:orphan: .. title:: CPU_NIOS2_GEN2 .. option:: CONFIG_CPU_NIOS2_GEN2 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option signifies the use of a Nios II Gen 2 CPU Direct dependencies =================== \ :option:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`BUILD_OUTPUT_HEX ` - \ :option:`ARCH_HAS_EXTRA_EXCEPTION_INFO ` Kconfig definition ================== .. highlight:: kconfig At ``arch/nios2/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → Nios II Options → Nios II Gen 2 Processor Options .. parsed-literal:: config CPU_NIOS2_GEN2 bool default y select \ :option:`BUILD_OUTPUT_HEX ` select \ :option:`ARCH_HAS_EXTRA_EXCEPTION_INFO ` depends on \ :option:`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.)*