i386_mfld_defconfig: Adding Flag to indicate C6 Offload support in OS.
authorYouvedeep Singh <youvedeep.singh@intel.com>
Tue, 3 Apr 2012 09:13:52 +0000 (14:43 +0530)
committerbuildbot <buildbot@intel.com>
Tue, 3 Apr 2012 19:03:51 +0000 (12:03 -0700)
BZ: 25898

This Flag indicates if C6 Offload is to be Done by OS.
In case of mfld C6 offload is done by OS.
In case of CVT platform it is handled by PUNIT.
This Flag will be used to port the mfld Code into CVT.

Signed-off-by: Youvedeep Singh <youvedeep.singh@intel.com>
Change-Id: I317508c1679664d673f36d219b023c9cdfc66934
Reviewed-on: http://android.intel.com:8080/42056
Reviewed-by: Mansoor, Illyas <illyas.mansoor@intel.com>
Reviewed-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Tested-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/Kconfig
arch/x86/configs/i386_mfld_defconfig

index 13b0d7f..bb2dce2 100644 (file)
@@ -1958,6 +1958,13 @@ config INTEL_MID_MDFLD_POWER
         Power management enhancement driver on Intel MDFLD Mid Platform.
         If you don't know what to do here, say N.
 
+config INTEL_MID_C6OFFLOAD_CAPABLE
+        bool "C6 Offload supported in OS for Intel MDLFD Mid platform"
+        depends on INTEL_MID_MDFLD_POWER
+        ---help---
+       C6 Offload Capablity in OS.
+       For MFLD - Y, For CVT - N. If you don't know what to do here, say Y.
+
 endmenu
 
 
index 1ead463..c24e9fd 100644 (file)
@@ -503,6 +503,7 @@ CONFIG_CPU_IDLE_GOV_LADDER=y
 CONFIG_CPU_IDLE_GOV_MENU=y
 CONFIG_INTEL_IDLE=y
 CONFIG_INTEL_MID_MDFLD_POWER=y
+CONFIG_INTEL_MID_C6OFFLOAD_CAPABLE=y
 
 #
 # Bus options (PCI etc.)