public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] clocksource: Add support for i.MX TPM driver with ARM64
@ 2020-04-10  6:26 Anson Huang
  2020-04-10  6:26 ` [PATCH 2/2] arm64: imx: Select TPM driver by default Anson Huang
  2020-05-28  1:57 ` [PATCH 1/2] clocksource: Add support for i.MX TPM driver with ARM64 Anson Huang
  0 siblings, 2 replies; 4+ messages in thread
From: Anson Huang @ 2020-04-10  6:26 UTC (permalink / raw)
  To: catalin.marinas, will, daniel.lezcano, tglx, linux-arm-kernel,
	linux-kernel
  Cc: Linux-imx

Allows building and compile-testing the i.MX TPM driver for ARM64.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/clocksource/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index f2142e6..e9e7fe1 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -617,7 +617,7 @@ config CLKSRC_IMX_GPT
 
 config CLKSRC_IMX_TPM
 	bool "Clocksource using i.MX TPM" if COMPILE_TEST
-	depends on ARM && CLKDEV_LOOKUP
+	depends on (ARM || ARM64) && CLKDEV_LOOKUP
 	select CLKSRC_MMIO
 	help
 	  Enable this option to use IMX Timer/PWM Module (TPM) timer as
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-28  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10  6:26 [PATCH 1/2] clocksource: Add support for i.MX TPM driver with ARM64 Anson Huang
2020-04-10  6:26 ` [PATCH 2/2] arm64: imx: Select TPM driver by default Anson Huang
2020-04-10 10:45   ` kbuild test robot
2020-05-28  1:57 ` [PATCH 1/2] clocksource: Add support for i.MX TPM driver with ARM64 Anson Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox