On 08/08/2018 13:48, Juan Quintela wrote: > Signed-off-by: Juan Quintela <quint...@redhat.com> > --- > default-configs/alpha-softmmu.mak | 2 -- > default-configs/arm-softmmu.mak | 2 -- > default-configs/hppa-softmmu.mak | 3 --- > default-configs/i386-softmmu.mak | 2 -- > default-configs/mips-softmmu-common.mak | 2 -- > default-configs/ppc-softmmu.mak | 1 - > default-configs/ppcemb-softmmu.mak | 2 -- > default-configs/sh4-softmmu.mak | 2 -- > default-configs/sh4eb-softmmu.mak | 2 -- > default-configs/sparc64-softmmu.mak | 2 -- > default-configs/x86_64-softmmu.mak | 2 -- > 11 files changed, 22 deletions(-)
I don't think CONFIG_SERIAL_ISA should be in pci.mak though, and CONFIG_SERIAL is a dependency of both CONFIG_SERIAL and CONFIG_SERIAL_PCI. Perhaps introduce a superio.mak with all the legacy ISA devices? Paolo