2015-08-04 01:31:07 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
2015-08-30 23:37:29 +02:00
|
|
|
menu "IEEE 802.15.4 applications"
|
|
|
|
|
2017-04-21 12:31:25 -06:00
|
|
|
source "$APPSDIR/wireless/ieee802154/libmac/Kconfig"
|
2017-04-21 07:40:41 -06:00
|
|
|
source "$APPSDIR/wireless/ieee802154/libutils/Kconfig"
|
2017-04-11 13:39:07 -06:00
|
|
|
source "$APPSDIR/wireless/ieee802154/i8sak/Kconfig"
|
2017-11-01 20:38:22 +00:00
|
|
|
source "$APPSDIR/wireless/ieee802154/i8shark/Kconfig"
|
2015-08-30 23:37:29 +02:00
|
|
|
|
|
|
|
endmenu #ieee 802.15.4 apps
|