From ce1c580efbc0427c7e2e4eca7ddc738fae518aea Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 14 Nov 2014 18:51:41 +0000 Subject: ralink: make the sdhci module build again Signed-off-by: John Crispin SVN-Revision: 43274 --- target/linux/ramips/modules.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'target/linux/ramips/modules.mk') diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 5b57f4c5bc..08eea9bb86 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -9,12 +9,14 @@ OTHER_MENU:=Other modules define KernelPackage/sdhci-mt7620 SUBMENU:=Other modules TITLE:=MT7620 SDCI - DEPENDS:=@TARGET_ramips_mt7620a +kmod-sdhci + DEPENDS:=@(TARGET_ramips_mt7620a||TARGET_ramips_mt7628||TARGET_ramips_mt7621) +kmod-sdhci KCONFIG:= \ - CONFIG_MMC_SDHCI_MT7620 + CONFIG_MTK_MMC \ + CONFIG_MTK_AEE_KDUMP=n \ + CONFIG_MTK_MMC_CD_POLL=n FILES:= \ - $(LINUX_DIR)/drivers/mmc/host/sdhci-mt7620.ko - AUTOLOAD:=$(call AutoProbe,sdhci-mt7620,1) + $(LINUX_DIR)/drivers/mmc/host/mtk-mmc/mtk_sd.ko + AUTOLOAD:=$(call AutoProbe,mtk_sd,1) endef $(eval $(call KernelPackage,sdhci-mt7620)) -- cgit v1.2.3