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 <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-07-11 09:20:09 -06:00
parent 0f83825802
commit 14d20133a8

View File

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