diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-21 04:21:01 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-11-25 21:45:43 +1100 |
commit | 5f017a56aa5da7f646a858475d57730cd155c9f1 (patch) | |
tree | 031a711cd627d6135a920b13a76ecd2274d46f91 /arch/powerpc/platforms | |
parent | f2bb86937d86ebcb0e52f95b6d19aba1d850e601 (diff) | |
download | linux-5f017a56aa5da7f646a858475d57730cd155c9f1.tar.gz linux-5f017a56aa5da7f646a858475d57730cd155c9f1.tar.bz2 linux-5f017a56aa5da7f646a858475d57730cd155c9f1.zip |
powerpc: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1574306461-7646-1-git-send-email-krzk@kernel.org
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/Kconfig.cputype | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 12543e53fa96..1e352c2eea7a 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -415,13 +415,13 @@ config PPC_MM_SLICES bool config PPC_HAVE_PMU_SUPPORT - bool + bool config PPC_PERF_CTRS - def_bool y - depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT - help - This enables the powerpc-specific perf_event back-end. + def_bool y + depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT + help + This enables the powerpc-specific perf_event back-end. config FORCE_SMP # Allow platforms to force SMP=y by selecting this |