projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a154693
)
kernel: unbreal of_i2c selection
author
John Crispin
<john@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000
(09:01 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 8 Jul 2013 09:01:52 +0000
(09:01 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37201
package/kernel/linux/modules/i2c.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/i2c.mk
b/package/kernel/linux/modules/i2c.mk
index 085570836f6326d8e7592dfea40c9fa4cd4a25d2..077296541a626d3e95be826ef8a7eefc1904b718 100644
(file)
--- 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