Skip to content
Snippets Groups Projects
Commit 249990e5 authored by Jindong Yue's avatar Jindong Yue Committed by Ondrej Lutera
Browse files

MA-19811-16 arm64: Do not select CLKSRC_IMX_TPM by ARCH_MXC


Give a chance to build CLKSRC_IMX_TPM as module.

Fixes: f4775509 ("LF-4481-03 arm64: mxc: select the tpm timer by default")
Signed-off-by: default avatarJindong Yue <jindong.yue@nxp.com>
Change-Id: I9c2cb1915f6f802cc920a09df114c8be6c4bd401
parent 0550af13
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,6 @@ config ARCH_MXC
select PM
select PM_GENERIC_DOMAINS
select SOC_BUS
select CLKSRC_IMX_TPM
help
This enables support for the ARMv8 based SoCs in the
NXP i.MX family.
......
......@@ -621,6 +621,7 @@ config CLKSRC_IMX_GPT
config CLKSRC_IMX_TPM
bool "Clocksource using i.MX TPM" if COMPILE_TEST
default ARCH_MXC
depends on (ARM || ARM64) && CLKDEV_LOOKUP
select CLKSRC_MMIO
select TIMER_OF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment