diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-17 07:04:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:05 -0400 |
commit | cf4d5f1d50e44d36d459344da3c8f226b3933aeb (patch) | |
tree | 0d9c90ed386bb525d1fe7f1a6e2bb3532d4a087f /drivers/isdn/hardware | |
parent | c713f57ed5eb2e073de9d60ee1da25939966647e (diff) |
Use menuconfig objects: ISDN: CONFIG_ISDN
Transform Kconfig objects from "menu, config" into "menuconfig" so that the
user can disable the whole feature without having to enter the menu first.
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/hardware')
-rw-r--r-- | drivers/isdn/hardware/Kconfig | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/avm/Kconfig | 2 | ||||
-rw-r--r-- | drivers/isdn/hardware/eicon/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/isdn/hardware/Kconfig b/drivers/isdn/hardware/Kconfig index 139f19797713..dfe7fec80508 100644 --- a/drivers/isdn/hardware/Kconfig +++ b/drivers/isdn/hardware/Kconfig | |||
@@ -2,7 +2,7 @@ | |||
2 | # ISDN hardware drivers | 2 | # ISDN hardware drivers |
3 | # | 3 | # |
4 | comment "CAPI hardware drivers" | 4 | comment "CAPI hardware drivers" |
5 | depends on NET && ISDN && ISDN_CAPI | 5 | depends on ISDN_CAPI |
6 | 6 | ||
7 | source "drivers/isdn/hardware/avm/Kconfig" | 7 | source "drivers/isdn/hardware/avm/Kconfig" |
8 | 8 | ||
diff --git a/drivers/isdn/hardware/avm/Kconfig b/drivers/isdn/hardware/avm/Kconfig index 29a32a8830c0..8ffdb4f73ee5 100644 --- a/drivers/isdn/hardware/avm/Kconfig +++ b/drivers/isdn/hardware/avm/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Active AVM cards" | 5 | menu "Active AVM cards" |
6 | depends on NET && ISDN && ISDN_CAPI!=n | 6 | depends on ISDN_CAPI!=n |
7 | 7 | ||
8 | config CAPI_AVM | 8 | config CAPI_AVM |
9 | bool "Support AVM cards" | 9 | bool "Support AVM cards" |
diff --git a/drivers/isdn/hardware/eicon/Kconfig b/drivers/isdn/hardware/eicon/Kconfig index 01d4afd9d843..fbfae881af6b 100644 --- a/drivers/isdn/hardware/eicon/Kconfig +++ b/drivers/isdn/hardware/eicon/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Active Eicon DIVA Server cards" | 5 | menu "Active Eicon DIVA Server cards" |
6 | depends on NET && ISDN && ISDN_CAPI!=n | 6 | depends on ISDN_CAPI!=n |
7 | 7 | ||
8 | config CAPI_EICON | 8 | config CAPI_EICON |
9 | bool "Support Eicon cards" | 9 | bool "Support Eicon cards" |