]> Git Repo - linux.git/commitdiff
x86/defconfig: Enable EFI stub, mixed mode and BGRT
authorArd Biesheuvel <[email protected]>
Mon, 11 Feb 2019 08:52:47 +0000 (08:52 +0000)
committerIngo Molnar <[email protected]>
Mon, 11 Feb 2019 10:40:41 +0000 (11:40 +0100)
Enable various options in the defconfigs of both i386 and x86_64
that could do with some test coverage in automated testing. Note
that these options are typically enabled by distros as well.

Signed-off-by: Ard Biesheuvel <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Matt Fleming <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index 4bb95d7ad94759b5959610136f27d959d6a34ce0..5d946f4a881f5b93a1eb2e259b783c9fe833d6c3 100644 (file)
@@ -310,3 +310,5 @@ CONFIG_SECURITY_SELINUX_BOOTPARAM=y
 CONFIG_SECURITY_SELINUX_DISABLE=y
 CONFIG_CRYPTO_AES_586=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
+CONFIG_EFI_STUB=y
+CONFIG_ACPI_BGRT=y
index 0fed049422a8fb11e652b2b4606e6ff4db39ec12..300ad569d6a77518cae7b3efc7dec06dd048f0da 100644 (file)
@@ -308,3 +308,6 @@ CONFIG_SECURITY_SELINUX=y
 CONFIG_SECURITY_SELINUX_BOOTPARAM=y
 CONFIG_SECURITY_SELINUX_DISABLE=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
+CONFIG_EFI_STUB=y
+CONFIG_EFI_MIXED=y
+CONFIG_ACPI_BGRT=y
This page took 0.062504 seconds and 4 git commands to generate.