From: Ladislav Michl <oss-lists@triops.cz>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/3] cryptodev: move cryptodev kernel module to platform
Date: Sun, 22 Feb 2026 16:19:05 +0100 [thread overview]
Message-ID: <aZseaaVemMqQY-iT@lenoch> (raw)
In-Reply-To: <aZseChqY58Wcw65n@lenoch>
From: Ladislav Michl <ladis@triops.cz>
Signed-off-by: Ladislav Michl <ladis@triops.cz>
---
{rules => platforms}/cryptodev.in | 2 +-
rules/cryptodev-api.in | 1 -
rules/cryptodev-api.make | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
rename {rules => platforms}/cryptodev.in (89%)
diff --git a/rules/cryptodev.in b/platforms/cryptodev.in
similarity index 89%
rename from rules/cryptodev.in
rename to platforms/cryptodev.in
index f59d8f58c..59d4aa9f0 100644
--- a/rules/cryptodev.in
+++ b/platforms/cryptodev.in
@@ -1,4 +1,4 @@
-## SECTION=core
+## SECTION=platform_project_specific
config CRYPTODEV
tristate
diff --git a/rules/cryptodev-api.in b/rules/cryptodev-api.in
index 86af4ed23..10a42c46d 100644
--- a/rules/cryptodev-api.in
+++ b/rules/cryptodev-api.in
@@ -2,7 +2,6 @@
config CRYPTODEV_API
tristate
- select CRYPTODEV if RUNTIME
prompt "cryptodev API"
help
API headers for Cryptodev-linux. This is needed to build
diff --git a/rules/cryptodev-api.make b/rules/cryptodev-api.make
index 606108bd9..762195278 100644
--- a/rules/cryptodev-api.make
+++ b/rules/cryptodev-api.make
@@ -18,6 +18,7 @@ CRYPTODEV_API_VERSION = $(CRYPTODEV_VERSION)
CRYPTODEV_API_MD5 = $(CRYPTODEV_MD5)
CRYPTODEV_API = cryptodev-api-$(CRYPTODEV_API_VERSION)
CRYPTODEV_API_SUFFIX = tar.gz
+CRYPTODEV_API_PATCHES = $(CRYPTODEV)
CRYPTODEV_API_URL = $(CRYPTODEV_URL)
CRYPTODEV_API_SOURCE = $(CRYPTODEV_SOURCE)
CRYPTODEV_API_DIR = $(BUILDDIR)/$(CRYPTODEV_API)
--
2.47.3
next prev parent reply other threads:[~2026-02-22 15:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-22 15:17 [ptxdist] [PATCH 0/3] cryptodev update Ladislav Michl
2026-02-22 15:18 ` [ptxdist] [PATCH 1/3] cryptodev: fix compilation with Linux-6.18-rc1 Ladislav Michl
2026-02-22 15:19 ` Ladislav Michl [this message]
2026-02-22 15:19 ` [ptxdist] [PATCH 3/3] cryptodev: simplify rules Ladislav Michl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aZseaaVemMqQY-iT@lenoch \
--to=oss-lists@triops.cz \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox