CONFIG_SDL_DISPLAY

SDL based emulated display

Type: bool

Help

Enable SDL based emulated display compliant with display driver API.

Direct dependencies

(DISPLAY && BOARD_NATIVE_POSIX) || (BOARD_NATIVE_POSIX && DISPLAY)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/posix/native_posix/Kconfig.defconfig:68

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config SDL_DISPLAY
    bool
    default y
    depends on DISPLAY && BOARD_NATIVE_POSIX

At <Zephyr>/drivers/display/Kconfig.sdl:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:72<Zephyr>/drivers/display/Kconfig:21

Menu path: (Top) → Device Drivers → Display Drivers

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.)