Skip to content
Snippets Groups Projects
Commit ec022efb authored by Simon Glass's avatar Simon Glass Committed by Tom Warren
Browse files

tegra: config: Use CONFIG_LCD to detect LCD presence


Instead of CONFIG_VIDEO_TEGRA, use CONFIG_LCD to determine whether an LCD
is present. Tegra124 uses a different driver.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent ffc78991
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define STDIN_KBD_USB "" #define STDIN_KBD_USB ""
#endif #endif
#ifdef CONFIG_VIDEO_TEGRA #ifdef CONFIG_LCD
#define STDOUT_LCD ",lcd" #define STDOUT_LCD ",lcd"
#else #else
#define STDOUT_LCD "" #define STDOUT_LCD ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment