diff options
Diffstat (limited to 'arch/arm/mach-vexpress/Kconfig')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index c95296066203..99e63f5f99d1 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig | |||
@@ -1,11 +1,12 @@ | |||
1 | config ARCH_VEXPRESS | 1 | config ARCH_VEXPRESS |
2 | bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7 | 2 | bool "ARM Ltd. Versatile Express family" if ARCH_MULTI_V7 |
3 | select ARCH_WANT_OPTIONAL_GPIOLIB | 3 | select ARCH_REQUIRE_GPIOLIB |
4 | select ARM_AMBA | 4 | select ARM_AMBA |
5 | select ARM_GIC | 5 | select ARM_GIC |
6 | select ARM_TIMER_SP804 | 6 | select ARM_TIMER_SP804 |
7 | select CLKDEV_LOOKUP | 7 | select CLKDEV_LOOKUP |
8 | select COMMON_CLK | 8 | select COMMON_CLK |
9 | select COMMON_CLK_VERSATILE | ||
9 | select CPU_V7 | 10 | select CPU_V7 |
10 | select GENERIC_CLOCKEVENTS | 11 | select GENERIC_CLOCKEVENTS |
11 | select HAVE_CLK | 12 | select HAVE_CLK |
@@ -17,6 +18,7 @@ config ARCH_VEXPRESS | |||
17 | select PLAT_VERSATILE | 18 | select PLAT_VERSATILE |
18 | select PLAT_VERSATILE_CLCD | 19 | select PLAT_VERSATILE_CLCD |
19 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | 20 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
21 | select VEXPRESS_CONFIG | ||
20 | help | 22 | help |
21 | This option enables support for systems using Cortex processor based | 23 | This option enables support for systems using Cortex processor based |
22 | ARM core and logic (FPGA) tiles on the Versatile Express motherboard, | 24 | ARM core and logic (FPGA) tiles on the Versatile Express motherboard, |