ramips: add back the i2c-mt7621 module
mt7628/88 are still using this module. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
f4f2dd04bd
commit
c067011af8
1 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue