:orphan: .. title:: CONFIG_RISCV_GENERIC_TOOLCHAIN .. kconfig:: CONFIG_RISCV_GENERIC_TOOLCHAIN CONFIG_RISCV_GENERIC_TOOLCHAIN ############################## *Compile using generic riscv32 toolchain* Type: ``bool`` Help ==== .. code-block:: none Compile using generic riscv32 toolchain. Allow SOCs that have custom extended riscv ISA to still compile with generic riscv32 toolchain. Direct dependencies =================== \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` || \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` || \ :kconfig:`SOC_SERIES_RISCV_ANDES_V5 ` || \ :kconfig:`RISCV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if "" = "zephyr" - n - y if "" = "zephyr" - n - y if "" = "zephyr" - n - y if "" = "zephyr" - n - y Kconfig definitions =================== At ``/riscv/openisa_rv32m1/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config RISCV_GENERIC_TOOLCHAIN bool default y if "" = "zephyr" default n depends on SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config RISCV_GENERIC_TOOLCHAIN bool default y if "" = "zephyr" default n depends on SOC_SERIES_RISCV_ANDES_V5 ---- At ``/riscv/openisa_rv32m1/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config RISCV_GENERIC_TOOLCHAIN bool default y if "" = "zephyr" default n depends on SOC_OPENISA_RV32M1_RISCV32 ---- At ``/riscv/riscv-privilege/andes_v5/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-privilege/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config RISCV_GENERIC_TOOLCHAIN bool default y if "" = "zephyr" default n depends on SOC_SERIES_RISCV_ANDES_V5 ---- At ``/riscv/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → RISCV Options → RISCV Processor Options .. code-block:: kconfig config RISCV_GENERIC_TOOLCHAIN bool "Compile using generic riscv32 toolchain" default y depends on 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.)*