summaryrefslogtreecommitdiffstats
path: root/rules/cryptodev-api.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 21:07:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-18 21:07:28 +0200
commit5ed6456b3d3c163080cd21b222c8776dac85e20c (patch)
tree97c3e6536da8c392ff9e09c133f965272bc7d7c5 /rules/cryptodev-api.in
parent5585402dde6672d3b9a95fecea544e4c30ae885f (diff)
downloadptxdist-5ed6456b3d3c163080cd21b222c8776dac85e20c.tar.gz
ptxdist-5ed6456b3d3c163080cd21b222c8776dac85e20c.tar.xz
cryptodev: split userspace header into a separate package
This relaxes the dependencies and openssl and gnutls are not ordered after the kernel. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cryptodev-api.in')
-rw-r--r--rules/cryptodev-api.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/cryptodev-api.in b/rules/cryptodev-api.in
new file mode 100644
index 000000000..d727df9f8
--- /dev/null
+++ b/rules/cryptodev-api.in
@@ -0,0 +1,9 @@
+## SECTION=project_specific
+
+config CRYPTODEV_API
+ tristate
+ select CRYPTODEV if RUNTIME
+ prompt "cryptodev API"
+ help
+ API headers for Cryptodev-linux. This is needed to build
+ userspace code that uses Cryptodev-linux.