mirror of
https://salsa.debian.org/kernel-team/linux.git
synced 2026-01-16 23:12:23 +00:00
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:
parent
a17cc23cb2
commit
f978622e51
2 changed files with 7 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
debian/installer/modules/scsi-modules
vendored
6
debian/installer/modules/scsi-modules
vendored
|
|
@ -1,8 +1,8 @@
|
|||
# Include SCSI controller drivers by default
|
||||
drivers/scsi/**
|
||||
mptfc
|
||||
mptsas
|
||||
mptspi
|
||||
mptfc ?
|
||||
mptsas ?
|
||||
mptspi ?
|
||||
|
||||
# Include iSCSI boot support
|
||||
iscsi_ibft ?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue