summaryrefslogtreecommitdiff
path: root/drivers/mipi_bif/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mipi_bif/Kconfig')
-rw-r--r--drivers/mipi_bif/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mipi_bif/Kconfig b/drivers/mipi_bif/Kconfig
index 581e24f80389..510505b5453a 100644
--- a/drivers/mipi_bif/Kconfig
+++ b/drivers/mipi_bif/Kconfig
@@ -5,3 +5,15 @@ menuconfig MIPI_BIF
---help---
Say y here if you want MIPI_BIF support to be
enabled.
+
+if MIPI_BIF
+
+
+config MIPI_BIF_TEGRA
+ tristate "NVIDIA Tegra internal MIPIBIF controller"
+ depends on ARCH_TEGRA_14x_SOC
+ help
+ If you say yes to this option, support will be included for the
+ Tegra MIPIBIF Controller
+
+endif