From: Mark Carroll Date: Sat, 8 May 2021 11:42:50 +0000 (+0000) Subject: x86: kernel: enable Fusion-MPT SAS driver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8716dda0743454e3949b815613542a4d00fc2a09;p=openwrt%2Fstaging%2Fstintel.git 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 --- 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