diff options
author | Ranjani Vaidyanathan <ra5478@freescale.com> | 2013-08-26 18:08:57 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:27 -0400 |
commit | 1e453aba7addf533136824053ef8c2615445c6c9 (patch) | |
tree | efe3a3b6f03ac4348bfccb9d85c639dc35b8bdfb /arch | |
parent | d61ca35eddaf35fc8ea7c3b08183a06f8558a66d (diff) |
ENGR00276798 ARM:imx_v6_v7_defconfig:Change CPUFREQ config
Change CONFIG_ARM_IMX6Q_CPUFREQ to CONFIG_ARM_IMX6_CPUFREQ
to support all iMX6 SOCs.
Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 74c0374544a8..566ed209e7f6 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig | |||
@@ -50,7 +50,7 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=y | |||
50 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | 50 | CONFIG_CPU_FREQ_GOV_USERSPACE=y |
51 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 51 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
52 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | 52 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y |
53 | CONFIG_ARM_IMX6Q_CPUFREQ=y | 53 | CONFIG_ARM_IMX6_CPUFREQ=y |
54 | CONFIG_CPU_IDLE=y | 54 | CONFIG_CPU_IDLE=y |
55 | CONFIG_VFP=y | 55 | CONFIG_VFP=y |
56 | CONFIG_NEON=y | 56 | CONFIG_NEON=y |