Kconfig (54b2912040d15725004a598cf600f501ab6405f4) Kconfig (635abb7054f204e036bc6afe41b1f50825294867)
1config IR_IMG
2 tristate "ImgTec IR Decoder"
3 depends on RC_CORE
4 select IR_IMG_HW if !IR_IMG_RAW
5 help
6 Say Y or M here if you want to use the ImgTec infrared decoder
7 functionality found in SoCs such as TZ1090.
8

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

19config IR_IMG_HW
20 bool "Hardware decoder"
21 depends on IR_IMG
22 help
23 Say Y here to enable the hardware decode driver which decodes the IR
24 signals in hardware. This is more reliable, consumes less processing
25 power since only a single interrupt is received for each scancode,
26 and allows an IR scancode to be used as a wake event.
1config IR_IMG
2 tristate "ImgTec IR Decoder"
3 depends on RC_CORE
4 select IR_IMG_HW if !IR_IMG_RAW
5 help
6 Say Y or M here if you want to use the ImgTec infrared decoder
7 functionality found in SoCs such as TZ1090.
8

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

19config IR_IMG_HW
20 bool "Hardware decoder"
21 depends on IR_IMG
22 help
23 Say Y here to enable the hardware decode driver which decodes the IR
24 signals in hardware. This is more reliable, consumes less processing
25 power since only a single interrupt is received for each scancode,
26 and allows an IR scancode to be used as a wake event.
27
28config IR_IMG_NEC
29 bool "NEC protocol support"
30 depends on IR_IMG_HW
31 help
32 Say Y here to enable support for the NEC, extended NEC, and 32-bit
33 NEC protocols in the ImgTec infrared decoder block.