added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / telephony / Kconfig
blobea97bd1c423bf0620e93476e7fc16b7eabca5ea6
2 # Telephony device configuration
5 menuconfig PHONE
6         tristate "Telephony support"
7         depends on HAS_IOMEM
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.
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.
15           To compile this driver as a module, choose M here: the
16           module will be called phonedev.
18 if PHONE
20 config PHONE_IXJ
21         tristate "QuickNet Internet LineJack/PhoneJack support"
22         depends on ISA || PCI
23         # build breakage, config-Sat_Jul_19_00_58_16_CEST_2008.bad
24         depends on 0
25         ---help---
26           Say M if you have a telephony card manufactured by Quicknet
27           Technologies, Inc.  These include the Internet PhoneJACK and
28           Internet LineJACK Telephony Cards. You will get a module called
29           ixj.
31           For the ISA versions of these products, you can configure the
32           cards using the isapnp tools (pnpdump/isapnp) or you can use the
33           isapnp support.  Please read <file:Documentation/telephony/ixj.txt>.
35           For more information on these cards, see Quicknet's web site at:
36           <http://www.quicknet.net/>.
38           If you do not have any Quicknet telephony cards, you can safely
39           say N here.
41 config PHONE_IXJ_PCMCIA
42         tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support"
43         depends on PHONE_IXJ && PCMCIA
44         help
45           Say Y here to configure in PCMCIA service support for the Quicknet
46           cards manufactured by Quicknet Technologies, Inc.  This changes the
47           card initialization code to work with the card manager daemon.
49 endif # PHONE