summaryrefslogtreecommitdiffstats
path: root/common
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 /common
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 'common')
-rw-r--r--common/efi/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/efi/Kconfig b/common/efi/Kconfig
index a0565854c2..55939b43d6 100644
--- a/common/efi/Kconfig
+++ b/common/efi/Kconfig
@@ -2,6 +2,16 @@
menu "EFI (Extensible Firmware Interface) Support"
+config EFI_BOOTUP
+ bool
+ select EFI
+ select EFI_GUID
+ select EFI_DEVICEPATH
+ select PRINTF_UUID
+ select BLOCK
+ select PARTITION_DISK
+ select HW_HAS_PCI
+
config EFI
bool