The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_IEEE802154_RF2XX

ATMEL RF2XX Driver support

Type: bool

Direct dependencies

BOARD_ATSAMR21_XPRO || (NETWORKING && IEEE802154)

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definitions

At boards/arm/atsamr21_xpro/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:24

Menu path: (Top)

config IEEE802154_RF2XX
    bool
    default IEEE802154
    depends on BOARD_ATSAMR21_XPRO

At drivers/ieee802154/Kconfig.rf2xx:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:10drivers/ieee802154/Kconfig:41

Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options

menuconfig IEEE802154_RF2XX
    bool "ATMEL RF2XX Driver support"
    select SPI
    select GPIO
    select NET_L2_IEEE802154_SUB_GHZ if NET_L2_IEEE802154
    depends on NETWORKING && IEEE802154

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)