^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) menuconfig RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) tristate "Remote Controller support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) depends on INPUT
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Enable support for Remote Controllers on Linux. This is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) needed in order to support several video capture adapters,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) standalone IR receivers/transmitters, and RF receivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Enable this option if you have a video capture board even
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) if you don't need IR, as otherwise, you may not be able to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) compile the driver for your adapter.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Say Y when you have a TV or an IR device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) source "drivers/media/rc/keymaps/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) config LIRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) bool "LIRC user interface"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) Enable this option to enable the Linux Infrared Remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Control user interface (e.g. /dev/lirc*). This interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) passes raw IR to and from userspace, which is needed for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) IR transmitting (aka "blasting") and for the lirc daemon.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) config BPF_LIRC_MODE2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) bool "Support for eBPF programs attached to lirc devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) depends on BPF_SYSCALL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) depends on RC_CORE=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) depends on LIRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Allow attaching eBPF programs to a lirc device using the bpf(2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) syscall command BPF_PROG_ATTACH. This is supported for raw IR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) receivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) These eBPF programs can be used to decode IR into scancodes, for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) IR protocols not supported by the kernel decoders.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) menuconfig RC_DECODERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) bool "Remote controller decoders"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) if RC_DECODERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config IR_NEC_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) tristate "Enable IR raw decoder for the NEC protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) Enable this option if you have IR with NEC protocol, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54) if the IR is decoded in software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) config IR_RC5_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57) tristate "Enable IR raw decoder for the RC-5 protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) Enable this option if you have IR with RC-5 protocol, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) if the IR is decoded in software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65) config IR_RC6_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) tristate "Enable IR raw decoder for the RC6 protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) Enable this option if you have an infrared remote control which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) uses the RC6 protocol, and you need software decoding support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) config IR_JVC_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) tristate "Enable IR raw decoder for the JVC protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80) Enable this option if you have an infrared remote control which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) uses the JVC protocol, and you need software decoding support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) config IR_SONY_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 84) tristate "Enable IR raw decoder for the Sony protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 85) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 86) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 87)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 88) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 89) Enable this option if you have an infrared remote control which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 90) uses the Sony protocol, and you need software decoding support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 91)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 92) config IR_SANYO_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 93) tristate "Enable IR raw decoder for the Sanyo protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 94) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 95)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 96) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 97) Enable this option if you have an infrared remote control which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 98) uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 99) and you need software decoding support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) config IR_SHARP_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) tristate "Enable IR raw decoder for the Sharp protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) Enable this option if you have an infrared remote control which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) uses the Sharp protocol (Sharp, Denon), and you need software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) decoding support.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) config IR_MCE_KBD_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) Enable this option if you have a Microsoft Remote Keyboard for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) Windows Media Center Edition, which you would like to use with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) a raw IR receiver in your system.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) config IR_XMP_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) tristate "Enable IR raw decoder for the XMP protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) Enable this option if you have IR with XMP protocol, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 127) if the IR is decoded in software
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 128)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 129) config IR_IMON_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 130) tristate "Enable IR raw decoder for the iMON protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 131) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 132) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 133) Enable this option if you have iMON PAD or Antec Veris infrared
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 134) remote control and you would like to use it with a raw IR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 135) receiver, or if you wish to use an encoder to transmit this IR.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 136)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 137) config IR_RCMM_DECODER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 138) tristate "Enable IR raw decoder for the RC-MM protocol"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 139) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 140) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 141) Enable this option when you have IR with RC-MM protocol, and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 142) you need the software decoder. The driver supports 12,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 143) 24 and 32 bits RC-MM variants. You can enable or disable the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 144) different modes using the following RC protocol keywords:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 145) 'rc-mm-12', 'rc-mm-24' and 'rc-mm-32'.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 146)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 147) To compile this driver as a module, choose M here: the module
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 148) will be called ir-rcmm-decoder.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 149)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 150) endif #RC_DECODERS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 151)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 152) menuconfig RC_DEVICES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 153) bool "Remote Controller devices"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 154) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 155)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 156) if RC_DEVICES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 157)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 158) config RC_ATI_REMOTE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 159) tristate "ATI / X10 based USB RF remote controls"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 160) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 161) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 162) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 163) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 164) Say Y here if you want to use an X10 based USB remote control.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 165) These are RF remotes with USB receivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 166)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 167) Such devices include the ATI remote that comes with many of ATI's
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 168) All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 169) Medion RF remote, and SnapStream FireFly remote.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 170)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 171) This driver provides mouse pointer, left and right mouse buttons,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 172) and maps all the other remote buttons to keypress events.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 173)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 174) To compile this driver as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 175) called ati_remote.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 176)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 177) config IR_ENE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 178) tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 179) depends on PNP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 180) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 181) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 182) Say Y here to enable support for integrated infrared receiver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 183) /transceiver made by ENE.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 184)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 185) You can see if you have it by looking at lspnp output.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 186) Output should include ENE0100 ENE0200 or something similar.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 187)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 188) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 189) module will be called ene_ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 190)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 191) config IR_HIX5HD2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 192) tristate "Hisilicon hix5hd2 IR remote control"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 193) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 194) depends on OF || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 195) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 196) Say Y here if you want to use hisilicon hix5hd2 remote control.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 197) To compile this driver as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 198) called ir-hix5hd2.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 199)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 200) If you're not sure, select N here
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 201)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 202) config IR_IMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 203) tristate "SoundGraph iMON Receiver and Display"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 204) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 205) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 206) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 207) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 208) Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 209) IR Receiver and/or LCD/VFD/VGA display.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 210)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 211) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 212) module will be called imon.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 213)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 214) config IR_IMON_RAW
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 215) tristate "SoundGraph iMON Receiver (early raw IR models)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 216) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 217) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 218) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 219) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 220) Say Y here if you want to use a SoundGraph iMON IR Receiver,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 221) early raw models.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 222)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 223) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 224) module will be called imon_raw.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 225)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 226) config IR_MCEUSB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 227) tristate "Windows Media Center Ed. eHome Infrared Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 228) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 229) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 230) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 231) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 232) Say Y here if you want to use a Windows Media Center Edition
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 233) eHome Infrared Transceiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 234)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 235) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 236) module will be called mceusb.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 237)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 238) config IR_ITE_CIR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 239) tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 240) depends on PNP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 241) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 242) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 243) Say Y here to enable support for integrated infrared receivers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 244) /transceivers made by ITE Tech Inc. These are found in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 245) several ASUS devices, like the ASUS Digimatrix or the ASUS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 246) EEEBox 1501U.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 247)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 248) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 249) module will be called ite-cir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 250)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 251) config IR_FINTEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 252) tristate "Fintek Consumer Infrared Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 253) depends on PNP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 254) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 255) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 256) Say Y here to enable support for integrated infrared receiver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 257) /transceiver made by Fintek. This chip is found on assorted
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 258) Jetway motherboards (and of course, possibly others).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 259)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 260) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 261) module will be called fintek-cir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 262)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 263) config IR_MESON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 264) tristate "Amlogic Meson IR remote receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 265) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 266) depends on ARCH_MESON || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 267) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 268) Say Y if you want to use the IR remote receiver available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 269) on Amlogic Meson SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 270)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 271) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 272) module will be called meson-ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 273)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 274) config IR_MTK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 275) tristate "Mediatek IR remote receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 276) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 277) depends on ARCH_MEDIATEK || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 278) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 279) Say Y if you want to use the IR remote receiver available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 280) on Mediatek SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 281)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 282) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 283) module will be called mtk-cir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 284)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 285) config IR_NUVOTON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 286) tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 287) depends on PNP || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 288) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 289) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 290) Say Y here to enable support for integrated infrared receiver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 291) /transceiver made by Nuvoton (formerly Winbond). This chip is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 292) found in the ASRock ION 330HT, as well as assorted Intel
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 293) DP55-series motherboards (and of course, possibly others).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 294)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 295) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 296) module will be called nuvoton-cir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 297)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 298) config IR_REDRAT3
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 299) tristate "RedRat3 IR Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 300) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 301) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 302) select NEW_LEDS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 303) select LEDS_CLASS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 304) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 305) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 306) Say Y here if you want to use a RedRat3 Infrared Transceiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 307)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 308) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 309) module will be called redrat3.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 310)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 311) config IR_SPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 312) tristate "SPI connected IR LED"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 313) depends on SPI && LIRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 314) depends on OF || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 315) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 316) Say Y if you want to use an IR LED connected through SPI bus.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 317)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 318) To compile this driver as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 319) called ir-spi.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 320)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 321) config IR_STREAMZAP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 322) tristate "Streamzap PC Remote IR Receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 323) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 324) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 325) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 326) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 327) Say Y here if you want to use a Streamzap PC Remote
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 328) Infrared Receiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 329)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 330) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 331) module will be called streamzap.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 332)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 333) config IR_WINBOND_CIR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 334) tristate "Winbond IR remote control"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 335) depends on (X86 && PNP) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 336) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 337) select NEW_LEDS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 338) select LEDS_CLASS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 339) select BITREVERSE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 340) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 341) Say Y here if you want to use the IR remote functionality found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 342) in some Winbond SuperI/O chips. Currently only the WPCD376I
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 343) chip is supported (included in some Intel Media series
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 344) motherboards).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 345)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 346) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 347) be called winbond_cir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 348)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 349) config IR_IGORPLUGUSB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 350) tristate "IgorPlug-USB IR Receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 351) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 352) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 353) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 354) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 355) Say Y here if you want to use the IgorPlug-USB IR Receiver by
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 356) Igor Cesko. This device is included on the Fit-PC2.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 357)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 358) Note that this device can only record bursts of 36 IR pulses and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 359) spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 360)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 361) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 362) be called igorplugusb.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 363)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 364) config IR_IGUANA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 365) tristate "IguanaWorks USB IR Transceiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 366) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 367) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 368) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 369) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 370) Say Y here if you want to use the IguanaWorks USB IR Transceiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 371) Both infrared receive and send are supported. If you want to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 372) change the ID or the pin config, use the user space driver from
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 373) IguanaWorks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 374)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 375) Only firmware 0x0205 and later is supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 376)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 377) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 378) be called iguanair.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 379)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 380) config IR_TTUSBIR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 381) tristate "TechnoTrend USB IR Receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 382) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 383) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 384) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 385) select NEW_LEDS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 386) select LEDS_CLASS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 387) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 388) Say Y here if you want to use the TechnoTrend USB IR Receiver. The
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 389) driver can control the led.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 390)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 391) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 392) be called ttusbir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 393)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 394) config IR_RX51
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 395) tristate "Nokia N900 IR transmitter diode"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 396) depends on (OMAP_DM_TIMER && PWM_OMAP_DMTIMER && ARCH_OMAP2PLUS || COMPILE_TEST) && RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 397) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 398) Say Y or M here if you want to enable support for the IR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 399) transmitter diode built in the Nokia N900 (RX51) device.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 400)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 401) The driver uses omap DM timers for generating the carrier
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 402) wave and pulses.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 403)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 404) source "drivers/media/rc/img-ir/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 405)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 406) config RC_LOOPBACK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 407) tristate "Remote Control Loopback Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 408) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 409) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 410) Say Y here if you want support for the remote control loopback
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 411) driver which allows TX data to be sent back as RX data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 412) This is mostly useful for debugging purposes.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 413)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 414) If you're not sure, select N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 415)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 416) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 417) be called rc_loopback.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 418)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 419) config IR_GPIO_CIR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 420) tristate "GPIO IR remote control"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 421) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 422) depends on (OF && GPIOLIB) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 423) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 424) Say Y if you want to use GPIO based IR Receiver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 425)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 426) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 427) be called gpio-ir-recv.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 428)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 429) config IR_GPIO_TX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 430) tristate "GPIO IR Bit Banging Transmitter"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 431) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 432) depends on LIRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 433) depends on (OF && GPIOLIB) || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 434) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 435) Say Y if you want to a GPIO based IR transmitter. This is a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 436) bit banging driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 437)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 438) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 439) be called gpio-ir-tx.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 440)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 441) config IR_PWM_TX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 442) tristate "PWM IR transmitter"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 443) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 444) depends on LIRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 445) depends on PWM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 446) depends on OF || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 447) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 448) Say Y if you want to use a PWM based IR transmitter. This is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 449) more power efficient than the bit banging gpio driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 450)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 451) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 452) be called pwm-ir-tx.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 453)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 454) config RC_ST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 455) tristate "ST remote control receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 456) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 457) depends on ARCH_STI || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 458) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 459) Say Y here if you want support for ST remote control driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 460) which allows both IR and UHF RX.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 461) The driver passes raw pulse and space information to the LIRC decoder.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 462)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 463) If you're not sure, select N here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 464)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 465) config IR_SUNXI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 466) tristate "SUNXI IR remote control"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 467) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 468) depends on ARCH_SUNXI || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 469) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 470) Say Y if you want to use sunXi internal IR Controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 471)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 472) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 473) be called sunxi-ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 474)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 475) config IR_SERIAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 476) tristate "Homebrew Serial Port Receiver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 477) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 478) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 479) Say Y if you want to use Homebrew Serial Port Receivers and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 480) Transceivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 481)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 482) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 483) be called serial-ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 484)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 485) config IR_SERIAL_TRANSMITTER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 486) bool "Serial Port Transmitter"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 487) depends on IR_SERIAL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 488) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 489) Serial Port Transmitter support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 490)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 491) config IR_SIR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 492) tristate "Built-in SIR IrDA port"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 493) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 494) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 495) Say Y if you want to use a IrDA SIR port Transceivers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 496)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 497) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 498) be called sir-ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 499)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 500) config IR_TANGO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 501) tristate "Sigma Designs SMP86xx IR decoder"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 502) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 503) depends on ARCH_TANGO || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 504) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 505) Adds support for the HW IR decoder embedded on Sigma Designs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 506) Tango-based systems (SMP86xx, SMP87xx).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 507) The HW decoder supports NEC, RC-5, RC-6 IR protocols.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 508) When compiled as a module, look for tango-ir.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 509)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 510) config RC_XBOX_DVD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 511) tristate "Xbox DVD Movie Playback Kit"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 512) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 513) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 514) select USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 515) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 516) Say Y here if you want to use the Xbox DVD Movie Playback Kit.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 517) These are IR remotes with USB receivers for the Original Xbox (2001).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 518)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 519) To compile this driver as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 520) called xbox_remote.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 521)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 522) config IR_ZX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 523) tristate "ZTE ZX IR remote control"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 524) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 525) depends on ARCH_ZX || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 526) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 527) Say Y if you want to use the IR remote control available
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 528) on ZTE ZX family SoCs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 529)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 530) To compile this driver as a module, choose M here: the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 531) module will be called zx-irdec.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 532)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 533) config IR_TOY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 534) tristate "Infrared Toy and IR Droid"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 535) depends on RC_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 536) depends on USB_ARCH_HAS_HCD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 537) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 538) Say Y here if you want to use the Infrared Toy or IR Droid, USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 539) versions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 540)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 541) To compile this driver as a module, choose M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 542) called ir_toy.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 543)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 544) endif #RC_DEVICES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 545)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 546) endif #RC_CORE