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
|
|
@ -14,7 +14,7 @@ config TEGRA_COMMON
|
||||||
select DM_SPI
|
select DM_SPI
|
||||||
select DM_SPI_FLASH
|
select DM_SPI_FLASH
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
select VIDCONSOLE_AS_LCD
|
select VIDCONSOLE_AS_LCD if DM_VIDEO
|
||||||
|
|
||||||
config TEGRA_ARMV7_COMMON
|
config TEGRA_ARMV7_COMMON
|
||||||
bool "Tegra 32-bit common options"
|
bool "Tegra 32-bit common options"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue