From 45f98e964a58a58ff1433bf4c3ed3bc92544fad8 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:30:10 +0800 Subject: [PATCH] x86/4.19: fix build for crypto ccp module cherry-pick from upstream commit, fix https://github.com/project-openwrt/openwrt-kisco/issues/46 --- target/linux/x86/config-4.19 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/config-4.19 b/target/linux/x86/config-4.19 index f910fb945f..db792ca5a1 100644 --- a/target/linux/x86/config-4.19 +++ b/target/linux/x86/config-4.19 @@ -151,6 +151,7 @@ CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_DELL_RBU is not set +CONFIG_DMADEVICES=y CONFIG_DMA_DIRECT_OPS=y CONFIG_DMI=y CONFIG_DMIID=y