Commit b80fa3cce7390185e43ea22e9b3c38ab138bc580

Authored by Grant Likely
Committed by Paul Mackerras
1 parent 8f51506164

[POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppc

xmon is broken under arch/ppc so remove it from the defconfig.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>

Showing 2 changed files with 2 additions and 2 deletions Inline Diff

arch/ppc/configs/ml300_defconfig
1 # 1 #
2 # Automatically generated make config: don't edit 2 # Automatically generated make config: don't edit
3 # Linux kernel version: 2.6.16-rc1 3 # Linux kernel version: 2.6.16-rc1
4 # Wed Jan 18 00:49:20 2006 4 # Wed Jan 18 00:49:20 2006
5 # 5 #
6 CONFIG_MMU=y 6 CONFIG_MMU=y
7 CONFIG_GENERIC_HARDIRQS=y 7 CONFIG_GENERIC_HARDIRQS=y
8 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 8 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
9 CONFIG_GENERIC_CALIBRATE_DELAY=y 9 CONFIG_GENERIC_CALIBRATE_DELAY=y
10 CONFIG_PPC=y 10 CONFIG_PPC=y
11 CONFIG_PPC32=y 11 CONFIG_PPC32=y
12 CONFIG_GENERIC_NVRAM=y 12 CONFIG_GENERIC_NVRAM=y
13 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 13 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 14 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15 15
16 # 16 #
17 # Code maturity level options 17 # Code maturity level options
18 # 18 #
19 CONFIG_EXPERIMENTAL=y 19 CONFIG_EXPERIMENTAL=y
20 CONFIG_CLEAN_COMPILE=y 20 CONFIG_CLEAN_COMPILE=y
21 CONFIG_BROKEN_ON_SMP=y 21 CONFIG_BROKEN_ON_SMP=y
22 CONFIG_INIT_ENV_ARG_LIMIT=32 22 CONFIG_INIT_ENV_ARG_LIMIT=32
23 23
24 # 24 #
25 # General setup 25 # General setup
26 # 26 #
27 CONFIG_LOCALVERSION="" 27 CONFIG_LOCALVERSION=""
28 CONFIG_LOCALVERSION_AUTO=y 28 CONFIG_LOCALVERSION_AUTO=y
29 # CONFIG_SWAP is not set 29 # CONFIG_SWAP is not set
30 CONFIG_SYSVIPC=y 30 CONFIG_SYSVIPC=y
31 # CONFIG_POSIX_MQUEUE is not set 31 # CONFIG_POSIX_MQUEUE is not set
32 CONFIG_BSD_PROCESS_ACCT=y 32 CONFIG_BSD_PROCESS_ACCT=y
33 CONFIG_BSD_PROCESS_ACCT_V3=y 33 CONFIG_BSD_PROCESS_ACCT_V3=y
34 CONFIG_SYSCTL=y 34 CONFIG_SYSCTL=y
35 # CONFIG_AUDIT is not set 35 # CONFIG_AUDIT is not set
36 # CONFIG_IKCONFIG is not set 36 # CONFIG_IKCONFIG is not set
37 CONFIG_INITRAMFS_SOURCE="" 37 CONFIG_INITRAMFS_SOURCE=""
38 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 38 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39 # CONFIG_EMBEDDED is not set 39 # CONFIG_EMBEDDED is not set
40 CONFIG_KALLSYMS=y 40 CONFIG_KALLSYMS=y
41 # CONFIG_KALLSYMS_ALL is not set 41 # CONFIG_KALLSYMS_ALL is not set
42 # CONFIG_KALLSYMS_EXTRA_PASS is not set 42 # CONFIG_KALLSYMS_EXTRA_PASS is not set
43 CONFIG_HOTPLUG=y 43 CONFIG_HOTPLUG=y
44 CONFIG_PRINTK=y 44 CONFIG_PRINTK=y
45 CONFIG_BUG=y 45 CONFIG_BUG=y
46 CONFIG_ELF_CORE=y 46 CONFIG_ELF_CORE=y
47 CONFIG_BASE_FULL=y 47 CONFIG_BASE_FULL=y
48 CONFIG_FUTEX=y 48 CONFIG_FUTEX=y
49 CONFIG_EPOLL=y 49 CONFIG_EPOLL=y
50 CONFIG_SHMEM=y 50 CONFIG_SHMEM=y
51 CONFIG_CC_ALIGN_FUNCTIONS=0 51 CONFIG_CC_ALIGN_FUNCTIONS=0
52 CONFIG_CC_ALIGN_LABELS=0 52 CONFIG_CC_ALIGN_LABELS=0
53 CONFIG_CC_ALIGN_LOOPS=0 53 CONFIG_CC_ALIGN_LOOPS=0
54 CONFIG_CC_ALIGN_JUMPS=0 54 CONFIG_CC_ALIGN_JUMPS=0
55 CONFIG_SLAB=y 55 CONFIG_SLAB=y
56 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_TINY_SHMEM is not set
57 CONFIG_BASE_SMALL=0 57 CONFIG_BASE_SMALL=0
58 # CONFIG_SLOB is not set 58 # CONFIG_SLOB is not set
59 59
60 # 60 #
61 # Loadable module support 61 # Loadable module support
62 # 62 #
63 CONFIG_MODULES=y 63 CONFIG_MODULES=y
64 CONFIG_MODULE_UNLOAD=y 64 CONFIG_MODULE_UNLOAD=y
65 CONFIG_MODULE_FORCE_UNLOAD=y 65 CONFIG_MODULE_FORCE_UNLOAD=y
66 CONFIG_OBSOLETE_MODPARM=y 66 CONFIG_OBSOLETE_MODPARM=y
67 CONFIG_MODVERSIONS=y 67 CONFIG_MODVERSIONS=y
68 CONFIG_MODULE_SRCVERSION_ALL=y 68 CONFIG_MODULE_SRCVERSION_ALL=y
69 CONFIG_KMOD=y 69 CONFIG_KMOD=y
70 70
71 # 71 #
72 # Block layer 72 # Block layer
73 # 73 #
74 CONFIG_LBD=y 74 CONFIG_LBD=y
75 75
76 # 76 #
77 # IO Schedulers 77 # IO Schedulers
78 # 78 #
79 CONFIG_IOSCHED_NOOP=y 79 CONFIG_IOSCHED_NOOP=y
80 CONFIG_IOSCHED_AS=y 80 CONFIG_IOSCHED_AS=y
81 CONFIG_IOSCHED_DEADLINE=y 81 CONFIG_IOSCHED_DEADLINE=y
82 CONFIG_IOSCHED_CFQ=y 82 CONFIG_IOSCHED_CFQ=y
83 CONFIG_DEFAULT_AS=y 83 CONFIG_DEFAULT_AS=y
84 # CONFIG_DEFAULT_DEADLINE is not set 84 # CONFIG_DEFAULT_DEADLINE is not set
85 # CONFIG_DEFAULT_CFQ is not set 85 # CONFIG_DEFAULT_CFQ is not set
86 # CONFIG_DEFAULT_NOOP is not set 86 # CONFIG_DEFAULT_NOOP is not set
87 CONFIG_DEFAULT_IOSCHED="anticipatory" 87 CONFIG_DEFAULT_IOSCHED="anticipatory"
88 88
89 # 89 #
90 # Processor 90 # Processor
91 # 91 #
92 # CONFIG_6xx is not set 92 # CONFIG_6xx is not set
93 CONFIG_40x=y 93 CONFIG_40x=y
94 # CONFIG_44x is not set 94 # CONFIG_44x is not set
95 # CONFIG_POWER3 is not set 95 # CONFIG_POWER3 is not set
96 # CONFIG_8xx is not set 96 # CONFIG_8xx is not set
97 # CONFIG_E200 is not set 97 # CONFIG_E200 is not set
98 # CONFIG_E500 is not set 98 # CONFIG_E500 is not set
99 # CONFIG_MATH_EMULATION is not set 99 # CONFIG_MATH_EMULATION is not set
100 # CONFIG_KEXEC is not set 100 # CONFIG_KEXEC is not set
101 # CONFIG_CPU_FREQ is not set 101 # CONFIG_CPU_FREQ is not set
102 CONFIG_4xx=y 102 CONFIG_4xx=y
103 # CONFIG_WANT_EARLY_SERIAL is not set 103 # CONFIG_WANT_EARLY_SERIAL is not set
104 104
105 # 105 #
106 # IBM 4xx options 106 # IBM 4xx options
107 # 107 #
108 # CONFIG_BUBINGA is not set 108 # CONFIG_BUBINGA is not set
109 # CONFIG_CPCI405 is not set 109 # CONFIG_CPCI405 is not set
110 # CONFIG_EP405 is not set 110 # CONFIG_EP405 is not set
111 # CONFIG_REDWOOD_5 is not set 111 # CONFIG_REDWOOD_5 is not set
112 # CONFIG_REDWOOD_6 is not set 112 # CONFIG_REDWOOD_6 is not set
113 # CONFIG_SYCAMORE is not set 113 # CONFIG_SYCAMORE is not set
114 # CONFIG_WALNUT is not set 114 # CONFIG_WALNUT is not set
115 CONFIG_XILINX_ML300=y 115 CONFIG_XILINX_ML300=y
116 CONFIG_IBM405_ERR77=y 116 CONFIG_IBM405_ERR77=y
117 CONFIG_IBM405_ERR51=y 117 CONFIG_IBM405_ERR51=y
118 CONFIG_XILINX_VIRTEX=y 118 CONFIG_XILINX_VIRTEX=y
119 CONFIG_EMBEDDEDBOOT=y 119 CONFIG_EMBEDDEDBOOT=y
120 # CONFIG_PPC4xx_DMA is not set 120 # CONFIG_PPC4xx_DMA is not set
121 CONFIG_PPC_GEN550=y 121 CONFIG_PPC_GEN550=y
122 CONFIG_UART0_TTYS0=y 122 CONFIG_UART0_TTYS0=y
123 # CONFIG_UART0_TTYS1 is not set 123 # CONFIG_UART0_TTYS1 is not set
124 CONFIG_NOT_COHERENT_CACHE=y 124 CONFIG_NOT_COHERENT_CACHE=y
125 125
126 # 126 #
127 # Platform options 127 # Platform options
128 # 128 #
129 # CONFIG_PC_KEYBOARD is not set 129 # CONFIG_PC_KEYBOARD is not set
130 # CONFIG_HIGHMEM is not set 130 # CONFIG_HIGHMEM is not set
131 # CONFIG_HZ_100 is not set 131 # CONFIG_HZ_100 is not set
132 CONFIG_HZ_250=y 132 CONFIG_HZ_250=y
133 # CONFIG_HZ_1000 is not set 133 # CONFIG_HZ_1000 is not set
134 CONFIG_HZ=250 134 CONFIG_HZ=250
135 CONFIG_PREEMPT_NONE=y 135 CONFIG_PREEMPT_NONE=y
136 # CONFIG_PREEMPT_VOLUNTARY is not set 136 # CONFIG_PREEMPT_VOLUNTARY is not set
137 # CONFIG_PREEMPT is not set 137 # CONFIG_PREEMPT is not set
138 CONFIG_SELECT_MEMORY_MODEL=y 138 CONFIG_SELECT_MEMORY_MODEL=y
139 CONFIG_FLATMEM_MANUAL=y 139 CONFIG_FLATMEM_MANUAL=y
140 # CONFIG_DISCONTIGMEM_MANUAL is not set 140 # CONFIG_DISCONTIGMEM_MANUAL is not set
141 # CONFIG_SPARSEMEM_MANUAL is not set 141 # CONFIG_SPARSEMEM_MANUAL is not set
142 CONFIG_FLATMEM=y 142 CONFIG_FLATMEM=y
143 CONFIG_FLAT_NODE_MEM_MAP=y 143 CONFIG_FLAT_NODE_MEM_MAP=y
144 # CONFIG_SPARSEMEM_STATIC is not set 144 # CONFIG_SPARSEMEM_STATIC is not set
145 CONFIG_SPLIT_PTLOCK_CPUS=4 145 CONFIG_SPLIT_PTLOCK_CPUS=4
146 CONFIG_BINFMT_ELF=y 146 CONFIG_BINFMT_ELF=y
147 # CONFIG_BINFMT_MISC is not set 147 # CONFIG_BINFMT_MISC is not set
148 CONFIG_CMDLINE_BOOL=y 148 CONFIG_CMDLINE_BOOL=y
149 CONFIG_CMDLINE="console=ttyS0,9600" 149 CONFIG_CMDLINE="console=ttyS0,9600"
150 # CONFIG_PM is not set 150 # CONFIG_PM is not set
151 # CONFIG_HIBERNATION is not set 151 # CONFIG_HIBERNATION is not set
152 CONFIG_SECCOMP=y 152 CONFIG_SECCOMP=y
153 CONFIG_ISA_DMA_API=y 153 CONFIG_ISA_DMA_API=y
154 154
155 # 155 #
156 # Bus options 156 # Bus options
157 # 157 #
158 # CONFIG_PPC_I8259 is not set 158 # CONFIG_PPC_I8259 is not set
159 # CONFIG_PCI is not set 159 # CONFIG_PCI is not set
160 # CONFIG_PCI_DOMAINS is not set 160 # CONFIG_PCI_DOMAINS is not set
161 161
162 # 162 #
163 # PCCARD (PCMCIA/CardBus) support 163 # PCCARD (PCMCIA/CardBus) support
164 # 164 #
165 # CONFIG_PCCARD is not set 165 # CONFIG_PCCARD is not set
166 166
167 # 167 #
168 # Advanced setup 168 # Advanced setup
169 # 169 #
170 # CONFIG_ADVANCED_OPTIONS is not set 170 # CONFIG_ADVANCED_OPTIONS is not set
171 171
172 # 172 #
173 # Default settings for advanced configuration options are used 173 # Default settings for advanced configuration options are used
174 # 174 #
175 CONFIG_HIGHMEM_START=0xfe000000 175 CONFIG_HIGHMEM_START=0xfe000000
176 CONFIG_LOWMEM_SIZE=0x30000000 176 CONFIG_LOWMEM_SIZE=0x30000000
177 CONFIG_KERNEL_START=0xc0000000 177 CONFIG_KERNEL_START=0xc0000000
178 CONFIG_TASK_SIZE=0x80000000 178 CONFIG_TASK_SIZE=0x80000000
179 CONFIG_CONSISTENT_START=0xff100000 179 CONFIG_CONSISTENT_START=0xff100000
180 CONFIG_CONSISTENT_SIZE=0x00200000 180 CONFIG_CONSISTENT_SIZE=0x00200000
181 CONFIG_BOOT_LOAD=0x00400000 181 CONFIG_BOOT_LOAD=0x00400000
182 182
183 # 183 #
184 # Networking 184 # Networking
185 # 185 #
186 CONFIG_NET=y 186 CONFIG_NET=y
187 187
188 # 188 #
189 # Networking options 189 # Networking options
190 # 190 #
191 CONFIG_PACKET=y 191 CONFIG_PACKET=y
192 CONFIG_PACKET_MMAP=y 192 CONFIG_PACKET_MMAP=y
193 CONFIG_UNIX=y 193 CONFIG_UNIX=y
194 # CONFIG_NET_KEY is not set 194 # CONFIG_NET_KEY is not set
195 CONFIG_INET=y 195 CONFIG_INET=y
196 # CONFIG_IP_MULTICAST is not set 196 # CONFIG_IP_MULTICAST is not set
197 # CONFIG_IP_ADVANCED_ROUTER is not set 197 # CONFIG_IP_ADVANCED_ROUTER is not set
198 CONFIG_IP_FIB_HASH=y 198 CONFIG_IP_FIB_HASH=y
199 CONFIG_IP_PNP=y 199 CONFIG_IP_PNP=y
200 CONFIG_IP_PNP_DHCP=y 200 CONFIG_IP_PNP_DHCP=y
201 # CONFIG_IP_PNP_BOOTP is not set 201 # CONFIG_IP_PNP_BOOTP is not set
202 # CONFIG_IP_PNP_RARP is not set 202 # CONFIG_IP_PNP_RARP is not set
203 # CONFIG_NET_IPIP is not set 203 # CONFIG_NET_IPIP is not set
204 # CONFIG_NET_IPGRE is not set 204 # CONFIG_NET_IPGRE is not set
205 # CONFIG_ARPD is not set 205 # CONFIG_ARPD is not set
206 # CONFIG_SYN_COOKIES is not set 206 # CONFIG_SYN_COOKIES is not set
207 # CONFIG_INET_AH is not set 207 # CONFIG_INET_AH is not set
208 # CONFIG_INET_ESP is not set 208 # CONFIG_INET_ESP is not set
209 # CONFIG_INET_IPCOMP is not set 209 # CONFIG_INET_IPCOMP is not set
210 # CONFIG_INET_TUNNEL is not set 210 # CONFIG_INET_TUNNEL is not set
211 CONFIG_INET_DIAG=y 211 CONFIG_INET_DIAG=y
212 CONFIG_INET_TCP_DIAG=y 212 CONFIG_INET_TCP_DIAG=y
213 # CONFIG_TCP_CONG_ADVANCED is not set 213 # CONFIG_TCP_CONG_ADVANCED is not set
214 CONFIG_TCP_CONG_BIC=y 214 CONFIG_TCP_CONG_BIC=y
215 # CONFIG_IPV6 is not set 215 # CONFIG_IPV6 is not set
216 # CONFIG_NETFILTER is not set 216 # CONFIG_NETFILTER is not set
217 217
218 # 218 #
219 # DCCP Configuration (EXPERIMENTAL) 219 # DCCP Configuration (EXPERIMENTAL)
220 # 220 #
221 # CONFIG_IP_DCCP is not set 221 # CONFIG_IP_DCCP is not set
222 222
223 # 223 #
224 # SCTP Configuration (EXPERIMENTAL) 224 # SCTP Configuration (EXPERIMENTAL)
225 # 225 #
226 # CONFIG_IP_SCTP is not set 226 # CONFIG_IP_SCTP is not set
227 # CONFIG_ATM is not set 227 # CONFIG_ATM is not set
228 # CONFIG_BRIDGE is not set 228 # CONFIG_BRIDGE is not set
229 # CONFIG_VLAN_8021Q is not set 229 # CONFIG_VLAN_8021Q is not set
230 # CONFIG_DECNET is not set 230 # CONFIG_DECNET is not set
231 # CONFIG_LLC2 is not set 231 # CONFIG_LLC2 is not set
232 # CONFIG_IPX is not set 232 # CONFIG_IPX is not set
233 # CONFIG_ATALK is not set 233 # CONFIG_ATALK is not set
234 # CONFIG_X25 is not set 234 # CONFIG_X25 is not set
235 # CONFIG_LAPB is not set 235 # CONFIG_LAPB is not set
236 236
237 # 237 #
238 # TIPC Configuration (EXPERIMENTAL) 238 # TIPC Configuration (EXPERIMENTAL)
239 # 239 #
240 # CONFIG_TIPC is not set 240 # CONFIG_TIPC is not set
241 # CONFIG_NET_DIVERT is not set 241 # CONFIG_NET_DIVERT is not set
242 # CONFIG_ECONET is not set 242 # CONFIG_ECONET is not set
243 # CONFIG_WAN_ROUTER is not set 243 # CONFIG_WAN_ROUTER is not set
244 244
245 # 245 #
246 # QoS and/or fair queueing 246 # QoS and/or fair queueing
247 # 247 #
248 # CONFIG_NET_SCHED is not set 248 # CONFIG_NET_SCHED is not set
249 249
250 # 250 #
251 # Network testing 251 # Network testing
252 # 252 #
253 # CONFIG_NET_PKTGEN is not set 253 # CONFIG_NET_PKTGEN is not set
254 # CONFIG_HAMRADIO is not set 254 # CONFIG_HAMRADIO is not set
255 # CONFIG_IRDA is not set 255 # CONFIG_IRDA is not set
256 # CONFIG_BT is not set 256 # CONFIG_BT is not set
257 # CONFIG_IEEE80211 is not set 257 # CONFIG_IEEE80211 is not set
258 258
259 # 259 #
260 # Device Drivers 260 # Device Drivers
261 # 261 #
262 262
263 # 263 #
264 # Generic Driver Options 264 # Generic Driver Options
265 # 265 #
266 CONFIG_STANDALONE=y 266 CONFIG_STANDALONE=y
267 CONFIG_PREVENT_FIRMWARE_BUILD=y 267 CONFIG_PREVENT_FIRMWARE_BUILD=y
268 # CONFIG_FW_LOADER is not set 268 # CONFIG_FW_LOADER is not set
269 # CONFIG_DEBUG_DRIVER is not set 269 # CONFIG_DEBUG_DRIVER is not set
270 270
271 # 271 #
272 # Connector - unified userspace <-> kernelspace linker 272 # Connector - unified userspace <-> kernelspace linker
273 # 273 #
274 # CONFIG_CONNECTOR is not set 274 # CONFIG_CONNECTOR is not set
275 275
276 # 276 #
277 # Memory Technology Devices (MTD) 277 # Memory Technology Devices (MTD)
278 # 278 #
279 # CONFIG_MTD is not set 279 # CONFIG_MTD is not set
280 280
281 # 281 #
282 # Parallel port support 282 # Parallel port support
283 # 283 #
284 # CONFIG_PARPORT is not set 284 # CONFIG_PARPORT is not set
285 285
286 # 286 #
287 # Plug and Play support 287 # Plug and Play support
288 # 288 #
289 289
290 # 290 #
291 # Block devices 291 # Block devices
292 # 292 #
293 # CONFIG_BLK_DEV_FD is not set 293 # CONFIG_BLK_DEV_FD is not set
294 # CONFIG_BLK_DEV_COW_COMMON is not set 294 # CONFIG_BLK_DEV_COW_COMMON is not set
295 # CONFIG_BLK_DEV_LOOP is not set 295 # CONFIG_BLK_DEV_LOOP is not set
296 # CONFIG_BLK_DEV_NBD is not set 296 # CONFIG_BLK_DEV_NBD is not set
297 CONFIG_BLK_DEV_RAM=y 297 CONFIG_BLK_DEV_RAM=y
298 CONFIG_BLK_DEV_RAM_COUNT=16 298 CONFIG_BLK_DEV_RAM_COUNT=16
299 CONFIG_BLK_DEV_RAM_SIZE=65536 299 CONFIG_BLK_DEV_RAM_SIZE=65536
300 CONFIG_BLK_DEV_INITRD=y 300 CONFIG_BLK_DEV_INITRD=y
301 # CONFIG_CDROM_PKTCDVD is not set 301 # CONFIG_CDROM_PKTCDVD is not set
302 # CONFIG_ATA_OVER_ETH is not set 302 # CONFIG_ATA_OVER_ETH is not set
303 303
304 # 304 #
305 # ATA/ATAPI/MFM/RLL support 305 # ATA/ATAPI/MFM/RLL support
306 # 306 #
307 # CONFIG_IDE is not set 307 # CONFIG_IDE is not set
308 308
309 # 309 #
310 # SCSI device support 310 # SCSI device support
311 # 311 #
312 # CONFIG_RAID_ATTRS is not set 312 # CONFIG_RAID_ATTRS is not set
313 # CONFIG_SCSI is not set 313 # CONFIG_SCSI is not set
314 314
315 # 315 #
316 # Multi-device support (RAID and LVM) 316 # Multi-device support (RAID and LVM)
317 # 317 #
318 # CONFIG_MD is not set 318 # CONFIG_MD is not set
319 319
320 # 320 #
321 # Fusion MPT device support 321 # Fusion MPT device support
322 # 322 #
323 # CONFIG_FUSION is not set 323 # CONFIG_FUSION is not set
324 324
325 # 325 #
326 # IEEE 1394 (FireWire) support 326 # IEEE 1394 (FireWire) support
327 # 327 #
328 328
329 # 329 #
330 # I2O device support 330 # I2O device support
331 # 331 #
332 332
333 # 333 #
334 # Macintosh device drivers 334 # Macintosh device drivers
335 # 335 #
336 # CONFIG_WINDFARM is not set 336 # CONFIG_WINDFARM is not set
337 337
338 # 338 #
339 # Network device support 339 # Network device support
340 # 340 #
341 CONFIG_NETDEVICES=y 341 CONFIG_NETDEVICES=y
342 # CONFIG_DUMMY is not set 342 # CONFIG_DUMMY is not set
343 # CONFIG_BONDING is not set 343 # CONFIG_BONDING is not set
344 # CONFIG_EQUALIZER is not set 344 # CONFIG_EQUALIZER is not set
345 CONFIG_TUN=y 345 CONFIG_TUN=y
346 346
347 # 347 #
348 # PHY device support 348 # PHY device support
349 # 349 #
350 350
351 # 351 #
352 # Ethernet (10 or 100Mbit) 352 # Ethernet (10 or 100Mbit)
353 # 353 #
354 # CONFIG_NET_ETHERNET is not set 354 # CONFIG_NET_ETHERNET is not set
355 # CONFIG_IBM_EMAC is not set 355 # CONFIG_IBM_EMAC is not set
356 356
357 # 357 #
358 # Ethernet (1000 Mbit) 358 # Ethernet (1000 Mbit)
359 # 359 #
360 360
361 # 361 #
362 # Ethernet (10000 Mbit) 362 # Ethernet (10000 Mbit)
363 # 363 #
364 364
365 # 365 #
366 # Token Ring devices 366 # Token Ring devices
367 # 367 #
368 368
369 # 369 #
370 # Wireless LAN (non-hamradio) 370 # Wireless LAN (non-hamradio)
371 # 371 #
372 # CONFIG_NET_RADIO is not set 372 # CONFIG_NET_RADIO is not set
373 373
374 # 374 #
375 # Wan interfaces 375 # Wan interfaces
376 # 376 #
377 # CONFIG_WAN is not set 377 # CONFIG_WAN is not set
378 # CONFIG_PPP is not set 378 # CONFIG_PPP is not set
379 # CONFIG_SLIP is not set 379 # CONFIG_SLIP is not set
380 # CONFIG_SHAPER is not set 380 # CONFIG_SHAPER is not set
381 # CONFIG_NETCONSOLE is not set 381 # CONFIG_NETCONSOLE is not set
382 # CONFIG_NETPOLL is not set 382 # CONFIG_NETPOLL is not set
383 # CONFIG_NET_POLL_CONTROLLER is not set 383 # CONFIG_NET_POLL_CONTROLLER is not set
384 384
385 # 385 #
386 # ISDN subsystem 386 # ISDN subsystem
387 # 387 #
388 # CONFIG_ISDN is not set 388 # CONFIG_ISDN is not set
389 389
390 # 390 #
391 # Telephony Support 391 # Telephony Support
392 # 392 #
393 # CONFIG_PHONE is not set 393 # CONFIG_PHONE is not set
394 394
395 # 395 #
396 # Input device support 396 # Input device support
397 # 397 #
398 CONFIG_INPUT=y 398 CONFIG_INPUT=y
399 399
400 # 400 #
401 # Userland interfaces 401 # Userland interfaces
402 # 402 #
403 CONFIG_INPUT_MOUSEDEV=y 403 CONFIG_INPUT_MOUSEDEV=y
404 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 404 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
405 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 405 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
406 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 406 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
407 # CONFIG_INPUT_JOYDEV is not set 407 # CONFIG_INPUT_JOYDEV is not set
408 # CONFIG_INPUT_TSDEV is not set 408 # CONFIG_INPUT_TSDEV is not set
409 # CONFIG_INPUT_EVDEV is not set 409 # CONFIG_INPUT_EVDEV is not set
410 # CONFIG_INPUT_EVBUG is not set 410 # CONFIG_INPUT_EVBUG is not set
411 411
412 # 412 #
413 # Input Device Drivers 413 # Input Device Drivers
414 # 414 #
415 # CONFIG_INPUT_KEYBOARD is not set 415 # CONFIG_INPUT_KEYBOARD is not set
416 # CONFIG_INPUT_MOUSE is not set 416 # CONFIG_INPUT_MOUSE is not set
417 # CONFIG_INPUT_JOYSTICK is not set 417 # CONFIG_INPUT_JOYSTICK is not set
418 # CONFIG_INPUT_TOUCHSCREEN is not set 418 # CONFIG_INPUT_TOUCHSCREEN is not set
419 # CONFIG_INPUT_MISC is not set 419 # CONFIG_INPUT_MISC is not set
420 420
421 # 421 #
422 # Hardware I/O ports 422 # Hardware I/O ports
423 # 423 #
424 # CONFIG_SERIO is not set 424 # CONFIG_SERIO is not set
425 # CONFIG_GAMEPORT is not set 425 # CONFIG_GAMEPORT is not set
426 426
427 # 427 #
428 # Character devices 428 # Character devices
429 # 429 #
430 CONFIG_VT=y 430 CONFIG_VT=y
431 CONFIG_VT_CONSOLE=y 431 CONFIG_VT_CONSOLE=y
432 CONFIG_HW_CONSOLE=y 432 CONFIG_HW_CONSOLE=y
433 # CONFIG_SERIAL_NONSTANDARD is not set 433 # CONFIG_SERIAL_NONSTANDARD is not set
434 434
435 # 435 #
436 # Serial drivers 436 # Serial drivers
437 # 437 #
438 CONFIG_SERIAL_8250=y 438 CONFIG_SERIAL_8250=y
439 CONFIG_SERIAL_8250_CONSOLE=y 439 CONFIG_SERIAL_8250_CONSOLE=y
440 CONFIG_SERIAL_8250_NR_UARTS=4 440 CONFIG_SERIAL_8250_NR_UARTS=4
441 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 441 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
442 # CONFIG_SERIAL_8250_EXTENDED is not set 442 # CONFIG_SERIAL_8250_EXTENDED is not set
443 443
444 # 444 #
445 # Non-8250 serial port support 445 # Non-8250 serial port support
446 # 446 #
447 CONFIG_SERIAL_CORE=y 447 CONFIG_SERIAL_CORE=y
448 CONFIG_SERIAL_CORE_CONSOLE=y 448 CONFIG_SERIAL_CORE_CONSOLE=y
449 CONFIG_UNIX98_PTYS=y 449 CONFIG_UNIX98_PTYS=y
450 # CONFIG_LEGACY_PTYS is not set 450 # CONFIG_LEGACY_PTYS is not set
451 451
452 # 452 #
453 # IPMI 453 # IPMI
454 # 454 #
455 # CONFIG_IPMI_HANDLER is not set 455 # CONFIG_IPMI_HANDLER is not set
456 456
457 # 457 #
458 # Watchdog Cards 458 # Watchdog Cards
459 # 459 #
460 # CONFIG_WATCHDOG is not set 460 # CONFIG_WATCHDOG is not set
461 # CONFIG_NVRAM is not set 461 # CONFIG_NVRAM is not set
462 # CONFIG_GEN_RTC is not set 462 # CONFIG_GEN_RTC is not set
463 # CONFIG_DTLK is not set 463 # CONFIG_DTLK is not set
464 # CONFIG_R3964 is not set 464 # CONFIG_R3964 is not set
465 465
466 # 466 #
467 # Ftape, the floppy tape device driver 467 # Ftape, the floppy tape device driver
468 # 468 #
469 # CONFIG_AGP is not set 469 # CONFIG_AGP is not set
470 # CONFIG_RAW_DRIVER is not set 470 # CONFIG_RAW_DRIVER is not set
471 471
472 # 472 #
473 # TPM devices 473 # TPM devices
474 # 474 #
475 # CONFIG_TCG_TPM is not set 475 # CONFIG_TCG_TPM is not set
476 # CONFIG_TELCLOCK is not set 476 # CONFIG_TELCLOCK is not set
477 477
478 # 478 #
479 # I2C support 479 # I2C support
480 # 480 #
481 # CONFIG_I2C is not set 481 # CONFIG_I2C is not set
482 482
483 # 483 #
484 # SPI support 484 # SPI support
485 # 485 #
486 # CONFIG_SPI is not set 486 # CONFIG_SPI is not set
487 # CONFIG_SPI_MASTER is not set 487 # CONFIG_SPI_MASTER is not set
488 488
489 # 489 #
490 # Dallas's 1-wire bus 490 # Dallas's 1-wire bus
491 # 491 #
492 # CONFIG_W1 is not set 492 # CONFIG_W1 is not set
493 493
494 # 494 #
495 # Hardware Monitoring support 495 # Hardware Monitoring support
496 # 496 #
497 # CONFIG_HWMON is not set 497 # CONFIG_HWMON is not set
498 # CONFIG_HWMON_VID is not set 498 # CONFIG_HWMON_VID is not set
499 499
500 # 500 #
501 # Misc devices 501 # Misc devices
502 # 502 #
503 503
504 # 504 #
505 # Multimedia Capabilities Port drivers 505 # Multimedia Capabilities Port drivers
506 # 506 #
507 507
508 # 508 #
509 # Multimedia devices 509 # Multimedia devices
510 # 510 #
511 # CONFIG_VIDEO_DEV is not set 511 # CONFIG_VIDEO_DEV is not set
512 512
513 # 513 #
514 # Digital Video Broadcasting Devices 514 # Digital Video Broadcasting Devices
515 # 515 #
516 # CONFIG_DVB is not set 516 # CONFIG_DVB is not set
517 517
518 # 518 #
519 # Graphics support 519 # Graphics support
520 # 520 #
521 # CONFIG_FB is not set 521 # CONFIG_FB is not set
522 522
523 # 523 #
524 # Console display driver support 524 # Console display driver support
525 # 525 #
526 CONFIG_DUMMY_CONSOLE=y 526 CONFIG_DUMMY_CONSOLE=y
527 527
528 # 528 #
529 # Sound 529 # Sound
530 # 530 #
531 # CONFIG_SOUND is not set 531 # CONFIG_SOUND is not set
532 532
533 # 533 #
534 # USB support 534 # USB support
535 # 535 #
536 # CONFIG_USB_ARCH_HAS_HCD is not set 536 # CONFIG_USB_ARCH_HAS_HCD is not set
537 # CONFIG_USB_ARCH_HAS_OHCI is not set 537 # CONFIG_USB_ARCH_HAS_OHCI is not set
538 538
539 # 539 #
540 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 540 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
541 # 541 #
542 542
543 # 543 #
544 # USB Gadget Support 544 # USB Gadget Support
545 # 545 #
546 # CONFIG_USB_GADGET is not set 546 # CONFIG_USB_GADGET is not set
547 547
548 # 548 #
549 # MMC/SD Card support 549 # MMC/SD Card support
550 # 550 #
551 # CONFIG_MMC is not set 551 # CONFIG_MMC is not set
552 552
553 # 553 #
554 # InfiniBand support 554 # InfiniBand support
555 # 555 #
556 556
557 # 557 #
558 # SN Devices 558 # SN Devices
559 # 559 #
560 560
561 # 561 #
562 # File systems 562 # File systems
563 # 563 #
564 CONFIG_EXT2_FS=y 564 CONFIG_EXT2_FS=y
565 # CONFIG_EXT2_FS_XATTR is not set 565 # CONFIG_EXT2_FS_XATTR is not set
566 # CONFIG_EXT2_FS_XIP is not set 566 # CONFIG_EXT2_FS_XIP is not set
567 # CONFIG_EXT3_FS is not set 567 # CONFIG_EXT3_FS is not set
568 # CONFIG_REISERFS_FS is not set 568 # CONFIG_REISERFS_FS is not set
569 # CONFIG_JFS_FS is not set 569 # CONFIG_JFS_FS is not set
570 # CONFIG_FS_POSIX_ACL is not set 570 # CONFIG_FS_POSIX_ACL is not set
571 # CONFIG_XFS_FS is not set 571 # CONFIG_XFS_FS is not set
572 # CONFIG_OCFS2_FS is not set 572 # CONFIG_OCFS2_FS is not set
573 # CONFIG_MINIX_FS is not set 573 # CONFIG_MINIX_FS is not set
574 # CONFIG_ROMFS_FS is not set 574 # CONFIG_ROMFS_FS is not set
575 CONFIG_INOTIFY=y 575 CONFIG_INOTIFY=y
576 # CONFIG_QUOTA is not set 576 # CONFIG_QUOTA is not set
577 CONFIG_DNOTIFY=y 577 CONFIG_DNOTIFY=y
578 # CONFIG_AUTOFS_FS is not set 578 # CONFIG_AUTOFS_FS is not set
579 # CONFIG_AUTOFS4_FS is not set 579 # CONFIG_AUTOFS4_FS is not set
580 # CONFIG_FUSE_FS is not set 580 # CONFIG_FUSE_FS is not set
581 581
582 # 582 #
583 # CD-ROM/DVD Filesystems 583 # CD-ROM/DVD Filesystems
584 # 584 #
585 # CONFIG_ISO9660_FS is not set 585 # CONFIG_ISO9660_FS is not set
586 # CONFIG_UDF_FS is not set 586 # CONFIG_UDF_FS is not set
587 587
588 # 588 #
589 # DOS/FAT/NT Filesystems 589 # DOS/FAT/NT Filesystems
590 # 590 #
591 CONFIG_FAT_FS=y 591 CONFIG_FAT_FS=y
592 CONFIG_MSDOS_FS=y 592 CONFIG_MSDOS_FS=y
593 CONFIG_VFAT_FS=y 593 CONFIG_VFAT_FS=y
594 CONFIG_FAT_DEFAULT_CODEPAGE=437 594 CONFIG_FAT_DEFAULT_CODEPAGE=437
595 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 595 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
596 # CONFIG_NTFS_FS is not set 596 # CONFIG_NTFS_FS is not set
597 597
598 # 598 #
599 # Pseudo filesystems 599 # Pseudo filesystems
600 # 600 #
601 CONFIG_PROC_FS=y 601 CONFIG_PROC_FS=y
602 CONFIG_PROC_KCORE=y 602 CONFIG_PROC_KCORE=y
603 CONFIG_SYSFS=y 603 CONFIG_SYSFS=y
604 CONFIG_TMPFS=y 604 CONFIG_TMPFS=y
605 # CONFIG_HUGETLB_PAGE is not set 605 # CONFIG_HUGETLB_PAGE is not set
606 CONFIG_RAMFS=y 606 CONFIG_RAMFS=y
607 # CONFIG_RELAYFS_FS is not set 607 # CONFIG_RELAYFS_FS is not set
608 # CONFIG_CONFIGFS_FS is not set 608 # CONFIG_CONFIGFS_FS is not set
609 609
610 # 610 #
611 # Miscellaneous filesystems 611 # Miscellaneous filesystems
612 # 612 #
613 # CONFIG_ADFS_FS is not set 613 # CONFIG_ADFS_FS is not set
614 # CONFIG_AFFS_FS is not set 614 # CONFIG_AFFS_FS is not set
615 # CONFIG_HFS_FS is not set 615 # CONFIG_HFS_FS is not set
616 # CONFIG_HFSPLUS_FS is not set 616 # CONFIG_HFSPLUS_FS is not set
617 # CONFIG_BEFS_FS is not set 617 # CONFIG_BEFS_FS is not set
618 # CONFIG_BFS_FS is not set 618 # CONFIG_BFS_FS is not set
619 # CONFIG_EFS_FS is not set 619 # CONFIG_EFS_FS is not set
620 # CONFIG_CRAMFS is not set 620 # CONFIG_CRAMFS is not set
621 # CONFIG_VXFS_FS is not set 621 # CONFIG_VXFS_FS is not set
622 # CONFIG_HPFS_FS is not set 622 # CONFIG_HPFS_FS is not set
623 # CONFIG_QNX4FS_FS is not set 623 # CONFIG_QNX4FS_FS is not set
624 # CONFIG_SYSV_FS is not set 624 # CONFIG_SYSV_FS is not set
625 # CONFIG_UFS_FS is not set 625 # CONFIG_UFS_FS is not set
626 626
627 # 627 #
628 # Network File Systems 628 # Network File Systems
629 # 629 #
630 # CONFIG_NFS_FS is not set 630 # CONFIG_NFS_FS is not set
631 # CONFIG_NFSD is not set 631 # CONFIG_NFSD is not set
632 # CONFIG_SMB_FS is not set 632 # CONFIG_SMB_FS is not set
633 # CONFIG_CIFS is not set 633 # CONFIG_CIFS is not set
634 # CONFIG_NCP_FS is not set 634 # CONFIG_NCP_FS is not set
635 # CONFIG_CODA_FS is not set 635 # CONFIG_CODA_FS is not set
636 # CONFIG_AFS_FS is not set 636 # CONFIG_AFS_FS is not set
637 # CONFIG_9P_FS is not set 637 # CONFIG_9P_FS is not set
638 638
639 # 639 #
640 # Partition Types 640 # Partition Types
641 # 641 #
642 # CONFIG_PARTITION_ADVANCED is not set 642 # CONFIG_PARTITION_ADVANCED is not set
643 CONFIG_MSDOS_PARTITION=y 643 CONFIG_MSDOS_PARTITION=y
644 644
645 # 645 #
646 # Native Language Support 646 # Native Language Support
647 # 647 #
648 CONFIG_NLS=y 648 CONFIG_NLS=y
649 CONFIG_NLS_DEFAULT="iso8859-1" 649 CONFIG_NLS_DEFAULT="iso8859-1"
650 CONFIG_NLS_CODEPAGE_437=y 650 CONFIG_NLS_CODEPAGE_437=y
651 # CONFIG_NLS_CODEPAGE_737 is not set 651 # CONFIG_NLS_CODEPAGE_737 is not set
652 # CONFIG_NLS_CODEPAGE_775 is not set 652 # CONFIG_NLS_CODEPAGE_775 is not set
653 # CONFIG_NLS_CODEPAGE_850 is not set 653 # CONFIG_NLS_CODEPAGE_850 is not set
654 # CONFIG_NLS_CODEPAGE_852 is not set 654 # CONFIG_NLS_CODEPAGE_852 is not set
655 # CONFIG_NLS_CODEPAGE_855 is not set 655 # CONFIG_NLS_CODEPAGE_855 is not set
656 # CONFIG_NLS_CODEPAGE_857 is not set 656 # CONFIG_NLS_CODEPAGE_857 is not set
657 # CONFIG_NLS_CODEPAGE_860 is not set 657 # CONFIG_NLS_CODEPAGE_860 is not set
658 # CONFIG_NLS_CODEPAGE_861 is not set 658 # CONFIG_NLS_CODEPAGE_861 is not set
659 # CONFIG_NLS_CODEPAGE_862 is not set 659 # CONFIG_NLS_CODEPAGE_862 is not set
660 # CONFIG_NLS_CODEPAGE_863 is not set 660 # CONFIG_NLS_CODEPAGE_863 is not set
661 # CONFIG_NLS_CODEPAGE_864 is not set 661 # CONFIG_NLS_CODEPAGE_864 is not set
662 # CONFIG_NLS_CODEPAGE_865 is not set 662 # CONFIG_NLS_CODEPAGE_865 is not set
663 # CONFIG_NLS_CODEPAGE_866 is not set 663 # CONFIG_NLS_CODEPAGE_866 is not set
664 # CONFIG_NLS_CODEPAGE_869 is not set 664 # CONFIG_NLS_CODEPAGE_869 is not set
665 # CONFIG_NLS_CODEPAGE_936 is not set 665 # CONFIG_NLS_CODEPAGE_936 is not set
666 # CONFIG_NLS_CODEPAGE_950 is not set 666 # CONFIG_NLS_CODEPAGE_950 is not set
667 # CONFIG_NLS_CODEPAGE_932 is not set 667 # CONFIG_NLS_CODEPAGE_932 is not set
668 # CONFIG_NLS_CODEPAGE_949 is not set 668 # CONFIG_NLS_CODEPAGE_949 is not set
669 # CONFIG_NLS_CODEPAGE_874 is not set 669 # CONFIG_NLS_CODEPAGE_874 is not set
670 # CONFIG_NLS_ISO8859_8 is not set 670 # CONFIG_NLS_ISO8859_8 is not set
671 # CONFIG_NLS_CODEPAGE_1250 is not set 671 # CONFIG_NLS_CODEPAGE_1250 is not set
672 # CONFIG_NLS_CODEPAGE_1251 is not set 672 # CONFIG_NLS_CODEPAGE_1251 is not set
673 CONFIG_NLS_ASCII=y 673 CONFIG_NLS_ASCII=y
674 CONFIG_NLS_ISO8859_1=y 674 CONFIG_NLS_ISO8859_1=y
675 # CONFIG_NLS_ISO8859_2 is not set 675 # CONFIG_NLS_ISO8859_2 is not set
676 # CONFIG_NLS_ISO8859_3 is not set 676 # CONFIG_NLS_ISO8859_3 is not set
677 # CONFIG_NLS_ISO8859_4 is not set 677 # CONFIG_NLS_ISO8859_4 is not set
678 # CONFIG_NLS_ISO8859_5 is not set 678 # CONFIG_NLS_ISO8859_5 is not set
679 # CONFIG_NLS_ISO8859_6 is not set 679 # CONFIG_NLS_ISO8859_6 is not set
680 # CONFIG_NLS_ISO8859_7 is not set 680 # CONFIG_NLS_ISO8859_7 is not set
681 # CONFIG_NLS_ISO8859_9 is not set 681 # CONFIG_NLS_ISO8859_9 is not set
682 # CONFIG_NLS_ISO8859_13 is not set 682 # CONFIG_NLS_ISO8859_13 is not set
683 # CONFIG_NLS_ISO8859_14 is not set 683 # CONFIG_NLS_ISO8859_14 is not set
684 # CONFIG_NLS_ISO8859_15 is not set 684 # CONFIG_NLS_ISO8859_15 is not set
685 # CONFIG_NLS_KOI8_R is not set 685 # CONFIG_NLS_KOI8_R is not set
686 # CONFIG_NLS_KOI8_U is not set 686 # CONFIG_NLS_KOI8_U is not set
687 CONFIG_NLS_UTF8=y 687 CONFIG_NLS_UTF8=y
688 688
689 # 689 #
690 # IBM 40x options 690 # IBM 40x options
691 # 691 #
692 692
693 # 693 #
694 # Library routines 694 # Library routines
695 # 695 #
696 # CONFIG_CRC_CCITT is not set 696 # CONFIG_CRC_CCITT is not set
697 # CONFIG_CRC16 is not set 697 # CONFIG_CRC16 is not set
698 CONFIG_CRC32=y 698 CONFIG_CRC32=y
699 # CONFIG_LIBCRC32C is not set 699 # CONFIG_LIBCRC32C is not set
700 # CONFIG_PROFILING is not set 700 # CONFIG_PROFILING is not set
701 701
702 # 702 #
703 # Kernel hacking 703 # Kernel hacking
704 # 704 #
705 CONFIG_PRINTK_TIME=y 705 CONFIG_PRINTK_TIME=y
706 CONFIG_MAGIC_SYSRQ=y 706 CONFIG_MAGIC_SYSRQ=y
707 CONFIG_DEBUG_KERNEL=y 707 CONFIG_DEBUG_KERNEL=y
708 CONFIG_LOG_BUF_SHIFT=14 708 CONFIG_LOG_BUF_SHIFT=14
709 CONFIG_DETECT_SOFTLOCKUP=y 709 CONFIG_DETECT_SOFTLOCKUP=y
710 # CONFIG_SCHEDSTATS is not set 710 # CONFIG_SCHEDSTATS is not set
711 # CONFIG_DEBUG_SLAB is not set 711 # CONFIG_DEBUG_SLAB is not set
712 CONFIG_DEBUG_MUTEXES=y 712 CONFIG_DEBUG_MUTEXES=y
713 # CONFIG_DEBUG_SPINLOCK is not set 713 # CONFIG_DEBUG_SPINLOCK is not set
714 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 714 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
715 # CONFIG_DEBUG_KOBJECT is not set 715 # CONFIG_DEBUG_KOBJECT is not set
716 CONFIG_DEBUG_INFO=y 716 CONFIG_DEBUG_INFO=y
717 # CONFIG_DEBUG_FS is not set 717 # CONFIG_DEBUG_FS is not set
718 # CONFIG_DEBUG_VM is not set 718 # CONFIG_DEBUG_VM is not set
719 CONFIG_FORCED_INLINING=y 719 CONFIG_FORCED_INLINING=y
720 # CONFIG_RCU_TORTURE_TEST is not set 720 # CONFIG_RCU_TORTURE_TEST is not set
721 # CONFIG_KGDB is not set 721 # CONFIG_KGDB is not set
722 CONFIG_XMON=y 722 # CONFIG_XMON is not set
723 # CONFIG_BDI_SWITCH is not set 723 # CONFIG_BDI_SWITCH is not set
724 # CONFIG_SERIAL_TEXT_DEBUG is not set 724 # CONFIG_SERIAL_TEXT_DEBUG is not set
725 725
726 # 726 #
727 # Security options 727 # Security options
728 # 728 #
729 # CONFIG_KEYS is not set 729 # CONFIG_KEYS is not set
730 # CONFIG_SECURITY is not set 730 # CONFIG_SECURITY is not set
731 731
732 # 732 #
733 # Cryptographic options 733 # Cryptographic options
734 # 734 #
735 # CONFIG_CRYPTO is not set 735 # CONFIG_CRYPTO is not set
736 736
737 # 737 #
738 # Hardware crypto devices 738 # Hardware crypto devices
739 # 739 #
740 740
arch/ppc/configs/ml403_defconfig
1 # 1 #
2 # Automatically generated make config: don't edit 2 # Automatically generated make config: don't edit
3 # Linux kernel version: 2.6.16-rc1 3 # Linux kernel version: 2.6.16-rc1
4 # Wed Jan 18 01:11:41 2006 4 # Wed Jan 18 01:11:41 2006
5 # 5 #
6 CONFIG_MMU=y 6 CONFIG_MMU=y
7 CONFIG_GENERIC_HARDIRQS=y 7 CONFIG_GENERIC_HARDIRQS=y
8 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 8 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
9 CONFIG_GENERIC_CALIBRATE_DELAY=y 9 CONFIG_GENERIC_CALIBRATE_DELAY=y
10 CONFIG_PPC=y 10 CONFIG_PPC=y
11 CONFIG_PPC32=y 11 CONFIG_PPC32=y
12 CONFIG_GENERIC_NVRAM=y 12 CONFIG_GENERIC_NVRAM=y
13 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 13 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
14 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 14 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
15 15
16 # 16 #
17 # Code maturity level options 17 # Code maturity level options
18 # 18 #
19 CONFIG_EXPERIMENTAL=y 19 CONFIG_EXPERIMENTAL=y
20 CONFIG_CLEAN_COMPILE=y 20 CONFIG_CLEAN_COMPILE=y
21 CONFIG_BROKEN_ON_SMP=y 21 CONFIG_BROKEN_ON_SMP=y
22 CONFIG_INIT_ENV_ARG_LIMIT=32 22 CONFIG_INIT_ENV_ARG_LIMIT=32
23 23
24 # 24 #
25 # General setup 25 # General setup
26 # 26 #
27 CONFIG_LOCALVERSION="" 27 CONFIG_LOCALVERSION=""
28 CONFIG_LOCALVERSION_AUTO=y 28 CONFIG_LOCALVERSION_AUTO=y
29 # CONFIG_SWAP is not set 29 # CONFIG_SWAP is not set
30 CONFIG_SYSVIPC=y 30 CONFIG_SYSVIPC=y
31 # CONFIG_POSIX_MQUEUE is not set 31 # CONFIG_POSIX_MQUEUE is not set
32 CONFIG_BSD_PROCESS_ACCT=y 32 CONFIG_BSD_PROCESS_ACCT=y
33 CONFIG_BSD_PROCESS_ACCT_V3=y 33 CONFIG_BSD_PROCESS_ACCT_V3=y
34 CONFIG_SYSCTL=y 34 CONFIG_SYSCTL=y
35 # CONFIG_AUDIT is not set 35 # CONFIG_AUDIT is not set
36 # CONFIG_IKCONFIG is not set 36 # CONFIG_IKCONFIG is not set
37 CONFIG_INITRAMFS_SOURCE="" 37 CONFIG_INITRAMFS_SOURCE=""
38 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 38 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
39 # CONFIG_EMBEDDED is not set 39 # CONFIG_EMBEDDED is not set
40 CONFIG_KALLSYMS=y 40 CONFIG_KALLSYMS=y
41 # CONFIG_KALLSYMS_ALL is not set 41 # CONFIG_KALLSYMS_ALL is not set
42 # CONFIG_KALLSYMS_EXTRA_PASS is not set 42 # CONFIG_KALLSYMS_EXTRA_PASS is not set
43 CONFIG_HOTPLUG=y 43 CONFIG_HOTPLUG=y
44 CONFIG_PRINTK=y 44 CONFIG_PRINTK=y
45 CONFIG_BUG=y 45 CONFIG_BUG=y
46 CONFIG_ELF_CORE=y 46 CONFIG_ELF_CORE=y
47 CONFIG_BASE_FULL=y 47 CONFIG_BASE_FULL=y
48 CONFIG_FUTEX=y 48 CONFIG_FUTEX=y
49 CONFIG_EPOLL=y 49 CONFIG_EPOLL=y
50 CONFIG_SHMEM=y 50 CONFIG_SHMEM=y
51 CONFIG_CC_ALIGN_FUNCTIONS=0 51 CONFIG_CC_ALIGN_FUNCTIONS=0
52 CONFIG_CC_ALIGN_LABELS=0 52 CONFIG_CC_ALIGN_LABELS=0
53 CONFIG_CC_ALIGN_LOOPS=0 53 CONFIG_CC_ALIGN_LOOPS=0
54 CONFIG_CC_ALIGN_JUMPS=0 54 CONFIG_CC_ALIGN_JUMPS=0
55 CONFIG_SLAB=y 55 CONFIG_SLAB=y
56 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_TINY_SHMEM is not set
57 CONFIG_BASE_SMALL=0 57 CONFIG_BASE_SMALL=0
58 # CONFIG_SLOB is not set 58 # CONFIG_SLOB is not set
59 59
60 # 60 #
61 # Loadable module support 61 # Loadable module support
62 # 62 #
63 CONFIG_MODULES=y 63 CONFIG_MODULES=y
64 CONFIG_MODULE_UNLOAD=y 64 CONFIG_MODULE_UNLOAD=y
65 CONFIG_MODULE_FORCE_UNLOAD=y 65 CONFIG_MODULE_FORCE_UNLOAD=y
66 CONFIG_OBSOLETE_MODPARM=y 66 CONFIG_OBSOLETE_MODPARM=y
67 CONFIG_MODVERSIONS=y 67 CONFIG_MODVERSIONS=y
68 CONFIG_MODULE_SRCVERSION_ALL=y 68 CONFIG_MODULE_SRCVERSION_ALL=y
69 CONFIG_KMOD=y 69 CONFIG_KMOD=y
70 70
71 # 71 #
72 # Block layer 72 # Block layer
73 # 73 #
74 CONFIG_LBD=y 74 CONFIG_LBD=y
75 75
76 # 76 #
77 # IO Schedulers 77 # IO Schedulers
78 # 78 #
79 CONFIG_IOSCHED_NOOP=y 79 CONFIG_IOSCHED_NOOP=y
80 CONFIG_IOSCHED_AS=y 80 CONFIG_IOSCHED_AS=y
81 CONFIG_IOSCHED_DEADLINE=y 81 CONFIG_IOSCHED_DEADLINE=y
82 CONFIG_IOSCHED_CFQ=y 82 CONFIG_IOSCHED_CFQ=y
83 CONFIG_DEFAULT_AS=y 83 CONFIG_DEFAULT_AS=y
84 # CONFIG_DEFAULT_DEADLINE is not set 84 # CONFIG_DEFAULT_DEADLINE is not set
85 # CONFIG_DEFAULT_CFQ is not set 85 # CONFIG_DEFAULT_CFQ is not set
86 # CONFIG_DEFAULT_NOOP is not set 86 # CONFIG_DEFAULT_NOOP is not set
87 CONFIG_DEFAULT_IOSCHED="anticipatory" 87 CONFIG_DEFAULT_IOSCHED="anticipatory"
88 88
89 # 89 #
90 # Processor 90 # Processor
91 # 91 #
92 # CONFIG_6xx is not set 92 # CONFIG_6xx is not set
93 CONFIG_40x=y 93 CONFIG_40x=y
94 # CONFIG_44x is not set 94 # CONFIG_44x is not set
95 # CONFIG_POWER3 is not set 95 # CONFIG_POWER3 is not set
96 # CONFIG_8xx is not set 96 # CONFIG_8xx is not set
97 # CONFIG_E200 is not set 97 # CONFIG_E200 is not set
98 # CONFIG_E500 is not set 98 # CONFIG_E500 is not set
99 # CONFIG_MATH_EMULATION is not set 99 # CONFIG_MATH_EMULATION is not set
100 # CONFIG_KEXEC is not set 100 # CONFIG_KEXEC is not set
101 # CONFIG_CPU_FREQ is not set 101 # CONFIG_CPU_FREQ is not set
102 CONFIG_4xx=y 102 CONFIG_4xx=y
103 # CONFIG_WANT_EARLY_SERIAL is not set 103 # CONFIG_WANT_EARLY_SERIAL is not set
104 104
105 # 105 #
106 # IBM 4xx options 106 # IBM 4xx options
107 # 107 #
108 # CONFIG_BUBINGA is not set 108 # CONFIG_BUBINGA is not set
109 # CONFIG_CPCI405 is not set 109 # CONFIG_CPCI405 is not set
110 # CONFIG_EP405 is not set 110 # CONFIG_EP405 is not set
111 # CONFIG_REDWOOD_5 is not set 111 # CONFIG_REDWOOD_5 is not set
112 # CONFIG_REDWOOD_6 is not set 112 # CONFIG_REDWOOD_6 is not set
113 # CONFIG_SYCAMORE is not set 113 # CONFIG_SYCAMORE is not set
114 # CONFIG_WALNUT is not set 114 # CONFIG_WALNUT is not set
115 # CONFIG_XILINX_ML300 is not set 115 # CONFIG_XILINX_ML300 is not set
116 CONFIG_XILINX_ML403=y 116 CONFIG_XILINX_ML403=y
117 CONFIG_IBM405_ERR77=y 117 CONFIG_IBM405_ERR77=y
118 CONFIG_IBM405_ERR51=y 118 CONFIG_IBM405_ERR51=y
119 CONFIG_XILINX_VIRTEX=y 119 CONFIG_XILINX_VIRTEX=y
120 CONFIG_EMBEDDEDBOOT=y 120 CONFIG_EMBEDDEDBOOT=y
121 # CONFIG_PPC4xx_DMA is not set 121 # CONFIG_PPC4xx_DMA is not set
122 CONFIG_PPC_GEN550=y 122 CONFIG_PPC_GEN550=y
123 CONFIG_UART0_TTYS0=y 123 CONFIG_UART0_TTYS0=y
124 # CONFIG_UART0_TTYS1 is not set 124 # CONFIG_UART0_TTYS1 is not set
125 CONFIG_NOT_COHERENT_CACHE=y 125 CONFIG_NOT_COHERENT_CACHE=y
126 126
127 # 127 #
128 # Platform options 128 # Platform options
129 # 129 #
130 # CONFIG_PC_KEYBOARD is not set 130 # CONFIG_PC_KEYBOARD is not set
131 # CONFIG_HIGHMEM is not set 131 # CONFIG_HIGHMEM is not set
132 # CONFIG_HZ_100 is not set 132 # CONFIG_HZ_100 is not set
133 CONFIG_HZ_250=y 133 CONFIG_HZ_250=y
134 # CONFIG_HZ_1000 is not set 134 # CONFIG_HZ_1000 is not set
135 CONFIG_HZ=250 135 CONFIG_HZ=250
136 CONFIG_PREEMPT_NONE=y 136 CONFIG_PREEMPT_NONE=y
137 # CONFIG_PREEMPT_VOLUNTARY is not set 137 # CONFIG_PREEMPT_VOLUNTARY is not set
138 # CONFIG_PREEMPT is not set 138 # CONFIG_PREEMPT is not set
139 CONFIG_SELECT_MEMORY_MODEL=y 139 CONFIG_SELECT_MEMORY_MODEL=y
140 CONFIG_FLATMEM_MANUAL=y 140 CONFIG_FLATMEM_MANUAL=y
141 # CONFIG_DISCONTIGMEM_MANUAL is not set 141 # CONFIG_DISCONTIGMEM_MANUAL is not set
142 # CONFIG_SPARSEMEM_MANUAL is not set 142 # CONFIG_SPARSEMEM_MANUAL is not set
143 CONFIG_FLATMEM=y 143 CONFIG_FLATMEM=y
144 CONFIG_FLAT_NODE_MEM_MAP=y 144 CONFIG_FLAT_NODE_MEM_MAP=y
145 # CONFIG_SPARSEMEM_STATIC is not set 145 # CONFIG_SPARSEMEM_STATIC is not set
146 CONFIG_SPLIT_PTLOCK_CPUS=4 146 CONFIG_SPLIT_PTLOCK_CPUS=4
147 CONFIG_BINFMT_ELF=y 147 CONFIG_BINFMT_ELF=y
148 # CONFIG_BINFMT_MISC is not set 148 # CONFIG_BINFMT_MISC is not set
149 CONFIG_CMDLINE_BOOL=y 149 CONFIG_CMDLINE_BOOL=y
150 CONFIG_CMDLINE="console=ttyS0,9600" 150 CONFIG_CMDLINE="console=ttyS0,9600"
151 # CONFIG_PM is not set 151 # CONFIG_PM is not set
152 # CONFIG_HIBERNATION is not set 152 # CONFIG_HIBERNATION is not set
153 CONFIG_SECCOMP=y 153 CONFIG_SECCOMP=y
154 CONFIG_ISA_DMA_API=y 154 CONFIG_ISA_DMA_API=y
155 155
156 # 156 #
157 # Bus options 157 # Bus options
158 # 158 #
159 # CONFIG_PPC_I8259 is not set 159 # CONFIG_PPC_I8259 is not set
160 # CONFIG_PCI is not set 160 # CONFIG_PCI is not set
161 # CONFIG_PCI_DOMAINS is not set 161 # CONFIG_PCI_DOMAINS is not set
162 162
163 # 163 #
164 # PCCARD (PCMCIA/CardBus) support 164 # PCCARD (PCMCIA/CardBus) support
165 # 165 #
166 # CONFIG_PCCARD is not set 166 # CONFIG_PCCARD is not set
167 167
168 # 168 #
169 # Advanced setup 169 # Advanced setup
170 # 170 #
171 # CONFIG_ADVANCED_OPTIONS is not set 171 # CONFIG_ADVANCED_OPTIONS is not set
172 172
173 # 173 #
174 # Default settings for advanced configuration options are used 174 # Default settings for advanced configuration options are used
175 # 175 #
176 CONFIG_HIGHMEM_START=0xfe000000 176 CONFIG_HIGHMEM_START=0xfe000000
177 CONFIG_LOWMEM_SIZE=0x30000000 177 CONFIG_LOWMEM_SIZE=0x30000000
178 CONFIG_KERNEL_START=0xc0000000 178 CONFIG_KERNEL_START=0xc0000000
179 CONFIG_TASK_SIZE=0x80000000 179 CONFIG_TASK_SIZE=0x80000000
180 CONFIG_CONSISTENT_START=0xff100000 180 CONFIG_CONSISTENT_START=0xff100000
181 CONFIG_CONSISTENT_SIZE=0x00200000 181 CONFIG_CONSISTENT_SIZE=0x00200000
182 CONFIG_BOOT_LOAD=0x00400000 182 CONFIG_BOOT_LOAD=0x00400000
183 183
184 # 184 #
185 # Networking 185 # Networking
186 # 186 #
187 CONFIG_NET=y 187 CONFIG_NET=y
188 188
189 # 189 #
190 # Networking options 190 # Networking options
191 # 191 #
192 CONFIG_PACKET=y 192 CONFIG_PACKET=y
193 CONFIG_PACKET_MMAP=y 193 CONFIG_PACKET_MMAP=y
194 CONFIG_UNIX=y 194 CONFIG_UNIX=y
195 # CONFIG_NET_KEY is not set 195 # CONFIG_NET_KEY is not set
196 CONFIG_INET=y 196 CONFIG_INET=y
197 # CONFIG_IP_MULTICAST is not set 197 # CONFIG_IP_MULTICAST is not set
198 # CONFIG_IP_ADVANCED_ROUTER is not set 198 # CONFIG_IP_ADVANCED_ROUTER is not set
199 CONFIG_IP_FIB_HASH=y 199 CONFIG_IP_FIB_HASH=y
200 CONFIG_IP_PNP=y 200 CONFIG_IP_PNP=y
201 CONFIG_IP_PNP_DHCP=y 201 CONFIG_IP_PNP_DHCP=y
202 # CONFIG_IP_PNP_BOOTP is not set 202 # CONFIG_IP_PNP_BOOTP is not set
203 # CONFIG_IP_PNP_RARP is not set 203 # CONFIG_IP_PNP_RARP is not set
204 # CONFIG_NET_IPIP is not set 204 # CONFIG_NET_IPIP is not set
205 # CONFIG_NET_IPGRE is not set 205 # CONFIG_NET_IPGRE is not set
206 # CONFIG_ARPD is not set 206 # CONFIG_ARPD is not set
207 # CONFIG_SYN_COOKIES is not set 207 # CONFIG_SYN_COOKIES is not set
208 # CONFIG_INET_AH is not set 208 # CONFIG_INET_AH is not set
209 # CONFIG_INET_ESP is not set 209 # CONFIG_INET_ESP is not set
210 # CONFIG_INET_IPCOMP is not set 210 # CONFIG_INET_IPCOMP is not set
211 # CONFIG_INET_TUNNEL is not set 211 # CONFIG_INET_TUNNEL is not set
212 CONFIG_INET_DIAG=y 212 CONFIG_INET_DIAG=y
213 CONFIG_INET_TCP_DIAG=y 213 CONFIG_INET_TCP_DIAG=y
214 # CONFIG_TCP_CONG_ADVANCED is not set 214 # CONFIG_TCP_CONG_ADVANCED is not set
215 CONFIG_TCP_CONG_BIC=y 215 CONFIG_TCP_CONG_BIC=y
216 # CONFIG_IPV6 is not set 216 # CONFIG_IPV6 is not set
217 # CONFIG_NETFILTER is not set 217 # CONFIG_NETFILTER is not set
218 218
219 # 219 #
220 # DCCP Configuration (EXPERIMENTAL) 220 # DCCP Configuration (EXPERIMENTAL)
221 # 221 #
222 # CONFIG_IP_DCCP is not set 222 # CONFIG_IP_DCCP is not set
223 223
224 # 224 #
225 # SCTP Configuration (EXPERIMENTAL) 225 # SCTP Configuration (EXPERIMENTAL)
226 # 226 #
227 # CONFIG_IP_SCTP is not set 227 # CONFIG_IP_SCTP is not set
228 # CONFIG_ATM is not set 228 # CONFIG_ATM is not set
229 # CONFIG_BRIDGE is not set 229 # CONFIG_BRIDGE is not set
230 # CONFIG_VLAN_8021Q is not set 230 # CONFIG_VLAN_8021Q is not set
231 # CONFIG_DECNET is not set 231 # CONFIG_DECNET is not set
232 # CONFIG_LLC2 is not set 232 # CONFIG_LLC2 is not set
233 # CONFIG_IPX is not set 233 # CONFIG_IPX is not set
234 # CONFIG_ATALK is not set 234 # CONFIG_ATALK is not set
235 # CONFIG_X25 is not set 235 # CONFIG_X25 is not set
236 # CONFIG_LAPB is not set 236 # CONFIG_LAPB is not set
237 237
238 # 238 #
239 # TIPC Configuration (EXPERIMENTAL) 239 # TIPC Configuration (EXPERIMENTAL)
240 # 240 #
241 # CONFIG_TIPC is not set 241 # CONFIG_TIPC is not set
242 # CONFIG_NET_DIVERT is not set 242 # CONFIG_NET_DIVERT is not set
243 # CONFIG_ECONET is not set 243 # CONFIG_ECONET is not set
244 # CONFIG_WAN_ROUTER is not set 244 # CONFIG_WAN_ROUTER is not set
245 245
246 # 246 #
247 # QoS and/or fair queueing 247 # QoS and/or fair queueing
248 # 248 #
249 # CONFIG_NET_SCHED is not set 249 # CONFIG_NET_SCHED is not set
250 250
251 # 251 #
252 # Network testing 252 # Network testing
253 # 253 #
254 # CONFIG_NET_PKTGEN is not set 254 # CONFIG_NET_PKTGEN is not set
255 # CONFIG_HAMRADIO is not set 255 # CONFIG_HAMRADIO is not set
256 # CONFIG_IRDA is not set 256 # CONFIG_IRDA is not set
257 # CONFIG_BT is not set 257 # CONFIG_BT is not set
258 # CONFIG_IEEE80211 is not set 258 # CONFIG_IEEE80211 is not set
259 259
260 # 260 #
261 # Device Drivers 261 # Device Drivers
262 # 262 #
263 263
264 # 264 #
265 # Generic Driver Options 265 # Generic Driver Options
266 # 266 #
267 CONFIG_STANDALONE=y 267 CONFIG_STANDALONE=y
268 CONFIG_PREVENT_FIRMWARE_BUILD=y 268 CONFIG_PREVENT_FIRMWARE_BUILD=y
269 # CONFIG_FW_LOADER is not set 269 # CONFIG_FW_LOADER is not set
270 # CONFIG_DEBUG_DRIVER is not set 270 # CONFIG_DEBUG_DRIVER is not set
271 271
272 # 272 #
273 # Connector - unified userspace <-> kernelspace linker 273 # Connector - unified userspace <-> kernelspace linker
274 # 274 #
275 # CONFIG_CONNECTOR is not set 275 # CONFIG_CONNECTOR is not set
276 276
277 # 277 #
278 # Memory Technology Devices (MTD) 278 # Memory Technology Devices (MTD)
279 # 279 #
280 # CONFIG_MTD is not set 280 # CONFIG_MTD is not set
281 281
282 # 282 #
283 # Parallel port support 283 # Parallel port support
284 # 284 #
285 # CONFIG_PARPORT is not set 285 # CONFIG_PARPORT is not set
286 286
287 # 287 #
288 # Plug and Play support 288 # Plug and Play support
289 # 289 #
290 290
291 # 291 #
292 # Block devices 292 # Block devices
293 # 293 #
294 # CONFIG_BLK_DEV_FD is not set 294 # CONFIG_BLK_DEV_FD is not set
295 # CONFIG_BLK_DEV_COW_COMMON is not set 295 # CONFIG_BLK_DEV_COW_COMMON is not set
296 # CONFIG_BLK_DEV_LOOP is not set 296 # CONFIG_BLK_DEV_LOOP is not set
297 # CONFIG_BLK_DEV_NBD is not set 297 # CONFIG_BLK_DEV_NBD is not set
298 CONFIG_BLK_DEV_RAM=y 298 CONFIG_BLK_DEV_RAM=y
299 CONFIG_BLK_DEV_RAM_COUNT=16 299 CONFIG_BLK_DEV_RAM_COUNT=16
300 CONFIG_BLK_DEV_RAM_SIZE=65536 300 CONFIG_BLK_DEV_RAM_SIZE=65536
301 CONFIG_BLK_DEV_INITRD=y 301 CONFIG_BLK_DEV_INITRD=y
302 # CONFIG_CDROM_PKTCDVD is not set 302 # CONFIG_CDROM_PKTCDVD is not set
303 # CONFIG_ATA_OVER_ETH is not set 303 # CONFIG_ATA_OVER_ETH is not set
304 304
305 # 305 #
306 # ATA/ATAPI/MFM/RLL support 306 # ATA/ATAPI/MFM/RLL support
307 # 307 #
308 # CONFIG_IDE is not set 308 # CONFIG_IDE is not set
309 309
310 # 310 #
311 # SCSI device support 311 # SCSI device support
312 # 312 #
313 # CONFIG_RAID_ATTRS is not set 313 # CONFIG_RAID_ATTRS is not set
314 # CONFIG_SCSI is not set 314 # CONFIG_SCSI is not set
315 315
316 # 316 #
317 # Multi-device support (RAID and LVM) 317 # Multi-device support (RAID and LVM)
318 # 318 #
319 # CONFIG_MD is not set 319 # CONFIG_MD is not set
320 320
321 # 321 #
322 # Fusion MPT device support 322 # Fusion MPT device support
323 # 323 #
324 # CONFIG_FUSION is not set 324 # CONFIG_FUSION is not set
325 325
326 # 326 #
327 # IEEE 1394 (FireWire) support 327 # IEEE 1394 (FireWire) support
328 # 328 #
329 329
330 # 330 #
331 # I2O device support 331 # I2O device support
332 # 332 #
333 333
334 # 334 #
335 # Macintosh device drivers 335 # Macintosh device drivers
336 # 336 #
337 # CONFIG_WINDFARM is not set 337 # CONFIG_WINDFARM is not set
338 338
339 # 339 #
340 # Network device support 340 # Network device support
341 # 341 #
342 CONFIG_NETDEVICES=y 342 CONFIG_NETDEVICES=y
343 # CONFIG_DUMMY is not set 343 # CONFIG_DUMMY is not set
344 # CONFIG_BONDING is not set 344 # CONFIG_BONDING is not set
345 # CONFIG_EQUALIZER is not set 345 # CONFIG_EQUALIZER is not set
346 CONFIG_TUN=y 346 CONFIG_TUN=y
347 347
348 # 348 #
349 # PHY device support 349 # PHY device support
350 # 350 #
351 351
352 # 352 #
353 # Ethernet (10 or 100Mbit) 353 # Ethernet (10 or 100Mbit)
354 # 354 #
355 # CONFIG_NET_ETHERNET is not set 355 # CONFIG_NET_ETHERNET is not set
356 # CONFIG_IBM_EMAC is not set 356 # CONFIG_IBM_EMAC is not set
357 357
358 # 358 #
359 # Ethernet (1000 Mbit) 359 # Ethernet (1000 Mbit)
360 # 360 #
361 361
362 # 362 #
363 # Ethernet (10000 Mbit) 363 # Ethernet (10000 Mbit)
364 # 364 #
365 365
366 # 366 #
367 # Token Ring devices 367 # Token Ring devices
368 # 368 #
369 369
370 # 370 #
371 # Wireless LAN (non-hamradio) 371 # Wireless LAN (non-hamradio)
372 # 372 #
373 # CONFIG_NET_RADIO is not set 373 # CONFIG_NET_RADIO is not set
374 374
375 # 375 #
376 # Wan interfaces 376 # Wan interfaces
377 # 377 #
378 # CONFIG_WAN is not set 378 # CONFIG_WAN is not set
379 # CONFIG_PPP is not set 379 # CONFIG_PPP is not set
380 # CONFIG_SLIP is not set 380 # CONFIG_SLIP is not set
381 # CONFIG_SHAPER is not set 381 # CONFIG_SHAPER is not set
382 # CONFIG_NETCONSOLE is not set 382 # CONFIG_NETCONSOLE is not set
383 # CONFIG_NETPOLL is not set 383 # CONFIG_NETPOLL is not set
384 # CONFIG_NET_POLL_CONTROLLER is not set 384 # CONFIG_NET_POLL_CONTROLLER is not set
385 385
386 # 386 #
387 # ISDN subsystem 387 # ISDN subsystem
388 # 388 #
389 # CONFIG_ISDN is not set 389 # CONFIG_ISDN is not set
390 390
391 # 391 #
392 # Telephony Support 392 # Telephony Support
393 # 393 #
394 # CONFIG_PHONE is not set 394 # CONFIG_PHONE is not set
395 395
396 # 396 #
397 # Input device support 397 # Input device support
398 # 398 #
399 CONFIG_INPUT=y 399 CONFIG_INPUT=y
400 400
401 # 401 #
402 # Userland interfaces 402 # Userland interfaces
403 # 403 #
404 CONFIG_INPUT_MOUSEDEV=y 404 CONFIG_INPUT_MOUSEDEV=y
405 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 405 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
406 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 406 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
407 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 407 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
408 # CONFIG_INPUT_JOYDEV is not set 408 # CONFIG_INPUT_JOYDEV is not set
409 # CONFIG_INPUT_TSDEV is not set 409 # CONFIG_INPUT_TSDEV is not set
410 # CONFIG_INPUT_EVDEV is not set 410 # CONFIG_INPUT_EVDEV is not set
411 # CONFIG_INPUT_EVBUG is not set 411 # CONFIG_INPUT_EVBUG is not set
412 412
413 # 413 #
414 # Input Device Drivers 414 # Input Device Drivers
415 # 415 #
416 # CONFIG_INPUT_KEYBOARD is not set 416 # CONFIG_INPUT_KEYBOARD is not set
417 # CONFIG_INPUT_MOUSE is not set 417 # CONFIG_INPUT_MOUSE is not set
418 # CONFIG_INPUT_JOYSTICK is not set 418 # CONFIG_INPUT_JOYSTICK is not set
419 # CONFIG_INPUT_TOUCHSCREEN is not set 419 # CONFIG_INPUT_TOUCHSCREEN is not set
420 # CONFIG_INPUT_MISC is not set 420 # CONFIG_INPUT_MISC is not set
421 421
422 # 422 #
423 # Hardware I/O ports 423 # Hardware I/O ports
424 # 424 #
425 # CONFIG_SERIO is not set 425 # CONFIG_SERIO is not set
426 # CONFIG_GAMEPORT is not set 426 # CONFIG_GAMEPORT is not set
427 427
428 # 428 #
429 # Character devices 429 # Character devices
430 # 430 #
431 CONFIG_VT=y 431 CONFIG_VT=y
432 CONFIG_VT_CONSOLE=y 432 CONFIG_VT_CONSOLE=y
433 CONFIG_HW_CONSOLE=y 433 CONFIG_HW_CONSOLE=y
434 # CONFIG_SERIAL_NONSTANDARD is not set 434 # CONFIG_SERIAL_NONSTANDARD is not set
435 435
436 # 436 #
437 # Serial drivers 437 # Serial drivers
438 # 438 #
439 CONFIG_SERIAL_8250=y 439 CONFIG_SERIAL_8250=y
440 CONFIG_SERIAL_8250_CONSOLE=y 440 CONFIG_SERIAL_8250_CONSOLE=y
441 CONFIG_SERIAL_8250_NR_UARTS=4 441 CONFIG_SERIAL_8250_NR_UARTS=4
442 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 442 CONFIG_SERIAL_8250_RUNTIME_UARTS=4
443 # CONFIG_SERIAL_8250_EXTENDED is not set 443 # CONFIG_SERIAL_8250_EXTENDED is not set
444 444
445 # 445 #
446 # Non-8250 serial port support 446 # Non-8250 serial port support
447 # 447 #
448 CONFIG_SERIAL_CORE=y 448 CONFIG_SERIAL_CORE=y
449 CONFIG_SERIAL_CORE_CONSOLE=y 449 CONFIG_SERIAL_CORE_CONSOLE=y
450 CONFIG_UNIX98_PTYS=y 450 CONFIG_UNIX98_PTYS=y
451 # CONFIG_LEGACY_PTYS is not set 451 # CONFIG_LEGACY_PTYS is not set
452 452
453 # 453 #
454 # IPMI 454 # IPMI
455 # 455 #
456 # CONFIG_IPMI_HANDLER is not set 456 # CONFIG_IPMI_HANDLER is not set
457 457
458 # 458 #
459 # Watchdog Cards 459 # Watchdog Cards
460 # 460 #
461 # CONFIG_WATCHDOG is not set 461 # CONFIG_WATCHDOG is not set
462 # CONFIG_NVRAM is not set 462 # CONFIG_NVRAM is not set
463 # CONFIG_GEN_RTC is not set 463 # CONFIG_GEN_RTC is not set
464 # CONFIG_DTLK is not set 464 # CONFIG_DTLK is not set
465 # CONFIG_R3964 is not set 465 # CONFIG_R3964 is not set
466 466
467 # 467 #
468 # Ftape, the floppy tape device driver 468 # Ftape, the floppy tape device driver
469 # 469 #
470 # CONFIG_AGP is not set 470 # CONFIG_AGP is not set
471 # CONFIG_RAW_DRIVER is not set 471 # CONFIG_RAW_DRIVER is not set
472 472
473 # 473 #
474 # TPM devices 474 # TPM devices
475 # 475 #
476 # CONFIG_TCG_TPM is not set 476 # CONFIG_TCG_TPM is not set
477 # CONFIG_TELCLOCK is not set 477 # CONFIG_TELCLOCK is not set
478 478
479 # 479 #
480 # I2C support 480 # I2C support
481 # 481 #
482 # CONFIG_I2C is not set 482 # CONFIG_I2C is not set
483 483
484 # 484 #
485 # SPI support 485 # SPI support
486 # 486 #
487 # CONFIG_SPI is not set 487 # CONFIG_SPI is not set
488 # CONFIG_SPI_MASTER is not set 488 # CONFIG_SPI_MASTER is not set
489 489
490 # 490 #
491 # Dallas's 1-wire bus 491 # Dallas's 1-wire bus
492 # 492 #
493 # CONFIG_W1 is not set 493 # CONFIG_W1 is not set
494 494
495 # 495 #
496 # Hardware Monitoring support 496 # Hardware Monitoring support
497 # 497 #
498 # CONFIG_HWMON is not set 498 # CONFIG_HWMON is not set
499 # CONFIG_HWMON_VID is not set 499 # CONFIG_HWMON_VID is not set
500 500
501 # 501 #
502 # Misc devices 502 # Misc devices
503 # 503 #
504 504
505 # 505 #
506 # Multimedia Capabilities Port drivers 506 # Multimedia Capabilities Port drivers
507 # 507 #
508 508
509 # 509 #
510 # Multimedia devices 510 # Multimedia devices
511 # 511 #
512 # CONFIG_VIDEO_DEV is not set 512 # CONFIG_VIDEO_DEV is not set
513 513
514 # 514 #
515 # Digital Video Broadcasting Devices 515 # Digital Video Broadcasting Devices
516 # 516 #
517 # CONFIG_DVB is not set 517 # CONFIG_DVB is not set
518 518
519 # 519 #
520 # Graphics support 520 # Graphics support
521 # 521 #
522 # CONFIG_FB is not set 522 # CONFIG_FB is not set
523 523
524 # 524 #
525 # Console display driver support 525 # Console display driver support
526 # 526 #
527 CONFIG_DUMMY_CONSOLE=y 527 CONFIG_DUMMY_CONSOLE=y
528 528
529 # 529 #
530 # Sound 530 # Sound
531 # 531 #
532 # CONFIG_SOUND is not set 532 # CONFIG_SOUND is not set
533 533
534 # 534 #
535 # USB support 535 # USB support
536 # 536 #
537 # CONFIG_USB_ARCH_HAS_HCD is not set 537 # CONFIG_USB_ARCH_HAS_HCD is not set
538 # CONFIG_USB_ARCH_HAS_OHCI is not set 538 # CONFIG_USB_ARCH_HAS_OHCI is not set
539 539
540 # 540 #
541 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 541 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
542 # 542 #
543 543
544 # 544 #
545 # USB Gadget Support 545 # USB Gadget Support
546 # 546 #
547 # CONFIG_USB_GADGET is not set 547 # CONFIG_USB_GADGET is not set
548 548
549 # 549 #
550 # MMC/SD Card support 550 # MMC/SD Card support
551 # 551 #
552 # CONFIG_MMC is not set 552 # CONFIG_MMC is not set
553 553
554 # 554 #
555 # InfiniBand support 555 # InfiniBand support
556 # 556 #
557 557
558 # 558 #
559 # SN Devices 559 # SN Devices
560 # 560 #
561 561
562 # 562 #
563 # File systems 563 # File systems
564 # 564 #
565 CONFIG_EXT2_FS=y 565 CONFIG_EXT2_FS=y
566 # CONFIG_EXT2_FS_XATTR is not set 566 # CONFIG_EXT2_FS_XATTR is not set
567 # CONFIG_EXT2_FS_XIP is not set 567 # CONFIG_EXT2_FS_XIP is not set
568 # CONFIG_EXT3_FS is not set 568 # CONFIG_EXT3_FS is not set
569 # CONFIG_REISERFS_FS is not set 569 # CONFIG_REISERFS_FS is not set
570 # CONFIG_JFS_FS is not set 570 # CONFIG_JFS_FS is not set
571 # CONFIG_FS_POSIX_ACL is not set 571 # CONFIG_FS_POSIX_ACL is not set
572 # CONFIG_XFS_FS is not set 572 # CONFIG_XFS_FS is not set
573 # CONFIG_OCFS2_FS is not set 573 # CONFIG_OCFS2_FS is not set
574 # CONFIG_MINIX_FS is not set 574 # CONFIG_MINIX_FS is not set
575 # CONFIG_ROMFS_FS is not set 575 # CONFIG_ROMFS_FS is not set
576 CONFIG_INOTIFY=y 576 CONFIG_INOTIFY=y
577 # CONFIG_QUOTA is not set 577 # CONFIG_QUOTA is not set
578 CONFIG_DNOTIFY=y 578 CONFIG_DNOTIFY=y
579 # CONFIG_AUTOFS_FS is not set 579 # CONFIG_AUTOFS_FS is not set
580 # CONFIG_AUTOFS4_FS is not set 580 # CONFIG_AUTOFS4_FS is not set
581 # CONFIG_FUSE_FS is not set 581 # CONFIG_FUSE_FS is not set
582 582
583 # 583 #
584 # CD-ROM/DVD Filesystems 584 # CD-ROM/DVD Filesystems
585 # 585 #
586 # CONFIG_ISO9660_FS is not set 586 # CONFIG_ISO9660_FS is not set
587 # CONFIG_UDF_FS is not set 587 # CONFIG_UDF_FS is not set
588 588
589 # 589 #
590 # DOS/FAT/NT Filesystems 590 # DOS/FAT/NT Filesystems
591 # 591 #
592 CONFIG_FAT_FS=y 592 CONFIG_FAT_FS=y
593 CONFIG_MSDOS_FS=y 593 CONFIG_MSDOS_FS=y
594 CONFIG_VFAT_FS=y 594 CONFIG_VFAT_FS=y
595 CONFIG_FAT_DEFAULT_CODEPAGE=437 595 CONFIG_FAT_DEFAULT_CODEPAGE=437
596 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 596 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
597 # CONFIG_NTFS_FS is not set 597 # CONFIG_NTFS_FS is not set
598 598
599 # 599 #
600 # Pseudo filesystems 600 # Pseudo filesystems
601 # 601 #
602 CONFIG_PROC_FS=y 602 CONFIG_PROC_FS=y
603 CONFIG_PROC_KCORE=y 603 CONFIG_PROC_KCORE=y
604 CONFIG_SYSFS=y 604 CONFIG_SYSFS=y
605 CONFIG_TMPFS=y 605 CONFIG_TMPFS=y
606 # CONFIG_HUGETLB_PAGE is not set 606 # CONFIG_HUGETLB_PAGE is not set
607 CONFIG_RAMFS=y 607 CONFIG_RAMFS=y
608 # CONFIG_RELAYFS_FS is not set 608 # CONFIG_RELAYFS_FS is not set
609 # CONFIG_CONFIGFS_FS is not set 609 # CONFIG_CONFIGFS_FS is not set
610 610
611 # 611 #
612 # Miscellaneous filesystems 612 # Miscellaneous filesystems
613 # 613 #
614 # CONFIG_ADFS_FS is not set 614 # CONFIG_ADFS_FS is not set
615 # CONFIG_AFFS_FS is not set 615 # CONFIG_AFFS_FS is not set
616 # CONFIG_HFS_FS is not set 616 # CONFIG_HFS_FS is not set
617 # CONFIG_HFSPLUS_FS is not set 617 # CONFIG_HFSPLUS_FS is not set
618 # CONFIG_BEFS_FS is not set 618 # CONFIG_BEFS_FS is not set
619 # CONFIG_BFS_FS is not set 619 # CONFIG_BFS_FS is not set
620 # CONFIG_EFS_FS is not set 620 # CONFIG_EFS_FS is not set
621 # CONFIG_CRAMFS is not set 621 # CONFIG_CRAMFS is not set
622 # CONFIG_VXFS_FS is not set 622 # CONFIG_VXFS_FS is not set
623 # CONFIG_HPFS_FS is not set 623 # CONFIG_HPFS_FS is not set
624 # CONFIG_QNX4FS_FS is not set 624 # CONFIG_QNX4FS_FS is not set
625 # CONFIG_SYSV_FS is not set 625 # CONFIG_SYSV_FS is not set
626 # CONFIG_UFS_FS is not set 626 # CONFIG_UFS_FS is not set
627 627
628 # 628 #
629 # Network File Systems 629 # Network File Systems
630 # 630 #
631 # CONFIG_NFS_FS is not set 631 # CONFIG_NFS_FS is not set
632 # CONFIG_NFSD is not set 632 # CONFIG_NFSD is not set
633 # CONFIG_SMB_FS is not set 633 # CONFIG_SMB_FS is not set
634 # CONFIG_CIFS is not set 634 # CONFIG_CIFS is not set
635 # CONFIG_NCP_FS is not set 635 # CONFIG_NCP_FS is not set
636 # CONFIG_CODA_FS is not set 636 # CONFIG_CODA_FS is not set
637 # CONFIG_AFS_FS is not set 637 # CONFIG_AFS_FS is not set
638 # CONFIG_9P_FS is not set 638 # CONFIG_9P_FS is not set
639 639
640 # 640 #
641 # Partition Types 641 # Partition Types
642 # 642 #
643 # CONFIG_PARTITION_ADVANCED is not set 643 # CONFIG_PARTITION_ADVANCED is not set
644 CONFIG_MSDOS_PARTITION=y 644 CONFIG_MSDOS_PARTITION=y
645 645
646 # 646 #
647 # Native Language Support 647 # Native Language Support
648 # 648 #
649 CONFIG_NLS=y 649 CONFIG_NLS=y
650 CONFIG_NLS_DEFAULT="iso8859-1" 650 CONFIG_NLS_DEFAULT="iso8859-1"
651 CONFIG_NLS_CODEPAGE_437=y 651 CONFIG_NLS_CODEPAGE_437=y
652 # CONFIG_NLS_CODEPAGE_737 is not set 652 # CONFIG_NLS_CODEPAGE_737 is not set
653 # CONFIG_NLS_CODEPAGE_775 is not set 653 # CONFIG_NLS_CODEPAGE_775 is not set
654 # CONFIG_NLS_CODEPAGE_850 is not set 654 # CONFIG_NLS_CODEPAGE_850 is not set
655 # CONFIG_NLS_CODEPAGE_852 is not set 655 # CONFIG_NLS_CODEPAGE_852 is not set
656 # CONFIG_NLS_CODEPAGE_855 is not set 656 # CONFIG_NLS_CODEPAGE_855 is not set
657 # CONFIG_NLS_CODEPAGE_857 is not set 657 # CONFIG_NLS_CODEPAGE_857 is not set
658 # CONFIG_NLS_CODEPAGE_860 is not set 658 # CONFIG_NLS_CODEPAGE_860 is not set
659 # CONFIG_NLS_CODEPAGE_861 is not set 659 # CONFIG_NLS_CODEPAGE_861 is not set
660 # CONFIG_NLS_CODEPAGE_862 is not set 660 # CONFIG_NLS_CODEPAGE_862 is not set
661 # CONFIG_NLS_CODEPAGE_863 is not set 661 # CONFIG_NLS_CODEPAGE_863 is not set
662 # CONFIG_NLS_CODEPAGE_864 is not set 662 # CONFIG_NLS_CODEPAGE_864 is not set
663 # CONFIG_NLS_CODEPAGE_865 is not set 663 # CONFIG_NLS_CODEPAGE_865 is not set
664 # CONFIG_NLS_CODEPAGE_866 is not set 664 # CONFIG_NLS_CODEPAGE_866 is not set
665 # CONFIG_NLS_CODEPAGE_869 is not set 665 # CONFIG_NLS_CODEPAGE_869 is not set
666 # CONFIG_NLS_CODEPAGE_936 is not set 666 # CONFIG_NLS_CODEPAGE_936 is not set
667 # CONFIG_NLS_CODEPAGE_950 is not set 667 # CONFIG_NLS_CODEPAGE_950 is not set
668 # CONFIG_NLS_CODEPAGE_932 is not set 668 # CONFIG_NLS_CODEPAGE_932 is not set
669 # CONFIG_NLS_CODEPAGE_949 is not set 669 # CONFIG_NLS_CODEPAGE_949 is not set
670 # CONFIG_NLS_CODEPAGE_874 is not set 670 # CONFIG_NLS_CODEPAGE_874 is not set
671 # CONFIG_NLS_ISO8859_8 is not set 671 # CONFIG_NLS_ISO8859_8 is not set
672 # CONFIG_NLS_CODEPAGE_1250 is not set 672 # CONFIG_NLS_CODEPAGE_1250 is not set
673 # CONFIG_NLS_CODEPAGE_1251 is not set 673 # CONFIG_NLS_CODEPAGE_1251 is not set
674 CONFIG_NLS_ASCII=y 674 CONFIG_NLS_ASCII=y
675 CONFIG_NLS_ISO8859_1=y 675 CONFIG_NLS_ISO8859_1=y
676 # CONFIG_NLS_ISO8859_2 is not set 676 # CONFIG_NLS_ISO8859_2 is not set
677 # CONFIG_NLS_ISO8859_3 is not set 677 # CONFIG_NLS_ISO8859_3 is not set
678 # CONFIG_NLS_ISO8859_4 is not set 678 # CONFIG_NLS_ISO8859_4 is not set
679 # CONFIG_NLS_ISO8859_5 is not set 679 # CONFIG_NLS_ISO8859_5 is not set
680 # CONFIG_NLS_ISO8859_6 is not set 680 # CONFIG_NLS_ISO8859_6 is not set
681 # CONFIG_NLS_ISO8859_7 is not set 681 # CONFIG_NLS_ISO8859_7 is not set
682 # CONFIG_NLS_ISO8859_9 is not set 682 # CONFIG_NLS_ISO8859_9 is not set
683 # CONFIG_NLS_ISO8859_13 is not set 683 # CONFIG_NLS_ISO8859_13 is not set
684 # CONFIG_NLS_ISO8859_14 is not set 684 # CONFIG_NLS_ISO8859_14 is not set
685 # CONFIG_NLS_ISO8859_15 is not set 685 # CONFIG_NLS_ISO8859_15 is not set
686 # CONFIG_NLS_KOI8_R is not set 686 # CONFIG_NLS_KOI8_R is not set
687 # CONFIG_NLS_KOI8_U is not set 687 # CONFIG_NLS_KOI8_U is not set
688 CONFIG_NLS_UTF8=y 688 CONFIG_NLS_UTF8=y
689 689
690 # 690 #
691 # IBM 40x options 691 # IBM 40x options
692 # 692 #
693 693
694 # 694 #
695 # Library routines 695 # Library routines
696 # 696 #
697 # CONFIG_CRC_CCITT is not set 697 # CONFIG_CRC_CCITT is not set
698 # CONFIG_CRC16 is not set 698 # CONFIG_CRC16 is not set
699 CONFIG_CRC32=y 699 CONFIG_CRC32=y
700 # CONFIG_LIBCRC32C is not set 700 # CONFIG_LIBCRC32C is not set
701 # CONFIG_PROFILING is not set 701 # CONFIG_PROFILING is not set
702 702
703 # 703 #
704 # Kernel hacking 704 # Kernel hacking
705 # 705 #
706 CONFIG_PRINTK_TIME=y 706 CONFIG_PRINTK_TIME=y
707 CONFIG_MAGIC_SYSRQ=y 707 CONFIG_MAGIC_SYSRQ=y
708 CONFIG_DEBUG_KERNEL=y 708 CONFIG_DEBUG_KERNEL=y
709 CONFIG_LOG_BUF_SHIFT=14 709 CONFIG_LOG_BUF_SHIFT=14
710 CONFIG_DETECT_SOFTLOCKUP=y 710 CONFIG_DETECT_SOFTLOCKUP=y
711 # CONFIG_SCHEDSTATS is not set 711 # CONFIG_SCHEDSTATS is not set
712 # CONFIG_DEBUG_SLAB is not set 712 # CONFIG_DEBUG_SLAB is not set
713 CONFIG_DEBUG_MUTEXES=y 713 CONFIG_DEBUG_MUTEXES=y
714 # CONFIG_DEBUG_SPINLOCK is not set 714 # CONFIG_DEBUG_SPINLOCK is not set
715 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 715 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
716 # CONFIG_DEBUG_KOBJECT is not set 716 # CONFIG_DEBUG_KOBJECT is not set
717 CONFIG_DEBUG_INFO=y 717 CONFIG_DEBUG_INFO=y
718 # CONFIG_DEBUG_FS is not set 718 # CONFIG_DEBUG_FS is not set
719 # CONFIG_DEBUG_VM is not set 719 # CONFIG_DEBUG_VM is not set
720 CONFIG_FORCED_INLINING=y 720 CONFIG_FORCED_INLINING=y
721 # CONFIG_RCU_TORTURE_TEST is not set 721 # CONFIG_RCU_TORTURE_TEST is not set
722 # CONFIG_KGDB is not set 722 # CONFIG_KGDB is not set
723 CONFIG_XMON=y 723 # CONFIG_XMON is not set
724 # CONFIG_BDI_SWITCH is not set 724 # CONFIG_BDI_SWITCH is not set
725 # CONFIG_SERIAL_TEXT_DEBUG is not set 725 # CONFIG_SERIAL_TEXT_DEBUG is not set
726 726
727 # 727 #
728 # Security options 728 # Security options
729 # 729 #
730 # CONFIG_KEYS is not set 730 # CONFIG_KEYS is not set
731 # CONFIG_SECURITY is not set 731 # CONFIG_SECURITY is not set
732 732
733 # 733 #
734 # Cryptographic options 734 # Cryptographic options
735 # 735 #
736 # CONFIG_CRYPTO is not set 736 # CONFIG_CRYPTO is not set
737 737
738 # 738 #
739 # Hardware crypto devices 739 # Hardware crypto devices
740 # 740 #
741 741