summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-alpine/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-alpine/Kconfig')
-rw-r--r--arch/arm/mach-alpine/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig
new file mode 100644
index 000000000..e3cbb07fe
--- /dev/null
+++ b/arch/arm/mach-alpine/Kconfig
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0
+config ARCH_ALPINE
+ bool "Annapurna Labs Alpine platform"
+ depends on ARCH_MULTI_V7
+ select ALPINE_MSI
+ select ARM_AMBA
+ select ARM_GIC
+ select GENERIC_IRQ_CHIP
+ select HAVE_ARM_ARCH_TIMER
+ select HAVE_SMP
+ select MFD_SYSCON
+ select PCI
+ select PCI_HOST_GENERIC
+ help
+ This enables support for the Annapurna Labs Alpine V1 boards.