x86: Fix up "Board Capabilities" summary lines
Fixes up the summary lines in the "Board Capabilities" menu so that the descriptions are more consistent with each other as well as their option names. Change-Id: I6a030af702340c5ef634217ff6d4bfd046ed24c5 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
ae6ea21005
commit
55ffc8cc61
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ endmenu
|
|||
menu "Board Capabilities"
|
||||
|
||||
config BOI_HANDLER_SUPPORTED
|
||||
bool "BOI handler supported"
|
||||
bool "BOI Handler Supported"
|
||||
default n
|
||||
help
|
||||
This option signifies that the target has one or more devices whose
|
||||
|
@ -81,7 +81,7 @@ config BOI_HANDLER_SUPPORTED
|
|||
by the device (or for other purposes).
|
||||
|
||||
config EOI_HANDLER_SUPPORTED
|
||||
bool "EOI handler supported"
|
||||
bool "EOI Handler Supported"
|
||||
default n
|
||||
help
|
||||
This option signifies that the target has one or more devices whose
|
||||
|
@ -92,7 +92,7 @@ config EOI_HANDLER_SUPPORTED
|
|||
|
||||
|
||||
config UNALIGNED_WRITE_UNSUPPORTED
|
||||
bool "Unaligned write Supported"
|
||||
bool "Unaligned Write Unsupported"
|
||||
default n
|
||||
help
|
||||
This option signifies that the target may not properly decode the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue