Kconfig 5.1 KB
Newer Older
M
Maxim Levitsky 已提交
1 2
menuconfig IR_CORE
	tristate "Infrared remote controller adapters"
3 4
	depends on INPUT
	default INPUT
5 6 7
	---help---
	  Enable support for Remote Controllers on Linux. This is
	  needed in order to support several video capture adapters.
8

9 10 11
	  Enable this option if you have a video capture board even
	  if you don't need IR, as otherwise, you may not be able to
	  compile the driver for your adapter.
M
Maxim Levitsky 已提交
12

13
config IR_LEGACY
14 15 16
	tristate
	depends on IR_CORE
	default IR_CORE
17

18 19
if IR_CORE

20 21 22 23 24 25 26 27
config LIRC
	tristate
	default y

	---help---
	   Enable this option to build the Linux Infrared Remote
	   Control (LIRC) core device interface driver. The LIRC
	   interface passes raw IR to and from userspace, where the
M
Maxim Levitsky 已提交
28
	   LIRC daemon handles protocol decoding for IR reception and
29 30
	   encoding for IR transmitting (aka "blasting").

31
source "drivers/media/rc/keymaps/Kconfig"
32

33
config IR_NEC_DECODER
34
	tristate "Enable IR raw decoder for the NEC protocol"
35
	depends on IR_CORE
36
	select BITREVERSE
37 38 39 40 41
	default y

	---help---
	   Enable this option if you have IR with NEC protocol, and
	   if the IR is decoded in software
42 43

config IR_RC5_DECODER
44
	tristate "Enable IR raw decoder for the RC-5 protocol"
45
	depends on IR_CORE
46
	select BITREVERSE
47 48 49 50 51
	default y

	---help---
	   Enable this option if you have IR with RC-5 protocol, and
	   if the IR is decoded in software
52 53 54 55

config IR_RC6_DECODER
	tristate "Enable IR raw decoder for the RC6 protocol"
	depends on IR_CORE
56
	select BITREVERSE
57 58 59 60 61
	default y

	---help---
	   Enable this option if you have an infrared remote control which
	   uses the RC6 protocol, and you need software decoding support.
J
Jarod Wilson 已提交
62

63 64 65
config IR_JVC_DECODER
	tristate "Enable IR raw decoder for the JVC protocol"
	depends on IR_CORE
66
	select BITREVERSE
67 68 69 70 71 72
	default y

	---help---
	   Enable this option if you have an infrared remote control which
	   uses the JVC protocol, and you need software decoding support.

73 74 75 76 77 78 79 80 81
config IR_SONY_DECODER
	tristate "Enable IR raw decoder for the Sony protocol"
	depends on IR_CORE
	default y

	---help---
	   Enable this option if you have an infrared remote control which
	   uses the Sony protocol, and you need software decoding support.

82 83 84 85 86 87 88 89 90 91 92 93
config IR_RC5_SZ_DECODER
	tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
	depends on IR_CORE
	select BITREVERSE
	default y

	---help---
	   Enable this option if you have IR with RC-5 (streamzap) protocol,
	   and if the IR is decoded in software. (The Streamzap PC Remote
	   uses an IR protocol that is almost standard RC-5, but not quite,
	   as it uses an additional bit).

94 95 96 97 98 99 100 101 102 103
config IR_LIRC_CODEC
	tristate "Enable IR to LIRC bridge"
	depends on IR_CORE
	depends on LIRC
	default y

	---help---
	   Enable this option to pass raw IR to and from userspace via
	   the LIRC interface.

104
config IR_ENE
M
Maxim Levitsky 已提交
105
	tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
106 107 108 109
	depends on PNP
	depends on IR_CORE
	---help---
	   Say Y here to enable support for integrated infrared receiver
M
Maxim Levitsky 已提交
110
	   /transceiver made by ENE.
111 112

	   You can see if you have it by looking at lspnp output.
M
Maxim Levitsky 已提交
113
	   Output should include ENE0100 ENE0200 or something similar.
114 115 116 117

	   To compile this driver as a module, choose M here: the
	   module will be called ene_ir.

J
Jarod Wilson 已提交
118 119 120 121 122 123 124 125 126 127 128
config IR_IMON
	tristate "SoundGraph iMON Receiver and Display"
	depends on USB_ARCH_HAS_HCD
	depends on IR_CORE
	select USB
	---help---
	   Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
	   IR Receiver and/or LCD/VFD/VGA display.

	   To compile this driver as a module, choose M here: the
	   module will be called imon.
129 130 131 132 133 134 135 136 137 138 139 140

config IR_MCEUSB
	tristate "Windows Media Center Ed. eHome Infrared Transceiver"
	depends on USB_ARCH_HAS_HCD
	depends on IR_CORE
	select USB
	---help---
	   Say Y here if you want to use a Windows Media Center Edition
	   eHome Infrared Transceiver.

	   To compile this driver as a module, choose M here: the
	   module will be called mceusb.
141

142 143
config IR_NUVOTON
	tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
144 145 146 147
	depends on PNP
	depends on IR_CORE
	---help---
	   Say Y here to enable support for integrated infrared receiver
148 149 150
	   /transciever made by Nuvoton (formerly Winbond). This chip is
	   found in the ASRock ION 330HT, as well as assorted Intel
	   DP55-series motherboards (and of course, possibly others).
151 152

	   To compile this driver as a module, choose M here: the
153
	   module will be called nuvoton-cir.
154

155 156 157 158 159 160 161 162 163 164 165
config IR_STREAMZAP
	tristate "Streamzap PC Remote IR Receiver"
	depends on USB_ARCH_HAS_HCD
	depends on IR_CORE
	select USB
	---help---
	   Say Y here if you want to use a Streamzap PC Remote
	   Infrared Receiver.

	   To compile this driver as a module, choose M here: the
	   module will be called streamzap.
M
Maxim Levitsky 已提交
166

167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
config IR_WINBOND_CIR
        tristate "Winbond IR remote control"
        depends on X86 && PNP
	depends on IR_CORE
        select NEW_LEDS
        select LEDS_CLASS
        select LEDS_TRIGGERS
        select BITREVERSE
	---help---
           Say Y here if you want to use the IR remote functionality found
           in some Winbond SuperI/O chips. Currently only the WPCD376I
           chip is supported (included in some Intel Media series
	   motherboards).

           To compile this driver as a module, choose M here: the module will
	   be called winbond_cir.

M
Maxim Levitsky 已提交
184
endif #IR_CORE