Kconfig.bus (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | Kconfig.bus (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2if MMU 3 4comment "Bus Support" 5 6config DIO 7 bool "DIO bus support" 8 depends on HP300 --- 49 unchanged lines hidden (view full) --- 58 59config GENERIC_ISA_DMA 60 def_bool ISA 61 62source "drivers/zorro/Kconfig" 63 64endif 65 | 1# SPDX-License-Identifier: GPL-2.0 2if MMU 3 4comment "Bus Support" 5 6config DIO 7 bool "DIO bus support" 8 depends on HP300 --- 49 unchanged lines hidden (view full) --- 58 59config GENERIC_ISA_DMA 60 def_bool ISA 61 62source "drivers/zorro/Kconfig" 63 64endif 65 |
66config 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 73if PCI 74source "drivers/pci/Kconfig" 75endif 76 | |
77if !MMU 78 79config ISA_DMA_API 80 def_bool !M5272 81 82source "drivers/pcmcia/Kconfig" 83 84endif | 66if !MMU 67 68config ISA_DMA_API 69 def_bool !M5272 70 71source "drivers/pcmcia/Kconfig" 72 73endif |