From 2402156ecff297bdf43c78ee8b75cf6024a2ee27 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 23 May 2017 16:24:56 -0600 Subject: [PATCH] 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 Original-Commit-Id: f482396625628bfadebfacf7cef9a951eaf50aab Original-Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3 Original-Signed-off-by: Martin Roth Original-Reviewed-on: https://review.coreboot.org/19850 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Stefan Reinauer Reviewed-on: https://chromium-review.googlesource.com/528263 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/drivers/sil/3114/Kconfig | 4 ++-- src/ec/acpi/Kconfig | 2 +- src/ec/compal/ene932/Kconfig | 2 +- src/ec/quanta/ene_kb3940q/Kconfig | 2 +- src/ec/quanta/it8518/Kconfig | 2 +- src/ec/smsc/mec1308/Kconfig | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/drivers/sil/3114/Kconfig b/src/drivers/sil/3114/Kconfig index 151636c717..ca7d379148 100644 --- a/src/drivers/sil/3114/Kconfig +++ b/src/drivers/sil/3114/Kconfig @@ -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. diff --git a/src/ec/acpi/Kconfig b/src/ec/acpi/Kconfig index 642f1786c1..3081a86609 100644 --- a/src/ec/acpi/Kconfig +++ b/src/ec/acpi/Kconfig @@ -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. diff --git a/src/ec/compal/ene932/Kconfig b/src/ec/compal/ene932/Kconfig index 47e4b7b8d4..a493aac08d 100644 --- a/src/ec/compal/ene932/Kconfig +++ b/src/ec/compal/ene932/Kconfig @@ -1,4 +1,4 @@ config EC_COMPAL_ENE932 bool help - Interface to COMPAL ENE932 Embedded Controller. + Interface to COMPAL ENE932 Embedded Controller. diff --git a/src/ec/quanta/ene_kb3940q/Kconfig b/src/ec/quanta/ene_kb3940q/Kconfig index 4258948d7a..9f2ddcf26e 100644 --- a/src/ec/quanta/ene_kb3940q/Kconfig +++ b/src/ec/quanta/ene_kb3940q/Kconfig @@ -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. diff --git a/src/ec/quanta/it8518/Kconfig b/src/ec/quanta/it8518/Kconfig index 477e08533b..24ac36fb96 100644 --- a/src/ec/quanta/it8518/Kconfig +++ b/src/ec/quanta/it8518/Kconfig @@ -1,4 +1,4 @@ config EC_QUANTA_IT8518 bool help - Interface to QUANTA IT8518 Embedded Controller. + Interface to QUANTA IT8518 Embedded Controller. diff --git a/src/ec/smsc/mec1308/Kconfig b/src/ec/smsc/mec1308/Kconfig index 0a0b04aa39..15c6334c5b 100644 --- a/src/ec/smsc/mec1308/Kconfig +++ b/src/ec/smsc/mec1308/Kconfig @@ -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.