From: John Crispin Date: Sun, 15 Jan 2017 19:45:14 +0000 (+0100) Subject: ramips: add back the i2c-mt7621 module X-Git-Tag: v17.01.0-rc1~64 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c067011af899bf637215849948a962241a3ed62a;p=openwrt%2Fopenwrt.git ramips: add back the i2c-mt7621 module mt7628/88 are still using this module. Signed-off-by: John Crispin --- diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index c2b6f50624..2bece6fc5c 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -58,6 +58,22 @@ endef $(eval $(call KernelPackage,i2c-ralink)) +I2C_MT7621_MODULES:= \ + CONFIG_I2C_MT7621:drivers/i2c/busses/i2c-mt7621 + +define KernelPackage/i2c-mt7628 + $(call i2c_defaults,$(I2C_MT7621_MODULES),59) + TITLE:=MT7628/88 I2C Controller + DEPENDS:=kmod-i2c-core \ + @(TARGET_ramips_mt7628||TARGET_ramips_mt7688) +endef + +define KernelPackage/i2c-mt7628/description + Kernel modules for enable mt7621 i2c controller. +endef + +$(eval $(call KernelPackage,i2c-mt7628)) + define KernelPackage/dma-ralink SUBMENU:=Other modules TITLE:=Ralink GDMA Engine