From: Tsahee Zidenberg Date: Sun, 5 Apr 2015 12:43:51 +0000 (+0300) Subject: ARM: alpine: add support for generic pci X-Git-Tag: v4.1-rc1~51^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a018bb2ff95868ea592212b6735b35836fda268b;p=linux-2.6-block.git 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 --- 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.