Author: wigyori Date: 2014-12-12 12:10:04 +0100 (Fri, 12 Dec 2014) New Revision: 43647
Modified: trunk/target/linux/mxs/modules.mk Log: mxs: add kernel module for spi interface Signed-off-by: Michael Heimpold <[email protected]> Signed-off-by: Zoltan HERPAI <[email protected]> Modified: trunk/target/linux/mxs/modules.mk =================================================================== --- trunk/target/linux/mxs/modules.mk 2014-12-12 11:03:55 UTC (rev 43646) +++ trunk/target/linux/mxs/modules.mk 2014-12-12 11:10:04 UTC (rev 43647) @@ -84,3 +84,18 @@ endef $(eval $(call KernelPackage,crypto-hw-dcp)) + +define KernelPackage/spi-mxs + SUBMENU:=$(SPI_MENU) + TITLE:=Freescale i.MX23/28 SPI driver + DEPENDS:=@TARGET_mxs + KCONFIG:=CONFIG_SPI_MXS + FILES:=$(LINUX_DIR)/drivers/spi/spi-mxs.ko + AUTOLOAD:=$(call AutoProbe,spi-mxs) +endef + +define KernelPackage/spi-mxs/description + Kernel module for Freescale i.MX23/28 SPI controller +endef + +$(eval $(call KernelPackage,spi-mxs)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
