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

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

SVN-Revision: 35061
v19.07.3_mercusys_ac12_duma
Florian Fainelli 12 years ago
parent 7e0c80bcb6
commit 57d6e73143

@ -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…
Cancel
Save