From d6ef8a61941b5435cbbd3eb32a60ca67266abc10 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 16 Feb 2016 18:09:19 -0700 Subject: 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 --- arch/arm/mach-tegra/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1