3b824ed5a2
Moves all functionality from libradio to libmac
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
menu "IEEE 802.15.4 applications"
|
|
|
|
source "$APPSDIR/wireless/ieee802154/libmac/Kconfig"
|
|
source "$APPSDIR/wireless/ieee802154/libutils/Kconfig"
|
|
source "$APPSDIR/wireless/ieee802154/i8sak/Kconfig"
|
|
|
|
endmenu #ieee 802.15.4 apps
|