Skip to content
Snippets Groups Projects
Commit aa0848bb authored by Zoltan Herpai's avatar Zoltan Herpai
Browse files

sunxi: add sunxi-ir module


Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 42631
parent e6d53c13
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,26 @@ endef ...@@ -22,6 +22,26 @@ endef
$(eval $(call KernelPackage,rtc-sunxi)) $(eval $(call KernelPackage,rtc-sunxi))
define KernelPackage/sunxi-ir
SUBMENU:=$(OTHER_MENU)
TITLE:=Sunxi SoC built-in IR support (A20)
DEPENDS:=@TARGET_sunxi +kmod-input-core
$(call AddDepends/rtc)
KCONFIG:= \
CONFIG_MEDIA_SUPPORT=y \
CONFIG_MEDIA_RC_SUPPORT=y \
CONFIG_RC_DEVICES=y \
CONFIG_IR_SUNXI
FILES:=$(LINUX_DIR)/drivers/media/rc/sunxi-cir.ko
AUTOLOAD:=$(call AutoLoad,50,sunxi-cir)
endef
define KernelPackage/sunxi-ir/description
Support for the AllWinner sunXi SoC's onboard IR (A20)
endef
$(eval $(call KernelPackage,sunxi-ir))
define KernelPackage/eeprom-sunxi define KernelPackage/eeprom-sunxi
SUBMENU:=$(OTHER_MENU) SUBMENU:=$(OTHER_MENU)
TITLE:=AllWinner Security ID fuse support TITLE:=AllWinner Security ID fuse support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment