RISC-V: hook new crypto subdir into build-system
authorHeiko Stuebner <heiko.stuebner@vrull.eu>
Mon, 22 Jan 2024 00:19:14 +0000 (16:19 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Tue, 23 Jan 2024 01:55:17 +0000 (17:55 -0800)
commit178f3856436c748485cb7f8c134be2471f6d539f
tree28f1d66ef4bfe708ad0728444b7e6448e7955c07
parent34ca4ec628deb4f00da38c7d73486b8499e30dea
RISC-V: hook new crypto subdir into build-system

Create a crypto subdirectory for added accelerated cryptography routines
and hook it into the riscv Kbuild and the main crypto Kconfig.

Signed-off-by: Heiko Stuebner <heiko.stuebner@vrull.eu>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Jerry Shih <jerry.shih@sifive.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20240122002024.27477-4-ebiggers@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/Kbuild
arch/riscv/crypto/Kconfig [new file with mode: 0644]
arch/riscv/crypto/Makefile [new file with mode: 0644]
crypto/Kconfig