diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-09-15 17:01:28 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-09-15 17:01:28 +0000 |
| commit | eb9f9291c9211710a9ae90a73f29ce125024242d (patch) | |
| tree | 6984090d46b406330258d6026af468519a33da60 /scripts | |
| parent | 1a6747b038ea49c78b801362ffbabf18eb09543a (diff) | |
| download | vyos-build-eb9f9291c9211710a9ae90a73f29ce125024242d.tar.gz vyos-build-eb9f9291c9211710a9ae90a73f29ce125024242d.zip | |
T7824: Add support for disk controllers with the kernel MPI3MR option
Add module kernel option
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig index 9e8b1986..ad915743 100644 --- a/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/scripts/package-build/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2196,7 +2196,7 @@ CONFIG_SCSI_MPT3SAS=m CONFIG_SCSI_MPT2SAS_MAX_SGE=128 CONFIG_SCSI_MPT3SAS_MAX_SGE=128 CONFIG_SCSI_MPT2SAS=m -# CONFIG_SCSI_MPI3MR is not set +CONFIG_SCSI_MPI3MR=m CONFIG_SCSI_SMARTPQI=m CONFIG_SCSI_HPTIOP=m CONFIG_SCSI_BUSLOGIC=m |
