config MTK_IRRX
	bool "support MTK irrx"
	depends on MEDIA_SUPPORT && LIRC
	help
		If the platform is supported for IRRX,
		this configuration should be configured,
		and the IRRX driver configuration should
		be configured as well.

config MTK_IRRX_MOUSE
	bool "Support MTK IR as MOUSE"
	depends on MTK_IRRX
	help
		It support IR as mouse.
		You can switch IR mode to mouse mode
		by pressing switch key of IR.
		When on this mode, pressing LEFT/RIGHT/UP/DOWN key of IR
		will report mouse events.

config MTK_IRRX_MOUSE_DRAG
	bool "Support MTK IR as drag MOUSE"
	depends on MTK_IRRX && MTK_IRRX_MOUSE
	help
		It support IR as drag mouse.
		When on this mode, you can rotate the viewpoint
		of 360 video by pressing LEFT/RIGHT/UP/DOWN key of IR.
		If this option is set, it will support IR as drag mouse.

source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/irrx/nec/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/irrx/rc5/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/irrx/rc6/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/irrx/sirc/Kconfig"
source "$(KCONFIG_EXT_PREFIX)drivers/misc/mediatek/irrx/rcmm/Kconfig"
