1# NXP KW41Z configuration options 2 3# Copyright (c) 2017 Linaro Limited 4# SPDX-License-Identifier: Apache-2.0 5 6menuconfig IEEE802154_KW41Z 7 bool "NXP KW41Z Driver support" 8 default y 9 depends on DT_HAS_NXP_KW41Z_IEEE802154_ENABLED 10 select REQUIRES_FULL_LIBC 11 12if IEEE802154_KW41Z 13 14config IEEE802154_KW41Z_INIT_PRIO 15 int "KW41Z initialization priority" 16 default 80 17 help 18 Set the initialization priority number. Do not change it unless 19 you know what you are doing. It has to start before the net stack. 20 21config KW41_DBG_TRACE 22 bool "Simplified debug tracing of events" 23 help 24 The value depends on your debugging needs. This generates an encoded 25 trace of events without going to debug logging to avoid timing impact 26 on running code. The buffer is post analyzed via the debugger. 27endif 28