2016-10-22 11:35:17 -06: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 09:29:56 -06:00
|
|
|
tristate "Verify C++ cctype operations"
|
2016-10-22 11:35:17 -06:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the a simple test to verify C++ cctype operations.
|