diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-07-03 19:04:13 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-04 09:55:10 +0300 |
commit | 4f44e8aeaf1937d9148dfcc4c028cd8aff27902e (patch) | |
tree | e9b0726df5e89947d2341348d30f3fb8ad713e15 /arch/powerpc/platforms/86xx/Kconfig | |
parent | 6d3ca7e73642ce17398f4cd5df1780da4a1ccdaf (diff) | |
download | linux-4f44e8aeaf1937d9148dfcc4c028cd8aff27902e.tar.xz |
powerpc/Kconfig: Clean up formatting
Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.
Also convert "---help---" as requested.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/86xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 0a610114bc38..07a9d60c618a 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig @@ -62,9 +62,9 @@ config GEF_SBC610 This option enables support for the GE SBC610. config MVME7100 - bool "Artesyn MVME7100" - help - This option enables support for the Emerson/Artesyn MVME7100 board. + bool "Artesyn MVME7100" + help + This option enables support for the Emerson/Artesyn MVME7100 board. endif |