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:
Uwe Hermann 2007-03-01 14:38:35 +00:00
commit 24f85eca60
3 changed files with 8 additions and 7 deletions

View file

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

View file

@ -23,12 +23,12 @@ config ARCH_X86
boolean
help
This option is used to set the architecture of a mainboard.
It is usually set in mainboard/*/Kconfig.
It is usually set in mainboard/*/Kconfig.
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.