:orphan: .. title:: CONFIG_DISPLAY .. kconfig:: CONFIG_DISPLAY CONFIG_DISPLAY ############## *Display Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable display drivers Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MULTIBOOT_FRAMEBUF ` Kconfig definition ================== At ``/display/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig DISPLAY bool "Display Drivers" help Enable display drivers *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*