diff options
author | Javier Herrero <jherrero@hvsistemas.es> | 2007-11-15 02:45:33 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-15 02:45:33 -0500 |
commit | 51e7f6830fc831aa1442a84158239dfced41a9b4 (patch) | |
tree | 5d23221cc6160e01f90aa3ff846c05ca60ffd654 /arch/blackfin/configs/H8606_defconfig | |
parent | 6a3f0b460cea79f08683cef1862d686a887efd8c (diff) |
Blackfin arch: Default config for HV Sistemas H8606 board
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/configs/H8606_defconfig')
-rw-r--r-- | arch/blackfin/configs/H8606_defconfig | 1168 |
1 files changed, 1168 insertions, 0 deletions
diff --git a/arch/blackfin/configs/H8606_defconfig b/arch/blackfin/configs/H8606_defconfig new file mode 100644 index 000000000000..c34bc5e8129c --- /dev/null +++ b/arch/blackfin/configs/H8606_defconfig | |||
@@ -0,0 +1,1168 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22.10 | ||
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_BFIN=y | ||
12 | CONFIG_SEMAPHORE_SLEEPERS=y | ||
13 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_HARDIRQS=y | ||
16 | CONFIG_GENERIC_IRQ_PROBE=y | ||
17 | # CONFIG_GENERIC_TIME is not set | ||
18 | CONFIG_GENERIC_GPIO=y | ||
19 | CONFIG_FORCE_MAX_ZONEORDER=14 | ||
20 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
21 | CONFIG_IRQCHIP_DEMUX_GPIO=y | ||
22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
23 | |||
24 | # | ||
25 | # Code maturity level options | ||
26 | # | ||
27 | CONFIG_EXPERIMENTAL=y | ||
28 | CONFIG_BROKEN_ON_SMP=y | ||
29 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
30 | |||
31 | # | ||
32 | # General setup | ||
33 | # | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SYSVIPC=y | ||
37 | # CONFIG_IPC_NS is not set | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_POSIX_MQUEUE is not set | ||
40 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
41 | # CONFIG_TASKSTATS is not set | ||
42 | # CONFIG_UTS_NS is not set | ||
43 | # CONFIG_AUDIT is not set | ||
44 | # CONFIG_IKCONFIG is not set | ||
45 | CONFIG_LOG_BUF_SHIFT=14 | ||
46 | CONFIG_SYSFS_DEPRECATED=y | ||
47 | # CONFIG_RELAY is not set | ||
48 | # CONFIG_BLK_DEV_INITRD is not set | ||
49 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
50 | CONFIG_SYSCTL=y | ||
51 | CONFIG_EMBEDDED=y | ||
52 | CONFIG_UID16=y | ||
53 | CONFIG_SYSCTL_SYSCALL=y | ||
54 | CONFIG_KALLSYMS=y | ||
55 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
56 | CONFIG_HOTPLUG=y | ||
57 | CONFIG_PRINTK=y | ||
58 | CONFIG_BUG=y | ||
59 | CONFIG_ELF_CORE=y | ||
60 | CONFIG_BASE_FULL=y | ||
61 | CONFIG_FUTEX=y | ||
62 | CONFIG_ANON_INODES=y | ||
63 | CONFIG_EPOLL=y | ||
64 | CONFIG_SIGNALFD=y | ||
65 | CONFIG_EVENTFD=y | ||
66 | CONFIG_VM_EVENT_COUNTERS=y | ||
67 | CONFIG_BIG_ORDER_ALLOC_NOFAIL_MAGIC=3 | ||
68 | # CONFIG_NP2 is not set | ||
69 | CONFIG_SLAB=y | ||
70 | # CONFIG_SLUB is not set | ||
71 | # CONFIG_SLOB is not set | ||
72 | CONFIG_RT_MUTEXES=y | ||
73 | CONFIG_TINY_SHMEM=y | ||
74 | CONFIG_BASE_SMALL=0 | ||
75 | |||
76 | # | ||
77 | # Loadable module support | ||
78 | # | ||
79 | CONFIG_MODULES=y | ||
80 | CONFIG_MODULE_UNLOAD=y | ||
81 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
82 | # CONFIG_MODVERSIONS is not set | ||
83 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
84 | CONFIG_KMOD=y | ||
85 | |||
86 | # | ||
87 | # Block layer | ||
88 | # | ||
89 | CONFIG_BLOCK=y | ||
90 | # CONFIG_LBD is not set | ||
91 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
92 | # CONFIG_LSF is not set | ||
93 | |||
94 | # | ||
95 | # IO Schedulers | ||
96 | # | ||
97 | CONFIG_IOSCHED_NOOP=y | ||
98 | CONFIG_IOSCHED_AS=y | ||
99 | # CONFIG_IOSCHED_DEADLINE is not set | ||
100 | CONFIG_IOSCHED_CFQ=y | ||
101 | CONFIG_DEFAULT_AS=y | ||
102 | # CONFIG_DEFAULT_DEADLINE is not set | ||
103 | # CONFIG_DEFAULT_CFQ is not set | ||
104 | # CONFIG_DEFAULT_NOOP is not set | ||
105 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
106 | CONFIG_PREEMPT_NONE=y | ||
107 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
108 | # CONFIG_PREEMPT is not set | ||
109 | |||
110 | # | ||
111 | # Blackfin Processor Options | ||
112 | # | ||
113 | |||
114 | # | ||
115 | # Processor and Board Settings | ||
116 | # | ||
117 | # CONFIG_BF522 is not set | ||
118 | # CONFIG_BF525 is not set | ||
119 | # CONFIG_BF527 is not set | ||
120 | # CONFIG_BF531 is not set | ||
121 | CONFIG_BF532=y | ||
122 | # CONFIG_BF533 is not set | ||
123 | # CONFIG_BF534 is not set | ||
124 | # CONFIG_BF536 is not set | ||
125 | # CONFIG_BF537 is not set | ||
126 | # CONFIG_BF542 is not set | ||
127 | # CONFIG_BF544 is not set | ||
128 | # CONFIG_BF548 is not set | ||
129 | # CONFIG_BF549 is not set | ||
130 | # CONFIG_BF561 is not set | ||
131 | # CONFIG_BF_REV_0_0 is not set | ||
132 | # CONFIG_BF_REV_0_1 is not set | ||
133 | # CONFIG_BF_REV_0_2 is not set | ||
134 | # CONFIG_BF_REV_0_3 is not set | ||
135 | # CONFIG_BF_REV_0_4 is not set | ||
136 | CONFIG_BF_REV_0_5=y | ||
137 | # CONFIG_BF_REV_ANY is not set | ||
138 | # CONFIG_BF_REV_NONE is not set | ||
139 | CONFIG_BF53x=y | ||
140 | CONFIG_BFIN_SINGLE_CORE=y | ||
141 | # CONFIG_BFIN527_EZKIT is not set | ||
142 | # CONFIG_BFIN533_EZKIT is not set | ||
143 | # CONFIG_BFIN533_STAMP is not set | ||
144 | # CONFIG_BFIN537_STAMP is not set | ||
145 | # CONFIG_BFIN533_BLUETECHNIX_CM is not set | ||
146 | # CONFIG_BFIN537_BLUETECHNIX_CM is not set | ||
147 | # CONFIG_BFIN548_EZKIT is not set | ||
148 | # CONFIG_BFIN561_BLUETECHNIX_CM is not set | ||
149 | # CONFIG_BFIN561_EZKIT is not set | ||
150 | # CONFIG_BFIN561_TEPLA is not set | ||
151 | # CONFIG_PNAV10 is not set | ||
152 | CONFIG_H8606_HVSISTEMAS=y | ||
153 | # CONFIG_GENERIC_BOARD is not set | ||
154 | CONFIG_MEM_MT48LC16M16A2TG_75=y | ||
155 | |||
156 | # | ||
157 | # BF533/2/1 Specific Configuration | ||
158 | # | ||
159 | |||
160 | # | ||
161 | # Interrupt Priority Assignment | ||
162 | # | ||
163 | |||
164 | # | ||
165 | # Priority | ||
166 | # | ||
167 | CONFIG_UART_ERROR=7 | ||
168 | CONFIG_SPORT0_ERROR=7 | ||
169 | CONFIG_SPI_ERROR=7 | ||
170 | CONFIG_SPORT1_ERROR=7 | ||
171 | CONFIG_PPI_ERROR=7 | ||
172 | CONFIG_DMA_ERROR=7 | ||
173 | CONFIG_PLLWAKE_ERROR=7 | ||
174 | CONFIG_RTC_ERROR=8 | ||
175 | CONFIG_DMA0_PPI=8 | ||
176 | CONFIG_DMA1_SPORT0RX=9 | ||
177 | CONFIG_DMA2_SPORT0TX=9 | ||
178 | CONFIG_DMA3_SPORT1RX=9 | ||
179 | CONFIG_DMA4_SPORT1TX=9 | ||
180 | CONFIG_DMA5_SPI=10 | ||
181 | CONFIG_DMA6_UARTRX=10 | ||
182 | CONFIG_DMA7_UARTTX=10 | ||
183 | CONFIG_TIMER0=11 | ||
184 | CONFIG_TIMER1=11 | ||
185 | CONFIG_TIMER2=11 | ||
186 | CONFIG_PFA=12 | ||
187 | CONFIG_PFB=12 | ||
188 | CONFIG_MEMDMA0=13 | ||
189 | CONFIG_MEMDMA1=13 | ||
190 | CONFIG_WDTIMER=13 | ||
191 | |||
192 | # | ||
193 | # Board customizations | ||
194 | # | ||
195 | # CONFIG_CMDLINE_BOOL is not set | ||
196 | |||
197 | # | ||
198 | # Clock/PLL Setup | ||
199 | # | ||
200 | CONFIG_CLKIN_HZ=25000000 | ||
201 | # CONFIG_BFIN_KERNEL_CLOCK is not set | ||
202 | CONFIG_MAX_VCO_HZ=400000000 | ||
203 | CONFIG_MIN_VCO_HZ=50000000 | ||
204 | CONFIG_MAX_SCLK_HZ=133000000 | ||
205 | CONFIG_MIN_SCLK_HZ=27000000 | ||
206 | |||
207 | # | ||
208 | # Kernel Timer/Scheduler | ||
209 | # | ||
210 | # CONFIG_HZ_100 is not set | ||
211 | CONFIG_HZ_250=y | ||
212 | # CONFIG_HZ_300 is not set | ||
213 | # CONFIG_HZ_1000 is not set | ||
214 | CONFIG_HZ=250 | ||
215 | |||
216 | # | ||
217 | # Memory Setup | ||
218 | # | ||
219 | CONFIG_MEM_SIZE=32 | ||
220 | CONFIG_MEM_ADD_WIDTH=9 | ||
221 | CONFIG_BOOT_LOAD=0x1000 | ||
222 | CONFIG_BFIN_SCRATCH_REG_RETN=y | ||
223 | # CONFIG_BFIN_SCRATCH_REG_RETE is not set | ||
224 | # CONFIG_BFIN_SCRATCH_REG_CYCLES is not set | ||
225 | |||
226 | # | ||
227 | # Blackfin Kernel Optimizations | ||
228 | # | ||
229 | |||
230 | # | ||
231 | # Memory Optimizations | ||
232 | # | ||
233 | CONFIG_I_ENTRY_L1=y | ||
234 | CONFIG_EXCPT_IRQ_SYSC_L1=y | ||
235 | CONFIG_DO_IRQ_L1=y | ||
236 | CONFIG_CORE_TIMER_IRQ_L1=y | ||
237 | CONFIG_IDLE_L1=y | ||
238 | CONFIG_SCHEDULE_L1=y | ||
239 | CONFIG_ARITHMETIC_OPS_L1=y | ||
240 | CONFIG_ACCESS_OK_L1=y | ||
241 | CONFIG_MEMSET_L1=y | ||
242 | CONFIG_MEMCPY_L1=y | ||
243 | CONFIG_SYS_BFIN_SPINLOCK_L1=y | ||
244 | # CONFIG_IP_CHECKSUM_L1 is not set | ||
245 | # CONFIG_CACHELINE_ALIGNED_L1 is not set | ||
246 | # CONFIG_SYSCALL_TAB_L1 is not set | ||
247 | # CONFIG_CPLB_SWITCH_TAB_L1 is not set | ||
248 | CONFIG_RAMKERNEL=y | ||
249 | # CONFIG_ROMKERNEL is not set | ||
250 | CONFIG_SELECT_MEMORY_MODEL=y | ||
251 | CONFIG_FLATMEM_MANUAL=y | ||
252 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
253 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
254 | CONFIG_FLATMEM=y | ||
255 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
256 | # CONFIG_SPARSEMEM_STATIC is not set | ||
257 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
258 | # CONFIG_RESOURCES_64BIT is not set | ||
259 | CONFIG_ZONE_DMA_FLAG=1 | ||
260 | CONFIG_LARGE_ALLOCS=y | ||
261 | CONFIG_BFIN_GPTIMERS=y | ||
262 | CONFIG_BFIN_DMA_5XX=y | ||
263 | # CONFIG_DMA_UNCACHED_2M is not set | ||
264 | CONFIG_DMA_UNCACHED_1M=y | ||
265 | # CONFIG_DMA_UNCACHED_NONE is not set | ||
266 | |||
267 | # | ||
268 | # Cache Support | ||
269 | # | ||
270 | CONFIG_BFIN_ICACHE=y | ||
271 | CONFIG_BFIN_DCACHE=y | ||
272 | # CONFIG_BFIN_DCACHE_BANKA is not set | ||
273 | CONFIG_BFIN_ICACHE_LOCK=y | ||
274 | CONFIG_BFIN_WB=y | ||
275 | # CONFIG_BFIN_WT is not set | ||
276 | CONFIG_L1_MAX_PIECE=16 | ||
277 | |||
278 | # | ||
279 | # Asynchonous Memory Configuration | ||
280 | # | ||
281 | |||
282 | # | ||
283 | # EBIU_AMGCTL Global Control | ||
284 | # | ||
285 | CONFIG_C_AMCKEN=y | ||
286 | CONFIG_C_CDPRIO=y | ||
287 | # CONFIG_C_AMBEN is not set | ||
288 | # CONFIG_C_AMBEN_B0 is not set | ||
289 | # CONFIG_C_AMBEN_B0_B1 is not set | ||
290 | # CONFIG_C_AMBEN_B0_B1_B2 is not set | ||
291 | CONFIG_C_AMBEN_ALL=y | ||
292 | |||
293 | # | ||
294 | # EBIU_AMBCTL Control | ||
295 | # | ||
296 | CONFIG_BANK_0=0x7BB0 | ||
297 | CONFIG_BANK_1=0x7BB0 | ||
298 | CONFIG_BANK_2=0x7BB0 | ||
299 | CONFIG_BANK_3=0x99B3 | ||
300 | |||
301 | # | ||
302 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | ||
303 | # | ||
304 | # CONFIG_PCI is not set | ||
305 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
306 | |||
307 | # | ||
308 | # PCCARD (PCMCIA/CardBus) support | ||
309 | # | ||
310 | # CONFIG_PCCARD is not set | ||
311 | |||
312 | # | ||
313 | # Executable file formats | ||
314 | # | ||
315 | CONFIG_BINFMT_ELF_FDPIC=y | ||
316 | CONFIG_BINFMT_FLAT=y | ||
317 | CONFIG_BINFMT_ZFLAT=y | ||
318 | # CONFIG_BINFMT_SHARED_FLAT is not set | ||
319 | # CONFIG_BINFMT_MISC is not set | ||
320 | |||
321 | # | ||
322 | # Power management options | ||
323 | # | ||
324 | CONFIG_PM=y | ||
325 | CONFIG_PM_LEGACY=y | ||
326 | # CONFIG_PM_DEBUG is not set | ||
327 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
328 | CONFIG_PM_WAKEUP_GPIO_BY_SIC_IWR=y | ||
329 | # CONFIG_PM_WAKEUP_BY_GPIO is not set | ||
330 | # CONFIG_PM_WAKEUP_GPIO_API is not set | ||
331 | CONFIG_PM_WAKEUP_SIC_IWR=0x100000 | ||
332 | |||
333 | # | ||
334 | # Networking | ||
335 | # | ||
336 | CONFIG_NET=y | ||
337 | |||
338 | # | ||
339 | # Networking options | ||
340 | # | ||
341 | CONFIG_PACKET=y | ||
342 | # CONFIG_PACKET_MMAP is not set | ||
343 | CONFIG_UNIX=y | ||
344 | CONFIG_XFRM=y | ||
345 | # CONFIG_XFRM_USER is not set | ||
346 | # CONFIG_XFRM_SUB_POLICY is not set | ||
347 | # CONFIG_XFRM_MIGRATE is not set | ||
348 | # CONFIG_NET_KEY is not set | ||
349 | CONFIG_INET=y | ||
350 | # CONFIG_IP_MULTICAST is not set | ||
351 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
352 | CONFIG_IP_FIB_HASH=y | ||
353 | CONFIG_IP_PNP=y | ||
354 | # CONFIG_IP_PNP_DHCP is not set | ||
355 | # CONFIG_IP_PNP_BOOTP is not set | ||
356 | # CONFIG_IP_PNP_RARP is not set | ||
357 | # CONFIG_NET_IPIP is not set | ||
358 | # CONFIG_NET_IPGRE is not set | ||
359 | # CONFIG_ARPD is not set | ||
360 | CONFIG_SYN_COOKIES=y | ||
361 | # CONFIG_INET_AH is not set | ||
362 | # CONFIG_INET_ESP is not set | ||
363 | # CONFIG_INET_IPCOMP is not set | ||
364 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
365 | # CONFIG_INET_TUNNEL is not set | ||
366 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
367 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
368 | CONFIG_INET_XFRM_MODE_BEET=y | ||
369 | CONFIG_INET_DIAG=y | ||
370 | CONFIG_INET_TCP_DIAG=y | ||
371 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
372 | CONFIG_TCP_CONG_CUBIC=y | ||
373 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
374 | # CONFIG_TCP_MD5SIG is not set | ||
375 | # CONFIG_IPV6 is not set | ||
376 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
377 | # CONFIG_INET6_TUNNEL is not set | ||
378 | # CONFIG_NETLABEL is not set | ||
379 | # CONFIG_NETWORK_SECMARK is not set | ||
380 | # CONFIG_NETFILTER is not set | ||
381 | # CONFIG_IP_DCCP is not set | ||
382 | # CONFIG_IP_SCTP is not set | ||
383 | # CONFIG_TIPC is not set | ||
384 | # CONFIG_ATM is not set | ||
385 | # CONFIG_BRIDGE is not set | ||
386 | # CONFIG_VLAN_8021Q is not set | ||
387 | # CONFIG_DECNET is not set | ||
388 | # CONFIG_LLC2 is not set | ||
389 | # CONFIG_IPX is not set | ||
390 | # CONFIG_ATALK is not set | ||
391 | # CONFIG_X25 is not set | ||
392 | # CONFIG_LAPB is not set | ||
393 | # CONFIG_ECONET is not set | ||
394 | # CONFIG_WAN_ROUTER is not set | ||
395 | |||
396 | # | ||
397 | # QoS and/or fair queueing | ||
398 | # | ||
399 | # CONFIG_NET_SCHED is not set | ||
400 | |||
401 | # | ||
402 | # Network testing | ||
403 | # | ||
404 | # CONFIG_NET_PKTGEN is not set | ||
405 | # CONFIG_HAMRADIO is not set | ||
406 | CONFIG_IRDA=m | ||
407 | |||
408 | # | ||
409 | # IrDA protocols | ||
410 | # | ||
411 | CONFIG_IRLAN=m | ||
412 | CONFIG_IRCOMM=m | ||
413 | # CONFIG_IRDA_ULTRA is not set | ||
414 | |||
415 | # | ||
416 | # IrDA options | ||
417 | # | ||
418 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
419 | # CONFIG_IRDA_FAST_RR is not set | ||
420 | # CONFIG_IRDA_DEBUG is not set | ||
421 | |||
422 | # | ||
423 | # Infrared-port device drivers | ||
424 | # | ||
425 | |||
426 | # | ||
427 | # SIR device drivers | ||
428 | # | ||
429 | CONFIG_IRTTY_SIR=m | ||
430 | |||
431 | # | ||
432 | # Dongle support | ||
433 | # | ||
434 | # CONFIG_DONGLE is not set | ||
435 | |||
436 | # | ||
437 | # Old SIR device drivers | ||
438 | # | ||
439 | # CONFIG_IRPORT_SIR is not set | ||
440 | |||
441 | # | ||
442 | # Old Serial dongle support | ||
443 | # | ||
444 | |||
445 | # | ||
446 | # FIR device drivers | ||
447 | # | ||
448 | # CONFIG_BT is not set | ||
449 | # CONFIG_AF_RXRPC is not set | ||
450 | |||
451 | # | ||
452 | # Wireless | ||
453 | # | ||
454 | # CONFIG_CFG80211 is not set | ||
455 | # CONFIG_WIRELESS_EXT is not set | ||
456 | # CONFIG_MAC80211 is not set | ||
457 | # CONFIG_IEEE80211 is not set | ||
458 | # CONFIG_RFKILL is not set | ||
459 | |||
460 | # | ||
461 | # Device Drivers | ||
462 | # | ||
463 | |||
464 | # | ||
465 | # Generic Driver Options | ||
466 | # | ||
467 | CONFIG_STANDALONE=y | ||
468 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
469 | # CONFIG_FW_LOADER is not set | ||
470 | # CONFIG_SYS_HYPERVISOR is not set | ||
471 | |||
472 | # | ||
473 | # Connector - unified userspace <-> kernelspace linker | ||
474 | # | ||
475 | # CONFIG_CONNECTOR is not set | ||
476 | CONFIG_MTD=y | ||
477 | # CONFIG_MTD_DEBUG is not set | ||
478 | # CONFIG_MTD_CONCAT is not set | ||
479 | CONFIG_MTD_PARTITIONS=y | ||
480 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
481 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
482 | |||
483 | # | ||
484 | # User Modules And Translation Layers | ||
485 | # | ||
486 | CONFIG_MTD_CHAR=y | ||
487 | CONFIG_MTD_BLKDEVS=y | ||
488 | CONFIG_MTD_BLOCK=y | ||
489 | # CONFIG_FTL is not set | ||
490 | # CONFIG_NFTL is not set | ||
491 | # CONFIG_INFTL is not set | ||
492 | # CONFIG_RFD_FTL is not set | ||
493 | # CONFIG_SSFDC is not set | ||
494 | |||
495 | # | ||
496 | # RAM/ROM/Flash chip drivers | ||
497 | # | ||
498 | # CONFIG_MTD_CFI is not set | ||
499 | # CONFIG_MTD_JEDECPROBE is not set | ||
500 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
501 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
502 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
503 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
504 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
505 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
506 | CONFIG_MTD_CFI_I1=y | ||
507 | CONFIG_MTD_CFI_I2=y | ||
508 | # CONFIG_MTD_CFI_I4 is not set | ||
509 | # CONFIG_MTD_CFI_I8 is not set | ||
510 | CONFIG_MTD_RAM=y | ||
511 | CONFIG_MTD_ROM=y | ||
512 | # CONFIG_MTD_ABSENT is not set | ||
513 | |||
514 | # | ||
515 | # Mapping drivers for chip access | ||
516 | # | ||
517 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
518 | # CONFIG_MTD_PHYSMAP is not set | ||
519 | # CONFIG_MTD_BF5xx is not set | ||
520 | # CONFIG_MTD_UCLINUX is not set | ||
521 | # CONFIG_MTD_PLATRAM is not set | ||
522 | |||
523 | # | ||
524 | # Self-contained MTD device drivers | ||
525 | # | ||
526 | # CONFIG_MTD_DATAFLASH is not set | ||
527 | CONFIG_MTD_M25P80=y | ||
528 | CONFIG_M25PXX_USE_FAST_READ=y | ||
529 | # CONFIG_MTD_SLRAM is not set | ||
530 | # CONFIG_MTD_PHRAM is not set | ||
531 | # CONFIG_MTD_MTDRAM is not set | ||
532 | # CONFIG_MTD_BLOCK2MTD is not set | ||
533 | |||
534 | # | ||
535 | # Disk-On-Chip Device Drivers | ||
536 | # | ||
537 | # CONFIG_MTD_DOC2000 is not set | ||
538 | # CONFIG_MTD_DOC2001 is not set | ||
539 | # CONFIG_MTD_DOC2001PLUS is not set | ||
540 | # CONFIG_MTD_NAND is not set | ||
541 | # CONFIG_MTD_ONENAND is not set | ||
542 | |||
543 | # | ||
544 | # UBI - Unsorted block images | ||
545 | # | ||
546 | # CONFIG_MTD_UBI is not set | ||
547 | |||
548 | # | ||
549 | # Parallel port support | ||
550 | # | ||
551 | # CONFIG_PARPORT is not set | ||
552 | |||
553 | # | ||
554 | # Plug and Play support | ||
555 | # | ||
556 | # CONFIG_PNPACPI is not set | ||
557 | |||
558 | # | ||
559 | # Block devices | ||
560 | # | ||
561 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
562 | # CONFIG_BLK_DEV_LOOP is not set | ||
563 | # CONFIG_BLK_DEV_NBD is not set | ||
564 | CONFIG_BLK_DEV_RAM=y | ||
565 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
566 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
567 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
568 | # CONFIG_CDROM_PKTCDVD is not set | ||
569 | # CONFIG_ATA_OVER_ETH is not set | ||
570 | |||
571 | # | ||
572 | # Misc devices | ||
573 | # | ||
574 | # CONFIG_IDE is not set | ||
575 | |||
576 | # | ||
577 | # SCSI device support | ||
578 | # | ||
579 | # CONFIG_RAID_ATTRS is not set | ||
580 | # CONFIG_SCSI is not set | ||
581 | # CONFIG_SCSI_NETLINK is not set | ||
582 | # CONFIG_ATA is not set | ||
583 | |||
584 | # | ||
585 | # Multi-device support (RAID and LVM) | ||
586 | # | ||
587 | # CONFIG_MD is not set | ||
588 | |||
589 | # | ||
590 | # Network device support | ||
591 | # | ||
592 | CONFIG_NETDEVICES=y | ||
593 | # CONFIG_DUMMY is not set | ||
594 | # CONFIG_BONDING is not set | ||
595 | # CONFIG_EQUALIZER is not set | ||
596 | # CONFIG_TUN is not set | ||
597 | # CONFIG_PHYLIB is not set | ||
598 | |||
599 | # | ||
600 | # Ethernet (10 or 100Mbit) | ||
601 | # | ||
602 | CONFIG_NET_ETHERNET=y | ||
603 | CONFIG_MII=y | ||
604 | # CONFIG_SMC91X is not set | ||
605 | # CONFIG_SMSC911X is not set | ||
606 | CONFIG_DM9000=y | ||
607 | CONFIG_NETDEV_1000=y | ||
608 | CONFIG_NETDEV_10000=y | ||
609 | |||
610 | # | ||
611 | # Wireless LAN | ||
612 | # | ||
613 | # CONFIG_WLAN_PRE80211 is not set | ||
614 | # CONFIG_WLAN_80211 is not set | ||
615 | # CONFIG_WAN is not set | ||
616 | # CONFIG_PPP is not set | ||
617 | # CONFIG_SLIP is not set | ||
618 | # CONFIG_SHAPER is not set | ||
619 | # CONFIG_NETCONSOLE is not set | ||
620 | # CONFIG_NETPOLL is not set | ||
621 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
622 | |||
623 | # | ||
624 | # ISDN subsystem | ||
625 | # | ||
626 | # CONFIG_ISDN is not set | ||
627 | |||
628 | # | ||
629 | # Telephony Support | ||
630 | # | ||
631 | # CONFIG_PHONE is not set | ||
632 | |||
633 | # | ||
634 | # Input device support | ||
635 | # | ||
636 | CONFIG_INPUT=y | ||
637 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
638 | # CONFIG_INPUT_POLLDEV is not set | ||
639 | |||
640 | # | ||
641 | # Userland interfaces | ||
642 | # | ||
643 | # CONFIG_INPUT_MOUSEDEV is not set | ||
644 | # CONFIG_INPUT_JOYDEV is not set | ||
645 | # CONFIG_INPUT_TSDEV is not set | ||
646 | CONFIG_INPUT_EVDEV=m | ||
647 | # CONFIG_INPUT_EVBUG is not set | ||
648 | |||
649 | # | ||
650 | # Input Device Drivers | ||
651 | # | ||
652 | # CONFIG_INPUT_KEYBOARD is not set | ||
653 | # CONFIG_INPUT_MOUSE is not set | ||
654 | # CONFIG_INPUT_JOYSTICK is not set | ||
655 | # CONFIG_INPUT_TABLET is not set | ||
656 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
657 | CONFIG_INPUT_MISC=y | ||
658 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
659 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
660 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
661 | # CONFIG_INPUT_POWERMATE is not set | ||
662 | # CONFIG_INPUT_YEALINK is not set | ||
663 | # CONFIG_INPUT_UINPUT is not set | ||
664 | # CONFIG_BF53X_PFBUTTONS is not set | ||
665 | |||
666 | # | ||
667 | # Hardware I/O ports | ||
668 | # | ||
669 | # CONFIG_SERIO is not set | ||
670 | # CONFIG_GAMEPORT is not set | ||
671 | |||
672 | # | ||
673 | # Character devices | ||
674 | # | ||
675 | # CONFIG_AD9960 is not set | ||
676 | # CONFIG_SPI_ADC_BF533 is not set | ||
677 | CONFIG_BF5xx_PFLAGS=y | ||
678 | # CONFIG_BF5xx_PFLAGS_PROC is not set | ||
679 | # CONFIG_BF5xx_PPIFCD is not set | ||
680 | CONFIG_BFIN_SIMPLE_TIMER=y | ||
681 | # CONFIG_BF5xx_PPI is not set | ||
682 | CONFIG_BFIN_SPORT=y | ||
683 | CONFIG_BFIN_TIMER_LATENCY=y | ||
684 | # CONFIG_AD5304 is not set | ||
685 | # CONFIG_BF5xx_FBDMA is not set | ||
686 | # CONFIG_VT is not set | ||
687 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
688 | |||
689 | # | ||
690 | # Serial drivers | ||
691 | # | ||
692 | # CONFIG_SERIAL_8250 is not set | ||
693 | |||
694 | # | ||
695 | # Non-8250 serial port support | ||
696 | # | ||
697 | CONFIG_SERIAL_BFIN=y | ||
698 | CONFIG_SERIAL_BFIN_CONSOLE=y | ||
699 | CONFIG_SERIAL_BFIN_DMA=y | ||
700 | # CONFIG_SERIAL_BFIN_PIO is not set | ||
701 | CONFIG_SERIAL_BFIN_UART0=y | ||
702 | # CONFIG_BFIN_UART0_CTSRTS is not set | ||
703 | # CONFIG_SERIAL_BFIN_UART1 is not set | ||
704 | CONFIG_SERIAL_CORE=y | ||
705 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
706 | # CONFIG_SERIAL_BFIN_SPORT is not set | ||
707 | CONFIG_UNIX98_PTYS=y | ||
708 | # CONFIG_LEGACY_PTYS is not set | ||
709 | |||
710 | # | ||
711 | # CAN, the car bus and industrial fieldbus | ||
712 | # | ||
713 | # CONFIG_CAN4LINUX is not set | ||
714 | |||
715 | # | ||
716 | # IPMI | ||
717 | # | ||
718 | # CONFIG_IPMI_HANDLER is not set | ||
719 | CONFIG_WATCHDOG=y | ||
720 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
721 | |||
722 | # | ||
723 | # Watchdog Device Drivers | ||
724 | # | ||
725 | # CONFIG_SOFT_WATCHDOG is not set | ||
726 | # CONFIG_BFIN_WDT is not set | ||
727 | # CONFIG_HW_RANDOM is not set | ||
728 | # CONFIG_GEN_RTC is not set | ||
729 | CONFIG_BLACKFIN_DPMC=y | ||
730 | # CONFIG_R3964 is not set | ||
731 | # CONFIG_RAW_DRIVER is not set | ||
732 | |||
733 | # | ||
734 | # TPM devices | ||
735 | # | ||
736 | # CONFIG_TCG_TPM is not set | ||
737 | # CONFIG_I2C is not set | ||
738 | |||
739 | # | ||
740 | # SPI support | ||
741 | # | ||
742 | CONFIG_SPI=y | ||
743 | CONFIG_SPI_MASTER=y | ||
744 | |||
745 | # | ||
746 | # SPI Master Controller Drivers | ||
747 | # | ||
748 | CONFIG_SPI_BFIN=y | ||
749 | # CONFIG_SPI_BITBANG is not set | ||
750 | |||
751 | # | ||
752 | # SPI Protocol Masters | ||
753 | # | ||
754 | CONFIG_SPI_AT25=y | ||
755 | CONFIG_SPI_SPIDEV=y | ||
756 | |||
757 | # | ||
758 | # Dallas's 1-wire bus | ||
759 | # | ||
760 | # CONFIG_W1 is not set | ||
761 | CONFIG_HWMON=y | ||
762 | # CONFIG_HWMON_VID is not set | ||
763 | # CONFIG_SENSORS_ABITUGURU is not set | ||
764 | # CONFIG_SENSORS_F71805F is not set | ||
765 | # CONFIG_SENSORS_LM70 is not set | ||
766 | # CONFIG_SENSORS_PC87427 is not set | ||
767 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
768 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
769 | # CONFIG_SENSORS_VT1211 is not set | ||
770 | # CONFIG_SENSORS_W83627HF is not set | ||
771 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
772 | |||
773 | # | ||
774 | # Multifunction device drivers | ||
775 | # | ||
776 | # CONFIG_MFD_SM501 is not set | ||
777 | |||
778 | # | ||
779 | # Multimedia devices | ||
780 | # | ||
781 | # CONFIG_VIDEO_DEV is not set | ||
782 | # CONFIG_DVB_CORE is not set | ||
783 | CONFIG_DAB=y | ||
784 | |||
785 | # | ||
786 | # Graphics support | ||
787 | # | ||
788 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
789 | |||
790 | # | ||
791 | # Display device support | ||
792 | # | ||
793 | # CONFIG_DISPLAY_SUPPORT is not set | ||
794 | # CONFIG_VGASTATE is not set | ||
795 | # CONFIG_FB is not set | ||
796 | |||
797 | # | ||
798 | # Sound | ||
799 | # | ||
800 | CONFIG_SOUND=m | ||
801 | |||
802 | # | ||
803 | # Advanced Linux Sound Architecture | ||
804 | # | ||
805 | CONFIG_SND=m | ||
806 | CONFIG_SND_TIMER=m | ||
807 | CONFIG_SND_PCM=m | ||
808 | # CONFIG_SND_SEQUENCER is not set | ||
809 | CONFIG_SND_OSSEMUL=y | ||
810 | CONFIG_SND_MIXER_OSS=m | ||
811 | CONFIG_SND_PCM_OSS=m | ||
812 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
813 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
814 | CONFIG_SND_SUPPORT_OLD_API=y | ||
815 | CONFIG_SND_VERBOSE_PROCFS=y | ||
816 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
817 | # CONFIG_SND_DEBUG is not set | ||
818 | |||
819 | # | ||
820 | # Generic devices | ||
821 | # | ||
822 | # CONFIG_SND_DUMMY is not set | ||
823 | # CONFIG_SND_MTPAV is not set | ||
824 | # CONFIG_SND_SERIAL_U16550 is not set | ||
825 | # CONFIG_SND_MPU401 is not set | ||
826 | |||
827 | # | ||
828 | # ALSA Blackfin devices | ||
829 | # | ||
830 | CONFIG_SND_BLACKFIN_AD1836=m | ||
831 | CONFIG_SND_BLACKFIN_AD1836_TDM=y | ||
832 | # CONFIG_SND_BLACKFIN_AD1836_I2S is not set | ||
833 | CONFIG_SND_BLACKFIN_AD1836_MULSUB=y | ||
834 | # CONFIG_SND_BLACKFIN_AD1836_5P1 is not set | ||
835 | CONFIG_SND_BLACKFIN_SPORT=0 | ||
836 | CONFIG_SND_BLACKFIN_SPI_PFBIT=4 | ||
837 | # CONFIG_SND_BFIN_AD73311 is not set | ||
838 | |||
839 | # | ||
840 | # System on Chip audio support | ||
841 | # | ||
842 | # CONFIG_SND_SOC is not set | ||
843 | |||
844 | # | ||
845 | # Open Sound System | ||
846 | # | ||
847 | # CONFIG_SOUND_PRIME is not set | ||
848 | |||
849 | # | ||
850 | # HID Devices | ||
851 | # | ||
852 | CONFIG_HID=y | ||
853 | # CONFIG_HID_DEBUG is not set | ||
854 | |||
855 | # | ||
856 | # USB support | ||
857 | # | ||
858 | CONFIG_USB_ARCH_HAS_HCD=y | ||
859 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
860 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
861 | # CONFIG_USB is not set | ||
862 | |||
863 | # | ||
864 | # Enable Host or Gadget support to see Inventra options | ||
865 | # | ||
866 | |||
867 | # | ||
868 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
869 | # | ||
870 | |||
871 | # | ||
872 | # USB Gadget Support | ||
873 | # | ||
874 | # CONFIG_USB_GADGET is not set | ||
875 | # CONFIG_MMC is not set | ||
876 | |||
877 | # | ||
878 | # LED devices | ||
879 | # | ||
880 | # CONFIG_NEW_LEDS is not set | ||
881 | |||
882 | # | ||
883 | # LED drivers | ||
884 | # | ||
885 | |||
886 | # | ||
887 | # LED Triggers | ||
888 | # | ||
889 | |||
890 | # | ||
891 | # InfiniBand support | ||
892 | # | ||
893 | |||
894 | # | ||
895 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
896 | # | ||
897 | |||
898 | # | ||
899 | # Real Time Clock | ||
900 | # | ||
901 | CONFIG_RTC_LIB=y | ||
902 | CONFIG_RTC_CLASS=y | ||
903 | CONFIG_RTC_HCTOSYS=y | ||
904 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
905 | # CONFIG_RTC_DEBUG is not set | ||
906 | |||
907 | # | ||
908 | # RTC interfaces | ||
909 | # | ||
910 | CONFIG_RTC_INTF_SYSFS=y | ||
911 | CONFIG_RTC_INTF_PROC=y | ||
912 | CONFIG_RTC_INTF_DEV=y | ||
913 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | ||
914 | # CONFIG_RTC_DRV_TEST is not set | ||
915 | |||
916 | # | ||
917 | # I2C RTC drivers | ||
918 | # | ||
919 | |||
920 | # | ||
921 | # SPI RTC drivers | ||
922 | # | ||
923 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
924 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
925 | |||
926 | # | ||
927 | # Platform RTC drivers | ||
928 | # | ||
929 | # CONFIG_RTC_DRV_DS1553 is not set | ||
930 | # CONFIG_RTC_DRV_DS1742 is not set | ||
931 | # CONFIG_RTC_DRV_M48T86 is not set | ||
932 | # CONFIG_RTC_DRV_V3020 is not set | ||
933 | |||
934 | # | ||
935 | # on-CPU RTC drivers | ||
936 | # | ||
937 | CONFIG_RTC_DRV_BFIN=y | ||
938 | |||
939 | # | ||
940 | # DMA Engine support | ||
941 | # | ||
942 | # CONFIG_DMA_ENGINE is not set | ||
943 | |||
944 | # | ||
945 | # DMA Clients | ||
946 | # | ||
947 | |||
948 | # | ||
949 | # DMA Devices | ||
950 | # | ||
951 | |||
952 | # | ||
953 | # PBX support | ||
954 | # | ||
955 | # CONFIG_PBX is not set | ||
956 | |||
957 | # | ||
958 | # File systems | ||
959 | # | ||
960 | CONFIG_EXT2_FS=y | ||
961 | CONFIG_EXT2_FS_XATTR=y | ||
962 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
963 | # CONFIG_EXT2_FS_SECURITY is not set | ||
964 | # CONFIG_EXT3_FS is not set | ||
965 | # CONFIG_EXT4DEV_FS is not set | ||
966 | CONFIG_FS_MBCACHE=y | ||
967 | # CONFIG_REISERFS_FS is not set | ||
968 | # CONFIG_JFS_FS is not set | ||
969 | # CONFIG_FS_POSIX_ACL is not set | ||
970 | # CONFIG_XFS_FS is not set | ||
971 | # CONFIG_GFS2_FS is not set | ||
972 | # CONFIG_OCFS2_FS is not set | ||
973 | # CONFIG_MINIX_FS is not set | ||
974 | # CONFIG_ROMFS_FS is not set | ||
975 | CONFIG_INOTIFY=y | ||
976 | CONFIG_INOTIFY_USER=y | ||
977 | # CONFIG_QUOTA is not set | ||
978 | CONFIG_DNOTIFY=y | ||
979 | # CONFIG_AUTOFS_FS is not set | ||
980 | # CONFIG_AUTOFS4_FS is not set | ||
981 | # CONFIG_FUSE_FS is not set | ||
982 | |||
983 | # | ||
984 | # CD-ROM/DVD Filesystems | ||
985 | # | ||
986 | # CONFIG_ISO9660_FS is not set | ||
987 | # CONFIG_UDF_FS is not set | ||
988 | |||
989 | # | ||
990 | # DOS/FAT/NT Filesystems | ||
991 | # | ||
992 | # CONFIG_MSDOS_FS is not set | ||
993 | # CONFIG_VFAT_FS is not set | ||
994 | # CONFIG_NTFS_FS is not set | ||
995 | |||
996 | # | ||
997 | # Pseudo filesystems | ||
998 | # | ||
999 | CONFIG_PROC_FS=y | ||
1000 | CONFIG_PROC_SYSCTL=y | ||
1001 | CONFIG_SYSFS=y | ||
1002 | # CONFIG_TMPFS is not set | ||
1003 | # CONFIG_HUGETLB_PAGE is not set | ||
1004 | CONFIG_RAMFS=y | ||
1005 | # CONFIG_CONFIGFS_FS is not set | ||
1006 | |||
1007 | # | ||
1008 | # Miscellaneous filesystems | ||
1009 | # | ||
1010 | # CONFIG_ADFS_FS is not set | ||
1011 | # CONFIG_AFFS_FS is not set | ||
1012 | # CONFIG_HFS_FS is not set | ||
1013 | # CONFIG_HFSPLUS_FS is not set | ||
1014 | # CONFIG_BEFS_FS is not set | ||
1015 | # CONFIG_BFS_FS is not set | ||
1016 | # CONFIG_EFS_FS is not set | ||
1017 | # CONFIG_YAFFS_FS is not set | ||
1018 | CONFIG_JFFS2_FS=y | ||
1019 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1020 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1021 | # CONFIG_JFFS2_SUMMARY is not set | ||
1022 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1023 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1024 | CONFIG_JFFS2_ZLIB=y | ||
1025 | CONFIG_JFFS2_RTIME=y | ||
1026 | # CONFIG_JFFS2_RUBIN is not set | ||
1027 | # CONFIG_CRAMFS is not set | ||
1028 | # CONFIG_VXFS_FS is not set | ||
1029 | # CONFIG_HPFS_FS is not set | ||
1030 | # CONFIG_QNX4FS_FS is not set | ||
1031 | # CONFIG_SYSV_FS is not set | ||
1032 | # CONFIG_UFS_FS is not set | ||
1033 | |||
1034 | # | ||
1035 | # Network File Systems | ||
1036 | # | ||
1037 | CONFIG_NFS_FS=m | ||
1038 | CONFIG_NFS_V3=y | ||
1039 | # CONFIG_NFS_V3_ACL is not set | ||
1040 | # CONFIG_NFS_V4 is not set | ||
1041 | # CONFIG_NFS_DIRECTIO is not set | ||
1042 | # CONFIG_NFSD is not set | ||
1043 | CONFIG_LOCKD=m | ||
1044 | CONFIG_LOCKD_V4=y | ||
1045 | CONFIG_NFS_COMMON=y | ||
1046 | CONFIG_SUNRPC=m | ||
1047 | # CONFIG_SUNRPC_BIND34 is not set | ||
1048 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1049 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1050 | # CONFIG_SMB_FS is not set | ||
1051 | # CONFIG_CIFS is not set | ||
1052 | # CONFIG_NCP_FS is not set | ||
1053 | # CONFIG_CODA_FS is not set | ||
1054 | # CONFIG_AFS_FS is not set | ||
1055 | # CONFIG_9P_FS is not set | ||
1056 | |||
1057 | # | ||
1058 | # Partition Types | ||
1059 | # | ||
1060 | # CONFIG_PARTITION_ADVANCED is not set | ||
1061 | CONFIG_MSDOS_PARTITION=y | ||
1062 | |||
1063 | # | ||
1064 | # Native Language Support | ||
1065 | # | ||
1066 | CONFIG_NLS=m | ||
1067 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1068 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1069 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1070 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1071 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1072 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1073 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1074 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1075 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1076 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1077 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1078 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1079 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1080 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1081 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1082 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1083 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1084 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1085 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1086 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1087 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1088 | # CONFIG_NLS_ISO8859_8 is not set | ||
1089 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1090 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1091 | # CONFIG_NLS_ASCII is not set | ||
1092 | # CONFIG_NLS_ISO8859_1 is not set | ||
1093 | # CONFIG_NLS_ISO8859_2 is not set | ||
1094 | # CONFIG_NLS_ISO8859_3 is not set | ||
1095 | # CONFIG_NLS_ISO8859_4 is not set | ||
1096 | # CONFIG_NLS_ISO8859_5 is not set | ||
1097 | # CONFIG_NLS_ISO8859_6 is not set | ||
1098 | # CONFIG_NLS_ISO8859_7 is not set | ||
1099 | # CONFIG_NLS_ISO8859_9 is not set | ||
1100 | # CONFIG_NLS_ISO8859_13 is not set | ||
1101 | # CONFIG_NLS_ISO8859_14 is not set | ||
1102 | # CONFIG_NLS_ISO8859_15 is not set | ||
1103 | # CONFIG_NLS_KOI8_R is not set | ||
1104 | # CONFIG_NLS_KOI8_U is not set | ||
1105 | # CONFIG_NLS_UTF8 is not set | ||
1106 | |||
1107 | # | ||
1108 | # Distributed Lock Manager | ||
1109 | # | ||
1110 | # CONFIG_DLM is not set | ||
1111 | |||
1112 | # | ||
1113 | # Profiling support | ||
1114 | # | ||
1115 | # CONFIG_PROFILING is not set | ||
1116 | |||
1117 | # | ||
1118 | # Kernel hacking | ||
1119 | # | ||
1120 | # CONFIG_PRINTK_TIME is not set | ||
1121 | CONFIG_ENABLE_MUST_CHECK=y | ||
1122 | # CONFIG_MAGIC_SYSRQ is not set | ||
1123 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1124 | # CONFIG_DEBUG_FS is not set | ||
1125 | # CONFIG_HEADERS_CHECK is not set | ||
1126 | # CONFIG_DEBUG_KERNEL is not set | ||
1127 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1128 | # CONFIG_DEBUG_MMRS is not set | ||
1129 | CONFIG_DEBUG_HUNT_FOR_ZERO=y | ||
1130 | CONFIG_DEBUG_BFIN_HWTRACE_ON=y | ||
1131 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_OFF=y | ||
1132 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE is not set | ||
1133 | # CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_TWO is not set | ||
1134 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION=0 | ||
1135 | # CONFIG_DEBUG_BFIN_HWTRACE_EXPAND is not set | ||
1136 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | ||
1137 | # CONFIG_EARLY_PRINTK is not set | ||
1138 | CONFIG_CPLB_INFO=y | ||
1139 | CONFIG_ACCESS_CHECK=y | ||
1140 | |||
1141 | # | ||
1142 | # Security options | ||
1143 | # | ||
1144 | # CONFIG_KEYS is not set | ||
1145 | CONFIG_SECURITY=y | ||
1146 | # CONFIG_SECURITY_NETWORK is not set | ||
1147 | CONFIG_SECURITY_CAPABILITIES=y | ||
1148 | |||
1149 | # | ||
1150 | # Cryptographic options | ||
1151 | # | ||
1152 | # CONFIG_CRYPTO is not set | ||
1153 | |||
1154 | # | ||
1155 | # Library routines | ||
1156 | # | ||
1157 | CONFIG_BITREVERSE=y | ||
1158 | CONFIG_CRC_CCITT=m | ||
1159 | # CONFIG_CRC16 is not set | ||
1160 | # CONFIG_CRC_ITU_T is not set | ||
1161 | CONFIG_CRC32=y | ||
1162 | # CONFIG_LIBCRC32C is not set | ||
1163 | CONFIG_ZLIB_INFLATE=y | ||
1164 | CONFIG_ZLIB_DEFLATE=y | ||
1165 | CONFIG_PLIST=y | ||
1166 | CONFIG_HAS_IOMEM=y | ||
1167 | CONFIG_HAS_IOPORT=y | ||
1168 | CONFIG_HAS_DMA=y | ||