1# 2# LIRC driver(s) configuration 3# 4menuconfig 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 13if LIRC_STAGING 14 15config LIRC_BT829 16 tristate "BT829 based hardware" 17 depends on LIRC && PCI 18 help 19 Driver for the IR interface on BT829-based hardware 20 21config LIRC_IGORPLUGUSB 22 tristate "Igor Cesko's USB IR Receiver" 23 depends on LIRC && USB 24 help 25 Driver for Igor Cesko's USB IR Receiver 26 27config LIRC_IMON 28 tristate "Legacy SoundGraph iMON Receiver and Display" 29 depends on LIRC && USB 30 help 31 Driver for the original SoundGraph iMON IR Receiver and Display 32 33 Current generation iMON devices use the input layer imon driver. 34 35config LIRC_PARALLEL 36 tristate "Homebrew Parallel Port Receiver" 37 depends on LIRC && PARPORT 38 help 39 Driver for Homebrew Parallel Port Receivers 40 41config LIRC_SASEM 42 tristate "Sasem USB IR Remote" 43 depends on LIRC && USB 44 help 45 Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module 46 47config LIRC_SERIAL 48 tristate "Homebrew Serial Port Receiver" 49 depends on LIRC 50 help 51 Driver for Homebrew Serial Port Receivers 52 53config LIRC_SERIAL_TRANSMITTER 54 bool "Serial Port Transmitter" 55 default y 56 depends on LIRC_SERIAL 57 help 58 Serial Port Transmitter support 59 60config LIRC_SIR 61 tristate "Built-in SIR IrDA port" 62 depends on LIRC 63 help 64 Driver for the SIR IrDA port 65 66config LIRC_TTUSBIR 67 tristate "Technotrend USB IR Receiver" 68 depends on LIRC && USB 69 help 70 Driver for the Technotrend USB IR Receiver 71 72config LIRC_ZILOG 73 tristate "Zilog/Hauppauge IR Transmitter" 74 depends on LIRC && I2C 75 help 76 Driver for the Zilog/Hauppauge IR Transmitter, found on 77 PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards 78endif 79