Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Telephony device configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | 79e508a | 2007-07-15 23:39:31 -0700 | [diff] [blame] | 5 | menuconfig PHONE |
| 6 | tristate "Telephony support" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 7 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | ---help--- |
| 9 | Say Y here if you have a telephony card, which for example allows |
| 10 | you to use a regular phone for voice-over-IP applications. |
| 11 | |
| 12 | Note: this has nothing to do with modems. You do not need to say Y |
| 13 | here in order to be able to use a modem under Linux. |
| 14 | |
| 15 | To compile this driver as a module, choose M here: the |
| 16 | module will be called phonedev. |
| 17 | |
Jan Engelhardt | 79e508a | 2007-07-15 23:39:31 -0700 | [diff] [blame] | 18 | if PHONE |
| 19 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | config PHONE_IXJ |
| 21 | tristate "QuickNet Internet LineJack/PhoneJack support" |
Adrian Bunk | 247537b | 2007-09-26 20:02:52 +0200 | [diff] [blame] | 22 | depends on ISA || PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | ---help--- |
| 24 | Say M if you have a telephony card manufactured by Quicknet |
| 25 | Technologies, Inc. These include the Internet PhoneJACK and |
| 26 | Internet LineJACK Telephony Cards. You will get a module called |
| 27 | ixj. |
| 28 | |
| 29 | For the ISA versions of these products, you can configure the |
| 30 | cards using the isapnp tools (pnpdump/isapnp) or you can use the |
| 31 | isapnp support. Please read <file:Documentation/telephony/ixj.txt>. |
| 32 | |
| 33 | For more information on these cards, see Quicknet's web site at: |
| 34 | <http://www.quicknet.net/>. |
| 35 | |
| 36 | If you do not have any Quicknet telephony cards, you can safely |
| 37 | say N here. |
| 38 | |
| 39 | config PHONE_IXJ_PCMCIA |
| 40 | tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support" |
| 41 | depends on PHONE_IXJ && PCMCIA |
| 42 | help |
| 43 | Say Y here to configure in PCMCIA service support for the Quicknet |
| 44 | cards manufactured by Quicknet Technologies, Inc. This changes the |
| 45 | card initialization code to work with the card manager daemon. |
| 46 | |
Jan Engelhardt | 79e508a | 2007-07-15 23:39:31 -0700 | [diff] [blame] | 47 | endif # PHONE |