25 lines
529 B
Plaintext
25 lines
529 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config IEEE802154_COORD
|
|
bool "Generic IEEE 802.15.4 coordinator"
|
|
default n
|
|
select IEEE802154_LIBRADIO
|
|
select IEEE802154_LIBUTILS
|
|
---help---
|
|
Enable the IEEE 802.15.4 generic coordinator
|
|
|
|
if IEEE802154_COORD
|
|
|
|
config IEEE802154_COORD_PROGNAME
|
|
string "Program name"
|
|
default "coord"
|
|
depends on BUILD_KERNEL
|
|
---help---
|
|
This is the name of the program that will be use when the NSH ELF
|
|
program is installed.
|
|
|
|
endif
|