Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tsahee Zidenberg and committed by
Arnd Bergmann
a018bb2f 8b481b01

+2
+2
arch/arm/mach-alpine/Kconfig
··· 6 6 select HAVE_ARM_ARCH_TIMER 7 7 select HAVE_SMP 8 8 select MFD_SYSCON 9 + select PCI 10 + select PCI_HOST_GENERIC 9 11 help 10 12 This enables support for the Annapurna Labs Alpine V1 boards.