Kconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #
  2. # ISDN AVM drivers
  3. #
  4. menuconfig CAPI_AVM
  5. bool "Active AVM cards"
  6. help
  7. Enable support for AVM active ISDN cards.
  8. if CAPI_AVM
  9. config ISDN_DRV_AVMB1_B1ISA
  10. tristate "AVM B1 ISA support"
  11. depends on ISA
  12. help
  13. Enable support for the ISA version of the AVM B1 card.
  14. config ISDN_DRV_AVMB1_B1PCI
  15. tristate "AVM B1 PCI support"
  16. depends on PCI
  17. help
  18. Enable support for the PCI version of the AVM B1 card.
  19. config ISDN_DRV_AVMB1_B1PCIV4
  20. bool "AVM B1 PCI V4 support"
  21. depends on ISDN_DRV_AVMB1_B1PCI
  22. help
  23. Enable support for the V4 version of AVM B1 PCI card.
  24. config ISDN_DRV_AVMB1_T1ISA
  25. tristate "AVM T1/T1-B ISA support"
  26. depends on ISA
  27. help
  28. Enable support for the AVM T1 T1B card.
  29. Note: This is a PRI card and handle 30 B-channels.
  30. config ISDN_DRV_AVMB1_B1PCMCIA
  31. tristate "AVM B1/M1/M2 PCMCIA support"
  32. help
  33. Enable support for the PCMCIA version of the AVM B1 card.
  34. config ISDN_DRV_AVMB1_AVM_CS
  35. tristate "AVM B1/M1/M2 PCMCIA cs module"
  36. depends on ISDN_DRV_AVMB1_B1PCMCIA && PCMCIA
  37. help
  38. Enable the PCMCIA client driver for the AVM B1/M1/M2
  39. PCMCIA cards.
  40. config ISDN_DRV_AVMB1_T1PCI
  41. tristate "AVM T1/T1-B PCI support"
  42. depends on PCI
  43. help
  44. Enable support for the AVM T1 T1B card.
  45. Note: This is a PRI card and handle 30 B-channels.
  46. config ISDN_DRV_AVMB1_C4
  47. tristate "AVM C4/C2 support"
  48. depends on PCI
  49. help
  50. Enable support for the AVM C4/C2 PCI cards.
  51. These cards handle 4/2 BRI ISDN lines (8/4 channels).
  52. endif # CAPI_AVM