:orphan: .. title:: SOC_NIOS2F_ZEPHYR .. option:: CONFIG_SOC_NIOS2F_ZEPHYR *Nios IIf - Zephyr Golden Configuration* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`NIOS2 ` - \ :option:`HAS_MUL_INSTRUCTION ` - \ :option:`HAS_DIV_INSTRUCTION ` Kconfig definition ================== At ``/nios2/nios2f-zephyr/Kconfig.soc:3`` 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_NIOS2F_ZEPHYR bool "Nios IIf - Zephyr Golden Configuration" select NIOS2 select HAS_MUL_INSTRUCTION select HAS_DIV_INSTRUCTION depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*