mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
292f1b974b
commit
81fff1704f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user