diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2015-12-17 13:09:32 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-12-17 20:34:36 +0100 |
commit | b7d518e6f4c6d8a0b66effe3bda22417b7dc1e04 (patch) | |
tree | f9de2efae22a0d8ab96f9715627cad4dd8f91083 /drivers/i2c | |
parent | 5398b7ef6cdbc88581457b26b924081fc53d1de8 (diff) | |
download | talos-obmc-linux-b7d518e6f4c6d8a0b66effe3bda22417b7dc1e04.tar.gz talos-obmc-linux-b7d518e6f4c6d8a0b66effe3bda22417b7dc1e04.zip |
i2c: emev: select I2C slave support
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index eaa7b4a0e484..0299dfa746a3 100644 --- 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. |