hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
Since commit ef63100648
("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>
This commit is contained in:
parent
a28c94e001
commit
8a19e7fe6e
@ -19,6 +19,7 @@ config MICROCHIP_PFSOC
|
|||||||
config OPENTITAN
|
config OPENTITAN
|
||||||
bool
|
bool
|
||||||
select IBEX
|
select IBEX
|
||||||
|
select SIFIVE_PLIC
|
||||||
select UNIMP
|
select UNIMP
|
||||||
|
|
||||||
config SHAKTI_C
|
config SHAKTI_C
|
||||||
|
Loading…
Reference in New Issue
Block a user