mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
This new feature causes a Kconfig warning on boards without a display enabled. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
e007633b00
commit
d6ef8a6194
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ config TEGRA_COMMON
|
|||
select DM_SPI
|
||||
select DM_SPI_FLASH
|
||||
select OF_CONTROL
|
||||
select VIDCONSOLE_AS_LCD
|
||||
select VIDCONSOLE_AS_LCD if DM_VIDEO
|
||||
|
||||
config TEGRA_ARMV7_COMMON
|
||||
bool "Tegra 32-bit common options"
|
||||
|
|
Loading…
Reference in a new issue