summaryrefslogtreecommitdiffstats
path: root/drivers/axi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/axi/Kconfig')
-rw-r--r--drivers/axi/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/axi/Kconfig b/drivers/axi/Kconfig
index 4e4153b428..ae80c98af8 100644
--- a/drivers/axi/Kconfig
+++ b/drivers/axi/Kconfig
@@ -11,3 +11,15 @@ 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).
+
+endif