:orphan: .. title:: FRAMEBUF_DISPLAY .. option:: CONFIG_FRAMEBUF_DISPLAY *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable framebuffer-based display 'helper' driver. Direct dependencies =================== \ :option:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MULTIBOOT_FRAMEBUF ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/display/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: config FRAMEBUF_DISPLAY bool depends on \ :option:`DISPLAY ` help Enable framebuffer-based display 'helper' driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*