:orphan: .. title:: CONFIG_HAS_DTS .. kconfig:: CONFIG_HAS_DTS CONFIG_HAS_DTS ############## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option specifies that the target platform supports device tree configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARC ` - \ :kconfig:`ARM ` - \ :kconfig:`ARM64 ` - \ :kconfig:`SPARC ` - \ :kconfig:`X86 ` - \ :kconfig:`NIOS2 ` - \ :kconfig:`RISCV ` - \ :kconfig:`XTENSA ` - \ :kconfig:`ARCH_POSIX ` Kconfig definition ================== At ``dts/Kconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:41`` Menu path: (Top) .. code-block:: kconfig config HAS_DTS bool help This option specifies that the target platform supports device tree configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*