aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/omap3_defconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-09-20 17:53:38 -0400
committerTony Lindgren <tony@atomide.com>2010-09-20 17:53:38 -0400
commit61e9beafdd6f2b2d27ad5935a2de9c46709b9671 (patch)
treedece0b0b6a2afb505e3013bba3ee6138c3ecd597 /arch/arm/configs/omap3_defconfig
parentc3083411062106452649e464e55c7b856de0d29b (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_defconfig11
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
55CONFIG_ARM_THUMBEE=y 55CONFIG_ARM_THUMBEE=y
56CONFIG_NO_HZ=y 56CONFIG_NO_HZ=y
57CONFIG_HIGH_RES_TIMERS=y 57CONFIG_HIGH_RES_TIMERS=y
58CONFIG_SMP=y
59# CONFIG_LOCAL_TIMERS is not set
58CONFIG_AEABI=y 60CONFIG_AEABI=y
59CONFIG_LEDS=y 61CONFIG_LEDS=y
60CONFIG_ZBOOT_ROM_TEXT=0x0 62CONFIG_ZBOOT_ROM_TEXT=0x0
@@ -218,9 +220,9 @@ CONFIG_USB_DEVICEFS=y
218CONFIG_USB_SUSPEND=y 220CONFIG_USB_SUSPEND=y
219# CONFIG_USB_OTG_WHITELIST is not set 221# CONFIG_USB_OTG_WHITELIST is not set
220CONFIG_USB_MON=y 222CONFIG_USB_MON=y
221CONFIG_USB_MUSB_HDRC=y 223# CONFIG_USB_MUSB_HDRC is not set
222CONFIG_USB_MUSB_OTG=y 224# CONFIG_USB_MUSB_OTG is not set
223CONFIG_USB_GADGET_MUSB_HDRC=y 225# CONFIG_USB_GADGET_MUSB_HDRC is not set
224CONFIG_USB_MUSB_DEBUG=y 226CONFIG_USB_MUSB_DEBUG=y
225CONFIG_USB_WDM=y 227CONFIG_USB_WDM=y
226CONFIG_USB_STORAGE=y 228CONFIG_USB_STORAGE=y
@@ -276,12 +278,11 @@ CONFIG_DEBUG_KERNEL=y
276CONFIG_SCHEDSTATS=y 278CONFIG_SCHEDSTATS=y
277CONFIG_TIMER_STATS=y 279CONFIG_TIMER_STATS=y
278CONFIG_PROVE_LOCKING=y 280CONFIG_PROVE_LOCKING=y
279CONFIG_LOCK_STAT=y 281# CONFIG_LOCK_STAT is not set
280CONFIG_DEBUG_SPINLOCK_SLEEP=y 282CONFIG_DEBUG_SPINLOCK_SLEEP=y
281# CONFIG_DEBUG_BUGVERBOSE is not set 283# CONFIG_DEBUG_BUGVERBOSE is not set
282CONFIG_DEBUG_INFO=y 284CONFIG_DEBUG_INFO=y
283# CONFIG_RCU_CPU_STALL_DETECTOR is not set 285# CONFIG_RCU_CPU_STALL_DETECTOR is not set
284CONFIG_DEBUG_LL=y
285CONFIG_SECURITY=y 286CONFIG_SECURITY=y
286CONFIG_CRYPTO_MICHAEL_MIC=y 287CONFIG_CRYPTO_MICHAEL_MIC=y
287# CONFIG_CRYPTO_ANSI_CPRNG is not set 288# CONFIG_CRYPTO_ANSI_CPRNG is not set