]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
misc: Tighten requirements on IHS_FPGA driver
authorTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 15:20:09 +0000 (09:20 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 18 Jul 2025 18:22:05 +0000 (12:22 -0600)
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>
drivers/misc/Kconfig

index 119014a37a91a97ac9075c279d2453094012f3e8..07a1d96757df62cdd08c3a561e5c43f58a6e10e0 100644 (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