1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/stdio/kconfig: associate symbol to implementation

This commit is contained in:
Leandro Lanzieri 2021-09-30 13:39:03 +02:00
parent 45b6116c4c
commit 3854db364a
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -8,7 +8,7 @@
menu "Standard Input/Output (STDIO)"
depends on TEST_KCONFIG
choice
choice STDIO_IMPLEMENTATION
bool "STDIO implementation"
default MODULE_STDIO_NATIVE if CPU_ARCH_NATIVE
default MODULE_STDIO_UART