diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-01-29 05:22:25 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-01-30 05:20:50 +0300 |
commit | 76be4414be4a0d17e29e2337167bf976533149cd (patch) | |
tree | 349a08d5142fa17bf588de182d17874e8aa8ce90 /arch/powerpc/Kconfig | |
parent | 58b278f568f0509497e2df7310bfd719156a60d1 (diff) | |
download | linux-76be4414be4a0d17e29e2337167bf976533149cd.tar.xz |
powerpc: indent to improve Kconfig readability
Indent a Kconfig continuation line to improve readability.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ff8729c1-3a4b-c720-48ba-a1a42b0ef892@infradead.org
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 62752c3bfabf..4e1a6e2f99e0 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -483,7 +483,7 @@ config MPROFILE_KERNEL config HOTPLUG_CPU bool "Support for enabling/disabling CPUs" depends on SMP && (PPC_PSERIES || \ - PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE) + PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE) help Say Y here to be able to disable and re-enable individual CPUs at runtime on SMP machines. |