From: Jens Axboe Date: Mon, 16 Sep 2002 17:08:04 +0000 (+0200) Subject: Mistakenly enabled ide-tape, disable it again (update of it is broken) X-Git-Tag: v2.5.36~8^2~4^2~5 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=1a9deedfc9e0c2316dc40dc89fa5cf1f962c9753;p=history.git Mistakenly enabled ide-tape, disable it again (update of it is broken) --- diff --git a/drivers/ide/Config.in b/drivers/ide/Config.in index 00989c1580a9..06f494e05252 100644 --- a/drivers/ide/Config.in +++ b/drivers/ide/Config.in @@ -18,7 +18,7 @@ if [ "$CONFIG_BLK_DEV_IDE" != "n" ]; then dep_tristate ' PCMCIA IDE support' CONFIG_BLK_DEV_IDECS $CONFIG_BLK_DEV_IDE $CONFIG_PCMCIA dep_tristate ' Include IDE/ATAPI CDROM support' CONFIG_BLK_DEV_IDECD $CONFIG_BLK_DEV_IDE - dep_tristate ' Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE + #dep_tristate ' Include IDE/ATAPI TAPE support' CONFIG_BLK_DEV_IDETAPE $CONFIG_BLK_DEV_IDE dep_tristate ' Include IDE/ATAPI FLOPPY support' CONFIG_BLK_DEV_IDEFLOPPY $CONFIG_BLK_DEV_IDE dep_tristate ' SCSI emulation support' CONFIG_BLK_DEV_IDESCSI $CONFIG_BLK_DEV_IDE $CONFIG_SCSI