Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions soc/telink/tlx/telink_tl322x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ config TELINK_TLX_MBEDTLS_HW_ACCELERATION
help
This option enables Telink TLx hardware accelerated mbedtls version.

config TELINK_TLX_MBEDTLS_HW_SHA_ACCELERATION
bool "Use Telink TLx platform mbedtls HW SHA256 acceleration"
depends on TELINK_TLX_MBEDTLS_HW_ACCELERATION
default y if MCUBOOT
help
This option enables Telink TLx hardware accelerated
SHA256 for MbedTLS in bootloader only.

# To pass CI on Zephyr 4.1
config BOOT_USE_TINYCRYPT
bool
Expand Down
8 changes: 0 additions & 8 deletions soc/telink/tlx/telink_tl323x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ config TELINK_TLX_MBEDTLS_HW_ACCELERATION
help
This option enables Telink TLx hardware accelerated mbedtls version.

config TELINK_TLX_MBEDTLS_HW_SHA_ACCELERATION
bool "Use Telink TLx platform mbedtls HW SHA256 acceleration"
depends on TELINK_TLX_MBEDTLS_HW_ACCELERATION
default y if MCUBOOT
help
This option enables Telink TLx hardware accelerated
SHA256 for MbedTLS in bootloader only.

# To pass CI on Zephyr 4.1
config BOOT_USE_TINYCRYPT
bool
Expand Down
8 changes: 0 additions & 8 deletions soc/telink/tlx/telink_tl521x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ config TELINK_TLX_MBEDTLS_HW_ACCELERATION
help
This option enables Telink TLx hardware accelerated mbedtls version.

config TELINK_TLX_MBEDTLS_HW_SHA_ACCELERATION
bool "Use Telink TLx platform mbedtls HW SHA256 acceleration"
depends on TELINK_TLX_MBEDTLS_HW_ACCELERATION
default y if MCUBOOT
help
This option enables Telink TLx hardware accelerated
SHA256 for MbedTLS in bootloader only

# To pass CI on Zephyr 4.1
config BOOT_USE_TINYCRYPT
bool
Expand Down
8 changes: 0 additions & 8 deletions soc/telink/tlx/telink_tl721x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ config TELINK_TLX_MBEDTLS_HW_ACCELERATION
help
This option enables Telink TLx hardware accelerated mbedtls version.

config TELINK_TLX_MBEDTLS_HW_SHA_ACCELERATION
bool "Use Telink TLx platform mbedtls HW SHA256 acceleration"
depends on TELINK_TLX_MBEDTLS_HW_ACCELERATION
default y if MCUBOOT
help
This option enables Telink TLx hardware accelerated
SHA256 for MbedTLS in bootloader only.

# To pass CI on Zephyr 4.1
config BOOT_USE_TINYCRYPT
bool
Expand Down
4 changes: 2 additions & 2 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ manifest:
- name: hal_telink
remote: telink-semi
repo-path: hal_telink
revision: bd870dc273989756f908077761a5e3adbd7d108f
revision: pull/208/head
path: modules/hal/telink
groups:
- hal
Expand Down Expand Up @@ -370,7 +370,7 @@ manifest:
- name: telink_ble_sdk
remote: telink-semi
repo-path: tl_ble_sdk_zephyr
revision: de6f125c8ae6d29c4a640ab3526b40ff8c3f0a20
revision: pull/5/head
path: modules/hal/telink_ble_sdk
groups:
- hal
Expand Down
Loading