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