[PATCH] misc: Correct dependencies on QCOM_GENI
Casey Connolly
casey.connolly at linaro.org
Thu Mar 19 20:51:41 CET 2026
On 17/03/2026 02:24, Tom Rini wrote:
> 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>
Reviewed-by: Casey Connolly <casey.connolly at linaro.org>
> ---
> 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
--
// Casey (she/her)
More information about the U-Boot
mailing list