udeb: Make MPT modules optional in scsi-modules (fixes FTBFS on s390x)

The Fusion MPT drivers require port I/O, which is not available on
s390x, and since commit c3f903472ffa their Kconfig dependencies have
been changed to reflect this.

Make their inclusion in scsi-modules optional.
This commit is contained in:
Ben Hutchings 2023-08-06 03:51:54 +02:00 committed by Salvatore Bonaccorso
parent a17cc23cb2
commit f978622e51
2 changed files with 7 additions and 3 deletions

4
debian/changelog vendored
View file

@ -9,6 +9,10 @@ linux (6.5.2-1~exp1) UNRELEASED; urgency=medium
[ Diederik de Haas ]
* net/xdp: Enable XDP_SOCKETS_DIAG as module (Closes: #1051455)
[ Ben Hutchings ]
* udeb: Make MPT modules optional in scsi-modules (fixes FTBFS on s390x)
(Closes: #1051249)
-- Christian Göttsche <cgzones@googlemail.com> Sun, 03 Sep 2023 18:23:17 +0200
linux (6.5.1-1~exp1) experimental; urgency=medium

View file

@ -1,8 +1,8 @@
# Include SCSI controller drivers by default
drivers/scsi/**
mptfc
mptsas
mptspi
mptfc ?
mptsas ?
mptspi ?
# Include iSCSI boot support
iscsi_ibft ?