summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2018-03-14 13:02:48 +0100
committerGreg Kroah-Hartman2018-03-14 13:02:48 +0100
commit8b0217965418f2bd27214b075e8d538f1b75df48 (patch)
treef8413ca58fd121ad582d717a4478da73bc96ec7c /drivers/staging/ccree/Kconfig
parentstaging: vc04_services: Replace "firmware" node with a compatible lookup. (diff)
downloadkernel-qcow2-linux-8b0217965418f2bd27214b075e8d538f1b75df48.tar.gz
kernel-qcow2-linux-8b0217965418f2bd27214b075e8d538f1b75df48.tar.xz
kernel-qcow2-linux-8b0217965418f2bd27214b075e8d538f1b75df48.zip
staging: ccree: remove ccree staging driver copy
The ccree driver is now in the cryptodev tree, so remove it from drivers/staging as it's no longer needed here. Based on a patch from Gilad, but the mailing list didn't like it :( Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/Kconfig')
-rw-r--r--drivers/staging/ccree/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/drivers/staging/ccree/Kconfig b/drivers/staging/ccree/Kconfig
deleted file mode 100644
index c94dfe8adb63..000000000000
--- a/drivers/staging/ccree/Kconfig
+++ /dev/null
@@ -1,27 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-
-config CRYPTO_DEV_CCREE
- tristate "Support for ARM TrustZone CryptoCell C7XX family of Crypto accelerators"
- depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA
- default n
- select CRYPTO_HASH
- select CRYPTO_BLKCIPHER
- select CRYPTO_DES
- select CRYPTO_AEAD
- select CRYPTO_AUTHENC
- select CRYPTO_SHA1
- select CRYPTO_MD5
- select CRYPTO_SHA256
- select CRYPTO_SHA512
- select CRYPTO_HMAC
- select CRYPTO_AES
- select CRYPTO_CBC
- select CRYPTO_ECB
- select CRYPTO_CTR
- select CRYPTO_XTS
- help
- Say 'Y' to enable a driver for the Arm TrustZone CryptoCell
- C7xx. Currently only the CryptoCell 712 REE is supported.
- Choose this if you wish to use hardware acceleration of
- cryptographic operations on the system REE.
- If unsure say Y.