summaryrefslogtreecommitdiff
path: root/drivers/axi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/axi/Kconfig')
-rw-r--r--drivers/axi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/axi/Kconfig b/drivers/axi/Kconfig
index ae80c98af8..f81d843f89 100644
--- a/drivers/axi/Kconfig
+++ b/drivers/axi/Kconfig
@@ -22,4 +22,11 @@ config IHS_AXI
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