mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
11 lines
288 B
Text
11 lines
288 B
Text
|
|
#
|
||
|
|
# 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.
|