:orphan: .. title:: FRAMEBUF_DISPLAY .. option:: CONFIG_FRAMEBUF_DISPLAY *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/display/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:72`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config FRAMEBUF_DISPLAY bool depends on DISPLAY help Enable framebuffer-based display 'helper' driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*