arch/risc-v/esp32c3: Remove the SHA test from the driver.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-10-15 13:19:07 +02:00
committed by Gustavo Henrique Nihei
parent 5d1c01aea7
commit 652d77efd2
3 changed files with 1 additions and 592 deletions
-9
View File
@@ -1045,15 +1045,6 @@ endmenu # Partition Configuration
endif
menu "SHA accelerator"
depends on ESP32C3_SHA_ACCELERATOR
config ESP32C3_SHA_ACCELERATOR_TEST
bool "SHA accelerator test"
default n
endmenu # ESP32C3_SHA_ACCELERATOR
menu "RSA Accelerate Configuration"
depends on ESP32C3_RSA_ACCELERATOR
File diff suppressed because it is too large Load Diff
@@ -23,7 +23,6 @@ CONFIG_DEBUG_ASSERTIONS=y
CONFIG_DEBUG_FEATURES=y
CONFIG_DEV_ZERO=y
CONFIG_ESP32C3_SHA_ACCELERATOR=y
CONFIG_ESP32C3_SHA_ACCELERATOR_TEST=y
CONFIG_FS_PROCFS=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INTELHEX_BINARY=y
@@ -44,4 +43,4 @@ CONFIG_START_MONTH=11
CONFIG_START_YEAR=2019
CONFIG_SYSTEM_NSH=y
CONFIG_UART0_SERIAL_CONSOLE=y
CONFIG_USER_ENTRYPOINT="esp32c3_sha_main"
CONFIG_USER_ENTRYPOINT="nsh_main"