kernel: add kmod-mvsdio MMC host controller for Marvell targets

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 35061
lede-17.01
Florian Fainelli 2013-01-08 22:20:30 +00:00
parent 7e0c80bcb6
commit 57d6e73143
1 changed files with 16 additions and 0 deletions

View File

@ -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))