Kconfig (ed03f430cdc8c802652467e9097606fedc2c7abc) Kconfig (2919b51075b3906c2f476e5a932244af1947bf80)
1#
2# Video configuration
3#
4
5menu "Console display driver support"
6
7config VGA_CONSOLE
8 bool "VGA text console" if EMBEDDED || !X86
1#
2# Video configuration
3#
4
5menu "Console display driver support"
6
7config VGA_CONSOLE
8 bool "VGA text console" if EMBEDDED || !X86
9 depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !ARCH_VERSATILE
9 depends on !ARCH_ACORN && !ARCH_EBSA110 && !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !ARCH_VERSATILE
10 default y
11 help
12 Saying Y here will allow you to use Linux in text mode through a
13 display that complies with the generic VGA standard. Virtually
14 everyone wants that.
15
16 The program SVGATextMode can be used to utilize SVGA video cards to
17 their full potential in text mode. Download it from

--- 202 unchanged lines hidden ---
10 default y
11 help
12 Saying Y here will allow you to use Linux in text mode through a
13 display that complies with the generic VGA standard. Virtually
14 everyone wants that.
15
16 The program SVGATextMode can be used to utilize SVGA video cards to
17 their full potential in text mode. Download it from

--- 202 unchanged lines hidden ---