From 472b8fc91bbab0530d72e9780a482bacc1bbe5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Tue, 23 Jun 2020 09:24:57 +0200 Subject: armvirt,x86: fix build breakage of crypto ccp module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream in commit f9f8f0c24203 ("crypto: ccp -- don't "select" CONFIG_DMADEVICES") removed dependency on CONFIG_DMADEVICES symbol which leads to build breakage of ccp crypto module, so fix this by adding that symbol back in the kernel config. Signed-off-by: Petr Štetiar --- target/linux/armvirt/config-5.4 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/armvirt/config-5.4') diff --git a/target/linux/armvirt/config-5.4 b/target/linux/armvirt/config-5.4 index 5d62dcd276..0754831fe4 100644 --- a/target/linux/armvirt/config-5.4 +++ b/target/linux/armvirt/config-5.4 @@ -63,6 +63,7 @@ CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_WORKQUEUE=y CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DMADEVICES=y CONFIG_DMA_REMAP=y CONFIG_DTC=y CONFIG_EDAC_SUPPORT=y -- cgit v1.2.3