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