blob: 4e4153b42832629b02a86af72c42e6f67eb8dbe1 [file] [log] [blame]
Mario Sixa63e54a2018-08-09 14:51:16 +02001menuconfig 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.