diff options
author | Martin Roth <martinroth@google.com> | 2017-05-23 16:24:56 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-07 22:01:34 +0200 |
commit | f482396625628bfadebfacf7cef9a951eaf50aab (patch) | |
tree | e8136d8f1ec29bef92d4e37479e40dc819396620 /src/ec/quanta | |
parent | d2bbaffe405dae3c9c4138534ae4ebdecc48f3ea (diff) |
Kconfig: Indent help text
These Kconfig files had help text that was not indented further than
the 'help' keyword.
Change-Id: Ia9fdb22c0f5f0cec0c9d08aa6603b4ce8d60d9a3
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/19850
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/ec/quanta')
-rw-r--r-- | src/ec/quanta/ene_kb3940q/Kconfig | 2 | ||||
-rw-r--r-- | src/ec/quanta/it8518/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
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. |