From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:01 +0000 Subject: [PATCH] enable docker ppp --- 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