diff options
author | Jürgen Schindele <linux@schindele.name> | 2006-06-29 11:01:43 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-29 11:25:37 -0400 |
commit | 326764a85b7676388db3ebad6488f312631d7661 (patch) | |
tree | 26c0b1e7ce4fe32fcb6ed26258d8532af3eba30f /arch | |
parent | a144a5633c1e625c3134c2ce8d549a054468fd98 (diff) |
[ARM] 3666/1: TRIZEPS4 [1/5] core
Patch from Jürgen Schindele
This patch adds support for Trizeps4 SoM and ConXS-evalboard
from "Keith und Koep" This DIMM-module is based on PXA270.
Signed-off-by: Jürgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/configs/trizeps4_defconfig | 1579 | ||||
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 19 | ||||
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/leds-trizeps4.c | 134 | ||||
-rw-r--r-- | arch/arm/mach-pxa/leds.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-pxa/leds.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/trizeps4.c | 471 |
8 files changed, 2209 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d28d2571f080..919d8b92aaa4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -547,7 +547,7 @@ config LEDS | |||
547 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 547 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
548 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 548 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
549 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 549 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
550 | ARCH_AT91RM9200 | 550 | ARCH_AT91RM9200 || MACH_TRIZEPS4 |
551 | help | 551 | help |
552 | If you say Y here, the LEDs on your machine will be used | 552 | If you say Y here, the LEDs on your machine will be used |
553 | to provide useful information about your current system status. | 553 | to provide useful information about your current system status. |
diff --git a/arch/arm/configs/trizeps4_defconfig b/arch/arm/configs/trizeps4_defconfig new file mode 100644 index 000000000000..a6698dc4f6b9 --- /dev/null +++ b/arch/arm/configs/trizeps4_defconfig | |||
@@ -0,0 +1,1579 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.17 | ||
4 | # Sat Jun 24 22:45:14 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_ARCH_MTD_XIP=y | ||
12 | CONFIG_VECTORS_BASE=0xffff0000 | ||
13 | |||
14 | # | ||
15 | # Code maturity level options | ||
16 | # | ||
17 | CONFIG_EXPERIMENTAL=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | CONFIG_LOCK_KERNEL=y | ||
20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
21 | |||
22 | # | ||
23 | # General setup | ||
24 | # | ||
25 | CONFIG_LOCALVERSION="" | ||
26 | CONFIG_LOCALVERSION_AUTO=y | ||
27 | CONFIG_SWAP=y | ||
28 | CONFIG_SYSVIPC=y | ||
29 | CONFIG_POSIX_MQUEUE=y | ||
30 | CONFIG_BSD_PROCESS_ACCT=y | ||
31 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
32 | CONFIG_SYSCTL=y | ||
33 | CONFIG_AUDIT=y | ||
34 | CONFIG_IKCONFIG=y | ||
35 | CONFIG_IKCONFIG_PROC=y | ||
36 | # CONFIG_RELAY is not set | ||
37 | CONFIG_INITRAMFS_SOURCE="" | ||
38 | CONFIG_UID16=y | ||
39 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
40 | CONFIG_EMBEDDED=y | ||
41 | CONFIG_KALLSYMS=y | ||
42 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
43 | CONFIG_HOTPLUG=y | ||
44 | CONFIG_PRINTK=y | ||
45 | CONFIG_BUG=y | ||
46 | CONFIG_ELF_CORE=y | ||
47 | CONFIG_BASE_FULL=y | ||
48 | CONFIG_FUTEX=y | ||
49 | CONFIG_EPOLL=y | ||
50 | CONFIG_SHMEM=y | ||
51 | CONFIG_SLAB=y | ||
52 | # CONFIG_TINY_SHMEM is not set | ||
53 | CONFIG_BASE_SMALL=0 | ||
54 | # CONFIG_SLOB is not set | ||
55 | CONFIG_OBSOLETE_INTERMODULE=y | ||
56 | |||
57 | # | ||
58 | # Loadable module support | ||
59 | # | ||
60 | CONFIG_MODULES=y | ||
61 | CONFIG_MODULE_UNLOAD=y | ||
62 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
63 | # CONFIG_MODVERSIONS is not set | ||
64 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
65 | CONFIG_KMOD=y | ||
66 | |||
67 | # | ||
68 | # Block layer | ||
69 | # | ||
70 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
71 | |||
72 | # | ||
73 | # IO Schedulers | ||
74 | # | ||
75 | CONFIG_IOSCHED_NOOP=y | ||
76 | CONFIG_IOSCHED_AS=y | ||
77 | CONFIG_IOSCHED_DEADLINE=y | ||
78 | CONFIG_IOSCHED_CFQ=y | ||
79 | CONFIG_DEFAULT_AS=y | ||
80 | # CONFIG_DEFAULT_DEADLINE is not set | ||
81 | # CONFIG_DEFAULT_CFQ is not set | ||
82 | # CONFIG_DEFAULT_NOOP is not set | ||
83 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
84 | |||
85 | # | ||
86 | # System Type | ||
87 | # | ||
88 | # CONFIG_ARCH_CLPS7500 is not set | ||
89 | # CONFIG_ARCH_CLPS711X is not set | ||
90 | # CONFIG_ARCH_CO285 is not set | ||
91 | # CONFIG_ARCH_EBSA110 is not set | ||
92 | # CONFIG_ARCH_EP93XX is not set | ||
93 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
94 | # CONFIG_ARCH_INTEGRATOR is not set | ||
95 | # CONFIG_ARCH_IOP3XX is not set | ||
96 | # CONFIG_ARCH_IXP4XX is not set | ||
97 | # CONFIG_ARCH_IXP2000 is not set | ||
98 | # CONFIG_ARCH_IXP23XX is not set | ||
99 | # CONFIG_ARCH_L7200 is not set | ||
100 | CONFIG_ARCH_PXA=y | ||
101 | # CONFIG_ARCH_RPC is not set | ||
102 | # CONFIG_ARCH_SA1100 is not set | ||
103 | # CONFIG_ARCH_S3C2410 is not set | ||
104 | # CONFIG_ARCH_SHARK is not set | ||
105 | # CONFIG_ARCH_LH7A40X is not set | ||
106 | # CONFIG_ARCH_OMAP is not set | ||
107 | # CONFIG_ARCH_VERSATILE is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_IMX is not set | ||
110 | # CONFIG_ARCH_H720X is not set | ||
111 | # CONFIG_ARCH_AAEC2000 is not set | ||
112 | # CONFIG_ARCH_AT91RM9200 is not set | ||
113 | |||
114 | # | ||
115 | # Intel PXA2xx Implementations | ||
116 | # | ||
117 | # CONFIG_ARCH_LUBBOCK is not set | ||
118 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
119 | # CONFIG_MACH_MAINSTONE is not set | ||
120 | # CONFIG_ARCH_PXA_IDP is not set | ||
121 | # CONFIG_PXA_SHARPSL is not set | ||
122 | CONFIG_MACH_TRIZEPS4=y | ||
123 | CONFIG_MACH_TRIZEPS4_CONXS=y | ||
124 | # CONFIG_MACH_TRIZEPS4_ANY is not set | ||
125 | CONFIG_PXA27x=y | ||
126 | |||
127 | # | ||
128 | # Processor Type | ||
129 | # | ||
130 | CONFIG_CPU_32=y | ||
131 | CONFIG_CPU_XSCALE=y | ||
132 | CONFIG_CPU_32v5=y | ||
133 | CONFIG_CPU_ABRT_EV5T=y | ||
134 | CONFIG_CPU_CACHE_VIVT=y | ||
135 | CONFIG_CPU_TLB_V4WBI=y | ||
136 | |||
137 | # | ||
138 | # Processor Features | ||
139 | # | ||
140 | CONFIG_ARM_THUMB=y | ||
141 | CONFIG_XSCALE_PMU=y | ||
142 | |||
143 | # | ||
144 | # Bus support | ||
145 | # | ||
146 | |||
147 | # | ||
148 | # PCCARD (PCMCIA/CardBus) support | ||
149 | # | ||
150 | CONFIG_PCCARD=m | ||
151 | # CONFIG_PCMCIA_DEBUG is not set | ||
152 | CONFIG_PCMCIA=m | ||
153 | CONFIG_PCMCIA_LOAD_CIS=y | ||
154 | CONFIG_PCMCIA_IOCTL=y | ||
155 | |||
156 | # | ||
157 | # PC-card bridges | ||
158 | # | ||
159 | CONFIG_PCMCIA_PXA2XX=m | ||
160 | |||
161 | # | ||
162 | # Kernel Features | ||
163 | # | ||
164 | CONFIG_PREEMPT=y | ||
165 | # CONFIG_NO_IDLE_HZ is not set | ||
166 | CONFIG_HZ=100 | ||
167 | # CONFIG_AEABI is not set | ||
168 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
169 | CONFIG_SELECT_MEMORY_MODEL=y | ||
170 | CONFIG_FLATMEM_MANUAL=y | ||
171 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
172 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
173 | CONFIG_FLATMEM=y | ||
174 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
175 | # CONFIG_SPARSEMEM_STATIC is not set | ||
176 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
177 | CONFIG_LEDS=y | ||
178 | CONFIG_LEDS_TIMER=y | ||
179 | CONFIG_LEDS_CPU=y | ||
180 | CONFIG_ALIGNMENT_TRAP=y | ||
181 | |||
182 | # | ||
183 | # Boot options | ||
184 | # | ||
185 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
186 | CONFIG_ZBOOT_ROM_BSS=0 | ||
187 | CONFIG_CMDLINE="root=/dev/nfs ip=bootp console=ttyS0,115200n8" | ||
188 | # CONFIG_XIP_KERNEL is not set | ||
189 | |||
190 | # | ||
191 | # Floating point emulation | ||
192 | # | ||
193 | |||
194 | # | ||
195 | # At least one emulation must be selected | ||
196 | # | ||
197 | CONFIG_FPE_NWFPE=y | ||
198 | CONFIG_FPE_NWFPE_XP=y | ||
199 | # CONFIG_FPE_FASTFPE is not set | ||
200 | |||
201 | # | ||
202 | # Userspace binary formats | ||
203 | # | ||
204 | CONFIG_BINFMT_ELF=y | ||
205 | # CONFIG_BINFMT_AOUT is not set | ||
206 | CONFIG_BINFMT_MISC=m | ||
207 | # CONFIG_ARTHUR is not set | ||
208 | |||
209 | # | ||
210 | # Power management options | ||
211 | # | ||
212 | CONFIG_PM=y | ||
213 | CONFIG_PM_LEGACY=y | ||
214 | # CONFIG_PM_DEBUG is not set | ||
215 | CONFIG_APM=y | ||
216 | |||
217 | # | ||
218 | # Networking | ||
219 | # | ||
220 | CONFIG_NET=y | ||
221 | |||
222 | # | ||
223 | # Networking options | ||
224 | # | ||
225 | # CONFIG_NETDEBUG is not set | ||
226 | CONFIG_PACKET=y | ||
227 | CONFIG_PACKET_MMAP=y | ||
228 | CONFIG_UNIX=y | ||
229 | CONFIG_XFRM=y | ||
230 | CONFIG_XFRM_USER=m | ||
231 | CONFIG_NET_KEY=y | ||
232 | CONFIG_INET=y | ||
233 | # CONFIG_IP_MULTICAST is not set | ||
234 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
235 | CONFIG_IP_FIB_HASH=y | ||
236 | CONFIG_IP_PNP=y | ||
237 | CONFIG_IP_PNP_DHCP=y | ||
238 | CONFIG_IP_PNP_BOOTP=y | ||
239 | # CONFIG_IP_PNP_RARP is not set | ||
240 | # CONFIG_NET_IPIP is not set | ||
241 | # CONFIG_NET_IPGRE is not set | ||
242 | # CONFIG_ARPD is not set | ||
243 | # CONFIG_SYN_COOKIES is not set | ||
244 | # CONFIG_INET_AH is not set | ||
245 | # CONFIG_INET_ESP is not set | ||
246 | # CONFIG_INET_IPCOMP is not set | ||
247 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
248 | # CONFIG_INET_TUNNEL is not set | ||
249 | CONFIG_INET_DIAG=y | ||
250 | CONFIG_INET_TCP_DIAG=y | ||
251 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
252 | CONFIG_TCP_CONG_BIC=y | ||
253 | |||
254 | # | ||
255 | # IP: Virtual Server Configuration | ||
256 | # | ||
257 | # CONFIG_IP_VS is not set | ||
258 | CONFIG_IPV6=m | ||
259 | # CONFIG_IPV6_PRIVACY is not set | ||
260 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
261 | # CONFIG_INET6_AH is not set | ||
262 | # CONFIG_INET6_ESP is not set | ||
263 | # CONFIG_INET6_IPCOMP is not set | ||
264 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
265 | # CONFIG_INET6_TUNNEL is not set | ||
266 | # CONFIG_IPV6_TUNNEL is not set | ||
267 | CONFIG_NETFILTER=y | ||
268 | # CONFIG_NETFILTER_DEBUG is not set | ||
269 | |||
270 | # | ||
271 | # Core Netfilter Configuration | ||
272 | # | ||
273 | # CONFIG_NETFILTER_NETLINK is not set | ||
274 | # CONFIG_NETFILTER_XTABLES is not set | ||
275 | |||
276 | # | ||
277 | # IP: Netfilter Configuration | ||
278 | # | ||
279 | CONFIG_IP_NF_CONNTRACK=m | ||
280 | CONFIG_IP_NF_CT_ACCT=y | ||
281 | CONFIG_IP_NF_CONNTRACK_MARK=y | ||
282 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
283 | # CONFIG_IP_NF_CT_PROTO_SCTP is not set | ||
284 | CONFIG_IP_NF_FTP=m | ||
285 | CONFIG_IP_NF_IRC=m | ||
286 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
287 | CONFIG_IP_NF_TFTP=m | ||
288 | CONFIG_IP_NF_AMANDA=m | ||
289 | # CONFIG_IP_NF_PPTP is not set | ||
290 | # CONFIG_IP_NF_H323 is not set | ||
291 | CONFIG_IP_NF_QUEUE=m | ||
292 | |||
293 | # | ||
294 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
295 | # | ||
296 | # CONFIG_IP6_NF_QUEUE is not set | ||
297 | |||
298 | # | ||
299 | # DCCP Configuration (EXPERIMENTAL) | ||
300 | # | ||
301 | # CONFIG_IP_DCCP is not set | ||
302 | |||
303 | # | ||
304 | # SCTP Configuration (EXPERIMENTAL) | ||
305 | # | ||
306 | # CONFIG_IP_SCTP is not set | ||
307 | |||
308 | # | ||
309 | # TIPC Configuration (EXPERIMENTAL) | ||
310 | # | ||
311 | # CONFIG_TIPC is not set | ||
312 | # CONFIG_ATM is not set | ||
313 | # CONFIG_BRIDGE is not set | ||
314 | CONFIG_VLAN_8021Q=m | ||
315 | # CONFIG_DECNET is not set | ||
316 | # CONFIG_LLC2 is not set | ||
317 | # CONFIG_IPX is not set | ||
318 | # CONFIG_ATALK is not set | ||
319 | # CONFIG_X25 is not set | ||
320 | # CONFIG_LAPB is not set | ||
321 | # CONFIG_NET_DIVERT is not set | ||
322 | # CONFIG_ECONET is not set | ||
323 | # CONFIG_WAN_ROUTER is not set | ||
324 | |||
325 | # | ||
326 | # QoS and/or fair queueing | ||
327 | # | ||
328 | # CONFIG_NET_SCHED is not set | ||
329 | |||
330 | # | ||
331 | # Network testing | ||
332 | # | ||
333 | # CONFIG_NET_PKTGEN is not set | ||
334 | # CONFIG_HAMRADIO is not set | ||
335 | CONFIG_IRDA=m | ||
336 | |||
337 | # | ||
338 | # IrDA protocols | ||
339 | # | ||
340 | CONFIG_IRLAN=m | ||
341 | CONFIG_IRNET=m | ||
342 | CONFIG_IRCOMM=m | ||
343 | CONFIG_IRDA_ULTRA=y | ||
344 | |||
345 | # | ||
346 | # IrDA options | ||
347 | # | ||
348 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
349 | CONFIG_IRDA_FAST_RR=y | ||
350 | # CONFIG_IRDA_DEBUG is not set | ||
351 | |||
352 | # | ||
353 | # Infrared-port device drivers | ||
354 | # | ||
355 | |||
356 | # | ||
357 | # SIR device drivers | ||
358 | # | ||
359 | CONFIG_IRTTY_SIR=m | ||
360 | |||
361 | # | ||
362 | # Dongle support | ||
363 | # | ||
364 | # CONFIG_DONGLE is not set | ||
365 | |||
366 | # | ||
367 | # Old SIR device drivers | ||
368 | # | ||
369 | # CONFIG_IRPORT_SIR is not set | ||
370 | |||
371 | # | ||
372 | # Old Serial dongle support | ||
373 | # | ||
374 | |||
375 | # | ||
376 | # FIR device drivers | ||
377 | # | ||
378 | # CONFIG_USB_IRDA is not set | ||
379 | # CONFIG_SIGMATEL_FIR is not set | ||
380 | # CONFIG_PXA_FICP is not set | ||
381 | CONFIG_BT=m | ||
382 | CONFIG_BT_L2CAP=m | ||
383 | CONFIG_BT_SCO=m | ||
384 | CONFIG_BT_RFCOMM=m | ||
385 | CONFIG_BT_RFCOMM_TTY=y | ||
386 | CONFIG_BT_BNEP=m | ||
387 | CONFIG_BT_BNEP_MC_FILTER=y | ||
388 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
389 | CONFIG_BT_HIDP=m | ||
390 | |||
391 | # | ||
392 | # Bluetooth device drivers | ||
393 | # | ||
394 | # CONFIG_BT_HCIUSB is not set | ||
395 | # CONFIG_BT_HCIUART is not set | ||
396 | # CONFIG_BT_HCIBCM203X is not set | ||
397 | # CONFIG_BT_HCIBPA10X is not set | ||
398 | # CONFIG_BT_HCIBFUSB is not set | ||
399 | # CONFIG_BT_HCIDTL1 is not set | ||
400 | # CONFIG_BT_HCIBT3C is not set | ||
401 | # CONFIG_BT_HCIBLUECARD is not set | ||
402 | # CONFIG_BT_HCIBTUART is not set | ||
403 | # CONFIG_BT_HCIVHCI is not set | ||
404 | CONFIG_IEEE80211=m | ||
405 | # CONFIG_IEEE80211_DEBUG is not set | ||
406 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
407 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
408 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
409 | CONFIG_IEEE80211_SOFTMAC=m | ||
410 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
411 | CONFIG_WIRELESS_EXT=y | ||
412 | |||
413 | # | ||
414 | # Device Drivers | ||
415 | # | ||
416 | |||
417 | # | ||
418 | # Generic Driver Options | ||
419 | # | ||
420 | CONFIG_STANDALONE=y | ||
421 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
422 | CONFIG_FW_LOADER=y | ||
423 | |||
424 | # | ||
425 | # Connector - unified userspace <-> kernelspace linker | ||
426 | # | ||
427 | CONFIG_CONNECTOR=y | ||
428 | CONFIG_PROC_EVENTS=y | ||
429 | |||
430 | # | ||
431 | # Memory Technology Devices (MTD) | ||
432 | # | ||
433 | CONFIG_MTD=y | ||
434 | # CONFIG_MTD_DEBUG is not set | ||
435 | CONFIG_MTD_CONCAT=y | ||
436 | CONFIG_MTD_PARTITIONS=y | ||
437 | CONFIG_MTD_REDBOOT_PARTS=y | ||
438 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
439 | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | ||
440 | CONFIG_MTD_REDBOOT_PARTS_READONLY=y | ||
441 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
442 | # CONFIG_MTD_AFS_PARTS is not set | ||
443 | |||
444 | # | ||
445 | # User Modules And Translation Layers | ||
446 | # | ||
447 | CONFIG_MTD_CHAR=y | ||
448 | CONFIG_MTD_BLOCK=y | ||
449 | # CONFIG_FTL is not set | ||
450 | CONFIG_NFTL=y | ||
451 | CONFIG_NFTL_RW=y | ||
452 | CONFIG_INFTL=y | ||
453 | # CONFIG_RFD_FTL is not set | ||
454 | |||
455 | # | ||
456 | # RAM/ROM/Flash chip drivers | ||
457 | # | ||
458 | CONFIG_MTD_CFI=y | ||
459 | CONFIG_MTD_JEDECPROBE=y | ||
460 | CONFIG_MTD_GEN_PROBE=y | ||
461 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
462 | # CONFIG_MTD_CFI_NOSWAP is not set | ||
463 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
464 | CONFIG_MTD_CFI_LE_BYTE_SWAP=y | ||
465 | CONFIG_MTD_CFI_GEOMETRY=y | ||
466 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
467 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
468 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
469 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
470 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
471 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
472 | CONFIG_MTD_CFI_I1=y | ||
473 | CONFIG_MTD_CFI_I2=y | ||
474 | # CONFIG_MTD_CFI_I4 is not set | ||
475 | # CONFIG_MTD_CFI_I8 is not set | ||
476 | # CONFIG_MTD_OTP is not set | ||
477 | CONFIG_MTD_CFI_INTELEXT=y | ||
478 | CONFIG_MTD_CFI_AMDSTD=y | ||
479 | # CONFIG_MTD_CFI_STAA is not set | ||
480 | CONFIG_MTD_CFI_UTIL=y | ||
481 | # CONFIG_MTD_RAM is not set | ||
482 | # CONFIG_MTD_ROM is not set | ||
483 | # CONFIG_MTD_ABSENT is not set | ||
484 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
485 | # CONFIG_MTD_XIP is not set | ||
486 | |||
487 | # | ||
488 | # Mapping drivers for chip access | ||
489 | # | ||
490 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
491 | CONFIG_MTD_PHYSMAP=y | ||
492 | CONFIG_MTD_PHYSMAP_START=0x0 | ||
493 | CONFIG_MTD_PHYSMAP_LEN=0x4000000 | ||
494 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
495 | # CONFIG_MTD_TRIZEPS4 is not set | ||
496 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
497 | # CONFIG_MTD_IMPA7 is not set | ||
498 | # CONFIG_MTD_SHARP_SL is not set | ||
499 | # CONFIG_MTD_PLATRAM is not set | ||
500 | |||
501 | # | ||
502 | # Self-contained MTD device drivers | ||
503 | # | ||
504 | # CONFIG_MTD_DATAFLASH is not set | ||
505 | # CONFIG_MTD_M25P80 is not set | ||
506 | # CONFIG_MTD_SLRAM is not set | ||
507 | # CONFIG_MTD_PHRAM is not set | ||
508 | # CONFIG_MTD_MTDRAM is not set | ||
509 | # CONFIG_MTD_BLOCK2MTD is not set | ||
510 | |||
511 | # | ||
512 | # Disk-On-Chip Device Drivers | ||
513 | # | ||
514 | # CONFIG_MTD_DOC2000 is not set | ||
515 | # CONFIG_MTD_DOC2001 is not set | ||
516 | CONFIG_MTD_DOC2001PLUS=y | ||
517 | CONFIG_MTD_DOCPROBE=y | ||
518 | CONFIG_MTD_DOCECC=y | ||
519 | # CONFIG_MTD_DOCPROBE_ADVANCED is not set | ||
520 | CONFIG_MTD_DOCPROBE_ADDRESS=0 | ||
521 | |||
522 | # | ||
523 | # NAND Flash Device Drivers | ||
524 | # | ||
525 | CONFIG_MTD_NAND=y | ||
526 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
527 | # CONFIG_MTD_NAND_H1900 is not set | ||
528 | CONFIG_MTD_NAND_IDS=y | ||
529 | CONFIG_MTD_NAND_DISKONCHIP=y | ||
530 | # CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set | ||
531 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0 | ||
532 | # CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set | ||
533 | # CONFIG_MTD_NAND_SHARPSL is not set | ||
534 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
535 | |||
536 | # | ||
537 | # OneNAND Flash Device Drivers | ||
538 | # | ||
539 | # CONFIG_MTD_ONENAND is not set | ||
540 | |||
541 | # | ||
542 | # Parallel port support | ||
543 | # | ||
544 | # CONFIG_PARPORT is not set | ||
545 | |||
546 | # | ||
547 | # Plug and Play support | ||
548 | # | ||
549 | |||
550 | # | ||
551 | # Block devices | ||
552 | # | ||
553 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
554 | CONFIG_BLK_DEV_LOOP=y | ||
555 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
556 | CONFIG_BLK_DEV_NBD=y | ||
557 | # CONFIG_BLK_DEV_UB is not set | ||
558 | CONFIG_BLK_DEV_RAM=y | ||
559 | CONFIG_BLK_DEV_RAM_COUNT=4 | ||
560 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
561 | CONFIG_BLK_DEV_INITRD=y | ||
562 | # CONFIG_CDROM_PKTCDVD is not set | ||
563 | # CONFIG_ATA_OVER_ETH is not set | ||
564 | |||
565 | # | ||
566 | # ATA/ATAPI/MFM/RLL support | ||
567 | # | ||
568 | CONFIG_IDE=y | ||
569 | CONFIG_BLK_DEV_IDE=y | ||
570 | |||
571 | # | ||
572 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
573 | # | ||
574 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
575 | CONFIG_BLK_DEV_IDEDISK=y | ||
576 | CONFIG_IDEDISK_MULTI_MODE=y | ||
577 | CONFIG_BLK_DEV_IDECS=m | ||
578 | # CONFIG_BLK_DEV_IDECD is not set | ||
579 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
580 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
581 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
582 | # CONFIG_IDE_TASK_IOCTL is not set | ||
583 | |||
584 | # | ||
585 | # IDE chipset support/bugfixes | ||
586 | # | ||
587 | CONFIG_IDE_GENERIC=y | ||
588 | CONFIG_IDE_PXA_CF=y | ||
589 | CONFIG_IDE_ARM=y | ||
590 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
591 | # CONFIG_IDEDMA_AUTO is not set | ||
592 | # CONFIG_BLK_DEV_HD is not set | ||
593 | |||
594 | # | ||
595 | # SCSI device support | ||
596 | # | ||
597 | # CONFIG_RAID_ATTRS is not set | ||
598 | CONFIG_SCSI=m | ||
599 | CONFIG_SCSI_PROC_FS=y | ||
600 | |||
601 | # | ||
602 | # SCSI support type (disk, tape, CD-ROM) | ||
603 | # | ||
604 | CONFIG_BLK_DEV_SD=m | ||
605 | # CONFIG_CHR_DEV_ST is not set | ||
606 | # CONFIG_CHR_DEV_OSST is not set | ||
607 | # CONFIG_BLK_DEV_SR is not set | ||
608 | CONFIG_CHR_DEV_SG=m | ||
609 | # CONFIG_CHR_DEV_SCH is not set | ||
610 | |||
611 | # | ||
612 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
613 | # | ||
614 | CONFIG_SCSI_MULTI_LUN=y | ||
615 | # CONFIG_SCSI_CONSTANTS is not set | ||
616 | # CONFIG_SCSI_LOGGING is not set | ||
617 | |||
618 | # | ||
619 | # SCSI Transport Attributes | ||
620 | # | ||
621 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
622 | # CONFIG_SCSI_FC_ATTRS is not set | ||
623 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
624 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
625 | |||
626 | # | ||
627 | # SCSI low-level drivers | ||
628 | # | ||
629 | # CONFIG_ISCSI_TCP is not set | ||
630 | # CONFIG_SCSI_SATA is not set | ||
631 | # CONFIG_SCSI_DEBUG is not set | ||
632 | |||
633 | # | ||
634 | # PCMCIA SCSI adapter support | ||
635 | # | ||
636 | # CONFIG_PCMCIA_AHA152X is not set | ||
637 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
638 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
639 | # CONFIG_PCMCIA_QLOGIC is not set | ||
640 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
641 | |||
642 | # | ||
643 | # Multi-device support (RAID and LVM) | ||
644 | # | ||
645 | # CONFIG_MD is not set | ||
646 | |||
647 | # | ||
648 | # Fusion MPT device support | ||
649 | # | ||
650 | # CONFIG_FUSION is not set | ||
651 | |||
652 | # | ||
653 | # IEEE 1394 (FireWire) support | ||
654 | # | ||
655 | |||
656 | # | ||
657 | # I2O device support | ||
658 | # | ||
659 | |||
660 | # | ||
661 | # Network device support | ||
662 | # | ||
663 | CONFIG_NETDEVICES=y | ||
664 | # CONFIG_DUMMY is not set | ||
665 | # CONFIG_BONDING is not set | ||
666 | # CONFIG_EQUALIZER is not set | ||
667 | # CONFIG_TUN is not set | ||
668 | |||
669 | # | ||
670 | # PHY device support | ||
671 | # | ||
672 | CONFIG_PHYLIB=y | ||
673 | |||
674 | # | ||
675 | # MII PHY device drivers | ||
676 | # | ||
677 | # CONFIG_MARVELL_PHY is not set | ||
678 | CONFIG_DAVICOM_PHY=y | ||
679 | # CONFIG_QSEMI_PHY is not set | ||
680 | # CONFIG_LXT_PHY is not set | ||
681 | # CONFIG_CICADA_PHY is not set | ||
682 | |||
683 | # | ||
684 | # Ethernet (10 or 100Mbit) | ||
685 | # | ||
686 | CONFIG_NET_ETHERNET=y | ||
687 | CONFIG_MII=y | ||
688 | # CONFIG_SMC91X is not set | ||
689 | CONFIG_DM9000=y | ||
690 | |||
691 | # | ||
692 | # Ethernet (1000 Mbit) | ||
693 | # | ||
694 | |||
695 | # | ||
696 | # Ethernet (10000 Mbit) | ||
697 | # | ||
698 | |||
699 | # | ||
700 | # Token Ring devices | ||
701 | # | ||
702 | |||
703 | # | ||
704 | # Wireless LAN (non-hamradio) | ||
705 | # | ||
706 | CONFIG_NET_RADIO=y | ||
707 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
708 | |||
709 | # | ||
710 | # Obsolete Wireless cards support (pre-802.11) | ||
711 | # | ||
712 | # CONFIG_STRIP is not set | ||
713 | # CONFIG_PCMCIA_WAVELAN is not set | ||
714 | # CONFIG_PCMCIA_NETWAVE is not set | ||
715 | |||
716 | # | ||
717 | # Wireless 802.11 Frequency Hopping cards support | ||
718 | # | ||
719 | # CONFIG_PCMCIA_RAYCS is not set | ||
720 | |||
721 | # | ||
722 | # Wireless 802.11b ISA/PCI cards support | ||
723 | # | ||
724 | CONFIG_HERMES=m | ||
725 | # CONFIG_ATMEL is not set | ||
726 | |||
727 | # | ||
728 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
729 | # | ||
730 | CONFIG_PCMCIA_HERMES=m | ||
731 | # CONFIG_PCMCIA_SPECTRUM is not set | ||
732 | CONFIG_AIRO_CS=m | ||
733 | # CONFIG_PCMCIA_WL3501 is not set | ||
734 | CONFIG_HOSTAP=m | ||
735 | CONFIG_HOSTAP_FIRMWARE=y | ||
736 | CONFIG_HOSTAP_FIRMWARE_NVRAM=y | ||
737 | CONFIG_HOSTAP_CS=m | ||
738 | CONFIG_NET_WIRELESS=y | ||
739 | |||
740 | # | ||
741 | # PCMCIA network device support | ||
742 | # | ||
743 | # CONFIG_NET_PCMCIA is not set | ||
744 | |||
745 | # | ||
746 | # Wan interfaces | ||
747 | # | ||
748 | # CONFIG_WAN is not set | ||
749 | CONFIG_PPP=m | ||
750 | CONFIG_PPP_MULTILINK=y | ||
751 | CONFIG_PPP_FILTER=y | ||
752 | CONFIG_PPP_ASYNC=m | ||
753 | CONFIG_PPP_SYNC_TTY=m | ||
754 | CONFIG_PPP_DEFLATE=m | ||
755 | CONFIG_PPP_BSDCOMP=m | ||
756 | CONFIG_PPP_MPPE=m | ||
757 | # CONFIG_PPPOE is not set | ||
758 | # CONFIG_SLIP is not set | ||
759 | # CONFIG_SHAPER is not set | ||
760 | # CONFIG_NETCONSOLE is not set | ||
761 | # CONFIG_NETPOLL is not set | ||
762 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
763 | |||
764 | # | ||
765 | # ISDN subsystem | ||
766 | # | ||
767 | # CONFIG_ISDN is not set | ||
768 | |||
769 | # | ||
770 | # Input device support | ||
771 | # | ||
772 | CONFIG_INPUT=y | ||
773 | |||
774 | # | ||
775 | # Userland interfaces | ||
776 | # | ||
777 | CONFIG_INPUT_MOUSEDEV=y | ||
778 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
779 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=640 | ||
780 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480 | ||
781 | # CONFIG_INPUT_JOYDEV is not set | ||
782 | CONFIG_INPUT_TSDEV=y | ||
783 | CONFIG_INPUT_TSDEV_SCREEN_X=640 | ||
784 | CONFIG_INPUT_TSDEV_SCREEN_Y=480 | ||
785 | CONFIG_INPUT_EVDEV=y | ||
786 | # CONFIG_INPUT_EVBUG is not set | ||
787 | |||
788 | # | ||
789 | # Input Device Drivers | ||
790 | # | ||
791 | CONFIG_INPUT_KEYBOARD=y | ||
792 | CONFIG_KEYBOARD_ATKBD=y | ||
793 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
794 | # CONFIG_KEYBOARD_LKKBD is not set | ||
795 | # CONFIG_KEYBOARD_XTKBD is not set | ||
796 | # CONFIG_KEYBOARD_NEWTON is not set | ||
797 | CONFIG_INPUT_MOUSE=y | ||
798 | # CONFIG_MOUSE_PS2 is not set | ||
799 | CONFIG_MOUSE_SERIAL=y | ||
800 | # CONFIG_MOUSE_VSXXXAA is not set | ||
801 | # CONFIG_INPUT_JOYSTICK is not set | ||
802 | CONFIG_INPUT_TOUCHSCREEN=y | ||
803 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
804 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
805 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
806 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
807 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
808 | CONFIG_INPUT_MISC=y | ||
809 | CONFIG_INPUT_UINPUT=m | ||
810 | |||
811 | # | ||
812 | # Hardware I/O ports | ||
813 | # | ||
814 | CONFIG_SERIO=y | ||
815 | CONFIG_SERIO_SERPORT=y | ||
816 | CONFIG_SERIO_LIBPS2=y | ||
817 | # CONFIG_SERIO_RAW is not set | ||
818 | # CONFIG_GAMEPORT is not set | ||
819 | |||
820 | # | ||
821 | # Character devices | ||
822 | # | ||
823 | CONFIG_VT=y | ||
824 | CONFIG_VT_CONSOLE=y | ||
825 | CONFIG_HW_CONSOLE=y | ||
826 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
827 | |||
828 | # | ||
829 | # Serial drivers | ||
830 | # | ||
831 | # CONFIG_SERIAL_8250 is not set | ||
832 | |||
833 | # | ||
834 | # Non-8250 serial port support | ||
835 | # | ||
836 | CONFIG_SERIAL_PXA=y | ||
837 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
838 | CONFIG_SERIAL_CORE=y | ||
839 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
840 | CONFIG_UNIX98_PTYS=y | ||
841 | CONFIG_LEGACY_PTYS=y | ||
842 | CONFIG_LEGACY_PTY_COUNT=256 | ||
843 | |||
844 | # | ||
845 | # IPMI | ||
846 | # | ||
847 | # CONFIG_IPMI_HANDLER is not set | ||
848 | |||
849 | # | ||
850 | # Watchdog Cards | ||
851 | # | ||
852 | CONFIG_WATCHDOG=y | ||
853 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
854 | |||
855 | # | ||
856 | # Watchdog Device Drivers | ||
857 | # | ||
858 | # CONFIG_SOFT_WATCHDOG is not set | ||
859 | CONFIG_SA1100_WATCHDOG=y | ||
860 | |||
861 | # | ||
862 | # USB-based Watchdog Cards | ||
863 | # | ||
864 | # CONFIG_USBPCWATCHDOG is not set | ||
865 | # CONFIG_NVRAM is not set | ||
866 | # CONFIG_DTLK is not set | ||
867 | # CONFIG_R3964 is not set | ||
868 | |||
869 | # | ||
870 | # Ftape, the floppy tape device driver | ||
871 | # | ||
872 | |||
873 | # | ||
874 | # PCMCIA character devices | ||
875 | # | ||
876 | # CONFIG_SYNCLINK_CS is not set | ||
877 | # CONFIG_CARDMAN_4000 is not set | ||
878 | # CONFIG_CARDMAN_4040 is not set | ||
879 | # CONFIG_RAW_DRIVER is not set | ||
880 | |||
881 | # | ||
882 | # TPM devices | ||
883 | # | ||
884 | # CONFIG_TCG_TPM is not set | ||
885 | # CONFIG_TELCLOCK is not set | ||
886 | |||
887 | # | ||
888 | # I2C support | ||
889 | # | ||
890 | CONFIG_I2C=y | ||
891 | CONFIG_I2C_CHARDEV=y | ||
892 | |||
893 | # | ||
894 | # I2C Algorithms | ||
895 | # | ||
896 | # CONFIG_I2C_ALGOBIT is not set | ||
897 | # CONFIG_I2C_ALGOPCF is not set | ||
898 | # CONFIG_I2C_ALGOPCA is not set | ||
899 | |||
900 | # | ||
901 | # I2C Hardware Bus support | ||
902 | # | ||
903 | CONFIG_I2C_PXA=y | ||
904 | CONFIG_I2C_PXA_SLAVE=y | ||
905 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
906 | # CONFIG_I2C_STUB is not set | ||
907 | # CONFIG_I2C_PCA_ISA is not set | ||
908 | |||
909 | # | ||
910 | # Miscellaneous I2C Chip support | ||
911 | # | ||
912 | # CONFIG_SENSORS_DS1337 is not set | ||
913 | # CONFIG_SENSORS_DS1374 is not set | ||
914 | CONFIG_SENSORS_EEPROM=m | ||
915 | # CONFIG_SENSORS_PCF8574 is not set | ||
916 | # CONFIG_SENSORS_PCA9539 is not set | ||
917 | # CONFIG_SENSORS_PCF8591 is not set | ||
918 | # CONFIG_SENSORS_MAX6875 is not set | ||
919 | # CONFIG_I2C_DEBUG_CORE is not set | ||
920 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
921 | # CONFIG_I2C_DEBUG_BUS is not set | ||
922 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
923 | |||
924 | # | ||
925 | # SPI support | ||
926 | # | ||
927 | CONFIG_SPI=y | ||
928 | CONFIG_SPI_MASTER=y | ||
929 | |||
930 | # | ||
931 | # SPI Master Controller Drivers | ||
932 | # | ||
933 | # CONFIG_SPI_BITBANG is not set | ||
934 | CONFIG_SPI_PXA2XX=m | ||
935 | |||
936 | # | ||
937 | # SPI Protocol Masters | ||
938 | # | ||
939 | |||
940 | # | ||
941 | # Dallas's 1-wire bus | ||
942 | # | ||
943 | # CONFIG_W1 is not set | ||
944 | |||
945 | # | ||
946 | # Hardware Monitoring support | ||
947 | # | ||
948 | CONFIG_HWMON=y | ||
949 | # CONFIG_HWMON_VID is not set | ||
950 | # CONFIG_SENSORS_ADM1021 is not set | ||
951 | # CONFIG_SENSORS_ADM1025 is not set | ||
952 | # CONFIG_SENSORS_ADM1026 is not set | ||
953 | # CONFIG_SENSORS_ADM1031 is not set | ||
954 | # CONFIG_SENSORS_ADM9240 is not set | ||
955 | # CONFIG_SENSORS_ASB100 is not set | ||
956 | # CONFIG_SENSORS_ATXP1 is not set | ||
957 | # CONFIG_SENSORS_DS1621 is not set | ||
958 | # CONFIG_SENSORS_F71805F is not set | ||
959 | # CONFIG_SENSORS_FSCHER is not set | ||
960 | # CONFIG_SENSORS_FSCPOS is not set | ||
961 | # CONFIG_SENSORS_GL518SM is not set | ||
962 | # CONFIG_SENSORS_GL520SM is not set | ||
963 | # CONFIG_SENSORS_IT87 is not set | ||
964 | # CONFIG_SENSORS_LM63 is not set | ||
965 | # CONFIG_SENSORS_LM75 is not set | ||
966 | # CONFIG_SENSORS_LM77 is not set | ||
967 | # CONFIG_SENSORS_LM78 is not set | ||
968 | # CONFIG_SENSORS_LM80 is not set | ||
969 | # CONFIG_SENSORS_LM83 is not set | ||
970 | # CONFIG_SENSORS_LM85 is not set | ||
971 | # CONFIG_SENSORS_LM87 is not set | ||
972 | # CONFIG_SENSORS_LM90 is not set | ||
973 | # CONFIG_SENSORS_LM92 is not set | ||
974 | # CONFIG_SENSORS_MAX1619 is not set | ||
975 | # CONFIG_SENSORS_PC87360 is not set | ||
976 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
977 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
978 | # CONFIG_SENSORS_W83781D is not set | ||
979 | # CONFIG_SENSORS_W83792D is not set | ||
980 | # CONFIG_SENSORS_W83L785TS is not set | ||
981 | # CONFIG_SENSORS_W83627HF is not set | ||
982 | # CONFIG_SENSORS_W83627EHF is not set | ||
983 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
984 | |||
985 | # | ||
986 | # Misc devices | ||
987 | # | ||
988 | |||
989 | # | ||
990 | # Multimedia Capabilities Port drivers | ||
991 | # | ||
992 | CONFIG_UCB1400=y | ||
993 | CONFIG_UCB1400_TS=y | ||
994 | |||
995 | # | ||
996 | # LED devices | ||
997 | # | ||
998 | CONFIG_NEW_LEDS=y | ||
999 | CONFIG_LEDS_CLASS=y | ||
1000 | |||
1001 | # | ||
1002 | # LED drivers | ||
1003 | # | ||
1004 | |||
1005 | # | ||
1006 | # LED Triggers | ||
1007 | # | ||
1008 | CONFIG_LEDS_TRIGGERS=y | ||
1009 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
1010 | CONFIG_LEDS_TRIGGER_IDE_DISK=y | ||
1011 | |||
1012 | # | ||
1013 | # Multimedia devices | ||
1014 | # | ||
1015 | # CONFIG_VIDEO_DEV is not set | ||
1016 | CONFIG_VIDEO_V4L2=y | ||
1017 | |||
1018 | # | ||
1019 | # Digital Video Broadcasting Devices | ||
1020 | # | ||
1021 | # CONFIG_DVB is not set | ||
1022 | # CONFIG_USB_DABUSB is not set | ||
1023 | |||
1024 | # | ||
1025 | # Graphics support | ||
1026 | # | ||
1027 | CONFIG_FB=y | ||
1028 | CONFIG_FB_CFB_FILLRECT=y | ||
1029 | CONFIG_FB_CFB_COPYAREA=y | ||
1030 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1031 | # CONFIG_FB_MACMODES is not set | ||
1032 | CONFIG_FB_FIRMWARE_EDID=y | ||
1033 | # CONFIG_FB_MODE_HELPERS is not set | ||
1034 | # CONFIG_FB_TILEBLITTING is not set | ||
1035 | # CONFIG_FB_S1D13XXX is not set | ||
1036 | CONFIG_FB_PXA=y | ||
1037 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
1038 | # CONFIG_FB_VIRTUAL is not set | ||
1039 | |||
1040 | # | ||
1041 | # Console display driver support | ||
1042 | # | ||
1043 | # CONFIG_VGA_CONSOLE is not set | ||
1044 | CONFIG_DUMMY_CONSOLE=y | ||
1045 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
1046 | CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y | ||
1047 | CONFIG_FONTS=y | ||
1048 | CONFIG_FONT_8x8=y | ||
1049 | CONFIG_FONT_8x16=y | ||
1050 | # CONFIG_FONT_6x11 is not set | ||
1051 | # CONFIG_FONT_7x14 is not set | ||
1052 | # CONFIG_FONT_PEARL_8x8 is not set | ||
1053 | # CONFIG_FONT_ACORN_8x8 is not set | ||
1054 | # CONFIG_FONT_MINI_4x6 is not set | ||
1055 | # CONFIG_FONT_SUN8x16 is not set | ||
1056 | # CONFIG_FONT_SUN12x22 is not set | ||
1057 | # CONFIG_FONT_10x18 is not set | ||
1058 | |||
1059 | # | ||
1060 | # Logo configuration | ||
1061 | # | ||
1062 | CONFIG_LOGO=y | ||
1063 | CONFIG_LOGO_LINUX_MONO=y | ||
1064 | CONFIG_LOGO_LINUX_VGA16=y | ||
1065 | CONFIG_LOGO_LINUX_CLUT224=y | ||
1066 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
1067 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
1068 | CONFIG_BACKLIGHT_DEVICE=y | ||
1069 | CONFIG_LCD_CLASS_DEVICE=y | ||
1070 | CONFIG_LCD_DEVICE=y | ||
1071 | |||
1072 | # | ||
1073 | # Sound | ||
1074 | # | ||
1075 | CONFIG_SOUND=y | ||
1076 | |||
1077 | # | ||
1078 | # Advanced Linux Sound Architecture | ||
1079 | # | ||
1080 | CONFIG_SND=y | ||
1081 | CONFIG_SND_TIMER=y | ||
1082 | CONFIG_SND_PCM=y | ||
1083 | CONFIG_SND_HWDEP=m | ||
1084 | CONFIG_SND_RAWMIDI=m | ||
1085 | CONFIG_SND_SEQUENCER=m | ||
1086 | # CONFIG_SND_SEQ_DUMMY is not set | ||
1087 | CONFIG_SND_OSSEMUL=y | ||
1088 | CONFIG_SND_MIXER_OSS=y | ||
1089 | CONFIG_SND_PCM_OSS=y | ||
1090 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1091 | # CONFIG_SND_SEQUENCER_OSS is not set | ||
1092 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1093 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1094 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1095 | CONFIG_SND_VERBOSE_PRINTK=y | ||
1096 | # CONFIG_SND_DEBUG is not set | ||
1097 | |||
1098 | # | ||
1099 | # Generic devices | ||
1100 | # | ||
1101 | CONFIG_SND_AC97_CODEC=y | ||
1102 | CONFIG_SND_AC97_BUS=y | ||
1103 | # CONFIG_SND_DUMMY is not set | ||
1104 | # CONFIG_SND_VIRMIDI is not set | ||
1105 | # CONFIG_SND_MTPAV is not set | ||
1106 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1107 | # CONFIG_SND_MPU401 is not set | ||
1108 | |||
1109 | # | ||
1110 | # ALSA ARM devices | ||
1111 | # | ||
1112 | CONFIG_SND_PXA2XX_PCM=y | ||
1113 | CONFIG_SND_PXA2XX_AC97=y | ||
1114 | |||
1115 | # | ||
1116 | # USB devices | ||
1117 | # | ||
1118 | CONFIG_SND_USB_AUDIO=m | ||
1119 | |||
1120 | # | ||
1121 | # PCMCIA devices | ||
1122 | # | ||
1123 | # CONFIG_SND_VXPOCKET is not set | ||
1124 | # CONFIG_SND_PDAUDIOCF is not set | ||
1125 | |||
1126 | # | ||
1127 | # Open Sound System | ||
1128 | # | ||
1129 | # CONFIG_SOUND_PRIME is not set | ||
1130 | |||
1131 | # | ||
1132 | # USB support | ||
1133 | # | ||
1134 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1135 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1136 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1137 | CONFIG_USB=y | ||
1138 | # CONFIG_USB_DEBUG is not set | ||
1139 | |||
1140 | # | ||
1141 | # Miscellaneous USB options | ||
1142 | # | ||
1143 | CONFIG_USB_DEVICEFS=y | ||
1144 | # CONFIG_USB_BANDWIDTH is not set | ||
1145 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1146 | # CONFIG_USB_SUSPEND is not set | ||
1147 | # CONFIG_USB_OTG is not set | ||
1148 | |||
1149 | # | ||
1150 | # USB Host Controller Drivers | ||
1151 | # | ||
1152 | # CONFIG_USB_ISP116X_HCD is not set | ||
1153 | CONFIG_USB_OHCI_HCD=y | ||
1154 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
1155 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1156 | # CONFIG_USB_SL811_HCD is not set | ||
1157 | |||
1158 | # | ||
1159 | # USB Device Class drivers | ||
1160 | # | ||
1161 | # CONFIG_USB_ACM is not set | ||
1162 | # CONFIG_USB_PRINTER is not set | ||
1163 | |||
1164 | # | ||
1165 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1166 | # | ||
1167 | |||
1168 | # | ||
1169 | # may also be needed; see USB_STORAGE Help for more information | ||
1170 | # | ||
1171 | CONFIG_USB_STORAGE=m | ||
1172 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1173 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1174 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1175 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1176 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1177 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1178 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1179 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1180 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1181 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1182 | # CONFIG_USB_LIBUSUAL is not set | ||
1183 | |||
1184 | # | ||
1185 | # USB Input Devices | ||
1186 | # | ||
1187 | CONFIG_USB_HID=m | ||
1188 | CONFIG_USB_HIDINPUT=y | ||
1189 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1190 | # CONFIG_HID_FF is not set | ||
1191 | # CONFIG_USB_HIDDEV is not set | ||
1192 | |||
1193 | # | ||
1194 | # USB HID Boot Protocol drivers | ||
1195 | # | ||
1196 | # CONFIG_USB_KBD is not set | ||
1197 | # CONFIG_USB_MOUSE is not set | ||
1198 | # CONFIG_USB_AIPTEK is not set | ||
1199 | # CONFIG_USB_WACOM is not set | ||
1200 | # CONFIG_USB_ACECAD is not set | ||
1201 | # CONFIG_USB_KBTAB is not set | ||
1202 | # CONFIG_USB_POWERMATE is not set | ||
1203 | CONFIG_USB_TOUCHSCREEN=m | ||
1204 | # CONFIG_USB_TOUCHSCREEN_EGALAX is not set | ||
1205 | # CONFIG_USB_TOUCHSCREEN_PANJIT is not set | ||
1206 | # CONFIG_USB_TOUCHSCREEN_3M is not set | ||
1207 | # CONFIG_USB_TOUCHSCREEN_ITM is not set | ||
1208 | # CONFIG_USB_YEALINK is not set | ||
1209 | # CONFIG_USB_XPAD is not set | ||
1210 | # CONFIG_USB_ATI_REMOTE is not set | ||
1211 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1212 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1213 | # CONFIG_USB_APPLETOUCH is not set | ||
1214 | |||
1215 | # | ||
1216 | # USB Imaging devices | ||
1217 | # | ||
1218 | # CONFIG_USB_MDC800 is not set | ||
1219 | # CONFIG_USB_MICROTEK is not set | ||
1220 | |||
1221 | # | ||
1222 | # USB Network Adapters | ||
1223 | # | ||
1224 | # CONFIG_USB_CATC is not set | ||
1225 | # CONFIG_USB_KAWETH is not set | ||
1226 | # CONFIG_USB_PEGASUS is not set | ||
1227 | # CONFIG_USB_RTL8150 is not set | ||
1228 | # CONFIG_USB_USBNET is not set | ||
1229 | # CONFIG_USB_ZD1201 is not set | ||
1230 | CONFIG_USB_MON=y | ||
1231 | |||
1232 | # | ||
1233 | # USB port drivers | ||
1234 | # | ||
1235 | |||
1236 | # | ||
1237 | # USB Serial Converter support | ||
1238 | # | ||
1239 | # CONFIG_USB_SERIAL is not set | ||
1240 | |||
1241 | # | ||
1242 | # USB Miscellaneous drivers | ||
1243 | # | ||
1244 | # CONFIG_USB_EMI62 is not set | ||
1245 | # CONFIG_USB_EMI26 is not set | ||
1246 | # CONFIG_USB_AUERSWALD is not set | ||
1247 | # CONFIG_USB_RIO500 is not set | ||
1248 | # CONFIG_USB_LEGOTOWER is not set | ||
1249 | # CONFIG_USB_LCD is not set | ||
1250 | # CONFIG_USB_LED is not set | ||
1251 | # CONFIG_USB_CYTHERM is not set | ||
1252 | # CONFIG_USB_PHIDGETKIT is not set | ||
1253 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1254 | # CONFIG_USB_IDMOUSE is not set | ||
1255 | # CONFIG_USB_LD is not set | ||
1256 | # CONFIG_USB_TEST is not set | ||
1257 | |||
1258 | # | ||
1259 | # USB DSL modem support | ||
1260 | # | ||
1261 | |||
1262 | # | ||
1263 | # USB Gadget Support | ||
1264 | # | ||
1265 | CONFIG_USB_GADGET=y | ||
1266 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1267 | CONFIG_USB_GADGET_SELECTED=y | ||
1268 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1269 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1270 | # CONFIG_USB_GADGET_GOKU is not set | ||
1271 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1272 | # CONFIG_USB_GADGET_OMAP is not set | ||
1273 | # CONFIG_USB_GADGET_AT91 is not set | ||
1274 | CONFIG_USB_GADGET_DUMMY_HCD=y | ||
1275 | CONFIG_USB_DUMMY_HCD=y | ||
1276 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1277 | # CONFIG_USB_ZERO is not set | ||
1278 | CONFIG_USB_ETH=m | ||
1279 | CONFIG_USB_ETH_RNDIS=y | ||
1280 | CONFIG_USB_GADGETFS=m | ||
1281 | CONFIG_USB_FILE_STORAGE=m | ||
1282 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
1283 | CONFIG_USB_G_SERIAL=m | ||
1284 | |||
1285 | # | ||
1286 | # MMC/SD Card support | ||
1287 | # | ||
1288 | CONFIG_MMC=y | ||
1289 | # CONFIG_MMC_DEBUG is not set | ||
1290 | CONFIG_MMC_BLOCK=y | ||
1291 | CONFIG_MMC_PXA=y | ||
1292 | |||
1293 | # | ||
1294 | # Real Time Clock | ||
1295 | # | ||
1296 | CONFIG_RTC_LIB=y | ||
1297 | CONFIG_RTC_CLASS=y | ||
1298 | CONFIG_RTC_HCTOSYS=y | ||
1299 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1300 | |||
1301 | # | ||
1302 | # RTC interfaces | ||
1303 | # | ||
1304 | CONFIG_RTC_INTF_SYSFS=y | ||
1305 | CONFIG_RTC_INTF_PROC=y | ||
1306 | CONFIG_RTC_INTF_DEV=y | ||
1307 | |||
1308 | # | ||
1309 | # RTC drivers | ||
1310 | # | ||
1311 | # CONFIG_RTC_DRV_X1205 is not set | ||
1312 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1313 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1314 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1315 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1316 | CONFIG_RTC_DRV_SA1100=y | ||
1317 | # CONFIG_RTC_DRV_TEST is not set | ||
1318 | |||
1319 | # | ||
1320 | # File systems | ||
1321 | # | ||
1322 | CONFIG_EXT2_FS=y | ||
1323 | CONFIG_EXT2_FS_XATTR=y | ||
1324 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1325 | CONFIG_EXT2_FS_SECURITY=y | ||
1326 | # CONFIG_EXT2_FS_XIP is not set | ||
1327 | CONFIG_EXT3_FS=y | ||
1328 | CONFIG_EXT3_FS_XATTR=y | ||
1329 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1330 | CONFIG_EXT3_FS_SECURITY=y | ||
1331 | CONFIG_JBD=y | ||
1332 | # CONFIG_JBD_DEBUG is not set | ||
1333 | CONFIG_FS_MBCACHE=y | ||
1334 | # CONFIG_REISERFS_FS is not set | ||
1335 | # CONFIG_JFS_FS is not set | ||
1336 | CONFIG_FS_POSIX_ACL=y | ||
1337 | # CONFIG_XFS_FS is not set | ||
1338 | # CONFIG_OCFS2_FS is not set | ||
1339 | # CONFIG_MINIX_FS is not set | ||
1340 | # CONFIG_ROMFS_FS is not set | ||
1341 | CONFIG_INOTIFY=y | ||
1342 | # CONFIG_QUOTA is not set | ||
1343 | CONFIG_DNOTIFY=y | ||
1344 | # CONFIG_AUTOFS_FS is not set | ||
1345 | CONFIG_AUTOFS4_FS=y | ||
1346 | # CONFIG_FUSE_FS is not set | ||
1347 | |||
1348 | # | ||
1349 | # CD-ROM/DVD Filesystems | ||
1350 | # | ||
1351 | # CONFIG_ISO9660_FS is not set | ||
1352 | # CONFIG_UDF_FS is not set | ||
1353 | |||
1354 | # | ||
1355 | # DOS/FAT/NT Filesystems | ||
1356 | # | ||
1357 | CONFIG_FAT_FS=m | ||
1358 | CONFIG_MSDOS_FS=m | ||
1359 | CONFIG_VFAT_FS=m | ||
1360 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1361 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15" | ||
1362 | # CONFIG_NTFS_FS is not set | ||
1363 | |||
1364 | # | ||
1365 | # Pseudo filesystems | ||
1366 | # | ||
1367 | CONFIG_PROC_FS=y | ||
1368 | CONFIG_SYSFS=y | ||
1369 | CONFIG_TMPFS=y | ||
1370 | # CONFIG_HUGETLB_PAGE is not set | ||
1371 | CONFIG_RAMFS=y | ||
1372 | # CONFIG_CONFIGFS_FS is not set | ||
1373 | |||
1374 | # | ||
1375 | # Miscellaneous filesystems | ||
1376 | # | ||
1377 | # CONFIG_ADFS_FS is not set | ||
1378 | # CONFIG_AFFS_FS is not set | ||
1379 | # CONFIG_HFS_FS is not set | ||
1380 | # CONFIG_HFSPLUS_FS is not set | ||
1381 | # CONFIG_BEFS_FS is not set | ||
1382 | # CONFIG_BFS_FS is not set | ||
1383 | # CONFIG_EFS_FS is not set | ||
1384 | CONFIG_JFFS_FS=y | ||
1385 | CONFIG_JFFS_FS_VERBOSE=0 | ||
1386 | CONFIG_JFFS_PROC_FS=y | ||
1387 | CONFIG_JFFS2_FS=y | ||
1388 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1389 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1390 | # CONFIG_JFFS2_SUMMARY is not set | ||
1391 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1392 | CONFIG_JFFS2_ZLIB=y | ||
1393 | CONFIG_JFFS2_RTIME=y | ||
1394 | # CONFIG_JFFS2_RUBIN is not set | ||
1395 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1396 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1397 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1398 | # CONFIG_CRAMFS is not set | ||
1399 | # CONFIG_VXFS_FS is not set | ||
1400 | # CONFIG_HPFS_FS is not set | ||
1401 | # CONFIG_QNX4FS_FS is not set | ||
1402 | # CONFIG_SYSV_FS is not set | ||
1403 | # CONFIG_UFS_FS is not set | ||
1404 | |||
1405 | # | ||
1406 | # Network File Systems | ||
1407 | # | ||
1408 | CONFIG_NFS_FS=y | ||
1409 | CONFIG_NFS_V3=y | ||
1410 | CONFIG_NFS_V3_ACL=y | ||
1411 | CONFIG_NFS_V4=y | ||
1412 | # CONFIG_NFS_DIRECTIO is not set | ||
1413 | CONFIG_NFSD=y | ||
1414 | CONFIG_NFSD_V2_ACL=y | ||
1415 | CONFIG_NFSD_V3=y | ||
1416 | CONFIG_NFSD_V3_ACL=y | ||
1417 | CONFIG_NFSD_V4=y | ||
1418 | CONFIG_NFSD_TCP=y | ||
1419 | CONFIG_ROOT_NFS=y | ||
1420 | CONFIG_LOCKD=y | ||
1421 | CONFIG_LOCKD_V4=y | ||
1422 | CONFIG_EXPORTFS=y | ||
1423 | CONFIG_NFS_ACL_SUPPORT=y | ||
1424 | CONFIG_NFS_COMMON=y | ||
1425 | CONFIG_SUNRPC=y | ||
1426 | CONFIG_SUNRPC_GSS=y | ||
1427 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1428 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1429 | CONFIG_SMB_FS=m | ||
1430 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
1431 | CONFIG_CIFS=m | ||
1432 | # CONFIG_CIFS_STATS is not set | ||
1433 | # CONFIG_CIFS_XATTR is not set | ||
1434 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1435 | # CONFIG_NCP_FS is not set | ||
1436 | # CONFIG_CODA_FS is not set | ||
1437 | # CONFIG_AFS_FS is not set | ||
1438 | # CONFIG_9P_FS is not set | ||
1439 | |||
1440 | # | ||
1441 | # Partition Types | ||
1442 | # | ||
1443 | CONFIG_PARTITION_ADVANCED=y | ||
1444 | # CONFIG_ACORN_PARTITION is not set | ||
1445 | # CONFIG_OSF_PARTITION is not set | ||
1446 | # CONFIG_AMIGA_PARTITION is not set | ||
1447 | # CONFIG_ATARI_PARTITION is not set | ||
1448 | # CONFIG_MAC_PARTITION is not set | ||
1449 | CONFIG_MSDOS_PARTITION=y | ||
1450 | # CONFIG_BSD_DISKLABEL is not set | ||
1451 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1452 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1453 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1454 | CONFIG_LDM_PARTITION=y | ||
1455 | # CONFIG_LDM_DEBUG is not set | ||
1456 | # CONFIG_SGI_PARTITION is not set | ||
1457 | # CONFIG_ULTRIX_PARTITION is not set | ||
1458 | # CONFIG_SUN_PARTITION is not set | ||
1459 | # CONFIG_KARMA_PARTITION is not set | ||
1460 | # CONFIG_EFI_PARTITION is not set | ||
1461 | |||
1462 | # | ||
1463 | # Native Language Support | ||
1464 | # | ||
1465 | CONFIG_NLS=y | ||
1466 | CONFIG_NLS_DEFAULT="iso8859-15" | ||
1467 | CONFIG_NLS_CODEPAGE_437=y | ||
1468 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1469 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1470 | CONFIG_NLS_CODEPAGE_850=y | ||
1471 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1472 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1473 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1474 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1475 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1476 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1477 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1478 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1479 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1480 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1481 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1482 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1483 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1484 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1485 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1486 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1487 | # CONFIG_NLS_ISO8859_8 is not set | ||
1488 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1489 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1490 | CONFIG_NLS_ASCII=y | ||
1491 | CONFIG_NLS_ISO8859_1=m | ||
1492 | # CONFIG_NLS_ISO8859_2 is not set | ||
1493 | # CONFIG_NLS_ISO8859_3 is not set | ||
1494 | # CONFIG_NLS_ISO8859_4 is not set | ||
1495 | # CONFIG_NLS_ISO8859_5 is not set | ||
1496 | # CONFIG_NLS_ISO8859_6 is not set | ||
1497 | # CONFIG_NLS_ISO8859_7 is not set | ||
1498 | # CONFIG_NLS_ISO8859_9 is not set | ||
1499 | # CONFIG_NLS_ISO8859_13 is not set | ||
1500 | # CONFIG_NLS_ISO8859_14 is not set | ||
1501 | CONFIG_NLS_ISO8859_15=m | ||
1502 | # CONFIG_NLS_KOI8_R is not set | ||
1503 | # CONFIG_NLS_KOI8_U is not set | ||
1504 | CONFIG_NLS_UTF8=m | ||
1505 | |||
1506 | # | ||
1507 | # Profiling support | ||
1508 | # | ||
1509 | CONFIG_PROFILING=y | ||
1510 | CONFIG_OPROFILE=y | ||
1511 | |||
1512 | # | ||
1513 | # Kernel hacking | ||
1514 | # | ||
1515 | # CONFIG_PRINTK_TIME is not set | ||
1516 | CONFIG_MAGIC_SYSRQ=y | ||
1517 | # CONFIG_DEBUG_KERNEL is not set | ||
1518 | CONFIG_LOG_BUF_SHIFT=14 | ||
1519 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1520 | # CONFIG_DEBUG_FS is not set | ||
1521 | CONFIG_FRAME_POINTER=y | ||
1522 | # CONFIG_UNWIND_INFO is not set | ||
1523 | CONFIG_DEBUG_USER=y | ||
1524 | |||
1525 | # | ||
1526 | # Security options | ||
1527 | # | ||
1528 | CONFIG_KEYS=y | ||
1529 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1530 | CONFIG_SECURITY=y | ||
1531 | # CONFIG_SECURITY_NETWORK is not set | ||
1532 | CONFIG_SECURITY_CAPABILITIES=y | ||
1533 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1534 | # CONFIG_SECURITY_SECLVL is not set | ||
1535 | |||
1536 | # | ||
1537 | # Cryptographic options | ||
1538 | # | ||
1539 | CONFIG_CRYPTO=y | ||
1540 | # CONFIG_CRYPTO_HMAC is not set | ||
1541 | # CONFIG_CRYPTO_NULL is not set | ||
1542 | CONFIG_CRYPTO_MD4=y | ||
1543 | CONFIG_CRYPTO_MD5=y | ||
1544 | CONFIG_CRYPTO_SHA1=m | ||
1545 | CONFIG_CRYPTO_SHA256=m | ||
1546 | CONFIG_CRYPTO_SHA512=m | ||
1547 | # CONFIG_CRYPTO_WP512 is not set | ||
1548 | # CONFIG_CRYPTO_TGR192 is not set | ||
1549 | CONFIG_CRYPTO_DES=y | ||
1550 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1551 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1552 | # CONFIG_CRYPTO_SERPENT is not set | ||
1553 | CONFIG_CRYPTO_AES=m | ||
1554 | # CONFIG_CRYPTO_CAST5 is not set | ||
1555 | # CONFIG_CRYPTO_CAST6 is not set | ||
1556 | # CONFIG_CRYPTO_TEA is not set | ||
1557 | CONFIG_CRYPTO_ARC4=m | ||
1558 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1559 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1560 | CONFIG_CRYPTO_DEFLATE=m | ||
1561 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1562 | CONFIG_CRYPTO_CRC32C=y | ||
1563 | # CONFIG_CRYPTO_TEST is not set | ||
1564 | |||
1565 | # | ||
1566 | # Hardware crypto devices | ||
1567 | # | ||
1568 | |||
1569 | # | ||
1570 | # Library routines | ||
1571 | # | ||
1572 | CONFIG_CRC_CCITT=y | ||
1573 | CONFIG_CRC16=y | ||
1574 | CONFIG_CRC32=y | ||
1575 | CONFIG_LIBCRC32C=y | ||
1576 | CONFIG_ZLIB_INFLATE=y | ||
1577 | CONFIG_ZLIB_DEFLATE=y | ||
1578 | CONFIG_REED_SOLOMON=y | ||
1579 | CONFIG_REED_SOLOMON_DEC16=y | ||
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index ea5137f319c4..03d07cae26c8 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -35,6 +35,10 @@ config PXA_SHARPSL | |||
35 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) | 35 | SL-C3000 (Spitz), SL-C3100 (Borzoi) or SL-C6000x (Tosa) |
36 | handheld computer. | 36 | handheld computer. |
37 | 37 | ||
38 | config MACH_TRIZEPS4 | ||
39 | bool "Keith und Koep Trizeps4 DIMM-Module" | ||
40 | select PXA27x | ||
41 | |||
38 | endchoice | 42 | endchoice |
39 | 43 | ||
40 | if PXA_SHARPSL | 44 | if PXA_SHARPSL |
@@ -55,6 +59,21 @@ endchoice | |||
55 | 59 | ||
56 | endif | 60 | endif |
57 | 61 | ||
62 | if MACH_TRIZEPS4 | ||
63 | |||
64 | choice | ||
65 | prompt "Select base board for Trizeps 4 module" | ||
66 | |||
67 | config MACH_TRIZEPS4_CONXS | ||
68 | bool "ConXS Eval Board" | ||
69 | |||
70 | config MACH_TRIZEPS4_ANY | ||
71 | bool "another Board" | ||
72 | |||
73 | endchoice | ||
74 | |||
75 | endif | ||
76 | |||
58 | endmenu | 77 | endmenu |
59 | 78 | ||
60 | config MACH_POODLE | 79 | config MACH_POODLE |
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 1610690be419..9093eb1c94eb 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -12,6 +12,7 @@ obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o | |||
12 | obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o | 12 | obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o |
13 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o | 13 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o |
14 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o | 14 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o |
15 | obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o | ||
15 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o | 16 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o |
16 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o | 17 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o |
17 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o | 18 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o |
@@ -23,6 +24,7 @@ led-y := leds.o | |||
23 | led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o | 24 | led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o |
24 | led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o | 25 | led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o |
25 | led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o | 26 | led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o |
27 | led-$(CONFIG_MACH_TRIZEPS4) += leds-trizeps4.o | ||
26 | 28 | ||
27 | obj-$(CONFIG_LEDS) += $(led-y) | 29 | obj-$(CONFIG_LEDS) += $(led-y) |
28 | 30 | ||
diff --git a/arch/arm/mach-pxa/leds-trizeps4.c b/arch/arm/mach-pxa/leds-trizeps4.c new file mode 100644 index 000000000000..14cfc85e44b5 --- /dev/null +++ b/arch/arm/mach-pxa/leds-trizeps4.c | |||
@@ -0,0 +1,134 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/leds-trizeps4.c | ||
3 | * | ||
4 | * Author: Jürgen Schindele | ||
5 | * Created: 20 02, 2006 | ||
6 | * Copyright: Jürgen Schindele | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | ||
12 | |||
13 | #include <linux/config.h> | ||
14 | #include <linux/init.h> | ||
15 | |||
16 | #include <asm/hardware.h> | ||
17 | #include <asm/system.h> | ||
18 | #include <asm/types.h> | ||
19 | #include <asm/leds.h> | ||
20 | |||
21 | #include <asm/arch/pxa-regs.h> | ||
22 | #include <asm/arch/trizeps4.h> | ||
23 | |||
24 | #include "leds.h" | ||
25 | |||
26 | #define LED_STATE_ENABLED 1 | ||
27 | #define LED_STATE_CLAIMED 2 | ||
28 | |||
29 | #define SYS_BUSY 0x01 | ||
30 | #define HEARTBEAT 0x02 | ||
31 | #define BLINK 0x04 | ||
32 | |||
33 | static unsigned int led_state; | ||
34 | static unsigned int hw_led_state; | ||
35 | |||
36 | void trizeps4_leds_event(led_event_t evt) | ||
37 | { | ||
38 | unsigned long flags; | ||
39 | |||
40 | local_irq_save(flags); | ||
41 | |||
42 | switch (evt) { | ||
43 | case led_start: | ||
44 | hw_led_state = 0; | ||
45 | pxa_gpio_mode( GPIO_SYS_BUSY_LED | GPIO_OUT); /* LED1 */ | ||
46 | pxa_gpio_mode( GPIO_HEARTBEAT_LED | GPIO_OUT); /* LED2 */ | ||
47 | led_state = LED_STATE_ENABLED; | ||
48 | break; | ||
49 | |||
50 | case led_stop: | ||
51 | led_state &= ~LED_STATE_ENABLED; | ||
52 | break; | ||
53 | |||
54 | case led_claim: | ||
55 | led_state |= LED_STATE_CLAIMED; | ||
56 | hw_led_state = 0; | ||
57 | break; | ||
58 | |||
59 | case led_release: | ||
60 | led_state &= ~LED_STATE_CLAIMED; | ||
61 | hw_led_state = 0; | ||
62 | break; | ||
63 | |||
64 | #ifdef CONFIG_LEDS_TIMER | ||
65 | case led_timer: | ||
66 | hw_led_state ^= HEARTBEAT; | ||
67 | break; | ||
68 | #endif | ||
69 | |||
70 | #ifdef CONFIG_LEDS_CPU | ||
71 | case led_idle_start: | ||
72 | hw_led_state &= ~SYS_BUSY; | ||
73 | break; | ||
74 | |||
75 | case led_idle_end: | ||
76 | hw_led_state |= SYS_BUSY; | ||
77 | break; | ||
78 | #endif | ||
79 | |||
80 | case led_halted: | ||
81 | break; | ||
82 | |||
83 | case led_green_on: | ||
84 | hw_led_state |= BLINK; | ||
85 | break; | ||
86 | |||
87 | case led_green_off: | ||
88 | hw_led_state &= ~BLINK; | ||
89 | break; | ||
90 | |||
91 | case led_amber_on: | ||
92 | break; | ||
93 | |||
94 | case led_amber_off: | ||
95 | break; | ||
96 | |||
97 | case led_red_on: | ||
98 | break; | ||
99 | |||
100 | case led_red_off: | ||
101 | break; | ||
102 | |||
103 | default: | ||
104 | break; | ||
105 | } | ||
106 | |||
107 | if (led_state & LED_STATE_ENABLED) { | ||
108 | switch (hw_led_state) { | ||
109 | case 0: | ||
110 | GPSR(GPIO_SYS_BUSY_LED) |= GPIO_bit(GPIO_SYS_BUSY_LED); | ||
111 | GPSR(GPIO_HEARTBEAT_LED) |= GPIO_bit(GPIO_HEARTBEAT_LED); | ||
112 | break; | ||
113 | case 1: | ||
114 | GPCR(GPIO_SYS_BUSY_LED) |= GPIO_bit(GPIO_SYS_BUSY_LED); | ||
115 | GPSR(GPIO_HEARTBEAT_LED) |= GPIO_bit(GPIO_HEARTBEAT_LED); | ||
116 | break; | ||
117 | case 2: | ||
118 | GPSR(GPIO_SYS_BUSY_LED) |= GPIO_bit(GPIO_SYS_BUSY_LED); | ||
119 | GPCR(GPIO_HEARTBEAT_LED) |= GPIO_bit(GPIO_HEARTBEAT_LED); | ||
120 | break; | ||
121 | case 3: | ||
122 | GPCR(GPIO_SYS_BUSY_LED) |= GPIO_bit(GPIO_SYS_BUSY_LED); | ||
123 | GPCR(GPIO_HEARTBEAT_LED) |= GPIO_bit(GPIO_HEARTBEAT_LED); | ||
124 | break; | ||
125 | } | ||
126 | } | ||
127 | else { | ||
128 | /* turn all off */ | ||
129 | GPSR(GPIO_SYS_BUSY_LED) |= GPIO_bit(GPIO_SYS_BUSY_LED); | ||
130 | GPSR(GPIO_HEARTBEAT_LED) |= GPIO_bit(GPIO_HEARTBEAT_LED); | ||
131 | } | ||
132 | |||
133 | local_irq_restore(flags); | ||
134 | } | ||
diff --git a/arch/arm/mach-pxa/leds.c b/arch/arm/mach-pxa/leds.c index bbe4d5f6afaa..e13eb841e48d 100644 --- a/arch/arm/mach-pxa/leds.c +++ b/arch/arm/mach-pxa/leds.c | |||
@@ -24,6 +24,8 @@ pxa_leds_init(void) | |||
24 | leds_event = mainstone_leds_event; | 24 | leds_event = mainstone_leds_event; |
25 | if (machine_is_pxa_idp()) | 25 | if (machine_is_pxa_idp()) |
26 | leds_event = idp_leds_event; | 26 | leds_event = idp_leds_event; |
27 | if (machine_is_trizeps4()) | ||
28 | leds_event = trizeps4_leds_event; | ||
27 | 29 | ||
28 | leds_event(led_start); | 30 | leds_event(led_start); |
29 | return 0; | 31 | return 0; |
diff --git a/arch/arm/mach-pxa/leds.h b/arch/arm/mach-pxa/leds.h index d98f6e93c12b..4f829b8c39dd 100644 --- a/arch/arm/mach-pxa/leds.h +++ b/arch/arm/mach-pxa/leds.h | |||
@@ -10,3 +10,4 @@ | |||
10 | extern void idp_leds_event(led_event_t evt); | 10 | extern void idp_leds_event(led_event_t evt); |
11 | extern void lubbock_leds_event(led_event_t evt); | 11 | extern void lubbock_leds_event(led_event_t evt); |
12 | extern void mainstone_leds_event(led_event_t evt); | 12 | extern void mainstone_leds_event(led_event_t evt); |
13 | extern void trizeps4_leds_event(led_event_t evt); | ||
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c new file mode 100644 index 000000000000..4ffff9e95eca --- /dev/null +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -0,0 +1,471 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/trizeps4.c | ||
3 | * | ||
4 | * Support for the Keith und Koep Trizeps4 Module Platform. | ||
5 | * | ||
6 | * Author: Jürgen Schindele | ||
7 | * Created: 20 02, 2006 | ||
8 | * Copyright: Jürgen Schindele | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | ||
14 | |||
15 | #include <linux/init.h> | ||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/platform_device.h> | ||
18 | #include <linux/sysdev.h> | ||
19 | #include <linux/interrupt.h> | ||
20 | #include <linux/sched.h> | ||
21 | #include <linux/bitops.h> | ||
22 | #include <linux/fb.h> | ||
23 | #include <linux/ioport.h> | ||
24 | #include <linux/delay.h> | ||
25 | #include <linux/serial_8250.h> | ||
26 | #include <linux/mtd/mtd.h> | ||
27 | #include <linux/mtd/partitions.h> | ||
28 | |||
29 | #include <asm/types.h> | ||
30 | #include <asm/setup.h> | ||
31 | #include <asm/memory.h> | ||
32 | #include <asm/mach-types.h> | ||
33 | #include <asm/hardware.h> | ||
34 | #include <asm/irq.h> | ||
35 | #include <asm/sizes.h> | ||
36 | |||
37 | #include <asm/mach/arch.h> | ||
38 | #include <asm/mach/map.h> | ||
39 | #include <asm/mach/irq.h> | ||
40 | #include <asm/mach/flash.h> | ||
41 | |||
42 | #include <asm/arch/pxa-regs.h> | ||
43 | #include <asm/arch/trizeps4.h> | ||
44 | #include <asm/arch/audio.h> | ||
45 | #include <asm/arch/pxafb.h> | ||
46 | #include <asm/arch/mmc.h> | ||
47 | #include <asm/arch/irda.h> | ||
48 | #include <asm/arch/ohci.h> | ||
49 | |||
50 | #include "generic.h" | ||
51 | |||
52 | /******************************************************************************************** | ||
53 | * ONBOARD FLASH | ||
54 | ********************************************************************************************/ | ||
55 | static struct mtd_partition trizeps4_partitions[] = { | ||
56 | { | ||
57 | .name = "Bootloader", | ||
58 | .size = 0x00040000, | ||
59 | .offset = 0, | ||
60 | .mask_flags = MTD_WRITEABLE /* force read-only */ | ||
61 | },{ | ||
62 | .name = "Kernel", | ||
63 | .size = 0x00400000, | ||
64 | .offset = 0x00040000 | ||
65 | },{ | ||
66 | .name = "Filesystem", | ||
67 | .size = MTDPART_SIZ_FULL, | ||
68 | .offset = 0x00440000 | ||
69 | } | ||
70 | }; | ||
71 | |||
72 | static struct flash_platform_data trizeps4_flash_data[] = { | ||
73 | { | ||
74 | .map_name = "cfi_probe", | ||
75 | .parts = trizeps4_partitions, | ||
76 | .nr_parts = ARRAY_SIZE(trizeps4_partitions) | ||
77 | } | ||
78 | }; | ||
79 | |||
80 | static struct resource flash_resource = { | ||
81 | .start = PXA_CS0_PHYS, | ||
82 | .end = PXA_CS0_PHYS + SZ_64M - 1, | ||
83 | .flags = IORESOURCE_MEM, | ||
84 | }; | ||
85 | |||
86 | static struct platform_device flash_device = { | ||
87 | .name = "pxa2xx-flash", | ||
88 | .id = 0, | ||
89 | .dev = { | ||
90 | .platform_data = &trizeps4_flash_data, | ||
91 | }, | ||
92 | .resource = &flash_resource, | ||
93 | .num_resources = 1, | ||
94 | }; | ||
95 | |||
96 | /******************************************************************************************** | ||
97 | * DAVICOM DM9000 Ethernet | ||
98 | ********************************************************************************************/ | ||
99 | static struct resource dm9000_resources[] = { | ||
100 | [0] = { | ||
101 | .start = TRIZEPS4_ETH_PHYS+0x300, | ||
102 | .end = TRIZEPS4_ETH_PHYS+0x400-1, | ||
103 | .flags = IORESOURCE_MEM, | ||
104 | }, | ||
105 | [1] = { | ||
106 | .start = TRIZEPS4_ETH_PHYS+0x8300, | ||
107 | .end = TRIZEPS4_ETH_PHYS+0x8400-1, | ||
108 | .flags = IORESOURCE_MEM, | ||
109 | }, | ||
110 | [2] = { | ||
111 | .start = TRIZEPS4_ETH_IRQ, | ||
112 | .end = TRIZEPS4_ETH_IRQ, | ||
113 | .flags = (IORESOURCE_IRQ | IRQT_RISING), | ||
114 | }, | ||
115 | }; | ||
116 | |||
117 | static struct platform_device dm9000_device = { | ||
118 | .name = "dm9000", | ||
119 | .id = -1, | ||
120 | .num_resources = ARRAY_SIZE(dm9000_resources), | ||
121 | .resource = dm9000_resources, | ||
122 | }; | ||
123 | |||
124 | /******************************************************************************************** | ||
125 | * PXA270 serial ports | ||
126 | ********************************************************************************************/ | ||
127 | static struct plat_serial8250_port tri_serial_ports[] = { | ||
128 | #ifdef CONFIG_SERIAL_PXA | ||
129 | /* this uses the own PXA driver */ | ||
130 | { | ||
131 | 0, | ||
132 | }, | ||
133 | #else | ||
134 | /* this uses the generic 8520 driver */ | ||
135 | [0] = { | ||
136 | .membase = (void *)&FFUART, | ||
137 | .irq = IRQ_FFUART, | ||
138 | .flags = UPF_BOOT_AUTOCONF, | ||
139 | .iotype = UPIO_MEM32, | ||
140 | .regshift = 2, | ||
141 | .uartclk = (921600*16), | ||
142 | }, | ||
143 | [1] = { | ||
144 | .membase = (void *)&BTUART, | ||
145 | .irq = IRQ_BTUART, | ||
146 | .flags = UPF_BOOT_AUTOCONF, | ||
147 | .iotype = UPIO_MEM32, | ||
148 | .regshift = 2, | ||
149 | .uartclk = (921600*16), | ||
150 | }, | ||
151 | { | ||
152 | 0, | ||
153 | }, | ||
154 | #endif | ||
155 | }; | ||
156 | |||
157 | static struct platform_device uart_devices = { | ||
158 | .name = "serial8250", | ||
159 | .id = 0, | ||
160 | .dev = { | ||
161 | .platform_data = tri_serial_ports, | ||
162 | }, | ||
163 | .num_resources = 0, | ||
164 | .resource = NULL, | ||
165 | }; | ||
166 | |||
167 | /******************************************************************************************** | ||
168 | * PXA270 ac97 sound codec | ||
169 | ********************************************************************************************/ | ||
170 | static struct platform_device ac97_audio_device = { | ||
171 | .name = "pxa2xx-ac97", | ||
172 | .id = -1, | ||
173 | }; | ||
174 | |||
175 | static struct platform_device * trizeps4_devices[] __initdata = { | ||
176 | &flash_device, | ||
177 | &uart_devices, | ||
178 | &dm9000_device, | ||
179 | &ac97_audio_device, | ||
180 | }; | ||
181 | |||
182 | #ifdef CONFIG_MACH_TRIZEPS4_CONXS | ||
183 | static short trizeps_conxs_bcr; | ||
184 | |||
185 | /* PCCARD power switching supports only 3,3V */ | ||
186 | void board_pcmcia_power(int power) | ||
187 | { | ||
188 | if (power) { | ||
189 | /* switch power on, put in reset and enable buffers */ | ||
190 | trizeps_conxs_bcr |= power; | ||
191 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; | ||
192 | trizeps_conxs_bcr &= ~(ConXS_BCR_CF_BUF_EN); | ||
193 | ConXS_BCR = trizeps_conxs_bcr; | ||
194 | /* wait a little */ | ||
195 | udelay(2000); | ||
196 | /* take reset away */ | ||
197 | trizeps_conxs_bcr &= ~(ConXS_BCR_CF_RESET); | ||
198 | ConXS_BCR = trizeps_conxs_bcr; | ||
199 | udelay(2000); | ||
200 | } else { | ||
201 | /* put in reset */ | ||
202 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; | ||
203 | ConXS_BCR = trizeps_conxs_bcr; | ||
204 | udelay(1000); | ||
205 | /* switch power off */ | ||
206 | trizeps_conxs_bcr &= ~(0xf); | ||
207 | ConXS_BCR = trizeps_conxs_bcr; | ||
208 | |||
209 | } | ||
210 | pr_debug("%s: o%s 0x%x\n", __FUNCTION__, power ? "n": "ff", trizeps_conxs_bcr); | ||
211 | } | ||
212 | |||
213 | /* backlight power switching for LCD panel */ | ||
214 | static void board_backlight_power(int on) | ||
215 | { | ||
216 | if (on) { | ||
217 | trizeps_conxs_bcr |= ConXS_BCR_L_DISP; | ||
218 | } else { | ||
219 | trizeps_conxs_bcr &= ~ConXS_BCR_L_DISP; | ||
220 | } | ||
221 | pr_debug("%s: o%s 0x%x\n", __FUNCTION__, on ? "n" : "ff", trizeps_conxs_bcr); | ||
222 | ConXS_BCR = trizeps_conxs_bcr; | ||
223 | } | ||
224 | |||
225 | /* Powersupply for MMC/SD cardslot */ | ||
226 | static void board_mci_power(struct device *dev, unsigned int vdd) | ||
227 | { | ||
228 | struct pxamci_platform_data* p_d = dev->platform_data; | ||
229 | |||
230 | if (( 1 << vdd) & p_d->ocr_mask) { | ||
231 | pr_debug("%s: on\n", __FUNCTION__); | ||
232 | /* FIXME fill in values here */ | ||
233 | } else { | ||
234 | pr_debug("%s: off\n", __FUNCTION__); | ||
235 | /* FIXME fill in values here */ | ||
236 | } | ||
237 | } | ||
238 | |||
239 | static short trizeps_conxs_ircr; | ||
240 | |||
241 | /* Switch modes and Power for IRDA receiver */ | ||
242 | static void board_irda_mode(struct device *dev, int mode) | ||
243 | { | ||
244 | unsigned long flags; | ||
245 | |||
246 | local_irq_save(flags); | ||
247 | if (mode & IR_SIRMODE) { | ||
248 | /* Slow mode */ | ||
249 | trizeps_conxs_ircr &= ~ConXS_IRCR_MODE; | ||
250 | } else if (mode & IR_FIRMODE) { | ||
251 | /* Fast mode */ | ||
252 | trizeps_conxs_ircr |= ConXS_IRCR_MODE; | ||
253 | } | ||
254 | if (mode & IR_OFF) { | ||
255 | trizeps_conxs_ircr |= ConXS_IRCR_SD; | ||
256 | } else { | ||
257 | trizeps_conxs_ircr &= ~ConXS_IRCR_SD; | ||
258 | } | ||
259 | /* FIXME write values to register */ | ||
260 | local_irq_restore(flags); | ||
261 | } | ||
262 | |||
263 | #else | ||
264 | /* for other baseboards define dummies */ | ||
265 | void board_pcmcia_power(int power) {;} | ||
266 | #define board_backlight_power NULL | ||
267 | #define board_mci_power NULL | ||
268 | #define board_irda_mode NULL | ||
269 | |||
270 | #endif /* CONFIG_MACH_TRIZEPS4_CONXS */ | ||
271 | EXPORT_SYMBOL(board_pcmcia_power); | ||
272 | |||
273 | static int trizeps4_mci_init(struct device *dev, irqreturn_t (*mci_detect_int)(int, void *, struct pt_regs *), void *data) | ||
274 | { | ||
275 | int err; | ||
276 | /* setup GPIO for PXA27x MMC controller */ | ||
277 | pxa_gpio_mode(GPIO32_MMCCLK_MD); | ||
278 | pxa_gpio_mode(GPIO112_MMCCMD_MD); | ||
279 | pxa_gpio_mode(GPIO92_MMCDAT0_MD); | ||
280 | pxa_gpio_mode(GPIO109_MMCDAT1_MD); | ||
281 | pxa_gpio_mode(GPIO110_MMCDAT2_MD); | ||
282 | pxa_gpio_mode(GPIO111_MMCDAT3_MD); | ||
283 | |||
284 | pxa_gpio_mode(GPIO_MMC_DET | GPIO_IN); | ||
285 | |||
286 | err = request_irq(TRIZEPS4_MMC_IRQ, mci_detect_int, SA_INTERRUPT | SA_TRIGGER_RISING, "MMC card detect", data); | ||
287 | if (err) { | ||
288 | printk(KERN_ERR "trizeps4_mci_init: MMC/SD: can't request MMC card detect IRQ\n"); | ||
289 | return -1; | ||
290 | } | ||
291 | return 0; | ||
292 | } | ||
293 | |||
294 | static void trizeps4_mci_exit(struct device *dev, void *data) | ||
295 | { | ||
296 | free_irq(TRIZEPS4_MMC_IRQ, data); | ||
297 | } | ||
298 | |||
299 | static struct pxamci_platform_data trizeps4_mci_platform_data = { | ||
300 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | ||
301 | .init = trizeps4_mci_init, | ||
302 | .exit = trizeps4_mci_exit, | ||
303 | .setpower = board_mci_power, | ||
304 | }; | ||
305 | |||
306 | static struct pxaficp_platform_data trizeps4_ficp_platform_data = { | ||
307 | .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF, | ||
308 | .transceiver_mode = board_irda_mode, | ||
309 | }; | ||
310 | |||
311 | static int trizeps4_ohci_init(struct device *dev) | ||
312 | { | ||
313 | /* setup Port1 GPIO pin. */ | ||
314 | pxa_gpio_mode( 88 | GPIO_ALT_FN_1_IN); /* USBHPWR1 */ | ||
315 | pxa_gpio_mode( 89 | GPIO_ALT_FN_2_OUT); /* USBHPEN1 */ | ||
316 | |||
317 | /* Set the Power Control Polarity Low and Power Sense | ||
318 | Polarity Low to active low. */ | ||
319 | UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) & | ||
320 | ~(UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSEP3 | UHCHR_SSE); | ||
321 | |||
322 | return 0; | ||
323 | } | ||
324 | |||
325 | static void trizeps4_ohci_exit(struct device *dev) | ||
326 | { | ||
327 | ; | ||
328 | } | ||
329 | |||
330 | static struct pxaohci_platform_data trizeps4_ohci_platform_data = { | ||
331 | .port_mode = PMM_PERPORT_MODE, | ||
332 | .init = trizeps4_ohci_init, | ||
333 | .exit = trizeps4_ohci_exit, | ||
334 | }; | ||
335 | |||
336 | static struct map_desc trizeps4_io_desc[] __initdata = { | ||
337 | { /* ConXS CFSR */ | ||
338 | .virtual = TRIZEPS4_CFSR_VIRT, | ||
339 | .pfn = __phys_to_pfn(TRIZEPS4_CFSR_PHYS), | ||
340 | .length = 0x00001000, | ||
341 | .type = MT_DEVICE | ||
342 | }, | ||
343 | { /* ConXS BCR */ | ||
344 | .virtual = TRIZEPS4_BOCR_VIRT, | ||
345 | .pfn = __phys_to_pfn(TRIZEPS4_BOCR_PHYS), | ||
346 | .length = 0x00001000, | ||
347 | .type = MT_DEVICE | ||
348 | }, | ||
349 | { /* ConXS IRCR */ | ||
350 | .virtual = TRIZEPS4_IRCR_VIRT, | ||
351 | .pfn = __phys_to_pfn(TRIZEPS4_IRCR_PHYS), | ||
352 | .length = 0x00001000, | ||
353 | .type = MT_DEVICE | ||
354 | }, | ||
355 | { /* ConXS DCR */ | ||
356 | .virtual = TRIZEPS4_DICR_VIRT, | ||
357 | .pfn = __phys_to_pfn(TRIZEPS4_DICR_PHYS), | ||
358 | .length = 0x00001000, | ||
359 | .type = MT_DEVICE | ||
360 | }, | ||
361 | { /* ConXS UPSR */ | ||
362 | .virtual = TRIZEPS4_UPSR_VIRT, | ||
363 | .pfn = __phys_to_pfn(TRIZEPS4_UPSR_PHYS), | ||
364 | .length = 0x00001000, | ||
365 | .type = MT_DEVICE | ||
366 | } | ||
367 | }; | ||
368 | |||
369 | static struct pxafb_mach_info sharp_lcd __initdata = { | ||
370 | .pixclock = 78000, | ||
371 | .xres = 640, | ||
372 | .yres = 480, | ||
373 | .bpp = 8, | ||
374 | .hsync_len = 4, | ||
375 | .left_margin = 4, | ||
376 | .right_margin = 4, | ||
377 | .vsync_len = 2, | ||
378 | .upper_margin = 0, | ||
379 | .lower_margin = 0, | ||
380 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
381 | .cmap_greyscale = 0, | ||
382 | .cmap_inverse = 0, | ||
383 | .cmap_static = 0, | ||
384 | .lccr0 = LCCR0_Color | LCCR0_Pas | LCCR0_Dual, | ||
385 | .lccr3 = 0x0340ff02, | ||
386 | .pxafb_backlight_power = board_backlight_power, | ||
387 | }; | ||
388 | |||
389 | static void __init trizeps4_fixup(struct machine_desc *desc, struct tag *tags, char **cmdline, struct meminfo *mi) | ||
390 | { | ||
391 | } | ||
392 | |||
393 | static void __init trizeps4_init(void) | ||
394 | { | ||
395 | platform_add_devices(trizeps4_devices, ARRAY_SIZE(trizeps4_devices)); | ||
396 | |||
397 | set_pxa_fb_info(&sharp_lcd); | ||
398 | |||
399 | pxa_set_mci_info(&trizeps4_mci_platform_data); | ||
400 | pxa_set_ficp_info(&trizeps4_ficp_platform_data); | ||
401 | pxa_set_ohci_info(&trizeps4_ohci_platform_data); | ||
402 | } | ||
403 | |||
404 | static void __init trizeps4_map_io(void) | ||
405 | { | ||
406 | pxa_map_io(); | ||
407 | iotable_init(trizeps4_io_desc, ARRAY_SIZE(trizeps4_io_desc)); | ||
408 | |||
409 | /* for DiskOnChip */ | ||
410 | pxa_gpio_mode(GPIO15_nCS_1_MD); | ||
411 | |||
412 | /* for off-module PIC on ConXS board */ | ||
413 | pxa_gpio_mode(GPIO_PIC | GPIO_IN); | ||
414 | |||
415 | /* UCB1400 irq */ | ||
416 | pxa_gpio_mode(GPIO_UCB1400 | GPIO_IN); | ||
417 | |||
418 | /* for DM9000 LAN */ | ||
419 | pxa_gpio_mode(GPIO78_nCS_2_MD); | ||
420 | pxa_gpio_mode(GPIO_DM9000 | GPIO_IN); | ||
421 | |||
422 | /* for PCMCIA device */ | ||
423 | pxa_gpio_mode(GPIO_PCD | GPIO_IN); | ||
424 | pxa_gpio_mode(GPIO_PRDY | GPIO_IN); | ||
425 | |||
426 | /* for I2C adapter */ | ||
427 | pxa_gpio_mode(GPIO117_I2CSCL_MD); | ||
428 | pxa_gpio_mode(GPIO118_I2CSDA_MD); | ||
429 | |||
430 | /* MMC_DET s.o. */ | ||
431 | pxa_gpio_mode(GPIO_MMC_DET | GPIO_IN); | ||
432 | |||
433 | /* whats that for ??? */ | ||
434 | pxa_gpio_mode(GPIO79_nCS_3_MD); | ||
435 | |||
436 | pxa_gpio_mode( GPIO_SYS_BUSY_LED | GPIO_OUT); /* LED1 */ | ||
437 | pxa_gpio_mode( GPIO_HEARTBEAT_LED | GPIO_OUT); /* LED2 */ | ||
438 | |||
439 | #ifdef CONFIG_MACH_TRIZEPS4_CONXS | ||
440 | #ifdef CONFIG_IDE_PXA_CF | ||
441 | /* if boot direct from compact flash dont disable power */ | ||
442 | trizeps_conxs_bcr = 0x0009; | ||
443 | #else | ||
444 | /* this is the reset value */ | ||
445 | trizeps_conxs_bcr = 0x00A0; | ||
446 | #endif | ||
447 | ConXS_BCR = trizeps_conxs_bcr; | ||
448 | #endif | ||
449 | |||
450 | PWER = 0x00000002; | ||
451 | PFER = 0x00000000; | ||
452 | PRER = 0x00000002; | ||
453 | PGSR0 = 0x0158C000; | ||
454 | PGSR1 = 0x00FF0080; | ||
455 | PGSR2 = 0x0001C004; | ||
456 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ | ||
457 | PCFR |= PCFR_OPDE; | ||
458 | } | ||
459 | |||
460 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | ||
461 | /* MAINTAINER("Jürgen Schindele") */ | ||
462 | .phys_io = 0x40000000, | ||
463 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
464 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | ||
465 | .fixup = trizeps4_fixup, | ||
466 | .init_machine = trizeps4_init, | ||
467 | .map_io = trizeps4_map_io, | ||
468 | .init_irq = pxa_init_irq, | ||
469 | .timer = &pxa_timer, | ||
470 | MACHINE_END | ||
471 | |||