diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-17 07:04:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:05 -0400 |
commit | df19434cc268e207d1beb4dc7be3420888faef09 (patch) | |
tree | b2640cfe4c321ca754dd1eba3938420f194c5279 /drivers/isdn/capi | |
parent | cf4d5f1d50e44d36d459344da3c8f226b3933aeb (diff) |
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
Transform "depends on" into a simpler if-endif block style dependency.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/isdn/capi')
-rw-r--r-- | drivers/isdn/capi/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index c92f9d764fce..e1afd60924fb 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -3,7 +3,6 @@ | |||
3 | # | 3 | # |
4 | config ISDN_DRV_AVMB1_VERBOSE_REASON | 4 | config ISDN_DRV_AVMB1_VERBOSE_REASON |
5 | bool "Verbose reason code reporting" | 5 | bool "Verbose reason code reporting" |
6 | depends on ISDN_CAPI | ||
7 | default y | 6 | default y |
8 | help | 7 | help |
9 | If you say Y here, the CAPI drivers will give verbose reasons for | 8 | If you say Y here, the CAPI drivers will give verbose reasons for |
@@ -12,7 +11,6 @@ config ISDN_DRV_AVMB1_VERBOSE_REASON | |||
12 | 11 | ||
13 | config CAPI_TRACE | 12 | config CAPI_TRACE |
14 | bool "CAPI trace support" | 13 | bool "CAPI trace support" |
15 | depends on ISDN_CAPI | ||
16 | default y | 14 | default y |
17 | help | 15 | help |
18 | If you say Y here, the kernelcapi driver can make verbose traces | 16 | If you say Y here, the kernelcapi driver can make verbose traces |
@@ -23,7 +21,7 @@ config CAPI_TRACE | |||
23 | 21 | ||
24 | config ISDN_CAPI_MIDDLEWARE | 22 | config ISDN_CAPI_MIDDLEWARE |
25 | bool "CAPI2.0 Middleware support (EXPERIMENTAL)" | 23 | bool "CAPI2.0 Middleware support (EXPERIMENTAL)" |
26 | depends on ISDN_CAPI && EXPERIMENTAL | 24 | depends on EXPERIMENTAL |
27 | help | 25 | help |
28 | This option will enhance the capabilities of the /dev/capi20 | 26 | This option will enhance the capabilities of the /dev/capi20 |
29 | interface. It will provide a means of moving a data connection, | 27 | interface. It will provide a means of moving a data connection, |
@@ -33,7 +31,6 @@ config ISDN_CAPI_MIDDLEWARE | |||
33 | 31 | ||
34 | config ISDN_CAPI_CAPI20 | 32 | config ISDN_CAPI_CAPI20 |
35 | tristate "CAPI2.0 /dev/capi support" | 33 | tristate "CAPI2.0 /dev/capi support" |
36 | depends on ISDN_CAPI | ||
37 | help | 34 | help |
38 | This option will provide the CAPI 2.0 interface to userspace | 35 | This option will provide the CAPI 2.0 interface to userspace |
39 | applications via /dev/capi20. Applications should use the | 36 | applications via /dev/capi20. Applications should use the |
@@ -56,7 +53,7 @@ config ISDN_CAPI_CAPIFS | |||
56 | 53 | ||
57 | config ISDN_CAPI_CAPIDRV | 54 | config ISDN_CAPI_CAPIDRV |
58 | tristate "CAPI2.0 capidrv interface support" | 55 | tristate "CAPI2.0 capidrv interface support" |
59 | depends on ISDN_CAPI && ISDN_I4L | 56 | depends on ISDN_I4L |
60 | help | 57 | help |
61 | This option provides the glue code to hook up CAPI driven cards to | 58 | This option provides the glue code to hook up CAPI driven cards to |
62 | the legacy isdn4linux link layer. If you have a card which is | 59 | the legacy isdn4linux link layer. If you have a card which is |