:orphan: .. title:: IEEE802154_DW1000 .. option:: CONFIG_IEEE802154_DW1000 *Decawave DW1000 Driver support* Type: ``bool`` Direct dependencies =================== (\ :option:`IEEE802154 ` && \ :option:`BOARD_DECAWAVE_DWM1001_DEV `) || (\ :option:`NETWORKING ` && \ :option:`SPI ` && \ :option:`IEEE802154 `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/decawave_dwm1001_dev/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config IEEE802154_DW1000 bool default y depends on \ :option:`IEEE802154 ` && \ :option:`BOARD_DECAWAVE_DWM1001_DEV ` ---- At ``drivers/ieee802154/Kconfig.dw1000:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` → ``drivers/ieee802154/Kconfig:74`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options .. parsed-literal:: menuconfig IEEE802154_DW1000 bool "Decawave DW1000 Driver support" depends on \ :option:`NETWORKING ` && \ :option:`SPI ` && \ :option:`IEEE802154 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*