diff options
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 3e5bbd0e5b23..f66d7deae46d 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig | |||
@@ -1,3 +1,19 @@ | |||
1 | config ARCH_U8500 | ||
2 | bool "ST-Ericsson U8500 Series" if ARCH_MULTI_V7 | ||
3 | depends on MMU | ||
4 | select ARCH_HAS_CPUFREQ | ||
5 | select ARCH_REQUIRE_GPIOLIB | ||
6 | select ARM_AMBA | ||
7 | select CLKDEV_LOOKUP | ||
8 | select CPU_V7 | ||
9 | select GENERIC_CLOCKEVENTS | ||
10 | select HAVE_ARM_SCU if SMP | ||
11 | select HAVE_ARM_TWD if LOCAL_TIMERS | ||
12 | select HAVE_SMP | ||
13 | select MIGHT_HAVE_CACHE_L2X0 | ||
14 | help | ||
15 | Support for ST-Ericsson's Ux500 architecture | ||
16 | |||
1 | if ARCH_U8500 | 17 | if ARCH_U8500 |
2 | 18 | ||
3 | config UX500_SOC_COMMON | 19 | config UX500_SOC_COMMON |