From 728a86edb63a647e6faf211c0dbc7bd0e4ff7ac6 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 23 Jun 2022 13:08:30 +0200 Subject: timer: Add SPL_REGMAP dependency for Xilinx timer Add SPL_REGMAP dependency when SPL is enabled. This can avoid compilation issues if timer is selected but SPL_REGMAP not. Reported-by: Ovidiu Panait Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/8f6c187e04cb3127bf5148ae2dbbdf55b25ea544.1655982509.git.michal.simek@amd.com --- drivers/timer/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/timer') diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 44d1a81..6115637 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -276,6 +276,7 @@ config XILINX_TIMER bool "Xilinx timer support" depends on TIMER select REGMAP + select SPL_REGMAP if SPL help Select this to enable support for the timer found on any Xilinx boards (axi timer). -- cgit v1.1