diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig.nvidia')
-rw-r--r-- | drivers/i2c/busses/Kconfig.nvidia | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig.nvidia b/drivers/i2c/busses/Kconfig.nvidia index 385e6ada4..309587723 100644 --- a/drivers/i2c/busses/Kconfig.nvidia +++ b/drivers/i2c/busses/Kconfig.nvidia | |||
@@ -7,3 +7,31 @@ config I2C_TEGRA_VI | |||
7 | help | 7 | help |
8 | If you say yes to this option, support will be included for the | 8 | If you say yes to this option, support will be included for the |
9 | I2C controller embedded in NVIDIA Tegra SOCs | 9 | I2C controller embedded in NVIDIA Tegra SOCs |
10 | |||
11 | config I2C_BPMP_TEGRA | ||
12 | tristate "NVIDIA Tegra internal BPMP I2C controller" | ||
13 | depends on TEGRA_BPMP | ||
14 | default y | ||
15 | select I2C_ALGO_BUSCLEAR | ||
16 | select I2C_ALGOBIT | ||
17 | help | ||
18 | If you say yes to this option, support will be included for the | ||
19 | I2C controller embedded in NVIDIA Tegra SOCs accessed via BPMP. | ||
20 | This I2C driver is a 'virtual' I2C driver. The real driver is | ||
21 | embedded in the BPMP firmware, and this driver merely communicates | ||
22 | with that real driver. | ||
23 | config TEGRA_I2CSLV_T186 | ||
24 | bool "Tegra i2c slave controller driver" | ||
25 | default y | ||
26 | help | ||
27 | Enable on-chip i2c slave controller. | ||
28 | config I2C_TEGRA_CAMRTC | ||
29 | bool "Tegra I2C Camera RTCPU driver" | ||
30 | depends on TEGRA_CAMERA_RTCPU | ||
31 | help | ||
32 | If you say yes to this option, support will be included for the | ||
33 | I2C controller embedded in NVIDIA Tegra SOCs accessed via Camera | ||
34 | RTCPU processor. This I2C driver is a 'virtual' I2C driver | ||
35 | compatible with I2C bus driver. The real driver is embedded in the | ||
36 | Camera RTCPU firmware, and this driver merely communicates with | ||
37 | that real driver. | ||