From a018bb2ff95868ea592212b6735b35836fda268b Mon Sep 17 00:00:00 2001 From: Tsahee Zidenberg Date: Sun, 5 Apr 2015 15:43:51 +0300 Subject: 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 Signed-off-by: Arnd Bergmann --- arch/arm/mach-alpine/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-alpine') 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 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. -- cgit v1.2.3