Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
drivers: include xilinx-pcie bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
terpstra committed Jun 30, 2016
1 parent bbbd281 commit c194954
Show file tree
Hide file tree
Showing 3 changed files with 721 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/riscv/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ config GPIO_RV
This enables support for platform GPIO devices.

Say 'Y' here if you want the kernel to support LEDs.

config PCIE_XILINX_RV
bool "Xilinx AXI PCIe host bridge support fo RV"
depends on RISCV
select PCI
help
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
Host Bridge driver.
1 change: 1 addition & 0 deletions arch/riscv/drivers/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_CONFIG_STRING) += config.o
obj-$(CONFIG_PLIC) += plic.o
obj-$(CONFIG_GPIO_RV) += gpio-riscv.o
obj-$(CONFIG_PCIE_XILINX_RV) += pcie-xilinx-rv.o

0 comments on commit c194954

Please sign in to comment.