1
0
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:
Alexandre Abadie 2022-04-23 19:53:29 +02:00
parent b31de65de2
commit cbcda7c2bf
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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"