CONFIG_MULTIBOOT_FRAMEBUF¶
Multiboot framebuffer support
Type: bool
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/x86/Kconfig:296
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/Kconfig:12
Menu path: (Top) → X86 Architecture Options → Generate multiboot header
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.)