mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/riscv: Move sifive_uart model to hw/char
This is an effort to clean up the hw/riscv directory. Ideally it should only contain the RISC-V SoC / machine codes plus generic codes. Let's move sifive_uart model to hw/char directory. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <1599129623-68957-9-git-send-email-bmeng.cn@gmail.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
70eb9f9cd1
commit
b609b7e319
8 changed files with 9 additions and 4 deletions
|
@ -58,3 +58,6 @@ config AVR_USART
|
|||
|
||||
config MCHP_PFSOC_MMUART
|
||||
bool
|
||||
|
||||
config SIFIVE_UART
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue