-
CONFIG_RISCV_ROM_SIZE
¶
(No prompt – not directly user assignable.)
Type: hex
Direct dependencies¶
SOC_SERIES_RISCV32_MIV
|| SOC_SERIES_RISCV32_SIFIVE_FREEDOM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x40000 if
SOC_SERIES_RISCV32_MIV
- 0xC00000 if
SOC_SERIES_RISCV32_SIFIVE_FREEDOM
Kconfig definitions¶
At arch/riscv32/soc/riscv-privilege/miv/Kconfig.defconfig.series:35
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_ROM_SIZE hex default 0x40000 ifSOC_SERIES_RISCV32_MIV
depends onSOC_SERIES_RISCV32_MIV
At arch/riscv32/soc/riscv-privilege/sifive-freedom/Kconfig.defconfig.series:35
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/riscv32/soc/riscv-privilege/Kconfig.defconfig:7
Menu path: (top menu)
config RISCV_ROM_SIZE hex default 0xC00000 ifSOC_SERIES_RISCV32_SIFIVE_FREEDOM
depends onSOC_SERIES_RISCV32_SIFIVE_FREEDOM
(Definitions include propagated dependencies, including from if’s and menus.)