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_ENTROPY_TELINK_B91_TRNG
  • View page source

CONFIG_ENTROPY_TELINK_B91_TRNG

Telink B91 Entropy driver

Type: bool

Help

Enable the B91 Entropy driver.

Direct dependencies

BOARD_TLSR9518ADK80D || (SOC_RISCV_TELINK_B91 && ENTROPY_GENERATOR)

(Includes any dependencies from ifs and menus.)

Default

  • y if ENTROPY_GENERATOR

Symbols selected by this symbol

  • ENTROPY_HAS_DRIVER

Kconfig definitions

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

Included via Kconfig:8 → Kconfig.zephyr:22

Menu path: (Top)

config ENTROPY_TELINK_B91_TRNG
    bool
    default y if ENTROPY_GENERATOR
    depends on BOARD_TLSR9518ADK80D

At <Driver>/entropy/Kconfig.b91:6

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:32 → <Driver>/entropy/Kconfig:23

Menu path: (Top) → Device Drivers → Entropy Drivers

config ENTROPY_TELINK_B91_TRNG
    bool "Telink B91 Entropy driver"
    select ENTROPY_HAS_DRIVER
    depends on SOC_RISCV_TELINK_B91 && ENTROPY_GENERATOR
    help
      Enable the B91 Entropy 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