dect
/
linux-2.6
Archived
13
0
Fork 0

m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs

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>
This commit is contained in:
Greg Ungerer 2011-11-28 13:22:53 +10:00
parent bbdea849ed
commit b1f7735ef4
1 changed files with 7 additions and 0 deletions

View File

@ -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"