zephyr/drivers/led_strip
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 drivers: led_strip: add WS2812 I2S-based driver 2023-02-24 10:12:47 -08:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.apa102
Kconfig.lpd880x
Kconfig.tlc5971
Kconfig.ws2812 drivers: led_strip: add WS2812 I2S-based driver 2023-02-24 10:12:47 -08:00
apa102.c
lpd880x.c
tlc5971.c
ws2812_gpio.c
ws2812_i2s.c drivers: led_strip: add WS2812 I2S-based driver 2023-02-24 10:12:47 -08:00
ws2812_spi.c