diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-12-03 22:57:36 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-12-21 02:53:26 -0500 |
commit | ff550a37cda1f8ef9f383b456a9403c9e636fc9e (patch) | |
tree | 958e6ad3f104115af2d3e2b0a688da798305c804 | |
parent | ca8bfc97ca7795f86e5b25553dd19d96b252bb29 (diff) |
ARM: shmobile: defconfig: cleanup by savedefconfig
Current shmobile_defconfig is not created from savedefconfig.
Therefore, next defconfig patch will be unreadable. this patch
tidyup this issue by below command
> make shmobile_defconfig
> make savedefconfig
> cp defconfig ${LINUX}/arch/arm/config/shmobile_defconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms: Resolved conflicts; in particular leaving CONFIG_CPUFREQ_DT enabled]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 3df6ca0c1d1f..ad52868b4c2b 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -19,7 +19,6 @@ CONFIG_ARCH_R8A7791=y | |||
19 | CONFIG_ARCH_R8A7794=y | 19 | CONFIG_ARCH_R8A7794=y |
20 | CONFIG_MACH_LAGER=y | 20 | CONFIG_MACH_LAGER=y |
21 | CONFIG_MACH_MARZEN=y | 21 | CONFIG_MACH_MARZEN=y |
22 | # CONFIG_SWP_EMULATE is not set | ||
23 | CONFIG_CPU_BPREDICT_DISABLE=y | 22 | CONFIG_CPU_BPREDICT_DISABLE=y |
24 | CONFIG_PL310_ERRATA_588369=y | 23 | CONFIG_PL310_ERRATA_588369=y |
25 | CONFIG_ARM_ERRATA_754322=y | 24 | CONFIG_ARM_ERRATA_754322=y |
@@ -36,6 +35,13 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 | |||
36 | CONFIG_ZBOOT_ROM_BSS=0x0 | 35 | CONFIG_ZBOOT_ROM_BSS=0x0 |
37 | CONFIG_ARM_APPENDED_DTB=y | 36 | CONFIG_ARM_APPENDED_DTB=y |
38 | CONFIG_KEXEC=y | 37 | CONFIG_KEXEC=y |
38 | CONFIG_CPU_FREQ=y | ||
39 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
40 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
41 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
42 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
43 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
44 | CONFIG_CPUFREQ_DT=y | ||
39 | CONFIG_VFP=y | 45 | CONFIG_VFP=y |
40 | CONFIG_NEON=y | 46 | CONFIG_NEON=y |
41 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | 47 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |
@@ -98,9 +104,10 @@ CONFIG_GPIO_EM=y | |||
98 | CONFIG_GPIO_RCAR=y | 104 | CONFIG_GPIO_RCAR=y |
99 | # CONFIG_HWMON is not set | 105 | # CONFIG_HWMON is not set |
100 | CONFIG_THERMAL=y | 106 | CONFIG_THERMAL=y |
107 | CONFIG_CPU_THERMAL=y | ||
101 | CONFIG_RCAR_THERMAL=y | 108 | CONFIG_RCAR_THERMAL=y |
102 | CONFIG_REGULATOR=y | 109 | CONFIG_REGULATOR=y |
103 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 110 | CONFIG_REGULATOR_DA9210=y |
104 | CONFIG_REGULATOR_GPIO=y | 111 | CONFIG_REGULATOR_GPIO=y |
105 | CONFIG_MEDIA_SUPPORT=y | 112 | CONFIG_MEDIA_SUPPORT=y |
106 | CONFIG_MEDIA_CAMERA_SUPPORT=y | 113 | CONFIG_MEDIA_CAMERA_SUPPORT=y |
@@ -154,7 +161,6 @@ CONFIG_PWM_RENESAS_TPU=y | |||
154 | CONFIG_MSDOS_FS=y | 161 | CONFIG_MSDOS_FS=y |
155 | CONFIG_VFAT_FS=y | 162 | CONFIG_VFAT_FS=y |
156 | CONFIG_TMPFS=y | 163 | CONFIG_TMPFS=y |
157 | CONFIG_CONFIGFS_FS=y | ||
158 | # CONFIG_MISC_FILESYSTEMS is not set | 164 | # CONFIG_MISC_FILESYSTEMS is not set |
159 | CONFIG_NFS_FS=y | 165 | CONFIG_NFS_FS=y |
160 | CONFIG_NFS_V3_ACL=y | 166 | CONFIG_NFS_V3_ACL=y |
@@ -166,16 +172,3 @@ CONFIG_NLS_ISO8859_1=y | |||
166 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | 172 | # CONFIG_ENABLE_WARN_DEPRECATED is not set |
167 | # CONFIG_ENABLE_MUST_CHECK is not set | 173 | # CONFIG_ENABLE_MUST_CHECK is not set |
168 | # CONFIG_ARM_UNWIND is not set | 174 | # CONFIG_ARM_UNWIND is not set |
169 | CONFIG_CPU_FREQ=y | ||
170 | CONFIG_CPU_FREQ_GOV_COMMON=y | ||
171 | CONFIG_CPU_FREQ_STAT=y | ||
172 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
173 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
174 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
175 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
176 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
177 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
178 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
179 | CONFIG_CPU_THERMAL=y | ||
180 | CONFIG_CPUFREQ_DT=y | ||
181 | CONFIG_REGULATOR_DA9210=y | ||