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-BF537U_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-BF537U_defconfig')
-rw-r--r-- | arch/blackfin/configs/CM-BF537U_defconfig | 940 |
1 files changed, 940 insertions, 0 deletions
diff --git a/arch/blackfin/configs/CM-BF537U_defconfig b/arch/blackfin/configs/CM-BF537U_defconfig new file mode 100644 index 000000000000..37108e85af05 --- /dev/null +++ b/arch/blackfin/configs/CM-BF537U_defconfig | |||
@@ -0,0 +1,940 @@ | |||
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 is not set | ||
124 | # CONFIG_BF534 is not set | ||
125 | # CONFIG_BF536 is not set | ||
126 | CONFIG_BF537=y | ||
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=y | ||
136 | # CONFIG_BF_REV_0_3 is not set | ||
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_IRQ_PLL_WAKEUP=7 | ||
145 | CONFIG_IRQ_RTC=8 | ||
146 | CONFIG_IRQ_PPI=8 | ||
147 | CONFIG_IRQ_SPORT0_RX=9 | ||
148 | CONFIG_IRQ_SPORT0_TX=9 | ||
149 | CONFIG_IRQ_SPORT1_RX=9 | ||
150 | CONFIG_IRQ_SPORT1_TX=9 | ||
151 | CONFIG_IRQ_TWI=10 | ||
152 | CONFIG_IRQ_SPI=10 | ||
153 | CONFIG_IRQ_UART0_RX=10 | ||
154 | CONFIG_IRQ_UART0_TX=10 | ||
155 | CONFIG_IRQ_UART1_RX=10 | ||
156 | CONFIG_IRQ_UART1_TX=10 | ||
157 | CONFIG_IRQ_MAC_RX=11 | ||
158 | CONFIG_IRQ_MAC_TX=11 | ||
159 | CONFIG_IRQ_TMR0=12 | ||
160 | CONFIG_IRQ_TMR1=12 | ||
161 | CONFIG_IRQ_TMR2=12 | ||
162 | CONFIG_IRQ_TMR3=12 | ||
163 | CONFIG_IRQ_TMR4=12 | ||
164 | CONFIG_IRQ_TMR5=12 | ||
165 | CONFIG_IRQ_TMR6=12 | ||
166 | CONFIG_IRQ_TMR7=12 | ||
167 | CONFIG_IRQ_PORTG_INTB=12 | ||
168 | CONFIG_IRQ_MEM_DMA0=13 | ||
169 | CONFIG_IRQ_MEM_DMA1=13 | ||
170 | CONFIG_IRQ_WATCH=13 | ||
171 | # CONFIG_BFIN537_STAMP is not set | ||
172 | CONFIG_BFIN537_BLUETECHNIX_CM=y | ||
173 | # CONFIG_PNAV10 is not set | ||
174 | # CONFIG_CAMSIG_MINOTAUR is not set | ||
175 | # CONFIG_GENERIC_BF537_BOARD is not set | ||
176 | |||
177 | # | ||
178 | # BF537 Specific Configuration | ||
179 | # | ||
180 | |||
181 | # | ||
182 | # Interrupt Priority Assignment | ||
183 | # | ||
184 | |||
185 | # | ||
186 | # Priority | ||
187 | # | ||
188 | CONFIG_IRQ_DMA_ERROR=7 | ||
189 | CONFIG_IRQ_ERROR=7 | ||
190 | CONFIG_IRQ_CAN_RX=11 | ||
191 | CONFIG_IRQ_CAN_TX=11 | ||
192 | CONFIG_IRQ_PROG_INTA=12 | ||
193 | |||
194 | # | ||
195 | # Board customizations | ||
196 | # | ||
197 | # CONFIG_CMDLINE_BOOL is not set | ||
198 | |||
199 | # | ||
200 | # Clock/PLL Setup | ||
201 | # | ||
202 | CONFIG_CLKIN_HZ=30000000 | ||
203 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
204 | CONFIG_MAX_VCO_HZ=600000000 | ||
205 | CONFIG_MIN_VCO_HZ=50000000 | ||
206 | CONFIG_MAX_SCLK_HZ=133333333 | ||
207 | CONFIG_MIN_SCLK_HZ=27000000 | ||
208 | |||
209 | # | ||
210 | # Kernel Timer/Scheduler | ||
211 | # | ||
212 | # CONFIG_HZ_100 is not set | ||
213 | CONFIG_HZ_250=y | ||
214 | # CONFIG_HZ_300 is not set | ||
215 | # CONFIG_HZ_1000 is not set | ||
216 | CONFIG_HZ=250 | ||
217 | |||
218 | # | ||
219 | # Memory Setup | ||
220 | # | ||
221 | CONFIG_MEM_SIZE=32 | ||
222 | CONFIG_MEM_ADD_WIDTH=9 | ||
223 | CONFIG_BOOT_LOAD=0x1000 | ||
224 | CONFIG_BFIN_SCRATCH_REG_RETN=y | ||
225 | # CONFIG_BFIN_SCRATCH_REG_RETE is not set | ||
226 | # CONFIG_BFIN_SCRATCH_REG_CYCLES is not set | ||
227 | |||
228 | # | ||
229 | # Blackfin Kernel Optimizations | ||
230 | # | ||
231 | |||
232 | # | ||
233 | # Memory Optimizations | ||
234 | # | ||
235 | CONFIG_I_ENTRY_L1=y | ||
236 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
237 | CONFIG_DO_IRQ_L1=y | ||
238 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
239 | CONFIG_IDLE_L1=y | ||
240 | CONFIG_SCHEDULE_L1=y | ||
241 | CONFIG_ARITHMETIC_OPS_L1=y | ||
242 | CONFIG_ACCESS_OK_L1=y | ||
243 | CONFIG_MEMSET_L1=y | ||
244 | CONFIG_MEMCPY_L1=y | ||
245 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
246 | CONFIG_IP_CHECKSUM_L1=y | ||
247 | CONFIG_CACHELINE_ALIGNED_L1=y | ||
248 | CONFIG_SYSCALL_TAB_L1=y | ||
249 | CONFIG_CPLB_SWITCH_TAB_L1=y | ||
250 | CONFIG_RAMKERNEL=y | ||
251 | # CONFIG_ROMKERNEL is not set | ||
252 | CONFIG_SELECT_MEMORY_MODEL=y | ||
253 | CONFIG_FLATMEM_MANUAL=y | ||
254 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
255 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
256 | CONFIG_FLATMEM=y | ||
257 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
258 | # CONFIG_SPARSEMEM_STATIC is not set | ||
259 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
260 | # CONFIG_RESOURCES_64BIT is not set | ||
261 | CONFIG_ZONE_DMA_FLAG=1 | ||
262 | CONFIG_LARGE_ALLOCS=y | ||
263 | # CONFIG_BFIN_GPTIMERS is not set | ||
264 | CONFIG_BFIN_DMA_5XX=y | ||
265 | # CONFIG_DMA_UNCACHED_2M is not set | ||
266 | CONFIG_DMA_UNCACHED_1M=y | ||
267 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
268 | |||
269 | # | ||
270 | # Cache Support | ||
271 | # | ||
272 | CONFIG_BFIN_ICACHE=y | ||
273 | CONFIG_BFIN_DCACHE=y | ||
274 | # CONFIG_BFIN_DCACHE_BANKA is not set | ||
275 | # CONFIG_BFIN_ICACHE_LOCK is not set | ||
276 | CONFIG_BFIN_WB=y | ||
277 | # CONFIG_BFIN_WT is not set | ||
278 | CONFIG_L1_MAX_PIECE=16 | ||
279 | # CONFIG_MPU is not set | ||
280 | |||
281 | # | ||
282 | # Asynchonous Memory Configuration | ||
283 | # | ||
284 | |||
285 | # | ||
286 | # EBIU_AMGCTL Global Control | ||
287 | # | ||
288 | CONFIG_C_AMCKEN=y | ||
289 | CONFIG_C_CDPRIO=y | ||
290 | # CONFIG_C_AMBEN is not set | ||
291 | # CONFIG_C_AMBEN_B0 is not set | ||
292 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
293 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
294 | CONFIG_C_AMBEN_ALL=y | ||
295 | |||
296 | # | ||
297 | # EBIU_AMBCTL Control | ||
298 | # | ||
299 | CONFIG_BANK_0=0x7BB0 | ||
300 | CONFIG_BANK_1=0x7BB0 | ||
301 | CONFIG_BANK_2=0xFFC3 | ||
302 | CONFIG_BANK_3=0xFFC3 | ||
303 | |||
304 | # | ||
305 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
306 | # | ||
307 | # CONFIG_PCI is not set | ||
308 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
309 | |||
310 | # | ||
311 | # PCCARD (PCMCIA/CardBus) support | ||
312 | # | ||
313 | |||
314 | # | ||
315 | # Executable file formats | ||
316 | # | ||
317 | CONFIG_BINFMT_ELF_FDPIC=y | ||
318 | CONFIG_BINFMT_FLAT=y | ||
319 | CONFIG_BINFMT_ZFLAT=y | ||
320 | CONFIG_BINFMT_SHARED_FLAT=y | ||
321 | # CONFIG_BINFMT_MISC is not set | ||
322 | |||
323 | # | ||
324 | # Power management options | ||
325 | # | ||
326 | # CONFIG_PM is not set | ||
327 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
328 | |||
329 | # | ||
330 | # CPU Frequency scaling | ||
331 | # | ||
332 | # CONFIG_CPU_FREQ is not set | ||
333 | |||
334 | # | ||
335 | # Networking | ||
336 | # | ||
337 | CONFIG_NET=y | ||
338 | |||
339 | # | ||
340 | # Networking options | ||
341 | # | ||
342 | CONFIG_PACKET=y | ||
343 | # CONFIG_PACKET_MMAP is not set | ||
344 | CONFIG_UNIX=y | ||
345 | CONFIG_XFRM=y | ||
346 | # CONFIG_XFRM_USER is not set | ||
347 | # CONFIG_XFRM_SUB_POLICY is not set | ||
348 | # CONFIG_XFRM_MIGRATE is not set | ||
349 | # CONFIG_NET_KEY is not set | ||
350 | CONFIG_INET=y | ||
351 | # CONFIG_IP_MULTICAST is not set | ||
352 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
353 | CONFIG_IP_FIB_HASH=y | ||
354 | # CONFIG_IP_PNP is not set | ||
355 | # CONFIG_NET_IPIP is not set | ||
356 | # CONFIG_NET_IPGRE is not set | ||
357 | # CONFIG_ARPD is not set | ||
358 | CONFIG_SYN_COOKIES=y | ||
359 | # CONFIG_INET_AH is not set | ||
360 | # CONFIG_INET_ESP is not set | ||
361 | # CONFIG_INET_IPCOMP is not set | ||
362 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
363 | # CONFIG_INET_TUNNEL is not set | ||
364 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
365 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
366 | CONFIG_INET_XFRM_MODE_BEET=y | ||
367 | CONFIG_INET_DIAG=y | ||
368 | CONFIG_INET_TCP_DIAG=y | ||
369 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
370 | CONFIG_TCP_CONG_CUBIC=y | ||
371 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
372 | # CONFIG_TCP_MD5SIG is not set | ||
373 | # CONFIG_IPV6 is not set | ||
374 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
375 | # CONFIG_INET6_TUNNEL is not set | ||
376 | # CONFIG_NETLABEL is not set | ||
377 | # CONFIG_NETWORK_SECMARK is not set | ||
378 | # CONFIG_NETFILTER is not set | ||
379 | # CONFIG_IP_DCCP is not set | ||
380 | # CONFIG_IP_SCTP is not set | ||
381 | # CONFIG_TIPC is not set | ||
382 | # CONFIG_ATM is not set | ||
383 | # CONFIG_BRIDGE is not set | ||
384 | # CONFIG_VLAN_8021Q is not set | ||
385 | # CONFIG_DECNET is not set | ||
386 | # CONFIG_LLC2 is not set | ||
387 | # CONFIG_IPX is not set | ||
388 | # CONFIG_ATALK is not set | ||
389 | # CONFIG_X25 is not set | ||
390 | # CONFIG_LAPB is not set | ||
391 | # CONFIG_ECONET is not set | ||
392 | # CONFIG_WAN_ROUTER is not set | ||
393 | |||
394 | # | ||
395 | # QoS and/or fair queueing | ||
396 | # | ||
397 | # CONFIG_NET_SCHED is not set | ||
398 | |||
399 | # | ||
400 | # Network testing | ||
401 | # | ||
402 | # CONFIG_NET_PKTGEN is not set | ||
403 | # CONFIG_HAMRADIO is not set | ||
404 | # CONFIG_IRDA is not set | ||
405 | # CONFIG_BT is not set | ||
406 | # CONFIG_AF_RXRPC is not set | ||
407 | |||
408 | # | ||
409 | # Wireless | ||
410 | # | ||
411 | # CONFIG_CFG80211 is not set | ||
412 | # CONFIG_WIRELESS_EXT is not set | ||
413 | # CONFIG_MAC80211 is not set | ||
414 | # CONFIG_IEEE80211 is not set | ||
415 | # CONFIG_RFKILL is not set | ||
416 | |||
417 | # | ||
418 | # Device Drivers | ||
419 | # | ||
420 | |||
421 | # | ||
422 | # Generic Driver Options | ||
423 | # | ||
424 | CONFIG_STANDALONE=y | ||
425 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
426 | # CONFIG_SYS_HYPERVISOR is not set | ||
427 | |||
428 | # | ||
429 | # Connector - unified userspace <-> kernelspace linker | ||
430 | # | ||
431 | # CONFIG_CONNECTOR is not set | ||
432 | CONFIG_MTD=y | ||
433 | # CONFIG_MTD_DEBUG is not set | ||
434 | # CONFIG_MTD_CONCAT is not set | ||
435 | CONFIG_MTD_PARTITIONS=y | ||
436 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
437 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
438 | |||
439 | # | ||
440 | # User Modules And Translation Layers | ||
441 | # | ||
442 | CONFIG_MTD_CHAR=y | ||
443 | CONFIG_MTD_BLKDEVS=y | ||
444 | CONFIG_MTD_BLOCK=y | ||
445 | # CONFIG_FTL is not set | ||
446 | # CONFIG_NFTL is not set | ||
447 | # CONFIG_INFTL is not set | ||
448 | # CONFIG_RFD_FTL is not set | ||
449 | # CONFIG_SSFDC is not set | ||
450 | |||
451 | # | ||
452 | # RAM/ROM/Flash chip drivers | ||
453 | # | ||
454 | # CONFIG_MTD_CFI is not set | ||
455 | # CONFIG_MTD_JEDECPROBE is not set | ||
456 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
457 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
458 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
459 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
460 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
461 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
462 | CONFIG_MTD_CFI_I1=y | ||
463 | CONFIG_MTD_CFI_I2=y | ||
464 | # CONFIG_MTD_CFI_I4 is not set | ||
465 | # CONFIG_MTD_CFI_I8 is not set | ||
466 | CONFIG_MTD_RAM=y | ||
467 | # CONFIG_MTD_ROM is not set | ||
468 | # CONFIG_MTD_ABSENT is not set | ||
469 | |||
470 | # | ||
471 | # Mapping drivers for chip access | ||
472 | # | ||
473 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
474 | CONFIG_MTD_UCLINUX=y | ||
475 | # CONFIG_MTD_PLATRAM is not set | ||
476 | |||
477 | # | ||
478 | # Self-contained MTD device drivers | ||
479 | # | ||
480 | # CONFIG_MTD_SLRAM is not set | ||
481 | # CONFIG_MTD_PHRAM is not set | ||
482 | # CONFIG_MTD_MTDRAM is not set | ||
483 | # CONFIG_MTD_BLOCK2MTD is not set | ||
484 | |||
485 | # | ||
486 | # Disk-On-Chip Device Drivers | ||
487 | # | ||
488 | # CONFIG_MTD_DOC2000 is not set | ||
489 | # CONFIG_MTD_DOC2001 is not set | ||
490 | # CONFIG_MTD_DOC2001PLUS is not set | ||
491 | # CONFIG_MTD_NAND is not set | ||
492 | # CONFIG_MTD_ONENAND is not set | ||
493 | |||
494 | # | ||
495 | # UBI - Unsorted block images | ||
496 | # | ||
497 | # CONFIG_MTD_UBI is not set | ||
498 | |||
499 | # | ||
500 | # Parallel port support | ||
501 | # | ||
502 | # CONFIG_PARPORT is not set | ||
503 | |||
504 | # | ||
505 | # Plug and Play support | ||
506 | # | ||
507 | # CONFIG_PNPACPI is not set | ||
508 | |||
509 | # | ||
510 | # Block devices | ||
511 | # | ||
512 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
513 | # CONFIG_BLK_DEV_LOOP is not set | ||
514 | # CONFIG_BLK_DEV_NBD is not set | ||
515 | CONFIG_BLK_DEV_RAM=y | ||
516 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
517 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
518 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
519 | # CONFIG_CDROM_PKTCDVD is not set | ||
520 | # CONFIG_ATA_OVER_ETH is not set | ||
521 | |||
522 | # | ||
523 | # Misc devices | ||
524 | # | ||
525 | # CONFIG_IDE is not set | ||
526 | |||
527 | # | ||
528 | # SCSI device support | ||
529 | # | ||
530 | # CONFIG_RAID_ATTRS is not set | ||
531 | # CONFIG_SCSI is not set | ||
532 | # CONFIG_SCSI_NETLINK is not set | ||
533 | # CONFIG_ATA is not set | ||
534 | |||
535 | # | ||
536 | # Multi-device support (RAID and LVM) | ||
537 | # | ||
538 | # CONFIG_MD is not set | ||
539 | |||
540 | # | ||
541 | # Network device support | ||
542 | # | ||
543 | CONFIG_NETDEVICES=y | ||
544 | # CONFIG_DUMMY is not set | ||
545 | # CONFIG_BONDING is not set | ||
546 | # CONFIG_EQUALIZER is not set | ||
547 | # CONFIG_TUN is not set | ||
548 | # CONFIG_PHYLIB is not set | ||
549 | |||
550 | # | ||
551 | # Ethernet (10 or 100Mbit) | ||
552 | # | ||
553 | CONFIG_NET_ETHERNET=y | ||
554 | CONFIG_MII=y | ||
555 | CONFIG_SMC91X=y | ||
556 | # CONFIG_BFIN_MAC is not set | ||
557 | # CONFIG_SMSC911X is not set | ||
558 | # CONFIG_DM9000 is not set | ||
559 | CONFIG_NETDEV_1000=y | ||
560 | # CONFIG_AX88180 is not set | ||
561 | CONFIG_NETDEV_10000=y | ||
562 | |||
563 | # | ||
564 | # Wireless LAN | ||
565 | # | ||
566 | # CONFIG_WLAN_PRE80211 is not set | ||
567 | # CONFIG_WLAN_80211 is not set | ||
568 | # CONFIG_WAN is not set | ||
569 | # CONFIG_PPP is not set | ||
570 | # CONFIG_SLIP is not set | ||
571 | # CONFIG_SHAPER is not set | ||
572 | # CONFIG_NETCONSOLE is not set | ||
573 | # CONFIG_NETPOLL is not set | ||
574 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
575 | |||
576 | # | ||
577 | # ISDN subsystem | ||
578 | # | ||
579 | # CONFIG_ISDN is not set | ||
580 | |||
581 | # | ||
582 | # Telephony Support | ||
583 | # | ||
584 | # CONFIG_PHONE is not set | ||
585 | |||
586 | # | ||
587 | # Input device support | ||
588 | # | ||
589 | # CONFIG_INPUT is not set | ||
590 | |||
591 | # | ||
592 | # Hardware I/O ports | ||
593 | # | ||
594 | # CONFIG_SERIO is not set | ||
595 | # CONFIG_GAMEPORT is not set | ||
596 | |||
597 | # | ||
598 | # Character devices | ||
599 | # | ||
600 | # CONFIG_AD9960 is not set | ||
601 | # CONFIG_SPI_ADC_BF533 is not set | ||
602 | # CONFIG_BF5xx_PFLAGS is not set | ||
603 | # CONFIG_BF5xx_PPIFCD is not set | ||
604 | # CONFIG_BFIN_SIMPLE_TIMER is not set | ||
605 | # CONFIG_BF5xx_PPI is not set | ||
606 | CONFIG_BFIN_SPORT=y | ||
607 | # CONFIG_BFIN_TIMER_LATENCY is not set | ||
608 | # CONFIG_VT is not set | ||
609 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
610 | |||
611 | # | ||
612 | # Serial drivers | ||
613 | # | ||
614 | # CONFIG_SERIAL_8250 is not set | ||
615 | |||
616 | # | ||
617 | # Non-8250 serial port support | ||
618 | # | ||
619 | CONFIG_SERIAL_BFIN=y | ||
620 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
621 | CONFIG_SERIAL_BFIN_DMA=y | ||
622 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
623 | CONFIG_SERIAL_BFIN_UART0=y | ||
624 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
625 | CONFIG_SERIAL_BFIN_UART1=y | ||
626 | # CONFIG_BFIN_UART1_CTSRTS is not set | ||
627 | CONFIG_SERIAL_CORE=y | ||
628 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
629 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
630 | CONFIG_UNIX98_PTYS=y | ||
631 | CONFIG_LEGACY_PTYS=y | ||
632 | CONFIG_LEGACY_PTY_COUNT=256 | ||
633 | |||
634 | # | ||
635 | # CAN, the car bus and industrial fieldbus | ||
636 | # | ||
637 | # CONFIG_CAN4LINUX is not set | ||
638 | |||
639 | # | ||
640 | # IPMI | ||
641 | # | ||
642 | # CONFIG_IPMI_HANDLER is not set | ||
643 | # CONFIG_WATCHDOG is not set | ||
644 | # CONFIG_HW_RANDOM is not set | ||
645 | # CONFIG_GEN_RTC is not set | ||
646 | # CONFIG_R3964 is not set | ||
647 | # CONFIG_RAW_DRIVER is not set | ||
648 | |||
649 | # | ||
650 | # TPM devices | ||
651 | # | ||
652 | # CONFIG_TCG_TPM is not set | ||
653 | # CONFIG_I2C is not set | ||
654 | |||
655 | # | ||
656 | # SPI support | ||
657 | # | ||
658 | # CONFIG_SPI is not set | ||
659 | # CONFIG_SPI_MASTER is not set | ||
660 | |||
661 | # | ||
662 | # Dallas's 1-wire bus | ||
663 | # | ||
664 | # CONFIG_W1 is not set | ||
665 | CONFIG_HWMON=y | ||
666 | # CONFIG_HWMON_VID is not set | ||
667 | # CONFIG_SENSORS_ABITUGURU is not set | ||
668 | # CONFIG_SENSORS_F71805F is not set | ||
669 | # CONFIG_SENSORS_PC87427 is not set | ||
670 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
671 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
672 | # CONFIG_SENSORS_VT1211 is not set | ||
673 | # CONFIG_SENSORS_W83627HF is not set | ||
674 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
675 | |||
676 | # | ||
677 | # Multifunction device drivers | ||
678 | # | ||
679 | # CONFIG_MFD_SM501 is not set | ||
680 | |||
681 | # | ||
682 | # Multimedia devices | ||
683 | # | ||
684 | # CONFIG_VIDEO_DEV is not set | ||
685 | # CONFIG_DVB_CORE is not set | ||
686 | CONFIG_DAB=y | ||
687 | |||
688 | # | ||
689 | # Graphics support | ||
690 | # | ||
691 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
692 | |||
693 | # | ||
694 | # Display device support | ||
695 | # | ||
696 | # CONFIG_DISPLAY_SUPPORT is not set | ||
697 | # CONFIG_VGASTATE is not set | ||
698 | # CONFIG_FB is not set | ||
699 | |||
700 | # | ||
701 | # Sound | ||
702 | # | ||
703 | # CONFIG_SOUND is not set | ||
704 | |||
705 | # | ||
706 | # USB support | ||
707 | # | ||
708 | CONFIG_USB_ARCH_HAS_HCD=y | ||
709 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
710 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
711 | # CONFIG_USB is not set | ||
712 | # CONFIG_USB_MUSB_HDRC is not set | ||
713 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
714 | |||
715 | # | ||
716 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
717 | # | ||
718 | |||
719 | # | ||
720 | # USB Gadget Support | ||
721 | # | ||
722 | CONFIG_USB_GADGET=y | ||
723 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
724 | CONFIG_USB_GADGET_SELECTED=y | ||
725 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
726 | CONFIG_USB_GADGET_NET2272=y | ||
727 | CONFIG_USB_NET2272=y | ||
728 | # CONFIG_USB_GADGET_NET2280 is not set | ||
729 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
730 | # CONFIG_USB_GADGET_GOKU is not set | ||
731 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
732 | # CONFIG_USB_GADGET_OMAP is not set | ||
733 | # CONFIG_USB_GADGET_AT91 is not set | ||
734 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
735 | CONFIG_USB_GADGET_DUALSPEED=y | ||
736 | # CONFIG_USB_ZERO is not set | ||
737 | # CONFIG_USB_ETH is not set | ||
738 | # CONFIG_USB_GADGETFS is not set | ||
739 | # CONFIG_USB_FILE_STORAGE is not set | ||
740 | # CONFIG_USB_G_SERIAL is not set | ||
741 | # CONFIG_USB_MIDI_GADGET is not set | ||
742 | # CONFIG_MMC is not set | ||
743 | |||
744 | # | ||
745 | # LED devices | ||
746 | # | ||
747 | # CONFIG_NEW_LEDS is not set | ||
748 | |||
749 | # | ||
750 | # LED drivers | ||
751 | # | ||
752 | |||
753 | # | ||
754 | # LED Triggers | ||
755 | # | ||
756 | |||
757 | # | ||
758 | # InfiniBand support | ||
759 | # | ||
760 | |||
761 | # | ||
762 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
763 | # | ||
764 | |||
765 | # | ||
766 | # Real Time Clock | ||
767 | # | ||
768 | # CONFIG_RTC_CLASS is not set | ||
769 | |||
770 | # | ||
771 | # DMA Engine support | ||
772 | # | ||
773 | # CONFIG_DMA_ENGINE is not set | ||
774 | |||
775 | # | ||
776 | # DMA Clients | ||
777 | # | ||
778 | |||
779 | # | ||
780 | # DMA Devices | ||
781 | # | ||
782 | |||
783 | # | ||
784 | # PBX support | ||
785 | # | ||
786 | # CONFIG_PBX is not set | ||
787 | |||
788 | # | ||
789 | # File systems | ||
790 | # | ||
791 | CONFIG_EXT2_FS=y | ||
792 | CONFIG_EXT2_FS_XATTR=y | ||
793 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
794 | # CONFIG_EXT2_FS_SECURITY is not set | ||
795 | # CONFIG_EXT3_FS is not set | ||
796 | # CONFIG_EXT4DEV_FS is not set | ||
797 | CONFIG_FS_MBCACHE=y | ||
798 | # CONFIG_REISERFS_FS is not set | ||
799 | # CONFIG_JFS_FS is not set | ||
800 | # CONFIG_FS_POSIX_ACL is not set | ||
801 | # CONFIG_XFS_FS is not set | ||
802 | # CONFIG_GFS2_FS is not set | ||
803 | # CONFIG_OCFS2_FS is not set | ||
804 | # CONFIG_MINIX_FS is not set | ||
805 | # CONFIG_ROMFS_FS is not set | ||
806 | CONFIG_INOTIFY=y | ||
807 | CONFIG_INOTIFY_USER=y | ||
808 | # CONFIG_QUOTA is not set | ||
809 | CONFIG_DNOTIFY=y | ||
810 | # CONFIG_AUTOFS_FS is not set | ||
811 | # CONFIG_AUTOFS4_FS is not set | ||
812 | # CONFIG_FUSE_FS is not set | ||
813 | |||
814 | # | ||
815 | # CD-ROM/DVD Filesystems | ||
816 | # | ||
817 | # CONFIG_ISO9660_FS is not set | ||
818 | # CONFIG_UDF_FS is not set | ||
819 | |||
820 | # | ||
821 | # DOS/FAT/NT Filesystems | ||
822 | # | ||
823 | # CONFIG_MSDOS_FS is not set | ||
824 | # CONFIG_VFAT_FS is not set | ||
825 | # CONFIG_NTFS_FS is not set | ||
826 | |||
827 | # | ||
828 | # Pseudo filesystems | ||
829 | # | ||
830 | CONFIG_PROC_FS=y | ||
831 | CONFIG_PROC_SYSCTL=y | ||
832 | CONFIG_SYSFS=y | ||
833 | # CONFIG_TMPFS is not set | ||
834 | # CONFIG_HUGETLB_PAGE is not set | ||
835 | CONFIG_RAMFS=y | ||
836 | # CONFIG_CONFIGFS_FS is not set | ||
837 | |||
838 | # | ||
839 | # Miscellaneous filesystems | ||
840 | # | ||
841 | # CONFIG_ADFS_FS is not set | ||
842 | # CONFIG_AFFS_FS is not set | ||
843 | # CONFIG_HFS_FS is not set | ||
844 | # CONFIG_HFSPLUS_FS is not set | ||
845 | # CONFIG_BEFS_FS is not set | ||
846 | # CONFIG_BFS_FS is not set | ||
847 | # CONFIG_EFS_FS is not set | ||
848 | # CONFIG_YAFFS_FS is not set | ||
849 | # CONFIG_JFFS2_FS is not set | ||
850 | # CONFIG_CRAMFS is not set | ||
851 | # CONFIG_VXFS_FS is not set | ||
852 | # CONFIG_HPFS_FS is not set | ||
853 | # CONFIG_QNX4FS_FS is not set | ||
854 | # CONFIG_SYSV_FS is not set | ||
855 | # CONFIG_UFS_FS is not set | ||
856 | |||
857 | # | ||
858 | # Network File Systems | ||
859 | # | ||
860 | # CONFIG_NFS_FS is not set | ||
861 | # CONFIG_NFSD is not set | ||
862 | # CONFIG_SMB_FS is not set | ||
863 | # CONFIG_CIFS is not set | ||
864 | # CONFIG_NCP_FS is not set | ||
865 | # CONFIG_CODA_FS is not set | ||
866 | # CONFIG_AFS_FS is not set | ||
867 | # CONFIG_9P_FS is not set | ||
868 | |||
869 | # | ||
870 | # Partition Types | ||
871 | # | ||
872 | # CONFIG_PARTITION_ADVANCED is not set | ||
873 | CONFIG_MSDOS_PARTITION=y | ||
874 | |||
875 | # | ||
876 | # Native Language Support | ||
877 | # | ||
878 | # CONFIG_NLS is not set | ||
879 | |||
880 | # | ||
881 | # Distributed Lock Manager | ||
882 | # | ||
883 | # CONFIG_DLM is not set | ||
884 | |||
885 | # | ||
886 | # Profiling support | ||
887 | # | ||
888 | # CONFIG_PROFILING is not set | ||
889 | |||
890 | # | ||
891 | # Kernel hacking | ||
892 | # | ||
893 | # CONFIG_PRINTK_TIME is not set | ||
894 | CONFIG_ENABLE_MUST_CHECK=y | ||
895 | # CONFIG_MAGIC_SYSRQ is not set | ||
896 | # CONFIG_UNUSED_SYMBOLS is not set | ||
897 | # CONFIG_DEBUG_FS is not set | ||
898 | # CONFIG_HEADERS_CHECK is not set | ||
899 | # CONFIG_DEBUG_KERNEL is not set | ||
900 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
901 | # CONFIG_DEBUG_MMRS is not set | ||
902 | # CONFIG_DEBUG_HUNT_FOR_ZERO is not set | ||
903 | CONFIG_DEBUG_BFIN_HWTRACE_ON=y | ||
904 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y | ||
905 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE is not set | ||
906 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_TWO is not set | ||
907 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION=0 | ||
908 | # CONFIG_DEBUG_BFIN_HWTRACE_EXPAND is not set | ||
909 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
910 | # CONFIG_EARLY_PRINTK is not set | ||
911 | CONFIG_CPLB_INFO=y | ||
912 | CONFIG_ACCESS_CHECK=y | ||
913 | |||
914 | # | ||
915 | # Security options | ||
916 | # | ||
917 | # CONFIG_KEYS is not set | ||
918 | CONFIG_SECURITY=y | ||
919 | # CONFIG_SECURITY_NETWORK is not set | ||
920 | CONFIG_SECURITY_CAPABILITIES=y | ||
921 | |||
922 | # | ||
923 | # Cryptographic options | ||
924 | # | ||
925 | # CONFIG_CRYPTO is not set | ||
926 | |||
927 | # | ||
928 | # Library routines | ||
929 | # | ||
930 | CONFIG_BITREVERSE=y | ||
931 | CONFIG_CRC_CCITT=m | ||
932 | # CONFIG_CRC16 is not set | ||
933 | # CONFIG_CRC_ITU_T is not set | ||
934 | CONFIG_CRC32=y | ||
935 | # CONFIG_LIBCRC32C is not set | ||
936 | CONFIG_ZLIB_INFLATE=y | ||
937 | CONFIG_PLIST=y | ||
938 | CONFIG_HAS_IOMEM=y | ||
939 | CONFIG_HAS_IOPORT=y | ||
940 | CONFIG_HAS_DMA=y | ||