X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fmodules.mk;h=adf5e0230d602dbd520465c105d523d1e51b8515;hp=179aba6a77e105f75cbba2872d99c648d22711a6;hb=a43370f70e680e65463e5a0a66c312cce6d94e13;hpb=421ef451eab2e8871382ad2ea424c08d505a8027 diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 179aba6a77..adf5e0230d 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -19,12 +19,26 @@ define KernelPackage/usb-rt305x-dwc_otg endef define KernelPackage/usb-rt305x-dwc_otg/description - This driver provides USB Device Controller support for the - Synopsys DesignWare USB OTG Core used in the Ralink RT305X SoCs. + This driver provides USB Device Controller support for the + Synopsys DesignWare USB OTG Core used in the Ralink RT305X SoCs. endef $(eval $(call KernelPackage,usb-rt305x-dwc_otg)) +OTHER_MENU:=Other modules +define KernelPackage/sdhci-mt7620 + SUBMENU:=Other modules + TITLE:=MT7620 SDCI + DEPENDS:=@TARGET_ramips_mt7620a +kmod-sdhci + KCONFIG:= \ + CONFIG_MMC_SDHCI_MT7620 + FILES:= \ + $(LINUX_DIR)/drivers/mmc/host/sdhci-mt7620.ko + AUTOLOAD:=$(call AutoProbe,sdhci-mt7620,1) +endef + +$(eval $(call KernelPackage,sdhci-mt7620)) + I2C_RALINK_MODULES:= \ CONFIG_I2C_RALINK:drivers/i2c/busses/i2c-ralink