:orphan: .. title:: CONFIG_HAS_SDL .. kconfig:: CONFIG_HAS_SDL CONFIG_HAS_SDL ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option specifies that the target board has SDL support Direct dependencies =================== \ :kconfig:`BOARD_NATIVE_POSIX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SDL_DISPLAY ` Kconfig definition ================== At ``/posix/native_posix/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config HAS_SDL bool depends on BOARD_NATIVE_POSIX help This option specifies that the target board has SDL support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*