:orphan: .. title:: CONFIG_ARCH_IS_SET .. kconfig:: CONFIG_ARCH_IS_SET CONFIG_ARCH_IS_SET ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`ARC ` - \ :kconfig:`ARM ` - \ :kconfig:`ARM64 ` - \ :kconfig:`SPARC ` - \ :kconfig:`X86 ` - \ :kconfig:`NIOS2 ` - \ :kconfig:`RISCV ` - \ :kconfig:`XTENSA ` - \ :kconfig:`ARCH_POSIX ` Kconfig definition ================== At ``/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig 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.)*