CONFIG_SOC_NEORV32_VERSION

(No prompt – not directly user assignable.)

Type: hex

Help

The targeted NEORV32 version as BCD-coded number. The format is
identical to that of the NEORV32 Machine implementation ID (mimpid)
register.

Direct dependencies

SOC_SERIES_NEORV32

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <SoC>/riscv/riscv-privilege/neorv32/Kconfig.soc:17

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:18<SoC>/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration

config SOC_NEORV32_VERSION
    hex
    default 0x01060100 if SOC_NEORV32_V1_6_1
    depends on SOC_SERIES_NEORV32
    help
      The targeted NEORV32 version as BCD-coded number. The format is
      identical to that of the NEORV32 Machine implementation ID (mimpid)
      register.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)