hw/riscv: Move riscv_htif 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 riscv_htif 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-8-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Bin Meng 2020-09-03 18:40:18 +08:00 committed by Alistair Francis
parent 84fcf3c151
commit 70eb9f9cd1
7 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,9 @@
config ESCC
bool
config HTIF
bool
config PARALLEL
bool
default y