summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-02-27 17:28:09 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 21:43:46 -0500
commit7bcae82621df080a35cb5e708ef333a821effd96 (patch)
tree8d8d03ae8e48a886e02cdc3988661be6ad251dac /lib
parent0d31a194d517ce77a1c3a06cd8708184bb6e7862 (diff)
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/fonts/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/fonts/Kconfig b/lib/fonts/Kconfig
index e77dfe00de36..8fa0791e8a1e 100644
--- a/lib/fonts/Kconfig
+++ b/lib/fonts/Kconfig
@@ -87,6 +87,14 @@ config FONT_6x10
87 embedded devices with a 320x240 screen, to get a reasonable number 87 embedded devices with a 320x240 screen, to get a reasonable number
88 of characters (53x24) that are still at a readable size. 88 of characters (53x24) that are still at a readable size.
89 89
90config 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
90config FONT_SUN8x16 98config FONT_SUN8x16
91 bool "Sparc console 8x16 font" 99 bool "Sparc console 8x16 font"
92 depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC) 100 depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)
@@ -101,14 +109,6 @@ config FONT_SUN12x22
101 big letters (like the letters used in the SPARC PROM). If the 109 big letters (like the letters used in the SPARC PROM). If the
102 standard font is unreadable for you, say Y, otherwise say N. 110 standard font is unreadable for you, say Y, otherwise say N.
103 111
104config FONT_10x18
105 bool "console 10x18 font (not supported by all drivers)" if FONTS
106 depends on FRAMEBUFFER_CONSOLE
107 help
108 This is a high resolution console font for machines with very
109 big letters. It fits between the sun 12x22 and the normal 8x16 font.
110 If other fonts are too big or too small for you, say Y, otherwise say N.
111
112config FONT_AUTOSELECT 112config FONT_AUTOSELECT
113 def_bool y 113 def_bool y
114 depends on !FONT_8x8 114 depends on !FONT_8x8