summaryrefslogtreecommitdiffstats
path: root/arch/sparc/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/config.in')
-rw-r--r--arch/sparc/config.in23
1 files changed, 20 insertions, 3 deletions
diff --git a/arch/sparc/config.in b/arch/sparc/config.in
index 756e531c2..adb0ebe4c 100644
--- a/arch/sparc/config.in
+++ b/arch/sparc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.87 2000/02/27 19:34:12 davem Exp $
+# $Id: config.in,v 1.88 2000/03/13 03:40:27 davem Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -74,10 +74,9 @@ fi
endmenu
mainmenu_option next_comment
-comment 'Floppy, IDE, and other block devices'
+comment 'Floppy and other block devices'
bool 'Normal floppy disk support' CONFIG_BLK_DEV_FD
-define_bool CONFIG_BLK_DEV_IDE n
bool 'Multiple devices driver support' CONFIG_BLK_DEV_MD
if [ "$CONFIG_BLK_DEV_MD" = "y" ]; then
tristate ' Linear (append) mode' CONFIG_MD_LINEAR
@@ -109,6 +108,24 @@ if [ "$CONFIG_ISDN" != "n" ]; then
fi
endmenu
+
+define_bool CONFIG_IDE n
+define_bool CONFIG_BLK_DEV_IDE_MODES n
+define_bool CONFIG_BLK_DEV_HD n
+
+# 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'