diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-11 18:50:34 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-11 20:44:31 +0200 |
commit | cdd9f19819ac87cbe65916b57cb95a8933448692 (patch) | |
tree | 524ec2f44a43627a0bd82aa55a276cfa6b68fb1a /target/linux | |
parent | b3b7665e622798a83a792ca766f47d3683c2c76e (diff) | |
download | upstream-cdd9f19819ac87cbe65916b57cb95a8933448692.tar.gz upstream-cdd9f19819ac87cbe65916b57cb95a8933448692.tar.bz2 upstream-cdd9f19819ac87cbe65916b57cb95a8933448692.zip |
x86: Add CONFIG_EFI_CUSTOM_SSDT_OVERLAYS
The CONFIG_EFI_CUSTOM_SSDT_OVERLAYS option was added in kernel 4.14.188,
set it for the x86/generic target.
This fixes a build problem in the x86/generic target.
Fixes: 148d59c67edd ("kernel: update kernel 4.14 to version 4.14.193")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/generic/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/generic/config-4.14 b/target/linux/x86/generic/config-4.14 index 1e31e117dd..85976e03f2 100644 --- a/target/linux/x86/generic/config-4.14 +++ b/target/linux/x86/generic/config-4.14 @@ -104,6 +104,7 @@ CONFIG_EFIVAR_FS=m # CONFIG_EFI_BOOTLOADER_CONTROL is not set # CONFIG_EFI_CAPSULE_LOADER is not set # CONFIG_EFI_CAPSULE_QUIRK_QUARK_CSH is not set +# CONFIG_EFI_CUSTOM_SSDT_OVERLAYS is not set # CONFIG_EFI_DEV_PATH_PARSER is not set CONFIG_EFI_ESRT=y # CONFIG_EFI_FAKE_MEMMAP is not set |