CONFIG_MULTIBOOT_FRAMEBUF

Multiboot framebuffer support

Type: bool

Direct dependencies

MULTIBOOT && X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:142

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/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.)