All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd: fix dependency for CMD_CLS
@ 2022-11-23 17:16 John Keeping
  2022-11-23 20:13 ` Heinrich Schuchardt
  2022-11-24 21:33 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: John Keeping @ 2022-11-23 17:16 UTC (permalink / raw)
  To: Simon Glass
  Cc: John Keeping, Ilias Apalodimas, Masahisa Kojima,
	Heinrich Schuchardt, Pali Rohár, Ovidiu Panait,
	Ashok Reddy Soma, u-boot

It seems this symbol was missed when renaming DM_VIDEO -> VIDEO.  Update
it.

Fixes: b86986c7b3 ("video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO")
Signed-off-by: John Keeping <john@metanate.com>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1092fb9c91..79848cc6ab 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1959,7 +1959,7 @@ config CMD_CONITRACE
 
 config CMD_CLS
 	bool "Enable clear screen command 'cls'"
-	default y if LCD || DM_VIDEO
+	default y if LCD || VIDEO
 	help
 	  Enable the 'cls' command which clears the screen contents
 	  on video frame buffer.
-- 
2.38.1


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

end of thread, other threads:[~2022-11-25  4:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 17:16 [PATCH] cmd: fix dependency for CMD_CLS John Keeping
2022-11-23 20:13 ` Heinrich Schuchardt
2022-11-25  4:01   ` Simon Glass
2022-11-24 21:33 ` Tom Rini

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.