]> git.proxmox.com Git - mirror_qemu.git/commit
hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
authorBin Meng <bmeng@tinylab.org>
Sun, 11 Dec 2022 03:08:16 +0000 (11:08 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Fri, 6 Jan 2023 00:42:55 +0000 (10:42 +1000)
commit8a19e7fe6efc67764c107749c7be83521618048a
treec2c733bead41caacf24780651791e932fc5b51f6
parenta28c94e001fcc158e504bb0c1c340c10d9288c52
hw/riscv: Fix opentitan dependency to SIFIVE_PLIC

Since commit ef6310064820 ("hw/riscv: opentitan: Update to the latest build")
the IBEX PLIC model was replaced with the SiFive PLIC model in the
'opentitan' machine but we forgot the add the dependency there.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20221211030829.802437-3-bmeng@tinylab.org>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/Kconfig