summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-22 09:47:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-25 08:43:59 +0100
commitba42121dae2eeed8aaf7003910add61d9f0af299 (patch)
treef54250360c56ea5389c8876645fce020d628a48d /arch/x86
parentf57af3348d2a80b92bae9ab4b882a8e0e2c87002 (diff)
downloadbarebox-ba42121dae2eeed8aaf7003910add61d9f0af299.tar.gz
barebox-ba42121dae2eeed8aaf7003910add61d9f0af299.tar.xz
drivers: efi: move Kconfig options to new menu
CONFIG_EFI_BOOTUP isn't really a driver option and we got a new menu now for all things EFI, so let's move it there. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211122084732.2597109-12-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index bcb44b23f0..f40b14dddc 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -47,7 +47,4 @@ config MACH_EFI_GENERIC
config X86_EFI
def_bool y
select EFI_BOOTUP
- select EFI_GUID
- select EFI_DEVICEPATH
- select PRINTF_UUID
select CLOCKSOURCE_EFI_X86