2016-10-22 19:35:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_CCTYPE
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "Verify C++ cctype operations"
|
2016-10-22 19:35:17 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the a simple test to verify C++ cctype operations.
|