diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-06-20 14:48:18 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-20 14:48:18 -0400 |
commit | 695a9d236a6fd5a60557a02eff612880c37fe731 (patch) | |
tree | 0ca809031f5f7139568914fe73ab5e244532aaf8 /arch/arm | |
parent | c322e24b40b83bbdfa7c269bc0105e76a39e627f (diff) | |
parent | 55c20c0af7fe7d5d09af4addfafcfe3bdc500f5d (diff) |
Merge AT91 branch
Diffstat (limited to 'arch/arm')
23 files changed, 5137 insertions, 130 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..81ebc6684ad2 100644 --- a/arch/arm/mach-at91rm9200/Makefile +++ b/arch/arm/mach-at91rm9200/Makefile | |||
@@ -7,22 +7,31 @@ obj-m := | |||
7 | obj-n := | 7 | obj-n := |
8 | obj- := | 8 | obj- := |
9 | 9 | ||
10 | obj-$(CONFIG_PM) += pm.o | ||
11 | |||
10 | # Board-specific support | 12 | # Board-specific support |
11 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o | 13 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o |
12 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o | 14 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o |
13 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o | 15 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o |
14 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o | 16 | obj-$(CONFIG_MACH_CSB637) += board-csb637.o |
15 | #obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o | 17 | obj-$(CONFIG_MACH_CARMEVA) += board-carmeva.o |
16 | #obj-$(CONFIG_MACH_KB9200) += board-kb9202.o | 18 | obj-$(CONFIG_MACH_KB9200) += board-kb9202.o |
19 | obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o | ||
20 | obj-$(CONFIG_MACH_KAFA) += board-kafa.o | ||
17 | 21 | ||
18 | # LEDs support | 22 | # LEDs support |
19 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o | 23 | led-$(CONFIG_ARCH_AT91RM9200DK) += leds.o |
20 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o | 24 | led-$(CONFIG_MACH_AT91RM9200EK) += leds.o |
21 | led-$(CONFIG_MACH_CSB337) += leds.o | 25 | led-$(CONFIG_MACH_CSB337) += leds.o |
22 | led-$(CONFIG_MACH_CSB637) += leds.o | 26 | led-$(CONFIG_MACH_CSB637) += leds.o |
23 | #led-$(CONFIG_MACH_KB9200) += leds.o | 27 | led-$(CONFIG_MACH_KB9200) += leds.o |
24 | #led-$(CONFIG_MACH_KAFA) += leds.o | 28 | led-$(CONFIG_MACH_KAFA) += leds.o |
25 | obj-$(CONFIG_LEDS) += $(led-y) | 29 | obj-$(CONFIG_LEDS) += $(led-y) |
26 | 30 | ||
27 | # VGA support | 31 | # VGA support |
28 | #obj-$(CONFIG_FB_S1D13XXX) += ics1523.o | 32 | #obj-$(CONFIG_FB_S1D13XXX) += ics1523.o |
33 | |||
34 | |||
35 | ifeq ($(CONFIG_PM_DEBUG),y) | ||
36 | CFLAGS_pm.o += -DDEBUG | ||
37 | endif | ||
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-csb337.c b/arch/arm/mach-at91rm9200/board-csb337.c index f45104ceea8f..3b9de181ae32 100644 --- a/arch/arm/mach-at91rm9200/board-csb337.c +++ b/arch/arm/mach-at91rm9200/board-csb337.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | #include <linux/module.h> | 25 | #include <linux/module.h> |
26 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
27 | #include <linux/spi/spi.h> | ||
27 | 28 | ||
28 | #include <asm/hardware.h> | 29 | #include <asm/hardware.h> |
29 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
@@ -35,8 +36,8 @@ | |||
35 | #include <asm/mach/irq.h> | 36 | #include <asm/mach/irq.h> |
36 | 37 | ||
37 | #include <asm/arch/hardware.h> | 38 | #include <asm/arch/hardware.h> |
38 | #include <asm/mach/serial_at91rm9200.h> | ||
39 | #include <asm/arch/board.h> | 39 | #include <asm/arch/board.h> |
40 | #include <asm/arch/gpio.h> | ||
40 | 41 | ||
41 | #include "generic.h" | 42 | #include "generic.h" |
42 | 43 | ||
@@ -54,32 +55,24 @@ static void __init csb337_init_irq(void) | |||
54 | * 0 .. 3 = USART0 .. USART3 | 55 | * 0 .. 3 = USART0 .. USART3 |
55 | * 4 = DBGU | 56 | * 4 = DBGU |
56 | */ | 57 | */ |
57 | #define CSB337_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 58 | static struct at91_uart_config __initdata csb337_uart_config = { |
58 | #define CSB337_SERIAL_CONSOLE 0 /* ttyS0 */ | 59 | .console_tty = 0, /* ttyS0 */ |
60 | .nr_tty = 2, | ||
61 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
62 | }; | ||
59 | 63 | ||
60 | static void __init csb337_map_io(void) | 64 | static void __init csb337_map_io(void) |
61 | { | 65 | { |
62 | int serial[AT91_NR_UART] = CSB337_UART_MAP; | ||
63 | int i; | ||
64 | |||
65 | at91rm9200_map_io(); | 66 | at91rm9200_map_io(); |
66 | 67 | ||
67 | /* Initialize clocks: 3.6864 MHz crystal */ | 68 | /* Initialize clocks: 3.6864 MHz crystal */ |
68 | at91_clock_init(3686400); | 69 | at91_clock_init(3686400); |
69 | 70 | ||
70 | /* Setup the LEDs */ | 71 | /* Setup the LEDs */ |
71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 72 | at91_init_leds(AT91_PIN_PB0, AT91_PIN_PB1); |
72 | 73 | ||
73 | #ifdef CONFIG_SERIAL_AT91 | 74 | /* Setup the serial ports and console */ |
74 | at91_console_port = CSB337_SERIAL_CONSOLE; | 75 | at91_init_serial(&csb337_uart_config); |
75 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
76 | |||
77 | /* Register UARTs */ | ||
78 | for (i = 0; i < AT91_NR_UART; i++) { | ||
79 | if (serial[i] >= 0) | ||
80 | at91_register_uart(i, serial[i]); | ||
81 | } | ||
82 | #endif | ||
83 | } | 76 | } |
84 | 77 | ||
85 | static struct at91_eth_data __initdata csb337_eth_data = { | 78 | static struct at91_eth_data __initdata csb337_eth_data = { |
@@ -118,17 +111,31 @@ static struct at91_mmc_data __initdata csb337_mmc_data = { | |||
118 | .wp_pin = AT91_PIN_PD6, | 111 | .wp_pin = AT91_PIN_PD6, |
119 | }; | 112 | }; |
120 | 113 | ||
114 | static struct spi_board_info csb337_spi_devices[] = { | ||
115 | { /* CAN controller */ | ||
116 | .modalias = "sak82c900", | ||
117 | .chip_select = 0, | ||
118 | .max_speed_hz = 6 * 1000 * 1000, | ||
119 | }, | ||
120 | }; | ||
121 | |||
121 | static void __init csb337_board_init(void) | 122 | static void __init csb337_board_init(void) |
122 | { | 123 | { |
124 | /* Serial */ | ||
125 | at91_add_device_serial(); | ||
123 | /* Ethernet */ | 126 | /* Ethernet */ |
124 | at91_add_device_eth(&csb337_eth_data); | 127 | at91_add_device_eth(&csb337_eth_data); |
125 | /* USB Host */ | 128 | /* USB Host */ |
126 | at91_add_device_usbh(&csb337_usbh_data); | 129 | at91_add_device_usbh(&csb337_usbh_data); |
127 | /* USB Device */ | 130 | /* USB Device */ |
128 | at91_add_device_udc(&csb337_udc_data); | 131 | at91_add_device_udc(&csb337_udc_data); |
132 | /* I2C */ | ||
133 | at91_add_device_i2c(); | ||
129 | /* Compact Flash */ | 134 | /* Compact Flash */ |
130 | at91_set_gpio_input(AT91_PIN_PB22, 1); /* IOIS16 */ | 135 | at91_set_gpio_input(AT91_PIN_PB22, 1); /* IOIS16 */ |
131 | at91_add_device_cf(&csb337_cf_data); | 136 | at91_add_device_cf(&csb337_cf_data); |
137 | /* SPI */ | ||
138 | at91_add_device_spi(csb337_spi_devices, ARRAY_SIZE(csb337_spi_devices)); | ||
132 | /* MMC */ | 139 | /* MMC */ |
133 | at91_add_device_mmc(&csb337_mmc_data); | 140 | at91_add_device_mmc(&csb337_mmc_data); |
134 | } | 141 | } |
diff --git a/arch/arm/mach-at91rm9200/board-csb637.c b/arch/arm/mach-at91rm9200/board-csb637.c index f2c2d6e79bc6..2c4470d110da 100644 --- a/arch/arm/mach-at91rm9200/board-csb637.c +++ b/arch/arm/mach-at91rm9200/board-csb637.c | |||
@@ -35,8 +35,8 @@ | |||
35 | #include <asm/mach/irq.h> | 35 | #include <asm/mach/irq.h> |
36 | 36 | ||
37 | #include <asm/arch/hardware.h> | 37 | #include <asm/arch/hardware.h> |
38 | #include <asm/mach/serial_at91rm9200.h> | ||
39 | #include <asm/arch/board.h> | 38 | #include <asm/arch/board.h> |
39 | #include <asm/arch/gpio.h> | ||
40 | 40 | ||
41 | #include "generic.h" | 41 | #include "generic.h" |
42 | 42 | ||
@@ -54,14 +54,14 @@ static void __init csb637_init_irq(void) | |||
54 | * 0 .. 3 = USART0 .. USART3 | 54 | * 0 .. 3 = USART0 .. USART3 |
55 | * 4 = DBGU | 55 | * 4 = DBGU |
56 | */ | 56 | */ |
57 | #define CSB637_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 57 | static struct at91_uart_config __initdata csb637_uart_config = { |
58 | #define CSB637_SERIAL_CONSOLE 0 /* ttyS0 */ | 58 | .console_tty = 0, /* ttyS0 */ |
59 | .nr_tty = 2, | ||
60 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
61 | }; | ||
59 | 62 | ||
60 | static void __init csb637_map_io(void) | 63 | static void __init csb637_map_io(void) |
61 | { | 64 | { |
62 | int serial[AT91_NR_UART] = CSB637_UART_MAP; | ||
63 | int i; | ||
64 | |||
65 | at91rm9200_map_io(); | 65 | at91rm9200_map_io(); |
66 | 66 | ||
67 | /* Initialize clocks: 3.6864 MHz crystal */ | 67 | /* Initialize clocks: 3.6864 MHz crystal */ |
@@ -70,16 +70,8 @@ static void __init csb637_map_io(void) | |||
70 | /* Setup the LEDs */ | 70 | /* Setup the LEDs */ |
71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 71 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); |
72 | 72 | ||
73 | #ifdef CONFIG_SERIAL_AT91 | 73 | /* Setup the serial ports and console */ |
74 | at91_console_port = CSB637_SERIAL_CONSOLE; | 74 | at91_init_serial(&csb637_uart_config); |
75 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
76 | |||
77 | /* Register UARTs */ | ||
78 | for (i = 0; i < AT91_NR_UART; i++) { | ||
79 | if (serial[i] >= 0) | ||
80 | at91_register_uart(i, serial[i]); | ||
81 | } | ||
82 | #endif | ||
83 | } | 75 | } |
84 | 76 | ||
85 | static struct at91_eth_data __initdata csb637_eth_data = { | 77 | static struct at91_eth_data __initdata csb637_eth_data = { |
@@ -98,12 +90,18 @@ static struct at91_udc_data __initdata csb637_udc_data = { | |||
98 | 90 | ||
99 | static void __init csb637_board_init(void) | 91 | static void __init csb637_board_init(void) |
100 | { | 92 | { |
93 | /* Serial */ | ||
94 | at91_add_device_serial(); | ||
101 | /* Ethernet */ | 95 | /* Ethernet */ |
102 | at91_add_device_eth(&csb637_eth_data); | 96 | at91_add_device_eth(&csb637_eth_data); |
103 | /* USB Host */ | 97 | /* USB Host */ |
104 | at91_add_device_usbh(&csb637_usbh_data); | 98 | at91_add_device_usbh(&csb637_usbh_data); |
105 | /* USB Device */ | 99 | /* USB Device */ |
106 | at91_add_device_udc(&csb637_udc_data); | 100 | at91_add_device_udc(&csb637_udc_data); |
101 | /* I2C */ | ||
102 | at91_add_device_i2c(); | ||
103 | /* SPI */ | ||
104 | at91_add_device_spi(NULL, 0); | ||
107 | } | 105 | } |
108 | 106 | ||
109 | MACHINE_START(CSB637, "Cogent CSB637") | 107 | MACHINE_START(CSB637, "Cogent CSB637") |
diff --git a/arch/arm/mach-at91rm9200/board-dk.c b/arch/arm/mach-at91rm9200/board-dk.c index 2d7200ed66ed..eb02ca95be79 100644 --- a/arch/arm/mach-at91rm9200/board-dk.c +++ b/arch/arm/mach-at91rm9200/board-dk.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/spi/spi.h> | ||
30 | 31 | ||
31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
32 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
@@ -38,8 +39,8 @@ | |||
38 | #include <asm/mach/irq.h> | 39 | #include <asm/mach/irq.h> |
39 | 40 | ||
40 | #include <asm/arch/hardware.h> | 41 | #include <asm/arch/hardware.h> |
41 | #include <asm/mach/serial_at91rm9200.h> | ||
42 | #include <asm/arch/board.h> | 42 | #include <asm/arch/board.h> |
43 | #include <asm/arch/gpio.h> | ||
43 | 44 | ||
44 | #include "generic.h" | 45 | #include "generic.h" |
45 | 46 | ||
@@ -57,14 +58,14 @@ static void __init dk_init_irq(void) | |||
57 | * 0 .. 3 = USART0 .. USART3 | 58 | * 0 .. 3 = USART0 .. USART3 |
58 | * 4 = DBGU | 59 | * 4 = DBGU |
59 | */ | 60 | */ |
60 | #define DK_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 61 | static struct at91_uart_config __initdata dk_uart_config = { |
61 | #define DK_SERIAL_CONSOLE 0 /* ttyS0 */ | 62 | .console_tty = 0, /* ttyS0 */ |
63 | .nr_tty = 2, | ||
64 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
65 | }; | ||
62 | 66 | ||
63 | static void __init dk_map_io(void) | 67 | static void __init dk_map_io(void) |
64 | { | 68 | { |
65 | int serial[AT91_NR_UART] = DK_UART_MAP; | ||
66 | int i; | ||
67 | |||
68 | at91rm9200_map_io(); | 69 | at91rm9200_map_io(); |
69 | 70 | ||
70 | /* Initialize clocks: 18.432 MHz crystal */ | 71 | /* Initialize clocks: 18.432 MHz crystal */ |
@@ -73,16 +74,8 @@ static void __init dk_map_io(void) | |||
73 | /* Setup the LEDs */ | 74 | /* Setup the LEDs */ |
74 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); | 75 | at91_init_leds(AT91_PIN_PB2, AT91_PIN_PB2); |
75 | 76 | ||
76 | #ifdef CONFIG_SERIAL_AT91 | 77 | /* Setup the serial ports and console */ |
77 | at91_console_port = DK_SERIAL_CONSOLE; | 78 | at91_init_serial(&dk_uart_config); |
78 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
79 | |||
80 | /* Register UARTs */ | ||
81 | for (i = 0; i < AT91_NR_UART; i++) { | ||
82 | if (at91_serial_map[i] >= 0) | ||
83 | at91_register_uart(i, at91_serial_map[i]); | ||
84 | } | ||
85 | #endif | ||
86 | } | 79 | } |
87 | 80 | ||
88 | static struct at91_eth_data __initdata dk_eth_data = { | 81 | static struct at91_eth_data __initdata dk_eth_data = { |
@@ -111,16 +104,48 @@ static struct at91_mmc_data __initdata dk_mmc_data = { | |||
111 | .wire4 = 1, | 104 | .wire4 = 1, |
112 | }; | 105 | }; |
113 | 106 | ||
107 | static struct spi_board_info dk_spi_devices[] = { | ||
108 | { /* DataFlash chip */ | ||
109 | .modalias = "mtd_dataflash", | ||
110 | .chip_select = 0, | ||
111 | .max_speed_hz = 15 * 1000 * 1000, | ||
112 | }, | ||
113 | { /* UR6HCPS2-SP40 PS2-to-SPI adapter */ | ||
114 | .modalias = "ur6hcps2", | ||
115 | .chip_select = 1, | ||
116 | .max_speed_hz = 250 * 1000, | ||
117 | }, | ||
118 | { /* TLV1504 ADC, 4 channels, 10 bits; one is a temp sensor */ | ||
119 | .modalias = "tlv1504", | ||
120 | .chip_select = 2, | ||
121 | .max_speed_hz = 20 * 1000 * 1000, | ||
122 | }, | ||
123 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | ||
124 | { /* DataFlash card */ | ||
125 | .modalias = "mtd_dataflash", | ||
126 | .chip_select = 3, | ||
127 | .max_speed_hz = 15 * 1000 * 1000, | ||
128 | } | ||
129 | #endif | ||
130 | }; | ||
131 | |||
114 | static void __init dk_board_init(void) | 132 | static void __init dk_board_init(void) |
115 | { | 133 | { |
134 | /* Serial */ | ||
135 | at91_add_device_serial(); | ||
116 | /* Ethernet */ | 136 | /* Ethernet */ |
117 | at91_add_device_eth(&dk_eth_data); | 137 | at91_add_device_eth(&dk_eth_data); |
118 | /* USB Host */ | 138 | /* USB Host */ |
119 | at91_add_device_usbh(&dk_usbh_data); | 139 | at91_add_device_usbh(&dk_usbh_data); |
120 | /* USB Device */ | 140 | /* USB Device */ |
121 | at91_add_device_udc(&dk_udc_data); | 141 | at91_add_device_udc(&dk_udc_data); |
142 | at91_set_multi_drive(dk_udc_data.pullup_pin, 1); /* pullup_pin is connected to reset */ | ||
122 | /* Compact Flash */ | 143 | /* Compact Flash */ |
123 | at91_add_device_cf(&dk_cf_data); | 144 | at91_add_device_cf(&dk_cf_data); |
145 | /* I2C */ | ||
146 | at91_add_device_i2c(); | ||
147 | /* SPI */ | ||
148 | at91_add_device_spi(dk_spi_devices, ARRAY_SIZE(dk_spi_devices)); | ||
124 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | 149 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD |
125 | /* DataFlash card */ | 150 | /* DataFlash card */ |
126 | at91_set_gpio_output(AT91_PIN_PB7, 0); | 151 | at91_set_gpio_output(AT91_PIN_PB7, 0); |
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-ek.c b/arch/arm/mach-at91rm9200/board-ek.c index 80d90f5135a1..4d7468e42679 100644 --- a/arch/arm/mach-at91rm9200/board-ek.c +++ b/arch/arm/mach-at91rm9200/board-ek.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/mm.h> | 27 | #include <linux/mm.h> |
28 | #include <linux/module.h> | 28 | #include <linux/module.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/spi/spi.h> | ||
30 | 31 | ||
31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
32 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
@@ -38,8 +39,8 @@ | |||
38 | #include <asm/mach/irq.h> | 39 | #include <asm/mach/irq.h> |
39 | 40 | ||
40 | #include <asm/arch/hardware.h> | 41 | #include <asm/arch/hardware.h> |
41 | #include <asm/mach/serial_at91rm9200.h> | ||
42 | #include <asm/arch/board.h> | 42 | #include <asm/arch/board.h> |
43 | #include <asm/arch/gpio.h> | ||
43 | 44 | ||
44 | #include "generic.h" | 45 | #include "generic.h" |
45 | 46 | ||
@@ -57,14 +58,14 @@ static void __init ek_init_irq(void) | |||
57 | * 0 .. 3 = USART0 .. USART3 | 58 | * 0 .. 3 = USART0 .. USART3 |
58 | * 4 = DBGU | 59 | * 4 = DBGU |
59 | */ | 60 | */ |
60 | #define EK_UART_MAP { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | 61 | static struct at91_uart_config __initdata ek_uart_config = { |
61 | #define EK_SERIAL_CONSOLE 0 /* ttyS0 */ | 62 | .console_tty = 0, /* ttyS0 */ |
63 | .nr_tty = 2, | ||
64 | .tty_map = { 4, 1, -1, -1, -1 } /* ttyS0, ..., ttyS4 */ | ||
65 | }; | ||
62 | 66 | ||
63 | static void __init ek_map_io(void) | 67 | static void __init ek_map_io(void) |
64 | { | 68 | { |
65 | int serial[AT91_NR_UART] = EK_UART_MAP; | ||
66 | int i; | ||
67 | |||
68 | at91rm9200_map_io(); | 69 | at91rm9200_map_io(); |
69 | 70 | ||
70 | /* Initialize clocks: 18.432 MHz crystal */ | 71 | /* Initialize clocks: 18.432 MHz crystal */ |
@@ -73,16 +74,8 @@ static void __init ek_map_io(void) | |||
73 | /* Setup the LEDs */ | 74 | /* Setup the LEDs */ |
74 | at91_init_leds(AT91_PIN_PB1, AT91_PIN_PB2); | 75 | at91_init_leds(AT91_PIN_PB1, AT91_PIN_PB2); |
75 | 76 | ||
76 | #ifdef CONFIG_SERIAL_AT91 | 77 | /* Setup the serial ports and console */ |
77 | at91_console_port = EK_SERIAL_CONSOLE; | 78 | at91_init_serial(&ek_uart_config); |
78 | memcpy(at91_serial_map, serial, sizeof(serial)); | ||
79 | |||
80 | /* Register UARTs */ | ||
81 | for (i = 0; i < AT91_NR_UART; i++) { | ||
82 | if (serial[i] >= 0) | ||
83 | at91_register_uart(i, serial[i]); | ||
84 | } | ||
85 | #endif | ||
86 | } | 79 | } |
87 | 80 | ||
88 | static struct at91_eth_data __initdata ek_eth_data = { | 81 | static struct at91_eth_data __initdata ek_eth_data = { |
@@ -106,14 +99,36 @@ static struct at91_mmc_data __initdata ek_mmc_data = { | |||
106 | .wp_pin = AT91_PIN_PA17, | 99 | .wp_pin = AT91_PIN_PA17, |
107 | }; | 100 | }; |
108 | 101 | ||
102 | static struct spi_board_info ek_spi_devices[] = { | ||
103 | { /* DataFlash chip */ | ||
104 | .modalias = "mtd_dataflash", | ||
105 | .chip_select = 0, | ||
106 | .max_speed_hz = 15 * 1000 * 1000, | ||
107 | }, | ||
108 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | ||
109 | { /* DataFlash card */ | ||
110 | .modalias = "mtd_dataflash", | ||
111 | .chip_select = 3, | ||
112 | .max_speed_hz = 15 * 1000 * 1000, | ||
113 | }, | ||
114 | #endif | ||
115 | }; | ||
116 | |||
109 | static void __init ek_board_init(void) | 117 | static void __init ek_board_init(void) |
110 | { | 118 | { |
119 | /* Serial */ | ||
120 | at91_add_device_serial(); | ||
111 | /* Ethernet */ | 121 | /* Ethernet */ |
112 | at91_add_device_eth(&ek_eth_data); | 122 | at91_add_device_eth(&ek_eth_data); |
113 | /* USB Host */ | 123 | /* USB Host */ |
114 | at91_add_device_usbh(&ek_usbh_data); | 124 | at91_add_device_usbh(&ek_usbh_data); |
115 | /* USB Device */ | 125 | /* USB Device */ |
116 | at91_add_device_udc(&ek_udc_data); | 126 | at91_add_device_udc(&ek_udc_data); |
127 | at91_set_multi_drive(ek_udc_data.pullup_pin, 1); /* pullup_pin is connected to reset */ | ||
128 | /* I2C */ | ||
129 | at91_add_device_i2c(); | ||
130 | /* SPI */ | ||
131 | at91_add_device_spi(ek_spi_devices, ARRAY_SIZE(ek_spi_devices)); | ||
117 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD | 132 | #ifdef CONFIG_MTD_AT91_DATAFLASH_CARD |
118 | /* DataFlash card */ | 133 | /* DataFlash card */ |
119 | at91_set_gpio_output(AT91_PIN_PB22, 0); | 134 | at91_set_gpio_output(AT91_PIN_PB22, 0); |
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 | ||
diff --git a/arch/arm/mach-at91rm9200/clock.c b/arch/arm/mach-at91rm9200/clock.c index 30042d2bac5f..fe71b834899b 100644 --- a/arch/arm/mach-at91rm9200/clock.c +++ b/arch/arm/mach-at91rm9200/clock.c | |||
@@ -28,10 +28,10 @@ | |||
28 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
29 | 29 | ||
30 | #include <asm/arch/hardware.h> | 30 | #include <asm/arch/hardware.h> |
31 | #include <asm/arch/board.h> /* for master clock global */ | ||
32 | 31 | ||
33 | #include "generic.h" | 32 | #include "generic.h" |
34 | 33 | ||
34 | |||
35 | /* | 35 | /* |
36 | * There's a lot more which can be done with clocks, including cpufreq | 36 | * There's a lot more which can be done with clocks, including cpufreq |
37 | * integration, slow clock mode support (for system suspend), letting | 37 | * integration, slow clock mode support (for system suspend), letting |
@@ -722,9 +722,6 @@ int __init at91_clock_init(unsigned long main_clock) | |||
722 | (unsigned) main_clock / 1000000, | 722 | (unsigned) main_clock / 1000000, |
723 | ((unsigned) main_clock % 1000000) / 1000); | 723 | ((unsigned) main_clock % 1000000) / 1000); |
724 | 724 | ||
725 | /* FIXME get rid of master_clock global */ | ||
726 | at91_master_clock = mck.rate_hz; | ||
727 | |||
728 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS | 725 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS |
729 | /* establish PCK0..PCK3 parentage */ | 726 | /* establish PCK0..PCK3 parentage */ |
730 | for (tmp = 0; tmp < ARRAY_SIZE(clock_list); tmp++) { | 727 | for (tmp = 0; tmp < ARRAY_SIZE(clock_list); tmp++) { |
diff --git a/arch/arm/mach-at91rm9200/common.c b/arch/arm/mach-at91rm9200/common.c index 3848fd2d5596..1da68966e77f 100644 --- a/arch/arm/mach-at91rm9200/common.c +++ b/arch/arm/mach-at91rm9200/common.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/mach/map.h> | 17 | #include <asm/mach/map.h> |
18 | 18 | ||
19 | #include <asm/arch/hardware.h> | 19 | #include <asm/arch/hardware.h> |
20 | #include "generic.h" | ||
20 | 21 | ||
21 | static struct map_desc at91rm9200_io_desc[] __initdata = { | 22 | static struct map_desc at91rm9200_io_desc[] __initdata = { |
22 | { | 23 | { |
@@ -94,6 +95,11 @@ static struct map_desc at91rm9200_io_desc[] __initdata = { | |||
94 | .pfn = __phys_to_pfn(AT91_BASE_TCB0), | 95 | .pfn = __phys_to_pfn(AT91_BASE_TCB0), |
95 | .length = SZ_16K, | 96 | .length = SZ_16K, |
96 | .type = MT_DEVICE, | 97 | .type = MT_DEVICE, |
98 | }, { | ||
99 | .virtual = AT91_SRAM_VIRT_BASE, | ||
100 | .pfn = __phys_to_pfn(AT91_SRAM_BASE), | ||
101 | .length = AT91_SRAM_SIZE, | ||
102 | .type = MT_DEVICE, | ||
97 | }, | 103 | }, |
98 | }; | 104 | }; |
99 | 105 | ||
@@ -102,14 +108,3 @@ void __init at91rm9200_map_io(void) | |||
102 | iotable_init(at91rm9200_io_desc, ARRAY_SIZE(at91rm9200_io_desc)); | 108 | iotable_init(at91rm9200_io_desc, ARRAY_SIZE(at91rm9200_io_desc)); |
103 | } | 109 | } |
104 | 110 | ||
105 | |||
106 | unsigned long at91_master_clock; | ||
107 | |||
108 | EXPORT_SYMBOL(at91_master_clock); | ||
109 | |||
110 | |||
111 | int at91_serial_map[AT91_NR_UART]; | ||
112 | int at91_console_port; | ||
113 | |||
114 | EXPORT_SYMBOL(at91_serial_map); | ||
115 | EXPORT_SYMBOL(at91_console_port); | ||
diff --git a/arch/arm/mach-at91rm9200/devices.c b/arch/arm/mach-at91rm9200/devices.c index bfe47bd6e50c..bf753e306a3a 100644 --- a/arch/arm/mach-at91rm9200/devices.c +++ b/arch/arm/mach-at91rm9200/devices.c | |||
@@ -16,9 +16,15 @@ | |||
16 | #include <linux/config.h> | 16 | #include <linux/config.h> |
17 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
18 | 18 | ||
19 | #include <asm/arch/hardware.h> | ||
19 | #include <asm/arch/board.h> | 20 | #include <asm/arch/board.h> |
20 | #include <asm/arch/pio.h> | 21 | #include <asm/arch/gpio.h> |
21 | 22 | ||
23 | #include "generic.h" | ||
24 | |||
25 | #define SZ_512 0x00000200 | ||
26 | #define SZ_256 0x00000100 | ||
27 | #define SZ_16 0x00000010 | ||
22 | 28 | ||
23 | /* -------------------------------------------------------------------- | 29 | /* -------------------------------------------------------------------- |
24 | * USB Host | 30 | * USB Host |
@@ -28,7 +34,7 @@ | |||
28 | static u64 ohci_dmamask = 0xffffffffUL; | 34 | static u64 ohci_dmamask = 0xffffffffUL; |
29 | static struct at91_usbh_data usbh_data; | 35 | static struct at91_usbh_data usbh_data; |
30 | 36 | ||
31 | static struct resource at91_usbh_resource[] = { | 37 | static struct resource at91_usbh_resources[] = { |
32 | [0] = { | 38 | [0] = { |
33 | .start = AT91_UHP_BASE, | 39 | .start = AT91_UHP_BASE, |
34 | .end = AT91_UHP_BASE + SZ_1M - 1, | 40 | .end = AT91_UHP_BASE + SZ_1M - 1, |
@@ -42,15 +48,15 @@ static struct resource at91_usbh_resource[] = { | |||
42 | }; | 48 | }; |
43 | 49 | ||
44 | static struct platform_device at91rm9200_usbh_device = { | 50 | static struct platform_device at91rm9200_usbh_device = { |
45 | .name = "at91rm9200-ohci", | 51 | .name = "at91_ohci", |
46 | .id = -1, | 52 | .id = -1, |
47 | .dev = { | 53 | .dev = { |
48 | .dma_mask = &ohci_dmamask, | 54 | .dma_mask = &ohci_dmamask, |
49 | .coherent_dma_mask = 0xffffffff, | 55 | .coherent_dma_mask = 0xffffffff, |
50 | .platform_data = &usbh_data, | 56 | .platform_data = &usbh_data, |
51 | }, | 57 | }, |
52 | .resource = at91_usbh_resource, | 58 | .resource = at91_usbh_resources, |
53 | .num_resources = ARRAY_SIZE(at91_usbh_resource), | 59 | .num_resources = ARRAY_SIZE(at91_usbh_resources), |
54 | }; | 60 | }; |
55 | 61 | ||
56 | void __init at91_add_device_usbh(struct at91_usbh_data *data) | 62 | void __init at91_add_device_usbh(struct at91_usbh_data *data) |
@@ -74,11 +80,16 @@ void __init at91_add_device_usbh(struct at91_usbh_data *data) {} | |||
74 | static struct at91_udc_data udc_data; | 80 | static struct at91_udc_data udc_data; |
75 | 81 | ||
76 | static struct resource at91_udc_resources[] = { | 82 | static struct resource at91_udc_resources[] = { |
77 | { | 83 | [0] = { |
78 | .start = AT91_BASE_UDP, | 84 | .start = AT91_BASE_UDP, |
79 | .end = AT91_BASE_UDP + SZ_16K - 1, | 85 | .end = AT91_BASE_UDP + SZ_16K - 1, |
80 | .flags = IORESOURCE_MEM, | 86 | .flags = IORESOURCE_MEM, |
81 | } | 87 | }, |
88 | [1] = { | ||
89 | .start = AT91_ID_UDP, | ||
90 | .end = AT91_ID_UDP, | ||
91 | .flags = IORESOURCE_IRQ, | ||
92 | }, | ||
82 | }; | 93 | }; |
83 | 94 | ||
84 | static struct platform_device at91rm9200_udc_device = { | 95 | static struct platform_device at91rm9200_udc_device = { |
@@ -100,10 +111,8 @@ void __init at91_add_device_udc(struct at91_udc_data *data) | |||
100 | at91_set_gpio_input(data->vbus_pin, 0); | 111 | at91_set_gpio_input(data->vbus_pin, 0); |
101 | at91_set_deglitch(data->vbus_pin, 1); | 112 | at91_set_deglitch(data->vbus_pin, 1); |
102 | } | 113 | } |
103 | if (data->pullup_pin) { | 114 | if (data->pullup_pin) |
104 | at91_set_gpio_output(data->pullup_pin, 0); | 115 | at91_set_gpio_output(data->pullup_pin, 0); |
105 | at91_set_multi_drive(data->pullup_pin, 1); | ||
106 | } | ||
107 | 116 | ||
108 | udc_data = *data; | 117 | udc_data = *data; |
109 | platform_device_register(&at91rm9200_udc_device); | 118 | platform_device_register(&at91rm9200_udc_device); |
@@ -197,7 +206,7 @@ static struct at91_cf_data cf_data; | |||
197 | static struct resource at91_cf_resources[] = { | 206 | static struct resource at91_cf_resources[] = { |
198 | [0] = { | 207 | [0] = { |
199 | .start = AT91_CF_BASE, | 208 | .start = AT91_CF_BASE, |
200 | /* ties up CS4, CS5, and CS6 */ | 209 | /* ties up CS4, CS5 and CS6 */ |
201 | .end = AT91_CF_BASE + (0x30000000 - 1), | 210 | .end = AT91_CF_BASE + (0x30000000 - 1), |
202 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT, | 211 | .flags = IORESOURCE_MEM | IORESOURCE_MEM_8AND16BIT, |
203 | }, | 212 | }, |
@@ -231,6 +240,12 @@ void __init at91_add_device_cf(struct at91_cf_data *data) | |||
231 | at91_set_gpio_output(data->vcc_pin, 0); | 240 | at91_set_gpio_output(data->vcc_pin, 0); |
232 | at91_set_gpio_output(data->rst_pin, 0); | 241 | at91_set_gpio_output(data->rst_pin, 0); |
233 | 242 | ||
243 | /* force poweron defaults for these pins ... */ | ||
244 | at91_set_A_periph(AT91_PIN_PC9, 0); /* A25/CFRNW */ | ||
245 | at91_set_A_periph(AT91_PIN_PC10, 0); /* NCS4/CFCS */ | ||
246 | at91_set_A_periph(AT91_PIN_PC11, 0); /* NCS5/CFCE1 */ | ||
247 | at91_set_A_periph(AT91_PIN_PC12, 0); /* NCS6/CFCE2 */ | ||
248 | |||
234 | cf_data = *data; | 249 | cf_data = *data; |
235 | platform_device_register(&at91rm9200_cf_device); | 250 | platform_device_register(&at91rm9200_cf_device); |
236 | } | 251 | } |
@@ -319,6 +334,7 @@ void __init at91_add_device_mmc(struct at91_mmc_data *data) | |||
319 | void __init at91_add_device_mmc(struct at91_mmc_data *data) {} | 334 | void __init at91_add_device_mmc(struct at91_mmc_data *data) {} |
320 | #endif | 335 | #endif |
321 | 336 | ||
337 | |||
322 | /* -------------------------------------------------------------------- | 338 | /* -------------------------------------------------------------------- |
323 | * NAND / SmartMedia | 339 | * NAND / SmartMedia |
324 | * -------------------------------------------------------------------- */ | 340 | * -------------------------------------------------------------------- */ |
@@ -400,22 +416,110 @@ void __init at91_add_device_i2c(void) {} | |||
400 | 416 | ||
401 | 417 | ||
402 | /* -------------------------------------------------------------------- | 418 | /* -------------------------------------------------------------------- |
419 | * SPI | ||
420 | * -------------------------------------------------------------------- */ | ||
421 | |||
422 | #if defined(CONFIG_SPI_AT91) || defined(CONFIG_SPI_AT91_MODULE) || defined(CONFIG_AT91_SPI) || defined(CONFIG_AT91_SPI_MODULE) | ||
423 | static u64 spi_dmamask = 0xffffffffUL; | ||
424 | |||
425 | static struct resource at91_spi_resources[] = { | ||
426 | [0] = { | ||
427 | .start = AT91_BASE_SPI, | ||
428 | .end = AT91_BASE_SPI + SZ_16K - 1, | ||
429 | .flags = IORESOURCE_MEM, | ||
430 | }, | ||
431 | [1] = { | ||
432 | .start = AT91_ID_SPI, | ||
433 | .end = AT91_ID_SPI, | ||
434 | .flags = IORESOURCE_IRQ, | ||
435 | }, | ||
436 | }; | ||
437 | |||
438 | static struct platform_device at91rm9200_spi_device = { | ||
439 | .name = "at91_spi", | ||
440 | .id = 0, | ||
441 | .dev = { | ||
442 | .dma_mask = &spi_dmamask, | ||
443 | .coherent_dma_mask = 0xffffffff, | ||
444 | }, | ||
445 | .resource = at91_spi_resources, | ||
446 | .num_resources = ARRAY_SIZE(at91_spi_resources), | ||
447 | }; | ||
448 | |||
449 | static const unsigned at91_spi_standard_cs[4] = { AT91_PIN_PA3, AT91_PIN_PA4, AT91_PIN_PA5, AT91_PIN_PA6 }; | ||
450 | |||
451 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) | ||
452 | { | ||
453 | int i; | ||
454 | unsigned long cs_pin; | ||
455 | |||
456 | at91_set_A_periph(AT91_PIN_PA0, 0); /* MISO */ | ||
457 | at91_set_A_periph(AT91_PIN_PA1, 0); /* MOSI */ | ||
458 | at91_set_A_periph(AT91_PIN_PA2, 0); /* SPCK */ | ||
459 | |||
460 | /* Enable SPI chip-selects */ | ||
461 | for (i = 0; i < nr_devices; i++) { | ||
462 | if (devices[i].controller_data) | ||
463 | cs_pin = (unsigned long) devices[i].controller_data; | ||
464 | else | ||
465 | cs_pin = at91_spi_standard_cs[devices[i].chip_select]; | ||
466 | |||
467 | #ifdef CONFIG_SPI_AT91_MANUAL_CS | ||
468 | at91_set_gpio_output(cs_pin, 1); | ||
469 | #else | ||
470 | at91_set_A_periph(cs_pin, 0); | ||
471 | #endif | ||
472 | |||
473 | /* pass chip-select pin to driver */ | ||
474 | devices[i].controller_data = (void *) cs_pin; | ||
475 | } | ||
476 | |||
477 | spi_register_board_info(devices, nr_devices); | ||
478 | at91_clock_associate("spi0_clk", &at91rm9200_spi_device.dev, "spi"); | ||
479 | platform_device_register(&at91rm9200_spi_device); | ||
480 | } | ||
481 | #else | ||
482 | void __init at91_add_device_spi(struct spi_board_info *devices, int nr_devices) {} | ||
483 | #endif | ||
484 | |||
485 | |||
486 | /* -------------------------------------------------------------------- | ||
403 | * RTC | 487 | * RTC |
404 | * -------------------------------------------------------------------- */ | 488 | * -------------------------------------------------------------------- */ |
405 | 489 | ||
406 | #if defined(CONFIG_AT91_RTC) || defined(CONFIG_AT91_RTC_MODULE) | 490 | #if defined(CONFIG_RTC_DRV_AT91) || defined(CONFIG_RTC_DRV_AT91_MODULE) |
407 | static struct platform_device at91rm9200_rtc_device = { | 491 | static struct platform_device at91rm9200_rtc_device = { |
408 | .name = "at91_rtc", | 492 | .name = "at91_rtc", |
409 | .id = -1, | 493 | .id = -1, |
410 | .num_resources = 0, | 494 | .num_resources = 0, |
411 | }; | 495 | }; |
412 | 496 | ||
413 | void __init at91_add_device_rtc(void) | 497 | static void __init at91_add_device_rtc(void) |
414 | { | 498 | { |
415 | platform_device_register(&at91rm9200_rtc_device); | 499 | platform_device_register(&at91rm9200_rtc_device); |
416 | } | 500 | } |
417 | #else | 501 | #else |
418 | void __init at91_add_device_rtc(void) {} | 502 | static void __init at91_add_device_rtc(void) {} |
503 | #endif | ||
504 | |||
505 | |||
506 | /* -------------------------------------------------------------------- | ||
507 | * Watchdog | ||
508 | * -------------------------------------------------------------------- */ | ||
509 | |||
510 | #if defined(CONFIG_AT91_WATCHDOG) || defined(CONFIG_AT91_WATCHDOG_MODULE) | ||
511 | static struct platform_device at91rm9200_wdt_device = { | ||
512 | .name = "at91_wdt", | ||
513 | .id = -1, | ||
514 | .num_resources = 0, | ||
515 | }; | ||
516 | |||
517 | static void __init at91_add_device_watchdog(void) | ||
518 | { | ||
519 | platform_device_register(&at91rm9200_wdt_device); | ||
520 | } | ||
521 | #else | ||
522 | static void __init at91_add_device_watchdog(void) {} | ||
419 | #endif | 523 | #endif |
420 | 524 | ||
421 | 525 | ||
@@ -429,13 +533,281 @@ u8 at91_leds_timer; | |||
429 | 533 | ||
430 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) | 534 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) |
431 | { | 535 | { |
432 | at91_leds_cpu = cpu_led; | 536 | at91_leds_cpu = cpu_led; |
433 | at91_leds_timer = timer_led; | 537 | at91_leds_timer = timer_led; |
434 | } | 538 | } |
435 | |||
436 | #else | 539 | #else |
437 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} | 540 | void __init at91_init_leds(u8 cpu_led, u8 timer_led) {} |
438 | #endif | 541 | #endif |
439 | 542 | ||
440 | 543 | ||
544 | /* -------------------------------------------------------------------- | ||
545 | * UART | ||
546 | * -------------------------------------------------------------------- */ | ||
547 | |||
548 | #if defined(CONFIG_SERIAL_AT91) | ||
549 | static struct resource dbgu_resources[] = { | ||
550 | [0] = { | ||
551 | .start = AT91_VA_BASE_SYS + AT91_DBGU, | ||
552 | .end = AT91_VA_BASE_SYS + AT91_DBGU + SZ_512 - 1, | ||
553 | .flags = IORESOURCE_MEM, | ||
554 | }, | ||
555 | [1] = { | ||
556 | .start = AT91_ID_SYS, | ||
557 | .end = AT91_ID_SYS, | ||
558 | .flags = IORESOURCE_IRQ, | ||
559 | }, | ||
560 | }; | ||
561 | |||
562 | static struct at91_uart_data dbgu_data = { | ||
563 | .use_dma_tx = 0, | ||
564 | .use_dma_rx = 0, /* DBGU not capable of receive DMA */ | ||
565 | }; | ||
566 | |||
567 | static struct platform_device at91rm9200_dbgu_device = { | ||
568 | .name = "at91_usart", | ||
569 | .id = 0, | ||
570 | .dev = { | ||
571 | .platform_data = &dbgu_data, | ||
572 | .coherent_dma_mask = 0xffffffff, | ||
573 | }, | ||
574 | .resource = dbgu_resources, | ||
575 | .num_resources = ARRAY_SIZE(dbgu_resources), | ||
576 | }; | ||
577 | |||
578 | static inline void configure_dbgu_pins(void) | ||
579 | { | ||
580 | at91_set_A_periph(AT91_PIN_PA30, 0); /* DRXD */ | ||
581 | at91_set_A_periph(AT91_PIN_PA31, 1); /* DTXD */ | ||
582 | } | ||
583 | |||
584 | static struct resource uart0_resources[] = { | ||
585 | [0] = { | ||
586 | .start = AT91_BASE_US0, | ||
587 | .end = AT91_BASE_US0 + SZ_16K - 1, | ||
588 | .flags = IORESOURCE_MEM, | ||
589 | }, | ||
590 | [1] = { | ||
591 | .start = AT91_ID_US0, | ||
592 | .end = AT91_ID_US0, | ||
593 | .flags = IORESOURCE_IRQ, | ||
594 | }, | ||
595 | }; | ||
596 | |||
597 | static struct at91_uart_data uart0_data = { | ||
598 | .use_dma_tx = 1, | ||
599 | .use_dma_rx = 1, | ||
600 | }; | ||
601 | |||
602 | static struct platform_device at91rm9200_uart0_device = { | ||
603 | .name = "at91_usart", | ||
604 | .id = 1, | ||
605 | .dev = { | ||
606 | .platform_data = &uart0_data, | ||
607 | .coherent_dma_mask = 0xffffffff, | ||
608 | }, | ||
609 | .resource = uart0_resources, | ||
610 | .num_resources = ARRAY_SIZE(uart0_resources), | ||
611 | }; | ||
612 | |||
613 | static inline void configure_usart0_pins(void) | ||
614 | { | ||
615 | at91_set_A_periph(AT91_PIN_PA17, 1); /* TXD0 */ | ||
616 | at91_set_A_periph(AT91_PIN_PA18, 0); /* RXD0 */ | ||
617 | at91_set_A_periph(AT91_PIN_PA20, 0); /* CTS0 */ | ||
618 | |||
619 | /* | ||
620 | * AT91RM9200 Errata #39 - RTS0 is not internally connected to PA21. | ||
621 | * We need to drive the pin manually. Default is off (RTS is active low). | ||
622 | */ | ||
623 | at91_set_gpio_output(AT91_PIN_PA21, 1); | ||
624 | } | ||
625 | |||
626 | static struct resource uart1_resources[] = { | ||
627 | [0] = { | ||
628 | .start = AT91_BASE_US1, | ||
629 | .end = AT91_BASE_US1 + SZ_16K - 1, | ||
630 | .flags = IORESOURCE_MEM, | ||
631 | }, | ||
632 | [1] = { | ||
633 | .start = AT91_ID_US1, | ||
634 | .end = AT91_ID_US1, | ||
635 | .flags = IORESOURCE_IRQ, | ||
636 | }, | ||
637 | }; | ||
638 | |||
639 | static struct at91_uart_data uart1_data = { | ||
640 | .use_dma_tx = 1, | ||
641 | .use_dma_rx = 1, | ||
642 | }; | ||
643 | |||
644 | static struct platform_device at91rm9200_uart1_device = { | ||
645 | .name = "at91_usart", | ||
646 | .id = 2, | ||
647 | .dev = { | ||
648 | .platform_data = &uart1_data, | ||
649 | .coherent_dma_mask = 0xffffffff, | ||
650 | }, | ||
651 | .resource = uart1_resources, | ||
652 | .num_resources = ARRAY_SIZE(uart1_resources), | ||
653 | }; | ||
654 | |||
655 | static inline void configure_usart1_pins(void) | ||
656 | { | ||
657 | at91_set_A_periph(AT91_PIN_PB18, 0); /* RI1 */ | ||
658 | at91_set_A_periph(AT91_PIN_PB19, 0); /* DTR1 */ | ||
659 | at91_set_A_periph(AT91_PIN_PB20, 1); /* TXD1 */ | ||
660 | at91_set_A_periph(AT91_PIN_PB21, 0); /* RXD1 */ | ||
661 | at91_set_A_periph(AT91_PIN_PB23, 0); /* DCD1 */ | ||
662 | at91_set_A_periph(AT91_PIN_PB24, 0); /* CTS1 */ | ||
663 | at91_set_A_periph(AT91_PIN_PB25, 0); /* DSR1 */ | ||
664 | at91_set_A_periph(AT91_PIN_PB26, 0); /* RTS1 */ | ||
665 | } | ||
666 | |||
667 | static struct resource uart2_resources[] = { | ||
668 | [0] = { | ||
669 | .start = AT91_BASE_US2, | ||
670 | .end = AT91_BASE_US2 + SZ_16K - 1, | ||
671 | .flags = IORESOURCE_MEM, | ||
672 | }, | ||
673 | [1] = { | ||
674 | .start = AT91_ID_US2, | ||
675 | .end = AT91_ID_US2, | ||
676 | .flags = IORESOURCE_IRQ, | ||
677 | }, | ||
678 | }; | ||
679 | |||
680 | static struct at91_uart_data uart2_data = { | ||
681 | .use_dma_tx = 1, | ||
682 | .use_dma_rx = 1, | ||
683 | }; | ||
684 | |||
685 | static struct platform_device at91rm9200_uart2_device = { | ||
686 | .name = "at91_usart", | ||
687 | .id = 3, | ||
688 | .dev = { | ||
689 | .platform_data = &uart2_data, | ||
690 | .coherent_dma_mask = 0xffffffff, | ||
691 | }, | ||
692 | .resource = uart2_resources, | ||
693 | .num_resources = ARRAY_SIZE(uart2_resources), | ||
694 | }; | ||
695 | |||
696 | static inline void configure_usart2_pins(void) | ||
697 | { | ||
698 | at91_set_A_periph(AT91_PIN_PA22, 0); /* RXD2 */ | ||
699 | at91_set_A_periph(AT91_PIN_PA23, 1); /* TXD2 */ | ||
700 | } | ||
701 | |||
702 | static struct resource uart3_resources[] = { | ||
703 | [0] = { | ||
704 | .start = AT91_BASE_US3, | ||
705 | .end = AT91_BASE_US3 + SZ_16K - 1, | ||
706 | .flags = IORESOURCE_MEM, | ||
707 | }, | ||
708 | [1] = { | ||
709 | .start = AT91_ID_US3, | ||
710 | .end = AT91_ID_US3, | ||
711 | .flags = IORESOURCE_IRQ, | ||
712 | }, | ||
713 | }; | ||
714 | |||
715 | static struct at91_uart_data uart3_data = { | ||
716 | .use_dma_tx = 1, | ||
717 | .use_dma_rx = 1, | ||
718 | }; | ||
719 | |||
720 | static struct platform_device at91rm9200_uart3_device = { | ||
721 | .name = "at91_usart", | ||
722 | .id = 4, | ||
723 | .dev = { | ||
724 | .platform_data = &uart3_data, | ||
725 | .coherent_dma_mask = 0xffffffff, | ||
726 | }, | ||
727 | .resource = uart3_resources, | ||
728 | .num_resources = ARRAY_SIZE(uart3_resources), | ||
729 | }; | ||
730 | |||
731 | static inline void configure_usart3_pins(void) | ||
732 | { | ||
733 | at91_set_B_periph(AT91_PIN_PA5, 1); /* TXD3 */ | ||
734 | at91_set_B_periph(AT91_PIN_PA6, 0); /* RXD3 */ | ||
735 | } | ||
736 | |||
737 | struct platform_device *at91_uarts[AT91_NR_UART]; /* the UARTs to use */ | ||
738 | struct platform_device *at91_default_console_device; /* the serial console device */ | ||
739 | |||
740 | void __init at91_init_serial(struct at91_uart_config *config) | ||
741 | { | ||
742 | int i; | ||
743 | |||
744 | /* Fill in list of supported UARTs */ | ||
745 | for (i = 0; i < config->nr_tty; i++) { | ||
746 | switch (config->tty_map[i]) { | ||
747 | case 0: | ||
748 | configure_usart0_pins(); | ||
749 | at91_uarts[i] = &at91rm9200_uart0_device; | ||
750 | at91_clock_associate("usart0_clk", &at91rm9200_uart0_device.dev, "usart"); | ||
751 | break; | ||
752 | case 1: | ||
753 | configure_usart1_pins(); | ||
754 | at91_uarts[i] = &at91rm9200_uart1_device; | ||
755 | at91_clock_associate("usart1_clk", &at91rm9200_uart1_device.dev, "usart"); | ||
756 | break; | ||
757 | case 2: | ||
758 | configure_usart2_pins(); | ||
759 | at91_uarts[i] = &at91rm9200_uart2_device; | ||
760 | at91_clock_associate("usart2_clk", &at91rm9200_uart2_device.dev, "usart"); | ||
761 | break; | ||
762 | case 3: | ||
763 | configure_usart3_pins(); | ||
764 | at91_uarts[i] = &at91rm9200_uart3_device; | ||
765 | at91_clock_associate("usart3_clk", &at91rm9200_uart3_device.dev, "usart"); | ||
766 | break; | ||
767 | case 4: | ||
768 | configure_dbgu_pins(); | ||
769 | at91_uarts[i] = &at91rm9200_dbgu_device; | ||
770 | at91_clock_associate("mck", &at91rm9200_dbgu_device.dev, "usart"); | ||
771 | break; | ||
772 | default: | ||
773 | continue; | ||
774 | } | ||
775 | at91_uarts[i]->id = i; /* update ID number to mapped ID */ | ||
776 | } | ||
777 | |||
778 | /* Set serial console device */ | ||
779 | if (config->console_tty < AT91_NR_UART) | ||
780 | at91_default_console_device = at91_uarts[config->console_tty]; | ||
781 | if (!at91_default_console_device) | ||
782 | printk(KERN_INFO "AT91: No default serial console defined.\n"); | ||
783 | } | ||
784 | |||
785 | void __init at91_add_device_serial(void) | ||
786 | { | ||
787 | int i; | ||
788 | |||
789 | for (i = 0; i < AT91_NR_UART; i++) { | ||
790 | if (at91_uarts[i]) | ||
791 | platform_device_register(at91_uarts[i]); | ||
792 | } | ||
793 | } | ||
794 | #else | ||
795 | void __init at91_init_serial(struct at91_uart_config *config) {} | ||
796 | void __init at91_add_device_serial(void) {} | ||
797 | #endif | ||
798 | |||
799 | |||
441 | /* -------------------------------------------------------------------- */ | 800 | /* -------------------------------------------------------------------- */ |
801 | |||
802 | /* | ||
803 | * These devices are always present and don't need any board-specific | ||
804 | * setup. | ||
805 | */ | ||
806 | static int __init at91_add_standard_devices(void) | ||
807 | { | ||
808 | at91_add_device_rtc(); | ||
809 | at91_add_device_watchdog(); | ||
810 | return 0; | ||
811 | } | ||
812 | |||
813 | arch_initcall(at91_add_standard_devices); | ||
diff --git a/arch/arm/mach-at91rm9200/generic.h b/arch/arm/mach-at91rm9200/generic.h index 9bd541eba0a0..f0d969d7d874 100644 --- a/arch/arm/mach-at91rm9200/generic.h +++ b/arch/arm/mach-at91rm9200/generic.h | |||
@@ -16,3 +16,10 @@ extern struct sys_timer at91rm9200_timer; | |||
16 | extern void __init at91rm9200_map_io(void); | 16 | extern void __init at91rm9200_map_io(void); |
17 | 17 | ||
18 | extern int __init at91_clock_init(unsigned long main_clock); | 18 | extern int __init at91_clock_init(unsigned long main_clock); |
19 | struct device; | ||
20 | extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func); | ||
21 | |||
22 | /* Power Management */ | ||
23 | extern void at91_irq_suspend(void); | ||
24 | extern void at91_irq_resume(void); | ||
25 | |||
diff --git a/arch/arm/mach-at91rm9200/gpio.c b/arch/arm/mach-at91rm9200/gpio.c index 5ab46274e1a3..3430ea054662 100644 --- a/arch/arm/mach-at91rm9200/gpio.c +++ b/arch/arm/mach-at91rm9200/gpio.c | |||
@@ -213,6 +213,84 @@ EXPORT_SYMBOL(at91_get_gpio_value); | |||
213 | 213 | ||
214 | /*--------------------------------------------------------------------------*/ | 214 | /*--------------------------------------------------------------------------*/ |
215 | 215 | ||
216 | #ifdef CONFIG_PM | ||
217 | |||
218 | static u32 wakeups[BGA_GPIO_BANKS]; | ||
219 | static u32 backups[BGA_GPIO_BANKS]; | ||
220 | |||
221 | static int gpio_irq_set_wake(unsigned pin, unsigned state) | ||
222 | { | ||
223 | unsigned mask = pin_to_mask(pin); | ||
224 | |||
225 | pin -= PIN_BASE; | ||
226 | pin /= 32; | ||
227 | |||
228 | if (unlikely(pin >= BGA_GPIO_BANKS)) | ||
229 | return -EINVAL; | ||
230 | |||
231 | if (state) | ||
232 | wakeups[pin] |= mask; | ||
233 | else | ||
234 | wakeups[pin] &= ~mask; | ||
235 | |||
236 | return 0; | ||
237 | } | ||
238 | |||
239 | void at91_gpio_suspend(void) | ||
240 | { | ||
241 | int i; | ||
242 | |||
243 | for (i = 0; i < BGA_GPIO_BANKS; i++) { | ||
244 | u32 pio = pio_controller_offset[i]; | ||
245 | |||
246 | /* | ||
247 | * Note: drivers should have disabled GPIO interrupts that | ||
248 | * aren't supposed to be wakeup sources. | ||
249 | * But that is not much good on ARM..... disable_irq() does | ||
250 | * not update the hardware immediately, so the hardware mask | ||
251 | * (IMR) has the wrong value (not current, too much is | ||
252 | * permitted). | ||
253 | * | ||
254 | * Our workaround is to disable all non-wakeup IRQs ... | ||
255 | * which is exactly what correct drivers asked for in the | ||
256 | * first place! | ||
257 | */ | ||
258 | backups[i] = at91_sys_read(pio + PIO_IMR); | ||
259 | at91_sys_write(pio_controller_offset[i] + PIO_IDR, backups[i]); | ||
260 | at91_sys_write(pio_controller_offset[i] + PIO_IER, wakeups[i]); | ||
261 | |||
262 | if (!wakeups[i]) { | ||
263 | disable_irq_wake(AT91_ID_PIOA + i); | ||
264 | at91_sys_write(AT91_PMC_PCDR, 1 << (AT91_ID_PIOA + i)); | ||
265 | } else { | ||
266 | enable_irq_wake(AT91_ID_PIOA + i); | ||
267 | #ifdef CONFIG_PM_DEBUG | ||
268 | printk(KERN_DEBUG "GPIO-%c may wake for %08x\n", "ABCD"[i], wakeups[i]); | ||
269 | #endif | ||
270 | } | ||
271 | } | ||
272 | } | ||
273 | |||
274 | void at91_gpio_resume(void) | ||
275 | { | ||
276 | int i; | ||
277 | |||
278 | for (i = 0; i < BGA_GPIO_BANKS; i++) { | ||
279 | at91_sys_write(pio_controller_offset[i] + PIO_IDR, wakeups[i]); | ||
280 | at91_sys_write(pio_controller_offset[i] + PIO_IER, backups[i]); | ||
281 | } | ||
282 | |||
283 | at91_sys_write(AT91_PMC_PCER, | ||
284 | (1 << AT91_ID_PIOA) | ||
285 | | (1 << AT91_ID_PIOB) | ||
286 | | (1 << AT91_ID_PIOC) | ||
287 | | (1 << AT91_ID_PIOD)); | ||
288 | } | ||
289 | |||
290 | #else | ||
291 | #define gpio_irq_set_wake NULL | ||
292 | #endif | ||
293 | |||
216 | 294 | ||
217 | /* Several AIC controller irqs are dispatched through this GPIO handler. | 295 | /* Several AIC controller irqs are dispatched through this GPIO handler. |
218 | * To use any AT91_PIN_* as an externally triggered IRQ, first call | 296 | * To use any AT91_PIN_* as an externally triggered IRQ, first call |
@@ -252,6 +330,7 @@ static struct irqchip gpio_irqchip = { | |||
252 | .mask = gpio_irq_mask, | 330 | .mask = gpio_irq_mask, |
253 | .unmask = gpio_irq_unmask, | 331 | .unmask = gpio_irq_unmask, |
254 | .set_type = gpio_irq_type, | 332 | .set_type = gpio_irq_type, |
333 | .set_wake = gpio_irq_set_wake, | ||
255 | }; | 334 | }; |
256 | 335 | ||
257 | static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs *regs) | 336 | static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs *regs) |
@@ -266,6 +345,7 @@ static void gpio_irq_handler(unsigned irq, struct irqdesc *desc, struct pt_regs | |||
266 | /* temporarily mask (level sensitive) parent IRQ */ | 345 | /* temporarily mask (level sensitive) parent IRQ */ |
267 | desc->chip->ack(irq); | 346 | desc->chip->ack(irq); |
268 | for (;;) { | 347 | for (;;) { |
348 | /* reading ISR acks the pending (edge triggered) GPIO interrupt */ | ||
269 | isr = __raw_readl(pio + PIO_ISR) & __raw_readl(pio + PIO_IMR); | 349 | isr = __raw_readl(pio + PIO_ISR) & __raw_readl(pio + PIO_IMR); |
270 | if (!isr) | 350 | if (!isr) |
271 | break; | 351 | break; |
@@ -315,15 +395,16 @@ void __init at91_gpio_irq_setup(unsigned banks) | |||
315 | set_irq_chipdata(id, controller); | 395 | set_irq_chipdata(id, controller); |
316 | 396 | ||
317 | for (i = 0; i < 32; i++, pin++) { | 397 | for (i = 0; i < 32; i++, pin++) { |
398 | /* | ||
399 | * Can use the "simple" and not "edge" handler since it's | ||
400 | * shorter, and the AIC handles interupts sanely. | ||
401 | */ | ||
318 | set_irq_chip(pin, &gpio_irqchip); | 402 | set_irq_chip(pin, &gpio_irqchip); |
319 | set_irq_handler(pin, do_simple_IRQ); | 403 | set_irq_handler(pin, do_simple_IRQ); |
320 | set_irq_flags(pin, IRQF_VALID); | 404 | set_irq_flags(pin, IRQF_VALID); |
321 | } | 405 | } |
322 | 406 | ||
323 | set_irq_chained_handler(id, gpio_irq_handler); | 407 | set_irq_chained_handler(id, gpio_irq_handler); |
324 | |||
325 | /* enable the PIO peripheral clock */ | ||
326 | at91_sys_write(AT91_PMC_PCER, 1 << id); | ||
327 | } | 408 | } |
328 | pr_info("AT91: %d gpio irqs in %d banks\n", pin - PIN_BASE, banks); | 409 | pr_info("AT91: %d gpio irqs in %d banks\n", pin - PIN_BASE, banks); |
329 | } | 410 | } |
diff --git a/arch/arm/mach-at91rm9200/irq.c b/arch/arm/mach-at91rm9200/irq.c index cb62bc83a1dd..70f4d7ac1533 100644 --- a/arch/arm/mach-at91rm9200/irq.c +++ b/arch/arm/mach-at91rm9200/irq.c | |||
@@ -92,10 +92,6 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
92 | { | 92 | { |
93 | unsigned int smr, srctype; | 93 | unsigned int smr, srctype; |
94 | 94 | ||
95 | /* change triggering only for FIQ and external IRQ0..IRQ6 */ | ||
96 | if ((irq < AT91_ID_IRQ0) && (irq != AT91_ID_FIQ)) | ||
97 | return -EINVAL; | ||
98 | |||
99 | switch (type) { | 95 | switch (type) { |
100 | case IRQT_HIGH: | 96 | case IRQT_HIGH: |
101 | srctype = AT91_AIC_SRCTYPE_HIGH; | 97 | srctype = AT91_AIC_SRCTYPE_HIGH; |
@@ -104,9 +100,13 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
104 | srctype = AT91_AIC_SRCTYPE_RISING; | 100 | srctype = AT91_AIC_SRCTYPE_RISING; |
105 | break; | 101 | break; |
106 | case IRQT_LOW: | 102 | case IRQT_LOW: |
103 | if ((irq > AT91_ID_FIQ) && (irq < AT91_ID_IRQ0)) /* only supported on external interrupts */ | ||
104 | return -EINVAL; | ||
107 | srctype = AT91_AIC_SRCTYPE_LOW; | 105 | srctype = AT91_AIC_SRCTYPE_LOW; |
108 | break; | 106 | break; |
109 | case IRQT_FALLING: | 107 | case IRQT_FALLING: |
108 | if ((irq > AT91_ID_FIQ) && (irq < AT91_ID_IRQ0)) /* only supported on external interrupts */ | ||
109 | return -EINVAL; | ||
110 | srctype = AT91_AIC_SRCTYPE_FALLING; | 110 | srctype = AT91_AIC_SRCTYPE_FALLING; |
111 | break; | 111 | break; |
112 | default: | 112 | default: |
@@ -118,11 +118,47 @@ static int at91rm9200_irq_type(unsigned irq, unsigned type) | |||
118 | return 0; | 118 | return 0; |
119 | } | 119 | } |
120 | 120 | ||
121 | #ifdef CONFIG_PM | ||
122 | |||
123 | static u32 wakeups; | ||
124 | static u32 backups; | ||
125 | |||
126 | static int at91rm9200_irq_set_wake(unsigned irq, unsigned value) | ||
127 | { | ||
128 | if (unlikely(irq >= 32)) | ||
129 | return -EINVAL; | ||
130 | |||
131 | if (value) | ||
132 | wakeups |= (1 << irq); | ||
133 | else | ||
134 | wakeups &= ~(1 << irq); | ||
135 | |||
136 | return 0; | ||
137 | } | ||
138 | |||
139 | void at91_irq_suspend(void) | ||
140 | { | ||
141 | backups = at91_sys_read(AT91_AIC_IMR); | ||
142 | at91_sys_write(AT91_AIC_IDCR, backups); | ||
143 | at91_sys_write(AT91_AIC_IECR, wakeups); | ||
144 | } | ||
145 | |||
146 | void at91_irq_resume(void) | ||
147 | { | ||
148 | at91_sys_write(AT91_AIC_IDCR, wakeups); | ||
149 | at91_sys_write(AT91_AIC_IECR, backups); | ||
150 | } | ||
151 | |||
152 | #else | ||
153 | #define at91rm9200_irq_set_wake NULL | ||
154 | #endif | ||
155 | |||
121 | static struct irqchip at91rm9200_irq_chip = { | 156 | static struct irqchip at91rm9200_irq_chip = { |
122 | .ack = at91rm9200_mask_irq, | 157 | .ack = at91rm9200_mask_irq, |
123 | .mask = at91rm9200_mask_irq, | 158 | .mask = at91rm9200_mask_irq, |
124 | .unmask = at91rm9200_unmask_irq, | 159 | .unmask = at91rm9200_unmask_irq, |
125 | .set_type = at91rm9200_irq_type, | 160 | .set_type = at91rm9200_irq_type, |
161 | .set_wake = at91rm9200_irq_set_wake, | ||
126 | }; | 162 | }; |
127 | 163 | ||
128 | /* | 164 | /* |
diff --git a/arch/arm/mach-at91rm9200/pm.c b/arch/arm/mach-at91rm9200/pm.c new file mode 100644 index 000000000000..47e5480feb7e --- /dev/null +++ b/arch/arm/mach-at91rm9200/pm.c | |||
@@ -0,0 +1,225 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-at91rm9200/pm.c | ||
3 | * AT91 Power Management | ||
4 | * | ||
5 | * Copyright (C) 2005 David Brownell | ||
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 | |||
13 | #include <linux/pm.h> | ||
14 | #include <linux/sched.h> | ||
15 | #include <linux/proc_fs.h> | ||
16 | #include <linux/pm.h> | ||
17 | #include <linux/interrupt.h> | ||
18 | #include <linux/sysfs.h> | ||
19 | #include <linux/module.h> | ||
20 | #include <linux/platform_device.h> | ||
21 | |||
22 | #include <asm/io.h> | ||
23 | #include <asm/irq.h> | ||
24 | #include <asm/atomic.h> | ||
25 | #include <asm/mach/time.h> | ||
26 | #include <asm/mach/irq.h> | ||
27 | #include <asm/mach-types.h> | ||
28 | |||
29 | #include <asm/arch/gpio.h> | ||
30 | |||
31 | #include "generic.h" | ||
32 | |||
33 | |||
34 | static int at91_pm_valid_state(suspend_state_t state) | ||
35 | { | ||
36 | switch (state) { | ||
37 | case PM_SUSPEND_ON: | ||
38 | case PM_SUSPEND_STANDBY: | ||
39 | case PM_SUSPEND_MEM: | ||
40 | return 1; | ||
41 | |||
42 | default: | ||
43 | return 0; | ||
44 | } | ||
45 | } | ||
46 | |||
47 | |||
48 | static suspend_state_t target_state; | ||
49 | |||
50 | /* | ||
51 | * Called after processes are frozen, but before we shutdown devices. | ||
52 | */ | ||
53 | static int at91_pm_prepare(suspend_state_t state) | ||
54 | { | ||
55 | target_state = state; | ||
56 | return 0; | ||
57 | } | ||
58 | |||
59 | /* | ||
60 | * Verify that all the clocks are correct before entering | ||
61 | * slow-clock mode. | ||
62 | */ | ||
63 | static int at91_pm_verify_clocks(void) | ||
64 | { | ||
65 | unsigned long scsr; | ||
66 | int i; | ||
67 | |||
68 | scsr = at91_sys_read(AT91_PMC_SCSR); | ||
69 | |||
70 | /* USB must not be using PLLB */ | ||
71 | if ((scsr & (AT91_PMC_UHP | AT91_PMC_UDP)) != 0) { | ||
72 | pr_debug("AT91: PM - Suspend-to-RAM with USB still active\n"); | ||
73 | return 0; | ||
74 | } | ||
75 | |||
76 | #ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS | ||
77 | /* PCK0..PCK3 must be disabled, or configured to use clk32k */ | ||
78 | for (i = 0; i < 4; i++) { | ||
79 | u32 css; | ||
80 | |||
81 | if ((scsr & (AT91_PMC_PCK0 << i)) == 0) | ||
82 | continue; | ||
83 | |||
84 | css = at91_sys_read(AT91_PMC_PCKR(i)) & AT91_PMC_CSS; | ||
85 | if (css != AT91_PMC_CSS_SLOW) { | ||
86 | pr_debug("AT91: PM - Suspend-to-RAM with PCK%d src %d\n", i, css); | ||
87 | return 0; | ||
88 | } | ||
89 | } | ||
90 | #endif | ||
91 | |||
92 | return 1; | ||
93 | } | ||
94 | |||
95 | /* | ||
96 | * Call this from platform driver suspend() to see how deeply to suspend. | ||
97 | * For example, some controllers (like OHCI) need one of the PLL clocks | ||
98 | * in order to act as a wakeup source, and those are not available when | ||
99 | * going into slow clock mode. | ||
100 | * | ||
101 | * REVISIT: generalize as clk_will_be_available(clk)? Other platforms have | ||
102 | * the very same problem (but not using at91 main_clk), and it'd be better | ||
103 | * to add one generic API rather than lots of platform-specific ones. | ||
104 | */ | ||
105 | int at91_suspend_entering_slow_clock(void) | ||
106 | { | ||
107 | return (target_state == PM_SUSPEND_MEM); | ||
108 | } | ||
109 | EXPORT_SYMBOL(at91_suspend_entering_slow_clock); | ||
110 | |||
111 | |||
112 | static void (*slow_clock)(void); | ||
113 | |||
114 | |||
115 | |||
116 | static int at91_pm_enter(suspend_state_t state) | ||
117 | { | ||
118 | at91_gpio_suspend(); | ||
119 | at91_irq_suspend(); | ||
120 | |||
121 | pr_debug("AT91: PM - wake mask %08x, pm state %d\n", | ||
122 | /* remember all the always-wake irqs */ | ||
123 | (at91_sys_read(AT91_PMC_PCSR) | ||
124 | | (1 << AT91_ID_FIQ) | ||
125 | | (1 << AT91_ID_SYS) | ||
126 | | (1 << AT91_ID_IRQ0) | ||
127 | | (1 << AT91_ID_IRQ1) | ||
128 | | (1 << AT91_ID_IRQ2) | ||
129 | | (1 << AT91_ID_IRQ3) | ||
130 | | (1 << AT91_ID_IRQ4) | ||
131 | | (1 << AT91_ID_IRQ5) | ||
132 | | (1 << AT91_ID_IRQ6)) | ||
133 | & at91_sys_read(AT91_AIC_IMR), | ||
134 | state); | ||
135 | |||
136 | switch (state) { | ||
137 | /* | ||
138 | * Suspend-to-RAM is like STANDBY plus slow clock mode, so | ||
139 | * drivers must suspend more deeply: only the master clock | ||
140 | * controller may be using the main oscillator. | ||
141 | */ | ||
142 | case PM_SUSPEND_MEM: | ||
143 | /* | ||
144 | * Ensure that clocks are in a valid state. | ||
145 | */ | ||
146 | if (!at91_pm_verify_clocks()) | ||
147 | goto error; | ||
148 | |||
149 | /* | ||
150 | * Enter slow clock mode by switching over to clk32k and | ||
151 | * turning off the main oscillator; reverse on wakeup. | ||
152 | */ | ||
153 | if (slow_clock) { | ||
154 | slow_clock(); | ||
155 | break; | ||
156 | } else { | ||
157 | /* DEVELOPMENT ONLY */ | ||
158 | pr_info("AT91: PM - no slow clock mode yet ...\n"); | ||
159 | /* FALLTHROUGH leaving master clock alone */ | ||
160 | } | ||
161 | |||
162 | /* | ||
163 | * STANDBY mode has *all* drivers suspended; ignores irqs not | ||
164 | * marked as 'wakeup' event sources; and reduces DRAM power. | ||
165 | * But otherwise it's identical to PM_SUSPEND_ON: cpu idle, and | ||
166 | * nothing fancy done with main or cpu clocks. | ||
167 | */ | ||
168 | case PM_SUSPEND_STANDBY: | ||
169 | /* | ||
170 | * NOTE: the Wait-for-Interrupt instruction needs to be | ||
171 | * in icache so the SDRAM stays in self-refresh mode until | ||
172 | * the wakeup IRQ occurs. | ||
173 | */ | ||
174 | asm("b 1f; .align 5; 1:"); | ||
175 | asm("mcr p15, 0, r0, c7, c10, 4"); /* drain write buffer */ | ||
176 | at91_sys_write(AT91_SDRAMC_SRR, 1); /* self-refresh mode */ | ||
177 | /* fall though to next state */ | ||
178 | |||
179 | case PM_SUSPEND_ON: | ||
180 | asm("mcr p15, 0, r0, c7, c0, 4"); /* wait for interrupt */ | ||
181 | break; | ||
182 | |||
183 | default: | ||
184 | pr_debug("AT91: PM - bogus suspend state %d\n", state); | ||
185 | goto error; | ||
186 | } | ||
187 | |||
188 | pr_debug("AT91: PM - wakeup %08x\n", | ||
189 | at91_sys_read(AT91_AIC_IPR) & at91_sys_read(AT91_AIC_IMR)); | ||
190 | |||
191 | error: | ||
192 | target_state = PM_SUSPEND_ON; | ||
193 | at91_irq_resume(); | ||
194 | at91_gpio_resume(); | ||
195 | return 0; | ||
196 | } | ||
197 | |||
198 | |||
199 | static struct pm_ops at91_pm_ops ={ | ||
200 | .pm_disk_mode = 0, | ||
201 | .valid = at91_pm_valid_state, | ||
202 | .prepare = at91_pm_prepare, | ||
203 | .enter = at91_pm_enter, | ||
204 | }; | ||
205 | |||
206 | static int __init at91_pm_init(void) | ||
207 | { | ||
208 | printk("AT91: Power Management\n"); | ||
209 | |||
210 | #ifdef CONFIG_AT91_PM_SLOW_CLOCK | ||
211 | /* REVISIT allocations of SRAM should be dynamically managed. | ||
212 | * FIQ handlers and other components will want SRAM/TCM too... | ||
213 | */ | ||
214 | slow_clock = (void *) (AT91_VA_BASE_SRAM + (3 * SZ_4K)); | ||
215 | memcpy(slow_clock, at91rm9200_slow_clock, at91rm9200_slow_clock_sz); | ||
216 | #endif | ||
217 | |||
218 | /* Disable SDRAM low-power mode. Cannot be used with self-refresh. */ | ||
219 | at91_sys_write(AT91_SDRAMC_LPR, 0); | ||
220 | |||
221 | pm_set_ops(&at91_pm_ops); | ||
222 | |||
223 | return 0; | ||
224 | } | ||
225 | arch_initcall(at91_pm_init); | ||
diff --git a/arch/arm/mach-at91rm9200/time.c b/arch/arm/mach-at91rm9200/time.c index 7ffcf443b99f..fc2d7d5e4637 100644 --- a/arch/arm/mach-at91rm9200/time.c +++ b/arch/arm/mach-at91rm9200/time.c | |||
@@ -31,6 +31,8 @@ | |||
31 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
32 | #include <asm/mach/time.h> | 32 | #include <asm/mach/time.h> |
33 | 33 | ||
34 | static unsigned long last_crtr; | ||
35 | |||
34 | /* | 36 | /* |
35 | * The ST_CRTR is updated asynchronously to the master clock. It is therefore | 37 | * The ST_CRTR is updated asynchronously to the master clock. It is therefore |
36 | * necessary to read it twice (with the same value) to ensure accuracy. | 38 | * necessary to read it twice (with the same value) to ensure accuracy. |
@@ -56,7 +58,7 @@ static unsigned long at91rm9200_gettimeoffset(void) | |||
56 | { | 58 | { |
57 | unsigned long elapsed; | 59 | unsigned long elapsed; |
58 | 60 | ||
59 | elapsed = (read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV; | 61 | elapsed = (read_CRTR() - last_crtr) & AT91_ST_ALMV; |
60 | 62 | ||
61 | return (unsigned long)(elapsed * (tick_nsec / 1000)) / LATCH; | 63 | return (unsigned long)(elapsed * (tick_nsec / 1000)) / LATCH; |
62 | } | 64 | } |
@@ -66,15 +68,12 @@ static unsigned long at91rm9200_gettimeoffset(void) | |||
66 | */ | 68 | */ |
67 | static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 69 | static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs) |
68 | { | 70 | { |
69 | unsigned long rtar; | ||
70 | |||
71 | if (at91_sys_read(AT91_ST_SR) & AT91_ST_PITS) { /* This is a shared interrupt */ | 71 | if (at91_sys_read(AT91_ST_SR) & AT91_ST_PITS) { /* This is a shared interrupt */ |
72 | write_seqlock(&xtime_lock); | 72 | write_seqlock(&xtime_lock); |
73 | 73 | ||
74 | while (((read_CRTR() - at91_sys_read(AT91_ST_RTAR)) & AT91_ST_ALMV) >= LATCH) { | 74 | while (((read_CRTR() - last_crtr) & AT91_ST_ALMV) >= LATCH) { |
75 | timer_tick(regs); | 75 | timer_tick(regs); |
76 | rtar = (at91_sys_read(AT91_ST_RTAR) + LATCH) & AT91_ST_ALMV; | 76 | last_crtr = (last_crtr + LATCH) & AT91_ST_ALMV; |
77 | at91_sys_write(AT91_ST_RTAR, rtar); | ||
78 | } | 77 | } |
79 | 78 | ||
80 | write_sequnlock(&xtime_lock); | 79 | write_sequnlock(&xtime_lock); |
@@ -87,10 +86,24 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id, struct pt_r | |||
87 | 86 | ||
88 | static struct irqaction at91rm9200_timer_irq = { | 87 | static struct irqaction at91rm9200_timer_irq = { |
89 | .name = "at91_tick", | 88 | .name = "at91_tick", |
90 | .flags = SA_SHIRQ | SA_INTERRUPT, | 89 | .flags = SA_SHIRQ | SA_INTERRUPT | SA_TIMER, |
91 | .handler = at91rm9200_timer_interrupt | 90 | .handler = at91rm9200_timer_interrupt |
92 | }; | 91 | }; |
93 | 92 | ||
93 | void at91rm9200_timer_reset(void) | ||
94 | { | ||
95 | last_crtr = 0; | ||
96 | |||
97 | /* Real time counter incremented every 30.51758 microseconds */ | ||
98 | at91_sys_write(AT91_ST_RTMR, 1); | ||
99 | |||
100 | /* Set Period Interval timer */ | ||
101 | at91_sys_write(AT91_ST_PIMR, LATCH); | ||
102 | |||
103 | /* Enable Period Interval Timer interrupt */ | ||
104 | at91_sys_write(AT91_ST_IER, AT91_ST_PITS); | ||
105 | } | ||
106 | |||
94 | /* | 107 | /* |
95 | * Set up timer interrupt. | 108 | * Set up timer interrupt. |
96 | */ | 109 | */ |
@@ -100,28 +113,30 @@ void __init at91rm9200_timer_init(void) | |||
100 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); | 113 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); |
101 | (void) at91_sys_read(AT91_ST_SR); /* Clear any pending interrupts */ | 114 | (void) at91_sys_read(AT91_ST_SR); /* Clear any pending interrupts */ |
102 | 115 | ||
103 | /* | 116 | /* Make IRQs happen for the system timer */ |
104 | * Make IRQs happen for the system timer. | ||
105 | */ | ||
106 | setup_irq(AT91_ID_SYS, &at91rm9200_timer_irq); | 117 | setup_irq(AT91_ID_SYS, &at91rm9200_timer_irq); |
107 | 118 | ||
108 | /* Set initial alarm to 0 */ | ||
109 | at91_sys_write(AT91_ST_RTAR, 0); | ||
110 | |||
111 | /* Real time counter incremented every 30.51758 microseconds */ | ||
112 | at91_sys_write(AT91_ST_RTMR, 1); | ||
113 | |||
114 | /* Set Period Interval timer */ | ||
115 | at91_sys_write(AT91_ST_PIMR, LATCH); | ||
116 | |||
117 | /* Change the kernel's 'tick' value to 10009 usec. (the default is 10000) */ | 119 | /* Change the kernel's 'tick' value to 10009 usec. (the default is 10000) */ |
118 | tick_usec = (LATCH * 1000000) / CLOCK_TICK_RATE; | 120 | tick_usec = (LATCH * 1000000) / CLOCK_TICK_RATE; |
119 | 121 | ||
120 | /* Enable Period Interval Timer interrupt */ | 122 | /* Initialize and enable the timer interrupt */ |
121 | at91_sys_write(AT91_ST_IER, AT91_ST_PITS); | 123 | at91rm9200_timer_reset(); |
124 | } | ||
125 | |||
126 | #ifdef CONFIG_PM | ||
127 | static void at91rm9200_timer_suspend(void) | ||
128 | { | ||
129 | /* disable Period Interval Timer interrupt */ | ||
130 | at91_sys_write(AT91_ST_IDR, AT91_ST_PITS); | ||
122 | } | 131 | } |
132 | #else | ||
133 | #define at91rm9200_timer_suspend NULL | ||
134 | #endif | ||
123 | 135 | ||
124 | struct sys_timer at91rm9200_timer = { | 136 | struct sys_timer at91rm9200_timer = { |
125 | .init = at91rm9200_timer_init, | 137 | .init = at91rm9200_timer_init, |
126 | .offset = at91rm9200_gettimeoffset, | 138 | .offset = at91rm9200_gettimeoffset, |
139 | .suspend = at91rm9200_timer_suspend, | ||
140 | .resume = at91rm9200_timer_reset, | ||
127 | }; | 141 | }; |
142 | |||