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/alpha-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/alpha-softmmu.mak')
-rw-r--r-- | default-configs/devices/alpha-softmmu.mak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/default-configs/devices/alpha-softmmu.mak b/default-configs/devices/alpha-softmmu.mak new file mode 100644 index 0000000000..d186fe8e9b --- /dev/null +++ b/default-configs/devices/alpha-softmmu.mak @@ -0,0 +1,10 @@ +# Default configuration for alpha-softmmu + +# Uncomment the following lines to disable these optional devices: +# +#CONFIG_PCI_DEVICES=n +#CONFIG_TEST_DEVICES=n + +# Boards: +# +CONFIG_DP264=y |