aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-01-28 18:22:25 -0800
committerMichael Ellerman <mpe@ellerman.id.au>2020-01-30 13:20:50 +1100
commit76be4414be4a0d17e29e2337167bf976533149cd (patch)
tree349a08d5142fa17bf588de182d17874e8aa8ce90 /arch
parentpowerpc: Provide initial documentation for PAPR hcalls (diff)
downloadlinux-dev-76be4414be4a0d17e29e2337167bf976533149cd.tar.xz
linux-dev-76be4414be4a0d17e29e2337167bf976533149cd.zip
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')
-rw-r--r--arch/powerpc/Kconfig2
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.