summaryrefslogtreecommitdiffstats
path: root/arch/alpha/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/config.in')
-rw-r--r--arch/alpha/config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/alpha/config.in b/arch/alpha/config.in
index 6e760c917..df7ae01ca 100644
--- a/arch/alpha/config.in
+++ b/arch/alpha/config.in
@@ -223,6 +223,19 @@ if [ "$CONFIG_NET" = "y" ]; then
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