:orphan: .. title:: MULTIBOOT_FRAMEBUF_Y .. option:: CONFIG_MULTIBOOT_FRAMEBUF_Y *Multiboot framebuffer Y pixels* Type: ``int`` Direct dependencies =================== \ :option:`MULTIBOOT_FRAMEBUF ` && \ :option:`MULTIBOOT ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 480 Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:158`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options → Generate multiboot header → Multiboot framebuffer support .. parsed-literal:: config MULTIBOOT_FRAMEBUF_Y int "Multiboot framebuffer Y pixels" default 480 depends on \ :option:`MULTIBOOT_FRAMEBUF ` && \ :option:`MULTIBOOT ` && \ :option:`X86 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*