Kconfig (2fc2991175bf77395e6b15fe6b2304d3bf72da40) Kconfig (e65c0850ae811a53554e1abe71627fba1261cfc7)
1#
2# Video configuration
3#
4
5menu "Console display driver support"
6
7config VGA_CONSOLE
8 bool "VGA text console" if EMBEDDED || !X86

--- 84 unchanged lines hidden (view full) ---

93 help
94 The default value is 64, which should fit a 1280x1024 monitor.
95 Select 25 if you use a 640x480 resolution by default.
96
97config FRAMEBUFFER_CONSOLE
98 tristate "Framebuffer Console support"
99 depends on FB
100 select CRC32
1#
2# Video configuration
3#
4
5menu "Console display driver support"
6
7config VGA_CONSOLE
8 bool "VGA text console" if EMBEDDED || !X86

--- 84 unchanged lines hidden (view full) ---

93 help
94 The default value is 64, which should fit a 1280x1024 monitor.
95 Select 25 if you use a 640x480 resolution by default.
96
97config FRAMEBUFFER_CONSOLE
98 tristate "Framebuffer Console support"
99 depends on FB
100 select CRC32
101 help
102 Low-level framebuffer-based console driver.
101
102config STI_CONSOLE
103 tristate "STI text console"
104 depends on PARISC
105 default y
106 help
107 The STI console is the builtin display/keyboard on HP-PARISC
108 machines. Say Y here to build support for it into your kernel.

--- 99 unchanged lines hidden ---
103
104config STI_CONSOLE
105 tristate "STI text console"
106 depends on PARISC
107 default y
108 help
109 The STI console is the builtin display/keyboard on HP-PARISC
110 machines. Say Y here to build support for it into your kernel.

--- 99 unchanged lines hidden ---