Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # Telephony device configuration
  3. #
  4. menu "Telephony Support"
  5. config PHONE
  6. tristate "Linux telephony support"
  7. ---help---
  8. Say Y here if you have a telephony card, which for example allows
  9. you to use a regular phone for voice-over-IP applications.
  10. Note: this has nothing to do with modems. You do not need to say Y
  11. here in order to be able to use a modem under Linux.
  12. To compile this driver as a module, choose M here: the
  13. module will be called phonedev.
  14. config PHONE_IXJ
  15. tristate "QuickNet Internet LineJack/PhoneJack support"
  16. depends on PHONE
  17. ---help---
  18. Say M if you have a telephony card manufactured by Quicknet
  19. Technologies, Inc. These include the Internet PhoneJACK and
  20. Internet LineJACK Telephony Cards. You will get a module called
  21. ixj.
  22. For the ISA versions of these products, you can configure the
  23. cards using the isapnp tools (pnpdump/isapnp) or you can use the
  24. isapnp support. Please read <file:Documentation/telephony/ixj.txt>.
  25. For more information on these cards, see Quicknet's web site at:
  26. <http://www.quicknet.net/>.
  27. If you do not have any Quicknet telephony cards, you can safely
  28. say N here.
  29. config PHONE_IXJ_PCMCIA
  30. tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support"
  31. depends on PHONE_IXJ && PCMCIA
  32. help
  33. Say Y here to configure in PCMCIA service support for the Quicknet
  34. cards manufactured by Quicknet Technologies, Inc. This changes the
  35. card initialization code to work with the card manager daemon.
  36. endmenu