Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. menu "Siemens Gigaset"
  2. config ISDN_DRV_GIGASET
  3. tristate "Siemens Gigaset support (isdn)"
  4. select CRC_CCITT
  5. select BITREVERSE
  6. help
  7. This driver supports the Siemens Gigaset SX205/255 family of
  8. ISDN DECT bases, including the predecessors Gigaset 3070/3075
  9. and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus
  10. 721X.
  11. If you have one of these devices, say M here and for at least
  12. one of the connection specific parts that follow.
  13. This will build a module called "gigaset".
  14. if ISDN_DRV_GIGASET!=n
  15. config GIGASET_BASE
  16. tristate "Gigaset base station support"
  17. depends on ISDN_DRV_GIGASET && USB
  18. help
  19. Say M here if you want to use the USB interface of the Gigaset
  20. base for connection to your system.
  21. This will build a module called "bas_gigaset".
  22. config GIGASET_M105
  23. tristate "Gigaset M105 support"
  24. depends on ISDN_DRV_GIGASET && USB
  25. help
  26. Say M here if you want to connect to the Gigaset base via DECT
  27. using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
  28. This will build a module called "usb_gigaset".
  29. config GIGASET_M101
  30. tristate "Gigaset M101 support"
  31. depends on ISDN_DRV_GIGASET
  32. help
  33. Say M here if you want to connect to the Gigaset base via DECT
  34. using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
  35. This will build a module called "ser_gigaset".
  36. config GIGASET_DEBUG
  37. bool "Gigaset debugging"
  38. help
  39. This enables debugging code in the Gigaset drivers.
  40. If in doubt, say yes.
  41. config GIGASET_UNDOCREQ
  42. bool "Support for undocumented USB requests"
  43. help
  44. This enables support for USB requests we only know from
  45. reverse engineering (currently M105 only). If you need
  46. features like configuration mode of M105, say yes. If you
  47. care about your device, say no.
  48. endif
  49. endmenu