mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Some minor Kconfig improvements and more comments (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@166 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
f45f4fe63b
commit
24f85eca60
3 changed files with 8 additions and 7 deletions
|
@ -21,4 +21,7 @@
|
||||||
|
|
||||||
config ARCH_POWERPC
|
config ARCH_POWERPC
|
||||||
boolean
|
boolean
|
||||||
|
help
|
||||||
|
This option is used to set the architecture of a mainboard.
|
||||||
|
It is usually set in mainboard/*/Kconfig.
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ config ARCH_X86
|
||||||
config CAR_TYPE_I586
|
config CAR_TYPE_I586
|
||||||
boolean
|
boolean
|
||||||
help
|
help
|
||||||
This option selects the reset vector and cache as ram
|
This option selects the reset vector and Cache-as-RAM (CAR)
|
||||||
implementation for a mainboard. See arch/x86/Makefile for
|
implementation for a mainboard. See arch/x86/Makefile for
|
||||||
more hints on possible values.
|
more hints on possible values.
|
||||||
It is usually set in mainboard/*/Kconfig.
|
It is usually set in mainboard/*/Kconfig.
|
||||||
|
|
|
@ -14,12 +14,12 @@ choice
|
||||||
config CONSOLE_SERIAL_COM1
|
config CONSOLE_SERIAL_COM1
|
||||||
bool "COM1/ttyS0"
|
bool "COM1/ttyS0"
|
||||||
---help---
|
---help---
|
||||||
Serial console on COM1.
|
Serial console on COM1/ttyS0.
|
||||||
|
|
||||||
config CONSOLE_SERIAL_COM2
|
config CONSOLE_SERIAL_COM2
|
||||||
bool "COM2/ttyS1"
|
bool "COM2/ttyS1"
|
||||||
---help---
|
---help---
|
||||||
Serial console on COM2.
|
Serial console on COM2/ttyS1.
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -55,12 +55,10 @@ config CONSOLE_SERIAL_9600
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
||||||
config CONSOLE_VGA
|
config CONSOLE_VGA
|
||||||
boolean "Support VGA console"
|
boolean "Support VGA console"
|
||||||
---help---
|
---help---
|
||||||
Send LinuxBIOS output to VGA console as soon as VGA
|
Send LinuxBIOS output to VGA console as soon as VGA is initialized.
|
||||||
is initialized.
|
|
||||||
|
|
||||||
config CONSOLE_USB
|
config CONSOLE_USB
|
||||||
boolean "Support USB2 debug console"
|
boolean "Support USB2 debug console"
|
||||||
|
|
Loading…
Add table
Reference in a new issue