diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-16 02:39:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:40 -0400 |
commit | 79e508a4b8f405f9c9c3dbbd19d84717f42431ef (patch) | |
tree | c73b97c4236120770e623401e2baf1f9e950cef6 /drivers/telephony/Kconfig | |
parent | 2a07c8f9cd3bf3af37595d2692cbcf50f42d4819 (diff) |
Use menuconfig objects II - Telephony
Change 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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/telephony/Kconfig')
-rw-r--r-- | drivers/telephony/Kconfig | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/telephony/Kconfig b/drivers/telephony/Kconfig index dd1d6a53f3c0..8f530e68263b 100644 --- a/drivers/telephony/Kconfig +++ b/drivers/telephony/Kconfig | |||
@@ -2,11 +2,9 @@ | |||
2 | # Telephony device configuration | 2 | # Telephony device configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Telephony Support" | 5 | menuconfig PHONE |
6 | tristate "Telephony support" | ||
6 | depends on HAS_IOMEM | 7 | depends on HAS_IOMEM |
7 | |||
8 | config PHONE | ||
9 | tristate "Linux telephony support" | ||
10 | ---help--- | 8 | ---help--- |
11 | Say Y here if you have a telephony card, which for example allows | 9 | Say Y here if you have a telephony card, which for example allows |
12 | you to use a regular phone for voice-over-IP applications. | 10 | you to use a regular phone for voice-over-IP applications. |
@@ -17,9 +15,10 @@ config PHONE | |||
17 | To compile this driver as a module, choose M here: the | 15 | To compile this driver as a module, choose M here: the |
18 | module will be called phonedev. | 16 | module will be called phonedev. |
19 | 17 | ||
18 | if PHONE | ||
19 | |||
20 | config PHONE_IXJ | 20 | config PHONE_IXJ |
21 | tristate "QuickNet Internet LineJack/PhoneJack support" | 21 | tristate "QuickNet Internet LineJack/PhoneJack support" |
22 | depends on PHONE | ||
23 | ---help--- | 22 | ---help--- |
24 | Say M if you have a telephony card manufactured by Quicknet | 23 | Say M if you have a telephony card manufactured by Quicknet |
25 | Technologies, Inc. These include the Internet PhoneJACK and | 24 | Technologies, Inc. These include the Internet PhoneJACK and |
@@ -44,5 +43,4 @@ config PHONE_IXJ_PCMCIA | |||
44 | cards manufactured by Quicknet Technologies, Inc. This changes the | 43 | cards manufactured by Quicknet Technologies, Inc. This changes the |
45 | card initialization code to work with the card manager daemon. | 44 | card initialization code to work with the card manager daemon. |
46 | 45 | ||
47 | endmenu | 46 | endif # PHONE |
48 | |||