Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config CRYPTO_DEV_STM32_CRC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Support for STM32 crc accelerators"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on ARCH_STM32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select CRYPTO_HASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	select CRC32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	  This enables support for the CRC32 hw accelerator which can be found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	  on STMicroelectronics STM32 SOC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) config CRYPTO_DEV_STM32_HASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	tristate "Support for STM32 hash accelerators"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	depends on ARCH_STM32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	depends on HAS_DMA
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	select CRYPTO_HASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	select CRYPTO_MD5
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	select CRYPTO_SHA1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	select CRYPTO_SHA256
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	select CRYPTO_ENGINE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	  This enables support for the HASH hw accelerator which can be found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  on STMicroelectronics STM32 SOC.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) config CRYPTO_DEV_STM32_CRYP
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	tristate "Support for STM32 cryp accelerators"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 	depends on ARCH_STM32
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	select CRYPTO_HASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	select CRYPTO_ENGINE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	select CRYPTO_LIB_DES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  This enables support for the CRYP (AES/DES/TDES) hw accelerator which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 	  can be found on STMicroelectronics STM32 SOC.