:orphan: .. title:: CONFIG_CPU_NIOS2_GEN2 .. kconfig:: CONFIG_CPU_NIOS2_GEN2 CONFIG_CPU_NIOS2_GEN2 ##################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a Nios II Gen 2 CPU Direct dependencies =================== \ :kconfig:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`BUILD_OUTPUT_HEX ` - \ :kconfig:`ARCH_HAS_EXTRA_EXCEPTION_INFO ` Kconfig definition ================== At ``/nios2/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Gen 2 Processor Options .. code-block:: kconfig config CPU_NIOS2_GEN2 bool default y select BUILD_OUTPUT_HEX select ARCH_HAS_EXTRA_EXCEPTION_INFO depends on NIOS2 help This option signifies the use of a Nios II Gen 2 CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*