You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
568 B
28 lines
568 B
# NXP MCXW 802.15.4 configuration options |
|
|
|
# Copyright 2025 NXP |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
menuconfig IEEE802154_MCXW |
|
bool "NXP MCXW series IEEE 802.15.4 Driver" |
|
default y |
|
depends on DT_HAS_NXP_MCXW_IEEE802154_ENABLED |
|
depends on COUNTER |
|
|
|
if IEEE802154_MCXW |
|
|
|
config IEEE802154_MCXW_INIT_PRIO |
|
int "Initial priority for the IEEE802154 driver" |
|
default 80 |
|
|
|
config IEEE802154_MCXW_RX_STACK_SIZE |
|
int "Driver's internal RX thread stack size" |
|
default 800 |
|
|
|
|
|
config IEEE802154_MCXW_CSL_ACCURACY |
|
int "Csl accuracy for delayed operations" |
|
default 100 |
|
|
|
|
|
endif
|
|
|