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