File tree Expand file tree Collapse file tree 3 files changed +0
-1131
lines changed Expand file tree Collapse file tree 3 files changed +0
-1131
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,24 +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 PINCTRL
32- help
33- Enable support for nrfx TDM driver for nRF MCU series.
34-
35- if TDM_NRFX
36-
37- config TDM_NRFX_RX_BLOCK_COUNT
38- int "RX queue length"
39- default 4
40-
41- config TDM_NRFX_TX_BLOCK_COUNT
42- int "TX queue length"
43- default 4
44-
45- endif # TDM_NRFX
You can’t perform that action at this time.
0 commit comments