kernel: unbreal of_i2c selection

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37201
This commit is contained in:
John Crispin 2013-07-08 09:01:52 +00:00
parent a154693bab
commit eba9b8a324

View 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