Kconfig (a292241cccb7e20e8b997a9a44177e7c98141859) Kconfig (33ac9dba859b07d40e9ec826057d20c857fdede5)
1#
2# Font configuration
3#
4
5config FONT_SUPPORT
6 tristate
7
8if FONT_SUPPORT

--- 65 unchanged lines hidden (view full) ---

74 help
75 Small console font with PC-style control characters and high-half
76 glyphs.
77
78config FONT_MINI_4x6
79 bool "Mini 4x6 font"
80 depends on !SPARC && FONTS
81
1#
2# Font configuration
3#
4
5config FONT_SUPPORT
6 tristate
7
8if FONT_SUPPORT

--- 65 unchanged lines hidden (view full) ---

74 help
75 Small console font with PC-style control characters and high-half
76 glyphs.
77
78config FONT_MINI_4x6
79 bool "Mini 4x6 font"
80 depends on !SPARC && FONTS
81
82config FONT_6x10
83 bool "Medium-size 6x10 font"
84 depends on !SPARC && FONTS
85 help
86 Medium-size console font. Suitable for framebuffer consoles on
87 embedded devices with a 320x240 screen, to get a reasonable number
88 of characters (53x24) that are still at a readable size.
89
82config FONT_SUN8x16
83 bool "Sparc console 8x16 font"
84 depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)
85 help
86 This is the high resolution console font for Sun machines. Say Y.
87
88config FONT_SUN12x22
89 bool "Sparc console 12x22 font (not supported by all drivers)"

--- 14 unchanged lines hidden (view full) ---

104config FONT_AUTOSELECT
105 def_bool y
106 depends on !FONT_8x8
107 depends on !FONT_6x11
108 depends on !FONT_7x14
109 depends on !FONT_PEARL_8x8
110 depends on !FONT_ACORN_8x8
111 depends on !FONT_MINI_4x6
90config FONT_SUN8x16
91 bool "Sparc console 8x16 font"
92 depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)
93 help
94 This is the high resolution console font for Sun machines. Say Y.
95
96config FONT_SUN12x22
97 bool "Sparc console 12x22 font (not supported by all drivers)"

--- 14 unchanged lines hidden (view full) ---

112config FONT_AUTOSELECT
113 def_bool y
114 depends on !FONT_8x8
115 depends on !FONT_6x11
116 depends on !FONT_7x14
117 depends on !FONT_PEARL_8x8
118 depends on !FONT_ACORN_8x8
119 depends on !FONT_MINI_4x6
120 depends on !FONT_6x10
112 depends on !FONT_SUN8x16
113 depends on !FONT_SUN12x22
114 depends on !FONT_10x18
115 select FONT_8x16
116
117endif # FONT_SUPPORT
121 depends on !FONT_SUN8x16
122 depends on !FONT_SUN12x22
123 depends on !FONT_10x18
124 select FONT_8x16
125
126endif # FONT_SUPPORT