From bff3de29a98e1af05c57099f997d57c6e985c34d Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Mon, 23 Nov 2020 09:42:44 +0800
Subject: [PATCH] stx-anaconda-kconfig: add support for PERC H740

kernel config MEGARAID_SAS is required by the
PERC H740 raid controller.

Closes-bug: 1905372

Change-Id: I63d556f49d75a5beee3f583d959263f0269216ed
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 .../recipes-kernel/linux/linux/stx-anaconda-kconfig.cfg        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-stx-integ/recipes-kernel/linux/linux/stx-anaconda-kconfig.cfg b/meta-stx-integ/recipes-kernel/linux/linux/stx-anaconda-kconfig.cfg
index d952a4c..24df7bf 100644
--- a/meta-stx-integ/recipes-kernel/linux/linux/stx-anaconda-kconfig.cfg
+++ b/meta-stx-integ/recipes-kernel/linux/linux/stx-anaconda-kconfig.cfg
@@ -58,3 +58,6 @@ CONFIG_SCSI_MPT3SAS_MAX_SGE=128
 # config fragment for QLogic storage and NIC adapters
 CONFIG_SCSI_QLA_FC=m
 CONFIG_QLA3XXX=m
+
+# config fragment for PERC H740 controllers
+CONFIG_MEGARAID_SAS=y