:orphan: .. title:: CONFIG_NIOS2 .. kconfig:: CONFIG_NIOS2 CONFIG_NIOS2 ############ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Nios II Gen 2 architecture Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ARCH_IS_SET ` - \ :kconfig:`ATOMIC_OPERATIONS_C ` - \ :kconfig:`HAS_DTS ` - \ :kconfig:`ARCH_HAS_TIMING_FUNCTIONS ` Symbols implied by this symbol ============================== - \ :kconfig:`XIP ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_NIOS2_QEMU ` - \ :kconfig:`SOC_NIOS2F_ZEPHYR ` - \ :kconfig:`SOC_NIOS2_QEMU ` - \ :kconfig:`SOC_NIOS2F_ZEPHYR ` Kconfig definition ================== At ``/Kconfig:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig config NIOS2 bool select ARCH_IS_SET select ATOMIC_OPERATIONS_C select HAS_DTS select ARCH_HAS_TIMING_FUNCTIONS imply XIP help Nios II Gen 2 architecture *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*