# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_IR_IMG[0m tristate "ImgTec IR Decoder" depends on [31mCONFIG_RC_CORE[0m depends on [31mCONFIG_MIPS[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_IR_IMG_HW[0m if ![31mCONFIG_IR_IMG_RAW[0m help Say Y or [31mCONFIG_M[0m here if you want to use the ImgTec infrared decoder functionality found in SoCs such as TZ1090. config [31mCONFIG_IR_IMG_RAW[0m bool "Raw decoder" depends on [31mCONFIG_IR_IMG[0m help Say Y here to enable the raw mode driver which passes raw IR signal changes to the IR raw decoders for software decoding. This is much less reliable (due to lack of timestamps) and consumes more processing power than using hardware decode, but can be useful for testing, debug, and to make more protocols available. config [31mCONFIG_IR_IMG_HW[0m bool "Hardware decoder" depends on [31mCONFIG_IR_IMG[0m help Say Y here to enable the hardware decode driver which decodes the IR signals in hardware. This is more reliable, consumes less processing power since only a single interrupt is received for each scancode, and allows an IR scancode to be used as a wake event. config [31mCONFIG_IR_IMG_NEC[0m bool "NEC protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the NEC, extended NEC, and 32-bit NEC protocols in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_JVC[0m bool "JVC protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the JVC protocol in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_SONY[0m bool "Sony protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the Sony protocol in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_SHARP[0m bool "Sharp protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the Sharp protocol in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_SANYO[0m bool "Sanyo protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the Sanyo protocol (used by Sanyo, Aiwa, Chinon remotes) in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_RC5[0m bool "Philips RC5 protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the RC5 protocol in the ImgTec infrared decoder block. config [31mCONFIG_IR_IMG_RC6[0m bool "Philips RC6 protocol support" depends on [31mCONFIG_IR_IMG_HW[0m help Say Y here to enable support for the RC6 protocol in the ImgTec infrared decoder block. Note: This version only supports mode 0. |