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 | |
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')
-rw-r--r-- | arch/arm/configs/omap3_defconfig | 11 | ||||
-rw-r--r-- | arch/arm/configs/omap_4430sdp_defconfig | 125 |
2 files changed, 6 insertions, 130 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 |
diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig deleted file mode 100644 index 14c1e18c648f..000000000000 --- a/arch/arm/configs/omap_4430sdp_defconfig +++ /dev/null | |||
@@ -1,125 +0,0 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | CONFIG_SYSVIPC=y | ||
3 | CONFIG_BSD_PROCESS_ACCT=y | ||
4 | CONFIG_LOG_BUF_SHIFT=14 | ||
5 | CONFIG_BLK_DEV_INITRD=y | ||
6 | CONFIG_EMBEDDED=y | ||
7 | # CONFIG_SYSCTL_SYSCALL is not set | ||
8 | # CONFIG_ELF_CORE is not set | ||
9 | CONFIG_MODULES=y | ||
10 | CONFIG_MODULE_UNLOAD=y | ||
11 | CONFIG_MODVERSIONS=y | ||
12 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
13 | # CONFIG_BLK_DEV_BSG is not set | ||
14 | CONFIG_ARCH_OMAP=y | ||
15 | CONFIG_ARCH_OMAP4=y | ||
16 | # CONFIG_ARCH_OMAP2PLUS_TYPICAL is not set | ||
17 | # CONFIG_ARCH_OMAP2 is not set | ||
18 | # CONFIG_ARCH_OMAP3 is not set | ||
19 | # CONFIG_OMAP_MUX is not set | ||
20 | CONFIG_OMAP_32K_TIMER=y | ||
21 | CONFIG_OMAP_DM_TIMER=y | ||
22 | CONFIG_MACH_OMAP_4430SDP=y | ||
23 | # CONFIG_ARM_THUMB is not set | ||
24 | CONFIG_PL310_ERRATA_588369=y | ||
25 | CONFIG_SMP=y | ||
26 | CONFIG_NR_CPUS=2 | ||
27 | # CONFIG_LOCAL_TIMERS is not set | ||
28 | CONFIG_PREEMPT=y | ||
29 | CONFIG_AEABI=y | ||
30 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
31 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
32 | CONFIG_CMDLINE="root=/dev/ram0 rw mem=128M console=ttyS2,115200n8 initrd=0x81600000,20M ramdisk_size=20480" | ||
33 | CONFIG_VFP=y | ||
34 | CONFIG_NEON=y | ||
35 | CONFIG_BINFMT_MISC=y | ||
36 | CONFIG_NET=y | ||
37 | CONFIG_PACKET=y | ||
38 | CONFIG_INET=y | ||
39 | CONFIG_IP_PNP=y | ||
40 | CONFIG_IP_PNP_DHCP=y | ||
41 | CONFIG_IP_PNP_BOOTP=y | ||
42 | CONFIG_IP_PNP_RARP=y | ||
43 | # CONFIG_IPV6 is not set | ||
44 | # CONFIG_WIRELESS is not set | ||
45 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
46 | # CONFIG_FW_LOADER is not set | ||
47 | CONFIG_BLK_DEV_LOOP=y | ||
48 | CONFIG_BLK_DEV_RAM=y | ||
49 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
50 | # CONFIG_MISC_DEVICES is not set | ||
51 | CONFIG_NETDEVICES=y | ||
52 | CONFIG_NET_ETHERNET=y | ||
53 | CONFIG_KS8851=y | ||
54 | # CONFIG_NETDEV_1000 is not set | ||
55 | # CONFIG_NETDEV_10000 is not set | ||
56 | # CONFIG_WLAN is not set | ||
57 | # CONFIG_INPUT_MOUSEDEV is not set | ||
58 | CONFIG_INPUT_EVDEV=y | ||
59 | # CONFIG_INPUT_KEYBOARD is not set | ||
60 | # CONFIG_INPUT_MOUSE is not set | ||
61 | # CONFIG_SERIO is not set | ||
62 | CONFIG_SERIAL_8250=y | ||
63 | CONFIG_SERIAL_8250_CONSOLE=y | ||
64 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
65 | CONFIG_SERIAL_8250_EXTENDED=y | ||
66 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
67 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
68 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
69 | CONFIG_SERIAL_8250_RSA=y | ||
70 | # CONFIG_LEGACY_PTYS is not set | ||
71 | CONFIG_HW_RANDOM=y | ||
72 | CONFIG_I2C=y | ||
73 | CONFIG_I2C_CHARDEV=y | ||
74 | CONFIG_I2C_OMAP=y | ||
75 | CONFIG_SPI=y | ||
76 | CONFIG_SPI_OMAP24XX=y | ||
77 | # CONFIG_HWMON is not set | ||
78 | CONFIG_WATCHDOG=y | ||
79 | CONFIG_OMAP_WATCHDOG=y | ||
80 | CONFIG_TWL4030_CORE=y | ||
81 | CONFIG_REGULATOR=y | ||
82 | CONFIG_REGULATOR_TWL4030=y | ||
83 | # CONFIG_VGA_CONSOLE is not set | ||
84 | # CONFIG_HID_SUPPORT is not set | ||
85 | # CONFIG_USB_SUPPORT is not set | ||
86 | CONFIG_MMC=y | ||
87 | CONFIG_MMC_OMAP_HS=y | ||
88 | CONFIG_RTC_CLASS=y | ||
89 | CONFIG_RTC_DRV_TWL4030=y | ||
90 | CONFIG_EXT2_FS=y | ||
91 | CONFIG_EXT3_FS=y | ||
92 | # CONFIG_EXT3_FS_XATTR is not set | ||
93 | CONFIG_INOTIFY=y | ||
94 | CONFIG_QUOTA=y | ||
95 | CONFIG_QFMT_V2=y | ||
96 | CONFIG_MSDOS_FS=y | ||
97 | CONFIG_VFAT_FS=y | ||
98 | CONFIG_TMPFS=y | ||
99 | CONFIG_NFS_FS=y | ||
100 | CONFIG_NFS_V3=y | ||
101 | CONFIG_NFS_V3_ACL=y | ||
102 | CONFIG_NFS_V4=y | ||
103 | CONFIG_ROOT_NFS=y | ||
104 | CONFIG_PARTITION_ADVANCED=y | ||
105 | CONFIG_NLS_CODEPAGE_437=y | ||
106 | CONFIG_NLS_ISO8859_1=y | ||
107 | # CONFIG_ENABLE_WARN_DEPRECATED is not set | ||
108 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
109 | CONFIG_MAGIC_SYSRQ=y | ||
110 | CONFIG_DEBUG_KERNEL=y | ||
111 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
112 | CONFIG_DETECT_HUNG_TASK=y | ||
113 | # CONFIG_SCHED_DEBUG is not set | ||
114 | # CONFIG_DEBUG_PREEMPT is not set | ||
115 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
116 | CONFIG_DEBUG_INFO=y | ||
117 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
118 | # CONFIG_FTRACE is not set | ||
119 | # CONFIG_ARM_UNWIND is not set | ||
120 | CONFIG_CRYPTO_ECB=m | ||
121 | CONFIG_CRYPTO_PCBC=m | ||
122 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
123 | CONFIG_CRC_CCITT=y | ||
124 | CONFIG_CRC_T10DIF=y | ||
125 | CONFIG_LIBCRC32C=y | ||