From 53847a211bd78a9cbf838f63f155368c641f7cd5 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Tue, 22 Jul 2014 18:00:56 +0200 Subject: src/.../Kconfig: various small fixes to texts Fixed spelling and added empty lines to separate the help from the text automatically added during make menuconfig. Change-Id: I6eee2c86e30573deb8cf0d42fda8b8329e1156c7 Signed-off-by: Daniele Forsi Reviewed-on: http://review.coreboot.org/6313 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/Kconfig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 7846f9eeae..af82353b72 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -124,7 +124,7 @@ config INCLUDE_CONFIG_FILE in the (CBFS) ROM image. This is useful if you want to know which options were used to build a specific coreboot.rom image. - Saying Y here will increase the image size by 2-3kB. + Saying Y here will increase the image size by 2-3KB. You can use the following command to easily list the options: @@ -143,7 +143,7 @@ config INCLUDE_CONFIG_FILE Name Offset Type Size cmos_layout.bin 0x0 cmos layout 1159 fallback/romstage 0x4c0 stage 339756 - fallback/ramstage 0x53440 stage 186664 + fallback/ramstage 0x53440 stage 186664 fallback/payload 0x80dc0 payload 51526 config 0x8d740 raw 3324 (empty) 0x8e480 null 3610440 @@ -395,7 +395,7 @@ config RELOCATABLE_MODULES default n help If RELOCATABLE_MODULES is selected then support is enabled for - building relocatable modules in the ram stage. Those modules can be + building relocatable modules in the RAM stage. Those modules can be loaded anywhere and all the relocations are handled automatically. config RELOCATABLE_RAMSTAGE @@ -602,6 +602,7 @@ config SEABIOS_MASTER bool "master" help Newest SeaBIOS version + endchoice config SEABIOS_PS2_TIMEOUT @@ -634,6 +635,7 @@ config GRUB2_MASTER bool "HEAD" help Newest GRUB2 version + endchoice choice @@ -645,10 +647,12 @@ config FILO_STABLE bool "0.6.0" help Stable FILO version + config FILO_MASTER bool "HEAD" help Newest FILO version + endchoice config PAYLOAD_FILE -- cgit v1.2.3