Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #
  2. # XPP configuration
  3. #
  4. menuconfig DAHDI_XPP
  5. tristate "Xorcom Astribank Support"
  6. depends on DAHDI
  7. default DAHDI
  8. ---help---
  9. Infrastructure support for Xorcom Astribank products.
  10. To compile this driver as a module, choose M here: the
  11. module will be called xpp.
  12. If unsure, say Y.
  13. config DAHDI_XPP_USB
  14. tristate "Astribank USB transport"
  15. depends on DAHDI_XPP && USB
  16. default DAHDI_XPP
  17. ---help---
  18. To compile this driver as a module, choose M here: the
  19. module will be called xpp_usb.
  20. If unsure, say Y.
  21. config DAHDI_XPP_MMAP
  22. tristate "Astribank Blackfin transport"
  23. depends on DAHDI_XPP && BF537
  24. default DAHDI_XPP
  25. ---help---
  26. To compile this driver as a module, choose M here: the
  27. module will be called xpp_mmap.
  28. This module can be compiled only on Blackfin architecture
  29. (with uClinux).
  30. If unsure, say N.
  31. config DAHDI_XPD_FXS
  32. tristate "FXS port Support"
  33. depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP)
  34. default DAHDI_XPP
  35. ---help---
  36. To compile this driver as a module, choose M here: the
  37. module will be called xpd_fxs.
  38. If unsure, say Y.
  39. config DAHDI_XPD_FXO
  40. tristate "FXO port Support"
  41. depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP)
  42. default DAHDI_XPP
  43. ---help---
  44. To compile this driver as a module, choose M here: the
  45. module will be called xpd_fxo.
  46. If unsure, say Y.
  47. config DAHDI_XPD_BRI
  48. tristate "BRI port Support"
  49. depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP)
  50. default DAHDI_XPP
  51. ---help---
  52. To compile this driver as a module, choose M here: the
  53. module will be called xpd_pri.
  54. Note: this driver will be automatically excluded
  55. from compilation if dahdi driver does not
  56. contain the "bristuff" patch.
  57. If unsure, say Y.
  58. config DAHDI_XPD_PRI
  59. tristate "PRI port Support"
  60. depends on DAHDI_XPP && (DAHDI_XPP_USB || DAHDI_XPP_MMAP)
  61. default DAHDI_XPP
  62. ---help---
  63. To compile this driver as a module, choose M here: the
  64. module will be called xpd_pri.
  65. If unsure, say Y.