:orphan: .. title:: HAS_DTS .. option:: CONFIG_HAS_DTS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option specifies that the target platform supports device tree configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARC ` - \ :option:`ARM ` - \ :option:`X86 ` - \ :option:`NIOS2 ` - \ :option:`RISCV ` - \ :option:`XTENSA ` - \ :option:`ARCH_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``dts/Kconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:31`` Menu path: (Top) .. parsed-literal:: 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.)*