2019-11-01 13:45:29 +01:00
|
|
|
# IEEE 802.15.4 driver configuration options
|
2015-09-11 15:13:26 +02:00
|
|
|
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
2017-08-16 17:05:14 +02:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-09-11 15:13:26 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# IEEE 802.15.4 options
|
|
|
|
#
|
2017-12-05 10:50:10 +01:00
|
|
|
menuconfig IEEE802154
|
2023-03-27 14:55:23 +02:00
|
|
|
bool "IEEE 802.15.4 drivers"
|
2022-07-27 10:54:34 +02:00
|
|
|
depends on NETWORKING
|
2021-11-18 16:51:38 +01:00
|
|
|
default y if NET_L2_PHY_IEEE802154
|
2017-12-05 10:50:10 +01:00
|
|
|
|
|
|
|
if IEEE802154
|
2015-09-11 15:13:26 +02:00
|
|
|
|
2020-05-26 17:24:59 +02:00
|
|
|
config IEEE802154_NET_IF_NO_AUTO_START
|
2022-03-09 12:31:16 +01:00
|
|
|
bool "IEEE 802.15.4 interface without auto-start"
|
2020-05-26 17:24:59 +02:00
|
|
|
help
|
|
|
|
This option allows user to set any configuration and/or filter before
|
|
|
|
the radio becomes operational. For instance, the EUI-64 value can be
|
|
|
|
configured using net_if_set_link_addr(iface, mac, 8,
|
|
|
|
NET_LINK_IEEE802154).
|
|
|
|
When all configurations are done net_if_up() has to be invoked to
|
|
|
|
bring the interface up.
|
|
|
|
|
|
|
|
This option can be useful when using OpenThread or Zigbee. If you
|
|
|
|
have any doubt about this option leave it as default value.
|
|
|
|
|
2022-08-05 00:43:11 +02:00
|
|
|
if !NET_L2_PHY_IEEE802154
|
2017-11-16 11:11:51 +01:00
|
|
|
config IEEE802154_RAW_MODE
|
2022-03-09 12:31:16 +01:00
|
|
|
bool "IEEE 802.15.4 driver without the MAC stack"
|
2017-11-16 11:11:51 +01:00
|
|
|
select NET_RAW_MODE
|
|
|
|
help
|
2017-12-13 16:08:21 +01:00
|
|
|
This option enables using the drivers in a so-called "raw" mode,
|
|
|
|
i.e. without a MAC stack (the net L2 layer for 802.15.4 will not
|
|
|
|
be built). Used only for very specific cases, such as wpan_serial
|
|
|
|
and wpanusb samples.
|
2022-08-05 00:43:11 +02:00
|
|
|
endif # !NET_L2_PHY_IEEE802154
|
2017-11-16 11:11:51 +01:00
|
|
|
|
2020-04-27 22:14:57 +02:00
|
|
|
config IEEE802154_RDEV
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
PHY is a ranging-capable device (RDEV)
|
|
|
|
|
2020-07-28 12:36:26 +02:00
|
|
|
config IEEE802154_VENDOR_OUI_ENABLE
|
2022-03-09 12:31:16 +01:00
|
|
|
bool "Support setting Vendor Organizationally Unique Identifier"
|
2020-07-28 12:36:26 +02:00
|
|
|
help
|
|
|
|
This option enables setting custom vendor
|
|
|
|
OUI using IEEE802154_VENDOR_OUI. After enabling,
|
|
|
|
user is obliged to set IEEE802154_VENDOR_OUI value,
|
|
|
|
as this option has no default value.
|
|
|
|
|
|
|
|
if IEEE802154_VENDOR_OUI_ENABLE
|
|
|
|
|
|
|
|
config IEEE802154_VENDOR_OUI
|
|
|
|
int "Vendor Organizationally Unique Identifier"
|
|
|
|
help
|
|
|
|
Custom vendor OUI, which makes 24 most-significant
|
|
|
|
bits of MAC address
|
|
|
|
|
|
|
|
endif # IEEE802154_VENDOR_OUI_ENABLE
|
|
|
|
|
2021-07-29 14:53:57 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.b91"
|
|
|
|
|
2017-02-03 12:59:59 +01:00
|
|
|
source "drivers/ieee802154/Kconfig.cc2520"
|
2015-09-11 15:13:26 +02:00
|
|
|
|
2017-04-24 17:23:47 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.kw41z"
|
|
|
|
|
2017-02-03 12:59:59 +01:00
|
|
|
source "drivers/ieee802154/Kconfig.mcr20a"
|
2016-01-18 14:07:39 +01:00
|
|
|
|
2017-02-06 12:42:34 +01:00
|
|
|
source "drivers/ieee802154/Kconfig.nrf5"
|
|
|
|
|
2017-07-05 16:56:49 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.cc1200"
|
|
|
|
|
2019-04-03 15:48:56 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.cc13xx_cc26xx"
|
|
|
|
|
2019-10-25 00:59:35 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.rf2xx"
|
|
|
|
|
2020-04-27 22:14:57 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.dw1000"
|
|
|
|
|
2022-07-18 11:40:20 +02:00
|
|
|
source "drivers/ieee802154/Kconfig.uart_pipe"
|
2019-04-26 17:07:12 +02:00
|
|
|
|
2021-05-05 10:26:54 +02:00
|
|
|
config IEEE802154_2015
|
2023-05-31 14:02:38 +02:00
|
|
|
bool "Support for IEEE 802.15.4-2015 frames (DEPRECATED)"
|
|
|
|
select DEPRECATED
|
2021-05-05 10:26:54 +02:00
|
|
|
help
|
|
|
|
Enable radio driver support for IEEE 802.15.4-2015 frames, including security handling of frames and ACKs.
|
|
|
|
|
2021-06-23 16:52:35 +02:00
|
|
|
config IEEE802154_CSL_ENDPOINT
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "Support for CSL Endpoint"
|
2021-06-23 16:52:35 +02:00
|
|
|
help
|
2023-05-22 15:23:56 +02:00
|
|
|
Make this device a CSL (coordinated sampled listening) endpoint with delayed
|
|
|
|
reception handling and CSL IE injection.
|
2021-06-23 16:52:35 +02:00
|
|
|
|
2023-06-06 11:38:46 +02:00
|
|
|
config IEEE802154_CSL_DEBUG
|
|
|
|
bool "Support for CSL debugging"
|
|
|
|
depends on IEEE802154_CSL_ENDPOINT
|
|
|
|
help
|
|
|
|
Enable support for CSL debugging by avoiding sleep state in favor of receive state.
|
|
|
|
|
2018-11-09 15:30:56 +01:00
|
|
|
module = IEEE802154_DRIVER
|
|
|
|
module-str = IEEE 802.15.4 driver
|
|
|
|
module-help = Sets log level for IEEE 802.15.4 Device Drivers.
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2017-12-05 10:50:10 +01:00
|
|
|
endif # IEEE802154
|