Kconfig 1021 B

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