Merge remote-tracking branches 'asoc/topic/ux500' and 'asoc/topic/wm8962' into asoc...
[deliverable/linux.git] / drivers / staging / media / lirc / Kconfig
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
13 if LIRC_STAGING
14
15 config 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
21 config LIRC_IMON
22 tristate "Legacy SoundGraph iMON Receiver and Display"
23 depends on LIRC && USB
24 help
25 Driver for the original SoundGraph iMON IR Receiver and Display
26
27 Current generation iMON devices use the input layer imon driver.
28
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
35 config LIRC_SASEM
36 tristate "Sasem USB IR Remote"
37 depends on LIRC && USB
38 help
39 Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module
40
41 config LIRC_SERIAL
42 tristate "Homebrew Serial Port Receiver"
43 depends on LIRC
44 help
45 Driver for Homebrew Serial Port Receivers
46
47 config LIRC_SERIAL_TRANSMITTER
48 bool "Serial Port Transmitter"
49 default y
50 depends on LIRC_SERIAL
51 help
52 Serial Port Transmitter support
53
54 config LIRC_SIR
55 tristate "Built-in SIR IrDA port"
56 depends on LIRC
57 help
58 Driver for the SIR IrDA port
59
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
This page took 0.063259 seconds and 5 git commands to generate.