# | |
# For a description of the syntax of this configuration file, | |
# see the file kconfig-language.txt in the NuttX tools repository. | |
# | |
config LIBC_REGEX | |
bool "Enable regex" | |
depends on ALLOW_MIT_COMPONENTS | |
default y | |
---help--- | |
provide the regex related func, include regcomp, regexec. |