diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-06-20 14:30:18 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-20 14:30:18 -0400 |
commit | 6902f523a328bba5af036699b1352389c0746526 (patch) | |
tree | 7e55b5f1effd8f75b5675ba3c15285720b60cd37 | |
parent | d6bdbb8ef3e4a9cafc747e1444b4908f9f2f548d (diff) |
[ARM] 3604/1: AT91RM9200 New boards
Patch from Andrew Victor
This patch adds support for an additional 4 AT91RM9200-based boards:
1. Conitec ARM&EVA [MACH_CARMEVA]
(http://www.conitec.net/english/linuxboard.htm)
2. KwikByte KB920x [MACH_KB9200]
(http://kwikbyte.com/KB9202_description_new.htm)
3. Embest ATEB9200 [MACH_ATEB9200]
(http://www.embedinfo.com/english/product/ATEB9200.asp)
4. Sperry-Sun KAFA board [MACH_KAFA]
(unknown)
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/boot/compressed/head-at91rm9200.S | 12 | ||||
-rw-r--r-- | arch/arm/configs/ateb9200_defconfig | 1312 | ||||
-rw-r--r-- | arch/arm/configs/carmeva_defconfig | 723 | ||||
-rw-r--r-- | arch/arm/configs/kafa_defconfig | 884 | ||||
-rw-r--r-- | arch/arm/configs/kb9202_defconfig | 780 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/Kconfig | 12 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/Makefile | 10 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/board-carmeva.c | 131 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/board-eb9200.c | 130 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/board-kafa.c | 116 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/board-kb9202.c | 125 |
11 files changed, 4231 insertions, 4 deletions
diff --git a/arch/arm/boot/compressed/head-at91rm9200.S b/arch/arm/boot/compressed/head-at91rm9200.S index 2119ea62b547..57a3b163b2cb 100644 --- a/arch/arm/boot/compressed/head-at91rm9200.S +++ b/arch/arm/boot/compressed/head-at91rm9200.S | |||
@@ -49,6 +49,18 @@ | |||
49 | cmp r7, r3 | 49 | cmp r7, r3 |
50 | beq 99f | 50 | beq 99f |
51 | 51 | ||
52 | @ Embest ATEB9200 : 923 | ||
53 | mov r3, #(MACH_TYPE_ATEB9200 & 0xff) | ||
54 | orr r3, r3, #(MACH_TYPE_ATEB9200 & 0xff00) | ||
55 | cmp r7, r3 | ||
56 | beq 99f | ||
57 | |||
58 | @ Sperry-Sun KAFA : 662 | ||
59 | mov r3, #(MACH_TYPE_KAFA & 0xff) | ||
60 | orr r3, r3, #(MACH_TYPE_KAFA & 0xff00) | ||
61 | cmp r7, r3 | ||
62 | beq 99f | ||
63 | |||
52 | @ Unknown board, use the AT91RM9200DK board | 64 | @ Unknown board, use the AT91RM9200DK board |
53 | @ mov r7, #MACH_TYPE_AT91RM9200 | 65 | @ mov r7, #MACH_TYPE_AT91RM9200 |
54 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) | 66 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) |
diff --git a/arch/arm/configs/ateb9200_defconfig b/arch/arm/configs/ateb9200_defconfig new file mode 100644 index 000000000000..69c39e098743 --- /dev/null +++ b/arch/arm/configs/ateb9200_defconfig | |||
@@ -0,0 +1,1312 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.17-rc3 | ||
4 | # Sun May 7 16:53:18 2006 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | CONFIG_GENERIC_HWEIGHT=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_BROKEN_ON_SMP=y | ||
18 | CONFIG_LOCK_KERNEL=y | ||
19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
20 | |||
21 | # | ||
22 | # General setup | ||
23 | # | ||
24 | CONFIG_LOCALVERSION="" | ||
25 | CONFIG_LOCALVERSION_AUTO=y | ||
26 | CONFIG_SWAP=y | ||
27 | CONFIG_SYSVIPC=y | ||
28 | # CONFIG_POSIX_MQUEUE is not set | ||
29 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
30 | CONFIG_SYSCTL=y | ||
31 | # CONFIG_AUDIT is not set | ||
32 | # CONFIG_IKCONFIG is not set | ||
33 | # CONFIG_RELAY is not set | ||
34 | CONFIG_INITRAMFS_SOURCE="" | ||
35 | CONFIG_UID16=y | ||
36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
37 | CONFIG_EMBEDDED=y | ||
38 | CONFIG_KALLSYMS=y | ||
39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
40 | CONFIG_HOTPLUG=y | ||
41 | CONFIG_PRINTK=y | ||
42 | CONFIG_BUG=y | ||
43 | CONFIG_ELF_CORE=y | ||
44 | CONFIG_BASE_FULL=y | ||
45 | CONFIG_FUTEX=y | ||
46 | CONFIG_EPOLL=y | ||
47 | CONFIG_SHMEM=y | ||
48 | CONFIG_SLAB=y | ||
49 | # CONFIG_TINY_SHMEM is not set | ||
50 | CONFIG_BASE_SMALL=0 | ||
51 | # CONFIG_SLOB is not set | ||
52 | |||
53 | # | ||
54 | # Loadable module support | ||
55 | # | ||
56 | CONFIG_MODULES=y | ||
57 | CONFIG_MODULE_UNLOAD=y | ||
58 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
59 | # CONFIG_MODVERSIONS is not set | ||
60 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
61 | CONFIG_KMOD=y | ||
62 | |||
63 | # | ||
64 | # Block layer | ||
65 | # | ||
66 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
67 | |||
68 | # | ||
69 | # IO Schedulers | ||
70 | # | ||
71 | CONFIG_IOSCHED_NOOP=y | ||
72 | CONFIG_IOSCHED_AS=y | ||
73 | CONFIG_IOSCHED_DEADLINE=y | ||
74 | CONFIG_IOSCHED_CFQ=y | ||
75 | CONFIG_DEFAULT_AS=y | ||
76 | # CONFIG_DEFAULT_DEADLINE is not set | ||
77 | # CONFIG_DEFAULT_CFQ is not set | ||
78 | # CONFIG_DEFAULT_NOOP is not set | ||
79 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
80 | |||
81 | # | ||
82 | # System Type | ||
83 | # | ||
84 | # CONFIG_ARCH_CLPS7500 is not set | ||
85 | # CONFIG_ARCH_CLPS711X is not set | ||
86 | # CONFIG_ARCH_CO285 is not set | ||
87 | # CONFIG_ARCH_EBSA110 is not set | ||
88 | # CONFIG_ARCH_EP93XX is not set | ||
89 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
90 | # CONFIG_ARCH_INTEGRATOR is not set | ||
91 | # CONFIG_ARCH_IOP3XX is not set | ||
92 | # CONFIG_ARCH_IXP4XX is not set | ||
93 | # CONFIG_ARCH_IXP2000 is not set | ||
94 | # CONFIG_ARCH_IXP23XX is not set | ||
95 | # CONFIG_ARCH_L7200 is not set | ||
96 | # CONFIG_ARCH_PXA is not set | ||
97 | # CONFIG_ARCH_RPC is not set | ||
98 | # CONFIG_ARCH_SA1100 is not set | ||
99 | # CONFIG_ARCH_S3C2410 is not set | ||
100 | # CONFIG_ARCH_SHARK is not set | ||
101 | # CONFIG_ARCH_LH7A40X is not set | ||
102 | # CONFIG_ARCH_OMAP is not set | ||
103 | # CONFIG_ARCH_VERSATILE is not set | ||
104 | # CONFIG_ARCH_REALVIEW is not set | ||
105 | # CONFIG_ARCH_IMX is not set | ||
106 | # CONFIG_ARCH_H720X is not set | ||
107 | # CONFIG_ARCH_AAEC2000 is not set | ||
108 | CONFIG_ARCH_AT91RM9200=y | ||
109 | |||
110 | # | ||
111 | # AT91RM9200 Implementations | ||
112 | # | ||
113 | |||
114 | # | ||
115 | # AT91RM9200 Board Type | ||
116 | # | ||
117 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
118 | # CONFIG_MACH_AT91RM9200EK is not set | ||
119 | # CONFIG_MACH_CSB337 is not set | ||
120 | # CONFIG_MACH_CSB637 is not set | ||
121 | # CONFIG_MACH_CARMEVA is not set | ||
122 | # CONFIG_MACH_KB9200 is not set | ||
123 | CONFIG_MACH_ATEB9200=y | ||
124 | # CONFIG_MACH_KAFA is not set | ||
125 | |||
126 | # | ||
127 | # AT91 Feature Selections | ||
128 | # | ||
129 | # CONFIG_AT91_PROGRAMMABLE_CLOCKS is not set | ||
130 | |||
131 | # | ||
132 | # Processor Type | ||
133 | # | ||
134 | CONFIG_CPU_32=y | ||
135 | CONFIG_CPU_ARM920T=y | ||
136 | CONFIG_CPU_32v4=y | ||
137 | CONFIG_CPU_ABRT_EV4T=y | ||
138 | CONFIG_CPU_CACHE_V4WT=y | ||
139 | CONFIG_CPU_CACHE_VIVT=y | ||
140 | CONFIG_CPU_COPY_V4WB=y | ||
141 | CONFIG_CPU_TLB_V4WBI=y | ||
142 | |||
143 | # | ||
144 | # Processor Features | ||
145 | # | ||
146 | CONFIG_ARM_THUMB=y | ||
147 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
148 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
149 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
150 | |||
151 | # | ||
152 | # Bus support | ||
153 | # | ||
154 | |||
155 | # | ||
156 | # PCCARD (PCMCIA/CardBus) support | ||
157 | # | ||
158 | CONFIG_PCCARD=m | ||
159 | # CONFIG_PCMCIA_DEBUG is not set | ||
160 | CONFIG_PCMCIA=m | ||
161 | CONFIG_PCMCIA_LOAD_CIS=y | ||
162 | CONFIG_PCMCIA_IOCTL=y | ||
163 | |||
164 | # | ||
165 | # PC-card bridges | ||
166 | # | ||
167 | CONFIG_AT91_CF=m | ||
168 | |||
169 | # | ||
170 | # Kernel Features | ||
171 | # | ||
172 | CONFIG_PREEMPT=y | ||
173 | CONFIG_NO_IDLE_HZ=y | ||
174 | CONFIG_HZ=100 | ||
175 | # CONFIG_AEABI is not set | ||
176 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
177 | CONFIG_SELECT_MEMORY_MODEL=y | ||
178 | CONFIG_FLATMEM_MANUAL=y | ||
179 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
180 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
181 | CONFIG_FLATMEM=y | ||
182 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
183 | # CONFIG_SPARSEMEM_STATIC is not set | ||
184 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
185 | # CONFIG_LEDS is not set | ||
186 | CONFIG_ALIGNMENT_TRAP=y | ||
187 | |||
188 | # | ||
189 | # Boot options | ||
190 | # | ||
191 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
192 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
193 | CONFIG_CMDLINE="" | ||
194 | # CONFIG_XIP_KERNEL is not set | ||
195 | |||
196 | # | ||
197 | # Floating point emulation | ||
198 | # | ||
199 | |||
200 | # | ||
201 | # At least one emulation must be selected | ||
202 | # | ||
203 | CONFIG_FPE_NWFPE=y | ||
204 | # CONFIG_FPE_NWFPE_XP is not set | ||
205 | # CONFIG_FPE_FASTFPE is not set | ||
206 | |||
207 | # | ||
208 | # Userspace binary formats | ||
209 | # | ||
210 | CONFIG_BINFMT_ELF=y | ||
211 | # CONFIG_BINFMT_AOUT is not set | ||
212 | # CONFIG_BINFMT_MISC is not set | ||
213 | # CONFIG_ARTHUR is not set | ||
214 | |||
215 | # | ||
216 | # Power management options | ||
217 | # | ||
218 | CONFIG_PM=y | ||
219 | CONFIG_PM_LEGACY=y | ||
220 | # CONFIG_PM_DEBUG is not set | ||
221 | # CONFIG_APM is not set | ||
222 | |||
223 | # | ||
224 | # Networking | ||
225 | # | ||
226 | CONFIG_NET=y | ||
227 | |||
228 | # | ||
229 | # Networking options | ||
230 | # | ||
231 | # CONFIG_NETDEBUG is not set | ||
232 | CONFIG_PACKET=y | ||
233 | # CONFIG_PACKET_MMAP is not set | ||
234 | CONFIG_UNIX=y | ||
235 | CONFIG_XFRM=y | ||
236 | # CONFIG_XFRM_USER is not set | ||
237 | CONFIG_NET_KEY=y | ||
238 | CONFIG_INET=y | ||
239 | # CONFIG_IP_MULTICAST is not set | ||
240 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
241 | CONFIG_IP_FIB_HASH=y | ||
242 | # CONFIG_IP_PNP is not set | ||
243 | # CONFIG_NET_IPIP is not set | ||
244 | # CONFIG_NET_IPGRE is not set | ||
245 | # CONFIG_ARPD is not set | ||
246 | # CONFIG_SYN_COOKIES is not set | ||
247 | # CONFIG_INET_AH is not set | ||
248 | # CONFIG_INET_ESP is not set | ||
249 | # CONFIG_INET_IPCOMP is not set | ||
250 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
251 | # CONFIG_INET_TUNNEL is not set | ||
252 | CONFIG_INET_DIAG=y | ||
253 | CONFIG_INET_TCP_DIAG=y | ||
254 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
255 | CONFIG_TCP_CONG_BIC=y | ||
256 | # CONFIG_IPV6 is not set | ||
257 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
258 | # CONFIG_INET6_TUNNEL is not set | ||
259 | # CONFIG_NETFILTER is not set | ||
260 | |||
261 | # | ||
262 | # DCCP Configuration (EXPERIMENTAL) | ||
263 | # | ||
264 | # CONFIG_IP_DCCP is not set | ||
265 | |||
266 | # | ||
267 | # SCTP Configuration (EXPERIMENTAL) | ||
268 | # | ||
269 | # CONFIG_IP_SCTP is not set | ||
270 | |||
271 | # | ||
272 | # TIPC Configuration (EXPERIMENTAL) | ||
273 | # | ||
274 | # CONFIG_TIPC is not set | ||
275 | # CONFIG_ATM is not set | ||
276 | CONFIG_BRIDGE=m | ||
277 | CONFIG_VLAN_8021Q=m | ||
278 | # CONFIG_DECNET is not set | ||
279 | CONFIG_LLC=m | ||
280 | # CONFIG_LLC2 is not set | ||
281 | # CONFIG_IPX is not set | ||
282 | # CONFIG_ATALK is not set | ||
283 | # CONFIG_X25 is not set | ||
284 | # CONFIG_LAPB is not set | ||
285 | # CONFIG_NET_DIVERT is not set | ||
286 | # CONFIG_ECONET is not set | ||
287 | # CONFIG_WAN_ROUTER is not set | ||
288 | |||
289 | # | ||
290 | # QoS and/or fair queueing | ||
291 | # | ||
292 | # CONFIG_NET_SCHED is not set | ||
293 | |||
294 | # | ||
295 | # Network testing | ||
296 | # | ||
297 | # CONFIG_NET_PKTGEN is not set | ||
298 | # CONFIG_HAMRADIO is not set | ||
299 | # CONFIG_IRDA is not set | ||
300 | # CONFIG_BT is not set | ||
301 | CONFIG_IEEE80211=m | ||
302 | # CONFIG_IEEE80211_DEBUG is not set | ||
303 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
304 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
305 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
306 | # CONFIG_IEEE80211_SOFTMAC is not set | ||
307 | CONFIG_WIRELESS_EXT=y | ||
308 | |||
309 | # | ||
310 | # Device Drivers | ||
311 | # | ||
312 | |||
313 | # | ||
314 | # Generic Driver Options | ||
315 | # | ||
316 | CONFIG_STANDALONE=y | ||
317 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
318 | CONFIG_FW_LOADER=y | ||
319 | |||
320 | # | ||
321 | # Connector - unified userspace <-> kernelspace linker | ||
322 | # | ||
323 | # CONFIG_CONNECTOR is not set | ||
324 | |||
325 | # | ||
326 | # Memory Technology Devices (MTD) | ||
327 | # | ||
328 | CONFIG_MTD=y | ||
329 | # CONFIG_MTD_DEBUG is not set | ||
330 | # CONFIG_MTD_CONCAT is not set | ||
331 | CONFIG_MTD_PARTITIONS=y | ||
332 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
333 | CONFIG_MTD_CMDLINE_PARTS=y | ||
334 | # CONFIG_MTD_AFS_PARTS is not set | ||
335 | |||
336 | # | ||
337 | # User Modules And Translation Layers | ||
338 | # | ||
339 | CONFIG_MTD_CHAR=y | ||
340 | # CONFIG_MTD_BLOCK is not set | ||
341 | CONFIG_MTD_BLOCK_RO=y | ||
342 | # CONFIG_FTL is not set | ||
343 | # CONFIG_NFTL is not set | ||
344 | # CONFIG_INFTL is not set | ||
345 | # CONFIG_RFD_FTL is not set | ||
346 | |||
347 | # | ||
348 | # RAM/ROM/Flash chip drivers | ||
349 | # | ||
350 | # CONFIG_MTD_CFI is not set | ||
351 | # CONFIG_MTD_JEDECPROBE is not set | ||
352 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
353 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
354 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
355 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
356 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
357 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
358 | CONFIG_MTD_CFI_I1=y | ||
359 | CONFIG_MTD_CFI_I2=y | ||
360 | # CONFIG_MTD_CFI_I4 is not set | ||
361 | # CONFIG_MTD_CFI_I8 is not set | ||
362 | # CONFIG_MTD_RAM is not set | ||
363 | # CONFIG_MTD_ROM is not set | ||
364 | # CONFIG_MTD_ABSENT is not set | ||
365 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
366 | |||
367 | # | ||
368 | # Mapping drivers for chip access | ||
369 | # | ||
370 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
371 | # CONFIG_MTD_PLATRAM is not set | ||
372 | |||
373 | # | ||
374 | # Self-contained MTD device drivers | ||
375 | # | ||
376 | # CONFIG_MTD_SLRAM is not set | ||
377 | # CONFIG_MTD_PHRAM is not set | ||
378 | # CONFIG_MTD_MTDRAM is not set | ||
379 | # CONFIG_MTD_BLOCK2MTD is not set | ||
380 | |||
381 | # | ||
382 | # Disk-On-Chip Device Drivers | ||
383 | # | ||
384 | # CONFIG_MTD_DOC2000 is not set | ||
385 | # CONFIG_MTD_DOC2001 is not set | ||
386 | # CONFIG_MTD_DOC2001PLUS is not set | ||
387 | CONFIG_MTD_AT91_DATAFLASH=y | ||
388 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
389 | |||
390 | # | ||
391 | # NAND Flash Device Drivers | ||
392 | # | ||
393 | # CONFIG_MTD_NAND is not set | ||
394 | |||
395 | # | ||
396 | # OneNAND Flash Device Drivers | ||
397 | # | ||
398 | # CONFIG_MTD_ONENAND is not set | ||
399 | |||
400 | # | ||
401 | # Parallel port support | ||
402 | # | ||
403 | # CONFIG_PARPORT is not set | ||
404 | |||
405 | # | ||
406 | # Plug and Play support | ||
407 | # | ||
408 | |||
409 | # | ||
410 | # Block devices | ||
411 | # | ||
412 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
413 | CONFIG_BLK_DEV_LOOP=m | ||
414 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
415 | CONFIG_BLK_DEV_NBD=m | ||
416 | # CONFIG_BLK_DEV_UB is not set | ||
417 | # CONFIG_BLK_DEV_RAM is not set | ||
418 | # CONFIG_BLK_DEV_INITRD is not set | ||
419 | # CONFIG_CDROM_PKTCDVD is not set | ||
420 | # CONFIG_ATA_OVER_ETH is not set | ||
421 | |||
422 | # | ||
423 | # ATA/ATAPI/MFM/RLL support | ||
424 | # | ||
425 | # CONFIG_IDE is not set | ||
426 | |||
427 | # | ||
428 | # SCSI device support | ||
429 | # | ||
430 | # CONFIG_RAID_ATTRS is not set | ||
431 | CONFIG_SCSI=m | ||
432 | CONFIG_SCSI_PROC_FS=y | ||
433 | |||
434 | # | ||
435 | # SCSI support type (disk, tape, CD-ROM) | ||
436 | # | ||
437 | CONFIG_BLK_DEV_SD=m | ||
438 | # CONFIG_CHR_DEV_ST is not set | ||
439 | # CONFIG_CHR_DEV_OSST is not set | ||
440 | CONFIG_BLK_DEV_SR=m | ||
441 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
442 | CONFIG_CHR_DEV_SG=m | ||
443 | # CONFIG_CHR_DEV_SCH is not set | ||
444 | |||
445 | # | ||
446 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
447 | # | ||
448 | CONFIG_SCSI_MULTI_LUN=y | ||
449 | # CONFIG_SCSI_CONSTANTS is not set | ||
450 | # CONFIG_SCSI_LOGGING is not set | ||
451 | |||
452 | # | ||
453 | # SCSI Transport Attributes | ||
454 | # | ||
455 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
456 | # CONFIG_SCSI_FC_ATTRS is not set | ||
457 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
458 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
459 | |||
460 | # | ||
461 | # SCSI low-level drivers | ||
462 | # | ||
463 | # CONFIG_ISCSI_TCP is not set | ||
464 | # CONFIG_SCSI_SATA is not set | ||
465 | # CONFIG_SCSI_DEBUG is not set | ||
466 | |||
467 | # | ||
468 | # PCMCIA SCSI adapter support | ||
469 | # | ||
470 | # CONFIG_PCMCIA_AHA152X is not set | ||
471 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
472 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
473 | # CONFIG_PCMCIA_QLOGIC is not set | ||
474 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
475 | |||
476 | # | ||
477 | # Multi-device support (RAID and LVM) | ||
478 | # | ||
479 | # CONFIG_MD is not set | ||
480 | |||
481 | # | ||
482 | # Fusion MPT device support | ||
483 | # | ||
484 | # CONFIG_FUSION is not set | ||
485 | |||
486 | # | ||
487 | # IEEE 1394 (FireWire) support | ||
488 | # | ||
489 | |||
490 | # | ||
491 | # I2O device support | ||
492 | # | ||
493 | |||
494 | # | ||
495 | # Network device support | ||
496 | # | ||
497 | CONFIG_NETDEVICES=y | ||
498 | CONFIG_DUMMY=m | ||
499 | # CONFIG_BONDING is not set | ||
500 | # CONFIG_EQUALIZER is not set | ||
501 | CONFIG_TUN=m | ||
502 | |||
503 | # | ||
504 | # PHY device support | ||
505 | # | ||
506 | CONFIG_PHYLIB=y | ||
507 | |||
508 | # | ||
509 | # MII PHY device drivers | ||
510 | # | ||
511 | # CONFIG_MARVELL_PHY is not set | ||
512 | CONFIG_DAVICOM_PHY=y | ||
513 | # CONFIG_QSEMI_PHY is not set | ||
514 | # CONFIG_LXT_PHY is not set | ||
515 | # CONFIG_CICADA_PHY is not set | ||
516 | |||
517 | # | ||
518 | # Ethernet (10 or 100Mbit) | ||
519 | # | ||
520 | CONFIG_NET_ETHERNET=y | ||
521 | CONFIG_MII=y | ||
522 | CONFIG_ARM_AT91_ETHER=y | ||
523 | # CONFIG_SMC91X is not set | ||
524 | # CONFIG_DM9000 is not set | ||
525 | |||
526 | # | ||
527 | # Ethernet (1000 Mbit) | ||
528 | # | ||
529 | |||
530 | # | ||
531 | # Ethernet (10000 Mbit) | ||
532 | # | ||
533 | |||
534 | # | ||
535 | # Token Ring devices | ||
536 | # | ||
537 | |||
538 | # | ||
539 | # Wireless LAN (non-hamradio) | ||
540 | # | ||
541 | CONFIG_NET_RADIO=y | ||
542 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
543 | |||
544 | # | ||
545 | # Obsolete Wireless cards support (pre-802.11) | ||
546 | # | ||
547 | # CONFIG_STRIP is not set | ||
548 | # CONFIG_PCMCIA_WAVELAN is not set | ||
549 | # CONFIG_PCMCIA_NETWAVE is not set | ||
550 | |||
551 | # | ||
552 | # Wireless 802.11 Frequency Hopping cards support | ||
553 | # | ||
554 | # CONFIG_PCMCIA_RAYCS is not set | ||
555 | |||
556 | # | ||
557 | # Wireless 802.11b ISA/PCI cards support | ||
558 | # | ||
559 | # CONFIG_HERMES is not set | ||
560 | # CONFIG_ATMEL is not set | ||
561 | |||
562 | # | ||
563 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
564 | # | ||
565 | # CONFIG_AIRO_CS is not set | ||
566 | # CONFIG_PCMCIA_WL3501 is not set | ||
567 | # CONFIG_HOSTAP is not set | ||
568 | CONFIG_NET_WIRELESS=y | ||
569 | |||
570 | # | ||
571 | # PCMCIA network device support | ||
572 | # | ||
573 | # CONFIG_NET_PCMCIA is not set | ||
574 | |||
575 | # | ||
576 | # Wan interfaces | ||
577 | # | ||
578 | # CONFIG_WAN is not set | ||
579 | CONFIG_PPP=m | ||
580 | # CONFIG_PPP_MULTILINK is not set | ||
581 | # CONFIG_PPP_FILTER is not set | ||
582 | CONFIG_PPP_ASYNC=m | ||
583 | CONFIG_PPP_SYNC_TTY=m | ||
584 | CONFIG_PPP_DEFLATE=m | ||
585 | CONFIG_PPP_BSDCOMP=m | ||
586 | # CONFIG_PPP_MPPE is not set | ||
587 | CONFIG_PPPOE=m | ||
588 | # CONFIG_SLIP is not set | ||
589 | # CONFIG_SHAPER is not set | ||
590 | # CONFIG_NETCONSOLE is not set | ||
591 | # CONFIG_NETPOLL is not set | ||
592 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
593 | |||
594 | # | ||
595 | # ISDN subsystem | ||
596 | # | ||
597 | # CONFIG_ISDN is not set | ||
598 | |||
599 | # | ||
600 | # Input device support | ||
601 | # | ||
602 | CONFIG_INPUT=y | ||
603 | |||
604 | # | ||
605 | # Userland interfaces | ||
606 | # | ||
607 | CONFIG_INPUT_MOUSEDEV=y | ||
608 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
609 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
610 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
611 | # CONFIG_INPUT_JOYDEV is not set | ||
612 | # CONFIG_INPUT_TSDEV is not set | ||
613 | # CONFIG_INPUT_EVDEV is not set | ||
614 | # CONFIG_INPUT_EVBUG is not set | ||
615 | |||
616 | # | ||
617 | # Input Device Drivers | ||
618 | # | ||
619 | CONFIG_INPUT_KEYBOARD=y | ||
620 | CONFIG_KEYBOARD_ATKBD=y | ||
621 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
622 | # CONFIG_KEYBOARD_LKKBD is not set | ||
623 | # CONFIG_KEYBOARD_XTKBD is not set | ||
624 | # CONFIG_KEYBOARD_NEWTON is not set | ||
625 | CONFIG_INPUT_MOUSE=y | ||
626 | CONFIG_MOUSE_PS2=y | ||
627 | # CONFIG_MOUSE_SERIAL is not set | ||
628 | # CONFIG_MOUSE_VSXXXAA is not set | ||
629 | # CONFIG_INPUT_JOYSTICK is not set | ||
630 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
631 | # CONFIG_INPUT_MISC is not set | ||
632 | |||
633 | # | ||
634 | # Hardware I/O ports | ||
635 | # | ||
636 | CONFIG_SERIO=y | ||
637 | CONFIG_SERIO_SERPORT=y | ||
638 | CONFIG_SERIO_LIBPS2=y | ||
639 | # CONFIG_SERIO_RAW is not set | ||
640 | # CONFIG_GAMEPORT is not set | ||
641 | |||
642 | # | ||
643 | # Character devices | ||
644 | # | ||
645 | CONFIG_VT=y | ||
646 | CONFIG_VT_CONSOLE=y | ||
647 | CONFIG_HW_CONSOLE=y | ||
648 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
649 | |||
650 | # | ||
651 | # Serial drivers | ||
652 | # | ||
653 | # CONFIG_SERIAL_8250 is not set | ||
654 | |||
655 | # | ||
656 | # Non-8250 serial port support | ||
657 | # | ||
658 | CONFIG_SERIAL_AT91=y | ||
659 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
660 | # CONFIG_SERIAL_AT91_TTYAT is not set | ||
661 | CONFIG_SERIAL_CORE=y | ||
662 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
663 | CONFIG_UNIX98_PTYS=y | ||
664 | CONFIG_LEGACY_PTYS=y | ||
665 | CONFIG_LEGACY_PTY_COUNT=256 | ||
666 | |||
667 | # | ||
668 | # IPMI | ||
669 | # | ||
670 | # CONFIG_IPMI_HANDLER is not set | ||
671 | |||
672 | # | ||
673 | # Watchdog Cards | ||
674 | # | ||
675 | # CONFIG_WATCHDOG is not set | ||
676 | # CONFIG_NVRAM is not set | ||
677 | # CONFIG_DTLK is not set | ||
678 | # CONFIG_R3964 is not set | ||
679 | |||
680 | # | ||
681 | # Ftape, the floppy tape device driver | ||
682 | # | ||
683 | |||
684 | # | ||
685 | # PCMCIA character devices | ||
686 | # | ||
687 | # CONFIG_SYNCLINK_CS is not set | ||
688 | # CONFIG_CARDMAN_4000 is not set | ||
689 | # CONFIG_CARDMAN_4040 is not set | ||
690 | # CONFIG_RAW_DRIVER is not set | ||
691 | |||
692 | # | ||
693 | # TPM devices | ||
694 | # | ||
695 | # CONFIG_TCG_TPM is not set | ||
696 | # CONFIG_TELCLOCK is not set | ||
697 | CONFIG_AT91_SPI=y | ||
698 | CONFIG_AT91_SPIDEV=y | ||
699 | |||
700 | # | ||
701 | # I2C support | ||
702 | # | ||
703 | CONFIG_I2C=m | ||
704 | CONFIG_I2C_CHARDEV=m | ||
705 | |||
706 | # | ||
707 | # I2C Algorithms | ||
708 | # | ||
709 | CONFIG_I2C_ALGOBIT=m | ||
710 | CONFIG_I2C_ALGOPCF=m | ||
711 | CONFIG_I2C_ALGOPCA=m | ||
712 | |||
713 | # | ||
714 | # I2C Hardware Bus support | ||
715 | # | ||
716 | CONFIG_I2C_AT91=m | ||
717 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
718 | # CONFIG_I2C_STUB is not set | ||
719 | # CONFIG_I2C_PCA_ISA is not set | ||
720 | |||
721 | # | ||
722 | # Miscellaneous I2C Chip support | ||
723 | # | ||
724 | # CONFIG_SENSORS_DS1337 is not set | ||
725 | # CONFIG_SENSORS_DS1374 is not set | ||
726 | # CONFIG_SENSORS_EEPROM is not set | ||
727 | # CONFIG_SENSORS_PCF8574 is not set | ||
728 | # CONFIG_SENSORS_PCA9539 is not set | ||
729 | # CONFIG_SENSORS_PCF8591 is not set | ||
730 | # CONFIG_SENSORS_MAX6875 is not set | ||
731 | # CONFIG_I2C_DEBUG_CORE is not set | ||
732 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
733 | # CONFIG_I2C_DEBUG_BUS is not set | ||
734 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
735 | |||
736 | # | ||
737 | # SPI support | ||
738 | # | ||
739 | # CONFIG_SPI is not set | ||
740 | # CONFIG_SPI_MASTER is not set | ||
741 | |||
742 | # | ||
743 | # Dallas's 1-wire bus | ||
744 | # | ||
745 | # CONFIG_W1 is not set | ||
746 | |||
747 | # | ||
748 | # Hardware Monitoring support | ||
749 | # | ||
750 | CONFIG_HWMON=y | ||
751 | # CONFIG_HWMON_VID is not set | ||
752 | # CONFIG_SENSORS_ADM1021 is not set | ||
753 | # CONFIG_SENSORS_ADM1025 is not set | ||
754 | # CONFIG_SENSORS_ADM1026 is not set | ||
755 | # CONFIG_SENSORS_ADM1031 is not set | ||
756 | # CONFIG_SENSORS_ADM9240 is not set | ||
757 | # CONFIG_SENSORS_ASB100 is not set | ||
758 | # CONFIG_SENSORS_ATXP1 is not set | ||
759 | # CONFIG_SENSORS_DS1621 is not set | ||
760 | # CONFIG_SENSORS_F71805F is not set | ||
761 | # CONFIG_SENSORS_FSCHER is not set | ||
762 | # CONFIG_SENSORS_FSCPOS is not set | ||
763 | # CONFIG_SENSORS_GL518SM is not set | ||
764 | # CONFIG_SENSORS_GL520SM is not set | ||
765 | # CONFIG_SENSORS_IT87 is not set | ||
766 | # CONFIG_SENSORS_LM63 is not set | ||
767 | # CONFIG_SENSORS_LM75 is not set | ||
768 | # CONFIG_SENSORS_LM77 is not set | ||
769 | # CONFIG_SENSORS_LM78 is not set | ||
770 | # CONFIG_SENSORS_LM80 is not set | ||
771 | # CONFIG_SENSORS_LM83 is not set | ||
772 | # CONFIG_SENSORS_LM85 is not set | ||
773 | # CONFIG_SENSORS_LM87 is not set | ||
774 | # CONFIG_SENSORS_LM90 is not set | ||
775 | # CONFIG_SENSORS_LM92 is not set | ||
776 | # CONFIG_SENSORS_MAX1619 is not set | ||
777 | # CONFIG_SENSORS_PC87360 is not set | ||
778 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
779 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
780 | # CONFIG_SENSORS_W83781D is not set | ||
781 | # CONFIG_SENSORS_W83792D is not set | ||
782 | # CONFIG_SENSORS_W83L785TS is not set | ||
783 | # CONFIG_SENSORS_W83627HF is not set | ||
784 | # CONFIG_SENSORS_W83627EHF is not set | ||
785 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
786 | |||
787 | # | ||
788 | # Misc devices | ||
789 | # | ||
790 | |||
791 | # | ||
792 | # LED devices | ||
793 | # | ||
794 | # CONFIG_NEW_LEDS is not set | ||
795 | |||
796 | # | ||
797 | # LED drivers | ||
798 | # | ||
799 | |||
800 | # | ||
801 | # LED Triggers | ||
802 | # | ||
803 | |||
804 | # | ||
805 | # Multimedia devices | ||
806 | # | ||
807 | # CONFIG_VIDEO_DEV is not set | ||
808 | |||
809 | # | ||
810 | # Digital Video Broadcasting Devices | ||
811 | # | ||
812 | # CONFIG_DVB is not set | ||
813 | # CONFIG_USB_DABUSB is not set | ||
814 | |||
815 | # | ||
816 | # Graphics support | ||
817 | # | ||
818 | # CONFIG_FB is not set | ||
819 | |||
820 | # | ||
821 | # Console display driver support | ||
822 | # | ||
823 | # CONFIG_VGA_CONSOLE is not set | ||
824 | CONFIG_DUMMY_CONSOLE=y | ||
825 | |||
826 | # | ||
827 | # Sound | ||
828 | # | ||
829 | CONFIG_SOUND=y | ||
830 | |||
831 | # | ||
832 | # Advanced Linux Sound Architecture | ||
833 | # | ||
834 | # CONFIG_SND is not set | ||
835 | |||
836 | # | ||
837 | # Open Sound System | ||
838 | # | ||
839 | # CONFIG_SOUND_PRIME is not set | ||
840 | |||
841 | # | ||
842 | # USB support | ||
843 | # | ||
844 | CONFIG_USB_ARCH_HAS_HCD=y | ||
845 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
846 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
847 | CONFIG_USB=y | ||
848 | # CONFIG_USB_DEBUG is not set | ||
849 | |||
850 | # | ||
851 | # Miscellaneous USB options | ||
852 | # | ||
853 | CONFIG_USB_DEVICEFS=y | ||
854 | # CONFIG_USB_BANDWIDTH is not set | ||
855 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
856 | # CONFIG_USB_SUSPEND is not set | ||
857 | # CONFIG_USB_OTG is not set | ||
858 | |||
859 | # | ||
860 | # USB Host Controller Drivers | ||
861 | # | ||
862 | # CONFIG_USB_ISP116X_HCD is not set | ||
863 | CONFIG_USB_OHCI_HCD=y | ||
864 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
865 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
866 | # CONFIG_USB_SL811_HCD is not set | ||
867 | |||
868 | # | ||
869 | # USB Device Class drivers | ||
870 | # | ||
871 | CONFIG_USB_ACM=m | ||
872 | CONFIG_USB_PRINTER=m | ||
873 | |||
874 | # | ||
875 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
876 | # | ||
877 | |||
878 | # | ||
879 | # may also be needed; see USB_STORAGE Help for more information | ||
880 | # | ||
881 | CONFIG_USB_STORAGE=m | ||
882 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
883 | CONFIG_USB_STORAGE_DATAFAB=y | ||
884 | CONFIG_USB_STORAGE_FREECOM=y | ||
885 | CONFIG_USB_STORAGE_DPCM=y | ||
886 | CONFIG_USB_STORAGE_USBAT=y | ||
887 | CONFIG_USB_STORAGE_SDDR09=y | ||
888 | CONFIG_USB_STORAGE_SDDR55=y | ||
889 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
890 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
891 | # CONFIG_USB_LIBUSUAL is not set | ||
892 | |||
893 | # | ||
894 | # USB Input Devices | ||
895 | # | ||
896 | CONFIG_USB_HID=m | ||
897 | CONFIG_USB_HIDINPUT=y | ||
898 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
899 | CONFIG_HID_FF=y | ||
900 | CONFIG_HID_PID=y | ||
901 | CONFIG_LOGITECH_FF=y | ||
902 | CONFIG_THRUSTMASTER_FF=y | ||
903 | CONFIG_USB_HIDDEV=y | ||
904 | |||
905 | # | ||
906 | # USB HID Boot Protocol drivers | ||
907 | # | ||
908 | # CONFIG_USB_KBD is not set | ||
909 | # CONFIG_USB_MOUSE is not set | ||
910 | # CONFIG_USB_AIPTEK is not set | ||
911 | # CONFIG_USB_WACOM is not set | ||
912 | # CONFIG_USB_ACECAD is not set | ||
913 | # CONFIG_USB_KBTAB is not set | ||
914 | # CONFIG_USB_POWERMATE is not set | ||
915 | # CONFIG_USB_TOUCHSCREEN is not set | ||
916 | # CONFIG_USB_YEALINK is not set | ||
917 | # CONFIG_USB_XPAD is not set | ||
918 | # CONFIG_USB_ATI_REMOTE is not set | ||
919 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
920 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
921 | # CONFIG_USB_APPLETOUCH is not set | ||
922 | |||
923 | # | ||
924 | # USB Imaging devices | ||
925 | # | ||
926 | # CONFIG_USB_MDC800 is not set | ||
927 | # CONFIG_USB_MICROTEK is not set | ||
928 | |||
929 | # | ||
930 | # USB Network Adapters | ||
931 | # | ||
932 | # CONFIG_USB_CATC is not set | ||
933 | # CONFIG_USB_KAWETH is not set | ||
934 | # CONFIG_USB_PEGASUS is not set | ||
935 | # CONFIG_USB_RTL8150 is not set | ||
936 | CONFIG_USB_USBNET=y | ||
937 | CONFIG_USB_NET_AX8817X=y | ||
938 | CONFIG_USB_NET_CDCETHER=y | ||
939 | CONFIG_USB_NET_GL620A=y | ||
940 | CONFIG_USB_NET_NET1080=y | ||
941 | CONFIG_USB_NET_PLUSB=y | ||
942 | CONFIG_USB_NET_RNDIS_HOST=y | ||
943 | CONFIG_USB_NET_CDC_SUBSET=y | ||
944 | CONFIG_USB_ALI_M5632=y | ||
945 | CONFIG_USB_AN2720=y | ||
946 | CONFIG_USB_BELKIN=y | ||
947 | CONFIG_USB_ARMLINUX=y | ||
948 | CONFIG_USB_EPSON2888=y | ||
949 | CONFIG_USB_NET_ZAURUS=y | ||
950 | # CONFIG_USB_ZD1201 is not set | ||
951 | CONFIG_USB_MON=y | ||
952 | |||
953 | # | ||
954 | # USB port drivers | ||
955 | # | ||
956 | |||
957 | # | ||
958 | # USB Serial Converter support | ||
959 | # | ||
960 | CONFIG_USB_SERIAL=m | ||
961 | CONFIG_USB_SERIAL_GENERIC=y | ||
962 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
963 | # CONFIG_USB_SERIAL_ANYDATA is not set | ||
964 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
965 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
966 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
967 | CONFIG_USB_SERIAL_CP2101=m | ||
968 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
969 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
970 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
971 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
972 | # CONFIG_USB_SERIAL_VISOR is not set | ||
973 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
974 | # CONFIG_USB_SERIAL_IR is not set | ||
975 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
976 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
977 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
978 | # CONFIG_USB_SERIAL_IPW is not set | ||
979 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
980 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
981 | # CONFIG_USB_SERIAL_KLSI is not set | ||
982 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
983 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
984 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
985 | CONFIG_USB_SERIAL_PL2303=m | ||
986 | # CONFIG_USB_SERIAL_HP4X is not set | ||
987 | # CONFIG_USB_SERIAL_SAFE is not set | ||
988 | # CONFIG_USB_SERIAL_TI is not set | ||
989 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
990 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
991 | # CONFIG_USB_SERIAL_OPTION is not set | ||
992 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
993 | |||
994 | # | ||
995 | # USB Miscellaneous drivers | ||
996 | # | ||
997 | # CONFIG_USB_EMI62 is not set | ||
998 | # CONFIG_USB_EMI26 is not set | ||
999 | # CONFIG_USB_AUERSWALD is not set | ||
1000 | # CONFIG_USB_RIO500 is not set | ||
1001 | # CONFIG_USB_LEGOTOWER is not set | ||
1002 | # CONFIG_USB_LCD is not set | ||
1003 | # CONFIG_USB_LED is not set | ||
1004 | # CONFIG_USB_CYTHERM is not set | ||
1005 | # CONFIG_USB_PHIDGETKIT is not set | ||
1006 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1007 | # CONFIG_USB_IDMOUSE is not set | ||
1008 | # CONFIG_USB_LD is not set | ||
1009 | # CONFIG_USB_TEST is not set | ||
1010 | |||
1011 | # | ||
1012 | # USB DSL modem support | ||
1013 | # | ||
1014 | |||
1015 | # | ||
1016 | # USB Gadget Support | ||
1017 | # | ||
1018 | CONFIG_USB_GADGET=m | ||
1019 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1020 | CONFIG_USB_GADGET_SELECTED=y | ||
1021 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1022 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1023 | # CONFIG_USB_GADGET_GOKU is not set | ||
1024 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1025 | # CONFIG_USB_GADGET_OMAP is not set | ||
1026 | CONFIG_USB_GADGET_AT91=y | ||
1027 | CONFIG_USB_AT91=m | ||
1028 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1029 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
1030 | # CONFIG_USB_ZERO is not set | ||
1031 | CONFIG_USB_ETH=m | ||
1032 | CONFIG_USB_ETH_RNDIS=y | ||
1033 | CONFIG_USB_GADGETFS=m | ||
1034 | CONFIG_USB_FILE_STORAGE=m | ||
1035 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
1036 | CONFIG_USB_G_SERIAL=m | ||
1037 | |||
1038 | # | ||
1039 | # MMC/SD Card support | ||
1040 | # | ||
1041 | CONFIG_MMC=m | ||
1042 | CONFIG_MMC_DEBUG=y | ||
1043 | CONFIG_MMC_BLOCK=m | ||
1044 | CONFIG_MMC_AT91RM9200=m | ||
1045 | |||
1046 | # | ||
1047 | # Real Time Clock | ||
1048 | # | ||
1049 | CONFIG_RTC_LIB=y | ||
1050 | CONFIG_RTC_CLASS=y | ||
1051 | # CONFIG_RTC_HCTOSYS is not set | ||
1052 | |||
1053 | # | ||
1054 | # RTC interfaces | ||
1055 | # | ||
1056 | CONFIG_RTC_INTF_SYSFS=y | ||
1057 | CONFIG_RTC_INTF_PROC=y | ||
1058 | CONFIG_RTC_INTF_DEV=y | ||
1059 | |||
1060 | # | ||
1061 | # RTC drivers | ||
1062 | # | ||
1063 | # CONFIG_RTC_DRV_X1205 is not set | ||
1064 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1065 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1066 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1067 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1068 | CONFIG_RTC_DRV_AT91=y | ||
1069 | # CONFIG_RTC_DRV_TEST is not set | ||
1070 | |||
1071 | # | ||
1072 | # File systems | ||
1073 | # | ||
1074 | CONFIG_EXT2_FS=m | ||
1075 | # CONFIG_EXT2_FS_XATTR is not set | ||
1076 | # CONFIG_EXT2_FS_XIP is not set | ||
1077 | CONFIG_EXT3_FS=m | ||
1078 | CONFIG_EXT3_FS_XATTR=y | ||
1079 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1080 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1081 | CONFIG_JBD=m | ||
1082 | # CONFIG_JBD_DEBUG is not set | ||
1083 | CONFIG_FS_MBCACHE=m | ||
1084 | CONFIG_REISERFS_FS=m | ||
1085 | # CONFIG_REISERFS_CHECK is not set | ||
1086 | # CONFIG_REISERFS_PROC_INFO is not set | ||
1087 | # CONFIG_REISERFS_FS_XATTR is not set | ||
1088 | # CONFIG_JFS_FS is not set | ||
1089 | CONFIG_FS_POSIX_ACL=y | ||
1090 | # CONFIG_XFS_FS is not set | ||
1091 | # CONFIG_OCFS2_FS is not set | ||
1092 | # CONFIG_MINIX_FS is not set | ||
1093 | # CONFIG_ROMFS_FS is not set | ||
1094 | CONFIG_INOTIFY=y | ||
1095 | # CONFIG_QUOTA is not set | ||
1096 | CONFIG_DNOTIFY=y | ||
1097 | # CONFIG_AUTOFS_FS is not set | ||
1098 | # CONFIG_AUTOFS4_FS is not set | ||
1099 | # CONFIG_FUSE_FS is not set | ||
1100 | |||
1101 | # | ||
1102 | # CD-ROM/DVD Filesystems | ||
1103 | # | ||
1104 | CONFIG_ISO9660_FS=m | ||
1105 | CONFIG_JOLIET=y | ||
1106 | CONFIG_ZISOFS=y | ||
1107 | CONFIG_ZISOFS_FS=m | ||
1108 | CONFIG_UDF_FS=m | ||
1109 | CONFIG_UDF_NLS=y | ||
1110 | |||
1111 | # | ||
1112 | # DOS/FAT/NT Filesystems | ||
1113 | # | ||
1114 | CONFIG_FAT_FS=m | ||
1115 | CONFIG_MSDOS_FS=m | ||
1116 | CONFIG_VFAT_FS=m | ||
1117 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1118 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1119 | CONFIG_NTFS_FS=m | ||
1120 | # CONFIG_NTFS_DEBUG is not set | ||
1121 | CONFIG_NTFS_RW=y | ||
1122 | |||
1123 | # | ||
1124 | # Pseudo filesystems | ||
1125 | # | ||
1126 | CONFIG_PROC_FS=y | ||
1127 | CONFIG_SYSFS=y | ||
1128 | CONFIG_TMPFS=y | ||
1129 | # CONFIG_HUGETLB_PAGE is not set | ||
1130 | CONFIG_RAMFS=y | ||
1131 | # CONFIG_CONFIGFS_FS is not set | ||
1132 | |||
1133 | # | ||
1134 | # Miscellaneous filesystems | ||
1135 | # | ||
1136 | # CONFIG_ADFS_FS is not set | ||
1137 | # CONFIG_AFFS_FS is not set | ||
1138 | # CONFIG_HFS_FS is not set | ||
1139 | # CONFIG_HFSPLUS_FS is not set | ||
1140 | # CONFIG_BEFS_FS is not set | ||
1141 | # CONFIG_BFS_FS is not set | ||
1142 | # CONFIG_EFS_FS is not set | ||
1143 | # CONFIG_JFFS_FS is not set | ||
1144 | # CONFIG_JFFS2_FS is not set | ||
1145 | CONFIG_CRAMFS=y | ||
1146 | # CONFIG_VXFS_FS is not set | ||
1147 | # CONFIG_HPFS_FS is not set | ||
1148 | # CONFIG_QNX4FS_FS is not set | ||
1149 | # CONFIG_SYSV_FS is not set | ||
1150 | # CONFIG_UFS_FS is not set | ||
1151 | |||
1152 | # | ||
1153 | # Network File Systems | ||
1154 | # | ||
1155 | CONFIG_NFS_FS=m | ||
1156 | CONFIG_NFS_V3=y | ||
1157 | CONFIG_NFS_V3_ACL=y | ||
1158 | CONFIG_NFS_V4=y | ||
1159 | CONFIG_NFS_DIRECTIO=y | ||
1160 | CONFIG_NFSD=m | ||
1161 | CONFIG_NFSD_V3=y | ||
1162 | # CONFIG_NFSD_V3_ACL is not set | ||
1163 | CONFIG_NFSD_V4=y | ||
1164 | CONFIG_NFSD_TCP=y | ||
1165 | CONFIG_LOCKD=m | ||
1166 | CONFIG_LOCKD_V4=y | ||
1167 | CONFIG_EXPORTFS=m | ||
1168 | CONFIG_NFS_ACL_SUPPORT=m | ||
1169 | CONFIG_NFS_COMMON=y | ||
1170 | CONFIG_SUNRPC=m | ||
1171 | CONFIG_SUNRPC_GSS=m | ||
1172 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1173 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1174 | # CONFIG_SMB_FS is not set | ||
1175 | # CONFIG_CIFS is not set | ||
1176 | # CONFIG_NCP_FS is not set | ||
1177 | # CONFIG_CODA_FS is not set | ||
1178 | # CONFIG_AFS_FS is not set | ||
1179 | # CONFIG_9P_FS is not set | ||
1180 | |||
1181 | # | ||
1182 | # Partition Types | ||
1183 | # | ||
1184 | CONFIG_PARTITION_ADVANCED=y | ||
1185 | # CONFIG_ACORN_PARTITION is not set | ||
1186 | # CONFIG_OSF_PARTITION is not set | ||
1187 | # CONFIG_AMIGA_PARTITION is not set | ||
1188 | # CONFIG_ATARI_PARTITION is not set | ||
1189 | CONFIG_MAC_PARTITION=y | ||
1190 | CONFIG_MSDOS_PARTITION=y | ||
1191 | CONFIG_BSD_DISKLABEL=y | ||
1192 | CONFIG_MINIX_SUBPARTITION=y | ||
1193 | CONFIG_SOLARIS_X86_PARTITION=y | ||
1194 | CONFIG_UNIXWARE_DISKLABEL=y | ||
1195 | # CONFIG_LDM_PARTITION is not set | ||
1196 | # CONFIG_SGI_PARTITION is not set | ||
1197 | # CONFIG_ULTRIX_PARTITION is not set | ||
1198 | # CONFIG_SUN_PARTITION is not set | ||
1199 | # CONFIG_KARMA_PARTITION is not set | ||
1200 | # CONFIG_EFI_PARTITION is not set | ||
1201 | |||
1202 | # | ||
1203 | # Native Language Support | ||
1204 | # | ||
1205 | CONFIG_NLS=m | ||
1206 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1207 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1208 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1209 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1210 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1211 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1212 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1213 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1214 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1215 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1216 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1217 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1218 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1219 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1220 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1221 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1222 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1223 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1224 | CONFIG_NLS_CODEPAGE_932=m | ||
1225 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1226 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1227 | # CONFIG_NLS_ISO8859_8 is not set | ||
1228 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1229 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1230 | CONFIG_NLS_ASCII=m | ||
1231 | # CONFIG_NLS_ISO8859_1 is not set | ||
1232 | # CONFIG_NLS_ISO8859_2 is not set | ||
1233 | # CONFIG_NLS_ISO8859_3 is not set | ||
1234 | # CONFIG_NLS_ISO8859_4 is not set | ||
1235 | # CONFIG_NLS_ISO8859_5 is not set | ||
1236 | # CONFIG_NLS_ISO8859_6 is not set | ||
1237 | # CONFIG_NLS_ISO8859_7 is not set | ||
1238 | # CONFIG_NLS_ISO8859_9 is not set | ||
1239 | # CONFIG_NLS_ISO8859_13 is not set | ||
1240 | # CONFIG_NLS_ISO8859_14 is not set | ||
1241 | CONFIG_NLS_ISO8859_15=m | ||
1242 | # CONFIG_NLS_KOI8_R is not set | ||
1243 | # CONFIG_NLS_KOI8_U is not set | ||
1244 | CONFIG_NLS_UTF8=m | ||
1245 | |||
1246 | # | ||
1247 | # Profiling support | ||
1248 | # | ||
1249 | CONFIG_PROFILING=y | ||
1250 | CONFIG_OPROFILE=m | ||
1251 | |||
1252 | # | ||
1253 | # Kernel hacking | ||
1254 | # | ||
1255 | # CONFIG_PRINTK_TIME is not set | ||
1256 | # CONFIG_MAGIC_SYSRQ is not set | ||
1257 | # CONFIG_DEBUG_KERNEL is not set | ||
1258 | CONFIG_LOG_BUF_SHIFT=14 | ||
1259 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1260 | # CONFIG_DEBUG_FS is not set | ||
1261 | CONFIG_FRAME_POINTER=y | ||
1262 | # CONFIG_UNWIND_INFO is not set | ||
1263 | # CONFIG_DEBUG_USER is not set | ||
1264 | |||
1265 | # | ||
1266 | # Security options | ||
1267 | # | ||
1268 | # CONFIG_KEYS is not set | ||
1269 | # CONFIG_SECURITY is not set | ||
1270 | |||
1271 | # | ||
1272 | # Cryptographic options | ||
1273 | # | ||
1274 | CONFIG_CRYPTO=y | ||
1275 | # CONFIG_CRYPTO_HMAC is not set | ||
1276 | # CONFIG_CRYPTO_NULL is not set | ||
1277 | # CONFIG_CRYPTO_MD4 is not set | ||
1278 | CONFIG_CRYPTO_MD5=y | ||
1279 | # CONFIG_CRYPTO_SHA1 is not set | ||
1280 | # CONFIG_CRYPTO_SHA256 is not set | ||
1281 | # CONFIG_CRYPTO_SHA512 is not set | ||
1282 | # CONFIG_CRYPTO_WP512 is not set | ||
1283 | # CONFIG_CRYPTO_TGR192 is not set | ||
1284 | CONFIG_CRYPTO_DES=m | ||
1285 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1286 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1287 | # CONFIG_CRYPTO_SERPENT is not set | ||
1288 | CONFIG_CRYPTO_AES=m | ||
1289 | # CONFIG_CRYPTO_CAST5 is not set | ||
1290 | # CONFIG_CRYPTO_CAST6 is not set | ||
1291 | # CONFIG_CRYPTO_TEA is not set | ||
1292 | CONFIG_CRYPTO_ARC4=m | ||
1293 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1294 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1295 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1296 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1297 | # CONFIG_CRYPTO_CRC32C is not set | ||
1298 | # CONFIG_CRYPTO_TEST is not set | ||
1299 | |||
1300 | # | ||
1301 | # Hardware crypto devices | ||
1302 | # | ||
1303 | |||
1304 | # | ||
1305 | # Library routines | ||
1306 | # | ||
1307 | CONFIG_CRC_CCITT=m | ||
1308 | CONFIG_CRC16=m | ||
1309 | CONFIG_CRC32=y | ||
1310 | CONFIG_LIBCRC32C=m | ||
1311 | CONFIG_ZLIB_INFLATE=y | ||
1312 | CONFIG_ZLIB_DEFLATE=m | ||
diff --git a/arch/arm/configs/carmeva_defconfig b/arch/arm/configs/carmeva_defconfig new file mode 100644 index 000000000000..5ccd29a7c1fb --- /dev/null +++ b/arch/arm/configs/carmeva_defconfig | |||
@@ -0,0 +1,723 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc4 | ||
4 | # Tue Jun 14 12:05:24 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
20 | |||
21 | # | ||
22 | # General setup | ||
23 | # | ||
24 | CONFIG_LOCALVERSION="" | ||
25 | CONFIG_SWAP=y | ||
26 | # CONFIG_SYSVIPC is not set | ||
27 | # CONFIG_POSIX_MQUEUE is not set | ||
28 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
29 | # CONFIG_SYSCTL is not set | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | # CONFIG_IKCONFIG is not set | ||
34 | CONFIG_EMBEDDED=y | ||
35 | CONFIG_KALLSYMS=y | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
37 | CONFIG_PRINTK=y | ||
38 | CONFIG_BUG=y | ||
39 | CONFIG_BASE_FULL=y | ||
40 | CONFIG_FUTEX=y | ||
41 | CONFIG_EPOLL=y | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
43 | CONFIG_SHMEM=y | ||
44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
45 | CONFIG_CC_ALIGN_LABELS=0 | ||
46 | CONFIG_CC_ALIGN_LOOPS=0 | ||
47 | CONFIG_CC_ALIGN_JUMPS=0 | ||
48 | # CONFIG_TINY_SHMEM is not set | ||
49 | CONFIG_BASE_SMALL=0 | ||
50 | |||
51 | # | ||
52 | # Loadable module support | ||
53 | # | ||
54 | CONFIG_MODULES=y | ||
55 | CONFIG_MODULE_UNLOAD=y | ||
56 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
57 | CONFIG_OBSOLETE_MODPARM=y | ||
58 | # CONFIG_MODVERSIONS is not set | ||
59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
60 | # CONFIG_KMOD is not set | ||
61 | |||
62 | # | ||
63 | # System Type | ||
64 | # | ||
65 | # CONFIG_ARCH_CLPS7500 is not set | ||
66 | # CONFIG_ARCH_CLPS711X is not set | ||
67 | # CONFIG_ARCH_CO285 is not set | ||
68 | # CONFIG_ARCH_EBSA110 is not set | ||
69 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
70 | # CONFIG_ARCH_INTEGRATOR is not set | ||
71 | # CONFIG_ARCH_IOP3XX is not set | ||
72 | # CONFIG_ARCH_IXP4XX is not set | ||
73 | # CONFIG_ARCH_IXP2000 is not set | ||
74 | # CONFIG_ARCH_L7200 is not set | ||
75 | # CONFIG_ARCH_PXA is not set | ||
76 | # CONFIG_ARCH_RPC is not set | ||
77 | # CONFIG_ARCH_SA1100 is not set | ||
78 | # CONFIG_ARCH_S3C2410 is not set | ||
79 | # CONFIG_ARCH_SHARK is not set | ||
80 | # CONFIG_ARCH_LH7A40X is not set | ||
81 | # CONFIG_ARCH_OMAP is not set | ||
82 | # CONFIG_ARCH_VERSATILE is not set | ||
83 | # CONFIG_ARCH_IMX is not set | ||
84 | # CONFIG_ARCH_H720X is not set | ||
85 | CONFIG_ARCH_AT91RM9200=y | ||
86 | |||
87 | # | ||
88 | # AT91RM9200 Implementations | ||
89 | # | ||
90 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
91 | # CONFIG_MACH_AT91RM9200EK is not set | ||
92 | # CONFIG_MACH_CSB337 is not set | ||
93 | # CONFIG_MACH_CSB637 is not set | ||
94 | CONFIG_MACH_CARMEVA=y | ||
95 | |||
96 | # | ||
97 | # Processor Type | ||
98 | # | ||
99 | CONFIG_CPU_32=y | ||
100 | CONFIG_CPU_ARM920T=y | ||
101 | CONFIG_CPU_32v4=y | ||
102 | CONFIG_CPU_ABRT_EV4T=y | ||
103 | CONFIG_CPU_CACHE_V4WT=y | ||
104 | CONFIG_CPU_CACHE_VIVT=y | ||
105 | CONFIG_CPU_COPY_V4WB=y | ||
106 | CONFIG_CPU_TLB_V4WBI=y | ||
107 | |||
108 | # | ||
109 | # Processor Features | ||
110 | # | ||
111 | CONFIG_ARM_THUMB=y | ||
112 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
113 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
114 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
115 | |||
116 | # | ||
117 | # Bus support | ||
118 | # | ||
119 | CONFIG_ISA_DMA_API=y | ||
120 | |||
121 | # | ||
122 | # PCCARD (PCMCIA/CardBus) support | ||
123 | # | ||
124 | # CONFIG_PCCARD is not set | ||
125 | |||
126 | # | ||
127 | # Kernel Features | ||
128 | # | ||
129 | # CONFIG_SMP is not set | ||
130 | # CONFIG_PREEMPT is not set | ||
131 | # CONFIG_DISCONTIGMEM is not set | ||
132 | # CONFIG_LEDS is not set | ||
133 | CONFIG_ALIGNMENT_TRAP=y | ||
134 | |||
135 | # | ||
136 | # Boot options | ||
137 | # | ||
138 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
139 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
140 | CONFIG_CMDLINE="" | ||
141 | # CONFIG_XIP_KERNEL is not set | ||
142 | |||
143 | # | ||
144 | # Floating point emulation | ||
145 | # | ||
146 | |||
147 | # | ||
148 | # At least one emulation must be selected | ||
149 | # | ||
150 | CONFIG_FPE_NWFPE=y | ||
151 | # CONFIG_FPE_NWFPE_XP is not set | ||
152 | # CONFIG_FPE_FASTFPE is not set | ||
153 | |||
154 | # | ||
155 | # Userspace binary formats | ||
156 | # | ||
157 | CONFIG_BINFMT_ELF=y | ||
158 | # CONFIG_BINFMT_AOUT is not set | ||
159 | # CONFIG_BINFMT_MISC is not set | ||
160 | # CONFIG_ARTHUR is not set | ||
161 | |||
162 | # | ||
163 | # Power management options | ||
164 | # | ||
165 | # CONFIG_PM is not set | ||
166 | |||
167 | # | ||
168 | # Device Drivers | ||
169 | # | ||
170 | |||
171 | # | ||
172 | # Generic Driver Options | ||
173 | # | ||
174 | CONFIG_STANDALONE=y | ||
175 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
176 | # CONFIG_FW_LOADER is not set | ||
177 | |||
178 | # | ||
179 | # Memory Technology Devices (MTD) | ||
180 | # | ||
181 | CONFIG_MTD=y | ||
182 | # CONFIG_MTD_DEBUG is not set | ||
183 | # CONFIG_MTD_CONCAT is not set | ||
184 | CONFIG_MTD_PARTITIONS=y | ||
185 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
186 | CONFIG_MTD_CMDLINE_PARTS=y | ||
187 | # CONFIG_MTD_AFS_PARTS is not set | ||
188 | |||
189 | # | ||
190 | # User Modules And Translation Layers | ||
191 | # | ||
192 | CONFIG_MTD_CHAR=y | ||
193 | CONFIG_MTD_BLOCK=y | ||
194 | # CONFIG_FTL is not set | ||
195 | # CONFIG_NFTL is not set | ||
196 | # CONFIG_INFTL is not set | ||
197 | |||
198 | # | ||
199 | # RAM/ROM/Flash chip drivers | ||
200 | # | ||
201 | # CONFIG_MTD_CFI is not set | ||
202 | # CONFIG_MTD_JEDECPROBE is not set | ||
203 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
204 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
205 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
206 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
207 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
208 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
209 | CONFIG_MTD_CFI_I1=y | ||
210 | CONFIG_MTD_CFI_I2=y | ||
211 | # CONFIG_MTD_CFI_I4 is not set | ||
212 | # CONFIG_MTD_CFI_I8 is not set | ||
213 | # CONFIG_MTD_RAM is not set | ||
214 | # CONFIG_MTD_ROM is not set | ||
215 | # CONFIG_MTD_ABSENT is not set | ||
216 | |||
217 | # | ||
218 | # Mapping drivers for chip access | ||
219 | # | ||
220 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
221 | |||
222 | # | ||
223 | # Self-contained MTD device drivers | ||
224 | # | ||
225 | # CONFIG_MTD_SLRAM is not set | ||
226 | # CONFIG_MTD_PHRAM is not set | ||
227 | # CONFIG_MTD_MTDRAM is not set | ||
228 | # CONFIG_MTD_BLKMTD is not set | ||
229 | # CONFIG_MTD_BLOCK2MTD is not set | ||
230 | |||
231 | # | ||
232 | # Disk-On-Chip Device Drivers | ||
233 | # | ||
234 | # CONFIG_MTD_DOC2000 is not set | ||
235 | # CONFIG_MTD_DOC2001 is not set | ||
236 | # CONFIG_MTD_DOC2001PLUS is not set | ||
237 | CONFIG_MTD_AT91_DATAFLASH=y | ||
238 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
239 | |||
240 | # | ||
241 | # NAND Flash Device Drivers | ||
242 | # | ||
243 | # CONFIG_MTD_NAND is not set | ||
244 | |||
245 | # | ||
246 | # Parallel port support | ||
247 | # | ||
248 | # CONFIG_PARPORT is not set | ||
249 | |||
250 | # | ||
251 | # Plug and Play support | ||
252 | # | ||
253 | |||
254 | # | ||
255 | # Block devices | ||
256 | # | ||
257 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
258 | # CONFIG_BLK_DEV_LOOP is not set | ||
259 | # CONFIG_BLK_DEV_NBD is not set | ||
260 | CONFIG_BLK_DEV_RAM=y | ||
261 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
262 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
263 | CONFIG_BLK_DEV_INITRD=y | ||
264 | CONFIG_INITRAMFS_SOURCE="" | ||
265 | # CONFIG_CDROM_PKTCDVD is not set | ||
266 | |||
267 | # | ||
268 | # IO Schedulers | ||
269 | # | ||
270 | CONFIG_IOSCHED_NOOP=y | ||
271 | CONFIG_IOSCHED_AS=y | ||
272 | CONFIG_IOSCHED_DEADLINE=y | ||
273 | CONFIG_IOSCHED_CFQ=y | ||
274 | # CONFIG_ATA_OVER_ETH is not set | ||
275 | |||
276 | # | ||
277 | # SCSI device support | ||
278 | # | ||
279 | # CONFIG_SCSI is not set | ||
280 | |||
281 | # | ||
282 | # Multi-device support (RAID and LVM) | ||
283 | # | ||
284 | # CONFIG_MD is not set | ||
285 | |||
286 | # | ||
287 | # Fusion MPT device support | ||
288 | # | ||
289 | |||
290 | # | ||
291 | # IEEE 1394 (FireWire) support | ||
292 | # | ||
293 | |||
294 | # | ||
295 | # I2O device support | ||
296 | # | ||
297 | |||
298 | # | ||
299 | # Networking support | ||
300 | # | ||
301 | CONFIG_NET=y | ||
302 | |||
303 | # | ||
304 | # Networking options | ||
305 | # | ||
306 | # CONFIG_PACKET is not set | ||
307 | CONFIG_UNIX=y | ||
308 | # CONFIG_NET_KEY is not set | ||
309 | CONFIG_INET=y | ||
310 | CONFIG_IP_MULTICAST=y | ||
311 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
312 | CONFIG_IP_PNP=y | ||
313 | # CONFIG_IP_PNP_DHCP is not set | ||
314 | # CONFIG_IP_PNP_BOOTP is not set | ||
315 | # CONFIG_IP_PNP_RARP is not set | ||
316 | # CONFIG_NET_IPIP is not set | ||
317 | # CONFIG_NET_IPGRE is not set | ||
318 | # CONFIG_IP_MROUTE is not set | ||
319 | # CONFIG_ARPD is not set | ||
320 | # CONFIG_SYN_COOKIES is not set | ||
321 | # CONFIG_INET_AH is not set | ||
322 | # CONFIG_INET_ESP is not set | ||
323 | # CONFIG_INET_IPCOMP is not set | ||
324 | # CONFIG_INET_TUNNEL is not set | ||
325 | CONFIG_IP_TCPDIAG=y | ||
326 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
327 | # CONFIG_IPV6 is not set | ||
328 | # CONFIG_NETFILTER is not set | ||
329 | |||
330 | # | ||
331 | # SCTP Configuration (EXPERIMENTAL) | ||
332 | # | ||
333 | # CONFIG_IP_SCTP is not set | ||
334 | # CONFIG_ATM is not set | ||
335 | # CONFIG_BRIDGE is not set | ||
336 | # CONFIG_VLAN_8021Q is not set | ||
337 | # CONFIG_DECNET is not set | ||
338 | # CONFIG_LLC2 is not set | ||
339 | # CONFIG_IPX is not set | ||
340 | # CONFIG_ATALK is not set | ||
341 | # CONFIG_X25 is not set | ||
342 | # CONFIG_LAPB is not set | ||
343 | # CONFIG_NET_DIVERT is not set | ||
344 | # CONFIG_ECONET is not set | ||
345 | # CONFIG_WAN_ROUTER is not set | ||
346 | |||
347 | # | ||
348 | # QoS and/or fair queueing | ||
349 | # | ||
350 | # CONFIG_NET_SCHED is not set | ||
351 | # CONFIG_NET_CLS_ROUTE is not set | ||
352 | |||
353 | # | ||
354 | # Network testing | ||
355 | # | ||
356 | # CONFIG_NET_PKTGEN is not set | ||
357 | # CONFIG_NETPOLL is not set | ||
358 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
359 | # CONFIG_HAMRADIO is not set | ||
360 | # CONFIG_IRDA is not set | ||
361 | # CONFIG_BT is not set | ||
362 | CONFIG_NETDEVICES=y | ||
363 | # CONFIG_DUMMY is not set | ||
364 | # CONFIG_BONDING is not set | ||
365 | # CONFIG_EQUALIZER is not set | ||
366 | # CONFIG_TUN is not set | ||
367 | |||
368 | # | ||
369 | # Ethernet (10 or 100Mbit) | ||
370 | # | ||
371 | CONFIG_NET_ETHERNET=y | ||
372 | CONFIG_MII=y | ||
373 | CONFIG_ARM_AT91_ETHER=y | ||
374 | CONFIG_ARM_AT91_ETHER_RMII=y | ||
375 | # CONFIG_SMC91X is not set | ||
376 | |||
377 | # | ||
378 | # Ethernet (1000 Mbit) | ||
379 | # | ||
380 | |||
381 | # | ||
382 | # Ethernet (10000 Mbit) | ||
383 | # | ||
384 | |||
385 | # | ||
386 | # Token Ring devices | ||
387 | # | ||
388 | |||
389 | # | ||
390 | # Wireless LAN (non-hamradio) | ||
391 | # | ||
392 | # CONFIG_NET_RADIO is not set | ||
393 | |||
394 | # | ||
395 | # Wan interfaces | ||
396 | # | ||
397 | # CONFIG_WAN is not set | ||
398 | # CONFIG_PPP is not set | ||
399 | # CONFIG_SLIP is not set | ||
400 | # CONFIG_SHAPER is not set | ||
401 | # CONFIG_NETCONSOLE is not set | ||
402 | |||
403 | # | ||
404 | # ISDN subsystem | ||
405 | # | ||
406 | # CONFIG_ISDN is not set | ||
407 | |||
408 | # | ||
409 | # Input device support | ||
410 | # | ||
411 | CONFIG_INPUT=y | ||
412 | |||
413 | # | ||
414 | # Userland interfaces | ||
415 | # | ||
416 | # CONFIG_INPUT_MOUSEDEV is not set | ||
417 | # CONFIG_INPUT_JOYDEV is not set | ||
418 | # CONFIG_INPUT_TSDEV is not set | ||
419 | # CONFIG_INPUT_EVDEV is not set | ||
420 | # CONFIG_INPUT_EVBUG is not set | ||
421 | |||
422 | # | ||
423 | # Input Device Drivers | ||
424 | # | ||
425 | # CONFIG_INPUT_KEYBOARD is not set | ||
426 | # CONFIG_INPUT_MOUSE is not set | ||
427 | # CONFIG_INPUT_JOYSTICK is not set | ||
428 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
429 | # CONFIG_INPUT_MISC is not set | ||
430 | |||
431 | # | ||
432 | # Hardware I/O ports | ||
433 | # | ||
434 | CONFIG_SERIO=m | ||
435 | CONFIG_SERIO_SERPORT=m | ||
436 | # CONFIG_SERIO_LIBPS2 is not set | ||
437 | # CONFIG_SERIO_RAW is not set | ||
438 | # CONFIG_GAMEPORT is not set | ||
439 | CONFIG_SOUND_GAMEPORT=y | ||
440 | |||
441 | # | ||
442 | # Character devices | ||
443 | # | ||
444 | CONFIG_VT=y | ||
445 | CONFIG_VT_CONSOLE=y | ||
446 | CONFIG_HW_CONSOLE=y | ||
447 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
448 | |||
449 | # | ||
450 | # Serial drivers | ||
451 | # | ||
452 | # CONFIG_SERIAL_8250 is not set | ||
453 | |||
454 | # | ||
455 | # Non-8250 serial port support | ||
456 | # | ||
457 | CONFIG_SERIAL_AT91=y | ||
458 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
459 | CONFIG_SERIAL_CORE=y | ||
460 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
461 | CONFIG_UNIX98_PTYS=y | ||
462 | CONFIG_LEGACY_PTYS=y | ||
463 | CONFIG_LEGACY_PTY_COUNT=256 | ||
464 | |||
465 | # | ||
466 | # IPMI | ||
467 | # | ||
468 | # CONFIG_IPMI_HANDLER is not set | ||
469 | |||
470 | # | ||
471 | # Watchdog Cards | ||
472 | # | ||
473 | # CONFIG_WATCHDOG is not set | ||
474 | # CONFIG_NVRAM is not set | ||
475 | # CONFIG_RTC is not set | ||
476 | # CONFIG_AT91_RTC is not set | ||
477 | # CONFIG_DTLK is not set | ||
478 | # CONFIG_R3964 is not set | ||
479 | |||
480 | # | ||
481 | # Ftape, the floppy tape device driver | ||
482 | # | ||
483 | # CONFIG_DRM is not set | ||
484 | # CONFIG_RAW_DRIVER is not set | ||
485 | |||
486 | # | ||
487 | # TPM devices | ||
488 | # | ||
489 | CONFIG_AT91_SPI=y | ||
490 | CONFIG_AT91_SPIDEV=y | ||
491 | |||
492 | # | ||
493 | # I2C support | ||
494 | # | ||
495 | # CONFIG_I2C is not set | ||
496 | |||
497 | # | ||
498 | # Misc devices | ||
499 | # | ||
500 | |||
501 | # | ||
502 | # Multimedia devices | ||
503 | # | ||
504 | # CONFIG_VIDEO_DEV is not set | ||
505 | |||
506 | # | ||
507 | # Digital Video Broadcasting Devices | ||
508 | # | ||
509 | # CONFIG_DVB is not set | ||
510 | |||
511 | # | ||
512 | # Graphics support | ||
513 | # | ||
514 | # CONFIG_FB is not set | ||
515 | |||
516 | # | ||
517 | # Console display driver support | ||
518 | # | ||
519 | # CONFIG_VGA_CONSOLE is not set | ||
520 | CONFIG_DUMMY_CONSOLE=y | ||
521 | |||
522 | # | ||
523 | # Sound | ||
524 | # | ||
525 | # CONFIG_SOUND is not set | ||
526 | |||
527 | # | ||
528 | # USB support | ||
529 | # | ||
530 | CONFIG_USB_ARCH_HAS_HCD=y | ||
531 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
532 | # CONFIG_USB is not set | ||
533 | |||
534 | # | ||
535 | # USB Gadget Support | ||
536 | # | ||
537 | # CONFIG_USB_GADGET is not set | ||
538 | |||
539 | # | ||
540 | # MMC/SD Card support | ||
541 | # | ||
542 | CONFIG_MMC=m | ||
543 | CONFIG_MMC_DEBUG=y | ||
544 | CONFIG_MMC_BLOCK=m | ||
545 | CONFIG_MMC_AT91RM9200=m | ||
546 | |||
547 | # | ||
548 | # File systems | ||
549 | # | ||
550 | CONFIG_EXT2_FS=y | ||
551 | CONFIG_EXT2_FS_XATTR=y | ||
552 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
553 | # CONFIG_EXT2_FS_SECURITY is not set | ||
554 | # CONFIG_EXT3_FS is not set | ||
555 | # CONFIG_JBD is not set | ||
556 | CONFIG_FS_MBCACHE=y | ||
557 | # CONFIG_REISERFS_FS is not set | ||
558 | # CONFIG_JFS_FS is not set | ||
559 | |||
560 | # | ||
561 | # XFS support | ||
562 | # | ||
563 | # CONFIG_XFS_FS is not set | ||
564 | # CONFIG_MINIX_FS is not set | ||
565 | # CONFIG_ROMFS_FS is not set | ||
566 | # CONFIG_QUOTA is not set | ||
567 | # CONFIG_DNOTIFY is not set | ||
568 | # CONFIG_AUTOFS_FS is not set | ||
569 | # CONFIG_AUTOFS4_FS is not set | ||
570 | |||
571 | # | ||
572 | # CD-ROM/DVD Filesystems | ||
573 | # | ||
574 | # CONFIG_ISO9660_FS is not set | ||
575 | # CONFIG_UDF_FS is not set | ||
576 | |||
577 | # | ||
578 | # DOS/FAT/NT Filesystems | ||
579 | # | ||
580 | # CONFIG_MSDOS_FS is not set | ||
581 | # CONFIG_VFAT_FS is not set | ||
582 | # CONFIG_NTFS_FS is not set | ||
583 | |||
584 | # | ||
585 | # Pseudo filesystems | ||
586 | # | ||
587 | CONFIG_PROC_FS=y | ||
588 | CONFIG_SYSFS=y | ||
589 | # CONFIG_DEVFS_FS is not set | ||
590 | CONFIG_DEVPTS_FS_XATTR=y | ||
591 | CONFIG_DEVPTS_FS_SECURITY=y | ||
592 | # CONFIG_TMPFS is not set | ||
593 | # CONFIG_HUGETLB_PAGE is not set | ||
594 | CONFIG_RAMFS=y | ||
595 | |||
596 | # | ||
597 | # Miscellaneous filesystems | ||
598 | # | ||
599 | # CONFIG_ADFS_FS is not set | ||
600 | # CONFIG_AFFS_FS is not set | ||
601 | # CONFIG_HFS_FS is not set | ||
602 | # CONFIG_HFSPLUS_FS is not set | ||
603 | # CONFIG_BEFS_FS is not set | ||
604 | # CONFIG_BFS_FS is not set | ||
605 | # CONFIG_EFS_FS is not set | ||
606 | CONFIG_JFFS_FS=y | ||
607 | CONFIG_JFFS_FS_VERBOSE=0 | ||
608 | CONFIG_JFFS_PROC_FS=y | ||
609 | CONFIG_JFFS2_FS=y | ||
610 | CONFIG_JFFS2_FS_DEBUG=0 | ||
611 | CONFIG_JFFS2_FS_NAND=y | ||
612 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
613 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
614 | CONFIG_JFFS2_ZLIB=y | ||
615 | CONFIG_JFFS2_RTIME=y | ||
616 | # CONFIG_JFFS2_RUBIN is not set | ||
617 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
618 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
619 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
620 | # CONFIG_CRAMFS is not set | ||
621 | # CONFIG_VXFS_FS is not set | ||
622 | # CONFIG_HPFS_FS is not set | ||
623 | # CONFIG_QNX4FS_FS is not set | ||
624 | # CONFIG_SYSV_FS is not set | ||
625 | # CONFIG_UFS_FS is not set | ||
626 | |||
627 | # | ||
628 | # Network File Systems | ||
629 | # | ||
630 | CONFIG_NFS_FS=y | ||
631 | CONFIG_NFS_V3=y | ||
632 | CONFIG_NFS_V4=y | ||
633 | # CONFIG_NFS_DIRECTIO is not set | ||
634 | CONFIG_NFSD=y | ||
635 | # CONFIG_NFSD_V3 is not set | ||
636 | CONFIG_NFSD_TCP=y | ||
637 | CONFIG_ROOT_NFS=y | ||
638 | CONFIG_LOCKD=y | ||
639 | CONFIG_LOCKD_V4=y | ||
640 | CONFIG_EXPORTFS=y | ||
641 | CONFIG_SUNRPC=y | ||
642 | CONFIG_SUNRPC_GSS=y | ||
643 | CONFIG_RPCSEC_GSS_KRB5=y | ||
644 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
645 | # CONFIG_SMB_FS is not set | ||
646 | # CONFIG_CIFS is not set | ||
647 | # CONFIG_NCP_FS is not set | ||
648 | # CONFIG_CODA_FS is not set | ||
649 | # CONFIG_AFS_FS is not set | ||
650 | |||
651 | # | ||
652 | # Partition Types | ||
653 | # | ||
654 | # CONFIG_PARTITION_ADVANCED is not set | ||
655 | CONFIG_MSDOS_PARTITION=y | ||
656 | |||
657 | # | ||
658 | # Native Language Support | ||
659 | # | ||
660 | # CONFIG_NLS is not set | ||
661 | |||
662 | # | ||
663 | # Profiling support | ||
664 | # | ||
665 | # CONFIG_PROFILING is not set | ||
666 | |||
667 | # | ||
668 | # Kernel hacking | ||
669 | # | ||
670 | # CONFIG_PRINTK_TIME is not set | ||
671 | # CONFIG_DEBUG_KERNEL is not set | ||
672 | CONFIG_LOG_BUF_SHIFT=14 | ||
673 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
674 | CONFIG_FRAME_POINTER=y | ||
675 | # CONFIG_DEBUG_USER is not set | ||
676 | |||
677 | # | ||
678 | # Security options | ||
679 | # | ||
680 | # CONFIG_KEYS is not set | ||
681 | # CONFIG_SECURITY is not set | ||
682 | |||
683 | # | ||
684 | # Cryptographic options | ||
685 | # | ||
686 | CONFIG_CRYPTO=y | ||
687 | # CONFIG_CRYPTO_HMAC is not set | ||
688 | # CONFIG_CRYPTO_NULL is not set | ||
689 | # CONFIG_CRYPTO_MD4 is not set | ||
690 | CONFIG_CRYPTO_MD5=y | ||
691 | # CONFIG_CRYPTO_SHA1 is not set | ||
692 | # CONFIG_CRYPTO_SHA256 is not set | ||
693 | # CONFIG_CRYPTO_SHA512 is not set | ||
694 | # CONFIG_CRYPTO_WP512 is not set | ||
695 | # CONFIG_CRYPTO_TGR192 is not set | ||
696 | CONFIG_CRYPTO_DES=y | ||
697 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
698 | # CONFIG_CRYPTO_TWOFISH is not set | ||
699 | # CONFIG_CRYPTO_SERPENT is not set | ||
700 | # CONFIG_CRYPTO_AES is not set | ||
701 | # CONFIG_CRYPTO_CAST5 is not set | ||
702 | # CONFIG_CRYPTO_CAST6 is not set | ||
703 | # CONFIG_CRYPTO_TEA is not set | ||
704 | # CONFIG_CRYPTO_ARC4 is not set | ||
705 | # CONFIG_CRYPTO_KHAZAD is not set | ||
706 | # CONFIG_CRYPTO_ANUBIS is not set | ||
707 | # CONFIG_CRYPTO_DEFLATE is not set | ||
708 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
709 | # CONFIG_CRYPTO_CRC32C is not set | ||
710 | # CONFIG_CRYPTO_TEST is not set | ||
711 | |||
712 | # | ||
713 | # Hardware crypto devices | ||
714 | # | ||
715 | |||
716 | # | ||
717 | # Library routines | ||
718 | # | ||
719 | # CONFIG_CRC_CCITT is not set | ||
720 | CONFIG_CRC32=y | ||
721 | # CONFIG_LIBCRC32C is not set | ||
722 | CONFIG_ZLIB_INFLATE=y | ||
723 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/kafa_defconfig b/arch/arm/configs/kafa_defconfig new file mode 100644 index 000000000000..51ded20e3f64 --- /dev/null +++ b/arch/arm/configs/kafa_defconfig | |||
@@ -0,0 +1,884 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.17-rc3 | ||
4 | # Sun May 7 16:54:53 2006 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
9 | CONFIG_GENERIC_HWEIGHT=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_VECTORS_BASE=0xffff0000 | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_BROKEN_ON_SMP=y | ||
18 | CONFIG_LOCK_KERNEL=y | ||
19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
20 | |||
21 | # | ||
22 | # General setup | ||
23 | # | ||
24 | CONFIG_LOCALVERSION="" | ||
25 | # CONFIG_LOCALVERSION_AUTO is not set | ||
26 | # CONFIG_SWAP is not set | ||
27 | CONFIG_SYSVIPC=y | ||
28 | # CONFIG_POSIX_MQUEUE is not set | ||
29 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
30 | CONFIG_SYSCTL=y | ||
31 | # CONFIG_AUDIT is not set | ||
32 | # CONFIG_IKCONFIG is not set | ||
33 | # CONFIG_RELAY is not set | ||
34 | CONFIG_INITRAMFS_SOURCE="" | ||
35 | CONFIG_UID16=y | ||
36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
37 | # CONFIG_EMBEDDED is not set | ||
38 | CONFIG_KALLSYMS=y | ||
39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
40 | CONFIG_HOTPLUG=y | ||
41 | CONFIG_PRINTK=y | ||
42 | CONFIG_BUG=y | ||
43 | CONFIG_ELF_CORE=y | ||
44 | CONFIG_BASE_FULL=y | ||
45 | CONFIG_FUTEX=y | ||
46 | CONFIG_EPOLL=y | ||
47 | CONFIG_SHMEM=y | ||
48 | CONFIG_SLAB=y | ||
49 | # CONFIG_TINY_SHMEM is not set | ||
50 | CONFIG_BASE_SMALL=0 | ||
51 | # CONFIG_SLOB is not set | ||
52 | |||
53 | # | ||
54 | # Loadable module support | ||
55 | # | ||
56 | CONFIG_MODULES=y | ||
57 | CONFIG_MODULE_UNLOAD=y | ||
58 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
59 | # CONFIG_MODVERSIONS is not set | ||
60 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
61 | # CONFIG_KMOD is not set | ||
62 | |||
63 | # | ||
64 | # Block layer | ||
65 | # | ||
66 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
67 | |||
68 | # | ||
69 | # IO Schedulers | ||
70 | # | ||
71 | CONFIG_IOSCHED_NOOP=y | ||
72 | # CONFIG_IOSCHED_AS is not set | ||
73 | CONFIG_IOSCHED_DEADLINE=y | ||
74 | # CONFIG_IOSCHED_CFQ is not set | ||
75 | # CONFIG_DEFAULT_AS is not set | ||
76 | CONFIG_DEFAULT_DEADLINE=y | ||
77 | # CONFIG_DEFAULT_CFQ is not set | ||
78 | # CONFIG_DEFAULT_NOOP is not set | ||
79 | CONFIG_DEFAULT_IOSCHED="deadline" | ||
80 | |||
81 | # | ||
82 | # System Type | ||
83 | # | ||
84 | # CONFIG_ARCH_CLPS7500 is not set | ||
85 | # CONFIG_ARCH_CLPS711X is not set | ||
86 | # CONFIG_ARCH_CO285 is not set | ||
87 | # CONFIG_ARCH_EBSA110 is not set | ||
88 | # CONFIG_ARCH_EP93XX is not set | ||
89 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
90 | # CONFIG_ARCH_INTEGRATOR is not set | ||
91 | # CONFIG_ARCH_IOP3XX is not set | ||
92 | # CONFIG_ARCH_IXP4XX is not set | ||
93 | # CONFIG_ARCH_IXP2000 is not set | ||
94 | # CONFIG_ARCH_IXP23XX is not set | ||
95 | # CONFIG_ARCH_L7200 is not set | ||
96 | # CONFIG_ARCH_PXA is not set | ||
97 | # CONFIG_ARCH_RPC is not set | ||
98 | # CONFIG_ARCH_SA1100 is not set | ||
99 | # CONFIG_ARCH_S3C2410 is not set | ||
100 | # CONFIG_ARCH_SHARK is not set | ||
101 | # CONFIG_ARCH_LH7A40X is not set | ||
102 | # CONFIG_ARCH_OMAP is not set | ||
103 | # CONFIG_ARCH_VERSATILE is not set | ||
104 | # CONFIG_ARCH_REALVIEW is not set | ||
105 | # CONFIG_ARCH_IMX is not set | ||
106 | # CONFIG_ARCH_H720X is not set | ||
107 | # CONFIG_ARCH_AAEC2000 is not set | ||
108 | CONFIG_ARCH_AT91RM9200=y | ||
109 | |||
110 | # | ||
111 | # AT91RM9200 Implementations | ||
112 | # | ||
113 | |||
114 | # | ||
115 | # AT91RM9200 Board Type | ||
116 | # | ||
117 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
118 | # CONFIG_MACH_AT91RM9200EK is not set | ||
119 | # CONFIG_MACH_CSB337 is not set | ||
120 | # CONFIG_MACH_CSB637 is not set | ||
121 | # CONFIG_MACH_CARMEVA is not set | ||
122 | # CONFIG_MACH_KB9200 is not set | ||
123 | # CONFIG_MACH_ATEB9200 is not set | ||
124 | CONFIG_MACH_KAFA=y | ||
125 | |||
126 | # | ||
127 | # AT91 Feature Selections | ||
128 | # | ||
129 | # CONFIG_AT91_PROGRAMMABLE_CLOCKS is not set | ||
130 | |||
131 | # | ||
132 | # Processor Type | ||
133 | # | ||
134 | CONFIG_CPU_32=y | ||
135 | CONFIG_CPU_ARM920T=y | ||
136 | CONFIG_CPU_32v4=y | ||
137 | CONFIG_CPU_ABRT_EV4T=y | ||
138 | CONFIG_CPU_CACHE_V4WT=y | ||
139 | CONFIG_CPU_CACHE_VIVT=y | ||
140 | CONFIG_CPU_COPY_V4WB=y | ||
141 | CONFIG_CPU_TLB_V4WBI=y | ||
142 | |||
143 | # | ||
144 | # Processor Features | ||
145 | # | ||
146 | # CONFIG_ARM_THUMB is not set | ||
147 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
148 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
149 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
150 | |||
151 | # | ||
152 | # Bus support | ||
153 | # | ||
154 | |||
155 | # | ||
156 | # PCCARD (PCMCIA/CardBus) support | ||
157 | # | ||
158 | # CONFIG_PCCARD is not set | ||
159 | |||
160 | # | ||
161 | # Kernel Features | ||
162 | # | ||
163 | CONFIG_PREEMPT=y | ||
164 | # CONFIG_NO_IDLE_HZ is not set | ||
165 | CONFIG_HZ=100 | ||
166 | # CONFIG_AEABI is not set | ||
167 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
168 | CONFIG_SELECT_MEMORY_MODEL=y | ||
169 | CONFIG_FLATMEM_MANUAL=y | ||
170 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
171 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
172 | CONFIG_FLATMEM=y | ||
173 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
174 | # CONFIG_SPARSEMEM_STATIC is not set | ||
175 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
176 | CONFIG_LEDS=y | ||
177 | # CONFIG_LEDS_TIMER is not set | ||
178 | CONFIG_LEDS_CPU=y | ||
179 | CONFIG_ALIGNMENT_TRAP=y | ||
180 | |||
181 | # | ||
182 | # Boot options | ||
183 | # | ||
184 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
185 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
186 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x20800000,10M root=/dev/ram0 rw" | ||
187 | # CONFIG_XIP_KERNEL is not set | ||
188 | |||
189 | # | ||
190 | # Floating point emulation | ||
191 | # | ||
192 | |||
193 | # | ||
194 | # At least one emulation must be selected | ||
195 | # | ||
196 | CONFIG_FPE_NWFPE=y | ||
197 | # CONFIG_FPE_NWFPE_XP is not set | ||
198 | # CONFIG_FPE_FASTFPE is not set | ||
199 | |||
200 | # | ||
201 | # Userspace binary formats | ||
202 | # | ||
203 | CONFIG_BINFMT_ELF=y | ||
204 | # CONFIG_BINFMT_AOUT is not set | ||
205 | CONFIG_BINFMT_MISC=y | ||
206 | # CONFIG_ARTHUR is not set | ||
207 | |||
208 | # | ||
209 | # Power management options | ||
210 | # | ||
211 | # CONFIG_PM is not set | ||
212 | # CONFIG_APM is not set | ||
213 | |||
214 | # | ||
215 | # Networking | ||
216 | # | ||
217 | CONFIG_NET=y | ||
218 | |||
219 | # | ||
220 | # Networking options | ||
221 | # | ||
222 | # CONFIG_NETDEBUG is not set | ||
223 | CONFIG_PACKET=y | ||
224 | # CONFIG_PACKET_MMAP is not set | ||
225 | CONFIG_UNIX=y | ||
226 | # CONFIG_NET_KEY is not set | ||
227 | CONFIG_INET=y | ||
228 | # CONFIG_IP_MULTICAST is not set | ||
229 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
230 | CONFIG_IP_FIB_HASH=y | ||
231 | # CONFIG_IP_PNP is not set | ||
232 | # CONFIG_NET_IPIP is not set | ||
233 | # CONFIG_NET_IPGRE is not set | ||
234 | # CONFIG_ARPD is not set | ||
235 | # CONFIG_SYN_COOKIES is not set | ||
236 | # CONFIG_INET_AH is not set | ||
237 | # CONFIG_INET_ESP is not set | ||
238 | # CONFIG_INET_IPCOMP is not set | ||
239 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
240 | # CONFIG_INET_TUNNEL is not set | ||
241 | # CONFIG_INET_DIAG is not set | ||
242 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
243 | CONFIG_TCP_CONG_BIC=y | ||
244 | # CONFIG_IPV6 is not set | ||
245 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
246 | # CONFIG_INET6_TUNNEL is not set | ||
247 | # CONFIG_NETFILTER is not set | ||
248 | |||
249 | # | ||
250 | # DCCP Configuration (EXPERIMENTAL) | ||
251 | # | ||
252 | # CONFIG_IP_DCCP is not set | ||
253 | |||
254 | # | ||
255 | # SCTP Configuration (EXPERIMENTAL) | ||
256 | # | ||
257 | # CONFIG_IP_SCTP is not set | ||
258 | |||
259 | # | ||
260 | # TIPC Configuration (EXPERIMENTAL) | ||
261 | # | ||
262 | # CONFIG_TIPC is not set | ||
263 | # CONFIG_ATM is not set | ||
264 | # CONFIG_BRIDGE is not set | ||
265 | # CONFIG_VLAN_8021Q is not set | ||
266 | # CONFIG_DECNET is not set | ||
267 | # CONFIG_LLC2 is not set | ||
268 | # CONFIG_IPX is not set | ||
269 | # CONFIG_ATALK is not set | ||
270 | # CONFIG_X25 is not set | ||
271 | # CONFIG_LAPB is not set | ||
272 | # CONFIG_NET_DIVERT is not set | ||
273 | # CONFIG_ECONET is not set | ||
274 | # CONFIG_WAN_ROUTER is not set | ||
275 | |||
276 | # | ||
277 | # QoS and/or fair queueing | ||
278 | # | ||
279 | # CONFIG_NET_SCHED is not set | ||
280 | |||
281 | # | ||
282 | # Network testing | ||
283 | # | ||
284 | # CONFIG_NET_PKTGEN is not set | ||
285 | # CONFIG_HAMRADIO is not set | ||
286 | # CONFIG_IRDA is not set | ||
287 | # CONFIG_BT is not set | ||
288 | # CONFIG_IEEE80211 is not set | ||
289 | |||
290 | # | ||
291 | # Device Drivers | ||
292 | # | ||
293 | |||
294 | # | ||
295 | # Generic Driver Options | ||
296 | # | ||
297 | CONFIG_STANDALONE=y | ||
298 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
299 | # CONFIG_FW_LOADER is not set | ||
300 | |||
301 | # | ||
302 | # Connector - unified userspace <-> kernelspace linker | ||
303 | # | ||
304 | # CONFIG_CONNECTOR is not set | ||
305 | |||
306 | # | ||
307 | # Memory Technology Devices (MTD) | ||
308 | # | ||
309 | CONFIG_MTD=y | ||
310 | # CONFIG_MTD_DEBUG is not set | ||
311 | # CONFIG_MTD_CONCAT is not set | ||
312 | CONFIG_MTD_PARTITIONS=y | ||
313 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
314 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
315 | # CONFIG_MTD_AFS_PARTS is not set | ||
316 | |||
317 | # | ||
318 | # User Modules And Translation Layers | ||
319 | # | ||
320 | CONFIG_MTD_CHAR=y | ||
321 | # CONFIG_MTD_BLOCK is not set | ||
322 | CONFIG_MTD_BLOCK_RO=y | ||
323 | # CONFIG_FTL is not set | ||
324 | # CONFIG_NFTL is not set | ||
325 | # CONFIG_INFTL is not set | ||
326 | # CONFIG_RFD_FTL is not set | ||
327 | |||
328 | # | ||
329 | # RAM/ROM/Flash chip drivers | ||
330 | # | ||
331 | # CONFIG_MTD_CFI is not set | ||
332 | # CONFIG_MTD_JEDECPROBE is not set | ||
333 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
334 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
335 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
336 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
337 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
338 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
339 | CONFIG_MTD_CFI_I1=y | ||
340 | CONFIG_MTD_CFI_I2=y | ||
341 | # CONFIG_MTD_CFI_I4 is not set | ||
342 | # CONFIG_MTD_CFI_I8 is not set | ||
343 | # CONFIG_MTD_RAM is not set | ||
344 | # CONFIG_MTD_ROM is not set | ||
345 | # CONFIG_MTD_ABSENT is not set | ||
346 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
347 | |||
348 | # | ||
349 | # Mapping drivers for chip access | ||
350 | # | ||
351 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
352 | # CONFIG_MTD_PLATRAM is not set | ||
353 | |||
354 | # | ||
355 | # Self-contained MTD device drivers | ||
356 | # | ||
357 | # CONFIG_MTD_SLRAM is not set | ||
358 | # CONFIG_MTD_PHRAM is not set | ||
359 | # CONFIG_MTD_MTDRAM is not set | ||
360 | # CONFIG_MTD_BLOCK2MTD is not set | ||
361 | |||
362 | # | ||
363 | # Disk-On-Chip Device Drivers | ||
364 | # | ||
365 | # CONFIG_MTD_DOC2000 is not set | ||
366 | # CONFIG_MTD_DOC2001 is not set | ||
367 | # CONFIG_MTD_DOC2001PLUS is not set | ||
368 | CONFIG_MTD_AT91_DATAFLASH=y | ||
369 | # CONFIG_MTD_AT91_DATAFLASH_CARD is not set | ||
370 | |||
371 | # | ||
372 | # NAND Flash Device Drivers | ||
373 | # | ||
374 | # CONFIG_MTD_NAND is not set | ||
375 | |||
376 | # | ||
377 | # OneNAND Flash Device Drivers | ||
378 | # | ||
379 | # CONFIG_MTD_ONENAND is not set | ||
380 | |||
381 | # | ||
382 | # Parallel port support | ||
383 | # | ||
384 | # CONFIG_PARPORT is not set | ||
385 | |||
386 | # | ||
387 | # Plug and Play support | ||
388 | # | ||
389 | |||
390 | # | ||
391 | # Block devices | ||
392 | # | ||
393 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
394 | # CONFIG_BLK_DEV_LOOP is not set | ||
395 | # CONFIG_BLK_DEV_NBD is not set | ||
396 | # CONFIG_BLK_DEV_RAM is not set | ||
397 | # CONFIG_BLK_DEV_INITRD is not set | ||
398 | # CONFIG_CDROM_PKTCDVD is not set | ||
399 | # CONFIG_ATA_OVER_ETH is not set | ||
400 | |||
401 | # | ||
402 | # SCSI device support | ||
403 | # | ||
404 | # CONFIG_RAID_ATTRS is not set | ||
405 | # CONFIG_SCSI is not set | ||
406 | |||
407 | # | ||
408 | # Multi-device support (RAID and LVM) | ||
409 | # | ||
410 | # CONFIG_MD is not set | ||
411 | |||
412 | # | ||
413 | # Fusion MPT device support | ||
414 | # | ||
415 | # CONFIG_FUSION is not set | ||
416 | |||
417 | # | ||
418 | # IEEE 1394 (FireWire) support | ||
419 | # | ||
420 | |||
421 | # | ||
422 | # I2O device support | ||
423 | # | ||
424 | |||
425 | # | ||
426 | # Network device support | ||
427 | # | ||
428 | CONFIG_NETDEVICES=y | ||
429 | # CONFIG_DUMMY is not set | ||
430 | # CONFIG_BONDING is not set | ||
431 | # CONFIG_EQUALIZER is not set | ||
432 | # CONFIG_TUN is not set | ||
433 | |||
434 | # | ||
435 | # PHY device support | ||
436 | # | ||
437 | CONFIG_PHYLIB=y | ||
438 | |||
439 | # | ||
440 | # MII PHY device drivers | ||
441 | # | ||
442 | # CONFIG_MARVELL_PHY is not set | ||
443 | CONFIG_DAVICOM_PHY=y | ||
444 | # CONFIG_QSEMI_PHY is not set | ||
445 | # CONFIG_LXT_PHY is not set | ||
446 | # CONFIG_CICADA_PHY is not set | ||
447 | |||
448 | # | ||
449 | # Ethernet (10 or 100Mbit) | ||
450 | # | ||
451 | CONFIG_NET_ETHERNET=y | ||
452 | CONFIG_MII=y | ||
453 | CONFIG_ARM_AT91_ETHER=y | ||
454 | # CONFIG_SMC91X is not set | ||
455 | # CONFIG_DM9000 is not set | ||
456 | |||
457 | # | ||
458 | # Ethernet (1000 Mbit) | ||
459 | # | ||
460 | |||
461 | # | ||
462 | # Ethernet (10000 Mbit) | ||
463 | # | ||
464 | |||
465 | # | ||
466 | # Token Ring devices | ||
467 | # | ||
468 | |||
469 | # | ||
470 | # Wireless LAN (non-hamradio) | ||
471 | # | ||
472 | # CONFIG_NET_RADIO is not set | ||
473 | |||
474 | # | ||
475 | # Wan interfaces | ||
476 | # | ||
477 | # CONFIG_WAN is not set | ||
478 | # CONFIG_PPP is not set | ||
479 | # CONFIG_SLIP is not set | ||
480 | # CONFIG_SHAPER is not set | ||
481 | # CONFIG_NETCONSOLE is not set | ||
482 | # CONFIG_NETPOLL is not set | ||
483 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
484 | |||
485 | # | ||
486 | # ISDN subsystem | ||
487 | # | ||
488 | # CONFIG_ISDN is not set | ||
489 | |||
490 | # | ||
491 | # Input device support | ||
492 | # | ||
493 | CONFIG_INPUT=y | ||
494 | |||
495 | # | ||
496 | # Userland interfaces | ||
497 | # | ||
498 | CONFIG_INPUT_MOUSEDEV=y | ||
499 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
500 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
501 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
502 | # CONFIG_INPUT_JOYDEV is not set | ||
503 | # CONFIG_INPUT_TSDEV is not set | ||
504 | # CONFIG_INPUT_EVDEV is not set | ||
505 | # CONFIG_INPUT_EVBUG is not set | ||
506 | |||
507 | # | ||
508 | # Input Device Drivers | ||
509 | # | ||
510 | # CONFIG_INPUT_KEYBOARD is not set | ||
511 | # CONFIG_INPUT_MOUSE is not set | ||
512 | # CONFIG_INPUT_JOYSTICK is not set | ||
513 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
514 | # CONFIG_INPUT_MISC is not set | ||
515 | |||
516 | # | ||
517 | # Hardware I/O ports | ||
518 | # | ||
519 | # CONFIG_SERIO is not set | ||
520 | # CONFIG_GAMEPORT is not set | ||
521 | |||
522 | # | ||
523 | # Character devices | ||
524 | # | ||
525 | CONFIG_VT=y | ||
526 | CONFIG_VT_CONSOLE=y | ||
527 | CONFIG_HW_CONSOLE=y | ||
528 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
529 | |||
530 | # | ||
531 | # Serial drivers | ||
532 | # | ||
533 | # CONFIG_SERIAL_8250 is not set | ||
534 | |||
535 | # | ||
536 | # Non-8250 serial port support | ||
537 | # | ||
538 | CONFIG_SERIAL_AT91=y | ||
539 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
540 | # CONFIG_SERIAL_AT91_TTYAT is not set | ||
541 | CONFIG_SERIAL_CORE=y | ||
542 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
543 | CONFIG_UNIX98_PTYS=y | ||
544 | CONFIG_LEGACY_PTYS=y | ||
545 | CONFIG_LEGACY_PTY_COUNT=32 | ||
546 | |||
547 | # | ||
548 | # IPMI | ||
549 | # | ||
550 | # CONFIG_IPMI_HANDLER is not set | ||
551 | |||
552 | # | ||
553 | # Watchdog Cards | ||
554 | # | ||
555 | CONFIG_WATCHDOG=y | ||
556 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
557 | |||
558 | # | ||
559 | # Watchdog Device Drivers | ||
560 | # | ||
561 | # CONFIG_SOFT_WATCHDOG is not set | ||
562 | CONFIG_AT91_WATCHDOG=y | ||
563 | # CONFIG_NVRAM is not set | ||
564 | # CONFIG_DTLK is not set | ||
565 | # CONFIG_R3964 is not set | ||
566 | |||
567 | # | ||
568 | # Ftape, the floppy tape device driver | ||
569 | # | ||
570 | # CONFIG_RAW_DRIVER is not set | ||
571 | |||
572 | # | ||
573 | # TPM devices | ||
574 | # | ||
575 | # CONFIG_TCG_TPM is not set | ||
576 | # CONFIG_TELCLOCK is not set | ||
577 | CONFIG_AT91_SPI=y | ||
578 | CONFIG_AT91_SPIDEV=y | ||
579 | |||
580 | # | ||
581 | # I2C support | ||
582 | # | ||
583 | CONFIG_I2C=y | ||
584 | CONFIG_I2C_CHARDEV=y | ||
585 | |||
586 | # | ||
587 | # I2C Algorithms | ||
588 | # | ||
589 | # CONFIG_I2C_ALGOBIT is not set | ||
590 | # CONFIG_I2C_ALGOPCF is not set | ||
591 | # CONFIG_I2C_ALGOPCA is not set | ||
592 | |||
593 | # | ||
594 | # I2C Hardware Bus support | ||
595 | # | ||
596 | CONFIG_I2C_AT91=y | ||
597 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
598 | # CONFIG_I2C_STUB is not set | ||
599 | # CONFIG_I2C_PCA_ISA is not set | ||
600 | |||
601 | # | ||
602 | # Miscellaneous I2C Chip support | ||
603 | # | ||
604 | # CONFIG_SENSORS_DS1337 is not set | ||
605 | # CONFIG_SENSORS_DS1374 is not set | ||
606 | # CONFIG_SENSORS_EEPROM is not set | ||
607 | # CONFIG_SENSORS_PCF8574 is not set | ||
608 | # CONFIG_SENSORS_PCA9539 is not set | ||
609 | # CONFIG_SENSORS_PCF8591 is not set | ||
610 | # CONFIG_SENSORS_MAX6875 is not set | ||
611 | # CONFIG_I2C_DEBUG_CORE is not set | ||
612 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
613 | # CONFIG_I2C_DEBUG_BUS is not set | ||
614 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
615 | |||
616 | # | ||
617 | # SPI support | ||
618 | # | ||
619 | # CONFIG_SPI is not set | ||
620 | # CONFIG_SPI_MASTER is not set | ||
621 | |||
622 | # | ||
623 | # Dallas's 1-wire bus | ||
624 | # | ||
625 | # CONFIG_W1 is not set | ||
626 | |||
627 | # | ||
628 | # Hardware Monitoring support | ||
629 | # | ||
630 | # CONFIG_HWMON is not set | ||
631 | # CONFIG_HWMON_VID is not set | ||
632 | |||
633 | # | ||
634 | # Misc devices | ||
635 | # | ||
636 | |||
637 | # | ||
638 | # LED devices | ||
639 | # | ||
640 | # CONFIG_NEW_LEDS is not set | ||
641 | |||
642 | # | ||
643 | # LED drivers | ||
644 | # | ||
645 | |||
646 | # | ||
647 | # LED Triggers | ||
648 | # | ||
649 | |||
650 | # | ||
651 | # Multimedia devices | ||
652 | # | ||
653 | # CONFIG_VIDEO_DEV is not set | ||
654 | |||
655 | # | ||
656 | # Digital Video Broadcasting Devices | ||
657 | # | ||
658 | # CONFIG_DVB is not set | ||
659 | |||
660 | # | ||
661 | # Graphics support | ||
662 | # | ||
663 | # CONFIG_FB is not set | ||
664 | |||
665 | # | ||
666 | # Console display driver support | ||
667 | # | ||
668 | # CONFIG_VGA_CONSOLE is not set | ||
669 | CONFIG_DUMMY_CONSOLE=y | ||
670 | |||
671 | # | ||
672 | # Sound | ||
673 | # | ||
674 | # CONFIG_SOUND is not set | ||
675 | |||
676 | # | ||
677 | # USB support | ||
678 | # | ||
679 | CONFIG_USB_ARCH_HAS_HCD=y | ||
680 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
681 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
682 | # CONFIG_USB is not set | ||
683 | |||
684 | # | ||
685 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
686 | # | ||
687 | |||
688 | # | ||
689 | # USB Gadget Support | ||
690 | # | ||
691 | # CONFIG_USB_GADGET is not set | ||
692 | |||
693 | # | ||
694 | # MMC/SD Card support | ||
695 | # | ||
696 | # CONFIG_MMC is not set | ||
697 | |||
698 | # | ||
699 | # Real Time Clock | ||
700 | # | ||
701 | CONFIG_RTC_LIB=y | ||
702 | CONFIG_RTC_CLASS=y | ||
703 | # CONFIG_RTC_HCTOSYS is not set | ||
704 | |||
705 | # | ||
706 | # RTC interfaces | ||
707 | # | ||
708 | CONFIG_RTC_INTF_SYSFS=y | ||
709 | CONFIG_RTC_INTF_PROC=y | ||
710 | CONFIG_RTC_INTF_DEV=y | ||
711 | |||
712 | # | ||
713 | # RTC drivers | ||
714 | # | ||
715 | # CONFIG_RTC_DRV_X1205 is not set | ||
716 | # CONFIG_RTC_DRV_DS1672 is not set | ||
717 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
718 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
719 | # CONFIG_RTC_DRV_M48T86 is not set | ||
720 | CONFIG_RTC_DRV_AT91=y | ||
721 | # CONFIG_RTC_DRV_TEST is not set | ||
722 | |||
723 | # | ||
724 | # File systems | ||
725 | # | ||
726 | # CONFIG_EXT2_FS is not set | ||
727 | CONFIG_EXT3_FS=y | ||
728 | # CONFIG_EXT3_FS_XATTR is not set | ||
729 | CONFIG_JBD=y | ||
730 | # CONFIG_JBD_DEBUG is not set | ||
731 | # CONFIG_REISERFS_FS is not set | ||
732 | # CONFIG_JFS_FS is not set | ||
733 | # CONFIG_FS_POSIX_ACL is not set | ||
734 | # CONFIG_XFS_FS is not set | ||
735 | # CONFIG_OCFS2_FS is not set | ||
736 | # CONFIG_MINIX_FS is not set | ||
737 | # CONFIG_ROMFS_FS is not set | ||
738 | # CONFIG_INOTIFY is not set | ||
739 | # CONFIG_QUOTA is not set | ||
740 | CONFIG_DNOTIFY=y | ||
741 | # CONFIG_AUTOFS_FS is not set | ||
742 | # CONFIG_AUTOFS4_FS is not set | ||
743 | # CONFIG_FUSE_FS is not set | ||
744 | |||
745 | # | ||
746 | # CD-ROM/DVD Filesystems | ||
747 | # | ||
748 | # CONFIG_ISO9660_FS is not set | ||
749 | # CONFIG_UDF_FS is not set | ||
750 | |||
751 | # | ||
752 | # DOS/FAT/NT Filesystems | ||
753 | # | ||
754 | # CONFIG_MSDOS_FS is not set | ||
755 | # CONFIG_VFAT_FS is not set | ||
756 | # CONFIG_NTFS_FS is not set | ||
757 | |||
758 | # | ||
759 | # Pseudo filesystems | ||
760 | # | ||
761 | CONFIG_PROC_FS=y | ||
762 | CONFIG_SYSFS=y | ||
763 | CONFIG_TMPFS=y | ||
764 | # CONFIG_HUGETLB_PAGE is not set | ||
765 | CONFIG_RAMFS=y | ||
766 | # CONFIG_CONFIGFS_FS is not set | ||
767 | |||
768 | # | ||
769 | # Miscellaneous filesystems | ||
770 | # | ||
771 | # CONFIG_ADFS_FS is not set | ||
772 | # CONFIG_AFFS_FS is not set | ||
773 | # CONFIG_HFS_FS is not set | ||
774 | # CONFIG_HFSPLUS_FS is not set | ||
775 | # CONFIG_BEFS_FS is not set | ||
776 | # CONFIG_BFS_FS is not set | ||
777 | # CONFIG_EFS_FS is not set | ||
778 | # CONFIG_JFFS_FS is not set | ||
779 | # CONFIG_JFFS2_FS is not set | ||
780 | CONFIG_CRAMFS=y | ||
781 | # CONFIG_VXFS_FS is not set | ||
782 | # CONFIG_HPFS_FS is not set | ||
783 | # CONFIG_QNX4FS_FS is not set | ||
784 | # CONFIG_SYSV_FS is not set | ||
785 | # CONFIG_UFS_FS is not set | ||
786 | |||
787 | # | ||
788 | # Network File Systems | ||
789 | # | ||
790 | CONFIG_NFS_FS=m | ||
791 | CONFIG_NFS_V3=y | ||
792 | # CONFIG_NFS_V3_ACL is not set | ||
793 | # CONFIG_NFS_V4 is not set | ||
794 | # CONFIG_NFS_DIRECTIO is not set | ||
795 | # CONFIG_NFSD is not set | ||
796 | CONFIG_LOCKD=m | ||
797 | CONFIG_LOCKD_V4=y | ||
798 | CONFIG_NFS_COMMON=y | ||
799 | CONFIG_SUNRPC=m | ||
800 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
801 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
802 | # CONFIG_SMB_FS is not set | ||
803 | # CONFIG_CIFS is not set | ||
804 | # CONFIG_NCP_FS is not set | ||
805 | # CONFIG_CODA_FS is not set | ||
806 | # CONFIG_AFS_FS is not set | ||
807 | # CONFIG_9P_FS is not set | ||
808 | |||
809 | # | ||
810 | # Partition Types | ||
811 | # | ||
812 | # CONFIG_PARTITION_ADVANCED is not set | ||
813 | CONFIG_MSDOS_PARTITION=y | ||
814 | |||
815 | # | ||
816 | # Native Language Support | ||
817 | # | ||
818 | # CONFIG_NLS is not set | ||
819 | |||
820 | # | ||
821 | # Profiling support | ||
822 | # | ||
823 | # CONFIG_PROFILING is not set | ||
824 | |||
825 | # | ||
826 | # Kernel hacking | ||
827 | # | ||
828 | # CONFIG_PRINTK_TIME is not set | ||
829 | # CONFIG_MAGIC_SYSRQ is not set | ||
830 | # CONFIG_DEBUG_KERNEL is not set | ||
831 | CONFIG_LOG_BUF_SHIFT=14 | ||
832 | CONFIG_DEBUG_BUGVERBOSE=y | ||
833 | # CONFIG_DEBUG_FS is not set | ||
834 | CONFIG_FRAME_POINTER=y | ||
835 | # CONFIG_UNWIND_INFO is not set | ||
836 | # CONFIG_DEBUG_USER is not set | ||
837 | |||
838 | # | ||
839 | # Security options | ||
840 | # | ||
841 | # CONFIG_KEYS is not set | ||
842 | # CONFIG_SECURITY is not set | ||
843 | |||
844 | # | ||
845 | # Cryptographic options | ||
846 | # | ||
847 | CONFIG_CRYPTO=y | ||
848 | # CONFIG_CRYPTO_HMAC is not set | ||
849 | # CONFIG_CRYPTO_NULL is not set | ||
850 | # CONFIG_CRYPTO_MD4 is not set | ||
851 | CONFIG_CRYPTO_MD5=y | ||
852 | # CONFIG_CRYPTO_SHA1 is not set | ||
853 | # CONFIG_CRYPTO_SHA256 is not set | ||
854 | # CONFIG_CRYPTO_SHA512 is not set | ||
855 | # CONFIG_CRYPTO_WP512 is not set | ||
856 | # CONFIG_CRYPTO_TGR192 is not set | ||
857 | CONFIG_CRYPTO_DES=y | ||
858 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
859 | # CONFIG_CRYPTO_TWOFISH is not set | ||
860 | # CONFIG_CRYPTO_SERPENT is not set | ||
861 | # CONFIG_CRYPTO_AES is not set | ||
862 | # CONFIG_CRYPTO_CAST5 is not set | ||
863 | # CONFIG_CRYPTO_CAST6 is not set | ||
864 | # CONFIG_CRYPTO_TEA is not set | ||
865 | # CONFIG_CRYPTO_ARC4 is not set | ||
866 | # CONFIG_CRYPTO_KHAZAD is not set | ||
867 | # CONFIG_CRYPTO_ANUBIS is not set | ||
868 | # CONFIG_CRYPTO_DEFLATE is not set | ||
869 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
870 | # CONFIG_CRYPTO_CRC32C is not set | ||
871 | # CONFIG_CRYPTO_TEST is not set | ||
872 | |||
873 | # | ||
874 | # Hardware crypto devices | ||
875 | # | ||
876 | |||
877 | # | ||
878 | # Library routines | ||
879 | # | ||
880 | # CONFIG_CRC_CCITT is not set | ||
881 | # CONFIG_CRC16 is not set | ||
882 | CONFIG_CRC32=y | ||
883 | # CONFIG_LIBCRC32C is not set | ||
884 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/arm/configs/kb9202_defconfig b/arch/arm/configs/kb9202_defconfig new file mode 100644 index 000000000000..fee4f566452e --- /dev/null +++ b/arch/arm/configs/kb9202_defconfig | |||
@@ -0,0 +1,780 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.13-rc2 | ||
4 | # Sun Aug 14 19:26:59 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | |||
12 | # | ||
13 | # Code maturity level options | ||
14 | # | ||
15 | # CONFIG_EXPERIMENTAL is not set | ||
16 | CONFIG_CLEAN_COMPILE=y | ||
17 | CONFIG_BROKEN_ON_SMP=y | ||
18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | # CONFIG_SWAP is not set | ||
25 | # CONFIG_SYSVIPC is not set | ||
26 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
27 | CONFIG_SYSCTL=y | ||
28 | # CONFIG_AUDIT is not set | ||
29 | CONFIG_HOTPLUG=y | ||
30 | # CONFIG_KOBJECT_UEVENT is not set | ||
31 | # CONFIG_IKCONFIG is not set | ||
32 | # CONFIG_EMBEDDED is not set | ||
33 | CONFIG_KALLSYMS=y | ||
34 | # CONFIG_KALLSYMS_ALL is not set | ||
35 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
36 | CONFIG_PRINTK=y | ||
37 | CONFIG_BUG=y | ||
38 | CONFIG_BASE_FULL=y | ||
39 | CONFIG_FUTEX=y | ||
40 | CONFIG_EPOLL=y | ||
41 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
42 | CONFIG_SHMEM=y | ||
43 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
44 | CONFIG_CC_ALIGN_LABELS=0 | ||
45 | CONFIG_CC_ALIGN_LOOPS=0 | ||
46 | CONFIG_CC_ALIGN_JUMPS=0 | ||
47 | # CONFIG_TINY_SHMEM is not set | ||
48 | CONFIG_BASE_SMALL=0 | ||
49 | |||
50 | # | ||
51 | # Loadable module support | ||
52 | # | ||
53 | CONFIG_MODULES=y | ||
54 | CONFIG_MODULE_UNLOAD=y | ||
55 | CONFIG_OBSOLETE_MODPARM=y | ||
56 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
57 | CONFIG_KMOD=y | ||
58 | |||
59 | # | ||
60 | # System Type | ||
61 | # | ||
62 | # CONFIG_ARCH_CLPS7500 is not set | ||
63 | # CONFIG_ARCH_CLPS711X is not set | ||
64 | # CONFIG_ARCH_CO285 is not set | ||
65 | # CONFIG_ARCH_EBSA110 is not set | ||
66 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
67 | # CONFIG_ARCH_INTEGRATOR is not set | ||
68 | # CONFIG_ARCH_IOP3XX is not set | ||
69 | # CONFIG_ARCH_IXP4XX is not set | ||
70 | # CONFIG_ARCH_IXP2000 is not set | ||
71 | # CONFIG_ARCH_L7200 is not set | ||
72 | # CONFIG_ARCH_PXA is not set | ||
73 | # CONFIG_ARCH_RPC is not set | ||
74 | # CONFIG_ARCH_SA1100 is not set | ||
75 | # CONFIG_ARCH_S3C2410 is not set | ||
76 | # CONFIG_ARCH_SHARK is not set | ||
77 | # CONFIG_ARCH_LH7A40X is not set | ||
78 | # CONFIG_ARCH_OMAP is not set | ||
79 | # CONFIG_ARCH_VERSATILE is not set | ||
80 | # CONFIG_ARCH_IMX is not set | ||
81 | # CONFIG_ARCH_H720X is not set | ||
82 | # CONFIG_ARCH_AAEC2000 is not set | ||
83 | CONFIG_ARCH_AT91RM9200=y | ||
84 | |||
85 | # | ||
86 | # AT91RM9200 Implementations | ||
87 | # | ||
88 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
89 | # CONFIG_MACH_AT91RM9200EK is not set | ||
90 | # CONFIG_MACH_CSB337 is not set | ||
91 | # CONFIG_MACH_CSB637 is not set | ||
92 | # CONFIG_MACH_CARMEVA is not set | ||
93 | CONFIG_MACH_KB9200=y | ||
94 | |||
95 | # | ||
96 | # Processor Type | ||
97 | # | ||
98 | CONFIG_CPU_32=y | ||
99 | CONFIG_CPU_ARM920T=y | ||
100 | CONFIG_CPU_32v4=y | ||
101 | CONFIG_CPU_ABRT_EV4T=y | ||
102 | CONFIG_CPU_CACHE_V4WT=y | ||
103 | CONFIG_CPU_CACHE_VIVT=y | ||
104 | CONFIG_CPU_COPY_V4WB=y | ||
105 | CONFIG_CPU_TLB_V4WBI=y | ||
106 | |||
107 | # | ||
108 | # Processor Features | ||
109 | # | ||
110 | CONFIG_ARM_THUMB=y | ||
111 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
112 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
113 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
114 | |||
115 | # | ||
116 | # Bus support | ||
117 | # | ||
118 | CONFIG_ISA_DMA_API=y | ||
119 | |||
120 | # | ||
121 | # PCCARD (PCMCIA/CardBus) support | ||
122 | # | ||
123 | # CONFIG_PCCARD is not set | ||
124 | |||
125 | # | ||
126 | # Kernel Features | ||
127 | # | ||
128 | # CONFIG_NO_IDLE_HZ is not set | ||
129 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
130 | CONFIG_FLATMEM=y | ||
131 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
132 | # CONFIG_LEDS is not set | ||
133 | CONFIG_ALIGNMENT_TRAP=y | ||
134 | |||
135 | # | ||
136 | # Boot options | ||
137 | # | ||
138 | CONFIG_ZBOOT_ROM_TEXT=0x10000000 | ||
139 | CONFIG_ZBOOT_ROM_BSS=0x20040000 | ||
140 | CONFIG_ZBOOT_ROM=y | ||
141 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram rw initrd=0x20210000,654933" | ||
142 | |||
143 | # | ||
144 | # Floating point emulation | ||
145 | # | ||
146 | |||
147 | # | ||
148 | # At least one emulation must be selected | ||
149 | # | ||
150 | CONFIG_FPE_NWFPE=y | ||
151 | # CONFIG_FPE_NWFPE_XP is not set | ||
152 | |||
153 | # | ||
154 | # Userspace binary formats | ||
155 | # | ||
156 | CONFIG_BINFMT_ELF=y | ||
157 | CONFIG_BINFMT_AOUT=y | ||
158 | CONFIG_BINFMT_MISC=y | ||
159 | # CONFIG_ARTHUR is not set | ||
160 | |||
161 | # | ||
162 | # Power management options | ||
163 | # | ||
164 | # CONFIG_PM is not set | ||
165 | |||
166 | # | ||
167 | # Device Drivers | ||
168 | # | ||
169 | |||
170 | # | ||
171 | # Generic Driver Options | ||
172 | # | ||
173 | CONFIG_STANDALONE=y | ||
174 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
175 | # CONFIG_FW_LOADER is not set | ||
176 | CONFIG_DEBUG_DRIVER=y | ||
177 | |||
178 | # | ||
179 | # Memory Technology Devices (MTD) | ||
180 | # | ||
181 | # CONFIG_MTD is not set | ||
182 | |||
183 | # | ||
184 | # Parallel port support | ||
185 | # | ||
186 | # CONFIG_PARPORT is not set | ||
187 | |||
188 | # | ||
189 | # Plug and Play support | ||
190 | # | ||
191 | |||
192 | # | ||
193 | # Block devices | ||
194 | # | ||
195 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
196 | CONFIG_BLK_DEV_LOOP=y | ||
197 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
198 | CONFIG_BLK_DEV_NBD=y | ||
199 | # CONFIG_BLK_DEV_UB is not set | ||
200 | CONFIG_BLK_DEV_RAM=y | ||
201 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
202 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
203 | CONFIG_BLK_DEV_INITRD=y | ||
204 | CONFIG_INITRAMFS_SOURCE="" | ||
205 | # CONFIG_CDROM_PKTCDVD is not set | ||
206 | |||
207 | # | ||
208 | # IO Schedulers | ||
209 | # | ||
210 | CONFIG_IOSCHED_NOOP=y | ||
211 | CONFIG_IOSCHED_AS=y | ||
212 | CONFIG_IOSCHED_DEADLINE=y | ||
213 | CONFIG_IOSCHED_CFQ=y | ||
214 | # CONFIG_ATA_OVER_ETH is not set | ||
215 | |||
216 | # | ||
217 | # SCSI device support | ||
218 | # | ||
219 | CONFIG_SCSI=y | ||
220 | CONFIG_SCSI_PROC_FS=y | ||
221 | |||
222 | # | ||
223 | # SCSI support type (disk, tape, CD-ROM) | ||
224 | # | ||
225 | CONFIG_BLK_DEV_SD=y | ||
226 | # CONFIG_CHR_DEV_ST is not set | ||
227 | # CONFIG_CHR_DEV_OSST is not set | ||
228 | # CONFIG_BLK_DEV_SR is not set | ||
229 | CONFIG_CHR_DEV_SG=y | ||
230 | # CONFIG_CHR_DEV_SCH is not set | ||
231 | |||
232 | # | ||
233 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
234 | # | ||
235 | # CONFIG_SCSI_MULTI_LUN is not set | ||
236 | # CONFIG_SCSI_CONSTANTS is not set | ||
237 | # CONFIG_SCSI_LOGGING is not set | ||
238 | |||
239 | # | ||
240 | # SCSI Transport Attributes | ||
241 | # | ||
242 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
243 | # CONFIG_SCSI_FC_ATTRS is not set | ||
244 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
245 | |||
246 | # | ||
247 | # SCSI low-level drivers | ||
248 | # | ||
249 | # CONFIG_SCSI_SATA is not set | ||
250 | # CONFIG_SCSI_DEBUG is not set | ||
251 | |||
252 | # | ||
253 | # Multi-device support (RAID and LVM) | ||
254 | # | ||
255 | # CONFIG_MD is not set | ||
256 | |||
257 | # | ||
258 | # Fusion MPT device support | ||
259 | # | ||
260 | # CONFIG_FUSION is not set | ||
261 | |||
262 | # | ||
263 | # IEEE 1394 (FireWire) support | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # I2O device support | ||
268 | # | ||
269 | |||
270 | # | ||
271 | # Networking support | ||
272 | # | ||
273 | CONFIG_NET=y | ||
274 | |||
275 | # | ||
276 | # Networking options | ||
277 | # | ||
278 | CONFIG_PACKET=y | ||
279 | # CONFIG_PACKET_MMAP is not set | ||
280 | CONFIG_UNIX=y | ||
281 | # CONFIG_NET_KEY is not set | ||
282 | CONFIG_INET=y | ||
283 | CONFIG_IP_MULTICAST=y | ||
284 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
285 | CONFIG_IP_FIB_HASH=y | ||
286 | CONFIG_IP_PNP=y | ||
287 | CONFIG_IP_PNP_DHCP=y | ||
288 | # CONFIG_IP_PNP_BOOTP is not set | ||
289 | # CONFIG_IP_PNP_RARP is not set | ||
290 | # CONFIG_NET_IPIP is not set | ||
291 | # CONFIG_NET_IPGRE is not set | ||
292 | # CONFIG_IP_MROUTE is not set | ||
293 | # CONFIG_SYN_COOKIES is not set | ||
294 | # CONFIG_INET_AH is not set | ||
295 | # CONFIG_INET_ESP is not set | ||
296 | # CONFIG_INET_IPCOMP is not set | ||
297 | # CONFIG_INET_TUNNEL is not set | ||
298 | # CONFIG_IP_TCPDIAG is not set | ||
299 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
300 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
301 | CONFIG_TCP_CONG_BIC=y | ||
302 | # CONFIG_IPV6 is not set | ||
303 | # CONFIG_NETFILTER is not set | ||
304 | # CONFIG_BRIDGE is not set | ||
305 | # CONFIG_VLAN_8021Q is not set | ||
306 | # CONFIG_DECNET is not set | ||
307 | # CONFIG_LLC2 is not set | ||
308 | # CONFIG_IPX is not set | ||
309 | # CONFIG_ATALK is not set | ||
310 | |||
311 | # | ||
312 | # QoS and/or fair queueing | ||
313 | # | ||
314 | # CONFIG_NET_SCHED is not set | ||
315 | # CONFIG_NET_CLS_ROUTE is not set | ||
316 | |||
317 | # | ||
318 | # Network testing | ||
319 | # | ||
320 | # CONFIG_NET_PKTGEN is not set | ||
321 | # CONFIG_NETPOLL is not set | ||
322 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
323 | # CONFIG_HAMRADIO is not set | ||
324 | # CONFIG_IRDA is not set | ||
325 | # CONFIG_BT is not set | ||
326 | CONFIG_NETDEVICES=y | ||
327 | # CONFIG_DUMMY is not set | ||
328 | # CONFIG_BONDING is not set | ||
329 | # CONFIG_EQUALIZER is not set | ||
330 | # CONFIG_TUN is not set | ||
331 | |||
332 | # | ||
333 | # Ethernet (10 or 100Mbit) | ||
334 | # | ||
335 | CONFIG_NET_ETHERNET=y | ||
336 | CONFIG_MII=y | ||
337 | CONFIG_ARM_AT91_ETHER=y | ||
338 | # CONFIG_SMC91X is not set | ||
339 | # CONFIG_DM9000 is not set | ||
340 | |||
341 | # | ||
342 | # Ethernet (1000 Mbit) | ||
343 | # | ||
344 | |||
345 | # | ||
346 | # Ethernet (10000 Mbit) | ||
347 | # | ||
348 | |||
349 | # | ||
350 | # Token Ring devices | ||
351 | # | ||
352 | |||
353 | # | ||
354 | # Wireless LAN (non-hamradio) | ||
355 | # | ||
356 | # CONFIG_NET_RADIO is not set | ||
357 | |||
358 | # | ||
359 | # Wan interfaces | ||
360 | # | ||
361 | # CONFIG_WAN is not set | ||
362 | # CONFIG_PPP is not set | ||
363 | # CONFIG_SLIP is not set | ||
364 | |||
365 | # | ||
366 | # ISDN subsystem | ||
367 | # | ||
368 | # CONFIG_ISDN is not set | ||
369 | |||
370 | # | ||
371 | # Input device support | ||
372 | # | ||
373 | CONFIG_INPUT=y | ||
374 | |||
375 | # | ||
376 | # Userland interfaces | ||
377 | # | ||
378 | CONFIG_INPUT_MOUSEDEV=y | ||
379 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
380 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
381 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
382 | # CONFIG_INPUT_JOYDEV is not set | ||
383 | # CONFIG_INPUT_TSDEV is not set | ||
384 | # CONFIG_INPUT_EVDEV is not set | ||
385 | # CONFIG_INPUT_EVBUG is not set | ||
386 | |||
387 | # | ||
388 | # Input Device Drivers | ||
389 | # | ||
390 | # CONFIG_INPUT_KEYBOARD is not set | ||
391 | # CONFIG_INPUT_MOUSE is not set | ||
392 | # CONFIG_INPUT_JOYSTICK is not set | ||
393 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
394 | # CONFIG_INPUT_MISC is not set | ||
395 | |||
396 | # | ||
397 | # Hardware I/O ports | ||
398 | # | ||
399 | CONFIG_SERIO=y | ||
400 | # CONFIG_SERIO_SERPORT is not set | ||
401 | # CONFIG_SERIO_RAW is not set | ||
402 | # CONFIG_GAMEPORT is not set | ||
403 | |||
404 | # | ||
405 | # Character devices | ||
406 | # | ||
407 | CONFIG_VT=y | ||
408 | CONFIG_VT_CONSOLE=y | ||
409 | CONFIG_HW_CONSOLE=y | ||
410 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
411 | |||
412 | # | ||
413 | # Serial drivers | ||
414 | # | ||
415 | # CONFIG_SERIAL_8250 is not set | ||
416 | |||
417 | # | ||
418 | # Non-8250 serial port support | ||
419 | # | ||
420 | CONFIG_SERIAL_AT91=y | ||
421 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
422 | CONFIG_SERIAL_CORE=y | ||
423 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
424 | CONFIG_UNIX98_PTYS=y | ||
425 | CONFIG_LEGACY_PTYS=y | ||
426 | CONFIG_LEGACY_PTY_COUNT=256 | ||
427 | |||
428 | # | ||
429 | # IPMI | ||
430 | # | ||
431 | # CONFIG_IPMI_HANDLER is not set | ||
432 | |||
433 | # | ||
434 | # Watchdog Cards | ||
435 | # | ||
436 | # CONFIG_WATCHDOG is not set | ||
437 | # CONFIG_NVRAM is not set | ||
438 | # CONFIG_RTC is not set | ||
439 | # CONFIG_AT91_RTC is not set | ||
440 | # CONFIG_DTLK is not set | ||
441 | # CONFIG_R3964 is not set | ||
442 | |||
443 | # | ||
444 | # Ftape, the floppy tape device driver | ||
445 | # | ||
446 | # CONFIG_RAW_DRIVER is not set | ||
447 | |||
448 | # | ||
449 | # TPM devices | ||
450 | # | ||
451 | # CONFIG_AT91_SPI is not set | ||
452 | |||
453 | # | ||
454 | # I2C support | ||
455 | # | ||
456 | # CONFIG_I2C is not set | ||
457 | |||
458 | # | ||
459 | # Misc devices | ||
460 | # | ||
461 | |||
462 | # | ||
463 | # Multimedia devices | ||
464 | # | ||
465 | # CONFIG_VIDEO_DEV is not set | ||
466 | |||
467 | # | ||
468 | # Digital Video Broadcasting Devices | ||
469 | # | ||
470 | # CONFIG_DVB is not set | ||
471 | |||
472 | # | ||
473 | # Graphics support | ||
474 | # | ||
475 | # CONFIG_FB is not set | ||
476 | |||
477 | # | ||
478 | # Console display driver support | ||
479 | # | ||
480 | # CONFIG_VGA_CONSOLE is not set | ||
481 | CONFIG_DUMMY_CONSOLE=y | ||
482 | |||
483 | # | ||
484 | # Sound | ||
485 | # | ||
486 | # CONFIG_SOUND is not set | ||
487 | |||
488 | # | ||
489 | # USB support | ||
490 | # | ||
491 | CONFIG_USB_ARCH_HAS_HCD=y | ||
492 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
493 | CONFIG_USB=y | ||
494 | CONFIG_USB_DEBUG=y | ||
495 | |||
496 | # | ||
497 | # Miscellaneous USB options | ||
498 | # | ||
499 | CONFIG_USB_DEVICEFS=y | ||
500 | |||
501 | # | ||
502 | # USB Host Controller Drivers | ||
503 | # | ||
504 | # CONFIG_USB_ISP116X_HCD is not set | ||
505 | CONFIG_USB_OHCI_HCD=y | ||
506 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
507 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
508 | # CONFIG_USB_SL811_HCD is not set | ||
509 | |||
510 | # | ||
511 | # USB Device Class drivers | ||
512 | # | ||
513 | # CONFIG_USB_BLUETOOTH_TTY is not set | ||
514 | # CONFIG_USB_ACM is not set | ||
515 | # CONFIG_USB_PRINTER is not set | ||
516 | |||
517 | # | ||
518 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
519 | # | ||
520 | CONFIG_USB_STORAGE=y | ||
521 | CONFIG_USB_STORAGE_DEBUG=y | ||
522 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
523 | # CONFIG_USB_STORAGE_DPCM is not set | ||
524 | |||
525 | # | ||
526 | # USB Input Devices | ||
527 | # | ||
528 | # CONFIG_USB_HID is not set | ||
529 | |||
530 | # | ||
531 | # USB HID Boot Protocol drivers | ||
532 | # | ||
533 | # CONFIG_USB_KBD is not set | ||
534 | # CONFIG_USB_MOUSE is not set | ||
535 | # CONFIG_USB_AIPTEK is not set | ||
536 | # CONFIG_USB_WACOM is not set | ||
537 | # CONFIG_USB_ACECAD is not set | ||
538 | # CONFIG_USB_KBTAB is not set | ||
539 | # CONFIG_USB_POWERMATE is not set | ||
540 | # CONFIG_USB_MTOUCH is not set | ||
541 | # CONFIG_USB_ITMTOUCH is not set | ||
542 | # CONFIG_USB_EGALAX is not set | ||
543 | # CONFIG_USB_XPAD is not set | ||
544 | # CONFIG_USB_ATI_REMOTE is not set | ||
545 | |||
546 | # | ||
547 | # USB Imaging devices | ||
548 | # | ||
549 | # CONFIG_USB_MICROTEK is not set | ||
550 | |||
551 | # | ||
552 | # USB Multimedia devices | ||
553 | # | ||
554 | # CONFIG_USB_DABUSB is not set | ||
555 | |||
556 | # | ||
557 | # Video4Linux support is needed for USB Multimedia device support | ||
558 | # | ||
559 | |||
560 | # | ||
561 | # USB Network Adapters | ||
562 | # | ||
563 | # CONFIG_USB_KAWETH is not set | ||
564 | # CONFIG_USB_PEGASUS is not set | ||
565 | # CONFIG_USB_USBNET is not set | ||
566 | # CONFIG_USB_MON is not set | ||
567 | |||
568 | # | ||
569 | # USB port drivers | ||
570 | # | ||
571 | |||
572 | # | ||
573 | # USB Serial Converter support | ||
574 | # | ||
575 | # CONFIG_USB_SERIAL is not set | ||
576 | |||
577 | # | ||
578 | # USB Miscellaneous drivers | ||
579 | # | ||
580 | # CONFIG_USB_EMI62 is not set | ||
581 | # CONFIG_USB_EMI26 is not set | ||
582 | # CONFIG_USB_LCD is not set | ||
583 | # CONFIG_USB_LED is not set | ||
584 | # CONFIG_USB_CYTHERM is not set | ||
585 | # CONFIG_USB_PHIDGETKIT is not set | ||
586 | # CONFIG_USB_PHIDGETSERVO is not set | ||
587 | # CONFIG_USB_IDMOUSE is not set | ||
588 | |||
589 | # | ||
590 | # USB DSL modem support | ||
591 | # | ||
592 | |||
593 | # | ||
594 | # USB Gadget Support | ||
595 | # | ||
596 | # CONFIG_USB_GADGET is not set | ||
597 | |||
598 | # | ||
599 | # MMC/SD Card support | ||
600 | # | ||
601 | # CONFIG_MMC is not set | ||
602 | |||
603 | # | ||
604 | # File systems | ||
605 | # | ||
606 | CONFIG_EXT2_FS=y | ||
607 | CONFIG_EXT2_FS_XATTR=y | ||
608 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
609 | # CONFIG_EXT2_FS_SECURITY is not set | ||
610 | # CONFIG_EXT2_FS_XIP is not set | ||
611 | CONFIG_EXT3_FS=y | ||
612 | CONFIG_EXT3_FS_XATTR=y | ||
613 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
614 | # CONFIG_EXT3_FS_SECURITY is not set | ||
615 | CONFIG_JBD=y | ||
616 | # CONFIG_JBD_DEBUG is not set | ||
617 | CONFIG_FS_MBCACHE=y | ||
618 | # CONFIG_REISERFS_FS is not set | ||
619 | # CONFIG_JFS_FS is not set | ||
620 | |||
621 | # | ||
622 | # XFS support | ||
623 | # | ||
624 | # CONFIG_XFS_FS is not set | ||
625 | # CONFIG_MINIX_FS is not set | ||
626 | # CONFIG_ROMFS_FS is not set | ||
627 | # CONFIG_QUOTA is not set | ||
628 | CONFIG_DNOTIFY=y | ||
629 | CONFIG_AUTOFS_FS=y | ||
630 | CONFIG_AUTOFS4_FS=y | ||
631 | |||
632 | # | ||
633 | # CD-ROM/DVD Filesystems | ||
634 | # | ||
635 | # CONFIG_ISO9660_FS is not set | ||
636 | # CONFIG_UDF_FS is not set | ||
637 | |||
638 | # | ||
639 | # DOS/FAT/NT Filesystems | ||
640 | # | ||
641 | CONFIG_FAT_FS=y | ||
642 | CONFIG_MSDOS_FS=y | ||
643 | CONFIG_VFAT_FS=y | ||
644 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
645 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
646 | # CONFIG_NTFS_FS is not set | ||
647 | |||
648 | # | ||
649 | # Pseudo filesystems | ||
650 | # | ||
651 | CONFIG_PROC_FS=y | ||
652 | CONFIG_SYSFS=y | ||
653 | CONFIG_DEVPTS_FS_XATTR=y | ||
654 | # CONFIG_DEVPTS_FS_SECURITY is not set | ||
655 | CONFIG_TMPFS=y | ||
656 | # CONFIG_TMPFS_XATTR is not set | ||
657 | # CONFIG_HUGETLB_PAGE is not set | ||
658 | CONFIG_RAMFS=y | ||
659 | |||
660 | # | ||
661 | # Miscellaneous filesystems | ||
662 | # | ||
663 | # CONFIG_HFSPLUS_FS is not set | ||
664 | # CONFIG_CRAMFS is not set | ||
665 | # CONFIG_VXFS_FS is not set | ||
666 | # CONFIG_HPFS_FS is not set | ||
667 | # CONFIG_QNX4FS_FS is not set | ||
668 | # CONFIG_SYSV_FS is not set | ||
669 | # CONFIG_UFS_FS is not set | ||
670 | |||
671 | # | ||
672 | # Network File Systems | ||
673 | # | ||
674 | CONFIG_NFS_FS=y | ||
675 | CONFIG_NFS_V3=y | ||
676 | # CONFIG_NFS_V3_ACL is not set | ||
677 | # CONFIG_NFSD is not set | ||
678 | CONFIG_ROOT_NFS=y | ||
679 | CONFIG_LOCKD=y | ||
680 | CONFIG_LOCKD_V4=y | ||
681 | CONFIG_NFS_COMMON=y | ||
682 | CONFIG_SUNRPC=y | ||
683 | # CONFIG_SMB_FS is not set | ||
684 | # CONFIG_CIFS is not set | ||
685 | # CONFIG_NCP_FS is not set | ||
686 | # CONFIG_CODA_FS is not set | ||
687 | |||
688 | # | ||
689 | # Partition Types | ||
690 | # | ||
691 | # CONFIG_PARTITION_ADVANCED is not set | ||
692 | CONFIG_MSDOS_PARTITION=y | ||
693 | |||
694 | # | ||
695 | # Native Language Support | ||
696 | # | ||
697 | CONFIG_NLS=y | ||
698 | CONFIG_NLS_DEFAULT="utf8" | ||
699 | CONFIG_NLS_CODEPAGE_437=y | ||
700 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
701 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
702 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
703 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
704 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
705 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
706 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
707 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
708 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
709 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
710 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
711 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
712 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
713 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
714 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
715 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
716 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
717 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
718 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
719 | # CONFIG_NLS_ISO8859_8 is not set | ||
720 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
721 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
722 | CONFIG_NLS_ASCII=y | ||
723 | # CONFIG_NLS_ISO8859_1 is not set | ||
724 | # CONFIG_NLS_ISO8859_2 is not set | ||
725 | # CONFIG_NLS_ISO8859_3 is not set | ||
726 | # CONFIG_NLS_ISO8859_4 is not set | ||
727 | # CONFIG_NLS_ISO8859_5 is not set | ||
728 | # CONFIG_NLS_ISO8859_6 is not set | ||
729 | # CONFIG_NLS_ISO8859_7 is not set | ||
730 | # CONFIG_NLS_ISO8859_9 is not set | ||
731 | # CONFIG_NLS_ISO8859_13 is not set | ||
732 | # CONFIG_NLS_ISO8859_14 is not set | ||
733 | # CONFIG_NLS_ISO8859_15 is not set | ||
734 | # CONFIG_NLS_KOI8_R is not set | ||
735 | # CONFIG_NLS_KOI8_U is not set | ||
736 | # CONFIG_NLS_UTF8 is not set | ||
737 | |||
738 | # | ||
739 | # Kernel hacking | ||
740 | # | ||
741 | # CONFIG_PRINTK_TIME is not set | ||
742 | CONFIG_DEBUG_KERNEL=y | ||
743 | # CONFIG_MAGIC_SYSRQ is not set | ||
744 | CONFIG_LOG_BUF_SHIFT=14 | ||
745 | # CONFIG_SCHEDSTATS is not set | ||
746 | # CONFIG_DEBUG_SLAB is not set | ||
747 | # CONFIG_DEBUG_SPINLOCK is not set | ||
748 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
749 | # CONFIG_DEBUG_KOBJECT is not set | ||
750 | CONFIG_DEBUG_BUGVERBOSE=y | ||
751 | # CONFIG_DEBUG_INFO is not set | ||
752 | # CONFIG_DEBUG_FS is not set | ||
753 | CONFIG_FRAME_POINTER=y | ||
754 | CONFIG_DEBUG_USER=y | ||
755 | # CONFIG_DEBUG_WAITQ is not set | ||
756 | CONFIG_DEBUG_ERRORS=y | ||
757 | CONFIG_DEBUG_LL=y | ||
758 | # CONFIG_DEBUG_ICEDCC is not set | ||
759 | |||
760 | # | ||
761 | # Security options | ||
762 | # | ||
763 | # CONFIG_KEYS is not set | ||
764 | # CONFIG_SECURITY is not set | ||
765 | |||
766 | # | ||
767 | # Cryptographic options | ||
768 | # | ||
769 | # CONFIG_CRYPTO is not set | ||
770 | |||
771 | # | ||
772 | # Hardware crypto devices | ||
773 | # | ||
774 | |||
775 | # | ||
776 | # Library routines | ||
777 | # | ||
778 | # CONFIG_CRC_CCITT is not set | ||
779 | CONFIG_CRC32=y | ||
780 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig index 4b7218fc3eb1..1ab5b7828318 100644 --- a/arch/arm/mach-at91rm9200/Kconfig +++ b/arch/arm/mach-at91rm9200/Kconfig | |||
@@ -40,6 +40,18 @@ config MACH_KB9200 | |||
40 | help | 40 | help |
41 | Select this if you are using KwikByte's KB920x board | 41 | Select this if you are using KwikByte's KB920x board |
42 | 42 | ||
43 | config MACH_ATEB9200 | ||
44 | bool "Embest's ATEB9200" | ||
45 | depends on ARCH_AT91RM9200 | ||
46 | help | ||
47 | Select this if you are using Embest's ATEB9200 board | ||
48 | |||
49 | config MACH_KAFA | ||
50 | bool "Sperry-Sun KAFA board" | ||
51 | depends on ARCH_AT91RM9200 | ||
52 | help | ||
53 | Select this if you are using Sperry-Sun's KAFA board | ||
54 | |||
43 | 55 | ||
44 | comment "AT91RM9200 Feature Selections" | 56 | comment "AT91RM9200 Feature Selections" |
45 | 57 | ||
diff --git a/arch/arm/mach-at91rm9200/Makefile b/arch/arm/mach-at91rm9200/Makefile index ef88c4128edc..c8f544b789c0 100644 --- a/arch/arm/mach-at91rm9200/Makefile +++ b/arch/arm/mach-at91rm9200/Makefile | |||
@@ -12,16 +12,18 @@ obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o | |||
12 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o | 12 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o |
13 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o | 13 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o |
14 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o | 14 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o |
15 | #obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o | 15 | obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o |
16 | #obj-$(CONFIG_MACH_KB9200) += board-kb9202.o | 16 | obj-$(CONFIG_MACH_KB9200) += board-kb9202.o |
17 | obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o | ||
18 | obj-$(CONFIG_MACH_KAFA) += board-kafa.o | ||
17 | 19 | ||
18 | # LEDs support | 20 | # LEDs support |
19 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o | 21 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o |
20 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o | 22 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o |
21 | led-$(CONFIG_MACH_CSB337) += leds.o | 23 | led-$(CONFIG_MACH_CSB337) += leds.o |
22 | led-$(CONFIG_MACH_CSB637) += leds.o | 24 | led-$(CONFIG_MACH_CSB637) += leds.o |
23 | #led-$(CONFIG_MACH_KB9200) += leds.o | 25 | led-$(CONFIG_MACH_KB9200) += leds.o |
24 | #led-$(CONFIG_MACH_KAFA) += leds.o | 26 | led-$(CONFIG_MACH_KAFA) += leds.o |
25 | obj-$(CONFIG_LEDS) += $(led-y) | 27 | obj-$(CONFIG_LEDS) += $(led-y) |
26 | 28 | ||
27 | # VGA support | 29 | # VGA support |
diff --git a/arch/arm/mach-at91rm9200/board-carmeva.c b/arch/arm/mach-at91rm9200/board-carmeva.c new file mode 100644 index 000000000000..9183cb75ccd0 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-carmeva.c | |||
@@ -0,0 +1,131 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-at91rm9200/board-carmeva.c | ||
3 | * | ||
4 | * Copyright (c) 2005 Peer Georgi | ||
5 | * Conitec Datasystems | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | ||
21 | |||
22 | #include <linux/config.h> | ||
23 | #include <linux/types.h> | ||
24 | #include <linux/init.h> | ||
25 | #include <linux/mm.h> | ||
26 | #include <linux/module.h> | ||
27 | #include <linux/platform_device.h> | ||
28 | |||
29 | #include <asm/hardware.h> | ||
30 | #include <asm/setup.h> | ||
31 | #include <asm/mach-types.h> | ||
32 | #include <asm/irq.h> | ||
33 | |||
34 | #include <asm/mach/arch.h> | ||
35 | #include <asm/mach/map.h> | ||
36 | #include <asm/mach/irq.h> | ||
37 | |||
38 | #include <asm/arch/hardware.h> | ||
39 | #include <asm/arch/board.h> | ||
40 | #include <asm/arch/gpio.h> | ||
41 | |||
42 | #include "generic.h" | ||
43 | |||
44 | static void __init carmeva_init_irq(void) | ||
45 | { | ||
46 | /* Initialize AIC controller */ | ||
47 | at91rm9200_init_irq(NULL); | ||
48 | |||
49 | /* Set up the GPIO interrupts */ | ||
50 | at91_gpio_irq_setup(BGA_GPIO_BANKS); | ||
51 | } | ||
52 | |||
53 | /* | ||
54 | * Serial port configuration. | ||
55 | * 0 .. 3 = USART0 .. USART3 | ||
56 | * 4 = DBGU | ||
57 | */ | ||
58 | static struct at91_uart_config __initdata carmeva_uart_config = { | ||
59 | .console_tty = 0, /* ttyS0 */ | ||
60 | .nr_tty = 2, | ||
61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
62 | }; | ||
63 | |||
64 | static void __init carmeva_map_io(void) | ||
65 | { | ||
66 | at91rm9200_map_io(); | ||
67 | |||
68 | /* Initialize clocks: 20.000 MHz crystal */ | ||
69 | at91_clock_init(20000000); | ||
70 | |||
71 | /* Setup the serial ports and console */ | ||
72 | at91_init_serial(&carmeva_uart_config); | ||
73 | } | ||
74 | |||
75 | static struct at91_eth_data __initdata carmeva_eth_data = { | ||
76 | .phy_irq_pin = AT91_PIN_PC4, | ||
77 | .is_rmii = 1, | ||
78 | }; | ||
79 | |||
80 | static struct at91_usbh_data __initdata carmeva_usbh_data = { | ||
81 | .ports = 2, | ||
82 | }; | ||
83 | |||
84 | static struct at91_udc_data __initdata carmeva_udc_data = { | ||
85 | .vbus_pin = AT91_PIN_PD12, | ||
86 | .pullup_pin = AT91_PIN_PD9, | ||
87 | }; | ||
88 | |||
89 | /* FIXME: user dependend */ | ||
90 | // static struct at91_cf_data __initdata carmeva_cf_data = { | ||
91 | // .det_pin = AT91_PIN_PB0, | ||
92 | // .rst_pin = AT91_PIN_PC5, | ||
93 | // .irq_pin = ... not connected | ||
94 | // .vcc_pin = ... always powered | ||
95 | // }; | ||
96 | |||
97 | static struct at91_mmc_data __initdata carmeva_mmc_data = { | ||
98 | .is_b = 0, | ||
99 | .wire4 = 1, | ||
100 | }; | ||
101 | |||
102 | static void __init carmeva_board_init(void) | ||
103 | { | ||
104 | /* Serial */ | ||
105 | at91_add_device_serial(); | ||
106 | /* Ethernet */ | ||
107 | at91_add_device_eth(&carmeva_eth_data); | ||
108 | /* USB Host */ | ||
109 | at91_add_device_usbh(&carmeva_usbh_data); | ||
110 | /* USB Device */ | ||
111 | at91_add_device_udc(&carmeva_udc_data); | ||
112 | /* I2C */ | ||
113 | at91_add_device_i2c(); | ||
114 | /* Compact Flash */ | ||
115 | // at91_add_device_cf(&carmeva_cf_data); | ||
116 | /* SPI */ | ||
117 | // at91_add_device_spi(NULL, 0); | ||
118 | /* MMC */ | ||
119 | at91_add_device_mmc(&carmeva_mmc_data); | ||
120 | } | ||
121 | |||
122 | MACHINE_START(CARMEVA, "Carmeva") | ||
123 | /* Maintainer: Conitec Datasystems */ | ||
124 | .phys_io = AT91_BASE_SYS, | ||
125 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
126 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
127 | .timer = &at91rm9200_timer, | ||
128 | .map_io = carmeva_map_io, | ||
129 | .init_irq = carmeva_init_irq, | ||
130 | .init_machine = carmeva_board_init, | ||
131 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-eb9200.c b/arch/arm/mach-at91rm9200/board-eb9200.c new file mode 100644 index 000000000000..c7e4546a262d --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-eb9200.c | |||
@@ -0,0 +1,130 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-at91rm9200/board-eb9200.c | ||
3 | * | ||
4 | * Copyright (C) 2005 SAN People, adapted for ATEB9200 from Embest | ||
5 | * by Andrew Patrikalakis | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | ||
21 | |||
22 | #include <linux/config.h> | ||
23 | #include <linux/types.h> | ||
24 | #include <linux/init.h> | ||
25 | #include <linux/mm.h> | ||
26 | #include <linux/module.h> | ||
27 | #include <linux/device.h> | ||
28 | |||
29 | #include <asm/hardware.h> | ||
30 | #include <asm/setup.h> | ||
31 | #include <asm/mach-types.h> | ||
32 | #include <asm/irq.h> | ||
33 | |||
34 | #include <asm/mach/arch.h> | ||
35 | #include <asm/mach/map.h> | ||
36 | #include <asm/mach/irq.h> | ||
37 | |||
38 | #include <asm/arch/hardware.h> | ||
39 | #include <asm/arch/board.h> | ||
40 | #include <asm/arch/gpio.h> | ||
41 | |||
42 | #include "generic.h" | ||
43 | |||
44 | static void __init eb9200_init_irq(void) | ||
45 | { | ||
46 | /* Initialize AIC controller */ | ||
47 | at91rm9200_init_irq(NULL); | ||
48 | |||
49 | /* Set up the GPIO interrupts */ | ||
50 | at91_gpio_irq_setup(BGA_GPIO_BANKS); | ||
51 | } | ||
52 | |||
53 | /* | ||
54 | * Serial port configuration. | ||
55 | * 0 .. 3 = USART0 .. USART3 | ||
56 | * 4 = DBGU | ||
57 | */ | ||
58 | static struct at91_uart_config __initdata eb9200_uart_config = { | ||
59 | .console_tty = 0, /* ttyS0 */ | ||
60 | .nr_tty = 2, | ||
61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
62 | }; | ||
63 | |||
64 | static void __init eb9200_map_io(void) | ||
65 | { | ||
66 | at91rm9200_map_io(); | ||
67 | |||
68 | /* Initialize clocks: 18.432 MHz crystal */ | ||
69 | at91_clock_init(18432000); | ||
70 | |||
71 | /* Setup the serial ports and console */ | ||
72 | at91_init_serial(&eb9200_uart_config); | ||
73 | } | ||
74 | |||
75 | static struct at91_eth_data __initdata eb9200_eth_data = { | ||
76 | .phy_irq_pin = AT91_PIN_PC4, | ||
77 | .is_rmii = 1, | ||
78 | }; | ||
79 | |||
80 | static struct at91_usbh_data __initdata eb9200_usbh_data = { | ||
81 | .ports = 2, | ||
82 | }; | ||
83 | |||
84 | static struct at91_udc_data __initdata eb9200_udc_data = { | ||
85 | .vbus_pin = AT91_PIN_PD4, | ||
86 | .pullup_pin = AT91_PIN_PD5, | ||
87 | }; | ||
88 | |||
89 | static struct at91_cf_data __initdata eb9200_cf_data = { | ||
90 | .det_pin = AT91_PIN_PB0, | ||
91 | .rst_pin = AT91_PIN_PC5, | ||
92 | // .irq_pin = ... not connected | ||
93 | // .vcc_pin = ... always powered | ||
94 | }; | ||
95 | |||
96 | static struct at91_mmc_data __initdata eb9200_mmc_data = { | ||
97 | .is_b = 0, | ||
98 | .wire4 = 1, | ||
99 | }; | ||
100 | |||
101 | static void __init eb9200_board_init(void) | ||
102 | { | ||
103 | /* Serial */ | ||
104 | at91_add_device_serial(); | ||
105 | /* Ethernet */ | ||
106 | at91_add_device_eth(&eb9200_eth_data); | ||
107 | /* USB Host */ | ||
108 | at91_add_device_usbh(&eb9200_usbh_data); | ||
109 | /* USB Device */ | ||
110 | at91_add_device_udc(&eb9200_udc_data); | ||
111 | /* I2C */ | ||
112 | at91_add_device_i2c(); | ||
113 | /* Compact Flash */ | ||
114 | at91_add_device_cf(&eb9200_cf_data); | ||
115 | /* SPI */ | ||
116 | at91_add_device_spi(NULL, 0); | ||
117 | /* MMC */ | ||
118 | /* only supports 1 or 4 bit interface, not wired through to SPI */ | ||
119 | at91_add_device_mmc(&eb9200_mmc_data); | ||
120 | } | ||
121 | |||
122 | MACHINE_START(ATEB9200, "Embest ATEB9200") | ||
123 | .phys_io = AT91_BASE_SYS, | ||
124 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
125 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
126 | .timer = &at91rm9200_timer, | ||
127 | .map_io = eb9200_map_io, | ||
128 | .init_irq = eb9200_init_irq, | ||
129 | .init_machine = eb9200_board_init, | ||
130 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-kafa.c b/arch/arm/mach-at91rm9200/board-kafa.c new file mode 100644 index 000000000000..35d459fdfcf1 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-kafa.c | |||
@@ -0,0 +1,116 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-at91rm9200/board-kafa.c | ||
3 | * | ||
4 | * Copyright (C) 2006 Sperry-Sun | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program; if not, write to the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | */ | ||
20 | |||
21 | #include <linux/config.h> | ||
22 | #include <linux/types.h> | ||
23 | #include <linux/init.h> | ||
24 | #include <linux/mm.h> | ||
25 | #include <linux/module.h> | ||
26 | #include <linux/platform_device.h> | ||
27 | |||
28 | #include <asm/hardware.h> | ||
29 | #include <asm/setup.h> | ||
30 | #include <asm/mach-types.h> | ||
31 | #include <asm/irq.h> | ||
32 | |||
33 | #include <asm/mach/arch.h> | ||
34 | #include <asm/mach/map.h> | ||
35 | #include <asm/mach/irq.h> | ||
36 | |||
37 | #include <asm/arch/hardware.h> | ||
38 | #include <asm/arch/board.h> | ||
39 | #include <asm/arch/gpio.h> | ||
40 | |||
41 | #include "generic.h" | ||
42 | |||
43 | static void __init kafa_init_irq(void) | ||
44 | { | ||
45 | /* Initialize AIC controller */ | ||
46 | at91rm9200_init_irq(NULL); | ||
47 | |||
48 | /* Set up the GPIO interrupts */ | ||
49 | at91_gpio_irq_setup(PQFP_GPIO_BANKS); | ||
50 | } | ||
51 | |||
52 | /* | ||
53 | * Serial port configuration. | ||
54 | * 0 .. 3 = USART0 .. USART3 | ||
55 | * 4 = DBGU | ||
56 | */ | ||
57 | static struct at91_uart_config __initdata kafa_uart_config = { | ||
58 | .console_tty = 0, /* ttyS0 */ | ||
59 | .nr_tty = 2, | ||
60 | .tty_map = { 4, 0, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
61 | }; | ||
62 | |||
63 | static void __init kafa_map_io(void) | ||
64 | { | ||
65 | at91rm9200_map_io(); | ||
66 | |||
67 | /* Initialize clocks: 18.432 MHz crystal */ | ||
68 | at91_clock_init(18432000); | ||
69 | |||
70 | /* Set up the LEDs */ | ||
71 | at91_init_leds(AT91_PIN_PB4, AT91_PIN_PB4); | ||
72 | |||
73 | /* Setup the serial ports and console */ | ||
74 | at91_init_serial(&kafa_uart_config); | ||
75 | } | ||
76 | |||
77 | static struct at91_eth_data __initdata kafa_eth_data = { | ||
78 | .phy_irq_pin = AT91_PIN_PC4, | ||
79 | .is_rmii = 0, | ||
80 | }; | ||
81 | |||
82 | static struct at91_usbh_data __initdata kafa_usbh_data = { | ||
83 | .ports = 1, | ||
84 | }; | ||
85 | |||
86 | static struct at91_udc_data __initdata kafa_udc_data = { | ||
87 | .vbus_pin = AT91_PIN_PB6, | ||
88 | .pullup_pin = AT91_PIN_PB7, | ||
89 | }; | ||
90 | |||
91 | static void __init kafa_board_init(void) | ||
92 | { | ||
93 | /* Serial */ | ||
94 | at91_add_device_serial(); | ||
95 | /* Ethernet */ | ||
96 | at91_add_device_eth(&kafa_eth_data); | ||
97 | /* USB Host */ | ||
98 | at91_add_device_usbh(&kafa_usbh_data); | ||
99 | /* USB Device */ | ||
100 | at91_add_device_udc(&kafa_udc_data); | ||
101 | /* I2C */ | ||
102 | at91_add_device_i2c(); | ||
103 | /* SPI */ | ||
104 | at91_add_device_spi(NULL, 0); | ||
105 | } | ||
106 | |||
107 | MACHINE_START(KAFA, "Sperry-Sun KAFA") | ||
108 | /* Maintainer: Sergei Sharonov */ | ||
109 | .phys_io = AT91_BASE_SYS, | ||
110 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
111 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
112 | .timer = &at91rm9200_timer, | ||
113 | .map_io = kafa_map_io, | ||
114 | .init_irq = kafa_init_irq, | ||
115 | .init_machine = kafa_board_init, | ||
116 | MACHINE_END | ||
diff --git a/arch/arm/mach-at91rm9200/board-kb9202.c b/arch/arm/mach-at91rm9200/board-kb9202.c new file mode 100644 index 000000000000..6ba65ef48809 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-kb9202.c | |||
@@ -0,0 +1,125 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-at91rm9200/board-kb9202.c | ||
3 | * | ||
4 | * Copyright (c) 2005 kb_admin | ||
5 | * KwikByte, Inc. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
20 | */ | ||
21 | |||
22 | #include <linux/config.h> | ||
23 | #include <linux/types.h> | ||
24 | #include <linux/init.h> | ||
25 | #include <linux/mm.h> | ||
26 | #include <linux/module.h> | ||
27 | #include <linux/platform_device.h> | ||
28 | |||
29 | #include <asm/hardware.h> | ||
30 | #include <asm/setup.h> | ||
31 | #include <asm/mach-types.h> | ||
32 | #include <asm/irq.h> | ||
33 | |||
34 | #include <asm/mach/arch.h> | ||
35 | #include <asm/mach/map.h> | ||
36 | #include <asm/mach/irq.h> | ||
37 | |||
38 | #include <asm/arch/hardware.h> | ||
39 | #include <asm/arch/board.h> | ||
40 | #include <asm/arch/gpio.h> | ||
41 | |||
42 | #include "generic.h" | ||
43 | |||
44 | static void __init kb9202_init_irq(void) | ||
45 | { | ||
46 | /* Initialize AIC controller */ | ||
47 | at91rm9200_init_irq(NULL); | ||
48 | |||
49 | /* Set up the GPIO interrupts */ | ||
50 | at91_gpio_irq_setup(PQFP_GPIO_BANKS); | ||
51 | } | ||
52 | |||
53 | /* | ||
54 | * Serial port configuration. | ||
55 | * 0 .. 3 = USART0 .. USART3 | ||
56 | * 4 = DBGU | ||
57 | */ | ||
58 | static struct at91_uart_config __initdata kb9202_uart_config = { | ||
59 | .console_tty = 0, /* ttyS0 */ | ||
60 | .nr_tty = 3, | ||
61 | .tty_map = { 4, 0, 1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
62 | }; | ||
63 | |||
64 | static void __init kb9202_map_io(void) | ||
65 | { | ||
66 | at91rm9200_map_io(); | ||
67 | |||
68 | /* Initialize clocks: 10 MHz crystal */ | ||
69 | at91_clock_init(10000000); | ||
70 | |||
71 | /* Set up the LEDs */ | ||
72 | at91_init_leds(AT91_PIN_PC19, AT91_PIN_PC18); | ||
73 | |||
74 | /* Setup the serial ports and console */ | ||
75 | at91_init_serial(&kb9202_uart_config); | ||
76 | } | ||
77 | |||
78 | static struct at91_eth_data __initdata kb9202_eth_data = { | ||
79 | .phy_irq_pin = AT91_PIN_PB29, | ||
80 | .is_rmii = 0, | ||
81 | }; | ||
82 | |||
83 | static struct at91_usbh_data __initdata kb9202_usbh_data = { | ||
84 | .ports = 1, | ||
85 | }; | ||
86 | |||
87 | static struct at91_udc_data __initdata kb9202_udc_data = { | ||
88 | .vbus_pin = AT91_PIN_PB24, | ||
89 | .pullup_pin = AT91_PIN_PB22, | ||
90 | }; | ||
91 | |||
92 | static struct at91_mmc_data __initdata kb9202_mmc_data = { | ||
93 | .det_pin = AT91_PIN_PB2, | ||
94 | .is_b = 0, | ||
95 | .wire4 = 1, | ||
96 | }; | ||
97 | |||
98 | static void __init kb9202_board_init(void) | ||
99 | { | ||
100 | /* Serial */ | ||
101 | at91_add_device_serial(); | ||
102 | /* Ethernet */ | ||
103 | at91_add_device_eth(&kb9202_eth_data); | ||
104 | /* USB Host */ | ||
105 | at91_add_device_usbh(&kb9202_usbh_data); | ||
106 | /* USB Device */ | ||
107 | at91_add_device_udc(&kb9202_udc_data); | ||
108 | /* MMC */ | ||
109 | at91_add_device_mmc(&kb9202_mmc_data); | ||
110 | /* I2C */ | ||
111 | at91_add_device_i2c(); | ||
112 | /* SPI */ | ||
113 | at91_add_device_spi(NULL, 0); | ||
114 | } | ||
115 | |||
116 | MACHINE_START(KB9200, "KB920x") | ||
117 | /* Maintainer: KwikByte, Inc. */ | ||
118 | .phys_io = AT91_BASE_SYS, | ||
119 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
120 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
121 | .timer = &at91rm9200_timer, | ||
122 | .map_io = kb9202_map_io, | ||
123 | .init_irq = kb9202_init_irq, | ||
124 | .init_machine = kb9202_board_init, | ||
125 | MACHINE_END | ||