mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
CONFIG_MODULE_AUTO_INIT_USBUS=n
|
|
CONFIG_MODULE_USBUS=y
|
|
CONFIG_MODULE_FIDO2=y
|
|
CONFIG_MODULE_FIDO2_CTAP=y
|
|
CONFIG_MODULE_FIDO2_CTAP_TRANSPORT=y
|
|
CONFIG_MODULE_FIDO2_CTAP_TRANSPORT_HID=y
|
|
|
|
CONFIG_PACKAGE_FIDO2_TESTS=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
|