mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 09:14:44 +02:00
[packages] kernel: kirkwood/orion I2C module support
This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23215 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45cd926b58
commit
ff79543946
@ -167,3 +167,19 @@ define KernelPackage/i2c-ibm-iic/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,i2c-ibm-iic))
|
$(eval $(call KernelPackage,i2c-ibm-iic))
|
||||||
|
|
||||||
|
I2C_MV64XXX_MODULES:=\
|
||||||
|
CONFIG_I2C_MV64XXX:drivers/i2c/busses/i2c-mv64xxx
|
||||||
|
|
||||||
|
define KernelPackage/i2c-mv64xxx
|
||||||
|
$(call i2c_defaults,$(I2C_MV64XXX_MODULES),59)
|
||||||
|
TITLE:=Orion Platform I2C interface support
|
||||||
|
DEPENDS:=@TARGET_kirkwood||TARGET_orion +kmod-i2c-core
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/i2c-mv64xxx/description
|
||||||
|
Kernel module for I2C interface on the Kirkwood and Orion
|
||||||
|
family processors.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,i2c-mv64xxx))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user