: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" - n - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/openisa_rv32m1/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config RISCV_GENERIC_TOOLCHAIN bool default y if "" = "zephyr" default n depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` ---- At ``arch/riscv/Kconfig:93`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``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.)*