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

sys/fmt/Kconfig: make module available only for testing

This commit is contained in:
Leandro Lanzieri 2020-11-25 18:45:54 +01:00
parent 5ab04a28b9
commit 25917b1986
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -7,6 +7,7 @@
menuconfig MODULE_FMT
bool "String formatting"
depends on TEST_KCONFIG
config MODULE_FMT_TABLE
bool "Table extension"