summaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-30 16:37:50 -0700
committerTom Warren <twarren@nvidia.com>2016-02-16 09:17:51 -0700
commitd76592122b347473f09a440702cc3be03e368511 (patch)
treeb826b9e3566253e8a3f326bd0e46200a841f5f70 /drivers/video/Kconfig
parent135a87ef43566cdd592fa9fd899bf435aa14aaa3 (diff)
downloadblackbird-obmc-uboot-d76592122b347473f09a440702cc3be03e368511.tar.gz
blackbird-obmc-uboot-d76592122b347473f09a440702cc3be03e368511.zip
tegra: nyan-big: Move the LCD driver to driver model
Adjust the driver to use driver model. The SOR becomes a bridge device. We use the normal simple_panel driver to handle the display itself. We also need to enable some options such as regulators, PWMs and DM_VIDEO itself. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 19f9429cce..72afae0d26 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -383,6 +383,7 @@ config VIDEO_SANDBOX_SDL
config VIDEO_TEGRA124
bool "Enable video support on Tegra124"
+ depends on DM_VIDEO
help
Tegra124 supports many video output options including eDP and
HDMI. At present only eDP is supported by U-Boot. This option
OpenPOWER on IntegriCloud