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

SDL display device name

Type: string

Direct dependencies

SDL_DISPLAY && DISPLAY

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/display/Kconfig.sdl:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:24

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

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

(Definitions include propagated dependencies, including from if’s and menus.)