# Allow randomisation to consume up to 512MB of address space (2^29).
        default 11 if PPC_256K_PAGES    # 11 = 29 (512MB) - 18 (256K)
        default 13 if PPC_64K_PAGES     # 13 = 29 (512MB) - 16 (64K)
-       default 15 if PPC_16K_PAGES     # 15 = 29 (512MB) - 14 (16K)
+       default 15 if PPC_16K_PAGES     # 15 = 29 (512MB) - 14 (16K)
        default 17                      # 17 = 29 (512MB) - 12 (4K)
 
 config ARCH_MMAP_RND_COMPAT_BITS_MIN
        #
 
 config PPC_BARRIER_NOSPEC
-    bool
-    default y
-    depends on PPC_BOOK3S_64 || PPC_FSL_BOOK3E
+       bool
+       default y
+       depends on PPC_BOOK3S_64 || PPC_FSL_BOOK3E
 
 config EARLY_PRINTK
        bool
 config MATH_EMULATION
        bool "Math emulation"
        depends on 4xx || PPC_8xx || PPC_MPC832x || BOOKE
-       ---help---
+       help
          Some PowerPC chips designed for embedded applications do not have
          a floating-point unit and therefore do not implement the
          floating-point instructions in the PowerPC instruction set.  If you
 
 config MATH_EMULATION_FULL
        bool "Emulate all the floating point instructions"
-       ---help---
+       help
          Select this option will enable the kernel to support to emulate
          all the floating point instructions. If your SoC doesn't have
          a FPU, you should select this.
 
 config MATH_EMULATION_HW_UNIMPLEMENTED
        bool "Just emulate the FPU unimplemented instructions"
-       ---help---
+       help
          Select this if you know there does have a hardware FPU on your
          SoC, but some floating point instructions are not implemented by that.
 
 endchoice
 
 config PPC_TRANSACTIONAL_MEM
-       bool "Transactional Memory support for POWERPC"
-       depends on PPC_BOOK3S_64
-       depends on SMP
-       select ALTIVEC
-       select VSX
-       ---help---
-         Support user-mode Transactional Memory on POWERPC.
+       bool "Transactional Memory support for POWERPC"
+       depends on PPC_BOOK3S_64
+       depends on SMP
+       select ALTIVEC
+       select VSX
+       help
+         Support user-mode Transactional Memory on POWERPC.
 
 config LD_HEAD_STUB_CATCH
        bool "Reserve 256 bytes to cope with linker stubs in HEAD text" if EXPERT
        bool "Support for enabling/disabling CPUs"
        depends on SMP && (PPC_PSERIES || \
        PPC_PMAC || PPC_POWERNV || FSL_SOC_BOOKE)
-       ---help---
+       help
          Say Y here to be able to disable and re-enable individual
          CPUs at runtime on SMP machines.
 
        bool "PowerPC denormalisation exception handling"
        depends on PPC_BOOK3S_64
        default "y" if PPC_POWERNV
-       ---help---
+       help
          Add support for handling denormalisation of single precision
          values.  Useful for bare metal only.  If unsure say Y here.
 
        bool
 
 config FSL_PCI
-       bool
+       bool
        select ARCH_HAS_DMA_SET_MASK
        select PPC_INDIRECT_PCI
        select PCI_QUIRKS
        bool "Freescale Embedded SRIO Controller support"
        depends on RAPIDIO = y && HAVE_RAPIDIO
        default "n"
-       ---help---
+       help
          Include support for RapidIO controller on Freescale embedded
          processors (MPC8548, MPC8641, etc).
 
        select NONSTATIC_KERNEL
        help
          This option enables the kernel to be loaded at any page aligned
-         physical address. The kernel creates a mapping from KERNELBASE to 
+         physical address. The kernel creates a mapping from KERNELBASE to
          the address where the kernel is loaded. The page size here implies
          the TLB page size of the mapping for kernel on the particular platform.
          Please refer to the init code for finding the TLB page size.
 
          DYNAMIC_MEMSTART is an easy way of implementing pseudo-RELOCATABLE
          kernel image, where the only restriction is the page aligned kernel
-         load address. When this option is enabled, the compile time physical 
+         load address. When this option is enabled, the compile time physical
          address CONFIG_PHYSICAL_START is ignored.
 
          This option is overridden by CONFIG_RELOCATABLE
 
        bool "LPAR Configuration Data"
        depends on PPC_PSERIES
        help
-       Provide system capacity information via human readable
-       <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
+         Provide system capacity information via human readable
+         <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
 
 config PPC_PSERIES_DEBUG
        depends on PPC_PSERIES && PPC_EARLY_DEBUG
        bool "Enable extra debug logging in platforms/pseries"
-        help
+       default y
+       help
          Say Y here if you want the pseries core to produce a bunch of
          debug messages to the system log. Select this if you are having a
          problem with the pseries core and want to see more of what is
          going on. This does not enable debugging in lpar.c, which must
          be manually done due to its verbosity.
-       default y
 
 config PPC_SMLPAR
        bool "Support for shared-memory logical partitions"
          balance memory across many LPARs.
 
 config HV_PERF_CTRS
-       bool "Hypervisor supplied PMU events (24x7 & GPCI)"
-       default y
-       depends on PERF_EVENTS && PPC_PSERIES
-       help
+       bool "Hypervisor supplied PMU events (24x7 & GPCI)"
+       default y
+       depends on PERF_EVENTS && PPC_PSERIES
+       help
          Enable access to hypervisor supplied counters in perf. Currently,
          this enables code that uses the hcall GetPerfCounterInfo and 24x7
          interfaces to retrieve counters. GPCI exists on Power 6 and later
          systems. 24x7 is available on Power 8 and later systems.
 
-          If unsure, select Y.
+         If unsure, select Y.
 
 config IBMVIO
        depends on PPC_PSERIES