clocksource: atmel-st: select MFD_SYSCON
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 19 Mar 2015 13:17:48 +0000 (14:17 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Sun, 5 Apr 2015 20:19:50 +0000 (22:19 +0200)
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 <fengguang.wu@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
drivers/clocksource/Kconfig

index 1680358..55aef6f 100644 (file)
@@ -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