Hi Michael,

Michael Heimpold wrote:
Signed-off-by: Michael Heimpold <m...@heimpold.de>
---
 target/linux/mxs/modules.mk |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk
index 0584a73..2db4961 100644
--- a/target/linux/mxs/modules.mk
+++ b/target/linux/mxs/modules.mk
@@ -100,3 +100,18 @@ define KernelPackage/crypto-hw-dcp/description
 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))
I think this could be added into the profiles as a default package - do you mind adding it?

Thanks,
-w-
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to