Message ID | 5386E68F.7060402@bp.renesas.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a0b2b7f..9636f6e 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -42,6 +42,8 @@ config ARCH_R8A7791 bool "R-Car M2 (R8A77910)" select RENESAS_IRQC select SYS_SUPPORTS_SH_CMT + select ARCH_HAS_CPUFREQ + select ARCH_HAS_OPP comment "Renesas ARM SoCs Board Type"
Mark r8a7791 platform as CPUFreq capable on multiplatform build only. Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com> --- arch/arm/mach-shmobile/Kconfig | 2 ++ 1 file changed, 2 insertions(+)