summaryrefslogtreecommitdiff
path: root/drivers/efi
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-11-22 09:47:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-11-25 08:43:18 +0100
commit71066293acdeaf9de8a9485a5371be2f13e14bde (patch)
treecc7b79537479d5c1aaf7608df0a6b8000617b7bb /drivers/efi
parent6a7e2f92b0ba7a51e01961b9aa840ab5b086115b (diff)
downloadbarebox-71066293acdeaf9de8a9485a5371be2f13e14bde.tar.gz
common: move EFI code into new efi/ top level directory
So far, barebox EFI meant EFI payload support on x86. Upcoming changes will extend barebox to support EFI payload _and_ loader on ARM64. Prepare for this by renaming files and directories appropriately, so it's immediately clear whether a file is about payload, loader or common support. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20211122084732.2597109-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/efi')
-rw-r--r--drivers/efi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/efi/Kconfig b/drivers/efi/Kconfig
index dd3ac7525f..e8abc2709e 100644
--- a/drivers/efi/Kconfig
+++ b/drivers/efi/Kconfig
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
config EFI_BOOTUP
bool
+ select EFI
select BLOCK
select PARTITION_DISK
select HW_HAS_PCI