Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib/fonts/Kconfig: keep non-Sparc fonts listed together

Keep fonts together and indented (in menu) as much as possible. This
moves the Sparc font choices to the end of the menu since they have
different dependencies.

Link: http://lkml.kernel.org/r/de6d8977-c6d6-a82d-c953-f2a2fefdb8a5@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
7bcae826 0d31a194

+8 -8
+8 -8
lib/fonts/Kconfig
··· 87 87 embedded devices with a 320x240 screen, to get a reasonable number 88 88 of characters (53x24) that are still at a readable size. 89 89 90 + config FONT_10x18 91 + bool "console 10x18 font (not supported by all drivers)" if FONTS 92 + depends on FRAMEBUFFER_CONSOLE 93 + help 94 + This is a high resolution console font for machines with very 95 + big letters. It fits between the sun 12x22 and the normal 8x16 font. 96 + If other fonts are too big or too small for you, say Y, otherwise say N. 97 + 90 98 config FONT_SUN8x16 91 99 bool "Sparc console 8x16 font" 92 100 depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC) ··· 108 100 This is the high resolution console font for Sun machines with very 109 101 big letters (like the letters used in the SPARC PROM). If the 110 102 standard font is unreadable for you, say Y, otherwise say N. 111 - 112 - config FONT_10x18 113 - bool "console 10x18 font (not supported by all drivers)" if FONTS 114 - depends on FRAMEBUFFER_CONSOLE 115 - help 116 - This is a high resolution console font for machines with very 117 - big letters. It fits between the sun 12x22 and the normal 8x16 font. 118 - If other fonts are too big or too small for you, say Y, otherwise say N. 119 103 120 104 config FONT_AUTOSELECT 121 105 def_bool y