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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35061 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli 2013-01-08 22:20:30 +00:00
parent ae783bbce7
commit 6fbb9313b6

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