:orphan: .. title:: SOC_ARC_IOT .. option:: CONFIG_SOC_ARC_IOT *Synopsys ARC IoT SoC* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARC ` - \ :option:`CPU_HAS_MPU ` - \ :option:`CPU_HAS_FPU ` Kconfig definition ================== At ``/arc/snps_arc_iot/Kconfig.soc:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.soc:1`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_ARC_IOT bool "Synopsys ARC IoT SoC" select ARC select CPU_HAS_MPU select CPU_HAS_FPU depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*