diff options
author | Andy Green <andy.green@linaro.org> | 2011-06-15 13:44:47 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-06-15 13:44:47 +0100 |
commit | 14078c27a3f7e5f5bd7f7ea8f0dc89df08b951f3 (patch) | |
tree | 21ea51498835a024ff70492491239d6f8563d1bf | |
parent | ca64ffeda2c3736c0d68ca24dc5b71ecf304e881 (diff) |
config enable cpu freq to test clock patch
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r-- | arch/arm/configs/omap4_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/omap4_defconfig b/arch/arm/configs/omap4_defconfig index 1b11245fc63..3b28cca0c7c 100644 --- a/arch/arm/configs/omap4_defconfig +++ b/arch/arm/configs/omap4_defconfig @@ -46,6 +46,9 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200" CONFIG_KEXEC=y +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_DEBUG=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_IDLE=y CONFIG_FPE_NWFPE=y CONFIG_BINFMT_MISC=y |