b5dfdb082f
This is only half of the work, because the proxy devices (virtio-*-pci, virtio-*-ccw, etc.) are still included unconditionally. It is still a move in the right direction. Based-on: <20180522194943.24871-1-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
13 lines
217 B
Makefile
13 lines
217 B
Makefile
include pci.mak
|
|
include usb.mak
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_ISA=y
|
|
CONFIG_ISA_BUS=y
|
|
CONFIG_I8259=y
|
|
CONFIG_E1000_PCI=y
|
|
CONFIG_IDE_ISA=y
|
|
CONFIG_IDE_CMD646=y
|
|
# CONFIG_IDE_MMIO=y
|
|
CONFIG_VIRTIO_VGA=y
|
|
CONFIG_MC146818RTC=y
|