Skip to content

Commit 7ff3f14

Browse files
committed
parisc/sticon: Add user font support
This is a major rework of the sticon (parisc text console) driver in order to support user font support. Usually one want to use the stifb (parisc framebuffer driver) which is based on fbcon and does support fonts and colors, but some old machines (e.g. HP 730 workstations) don't provide a supported stifb graphic card, and for those user fonts are preferred. This patch drops unused code for software cursor and scrollback, enhances the debug output and adds better documentation. The code was tested on various machines with byte-mode and word-mode graphic cards on GSC- and PCI-busses. Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 58a5c67 commit 7ff3f14

4 files changed

Lines changed: 326 additions & 268 deletions

File tree

drivers/video/console/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ config STI_CONSOLE
119119
bool "STI text console"
120120
depends on PARISC && HAS_IOMEM
121121
select FONT_SUPPORT
122+
select CRC32
122123
default y
123124
help
124125
The STI console is the builtin display/keyboard on HP-PARISC

0 commit comments

Comments
 (0)