From: Zoltan Herpai Date: Sun, 21 Sep 2014 16:28:06 +0000 (+0000) Subject: sunxi: add sunxi-ir module X-Git-Tag: reboot~5892 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=aa0848bba2a744c3219bc020da1663726dd7299a sunxi: add sunxi-ir module Signed-off-by: Zoltan HERPAI SVN-Revision: 42631 --- diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk index a8339211ca..a4c71b9b86 100644 --- a/target/linux/sunxi/modules.mk +++ b/target/linux/sunxi/modules.mk @@ -22,6 +22,26 @@ endef $(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 SUBMENU:=$(OTHER_MENU) TITLE:=AllWinner Security ID fuse support