diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-06-23 09:24:57 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-07-05 13:33:31 +0200 |
commit | 73e0ea1ea964f27097ff4009b5d55f31a40d2932 (patch) | |
tree | fd948fbb12abe8ff5599495bae64d2498a0a199a /target/linux/x86 | |
parent | d46650de7c0e5aed7b70f67940588124427248ab (diff) | |
download | upstream-73e0ea1ea964f27097ff4009b5d55f31a40d2932.tar.gz upstream-73e0ea1ea964f27097ff4009b5d55f31a40d2932.tar.bz2 upstream-73e0ea1ea964f27097ff4009b5d55f31a40d2932.zip |
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)
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index 5abec3b6eb..355a8cbcdc 100644 --- a/target/linux/x86/config-4.14 +++ b/target/linux/x86/config-4.14 @@ -115,6 +115,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_DMI=y CONFIG_DMIID=y CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y |