:orphan: .. title:: CONFIG_HAS_MUL_INSTRUCTION .. kconfig:: CONFIG_HAS_MUL_INSTRUCTION CONFIG_HAS_MUL_INSTRUCTION ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_NIOS2_QEMU ` - \ :kconfig:`SOC_NIOS2F_ZEPHYR ` - \ :kconfig:`SOC_NIOS2_QEMU ` - \ :kconfig:`SOC_NIOS2F_ZEPHYR ` Kconfig definition ================== At ``/nios2/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Family Options .. code-block:: kconfig config HAS_MUL_INSTRUCTION bool depends on NIOS2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*