diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-11-28 11:27:29 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-10 03:24:49 -0500 |
commit | 0d9fd6165a01093ac82c1088d0544a304f72b4d6 (patch) | |
tree | 880126d191244baf190b4dde520938ec5f34c087 /arch/arm/mach-shmobile/Kconfig | |
parent | 3a8067f77fcef7771fb12f14bef847e0b6201e0b (diff) |
ARM: Kconfig: Mention Renesas ARM SoCs instead of SH-Mobile
Only the SH-Mobile product name is mentioned in the Kconfig descriptions
and help texts. This makes it difficult for external engineers working
on other Renesas platforms to find upstream platform support as the
combination of the SH-Mobile name and using the product number proved an
effective method of concealment.
Replace the "SH-Mobile" name with "Renesas ARM SoCs" in all the related
descriptions, help texts and comments.
Reported-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
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 | ||
4 | config ARCH_SHMOBILE_MULTI | 4 | config 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 | ||
20 | if ARCH_SHMOBILE_MULTI | 20 | if ARCH_SHMOBILE_MULTI |
21 | 21 | ||
22 | comment "SH-Mobile System Type" | 22 | comment "Renesas ARM SoCs System Type" |
23 | 23 | ||
24 | config ARCH_EMEV2 | 24 | config 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 | ||
34 | comment "SH-Mobile Board Type" | 34 | comment "Renesas ARM SoCs Board Type" |
35 | 35 | ||
36 | config MACH_GENMAI | 36 | config 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 | ||
49 | comment "SH-Mobile System Configuration" | 49 | comment "Renesas ARM SoCs System Configuration" |
50 | endif | 50 | endif |
51 | 51 | ||
52 | if ARCH_SHMOBILE_LEGACY | 52 | if ARCH_SHMOBILE_LEGACY |
53 | 53 | ||
54 | comment "SH-Mobile System Type" | 54 | comment "Renesas ARM SoCs System Type" |
55 | 55 | ||
56 | config ARCH_SH7372 | 56 | config 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 | ||
140 | comment "SH-Mobile Board Type" | 140 | comment "Renesas ARM SoCs Board Type" |
141 | 141 | ||
142 | config MACH_APE6EVM | 142 | config 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 | ||
304 | comment "SH-Mobile System Configuration" | 304 | comment "Renesas ARM SoCs System Configuration" |
305 | 305 | ||
306 | config CPU_HAS_INTEVT | 306 | config 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 | ||
333 | config SH_TIMER_CMT | 333 | config SH_TIMER_CMT |