From 89a647853f37848ae6e5f919ae463c2830311bfd Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 2 Sep 2009 16:12:41 +0100 Subject: Enable some SCSI drivers in pvops kernel config Enables a couple of SCSI host controllers which are found in our test farm but not enabled in the default upstream kernel. The new drivers are compiled as modules which is pretty harmless so this should be safe. Signed-off-by: Ian Jackson --- buildconfigs/enable-xen-config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildconfigs/enable-xen-config b/buildconfigs/enable-xen-config index 2bef15a0eb..9d15648a60 100644 --- a/buildconfigs/enable-xen-config +++ b/buildconfigs/enable-xen-config @@ -81,6 +81,11 @@ setopt CONFIG_X86_MCE_INTEL n setopt CONFIG_X86_MCE_AMD n setopt CONFIG_CRYPTO_AES_NI_INTEL n +setopt CONFIG_FUSION y +setopt CONFIG_FUSION_SPI m +setopt CONFIG_FUSION_SAS m +setopt CONFIG_BLK_CPQ_CISS_DA m + case ${XEN_TARGET_ARCH} in x86_32) setopt CONFIG_64BIT n ;; x86_64) -- cgit v1.2.3