blob: 8f530e68263bd31fb8f80ce2be5660de6b2733a9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Telephony device configuration
3#
4
Jan Engelhardt79e508a2007-07-15 23:39:31 -07005menuconfig PHONE
6 tristate "Telephony support"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 ---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 Engelhardt79e508a2007-07-15 23:39:31 -070018if PHONE
19
Linus Torvalds1da177e2005-04-16 15:20:36 -070020config PHONE_IXJ
21 tristate "QuickNet Internet LineJack/PhoneJack support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 ---help---
23 Say M if you have a telephony card manufactured by Quicknet
24 Technologies, Inc. These include the Internet PhoneJACK and
25 Internet LineJACK Telephony Cards. You will get a module called
26 ixj.
27
28 For the ISA versions of these products, you can configure the
29 cards using the isapnp tools (pnpdump/isapnp) or you can use the
30 isapnp support. Please read <file:Documentation/telephony/ixj.txt>.
31
32 For more information on these cards, see Quicknet's web site at:
33 <http://www.quicknet.net/>.
34
35 If you do not have any Quicknet telephony cards, you can safely
36 say N here.
37
38config PHONE_IXJ_PCMCIA
39 tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support"
40 depends on PHONE_IXJ && PCMCIA
41 help
42 Say Y here to configure in PCMCIA service support for the Quicknet
43 cards manufactured by Quicknet Technologies, Inc. This changes the
44 card initialization code to work with the card manager daemon.
45
Jan Engelhardt79e508a2007-07-15 23:39:31 -070046endif # PHONE