2019-07-10 06:42:07

by Anson Huang

[permalink] [raw]
Subject: [PATCH V5 2/5] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms

From: Anson Huang <[email protected]>

ARCH_MXC platforms needs system counter as broadcast timer
to support cpuidle, enable it by default.

Signed-off-by: Anson Huang <[email protected]>
---
New patch, now that system counter driver lands in main line, we can enable it by default.
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4778c77..f5e623f 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -173,6 +173,7 @@ config ARCH_MXC
select PM
select PM_GENERIC_DOMAINS
select SOC_BUS
+ select TIMER_IMX_SYS_CTR
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.
--
2.7.4


2019-07-22 04:02:52

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH V5 2/5] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms

On Wed, Jul 10, 2019 at 02:30:53PM +0800, [email protected] wrote:
> From: Anson Huang <[email protected]>
>
> ARCH_MXC platforms needs system counter as broadcast timer
> to support cpuidle, enable it by default.
>
> Signed-off-by: Anson Huang <[email protected]>

This one is identical to what I just picked up from v4 series, right?

Shawn