From: Alexandre Belloni Date: Thu, 19 Mar 2015 13:17:48 +0000 (+0100) Subject: clocksource: atmel-st: select MFD_SYSCON X-Git-Tag: v4.1-rc1~49^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab7ef741a467e7af50c9b7446ec992bec9ea6a7;p=thirdparty%2Fkernel%2Flinux.git clocksource: atmel-st: select MFD_SYSCON Enforce MFD_SYSCON selection as the driver needs it. Else, it will still compile with some warning about X1, x2 or sr being used uninitialized. Reported-by: kbuild test robot Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon Acked-by: Daniel Lezcano Signed-off-by: Nicolas Ferre --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 168035883afaa..55aef6f890740 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -146,6 +146,7 @@ config ATMEL_PIT config ATMEL_ST bool select CLKSRC_OF + select MFD_SYSCON config CLKSRC_METAG_GENERIC def_bool y if METAG