Move sw_crypto and stub_keystore under src/drivers

This is more logical place for the "backend" implementation than
directly under platform.

This also allows making other implementations as "real" drivers, as well as proper configuration via Kconfigs

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen
2021-10-08 10:53:24 +03:00
committed by Daniel Agar
parent 9b7c8c8a8b
commit 929820136a
12 changed files with 14 additions and 52 deletions
+2 -7
View File
@@ -114,14 +114,9 @@ config BOARD_ETHERNET
flag to indicate that ethernet is enabled
config BOARD_CRYPTO
string "Crypto"
bool "Crypto support"
help
Crypto implementation selection
config BOARD_KEYSTORE
string "Keystore"
help
Keystore implememntation selection
Enable PX4 Crypto Support. Select the implementation under drivers
menu "Serial ports"