File tree Expand file tree Collapse file tree 3 files changed +0
-1139
lines changed Expand file tree Collapse file tree 3 files changed +0
-1139
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ zephyr_library_sources_ifdef(CONFIG_I2S_STM32 i2s_ll_stm32.c)
1111zephyr_library_sources_ifdef(CONFIG_I2S_LITEX i2s_litex.c)
1212zephyr_library_sources_ifdef(CONFIG_I2S_MCUX_FLEXCOMM i2s_mcux_flexcomm.c)
1313zephyr_library_sources_ifdef(CONFIG_I2S_NRFX i2s_nrfx.c)
14- zephyr_library_sources_ifdef(CONFIG_TDM_NRFX i2s_nrfx_tdm.c)
1514zephyr_library_sources_ifdef(CONFIG_I2S_MCUX_SAI i2s_mcux_sai.c)
1615zephyr_library_sources_ifdef(CONFIG_I2S_ESP32 i2s_esp32.c)
1716zephyr_library_sources_ifdef(CONFIG_I2S_TEST i2s_test.c)
Original file line number Diff line number Diff line change @@ -22,25 +22,3 @@ config I2S_NRFX_TX_BLOCK_COUNT
2222 default 4
2323
2424endif # I2S_NRFX
25-
26- menuconfig TDM_NRFX
27- bool "nRF TDM nrfx driver"
28- default y
29- depends on DT_HAS_NORDIC_NRF_TDM_ENABLED
30- select NRFX_TDM130 if HAS_HW_NRF_TDM130
31- select CLOCK_CONTROL
32- select PINCTRL
33- help
34- Enable support for nrfx TDM driver for nRF MCU series.
35-
36- if TDM_NRFX
37-
38- config TDM_NRFX_RX_BLOCK_COUNT
39- int "RX queue length"
40- default 4
41-
42- config TDM_NRFX_TX_BLOCK_COUNT
43- int "TX queue length"
44- default 4
45-
46- endif # TDM_NRFX
You can’t perform that action at this time.
0 commit comments