2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-13 04:14:09 +02:00
|
|
|
|
2014-09-20 22:25:51 +02:00
|
|
|
config EXAMPLES_NXTERM
|
2014-09-20 22:51:48 +02:00
|
|
|
bool "NxTerm example"
|
2012-04-13 04:14:09 +02:00
|
|
|
default n
|
|
|
|
---help---
|
2014-09-20 22:51:48 +02:00
|
|
|
Enable the NxTerm example
|
2012-04-13 04:14:09 +02:00
|
|
|
|
2014-09-20 22:25:51 +02:00
|
|
|
if EXAMPLES_NXTERM
|
2012-04-13 04:14:09 +02:00
|
|
|
endif
|