kernel: unbreal of_i2c selection
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37201 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
07a6e227f7
commit
1eabd25ecb
|
@ -24,7 +24,7 @@ I2C_CORE_MODULES:= \
|
||||||
CONFIG_I2C:drivers/i2c/i2c-core \
|
CONFIG_I2C:drivers/i2c/i2c-core \
|
||||||
CONFIG_I2C_CHARDEV:drivers/i2c/i2c-dev
|
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
|
I2C_CORE_MODULES+=CONFIG_OF_I2C:drivers/of/of_i2c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue