diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6d4d43858483..896824bb860a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -273,7 +273,7 @@ config ARCH_INTEGRATOR | |||
273 | select ARM_AMBA | 273 | select ARM_AMBA |
274 | select ARCH_HAS_CPUFREQ | 274 | select ARCH_HAS_CPUFREQ |
275 | select COMMON_CLK | 275 | select COMMON_CLK |
276 | select CLK_VERSATILE | 276 | select COMMON_CLK_VERSATILE |
277 | select HAVE_TCM | 277 | select HAVE_TCM |
278 | select ICST | 278 | select ICST |
279 | select GENERIC_CLOCKEVENTS | 279 | select GENERIC_CLOCKEVENTS |
@@ -288,13 +288,12 @@ config ARCH_INTEGRATOR | |||
288 | config ARCH_REALVIEW | 288 | config ARCH_REALVIEW |
289 | bool "ARM Ltd. RealView family" | 289 | bool "ARM Ltd. RealView family" |
290 | select ARM_AMBA | 290 | select ARM_AMBA |
291 | select CLKDEV_LOOKUP | 291 | select COMMON_CLK |
292 | select HAVE_MACH_CLKDEV | 292 | select COMMON_CLK_VERSATILE |
293 | select ICST | 293 | select ICST |
294 | select GENERIC_CLOCKEVENTS | 294 | select GENERIC_CLOCKEVENTS |
295 | select ARCH_WANT_OPTIONAL_GPIOLIB | 295 | select ARCH_WANT_OPTIONAL_GPIOLIB |
296 | select PLAT_VERSATILE | 296 | select PLAT_VERSATILE |
297 | select PLAT_VERSATILE_CLOCK | ||
298 | select PLAT_VERSATILE_CLCD | 297 | select PLAT_VERSATILE_CLCD |
299 | select ARM_TIMER_SP804 | 298 | select ARM_TIMER_SP804 |
300 | select GPIO_PL061 if GPIOLIB | 299 | select GPIO_PL061 if GPIOLIB |