diff options
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r-- | arch/arm/mach-integrator/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index c455e974bbfe..02d083489a26 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig | |||
@@ -1,3 +1,26 @@ | |||
1 | config ARCH_INTEGRATOR | ||
2 | bool "ARM Ltd. Integrator family" if (ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V6) | ||
3 | select ARM_AMBA | ||
4 | select ARM_PATCH_PHYS_VIRT if MMU | ||
5 | select AUTO_ZRELADDR | ||
6 | select COMMON_CLK | ||
7 | select COMMON_CLK_VERSATILE | ||
8 | select GENERIC_CLOCKEVENTS | ||
9 | select HAVE_TCM | ||
10 | select ICST | ||
11 | select MFD_SYSCON | ||
12 | select MULTI_IRQ_HANDLER | ||
13 | select PLAT_VERSATILE | ||
14 | select POWER_RESET | ||
15 | select POWER_RESET_VERSATILE | ||
16 | select POWER_SUPPLY | ||
17 | select SOC_INTEGRATOR_CM | ||
18 | select SPARSE_IRQ | ||
19 | select USE_OF | ||
20 | select VERSATILE_FPGA_IRQ | ||
21 | help | ||
22 | Support for ARM's Integrator platform. | ||
23 | |||
1 | if ARCH_INTEGRATOR | 24 | if ARCH_INTEGRATOR |
2 | 25 | ||
3 | menu "Integrator Options" | 26 | menu "Integrator Options" |