summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/i2c.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-07-08 09:01:52 +0000
committerJohn Crispin <john@openwrt.org>2013-07-08 09:01:52 +0000
commiteba9b8a324056cefc28646301a7c239a2ede8b63 (patch)
tree8769b3a5ebe2d90c4971551ca529706e10a6f75b /package/kernel/linux/modules/i2c.mk
parenta154693babb128d5ccf956ac3271de54c82927b0 (diff)
downloadmaster-31e0f0ae-eba9b8a324056cefc28646301a7c239a2ede8b63.tar.gz
master-31e0f0ae-eba9b8a324056cefc28646301a7c239a2ede8b63.tar.bz2
master-31e0f0ae-eba9b8a324056cefc28646301a7c239a2ede8b63.zip
kernel: unbreal of_i2c selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37201
Diffstat (limited to 'package/kernel/linux/modules/i2c.mk')
-rw-r--r--package/kernel/linux/modules/i2c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk
index 085570836f..077296541a 100644
--- a/package/kernel/linux/modules/i2c.mk
+++ b/package/kernel/linux/modules/i2c.mk
@@ -24,7 +24,7 @@ I2C_CORE_MODULES:= \
CONFIG_I2C:drivers/i2c/i2c-core \
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
-ifeq (CONFIG_OF,y)
+ifeq ($(CONFIG_OF),y)
I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c
endif