@@ -229,9 +229,9 @@ config ARCH_SHMOBILE
select PM
config CPU_HAS_PMU
- depends on CPU_SH4 || CPU_SH4A
- default y
- bool
+ depends on CPU_SH4 || CPU_SH4A
+ default y
+ bool
if SUPERH32
@@ -231,7 +231,7 @@ config SH_MIGOR
select REGULATOR_FIXED_VOLTAGE if REGULATOR
help
Select Migo-R if configuring for the SH7722 Migo-R platform
- by Renesas System Solutions Asia Pte. Ltd.
+ by Renesas System Solutions Asia Pte. Ltd.
config SH_AP325RXA
bool "AP-325RXA"
@@ -2,7 +2,7 @@
menu "Memory management options"
config MMU
- bool "Support for memory management hardware"
+ bool "Support for memory management hardware"
depends on !CPU_SH2
default y
help
@@ -151,8 +151,8 @@ config ARCH_MEMORY_PROBE
depends on MEMORY_HOTPLUG
config IOREMAP_FIXED
- def_bool y
- depends on X2TLB || SUPERH64
+ def_bool y
+ depends on X2TLB || SUPERH64
config UNCACHED_MAPPING
bool
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> --- Changes since v1: 1. Fix also 7-space and tab+1 space indentation issues. --- arch/sh/Kconfig | 6 +++--- arch/sh/boards/Kconfig | 2 +- arch/sh/mm/Kconfig | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)