diff options
Diffstat (limited to 'arch/m68k/Kconfig.bus')
-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 3adb499584fb..ffc0601a2a19 100644 --- a/arch/m68k/Kconfig.bus +++ b/arch/m68k/Kconfig.bus | |||
@@ -48,6 +48,13 @@ config ISA | |||
48 | config GENERIC_ISA_DMA | 48 | config GENERIC_ISA_DMA |
49 | def_bool ISA | 49 | def_bool ISA |
50 | 50 | ||
51 | config PCI | ||
52 | bool "PCI support" | ||
53 | depends on M54xx | ||
54 | help | ||
55 | Enable the PCI bus. Support for the PCI bus hardware built into the | ||
56 | ColdFire 547x and 548x processors. | ||
57 | |||
51 | source "drivers/pci/Kconfig" | 58 | source "drivers/pci/Kconfig" |
52 | 59 | ||
53 | source "drivers/zorro/Kconfig" | 60 | source "drivers/zorro/Kconfig" |