diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-03-19 09:17:48 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-05 16:19:50 -0400 |
commit | 7ab7ef741a467e7af50c9b7446ec992bec9ea6a7 (patch) | |
tree | 135548df1d48a784d24cbb66bc4602c470ef8b7f /drivers/clocksource | |
parent | 8590ca655a19f9e124b52bfbf28f14eb16a05bec (diff) |
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 <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>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 168035883afa..55aef6f89074 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -146,6 +146,7 @@ config ATMEL_PIT | |||
146 | config ATMEL_ST | 146 | config ATMEL_ST |
147 | bool | 147 | bool |
148 | select CLKSRC_OF | 148 | select CLKSRC_OF |
149 | select MFD_SYSCON | ||
149 | 150 | ||
150 | config CLKSRC_METAG_GENERIC | 151 | config CLKSRC_METAG_GENERIC |
151 | def_bool y if METAG | 152 | def_bool y if METAG |