aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-09-02 16:12:41 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-09-02 16:12:41 +0100
commit89a647853f37848ae6e5f919ae463c2830311bfd (patch)
tree8cc162b4c03a0eb5e104648c13cfb4eed0095ef2 /buildconfigs
parent4ea5c1f4dffdbcca34848f869a51b6549a457bc9 (diff)
downloadxen-89a647853f37848ae6e5f919ae463c2830311bfd.tar.gz
xen-89a647853f37848ae6e5f919ae463c2830311bfd.tar.bz2
xen-89a647853f37848ae6e5f919ae463c2830311bfd.zip
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 <ian.jackson@eu.citrix.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/enable-xen-config5
1 files changed, 5 insertions, 0 deletions
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)