Documentation new internal config variables
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@141 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c461aa9ae0
commit
8e0ebe2663
1 changed files with 8 additions and 0 deletions
|
|
@ -20,7 +20,15 @@
|
|||
|
||||
config ARCH_X86
|
||||
boolean
|
||||
help
|
||||
This option is used to set the architecture of a mainboard.
|
||||
It is usually set in mainboard/*/Kconfig.
|
||||
|
||||
config CAR_TYPE_I586
|
||||
boolean
|
||||
help
|
||||
This option selects the reset vector and cache as ram
|
||||
implementation for a mainboard. See arch/x86/Makefile for
|
||||
more hints on possible values.
|
||||
It is usually set in mainboard/*/Kconfig.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue