mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: make MODULE_LIBC_GETTIMEOFDAY prompt visible
This commit is contained in:
parent
b31de65de2
commit
cbcda7c2bf
@ -52,11 +52,9 @@ config MODULE_PICOLIBC
|
||||
endchoice
|
||||
|
||||
config MODULE_LIBC_GETTIMEOFDAY
|
||||
bool
|
||||
bool "Support for gettimeofday()"
|
||||
select MODULE_XTIMER
|
||||
select MODULE_ZTIMER64_XTIMER_COMPAT if MODULE_ZTIMER_XTIMER_COMPAT
|
||||
help
|
||||
Support for gettimeofday()
|
||||
|
||||
rsource "Kconfig.newlib"
|
||||
rsource "Kconfig.picolibc"
|
||||
|
Loading…
Reference in New Issue
Block a user