driver: fpga: add rockchip support

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I52b089453383f9b48693c1cae3e0a97a5cf2339f
This commit is contained in:
Joseph Chen 2020-10-28 21:05:15 +08:00
parent 2d11b8685e
commit 73a2b1f652
1 changed files with 15 additions and 0 deletions

View File

@ -45,4 +45,19 @@ config FPGA_ZYNQMPPL
Enable FPGA driver for loading bitstream in BIT and BIN format Enable FPGA driver for loading bitstream in BIT and BIN format
on Xilinx Zynq UltraScale+ (ZynqMP) device. on Xilinx Zynq UltraScale+ (ZynqMP) device.
config FPGA_ROCKCHIP
bool "Enable Rockchip FPGA drivers"
depends on ARCH_ROCKCHIP
help
Enale Rockchip FPGA specific functions.
config FPGA_MMC
bool "FPGA board with MMC"
depends on FPGA_ROCKCHIP
config FPGA_RAM
bool "FPGA board with RAM"
depends on FPGA_ROCKCHIP
select DM_RAMDISK
select RAMDISK_RO
endmenu endmenu