blob: c211c34be83c598c89d2c5b0615928f42de491ea [file] [log] [blame]
#
# 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.