]> Git Repo - J-u-boot.git/blobdiff - drivers/i2c/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-atmel
[J-u-boot.git] / drivers / i2c / Kconfig
index 8575a23fbaf3b8131e5f4b7d5acc00008e843be8..1537b673fe1958e6a8a6e0e1d27616b2da6eadc0 100644 (file)
@@ -171,6 +171,16 @@ config SYS_I2C_MVTWSI
          Support for Marvell I2C controllers as used on the orion5x and
          kirkwood SoC families.
 
+config TEGRA186_BPMP_I2C
+       bool "Enable Tegra186 BPMP-based I2C driver"
+       depends on TEGRA186_BPMP
+       help
+         Support for Tegra I2C controllers managed by the BPMP (Boot and
+         Power Management Processor). On Tegra186, some I2C controllers are
+         directly controlled by the main CPU, whereas others are controlled
+         by the BPMP, and can only be accessed by the main CPU via IPC
+         requests to the BPMP. This driver covers the latter case.
+
 source "drivers/i2c/muxes/Kconfig"
 
 endmenu
This page took 0.025698 seconds and 4 git commands to generate.