mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: Kconfig: Indent help text
These Kconfig files had help text that was not indented further than
the 'help' keyword.
BUG=none
BRANCH=none
TEST=none
Change-Id: Ia652cab86f965ba95ad2105f37493c7a53c52f97
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: f482396625
Original-Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3
Original-Signed-off-by: Martin Roth <martinroth@google.com>
Original-Reviewed-on: https://review.coreboot.org/19850
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://chromium-review.googlesource.com/528263
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
f85aad482e
commit
2402156ecf
6 changed files with 7 additions and 7 deletions
|
@ -3,5 +3,5 @@ config DRIVERS_SIL_3114
|
|||
default n
|
||||
depends on PCI
|
||||
help
|
||||
It sets PCI class to IDE compatible native mode, allowing
|
||||
SeaBIOS, FILO etc... to boot from it.
|
||||
It sets PCI class to IDE compatible native mode, allowing
|
||||
SeaBIOS, FILO etc... to boot from it.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
config EC_ACPI
|
||||
bool
|
||||
help
|
||||
ACPI Embedded Controller interface. Mostly found in laptops.
|
||||
ACPI Embedded Controller interface. Mostly found in laptops.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
config EC_COMPAL_ENE932
|
||||
bool
|
||||
help
|
||||
Interface to COMPAL ENE932 Embedded Controller.
|
||||
Interface to COMPAL ENE932 Embedded Controller.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
config EC_QUANTA_ENE_KB3940Q
|
||||
bool
|
||||
help
|
||||
Interface to QUANTA ENE KB3940Q Embedded Controller.
|
||||
Interface to QUANTA ENE KB3940Q Embedded Controller.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
config EC_QUANTA_IT8518
|
||||
bool
|
||||
help
|
||||
Interface to QUANTA IT8518 Embedded Controller.
|
||||
Interface to QUANTA IT8518 Embedded Controller.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
config EC_SMSC_MEC1308
|
||||
bool
|
||||
help
|
||||
Shared memory mailbox interface to SMSC MEC1308 Embedded Controller.
|
||||
Shared memory mailbox interface to SMSC MEC1308 Embedded Controller.
|
||||
|
|
Loading…
Add table
Reference in a new issue