video/console: automatically select a font
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 May 2012 21:02:59 +0000 (15:02 -0600)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 9 Jun 2012 12:51:11 +0000 (12:51 +0000)
commitd399099cbba92b247ac323a99ac4c5fa5b0ca68d
tree4faf1505cb090a75f5308bb3930b9a12e6504b4a
parentff9440465c82099ba3365930a97f90b3acfcc980
video/console: automatically select a font

The frame buffer console needs at least one font to be built into
the kernel, so add the necessary Kconfig magic to guarantee that
one of the available font is always on. If a user accidentally
disables all fonts manually, the 8x16 font will be selected
anyway.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/console/Kconfig