From bdaf38d682d454d6c6f2e50d57b9869ebf763f57 Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 24 Dec 2004 02:52:17 +0000 Subject: [PATCH] fake: include idecd support in kernel by default make ide-scsi modulized (which only works on 2.4, but it is only needed there...) [2004122403315015829] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5362 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- architecture/share/kernel-scsi.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/share/kernel-scsi.conf b/architecture/share/kernel-scsi.conf index a66032de3..dee525c36 100644 --- a/architecture/share/kernel-scsi.conf +++ b/architecture/share/kernel-scsi.conf @@ -15,8 +15,8 @@ CONFIG_CHR_DEV_SG=y dnl Do use IDE SCSI emulation support for ATAPI Devices dnl per default. dnl -CONFIG_BLK_DEV_IDESCSI=y -CONFIG_BLK_DEV_IDECD=m +CONFIG_BLK_DEV_IDESCSI=m +CONFIG_BLK_DEV_IDECD=y # CONFIG_BLK_DEV_IDETAPE is not set CONFIG_BLK_DEV_IDEFLOPPY=y # CONFIG_IDE_TASKFILE_IO is not set