diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-07 21:25:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-07 21:25:08 -0500 |
commit | 60970c18aa95d5ce7716faa67d8ccae4f15fc12b (patch) | |
tree | 051552e119fa98c65c861ff3cb6ef6f1e62feee6 | |
parent | f86727f8bd650b6b79bbbb7b0b57b3a43522a28e (diff) | |
parent | 1c034a2fe56061af439c4e74f8f6c08e3714a730 (diff) |
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform update from Ingo Molnar:
"A defconfig update"
* 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/defconfig: Enable EFI stub, mixed mode and BGRT
-rw-r--r-- | arch/x86/configs/i386_defconfig | 2 | ||||
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 4bb95d7ad947..5d946f4a881f 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig | |||
@@ -310,3 +310,5 @@ CONFIG_SECURITY_SELINUX_BOOTPARAM=y | |||
310 | CONFIG_SECURITY_SELINUX_DISABLE=y | 310 | CONFIG_SECURITY_SELINUX_DISABLE=y |
311 | CONFIG_CRYPTO_AES_586=y | 311 | CONFIG_CRYPTO_AES_586=y |
312 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 312 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
313 | CONFIG_EFI_STUB=y | ||
314 | CONFIG_ACPI_BGRT=y | ||
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 0fed049422a8..300ad569d6a7 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig | |||
@@ -308,3 +308,6 @@ CONFIG_SECURITY_SELINUX=y | |||
308 | CONFIG_SECURITY_SELINUX_BOOTPARAM=y | 308 | CONFIG_SECURITY_SELINUX_BOOTPARAM=y |
309 | CONFIG_SECURITY_SELINUX_DISABLE=y | 309 | CONFIG_SECURITY_SELINUX_DISABLE=y |
310 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 310 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |
311 | CONFIG_EFI_STUB=y | ||
312 | CONFIG_EFI_MIXED=y | ||
313 | CONFIG_ACPI_BGRT=y | ||