Kconfig Reference
 
  • All Configuration Options
  • Zephyr Architecture Configuration Options
  • Zephyr SoC Configuration Options
  • Zephyr Driver Configuration Options
  • Zephyr Boards Configuration Options
  • Zephyr Kernel Configuration Options
  • Zephyr Library Configuration Options
  • Zephyr Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_SOC_RISCV_TELINK_B91
  • View page source

CONFIG_SOC_RISCV_TELINK_B91¶

Telink B91 SoC implementation

Telink B91 SoC implementation

Type: bool

Direct dependencies¶

<choice: Telink B91 SoC implementation> || <choice: Telink B91 SoC implementation>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol¶

  • ATOMIC_OPERATIONS_BUILTIN

  • CPU_HAS_FPU

  • INCLUDE_RESET_VECTOR

  • ATOMIC_OPERATIONS_BUILTIN

  • CPU_HAS_FPU

  • INCLUDE_RESET_VECTOR

Kconfig definitions¶

At <Zephyr SoC>/riscv/riscv-privilege/telink_b91/Kconfig.soc:28

Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration → Telink B91 SoC implementation

config SOC_RISCV_TELINK_B91
    bool "Telink B91 SoC implementation"
    select ATOMIC_OPERATIONS_BUILTIN
    select CPU_HAS_FPU
    select INCLUDE_RESET_VECTOR
    depends on <choice>

At <Zephyr SoC>/riscv/riscv-privilege/telink_b91/Kconfig.soc:28

Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/riscv/riscv-privilege/Kconfig:22

Menu path: (Top) → Hardware Configuration → Telink B91 SoC implementation

config SOC_RISCV_TELINK_B91
    bool "Telink B91 SoC implementation"
    select ATOMIC_OPERATIONS_BUILTIN
    select CPU_HAS_FPU
    select INCLUDE_RESET_VECTOR
    depends on <choice>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 03, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings