diff options
author | Paolo Bonzini | 2020-09-18 12:06:09 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-03 14:07:35 +0200 |
commit | 1bb4cb1c33805c0da0db5b76852bb73759625c4e (patch) | |
tree | 7bcbf8234429845f1db5b98c3a757ee9b4078ffa /default-configs/devices/mips64el-softmmu.mak | |
parent | travis: remove TCI test (diff) | |
download | qemu-1bb4cb1c33805c0da0db5b76852bb73759625c4e.tar.gz qemu-1bb4cb1c33805c0da0db5b76852bb73759625c4e.tar.xz qemu-1bb4cb1c33805c0da0db5b76852bb73759625c4e.zip |
default-configs: move files to default-configs/devices/
Make room for target files in default-configs/targets/
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/devices/mips64el-softmmu.mak')
-rw-r--r-- | default-configs/devices/mips64el-softmmu.mak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/default-configs/devices/mips64el-softmmu.mak b/default-configs/devices/mips64el-softmmu.mak new file mode 100644 index 0000000000..9f8a3ef156 --- /dev/null +++ b/default-configs/devices/mips64el-softmmu.mak @@ -0,0 +1,14 @@ +# Default configuration for mips64el-softmmu + +include mips-softmmu-common.mak +CONFIG_IDE_VIA=y +CONFIG_FULOONG=y +CONFIG_ATI_VGA=y +CONFIG_RTL8139_PCI=y +CONFIG_JAZZ=y +CONFIG_VT82C686=y +CONFIG_AHCI=y +CONFIG_MIPS_BOSTON=y +CONFIG_FITLOADER=y +CONFIG_PCI_EXPRESS=y +CONFIG_PCI_EXPRESS_XILINX=y |