mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 05:22:43 +00:00
Bool symbols implicitly default to 'n'. A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you want to override a 'default y' on the base definition of the symbol. It isn't used like that on any of these symbols though. Also replace some config prompt "foo" bool/int with the more common shorthand config bool/int "foo" See the 'Style recommendations and shorthands' section in https://docs.zephyrproject.org/latest/guides/kconfig/index.html. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
display_dummy.c | ||
display_framebuf.c | ||
display_ili9340_adafruit_1480.c | ||
display_ili9340_seeed_tftv2.c | ||
display_ili9340.c | ||
display_ili9340.h | ||
display_mcux_elcdif.c | ||
display_sdl.c | ||
display_st7789v_tl019fqv01.c | ||
display_st7789v.c | ||
display_st7789v.h | ||
grove_lcd_rgb.c | ||
Kconfig | ||
Kconfig.dummy | ||
Kconfig.grove | ||
Kconfig.ili9340 | ||
Kconfig.mcux_elcdif | ||
Kconfig.microbit | ||
Kconfig.sdl | ||
Kconfig.ssd16xx | ||
Kconfig.ssd1306 | ||
Kconfig.st7789v | ||
mb_display.c | ||
mb_font.c | ||
mb_font.h | ||
ssd16xx_regs.h | ||
ssd16xx.c | ||
ssd1306_regs.h | ||
ssd1306.c |