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 14
if IR_CORE

15 16 17 18 19 20 21 22
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 已提交
23
	   LIRC daemon handles protocol decoding for IR reception and
24 25
	   encoding for IR transmitting (aka "blasting").

26
source "drivers/media/rc/keymaps/Kconfig"
27

28
config IR_NEC_DECODER
29
	tristate "Enable IR raw decoder for the NEC protocol"
30
	depends on IR_CORE
31
	select BITREVERSE
32 33 34 35 36
	default y

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

config IR_RC5_DECODER
39
	tristate "Enable IR raw decoder for the RC-5 protocol"
40
	depends on IR_CORE
41
	select BITREVERSE
42 43 44 45 46
	default y

	---help---
	   Enable this option if you have IR with RC-5 protocol, and
	   if the IR is decoded in software
47 48 49 50

config IR_RC6_DECODER
	tristate "Enable IR raw decoder for the RC6 protocol"
	depends on IR_CORE
51
	select BITREVERSE
52 53 54 55 56
	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 已提交
57

58 59 60
config IR_JVC_DECODER
	tristate "Enable IR raw decoder for the JVC protocol"
	depends on IR_CORE
61
	select BITREVERSE
62 63 64 65 66 67
	default y

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

68 69 70 71 72 73 74 75 76
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.

77 78 79 80 81 82 83 84 85 86 87 88
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).

89 90 91 92 93 94 95 96 97 98
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.

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

	   You can see if you have it by looking at lspnp output.
M
Maxim Levitsky 已提交
108
	   Output should include ENE0100 ENE0200 or something similar.
109 110 111 112

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

J
Jarod Wilson 已提交
113 114 115 116 117 118 119 120 121 122 123
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.
124 125 126 127 128 129 130 131 132 133 134 135

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.
136

137 138
config IR_NUVOTON
	tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
139 140 141 142
	depends on PNP
	depends on IR_CORE
	---help---
	   Say Y here to enable support for integrated infrared receiver
143 144 145
	   /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).
146 147

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

150 151 152 153 154 155 156 157 158 159 160
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 已提交
161

162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
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 已提交
179
endif #IR_CORE