From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/arch/m68k/Kconfig.bus | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/kernel/arch/m68k/Kconfig.bus b/kernel/arch/m68k/Kconfig.bus index aef698f..f1be832 100644 --- a/kernel/arch/m68k/Kconfig.bus +++ b/kernel/arch/m68k/Kconfig.bus @@ -63,22 +63,9 @@ endif -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. - -if PCI -source "drivers/pci/Kconfig" -endif - if !MMU config ISA_DMA_API - def_bool !M5272 - -source "drivers/pcmcia/Kconfig" + def_bool !M5272 endif -- Gitblit v1.6.2