The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SDL_DISPLAY_DEV_NAME

SDL display device name

Type: string

Direct dependencies

SDL_DISPLAY && DISPLAY

(Includes any dependencies from ifs and menus.)

Default

  • “SDL_DISPLAY”

Kconfig definition

At drivers/display/Kconfig.sdl:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:74drivers/display/Kconfig:27

Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display

config SDL_DISPLAY_DEV_NAME
    string "SDL display device name"
    default "SDL_DISPLAY"
    depends on SDL_DISPLAY && DISPLAY

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)