:orphan: .. title:: CONFIG_SOC_NEORV32_VERSION .. kconfig:: CONFIG_SOC_NEORV32_VERSION CONFIG_SOC_NEORV32_VERSION ########################## *(No prompt -- not directly user assignable.)* Type: ``hex`` Help ==== .. code-block:: none The targeted NEORV32 version as BCD-coded number. The format is identical to that of the NEORV32 Machine implementation ID (mimpid) register. Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x01060100 if \ :kconfig:`SOC_NEORV32_V1_6_1 ` Kconfig definition ================== At ``/riscv/riscv-privilege/neorv32/Kconfig.soc:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/riscv/riscv-privilege/Kconfig:22`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*