firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-drivers_media_rc_Kcon...

31 lines
985 B
Diff

diff -drupN a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
--- a/drivers/media/rc/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/drivers/media/rc/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -389,4 +389,26 @@ config IR_SUNXI
To compile this driver as a module, choose M here: the module will
be called sunxi-ir.
+config SUNXI_KEYMAPPING_SUPPORT
+ tristate "SUNXI IR Legacy feature"
+ depends on IR_SUNXI
+ ---help---
+ Say Y if you want to support legacy kernel mode irkey addr mapping.
+ Say N if not sure.
+
+config SUNXI_MULTI_IR_SUPPORT
+ bool "sunxi multi support"
+ depends on IR_SUNXI
+ ---help---
+ Say Y if you want to support sunxi android multi-ir.
+
+config IR_SUNXI_GPIO
+ tristate "SUNXI GPIO IR remote control(Tx/Rx)"
+ depends on RC_CORE
+ ---help---
+ Say Y if you want to use sunxi GPIO based IR Receiver.
+
+ To compile this driver as a module, choose M here: the module will
+ be called sunxi-gpio-ir.
+
endif #RC_DEVICES