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:
parent
2b95efeda3
commit
e7a1cae885
6
tests/pkg_nanors/app.config.test
Normal file
6
tests/pkg_nanors/app.config.test
Normal 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
|
Loading…
Reference in New Issue
Block a user