From 3a1963eb6c7ed109ee8f502d3244536cfe010f6c Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Tue, 25 Mar 1997 02:04:05 +0000 Subject: [PATCH] Made loopctrl experimental. --- scripts/config.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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