Skip to content
Snippets Groups Projects
Commit 421ef451 authored by blogic's avatar blogic
Browse files

ralink: add i2c-ralink kmod info


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37200 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 46e6cd81
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,18 @@ define KernelPackage/usb-rt305x-dwc_otg/description
endef
$(eval $(call KernelPackage,usb-rt305x-dwc_otg))
I2C_RALINK_MODULES:= \
CONFIG_I2C_RALINK:drivers/i2c/busses/i2c-ralink
define KernelPackage/i2c-ralink
$(call i2c_defaults,$(I2C_RALINK_MODULES),59)
TITLE:=Ralink I2C Controller
DEPENDS:=@TARGET_ramips kmod-i2c-core
endef
define KernelPackage/i2c-ralink/description
Kernel modules for enable ralink i2c controller.
endef
$(eval $(call KernelPackage,i2c-ralink))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment