[PATCH v2 1/3] ARM: alpine: add support for generic pci
Tsahee Zidenberg
tsahee at annapurnalabs.com
Sun Apr 5 05:43:51 PDT 2015
The Alpine platform requires generic-pci driver to access the internal pci bus.
Signed-off-by: Tsahee Zidenberg <tsahee at annapurnalabs.com>
---
arch/arm/mach-alpine/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-alpine/Kconfig b/arch/arm/mach-alpine/Kconfig
index 79b2649..2c44b93 100644
--- a/arch/arm/mach-alpine/Kconfig
+++ b/arch/arm/mach-alpine/Kconfig
@@ -6,5 +6,7 @@ config ARCH_ALPINE
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.
--
1.9.1
More information about the linux-arm-kernel
mailing list