nuttx-apps/ieee802154/coord/Kconfig

24 lines
499 B
Plaintext
Raw Normal View History

2015-08-04 01:31:07 +02:00
#
# 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_COMMON
2015-08-04 01:31:07 +02:00
---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