From b5bc006d8dc48a45dc457ba7dc4dbdf95e3fbd07 Mon Sep 17 00:00:00 2001 From: islipfd19 Date: Mon, 28 Mar 2016 09:30:43 -0400 Subject: [PATCH] Add Megaraid_sas support Adding this driver support will allow users that use megaraid sas card the ability to install and use OE. RAID functionalities supported by these cards are at the hardware level and no other packages are required. User mladen.perisic84 has tested both a modified 6.95.1 (7.0 beta 1) version of OE Enabling this on the current 7.0 branch will allow for easier upgrading for users that have built modified versions of the build. This user and other users that have this type of hardware and wish to use it will have the ability to. --- projects/Generic/linux/linux.x86_64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 2f449f2770..bc1c873ed7 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -1292,7 +1292,7 @@ CONFIG_SCSI_MVSAS=y # CONFIG_SCSI_ESAS2R is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set -# CONFIG_MEGARAID_SAS is not set +CONFIG_MEGARAID_SAS=yes # CONFIG_SCSI_MPT3SAS is not set # CONFIG_SCSI_MPT2SAS is not set # CONFIG_SCSI_UFSHCD is not set