diff mbox series

[v3,08/22] staging: ccree: remove m32r as supported platform

Message ID 1502778412-16255-9-git-send-email-gilad@benyossef.com
State New
Headers show
Series [v3,01/22] staging: ccree: fix split strings | expand

Commit Message

Gilad Ben-Yossef Aug. 15, 2017, 6:26 a.m. UTC
M32R requires special handling due due to how it has implemented
ioread32. It is also an orphaned arch on Linux and doesn't seem
to be worth the trouble. So until we have a real user, remove
support for it.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>

---
 drivers/staging/ccree/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.1.4
diff mbox series

Patch

diff --git a/drivers/staging/ccree/Kconfig b/drivers/staging/ccree/Kconfig
index 0b3092b..89af1c5 100644
--- a/drivers/staging/ccree/Kconfig
+++ b/drivers/staging/ccree/Kconfig
@@ -1,6 +1,6 @@ 
 config CRYPTO_DEV_CCREE
 	tristate "Support for ARM TrustZone CryptoCell C7XX family of Crypto accelerators"
-	depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA
+	depends on CRYPTO && CRYPTO_HW && OF && HAS_DMA && !M32R
 	default n
 	select CRYPTO_HASH
 	select CRYPTO_BLKCIPHER