diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2006-06-26 12:48:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-26 12:48:29 -0400 |
commit | b184a4c9a4e542890265b4cdd3ff7908f4adc9c4 (patch) | |
tree | 7fe80637976e6033230e007fce63ed3dcb54be08 | |
parent | cfc736564fd01ee008d746913b1bbb90e3eb1f99 (diff) |
[ARM] 3654/1: add ajeco 1arm sbc support
Patch from Lennert Buytenhek
This patch adds support for the Ajeco 1ARM Single Board Computer, a
VME form factor SBC based on the Atmel AT91 SoC, with 64M RAM, seven
serial ports, three ethernet ports, IDE, CF, USB host and device,
and S-Video/VGA out.--
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/boot/compressed/head-at91rm9200.S | 6 | ||||
-rw-r--r-- | arch/arm/configs/onearm_defconfig | 1053 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/Kconfig | 6 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/mach-at91rm9200/board-1arm.c | 109 |
5 files changed, 1175 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/head-at91rm9200.S b/arch/arm/boot/compressed/head-at91rm9200.S index 57a3b163b2cb..d68b9acd826e 100644 --- a/arch/arm/boot/compressed/head-at91rm9200.S +++ b/arch/arm/boot/compressed/head-at91rm9200.S | |||
@@ -61,6 +61,12 @@ | |||
61 | cmp r7, r3 | 61 | cmp r7, r3 |
62 | beq 99f | 62 | beq 99f |
63 | 63 | ||
64 | @ Ajeco 1ARM : 1075 | ||
65 | mov r3, #(MACH_TYPE_ONEARM & 0xff) | ||
66 | orr r3, r3, #(MACH_TYPE_ONEARM & 0xff00) | ||
67 | cmp r7, r3 | ||
68 | beq 99f | ||
69 | |||
64 | @ Unknown board, use the AT91RM9200DK board | 70 | @ Unknown board, use the AT91RM9200DK board |
65 | @ mov r7, #MACH_TYPE_AT91RM9200 | 71 | @ mov r7, #MACH_TYPE_AT91RM9200 |
66 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) | 72 | mov r7, #(MACH_TYPE_AT91RM9200DK & 0xff) |
diff --git a/arch/arm/configs/onearm_defconfig b/arch/arm/configs/onearm_defconfig new file mode 100644 index 000000000000..5401c01caefe --- /dev/null +++ b/arch/arm/configs/onearm_defconfig | |||
@@ -0,0 +1,1053 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.17-git10 | ||
4 | # Mon Jun 26 13:45:44 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_INIT_ENV_ARG_LIMIT=32 | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_LOCALVERSION_AUTO=y | ||
25 | # CONFIG_SWAP is not set | ||
26 | CONFIG_SYSVIPC=y | ||
27 | # CONFIG_POSIX_MQUEUE is not set | ||
28 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
29 | CONFIG_SYSCTL=y | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_IKCONFIG is not set | ||
32 | # CONFIG_RELAY is not set | ||
33 | CONFIG_INITRAMFS_SOURCE="" | ||
34 | CONFIG_UID16=y | ||
35 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
36 | CONFIG_EMBEDDED=y | ||
37 | CONFIG_KALLSYMS=y | ||
38 | # CONFIG_KALLSYMS_ALL is not set | ||
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 is not set | ||
74 | # CONFIG_IOSCHED_CFQ is not set | ||
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_AAEC2000 is not set | ||
85 | # CONFIG_ARCH_INTEGRATOR is not set | ||
86 | # CONFIG_ARCH_REALVIEW is not set | ||
87 | # CONFIG_ARCH_VERSATILE is not set | ||
88 | CONFIG_ARCH_AT91RM9200=y | ||
89 | # CONFIG_ARCH_CLPS7500 is not set | ||
90 | # CONFIG_ARCH_CLPS711X is not set | ||
91 | # CONFIG_ARCH_CO285 is not set | ||
92 | # CONFIG_ARCH_EBSA110 is not set | ||
93 | # CONFIG_ARCH_EP93XX is not set | ||
94 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
95 | # CONFIG_ARCH_NETX is not set | ||
96 | # CONFIG_ARCH_H720X is not set | ||
97 | # CONFIG_ARCH_IMX is not set | ||
98 | # CONFIG_ARCH_IOP3XX is not set | ||
99 | # CONFIG_ARCH_IXP4XX is not set | ||
100 | # CONFIG_ARCH_IXP2000 is not set | ||
101 | # CONFIG_ARCH_IXP23XX is not set | ||
102 | # CONFIG_ARCH_L7200 is not set | ||
103 | # CONFIG_ARCH_PNX4008 is not set | ||
104 | # CONFIG_ARCH_PXA is not set | ||
105 | # CONFIG_ARCH_RPC is not set | ||
106 | # CONFIG_ARCH_SA1100 is not set | ||
107 | # CONFIG_ARCH_S3C2410 is not set | ||
108 | # CONFIG_ARCH_SHARK is not set | ||
109 | # CONFIG_ARCH_LH7A40X is not set | ||
110 | # CONFIG_ARCH_OMAP is not set | ||
111 | |||
112 | # | ||
113 | # AT91RM9200 Implementations | ||
114 | # | ||
115 | |||
116 | # | ||
117 | # AT91RM9200 Board Type | ||
118 | # | ||
119 | CONFIG_MACH_ONEARM=y | ||
120 | # CONFIG_ARCH_AT91RM9200DK is not set | ||
121 | # CONFIG_MACH_AT91RM9200EK is not set | ||
122 | # CONFIG_MACH_CSB337 is not set | ||
123 | # CONFIG_MACH_CSB637 is not set | ||
124 | # CONFIG_MACH_CARMEVA is not set | ||
125 | # CONFIG_MACH_KB9200 is not set | ||
126 | # CONFIG_MACH_ATEB9200 is not set | ||
127 | # CONFIG_MACH_KAFA is not set | ||
128 | |||
129 | # | ||
130 | # AT91RM9200 Feature Selections | ||
131 | # | ||
132 | CONFIG_AT91_PROGRAMMABLE_CLOCKS=y | ||
133 | |||
134 | # | ||
135 | # Processor Type | ||
136 | # | ||
137 | CONFIG_CPU_32=y | ||
138 | CONFIG_CPU_ARM920T=y | ||
139 | CONFIG_CPU_32v4=y | ||
140 | CONFIG_CPU_ABRT_EV4T=y | ||
141 | CONFIG_CPU_CACHE_V4WT=y | ||
142 | CONFIG_CPU_CACHE_VIVT=y | ||
143 | CONFIG_CPU_COPY_V4WB=y | ||
144 | CONFIG_CPU_TLB_V4WBI=y | ||
145 | |||
146 | # | ||
147 | # Processor Features | ||
148 | # | ||
149 | # CONFIG_ARM_THUMB is not set | ||
150 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
151 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
152 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
153 | |||
154 | # | ||
155 | # Bus support | ||
156 | # | ||
157 | |||
158 | # | ||
159 | # PCCARD (PCMCIA/CardBus) support | ||
160 | # | ||
161 | CONFIG_PCCARD=y | ||
162 | # CONFIG_PCMCIA_DEBUG is not set | ||
163 | CONFIG_PCMCIA=y | ||
164 | CONFIG_PCMCIA_LOAD_CIS=y | ||
165 | CONFIG_PCMCIA_IOCTL=y | ||
166 | |||
167 | # | ||
168 | # PC-card bridges | ||
169 | # | ||
170 | CONFIG_AT91_CF=y | ||
171 | |||
172 | # | ||
173 | # Kernel Features | ||
174 | # | ||
175 | # CONFIG_PREEMPT is not set | ||
176 | # CONFIG_NO_IDLE_HZ is not set | ||
177 | CONFIG_HZ=100 | ||
178 | # CONFIG_AEABI is not set | ||
179 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
180 | CONFIG_SELECT_MEMORY_MODEL=y | ||
181 | CONFIG_FLATMEM_MANUAL=y | ||
182 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
183 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
184 | CONFIG_FLATMEM=y | ||
185 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
186 | # CONFIG_SPARSEMEM_STATIC is not set | ||
187 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
188 | CONFIG_LEDS=y | ||
189 | CONFIG_LEDS_TIMER=y | ||
190 | # CONFIG_LEDS_CPU is not set | ||
191 | CONFIG_ALIGNMENT_TRAP=y | ||
192 | |||
193 | # | ||
194 | # Boot options | ||
195 | # | ||
196 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
197 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
198 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp mem=64M" | ||
199 | # CONFIG_XIP_KERNEL is not set | ||
200 | |||
201 | # | ||
202 | # Floating point emulation | ||
203 | # | ||
204 | |||
205 | # | ||
206 | # At least one emulation must be selected | ||
207 | # | ||
208 | CONFIG_FPE_NWFPE=y | ||
209 | # CONFIG_FPE_NWFPE_XP is not set | ||
210 | # CONFIG_FPE_FASTFPE is not set | ||
211 | |||
212 | # | ||
213 | # Userspace binary formats | ||
214 | # | ||
215 | CONFIG_BINFMT_ELF=y | ||
216 | # CONFIG_BINFMT_AOUT is not set | ||
217 | # CONFIG_BINFMT_MISC is not set | ||
218 | # CONFIG_ARTHUR is not set | ||
219 | |||
220 | # | ||
221 | # Power management options | ||
222 | # | ||
223 | # CONFIG_PM is not set | ||
224 | # CONFIG_APM is not set | ||
225 | |||
226 | # | ||
227 | # Networking | ||
228 | # | ||
229 | CONFIG_NET=y | ||
230 | |||
231 | # | ||
232 | # Networking options | ||
233 | # | ||
234 | # CONFIG_NETDEBUG is not set | ||
235 | CONFIG_PACKET=y | ||
236 | # CONFIG_PACKET_MMAP is not set | ||
237 | CONFIG_UNIX=y | ||
238 | CONFIG_XFRM=y | ||
239 | # CONFIG_XFRM_USER is not set | ||
240 | # CONFIG_NET_KEY is not set | ||
241 | CONFIG_INET=y | ||
242 | # CONFIG_IP_MULTICAST is not set | ||
243 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
244 | CONFIG_IP_FIB_HASH=y | ||
245 | CONFIG_IP_PNP=y | ||
246 | # CONFIG_IP_PNP_DHCP is not set | ||
247 | CONFIG_IP_PNP_BOOTP=y | ||
248 | # CONFIG_IP_PNP_RARP is not set | ||
249 | # CONFIG_NET_IPIP is not set | ||
250 | # CONFIG_NET_IPGRE is not set | ||
251 | # CONFIG_ARPD is not set | ||
252 | # CONFIG_SYN_COOKIES is not set | ||
253 | # CONFIG_INET_AH is not set | ||
254 | # CONFIG_INET_ESP is not set | ||
255 | # CONFIG_INET_IPCOMP is not set | ||
256 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
257 | # CONFIG_INET_TUNNEL is not set | ||
258 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
259 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
260 | CONFIG_INET_DIAG=y | ||
261 | CONFIG_INET_TCP_DIAG=y | ||
262 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
263 | CONFIG_TCP_CONG_BIC=y | ||
264 | # CONFIG_IPV6 is not set | ||
265 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
266 | # CONFIG_INET6_TUNNEL is not set | ||
267 | # CONFIG_NETWORK_SECMARK is not set | ||
268 | # CONFIG_NETFILTER is not set | ||
269 | |||
270 | # | ||
271 | # DCCP Configuration (EXPERIMENTAL) | ||
272 | # | ||
273 | # CONFIG_IP_DCCP is not set | ||
274 | |||
275 | # | ||
276 | # SCTP Configuration (EXPERIMENTAL) | ||
277 | # | ||
278 | # CONFIG_IP_SCTP is not set | ||
279 | |||
280 | # | ||
281 | # TIPC Configuration (EXPERIMENTAL) | ||
282 | # | ||
283 | # CONFIG_TIPC is not set | ||
284 | # CONFIG_ATM is not set | ||
285 | # CONFIG_BRIDGE is not set | ||
286 | # CONFIG_VLAN_8021Q is not set | ||
287 | # CONFIG_DECNET is not set | ||
288 | # CONFIG_LLC2 is not set | ||
289 | # CONFIG_IPX is not set | ||
290 | # CONFIG_ATALK is not set | ||
291 | # CONFIG_X25 is not set | ||
292 | # CONFIG_LAPB is not set | ||
293 | # CONFIG_NET_DIVERT is not set | ||
294 | # CONFIG_ECONET is not set | ||
295 | # CONFIG_WAN_ROUTER is not set | ||
296 | |||
297 | # | ||
298 | # QoS and/or fair queueing | ||
299 | # | ||
300 | # CONFIG_NET_SCHED is not set | ||
301 | |||
302 | # | ||
303 | # Network testing | ||
304 | # | ||
305 | # CONFIG_NET_PKTGEN is not set | ||
306 | # CONFIG_HAMRADIO is not set | ||
307 | # CONFIG_IRDA is not set | ||
308 | # CONFIG_BT is not set | ||
309 | # CONFIG_IEEE80211 is not set | ||
310 | |||
311 | # | ||
312 | # Device Drivers | ||
313 | # | ||
314 | |||
315 | # | ||
316 | # Generic Driver Options | ||
317 | # | ||
318 | CONFIG_STANDALONE=y | ||
319 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
320 | CONFIG_FW_LOADER=y | ||
321 | # CONFIG_DEBUG_DRIVER is not set | ||
322 | # CONFIG_SYS_HYPERVISOR is not set | ||
323 | |||
324 | # | ||
325 | # Connector - unified userspace <-> kernelspace linker | ||
326 | # | ||
327 | # CONFIG_CONNECTOR is not set | ||
328 | |||
329 | # | ||
330 | # Memory Technology Devices (MTD) | ||
331 | # | ||
332 | CONFIG_MTD=y | ||
333 | # CONFIG_MTD_DEBUG is not set | ||
334 | # CONFIG_MTD_CONCAT is not set | ||
335 | CONFIG_MTD_PARTITIONS=y | ||
336 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
337 | CONFIG_MTD_CMDLINE_PARTS=y | ||
338 | # CONFIG_MTD_AFS_PARTS is not set | ||
339 | |||
340 | # | ||
341 | # User Modules And Translation Layers | ||
342 | # | ||
343 | CONFIG_MTD_CHAR=y | ||
344 | CONFIG_MTD_BLOCK=y | ||
345 | # CONFIG_FTL is not set | ||
346 | # CONFIG_NFTL is not set | ||
347 | # CONFIG_INFTL is not set | ||
348 | # CONFIG_RFD_FTL is not set | ||
349 | |||
350 | # | ||
351 | # RAM/ROM/Flash chip drivers | ||
352 | # | ||
353 | CONFIG_MTD_CFI=y | ||
354 | CONFIG_MTD_JEDECPROBE=y | ||
355 | CONFIG_MTD_GEN_PROBE=y | ||
356 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
357 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
358 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
359 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
360 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
361 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
362 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
363 | CONFIG_MTD_CFI_I1=y | ||
364 | CONFIG_MTD_CFI_I2=y | ||
365 | # CONFIG_MTD_CFI_I4 is not set | ||
366 | # CONFIG_MTD_CFI_I8 is not set | ||
367 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
368 | CONFIG_MTD_CFI_AMDSTD=y | ||
369 | # CONFIG_MTD_CFI_STAA is not set | ||
370 | CONFIG_MTD_CFI_UTIL=y | ||
371 | # CONFIG_MTD_RAM is not set | ||
372 | # CONFIG_MTD_ROM is not set | ||
373 | # CONFIG_MTD_ABSENT is not set | ||
374 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
375 | |||
376 | # | ||
377 | # Mapping drivers for chip access | ||
378 | # | ||
379 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
380 | CONFIG_MTD_PHYSMAP=y | ||
381 | CONFIG_MTD_PHYSMAP_START=0x0 | ||
382 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
383 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
384 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
385 | # CONFIG_MTD_IMPA7 is not set | ||
386 | # CONFIG_MTD_PLATRAM is not set | ||
387 | |||
388 | # | ||
389 | # Self-contained MTD device drivers | ||
390 | # | ||
391 | # CONFIG_MTD_SLRAM is not set | ||
392 | # CONFIG_MTD_PHRAM is not set | ||
393 | # CONFIG_MTD_MTDRAM is not set | ||
394 | # CONFIG_MTD_BLOCK2MTD is not set | ||
395 | |||
396 | # | ||
397 | # Disk-On-Chip Device Drivers | ||
398 | # | ||
399 | # CONFIG_MTD_DOC2000 is not set | ||
400 | # CONFIG_MTD_DOC2001 is not set | ||
401 | # CONFIG_MTD_DOC2001PLUS is not set | ||
402 | |||
403 | # | ||
404 | # NAND Flash Device Drivers | ||
405 | # | ||
406 | # CONFIG_MTD_NAND is not set | ||
407 | |||
408 | # | ||
409 | # OneNAND Flash Device Drivers | ||
410 | # | ||
411 | # CONFIG_MTD_ONENAND is not set | ||
412 | |||
413 | # | ||
414 | # Parallel port support | ||
415 | # | ||
416 | # CONFIG_PARPORT is not set | ||
417 | |||
418 | # | ||
419 | # Plug and Play support | ||
420 | # | ||
421 | |||
422 | # | ||
423 | # Block devices | ||
424 | # | ||
425 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
426 | # CONFIG_BLK_DEV_LOOP is not set | ||
427 | # CONFIG_BLK_DEV_NBD is not set | ||
428 | # CONFIG_BLK_DEV_UB is not set | ||
429 | CONFIG_BLK_DEV_RAM=y | ||
430 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
431 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
432 | CONFIG_BLK_DEV_INITRD=y | ||
433 | # CONFIG_CDROM_PKTCDVD is not set | ||
434 | # CONFIG_ATA_OVER_ETH is not set | ||
435 | |||
436 | # | ||
437 | # ATA/ATAPI/MFM/RLL support | ||
438 | # | ||
439 | # CONFIG_IDE is not set | ||
440 | |||
441 | # | ||
442 | # SCSI device support | ||
443 | # | ||
444 | # CONFIG_RAID_ATTRS is not set | ||
445 | # CONFIG_SCSI is not set | ||
446 | |||
447 | # | ||
448 | # Multi-device support (RAID and LVM) | ||
449 | # | ||
450 | # CONFIG_MD is not set | ||
451 | |||
452 | # | ||
453 | # Fusion MPT device support | ||
454 | # | ||
455 | # CONFIG_FUSION is not set | ||
456 | |||
457 | # | ||
458 | # IEEE 1394 (FireWire) support | ||
459 | # | ||
460 | |||
461 | # | ||
462 | # I2O device support | ||
463 | # | ||
464 | |||
465 | # | ||
466 | # Network device support | ||
467 | # | ||
468 | CONFIG_NETDEVICES=y | ||
469 | # CONFIG_DUMMY is not set | ||
470 | # CONFIG_BONDING is not set | ||
471 | # CONFIG_EQUALIZER is not set | ||
472 | # CONFIG_TUN is not set | ||
473 | |||
474 | # | ||
475 | # PHY device support | ||
476 | # | ||
477 | # CONFIG_PHYLIB is not set | ||
478 | |||
479 | # | ||
480 | # Ethernet (10 or 100Mbit) | ||
481 | # | ||
482 | CONFIG_NET_ETHERNET=y | ||
483 | CONFIG_MII=y | ||
484 | CONFIG_ARM_AT91_ETHER=y | ||
485 | # CONFIG_SMC91X is not set | ||
486 | # CONFIG_DM9000 is not set | ||
487 | |||
488 | # | ||
489 | # Ethernet (1000 Mbit) | ||
490 | # | ||
491 | |||
492 | # | ||
493 | # Ethernet (10000 Mbit) | ||
494 | # | ||
495 | |||
496 | # | ||
497 | # Token Ring devices | ||
498 | # | ||
499 | |||
500 | # | ||
501 | # Wireless LAN (non-hamradio) | ||
502 | # | ||
503 | # CONFIG_NET_RADIO is not set | ||
504 | |||
505 | # | ||
506 | # PCMCIA network device support | ||
507 | # | ||
508 | # CONFIG_NET_PCMCIA is not set | ||
509 | |||
510 | # | ||
511 | # Wan interfaces | ||
512 | # | ||
513 | # CONFIG_WAN is not set | ||
514 | # CONFIG_PPP is not set | ||
515 | # CONFIG_SLIP is not set | ||
516 | # CONFIG_SHAPER is not set | ||
517 | # CONFIG_NETCONSOLE is not set | ||
518 | # CONFIG_NETPOLL is not set | ||
519 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
520 | |||
521 | # | ||
522 | # ISDN subsystem | ||
523 | # | ||
524 | # CONFIG_ISDN is not set | ||
525 | |||
526 | # | ||
527 | # Input device support | ||
528 | # | ||
529 | CONFIG_INPUT=y | ||
530 | |||
531 | # | ||
532 | # Userland interfaces | ||
533 | # | ||
534 | CONFIG_INPUT_MOUSEDEV=y | ||
535 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
536 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
537 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
538 | # CONFIG_INPUT_JOYDEV is not set | ||
539 | # CONFIG_INPUT_TSDEV is not set | ||
540 | # CONFIG_INPUT_EVDEV is not set | ||
541 | # CONFIG_INPUT_EVBUG is not set | ||
542 | |||
543 | # | ||
544 | # Input Device Drivers | ||
545 | # | ||
546 | # CONFIG_INPUT_KEYBOARD is not set | ||
547 | # CONFIG_INPUT_MOUSE is not set | ||
548 | # CONFIG_INPUT_JOYSTICK is not set | ||
549 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
550 | # CONFIG_INPUT_MISC is not set | ||
551 | |||
552 | # | ||
553 | # Hardware I/O ports | ||
554 | # | ||
555 | # CONFIG_SERIO is not set | ||
556 | # CONFIG_GAMEPORT is not set | ||
557 | |||
558 | # | ||
559 | # Character devices | ||
560 | # | ||
561 | # CONFIG_VT is not set | ||
562 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
563 | |||
564 | # | ||
565 | # Serial drivers | ||
566 | # | ||
567 | # CONFIG_SERIAL_8250 is not set | ||
568 | |||
569 | # | ||
570 | # Non-8250 serial port support | ||
571 | # | ||
572 | CONFIG_SERIAL_AT91=y | ||
573 | CONFIG_SERIAL_AT91_CONSOLE=y | ||
574 | # CONFIG_SERIAL_AT91_TTYAT is not set | ||
575 | CONFIG_SERIAL_CORE=y | ||
576 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
577 | CONFIG_UNIX98_PTYS=y | ||
578 | CONFIG_LEGACY_PTYS=y | ||
579 | CONFIG_LEGACY_PTY_COUNT=256 | ||
580 | |||
581 | # | ||
582 | # IPMI | ||
583 | # | ||
584 | # CONFIG_IPMI_HANDLER is not set | ||
585 | |||
586 | # | ||
587 | # Watchdog Cards | ||
588 | # | ||
589 | CONFIG_WATCHDOG=y | ||
590 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
591 | |||
592 | # | ||
593 | # Watchdog Device Drivers | ||
594 | # | ||
595 | # CONFIG_SOFT_WATCHDOG is not set | ||
596 | CONFIG_AT91_WATCHDOG=y | ||
597 | |||
598 | # | ||
599 | # USB-based Watchdog Cards | ||
600 | # | ||
601 | # CONFIG_USBPCWATCHDOG is not set | ||
602 | # CONFIG_NVRAM is not set | ||
603 | # CONFIG_DTLK is not set | ||
604 | # CONFIG_R3964 is not set | ||
605 | |||
606 | # | ||
607 | # Ftape, the floppy tape device driver | ||
608 | # | ||
609 | |||
610 | # | ||
611 | # PCMCIA character devices | ||
612 | # | ||
613 | # CONFIG_SYNCLINK_CS is not set | ||
614 | # CONFIG_CARDMAN_4000 is not set | ||
615 | # CONFIG_CARDMAN_4040 is not set | ||
616 | # CONFIG_RAW_DRIVER is not set | ||
617 | |||
618 | # | ||
619 | # TPM devices | ||
620 | # | ||
621 | # CONFIG_TCG_TPM is not set | ||
622 | # CONFIG_TELCLOCK is not set | ||
623 | |||
624 | # | ||
625 | # I2C support | ||
626 | # | ||
627 | CONFIG_I2C=y | ||
628 | CONFIG_I2C_CHARDEV=y | ||
629 | |||
630 | # | ||
631 | # I2C Algorithms | ||
632 | # | ||
633 | # CONFIG_I2C_ALGOBIT is not set | ||
634 | # CONFIG_I2C_ALGOPCF is not set | ||
635 | # CONFIG_I2C_ALGOPCA is not set | ||
636 | |||
637 | # | ||
638 | # I2C Hardware Bus support | ||
639 | # | ||
640 | # CONFIG_I2C_OCORES is not set | ||
641 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
642 | # CONFIG_I2C_STUB is not set | ||
643 | # CONFIG_I2C_PCA_ISA is not set | ||
644 | |||
645 | # | ||
646 | # Miscellaneous I2C Chip support | ||
647 | # | ||
648 | # CONFIG_SENSORS_DS1337 is not set | ||
649 | # CONFIG_SENSORS_DS1374 is not set | ||
650 | # CONFIG_SENSORS_EEPROM is not set | ||
651 | # CONFIG_SENSORS_PCF8574 is not set | ||
652 | # CONFIG_SENSORS_PCA9539 is not set | ||
653 | # CONFIG_SENSORS_PCF8591 is not set | ||
654 | # CONFIG_SENSORS_MAX6875 is not set | ||
655 | # CONFIG_I2C_DEBUG_CORE is not set | ||
656 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
657 | # CONFIG_I2C_DEBUG_BUS is not set | ||
658 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
659 | |||
660 | # | ||
661 | # SPI support | ||
662 | # | ||
663 | # CONFIG_SPI is not set | ||
664 | # CONFIG_SPI_MASTER is not set | ||
665 | |||
666 | # | ||
667 | # Dallas's 1-wire bus | ||
668 | # | ||
669 | |||
670 | # | ||
671 | # Hardware Monitoring support | ||
672 | # | ||
673 | CONFIG_HWMON=y | ||
674 | # CONFIG_HWMON_VID is not set | ||
675 | # CONFIG_SENSORS_ABITUGURU is not set | ||
676 | # CONFIG_SENSORS_ADM1021 is not set | ||
677 | # CONFIG_SENSORS_ADM1025 is not set | ||
678 | # CONFIG_SENSORS_ADM1026 is not set | ||
679 | # CONFIG_SENSORS_ADM1031 is not set | ||
680 | # CONFIG_SENSORS_ADM9240 is not set | ||
681 | # CONFIG_SENSORS_ASB100 is not set | ||
682 | # CONFIG_SENSORS_ATXP1 is not set | ||
683 | # CONFIG_SENSORS_DS1621 is not set | ||
684 | # CONFIG_SENSORS_F71805F is not set | ||
685 | # CONFIG_SENSORS_FSCHER is not set | ||
686 | # CONFIG_SENSORS_FSCPOS is not set | ||
687 | # CONFIG_SENSORS_GL518SM is not set | ||
688 | # CONFIG_SENSORS_GL520SM is not set | ||
689 | # CONFIG_SENSORS_IT87 is not set | ||
690 | # CONFIG_SENSORS_LM63 is not set | ||
691 | # CONFIG_SENSORS_LM75 is not set | ||
692 | # CONFIG_SENSORS_LM77 is not set | ||
693 | # CONFIG_SENSORS_LM78 is not set | ||
694 | # CONFIG_SENSORS_LM80 is not set | ||
695 | # CONFIG_SENSORS_LM83 is not set | ||
696 | # CONFIG_SENSORS_LM85 is not set | ||
697 | # CONFIG_SENSORS_LM87 is not set | ||
698 | # CONFIG_SENSORS_LM90 is not set | ||
699 | # CONFIG_SENSORS_LM92 is not set | ||
700 | # CONFIG_SENSORS_MAX1619 is not set | ||
701 | # CONFIG_SENSORS_PC87360 is not set | ||
702 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
703 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
704 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
705 | # CONFIG_SENSORS_W83781D is not set | ||
706 | # CONFIG_SENSORS_W83791D is not set | ||
707 | # CONFIG_SENSORS_W83792D is not set | ||
708 | # CONFIG_SENSORS_W83L785TS is not set | ||
709 | # CONFIG_SENSORS_W83627HF is not set | ||
710 | # CONFIG_SENSORS_W83627EHF is not set | ||
711 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
712 | |||
713 | # | ||
714 | # Misc devices | ||
715 | # | ||
716 | |||
717 | # | ||
718 | # LED devices | ||
719 | # | ||
720 | # CONFIG_NEW_LEDS is not set | ||
721 | |||
722 | # | ||
723 | # LED drivers | ||
724 | # | ||
725 | |||
726 | # | ||
727 | # LED Triggers | ||
728 | # | ||
729 | |||
730 | # | ||
731 | # Multimedia devices | ||
732 | # | ||
733 | # CONFIG_VIDEO_DEV is not set | ||
734 | CONFIG_VIDEO_V4L2=y | ||
735 | |||
736 | # | ||
737 | # Digital Video Broadcasting Devices | ||
738 | # | ||
739 | # CONFIG_DVB is not set | ||
740 | # CONFIG_USB_DABUSB is not set | ||
741 | |||
742 | # | ||
743 | # Graphics support | ||
744 | # | ||
745 | # CONFIG_FB is not set | ||
746 | |||
747 | # | ||
748 | # Sound | ||
749 | # | ||
750 | # CONFIG_SOUND is not set | ||
751 | |||
752 | # | ||
753 | # USB support | ||
754 | # | ||
755 | CONFIG_USB_ARCH_HAS_HCD=y | ||
756 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
757 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
758 | CONFIG_USB=y | ||
759 | CONFIG_USB_DEBUG=y | ||
760 | |||
761 | # | ||
762 | # Miscellaneous USB options | ||
763 | # | ||
764 | CONFIG_USB_DEVICEFS=y | ||
765 | # CONFIG_USB_BANDWIDTH is not set | ||
766 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
767 | # CONFIG_USB_OTG is not set | ||
768 | |||
769 | # | ||
770 | # USB Host Controller Drivers | ||
771 | # | ||
772 | # CONFIG_USB_ISP116X_HCD is not set | ||
773 | CONFIG_USB_OHCI_HCD=y | ||
774 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
775 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
776 | # CONFIG_USB_SL811_HCD is not set | ||
777 | |||
778 | # | ||
779 | # USB Device Class drivers | ||
780 | # | ||
781 | # CONFIG_USB_ACM is not set | ||
782 | # CONFIG_USB_PRINTER is not set | ||
783 | |||
784 | # | ||
785 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
786 | # | ||
787 | |||
788 | # | ||
789 | # may also be needed; see USB_STORAGE Help for more information | ||
790 | # | ||
791 | # CONFIG_USB_STORAGE is not set | ||
792 | # CONFIG_USB_LIBUSUAL is not set | ||
793 | |||
794 | # | ||
795 | # USB Input Devices | ||
796 | # | ||
797 | # CONFIG_USB_HID is not set | ||
798 | |||
799 | # | ||
800 | # USB HID Boot Protocol drivers | ||
801 | # | ||
802 | # CONFIG_USB_KBD is not set | ||
803 | # CONFIG_USB_MOUSE is not set | ||
804 | # CONFIG_USB_AIPTEK is not set | ||
805 | # CONFIG_USB_WACOM is not set | ||
806 | # CONFIG_USB_ACECAD is not set | ||
807 | # CONFIG_USB_KBTAB is not set | ||
808 | # CONFIG_USB_POWERMATE is not set | ||
809 | # CONFIG_USB_TOUCHSCREEN is not set | ||
810 | # CONFIG_USB_YEALINK is not set | ||
811 | # CONFIG_USB_XPAD is not set | ||
812 | # CONFIG_USB_ATI_REMOTE is not set | ||
813 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
814 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
815 | # CONFIG_USB_APPLETOUCH is not set | ||
816 | |||
817 | # | ||
818 | # USB Imaging devices | ||
819 | # | ||
820 | # CONFIG_USB_MDC800 is not set | ||
821 | |||
822 | # | ||
823 | # USB Network Adapters | ||
824 | # | ||
825 | # CONFIG_USB_CATC is not set | ||
826 | # CONFIG_USB_KAWETH is not set | ||
827 | # CONFIG_USB_PEGASUS is not set | ||
828 | # CONFIG_USB_RTL8150 is not set | ||
829 | # CONFIG_USB_USBNET is not set | ||
830 | CONFIG_USB_MON=y | ||
831 | |||
832 | # | ||
833 | # USB port drivers | ||
834 | # | ||
835 | |||
836 | # | ||
837 | # USB Serial Converter support | ||
838 | # | ||
839 | # CONFIG_USB_SERIAL is not set | ||
840 | |||
841 | # | ||
842 | # USB Miscellaneous drivers | ||
843 | # | ||
844 | # CONFIG_USB_EMI62 is not set | ||
845 | # CONFIG_USB_EMI26 is not set | ||
846 | # CONFIG_USB_AUERSWALD is not set | ||
847 | # CONFIG_USB_RIO500 is not set | ||
848 | # CONFIG_USB_LEGOTOWER is not set | ||
849 | # CONFIG_USB_LCD is not set | ||
850 | # CONFIG_USB_LED is not set | ||
851 | # CONFIG_USB_CY7C63 is not set | ||
852 | # CONFIG_USB_CYTHERM is not set | ||
853 | # CONFIG_USB_PHIDGETKIT is not set | ||
854 | # CONFIG_USB_PHIDGETSERVO is not set | ||
855 | # CONFIG_USB_IDMOUSE is not set | ||
856 | # CONFIG_USB_APPLEDISPLAY is not set | ||
857 | # CONFIG_USB_LD is not set | ||
858 | # CONFIG_USB_TEST is not set | ||
859 | |||
860 | # | ||
861 | # USB DSL modem support | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # USB Gadget Support | ||
866 | # | ||
867 | CONFIG_USB_GADGET=y | ||
868 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
869 | CONFIG_USB_GADGET_SELECTED=y | ||
870 | # CONFIG_USB_GADGET_NET2280 is not set | ||
871 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
872 | # CONFIG_USB_GADGET_GOKU is not set | ||
873 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
874 | # CONFIG_USB_GADGET_OMAP is not set | ||
875 | CONFIG_USB_GADGET_AT91=y | ||
876 | CONFIG_USB_AT91=y | ||
877 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
878 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
879 | # CONFIG_USB_ZERO is not set | ||
880 | # CONFIG_USB_ETH is not set | ||
881 | # CONFIG_USB_GADGETFS is not set | ||
882 | # CONFIG_USB_FILE_STORAGE is not set | ||
883 | # CONFIG_USB_G_SERIAL is not set | ||
884 | |||
885 | # | ||
886 | # MMC/SD Card support | ||
887 | # | ||
888 | CONFIG_MMC=y | ||
889 | # CONFIG_MMC_DEBUG is not set | ||
890 | CONFIG_MMC_BLOCK=y | ||
891 | CONFIG_MMC_AT91RM9200=y | ||
892 | |||
893 | # | ||
894 | # Real Time Clock | ||
895 | # | ||
896 | CONFIG_RTC_LIB=y | ||
897 | # CONFIG_RTC_CLASS is not set | ||
898 | |||
899 | # | ||
900 | # File systems | ||
901 | # | ||
902 | CONFIG_EXT2_FS=y | ||
903 | # CONFIG_EXT2_FS_XATTR is not set | ||
904 | # CONFIG_EXT2_FS_XIP is not set | ||
905 | # CONFIG_EXT3_FS is not set | ||
906 | # CONFIG_REISERFS_FS is not set | ||
907 | # CONFIG_JFS_FS is not set | ||
908 | CONFIG_FS_POSIX_ACL=y | ||
909 | # CONFIG_XFS_FS is not set | ||
910 | # CONFIG_OCFS2_FS is not set | ||
911 | # CONFIG_MINIX_FS is not set | ||
912 | # CONFIG_ROMFS_FS is not set | ||
913 | CONFIG_INOTIFY=y | ||
914 | CONFIG_INOTIFY_USER=y | ||
915 | # CONFIG_QUOTA is not set | ||
916 | CONFIG_DNOTIFY=y | ||
917 | # CONFIG_AUTOFS_FS is not set | ||
918 | # CONFIG_AUTOFS4_FS is not set | ||
919 | # CONFIG_FUSE_FS is not set | ||
920 | |||
921 | # | ||
922 | # CD-ROM/DVD Filesystems | ||
923 | # | ||
924 | # CONFIG_ISO9660_FS is not set | ||
925 | # CONFIG_UDF_FS is not set | ||
926 | |||
927 | # | ||
928 | # DOS/FAT/NT Filesystems | ||
929 | # | ||
930 | # CONFIG_MSDOS_FS is not set | ||
931 | # CONFIG_VFAT_FS is not set | ||
932 | # CONFIG_NTFS_FS is not set | ||
933 | |||
934 | # | ||
935 | # Pseudo filesystems | ||
936 | # | ||
937 | CONFIG_PROC_FS=y | ||
938 | CONFIG_SYSFS=y | ||
939 | CONFIG_TMPFS=y | ||
940 | # CONFIG_HUGETLB_PAGE is not set | ||
941 | CONFIG_RAMFS=y | ||
942 | # CONFIG_CONFIGFS_FS is not set | ||
943 | |||
944 | # | ||
945 | # Miscellaneous filesystems | ||
946 | # | ||
947 | # CONFIG_ADFS_FS is not set | ||
948 | # CONFIG_AFFS_FS is not set | ||
949 | # CONFIG_HFS_FS is not set | ||
950 | # CONFIG_HFSPLUS_FS is not set | ||
951 | # CONFIG_BEFS_FS is not set | ||
952 | # CONFIG_BFS_FS is not set | ||
953 | # CONFIG_EFS_FS is not set | ||
954 | # CONFIG_JFFS_FS is not set | ||
955 | # CONFIG_JFFS2_FS is not set | ||
956 | CONFIG_CRAMFS=y | ||
957 | # CONFIG_VXFS_FS is not set | ||
958 | # CONFIG_HPFS_FS is not set | ||
959 | # CONFIG_QNX4FS_FS is not set | ||
960 | # CONFIG_SYSV_FS is not set | ||
961 | # CONFIG_UFS_FS is not set | ||
962 | |||
963 | # | ||
964 | # Network File Systems | ||
965 | # | ||
966 | CONFIG_NFS_FS=y | ||
967 | CONFIG_NFS_V3=y | ||
968 | CONFIG_NFS_V3_ACL=y | ||
969 | # CONFIG_NFS_V4 is not set | ||
970 | # CONFIG_NFS_DIRECTIO is not set | ||
971 | # CONFIG_NFSD is not set | ||
972 | CONFIG_ROOT_NFS=y | ||
973 | CONFIG_LOCKD=y | ||
974 | CONFIG_LOCKD_V4=y | ||
975 | CONFIG_NFS_ACL_SUPPORT=y | ||
976 | CONFIG_NFS_COMMON=y | ||
977 | CONFIG_SUNRPC=y | ||
978 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
979 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
980 | # CONFIG_SMB_FS is not set | ||
981 | # CONFIG_CIFS is not set | ||
982 | # CONFIG_NCP_FS is not set | ||
983 | # CONFIG_CODA_FS is not set | ||
984 | # CONFIG_AFS_FS is not set | ||
985 | # CONFIG_9P_FS is not set | ||
986 | |||
987 | # | ||
988 | # Partition Types | ||
989 | # | ||
990 | # CONFIG_PARTITION_ADVANCED is not set | ||
991 | CONFIG_MSDOS_PARTITION=y | ||
992 | |||
993 | # | ||
994 | # Native Language Support | ||
995 | # | ||
996 | # CONFIG_NLS is not set | ||
997 | |||
998 | # | ||
999 | # Profiling support | ||
1000 | # | ||
1001 | # CONFIG_PROFILING is not set | ||
1002 | |||
1003 | # | ||
1004 | # Kernel hacking | ||
1005 | # | ||
1006 | # CONFIG_PRINTK_TIME is not set | ||
1007 | # CONFIG_MAGIC_SYSRQ is not set | ||
1008 | CONFIG_DEBUG_KERNEL=y | ||
1009 | CONFIG_LOG_BUF_SHIFT=14 | ||
1010 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1011 | # CONFIG_SCHEDSTATS is not set | ||
1012 | # CONFIG_DEBUG_SLAB is not set | ||
1013 | # CONFIG_DEBUG_MUTEXES is not set | ||
1014 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1015 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1016 | # CONFIG_DEBUG_KOBJECT is not set | ||
1017 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1018 | # CONFIG_DEBUG_INFO is not set | ||
1019 | # CONFIG_DEBUG_FS is not set | ||
1020 | # CONFIG_DEBUG_VM is not set | ||
1021 | CONFIG_FRAME_POINTER=y | ||
1022 | # CONFIG_UNWIND_INFO is not set | ||
1023 | CONFIG_FORCED_INLINING=y | ||
1024 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1025 | CONFIG_DEBUG_USER=y | ||
1026 | # CONFIG_DEBUG_WAITQ is not set | ||
1027 | # CONFIG_DEBUG_ERRORS is not set | ||
1028 | CONFIG_DEBUG_LL=y | ||
1029 | # CONFIG_DEBUG_ICEDCC is not set | ||
1030 | |||
1031 | # | ||
1032 | # Security options | ||
1033 | # | ||
1034 | # CONFIG_KEYS is not set | ||
1035 | # CONFIG_SECURITY is not set | ||
1036 | |||
1037 | # | ||
1038 | # Cryptographic options | ||
1039 | # | ||
1040 | # CONFIG_CRYPTO is not set | ||
1041 | |||
1042 | # | ||
1043 | # Hardware crypto devices | ||
1044 | # | ||
1045 | |||
1046 | # | ||
1047 | # Library routines | ||
1048 | # | ||
1049 | # CONFIG_CRC_CCITT is not set | ||
1050 | # CONFIG_CRC16 is not set | ||
1051 | CONFIG_CRC32=y | ||
1052 | # CONFIG_LIBCRC32C is not set | ||
1053 | CONFIG_ZLIB_INFLATE=y | ||
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig index 1ab5b7828318..70d402f76ce5 100644 --- a/arch/arm/mach-at91rm9200/Kconfig +++ b/arch/arm/mach-at91rm9200/Kconfig | |||
@@ -4,6 +4,12 @@ menu "AT91RM9200 Implementations" | |||
4 | 4 | ||
5 | comment "AT91RM9200 Board Type" | 5 | comment "AT91RM9200 Board Type" |
6 | 6 | ||
7 | config MACH_ONEARM | ||
8 | bool "Ajeco 1ARM Single Board Computer" | ||
9 | depends on ARCH_AT91RM9200 | ||
10 | help | ||
11 | Select this if you are using Ajeco's 1ARM Single Board Computer | ||
12 | |||
7 | config ARCH_AT91RM9200DK | 13 | config ARCH_AT91RM9200DK |
8 | bool "Atmel AT91RM9200-DK Development board" | 14 | bool "Atmel AT91RM9200-DK Development board" |
9 | depends on ARCH_AT91RM9200 | 15 | depends on ARCH_AT91RM9200 |
diff --git a/arch/arm/mach-at91rm9200/Makefile b/arch/arm/mach-at91rm9200/Makefile index 81ebc6684ad2..82db957322df 100644 --- a/arch/arm/mach-at91rm9200/Makefile +++ b/arch/arm/mach-at91rm9200/Makefile | |||
@@ -10,6 +10,7 @@ obj- := | |||
10 | obj-$(CONFIG_PM) += pm.o | 10 | obj-$(CONFIG_PM) += pm.o |
11 | 11 | ||
12 | # Board-specific support | 12 | # Board-specific support |
13 | obj-$(CONFIG_MACH_ONEARM) += board-1arm.o | ||
13 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o | 14 | obj-$(CONFIG_ARCH_AT91RM9200DK) += board-dk.o |
14 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o | 15 | obj-$(CONFIG_MACH_AT91RM9200EK) += board-ek.o |
15 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o | 16 | obj-$(CONFIG_MACH_CSB337) += board-csb337.o |
diff --git a/arch/arm/mach-at91rm9200/board-1arm.c b/arch/arm/mach-at91rm9200/board-1arm.c new file mode 100644 index 000000000000..dc79e0992af7 --- /dev/null +++ b/arch/arm/mach-at91rm9200/board-1arm.c | |||
@@ -0,0 +1,109 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-at91rm9200/board-1arm.c | ||
3 | * | ||
4 | * Copyright (C) 2005 SAN People | ||
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/hardware.h> | ||
38 | #include <asm/arch/board.h> | ||
39 | #include <asm/arch/gpio.h> | ||
40 | |||
41 | #include "generic.h" | ||
42 | |||
43 | static void __init onearm_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 onearm_uart_config = { | ||
58 | .console_tty = 0, /* ttyS0 */ | ||
59 | .nr_tty = 3, | ||
60 | .tty_map = { 4, 0, 1, -1, -1 }, /* ttyS0, ..., ttyS4 */ | ||
61 | }; | ||
62 | |||
63 | static void __init onearm_map_io(void) | ||
64 | { | ||
65 | at91rm9200_map_io(); | ||
66 | |||
67 | /* Initialize clocks: 18.432 MHz crystal */ | ||
68 | at91_clock_init(18432000); | ||
69 | |||
70 | /* Setup the serial ports and console */ | ||
71 | at91_init_serial(&onearm_uart_config); | ||
72 | } | ||
73 | |||
74 | static struct at91_eth_data __initdata onearm_eth_data = { | ||
75 | .phy_irq_pin = AT91_PIN_PC4, | ||
76 | .is_rmii = 1, | ||
77 | }; | ||
78 | |||
79 | static struct at91_usbh_data __initdata onearm_usbh_data = { | ||
80 | .ports = 1, | ||
81 | }; | ||
82 | |||
83 | static struct at91_udc_data __initdata onearm_udc_data = { | ||
84 | .vbus_pin = AT91_PIN_PC2, | ||
85 | .pullup_pin = AT91_PIN_PC3, | ||
86 | }; | ||
87 | |||
88 | static void __init onearm_board_init(void) | ||
89 | { | ||
90 | /* Serial */ | ||
91 | at91_add_device_serial(); | ||
92 | /* Ethernet */ | ||
93 | at91_add_device_eth(&onearm_eth_data); | ||
94 | /* USB Host */ | ||
95 | at91_add_device_usbh(&onearm_usbh_data); | ||
96 | /* USB Device */ | ||
97 | at91_add_device_udc(&onearm_udc_data); | ||
98 | } | ||
99 | |||
100 | MACHINE_START(ONEARM, "Ajeco 1ARM single board computer") | ||
101 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | ||
102 | .phys_io = AT91_BASE_SYS, | ||
103 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
104 | .boot_params = AT91_SDRAM_BASE + 0x100, | ||
105 | .timer = &at91rm9200_timer, | ||
106 | .map_io = onearm_map_io, | ||
107 | .init_irq = onearm_init_irq, | ||
108 | .init_machine = onearm_board_init, | ||
109 | MACHINE_END | ||