From 52b6279f45fe509d56b72ec33929fd297da3afad Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 10 Nov 2006 21:59:50 +0000 Subject: [PATCH] Make the Kconfig descriptions fit in an 80x25 terminal. Fixed some minor cosmetic issues (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@46 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/Kconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index 529020d4f5..de50072f95 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -19,11 +19,13 @@ config BIOS bool default y 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 bool default y help - Build the various uncompressors found in the uncompressors directory + Build the various uncompressors found in the uncompressors + directory.