Skip to content

Commit

Permalink
partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts …
Browse files Browse the repository at this point in the history
…over built-in ROM fonts

STI console is used on parisc and m68k HP machines. This patch partly reverts
my previous commit and as such restores the fonts for the m68k machines.

Signed-off-by: Helge Deller <[email protected]>
Cc: [email protected] # v3.13
  • Loading branch information
hdeller committed Mar 23, 2014
1 parent 774868c commit a2fb4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/fonts/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if FONT_SUPPORT

config FONTS
bool "Select compiled-in fonts"
depends on FRAMEBUFFER_CONSOLE
depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
help
Say Y here if you would like to use fonts other than the default
your frame buffer console usually use.
Expand All @@ -22,7 +22,7 @@ config FONTS

config FONT_8x8
bool "VGA 8x8 font" if FONTS
depends on FRAMEBUFFER_CONSOLE
depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
default y if !SPARC && !FONTS
help
This is the "high resolution" font for the VGA frame buffer (the one
Expand All @@ -45,7 +45,7 @@ config FONT_8x16

config FONT_6x11
bool "Mac console 6x11 font (not supported by all drivers)" if FONTS
depends on FRAMEBUFFER_CONSOLE
depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
default y if !SPARC && !FONTS && MAC
help
Small console font with Macintosh-style high-half glyphs. Some Mac
Expand Down

0 comments on commit a2fb4d7

Please sign in to comment.