:orphan: .. title:: MULTIBOOT_FRAMEBUF .. option:: CONFIG_MULTIBOOT_FRAMEBUF *Multiboot framebuffer support* Type: ``bool`` Direct dependencies =================== \ :option:`MULTIBOOT ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`DISPLAY ` - \ :option:`FRAMEBUF_DISPLAY ` - \ :option:`MULTIBOOT_INFO ` Kconfig definition ================== At ``/x86/Kconfig:297`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → Generate multiboot header .. code-block:: kconfig config MULTIBOOT_FRAMEBUF bool "Multiboot framebuffer support" select DISPLAY select FRAMEBUF_DISPLAY select MULTIBOOT_INFO depends on MULTIBOOT && X86 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*