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

mxs: add kernel module for spi interface


Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
Signed-off-by: default avatarZoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 43647
parent 276a732a
No related branches found
No related tags found
No related merge requests found
...@@ -84,3 +84,18 @@ define KernelPackage/crypto-hw-dcp/description ...@@ -84,3 +84,18 @@ define KernelPackage/crypto-hw-dcp/description
endef endef
$(eval $(call KernelPackage,crypto-hw-dcp)) $(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))
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