Kconfig 1.6 KB

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