From 2520296d8187791ac4dd030baf83c410e7d57e7e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 8 Jan 2013 22:20:30 +0000 Subject: [PATCH] kernel: add kmod-mvsdio MMC host controller for Marvell targets Signed-off-by: Florian Fainelli SVN-Revision: 35061 --- package/kernel/modules/other.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d4983a3243..08b3a61a0c 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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)) -- 2.30.2