net: Add 802.15.4 useful Kconfig application settings
These should be used by samples to fix basic 15.4 settings. Change-Id: I31ad1540008ac760b7aef720e520bf8e72d3a805 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
0f18ce44f9
commit
1a647613a4
1 changed files with 21 additions and 0 deletions
|
@ -50,4 +50,25 @@ config NET_APP_PEER_IPV4_ADDR
|
|||
|
||||
endif # NET_IPV4
|
||||
|
||||
if NET_L2_IEEE802154 || NET_L2_RAW_CHANNEL
|
||||
|
||||
config NET_APP_IEEE802154_DEV_NAME
|
||||
string "IEEE 802.15.4 device name"
|
||||
help
|
||||
The device name to get bindings from in the sample application.
|
||||
|
||||
config NET_APP_IEEE802154_PAN_ID
|
||||
hex "IEEE 802.15.4 PAN ID"
|
||||
default 0xabcd
|
||||
help
|
||||
The PAN ID to use by default in the sample.
|
||||
|
||||
config NET_APP_IEEE802154_CHANNEL
|
||||
int "IEEE 802.15.4 channel"
|
||||
default 26
|
||||
help
|
||||
The channel to use by default in the sample application.
|
||||
|
||||
endif # NET_L2_IEEE802154 || NET_L2_RAW_CHANNEL
|
||||
|
||||
endif # NET_APP_SETTINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue