aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsahee Zidenberg <tsahee@annapurnalabs.com>2015-04-05 08:43:51 -0400
committerArnd Bergmann <arnd@arndb.de>2015-04-13 19:15:57 -0400
commita018bb2ff95868ea592212b6735b35836fda268b (patch)
tree6b7c3107c425ec208fd75d9933940a532835dfa2
parent8b481b01db016bdfefa0ccdfb3ab4abc90db73a3 (diff)
ARM: alpine: add support for generic pci
The Alpine platform requires generic-pci driver to access the internal pci bus. Signed-off-by: Tsahee Zidenberg <tsahee@annapurnalabs.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--arch/arm/mach-alpine/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig
index 79b26491a96c..2c44b930505a 100644
--- a/arch/arm/mach-alpine/Kconfig
+++ b/arch/arm/mach-alpine/Kconfig
@@ -6,5 +6,7 @@ config ARCH_ALPINE
6 select HAVE_ARM_ARCH_TIMER 6 select HAVE_ARM_ARCH_TIMER
7 select HAVE_SMP 7 select HAVE_SMP
8 select MFD_SYSCON 8 select MFD_SYSCON
9 select PCI
10 select PCI_HOST_GENERIC
9 help 11 help
10 This enables support for the Annapurna Labs Alpine V1 boards. 12 This enables support for the Annapurna Labs Alpine V1 boards.