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