zephyr/drivers/i2s
Kumar Gala 324ee290f8 drivers: i2s: Update drivers to use devicetree Kconfig symbol
Update I2S drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol
to expose the driver and enable it by default based on devicetree.

We remove 'depend on' Kconfig for symbols that would be implied by
the devicetree node existing.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-25 15:03:11 -05:00
..
CMakeLists.txt i2s: remove s1000 i2s driver 2022-06-13 16:19:51 -04:00
i2s_common.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
i2s_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
i2s_litex.c drivers: i2s: i2s_litex: Calculate offsets from DT 2022-05-27 15:27:11 -07:00
i2s_litex.h drivers: i2s: i2s_litex: Calculate offsets from DT 2022-05-27 15:27:11 -07:00
i2s_ll_stm32.c drivers: i2s: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
i2s_ll_stm32.h drivers: i2s: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
i2s_mcux_flexcomm.c drivers: i2s: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
i2s_mcux_sai.c drivers: i2s: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
i2s_mcux_sai.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
i2s_nrfx.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
i2s_sam_ssc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
Kconfig drivers: i2s: Refactor drivers to use shared init priority 2022-03-14 10:37:28 -04:00
Kconfig.litex drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.mcux drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05: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: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.sam_ssc drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00
Kconfig.stm32 drivers: i2s: Update drivers to use devicetree Kconfig symbol 2022-08-25 15:03:11 -05:00