summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorJon Hunter2017-03-23 12:56:56 +0100
committerWolfram Sang2017-03-23 21:08:46 +0100
commit1ae5214a22f51b42d5f63161e70cf8af4803ff55 (patch)
tree190e146b8d4b3f9dfd59b8baa93e3043859e2b61 /drivers/i2c/busses/Kconfig
parentdt-bindings: i2c: rk3x: add support for rk3328 (diff)
downloadkernel-qcow2-linux-1ae5214a22f51b42d5f63161e70cf8af4803ff55.tar.gz
kernel-qcow2-linux-1ae5214a22f51b42d5f63161e70cf8af4803ff55.tar.xz
kernel-qcow2-linux-1ae5214a22f51b42d5f63161e70cf8af4803ff55.zip
i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
Enable the Tegra BPMP I2C adapter by default if the Tegra BPMP itself is enabled. This adapter is used as the I2C interface for the PMIC on the Tegra186 Jetson-TX2 platform. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 8adc0f1d7ad0..39c0ead2a6df 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -933,6 +933,7 @@ config I2C_TEGRA
config I2C_TEGRA_BPMP
tristate "NVIDIA Tegra BPMP I2C controller"
depends on TEGRA_BPMP
+ default y
help
If you say yes to this option, support will be included for the I2C
controller embedded in NVIDIA Tegra SoCs accessed via the BPMP.