zephyr/drivers/display
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: display: introduce driver for NXP DCNANO LCDIF peripheral 2023-03-04 09:19:26 +01:00
display_dummy.c include: add missing errno.h include 2022-10-11 18:05:17 +02:00
display_ili9xxx.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
display_ili9xxx.h
display_ili9340.c
display_ili9340.h
display_ili9341.c
display_ili9341.h drivers: display: ili9341: add 4th parameter in DISCTRL command 2023-01-27 19:24:13 +09:00
display_ili9488.c
display_ili9488.h
display_intel_multibootfb.c include: add missing errno.h include 2022-10-11 18:05:17 +02:00
display_max7219.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
display_mcux_dcnano_lcdif.c drivers: display: introduce driver for NXP DCNANO LCDIF peripheral 2023-03-04 09:19:26 +01:00
display_mcux_elcdif.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display_nrf_led_matrix.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display_rm68200.c drivers: display: rm68200: add missing kernel.h include 2022-10-24 12:44:57 +02:00
display_sdl.c
display_st7735r.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
display_st7735r.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
display_st7789v.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
display_st7789v.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
display_stm32_ltdc.c drivers: display: check if clock device is ready before accessing 2022-08-09 17:16:16 +02:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.dummy
Kconfig.ili9xxx
Kconfig.intel_multibootfb drivers: display: intel_multibootfb: convert to DT 2022-09-02 14:16:08 +02:00
Kconfig.ls0xx
Kconfig.max7219
Kconfig.mcux_dcnano_lcdif drivers: display: introduce driver for NXP DCNANO LCDIF peripheral 2023-03-04 09:19:26 +01:00
Kconfig.mcux_elcdif
Kconfig.microbit
Kconfig.nrf_led_matrix
Kconfig.rm68200
Kconfig.sdl
Kconfig.ssd16xx
Kconfig.ssd1306
Kconfig.st7735r
Kconfig.st7789v
Kconfig.stm32_ltdc
Kconfig.uc81xx
ls0xx.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
mb_display.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
mb_font.c
mb_font.h
ssd16xx_regs.h drivers: ssd16xx: Make SSD1673 registers optional 2022-08-16 11:32:26 +02:00
ssd16xx.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
ssd1306_regs.h
ssd1306.c drivers: display ssd1306: Remove referencing to cfb.h 2023-02-20 16:29:25 +01:00
uc81xx_regs.h drivers: uc81xx: Add support for overriding LUTs 2022-09-02 11:21:08 +02:00
uc81xx.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00