xref: /linux/drivers/media/rc/Kconfig (revision 9bdc79ea07d98386b72e1b6b1613742556fba3af)
16bda9644SMauro Carvalho Chehabmenuconfig RC_CORE
26bda9644SMauro Carvalho Chehab	tristate "Remote Controller adapters"
332cf86f6SMauro Carvalho Chehab	depends on INPUT
432cf86f6SMauro Carvalho Chehab	default INPUT
532cf86f6SMauro Carvalho Chehab	---help---
632cf86f6SMauro Carvalho Chehab	  Enable support for Remote Controllers on Linux. This is
732cf86f6SMauro Carvalho Chehab	  needed in order to support several video capture adapters.
86bda9644SMauro Carvalho Chehab	  Currently, all supported devices use InfraRed.
932cf86f6SMauro Carvalho Chehab
1032cf86f6SMauro Carvalho Chehab	  Enable this option if you have a video capture board even
1132cf86f6SMauro Carvalho Chehab	  if you don't need IR, as otherwise, you may not be able to
1232cf86f6SMauro Carvalho Chehab	  compile the driver for your adapter.
1332cf86f6SMauro Carvalho Chehab
146bda9644SMauro Carvalho Chehabif RC_CORE
1532cf86f6SMauro Carvalho Chehab
1632cf86f6SMauro Carvalho Chehabconfig LIRC
1732cf86f6SMauro Carvalho Chehab	tristate
1832cf86f6SMauro Carvalho Chehab	default y
1932cf86f6SMauro Carvalho Chehab
2032cf86f6SMauro Carvalho Chehab	---help---
2132cf86f6SMauro Carvalho Chehab	   Enable this option to build the Linux Infrared Remote
2232cf86f6SMauro Carvalho Chehab	   Control (LIRC) core device interface driver. The LIRC
2332cf86f6SMauro Carvalho Chehab	   interface passes raw IR to and from userspace, where the
2432cf86f6SMauro Carvalho Chehab	   LIRC daemon handles protocol decoding for IR reception and
2532cf86f6SMauro Carvalho Chehab	   encoding for IR transmitting (aka "blasting").
2632cf86f6SMauro Carvalho Chehab
2732cf86f6SMauro Carvalho Chehabsource "drivers/media/rc/keymaps/Kconfig"
2832cf86f6SMauro Carvalho Chehab
2932cf86f6SMauro Carvalho Chehabconfig IR_NEC_DECODER
3032cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the NEC protocol"
316bda9644SMauro Carvalho Chehab	depends on RC_CORE
3232cf86f6SMauro Carvalho Chehab	select BITREVERSE
3332cf86f6SMauro Carvalho Chehab	default y
3432cf86f6SMauro Carvalho Chehab
3532cf86f6SMauro Carvalho Chehab	---help---
3632cf86f6SMauro Carvalho Chehab	   Enable this option if you have IR with NEC protocol, and
3732cf86f6SMauro Carvalho Chehab	   if the IR is decoded in software
3832cf86f6SMauro Carvalho Chehab
3932cf86f6SMauro Carvalho Chehabconfig IR_RC5_DECODER
4032cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the RC-5 protocol"
416bda9644SMauro Carvalho Chehab	depends on RC_CORE
4232cf86f6SMauro Carvalho Chehab	select BITREVERSE
4332cf86f6SMauro Carvalho Chehab	default y
4432cf86f6SMauro Carvalho Chehab
4532cf86f6SMauro Carvalho Chehab	---help---
4632cf86f6SMauro Carvalho Chehab	   Enable this option if you have IR with RC-5 protocol, and
4732cf86f6SMauro Carvalho Chehab	   if the IR is decoded in software
4832cf86f6SMauro Carvalho Chehab
4932cf86f6SMauro Carvalho Chehabconfig IR_RC6_DECODER
5032cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the RC6 protocol"
516bda9644SMauro Carvalho Chehab	depends on RC_CORE
5232cf86f6SMauro Carvalho Chehab	select BITREVERSE
5332cf86f6SMauro Carvalho Chehab	default y
5432cf86f6SMauro Carvalho Chehab
5532cf86f6SMauro Carvalho Chehab	---help---
5632cf86f6SMauro Carvalho Chehab	   Enable this option if you have an infrared remote control which
5732cf86f6SMauro Carvalho Chehab	   uses the RC6 protocol, and you need software decoding support.
5832cf86f6SMauro Carvalho Chehab
5932cf86f6SMauro Carvalho Chehabconfig IR_JVC_DECODER
6032cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the JVC protocol"
616bda9644SMauro Carvalho Chehab	depends on RC_CORE
6232cf86f6SMauro Carvalho Chehab	select BITREVERSE
6332cf86f6SMauro Carvalho Chehab	default y
6432cf86f6SMauro Carvalho Chehab
6532cf86f6SMauro Carvalho Chehab	---help---
6632cf86f6SMauro Carvalho Chehab	   Enable this option if you have an infrared remote control which
6732cf86f6SMauro Carvalho Chehab	   uses the JVC protocol, and you need software decoding support.
6832cf86f6SMauro Carvalho Chehab
6932cf86f6SMauro Carvalho Chehabconfig IR_SONY_DECODER
7032cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the Sony protocol"
716bda9644SMauro Carvalho Chehab	depends on RC_CORE
7232cf86f6SMauro Carvalho Chehab	default y
7332cf86f6SMauro Carvalho Chehab
7432cf86f6SMauro Carvalho Chehab	---help---
7532cf86f6SMauro Carvalho Chehab	   Enable this option if you have an infrared remote control which
7632cf86f6SMauro Carvalho Chehab	   uses the Sony protocol, and you need software decoding support.
7732cf86f6SMauro Carvalho Chehab
7832cf86f6SMauro Carvalho Chehabconfig IR_RC5_SZ_DECODER
7932cf86f6SMauro Carvalho Chehab	tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
806bda9644SMauro Carvalho Chehab	depends on RC_CORE
8132cf86f6SMauro Carvalho Chehab	select BITREVERSE
8232cf86f6SMauro Carvalho Chehab	default y
8332cf86f6SMauro Carvalho Chehab
8432cf86f6SMauro Carvalho Chehab	---help---
8532cf86f6SMauro Carvalho Chehab	   Enable this option if you have IR with RC-5 (streamzap) protocol,
8632cf86f6SMauro Carvalho Chehab	   and if the IR is decoded in software. (The Streamzap PC Remote
8732cf86f6SMauro Carvalho Chehab	   uses an IR protocol that is almost standard RC-5, but not quite,
8832cf86f6SMauro Carvalho Chehab	   as it uses an additional bit).
8932cf86f6SMauro Carvalho Chehab
9032cf86f6SMauro Carvalho Chehabconfig IR_LIRC_CODEC
9132cf86f6SMauro Carvalho Chehab	tristate "Enable IR to LIRC bridge"
926bda9644SMauro Carvalho Chehab	depends on RC_CORE
9332cf86f6SMauro Carvalho Chehab	depends on LIRC
9432cf86f6SMauro Carvalho Chehab	default y
9532cf86f6SMauro Carvalho Chehab
9632cf86f6SMauro Carvalho Chehab	---help---
9732cf86f6SMauro Carvalho Chehab	   Enable this option to pass raw IR to and from userspace via
9832cf86f6SMauro Carvalho Chehab	   the LIRC interface.
9932cf86f6SMauro Carvalho Chehab
10032cf86f6SMauro Carvalho Chehabconfig IR_ENE
10132cf86f6SMauro Carvalho Chehab	tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
10232cf86f6SMauro Carvalho Chehab	depends on PNP
1036bda9644SMauro Carvalho Chehab	depends on RC_CORE
10432cf86f6SMauro Carvalho Chehab	---help---
10532cf86f6SMauro Carvalho Chehab	   Say Y here to enable support for integrated infrared receiver
10632cf86f6SMauro Carvalho Chehab	   /transceiver made by ENE.
10732cf86f6SMauro Carvalho Chehab
10832cf86f6SMauro Carvalho Chehab	   You can see if you have it by looking at lspnp output.
10932cf86f6SMauro Carvalho Chehab	   Output should include ENE0100 ENE0200 or something similar.
11032cf86f6SMauro Carvalho Chehab
11132cf86f6SMauro Carvalho Chehab	   To compile this driver as a module, choose M here: the
11232cf86f6SMauro Carvalho Chehab	   module will be called ene_ir.
11332cf86f6SMauro Carvalho Chehab
11432cf86f6SMauro Carvalho Chehabconfig IR_IMON
11532cf86f6SMauro Carvalho Chehab	tristate "SoundGraph iMON Receiver and Display"
11632cf86f6SMauro Carvalho Chehab	depends on USB_ARCH_HAS_HCD
1176bda9644SMauro Carvalho Chehab	depends on RC_CORE
11832cf86f6SMauro Carvalho Chehab	select USB
11932cf86f6SMauro Carvalho Chehab	---help---
12032cf86f6SMauro Carvalho Chehab	   Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
12132cf86f6SMauro Carvalho Chehab	   IR Receiver and/or LCD/VFD/VGA display.
12232cf86f6SMauro Carvalho Chehab
12332cf86f6SMauro Carvalho Chehab	   To compile this driver as a module, choose M here: the
12432cf86f6SMauro Carvalho Chehab	   module will be called imon.
12532cf86f6SMauro Carvalho Chehab
12632cf86f6SMauro Carvalho Chehabconfig IR_MCEUSB
12732cf86f6SMauro Carvalho Chehab	tristate "Windows Media Center Ed. eHome Infrared Transceiver"
12832cf86f6SMauro Carvalho Chehab	depends on USB_ARCH_HAS_HCD
1296bda9644SMauro Carvalho Chehab	depends on RC_CORE
13032cf86f6SMauro Carvalho Chehab	select USB
13132cf86f6SMauro Carvalho Chehab	---help---
13232cf86f6SMauro Carvalho Chehab	   Say Y here if you want to use a Windows Media Center Edition
13332cf86f6SMauro Carvalho Chehab	   eHome Infrared Transceiver.
13432cf86f6SMauro Carvalho Chehab
13532cf86f6SMauro Carvalho Chehab	   To compile this driver as a module, choose M here: the
13632cf86f6SMauro Carvalho Chehab	   module will be called mceusb.
13732cf86f6SMauro Carvalho Chehab
138620a32bbSJuan J. Garcia de Soriaconfig IR_ITE_CIR
139620a32bbSJuan J. Garcia de Soria	tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
140620a32bbSJuan J. Garcia de Soria	depends on PNP
141620a32bbSJuan J. Garcia de Soria	depends on RC_CORE
142620a32bbSJuan J. Garcia de Soria	---help---
143620a32bbSJuan J. Garcia de Soria	   Say Y here to enable support for integrated infrared receivers
144620a32bbSJuan J. Garcia de Soria	   /transceivers made by ITE Tech Inc. These are found in
145620a32bbSJuan J. Garcia de Soria	   several ASUS devices, like the ASUS Digimatrix or the ASUS
146620a32bbSJuan J. Garcia de Soria	   EEEBox 1501U.
147620a32bbSJuan J. Garcia de Soria
148620a32bbSJuan J. Garcia de Soria	   To compile this driver as a module, choose M here: the
149620a32bbSJuan J. Garcia de Soria	   module will be called ite-cir.
150620a32bbSJuan J. Garcia de Soria
151*9bdc79eaSJarod Wilsonconfig IR_FINTEK
152*9bdc79eaSJarod Wilson	tristate "Fintek Consumer Infrared Transceiver"
153*9bdc79eaSJarod Wilson	depends on PNP
154*9bdc79eaSJarod Wilson	depends on RC_CORE
155*9bdc79eaSJarod Wilson	---help---
156*9bdc79eaSJarod Wilson	   Say Y here to enable support for integrated infrared receiver
157*9bdc79eaSJarod Wilson	   /transciever made by Fintek. This chip is found on assorted
158*9bdc79eaSJarod Wilson	   Jetway motherboards (and of course, possibly others).
159*9bdc79eaSJarod Wilson
160*9bdc79eaSJarod Wilson	   To compile this driver as a module, choose M here: the
161*9bdc79eaSJarod Wilson	   module will be called fintek-cir.
162*9bdc79eaSJarod Wilson
16332cf86f6SMauro Carvalho Chehabconfig IR_NUVOTON
16432cf86f6SMauro Carvalho Chehab	tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
16532cf86f6SMauro Carvalho Chehab	depends on PNP
1666bda9644SMauro Carvalho Chehab	depends on RC_CORE
16732cf86f6SMauro Carvalho Chehab	---help---
16832cf86f6SMauro Carvalho Chehab	   Say Y here to enable support for integrated infrared receiver
16932cf86f6SMauro Carvalho Chehab	   /transciever made by Nuvoton (formerly Winbond). This chip is
17032cf86f6SMauro Carvalho Chehab	   found in the ASRock ION 330HT, as well as assorted Intel
17132cf86f6SMauro Carvalho Chehab	   DP55-series motherboards (and of course, possibly others).
17232cf86f6SMauro Carvalho Chehab
17332cf86f6SMauro Carvalho Chehab	   To compile this driver as a module, choose M here: the
17432cf86f6SMauro Carvalho Chehab	   module will be called nuvoton-cir.
17532cf86f6SMauro Carvalho Chehab
1762154be65SJarod Wilsonconfig IR_REDRAT3
1772154be65SJarod Wilson	tristate "RedRat3 IR Transceiver"
1782154be65SJarod Wilson	depends on USB_ARCH_HAS_HCD
1792154be65SJarod Wilson	depends on RC_CORE
1802154be65SJarod Wilson	select USB
1812154be65SJarod Wilson	---help---
1822154be65SJarod Wilson	   Say Y here if you want to use a RedRat3 Infrared Transceiver.
1832154be65SJarod Wilson
1842154be65SJarod Wilson	   To compile this driver as a module, choose M here: the
1852154be65SJarod Wilson	   module will be called redrat3.
1862154be65SJarod Wilson
18732cf86f6SMauro Carvalho Chehabconfig IR_STREAMZAP
18832cf86f6SMauro Carvalho Chehab	tristate "Streamzap PC Remote IR Receiver"
18932cf86f6SMauro Carvalho Chehab	depends on USB_ARCH_HAS_HCD
1906bda9644SMauro Carvalho Chehab	depends on RC_CORE
19132cf86f6SMauro Carvalho Chehab	select USB
19232cf86f6SMauro Carvalho Chehab	---help---
19332cf86f6SMauro Carvalho Chehab	   Say Y here if you want to use a Streamzap PC Remote
19432cf86f6SMauro Carvalho Chehab	   Infrared Receiver.
19532cf86f6SMauro Carvalho Chehab
19632cf86f6SMauro Carvalho Chehab	   To compile this driver as a module, choose M here: the
19732cf86f6SMauro Carvalho Chehab	   module will be called streamzap.
19832cf86f6SMauro Carvalho Chehab
1995b2e303fSDavid Härdemanconfig IR_WINBOND_CIR
2005b2e303fSDavid Härdeman	tristate "Winbond IR remote control"
2015b2e303fSDavid Härdeman	depends on X86 && PNP
2026bda9644SMauro Carvalho Chehab	depends on RC_CORE
2035b2e303fSDavid Härdeman	select NEW_LEDS
2045b2e303fSDavid Härdeman	select LEDS_CLASS
2055b2e303fSDavid Härdeman	select LEDS_TRIGGERS
2065b2e303fSDavid Härdeman	select BITREVERSE
2075b2e303fSDavid Härdeman	---help---
2085b2e303fSDavid Härdeman	   Say Y here if you want to use the IR remote functionality found
2095b2e303fSDavid Härdeman	   in some Winbond SuperI/O chips. Currently only the WPCD376I
2105b2e303fSDavid Härdeman	   chip is supported (included in some Intel Media series
2115b2e303fSDavid Härdeman	   motherboards).
2125b2e303fSDavid Härdeman
2135b2e303fSDavid Härdeman	   To compile this driver as a module, choose M here: the module will
2145b2e303fSDavid Härdeman	   be called winbond_cir.
2155b2e303fSDavid Härdeman
216801c73c0SDavid Härdemanconfig RC_LOOPBACK
217801c73c0SDavid Härdeman	tristate "Remote Control Loopback Driver"
218801c73c0SDavid Härdeman	depends on RC_CORE
219801c73c0SDavid Härdeman	---help---
220801c73c0SDavid Härdeman	   Say Y here if you want support for the remote control loopback
221801c73c0SDavid Härdeman	   driver which allows TX data to be sent back as RX data.
222801c73c0SDavid Härdeman	   This is mostly useful for debugging purposes.
223801c73c0SDavid Härdeman
224801c73c0SDavid Härdeman	   If you're not sure, select N here.
225801c73c0SDavid Härdeman
226801c73c0SDavid Härdeman	   To compile this driver as a module, choose M here: the module will
227801c73c0SDavid Härdeman	   be called rc_loopback.
228801c73c0SDavid Härdeman
2296bda9644SMauro Carvalho Chehabendif #RC_CORE
230