:orphan: .. title:: CONFIG_IEEE802154_TELINK_B91 .. kconfig:: CONFIG_IEEE802154_TELINK_B91 CONFIG_IEEE802154_TELINK_B91 ############################ *Telink B91 RF driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_TLSR9518ADK80D ` || (\ :kconfig:`NETWORKING ` && \ :kconfig:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`IEEE802154 ` Kconfig definitions =================== At ``/riscv/tlsr9518adk80d/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config IEEE802154_TELINK_B91 bool default y if IEEE802154 depends on BOARD_TLSR9518ADK80D ---- At ``/ieee802154/Kconfig.b91:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:60`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig menuconfig IEEE802154_TELINK_B91 bool "Telink B91 RF driver" depends on NETWORKING && IEEE802154 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*