armvirt,x86: fix build breakage of crypto ccp module
authorPetr Štetiar <ynezz@true.cz>
Tue, 23 Jun 2020 07:24:57 +0000 (09:24 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Jul 2020 11:33:31 +0000 (13:33 +0200)
commit73e0ea1ea964f27097ff4009b5d55f31a40d2932
treefd948fbb12abe8ff5599495bae64d2498a0a199a
parentd46650de7c0e5aed7b70f67940588124427248ab
armvirt,x86: fix build breakage of crypto ccp module

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.

Fixes: f4985a22ca1b ("kernel: Update kernel 4.14 to version 4.14.187")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 472b8fc91bbab0530d72e9780a482bacc1bbe5f7)
target/linux/armvirt/config-4.14
target/linux/x86/config-4.14