cmocka/Kconfig: add the depends on item "LIBC_REGEX".
The "regex" library will be used in cmocka test, so add the dependency relationship for this config. Signed-off-by: yangjiao <yangjiao@xiaomi.com>
This commit is contained in:
parent
f0f94a1235
commit
4b521051d3
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
config TESTING_CMOCKA
|
config TESTING_CMOCKA
|
||||||
tristate "Enable libcmocka"
|
tristate "Enable libcmocka"
|
||||||
|
depends on LIBC_REGEX
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable libcmocka and run all testcases
|
Enable libcmocka and run all testcases
|
||||||
|
Loading…
Reference in New Issue
Block a user