From 14d20133a85b63215e7848fe9f84bf8504e0df47 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 11 Jul 2025 09:20:09 -0600 Subject: [PATCH] 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 --- drivers/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2