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:
Stefan Reinauer 2007-02-27 12:37:19 +00:00
commit 8e0ebe2663

View file

@ -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.