1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_libcose_encrypt/app.config.test
2022-05-17 10:51:34 +02:00

10 lines
332 B
Plaintext

CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_LIBCOSE_CRYPT_RIOT=y
CONFIG_MODULE_MEMARRAY=y
# 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_MUSL_LCG=y
CONFIG_MODULE_RANDOM=y
CONFIG_PACKAGE_LIBCOSE=y