On 6/23/22 10:37, Ovidiu Panait wrote:
CAUTION: This message has originated from an External Source. Please use proper
judgment and caution when opening attachments, clicking links, or responding to
this email.
Hi Michal,
On 6/8/22 13:38, Michal Simek wrote:
[...]
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 7b8ab56ed323..44d1a81bad3d 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -272,4 +272,12 @@ config IMX_GPT_TIMER
Select this to enable support for the timer found on
NXP i.MX devices.
+config XILINX_TIMER
+ bool "Xilinx timer support"
+ depends on TIMER
+ select REGMAP
Tested-by: Ovidiu Panait <ovidiu.pan...@windriver.com>
I think the SPL select should also be added:
select SPL_REGMAP if SPL
No problem with it. Patch sent.
Thanks,
Michal