arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms
authorAnson Huang <Anson.Huang@nxp.com>
Fri, 21 Jun 2019 07:07:17 +0000 (15:07 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Jul 2019 01:52:15 +0000 (09:52 +0800)
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>
arch/arm64/Kconfig.platforms

index 4778c77..f5e623f 100644 (file)
@@ -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.