X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lib%2Ffonts%2FKconfig;h=c035fde66aebee47c0f7b6dfbc38dbdf10de0eef;hb=00af6729b52ede86a08173c8d5f2c8cd9fa3390d;hp=37baa79cdd71fa83dee7321a684f60fdc1acded5;hpb=fa6e951a2a440babd7a7310d0f4713e618061767;p=mirror_ubuntu-hirsute-kernel.git diff --git a/lib/fonts/Kconfig b/lib/fonts/Kconfig index 37baa79cdd71..c035fde66aeb 100644 --- a/lib/fonts/Kconfig +++ b/lib/fonts/Kconfig @@ -119,6 +119,12 @@ config FONT_TER16x32 This is the high resolution, large version for use with HiDPI screens. If the standard font is unreadable for you, say Y, otherwise say N. +config FONT_6x8 + bool "OLED 6x8 font" if FONTS + depends on FRAMEBUFFER_CONSOLE + help + This font is useful for small displays (OLED). + config FONT_AUTOSELECT def_bool y depends on !FONT_8x8 @@ -132,6 +138,7 @@ config FONT_AUTOSELECT depends on !FONT_SUN12x22 depends on !FONT_10x18 depends on !FONT_TER16x32 + depends on !FONT_6x8 select FONT_8x16 endif # FONT_SUPPORT