aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lirc/Kconfig
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-22 10:38:37 -0500
commitfcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch)
treea57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/lirc/Kconfig
parent8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff)
Added missing tegra files.HEADmaster
Diffstat (limited to 'drivers/staging/lirc/Kconfig')
-rw-r--r--drivers/staging/lirc/Kconfig78
1 files changed, 78 insertions, 0 deletions
diff --git a/drivers/staging/lirc/Kconfig b/drivers/staging/lirc/Kconfig
new file mode 100644
index 00000000000..526ec0fc2f0
--- /dev/null
+++ b/drivers/staging/lirc/Kconfig
@@ -0,0 +1,78 @@
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