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-a3cf2f4a3e73
master
John Crispin 2013-07-08 09:01:52 +00:00
parent 07a6e227f7
commit 1eabd25ecb
1 changed files with 1 additions and 1 deletions

View File

@ -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