nuttx-apps/netutils/chat/Kconfig
2016-01-29 17:00:59 -06:00

16 lines
287 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NETUTILS_CHAT
bool "Chat tool"
default n
depends on !DISABLE_POLL
---help---
Enable the chat tool.
if NETUTILS_CHAT
endif # NETUTILS_CHAT