1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

sys/posix/pthread: improve Kconfig dependency resolution

This commit is contained in:
Alexandre Abadie 2022-04-26 11:45:14 +02:00
parent 9538b880e0
commit dcbcc53343
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,3 +8,7 @@
config MODULE_PTHREAD
bool "Pthread Support"
depends on TEST_KCONFIG
select MODULE_TIMEX
select MODULE_ZTIMER
select MODULE_ZTIMER64_XTIMER_COMPAT if MODULE_ZTIMER_XTIMER_COMPAT
select ZTIMER64_USEC