From: Simon Glass Date: Wed, 17 Feb 2016 01:09:19 +0000 (-0700) Subject: video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD X-Git-Tag: v2016.03-rc3~86^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6ef8a61941b5435cbbd3eb32a60ca67266abc10;p=oweals%2Fu-boot.git 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 Acked-by: Anatolij Gustschin Tested-by: Stephen Warren Signed-off-by: Tom Warren --- diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 3540edab9a..ba6983f3df 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -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"