Skip to content

Commit 5c1fbf9

Browse files
adamkondraciukrlubos
authored andcommitted
Revert "[nrf fromlist] drivers: i2s: Add support for nRF TDM peripherals"
This reverts commit f07fb31. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 785502f commit 5c1fbf9

File tree

3 files changed

+0
-1139
lines changed

3 files changed

+0
-1139
lines changed

drivers/i2s/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ zephyr_library_sources_ifdef(CONFIG_I2S_STM32 i2s_ll_stm32.c)
1111
zephyr_library_sources_ifdef(CONFIG_I2S_LITEX i2s_litex.c)
1212
zephyr_library_sources_ifdef(CONFIG_I2S_MCUX_FLEXCOMM i2s_mcux_flexcomm.c)
1313
zephyr_library_sources_ifdef(CONFIG_I2S_NRFX i2s_nrfx.c)
14-
zephyr_library_sources_ifdef(CONFIG_TDM_NRFX i2s_nrfx_tdm.c)
1514
zephyr_library_sources_ifdef(CONFIG_I2S_MCUX_SAI i2s_mcux_sai.c)
1615
zephyr_library_sources_ifdef(CONFIG_I2S_ESP32 i2s_esp32.c)
1716
zephyr_library_sources_ifdef(CONFIG_I2S_TEST i2s_test.c)

drivers/i2s/Kconfig.nrfx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,3 @@ config I2S_NRFX_TX_BLOCK_COUNT
2222
default 4
2323

2424
endif # 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

0 commit comments

Comments
 (0)