aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig7
-rw-r--r--arch/arm/mach-shmobile/Kconfig18
2 files changed, 13 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 483d316543ad..341b67dd7deb 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -645,7 +645,7 @@ config ARCH_MSM
645 (clock and power control, etc). 645 (clock and power control, etc).
646 646
647config ARCH_SHMOBILE_LEGACY 647config ARCH_SHMOBILE_LEGACY
648 bool "Renesas SH-Mobile / R-Mobile (non-multiplatform)" 648 bool "Renesas ARM SoCs (non-multiplatform)"
649 select ARCH_SHMOBILE 649 select ARCH_SHMOBILE
650 select ARM_PATCH_PHYS_VIRT 650 select ARM_PATCH_PHYS_VIRT
651 select CLKDEV_LOOKUP 651 select CLKDEV_LOOKUP
@@ -661,8 +661,9 @@ config ARCH_SHMOBILE_LEGACY
661 select PM_GENERIC_DOMAINS if PM 661 select PM_GENERIC_DOMAINS if PM
662 select SPARSE_IRQ 662 select SPARSE_IRQ
663 help 663 help
664 Support for Renesas's SH-Mobile and R-Mobile ARM platforms using 664 Support for Renesas ARM SoC platforms using a non-multiplatform
665 a non-multiplatform kernel. 665 kernel. This includes the SH-Mobile, R-Mobile, EMMA-Mobile, R-Car
666 and RZ families.
666 667
667config ARCH_RPC 668config ARCH_RPC
668 bool "RiscPC" 669 bool "RiscPC"
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index bb0837b8c05c..3e57d457308a 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -2,7 +2,7 @@ config ARCH_SHMOBILE
2 bool 2 bool
3 3
4config ARCH_SHMOBILE_MULTI 4config ARCH_SHMOBILE_MULTI
5 bool "SH-Mobile Series" if ARCH_MULTI_V7 5 bool "Renesas ARM SoCs" if ARCH_MULTI_V7
6 depends on MMU 6 depends on MMU
7 select ARCH_SHMOBILE 7 select ARCH_SHMOBILE
8 select CPU_V7 8 select CPU_V7
@@ -19,7 +19,7 @@ config ARCH_SHMOBILE_MULTI
19 19
20if ARCH_SHMOBILE_MULTI 20if ARCH_SHMOBILE_MULTI
21 21
22comment "SH-Mobile System Type" 22comment "Renesas ARM SoCs System Type"
23 23
24config ARCH_EMEV2 24config ARCH_EMEV2
25 bool "Emma Mobile EV2" 25 bool "Emma Mobile EV2"
@@ -31,7 +31,7 @@ config ARCH_R8A7791
31 bool "R-Car M2 (R8A77910)" 31 bool "R-Car M2 (R8A77910)"
32 select RENESAS_IRQC 32 select RENESAS_IRQC
33 33
34comment "SH-Mobile Board Type" 34comment "Renesas ARM SoCs Board Type"
35 35
36config MACH_GENMAI 36config MACH_GENMAI
37 bool "Genmai board" 37 bool "Genmai board"
@@ -46,12 +46,12 @@ config MACH_KZM9D
46 depends on ARCH_EMEV2 46 depends on ARCH_EMEV2
47 select REGULATOR_FIXED_VOLTAGE if REGULATOR 47 select REGULATOR_FIXED_VOLTAGE if REGULATOR
48 48
49comment "SH-Mobile System Configuration" 49comment "Renesas ARM SoCs System Configuration"
50endif 50endif
51 51
52if ARCH_SHMOBILE_LEGACY 52if ARCH_SHMOBILE_LEGACY
53 53
54comment "SH-Mobile System Type" 54comment "Renesas ARM SoCs System Type"
55 55
56config ARCH_SH7372 56config ARCH_SH7372
57 bool "SH-Mobile AP4 (SH7372)" 57 bool "SH-Mobile AP4 (SH7372)"
@@ -137,7 +137,7 @@ config ARCH_R7S72100
137 select CPU_V7 137 select CPU_V7
138 select SH_CLK_CPG 138 select SH_CLK_CPG
139 139
140comment "SH-Mobile Board Type" 140comment "Renesas ARM SoCs Board Type"
141 141
142config MACH_APE6EVM 142config MACH_APE6EVM
143 bool "APE6EVM board" 143 bool "APE6EVM board"
@@ -301,7 +301,7 @@ config MACH_KZM9G_REFERENCE
301 301
302 This is intended to aid developers 302 This is intended to aid developers
303 303
304comment "SH-Mobile System Configuration" 304comment "Renesas ARM SoCs System Configuration"
305 305
306config CPU_HAS_INTEVT 306config CPU_HAS_INTEVT
307 bool 307 bool
@@ -326,8 +326,8 @@ config SHMOBILE_TIMER_HZ
326 Allows the configuration of the timer frequency. It is customary 326 Allows the configuration of the timer frequency. It is customary
327 to have the timer interrupt run at 1000 Hz or 100 Hz, but in the 327 to have the timer interrupt run at 1000 Hz or 100 Hz, but in the
328 case of low timer frequencies other values may be more suitable. 328 case of low timer frequencies other values may be more suitable.
329 SH-Mobile systems using a 32768 Hz RCLK for clock events may want 329 Renesas ARM SoC systems using a 32768 Hz RCLK for clock events may
330 to select a HZ value such as 128 that can evenly divide RCLK. 330 want to select a HZ value such as 128 that can evenly divide RCLK.
331 A HZ value that does not divide evenly may cause timer drift. 331 A HZ value that does not divide evenly may cause timer drift.
332 332
333config SH_TIMER_CMT 333config SH_TIMER_CMT