|
@@ -86,7 +86,6 @@ config ISDN_X25
|
|
|
|
|
|
|
|
|
|
menu "ISDN feature submodules"
|
|
menu "ISDN feature submodules"
|
|
- depends on ISDN
|
|
|
|
|
|
|
|
config ISDN_DRV_LOOP
|
|
config ISDN_DRV_LOOP
|
|
tristate "isdnloop support"
|
|
tristate "isdnloop support"
|
|
@@ -100,7 +99,7 @@ config ISDN_DRV_LOOP
|
|
|
|
|
|
config ISDN_DIVERSION
|
|
config ISDN_DIVERSION
|
|
tristate "Support isdn diversion services"
|
|
tristate "Support isdn diversion services"
|
|
- depends on ISDN && ISDN_I4L
|
|
|
|
|
|
+ depends on ISDN_I4L
|
|
help
|
|
help
|
|
This option allows you to use some supplementary diversion
|
|
This option allows you to use some supplementary diversion
|
|
services in conjunction with the HiSax driver on an EURO/DSS1
|
|
services in conjunction with the HiSax driver on an EURO/DSS1
|
|
@@ -120,13 +119,13 @@ config ISDN_DIVERSION
|
|
endmenu
|
|
endmenu
|
|
|
|
|
|
comment "ISDN4Linux hardware drivers"
|
|
comment "ISDN4Linux hardware drivers"
|
|
- depends on NET && ISDN && ISDN_I4L
|
|
|
|
|
|
+ depends on ISDN_I4L
|
|
|
|
|
|
source "drivers/isdn/hisax/Kconfig"
|
|
source "drivers/isdn/hisax/Kconfig"
|
|
|
|
|
|
|
|
|
|
menu "Active cards"
|
|
menu "Active cards"
|
|
- depends on NET && ISDN && ISDN_I4L!=n
|
|
|
|
|
|
+ depends on ISDN_I4L!=n
|
|
|
|
|
|
source "drivers/isdn/icn/Kconfig"
|
|
source "drivers/isdn/icn/Kconfig"
|
|
|
|
|