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:
parent
9538b880e0
commit
dcbcc53343
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user