diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-22 18:00:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-07-23 09:07:47 +0200 |
commit | 53847a211bd78a9cbf838f63f155368c641f7cd5 (patch) | |
tree | c0a72d2d52e7b70276aed0bcb15ebd8c794c8031 /src/Kconfig | |
parent | e34a6275eeebf324e921f8aa06e7c1c9fc0179f8 (diff) | |
download | coreboot-53847a211bd78a9cbf838f63f155368c641f7cd5.tar.xz |
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 <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6313
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
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 |