diff options
Diffstat (limited to 'arch/arm/mach-alpine/Kconfig')
-rw-r--r-- | arch/arm/mach-alpine/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig new file mode 100644 index 000000000000..2c44b930505a --- /dev/null +++ b/arch/arm/mach-alpine/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | config ARCH_ALPINE | ||
2 | bool "Annapurna Labs Alpine platform" if ARCH_MULTI_V7 | ||
3 | select ARM_AMBA | ||
4 | select ARM_GIC | ||
5 | select GENERIC_IRQ_CHIP | ||
6 | select HAVE_ARM_ARCH_TIMER | ||
7 | select HAVE_SMP | ||
8 | select MFD_SYSCON | ||
9 | select PCI | ||
10 | select PCI_HOST_GENERIC | ||
11 | help | ||
12 | This enables support for the Annapurna Labs Alpine V1 boards. | ||