Skip to content
Snippets Groups Projects
Commit eba9b8a3 authored by John Crispin's avatar John Crispin
Browse files

kernel: unbreal of_i2c selection


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

SVN-Revision: 37201
parent a154693b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment