We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2500d commit 7f8e5eeCopy full SHA for 7f8e5ee
modules/hal_nordic/nrfx/Kconfig
@@ -694,6 +694,19 @@ config NRFX_TBM
694
bool "TBM driver"
695
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TBM))
696
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
709
710
config NRFX_TEMP
711
bool "TEMP driver"
712
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_TEMP))
0 commit comments