diff options
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 6a9ae2b3d1ab..fadf7c5d216e 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -98,6 +98,8 @@ config FRAMEBUFFER_CONSOLE | |||
98 | tristate "Framebuffer Console support" | 98 | tristate "Framebuffer Console support" |
99 | depends on FB | 99 | depends on FB |
100 | select CRC32 | 100 | select CRC32 |
101 | help | ||
102 | Low-level framebuffer-based console driver. | ||
101 | 103 | ||
102 | config STI_CONSOLE | 104 | config STI_CONSOLE |
103 | tristate "STI text console" | 105 | tristate "STI text console" |
@@ -203,5 +205,12 @@ config FONT_10x18 | |||
203 | big letters. It fits between the sun 12x22 and the normal 8x16 font. | 205 | big letters. It fits between the sun 12x22 and the normal 8x16 font. |
204 | If other fonts are too big or too small for you, say Y, otherwise say N. | 206 | If other fonts are too big or too small for you, say Y, otherwise say N. |
205 | 207 | ||
208 | config FONT_RL | ||
209 | bool "console Roman Large 8x16 font" if FONTS | ||
210 | depends on FRAMEBUFFER_CONSOLE | ||
211 | help | ||
212 | This is the visually-appealing "RL" console font that is | ||
213 | included with the kbd package. | ||
214 | |||
206 | endmenu | 215 | endmenu |
207 | 216 | ||