From 9f2b35507a0d18638b22bd5e93637041c2402acb Mon Sep 17 00:00:00 2001 From: Zide Chen Date: Mon, 24 Aug 2020 21:41:17 -0700 Subject: [PATCH] hv: remove UEFI_OS_LOADER_NAME from Kconfig Since UEFI boot is no longer supported. Tracked-On: #5197 Signed-off-by: Zide Chen --- hypervisor/arch/x86/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index 6dbc5ec25..20cb752de 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -334,14 +334,6 @@ config L1D_FLUSH_VMENTRY_ENABLED bool "Enable L1 cache flush before VM entry" default n -config UEFI_OS_LOADER_NAME - string "UEFI OS loader name" - default "\\EFI\\BOOT\\bootx64.efi" - help - Name of the UEFI bootloader that starts the Service VM. This is - typically the systemd-boot or Grub bootloader but could be any other - UEFI executable. - config MCE_ON_PSC_WORKAROUND_DISABLED bool "Force to disable software workaround for Machine Check Error on Page Size Change" default n