15 lines
261 B
Plaintext
15 lines
261 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
|
|
---help---
|
|
Enable the chat tool.
|
|
|
|
if NETUTILS_CHAT
|
|
|
|
endif # NETUTILS_CHAT
|