blob: 526ec0fc2f042703b0237d9e29887dfd47fb23f8 [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"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030017 depends on LIRC && 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_IGORPLUGUSB
22 tristate "Igor Cesko's USB IR Receiver"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030023 depends on LIRC && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030024 help
25 Driver for Igor Cesko's USB IR Receiver
26
27config LIRC_IMON
28 tristate "Legacy SoundGraph iMON Receiver and Display"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030029 depends on LIRC && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030030 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
Jarod Wilson14f184e2010-07-26 20:34:23 -030035config LIRC_PARALLEL
36 tristate "Homebrew Parallel Port Receiver"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030037 depends on LIRC && PARPORT
Jarod Wilson14f184e2010-07-26 20:34:23 -030038 help
39 Driver for Homebrew Parallel Port Receivers
40
41config LIRC_SASEM
42 tristate "Sasem USB IR Remote"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030043 depends on LIRC && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030044 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"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030049 depends on LIRC
Jarod Wilson14f184e2010-07-26 20:34:23 -030050 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"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030062 depends on LIRC
Jarod Wilson14f184e2010-07-26 20:34:23 -030063 help
64 Driver for the SIR IrDA port
65
Jarod Wilson14f184e2010-07-26 20:34:23 -030066config LIRC_TTUSBIR
67 tristate "Technotrend USB IR Receiver"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030068 depends on LIRC && USB
Jarod Wilson14f184e2010-07-26 20:34:23 -030069 help
70 Driver for the Technotrend USB IR Receiver
71
72config LIRC_ZILOG
73 tristate "Zilog/Hauppauge IR Transmitter"
Mauro Carvalho Chehab0334c8a2010-12-27 09:41:05 -030074 depends on LIRC && I2C
Jarod Wilson14f184e2010-07-26 20:34:23 -030075 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