summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-03-31 17:45:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-31 17:47:04 +0200
commit5674568a5e1f4d394bdc64bc177e914aff5a749f (patch)
tree4a746564d597626a6b1eae1a69e491eddb979b9f /platforms
parent52a7394d467cbf0cf87cdebb53ec6ecc086c0fa3 (diff)
downloadptxdist-5674568a5e1f4d394bdc64bc177e914aff5a749f.tar.gz
ptxdist-5674568a5e1f4d394bdc64bc177e914aff5a749f.tar.xz
kernel: need openssl since v4.3
regarding to https://www.kernel.org/doc/Documentation/Changes kernel needs openssl to compile since v4.3 This is true only for use cases like module signing and trusted keyring for things like IMA. Add hostside openssl as an optional dependency Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/kernel.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 8b1673956..48933533a 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -9,6 +9,7 @@ menuconfig KERNEL
select HOST_LZOP if KERNEL_LZOP
select HOST_LIBKMOD if KERNEL_MODULES
select HOST_SYSTEM_BC
+ select HOST_OPENSSL if KERNEL_OPENSSL
prompt "Linux kernel "
if KERNEL
@@ -236,6 +237,15 @@ config KERNEL_LZOP
Select this if you're unsure, as it won't hurt. It just
increases the build time.
+config KERNEL_OPENSSL
+ prompt "build openssl hosttool"
+ bool
+ help
+ Select this if you're going to build your kernel with support for
+ module signing, IMA etc. where openssl is need as hosttool
+
+ Select this if you're unsure, as it won't hurt. It just
+ increases the build time.
menu "patching & configuration "