From e636c8d336489bf3eed5878299e6cc045bbad077 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:17:29 +0000 Subject: [PATCH] debug lk --- kernel/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/kernel/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig b/kernel/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig index 974f070..cea72e8 100644 --- a/kernel/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig +++ b/kernel/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig @@ -25,14 +25,13 @@ CONFIG_IP_PNP_BOOTP=y CONFIG_SYN_COOKIES=y # CONFIG_IPV6 is not set -CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_FW_LOADER is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=32768 -CONFIG_IDE=y -CONFIG_BLK_DEV_GENERIC=y -CONFIG_BLK_DEV_VIA82CXXX=y +CONFIG_ATA=y +CONFIG_ATA_GENERIC=y +CONFIG_PATA_VIA=y CONFIG_NETDEVICES=y CONFIG_GIANFAR=y CONFIG_E1000=y -- Gitblit v1.6.2