diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-08-09 14:51:21 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-08-11 09:16:08 +0200 |
commit | 37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0 (patch) | |
tree | b7e09e5891dc71919dd9c8dd875762b8c33578a6 /cmd/Kconfig | |
parent | 87940ec40708c14b83fa33e9e3d72d91a5fd2cee (diff) | |
download | u-boot-37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0.tar.gz |
cmd: Add axi command
Add a command to debug the AXI bus.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index ef43ed8dda..bd90946667 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1027,6 +1027,14 @@ config CMD_USB_MASS_STORAGE help USB mass storage support +config CMD_AXI + bool "axi" + depends on AXI + help + Enable the command "axi" for accessing AXI (Advanced eXtensible + Interface) busses, a on-chip interconnect specification for managing + functional blocks in SoC designs, which is also often used in designs + involving FPGAs (e.g. communication with IP cores in Xilinx FPGAs). endmenu |