Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. menu "Siemens Gigaset"
  2. depends on ISDN_I4L
  3. config ISDN_DRV_GIGASET
  4. tristate "Siemens Gigaset support (isdn)"
  5. depends on ISDN_I4L
  6. select CRC_CCITT
  7. select BITREVERSE
  8. help
  9. Say m here if you have a Gigaset or Sinus isdn device.
  10. if ISDN_DRV_GIGASET!=n
  11. config GIGASET_BASE
  12. tristate "Gigaset base station support"
  13. depends on ISDN_DRV_GIGASET && USB
  14. help
  15. Say m here if you need to communicate with the base
  16. directly via USB.
  17. config GIGASET_M105
  18. tristate "Gigaset M105 support"
  19. depends on ISDN_DRV_GIGASET && USB
  20. help
  21. Say m here if you need the driver for the Gigaset M105 device.
  22. config GIGASET_DEBUG
  23. bool "Gigaset debugging"
  24. help
  25. This enables debugging code in the Gigaset drivers.
  26. If in doubt, say yes.
  27. config GIGASET_UNDOCREQ
  28. bool "Support for undocumented USB requests"
  29. help
  30. This enables support for USB requests we only know from
  31. reverse engineering (currently M105 only). If you need
  32. features like configuration mode of M105, say yes. If you
  33. care about your device, say no.
  34. endif
  35. endmenu