diff options
author | Deepak Nibade <dnibade@nvidia.com> | 2017-11-16 02:34:20 -0500 |
---|---|---|
committer | Deepak Nibade <dnibade@nvidia.com> | 2017-11-16 02:44:33 -0500 |
commit | 7047764bbc20ff8d839b646ad31bb4a9f97a243a (patch) | |
tree | 72b59a5a40da704fc346e1048223f1b2ae6cd778 /drivers/i2c/busses/Kconfig | |
parent | 44b9b64dbde264b648a7c8ef9c136f9012123ef5 (diff) | |
parent | 276714cceccf291b9cc05d71fe98fe2098fbfe01 (diff) |
Merge remote-tracking branch 'remotes/origin/dev/linux-t19x' into linux-nvidia
Bug 200363166
Change-Id: Id0fcee1cc01fe1648afe7e3f2d44f820563898ca
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f800b3cdd..b0920979a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -37,4 +37,13 @@ config I2C_TEGRA_CAMRTC | |||
37 | Camera RTCPU firmware, and this driver merely communicates with | 37 | Camera RTCPU firmware, and this driver merely communicates with |
38 | that real driver. | 38 | that real driver. |
39 | 39 | ||
40 | config I2C_TEGRA194_SLAVE | ||
41 | tristate "NVIDIA Tegra194 internal I2C slave controller" | ||
42 | select I2C_SLAVE | ||
43 | help | ||
44 | If you say yes to this option, support will be included for the | ||
45 | I2C slave controller embedded in NVIDIA Tegra194 SOC. | ||
46 | |||
47 | This driver supports FIFO mode for read/write transfers. | ||
48 | |||
40 | endmenu | 49 | endmenu |