summaryrefslogtreecommitdiff
path: root/drivers/Kconfig
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 /drivers/Kconfig
parentf57af3348d2a80b92bae9ab4b882a8e0e2c87002 (diff)
downloadbarebox-ba42121dae2eeed8aaf7003910add61d9f0af299.tar.gz
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 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index dbdf3c06f5..f8d58b0697 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -2,7 +2,6 @@
menu "Drivers"
source "drivers/base/Kconfig"
-source "drivers/efi/Kconfig"
source "drivers/of/Kconfig"
source "drivers/aiodev/Kconfig"
source "drivers/amba/Kconfig"