From: Lars-Peter Clausen Date: Mon, 4 Oct 2010 09:16:13 +0000 (+0000) Subject: [packages] kernel: kirkwood/orion I2C module support X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dca4e6a69301f9560865f47043b0ac09bbb58732;hp=d4a034b9ba13f9cb23ad39f2207fcba6279015d7 [packages] kernel: kirkwood/orion I2C module support This patch adds support for configuring kirkwood/orion i2c module. Signed-off-by: Wojciech Dubowik SVN-Revision: 23215 --- diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index 14fbcf8e9e..9612f965f9 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -167,3 +167,19 @@ define KernelPackage/i2c-ibm-iic/description endef $(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))