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 <casey.connolly@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2026-03-16 19:24:39 -06:00
parent 292f1b974b
commit 81fff1704f

View File

@ -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