:orphan: .. title:: CONFIG_SDL_DISPLAY_DEV_NAME .. kconfig:: CONFIG_SDL_DISPLAY_DEV_NAME CONFIG_SDL_DISPLAY_DEV_NAME ########################### *SDL display device name* Type: ``string`` Direct dependencies =================== \ :kconfig:`SDL_DISPLAY ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - "SDL_DISPLAY" Kconfig definition ================== At ``/display/Kconfig.sdl:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:27`` Menu path: (Top) → Device Drivers → Display Drivers → SDL based emulated display .. code-block:: kconfig 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.)*