On 10/17/25 15:06, deller@kernel.org wrote:
> From: Helge Deller <deller@gmx.de>
>
> Signed-off-by: Helge Deller <deller@gmx.de>
> ---
> hw/hppa/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
> index cab21045de..5ea7d9b9bf 100644
> --- a/hw/hppa/Kconfig
> +++ b/hw/hppa/Kconfig
> @@ -17,6 +17,7 @@ config HPPA_B160L
> select IDE_CMD646
> select MC146818RTC
> select LSI_SCSI_PCI
> + select NCR710_SCSI
> select LASI_82596
> select LASIPS2
> select PARALLEL
I'm not up on how much explicit and recursive config we should have. This should already
be included via LASI, correct?
r~