Kconfig Reference
3.0.1
  • 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_GPIO_TELINK_B91
  • View page source

CONFIG_GPIO_TELINK_B91

Telink B91 GPIO driver

Type: bool

Help

Enable the B91 GPIO driver.

Direct dependencies

BOARD_TLSR9518ADK80D || (SOC_RISCV_TELINK_B91 && GPIO)

(Includes any dependencies from ifs and menus.)

Default

  • y if GPIO

Kconfig definitions

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

Included via Kconfig:8 → Kconfig.zephyr:22

Menu path: (Top)

config GPIO_TELINK_B91
    bool
    default y if GPIO
    depends on BOARD_TLSR9518ADK80D

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

Included via Kconfig:8 → Kconfig.zephyr:42 → <Driver>/Kconfig:36 → <Driver>/gpio/Kconfig:30

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

config GPIO_TELINK_B91
    bool "Telink B91 GPIO driver"
    depends on SOC_RISCV_TELINK_B91 && GPIO
    help
      Enable the B91 GPIO driver.

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


© Copyright 2019-2022 Zephyr Project and TiaC Systems members and individual contributors. Last updated on Feb 20, 2023.

Kconfig Reference
Bridle
Bridle API
Zephyr Project
Zephyr Project API
Devicetree Bindings