:orphan: .. title:: CONFIG_FRAMEBUF_DISPLAY .. kconfig:: CONFIG_FRAMEBUF_DISPLAY CONFIG_FRAMEBUF_DISPLAY ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable framebuffer-based display 'helper' driver. Direct dependencies =================== \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MULTIBOOT_FRAMEBUF ` Kconfig definition ================== At ``/display/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` 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.)*