On Mon, Nov 27, 2023 at 03:06:52PM +0800, Jerry Shih wrote: > From: Heiko Stuebner <heiko.stuebner@xxxxxxxx> > > 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@xxxxxxxx> > Signed-off-by: Jerry Shih <jerry.shih@xxxxxxxxxx> > --- > arch/riscv/Kbuild | 1 + > arch/riscv/crypto/Kconfig | 5 +++++ > arch/riscv/crypto/Makefile | 4 ++++ > crypto/Kconfig | 3 +++ > 4 files changed, 13 insertions(+) > create mode 100644 arch/riscv/crypto/Kconfig > create mode 100644 arch/riscv/crypto/Makefile Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric