diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-05-07 17:29:37 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 21:54:20 -0400 |
commit | 897fd81795de954cd3addb1e4d4d2cd5e9e14fdd (patch) | |
tree | 6235c23d6da5500c1fa08b4364a3fce0cb9fa81f /arch | |
parent | cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f (diff) |
[POWERPC] Holly defconfig
Holly/Hickory defconfig
Signed-off-by: Stephen Winiecki <stevewin@us.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/configs/holly_defconfig | 1070 |
1 files changed, 1070 insertions, 0 deletions
diff --git a/arch/powerpc/configs/holly_defconfig b/arch/powerpc/configs/holly_defconfig new file mode 100644 index 000000000000..be633b9b57c3 --- /dev/null +++ b/arch/powerpc/configs/holly_defconfig | |||
@@ -0,0 +1,1070 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.21 | ||
4 | # Sat May 5 11:02:35 2007 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | CONFIG_PPC32=y | ||
8 | CONFIG_PPC_MERGE=y | ||
9 | CONFIG_MMU=y | ||
10 | CONFIG_GENERIC_HARDIRQS=y | ||
11 | CONFIG_IRQ_PER_CPU=y | ||
12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
13 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
16 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
17 | CONFIG_PPC=y | ||
18 | CONFIG_EARLY_PRINTK=y | ||
19 | CONFIG_GENERIC_NVRAM=y | ||
20 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
21 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
22 | CONFIG_PPC_OF=y | ||
23 | CONFIG_PPC_UDBG_16550=y | ||
24 | # CONFIG_GENERIC_TBSYNC is not set | ||
25 | CONFIG_AUDIT_ARCH=y | ||
26 | CONFIG_GENERIC_BUG=y | ||
27 | # CONFIG_DEFAULT_UIMAGE is not set | ||
28 | |||
29 | # | ||
30 | # Processor support | ||
31 | # | ||
32 | CONFIG_CLASSIC32=y | ||
33 | # CONFIG_PPC_82xx is not set | ||
34 | # CONFIG_PPC_83xx is not set | ||
35 | # CONFIG_PPC_85xx is not set | ||
36 | # CONFIG_PPC_86xx is not set | ||
37 | # CONFIG_PPC_8xx is not set | ||
38 | # CONFIG_40x is not set | ||
39 | # CONFIG_44x is not set | ||
40 | # CONFIG_E200 is not set | ||
41 | CONFIG_6xx=y | ||
42 | CONFIG_PPC_FPU=y | ||
43 | # CONFIG_PPC_DCR_NATIVE is not set | ||
44 | # CONFIG_PPC_DCR_MMIO is not set | ||
45 | # CONFIG_ALTIVEC is not set | ||
46 | CONFIG_PPC_STD_MMU=y | ||
47 | CONFIG_PPC_STD_MMU_32=y | ||
48 | # CONFIG_SMP is not set | ||
49 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
50 | |||
51 | # | ||
52 | # Code maturity level options | ||
53 | # | ||
54 | CONFIG_EXPERIMENTAL=y | ||
55 | CONFIG_BROKEN_ON_SMP=y | ||
56 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
57 | |||
58 | # | ||
59 | # General setup | ||
60 | # | ||
61 | CONFIG_LOCALVERSION="" | ||
62 | CONFIG_LOCALVERSION_AUTO=y | ||
63 | CONFIG_SWAP=y | ||
64 | CONFIG_SYSVIPC=y | ||
65 | # CONFIG_IPC_NS is not set | ||
66 | CONFIG_SYSVIPC_SYSCTL=y | ||
67 | # CONFIG_POSIX_MQUEUE is not set | ||
68 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
69 | # CONFIG_TASKSTATS is not set | ||
70 | # CONFIG_UTS_NS is not set | ||
71 | # CONFIG_AUDIT is not set | ||
72 | # CONFIG_IKCONFIG is not set | ||
73 | CONFIG_SYSFS_DEPRECATED=y | ||
74 | # CONFIG_RELAY is not set | ||
75 | CONFIG_BLK_DEV_INITRD=y | ||
76 | CONFIG_INITRAMFS_SOURCE="" | ||
77 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
78 | CONFIG_SYSCTL=y | ||
79 | CONFIG_EMBEDDED=y | ||
80 | CONFIG_SYSCTL_SYSCALL=y | ||
81 | CONFIG_KALLSYMS=y | ||
82 | # CONFIG_KALLSYMS_ALL is not set | ||
83 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
84 | CONFIG_HOTPLUG=y | ||
85 | CONFIG_PRINTK=y | ||
86 | CONFIG_BUG=y | ||
87 | CONFIG_ELF_CORE=y | ||
88 | CONFIG_BASE_FULL=y | ||
89 | CONFIG_FUTEX=y | ||
90 | CONFIG_EPOLL=y | ||
91 | CONFIG_SHMEM=y | ||
92 | CONFIG_SLAB=y | ||
93 | CONFIG_VM_EVENT_COUNTERS=y | ||
94 | CONFIG_RT_MUTEXES=y | ||
95 | # CONFIG_TINY_SHMEM is not set | ||
96 | CONFIG_BASE_SMALL=0 | ||
97 | # CONFIG_SLOB is not set | ||
98 | |||
99 | # | ||
100 | # Loadable module support | ||
101 | # | ||
102 | CONFIG_MODULES=y | ||
103 | # CONFIG_MODULE_UNLOAD is not set | ||
104 | # CONFIG_MODVERSIONS is not set | ||
105 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
106 | # CONFIG_KMOD is not set | ||
107 | |||
108 | # | ||
109 | # Block layer | ||
110 | # | ||
111 | CONFIG_BLOCK=y | ||
112 | CONFIG_LBD=y | ||
113 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
114 | # CONFIG_LSF is not set | ||
115 | |||
116 | # | ||
117 | # IO Schedulers | ||
118 | # | ||
119 | CONFIG_IOSCHED_NOOP=y | ||
120 | CONFIG_IOSCHED_AS=y | ||
121 | CONFIG_IOSCHED_DEADLINE=y | ||
122 | CONFIG_IOSCHED_CFQ=y | ||
123 | CONFIG_DEFAULT_AS=y | ||
124 | # CONFIG_DEFAULT_DEADLINE is not set | ||
125 | # CONFIG_DEFAULT_CFQ is not set | ||
126 | # CONFIG_DEFAULT_NOOP is not set | ||
127 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
128 | |||
129 | # | ||
130 | # Platform support | ||
131 | # | ||
132 | # CONFIG_PPC_MULTIPLATFORM is not set | ||
133 | CONFIG_EMBEDDED6xx=y | ||
134 | # CONFIG_APUS is not set | ||
135 | # CONFIG_PPC_MPC52xx is not set | ||
136 | # CONFIG_PPC_MPC5200 is not set | ||
137 | # CONFIG_PPC_CELL is not set | ||
138 | # CONFIG_PPC_CELL_NATIVE is not set | ||
139 | # CONFIG_PQ2ADS is not set | ||
140 | # CONFIG_LINKSTATION is not set | ||
141 | # CONFIG_MPC7448HPC2 is not set | ||
142 | CONFIG_PPC_HOLLY=y | ||
143 | CONFIG_TSI108_BRIDGE=y | ||
144 | CONFIG_MPIC=y | ||
145 | CONFIG_MPIC_WEIRD=y | ||
146 | # CONFIG_PPC_I8259 is not set | ||
147 | # CONFIG_PPC_RTAS is not set | ||
148 | # CONFIG_MMIO_NVRAM is not set | ||
149 | # CONFIG_PPC_MPC106 is not set | ||
150 | # CONFIG_PPC_970_NAP is not set | ||
151 | # CONFIG_PPC_INDIRECT_IO is not set | ||
152 | # CONFIG_GENERIC_IOMAP is not set | ||
153 | # CONFIG_CPU_FREQ is not set | ||
154 | # CONFIG_TAU is not set | ||
155 | # CONFIG_CPM2 is not set | ||
156 | |||
157 | # | ||
158 | # Kernel options | ||
159 | # | ||
160 | # CONFIG_HIGHMEM is not set | ||
161 | # CONFIG_HZ_100 is not set | ||
162 | CONFIG_HZ_250=y | ||
163 | # CONFIG_HZ_300 is not set | ||
164 | # CONFIG_HZ_1000 is not set | ||
165 | CONFIG_HZ=250 | ||
166 | CONFIG_PREEMPT_NONE=y | ||
167 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
168 | # CONFIG_PREEMPT is not set | ||
169 | CONFIG_BINFMT_ELF=y | ||
170 | CONFIG_BINFMT_MISC=y | ||
171 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
172 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
173 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
174 | CONFIG_SELECT_MEMORY_MODEL=y | ||
175 | CONFIG_FLATMEM_MANUAL=y | ||
176 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
177 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
178 | CONFIG_FLATMEM=y | ||
179 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
180 | # CONFIG_SPARSEMEM_STATIC is not set | ||
181 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
182 | # CONFIG_RESOURCES_64BIT is not set | ||
183 | CONFIG_ZONE_DMA_FLAG=1 | ||
184 | CONFIG_PROC_DEVICETREE=y | ||
185 | # CONFIG_CMDLINE_BOOL is not set | ||
186 | # CONFIG_PM is not set | ||
187 | # CONFIG_SECCOMP is not set | ||
188 | # CONFIG_WANT_DEVICE_TREE is not set | ||
189 | CONFIG_ISA_DMA_API=y | ||
190 | |||
191 | # | ||
192 | # Bus options | ||
193 | # | ||
194 | CONFIG_ZONE_DMA=y | ||
195 | CONFIG_GENERIC_ISA_DMA=y | ||
196 | # CONFIG_PPC_INDIRECT_PCI is not set | ||
197 | CONFIG_PCI=y | ||
198 | CONFIG_PCI_DOMAINS=y | ||
199 | # CONFIG_PCIEPORTBUS is not set | ||
200 | # CONFIG_PCI_DEBUG is not set | ||
201 | |||
202 | # | ||
203 | # PCCARD (PCMCIA/CardBus) support | ||
204 | # | ||
205 | # CONFIG_PCCARD is not set | ||
206 | |||
207 | # | ||
208 | # PCI Hotplug Support | ||
209 | # | ||
210 | # CONFIG_HOTPLUG_PCI is not set | ||
211 | |||
212 | # | ||
213 | # Advanced setup | ||
214 | # | ||
215 | # CONFIG_ADVANCED_OPTIONS is not set | ||
216 | |||
217 | # | ||
218 | # Default settings for advanced configuration options are used | ||
219 | # | ||
220 | CONFIG_HIGHMEM_START=0xfe000000 | ||
221 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
222 | CONFIG_KERNEL_START=0xc0000000 | ||
223 | CONFIG_TASK_SIZE=0x80000000 | ||
224 | CONFIG_BOOT_LOAD=0x00800000 | ||
225 | |||
226 | # | ||
227 | # Networking | ||
228 | # | ||
229 | CONFIG_NET=y | ||
230 | |||
231 | # | ||
232 | # Networking options | ||
233 | # | ||
234 | CONFIG_PACKET=y | ||
235 | # CONFIG_PACKET_MMAP is not set | ||
236 | CONFIG_UNIX=y | ||
237 | CONFIG_XFRM=y | ||
238 | CONFIG_XFRM_USER=y | ||
239 | # CONFIG_XFRM_SUB_POLICY is not set | ||
240 | # CONFIG_XFRM_MIGRATE is not set | ||
241 | # CONFIG_NET_KEY is not set | ||
242 | CONFIG_INET=y | ||
243 | CONFIG_IP_MULTICAST=y | ||
244 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
245 | CONFIG_IP_FIB_HASH=y | ||
246 | CONFIG_IP_PNP=y | ||
247 | CONFIG_IP_PNP_DHCP=y | ||
248 | CONFIG_IP_PNP_BOOTP=y | ||
249 | # CONFIG_IP_PNP_RARP is not set | ||
250 | # CONFIG_NET_IPIP is not set | ||
251 | # CONFIG_NET_IPGRE is not set | ||
252 | # CONFIG_IP_MROUTE is not set | ||
253 | # CONFIG_ARPD is not set | ||
254 | CONFIG_SYN_COOKIES=y | ||
255 | # CONFIG_INET_AH is not set | ||
256 | # CONFIG_INET_ESP is not set | ||
257 | # CONFIG_INET_IPCOMP is not set | ||
258 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
259 | # CONFIG_INET_TUNNEL is not set | ||
260 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
261 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
262 | CONFIG_INET_XFRM_MODE_BEET=y | ||
263 | CONFIG_INET_DIAG=y | ||
264 | CONFIG_INET_TCP_DIAG=y | ||
265 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
266 | CONFIG_TCP_CONG_CUBIC=y | ||
267 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
268 | # CONFIG_TCP_MD5SIG is not set | ||
269 | # CONFIG_IPV6 is not set | ||
270 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET6_TUNNEL is not set | ||
272 | # CONFIG_NETWORK_SECMARK is not set | ||
273 | # CONFIG_NETFILTER is not set | ||
274 | |||
275 | # | ||
276 | # DCCP Configuration (EXPERIMENTAL) | ||
277 | # | ||
278 | # CONFIG_IP_DCCP is not set | ||
279 | |||
280 | # | ||
281 | # SCTP Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_IP_SCTP is not set | ||
284 | |||
285 | # | ||
286 | # TIPC Configuration (EXPERIMENTAL) | ||
287 | # | ||
288 | # CONFIG_TIPC is not set | ||
289 | # CONFIG_ATM is not set | ||
290 | # CONFIG_BRIDGE is not set | ||
291 | # CONFIG_VLAN_8021Q is not set | ||
292 | # CONFIG_DECNET is not set | ||
293 | # CONFIG_LLC2 is not set | ||
294 | # CONFIG_IPX is not set | ||
295 | # CONFIG_ATALK is not set | ||
296 | # CONFIG_X25 is not set | ||
297 | # CONFIG_LAPB is not set | ||
298 | # CONFIG_ECONET is not set | ||
299 | # CONFIG_WAN_ROUTER is not set | ||
300 | |||
301 | # | ||
302 | # QoS and/or fair queueing | ||
303 | # | ||
304 | # CONFIG_NET_SCHED is not set | ||
305 | |||
306 | # | ||
307 | # Network testing | ||
308 | # | ||
309 | # CONFIG_NET_PKTGEN is not set | ||
310 | # CONFIG_HAMRADIO is not set | ||
311 | # CONFIG_IRDA is not set | ||
312 | # CONFIG_BT is not set | ||
313 | # CONFIG_AF_RXRPC is not set | ||
314 | |||
315 | # | ||
316 | # Wireless | ||
317 | # | ||
318 | # CONFIG_CFG80211 is not set | ||
319 | # CONFIG_WIRELESS_EXT is not set | ||
320 | # CONFIG_IEEE80211 is not set | ||
321 | |||
322 | # | ||
323 | # Device Drivers | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # Generic Driver Options | ||
328 | # | ||
329 | CONFIG_STANDALONE=y | ||
330 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
331 | # CONFIG_FW_LOADER is not set | ||
332 | # CONFIG_DEBUG_DRIVER is not set | ||
333 | # CONFIG_DEBUG_DEVRES is not set | ||
334 | # CONFIG_SYS_HYPERVISOR is not set | ||
335 | |||
336 | # | ||
337 | # Connector - unified userspace <-> kernelspace linker | ||
338 | # | ||
339 | # CONFIG_CONNECTOR is not set | ||
340 | # CONFIG_MTD is not set | ||
341 | |||
342 | # | ||
343 | # Parallel port support | ||
344 | # | ||
345 | # CONFIG_PARPORT is not set | ||
346 | |||
347 | # | ||
348 | # Plug and Play support | ||
349 | # | ||
350 | # CONFIG_PNPACPI is not set | ||
351 | |||
352 | # | ||
353 | # Block devices | ||
354 | # | ||
355 | # CONFIG_BLK_DEV_FD is not set | ||
356 | # CONFIG_BLK_CPQ_DA is not set | ||
357 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
358 | # CONFIG_BLK_DEV_DAC960 is not set | ||
359 | # CONFIG_BLK_DEV_UMEM is not set | ||
360 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
361 | CONFIG_BLK_DEV_LOOP=y | ||
362 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
363 | # CONFIG_BLK_DEV_NBD is not set | ||
364 | # CONFIG_BLK_DEV_SX8 is not set | ||
365 | CONFIG_BLK_DEV_RAM=y | ||
366 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
367 | CONFIG_BLK_DEV_RAM_SIZE=131072 | ||
368 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
369 | # CONFIG_CDROM_PKTCDVD is not set | ||
370 | # CONFIG_ATA_OVER_ETH is not set | ||
371 | |||
372 | # | ||
373 | # Misc devices | ||
374 | # | ||
375 | # CONFIG_SGI_IOC4 is not set | ||
376 | # CONFIG_TIFM_CORE is not set | ||
377 | |||
378 | # | ||
379 | # ATA/ATAPI/MFM/RLL support | ||
380 | # | ||
381 | # CONFIG_IDE is not set | ||
382 | |||
383 | # | ||
384 | # SCSI device support | ||
385 | # | ||
386 | # CONFIG_RAID_ATTRS is not set | ||
387 | CONFIG_SCSI=y | ||
388 | # CONFIG_SCSI_TGT is not set | ||
389 | # CONFIG_SCSI_NETLINK is not set | ||
390 | CONFIG_SCSI_PROC_FS=y | ||
391 | |||
392 | # | ||
393 | # SCSI support type (disk, tape, CD-ROM) | ||
394 | # | ||
395 | CONFIG_BLK_DEV_SD=y | ||
396 | # CONFIG_CHR_DEV_ST is not set | ||
397 | # CONFIG_CHR_DEV_OSST is not set | ||
398 | # CONFIG_BLK_DEV_SR is not set | ||
399 | # CONFIG_CHR_DEV_SG is not set | ||
400 | # CONFIG_CHR_DEV_SCH is not set | ||
401 | |||
402 | # | ||
403 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
404 | # | ||
405 | # CONFIG_SCSI_MULTI_LUN is not set | ||
406 | # CONFIG_SCSI_CONSTANTS is not set | ||
407 | # CONFIG_SCSI_LOGGING is not set | ||
408 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
409 | |||
410 | # | ||
411 | # SCSI Transports | ||
412 | # | ||
413 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
414 | # CONFIG_SCSI_FC_ATTRS is not set | ||
415 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
416 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
417 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
418 | |||
419 | # | ||
420 | # SCSI low-level drivers | ||
421 | # | ||
422 | # CONFIG_ISCSI_TCP is not set | ||
423 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
424 | # CONFIG_SCSI_3W_9XXX is not set | ||
425 | # CONFIG_SCSI_ACARD is not set | ||
426 | # CONFIG_SCSI_AACRAID is not set | ||
427 | # CONFIG_SCSI_AIC7XXX is not set | ||
428 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
429 | # CONFIG_SCSI_AIC79XX is not set | ||
430 | # CONFIG_SCSI_AIC94XX is not set | ||
431 | # CONFIG_SCSI_DPT_I2O is not set | ||
432 | # CONFIG_SCSI_ARCMSR is not set | ||
433 | # CONFIG_MEGARAID_NEWGEN is not set | ||
434 | # CONFIG_MEGARAID_LEGACY is not set | ||
435 | # CONFIG_MEGARAID_SAS is not set | ||
436 | # CONFIG_SCSI_HPTIOP is not set | ||
437 | # CONFIG_SCSI_BUSLOGIC is not set | ||
438 | # CONFIG_SCSI_DMX3191D is not set | ||
439 | # CONFIG_SCSI_EATA is not set | ||
440 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
441 | # CONFIG_SCSI_GDTH is not set | ||
442 | # CONFIG_SCSI_IPS is not set | ||
443 | # CONFIG_SCSI_INITIO is not set | ||
444 | # CONFIG_SCSI_INIA100 is not set | ||
445 | # CONFIG_SCSI_STEX is not set | ||
446 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
447 | # CONFIG_SCSI_IPR is not set | ||
448 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
449 | # CONFIG_SCSI_QLA_FC is not set | ||
450 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
451 | # CONFIG_SCSI_LPFC is not set | ||
452 | # CONFIG_SCSI_DC395x is not set | ||
453 | # CONFIG_SCSI_DC390T is not set | ||
454 | # CONFIG_SCSI_NSP32 is not set | ||
455 | # CONFIG_SCSI_DEBUG is not set | ||
456 | # CONFIG_SCSI_ESP_CORE is not set | ||
457 | # CONFIG_SCSI_SRP is not set | ||
458 | |||
459 | # | ||
460 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
461 | # | ||
462 | CONFIG_ATA=y | ||
463 | # CONFIG_ATA_NONSTANDARD is not set | ||
464 | # CONFIG_SATA_AHCI is not set | ||
465 | # CONFIG_SATA_SVW is not set | ||
466 | # CONFIG_ATA_PIIX is not set | ||
467 | # CONFIG_SATA_MV is not set | ||
468 | # CONFIG_SATA_NV is not set | ||
469 | # CONFIG_PDC_ADMA is not set | ||
470 | # CONFIG_SATA_QSTOR is not set | ||
471 | # CONFIG_SATA_PROMISE is not set | ||
472 | # CONFIG_SATA_SX4 is not set | ||
473 | # CONFIG_SATA_SIL is not set | ||
474 | # CONFIG_SATA_SIL24 is not set | ||
475 | # CONFIG_SATA_SIS is not set | ||
476 | # CONFIG_SATA_ULI is not set | ||
477 | # CONFIG_SATA_VIA is not set | ||
478 | # CONFIG_SATA_VITESSE is not set | ||
479 | # CONFIG_SATA_INIC162X is not set | ||
480 | # CONFIG_PATA_ALI is not set | ||
481 | # CONFIG_PATA_AMD is not set | ||
482 | # CONFIG_PATA_ARTOP is not set | ||
483 | # CONFIG_PATA_ATIIXP is not set | ||
484 | # CONFIG_PATA_CMD640_PCI is not set | ||
485 | # CONFIG_PATA_CMD64X is not set | ||
486 | # CONFIG_PATA_CS5520 is not set | ||
487 | # CONFIG_PATA_CS5530 is not set | ||
488 | # CONFIG_PATA_CYPRESS is not set | ||
489 | # CONFIG_PATA_EFAR is not set | ||
490 | # CONFIG_ATA_GENERIC is not set | ||
491 | # CONFIG_PATA_HPT366 is not set | ||
492 | # CONFIG_PATA_HPT37X is not set | ||
493 | # CONFIG_PATA_HPT3X2N is not set | ||
494 | # CONFIG_PATA_HPT3X3 is not set | ||
495 | # CONFIG_PATA_IT821X is not set | ||
496 | # CONFIG_PATA_IT8213 is not set | ||
497 | # CONFIG_PATA_JMICRON is not set | ||
498 | # CONFIG_PATA_TRIFLEX is not set | ||
499 | # CONFIG_PATA_MARVELL is not set | ||
500 | # CONFIG_PATA_MPIIX is not set | ||
501 | # CONFIG_PATA_OLDPIIX is not set | ||
502 | # CONFIG_PATA_NETCELL is not set | ||
503 | # CONFIG_PATA_NS87410 is not set | ||
504 | # CONFIG_PATA_OPTI is not set | ||
505 | # CONFIG_PATA_OPTIDMA is not set | ||
506 | # CONFIG_PATA_PDC_OLD is not set | ||
507 | # CONFIG_PATA_RADISYS is not set | ||
508 | # CONFIG_PATA_RZ1000 is not set | ||
509 | # CONFIG_PATA_SC1200 is not set | ||
510 | # CONFIG_PATA_SERVERWORKS is not set | ||
511 | # CONFIG_PATA_PDC2027X is not set | ||
512 | # CONFIG_PATA_SIL680 is not set | ||
513 | # CONFIG_PATA_SIS is not set | ||
514 | # CONFIG_PATA_VIA is not set | ||
515 | # CONFIG_PATA_WINBOND is not set | ||
516 | # CONFIG_PATA_PLATFORM is not set | ||
517 | |||
518 | # | ||
519 | # Multi-device support (RAID and LVM) | ||
520 | # | ||
521 | # CONFIG_MD is not set | ||
522 | |||
523 | # | ||
524 | # Fusion MPT device support | ||
525 | # | ||
526 | # CONFIG_FUSION is not set | ||
527 | # CONFIG_FUSION_SPI is not set | ||
528 | # CONFIG_FUSION_FC is not set | ||
529 | # CONFIG_FUSION_SAS is not set | ||
530 | |||
531 | # | ||
532 | # IEEE 1394 (FireWire) support | ||
533 | # | ||
534 | # CONFIG_IEEE1394 is not set | ||
535 | |||
536 | # | ||
537 | # I2O device support | ||
538 | # | ||
539 | # CONFIG_I2O is not set | ||
540 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
541 | |||
542 | # | ||
543 | # Network device support | ||
544 | # | ||
545 | CONFIG_NETDEVICES=y | ||
546 | # CONFIG_DUMMY is not set | ||
547 | # CONFIG_BONDING is not set | ||
548 | # CONFIG_EQUALIZER is not set | ||
549 | # CONFIG_TUN is not set | ||
550 | |||
551 | # | ||
552 | # ARCnet devices | ||
553 | # | ||
554 | # CONFIG_ARCNET is not set | ||
555 | |||
556 | # | ||
557 | # PHY device support | ||
558 | # | ||
559 | CONFIG_PHYLIB=y | ||
560 | |||
561 | # | ||
562 | # MII PHY device drivers | ||
563 | # | ||
564 | # CONFIG_MARVELL_PHY is not set | ||
565 | # CONFIG_DAVICOM_PHY is not set | ||
566 | # CONFIG_QSEMI_PHY is not set | ||
567 | # CONFIG_LXT_PHY is not set | ||
568 | # CONFIG_CICADA_PHY is not set | ||
569 | # CONFIG_VITESSE_PHY is not set | ||
570 | # CONFIG_SMSC_PHY is not set | ||
571 | # CONFIG_BROADCOM_PHY is not set | ||
572 | # CONFIG_FIXED_PHY is not set | ||
573 | |||
574 | # | ||
575 | # Ethernet (10 or 100Mbit) | ||
576 | # | ||
577 | CONFIG_NET_ETHERNET=y | ||
578 | CONFIG_MII=y | ||
579 | # CONFIG_HAPPYMEAL is not set | ||
580 | # CONFIG_SUNGEM is not set | ||
581 | # CONFIG_CASSINI is not set | ||
582 | CONFIG_NET_VENDOR_3COM=y | ||
583 | CONFIG_VORTEX=y | ||
584 | # CONFIG_TYPHOON is not set | ||
585 | |||
586 | # | ||
587 | # Tulip family network device support | ||
588 | # | ||
589 | # CONFIG_NET_TULIP is not set | ||
590 | # CONFIG_HP100 is not set | ||
591 | # CONFIG_NET_PCI is not set | ||
592 | |||
593 | # | ||
594 | # Ethernet (1000 Mbit) | ||
595 | # | ||
596 | # CONFIG_ACENIC is not set | ||
597 | # CONFIG_DL2K is not set | ||
598 | # CONFIG_E1000 is not set | ||
599 | # CONFIG_NS83820 is not set | ||
600 | # CONFIG_HAMACHI is not set | ||
601 | # CONFIG_YELLOWFIN is not set | ||
602 | # CONFIG_R8169 is not set | ||
603 | # CONFIG_SIS190 is not set | ||
604 | # CONFIG_SKGE is not set | ||
605 | # CONFIG_SKY2 is not set | ||
606 | # CONFIG_SK98LIN is not set | ||
607 | # CONFIG_TIGON3 is not set | ||
608 | # CONFIG_BNX2 is not set | ||
609 | CONFIG_TSI108_ETH=y | ||
610 | # CONFIG_QLA3XXX is not set | ||
611 | # CONFIG_ATL1 is not set | ||
612 | |||
613 | # | ||
614 | # Ethernet (10000 Mbit) | ||
615 | # | ||
616 | # CONFIG_CHELSIO_T1 is not set | ||
617 | # CONFIG_CHELSIO_T3 is not set | ||
618 | # CONFIG_IXGB is not set | ||
619 | # CONFIG_S2IO is not set | ||
620 | # CONFIG_MYRI10GE is not set | ||
621 | # CONFIG_NETXEN_NIC is not set | ||
622 | |||
623 | # | ||
624 | # Token Ring devices | ||
625 | # | ||
626 | # CONFIG_TR is not set | ||
627 | |||
628 | # | ||
629 | # Wireless LAN | ||
630 | # | ||
631 | # CONFIG_WLAN_PRE80211 is not set | ||
632 | # CONFIG_WLAN_80211 is not set | ||
633 | |||
634 | # | ||
635 | # Wan interfaces | ||
636 | # | ||
637 | # CONFIG_WAN is not set | ||
638 | # CONFIG_FDDI is not set | ||
639 | # CONFIG_HIPPI is not set | ||
640 | # CONFIG_PPP is not set | ||
641 | # CONFIG_SLIP is not set | ||
642 | # CONFIG_NET_FC is not set | ||
643 | # CONFIG_SHAPER is not set | ||
644 | # CONFIG_NETCONSOLE is not set | ||
645 | # CONFIG_NETPOLL is not set | ||
646 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
647 | |||
648 | # | ||
649 | # ISDN subsystem | ||
650 | # | ||
651 | # CONFIG_ISDN is not set | ||
652 | |||
653 | # | ||
654 | # Telephony Support | ||
655 | # | ||
656 | # CONFIG_PHONE is not set | ||
657 | |||
658 | # | ||
659 | # Input device support | ||
660 | # | ||
661 | CONFIG_INPUT=y | ||
662 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
663 | |||
664 | # | ||
665 | # Userland interfaces | ||
666 | # | ||
667 | # CONFIG_INPUT_MOUSEDEV is not set | ||
668 | # CONFIG_INPUT_JOYDEV is not set | ||
669 | # CONFIG_INPUT_TSDEV is not set | ||
670 | # CONFIG_INPUT_EVDEV is not set | ||
671 | # CONFIG_INPUT_EVBUG is not set | ||
672 | |||
673 | # | ||
674 | # Input Device Drivers | ||
675 | # | ||
676 | # CONFIG_INPUT_KEYBOARD is not set | ||
677 | # CONFIG_INPUT_MOUSE is not set | ||
678 | # CONFIG_INPUT_JOYSTICK is not set | ||
679 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
680 | # CONFIG_INPUT_MISC is not set | ||
681 | |||
682 | # | ||
683 | # Hardware I/O ports | ||
684 | # | ||
685 | # CONFIG_SERIO is not set | ||
686 | # CONFIG_GAMEPORT is not set | ||
687 | |||
688 | # | ||
689 | # Character devices | ||
690 | # | ||
691 | # CONFIG_VT is not set | ||
692 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
693 | |||
694 | # | ||
695 | # Serial drivers | ||
696 | # | ||
697 | CONFIG_SERIAL_8250=y | ||
698 | CONFIG_SERIAL_8250_CONSOLE=y | ||
699 | # CONFIG_SERIAL_8250_PCI is not set | ||
700 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
701 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
702 | CONFIG_SERIAL_8250_EXTENDED=y | ||
703 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
704 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
705 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
706 | # CONFIG_SERIAL_8250_RSA is not set | ||
707 | |||
708 | # | ||
709 | # Non-8250 serial port support | ||
710 | # | ||
711 | # CONFIG_SERIAL_UARTLITE is not set | ||
712 | CONFIG_SERIAL_CORE=y | ||
713 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
714 | # CONFIG_SERIAL_JSM is not set | ||
715 | CONFIG_SERIAL_OF_PLATFORM=y | ||
716 | CONFIG_UNIX98_PTYS=y | ||
717 | CONFIG_LEGACY_PTYS=y | ||
718 | CONFIG_LEGACY_PTY_COUNT=256 | ||
719 | |||
720 | # | ||
721 | # IPMI | ||
722 | # | ||
723 | # CONFIG_IPMI_HANDLER is not set | ||
724 | |||
725 | # | ||
726 | # Watchdog Cards | ||
727 | # | ||
728 | # CONFIG_WATCHDOG is not set | ||
729 | # CONFIG_HW_RANDOM is not set | ||
730 | # CONFIG_NVRAM is not set | ||
731 | CONFIG_GEN_RTC=y | ||
732 | # CONFIG_GEN_RTC_X is not set | ||
733 | # CONFIG_DTLK is not set | ||
734 | # CONFIG_R3964 is not set | ||
735 | # CONFIG_APPLICOM is not set | ||
736 | # CONFIG_AGP is not set | ||
737 | # CONFIG_DRM is not set | ||
738 | # CONFIG_RAW_DRIVER is not set | ||
739 | |||
740 | # | ||
741 | # TPM devices | ||
742 | # | ||
743 | # CONFIG_TCG_TPM is not set | ||
744 | |||
745 | # | ||
746 | # I2C support | ||
747 | # | ||
748 | # CONFIG_I2C is not set | ||
749 | |||
750 | # | ||
751 | # SPI support | ||
752 | # | ||
753 | # CONFIG_SPI is not set | ||
754 | # CONFIG_SPI_MASTER is not set | ||
755 | |||
756 | # | ||
757 | # Dallas's 1-wire bus | ||
758 | # | ||
759 | # CONFIG_W1 is not set | ||
760 | |||
761 | # | ||
762 | # Hardware Monitoring support | ||
763 | # | ||
764 | CONFIG_HWMON=y | ||
765 | # CONFIG_HWMON_VID is not set | ||
766 | # CONFIG_SENSORS_ABITUGURU is not set | ||
767 | # CONFIG_SENSORS_F71805F is not set | ||
768 | # CONFIG_SENSORS_PC87427 is not set | ||
769 | # CONFIG_SENSORS_VT1211 is not set | ||
770 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
771 | |||
772 | # | ||
773 | # Multifunction device drivers | ||
774 | # | ||
775 | # CONFIG_MFD_SM501 is not set | ||
776 | |||
777 | # | ||
778 | # Multimedia devices | ||
779 | # | ||
780 | # CONFIG_VIDEO_DEV is not set | ||
781 | |||
782 | # | ||
783 | # Digital Video Broadcasting Devices | ||
784 | # | ||
785 | # CONFIG_DVB is not set | ||
786 | |||
787 | # | ||
788 | # Graphics support | ||
789 | # | ||
790 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
791 | # CONFIG_FB is not set | ||
792 | # CONFIG_FB_IBM_GXT4500 is not set | ||
793 | |||
794 | # | ||
795 | # Sound | ||
796 | # | ||
797 | # CONFIG_SOUND is not set | ||
798 | |||
799 | # | ||
800 | # HID Devices | ||
801 | # | ||
802 | CONFIG_HID=y | ||
803 | # CONFIG_HID_DEBUG is not set | ||
804 | |||
805 | # | ||
806 | # USB support | ||
807 | # | ||
808 | CONFIG_USB_ARCH_HAS_HCD=y | ||
809 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
810 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
811 | # CONFIG_USB is not set | ||
812 | |||
813 | # | ||
814 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
815 | # | ||
816 | |||
817 | # | ||
818 | # USB Gadget Support | ||
819 | # | ||
820 | # CONFIG_USB_GADGET is not set | ||
821 | |||
822 | # | ||
823 | # MMC/SD Card support | ||
824 | # | ||
825 | # CONFIG_MMC is not set | ||
826 | |||
827 | # | ||
828 | # LED devices | ||
829 | # | ||
830 | # CONFIG_NEW_LEDS is not set | ||
831 | |||
832 | # | ||
833 | # LED drivers | ||
834 | # | ||
835 | |||
836 | # | ||
837 | # LED Triggers | ||
838 | # | ||
839 | |||
840 | # | ||
841 | # InfiniBand support | ||
842 | # | ||
843 | # CONFIG_INFINIBAND is not set | ||
844 | |||
845 | # | ||
846 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
847 | # | ||
848 | |||
849 | # | ||
850 | # Real Time Clock | ||
851 | # | ||
852 | # CONFIG_RTC_CLASS is not set | ||
853 | |||
854 | # | ||
855 | # DMA Engine support | ||
856 | # | ||
857 | # CONFIG_DMA_ENGINE is not set | ||
858 | |||
859 | # | ||
860 | # DMA Clients | ||
861 | # | ||
862 | |||
863 | # | ||
864 | # DMA Devices | ||
865 | # | ||
866 | |||
867 | # | ||
868 | # Auxiliary Display support | ||
869 | # | ||
870 | |||
871 | # | ||
872 | # Virtualization | ||
873 | # | ||
874 | |||
875 | # | ||
876 | # File systems | ||
877 | # | ||
878 | CONFIG_EXT2_FS=y | ||
879 | # CONFIG_EXT2_FS_XATTR is not set | ||
880 | # CONFIG_EXT2_FS_XIP is not set | ||
881 | CONFIG_EXT3_FS=y | ||
882 | CONFIG_EXT3_FS_XATTR=y | ||
883 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
884 | # CONFIG_EXT3_FS_SECURITY is not set | ||
885 | # CONFIG_EXT4DEV_FS is not set | ||
886 | CONFIG_JBD=y | ||
887 | # CONFIG_JBD_DEBUG is not set | ||
888 | CONFIG_FS_MBCACHE=y | ||
889 | # CONFIG_REISERFS_FS is not set | ||
890 | # CONFIG_JFS_FS is not set | ||
891 | # CONFIG_FS_POSIX_ACL is not set | ||
892 | # CONFIG_XFS_FS is not set | ||
893 | # CONFIG_GFS2_FS is not set | ||
894 | # CONFIG_OCFS2_FS is not set | ||
895 | # CONFIG_MINIX_FS is not set | ||
896 | # CONFIG_ROMFS_FS is not set | ||
897 | CONFIG_INOTIFY=y | ||
898 | CONFIG_INOTIFY_USER=y | ||
899 | # CONFIG_QUOTA is not set | ||
900 | CONFIG_DNOTIFY=y | ||
901 | # CONFIG_AUTOFS_FS is not set | ||
902 | # CONFIG_AUTOFS4_FS is not set | ||
903 | # CONFIG_FUSE_FS is not set | ||
904 | |||
905 | # | ||
906 | # CD-ROM/DVD Filesystems | ||
907 | # | ||
908 | # CONFIG_ISO9660_FS is not set | ||
909 | # CONFIG_UDF_FS is not set | ||
910 | |||
911 | # | ||
912 | # DOS/FAT/NT Filesystems | ||
913 | # | ||
914 | # CONFIG_MSDOS_FS is not set | ||
915 | # CONFIG_VFAT_FS is not set | ||
916 | # CONFIG_NTFS_FS is not set | ||
917 | |||
918 | # | ||
919 | # Pseudo filesystems | ||
920 | # | ||
921 | CONFIG_PROC_FS=y | ||
922 | CONFIG_PROC_KCORE=y | ||
923 | CONFIG_PROC_SYSCTL=y | ||
924 | CONFIG_SYSFS=y | ||
925 | CONFIG_TMPFS=y | ||
926 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
927 | # CONFIG_HUGETLB_PAGE is not set | ||
928 | CONFIG_RAMFS=y | ||
929 | # CONFIG_CONFIGFS_FS is not set | ||
930 | |||
931 | # | ||
932 | # Miscellaneous filesystems | ||
933 | # | ||
934 | # CONFIG_ADFS_FS is not set | ||
935 | # CONFIG_AFFS_FS is not set | ||
936 | # CONFIG_HFS_FS is not set | ||
937 | # CONFIG_HFSPLUS_FS is not set | ||
938 | # CONFIG_BEFS_FS is not set | ||
939 | # CONFIG_BFS_FS is not set | ||
940 | # CONFIG_EFS_FS is not set | ||
941 | # CONFIG_CRAMFS is not set | ||
942 | # CONFIG_VXFS_FS is not set | ||
943 | # CONFIG_HPFS_FS is not set | ||
944 | # CONFIG_QNX4FS_FS is not set | ||
945 | # CONFIG_SYSV_FS is not set | ||
946 | # CONFIG_UFS_FS is not set | ||
947 | |||
948 | # | ||
949 | # Network File Systems | ||
950 | # | ||
951 | CONFIG_NFS_FS=y | ||
952 | # CONFIG_NFS_V3 is not set | ||
953 | # CONFIG_NFS_V4 is not set | ||
954 | # CONFIG_NFS_DIRECTIO is not set | ||
955 | # CONFIG_NFSD is not set | ||
956 | CONFIG_ROOT_NFS=y | ||
957 | CONFIG_LOCKD=y | ||
958 | CONFIG_NFS_COMMON=y | ||
959 | CONFIG_SUNRPC=y | ||
960 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
961 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
962 | # CONFIG_SMB_FS is not set | ||
963 | # CONFIG_CIFS is not set | ||
964 | # CONFIG_NCP_FS is not set | ||
965 | # CONFIG_CODA_FS is not set | ||
966 | # CONFIG_AFS_FS is not set | ||
967 | # CONFIG_9P_FS is not set | ||
968 | |||
969 | # | ||
970 | # Partition Types | ||
971 | # | ||
972 | CONFIG_PARTITION_ADVANCED=y | ||
973 | # CONFIG_ACORN_PARTITION is not set | ||
974 | # CONFIG_OSF_PARTITION is not set | ||
975 | # CONFIG_AMIGA_PARTITION is not set | ||
976 | # CONFIG_ATARI_PARTITION is not set | ||
977 | # CONFIG_MAC_PARTITION is not set | ||
978 | CONFIG_MSDOS_PARTITION=y | ||
979 | # CONFIG_BSD_DISKLABEL is not set | ||
980 | # CONFIG_MINIX_SUBPARTITION is not set | ||
981 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
982 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
983 | # CONFIG_LDM_PARTITION is not set | ||
984 | # CONFIG_SGI_PARTITION is not set | ||
985 | # CONFIG_ULTRIX_PARTITION is not set | ||
986 | # CONFIG_SUN_PARTITION is not set | ||
987 | # CONFIG_KARMA_PARTITION is not set | ||
988 | # CONFIG_EFI_PARTITION is not set | ||
989 | |||
990 | # | ||
991 | # Native Language Support | ||
992 | # | ||
993 | # CONFIG_NLS is not set | ||
994 | |||
995 | # | ||
996 | # Distributed Lock Manager | ||
997 | # | ||
998 | # CONFIG_DLM is not set | ||
999 | # CONFIG_UCC_SLOW is not set | ||
1000 | # CONFIG_UCC_FAST is not set | ||
1001 | |||
1002 | # | ||
1003 | # Library routines | ||
1004 | # | ||
1005 | CONFIG_BITREVERSE=y | ||
1006 | # CONFIG_CRC_CCITT is not set | ||
1007 | # CONFIG_CRC16 is not set | ||
1008 | CONFIG_CRC32=y | ||
1009 | # CONFIG_LIBCRC32C is not set | ||
1010 | CONFIG_PLIST=y | ||
1011 | CONFIG_HAS_IOMEM=y | ||
1012 | CONFIG_HAS_IOPORT=y | ||
1013 | |||
1014 | # | ||
1015 | # Instrumentation Support | ||
1016 | # | ||
1017 | # CONFIG_PROFILING is not set | ||
1018 | # CONFIG_KPROBES is not set | ||
1019 | |||
1020 | # | ||
1021 | # Kernel hacking | ||
1022 | # | ||
1023 | # CONFIG_PRINTK_TIME is not set | ||
1024 | CONFIG_ENABLE_MUST_CHECK=y | ||
1025 | CONFIG_MAGIC_SYSRQ=y | ||
1026 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1027 | # CONFIG_DEBUG_FS is not set | ||
1028 | # CONFIG_HEADERS_CHECK is not set | ||
1029 | CONFIG_DEBUG_KERNEL=y | ||
1030 | # CONFIG_DEBUG_SHIRQ is not set | ||
1031 | CONFIG_LOG_BUF_SHIFT=14 | ||
1032 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1033 | # CONFIG_SCHEDSTATS is not set | ||
1034 | # CONFIG_TIMER_STATS is not set | ||
1035 | # CONFIG_DEBUG_SLAB is not set | ||
1036 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1037 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1038 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1039 | # CONFIG_DEBUG_MUTEXES is not set | ||
1040 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1041 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1042 | # CONFIG_DEBUG_KOBJECT is not set | ||
1043 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1044 | # CONFIG_DEBUG_INFO is not set | ||
1045 | # CONFIG_DEBUG_VM is not set | ||
1046 | # CONFIG_DEBUG_LIST is not set | ||
1047 | CONFIG_FORCED_INLINING=y | ||
1048 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1049 | # CONFIG_FAULT_INJECTION is not set | ||
1050 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
1051 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1052 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1053 | CONFIG_DEBUGGER=y | ||
1054 | CONFIG_XMON=y | ||
1055 | CONFIG_XMON_DEFAULT=y | ||
1056 | CONFIG_XMON_DISASSEMBLY=y | ||
1057 | # CONFIG_BDI_SWITCH is not set | ||
1058 | # CONFIG_BOOTX_TEXT is not set | ||
1059 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1060 | |||
1061 | # | ||
1062 | # Security options | ||
1063 | # | ||
1064 | # CONFIG_KEYS is not set | ||
1065 | # CONFIG_SECURITY is not set | ||
1066 | |||
1067 | # | ||
1068 | # Cryptographic options | ||
1069 | # | ||
1070 | # CONFIG_CRYPTO is not set | ||