# SPDX-License-Identifier: GPL-2.0-only
menuconfig [31mCONFIG_IEEE802154_DRIVERS[0m
tristate "IEEE 802.15.4 drivers"
depends on [31mCONFIG_NETDEVICES[0m && [31mCONFIG_IEEE802154[0m
default y
---help---
Say Y here to get to see options for IEEE 802.15.4 Low-Rate
Wireless Personal Area Network device drivers. This option alone
does not add any kernel code.
If you say N, all options in this submenu will be skipped and
disabled.
config [31mCONFIG_IEEE802154_FAKELB[0m
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
tristate "IEEE 802.15.4 loopback driver"
---help---
Say Y here to enable the fake driver that can emulate a net
of several interconnected radio devices.
This driver can also be built as a module. To do so say [31mCONFIG_M[0m here.
The module will be called 'fakelb'.
config [31mCONFIG_IEEE802154_AT86RF230[0m
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
tristate "AT86RF230/231/233/212 transceiver driver"
depends on [31mCONFIG_SPI[0m
select [31mCONFIG_REGMAP_SPI[0m
---help---
Say Y here to enable the at86rf230/231/233/212 [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'at86rf230'.
config [31mCONFIG_IEEE802154_AT86RF230_DEBUGFS[0m
depends on [31mCONFIG_IEEE802154_AT86RF230[0m
bool "AT86RF230 debugfs interface"
depends on [31mCONFIG_DEBUG_FS[0m
---help---
This option compiles debugfs code for the at86rf230 driver.
config [31mCONFIG_IEEE802154_MRF24J40[0m
tristate "Microchip MRF24J40 transceiver driver"
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
depends on [31mCONFIG_SPI[0m
select [31mCONFIG_REGMAP_SPI[0m
---help---
Say Y here to enable the MRF24J20 [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'mrf24j40'.
config [31mCONFIG_IEEE802154_CC2520[0m
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
tristate "CC2520 transceiver driver"
depends on [31mCONFIG_SPI[0m
---help---
Say Y here to enable the CC2520 [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'cc2520'.
config [31mCONFIG_IEEE802154_ATUSB[0m
tristate "ATUSB transceiver driver"
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m && [31mCONFIG_USB[0m
---help---
Say Y here to enable the ATUSB IEEE 802.15.4 wireless
controller.
This driver can also be built as a module. To do so say [31mCONFIG_M[0m here.
The module will be called 'atusb'.
config [31mCONFIG_IEEE802154_ADF7242[0m
tristate "ADF7242 transceiver driver"
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
depends on [31mCONFIG_SPI[0m
---help---
Say Y here to enable the ADF7242 [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'adf7242'.
config [31mCONFIG_IEEE802154_CA8210[0m
tristate "Cascoda CA8210 transceiver driver"
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
depends on [31mCONFIG_COMMON_CLK[0m
depends on [31mCONFIG_SPI[0m
---help---
Say Y here to enable the CA8210 [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'ca8210'.
config [31mCONFIG_IEEE802154_CA8210_DEBUGFS[0m
bool "CA8210 debugfs interface"
depends on [31mCONFIG_IEEE802154_CA8210[0m
depends on [31mCONFIG_DEBUG_FS[0m
---help---
This option compiles debugfs code for the ca8210 driver. This
exposes a debugfs node for each CA8210 instance which allows
direct use of the Cascoda API, exposing the 802.15.4 [31mCONFIG_MAC[0m
management entities.
config [31mCONFIG_IEEE802154_MCR20A[0m
tristate "MCR20A transceiver driver"
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
depends on [31mCONFIG_SPI[0m
---help---
Say Y here to enable the MCR20A [31mCONFIG_SPI[0m 802.15.4 wireless
controller.
This driver can also be built as a module. To do so, say [31mCONFIG_M[0m here.
the module will be called 'mcr20a'.
config [31mCONFIG_IEEE802154_HWSIM[0m
depends on [31mCONFIG_IEEE802154_DRIVERS[0m && [31mCONFIG_MAC802154[0m
tristate "Simulated radio testing tool for mac802154"
---help---
This driver is a developer testing tool that can be used to test
IEEE 802.15.4 networking stack (mac802154) functionality. This is not
needed for normal wpan usage and is only for testing.
This driver can also be built as a module. To do so say [31mCONFIG_M[0m here.
The module will be called 'mac802154_hwsim'.