提交 94dfd6b6 编写于 作者: Z Zihao Yu

riscv: add dummy eth

* it compiles, but cannot allocate dma buffer at runtime
上级 40608770
......@@ -222,6 +222,8 @@ endmenu
menu "Bus support"
source "arch/riscv/drivers/Kconfig"
config PCI
bool "PCI support"
select PCI_MSI
......
......@@ -80,4 +80,6 @@ core-y += arch/riscv/kernel/ arch/riscv/mm/
libs-y += arch/riscv/lib/
drivers-y += arch/riscv/drivers/
all: vmlinux
config ETH_XILINX_RV
bool "Xilinx AXI dummy eth support for RV"
depends on RISCV
help
Say 'Y' here if you want kernel to support the Xilinx AXI dummy eth driver.
obj-$(CONFIG_ETH_XILINX_RV) += xilinx_dummy_eth_main.o
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册