Skip to content

Commit e294ca1

Browse files
Gilad Ben-Yossefherbertx
authored andcommitted
staging: ccree: rename staging ver and mark as broken
Rename the Kconfig var of the staging tree version of the driver in preparation of introducing the final version of the driver into the cryptodev tree to avoid link time symbol collisions. Signed-off-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 6f221f7 commit e294ca1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/staging/ccree/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
config CRYPTO_DEV_CCREE
3+
config CRYPTO_DEV_CCREE_OLD
44
tristate "Support for ARM TrustZone CryptoCell C7XX family of Crypto accelerators"
5-
depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA
5+
depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA && BROKEN
66
default n
77
select CRYPTO_HASH
88
select CRYPTO_BLKCIPHER

drivers/staging/ccree/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22

3-
obj-$(CONFIG_CRYPTO_DEV_CCREE) := ccree.o
3+
obj-$(CONFIG_CRYPTO_DEV_CCREE_OLD) := ccree.o
44
ccree-y := cc_driver.o cc_buffer_mgr.o cc_request_mgr.o cc_cipher.o cc_hash.o cc_aead.o cc_ivgen.o cc_sram_mgr.o
55
ccree-$(CONFIG_CRYPTO_FIPS) += cc_fips.o
66
ccree-$(CONFIG_DEBUG_FS) += cc_debugfs.o

0 commit comments

Comments
 (0)