kernel: unbreal of_i2c selection
authorJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000 (09:01 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000 (09:01 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37201

package/kernel/linux/modules/i2c.mk

index 085570836f6326d8e7592dfea40c9fa4cd4a25d2..077296541a626d3e95be826ef8a7eefc1904b718 100644 (file)
@@ -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