From: John Crispin Date: Mon, 8 Jul 2013 09:01:52 +0000 (+0000) Subject: kernel: unbreal of_i2c selection X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1eabd25ecb7e5442a09b24fe8e5b8b6242baddae;p=15.05%2Fopenwrt.git kernel: unbreal of_i2c selection Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37201 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk index 085570836f..077296541a 100644 --- a/package/kernel/linux/modules/i2c.mk +++ b/package/kernel/linux/modules/i2c.mk @@ -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