:orphan: .. title:: CONFIG_HAS_DTS_WDT .. kconfig:: CONFIG_HAS_DTS_WDT CONFIG_HAS_DTS_WDT ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option specifies that the target platform supports device tree configuration for WDT. Direct dependencies =================== \ :kconfig:`HAS_DTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`WATCHDOG ` Kconfig definition ================== At ``dts/Kconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:41`` Menu path: (Top) .. code-block:: kconfig config HAS_DTS_WDT bool depends on HAS_DTS help This option specifies that the target platform supports device tree configuration for WDT. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*