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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig
new file mode 100644
index 000000000..6a68a1623
--- /dev/null
+++ b/arch/arm/mach-alpine/Kconfig
@@ -0,0 +1,14 @@
+# 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 MFD_SYSCON
+ select FORCE_PCI
+ select PCI_HOST_GENERIC
+ help
+ This enables support for the Annapurna Labs Alpine V1 boards.