commit | 8d2bea4ea732c11e5e833e74652725d93a3c2466 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Thu Jun 23 13:08:30 2022 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Mon Jun 27 09:03:54 2022 +0200 |
tree | c98c486d139bbd7310e2f2b33bb4b4315a1d7be5 | |
parent | 24ebb1856d74c757c53d72670207b157785fca68 [diff] [blame] |
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 <ovidiu.panait@windriver.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/8f6c187e04cb3127bf5148ae2dbbdf55b25ea544.1655982509.git.michal.simek@amd.com
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 @@ 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).