diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-07-03 18:04:13 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-04 08:55:10 +0200 |
commit | 4f44e8aeaf1937d9148dfcc4c028cd8aff27902e (patch) | |
tree | e9b0726df5e89947d2341348d30f3fb8ad713e15 /arch/powerpc/platforms/44x | |
parent | powerpc/mm: mark more tlb functions as __always_inline (diff) | |
download | linux-4f44e8aeaf1937d9148dfcc4c028cd8aff27902e.tar.xz linux-4f44e8aeaf1937d9148dfcc4c028cd8aff27902e.zip |
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/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 35be81fd2dc2..b369ed4e3675 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig @@ -40,12 +40,12 @@ config EBONY This option enables support for the IBM PPC440GP evaluation board. config SAM440EP - bool "Sam440ep" + bool "Sam440ep" depends on 44x - select 440EP - select FORCE_PCI - help - This option enables support for the ACube Sam440ep board. + select 440EP + select FORCE_PCI + help + This option enables support for the ACube Sam440ep board. config SEQUOIA bool "Sequoia" |