Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2571
b: refs/heads/master
c: 303b86d
h: refs/heads/master
i:
  2569: 423487b
  2567: d29b7b5
v: v3
  • Loading branch information
Jurriaan authored and Linus Torvalds committed Jun 22, 2005
1 parent bbe3a0a commit 53535be
Show file tree
Hide file tree
Showing 8 changed files with 10,069 additions and 829 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5881eb4883ef7dd28a4dcea237714817c4b2f8e
refs/heads/master: 303b86d9913eca0cbfc3c5cb41e7006f6e13b755
17 changes: 17 additions & 0 deletions trunk/drivers/video/console/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ config FONT_6x11
Small console font with Macintosh-style high-half glyphs. Some Mac
framebuffer drivers don't support this one at all.

config FONT_7x14
bool "console 7x14 font (not supported by all drivers)" if FONTS
depends on FRAMEBUFFER_CONSOLE
default y if !SPARC32 && !SPARC64 && !FONTS
help
Console font with characters just a bit smaller than the default.
If the standard 8x16 font is a little too big for you, say Y.
Otherwise, say N.

config FONT_PEARL_8x8
bool "Pearl (old m68k) console 8x8 font" if FONTS
depends on FRAMEBUFFER_CONSOLE
Expand Down Expand Up @@ -187,5 +196,13 @@ config FONT_SUN12x22
big letters (like the letters used in the SPARC PROM). If the
standard font is unreadable for you, say Y, otherwise say N.

config FONT_10x18
bool "console 10x18 font (not supported by all drivers)"
depends on FONTS
help
This is a high resolution console font for machines with very
big letters. It fits between the sun 12x22 and the normal 8x16 font.
If other fonts are too big or too small for you, say Y, otherwise say N.

endmenu

2 changes: 2 additions & 0 deletions trunk/drivers/video/console/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ font-objs-$(CONFIG_FONT_SUN12x22) += font_sun12x22.o
font-objs-$(CONFIG_FONT_8x8) += font_8x8.o
font-objs-$(CONFIG_FONT_8x16) += font_8x16.o
font-objs-$(CONFIG_FONT_6x11) += font_6x11.o
font-objs-$(CONFIG_FONT_7x14) += font_7x14.o
font-objs-$(CONFIG_FONT_10x18) += font_10x18.o
font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o
font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o
font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o
Expand Down
Loading

0 comments on commit 53535be

Please sign in to comment.