:orphan: .. title:: CONFIG_SDL_DISPLAY .. kconfig:: CONFIG_SDL_DISPLAY CONFIG_SDL_DISPLAY ################## *SDL based emulated display* Type: ``bool`` Help ==== .. code-block:: none Enable SDL based emulated display compliant with display driver API. Direct dependencies =================== (\ :kconfig:`DISPLAY ` && \ :kconfig:`BOARD_NATIVE_POSIX `) || (\ :kconfig:`BOARD_NATIVE_POSIX ` && \ :kconfig:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`HAS_SDL ` Kconfig definitions =================== At ``/posix/native_posix/Kconfig.defconfig:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SDL_DISPLAY bool default y depends on DISPLAY && BOARD_NATIVE_POSIX ---- At ``/display/Kconfig.sdl:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig menuconfig SDL_DISPLAY bool "SDL based emulated display" select HAS_SDL depends on BOARD_NATIVE_POSIX && DISPLAY help Enable SDL based emulated display compliant with display driver API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*