[openwrt/openwrt] x86: kernel: enable Fusion-MPT SAS driver

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 5 15:27:43 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8716dda0743454e3949b815613542a4d00fc2a09

commit 8716dda0743454e3949b815613542a4d00fc2a09
Author: Mark Carroll <git at markcarroll.net>
AuthorDate: Sat May 8 11:42:50 2021 +0000

    x86: kernel: enable Fusion-MPT SAS driver
    
    Compile in MPT SAS driver required to mount rootfs on some VMWare
    systems (e.g. required for 1&1 IONOS).
    
    Signed-off-by: Mark Carroll <git at markcarroll.net>
---
 target/linux/x86/64/config-5.10 | 1 +
 target/linux/x86/64/config-5.4  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/x86/64/config-5.10 b/target/linux/x86/64/config-5.10
index 7c5a698c97..2db2f4998b 100644
--- a/target/linux/x86/64/config-5.10
+++ b/target/linux/x86/64/config-5.10
@@ -184,6 +184,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 CONFIG_FREEZER=y
+CONFIG_FUSION_SAS=y
 CONFIG_FW_CACHE=y
 CONFIG_GART_IOMMU=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
diff --git a/target/linux/x86/64/config-5.4 b/target/linux/x86/64/config-5.4
index ef03eaa234..b97b9f64c1 100644
--- a/target/linux/x86/64/config-5.4
+++ b/target/linux/x86/64/config-5.4
@@ -183,6 +183,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 CONFIG_FREEZER=y
+CONFIG_FUSION_SAS=y
 CONFIG_GART_IOMMU=y
 CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
 CONFIG_GENERIC_CPU=y



More information about the lede-commits mailing list