mmc: fsl_esdhc: fix voltage validation
[oweals/u-boot.git] / drivers / axi / Kconfig
index 4e4153b42832629b02a86af72c42e6f67eb8dbe1..f81d843f894433c4797a091b2fa8b67affeeceab 100644 (file)
@@ -11,3 +11,22 @@ menuconfig AXI
          for now).
 
          Other similar bus architectures may be compatible as well.
+
+if AXI
+
+config IHS_AXI
+       bool "Enable IHS AXI driver"
+       depends on DM
+       help
+         Support for gdsys Integrated Hardware Systems Advanced eXtensible
+         Interface (IHS AXI) bus on a gdsys IHS FPGA used to communicate with
+         IP cores in the FPGA (e.g. video transmitter cores).
+
+config AXI_SANDBOX
+       bool "Enable AXI sandbox driver"
+       depends on DM
+       help
+         Support AXI (Advanced eXtensible Interface) emulation for the sandbox
+         environment.
+
+endif