summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2017-09-14 12:50:22 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-29 14:00:47 -0400
commit771dac969c71d1875803d79a40be4cb154874ee8 (patch)
treee2cabf043c13340883d032476387270e5fe0e987 /drivers/i2c/busses/Kconfig
parent018429530cb873da7ca65c4da3d6b44f8544ac48 (diff)
t19x: use kernel overlay features
Update all Kconfig files and Makefiles to rely on the kernel overlay feature. In particular, don't include any Kconfig files or Makefiles from other overlays. -I directives in CFLAGS are not yet cleaned up. Bug 1978395 Change-Id: I5ee70b91c5137dd8b36e0adb56a0763fbf2cb123 Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1561188 GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
new file mode 100644
index 000000000..6fea0261e
--- /dev/null
+++ b/drivers/i2c/busses/Kconfig
@@ -0,0 +1,12 @@
1append_menu "I2C Hardware Bus support"
2
3config I2C_TEGRA194_SLAVE
4 tristate "NVIDIA Tegra194 internal I2C slave controller"
5 select I2C_SLAVE
6 help
7 If you say yes to this option, support will be included for the
8 I2C slave controller embedded in NVIDIA Tegra194 SOC.
9
10 This driver supports FIFO mode for read/write transfers.
11
12endmenu