2017-04-24 23:23:47 +08:00
|
|
|
# Kconfig.kw41z - NXP KW41Z configuration options
|
|
|
|
#
|
2017-08-16 23:05:14 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2017-04-24 23:23:47 +08:00
|
|
|
|
|
|
|
menuconfig IEEE802154_KW41Z
|
|
|
|
bool "NXP KW41Z Driver support"
|
|
|
|
depends on NETWORKING
|
|
|
|
select NET_L2_IEEE802154
|
|
|
|
select NEWLIB_LIBC
|
|
|
|
default n
|
|
|
|
|
|
|
|
if IEEE802154_KW41Z
|
|
|
|
|
|
|
|
config IEEE802154_KW41Z_DRV_NAME
|
|
|
|
string "NXP KW41Z Driver's name"
|
|
|
|
default "KW41Z"
|
|
|
|
help
|
|
|
|
This option sets the driver name
|
|
|
|
|
|
|
|
config IEEE802154_KW41Z_INIT_PRIO
|
2017-05-06 06:37:53 +08:00
|
|
|
int "KW41Z initialization priority"
|
2017-04-24 23:23:47 +08:00
|
|
|
default 80
|
|
|
|
help
|
|
|
|
Set the initialization priority number. Do not mess with it unless
|
|
|
|
you know what you are doing. It has to start before the net stack.
|
|
|
|
|
|
|
|
endif
|