mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
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:
committed by
Daniel Agar
parent
9b7c8c8a8b
commit
929820136a
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user