diff options
author | Xiaojuan Yang | 2022-11-07 03:09:47 +0100 |
---|---|---|
committer | Song Gao | 2022-12-02 11:03:05 +0100 |
commit | 14dccc8ea6ece7ee63273144fb55e4770a05e0fd (patch) | |
tree | 1e8eed667125ce80d12e88c45a1fcab703e7b027 /hw/loongarch/Kconfig | |
parent | Update VERSION for v7.2.0-rc3 (diff) | |
download | qemu-14dccc8ea6ece7ee63273144fb55e4770a05e0fd.tar.gz qemu-14dccc8ea6ece7ee63273144fb55e4770a05e0fd.tar.xz qemu-14dccc8ea6ece7ee63273144fb55e4770a05e0fd.zip |
hw/loongarch/virt: Add cfi01 pflash device
Add cfi01 pflash device for LoongArch virt machine
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221130100647.398565-1-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Diffstat (limited to 'hw/loongarch/Kconfig')
-rw-r--r-- | hw/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig index 17d15b6c90..eb112af990 100644 --- a/hw/loongarch/Kconfig +++ b/hw/loongarch/Kconfig @@ -20,3 +20,4 @@ config LOONGARCH_VIRT select ACPI_HW_REDUCED select FW_CFG_DMA select DIMM + select PFLASH_CFI01 |