diff options
author | Benoit Cousson <[email protected]> | 2014-06-05 12:49:44 +0900 |
---|---|---|
committer | Simon Horman <[email protected]> | 2014-06-17 19:33:21 +0900 |
commit | 6596e97e054647fecb016ecb7e1935aa2b7db954 (patch) | |
tree | bae53be952af8489eee3d0cc3240d7e1cb3d48b5 | |
parent | 7f6234013a835476f1503be2c9287f1fe3497457 (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 <[email protected]>
[[email protected]: Move the definition of cpufreq capable]
Signed-off-by: Gaku Inami <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 2 |
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 select NO_IOPORT_MAP select PINCTRL select ARCH_REQUIRE_GPIOLIB + select ARCH_HAS_CPUFREQ + select ARCH_HAS_OPP if ARCH_SHMOBILE_MULTI |