mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
The LASI chip is a multi I/O chip used in many older PA-RISC machines. It includes functionality for NCR710 SCSI, serial, parallel, audio, i82596 networking and PS/2 ports. Add the functionality for NCR710_SCSI to the LASI Kconfig option and move over the relevant parts from the generic HPPA_B160L Kconfig option to get the dependency right. Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Helge Deller <deller@gmx.de>
22 lines
402 B
Plaintext
22 lines
402 B
Plaintext
config HPPA_B160L
|
|
bool
|
|
default y
|
|
depends on HPPA
|
|
imply PCI_DEVICES
|
|
imply E1000_PCI
|
|
imply USB_OHCI_PCI
|
|
imply VIRTIO_VGA
|
|
select ASTRO
|
|
select DINO
|
|
select LASI
|
|
select SERIAL_MM
|
|
select SERIAL_PCI
|
|
select DIVA_GSP
|
|
select ISA_BUS
|
|
select I8259
|
|
select IDE_CMD646
|
|
select MC146818RTC
|
|
select LSI_SCSI_PCI
|
|
select PARALLEL
|
|
select ARTIST
|