Skip to content

Commit 7f8e5ee

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 fd2500d commit 7f8e5ee

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
@@ -694,6 +694,19 @@ config NRFX_TBM
694694
bool "TBM driver"
695695
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TBM))
696696

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

0 commit comments

Comments
 (0)