All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
@ 2016-02-17  1:09 Simon Glass
  2016-02-17  7:22 ` Anatolij Gustschin
  2016-02-17 16:32 ` Stephen Warren
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Glass @ 2016-02-17  1:09 UTC (permalink / raw)
  To: u-boot

This new feature causes a Kconfig warning on boards without a display
enabled. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 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 3540eda..ba6983f 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"
-- 
2.7.0.rc3.207.g0ac5344

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
  2016-02-17  1:09 [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD Simon Glass
@ 2016-02-17  7:22 ` Anatolij Gustschin
  2016-02-17 16:32 ` Stephen Warren
  1 sibling, 0 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2016-02-17  7:22 UTC (permalink / raw)
  To: u-boot

On Tue, 16 Feb 2016 18:09:19 -0700
Simon Glass sjg at chromium.org wrote:

> 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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
  2016-02-17  1:09 [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD Simon Glass
  2016-02-17  7:22 ` Anatolij Gustschin
@ 2016-02-17 16:32 ` Stephen Warren
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2016-02-17 16:32 UTC (permalink / raw)
  To: u-boot

On 02/16/2016 06:09 PM, Simon Glass wrote:
> This new feature causes a Kconfig warning on boards without a display
> enabled. Fix this.

Tested-by: Stephen Warren <swarren@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-17 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17  1:09 [U-Boot] [PATCH] video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD Simon Glass
2016-02-17  7:22 ` Anatolij Gustschin
2016-02-17 16:32 ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.