diff options
author | Ishan Mittal <imittal@nvidia.com> | 2017-05-25 08:06:03 -0400 |
---|---|---|
committer | Ishan Mittal <imittal@nvidia.com> | 2017-06-08 07:14:03 -0400 |
commit | 2180d38554f1bf6c6cad168a554ba5325115d7d4 (patch) | |
tree | 70971288eb7e84ce1b0cab33681f45c46a7043df /drivers/i2c/busses/Kconfig.nvidia | |
parent | 5a24ffca4f583fc2d8b6d23cdd72297b3bb0c56d (diff) |
nvidia: Setting proper names to Makefiles & Kconfig
Makefiles and Kconfig files are picked up based
on project name being the extension.
Makefiles and Kconfig files brought over from
t18x have .t18x suffix.
Changed to .nvidia
Bug 200295104
Change-Id: Idade26f293c1faaf74f53b2ab20798c47652bdb9
Signed-off-by: Ishan Mittal <imittal@nvidia.com>
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. | ||