: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 ================== .. highlight:: kconfig At ``arch/x86/Kconfig:146`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → Generate multiboot header .. parsed-literal:: config MULTIBOOT_FRAMEBUF bool "Multiboot framebuffer support" select \ :option:`DISPLAY ` select \ :option:`FRAMEBUF_DISPLAY ` select \ :option:`MULTIBOOT_INFO ` depends on \ :option:`MULTIBOOT ` && \ :option:`X86 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*