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

8 lines
269 B
Plaintext
Raw Normal View History

CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
2021-06-15 12:01:06 +02:00
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_QDSA=y