summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.ind.br>2018-03-15 09:55:58 -0300
committerPeter Korsgaard <peter@korsgaard.com>2018-03-18 21:58:24 +0100
commit03a82765b1238bc57ce39f164c2de8c471b91f33 (patch)
tree5b6617d3ec87812e6d4f32ec46e2e43f09ff9558
parent157231405d219e484aa3829acff23569f6a60d00 (diff)
downloadbuildroot-03a82765b1238bc57ce39f164c2de8c471b91f33.tar.gz
buildroot-03a82765b1238bc57ce39f164c2de8c471b91f33.zip
tmp2-tss: remove architecture restriction
Followingig a suggestion from Peter Korsgaard, remove the restriction to x86 and x86_64. It is preferable to expose the package unless there is a build time dependency on an architecture or the package is specific to a certain SoC or board. Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/tpm2-tss/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/tpm2-tss/Config.in b/package/tpm2-tss/Config.in
index 1eb69d3e93..ebf0fd262d 100644
--- a/package/tpm2-tss/Config.in
+++ b/package/tpm2-tss/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_TPM2_TSS
bool "tpm2-tss"
- depends on BR2_i386 || BR2_x86_64
select BR2_PACKAGE_LIBURIPARSER
help
OSS implementation of the Trusted Computing Group's (TCG) TPM2
OpenPOWER on IntegriCloud