aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/telephony/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/telephony/Kconfig
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'drivers/telephony/Kconfig')
-rw-r--r--drivers/telephony/Kconfig47
1 files changed, 47 insertions, 0 deletions
diff --git a/drivers/telephony/Kconfig b/drivers/telephony/Kconfig
new file mode 100644
index 000000000000..7625b1816baf
--- /dev/null
+++ b/drivers/telephony/Kconfig
@@ -0,0 +1,47 @@
1#
2# Telephony device configuration
3#
4
5menu "Telephony Support"
6
7config PHONE
8 tristate "Linux telephony support"
9 ---help---
10 Say Y here if you have a telephony card, which for example allows
11 you to use a regular phone for voice-over-IP applications.
12
13 Note: this has nothing to do with modems. You do not need to say Y
14 here in order to be able to use a modem under Linux.
15
16 To compile this driver as a module, choose M here: the
17 module will be called phonedev.
18
19config PHONE_IXJ
20 tristate "QuickNet Internet LineJack/PhoneJack support"
21 depends on PHONE
22 ---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
46endmenu
47