:orphan: .. title:: HAS_SDL .. option:: CONFIG_HAS_SDL *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option specifies that the target board has SDL support Direct dependencies =================== \ :option:`BOARD_NATIVE_POSIX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SDL_DISPLAY ` Kconfig definition ================== .. highlight:: kconfig At ``boards/posix/native_posix/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config HAS_SDL bool depends on \ :option:`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.)*