patch-2.3.99-pre1 linux/arch/sh/config.in
Next file: linux/arch/sh/defconfig
Previous file: linux/arch/ppc/defconfig
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Sun Mar 12 19:49:24 2000
-  Orig file: 
v2.3.51/linux/arch/sh/config.in
-  Orig date: 
Fri Mar 10 16:40:40 2000
diff -u --recursive --new-file v2.3.51/linux/arch/sh/config.in linux/arch/sh/config.in
@@ -95,6 +95,19 @@
 fi
 
 mainmenu_option next_comment
+comment 'ATA/IDE/MFM/RLL support'
+
+tristate 'ATA/IDE/MFM/RLL support' CONFIG_IDE
+
+if [ "$CONFIG_IDE" != "n" ]; then
+  source drivers/ide/Config.in
+else
+  define_bool CONFIG_BLK_DEV_IDE_MODES n
+  define_bool CONFIG_BLK_DEV_HD n
+fi
+endmenu
+
+mainmenu_option next_comment
 comment 'SCSI support'
 
 tristate 'SCSI support' CONFIG_SCSI
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)