We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42778a8 commit cfbe028Copy full SHA for cfbe028
samples/drivers/crypto/src/main.c
@@ -32,6 +32,8 @@ LOG_MODULE_REGISTER(main);
32
#define CRYPTO_DEV_COMPAT ti_cc23x0_aes
33
#elif CONFIG_CRYPTO_SI32
34
#define CRYPTO_DEV_COMPAT silabs_si32_aes
35
+#elif CONFIG_CRYPTO_ESP32_AES
36
+#define CRYPTO_DEV_COMPAT espressif_esp32_aes
37
#else
38
#error "You need to enable one crypto device"
39
#endif
0 commit comments