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