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:
parent
fb722e1dc2
commit
70cb0f51ca
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue