projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5398b7e
)
i2c: emev: select I2C slave support
author
Wolfram Sang
<wsa+renesas@sang-engineering.com>
Thu, 17 Dec 2015 12:09:32 +0000
(13:09 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 17 Dec 2015 19:34:36 +0000
(20:34 +0100)
Until we have proper support to make I2C slave support fully optional,
select it to prevent build errors on randconfigs.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index eaa7b4a0e48438f00870909778ef128e59e7070b..0299dfa746a38772234bd6afaa116ad860d8d3cb 100644
(file)
--- a/
drivers/i2c/busses/Kconfig
+++ b/
drivers/i2c/busses/Kconfig
@@
-532,6
+532,7
@@
config I2C_EG20T
config I2C_EMEV2
tristate "EMMA Mobile series I2C adapter"
depends on HAVE_CLK
+ select I2C_SLAVE
help
If you say yes to this option, support will be included for the
I2C interface on the Renesas Electronics EM/EV family of processors.