zephyr/drivers/i2s
Andrzej Głąbek 586e26e8fc soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options
Instead of selecting appropriate HAS_HW_NRF_* options for particular
nRF SoCs (and simulated nRF52 target), set their values basing on
information from devicetree.
Correct also semantics of those options so that they are set only when
a corresponding DT node is enabled. This allows using them directly in
Kconfig dependencies of Zephyr drivers for nRF peripherals. Update
appropriately these dependencies.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-04-02 15:14:38 +02:00
..
CMakeLists.txt driver: i2s: add i2s driver for mcux 2021-12-02 10:50:21 +01:00
i2s_cavs.c drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
i2s_cavs.h
i2s_common.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_handlers.c drivers: i2s: Add missing const qualifiers 2021-05-03 19:57:49 -04:00
i2s_litex.c everywhere: fix typos 2022-03-14 20:22:24 -04:00
i2s_litex.h
i2s_ll_stm32.c drivers: i2s: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01: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: constify all device instances 2022-03-16 12:33:12 +01:00
i2s_mcux_sai.c drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
i2s_mcux_sai.h driver: i2s: add i2s driver for mcux 2021-12-02 10:50:21 +01:00
i2s_nrfx.c soc_nrf_common: Extend and rename the NRF_DT_ENSURE_PINS_ASSIGNED macro 2022-03-18 16:26:21 +01:00
i2s_sam_ssc.c drivers: i2s: Update sam ssc driver to use pinctrl 2022-03-24 15:45:37 -07:00
Kconfig drivers: i2s: Refactor drivers to use shared init priority 2022-03-14 10:37:28 -04:00
Kconfig.cavs
Kconfig.litex
Kconfig.mcux everywhere: fix typos 2022-03-14 20:22:24 -04:00
Kconfig.mcux_flexcomm drivers: i2s: Update MCUX Kconfig 2021-09-01 14:39:03 -04:00
Kconfig.nrfx soc: nrf: Use data from DTS to populate HAS_HW_NRF_* Kconfig options 2022-04-02 15:14:38 +02:00
Kconfig.sam_ssc
Kconfig.stm32 kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00