zephyr/drivers/i2s
Henrik Brix Andersen c41dd36de2 drivers: kconfig: unify menuconfig title strings
Unify the drivers/*/Kconfig menuconfig title strings to the format
"<class> [(acronym)] [bus] drivers".

Including both the full name of the driver class and an acronym makes
menuconfig more user friendly as some of the acronyms are less well-known
than others. It also improves Kconfig search, both via menuconfig and via
the generated Kconfig documentation.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-03-28 15:06:06 +02:00
..
CMakeLists.txt
i2s_common.c
i2s_handlers.c
i2s_litex.c include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
i2s_litex.h include: add missing zephyr/kernel.h 2022-10-20 22:52:09 +09:00
i2s_ll_stm32.c Drivers: I2S: STM32: Mishandling of Master Clock output (MCK) 2023-03-22 10:06:11 +01:00
i2s_ll_stm32.h Drivers: I2S: STM32: Mishandling of Master Clock output (MCK) 2023-03-22 10:06:11 +01:00
i2s_mcux_flexcomm.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
i2s_mcux_sai.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
i2s_mcux_sai.h
i2s_nrfx.c soc: arm: nordic_nrf: replace NRF_DT_CHECK_PIN_ASSIGNMENTS 2023-02-28 08:42:05 -08:00
i2s_sam_ssc.c drivers: ssc: sam: Update to use clock control 2023-03-21 14:12:25 -07:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.nrfx
Kconfig.sam_ssc
Kconfig.stm32