soc: renesas: Fix linker error from multiple IRQ17

Fix linker error caused by the smartbond timer driver
being enabled at the same time as the smartbond timer counter
driver. For some reason putting SMARTBOND_TIMER=n in a conf
file does not fix this, this change has to be made to the
Kconfig.defconfig to not add this default y case in order
to fix the error. At least that is all I could figure out,
and not sure why the .conf doesn't override it.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-06-03 19:53:00 -05:00 committed by David Leach
parent e4cf90faa3
commit e8a71d9d83
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
if SOC_SERIES_DA1469X
config SMARTBOND_TIMER
default y if PM
default y if PM && !$(dt_nodelabel_enabled,timer2)
config CORTEX_M_SYSTICK
default n if SMARTBOND_TIMER