mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
[package] kernel: fix i2c section after r28334
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28399 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3acb66c2dc
commit
5a68c80c6f
@ -213,6 +213,8 @@ define KernelPackage/octeon-i2c/description
|
|||||||
Kernel module to use the I2C master driver on Cavium Octeon
|
Kernel module to use the I2C master driver on Cavium Octeon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,octeon-i2c))
|
||||||
|
|
||||||
|
|
||||||
I2C_TINY_USB_MODULES:= \
|
I2C_TINY_USB_MODULES:= \
|
||||||
CONFIG_I2C_TINY_USB:drivers/i2c/busses/i2c-tiny-usb
|
CONFIG_I2C_TINY_USB:drivers/i2c/busses/i2c-tiny-usb
|
||||||
@ -320,4 +322,3 @@ define KernelPackage/pcf857x/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,pcf857x))
|
$(eval $(call KernelPackage,pcf857x))
|
||||||
$(eval $(call KernelPackage,octeon-i2c))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user