Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. depends on PCMCIA
  33. help
  34. Enable support for the PCMCIA version of the AVM B1 card.
  35. config ISDN_DRV_AVMB1_AVM_CS
  36. tristate "AVM B1/M1/M2 PCMCIA cs module"
  37. depends on ISDN_DRV_AVMB1_B1PCMCIA
  38. help
  39. Enable the PCMCIA client driver for the AVM B1/M1/M2
  40. PCMCIA cards.
  41. config ISDN_DRV_AVMB1_T1PCI
  42. tristate "AVM T1/T1-B PCI support"
  43. depends on PCI
  44. help
  45. Enable support for the AVM T1 T1B card.
  46. Note: This is a PRI card and handle 30 B-channels.
  47. config ISDN_DRV_AVMB1_C4
  48. tristate "AVM C4/C2 support"
  49. depends on PCI
  50. help
  51. Enable support for the AVM C4/C2 PCI cards.
  52. These cards handle 4/2 BRI ISDN lines (8/4 channels).
  53. endif # CAPI_AVM