Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Telephony device configuration
  3. #
  4. menuconfig PHONE
  5. tristate "Telephony support"
  6. depends on HAS_IOMEM
  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. if PHONE
  15. config PHONE_IXJ
  16. tristate "QuickNet Internet LineJack/PhoneJack support"
  17. depends on ISA || PCI
  18. ---help---
  19. Say M if you have a telephony card manufactured by Quicknet
  20. Technologies, Inc. These include the Internet PhoneJACK and
  21. Internet LineJACK Telephony Cards. You will get a module called
  22. ixj.
  23. For the ISA versions of these products, you can configure the
  24. cards using the isapnp tools (pnpdump/isapnp) or you can use the
  25. isapnp support. Please read <file:Documentation/telephony/ixj.txt>.
  26. For more information on these cards, see Quicknet's web site at:
  27. <http://www.quicknet.net/>.
  28. If you do not have any Quicknet telephony cards, you can safely
  29. say N here.
  30. config PHONE_IXJ_PCMCIA
  31. tristate "QuickNet Internet LineJack/PhoneJack PCMCIA support"
  32. depends on PHONE_IXJ && PCMCIA
  33. help
  34. Say Y here to configure in PCMCIA service support for the Quicknet
  35. cards manufactured by Quicknet Technologies, Inc. This changes the
  36. card initialization code to work with the card manager daemon.
  37. endif # PHONE