7bdf199ffe
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: a4cb773928
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>
22 lines
375 B
Makefile
22 lines
375 B
Makefile
# Default configuration for alpha-softmmu
|
|
|
|
include pci.mak
|
|
include usb.mak
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_ISA=y
|
|
CONFIG_I82374=y
|
|
CONFIG_I8254=y
|
|
CONFIG_I8257=y
|
|
CONFIG_PARALLEL=y
|
|
CONFIG_FDC=y
|
|
CONFIG_PCKBD=y
|
|
CONFIG_VGA_CIRRUS=y
|
|
CONFIG_IDE_CORE=y
|
|
CONFIG_IDE_QDEV=y
|
|
CONFIG_VMWARE_VGA=y
|
|
CONFIG_IDE_CMD646=y
|
|
CONFIG_I8259=y
|
|
CONFIG_MC146818RTC=y
|
|
CONFIG_ISA_TESTDEV=y
|
|
CONFIG_SMC37C669=y
|