浏览代码

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>
Tsahee Zidenberg 10 年之前
父节点
当前提交
a018bb2ff9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/mach-alpine/Kconfig

+ 2 - 0
arch/arm/mach-alpine/Kconfig

@@ -6,5 +6,7 @@ config ARCH_ALPINE
 	select HAVE_ARM_ARCH_TIMER
 	select HAVE_ARM_ARCH_TIMER
 	select HAVE_SMP
 	select HAVE_SMP
 	select MFD_SYSCON
 	select MFD_SYSCON
+	select PCI
+	select PCI_HOST_GENERIC
 	help
 	help
 	  This enables support for the Annapurna Labs Alpine V1 boards.
 	  This enables support for the Annapurna Labs Alpine V1 boards.