nuttx-apps/ieee802154/coord/Kconfig
Sebastien Lorquet 5ca0bc0a5c add ieee apps
2015-08-04 01:31:07 +02:00

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