From 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:44:59 +0000 Subject: [PATCH] gmac get mac form eeprom --- 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