PageRenderTime 40ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/staging/lirc/Kconfig

https://bitbucket.org/wisechild/galaxy-nexus
#! | 78 lines | 66 code | 12 blank | 0 comment | 0 complexity | cc32f95578a3d372d1acc1f7331407f1 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  1. #
  2. # LIRC driver(s) configuration
  3. #
  4. menuconfig LIRC_STAGING
  5. bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
  6. depends on LIRC
  7. help
  8. Say Y here, and all supported Linux Infrared Remote Control IR and
  9. RF receiver and transmitter drivers will be displayed. When paired
  10. with a remote control and the lirc daemon, the receiver drivers
  11. allow control of your Linux system via remote control.
  12. if LIRC_STAGING
  13. config LIRC_BT829
  14. tristate "BT829 based hardware"
  15. depends on LIRC && PCI
  16. help
  17. Driver for the IR interface on BT829-based hardware
  18. config LIRC_IGORPLUGUSB
  19. tristate "Igor Cesko's USB IR Receiver"
  20. depends on LIRC && USB
  21. help
  22. Driver for Igor Cesko's USB IR Receiver
  23. config LIRC_IMON
  24. tristate "Legacy SoundGraph iMON Receiver and Display"
  25. depends on LIRC && USB
  26. help
  27. Driver for the original SoundGraph iMON IR Receiver and Display
  28. Current generation iMON devices use the input layer imon driver.
  29. config LIRC_PARALLEL
  30. tristate "Homebrew Parallel Port Receiver"
  31. depends on LIRC && PARPORT
  32. help
  33. Driver for Homebrew Parallel Port Receivers
  34. config LIRC_SASEM
  35. tristate "Sasem USB IR Remote"
  36. depends on LIRC && USB
  37. help
  38. Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
  39. config LIRC_SERIAL
  40. tristate "Homebrew Serial Port Receiver"
  41. depends on LIRC
  42. help
  43. Driver for Homebrew Serial Port Receivers
  44. config LIRC_SERIAL_TRANSMITTER
  45. bool "Serial Port Transmitter"
  46. default y
  47. depends on LIRC_SERIAL
  48. help
  49. Serial Port Transmitter support
  50. config LIRC_SIR
  51. tristate "Built-in SIR IrDA port"
  52. depends on LIRC
  53. help
  54. Driver for the SIR IrDA port
  55. config LIRC_TTUSBIR
  56. tristate "Technotrend USB IR Receiver"
  57. depends on LIRC && USB
  58. help
  59. Driver for the Technotrend USB IR Receiver
  60. config LIRC_ZILOG
  61. tristate "Zilog/Hauppauge IR Transmitter"
  62. depends on LIRC && I2C
  63. help
  64. Driver for the Zilog/Hauppauge IR Transmitter, found on
  65. PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
  66. endif