:orphan: .. title:: CONFIG_IEEE802154_RDEV .. kconfig:: CONFIG_IEEE802154_RDEV CONFIG_IEEE802154_RDEV ###################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none PHY is a ranging-capable device (RDEV) Direct dependencies =================== \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ieee802154/Kconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. code-block:: kconfig config IEEE802154_RDEV bool depends on IEEE802154 help PHY is a ranging-capable device (RDEV) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*