xref: /openbmc/u-boot/drivers/axi/Kconfig (revision a63e54ab5fea8aa15c561dd29bd10edfccc1609c)
1menuconfig AXI
2	bool "AXI bus drivers"
3	help
4	  Support AXI (Advanced eXtensible Interface) busses, a on-chip
5	  interconnect specification for managing functional blocks in SoC
6	  designs, which is also often used in designs involving FPGAs (e.g.
7	  communication with IP cores in Xilinx FPGAs).
8
9	  These types of busses expose a virtual address space that can be
10	  accessed using different address widths (8, 16, and 32 are supported
11	  for now).
12
13	  Other similar bus architectures may be compatible as well.
14