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

tests/pkg_nanors: add Kconfig configuration

This commit is contained in:
Alexandre Abadie 2022-04-27 11:41:54 +02:00
parent 2b95efeda3
commit e7a1cae885
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -0,0 +1,6 @@
CONFIG_PACKAGE_NANORS=y
CONFIG_MODULE_RANDOM=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