blob: fa790db75d7e5a3d310a7a48a2ae1e5035ca1b52 [file] [log] [blame]
Jarod Wilson14f184e2010-07-26 20:34:23 -03001#
2# LIRC driver(s) configuration
3#
4menuconfig LIRC_STAGING
5 bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
Janne Grunauefce8ca2010-07-29 12:24:22 -03006 depends on LIRC
Jarod Wilson14f184e2010-07-26 20:34:23 -03007 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"
Janne Grunauefce8ca2010-07-29 12:24:22 -030017 depends on LIRC_STAGING && PCI
Jarod Wilson14f184e2010-07-26 20:34:23 -030018 help
19 Driver for the IR interface on BT829-based hardware
20
Jarod Wilson14f184e2010-07-26 20:34:23 -030021config LIRC_I2C
22 tristate "I2C Based IR Receivers"
Janne Grunauefce8ca2010-07-29 12:24:22 -030023 depends on LIRC_STAGING && I2C
Jarod Wilson14f184e2010-07-26 20:34:23 -030024 help
25 Driver for I2C-based IR receivers, such as those commonly
26 found onboard Hauppauge PVR-150/250/350 video capture cards
27
28config LIRC_IGORPLUGUSB
29 tristate "Igor Cesko's USB IR Receiver"
30 depends on LIRC_STAGING && USB
31 help
32 Driver for Igor Cesko's USB IR Receiver
33
34config LIRC_IMON
35 tristate "Legacy SoundGraph iMON Receiver and Display"
Janne Grunauefce8ca2010-07-29 12:24:22 -030036 depends on LIRC_STAGING && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030037 help
38 Driver for the original SoundGraph iMON IR Receiver and Display
39
40 Current generation iMON devices use the input layer imon driver.
41
42config LIRC_IT87
43 tristate "ITE IT87XX CIR Port Receiver"
Janne Grunauefce8ca2010-07-29 12:24:22 -030044 depends on LIRC_STAGING && PNP
Jarod Wilson14f184e2010-07-26 20:34:23 -030045 help
46 Driver for the ITE IT87xx IR Receiver
47
48config LIRC_ITE8709
49 tristate "ITE8709 CIR Port Receiver"
50 depends on LIRC_STAGING && PNP
51 help
52 Driver for the ITE8709 IR Receiver
53
54config LIRC_PARALLEL
55 tristate "Homebrew Parallel Port Receiver"
Jarod Wilsona36e83c2010-10-19 12:54:05 -030056 depends on LIRC_STAGING && PARPORT
Jarod Wilson14f184e2010-07-26 20:34:23 -030057 help
58 Driver for Homebrew Parallel Port Receivers
59
60config LIRC_SASEM
61 tristate "Sasem USB IR Remote"
Janne Grunauefce8ca2010-07-29 12:24:22 -030062 depends on LIRC_STAGING && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030063 help
64 Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
65
66config LIRC_SERIAL
67 tristate "Homebrew Serial Port Receiver"
68 depends on LIRC_STAGING
69 help
70 Driver for Homebrew Serial Port Receivers
71
72config LIRC_SERIAL_TRANSMITTER
73 bool "Serial Port Transmitter"
74 default y
75 depends on LIRC_SERIAL
76 help
77 Serial Port Transmitter support
78
79config LIRC_SIR
80 tristate "Built-in SIR IrDA port"
81 depends on LIRC_STAGING
82 help
83 Driver for the SIR IrDA port
84
Jarod Wilson14f184e2010-07-26 20:34:23 -030085config LIRC_TTUSBIR
86 tristate "Technotrend USB IR Receiver"
87 depends on LIRC_STAGING && USB
88 help
89 Driver for the Technotrend USB IR Receiver
90
91config LIRC_ZILOG
92 tristate "Zilog/Hauppauge IR Transmitter"
Janne Grunauefce8ca2010-07-29 12:24:22 -030093 depends on LIRC_STAGING && I2C
Jarod Wilson14f184e2010-07-26 20:34:23 -030094 help
95 Driver for the Zilog/Hauppauge IR Transmitter, found on
96 PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
97endif