mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
cf291babc7
Move tegra dc driver to tegra20 directory and also mention T30 in description of the driver's config option. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> [agust: add commit description] Signed-off-by: Anatolij Gustschin <agust@denx.de>
8 lines
361 B
Text
8 lines
361 B
Text
config VIDEO_TEGRA20
|
|
bool "Enable Display Controller support on Tegra20 and Tegra 30"
|
|
depends on OF_CONTROL
|
|
help
|
|
T20/T30 support video output to an attached LCD panel as well as
|
|
other options such as HDMI. Only the LCD is supported in U-Boot.
|
|
This option enables this support which can be used on devices which
|
|
have an LCD display connected.
|