video: Enable the cls command by default

This is enabled for LCD but not for VIDEO. Enable it since it is useful
to be able to clear the screen and adds very little code.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2022-10-06 08:36:15 -06:00 committed by Anatolij Gustschin
parent 57a847cd40
commit 3f425f9ca7

View File

@ -1939,7 +1939,7 @@ config CMD_CONITRACE
config CMD_CLS config CMD_CLS
bool "Enable clear screen command 'cls'" bool "Enable clear screen command 'cls'"
default y if LCD default y if LCD || DM_VIDEO
help help
Enable the 'cls' command which clears the screen contents Enable the 'cls' command which clears the screen contents
on video frame buffer. on video frame buffer.