Author: wigyori Date: 2014-09-21 18:28:06 +0200 (Sun, 21 Sep 2014) New Revision: 42631
Modified: trunk/target/linux/sunxi/modules.mk Log: sunxi: add sunxi-ir module Signed-off-by: Zoltan HERPAI <[email protected]> Modified: trunk/target/linux/sunxi/modules.mk =================================================================== --- trunk/target/linux/sunxi/modules.mk 2014-09-21 16:25:45 UTC (rev 42630) +++ trunk/target/linux/sunxi/modules.mk 2014-09-21 16:28:06 UTC (rev 42631) @@ -22,6 +22,26 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
