diff --git a/scripts/config.in b/scripts/config.in index 08eaf0c5..6924726b 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -61,10 +61,12 @@ if [ "$CONFIG_ICNCTRL" = "y" ]; then fi bool 'pcbitctl' CONFIG_PCBITCTL bool 'avmcapictrl' CONFIG_AVMCAPICTRL -bool 'loopctrl' CONFIG_LOOPCTRL -if [ "$CONFIG_LOOPCTRL" = "y" ]; then - string 'Sourcedir of isdnloop module' CONFIG_LOOPCTRL_LOOPDIR '\~/isdn/drivers/isdn/isdnloop' - bool 'Enable loopctrl debug-option' CONFIG_LOOPCTRL_DEBUG +if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + bool 'loopctrl' CONFIG_LOOPCTRL + if [ "$CONFIG_LOOPCTRL" = "y" ]; then + string 'Sourcedir of isdnloop module' CONFIG_LOOPCTRL_LOOPDIR '\~/isdn/drivers/isdn/isdnloop' + bool 'Enable loopctrl debug-option' CONFIG_LOOPCTRL_DEBUG + fi fi endmenu mainmenu_option nextcomment