diff options
author | Tony Lindgren <tony@atomide.com> | 2010-09-20 17:53:38 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-09-20 17:53:38 -0400 |
commit | 61e9beafdd6f2b2d27ad5935a2de9c46709b9671 (patch) | |
tree | dece0b0b6a2afb505e3013bba3ee6138c3ecd597 /arch/arm/configs/omap3_defconfig | |
parent | c3083411062106452649e464e55c7b856de0d29b (diff) |
omap: Update omap3_defconfig to work with SMP_ON_UP
With the recent changes to core ARM kernel code, we can now
boot SMP kernel on UP systems. Update omap3_defconfig to
enable SMP. This allows us to remove omap_4430sdp_defconfig.
In addition to enabling SMP, we also need to disable some
options to make the system boot:
- For some reason LOCK_STAT causes tons of
WARNING: at mm/percpu-vm.c:320 pcpu_alloc+0x2fc/0x888()
so disable it for now.
- MUSB init fails for multi-omap, disable it for now.
- LOCAL_TIMERS hangs on omap4, disable it for now.
Also disable DEBUG_LL as this should be only enabled for
debugging.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap3_defconfig')
-rw-r--r-- | arch/arm/configs/omap3_defconfig | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/configs/omap3_defconfig b/arch/arm/configs/omap3_defconfig index 5db9a6be2054..833a9bccb6af 100644 --- a/arch/arm/configs/omap3_defconfig +++ b/arch/arm/configs/omap3_defconfig | |||
@@ -55,6 +55,8 @@ CONFIG_MACH_OMAP_4430SDP=y | |||
55 | CONFIG_ARM_THUMBEE=y | 55 | CONFIG_ARM_THUMBEE=y |
56 | CONFIG_NO_HZ=y | 56 | CONFIG_NO_HZ=y |
57 | CONFIG_HIGH_RES_TIMERS=y | 57 | CONFIG_HIGH_RES_TIMERS=y |
58 | CONFIG_SMP=y | ||
59 | # CONFIG_LOCAL_TIMERS is not set | ||
58 | CONFIG_AEABI=y | 60 | CONFIG_AEABI=y |
59 | CONFIG_LEDS=y | 61 | CONFIG_LEDS=y |
60 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 62 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
@@ -218,9 +220,9 @@ CONFIG_USB_DEVICEFS=y | |||
218 | CONFIG_USB_SUSPEND=y | 220 | CONFIG_USB_SUSPEND=y |
219 | # CONFIG_USB_OTG_WHITELIST is not set | 221 | # CONFIG_USB_OTG_WHITELIST is not set |
220 | CONFIG_USB_MON=y | 222 | CONFIG_USB_MON=y |
221 | CONFIG_USB_MUSB_HDRC=y | 223 | # CONFIG_USB_MUSB_HDRC is not set |
222 | CONFIG_USB_MUSB_OTG=y | 224 | # CONFIG_USB_MUSB_OTG is not set |
223 | CONFIG_USB_GADGET_MUSB_HDRC=y | 225 | # CONFIG_USB_GADGET_MUSB_HDRC is not set |
224 | CONFIG_USB_MUSB_DEBUG=y | 226 | CONFIG_USB_MUSB_DEBUG=y |
225 | CONFIG_USB_WDM=y | 227 | CONFIG_USB_WDM=y |
226 | CONFIG_USB_STORAGE=y | 228 | CONFIG_USB_STORAGE=y |
@@ -276,12 +278,11 @@ CONFIG_DEBUG_KERNEL=y | |||
276 | CONFIG_SCHEDSTATS=y | 278 | CONFIG_SCHEDSTATS=y |
277 | CONFIG_TIMER_STATS=y | 279 | CONFIG_TIMER_STATS=y |
278 | CONFIG_PROVE_LOCKING=y | 280 | CONFIG_PROVE_LOCKING=y |
279 | CONFIG_LOCK_STAT=y | 281 | # CONFIG_LOCK_STAT is not set |
280 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | 282 | CONFIG_DEBUG_SPINLOCK_SLEEP=y |
281 | # CONFIG_DEBUG_BUGVERBOSE is not set | 283 | # CONFIG_DEBUG_BUGVERBOSE is not set |
282 | CONFIG_DEBUG_INFO=y | 284 | CONFIG_DEBUG_INFO=y |
283 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 285 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
284 | CONFIG_DEBUG_LL=y | ||
285 | CONFIG_SECURITY=y | 286 | CONFIG_SECURITY=y |
286 | CONFIG_CRYPTO_MICHAEL_MIC=y | 287 | CONFIG_CRYPTO_MICHAEL_MIC=y |
287 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 288 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |