zephyr/drivers/i2s
Erwan Gouriou d13f9d9b9b drivers: stm32: Select PINCTRL when required
Select PINCTRL subsystem by drivers which require it.
Prevent the need from enabling this symbol at board or soc level.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-03 14:40:55 +01:00
..
CMakeLists.txt drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
i2s_common.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
i2s_esp32.c drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
i2s_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i2s_litex.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
i2s_litex.h include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
i2s_ll_stm32.c drivers: i2s: i2s_ll_stm32: Handle single clock source 2024-08-29 16:11:30 -04:00
i2s_ll_stm32.h drivers: i2s : correct TRIGGER_DRAIN and TRIGGER_STOP commands 2024-05-28 12:51:00 +02:00
i2s_mcux_flexcomm.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
i2s_mcux_sai.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
i2s_mcux_sai.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
i2s_nrfx.c drivers: i2s_nrfx: Fix division by 0 in divider calculation 2024-06-25 12:19:20 -04:00
i2s_sam_ssc.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.esp32 drivers: i2s: esp32s3/esp32c3 2024-08-29 18:06:23 +02:00
Kconfig.litex drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.mcux drivers: all: mcux: remove conditional support for pinctrl 2023-04-24 13:34:22 +02:00
Kconfig.mcux_flexcomm drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.nrfx drivers: i2s: i2s_nrfx: Add support for new instance 2023-11-20 09:24:05 +01:00
Kconfig.sam_ssc drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00