From: Helge Deller Date: Sat, 25 Oct 2025 09:11:23 +0000 (+0200) Subject: hw/hppa: Add NCR 710 SCSI driver to LASI chip Kconfig entry X-Git-Tag: v10.2.0-rc1~42^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70cb0f51ca3fe704854694b1a3ef04acfbf1313e;p=thirdparty%2Fqemu.git hw/hppa: Add NCR 710 SCSI driver to LASI chip Kconfig entry 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 Signed-off-by: Helge Deller --- diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index cab21045de..9ede4d1140 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -17,7 +17,5 @@ config HPPA_B160L select IDE_CMD646 select MC146818RTC select LSI_SCSI_PCI - select LASI_82596 - select LASIPS2 select PARALLEL select ARTIST diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 4e35657468..fccd735c24 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -212,6 +212,11 @@ config VIRT_CTRL config LASI bool + select LASI_82596 + select LASIPS2 + select NCR710_SCSI + select PARALLEL + select SERIAL_MM config ALLWINNER_SRAMC bool