kernel: add kmod-mvsdio MMC host controller for Marvell targets
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35061
This commit is contained in:
parent
7e0c80bcb6
commit
57d6e73143
1 changed files with 16 additions and 0 deletions
|
@ -768,3 +768,19 @@ define KernelPackage/zram/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,zram))
|
||||
|
||||
|
||||
define KernelPackage/mvsdio
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Marvell SDIO support
|
||||
DEPENDS:=@TARGET_orion||TARGET_kirkwood||TARGET_mvebu +kmod-mmc
|
||||
KCONFIG:=CONFIG_MMC_MVSDIO
|
||||
FILES:=$(LINUX_DIR)/drivers/mmc/host/mvsdio.ko
|
||||
AUTOLOAD:=$(call AutoLoad,91,mvsdio)
|
||||
endef
|
||||
|
||||
define KernelPacakge/mvsdio/description
|
||||
Kernel support for the Marvell SDIO controller
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,mvsdio))
|
||||
|
|
Loading…
Reference in a new issue