From: Tom Rini Date: Fri, 11 Jul 2025 15:20:09 +0000 (-0600) Subject: misc: Tighten requirements on IHS_FPGA driver X-Git-Tag: v2025.10-rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d20133a85b63215e7848fe9f84bf8504e0df47;p=thirdparty%2Fu-boot.git misc: Tighten requirements on IHS_FPGA driver This driver requires that the gdsys legacy driver option also be enabled in order to build. Express that requirement in Kconfig as well. Signed-off-by: Tom Rini --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 119014a37a9..07a1d96757d 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -650,7 +650,7 @@ config GDSYS_SOC config IHS_FPGA bool "Enable IHS FPGA driver" - depends on MISC + depends on MISC && (GDSYS_LEGACY_DRIVERS || SYS_FPGA_FLAVOR_GAZERBEAM) help Support IHS (Integrated Hardware Systems) FPGA, the main FPGAs on gdsys devices, which supply the majority of the functionality offered