diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-02-28 23:14:25 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-02-28 23:14:25 -0500 |
commit | b4e2d18f73e16846acb91993da1769e9fd23462f (patch) | |
tree | bd7b72dd824f813824c3525136c29287aa88525a /arch/blackfin/configs/CM-BF533_defconfig | |
parent | 8b5f79f9d7ee4f4edb0212886771c977476eb811 (diff) |
[Blackfin] arch: add board bluetechnix kernel defconfigs to kernel
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/configs/CM-BF533_defconfig')
-rw-r--r-- | arch/blackfin/configs/CM-BF533_defconfig | 912 |
1 files changed, 912 insertions, 0 deletions
diff --git a/arch/blackfin/configs/CM-BF533_defconfig b/arch/blackfin/configs/CM-BF533_defconfig new file mode 100644 index 000000000000..1babdd92080f --- /dev/null +++ b/arch/blackfin/configs/CM-BF533_defconfig | |||
@@ -0,0 +1,912 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22.16 | ||
4 | # | ||
5 | # CONFIG_MMU is not set | ||
6 | # CONFIG_FPU is not set | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
9 | CONFIG_BLACKFIN=y | ||
10 | CONFIG_ZONE_DMA=y | ||
11 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
12 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_GENERIC_IRQ_PROBE=y | ||
16 | # CONFIG_GENERIC_TIME is not set | ||
17 | CONFIG_GENERIC_GPIO=y | ||
18 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
19 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
21 | |||
22 | # | ||
23 | # Code maturity level options | ||
24 | # | ||
25 | CONFIG_EXPERIMENTAL=y | ||
26 | CONFIG_BROKEN_ON_SMP=y | ||
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | ||
33 | CONFIG_LOCALVERSION_AUTO=y | ||
34 | CONFIG_SYSVIPC=y | ||
35 | # CONFIG_IPC_NS is not set | ||
36 | CONFIG_SYSVIPC_SYSCTL=y | ||
37 | # CONFIG_POSIX_MQUEUE is not set | ||
38 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
39 | # CONFIG_TASKSTATS is not set | ||
40 | # CONFIG_UTS_NS is not set | ||
41 | # CONFIG_AUDIT is not set | ||
42 | # CONFIG_IKCONFIG is not set | ||
43 | CONFIG_LOG_BUF_SHIFT=14 | ||
44 | CONFIG_SYSFS_DEPRECATED=y | ||
45 | # CONFIG_RELAY is not set | ||
46 | # CONFIG_BLK_DEV_INITRD is not set | ||
47 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
48 | CONFIG_SYSCTL=y | ||
49 | CONFIG_EMBEDDED=y | ||
50 | # CONFIG_UID16 is not set | ||
51 | CONFIG_SYSCTL_SYSCALL=y | ||
52 | CONFIG_KALLSYMS=y | ||
53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
54 | # CONFIG_HOTPLUG is not set | ||
55 | CONFIG_PRINTK=y | ||
56 | CONFIG_BUG=y | ||
57 | CONFIG_ELF_CORE=y | ||
58 | CONFIG_BASE_FULL=y | ||
59 | CONFIG_FUTEX=y | ||
60 | CONFIG_ANON_INODES=y | ||
61 | CONFIG_EPOLL=y | ||
62 | CONFIG_SIGNALFD=y | ||
63 | CONFIG_EVENTFD=y | ||
64 | CONFIG_VM_EVENT_COUNTERS=y | ||
65 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
66 | # CONFIG_NP2 is not set | ||
67 | CONFIG_SLAB=y | ||
68 | # CONFIG_SLUB is not set | ||
69 | # CONFIG_SLOB is not set | ||
70 | CONFIG_RT_MUTEXES=y | ||
71 | CONFIG_TINY_SHMEM=y | ||
72 | CONFIG_BASE_SMALL=0 | ||
73 | |||
74 | # | ||
75 | # Loadable module support | ||
76 | # | ||
77 | CONFIG_MODULES=y | ||
78 | CONFIG_MODULE_UNLOAD=y | ||
79 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
80 | # CONFIG_MODVERSIONS is not set | ||
81 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
82 | CONFIG_KMOD=y | ||
83 | |||
84 | # | ||
85 | # Block layer | ||
86 | # | ||
87 | CONFIG_BLOCK=y | ||
88 | # CONFIG_LBD is not set | ||
89 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
90 | # CONFIG_LSF is not set | ||
91 | |||
92 | # | ||
93 | # IO Schedulers | ||
94 | # | ||
95 | CONFIG_IOSCHED_NOOP=y | ||
96 | # CONFIG_IOSCHED_AS is not set | ||
97 | # CONFIG_IOSCHED_DEADLINE is not set | ||
98 | CONFIG_IOSCHED_CFQ=y | ||
99 | # CONFIG_DEFAULT_AS is not set | ||
100 | # CONFIG_DEFAULT_DEADLINE is not set | ||
101 | # CONFIG_DEFAULT_CFQ is not set | ||
102 | CONFIG_DEFAULT_NOOP=y | ||
103 | CONFIG_DEFAULT_IOSCHED="noop" | ||
104 | CONFIG_PREEMPT_NONE=y | ||
105 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
106 | # CONFIG_PREEMPT is not set | ||
107 | |||
108 | # | ||
109 | # Blackfin Processor Options | ||
110 | # | ||
111 | |||
112 | # | ||
113 | # Processor and Board Settings | ||
114 | # | ||
115 | # CONFIG_BF522 is not set | ||
116 | # CONFIG_BF523 is not set | ||
117 | # CONFIG_BF524 is not set | ||
118 | # CONFIG_BF525 is not set | ||
119 | # CONFIG_BF526 is not set | ||
120 | # CONFIG_BF527 is not set | ||
121 | # CONFIG_BF531 is not set | ||
122 | # CONFIG_BF532 is not set | ||
123 | CONFIG_BF533=y | ||
124 | # CONFIG_BF534 is not set | ||
125 | # CONFIG_BF536 is not set | ||
126 | # CONFIG_BF537 is not set | ||
127 | # CONFIG_BF542 is not set | ||
128 | # CONFIG_BF544 is not set | ||
129 | # CONFIG_BF547 is not set | ||
130 | # CONFIG_BF548 is not set | ||
131 | # CONFIG_BF549 is not set | ||
132 | # CONFIG_BF561 is not set | ||
133 | # CONFIG_BF_REV_0_0 is not set | ||
134 | # CONFIG_BF_REV_0_1 is not set | ||
135 | # CONFIG_BF_REV_0_2 is not set | ||
136 | CONFIG_BF_REV_0_3=y | ||
137 | # CONFIG_BF_REV_0_4 is not set | ||
138 | # CONFIG_BF_REV_0_5 is not set | ||
139 | # CONFIG_BF_REV_ANY is not set | ||
140 | # CONFIG_BF_REV_NONE is not set | ||
141 | CONFIG_BF53x=y | ||
142 | CONFIG_BFIN_SINGLE_CORE=y | ||
143 | CONFIG_MEM_MT48LC16M16A2TG_75=y | ||
144 | # CONFIG_BFIN533_EZKIT is not set | ||
145 | # CONFIG_BFIN533_STAMP is not set | ||
146 | CONFIG_BFIN533_BLUETECHNIX_CM=y | ||
147 | # CONFIG_H8606_HVSISTEMAS is not set | ||
148 | # CONFIG_GENERIC_BF533_BOARD is not set | ||
149 | |||
150 | # | ||
151 | # BF533/2/1 Specific Configuration | ||
152 | # | ||
153 | |||
154 | # | ||
155 | # Interrupt Priority Assignment | ||
156 | # | ||
157 | |||
158 | # | ||
159 | # Priority | ||
160 | # | ||
161 | CONFIG_UART_ERROR=7 | ||
162 | CONFIG_SPORT0_ERROR=7 | ||
163 | CONFIG_SPI_ERROR=7 | ||
164 | CONFIG_SPORT1_ERROR=7 | ||
165 | CONFIG_PPI_ERROR=7 | ||
166 | CONFIG_DMA_ERROR=7 | ||
167 | CONFIG_PLLWAKE_ERROR=7 | ||
168 | CONFIG_RTC_ERROR=8 | ||
169 | CONFIG_DMA0_PPI=8 | ||
170 | CONFIG_DMA1_SPORT0RX=9 | ||
171 | CONFIG_DMA2_SPORT0TX=9 | ||
172 | CONFIG_DMA3_SPORT1RX=9 | ||
173 | CONFIG_DMA4_SPORT1TX=9 | ||
174 | CONFIG_DMA5_SPI=10 | ||
175 | CONFIG_DMA6_UARTRX=10 | ||
176 | CONFIG_DMA7_UARTTX=10 | ||
177 | CONFIG_TIMER0=11 | ||
178 | CONFIG_TIMER1=11 | ||
179 | CONFIG_TIMER2=11 | ||
180 | CONFIG_PFA=12 | ||
181 | CONFIG_PFB=12 | ||
182 | CONFIG_MEMDMA0=13 | ||
183 | CONFIG_MEMDMA1=13 | ||
184 | CONFIG_WDTIMER=13 | ||
185 | |||
186 | # | ||
187 | # Board customizations | ||
188 | # | ||
189 | # CONFIG_CMDLINE_BOOL is not set | ||
190 | |||
191 | # | ||
192 | # Clock/PLL Setup | ||
193 | # | ||
194 | CONFIG_CLKIN_HZ=25000000 | ||
195 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
196 | CONFIG_MAX_VCO_HZ=750000000 | ||
197 | CONFIG_MIN_VCO_HZ=50000000 | ||
198 | CONFIG_MAX_SCLK_HZ=133333333 | ||
199 | CONFIG_MIN_SCLK_HZ=27000000 | ||
200 | |||
201 | # | ||
202 | # Kernel Timer/Scheduler | ||
203 | # | ||
204 | # CONFIG_HZ_100 is not set | ||
205 | CONFIG_HZ_250=y | ||
206 | # CONFIG_HZ_300 is not set | ||
207 | # CONFIG_HZ_1000 is not set | ||
208 | CONFIG_HZ=250 | ||
209 | |||
210 | # | ||
211 | # Memory Setup | ||
212 | # | ||
213 | CONFIG_MEM_SIZE=32 | ||
214 | CONFIG_MEM_ADD_WIDTH=9 | ||
215 | CONFIG_BOOT_LOAD=0x1000 | ||
216 | CONFIG_BFIN_SCRATCH_REG_RETN=y | ||
217 | # CONFIG_BFIN_SCRATCH_REG_RETE is not set | ||
218 | # CONFIG_BFIN_SCRATCH_REG_CYCLES is not set | ||
219 | |||
220 | # | ||
221 | # Blackfin Kernel Optimizations | ||
222 | # | ||
223 | |||
224 | # | ||
225 | # Memory Optimizations | ||
226 | # | ||
227 | CONFIG_I_ENTRY_L1=y | ||
228 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
229 | CONFIG_DO_IRQ_L1=y | ||
230 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
231 | CONFIG_IDLE_L1=y | ||
232 | CONFIG_SCHEDULE_L1=y | ||
233 | CONFIG_ARITHMETIC_OPS_L1=y | ||
234 | CONFIG_ACCESS_OK_L1=y | ||
235 | CONFIG_MEMSET_L1=y | ||
236 | CONFIG_MEMCPY_L1=y | ||
237 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
238 | CONFIG_IP_CHECKSUM_L1=y | ||
239 | CONFIG_CACHELINE_ALIGNED_L1=y | ||
240 | CONFIG_SYSCALL_TAB_L1=y | ||
241 | CONFIG_CPLB_SWITCH_TAB_L1=y | ||
242 | CONFIG_RAMKERNEL=y | ||
243 | # CONFIG_ROMKERNEL is not set | ||
244 | CONFIG_SELECT_MEMORY_MODEL=y | ||
245 | CONFIG_FLATMEM_MANUAL=y | ||
246 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
247 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
248 | CONFIG_FLATMEM=y | ||
249 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
250 | # CONFIG_SPARSEMEM_STATIC is not set | ||
251 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
252 | # CONFIG_RESOURCES_64BIT is not set | ||
253 | CONFIG_ZONE_DMA_FLAG=1 | ||
254 | CONFIG_LARGE_ALLOCS=y | ||
255 | # CONFIG_BFIN_GPTIMERS is not set | ||
256 | CONFIG_BFIN_DMA_5XX=y | ||
257 | # CONFIG_DMA_UNCACHED_2M is not set | ||
258 | CONFIG_DMA_UNCACHED_1M=y | ||
259 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
260 | |||
261 | # | ||
262 | # Cache Support | ||
263 | # | ||
264 | CONFIG_BFIN_ICACHE=y | ||
265 | CONFIG_BFIN_DCACHE=y | ||
266 | # CONFIG_BFIN_DCACHE_BANKA is not set | ||
267 | # CONFIG_BFIN_ICACHE_LOCK is not set | ||
268 | CONFIG_BFIN_WB=y | ||
269 | # CONFIG_BFIN_WT is not set | ||
270 | CONFIG_L1_MAX_PIECE=16 | ||
271 | # CONFIG_MPU is not set | ||
272 | |||
273 | # | ||
274 | # Asynchonous Memory Configuration | ||
275 | # | ||
276 | |||
277 | # | ||
278 | # EBIU_AMGCTL Global Control | ||
279 | # | ||
280 | CONFIG_C_AMCKEN=y | ||
281 | CONFIG_C_CDPRIO=y | ||
282 | # CONFIG_C_AMBEN is not set | ||
283 | # CONFIG_C_AMBEN_B0 is not set | ||
284 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
285 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
286 | CONFIG_C_AMBEN_ALL=y | ||
287 | |||
288 | # | ||
289 | # EBIU_AMBCTL Control | ||
290 | # | ||
291 | CONFIG_BANK_0=0x7BB0 | ||
292 | CONFIG_BANK_1=0x7BB0 | ||
293 | CONFIG_BANK_2=0x7BB0 | ||
294 | CONFIG_BANK_3=0xFFC3 | ||
295 | |||
296 | # | ||
297 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
298 | # | ||
299 | # CONFIG_PCI is not set | ||
300 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
301 | |||
302 | # | ||
303 | # PCCARD (PCMCIA/CardBus) support | ||
304 | # | ||
305 | |||
306 | # | ||
307 | # Executable file formats | ||
308 | # | ||
309 | CONFIG_BINFMT_ELF_FDPIC=y | ||
310 | CONFIG_BINFMT_FLAT=y | ||
311 | CONFIG_BINFMT_ZFLAT=y | ||
312 | CONFIG_BINFMT_SHARED_FLAT=y | ||
313 | # CONFIG_BINFMT_MISC is not set | ||
314 | |||
315 | # | ||
316 | # Power management options | ||
317 | # | ||
318 | # CONFIG_PM is not set | ||
319 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
320 | |||
321 | # | ||
322 | # CPU Frequency scaling | ||
323 | # | ||
324 | # CONFIG_CPU_FREQ is not set | ||
325 | |||
326 | # | ||
327 | # Networking | ||
328 | # | ||
329 | CONFIG_NET=y | ||
330 | |||
331 | # | ||
332 | # Networking options | ||
333 | # | ||
334 | CONFIG_PACKET=y | ||
335 | # CONFIG_PACKET_MMAP is not set | ||
336 | CONFIG_UNIX=y | ||
337 | CONFIG_XFRM=y | ||
338 | # CONFIG_XFRM_USER is not set | ||
339 | # CONFIG_XFRM_SUB_POLICY is not set | ||
340 | # CONFIG_XFRM_MIGRATE is not set | ||
341 | # CONFIG_NET_KEY is not set | ||
342 | CONFIG_INET=y | ||
343 | # CONFIG_IP_MULTICAST is not set | ||
344 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
345 | CONFIG_IP_FIB_HASH=y | ||
346 | # CONFIG_IP_PNP is not set | ||
347 | # CONFIG_NET_IPIP is not set | ||
348 | # CONFIG_NET_IPGRE is not set | ||
349 | # CONFIG_ARPD is not set | ||
350 | CONFIG_SYN_COOKIES=y | ||
351 | # CONFIG_INET_AH is not set | ||
352 | # CONFIG_INET_ESP is not set | ||
353 | # CONFIG_INET_IPCOMP is not set | ||
354 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
355 | # CONFIG_INET_TUNNEL is not set | ||
356 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
357 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
358 | CONFIG_INET_XFRM_MODE_BEET=y | ||
359 | CONFIG_INET_DIAG=y | ||
360 | CONFIG_INET_TCP_DIAG=y | ||
361 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
362 | CONFIG_TCP_CONG_CUBIC=y | ||
363 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
364 | # CONFIG_TCP_MD5SIG is not set | ||
365 | # CONFIG_IPV6 is not set | ||
366 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
367 | # CONFIG_INET6_TUNNEL is not set | ||
368 | # CONFIG_NETLABEL is not set | ||
369 | # CONFIG_NETWORK_SECMARK is not set | ||
370 | # CONFIG_NETFILTER is not set | ||
371 | # CONFIG_IP_DCCP is not set | ||
372 | # CONFIG_IP_SCTP is not set | ||
373 | # CONFIG_TIPC is not set | ||
374 | # CONFIG_ATM is not set | ||
375 | # CONFIG_BRIDGE is not set | ||
376 | # CONFIG_VLAN_8021Q is not set | ||
377 | # CONFIG_DECNET is not set | ||
378 | # CONFIG_LLC2 is not set | ||
379 | # CONFIG_IPX is not set | ||
380 | # CONFIG_ATALK is not set | ||
381 | # CONFIG_X25 is not set | ||
382 | # CONFIG_LAPB is not set | ||
383 | # CONFIG_ECONET is not set | ||
384 | # CONFIG_WAN_ROUTER is not set | ||
385 | |||
386 | # | ||
387 | # QoS and/or fair queueing | ||
388 | # | ||
389 | # CONFIG_NET_SCHED is not set | ||
390 | |||
391 | # | ||
392 | # Network testing | ||
393 | # | ||
394 | # CONFIG_NET_PKTGEN is not set | ||
395 | # CONFIG_HAMRADIO is not set | ||
396 | # CONFIG_IRDA is not set | ||
397 | # CONFIG_BT is not set | ||
398 | # CONFIG_AF_RXRPC is not set | ||
399 | |||
400 | # | ||
401 | # Wireless | ||
402 | # | ||
403 | # CONFIG_CFG80211 is not set | ||
404 | # CONFIG_WIRELESS_EXT is not set | ||
405 | # CONFIG_MAC80211 is not set | ||
406 | # CONFIG_IEEE80211 is not set | ||
407 | # CONFIG_RFKILL is not set | ||
408 | |||
409 | # | ||
410 | # Device Drivers | ||
411 | # | ||
412 | |||
413 | # | ||
414 | # Generic Driver Options | ||
415 | # | ||
416 | CONFIG_STANDALONE=y | ||
417 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
418 | # CONFIG_SYS_HYPERVISOR is not set | ||
419 | |||
420 | # | ||
421 | # Connector - unified userspace <-> kernelspace linker | ||
422 | # | ||
423 | # CONFIG_CONNECTOR is not set | ||
424 | CONFIG_MTD=y | ||
425 | # CONFIG_MTD_DEBUG is not set | ||
426 | # CONFIG_MTD_CONCAT is not set | ||
427 | CONFIG_MTD_PARTITIONS=y | ||
428 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
429 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
430 | |||
431 | # | ||
432 | # User Modules And Translation Layers | ||
433 | # | ||
434 | CONFIG_MTD_CHAR=y | ||
435 | CONFIG_MTD_BLKDEVS=y | ||
436 | CONFIG_MTD_BLOCK=y | ||
437 | # CONFIG_FTL is not set | ||
438 | # CONFIG_NFTL is not set | ||
439 | # CONFIG_INFTL is not set | ||
440 | # CONFIG_RFD_FTL is not set | ||
441 | # CONFIG_SSFDC is not set | ||
442 | |||
443 | # | ||
444 | # RAM/ROM/Flash chip drivers | ||
445 | # | ||
446 | # CONFIG_MTD_CFI is not set | ||
447 | # CONFIG_MTD_JEDECPROBE is not set | ||
448 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
449 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
450 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
451 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
452 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
453 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
454 | CONFIG_MTD_CFI_I1=y | ||
455 | CONFIG_MTD_CFI_I2=y | ||
456 | # CONFIG_MTD_CFI_I4 is not set | ||
457 | # CONFIG_MTD_CFI_I8 is not set | ||
458 | CONFIG_MTD_RAM=y | ||
459 | # CONFIG_MTD_ROM is not set | ||
460 | # CONFIG_MTD_ABSENT is not set | ||
461 | |||
462 | # | ||
463 | # Mapping drivers for chip access | ||
464 | # | ||
465 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
466 | CONFIG_MTD_UCLINUX=y | ||
467 | # CONFIG_MTD_PLATRAM is not set | ||
468 | |||
469 | # | ||
470 | # Self-contained MTD device drivers | ||
471 | # | ||
472 | # CONFIG_MTD_SLRAM is not set | ||
473 | # CONFIG_MTD_PHRAM is not set | ||
474 | # CONFIG_MTD_MTDRAM is not set | ||
475 | # CONFIG_MTD_BLOCK2MTD is not set | ||
476 | |||
477 | # | ||
478 | # Disk-On-Chip Device Drivers | ||
479 | # | ||
480 | # CONFIG_MTD_DOC2000 is not set | ||
481 | # CONFIG_MTD_DOC2001 is not set | ||
482 | # CONFIG_MTD_DOC2001PLUS is not set | ||
483 | # CONFIG_MTD_NAND is not set | ||
484 | # CONFIG_MTD_ONENAND is not set | ||
485 | |||
486 | # | ||
487 | # UBI - Unsorted block images | ||
488 | # | ||
489 | # CONFIG_MTD_UBI is not set | ||
490 | |||
491 | # | ||
492 | # Parallel port support | ||
493 | # | ||
494 | # CONFIG_PARPORT is not set | ||
495 | |||
496 | # | ||
497 | # Plug and Play support | ||
498 | # | ||
499 | # CONFIG_PNPACPI is not set | ||
500 | |||
501 | # | ||
502 | # Block devices | ||
503 | # | ||
504 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
505 | # CONFIG_BLK_DEV_LOOP is not set | ||
506 | # CONFIG_BLK_DEV_NBD is not set | ||
507 | CONFIG_BLK_DEV_RAM=y | ||
508 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
509 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
510 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
511 | # CONFIG_CDROM_PKTCDVD is not set | ||
512 | # CONFIG_ATA_OVER_ETH is not set | ||
513 | |||
514 | # | ||
515 | # Misc devices | ||
516 | # | ||
517 | # CONFIG_IDE is not set | ||
518 | |||
519 | # | ||
520 | # SCSI device support | ||
521 | # | ||
522 | # CONFIG_RAID_ATTRS is not set | ||
523 | # CONFIG_SCSI is not set | ||
524 | # CONFIG_SCSI_NETLINK is not set | ||
525 | # CONFIG_ATA is not set | ||
526 | |||
527 | # | ||
528 | # Multi-device support (RAID and LVM) | ||
529 | # | ||
530 | # CONFIG_MD is not set | ||
531 | |||
532 | # | ||
533 | # Network device support | ||
534 | # | ||
535 | CONFIG_NETDEVICES=y | ||
536 | # CONFIG_DUMMY is not set | ||
537 | # CONFIG_BONDING is not set | ||
538 | # CONFIG_EQUALIZER is not set | ||
539 | # CONFIG_TUN is not set | ||
540 | # CONFIG_PHYLIB is not set | ||
541 | |||
542 | # | ||
543 | # Ethernet (10 or 100Mbit) | ||
544 | # | ||
545 | CONFIG_NET_ETHERNET=y | ||
546 | CONFIG_MII=y | ||
547 | CONFIG_SMC91X=y | ||
548 | # CONFIG_SMSC911X is not set | ||
549 | # CONFIG_DM9000 is not set | ||
550 | CONFIG_NETDEV_1000=y | ||
551 | # CONFIG_AX88180 is not set | ||
552 | CONFIG_NETDEV_10000=y | ||
553 | |||
554 | # | ||
555 | # Wireless LAN | ||
556 | # | ||
557 | # CONFIG_WLAN_PRE80211 is not set | ||
558 | # CONFIG_WLAN_80211 is not set | ||
559 | # CONFIG_WAN is not set | ||
560 | # CONFIG_PPP is not set | ||
561 | # CONFIG_SLIP is not set | ||
562 | # CONFIG_SHAPER is not set | ||
563 | # CONFIG_NETCONSOLE is not set | ||
564 | # CONFIG_NETPOLL is not set | ||
565 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
566 | |||
567 | # | ||
568 | # ISDN subsystem | ||
569 | # | ||
570 | # CONFIG_ISDN is not set | ||
571 | |||
572 | # | ||
573 | # Telephony Support | ||
574 | # | ||
575 | # CONFIG_PHONE is not set | ||
576 | |||
577 | # | ||
578 | # Input device support | ||
579 | # | ||
580 | # CONFIG_INPUT is not set | ||
581 | |||
582 | # | ||
583 | # Hardware I/O ports | ||
584 | # | ||
585 | # CONFIG_SERIO is not set | ||
586 | # CONFIG_GAMEPORT is not set | ||
587 | |||
588 | # | ||
589 | # Character devices | ||
590 | # | ||
591 | # CONFIG_AD9960 is not set | ||
592 | # CONFIG_SPI_ADC_BF533 is not set | ||
593 | # CONFIG_BF5xx_PFLAGS is not set | ||
594 | # CONFIG_BF5xx_PPIFCD is not set | ||
595 | # CONFIG_BFIN_SIMPLE_TIMER is not set | ||
596 | # CONFIG_BF5xx_PPI is not set | ||
597 | CONFIG_BFIN_SPORT=y | ||
598 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
599 | # CONFIG_VT is not set | ||
600 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
601 | |||
602 | # | ||
603 | # Serial drivers | ||
604 | # | ||
605 | # CONFIG_SERIAL_8250 is not set | ||
606 | |||
607 | # | ||
608 | # Non-8250 serial port support | ||
609 | # | ||
610 | CONFIG_SERIAL_BFIN=y | ||
611 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
612 | CONFIG_SERIAL_BFIN_DMA=y | ||
613 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
614 | CONFIG_SERIAL_BFIN_UART0=y | ||
615 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
616 | CONFIG_SERIAL_CORE=y | ||
617 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
618 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
619 | CONFIG_UNIX98_PTYS=y | ||
620 | CONFIG_LEGACY_PTYS=y | ||
621 | CONFIG_LEGACY_PTY_COUNT=256 | ||
622 | |||
623 | # | ||
624 | # CAN, the car bus and industrial fieldbus | ||
625 | # | ||
626 | # CONFIG_CAN4LINUX is not set | ||
627 | |||
628 | # | ||
629 | # IPMI | ||
630 | # | ||
631 | # CONFIG_IPMI_HANDLER is not set | ||
632 | # CONFIG_WATCHDOG is not set | ||
633 | # CONFIG_HW_RANDOM is not set | ||
634 | # CONFIG_GEN_RTC is not set | ||
635 | # CONFIG_R3964 is not set | ||
636 | # CONFIG_RAW_DRIVER is not set | ||
637 | |||
638 | # | ||
639 | # TPM devices | ||
640 | # | ||
641 | # CONFIG_TCG_TPM is not set | ||
642 | # CONFIG_I2C is not set | ||
643 | |||
644 | # | ||
645 | # SPI support | ||
646 | # | ||
647 | # CONFIG_SPI is not set | ||
648 | # CONFIG_SPI_MASTER is not set | ||
649 | |||
650 | # | ||
651 | # Dallas's 1-wire bus | ||
652 | # | ||
653 | # CONFIG_W1 is not set | ||
654 | CONFIG_HWMON=y | ||
655 | # CONFIG_HWMON_VID is not set | ||
656 | # CONFIG_SENSORS_ABITUGURU is not set | ||
657 | # CONFIG_SENSORS_F71805F is not set | ||
658 | # CONFIG_SENSORS_PC87427 is not set | ||
659 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
660 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
661 | # CONFIG_SENSORS_VT1211 is not set | ||
662 | # CONFIG_SENSORS_W83627HF is not set | ||
663 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
664 | |||
665 | # | ||
666 | # Multifunction device drivers | ||
667 | # | ||
668 | # CONFIG_MFD_SM501 is not set | ||
669 | |||
670 | # | ||
671 | # Multimedia devices | ||
672 | # | ||
673 | # CONFIG_VIDEO_DEV is not set | ||
674 | # CONFIG_DVB_CORE is not set | ||
675 | CONFIG_DAB=y | ||
676 | |||
677 | # | ||
678 | # Graphics support | ||
679 | # | ||
680 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
681 | |||
682 | # | ||
683 | # Display device support | ||
684 | # | ||
685 | # CONFIG_DISPLAY_SUPPORT is not set | ||
686 | # CONFIG_VGASTATE is not set | ||
687 | # CONFIG_FB is not set | ||
688 | |||
689 | # | ||
690 | # Sound | ||
691 | # | ||
692 | # CONFIG_SOUND is not set | ||
693 | |||
694 | # | ||
695 | # USB support | ||
696 | # | ||
697 | CONFIG_USB_ARCH_HAS_HCD=y | ||
698 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
699 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
700 | # CONFIG_USB is not set | ||
701 | |||
702 | # | ||
703 | # Enable Host or Gadget support to see Inventra options | ||
704 | # | ||
705 | |||
706 | # | ||
707 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
708 | # | ||
709 | |||
710 | # | ||
711 | # USB Gadget Support | ||
712 | # | ||
713 | # CONFIG_USB_GADGET is not set | ||
714 | # CONFIG_MMC is not set | ||
715 | |||
716 | # | ||
717 | # LED devices | ||
718 | # | ||
719 | # CONFIG_NEW_LEDS is not set | ||
720 | |||
721 | # | ||
722 | # LED drivers | ||
723 | # | ||
724 | |||
725 | # | ||
726 | # LED Triggers | ||
727 | # | ||
728 | |||
729 | # | ||
730 | # InfiniBand support | ||
731 | # | ||
732 | |||
733 | # | ||
734 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
735 | # | ||
736 | |||
737 | # | ||
738 | # Real Time Clock | ||
739 | # | ||
740 | # CONFIG_RTC_CLASS is not set | ||
741 | |||
742 | # | ||
743 | # DMA Engine support | ||
744 | # | ||
745 | # CONFIG_DMA_ENGINE is not set | ||
746 | |||
747 | # | ||
748 | # DMA Clients | ||
749 | # | ||
750 | |||
751 | # | ||
752 | # DMA Devices | ||
753 | # | ||
754 | |||
755 | # | ||
756 | # PBX support | ||
757 | # | ||
758 | # CONFIG_PBX is not set | ||
759 | |||
760 | # | ||
761 | # File systems | ||
762 | # | ||
763 | CONFIG_EXT2_FS=y | ||
764 | CONFIG_EXT2_FS_XATTR=y | ||
765 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
766 | # CONFIG_EXT2_FS_SECURITY is not set | ||
767 | # CONFIG_EXT3_FS is not set | ||
768 | # CONFIG_EXT4DEV_FS is not set | ||
769 | CONFIG_FS_MBCACHE=y | ||
770 | # CONFIG_REISERFS_FS is not set | ||
771 | # CONFIG_JFS_FS is not set | ||
772 | # CONFIG_FS_POSIX_ACL is not set | ||
773 | # CONFIG_XFS_FS is not set | ||
774 | # CONFIG_GFS2_FS is not set | ||
775 | # CONFIG_OCFS2_FS is not set | ||
776 | # CONFIG_MINIX_FS is not set | ||
777 | # CONFIG_ROMFS_FS is not set | ||
778 | CONFIG_INOTIFY=y | ||
779 | CONFIG_INOTIFY_USER=y | ||
780 | # CONFIG_QUOTA is not set | ||
781 | CONFIG_DNOTIFY=y | ||
782 | # CONFIG_AUTOFS_FS is not set | ||
783 | # CONFIG_AUTOFS4_FS is not set | ||
784 | # CONFIG_FUSE_FS is not set | ||
785 | |||
786 | # | ||
787 | # CD-ROM/DVD Filesystems | ||
788 | # | ||
789 | # CONFIG_ISO9660_FS is not set | ||
790 | # CONFIG_UDF_FS is not set | ||
791 | |||
792 | # | ||
793 | # DOS/FAT/NT Filesystems | ||
794 | # | ||
795 | # CONFIG_MSDOS_FS is not set | ||
796 | # CONFIG_VFAT_FS is not set | ||
797 | # CONFIG_NTFS_FS is not set | ||
798 | |||
799 | # | ||
800 | # Pseudo filesystems | ||
801 | # | ||
802 | CONFIG_PROC_FS=y | ||
803 | CONFIG_PROC_SYSCTL=y | ||
804 | CONFIG_SYSFS=y | ||
805 | # CONFIG_TMPFS is not set | ||
806 | # CONFIG_HUGETLB_PAGE is not set | ||
807 | CONFIG_RAMFS=y | ||
808 | # CONFIG_CONFIGFS_FS is not set | ||
809 | |||
810 | # | ||
811 | # Miscellaneous filesystems | ||
812 | # | ||
813 | # CONFIG_ADFS_FS is not set | ||
814 | # CONFIG_AFFS_FS is not set | ||
815 | # CONFIG_HFS_FS is not set | ||
816 | # CONFIG_HFSPLUS_FS is not set | ||
817 | # CONFIG_BEFS_FS is not set | ||
818 | # CONFIG_BFS_FS is not set | ||
819 | # CONFIG_EFS_FS is not set | ||
820 | # CONFIG_YAFFS_FS is not set | ||
821 | # CONFIG_JFFS2_FS is not set | ||
822 | # CONFIG_CRAMFS is not set | ||
823 | # CONFIG_VXFS_FS is not set | ||
824 | # CONFIG_HPFS_FS is not set | ||
825 | # CONFIG_QNX4FS_FS is not set | ||
826 | # CONFIG_SYSV_FS is not set | ||
827 | # CONFIG_UFS_FS is not set | ||
828 | |||
829 | # | ||
830 | # Network File Systems | ||
831 | # | ||
832 | # CONFIG_NFS_FS is not set | ||
833 | # CONFIG_NFSD is not set | ||
834 | # CONFIG_SMB_FS is not set | ||
835 | # CONFIG_CIFS is not set | ||
836 | # CONFIG_NCP_FS is not set | ||
837 | # CONFIG_CODA_FS is not set | ||
838 | # CONFIG_AFS_FS is not set | ||
839 | # CONFIG_9P_FS is not set | ||
840 | |||
841 | # | ||
842 | # Partition Types | ||
843 | # | ||
844 | # CONFIG_PARTITION_ADVANCED is not set | ||
845 | CONFIG_MSDOS_PARTITION=y | ||
846 | |||
847 | # | ||
848 | # Native Language Support | ||
849 | # | ||
850 | # CONFIG_NLS is not set | ||
851 | |||
852 | # | ||
853 | # Distributed Lock Manager | ||
854 | # | ||
855 | # CONFIG_DLM is not set | ||
856 | |||
857 | # | ||
858 | # Profiling support | ||
859 | # | ||
860 | # CONFIG_PROFILING is not set | ||
861 | |||
862 | # | ||
863 | # Kernel hacking | ||
864 | # | ||
865 | # CONFIG_PRINTK_TIME is not set | ||
866 | CONFIG_ENABLE_MUST_CHECK=y | ||
867 | # CONFIG_MAGIC_SYSRQ is not set | ||
868 | # CONFIG_UNUSED_SYMBOLS is not set | ||
869 | # CONFIG_DEBUG_FS is not set | ||
870 | # CONFIG_HEADERS_CHECK is not set | ||
871 | # CONFIG_DEBUG_KERNEL is not set | ||
872 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
873 | # CONFIG_DEBUG_MMRS is not set | ||
874 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
875 | CONFIG_DEBUG_BFIN_HWTRACE_ON=y | ||
876 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y | ||
877 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE is not set | ||
878 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_TWO is not set | ||
879 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION=0 | ||
880 | # CONFIG_DEBUG_BFIN_HWTRACE_EXPAND is not set | ||
881 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
882 | # CONFIG_EARLY_PRINTK is not set | ||
883 | CONFIG_CPLB_INFO=y | ||
884 | CONFIG_ACCESS_CHECK=y | ||
885 | |||
886 | # | ||
887 | # Security options | ||
888 | # | ||
889 | # CONFIG_KEYS is not set | ||
890 | CONFIG_SECURITY=y | ||
891 | # CONFIG_SECURITY_NETWORK is not set | ||
892 | CONFIG_SECURITY_CAPABILITIES=y | ||
893 | |||
894 | # | ||
895 | # Cryptographic options | ||
896 | # | ||
897 | # CONFIG_CRYPTO is not set | ||
898 | |||
899 | # | ||
900 | # Library routines | ||
901 | # | ||
902 | CONFIG_BITREVERSE=y | ||
903 | CONFIG_CRC_CCITT=m | ||
904 | # CONFIG_CRC16 is not set | ||
905 | # CONFIG_CRC_ITU_T is not set | ||
906 | CONFIG_CRC32=y | ||
907 | # CONFIG_LIBCRC32C is not set | ||
908 | CONFIG_ZLIB_INFLATE=y | ||
909 | CONFIG_PLIST=y | ||
910 | CONFIG_HAS_IOMEM=y | ||
911 | CONFIG_HAS_IOPORT=y | ||
912 | CONFIG_HAS_DMA=y | ||