From: Bin Meng Date: Sun, 11 Dec 2022 03:08:16 +0000 (+0800) Subject: hw/riscv: Fix opentitan dependency to SIFIVE_PLIC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a19e7fe6efc67764c107749c7be83521618048a;p=qemu.git 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 Reviewed-by: Wilfred Mallawa Reviewed-by: Alistair Francis Message-Id: <20221211030829.802437-3-bmeng@tinylab.org> Signed-off-by: Alistair Francis --- diff --git a/hw/riscv/Kconfig b/hw/riscv/Kconfig index 167dc4cca6..1e4b58024f 100644 --- a/hw/riscv/Kconfig +++ b/hw/riscv/Kconfig @@ -19,6 +19,7 @@ config MICROCHIP_PFSOC config OPENTITAN bool select IBEX + select SIFIVE_PLIC select UNIMP config SHAKTI_C