arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms
ARCH_MXC platforms needs system counter as broadcast timer to support cpuidle, enable it by default. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
5f9e832c13
commit
1991529f0f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue