summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-05-16 15:57:13 +0200
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-08-13 18:33:50 +0200
commitcd6e9e3fcd6190eddc0d1e63be3d0ce7a2e21d3e (patch)
treea06a00688c56ba1bfa517e30e0c95353487a2e29
parentd81b63c83cd325d65dd45051de8c8c2e3df11536 (diff)
downloadkernel-common-cd6e9e3fcd6190eddc0d1e63be3d0ce7a2e21d3e.tar.gz
kernel-common-cd6e9e3fcd6190eddc0d1e63be3d0ce7a2e21d3e.tar.bz2
kernel-common-cd6e9e3fcd6190eddc0d1e63be3d0ce7a2e21d3e.zip
enable Fusion SPI in kernel (not as a module) for VMWare
Change-Id: I1987a5e1531d55c2d262b53133818f76a902f024 Bug-Tizen: TC-2 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--arch/x86/configs/common_x86_64_defconfig2
-rw-r--r--arch/x86/configs/common_x86_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/configs/common_x86_64_defconfig b/arch/x86/configs/common_x86_64_defconfig
index a89557db80e3..9f574372d559 100644
--- a/arch/x86/configs/common_x86_64_defconfig
+++ b/arch/x86/configs/common_x86_64_defconfig
@@ -479,7 +479,7 @@ CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_FUSION=y
-CONFIG_FUSION_SPI=m
+CONFIG_FUSION_SPI=y
CONFIG_NETDEVICES=y
CONFIG_EQUALIZER=m
CONFIG_MACVLAN=m
diff --git a/arch/x86/configs/common_x86_defconfig b/arch/x86/configs/common_x86_defconfig
index 694c3e3c4b37..5af4a0c16e9b 100644
--- a/arch/x86/configs/common_x86_defconfig
+++ b/arch/x86/configs/common_x86_defconfig
@@ -489,7 +489,7 @@ CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_FUSION=y
-CONFIG_FUSION_SPI=m
+CONFIG_FUSION_SPI=y
CONFIG_NETDEVICES=y
CONFIG_EQUALIZER=m
CONFIG_MACVLAN=m