From ae5cb3e980bfe558a450738e1d57ec0bac108f8f Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:56:16 +0100 Subject: [PATCH] Add HP Smart Array driver (#2302) --- buildroot-external/board/pc/generic-x86-64/kernel.config | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index 3ba55b90d..4e4f5ee61 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -5,6 +5,7 @@ CONFIG_CPU_IDLE_GOV_MENU=y CONFIG_INTEL_IDLE=y CONFIG_SCSI_LOWLEVEL=y +CONFIG_SCSI_HPSA=y CONFIG_USB_XHCI_HCD=y CONFIG_BLK_DEV_NVME=y