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

CONFIG_SOC_FLASH_TELINK_B91

Telink Semiconductor B91 flash driver

Type: bool

Help

Enables Telink B91 flash driver.

Direct dependencies

BOARD_TLSR9518ADK80D || (SOC_RISCV_TELINK_B91 && FLASH)

(Includes any dependencies from ifs and menus.)

Defaults

  • y if FLASH

  • y

Symbols selected by this symbol

  • FLASH_HAS_PAGE_LAYOUT

  • FLASH_HAS_DRIVER_ENABLED

Kconfig definitions

At <Boards>/riscv/tlsr9518adk80d/Kconfig.defconfig:27

Included via Kconfig:8 → Kconfig.zephyr:22

Menu path: (Top)

config SOC_FLASH_TELINK_B91
    bool
    default y if FLASH
    depends on BOARD_TLSR9518ADK80D

At <Driver>/flash/Kconfig.b91:4

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:62 → <Driver>/flash/Kconfig:69

Menu path: (Top) → Device Drivers → Flash hardware support

config SOC_FLASH_TELINK_B91
    bool "Telink Semiconductor B91 flash driver"
    default y
    select FLASH_HAS_PAGE_LAYOUT
    select FLASH_HAS_DRIVER_ENABLED
    depends on SOC_RISCV_TELINK_B91 && FLASH
    help
      Enables Telink B91 flash driver.

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


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

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings