]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Don't require the font command
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:18 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:51 +0000 (14:48 -0500)
commitd83f4e626597ade57e14f6a1edf65515ca6204bc
tree08c66eee71de535632fff30f635a64378ccef9e1
parent8b888917cae16e690ca0bda68dbcfae62928935d
video: Don't require the font command

While it is nice to have the font command, using 'select' makes it
impossible to build the console code without it. Stop using 'select' and
make it default if CONSOLE_TRUETYPE is enabled when asking the command.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig
drivers/video/Kconfig