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 9c74cc091..84402f1e0 100644
--- a/arch/alpha/config.in
+++ b/arch/alpha/config.in
@@ -134,6 +134,8 @@ if [ "$CONFIG_NET" = "y" ]; then
endmenu
fi
+source drivers/net/hamradio/Config.in
+
mainmenu_option next_comment
comment 'ISDN subsystem'
@@ -152,6 +154,17 @@ if [ "$CONFIG_CD_NO_IDESCSI" != "n" ]; then
fi
endmenu
+# Conditionally compile in the Uniform CD-ROM driver
+if [ "$CONFIG_BLK_DEV_IDECD" = "y" -o "$CONFIG_BLK_DEV_SR" = "y" -o "$CONFIG_SBPCD" = "y" -o "$CONFIG_MCD" = "y" -o "$CONFIG_CM206" = "y" -o "$CONFIG_CDU31A" = "y" ]; then
+ define_bool CONFIG_CDROM y
+else
+ if [ "$CONFIG_BLK_DEV_IDECD" = "m" -o "$CONFIG_BLK_DEV_SR" = "m" -o "$CONFIG_SBPCD" = "m" -o "$CONFIG_MCD" = "m" -o "$CONFIG_CM206" = "m" -o "$CONFIG_CDU31A" = "m" ]; then
+ define_bool CONFIG_CDROM m
+ else
+ define_bool CONFIG_CDROM n
+ fi
+fi
+
source fs/Config.in
source fs/nls/Config.in