commit | d399099cbba92b247ac323a99ac4c5fa5b0ca68d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue May 15 15:02:59 2012 -0600 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Jun 09 12:51:11 2012 +0000 |
tree | 4faf1505cb090a75f5308bb3930b9a12e6504b4a | |
parent | ff9440465c82099ba3365930a97f90b3acfcc980 [diff] |
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>