git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e81ad
)
i2c: Only include slave support if selected
author
Jean Delvare
<jdelvare@suse.de>
Mon, 26 Jan 2015 19:59:31 +0000
(20:59 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 26 Jan 2015 21:05:20 +0000
(22:05 +0100)
Make the slave support depend on CONFIG_I2C_SLAVE. Otherwise it gets
included unconditionally, even when it is not needed.
I2C bus drivers which implement slave support must select
I2C_SLAVE.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
No differences found