a72bd606ca
Now that we have the prerequisites in target/hppa/, implement the hardware for a PA7100LC. This also enables build for hppa-softmmu. Signed-off-by: Helge Deller <deller@gmx.de> [rth: Since it is all new code, squashed all branch development withing hw/hppa/ to a single patch.] Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
15 lines
265 B
Makefile
15 lines
265 B
Makefile
include pci.mak
|
|
include usb.mak
|
|
CONFIG_SERIAL=y
|
|
CONFIG_SERIAL_ISA=y
|
|
CONFIG_ISA_BUS=y
|
|
CONFIG_I8259=y
|
|
CONFIG_VIRTIO_PCI=$(CONFIG_PCI)
|
|
CONFIG_VIRTIO=y
|
|
CONFIG_E1000_PCI=y
|
|
CONFIG_IDE_ISA=y
|
|
CONFIG_IDE_CMD646=y
|
|
# CONFIG_IDE_MMIO=y
|
|
CONFIG_VIRTIO_VGA=y
|
|
CONFIG_MC146818RTC=y
|