Skip to content

Commit ea23a6d

Browse files
[nrf fromlist] soc: nordic_nrf: add support for TDM
Add Kconfig options for TDM130 and TDM131. Upstream PR #: 82144 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent c21cc96 commit ea23a6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/nordic/common/Kconfig.peripherals

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ config HAS_HW_NRF_SWI4
389389
config HAS_HW_NRF_SWI5
390390
def_bool $(dt_nodelabel_enabled_with_compat,swi5,$(DT_COMPAT_NORDIC_NRF_SWI))
391391

392+
config HAS_HW_NRF_TDM130
393+
def_bool $(dt_nodelabel_enabled_with_compat,tdm130,$(DT_COMPAT_NORDIC_NRF_TDM))
394+
395+
config HAS_HW_NRF_TDM131
396+
def_bool $(dt_nodelabel_enabled_with_compat,tdm131,$(DT_COMPAT_NORDIC_NRF_TDM))
397+
392398
config HAS_HW_NRF_TEMP
393399
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TEMP))
394400

0 commit comments

Comments
 (0)