[PATCH] misc: Correct dependencies on QCOM_GENI

Tom Rini trini at konsulko.com
Tue Mar 17 02:24:39 CET 2026


As exposed by "make randconfig", we have an issue with the dependencies
for QCOM_GENI. The symbol PARTITION_TYPE_GUID depends on EFI_PARTITION
and this driver cannot function without both being set, so select that
as well.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Casey Connolly <casey.connolly at linaro.org>
---
 drivers/misc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 798f1dbf26cf..b2dfc7f5b663 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -86,6 +86,7 @@ config GATEWORKS_SC
 config QCOM_GENI
 	bool "Qualcomm Generic Interface (GENI) driver"
 	depends on MISC
+	select EFI_PARTITION
 	select PARTITION_TYPE_GUID
 	help
 	  Enable support for Qualcomm GENI and it's peripherals. GENI is responseible
-- 
2.43.0



More information about the U-Boot mailing list