From: Youvedeep Singh Date: Tue, 3 Apr 2012 09:13:52 +0000 (+0530) Subject: i386_mfld_defconfig: Adding Flag to indicate C6 Offload support in OS. X-Git-Tag: 2.1b_release~1101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7caa8195e8213d6311aec861867105c0192d8321;p=kernel%2Fkernel-mfld-blackbay.git i386_mfld_defconfig: Adding Flag to indicate C6 Offload support in OS. 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 Change-Id: I317508c1679664d673f36d219b023c9cdfc66934 Reviewed-on: http://android.intel.com:8080/42056 Reviewed-by: Mansoor, Illyas Reviewed-by: Cuesta, FernandX Tested-by: Cuesta, FernandX Reviewed-by: buildbot Tested-by: buildbot --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 13b0d7f..bb2dce2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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 diff --git a/arch/x86/configs/i386_mfld_defconfig b/arch/x86/configs/i386_mfld_defconfig index 1ead463..c24e9fd 100644 --- a/arch/x86/configs/i386_mfld_defconfig +++ b/arch/x86/configs/i386_mfld_defconfig @@ -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.)