hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/m68k/Kconfig.bus
....@@ -63,22 +63,9 @@
6363
6464 endif
6565
66
-config PCI
67
- bool "PCI support"
68
- depends on M54xx
69
- help
70
- Enable the PCI bus. Support for the PCI bus hardware built into the
71
- ColdFire 547x and 548x processors.
72
-
73
-if PCI
74
-source "drivers/pci/Kconfig"
75
-endif
76
-
7766 if !MMU
7867
7968 config ISA_DMA_API
80
- def_bool !M5272
81
-
82
-source "drivers/pcmcia/Kconfig"
69
+ def_bool !M5272
8370
8471 endif