Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (4d2e37340ec9dccb594e98481474f06e3b712841)
1# SPDX-License-Identifier: GPL-2.0-only
2config IR_IMG
3 tristate "ImgTec IR Decoder"
4 depends on RC_CORE
5 depends on MIPS || COMPILE_TEST
6 select IR_IMG_HW if !IR_IMG_RAW
7 help
8 Say Y or M here if you want to use the ImgTec infrared decoder

--- 16 unchanged lines hidden (view full) ---

25 Say Y here to enable the hardware decode driver which decodes the IR
26 signals in hardware. This is more reliable, consumes less processing
27 power since only a single interrupt is received for each scancode,
28 and allows an IR scancode to be used as a wake event.
29
30config IR_IMG_NEC
31 bool "NEC protocol support"
32 depends on IR_IMG_HW
1# SPDX-License-Identifier: GPL-2.0-only
2config IR_IMG
3 tristate "ImgTec IR Decoder"
4 depends on RC_CORE
5 depends on MIPS || COMPILE_TEST
6 select IR_IMG_HW if !IR_IMG_RAW
7 help
8 Say Y or M here if you want to use the ImgTec infrared decoder

--- 16 unchanged lines hidden (view full) ---

25 Say Y here to enable the hardware decode driver which decodes the IR
26 signals in hardware. This is more reliable, consumes less processing
27 power since only a single interrupt is received for each scancode,
28 and allows an IR scancode to be used as a wake event.
29
30config IR_IMG_NEC
31 bool "NEC protocol support"
32 depends on IR_IMG_HW
33 select BITREVERSE
33 help
34 Say Y here to enable support for the NEC, extended NEC, and 32-bit
35 NEC protocols in the ImgTec infrared decoder block.
36
37config IR_IMG_JVC
38 bool "JVC protocol support"
39 depends on IR_IMG_HW
40 help

--- 38 unchanged lines hidden ---
34 help
35 Say Y here to enable support for the NEC, extended NEC, and 32-bit
36 NEC protocols in the ImgTec infrared decoder block.
37
38config IR_IMG_JVC
39 bool "JVC protocol support"
40 depends on IR_IMG_HW
41 help

--- 38 unchanged lines hidden ---