23 lines
473 B
Plaintext
23 lines
473 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
|
||
|
---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
|