summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/Kconfig
diff options
context:
space:
mode:
authorLuke Huang <lhuang@nvidia.com>2011-01-27 13:14:44 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:44:54 -0800
commit0276bde775b680204e2f27a9764790865dc83b7a (patch)
treefb1e0cdf9ea308717bee59530fcc01f86f731b02 /drivers/video/tegra/Kconfig
parentd84d45e375acecae9eedb2a57a30e7af797ff161 (diff)
video: tegra: dsi: Added dsi support.
Bug 793366 Bug 794499 Original-Change-Id: Id49d86dd7760b75ef4947f5bdab9e37f0333391d Reviewed-on: http://git-master/r/#change,18950 Reviewed-on: http://git-master/r/22508 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R28d85faa28119d5803ab717831d610ee8ad37700
Diffstat (limited to 'drivers/video/tegra/Kconfig')
-rw-r--r--drivers/video/tegra/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/video/tegra/Kconfig b/drivers/video/tegra/Kconfig
index 68fdfb203ff1..ec610eaf077e 100644
--- a/drivers/video/tegra/Kconfig
+++ b/drivers/video/tegra/Kconfig
@@ -91,8 +91,13 @@ config TEGRA_ENABLE_SUPPORT_FOR_1080p_30HZ
bool "Enable support for 1080p @ 30Hz"
default n
help
- Say Y here to Enable 1080p@30Hz instead of 1080p@60Hz
+ Say Y here to Enable 1080p@30Hz instead of 1080p@60Hz
If unsure, say N.
+config TEGRA_DSI
+ bool "Enable DSI panel."
+ default n
+ help
+ Say Y here to enable the DSI panel.
endif