From: Tom Rini Date: Tue, 17 Mar 2026 01:24:39 +0000 (-0600) Subject: misc: Correct dependencies on QCOM_GENI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81fff1704fc38171bf6fc34c7fc0f25e93d2e2b0;p=thirdparty%2Fu-boot.git misc: Correct dependencies on QCOM_GENI 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. Reviewed-by: Casey Connolly Signed-off-by: Tom Rini --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index a0aa290480e..ce2d23756df 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