diff options
author | Daniel Mack <daniel@caiaq.org> | 2008-01-23 08:54:50 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:27 -0500 |
commit | 4e4fc05a2b6e7bd2e0facd96e0c18dceb34d9349 (patch) | |
tree | 61070cb71e3f1ee55f20a7e6c35ca1512db78685 /arch/arm | |
parent | 2687bd38573ff6f10d13f60c5c3576cce9cf260d (diff) |
[ARM] 4762/1: Basic support for Toradex Colibri module
This patch adds support for Toradex' PXA27x based Colibri module.
It's kept as simple as possible to only provide basic functionality.
A default config is also included.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/colibri_defconfig | 1481 | ||||
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/mach-pxa/Makefile | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/colibri.c | 134 |
4 files changed, 1620 insertions, 0 deletions
diff --git a/arch/arm/configs/colibri_defconfig b/arch/arm/configs/colibri_defconfig new file mode 100644 index 000000000000..c3e3418ed4fe --- /dev/null +++ b/arch/arm/configs/colibri_defconfig | |||
@@ -0,0 +1,1481 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc3 | ||
4 | # Mon Dec 3 13:36:09 2007 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | CONFIG_GENERIC_TIME=y | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_MMU=y | ||
12 | # CONFIG_NO_IOPORT is not set | ||
13 | CONFIG_GENERIC_HARDIRQS=y | ||
14 | CONFIG_STACKTRACE_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_ZONE_DMA=y | ||
25 | CONFIG_ARCH_MTD_XIP=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | ||
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_EXPERIMENTAL=y | ||
33 | CONFIG_BROKEN_ON_SMP=y | ||
34 | CONFIG_LOCK_KERNEL=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | CONFIG_LOCALVERSION_AUTO=y | ||
38 | CONFIG_SWAP=y | ||
39 | CONFIG_SYSVIPC=y | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | CONFIG_POSIX_MQUEUE=y | ||
42 | CONFIG_BSD_PROCESS_ACCT=y | ||
43 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
44 | # CONFIG_TASKSTATS is not set | ||
45 | # CONFIG_USER_NS is not set | ||
46 | # CONFIG_PID_NS is not set | ||
47 | # CONFIG_AUDIT is not set | ||
48 | CONFIG_IKCONFIG=y | ||
49 | CONFIG_IKCONFIG_PROC=y | ||
50 | CONFIG_LOG_BUF_SHIFT=14 | ||
51 | # CONFIG_CGROUPS is not set | ||
52 | CONFIG_FAIR_GROUP_SCHED=y | ||
53 | CONFIG_FAIR_USER_SCHED=y | ||
54 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
55 | CONFIG_SYSFS_DEPRECATED=y | ||
56 | # CONFIG_RELAY is not set | ||
57 | CONFIG_BLK_DEV_INITRD=y | ||
58 | CONFIG_INITRAMFS_SOURCE="" | ||
59 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
60 | CONFIG_SYSCTL=y | ||
61 | CONFIG_EMBEDDED=y | ||
62 | CONFIG_UID16=y | ||
63 | CONFIG_SYSCTL_SYSCALL=y | ||
64 | CONFIG_KALLSYMS=y | ||
65 | # CONFIG_KALLSYMS_ALL is not set | ||
66 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
67 | CONFIG_HOTPLUG=y | ||
68 | CONFIG_PRINTK=y | ||
69 | CONFIG_BUG=y | ||
70 | CONFIG_ELF_CORE=y | ||
71 | CONFIG_BASE_FULL=y | ||
72 | CONFIG_FUTEX=y | ||
73 | CONFIG_ANON_INODES=y | ||
74 | CONFIG_EPOLL=y | ||
75 | CONFIG_SIGNALFD=y | ||
76 | CONFIG_EVENTFD=y | ||
77 | CONFIG_SHMEM=y | ||
78 | CONFIG_VM_EVENT_COUNTERS=y | ||
79 | CONFIG_SLAB=y | ||
80 | # CONFIG_SLUB is not set | ||
81 | # CONFIG_SLOB is not set | ||
82 | CONFIG_RT_MUTEXES=y | ||
83 | # CONFIG_TINY_SHMEM is not set | ||
84 | CONFIG_BASE_SMALL=0 | ||
85 | CONFIG_MODULES=y | ||
86 | CONFIG_MODULE_UNLOAD=y | ||
87 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
88 | CONFIG_MODVERSIONS=y | ||
89 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
90 | CONFIG_KMOD=y | ||
91 | CONFIG_BLOCK=y | ||
92 | CONFIG_LBD=y | ||
93 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
94 | CONFIG_LSF=y | ||
95 | # CONFIG_BLK_DEV_BSG is not set | ||
96 | |||
97 | # | ||
98 | # IO Schedulers | ||
99 | # | ||
100 | CONFIG_IOSCHED_NOOP=y | ||
101 | CONFIG_IOSCHED_AS=y | ||
102 | CONFIG_IOSCHED_DEADLINE=y | ||
103 | CONFIG_IOSCHED_CFQ=y | ||
104 | CONFIG_DEFAULT_AS=y | ||
105 | # CONFIG_DEFAULT_DEADLINE is not set | ||
106 | # CONFIG_DEFAULT_CFQ is not set | ||
107 | # CONFIG_DEFAULT_NOOP is not set | ||
108 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
109 | |||
110 | # | ||
111 | # System Type | ||
112 | # | ||
113 | # CONFIG_ARCH_AAEC2000 is not set | ||
114 | # CONFIG_ARCH_INTEGRATOR is not set | ||
115 | # CONFIG_ARCH_REALVIEW is not set | ||
116 | # CONFIG_ARCH_VERSATILE is not set | ||
117 | # CONFIG_ARCH_AT91 is not set | ||
118 | # CONFIG_ARCH_CLPS7500 is not set | ||
119 | # CONFIG_ARCH_CLPS711X is not set | ||
120 | # CONFIG_ARCH_CO285 is not set | ||
121 | # CONFIG_ARCH_EBSA110 is not set | ||
122 | # CONFIG_ARCH_EP93XX is not set | ||
123 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
124 | # CONFIG_ARCH_NETX is not set | ||
125 | # CONFIG_ARCH_H720X is not set | ||
126 | # CONFIG_ARCH_IMX is not set | ||
127 | # CONFIG_ARCH_IOP13XX is not set | ||
128 | # CONFIG_ARCH_IOP32X is not set | ||
129 | # CONFIG_ARCH_IOP33X is not set | ||
130 | # CONFIG_ARCH_IXP23XX is not set | ||
131 | # CONFIG_ARCH_IXP2000 is not set | ||
132 | # CONFIG_ARCH_IXP4XX is not set | ||
133 | # CONFIG_ARCH_L7200 is not set | ||
134 | # CONFIG_ARCH_KS8695 is not set | ||
135 | # CONFIG_ARCH_NS9XXX is not set | ||
136 | # CONFIG_ARCH_MXC is not set | ||
137 | # CONFIG_ARCH_PNX4008 is not set | ||
138 | CONFIG_ARCH_PXA=y | ||
139 | # CONFIG_ARCH_RPC is not set | ||
140 | # CONFIG_ARCH_SA1100 is not set | ||
141 | # CONFIG_ARCH_S3C2410 is not set | ||
142 | # CONFIG_ARCH_SHARK is not set | ||
143 | # CONFIG_ARCH_LH7A40X is not set | ||
144 | # CONFIG_ARCH_DAVINCI is not set | ||
145 | # CONFIG_ARCH_OMAP is not set | ||
146 | |||
147 | # | ||
148 | # Intel PXA2xx/PXA3xx Implementations | ||
149 | # | ||
150 | # CONFIG_ARCH_LUBBOCK is not set | ||
151 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
152 | # CONFIG_MACH_MAINSTONE is not set | ||
153 | # CONFIG_ARCH_PXA_IDP is not set | ||
154 | # CONFIG_PXA_SHARPSL is not set | ||
155 | # CONFIG_MACH_TRIZEPS4 is not set | ||
156 | # CONFIG_MACH_EM_X270 is not set | ||
157 | CONFIG_MACH_COLIBRI=y | ||
158 | # CONFIG_MACH_ZYLONITE is not set | ||
159 | # CONFIG_MACH_ARMCORE is not set | ||
160 | CONFIG_PXA27x=y | ||
161 | |||
162 | # | ||
163 | # Boot options | ||
164 | # | ||
165 | |||
166 | # | ||
167 | # Power management | ||
168 | # | ||
169 | |||
170 | # | ||
171 | # Processor Type | ||
172 | # | ||
173 | CONFIG_CPU_32=y | ||
174 | CONFIG_CPU_XSCALE=y | ||
175 | CONFIG_CPU_32v5=y | ||
176 | CONFIG_CPU_ABRT_EV5T=y | ||
177 | CONFIG_CPU_CACHE_VIVT=y | ||
178 | CONFIG_CPU_TLB_V4WBI=y | ||
179 | CONFIG_CPU_CP15=y | ||
180 | CONFIG_CPU_CP15_MMU=y | ||
181 | |||
182 | # | ||
183 | # Processor Features | ||
184 | # | ||
185 | CONFIG_ARM_THUMB=y | ||
186 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
187 | # CONFIG_OUTER_CACHE is not set | ||
188 | CONFIG_IWMMXT=y | ||
189 | CONFIG_XSCALE_PMU=y | ||
190 | |||
191 | # | ||
192 | # Bus support | ||
193 | # | ||
194 | # CONFIG_PCI_SYSCALL is not set | ||
195 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
196 | # CONFIG_PCCARD is not set | ||
197 | |||
198 | # | ||
199 | # Kernel Features | ||
200 | # | ||
201 | # CONFIG_TICK_ONESHOT is not set | ||
202 | # CONFIG_NO_HZ is not set | ||
203 | # CONFIG_HIGH_RES_TIMERS is not set | ||
204 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
205 | CONFIG_PREEMPT=y | ||
206 | CONFIG_HZ=100 | ||
207 | CONFIG_AEABI=y | ||
208 | CONFIG_OABI_COMPAT=y | ||
209 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
210 | CONFIG_SELECT_MEMORY_MODEL=y | ||
211 | CONFIG_FLATMEM_MANUAL=y | ||
212 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
213 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
214 | CONFIG_FLATMEM=y | ||
215 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
216 | # CONFIG_SPARSEMEM_STATIC is not set | ||
217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
218 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
219 | # CONFIG_RESOURCES_64BIT is not set | ||
220 | CONFIG_ZONE_DMA_FLAG=1 | ||
221 | CONFIG_BOUNCE=y | ||
222 | CONFIG_VIRT_TO_BUS=y | ||
223 | CONFIG_ALIGNMENT_TRAP=y | ||
224 | |||
225 | # | ||
226 | # Boot options | ||
227 | # | ||
228 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
229 | CONFIG_ZBOOT_ROM_BSS=0 | ||
230 | CONFIG_CMDLINE="" | ||
231 | # CONFIG_XIP_KERNEL is not set | ||
232 | # CONFIG_KEXEC is not set | ||
233 | |||
234 | # | ||
235 | # Floating point emulation | ||
236 | # | ||
237 | |||
238 | # | ||
239 | # At least one emulation must be selected | ||
240 | # | ||
241 | CONFIG_FPE_NWFPE=y | ||
242 | # CONFIG_FPE_NWFPE_XP is not set | ||
243 | # CONFIG_FPE_FASTFPE is not set | ||
244 | |||
245 | # | ||
246 | # Userspace binary formats | ||
247 | # | ||
248 | CONFIG_BINFMT_ELF=y | ||
249 | # CONFIG_BINFMT_AOUT is not set | ||
250 | # CONFIG_BINFMT_MISC is not set | ||
251 | |||
252 | # | ||
253 | # Power management options | ||
254 | # | ||
255 | CONFIG_PM=y | ||
256 | # CONFIG_PM_LEGACY is not set | ||
257 | # CONFIG_PM_DEBUG is not set | ||
258 | CONFIG_PM_SLEEP=y | ||
259 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
260 | CONFIG_SUSPEND=y | ||
261 | # CONFIG_APM_EMULATION is not set | ||
262 | |||
263 | # | ||
264 | # Networking | ||
265 | # | ||
266 | CONFIG_NET=y | ||
267 | |||
268 | # | ||
269 | # Networking options | ||
270 | # | ||
271 | CONFIG_PACKET=y | ||
272 | CONFIG_PACKET_MMAP=y | ||
273 | CONFIG_UNIX=y | ||
274 | CONFIG_XFRM=y | ||
275 | CONFIG_XFRM_USER=m | ||
276 | # CONFIG_XFRM_SUB_POLICY is not set | ||
277 | # CONFIG_XFRM_MIGRATE is not set | ||
278 | CONFIG_NET_KEY=y | ||
279 | # CONFIG_NET_KEY_MIGRATE is not set | ||
280 | CONFIG_INET=y | ||
281 | # CONFIG_IP_MULTICAST is not set | ||
282 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
283 | CONFIG_IP_FIB_HASH=y | ||
284 | CONFIG_IP_PNP=y | ||
285 | CONFIG_IP_PNP_DHCP=y | ||
286 | CONFIG_IP_PNP_BOOTP=y | ||
287 | # CONFIG_IP_PNP_RARP is not set | ||
288 | # CONFIG_NET_IPIP is not set | ||
289 | # CONFIG_NET_IPGRE is not set | ||
290 | # CONFIG_ARPD is not set | ||
291 | # CONFIG_SYN_COOKIES is not set | ||
292 | # CONFIG_INET_AH is not set | ||
293 | # CONFIG_INET_ESP is not set | ||
294 | # CONFIG_INET_IPCOMP is not set | ||
295 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
296 | # CONFIG_INET_TUNNEL is not set | ||
297 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
298 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
299 | CONFIG_INET_XFRM_MODE_BEET=y | ||
300 | # CONFIG_INET_LRO is not set | ||
301 | CONFIG_INET_DIAG=y | ||
302 | CONFIG_INET_TCP_DIAG=y | ||
303 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
304 | CONFIG_TCP_CONG_CUBIC=y | ||
305 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
306 | # CONFIG_TCP_MD5SIG is not set | ||
307 | # CONFIG_IP_VS is not set | ||
308 | # CONFIG_IPV6 is not set | ||
309 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
310 | # CONFIG_INET6_TUNNEL is not set | ||
311 | # CONFIG_NETLABEL is not set | ||
312 | # CONFIG_NETWORK_SECMARK is not set | ||
313 | CONFIG_NETFILTER=y | ||
314 | # CONFIG_NETFILTER_DEBUG is not set | ||
315 | |||
316 | # | ||
317 | # Core Netfilter Configuration | ||
318 | # | ||
319 | # CONFIG_NETFILTER_NETLINK is not set | ||
320 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
321 | # CONFIG_NF_CONNTRACK is not set | ||
322 | # CONFIG_NETFILTER_XTABLES is not set | ||
323 | |||
324 | # | ||
325 | # IP: Netfilter Configuration | ||
326 | # | ||
327 | CONFIG_IP_NF_QUEUE=m | ||
328 | # CONFIG_IP_NF_IPTABLES is not set | ||
329 | # CONFIG_IP_NF_ARPTABLES is not set | ||
330 | # CONFIG_IP_DCCP is not set | ||
331 | # CONFIG_IP_SCTP is not set | ||
332 | # CONFIG_TIPC is not set | ||
333 | # CONFIG_ATM is not set | ||
334 | # CONFIG_BRIDGE is not set | ||
335 | CONFIG_VLAN_8021Q=m | ||
336 | # CONFIG_DECNET is not set | ||
337 | # CONFIG_LLC2 is not set | ||
338 | # CONFIG_IPX is not set | ||
339 | # CONFIG_ATALK is not set | ||
340 | # CONFIG_X25 is not set | ||
341 | # CONFIG_LAPB is not set | ||
342 | # CONFIG_ECONET is not set | ||
343 | # CONFIG_WAN_ROUTER is not set | ||
344 | # CONFIG_NET_SCHED is not set | ||
345 | |||
346 | # | ||
347 | # Network testing | ||
348 | # | ||
349 | # CONFIG_NET_PKTGEN is not set | ||
350 | # CONFIG_HAMRADIO is not set | ||
351 | CONFIG_IRDA=m | ||
352 | |||
353 | # | ||
354 | # IrDA protocols | ||
355 | # | ||
356 | CONFIG_IRLAN=m | ||
357 | CONFIG_IRCOMM=m | ||
358 | CONFIG_IRDA_ULTRA=y | ||
359 | |||
360 | # | ||
361 | # IrDA options | ||
362 | # | ||
363 | CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
364 | CONFIG_IRDA_FAST_RR=y | ||
365 | # CONFIG_IRDA_DEBUG is not set | ||
366 | |||
367 | # | ||
368 | # Infrared-port device drivers | ||
369 | # | ||
370 | |||
371 | # | ||
372 | # SIR device drivers | ||
373 | # | ||
374 | CONFIG_IRTTY_SIR=m | ||
375 | |||
376 | # | ||
377 | # Dongle support | ||
378 | # | ||
379 | # CONFIG_DONGLE is not set | ||
380 | # CONFIG_KINGSUN_DONGLE is not set | ||
381 | # CONFIG_KSDAZZLE_DONGLE is not set | ||
382 | # CONFIG_KS959_DONGLE is not set | ||
383 | |||
384 | # | ||
385 | # Old SIR device drivers | ||
386 | # | ||
387 | # CONFIG_IRPORT_SIR is not set | ||
388 | |||
389 | # | ||
390 | # Old Serial dongle support | ||
391 | # | ||
392 | |||
393 | # | ||
394 | # FIR device drivers | ||
395 | # | ||
396 | # CONFIG_USB_IRDA is not set | ||
397 | # CONFIG_SIGMATEL_FIR is not set | ||
398 | # CONFIG_PXA_FICP is not set | ||
399 | # CONFIG_MCS_FIR is not set | ||
400 | CONFIG_BT=m | ||
401 | CONFIG_BT_L2CAP=m | ||
402 | CONFIG_BT_SCO=m | ||
403 | CONFIG_BT_RFCOMM=m | ||
404 | CONFIG_BT_RFCOMM_TTY=y | ||
405 | CONFIG_BT_BNEP=m | ||
406 | CONFIG_BT_BNEP_MC_FILTER=y | ||
407 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
408 | CONFIG_BT_HIDP=m | ||
409 | |||
410 | # | ||
411 | # Bluetooth device drivers | ||
412 | # | ||
413 | # CONFIG_BT_HCIUSB is not set | ||
414 | # CONFIG_BT_HCIBTUSB is not set | ||
415 | # CONFIG_BT_HCIBTSDIO is not set | ||
416 | # CONFIG_BT_HCIUART is not set | ||
417 | # CONFIG_BT_HCIBCM203X is not set | ||
418 | # CONFIG_BT_HCIBPA10X is not set | ||
419 | # CONFIG_BT_HCIBFUSB is not set | ||
420 | # CONFIG_BT_HCIVHCI is not set | ||
421 | # CONFIG_AF_RXRPC is not set | ||
422 | |||
423 | # | ||
424 | # Wireless | ||
425 | # | ||
426 | CONFIG_CFG80211=y | ||
427 | CONFIG_NL80211=y | ||
428 | CONFIG_WIRELESS_EXT=y | ||
429 | # CONFIG_MAC80211 is not set | ||
430 | CONFIG_IEEE80211=y | ||
431 | # CONFIG_IEEE80211_DEBUG is not set | ||
432 | CONFIG_IEEE80211_CRYPT_WEP=y | ||
433 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
434 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
435 | CONFIG_IEEE80211_SOFTMAC=m | ||
436 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
437 | # CONFIG_RFKILL is not set | ||
438 | # CONFIG_NET_9P is not set | ||
439 | |||
440 | # | ||
441 | # Device Drivers | ||
442 | # | ||
443 | |||
444 | # | ||
445 | # Generic Driver Options | ||
446 | # | ||
447 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
448 | CONFIG_STANDALONE=y | ||
449 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
450 | CONFIG_FW_LOADER=y | ||
451 | # CONFIG_DEBUG_DRIVER is not set | ||
452 | # CONFIG_DEBUG_DEVRES is not set | ||
453 | # CONFIG_SYS_HYPERVISOR is not set | ||
454 | CONFIG_CONNECTOR=y | ||
455 | CONFIG_PROC_EVENTS=y | ||
456 | CONFIG_MTD=y | ||
457 | # CONFIG_MTD_DEBUG is not set | ||
458 | CONFIG_MTD_CONCAT=y | ||
459 | CONFIG_MTD_PARTITIONS=y | ||
460 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
461 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
462 | # CONFIG_MTD_AFS_PARTS is not set | ||
463 | |||
464 | # | ||
465 | # User Modules And Translation Layers | ||
466 | # | ||
467 | CONFIG_MTD_CHAR=y | ||
468 | CONFIG_MTD_BLKDEVS=y | ||
469 | CONFIG_MTD_BLOCK=y | ||
470 | # CONFIG_FTL is not set | ||
471 | # CONFIG_NFTL is not set | ||
472 | # CONFIG_INFTL is not set | ||
473 | # CONFIG_RFD_FTL is not set | ||
474 | # CONFIG_SSFDC is not set | ||
475 | # CONFIG_MTD_OOPS is not set | ||
476 | |||
477 | # | ||
478 | # RAM/ROM/Flash chip drivers | ||
479 | # | ||
480 | CONFIG_MTD_CFI=y | ||
481 | CONFIG_MTD_JEDECPROBE=y | ||
482 | CONFIG_MTD_GEN_PROBE=y | ||
483 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
484 | # CONFIG_MTD_CFI_NOSWAP is not set | ||
485 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
486 | CONFIG_MTD_CFI_LE_BYTE_SWAP=y | ||
487 | CONFIG_MTD_CFI_GEOMETRY=y | ||
488 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
489 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
490 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
491 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
492 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
493 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
494 | CONFIG_MTD_CFI_I1=y | ||
495 | CONFIG_MTD_CFI_I2=y | ||
496 | # CONFIG_MTD_CFI_I4 is not set | ||
497 | # CONFIG_MTD_CFI_I8 is not set | ||
498 | # CONFIG_MTD_OTP is not set | ||
499 | CONFIG_MTD_CFI_INTELEXT=y | ||
500 | CONFIG_MTD_CFI_AMDSTD=y | ||
501 | # CONFIG_MTD_CFI_STAA is not set | ||
502 | CONFIG_MTD_CFI_UTIL=y | ||
503 | # CONFIG_MTD_RAM is not set | ||
504 | # CONFIG_MTD_ROM is not set | ||
505 | # CONFIG_MTD_ABSENT is not set | ||
506 | # CONFIG_MTD_XIP is not set | ||
507 | |||
508 | # | ||
509 | # Mapping drivers for chip access | ||
510 | # | ||
511 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
512 | CONFIG_MTD_PHYSMAP=y | ||
513 | CONFIG_MTD_PHYSMAP_START=0x0 | ||
514 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
515 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
516 | CONFIG_MTD_PXA2XX=y | ||
517 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
518 | # CONFIG_MTD_IMPA7 is not set | ||
519 | # CONFIG_MTD_SHARP_SL is not set | ||
520 | # CONFIG_MTD_PLATRAM is not set | ||
521 | |||
522 | # | ||
523 | # Self-contained MTD device drivers | ||
524 | # | ||
525 | # CONFIG_MTD_SLRAM is not set | ||
526 | # CONFIG_MTD_PHRAM is not set | ||
527 | # CONFIG_MTD_MTDRAM is not set | ||
528 | CONFIG_MTD_BLOCK2MTD=y | ||
529 | |||
530 | # | ||
531 | # Disk-On-Chip Device Drivers | ||
532 | # | ||
533 | # CONFIG_MTD_DOC2000 is not set | ||
534 | # CONFIG_MTD_DOC2001 is not set | ||
535 | # CONFIG_MTD_DOC2001PLUS is not set | ||
536 | CONFIG_MTD_NAND=y | ||
537 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
538 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
539 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
540 | # CONFIG_MTD_NAND_H1900 is not set | ||
541 | CONFIG_MTD_NAND_IDS=y | ||
542 | CONFIG_MTD_NAND_DISKONCHIP=y | ||
543 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y | ||
544 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0x4000000 | ||
545 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_HIGH=y | ||
546 | CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE=y | ||
547 | # CONFIG_MTD_NAND_SHARPSL is not set | ||
548 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
549 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
550 | # CONFIG_MTD_ALAUDA is not set | ||
551 | CONFIG_MTD_ONENAND=y | ||
552 | # CONFIG_MTD_ONENAND_VERIFY_WRITE is not set | ||
553 | # CONFIG_MTD_ONENAND_GENERIC is not set | ||
554 | # CONFIG_MTD_ONENAND_OTP is not set | ||
555 | # CONFIG_MTD_ONENAND_2X_PROGRAM is not set | ||
556 | # CONFIG_MTD_ONENAND_SIM is not set | ||
557 | |||
558 | # | ||
559 | # UBI - Unsorted block images | ||
560 | # | ||
561 | # CONFIG_MTD_UBI is not set | ||
562 | # CONFIG_PARPORT is not set | ||
563 | CONFIG_BLK_DEV=y | ||
564 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
565 | CONFIG_BLK_DEV_LOOP=y | ||
566 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
567 | CONFIG_BLK_DEV_NBD=y | ||
568 | # CONFIG_BLK_DEV_UB is not set | ||
569 | CONFIG_BLK_DEV_RAM=y | ||
570 | CONFIG_BLK_DEV_RAM_COUNT=8 | ||
571 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
572 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
573 | # CONFIG_CDROM_PKTCDVD is not set | ||
574 | # CONFIG_ATA_OVER_ETH is not set | ||
575 | CONFIG_MISC_DEVICES=y | ||
576 | # CONFIG_EEPROM_93CX6 is not set | ||
577 | CONFIG_IDE=y | ||
578 | CONFIG_IDE_MAX_HWIFS=4 | ||
579 | CONFIG_BLK_DEV_IDE=y | ||
580 | |||
581 | # | ||
582 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
583 | # | ||
584 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
585 | CONFIG_BLK_DEV_IDEDISK=y | ||
586 | CONFIG_IDEDISK_MULTI_MODE=y | ||
587 | # CONFIG_BLK_DEV_IDECD is not set | ||
588 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
589 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
590 | # CONFIG_IDE_TASK_IOCTL is not set | ||
591 | CONFIG_IDE_PROC_FS=y | ||
592 | |||
593 | # | ||
594 | # IDE chipset support/bugfixes | ||
595 | # | ||
596 | CONFIG_IDE_GENERIC=y | ||
597 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
598 | # CONFIG_IDE_ARM is not set | ||
599 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
600 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
601 | # CONFIG_BLK_DEV_HD is not set | ||
602 | |||
603 | # | ||
604 | # SCSI device support | ||
605 | # | ||
606 | # CONFIG_RAID_ATTRS is not set | ||
607 | # CONFIG_SCSI is not set | ||
608 | # CONFIG_SCSI_DMA is not set | ||
609 | # CONFIG_SCSI_NETLINK is not set | ||
610 | # CONFIG_ATA is not set | ||
611 | # CONFIG_MD is not set | ||
612 | CONFIG_NETDEVICES=y | ||
613 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
614 | # CONFIG_DUMMY is not set | ||
615 | # CONFIG_BONDING is not set | ||
616 | # CONFIG_MACVLAN is not set | ||
617 | # CONFIG_EQUALIZER is not set | ||
618 | # CONFIG_TUN is not set | ||
619 | # CONFIG_VETH is not set | ||
620 | CONFIG_PHYLIB=y | ||
621 | |||
622 | # | ||
623 | # MII PHY device drivers | ||
624 | # | ||
625 | # CONFIG_MARVELL_PHY is not set | ||
626 | # CONFIG_DAVICOM_PHY is not set | ||
627 | # CONFIG_QSEMI_PHY is not set | ||
628 | # CONFIG_LXT_PHY is not set | ||
629 | # CONFIG_CICADA_PHY is not set | ||
630 | # CONFIG_VITESSE_PHY is not set | ||
631 | # CONFIG_SMSC_PHY is not set | ||
632 | # CONFIG_BROADCOM_PHY is not set | ||
633 | # CONFIG_ICPLUS_PHY is not set | ||
634 | # CONFIG_FIXED_PHY is not set | ||
635 | # CONFIG_MDIO_BITBANG is not set | ||
636 | CONFIG_NET_ETHERNET=y | ||
637 | CONFIG_MII=y | ||
638 | # CONFIG_AX88796 is not set | ||
639 | # CONFIG_SMC91X is not set | ||
640 | CONFIG_DM9000=y | ||
641 | # CONFIG_SMC911X is not set | ||
642 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
643 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
644 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
645 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
646 | # CONFIG_B44 is not set | ||
647 | # CONFIG_NETDEV_1000 is not set | ||
648 | # CONFIG_NETDEV_10000 is not set | ||
649 | |||
650 | # | ||
651 | # Wireless LAN | ||
652 | # | ||
653 | # CONFIG_WLAN_PRE80211 is not set | ||
654 | CONFIG_WLAN_80211=y | ||
655 | # CONFIG_LIBERTAS is not set | ||
656 | # CONFIG_USB_ZD1201 is not set | ||
657 | CONFIG_HOSTAP=y | ||
658 | CONFIG_HOSTAP_FIRMWARE=y | ||
659 | CONFIG_HOSTAP_FIRMWARE_NVRAM=y | ||
660 | # CONFIG_ZD1211RW is not set | ||
661 | |||
662 | # | ||
663 | # USB Network Adapters | ||
664 | # | ||
665 | # CONFIG_USB_CATC is not set | ||
666 | # CONFIG_USB_KAWETH is not set | ||
667 | # CONFIG_USB_PEGASUS is not set | ||
668 | # CONFIG_USB_RTL8150 is not set | ||
669 | # CONFIG_USB_USBNET is not set | ||
670 | # CONFIG_WAN is not set | ||
671 | # CONFIG_PPP is not set | ||
672 | # CONFIG_SLIP is not set | ||
673 | # CONFIG_SHAPER is not set | ||
674 | # CONFIG_NETCONSOLE is not set | ||
675 | # CONFIG_NETPOLL is not set | ||
676 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
677 | # CONFIG_ISDN is not set | ||
678 | |||
679 | # | ||
680 | # Input device support | ||
681 | # | ||
682 | CONFIG_INPUT=y | ||
683 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
684 | # CONFIG_INPUT_POLLDEV is not set | ||
685 | |||
686 | # | ||
687 | # Userland interfaces | ||
688 | # | ||
689 | CONFIG_INPUT_MOUSEDEV=y | ||
690 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
691 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=640 | ||
692 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=480 | ||
693 | # CONFIG_INPUT_JOYDEV is not set | ||
694 | CONFIG_INPUT_EVDEV=y | ||
695 | # CONFIG_INPUT_EVBUG is not set | ||
696 | |||
697 | # | ||
698 | # Input Device Drivers | ||
699 | # | ||
700 | CONFIG_INPUT_KEYBOARD=y | ||
701 | CONFIG_KEYBOARD_ATKBD=m | ||
702 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
703 | # CONFIG_KEYBOARD_LKKBD is not set | ||
704 | # CONFIG_KEYBOARD_XTKBD is not set | ||
705 | # CONFIG_KEYBOARD_NEWTON is not set | ||
706 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
707 | # CONFIG_KEYBOARD_PXA27x is not set | ||
708 | # CONFIG_KEYBOARD_GPIO is not set | ||
709 | CONFIG_INPUT_MOUSE=y | ||
710 | # CONFIG_MOUSE_PS2 is not set | ||
711 | CONFIG_MOUSE_SERIAL=m | ||
712 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
713 | # CONFIG_MOUSE_VSXXXAA is not set | ||
714 | # CONFIG_MOUSE_GPIO is not set | ||
715 | # CONFIG_INPUT_JOYSTICK is not set | ||
716 | # CONFIG_INPUT_TABLET is not set | ||
717 | CONFIG_INPUT_TOUCHSCREEN=y | ||
718 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
719 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
720 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
721 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
722 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
723 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
724 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
725 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
726 | CONFIG_TOUCHSCREEN_UCB1400=y | ||
727 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
728 | CONFIG_INPUT_MISC=y | ||
729 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
730 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
731 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
732 | # CONFIG_INPUT_POWERMATE is not set | ||
733 | # CONFIG_INPUT_YEALINK is not set | ||
734 | CONFIG_INPUT_UINPUT=m | ||
735 | |||
736 | # | ||
737 | # Hardware I/O ports | ||
738 | # | ||
739 | CONFIG_SERIO=y | ||
740 | CONFIG_SERIO_SERPORT=y | ||
741 | CONFIG_SERIO_LIBPS2=y | ||
742 | # CONFIG_SERIO_RAW is not set | ||
743 | # CONFIG_GAMEPORT is not set | ||
744 | |||
745 | # | ||
746 | # Character devices | ||
747 | # | ||
748 | CONFIG_VT=y | ||
749 | CONFIG_VT_CONSOLE=y | ||
750 | CONFIG_HW_CONSOLE=y | ||
751 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
752 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
753 | |||
754 | # | ||
755 | # Serial drivers | ||
756 | # | ||
757 | # CONFIG_SERIAL_8250 is not set | ||
758 | |||
759 | # | ||
760 | # Non-8250 serial port support | ||
761 | # | ||
762 | CONFIG_SERIAL_PXA=y | ||
763 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
764 | CONFIG_SERIAL_CORE=y | ||
765 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
766 | CONFIG_UNIX98_PTYS=y | ||
767 | CONFIG_LEGACY_PTYS=y | ||
768 | CONFIG_LEGACY_PTY_COUNT=256 | ||
769 | # CONFIG_IPMI_HANDLER is not set | ||
770 | CONFIG_HW_RANDOM=y | ||
771 | # CONFIG_NVRAM is not set | ||
772 | # CONFIG_R3964 is not set | ||
773 | # CONFIG_RAW_DRIVER is not set | ||
774 | # CONFIG_TCG_TPM is not set | ||
775 | CONFIG_I2C=y | ||
776 | CONFIG_I2C_BOARDINFO=y | ||
777 | CONFIG_I2C_CHARDEV=y | ||
778 | |||
779 | # | ||
780 | # I2C Algorithms | ||
781 | # | ||
782 | # CONFIG_I2C_ALGOBIT is not set | ||
783 | # CONFIG_I2C_ALGOPCF is not set | ||
784 | # CONFIG_I2C_ALGOPCA is not set | ||
785 | |||
786 | # | ||
787 | # I2C Hardware Bus support | ||
788 | # | ||
789 | # CONFIG_I2C_GPIO is not set | ||
790 | # CONFIG_I2C_PXA is not set | ||
791 | # CONFIG_I2C_OCORES is not set | ||
792 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
793 | # CONFIG_I2C_SIMTEC is not set | ||
794 | # CONFIG_I2C_TAOS_EVM is not set | ||
795 | # CONFIG_I2C_STUB is not set | ||
796 | # CONFIG_I2C_TINY_USB is not set | ||
797 | |||
798 | # | ||
799 | # Miscellaneous I2C Chip support | ||
800 | # | ||
801 | # CONFIG_SENSORS_DS1337 is not set | ||
802 | # CONFIG_SENSORS_DS1374 is not set | ||
803 | # CONFIG_DS1682 is not set | ||
804 | # CONFIG_SENSORS_EEPROM is not set | ||
805 | # CONFIG_SENSORS_PCF8574 is not set | ||
806 | # CONFIG_SENSORS_PCA9539 is not set | ||
807 | # CONFIG_SENSORS_PCF8591 is not set | ||
808 | # CONFIG_SENSORS_MAX6875 is not set | ||
809 | # CONFIG_SENSORS_TSL2550 is not set | ||
810 | # CONFIG_I2C_DEBUG_CORE is not set | ||
811 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
812 | # CONFIG_I2C_DEBUG_BUS is not set | ||
813 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
814 | |||
815 | # | ||
816 | # SPI support | ||
817 | # | ||
818 | # CONFIG_SPI is not set | ||
819 | # CONFIG_SPI_MASTER is not set | ||
820 | # CONFIG_W1 is not set | ||
821 | # CONFIG_POWER_SUPPLY is not set | ||
822 | CONFIG_HWMON=y | ||
823 | # CONFIG_HWMON_VID is not set | ||
824 | # CONFIG_SENSORS_AD7418 is not set | ||
825 | # CONFIG_SENSORS_ADM1021 is not set | ||
826 | # CONFIG_SENSORS_ADM1025 is not set | ||
827 | # CONFIG_SENSORS_ADM1026 is not set | ||
828 | # CONFIG_SENSORS_ADM1029 is not set | ||
829 | # CONFIG_SENSORS_ADM1031 is not set | ||
830 | # CONFIG_SENSORS_ADM9240 is not set | ||
831 | # CONFIG_SENSORS_ADT7470 is not set | ||
832 | # CONFIG_SENSORS_ATXP1 is not set | ||
833 | # CONFIG_SENSORS_DS1621 is not set | ||
834 | # CONFIG_SENSORS_F71805F is not set | ||
835 | # CONFIG_SENSORS_F71882FG is not set | ||
836 | # CONFIG_SENSORS_F75375S is not set | ||
837 | # CONFIG_SENSORS_GL518SM is not set | ||
838 | # CONFIG_SENSORS_GL520SM is not set | ||
839 | # CONFIG_SENSORS_IT87 is not set | ||
840 | # CONFIG_SENSORS_LM63 is not set | ||
841 | # CONFIG_SENSORS_LM75 is not set | ||
842 | # CONFIG_SENSORS_LM77 is not set | ||
843 | # CONFIG_SENSORS_LM78 is not set | ||
844 | # CONFIG_SENSORS_LM80 is not set | ||
845 | # CONFIG_SENSORS_LM83 is not set | ||
846 | # CONFIG_SENSORS_LM85 is not set | ||
847 | # CONFIG_SENSORS_LM87 is not set | ||
848 | # CONFIG_SENSORS_LM90 is not set | ||
849 | # CONFIG_SENSORS_LM92 is not set | ||
850 | # CONFIG_SENSORS_LM93 is not set | ||
851 | # CONFIG_SENSORS_MAX1619 is not set | ||
852 | # CONFIG_SENSORS_MAX6650 is not set | ||
853 | # CONFIG_SENSORS_PC87360 is not set | ||
854 | # CONFIG_SENSORS_PC87427 is not set | ||
855 | # CONFIG_SENSORS_DME1737 is not set | ||
856 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
857 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
858 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
859 | # CONFIG_SENSORS_THMC50 is not set | ||
860 | # CONFIG_SENSORS_VT1211 is not set | ||
861 | # CONFIG_SENSORS_W83781D is not set | ||
862 | # CONFIG_SENSORS_W83791D is not set | ||
863 | # CONFIG_SENSORS_W83792D is not set | ||
864 | # CONFIG_SENSORS_W83793 is not set | ||
865 | # CONFIG_SENSORS_W83L785TS is not set | ||
866 | # CONFIG_SENSORS_W83627HF is not set | ||
867 | # CONFIG_SENSORS_W83627EHF is not set | ||
868 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
869 | CONFIG_WATCHDOG=y | ||
870 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
871 | |||
872 | # | ||
873 | # Watchdog Device Drivers | ||
874 | # | ||
875 | # CONFIG_SOFT_WATCHDOG is not set | ||
876 | # CONFIG_SA1100_WATCHDOG is not set | ||
877 | |||
878 | # | ||
879 | # USB-based Watchdog Cards | ||
880 | # | ||
881 | # CONFIG_USBPCWATCHDOG is not set | ||
882 | |||
883 | # | ||
884 | # Sonics Silicon Backplane | ||
885 | # | ||
886 | CONFIG_SSB_POSSIBLE=y | ||
887 | # CONFIG_SSB is not set | ||
888 | |||
889 | # | ||
890 | # Multifunction device drivers | ||
891 | # | ||
892 | # CONFIG_MFD_SM501 is not set | ||
893 | |||
894 | # | ||
895 | # Multimedia devices | ||
896 | # | ||
897 | # CONFIG_VIDEO_DEV is not set | ||
898 | # CONFIG_DVB_CORE is not set | ||
899 | CONFIG_DAB=y | ||
900 | # CONFIG_USB_DABUSB is not set | ||
901 | |||
902 | # | ||
903 | # Graphics support | ||
904 | # | ||
905 | # CONFIG_VGASTATE is not set | ||
906 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
907 | CONFIG_FB=y | ||
908 | CONFIG_FIRMWARE_EDID=y | ||
909 | # CONFIG_FB_DDC is not set | ||
910 | CONFIG_FB_CFB_FILLRECT=y | ||
911 | CONFIG_FB_CFB_COPYAREA=y | ||
912 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
913 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
914 | # CONFIG_FB_SYS_FILLRECT is not set | ||
915 | # CONFIG_FB_SYS_COPYAREA is not set | ||
916 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
917 | # CONFIG_FB_SYS_FOPS is not set | ||
918 | CONFIG_FB_DEFERRED_IO=y | ||
919 | # CONFIG_FB_SVGALIB is not set | ||
920 | # CONFIG_FB_MACMODES is not set | ||
921 | # CONFIG_FB_BACKLIGHT is not set | ||
922 | # CONFIG_FB_MODE_HELPERS is not set | ||
923 | # CONFIG_FB_TILEBLITTING is not set | ||
924 | |||
925 | # | ||
926 | # Frame buffer hardware drivers | ||
927 | # | ||
928 | # CONFIG_FB_UVESA is not set | ||
929 | # CONFIG_FB_S1D13XXX is not set | ||
930 | CONFIG_FB_PXA=y | ||
931 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
932 | # CONFIG_FB_MBX is not set | ||
933 | # CONFIG_FB_VIRTUAL is not set | ||
934 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
935 | CONFIG_LCD_CLASS_DEVICE=y | ||
936 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
937 | # CONFIG_BACKLIGHT_CORGI is not set | ||
938 | |||
939 | # | ||
940 | # Display device support | ||
941 | # | ||
942 | # CONFIG_DISPLAY_SUPPORT is not set | ||
943 | |||
944 | # | ||
945 | # Console display driver support | ||
946 | # | ||
947 | # CONFIG_VGA_CONSOLE is not set | ||
948 | CONFIG_DUMMY_CONSOLE=y | ||
949 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
950 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
951 | CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y | ||
952 | CONFIG_FONTS=y | ||
953 | CONFIG_FONT_8x8=y | ||
954 | CONFIG_FONT_8x16=y | ||
955 | # CONFIG_FONT_6x11 is not set | ||
956 | # CONFIG_FONT_7x14 is not set | ||
957 | # CONFIG_FONT_PEARL_8x8 is not set | ||
958 | # CONFIG_FONT_ACORN_8x8 is not set | ||
959 | # CONFIG_FONT_MINI_4x6 is not set | ||
960 | # CONFIG_FONT_SUN8x16 is not set | ||
961 | # CONFIG_FONT_SUN12x22 is not set | ||
962 | # CONFIG_FONT_10x18 is not set | ||
963 | CONFIG_LOGO=y | ||
964 | CONFIG_LOGO_LINUX_MONO=y | ||
965 | CONFIG_LOGO_LINUX_VGA16=y | ||
966 | CONFIG_LOGO_LINUX_CLUT224=y | ||
967 | |||
968 | # | ||
969 | # Sound | ||
970 | # | ||
971 | # CONFIG_SOUND is not set | ||
972 | CONFIG_AC97_BUS=y | ||
973 | CONFIG_HID_SUPPORT=y | ||
974 | CONFIG_HID=y | ||
975 | # CONFIG_HID_DEBUG is not set | ||
976 | # CONFIG_HIDRAW is not set | ||
977 | |||
978 | # | ||
979 | # USB Input Devices | ||
980 | # | ||
981 | # CONFIG_USB_HID is not set | ||
982 | |||
983 | # | ||
984 | # USB HID Boot Protocol drivers | ||
985 | # | ||
986 | # CONFIG_USB_KBD is not set | ||
987 | # CONFIG_USB_MOUSE is not set | ||
988 | CONFIG_USB_SUPPORT=y | ||
989 | CONFIG_USB_ARCH_HAS_HCD=y | ||
990 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
991 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
992 | CONFIG_USB=y | ||
993 | # CONFIG_USB_DEBUG is not set | ||
994 | |||
995 | # | ||
996 | # Miscellaneous USB options | ||
997 | # | ||
998 | CONFIG_USB_DEVICEFS=y | ||
999 | # CONFIG_USB_DEVICE_CLASS is not set | ||
1000 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1001 | # CONFIG_USB_SUSPEND is not set | ||
1002 | # CONFIG_USB_PERSIST is not set | ||
1003 | # CONFIG_USB_OTG is not set | ||
1004 | |||
1005 | # | ||
1006 | # USB Host Controller Drivers | ||
1007 | # | ||
1008 | # CONFIG_USB_ISP116X_HCD is not set | ||
1009 | # CONFIG_USB_OHCI_HCD is not set | ||
1010 | # CONFIG_USB_SL811_HCD is not set | ||
1011 | # CONFIG_USB_R8A66597_HCD is not set | ||
1012 | |||
1013 | # | ||
1014 | # USB Device Class drivers | ||
1015 | # | ||
1016 | # CONFIG_USB_ACM is not set | ||
1017 | # CONFIG_USB_PRINTER is not set | ||
1018 | |||
1019 | # | ||
1020 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1021 | # | ||
1022 | |||
1023 | # | ||
1024 | # may also be needed; see USB_STORAGE Help for more information | ||
1025 | # | ||
1026 | # CONFIG_USB_LIBUSUAL is not set | ||
1027 | |||
1028 | # | ||
1029 | # USB Imaging devices | ||
1030 | # | ||
1031 | # CONFIG_USB_MDC800 is not set | ||
1032 | # CONFIG_USB_MON is not set | ||
1033 | |||
1034 | # | ||
1035 | # USB port drivers | ||
1036 | # | ||
1037 | |||
1038 | # | ||
1039 | # USB Serial Converter support | ||
1040 | # | ||
1041 | CONFIG_USB_SERIAL=m | ||
1042 | # CONFIG_USB_SERIAL_GENERIC is not set | ||
1043 | # CONFIG_USB_SERIAL_AIRCABLE is not set | ||
1044 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1045 | # CONFIG_USB_SERIAL_ARK3116 is not set | ||
1046 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
1047 | # CONFIG_USB_SERIAL_CH341 is not set | ||
1048 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
1049 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
1050 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
1051 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
1052 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
1053 | # CONFIG_USB_SERIAL_FTDI_SIO is not set | ||
1054 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
1055 | # CONFIG_USB_SERIAL_VISOR is not set | ||
1056 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
1057 | # CONFIG_USB_SERIAL_IR is not set | ||
1058 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
1059 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
1060 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
1061 | # CONFIG_USB_SERIAL_IPW is not set | ||
1062 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
1063 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
1064 | # CONFIG_USB_SERIAL_KLSI is not set | ||
1065 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
1066 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
1067 | # CONFIG_USB_SERIAL_MOS7720 is not set | ||
1068 | # CONFIG_USB_SERIAL_MOS7840 is not set | ||
1069 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
1070 | # CONFIG_USB_SERIAL_PL2303 is not set | ||
1071 | # CONFIG_USB_SERIAL_OTI6858 is not set | ||
1072 | # CONFIG_USB_SERIAL_HP4X is not set | ||
1073 | # CONFIG_USB_SERIAL_SAFE is not set | ||
1074 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | ||
1075 | # CONFIG_USB_SERIAL_TI is not set | ||
1076 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
1077 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
1078 | # CONFIG_USB_SERIAL_OPTION is not set | ||
1079 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
1080 | # CONFIG_USB_SERIAL_DEBUG is not set | ||
1081 | |||
1082 | # | ||
1083 | # USB Miscellaneous drivers | ||
1084 | # | ||
1085 | # CONFIG_USB_EMI62 is not set | ||
1086 | # CONFIG_USB_EMI26 is not set | ||
1087 | # CONFIG_USB_ADUTUX is not set | ||
1088 | # CONFIG_USB_AUERSWALD is not set | ||
1089 | # CONFIG_USB_RIO500 is not set | ||
1090 | # CONFIG_USB_LEGOTOWER is not set | ||
1091 | # CONFIG_USB_LCD is not set | ||
1092 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1093 | # CONFIG_USB_LED is not set | ||
1094 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1095 | # CONFIG_USB_CYTHERM is not set | ||
1096 | # CONFIG_USB_PHIDGET is not set | ||
1097 | # CONFIG_USB_IDMOUSE is not set | ||
1098 | # CONFIG_USB_FTDI_ELAN is not set | ||
1099 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1100 | # CONFIG_USB_LD is not set | ||
1101 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1102 | # CONFIG_USB_IOWARRIOR is not set | ||
1103 | # CONFIG_USB_TEST is not set | ||
1104 | |||
1105 | # | ||
1106 | # USB DSL modem support | ||
1107 | # | ||
1108 | |||
1109 | # | ||
1110 | # USB Gadget Support | ||
1111 | # | ||
1112 | CONFIG_USB_GADGET=m | ||
1113 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1114 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1115 | # CONFIG_USB_GADGET_DEBUG_FS is not set | ||
1116 | CONFIG_USB_GADGET_SELECTED=y | ||
1117 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1118 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1119 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1120 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1121 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1122 | # CONFIG_USB_GADGET_M66592 is not set | ||
1123 | # CONFIG_USB_GADGET_GOKU is not set | ||
1124 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1125 | # CONFIG_USB_GADGET_OMAP is not set | ||
1126 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1127 | # CONFIG_USB_GADGET_AT91 is not set | ||
1128 | CONFIG_USB_GADGET_DUMMY_HCD=y | ||
1129 | CONFIG_USB_DUMMY_HCD=m | ||
1130 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1131 | # CONFIG_USB_ZERO is not set | ||
1132 | # CONFIG_USB_ETH is not set | ||
1133 | # CONFIG_USB_GADGETFS is not set | ||
1134 | # CONFIG_USB_FILE_STORAGE is not set | ||
1135 | # CONFIG_USB_G_SERIAL is not set | ||
1136 | # CONFIG_USB_MIDI_GADGET is not set | ||
1137 | CONFIG_MMC=y | ||
1138 | # CONFIG_MMC_DEBUG is not set | ||
1139 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1140 | |||
1141 | # | ||
1142 | # MMC/SD Card Drivers | ||
1143 | # | ||
1144 | CONFIG_MMC_BLOCK=y | ||
1145 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1146 | # CONFIG_SDIO_UART is not set | ||
1147 | |||
1148 | # | ||
1149 | # MMC/SD Host Controller Drivers | ||
1150 | # | ||
1151 | # CONFIG_MMC_PXA is not set | ||
1152 | CONFIG_NEW_LEDS=y | ||
1153 | # CONFIG_LEDS_CLASS is not set | ||
1154 | |||
1155 | # | ||
1156 | # LED drivers | ||
1157 | # | ||
1158 | |||
1159 | # | ||
1160 | # LED Triggers | ||
1161 | # | ||
1162 | CONFIG_LEDS_TRIGGERS=y | ||
1163 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
1164 | # CONFIG_LEDS_TRIGGER_IDE_DISK is not set | ||
1165 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
1166 | CONFIG_RTC_LIB=y | ||
1167 | CONFIG_RTC_CLASS=y | ||
1168 | # CONFIG_RTC_HCTOSYS is not set | ||
1169 | # CONFIG_RTC_DEBUG is not set | ||
1170 | |||
1171 | # | ||
1172 | # RTC interfaces | ||
1173 | # | ||
1174 | CONFIG_RTC_INTF_SYSFS=y | ||
1175 | CONFIG_RTC_INTF_PROC=y | ||
1176 | CONFIG_RTC_INTF_DEV=y | ||
1177 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1178 | # CONFIG_RTC_DRV_TEST is not set | ||
1179 | |||
1180 | # | ||
1181 | # I2C RTC drivers | ||
1182 | # | ||
1183 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1184 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1185 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1186 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1187 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1188 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1189 | # CONFIG_RTC_DRV_X1205 is not set | ||
1190 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1191 | CONFIG_RTC_DRV_PCF8583=m | ||
1192 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1193 | |||
1194 | # | ||
1195 | # SPI RTC drivers | ||
1196 | # | ||
1197 | |||
1198 | # | ||
1199 | # Platform RTC drivers | ||
1200 | # | ||
1201 | # CONFIG_RTC_DRV_CMOS is not set | ||
1202 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1203 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1204 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1205 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1206 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1207 | # CONFIG_RTC_DRV_V3020 is not set | ||
1208 | |||
1209 | # | ||
1210 | # on-CPU RTC drivers | ||
1211 | # | ||
1212 | # CONFIG_RTC_DRV_SA1100 is not set | ||
1213 | |||
1214 | # | ||
1215 | # File systems | ||
1216 | # | ||
1217 | # CONFIG_EXT2_FS is not set | ||
1218 | # CONFIG_EXT3_FS is not set | ||
1219 | # CONFIG_EXT4DEV_FS is not set | ||
1220 | # CONFIG_REISERFS_FS is not set | ||
1221 | # CONFIG_JFS_FS is not set | ||
1222 | CONFIG_FS_POSIX_ACL=y | ||
1223 | # CONFIG_XFS_FS is not set | ||
1224 | # CONFIG_GFS2_FS is not set | ||
1225 | # CONFIG_OCFS2_FS is not set | ||
1226 | # CONFIG_MINIX_FS is not set | ||
1227 | # CONFIG_ROMFS_FS is not set | ||
1228 | CONFIG_INOTIFY=y | ||
1229 | CONFIG_INOTIFY_USER=y | ||
1230 | # CONFIG_QUOTA is not set | ||
1231 | CONFIG_DNOTIFY=y | ||
1232 | # CONFIG_AUTOFS_FS is not set | ||
1233 | CONFIG_AUTOFS4_FS=y | ||
1234 | # CONFIG_FUSE_FS is not set | ||
1235 | |||
1236 | # | ||
1237 | # CD-ROM/DVD Filesystems | ||
1238 | # | ||
1239 | # CONFIG_ISO9660_FS is not set | ||
1240 | # CONFIG_UDF_FS is not set | ||
1241 | |||
1242 | # | ||
1243 | # DOS/FAT/NT Filesystems | ||
1244 | # | ||
1245 | CONFIG_FAT_FS=m | ||
1246 | CONFIG_MSDOS_FS=m | ||
1247 | CONFIG_VFAT_FS=m | ||
1248 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1249 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15" | ||
1250 | # CONFIG_NTFS_FS is not set | ||
1251 | |||
1252 | # | ||
1253 | # Pseudo filesystems | ||
1254 | # | ||
1255 | CONFIG_PROC_FS=y | ||
1256 | CONFIG_PROC_SYSCTL=y | ||
1257 | CONFIG_SYSFS=y | ||
1258 | CONFIG_TMPFS=y | ||
1259 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1260 | # CONFIG_HUGETLB_PAGE is not set | ||
1261 | CONFIG_CONFIGFS_FS=y | ||
1262 | |||
1263 | # | ||
1264 | # Miscellaneous filesystems | ||
1265 | # | ||
1266 | # CONFIG_ADFS_FS is not set | ||
1267 | # CONFIG_AFFS_FS is not set | ||
1268 | # CONFIG_ECRYPT_FS is not set | ||
1269 | # CONFIG_HFS_FS is not set | ||
1270 | # CONFIG_HFSPLUS_FS is not set | ||
1271 | # CONFIG_BEFS_FS is not set | ||
1272 | # CONFIG_BFS_FS is not set | ||
1273 | # CONFIG_EFS_FS is not set | ||
1274 | CONFIG_JFFS2_FS=y | ||
1275 | CONFIG_JFFS2_FS_DEBUG=1 | ||
1276 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1277 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | ||
1278 | # CONFIG_JFFS2_SUMMARY is not set | ||
1279 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1280 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1281 | CONFIG_JFFS2_ZLIB=y | ||
1282 | # CONFIG_JFFS2_LZO is not set | ||
1283 | CONFIG_JFFS2_RTIME=y | ||
1284 | # CONFIG_JFFS2_RUBIN is not set | ||
1285 | # CONFIG_CRAMFS is not set | ||
1286 | # CONFIG_VXFS_FS is not set | ||
1287 | # CONFIG_HPFS_FS is not set | ||
1288 | # CONFIG_QNX4FS_FS is not set | ||
1289 | # CONFIG_SYSV_FS is not set | ||
1290 | # CONFIG_UFS_FS is not set | ||
1291 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1292 | CONFIG_NFS_FS=y | ||
1293 | CONFIG_NFS_V3=y | ||
1294 | # CONFIG_NFS_V3_ACL is not set | ||
1295 | CONFIG_NFS_V4=y | ||
1296 | # CONFIG_NFS_DIRECTIO is not set | ||
1297 | CONFIG_NFSD=y | ||
1298 | CONFIG_NFSD_V3=y | ||
1299 | # CONFIG_NFSD_V3_ACL is not set | ||
1300 | CONFIG_NFSD_V4=y | ||
1301 | CONFIG_NFSD_TCP=y | ||
1302 | CONFIG_ROOT_NFS=y | ||
1303 | CONFIG_LOCKD=y | ||
1304 | CONFIG_LOCKD_V4=y | ||
1305 | CONFIG_EXPORTFS=y | ||
1306 | CONFIG_NFS_COMMON=y | ||
1307 | CONFIG_SUNRPC=y | ||
1308 | CONFIG_SUNRPC_GSS=y | ||
1309 | # CONFIG_SUNRPC_BIND34 is not set | ||
1310 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1311 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1312 | # CONFIG_SMB_FS is not set | ||
1313 | # CONFIG_CIFS is not set | ||
1314 | # CONFIG_NCP_FS is not set | ||
1315 | # CONFIG_CODA_FS is not set | ||
1316 | # CONFIG_AFS_FS is not set | ||
1317 | |||
1318 | # | ||
1319 | # Partition Types | ||
1320 | # | ||
1321 | # CONFIG_PARTITION_ADVANCED is not set | ||
1322 | CONFIG_MSDOS_PARTITION=y | ||
1323 | CONFIG_NLS=y | ||
1324 | CONFIG_NLS_DEFAULT="iso8859-15" | ||
1325 | CONFIG_NLS_CODEPAGE_437=y | ||
1326 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1327 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1328 | CONFIG_NLS_CODEPAGE_850=y | ||
1329 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1330 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1331 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1332 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1333 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1334 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1335 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1336 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1337 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1338 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1339 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1340 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1341 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1342 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1343 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1344 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1345 | # CONFIG_NLS_ISO8859_8 is not set | ||
1346 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1347 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1348 | CONFIG_NLS_ASCII=y | ||
1349 | CONFIG_NLS_ISO8859_1=m | ||
1350 | # CONFIG_NLS_ISO8859_2 is not set | ||
1351 | # CONFIG_NLS_ISO8859_3 is not set | ||
1352 | # CONFIG_NLS_ISO8859_4 is not set | ||
1353 | # CONFIG_NLS_ISO8859_5 is not set | ||
1354 | # CONFIG_NLS_ISO8859_6 is not set | ||
1355 | # CONFIG_NLS_ISO8859_7 is not set | ||
1356 | # CONFIG_NLS_ISO8859_9 is not set | ||
1357 | # CONFIG_NLS_ISO8859_13 is not set | ||
1358 | # CONFIG_NLS_ISO8859_14 is not set | ||
1359 | CONFIG_NLS_ISO8859_15=m | ||
1360 | # CONFIG_NLS_KOI8_R is not set | ||
1361 | # CONFIG_NLS_KOI8_U is not set | ||
1362 | CONFIG_NLS_UTF8=m | ||
1363 | # CONFIG_DLM is not set | ||
1364 | CONFIG_INSTRUMENTATION=y | ||
1365 | # CONFIG_PROFILING is not set | ||
1366 | # CONFIG_MARKERS is not set | ||
1367 | |||
1368 | # | ||
1369 | # Kernel hacking | ||
1370 | # | ||
1371 | CONFIG_PRINTK_TIME=y | ||
1372 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1373 | CONFIG_ENABLE_MUST_CHECK=y | ||
1374 | CONFIG_MAGIC_SYSRQ=y | ||
1375 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1376 | CONFIG_DEBUG_FS=y | ||
1377 | # CONFIG_HEADERS_CHECK is not set | ||
1378 | CONFIG_DEBUG_KERNEL=y | ||
1379 | # CONFIG_DEBUG_SHIRQ is not set | ||
1380 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1381 | CONFIG_SCHED_DEBUG=y | ||
1382 | # CONFIG_SCHEDSTATS is not set | ||
1383 | # CONFIG_TIMER_STATS is not set | ||
1384 | # CONFIG_DEBUG_SLAB is not set | ||
1385 | CONFIG_DEBUG_PREEMPT=y | ||
1386 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1387 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1388 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1389 | # CONFIG_DEBUG_MUTEXES is not set | ||
1390 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1391 | # CONFIG_PROVE_LOCKING is not set | ||
1392 | # CONFIG_LOCK_STAT is not set | ||
1393 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1394 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1395 | # CONFIG_DEBUG_KOBJECT is not set | ||
1396 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1397 | CONFIG_DEBUG_INFO=y | ||
1398 | # CONFIG_DEBUG_VM is not set | ||
1399 | # CONFIG_DEBUG_LIST is not set | ||
1400 | # CONFIG_DEBUG_SG is not set | ||
1401 | CONFIG_FRAME_POINTER=y | ||
1402 | CONFIG_FORCED_INLINING=y | ||
1403 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1404 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1405 | # CONFIG_FAULT_INJECTION is not set | ||
1406 | # CONFIG_SAMPLES is not set | ||
1407 | CONFIG_DEBUG_USER=y | ||
1408 | CONFIG_DEBUG_ERRORS=y | ||
1409 | CONFIG_DEBUG_LL=y | ||
1410 | # CONFIG_DEBUG_ICEDCC is not set | ||
1411 | |||
1412 | # | ||
1413 | # Security options | ||
1414 | # | ||
1415 | CONFIG_KEYS=y | ||
1416 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1417 | CONFIG_SECURITY=y | ||
1418 | # CONFIG_SECURITY_NETWORK is not set | ||
1419 | CONFIG_SECURITY_CAPABILITIES=y | ||
1420 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1421 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1422 | CONFIG_CRYPTO=y | ||
1423 | CONFIG_CRYPTO_ALGAPI=y | ||
1424 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1425 | CONFIG_CRYPTO_MANAGER=y | ||
1426 | # CONFIG_CRYPTO_HMAC is not set | ||
1427 | # CONFIG_CRYPTO_XCBC is not set | ||
1428 | # CONFIG_CRYPTO_NULL is not set | ||
1429 | # CONFIG_CRYPTO_MD4 is not set | ||
1430 | CONFIG_CRYPTO_MD5=y | ||
1431 | CONFIG_CRYPTO_SHA1=m | ||
1432 | CONFIG_CRYPTO_SHA256=m | ||
1433 | CONFIG_CRYPTO_SHA512=m | ||
1434 | # CONFIG_CRYPTO_WP512 is not set | ||
1435 | # CONFIG_CRYPTO_TGR192 is not set | ||
1436 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1437 | CONFIG_CRYPTO_ECB=y | ||
1438 | CONFIG_CRYPTO_CBC=y | ||
1439 | CONFIG_CRYPTO_PCBC=m | ||
1440 | # CONFIG_CRYPTO_LRW is not set | ||
1441 | # CONFIG_CRYPTO_XTS is not set | ||
1442 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1443 | CONFIG_CRYPTO_DES=y | ||
1444 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1445 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1446 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1447 | # CONFIG_CRYPTO_SERPENT is not set | ||
1448 | CONFIG_CRYPTO_AES=m | ||
1449 | # CONFIG_CRYPTO_CAST5 is not set | ||
1450 | # CONFIG_CRYPTO_CAST6 is not set | ||
1451 | # CONFIG_CRYPTO_TEA is not set | ||
1452 | CONFIG_CRYPTO_ARC4=y | ||
1453 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1454 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1455 | # CONFIG_CRYPTO_SEED is not set | ||
1456 | CONFIG_CRYPTO_DEFLATE=m | ||
1457 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1458 | CONFIG_CRYPTO_CRC32C=y | ||
1459 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1460 | # CONFIG_CRYPTO_TEST is not set | ||
1461 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1462 | CONFIG_CRYPTO_HW=y | ||
1463 | |||
1464 | # | ||
1465 | # Library routines | ||
1466 | # | ||
1467 | CONFIG_BITREVERSE=y | ||
1468 | CONFIG_CRC_CCITT=y | ||
1469 | CONFIG_CRC16=y | ||
1470 | # CONFIG_CRC_ITU_T is not set | ||
1471 | CONFIG_CRC32=y | ||
1472 | # CONFIG_CRC7 is not set | ||
1473 | CONFIG_LIBCRC32C=y | ||
1474 | CONFIG_ZLIB_INFLATE=y | ||
1475 | CONFIG_ZLIB_DEFLATE=y | ||
1476 | CONFIG_REED_SOLOMON=y | ||
1477 | CONFIG_REED_SOLOMON_DEC16=y | ||
1478 | CONFIG_PLIST=y | ||
1479 | CONFIG_HAS_IOMEM=y | ||
1480 | CONFIG_HAS_IOPORT=y | ||
1481 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e5b7063ed818..0908bea0f609 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -103,6 +103,10 @@ config MACH_EM_X270 | |||
103 | bool "CompuLab EM-x270 platform" | 103 | bool "CompuLab EM-x270 platform" |
104 | select PXA27x | 104 | select PXA27x |
105 | 105 | ||
106 | config MACH_COLIBRI | ||
107 | bool "Toradex Colibri PX27x" | ||
108 | select PXA27x | ||
109 | |||
106 | config MACH_ZYLONITE | 110 | config MACH_ZYLONITE |
107 | bool "PXA3xx Development Platform" | 111 | bool "PXA3xx Development Platform" |
108 | select PXA3xx | 112 | select PXA3xx |
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 1af56805b954..b5c916c0747d 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -16,6 +16,7 @@ obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o | |||
16 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o | 16 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o |
17 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o | 17 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o |
18 | obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o | 18 | obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o |
19 | obj-$(CONFIG_MACH_COLIBRI) += colibri.o | ||
19 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o | 20 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o |
20 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o | 21 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o |
21 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o | 22 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o |
diff --git a/arch/arm/mach-pxa/colibri.c b/arch/arm/mach-pxa/colibri.c new file mode 100644 index 000000000000..6db54e31c397 --- /dev/null +++ b/arch/arm/mach-pxa/colibri.c | |||
@@ -0,0 +1,134 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/colibri.c | ||
3 | * | ||
4 | * Support for Toradex PXA27x based Colibri module | ||
5 | * Daniel Mack <daniel@caiaq.de> | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | ||
11 | |||
12 | #include <linux/init.h> | ||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/platform_device.h> | ||
15 | #include <linux/sysdev.h> | ||
16 | #include <linux/interrupt.h> | ||
17 | #include <linux/bitops.h> | ||
18 | #include <linux/ioport.h> | ||
19 | #include <linux/delay.h> | ||
20 | #include <linux/mtd/mtd.h> | ||
21 | #include <linux/mtd/partitions.h> | ||
22 | #include <linux/mtd/physmap.h> | ||
23 | #include <asm/mach-types.h> | ||
24 | #include <asm/hardware.h> | ||
25 | #include <asm/irq.h> | ||
26 | #include <asm/sizes.h> | ||
27 | #include <asm/mach/arch.h> | ||
28 | #include <asm/mach/map.h> | ||
29 | #include <asm/mach/irq.h> | ||
30 | #include <asm/mach/flash.h> | ||
31 | #include <asm/arch/pxa-regs.h> | ||
32 | #include <asm/arch/colibri.h> | ||
33 | |||
34 | #include "generic.h" | ||
35 | #include "devices.h" | ||
36 | |||
37 | /* | ||
38 | * Flash | ||
39 | */ | ||
40 | static struct mtd_partition colibri_partitions[] = { | ||
41 | { | ||
42 | .name = "Bootloader", | ||
43 | .offset = 0x00000000, | ||
44 | .size = 0x00040000, | ||
45 | .mask_flags = MTD_WRITEABLE /* force read-only */ | ||
46 | }, { | ||
47 | .name = "Kernel", | ||
48 | .offset = 0x00040000, | ||
49 | .size = 0x00400000, | ||
50 | .mask_flags = 0 | ||
51 | }, { | ||
52 | .name = "Rootfs", | ||
53 | .offset = 0x00440000, | ||
54 | .size = MTDPART_SIZ_FULL, | ||
55 | .mask_flags = 0 | ||
56 | } | ||
57 | }; | ||
58 | |||
59 | static struct physmap_flash_data colibri_flash_data[] = { | ||
60 | { | ||
61 | .width = 4, /* bankwidth in bytes */ | ||
62 | .parts = colibri_partitions, | ||
63 | .nr_parts = ARRAY_SIZE(colibri_partitions) | ||
64 | } | ||
65 | }; | ||
66 | |||
67 | static struct resource flash_resource = { | ||
68 | .start = PXA_CS0_PHYS, | ||
69 | .end = PXA_CS0_PHYS + SZ_32M - 1, | ||
70 | .flags = IORESOURCE_MEM, | ||
71 | }; | ||
72 | |||
73 | static struct platform_device flash_device = { | ||
74 | .name = "physmap-flash", | ||
75 | .id = 0, | ||
76 | .dev = { | ||
77 | .platform_data = colibri_flash_data, | ||
78 | }, | ||
79 | .resource = &flash_resource, | ||
80 | .num_resources = 1, | ||
81 | }; | ||
82 | |||
83 | /* | ||
84 | * DM9000 Ethernet | ||
85 | */ | ||
86 | static struct resource dm9000_resources[] = { | ||
87 | [0] = { | ||
88 | .start = COLIBRI_ETH_PHYS, | ||
89 | .end = COLIBRI_ETH_PHYS + 3, | ||
90 | .flags = IORESOURCE_MEM, | ||
91 | }, | ||
92 | [1] = { | ||
93 | .start = COLIBRI_ETH_PHYS + 4, | ||
94 | .end = COLIBRI_ETH_PHYS + 4 + 500, | ||
95 | .flags = IORESOURCE_MEM, | ||
96 | }, | ||
97 | [2] = { | ||
98 | .start = COLIBRI_ETH_IRQ, | ||
99 | .end = COLIBRI_ETH_IRQ, | ||
100 | .flags = IORESOURCE_IRQ, | ||
101 | }, | ||
102 | }; | ||
103 | |||
104 | static struct platform_device dm9000_device = { | ||
105 | .name = "dm9000", | ||
106 | .id = -1, | ||
107 | .num_resources = ARRAY_SIZE(dm9000_resources), | ||
108 | .resource = dm9000_resources, | ||
109 | }; | ||
110 | |||
111 | static struct platform_device *colibri_devices[] __initdata = { | ||
112 | &flash_device, | ||
113 | &dm9000_device, | ||
114 | }; | ||
115 | |||
116 | static void __init colibri_init(void) | ||
117 | { | ||
118 | /* DM9000 LAN */ | ||
119 | pxa_gpio_mode(GPIO78_nCS_2_MD); | ||
120 | pxa_gpio_mode(GPIO_DM9000 | GPIO_IN); | ||
121 | set_irq_type(COLIBRI_ETH_IRQ, IRQT_FALLING); | ||
122 | |||
123 | platform_add_devices(colibri_devices, ARRAY_SIZE(colibri_devices)); | ||
124 | } | ||
125 | |||
126 | MACHINE_START(COLIBRI, "Toradex Colibri PXA27x") | ||
127 | .phys_io = 0x40000000, | ||
128 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
129 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | ||
130 | .init_machine = colibri_init, | ||
131 | .map_io = pxa_map_io, | ||
132 | .init_irq = pxa27x_init_irq, | ||
133 | .timer = &pxa_timer, | ||
134 | MACHINE_END | ||