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
|
||||
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
|
||||
boolean
|
||||
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
|
||||
more hints on possible values.
|
||||
It is usually set in mainboard/*/Kconfig.
|
||||
|
|
|
@ -14,12 +14,12 @@ choice
|
|||
config CONSOLE_SERIAL_COM1
|
||||
bool "COM1/ttyS0"
|
||||
---help---
|
||||
Serial console on COM1.
|
||||
Serial console on COM1/ttyS0.
|
||||
|
||||
config CONSOLE_SERIAL_COM2
|
||||
bool "COM2/ttyS1"
|
||||
---help---
|
||||
Serial console on COM2.
|
||||
Serial console on COM2/ttyS1.
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -55,12 +55,10 @@ config CONSOLE_SERIAL_9600
|
|||
|
||||
endchoice
|
||||
|
||||
|
||||
config CONSOLE_VGA
|
||||
boolean "Support VGA console"
|
||||
---help---
|
||||
Send LinuxBIOS output to VGA console as soon as VGA
|
||||
is initialized.
|
||||
Send LinuxBIOS output to VGA console as soon as VGA is initialized.
|
||||
|
||||
config CONSOLE_USB
|
||||
boolean "Support USB2 debug console"
|
||||
|
|
Loading…
Add table
Reference in a new issue