From: Heinrich Schuchardt Date: Fri, 7 Oct 2022 18:36:12 +0000 (+0200) Subject: cmd: CMD_CLS should not depend on video X-Git-Tag: v2023.07~306^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6db606dbb5ecb4480a9b83bab1a61800f556493;p=platform%2Fkernel%2Fu-boot.git cmd: CMD_CLS should not depend on video The cls command works fine on the serial console. There is no reason to let it depend on the availability of video. Signed-off-by: Heinrich Schuchardt --- diff --git a/cmd/Kconfig b/cmd/Kconfig index bfa12ce..6f00bd9 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1914,7 +1914,6 @@ config CMD_CONITRACE config CMD_CLS bool "Enable clear screen command 'cls'" - depends on DM_VIDEO || LCD || VIDEO default y if LCD help Enable the 'cls' command which clears the screen contents