aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Kconfig
diff options
context:
space:
mode:
authorBenoit Cousson <bcousson@baylibre.com>2014-06-04 23:49:44 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:33:21 -0400
commit6596e97e054647fecb016ecb7e1935aa2b7db954 (patch)
treebae53be952af8489eee3d0cc3240d7e1cb3d48b5 /arch/arm/mach-shmobile/Kconfig
parent7f6234013a835476f1503be2c9287f1fe3497457 (diff)
ARM: shmobile: Mark all SoCs in shmobile as CPUFreq, capable
Mark all SoCs in shmobile as CPUFreq capable on multiplatform build only. Signed-off-by: Benoit Cousson <bcousson@baylibre.com> [gaku.inami.xw@bp.renesas.com: Move the definition of cpufreq capable] Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index dbd954e61aa7..c32fa7ccb68e 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -12,6 +12,8 @@ config ARCH_SHMOBILE_MULTI
12 select NO_IOPORT_MAP 12 select NO_IOPORT_MAP
13 select PINCTRL 13 select PINCTRL
14 select ARCH_REQUIRE_GPIOLIB 14 select ARCH_REQUIRE_GPIOLIB
15 select ARCH_HAS_CPUFREQ
16 select ARCH_HAS_OPP
15 17
16if ARCH_SHMOBILE_MULTI 18if ARCH_SHMOBILE_MULTI
17 19