]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: alpine: add support for generic pci
authorTsahee Zidenberg <tsahee@annapurnalabs.com>
Sun, 5 Apr 2015 12:43:51 +0000 (15:43 +0300)
committerArnd Bergmann <arnd@arndb.de>
Mon, 13 Apr 2015 23:15:57 +0000 (01:15 +0200)
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>
arch/arm/mach-alpine/Kconfig

index 79b26491a96c655a937dd40abb769c30dc1878b8..2c44b930505a27d49bfe743f9ede46e8cbe7dfe5 100644 (file)
@@ -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.