diff --git a/drivers/fpga/Kconfig b/drivers/fpga/Kconfig index 6b2c866319..2dc4bd5ad3 100644 --- a/drivers/fpga/Kconfig +++ b/drivers/fpga/Kconfig @@ -45,4 +45,19 @@ config FPGA_ZYNQMPPL Enable FPGA driver for loading bitstream in BIT and BIN format 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