aboutsummaryrefslogtreecommitdiff
path: root/src/device/Kconfig
diff options
context:
space:
mode:
authorDaniele Forsi <dforsi@gmail.com>2014-07-22 18:00:56 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-07-23 09:07:47 +0200
commit53847a211bd78a9cbf838f63f155368c641f7cd5 (patch)
treec0a72d2d52e7b70276aed0bcb15ebd8c794c8031 /src/device/Kconfig
parente34a6275eeebf324e921f8aa06e7c1c9fc0179f8 (diff)
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/device/Kconfig')
-rw-r--r--src/device/Kconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index c9514c16ed..766da9ead1 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -74,11 +74,11 @@ config ALWAYS_LOAD_OPROM
def_bool n
depends on VGA_ROM_RUN
help
- Always load option roms if any are found. The decision to run
- the rom is still determined at runtime, but the distinction
+ Always load option ROMs if any are found. The decision to run
+ the ROM is still determined at runtime, but the distinction
between loading and not running comes into play for CHROMEOS.
- An example where this is required is that VBT (video bios tables)
+ An example where this is required is that VBT (Video BIOS Tables)
are needed for the kernel's display driver to know how a piece of
hardware is configured to be used.
@@ -493,9 +493,12 @@ config BOOTSPLASH
bool
depends on FRAMEBUFFER_SET_VESA_MODE
help
- This option shows a graphical bootsplash screen. The grapics are
+ This option shows a graphical bootsplash screen. The graphics are
loaded from the CBFS file bootsplash.jpg.
+ You will be able to specify the location and file name of the
+ image later.
+
config BOOTSPLASH_FILE
string "Bootsplash path and filename"
depends on BOOTSPLASH
@@ -503,6 +506,7 @@ config BOOTSPLASH_FILE
help
The path and filename of the file to use as graphical bootsplash
screen. The file format has to be jpg.
+
endmenu
menu "PXE ROM"