diff options
author | Thomas Huth | 2018-10-24 12:18:34 +0200 |
---|---|---|
committer | Laurent Vivier | 2018-10-26 17:17:32 +0200 |
commit | 7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978 (patch) | |
tree | 9f329ae877bfc43c942a9d2870f8e7b213174f32 /default-configs | |
parent | Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in... (diff) | |
download | qemu-7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978.tar.gz qemu-7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978.tar.xz qemu-7bdf199ffe76e631d7eaff8cc27c8c2ab68f6978.zip |
configs/alpha: Remove unused CONFIG_PARALLEL_ISA switch
We don't use CONFIG_PARALLEL_ISA in any of our Makefiles, so this
is just a dead config option which can be removed.
Fixes: a4cb773928e047b137c6998209cf2eec857fac6b
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <1540376314-5727-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/alpha-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-softmmu.mak index eb58b40254..4d654eaa0b 100644 --- a/default-configs/alpha-softmmu.mak +++ b/default-configs/alpha-softmmu.mak @@ -8,7 +8,6 @@ CONFIG_I82374=y CONFIG_I8254=y CONFIG_I8257=y CONFIG_PARALLEL=y -CONFIG_PARALLEL_ISA=y CONFIG_FDC=y CONFIG_PCKBD=y CONFIG_VGA_CIRRUS=y |