projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdea84
)
m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs
author
Greg Ungerer
<gerg@uclinux.org>
Mon, 28 Nov 2011 03:22:53 +0000
(13:22 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 17 Jul 2012 05:49:45 +0000
(15:49 +1000)
All support code for the PCI bus hardware on the ColdFire 547x and 548x
CPUs is now in. Allow enabling of CONFIG_PCI for them.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.bus
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/Kconfig.bus
b/arch/m68k/Kconfig.bus
index 3adb499584fb40d75d79d7ab6bc83defa082d7b8..ffc0601a2a19f2a0d195bc750e21ef23cd4a0d23 100644
(file)
--- a/
arch/m68k/Kconfig.bus
+++ b/
arch/m68k/Kconfig.bus
@@
-48,6
+48,13
@@
config ISA
config GENERIC_ISA_DMA
def_bool ISA
+config PCI
+ bool "PCI support"
+ depends on M54xx
+ help
+ Enable the PCI bus. Support for the PCI bus hardware built into the
+ ColdFire 547x and 548x processors.
+
source "drivers/pci/Kconfig"
source "drivers/zorro/Kconfig"