mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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 <richard.henderson@linaro.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user