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:
parent
45b6116c4c
commit
3854db364a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user