:orphan: .. title:: RISCV_GENERIC_TOOLCHAIN .. option:: CONFIG_RISCV_GENERIC_TOOLCHAIN *Compile using generic riscv32 toolchain* Type: ``bool`` Help ==== Compile using generic riscv32 toolchain. Allow SOCs that have custom extended riscv ISA to still compile with generic riscv32 toolchain. Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :option:`RISCV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if "zephyr" = "zephyr" - n - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` Menu path: (Top) .. parsed-literal:: config RISCV_GENERIC_TOOLCHAIN bool default y if "zephyr" = "zephyr" default n depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``arch/riscv/Kconfig:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``arch/Kconfig:12`` Menu path: (Top) → RISCV Options → RISCV Processor Options .. parsed-literal:: config RISCV_GENERIC_TOOLCHAIN bool "Compile using generic riscv32 toolchain" default y depends on \ :option:`RISCV ` help Compile using generic riscv32 toolchain. Allow SOCs that have custom extended riscv ISA to still compile with generic riscv32 toolchain. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*