summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2009-11-22 16:35:27 -0600
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:08 -0400
commit1bcda972ea778498d95a55cc5f12422aab55425a (patch)
tree1a63c1b45abbadd1875b6a45d156235c2b1ee4e1 /arch
parent992169d7983f3e8f312eda3daf44adb4b936c114 (diff)
ENGR00118672 Fix build break in imx233_updater_defconfig
Fix build break in imx233_updater_defconfig. Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/imx233_updater_defconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/arm/configs/imx233_updater_defconfig b/arch/arm/configs/imx233_updater_defconfig
index 2064ee1c51d6..6efbb2e06859 100644
--- a/arch/arm/configs/imx233_updater_defconfig
+++ b/arch/arm/configs/imx233_updater_defconfig
@@ -256,7 +256,21 @@ CONFIG_CMDLINE="console=ttyAM0,115200 rdinit=/linuxrc"
#
# CPU Power Management
#
-# CONFIG_CPU_FREQ is not set
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_TABLE=y
+# CONFIG_CPU_FREQ_DEBUG is not set
+CONFIG_CPU_FREQ_STAT=y
+# 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
+CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
# CONFIG_CPU_IDLE is not set
#