Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. menuconfig ISDN_DRV_GIGASET
  2. tristate "Siemens Gigaset support"
  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. Note: If you build the ISDN4Linux subsystem (ISDN_I4L)
  14. as a module, you have to build this driver as a module too,
  15. otherwise the Gigaset device won't show up as an ISDN device.
  16. if ISDN_DRV_GIGASET
  17. config GIGASET_I4L
  18. bool
  19. depends on ISDN_I4L='y'||(ISDN_I4L='m'&&ISDN_DRV_GIGASET='m')
  20. default y
  21. config GIGASET_DUMMYLL
  22. bool
  23. default !GIGASET_I4L
  24. config GIGASET_BASE
  25. tristate "Gigaset base station support"
  26. depends on USB
  27. help
  28. Say M here if you want to use the USB interface of the Gigaset
  29. base for connection to your system.
  30. This will build a module called "bas_gigaset".
  31. config GIGASET_M105
  32. tristate "Gigaset M105 support"
  33. depends on USB
  34. help
  35. Say M here if you want to connect to the Gigaset base via DECT
  36. using a Gigaset M105 (Sinus 45 Data 2) USB DECT device.
  37. This will build a module called "usb_gigaset".
  38. config GIGASET_M101
  39. tristate "Gigaset M101 support"
  40. help
  41. Say M here if you want to connect to the Gigaset base via DECT
  42. using a Gigaset M101 (Sinus 45 Data 1) RS232 DECT device.
  43. This will build a module called "ser_gigaset".
  44. config GIGASET_DEBUG
  45. bool "Gigaset debugging"
  46. help
  47. This enables debugging code in the Gigaset drivers.
  48. If in doubt, say yes.
  49. endif # ISDN_DRV_GIGASET