aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/Kconfig
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/media/IR/Kconfig
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (diff)
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts: litmus/sched_cedf.c
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r--drivers/media/IR/Kconfig142
1 files changed, 0 insertions, 142 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
deleted file mode 100644
index 490c57cc4cfe..000000000000
--- a/drivers/media/IR/Kconfig
+++ /dev/null
@@ -1,142 +0,0 @@
1menuconfig IR_CORE
2 tristate "Infrared remote controller adapters"
3 depends on INPUT
4 default INPUT
5 ---help---
6 Enable support for Remote Controllers on Linux. This is
7 needed in order to support several video capture adapters.
8
9 Enable this option if you have a video capture board even
10 if you don't need IR, as otherwise, you may not be able to
11 compile the driver for your adapter.
12
13config VIDEO_IR
14 tristate
15 depends on IR_CORE
16 default IR_CORE
17
18if IR_CORE
19
20config LIRC
21 tristate
22 default y
23
24 ---help---
25 Enable this option to build the Linux Infrared Remote
26 Control (LIRC) core device interface driver. The LIRC
27 interface passes raw IR to and from userspace, where the
28 LIRC daemon handles protocol decoding for IR reception and
29 encoding for IR transmitting (aka "blasting").
30
31source "drivers/media/IR/keymaps/Kconfig"
32
33config IR_NEC_DECODER
34 tristate "Enable IR raw decoder for the NEC protocol"
35 depends on IR_CORE
36 select BITREVERSE
37 default y
38
39 ---help---
40 Enable this option if you have IR with NEC protocol, and
41 if the IR is decoded in software
42
43config IR_RC5_DECODER
44 tristate "Enable IR raw decoder for the RC-5 protocol"
45 depends on IR_CORE
46 select BITREVERSE
47 default y
48
49 ---help---
50 Enable this option if you have IR with RC-5 protocol, and
51 if the IR is decoded in software
52
53config IR_RC6_DECODER
54 tristate "Enable IR raw decoder for the RC6 protocol"
55 depends on IR_CORE
56 select BITREVERSE
57 default y
58
59 ---help---
60 Enable this option if you have an infrared remote control which
61 uses the RC6 protocol, and you need software decoding support.
62
63config IR_JVC_DECODER
64 tristate "Enable IR raw decoder for the JVC protocol"
65 depends on IR_CORE
66 select BITREVERSE
67 default y
68
69 ---help---
70 Enable this option if you have an infrared remote control which
71 uses the JVC protocol, and you need software decoding support.
72
73config IR_SONY_DECODER
74 tristate "Enable IR raw decoder for the Sony protocol"
75 depends on IR_CORE
76 default y
77
78 ---help---
79 Enable this option if you have an infrared remote control which
80 uses the Sony protocol, and you need software decoding support.
81
82config IR_LIRC_CODEC
83 tristate "Enable IR to LIRC bridge"
84 depends on IR_CORE
85 depends on LIRC
86 default y
87
88 ---help---
89 Enable this option to pass raw IR to and from userspace via
90 the LIRC interface.
91
92config IR_IMON
93 tristate "SoundGraph iMON Receiver and Display"
94 depends on USB_ARCH_HAS_HCD
95 depends on IR_CORE
96 select USB
97 ---help---
98 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
99 IR Receiver and/or LCD/VFD/VGA display.
100
101 To compile this driver as a module, choose M here: the
102 module will be called imon.
103
104config IR_MCEUSB
105 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
106 depends on USB_ARCH_HAS_HCD
107 depends on IR_CORE
108 select USB
109 ---help---
110 Say Y here if you want to use a Windows Media Center Edition
111 eHome Infrared Transceiver.
112
113 To compile this driver as a module, choose M here: the
114 module will be called mceusb.
115
116config IR_ENE
117 tristate "ENE eHome Receiver/Transciever (pnp id: ENE0100/ENE02xxx)"
118 depends on PNP
119 depends on IR_CORE
120 ---help---
121 Say Y here to enable support for integrated infrared receiver
122 /transciever made by ENE.
123
124 You can see if you have it by looking at lspnp output.
125 Output should include ENE0100 ENE0200 or something similiar.
126
127 To compile this driver as a module, choose M here: the
128 module will be called ene_ir.
129
130config IR_STREAMZAP
131 tristate "Streamzap PC Remote IR Receiver"
132 depends on USB_ARCH_HAS_HCD
133 depends on IR_CORE
134 select USB
135 ---help---
136 Say Y here if you want to use a Streamzap PC Remote
137 Infrared Receiver.
138
139 To compile this driver as a module, choose M here: the
140 module will be called streamzap.
141
142endif #IR_CORE