Made loopctrl experimental.

This commit is contained in:
Fritz Elfert 1997-03-25 02:04:05 +00:00
parent e52fa069b7
commit 3a1963eb6c
1 changed files with 6 additions and 4 deletions

View File

@ -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