]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/staging/lirc/Kconfig
[media] Altera FPGA firmware download module
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / lirc / Kconfig
CommitLineData
14f184e6
JW
1#
2# LIRC driver(s) configuration
3#
4menuconfig LIRC_STAGING
5 bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
efce8ca3 6 depends on LIRC
14f184e6
JW
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"
0334c8a5 17 depends on LIRC && PCI
14f184e6
JW
18 help
19 Driver for the IR interface on BT829-based hardware
20
14f184e6
JW
21config LIRC_IGORPLUGUSB
22 tristate "Igor Cesko's USB IR Receiver"
0334c8a5 23 depends on LIRC && USB
14f184e6
JW
24 help
25 Driver for Igor Cesko's USB IR Receiver
26
27config LIRC_IMON
28 tristate "Legacy SoundGraph iMON Receiver and Display"
0334c8a5 29 depends on LIRC && USB
14f184e6
JW
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_IT87
36 tristate "ITE IT87XX CIR Port Receiver"
0334c8a5 37 depends on LIRC && PNP
14f184e6
JW
38 help
39 Driver for the ITE IT87xx IR Receiver
40
41config LIRC_ITE8709
42 tristate "ITE8709 CIR Port Receiver"
0334c8a5 43 depends on LIRC && PNP
14f184e6
JW
44 help
45 Driver for the ITE8709 IR Receiver
46
47config LIRC_PARALLEL
48 tristate "Homebrew Parallel Port Receiver"
0334c8a5 49 depends on LIRC && PARPORT
14f184e6
JW
50 help
51 Driver for Homebrew Parallel Port Receivers
52
53config LIRC_SASEM
54 tristate "Sasem USB IR Remote"
0334c8a5 55 depends on LIRC && USB
14f184e6
JW
56 help
57 Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
58
59config LIRC_SERIAL
60 tristate "Homebrew Serial Port Receiver"
0334c8a5 61 depends on LIRC
14f184e6
JW
62 help
63 Driver for Homebrew Serial Port Receivers
64
65config LIRC_SERIAL_TRANSMITTER
66 bool "Serial Port Transmitter"
67 default y
68 depends on LIRC_SERIAL
69 help
70 Serial Port Transmitter support
71
72config LIRC_SIR
73 tristate "Built-in SIR IrDA port"
0334c8a5 74 depends on LIRC
14f184e6
JW
75 help
76 Driver for the SIR IrDA port
77
14f184e6
JW
78config LIRC_TTUSBIR
79 tristate "Technotrend USB IR Receiver"
0334c8a5 80 depends on LIRC && USB
14f184e6
JW
81 help
82 Driver for the Technotrend USB IR Receiver
83
84config LIRC_ZILOG
85 tristate "Zilog/Hauppauge IR Transmitter"
0334c8a5 86 depends on LIRC && I2C
14f184e6
JW
87 help
88 Driver for the Zilog/Hauppauge IR Transmitter, found on
89 PVR-150/500, HVR-1200/1250/1700/1800, HD-PVR and other cards
90endif