diff options
author | Andy Green <andy.green@linaro.org> | 2011-05-31 09:24:58 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-05-31 11:06:29 +0100 |
commit | cf6dc3eb7a88f5c8170b28defd272ffd9083c6f5 (patch) | |
tree | e4a9a99f2c687872cabe61d6f16ea69d413b8f6f /arch | |
parent | d8ef64cb36a0a62d07fe35aa86c5017614f3029c (diff) |
enable build omap3 boards
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap4_defconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/configs/omap4_defconfig b/arch/arm/configs/omap4_defconfig index b5fd464b218..4abcaf045ce 100644 --- a/arch/arm/configs/omap4_defconfig +++ b/arch/arm/configs/omap4_defconfig @@ -41,17 +41,11 @@ CONFIG_NR_CPUS=2 CONFIG_PREEMPT=y CONFIG_HIGHMEM=y CONFIG_LEDS=y +CONFIG_USE_OF=y 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_STAT_DETAILS=y -CONFIG_CPU_FREQ_GOV_POWERSAVE=y -CONFIG_CPU_FREQ_GOV_USERSPACE=y -CONFIG_CPU_FREQ_GOV_ONDEMAND=y -CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y CONFIG_CPU_IDLE=y CONFIG_FPE_NWFPE=y CONFIG_BINFMT_MISC=y |