From d1ab4df0d6d739be388a13718985a42fb2c3a315 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 29 Jul 2012 13:20:51 +0000
Subject: [PATCH] move i2c module to target modules.mk

SVN-Revision: 32910
---
 target/linux/at91/modules.mk | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk
index 9c8ef3d5a8..3f20bb8a44 100644
--- a/target/linux/at91/modules.mk
+++ b/target/linux/at91/modules.mk
@@ -49,3 +49,20 @@ define KernelPackage/at91-adc/description
 endef
 
 $(eval $(call KernelPackage,at91-adc))
+
+
+I2C_AT91_MODULES:=\
+  CONFIG_I2C_AT91:drivers/i2c/busses/i2c-at91
+
+define KernelPackage/at91-i2c
+  $(call i2c_defaults,$(I2C_AT91_MODULES),55)
+  TITLE:=I2C (TWI) master driver for Atmel AT91
+  DEPENDS:=@TARGET_at91 +kmod-i2c-core
+endef
+
+define KernelPackage/at91-i2c/description
+ Kernel module to use the I2C (TWI) master driver for Atmel AT91
+endef
+
+$(eval $(call KernelPackage,at91-i2c))
+
-- 
GitLab