diff options
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index 49643969f9f8..a22ccf9485a4 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -145,7 +145,7 @@ config FRAMEBUFFER_CONSOLE_ROTATION | |||
145 | oriented. | 145 | oriented. |
146 | 146 | ||
147 | config STI_CONSOLE | 147 | config STI_CONSOLE |
148 | tristate "STI text console" | 148 | bool "STI text console" |
149 | depends on PARISC | 149 | depends on PARISC |
150 | default y | 150 | default y |
151 | help | 151 | help |
@@ -182,7 +182,7 @@ config FONT_8x8 | |||
182 | 182 | ||
183 | config FONT_8x16 | 183 | config FONT_8x16 |
184 | bool "VGA 8x16 font" if FONTS | 184 | bool "VGA 8x16 font" if FONTS |
185 | depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE=y || STI_CONSOLE || USB_SISUSBVGA_CON | 185 | depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE || STI_CONSOLE || USB_SISUSBVGA_CON |
186 | default y if !SPARC && !FONTS | 186 | default y if !SPARC && !FONTS |
187 | help | 187 | help |
188 | This is the "high resolution" font for the VGA frame buffer (the one | 188 | This is the "high resolution" font for the VGA frame buffer (the one |