diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-03 10:00:32 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-03 10:00:32 +0000 |
commit | bd5a1bd36904c74ca794cf21217d16557b21b7f1 (patch) | |
tree | c57339f963cbf3e74582329072072da84a904b22 /package/kernel | |
parent | f2e3cfef1c91db04d324897fea0498b4bdf11f12 (diff) |
[kernel] make OF_I2C build as part of i2c-core
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/i2c.mk | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index e01f93775..101466f09 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -22,6 +22,7 @@ endef I2C_CORE_MODULES:= \ CONFIG_I2C:drivers/i2c/i2c-core \ + CONFIG_OF_I2C:drivers/of/of_i2c \ CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev define KernelPackage/i2c-core @@ -100,23 +101,6 @@ endef $(eval $(call KernelPackage,i2c-gpio)) - -OF_I2C_MODULES:=\ - CONFIG_OF_I2C:drivers/of/of_i2c - -define KernelPackage/of-i2c - $(call i2c_defaults,$(OF_I2C_MODULES),58) - TITLE:=OpenFirmware I2C accessors - DEPENDS:=@TARGET_ppc40x||TARGET_ppc4xx||TARGET_mpc52xx||TARGET_mpc83xx||TARGET_mpc85xx||TARGET_mvebu \ - kmod-i2c-core -endef - -define KernelPackage/of-i2c/description - Kernel module for OpenFirmware I2C accessors. -endef - -$(eval $(call KernelPackage,of-i2c)) - I2C_MPC_MODULES:=\ CONFIG_I2C_MPC:drivers/i2c/busses/i2c-mpc |