2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-13 02:14:09 +00:00
|
|
|
|
2014-09-20 14:25:51 -06:00
|
|
|
config EXAMPLES_NXTERM
|
2014-09-20 14:51:48 -06:00
|
|
|
bool "NxTerm example"
|
2012-04-13 02:14:09 +00:00
|
|
|
default n
|
|
|
|
---help---
|
2014-09-20 14:51:48 -06:00
|
|
|
Enable the NxTerm example
|
2012-04-13 02:14:09 +00:00
|
|
|
|
2014-09-20 14:25:51 -06:00
|
|
|
if EXAMPLES_NXTERM
|
2012-04-13 02:14:09 +00:00
|
|
|
endif
|