projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b481b0
)
ARM: alpine: add support for generic pci
author
Tsahee Zidenberg
<tsahee@annapurnalabs.com>
Sun, 5 Apr 2015 12:43:51 +0000
(15:43 +0300)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-alpine/Kconfig
b/arch/arm/mach-alpine/Kconfig
index
79b2649
..
2c44b93
100644
(file)
--- 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.