Make the Kconfig descriptions fit in an 80x25 terminal.

Fixed some minor cosmetic issues (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@46 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2006-11-10 21:59:50 +00:00
parent 4a133b426c
commit 52b6279f45

View file

@ -19,11 +19,13 @@ config BIOS
bool bool
default y default y
help help
Build the rest of the BIOS. This includes memory init, device init, PCI init, and so on. Build the rest of the BIOS. This includes memory init, device
init, PCI init, and so on.
config UNCOMPRESSORS config UNCOMPRESSORS
bool bool
default y default y
help help
Build the various uncompressors found in the uncompressors directory Build the various uncompressors found in the uncompressors
directory.