diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-11-28 13:22:53 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-07-17 15:49:45 +1000 |
commit | b1f7735ef47a97108f945eac48812855b6599139 (patch) | |
tree | 21c683ed511cc4e9f455e49d2f97abdb4e4e9a7c /arch/m68k | |
parent | bbdea849ed6ba694cf1f56801b90f100685e3aa0 (diff) | |
download | linux-3.10-b1f7735ef47a97108f945eac48812855b6599139.tar.gz linux-3.10-b1f7735ef47a97108f945eac48812855b6599139.tar.bz2 linux-3.10-b1f7735ef47a97108f945eac48812855b6599139.zip |
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig.bus | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.bus b/arch/m68k/Kconfig.bus index 3adb499584f..ffc0601a2a1 100644 --- 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" |