Skip to content

Commit

Permalink
m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer committed Jul 17, 2012
1 parent bbdea84 commit b1f7735
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/m68k/Kconfig.bus
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1f7735

Please sign in to comment.