X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fisdn%2FKconfig;h=66f946aa30b3fb0830b8a858e0ef91d9a47cfd73;hb=f57e91682d141ea50d8c6d42cdc251b6256a3755;hp=a3c9a0343129a9a86ee079fdb6180eccb0d4c132;hpb=cf4d5f1d50e44d36d459344da3c8f226b3933aeb;p=linux-2.6 diff --git a/drivers/isdn/Kconfig b/drivers/isdn/Kconfig index a3c9a03431..66f946aa30 100644 --- a/drivers/isdn/Kconfig +++ b/drivers/isdn/Kconfig @@ -21,9 +21,7 @@ menuconfig ISDN if ISDN -menu "Old ISDN4Linux" - -config ISDN_I4L +menuconfig ISDN_I4L tristate "Old ISDN4Linux (deprecated)" ---help--- This driver allows you to use an ISDN adapter for networking @@ -45,20 +43,20 @@ if ISDN_I4L source "drivers/isdn/i4l/Kconfig" endif -endmenu - -comment "CAPI subsystem" - -config ISDN_CAPI - tristate "CAPI2.0 support" +menuconfig ISDN_CAPI + tristate "CAPI 2.0 subsystem" help This provides the CAPI (Common ISDN Application Programming Interface, a standard making it easy for programs to access ISDN hardware, see . This is needed for AVM's set of active ISDN controllers like B1, T1, M1. +if ISDN_CAPI + source "drivers/isdn/capi/Kconfig" source "drivers/isdn/hardware/Kconfig" +endif # ISDN_CAPI + endif # ISDN