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
This commit is contained in:
parent
f2bb86937d
commit
5f017a56aa
|
@ -122,8 +122,8 @@ config XMON_DEFAULT_RO_MODE
|
||||||
depends on XMON
|
depends on XMON
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
|
Operate xmon in read-only mode. The cmdline options 'xmon=rw' and
|
||||||
'xmon=ro' override this default.
|
'xmon=ro' override this default.
|
||||||
|
|
||||||
config DEBUGGER
|
config DEBUGGER
|
||||||
bool
|
bool
|
||||||
|
@ -222,7 +222,7 @@ config PPC_EARLY_DEBUG_44x
|
||||||
help
|
help
|
||||||
Select this to enable early debugging for IBM 44x chips via the
|
Select this to enable early debugging for IBM 44x chips via the
|
||||||
inbuilt serial port. If you enable this, ensure you set
|
inbuilt serial port. If you enable this, ensure you set
|
||||||
PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
|
PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
|
||||||
|
|
||||||
config PPC_EARLY_DEBUG_40x
|
config PPC_EARLY_DEBUG_40x
|
||||||
bool "Early serial debugging for IBM/AMCC 40x CPUs"
|
bool "Early serial debugging for IBM/AMCC 40x CPUs"
|
||||||
|
@ -325,7 +325,7 @@ config PPC_EARLY_DEBUG_44x_PHYSLOW
|
||||||
default "0x40000200"
|
default "0x40000200"
|
||||||
help
|
help
|
||||||
You probably want 0x40000200 for ebony boards and
|
You probably want 0x40000200 for ebony boards and
|
||||||
0x40000300 for taishan
|
0x40000300 for taishan
|
||||||
|
|
||||||
config PPC_EARLY_DEBUG_44x_PHYSHIGH
|
config PPC_EARLY_DEBUG_44x_PHYSHIGH
|
||||||
hex "EPRN of early debug UART physical address"
|
hex "EPRN of early debug UART physical address"
|
||||||
|
@ -359,9 +359,9 @@ config FAIL_IOMMU
|
||||||
If you are unsure, say N.
|
If you are unsure, say N.
|
||||||
|
|
||||||
config PPC_PTDUMP
|
config PPC_PTDUMP
|
||||||
bool "Export kernel pagetable layout to userspace via debugfs"
|
bool "Export kernel pagetable layout to userspace via debugfs"
|
||||||
depends on DEBUG_KERNEL && DEBUG_FS
|
depends on DEBUG_KERNEL && DEBUG_FS
|
||||||
help
|
help
|
||||||
This option exports the state of the kernel pagetables to a
|
This option exports the state of the kernel pagetables to a
|
||||||
debugfs file. This is only useful for kernel developers who are
|
debugfs file. This is only useful for kernel developers who are
|
||||||
working in architecture specific areas of the kernel - probably
|
working in architecture specific areas of the kernel - probably
|
||||||
|
@ -390,8 +390,8 @@ config PPC_DEBUG_WX
|
||||||
|
|
||||||
config PPC_FAST_ENDIAN_SWITCH
|
config PPC_FAST_ENDIAN_SWITCH
|
||||||
bool "Deprecated fast endian-switch syscall"
|
bool "Deprecated fast endian-switch syscall"
|
||||||
depends on DEBUG_KERNEL && PPC_BOOK3S_64
|
depends on DEBUG_KERNEL && PPC_BOOK3S_64
|
||||||
help
|
help
|
||||||
If you're unsure what this is, say N.
|
If you're unsure what this is, say N.
|
||||||
|
|
||||||
config KASAN_SHADOW_OFFSET
|
config KASAN_SHADOW_OFFSET
|
||||||
|
|
|
@ -415,13 +415,13 @@ config PPC_MM_SLICES
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config PPC_HAVE_PMU_SUPPORT
|
config PPC_HAVE_PMU_SUPPORT
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config PPC_PERF_CTRS
|
config PPC_PERF_CTRS
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT
|
depends on PERF_EVENTS && PPC_HAVE_PMU_SUPPORT
|
||||||
help
|
help
|
||||||
This enables the powerpc-specific perf_event back-end.
|
This enables the powerpc-specific perf_event back-end.
|
||||||
|
|
||||||
config FORCE_SMP
|
config FORCE_SMP
|
||||||
# Allow platforms to force SMP=y by selecting this
|
# Allow platforms to force SMP=y by selecting this
|
||||||
|
|
Loading…
Reference in New Issue