mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
mxs: add kernel module for spi interface
Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43647
This commit is contained in:
parent
276a732a77
commit
fc2dff246d
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user