Kconfig 1.7 KB

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