Skip to content

Commit b7ac15c

Browse files
[nrf fromlist] modules: hal_nordic: add support for TDM
Add HAL glue Kconfig options for TDM130 and TDM131. Upstream PR #: 82144 Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent bc3e8f7 commit b7ac15c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/hal_nordic/nrfx/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,19 @@ config NRFX_TBM
693693
bool "TBM driver"
694694
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TBM))
695695

696+
config NRFX_TDM
697+
bool
698+
699+
config NRFX_TDM130
700+
bool "TDM130 driver instance"
701+
depends on $(dt_nodelabel_has_compat,tdm130,$(DT_COMPAT_NORDIC_NRF_TDM))
702+
select NRFX_TDM
703+
704+
config NRFX_TDM131
705+
bool "TDM131 driver instance"
706+
depends on $(dt_nodelabel_has_compat,tdm131,$(DT_COMPAT_NORDIC_NRF_TDM))
707+
select NRFX_TDM
708+
696709
config NRFX_TEMP
697710
bool "TEMP driver"
698711
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TEMP))

0 commit comments

Comments
 (0)