summaryrefslogtreecommitdiff
path: root/drivers/axi/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-111-0/+7
| | | | | | | Add test infrastructure and tests for the AXI uclass. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
* axi: Add ihs_axi driverMario Six2018-08-111-0/+12
| | | | | | | Add a driver for the gdsys IHS AXI bus used on IHS FPGAs. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
* drivers: Add AXI uclassMario Six2018-08-111-0/+13
Add a uclass for AXI (Advanced eXtensible Interface) busses, and a driver for the gdsys IHS AXI bus on IHS FPGAs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>