:orphan: .. title:: ARCH_IS_SET .. option:: CONFIG_ARCH_IS_SET *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Helper symbol to detect SoCs forgetting to select one of the arch symbols above. See the top-level CMakeLists.txt. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARC ` - \ :option:`ARM ` - \ :option:`SPARC ` - \ :option:`X86 ` - \ :option:`NIOS2 ` - \ :option:`RISCV ` - \ :option:`XTENSA ` - \ :option:`ARCH_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:109`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: config ARCH_IS_SET bool help Helper symbol to detect SoCs forgetting to select one of the arch symbols above. See the top-level CMakeLists.txt. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*