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
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) nx-crypto-objs := nx.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 		  nx_debugfs.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 		  nx-aes-cbc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 		  nx-aes-ecb.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 		  nx-aes-gcm.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 		  nx-aes-ccm.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 		  nx-aes-ctr.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 		  nx-aes-xcbc.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		  nx-sha256.o \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 		  nx-sha512.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) nx-compress-objs := nx-842.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) nx-compress-pseries-objs := nx-842-pseries.o
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) nx-compress-powernv-objs := nx-common-powernv.o