kernel: unbreal of_i2c selection
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37201
This commit is contained in:
parent
a154693bab
commit
eba9b8a324
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue