diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2013-07-25 13:45:27 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:43:43 +0900 |
commit | 065b6944382bf97cde4678c1cbd1dcfa3937c14f (patch) | |
tree | 5d15271167321d88171d8a841893515a646b8b82 /arch | |
parent | 150bb9938f57aef4d5ef2c01b0a9a5ad7cf10cf2 (diff) | |
download | linux-3.10-065b6944382bf97cde4678c1cbd1dcfa3937c14f.tar.gz linux-3.10-065b6944382bf97cde4678c1cbd1dcfa3937c14f.tar.bz2 linux-3.10-065b6944382bf97cde4678c1cbd1dcfa3937c14f.zip |
ARM: tizen_defconfig: enable unsafe resume config
Enabled the unsafe rsume configuration
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/tizen_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 0b558565998..7bc6e6eda77 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -535,6 +535,7 @@ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_GOV_COMMON=y CONFIG_CPU_FREQ_STAT=y +CONFIG_NR_CPU_LOAD_STORAGE=10 # CONFIG_CPU_FREQ_STAT_DETAILS is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set @@ -2454,7 +2455,7 @@ CONFIG_USB_ETH_RNDIS=y # CONFIG_USB_G_WEBCAM is not set CONFIG_MMC=y # CONFIG_MMC_DEBUG is not set -# CONFIG_MMC_UNSAFE_RESUME is not set +CONFIG_MMC_UNSAFE_RESUME=y # CONFIG_MMC_CLKGATE is not set # |