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>
This commit is contained in:
Daniele Forsi 2014-07-22 18:00:56 +02:00 committed by Patrick Georgi
parent e34a6275ee
commit 53847a211b
10 changed files with 30 additions and 21 deletions

View File

@ -124,7 +124,7 @@ config INCLUDE_CONFIG_FILE
in the (CBFS) ROM image. This is useful if you want to know which in the (CBFS) ROM image. This is useful if you want to know which
options were used to build a specific coreboot.rom image. 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: You can use the following command to easily list the options:
@ -395,7 +395,7 @@ config RELOCATABLE_MODULES
default n default n
help help
If RELOCATABLE_MODULES is selected then support is enabled for 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. loaded anywhere and all the relocations are handled automatically.
config RELOCATABLE_RAMSTAGE config RELOCATABLE_RAMSTAGE
@ -602,6 +602,7 @@ config SEABIOS_MASTER
bool "master" bool "master"
help help
Newest SeaBIOS version Newest SeaBIOS version
endchoice endchoice
config SEABIOS_PS2_TIMEOUT config SEABIOS_PS2_TIMEOUT
@ -634,6 +635,7 @@ config GRUB2_MASTER
bool "HEAD" bool "HEAD"
help help
Newest GRUB2 version Newest GRUB2 version
endchoice endchoice
choice choice
@ -645,10 +647,12 @@ config FILO_STABLE
bool "0.6.0" bool "0.6.0"
help help
Stable FILO version Stable FILO version
config FILO_MASTER config FILO_MASTER
bool "HEAD" bool "HEAD"
help help
Newest FILO version Newest FILO version
endchoice endchoice
config PAYLOAD_FILE config PAYLOAD_FILE

View File

@ -147,7 +147,7 @@ config CONSOLE_NE2K_DST_IP
string "Destination IP of logging system" string "Destination IP of logging system"
default "10.0.1.27" default "10.0.1.27"
help help
This is IP adress of the system running for example This is IP address of the system running for example
netcat command to dump the packets. netcat command to dump the packets.
config CONSOLE_NE2K_SRC_IP config CONSOLE_NE2K_SRC_IP
@ -336,7 +336,7 @@ config POST_IO_PORT
default 0x80 default 0x80
help help
POST codes on x86 are typically written to the LPC bus on port POST codes on x86 are typically written to the LPC bus on port
0x80. However, it may be desireable to change the port number 0x80. However, it may be desirable to change the port number
depending on the presence of coprocessors/microcontrollers or if the depending on the presence of coprocessors/microcontrollers or if the
platform does not support IO in the conventional x86 manner. platform does not support IO in the conventional x86 manner.

View File

@ -46,10 +46,10 @@ config XIP_ROM_SIZE
default 0x100000 default 0x100000
help help
Overwride the default write through caching size as 1M Bytes. Overwride the default write through caching size as 1M Bytes.
On some AMD paltform, one socket support 2 or more kinds of On some AMD platforms, one socket supports 2 or more kinds of
processor family, compiling several cpu families agesa code processor family, compiling several CPU families agesa code
will increase the romstage size. will increase the romstage size.
In order to execute romstage in place on the flash rom, In order to execute romstage in place on the flash ROM,
more space is required to be set as write through caching. more space is required to be set as write through caching.
config UDELAY_LAPIC_FIXED_FSB config UDELAY_LAPIC_FIXED_FSB

View File

@ -126,7 +126,7 @@ config PARALLEL_MP
config BACKUP_DEFAULT_SMM_REGION config BACKUP_DEFAULT_SMM_REGION
def_bool n def_bool n
help help
The cpu support will select this option if the default SMM region The CPU support will select this option if the default SMM region
needs to be backed up for suspend/resume purposes. needs to be backed up for suspend/resume purposes.
config MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING config MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING
@ -135,5 +135,5 @@ config MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING
On certain platforms a boot speed gain can be realized if mirroring On certain platforms a boot speed gain can be realized if mirroring
the payload data stored in non-volatile storage. On x86 systems the the payload data stored in non-volatile storage. On x86 systems the
payload would typically live in a memory-mapped SPI part. Copying payload would typically live in a memory-mapped SPI part. Copying
the SPI contents to ram before performing the load can speed up the SPI contents to RAM before performing the load can speed up
the boot process. the boot process.

View File

@ -74,11 +74,11 @@ config ALWAYS_LOAD_OPROM
def_bool n def_bool n
depends on VGA_ROM_RUN depends on VGA_ROM_RUN
help help
Always load option roms if any are found. The decision to run Always load option ROMs if any are found. The decision to run
the rom is still determined at runtime, but the distinction the ROM is still determined at runtime, but the distinction
between loading and not running comes into play for CHROMEOS. 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 are needed for the kernel's display driver to know how a piece of
hardware is configured to be used. hardware is configured to be used.
@ -493,9 +493,12 @@ config BOOTSPLASH
bool bool
depends on FRAMEBUFFER_SET_VESA_MODE depends on FRAMEBUFFER_SET_VESA_MODE
help 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. 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 config BOOTSPLASH_FILE
string "Bootsplash path and filename" string "Bootsplash path and filename"
depends on BOOTSPLASH depends on BOOTSPLASH
@ -503,6 +506,7 @@ config BOOTSPLASH_FILE
help help
The path and filename of the file to use as graphical bootsplash The path and filename of the file to use as graphical bootsplash
screen. The file format has to be jpg. screen. The file format has to be jpg.
endmenu endmenu
menu "PXE ROM" menu "PXE ROM"

View File

@ -2,7 +2,7 @@ config EC_KONTRON_IT8516E
select EC_ACPI select EC_ACPI
bool bool
help help
Kontron uses an ITE IT8516E on the KTQM77. It's firmware might Kontron uses an ITE IT8516E on the KTQM77. Its firmware might
come from Fintek (mentioned as Finte*c* somewhere in their Linux come from Fintek (mentioned as Finte*c* somewhere in their Linux
driver). driver).
The KTQM77 is an embedded board and the IT8516E seems to be The KTQM77 is an embedded board and the IT8516E seems to be

View File

@ -33,8 +33,8 @@ config VGA_BIOS_ID
default "8086,0106" default "8086,0106"
help help
This is the default PCI ID for the sandybridge/ivybridge graphics This is the default PCI ID for the sandybridge/ivybridge graphics
devices. This string names the vbios rom in cbfs. The following devices. This string names the vbios ROM in cbfs. The following
PCI IDs will be remapped to load this rom: PCI IDs will be remapped to load this ROM:
0x80860102, 0x8086010a, 0x80860112, 0x80860116 0x80860102, 0x8086010a, 0x80860112, 0x80860116
0x80860122, 0x80860126, 0x80860166 0x80860122, 0x80860126, 0x80860166

View File

@ -148,7 +148,7 @@ config DCACHE_RAM_ROMSTAGE_STACK_SIZE
default 0x800 default 0x800
help help
The amount of anticipated stack usage from the data cache The amount of anticipated stack usage from the data cache
during pre-ram rom stage execution. during pre-RAM ROM stage execution.
config RESET_ON_INVALID_RAMSTAGE_CACHE config RESET_ON_INVALID_RAMSTAGE_CACHE
bool "Reset the system on S3 wake when ramstage cache invalid." bool "Reset the system on S3 wake when ramstage cache invalid."

View File

@ -78,7 +78,7 @@ config VGA_BIOS_ID
default "8086,0f31" default "8086,0f31"
help help
This is the default PCI ID for the Bay Trail graphics This is the default PCI ID for the Bay Trail graphics
devices. This string names the vbios rom in cbfs. devices. This string names the vbios ROM in cbfs.
config INCLUDE_MICROCODE_IN_BUILD config INCLUDE_MICROCODE_IN_BUILD
bool "Build in microcode patch" bool "Build in microcode patch"

View File

@ -98,7 +98,7 @@ config HUDSON_FWM
if HUDSON_FWM if HUDSON_FWM
config HUDSON_FWM_POSITION config HUDSON_FWM_POSITION
hex "Hudson Firmware rom Position" hex "Hudson Firmware ROM Position"
default 0xFFF20000 if BOARD_ROMSIZE_KB_1024 default 0xFFF20000 if BOARD_ROMSIZE_KB_1024
default 0xFFE20000 if BOARD_ROMSIZE_KB_2048 default 0xFFE20000 if BOARD_ROMSIZE_KB_2048
default 0xFFC20000 if BOARD_ROMSIZE_KB_4096 default 0xFFC20000 if BOARD_ROMSIZE_KB_4096
@ -160,6 +160,7 @@ config HUDSON_SATA_IDE2AHCI7804
bool "IDE to AHCI7804" bool "IDE to AHCI7804"
help help
AHCI ROM Required, and AMD driver required in the OS. AHCI ROM Required, and AMD driver required in the OS.
endchoice endchoice
config HUDSON_SATA_MODE config HUDSON_SATA_MODE
@ -212,7 +213,7 @@ config RAID_MISC_ROM_POSITION
help help
The RAID ROM requires that the MISC ROM is located between the range The RAID ROM requires that the MISC ROM is located between the range
0xFFF0_0000 to 0xFFF0_FFFF. Also, it must 1K bytes aligned. 0xFFF0_0000 to 0xFFF0_FFFF. Also, it must 1K bytes aligned.
The CONFIG_ROM_SIZE must larger than 0x100000. The CONFIG_ROM_SIZE must be larger than 0x100000.
endif # HUDSON_SATA_RAID endif # HUDSON_SATA_RAID
config HUDSON_LEGACY_FREE config HUDSON_LEGACY_FREE