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

(No prompt – not directly user assignable.)

Type: bool

Help

This option specifies that the target board has SDL support

Direct dependencies

BOARD_NATIVE_POSIX

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At boards/posix/native_posix/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:27

Menu path: (top menu) → Board Options

config HAS_SDL
    bool
    depends on BOARD_NATIVE_POSIX
    help
      This option specifies that the target board has SDL support

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