:orphan: .. title:: CONFIG_ARC .. kconfig:: CONFIG_ARC CONFIG_ARC ########## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none ARC architecture Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ARCH_IS_SET ` - \ :kconfig:`HAS_DTS ` - \ :kconfig:`ARCH_HAS_THREAD_LOCAL_STORAGE ` Symbols implied by this symbol ============================== - \ :kconfig:`XIP ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_ARC_HSDK ` - \ :kconfig:`SOC_ARC_IOT ` - \ :kconfig:`SOC_ARC_EMSDP ` - \ :kconfig:`SOC_EMSK ` - \ :kconfig:`SOC_NSIM ` - \ :kconfig:`SOC_QEMU_ARC ` - \ :kconfig:`SOC_ARC_HSDK ` - \ :kconfig:`SOC_ARC_IOT ` - \ :kconfig:`SOC_ARC_EMSDP ` - \ :kconfig:`SOC_EMSK ` - \ :kconfig:`SOC_NSIM ` - \ :kconfig:`SOC_QEMU_ARC ` Kconfig definition ================== At ``/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig config ARC bool select ARCH_IS_SET select HAS_DTS select ARCH_HAS_THREAD_LOCAL_STORAGE imply XIP help ARC architecture *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*