diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-07 14:08:56 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-07 14:08:56 -0400 |
commit | 5a89770daad83df74d77a8d34a1ffaedae565ce9 (patch) | |
tree | 0d8ef70293a6ef969ba8b7718e59608337643d40 /arch/arm | |
parent | c46c948260f41af18b277c1eb1895d788d3605dc (diff) | |
parent | af7c951d76708c61b862463d579d76be757130bf (diff) |
Merge branches 'pxa-core' and 'pxa-machines' into pxa-all
Conflicts:
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/pxa25x.c
arch/arm/mach-pxa/pxa27x.c
Diffstat (limited to 'arch/arm')
115 files changed, 28418 insertions, 3577 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4b8acd2851f4..5e17953b673f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -810,6 +810,11 @@ config OABI_COMPAT | |||
810 | UNPREDICTABLE (in fact it can be predicted that it won't work | 810 | UNPREDICTABLE (in fact it can be predicted that it won't work |
811 | at all). If in doubt say Y. | 811 | at all). If in doubt say Y. |
812 | 812 | ||
813 | config ARCH_FLATMEM_HAS_HOLES | ||
814 | bool | ||
815 | default y | ||
816 | depends on FLATMEM | ||
817 | |||
813 | config ARCH_DISCONTIGMEM_ENABLE | 818 | config ARCH_DISCONTIGMEM_ENABLE |
814 | bool | 819 | bool |
815 | default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) | 820 | default (ARCH_LH7A40X && !LH7A40X_CONTIGMEM) |
@@ -840,7 +845,7 @@ config LEDS | |||
840 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | 845 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ |
841 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | 846 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ |
842 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | 847 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ |
843 | ARCH_AT91 || MACH_TRIZEPS4 || ARCH_DAVINCI || \ | 848 | ARCH_AT91 || ARCH_DAVINCI || \ |
844 | ARCH_KS8695 || MACH_RD88F5182 | 849 | ARCH_KS8695 || MACH_RD88F5182 |
845 | help | 850 | help |
846 | If you say Y here, the LEDs on your machine will be used | 851 | If you say Y here, the LEDs on your machine will be used |
diff --git a/arch/arm/common/sharpsl_param.c b/arch/arm/common/sharpsl_param.c index aad4d94ba8f5..d56c932580eb 100644 --- a/arch/arm/common/sharpsl_param.c +++ b/arch/arm/common/sharpsl_param.c | |||
@@ -12,6 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
15 | #include <linux/module.h> | ||
15 | #include <linux/string.h> | 16 | #include <linux/string.h> |
16 | #include <asm/mach/sharpsl_param.h> | 17 | #include <asm/mach/sharpsl_param.h> |
17 | 18 | ||
@@ -36,6 +37,7 @@ | |||
36 | #define PHAD_MAGIC MAGIC_CHG('P','H','A','D') | 37 | #define PHAD_MAGIC MAGIC_CHG('P','H','A','D') |
37 | 38 | ||
38 | struct sharpsl_param_info sharpsl_param; | 39 | struct sharpsl_param_info sharpsl_param; |
40 | EXPORT_SYMBOL(sharpsl_param); | ||
39 | 41 | ||
40 | void sharpsl_save_param(void) | 42 | void sharpsl_save_param(void) |
41 | { | 43 | { |
diff --git a/arch/arm/configs/ams_delta_defconfig b/arch/arm/configs/ams_delta_defconfig new file mode 100644 index 000000000000..2c4aa11f0b0d --- /dev/null +++ b/arch/arm/configs/ams_delta_defconfig | |||
@@ -0,0 +1,1314 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22-rc1-omap1 | ||
4 | # Thu Jun 7 04:28:32 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # Code maturity level options | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | |||
36 | # | ||
37 | # General setup | ||
38 | # | ||
39 | CONFIG_LOCALVERSION="" | ||
40 | CONFIG_LOCALVERSION_AUTO=y | ||
41 | # CONFIG_SWAP is not set | ||
42 | CONFIG_SYSVIPC=y | ||
43 | # CONFIG_IPC_NS is not set | ||
44 | CONFIG_SYSVIPC_SYSCTL=y | ||
45 | # CONFIG_POSIX_MQUEUE is not set | ||
46 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
47 | # CONFIG_TASKSTATS is not set | ||
48 | # CONFIG_UTS_NS is not set | ||
49 | # CONFIG_AUDIT is not set | ||
50 | # CONFIG_IKCONFIG is not set | ||
51 | CONFIG_LOG_BUF_SHIFT=14 | ||
52 | CONFIG_SYSFS_DEPRECATED=y | ||
53 | # CONFIG_RELAY is not set | ||
54 | CONFIG_BLK_DEV_INITRD=y | ||
55 | CONFIG_INITRAMFS_SOURCE="" | ||
56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
57 | CONFIG_SYSCTL=y | ||
58 | # CONFIG_EMBEDDED is not set | ||
59 | CONFIG_UID16=y | ||
60 | CONFIG_SYSCTL_SYSCALL=y | ||
61 | CONFIG_KALLSYMS=y | ||
62 | # CONFIG_KALLSYMS_ALL is not set | ||
63 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
64 | CONFIG_HOTPLUG=y | ||
65 | CONFIG_PRINTK=y | ||
66 | CONFIG_BUG=y | ||
67 | CONFIG_ELF_CORE=y | ||
68 | CONFIG_BASE_FULL=y | ||
69 | CONFIG_FUTEX=y | ||
70 | CONFIG_ANON_INODES=y | ||
71 | CONFIG_EPOLL=y | ||
72 | CONFIG_SIGNALFD=y | ||
73 | CONFIG_TIMERFD=y | ||
74 | CONFIG_EVENTFD=y | ||
75 | CONFIG_SHMEM=y | ||
76 | CONFIG_VM_EVENT_COUNTERS=y | ||
77 | CONFIG_SLAB=y | ||
78 | # CONFIG_SLUB is not set | ||
79 | # CONFIG_SLOB is not set | ||
80 | CONFIG_RT_MUTEXES=y | ||
81 | # CONFIG_TINY_SHMEM is not set | ||
82 | CONFIG_BASE_SMALL=0 | ||
83 | |||
84 | # | ||
85 | # Loadable module support | ||
86 | # | ||
87 | CONFIG_MODULES=y | ||
88 | CONFIG_MODULE_UNLOAD=y | ||
89 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
90 | # CONFIG_MODVERSIONS is not set | ||
91 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
92 | CONFIG_KMOD=y | ||
93 | |||
94 | # | ||
95 | # Block layer | ||
96 | # | ||
97 | CONFIG_BLOCK=y | ||
98 | # CONFIG_LBD is not set | ||
99 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
100 | # CONFIG_LSF is not set | ||
101 | |||
102 | # | ||
103 | # IO Schedulers | ||
104 | # | ||
105 | CONFIG_IOSCHED_NOOP=y | ||
106 | CONFIG_IOSCHED_AS=y | ||
107 | CONFIG_IOSCHED_DEADLINE=y | ||
108 | CONFIG_IOSCHED_CFQ=y | ||
109 | CONFIG_DEFAULT_AS=y | ||
110 | # CONFIG_DEFAULT_DEADLINE is not set | ||
111 | # CONFIG_DEFAULT_CFQ is not set | ||
112 | # CONFIG_DEFAULT_NOOP is not set | ||
113 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
114 | |||
115 | # | ||
116 | # System Type | ||
117 | # | ||
118 | # CONFIG_ARCH_AAEC2000 is not set | ||
119 | # CONFIG_ARCH_INTEGRATOR is not set | ||
120 | # CONFIG_ARCH_REALVIEW is not set | ||
121 | # CONFIG_ARCH_VERSATILE is not set | ||
122 | # CONFIG_ARCH_AT91 is not set | ||
123 | # CONFIG_ARCH_CLPS7500 is not set | ||
124 | # CONFIG_ARCH_CLPS711X is not set | ||
125 | # CONFIG_ARCH_CO285 is not set | ||
126 | # CONFIG_ARCH_EBSA110 is not set | ||
127 | # CONFIG_ARCH_EP93XX is not set | ||
128 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
129 | # CONFIG_ARCH_NETX is not set | ||
130 | # CONFIG_ARCH_H720X is not set | ||
131 | # CONFIG_ARCH_IMX is not set | ||
132 | # CONFIG_ARCH_IOP13XX is not set | ||
133 | # CONFIG_ARCH_IOP32X is not set | ||
134 | # CONFIG_ARCH_IOP33X is not set | ||
135 | # CONFIG_ARCH_IXP23XX is not set | ||
136 | # CONFIG_ARCH_IXP2000 is not set | ||
137 | # CONFIG_ARCH_IXP4XX is not set | ||
138 | # CONFIG_ARCH_L7200 is not set | ||
139 | # CONFIG_ARCH_KS8695 is not set | ||
140 | # CONFIG_ARCH_NS9XXX is not set | ||
141 | # CONFIG_ARCH_PNX4008 is not set | ||
142 | # CONFIG_ARCH_PXA is not set | ||
143 | # CONFIG_ARCH_RPC is not set | ||
144 | # CONFIG_ARCH_SA1100 is not set | ||
145 | # CONFIG_ARCH_S3C2410 is not set | ||
146 | # CONFIG_ARCH_SHARK is not set | ||
147 | # CONFIG_ARCH_LH7A40X is not set | ||
148 | # CONFIG_ARCH_DAVINCI is not set | ||
149 | CONFIG_ARCH_OMAP=y | ||
150 | |||
151 | # | ||
152 | # TI OMAP Implementations | ||
153 | # | ||
154 | CONFIG_ARCH_OMAP1=y | ||
155 | # CONFIG_ARCH_OMAP2 is not set | ||
156 | |||
157 | # | ||
158 | # OMAP Feature Selections | ||
159 | # | ||
160 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
161 | # CONFIG_OMAP_BOOT_TAG is not set | ||
162 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
163 | CONFIG_OMAP_MUX=y | ||
164 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
165 | CONFIG_OMAP_MUX_WARNINGS=y | ||
166 | CONFIG_OMAP_MCBSP=y | ||
167 | CONFIG_OMAP_MMU_FWK=y | ||
168 | CONFIG_OMAP_MBOX_FWK=m | ||
169 | CONFIG_OMAP_MPU_TIMER=y | ||
170 | # CONFIG_OMAP_32K_TIMER is not set | ||
171 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
172 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
173 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
174 | # CONFIG_OMAP_LL_DEBUG_LCD is not set | ||
175 | CONFIG_OMAP_SERIAL_WAKE=y | ||
176 | CONFIG_OMAP_DSP=m | ||
177 | # CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set | ||
178 | # CONFIG_OMAP_DSP_TASK_MULTIOPEN is not set | ||
179 | # CONFIG_OMAP_DSP_FBEXPORT is not set | ||
180 | |||
181 | # | ||
182 | # OMAP Core Type | ||
183 | # | ||
184 | # CONFIG_ARCH_OMAP730 is not set | ||
185 | CONFIG_ARCH_OMAP15XX=y | ||
186 | # CONFIG_ARCH_OMAP16XX is not set | ||
187 | |||
188 | # | ||
189 | # OMAP Board Type | ||
190 | # | ||
191 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
192 | # CONFIG_MACH_VOICEBLUE is not set | ||
193 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
194 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
195 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
196 | # CONFIG_MACH_SX1 is not set | ||
197 | CONFIG_MACH_AMS_DELTA=y | ||
198 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
199 | |||
200 | # | ||
201 | # OMAP CPU Speed | ||
202 | # | ||
203 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
204 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
205 | CONFIG_OMAP_ARM_150MHZ=y | ||
206 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
207 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
208 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
209 | |||
210 | # | ||
211 | # Processor Type | ||
212 | # | ||
213 | CONFIG_CPU_32=y | ||
214 | CONFIG_CPU_ARM925T=y | ||
215 | CONFIG_CPU_32v4T=y | ||
216 | CONFIG_CPU_ABRT_EV4T=y | ||
217 | CONFIG_CPU_CACHE_V4WT=y | ||
218 | CONFIG_CPU_CACHE_VIVT=y | ||
219 | CONFIG_CPU_COPY_V4WB=y | ||
220 | CONFIG_CPU_TLB_V4WBI=y | ||
221 | CONFIG_CPU_CP15=y | ||
222 | CONFIG_CPU_CP15_MMU=y | ||
223 | |||
224 | # | ||
225 | # Processor Features | ||
226 | # | ||
227 | # CONFIG_ARM_THUMB is not set | ||
228 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
229 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
230 | CONFIG_CPU_DCACHE_WRITETHROUGH=y | ||
231 | # CONFIG_OUTER_CACHE is not set | ||
232 | |||
233 | # | ||
234 | # Bus support | ||
235 | # | ||
236 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
237 | |||
238 | # | ||
239 | # PCCARD (PCMCIA/CardBus) support | ||
240 | # | ||
241 | # CONFIG_PCCARD is not set | ||
242 | |||
243 | # | ||
244 | # Kernel Features | ||
245 | # | ||
246 | # CONFIG_TICK_ONESHOT is not set | ||
247 | # CONFIG_NO_HZ is not set | ||
248 | # CONFIG_HIGH_RES_TIMERS is not set | ||
249 | CONFIG_PREEMPT=y | ||
250 | CONFIG_HZ=100 | ||
251 | # CONFIG_AEABI is not set | ||
252 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
253 | CONFIG_SELECT_MEMORY_MODEL=y | ||
254 | CONFIG_FLATMEM_MANUAL=y | ||
255 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
256 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
257 | CONFIG_FLATMEM=y | ||
258 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
259 | # CONFIG_SPARSEMEM_STATIC is not set | ||
260 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
261 | # CONFIG_RESOURCES_64BIT is not set | ||
262 | CONFIG_ZONE_DMA_FLAG=1 | ||
263 | # CONFIG_LEDS is not set | ||
264 | CONFIG_ALIGNMENT_TRAP=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
270 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
271 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200n8 root=/dev/ram0 initrd=0x11c00000,4M" | ||
272 | # CONFIG_XIP_KERNEL is not set | ||
273 | # CONFIG_KEXEC is not set | ||
274 | |||
275 | # | ||
276 | # CPU Frequency scaling | ||
277 | # | ||
278 | # CONFIG_CPU_FREQ is not set | ||
279 | |||
280 | # | ||
281 | # Floating point emulation | ||
282 | # | ||
283 | |||
284 | # | ||
285 | # At least one emulation must be selected | ||
286 | # | ||
287 | CONFIG_FPE_NWFPE=y | ||
288 | # CONFIG_FPE_NWFPE_XP is not set | ||
289 | # CONFIG_FPE_FASTFPE is not set | ||
290 | |||
291 | # | ||
292 | # Userspace binary formats | ||
293 | # | ||
294 | CONFIG_BINFMT_ELF=y | ||
295 | # CONFIG_BINFMT_AOUT is not set | ||
296 | # CONFIG_BINFMT_MISC is not set | ||
297 | # CONFIG_ARTHUR is not set | ||
298 | |||
299 | # | ||
300 | # Power management options | ||
301 | # | ||
302 | # CONFIG_PM is not set | ||
303 | |||
304 | # | ||
305 | # Networking | ||
306 | # | ||
307 | CONFIG_NET=y | ||
308 | |||
309 | # | ||
310 | # Networking options | ||
311 | # | ||
312 | CONFIG_PACKET=y | ||
313 | # CONFIG_PACKET_MMAP is not set | ||
314 | CONFIG_UNIX=y | ||
315 | CONFIG_XFRM=y | ||
316 | # CONFIG_XFRM_USER is not set | ||
317 | # CONFIG_XFRM_SUB_POLICY is not set | ||
318 | # CONFIG_XFRM_MIGRATE is not set | ||
319 | # CONFIG_NET_KEY is not set | ||
320 | CONFIG_INET=y | ||
321 | CONFIG_IP_MULTICAST=y | ||
322 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
323 | CONFIG_IP_FIB_HASH=y | ||
324 | # CONFIG_IP_PNP is not set | ||
325 | # CONFIG_NET_IPIP is not set | ||
326 | # CONFIG_NET_IPGRE is not set | ||
327 | # CONFIG_IP_MROUTE is not set | ||
328 | # CONFIG_ARPD is not set | ||
329 | # CONFIG_SYN_COOKIES is not set | ||
330 | # CONFIG_INET_AH is not set | ||
331 | # CONFIG_INET_ESP is not set | ||
332 | # CONFIG_INET_IPCOMP is not set | ||
333 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
334 | CONFIG_INET_TUNNEL=y | ||
335 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
336 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
337 | CONFIG_INET_XFRM_MODE_BEET=y | ||
338 | CONFIG_INET_DIAG=y | ||
339 | CONFIG_INET_TCP_DIAG=y | ||
340 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
341 | CONFIG_TCP_CONG_CUBIC=y | ||
342 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
343 | # CONFIG_TCP_MD5SIG is not set | ||
344 | CONFIG_IPV6=y | ||
345 | # CONFIG_IPV6_PRIVACY is not set | ||
346 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
347 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
348 | # CONFIG_INET6_AH is not set | ||
349 | # CONFIG_INET6_ESP is not set | ||
350 | # CONFIG_INET6_IPCOMP is not set | ||
351 | # CONFIG_IPV6_MIP6 is not set | ||
352 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
353 | # CONFIG_INET6_TUNNEL is not set | ||
354 | CONFIG_INET6_XFRM_MODE_TRANSPORT=y | ||
355 | CONFIG_INET6_XFRM_MODE_TUNNEL=y | ||
356 | CONFIG_INET6_XFRM_MODE_BEET=y | ||
357 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
358 | CONFIG_IPV6_SIT=y | ||
359 | # CONFIG_IPV6_TUNNEL is not set | ||
360 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
361 | # CONFIG_NETWORK_SECMARK is not set | ||
362 | # CONFIG_NETFILTER is not set | ||
363 | |||
364 | # | ||
365 | # DCCP Configuration (EXPERIMENTAL) | ||
366 | # | ||
367 | # CONFIG_IP_DCCP is not set | ||
368 | |||
369 | # | ||
370 | # SCTP Configuration (EXPERIMENTAL) | ||
371 | # | ||
372 | # CONFIG_IP_SCTP is not set | ||
373 | |||
374 | # | ||
375 | # TIPC Configuration (EXPERIMENTAL) | ||
376 | # | ||
377 | # CONFIG_TIPC is not set | ||
378 | # CONFIG_ATM is not set | ||
379 | # CONFIG_BRIDGE is not set | ||
380 | # CONFIG_VLAN_8021Q is not set | ||
381 | # CONFIG_DECNET is not set | ||
382 | # CONFIG_LLC2 is not set | ||
383 | # CONFIG_IPX is not set | ||
384 | # CONFIG_ATALK is not set | ||
385 | # CONFIG_X25 is not set | ||
386 | # CONFIG_LAPB is not set | ||
387 | # CONFIG_ECONET is not set | ||
388 | # CONFIG_WAN_ROUTER is not set | ||
389 | |||
390 | # | ||
391 | # QoS and/or fair queueing | ||
392 | # | ||
393 | # CONFIG_NET_SCHED is not set | ||
394 | |||
395 | # | ||
396 | # Network testing | ||
397 | # | ||
398 | # CONFIG_NET_PKTGEN is not set | ||
399 | # CONFIG_HAMRADIO is not set | ||
400 | # CONFIG_IRDA is not set | ||
401 | # CONFIG_BT is not set | ||
402 | # CONFIG_AF_RXRPC is not set | ||
403 | |||
404 | # | ||
405 | # Wireless | ||
406 | # | ||
407 | # CONFIG_CFG80211 is not set | ||
408 | # CONFIG_WIRELESS_EXT is not set | ||
409 | # CONFIG_MAC80211 is not set | ||
410 | # CONFIG_IEEE80211 is not set | ||
411 | # CONFIG_RFKILL is not set | ||
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 is not set | ||
423 | # CONFIG_DEBUG_DRIVER is not set | ||
424 | # CONFIG_DEBUG_DEVRES is not set | ||
425 | # CONFIG_SYS_HYPERVISOR is not set | ||
426 | |||
427 | # | ||
428 | # Connector - unified userspace <-> kernelspace linker | ||
429 | # | ||
430 | # CONFIG_CONNECTOR is not set | ||
431 | CONFIG_MTD=y | ||
432 | # CONFIG_MTD_DEBUG is not set | ||
433 | # CONFIG_MTD_CONCAT is not set | ||
434 | CONFIG_MTD_PARTITIONS=y | ||
435 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
436 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
437 | # CONFIG_MTD_AFS_PARTS is not set | ||
438 | |||
439 | # | ||
440 | # User Modules And Translation Layers | ||
441 | # | ||
442 | CONFIG_MTD_CHAR=y | ||
443 | CONFIG_MTD_BLKDEVS=y | ||
444 | CONFIG_MTD_BLOCK=y | ||
445 | # CONFIG_FTL is not set | ||
446 | # CONFIG_NFTL is not set | ||
447 | # CONFIG_INFTL is not set | ||
448 | # CONFIG_RFD_FTL is not set | ||
449 | # CONFIG_SSFDC is not set | ||
450 | |||
451 | # | ||
452 | # RAM/ROM/Flash chip drivers | ||
453 | # | ||
454 | # CONFIG_MTD_CFI is not set | ||
455 | # CONFIG_MTD_JEDECPROBE is not set | ||
456 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
457 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
458 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
459 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
460 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
461 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
462 | CONFIG_MTD_CFI_I1=y | ||
463 | CONFIG_MTD_CFI_I2=y | ||
464 | # CONFIG_MTD_CFI_I4 is not set | ||
465 | # CONFIG_MTD_CFI_I8 is not set | ||
466 | # CONFIG_MTD_RAM is not set | ||
467 | # CONFIG_MTD_ROM is not set | ||
468 | # CONFIG_MTD_ABSENT is not set | ||
469 | |||
470 | # | ||
471 | # Mapping drivers for chip access | ||
472 | # | ||
473 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
474 | # CONFIG_MTD_PLATRAM is not set | ||
475 | |||
476 | # | ||
477 | # Self-contained MTD device drivers | ||
478 | # | ||
479 | # CONFIG_MTD_SLRAM is not set | ||
480 | # CONFIG_MTD_PHRAM is not set | ||
481 | # CONFIG_MTD_MTDRAM is not set | ||
482 | # CONFIG_MTD_BLOCK2MTD is not set | ||
483 | |||
484 | # | ||
485 | # Disk-On-Chip Device Drivers | ||
486 | # | ||
487 | # CONFIG_MTD_DOC2000 is not set | ||
488 | # CONFIG_MTD_DOC2001 is not set | ||
489 | # CONFIG_MTD_DOC2001PLUS is not set | ||
490 | CONFIG_MTD_NAND=y | ||
491 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
492 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
493 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
494 | CONFIG_MTD_NAND_AMS_DELTA=y | ||
495 | CONFIG_MTD_NAND_IDS=y | ||
496 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
497 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
498 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
499 | # CONFIG_MTD_ONENAND is not set | ||
500 | |||
501 | # | ||
502 | # UBI - Unsorted block images | ||
503 | # | ||
504 | # CONFIG_MTD_UBI is not set | ||
505 | |||
506 | # | ||
507 | # Parallel port support | ||
508 | # | ||
509 | # CONFIG_PARPORT is not set | ||
510 | |||
511 | # | ||
512 | # Plug and Play support | ||
513 | # | ||
514 | # CONFIG_PNPACPI is not set | ||
515 | |||
516 | # | ||
517 | # Block devices | ||
518 | # | ||
519 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
520 | CONFIG_BLK_DEV_LOOP=y | ||
521 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
522 | # CONFIG_BLK_DEV_NBD is not set | ||
523 | # CONFIG_BLK_DEV_UB is not set | ||
524 | CONFIG_BLK_DEV_RAM=y | ||
525 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
526 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
527 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
528 | # CONFIG_CDROM_PKTCDVD is not set | ||
529 | # CONFIG_ATA_OVER_ETH is not set | ||
530 | |||
531 | # | ||
532 | # SCSI device support | ||
533 | # | ||
534 | # CONFIG_RAID_ATTRS is not set | ||
535 | CONFIG_SCSI=y | ||
536 | # CONFIG_SCSI_TGT is not set | ||
537 | # CONFIG_SCSI_NETLINK is not set | ||
538 | CONFIG_SCSI_PROC_FS=y | ||
539 | |||
540 | # | ||
541 | # SCSI support type (disk, tape, CD-ROM) | ||
542 | # | ||
543 | CONFIG_BLK_DEV_SD=y | ||
544 | # CONFIG_CHR_DEV_ST is not set | ||
545 | # CONFIG_CHR_DEV_OSST is not set | ||
546 | # CONFIG_BLK_DEV_SR is not set | ||
547 | # CONFIG_CHR_DEV_SG is not set | ||
548 | # CONFIG_CHR_DEV_SCH is not set | ||
549 | |||
550 | # | ||
551 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
552 | # | ||
553 | # CONFIG_SCSI_MULTI_LUN is not set | ||
554 | # CONFIG_SCSI_CONSTANTS is not set | ||
555 | # CONFIG_SCSI_LOGGING is not set | ||
556 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
557 | CONFIG_SCSI_WAIT_SCAN=m | ||
558 | |||
559 | # | ||
560 | # SCSI Transports | ||
561 | # | ||
562 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
563 | # CONFIG_SCSI_FC_ATTRS is not set | ||
564 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
565 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
566 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
567 | |||
568 | # | ||
569 | # SCSI low-level drivers | ||
570 | # | ||
571 | # CONFIG_ISCSI_TCP is not set | ||
572 | # CONFIG_SCSI_DEBUG is not set | ||
573 | # CONFIG_SCSI_ESP_CORE is not set | ||
574 | # CONFIG_ATA is not set | ||
575 | |||
576 | # | ||
577 | # Multi-device support (RAID and LVM) | ||
578 | # | ||
579 | # CONFIG_MD is not set | ||
580 | |||
581 | # | ||
582 | # Network device support | ||
583 | # | ||
584 | CONFIG_NETDEVICES=y | ||
585 | # CONFIG_DUMMY is not set | ||
586 | # CONFIG_BONDING is not set | ||
587 | # CONFIG_EQUALIZER is not set | ||
588 | # CONFIG_TUN is not set | ||
589 | # CONFIG_PHYLIB is not set | ||
590 | |||
591 | # | ||
592 | # Ethernet (10 or 100Mbit) | ||
593 | # | ||
594 | CONFIG_NET_ETHERNET=y | ||
595 | CONFIG_MII=y | ||
596 | # CONFIG_SMC91X is not set | ||
597 | # CONFIG_DM9000 is not set | ||
598 | CONFIG_NETDEV_1000=y | ||
599 | CONFIG_NETDEV_10000=y | ||
600 | |||
601 | # | ||
602 | # Token Ring devices | ||
603 | # | ||
604 | |||
605 | # | ||
606 | # Wireless LAN | ||
607 | # | ||
608 | # CONFIG_WLAN_PRE80211 is not set | ||
609 | # CONFIG_WLAN_80211 is not set | ||
610 | |||
611 | # | ||
612 | # USB Network Adapters | ||
613 | # | ||
614 | CONFIG_USB_CATC=y | ||
615 | CONFIG_USB_KAWETH=y | ||
616 | CONFIG_USB_PEGASUS=y | ||
617 | CONFIG_USB_RTL8150=y | ||
618 | CONFIG_USB_USBNET_MII=y | ||
619 | CONFIG_USB_USBNET=y | ||
620 | CONFIG_USB_NET_AX8817X=y | ||
621 | CONFIG_USB_NET_CDCETHER=y | ||
622 | # CONFIG_USB_NET_DM9601 is not set | ||
623 | # CONFIG_USB_NET_GL620A is not set | ||
624 | CONFIG_USB_NET_NET1080=y | ||
625 | # CONFIG_USB_NET_PLUSB is not set | ||
626 | # CONFIG_USB_NET_MCS7830 is not set | ||
627 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
628 | CONFIG_USB_NET_CDC_SUBSET=y | ||
629 | # CONFIG_USB_ALI_M5632 is not set | ||
630 | # CONFIG_USB_AN2720 is not set | ||
631 | CONFIG_USB_BELKIN=y | ||
632 | CONFIG_USB_ARMLINUX=y | ||
633 | # CONFIG_USB_EPSON2888 is not set | ||
634 | # CONFIG_USB_KC2190 is not set | ||
635 | CONFIG_USB_NET_ZAURUS=y | ||
636 | # CONFIG_WAN is not set | ||
637 | CONFIG_PPP=y | ||
638 | CONFIG_PPP_MULTILINK=y | ||
639 | # CONFIG_PPP_FILTER is not set | ||
640 | # CONFIG_PPP_ASYNC is not set | ||
641 | # CONFIG_PPP_SYNC_TTY is not set | ||
642 | # CONFIG_PPP_DEFLATE is not set | ||
643 | # CONFIG_PPP_BSDCOMP is not set | ||
644 | # CONFIG_PPP_MPPE is not set | ||
645 | # CONFIG_PPPOE is not set | ||
646 | # CONFIG_SLIP is not set | ||
647 | CONFIG_SLHC=y | ||
648 | # CONFIG_SHAPER is not set | ||
649 | # CONFIG_NETCONSOLE is not set | ||
650 | # CONFIG_NETPOLL is not set | ||
651 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
652 | |||
653 | # | ||
654 | # ISDN subsystem | ||
655 | # | ||
656 | # CONFIG_ISDN is not set | ||
657 | |||
658 | # | ||
659 | # Input device support | ||
660 | # | ||
661 | CONFIG_INPUT=y | ||
662 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
663 | |||
664 | # | ||
665 | # Userland interfaces | ||
666 | # | ||
667 | CONFIG_INPUT_MOUSEDEV=y | ||
668 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
669 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
670 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
671 | # CONFIG_INPUT_JOYDEV is not set | ||
672 | # CONFIG_INPUT_TSDEV is not set | ||
673 | # CONFIG_INPUT_EVDEV is not set | ||
674 | # CONFIG_INPUT_EVBUG is not set | ||
675 | |||
676 | # | ||
677 | # Input Device Drivers | ||
678 | # | ||
679 | CONFIG_INPUT_KEYBOARD=y | ||
680 | CONFIG_KEYBOARD_ATKBD=y | ||
681 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
682 | # CONFIG_KEYBOARD_LKKBD is not set | ||
683 | # CONFIG_KEYBOARD_XTKBD is not set | ||
684 | # CONFIG_KEYBOARD_NEWTON is not set | ||
685 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
686 | CONFIG_KEYBOARD_OMAP=y | ||
687 | # CONFIG_KEYBOARD_GPIO is not set | ||
688 | # CONFIG_INPUT_MOUSE is not set | ||
689 | # CONFIG_INPUT_JOYSTICK is not set | ||
690 | # CONFIG_INPUT_TABLET is not set | ||
691 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
692 | # CONFIG_INPUT_MISC is not set | ||
693 | |||
694 | # | ||
695 | # Hardware I/O ports | ||
696 | # | ||
697 | CONFIG_SERIO=y | ||
698 | CONFIG_SERIO_SERPORT=y | ||
699 | CONFIG_SERIO_LIBPS2=y | ||
700 | # CONFIG_SERIO_RAW is not set | ||
701 | # CONFIG_GAMEPORT is not set | ||
702 | |||
703 | # | ||
704 | # Character devices | ||
705 | # | ||
706 | CONFIG_VT=y | ||
707 | CONFIG_VT_CONSOLE=y | ||
708 | CONFIG_HW_CONSOLE=y | ||
709 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
710 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
711 | |||
712 | # | ||
713 | # Serial drivers | ||
714 | # | ||
715 | CONFIG_SERIAL_8250=y | ||
716 | CONFIG_SERIAL_8250_CONSOLE=y | ||
717 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
718 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
719 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
720 | |||
721 | # | ||
722 | # Non-8250 serial port support | ||
723 | # | ||
724 | CONFIG_SERIAL_CORE=y | ||
725 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
726 | CONFIG_UNIX98_PTYS=y | ||
727 | # CONFIG_LEGACY_PTYS is not set | ||
728 | |||
729 | # | ||
730 | # IPMI | ||
731 | # | ||
732 | # CONFIG_IPMI_HANDLER is not set | ||
733 | # CONFIG_WATCHDOG is not set | ||
734 | CONFIG_HW_RANDOM=y | ||
735 | # CONFIG_NVRAM is not set | ||
736 | # CONFIG_R3964 is not set | ||
737 | # CONFIG_RAW_DRIVER is not set | ||
738 | |||
739 | # | ||
740 | # TPM devices | ||
741 | # | ||
742 | # CONFIG_TCG_TPM is not set | ||
743 | CONFIG_I2C=y | ||
744 | CONFIG_I2C_BOARDINFO=y | ||
745 | CONFIG_I2C_CHARDEV=y | ||
746 | |||
747 | # | ||
748 | # I2C Algorithms | ||
749 | # | ||
750 | CONFIG_I2C_ALGOBIT=y | ||
751 | # CONFIG_I2C_ALGOPCF is not set | ||
752 | # CONFIG_I2C_ALGOPCA is not set | ||
753 | |||
754 | # | ||
755 | # I2C Hardware Bus support | ||
756 | # | ||
757 | # CONFIG_I2C_GPIO is not set | ||
758 | # CONFIG_I2C_OCORES is not set | ||
759 | CONFIG_I2C_OMAP=y | ||
760 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
761 | # CONFIG_I2C_SIMTEC is not set | ||
762 | # CONFIG_I2C_STUB is not set | ||
763 | # CONFIG_I2C_TINY_USB is not set | ||
764 | |||
765 | # | ||
766 | # Miscellaneous I2C Chip support | ||
767 | # | ||
768 | # CONFIG_SENSORS_DS1337 is not set | ||
769 | # CONFIG_SENSORS_DS1374 is not set | ||
770 | # CONFIG_SENSORS_EEPROM is not set | ||
771 | # CONFIG_SENSORS_PCF8574 is not set | ||
772 | # CONFIG_SENSORS_PCA9539 is not set | ||
773 | # CONFIG_SENSORS_PCF8591 is not set | ||
774 | # CONFIG_TPS65010 is not set | ||
775 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
776 | # CONFIG_SENSORS_MAX6875 is not set | ||
777 | # CONFIG_I2C_DEBUG_CORE is not set | ||
778 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
779 | # CONFIG_I2C_DEBUG_BUS is not set | ||
780 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
781 | |||
782 | # | ||
783 | # SPI support | ||
784 | # | ||
785 | # CONFIG_SPI is not set | ||
786 | # CONFIG_SPI_MASTER is not set | ||
787 | |||
788 | # | ||
789 | # Dallas's 1-wire bus | ||
790 | # | ||
791 | # CONFIG_W1 is not set | ||
792 | # CONFIG_HWMON is not set | ||
793 | |||
794 | # | ||
795 | # Misc devices | ||
796 | # | ||
797 | # CONFIG_BLINK is not set | ||
798 | |||
799 | # | ||
800 | # Multifunction device drivers | ||
801 | # | ||
802 | # CONFIG_MFD_SM501 is not set | ||
803 | |||
804 | # | ||
805 | # LED devices | ||
806 | # | ||
807 | CONFIG_NEW_LEDS=y | ||
808 | CONFIG_LEDS_CLASS=y | ||
809 | |||
810 | # | ||
811 | # LED drivers | ||
812 | # | ||
813 | CONFIG_LEDS_AMS_DELTA=y | ||
814 | # CONFIG_LEDS_OMAP_DEBUG is not set | ||
815 | # CONFIG_LEDS_OMAP is not set | ||
816 | |||
817 | # | ||
818 | # LED Triggers | ||
819 | # | ||
820 | CONFIG_LEDS_TRIGGERS=y | ||
821 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
822 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
823 | |||
824 | # | ||
825 | # Multimedia devices | ||
826 | # | ||
827 | # CONFIG_VIDEO_DEV is not set | ||
828 | # CONFIG_DVB_CORE is not set | ||
829 | CONFIG_DAB=y | ||
830 | # CONFIG_USB_DABUSB is not set | ||
831 | |||
832 | # | ||
833 | # Graphics support | ||
834 | # | ||
835 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
836 | |||
837 | # | ||
838 | # Display device support | ||
839 | # | ||
840 | # CONFIG_DISPLAY_SUPPORT is not set | ||
841 | # CONFIG_VGASTATE is not set | ||
842 | CONFIG_FB=y | ||
843 | CONFIG_FIRMWARE_EDID=y | ||
844 | # CONFIG_FB_DDC is not set | ||
845 | # CONFIG_FB_CFB_FILLRECT is not set | ||
846 | # CONFIG_FB_CFB_COPYAREA is not set | ||
847 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
848 | # CONFIG_FB_SYS_FILLRECT is not set | ||
849 | # CONFIG_FB_SYS_COPYAREA is not set | ||
850 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
851 | # CONFIG_FB_SYS_FOPS is not set | ||
852 | CONFIG_FB_DEFERRED_IO=y | ||
853 | # CONFIG_FB_SVGALIB is not set | ||
854 | # CONFIG_FB_MACMODES is not set | ||
855 | # CONFIG_FB_BACKLIGHT is not set | ||
856 | # CONFIG_FB_MODE_HELPERS is not set | ||
857 | # CONFIG_FB_TILEBLITTING is not set | ||
858 | |||
859 | # | ||
860 | # Frame buffer hardware drivers | ||
861 | # | ||
862 | # CONFIG_FB_S1D13XXX is not set | ||
863 | CONFIG_FB_OMAP=y | ||
864 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
865 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
866 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
867 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
868 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
869 | # CONFIG_FB_VIRTUAL is not set | ||
870 | |||
871 | # | ||
872 | # Console display driver support | ||
873 | # | ||
874 | # CONFIG_VGA_CONSOLE is not set | ||
875 | CONFIG_DUMMY_CONSOLE=y | ||
876 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
877 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
878 | CONFIG_FONTS=y | ||
879 | # CONFIG_FONT_8x8 is not set | ||
880 | # CONFIG_FONT_8x16 is not set | ||
881 | CONFIG_FONT_6x11=y | ||
882 | # CONFIG_FONT_7x14 is not set | ||
883 | # CONFIG_FONT_PEARL_8x8 is not set | ||
884 | # CONFIG_FONT_ACORN_8x8 is not set | ||
885 | # CONFIG_FONT_MINI_4x6 is not set | ||
886 | # CONFIG_FONT_CLEAN_4x6 is not set | ||
887 | # CONFIG_FONT_CLEAN_5x8 is not set | ||
888 | # CONFIG_FONT_SUN8x16 is not set | ||
889 | # CONFIG_FONT_SUN12x22 is not set | ||
890 | # CONFIG_FONT_10x18 is not set | ||
891 | CONFIG_LOGO=y | ||
892 | # CONFIG_LOGO_LINUX_MONO is not set | ||
893 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
894 | CONFIG_LOGO_LINUX_CLUT224=y | ||
895 | |||
896 | # | ||
897 | # Sound | ||
898 | # | ||
899 | # CONFIG_SOUND is not set | ||
900 | |||
901 | # | ||
902 | # HID Devices | ||
903 | # | ||
904 | CONFIG_HID=y | ||
905 | # CONFIG_HID_DEBUG is not set | ||
906 | |||
907 | # | ||
908 | # USB Input Devices | ||
909 | # | ||
910 | CONFIG_USB_HID=y | ||
911 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
912 | # CONFIG_HID_FF is not set | ||
913 | # CONFIG_USB_HIDDEV is not set | ||
914 | |||
915 | # | ||
916 | # USB support | ||
917 | # | ||
918 | CONFIG_USB_ARCH_HAS_HCD=y | ||
919 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
920 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
921 | CONFIG_USB=y | ||
922 | # CONFIG_USB_DEBUG is not set | ||
923 | |||
924 | # | ||
925 | # Miscellaneous USB options | ||
926 | # | ||
927 | CONFIG_USB_DEVICEFS=y | ||
928 | # CONFIG_USB_DEVICE_CLASS is not set | ||
929 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
930 | # CONFIG_USB_OTG is not set | ||
931 | |||
932 | # | ||
933 | # USB Host Controller Drivers | ||
934 | # | ||
935 | # CONFIG_USB_ISP116X_HCD is not set | ||
936 | CONFIG_USB_OHCI_HCD=y | ||
937 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
938 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
939 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
940 | # CONFIG_USB_SL811_HCD is not set | ||
941 | # CONFIG_USB_MUSB_HDRC is not set | ||
942 | |||
943 | # | ||
944 | # USB Device Class drivers | ||
945 | # | ||
946 | # CONFIG_USB_ACM is not set | ||
947 | # CONFIG_USB_PRINTER is not set | ||
948 | |||
949 | # | ||
950 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
951 | # | ||
952 | |||
953 | # | ||
954 | # may also be needed; see USB_STORAGE Help for more information | ||
955 | # | ||
956 | CONFIG_USB_STORAGE=y | ||
957 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
958 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
959 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
960 | # CONFIG_USB_STORAGE_DPCM is not set | ||
961 | # CONFIG_USB_STORAGE_USBAT is not set | ||
962 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
963 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
964 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
965 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
966 | # CONFIG_USB_STORAGE_KARMA is not set | ||
967 | # CONFIG_USB_LIBUSUAL is not set | ||
968 | |||
969 | # | ||
970 | # USB Imaging devices | ||
971 | # | ||
972 | # CONFIG_USB_MDC800 is not set | ||
973 | # CONFIG_USB_MICROTEK is not set | ||
974 | CONFIG_USB_MON=y | ||
975 | |||
976 | # | ||
977 | # USB port drivers | ||
978 | # | ||
979 | |||
980 | # | ||
981 | # USB Serial Converter support | ||
982 | # | ||
983 | # CONFIG_USB_SERIAL is not set | ||
984 | |||
985 | # | ||
986 | # USB Miscellaneous drivers | ||
987 | # | ||
988 | # CONFIG_USB_EMI62 is not set | ||
989 | # CONFIG_USB_EMI26 is not set | ||
990 | # CONFIG_USB_ADUTUX is not set | ||
991 | # CONFIG_USB_AUERSWALD is not set | ||
992 | # CONFIG_USB_RIO500 is not set | ||
993 | # CONFIG_USB_LEGOTOWER is not set | ||
994 | # CONFIG_USB_LCD is not set | ||
995 | # CONFIG_USB_BERRY_CHARGE is not set | ||
996 | # CONFIG_USB_LED is not set | ||
997 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
998 | # CONFIG_USB_CYTHERM is not set | ||
999 | # CONFIG_USB_PHIDGET is not set | ||
1000 | # CONFIG_USB_IDMOUSE is not set | ||
1001 | # CONFIG_USB_FTDI_ELAN is not set | ||
1002 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1003 | # CONFIG_USB_LD is not set | ||
1004 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1005 | # CONFIG_USB_IOWARRIOR is not set | ||
1006 | # CONFIG_USB_TEST is not set | ||
1007 | |||
1008 | # | ||
1009 | # USB DSL modem support | ||
1010 | # | ||
1011 | |||
1012 | # | ||
1013 | # USB Gadget Support | ||
1014 | # | ||
1015 | # CONFIG_USB_GADGET is not set | ||
1016 | # CONFIG_MMC is not set | ||
1017 | |||
1018 | # | ||
1019 | # Real Time Clock | ||
1020 | # | ||
1021 | CONFIG_RTC_LIB=y | ||
1022 | CONFIG_RTC_CLASS=y | ||
1023 | CONFIG_RTC_HCTOSYS=y | ||
1024 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1025 | # CONFIG_RTC_DEBUG is not set | ||
1026 | |||
1027 | # | ||
1028 | # RTC interfaces | ||
1029 | # | ||
1030 | CONFIG_RTC_INTF_SYSFS=y | ||
1031 | CONFIG_RTC_INTF_PROC=y | ||
1032 | CONFIG_RTC_INTF_DEV=y | ||
1033 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1034 | # CONFIG_RTC_DRV_TEST is not set | ||
1035 | |||
1036 | # | ||
1037 | # I2C RTC drivers | ||
1038 | # | ||
1039 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1040 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1041 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1042 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1043 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1044 | # CONFIG_RTC_DRV_X1205 is not set | ||
1045 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1046 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1047 | |||
1048 | # | ||
1049 | # SPI RTC drivers | ||
1050 | # | ||
1051 | |||
1052 | # | ||
1053 | # Platform RTC drivers | ||
1054 | # | ||
1055 | # CONFIG_RTC_DRV_CMOS is not set | ||
1056 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1057 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1058 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1059 | # CONFIG_RTC_DRV_V3020 is not set | ||
1060 | |||
1061 | # | ||
1062 | # on-CPU RTC drivers | ||
1063 | # | ||
1064 | CONFIG_RTC_DRV_OMAP=y | ||
1065 | |||
1066 | # | ||
1067 | # CBUS support | ||
1068 | # | ||
1069 | # CONFIG_CBUS is not set | ||
1070 | |||
1071 | # | ||
1072 | # File systems | ||
1073 | # | ||
1074 | CONFIG_EXT2_FS=y | ||
1075 | # CONFIG_EXT2_FS_XATTR is not set | ||
1076 | # CONFIG_EXT2_FS_XIP is not set | ||
1077 | CONFIG_EXT3_FS=y | ||
1078 | CONFIG_EXT3_FS_XATTR=y | ||
1079 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1080 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1081 | # CONFIG_EXT4DEV_FS is not set | ||
1082 | CONFIG_JBD=y | ||
1083 | # CONFIG_JBD_DEBUG is not set | ||
1084 | CONFIG_FS_MBCACHE=y | ||
1085 | # CONFIG_REISERFS_FS is not set | ||
1086 | # CONFIG_JFS_FS is not set | ||
1087 | # CONFIG_FS_POSIX_ACL is not set | ||
1088 | # CONFIG_XFS_FS is not set | ||
1089 | # CONFIG_GFS2_FS is not set | ||
1090 | # CONFIG_OCFS2_FS is not set | ||
1091 | # CONFIG_MINIX_FS is not set | ||
1092 | # CONFIG_ROMFS_FS is not set | ||
1093 | CONFIG_INOTIFY=y | ||
1094 | CONFIG_INOTIFY_USER=y | ||
1095 | # CONFIG_QUOTA is not set | ||
1096 | CONFIG_DNOTIFY=y | ||
1097 | CONFIG_AUTOFS_FS=y | ||
1098 | CONFIG_AUTOFS4_FS=y | ||
1099 | # CONFIG_FUSE_FS is not set | ||
1100 | |||
1101 | # | ||
1102 | # CD-ROM/DVD Filesystems | ||
1103 | # | ||
1104 | # CONFIG_ISO9660_FS is not set | ||
1105 | # CONFIG_UDF_FS is not set | ||
1106 | |||
1107 | # | ||
1108 | # DOS/FAT/NT Filesystems | ||
1109 | # | ||
1110 | CONFIG_FAT_FS=y | ||
1111 | CONFIG_MSDOS_FS=y | ||
1112 | CONFIG_VFAT_FS=y | ||
1113 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1114 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1115 | # CONFIG_NTFS_FS is not set | ||
1116 | |||
1117 | # | ||
1118 | # Pseudo filesystems | ||
1119 | # | ||
1120 | CONFIG_PROC_FS=y | ||
1121 | CONFIG_PROC_SYSCTL=y | ||
1122 | CONFIG_SYSFS=y | ||
1123 | CONFIG_TMPFS=y | ||
1124 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1125 | # CONFIG_HUGETLB_PAGE is not set | ||
1126 | CONFIG_RAMFS=y | ||
1127 | # CONFIG_CONFIGFS_FS is not set | ||
1128 | |||
1129 | # | ||
1130 | # Miscellaneous filesystems | ||
1131 | # | ||
1132 | # CONFIG_ADFS_FS is not set | ||
1133 | # CONFIG_AFFS_FS is not set | ||
1134 | # CONFIG_HFS_FS is not set | ||
1135 | # CONFIG_HFSPLUS_FS is not set | ||
1136 | # CONFIG_BEFS_FS is not set | ||
1137 | # CONFIG_BFS_FS is not set | ||
1138 | # CONFIG_EFS_FS is not set | ||
1139 | CONFIG_JFFS2_FS=y | ||
1140 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1141 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1142 | CONFIG_JFFS2_SUMMARY=y | ||
1143 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1144 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1145 | CONFIG_JFFS2_ZLIB=y | ||
1146 | CONFIG_JFFS2_RTIME=y | ||
1147 | # CONFIG_JFFS2_RUBIN is not set | ||
1148 | # CONFIG_CRAMFS is not set | ||
1149 | # CONFIG_VXFS_FS is not set | ||
1150 | # CONFIG_HPFS_FS is not set | ||
1151 | # CONFIG_QNX4FS_FS is not set | ||
1152 | # CONFIG_SYSV_FS is not set | ||
1153 | # CONFIG_UFS_FS is not set | ||
1154 | |||
1155 | # | ||
1156 | # Network File Systems | ||
1157 | # | ||
1158 | CONFIG_NFS_FS=y | ||
1159 | # CONFIG_NFS_V3 is not set | ||
1160 | # CONFIG_NFS_V4 is not set | ||
1161 | # CONFIG_NFS_DIRECTIO is not set | ||
1162 | # CONFIG_NFSD is not set | ||
1163 | CONFIG_LOCKD=y | ||
1164 | CONFIG_NFS_COMMON=y | ||
1165 | CONFIG_SUNRPC=y | ||
1166 | # CONFIG_SUNRPC_BIND34 is not set | ||
1167 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1168 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1169 | # CONFIG_SMB_FS is not set | ||
1170 | # CONFIG_CIFS is not set | ||
1171 | # CONFIG_NCP_FS is not set | ||
1172 | # CONFIG_CODA_FS is not set | ||
1173 | # CONFIG_AFS_FS is not set | ||
1174 | # CONFIG_9P_FS is not set | ||
1175 | |||
1176 | # | ||
1177 | # Partition Types | ||
1178 | # | ||
1179 | CONFIG_PARTITION_ADVANCED=y | ||
1180 | # CONFIG_ACORN_PARTITION is not set | ||
1181 | # CONFIG_OSF_PARTITION is not set | ||
1182 | # CONFIG_AMIGA_PARTITION is not set | ||
1183 | # CONFIG_ATARI_PARTITION is not set | ||
1184 | # CONFIG_MAC_PARTITION is not set | ||
1185 | CONFIG_MSDOS_PARTITION=y | ||
1186 | # CONFIG_BSD_DISKLABEL is not set | ||
1187 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1188 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1189 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1190 | # CONFIG_LDM_PARTITION is not set | ||
1191 | # CONFIG_SGI_PARTITION is not set | ||
1192 | # CONFIG_ULTRIX_PARTITION is not set | ||
1193 | # CONFIG_SUN_PARTITION is not set | ||
1194 | # CONFIG_KARMA_PARTITION is not set | ||
1195 | # CONFIG_EFI_PARTITION is not set | ||
1196 | # CONFIG_SYSV68_PARTITION is not set | ||
1197 | |||
1198 | # | ||
1199 | # Native Language Support | ||
1200 | # | ||
1201 | CONFIG_NLS=y | ||
1202 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1203 | CONFIG_NLS_CODEPAGE_437=y | ||
1204 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1205 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1206 | CONFIG_NLS_CODEPAGE_850=y | ||
1207 | CONFIG_NLS_CODEPAGE_852=y | ||
1208 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1209 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1210 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1211 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1212 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1213 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1214 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1215 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1216 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1217 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1218 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1219 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1220 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1221 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1222 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1223 | # CONFIG_NLS_ISO8859_8 is not set | ||
1224 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1225 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1226 | # CONFIG_NLS_ASCII is not set | ||
1227 | CONFIG_NLS_ISO8859_1=y | ||
1228 | CONFIG_NLS_ISO8859_2=y | ||
1229 | # CONFIG_NLS_ISO8859_3 is not set | ||
1230 | # CONFIG_NLS_ISO8859_4 is not set | ||
1231 | # CONFIG_NLS_ISO8859_5 is not set | ||
1232 | # CONFIG_NLS_ISO8859_6 is not set | ||
1233 | # CONFIG_NLS_ISO8859_7 is not set | ||
1234 | # CONFIG_NLS_ISO8859_9 is not set | ||
1235 | # CONFIG_NLS_ISO8859_13 is not set | ||
1236 | # CONFIG_NLS_ISO8859_14 is not set | ||
1237 | # CONFIG_NLS_ISO8859_15 is not set | ||
1238 | # CONFIG_NLS_KOI8_R is not set | ||
1239 | # CONFIG_NLS_KOI8_U is not set | ||
1240 | # CONFIG_NLS_UTF8 is not set | ||
1241 | |||
1242 | # | ||
1243 | # Distributed Lock Manager | ||
1244 | # | ||
1245 | # CONFIG_DLM is not set | ||
1246 | |||
1247 | # | ||
1248 | # Profiling support | ||
1249 | # | ||
1250 | # CONFIG_PROFILING is not set | ||
1251 | |||
1252 | # | ||
1253 | # Kernel hacking | ||
1254 | # | ||
1255 | # CONFIG_PRINTK_TIME is not set | ||
1256 | CONFIG_ENABLE_MUST_CHECK=y | ||
1257 | CONFIG_MAGIC_SYSRQ=y | ||
1258 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1259 | # CONFIG_DEBUG_FS is not set | ||
1260 | # CONFIG_HEADERS_CHECK is not set | ||
1261 | CONFIG_DEBUG_KERNEL=y | ||
1262 | # CONFIG_DEBUG_SHIRQ is not set | ||
1263 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1264 | # CONFIG_SCHEDSTATS is not set | ||
1265 | # CONFIG_TIMER_STATS is not set | ||
1266 | # CONFIG_DEBUG_SLAB is not set | ||
1267 | CONFIG_DEBUG_PREEMPT=y | ||
1268 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1269 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1270 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1271 | # CONFIG_DEBUG_MUTEXES is not set | ||
1272 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1273 | # CONFIG_PROVE_LOCKING is not set | ||
1274 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1275 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1276 | # CONFIG_DEBUG_KOBJECT is not set | ||
1277 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1278 | # CONFIG_DEBUG_INFO is not set | ||
1279 | # CONFIG_DEBUG_VM is not set | ||
1280 | # CONFIG_DEBUG_LIST is not set | ||
1281 | CONFIG_FRAME_POINTER=y | ||
1282 | CONFIG_FORCED_INLINING=y | ||
1283 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1284 | # CONFIG_FAULT_INJECTION is not set | ||
1285 | # CONFIG_DEBUG_USER is not set | ||
1286 | # CONFIG_DEBUG_ERRORS is not set | ||
1287 | # CONFIG_DEBUG_LL is not set | ||
1288 | |||
1289 | # | ||
1290 | # Security options | ||
1291 | # | ||
1292 | # CONFIG_KEYS is not set | ||
1293 | # CONFIG_SECURITY is not set | ||
1294 | |||
1295 | # | ||
1296 | # Cryptographic options | ||
1297 | # | ||
1298 | # CONFIG_CRYPTO is not set | ||
1299 | |||
1300 | # | ||
1301 | # Library routines | ||
1302 | # | ||
1303 | CONFIG_BITREVERSE=y | ||
1304 | # CONFIG_CRC_CCITT is not set | ||
1305 | # CONFIG_CRC16 is not set | ||
1306 | # CONFIG_CRC_ITU_T is not set | ||
1307 | CONFIG_CRC32=y | ||
1308 | # CONFIG_LIBCRC32C is not set | ||
1309 | CONFIG_ZLIB_INFLATE=y | ||
1310 | CONFIG_ZLIB_DEFLATE=y | ||
1311 | CONFIG_PLIST=y | ||
1312 | CONFIG_HAS_IOMEM=y | ||
1313 | CONFIG_HAS_IOPORT=y | ||
1314 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/cm_x300_defconfig b/arch/arm/configs/cm_x300_defconfig new file mode 100644 index 000000000000..46f1c9dc350c --- /dev/null +++ b/arch/arm/configs/cm_x300_defconfig | |||
@@ -0,0 +1,1466 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-rc3 | ||
4 | # Tue Aug 19 11:26:54 2008 | ||
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_HAVE_LATENCYTOP_SUPPORT=y | ||
16 | CONFIG_LOCKDEP_SUPPORT=y | ||
17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
18 | CONFIG_HARDIRQS_SW_RESEND=y | ||
19 | CONFIG_GENERIC_IRQ_PROBE=y | ||
20 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
23 | CONFIG_GENERIC_HWEIGHT=y | ||
24 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
25 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
26 | CONFIG_ZONE_DMA=y | ||
27 | CONFIG_ARCH_MTD_XIP=y | ||
28 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
29 | CONFIG_VECTORS_BASE=0xffff0000 | ||
30 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
31 | |||
32 | # | ||
33 | # General setup | ||
34 | # | ||
35 | CONFIG_EXPERIMENTAL=y | ||
36 | CONFIG_BROKEN_ON_SMP=y | ||
37 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
38 | CONFIG_LOCALVERSION="-cm-x300" | ||
39 | # CONFIG_LOCALVERSION_AUTO is not set | ||
40 | CONFIG_SWAP=y | ||
41 | CONFIG_SYSVIPC=y | ||
42 | CONFIG_SYSVIPC_SYSCTL=y | ||
43 | # CONFIG_POSIX_MQUEUE is not set | ||
44 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
45 | # CONFIG_TASKSTATS is not set | ||
46 | # CONFIG_AUDIT is not set | ||
47 | CONFIG_IKCONFIG=y | ||
48 | CONFIG_IKCONFIG_PROC=y | ||
49 | CONFIG_LOG_BUF_SHIFT=18 | ||
50 | # CONFIG_CGROUPS is not set | ||
51 | CONFIG_GROUP_SCHED=y | ||
52 | CONFIG_FAIR_GROUP_SCHED=y | ||
53 | # CONFIG_RT_GROUP_SCHED is not set | ||
54 | CONFIG_USER_SCHED=y | ||
55 | # CONFIG_CGROUP_SCHED is not set | ||
56 | CONFIG_SYSFS_DEPRECATED=y | ||
57 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
58 | # CONFIG_RELAY is not set | ||
59 | CONFIG_NAMESPACES=y | ||
60 | # CONFIG_UTS_NS is not set | ||
61 | # CONFIG_IPC_NS is not set | ||
62 | # CONFIG_USER_NS is not set | ||
63 | # CONFIG_PID_NS is not set | ||
64 | CONFIG_BLK_DEV_INITRD=y | ||
65 | CONFIG_INITRAMFS_SOURCE="" | ||
66 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
67 | CONFIG_SYSCTL=y | ||
68 | # CONFIG_EMBEDDED is not set | ||
69 | CONFIG_UID16=y | ||
70 | CONFIG_SYSCTL_SYSCALL=y | ||
71 | CONFIG_KALLSYMS=y | ||
72 | # CONFIG_KALLSYMS_ALL is not set | ||
73 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
74 | CONFIG_HOTPLUG=y | ||
75 | CONFIG_PRINTK=y | ||
76 | CONFIG_BUG=y | ||
77 | CONFIG_ELF_CORE=y | ||
78 | CONFIG_COMPAT_BRK=y | ||
79 | CONFIG_BASE_FULL=y | ||
80 | CONFIG_FUTEX=y | ||
81 | CONFIG_ANON_INODES=y | ||
82 | CONFIG_EPOLL=y | ||
83 | CONFIG_SIGNALFD=y | ||
84 | CONFIG_TIMERFD=y | ||
85 | CONFIG_EVENTFD=y | ||
86 | CONFIG_SHMEM=y | ||
87 | CONFIG_VM_EVENT_COUNTERS=y | ||
88 | CONFIG_SLUB_DEBUG=y | ||
89 | # CONFIG_SLAB is not set | ||
90 | CONFIG_SLUB=y | ||
91 | # CONFIG_SLOB is not set | ||
92 | # CONFIG_PROFILING is not set | ||
93 | # CONFIG_MARKERS is not set | ||
94 | CONFIG_HAVE_OPROFILE=y | ||
95 | # CONFIG_KPROBES is not set | ||
96 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
97 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
98 | CONFIG_HAVE_KPROBES=y | ||
99 | CONFIG_HAVE_KRETPROBES=y | ||
100 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
101 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
102 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
103 | CONFIG_HAVE_CLK=y | ||
104 | CONFIG_PROC_PAGE_MONITOR=y | ||
105 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
106 | CONFIG_SLABINFO=y | ||
107 | CONFIG_RT_MUTEXES=y | ||
108 | # CONFIG_TINY_SHMEM is not set | ||
109 | CONFIG_BASE_SMALL=0 | ||
110 | CONFIG_MODULES=y | ||
111 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
112 | CONFIG_MODULE_UNLOAD=y | ||
113 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
114 | # CONFIG_MODVERSIONS is not set | ||
115 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
116 | CONFIG_KMOD=y | ||
117 | CONFIG_BLOCK=y | ||
118 | # CONFIG_LBD is not set | ||
119 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
120 | # CONFIG_LSF is not set | ||
121 | # CONFIG_BLK_DEV_BSG is not set | ||
122 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
123 | |||
124 | # | ||
125 | # IO Schedulers | ||
126 | # | ||
127 | CONFIG_IOSCHED_NOOP=y | ||
128 | CONFIG_IOSCHED_AS=y | ||
129 | CONFIG_IOSCHED_DEADLINE=y | ||
130 | CONFIG_IOSCHED_CFQ=y | ||
131 | # CONFIG_DEFAULT_AS is not set | ||
132 | # CONFIG_DEFAULT_DEADLINE is not set | ||
133 | CONFIG_DEFAULT_CFQ=y | ||
134 | # CONFIG_DEFAULT_NOOP is not set | ||
135 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
136 | CONFIG_CLASSIC_RCU=y | ||
137 | |||
138 | # | ||
139 | # System Type | ||
140 | # | ||
141 | # CONFIG_ARCH_AAEC2000 is not set | ||
142 | # CONFIG_ARCH_INTEGRATOR is not set | ||
143 | # CONFIG_ARCH_REALVIEW is not set | ||
144 | # CONFIG_ARCH_VERSATILE is not set | ||
145 | # CONFIG_ARCH_AT91 is not set | ||
146 | # CONFIG_ARCH_CLPS7500 is not set | ||
147 | # CONFIG_ARCH_CLPS711X is not set | ||
148 | # CONFIG_ARCH_EBSA110 is not set | ||
149 | # CONFIG_ARCH_EP93XX is not set | ||
150 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
151 | # CONFIG_ARCH_NETX is not set | ||
152 | # CONFIG_ARCH_H720X is not set | ||
153 | # CONFIG_ARCH_IMX is not set | ||
154 | # CONFIG_ARCH_IOP13XX is not set | ||
155 | # CONFIG_ARCH_IOP32X is not set | ||
156 | # CONFIG_ARCH_IOP33X is not set | ||
157 | # CONFIG_ARCH_IXP23XX is not set | ||
158 | # CONFIG_ARCH_IXP2000 is not set | ||
159 | # CONFIG_ARCH_IXP4XX is not set | ||
160 | # CONFIG_ARCH_L7200 is not set | ||
161 | # CONFIG_ARCH_KIRKWOOD is not set | ||
162 | # CONFIG_ARCH_KS8695 is not set | ||
163 | # CONFIG_ARCH_NS9XXX is not set | ||
164 | # CONFIG_ARCH_LOKI is not set | ||
165 | # CONFIG_ARCH_MV78XX0 is not set | ||
166 | # CONFIG_ARCH_MXC is not set | ||
167 | # CONFIG_ARCH_ORION5X is not set | ||
168 | # CONFIG_ARCH_PNX4008 is not set | ||
169 | CONFIG_ARCH_PXA=y | ||
170 | # CONFIG_ARCH_RPC is not set | ||
171 | # CONFIG_ARCH_SA1100 is not set | ||
172 | # CONFIG_ARCH_S3C2410 is not set | ||
173 | # CONFIG_ARCH_SHARK is not set | ||
174 | # CONFIG_ARCH_LH7A40X is not set | ||
175 | # CONFIG_ARCH_DAVINCI is not set | ||
176 | # CONFIG_ARCH_OMAP is not set | ||
177 | # CONFIG_ARCH_MSM7X00A is not set | ||
178 | |||
179 | # | ||
180 | # Intel PXA2xx/PXA3xx Implementations | ||
181 | # | ||
182 | |||
183 | # | ||
184 | # Supported PXA3xx Processor Variants | ||
185 | # | ||
186 | CONFIG_CPU_PXA300=y | ||
187 | # CONFIG_CPU_PXA310 is not set | ||
188 | # CONFIG_CPU_PXA320 is not set | ||
189 | # CONFIG_CPU_PXA930 is not set | ||
190 | # CONFIG_ARCH_GUMSTIX is not set | ||
191 | # CONFIG_ARCH_LUBBOCK is not set | ||
192 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
193 | # CONFIG_MACH_MAINSTONE is not set | ||
194 | # CONFIG_ARCH_PXA_IDP is not set | ||
195 | # CONFIG_PXA_SHARPSL is not set | ||
196 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
197 | # CONFIG_MACH_TRIZEPS4 is not set | ||
198 | # CONFIG_MACH_EM_X270 is not set | ||
199 | # CONFIG_MACH_COLIBRI is not set | ||
200 | # CONFIG_MACH_ZYLONITE is not set | ||
201 | # CONFIG_MACH_LITTLETON is not set | ||
202 | # CONFIG_MACH_TAVOREVB is not set | ||
203 | # CONFIG_MACH_SAAR is not set | ||
204 | # CONFIG_MACH_ARMCORE is not set | ||
205 | CONFIG_MACH_CM_X300=y | ||
206 | # CONFIG_MACH_MAGICIAN is not set | ||
207 | # CONFIG_MACH_PCM027 is not set | ||
208 | # CONFIG_ARCH_PXA_PALM is not set | ||
209 | # CONFIG_PXA_EZX is not set | ||
210 | CONFIG_PXA3xx=y | ||
211 | # CONFIG_PXA_PWM is not set | ||
212 | |||
213 | # | ||
214 | # Boot options | ||
215 | # | ||
216 | |||
217 | # | ||
218 | # Power management | ||
219 | # | ||
220 | |||
221 | # | ||
222 | # Processor Type | ||
223 | # | ||
224 | CONFIG_CPU_32=y | ||
225 | CONFIG_CPU_XSC3=y | ||
226 | CONFIG_CPU_32v5=y | ||
227 | CONFIG_CPU_ABRT_EV5T=y | ||
228 | CONFIG_CPU_PABRT_NOIFAR=y | ||
229 | CONFIG_CPU_CACHE_VIVT=y | ||
230 | CONFIG_CPU_TLB_V4WBI=y | ||
231 | CONFIG_CPU_CP15=y | ||
232 | CONFIG_CPU_CP15_MMU=y | ||
233 | CONFIG_IO_36=y | ||
234 | |||
235 | # | ||
236 | # Processor Features | ||
237 | # | ||
238 | # CONFIG_ARM_THUMB is not set | ||
239 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
240 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
241 | CONFIG_OUTER_CACHE=y | ||
242 | CONFIG_CACHE_XSC3L2=y | ||
243 | CONFIG_IWMMXT=y | ||
244 | |||
245 | # | ||
246 | # Bus support | ||
247 | # | ||
248 | # CONFIG_PCI_SYSCALL is not set | ||
249 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
250 | # CONFIG_PCCARD is not set | ||
251 | |||
252 | # | ||
253 | # Kernel Features | ||
254 | # | ||
255 | CONFIG_TICK_ONESHOT=y | ||
256 | CONFIG_NO_HZ=y | ||
257 | # CONFIG_HIGH_RES_TIMERS is not set | ||
258 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
259 | # CONFIG_PREEMPT is not set | ||
260 | CONFIG_HZ=100 | ||
261 | CONFIG_AEABI=y | ||
262 | CONFIG_OABI_COMPAT=y | ||
263 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
264 | CONFIG_SELECT_MEMORY_MODEL=y | ||
265 | CONFIG_FLATMEM_MANUAL=y | ||
266 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
267 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
268 | CONFIG_FLATMEM=y | ||
269 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
270 | # CONFIG_SPARSEMEM_STATIC is not set | ||
271 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
272 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
273 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
274 | # CONFIG_RESOURCES_64BIT is not set | ||
275 | CONFIG_ZONE_DMA_FLAG=1 | ||
276 | CONFIG_BOUNCE=y | ||
277 | CONFIG_VIRT_TO_BUS=y | ||
278 | CONFIG_ALIGNMENT_TRAP=y | ||
279 | |||
280 | # | ||
281 | # Boot options | ||
282 | # | ||
283 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
284 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
285 | CONFIG_CMDLINE="root=/dev/mtdblock5 rootfstype=jffs2 console=ttyS2,38400" | ||
286 | # CONFIG_XIP_KERNEL is not set | ||
287 | # CONFIG_KEXEC is not set | ||
288 | |||
289 | # | ||
290 | # CPU Frequency scaling | ||
291 | # | ||
292 | CONFIG_CPU_FREQ=y | ||
293 | CONFIG_CPU_FREQ_TABLE=y | ||
294 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
295 | CONFIG_CPU_FREQ_STAT=y | ||
296 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
297 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
298 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
299 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
300 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
301 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
302 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
303 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
304 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
305 | # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set | ||
306 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
307 | |||
308 | # | ||
309 | # Floating point emulation | ||
310 | # | ||
311 | |||
312 | # | ||
313 | # At least one emulation must be selected | ||
314 | # | ||
315 | CONFIG_FPE_NWFPE=y | ||
316 | # CONFIG_FPE_NWFPE_XP is not set | ||
317 | # CONFIG_FPE_FASTFPE is not set | ||
318 | |||
319 | # | ||
320 | # Userspace binary formats | ||
321 | # | ||
322 | CONFIG_BINFMT_ELF=y | ||
323 | # CONFIG_BINFMT_AOUT is not set | ||
324 | # CONFIG_BINFMT_MISC is not set | ||
325 | |||
326 | # | ||
327 | # Power management options | ||
328 | # | ||
329 | CONFIG_PM=y | ||
330 | # CONFIG_PM_DEBUG is not set | ||
331 | CONFIG_PM_SLEEP=y | ||
332 | CONFIG_SUSPEND=y | ||
333 | CONFIG_SUSPEND_FREEZER=y | ||
334 | CONFIG_APM_EMULATION=y | ||
335 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
336 | CONFIG_NET=y | ||
337 | |||
338 | # | ||
339 | # Networking options | ||
340 | # | ||
341 | CONFIG_PACKET=y | ||
342 | # CONFIG_PACKET_MMAP is not set | ||
343 | CONFIG_UNIX=y | ||
344 | # CONFIG_NET_KEY is not set | ||
345 | CONFIG_INET=y | ||
346 | # CONFIG_IP_MULTICAST is not set | ||
347 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
348 | CONFIG_IP_FIB_HASH=y | ||
349 | CONFIG_IP_PNP=y | ||
350 | CONFIG_IP_PNP_DHCP=y | ||
351 | CONFIG_IP_PNP_BOOTP=y | ||
352 | CONFIG_IP_PNP_RARP=y | ||
353 | # CONFIG_NET_IPIP is not set | ||
354 | # CONFIG_NET_IPGRE is not set | ||
355 | # CONFIG_ARPD is not set | ||
356 | # CONFIG_SYN_COOKIES is not set | ||
357 | # CONFIG_INET_AH is not set | ||
358 | # CONFIG_INET_ESP is not set | ||
359 | # CONFIG_INET_IPCOMP is not set | ||
360 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
361 | # CONFIG_INET_TUNNEL is not set | ||
362 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
363 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
364 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
365 | # CONFIG_INET_LRO is not set | ||
366 | # CONFIG_INET_DIAG is not set | ||
367 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
368 | CONFIG_TCP_CONG_CUBIC=y | ||
369 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
370 | # CONFIG_TCP_MD5SIG is not set | ||
371 | # CONFIG_IPV6 is not set | ||
372 | # CONFIG_NETWORK_SECMARK is not set | ||
373 | # CONFIG_NETFILTER is not set | ||
374 | # CONFIG_IP_DCCP is not set | ||
375 | # CONFIG_IP_SCTP is not set | ||
376 | # CONFIG_TIPC is not set | ||
377 | # CONFIG_ATM is not set | ||
378 | # CONFIG_BRIDGE is not set | ||
379 | # CONFIG_VLAN_8021Q is not set | ||
380 | # CONFIG_DECNET is not set | ||
381 | # CONFIG_LLC2 is not set | ||
382 | # CONFIG_IPX is not set | ||
383 | # CONFIG_ATALK is not set | ||
384 | # CONFIG_X25 is not set | ||
385 | # CONFIG_LAPB is not set | ||
386 | # CONFIG_ECONET is not set | ||
387 | # CONFIG_WAN_ROUTER is not set | ||
388 | # CONFIG_NET_SCHED is not set | ||
389 | |||
390 | # | ||
391 | # Network testing | ||
392 | # | ||
393 | # CONFIG_NET_PKTGEN is not set | ||
394 | # CONFIG_HAMRADIO is not set | ||
395 | # CONFIG_CAN is not set | ||
396 | # CONFIG_IRDA is not set | ||
397 | CONFIG_BT=m | ||
398 | CONFIG_BT_L2CAP=m | ||
399 | CONFIG_BT_SCO=m | ||
400 | CONFIG_BT_RFCOMM=m | ||
401 | CONFIG_BT_RFCOMM_TTY=y | ||
402 | CONFIG_BT_BNEP=m | ||
403 | CONFIG_BT_BNEP_MC_FILTER=y | ||
404 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
405 | CONFIG_BT_HIDP=m | ||
406 | |||
407 | # | ||
408 | # Bluetooth device drivers | ||
409 | # | ||
410 | CONFIG_BT_HCIUSB=m | ||
411 | CONFIG_BT_HCIUSB_SCO=y | ||
412 | # CONFIG_BT_HCIBTSDIO is not set | ||
413 | # CONFIG_BT_HCIUART is not set | ||
414 | # CONFIG_BT_HCIBCM203X is not set | ||
415 | # CONFIG_BT_HCIBPA10X is not set | ||
416 | # CONFIG_BT_HCIBFUSB is not set | ||
417 | # CONFIG_BT_HCIVHCI is not set | ||
418 | # CONFIG_AF_RXRPC is not set | ||
419 | |||
420 | # | ||
421 | # Wireless | ||
422 | # | ||
423 | # CONFIG_CFG80211 is not set | ||
424 | CONFIG_WIRELESS_EXT=y | ||
425 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
426 | # CONFIG_MAC80211 is not set | ||
427 | CONFIG_IEEE80211=m | ||
428 | # CONFIG_IEEE80211_DEBUG is not set | ||
429 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
430 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
431 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
432 | # CONFIG_RFKILL is not set | ||
433 | # CONFIG_NET_9P is not set | ||
434 | |||
435 | # | ||
436 | # Device Drivers | ||
437 | # | ||
438 | |||
439 | # | ||
440 | # Generic Driver Options | ||
441 | # | ||
442 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
443 | CONFIG_STANDALONE=y | ||
444 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
445 | CONFIG_FW_LOADER=y | ||
446 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
447 | CONFIG_EXTRA_FIRMWARE="" | ||
448 | # CONFIG_DEBUG_DRIVER is not set | ||
449 | # CONFIG_DEBUG_DEVRES is not set | ||
450 | # CONFIG_SYS_HYPERVISOR is not set | ||
451 | # CONFIG_CONNECTOR is not set | ||
452 | CONFIG_MTD=y | ||
453 | # CONFIG_MTD_DEBUG is not set | ||
454 | # CONFIG_MTD_CONCAT is not set | ||
455 | CONFIG_MTD_PARTITIONS=y | ||
456 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
457 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
458 | # CONFIG_MTD_AFS_PARTS is not set | ||
459 | # CONFIG_MTD_AR7_PARTS is not set | ||
460 | |||
461 | # | ||
462 | # User Modules And Translation Layers | ||
463 | # | ||
464 | CONFIG_MTD_CHAR=y | ||
465 | CONFIG_MTD_BLKDEVS=y | ||
466 | CONFIG_MTD_BLOCK=y | ||
467 | # CONFIG_FTL is not set | ||
468 | # CONFIG_NFTL is not set | ||
469 | # CONFIG_INFTL is not set | ||
470 | # CONFIG_RFD_FTL is not set | ||
471 | # CONFIG_SSFDC is not set | ||
472 | # CONFIG_MTD_OOPS is not set | ||
473 | |||
474 | # | ||
475 | # RAM/ROM/Flash chip drivers | ||
476 | # | ||
477 | # CONFIG_MTD_CFI is not set | ||
478 | # CONFIG_MTD_JEDECPROBE is not set | ||
479 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
480 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
481 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
482 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
483 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
484 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
485 | CONFIG_MTD_CFI_I1=y | ||
486 | CONFIG_MTD_CFI_I2=y | ||
487 | # CONFIG_MTD_CFI_I4 is not set | ||
488 | # CONFIG_MTD_CFI_I8 is not set | ||
489 | # CONFIG_MTD_RAM is not set | ||
490 | # CONFIG_MTD_ROM is not set | ||
491 | # CONFIG_MTD_ABSENT is not set | ||
492 | |||
493 | # | ||
494 | # Mapping drivers for chip access | ||
495 | # | ||
496 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
497 | # CONFIG_MTD_SHARP_SL is not set | ||
498 | # CONFIG_MTD_PLATRAM is not set | ||
499 | |||
500 | # | ||
501 | # Self-contained MTD device drivers | ||
502 | # | ||
503 | # CONFIG_MTD_SLRAM is not set | ||
504 | # CONFIG_MTD_PHRAM is not set | ||
505 | # CONFIG_MTD_MTDRAM is not set | ||
506 | # CONFIG_MTD_BLOCK2MTD is not set | ||
507 | |||
508 | # | ||
509 | # Disk-On-Chip Device Drivers | ||
510 | # | ||
511 | # CONFIG_MTD_DOC2000 is not set | ||
512 | # CONFIG_MTD_DOC2001 is not set | ||
513 | # CONFIG_MTD_DOC2001PLUS is not set | ||
514 | CONFIG_MTD_NAND=y | ||
515 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
516 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
517 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
518 | # CONFIG_MTD_NAND_H1900 is not set | ||
519 | CONFIG_MTD_NAND_IDS=y | ||
520 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
521 | # CONFIG_MTD_NAND_SHARPSL is not set | ||
522 | CONFIG_MTD_NAND_PXA3xx=y | ||
523 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
524 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
525 | # CONFIG_MTD_ALAUDA is not set | ||
526 | # CONFIG_MTD_ONENAND is not set | ||
527 | |||
528 | # | ||
529 | # UBI - Unsorted block images | ||
530 | # | ||
531 | # CONFIG_MTD_UBI is not set | ||
532 | # CONFIG_PARPORT is not set | ||
533 | CONFIG_BLK_DEV=y | ||
534 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
535 | CONFIG_BLK_DEV_LOOP=y | ||
536 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
537 | # CONFIG_BLK_DEV_NBD is not set | ||
538 | # CONFIG_BLK_DEV_UB is not set | ||
539 | CONFIG_BLK_DEV_RAM=y | ||
540 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
541 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
542 | # CONFIG_BLK_DEV_XIP is not set | ||
543 | # CONFIG_CDROM_PKTCDVD is not set | ||
544 | # CONFIG_ATA_OVER_ETH is not set | ||
545 | # CONFIG_MISC_DEVICES is not set | ||
546 | CONFIG_HAVE_IDE=y | ||
547 | # CONFIG_IDE is not set | ||
548 | |||
549 | # | ||
550 | # SCSI device support | ||
551 | # | ||
552 | # CONFIG_RAID_ATTRS is not set | ||
553 | CONFIG_SCSI=y | ||
554 | CONFIG_SCSI_DMA=y | ||
555 | # CONFIG_SCSI_TGT is not set | ||
556 | # CONFIG_SCSI_NETLINK is not set | ||
557 | CONFIG_SCSI_PROC_FS=y | ||
558 | |||
559 | # | ||
560 | # SCSI support type (disk, tape, CD-ROM) | ||
561 | # | ||
562 | CONFIG_BLK_DEV_SD=y | ||
563 | # CONFIG_CHR_DEV_ST is not set | ||
564 | # CONFIG_CHR_DEV_OSST is not set | ||
565 | # CONFIG_BLK_DEV_SR is not set | ||
566 | # CONFIG_CHR_DEV_SG is not set | ||
567 | # CONFIG_CHR_DEV_SCH is not set | ||
568 | |||
569 | # | ||
570 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
571 | # | ||
572 | # CONFIG_SCSI_MULTI_LUN is not set | ||
573 | # CONFIG_SCSI_CONSTANTS is not set | ||
574 | # CONFIG_SCSI_LOGGING is not set | ||
575 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
576 | CONFIG_SCSI_WAIT_SCAN=m | ||
577 | |||
578 | # | ||
579 | # SCSI Transports | ||
580 | # | ||
581 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
582 | # CONFIG_SCSI_FC_ATTRS is not set | ||
583 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
584 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
585 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
586 | CONFIG_SCSI_LOWLEVEL=y | ||
587 | # CONFIG_ISCSI_TCP is not set | ||
588 | # CONFIG_SCSI_DEBUG is not set | ||
589 | # CONFIG_SCSI_DH is not set | ||
590 | # CONFIG_ATA is not set | ||
591 | # CONFIG_MD is not set | ||
592 | CONFIG_NETDEVICES=y | ||
593 | # CONFIG_DUMMY is not set | ||
594 | # CONFIG_BONDING is not set | ||
595 | # CONFIG_MACVLAN is not set | ||
596 | # CONFIG_EQUALIZER is not set | ||
597 | # CONFIG_TUN is not set | ||
598 | # CONFIG_VETH is not set | ||
599 | # CONFIG_PHYLIB is not set | ||
600 | CONFIG_NET_ETHERNET=y | ||
601 | CONFIG_MII=y | ||
602 | # CONFIG_AX88796 is not set | ||
603 | # CONFIG_SMC91X is not set | ||
604 | CONFIG_DM9000=y | ||
605 | CONFIG_DM9000_DEBUGLEVEL=0 | ||
606 | CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y | ||
607 | # CONFIG_SMC911X is not set | ||
608 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
609 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
610 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
611 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
612 | # CONFIG_B44 is not set | ||
613 | # CONFIG_NETDEV_1000 is not set | ||
614 | # CONFIG_NETDEV_10000 is not set | ||
615 | |||
616 | # | ||
617 | # Wireless LAN | ||
618 | # | ||
619 | # CONFIG_WLAN_PRE80211 is not set | ||
620 | CONFIG_WLAN_80211=y | ||
621 | CONFIG_LIBERTAS=m | ||
622 | # CONFIG_LIBERTAS_USB is not set | ||
623 | CONFIG_LIBERTAS_SDIO=m | ||
624 | # CONFIG_LIBERTAS_DEBUG is not set | ||
625 | # CONFIG_USB_ZD1201 is not set | ||
626 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
627 | # CONFIG_IWLWIFI_LEDS is not set | ||
628 | # CONFIG_HOSTAP is not set | ||
629 | |||
630 | # | ||
631 | # USB Network Adapters | ||
632 | # | ||
633 | # CONFIG_USB_CATC is not set | ||
634 | # CONFIG_USB_KAWETH is not set | ||
635 | # CONFIG_USB_PEGASUS is not set | ||
636 | # CONFIG_USB_RTL8150 is not set | ||
637 | # CONFIG_USB_USBNET is not set | ||
638 | # CONFIG_WAN is not set | ||
639 | # CONFIG_PPP is not set | ||
640 | # CONFIG_SLIP is not set | ||
641 | # CONFIG_NETCONSOLE is not set | ||
642 | # CONFIG_NETPOLL is not set | ||
643 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
644 | # CONFIG_ISDN is not set | ||
645 | |||
646 | # | ||
647 | # Input device support | ||
648 | # | ||
649 | CONFIG_INPUT=y | ||
650 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
651 | # CONFIG_INPUT_POLLDEV is not set | ||
652 | |||
653 | # | ||
654 | # Userland interfaces | ||
655 | # | ||
656 | CONFIG_INPUT_MOUSEDEV=y | ||
657 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
658 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
659 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
660 | # CONFIG_INPUT_JOYDEV is not set | ||
661 | CONFIG_INPUT_EVDEV=y | ||
662 | # CONFIG_INPUT_EVBUG is not set | ||
663 | |||
664 | # | ||
665 | # Input Device Drivers | ||
666 | # | ||
667 | CONFIG_INPUT_KEYBOARD=y | ||
668 | # CONFIG_KEYBOARD_ATKBD is not set | ||
669 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
670 | # CONFIG_KEYBOARD_LKKBD is not set | ||
671 | # CONFIG_KEYBOARD_XTKBD is not set | ||
672 | # CONFIG_KEYBOARD_NEWTON is not set | ||
673 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
674 | CONFIG_KEYBOARD_PXA27x=m | ||
675 | # CONFIG_KEYBOARD_GPIO is not set | ||
676 | # CONFIG_INPUT_MOUSE is not set | ||
677 | # CONFIG_INPUT_JOYSTICK is not set | ||
678 | # CONFIG_INPUT_TABLET is not set | ||
679 | CONFIG_INPUT_TOUCHSCREEN=y | ||
680 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
681 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
682 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
683 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
684 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
685 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
686 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
687 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
688 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
689 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
690 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
691 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
692 | # CONFIG_INPUT_MISC is not set | ||
693 | |||
694 | # | ||
695 | # Hardware I/O ports | ||
696 | # | ||
697 | # CONFIG_SERIO is not set | ||
698 | # CONFIG_GAMEPORT is not set | ||
699 | |||
700 | # | ||
701 | # Character devices | ||
702 | # | ||
703 | CONFIG_VT=y | ||
704 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
705 | CONFIG_VT_CONSOLE=y | ||
706 | CONFIG_HW_CONSOLE=y | ||
707 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
708 | CONFIG_DEVKMEM=y | ||
709 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
710 | |||
711 | # | ||
712 | # Serial drivers | ||
713 | # | ||
714 | # CONFIG_SERIAL_8250 is not set | ||
715 | |||
716 | # | ||
717 | # Non-8250 serial port support | ||
718 | # | ||
719 | CONFIG_SERIAL_PXA=y | ||
720 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
721 | CONFIG_SERIAL_CORE=y | ||
722 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
723 | CONFIG_UNIX98_PTYS=y | ||
724 | # CONFIG_LEGACY_PTYS is not set | ||
725 | # CONFIG_IPMI_HANDLER is not set | ||
726 | # CONFIG_HW_RANDOM is not set | ||
727 | # CONFIG_NVRAM is not set | ||
728 | # CONFIG_R3964 is not set | ||
729 | # CONFIG_RAW_DRIVER is not set | ||
730 | # CONFIG_TCG_TPM is not set | ||
731 | CONFIG_I2C=y | ||
732 | CONFIG_I2C_BOARDINFO=y | ||
733 | # CONFIG_I2C_CHARDEV is not set | ||
734 | CONFIG_I2C_HELPER_AUTO=y | ||
735 | |||
736 | # | ||
737 | # I2C Hardware Bus support | ||
738 | # | ||
739 | |||
740 | # | ||
741 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
742 | # | ||
743 | # CONFIG_I2C_GPIO is not set | ||
744 | # CONFIG_I2C_OCORES is not set | ||
745 | CONFIG_I2C_PXA=y | ||
746 | # CONFIG_I2C_PXA_SLAVE is not set | ||
747 | # CONFIG_I2C_SIMTEC is not set | ||
748 | |||
749 | # | ||
750 | # External I2C/SMBus adapter drivers | ||
751 | # | ||
752 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
753 | # CONFIG_I2C_TAOS_EVM is not set | ||
754 | # CONFIG_I2C_TINY_USB is not set | ||
755 | |||
756 | # | ||
757 | # Other I2C/SMBus bus drivers | ||
758 | # | ||
759 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
760 | # CONFIG_I2C_STUB is not set | ||
761 | |||
762 | # | ||
763 | # Miscellaneous I2C Chip support | ||
764 | # | ||
765 | # CONFIG_DS1682 is not set | ||
766 | # CONFIG_AT24 is not set | ||
767 | # CONFIG_SENSORS_EEPROM is not set | ||
768 | # CONFIG_SENSORS_PCF8574 is not set | ||
769 | # CONFIG_PCF8575 is not set | ||
770 | # CONFIG_SENSORS_PCF8591 is not set | ||
771 | # CONFIG_TPS65010 is not set | ||
772 | # CONFIG_SENSORS_MAX6875 is not set | ||
773 | # CONFIG_SENSORS_TSL2550 is not set | ||
774 | # CONFIG_I2C_DEBUG_CORE is not set | ||
775 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
776 | # CONFIG_I2C_DEBUG_BUS is not set | ||
777 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
778 | # CONFIG_SPI is not set | ||
779 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
780 | CONFIG_GPIOLIB=y | ||
781 | # CONFIG_DEBUG_GPIO is not set | ||
782 | # CONFIG_GPIO_SYSFS is not set | ||
783 | |||
784 | # | ||
785 | # I2C GPIO expanders: | ||
786 | # | ||
787 | # CONFIG_GPIO_MAX732X is not set | ||
788 | CONFIG_GPIO_PCA953X=y | ||
789 | # CONFIG_GPIO_PCF857X is not set | ||
790 | |||
791 | # | ||
792 | # PCI GPIO expanders: | ||
793 | # | ||
794 | |||
795 | # | ||
796 | # SPI GPIO expanders: | ||
797 | # | ||
798 | # CONFIG_W1 is not set | ||
799 | # CONFIG_POWER_SUPPLY is not set | ||
800 | # CONFIG_HWMON is not set | ||
801 | # CONFIG_WATCHDOG is not set | ||
802 | |||
803 | # | ||
804 | # Sonics Silicon Backplane | ||
805 | # | ||
806 | CONFIG_SSB_POSSIBLE=y | ||
807 | # CONFIG_SSB is not set | ||
808 | |||
809 | # | ||
810 | # Multifunction device drivers | ||
811 | # | ||
812 | # CONFIG_MFD_CORE is not set | ||
813 | # CONFIG_MFD_SM501 is not set | ||
814 | # CONFIG_HTC_EGPIO is not set | ||
815 | # CONFIG_HTC_PASIC3 is not set | ||
816 | # CONFIG_MFD_TMIO is not set | ||
817 | # CONFIG_MFD_T7L66XB is not set | ||
818 | # CONFIG_MFD_TC6387XB is not set | ||
819 | # CONFIG_MFD_TC6393XB is not set | ||
820 | |||
821 | # | ||
822 | # Multimedia devices | ||
823 | # | ||
824 | |||
825 | # | ||
826 | # Multimedia core support | ||
827 | # | ||
828 | # CONFIG_VIDEO_DEV is not set | ||
829 | # CONFIG_DVB_CORE is not set | ||
830 | # CONFIG_VIDEO_MEDIA is not set | ||
831 | |||
832 | # | ||
833 | # Multimedia drivers | ||
834 | # | ||
835 | # CONFIG_DAB is not set | ||
836 | |||
837 | # | ||
838 | # Graphics support | ||
839 | # | ||
840 | # CONFIG_VGASTATE is not set | ||
841 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
842 | CONFIG_FB=y | ||
843 | # CONFIG_FIRMWARE_EDID is not set | ||
844 | # CONFIG_FB_DDC is not set | ||
845 | CONFIG_FB_CFB_FILLRECT=y | ||
846 | CONFIG_FB_CFB_COPYAREA=y | ||
847 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
848 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
849 | # CONFIG_FB_SYS_FILLRECT is not set | ||
850 | # CONFIG_FB_SYS_COPYAREA is not set | ||
851 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
852 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
853 | # CONFIG_FB_SYS_FOPS is not set | ||
854 | # CONFIG_FB_SVGALIB is not set | ||
855 | # CONFIG_FB_MACMODES is not set | ||
856 | # CONFIG_FB_BACKLIGHT is not set | ||
857 | # CONFIG_FB_MODE_HELPERS is not set | ||
858 | # CONFIG_FB_TILEBLITTING is not set | ||
859 | |||
860 | # | ||
861 | # Frame buffer hardware drivers | ||
862 | # | ||
863 | # CONFIG_FB_S1D13XXX is not set | ||
864 | CONFIG_FB_PXA=y | ||
865 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
866 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
867 | # CONFIG_FB_MBX is not set | ||
868 | # CONFIG_FB_W100 is not set | ||
869 | # CONFIG_FB_AM200EPD is not set | ||
870 | # CONFIG_FB_VIRTUAL is not set | ||
871 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
872 | |||
873 | # | ||
874 | # Display device support | ||
875 | # | ||
876 | # CONFIG_DISPLAY_SUPPORT is not set | ||
877 | |||
878 | # | ||
879 | # Console display driver support | ||
880 | # | ||
881 | # CONFIG_VGA_CONSOLE is not set | ||
882 | CONFIG_DUMMY_CONSOLE=y | ||
883 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
884 | CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y | ||
885 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
886 | CONFIG_FONTS=y | ||
887 | # CONFIG_FONT_8x8 is not set | ||
888 | # CONFIG_FONT_8x16 is not set | ||
889 | CONFIG_FONT_6x11=y | ||
890 | # CONFIG_FONT_7x14 is not set | ||
891 | # CONFIG_FONT_PEARL_8x8 is not set | ||
892 | # CONFIG_FONT_ACORN_8x8 is not set | ||
893 | # CONFIG_FONT_MINI_4x6 is not set | ||
894 | # CONFIG_FONT_SUN8x16 is not set | ||
895 | # CONFIG_FONT_SUN12x22 is not set | ||
896 | # CONFIG_FONT_10x18 is not set | ||
897 | CONFIG_LOGO=y | ||
898 | CONFIG_LOGO_LINUX_MONO=y | ||
899 | CONFIG_LOGO_LINUX_VGA16=y | ||
900 | CONFIG_LOGO_LINUX_CLUT224=y | ||
901 | CONFIG_SOUND=m | ||
902 | CONFIG_SND=m | ||
903 | CONFIG_SND_TIMER=m | ||
904 | CONFIG_SND_PCM=m | ||
905 | # CONFIG_SND_SEQUENCER is not set | ||
906 | # CONFIG_SND_MIXER_OSS is not set | ||
907 | # CONFIG_SND_PCM_OSS is not set | ||
908 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
909 | CONFIG_SND_SUPPORT_OLD_API=y | ||
910 | CONFIG_SND_VERBOSE_PROCFS=y | ||
911 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
912 | # CONFIG_SND_DEBUG is not set | ||
913 | CONFIG_SND_DRIVERS=y | ||
914 | # CONFIG_SND_DUMMY is not set | ||
915 | # CONFIG_SND_MTPAV is not set | ||
916 | # CONFIG_SND_SERIAL_U16550 is not set | ||
917 | # CONFIG_SND_MPU401 is not set | ||
918 | CONFIG_SND_ARM=y | ||
919 | # CONFIG_SND_PXA2XX_AC97 is not set | ||
920 | CONFIG_SND_USB=y | ||
921 | # CONFIG_SND_USB_AUDIO is not set | ||
922 | # CONFIG_SND_USB_CAIAQ is not set | ||
923 | CONFIG_SND_SOC=m | ||
924 | CONFIG_SND_PXA2XX_SOC=m | ||
925 | # CONFIG_SOUND_PRIME is not set | ||
926 | CONFIG_HID_SUPPORT=y | ||
927 | CONFIG_HID=y | ||
928 | CONFIG_HID_DEBUG=y | ||
929 | # CONFIG_HIDRAW is not set | ||
930 | |||
931 | # | ||
932 | # USB Input Devices | ||
933 | # | ||
934 | CONFIG_USB_HID=y | ||
935 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
936 | # CONFIG_HID_FF is not set | ||
937 | # CONFIG_USB_HIDDEV is not set | ||
938 | CONFIG_USB_SUPPORT=y | ||
939 | CONFIG_USB_ARCH_HAS_HCD=y | ||
940 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
941 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
942 | CONFIG_USB=y | ||
943 | # CONFIG_USB_DEBUG is not set | ||
944 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
945 | |||
946 | # | ||
947 | # Miscellaneous USB options | ||
948 | # | ||
949 | CONFIG_USB_DEVICEFS=y | ||
950 | # CONFIG_USB_DEVICE_CLASS is not set | ||
951 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
952 | # CONFIG_USB_SUSPEND is not set | ||
953 | # CONFIG_USB_OTG is not set | ||
954 | CONFIG_USB_MON=y | ||
955 | |||
956 | # | ||
957 | # USB Host Controller Drivers | ||
958 | # | ||
959 | # CONFIG_USB_C67X00_HCD is not set | ||
960 | # CONFIG_USB_ISP116X_HCD is not set | ||
961 | # CONFIG_USB_ISP1760_HCD is not set | ||
962 | CONFIG_USB_OHCI_HCD=y | ||
963 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
964 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
965 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
966 | # CONFIG_USB_SL811_HCD is not set | ||
967 | # CONFIG_USB_R8A66597_HCD is not set | ||
968 | # CONFIG_USB_MUSB_HDRC is not set | ||
969 | |||
970 | # | ||
971 | # USB Device Class drivers | ||
972 | # | ||
973 | # CONFIG_USB_ACM is not set | ||
974 | # CONFIG_USB_PRINTER is not set | ||
975 | # CONFIG_USB_WDM is not set | ||
976 | |||
977 | # | ||
978 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
979 | # | ||
980 | |||
981 | # | ||
982 | # may also be needed; see USB_STORAGE Help for more information | ||
983 | # | ||
984 | CONFIG_USB_STORAGE=y | ||
985 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
986 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
987 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
988 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
989 | # CONFIG_USB_STORAGE_DPCM is not set | ||
990 | # CONFIG_USB_STORAGE_USBAT is not set | ||
991 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
992 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
993 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
994 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
995 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
996 | # CONFIG_USB_STORAGE_KARMA is not set | ||
997 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
998 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
999 | # CONFIG_USB_LIBUSUAL is not set | ||
1000 | |||
1001 | # | ||
1002 | # USB Imaging devices | ||
1003 | # | ||
1004 | # CONFIG_USB_MDC800 is not set | ||
1005 | # CONFIG_USB_MICROTEK is not set | ||
1006 | |||
1007 | # | ||
1008 | # USB port drivers | ||
1009 | # | ||
1010 | # CONFIG_USB_SERIAL is not set | ||
1011 | |||
1012 | # | ||
1013 | # USB Miscellaneous drivers | ||
1014 | # | ||
1015 | # CONFIG_USB_EMI62 is not set | ||
1016 | # CONFIG_USB_EMI26 is not set | ||
1017 | # CONFIG_USB_ADUTUX is not set | ||
1018 | # CONFIG_USB_RIO500 is not set | ||
1019 | # CONFIG_USB_LEGOTOWER is not set | ||
1020 | # CONFIG_USB_LCD is not set | ||
1021 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1022 | # CONFIG_USB_LED is not set | ||
1023 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1024 | # CONFIG_USB_CYTHERM is not set | ||
1025 | # CONFIG_USB_PHIDGET is not set | ||
1026 | # CONFIG_USB_IDMOUSE is not set | ||
1027 | # CONFIG_USB_FTDI_ELAN is not set | ||
1028 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1029 | # CONFIG_USB_LD is not set | ||
1030 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1031 | # CONFIG_USB_IOWARRIOR is not set | ||
1032 | # CONFIG_USB_TEST is not set | ||
1033 | # CONFIG_USB_ISIGHTFW is not set | ||
1034 | # CONFIG_USB_GADGET is not set | ||
1035 | CONFIG_MMC=m | ||
1036 | # CONFIG_MMC_DEBUG is not set | ||
1037 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1038 | |||
1039 | # | ||
1040 | # MMC/SD Card Drivers | ||
1041 | # | ||
1042 | CONFIG_MMC_BLOCK=m | ||
1043 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1044 | # CONFIG_SDIO_UART is not set | ||
1045 | # CONFIG_MMC_TEST is not set | ||
1046 | |||
1047 | # | ||
1048 | # MMC/SD Host Controller Drivers | ||
1049 | # | ||
1050 | CONFIG_MMC_PXA=m | ||
1051 | # CONFIG_MMC_SDHCI is not set | ||
1052 | CONFIG_NEW_LEDS=y | ||
1053 | CONFIG_LEDS_CLASS=y | ||
1054 | |||
1055 | # | ||
1056 | # LED drivers | ||
1057 | # | ||
1058 | # CONFIG_LEDS_PCA9532 is not set | ||
1059 | CONFIG_LEDS_GPIO=y | ||
1060 | # CONFIG_LEDS_PCA955X is not set | ||
1061 | |||
1062 | # | ||
1063 | # LED Triggers | ||
1064 | # | ||
1065 | CONFIG_LEDS_TRIGGERS=y | ||
1066 | # CONFIG_LEDS_TRIGGER_TIMER is not set | ||
1067 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
1068 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
1069 | CONFIG_RTC_LIB=y | ||
1070 | CONFIG_RTC_CLASS=y | ||
1071 | CONFIG_RTC_HCTOSYS=y | ||
1072 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1073 | # CONFIG_RTC_DEBUG is not set | ||
1074 | |||
1075 | # | ||
1076 | # RTC interfaces | ||
1077 | # | ||
1078 | CONFIG_RTC_INTF_SYSFS=y | ||
1079 | CONFIG_RTC_INTF_PROC=y | ||
1080 | CONFIG_RTC_INTF_DEV=y | ||
1081 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1082 | # CONFIG_RTC_DRV_TEST is not set | ||
1083 | |||
1084 | # | ||
1085 | # I2C RTC drivers | ||
1086 | # | ||
1087 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1088 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1089 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1090 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1091 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1092 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1093 | # CONFIG_RTC_DRV_X1205 is not set | ||
1094 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1095 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1096 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1097 | # CONFIG_RTC_DRV_S35390A is not set | ||
1098 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1099 | |||
1100 | # | ||
1101 | # SPI RTC drivers | ||
1102 | # | ||
1103 | |||
1104 | # | ||
1105 | # Platform RTC drivers | ||
1106 | # | ||
1107 | # CONFIG_RTC_DRV_CMOS is not set | ||
1108 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1109 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1110 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1111 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1112 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1113 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1114 | # CONFIG_RTC_DRV_V3020 is not set | ||
1115 | |||
1116 | # | ||
1117 | # on-CPU RTC drivers | ||
1118 | # | ||
1119 | CONFIG_RTC_DRV_SA1100=y | ||
1120 | # CONFIG_DMADEVICES is not set | ||
1121 | |||
1122 | # | ||
1123 | # Voltage and Current regulators | ||
1124 | # | ||
1125 | # CONFIG_REGULATOR is not set | ||
1126 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1127 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1128 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1129 | # CONFIG_UIO is not set | ||
1130 | |||
1131 | # | ||
1132 | # File systems | ||
1133 | # | ||
1134 | CONFIG_EXT2_FS=y | ||
1135 | # CONFIG_EXT2_FS_XATTR is not set | ||
1136 | # CONFIG_EXT2_FS_XIP is not set | ||
1137 | CONFIG_EXT3_FS=y | ||
1138 | # CONFIG_EXT3_FS_XATTR is not set | ||
1139 | # CONFIG_EXT4DEV_FS is not set | ||
1140 | CONFIG_JBD=y | ||
1141 | # CONFIG_JBD_DEBUG is not set | ||
1142 | # CONFIG_REISERFS_FS is not set | ||
1143 | # CONFIG_JFS_FS is not set | ||
1144 | CONFIG_FS_POSIX_ACL=y | ||
1145 | # CONFIG_XFS_FS is not set | ||
1146 | # CONFIG_OCFS2_FS is not set | ||
1147 | CONFIG_DNOTIFY=y | ||
1148 | CONFIG_INOTIFY=y | ||
1149 | CONFIG_INOTIFY_USER=y | ||
1150 | # CONFIG_QUOTA is not set | ||
1151 | # CONFIG_AUTOFS_FS is not set | ||
1152 | # CONFIG_AUTOFS4_FS is not set | ||
1153 | # CONFIG_FUSE_FS is not set | ||
1154 | |||
1155 | # | ||
1156 | # CD-ROM/DVD Filesystems | ||
1157 | # | ||
1158 | # CONFIG_ISO9660_FS is not set | ||
1159 | # CONFIG_UDF_FS is not set | ||
1160 | |||
1161 | # | ||
1162 | # DOS/FAT/NT Filesystems | ||
1163 | # | ||
1164 | CONFIG_FAT_FS=m | ||
1165 | CONFIG_MSDOS_FS=m | ||
1166 | CONFIG_VFAT_FS=m | ||
1167 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1168 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1169 | # CONFIG_NTFS_FS is not set | ||
1170 | |||
1171 | # | ||
1172 | # Pseudo filesystems | ||
1173 | # | ||
1174 | CONFIG_PROC_FS=y | ||
1175 | CONFIG_PROC_SYSCTL=y | ||
1176 | CONFIG_SYSFS=y | ||
1177 | CONFIG_TMPFS=y | ||
1178 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1179 | # CONFIG_HUGETLB_PAGE is not set | ||
1180 | # CONFIG_CONFIGFS_FS is not set | ||
1181 | |||
1182 | # | ||
1183 | # Miscellaneous filesystems | ||
1184 | # | ||
1185 | # CONFIG_ADFS_FS is not set | ||
1186 | # CONFIG_AFFS_FS is not set | ||
1187 | # CONFIG_HFS_FS is not set | ||
1188 | # CONFIG_HFSPLUS_FS is not set | ||
1189 | # CONFIG_BEFS_FS is not set | ||
1190 | # CONFIG_BFS_FS is not set | ||
1191 | # CONFIG_EFS_FS is not set | ||
1192 | CONFIG_JFFS2_FS=y | ||
1193 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1194 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1195 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1196 | CONFIG_JFFS2_SUMMARY=y | ||
1197 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1198 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1199 | CONFIG_JFFS2_ZLIB=y | ||
1200 | # CONFIG_JFFS2_LZO is not set | ||
1201 | CONFIG_JFFS2_RTIME=y | ||
1202 | # CONFIG_JFFS2_RUBIN is not set | ||
1203 | # CONFIG_CRAMFS is not set | ||
1204 | # CONFIG_VXFS_FS is not set | ||
1205 | # CONFIG_MINIX_FS is not set | ||
1206 | # CONFIG_OMFS_FS is not set | ||
1207 | # CONFIG_HPFS_FS is not set | ||
1208 | # CONFIG_QNX4FS_FS is not set | ||
1209 | # CONFIG_ROMFS_FS is not set | ||
1210 | # CONFIG_SYSV_FS is not set | ||
1211 | # CONFIG_UFS_FS is not set | ||
1212 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1213 | CONFIG_NFS_FS=y | ||
1214 | CONFIG_NFS_V3=y | ||
1215 | CONFIG_NFS_V3_ACL=y | ||
1216 | CONFIG_NFS_V4=y | ||
1217 | CONFIG_ROOT_NFS=y | ||
1218 | # CONFIG_NFSD is not set | ||
1219 | CONFIG_LOCKD=y | ||
1220 | CONFIG_LOCKD_V4=y | ||
1221 | CONFIG_NFS_ACL_SUPPORT=y | ||
1222 | CONFIG_NFS_COMMON=y | ||
1223 | CONFIG_SUNRPC=y | ||
1224 | CONFIG_SUNRPC_GSS=y | ||
1225 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1226 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1227 | CONFIG_SMB_FS=m | ||
1228 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
1229 | CONFIG_CIFS=m | ||
1230 | # CONFIG_CIFS_STATS is not set | ||
1231 | CONFIG_CIFS_WEAK_PW_HASH=y | ||
1232 | # CONFIG_CIFS_XATTR is not set | ||
1233 | # CONFIG_CIFS_DEBUG2 is not set | ||
1234 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1235 | # CONFIG_NCP_FS is not set | ||
1236 | # CONFIG_CODA_FS is not set | ||
1237 | # CONFIG_AFS_FS is not set | ||
1238 | |||
1239 | # | ||
1240 | # Partition Types | ||
1241 | # | ||
1242 | CONFIG_PARTITION_ADVANCED=y | ||
1243 | # CONFIG_ACORN_PARTITION is not set | ||
1244 | # CONFIG_OSF_PARTITION is not set | ||
1245 | # CONFIG_AMIGA_PARTITION is not set | ||
1246 | # CONFIG_ATARI_PARTITION is not set | ||
1247 | # CONFIG_MAC_PARTITION is not set | ||
1248 | CONFIG_MSDOS_PARTITION=y | ||
1249 | # CONFIG_BSD_DISKLABEL is not set | ||
1250 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1251 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1252 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1253 | # CONFIG_LDM_PARTITION is not set | ||
1254 | # CONFIG_SGI_PARTITION is not set | ||
1255 | # CONFIG_ULTRIX_PARTITION is not set | ||
1256 | # CONFIG_SUN_PARTITION is not set | ||
1257 | # CONFIG_KARMA_PARTITION is not set | ||
1258 | # CONFIG_EFI_PARTITION is not set | ||
1259 | # CONFIG_SYSV68_PARTITION is not set | ||
1260 | CONFIG_NLS=m | ||
1261 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1262 | CONFIG_NLS_CODEPAGE_437=m | ||
1263 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1264 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1265 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1266 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1267 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1268 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1269 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1270 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1271 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1272 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1273 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1274 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1275 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1276 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1277 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1278 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1279 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1280 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1281 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1282 | # CONFIG_NLS_ISO8859_8 is not set | ||
1283 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1284 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1285 | # CONFIG_NLS_ASCII is not set | ||
1286 | CONFIG_NLS_ISO8859_1=m | ||
1287 | # CONFIG_NLS_ISO8859_2 is not set | ||
1288 | # CONFIG_NLS_ISO8859_3 is not set | ||
1289 | # CONFIG_NLS_ISO8859_4 is not set | ||
1290 | # CONFIG_NLS_ISO8859_5 is not set | ||
1291 | # CONFIG_NLS_ISO8859_6 is not set | ||
1292 | # CONFIG_NLS_ISO8859_7 is not set | ||
1293 | # CONFIG_NLS_ISO8859_9 is not set | ||
1294 | # CONFIG_NLS_ISO8859_13 is not set | ||
1295 | # CONFIG_NLS_ISO8859_14 is not set | ||
1296 | # CONFIG_NLS_ISO8859_15 is not set | ||
1297 | # CONFIG_NLS_KOI8_R is not set | ||
1298 | # CONFIG_NLS_KOI8_U is not set | ||
1299 | # CONFIG_NLS_UTF8 is not set | ||
1300 | # CONFIG_DLM is not set | ||
1301 | |||
1302 | # | ||
1303 | # Kernel hacking | ||
1304 | # | ||
1305 | # CONFIG_PRINTK_TIME is not set | ||
1306 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1307 | CONFIG_ENABLE_MUST_CHECK=y | ||
1308 | CONFIG_FRAME_WARN=1024 | ||
1309 | # CONFIG_MAGIC_SYSRQ is not set | ||
1310 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1311 | CONFIG_DEBUG_FS=y | ||
1312 | # CONFIG_HEADERS_CHECK is not set | ||
1313 | CONFIG_DEBUG_KERNEL=y | ||
1314 | # CONFIG_DEBUG_SHIRQ is not set | ||
1315 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
1316 | # CONFIG_SCHED_DEBUG is not set | ||
1317 | # CONFIG_SCHEDSTATS is not set | ||
1318 | # CONFIG_TIMER_STATS is not set | ||
1319 | # CONFIG_DEBUG_OBJECTS is not set | ||
1320 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1321 | # CONFIG_SLUB_STATS is not set | ||
1322 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1323 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1324 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1325 | # CONFIG_DEBUG_MUTEXES is not set | ||
1326 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1327 | # CONFIG_PROVE_LOCKING is not set | ||
1328 | # CONFIG_LOCK_STAT is not set | ||
1329 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1330 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1331 | # CONFIG_DEBUG_KOBJECT is not set | ||
1332 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1333 | # CONFIG_DEBUG_INFO is not set | ||
1334 | # CONFIG_DEBUG_VM is not set | ||
1335 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1336 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1337 | # CONFIG_DEBUG_LIST is not set | ||
1338 | # CONFIG_DEBUG_SG is not set | ||
1339 | CONFIG_FRAME_POINTER=y | ||
1340 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1341 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1342 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1343 | # CONFIG_FAULT_INJECTION is not set | ||
1344 | # CONFIG_LATENCYTOP is not set | ||
1345 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1346 | CONFIG_HAVE_FTRACE=y | ||
1347 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1348 | # CONFIG_FTRACE is not set | ||
1349 | # CONFIG_IRQSOFF_TRACER is not set | ||
1350 | # CONFIG_SCHED_TRACER is not set | ||
1351 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1352 | # CONFIG_SAMPLES is not set | ||
1353 | CONFIG_HAVE_ARCH_KGDB=y | ||
1354 | # CONFIG_KGDB is not set | ||
1355 | CONFIG_DEBUG_USER=y | ||
1356 | # CONFIG_DEBUG_ERRORS is not set | ||
1357 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1358 | CONFIG_DEBUG_LL=y | ||
1359 | # CONFIG_DEBUG_ICEDCC is not set | ||
1360 | |||
1361 | # | ||
1362 | # Security options | ||
1363 | # | ||
1364 | # CONFIG_KEYS is not set | ||
1365 | # CONFIG_SECURITY is not set | ||
1366 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1367 | CONFIG_CRYPTO=y | ||
1368 | |||
1369 | # | ||
1370 | # Crypto core or helper | ||
1371 | # | ||
1372 | CONFIG_CRYPTO_ALGAPI=y | ||
1373 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1374 | CONFIG_CRYPTO_MANAGER=y | ||
1375 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1376 | # CONFIG_CRYPTO_NULL is not set | ||
1377 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1378 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1379 | # CONFIG_CRYPTO_TEST is not set | ||
1380 | |||
1381 | # | ||
1382 | # Authenticated Encryption with Associated Data | ||
1383 | # | ||
1384 | # CONFIG_CRYPTO_CCM is not set | ||
1385 | # CONFIG_CRYPTO_GCM is not set | ||
1386 | # CONFIG_CRYPTO_SEQIV is not set | ||
1387 | |||
1388 | # | ||
1389 | # Block modes | ||
1390 | # | ||
1391 | CONFIG_CRYPTO_CBC=y | ||
1392 | # CONFIG_CRYPTO_CTR is not set | ||
1393 | # CONFIG_CRYPTO_CTS is not set | ||
1394 | CONFIG_CRYPTO_ECB=m | ||
1395 | # CONFIG_CRYPTO_LRW is not set | ||
1396 | # CONFIG_CRYPTO_PCBC is not set | ||
1397 | # CONFIG_CRYPTO_XTS is not set | ||
1398 | |||
1399 | # | ||
1400 | # Hash modes | ||
1401 | # | ||
1402 | # CONFIG_CRYPTO_HMAC is not set | ||
1403 | # CONFIG_CRYPTO_XCBC is not set | ||
1404 | |||
1405 | # | ||
1406 | # Digest | ||
1407 | # | ||
1408 | # CONFIG_CRYPTO_CRC32C is not set | ||
1409 | # CONFIG_CRYPTO_MD4 is not set | ||
1410 | CONFIG_CRYPTO_MD5=y | ||
1411 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1412 | # CONFIG_CRYPTO_RMD128 is not set | ||
1413 | # CONFIG_CRYPTO_RMD160 is not set | ||
1414 | # CONFIG_CRYPTO_RMD256 is not set | ||
1415 | # CONFIG_CRYPTO_RMD320 is not set | ||
1416 | # CONFIG_CRYPTO_SHA1 is not set | ||
1417 | # CONFIG_CRYPTO_SHA256 is not set | ||
1418 | # CONFIG_CRYPTO_SHA512 is not set | ||
1419 | # CONFIG_CRYPTO_TGR192 is not set | ||
1420 | # CONFIG_CRYPTO_WP512 is not set | ||
1421 | |||
1422 | # | ||
1423 | # Ciphers | ||
1424 | # | ||
1425 | CONFIG_CRYPTO_AES=m | ||
1426 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1427 | CONFIG_CRYPTO_ARC4=m | ||
1428 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1429 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1430 | # CONFIG_CRYPTO_CAST5 is not set | ||
1431 | # CONFIG_CRYPTO_CAST6 is not set | ||
1432 | CONFIG_CRYPTO_DES=y | ||
1433 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1434 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1435 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1436 | # CONFIG_CRYPTO_SEED is not set | ||
1437 | # CONFIG_CRYPTO_SERPENT is not set | ||
1438 | # CONFIG_CRYPTO_TEA is not set | ||
1439 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1440 | |||
1441 | # | ||
1442 | # Compression | ||
1443 | # | ||
1444 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1445 | # CONFIG_CRYPTO_LZO is not set | ||
1446 | # CONFIG_CRYPTO_HW is not set | ||
1447 | |||
1448 | # | ||
1449 | # Library routines | ||
1450 | # | ||
1451 | CONFIG_BITREVERSE=y | ||
1452 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1453 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1454 | # CONFIG_CRC_CCITT is not set | ||
1455 | # CONFIG_CRC16 is not set | ||
1456 | CONFIG_CRC_T10DIF=y | ||
1457 | # CONFIG_CRC_ITU_T is not set | ||
1458 | CONFIG_CRC32=y | ||
1459 | # CONFIG_CRC7 is not set | ||
1460 | # CONFIG_LIBCRC32C is not set | ||
1461 | CONFIG_ZLIB_INFLATE=y | ||
1462 | CONFIG_ZLIB_DEFLATE=y | ||
1463 | CONFIG_PLIST=y | ||
1464 | CONFIG_HAS_IOMEM=y | ||
1465 | CONFIG_HAS_IOPORT=y | ||
1466 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/n770_defconfig b/arch/arm/configs/n770_defconfig new file mode 100644 index 000000000000..568ef1770d5f --- /dev/null +++ b/arch/arm/configs/n770_defconfig | |||
@@ -0,0 +1,1421 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc8-omap1 | ||
4 | # Fri Jan 18 10:21:06 2008 | ||
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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | CONFIG_POSIX_MQUEUE=y | ||
40 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
41 | # CONFIG_TASKSTATS is not set | ||
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_PID_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | # CONFIG_CGROUPS is not set | ||
48 | CONFIG_FAIR_GROUP_SCHED=y | ||
49 | CONFIG_FAIR_USER_SCHED=y | ||
50 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
51 | CONFIG_SYSFS_DEPRECATED=y | ||
52 | # CONFIG_RELAY is not set | ||
53 | # CONFIG_BLK_DEV_INITRD is not set | ||
54 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
55 | CONFIG_SYSCTL=y | ||
56 | # CONFIG_EMBEDDED is not set | ||
57 | CONFIG_UID16=y | ||
58 | CONFIG_SYSCTL_SYSCALL=y | ||
59 | CONFIG_KALLSYMS=y | ||
60 | # CONFIG_KALLSYMS_ALL is not set | ||
61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
62 | CONFIG_HOTPLUG=y | ||
63 | CONFIG_PRINTK=y | ||
64 | CONFIG_BUG=y | ||
65 | CONFIG_ELF_CORE=y | ||
66 | CONFIG_BASE_FULL=y | ||
67 | CONFIG_FUTEX=y | ||
68 | CONFIG_ANON_INODES=y | ||
69 | CONFIG_EPOLL=y | ||
70 | CONFIG_SIGNALFD=y | ||
71 | CONFIG_EVENTFD=y | ||
72 | CONFIG_SHMEM=y | ||
73 | CONFIG_VM_EVENT_COUNTERS=y | ||
74 | CONFIG_SLAB=y | ||
75 | # CONFIG_SLUB is not set | ||
76 | # CONFIG_SLOB is not set | ||
77 | CONFIG_SLABINFO=y | ||
78 | CONFIG_RT_MUTEXES=y | ||
79 | # CONFIG_TINY_SHMEM is not set | ||
80 | CONFIG_BASE_SMALL=0 | ||
81 | CONFIG_MODULES=y | ||
82 | CONFIG_MODULE_UNLOAD=y | ||
83 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
84 | # CONFIG_MODVERSIONS is not set | ||
85 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
86 | # CONFIG_KMOD is not set | ||
87 | CONFIG_BLOCK=y | ||
88 | # CONFIG_LBD is not set | ||
89 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
90 | # CONFIG_LSF is not set | ||
91 | # CONFIG_BLK_DEV_BSG is not set | ||
92 | |||
93 | # | ||
94 | # IO Schedulers | ||
95 | # | ||
96 | CONFIG_IOSCHED_NOOP=y | ||
97 | # CONFIG_IOSCHED_AS is not set | ||
98 | # CONFIG_IOSCHED_DEADLINE is not set | ||
99 | CONFIG_IOSCHED_CFQ=y | ||
100 | # CONFIG_DEFAULT_AS is not set | ||
101 | # CONFIG_DEFAULT_DEADLINE is not set | ||
102 | CONFIG_DEFAULT_CFQ=y | ||
103 | # CONFIG_DEFAULT_NOOP is not set | ||
104 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
105 | |||
106 | # | ||
107 | # System Type | ||
108 | # | ||
109 | # CONFIG_ARCH_AAEC2000 is not set | ||
110 | # CONFIG_ARCH_INTEGRATOR is not set | ||
111 | # CONFIG_ARCH_REALVIEW is not set | ||
112 | # CONFIG_ARCH_VERSATILE is not set | ||
113 | # CONFIG_ARCH_AT91 is not set | ||
114 | # CONFIG_ARCH_CLPS7500 is not set | ||
115 | # CONFIG_ARCH_CLPS711X is not set | ||
116 | # CONFIG_ARCH_CO285 is not set | ||
117 | # CONFIG_ARCH_EBSA110 is not set | ||
118 | # CONFIG_ARCH_EP93XX is not set | ||
119 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
120 | # CONFIG_ARCH_NETX is not set | ||
121 | # CONFIG_ARCH_H720X is not set | ||
122 | # CONFIG_ARCH_IMX is not set | ||
123 | # CONFIG_ARCH_IOP13XX is not set | ||
124 | # CONFIG_ARCH_IOP32X is not set | ||
125 | # CONFIG_ARCH_IOP33X is not set | ||
126 | # CONFIG_ARCH_IXP23XX is not set | ||
127 | # CONFIG_ARCH_IXP2000 is not set | ||
128 | # CONFIG_ARCH_IXP4XX is not set | ||
129 | # CONFIG_ARCH_L7200 is not set | ||
130 | # CONFIG_ARCH_KS8695 is not set | ||
131 | # CONFIG_ARCH_NS9XXX is not set | ||
132 | # CONFIG_ARCH_MXC is not set | ||
133 | # CONFIG_ARCH_PNX4008 is not set | ||
134 | # CONFIG_ARCH_PXA is not set | ||
135 | # CONFIG_ARCH_RPC is not set | ||
136 | # CONFIG_ARCH_SA1100 is not set | ||
137 | # CONFIG_ARCH_S3C2410 is not set | ||
138 | # CONFIG_ARCH_SHARK is not set | ||
139 | # CONFIG_ARCH_LH7A40X is not set | ||
140 | # CONFIG_ARCH_DAVINCI is not set | ||
141 | CONFIG_ARCH_OMAP=y | ||
142 | |||
143 | # | ||
144 | # TI OMAP Implementations | ||
145 | # | ||
146 | CONFIG_ARCH_OMAP_OTG=y | ||
147 | CONFIG_ARCH_OMAP1=y | ||
148 | # CONFIG_ARCH_OMAP2 is not set | ||
149 | # CONFIG_ARCH_OMAP3 is not set | ||
150 | |||
151 | # | ||
152 | # OMAP Feature Selections | ||
153 | # | ||
154 | CONFIG_OMAP_DEBUG_SRAM_PATCH=y | ||
155 | CONFIG_OMAP_RESET_CLOCKS=y | ||
156 | CONFIG_OMAP_BOOT_TAG=y | ||
157 | CONFIG_OMAP_BOOT_REASON=y | ||
158 | CONFIG_OMAP_COMPONENT_VERSION=y | ||
159 | CONFIG_OMAP_GPIO_SWITCH=y | ||
160 | # CONFIG_OMAP_MUX is not set | ||
161 | CONFIG_OMAP_STI=y | ||
162 | CONFIG_OMAP_STI_CONSOLE=y | ||
163 | CONFIG_OMAP_MCBSP=y | ||
164 | CONFIG_OMAP_MMU_FWK=y | ||
165 | CONFIG_OMAP_MBOX_FWK=y | ||
166 | # CONFIG_OMAP_MPU_TIMER is not set | ||
167 | CONFIG_OMAP_32K_TIMER=y | ||
168 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
169 | CONFIG_OMAP_DM_TIMER=y | ||
170 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
171 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
172 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Core Type | ||
176 | # | ||
177 | # CONFIG_ARCH_OMAP730 is not set | ||
178 | # CONFIG_ARCH_OMAP15XX is not set | ||
179 | CONFIG_ARCH_OMAP16XX=y | ||
180 | |||
181 | # | ||
182 | # OMAP Board Type | ||
183 | # | ||
184 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
185 | # CONFIG_MACH_OMAP_H2 is not set | ||
186 | # CONFIG_MACH_OMAP_H3 is not set | ||
187 | # CONFIG_MACH_OMAP_OSK is not set | ||
188 | CONFIG_MACH_NOKIA770=y | ||
189 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
190 | |||
191 | # | ||
192 | # OMAP CPU Speed | ||
193 | # | ||
194 | CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y | ||
195 | CONFIG_OMAP_ARM_216MHZ=y | ||
196 | # CONFIG_OMAP_ARM_192MHZ is not set | ||
197 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
198 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
199 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
200 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
201 | |||
202 | # | ||
203 | # Boot options | ||
204 | # | ||
205 | |||
206 | # | ||
207 | # Power management | ||
208 | # | ||
209 | |||
210 | # | ||
211 | # Processor Type | ||
212 | # | ||
213 | CONFIG_CPU_32=y | ||
214 | CONFIG_CPU_ARM926T=y | ||
215 | CONFIG_CPU_32v5=y | ||
216 | CONFIG_CPU_ABRT_EV5TJ=y | ||
217 | CONFIG_CPU_PABRT_NOIFAR=y | ||
218 | CONFIG_CPU_CACHE_VIVT=y | ||
219 | CONFIG_CPU_COPY_V4WB=y | ||
220 | CONFIG_CPU_TLB_V4WBI=y | ||
221 | CONFIG_CPU_CP15=y | ||
222 | CONFIG_CPU_CP15_MMU=y | ||
223 | |||
224 | # | ||
225 | # Processor Features | ||
226 | # | ||
227 | CONFIG_ARM_THUMB=y | ||
228 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
229 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
230 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
231 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
232 | # CONFIG_OUTER_CACHE is not set | ||
233 | |||
234 | # | ||
235 | # Bus support | ||
236 | # | ||
237 | # CONFIG_PCI_SYSCALL is not set | ||
238 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
239 | # CONFIG_PCCARD is not set | ||
240 | |||
241 | # | ||
242 | # Kernel Features | ||
243 | # | ||
244 | # CONFIG_TICK_ONESHOT is not set | ||
245 | # CONFIG_NO_HZ is not set | ||
246 | # CONFIG_HIGH_RES_TIMERS is not set | ||
247 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
248 | # CONFIG_PREEMPT is not set | ||
249 | CONFIG_HZ=128 | ||
250 | # CONFIG_AEABI is not set | ||
251 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
252 | CONFIG_SELECT_MEMORY_MODEL=y | ||
253 | CONFIG_FLATMEM_MANUAL=y | ||
254 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
255 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
256 | CONFIG_FLATMEM=y | ||
257 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
258 | # CONFIG_SPARSEMEM_STATIC is not set | ||
259 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
260 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
261 | # CONFIG_RESOURCES_64BIT is not set | ||
262 | CONFIG_ZONE_DMA_FLAG=1 | ||
263 | CONFIG_BOUNCE=y | ||
264 | CONFIG_VIRT_TO_BUS=y | ||
265 | # CONFIG_LEDS is not set | ||
266 | CONFIG_ALIGNMENT_TRAP=y | ||
267 | |||
268 | # | ||
269 | # Boot options | ||
270 | # | ||
271 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
272 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
273 | CONFIG_CMDLINE="root=1f03 rootfstype=jffs2 time" | ||
274 | # CONFIG_XIP_KERNEL is not set | ||
275 | # CONFIG_KEXEC is not set | ||
276 | |||
277 | # | ||
278 | # CPU Frequency scaling | ||
279 | # | ||
280 | # CONFIG_CPU_FREQ is not set | ||
281 | |||
282 | # | ||
283 | # Floating point emulation | ||
284 | # | ||
285 | |||
286 | # | ||
287 | # At least one emulation must be selected | ||
288 | # | ||
289 | CONFIG_FPE_NWFPE=y | ||
290 | # CONFIG_FPE_NWFPE_XP is not set | ||
291 | # CONFIG_FPE_FASTFPE is not set | ||
292 | # CONFIG_VFP is not set | ||
293 | |||
294 | # | ||
295 | # Userspace binary formats | ||
296 | # | ||
297 | CONFIG_BINFMT_ELF=y | ||
298 | # CONFIG_BINFMT_AOUT is not set | ||
299 | # CONFIG_BINFMT_MISC is not set | ||
300 | # CONFIG_ARTHUR is not set | ||
301 | |||
302 | # | ||
303 | # Power management options | ||
304 | # | ||
305 | CONFIG_PM=y | ||
306 | # CONFIG_PM_LEGACY is not set | ||
307 | # CONFIG_PM_DEBUG is not set | ||
308 | CONFIG_PM_SLEEP=y | ||
309 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
310 | CONFIG_SUSPEND=y | ||
311 | # CONFIG_APM_EMULATION is not set | ||
312 | |||
313 | # | ||
314 | # Networking | ||
315 | # | ||
316 | CONFIG_NET=y | ||
317 | |||
318 | # | ||
319 | # Networking options | ||
320 | # | ||
321 | CONFIG_PACKET=y | ||
322 | # CONFIG_PACKET_MMAP is not set | ||
323 | CONFIG_UNIX=y | ||
324 | CONFIG_XFRM=y | ||
325 | # CONFIG_XFRM_USER is not set | ||
326 | # CONFIG_XFRM_SUB_POLICY is not set | ||
327 | # CONFIG_XFRM_MIGRATE is not set | ||
328 | # CONFIG_NET_KEY is not set | ||
329 | CONFIG_INET=y | ||
330 | CONFIG_IP_MULTICAST=y | ||
331 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
332 | CONFIG_IP_FIB_HASH=y | ||
333 | CONFIG_IP_PNP=y | ||
334 | CONFIG_IP_PNP_DHCP=y | ||
335 | CONFIG_IP_PNP_BOOTP=y | ||
336 | # CONFIG_IP_PNP_RARP is not set | ||
337 | # CONFIG_NET_IPIP is not set | ||
338 | # CONFIG_NET_IPGRE is not set | ||
339 | # CONFIG_IP_MROUTE is not set | ||
340 | # CONFIG_ARPD is not set | ||
341 | # CONFIG_SYN_COOKIES is not set | ||
342 | # CONFIG_INET_AH is not set | ||
343 | # CONFIG_INET_ESP is not set | ||
344 | # CONFIG_INET_IPCOMP is not set | ||
345 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
346 | # CONFIG_INET_TUNNEL is not set | ||
347 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
348 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
349 | CONFIG_INET_XFRM_MODE_BEET=y | ||
350 | # CONFIG_INET_LRO is not set | ||
351 | # CONFIG_INET_DIAG is not set | ||
352 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
353 | CONFIG_TCP_CONG_CUBIC=y | ||
354 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
355 | # CONFIG_TCP_MD5SIG is not set | ||
356 | # CONFIG_IP_VS is not set | ||
357 | # CONFIG_IPV6 is not set | ||
358 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
359 | # CONFIG_INET6_TUNNEL is not set | ||
360 | # CONFIG_NETLABEL is not set | ||
361 | # CONFIG_NETWORK_SECMARK is not set | ||
362 | CONFIG_NETFILTER=y | ||
363 | # CONFIG_NETFILTER_DEBUG is not set | ||
364 | |||
365 | # | ||
366 | # Core Netfilter Configuration | ||
367 | # | ||
368 | CONFIG_NETFILTER_NETLINK=y | ||
369 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set | ||
370 | # CONFIG_NETFILTER_NETLINK_LOG is not set | ||
371 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
372 | # CONFIG_NF_CONNTRACK is not set | ||
373 | # CONFIG_NETFILTER_XTABLES is not set | ||
374 | |||
375 | # | ||
376 | # IP: Netfilter Configuration | ||
377 | # | ||
378 | # CONFIG_IP_NF_QUEUE is not set | ||
379 | # CONFIG_IP_NF_IPTABLES is not set | ||
380 | # CONFIG_IP_NF_ARPTABLES is not set | ||
381 | # CONFIG_IP_DCCP is not set | ||
382 | # CONFIG_IP_SCTP is not set | ||
383 | # CONFIG_TIPC is not set | ||
384 | # CONFIG_ATM is not set | ||
385 | # CONFIG_BRIDGE is not set | ||
386 | # CONFIG_VLAN_8021Q is not set | ||
387 | # CONFIG_DECNET is not set | ||
388 | # CONFIG_LLC2 is not set | ||
389 | # CONFIG_IPX is not set | ||
390 | # CONFIG_ATALK is not set | ||
391 | # CONFIG_X25 is not set | ||
392 | # CONFIG_LAPB is not set | ||
393 | # CONFIG_ECONET is not set | ||
394 | # CONFIG_WAN_ROUTER is not set | ||
395 | # CONFIG_NET_SCHED is not set | ||
396 | |||
397 | # | ||
398 | # Network testing | ||
399 | # | ||
400 | # CONFIG_NET_PKTGEN is not set | ||
401 | # CONFIG_HAMRADIO is not set | ||
402 | # CONFIG_IRDA is not set | ||
403 | CONFIG_BT=y | ||
404 | CONFIG_BT_L2CAP=y | ||
405 | CONFIG_BT_SCO=y | ||
406 | CONFIG_BT_RFCOMM=y | ||
407 | CONFIG_BT_RFCOMM_TTY=y | ||
408 | CONFIG_BT_BNEP=y | ||
409 | # CONFIG_BT_BNEP_MC_FILTER is not set | ||
410 | # CONFIG_BT_BNEP_PROTO_FILTER is not set | ||
411 | CONFIG_BT_HIDP=y | ||
412 | |||
413 | # | ||
414 | # Bluetooth device drivers | ||
415 | # | ||
416 | # CONFIG_BT_HCIUSB is not set | ||
417 | # CONFIG_BT_HCIBTUSB is not set | ||
418 | # CONFIG_BT_HCIBTSDIO is not set | ||
419 | # CONFIG_BT_HCIUART is not set | ||
420 | # CONFIG_BT_HCIBCM203X is not set | ||
421 | # CONFIG_BT_HCIBPA10X is not set | ||
422 | # CONFIG_BT_HCIBFUSB is not set | ||
423 | CONFIG_BT_HCIBRF6150=y | ||
424 | # CONFIG_BT_HCIH4P is not set | ||
425 | # CONFIG_BT_HCIVHCI is not set | ||
426 | # CONFIG_AF_RXRPC is not set | ||
427 | |||
428 | # | ||
429 | # Wireless | ||
430 | # | ||
431 | # CONFIG_CFG80211 is not set | ||
432 | # CONFIG_WIRELESS_EXT is not set | ||
433 | # CONFIG_MAC80211 is not set | ||
434 | # CONFIG_IEEE80211 is not set | ||
435 | # CONFIG_RFKILL is not set | ||
436 | # CONFIG_NET_9P is not set | ||
437 | |||
438 | # | ||
439 | # Device Drivers | ||
440 | # | ||
441 | |||
442 | # | ||
443 | # Generic Driver Options | ||
444 | # | ||
445 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
446 | CONFIG_STANDALONE=y | ||
447 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
448 | CONFIG_FW_LOADER=y | ||
449 | # CONFIG_DEBUG_DRIVER is not set | ||
450 | # CONFIG_DEBUG_DEVRES is not set | ||
451 | # CONFIG_SYS_HYPERVISOR is not set | ||
452 | CONFIG_CONNECTOR=y | ||
453 | # CONFIG_PROC_EVENTS is not set | ||
454 | CONFIG_MTD=y | ||
455 | # CONFIG_MTD_DEBUG is not set | ||
456 | # CONFIG_MTD_CONCAT is not set | ||
457 | CONFIG_MTD_PARTITIONS=y | ||
458 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
459 | CONFIG_MTD_CMDLINE_PARTS=y | ||
460 | # CONFIG_MTD_AFS_PARTS is not set | ||
461 | |||
462 | # | ||
463 | # User Modules And Translation Layers | ||
464 | # | ||
465 | CONFIG_MTD_CHAR=y | ||
466 | CONFIG_MTD_BLKDEVS=y | ||
467 | CONFIG_MTD_BLOCK=y | ||
468 | # CONFIG_FTL is not set | ||
469 | # CONFIG_NFTL is not set | ||
470 | # CONFIG_INFTL is not set | ||
471 | # CONFIG_RFD_FTL is not set | ||
472 | # CONFIG_SSFDC is not set | ||
473 | # CONFIG_MTD_OOPS is not set | ||
474 | |||
475 | # | ||
476 | # RAM/ROM/Flash chip drivers | ||
477 | # | ||
478 | # CONFIG_MTD_CFI is not set | ||
479 | # CONFIG_MTD_JEDECPROBE is not set | ||
480 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
481 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
482 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
483 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
484 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
485 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
486 | CONFIG_MTD_CFI_I1=y | ||
487 | CONFIG_MTD_CFI_I2=y | ||
488 | # CONFIG_MTD_CFI_I4 is not set | ||
489 | # CONFIG_MTD_CFI_I8 is not set | ||
490 | # CONFIG_MTD_RAM is not set | ||
491 | # CONFIG_MTD_ROM is not set | ||
492 | # CONFIG_MTD_ABSENT is not set | ||
493 | |||
494 | # | ||
495 | # Mapping drivers for chip access | ||
496 | # | ||
497 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
498 | # CONFIG_MTD_PLATRAM is not set | ||
499 | |||
500 | # | ||
501 | # Self-contained MTD device drivers | ||
502 | # | ||
503 | # CONFIG_MTD_DATAFLASH is not set | ||
504 | # CONFIG_MTD_M25P80 is not set | ||
505 | # CONFIG_MTD_SLRAM is not set | ||
506 | # CONFIG_MTD_PHRAM is not set | ||
507 | # CONFIG_MTD_MTDRAM is not set | ||
508 | # CONFIG_MTD_BLOCK2MTD is not set | ||
509 | |||
510 | # | ||
511 | # Disk-On-Chip Device Drivers | ||
512 | # | ||
513 | # CONFIG_MTD_DOC2000 is not set | ||
514 | # CONFIG_MTD_DOC2001 is not set | ||
515 | # CONFIG_MTD_DOC2001PLUS is not set | ||
516 | CONFIG_MTD_NAND=y | ||
517 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
518 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
519 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
520 | CONFIG_MTD_NAND_OMAP_HW=y | ||
521 | CONFIG_MTD_NAND_IDS=y | ||
522 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
523 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
524 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
525 | # CONFIG_MTD_ALAUDA is not set | ||
526 | # CONFIG_MTD_ONENAND is not set | ||
527 | |||
528 | # | ||
529 | # UBI - Unsorted block images | ||
530 | # | ||
531 | # CONFIG_MTD_UBI is not set | ||
532 | # CONFIG_PARPORT is not set | ||
533 | CONFIG_BLK_DEV=y | ||
534 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
535 | CONFIG_BLK_DEV_LOOP=y | ||
536 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
537 | # CONFIG_BLK_DEV_NBD is not set | ||
538 | # CONFIG_BLK_DEV_UB is not set | ||
539 | # CONFIG_BLK_DEV_RAM is not set | ||
540 | # CONFIG_CDROM_PKTCDVD is not set | ||
541 | # CONFIG_ATA_OVER_ETH is not set | ||
542 | CONFIG_MISC_DEVICES=y | ||
543 | # CONFIG_EEPROM_93CX6 is not set | ||
544 | |||
545 | # | ||
546 | # SCSI device support | ||
547 | # | ||
548 | # CONFIG_RAID_ATTRS is not set | ||
549 | CONFIG_SCSI=y | ||
550 | CONFIG_SCSI_DMA=y | ||
551 | # CONFIG_SCSI_TGT is not set | ||
552 | # CONFIG_SCSI_NETLINK is not set | ||
553 | # CONFIG_SCSI_PROC_FS is not set | ||
554 | |||
555 | # | ||
556 | # SCSI support type (disk, tape, CD-ROM) | ||
557 | # | ||
558 | CONFIG_BLK_DEV_SD=y | ||
559 | # CONFIG_CHR_DEV_ST is not set | ||
560 | # CONFIG_CHR_DEV_OSST is not set | ||
561 | # CONFIG_BLK_DEV_SR is not set | ||
562 | # CONFIG_CHR_DEV_SG is not set | ||
563 | # CONFIG_CHR_DEV_SCH is not set | ||
564 | |||
565 | # | ||
566 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
567 | # | ||
568 | # CONFIG_SCSI_MULTI_LUN is not set | ||
569 | # CONFIG_SCSI_CONSTANTS is not set | ||
570 | # CONFIG_SCSI_LOGGING is not set | ||
571 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
572 | CONFIG_SCSI_WAIT_SCAN=m | ||
573 | |||
574 | # | ||
575 | # SCSI Transports | ||
576 | # | ||
577 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
578 | # CONFIG_SCSI_FC_ATTRS is not set | ||
579 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
580 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
581 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
582 | CONFIG_SCSI_LOWLEVEL=y | ||
583 | # CONFIG_ISCSI_TCP is not set | ||
584 | # CONFIG_SCSI_DEBUG is not set | ||
585 | # CONFIG_ATA is not set | ||
586 | # CONFIG_MD is not set | ||
587 | CONFIG_NETDEVICES=y | ||
588 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
589 | # CONFIG_DUMMY is not set | ||
590 | # CONFIG_BONDING is not set | ||
591 | # CONFIG_MACVLAN is not set | ||
592 | # CONFIG_EQUALIZER is not set | ||
593 | CONFIG_TUN=y | ||
594 | # CONFIG_VETH is not set | ||
595 | # CONFIG_PHYLIB is not set | ||
596 | CONFIG_NET_ETHERNET=y | ||
597 | CONFIG_MII=y | ||
598 | # CONFIG_AX88796 is not set | ||
599 | # CONFIG_SMC91X is not set | ||
600 | # CONFIG_DM9000 is not set | ||
601 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
602 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
603 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
604 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
605 | # CONFIG_B44 is not set | ||
606 | CONFIG_NETDEV_1000=y | ||
607 | CONFIG_NETDEV_10000=y | ||
608 | |||
609 | # | ||
610 | # Wireless LAN | ||
611 | # | ||
612 | # CONFIG_WLAN_PRE80211 is not set | ||
613 | # CONFIG_WLAN_80211 is not set | ||
614 | |||
615 | # | ||
616 | # USB Network Adapters | ||
617 | # | ||
618 | # CONFIG_USB_CATC is not set | ||
619 | # CONFIG_USB_KAWETH is not set | ||
620 | # CONFIG_USB_PEGASUS is not set | ||
621 | # CONFIG_USB_RTL8150 is not set | ||
622 | CONFIG_USB_USBNET=y | ||
623 | # CONFIG_USB_NET_AX8817X is not set | ||
624 | CONFIG_USB_NET_CDCETHER=y | ||
625 | # CONFIG_USB_NET_DM9601 is not set | ||
626 | # CONFIG_USB_NET_GL620A is not set | ||
627 | CONFIG_USB_NET_NET1080=y | ||
628 | # CONFIG_USB_NET_PLUSB is not set | ||
629 | # CONFIG_USB_NET_MCS7830 is not set | ||
630 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
631 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
632 | CONFIG_USB_NET_ZAURUS=y | ||
633 | # CONFIG_WAN is not set | ||
634 | CONFIG_PPP=y | ||
635 | # CONFIG_PPP_MULTILINK is not set | ||
636 | CONFIG_PPP_FILTER=y | ||
637 | CONFIG_PPP_ASYNC=y | ||
638 | # CONFIG_PPP_SYNC_TTY is not set | ||
639 | CONFIG_PPP_DEFLATE=y | ||
640 | CONFIG_PPP_BSDCOMP=y | ||
641 | # CONFIG_PPP_MPPE is not set | ||
642 | # CONFIG_PPPOE is not set | ||
643 | # CONFIG_PPPOL2TP is not set | ||
644 | # CONFIG_SLIP is not set | ||
645 | CONFIG_SLHC=y | ||
646 | # CONFIG_SHAPER is not set | ||
647 | # CONFIG_NETCONSOLE is not set | ||
648 | # CONFIG_NETPOLL is not set | ||
649 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
650 | # CONFIG_ISDN is not set | ||
651 | |||
652 | # | ||
653 | # Input device support | ||
654 | # | ||
655 | CONFIG_INPUT=y | ||
656 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
657 | # CONFIG_INPUT_POLLDEV is not set | ||
658 | |||
659 | # | ||
660 | # Userland interfaces | ||
661 | # | ||
662 | CONFIG_INPUT_MOUSEDEV=y | ||
663 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
664 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
665 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
666 | # CONFIG_INPUT_JOYDEV is not set | ||
667 | CONFIG_INPUT_EVDEV=y | ||
668 | # CONFIG_INPUT_EVBUG is not set | ||
669 | |||
670 | # | ||
671 | # Input Device Drivers | ||
672 | # | ||
673 | CONFIG_INPUT_KEYBOARD=y | ||
674 | # CONFIG_KEYBOARD_ATKBD is not set | ||
675 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
676 | # CONFIG_KEYBOARD_LKKBD is not set | ||
677 | # CONFIG_KEYBOARD_XTKBD is not set | ||
678 | # CONFIG_KEYBOARD_NEWTON is not set | ||
679 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
680 | CONFIG_KEYBOARD_OMAP=y | ||
681 | # CONFIG_KEYBOARD_GPIO is not set | ||
682 | # CONFIG_INPUT_MOUSE is not set | ||
683 | # CONFIG_INPUT_JOYSTICK is not set | ||
684 | # CONFIG_INPUT_TABLET is not set | ||
685 | CONFIG_INPUT_TOUCHSCREEN=y | ||
686 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
687 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
688 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
689 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
690 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
691 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
692 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
693 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
694 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
695 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
696 | # CONFIG_TOUCHSCREEN_TSC2102 is not set | ||
697 | # CONFIG_TOUCHSCREEN_TSC210X is not set | ||
698 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
699 | # CONFIG_INPUT_MISC is not set | ||
700 | |||
701 | # | ||
702 | # Hardware I/O ports | ||
703 | # | ||
704 | CONFIG_SERIO=y | ||
705 | CONFIG_SERIO_SERPORT=y | ||
706 | # CONFIG_SERIO_RAW is not set | ||
707 | # CONFIG_GAMEPORT is not set | ||
708 | |||
709 | # | ||
710 | # Character devices | ||
711 | # | ||
712 | CONFIG_VT=y | ||
713 | CONFIG_VT_CONSOLE=y | ||
714 | CONFIG_HW_CONSOLE=y | ||
715 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
716 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
717 | |||
718 | # | ||
719 | # Serial drivers | ||
720 | # | ||
721 | CONFIG_SERIAL_8250=y | ||
722 | CONFIG_SERIAL_8250_CONSOLE=y | ||
723 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
724 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
725 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
726 | |||
727 | # | ||
728 | # Non-8250 serial port support | ||
729 | # | ||
730 | CONFIG_SERIAL_CORE=y | ||
731 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
732 | CONFIG_UNIX98_PTYS=y | ||
733 | # CONFIG_LEGACY_PTYS is not set | ||
734 | # CONFIG_IPMI_HANDLER is not set | ||
735 | CONFIG_HW_RANDOM=m | ||
736 | CONFIG_HW_RANDOM_OMAP=m | ||
737 | # CONFIG_NVRAM is not set | ||
738 | # CONFIG_R3964 is not set | ||
739 | # CONFIG_RAW_DRIVER is not set | ||
740 | # CONFIG_TCG_TPM is not set | ||
741 | CONFIG_I2C=y | ||
742 | CONFIG_I2C_BOARDINFO=y | ||
743 | # CONFIG_I2C_CHARDEV is not set | ||
744 | |||
745 | # | ||
746 | # I2C Algorithms | ||
747 | # | ||
748 | # CONFIG_I2C_ALGOBIT is not set | ||
749 | # CONFIG_I2C_ALGOPCF is not set | ||
750 | # CONFIG_I2C_ALGOPCA is not set | ||
751 | |||
752 | # | ||
753 | # I2C Hardware Bus support | ||
754 | # | ||
755 | # CONFIG_I2C_GPIO is not set | ||
756 | # CONFIG_I2C_OCORES is not set | ||
757 | CONFIG_I2C_OMAP=y | ||
758 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
759 | # CONFIG_I2C_SIMTEC is not set | ||
760 | # CONFIG_I2C_TAOS_EVM is not set | ||
761 | # CONFIG_I2C_STUB is not set | ||
762 | # CONFIG_I2C_TINY_USB is not set | ||
763 | |||
764 | # | ||
765 | # Miscellaneous I2C Chip support | ||
766 | # | ||
767 | # CONFIG_SENSORS_DS1337 is not set | ||
768 | # CONFIG_SENSORS_DS1374 is not set | ||
769 | # CONFIG_DS1682 is not set | ||
770 | # CONFIG_SENSORS_EEPROM is not set | ||
771 | # CONFIG_SENSORS_PCF8574 is not set | ||
772 | # CONFIG_SENSORS_PCA9539 is not set | ||
773 | # CONFIG_SENSORS_PCF8591 is not set | ||
774 | # CONFIG_ISP1301_OMAP is not set | ||
775 | # CONFIG_TPS65010 is not set | ||
776 | CONFIG_SENSORS_TLV320AIC23=y | ||
777 | # CONFIG_GPIOEXPANDER_OMAP is not set | ||
778 | # CONFIG_SENSORS_MAX6875 is not set | ||
779 | # CONFIG_SENSORS_TSL2550 is not set | ||
780 | # CONFIG_I2C_DEBUG_CORE is not set | ||
781 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
782 | # CONFIG_I2C_DEBUG_BUS is not set | ||
783 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
784 | |||
785 | # | ||
786 | # SPI support | ||
787 | # | ||
788 | CONFIG_SPI=y | ||
789 | # CONFIG_SPI_DEBUG is not set | ||
790 | CONFIG_SPI_MASTER=y | ||
791 | |||
792 | # | ||
793 | # SPI Master Controller Drivers | ||
794 | # | ||
795 | CONFIG_SPI_BITBANG=y | ||
796 | CONFIG_SPI_OMAP_UWIRE=y | ||
797 | |||
798 | # | ||
799 | # SPI Protocol Masters | ||
800 | # | ||
801 | # CONFIG_SPI_AT25 is not set | ||
802 | # CONFIG_SPI_TSC2101 is not set | ||
803 | # CONFIG_SPI_TSC2102 is not set | ||
804 | # CONFIG_SPI_TSC210X is not set | ||
805 | # CONFIG_SPI_TSC2301 is not set | ||
806 | # CONFIG_SPI_SPIDEV is not set | ||
807 | # CONFIG_SPI_TLE62X0 is not set | ||
808 | # CONFIG_W1 is not set | ||
809 | # CONFIG_POWER_SUPPLY is not set | ||
810 | # CONFIG_HWMON is not set | ||
811 | CONFIG_WATCHDOG=y | ||
812 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
813 | |||
814 | # | ||
815 | # Watchdog Device Drivers | ||
816 | # | ||
817 | # CONFIG_SOFT_WATCHDOG is not set | ||
818 | CONFIG_OMAP_WATCHDOG=y | ||
819 | |||
820 | # | ||
821 | # USB-based Watchdog Cards | ||
822 | # | ||
823 | # CONFIG_USBPCWATCHDOG is not set | ||
824 | |||
825 | # | ||
826 | # Sonics Silicon Backplane | ||
827 | # | ||
828 | CONFIG_SSB_POSSIBLE=y | ||
829 | # CONFIG_SSB is not set | ||
830 | |||
831 | # | ||
832 | # Multifunction device drivers | ||
833 | # | ||
834 | # CONFIG_MFD_SM501 is not set | ||
835 | |||
836 | # | ||
837 | # Multimedia devices | ||
838 | # | ||
839 | # CONFIG_VIDEO_DEV is not set | ||
840 | # CONFIG_DVB_CORE is not set | ||
841 | CONFIG_DAB=y | ||
842 | # CONFIG_USB_DABUSB is not set | ||
843 | |||
844 | # | ||
845 | # Graphics support | ||
846 | # | ||
847 | # CONFIG_VGASTATE is not set | ||
848 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
849 | CONFIG_FB=y | ||
850 | # CONFIG_FIRMWARE_EDID is not set | ||
851 | # CONFIG_FB_DDC is not set | ||
852 | CONFIG_FB_CFB_FILLRECT=y | ||
853 | CONFIG_FB_CFB_COPYAREA=y | ||
854 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
855 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
856 | # CONFIG_FB_SYS_FILLRECT is not set | ||
857 | # CONFIG_FB_SYS_COPYAREA is not set | ||
858 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
859 | # CONFIG_FB_SYS_FOPS is not set | ||
860 | CONFIG_FB_DEFERRED_IO=y | ||
861 | # CONFIG_FB_SVGALIB is not set | ||
862 | # CONFIG_FB_MACMODES is not set | ||
863 | # CONFIG_FB_BACKLIGHT is not set | ||
864 | # CONFIG_FB_MODE_HELPERS is not set | ||
865 | # CONFIG_FB_TILEBLITTING is not set | ||
866 | |||
867 | # | ||
868 | # Frame buffer hardware drivers | ||
869 | # | ||
870 | # CONFIG_FB_UVESA is not set | ||
871 | # CONFIG_FB_S1D13XXX is not set | ||
872 | # CONFIG_FB_VIRTUAL is not set | ||
873 | CONFIG_FB_OMAP=y | ||
874 | CONFIG_FB_OMAP_LCDC_EXTERNAL=y | ||
875 | CONFIG_FB_OMAP_LCDC_HWA742=y | ||
876 | # CONFIG_FB_OMAP_LCDC_BLIZZARD is not set | ||
877 | CONFIG_FB_OMAP_MANUAL_UPDATE=y | ||
878 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
879 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
880 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
881 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
882 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
883 | |||
884 | # | ||
885 | # Display device support | ||
886 | # | ||
887 | # CONFIG_DISPLAY_SUPPORT is not set | ||
888 | |||
889 | # | ||
890 | # Console display driver support | ||
891 | # | ||
892 | # CONFIG_VGA_CONSOLE is not set | ||
893 | CONFIG_DUMMY_CONSOLE=y | ||
894 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
895 | # CONFIG_LOGO is not set | ||
896 | |||
897 | # | ||
898 | # Sound | ||
899 | # | ||
900 | CONFIG_SOUND=y | ||
901 | |||
902 | # | ||
903 | # Advanced Linux Sound Architecture | ||
904 | # | ||
905 | CONFIG_SND=y | ||
906 | CONFIG_SND_TIMER=y | ||
907 | CONFIG_SND_PCM=y | ||
908 | CONFIG_SND_HWDEP=y | ||
909 | CONFIG_SND_RAWMIDI=y | ||
910 | # CONFIG_SND_SEQUENCER is not set | ||
911 | # CONFIG_SND_MIXER_OSS is not set | ||
912 | # CONFIG_SND_PCM_OSS is not set | ||
913 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
914 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
915 | CONFIG_SND_VERBOSE_PROCFS=y | ||
916 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
917 | # CONFIG_SND_DEBUG is not set | ||
918 | |||
919 | # | ||
920 | # Generic devices | ||
921 | # | ||
922 | CONFIG_SND_DUMMY=y | ||
923 | # CONFIG_SND_MTPAV is not set | ||
924 | # CONFIG_SND_SERIAL_U16550 is not set | ||
925 | # CONFIG_SND_MPU401 is not set | ||
926 | |||
927 | # | ||
928 | # ALSA ARM devices | ||
929 | # | ||
930 | CONFIG_SND_OMAP_AIC23=y | ||
931 | # CONFIG_SND_OMAP_TSC2101 is not set | ||
932 | # CONFIG_SND_SX1 is not set | ||
933 | # CONFIG_SND_OMAP_TSC2102 is not set | ||
934 | # CONFIG_SND_OMAP24XX_EAC is not set | ||
935 | |||
936 | # | ||
937 | # SPI devices | ||
938 | # | ||
939 | |||
940 | # | ||
941 | # USB devices | ||
942 | # | ||
943 | CONFIG_SND_USB_AUDIO=y | ||
944 | # CONFIG_SND_USB_CAIAQ is not set | ||
945 | |||
946 | # | ||
947 | # System on Chip audio support | ||
948 | # | ||
949 | # CONFIG_SND_SOC is not set | ||
950 | |||
951 | # | ||
952 | # SoC Audio support for SuperH | ||
953 | # | ||
954 | |||
955 | # | ||
956 | # Open Sound System | ||
957 | # | ||
958 | # CONFIG_SOUND_PRIME is not set | ||
959 | CONFIG_HID_SUPPORT=y | ||
960 | CONFIG_HID=y | ||
961 | CONFIG_HID_DEBUG=y | ||
962 | # CONFIG_HIDRAW is not set | ||
963 | |||
964 | # | ||
965 | # USB Input Devices | ||
966 | # | ||
967 | CONFIG_USB_HID=y | ||
968 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
969 | # CONFIG_HID_FF is not set | ||
970 | # CONFIG_USB_HIDDEV is not set | ||
971 | CONFIG_USB_SUPPORT=y | ||
972 | CONFIG_USB_ARCH_HAS_HCD=y | ||
973 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
974 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
975 | CONFIG_USB=y | ||
976 | # CONFIG_USB_DEBUG is not set | ||
977 | |||
978 | # | ||
979 | # Miscellaneous USB options | ||
980 | # | ||
981 | CONFIG_USB_DEVICEFS=y | ||
982 | CONFIG_USB_DEVICE_CLASS=y | ||
983 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
984 | CONFIG_USB_SUSPEND=y | ||
985 | # CONFIG_USB_PERSIST is not set | ||
986 | CONFIG_USB_OTG=y | ||
987 | # CONFIG_USB_OTG_WHITELIST is not set | ||
988 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
989 | |||
990 | # | ||
991 | # USB Host Controller Drivers | ||
992 | # | ||
993 | # CONFIG_USB_ISP116X_HCD is not set | ||
994 | CONFIG_USB_OHCI_HCD=y | ||
995 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
996 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
997 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
998 | # CONFIG_USB_SL811_HCD is not set | ||
999 | # CONFIG_USB_R8A66597_HCD is not set | ||
1000 | # CONFIG_USB_MUSB_HDRC is not set | ||
1001 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
1002 | |||
1003 | # | ||
1004 | # USB Device Class drivers | ||
1005 | # | ||
1006 | # CONFIG_USB_ACM is not set | ||
1007 | # CONFIG_USB_PRINTER is not set | ||
1008 | |||
1009 | # | ||
1010 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1011 | # | ||
1012 | |||
1013 | # | ||
1014 | # may also be needed; see USB_STORAGE Help for more information | ||
1015 | # | ||
1016 | CONFIG_USB_STORAGE=y | ||
1017 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1018 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1019 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1020 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1021 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1022 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1023 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1024 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1025 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1026 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1027 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1028 | # CONFIG_USB_LIBUSUAL is not set | ||
1029 | |||
1030 | # | ||
1031 | # USB Imaging devices | ||
1032 | # | ||
1033 | # CONFIG_USB_MDC800 is not set | ||
1034 | # CONFIG_USB_MICROTEK is not set | ||
1035 | # CONFIG_USB_MON is not set | ||
1036 | |||
1037 | # | ||
1038 | # USB port drivers | ||
1039 | # | ||
1040 | |||
1041 | # | ||
1042 | # USB Serial Converter support | ||
1043 | # | ||
1044 | CONFIG_USB_SERIAL=y | ||
1045 | CONFIG_USB_SERIAL_CONSOLE=y | ||
1046 | # CONFIG_USB_SERIAL_GENERIC is not set | ||
1047 | # CONFIG_USB_SERIAL_AIRCABLE is not set | ||
1048 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1049 | # CONFIG_USB_SERIAL_ARK3116 is not set | ||
1050 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
1051 | # CONFIG_USB_SERIAL_CH341 is not set | ||
1052 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
1053 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
1054 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
1055 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
1056 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
1057 | # CONFIG_USB_SERIAL_FTDI_SIO is not set | ||
1058 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
1059 | # CONFIG_USB_SERIAL_VISOR is not set | ||
1060 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
1061 | # CONFIG_USB_SERIAL_IR is not set | ||
1062 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
1063 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
1064 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
1065 | # CONFIG_USB_SERIAL_IPW is not set | ||
1066 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
1067 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
1068 | # CONFIG_USB_SERIAL_KLSI is not set | ||
1069 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
1070 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
1071 | # CONFIG_USB_SERIAL_MOS7720 is not set | ||
1072 | # CONFIG_USB_SERIAL_MOS7840 is not set | ||
1073 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
1074 | CONFIG_USB_SERIAL_PL2303=y | ||
1075 | # CONFIG_USB_SERIAL_OTI6858 is not set | ||
1076 | # CONFIG_USB_SERIAL_HP4X is not set | ||
1077 | # CONFIG_USB_SERIAL_SAFE is not set | ||
1078 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | ||
1079 | # CONFIG_USB_SERIAL_TI is not set | ||
1080 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
1081 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
1082 | # CONFIG_USB_SERIAL_OPTION is not set | ||
1083 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
1084 | # CONFIG_USB_SERIAL_DEBUG is not set | ||
1085 | |||
1086 | # | ||
1087 | # USB Miscellaneous drivers | ||
1088 | # | ||
1089 | # CONFIG_USB_EMI62 is not set | ||
1090 | # CONFIG_USB_EMI26 is not set | ||
1091 | # CONFIG_USB_ADUTUX is not set | ||
1092 | # CONFIG_USB_AUERSWALD is not set | ||
1093 | # CONFIG_USB_RIO500 is not set | ||
1094 | # CONFIG_USB_LEGOTOWER is not set | ||
1095 | # CONFIG_USB_LCD is not set | ||
1096 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1097 | # CONFIG_USB_LED is not set | ||
1098 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1099 | # CONFIG_USB_CYTHERM is not set | ||
1100 | # CONFIG_USB_PHIDGET is not set | ||
1101 | # CONFIG_USB_IDMOUSE is not set | ||
1102 | # CONFIG_USB_FTDI_ELAN is not set | ||
1103 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1104 | # CONFIG_USB_LD is not set | ||
1105 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1106 | # CONFIG_USB_IOWARRIOR is not set | ||
1107 | # CONFIG_USB_TEST is not set | ||
1108 | |||
1109 | # | ||
1110 | # USB DSL modem support | ||
1111 | # | ||
1112 | |||
1113 | # | ||
1114 | # USB Gadget Support | ||
1115 | # | ||
1116 | CONFIG_USB_GADGET=y | ||
1117 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1118 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1119 | CONFIG_USB_GADGET_SELECTED=y | ||
1120 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1121 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1122 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1123 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1124 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1125 | # CONFIG_USB_GADGET_M66592 is not set | ||
1126 | # CONFIG_USB_GADGET_GOKU is not set | ||
1127 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1128 | CONFIG_USB_GADGET_OMAP=y | ||
1129 | CONFIG_USB_OMAP=y | ||
1130 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1131 | # CONFIG_USB_GADGET_AT91 is not set | ||
1132 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1133 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
1134 | # CONFIG_USB_ZERO is not set | ||
1135 | CONFIG_USB_ETH=m | ||
1136 | CONFIG_USB_ETH_RNDIS=y | ||
1137 | # CONFIG_USB_GADGETFS is not set | ||
1138 | CONFIG_USB_FILE_STORAGE=m | ||
1139 | CONFIG_USB_FILE_STORAGE_TEST=y | ||
1140 | # CONFIG_USB_G_SERIAL is not set | ||
1141 | # CONFIG_USB_MIDI_GADGET is not set | ||
1142 | CONFIG_MMC=y | ||
1143 | # CONFIG_MMC_DEBUG is not set | ||
1144 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1145 | |||
1146 | # | ||
1147 | # MMC/SD Card Drivers | ||
1148 | # | ||
1149 | CONFIG_MMC_BLOCK=y | ||
1150 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1151 | # CONFIG_SDIO_UART is not set | ||
1152 | |||
1153 | # | ||
1154 | # MMC/SD Host Controller Drivers | ||
1155 | # | ||
1156 | CONFIG_MMC_OMAP=y | ||
1157 | # CONFIG_MMC_SPI is not set | ||
1158 | # CONFIG_NEW_LEDS is not set | ||
1159 | CONFIG_RTC_LIB=y | ||
1160 | # CONFIG_RTC_CLASS is not set | ||
1161 | |||
1162 | # | ||
1163 | # CBUS support | ||
1164 | # | ||
1165 | CONFIG_CBUS=y | ||
1166 | CONFIG_CBUS_TAHVO=y | ||
1167 | CONFIG_CBUS_TAHVO_USER=y | ||
1168 | CONFIG_CBUS_TAHVO_USB=y | ||
1169 | # CONFIG_CBUS_TAHVO_USB_HOST_BY_DEFAULT is not set | ||
1170 | CONFIG_CBUS_RETU=y | ||
1171 | CONFIG_CBUS_RETU_USER=y | ||
1172 | CONFIG_CBUS_RETU_POWERBUTTON=y | ||
1173 | CONFIG_CBUS_RETU_RTC=y | ||
1174 | CONFIG_CBUS_RETU_WDT=y | ||
1175 | # CONFIG_CBUS_RETU_HEADSET is not set | ||
1176 | CONFIG_OMAP_DSP=y | ||
1177 | # CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set | ||
1178 | CONFIG_OMAP_DSP_FBEXPORT=y | ||
1179 | |||
1180 | # | ||
1181 | # File systems | ||
1182 | # | ||
1183 | CONFIG_EXT2_FS=y | ||
1184 | # CONFIG_EXT2_FS_XATTR is not set | ||
1185 | # CONFIG_EXT2_FS_XIP is not set | ||
1186 | CONFIG_EXT3_FS=y | ||
1187 | CONFIG_EXT3_FS_XATTR=y | ||
1188 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1189 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1190 | # CONFIG_EXT4DEV_FS is not set | ||
1191 | CONFIG_JBD=y | ||
1192 | CONFIG_FS_MBCACHE=y | ||
1193 | # CONFIG_REISERFS_FS is not set | ||
1194 | # CONFIG_JFS_FS is not set | ||
1195 | # CONFIG_FS_POSIX_ACL is not set | ||
1196 | # CONFIG_XFS_FS is not set | ||
1197 | # CONFIG_GFS2_FS is not set | ||
1198 | # CONFIG_OCFS2_FS is not set | ||
1199 | # CONFIG_MINIX_FS is not set | ||
1200 | # CONFIG_ROMFS_FS is not set | ||
1201 | # CONFIG_INOTIFY is not set | ||
1202 | # CONFIG_QUOTA is not set | ||
1203 | CONFIG_DNOTIFY=y | ||
1204 | # CONFIG_AUTOFS_FS is not set | ||
1205 | # CONFIG_AUTOFS4_FS is not set | ||
1206 | # CONFIG_FUSE_FS is not set | ||
1207 | |||
1208 | # | ||
1209 | # CD-ROM/DVD Filesystems | ||
1210 | # | ||
1211 | # CONFIG_ISO9660_FS is not set | ||
1212 | # CONFIG_UDF_FS is not set | ||
1213 | |||
1214 | # | ||
1215 | # DOS/FAT/NT Filesystems | ||
1216 | # | ||
1217 | CONFIG_FAT_FS=y | ||
1218 | CONFIG_MSDOS_FS=y | ||
1219 | CONFIG_VFAT_FS=y | ||
1220 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1221 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1222 | # CONFIG_NTFS_FS is not set | ||
1223 | |||
1224 | # | ||
1225 | # Pseudo filesystems | ||
1226 | # | ||
1227 | CONFIG_PROC_FS=y | ||
1228 | CONFIG_PROC_SYSCTL=y | ||
1229 | CONFIG_SYSFS=y | ||
1230 | CONFIG_TMPFS=y | ||
1231 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1232 | # CONFIG_HUGETLB_PAGE is not set | ||
1233 | # CONFIG_CONFIGFS_FS is not set | ||
1234 | |||
1235 | # | ||
1236 | # Miscellaneous filesystems | ||
1237 | # | ||
1238 | # CONFIG_ADFS_FS is not set | ||
1239 | # CONFIG_AFFS_FS is not set | ||
1240 | # CONFIG_HFS_FS is not set | ||
1241 | # CONFIG_HFSPLUS_FS is not set | ||
1242 | # CONFIG_BEFS_FS is not set | ||
1243 | # CONFIG_BFS_FS is not set | ||
1244 | # CONFIG_EFS_FS is not set | ||
1245 | CONFIG_JFFS2_FS=y | ||
1246 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1247 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1248 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1249 | CONFIG_JFFS2_SUMMARY=y | ||
1250 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1251 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1252 | CONFIG_JFFS2_ZLIB=y | ||
1253 | # CONFIG_JFFS2_LZO is not set | ||
1254 | CONFIG_JFFS2_RTIME=y | ||
1255 | # CONFIG_JFFS2_RUBIN is not set | ||
1256 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1257 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1258 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1259 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
1260 | # CONFIG_CRAMFS is not set | ||
1261 | # CONFIG_VXFS_FS is not set | ||
1262 | # CONFIG_HPFS_FS is not set | ||
1263 | # CONFIG_QNX4FS_FS is not set | ||
1264 | # CONFIG_SYSV_FS is not set | ||
1265 | # CONFIG_UFS_FS is not set | ||
1266 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1267 | CONFIG_NFS_FS=y | ||
1268 | CONFIG_NFS_V3=y | ||
1269 | # CONFIG_NFS_V3_ACL is not set | ||
1270 | # CONFIG_NFS_V4 is not set | ||
1271 | # CONFIG_NFS_DIRECTIO is not set | ||
1272 | # CONFIG_NFSD is not set | ||
1273 | # CONFIG_ROOT_NFS is not set | ||
1274 | CONFIG_LOCKD=y | ||
1275 | CONFIG_LOCKD_V4=y | ||
1276 | CONFIG_NFS_COMMON=y | ||
1277 | CONFIG_SUNRPC=y | ||
1278 | # CONFIG_SUNRPC_BIND34 is not set | ||
1279 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1280 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1281 | # CONFIG_SMB_FS is not set | ||
1282 | # CONFIG_CIFS is not set | ||
1283 | # CONFIG_NCP_FS is not set | ||
1284 | # CONFIG_CODA_FS is not set | ||
1285 | # CONFIG_AFS_FS is not set | ||
1286 | |||
1287 | # | ||
1288 | # Partition Types | ||
1289 | # | ||
1290 | CONFIG_PARTITION_ADVANCED=y | ||
1291 | # CONFIG_ACORN_PARTITION is not set | ||
1292 | # CONFIG_OSF_PARTITION is not set | ||
1293 | # CONFIG_AMIGA_PARTITION is not set | ||
1294 | # CONFIG_ATARI_PARTITION is not set | ||
1295 | # CONFIG_MAC_PARTITION is not set | ||
1296 | CONFIG_MSDOS_PARTITION=y | ||
1297 | # CONFIG_BSD_DISKLABEL is not set | ||
1298 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1299 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1300 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1301 | # CONFIG_LDM_PARTITION is not set | ||
1302 | # CONFIG_SGI_PARTITION is not set | ||
1303 | # CONFIG_ULTRIX_PARTITION is not set | ||
1304 | # CONFIG_SUN_PARTITION is not set | ||
1305 | # CONFIG_KARMA_PARTITION is not set | ||
1306 | # CONFIG_EFI_PARTITION is not set | ||
1307 | # CONFIG_SYSV68_PARTITION is not set | ||
1308 | CONFIG_NLS=y | ||
1309 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1310 | CONFIG_NLS_CODEPAGE_437=y | ||
1311 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1312 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1313 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1314 | CONFIG_NLS_CODEPAGE_852=y | ||
1315 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1316 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1317 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1318 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1319 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1320 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1321 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1322 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1323 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1324 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1325 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1326 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1327 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1328 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1329 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1330 | # CONFIG_NLS_ISO8859_8 is not set | ||
1331 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1332 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1333 | # CONFIG_NLS_ASCII is not set | ||
1334 | CONFIG_NLS_ISO8859_1=y | ||
1335 | # CONFIG_NLS_ISO8859_2 is not set | ||
1336 | # CONFIG_NLS_ISO8859_3 is not set | ||
1337 | # CONFIG_NLS_ISO8859_4 is not set | ||
1338 | # CONFIG_NLS_ISO8859_5 is not set | ||
1339 | # CONFIG_NLS_ISO8859_6 is not set | ||
1340 | # CONFIG_NLS_ISO8859_7 is not set | ||
1341 | # CONFIG_NLS_ISO8859_9 is not set | ||
1342 | # CONFIG_NLS_ISO8859_13 is not set | ||
1343 | # CONFIG_NLS_ISO8859_14 is not set | ||
1344 | CONFIG_NLS_ISO8859_15=y | ||
1345 | # CONFIG_NLS_KOI8_R is not set | ||
1346 | # CONFIG_NLS_KOI8_U is not set | ||
1347 | CONFIG_NLS_UTF8=y | ||
1348 | # CONFIG_DLM is not set | ||
1349 | CONFIG_INSTRUMENTATION=y | ||
1350 | # CONFIG_PROFILING is not set | ||
1351 | # CONFIG_MARKERS is not set | ||
1352 | |||
1353 | # | ||
1354 | # Kernel hacking | ||
1355 | # | ||
1356 | # CONFIG_PRINTK_TIME is not set | ||
1357 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1358 | CONFIG_ENABLE_MUST_CHECK=y | ||
1359 | CONFIG_MAGIC_SYSRQ=y | ||
1360 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1361 | # CONFIG_DEBUG_FS is not set | ||
1362 | # CONFIG_HEADERS_CHECK is not set | ||
1363 | CONFIG_DEBUG_KERNEL=y | ||
1364 | # CONFIG_DEBUG_SHIRQ is not set | ||
1365 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1366 | CONFIG_SCHED_DEBUG=y | ||
1367 | # CONFIG_SCHEDSTATS is not set | ||
1368 | # CONFIG_TIMER_STATS is not set | ||
1369 | # CONFIG_DEBUG_SLAB is not set | ||
1370 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1371 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1372 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1373 | CONFIG_DEBUG_MUTEXES=y | ||
1374 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1375 | # CONFIG_PROVE_LOCKING is not set | ||
1376 | # CONFIG_LOCK_STAT is not set | ||
1377 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1378 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1379 | # CONFIG_DEBUG_KOBJECT is not set | ||
1380 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1381 | # CONFIG_DEBUG_INFO is not set | ||
1382 | # CONFIG_DEBUG_VM is not set | ||
1383 | # CONFIG_DEBUG_LIST is not set | ||
1384 | # CONFIG_DEBUG_SG is not set | ||
1385 | CONFIG_FRAME_POINTER=y | ||
1386 | CONFIG_FORCED_INLINING=y | ||
1387 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1388 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1389 | # CONFIG_FAULT_INJECTION is not set | ||
1390 | # CONFIG_SAMPLES is not set | ||
1391 | # CONFIG_DEBUG_USER is not set | ||
1392 | CONFIG_DEBUG_ERRORS=y | ||
1393 | # CONFIG_DEBUG_LL is not set | ||
1394 | |||
1395 | # | ||
1396 | # Security options | ||
1397 | # | ||
1398 | # CONFIG_KEYS is not set | ||
1399 | CONFIG_SECURITY=y | ||
1400 | # CONFIG_SECURITY_NETWORK is not set | ||
1401 | # CONFIG_SECURITY_CAPABILITIES is not set | ||
1402 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1403 | # CONFIG_SECURITY_LOWMEM is not set | ||
1404 | # CONFIG_CRYPTO is not set | ||
1405 | |||
1406 | # | ||
1407 | # Library routines | ||
1408 | # | ||
1409 | CONFIG_BITREVERSE=y | ||
1410 | CONFIG_CRC_CCITT=y | ||
1411 | # CONFIG_CRC16 is not set | ||
1412 | # CONFIG_CRC_ITU_T is not set | ||
1413 | CONFIG_CRC32=y | ||
1414 | # CONFIG_CRC7 is not set | ||
1415 | # CONFIG_LIBCRC32C is not set | ||
1416 | CONFIG_ZLIB_INFLATE=y | ||
1417 | CONFIG_ZLIB_DEFLATE=y | ||
1418 | CONFIG_PLIST=y | ||
1419 | CONFIG_HAS_IOMEM=y | ||
1420 | CONFIG_HAS_IOPORT=y | ||
1421 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_2430sdp_defconfig b/arch/arm/configs/omap_2430sdp_defconfig new file mode 100644 index 000000000000..b0617c0da2a1 --- /dev/null +++ b/arch/arm/configs/omap_2430sdp_defconfig | |||
@@ -0,0 +1,1304 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:47:37 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | CONFIG_BSD_PROCESS_ACCT=y | ||
42 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
43 | # CONFIG_TASKSTATS is not set | ||
44 | # CONFIG_USER_NS is not set | ||
45 | # CONFIG_AUDIT is not set | ||
46 | # CONFIG_IKCONFIG is not set | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | CONFIG_SYSFS_DEPRECATED=y | ||
49 | # CONFIG_RELAY is not set | ||
50 | CONFIG_BLK_DEV_INITRD=y | ||
51 | CONFIG_INITRAMFS_SOURCE="" | ||
52 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
53 | CONFIG_SYSCTL=y | ||
54 | CONFIG_EMBEDDED=y | ||
55 | CONFIG_UID16=y | ||
56 | # CONFIG_SYSCTL_SYSCALL is not set | ||
57 | CONFIG_KALLSYMS=y | ||
58 | # CONFIG_KALLSYMS_ALL is not set | ||
59 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
60 | CONFIG_HOTPLUG=y | ||
61 | CONFIG_PRINTK=y | ||
62 | CONFIG_BUG=y | ||
63 | CONFIG_ELF_CORE=y | ||
64 | CONFIG_BASE_FULL=y | ||
65 | CONFIG_FUTEX=y | ||
66 | CONFIG_ANON_INODES=y | ||
67 | CONFIG_EPOLL=y | ||
68 | CONFIG_SIGNALFD=y | ||
69 | CONFIG_TIMERFD=y | ||
70 | CONFIG_EVENTFD=y | ||
71 | CONFIG_SHMEM=y | ||
72 | CONFIG_VM_EVENT_COUNTERS=y | ||
73 | CONFIG_SLAB=y | ||
74 | # CONFIG_SLUB is not set | ||
75 | # CONFIG_SLOB is not set | ||
76 | CONFIG_RT_MUTEXES=y | ||
77 | # CONFIG_TINY_SHMEM is not set | ||
78 | CONFIG_BASE_SMALL=0 | ||
79 | CONFIG_MODULES=y | ||
80 | CONFIG_MODULE_UNLOAD=y | ||
81 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
82 | CONFIG_MODVERSIONS=y | ||
83 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
84 | CONFIG_KMOD=y | ||
85 | CONFIG_BLOCK=y | ||
86 | # CONFIG_LBD is not set | ||
87 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
88 | # CONFIG_LSF is not set | ||
89 | # CONFIG_BLK_DEV_BSG is not set | ||
90 | |||
91 | # | ||
92 | # IO Schedulers | ||
93 | # | ||
94 | CONFIG_IOSCHED_NOOP=y | ||
95 | CONFIG_IOSCHED_AS=y | ||
96 | CONFIG_IOSCHED_DEADLINE=y | ||
97 | CONFIG_IOSCHED_CFQ=y | ||
98 | CONFIG_DEFAULT_AS=y | ||
99 | # CONFIG_DEFAULT_DEADLINE is not set | ||
100 | # CONFIG_DEFAULT_CFQ is not set | ||
101 | # CONFIG_DEFAULT_NOOP is not set | ||
102 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
103 | |||
104 | # | ||
105 | # System Type | ||
106 | # | ||
107 | # CONFIG_ARCH_AAEC2000 is not set | ||
108 | # CONFIG_ARCH_INTEGRATOR is not set | ||
109 | # CONFIG_ARCH_REALVIEW is not set | ||
110 | # CONFIG_ARCH_VERSATILE is not set | ||
111 | # CONFIG_ARCH_AT91 is not set | ||
112 | # CONFIG_ARCH_CLPS7500 is not set | ||
113 | # CONFIG_ARCH_CLPS711X is not set | ||
114 | # CONFIG_ARCH_CO285 is not set | ||
115 | # CONFIG_ARCH_EBSA110 is not set | ||
116 | # CONFIG_ARCH_EP93XX is not set | ||
117 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
118 | # CONFIG_ARCH_NETX is not set | ||
119 | # CONFIG_ARCH_H720X is not set | ||
120 | # CONFIG_ARCH_IMX is not set | ||
121 | # CONFIG_ARCH_IOP13XX is not set | ||
122 | # CONFIG_ARCH_IOP32X is not set | ||
123 | # CONFIG_ARCH_IOP33X is not set | ||
124 | # CONFIG_ARCH_IXP23XX is not set | ||
125 | # CONFIG_ARCH_IXP2000 is not set | ||
126 | # CONFIG_ARCH_IXP4XX is not set | ||
127 | # CONFIG_ARCH_L7200 is not set | ||
128 | # CONFIG_ARCH_KS8695 is not set | ||
129 | # CONFIG_ARCH_NS9XXX is not set | ||
130 | # CONFIG_ARCH_MXC is not set | ||
131 | # CONFIG_ARCH_PNX4008 is not set | ||
132 | # CONFIG_ARCH_PXA is not set | ||
133 | # CONFIG_ARCH_RPC is not set | ||
134 | # CONFIG_ARCH_SA1100 is not set | ||
135 | # CONFIG_ARCH_S3C2410 is not set | ||
136 | # CONFIG_ARCH_SHARK is not set | ||
137 | # CONFIG_ARCH_LH7A40X is not set | ||
138 | # CONFIG_ARCH_DAVINCI is not set | ||
139 | CONFIG_ARCH_OMAP=y | ||
140 | |||
141 | # | ||
142 | # TI OMAP Implementations | ||
143 | # | ||
144 | # CONFIG_ARCH_OMAP1 is not set | ||
145 | CONFIG_ARCH_OMAP2=y | ||
146 | # CONFIG_ARCH_OMAP3 is not set | ||
147 | |||
148 | # | ||
149 | # OMAP Feature Selections | ||
150 | # | ||
151 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
152 | CONFIG_OMAP_BOOT_TAG=y | ||
153 | # CONFIG_OMAP_BOOT_REASON is not set | ||
154 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
155 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
156 | CONFIG_OMAP_MUX=y | ||
157 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
158 | # CONFIG_OMAP_MUX_WARNINGS is not set | ||
159 | # CONFIG_OMAP_STI is not set | ||
160 | CONFIG_OMAP_MCBSP=y | ||
161 | # CONFIG_OMAP_MMU_FWK is not set | ||
162 | # CONFIG_OMAP_MBOX_FWK is not set | ||
163 | CONFIG_OMAP_MPU_TIMER=y | ||
164 | # CONFIG_OMAP_32K_TIMER is not set | ||
165 | CONFIG_OMAP_DM_TIMER=y | ||
166 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
167 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
168 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
169 | CONFIG_OMAP_SERIAL_WAKE=y | ||
170 | # CONFIG_OMAP_DSP is not set | ||
171 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
172 | |||
173 | # | ||
174 | # OMAP Core Type | ||
175 | # | ||
176 | CONFIG_ARCH_OMAP24XX=y | ||
177 | # CONFIG_ARCH_OMAP2420 is not set | ||
178 | CONFIG_ARCH_OMAP2430=y | ||
179 | |||
180 | # | ||
181 | # OMAP Board Type | ||
182 | # | ||
183 | # CONFIG_MACH_NOKIA_N800 is not set | ||
184 | # CONFIG_MACH_OMAP_H4 is not set | ||
185 | # CONFIG_MACH_OMAP_APOLLON is not set | ||
186 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
187 | CONFIG_MACH_OMAP_2430SDP=y | ||
188 | |||
189 | # | ||
190 | # Boot options | ||
191 | # | ||
192 | |||
193 | # | ||
194 | # Power management | ||
195 | # | ||
196 | |||
197 | # | ||
198 | # Processor Type | ||
199 | # | ||
200 | CONFIG_CPU_32=y | ||
201 | CONFIG_CPU_V6=y | ||
202 | # CONFIG_CPU_32v6K is not set | ||
203 | CONFIG_CPU_32v6=y | ||
204 | CONFIG_CPU_ABRT_EV6=y | ||
205 | CONFIG_CPU_PABRT_NOIFAR=y | ||
206 | CONFIG_CPU_CACHE_V6=y | ||
207 | CONFIG_CPU_CACHE_VIPT=y | ||
208 | CONFIG_CPU_COPY_V6=y | ||
209 | CONFIG_CPU_TLB_V6=y | ||
210 | CONFIG_CPU_HAS_ASID=y | ||
211 | CONFIG_CPU_CP15=y | ||
212 | CONFIG_CPU_CP15_MMU=y | ||
213 | |||
214 | # | ||
215 | # Processor Features | ||
216 | # | ||
217 | CONFIG_ARM_THUMB=y | ||
218 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
219 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
220 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
221 | # CONFIG_OUTER_CACHE is not set | ||
222 | |||
223 | # | ||
224 | # Bus support | ||
225 | # | ||
226 | # CONFIG_PCI_SYSCALL is not set | ||
227 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
228 | |||
229 | # | ||
230 | # PCCARD (PCMCIA/CardBus) support | ||
231 | # | ||
232 | # CONFIG_PCCARD is not set | ||
233 | |||
234 | # | ||
235 | # Kernel Features | ||
236 | # | ||
237 | # CONFIG_TICK_ONESHOT is not set | ||
238 | # CONFIG_NO_HZ is not set | ||
239 | # CONFIG_HIGH_RES_TIMERS is not set | ||
240 | CONFIG_PREEMPT=y | ||
241 | CONFIG_HZ=100 | ||
242 | CONFIG_AEABI=y | ||
243 | CONFIG_OABI_COMPAT=y | ||
244 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
245 | CONFIG_SELECT_MEMORY_MODEL=y | ||
246 | CONFIG_FLATMEM_MANUAL=y | ||
247 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
248 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
249 | CONFIG_FLATMEM=y | ||
250 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
251 | # CONFIG_SPARSEMEM_STATIC is not set | ||
252 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
253 | # CONFIG_RESOURCES_64BIT is not set | ||
254 | CONFIG_ZONE_DMA_FLAG=1 | ||
255 | CONFIG_BOUNCE=y | ||
256 | CONFIG_VIRT_TO_BUS=y | ||
257 | # CONFIG_LEDS is not set | ||
258 | CONFIG_ALIGNMENT_TRAP=y | ||
259 | |||
260 | # | ||
261 | # Boot options | ||
262 | # | ||
263 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
264 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
265 | CONFIG_CMDLINE="root=/dev/ram0 rw console=ttyS0,115200n8 initrd=0x80600000,8M ramdisk_size=8192" | ||
266 | # CONFIG_XIP_KERNEL is not set | ||
267 | # CONFIG_KEXEC is not set | ||
268 | |||
269 | # | ||
270 | # CPU Frequency scaling | ||
271 | # | ||
272 | # CONFIG_CPU_FREQ is not set | ||
273 | |||
274 | # | ||
275 | # Floating point emulation | ||
276 | # | ||
277 | |||
278 | # | ||
279 | # At least one emulation must be selected | ||
280 | # | ||
281 | CONFIG_FPE_NWFPE=y | ||
282 | # CONFIG_FPE_NWFPE_XP is not set | ||
283 | # CONFIG_FPE_FASTFPE is not set | ||
284 | # CONFIG_VFP is not set | ||
285 | |||
286 | # | ||
287 | # Userspace binary formats | ||
288 | # | ||
289 | CONFIG_BINFMT_ELF=y | ||
290 | # CONFIG_BINFMT_AOUT is not set | ||
291 | CONFIG_BINFMT_MISC=y | ||
292 | |||
293 | # | ||
294 | # Power management options | ||
295 | # | ||
296 | CONFIG_PM=y | ||
297 | # CONFIG_PM_LEGACY is not set | ||
298 | # CONFIG_PM_DEBUG is not set | ||
299 | CONFIG_PM_SLEEP=y | ||
300 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
301 | CONFIG_SUSPEND=y | ||
302 | # CONFIG_APM_EMULATION is not set | ||
303 | |||
304 | # | ||
305 | # Networking | ||
306 | # | ||
307 | CONFIG_NET=y | ||
308 | |||
309 | # | ||
310 | # Networking options | ||
311 | # | ||
312 | CONFIG_PACKET=y | ||
313 | # CONFIG_PACKET_MMAP is not set | ||
314 | CONFIG_UNIX=y | ||
315 | CONFIG_XFRM=y | ||
316 | # CONFIG_XFRM_USER is not set | ||
317 | # CONFIG_XFRM_SUB_POLICY is not set | ||
318 | # CONFIG_XFRM_MIGRATE is not set | ||
319 | CONFIG_NET_KEY=y | ||
320 | # CONFIG_NET_KEY_MIGRATE is not set | ||
321 | CONFIG_INET=y | ||
322 | # CONFIG_IP_MULTICAST is not set | ||
323 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
324 | CONFIG_IP_FIB_HASH=y | ||
325 | CONFIG_IP_PNP=y | ||
326 | CONFIG_IP_PNP_DHCP=y | ||
327 | # CONFIG_IP_PNP_BOOTP is not set | ||
328 | # CONFIG_IP_PNP_RARP is not set | ||
329 | # CONFIG_NET_IPIP is not set | ||
330 | # CONFIG_NET_IPGRE is not set | ||
331 | # CONFIG_ARPD is not set | ||
332 | # CONFIG_SYN_COOKIES is not set | ||
333 | # CONFIG_INET_AH is not set | ||
334 | # CONFIG_INET_ESP is not set | ||
335 | # CONFIG_INET_IPCOMP is not set | ||
336 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
337 | # CONFIG_INET_TUNNEL is not set | ||
338 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
339 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
340 | CONFIG_INET_XFRM_MODE_BEET=y | ||
341 | CONFIG_INET_DIAG=y | ||
342 | CONFIG_INET_TCP_DIAG=y | ||
343 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
344 | CONFIG_TCP_CONG_CUBIC=y | ||
345 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
346 | # CONFIG_TCP_MD5SIG is not set | ||
347 | # CONFIG_IPV6 is not set | ||
348 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
349 | # CONFIG_INET6_TUNNEL is not set | ||
350 | # CONFIG_NETWORK_SECMARK is not set | ||
351 | # CONFIG_NETFILTER is not set | ||
352 | # CONFIG_IP_DCCP is not set | ||
353 | # CONFIG_IP_SCTP is not set | ||
354 | # CONFIG_TIPC is not set | ||
355 | # CONFIG_ATM is not set | ||
356 | # CONFIG_BRIDGE is not set | ||
357 | # CONFIG_VLAN_8021Q is not set | ||
358 | # CONFIG_DECNET is not set | ||
359 | # CONFIG_LLC2 is not set | ||
360 | # CONFIG_IPX is not set | ||
361 | # CONFIG_ATALK is not set | ||
362 | # CONFIG_X25 is not set | ||
363 | # CONFIG_LAPB is not set | ||
364 | # CONFIG_ECONET is not set | ||
365 | # CONFIG_WAN_ROUTER is not set | ||
366 | |||
367 | # | ||
368 | # QoS and/or fair queueing | ||
369 | # | ||
370 | # CONFIG_NET_SCHED is not set | ||
371 | |||
372 | # | ||
373 | # Network testing | ||
374 | # | ||
375 | # CONFIG_NET_PKTGEN is not set | ||
376 | # CONFIG_HAMRADIO is not set | ||
377 | # CONFIG_IRDA is not set | ||
378 | # CONFIG_BT is not set | ||
379 | # CONFIG_AF_RXRPC is not set | ||
380 | |||
381 | # | ||
382 | # Wireless | ||
383 | # | ||
384 | # CONFIG_CFG80211 is not set | ||
385 | # CONFIG_WIRELESS_EXT is not set | ||
386 | # CONFIG_MAC80211 is not set | ||
387 | # CONFIG_IEEE80211 is not set | ||
388 | # CONFIG_RFKILL is not set | ||
389 | # CONFIG_NET_9P is not set | ||
390 | |||
391 | # | ||
392 | # Device Drivers | ||
393 | # | ||
394 | |||
395 | # | ||
396 | # Generic Driver Options | ||
397 | # | ||
398 | CONFIG_STANDALONE=y | ||
399 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
400 | # CONFIG_FW_LOADER is not set | ||
401 | # CONFIG_DEBUG_DRIVER is not set | ||
402 | # CONFIG_DEBUG_DEVRES is not set | ||
403 | # CONFIG_SYS_HYPERVISOR is not set | ||
404 | # CONFIG_CONNECTOR is not set | ||
405 | CONFIG_MTD=y | ||
406 | # CONFIG_MTD_DEBUG is not set | ||
407 | CONFIG_MTD_CONCAT=y | ||
408 | CONFIG_MTD_PARTITIONS=y | ||
409 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
410 | CONFIG_MTD_CMDLINE_PARTS=y | ||
411 | # CONFIG_MTD_AFS_PARTS is not set | ||
412 | |||
413 | # | ||
414 | # User Modules And Translation Layers | ||
415 | # | ||
416 | CONFIG_MTD_CHAR=y | ||
417 | CONFIG_MTD_BLKDEVS=y | ||
418 | CONFIG_MTD_BLOCK=y | ||
419 | # CONFIG_FTL is not set | ||
420 | # CONFIG_NFTL is not set | ||
421 | # CONFIG_INFTL is not set | ||
422 | # CONFIG_RFD_FTL is not set | ||
423 | # CONFIG_SSFDC is not set | ||
424 | |||
425 | # | ||
426 | # RAM/ROM/Flash chip drivers | ||
427 | # | ||
428 | CONFIG_MTD_CFI=y | ||
429 | # CONFIG_MTD_JEDECPROBE is not set | ||
430 | CONFIG_MTD_GEN_PROBE=y | ||
431 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
432 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
433 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
434 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
435 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
436 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
437 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
438 | CONFIG_MTD_CFI_I1=y | ||
439 | CONFIG_MTD_CFI_I2=y | ||
440 | # CONFIG_MTD_CFI_I4 is not set | ||
441 | # CONFIG_MTD_CFI_I8 is not set | ||
442 | CONFIG_MTD_CFI_INTELEXT=y | ||
443 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
444 | # CONFIG_MTD_CFI_STAA is not set | ||
445 | CONFIG_MTD_CFI_UTIL=y | ||
446 | # CONFIG_MTD_RAM is not set | ||
447 | # CONFIG_MTD_ROM is not set | ||
448 | # CONFIG_MTD_ABSENT is not set | ||
449 | |||
450 | # | ||
451 | # Mapping drivers for chip access | ||
452 | # | ||
453 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
454 | # CONFIG_MTD_PHYSMAP is not set | ||
455 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
456 | CONFIG_MTD_OMAP_NOR=y | ||
457 | # CONFIG_MTD_PLATRAM is not set | ||
458 | |||
459 | # | ||
460 | # Self-contained MTD device drivers | ||
461 | # | ||
462 | # CONFIG_MTD_DATAFLASH is not set | ||
463 | # CONFIG_MTD_M25P80 is not set | ||
464 | # CONFIG_MTD_SLRAM is not set | ||
465 | # CONFIG_MTD_PHRAM is not set | ||
466 | # CONFIG_MTD_MTDRAM is not set | ||
467 | # CONFIG_MTD_BLOCK2MTD is not set | ||
468 | |||
469 | # | ||
470 | # Disk-On-Chip Device Drivers | ||
471 | # | ||
472 | # CONFIG_MTD_DOC2000 is not set | ||
473 | # CONFIG_MTD_DOC2001 is not set | ||
474 | # CONFIG_MTD_DOC2001PLUS is not set | ||
475 | # CONFIG_MTD_NAND is not set | ||
476 | CONFIG_MTD_ONENAND=y | ||
477 | CONFIG_MTD_ONENAND_VERIFY_WRITE=y | ||
478 | # CONFIG_MTD_ONENAND_GENERIC is not set | ||
479 | CONFIG_MTD_ONENAND_OMAP2=y | ||
480 | # CONFIG_MTD_ONENAND_OTP is not set | ||
481 | |||
482 | # | ||
483 | # UBI - Unsorted block images | ||
484 | # | ||
485 | # CONFIG_MTD_UBI is not set | ||
486 | # CONFIG_PARPORT is not set | ||
487 | CONFIG_BLK_DEV=y | ||
488 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
489 | CONFIG_BLK_DEV_LOOP=y | ||
490 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
491 | # CONFIG_BLK_DEV_NBD is not set | ||
492 | # CONFIG_BLK_DEV_UB is not set | ||
493 | CONFIG_BLK_DEV_RAM=y | ||
494 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
495 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
496 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
497 | # CONFIG_CDROM_PKTCDVD is not set | ||
498 | # CONFIG_ATA_OVER_ETH is not set | ||
499 | |||
500 | # | ||
501 | # SCSI device support | ||
502 | # | ||
503 | # CONFIG_RAID_ATTRS is not set | ||
504 | CONFIG_SCSI=m | ||
505 | CONFIG_SCSI_DMA=y | ||
506 | # CONFIG_SCSI_TGT is not set | ||
507 | # CONFIG_SCSI_NETLINK is not set | ||
508 | CONFIG_SCSI_PROC_FS=y | ||
509 | |||
510 | # | ||
511 | # SCSI support type (disk, tape, CD-ROM) | ||
512 | # | ||
513 | CONFIG_BLK_DEV_SD=m | ||
514 | # CONFIG_CHR_DEV_ST is not set | ||
515 | # CONFIG_CHR_DEV_OSST is not set | ||
516 | # CONFIG_BLK_DEV_SR is not set | ||
517 | CONFIG_CHR_DEV_SG=m | ||
518 | # CONFIG_CHR_DEV_SCH is not set | ||
519 | |||
520 | # | ||
521 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
522 | # | ||
523 | # CONFIG_SCSI_MULTI_LUN is not set | ||
524 | # CONFIG_SCSI_CONSTANTS is not set | ||
525 | # CONFIG_SCSI_LOGGING is not set | ||
526 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
527 | CONFIG_SCSI_WAIT_SCAN=m | ||
528 | |||
529 | # | ||
530 | # SCSI Transports | ||
531 | # | ||
532 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
533 | # CONFIG_SCSI_FC_ATTRS is not set | ||
534 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
535 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
536 | CONFIG_SCSI_LOWLEVEL=y | ||
537 | # CONFIG_ISCSI_TCP is not set | ||
538 | # CONFIG_SCSI_DEBUG is not set | ||
539 | # CONFIG_ATA is not set | ||
540 | # CONFIG_MD is not set | ||
541 | CONFIG_NETDEVICES=y | ||
542 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
543 | # CONFIG_DUMMY is not set | ||
544 | # CONFIG_BONDING is not set | ||
545 | # CONFIG_MACVLAN is not set | ||
546 | # CONFIG_EQUALIZER is not set | ||
547 | # CONFIG_TUN is not set | ||
548 | # CONFIG_PHYLIB is not set | ||
549 | CONFIG_NET_ETHERNET=y | ||
550 | CONFIG_MII=y | ||
551 | # CONFIG_AX88796 is not set | ||
552 | CONFIG_SMC91X=y | ||
553 | # CONFIG_DM9000 is not set | ||
554 | CONFIG_NETDEV_1000=y | ||
555 | CONFIG_NETDEV_10000=y | ||
556 | |||
557 | # | ||
558 | # Wireless LAN | ||
559 | # | ||
560 | # CONFIG_WLAN_PRE80211 is not set | ||
561 | # CONFIG_WLAN_80211 is not set | ||
562 | |||
563 | # | ||
564 | # USB Network Adapters | ||
565 | # | ||
566 | # CONFIG_USB_CATC is not set | ||
567 | # CONFIG_USB_KAWETH is not set | ||
568 | # CONFIG_USB_PEGASUS is not set | ||
569 | # CONFIG_USB_RTL8150 is not set | ||
570 | # CONFIG_USB_USBNET_MII is not set | ||
571 | # CONFIG_USB_USBNET is not set | ||
572 | # CONFIG_WAN is not set | ||
573 | # CONFIG_PPP is not set | ||
574 | # CONFIG_SLIP is not set | ||
575 | # CONFIG_SHAPER is not set | ||
576 | # CONFIG_NETCONSOLE is not set | ||
577 | # CONFIG_NETPOLL is not set | ||
578 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
579 | # CONFIG_ISDN is not set | ||
580 | |||
581 | # | ||
582 | # Input device support | ||
583 | # | ||
584 | CONFIG_INPUT=y | ||
585 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
586 | # CONFIG_INPUT_POLLDEV is not set | ||
587 | |||
588 | # | ||
589 | # Userland interfaces | ||
590 | # | ||
591 | # CONFIG_INPUT_MOUSEDEV is not set | ||
592 | # CONFIG_INPUT_JOYDEV is not set | ||
593 | # CONFIG_INPUT_TSDEV is not set | ||
594 | CONFIG_INPUT_EVDEV=y | ||
595 | # CONFIG_INPUT_EVBUG is not set | ||
596 | |||
597 | # | ||
598 | # Input Device Drivers | ||
599 | # | ||
600 | CONFIG_INPUT_KEYBOARD=y | ||
601 | # CONFIG_KEYBOARD_ATKBD is not set | ||
602 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
603 | # CONFIG_KEYBOARD_LKKBD is not set | ||
604 | # CONFIG_KEYBOARD_XTKBD is not set | ||
605 | # CONFIG_KEYBOARD_NEWTON is not set | ||
606 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
607 | # CONFIG_KEYBOARD_OMAP is not set | ||
608 | CONFIG_KEYBOARD_TWL4030=y | ||
609 | # CONFIG_KEYBOARD_GPIO is not set | ||
610 | # CONFIG_INPUT_MOUSE is not set | ||
611 | # CONFIG_INPUT_JOYSTICK is not set | ||
612 | # CONFIG_INPUT_TABLET is not set | ||
613 | CONFIG_INPUT_TOUCHSCREEN=y | ||
614 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
615 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
616 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
617 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
618 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
619 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
620 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
621 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
622 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
623 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
624 | # CONFIG_TOUCHSCREEN_TSC2102 is not set | ||
625 | # CONFIG_TOUCHSCREEN_TSC210X is not set | ||
626 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
627 | # CONFIG_INPUT_MISC is not set | ||
628 | |||
629 | # | ||
630 | # Hardware I/O ports | ||
631 | # | ||
632 | # CONFIG_SERIO is not set | ||
633 | # CONFIG_GAMEPORT is not set | ||
634 | |||
635 | # | ||
636 | # Character devices | ||
637 | # | ||
638 | CONFIG_VT=y | ||
639 | CONFIG_VT_CONSOLE=y | ||
640 | CONFIG_HW_CONSOLE=y | ||
641 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
642 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
643 | |||
644 | # | ||
645 | # Serial drivers | ||
646 | # | ||
647 | CONFIG_SERIAL_8250=y | ||
648 | CONFIG_SERIAL_8250_CONSOLE=y | ||
649 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
650 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
651 | CONFIG_SERIAL_8250_EXTENDED=y | ||
652 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
653 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
654 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
655 | CONFIG_SERIAL_8250_RSA=y | ||
656 | |||
657 | # | ||
658 | # Non-8250 serial port support | ||
659 | # | ||
660 | CONFIG_SERIAL_CORE=y | ||
661 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
662 | CONFIG_UNIX98_PTYS=y | ||
663 | # CONFIG_LEGACY_PTYS is not set | ||
664 | # CONFIG_IPMI_HANDLER is not set | ||
665 | CONFIG_WATCHDOG=y | ||
666 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
667 | |||
668 | # | ||
669 | # Watchdog Device Drivers | ||
670 | # | ||
671 | # CONFIG_SOFT_WATCHDOG is not set | ||
672 | CONFIG_OMAP_WATCHDOG=y | ||
673 | |||
674 | # | ||
675 | # USB-based Watchdog Cards | ||
676 | # | ||
677 | # CONFIG_USBPCWATCHDOG is not set | ||
678 | CONFIG_HW_RANDOM=y | ||
679 | CONFIG_HW_RANDOM_OMAP=y | ||
680 | # CONFIG_NVRAM is not set | ||
681 | # CONFIG_R3964 is not set | ||
682 | # CONFIG_RAW_DRIVER is not set | ||
683 | # CONFIG_TCG_TPM is not set | ||
684 | CONFIG_I2C=y | ||
685 | CONFIG_I2C_BOARDINFO=y | ||
686 | CONFIG_I2C_CHARDEV=y | ||
687 | |||
688 | # | ||
689 | # I2C Algorithms | ||
690 | # | ||
691 | # CONFIG_I2C_ALGOBIT is not set | ||
692 | # CONFIG_I2C_ALGOPCF is not set | ||
693 | # CONFIG_I2C_ALGOPCA is not set | ||
694 | |||
695 | # | ||
696 | # I2C Hardware Bus support | ||
697 | # | ||
698 | # CONFIG_I2C_GPIO is not set | ||
699 | # CONFIG_I2C_OCORES is not set | ||
700 | CONFIG_I2C_OMAP=y | ||
701 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
702 | # CONFIG_I2C_SIMTEC is not set | ||
703 | # CONFIG_I2C_TAOS_EVM is not set | ||
704 | # CONFIG_I2C_STUB is not set | ||
705 | # CONFIG_I2C_TINY_USB is not set | ||
706 | |||
707 | # | ||
708 | # Miscellaneous I2C Chip support | ||
709 | # | ||
710 | # CONFIG_SENSORS_DS1337 is not set | ||
711 | # CONFIG_SENSORS_DS1374 is not set | ||
712 | # CONFIG_DS1682 is not set | ||
713 | # CONFIG_SENSORS_EEPROM is not set | ||
714 | # CONFIG_SENSORS_PCF8574 is not set | ||
715 | # CONFIG_SENSORS_PCA9539 is not set | ||
716 | # CONFIG_SENSORS_PCF8591 is not set | ||
717 | # CONFIG_TPS65010 is not set | ||
718 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
719 | # CONFIG_GPIOEXPANDER_OMAP is not set | ||
720 | CONFIG_TWL4030_CORE=y | ||
721 | CONFIG_TWL4030_GPIO=y | ||
722 | # CONFIG_SENSORS_MAX6875 is not set | ||
723 | # CONFIG_SENSORS_TSL2550 is not set | ||
724 | # CONFIG_MENELAUS is not set | ||
725 | # CONFIG_I2C_DEBUG_CORE is not set | ||
726 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
727 | # CONFIG_I2C_DEBUG_BUS is not set | ||
728 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
729 | |||
730 | # | ||
731 | # SPI support | ||
732 | # | ||
733 | CONFIG_SPI=y | ||
734 | # CONFIG_SPI_DEBUG is not set | ||
735 | CONFIG_SPI_MASTER=y | ||
736 | |||
737 | # | ||
738 | # SPI Master Controller Drivers | ||
739 | # | ||
740 | # CONFIG_SPI_BITBANG is not set | ||
741 | # CONFIG_SPI_OMAP24XX is not set | ||
742 | |||
743 | # | ||
744 | # SPI Protocol Masters | ||
745 | # | ||
746 | # CONFIG_SPI_AT25 is not set | ||
747 | # CONFIG_SPI_TSC2101 is not set | ||
748 | # CONFIG_SPI_TSC2102 is not set | ||
749 | # CONFIG_SPI_TSC210X is not set | ||
750 | # CONFIG_SPI_TSC2301 is not set | ||
751 | # CONFIG_SPI_SPIDEV is not set | ||
752 | # CONFIG_SPI_TLE62X0 is not set | ||
753 | # CONFIG_W1 is not set | ||
754 | # CONFIG_HWMON is not set | ||
755 | CONFIG_MISC_DEVICES=y | ||
756 | # CONFIG_EEPROM_93CX6 is not set | ||
757 | |||
758 | # | ||
759 | # Multifunction device drivers | ||
760 | # | ||
761 | # CONFIG_MFD_SM501 is not set | ||
762 | # CONFIG_NEW_LEDS is not set | ||
763 | |||
764 | # | ||
765 | # Multimedia devices | ||
766 | # | ||
767 | # CONFIG_VIDEO_DEV is not set | ||
768 | # CONFIG_DVB_CORE is not set | ||
769 | CONFIG_DAB=y | ||
770 | # CONFIG_USB_DABUSB is not set | ||
771 | |||
772 | # | ||
773 | # Graphics support | ||
774 | # | ||
775 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
776 | |||
777 | # | ||
778 | # Display device support | ||
779 | # | ||
780 | # CONFIG_DISPLAY_SUPPORT is not set | ||
781 | # CONFIG_VGASTATE is not set | ||
782 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
783 | CONFIG_FB=y | ||
784 | CONFIG_FIRMWARE_EDID=y | ||
785 | # CONFIG_FB_DDC is not set | ||
786 | # CONFIG_FB_CFB_FILLRECT is not set | ||
787 | # CONFIG_FB_CFB_COPYAREA is not set | ||
788 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
789 | # CONFIG_FB_SYS_FILLRECT is not set | ||
790 | # CONFIG_FB_SYS_COPYAREA is not set | ||
791 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
792 | # CONFIG_FB_SYS_FOPS is not set | ||
793 | CONFIG_FB_DEFERRED_IO=y | ||
794 | # CONFIG_FB_SVGALIB is not set | ||
795 | # CONFIG_FB_MACMODES is not set | ||
796 | # CONFIG_FB_BACKLIGHT is not set | ||
797 | # CONFIG_FB_MODE_HELPERS is not set | ||
798 | # CONFIG_FB_TILEBLITTING is not set | ||
799 | |||
800 | # | ||
801 | # Frame buffer hardware drivers | ||
802 | # | ||
803 | # CONFIG_FB_S1D13XXX is not set | ||
804 | CONFIG_FB_OMAP=y | ||
805 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
806 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
807 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
808 | # CONFIG_FB_VIRTUAL is not set | ||
809 | |||
810 | # | ||
811 | # Console display driver support | ||
812 | # | ||
813 | # CONFIG_VGA_CONSOLE is not set | ||
814 | CONFIG_DUMMY_CONSOLE=y | ||
815 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
816 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
817 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
818 | # CONFIG_FONTS is not set | ||
819 | CONFIG_FONT_8x8=y | ||
820 | CONFIG_FONT_8x16=y | ||
821 | CONFIG_LOGO=y | ||
822 | # CONFIG_LOGO_LINUX_MONO is not set | ||
823 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
824 | CONFIG_LOGO_LINUX_CLUT224=y | ||
825 | |||
826 | # | ||
827 | # Sound | ||
828 | # | ||
829 | # CONFIG_SOUND is not set | ||
830 | CONFIG_HID_SUPPORT=y | ||
831 | CONFIG_HID=y | ||
832 | # CONFIG_HID_DEBUG is not set | ||
833 | |||
834 | # | ||
835 | # USB Input Devices | ||
836 | # | ||
837 | CONFIG_USB_HID=m | ||
838 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
839 | # CONFIG_HID_FF is not set | ||
840 | # CONFIG_USB_HIDDEV is not set | ||
841 | |||
842 | # | ||
843 | # USB HID Boot Protocol drivers | ||
844 | # | ||
845 | # CONFIG_USB_KBD is not set | ||
846 | # CONFIG_USB_MOUSE is not set | ||
847 | CONFIG_USB_SUPPORT=y | ||
848 | CONFIG_USB_ARCH_HAS_HCD=y | ||
849 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
850 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
851 | CONFIG_USB=m | ||
852 | # CONFIG_USB_DEBUG is not set | ||
853 | |||
854 | # | ||
855 | # Miscellaneous USB options | ||
856 | # | ||
857 | # CONFIG_USB_DEVICEFS is not set | ||
858 | # CONFIG_USB_DEVICE_CLASS is not set | ||
859 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
860 | CONFIG_USB_SUSPEND=y | ||
861 | # CONFIG_USB_PERSIST is not set | ||
862 | CONFIG_USB_OTG=y | ||
863 | CONFIG_USB_OTG_WHITELIST=y | ||
864 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
865 | |||
866 | # | ||
867 | # USB Host Controller Drivers | ||
868 | # | ||
869 | # CONFIG_USB_ISP116X_HCD is not set | ||
870 | # CONFIG_USB_OHCI_HCD is not set | ||
871 | # CONFIG_USB_SL811_HCD is not set | ||
872 | # CONFIG_USB_R8A66597_HCD is not set | ||
873 | CONFIG_USB_MUSB_HDRC=m | ||
874 | CONFIG_USB_MUSB_SOC=y | ||
875 | |||
876 | # | ||
877 | # OMAP 243x high speed USB support | ||
878 | # | ||
879 | # CONFIG_USB_MUSB_HOST is not set | ||
880 | # CONFIG_USB_MUSB_PERIPHERAL is not set | ||
881 | CONFIG_USB_MUSB_OTG=y | ||
882 | CONFIG_USB_GADGET_MUSB_HDRC=y | ||
883 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
884 | # CONFIG_MUSB_PIO_ONLY is not set | ||
885 | CONFIG_USB_INVENTRA_DMA=y | ||
886 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
887 | CONFIG_USB_MUSB_LOGLEVEL=0 | ||
888 | |||
889 | # | ||
890 | # USB Device Class drivers | ||
891 | # | ||
892 | # CONFIG_USB_ACM is not set | ||
893 | # CONFIG_USB_PRINTER is not set | ||
894 | |||
895 | # | ||
896 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
897 | # | ||
898 | |||
899 | # | ||
900 | # may also be needed; see USB_STORAGE Help for more information | ||
901 | # | ||
902 | CONFIG_USB_STORAGE=m | ||
903 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
904 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
905 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
906 | # CONFIG_USB_STORAGE_DPCM is not set | ||
907 | # CONFIG_USB_STORAGE_USBAT is not set | ||
908 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
909 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
910 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
911 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
912 | # CONFIG_USB_STORAGE_KARMA is not set | ||
913 | # CONFIG_USB_LIBUSUAL is not set | ||
914 | |||
915 | # | ||
916 | # USB Imaging devices | ||
917 | # | ||
918 | # CONFIG_USB_MDC800 is not set | ||
919 | # CONFIG_USB_MICROTEK is not set | ||
920 | CONFIG_USB_MON=y | ||
921 | |||
922 | # | ||
923 | # USB port drivers | ||
924 | # | ||
925 | |||
926 | # | ||
927 | # USB Serial Converter support | ||
928 | # | ||
929 | # CONFIG_USB_SERIAL is not set | ||
930 | |||
931 | # | ||
932 | # USB Miscellaneous drivers | ||
933 | # | ||
934 | # CONFIG_USB_EMI62 is not set | ||
935 | # CONFIG_USB_EMI26 is not set | ||
936 | # CONFIG_USB_ADUTUX is not set | ||
937 | # CONFIG_USB_AUERSWALD is not set | ||
938 | # CONFIG_USB_RIO500 is not set | ||
939 | # CONFIG_USB_LEGOTOWER is not set | ||
940 | # CONFIG_USB_LCD is not set | ||
941 | # CONFIG_USB_BERRY_CHARGE is not set | ||
942 | # CONFIG_USB_LED is not set | ||
943 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
944 | # CONFIG_USB_CYTHERM is not set | ||
945 | # CONFIG_USB_PHIDGET is not set | ||
946 | # CONFIG_USB_IDMOUSE is not set | ||
947 | # CONFIG_USB_FTDI_ELAN is not set | ||
948 | # CONFIG_USB_APPLEDISPLAY is not set | ||
949 | # CONFIG_USB_LD is not set | ||
950 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
951 | # CONFIG_USB_IOWARRIOR is not set | ||
952 | |||
953 | # | ||
954 | # USB DSL modem support | ||
955 | # | ||
956 | |||
957 | # | ||
958 | # USB Gadget Support | ||
959 | # | ||
960 | CONFIG_USB_GADGET=m | ||
961 | # CONFIG_USB_GADGET_DEBUG is not set | ||
962 | CONFIG_USB_GADGET_DEBUG_FILES=y | ||
963 | CONFIG_USB_GADGET_SELECTED=y | ||
964 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
965 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
966 | # CONFIG_USB_GADGET_NET2280 is not set | ||
967 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
968 | # CONFIG_USB_GADGET_M66592 is not set | ||
969 | # CONFIG_USB_GADGET_GOKU is not set | ||
970 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
971 | # CONFIG_USB_GADGET_OMAP is not set | ||
972 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
973 | # CONFIG_USB_GADGET_AT91 is not set | ||
974 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
975 | CONFIG_USB_GADGET_DUALSPEED=y | ||
976 | CONFIG_USB_ZERO=m | ||
977 | # CONFIG_USB_ZERO_HNPTEST is not set | ||
978 | CONFIG_USB_ETH=m | ||
979 | CONFIG_USB_ETH_RNDIS=y | ||
980 | CONFIG_USB_GADGETFS=m | ||
981 | CONFIG_USB_FILE_STORAGE=m | ||
982 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
983 | CONFIG_USB_G_SERIAL=m | ||
984 | # CONFIG_USB_MIDI_GADGET is not set | ||
985 | CONFIG_MMC=y | ||
986 | # CONFIG_MMC_DEBUG is not set | ||
987 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
988 | |||
989 | # | ||
990 | # MMC/SD Card Drivers | ||
991 | # | ||
992 | CONFIG_MMC_BLOCK=y | ||
993 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
994 | |||
995 | # | ||
996 | # MMC/SD Host Controller Drivers | ||
997 | # | ||
998 | CONFIG_MMC_OMAP_HS=y | ||
999 | CONFIG_RTC_LIB=y | ||
1000 | # CONFIG_RTC_CLASS is not set | ||
1001 | |||
1002 | # | ||
1003 | # DMA Engine support | ||
1004 | # | ||
1005 | # CONFIG_DMA_ENGINE is not set | ||
1006 | |||
1007 | # | ||
1008 | # DMA Clients | ||
1009 | # | ||
1010 | |||
1011 | # | ||
1012 | # DMA Devices | ||
1013 | # | ||
1014 | |||
1015 | # | ||
1016 | # CBUS support | ||
1017 | # | ||
1018 | # CONFIG_CBUS is not set | ||
1019 | |||
1020 | # | ||
1021 | # File systems | ||
1022 | # | ||
1023 | CONFIG_EXT2_FS=y | ||
1024 | # CONFIG_EXT2_FS_XATTR is not set | ||
1025 | # CONFIG_EXT2_FS_XIP is not set | ||
1026 | CONFIG_EXT3_FS=y | ||
1027 | # CONFIG_EXT3_FS_XATTR is not set | ||
1028 | # CONFIG_EXT4DEV_FS is not set | ||
1029 | CONFIG_JBD=y | ||
1030 | # CONFIG_JBD_DEBUG is not set | ||
1031 | # CONFIG_REISERFS_FS is not set | ||
1032 | # CONFIG_JFS_FS is not set | ||
1033 | # CONFIG_FS_POSIX_ACL is not set | ||
1034 | # CONFIG_XFS_FS is not set | ||
1035 | # CONFIG_GFS2_FS is not set | ||
1036 | # CONFIG_OCFS2_FS is not set | ||
1037 | # CONFIG_MINIX_FS is not set | ||
1038 | # CONFIG_ROMFS_FS is not set | ||
1039 | CONFIG_INOTIFY=y | ||
1040 | CONFIG_INOTIFY_USER=y | ||
1041 | CONFIG_QUOTA=y | ||
1042 | # CONFIG_QFMT_V1 is not set | ||
1043 | CONFIG_QFMT_V2=y | ||
1044 | CONFIG_QUOTACTL=y | ||
1045 | CONFIG_DNOTIFY=y | ||
1046 | # CONFIG_AUTOFS_FS is not set | ||
1047 | # CONFIG_AUTOFS4_FS is not set | ||
1048 | # CONFIG_FUSE_FS is not set | ||
1049 | |||
1050 | # | ||
1051 | # CD-ROM/DVD Filesystems | ||
1052 | # | ||
1053 | # CONFIG_ISO9660_FS is not set | ||
1054 | # CONFIG_UDF_FS is not set | ||
1055 | |||
1056 | # | ||
1057 | # DOS/FAT/NT Filesystems | ||
1058 | # | ||
1059 | CONFIG_FAT_FS=y | ||
1060 | CONFIG_MSDOS_FS=y | ||
1061 | CONFIG_VFAT_FS=y | ||
1062 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1063 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1064 | # CONFIG_NTFS_FS is not set | ||
1065 | |||
1066 | # | ||
1067 | # Pseudo filesystems | ||
1068 | # | ||
1069 | CONFIG_PROC_FS=y | ||
1070 | CONFIG_PROC_SYSCTL=y | ||
1071 | CONFIG_SYSFS=y | ||
1072 | CONFIG_TMPFS=y | ||
1073 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1074 | # CONFIG_HUGETLB_PAGE is not set | ||
1075 | CONFIG_RAMFS=y | ||
1076 | # CONFIG_CONFIGFS_FS is not set | ||
1077 | |||
1078 | # | ||
1079 | # Miscellaneous filesystems | ||
1080 | # | ||
1081 | # CONFIG_ADFS_FS is not set | ||
1082 | # CONFIG_AFFS_FS is not set | ||
1083 | # CONFIG_HFS_FS is not set | ||
1084 | # CONFIG_HFSPLUS_FS is not set | ||
1085 | # CONFIG_BEFS_FS is not set | ||
1086 | # CONFIG_BFS_FS is not set | ||
1087 | # CONFIG_EFS_FS is not set | ||
1088 | CONFIG_JFFS2_FS=y | ||
1089 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1090 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1091 | # CONFIG_JFFS2_SUMMARY is not set | ||
1092 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1093 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1094 | CONFIG_JFFS2_ZLIB=y | ||
1095 | CONFIG_JFFS2_RTIME=y | ||
1096 | # CONFIG_JFFS2_RUBIN is not set | ||
1097 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1098 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1099 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1100 | # CONFIG_CRAMFS is not set | ||
1101 | # CONFIG_VXFS_FS is not set | ||
1102 | # CONFIG_HPFS_FS is not set | ||
1103 | # CONFIG_QNX4FS_FS is not set | ||
1104 | # CONFIG_SYSV_FS is not set | ||
1105 | # CONFIG_UFS_FS is not set | ||
1106 | |||
1107 | # | ||
1108 | # Network File Systems | ||
1109 | # | ||
1110 | CONFIG_NFS_FS=y | ||
1111 | CONFIG_NFS_V3=y | ||
1112 | # CONFIG_NFS_V3_ACL is not set | ||
1113 | # CONFIG_NFS_V4 is not set | ||
1114 | # CONFIG_NFS_DIRECTIO is not set | ||
1115 | # CONFIG_NFSD is not set | ||
1116 | CONFIG_ROOT_NFS=y | ||
1117 | CONFIG_LOCKD=y | ||
1118 | CONFIG_LOCKD_V4=y | ||
1119 | CONFIG_NFS_COMMON=y | ||
1120 | CONFIG_SUNRPC=y | ||
1121 | # CONFIG_SUNRPC_BIND34 is not set | ||
1122 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1123 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1124 | # CONFIG_SMB_FS is not set | ||
1125 | # CONFIG_CIFS is not set | ||
1126 | # CONFIG_NCP_FS is not set | ||
1127 | # CONFIG_CODA_FS is not set | ||
1128 | # CONFIG_AFS_FS is not set | ||
1129 | |||
1130 | # | ||
1131 | # Partition Types | ||
1132 | # | ||
1133 | CONFIG_PARTITION_ADVANCED=y | ||
1134 | # CONFIG_ACORN_PARTITION is not set | ||
1135 | # CONFIG_OSF_PARTITION is not set | ||
1136 | # CONFIG_AMIGA_PARTITION is not set | ||
1137 | # CONFIG_ATARI_PARTITION is not set | ||
1138 | # CONFIG_MAC_PARTITION is not set | ||
1139 | CONFIG_MSDOS_PARTITION=y | ||
1140 | # CONFIG_BSD_DISKLABEL is not set | ||
1141 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1142 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1143 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1144 | # CONFIG_LDM_PARTITION is not set | ||
1145 | # CONFIG_SGI_PARTITION is not set | ||
1146 | # CONFIG_ULTRIX_PARTITION is not set | ||
1147 | # CONFIG_SUN_PARTITION is not set | ||
1148 | # CONFIG_KARMA_PARTITION is not set | ||
1149 | # CONFIG_EFI_PARTITION is not set | ||
1150 | # CONFIG_SYSV68_PARTITION is not set | ||
1151 | |||
1152 | # | ||
1153 | # Native Language Support | ||
1154 | # | ||
1155 | CONFIG_NLS=y | ||
1156 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1157 | CONFIG_NLS_CODEPAGE_437=y | ||
1158 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1159 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1160 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1161 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1162 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1163 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1164 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1165 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1166 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1167 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1168 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1169 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1170 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1171 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1172 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1173 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1174 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1175 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1176 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1177 | # CONFIG_NLS_ISO8859_8 is not set | ||
1178 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1179 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1180 | # CONFIG_NLS_ASCII is not set | ||
1181 | # CONFIG_NLS_ISO8859_1 is not set | ||
1182 | # CONFIG_NLS_ISO8859_2 is not set | ||
1183 | # CONFIG_NLS_ISO8859_3 is not set | ||
1184 | # CONFIG_NLS_ISO8859_4 is not set | ||
1185 | # CONFIG_NLS_ISO8859_5 is not set | ||
1186 | # CONFIG_NLS_ISO8859_6 is not set | ||
1187 | # CONFIG_NLS_ISO8859_7 is not set | ||
1188 | # CONFIG_NLS_ISO8859_9 is not set | ||
1189 | # CONFIG_NLS_ISO8859_13 is not set | ||
1190 | # CONFIG_NLS_ISO8859_14 is not set | ||
1191 | # CONFIG_NLS_ISO8859_15 is not set | ||
1192 | # CONFIG_NLS_KOI8_R is not set | ||
1193 | # CONFIG_NLS_KOI8_U is not set | ||
1194 | # CONFIG_NLS_UTF8 is not set | ||
1195 | |||
1196 | # | ||
1197 | # Distributed Lock Manager | ||
1198 | # | ||
1199 | # CONFIG_DLM is not set | ||
1200 | |||
1201 | # | ||
1202 | # Profiling support | ||
1203 | # | ||
1204 | # CONFIG_PROFILING is not set | ||
1205 | |||
1206 | # | ||
1207 | # Kernel hacking | ||
1208 | # | ||
1209 | # CONFIG_PRINTK_TIME is not set | ||
1210 | CONFIG_ENABLE_MUST_CHECK=y | ||
1211 | CONFIG_MAGIC_SYSRQ=y | ||
1212 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1213 | # CONFIG_DEBUG_FS is not set | ||
1214 | # CONFIG_HEADERS_CHECK is not set | ||
1215 | CONFIG_DEBUG_KERNEL=y | ||
1216 | # CONFIG_DEBUG_SHIRQ is not set | ||
1217 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1218 | CONFIG_SCHED_DEBUG=y | ||
1219 | # CONFIG_SCHEDSTATS is not set | ||
1220 | CONFIG_TIMER_STATS=y | ||
1221 | # CONFIG_DEBUG_SLAB is not set | ||
1222 | CONFIG_DEBUG_PREEMPT=y | ||
1223 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1224 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1225 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1226 | CONFIG_DEBUG_MUTEXES=y | ||
1227 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1228 | # CONFIG_PROVE_LOCKING is not set | ||
1229 | # CONFIG_LOCK_STAT is not set | ||
1230 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1231 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1232 | # CONFIG_DEBUG_KOBJECT is not set | ||
1233 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1234 | # CONFIG_DEBUG_INFO is not set | ||
1235 | # CONFIG_DEBUG_VM is not set | ||
1236 | # CONFIG_DEBUG_LIST is not set | ||
1237 | CONFIG_FRAME_POINTER=y | ||
1238 | CONFIG_FORCED_INLINING=y | ||
1239 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1240 | # CONFIG_FAULT_INJECTION is not set | ||
1241 | # CONFIG_DEBUG_USER is not set | ||
1242 | # CONFIG_DEBUG_ERRORS is not set | ||
1243 | # CONFIG_DEBUG_LL is not set | ||
1244 | |||
1245 | # | ||
1246 | # Security options | ||
1247 | # | ||
1248 | # CONFIG_KEYS is not set | ||
1249 | # CONFIG_SECURITY is not set | ||
1250 | CONFIG_CRYPTO=y | ||
1251 | CONFIG_CRYPTO_ALGAPI=y | ||
1252 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1253 | CONFIG_CRYPTO_MANAGER=y | ||
1254 | # CONFIG_CRYPTO_HMAC is not set | ||
1255 | # CONFIG_CRYPTO_XCBC is not set | ||
1256 | # CONFIG_CRYPTO_NULL is not set | ||
1257 | # CONFIG_CRYPTO_MD4 is not set | ||
1258 | CONFIG_CRYPTO_MD5=y | ||
1259 | # CONFIG_CRYPTO_SHA1 is not set | ||
1260 | # CONFIG_CRYPTO_SHA256 is not set | ||
1261 | # CONFIG_CRYPTO_SHA512 is not set | ||
1262 | # CONFIG_CRYPTO_WP512 is not set | ||
1263 | # CONFIG_CRYPTO_TGR192 is not set | ||
1264 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1265 | CONFIG_CRYPTO_ECB=m | ||
1266 | CONFIG_CRYPTO_CBC=y | ||
1267 | CONFIG_CRYPTO_PCBC=m | ||
1268 | # CONFIG_CRYPTO_LRW is not set | ||
1269 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1270 | CONFIG_CRYPTO_DES=y | ||
1271 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1272 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1273 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1274 | # CONFIG_CRYPTO_SERPENT is not set | ||
1275 | # CONFIG_CRYPTO_AES is not set | ||
1276 | # CONFIG_CRYPTO_CAST5 is not set | ||
1277 | # CONFIG_CRYPTO_CAST6 is not set | ||
1278 | # CONFIG_CRYPTO_TEA is not set | ||
1279 | # CONFIG_CRYPTO_ARC4 is not set | ||
1280 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1281 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1282 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1283 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1284 | # CONFIG_CRYPTO_CRC32C is not set | ||
1285 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1286 | # CONFIG_CRYPTO_TEST is not set | ||
1287 | CONFIG_CRYPTO_HW=y | ||
1288 | |||
1289 | # | ||
1290 | # Library routines | ||
1291 | # | ||
1292 | CONFIG_BITREVERSE=y | ||
1293 | CONFIG_CRC_CCITT=y | ||
1294 | # CONFIG_CRC16 is not set | ||
1295 | # CONFIG_CRC_ITU_T is not set | ||
1296 | CONFIG_CRC32=y | ||
1297 | # CONFIG_CRC7 is not set | ||
1298 | CONFIG_LIBCRC32C=y | ||
1299 | CONFIG_ZLIB_INFLATE=y | ||
1300 | CONFIG_ZLIB_DEFLATE=y | ||
1301 | CONFIG_PLIST=y | ||
1302 | CONFIG_HAS_IOMEM=y | ||
1303 | CONFIG_HAS_IOPORT=y | ||
1304 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_apollon_2420_defconfig b/arch/arm/configs/omap_apollon_2420_defconfig new file mode 100644 index 000000000000..bb39dfc72d69 --- /dev/null +++ b/arch/arm/configs/omap_apollon_2420_defconfig | |||
@@ -0,0 +1,962 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 12:07:29 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | # CONFIG_LOCALVERSION_AUTO is not set | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | CONFIG_BSD_PROCESS_ACCT=y | ||
42 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
43 | # CONFIG_TASKSTATS is not set | ||
44 | # CONFIG_USER_NS is not set | ||
45 | # CONFIG_AUDIT is not set | ||
46 | # CONFIG_IKCONFIG is not set | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | CONFIG_SYSFS_DEPRECATED=y | ||
49 | # CONFIG_RELAY is not set | ||
50 | # CONFIG_BLK_DEV_INITRD is not set | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | # CONFIG_EMBEDDED is not set | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_ALL is not set | ||
58 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | CONFIG_MODULES=y | ||
79 | CONFIG_MODULE_UNLOAD=y | ||
80 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
81 | # CONFIG_MODVERSIONS is not set | ||
82 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
83 | CONFIG_KMOD=y | ||
84 | CONFIG_BLOCK=y | ||
85 | # CONFIG_LBD is not set | ||
86 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
87 | # CONFIG_LSF is not set | ||
88 | # CONFIG_BLK_DEV_BSG is not set | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | # CONFIG_DEFAULT_AS is not set | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | CONFIG_DEFAULT_CFQ=y | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
102 | |||
103 | # | ||
104 | # System Type | ||
105 | # | ||
106 | # CONFIG_ARCH_AAEC2000 is not set | ||
107 | # CONFIG_ARCH_INTEGRATOR is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_VERSATILE is not set | ||
110 | # CONFIG_ARCH_AT91 is not set | ||
111 | # CONFIG_ARCH_CLPS7500 is not set | ||
112 | # CONFIG_ARCH_CLPS711X is not set | ||
113 | # CONFIG_ARCH_CO285 is not set | ||
114 | # CONFIG_ARCH_EBSA110 is not set | ||
115 | # CONFIG_ARCH_EP93XX is not set | ||
116 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
117 | # CONFIG_ARCH_NETX is not set | ||
118 | # CONFIG_ARCH_H720X is not set | ||
119 | # CONFIG_ARCH_IMX is not set | ||
120 | # CONFIG_ARCH_IOP13XX is not set | ||
121 | # CONFIG_ARCH_IOP32X is not set | ||
122 | # CONFIG_ARCH_IOP33X is not set | ||
123 | # CONFIG_ARCH_IXP23XX is not set | ||
124 | # CONFIG_ARCH_IXP2000 is not set | ||
125 | # CONFIG_ARCH_IXP4XX is not set | ||
126 | # CONFIG_ARCH_L7200 is not set | ||
127 | # CONFIG_ARCH_KS8695 is not set | ||
128 | # CONFIG_ARCH_NS9XXX is not set | ||
129 | # CONFIG_ARCH_MXC is not set | ||
130 | # CONFIG_ARCH_PNX4008 is not set | ||
131 | # CONFIG_ARCH_PXA is not set | ||
132 | # CONFIG_ARCH_RPC is not set | ||
133 | # CONFIG_ARCH_SA1100 is not set | ||
134 | # CONFIG_ARCH_S3C2410 is not set | ||
135 | # CONFIG_ARCH_SHARK is not set | ||
136 | # CONFIG_ARCH_LH7A40X is not set | ||
137 | # CONFIG_ARCH_DAVINCI is not set | ||
138 | CONFIG_ARCH_OMAP=y | ||
139 | |||
140 | # | ||
141 | # TI OMAP Implementations | ||
142 | # | ||
143 | CONFIG_ARCH_OMAP_OTG=y | ||
144 | # CONFIG_ARCH_OMAP1 is not set | ||
145 | CONFIG_ARCH_OMAP2=y | ||
146 | # CONFIG_ARCH_OMAP3 is not set | ||
147 | |||
148 | # | ||
149 | # OMAP Feature Selections | ||
150 | # | ||
151 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
152 | # CONFIG_OMAP_BOOT_TAG is not set | ||
153 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
154 | CONFIG_OMAP_MUX=y | ||
155 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
156 | CONFIG_OMAP_MUX_WARNINGS=y | ||
157 | # CONFIG_OMAP_STI is not set | ||
158 | # CONFIG_OMAP_MCBSP is not set | ||
159 | # CONFIG_OMAP_MMU_FWK is not set | ||
160 | # CONFIG_OMAP_MBOX_FWK is not set | ||
161 | # CONFIG_OMAP_MPU_TIMER is not set | ||
162 | CONFIG_OMAP_32K_TIMER=y | ||
163 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
164 | CONFIG_OMAP_DM_TIMER=y | ||
165 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
166 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
167 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
168 | CONFIG_OMAP_SERIAL_WAKE=y | ||
169 | # CONFIG_OMAP_DSP is not set | ||
170 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
171 | |||
172 | # | ||
173 | # OMAP Core Type | ||
174 | # | ||
175 | CONFIG_ARCH_OMAP24XX=y | ||
176 | CONFIG_ARCH_OMAP2420=y | ||
177 | # CONFIG_ARCH_OMAP2430 is not set | ||
178 | |||
179 | # | ||
180 | # OMAP Board Type | ||
181 | # | ||
182 | # CONFIG_MACH_NOKIA_N800 is not set | ||
183 | # CONFIG_MACH_OMAP_H4 is not set | ||
184 | CONFIG_MACH_OMAP_APOLLON=y | ||
185 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
186 | # CONFIG_MACH_OMAP_2430SDP is not set | ||
187 | |||
188 | # | ||
189 | # Boot options | ||
190 | # | ||
191 | |||
192 | # | ||
193 | # Power management | ||
194 | # | ||
195 | |||
196 | # | ||
197 | # Processor Type | ||
198 | # | ||
199 | CONFIG_CPU_32=y | ||
200 | CONFIG_CPU_V6=y | ||
201 | # CONFIG_CPU_32v6K is not set | ||
202 | CONFIG_CPU_32v6=y | ||
203 | CONFIG_CPU_ABRT_EV6=y | ||
204 | CONFIG_CPU_PABRT_NOIFAR=y | ||
205 | CONFIG_CPU_CACHE_V6=y | ||
206 | CONFIG_CPU_CACHE_VIPT=y | ||
207 | CONFIG_CPU_COPY_V6=y | ||
208 | CONFIG_CPU_TLB_V6=y | ||
209 | CONFIG_CPU_HAS_ASID=y | ||
210 | CONFIG_CPU_CP15=y | ||
211 | CONFIG_CPU_CP15_MMU=y | ||
212 | |||
213 | # | ||
214 | # Processor Features | ||
215 | # | ||
216 | # CONFIG_ARM_THUMB is not set | ||
217 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
218 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
219 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
220 | # CONFIG_OUTER_CACHE is not set | ||
221 | |||
222 | # | ||
223 | # Bus support | ||
224 | # | ||
225 | # CONFIG_PCI_SYSCALL is not set | ||
226 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
227 | |||
228 | # | ||
229 | # PCCARD (PCMCIA/CardBus) support | ||
230 | # | ||
231 | # CONFIG_PCCARD is not set | ||
232 | |||
233 | # | ||
234 | # Kernel Features | ||
235 | # | ||
236 | # CONFIG_TICK_ONESHOT is not set | ||
237 | # CONFIG_NO_HZ is not set | ||
238 | # CONFIG_HIGH_RES_TIMERS is not set | ||
239 | CONFIG_PREEMPT=y | ||
240 | CONFIG_HZ=128 | ||
241 | # CONFIG_AEABI is not set | ||
242 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
243 | CONFIG_SELECT_MEMORY_MODEL=y | ||
244 | CONFIG_FLATMEM_MANUAL=y | ||
245 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
246 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
247 | CONFIG_FLATMEM=y | ||
248 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
249 | # CONFIG_SPARSEMEM_STATIC is not set | ||
250 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
251 | # CONFIG_RESOURCES_64BIT is not set | ||
252 | CONFIG_ZONE_DMA_FLAG=1 | ||
253 | CONFIG_BOUNCE=y | ||
254 | CONFIG_VIRT_TO_BUS=y | ||
255 | # CONFIG_LEDS is not set | ||
256 | CONFIG_ALIGNMENT_TRAP=y | ||
257 | |||
258 | # | ||
259 | # Boot options | ||
260 | # | ||
261 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
262 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
263 | CONFIG_CMDLINE="root=/dev/ram0 rw mem=128M console=ttyS0,115200n8 initrd=0x80600000,8M ramdisk_size=8192" | ||
264 | # CONFIG_XIP_KERNEL is not set | ||
265 | # CONFIG_KEXEC is not set | ||
266 | |||
267 | # | ||
268 | # CPU Frequency scaling | ||
269 | # | ||
270 | # CONFIG_CPU_FREQ is not set | ||
271 | |||
272 | # | ||
273 | # Floating point emulation | ||
274 | # | ||
275 | |||
276 | # | ||
277 | # At least one emulation must be selected | ||
278 | # | ||
279 | # CONFIG_FPE_NWFPE is not set | ||
280 | # CONFIG_FPE_FASTFPE is not set | ||
281 | CONFIG_VFP=y | ||
282 | |||
283 | # | ||
284 | # Userspace binary formats | ||
285 | # | ||
286 | CONFIG_BINFMT_ELF=y | ||
287 | # CONFIG_BINFMT_AOUT is not set | ||
288 | # CONFIG_BINFMT_MISC is not set | ||
289 | # CONFIG_ARTHUR is not set | ||
290 | |||
291 | # | ||
292 | # Power management options | ||
293 | # | ||
294 | # CONFIG_PM is not set | ||
295 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
296 | |||
297 | # | ||
298 | # Networking | ||
299 | # | ||
300 | CONFIG_NET=y | ||
301 | |||
302 | # | ||
303 | # Networking options | ||
304 | # | ||
305 | CONFIG_PACKET=y | ||
306 | # CONFIG_PACKET_MMAP is not set | ||
307 | CONFIG_UNIX=y | ||
308 | CONFIG_XFRM=y | ||
309 | # CONFIG_XFRM_USER is not set | ||
310 | # CONFIG_XFRM_SUB_POLICY is not set | ||
311 | # CONFIG_XFRM_MIGRATE is not set | ||
312 | # CONFIG_NET_KEY is not set | ||
313 | CONFIG_INET=y | ||
314 | # CONFIG_IP_MULTICAST is not set | ||
315 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
316 | CONFIG_IP_FIB_HASH=y | ||
317 | CONFIG_IP_PNP=y | ||
318 | CONFIG_IP_PNP_DHCP=y | ||
319 | CONFIG_IP_PNP_BOOTP=y | ||
320 | # CONFIG_IP_PNP_RARP is not set | ||
321 | # CONFIG_NET_IPIP is not set | ||
322 | # CONFIG_NET_IPGRE is not set | ||
323 | # CONFIG_ARPD is not set | ||
324 | # CONFIG_SYN_COOKIES is not set | ||
325 | # CONFIG_INET_AH is not set | ||
326 | # CONFIG_INET_ESP is not set | ||
327 | # CONFIG_INET_IPCOMP is not set | ||
328 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
329 | # CONFIG_INET_TUNNEL is not set | ||
330 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
331 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
332 | CONFIG_INET_XFRM_MODE_BEET=y | ||
333 | CONFIG_INET_DIAG=y | ||
334 | CONFIG_INET_TCP_DIAG=y | ||
335 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
336 | CONFIG_TCP_CONG_CUBIC=y | ||
337 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
338 | # CONFIG_TCP_MD5SIG is not set | ||
339 | # CONFIG_IPV6 is not set | ||
340 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
341 | # CONFIG_INET6_TUNNEL is not set | ||
342 | # CONFIG_NETWORK_SECMARK is not set | ||
343 | # CONFIG_NETFILTER is not set | ||
344 | # CONFIG_IP_DCCP is not set | ||
345 | # CONFIG_IP_SCTP is not set | ||
346 | # CONFIG_TIPC is not set | ||
347 | # CONFIG_ATM is not set | ||
348 | # CONFIG_BRIDGE is not set | ||
349 | # CONFIG_VLAN_8021Q is not set | ||
350 | # CONFIG_DECNET is not set | ||
351 | # CONFIG_LLC2 is not set | ||
352 | # CONFIG_IPX is not set | ||
353 | # CONFIG_ATALK is not set | ||
354 | # CONFIG_X25 is not set | ||
355 | # CONFIG_LAPB is not set | ||
356 | # CONFIG_ECONET is not set | ||
357 | # CONFIG_WAN_ROUTER is not set | ||
358 | |||
359 | # | ||
360 | # QoS and/or fair queueing | ||
361 | # | ||
362 | # CONFIG_NET_SCHED is not set | ||
363 | |||
364 | # | ||
365 | # Network testing | ||
366 | # | ||
367 | # CONFIG_NET_PKTGEN is not set | ||
368 | # CONFIG_HAMRADIO is not set | ||
369 | # CONFIG_IRDA is not set | ||
370 | # CONFIG_BT is not set | ||
371 | # CONFIG_AF_RXRPC is not set | ||
372 | |||
373 | # | ||
374 | # Wireless | ||
375 | # | ||
376 | # CONFIG_CFG80211 is not set | ||
377 | # CONFIG_WIRELESS_EXT is not set | ||
378 | # CONFIG_MAC80211 is not set | ||
379 | # CONFIG_IEEE80211 is not set | ||
380 | # CONFIG_RFKILL is not set | ||
381 | # CONFIG_NET_9P is not set | ||
382 | |||
383 | # | ||
384 | # Device Drivers | ||
385 | # | ||
386 | |||
387 | # | ||
388 | # Generic Driver Options | ||
389 | # | ||
390 | CONFIG_STANDALONE=y | ||
391 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
392 | # CONFIG_FW_LOADER is not set | ||
393 | # CONFIG_DEBUG_DRIVER is not set | ||
394 | # CONFIG_DEBUG_DEVRES is not set | ||
395 | # CONFIG_SYS_HYPERVISOR is not set | ||
396 | # CONFIG_CONNECTOR is not set | ||
397 | CONFIG_MTD=y | ||
398 | # CONFIG_MTD_DEBUG is not set | ||
399 | CONFIG_MTD_CONCAT=y | ||
400 | CONFIG_MTD_PARTITIONS=y | ||
401 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
402 | CONFIG_MTD_CMDLINE_PARTS=y | ||
403 | # CONFIG_MTD_AFS_PARTS is not set | ||
404 | |||
405 | # | ||
406 | # User Modules And Translation Layers | ||
407 | # | ||
408 | CONFIG_MTD_CHAR=y | ||
409 | CONFIG_MTD_BLKDEVS=y | ||
410 | CONFIG_MTD_BLOCK=y | ||
411 | # CONFIG_FTL is not set | ||
412 | # CONFIG_NFTL is not set | ||
413 | # CONFIG_INFTL is not set | ||
414 | # CONFIG_RFD_FTL is not set | ||
415 | # CONFIG_SSFDC is not set | ||
416 | |||
417 | # | ||
418 | # RAM/ROM/Flash chip drivers | ||
419 | # | ||
420 | # CONFIG_MTD_CFI is not set | ||
421 | # CONFIG_MTD_JEDECPROBE is not set | ||
422 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
423 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
424 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
425 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
426 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
427 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
428 | CONFIG_MTD_CFI_I1=y | ||
429 | CONFIG_MTD_CFI_I2=y | ||
430 | # CONFIG_MTD_CFI_I4 is not set | ||
431 | # CONFIG_MTD_CFI_I8 is not set | ||
432 | # CONFIG_MTD_RAM is not set | ||
433 | # CONFIG_MTD_ROM is not set | ||
434 | # CONFIG_MTD_ABSENT is not set | ||
435 | |||
436 | # | ||
437 | # Mapping drivers for chip access | ||
438 | # | ||
439 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
440 | # CONFIG_MTD_PLATRAM is not set | ||
441 | |||
442 | # | ||
443 | # Self-contained MTD device drivers | ||
444 | # | ||
445 | # CONFIG_MTD_DATAFLASH is not set | ||
446 | # CONFIG_MTD_M25P80 is not set | ||
447 | # CONFIG_MTD_SLRAM is not set | ||
448 | # CONFIG_MTD_PHRAM is not set | ||
449 | # CONFIG_MTD_MTDRAM is not set | ||
450 | # CONFIG_MTD_BLOCK2MTD is not set | ||
451 | |||
452 | # | ||
453 | # Disk-On-Chip Device Drivers | ||
454 | # | ||
455 | # CONFIG_MTD_DOC2000 is not set | ||
456 | # CONFIG_MTD_DOC2001 is not set | ||
457 | # CONFIG_MTD_DOC2001PLUS is not set | ||
458 | # CONFIG_MTD_NAND is not set | ||
459 | CONFIG_MTD_ONENAND=y | ||
460 | # CONFIG_MTD_ONENAND_VERIFY_WRITE is not set | ||
461 | CONFIG_MTD_ONENAND_GENERIC=y | ||
462 | # CONFIG_MTD_ONENAND_OMAP2 is not set | ||
463 | # CONFIG_MTD_ONENAND_OTP is not set | ||
464 | |||
465 | # | ||
466 | # UBI - Unsorted block images | ||
467 | # | ||
468 | # CONFIG_MTD_UBI is not set | ||
469 | # CONFIG_PARPORT is not set | ||
470 | CONFIG_BLK_DEV=y | ||
471 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
472 | CONFIG_BLK_DEV_LOOP=y | ||
473 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
474 | # CONFIG_BLK_DEV_NBD is not set | ||
475 | # CONFIG_BLK_DEV_RAM is not set | ||
476 | # CONFIG_CDROM_PKTCDVD is not set | ||
477 | # CONFIG_ATA_OVER_ETH is not set | ||
478 | |||
479 | # | ||
480 | # SCSI device support | ||
481 | # | ||
482 | # CONFIG_RAID_ATTRS is not set | ||
483 | # CONFIG_SCSI is not set | ||
484 | # CONFIG_SCSI_DMA is not set | ||
485 | # CONFIG_SCSI_NETLINK is not set | ||
486 | # CONFIG_ATA is not set | ||
487 | # CONFIG_MD is not set | ||
488 | CONFIG_NETDEVICES=y | ||
489 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
490 | # CONFIG_DUMMY is not set | ||
491 | # CONFIG_BONDING is not set | ||
492 | # CONFIG_MACVLAN is not set | ||
493 | # CONFIG_EQUALIZER is not set | ||
494 | # CONFIG_TUN is not set | ||
495 | # CONFIG_PHYLIB is not set | ||
496 | CONFIG_NET_ETHERNET=y | ||
497 | CONFIG_MII=y | ||
498 | # CONFIG_AX88796 is not set | ||
499 | CONFIG_SMC91X=y | ||
500 | # CONFIG_DM9000 is not set | ||
501 | CONFIG_NETDEV_1000=y | ||
502 | CONFIG_NETDEV_10000=y | ||
503 | |||
504 | # | ||
505 | # Wireless LAN | ||
506 | # | ||
507 | # CONFIG_WLAN_PRE80211 is not set | ||
508 | # CONFIG_WLAN_80211 is not set | ||
509 | # CONFIG_WAN is not set | ||
510 | # CONFIG_PPP is not set | ||
511 | # CONFIG_SLIP is not set | ||
512 | # CONFIG_SHAPER is not set | ||
513 | # CONFIG_NETCONSOLE is not set | ||
514 | # CONFIG_NETPOLL is not set | ||
515 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
516 | # CONFIG_ISDN is not set | ||
517 | |||
518 | # | ||
519 | # Input device support | ||
520 | # | ||
521 | CONFIG_INPUT=y | ||
522 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
523 | # CONFIG_INPUT_POLLDEV is not set | ||
524 | |||
525 | # | ||
526 | # Userland interfaces | ||
527 | # | ||
528 | CONFIG_INPUT_MOUSEDEV=y | ||
529 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
530 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
531 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
532 | # CONFIG_INPUT_JOYDEV is not set | ||
533 | # CONFIG_INPUT_TSDEV is not set | ||
534 | # CONFIG_INPUT_EVDEV is not set | ||
535 | # CONFIG_INPUT_EVBUG is not set | ||
536 | |||
537 | # | ||
538 | # Input Device Drivers | ||
539 | # | ||
540 | # CONFIG_INPUT_KEYBOARD is not set | ||
541 | # CONFIG_INPUT_MOUSE is not set | ||
542 | # CONFIG_INPUT_JOYSTICK is not set | ||
543 | # CONFIG_INPUT_TABLET is not set | ||
544 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
545 | # CONFIG_INPUT_MISC is not set | ||
546 | |||
547 | # | ||
548 | # Hardware I/O ports | ||
549 | # | ||
550 | # CONFIG_SERIO is not set | ||
551 | # CONFIG_GAMEPORT is not set | ||
552 | |||
553 | # | ||
554 | # Character devices | ||
555 | # | ||
556 | CONFIG_VT=y | ||
557 | CONFIG_VT_CONSOLE=y | ||
558 | CONFIG_HW_CONSOLE=y | ||
559 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
560 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
561 | |||
562 | # | ||
563 | # Serial drivers | ||
564 | # | ||
565 | CONFIG_SERIAL_8250=y | ||
566 | CONFIG_SERIAL_8250_CONSOLE=y | ||
567 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
568 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
569 | CONFIG_SERIAL_8250_EXTENDED=y | ||
570 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
571 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
572 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
573 | CONFIG_SERIAL_8250_RSA=y | ||
574 | |||
575 | # | ||
576 | # Non-8250 serial port support | ||
577 | # | ||
578 | CONFIG_SERIAL_CORE=y | ||
579 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
580 | CONFIG_UNIX98_PTYS=y | ||
581 | # CONFIG_LEGACY_PTYS is not set | ||
582 | # CONFIG_IPMI_HANDLER is not set | ||
583 | CONFIG_WATCHDOG=y | ||
584 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
585 | |||
586 | # | ||
587 | # Watchdog Device Drivers | ||
588 | # | ||
589 | # CONFIG_SOFT_WATCHDOG is not set | ||
590 | CONFIG_OMAP_WATCHDOG=y | ||
591 | CONFIG_HW_RANDOM=y | ||
592 | CONFIG_HW_RANDOM_OMAP=y | ||
593 | # CONFIG_NVRAM is not set | ||
594 | # CONFIG_R3964 is not set | ||
595 | # CONFIG_RAW_DRIVER is not set | ||
596 | # CONFIG_TCG_TPM is not set | ||
597 | # CONFIG_I2C is not set | ||
598 | |||
599 | # | ||
600 | # SPI support | ||
601 | # | ||
602 | CONFIG_SPI=y | ||
603 | # CONFIG_SPI_DEBUG is not set | ||
604 | CONFIG_SPI_MASTER=y | ||
605 | |||
606 | # | ||
607 | # SPI Master Controller Drivers | ||
608 | # | ||
609 | # CONFIG_SPI_BITBANG is not set | ||
610 | CONFIG_SPI_OMAP24XX=y | ||
611 | |||
612 | # | ||
613 | # SPI Protocol Masters | ||
614 | # | ||
615 | # CONFIG_SPI_AT25 is not set | ||
616 | # CONFIG_SPI_TSC2101 is not set | ||
617 | # CONFIG_SPI_TSC2102 is not set | ||
618 | # CONFIG_SPI_TSC210X is not set | ||
619 | # CONFIG_SPI_TSC2301 is not set | ||
620 | # CONFIG_SPI_SPIDEV is not set | ||
621 | # CONFIG_SPI_TLE62X0 is not set | ||
622 | # CONFIG_W1 is not set | ||
623 | # CONFIG_HWMON is not set | ||
624 | CONFIG_MISC_DEVICES=y | ||
625 | # CONFIG_EEPROM_93CX6 is not set | ||
626 | |||
627 | # | ||
628 | # Multifunction device drivers | ||
629 | # | ||
630 | # CONFIG_MFD_SM501 is not set | ||
631 | # CONFIG_NEW_LEDS is not set | ||
632 | |||
633 | # | ||
634 | # Multimedia devices | ||
635 | # | ||
636 | # CONFIG_VIDEO_DEV is not set | ||
637 | # CONFIG_DVB_CORE is not set | ||
638 | CONFIG_DAB=y | ||
639 | |||
640 | # | ||
641 | # Graphics support | ||
642 | # | ||
643 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
644 | |||
645 | # | ||
646 | # Display device support | ||
647 | # | ||
648 | # CONFIG_DISPLAY_SUPPORT is not set | ||
649 | # CONFIG_VGASTATE is not set | ||
650 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
651 | CONFIG_FB=y | ||
652 | CONFIG_FIRMWARE_EDID=y | ||
653 | # CONFIG_FB_DDC is not set | ||
654 | # CONFIG_FB_CFB_FILLRECT is not set | ||
655 | # CONFIG_FB_CFB_COPYAREA is not set | ||
656 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
657 | # CONFIG_FB_SYS_FILLRECT is not set | ||
658 | # CONFIG_FB_SYS_COPYAREA is not set | ||
659 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
660 | # CONFIG_FB_SYS_FOPS is not set | ||
661 | CONFIG_FB_DEFERRED_IO=y | ||
662 | # CONFIG_FB_SVGALIB is not set | ||
663 | # CONFIG_FB_MACMODES is not set | ||
664 | # CONFIG_FB_BACKLIGHT is not set | ||
665 | # CONFIG_FB_MODE_HELPERS is not set | ||
666 | # CONFIG_FB_TILEBLITTING is not set | ||
667 | |||
668 | # | ||
669 | # Frame buffer hardware drivers | ||
670 | # | ||
671 | # CONFIG_FB_S1D13XXX is not set | ||
672 | CONFIG_FB_OMAP=y | ||
673 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
674 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
675 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
676 | # CONFIG_FB_VIRTUAL is not set | ||
677 | |||
678 | # | ||
679 | # Console display driver support | ||
680 | # | ||
681 | # CONFIG_VGA_CONSOLE is not set | ||
682 | CONFIG_DUMMY_CONSOLE=y | ||
683 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
684 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
685 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
686 | CONFIG_FONTS=y | ||
687 | CONFIG_FONT_8x8=y | ||
688 | CONFIG_FONT_8x16=y | ||
689 | # CONFIG_FONT_6x11 is not set | ||
690 | # CONFIG_FONT_7x14 is not set | ||
691 | # CONFIG_FONT_PEARL_8x8 is not set | ||
692 | # CONFIG_FONT_ACORN_8x8 is not set | ||
693 | # CONFIG_FONT_MINI_4x6 is not set | ||
694 | # CONFIG_FONT_SUN8x16 is not set | ||
695 | # CONFIG_FONT_SUN12x22 is not set | ||
696 | # CONFIG_FONT_10x18 is not set | ||
697 | CONFIG_LOGO=y | ||
698 | # CONFIG_LOGO_LINUX_MONO is not set | ||
699 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
700 | CONFIG_LOGO_LINUX_CLUT224=y | ||
701 | |||
702 | # | ||
703 | # Sound | ||
704 | # | ||
705 | # CONFIG_SOUND is not set | ||
706 | CONFIG_HID_SUPPORT=y | ||
707 | # CONFIG_HID is not set | ||
708 | CONFIG_USB_SUPPORT=y | ||
709 | CONFIG_USB_ARCH_HAS_HCD=y | ||
710 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
711 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
712 | # CONFIG_USB is not set | ||
713 | # CONFIG_USB_MUSB_HDRC is not set | ||
714 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
715 | |||
716 | # | ||
717 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
718 | # | ||
719 | |||
720 | # | ||
721 | # USB Gadget Support | ||
722 | # | ||
723 | CONFIG_USB_GADGET=y | ||
724 | # CONFIG_USB_GADGET_DEBUG is not set | ||
725 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
726 | CONFIG_USB_GADGET_SELECTED=y | ||
727 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
728 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
729 | # CONFIG_USB_GADGET_NET2280 is not set | ||
730 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
731 | # CONFIG_USB_GADGET_M66592 is not set | ||
732 | # CONFIG_USB_GADGET_GOKU is not set | ||
733 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
734 | CONFIG_USB_GADGET_OMAP=y | ||
735 | CONFIG_USB_OMAP=y | ||
736 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
737 | # CONFIG_USB_GADGET_AT91 is not set | ||
738 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
739 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
740 | # CONFIG_USB_ZERO is not set | ||
741 | CONFIG_USB_ETH=m | ||
742 | CONFIG_USB_ETH_RNDIS=y | ||
743 | # CONFIG_USB_GADGETFS is not set | ||
744 | CONFIG_USB_FILE_STORAGE=m | ||
745 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
746 | # CONFIG_USB_G_SERIAL is not set | ||
747 | # CONFIG_USB_MIDI_GADGET is not set | ||
748 | CONFIG_MMC=y | ||
749 | # CONFIG_MMC_DEBUG is not set | ||
750 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
751 | |||
752 | # | ||
753 | # MMC/SD Card Drivers | ||
754 | # | ||
755 | CONFIG_MMC_BLOCK=y | ||
756 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
757 | |||
758 | # | ||
759 | # MMC/SD Host Controller Drivers | ||
760 | # | ||
761 | CONFIG_MMC_OMAP=y | ||
762 | CONFIG_RTC_LIB=y | ||
763 | # CONFIG_RTC_CLASS is not set | ||
764 | |||
765 | # | ||
766 | # DMA Engine support | ||
767 | # | ||
768 | # CONFIG_DMA_ENGINE is not set | ||
769 | |||
770 | # | ||
771 | # DMA Clients | ||
772 | # | ||
773 | |||
774 | # | ||
775 | # DMA Devices | ||
776 | # | ||
777 | |||
778 | # | ||
779 | # CBUS support | ||
780 | # | ||
781 | # CONFIG_CBUS is not set | ||
782 | |||
783 | # | ||
784 | # File systems | ||
785 | # | ||
786 | CONFIG_EXT2_FS=y | ||
787 | # CONFIG_EXT2_FS_XATTR is not set | ||
788 | # CONFIG_EXT2_FS_XIP is not set | ||
789 | # CONFIG_EXT3_FS is not set | ||
790 | # CONFIG_EXT4DEV_FS is not set | ||
791 | # CONFIG_REISERFS_FS is not set | ||
792 | # CONFIG_JFS_FS is not set | ||
793 | # CONFIG_FS_POSIX_ACL is not set | ||
794 | # CONFIG_XFS_FS is not set | ||
795 | # CONFIG_GFS2_FS is not set | ||
796 | # CONFIG_OCFS2_FS is not set | ||
797 | # CONFIG_MINIX_FS is not set | ||
798 | # CONFIG_ROMFS_FS is not set | ||
799 | # CONFIG_INOTIFY is not set | ||
800 | # CONFIG_QUOTA is not set | ||
801 | CONFIG_DNOTIFY=y | ||
802 | # CONFIG_AUTOFS_FS is not set | ||
803 | CONFIG_AUTOFS4_FS=y | ||
804 | # CONFIG_FUSE_FS is not set | ||
805 | |||
806 | # | ||
807 | # CD-ROM/DVD Filesystems | ||
808 | # | ||
809 | # CONFIG_ISO9660_FS is not set | ||
810 | # CONFIG_UDF_FS is not set | ||
811 | |||
812 | # | ||
813 | # DOS/FAT/NT Filesystems | ||
814 | # | ||
815 | # CONFIG_MSDOS_FS is not set | ||
816 | # CONFIG_VFAT_FS is not set | ||
817 | # CONFIG_NTFS_FS is not set | ||
818 | |||
819 | # | ||
820 | # Pseudo filesystems | ||
821 | # | ||
822 | CONFIG_PROC_FS=y | ||
823 | CONFIG_PROC_SYSCTL=y | ||
824 | CONFIG_SYSFS=y | ||
825 | CONFIG_TMPFS=y | ||
826 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
827 | # CONFIG_HUGETLB_PAGE is not set | ||
828 | CONFIG_RAMFS=y | ||
829 | # CONFIG_CONFIGFS_FS is not set | ||
830 | |||
831 | # | ||
832 | # Miscellaneous filesystems | ||
833 | # | ||
834 | # CONFIG_ADFS_FS is not set | ||
835 | # CONFIG_AFFS_FS is not set | ||
836 | # CONFIG_HFS_FS is not set | ||
837 | # CONFIG_HFSPLUS_FS is not set | ||
838 | # CONFIG_BEFS_FS is not set | ||
839 | # CONFIG_BFS_FS is not set | ||
840 | # CONFIG_EFS_FS is not set | ||
841 | CONFIG_JFFS2_FS=y | ||
842 | CONFIG_JFFS2_FS_DEBUG=0 | ||
843 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
844 | # CONFIG_JFFS2_SUMMARY is not set | ||
845 | # CONFIG_JFFS2_FS_XATTR is not set | ||
846 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
847 | CONFIG_JFFS2_ZLIB=y | ||
848 | CONFIG_JFFS2_RTIME=y | ||
849 | # CONFIG_JFFS2_RUBIN is not set | ||
850 | CONFIG_CRAMFS=y | ||
851 | # CONFIG_VXFS_FS is not set | ||
852 | # CONFIG_HPFS_FS is not set | ||
853 | # CONFIG_QNX4FS_FS is not set | ||
854 | # CONFIG_SYSV_FS is not set | ||
855 | # CONFIG_UFS_FS is not set | ||
856 | |||
857 | # | ||
858 | # Network File Systems | ||
859 | # | ||
860 | CONFIG_NFS_FS=y | ||
861 | CONFIG_NFS_V3=y | ||
862 | # CONFIG_NFS_V3_ACL is not set | ||
863 | # CONFIG_NFS_V4 is not set | ||
864 | # CONFIG_NFS_DIRECTIO is not set | ||
865 | # CONFIG_NFSD is not set | ||
866 | CONFIG_ROOT_NFS=y | ||
867 | CONFIG_LOCKD=y | ||
868 | CONFIG_LOCKD_V4=y | ||
869 | CONFIG_NFS_COMMON=y | ||
870 | CONFIG_SUNRPC=y | ||
871 | # CONFIG_SUNRPC_BIND34 is not set | ||
872 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
873 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
874 | # CONFIG_SMB_FS is not set | ||
875 | # CONFIG_CIFS is not set | ||
876 | # CONFIG_NCP_FS is not set | ||
877 | # CONFIG_CODA_FS is not set | ||
878 | # CONFIG_AFS_FS is not set | ||
879 | |||
880 | # | ||
881 | # Partition Types | ||
882 | # | ||
883 | # CONFIG_PARTITION_ADVANCED is not set | ||
884 | CONFIG_MSDOS_PARTITION=y | ||
885 | |||
886 | # | ||
887 | # Native Language Support | ||
888 | # | ||
889 | # CONFIG_NLS is not set | ||
890 | |||
891 | # | ||
892 | # Distributed Lock Manager | ||
893 | # | ||
894 | # CONFIG_DLM is not set | ||
895 | |||
896 | # | ||
897 | # Profiling support | ||
898 | # | ||
899 | # CONFIG_PROFILING is not set | ||
900 | |||
901 | # | ||
902 | # Kernel hacking | ||
903 | # | ||
904 | # CONFIG_PRINTK_TIME is not set | ||
905 | CONFIG_ENABLE_MUST_CHECK=y | ||
906 | # CONFIG_MAGIC_SYSRQ is not set | ||
907 | # CONFIG_UNUSED_SYMBOLS is not set | ||
908 | # CONFIG_DEBUG_FS is not set | ||
909 | # CONFIG_HEADERS_CHECK is not set | ||
910 | CONFIG_DEBUG_KERNEL=y | ||
911 | # CONFIG_DEBUG_SHIRQ is not set | ||
912 | CONFIG_DETECT_SOFTLOCKUP=y | ||
913 | CONFIG_SCHED_DEBUG=y | ||
914 | # CONFIG_SCHEDSTATS is not set | ||
915 | # CONFIG_TIMER_STATS is not set | ||
916 | # CONFIG_DEBUG_SLAB is not set | ||
917 | CONFIG_DEBUG_PREEMPT=y | ||
918 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
919 | # CONFIG_RT_MUTEX_TESTER is not set | ||
920 | CONFIG_DEBUG_SPINLOCK=y | ||
921 | CONFIG_DEBUG_MUTEXES=y | ||
922 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
923 | # CONFIG_PROVE_LOCKING is not set | ||
924 | # CONFIG_LOCK_STAT is not set | ||
925 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
926 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
927 | # CONFIG_DEBUG_KOBJECT is not set | ||
928 | CONFIG_DEBUG_BUGVERBOSE=y | ||
929 | # CONFIG_DEBUG_INFO is not set | ||
930 | # CONFIG_DEBUG_VM is not set | ||
931 | # CONFIG_DEBUG_LIST is not set | ||
932 | CONFIG_FRAME_POINTER=y | ||
933 | CONFIG_FORCED_INLINING=y | ||
934 | # CONFIG_RCU_TORTURE_TEST is not set | ||
935 | # CONFIG_FAULT_INJECTION is not set | ||
936 | # CONFIG_DEBUG_USER is not set | ||
937 | # CONFIG_DEBUG_ERRORS is not set | ||
938 | # CONFIG_DEBUG_LL is not set | ||
939 | |||
940 | # | ||
941 | # Security options | ||
942 | # | ||
943 | # CONFIG_KEYS is not set | ||
944 | # CONFIG_SECURITY is not set | ||
945 | # CONFIG_CRYPTO is not set | ||
946 | |||
947 | # | ||
948 | # Library routines | ||
949 | # | ||
950 | CONFIG_BITREVERSE=y | ||
951 | CONFIG_CRC_CCITT=y | ||
952 | # CONFIG_CRC16 is not set | ||
953 | # CONFIG_CRC_ITU_T is not set | ||
954 | CONFIG_CRC32=y | ||
955 | # CONFIG_CRC7 is not set | ||
956 | CONFIG_LIBCRC32C=y | ||
957 | CONFIG_ZLIB_INFLATE=y | ||
958 | CONFIG_ZLIB_DEFLATE=y | ||
959 | CONFIG_PLIST=y | ||
960 | CONFIG_HAS_IOMEM=y | ||
961 | CONFIG_HAS_IOPORT=y | ||
962 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_generic_1510_defconfig b/arch/arm/configs/omap_generic_1510_defconfig new file mode 100644 index 000000000000..4b1c252f2091 --- /dev/null +++ b/arch/arm/configs/omap_generic_1510_defconfig | |||
@@ -0,0 +1,1172 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 12:20:19 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_USER_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | # CONFIG_RELAY is not set | ||
49 | CONFIG_BLK_DEV_INITRD=y | ||
50 | CONFIG_INITRAMFS_SOURCE="" | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | # CONFIG_EMBEDDED is not set | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_ALL is not set | ||
58 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | CONFIG_MODULES=y | ||
79 | CONFIG_MODULE_UNLOAD=y | ||
80 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
81 | # CONFIG_MODVERSIONS is not set | ||
82 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
83 | CONFIG_KMOD=y | ||
84 | CONFIG_BLOCK=y | ||
85 | # CONFIG_LBD is not set | ||
86 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
87 | # CONFIG_LSF is not set | ||
88 | # CONFIG_BLK_DEV_BSG is not set | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | # CONFIG_DEFAULT_AS is not set | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | CONFIG_DEFAULT_CFQ=y | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
102 | |||
103 | # | ||
104 | # System Type | ||
105 | # | ||
106 | # CONFIG_ARCH_AAEC2000 is not set | ||
107 | # CONFIG_ARCH_INTEGRATOR is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_VERSATILE is not set | ||
110 | # CONFIG_ARCH_AT91 is not set | ||
111 | # CONFIG_ARCH_CLPS7500 is not set | ||
112 | # CONFIG_ARCH_CLPS711X is not set | ||
113 | # CONFIG_ARCH_CO285 is not set | ||
114 | # CONFIG_ARCH_EBSA110 is not set | ||
115 | # CONFIG_ARCH_EP93XX is not set | ||
116 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
117 | # CONFIG_ARCH_NETX is not set | ||
118 | # CONFIG_ARCH_H720X is not set | ||
119 | # CONFIG_ARCH_IMX is not set | ||
120 | # CONFIG_ARCH_IOP13XX is not set | ||
121 | # CONFIG_ARCH_IOP32X is not set | ||
122 | # CONFIG_ARCH_IOP33X is not set | ||
123 | # CONFIG_ARCH_IXP23XX is not set | ||
124 | # CONFIG_ARCH_IXP2000 is not set | ||
125 | # CONFIG_ARCH_IXP4XX is not set | ||
126 | # CONFIG_ARCH_L7200 is not set | ||
127 | # CONFIG_ARCH_KS8695 is not set | ||
128 | # CONFIG_ARCH_NS9XXX is not set | ||
129 | # CONFIG_ARCH_MXC is not set | ||
130 | # CONFIG_ARCH_PNX4008 is not set | ||
131 | # CONFIG_ARCH_PXA is not set | ||
132 | # CONFIG_ARCH_RPC is not set | ||
133 | # CONFIG_ARCH_SA1100 is not set | ||
134 | # CONFIG_ARCH_S3C2410 is not set | ||
135 | # CONFIG_ARCH_SHARK is not set | ||
136 | # CONFIG_ARCH_LH7A40X is not set | ||
137 | # CONFIG_ARCH_DAVINCI is not set | ||
138 | CONFIG_ARCH_OMAP=y | ||
139 | |||
140 | # | ||
141 | # TI OMAP Implementations | ||
142 | # | ||
143 | CONFIG_ARCH_OMAP1=y | ||
144 | # CONFIG_ARCH_OMAP2 is not set | ||
145 | # CONFIG_ARCH_OMAP3 is not set | ||
146 | |||
147 | # | ||
148 | # OMAP Feature Selections | ||
149 | # | ||
150 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
151 | # CONFIG_OMAP_BOOT_TAG is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | CONFIG_OMAP_MUX=y | ||
154 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
155 | CONFIG_OMAP_MUX_WARNINGS=y | ||
156 | CONFIG_OMAP_MCBSP=y | ||
157 | # CONFIG_OMAP_MMU_FWK is not set | ||
158 | # CONFIG_OMAP_MBOX_FWK is not set | ||
159 | CONFIG_OMAP_MPU_TIMER=y | ||
160 | # CONFIG_OMAP_32K_TIMER is not set | ||
161 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
164 | CONFIG_OMAP_SERIAL_WAKE=y | ||
165 | # CONFIG_OMAP_DSP is not set | ||
166 | |||
167 | # | ||
168 | # OMAP Core Type | ||
169 | # | ||
170 | # CONFIG_ARCH_OMAP730 is not set | ||
171 | CONFIG_ARCH_OMAP15XX=y | ||
172 | # CONFIG_ARCH_OMAP16XX is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Board Type | ||
176 | # | ||
177 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
178 | # CONFIG_MACH_VOICEBLUE is not set | ||
179 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
180 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
181 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
182 | # CONFIG_MACH_SX1 is not set | ||
183 | # CONFIG_MACH_AMS_DELTA is not set | ||
184 | CONFIG_MACH_OMAP_GENERIC=y | ||
185 | |||
186 | # | ||
187 | # OMAP CPU Speed | ||
188 | # | ||
189 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
190 | CONFIG_OMAP_ARM_168MHZ=y | ||
191 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
192 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
193 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
194 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
195 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
196 | |||
197 | # | ||
198 | # Boot options | ||
199 | # | ||
200 | |||
201 | # | ||
202 | # Power management | ||
203 | # | ||
204 | |||
205 | # | ||
206 | # Processor Type | ||
207 | # | ||
208 | CONFIG_CPU_32=y | ||
209 | CONFIG_CPU_ARM925T=y | ||
210 | CONFIG_CPU_32v4T=y | ||
211 | CONFIG_CPU_ABRT_EV4T=y | ||
212 | CONFIG_CPU_PABRT_NOIFAR=y | ||
213 | CONFIG_CPU_CACHE_V4WT=y | ||
214 | CONFIG_CPU_CACHE_VIVT=y | ||
215 | CONFIG_CPU_COPY_V4WB=y | ||
216 | CONFIG_CPU_TLB_V4WBI=y | ||
217 | CONFIG_CPU_CP15=y | ||
218 | CONFIG_CPU_CP15_MMU=y | ||
219 | |||
220 | # | ||
221 | # Processor Features | ||
222 | # | ||
223 | # CONFIG_ARM_THUMB is not set | ||
224 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
225 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
226 | CONFIG_CPU_DCACHE_WRITETHROUGH=y | ||
227 | # CONFIG_OUTER_CACHE is not set | ||
228 | |||
229 | # | ||
230 | # Bus support | ||
231 | # | ||
232 | # CONFIG_PCI_SYSCALL is not set | ||
233 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
234 | |||
235 | # | ||
236 | # PCCARD (PCMCIA/CardBus) support | ||
237 | # | ||
238 | # CONFIG_PCCARD is not set | ||
239 | |||
240 | # | ||
241 | # Kernel Features | ||
242 | # | ||
243 | # CONFIG_TICK_ONESHOT is not set | ||
244 | # CONFIG_NO_HZ is not set | ||
245 | # CONFIG_HIGH_RES_TIMERS is not set | ||
246 | CONFIG_PREEMPT=y | ||
247 | CONFIG_HZ=100 | ||
248 | # CONFIG_AEABI is not set | ||
249 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
250 | CONFIG_SELECT_MEMORY_MODEL=y | ||
251 | CONFIG_FLATMEM_MANUAL=y | ||
252 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
253 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
254 | CONFIG_FLATMEM=y | ||
255 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
256 | # CONFIG_SPARSEMEM_STATIC is not set | ||
257 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
258 | # CONFIG_RESOURCES_64BIT is not set | ||
259 | CONFIG_ZONE_DMA_FLAG=1 | ||
260 | CONFIG_BOUNCE=y | ||
261 | CONFIG_VIRT_TO_BUS=y | ||
262 | # CONFIG_LEDS is not set | ||
263 | CONFIG_ALIGNMENT_TRAP=y | ||
264 | |||
265 | # | ||
266 | # Boot options | ||
267 | # | ||
268 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
269 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
270 | CONFIG_CMDLINE="mem=64M console=ttyS2,115200 root=0803 ro init=/bin/sh" | ||
271 | # CONFIG_XIP_KERNEL is not set | ||
272 | # CONFIG_KEXEC is not set | ||
273 | |||
274 | # | ||
275 | # CPU Frequency scaling | ||
276 | # | ||
277 | # CONFIG_CPU_FREQ is not set | ||
278 | |||
279 | # | ||
280 | # Floating point emulation | ||
281 | # | ||
282 | |||
283 | # | ||
284 | # At least one emulation must be selected | ||
285 | # | ||
286 | CONFIG_FPE_NWFPE=y | ||
287 | # CONFIG_FPE_NWFPE_XP is not set | ||
288 | # CONFIG_FPE_FASTFPE is not set | ||
289 | |||
290 | # | ||
291 | # Userspace binary formats | ||
292 | # | ||
293 | CONFIG_BINFMT_ELF=y | ||
294 | # CONFIG_BINFMT_AOUT is not set | ||
295 | # CONFIG_BINFMT_MISC is not set | ||
296 | # CONFIG_ARTHUR is not set | ||
297 | |||
298 | # | ||
299 | # Power management options | ||
300 | # | ||
301 | CONFIG_PM=y | ||
302 | # CONFIG_PM_LEGACY is not set | ||
303 | # CONFIG_PM_DEBUG is not set | ||
304 | CONFIG_PM_SLEEP=y | ||
305 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
306 | CONFIG_SUSPEND=y | ||
307 | # CONFIG_APM_EMULATION is not set | ||
308 | |||
309 | # | ||
310 | # Networking | ||
311 | # | ||
312 | CONFIG_NET=y | ||
313 | |||
314 | # | ||
315 | # Networking options | ||
316 | # | ||
317 | CONFIG_PACKET=y | ||
318 | # CONFIG_PACKET_MMAP is not set | ||
319 | CONFIG_UNIX=y | ||
320 | CONFIG_XFRM=y | ||
321 | # CONFIG_XFRM_USER is not set | ||
322 | # CONFIG_XFRM_SUB_POLICY is not set | ||
323 | # CONFIG_XFRM_MIGRATE is not set | ||
324 | # CONFIG_NET_KEY is not set | ||
325 | CONFIG_INET=y | ||
326 | CONFIG_IP_MULTICAST=y | ||
327 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
328 | CONFIG_IP_FIB_HASH=y | ||
329 | CONFIG_IP_PNP=y | ||
330 | CONFIG_IP_PNP_DHCP=y | ||
331 | CONFIG_IP_PNP_BOOTP=y | ||
332 | # CONFIG_IP_PNP_RARP is not set | ||
333 | # CONFIG_NET_IPIP is not set | ||
334 | # CONFIG_NET_IPGRE is not set | ||
335 | # CONFIG_IP_MROUTE is not set | ||
336 | # CONFIG_ARPD is not set | ||
337 | # CONFIG_SYN_COOKIES is not set | ||
338 | # CONFIG_INET_AH is not set | ||
339 | # CONFIG_INET_ESP is not set | ||
340 | # CONFIG_INET_IPCOMP is not set | ||
341 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
342 | # CONFIG_INET_TUNNEL is not set | ||
343 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
344 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
345 | CONFIG_INET_XFRM_MODE_BEET=y | ||
346 | CONFIG_INET_DIAG=y | ||
347 | CONFIG_INET_TCP_DIAG=y | ||
348 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
349 | CONFIG_TCP_CONG_CUBIC=y | ||
350 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
351 | # CONFIG_TCP_MD5SIG is not set | ||
352 | # CONFIG_IPV6 is not set | ||
353 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
354 | # CONFIG_INET6_TUNNEL is not set | ||
355 | # CONFIG_NETWORK_SECMARK is not set | ||
356 | # CONFIG_NETFILTER is not set | ||
357 | # CONFIG_IP_DCCP is not set | ||
358 | # CONFIG_IP_SCTP is not set | ||
359 | # CONFIG_TIPC is not set | ||
360 | # CONFIG_ATM is not set | ||
361 | # CONFIG_BRIDGE is not set | ||
362 | # CONFIG_VLAN_8021Q is not set | ||
363 | # CONFIG_DECNET is not set | ||
364 | # CONFIG_LLC2 is not set | ||
365 | # CONFIG_IPX is not set | ||
366 | # CONFIG_ATALK is not set | ||
367 | # CONFIG_X25 is not set | ||
368 | # CONFIG_LAPB is not set | ||
369 | # CONFIG_ECONET is not set | ||
370 | # CONFIG_WAN_ROUTER is not set | ||
371 | |||
372 | # | ||
373 | # QoS and/or fair queueing | ||
374 | # | ||
375 | # CONFIG_NET_SCHED is not set | ||
376 | |||
377 | # | ||
378 | # Network testing | ||
379 | # | ||
380 | # CONFIG_NET_PKTGEN is not set | ||
381 | # CONFIG_HAMRADIO is not set | ||
382 | # CONFIG_IRDA is not set | ||
383 | # CONFIG_BT is not set | ||
384 | # CONFIG_AF_RXRPC is not set | ||
385 | |||
386 | # | ||
387 | # Wireless | ||
388 | # | ||
389 | # CONFIG_CFG80211 is not set | ||
390 | # CONFIG_WIRELESS_EXT is not set | ||
391 | # CONFIG_MAC80211 is not set | ||
392 | # CONFIG_IEEE80211 is not set | ||
393 | # CONFIG_RFKILL is not set | ||
394 | # CONFIG_NET_9P is not set | ||
395 | |||
396 | # | ||
397 | # Device Drivers | ||
398 | # | ||
399 | |||
400 | # | ||
401 | # Generic Driver Options | ||
402 | # | ||
403 | CONFIG_STANDALONE=y | ||
404 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
405 | # CONFIG_FW_LOADER is not set | ||
406 | # CONFIG_DEBUG_DRIVER is not set | ||
407 | # CONFIG_DEBUG_DEVRES is not set | ||
408 | # CONFIG_SYS_HYPERVISOR is not set | ||
409 | # CONFIG_CONNECTOR is not set | ||
410 | # CONFIG_MTD is not set | ||
411 | # CONFIG_PARPORT is not set | ||
412 | CONFIG_BLK_DEV=y | ||
413 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
414 | CONFIG_BLK_DEV_LOOP=y | ||
415 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
416 | # CONFIG_BLK_DEV_NBD is not set | ||
417 | # CONFIG_BLK_DEV_UB is not set | ||
418 | CONFIG_BLK_DEV_RAM=y | ||
419 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
420 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
421 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
422 | # CONFIG_CDROM_PKTCDVD is not set | ||
423 | # CONFIG_ATA_OVER_ETH is not set | ||
424 | |||
425 | # | ||
426 | # SCSI device support | ||
427 | # | ||
428 | # CONFIG_RAID_ATTRS is not set | ||
429 | CONFIG_SCSI=y | ||
430 | CONFIG_SCSI_DMA=y | ||
431 | # CONFIG_SCSI_TGT is not set | ||
432 | # CONFIG_SCSI_NETLINK is not set | ||
433 | CONFIG_SCSI_PROC_FS=y | ||
434 | |||
435 | # | ||
436 | # SCSI support type (disk, tape, CD-ROM) | ||
437 | # | ||
438 | CONFIG_BLK_DEV_SD=y | ||
439 | # CONFIG_CHR_DEV_ST is not set | ||
440 | # CONFIG_CHR_DEV_OSST is not set | ||
441 | CONFIG_BLK_DEV_SR=y | ||
442 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
443 | CONFIG_CHR_DEV_SG=y | ||
444 | # CONFIG_CHR_DEV_SCH is not set | ||
445 | |||
446 | # | ||
447 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
448 | # | ||
449 | CONFIG_SCSI_MULTI_LUN=y | ||
450 | # CONFIG_SCSI_CONSTANTS is not set | ||
451 | # CONFIG_SCSI_LOGGING is not set | ||
452 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
453 | CONFIG_SCSI_WAIT_SCAN=m | ||
454 | |||
455 | # | ||
456 | # SCSI Transports | ||
457 | # | ||
458 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
459 | # CONFIG_SCSI_FC_ATTRS is not set | ||
460 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
461 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
462 | CONFIG_SCSI_LOWLEVEL=y | ||
463 | # CONFIG_ISCSI_TCP is not set | ||
464 | # CONFIG_SCSI_DEBUG is not set | ||
465 | # CONFIG_ATA is not set | ||
466 | # CONFIG_MD is not set | ||
467 | CONFIG_NETDEVICES=y | ||
468 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
469 | # CONFIG_DUMMY is not set | ||
470 | # CONFIG_BONDING is not set | ||
471 | # CONFIG_MACVLAN is not set | ||
472 | # CONFIG_EQUALIZER is not set | ||
473 | # CONFIG_TUN is not set | ||
474 | # CONFIG_PHYLIB is not set | ||
475 | CONFIG_NET_ETHERNET=y | ||
476 | CONFIG_MII=y | ||
477 | # CONFIG_AX88796 is not set | ||
478 | # CONFIG_SMC91X is not set | ||
479 | # CONFIG_DM9000 is not set | ||
480 | CONFIG_NETDEV_1000=y | ||
481 | CONFIG_NETDEV_10000=y | ||
482 | |||
483 | # | ||
484 | # Wireless LAN | ||
485 | # | ||
486 | # CONFIG_WLAN_PRE80211 is not set | ||
487 | # CONFIG_WLAN_80211 is not set | ||
488 | |||
489 | # | ||
490 | # USB Network Adapters | ||
491 | # | ||
492 | # CONFIG_USB_CATC is not set | ||
493 | # CONFIG_USB_KAWETH is not set | ||
494 | # CONFIG_USB_PEGASUS is not set | ||
495 | CONFIG_USB_RTL8150=y | ||
496 | CONFIG_USB_USBNET_MII=y | ||
497 | CONFIG_USB_USBNET=y | ||
498 | CONFIG_USB_NET_AX8817X=y | ||
499 | CONFIG_USB_NET_CDCETHER=y | ||
500 | # CONFIG_USB_NET_DM9601 is not set | ||
501 | # CONFIG_USB_NET_GL620A is not set | ||
502 | CONFIG_USB_NET_NET1080=y | ||
503 | # CONFIG_USB_NET_PLUSB is not set | ||
504 | # CONFIG_USB_NET_MCS7830 is not set | ||
505 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
506 | CONFIG_USB_NET_CDC_SUBSET=y | ||
507 | # CONFIG_USB_ALI_M5632 is not set | ||
508 | CONFIG_USB_AN2720=y | ||
509 | CONFIG_USB_BELKIN=y | ||
510 | CONFIG_USB_ARMLINUX=y | ||
511 | CONFIG_USB_EPSON2888=y | ||
512 | # CONFIG_USB_KC2190 is not set | ||
513 | CONFIG_USB_NET_ZAURUS=y | ||
514 | # CONFIG_WAN is not set | ||
515 | CONFIG_PPP=y | ||
516 | CONFIG_PPP_MULTILINK=y | ||
517 | # CONFIG_PPP_FILTER is not set | ||
518 | # CONFIG_PPP_ASYNC is not set | ||
519 | # CONFIG_PPP_SYNC_TTY is not set | ||
520 | # CONFIG_PPP_DEFLATE is not set | ||
521 | # CONFIG_PPP_BSDCOMP is not set | ||
522 | # CONFIG_PPP_MPPE is not set | ||
523 | # CONFIG_PPPOE is not set | ||
524 | # CONFIG_PPPOL2TP is not set | ||
525 | # CONFIG_SLIP is not set | ||
526 | CONFIG_SLHC=y | ||
527 | # CONFIG_SHAPER is not set | ||
528 | # CONFIG_NETCONSOLE is not set | ||
529 | # CONFIG_NETPOLL is not set | ||
530 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
531 | # CONFIG_ISDN is not set | ||
532 | |||
533 | # | ||
534 | # Input device support | ||
535 | # | ||
536 | CONFIG_INPUT=y | ||
537 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
538 | # CONFIG_INPUT_POLLDEV is not set | ||
539 | |||
540 | # | ||
541 | # Userland interfaces | ||
542 | # | ||
543 | CONFIG_INPUT_MOUSEDEV=y | ||
544 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
545 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
546 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
547 | # CONFIG_INPUT_JOYDEV is not set | ||
548 | # CONFIG_INPUT_TSDEV is not set | ||
549 | # CONFIG_INPUT_EVDEV is not set | ||
550 | # CONFIG_INPUT_EVBUG is not set | ||
551 | |||
552 | # | ||
553 | # Input Device Drivers | ||
554 | # | ||
555 | CONFIG_INPUT_KEYBOARD=y | ||
556 | CONFIG_KEYBOARD_ATKBD=y | ||
557 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
558 | # CONFIG_KEYBOARD_LKKBD is not set | ||
559 | # CONFIG_KEYBOARD_XTKBD is not set | ||
560 | # CONFIG_KEYBOARD_NEWTON is not set | ||
561 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
562 | CONFIG_KEYBOARD_OMAP=y | ||
563 | # CONFIG_KEYBOARD_GPIO is not set | ||
564 | # CONFIG_INPUT_MOUSE is not set | ||
565 | # CONFIG_INPUT_JOYSTICK is not set | ||
566 | # CONFIG_INPUT_TABLET is not set | ||
567 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
568 | # CONFIG_INPUT_MISC is not set | ||
569 | |||
570 | # | ||
571 | # Hardware I/O ports | ||
572 | # | ||
573 | CONFIG_SERIO=y | ||
574 | CONFIG_SERIO_SERPORT=y | ||
575 | CONFIG_SERIO_LIBPS2=y | ||
576 | # CONFIG_SERIO_RAW is not set | ||
577 | # CONFIG_GAMEPORT is not set | ||
578 | |||
579 | # | ||
580 | # Character devices | ||
581 | # | ||
582 | CONFIG_VT=y | ||
583 | CONFIG_VT_CONSOLE=y | ||
584 | CONFIG_HW_CONSOLE=y | ||
585 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
586 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
587 | |||
588 | # | ||
589 | # Serial drivers | ||
590 | # | ||
591 | CONFIG_SERIAL_8250=y | ||
592 | CONFIG_SERIAL_8250_CONSOLE=y | ||
593 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
594 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
595 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
596 | |||
597 | # | ||
598 | # Non-8250 serial port support | ||
599 | # | ||
600 | CONFIG_SERIAL_CORE=y | ||
601 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
602 | CONFIG_UNIX98_PTYS=y | ||
603 | # CONFIG_LEGACY_PTYS is not set | ||
604 | # CONFIG_IPMI_HANDLER is not set | ||
605 | # CONFIG_WATCHDOG is not set | ||
606 | CONFIG_HW_RANDOM=m | ||
607 | # CONFIG_NVRAM is not set | ||
608 | # CONFIG_R3964 is not set | ||
609 | # CONFIG_RAW_DRIVER is not set | ||
610 | # CONFIG_TCG_TPM is not set | ||
611 | CONFIG_I2C=y | ||
612 | CONFIG_I2C_BOARDINFO=y | ||
613 | CONFIG_I2C_CHARDEV=y | ||
614 | |||
615 | # | ||
616 | # I2C Algorithms | ||
617 | # | ||
618 | CONFIG_I2C_ALGOBIT=y | ||
619 | # CONFIG_I2C_ALGOPCF is not set | ||
620 | # CONFIG_I2C_ALGOPCA is not set | ||
621 | |||
622 | # | ||
623 | # I2C Hardware Bus support | ||
624 | # | ||
625 | # CONFIG_I2C_GPIO is not set | ||
626 | # CONFIG_I2C_OCORES is not set | ||
627 | # CONFIG_I2C_OMAP is not set | ||
628 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
629 | # CONFIG_I2C_SIMTEC is not set | ||
630 | # CONFIG_I2C_TAOS_EVM is not set | ||
631 | # CONFIG_I2C_STUB is not set | ||
632 | # CONFIG_I2C_TINY_USB is not set | ||
633 | |||
634 | # | ||
635 | # Miscellaneous I2C Chip support | ||
636 | # | ||
637 | # CONFIG_SENSORS_DS1337 is not set | ||
638 | # CONFIG_SENSORS_DS1374 is not set | ||
639 | # CONFIG_DS1682 is not set | ||
640 | # CONFIG_SENSORS_EEPROM is not set | ||
641 | # CONFIG_SENSORS_PCF8574 is not set | ||
642 | # CONFIG_SENSORS_PCA9539 is not set | ||
643 | # CONFIG_SENSORS_PCF8591 is not set | ||
644 | # CONFIG_TPS65010 is not set | ||
645 | # CONFIG_SENSORS_MAX6875 is not set | ||
646 | # CONFIG_SENSORS_TSL2550 is not set | ||
647 | # CONFIG_I2C_DEBUG_CORE is not set | ||
648 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
649 | # CONFIG_I2C_DEBUG_BUS is not set | ||
650 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
651 | |||
652 | # | ||
653 | # SPI support | ||
654 | # | ||
655 | # CONFIG_SPI is not set | ||
656 | # CONFIG_SPI_MASTER is not set | ||
657 | # CONFIG_W1 is not set | ||
658 | CONFIG_HWMON=y | ||
659 | # CONFIG_HWMON_VID is not set | ||
660 | # CONFIG_SENSORS_ABITUGURU is not set | ||
661 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
662 | # CONFIG_SENSORS_AD7418 is not set | ||
663 | # CONFIG_SENSORS_ADM1021 is not set | ||
664 | # CONFIG_SENSORS_ADM1025 is not set | ||
665 | # CONFIG_SENSORS_ADM1026 is not set | ||
666 | # CONFIG_SENSORS_ADM1029 is not set | ||
667 | # CONFIG_SENSORS_ADM1031 is not set | ||
668 | # CONFIG_SENSORS_ADM9240 is not set | ||
669 | # CONFIG_SENSORS_ASB100 is not set | ||
670 | # CONFIG_SENSORS_ATXP1 is not set | ||
671 | # CONFIG_SENSORS_DS1621 is not set | ||
672 | # CONFIG_SENSORS_F71805F is not set | ||
673 | # CONFIG_SENSORS_FSCHER is not set | ||
674 | # CONFIG_SENSORS_FSCPOS is not set | ||
675 | # CONFIG_SENSORS_GL518SM is not set | ||
676 | # CONFIG_SENSORS_GL520SM is not set | ||
677 | # CONFIG_SENSORS_IT87 is not set | ||
678 | # CONFIG_SENSORS_LM63 is not set | ||
679 | # CONFIG_SENSORS_LM75 is not set | ||
680 | # CONFIG_SENSORS_LM77 is not set | ||
681 | # CONFIG_SENSORS_LM78 is not set | ||
682 | # CONFIG_SENSORS_LM80 is not set | ||
683 | # CONFIG_SENSORS_LM83 is not set | ||
684 | # CONFIG_SENSORS_LM85 is not set | ||
685 | # CONFIG_SENSORS_LM87 is not set | ||
686 | # CONFIG_SENSORS_LM90 is not set | ||
687 | # CONFIG_SENSORS_LM92 is not set | ||
688 | # CONFIG_SENSORS_LM93 is not set | ||
689 | # CONFIG_SENSORS_MAX1619 is not set | ||
690 | # CONFIG_SENSORS_MAX6650 is not set | ||
691 | # CONFIG_SENSORS_PC87360 is not set | ||
692 | # CONFIG_SENSORS_PC87427 is not set | ||
693 | # CONFIG_SENSORS_DME1737 is not set | ||
694 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
695 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
696 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
697 | # CONFIG_SENSORS_THMC50 is not set | ||
698 | # CONFIG_SENSORS_VT1211 is not set | ||
699 | # CONFIG_SENSORS_W83781D is not set | ||
700 | # CONFIG_SENSORS_W83791D is not set | ||
701 | # CONFIG_SENSORS_W83792D is not set | ||
702 | # CONFIG_SENSORS_W83793 is not set | ||
703 | # CONFIG_SENSORS_W83L785TS is not set | ||
704 | # CONFIG_SENSORS_W83627HF is not set | ||
705 | # CONFIG_SENSORS_W83627EHF is not set | ||
706 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
707 | CONFIG_MISC_DEVICES=y | ||
708 | # CONFIG_EEPROM_93CX6 is not set | ||
709 | |||
710 | # | ||
711 | # Multifunction device drivers | ||
712 | # | ||
713 | # CONFIG_MFD_SM501 is not set | ||
714 | # CONFIG_NEW_LEDS is not set | ||
715 | |||
716 | # | ||
717 | # Multimedia devices | ||
718 | # | ||
719 | # CONFIG_VIDEO_DEV is not set | ||
720 | # CONFIG_DVB_CORE is not set | ||
721 | CONFIG_DAB=y | ||
722 | # CONFIG_USB_DABUSB is not set | ||
723 | |||
724 | # | ||
725 | # Graphics support | ||
726 | # | ||
727 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
728 | |||
729 | # | ||
730 | # Display device support | ||
731 | # | ||
732 | # CONFIG_DISPLAY_SUPPORT is not set | ||
733 | # CONFIG_VGASTATE is not set | ||
734 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
735 | # CONFIG_FB is not set | ||
736 | |||
737 | # | ||
738 | # Console display driver support | ||
739 | # | ||
740 | # CONFIG_VGA_CONSOLE is not set | ||
741 | CONFIG_DUMMY_CONSOLE=y | ||
742 | |||
743 | # | ||
744 | # Sound | ||
745 | # | ||
746 | # CONFIG_SOUND is not set | ||
747 | CONFIG_HID_SUPPORT=y | ||
748 | CONFIG_HID=y | ||
749 | # CONFIG_HID_DEBUG is not set | ||
750 | |||
751 | # | ||
752 | # USB Input Devices | ||
753 | # | ||
754 | CONFIG_USB_HID=y | ||
755 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
756 | # CONFIG_HID_FF is not set | ||
757 | # CONFIG_USB_HIDDEV is not set | ||
758 | CONFIG_USB_SUPPORT=y | ||
759 | CONFIG_USB_ARCH_HAS_HCD=y | ||
760 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
761 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
762 | CONFIG_USB=y | ||
763 | CONFIG_USB_DEBUG=y | ||
764 | |||
765 | # | ||
766 | # Miscellaneous USB options | ||
767 | # | ||
768 | CONFIG_USB_DEVICEFS=y | ||
769 | # CONFIG_USB_DEVICE_CLASS is not set | ||
770 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
771 | # CONFIG_USB_SUSPEND is not set | ||
772 | # CONFIG_USB_PERSIST is not set | ||
773 | # CONFIG_USB_OTG is not set | ||
774 | |||
775 | # | ||
776 | # USB Host Controller Drivers | ||
777 | # | ||
778 | # CONFIG_USB_ISP116X_HCD is not set | ||
779 | CONFIG_USB_OHCI_HCD=y | ||
780 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
781 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
782 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
783 | # CONFIG_USB_SL811_HCD is not set | ||
784 | # CONFIG_USB_R8A66597_HCD is not set | ||
785 | # CONFIG_USB_MUSB_HDRC is not set | ||
786 | |||
787 | # | ||
788 | # USB Device Class drivers | ||
789 | # | ||
790 | # CONFIG_USB_ACM is not set | ||
791 | # CONFIG_USB_PRINTER is not set | ||
792 | |||
793 | # | ||
794 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
795 | # | ||
796 | |||
797 | # | ||
798 | # may also be needed; see USB_STORAGE Help for more information | ||
799 | # | ||
800 | CONFIG_USB_STORAGE=y | ||
801 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
802 | CONFIG_USB_STORAGE_DATAFAB=y | ||
803 | CONFIG_USB_STORAGE_FREECOM=y | ||
804 | CONFIG_USB_STORAGE_DPCM=y | ||
805 | # CONFIG_USB_STORAGE_USBAT is not set | ||
806 | CONFIG_USB_STORAGE_SDDR09=y | ||
807 | CONFIG_USB_STORAGE_SDDR55=y | ||
808 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
809 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
810 | # CONFIG_USB_STORAGE_KARMA is not set | ||
811 | # CONFIG_USB_LIBUSUAL is not set | ||
812 | |||
813 | # | ||
814 | # USB Imaging devices | ||
815 | # | ||
816 | # CONFIG_USB_MDC800 is not set | ||
817 | # CONFIG_USB_MICROTEK is not set | ||
818 | CONFIG_USB_MON=y | ||
819 | |||
820 | # | ||
821 | # USB port drivers | ||
822 | # | ||
823 | |||
824 | # | ||
825 | # USB Serial Converter support | ||
826 | # | ||
827 | # CONFIG_USB_SERIAL is not set | ||
828 | |||
829 | # | ||
830 | # USB Miscellaneous drivers | ||
831 | # | ||
832 | # CONFIG_USB_EMI62 is not set | ||
833 | # CONFIG_USB_EMI26 is not set | ||
834 | # CONFIG_USB_ADUTUX is not set | ||
835 | # CONFIG_USB_AUERSWALD is not set | ||
836 | # CONFIG_USB_RIO500 is not set | ||
837 | # CONFIG_USB_LEGOTOWER is not set | ||
838 | # CONFIG_USB_LCD is not set | ||
839 | # CONFIG_USB_BERRY_CHARGE is not set | ||
840 | # CONFIG_USB_LED is not set | ||
841 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
842 | # CONFIG_USB_CYTHERM is not set | ||
843 | # CONFIG_USB_PHIDGET is not set | ||
844 | # CONFIG_USB_IDMOUSE is not set | ||
845 | # CONFIG_USB_FTDI_ELAN is not set | ||
846 | # CONFIG_USB_APPLEDISPLAY is not set | ||
847 | # CONFIG_USB_LD is not set | ||
848 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
849 | # CONFIG_USB_IOWARRIOR is not set | ||
850 | # CONFIG_USB_TEST is not set | ||
851 | |||
852 | # | ||
853 | # USB DSL modem support | ||
854 | # | ||
855 | |||
856 | # | ||
857 | # USB Gadget Support | ||
858 | # | ||
859 | # CONFIG_USB_GADGET is not set | ||
860 | CONFIG_MMC=y | ||
861 | # CONFIG_MMC_DEBUG is not set | ||
862 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
863 | |||
864 | # | ||
865 | # MMC/SD Card Drivers | ||
866 | # | ||
867 | CONFIG_MMC_BLOCK=y | ||
868 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
869 | |||
870 | # | ||
871 | # MMC/SD Host Controller Drivers | ||
872 | # | ||
873 | CONFIG_MMC_OMAP=y | ||
874 | CONFIG_RTC_LIB=y | ||
875 | CONFIG_RTC_CLASS=y | ||
876 | CONFIG_RTC_HCTOSYS=y | ||
877 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
878 | # CONFIG_RTC_DEBUG is not set | ||
879 | |||
880 | # | ||
881 | # RTC interfaces | ||
882 | # | ||
883 | CONFIG_RTC_INTF_SYSFS=y | ||
884 | CONFIG_RTC_INTF_PROC=y | ||
885 | CONFIG_RTC_INTF_DEV=y | ||
886 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
887 | # CONFIG_RTC_DRV_TEST is not set | ||
888 | |||
889 | # | ||
890 | # I2C RTC drivers | ||
891 | # | ||
892 | # CONFIG_RTC_DRV_DS1307 is not set | ||
893 | # CONFIG_RTC_DRV_DS1672 is not set | ||
894 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
895 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
896 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
897 | # CONFIG_RTC_DRV_X1205 is not set | ||
898 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
899 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
900 | # CONFIG_RTC_DRV_M41T80 is not set | ||
901 | |||
902 | # | ||
903 | # SPI RTC drivers | ||
904 | # | ||
905 | |||
906 | # | ||
907 | # Platform RTC drivers | ||
908 | # | ||
909 | # CONFIG_RTC_DRV_CMOS is not set | ||
910 | # CONFIG_RTC_DRV_DS1553 is not set | ||
911 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
912 | # CONFIG_RTC_DRV_DS1742 is not set | ||
913 | # CONFIG_RTC_DRV_M48T86 is not set | ||
914 | # CONFIG_RTC_DRV_M48T59 is not set | ||
915 | # CONFIG_RTC_DRV_V3020 is not set | ||
916 | |||
917 | # | ||
918 | # on-CPU RTC drivers | ||
919 | # | ||
920 | CONFIG_RTC_DRV_OMAP=y | ||
921 | |||
922 | # | ||
923 | # DMA Engine support | ||
924 | # | ||
925 | # CONFIG_DMA_ENGINE is not set | ||
926 | |||
927 | # | ||
928 | # DMA Clients | ||
929 | # | ||
930 | |||
931 | # | ||
932 | # DMA Devices | ||
933 | # | ||
934 | |||
935 | # | ||
936 | # CBUS support | ||
937 | # | ||
938 | # CONFIG_CBUS is not set | ||
939 | |||
940 | # | ||
941 | # File systems | ||
942 | # | ||
943 | CONFIG_EXT2_FS=y | ||
944 | # CONFIG_EXT2_FS_XATTR is not set | ||
945 | # CONFIG_EXT2_FS_XIP is not set | ||
946 | CONFIG_EXT3_FS=y | ||
947 | CONFIG_EXT3_FS_XATTR=y | ||
948 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
949 | # CONFIG_EXT3_FS_SECURITY is not set | ||
950 | # CONFIG_EXT4DEV_FS is not set | ||
951 | CONFIG_JBD=y | ||
952 | # CONFIG_JBD_DEBUG is not set | ||
953 | CONFIG_FS_MBCACHE=y | ||
954 | # CONFIG_REISERFS_FS is not set | ||
955 | # CONFIG_JFS_FS is not set | ||
956 | # CONFIG_FS_POSIX_ACL is not set | ||
957 | # CONFIG_XFS_FS is not set | ||
958 | # CONFIG_GFS2_FS is not set | ||
959 | # CONFIG_OCFS2_FS is not set | ||
960 | # CONFIG_MINIX_FS is not set | ||
961 | # CONFIG_ROMFS_FS is not set | ||
962 | CONFIG_INOTIFY=y | ||
963 | CONFIG_INOTIFY_USER=y | ||
964 | # CONFIG_QUOTA is not set | ||
965 | CONFIG_DNOTIFY=y | ||
966 | CONFIG_AUTOFS_FS=y | ||
967 | CONFIG_AUTOFS4_FS=y | ||
968 | # CONFIG_FUSE_FS is not set | ||
969 | |||
970 | # | ||
971 | # CD-ROM/DVD Filesystems | ||
972 | # | ||
973 | CONFIG_ISO9660_FS=y | ||
974 | CONFIG_JOLIET=y | ||
975 | # CONFIG_ZISOFS is not set | ||
976 | # CONFIG_UDF_FS is not set | ||
977 | |||
978 | # | ||
979 | # DOS/FAT/NT Filesystems | ||
980 | # | ||
981 | CONFIG_FAT_FS=m | ||
982 | CONFIG_MSDOS_FS=m | ||
983 | CONFIG_VFAT_FS=m | ||
984 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
985 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
986 | # CONFIG_NTFS_FS is not set | ||
987 | |||
988 | # | ||
989 | # Pseudo filesystems | ||
990 | # | ||
991 | CONFIG_PROC_FS=y | ||
992 | CONFIG_PROC_SYSCTL=y | ||
993 | CONFIG_SYSFS=y | ||
994 | # CONFIG_TMPFS is not set | ||
995 | # CONFIG_HUGETLB_PAGE is not set | ||
996 | CONFIG_RAMFS=y | ||
997 | # CONFIG_CONFIGFS_FS is not set | ||
998 | |||
999 | # | ||
1000 | # Miscellaneous filesystems | ||
1001 | # | ||
1002 | # CONFIG_ADFS_FS is not set | ||
1003 | # CONFIG_AFFS_FS is not set | ||
1004 | # CONFIG_HFS_FS is not set | ||
1005 | # CONFIG_HFSPLUS_FS is not set | ||
1006 | # CONFIG_BEFS_FS is not set | ||
1007 | # CONFIG_BFS_FS is not set | ||
1008 | # CONFIG_EFS_FS is not set | ||
1009 | # CONFIG_CRAMFS is not set | ||
1010 | # CONFIG_VXFS_FS is not set | ||
1011 | # CONFIG_HPFS_FS is not set | ||
1012 | # CONFIG_QNX4FS_FS is not set | ||
1013 | # CONFIG_SYSV_FS is not set | ||
1014 | # CONFIG_UFS_FS is not set | ||
1015 | |||
1016 | # | ||
1017 | # Network File Systems | ||
1018 | # | ||
1019 | CONFIG_NFS_FS=y | ||
1020 | # CONFIG_NFS_V3 is not set | ||
1021 | # CONFIG_NFS_V4 is not set | ||
1022 | # CONFIG_NFS_DIRECTIO is not set | ||
1023 | # CONFIG_NFSD is not set | ||
1024 | # CONFIG_ROOT_NFS is not set | ||
1025 | CONFIG_LOCKD=y | ||
1026 | CONFIG_NFS_COMMON=y | ||
1027 | CONFIG_SUNRPC=y | ||
1028 | # CONFIG_SUNRPC_BIND34 is not set | ||
1029 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1030 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1031 | # CONFIG_SMB_FS is not set | ||
1032 | # CONFIG_CIFS is not set | ||
1033 | # CONFIG_NCP_FS is not set | ||
1034 | # CONFIG_CODA_FS is not set | ||
1035 | # CONFIG_AFS_FS is not set | ||
1036 | |||
1037 | # | ||
1038 | # Partition Types | ||
1039 | # | ||
1040 | CONFIG_PARTITION_ADVANCED=y | ||
1041 | # CONFIG_ACORN_PARTITION is not set | ||
1042 | # CONFIG_OSF_PARTITION is not set | ||
1043 | # CONFIG_AMIGA_PARTITION is not set | ||
1044 | # CONFIG_ATARI_PARTITION is not set | ||
1045 | # CONFIG_MAC_PARTITION is not set | ||
1046 | CONFIG_MSDOS_PARTITION=y | ||
1047 | # CONFIG_BSD_DISKLABEL is not set | ||
1048 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1049 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1050 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1051 | # CONFIG_LDM_PARTITION is not set | ||
1052 | # CONFIG_SGI_PARTITION is not set | ||
1053 | # CONFIG_ULTRIX_PARTITION is not set | ||
1054 | # CONFIG_SUN_PARTITION is not set | ||
1055 | # CONFIG_KARMA_PARTITION is not set | ||
1056 | # CONFIG_EFI_PARTITION is not set | ||
1057 | # CONFIG_SYSV68_PARTITION is not set | ||
1058 | |||
1059 | # | ||
1060 | # Native Language Support | ||
1061 | # | ||
1062 | CONFIG_NLS=y | ||
1063 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1064 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1065 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1066 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1067 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1068 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1069 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1070 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1071 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1072 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1073 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1074 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1075 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1076 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1077 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1078 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1079 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1080 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1081 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1082 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1083 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1084 | # CONFIG_NLS_ISO8859_8 is not set | ||
1085 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1086 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1087 | # CONFIG_NLS_ASCII is not set | ||
1088 | # CONFIG_NLS_ISO8859_1 is not set | ||
1089 | # CONFIG_NLS_ISO8859_2 is not set | ||
1090 | # CONFIG_NLS_ISO8859_3 is not set | ||
1091 | # CONFIG_NLS_ISO8859_4 is not set | ||
1092 | # CONFIG_NLS_ISO8859_5 is not set | ||
1093 | # CONFIG_NLS_ISO8859_6 is not set | ||
1094 | # CONFIG_NLS_ISO8859_7 is not set | ||
1095 | # CONFIG_NLS_ISO8859_9 is not set | ||
1096 | # CONFIG_NLS_ISO8859_13 is not set | ||
1097 | # CONFIG_NLS_ISO8859_14 is not set | ||
1098 | # CONFIG_NLS_ISO8859_15 is not set | ||
1099 | # CONFIG_NLS_KOI8_R is not set | ||
1100 | # CONFIG_NLS_KOI8_U is not set | ||
1101 | # CONFIG_NLS_UTF8 is not set | ||
1102 | |||
1103 | # | ||
1104 | # Distributed Lock Manager | ||
1105 | # | ||
1106 | # CONFIG_DLM is not set | ||
1107 | |||
1108 | # | ||
1109 | # Profiling support | ||
1110 | # | ||
1111 | # CONFIG_PROFILING is not set | ||
1112 | |||
1113 | # | ||
1114 | # Kernel hacking | ||
1115 | # | ||
1116 | # CONFIG_PRINTK_TIME is not set | ||
1117 | CONFIG_ENABLE_MUST_CHECK=y | ||
1118 | CONFIG_MAGIC_SYSRQ=y | ||
1119 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1120 | # CONFIG_DEBUG_FS is not set | ||
1121 | # CONFIG_HEADERS_CHECK is not set | ||
1122 | CONFIG_DEBUG_KERNEL=y | ||
1123 | # CONFIG_DEBUG_SHIRQ is not set | ||
1124 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1125 | CONFIG_SCHED_DEBUG=y | ||
1126 | # CONFIG_SCHEDSTATS is not set | ||
1127 | # CONFIG_TIMER_STATS is not set | ||
1128 | # CONFIG_DEBUG_SLAB is not set | ||
1129 | CONFIG_DEBUG_PREEMPT=y | ||
1130 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1131 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1132 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1133 | # CONFIG_DEBUG_MUTEXES is not set | ||
1134 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1135 | # CONFIG_PROVE_LOCKING is not set | ||
1136 | # CONFIG_LOCK_STAT is not set | ||
1137 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1138 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1139 | # CONFIG_DEBUG_KOBJECT is not set | ||
1140 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1141 | # CONFIG_DEBUG_INFO is not set | ||
1142 | # CONFIG_DEBUG_VM is not set | ||
1143 | # CONFIG_DEBUG_LIST is not set | ||
1144 | CONFIG_FRAME_POINTER=y | ||
1145 | CONFIG_FORCED_INLINING=y | ||
1146 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1147 | # CONFIG_FAULT_INJECTION is not set | ||
1148 | # CONFIG_DEBUG_USER is not set | ||
1149 | # CONFIG_DEBUG_ERRORS is not set | ||
1150 | # CONFIG_DEBUG_LL is not set | ||
1151 | |||
1152 | # | ||
1153 | # Security options | ||
1154 | # | ||
1155 | # CONFIG_KEYS is not set | ||
1156 | # CONFIG_SECURITY is not set | ||
1157 | # CONFIG_CRYPTO is not set | ||
1158 | |||
1159 | # | ||
1160 | # Library routines | ||
1161 | # | ||
1162 | CONFIG_BITREVERSE=y | ||
1163 | # CONFIG_CRC_CCITT is not set | ||
1164 | # CONFIG_CRC16 is not set | ||
1165 | # CONFIG_CRC_ITU_T is not set | ||
1166 | CONFIG_CRC32=y | ||
1167 | # CONFIG_CRC7 is not set | ||
1168 | # CONFIG_LIBCRC32C is not set | ||
1169 | CONFIG_PLIST=y | ||
1170 | CONFIG_HAS_IOMEM=y | ||
1171 | CONFIG_HAS_IOPORT=y | ||
1172 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_generic_1610_defconfig b/arch/arm/configs/omap_generic_1610_defconfig new file mode 100644 index 000000000000..fc66f019d56c --- /dev/null +++ b/arch/arm/configs/omap_generic_1610_defconfig | |||
@@ -0,0 +1,1178 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 13:01:27 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_USER_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | # CONFIG_RELAY is not set | ||
49 | CONFIG_BLK_DEV_INITRD=y | ||
50 | CONFIG_INITRAMFS_SOURCE="" | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | # CONFIG_EMBEDDED is not set | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_ALL is not set | ||
58 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | CONFIG_MODULES=y | ||
79 | CONFIG_MODULE_UNLOAD=y | ||
80 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
81 | # CONFIG_MODVERSIONS is not set | ||
82 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
83 | CONFIG_KMOD=y | ||
84 | CONFIG_BLOCK=y | ||
85 | # CONFIG_LBD is not set | ||
86 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
87 | # CONFIG_LSF is not set | ||
88 | # CONFIG_BLK_DEV_BSG is not set | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | # CONFIG_DEFAULT_AS is not set | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | CONFIG_DEFAULT_CFQ=y | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
102 | |||
103 | # | ||
104 | # System Type | ||
105 | # | ||
106 | # CONFIG_ARCH_AAEC2000 is not set | ||
107 | # CONFIG_ARCH_INTEGRATOR is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_VERSATILE is not set | ||
110 | # CONFIG_ARCH_AT91 is not set | ||
111 | # CONFIG_ARCH_CLPS7500 is not set | ||
112 | # CONFIG_ARCH_CLPS711X is not set | ||
113 | # CONFIG_ARCH_CO285 is not set | ||
114 | # CONFIG_ARCH_EBSA110 is not set | ||
115 | # CONFIG_ARCH_EP93XX is not set | ||
116 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
117 | # CONFIG_ARCH_NETX is not set | ||
118 | # CONFIG_ARCH_H720X is not set | ||
119 | # CONFIG_ARCH_IMX is not set | ||
120 | # CONFIG_ARCH_IOP13XX is not set | ||
121 | # CONFIG_ARCH_IOP32X is not set | ||
122 | # CONFIG_ARCH_IOP33X is not set | ||
123 | # CONFIG_ARCH_IXP23XX is not set | ||
124 | # CONFIG_ARCH_IXP2000 is not set | ||
125 | # CONFIG_ARCH_IXP4XX is not set | ||
126 | # CONFIG_ARCH_L7200 is not set | ||
127 | # CONFIG_ARCH_KS8695 is not set | ||
128 | # CONFIG_ARCH_NS9XXX is not set | ||
129 | # CONFIG_ARCH_MXC is not set | ||
130 | # CONFIG_ARCH_PNX4008 is not set | ||
131 | # CONFIG_ARCH_PXA is not set | ||
132 | # CONFIG_ARCH_RPC is not set | ||
133 | # CONFIG_ARCH_SA1100 is not set | ||
134 | # CONFIG_ARCH_S3C2410 is not set | ||
135 | # CONFIG_ARCH_SHARK is not set | ||
136 | # CONFIG_ARCH_LH7A40X is not set | ||
137 | # CONFIG_ARCH_DAVINCI is not set | ||
138 | CONFIG_ARCH_OMAP=y | ||
139 | |||
140 | # | ||
141 | # TI OMAP Implementations | ||
142 | # | ||
143 | CONFIG_ARCH_OMAP_OTG=y | ||
144 | CONFIG_ARCH_OMAP1=y | ||
145 | # CONFIG_ARCH_OMAP2 is not set | ||
146 | # CONFIG_ARCH_OMAP3 is not set | ||
147 | |||
148 | # | ||
149 | # OMAP Feature Selections | ||
150 | # | ||
151 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
152 | # CONFIG_OMAP_BOOT_TAG is not set | ||
153 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
154 | CONFIG_OMAP_MUX=y | ||
155 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
156 | CONFIG_OMAP_MUX_WARNINGS=y | ||
157 | # CONFIG_OMAP_STI is not set | ||
158 | CONFIG_OMAP_MCBSP=y | ||
159 | # CONFIG_OMAP_MMU_FWK is not set | ||
160 | # CONFIG_OMAP_MBOX_FWK is not set | ||
161 | CONFIG_OMAP_MPU_TIMER=y | ||
162 | # CONFIG_OMAP_32K_TIMER is not set | ||
163 | # CONFIG_OMAP_DM_TIMER is not set | ||
164 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
165 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
166 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
167 | CONFIG_OMAP_SERIAL_WAKE=y | ||
168 | # CONFIG_OMAP_DSP is not set | ||
169 | |||
170 | # | ||
171 | # OMAP Core Type | ||
172 | # | ||
173 | # CONFIG_ARCH_OMAP730 is not set | ||
174 | # CONFIG_ARCH_OMAP15XX is not set | ||
175 | CONFIG_ARCH_OMAP16XX=y | ||
176 | |||
177 | # | ||
178 | # OMAP Board Type | ||
179 | # | ||
180 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
181 | # CONFIG_MACH_OMAP_H2 is not set | ||
182 | # CONFIG_MACH_OMAP_H3 is not set | ||
183 | # CONFIG_MACH_OMAP_OSK is not set | ||
184 | # CONFIG_MACH_NOKIA770 is not set | ||
185 | CONFIG_MACH_OMAP_GENERIC=y | ||
186 | |||
187 | # | ||
188 | # OMAP CPU Speed | ||
189 | # | ||
190 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
191 | # CONFIG_OMAP_ARM_216MHZ is not set | ||
192 | CONFIG_OMAP_ARM_192MHZ=y | ||
193 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
194 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
195 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
196 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
197 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
198 | |||
199 | # | ||
200 | # Boot options | ||
201 | # | ||
202 | |||
203 | # | ||
204 | # Power management | ||
205 | # | ||
206 | |||
207 | # | ||
208 | # Processor Type | ||
209 | # | ||
210 | CONFIG_CPU_32=y | ||
211 | CONFIG_CPU_ARM926T=y | ||
212 | CONFIG_CPU_32v5=y | ||
213 | CONFIG_CPU_ABRT_EV5TJ=y | ||
214 | CONFIG_CPU_PABRT_NOIFAR=y | ||
215 | CONFIG_CPU_CACHE_VIVT=y | ||
216 | CONFIG_CPU_COPY_V4WB=y | ||
217 | CONFIG_CPU_TLB_V4WBI=y | ||
218 | CONFIG_CPU_CP15=y | ||
219 | CONFIG_CPU_CP15_MMU=y | ||
220 | |||
221 | # | ||
222 | # Processor Features | ||
223 | # | ||
224 | # CONFIG_ARM_THUMB is not set | ||
225 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
226 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
227 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
228 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
229 | # CONFIG_OUTER_CACHE is not set | ||
230 | |||
231 | # | ||
232 | # Bus support | ||
233 | # | ||
234 | # CONFIG_PCI_SYSCALL is not set | ||
235 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
236 | |||
237 | # | ||
238 | # PCCARD (PCMCIA/CardBus) support | ||
239 | # | ||
240 | # CONFIG_PCCARD is not set | ||
241 | |||
242 | # | ||
243 | # Kernel Features | ||
244 | # | ||
245 | # CONFIG_TICK_ONESHOT is not set | ||
246 | # CONFIG_NO_HZ is not set | ||
247 | # CONFIG_HIGH_RES_TIMERS is not set | ||
248 | CONFIG_PREEMPT=y | ||
249 | CONFIG_HZ=100 | ||
250 | # CONFIG_AEABI is not set | ||
251 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
252 | CONFIG_SELECT_MEMORY_MODEL=y | ||
253 | CONFIG_FLATMEM_MANUAL=y | ||
254 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
255 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
256 | CONFIG_FLATMEM=y | ||
257 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
258 | # CONFIG_SPARSEMEM_STATIC is not set | ||
259 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
260 | # CONFIG_RESOURCES_64BIT is not set | ||
261 | CONFIG_ZONE_DMA_FLAG=1 | ||
262 | CONFIG_BOUNCE=y | ||
263 | CONFIG_VIRT_TO_BUS=y | ||
264 | # CONFIG_LEDS is not set | ||
265 | CONFIG_ALIGNMENT_TRAP=y | ||
266 | |||
267 | # | ||
268 | # Boot options | ||
269 | # | ||
270 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
271 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
272 | CONFIG_CMDLINE="mem=64M console=ttyS2,115200 root=0803 ro init=/bin/sh" | ||
273 | # CONFIG_XIP_KERNEL is not set | ||
274 | # CONFIG_KEXEC is not set | ||
275 | |||
276 | # | ||
277 | # CPU Frequency scaling | ||
278 | # | ||
279 | # CONFIG_CPU_FREQ is not set | ||
280 | |||
281 | # | ||
282 | # Floating point emulation | ||
283 | # | ||
284 | |||
285 | # | ||
286 | # At least one emulation must be selected | ||
287 | # | ||
288 | CONFIG_FPE_NWFPE=y | ||
289 | # CONFIG_FPE_NWFPE_XP is not set | ||
290 | # CONFIG_FPE_FASTFPE is not set | ||
291 | # CONFIG_VFP is not set | ||
292 | |||
293 | # | ||
294 | # Userspace binary formats | ||
295 | # | ||
296 | CONFIG_BINFMT_ELF=y | ||
297 | # CONFIG_BINFMT_AOUT is not set | ||
298 | # CONFIG_BINFMT_MISC is not set | ||
299 | # CONFIG_ARTHUR is not set | ||
300 | |||
301 | # | ||
302 | # Power management options | ||
303 | # | ||
304 | CONFIG_PM=y | ||
305 | # CONFIG_PM_LEGACY is not set | ||
306 | # CONFIG_PM_DEBUG is not set | ||
307 | CONFIG_PM_SLEEP=y | ||
308 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
309 | CONFIG_SUSPEND=y | ||
310 | # CONFIG_APM_EMULATION is not set | ||
311 | |||
312 | # | ||
313 | # Networking | ||
314 | # | ||
315 | CONFIG_NET=y | ||
316 | |||
317 | # | ||
318 | # Networking options | ||
319 | # | ||
320 | CONFIG_PACKET=y | ||
321 | # CONFIG_PACKET_MMAP is not set | ||
322 | CONFIG_UNIX=y | ||
323 | CONFIG_XFRM=y | ||
324 | # CONFIG_XFRM_USER is not set | ||
325 | # CONFIG_XFRM_SUB_POLICY is not set | ||
326 | # CONFIG_XFRM_MIGRATE is not set | ||
327 | # CONFIG_NET_KEY is not set | ||
328 | CONFIG_INET=y | ||
329 | CONFIG_IP_MULTICAST=y | ||
330 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
331 | CONFIG_IP_FIB_HASH=y | ||
332 | CONFIG_IP_PNP=y | ||
333 | CONFIG_IP_PNP_DHCP=y | ||
334 | CONFIG_IP_PNP_BOOTP=y | ||
335 | # CONFIG_IP_PNP_RARP is not set | ||
336 | # CONFIG_NET_IPIP is not set | ||
337 | # CONFIG_NET_IPGRE is not set | ||
338 | # CONFIG_IP_MROUTE is not set | ||
339 | # CONFIG_ARPD is not set | ||
340 | # CONFIG_SYN_COOKIES is not set | ||
341 | # CONFIG_INET_AH is not set | ||
342 | # CONFIG_INET_ESP is not set | ||
343 | # CONFIG_INET_IPCOMP is not set | ||
344 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
345 | # CONFIG_INET_TUNNEL is not set | ||
346 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
347 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
348 | CONFIG_INET_XFRM_MODE_BEET=y | ||
349 | CONFIG_INET_DIAG=y | ||
350 | CONFIG_INET_TCP_DIAG=y | ||
351 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
352 | CONFIG_TCP_CONG_CUBIC=y | ||
353 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
354 | # CONFIG_TCP_MD5SIG is not set | ||
355 | # CONFIG_IPV6 is not set | ||
356 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
357 | # CONFIG_INET6_TUNNEL is not set | ||
358 | # CONFIG_NETWORK_SECMARK is not set | ||
359 | # CONFIG_NETFILTER is not set | ||
360 | # CONFIG_IP_DCCP is not set | ||
361 | # CONFIG_IP_SCTP is not set | ||
362 | # CONFIG_TIPC is not set | ||
363 | # CONFIG_ATM is not set | ||
364 | # CONFIG_BRIDGE is not set | ||
365 | # CONFIG_VLAN_8021Q is not set | ||
366 | # CONFIG_DECNET is not set | ||
367 | # CONFIG_LLC2 is not set | ||
368 | # CONFIG_IPX is not set | ||
369 | # CONFIG_ATALK is not set | ||
370 | # CONFIG_X25 is not set | ||
371 | # CONFIG_LAPB is not set | ||
372 | # CONFIG_ECONET is not set | ||
373 | # CONFIG_WAN_ROUTER is not set | ||
374 | |||
375 | # | ||
376 | # QoS and/or fair queueing | ||
377 | # | ||
378 | # CONFIG_NET_SCHED is not set | ||
379 | |||
380 | # | ||
381 | # Network testing | ||
382 | # | ||
383 | # CONFIG_NET_PKTGEN is not set | ||
384 | # CONFIG_HAMRADIO is not set | ||
385 | # CONFIG_IRDA is not set | ||
386 | # CONFIG_BT is not set | ||
387 | # CONFIG_AF_RXRPC is not set | ||
388 | |||
389 | # | ||
390 | # Wireless | ||
391 | # | ||
392 | # CONFIG_CFG80211 is not set | ||
393 | # CONFIG_WIRELESS_EXT is not set | ||
394 | # CONFIG_MAC80211 is not set | ||
395 | # CONFIG_IEEE80211 is not set | ||
396 | # CONFIG_RFKILL is not set | ||
397 | # CONFIG_NET_9P is not set | ||
398 | |||
399 | # | ||
400 | # Device Drivers | ||
401 | # | ||
402 | |||
403 | # | ||
404 | # Generic Driver Options | ||
405 | # | ||
406 | CONFIG_STANDALONE=y | ||
407 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
408 | # CONFIG_FW_LOADER is not set | ||
409 | # CONFIG_DEBUG_DRIVER is not set | ||
410 | # CONFIG_DEBUG_DEVRES is not set | ||
411 | # CONFIG_SYS_HYPERVISOR is not set | ||
412 | # CONFIG_CONNECTOR is not set | ||
413 | # CONFIG_MTD is not set | ||
414 | # CONFIG_PARPORT is not set | ||
415 | CONFIG_BLK_DEV=y | ||
416 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
417 | CONFIG_BLK_DEV_LOOP=y | ||
418 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
419 | # CONFIG_BLK_DEV_NBD is not set | ||
420 | # CONFIG_BLK_DEV_UB is not set | ||
421 | CONFIG_BLK_DEV_RAM=y | ||
422 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
423 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
424 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
425 | # CONFIG_CDROM_PKTCDVD is not set | ||
426 | # CONFIG_ATA_OVER_ETH is not set | ||
427 | |||
428 | # | ||
429 | # SCSI device support | ||
430 | # | ||
431 | # CONFIG_RAID_ATTRS is not set | ||
432 | CONFIG_SCSI=y | ||
433 | CONFIG_SCSI_DMA=y | ||
434 | # CONFIG_SCSI_TGT is not set | ||
435 | # CONFIG_SCSI_NETLINK is not set | ||
436 | CONFIG_SCSI_PROC_FS=y | ||
437 | |||
438 | # | ||
439 | # SCSI support type (disk, tape, CD-ROM) | ||
440 | # | ||
441 | CONFIG_BLK_DEV_SD=y | ||
442 | # CONFIG_CHR_DEV_ST is not set | ||
443 | # CONFIG_CHR_DEV_OSST is not set | ||
444 | CONFIG_BLK_DEV_SR=y | ||
445 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
446 | CONFIG_CHR_DEV_SG=y | ||
447 | # CONFIG_CHR_DEV_SCH is not set | ||
448 | |||
449 | # | ||
450 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
451 | # | ||
452 | CONFIG_SCSI_MULTI_LUN=y | ||
453 | # CONFIG_SCSI_CONSTANTS is not set | ||
454 | # CONFIG_SCSI_LOGGING is not set | ||
455 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
456 | CONFIG_SCSI_WAIT_SCAN=m | ||
457 | |||
458 | # | ||
459 | # SCSI Transports | ||
460 | # | ||
461 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
462 | # CONFIG_SCSI_FC_ATTRS is not set | ||
463 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
464 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
465 | CONFIG_SCSI_LOWLEVEL=y | ||
466 | # CONFIG_ISCSI_TCP is not set | ||
467 | # CONFIG_SCSI_DEBUG is not set | ||
468 | # CONFIG_ATA is not set | ||
469 | # CONFIG_MD is not set | ||
470 | CONFIG_NETDEVICES=y | ||
471 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
472 | # CONFIG_DUMMY is not set | ||
473 | # CONFIG_BONDING is not set | ||
474 | # CONFIG_MACVLAN is not set | ||
475 | # CONFIG_EQUALIZER is not set | ||
476 | # CONFIG_TUN is not set | ||
477 | # CONFIG_PHYLIB is not set | ||
478 | CONFIG_NET_ETHERNET=y | ||
479 | CONFIG_MII=y | ||
480 | # CONFIG_AX88796 is not set | ||
481 | # CONFIG_SMC91X is not set | ||
482 | # CONFIG_DM9000 is not set | ||
483 | CONFIG_NETDEV_1000=y | ||
484 | CONFIG_NETDEV_10000=y | ||
485 | |||
486 | # | ||
487 | # Wireless LAN | ||
488 | # | ||
489 | # CONFIG_WLAN_PRE80211 is not set | ||
490 | # CONFIG_WLAN_80211 is not set | ||
491 | |||
492 | # | ||
493 | # USB Network Adapters | ||
494 | # | ||
495 | # CONFIG_USB_CATC is not set | ||
496 | # CONFIG_USB_KAWETH is not set | ||
497 | # CONFIG_USB_PEGASUS is not set | ||
498 | CONFIG_USB_RTL8150=y | ||
499 | CONFIG_USB_USBNET_MII=y | ||
500 | CONFIG_USB_USBNET=y | ||
501 | CONFIG_USB_NET_AX8817X=y | ||
502 | CONFIG_USB_NET_CDCETHER=y | ||
503 | # CONFIG_USB_NET_DM9601 is not set | ||
504 | # CONFIG_USB_NET_GL620A is not set | ||
505 | CONFIG_USB_NET_NET1080=y | ||
506 | # CONFIG_USB_NET_PLUSB is not set | ||
507 | # CONFIG_USB_NET_MCS7830 is not set | ||
508 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
509 | CONFIG_USB_NET_CDC_SUBSET=y | ||
510 | CONFIG_USB_ALI_M5632=y | ||
511 | CONFIG_USB_AN2720=y | ||
512 | CONFIG_USB_BELKIN=y | ||
513 | CONFIG_USB_ARMLINUX=y | ||
514 | CONFIG_USB_EPSON2888=y | ||
515 | # CONFIG_USB_KC2190 is not set | ||
516 | CONFIG_USB_NET_ZAURUS=y | ||
517 | # CONFIG_WAN is not set | ||
518 | CONFIG_PPP=y | ||
519 | CONFIG_PPP_MULTILINK=y | ||
520 | # CONFIG_PPP_FILTER is not set | ||
521 | # CONFIG_PPP_ASYNC is not set | ||
522 | # CONFIG_PPP_SYNC_TTY is not set | ||
523 | # CONFIG_PPP_DEFLATE is not set | ||
524 | # CONFIG_PPP_BSDCOMP is not set | ||
525 | # CONFIG_PPP_MPPE is not set | ||
526 | # CONFIG_PPPOE is not set | ||
527 | # CONFIG_PPPOL2TP is not set | ||
528 | # CONFIG_SLIP is not set | ||
529 | CONFIG_SLHC=y | ||
530 | # CONFIG_SHAPER is not set | ||
531 | # CONFIG_NETCONSOLE is not set | ||
532 | # CONFIG_NETPOLL is not set | ||
533 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
534 | # CONFIG_ISDN is not set | ||
535 | |||
536 | # | ||
537 | # Input device support | ||
538 | # | ||
539 | CONFIG_INPUT=y | ||
540 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
541 | # CONFIG_INPUT_POLLDEV is not set | ||
542 | |||
543 | # | ||
544 | # Userland interfaces | ||
545 | # | ||
546 | CONFIG_INPUT_MOUSEDEV=y | ||
547 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
548 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
549 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
550 | # CONFIG_INPUT_JOYDEV is not set | ||
551 | # CONFIG_INPUT_TSDEV is not set | ||
552 | # CONFIG_INPUT_EVDEV is not set | ||
553 | # CONFIG_INPUT_EVBUG is not set | ||
554 | |||
555 | # | ||
556 | # Input Device Drivers | ||
557 | # | ||
558 | CONFIG_INPUT_KEYBOARD=y | ||
559 | CONFIG_KEYBOARD_ATKBD=y | ||
560 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
561 | # CONFIG_KEYBOARD_LKKBD is not set | ||
562 | # CONFIG_KEYBOARD_XTKBD is not set | ||
563 | # CONFIG_KEYBOARD_NEWTON is not set | ||
564 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
565 | CONFIG_KEYBOARD_OMAP=y | ||
566 | # CONFIG_KEYBOARD_GPIO is not set | ||
567 | # CONFIG_INPUT_MOUSE is not set | ||
568 | # CONFIG_INPUT_JOYSTICK is not set | ||
569 | # CONFIG_INPUT_TABLET is not set | ||
570 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
571 | # CONFIG_INPUT_MISC is not set | ||
572 | |||
573 | # | ||
574 | # Hardware I/O ports | ||
575 | # | ||
576 | CONFIG_SERIO=y | ||
577 | CONFIG_SERIO_SERPORT=y | ||
578 | CONFIG_SERIO_LIBPS2=y | ||
579 | # CONFIG_SERIO_RAW is not set | ||
580 | # CONFIG_GAMEPORT is not set | ||
581 | |||
582 | # | ||
583 | # Character devices | ||
584 | # | ||
585 | CONFIG_VT=y | ||
586 | CONFIG_VT_CONSOLE=y | ||
587 | CONFIG_HW_CONSOLE=y | ||
588 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
589 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
590 | |||
591 | # | ||
592 | # Serial drivers | ||
593 | # | ||
594 | CONFIG_SERIAL_8250=y | ||
595 | CONFIG_SERIAL_8250_CONSOLE=y | ||
596 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
597 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
598 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
599 | |||
600 | # | ||
601 | # Non-8250 serial port support | ||
602 | # | ||
603 | CONFIG_SERIAL_CORE=y | ||
604 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
605 | CONFIG_UNIX98_PTYS=y | ||
606 | # CONFIG_LEGACY_PTYS is not set | ||
607 | # CONFIG_IPMI_HANDLER is not set | ||
608 | # CONFIG_WATCHDOG is not set | ||
609 | CONFIG_HW_RANDOM=m | ||
610 | CONFIG_HW_RANDOM_OMAP=m | ||
611 | # CONFIG_NVRAM is not set | ||
612 | # CONFIG_R3964 is not set | ||
613 | # CONFIG_RAW_DRIVER is not set | ||
614 | # CONFIG_TCG_TPM is not set | ||
615 | CONFIG_I2C=y | ||
616 | CONFIG_I2C_BOARDINFO=y | ||
617 | CONFIG_I2C_CHARDEV=y | ||
618 | |||
619 | # | ||
620 | # I2C Algorithms | ||
621 | # | ||
622 | CONFIG_I2C_ALGOBIT=y | ||
623 | # CONFIG_I2C_ALGOPCF is not set | ||
624 | # CONFIG_I2C_ALGOPCA is not set | ||
625 | |||
626 | # | ||
627 | # I2C Hardware Bus support | ||
628 | # | ||
629 | # CONFIG_I2C_GPIO is not set | ||
630 | # CONFIG_I2C_OCORES is not set | ||
631 | # CONFIG_I2C_OMAP is not set | ||
632 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
633 | # CONFIG_I2C_SIMTEC is not set | ||
634 | # CONFIG_I2C_TAOS_EVM is not set | ||
635 | # CONFIG_I2C_STUB is not set | ||
636 | # CONFIG_I2C_TINY_USB is not set | ||
637 | |||
638 | # | ||
639 | # Miscellaneous I2C Chip support | ||
640 | # | ||
641 | # CONFIG_SENSORS_DS1337 is not set | ||
642 | # CONFIG_SENSORS_DS1374 is not set | ||
643 | # CONFIG_DS1682 is not set | ||
644 | # CONFIG_SENSORS_EEPROM is not set | ||
645 | # CONFIG_SENSORS_PCF8574 is not set | ||
646 | # CONFIG_SENSORS_PCA9539 is not set | ||
647 | # CONFIG_SENSORS_PCF8591 is not set | ||
648 | # CONFIG_ISP1301_OMAP is not set | ||
649 | # CONFIG_TPS65010 is not set | ||
650 | # CONFIG_GPIOEXPANDER_OMAP is not set | ||
651 | # CONFIG_SENSORS_MAX6875 is not set | ||
652 | # CONFIG_SENSORS_TSL2550 is not set | ||
653 | # CONFIG_I2C_DEBUG_CORE is not set | ||
654 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
655 | # CONFIG_I2C_DEBUG_BUS is not set | ||
656 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
657 | |||
658 | # | ||
659 | # SPI support | ||
660 | # | ||
661 | # CONFIG_SPI is not set | ||
662 | # CONFIG_SPI_MASTER is not set | ||
663 | # CONFIG_W1 is not set | ||
664 | CONFIG_HWMON=y | ||
665 | # CONFIG_HWMON_VID is not set | ||
666 | # CONFIG_SENSORS_ABITUGURU is not set | ||
667 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
668 | # CONFIG_SENSORS_AD7418 is not set | ||
669 | # CONFIG_SENSORS_ADM1021 is not set | ||
670 | # CONFIG_SENSORS_ADM1025 is not set | ||
671 | # CONFIG_SENSORS_ADM1026 is not set | ||
672 | # CONFIG_SENSORS_ADM1029 is not set | ||
673 | # CONFIG_SENSORS_ADM1031 is not set | ||
674 | # CONFIG_SENSORS_ADM9240 is not set | ||
675 | # CONFIG_SENSORS_ASB100 is not set | ||
676 | # CONFIG_SENSORS_ATXP1 is not set | ||
677 | # CONFIG_SENSORS_DS1621 is not set | ||
678 | # CONFIG_SENSORS_F71805F is not set | ||
679 | # CONFIG_SENSORS_FSCHER is not set | ||
680 | # CONFIG_SENSORS_FSCPOS is not set | ||
681 | # CONFIG_SENSORS_GL518SM is not set | ||
682 | # CONFIG_SENSORS_GL520SM is not set | ||
683 | # CONFIG_SENSORS_IT87 is not set | ||
684 | # CONFIG_SENSORS_LM63 is not set | ||
685 | # CONFIG_SENSORS_LM75 is not set | ||
686 | # CONFIG_SENSORS_LM77 is not set | ||
687 | # CONFIG_SENSORS_LM78 is not set | ||
688 | # CONFIG_SENSORS_LM80 is not set | ||
689 | # CONFIG_SENSORS_LM83 is not set | ||
690 | # CONFIG_SENSORS_LM85 is not set | ||
691 | # CONFIG_SENSORS_LM87 is not set | ||
692 | # CONFIG_SENSORS_LM90 is not set | ||
693 | # CONFIG_SENSORS_LM92 is not set | ||
694 | # CONFIG_SENSORS_LM93 is not set | ||
695 | # CONFIG_SENSORS_MAX1619 is not set | ||
696 | # CONFIG_SENSORS_MAX6650 is not set | ||
697 | # CONFIG_SENSORS_PC87360 is not set | ||
698 | # CONFIG_SENSORS_PC87427 is not set | ||
699 | # CONFIG_SENSORS_DME1737 is not set | ||
700 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
701 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
702 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
703 | # CONFIG_SENSORS_THMC50 is not set | ||
704 | # CONFIG_SENSORS_VT1211 is not set | ||
705 | # CONFIG_SENSORS_W83781D is not set | ||
706 | # CONFIG_SENSORS_W83791D is not set | ||
707 | # CONFIG_SENSORS_W83792D is not set | ||
708 | # CONFIG_SENSORS_W83793 is not set | ||
709 | # CONFIG_SENSORS_W83L785TS is not set | ||
710 | # CONFIG_SENSORS_W83627HF is not set | ||
711 | # CONFIG_SENSORS_W83627EHF is not set | ||
712 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
713 | CONFIG_MISC_DEVICES=y | ||
714 | # CONFIG_EEPROM_93CX6 is not set | ||
715 | |||
716 | # | ||
717 | # Multifunction device drivers | ||
718 | # | ||
719 | # CONFIG_MFD_SM501 is not set | ||
720 | # CONFIG_NEW_LEDS is not set | ||
721 | |||
722 | # | ||
723 | # Multimedia devices | ||
724 | # | ||
725 | # CONFIG_VIDEO_DEV is not set | ||
726 | # CONFIG_DVB_CORE is not set | ||
727 | CONFIG_DAB=y | ||
728 | # CONFIG_USB_DABUSB is not set | ||
729 | |||
730 | # | ||
731 | # Graphics support | ||
732 | # | ||
733 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
734 | |||
735 | # | ||
736 | # Display device support | ||
737 | # | ||
738 | # CONFIG_DISPLAY_SUPPORT is not set | ||
739 | # CONFIG_VGASTATE is not set | ||
740 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
741 | # CONFIG_FB is not set | ||
742 | |||
743 | # | ||
744 | # Console display driver support | ||
745 | # | ||
746 | # CONFIG_VGA_CONSOLE is not set | ||
747 | CONFIG_DUMMY_CONSOLE=y | ||
748 | |||
749 | # | ||
750 | # Sound | ||
751 | # | ||
752 | # CONFIG_SOUND is not set | ||
753 | CONFIG_HID_SUPPORT=y | ||
754 | CONFIG_HID=y | ||
755 | # CONFIG_HID_DEBUG is not set | ||
756 | |||
757 | # | ||
758 | # USB Input Devices | ||
759 | # | ||
760 | CONFIG_USB_HID=y | ||
761 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
762 | # CONFIG_HID_FF is not set | ||
763 | # CONFIG_USB_HIDDEV is not set | ||
764 | CONFIG_USB_SUPPORT=y | ||
765 | CONFIG_USB_ARCH_HAS_HCD=y | ||
766 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
767 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
768 | CONFIG_USB=y | ||
769 | CONFIG_USB_DEBUG=y | ||
770 | |||
771 | # | ||
772 | # Miscellaneous USB options | ||
773 | # | ||
774 | CONFIG_USB_DEVICEFS=y | ||
775 | # CONFIG_USB_DEVICE_CLASS is not set | ||
776 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
777 | # CONFIG_USB_SUSPEND is not set | ||
778 | # CONFIG_USB_PERSIST is not set | ||
779 | # CONFIG_USB_OTG is not set | ||
780 | |||
781 | # | ||
782 | # USB Host Controller Drivers | ||
783 | # | ||
784 | # CONFIG_USB_ISP116X_HCD is not set | ||
785 | CONFIG_USB_OHCI_HCD=y | ||
786 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
787 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
788 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
789 | # CONFIG_USB_SL811_HCD is not set | ||
790 | # CONFIG_USB_R8A66597_HCD is not set | ||
791 | # CONFIG_USB_MUSB_HDRC is not set | ||
792 | |||
793 | # | ||
794 | # USB Device Class drivers | ||
795 | # | ||
796 | # CONFIG_USB_ACM is not set | ||
797 | # CONFIG_USB_PRINTER is not set | ||
798 | |||
799 | # | ||
800 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
801 | # | ||
802 | |||
803 | # | ||
804 | # may also be needed; see USB_STORAGE Help for more information | ||
805 | # | ||
806 | CONFIG_USB_STORAGE=y | ||
807 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
808 | CONFIG_USB_STORAGE_DATAFAB=y | ||
809 | CONFIG_USB_STORAGE_FREECOM=y | ||
810 | CONFIG_USB_STORAGE_DPCM=y | ||
811 | # CONFIG_USB_STORAGE_USBAT is not set | ||
812 | CONFIG_USB_STORAGE_SDDR09=y | ||
813 | CONFIG_USB_STORAGE_SDDR55=y | ||
814 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
815 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
816 | # CONFIG_USB_STORAGE_KARMA is not set | ||
817 | # CONFIG_USB_LIBUSUAL is not set | ||
818 | |||
819 | # | ||
820 | # USB Imaging devices | ||
821 | # | ||
822 | # CONFIG_USB_MDC800 is not set | ||
823 | # CONFIG_USB_MICROTEK is not set | ||
824 | CONFIG_USB_MON=y | ||
825 | |||
826 | # | ||
827 | # USB port drivers | ||
828 | # | ||
829 | |||
830 | # | ||
831 | # USB Serial Converter support | ||
832 | # | ||
833 | # CONFIG_USB_SERIAL is not set | ||
834 | |||
835 | # | ||
836 | # USB Miscellaneous drivers | ||
837 | # | ||
838 | # CONFIG_USB_EMI62 is not set | ||
839 | # CONFIG_USB_EMI26 is not set | ||
840 | # CONFIG_USB_ADUTUX is not set | ||
841 | # CONFIG_USB_AUERSWALD is not set | ||
842 | # CONFIG_USB_RIO500 is not set | ||
843 | # CONFIG_USB_LEGOTOWER is not set | ||
844 | # CONFIG_USB_LCD is not set | ||
845 | # CONFIG_USB_BERRY_CHARGE is not set | ||
846 | # CONFIG_USB_LED is not set | ||
847 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
848 | # CONFIG_USB_CYTHERM is not set | ||
849 | # CONFIG_USB_PHIDGET is not set | ||
850 | # CONFIG_USB_IDMOUSE is not set | ||
851 | # CONFIG_USB_FTDI_ELAN is not set | ||
852 | # CONFIG_USB_APPLEDISPLAY is not set | ||
853 | # CONFIG_USB_LD is not set | ||
854 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
855 | # CONFIG_USB_IOWARRIOR is not set | ||
856 | # CONFIG_USB_TEST is not set | ||
857 | |||
858 | # | ||
859 | # USB DSL modem support | ||
860 | # | ||
861 | |||
862 | # | ||
863 | # USB Gadget Support | ||
864 | # | ||
865 | # CONFIG_USB_GADGET is not set | ||
866 | CONFIG_MMC=y | ||
867 | # CONFIG_MMC_DEBUG is not set | ||
868 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
869 | |||
870 | # | ||
871 | # MMC/SD Card Drivers | ||
872 | # | ||
873 | CONFIG_MMC_BLOCK=y | ||
874 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
875 | |||
876 | # | ||
877 | # MMC/SD Host Controller Drivers | ||
878 | # | ||
879 | CONFIG_MMC_OMAP=y | ||
880 | CONFIG_RTC_LIB=y | ||
881 | CONFIG_RTC_CLASS=y | ||
882 | CONFIG_RTC_HCTOSYS=y | ||
883 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
884 | # CONFIG_RTC_DEBUG is not set | ||
885 | |||
886 | # | ||
887 | # RTC interfaces | ||
888 | # | ||
889 | CONFIG_RTC_INTF_SYSFS=y | ||
890 | CONFIG_RTC_INTF_PROC=y | ||
891 | CONFIG_RTC_INTF_DEV=y | ||
892 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
893 | # CONFIG_RTC_DRV_TEST is not set | ||
894 | |||
895 | # | ||
896 | # I2C RTC drivers | ||
897 | # | ||
898 | # CONFIG_RTC_DRV_DS1307 is not set | ||
899 | # CONFIG_RTC_DRV_DS1672 is not set | ||
900 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
901 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
902 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
903 | # CONFIG_RTC_DRV_X1205 is not set | ||
904 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
905 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
906 | # CONFIG_RTC_DRV_M41T80 is not set | ||
907 | |||
908 | # | ||
909 | # SPI RTC drivers | ||
910 | # | ||
911 | |||
912 | # | ||
913 | # Platform RTC drivers | ||
914 | # | ||
915 | # CONFIG_RTC_DRV_CMOS is not set | ||
916 | # CONFIG_RTC_DRV_DS1553 is not set | ||
917 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
918 | # CONFIG_RTC_DRV_DS1742 is not set | ||
919 | # CONFIG_RTC_DRV_M48T86 is not set | ||
920 | # CONFIG_RTC_DRV_M48T59 is not set | ||
921 | # CONFIG_RTC_DRV_V3020 is not set | ||
922 | |||
923 | # | ||
924 | # on-CPU RTC drivers | ||
925 | # | ||
926 | CONFIG_RTC_DRV_OMAP=y | ||
927 | |||
928 | # | ||
929 | # DMA Engine support | ||
930 | # | ||
931 | # CONFIG_DMA_ENGINE is not set | ||
932 | |||
933 | # | ||
934 | # DMA Clients | ||
935 | # | ||
936 | |||
937 | # | ||
938 | # DMA Devices | ||
939 | # | ||
940 | |||
941 | # | ||
942 | # CBUS support | ||
943 | # | ||
944 | # CONFIG_CBUS is not set | ||
945 | |||
946 | # | ||
947 | # File systems | ||
948 | # | ||
949 | CONFIG_EXT2_FS=y | ||
950 | # CONFIG_EXT2_FS_XATTR is not set | ||
951 | # CONFIG_EXT2_FS_XIP is not set | ||
952 | CONFIG_EXT3_FS=y | ||
953 | CONFIG_EXT3_FS_XATTR=y | ||
954 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
955 | # CONFIG_EXT3_FS_SECURITY is not set | ||
956 | # CONFIG_EXT4DEV_FS is not set | ||
957 | CONFIG_JBD=y | ||
958 | # CONFIG_JBD_DEBUG is not set | ||
959 | CONFIG_FS_MBCACHE=y | ||
960 | # CONFIG_REISERFS_FS is not set | ||
961 | # CONFIG_JFS_FS is not set | ||
962 | # CONFIG_FS_POSIX_ACL is not set | ||
963 | # CONFIG_XFS_FS is not set | ||
964 | # CONFIG_GFS2_FS is not set | ||
965 | # CONFIG_OCFS2_FS is not set | ||
966 | # CONFIG_MINIX_FS is not set | ||
967 | # CONFIG_ROMFS_FS is not set | ||
968 | CONFIG_INOTIFY=y | ||
969 | CONFIG_INOTIFY_USER=y | ||
970 | # CONFIG_QUOTA is not set | ||
971 | CONFIG_DNOTIFY=y | ||
972 | CONFIG_AUTOFS_FS=y | ||
973 | CONFIG_AUTOFS4_FS=y | ||
974 | # CONFIG_FUSE_FS is not set | ||
975 | |||
976 | # | ||
977 | # CD-ROM/DVD Filesystems | ||
978 | # | ||
979 | CONFIG_ISO9660_FS=y | ||
980 | CONFIG_JOLIET=y | ||
981 | # CONFIG_ZISOFS is not set | ||
982 | # CONFIG_UDF_FS is not set | ||
983 | |||
984 | # | ||
985 | # DOS/FAT/NT Filesystems | ||
986 | # | ||
987 | CONFIG_FAT_FS=m | ||
988 | CONFIG_MSDOS_FS=m | ||
989 | CONFIG_VFAT_FS=m | ||
990 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
991 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
992 | # CONFIG_NTFS_FS is not set | ||
993 | |||
994 | # | ||
995 | # Pseudo filesystems | ||
996 | # | ||
997 | CONFIG_PROC_FS=y | ||
998 | CONFIG_PROC_SYSCTL=y | ||
999 | CONFIG_SYSFS=y | ||
1000 | # CONFIG_TMPFS is not set | ||
1001 | # CONFIG_HUGETLB_PAGE is not set | ||
1002 | CONFIG_RAMFS=y | ||
1003 | # CONFIG_CONFIGFS_FS is not set | ||
1004 | |||
1005 | # | ||
1006 | # Miscellaneous filesystems | ||
1007 | # | ||
1008 | # CONFIG_ADFS_FS is not set | ||
1009 | # CONFIG_AFFS_FS is not set | ||
1010 | # CONFIG_HFS_FS is not set | ||
1011 | # CONFIG_HFSPLUS_FS is not set | ||
1012 | # CONFIG_BEFS_FS is not set | ||
1013 | # CONFIG_BFS_FS is not set | ||
1014 | # CONFIG_EFS_FS is not set | ||
1015 | # CONFIG_CRAMFS is not set | ||
1016 | # CONFIG_VXFS_FS is not set | ||
1017 | # CONFIG_HPFS_FS is not set | ||
1018 | # CONFIG_QNX4FS_FS is not set | ||
1019 | # CONFIG_SYSV_FS is not set | ||
1020 | # CONFIG_UFS_FS is not set | ||
1021 | |||
1022 | # | ||
1023 | # Network File Systems | ||
1024 | # | ||
1025 | CONFIG_NFS_FS=y | ||
1026 | # CONFIG_NFS_V3 is not set | ||
1027 | # CONFIG_NFS_V4 is not set | ||
1028 | # CONFIG_NFS_DIRECTIO is not set | ||
1029 | # CONFIG_NFSD is not set | ||
1030 | # CONFIG_ROOT_NFS is not set | ||
1031 | CONFIG_LOCKD=y | ||
1032 | CONFIG_NFS_COMMON=y | ||
1033 | CONFIG_SUNRPC=y | ||
1034 | # CONFIG_SUNRPC_BIND34 is not set | ||
1035 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1036 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1037 | # CONFIG_SMB_FS is not set | ||
1038 | # CONFIG_CIFS is not set | ||
1039 | # CONFIG_NCP_FS is not set | ||
1040 | # CONFIG_CODA_FS is not set | ||
1041 | # CONFIG_AFS_FS is not set | ||
1042 | |||
1043 | # | ||
1044 | # Partition Types | ||
1045 | # | ||
1046 | CONFIG_PARTITION_ADVANCED=y | ||
1047 | # CONFIG_ACORN_PARTITION is not set | ||
1048 | # CONFIG_OSF_PARTITION is not set | ||
1049 | # CONFIG_AMIGA_PARTITION is not set | ||
1050 | # CONFIG_ATARI_PARTITION is not set | ||
1051 | # CONFIG_MAC_PARTITION is not set | ||
1052 | CONFIG_MSDOS_PARTITION=y | ||
1053 | # CONFIG_BSD_DISKLABEL is not set | ||
1054 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1055 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1056 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1057 | # CONFIG_LDM_PARTITION is not set | ||
1058 | # CONFIG_SGI_PARTITION is not set | ||
1059 | # CONFIG_ULTRIX_PARTITION is not set | ||
1060 | # CONFIG_SUN_PARTITION is not set | ||
1061 | # CONFIG_KARMA_PARTITION is not set | ||
1062 | # CONFIG_EFI_PARTITION is not set | ||
1063 | # CONFIG_SYSV68_PARTITION is not set | ||
1064 | |||
1065 | # | ||
1066 | # Native Language Support | ||
1067 | # | ||
1068 | CONFIG_NLS=y | ||
1069 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1070 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1071 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1072 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1073 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1074 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1075 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1076 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1077 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1078 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1079 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1080 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1081 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1082 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1083 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1084 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1085 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1086 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1087 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1088 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1089 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1090 | # CONFIG_NLS_ISO8859_8 is not set | ||
1091 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1092 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1093 | # CONFIG_NLS_ASCII is not set | ||
1094 | # CONFIG_NLS_ISO8859_1 is not set | ||
1095 | # CONFIG_NLS_ISO8859_2 is not set | ||
1096 | # CONFIG_NLS_ISO8859_3 is not set | ||
1097 | # CONFIG_NLS_ISO8859_4 is not set | ||
1098 | # CONFIG_NLS_ISO8859_5 is not set | ||
1099 | # CONFIG_NLS_ISO8859_6 is not set | ||
1100 | # CONFIG_NLS_ISO8859_7 is not set | ||
1101 | # CONFIG_NLS_ISO8859_9 is not set | ||
1102 | # CONFIG_NLS_ISO8859_13 is not set | ||
1103 | # CONFIG_NLS_ISO8859_14 is not set | ||
1104 | # CONFIG_NLS_ISO8859_15 is not set | ||
1105 | # CONFIG_NLS_KOI8_R is not set | ||
1106 | # CONFIG_NLS_KOI8_U is not set | ||
1107 | # CONFIG_NLS_UTF8 is not set | ||
1108 | |||
1109 | # | ||
1110 | # Distributed Lock Manager | ||
1111 | # | ||
1112 | # CONFIG_DLM is not set | ||
1113 | |||
1114 | # | ||
1115 | # Profiling support | ||
1116 | # | ||
1117 | # CONFIG_PROFILING is not set | ||
1118 | |||
1119 | # | ||
1120 | # Kernel hacking | ||
1121 | # | ||
1122 | # CONFIG_PRINTK_TIME is not set | ||
1123 | CONFIG_ENABLE_MUST_CHECK=y | ||
1124 | CONFIG_MAGIC_SYSRQ=y | ||
1125 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1126 | # CONFIG_DEBUG_FS is not set | ||
1127 | # CONFIG_HEADERS_CHECK is not set | ||
1128 | CONFIG_DEBUG_KERNEL=y | ||
1129 | # CONFIG_DEBUG_SHIRQ is not set | ||
1130 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1131 | CONFIG_SCHED_DEBUG=y | ||
1132 | # CONFIG_SCHEDSTATS is not set | ||
1133 | # CONFIG_TIMER_STATS is not set | ||
1134 | # CONFIG_DEBUG_SLAB is not set | ||
1135 | CONFIG_DEBUG_PREEMPT=y | ||
1136 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1137 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1138 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1139 | # CONFIG_DEBUG_MUTEXES is not set | ||
1140 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1141 | # CONFIG_PROVE_LOCKING is not set | ||
1142 | # CONFIG_LOCK_STAT is not set | ||
1143 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1144 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1145 | # CONFIG_DEBUG_KOBJECT is not set | ||
1146 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1147 | # CONFIG_DEBUG_INFO is not set | ||
1148 | # CONFIG_DEBUG_VM is not set | ||
1149 | # CONFIG_DEBUG_LIST is not set | ||
1150 | CONFIG_FRAME_POINTER=y | ||
1151 | CONFIG_FORCED_INLINING=y | ||
1152 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1153 | # CONFIG_FAULT_INJECTION is not set | ||
1154 | # CONFIG_DEBUG_USER is not set | ||
1155 | # CONFIG_DEBUG_ERRORS is not set | ||
1156 | # CONFIG_DEBUG_LL is not set | ||
1157 | |||
1158 | # | ||
1159 | # Security options | ||
1160 | # | ||
1161 | # CONFIG_KEYS is not set | ||
1162 | # CONFIG_SECURITY is not set | ||
1163 | # CONFIG_CRYPTO is not set | ||
1164 | |||
1165 | # | ||
1166 | # Library routines | ||
1167 | # | ||
1168 | CONFIG_BITREVERSE=y | ||
1169 | # CONFIG_CRC_CCITT is not set | ||
1170 | # CONFIG_CRC16 is not set | ||
1171 | # CONFIG_CRC_ITU_T is not set | ||
1172 | CONFIG_CRC32=y | ||
1173 | # CONFIG_CRC7 is not set | ||
1174 | # CONFIG_LIBCRC32C is not set | ||
1175 | CONFIG_PLIST=y | ||
1176 | CONFIG_HAS_IOMEM=y | ||
1177 | CONFIG_HAS_IOPORT=y | ||
1178 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_generic_1710_defconfig b/arch/arm/configs/omap_generic_1710_defconfig new file mode 100644 index 000000000000..0a00a708a4fc --- /dev/null +++ b/arch/arm/configs/omap_generic_1710_defconfig | |||
@@ -0,0 +1,1088 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 13:02:08 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_POSIX_MQUEUE is not set | ||
40 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
41 | # CONFIG_TASKSTATS is not set | ||
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_AUDIT is not set | ||
44 | # CONFIG_IKCONFIG is not set | ||
45 | CONFIG_LOG_BUF_SHIFT=14 | ||
46 | CONFIG_SYSFS_DEPRECATED=y | ||
47 | # CONFIG_RELAY is not set | ||
48 | CONFIG_BLK_DEV_INITRD=y | ||
49 | CONFIG_INITRAMFS_SOURCE="" | ||
50 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
51 | CONFIG_SYSCTL=y | ||
52 | # CONFIG_EMBEDDED is not set | ||
53 | CONFIG_UID16=y | ||
54 | CONFIG_SYSCTL_SYSCALL=y | ||
55 | CONFIG_KALLSYMS=y | ||
56 | # CONFIG_KALLSYMS_ALL is not set | ||
57 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
58 | CONFIG_HOTPLUG=y | ||
59 | CONFIG_PRINTK=y | ||
60 | CONFIG_BUG=y | ||
61 | CONFIG_ELF_CORE=y | ||
62 | CONFIG_BASE_FULL=y | ||
63 | CONFIG_FUTEX=y | ||
64 | CONFIG_ANON_INODES=y | ||
65 | CONFIG_EPOLL=y | ||
66 | CONFIG_SIGNALFD=y | ||
67 | CONFIG_TIMERFD=y | ||
68 | CONFIG_EVENTFD=y | ||
69 | CONFIG_SHMEM=y | ||
70 | CONFIG_VM_EVENT_COUNTERS=y | ||
71 | CONFIG_SLUB_DEBUG=y | ||
72 | # CONFIG_SLAB is not set | ||
73 | CONFIG_SLUB=y | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | # CONFIG_MODULES is not set | ||
79 | CONFIG_BLOCK=y | ||
80 | # CONFIG_LBD is not set | ||
81 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
82 | # CONFIG_LSF is not set | ||
83 | # CONFIG_BLK_DEV_BSG is not set | ||
84 | |||
85 | # | ||
86 | # IO Schedulers | ||
87 | # | ||
88 | CONFIG_IOSCHED_NOOP=y | ||
89 | CONFIG_IOSCHED_AS=y | ||
90 | CONFIG_IOSCHED_DEADLINE=y | ||
91 | CONFIG_IOSCHED_CFQ=y | ||
92 | # CONFIG_DEFAULT_AS is not set | ||
93 | # CONFIG_DEFAULT_DEADLINE is not set | ||
94 | CONFIG_DEFAULT_CFQ=y | ||
95 | # CONFIG_DEFAULT_NOOP is not set | ||
96 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
97 | |||
98 | # | ||
99 | # System Type | ||
100 | # | ||
101 | # CONFIG_ARCH_AAEC2000 is not set | ||
102 | # CONFIG_ARCH_INTEGRATOR is not set | ||
103 | # CONFIG_ARCH_REALVIEW is not set | ||
104 | # CONFIG_ARCH_VERSATILE is not set | ||
105 | # CONFIG_ARCH_AT91 is not set | ||
106 | # CONFIG_ARCH_CLPS7500 is not set | ||
107 | # CONFIG_ARCH_CLPS711X is not set | ||
108 | # CONFIG_ARCH_CO285 is not set | ||
109 | # CONFIG_ARCH_EBSA110 is not set | ||
110 | # CONFIG_ARCH_EP93XX is not set | ||
111 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
112 | # CONFIG_ARCH_NETX is not set | ||
113 | # CONFIG_ARCH_H720X is not set | ||
114 | # CONFIG_ARCH_IMX is not set | ||
115 | # CONFIG_ARCH_IOP13XX is not set | ||
116 | # CONFIG_ARCH_IOP32X is not set | ||
117 | # CONFIG_ARCH_IOP33X is not set | ||
118 | # CONFIG_ARCH_IXP23XX is not set | ||
119 | # CONFIG_ARCH_IXP2000 is not set | ||
120 | # CONFIG_ARCH_IXP4XX is not set | ||
121 | # CONFIG_ARCH_L7200 is not set | ||
122 | # CONFIG_ARCH_KS8695 is not set | ||
123 | # CONFIG_ARCH_NS9XXX is not set | ||
124 | # CONFIG_ARCH_MXC is not set | ||
125 | # CONFIG_ARCH_PNX4008 is not set | ||
126 | # CONFIG_ARCH_PXA is not set | ||
127 | # CONFIG_ARCH_RPC is not set | ||
128 | # CONFIG_ARCH_SA1100 is not set | ||
129 | # CONFIG_ARCH_S3C2410 is not set | ||
130 | # CONFIG_ARCH_SHARK is not set | ||
131 | # CONFIG_ARCH_LH7A40X is not set | ||
132 | # CONFIG_ARCH_DAVINCI is not set | ||
133 | CONFIG_ARCH_OMAP=y | ||
134 | |||
135 | # | ||
136 | # TI OMAP Implementations | ||
137 | # | ||
138 | CONFIG_ARCH_OMAP_OTG=y | ||
139 | CONFIG_ARCH_OMAP1=y | ||
140 | # CONFIG_ARCH_OMAP2 is not set | ||
141 | # CONFIG_ARCH_OMAP3 is not set | ||
142 | |||
143 | # | ||
144 | # OMAP Feature Selections | ||
145 | # | ||
146 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
147 | CONFIG_OMAP_BOOT_TAG=y | ||
148 | # CONFIG_OMAP_BOOT_REASON is not set | ||
149 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
150 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
151 | # CONFIG_OMAP_MUX is not set | ||
152 | # CONFIG_OMAP_STI is not set | ||
153 | CONFIG_OMAP_MCBSP=y | ||
154 | # CONFIG_OMAP_MMU_FWK is not set | ||
155 | # CONFIG_OMAP_MBOX_FWK is not set | ||
156 | CONFIG_OMAP_MPU_TIMER=y | ||
157 | # CONFIG_OMAP_32K_TIMER is not set | ||
158 | # CONFIG_OMAP_DM_TIMER is not set | ||
159 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
160 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
161 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
162 | # CONFIG_OMAP_DSP is not set | ||
163 | |||
164 | # | ||
165 | # OMAP Core Type | ||
166 | # | ||
167 | # CONFIG_ARCH_OMAP730 is not set | ||
168 | # CONFIG_ARCH_OMAP15XX is not set | ||
169 | CONFIG_ARCH_OMAP16XX=y | ||
170 | |||
171 | # | ||
172 | # OMAP Board Type | ||
173 | # | ||
174 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
175 | # CONFIG_MACH_OMAP_H2 is not set | ||
176 | # CONFIG_MACH_OMAP_H3 is not set | ||
177 | # CONFIG_MACH_OMAP_OSK is not set | ||
178 | # CONFIG_MACH_NOKIA770 is not set | ||
179 | CONFIG_MACH_OMAP_GENERIC=y | ||
180 | |||
181 | # | ||
182 | # OMAP CPU Speed | ||
183 | # | ||
184 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
185 | # CONFIG_OMAP_ARM_216MHZ is not set | ||
186 | CONFIG_OMAP_ARM_192MHZ=y | ||
187 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
188 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
189 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
190 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
191 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
192 | |||
193 | # | ||
194 | # Boot options | ||
195 | # | ||
196 | |||
197 | # | ||
198 | # Power management | ||
199 | # | ||
200 | |||
201 | # | ||
202 | # Processor Type | ||
203 | # | ||
204 | CONFIG_CPU_32=y | ||
205 | CONFIG_CPU_ARM926T=y | ||
206 | CONFIG_CPU_32v5=y | ||
207 | CONFIG_CPU_ABRT_EV5TJ=y | ||
208 | CONFIG_CPU_PABRT_NOIFAR=y | ||
209 | CONFIG_CPU_CACHE_VIVT=y | ||
210 | CONFIG_CPU_COPY_V4WB=y | ||
211 | CONFIG_CPU_TLB_V4WBI=y | ||
212 | CONFIG_CPU_CP15=y | ||
213 | CONFIG_CPU_CP15_MMU=y | ||
214 | |||
215 | # | ||
216 | # Processor Features | ||
217 | # | ||
218 | # CONFIG_ARM_THUMB is not set | ||
219 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
220 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
221 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
222 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
223 | # CONFIG_OUTER_CACHE is not set | ||
224 | |||
225 | # | ||
226 | # Bus support | ||
227 | # | ||
228 | # CONFIG_PCI_SYSCALL is not set | ||
229 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
230 | |||
231 | # | ||
232 | # PCCARD (PCMCIA/CardBus) support | ||
233 | # | ||
234 | # CONFIG_PCCARD is not set | ||
235 | |||
236 | # | ||
237 | # Kernel Features | ||
238 | # | ||
239 | # CONFIG_TICK_ONESHOT is not set | ||
240 | # CONFIG_NO_HZ is not set | ||
241 | # CONFIG_HIGH_RES_TIMERS is not set | ||
242 | # CONFIG_PREEMPT is not set | ||
243 | CONFIG_HZ=100 | ||
244 | # CONFIG_AEABI is not set | ||
245 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
246 | CONFIG_SELECT_MEMORY_MODEL=y | ||
247 | CONFIG_FLATMEM_MANUAL=y | ||
248 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
249 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
250 | CONFIG_FLATMEM=y | ||
251 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
252 | # CONFIG_SPARSEMEM_STATIC is not set | ||
253 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
254 | # CONFIG_RESOURCES_64BIT is not set | ||
255 | CONFIG_ZONE_DMA_FLAG=1 | ||
256 | CONFIG_BOUNCE=y | ||
257 | CONFIG_VIRT_TO_BUS=y | ||
258 | # CONFIG_LEDS is not set | ||
259 | CONFIG_ALIGNMENT_TRAP=y | ||
260 | |||
261 | # | ||
262 | # Boot options | ||
263 | # | ||
264 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
265 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
266 | CONFIG_CMDLINE="mem=64M console=tty0 console=ttyS2,115200 root=0801" | ||
267 | # CONFIG_XIP_KERNEL is not set | ||
268 | # CONFIG_KEXEC is not set | ||
269 | |||
270 | # | ||
271 | # CPU Frequency scaling | ||
272 | # | ||
273 | # CONFIG_CPU_FREQ is not set | ||
274 | |||
275 | # | ||
276 | # Floating point emulation | ||
277 | # | ||
278 | |||
279 | # | ||
280 | # At least one emulation must be selected | ||
281 | # | ||
282 | CONFIG_FPE_NWFPE=y | ||
283 | # CONFIG_FPE_NWFPE_XP is not set | ||
284 | # CONFIG_FPE_FASTFPE is not set | ||
285 | # CONFIG_VFP is not set | ||
286 | |||
287 | # | ||
288 | # Userspace binary formats | ||
289 | # | ||
290 | CONFIG_BINFMT_ELF=y | ||
291 | # CONFIG_BINFMT_AOUT is not set | ||
292 | # CONFIG_BINFMT_MISC is not set | ||
293 | CONFIG_ARTHUR=y | ||
294 | |||
295 | # | ||
296 | # Power management options | ||
297 | # | ||
298 | CONFIG_PM=y | ||
299 | # CONFIG_PM_LEGACY is not set | ||
300 | # CONFIG_PM_DEBUG is not set | ||
301 | CONFIG_PM_SLEEP=y | ||
302 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
303 | CONFIG_SUSPEND=y | ||
304 | # CONFIG_APM_EMULATION is not set | ||
305 | |||
306 | # | ||
307 | # Networking | ||
308 | # | ||
309 | CONFIG_NET=y | ||
310 | |||
311 | # | ||
312 | # Networking options | ||
313 | # | ||
314 | CONFIG_PACKET=y | ||
315 | # CONFIG_PACKET_MMAP is not set | ||
316 | CONFIG_UNIX=y | ||
317 | CONFIG_XFRM=y | ||
318 | # CONFIG_XFRM_USER is not set | ||
319 | # CONFIG_XFRM_SUB_POLICY is not set | ||
320 | # CONFIG_XFRM_MIGRATE is not set | ||
321 | # CONFIG_NET_KEY is not set | ||
322 | CONFIG_INET=y | ||
323 | CONFIG_IP_MULTICAST=y | ||
324 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
325 | CONFIG_IP_FIB_HASH=y | ||
326 | CONFIG_IP_PNP=y | ||
327 | CONFIG_IP_PNP_DHCP=y | ||
328 | CONFIG_IP_PNP_BOOTP=y | ||
329 | # CONFIG_IP_PNP_RARP is not set | ||
330 | # CONFIG_NET_IPIP is not set | ||
331 | # CONFIG_NET_IPGRE is not set | ||
332 | # CONFIG_IP_MROUTE is not set | ||
333 | # CONFIG_ARPD is not set | ||
334 | # CONFIG_SYN_COOKIES is not set | ||
335 | # CONFIG_INET_AH is not set | ||
336 | # CONFIG_INET_ESP is not set | ||
337 | # CONFIG_INET_IPCOMP is not set | ||
338 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
339 | # CONFIG_INET_TUNNEL is not set | ||
340 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
341 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
342 | CONFIG_INET_XFRM_MODE_BEET=y | ||
343 | CONFIG_INET_DIAG=y | ||
344 | CONFIG_INET_TCP_DIAG=y | ||
345 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
346 | CONFIG_TCP_CONG_CUBIC=y | ||
347 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
348 | # CONFIG_TCP_MD5SIG is not set | ||
349 | # CONFIG_IPV6 is not set | ||
350 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
351 | # CONFIG_INET6_TUNNEL is not set | ||
352 | # CONFIG_NETLABEL is not set | ||
353 | # CONFIG_NETWORK_SECMARK is not set | ||
354 | # CONFIG_NETFILTER is not set | ||
355 | # CONFIG_IP_DCCP is not set | ||
356 | # CONFIG_IP_SCTP is not set | ||
357 | # CONFIG_TIPC is not set | ||
358 | # CONFIG_ATM is not set | ||
359 | # CONFIG_BRIDGE is not set | ||
360 | # CONFIG_VLAN_8021Q is not set | ||
361 | # CONFIG_DECNET is not set | ||
362 | # CONFIG_LLC2 is not set | ||
363 | # CONFIG_IPX is not set | ||
364 | # CONFIG_ATALK is not set | ||
365 | # CONFIG_X25 is not set | ||
366 | # CONFIG_LAPB is not set | ||
367 | # CONFIG_ECONET is not set | ||
368 | # CONFIG_WAN_ROUTER is not set | ||
369 | |||
370 | # | ||
371 | # QoS and/or fair queueing | ||
372 | # | ||
373 | # CONFIG_NET_SCHED is not set | ||
374 | |||
375 | # | ||
376 | # Network testing | ||
377 | # | ||
378 | # CONFIG_NET_PKTGEN is not set | ||
379 | # CONFIG_HAMRADIO is not set | ||
380 | # CONFIG_IRDA is not set | ||
381 | # CONFIG_BT is not set | ||
382 | # CONFIG_AF_RXRPC is not set | ||
383 | |||
384 | # | ||
385 | # Wireless | ||
386 | # | ||
387 | # CONFIG_CFG80211 is not set | ||
388 | # CONFIG_WIRELESS_EXT is not set | ||
389 | # CONFIG_MAC80211 is not set | ||
390 | # CONFIG_IEEE80211 is not set | ||
391 | # CONFIG_RFKILL is not set | ||
392 | # CONFIG_NET_9P is not set | ||
393 | |||
394 | # | ||
395 | # Device Drivers | ||
396 | # | ||
397 | |||
398 | # | ||
399 | # Generic Driver Options | ||
400 | # | ||
401 | CONFIG_STANDALONE=y | ||
402 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
403 | # CONFIG_FW_LOADER is not set | ||
404 | # CONFIG_DEBUG_DRIVER is not set | ||
405 | # CONFIG_DEBUG_DEVRES is not set | ||
406 | # CONFIG_SYS_HYPERVISOR is not set | ||
407 | # CONFIG_CONNECTOR is not set | ||
408 | # CONFIG_MTD is not set | ||
409 | # CONFIG_PARPORT is not set | ||
410 | CONFIG_BLK_DEV=y | ||
411 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
412 | CONFIG_BLK_DEV_LOOP=y | ||
413 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
414 | # CONFIG_BLK_DEV_NBD is not set | ||
415 | # CONFIG_BLK_DEV_UB is not set | ||
416 | CONFIG_BLK_DEV_RAM=y | ||
417 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
418 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
419 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
420 | # CONFIG_CDROM_PKTCDVD is not set | ||
421 | # CONFIG_ATA_OVER_ETH is not set | ||
422 | |||
423 | # | ||
424 | # SCSI device support | ||
425 | # | ||
426 | # CONFIG_RAID_ATTRS is not set | ||
427 | CONFIG_SCSI=y | ||
428 | CONFIG_SCSI_DMA=y | ||
429 | # CONFIG_SCSI_TGT is not set | ||
430 | # CONFIG_SCSI_NETLINK is not set | ||
431 | CONFIG_SCSI_PROC_FS=y | ||
432 | |||
433 | # | ||
434 | # SCSI support type (disk, tape, CD-ROM) | ||
435 | # | ||
436 | CONFIG_BLK_DEV_SD=y | ||
437 | # CONFIG_CHR_DEV_ST is not set | ||
438 | # CONFIG_CHR_DEV_OSST is not set | ||
439 | # CONFIG_BLK_DEV_SR is not set | ||
440 | # CONFIG_CHR_DEV_SG is not set | ||
441 | # CONFIG_CHR_DEV_SCH is not set | ||
442 | |||
443 | # | ||
444 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
445 | # | ||
446 | # CONFIG_SCSI_MULTI_LUN is not set | ||
447 | # CONFIG_SCSI_CONSTANTS is not set | ||
448 | # CONFIG_SCSI_LOGGING is not set | ||
449 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
450 | |||
451 | # | ||
452 | # SCSI Transports | ||
453 | # | ||
454 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
455 | # CONFIG_SCSI_FC_ATTRS is not set | ||
456 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
457 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
458 | CONFIG_SCSI_LOWLEVEL=y | ||
459 | # CONFIG_ISCSI_TCP is not set | ||
460 | # CONFIG_SCSI_DEBUG is not set | ||
461 | # CONFIG_ATA is not set | ||
462 | # CONFIG_MD is not set | ||
463 | CONFIG_NETDEVICES=y | ||
464 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
465 | # CONFIG_DUMMY is not set | ||
466 | # CONFIG_BONDING is not set | ||
467 | # CONFIG_MACVLAN is not set | ||
468 | # CONFIG_EQUALIZER is not set | ||
469 | # CONFIG_TUN is not set | ||
470 | # CONFIG_PHYLIB is not set | ||
471 | CONFIG_NET_ETHERNET=y | ||
472 | CONFIG_MII=y | ||
473 | # CONFIG_AX88796 is not set | ||
474 | # CONFIG_SMC91X is not set | ||
475 | # CONFIG_DM9000 is not set | ||
476 | CONFIG_NETDEV_1000=y | ||
477 | CONFIG_NETDEV_10000=y | ||
478 | |||
479 | # | ||
480 | # Wireless LAN | ||
481 | # | ||
482 | # CONFIG_WLAN_PRE80211 is not set | ||
483 | # CONFIG_WLAN_80211 is not set | ||
484 | |||
485 | # | ||
486 | # USB Network Adapters | ||
487 | # | ||
488 | # CONFIG_USB_CATC is not set | ||
489 | # CONFIG_USB_KAWETH is not set | ||
490 | # CONFIG_USB_PEGASUS is not set | ||
491 | # CONFIG_USB_RTL8150 is not set | ||
492 | CONFIG_USB_USBNET_MII=y | ||
493 | CONFIG_USB_USBNET=y | ||
494 | CONFIG_USB_NET_AX8817X=y | ||
495 | CONFIG_USB_NET_CDCETHER=y | ||
496 | # CONFIG_USB_NET_DM9601 is not set | ||
497 | # CONFIG_USB_NET_GL620A is not set | ||
498 | CONFIG_USB_NET_NET1080=y | ||
499 | # CONFIG_USB_NET_PLUSB is not set | ||
500 | # CONFIG_USB_NET_MCS7830 is not set | ||
501 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
502 | CONFIG_USB_NET_CDC_SUBSET=y | ||
503 | CONFIG_USB_ALI_M5632=y | ||
504 | # CONFIG_USB_AN2720 is not set | ||
505 | # CONFIG_USB_BELKIN is not set | ||
506 | # CONFIG_USB_ARMLINUX is not set | ||
507 | # CONFIG_USB_EPSON2888 is not set | ||
508 | # CONFIG_USB_KC2190 is not set | ||
509 | CONFIG_USB_NET_ZAURUS=y | ||
510 | # CONFIG_WAN is not set | ||
511 | CONFIG_PPP=y | ||
512 | # CONFIG_PPP_MULTILINK is not set | ||
513 | # CONFIG_PPP_FILTER is not set | ||
514 | # CONFIG_PPP_ASYNC is not set | ||
515 | # CONFIG_PPP_SYNC_TTY is not set | ||
516 | # CONFIG_PPP_DEFLATE is not set | ||
517 | # CONFIG_PPP_BSDCOMP is not set | ||
518 | # CONFIG_PPP_MPPE is not set | ||
519 | # CONFIG_PPPOE is not set | ||
520 | # CONFIG_PPPOL2TP is not set | ||
521 | # CONFIG_SLIP is not set | ||
522 | CONFIG_SLHC=y | ||
523 | # CONFIG_SHAPER is not set | ||
524 | # CONFIG_NETCONSOLE is not set | ||
525 | # CONFIG_NETPOLL is not set | ||
526 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
527 | # CONFIG_ISDN is not set | ||
528 | |||
529 | # | ||
530 | # Input device support | ||
531 | # | ||
532 | CONFIG_INPUT=y | ||
533 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
534 | # CONFIG_INPUT_POLLDEV is not set | ||
535 | |||
536 | # | ||
537 | # Userland interfaces | ||
538 | # | ||
539 | CONFIG_INPUT_MOUSEDEV=y | ||
540 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
541 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
542 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
543 | # CONFIG_INPUT_JOYDEV is not set | ||
544 | # CONFIG_INPUT_TSDEV is not set | ||
545 | CONFIG_INPUT_EVDEV=y | ||
546 | # CONFIG_INPUT_EVBUG is not set | ||
547 | |||
548 | # | ||
549 | # Input Device Drivers | ||
550 | # | ||
551 | CONFIG_INPUT_KEYBOARD=y | ||
552 | CONFIG_KEYBOARD_ATKBD=y | ||
553 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
554 | # CONFIG_KEYBOARD_LKKBD is not set | ||
555 | # CONFIG_KEYBOARD_XTKBD is not set | ||
556 | # CONFIG_KEYBOARD_NEWTON is not set | ||
557 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
558 | CONFIG_KEYBOARD_OMAP=y | ||
559 | # CONFIG_KEYBOARD_GPIO is not set | ||
560 | # CONFIG_INPUT_MOUSE is not set | ||
561 | # CONFIG_INPUT_JOYSTICK is not set | ||
562 | # CONFIG_INPUT_TABLET is not set | ||
563 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
564 | # CONFIG_INPUT_MISC is not set | ||
565 | |||
566 | # | ||
567 | # Hardware I/O ports | ||
568 | # | ||
569 | CONFIG_SERIO=y | ||
570 | CONFIG_SERIO_SERPORT=y | ||
571 | CONFIG_SERIO_LIBPS2=y | ||
572 | # CONFIG_SERIO_RAW is not set | ||
573 | # CONFIG_GAMEPORT is not set | ||
574 | |||
575 | # | ||
576 | # Character devices | ||
577 | # | ||
578 | CONFIG_VT=y | ||
579 | CONFIG_VT_CONSOLE=y | ||
580 | CONFIG_HW_CONSOLE=y | ||
581 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
582 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
583 | |||
584 | # | ||
585 | # Serial drivers | ||
586 | # | ||
587 | CONFIG_SERIAL_8250=y | ||
588 | CONFIG_SERIAL_8250_CONSOLE=y | ||
589 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
590 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
591 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
592 | |||
593 | # | ||
594 | # Non-8250 serial port support | ||
595 | # | ||
596 | CONFIG_SERIAL_CORE=y | ||
597 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
598 | CONFIG_UNIX98_PTYS=y | ||
599 | CONFIG_LEGACY_PTYS=y | ||
600 | CONFIG_LEGACY_PTY_COUNT=256 | ||
601 | # CONFIG_IPMI_HANDLER is not set | ||
602 | # CONFIG_WATCHDOG is not set | ||
603 | CONFIG_HW_RANDOM=y | ||
604 | CONFIG_HW_RANDOM_OMAP=y | ||
605 | # CONFIG_NVRAM is not set | ||
606 | # CONFIG_R3964 is not set | ||
607 | # CONFIG_RAW_DRIVER is not set | ||
608 | # CONFIG_TCG_TPM is not set | ||
609 | # CONFIG_I2C is not set | ||
610 | |||
611 | # | ||
612 | # SPI support | ||
613 | # | ||
614 | # CONFIG_SPI is not set | ||
615 | # CONFIG_SPI_MASTER is not set | ||
616 | # CONFIG_W1 is not set | ||
617 | CONFIG_HWMON=y | ||
618 | # CONFIG_HWMON_VID is not set | ||
619 | # CONFIG_SENSORS_ABITUGURU is not set | ||
620 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
621 | # CONFIG_SENSORS_F71805F is not set | ||
622 | # CONFIG_SENSORS_IT87 is not set | ||
623 | # CONFIG_SENSORS_PC87360 is not set | ||
624 | # CONFIG_SENSORS_PC87427 is not set | ||
625 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
626 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
627 | # CONFIG_SENSORS_VT1211 is not set | ||
628 | # CONFIG_SENSORS_W83627HF is not set | ||
629 | # CONFIG_SENSORS_W83627EHF is not set | ||
630 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
631 | CONFIG_MISC_DEVICES=y | ||
632 | # CONFIG_EEPROM_93CX6 is not set | ||
633 | |||
634 | # | ||
635 | # Multifunction device drivers | ||
636 | # | ||
637 | # CONFIG_MFD_SM501 is not set | ||
638 | # CONFIG_NEW_LEDS is not set | ||
639 | |||
640 | # | ||
641 | # Multimedia devices | ||
642 | # | ||
643 | # CONFIG_VIDEO_DEV is not set | ||
644 | # CONFIG_DVB_CORE is not set | ||
645 | CONFIG_DAB=y | ||
646 | # CONFIG_USB_DABUSB is not set | ||
647 | |||
648 | # | ||
649 | # Graphics support | ||
650 | # | ||
651 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
652 | |||
653 | # | ||
654 | # Display device support | ||
655 | # | ||
656 | # CONFIG_DISPLAY_SUPPORT is not set | ||
657 | # CONFIG_VGASTATE is not set | ||
658 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
659 | # CONFIG_FB is not set | ||
660 | |||
661 | # | ||
662 | # Console display driver support | ||
663 | # | ||
664 | # CONFIG_VGA_CONSOLE is not set | ||
665 | CONFIG_DUMMY_CONSOLE=y | ||
666 | |||
667 | # | ||
668 | # Sound | ||
669 | # | ||
670 | # CONFIG_SOUND is not set | ||
671 | CONFIG_HID_SUPPORT=y | ||
672 | CONFIG_HID=y | ||
673 | CONFIG_HID_DEBUG=y | ||
674 | |||
675 | # | ||
676 | # USB Input Devices | ||
677 | # | ||
678 | CONFIG_USB_HID=y | ||
679 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
680 | # CONFIG_HID_FF is not set | ||
681 | # CONFIG_USB_HIDDEV is not set | ||
682 | CONFIG_USB_SUPPORT=y | ||
683 | CONFIG_USB_ARCH_HAS_HCD=y | ||
684 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
685 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
686 | CONFIG_USB=y | ||
687 | CONFIG_USB_DEBUG=y | ||
688 | |||
689 | # | ||
690 | # Miscellaneous USB options | ||
691 | # | ||
692 | CONFIG_USB_DEVICEFS=y | ||
693 | CONFIG_USB_DEVICE_CLASS=y | ||
694 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
695 | # CONFIG_USB_SUSPEND is not set | ||
696 | # CONFIG_USB_PERSIST is not set | ||
697 | # CONFIG_USB_OTG is not set | ||
698 | |||
699 | # | ||
700 | # USB Host Controller Drivers | ||
701 | # | ||
702 | # CONFIG_USB_ISP116X_HCD is not set | ||
703 | CONFIG_USB_OHCI_HCD=y | ||
704 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
705 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
706 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
707 | # CONFIG_USB_SL811_HCD is not set | ||
708 | # CONFIG_USB_R8A66597_HCD is not set | ||
709 | # CONFIG_USB_MUSB_HDRC is not set | ||
710 | |||
711 | # | ||
712 | # USB Device Class drivers | ||
713 | # | ||
714 | # CONFIG_USB_ACM is not set | ||
715 | # CONFIG_USB_PRINTER is not set | ||
716 | |||
717 | # | ||
718 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
719 | # | ||
720 | |||
721 | # | ||
722 | # may also be needed; see USB_STORAGE Help for more information | ||
723 | # | ||
724 | CONFIG_USB_STORAGE=y | ||
725 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
726 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
727 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
728 | # CONFIG_USB_STORAGE_DPCM is not set | ||
729 | # CONFIG_USB_STORAGE_USBAT is not set | ||
730 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
731 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
732 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
733 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
734 | # CONFIG_USB_STORAGE_KARMA is not set | ||
735 | # CONFIG_USB_LIBUSUAL is not set | ||
736 | |||
737 | # | ||
738 | # USB Imaging devices | ||
739 | # | ||
740 | # CONFIG_USB_MDC800 is not set | ||
741 | # CONFIG_USB_MICROTEK is not set | ||
742 | CONFIG_USB_MON=y | ||
743 | |||
744 | # | ||
745 | # USB port drivers | ||
746 | # | ||
747 | |||
748 | # | ||
749 | # USB Serial Converter support | ||
750 | # | ||
751 | # CONFIG_USB_SERIAL is not set | ||
752 | |||
753 | # | ||
754 | # USB Miscellaneous drivers | ||
755 | # | ||
756 | # CONFIG_USB_EMI62 is not set | ||
757 | # CONFIG_USB_EMI26 is not set | ||
758 | # CONFIG_USB_ADUTUX is not set | ||
759 | # CONFIG_USB_AUERSWALD is not set | ||
760 | # CONFIG_USB_RIO500 is not set | ||
761 | # CONFIG_USB_LEGOTOWER is not set | ||
762 | # CONFIG_USB_LCD is not set | ||
763 | # CONFIG_USB_BERRY_CHARGE is not set | ||
764 | # CONFIG_USB_LED is not set | ||
765 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
766 | # CONFIG_USB_CYTHERM is not set | ||
767 | # CONFIG_USB_PHIDGET is not set | ||
768 | # CONFIG_USB_IDMOUSE is not set | ||
769 | # CONFIG_USB_FTDI_ELAN is not set | ||
770 | # CONFIG_USB_APPLEDISPLAY is not set | ||
771 | # CONFIG_USB_LD is not set | ||
772 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
773 | # CONFIG_USB_IOWARRIOR is not set | ||
774 | # CONFIG_USB_TEST is not set | ||
775 | |||
776 | # | ||
777 | # USB DSL modem support | ||
778 | # | ||
779 | |||
780 | # | ||
781 | # USB Gadget Support | ||
782 | # | ||
783 | # CONFIG_USB_GADGET is not set | ||
784 | CONFIG_MMC=y | ||
785 | # CONFIG_MMC_DEBUG is not set | ||
786 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
787 | |||
788 | # | ||
789 | # MMC/SD Card Drivers | ||
790 | # | ||
791 | CONFIG_MMC_BLOCK=y | ||
792 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
793 | |||
794 | # | ||
795 | # MMC/SD Host Controller Drivers | ||
796 | # | ||
797 | CONFIG_MMC_OMAP=y | ||
798 | CONFIG_RTC_LIB=y | ||
799 | # CONFIG_RTC_CLASS is not set | ||
800 | |||
801 | # | ||
802 | # DMA Engine support | ||
803 | # | ||
804 | # CONFIG_DMA_ENGINE is not set | ||
805 | |||
806 | # | ||
807 | # DMA Clients | ||
808 | # | ||
809 | |||
810 | # | ||
811 | # DMA Devices | ||
812 | # | ||
813 | |||
814 | # | ||
815 | # CBUS support | ||
816 | # | ||
817 | # CONFIG_CBUS is not set | ||
818 | |||
819 | # | ||
820 | # File systems | ||
821 | # | ||
822 | CONFIG_EXT2_FS=y | ||
823 | # CONFIG_EXT2_FS_XATTR is not set | ||
824 | # CONFIG_EXT2_FS_XIP is not set | ||
825 | CONFIG_EXT3_FS=y | ||
826 | CONFIG_EXT3_FS_XATTR=y | ||
827 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
828 | # CONFIG_EXT3_FS_SECURITY is not set | ||
829 | # CONFIG_EXT4DEV_FS is not set | ||
830 | CONFIG_JBD=y | ||
831 | # CONFIG_JBD_DEBUG is not set | ||
832 | CONFIG_FS_MBCACHE=y | ||
833 | # CONFIG_REISERFS_FS is not set | ||
834 | # CONFIG_JFS_FS is not set | ||
835 | # CONFIG_FS_POSIX_ACL is not set | ||
836 | # CONFIG_XFS_FS is not set | ||
837 | # CONFIG_GFS2_FS is not set | ||
838 | # CONFIG_OCFS2_FS is not set | ||
839 | # CONFIG_MINIX_FS is not set | ||
840 | # CONFIG_ROMFS_FS is not set | ||
841 | CONFIG_INOTIFY=y | ||
842 | CONFIG_INOTIFY_USER=y | ||
843 | # CONFIG_QUOTA is not set | ||
844 | CONFIG_DNOTIFY=y | ||
845 | # CONFIG_AUTOFS_FS is not set | ||
846 | # CONFIG_AUTOFS4_FS is not set | ||
847 | # CONFIG_FUSE_FS is not set | ||
848 | |||
849 | # | ||
850 | # CD-ROM/DVD Filesystems | ||
851 | # | ||
852 | # CONFIG_ISO9660_FS is not set | ||
853 | # CONFIG_UDF_FS is not set | ||
854 | |||
855 | # | ||
856 | # DOS/FAT/NT Filesystems | ||
857 | # | ||
858 | # CONFIG_MSDOS_FS is not set | ||
859 | # CONFIG_VFAT_FS is not set | ||
860 | # CONFIG_NTFS_FS is not set | ||
861 | |||
862 | # | ||
863 | # Pseudo filesystems | ||
864 | # | ||
865 | CONFIG_PROC_FS=y | ||
866 | CONFIG_PROC_SYSCTL=y | ||
867 | CONFIG_SYSFS=y | ||
868 | CONFIG_TMPFS=y | ||
869 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
870 | # CONFIG_HUGETLB_PAGE is not set | ||
871 | CONFIG_RAMFS=y | ||
872 | # CONFIG_CONFIGFS_FS is not set | ||
873 | |||
874 | # | ||
875 | # Miscellaneous filesystems | ||
876 | # | ||
877 | # CONFIG_ADFS_FS is not set | ||
878 | # CONFIG_AFFS_FS is not set | ||
879 | # CONFIG_HFS_FS is not set | ||
880 | # CONFIG_HFSPLUS_FS is not set | ||
881 | # CONFIG_BEFS_FS is not set | ||
882 | # CONFIG_BFS_FS is not set | ||
883 | # CONFIG_EFS_FS is not set | ||
884 | # CONFIG_CRAMFS is not set | ||
885 | # CONFIG_VXFS_FS is not set | ||
886 | # CONFIG_HPFS_FS is not set | ||
887 | # CONFIG_QNX4FS_FS is not set | ||
888 | # CONFIG_SYSV_FS is not set | ||
889 | # CONFIG_UFS_FS is not set | ||
890 | |||
891 | # | ||
892 | # Network File Systems | ||
893 | # | ||
894 | CONFIG_NFS_FS=y | ||
895 | CONFIG_NFS_V3=y | ||
896 | # CONFIG_NFS_V3_ACL is not set | ||
897 | CONFIG_NFS_V4=y | ||
898 | # CONFIG_NFS_DIRECTIO is not set | ||
899 | # CONFIG_NFSD is not set | ||
900 | # CONFIG_ROOT_NFS is not set | ||
901 | CONFIG_LOCKD=y | ||
902 | CONFIG_LOCKD_V4=y | ||
903 | CONFIG_NFS_COMMON=y | ||
904 | CONFIG_SUNRPC=y | ||
905 | CONFIG_SUNRPC_GSS=y | ||
906 | # CONFIG_SUNRPC_BIND34 is not set | ||
907 | CONFIG_RPCSEC_GSS_KRB5=y | ||
908 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
909 | # CONFIG_SMB_FS is not set | ||
910 | # CONFIG_CIFS is not set | ||
911 | # CONFIG_NCP_FS is not set | ||
912 | # CONFIG_CODA_FS is not set | ||
913 | # CONFIG_AFS_FS is not set | ||
914 | |||
915 | # | ||
916 | # Partition Types | ||
917 | # | ||
918 | CONFIG_PARTITION_ADVANCED=y | ||
919 | # CONFIG_ACORN_PARTITION is not set | ||
920 | # CONFIG_OSF_PARTITION is not set | ||
921 | # CONFIG_AMIGA_PARTITION is not set | ||
922 | # CONFIG_ATARI_PARTITION is not set | ||
923 | # CONFIG_MAC_PARTITION is not set | ||
924 | CONFIG_MSDOS_PARTITION=y | ||
925 | # CONFIG_BSD_DISKLABEL is not set | ||
926 | # CONFIG_MINIX_SUBPARTITION is not set | ||
927 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
928 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
929 | # CONFIG_LDM_PARTITION is not set | ||
930 | # CONFIG_SGI_PARTITION is not set | ||
931 | # CONFIG_ULTRIX_PARTITION is not set | ||
932 | # CONFIG_SUN_PARTITION is not set | ||
933 | # CONFIG_KARMA_PARTITION is not set | ||
934 | # CONFIG_EFI_PARTITION is not set | ||
935 | # CONFIG_SYSV68_PARTITION is not set | ||
936 | |||
937 | # | ||
938 | # Native Language Support | ||
939 | # | ||
940 | CONFIG_NLS=y | ||
941 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
942 | CONFIG_NLS_CODEPAGE_437=y | ||
943 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
944 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
945 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
946 | CONFIG_NLS_CODEPAGE_852=y | ||
947 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
948 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
949 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
950 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
951 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
952 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
953 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
954 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
955 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
956 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
957 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
958 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
959 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
960 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
961 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
962 | # CONFIG_NLS_ISO8859_8 is not set | ||
963 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
964 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
965 | # CONFIG_NLS_ASCII is not set | ||
966 | CONFIG_NLS_ISO8859_1=y | ||
967 | # CONFIG_NLS_ISO8859_2 is not set | ||
968 | # CONFIG_NLS_ISO8859_3 is not set | ||
969 | # CONFIG_NLS_ISO8859_4 is not set | ||
970 | # CONFIG_NLS_ISO8859_5 is not set | ||
971 | # CONFIG_NLS_ISO8859_6 is not set | ||
972 | # CONFIG_NLS_ISO8859_7 is not set | ||
973 | # CONFIG_NLS_ISO8859_9 is not set | ||
974 | # CONFIG_NLS_ISO8859_13 is not set | ||
975 | # CONFIG_NLS_ISO8859_14 is not set | ||
976 | CONFIG_NLS_ISO8859_15=y | ||
977 | # CONFIG_NLS_KOI8_R is not set | ||
978 | # CONFIG_NLS_KOI8_U is not set | ||
979 | # CONFIG_NLS_UTF8 is not set | ||
980 | |||
981 | # | ||
982 | # Distributed Lock Manager | ||
983 | # | ||
984 | # CONFIG_DLM is not set | ||
985 | |||
986 | # | ||
987 | # Profiling support | ||
988 | # | ||
989 | # CONFIG_PROFILING is not set | ||
990 | |||
991 | # | ||
992 | # Kernel hacking | ||
993 | # | ||
994 | # CONFIG_PRINTK_TIME is not set | ||
995 | CONFIG_ENABLE_MUST_CHECK=y | ||
996 | CONFIG_MAGIC_SYSRQ=y | ||
997 | # CONFIG_UNUSED_SYMBOLS is not set | ||
998 | # CONFIG_DEBUG_FS is not set | ||
999 | # CONFIG_HEADERS_CHECK is not set | ||
1000 | CONFIG_DEBUG_KERNEL=y | ||
1001 | # CONFIG_DEBUG_SHIRQ is not set | ||
1002 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1003 | CONFIG_SCHED_DEBUG=y | ||
1004 | # CONFIG_SCHEDSTATS is not set | ||
1005 | # CONFIG_TIMER_STATS is not set | ||
1006 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1007 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1008 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1009 | CONFIG_DEBUG_SPINLOCK=y | ||
1010 | # CONFIG_DEBUG_MUTEXES is not set | ||
1011 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1012 | # CONFIG_PROVE_LOCKING is not set | ||
1013 | # CONFIG_LOCK_STAT is not set | ||
1014 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1015 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1016 | # CONFIG_DEBUG_KOBJECT is not set | ||
1017 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1018 | # CONFIG_DEBUG_INFO is not set | ||
1019 | # CONFIG_DEBUG_VM is not set | ||
1020 | # CONFIG_DEBUG_LIST is not set | ||
1021 | CONFIG_FRAME_POINTER=y | ||
1022 | CONFIG_FORCED_INLINING=y | ||
1023 | # CONFIG_FAULT_INJECTION is not set | ||
1024 | # CONFIG_DEBUG_USER is not set | ||
1025 | CONFIG_DEBUG_ERRORS=y | ||
1026 | # CONFIG_DEBUG_LL is not set | ||
1027 | |||
1028 | # | ||
1029 | # Security options | ||
1030 | # | ||
1031 | # CONFIG_KEYS is not set | ||
1032 | CONFIG_SECURITY=y | ||
1033 | # CONFIG_SECURITY_NETWORK is not set | ||
1034 | CONFIG_SECURITY_CAPABILITIES=y | ||
1035 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1036 | # CONFIG_SECURITY_LOWMEM is not set | ||
1037 | CONFIG_CRYPTO=y | ||
1038 | CONFIG_CRYPTO_ALGAPI=y | ||
1039 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1040 | CONFIG_CRYPTO_MANAGER=y | ||
1041 | # CONFIG_CRYPTO_HMAC is not set | ||
1042 | # CONFIG_CRYPTO_XCBC is not set | ||
1043 | # CONFIG_CRYPTO_NULL is not set | ||
1044 | # CONFIG_CRYPTO_MD4 is not set | ||
1045 | CONFIG_CRYPTO_MD5=y | ||
1046 | # CONFIG_CRYPTO_SHA1 is not set | ||
1047 | # CONFIG_CRYPTO_SHA256 is not set | ||
1048 | # CONFIG_CRYPTO_SHA512 is not set | ||
1049 | # CONFIG_CRYPTO_WP512 is not set | ||
1050 | # CONFIG_CRYPTO_TGR192 is not set | ||
1051 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1052 | CONFIG_CRYPTO_ECB=y | ||
1053 | CONFIG_CRYPTO_CBC=y | ||
1054 | CONFIG_CRYPTO_PCBC=y | ||
1055 | # CONFIG_CRYPTO_LRW is not set | ||
1056 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1057 | CONFIG_CRYPTO_DES=y | ||
1058 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1059 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1060 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1061 | # CONFIG_CRYPTO_SERPENT is not set | ||
1062 | # CONFIG_CRYPTO_AES is not set | ||
1063 | # CONFIG_CRYPTO_CAST5 is not set | ||
1064 | # CONFIG_CRYPTO_CAST6 is not set | ||
1065 | # CONFIG_CRYPTO_TEA is not set | ||
1066 | # CONFIG_CRYPTO_ARC4 is not set | ||
1067 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1068 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1069 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1070 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1071 | # CONFIG_CRYPTO_CRC32C is not set | ||
1072 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1073 | CONFIG_CRYPTO_HW=y | ||
1074 | |||
1075 | # | ||
1076 | # Library routines | ||
1077 | # | ||
1078 | CONFIG_BITREVERSE=y | ||
1079 | # CONFIG_CRC_CCITT is not set | ||
1080 | # CONFIG_CRC16 is not set | ||
1081 | # CONFIG_CRC_ITU_T is not set | ||
1082 | CONFIG_CRC32=y | ||
1083 | # CONFIG_CRC7 is not set | ||
1084 | # CONFIG_LIBCRC32C is not set | ||
1085 | CONFIG_PLIST=y | ||
1086 | CONFIG_HAS_IOMEM=y | ||
1087 | CONFIG_HAS_IOPORT=y | ||
1088 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_generic_2420_defconfig b/arch/arm/configs/omap_generic_2420_defconfig new file mode 100644 index 000000000000..cf4073b47aaa --- /dev/null +++ b/arch/arm/configs/omap_generic_2420_defconfig | |||
@@ -0,0 +1,655 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:44:48 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
40 | # CONFIG_USER_NS is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | CONFIG_LOG_BUF_SHIFT=14 | ||
43 | CONFIG_SYSFS_DEPRECATED=y | ||
44 | # CONFIG_RELAY is not set | ||
45 | CONFIG_BLK_DEV_INITRD=y | ||
46 | CONFIG_INITRAMFS_SOURCE="" | ||
47 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
48 | CONFIG_SYSCTL=y | ||
49 | # CONFIG_EMBEDDED is not set | ||
50 | CONFIG_UID16=y | ||
51 | CONFIG_SYSCTL_SYSCALL=y | ||
52 | CONFIG_KALLSYMS=y | ||
53 | # CONFIG_KALLSYMS_ALL is not set | ||
54 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
55 | CONFIG_HOTPLUG=y | ||
56 | CONFIG_PRINTK=y | ||
57 | CONFIG_BUG=y | ||
58 | CONFIG_ELF_CORE=y | ||
59 | CONFIG_BASE_FULL=y | ||
60 | CONFIG_FUTEX=y | ||
61 | CONFIG_ANON_INODES=y | ||
62 | CONFIG_EPOLL=y | ||
63 | CONFIG_SIGNALFD=y | ||
64 | CONFIG_TIMERFD=y | ||
65 | CONFIG_EVENTFD=y | ||
66 | CONFIG_SHMEM=y | ||
67 | CONFIG_VM_EVENT_COUNTERS=y | ||
68 | CONFIG_SLUB_DEBUG=y | ||
69 | # CONFIG_SLAB is not set | ||
70 | CONFIG_SLUB=y | ||
71 | # CONFIG_SLOB is not set | ||
72 | CONFIG_RT_MUTEXES=y | ||
73 | # CONFIG_TINY_SHMEM is not set | ||
74 | CONFIG_BASE_SMALL=0 | ||
75 | CONFIG_MODULES=y | ||
76 | CONFIG_MODULE_UNLOAD=y | ||
77 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
78 | # CONFIG_MODVERSIONS is not set | ||
79 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
80 | # CONFIG_KMOD is not set | ||
81 | CONFIG_BLOCK=y | ||
82 | # CONFIG_LBD is not set | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | # CONFIG_LSF is not set | ||
85 | # CONFIG_BLK_DEV_BSG is not set | ||
86 | |||
87 | # | ||
88 | # IO Schedulers | ||
89 | # | ||
90 | CONFIG_IOSCHED_NOOP=y | ||
91 | CONFIG_IOSCHED_AS=y | ||
92 | CONFIG_IOSCHED_DEADLINE=y | ||
93 | CONFIG_IOSCHED_CFQ=y | ||
94 | # CONFIG_DEFAULT_AS is not set | ||
95 | # CONFIG_DEFAULT_DEADLINE is not set | ||
96 | CONFIG_DEFAULT_CFQ=y | ||
97 | # CONFIG_DEFAULT_NOOP is not set | ||
98 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
99 | |||
100 | # | ||
101 | # System Type | ||
102 | # | ||
103 | # CONFIG_ARCH_AAEC2000 is not set | ||
104 | # CONFIG_ARCH_INTEGRATOR is not set | ||
105 | # CONFIG_ARCH_REALVIEW is not set | ||
106 | # CONFIG_ARCH_VERSATILE is not set | ||
107 | # CONFIG_ARCH_AT91 is not set | ||
108 | # CONFIG_ARCH_CLPS7500 is not set | ||
109 | # CONFIG_ARCH_CLPS711X is not set | ||
110 | # CONFIG_ARCH_CO285 is not set | ||
111 | # CONFIG_ARCH_EBSA110 is not set | ||
112 | # CONFIG_ARCH_EP93XX is not set | ||
113 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
114 | # CONFIG_ARCH_NETX is not set | ||
115 | # CONFIG_ARCH_H720X is not set | ||
116 | # CONFIG_ARCH_IMX is not set | ||
117 | # CONFIG_ARCH_IOP13XX is not set | ||
118 | # CONFIG_ARCH_IOP32X is not set | ||
119 | # CONFIG_ARCH_IOP33X is not set | ||
120 | # CONFIG_ARCH_IXP23XX is not set | ||
121 | # CONFIG_ARCH_IXP2000 is not set | ||
122 | # CONFIG_ARCH_IXP4XX is not set | ||
123 | # CONFIG_ARCH_L7200 is not set | ||
124 | # CONFIG_ARCH_KS8695 is not set | ||
125 | # CONFIG_ARCH_NS9XXX is not set | ||
126 | # CONFIG_ARCH_MXC is not set | ||
127 | # CONFIG_ARCH_PNX4008 is not set | ||
128 | # CONFIG_ARCH_PXA is not set | ||
129 | # CONFIG_ARCH_RPC is not set | ||
130 | # CONFIG_ARCH_SA1100 is not set | ||
131 | # CONFIG_ARCH_S3C2410 is not set | ||
132 | # CONFIG_ARCH_SHARK is not set | ||
133 | # CONFIG_ARCH_LH7A40X is not set | ||
134 | # CONFIG_ARCH_DAVINCI is not set | ||
135 | CONFIG_ARCH_OMAP=y | ||
136 | |||
137 | # | ||
138 | # TI OMAP Implementations | ||
139 | # | ||
140 | CONFIG_ARCH_OMAP_OTG=y | ||
141 | # CONFIG_ARCH_OMAP1 is not set | ||
142 | CONFIG_ARCH_OMAP2=y | ||
143 | # CONFIG_ARCH_OMAP3 is not set | ||
144 | |||
145 | # | ||
146 | # OMAP Feature Selections | ||
147 | # | ||
148 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
149 | CONFIG_OMAP_BOOT_TAG=y | ||
150 | # CONFIG_OMAP_BOOT_REASON is not set | ||
151 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | # CONFIG_OMAP_MUX is not set | ||
154 | # CONFIG_OMAP_STI is not set | ||
155 | CONFIG_OMAP_MCBSP=y | ||
156 | # CONFIG_OMAP_MMU_FWK is not set | ||
157 | # CONFIG_OMAP_MBOX_FWK is not set | ||
158 | CONFIG_OMAP_MPU_TIMER=y | ||
159 | # CONFIG_OMAP_32K_TIMER is not set | ||
160 | CONFIG_OMAP_DM_TIMER=y | ||
161 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
164 | # CONFIG_OMAP_DSP is not set | ||
165 | CONFIG_MACH_OMAP_GENERIC=y | ||
166 | |||
167 | # | ||
168 | # OMAP Core Type | ||
169 | # | ||
170 | CONFIG_ARCH_OMAP24XX=y | ||
171 | CONFIG_ARCH_OMAP2420=y | ||
172 | # CONFIG_ARCH_OMAP2430 is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Board Type | ||
176 | # | ||
177 | # CONFIG_MACH_NOKIA_N800 is not set | ||
178 | # CONFIG_MACH_OMAP_H4 is not set | ||
179 | # CONFIG_MACH_OMAP_APOLLON is not set | ||
180 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
181 | # CONFIG_MACH_OMAP_2430SDP is not set | ||
182 | |||
183 | # | ||
184 | # Boot options | ||
185 | # | ||
186 | |||
187 | # | ||
188 | # Power management | ||
189 | # | ||
190 | |||
191 | # | ||
192 | # Processor Type | ||
193 | # | ||
194 | CONFIG_CPU_32=y | ||
195 | CONFIG_CPU_V6=y | ||
196 | # CONFIG_CPU_32v6K is not set | ||
197 | CONFIG_CPU_32v6=y | ||
198 | CONFIG_CPU_ABRT_EV6=y | ||
199 | CONFIG_CPU_PABRT_NOIFAR=y | ||
200 | CONFIG_CPU_CACHE_V6=y | ||
201 | CONFIG_CPU_CACHE_VIPT=y | ||
202 | CONFIG_CPU_COPY_V6=y | ||
203 | CONFIG_CPU_TLB_V6=y | ||
204 | CONFIG_CPU_HAS_ASID=y | ||
205 | CONFIG_CPU_CP15=y | ||
206 | CONFIG_CPU_CP15_MMU=y | ||
207 | |||
208 | # | ||
209 | # Processor Features | ||
210 | # | ||
211 | CONFIG_ARM_THUMB=y | ||
212 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
213 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
214 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
215 | # CONFIG_OUTER_CACHE is not set | ||
216 | |||
217 | # | ||
218 | # Bus support | ||
219 | # | ||
220 | # CONFIG_PCI_SYSCALL is not set | ||
221 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
222 | |||
223 | # | ||
224 | # PCCARD (PCMCIA/CardBus) support | ||
225 | # | ||
226 | # CONFIG_PCCARD is not set | ||
227 | |||
228 | # | ||
229 | # Kernel Features | ||
230 | # | ||
231 | # CONFIG_TICK_ONESHOT is not set | ||
232 | # CONFIG_NO_HZ is not set | ||
233 | # CONFIG_HIGH_RES_TIMERS is not set | ||
234 | # CONFIG_PREEMPT is not set | ||
235 | CONFIG_HZ=100 | ||
236 | # CONFIG_AEABI is not set | ||
237 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
238 | CONFIG_SELECT_MEMORY_MODEL=y | ||
239 | CONFIG_FLATMEM_MANUAL=y | ||
240 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
241 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
242 | CONFIG_FLATMEM=y | ||
243 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
244 | # CONFIG_SPARSEMEM_STATIC is not set | ||
245 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
246 | # CONFIG_RESOURCES_64BIT is not set | ||
247 | CONFIG_ZONE_DMA_FLAG=1 | ||
248 | CONFIG_BOUNCE=y | ||
249 | CONFIG_VIRT_TO_BUS=y | ||
250 | CONFIG_LEDS=y | ||
251 | CONFIG_ALIGNMENT_TRAP=y | ||
252 | |||
253 | # | ||
254 | # Boot options | ||
255 | # | ||
256 | CONFIG_ZBOOT_ROM_TEXT=0x10C08000 | ||
257 | CONFIG_ZBOOT_ROM_BSS=0x10200000 | ||
258 | # CONFIG_ZBOOT_ROM is not set | ||
259 | CONFIG_CMDLINE="" | ||
260 | # CONFIG_XIP_KERNEL is not set | ||
261 | # CONFIG_KEXEC is not set | ||
262 | |||
263 | # | ||
264 | # CPU Frequency scaling | ||
265 | # | ||
266 | # CONFIG_CPU_FREQ is not set | ||
267 | |||
268 | # | ||
269 | # Floating point emulation | ||
270 | # | ||
271 | |||
272 | # | ||
273 | # At least one emulation must be selected | ||
274 | # | ||
275 | CONFIG_FPE_NWFPE=y | ||
276 | # CONFIG_FPE_NWFPE_XP is not set | ||
277 | # CONFIG_FPE_FASTFPE is not set | ||
278 | # CONFIG_VFP is not set | ||
279 | |||
280 | # | ||
281 | # Userspace binary formats | ||
282 | # | ||
283 | CONFIG_BINFMT_ELF=y | ||
284 | # CONFIG_BINFMT_AOUT is not set | ||
285 | # CONFIG_BINFMT_MISC is not set | ||
286 | # CONFIG_ARTHUR is not set | ||
287 | |||
288 | # | ||
289 | # Power management options | ||
290 | # | ||
291 | # CONFIG_PM is not set | ||
292 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
293 | |||
294 | # | ||
295 | # Networking | ||
296 | # | ||
297 | # CONFIG_NET is not set | ||
298 | |||
299 | # | ||
300 | # Device Drivers | ||
301 | # | ||
302 | |||
303 | # | ||
304 | # Generic Driver Options | ||
305 | # | ||
306 | CONFIG_STANDALONE=y | ||
307 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
308 | CONFIG_FW_LOADER=y | ||
309 | # CONFIG_DEBUG_DRIVER is not set | ||
310 | # CONFIG_DEBUG_DEVRES is not set | ||
311 | # CONFIG_SYS_HYPERVISOR is not set | ||
312 | # CONFIG_MTD is not set | ||
313 | # CONFIG_PARPORT is not set | ||
314 | CONFIG_BLK_DEV=y | ||
315 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
316 | # CONFIG_BLK_DEV_LOOP is not set | ||
317 | CONFIG_BLK_DEV_RAM=y | ||
318 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
319 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
320 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
321 | # CONFIG_CDROM_PKTCDVD is not set | ||
322 | |||
323 | # | ||
324 | # SCSI device support | ||
325 | # | ||
326 | # CONFIG_RAID_ATTRS is not set | ||
327 | # CONFIG_SCSI is not set | ||
328 | # CONFIG_SCSI_DMA is not set | ||
329 | # CONFIG_SCSI_NETLINK is not set | ||
330 | # CONFIG_ATA is not set | ||
331 | # CONFIG_MD is not set | ||
332 | |||
333 | # | ||
334 | # Input device support | ||
335 | # | ||
336 | CONFIG_INPUT=y | ||
337 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
338 | # CONFIG_INPUT_POLLDEV is not set | ||
339 | |||
340 | # | ||
341 | # Userland interfaces | ||
342 | # | ||
343 | CONFIG_INPUT_MOUSEDEV=y | ||
344 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
345 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
346 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
347 | # CONFIG_INPUT_JOYDEV is not set | ||
348 | # CONFIG_INPUT_TSDEV is not set | ||
349 | CONFIG_INPUT_EVDEV=y | ||
350 | # CONFIG_INPUT_EVBUG is not set | ||
351 | |||
352 | # | ||
353 | # Input Device Drivers | ||
354 | # | ||
355 | # CONFIG_INPUT_KEYBOARD is not set | ||
356 | # CONFIG_INPUT_MOUSE is not set | ||
357 | # CONFIG_INPUT_JOYSTICK is not set | ||
358 | # CONFIG_INPUT_TABLET is not set | ||
359 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
360 | # CONFIG_INPUT_MISC is not set | ||
361 | |||
362 | # | ||
363 | # Hardware I/O ports | ||
364 | # | ||
365 | CONFIG_SERIO=y | ||
366 | CONFIG_SERIO_SERPORT=y | ||
367 | # CONFIG_SERIO_RAW is not set | ||
368 | # CONFIG_GAMEPORT is not set | ||
369 | |||
370 | # | ||
371 | # Character devices | ||
372 | # | ||
373 | CONFIG_VT=y | ||
374 | CONFIG_VT_CONSOLE=y | ||
375 | CONFIG_HW_CONSOLE=y | ||
376 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
377 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
378 | |||
379 | # | ||
380 | # Serial drivers | ||
381 | # | ||
382 | CONFIG_SERIAL_8250=y | ||
383 | CONFIG_SERIAL_8250_CONSOLE=y | ||
384 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
385 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
386 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
387 | |||
388 | # | ||
389 | # Non-8250 serial port support | ||
390 | # | ||
391 | CONFIG_SERIAL_CORE=y | ||
392 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
393 | CONFIG_UNIX98_PTYS=y | ||
394 | # CONFIG_LEGACY_PTYS is not set | ||
395 | # CONFIG_IPMI_HANDLER is not set | ||
396 | CONFIG_WATCHDOG=y | ||
397 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
398 | |||
399 | # | ||
400 | # Watchdog Device Drivers | ||
401 | # | ||
402 | # CONFIG_SOFT_WATCHDOG is not set | ||
403 | # CONFIG_OMAP_WATCHDOG is not set | ||
404 | CONFIG_HW_RANDOM=m | ||
405 | CONFIG_HW_RANDOM_OMAP=m | ||
406 | # CONFIG_NVRAM is not set | ||
407 | # CONFIG_R3964 is not set | ||
408 | # CONFIG_RAW_DRIVER is not set | ||
409 | # CONFIG_TCG_TPM is not set | ||
410 | # CONFIG_I2C is not set | ||
411 | |||
412 | # | ||
413 | # SPI support | ||
414 | # | ||
415 | # CONFIG_SPI is not set | ||
416 | # CONFIG_SPI_MASTER is not set | ||
417 | # CONFIG_W1 is not set | ||
418 | CONFIG_HWMON=y | ||
419 | # CONFIG_HWMON_VID is not set | ||
420 | # CONFIG_SENSORS_ABITUGURU is not set | ||
421 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
422 | # CONFIG_SENSORS_F71805F is not set | ||
423 | # CONFIG_SENSORS_IT87 is not set | ||
424 | # CONFIG_SENSORS_PC87360 is not set | ||
425 | # CONFIG_SENSORS_PC87427 is not set | ||
426 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
427 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
428 | # CONFIG_SENSORS_VT1211 is not set | ||
429 | # CONFIG_SENSORS_W83627HF is not set | ||
430 | # CONFIG_SENSORS_W83627EHF is not set | ||
431 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
432 | CONFIG_MISC_DEVICES=y | ||
433 | # CONFIG_EEPROM_93CX6 is not set | ||
434 | |||
435 | # | ||
436 | # Multifunction device drivers | ||
437 | # | ||
438 | # CONFIG_MFD_SM501 is not set | ||
439 | # CONFIG_NEW_LEDS is not set | ||
440 | |||
441 | # | ||
442 | # Multimedia devices | ||
443 | # | ||
444 | # CONFIG_VIDEO_DEV is not set | ||
445 | CONFIG_DAB=y | ||
446 | |||
447 | # | ||
448 | # Graphics support | ||
449 | # | ||
450 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
451 | |||
452 | # | ||
453 | # Display device support | ||
454 | # | ||
455 | # CONFIG_DISPLAY_SUPPORT is not set | ||
456 | # CONFIG_VGASTATE is not set | ||
457 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
458 | # CONFIG_FB is not set | ||
459 | |||
460 | # | ||
461 | # Console display driver support | ||
462 | # | ||
463 | # CONFIG_VGA_CONSOLE is not set | ||
464 | CONFIG_DUMMY_CONSOLE=y | ||
465 | |||
466 | # | ||
467 | # Sound | ||
468 | # | ||
469 | # CONFIG_SOUND is not set | ||
470 | CONFIG_HID_SUPPORT=y | ||
471 | CONFIG_HID=y | ||
472 | CONFIG_HID_DEBUG=y | ||
473 | CONFIG_USB_SUPPORT=y | ||
474 | CONFIG_USB_ARCH_HAS_HCD=y | ||
475 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
476 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
477 | # CONFIG_USB is not set | ||
478 | |||
479 | # | ||
480 | # Enable Host or Gadget support to see Inventra options | ||
481 | # | ||
482 | |||
483 | # | ||
484 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
485 | # | ||
486 | |||
487 | # | ||
488 | # USB Gadget Support | ||
489 | # | ||
490 | # CONFIG_USB_GADGET is not set | ||
491 | # CONFIG_MMC is not set | ||
492 | CONFIG_RTC_LIB=y | ||
493 | # CONFIG_RTC_CLASS is not set | ||
494 | |||
495 | # | ||
496 | # DMA Engine support | ||
497 | # | ||
498 | # CONFIG_DMA_ENGINE is not set | ||
499 | |||
500 | # | ||
501 | # DMA Clients | ||
502 | # | ||
503 | |||
504 | # | ||
505 | # DMA Devices | ||
506 | # | ||
507 | |||
508 | # | ||
509 | # CBUS support | ||
510 | # | ||
511 | # CONFIG_CBUS is not set | ||
512 | |||
513 | # | ||
514 | # File systems | ||
515 | # | ||
516 | CONFIG_EXT2_FS=y | ||
517 | CONFIG_EXT2_FS_XATTR=y | ||
518 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
519 | # CONFIG_EXT2_FS_SECURITY is not set | ||
520 | # CONFIG_EXT2_FS_XIP is not set | ||
521 | # CONFIG_EXT3_FS is not set | ||
522 | # CONFIG_EXT4DEV_FS is not set | ||
523 | CONFIG_FS_MBCACHE=y | ||
524 | # CONFIG_REISERFS_FS is not set | ||
525 | # CONFIG_JFS_FS is not set | ||
526 | # CONFIG_FS_POSIX_ACL is not set | ||
527 | # CONFIG_XFS_FS is not set | ||
528 | # CONFIG_GFS2_FS is not set | ||
529 | # CONFIG_MINIX_FS is not set | ||
530 | CONFIG_ROMFS_FS=y | ||
531 | CONFIG_INOTIFY=y | ||
532 | CONFIG_INOTIFY_USER=y | ||
533 | # CONFIG_QUOTA is not set | ||
534 | CONFIG_DNOTIFY=y | ||
535 | # CONFIG_AUTOFS_FS is not set | ||
536 | # CONFIG_AUTOFS4_FS is not set | ||
537 | # CONFIG_FUSE_FS is not set | ||
538 | |||
539 | # | ||
540 | # CD-ROM/DVD Filesystems | ||
541 | # | ||
542 | # CONFIG_ISO9660_FS is not set | ||
543 | # CONFIG_UDF_FS is not set | ||
544 | |||
545 | # | ||
546 | # DOS/FAT/NT Filesystems | ||
547 | # | ||
548 | # CONFIG_MSDOS_FS is not set | ||
549 | # CONFIG_VFAT_FS is not set | ||
550 | # CONFIG_NTFS_FS is not set | ||
551 | |||
552 | # | ||
553 | # Pseudo filesystems | ||
554 | # | ||
555 | CONFIG_PROC_FS=y | ||
556 | CONFIG_PROC_SYSCTL=y | ||
557 | CONFIG_SYSFS=y | ||
558 | # CONFIG_TMPFS is not set | ||
559 | # CONFIG_HUGETLB_PAGE is not set | ||
560 | CONFIG_RAMFS=y | ||
561 | # CONFIG_CONFIGFS_FS is not set | ||
562 | |||
563 | # | ||
564 | # Miscellaneous filesystems | ||
565 | # | ||
566 | # CONFIG_ADFS_FS is not set | ||
567 | # CONFIG_AFFS_FS is not set | ||
568 | # CONFIG_HFS_FS is not set | ||
569 | # CONFIG_HFSPLUS_FS is not set | ||
570 | # CONFIG_BEFS_FS is not set | ||
571 | # CONFIG_BFS_FS is not set | ||
572 | # CONFIG_EFS_FS is not set | ||
573 | # CONFIG_CRAMFS is not set | ||
574 | # CONFIG_VXFS_FS is not set | ||
575 | # CONFIG_HPFS_FS is not set | ||
576 | # CONFIG_QNX4FS_FS is not set | ||
577 | # CONFIG_SYSV_FS is not set | ||
578 | # CONFIG_UFS_FS is not set | ||
579 | |||
580 | # | ||
581 | # Partition Types | ||
582 | # | ||
583 | # CONFIG_PARTITION_ADVANCED is not set | ||
584 | CONFIG_MSDOS_PARTITION=y | ||
585 | |||
586 | # | ||
587 | # Native Language Support | ||
588 | # | ||
589 | # CONFIG_NLS is not set | ||
590 | |||
591 | # | ||
592 | # Profiling support | ||
593 | # | ||
594 | # CONFIG_PROFILING is not set | ||
595 | |||
596 | # | ||
597 | # Kernel hacking | ||
598 | # | ||
599 | # CONFIG_PRINTK_TIME is not set | ||
600 | CONFIG_ENABLE_MUST_CHECK=y | ||
601 | # CONFIG_MAGIC_SYSRQ is not set | ||
602 | # CONFIG_UNUSED_SYMBOLS is not set | ||
603 | # CONFIG_DEBUG_FS is not set | ||
604 | # CONFIG_HEADERS_CHECK is not set | ||
605 | CONFIG_DEBUG_KERNEL=y | ||
606 | # CONFIG_DEBUG_SHIRQ is not set | ||
607 | CONFIG_DETECT_SOFTLOCKUP=y | ||
608 | CONFIG_SCHED_DEBUG=y | ||
609 | # CONFIG_SCHEDSTATS is not set | ||
610 | # CONFIG_TIMER_STATS is not set | ||
611 | # CONFIG_SLUB_DEBUG_ON is not set | ||
612 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
613 | # CONFIG_RT_MUTEX_TESTER is not set | ||
614 | # CONFIG_DEBUG_SPINLOCK is not set | ||
615 | # CONFIG_DEBUG_MUTEXES is not set | ||
616 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
617 | # CONFIG_PROVE_LOCKING is not set | ||
618 | # CONFIG_LOCK_STAT is not set | ||
619 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
620 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
621 | # CONFIG_DEBUG_KOBJECT is not set | ||
622 | CONFIG_DEBUG_BUGVERBOSE=y | ||
623 | CONFIG_DEBUG_INFO=y | ||
624 | # CONFIG_DEBUG_VM is not set | ||
625 | # CONFIG_DEBUG_LIST is not set | ||
626 | CONFIG_FRAME_POINTER=y | ||
627 | CONFIG_FORCED_INLINING=y | ||
628 | # CONFIG_RCU_TORTURE_TEST is not set | ||
629 | # CONFIG_FAULT_INJECTION is not set | ||
630 | CONFIG_DEBUG_USER=y | ||
631 | CONFIG_DEBUG_ERRORS=y | ||
632 | CONFIG_DEBUG_LL=y | ||
633 | # CONFIG_DEBUG_ICEDCC is not set | ||
634 | |||
635 | # | ||
636 | # Security options | ||
637 | # | ||
638 | # CONFIG_KEYS is not set | ||
639 | # CONFIG_SECURITY is not set | ||
640 | # CONFIG_CRYPTO is not set | ||
641 | |||
642 | # | ||
643 | # Library routines | ||
644 | # | ||
645 | CONFIG_BITREVERSE=y | ||
646 | CONFIG_CRC_CCITT=y | ||
647 | # CONFIG_CRC16 is not set | ||
648 | # CONFIG_CRC_ITU_T is not set | ||
649 | CONFIG_CRC32=y | ||
650 | # CONFIG_CRC7 is not set | ||
651 | # CONFIG_LIBCRC32C is not set | ||
652 | CONFIG_PLIST=y | ||
653 | CONFIG_HAS_IOMEM=y | ||
654 | CONFIG_HAS_IOPORT=y | ||
655 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_h2_1610_defconfig b/arch/arm/configs/omap_h2_1610_defconfig index 323c1deeb953..c03507202f3c 100644 --- a/arch/arm/configs/omap_h2_1610_defconfig +++ b/arch/arm/configs/omap_h2_1610_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc3 | 3 | # Linux kernel version: 2.6.25-rc2-omap1 |
4 | # Mon Mar 3 03:39:48 2008 | 4 | # Wed Feb 20 17:12:36 2008 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -31,7 +31,6 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | |||
31 | # | 31 | # |
32 | CONFIG_EXPERIMENTAL=y | 32 | CONFIG_EXPERIMENTAL=y |
33 | CONFIG_BROKEN_ON_SMP=y | 33 | CONFIG_BROKEN_ON_SMP=y |
34 | CONFIG_LOCK_KERNEL=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 34 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
36 | CONFIG_LOCALVERSION="" | 35 | CONFIG_LOCALVERSION="" |
37 | CONFIG_LOCALVERSION_AUTO=y | 36 | CONFIG_LOCALVERSION_AUTO=y |
@@ -50,7 +49,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
50 | # CONFIG_RT_GROUP_SCHED is not set | 49 | # CONFIG_RT_GROUP_SCHED is not set |
51 | CONFIG_USER_SCHED=y | 50 | CONFIG_USER_SCHED=y |
52 | # CONFIG_CGROUP_SCHED is not set | 51 | # CONFIG_CGROUP_SCHED is not set |
53 | # CONFIG_SYSFS_DEPRECATED is not set | 52 | CONFIG_SYSFS_DEPRECATED=y |
54 | # CONFIG_RELAY is not set | 53 | # CONFIG_RELAY is not set |
55 | CONFIG_NAMESPACES=y | 54 | CONFIG_NAMESPACES=y |
56 | # CONFIG_UTS_NS is not set | 55 | # CONFIG_UTS_NS is not set |
@@ -65,6 +64,7 @@ CONFIG_SYSCTL=y | |||
65 | CONFIG_UID16=y | 64 | CONFIG_UID16=y |
66 | CONFIG_SYSCTL_SYSCALL=y | 65 | CONFIG_SYSCTL_SYSCALL=y |
67 | CONFIG_KALLSYMS=y | 66 | CONFIG_KALLSYMS=y |
67 | # CONFIG_KALLSYMS_ALL is not set | ||
68 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 68 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
69 | CONFIG_HOTPLUG=y | 69 | CONFIG_HOTPLUG=y |
70 | CONFIG_PRINTK=y | 70 | CONFIG_PRINTK=y |
@@ -165,20 +165,28 @@ CONFIG_ARCH_OMAP=y | |||
165 | CONFIG_ARCH_OMAP_OTG=y | 165 | CONFIG_ARCH_OMAP_OTG=y |
166 | CONFIG_ARCH_OMAP1=y | 166 | CONFIG_ARCH_OMAP1=y |
167 | # CONFIG_ARCH_OMAP2 is not set | 167 | # CONFIG_ARCH_OMAP2 is not set |
168 | # CONFIG_ARCH_OMAP3 is not set | ||
168 | 169 | ||
169 | # | 170 | # |
170 | # OMAP Feature Selections | 171 | # OMAP Feature Selections |
171 | # | 172 | # |
173 | CONFIG_OMAP_DEBUG_SRAM_PATCH=y | ||
172 | # CONFIG_OMAP_RESET_CLOCKS is not set | 174 | # CONFIG_OMAP_RESET_CLOCKS is not set |
175 | CONFIG_OMAP_BOOT_TAG=y | ||
176 | # CONFIG_OMAP_BOOT_REASON is not set | ||
177 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
178 | CONFIG_OMAP_GPIO_SWITCH=y | ||
173 | CONFIG_OMAP_MUX=y | 179 | CONFIG_OMAP_MUX=y |
174 | # CONFIG_OMAP_MUX_DEBUG is not set | 180 | CONFIG_OMAP_MUX_DEBUG=y |
175 | CONFIG_OMAP_MUX_WARNINGS=y | 181 | CONFIG_OMAP_MUX_WARNINGS=y |
182 | # CONFIG_OMAP_STI is not set | ||
176 | CONFIG_OMAP_MCBSP=y | 183 | CONFIG_OMAP_MCBSP=y |
177 | # CONFIG_OMAP_MMU_FWK is not set | 184 | # CONFIG_OMAP_MMU_FWK is not set |
185 | # CONFIG_OMAP_MBOX_FWK is not set | ||
178 | # CONFIG_OMAP_MPU_TIMER is not set | 186 | # CONFIG_OMAP_MPU_TIMER is not set |
179 | CONFIG_OMAP_32K_TIMER=y | 187 | CONFIG_OMAP_32K_TIMER=y |
180 | CONFIG_OMAP_32K_TIMER_HZ=128 | 188 | CONFIG_OMAP_32K_TIMER_HZ=128 |
181 | # CONFIG_OMAP_DM_TIMER is not set | 189 | CONFIG_OMAP_DM_TIMER=y |
182 | CONFIG_OMAP_LL_DEBUG_UART1=y | 190 | CONFIG_OMAP_LL_DEBUG_UART1=y |
183 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | 191 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set |
184 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | 192 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set |
@@ -206,10 +214,10 @@ CONFIG_MACH_OMAP_H2=y | |||
206 | # | 214 | # |
207 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | 215 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set |
208 | # CONFIG_OMAP_ARM_216MHZ is not set | 216 | # CONFIG_OMAP_ARM_216MHZ is not set |
209 | CONFIG_OMAP_ARM_192MHZ=y | 217 | # CONFIG_OMAP_ARM_192MHZ is not set |
210 | # CONFIG_OMAP_ARM_168MHZ is not set | 218 | # CONFIG_OMAP_ARM_168MHZ is not set |
211 | # CONFIG_OMAP_ARM_120MHZ is not set | 219 | # CONFIG_OMAP_ARM_120MHZ is not set |
212 | # CONFIG_OMAP_ARM_60MHZ is not set | 220 | CONFIG_OMAP_ARM_60MHZ=y |
213 | # CONFIG_OMAP_ARM_30MHZ is not set | 221 | # CONFIG_OMAP_ARM_30MHZ is not set |
214 | 222 | ||
215 | # | 223 | # |
@@ -227,6 +235,7 @@ CONFIG_CPU_32=y | |||
227 | CONFIG_CPU_ARM926T=y | 235 | CONFIG_CPU_ARM926T=y |
228 | CONFIG_CPU_32v5=y | 236 | CONFIG_CPU_32v5=y |
229 | CONFIG_CPU_ABRT_EV5TJ=y | 237 | CONFIG_CPU_ABRT_EV5TJ=y |
238 | CONFIG_CPU_PABRT_NOIFAR=y | ||
230 | CONFIG_CPU_CACHE_VIVT=y | 239 | CONFIG_CPU_CACHE_VIVT=y |
231 | CONFIG_CPU_COPY_V4WB=y | 240 | CONFIG_CPU_COPY_V4WB=y |
232 | CONFIG_CPU_TLB_V4WBI=y | 241 | CONFIG_CPU_TLB_V4WBI=y |
@@ -257,10 +266,9 @@ CONFIG_TICK_ONESHOT=y | |||
257 | CONFIG_NO_HZ=y | 266 | CONFIG_NO_HZ=y |
258 | CONFIG_HIGH_RES_TIMERS=y | 267 | CONFIG_HIGH_RES_TIMERS=y |
259 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 268 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
260 | CONFIG_PREEMPT=y | 269 | # CONFIG_PREEMPT is not set |
261 | CONFIG_HZ=128 | 270 | CONFIG_HZ=128 |
262 | CONFIG_AEABI=y | 271 | # CONFIG_AEABI is not set |
263 | CONFIG_OABI_COMPAT=y | ||
264 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 272 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set |
265 | CONFIG_SELECT_MEMORY_MODEL=y | 273 | CONFIG_SELECT_MEMORY_MODEL=y |
266 | CONFIG_FLATMEM_MANUAL=y | 274 | CONFIG_FLATMEM_MANUAL=y |
@@ -275,7 +283,8 @@ CONFIG_SPLIT_PTLOCK_CPUS=4096 | |||
275 | CONFIG_ZONE_DMA_FLAG=1 | 283 | CONFIG_ZONE_DMA_FLAG=1 |
276 | CONFIG_BOUNCE=y | 284 | CONFIG_BOUNCE=y |
277 | CONFIG_VIRT_TO_BUS=y | 285 | CONFIG_VIRT_TO_BUS=y |
278 | # CONFIG_LEDS is not set | 286 | CONFIG_LEDS=y |
287 | # CONFIG_LEDS_CPU is not set | ||
279 | CONFIG_ALIGNMENT_TRAP=y | 288 | CONFIG_ALIGNMENT_TRAP=y |
280 | 289 | ||
281 | # | 290 | # |
@@ -283,7 +292,7 @@ CONFIG_ALIGNMENT_TRAP=y | |||
283 | # | 292 | # |
284 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 293 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
285 | CONFIG_ZBOOT_ROM_BSS=0x0 | 294 | CONFIG_ZBOOT_ROM_BSS=0x0 |
286 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200n8 root=0801 ro init=/bin/sh" | 295 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200n8 root=/dev/ram0 rw initrd=0x10600000,8M ramdisk_size=8192" |
287 | # CONFIG_XIP_KERNEL is not set | 296 | # CONFIG_XIP_KERNEL is not set |
288 | # CONFIG_KEXEC is not set | 297 | # CONFIG_KEXEC is not set |
289 | # CONFIG_ATAGS_PROC is not set | 298 | # CONFIG_ATAGS_PROC is not set |
@@ -291,20 +300,7 @@ CONFIG_CMDLINE="mem=32M console=ttyS0,115200n8 root=0801 ro init=/bin/sh" | |||
291 | # | 300 | # |
292 | # CPU Frequency scaling | 301 | # CPU Frequency scaling |
293 | # | 302 | # |
294 | CONFIG_CPU_FREQ=y | 303 | # CONFIG_CPU_FREQ is not set |
295 | CONFIG_CPU_FREQ_TABLE=y | ||
296 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
297 | CONFIG_CPU_FREQ_STAT=y | ||
298 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
299 | # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set | ||
300 | CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y | ||
301 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
302 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
303 | # CONFIG_CPU_FREQ_GOV_PERFORMANCE is not set | ||
304 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
305 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
306 | # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set | ||
307 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
308 | 304 | ||
309 | # | 305 | # |
310 | # Floating point emulation | 306 | # Floating point emulation |
@@ -322,8 +318,9 @@ CONFIG_FPE_NWFPE=y | |||
322 | # Userspace binary formats | 318 | # Userspace binary formats |
323 | # | 319 | # |
324 | CONFIG_BINFMT_ELF=y | 320 | CONFIG_BINFMT_ELF=y |
325 | CONFIG_BINFMT_AOUT=y | 321 | # CONFIG_BINFMT_AOUT is not set |
326 | # CONFIG_BINFMT_MISC is not set | 322 | # CONFIG_BINFMT_MISC is not set |
323 | # CONFIG_ARTHUR is not set | ||
327 | 324 | ||
328 | # | 325 | # |
329 | # Power management options | 326 | # Power management options |
@@ -433,21 +430,102 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
433 | CONFIG_STANDALONE=y | 430 | CONFIG_STANDALONE=y |
434 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 431 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
435 | # CONFIG_FW_LOADER is not set | 432 | # CONFIG_FW_LOADER is not set |
433 | CONFIG_DEBUG_DRIVER=y | ||
434 | # CONFIG_DEBUG_DEVRES is not set | ||
436 | # CONFIG_SYS_HYPERVISOR is not set | 435 | # CONFIG_SYS_HYPERVISOR is not set |
437 | # CONFIG_CONNECTOR is not set | 436 | # CONFIG_CONNECTOR is not set |
438 | # CONFIG_MTD is not set | 437 | CONFIG_MTD=y |
438 | CONFIG_MTD_DEBUG=y | ||
439 | CONFIG_MTD_DEBUG_VERBOSE=3 | ||
440 | # CONFIG_MTD_CONCAT is not set | ||
441 | CONFIG_MTD_PARTITIONS=y | ||
442 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
443 | CONFIG_MTD_CMDLINE_PARTS=y | ||
444 | # CONFIG_MTD_AFS_PARTS is not set | ||
445 | |||
446 | # | ||
447 | # User Modules And Translation Layers | ||
448 | # | ||
449 | CONFIG_MTD_CHAR=y | ||
450 | CONFIG_MTD_BLKDEVS=y | ||
451 | CONFIG_MTD_BLOCK=y | ||
452 | # CONFIG_FTL is not set | ||
453 | # CONFIG_NFTL is not set | ||
454 | # CONFIG_INFTL is not set | ||
455 | # CONFIG_RFD_FTL is not set | ||
456 | # CONFIG_SSFDC is not set | ||
457 | # CONFIG_MTD_OOPS is not set | ||
458 | |||
459 | # | ||
460 | # RAM/ROM/Flash chip drivers | ||
461 | # | ||
462 | CONFIG_MTD_CFI=y | ||
463 | # CONFIG_MTD_JEDECPROBE is not set | ||
464 | CONFIG_MTD_GEN_PROBE=y | ||
465 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
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_CFI_INTELEXT=y | ||
477 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
478 | # CONFIG_MTD_CFI_STAA is not set | ||
479 | CONFIG_MTD_CFI_UTIL=y | ||
480 | # CONFIG_MTD_RAM is not set | ||
481 | # CONFIG_MTD_ROM is not set | ||
482 | # CONFIG_MTD_ABSENT is not set | ||
483 | |||
484 | # | ||
485 | # Mapping drivers for chip access | ||
486 | # | ||
487 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
488 | # CONFIG_MTD_PHYSMAP is not set | ||
489 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
490 | # CONFIG_MTD_OMAP_NOR is not set | ||
491 | # CONFIG_MTD_PLATRAM is not set | ||
492 | |||
493 | # | ||
494 | # Self-contained MTD device drivers | ||
495 | # | ||
496 | # CONFIG_MTD_DATAFLASH is not set | ||
497 | # CONFIG_MTD_M25P80 is not set | ||
498 | # CONFIG_MTD_SLRAM is not set | ||
499 | # CONFIG_MTD_PHRAM is not set | ||
500 | # CONFIG_MTD_MTDRAM is not set | ||
501 | # CONFIG_MTD_BLOCK2MTD is not set | ||
502 | |||
503 | # | ||
504 | # Disk-On-Chip Device Drivers | ||
505 | # | ||
506 | # CONFIG_MTD_DOC2000 is not set | ||
507 | # CONFIG_MTD_DOC2001 is not set | ||
508 | # CONFIG_MTD_DOC2001PLUS is not set | ||
509 | # CONFIG_MTD_NAND is not set | ||
510 | # CONFIG_MTD_ONENAND is not set | ||
511 | |||
512 | # | ||
513 | # UBI - Unsorted block images | ||
514 | # | ||
515 | # CONFIG_MTD_UBI is not set | ||
439 | # CONFIG_PARPORT is not set | 516 | # CONFIG_PARPORT is not set |
440 | CONFIG_BLK_DEV=y | 517 | CONFIG_BLK_DEV=y |
441 | # CONFIG_BLK_DEV_COW_COMMON is not set | 518 | # CONFIG_BLK_DEV_COW_COMMON is not set |
442 | CONFIG_BLK_DEV_LOOP=y | 519 | CONFIG_BLK_DEV_LOOP=y |
443 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 520 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
444 | # CONFIG_BLK_DEV_NBD is not set | 521 | # CONFIG_BLK_DEV_NBD is not set |
522 | # CONFIG_BLK_DEV_UB is not set | ||
445 | CONFIG_BLK_DEV_RAM=y | 523 | CONFIG_BLK_DEV_RAM=y |
446 | CONFIG_BLK_DEV_RAM_COUNT=16 | 524 | CONFIG_BLK_DEV_RAM_COUNT=16 |
447 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 525 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
448 | # CONFIG_BLK_DEV_XIP is not set | 526 | # CONFIG_BLK_DEV_XIP is not set |
449 | # CONFIG_CDROM_PKTCDVD is not set | 527 | # CONFIG_CDROM_PKTCDVD is not set |
450 | CONFIG_ATA_OVER_ETH=m | 528 | # CONFIG_ATA_OVER_ETH is not set |
451 | CONFIG_MISC_DEVICES=y | 529 | CONFIG_MISC_DEVICES=y |
452 | # CONFIG_EEPROM_93CX6 is not set | 530 | # CONFIG_EEPROM_93CX6 is not set |
453 | # CONFIG_ENCLOSURE_SERVICES is not set | 531 | # CONFIG_ENCLOSURE_SERVICES is not set |
@@ -457,42 +535,9 @@ CONFIG_MISC_DEVICES=y | |||
457 | # SCSI device support | 535 | # SCSI device support |
458 | # | 536 | # |
459 | # CONFIG_RAID_ATTRS is not set | 537 | # CONFIG_RAID_ATTRS is not set |
460 | CONFIG_SCSI=y | 538 | # CONFIG_SCSI is not set |
461 | CONFIG_SCSI_DMA=y | 539 | # CONFIG_SCSI_DMA is not set |
462 | # CONFIG_SCSI_TGT is not set | ||
463 | # CONFIG_SCSI_NETLINK is not set | 540 | # CONFIG_SCSI_NETLINK is not set |
464 | CONFIG_SCSI_PROC_FS=y | ||
465 | |||
466 | # | ||
467 | # SCSI support type (disk, tape, CD-ROM) | ||
468 | # | ||
469 | # CONFIG_BLK_DEV_SD is not set | ||
470 | # CONFIG_CHR_DEV_ST is not set | ||
471 | # CONFIG_CHR_DEV_OSST is not set | ||
472 | # CONFIG_BLK_DEV_SR is not set | ||
473 | # CONFIG_CHR_DEV_SG is not set | ||
474 | # CONFIG_CHR_DEV_SCH is not set | ||
475 | |||
476 | # | ||
477 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
478 | # | ||
479 | # CONFIG_SCSI_MULTI_LUN is not set | ||
480 | # CONFIG_SCSI_CONSTANTS is not set | ||
481 | # CONFIG_SCSI_LOGGING is not set | ||
482 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
483 | CONFIG_SCSI_WAIT_SCAN=m | ||
484 | |||
485 | # | ||
486 | # SCSI Transports | ||
487 | # | ||
488 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
489 | # CONFIG_SCSI_FC_ATTRS is not set | ||
490 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
491 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
492 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
493 | CONFIG_SCSI_LOWLEVEL=y | ||
494 | # CONFIG_ISCSI_TCP is not set | ||
495 | # CONFIG_SCSI_DEBUG is not set | ||
496 | # CONFIG_ATA is not set | 541 | # CONFIG_ATA is not set |
497 | # CONFIG_MD is not set | 542 | # CONFIG_MD is not set |
498 | CONFIG_NETDEVICES=y | 543 | CONFIG_NETDEVICES=y |
@@ -509,6 +554,7 @@ CONFIG_MII=y | |||
509 | # CONFIG_AX88796 is not set | 554 | # CONFIG_AX88796 is not set |
510 | CONFIG_SMC91X=y | 555 | CONFIG_SMC91X=y |
511 | # CONFIG_DM9000 is not set | 556 | # CONFIG_DM9000 is not set |
557 | # CONFIG_ENC28J60 is not set | ||
512 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 558 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
513 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 559 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
514 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 560 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
@@ -523,6 +569,15 @@ CONFIG_NETDEV_10000=y | |||
523 | # | 569 | # |
524 | # CONFIG_WLAN_PRE80211 is not set | 570 | # CONFIG_WLAN_PRE80211 is not set |
525 | # CONFIG_WLAN_80211 is not set | 571 | # CONFIG_WLAN_80211 is not set |
572 | |||
573 | # | ||
574 | # USB Network Adapters | ||
575 | # | ||
576 | # CONFIG_USB_CATC is not set | ||
577 | # CONFIG_USB_KAWETH is not set | ||
578 | # CONFIG_USB_PEGASUS is not set | ||
579 | # CONFIG_USB_RTL8150 is not set | ||
580 | # CONFIG_USB_USBNET is not set | ||
526 | # CONFIG_WAN is not set | 581 | # CONFIG_WAN is not set |
527 | CONFIG_PPP=y | 582 | CONFIG_PPP=y |
528 | # CONFIG_PPP_MULTILINK is not set | 583 | # CONFIG_PPP_MULTILINK is not set |
@@ -612,7 +667,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
612 | CONFIG_UNIX98_PTYS=y | 667 | CONFIG_UNIX98_PTYS=y |
613 | # CONFIG_LEGACY_PTYS is not set | 668 | # CONFIG_LEGACY_PTYS is not set |
614 | # CONFIG_IPMI_HANDLER is not set | 669 | # CONFIG_IPMI_HANDLER is not set |
615 | # CONFIG_HW_RANDOM is not set | 670 | CONFIG_HW_RANDOM=m |
671 | CONFIG_HW_RANDOM_OMAP=m | ||
616 | # CONFIG_NVRAM is not set | 672 | # CONFIG_NVRAM is not set |
617 | # CONFIG_R3964 is not set | 673 | # CONFIG_R3964 is not set |
618 | # CONFIG_RAW_DRIVER is not set | 674 | # CONFIG_RAW_DRIVER is not set |
@@ -638,6 +694,7 @@ CONFIG_I2C_OMAP=y | |||
638 | # CONFIG_I2C_SIMTEC is not set | 694 | # CONFIG_I2C_SIMTEC is not set |
639 | # CONFIG_I2C_TAOS_EVM is not set | 695 | # CONFIG_I2C_TAOS_EVM is not set |
640 | # CONFIG_I2C_STUB is not set | 696 | # CONFIG_I2C_STUB is not set |
697 | # CONFIG_I2C_TINY_USB is not set | ||
641 | 698 | ||
642 | # | 699 | # |
643 | # Miscellaneous I2C Chip support | 700 | # Miscellaneous I2C Chip support |
@@ -647,8 +704,10 @@ CONFIG_I2C_OMAP=y | |||
647 | # CONFIG_SENSORS_PCF8574 is not set | 704 | # CONFIG_SENSORS_PCF8574 is not set |
648 | # CONFIG_PCF8575 is not set | 705 | # CONFIG_PCF8575 is not set |
649 | # CONFIG_SENSORS_PCF8591 is not set | 706 | # CONFIG_SENSORS_PCF8591 is not set |
650 | # CONFIG_ISP1301_OMAP is not set | 707 | CONFIG_ISP1301_OMAP=y |
651 | CONFIG_TPS65010=y | 708 | CONFIG_TPS65010=y |
709 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
710 | # CONFIG_GPIOEXPANDER_OMAP is not set | ||
652 | # CONFIG_SENSORS_MAX6875 is not set | 711 | # CONFIG_SENSORS_MAX6875 is not set |
653 | # CONFIG_SENSORS_TSL2550 is not set | 712 | # CONFIG_SENSORS_TSL2550 is not set |
654 | # CONFIG_I2C_DEBUG_CORE is not set | 713 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -659,8 +718,26 @@ CONFIG_TPS65010=y | |||
659 | # | 718 | # |
660 | # SPI support | 719 | # SPI support |
661 | # | 720 | # |
662 | # CONFIG_SPI is not set | 721 | CONFIG_SPI=y |
663 | # CONFIG_SPI_MASTER is not set | 722 | # CONFIG_SPI_DEBUG is not set |
723 | CONFIG_SPI_MASTER=y | ||
724 | |||
725 | # | ||
726 | # SPI Master Controller Drivers | ||
727 | # | ||
728 | CONFIG_SPI_BITBANG=y | ||
729 | CONFIG_SPI_OMAP_UWIRE=y | ||
730 | |||
731 | # | ||
732 | # SPI Protocol Masters | ||
733 | # | ||
734 | # CONFIG_SPI_AT25 is not set | ||
735 | CONFIG_SPI_TSC2101=y | ||
736 | # CONFIG_SPI_TSC2102 is not set | ||
737 | # CONFIG_SPI_TSC210X is not set | ||
738 | # CONFIG_SPI_TSC2301 is not set | ||
739 | # CONFIG_SPI_SPIDEV is not set | ||
740 | # CONFIG_SPI_TLE62X0 is not set | ||
664 | # CONFIG_W1 is not set | 741 | # CONFIG_W1 is not set |
665 | # CONFIG_POWER_SUPPLY is not set | 742 | # CONFIG_POWER_SUPPLY is not set |
666 | CONFIG_HWMON=y | 743 | CONFIG_HWMON=y |
@@ -673,7 +750,6 @@ CONFIG_HWMON=y | |||
673 | # CONFIG_SENSORS_ADM1031 is not set | 750 | # CONFIG_SENSORS_ADM1031 is not set |
674 | # CONFIG_SENSORS_ADM9240 is not set | 751 | # CONFIG_SENSORS_ADM9240 is not set |
675 | # CONFIG_SENSORS_ADT7470 is not set | 752 | # CONFIG_SENSORS_ADT7470 is not set |
676 | # CONFIG_SENSORS_ADT7473 is not set | ||
677 | # CONFIG_SENSORS_ATXP1 is not set | 753 | # CONFIG_SENSORS_ATXP1 is not set |
678 | # CONFIG_SENSORS_DS1621 is not set | 754 | # CONFIG_SENSORS_DS1621 is not set |
679 | # CONFIG_SENSORS_F71805F is not set | 755 | # CONFIG_SENSORS_F71805F is not set |
@@ -683,6 +759,7 @@ CONFIG_HWMON=y | |||
683 | # CONFIG_SENSORS_GL520SM is not set | 759 | # CONFIG_SENSORS_GL520SM is not set |
684 | # CONFIG_SENSORS_IT87 is not set | 760 | # CONFIG_SENSORS_IT87 is not set |
685 | # CONFIG_SENSORS_LM63 is not set | 761 | # CONFIG_SENSORS_LM63 is not set |
762 | # CONFIG_SENSORS_LM70 is not set | ||
686 | # CONFIG_SENSORS_LM75 is not set | 763 | # CONFIG_SENSORS_LM75 is not set |
687 | # CONFIG_SENSORS_LM77 is not set | 764 | # CONFIG_SENSORS_LM77 is not set |
688 | # CONFIG_SENSORS_LM78 is not set | 765 | # CONFIG_SENSORS_LM78 is not set |
@@ -712,6 +789,7 @@ CONFIG_HWMON=y | |||
712 | # CONFIG_SENSORS_W83L786NG is not set | 789 | # CONFIG_SENSORS_W83L786NG is not set |
713 | # CONFIG_SENSORS_W83627HF is not set | 790 | # CONFIG_SENSORS_W83627HF is not set |
714 | # CONFIG_SENSORS_W83627EHF is not set | 791 | # CONFIG_SENSORS_W83627EHF is not set |
792 | # CONFIG_SENSORS_TSC210X is not set | ||
715 | # CONFIG_HWMON_DEBUG_CHIP is not set | 793 | # CONFIG_HWMON_DEBUG_CHIP is not set |
716 | CONFIG_WATCHDOG=y | 794 | CONFIG_WATCHDOG=y |
717 | CONFIG_WATCHDOG_NOWAYOUT=y | 795 | CONFIG_WATCHDOG_NOWAYOUT=y |
@@ -723,6 +801,11 @@ CONFIG_WATCHDOG_NOWAYOUT=y | |||
723 | # CONFIG_OMAP_WATCHDOG is not set | 801 | # CONFIG_OMAP_WATCHDOG is not set |
724 | 802 | ||
725 | # | 803 | # |
804 | # USB-based Watchdog Cards | ||
805 | # | ||
806 | # CONFIG_USBPCWATCHDOG is not set | ||
807 | |||
808 | # | ||
726 | # Sonics Silicon Backplane | 809 | # Sonics Silicon Backplane |
727 | # | 810 | # |
728 | CONFIG_SSB_POSSIBLE=y | 811 | CONFIG_SSB_POSSIBLE=y |
@@ -740,6 +823,7 @@ CONFIG_SSB_POSSIBLE=y | |||
740 | # CONFIG_VIDEO_DEV is not set | 823 | # CONFIG_VIDEO_DEV is not set |
741 | # CONFIG_DVB_CORE is not set | 824 | # CONFIG_DVB_CORE is not set |
742 | CONFIG_DAB=y | 825 | CONFIG_DAB=y |
826 | # CONFIG_USB_DABUSB is not set | ||
743 | 827 | ||
744 | # | 828 | # |
745 | # Graphics support | 829 | # Graphics support |
@@ -749,9 +833,9 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
749 | CONFIG_FB=y | 833 | CONFIG_FB=y |
750 | CONFIG_FIRMWARE_EDID=y | 834 | CONFIG_FIRMWARE_EDID=y |
751 | # CONFIG_FB_DDC is not set | 835 | # CONFIG_FB_DDC is not set |
752 | # CONFIG_FB_CFB_FILLRECT is not set | 836 | CONFIG_FB_CFB_FILLRECT=y |
753 | # CONFIG_FB_CFB_COPYAREA is not set | 837 | CONFIG_FB_CFB_COPYAREA=y |
754 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 838 | CONFIG_FB_CFB_IMAGEBLIT=y |
755 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | 839 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
756 | # CONFIG_FB_SYS_FILLRECT is not set | 840 | # CONFIG_FB_SYS_FILLRECT is not set |
757 | # CONFIG_FB_SYS_COPYAREA is not set | 841 | # CONFIG_FB_SYS_COPYAREA is not set |
@@ -769,7 +853,11 @@ CONFIG_FB_MODE_HELPERS=y | |||
769 | # | 853 | # |
770 | # CONFIG_FB_S1D13XXX is not set | 854 | # CONFIG_FB_S1D13XXX is not set |
771 | # CONFIG_FB_VIRTUAL is not set | 855 | # CONFIG_FB_VIRTUAL is not set |
772 | # CONFIG_FB_OMAP is not set | 856 | CONFIG_FB_OMAP=y |
857 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
858 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
859 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
860 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
773 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 861 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
774 | 862 | ||
775 | # | 863 | # |
@@ -785,17 +873,9 @@ CONFIG_DUMMY_CONSOLE=y | |||
785 | CONFIG_FRAMEBUFFER_CONSOLE=y | 873 | CONFIG_FRAMEBUFFER_CONSOLE=y |
786 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | 874 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set |
787 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | 875 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
788 | CONFIG_FONTS=y | 876 | # CONFIG_FONTS is not set |
789 | CONFIG_FONT_8x8=y | 877 | CONFIG_FONT_8x8=y |
790 | CONFIG_FONT_8x16=y | 878 | CONFIG_FONT_8x16=y |
791 | # CONFIG_FONT_6x11 is not set | ||
792 | # CONFIG_FONT_7x14 is not set | ||
793 | # CONFIG_FONT_PEARL_8x8 is not set | ||
794 | # CONFIG_FONT_ACORN_8x8 is not set | ||
795 | # CONFIG_FONT_MINI_4x6 is not set | ||
796 | # CONFIG_FONT_SUN8x16 is not set | ||
797 | # CONFIG_FONT_SUN12x22 is not set | ||
798 | # CONFIG_FONT_10x18 is not set | ||
799 | CONFIG_LOGO=y | 879 | CONFIG_LOGO=y |
800 | # CONFIG_LOGO_LINUX_MONO is not set | 880 | # CONFIG_LOGO_LINUX_MONO is not set |
801 | # CONFIG_LOGO_LINUX_VGA16 is not set | 881 | # CONFIG_LOGO_LINUX_VGA16 is not set |
@@ -804,37 +884,204 @@ CONFIG_LOGO_LINUX_CLUT224=y | |||
804 | # | 884 | # |
805 | # Sound | 885 | # Sound |
806 | # | 886 | # |
807 | CONFIG_SOUND=y | 887 | # CONFIG_SOUND is not set |
888 | CONFIG_HID_SUPPORT=y | ||
889 | CONFIG_HID=y | ||
890 | # CONFIG_HID_DEBUG is not set | ||
891 | # CONFIG_HIDRAW is not set | ||
808 | 892 | ||
809 | # | 893 | # |
810 | # Advanced Linux Sound Architecture | 894 | # USB Input Devices |
811 | # | 895 | # |
812 | # CONFIG_SND is not set | 896 | # CONFIG_USB_HID is not set |
813 | 897 | ||
814 | # | 898 | # |
815 | # Open Sound System | 899 | # USB HID Boot Protocol drivers |
816 | # | 900 | # |
817 | CONFIG_SOUND_PRIME=y | 901 | # CONFIG_USB_KBD is not set |
818 | # CONFIG_SOUND_MSNDCLAS is not set | 902 | # CONFIG_USB_MOUSE is not set |
819 | # CONFIG_SOUND_MSNDPIN is not set | ||
820 | CONFIG_HID_SUPPORT=y | ||
821 | CONFIG_HID=y | ||
822 | CONFIG_HID_DEBUG=y | ||
823 | # CONFIG_HIDRAW is not set | ||
824 | CONFIG_USB_SUPPORT=y | 903 | CONFIG_USB_SUPPORT=y |
825 | CONFIG_USB_ARCH_HAS_HCD=y | 904 | CONFIG_USB_ARCH_HAS_HCD=y |
826 | CONFIG_USB_ARCH_HAS_OHCI=y | 905 | CONFIG_USB_ARCH_HAS_OHCI=y |
827 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 906 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
828 | # CONFIG_USB is not set | 907 | CONFIG_USB=y |
908 | # CONFIG_USB_DEBUG is not set | ||
909 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
910 | |||
911 | # | ||
912 | # Miscellaneous USB options | ||
913 | # | ||
914 | CONFIG_USB_DEVICEFS=y | ||
915 | # CONFIG_USB_DEVICE_CLASS is not set | ||
916 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
917 | CONFIG_USB_SUSPEND=y | ||
918 | # CONFIG_USB_PERSIST is not set | ||
919 | CONFIG_USB_OTG=y | ||
920 | CONFIG_USB_OTG_WHITELIST=y | ||
921 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
922 | |||
923 | # | ||
924 | # USB Host Controller Drivers | ||
925 | # | ||
926 | # CONFIG_USB_ISP116X_HCD is not set | ||
927 | CONFIG_USB_OHCI_HCD=y | ||
928 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
929 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
930 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
931 | # CONFIG_USB_SL811_HCD is not set | ||
932 | # CONFIG_USB_R8A66597_HCD is not set | ||
933 | # CONFIG_USB_MUSB_HDRC is not set | ||
934 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
935 | |||
936 | # | ||
937 | # USB Device Class drivers | ||
938 | # | ||
939 | # CONFIG_USB_ACM is not set | ||
940 | # CONFIG_USB_PRINTER is not set | ||
829 | 941 | ||
830 | # | 942 | # |
831 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 943 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
832 | # | 944 | # |
833 | # CONFIG_USB_GADGET is not set | 945 | |
834 | # CONFIG_MMC is not set | 946 | # |
947 | # may also be needed; see USB_STORAGE Help for more information | ||
948 | # | ||
949 | # CONFIG_USB_LIBUSUAL is not set | ||
950 | |||
951 | # | ||
952 | # USB Imaging devices | ||
953 | # | ||
954 | # CONFIG_USB_MDC800 is not set | ||
955 | CONFIG_USB_MON=y | ||
956 | |||
957 | # | ||
958 | # USB port drivers | ||
959 | # | ||
960 | # CONFIG_USB_SERIAL is not set | ||
961 | |||
962 | # | ||
963 | # USB Miscellaneous drivers | ||
964 | # | ||
965 | # CONFIG_USB_EMI62 is not set | ||
966 | # CONFIG_USB_EMI26 is not set | ||
967 | # CONFIG_USB_ADUTUX is not set | ||
968 | # CONFIG_USB_AUERSWALD is not set | ||
969 | # CONFIG_USB_RIO500 is not set | ||
970 | # CONFIG_USB_LEGOTOWER is not set | ||
971 | # CONFIG_USB_LCD is not set | ||
972 | # CONFIG_USB_BERRY_CHARGE is not set | ||
973 | # CONFIG_USB_LED is not set | ||
974 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
975 | # CONFIG_USB_CYTHERM is not set | ||
976 | # CONFIG_USB_PHIDGET is not set | ||
977 | # CONFIG_USB_IDMOUSE is not set | ||
978 | # CONFIG_USB_FTDI_ELAN is not set | ||
979 | # CONFIG_USB_APPLEDISPLAY is not set | ||
980 | # CONFIG_USB_LD is not set | ||
981 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
982 | # CONFIG_USB_IOWARRIOR is not set | ||
983 | CONFIG_USB_TEST=y | ||
984 | CONFIG_USB_GADGET=y | ||
985 | # CONFIG_USB_GADGET_DEBUG is not set | ||
986 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
987 | CONFIG_USB_GADGET_SELECTED=y | ||
988 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
989 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
990 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
991 | # CONFIG_USB_GADGET_NET2280 is not set | ||
992 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
993 | # CONFIG_USB_GADGET_M66592 is not set | ||
994 | # CONFIG_USB_GADGET_GOKU is not set | ||
995 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
996 | CONFIG_USB_GADGET_OMAP=y | ||
997 | CONFIG_USB_OMAP=y | ||
998 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
999 | # CONFIG_USB_GADGET_AT91 is not set | ||
1000 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1001 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
1002 | # CONFIG_USB_ZERO is not set | ||
1003 | CONFIG_USB_ETH=y | ||
1004 | CONFIG_USB_ETH_RNDIS=y | ||
1005 | # CONFIG_USB_GADGETFS is not set | ||
1006 | # CONFIG_USB_FILE_STORAGE is not set | ||
1007 | # CONFIG_USB_G_SERIAL is not set | ||
1008 | # CONFIG_USB_MIDI_GADGET is not set | ||
1009 | # CONFIG_USB_G_PRINTER is not set | ||
1010 | CONFIG_MMC=y | ||
1011 | # CONFIG_MMC_DEBUG is not set | ||
1012 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1013 | |||
1014 | # | ||
1015 | # MMC/SD Card Drivers | ||
1016 | # | ||
1017 | CONFIG_MMC_BLOCK=y | ||
1018 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1019 | # CONFIG_SDIO_UART is not set | ||
1020 | |||
1021 | # | ||
1022 | # MMC/SD Host Controller Drivers | ||
1023 | # | ||
1024 | CONFIG_MMC_OMAP=y | ||
1025 | # CONFIG_MMC_SPI is not set | ||
835 | # CONFIG_NEW_LEDS is not set | 1026 | # CONFIG_NEW_LEDS is not set |
836 | CONFIG_RTC_LIB=y | 1027 | CONFIG_RTC_LIB=y |
837 | # CONFIG_RTC_CLASS is not set | 1028 | CONFIG_RTC_CLASS=y |
1029 | CONFIG_RTC_HCTOSYS=y | ||
1030 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1031 | # CONFIG_RTC_DEBUG is not set | ||
1032 | |||
1033 | # | ||
1034 | # RTC interfaces | ||
1035 | # | ||
1036 | CONFIG_RTC_INTF_SYSFS=y | ||
1037 | CONFIG_RTC_INTF_PROC=y | ||
1038 | CONFIG_RTC_INTF_DEV=y | ||
1039 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1040 | # CONFIG_RTC_DRV_TEST is not set | ||
1041 | |||
1042 | # | ||
1043 | # I2C RTC drivers | ||
1044 | # | ||
1045 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1046 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1047 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1048 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1049 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1050 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1051 | # CONFIG_RTC_DRV_X1205 is not set | ||
1052 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1053 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1054 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1055 | |||
1056 | # | ||
1057 | # SPI RTC drivers | ||
1058 | # | ||
1059 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1060 | # CONFIG_RTC_DRV_R9701 is not set | ||
1061 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1062 | |||
1063 | # | ||
1064 | # Platform RTC drivers | ||
1065 | # | ||
1066 | # CONFIG_RTC_DRV_CMOS is not set | ||
1067 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1068 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1069 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1070 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1071 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1072 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1073 | # CONFIG_RTC_DRV_V3020 is not set | ||
1074 | |||
1075 | # | ||
1076 | # on-CPU RTC drivers | ||
1077 | # | ||
1078 | CONFIG_RTC_DRV_OMAP=y | ||
1079 | |||
1080 | # | ||
1081 | # CBUS support | ||
1082 | # | ||
1083 | # CONFIG_CBUS is not set | ||
1084 | # CONFIG_OMAP_DSP is not set | ||
838 | 1085 | ||
839 | # | 1086 | # |
840 | # File systems | 1087 | # File systems |
@@ -894,6 +1141,17 @@ CONFIG_SYSFS=y | |||
894 | # CONFIG_BEFS_FS is not set | 1141 | # CONFIG_BEFS_FS is not set |
895 | # CONFIG_BFS_FS is not set | 1142 | # CONFIG_BFS_FS is not set |
896 | # CONFIG_EFS_FS is not set | 1143 | # CONFIG_EFS_FS is not set |
1144 | CONFIG_JFFS2_FS=y | ||
1145 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1146 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1147 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1148 | # CONFIG_JFFS2_SUMMARY is not set | ||
1149 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1150 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1151 | CONFIG_JFFS2_ZLIB=y | ||
1152 | # CONFIG_JFFS2_LZO is not set | ||
1153 | CONFIG_JFFS2_RTIME=y | ||
1154 | # CONFIG_JFFS2_RUBIN is not set | ||
897 | CONFIG_CRAMFS=y | 1155 | CONFIG_CRAMFS=y |
898 | # CONFIG_VXFS_FS is not set | 1156 | # CONFIG_VXFS_FS is not set |
899 | # CONFIG_MINIX_FS is not set | 1157 | # CONFIG_MINIX_FS is not set |
@@ -904,19 +1162,16 @@ CONFIG_ROMFS_FS=y | |||
904 | # CONFIG_UFS_FS is not set | 1162 | # CONFIG_UFS_FS is not set |
905 | CONFIG_NETWORK_FILESYSTEMS=y | 1163 | CONFIG_NETWORK_FILESYSTEMS=y |
906 | CONFIG_NFS_FS=y | 1164 | CONFIG_NFS_FS=y |
907 | CONFIG_NFS_V3=y | 1165 | # CONFIG_NFS_V3 is not set |
908 | # CONFIG_NFS_V3_ACL is not set | 1166 | # CONFIG_NFS_V4 is not set |
909 | CONFIG_NFS_V4=y | ||
910 | # CONFIG_NFS_DIRECTIO is not set | 1167 | # CONFIG_NFS_DIRECTIO is not set |
911 | # CONFIG_NFSD is not set | 1168 | # CONFIG_NFSD is not set |
912 | CONFIG_ROOT_NFS=y | 1169 | CONFIG_ROOT_NFS=y |
913 | CONFIG_LOCKD=y | 1170 | CONFIG_LOCKD=y |
914 | CONFIG_LOCKD_V4=y | ||
915 | CONFIG_NFS_COMMON=y | 1171 | CONFIG_NFS_COMMON=y |
916 | CONFIG_SUNRPC=y | 1172 | CONFIG_SUNRPC=y |
917 | CONFIG_SUNRPC_GSS=y | ||
918 | # CONFIG_SUNRPC_BIND34 is not set | 1173 | # CONFIG_SUNRPC_BIND34 is not set |
919 | CONFIG_RPCSEC_GSS_KRB5=y | 1174 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
920 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1175 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
921 | # CONFIG_SMB_FS is not set | 1176 | # CONFIG_SMB_FS is not set |
922 | # CONFIG_CIFS is not set | 1177 | # CONFIG_CIFS is not set |
@@ -981,11 +1236,38 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
981 | # CONFIG_UNUSED_SYMBOLS is not set | 1236 | # CONFIG_UNUSED_SYMBOLS is not set |
982 | # CONFIG_DEBUG_FS is not set | 1237 | # CONFIG_DEBUG_FS is not set |
983 | # CONFIG_HEADERS_CHECK is not set | 1238 | # CONFIG_HEADERS_CHECK is not set |
984 | # CONFIG_DEBUG_KERNEL is not set | 1239 | CONFIG_DEBUG_KERNEL=y |
1240 | # CONFIG_DEBUG_SHIRQ is not set | ||
1241 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1242 | CONFIG_SCHED_DEBUG=y | ||
1243 | # CONFIG_SCHEDSTATS is not set | ||
1244 | # CONFIG_TIMER_STATS is not set | ||
1245 | # CONFIG_DEBUG_SLAB is not set | ||
1246 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1247 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1248 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1249 | # CONFIG_DEBUG_MUTEXES is not set | ||
1250 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1251 | # CONFIG_PROVE_LOCKING is not set | ||
1252 | # CONFIG_LOCK_STAT is not set | ||
1253 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1254 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1255 | # CONFIG_DEBUG_KOBJECT is not set | ||
985 | CONFIG_DEBUG_BUGVERBOSE=y | 1256 | CONFIG_DEBUG_BUGVERBOSE=y |
1257 | CONFIG_DEBUG_INFO=y | ||
1258 | # CONFIG_DEBUG_VM is not set | ||
1259 | # CONFIG_DEBUG_LIST is not set | ||
1260 | # CONFIG_DEBUG_SG is not set | ||
986 | CONFIG_FRAME_POINTER=y | 1261 | CONFIG_FRAME_POINTER=y |
1262 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1263 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1264 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1265 | # CONFIG_FAULT_INJECTION is not set | ||
987 | # CONFIG_SAMPLES is not set | 1266 | # CONFIG_SAMPLES is not set |
988 | # CONFIG_DEBUG_USER is not set | 1267 | CONFIG_DEBUG_USER=y |
1268 | CONFIG_DEBUG_ERRORS=y | ||
1269 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1270 | # CONFIG_DEBUG_LL is not set | ||
989 | 1271 | ||
990 | # | 1272 | # |
991 | # Security options | 1273 | # Security options |
@@ -994,31 +1276,29 @@ CONFIG_FRAME_POINTER=y | |||
994 | # CONFIG_SECURITY is not set | 1276 | # CONFIG_SECURITY is not set |
995 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1277 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
996 | CONFIG_CRYPTO=y | 1278 | CONFIG_CRYPTO=y |
997 | CONFIG_CRYPTO_ALGAPI=y | ||
998 | CONFIG_CRYPTO_BLKCIPHER=y | ||
999 | # CONFIG_CRYPTO_SEQIV is not set | 1279 | # CONFIG_CRYPTO_SEQIV is not set |
1000 | CONFIG_CRYPTO_MANAGER=y | 1280 | # CONFIG_CRYPTO_MANAGER is not set |
1001 | # CONFIG_CRYPTO_HMAC is not set | 1281 | # CONFIG_CRYPTO_HMAC is not set |
1002 | # CONFIG_CRYPTO_XCBC is not set | 1282 | # CONFIG_CRYPTO_XCBC is not set |
1003 | # CONFIG_CRYPTO_NULL is not set | 1283 | # CONFIG_CRYPTO_NULL is not set |
1004 | # CONFIG_CRYPTO_MD4 is not set | 1284 | # CONFIG_CRYPTO_MD4 is not set |
1005 | CONFIG_CRYPTO_MD5=y | 1285 | # CONFIG_CRYPTO_MD5 is not set |
1006 | # CONFIG_CRYPTO_SHA1 is not set | 1286 | # CONFIG_CRYPTO_SHA1 is not set |
1007 | # CONFIG_CRYPTO_SHA256 is not set | 1287 | # CONFIG_CRYPTO_SHA256 is not set |
1008 | # CONFIG_CRYPTO_SHA512 is not set | 1288 | # CONFIG_CRYPTO_SHA512 is not set |
1009 | # CONFIG_CRYPTO_WP512 is not set | 1289 | # CONFIG_CRYPTO_WP512 is not set |
1010 | # CONFIG_CRYPTO_TGR192 is not set | 1290 | # CONFIG_CRYPTO_TGR192 is not set |
1011 | # CONFIG_CRYPTO_GF128MUL is not set | 1291 | # CONFIG_CRYPTO_GF128MUL is not set |
1012 | CONFIG_CRYPTO_ECB=m | 1292 | # CONFIG_CRYPTO_ECB is not set |
1013 | CONFIG_CRYPTO_CBC=y | 1293 | # CONFIG_CRYPTO_CBC is not set |
1014 | CONFIG_CRYPTO_PCBC=m | 1294 | # CONFIG_CRYPTO_PCBC is not set |
1015 | # CONFIG_CRYPTO_LRW is not set | 1295 | # CONFIG_CRYPTO_LRW is not set |
1016 | # CONFIG_CRYPTO_XTS is not set | 1296 | # CONFIG_CRYPTO_XTS is not set |
1017 | # CONFIG_CRYPTO_CTR is not set | 1297 | # CONFIG_CRYPTO_CTR is not set |
1018 | # CONFIG_CRYPTO_GCM is not set | 1298 | # CONFIG_CRYPTO_GCM is not set |
1019 | # CONFIG_CRYPTO_CCM is not set | 1299 | # CONFIG_CRYPTO_CCM is not set |
1020 | # CONFIG_CRYPTO_CRYPTD is not set | 1300 | # CONFIG_CRYPTO_CRYPTD is not set |
1021 | CONFIG_CRYPTO_DES=y | 1301 | # CONFIG_CRYPTO_DES is not set |
1022 | # CONFIG_CRYPTO_FCRYPT is not set | 1302 | # CONFIG_CRYPTO_FCRYPT is not set |
1023 | # CONFIG_CRYPTO_BLOWFISH is not set | 1303 | # CONFIG_CRYPTO_BLOWFISH is not set |
1024 | # CONFIG_CRYPTO_TWOFISH is not set | 1304 | # CONFIG_CRYPTO_TWOFISH is not set |
@@ -1052,6 +1332,7 @@ CONFIG_CRC32=y | |||
1052 | # CONFIG_CRC7 is not set | 1332 | # CONFIG_CRC7 is not set |
1053 | # CONFIG_LIBCRC32C is not set | 1333 | # CONFIG_LIBCRC32C is not set |
1054 | CONFIG_ZLIB_INFLATE=y | 1334 | CONFIG_ZLIB_INFLATE=y |
1335 | CONFIG_ZLIB_DEFLATE=y | ||
1055 | CONFIG_PLIST=y | 1336 | CONFIG_PLIST=y |
1056 | CONFIG_HAS_IOMEM=y | 1337 | CONFIG_HAS_IOMEM=y |
1057 | CONFIG_HAS_IOPORT=y | 1338 | CONFIG_HAS_IOPORT=y |
diff --git a/arch/arm/configs/omap_h4_2420_defconfig b/arch/arm/configs/omap_h4_2420_defconfig new file mode 100644 index 000000000000..5bc89185a64f --- /dev/null +++ b/arch/arm/configs/omap_h4_2420_defconfig | |||
@@ -0,0 +1,1120 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:44:58 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_POSIX_MQUEUE is not set | ||
40 | CONFIG_BSD_PROCESS_ACCT=y | ||
41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_USER_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | # CONFIG_RELAY is not set | ||
49 | CONFIG_BLK_DEV_INITRD=y | ||
50 | CONFIG_INITRAMFS_SOURCE="" | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | CONFIG_EMBEDDED=y | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_ALL is not set | ||
58 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | CONFIG_MODULES=y | ||
79 | CONFIG_MODULE_UNLOAD=y | ||
80 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
81 | CONFIG_MODVERSIONS=y | ||
82 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
83 | CONFIG_KMOD=y | ||
84 | CONFIG_BLOCK=y | ||
85 | # CONFIG_LBD is not set | ||
86 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
87 | # CONFIG_LSF is not set | ||
88 | # CONFIG_BLK_DEV_BSG is not set | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | CONFIG_DEFAULT_AS=y | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | # CONFIG_DEFAULT_CFQ is not set | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
102 | |||
103 | # | ||
104 | # System Type | ||
105 | # | ||
106 | # CONFIG_ARCH_AAEC2000 is not set | ||
107 | # CONFIG_ARCH_INTEGRATOR is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_VERSATILE is not set | ||
110 | # CONFIG_ARCH_AT91 is not set | ||
111 | # CONFIG_ARCH_CLPS7500 is not set | ||
112 | # CONFIG_ARCH_CLPS711X is not set | ||
113 | # CONFIG_ARCH_CO285 is not set | ||
114 | # CONFIG_ARCH_EBSA110 is not set | ||
115 | # CONFIG_ARCH_EP93XX is not set | ||
116 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
117 | # CONFIG_ARCH_NETX is not set | ||
118 | # CONFIG_ARCH_H720X is not set | ||
119 | # CONFIG_ARCH_IMX is not set | ||
120 | # CONFIG_ARCH_IOP13XX is not set | ||
121 | # CONFIG_ARCH_IOP32X is not set | ||
122 | # CONFIG_ARCH_IOP33X is not set | ||
123 | # CONFIG_ARCH_IXP23XX is not set | ||
124 | # CONFIG_ARCH_IXP2000 is not set | ||
125 | # CONFIG_ARCH_IXP4XX is not set | ||
126 | # CONFIG_ARCH_L7200 is not set | ||
127 | # CONFIG_ARCH_KS8695 is not set | ||
128 | # CONFIG_ARCH_NS9XXX is not set | ||
129 | # CONFIG_ARCH_MXC is not set | ||
130 | # CONFIG_ARCH_PNX4008 is not set | ||
131 | # CONFIG_ARCH_PXA is not set | ||
132 | # CONFIG_ARCH_RPC is not set | ||
133 | # CONFIG_ARCH_SA1100 is not set | ||
134 | # CONFIG_ARCH_S3C2410 is not set | ||
135 | # CONFIG_ARCH_SHARK is not set | ||
136 | # CONFIG_ARCH_LH7A40X is not set | ||
137 | # CONFIG_ARCH_DAVINCI is not set | ||
138 | CONFIG_ARCH_OMAP=y | ||
139 | |||
140 | # | ||
141 | # TI OMAP Implementations | ||
142 | # | ||
143 | CONFIG_ARCH_OMAP_OTG=y | ||
144 | # CONFIG_ARCH_OMAP1 is not set | ||
145 | CONFIG_ARCH_OMAP2=y | ||
146 | # CONFIG_ARCH_OMAP3 is not set | ||
147 | |||
148 | # | ||
149 | # OMAP Feature Selections | ||
150 | # | ||
151 | CONFIG_OMAP_DEBUG_DEVICES=y | ||
152 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
153 | CONFIG_OMAP_BOOT_TAG=y | ||
154 | # CONFIG_OMAP_BOOT_REASON is not set | ||
155 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
156 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
157 | CONFIG_OMAP_MUX=y | ||
158 | CONFIG_OMAP_MUX_DEBUG=y | ||
159 | CONFIG_OMAP_MUX_WARNINGS=y | ||
160 | # CONFIG_OMAP_STI is not set | ||
161 | CONFIG_OMAP_MCBSP=y | ||
162 | # CONFIG_OMAP_MMU_FWK is not set | ||
163 | # CONFIG_OMAP_MBOX_FWK is not set | ||
164 | CONFIG_OMAP_MPU_TIMER=y | ||
165 | # CONFIG_OMAP_32K_TIMER is not set | ||
166 | CONFIG_OMAP_DM_TIMER=y | ||
167 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
168 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
169 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
170 | CONFIG_OMAP_SERIAL_WAKE=y | ||
171 | # CONFIG_OMAP_DSP is not set | ||
172 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Core Type | ||
176 | # | ||
177 | CONFIG_ARCH_OMAP24XX=y | ||
178 | CONFIG_ARCH_OMAP2420=y | ||
179 | # CONFIG_ARCH_OMAP2430 is not set | ||
180 | |||
181 | # | ||
182 | # OMAP Board Type | ||
183 | # | ||
184 | # CONFIG_MACH_NOKIA_N800 is not set | ||
185 | CONFIG_MACH_OMAP_H4=y | ||
186 | # CONFIG_MACH_OMAP_H4_TUSB is not set | ||
187 | # CONFIG_MACH_OMAP_H4_OTG is not set | ||
188 | # CONFIG_MACH_OMAP2_H4_USB1 is not set | ||
189 | # CONFIG_MACH_OMAP_APOLLON is not set | ||
190 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
191 | # CONFIG_MACH_OMAP_2430SDP is not set | ||
192 | |||
193 | # | ||
194 | # Boot options | ||
195 | # | ||
196 | |||
197 | # | ||
198 | # Power management | ||
199 | # | ||
200 | |||
201 | # | ||
202 | # Processor Type | ||
203 | # | ||
204 | CONFIG_CPU_32=y | ||
205 | CONFIG_CPU_V6=y | ||
206 | # CONFIG_CPU_32v6K is not set | ||
207 | CONFIG_CPU_32v6=y | ||
208 | CONFIG_CPU_ABRT_EV6=y | ||
209 | CONFIG_CPU_PABRT_NOIFAR=y | ||
210 | CONFIG_CPU_CACHE_V6=y | ||
211 | CONFIG_CPU_CACHE_VIPT=y | ||
212 | CONFIG_CPU_COPY_V6=y | ||
213 | CONFIG_CPU_TLB_V6=y | ||
214 | CONFIG_CPU_HAS_ASID=y | ||
215 | CONFIG_CPU_CP15=y | ||
216 | CONFIG_CPU_CP15_MMU=y | ||
217 | |||
218 | # | ||
219 | # Processor Features | ||
220 | # | ||
221 | CONFIG_ARM_THUMB=y | ||
222 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
223 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
224 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
225 | # CONFIG_OUTER_CACHE is not set | ||
226 | |||
227 | # | ||
228 | # Bus support | ||
229 | # | ||
230 | # CONFIG_PCI_SYSCALL is not set | ||
231 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
232 | |||
233 | # | ||
234 | # PCCARD (PCMCIA/CardBus) support | ||
235 | # | ||
236 | # CONFIG_PCCARD is not set | ||
237 | |||
238 | # | ||
239 | # Kernel Features | ||
240 | # | ||
241 | # CONFIG_TICK_ONESHOT is not set | ||
242 | # CONFIG_NO_HZ is not set | ||
243 | # CONFIG_HIGH_RES_TIMERS is not set | ||
244 | # CONFIG_PREEMPT is not set | ||
245 | CONFIG_HZ=100 | ||
246 | CONFIG_AEABI=y | ||
247 | CONFIG_OABI_COMPAT=y | ||
248 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
249 | CONFIG_SELECT_MEMORY_MODEL=y | ||
250 | CONFIG_FLATMEM_MANUAL=y | ||
251 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
252 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
253 | CONFIG_FLATMEM=y | ||
254 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
255 | # CONFIG_SPARSEMEM_STATIC is not set | ||
256 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
257 | # CONFIG_RESOURCES_64BIT is not set | ||
258 | CONFIG_ZONE_DMA_FLAG=1 | ||
259 | CONFIG_BOUNCE=y | ||
260 | CONFIG_VIRT_TO_BUS=y | ||
261 | # CONFIG_LEDS is not set | ||
262 | CONFIG_ALIGNMENT_TRAP=y | ||
263 | |||
264 | # | ||
265 | # Boot options | ||
266 | # | ||
267 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
268 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
269 | CONFIG_CMDLINE="root=/dev/ram0 rw console=ttyS0,115200n8 initrd=0x80600000,8M ramdisk_size=8192" | ||
270 | # CONFIG_XIP_KERNEL is not set | ||
271 | # CONFIG_KEXEC is not set | ||
272 | |||
273 | # | ||
274 | # CPU Frequency scaling | ||
275 | # | ||
276 | # CONFIG_CPU_FREQ is not set | ||
277 | |||
278 | # | ||
279 | # Floating point emulation | ||
280 | # | ||
281 | |||
282 | # | ||
283 | # At least one emulation must be selected | ||
284 | # | ||
285 | CONFIG_FPE_NWFPE=y | ||
286 | # CONFIG_FPE_NWFPE_XP is not set | ||
287 | # CONFIG_FPE_FASTFPE is not set | ||
288 | # CONFIG_VFP is not set | ||
289 | |||
290 | # | ||
291 | # Userspace binary formats | ||
292 | # | ||
293 | CONFIG_BINFMT_ELF=y | ||
294 | # CONFIG_BINFMT_AOUT is not set | ||
295 | CONFIG_BINFMT_MISC=y | ||
296 | |||
297 | # | ||
298 | # Power management options | ||
299 | # | ||
300 | # CONFIG_PM is not set | ||
301 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
302 | |||
303 | # | ||
304 | # Networking | ||
305 | # | ||
306 | CONFIG_NET=y | ||
307 | |||
308 | # | ||
309 | # Networking options | ||
310 | # | ||
311 | CONFIG_PACKET=y | ||
312 | # CONFIG_PACKET_MMAP is not set | ||
313 | CONFIG_UNIX=y | ||
314 | CONFIG_XFRM=y | ||
315 | # CONFIG_XFRM_USER is not set | ||
316 | # CONFIG_XFRM_SUB_POLICY is not set | ||
317 | # CONFIG_XFRM_MIGRATE is not set | ||
318 | CONFIG_NET_KEY=y | ||
319 | # CONFIG_NET_KEY_MIGRATE is not set | ||
320 | CONFIG_INET=y | ||
321 | # CONFIG_IP_MULTICAST is not set | ||
322 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
323 | CONFIG_IP_FIB_HASH=y | ||
324 | CONFIG_IP_PNP=y | ||
325 | CONFIG_IP_PNP_DHCP=y | ||
326 | # CONFIG_IP_PNP_BOOTP is not set | ||
327 | # CONFIG_IP_PNP_RARP is not set | ||
328 | # CONFIG_NET_IPIP is not set | ||
329 | # CONFIG_NET_IPGRE is not set | ||
330 | # CONFIG_ARPD is not set | ||
331 | # CONFIG_SYN_COOKIES is not set | ||
332 | # CONFIG_INET_AH is not set | ||
333 | # CONFIG_INET_ESP is not set | ||
334 | # CONFIG_INET_IPCOMP is not set | ||
335 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
336 | # CONFIG_INET_TUNNEL is not set | ||
337 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
338 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
339 | CONFIG_INET_XFRM_MODE_BEET=y | ||
340 | CONFIG_INET_DIAG=y | ||
341 | CONFIG_INET_TCP_DIAG=y | ||
342 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
343 | CONFIG_TCP_CONG_CUBIC=y | ||
344 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
345 | # CONFIG_TCP_MD5SIG is not set | ||
346 | # CONFIG_IPV6 is not set | ||
347 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
348 | # CONFIG_INET6_TUNNEL is not set | ||
349 | # CONFIG_NETWORK_SECMARK is not set | ||
350 | # CONFIG_NETFILTER is not set | ||
351 | # CONFIG_IP_DCCP is not set | ||
352 | # CONFIG_IP_SCTP is not set | ||
353 | # CONFIG_TIPC is not set | ||
354 | # CONFIG_ATM is not set | ||
355 | # CONFIG_BRIDGE is not set | ||
356 | # CONFIG_VLAN_8021Q is not set | ||
357 | # CONFIG_DECNET is not set | ||
358 | # CONFIG_LLC2 is not set | ||
359 | # CONFIG_IPX is not set | ||
360 | # CONFIG_ATALK is not set | ||
361 | # CONFIG_X25 is not set | ||
362 | # CONFIG_LAPB is not set | ||
363 | # CONFIG_ECONET is not set | ||
364 | # CONFIG_WAN_ROUTER is not set | ||
365 | |||
366 | # | ||
367 | # QoS and/or fair queueing | ||
368 | # | ||
369 | # CONFIG_NET_SCHED is not set | ||
370 | |||
371 | # | ||
372 | # Network testing | ||
373 | # | ||
374 | # CONFIG_NET_PKTGEN is not set | ||
375 | # CONFIG_HAMRADIO is not set | ||
376 | CONFIG_IRDA=y | ||
377 | |||
378 | # | ||
379 | # IrDA protocols | ||
380 | # | ||
381 | CONFIG_IRLAN=y | ||
382 | CONFIG_IRCOMM=y | ||
383 | # CONFIG_IRDA_ULTRA is not set | ||
384 | |||
385 | # | ||
386 | # IrDA options | ||
387 | # | ||
388 | # CONFIG_IRDA_CACHE_LAST_LSAP is not set | ||
389 | # CONFIG_IRDA_FAST_RR is not set | ||
390 | # CONFIG_IRDA_DEBUG is not set | ||
391 | |||
392 | # | ||
393 | # Infrared-port device drivers | ||
394 | # | ||
395 | |||
396 | # | ||
397 | # SIR device drivers | ||
398 | # | ||
399 | # CONFIG_IRTTY_SIR is not set | ||
400 | |||
401 | # | ||
402 | # Dongle support | ||
403 | # | ||
404 | |||
405 | # | ||
406 | # Old SIR device drivers | ||
407 | # | ||
408 | # CONFIG_IRPORT_SIR is not set | ||
409 | |||
410 | # | ||
411 | # Old Serial dongle support | ||
412 | # | ||
413 | |||
414 | # | ||
415 | # FIR device drivers | ||
416 | # | ||
417 | CONFIG_OMAP_IR=y | ||
418 | # CONFIG_BT is not set | ||
419 | # CONFIG_AF_RXRPC is not set | ||
420 | |||
421 | # | ||
422 | # Wireless | ||
423 | # | ||
424 | # CONFIG_CFG80211 is not set | ||
425 | # CONFIG_WIRELESS_EXT is not set | ||
426 | # CONFIG_MAC80211 is not set | ||
427 | # CONFIG_IEEE80211 is not set | ||
428 | # CONFIG_RFKILL is not set | ||
429 | # CONFIG_NET_9P is not set | ||
430 | |||
431 | # | ||
432 | # Device Drivers | ||
433 | # | ||
434 | |||
435 | # | ||
436 | # Generic Driver Options | ||
437 | # | ||
438 | CONFIG_STANDALONE=y | ||
439 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
440 | # CONFIG_FW_LOADER is not set | ||
441 | # CONFIG_DEBUG_DRIVER is not set | ||
442 | # CONFIG_DEBUG_DEVRES is not set | ||
443 | # CONFIG_SYS_HYPERVISOR is not set | ||
444 | # CONFIG_CONNECTOR is not set | ||
445 | CONFIG_MTD=y | ||
446 | # CONFIG_MTD_DEBUG is not set | ||
447 | CONFIG_MTD_CONCAT=y | ||
448 | CONFIG_MTD_PARTITIONS=y | ||
449 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
450 | CONFIG_MTD_CMDLINE_PARTS=y | ||
451 | # CONFIG_MTD_AFS_PARTS is not set | ||
452 | |||
453 | # | ||
454 | # User Modules And Translation Layers | ||
455 | # | ||
456 | CONFIG_MTD_CHAR=y | ||
457 | CONFIG_MTD_BLKDEVS=y | ||
458 | CONFIG_MTD_BLOCK=y | ||
459 | # CONFIG_FTL is not set | ||
460 | # CONFIG_NFTL is not set | ||
461 | # CONFIG_INFTL is not set | ||
462 | # CONFIG_RFD_FTL is not set | ||
463 | # CONFIG_SSFDC is not set | ||
464 | |||
465 | # | ||
466 | # RAM/ROM/Flash chip drivers | ||
467 | # | ||
468 | CONFIG_MTD_CFI=y | ||
469 | # CONFIG_MTD_JEDECPROBE is not set | ||
470 | CONFIG_MTD_GEN_PROBE=y | ||
471 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
472 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
473 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
474 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
475 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
476 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
477 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
478 | CONFIG_MTD_CFI_I1=y | ||
479 | CONFIG_MTD_CFI_I2=y | ||
480 | # CONFIG_MTD_CFI_I4 is not set | ||
481 | # CONFIG_MTD_CFI_I8 is not set | ||
482 | CONFIG_MTD_CFI_INTELEXT=y | ||
483 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
484 | # CONFIG_MTD_CFI_STAA is not set | ||
485 | CONFIG_MTD_CFI_UTIL=y | ||
486 | # CONFIG_MTD_RAM is not set | ||
487 | # CONFIG_MTD_ROM is not set | ||
488 | # CONFIG_MTD_ABSENT is not set | ||
489 | |||
490 | # | ||
491 | # Mapping drivers for chip access | ||
492 | # | ||
493 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
494 | # CONFIG_MTD_PHYSMAP is not set | ||
495 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
496 | CONFIG_MTD_OMAP_NOR=y | ||
497 | # CONFIG_MTD_PLATRAM is not set | ||
498 | |||
499 | # | ||
500 | # Self-contained MTD device drivers | ||
501 | # | ||
502 | # CONFIG_MTD_SLRAM is not set | ||
503 | # CONFIG_MTD_PHRAM is not set | ||
504 | # CONFIG_MTD_MTDRAM is not set | ||
505 | # CONFIG_MTD_BLOCK2MTD is not set | ||
506 | |||
507 | # | ||
508 | # Disk-On-Chip Device Drivers | ||
509 | # | ||
510 | # CONFIG_MTD_DOC2000 is not set | ||
511 | # CONFIG_MTD_DOC2001 is not set | ||
512 | # CONFIG_MTD_DOC2001PLUS is not set | ||
513 | # CONFIG_MTD_NAND is not set | ||
514 | # CONFIG_MTD_ONENAND is not set | ||
515 | |||
516 | # | ||
517 | # UBI - Unsorted block images | ||
518 | # | ||
519 | # CONFIG_MTD_UBI is not set | ||
520 | # CONFIG_PARPORT is not set | ||
521 | CONFIG_BLK_DEV=y | ||
522 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
523 | CONFIG_BLK_DEV_LOOP=y | ||
524 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
525 | # CONFIG_BLK_DEV_NBD is not set | ||
526 | CONFIG_BLK_DEV_RAM=y | ||
527 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
528 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
529 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
530 | # CONFIG_CDROM_PKTCDVD is not set | ||
531 | # CONFIG_ATA_OVER_ETH is not set | ||
532 | |||
533 | # | ||
534 | # SCSI device support | ||
535 | # | ||
536 | # CONFIG_RAID_ATTRS is not set | ||
537 | # CONFIG_SCSI is not set | ||
538 | # CONFIG_SCSI_DMA is not set | ||
539 | # CONFIG_SCSI_NETLINK is not set | ||
540 | # CONFIG_ATA is not set | ||
541 | # CONFIG_MD is not set | ||
542 | CONFIG_NETDEVICES=y | ||
543 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
544 | # CONFIG_DUMMY is not set | ||
545 | # CONFIG_BONDING is not set | ||
546 | # CONFIG_MACVLAN is not set | ||
547 | # CONFIG_EQUALIZER is not set | ||
548 | # CONFIG_TUN is not set | ||
549 | # CONFIG_PHYLIB is not set | ||
550 | CONFIG_NET_ETHERNET=y | ||
551 | CONFIG_MII=y | ||
552 | # CONFIG_AX88796 is not set | ||
553 | CONFIG_SMC91X=y | ||
554 | # CONFIG_DM9000 is not set | ||
555 | CONFIG_NETDEV_1000=y | ||
556 | CONFIG_NETDEV_10000=y | ||
557 | |||
558 | # | ||
559 | # Wireless LAN | ||
560 | # | ||
561 | # CONFIG_WLAN_PRE80211 is not set | ||
562 | # CONFIG_WLAN_80211 is not set | ||
563 | # CONFIG_WAN is not set | ||
564 | # CONFIG_PPP is not set | ||
565 | # CONFIG_SLIP is not set | ||
566 | # CONFIG_SHAPER is not set | ||
567 | # CONFIG_NETCONSOLE is not set | ||
568 | # CONFIG_NETPOLL is not set | ||
569 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
570 | # CONFIG_ISDN is not set | ||
571 | |||
572 | # | ||
573 | # Input device support | ||
574 | # | ||
575 | CONFIG_INPUT=y | ||
576 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
577 | # CONFIG_INPUT_POLLDEV is not set | ||
578 | |||
579 | # | ||
580 | # Userland interfaces | ||
581 | # | ||
582 | # CONFIG_INPUT_MOUSEDEV is not set | ||
583 | # CONFIG_INPUT_JOYDEV is not set | ||
584 | # CONFIG_INPUT_TSDEV is not set | ||
585 | CONFIG_INPUT_EVDEV=y | ||
586 | # CONFIG_INPUT_EVBUG is not set | ||
587 | |||
588 | # | ||
589 | # Input Device Drivers | ||
590 | # | ||
591 | CONFIG_INPUT_KEYBOARD=y | ||
592 | # CONFIG_KEYBOARD_ATKBD is not set | ||
593 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
594 | # CONFIG_KEYBOARD_LKKBD is not set | ||
595 | # CONFIG_KEYBOARD_XTKBD is not set | ||
596 | # CONFIG_KEYBOARD_NEWTON is not set | ||
597 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
598 | CONFIG_KEYBOARD_OMAP=y | ||
599 | # CONFIG_KEYBOARD_GPIO is not set | ||
600 | # CONFIG_INPUT_MOUSE is not set | ||
601 | # CONFIG_INPUT_JOYSTICK is not set | ||
602 | # CONFIG_INPUT_TABLET is not set | ||
603 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
604 | # CONFIG_INPUT_MISC is not set | ||
605 | |||
606 | # | ||
607 | # Hardware I/O ports | ||
608 | # | ||
609 | # CONFIG_SERIO is not set | ||
610 | # CONFIG_GAMEPORT is not set | ||
611 | |||
612 | # | ||
613 | # Character devices | ||
614 | # | ||
615 | CONFIG_VT=y | ||
616 | CONFIG_VT_CONSOLE=y | ||
617 | CONFIG_HW_CONSOLE=y | ||
618 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
619 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
620 | |||
621 | # | ||
622 | # Serial drivers | ||
623 | # | ||
624 | CONFIG_SERIAL_8250=y | ||
625 | CONFIG_SERIAL_8250_CONSOLE=y | ||
626 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
627 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
628 | CONFIG_SERIAL_8250_EXTENDED=y | ||
629 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
630 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
631 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
632 | CONFIG_SERIAL_8250_RSA=y | ||
633 | |||
634 | # | ||
635 | # Non-8250 serial port support | ||
636 | # | ||
637 | CONFIG_SERIAL_CORE=y | ||
638 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
639 | CONFIG_UNIX98_PTYS=y | ||
640 | # CONFIG_LEGACY_PTYS is not set | ||
641 | # CONFIG_IPMI_HANDLER is not set | ||
642 | CONFIG_WATCHDOG=y | ||
643 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
644 | |||
645 | # | ||
646 | # Watchdog Device Drivers | ||
647 | # | ||
648 | # CONFIG_SOFT_WATCHDOG is not set | ||
649 | CONFIG_OMAP_WATCHDOG=y | ||
650 | CONFIG_HW_RANDOM=m | ||
651 | CONFIG_HW_RANDOM_OMAP=m | ||
652 | # CONFIG_NVRAM is not set | ||
653 | # CONFIG_R3964 is not set | ||
654 | # CONFIG_RAW_DRIVER is not set | ||
655 | # CONFIG_TCG_TPM is not set | ||
656 | CONFIG_I2C=y | ||
657 | CONFIG_I2C_BOARDINFO=y | ||
658 | # CONFIG_I2C_CHARDEV is not set | ||
659 | |||
660 | # | ||
661 | # I2C Algorithms | ||
662 | # | ||
663 | # CONFIG_I2C_ALGOBIT is not set | ||
664 | # CONFIG_I2C_ALGOPCF is not set | ||
665 | # CONFIG_I2C_ALGOPCA is not set | ||
666 | |||
667 | # | ||
668 | # I2C Hardware Bus support | ||
669 | # | ||
670 | # CONFIG_I2C_GPIO is not set | ||
671 | # CONFIG_I2C_OCORES is not set | ||
672 | CONFIG_I2C_OMAP=y | ||
673 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
674 | # CONFIG_I2C_SIMTEC is not set | ||
675 | # CONFIG_I2C_TAOS_EVM is not set | ||
676 | # CONFIG_I2C_STUB is not set | ||
677 | |||
678 | # | ||
679 | # Miscellaneous I2C Chip support | ||
680 | # | ||
681 | # CONFIG_SENSORS_DS1337 is not set | ||
682 | # CONFIG_SENSORS_DS1374 is not set | ||
683 | # CONFIG_DS1682 is not set | ||
684 | # CONFIG_SENSORS_EEPROM is not set | ||
685 | # CONFIG_SENSORS_PCF8574 is not set | ||
686 | # CONFIG_SENSORS_PCA9539 is not set | ||
687 | # CONFIG_SENSORS_PCF8591 is not set | ||
688 | # CONFIG_ISP1301_OMAP is not set | ||
689 | # CONFIG_TPS65010 is not set | ||
690 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
691 | CONFIG_GPIOEXPANDER_OMAP=y | ||
692 | # CONFIG_TWL4030_CORE is not set | ||
693 | # CONFIG_SENSORS_MAX6875 is not set | ||
694 | # CONFIG_SENSORS_TSL2550 is not set | ||
695 | CONFIG_MENELAUS=y | ||
696 | # CONFIG_I2C_DEBUG_CORE is not set | ||
697 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
698 | # CONFIG_I2C_DEBUG_BUS is not set | ||
699 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
700 | |||
701 | # | ||
702 | # SPI support | ||
703 | # | ||
704 | # CONFIG_SPI is not set | ||
705 | # CONFIG_SPI_MASTER is not set | ||
706 | # CONFIG_W1 is not set | ||
707 | # CONFIG_HWMON is not set | ||
708 | CONFIG_MISC_DEVICES=y | ||
709 | # CONFIG_EEPROM_93CX6 is not set | ||
710 | |||
711 | # | ||
712 | # Multifunction device drivers | ||
713 | # | ||
714 | # CONFIG_MFD_SM501 is not set | ||
715 | # CONFIG_NEW_LEDS is not set | ||
716 | |||
717 | # | ||
718 | # Multimedia devices | ||
719 | # | ||
720 | # CONFIG_VIDEO_DEV is not set | ||
721 | # CONFIG_DVB_CORE is not set | ||
722 | CONFIG_DAB=y | ||
723 | |||
724 | # | ||
725 | # Graphics support | ||
726 | # | ||
727 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
728 | |||
729 | # | ||
730 | # Display device support | ||
731 | # | ||
732 | # CONFIG_DISPLAY_SUPPORT is not set | ||
733 | # CONFIG_VGASTATE is not set | ||
734 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
735 | CONFIG_FB=y | ||
736 | CONFIG_FIRMWARE_EDID=y | ||
737 | # CONFIG_FB_DDC is not set | ||
738 | # CONFIG_FB_CFB_FILLRECT is not set | ||
739 | # CONFIG_FB_CFB_COPYAREA is not set | ||
740 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
741 | # CONFIG_FB_SYS_FILLRECT is not set | ||
742 | # CONFIG_FB_SYS_COPYAREA is not set | ||
743 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
744 | # CONFIG_FB_SYS_FOPS is not set | ||
745 | CONFIG_FB_DEFERRED_IO=y | ||
746 | # CONFIG_FB_SVGALIB is not set | ||
747 | # CONFIG_FB_MACMODES is not set | ||
748 | # CONFIG_FB_BACKLIGHT is not set | ||
749 | # CONFIG_FB_MODE_HELPERS is not set | ||
750 | # CONFIG_FB_TILEBLITTING is not set | ||
751 | |||
752 | # | ||
753 | # Frame buffer hardware drivers | ||
754 | # | ||
755 | # CONFIG_FB_S1D13XXX is not set | ||
756 | CONFIG_FB_OMAP=y | ||
757 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
758 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
759 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
760 | # CONFIG_FB_VIRTUAL is not set | ||
761 | |||
762 | # | ||
763 | # Console display driver support | ||
764 | # | ||
765 | # CONFIG_VGA_CONSOLE is not set | ||
766 | CONFIG_DUMMY_CONSOLE=y | ||
767 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
768 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
769 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
770 | # CONFIG_FONTS is not set | ||
771 | CONFIG_FONT_8x8=y | ||
772 | CONFIG_FONT_8x16=y | ||
773 | CONFIG_LOGO=y | ||
774 | # CONFIG_LOGO_LINUX_MONO is not set | ||
775 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
776 | CONFIG_LOGO_LINUX_CLUT224=y | ||
777 | |||
778 | # | ||
779 | # Sound | ||
780 | # | ||
781 | # CONFIG_SOUND is not set | ||
782 | CONFIG_HID_SUPPORT=y | ||
783 | CONFIG_HID=y | ||
784 | # CONFIG_HID_DEBUG is not set | ||
785 | CONFIG_USB_SUPPORT=y | ||
786 | CONFIG_USB_ARCH_HAS_HCD=y | ||
787 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
788 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
789 | # CONFIG_USB is not set | ||
790 | |||
791 | # | ||
792 | # Enable Host or Gadget support to see Inventra options | ||
793 | # | ||
794 | |||
795 | # | ||
796 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
797 | # | ||
798 | |||
799 | # | ||
800 | # USB Gadget Support | ||
801 | # | ||
802 | # CONFIG_USB_GADGET is not set | ||
803 | CONFIG_MMC=y | ||
804 | # CONFIG_MMC_DEBUG is not set | ||
805 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
806 | |||
807 | # | ||
808 | # MMC/SD Card Drivers | ||
809 | # | ||
810 | CONFIG_MMC_BLOCK=y | ||
811 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
812 | |||
813 | # | ||
814 | # MMC/SD Host Controller Drivers | ||
815 | # | ||
816 | CONFIG_MMC_OMAP=y | ||
817 | CONFIG_RTC_LIB=y | ||
818 | # CONFIG_RTC_CLASS is not set | ||
819 | |||
820 | # | ||
821 | # DMA Engine support | ||
822 | # | ||
823 | # CONFIG_DMA_ENGINE is not set | ||
824 | |||
825 | # | ||
826 | # DMA Clients | ||
827 | # | ||
828 | |||
829 | # | ||
830 | # DMA Devices | ||
831 | # | ||
832 | |||
833 | # | ||
834 | # CBUS support | ||
835 | # | ||
836 | # CONFIG_CBUS is not set | ||
837 | |||
838 | # | ||
839 | # File systems | ||
840 | # | ||
841 | CONFIG_EXT2_FS=y | ||
842 | # CONFIG_EXT2_FS_XATTR is not set | ||
843 | # CONFIG_EXT2_FS_XIP is not set | ||
844 | CONFIG_EXT3_FS=y | ||
845 | # CONFIG_EXT3_FS_XATTR is not set | ||
846 | # CONFIG_EXT4DEV_FS is not set | ||
847 | CONFIG_JBD=y | ||
848 | # CONFIG_JBD_DEBUG is not set | ||
849 | # CONFIG_REISERFS_FS is not set | ||
850 | # CONFIG_JFS_FS is not set | ||
851 | # CONFIG_FS_POSIX_ACL is not set | ||
852 | # CONFIG_XFS_FS is not set | ||
853 | # CONFIG_GFS2_FS is not set | ||
854 | # CONFIG_OCFS2_FS is not set | ||
855 | # CONFIG_MINIX_FS is not set | ||
856 | # CONFIG_ROMFS_FS is not set | ||
857 | CONFIG_INOTIFY=y | ||
858 | CONFIG_INOTIFY_USER=y | ||
859 | CONFIG_QUOTA=y | ||
860 | # CONFIG_QFMT_V1 is not set | ||
861 | CONFIG_QFMT_V2=y | ||
862 | CONFIG_QUOTACTL=y | ||
863 | CONFIG_DNOTIFY=y | ||
864 | # CONFIG_AUTOFS_FS is not set | ||
865 | # CONFIG_AUTOFS4_FS is not set | ||
866 | # CONFIG_FUSE_FS is not set | ||
867 | |||
868 | # | ||
869 | # CD-ROM/DVD Filesystems | ||
870 | # | ||
871 | # CONFIG_ISO9660_FS is not set | ||
872 | # CONFIG_UDF_FS is not set | ||
873 | |||
874 | # | ||
875 | # DOS/FAT/NT Filesystems | ||
876 | # | ||
877 | CONFIG_FAT_FS=y | ||
878 | CONFIG_MSDOS_FS=y | ||
879 | CONFIG_VFAT_FS=y | ||
880 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
881 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
882 | # CONFIG_NTFS_FS is not set | ||
883 | |||
884 | # | ||
885 | # Pseudo filesystems | ||
886 | # | ||
887 | CONFIG_PROC_FS=y | ||
888 | CONFIG_PROC_SYSCTL=y | ||
889 | CONFIG_SYSFS=y | ||
890 | CONFIG_TMPFS=y | ||
891 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
892 | # CONFIG_HUGETLB_PAGE is not set | ||
893 | CONFIG_RAMFS=y | ||
894 | # CONFIG_CONFIGFS_FS is not set | ||
895 | |||
896 | # | ||
897 | # Miscellaneous filesystems | ||
898 | # | ||
899 | # CONFIG_ADFS_FS is not set | ||
900 | # CONFIG_AFFS_FS is not set | ||
901 | # CONFIG_HFS_FS is not set | ||
902 | # CONFIG_HFSPLUS_FS is not set | ||
903 | # CONFIG_BEFS_FS is not set | ||
904 | # CONFIG_BFS_FS is not set | ||
905 | # CONFIG_EFS_FS is not set | ||
906 | CONFIG_JFFS2_FS=y | ||
907 | CONFIG_JFFS2_FS_DEBUG=0 | ||
908 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
909 | # CONFIG_JFFS2_SUMMARY is not set | ||
910 | # CONFIG_JFFS2_FS_XATTR is not set | ||
911 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
912 | CONFIG_JFFS2_ZLIB=y | ||
913 | CONFIG_JFFS2_RTIME=y | ||
914 | # CONFIG_JFFS2_RUBIN is not set | ||
915 | # CONFIG_CRAMFS is not set | ||
916 | # CONFIG_VXFS_FS is not set | ||
917 | # CONFIG_HPFS_FS is not set | ||
918 | # CONFIG_QNX4FS_FS is not set | ||
919 | # CONFIG_SYSV_FS is not set | ||
920 | # CONFIG_UFS_FS is not set | ||
921 | |||
922 | # | ||
923 | # Network File Systems | ||
924 | # | ||
925 | CONFIG_NFS_FS=y | ||
926 | CONFIG_NFS_V3=y | ||
927 | # CONFIG_NFS_V3_ACL is not set | ||
928 | CONFIG_NFS_V4=y | ||
929 | # CONFIG_NFS_DIRECTIO is not set | ||
930 | # CONFIG_NFSD is not set | ||
931 | CONFIG_ROOT_NFS=y | ||
932 | CONFIG_LOCKD=y | ||
933 | CONFIG_LOCKD_V4=y | ||
934 | CONFIG_NFS_COMMON=y | ||
935 | CONFIG_SUNRPC=y | ||
936 | CONFIG_SUNRPC_GSS=y | ||
937 | # CONFIG_SUNRPC_BIND34 is not set | ||
938 | CONFIG_RPCSEC_GSS_KRB5=y | ||
939 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
940 | # CONFIG_SMB_FS is not set | ||
941 | # CONFIG_CIFS is not set | ||
942 | # CONFIG_NCP_FS is not set | ||
943 | # CONFIG_CODA_FS is not set | ||
944 | # CONFIG_AFS_FS is not set | ||
945 | |||
946 | # | ||
947 | # Partition Types | ||
948 | # | ||
949 | CONFIG_PARTITION_ADVANCED=y | ||
950 | # CONFIG_ACORN_PARTITION is not set | ||
951 | # CONFIG_OSF_PARTITION is not set | ||
952 | # CONFIG_AMIGA_PARTITION is not set | ||
953 | # CONFIG_ATARI_PARTITION is not set | ||
954 | # CONFIG_MAC_PARTITION is not set | ||
955 | CONFIG_MSDOS_PARTITION=y | ||
956 | # CONFIG_BSD_DISKLABEL is not set | ||
957 | # CONFIG_MINIX_SUBPARTITION is not set | ||
958 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
959 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
960 | # CONFIG_LDM_PARTITION is not set | ||
961 | # CONFIG_SGI_PARTITION is not set | ||
962 | # CONFIG_ULTRIX_PARTITION is not set | ||
963 | # CONFIG_SUN_PARTITION is not set | ||
964 | # CONFIG_KARMA_PARTITION is not set | ||
965 | # CONFIG_EFI_PARTITION is not set | ||
966 | # CONFIG_SYSV68_PARTITION is not set | ||
967 | |||
968 | # | ||
969 | # Native Language Support | ||
970 | # | ||
971 | CONFIG_NLS=y | ||
972 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
973 | CONFIG_NLS_CODEPAGE_437=y | ||
974 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
975 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
976 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
977 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
978 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
979 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
980 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
981 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
982 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
983 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
984 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
985 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
986 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
987 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
988 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
989 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
990 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
991 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
992 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
993 | # CONFIG_NLS_ISO8859_8 is not set | ||
994 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
995 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
996 | # CONFIG_NLS_ASCII is not set | ||
997 | # CONFIG_NLS_ISO8859_1 is not set | ||
998 | # CONFIG_NLS_ISO8859_2 is not set | ||
999 | # CONFIG_NLS_ISO8859_3 is not set | ||
1000 | # CONFIG_NLS_ISO8859_4 is not set | ||
1001 | # CONFIG_NLS_ISO8859_5 is not set | ||
1002 | # CONFIG_NLS_ISO8859_6 is not set | ||
1003 | # CONFIG_NLS_ISO8859_7 is not set | ||
1004 | # CONFIG_NLS_ISO8859_9 is not set | ||
1005 | # CONFIG_NLS_ISO8859_13 is not set | ||
1006 | # CONFIG_NLS_ISO8859_14 is not set | ||
1007 | # CONFIG_NLS_ISO8859_15 is not set | ||
1008 | # CONFIG_NLS_KOI8_R is not set | ||
1009 | # CONFIG_NLS_KOI8_U is not set | ||
1010 | # CONFIG_NLS_UTF8 is not set | ||
1011 | |||
1012 | # | ||
1013 | # Distributed Lock Manager | ||
1014 | # | ||
1015 | # CONFIG_DLM is not set | ||
1016 | |||
1017 | # | ||
1018 | # Profiling support | ||
1019 | # | ||
1020 | # CONFIG_PROFILING is not set | ||
1021 | |||
1022 | # | ||
1023 | # Kernel hacking | ||
1024 | # | ||
1025 | # CONFIG_PRINTK_TIME is not set | ||
1026 | CONFIG_ENABLE_MUST_CHECK=y | ||
1027 | CONFIG_MAGIC_SYSRQ=y | ||
1028 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1029 | # CONFIG_DEBUG_FS is not set | ||
1030 | # CONFIG_HEADERS_CHECK is not set | ||
1031 | CONFIG_DEBUG_KERNEL=y | ||
1032 | # CONFIG_DEBUG_SHIRQ is not set | ||
1033 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1034 | CONFIG_SCHED_DEBUG=y | ||
1035 | # CONFIG_SCHEDSTATS is not set | ||
1036 | # CONFIG_TIMER_STATS is not set | ||
1037 | # CONFIG_DEBUG_SLAB is not set | ||
1038 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1039 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1040 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1041 | CONFIG_DEBUG_MUTEXES=y | ||
1042 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1043 | # CONFIG_PROVE_LOCKING is not set | ||
1044 | # CONFIG_LOCK_STAT is not set | ||
1045 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1046 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1047 | # CONFIG_DEBUG_KOBJECT is not set | ||
1048 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1049 | # CONFIG_DEBUG_INFO is not set | ||
1050 | # CONFIG_DEBUG_VM is not set | ||
1051 | # CONFIG_DEBUG_LIST is not set | ||
1052 | CONFIG_FRAME_POINTER=y | ||
1053 | CONFIG_FORCED_INLINING=y | ||
1054 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1055 | # CONFIG_FAULT_INJECTION is not set | ||
1056 | # CONFIG_DEBUG_USER is not set | ||
1057 | # CONFIG_DEBUG_ERRORS is not set | ||
1058 | CONFIG_DEBUG_LL=y | ||
1059 | # CONFIG_DEBUG_ICEDCC is not set | ||
1060 | |||
1061 | # | ||
1062 | # Security options | ||
1063 | # | ||
1064 | # CONFIG_KEYS is not set | ||
1065 | # CONFIG_SECURITY is not set | ||
1066 | CONFIG_CRYPTO=y | ||
1067 | CONFIG_CRYPTO_ALGAPI=y | ||
1068 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1069 | CONFIG_CRYPTO_MANAGER=y | ||
1070 | # CONFIG_CRYPTO_HMAC is not set | ||
1071 | # CONFIG_CRYPTO_XCBC is not set | ||
1072 | # CONFIG_CRYPTO_NULL is not set | ||
1073 | # CONFIG_CRYPTO_MD4 is not set | ||
1074 | CONFIG_CRYPTO_MD5=y | ||
1075 | # CONFIG_CRYPTO_SHA1 is not set | ||
1076 | # CONFIG_CRYPTO_SHA256 is not set | ||
1077 | # CONFIG_CRYPTO_SHA512 is not set | ||
1078 | # CONFIG_CRYPTO_WP512 is not set | ||
1079 | # CONFIG_CRYPTO_TGR192 is not set | ||
1080 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1081 | CONFIG_CRYPTO_ECB=m | ||
1082 | CONFIG_CRYPTO_CBC=y | ||
1083 | CONFIG_CRYPTO_PCBC=m | ||
1084 | # CONFIG_CRYPTO_LRW is not set | ||
1085 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1086 | CONFIG_CRYPTO_DES=y | ||
1087 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1088 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1089 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1090 | # CONFIG_CRYPTO_SERPENT is not set | ||
1091 | # CONFIG_CRYPTO_AES is not set | ||
1092 | # CONFIG_CRYPTO_CAST5 is not set | ||
1093 | # CONFIG_CRYPTO_CAST6 is not set | ||
1094 | # CONFIG_CRYPTO_TEA is not set | ||
1095 | # CONFIG_CRYPTO_ARC4 is not set | ||
1096 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1097 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1098 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1099 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1100 | # CONFIG_CRYPTO_CRC32C is not set | ||
1101 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1102 | # CONFIG_CRYPTO_TEST is not set | ||
1103 | CONFIG_CRYPTO_HW=y | ||
1104 | |||
1105 | # | ||
1106 | # Library routines | ||
1107 | # | ||
1108 | CONFIG_BITREVERSE=y | ||
1109 | CONFIG_CRC_CCITT=y | ||
1110 | # CONFIG_CRC16 is not set | ||
1111 | # CONFIG_CRC_ITU_T is not set | ||
1112 | CONFIG_CRC32=y | ||
1113 | # CONFIG_CRC7 is not set | ||
1114 | CONFIG_LIBCRC32C=y | ||
1115 | CONFIG_ZLIB_INFLATE=y | ||
1116 | CONFIG_ZLIB_DEFLATE=y | ||
1117 | CONFIG_PLIST=y | ||
1118 | CONFIG_HAS_IOMEM=y | ||
1119 | CONFIG_HAS_IOPORT=y | ||
1120 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_innovator_1510_defconfig b/arch/arm/configs/omap_innovator_1510_defconfig new file mode 100644 index 000000000000..55b2611bd90a --- /dev/null +++ b/arch/arm/configs/omap_innovator_1510_defconfig | |||
@@ -0,0 +1,1253 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:45:02 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_USER_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | # CONFIG_RELAY is not set | ||
49 | CONFIG_BLK_DEV_INITRD=y | ||
50 | CONFIG_INITRAMFS_SOURCE="" | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | # CONFIG_EMBEDDED is not set | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_ALL is not set | ||
58 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | CONFIG_MODULES=y | ||
79 | CONFIG_MODULE_UNLOAD=y | ||
80 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
81 | # CONFIG_MODVERSIONS is not set | ||
82 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
83 | CONFIG_KMOD=y | ||
84 | CONFIG_BLOCK=y | ||
85 | # CONFIG_LBD is not set | ||
86 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
87 | # CONFIG_LSF is not set | ||
88 | # CONFIG_BLK_DEV_BSG is not set | ||
89 | |||
90 | # | ||
91 | # IO Schedulers | ||
92 | # | ||
93 | CONFIG_IOSCHED_NOOP=y | ||
94 | CONFIG_IOSCHED_AS=y | ||
95 | CONFIG_IOSCHED_DEADLINE=y | ||
96 | CONFIG_IOSCHED_CFQ=y | ||
97 | # CONFIG_DEFAULT_AS is not set | ||
98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
99 | CONFIG_DEFAULT_CFQ=y | ||
100 | # CONFIG_DEFAULT_NOOP is not set | ||
101 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
102 | |||
103 | # | ||
104 | # System Type | ||
105 | # | ||
106 | # CONFIG_ARCH_AAEC2000 is not set | ||
107 | # CONFIG_ARCH_INTEGRATOR is not set | ||
108 | # CONFIG_ARCH_REALVIEW is not set | ||
109 | # CONFIG_ARCH_VERSATILE is not set | ||
110 | # CONFIG_ARCH_AT91 is not set | ||
111 | # CONFIG_ARCH_CLPS7500 is not set | ||
112 | # CONFIG_ARCH_CLPS711X is not set | ||
113 | # CONFIG_ARCH_CO285 is not set | ||
114 | # CONFIG_ARCH_EBSA110 is not set | ||
115 | # CONFIG_ARCH_EP93XX is not set | ||
116 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
117 | # CONFIG_ARCH_NETX is not set | ||
118 | # CONFIG_ARCH_H720X is not set | ||
119 | # CONFIG_ARCH_IMX is not set | ||
120 | # CONFIG_ARCH_IOP13XX is not set | ||
121 | # CONFIG_ARCH_IOP32X is not set | ||
122 | # CONFIG_ARCH_IOP33X is not set | ||
123 | # CONFIG_ARCH_IXP23XX is not set | ||
124 | # CONFIG_ARCH_IXP2000 is not set | ||
125 | # CONFIG_ARCH_IXP4XX is not set | ||
126 | # CONFIG_ARCH_L7200 is not set | ||
127 | # CONFIG_ARCH_KS8695 is not set | ||
128 | # CONFIG_ARCH_NS9XXX is not set | ||
129 | # CONFIG_ARCH_MXC is not set | ||
130 | # CONFIG_ARCH_PNX4008 is not set | ||
131 | # CONFIG_ARCH_PXA is not set | ||
132 | # CONFIG_ARCH_RPC is not set | ||
133 | # CONFIG_ARCH_SA1100 is not set | ||
134 | # CONFIG_ARCH_S3C2410 is not set | ||
135 | # CONFIG_ARCH_SHARK is not set | ||
136 | # CONFIG_ARCH_LH7A40X is not set | ||
137 | # CONFIG_ARCH_DAVINCI is not set | ||
138 | CONFIG_ARCH_OMAP=y | ||
139 | |||
140 | # | ||
141 | # TI OMAP Implementations | ||
142 | # | ||
143 | CONFIG_ARCH_OMAP1=y | ||
144 | # CONFIG_ARCH_OMAP2 is not set | ||
145 | # CONFIG_ARCH_OMAP3 is not set | ||
146 | |||
147 | # | ||
148 | # OMAP Feature Selections | ||
149 | # | ||
150 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
151 | # CONFIG_OMAP_BOOT_TAG is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | CONFIG_OMAP_MUX=y | ||
154 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
155 | CONFIG_OMAP_MUX_WARNINGS=y | ||
156 | CONFIG_OMAP_MCBSP=y | ||
157 | # CONFIG_OMAP_MMU_FWK is not set | ||
158 | # CONFIG_OMAP_MBOX_FWK is not set | ||
159 | CONFIG_OMAP_MPU_TIMER=y | ||
160 | # CONFIG_OMAP_32K_TIMER is not set | ||
161 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
164 | CONFIG_OMAP_SERIAL_WAKE=y | ||
165 | # CONFIG_OMAP_DSP is not set | ||
166 | |||
167 | # | ||
168 | # OMAP Core Type | ||
169 | # | ||
170 | # CONFIG_ARCH_OMAP730 is not set | ||
171 | CONFIG_ARCH_OMAP15XX=y | ||
172 | # CONFIG_ARCH_OMAP16XX is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Board Type | ||
176 | # | ||
177 | CONFIG_MACH_OMAP_INNOVATOR=y | ||
178 | # CONFIG_MACH_VOICEBLUE is not set | ||
179 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
180 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
181 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
182 | # CONFIG_MACH_SX1 is not set | ||
183 | # CONFIG_MACH_AMS_DELTA is not set | ||
184 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
185 | |||
186 | # | ||
187 | # OMAP CPU Speed | ||
188 | # | ||
189 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
190 | CONFIG_OMAP_ARM_168MHZ=y | ||
191 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
192 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
193 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
194 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
195 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
196 | |||
197 | # | ||
198 | # Boot options | ||
199 | # | ||
200 | |||
201 | # | ||
202 | # Power management | ||
203 | # | ||
204 | |||
205 | # | ||
206 | # Processor Type | ||
207 | # | ||
208 | CONFIG_CPU_32=y | ||
209 | CONFIG_CPU_ARM925T=y | ||
210 | CONFIG_CPU_32v4T=y | ||
211 | CONFIG_CPU_ABRT_EV4T=y | ||
212 | CONFIG_CPU_PABRT_NOIFAR=y | ||
213 | CONFIG_CPU_CACHE_V4WT=y | ||
214 | CONFIG_CPU_CACHE_VIVT=y | ||
215 | CONFIG_CPU_COPY_V4WB=y | ||
216 | CONFIG_CPU_TLB_V4WBI=y | ||
217 | CONFIG_CPU_CP15=y | ||
218 | CONFIG_CPU_CP15_MMU=y | ||
219 | |||
220 | # | ||
221 | # Processor Features | ||
222 | # | ||
223 | CONFIG_ARM_THUMB=y | ||
224 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
225 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
226 | CONFIG_CPU_DCACHE_WRITETHROUGH=y | ||
227 | # CONFIG_OUTER_CACHE is not set | ||
228 | |||
229 | # | ||
230 | # Bus support | ||
231 | # | ||
232 | # CONFIG_PCI_SYSCALL is not set | ||
233 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
234 | |||
235 | # | ||
236 | # PCCARD (PCMCIA/CardBus) support | ||
237 | # | ||
238 | # CONFIG_PCCARD is not set | ||
239 | |||
240 | # | ||
241 | # Kernel Features | ||
242 | # | ||
243 | # CONFIG_TICK_ONESHOT is not set | ||
244 | # CONFIG_NO_HZ is not set | ||
245 | # CONFIG_HIGH_RES_TIMERS is not set | ||
246 | CONFIG_PREEMPT=y | ||
247 | CONFIG_HZ=100 | ||
248 | # CONFIG_AEABI is not set | ||
249 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
250 | CONFIG_SELECT_MEMORY_MODEL=y | ||
251 | CONFIG_FLATMEM_MANUAL=y | ||
252 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
253 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
254 | CONFIG_FLATMEM=y | ||
255 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
256 | # CONFIG_SPARSEMEM_STATIC is not set | ||
257 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
258 | # CONFIG_RESOURCES_64BIT is not set | ||
259 | CONFIG_ZONE_DMA_FLAG=1 | ||
260 | CONFIG_BOUNCE=y | ||
261 | CONFIG_VIRT_TO_BUS=y | ||
262 | CONFIG_LEDS=y | ||
263 | CONFIG_ALIGNMENT_TRAP=y | ||
264 | |||
265 | # | ||
266 | # Boot options | ||
267 | # | ||
268 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
269 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
270 | CONFIG_CMDLINE="console=ttyS0,115200n8 root=/dev/nfs ip=bootp noinitrd" | ||
271 | # CONFIG_XIP_KERNEL is not set | ||
272 | # CONFIG_KEXEC is not set | ||
273 | |||
274 | # | ||
275 | # CPU Frequency scaling | ||
276 | # | ||
277 | # CONFIG_CPU_FREQ is not set | ||
278 | |||
279 | # | ||
280 | # Floating point emulation | ||
281 | # | ||
282 | |||
283 | # | ||
284 | # At least one emulation must be selected | ||
285 | # | ||
286 | CONFIG_FPE_NWFPE=y | ||
287 | # CONFIG_FPE_NWFPE_XP is not set | ||
288 | # CONFIG_FPE_FASTFPE is not set | ||
289 | |||
290 | # | ||
291 | # Userspace binary formats | ||
292 | # | ||
293 | CONFIG_BINFMT_ELF=y | ||
294 | # CONFIG_BINFMT_AOUT is not set | ||
295 | # CONFIG_BINFMT_MISC is not set | ||
296 | # CONFIG_ARTHUR is not set | ||
297 | |||
298 | # | ||
299 | # Power management options | ||
300 | # | ||
301 | CONFIG_PM=y | ||
302 | # CONFIG_PM_LEGACY is not set | ||
303 | # CONFIG_PM_DEBUG is not set | ||
304 | CONFIG_PM_SLEEP=y | ||
305 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
306 | CONFIG_SUSPEND=y | ||
307 | # CONFIG_APM_EMULATION is not set | ||
308 | |||
309 | # | ||
310 | # Networking | ||
311 | # | ||
312 | CONFIG_NET=y | ||
313 | |||
314 | # | ||
315 | # Networking options | ||
316 | # | ||
317 | CONFIG_PACKET=y | ||
318 | # CONFIG_PACKET_MMAP is not set | ||
319 | CONFIG_UNIX=y | ||
320 | CONFIG_XFRM=y | ||
321 | # CONFIG_XFRM_USER is not set | ||
322 | # CONFIG_XFRM_SUB_POLICY is not set | ||
323 | # CONFIG_XFRM_MIGRATE is not set | ||
324 | # CONFIG_NET_KEY is not set | ||
325 | CONFIG_INET=y | ||
326 | CONFIG_IP_MULTICAST=y | ||
327 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
328 | CONFIG_IP_FIB_HASH=y | ||
329 | CONFIG_IP_PNP=y | ||
330 | CONFIG_IP_PNP_DHCP=y | ||
331 | CONFIG_IP_PNP_BOOTP=y | ||
332 | # CONFIG_IP_PNP_RARP is not set | ||
333 | # CONFIG_NET_IPIP is not set | ||
334 | # CONFIG_NET_IPGRE is not set | ||
335 | # CONFIG_IP_MROUTE is not set | ||
336 | # CONFIG_ARPD is not set | ||
337 | # CONFIG_SYN_COOKIES is not set | ||
338 | # CONFIG_INET_AH is not set | ||
339 | # CONFIG_INET_ESP is not set | ||
340 | # CONFIG_INET_IPCOMP is not set | ||
341 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
342 | # CONFIG_INET_TUNNEL is not set | ||
343 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
344 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
345 | CONFIG_INET_XFRM_MODE_BEET=y | ||
346 | CONFIG_INET_DIAG=y | ||
347 | CONFIG_INET_TCP_DIAG=y | ||
348 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
349 | CONFIG_TCP_CONG_CUBIC=y | ||
350 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
351 | # CONFIG_TCP_MD5SIG is not set | ||
352 | # CONFIG_IPV6 is not set | ||
353 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
354 | # CONFIG_INET6_TUNNEL is not set | ||
355 | # CONFIG_NETWORK_SECMARK is not set | ||
356 | # CONFIG_NETFILTER is not set | ||
357 | # CONFIG_IP_DCCP is not set | ||
358 | # CONFIG_IP_SCTP is not set | ||
359 | # CONFIG_TIPC is not set | ||
360 | # CONFIG_ATM is not set | ||
361 | # CONFIG_BRIDGE is not set | ||
362 | # CONFIG_VLAN_8021Q is not set | ||
363 | # CONFIG_DECNET is not set | ||
364 | # CONFIG_LLC2 is not set | ||
365 | # CONFIG_IPX is not set | ||
366 | # CONFIG_ATALK is not set | ||
367 | # CONFIG_X25 is not set | ||
368 | # CONFIG_LAPB is not set | ||
369 | # CONFIG_ECONET is not set | ||
370 | # CONFIG_WAN_ROUTER is not set | ||
371 | |||
372 | # | ||
373 | # QoS and/or fair queueing | ||
374 | # | ||
375 | # CONFIG_NET_SCHED is not set | ||
376 | |||
377 | # | ||
378 | # Network testing | ||
379 | # | ||
380 | # CONFIG_NET_PKTGEN is not set | ||
381 | # CONFIG_HAMRADIO is not set | ||
382 | # CONFIG_IRDA is not set | ||
383 | # CONFIG_BT is not set | ||
384 | # CONFIG_AF_RXRPC is not set | ||
385 | |||
386 | # | ||
387 | # Wireless | ||
388 | # | ||
389 | # CONFIG_CFG80211 is not set | ||
390 | # CONFIG_WIRELESS_EXT is not set | ||
391 | # CONFIG_MAC80211 is not set | ||
392 | # CONFIG_IEEE80211 is not set | ||
393 | # CONFIG_RFKILL is not set | ||
394 | # CONFIG_NET_9P is not set | ||
395 | |||
396 | # | ||
397 | # Device Drivers | ||
398 | # | ||
399 | |||
400 | # | ||
401 | # Generic Driver Options | ||
402 | # | ||
403 | CONFIG_STANDALONE=y | ||
404 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
405 | # CONFIG_FW_LOADER is not set | ||
406 | # CONFIG_DEBUG_DRIVER is not set | ||
407 | # CONFIG_DEBUG_DEVRES is not set | ||
408 | # CONFIG_SYS_HYPERVISOR is not set | ||
409 | # CONFIG_CONNECTOR is not set | ||
410 | # CONFIG_MTD is not set | ||
411 | # CONFIG_PARPORT is not set | ||
412 | CONFIG_BLK_DEV=y | ||
413 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
414 | CONFIG_BLK_DEV_LOOP=y | ||
415 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
416 | # CONFIG_BLK_DEV_NBD is not set | ||
417 | # CONFIG_BLK_DEV_UB is not set | ||
418 | CONFIG_BLK_DEV_RAM=y | ||
419 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
420 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
421 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
422 | # CONFIG_CDROM_PKTCDVD is not set | ||
423 | # CONFIG_ATA_OVER_ETH is not set | ||
424 | |||
425 | # | ||
426 | # SCSI device support | ||
427 | # | ||
428 | # CONFIG_RAID_ATTRS is not set | ||
429 | CONFIG_SCSI=y | ||
430 | CONFIG_SCSI_DMA=y | ||
431 | # CONFIG_SCSI_TGT is not set | ||
432 | # CONFIG_SCSI_NETLINK is not set | ||
433 | CONFIG_SCSI_PROC_FS=y | ||
434 | |||
435 | # | ||
436 | # SCSI support type (disk, tape, CD-ROM) | ||
437 | # | ||
438 | CONFIG_BLK_DEV_SD=y | ||
439 | CONFIG_CHR_DEV_ST=y | ||
440 | # CONFIG_CHR_DEV_OSST is not set | ||
441 | CONFIG_BLK_DEV_SR=y | ||
442 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
443 | CONFIG_CHR_DEV_SG=y | ||
444 | # CONFIG_CHR_DEV_SCH is not set | ||
445 | |||
446 | # | ||
447 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
448 | # | ||
449 | CONFIG_SCSI_MULTI_LUN=y | ||
450 | # CONFIG_SCSI_CONSTANTS is not set | ||
451 | # CONFIG_SCSI_LOGGING is not set | ||
452 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
453 | CONFIG_SCSI_WAIT_SCAN=m | ||
454 | |||
455 | # | ||
456 | # SCSI Transports | ||
457 | # | ||
458 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
459 | # CONFIG_SCSI_FC_ATTRS is not set | ||
460 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
461 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
462 | CONFIG_SCSI_LOWLEVEL=y | ||
463 | # CONFIG_ISCSI_TCP is not set | ||
464 | # CONFIG_SCSI_DEBUG is not set | ||
465 | # CONFIG_ATA is not set | ||
466 | # CONFIG_MD is not set | ||
467 | CONFIG_NETDEVICES=y | ||
468 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
469 | # CONFIG_DUMMY is not set | ||
470 | # CONFIG_BONDING is not set | ||
471 | # CONFIG_MACVLAN is not set | ||
472 | # CONFIG_EQUALIZER is not set | ||
473 | # CONFIG_TUN is not set | ||
474 | # CONFIG_PHYLIB is not set | ||
475 | CONFIG_NET_ETHERNET=y | ||
476 | CONFIG_MII=y | ||
477 | # CONFIG_AX88796 is not set | ||
478 | CONFIG_SMC91X=y | ||
479 | # CONFIG_DM9000 is not set | ||
480 | CONFIG_NETDEV_1000=y | ||
481 | CONFIG_NETDEV_10000=y | ||
482 | |||
483 | # | ||
484 | # Wireless LAN | ||
485 | # | ||
486 | # CONFIG_WLAN_PRE80211 is not set | ||
487 | # CONFIG_WLAN_80211 is not set | ||
488 | |||
489 | # | ||
490 | # USB Network Adapters | ||
491 | # | ||
492 | # CONFIG_USB_CATC is not set | ||
493 | # CONFIG_USB_KAWETH is not set | ||
494 | # CONFIG_USB_PEGASUS is not set | ||
495 | CONFIG_USB_RTL8150=y | ||
496 | CONFIG_USB_USBNET_MII=y | ||
497 | CONFIG_USB_USBNET=y | ||
498 | CONFIG_USB_NET_AX8817X=y | ||
499 | CONFIG_USB_NET_CDCETHER=y | ||
500 | # CONFIG_USB_NET_DM9601 is not set | ||
501 | # CONFIG_USB_NET_GL620A is not set | ||
502 | CONFIG_USB_NET_NET1080=y | ||
503 | # CONFIG_USB_NET_PLUSB is not set | ||
504 | # CONFIG_USB_NET_MCS7830 is not set | ||
505 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
506 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
507 | CONFIG_USB_NET_ZAURUS=y | ||
508 | # CONFIG_WAN is not set | ||
509 | CONFIG_PPP=y | ||
510 | CONFIG_PPP_MULTILINK=y | ||
511 | # CONFIG_PPP_FILTER is not set | ||
512 | CONFIG_PPP_ASYNC=y | ||
513 | # CONFIG_PPP_SYNC_TTY is not set | ||
514 | CONFIG_PPP_DEFLATE=y | ||
515 | CONFIG_PPP_BSDCOMP=y | ||
516 | # CONFIG_PPP_MPPE is not set | ||
517 | # CONFIG_PPPOE is not set | ||
518 | # CONFIG_PPPOL2TP is not set | ||
519 | # CONFIG_SLIP is not set | ||
520 | CONFIG_SLHC=y | ||
521 | # CONFIG_SHAPER is not set | ||
522 | # CONFIG_NETCONSOLE is not set | ||
523 | # CONFIG_NETPOLL is not set | ||
524 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
525 | # CONFIG_ISDN is not set | ||
526 | |||
527 | # | ||
528 | # Input device support | ||
529 | # | ||
530 | CONFIG_INPUT=y | ||
531 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
532 | # CONFIG_INPUT_POLLDEV is not set | ||
533 | |||
534 | # | ||
535 | # Userland interfaces | ||
536 | # | ||
537 | CONFIG_INPUT_MOUSEDEV=y | ||
538 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
539 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=240 | ||
540 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320 | ||
541 | # CONFIG_INPUT_JOYDEV is not set | ||
542 | # CONFIG_INPUT_TSDEV is not set | ||
543 | # CONFIG_INPUT_EVDEV is not set | ||
544 | # CONFIG_INPUT_EVBUG is not set | ||
545 | |||
546 | # | ||
547 | # Input Device Drivers | ||
548 | # | ||
549 | CONFIG_INPUT_KEYBOARD=y | ||
550 | # CONFIG_KEYBOARD_ATKBD is not set | ||
551 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
552 | # CONFIG_KEYBOARD_LKKBD is not set | ||
553 | # CONFIG_KEYBOARD_XTKBD is not set | ||
554 | # CONFIG_KEYBOARD_NEWTON is not set | ||
555 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
556 | CONFIG_KEYBOARD_OMAP=y | ||
557 | CONFIG_OMAP_PS2=m | ||
558 | # CONFIG_KEYBOARD_GPIO is not set | ||
559 | # CONFIG_INPUT_MOUSE is not set | ||
560 | # CONFIG_INPUT_JOYSTICK is not set | ||
561 | # CONFIG_INPUT_TABLET is not set | ||
562 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
563 | # CONFIG_INPUT_MISC is not set | ||
564 | |||
565 | # | ||
566 | # Hardware I/O ports | ||
567 | # | ||
568 | CONFIG_SERIO=y | ||
569 | CONFIG_SERIO_SERPORT=y | ||
570 | # CONFIG_SERIO_RAW is not set | ||
571 | # CONFIG_GAMEPORT is not set | ||
572 | |||
573 | # | ||
574 | # Character devices | ||
575 | # | ||
576 | CONFIG_VT=y | ||
577 | CONFIG_VT_CONSOLE=y | ||
578 | CONFIG_HW_CONSOLE=y | ||
579 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
580 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
581 | |||
582 | # | ||
583 | # Serial drivers | ||
584 | # | ||
585 | CONFIG_SERIAL_8250=y | ||
586 | CONFIG_SERIAL_8250_CONSOLE=y | ||
587 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
588 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
589 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
590 | |||
591 | # | ||
592 | # Non-8250 serial port support | ||
593 | # | ||
594 | CONFIG_SERIAL_CORE=y | ||
595 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
596 | CONFIG_UNIX98_PTYS=y | ||
597 | # CONFIG_LEGACY_PTYS is not set | ||
598 | # CONFIG_IPMI_HANDLER is not set | ||
599 | # CONFIG_WATCHDOG is not set | ||
600 | CONFIG_HW_RANDOM=m | ||
601 | # CONFIG_NVRAM is not set | ||
602 | # CONFIG_R3964 is not set | ||
603 | # CONFIG_RAW_DRIVER is not set | ||
604 | # CONFIG_TCG_TPM is not set | ||
605 | CONFIG_I2C=y | ||
606 | CONFIG_I2C_BOARDINFO=y | ||
607 | # CONFIG_I2C_CHARDEV is not set | ||
608 | |||
609 | # | ||
610 | # I2C Algorithms | ||
611 | # | ||
612 | # CONFIG_I2C_ALGOBIT is not set | ||
613 | # CONFIG_I2C_ALGOPCF is not set | ||
614 | # CONFIG_I2C_ALGOPCA is not set | ||
615 | |||
616 | # | ||
617 | # I2C Hardware Bus support | ||
618 | # | ||
619 | # CONFIG_I2C_GPIO is not set | ||
620 | # CONFIG_I2C_OCORES is not set | ||
621 | # CONFIG_I2C_OMAP is not set | ||
622 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
623 | # CONFIG_I2C_SIMTEC is not set | ||
624 | # CONFIG_I2C_TAOS_EVM is not set | ||
625 | # CONFIG_I2C_STUB is not set | ||
626 | # CONFIG_I2C_TINY_USB is not set | ||
627 | |||
628 | # | ||
629 | # Miscellaneous I2C Chip support | ||
630 | # | ||
631 | # CONFIG_SENSORS_DS1337 is not set | ||
632 | # CONFIG_SENSORS_DS1374 is not set | ||
633 | # CONFIG_DS1682 is not set | ||
634 | # CONFIG_SENSORS_EEPROM is not set | ||
635 | # CONFIG_SENSORS_PCF8574 is not set | ||
636 | # CONFIG_SENSORS_PCA9539 is not set | ||
637 | # CONFIG_SENSORS_PCF8591 is not set | ||
638 | # CONFIG_TPS65010 is not set | ||
639 | # CONFIG_SENSORS_MAX6875 is not set | ||
640 | # CONFIG_SENSORS_TSL2550 is not set | ||
641 | # CONFIG_I2C_DEBUG_CORE is not set | ||
642 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
643 | # CONFIG_I2C_DEBUG_BUS is not set | ||
644 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
645 | |||
646 | # | ||
647 | # SPI support | ||
648 | # | ||
649 | # CONFIG_SPI is not set | ||
650 | # CONFIG_SPI_MASTER is not set | ||
651 | # CONFIG_W1 is not set | ||
652 | CONFIG_HWMON=y | ||
653 | # CONFIG_HWMON_VID is not set | ||
654 | # CONFIG_SENSORS_ABITUGURU is not set | ||
655 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
656 | # CONFIG_SENSORS_AD7418 is not set | ||
657 | # CONFIG_SENSORS_ADM1021 is not set | ||
658 | # CONFIG_SENSORS_ADM1025 is not set | ||
659 | # CONFIG_SENSORS_ADM1026 is not set | ||
660 | # CONFIG_SENSORS_ADM1029 is not set | ||
661 | # CONFIG_SENSORS_ADM1031 is not set | ||
662 | # CONFIG_SENSORS_ADM9240 is not set | ||
663 | # CONFIG_SENSORS_ASB100 is not set | ||
664 | # CONFIG_SENSORS_ATXP1 is not set | ||
665 | # CONFIG_SENSORS_DS1621 is not set | ||
666 | # CONFIG_SENSORS_F71805F is not set | ||
667 | # CONFIG_SENSORS_FSCHER is not set | ||
668 | # CONFIG_SENSORS_FSCPOS is not set | ||
669 | # CONFIG_SENSORS_GL518SM is not set | ||
670 | # CONFIG_SENSORS_GL520SM is not set | ||
671 | # CONFIG_SENSORS_IT87 is not set | ||
672 | # CONFIG_SENSORS_LM63 is not set | ||
673 | # CONFIG_SENSORS_LM75 is not set | ||
674 | # CONFIG_SENSORS_LM77 is not set | ||
675 | # CONFIG_SENSORS_LM78 is not set | ||
676 | # CONFIG_SENSORS_LM80 is not set | ||
677 | # CONFIG_SENSORS_LM83 is not set | ||
678 | # CONFIG_SENSORS_LM85 is not set | ||
679 | # CONFIG_SENSORS_LM87 is not set | ||
680 | # CONFIG_SENSORS_LM90 is not set | ||
681 | # CONFIG_SENSORS_LM92 is not set | ||
682 | # CONFIG_SENSORS_LM93 is not set | ||
683 | # CONFIG_SENSORS_MAX1619 is not set | ||
684 | # CONFIG_SENSORS_MAX6650 is not set | ||
685 | # CONFIG_SENSORS_PC87360 is not set | ||
686 | # CONFIG_SENSORS_PC87427 is not set | ||
687 | # CONFIG_SENSORS_DME1737 is not set | ||
688 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
689 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
690 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
691 | # CONFIG_SENSORS_THMC50 is not set | ||
692 | # CONFIG_SENSORS_VT1211 is not set | ||
693 | # CONFIG_SENSORS_W83781D is not set | ||
694 | # CONFIG_SENSORS_W83791D is not set | ||
695 | # CONFIG_SENSORS_W83792D is not set | ||
696 | # CONFIG_SENSORS_W83793 is not set | ||
697 | # CONFIG_SENSORS_W83L785TS is not set | ||
698 | # CONFIG_SENSORS_W83627HF is not set | ||
699 | # CONFIG_SENSORS_W83627EHF is not set | ||
700 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
701 | CONFIG_MISC_DEVICES=y | ||
702 | # CONFIG_EEPROM_93CX6 is not set | ||
703 | |||
704 | # | ||
705 | # Multifunction device drivers | ||
706 | # | ||
707 | # CONFIG_MFD_SM501 is not set | ||
708 | # CONFIG_NEW_LEDS is not set | ||
709 | |||
710 | # | ||
711 | # Multimedia devices | ||
712 | # | ||
713 | # CONFIG_VIDEO_DEV is not set | ||
714 | # CONFIG_DVB_CORE is not set | ||
715 | CONFIG_DAB=y | ||
716 | # CONFIG_USB_DABUSB is not set | ||
717 | |||
718 | # | ||
719 | # Graphics support | ||
720 | # | ||
721 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
722 | |||
723 | # | ||
724 | # Display device support | ||
725 | # | ||
726 | # CONFIG_DISPLAY_SUPPORT is not set | ||
727 | # CONFIG_VGASTATE is not set | ||
728 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
729 | CONFIG_FB=y | ||
730 | # CONFIG_FIRMWARE_EDID is not set | ||
731 | # CONFIG_FB_DDC is not set | ||
732 | # CONFIG_FB_CFB_FILLRECT is not set | ||
733 | # CONFIG_FB_CFB_COPYAREA is not set | ||
734 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
735 | # CONFIG_FB_SYS_FILLRECT is not set | ||
736 | # CONFIG_FB_SYS_COPYAREA is not set | ||
737 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
738 | # CONFIG_FB_SYS_FOPS is not set | ||
739 | CONFIG_FB_DEFERRED_IO=y | ||
740 | # CONFIG_FB_SVGALIB is not set | ||
741 | # CONFIG_FB_MACMODES is not set | ||
742 | # CONFIG_FB_BACKLIGHT is not set | ||
743 | # CONFIG_FB_MODE_HELPERS is not set | ||
744 | # CONFIG_FB_TILEBLITTING is not set | ||
745 | |||
746 | # | ||
747 | # Frame buffer hardware drivers | ||
748 | # | ||
749 | # CONFIG_FB_S1D13XXX is not set | ||
750 | CONFIG_FB_OMAP=y | ||
751 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
752 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
753 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
754 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
755 | # CONFIG_FB_VIRTUAL is not set | ||
756 | |||
757 | # | ||
758 | # Console display driver support | ||
759 | # | ||
760 | # CONFIG_VGA_CONSOLE is not set | ||
761 | CONFIG_DUMMY_CONSOLE=y | ||
762 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
763 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
764 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
765 | CONFIG_FONTS=y | ||
766 | CONFIG_FONT_8x8=y | ||
767 | CONFIG_FONT_8x16=y | ||
768 | # CONFIG_FONT_6x11 is not set | ||
769 | # CONFIG_FONT_7x14 is not set | ||
770 | # CONFIG_FONT_PEARL_8x8 is not set | ||
771 | # CONFIG_FONT_ACORN_8x8 is not set | ||
772 | # CONFIG_FONT_MINI_4x6 is not set | ||
773 | # CONFIG_FONT_SUN8x16 is not set | ||
774 | # CONFIG_FONT_SUN12x22 is not set | ||
775 | # CONFIG_FONT_10x18 is not set | ||
776 | CONFIG_LOGO=y | ||
777 | CONFIG_LOGO_LINUX_MONO=y | ||
778 | CONFIG_LOGO_LINUX_VGA16=y | ||
779 | CONFIG_LOGO_LINUX_CLUT224=y | ||
780 | |||
781 | # | ||
782 | # Sound | ||
783 | # | ||
784 | # CONFIG_SOUND is not set | ||
785 | CONFIG_HID_SUPPORT=y | ||
786 | CONFIG_HID=y | ||
787 | # CONFIG_HID_DEBUG is not set | ||
788 | |||
789 | # | ||
790 | # USB Input Devices | ||
791 | # | ||
792 | CONFIG_USB_HID=y | ||
793 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
794 | # CONFIG_HID_FF is not set | ||
795 | # CONFIG_USB_HIDDEV is not set | ||
796 | CONFIG_USB_SUPPORT=y | ||
797 | CONFIG_USB_ARCH_HAS_HCD=y | ||
798 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
799 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
800 | CONFIG_USB=y | ||
801 | CONFIG_USB_DEBUG=y | ||
802 | |||
803 | # | ||
804 | # Miscellaneous USB options | ||
805 | # | ||
806 | CONFIG_USB_DEVICEFS=y | ||
807 | # CONFIG_USB_DEVICE_CLASS is not set | ||
808 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
809 | CONFIG_USB_SUSPEND=y | ||
810 | # CONFIG_USB_PERSIST is not set | ||
811 | # CONFIG_USB_OTG is not set | ||
812 | |||
813 | # | ||
814 | # USB Host Controller Drivers | ||
815 | # | ||
816 | # CONFIG_USB_ISP116X_HCD is not set | ||
817 | CONFIG_USB_OHCI_HCD=y | ||
818 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
819 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
820 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
821 | # CONFIG_USB_SL811_HCD is not set | ||
822 | # CONFIG_USB_R8A66597_HCD is not set | ||
823 | # CONFIG_USB_MUSB_HDRC is not set | ||
824 | |||
825 | # | ||
826 | # USB Device Class drivers | ||
827 | # | ||
828 | # CONFIG_USB_ACM is not set | ||
829 | # CONFIG_USB_PRINTER is not set | ||
830 | |||
831 | # | ||
832 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
833 | # | ||
834 | |||
835 | # | ||
836 | # may also be needed; see USB_STORAGE Help for more information | ||
837 | # | ||
838 | CONFIG_USB_STORAGE=y | ||
839 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
840 | CONFIG_USB_STORAGE_DATAFAB=y | ||
841 | CONFIG_USB_STORAGE_FREECOM=y | ||
842 | CONFIG_USB_STORAGE_DPCM=y | ||
843 | # CONFIG_USB_STORAGE_USBAT is not set | ||
844 | CONFIG_USB_STORAGE_SDDR09=y | ||
845 | CONFIG_USB_STORAGE_SDDR55=y | ||
846 | CONFIG_USB_STORAGE_JUMPSHOT=y | ||
847 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
848 | # CONFIG_USB_STORAGE_KARMA is not set | ||
849 | # CONFIG_USB_LIBUSUAL is not set | ||
850 | |||
851 | # | ||
852 | # USB Imaging devices | ||
853 | # | ||
854 | # CONFIG_USB_MDC800 is not set | ||
855 | # CONFIG_USB_MICROTEK is not set | ||
856 | CONFIG_USB_MON=y | ||
857 | |||
858 | # | ||
859 | # USB port drivers | ||
860 | # | ||
861 | |||
862 | # | ||
863 | # USB Serial Converter support | ||
864 | # | ||
865 | # CONFIG_USB_SERIAL is not set | ||
866 | |||
867 | # | ||
868 | # USB Miscellaneous drivers | ||
869 | # | ||
870 | # CONFIG_USB_EMI62 is not set | ||
871 | # CONFIG_USB_EMI26 is not set | ||
872 | # CONFIG_USB_ADUTUX is not set | ||
873 | # CONFIG_USB_AUERSWALD is not set | ||
874 | # CONFIG_USB_RIO500 is not set | ||
875 | # CONFIG_USB_LEGOTOWER is not set | ||
876 | # CONFIG_USB_LCD is not set | ||
877 | # CONFIG_USB_BERRY_CHARGE is not set | ||
878 | # CONFIG_USB_LED is not set | ||
879 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
880 | # CONFIG_USB_CYTHERM is not set | ||
881 | # CONFIG_USB_PHIDGET is not set | ||
882 | # CONFIG_USB_IDMOUSE is not set | ||
883 | # CONFIG_USB_FTDI_ELAN is not set | ||
884 | # CONFIG_USB_APPLEDISPLAY is not set | ||
885 | # CONFIG_USB_LD is not set | ||
886 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
887 | # CONFIG_USB_IOWARRIOR is not set | ||
888 | # CONFIG_USB_TEST is not set | ||
889 | |||
890 | # | ||
891 | # USB DSL modem support | ||
892 | # | ||
893 | |||
894 | # | ||
895 | # USB Gadget Support | ||
896 | # | ||
897 | # CONFIG_USB_GADGET is not set | ||
898 | CONFIG_MMC=y | ||
899 | # CONFIG_MMC_DEBUG is not set | ||
900 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
901 | |||
902 | # | ||
903 | # MMC/SD Card Drivers | ||
904 | # | ||
905 | CONFIG_MMC_BLOCK=y | ||
906 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
907 | |||
908 | # | ||
909 | # MMC/SD Host Controller Drivers | ||
910 | # | ||
911 | CONFIG_MMC_OMAP=y | ||
912 | CONFIG_RTC_LIB=y | ||
913 | CONFIG_RTC_CLASS=y | ||
914 | CONFIG_RTC_HCTOSYS=y | ||
915 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
916 | # CONFIG_RTC_DEBUG is not set | ||
917 | |||
918 | # | ||
919 | # RTC interfaces | ||
920 | # | ||
921 | CONFIG_RTC_INTF_SYSFS=y | ||
922 | CONFIG_RTC_INTF_PROC=y | ||
923 | CONFIG_RTC_INTF_DEV=y | ||
924 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
925 | # CONFIG_RTC_DRV_TEST is not set | ||
926 | |||
927 | # | ||
928 | # I2C RTC drivers | ||
929 | # | ||
930 | # CONFIG_RTC_DRV_DS1307 is not set | ||
931 | # CONFIG_RTC_DRV_DS1672 is not set | ||
932 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
933 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
934 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
935 | # CONFIG_RTC_DRV_X1205 is not set | ||
936 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
937 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
938 | # CONFIG_RTC_DRV_M41T80 is not set | ||
939 | |||
940 | # | ||
941 | # SPI RTC drivers | ||
942 | # | ||
943 | |||
944 | # | ||
945 | # Platform RTC drivers | ||
946 | # | ||
947 | # CONFIG_RTC_DRV_CMOS is not set | ||
948 | # CONFIG_RTC_DRV_DS1553 is not set | ||
949 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
950 | # CONFIG_RTC_DRV_DS1742 is not set | ||
951 | # CONFIG_RTC_DRV_M48T86 is not set | ||
952 | # CONFIG_RTC_DRV_M48T59 is not set | ||
953 | # CONFIG_RTC_DRV_V3020 is not set | ||
954 | |||
955 | # | ||
956 | # on-CPU RTC drivers | ||
957 | # | ||
958 | CONFIG_RTC_DRV_OMAP=y | ||
959 | |||
960 | # | ||
961 | # DMA Engine support | ||
962 | # | ||
963 | # CONFIG_DMA_ENGINE is not set | ||
964 | |||
965 | # | ||
966 | # DMA Clients | ||
967 | # | ||
968 | |||
969 | # | ||
970 | # DMA Devices | ||
971 | # | ||
972 | |||
973 | # | ||
974 | # CBUS support | ||
975 | # | ||
976 | # CONFIG_CBUS is not set | ||
977 | |||
978 | # | ||
979 | # File systems | ||
980 | # | ||
981 | CONFIG_EXT2_FS=y | ||
982 | # CONFIG_EXT2_FS_XATTR is not set | ||
983 | # CONFIG_EXT2_FS_XIP is not set | ||
984 | CONFIG_EXT3_FS=y | ||
985 | CONFIG_EXT3_FS_XATTR=y | ||
986 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
987 | # CONFIG_EXT3_FS_SECURITY is not set | ||
988 | # CONFIG_EXT4DEV_FS is not set | ||
989 | CONFIG_JBD=y | ||
990 | # CONFIG_JBD_DEBUG is not set | ||
991 | CONFIG_FS_MBCACHE=y | ||
992 | # CONFIG_REISERFS_FS is not set | ||
993 | # CONFIG_JFS_FS is not set | ||
994 | # CONFIG_FS_POSIX_ACL is not set | ||
995 | # CONFIG_XFS_FS is not set | ||
996 | # CONFIG_GFS2_FS is not set | ||
997 | # CONFIG_OCFS2_FS is not set | ||
998 | # CONFIG_MINIX_FS is not set | ||
999 | # CONFIG_ROMFS_FS is not set | ||
1000 | CONFIG_INOTIFY=y | ||
1001 | CONFIG_INOTIFY_USER=y | ||
1002 | # CONFIG_QUOTA is not set | ||
1003 | CONFIG_DNOTIFY=y | ||
1004 | CONFIG_AUTOFS_FS=y | ||
1005 | CONFIG_AUTOFS4_FS=y | ||
1006 | # CONFIG_FUSE_FS is not set | ||
1007 | |||
1008 | # | ||
1009 | # CD-ROM/DVD Filesystems | ||
1010 | # | ||
1011 | CONFIG_ISO9660_FS=y | ||
1012 | CONFIG_JOLIET=y | ||
1013 | # CONFIG_ZISOFS is not set | ||
1014 | # CONFIG_UDF_FS is not set | ||
1015 | |||
1016 | # | ||
1017 | # DOS/FAT/NT Filesystems | ||
1018 | # | ||
1019 | CONFIG_FAT_FS=m | ||
1020 | CONFIG_MSDOS_FS=m | ||
1021 | CONFIG_VFAT_FS=m | ||
1022 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1023 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1024 | # CONFIG_NTFS_FS is not set | ||
1025 | |||
1026 | # | ||
1027 | # Pseudo filesystems | ||
1028 | # | ||
1029 | CONFIG_PROC_FS=y | ||
1030 | CONFIG_PROC_SYSCTL=y | ||
1031 | CONFIG_SYSFS=y | ||
1032 | CONFIG_TMPFS=y | ||
1033 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1034 | # CONFIG_HUGETLB_PAGE is not set | ||
1035 | CONFIG_RAMFS=y | ||
1036 | # CONFIG_CONFIGFS_FS is not set | ||
1037 | |||
1038 | # | ||
1039 | # Miscellaneous filesystems | ||
1040 | # | ||
1041 | # CONFIG_ADFS_FS is not set | ||
1042 | # CONFIG_AFFS_FS is not set | ||
1043 | # CONFIG_HFS_FS is not set | ||
1044 | # CONFIG_HFSPLUS_FS is not set | ||
1045 | # CONFIG_BEFS_FS is not set | ||
1046 | # CONFIG_BFS_FS is not set | ||
1047 | # CONFIG_EFS_FS is not set | ||
1048 | # CONFIG_CRAMFS is not set | ||
1049 | # CONFIG_VXFS_FS is not set | ||
1050 | # CONFIG_HPFS_FS is not set | ||
1051 | # CONFIG_QNX4FS_FS is not set | ||
1052 | # CONFIG_SYSV_FS is not set | ||
1053 | # CONFIG_UFS_FS is not set | ||
1054 | |||
1055 | # | ||
1056 | # Network File Systems | ||
1057 | # | ||
1058 | CONFIG_NFS_FS=y | ||
1059 | CONFIG_NFS_V3=y | ||
1060 | # CONFIG_NFS_V3_ACL is not set | ||
1061 | CONFIG_NFS_V4=y | ||
1062 | # CONFIG_NFS_DIRECTIO is not set | ||
1063 | # CONFIG_NFSD is not set | ||
1064 | CONFIG_ROOT_NFS=y | ||
1065 | CONFIG_LOCKD=y | ||
1066 | CONFIG_LOCKD_V4=y | ||
1067 | CONFIG_NFS_COMMON=y | ||
1068 | CONFIG_SUNRPC=y | ||
1069 | CONFIG_SUNRPC_GSS=y | ||
1070 | # CONFIG_SUNRPC_BIND34 is not set | ||
1071 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1072 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1073 | # CONFIG_SMB_FS is not set | ||
1074 | # CONFIG_CIFS is not set | ||
1075 | # CONFIG_NCP_FS is not set | ||
1076 | # CONFIG_CODA_FS is not set | ||
1077 | # CONFIG_AFS_FS is not set | ||
1078 | |||
1079 | # | ||
1080 | # Partition Types | ||
1081 | # | ||
1082 | CONFIG_PARTITION_ADVANCED=y | ||
1083 | # CONFIG_ACORN_PARTITION is not set | ||
1084 | # CONFIG_OSF_PARTITION is not set | ||
1085 | # CONFIG_AMIGA_PARTITION is not set | ||
1086 | # CONFIG_ATARI_PARTITION is not set | ||
1087 | # CONFIG_MAC_PARTITION is not set | ||
1088 | CONFIG_MSDOS_PARTITION=y | ||
1089 | # CONFIG_BSD_DISKLABEL is not set | ||
1090 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1091 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1092 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1093 | # CONFIG_LDM_PARTITION is not set | ||
1094 | # CONFIG_SGI_PARTITION is not set | ||
1095 | # CONFIG_ULTRIX_PARTITION is not set | ||
1096 | # CONFIG_SUN_PARTITION is not set | ||
1097 | # CONFIG_KARMA_PARTITION is not set | ||
1098 | # CONFIG_EFI_PARTITION is not set | ||
1099 | # CONFIG_SYSV68_PARTITION is not set | ||
1100 | |||
1101 | # | ||
1102 | # Native Language Support | ||
1103 | # | ||
1104 | CONFIG_NLS=y | ||
1105 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1106 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1107 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1108 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1109 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1110 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1111 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1112 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1113 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1114 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1115 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1116 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1117 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1118 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1119 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1120 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1121 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1122 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1123 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1124 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1125 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1126 | # CONFIG_NLS_ISO8859_8 is not set | ||
1127 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1128 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1129 | # CONFIG_NLS_ASCII is not set | ||
1130 | # CONFIG_NLS_ISO8859_1 is not set | ||
1131 | # CONFIG_NLS_ISO8859_2 is not set | ||
1132 | # CONFIG_NLS_ISO8859_3 is not set | ||
1133 | # CONFIG_NLS_ISO8859_4 is not set | ||
1134 | # CONFIG_NLS_ISO8859_5 is not set | ||
1135 | # CONFIG_NLS_ISO8859_6 is not set | ||
1136 | # CONFIG_NLS_ISO8859_7 is not set | ||
1137 | # CONFIG_NLS_ISO8859_9 is not set | ||
1138 | # CONFIG_NLS_ISO8859_13 is not set | ||
1139 | # CONFIG_NLS_ISO8859_14 is not set | ||
1140 | # CONFIG_NLS_ISO8859_15 is not set | ||
1141 | # CONFIG_NLS_KOI8_R is not set | ||
1142 | # CONFIG_NLS_KOI8_U is not set | ||
1143 | # CONFIG_NLS_UTF8 is not set | ||
1144 | |||
1145 | # | ||
1146 | # Distributed Lock Manager | ||
1147 | # | ||
1148 | # CONFIG_DLM is not set | ||
1149 | |||
1150 | # | ||
1151 | # Profiling support | ||
1152 | # | ||
1153 | # CONFIG_PROFILING is not set | ||
1154 | |||
1155 | # | ||
1156 | # Kernel hacking | ||
1157 | # | ||
1158 | # CONFIG_PRINTK_TIME is not set | ||
1159 | CONFIG_ENABLE_MUST_CHECK=y | ||
1160 | CONFIG_MAGIC_SYSRQ=y | ||
1161 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1162 | # CONFIG_DEBUG_FS is not set | ||
1163 | # CONFIG_HEADERS_CHECK is not set | ||
1164 | CONFIG_DEBUG_KERNEL=y | ||
1165 | # CONFIG_DEBUG_SHIRQ is not set | ||
1166 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1167 | CONFIG_SCHED_DEBUG=y | ||
1168 | # CONFIG_SCHEDSTATS is not set | ||
1169 | # CONFIG_TIMER_STATS is not set | ||
1170 | # CONFIG_DEBUG_SLAB is not set | ||
1171 | CONFIG_DEBUG_PREEMPT=y | ||
1172 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1173 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1174 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1175 | # CONFIG_DEBUG_MUTEXES is not set | ||
1176 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1177 | # CONFIG_PROVE_LOCKING is not set | ||
1178 | # CONFIG_LOCK_STAT is not set | ||
1179 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1180 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1181 | # CONFIG_DEBUG_KOBJECT is not set | ||
1182 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1183 | # CONFIG_DEBUG_INFO is not set | ||
1184 | # CONFIG_DEBUG_VM is not set | ||
1185 | # CONFIG_DEBUG_LIST is not set | ||
1186 | CONFIG_FRAME_POINTER=y | ||
1187 | CONFIG_FORCED_INLINING=y | ||
1188 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1189 | # CONFIG_FAULT_INJECTION is not set | ||
1190 | # CONFIG_DEBUG_USER is not set | ||
1191 | # CONFIG_DEBUG_ERRORS is not set | ||
1192 | # CONFIG_DEBUG_LL is not set | ||
1193 | |||
1194 | # | ||
1195 | # Security options | ||
1196 | # | ||
1197 | # CONFIG_KEYS is not set | ||
1198 | # CONFIG_SECURITY is not set | ||
1199 | CONFIG_CRYPTO=y | ||
1200 | CONFIG_CRYPTO_ALGAPI=y | ||
1201 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1202 | CONFIG_CRYPTO_MANAGER=y | ||
1203 | # CONFIG_CRYPTO_HMAC is not set | ||
1204 | # CONFIG_CRYPTO_XCBC is not set | ||
1205 | # CONFIG_CRYPTO_NULL is not set | ||
1206 | # CONFIG_CRYPTO_MD4 is not set | ||
1207 | CONFIG_CRYPTO_MD5=y | ||
1208 | # CONFIG_CRYPTO_SHA1 is not set | ||
1209 | # CONFIG_CRYPTO_SHA256 is not set | ||
1210 | # CONFIG_CRYPTO_SHA512 is not set | ||
1211 | # CONFIG_CRYPTO_WP512 is not set | ||
1212 | # CONFIG_CRYPTO_TGR192 is not set | ||
1213 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1214 | CONFIG_CRYPTO_ECB=m | ||
1215 | CONFIG_CRYPTO_CBC=y | ||
1216 | CONFIG_CRYPTO_PCBC=m | ||
1217 | # CONFIG_CRYPTO_LRW is not set | ||
1218 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1219 | CONFIG_CRYPTO_DES=y | ||
1220 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1221 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1222 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1223 | # CONFIG_CRYPTO_SERPENT is not set | ||
1224 | # CONFIG_CRYPTO_AES is not set | ||
1225 | # CONFIG_CRYPTO_CAST5 is not set | ||
1226 | # CONFIG_CRYPTO_CAST6 is not set | ||
1227 | # CONFIG_CRYPTO_TEA is not set | ||
1228 | # CONFIG_CRYPTO_ARC4 is not set | ||
1229 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1230 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1231 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1232 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1233 | # CONFIG_CRYPTO_CRC32C is not set | ||
1234 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1235 | # CONFIG_CRYPTO_TEST is not set | ||
1236 | CONFIG_CRYPTO_HW=y | ||
1237 | |||
1238 | # | ||
1239 | # Library routines | ||
1240 | # | ||
1241 | CONFIG_BITREVERSE=y | ||
1242 | CONFIG_CRC_CCITT=y | ||
1243 | # CONFIG_CRC16 is not set | ||
1244 | # CONFIG_CRC_ITU_T is not set | ||
1245 | CONFIG_CRC32=y | ||
1246 | # CONFIG_CRC7 is not set | ||
1247 | # CONFIG_LIBCRC32C is not set | ||
1248 | CONFIG_ZLIB_INFLATE=y | ||
1249 | CONFIG_ZLIB_DEFLATE=y | ||
1250 | CONFIG_PLIST=y | ||
1251 | CONFIG_HAS_IOMEM=y | ||
1252 | CONFIG_HAS_IOPORT=y | ||
1253 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_innovator_1610_defconfig b/arch/arm/configs/omap_innovator_1610_defconfig new file mode 100644 index 000000000000..95d9f2be53e0 --- /dev/null +++ b/arch/arm/configs/omap_innovator_1610_defconfig | |||
@@ -0,0 +1,839 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:45:05 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_POSIX_MQUEUE is not set | ||
40 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
41 | # CONFIG_TASKSTATS is not set | ||
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_AUDIT is not set | ||
44 | # CONFIG_IKCONFIG is not set | ||
45 | CONFIG_LOG_BUF_SHIFT=14 | ||
46 | CONFIG_SYSFS_DEPRECATED=y | ||
47 | # CONFIG_RELAY is not set | ||
48 | CONFIG_BLK_DEV_INITRD=y | ||
49 | CONFIG_INITRAMFS_SOURCE="" | ||
50 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
51 | CONFIG_SYSCTL=y | ||
52 | # CONFIG_EMBEDDED is not set | ||
53 | CONFIG_UID16=y | ||
54 | CONFIG_SYSCTL_SYSCALL=y | ||
55 | CONFIG_KALLSYMS=y | ||
56 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
57 | CONFIG_HOTPLUG=y | ||
58 | CONFIG_PRINTK=y | ||
59 | CONFIG_BUG=y | ||
60 | CONFIG_ELF_CORE=y | ||
61 | CONFIG_BASE_FULL=y | ||
62 | CONFIG_FUTEX=y | ||
63 | CONFIG_ANON_INODES=y | ||
64 | CONFIG_EPOLL=y | ||
65 | CONFIG_SIGNALFD=y | ||
66 | CONFIG_TIMERFD=y | ||
67 | CONFIG_EVENTFD=y | ||
68 | CONFIG_SHMEM=y | ||
69 | CONFIG_VM_EVENT_COUNTERS=y | ||
70 | CONFIG_SLUB_DEBUG=y | ||
71 | # CONFIG_SLAB is not set | ||
72 | CONFIG_SLUB=y | ||
73 | # CONFIG_SLOB is not set | ||
74 | CONFIG_RT_MUTEXES=y | ||
75 | # CONFIG_TINY_SHMEM is not set | ||
76 | CONFIG_BASE_SMALL=0 | ||
77 | CONFIG_MODULES=y | ||
78 | CONFIG_MODULE_UNLOAD=y | ||
79 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
80 | # CONFIG_MODVERSIONS is not set | ||
81 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
82 | CONFIG_KMOD=y | ||
83 | CONFIG_BLOCK=y | ||
84 | # CONFIG_LBD is not set | ||
85 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
86 | # CONFIG_LSF is not set | ||
87 | # CONFIG_BLK_DEV_BSG is not set | ||
88 | |||
89 | # | ||
90 | # IO Schedulers | ||
91 | # | ||
92 | CONFIG_IOSCHED_NOOP=y | ||
93 | CONFIG_IOSCHED_AS=y | ||
94 | CONFIG_IOSCHED_DEADLINE=y | ||
95 | CONFIG_IOSCHED_CFQ=y | ||
96 | # CONFIG_DEFAULT_AS is not set | ||
97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
98 | CONFIG_DEFAULT_CFQ=y | ||
99 | # CONFIG_DEFAULT_NOOP is not set | ||
100 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
101 | |||
102 | # | ||
103 | # System Type | ||
104 | # | ||
105 | # CONFIG_ARCH_AAEC2000 is not set | ||
106 | # CONFIG_ARCH_INTEGRATOR is not set | ||
107 | # CONFIG_ARCH_REALVIEW is not set | ||
108 | # CONFIG_ARCH_VERSATILE is not set | ||
109 | # CONFIG_ARCH_AT91 is not set | ||
110 | # CONFIG_ARCH_CLPS7500 is not set | ||
111 | # CONFIG_ARCH_CLPS711X is not set | ||
112 | # CONFIG_ARCH_CO285 is not set | ||
113 | # CONFIG_ARCH_EBSA110 is not set | ||
114 | # CONFIG_ARCH_EP93XX is not set | ||
115 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
116 | # CONFIG_ARCH_NETX is not set | ||
117 | # CONFIG_ARCH_H720X is not set | ||
118 | # CONFIG_ARCH_IMX is not set | ||
119 | # CONFIG_ARCH_IOP13XX is not set | ||
120 | # CONFIG_ARCH_IOP32X is not set | ||
121 | # CONFIG_ARCH_IOP33X is not set | ||
122 | # CONFIG_ARCH_IXP23XX is not set | ||
123 | # CONFIG_ARCH_IXP2000 is not set | ||
124 | # CONFIG_ARCH_IXP4XX is not set | ||
125 | # CONFIG_ARCH_L7200 is not set | ||
126 | # CONFIG_ARCH_KS8695 is not set | ||
127 | # CONFIG_ARCH_NS9XXX is not set | ||
128 | # CONFIG_ARCH_MXC is not set | ||
129 | # CONFIG_ARCH_PNX4008 is not set | ||
130 | # CONFIG_ARCH_PXA is not set | ||
131 | # CONFIG_ARCH_RPC is not set | ||
132 | # CONFIG_ARCH_SA1100 is not set | ||
133 | # CONFIG_ARCH_S3C2410 is not set | ||
134 | # CONFIG_ARCH_SHARK is not set | ||
135 | # CONFIG_ARCH_LH7A40X is not set | ||
136 | # CONFIG_ARCH_DAVINCI is not set | ||
137 | CONFIG_ARCH_OMAP=y | ||
138 | |||
139 | # | ||
140 | # TI OMAP Implementations | ||
141 | # | ||
142 | CONFIG_ARCH_OMAP_OTG=y | ||
143 | CONFIG_ARCH_OMAP1=y | ||
144 | # CONFIG_ARCH_OMAP2 is not set | ||
145 | # CONFIG_ARCH_OMAP3 is not set | ||
146 | |||
147 | # | ||
148 | # OMAP Feature Selections | ||
149 | # | ||
150 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
151 | # CONFIG_OMAP_BOOT_TAG is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | CONFIG_OMAP_MUX=y | ||
154 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
155 | CONFIG_OMAP_MUX_WARNINGS=y | ||
156 | # CONFIG_OMAP_STI is not set | ||
157 | CONFIG_OMAP_MCBSP=y | ||
158 | # CONFIG_OMAP_MMU_FWK is not set | ||
159 | # CONFIG_OMAP_MBOX_FWK is not set | ||
160 | CONFIG_OMAP_MPU_TIMER=y | ||
161 | # CONFIG_OMAP_32K_TIMER is not set | ||
162 | # CONFIG_OMAP_DM_TIMER is not set | ||
163 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
164 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
165 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
166 | CONFIG_OMAP_SERIAL_WAKE=y | ||
167 | # CONFIG_OMAP_DSP is not set | ||
168 | |||
169 | # | ||
170 | # OMAP Core Type | ||
171 | # | ||
172 | # CONFIG_ARCH_OMAP730 is not set | ||
173 | # CONFIG_ARCH_OMAP15XX is not set | ||
174 | CONFIG_ARCH_OMAP16XX=y | ||
175 | |||
176 | # | ||
177 | # OMAP Board Type | ||
178 | # | ||
179 | CONFIG_MACH_OMAP_INNOVATOR=y | ||
180 | # CONFIG_MACH_OMAP_H2 is not set | ||
181 | # CONFIG_MACH_OMAP_H3 is not set | ||
182 | # CONFIG_MACH_OMAP_OSK is not set | ||
183 | # CONFIG_MACH_NOKIA770 is not set | ||
184 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
185 | |||
186 | # | ||
187 | # OMAP CPU Speed | ||
188 | # | ||
189 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
190 | # CONFIG_OMAP_ARM_216MHZ is not set | ||
191 | CONFIG_OMAP_ARM_192MHZ=y | ||
192 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
193 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
194 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
195 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
196 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
197 | |||
198 | # | ||
199 | # Boot options | ||
200 | # | ||
201 | |||
202 | # | ||
203 | # Power management | ||
204 | # | ||
205 | |||
206 | # | ||
207 | # Processor Type | ||
208 | # | ||
209 | CONFIG_CPU_32=y | ||
210 | CONFIG_CPU_ARM926T=y | ||
211 | CONFIG_CPU_32v5=y | ||
212 | CONFIG_CPU_ABRT_EV5TJ=y | ||
213 | CONFIG_CPU_PABRT_NOIFAR=y | ||
214 | CONFIG_CPU_CACHE_VIVT=y | ||
215 | CONFIG_CPU_COPY_V4WB=y | ||
216 | CONFIG_CPU_TLB_V4WBI=y | ||
217 | CONFIG_CPU_CP15=y | ||
218 | CONFIG_CPU_CP15_MMU=y | ||
219 | |||
220 | # | ||
221 | # Processor Features | ||
222 | # | ||
223 | # CONFIG_ARM_THUMB is not set | ||
224 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
225 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
226 | CONFIG_CPU_DCACHE_WRITETHROUGH=y | ||
227 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
228 | # CONFIG_OUTER_CACHE is not set | ||
229 | |||
230 | # | ||
231 | # Bus support | ||
232 | # | ||
233 | # CONFIG_PCI_SYSCALL is not set | ||
234 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
235 | |||
236 | # | ||
237 | # PCCARD (PCMCIA/CardBus) support | ||
238 | # | ||
239 | # CONFIG_PCCARD is not set | ||
240 | |||
241 | # | ||
242 | # Kernel Features | ||
243 | # | ||
244 | # CONFIG_TICK_ONESHOT is not set | ||
245 | # CONFIG_NO_HZ is not set | ||
246 | # CONFIG_HIGH_RES_TIMERS is not set | ||
247 | # CONFIG_PREEMPT is not set | ||
248 | CONFIG_HZ=100 | ||
249 | # CONFIG_AEABI is not set | ||
250 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
251 | CONFIG_SELECT_MEMORY_MODEL=y | ||
252 | CONFIG_FLATMEM_MANUAL=y | ||
253 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
254 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
255 | CONFIG_FLATMEM=y | ||
256 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
257 | # CONFIG_SPARSEMEM_STATIC is not set | ||
258 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
259 | # CONFIG_RESOURCES_64BIT is not set | ||
260 | CONFIG_ZONE_DMA_FLAG=1 | ||
261 | CONFIG_BOUNCE=y | ||
262 | CONFIG_VIRT_TO_BUS=y | ||
263 | # CONFIG_LEDS is not set | ||
264 | CONFIG_ALIGNMENT_TRAP=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
270 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
271 | CONFIG_CMDLINE="mem=32M console=tty0 console=ttyS0,115200 initrd=0x10200000,8M root=/dev/ram0 rw" | ||
272 | # CONFIG_XIP_KERNEL is not set | ||
273 | # CONFIG_KEXEC is not set | ||
274 | |||
275 | # | ||
276 | # CPU Frequency scaling | ||
277 | # | ||
278 | # CONFIG_CPU_FREQ is not set | ||
279 | |||
280 | # | ||
281 | # Floating point emulation | ||
282 | # | ||
283 | |||
284 | # | ||
285 | # At least one emulation must be selected | ||
286 | # | ||
287 | CONFIG_FPE_NWFPE=y | ||
288 | # CONFIG_FPE_NWFPE_XP is not set | ||
289 | # CONFIG_FPE_FASTFPE is not set | ||
290 | # CONFIG_VFP is not set | ||
291 | |||
292 | # | ||
293 | # Userspace binary formats | ||
294 | # | ||
295 | CONFIG_BINFMT_ELF=y | ||
296 | # CONFIG_BINFMT_AOUT is not set | ||
297 | # CONFIG_BINFMT_MISC is not set | ||
298 | # CONFIG_ARTHUR is not set | ||
299 | |||
300 | # | ||
301 | # Power management options | ||
302 | # | ||
303 | # CONFIG_PM is not set | ||
304 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
305 | |||
306 | # | ||
307 | # Networking | ||
308 | # | ||
309 | CONFIG_NET=y | ||
310 | |||
311 | # | ||
312 | # Networking options | ||
313 | # | ||
314 | CONFIG_PACKET=m | ||
315 | # CONFIG_PACKET_MMAP is not set | ||
316 | CONFIG_UNIX=y | ||
317 | CONFIG_XFRM=y | ||
318 | # CONFIG_XFRM_USER is not set | ||
319 | # CONFIG_XFRM_SUB_POLICY is not set | ||
320 | # CONFIG_XFRM_MIGRATE is not set | ||
321 | # CONFIG_NET_KEY is not set | ||
322 | CONFIG_INET=y | ||
323 | CONFIG_IP_MULTICAST=y | ||
324 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
325 | CONFIG_IP_FIB_HASH=y | ||
326 | CONFIG_IP_PNP=y | ||
327 | CONFIG_IP_PNP_DHCP=y | ||
328 | CONFIG_IP_PNP_BOOTP=y | ||
329 | # CONFIG_IP_PNP_RARP is not set | ||
330 | # CONFIG_NET_IPIP is not set | ||
331 | # CONFIG_NET_IPGRE is not set | ||
332 | # CONFIG_IP_MROUTE is not set | ||
333 | # CONFIG_ARPD is not set | ||
334 | # CONFIG_SYN_COOKIES is not set | ||
335 | # CONFIG_INET_AH is not set | ||
336 | # CONFIG_INET_ESP is not set | ||
337 | # CONFIG_INET_IPCOMP is not set | ||
338 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
339 | # CONFIG_INET_TUNNEL is not set | ||
340 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
341 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
342 | CONFIG_INET_XFRM_MODE_BEET=y | ||
343 | CONFIG_INET_DIAG=y | ||
344 | CONFIG_INET_TCP_DIAG=y | ||
345 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
346 | CONFIG_TCP_CONG_CUBIC=y | ||
347 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
348 | # CONFIG_TCP_MD5SIG is not set | ||
349 | # CONFIG_IPV6 is not set | ||
350 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
351 | # CONFIG_INET6_TUNNEL is not set | ||
352 | # CONFIG_NETWORK_SECMARK is not set | ||
353 | # CONFIG_NETFILTER is not set | ||
354 | # CONFIG_IP_DCCP is not set | ||
355 | # CONFIG_IP_SCTP is not set | ||
356 | # CONFIG_TIPC is not set | ||
357 | # CONFIG_ATM is not set | ||
358 | # CONFIG_BRIDGE is not set | ||
359 | # CONFIG_VLAN_8021Q is not set | ||
360 | # CONFIG_DECNET is not set | ||
361 | # CONFIG_LLC2 is not set | ||
362 | # CONFIG_IPX is not set | ||
363 | # CONFIG_ATALK is not set | ||
364 | # CONFIG_X25 is not set | ||
365 | # CONFIG_LAPB is not set | ||
366 | # CONFIG_ECONET is not set | ||
367 | # CONFIG_WAN_ROUTER is not set | ||
368 | |||
369 | # | ||
370 | # QoS and/or fair queueing | ||
371 | # | ||
372 | # CONFIG_NET_SCHED is not set | ||
373 | |||
374 | # | ||
375 | # Network testing | ||
376 | # | ||
377 | # CONFIG_NET_PKTGEN is not set | ||
378 | # CONFIG_HAMRADIO is not set | ||
379 | # CONFIG_IRDA is not set | ||
380 | # CONFIG_BT is not set | ||
381 | # CONFIG_AF_RXRPC is not set | ||
382 | |||
383 | # | ||
384 | # Wireless | ||
385 | # | ||
386 | # CONFIG_CFG80211 is not set | ||
387 | # CONFIG_WIRELESS_EXT is not set | ||
388 | # CONFIG_MAC80211 is not set | ||
389 | # CONFIG_IEEE80211 is not set | ||
390 | # CONFIG_RFKILL is not set | ||
391 | # CONFIG_NET_9P is not set | ||
392 | |||
393 | # | ||
394 | # Device Drivers | ||
395 | # | ||
396 | |||
397 | # | ||
398 | # Generic Driver Options | ||
399 | # | ||
400 | CONFIG_STANDALONE=y | ||
401 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
402 | # CONFIG_FW_LOADER is not set | ||
403 | # CONFIG_SYS_HYPERVISOR is not set | ||
404 | # CONFIG_CONNECTOR is not set | ||
405 | # CONFIG_MTD is not set | ||
406 | # CONFIG_PARPORT is not set | ||
407 | CONFIG_BLK_DEV=y | ||
408 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
409 | CONFIG_BLK_DEV_LOOP=y | ||
410 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
411 | # CONFIG_BLK_DEV_NBD is not set | ||
412 | CONFIG_BLK_DEV_RAM=y | ||
413 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
414 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
415 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
416 | # CONFIG_CDROM_PKTCDVD is not set | ||
417 | # CONFIG_ATA_OVER_ETH is not set | ||
418 | |||
419 | # | ||
420 | # SCSI device support | ||
421 | # | ||
422 | # CONFIG_RAID_ATTRS is not set | ||
423 | # CONFIG_SCSI is not set | ||
424 | # CONFIG_SCSI_DMA is not set | ||
425 | # CONFIG_SCSI_NETLINK is not set | ||
426 | # CONFIG_ATA is not set | ||
427 | # CONFIG_MD is not set | ||
428 | CONFIG_NETDEVICES=y | ||
429 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
430 | # CONFIG_DUMMY is not set | ||
431 | # CONFIG_BONDING is not set | ||
432 | # CONFIG_MACVLAN is not set | ||
433 | # CONFIG_EQUALIZER is not set | ||
434 | # CONFIG_TUN is not set | ||
435 | # CONFIG_PHYLIB is not set | ||
436 | CONFIG_NET_ETHERNET=y | ||
437 | CONFIG_MII=y | ||
438 | # CONFIG_AX88796 is not set | ||
439 | CONFIG_SMC91X=y | ||
440 | # CONFIG_DM9000 is not set | ||
441 | CONFIG_NETDEV_1000=y | ||
442 | CONFIG_NETDEV_10000=y | ||
443 | |||
444 | # | ||
445 | # Wireless LAN | ||
446 | # | ||
447 | # CONFIG_WLAN_PRE80211 is not set | ||
448 | # CONFIG_WLAN_80211 is not set | ||
449 | # CONFIG_WAN is not set | ||
450 | CONFIG_PPP=y | ||
451 | CONFIG_PPP_MULTILINK=y | ||
452 | # CONFIG_PPP_FILTER is not set | ||
453 | # CONFIG_PPP_ASYNC is not set | ||
454 | # CONFIG_PPP_SYNC_TTY is not set | ||
455 | # CONFIG_PPP_DEFLATE is not set | ||
456 | # CONFIG_PPP_BSDCOMP is not set | ||
457 | # CONFIG_PPP_MPPE is not set | ||
458 | # CONFIG_PPPOE is not set | ||
459 | # CONFIG_PPPOL2TP is not set | ||
460 | # CONFIG_SLIP is not set | ||
461 | CONFIG_SLHC=y | ||
462 | # CONFIG_SHAPER is not set | ||
463 | # CONFIG_NETCONSOLE is not set | ||
464 | # CONFIG_NETPOLL is not set | ||
465 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
466 | # CONFIG_ISDN is not set | ||
467 | |||
468 | # | ||
469 | # Input device support | ||
470 | # | ||
471 | CONFIG_INPUT=y | ||
472 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
473 | # CONFIG_INPUT_POLLDEV is not set | ||
474 | |||
475 | # | ||
476 | # Userland interfaces | ||
477 | # | ||
478 | CONFIG_INPUT_MOUSEDEV=y | ||
479 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
480 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
481 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
482 | # CONFIG_INPUT_JOYDEV is not set | ||
483 | # CONFIG_INPUT_TSDEV is not set | ||
484 | # CONFIG_INPUT_EVDEV is not set | ||
485 | # CONFIG_INPUT_EVBUG is not set | ||
486 | |||
487 | # | ||
488 | # Input Device Drivers | ||
489 | # | ||
490 | CONFIG_INPUT_KEYBOARD=y | ||
491 | # CONFIG_KEYBOARD_ATKBD is not set | ||
492 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
493 | # CONFIG_KEYBOARD_LKKBD is not set | ||
494 | # CONFIG_KEYBOARD_XTKBD is not set | ||
495 | # CONFIG_KEYBOARD_NEWTON is not set | ||
496 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
497 | CONFIG_KEYBOARD_OMAP=y | ||
498 | # CONFIG_KEYBOARD_GPIO is not set | ||
499 | # CONFIG_INPUT_MOUSE is not set | ||
500 | # CONFIG_INPUT_JOYSTICK is not set | ||
501 | # CONFIG_INPUT_TABLET is not set | ||
502 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
503 | # CONFIG_INPUT_MISC is not set | ||
504 | |||
505 | # | ||
506 | # Hardware I/O ports | ||
507 | # | ||
508 | CONFIG_SERIO=y | ||
509 | CONFIG_SERIO_SERPORT=y | ||
510 | # CONFIG_SERIO_RAW is not set | ||
511 | # CONFIG_GAMEPORT is not set | ||
512 | |||
513 | # | ||
514 | # Character devices | ||
515 | # | ||
516 | CONFIG_VT=y | ||
517 | CONFIG_VT_CONSOLE=y | ||
518 | CONFIG_HW_CONSOLE=y | ||
519 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
520 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
521 | |||
522 | # | ||
523 | # Serial drivers | ||
524 | # | ||
525 | CONFIG_SERIAL_8250=y | ||
526 | CONFIG_SERIAL_8250_CONSOLE=y | ||
527 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
528 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
529 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
530 | |||
531 | # | ||
532 | # Non-8250 serial port support | ||
533 | # | ||
534 | CONFIG_SERIAL_CORE=y | ||
535 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
536 | CONFIG_UNIX98_PTYS=y | ||
537 | CONFIG_LEGACY_PTYS=y | ||
538 | CONFIG_LEGACY_PTY_COUNT=256 | ||
539 | # CONFIG_IPMI_HANDLER is not set | ||
540 | # CONFIG_WATCHDOG is not set | ||
541 | CONFIG_HW_RANDOM=m | ||
542 | CONFIG_HW_RANDOM_OMAP=m | ||
543 | # CONFIG_NVRAM is not set | ||
544 | # CONFIG_R3964 is not set | ||
545 | # CONFIG_RAW_DRIVER is not set | ||
546 | # CONFIG_TCG_TPM is not set | ||
547 | # CONFIG_I2C is not set | ||
548 | |||
549 | # | ||
550 | # SPI support | ||
551 | # | ||
552 | # CONFIG_SPI is not set | ||
553 | # CONFIG_SPI_MASTER is not set | ||
554 | # CONFIG_W1 is not set | ||
555 | CONFIG_HWMON=y | ||
556 | # CONFIG_HWMON_VID is not set | ||
557 | # CONFIG_SENSORS_ABITUGURU is not set | ||
558 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
559 | # CONFIG_SENSORS_F71805F is not set | ||
560 | # CONFIG_SENSORS_IT87 is not set | ||
561 | # CONFIG_SENSORS_PC87360 is not set | ||
562 | # CONFIG_SENSORS_PC87427 is not set | ||
563 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
564 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
565 | # CONFIG_SENSORS_VT1211 is not set | ||
566 | # CONFIG_SENSORS_W83627HF is not set | ||
567 | # CONFIG_SENSORS_W83627EHF is not set | ||
568 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
569 | CONFIG_MISC_DEVICES=y | ||
570 | # CONFIG_EEPROM_93CX6 is not set | ||
571 | |||
572 | # | ||
573 | # Multifunction device drivers | ||
574 | # | ||
575 | # CONFIG_MFD_SM501 is not set | ||
576 | # CONFIG_NEW_LEDS is not set | ||
577 | |||
578 | # | ||
579 | # Multimedia devices | ||
580 | # | ||
581 | # CONFIG_VIDEO_DEV is not set | ||
582 | # CONFIG_DVB_CORE is not set | ||
583 | CONFIG_DAB=y | ||
584 | |||
585 | # | ||
586 | # Graphics support | ||
587 | # | ||
588 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
589 | |||
590 | # | ||
591 | # Display device support | ||
592 | # | ||
593 | # CONFIG_DISPLAY_SUPPORT is not set | ||
594 | # CONFIG_VGASTATE is not set | ||
595 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
596 | CONFIG_FB=y | ||
597 | # CONFIG_FIRMWARE_EDID is not set | ||
598 | # CONFIG_FB_DDC is not set | ||
599 | # CONFIG_FB_CFB_FILLRECT is not set | ||
600 | # CONFIG_FB_CFB_COPYAREA is not set | ||
601 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
602 | # CONFIG_FB_SYS_FILLRECT is not set | ||
603 | # CONFIG_FB_SYS_COPYAREA is not set | ||
604 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
605 | # CONFIG_FB_SYS_FOPS is not set | ||
606 | CONFIG_FB_DEFERRED_IO=y | ||
607 | # CONFIG_FB_SVGALIB is not set | ||
608 | # CONFIG_FB_MACMODES is not set | ||
609 | # CONFIG_FB_BACKLIGHT is not set | ||
610 | CONFIG_FB_MODE_HELPERS=y | ||
611 | # CONFIG_FB_TILEBLITTING is not set | ||
612 | |||
613 | # | ||
614 | # Frame buffer hardware drivers | ||
615 | # | ||
616 | # CONFIG_FB_S1D13XXX is not set | ||
617 | CONFIG_FB_OMAP=y | ||
618 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
619 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
620 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
621 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
622 | # CONFIG_FB_VIRTUAL is not set | ||
623 | |||
624 | # | ||
625 | # Console display driver support | ||
626 | # | ||
627 | # CONFIG_VGA_CONSOLE is not set | ||
628 | CONFIG_DUMMY_CONSOLE=y | ||
629 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
630 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
631 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
632 | CONFIG_FONTS=y | ||
633 | CONFIG_FONT_8x8=y | ||
634 | CONFIG_FONT_8x16=y | ||
635 | # CONFIG_FONT_6x11 is not set | ||
636 | # CONFIG_FONT_7x14 is not set | ||
637 | # CONFIG_FONT_PEARL_8x8 is not set | ||
638 | # CONFIG_FONT_ACORN_8x8 is not set | ||
639 | # CONFIG_FONT_MINI_4x6 is not set | ||
640 | # CONFIG_FONT_SUN8x16 is not set | ||
641 | # CONFIG_FONT_SUN12x22 is not set | ||
642 | # CONFIG_FONT_10x18 is not set | ||
643 | CONFIG_LOGO=y | ||
644 | CONFIG_LOGO_LINUX_MONO=y | ||
645 | CONFIG_LOGO_LINUX_VGA16=y | ||
646 | CONFIG_LOGO_LINUX_CLUT224=y | ||
647 | |||
648 | # | ||
649 | # Sound | ||
650 | # | ||
651 | # CONFIG_SOUND is not set | ||
652 | CONFIG_HID_SUPPORT=y | ||
653 | CONFIG_HID=y | ||
654 | CONFIG_HID_DEBUG=y | ||
655 | CONFIG_USB_SUPPORT=y | ||
656 | CONFIG_USB_ARCH_HAS_HCD=y | ||
657 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
658 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
659 | # CONFIG_USB is not set | ||
660 | |||
661 | # | ||
662 | # Enable Host or Gadget support to see Inventra options | ||
663 | # | ||
664 | |||
665 | # | ||
666 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
667 | # | ||
668 | |||
669 | # | ||
670 | # USB Gadget Support | ||
671 | # | ||
672 | # CONFIG_USB_GADGET is not set | ||
673 | # CONFIG_MMC is not set | ||
674 | CONFIG_RTC_LIB=y | ||
675 | # CONFIG_RTC_CLASS is not set | ||
676 | |||
677 | # | ||
678 | # DMA Engine support | ||
679 | # | ||
680 | # CONFIG_DMA_ENGINE is not set | ||
681 | |||
682 | # | ||
683 | # DMA Clients | ||
684 | # | ||
685 | |||
686 | # | ||
687 | # DMA Devices | ||
688 | # | ||
689 | |||
690 | # | ||
691 | # CBUS support | ||
692 | # | ||
693 | # CONFIG_CBUS is not set | ||
694 | |||
695 | # | ||
696 | # File systems | ||
697 | # | ||
698 | CONFIG_EXT2_FS=y | ||
699 | # CONFIG_EXT2_FS_XATTR is not set | ||
700 | # CONFIG_EXT2_FS_XIP is not set | ||
701 | # CONFIG_EXT3_FS is not set | ||
702 | # CONFIG_EXT4DEV_FS is not set | ||
703 | # CONFIG_REISERFS_FS is not set | ||
704 | # CONFIG_JFS_FS is not set | ||
705 | # CONFIG_FS_POSIX_ACL is not set | ||
706 | # CONFIG_XFS_FS is not set | ||
707 | # CONFIG_GFS2_FS is not set | ||
708 | # CONFIG_OCFS2_FS is not set | ||
709 | # CONFIG_MINIX_FS is not set | ||
710 | # CONFIG_ROMFS_FS is not set | ||
711 | CONFIG_INOTIFY=y | ||
712 | CONFIG_INOTIFY_USER=y | ||
713 | # CONFIG_QUOTA is not set | ||
714 | CONFIG_DNOTIFY=y | ||
715 | CONFIG_AUTOFS_FS=y | ||
716 | CONFIG_AUTOFS4_FS=y | ||
717 | # CONFIG_FUSE_FS is not set | ||
718 | |||
719 | # | ||
720 | # CD-ROM/DVD Filesystems | ||
721 | # | ||
722 | # CONFIG_ISO9660_FS is not set | ||
723 | # CONFIG_UDF_FS is not set | ||
724 | |||
725 | # | ||
726 | # DOS/FAT/NT Filesystems | ||
727 | # | ||
728 | # CONFIG_MSDOS_FS is not set | ||
729 | # CONFIG_VFAT_FS is not set | ||
730 | # CONFIG_NTFS_FS is not set | ||
731 | |||
732 | # | ||
733 | # Pseudo filesystems | ||
734 | # | ||
735 | CONFIG_PROC_FS=y | ||
736 | CONFIG_PROC_SYSCTL=y | ||
737 | CONFIG_SYSFS=y | ||
738 | # CONFIG_TMPFS is not set | ||
739 | # CONFIG_HUGETLB_PAGE is not set | ||
740 | CONFIG_RAMFS=y | ||
741 | # CONFIG_CONFIGFS_FS is not set | ||
742 | |||
743 | # | ||
744 | # Miscellaneous filesystems | ||
745 | # | ||
746 | # CONFIG_ADFS_FS is not set | ||
747 | # CONFIG_AFFS_FS is not set | ||
748 | # CONFIG_HFS_FS is not set | ||
749 | # CONFIG_HFSPLUS_FS is not set | ||
750 | # CONFIG_BEFS_FS is not set | ||
751 | # CONFIG_BFS_FS is not set | ||
752 | # CONFIG_EFS_FS is not set | ||
753 | # CONFIG_CRAMFS is not set | ||
754 | # CONFIG_VXFS_FS is not set | ||
755 | # CONFIG_HPFS_FS is not set | ||
756 | # CONFIG_QNX4FS_FS is not set | ||
757 | # CONFIG_SYSV_FS is not set | ||
758 | # CONFIG_UFS_FS is not set | ||
759 | |||
760 | # | ||
761 | # Network File Systems | ||
762 | # | ||
763 | CONFIG_NFS_FS=y | ||
764 | CONFIG_NFS_V3=y | ||
765 | # CONFIG_NFS_V3_ACL is not set | ||
766 | # CONFIG_NFS_V4 is not set | ||
767 | # CONFIG_NFS_DIRECTIO is not set | ||
768 | # CONFIG_NFSD is not set | ||
769 | # CONFIG_ROOT_NFS is not set | ||
770 | CONFIG_LOCKD=y | ||
771 | CONFIG_LOCKD_V4=y | ||
772 | CONFIG_NFS_COMMON=y | ||
773 | CONFIG_SUNRPC=y | ||
774 | # CONFIG_SUNRPC_BIND34 is not set | ||
775 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
776 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
777 | # CONFIG_SMB_FS is not set | ||
778 | # CONFIG_CIFS is not set | ||
779 | # CONFIG_NCP_FS is not set | ||
780 | # CONFIG_CODA_FS is not set | ||
781 | # CONFIG_AFS_FS is not set | ||
782 | |||
783 | # | ||
784 | # Partition Types | ||
785 | # | ||
786 | # CONFIG_PARTITION_ADVANCED is not set | ||
787 | CONFIG_MSDOS_PARTITION=y | ||
788 | |||
789 | # | ||
790 | # Native Language Support | ||
791 | # | ||
792 | # CONFIG_NLS is not set | ||
793 | |||
794 | # | ||
795 | # Distributed Lock Manager | ||
796 | # | ||
797 | # CONFIG_DLM is not set | ||
798 | |||
799 | # | ||
800 | # Profiling support | ||
801 | # | ||
802 | # CONFIG_PROFILING is not set | ||
803 | |||
804 | # | ||
805 | # Kernel hacking | ||
806 | # | ||
807 | # CONFIG_PRINTK_TIME is not set | ||
808 | CONFIG_ENABLE_MUST_CHECK=y | ||
809 | # CONFIG_MAGIC_SYSRQ is not set | ||
810 | # CONFIG_UNUSED_SYMBOLS is not set | ||
811 | # CONFIG_DEBUG_FS is not set | ||
812 | # CONFIG_HEADERS_CHECK is not set | ||
813 | # CONFIG_DEBUG_KERNEL is not set | ||
814 | # CONFIG_SLUB_DEBUG_ON is not set | ||
815 | CONFIG_DEBUG_BUGVERBOSE=y | ||
816 | CONFIG_FRAME_POINTER=y | ||
817 | # CONFIG_DEBUG_USER is not set | ||
818 | |||
819 | # | ||
820 | # Security options | ||
821 | # | ||
822 | # CONFIG_KEYS is not set | ||
823 | # CONFIG_SECURITY is not set | ||
824 | # CONFIG_CRYPTO is not set | ||
825 | |||
826 | # | ||
827 | # Library routines | ||
828 | # | ||
829 | CONFIG_BITREVERSE=y | ||
830 | # CONFIG_CRC_CCITT is not set | ||
831 | # CONFIG_CRC16 is not set | ||
832 | # CONFIG_CRC_ITU_T is not set | ||
833 | CONFIG_CRC32=y | ||
834 | # CONFIG_CRC7 is not set | ||
835 | # CONFIG_LIBCRC32C is not set | ||
836 | CONFIG_PLIST=y | ||
837 | CONFIG_HAS_IOMEM=y | ||
838 | CONFIG_HAS_IOPORT=y | ||
839 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/omap_osk_5912_defconfig b/arch/arm/configs/omap_osk_5912_defconfig index d4ca5e6e4ffa..b68e0144cab5 100644 --- a/arch/arm/configs/omap_osk_5912_defconfig +++ b/arch/arm/configs/omap_osk_5912_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25-rc3 | 3 | # Linux kernel version: 2.6.24-rc3-omap1 |
4 | # Mon Mar 3 03:35:17 2008 | 4 | # Fri Nov 23 12:24:12 2007 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -21,7 +21,6 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_GENERIC_HWEIGHT=y | 22 | CONFIG_GENERIC_HWEIGHT=y |
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
25 | CONFIG_ZONE_DMA=y | 24 | CONFIG_ZONE_DMA=y |
26 | CONFIG_VECTORS_BASE=0xffff0000 | 25 | CONFIG_VECTORS_BASE=0xffff0000 |
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
@@ -40,22 +39,17 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
40 | # CONFIG_POSIX_MQUEUE is not set | 39 | # CONFIG_POSIX_MQUEUE is not set |
41 | # CONFIG_BSD_PROCESS_ACCT is not set | 40 | # CONFIG_BSD_PROCESS_ACCT is not set |
42 | # CONFIG_TASKSTATS is not set | 41 | # CONFIG_TASKSTATS is not set |
42 | # CONFIG_USER_NS is not set | ||
43 | # CONFIG_PID_NS is not set | ||
43 | # CONFIG_AUDIT is not set | 44 | # CONFIG_AUDIT is not set |
44 | # CONFIG_IKCONFIG is not set | 45 | # CONFIG_IKCONFIG is not set |
45 | CONFIG_LOG_BUF_SHIFT=14 | 46 | CONFIG_LOG_BUF_SHIFT=14 |
46 | # CONFIG_CGROUPS is not set | 47 | # CONFIG_CGROUPS is not set |
47 | CONFIG_GROUP_SCHED=y | ||
48 | CONFIG_FAIR_GROUP_SCHED=y | 48 | CONFIG_FAIR_GROUP_SCHED=y |
49 | # CONFIG_RT_GROUP_SCHED is not set | 49 | CONFIG_FAIR_USER_SCHED=y |
50 | CONFIG_USER_SCHED=y | 50 | # CONFIG_FAIR_CGROUP_SCHED is not set |
51 | # CONFIG_CGROUP_SCHED is not set | 51 | CONFIG_SYSFS_DEPRECATED=y |
52 | # CONFIG_SYSFS_DEPRECATED is not set | ||
53 | # CONFIG_RELAY is not set | 52 | # CONFIG_RELAY is not set |
54 | CONFIG_NAMESPACES=y | ||
55 | # CONFIG_UTS_NS is not set | ||
56 | # CONFIG_IPC_NS is not set | ||
57 | # CONFIG_USER_NS is not set | ||
58 | # CONFIG_PID_NS is not set | ||
59 | CONFIG_BLK_DEV_INITRD=y | 53 | CONFIG_BLK_DEV_INITRD=y |
60 | CONFIG_INITRAMFS_SOURCE="" | 54 | CONFIG_INITRAMFS_SOURCE="" |
61 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
@@ -69,26 +63,18 @@ CONFIG_HOTPLUG=y | |||
69 | CONFIG_PRINTK=y | 63 | CONFIG_PRINTK=y |
70 | CONFIG_BUG=y | 64 | CONFIG_BUG=y |
71 | CONFIG_ELF_CORE=y | 65 | CONFIG_ELF_CORE=y |
72 | CONFIG_COMPAT_BRK=y | ||
73 | CONFIG_BASE_FULL=y | 66 | CONFIG_BASE_FULL=y |
74 | CONFIG_FUTEX=y | 67 | CONFIG_FUTEX=y |
75 | CONFIG_ANON_INODES=y | 68 | CONFIG_ANON_INODES=y |
76 | CONFIG_EPOLL=y | 69 | CONFIG_EPOLL=y |
77 | CONFIG_SIGNALFD=y | 70 | CONFIG_SIGNALFD=y |
78 | CONFIG_TIMERFD=y | ||
79 | CONFIG_EVENTFD=y | 71 | CONFIG_EVENTFD=y |
80 | CONFIG_SHMEM=y | 72 | CONFIG_SHMEM=y |
81 | CONFIG_VM_EVENT_COUNTERS=y | 73 | CONFIG_VM_EVENT_COUNTERS=y |
82 | CONFIG_SLAB=y | 74 | CONFIG_SLUB_DEBUG=y |
83 | # CONFIG_SLUB is not set | 75 | # CONFIG_SLAB is not set |
76 | CONFIG_SLUB=y | ||
84 | # CONFIG_SLOB is not set | 77 | # CONFIG_SLOB is not set |
85 | # CONFIG_PROFILING is not set | ||
86 | # CONFIG_MARKERS is not set | ||
87 | CONFIG_HAVE_OPROFILE=y | ||
88 | # CONFIG_KPROBES is not set | ||
89 | CONFIG_HAVE_KPROBES=y | ||
90 | CONFIG_PROC_PAGE_MONITOR=y | ||
91 | CONFIG_SLABINFO=y | ||
92 | CONFIG_RT_MUTEXES=y | 78 | CONFIG_RT_MUTEXES=y |
93 | # CONFIG_TINY_SHMEM is not set | 79 | # CONFIG_TINY_SHMEM is not set |
94 | CONFIG_BASE_SMALL=0 | 80 | CONFIG_BASE_SMALL=0 |
@@ -116,8 +102,6 @@ CONFIG_IOSCHED_CFQ=y | |||
116 | CONFIG_DEFAULT_CFQ=y | 102 | CONFIG_DEFAULT_CFQ=y |
117 | # CONFIG_DEFAULT_NOOP is not set | 103 | # CONFIG_DEFAULT_NOOP is not set |
118 | CONFIG_DEFAULT_IOSCHED="cfq" | 104 | CONFIG_DEFAULT_IOSCHED="cfq" |
119 | CONFIG_CLASSIC_RCU=y | ||
120 | # CONFIG_PREEMPT_RCU is not set | ||
121 | 105 | ||
122 | # | 106 | # |
123 | # System Type | 107 | # System Type |
@@ -146,7 +130,6 @@ CONFIG_CLASSIC_RCU=y | |||
146 | # CONFIG_ARCH_KS8695 is not set | 130 | # CONFIG_ARCH_KS8695 is not set |
147 | # CONFIG_ARCH_NS9XXX is not set | 131 | # CONFIG_ARCH_NS9XXX is not set |
148 | # CONFIG_ARCH_MXC is not set | 132 | # CONFIG_ARCH_MXC is not set |
149 | # CONFIG_ARCH_ORION is not set | ||
150 | # CONFIG_ARCH_PNX4008 is not set | 133 | # CONFIG_ARCH_PNX4008 is not set |
151 | # CONFIG_ARCH_PXA is not set | 134 | # CONFIG_ARCH_PXA is not set |
152 | # CONFIG_ARCH_RPC is not set | 135 | # CONFIG_ARCH_RPC is not set |
@@ -156,7 +139,6 @@ CONFIG_CLASSIC_RCU=y | |||
156 | # CONFIG_ARCH_LH7A40X is not set | 139 | # CONFIG_ARCH_LH7A40X is not set |
157 | # CONFIG_ARCH_DAVINCI is not set | 140 | # CONFIG_ARCH_DAVINCI is not set |
158 | CONFIG_ARCH_OMAP=y | 141 | CONFIG_ARCH_OMAP=y |
159 | # CONFIG_ARCH_MSM7X00A is not set | ||
160 | 142 | ||
161 | # | 143 | # |
162 | # TI OMAP Implementations | 144 | # TI OMAP Implementations |
@@ -164,16 +146,22 @@ CONFIG_ARCH_OMAP=y | |||
164 | CONFIG_ARCH_OMAP_OTG=y | 146 | CONFIG_ARCH_OMAP_OTG=y |
165 | CONFIG_ARCH_OMAP1=y | 147 | CONFIG_ARCH_OMAP1=y |
166 | # CONFIG_ARCH_OMAP2 is not set | 148 | # CONFIG_ARCH_OMAP2 is not set |
149 | # CONFIG_ARCH_OMAP3 is not set | ||
167 | 150 | ||
168 | # | 151 | # |
169 | # OMAP Feature Selections | 152 | # OMAP Feature Selections |
170 | # | 153 | # |
154 | CONFIG_OMAP_DEBUG_SRAM_PATCH=y | ||
171 | CONFIG_OMAP_RESET_CLOCKS=y | 155 | CONFIG_OMAP_RESET_CLOCKS=y |
156 | # CONFIG_OMAP_BOOT_TAG is not set | ||
157 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
172 | CONFIG_OMAP_MUX=y | 158 | CONFIG_OMAP_MUX=y |
173 | # CONFIG_OMAP_MUX_DEBUG is not set | 159 | # CONFIG_OMAP_MUX_DEBUG is not set |
174 | CONFIG_OMAP_MUX_WARNINGS=y | 160 | CONFIG_OMAP_MUX_WARNINGS=y |
161 | # CONFIG_OMAP_STI is not set | ||
175 | CONFIG_OMAP_MCBSP=y | 162 | CONFIG_OMAP_MCBSP=y |
176 | # CONFIG_OMAP_MMU_FWK is not set | 163 | # CONFIG_OMAP_MMU_FWK is not set |
164 | # CONFIG_OMAP_MBOX_FWK is not set | ||
177 | # CONFIG_OMAP_MPU_TIMER is not set | 165 | # CONFIG_OMAP_MPU_TIMER is not set |
178 | CONFIG_OMAP_32K_TIMER=y | 166 | CONFIG_OMAP_32K_TIMER=y |
179 | CONFIG_OMAP_32K_TIMER_HZ=128 | 167 | CONFIG_OMAP_32K_TIMER_HZ=128 |
@@ -182,6 +170,7 @@ CONFIG_OMAP_LL_DEBUG_UART1=y | |||
182 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | 170 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set |
183 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | 171 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set |
184 | CONFIG_OMAP_SERIAL_WAKE=y | 172 | CONFIG_OMAP_SERIAL_WAKE=y |
173 | # CONFIG_OMAP_DSP is not set | ||
185 | 174 | ||
186 | # | 175 | # |
187 | # OMAP Core Type | 176 | # OMAP Core Type |
@@ -193,13 +182,13 @@ CONFIG_ARCH_OMAP16XX=y | |||
193 | # | 182 | # |
194 | # OMAP Board Type | 183 | # OMAP Board Type |
195 | # | 184 | # |
196 | CONFIG_MACH_OMAP_INNOVATOR=y | 185 | # CONFIG_MACH_OMAP_INNOVATOR is not set |
197 | CONFIG_MACH_OMAP_H2=y | 186 | # CONFIG_MACH_OMAP_H2 is not set |
198 | CONFIG_MACH_OMAP_H3=y | 187 | # CONFIG_MACH_OMAP_H3 is not set |
199 | CONFIG_MACH_OMAP_OSK=y | 188 | CONFIG_MACH_OMAP_OSK=y |
200 | # CONFIG_OMAP_OSK_MISTRAL is not set | 189 | # CONFIG_OMAP_OSK_MISTRAL is not set |
201 | CONFIG_MACH_NOKIA770=y | 190 | # CONFIG_MACH_NOKIA770 is not set |
202 | CONFIG_MACH_OMAP_GENERIC=y | 191 | # CONFIG_MACH_OMAP_GENERIC is not set |
203 | 192 | ||
204 | # | 193 | # |
205 | # OMAP CPU Speed | 194 | # OMAP CPU Speed |
@@ -227,6 +216,7 @@ CONFIG_CPU_32=y | |||
227 | CONFIG_CPU_ARM926T=y | 216 | CONFIG_CPU_ARM926T=y |
228 | CONFIG_CPU_32v5=y | 217 | CONFIG_CPU_32v5=y |
229 | CONFIG_CPU_ABRT_EV5TJ=y | 218 | CONFIG_CPU_ABRT_EV5TJ=y |
219 | CONFIG_CPU_PABRT_NOIFAR=y | ||
230 | CONFIG_CPU_CACHE_VIVT=y | 220 | CONFIG_CPU_CACHE_VIVT=y |
231 | CONFIG_CPU_COPY_V4WB=y | 221 | CONFIG_CPU_COPY_V4WB=y |
232 | CONFIG_CPU_TLB_V4WBI=y | 222 | CONFIG_CPU_TLB_V4WBI=y |
@@ -264,12 +254,11 @@ CONFIG_OMAP_CF=y | |||
264 | # | 254 | # |
265 | CONFIG_TICK_ONESHOT=y | 255 | CONFIG_TICK_ONESHOT=y |
266 | CONFIG_NO_HZ=y | 256 | CONFIG_NO_HZ=y |
267 | CONFIG_HIGH_RES_TIMERS=y | 257 | # CONFIG_HIGH_RES_TIMERS is not set |
268 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 258 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
269 | # CONFIG_PREEMPT is not set | 259 | # CONFIG_PREEMPT is not set |
270 | CONFIG_HZ=128 | 260 | CONFIG_HZ=128 |
271 | CONFIG_AEABI=y | 261 | # CONFIG_AEABI is not set |
272 | CONFIG_OABI_COMPAT=y | ||
273 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 262 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set |
274 | CONFIG_SELECT_MEMORY_MODEL=y | 263 | CONFIG_SELECT_MEMORY_MODEL=y |
275 | CONFIG_FLATMEM_MANUAL=y | 264 | CONFIG_FLATMEM_MANUAL=y |
@@ -295,7 +284,6 @@ CONFIG_ZBOOT_ROM_BSS=0x0 | |||
295 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x10400000,8M root=/dev/ram0 rw" | 284 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x10400000,8M root=/dev/ram0 rw" |
296 | # CONFIG_XIP_KERNEL is not set | 285 | # CONFIG_XIP_KERNEL is not set |
297 | # CONFIG_KEXEC is not set | 286 | # CONFIG_KEXEC is not set |
298 | # CONFIG_ATAGS_PROC is not set | ||
299 | 287 | ||
300 | # | 288 | # |
301 | # CPU Frequency scaling | 289 | # CPU Frequency scaling |
@@ -320,6 +308,7 @@ CONFIG_FPE_NWFPE=y | |||
320 | CONFIG_BINFMT_ELF=y | 308 | CONFIG_BINFMT_ELF=y |
321 | # CONFIG_BINFMT_AOUT is not set | 309 | # CONFIG_BINFMT_AOUT is not set |
322 | # CONFIG_BINFMT_MISC is not set | 310 | # CONFIG_BINFMT_MISC is not set |
311 | # CONFIG_ARTHUR is not set | ||
323 | 312 | ||
324 | # | 313 | # |
325 | # Power management options | 314 | # Power management options |
@@ -328,10 +317,9 @@ CONFIG_PM=y | |||
328 | # CONFIG_PM_LEGACY is not set | 317 | # CONFIG_PM_LEGACY is not set |
329 | # CONFIG_PM_DEBUG is not set | 318 | # CONFIG_PM_DEBUG is not set |
330 | CONFIG_PM_SLEEP=y | 319 | CONFIG_PM_SLEEP=y |
320 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
331 | CONFIG_SUSPEND=y | 321 | CONFIG_SUSPEND=y |
332 | CONFIG_SUSPEND_FREEZER=y | ||
333 | # CONFIG_APM_EMULATION is not set | 322 | # CONFIG_APM_EMULATION is not set |
334 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
335 | 323 | ||
336 | # | 324 | # |
337 | # Networking | 325 | # Networking |
@@ -348,7 +336,6 @@ CONFIG_XFRM=y | |||
348 | # CONFIG_XFRM_USER is not set | 336 | # CONFIG_XFRM_USER is not set |
349 | # CONFIG_XFRM_SUB_POLICY is not set | 337 | # CONFIG_XFRM_SUB_POLICY is not set |
350 | # CONFIG_XFRM_MIGRATE is not set | 338 | # CONFIG_XFRM_MIGRATE is not set |
351 | # CONFIG_XFRM_STATISTICS is not set | ||
352 | # CONFIG_NET_KEY is not set | 339 | # CONFIG_NET_KEY is not set |
353 | CONFIG_INET=y | 340 | CONFIG_INET=y |
354 | CONFIG_IP_MULTICAST=y | 341 | CONFIG_IP_MULTICAST=y |
@@ -404,7 +391,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
404 | # | 391 | # |
405 | # CONFIG_NET_PKTGEN is not set | 392 | # CONFIG_NET_PKTGEN is not set |
406 | # CONFIG_HAMRADIO is not set | 393 | # CONFIG_HAMRADIO is not set |
407 | # CONFIG_CAN is not set | ||
408 | # CONFIG_IRDA is not set | 394 | # CONFIG_IRDA is not set |
409 | # CONFIG_BT is not set | 395 | # CONFIG_BT is not set |
410 | # CONFIG_AF_RXRPC is not set | 396 | # CONFIG_AF_RXRPC is not set |
@@ -517,13 +503,11 @@ CONFIG_BLK_DEV_LOOP=y | |||
517 | CONFIG_BLK_DEV_RAM=y | 503 | CONFIG_BLK_DEV_RAM=y |
518 | CONFIG_BLK_DEV_RAM_COUNT=16 | 504 | CONFIG_BLK_DEV_RAM_COUNT=16 |
519 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 505 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
520 | # CONFIG_BLK_DEV_XIP is not set | 506 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
521 | # CONFIG_CDROM_PKTCDVD is not set | 507 | # CONFIG_CDROM_PKTCDVD is not set |
522 | # CONFIG_ATA_OVER_ETH is not set | 508 | # CONFIG_ATA_OVER_ETH is not set |
523 | CONFIG_MISC_DEVICES=y | 509 | CONFIG_MISC_DEVICES=y |
524 | # CONFIG_EEPROM_93CX6 is not set | 510 | # CONFIG_EEPROM_93CX6 is not set |
525 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
526 | CONFIG_HAVE_IDE=y | ||
527 | CONFIG_IDE=m | 511 | CONFIG_IDE=m |
528 | CONFIG_BLK_DEV_IDE=m | 512 | CONFIG_BLK_DEV_IDE=m |
529 | 513 | ||
@@ -545,6 +529,7 @@ CONFIG_IDE_PROC_FS=y | |||
545 | # | 529 | # |
546 | # CONFIG_IDE_GENERIC is not set | 530 | # CONFIG_IDE_GENERIC is not set |
547 | # CONFIG_BLK_DEV_PLATFORM is not set | 531 | # CONFIG_BLK_DEV_PLATFORM is not set |
532 | # CONFIG_IDE_ARM is not set | ||
548 | # CONFIG_BLK_DEV_IDEDMA is not set | 533 | # CONFIG_BLK_DEV_IDEDMA is not set |
549 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | 534 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y |
550 | # CONFIG_BLK_DEV_HD is not set | 535 | # CONFIG_BLK_DEV_HD is not set |
@@ -578,7 +563,6 @@ CONFIG_SMC91X=y | |||
578 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 563 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
579 | # CONFIG_B44 is not set | 564 | # CONFIG_B44 is not set |
580 | CONFIG_NETDEV_1000=y | 565 | CONFIG_NETDEV_1000=y |
581 | # CONFIG_E1000E_ENABLED is not set | ||
582 | CONFIG_NETDEV_10000=y | 566 | CONFIG_NETDEV_10000=y |
583 | 567 | ||
584 | # | 568 | # |
@@ -600,6 +584,7 @@ CONFIG_PPP_MULTILINK=y | |||
600 | # CONFIG_PPPOL2TP is not set | 584 | # CONFIG_PPPOL2TP is not set |
601 | # CONFIG_SLIP is not set | 585 | # CONFIG_SLIP is not set |
602 | CONFIG_SLHC=y | 586 | CONFIG_SLHC=y |
587 | # CONFIG_SHAPER is not set | ||
603 | # CONFIG_NETCONSOLE is not set | 588 | # CONFIG_NETCONSOLE is not set |
604 | # CONFIG_NETPOLL is not set | 589 | # CONFIG_NETPOLL is not set |
605 | # CONFIG_NET_POLL_CONTROLLER is not set | 590 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -696,7 +681,6 @@ CONFIG_HW_RANDOM_OMAP=m | |||
696 | # CONFIG_SYNCLINK_CS is not set | 681 | # CONFIG_SYNCLINK_CS is not set |
697 | # CONFIG_CARDMAN_4000 is not set | 682 | # CONFIG_CARDMAN_4000 is not set |
698 | # CONFIG_CARDMAN_4040 is not set | 683 | # CONFIG_CARDMAN_4040 is not set |
699 | # CONFIG_IPWIRELESS is not set | ||
700 | # CONFIG_RAW_DRIVER is not set | 684 | # CONFIG_RAW_DRIVER is not set |
701 | # CONFIG_TCG_TPM is not set | 685 | # CONFIG_TCG_TPM is not set |
702 | CONFIG_I2C=y | 686 | CONFIG_I2C=y |
@@ -724,13 +708,17 @@ CONFIG_I2C_OMAP=y | |||
724 | # | 708 | # |
725 | # Miscellaneous I2C Chip support | 709 | # Miscellaneous I2C Chip support |
726 | # | 710 | # |
711 | # CONFIG_SENSORS_DS1337 is not set | ||
712 | # CONFIG_SENSORS_DS1374 is not set | ||
727 | # CONFIG_DS1682 is not set | 713 | # CONFIG_DS1682 is not set |
728 | # CONFIG_SENSORS_EEPROM is not set | 714 | # CONFIG_SENSORS_EEPROM is not set |
729 | # CONFIG_SENSORS_PCF8574 is not set | 715 | # CONFIG_SENSORS_PCF8574 is not set |
730 | # CONFIG_PCF8575 is not set | 716 | # CONFIG_SENSORS_PCA9539 is not set |
731 | # CONFIG_SENSORS_PCF8591 is not set | 717 | # CONFIG_SENSORS_PCF8591 is not set |
732 | # CONFIG_ISP1301_OMAP is not set | 718 | # CONFIG_ISP1301_OMAP is not set |
733 | CONFIG_TPS65010=y | 719 | CONFIG_TPS65010=y |
720 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
721 | # CONFIG_GPIOEXPANDER_OMAP is not set | ||
734 | # CONFIG_SENSORS_MAX6875 is not set | 722 | # CONFIG_SENSORS_MAX6875 is not set |
735 | # CONFIG_SENSORS_TSL2550 is not set | 723 | # CONFIG_SENSORS_TSL2550 is not set |
736 | # CONFIG_I2C_DEBUG_CORE is not set | 724 | # CONFIG_I2C_DEBUG_CORE is not set |
@@ -755,7 +743,6 @@ CONFIG_HWMON=y | |||
755 | # CONFIG_SENSORS_ADM1031 is not set | 743 | # CONFIG_SENSORS_ADM1031 is not set |
756 | # CONFIG_SENSORS_ADM9240 is not set | 744 | # CONFIG_SENSORS_ADM9240 is not set |
757 | # CONFIG_SENSORS_ADT7470 is not set | 745 | # CONFIG_SENSORS_ADT7470 is not set |
758 | # CONFIG_SENSORS_ADT7473 is not set | ||
759 | # CONFIG_SENSORS_ATXP1 is not set | 746 | # CONFIG_SENSORS_ATXP1 is not set |
760 | # CONFIG_SENSORS_DS1621 is not set | 747 | # CONFIG_SENSORS_DS1621 is not set |
761 | # CONFIG_SENSORS_F71805F is not set | 748 | # CONFIG_SENSORS_F71805F is not set |
@@ -783,7 +770,6 @@ CONFIG_HWMON=y | |||
783 | # CONFIG_SENSORS_SMSC47M1 is not set | 770 | # CONFIG_SENSORS_SMSC47M1 is not set |
784 | # CONFIG_SENSORS_SMSC47M192 is not set | 771 | # CONFIG_SENSORS_SMSC47M192 is not set |
785 | # CONFIG_SENSORS_SMSC47B397 is not set | 772 | # CONFIG_SENSORS_SMSC47B397 is not set |
786 | # CONFIG_SENSORS_ADS7828 is not set | ||
787 | # CONFIG_SENSORS_THMC50 is not set | 773 | # CONFIG_SENSORS_THMC50 is not set |
788 | # CONFIG_SENSORS_VT1211 is not set | 774 | # CONFIG_SENSORS_VT1211 is not set |
789 | # CONFIG_SENSORS_W83781D is not set | 775 | # CONFIG_SENSORS_W83781D is not set |
@@ -791,7 +777,6 @@ CONFIG_HWMON=y | |||
791 | # CONFIG_SENSORS_W83792D is not set | 777 | # CONFIG_SENSORS_W83792D is not set |
792 | # CONFIG_SENSORS_W83793 is not set | 778 | # CONFIG_SENSORS_W83793 is not set |
793 | # CONFIG_SENSORS_W83L785TS is not set | 779 | # CONFIG_SENSORS_W83L785TS is not set |
794 | # CONFIG_SENSORS_W83L786NG is not set | ||
795 | # CONFIG_SENSORS_W83627HF is not set | 780 | # CONFIG_SENSORS_W83627HF is not set |
796 | # CONFIG_SENSORS_W83627EHF is not set | 781 | # CONFIG_SENSORS_W83627EHF is not set |
797 | # CONFIG_HWMON_DEBUG_CHIP is not set | 782 | # CONFIG_HWMON_DEBUG_CHIP is not set |
@@ -807,7 +792,6 @@ CONFIG_SSB_POSSIBLE=y | |||
807 | # Multifunction device drivers | 792 | # Multifunction device drivers |
808 | # | 793 | # |
809 | # CONFIG_MFD_SM501 is not set | 794 | # CONFIG_MFD_SM501 is not set |
810 | # CONFIG_MFD_ASIC3 is not set | ||
811 | 795 | ||
812 | # | 796 | # |
813 | # Multimedia devices | 797 | # Multimedia devices |
@@ -822,11 +806,11 @@ CONFIG_DAB=y | |||
822 | # CONFIG_VGASTATE is not set | 806 | # CONFIG_VGASTATE is not set |
823 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 807 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
824 | CONFIG_FB=y | 808 | CONFIG_FB=y |
825 | CONFIG_FIRMWARE_EDID=y | 809 | # CONFIG_FIRMWARE_EDID is not set |
826 | # CONFIG_FB_DDC is not set | 810 | # CONFIG_FB_DDC is not set |
827 | # CONFIG_FB_CFB_FILLRECT is not set | 811 | CONFIG_FB_CFB_FILLRECT=y |
828 | # CONFIG_FB_CFB_COPYAREA is not set | 812 | CONFIG_FB_CFB_COPYAREA=y |
829 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 813 | CONFIG_FB_CFB_IMAGEBLIT=y |
830 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | 814 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
831 | # CONFIG_FB_SYS_FILLRECT is not set | 815 | # CONFIG_FB_SYS_FILLRECT is not set |
832 | # CONFIG_FB_SYS_COPYAREA is not set | 816 | # CONFIG_FB_SYS_COPYAREA is not set |
@@ -844,7 +828,11 @@ CONFIG_FB_MODE_HELPERS=y | |||
844 | # | 828 | # |
845 | # CONFIG_FB_S1D13XXX is not set | 829 | # CONFIG_FB_S1D13XXX is not set |
846 | # CONFIG_FB_VIRTUAL is not set | 830 | # CONFIG_FB_VIRTUAL is not set |
847 | # CONFIG_FB_OMAP is not set | 831 | CONFIG_FB_OMAP=y |
832 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
833 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
834 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
835 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
848 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 836 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
849 | 837 | ||
850 | # | 838 | # |
@@ -891,8 +879,16 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
891 | # CONFIG_USB is not set | 879 | # CONFIG_USB is not set |
892 | 880 | ||
893 | # | 881 | # |
882 | # Enable Host or Gadget support to see Inventra options | ||
883 | # | ||
884 | |||
885 | # | ||
894 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 886 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
895 | # | 887 | # |
888 | |||
889 | # | ||
890 | # USB Gadget Support | ||
891 | # | ||
896 | # CONFIG_USB_GADGET is not set | 892 | # CONFIG_USB_GADGET is not set |
897 | # CONFIG_MMC is not set | 893 | # CONFIG_MMC is not set |
898 | # CONFIG_NEW_LEDS is not set | 894 | # CONFIG_NEW_LEDS is not set |
@@ -900,6 +896,11 @@ CONFIG_RTC_LIB=y | |||
900 | # CONFIG_RTC_CLASS is not set | 896 | # CONFIG_RTC_CLASS is not set |
901 | 897 | ||
902 | # | 898 | # |
899 | # CBUS support | ||
900 | # | ||
901 | # CONFIG_CBUS is not set | ||
902 | |||
903 | # | ||
903 | # File systems | 904 | # File systems |
904 | # | 905 | # |
905 | CONFIG_EXT2_FS=y | 906 | CONFIG_EXT2_FS=y |
@@ -913,10 +914,12 @@ CONFIG_EXT2_FS=y | |||
913 | # CONFIG_XFS_FS is not set | 914 | # CONFIG_XFS_FS is not set |
914 | # CONFIG_GFS2_FS is not set | 915 | # CONFIG_GFS2_FS is not set |
915 | # CONFIG_OCFS2_FS is not set | 916 | # CONFIG_OCFS2_FS is not set |
916 | CONFIG_DNOTIFY=y | 917 | # CONFIG_MINIX_FS is not set |
918 | # CONFIG_ROMFS_FS is not set | ||
917 | CONFIG_INOTIFY=y | 919 | CONFIG_INOTIFY=y |
918 | CONFIG_INOTIFY_USER=y | 920 | CONFIG_INOTIFY_USER=y |
919 | # CONFIG_QUOTA is not set | 921 | # CONFIG_QUOTA is not set |
922 | CONFIG_DNOTIFY=y | ||
920 | CONFIG_AUTOFS_FS=y | 923 | CONFIG_AUTOFS_FS=y |
921 | CONFIG_AUTOFS4_FS=y | 924 | CONFIG_AUTOFS4_FS=y |
922 | # CONFIG_FUSE_FS is not set | 925 | # CONFIG_FUSE_FS is not set |
@@ -970,10 +973,8 @@ CONFIG_JFFS2_RTIME=y | |||
970 | # CONFIG_JFFS2_RUBIN is not set | 973 | # CONFIG_JFFS2_RUBIN is not set |
971 | # CONFIG_CRAMFS is not set | 974 | # CONFIG_CRAMFS is not set |
972 | # CONFIG_VXFS_FS is not set | 975 | # CONFIG_VXFS_FS is not set |
973 | # CONFIG_MINIX_FS is not set | ||
974 | # CONFIG_HPFS_FS is not set | 976 | # CONFIG_HPFS_FS is not set |
975 | # CONFIG_QNX4FS_FS is not set | 977 | # CONFIG_QNX4FS_FS is not set |
976 | # CONFIG_ROMFS_FS is not set | ||
977 | # CONFIG_SYSV_FS is not set | 978 | # CONFIG_SYSV_FS is not set |
978 | # CONFIG_UFS_FS is not set | 979 | # CONFIG_UFS_FS is not set |
979 | CONFIG_NETWORK_FILESYSTEMS=y | 980 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1043,6 +1044,9 @@ CONFIG_NLS_ISO8859_1=m | |||
1043 | # CONFIG_NLS_KOI8_U is not set | 1044 | # CONFIG_NLS_KOI8_U is not set |
1044 | # CONFIG_NLS_UTF8 is not set | 1045 | # CONFIG_NLS_UTF8 is not set |
1045 | # CONFIG_DLM is not set | 1046 | # CONFIG_DLM is not set |
1047 | CONFIG_INSTRUMENTATION=y | ||
1048 | # CONFIG_PROFILING is not set | ||
1049 | # CONFIG_MARKERS is not set | ||
1046 | 1050 | ||
1047 | # | 1051 | # |
1048 | # Kernel hacking | 1052 | # Kernel hacking |
@@ -1055,6 +1059,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1055 | # CONFIG_DEBUG_FS is not set | 1059 | # CONFIG_DEBUG_FS is not set |
1056 | # CONFIG_HEADERS_CHECK is not set | 1060 | # CONFIG_HEADERS_CHECK is not set |
1057 | # CONFIG_DEBUG_KERNEL is not set | 1061 | # CONFIG_DEBUG_KERNEL is not set |
1062 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1058 | CONFIG_DEBUG_BUGVERBOSE=y | 1063 | CONFIG_DEBUG_BUGVERBOSE=y |
1059 | CONFIG_FRAME_POINTER=y | 1064 | CONFIG_FRAME_POINTER=y |
1060 | # CONFIG_SAMPLES is not set | 1065 | # CONFIG_SAMPLES is not set |
@@ -1066,51 +1071,7 @@ CONFIG_FRAME_POINTER=y | |||
1066 | # CONFIG_KEYS is not set | 1071 | # CONFIG_KEYS is not set |
1067 | # CONFIG_SECURITY is not set | 1072 | # CONFIG_SECURITY is not set |
1068 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1073 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1069 | CONFIG_CRYPTO=y | 1074 | # CONFIG_CRYPTO is not set |
1070 | # CONFIG_CRYPTO_SEQIV is not set | ||
1071 | # CONFIG_CRYPTO_MANAGER is not set | ||
1072 | # CONFIG_CRYPTO_HMAC is not set | ||
1073 | # CONFIG_CRYPTO_XCBC is not set | ||
1074 | # CONFIG_CRYPTO_NULL is not set | ||
1075 | # CONFIG_CRYPTO_MD4 is not set | ||
1076 | # CONFIG_CRYPTO_MD5 is not set | ||
1077 | # CONFIG_CRYPTO_SHA1 is not set | ||
1078 | # CONFIG_CRYPTO_SHA256 is not set | ||
1079 | # CONFIG_CRYPTO_SHA512 is not set | ||
1080 | # CONFIG_CRYPTO_WP512 is not set | ||
1081 | # CONFIG_CRYPTO_TGR192 is not set | ||
1082 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1083 | # CONFIG_CRYPTO_ECB is not set | ||
1084 | # CONFIG_CRYPTO_CBC is not set | ||
1085 | # CONFIG_CRYPTO_PCBC is not set | ||
1086 | # CONFIG_CRYPTO_LRW is not set | ||
1087 | # CONFIG_CRYPTO_XTS is not set | ||
1088 | # CONFIG_CRYPTO_CTR is not set | ||
1089 | # CONFIG_CRYPTO_GCM is not set | ||
1090 | # CONFIG_CRYPTO_CCM is not set | ||
1091 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1092 | # CONFIG_CRYPTO_DES is not set | ||
1093 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1094 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1095 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1096 | # CONFIG_CRYPTO_SERPENT is not set | ||
1097 | # CONFIG_CRYPTO_AES is not set | ||
1098 | # CONFIG_CRYPTO_CAST5 is not set | ||
1099 | # CONFIG_CRYPTO_CAST6 is not set | ||
1100 | # CONFIG_CRYPTO_TEA is not set | ||
1101 | # CONFIG_CRYPTO_ARC4 is not set | ||
1102 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1103 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1104 | # CONFIG_CRYPTO_SEED is not set | ||
1105 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1106 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1107 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1108 | # CONFIG_CRYPTO_CRC32C is not set | ||
1109 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1110 | # CONFIG_CRYPTO_TEST is not set | ||
1111 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1112 | # CONFIG_CRYPTO_LZO is not set | ||
1113 | CONFIG_CRYPTO_HW=y | ||
1114 | 1075 | ||
1115 | # | 1076 | # |
1116 | # Library routines | 1077 | # Library routines |
diff --git a/arch/arm/configs/omap_perseus2_730_defconfig b/arch/arm/configs/omap_perseus2_730_defconfig new file mode 100644 index 000000000000..b94800c0e000 --- /dev/null +++ b/arch/arm/configs/omap_perseus2_730_defconfig | |||
@@ -0,0 +1,928 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:45:12 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | CONFIG_LOCALVERSION="" | ||
36 | CONFIG_LOCALVERSION_AUTO=y | ||
37 | CONFIG_SWAP=y | ||
38 | CONFIG_SYSVIPC=y | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_USER_NS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | # CONFIG_IKCONFIG is not set | ||
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | CONFIG_SYSFS_DEPRECATED=y | ||
48 | # CONFIG_RELAY is not set | ||
49 | CONFIG_BLK_DEV_INITRD=y | ||
50 | CONFIG_INITRAMFS_SOURCE="" | ||
51 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
52 | CONFIG_SYSCTL=y | ||
53 | # CONFIG_EMBEDDED is not set | ||
54 | CONFIG_UID16=y | ||
55 | CONFIG_SYSCTL_SYSCALL=y | ||
56 | CONFIG_KALLSYMS=y | ||
57 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
58 | CONFIG_HOTPLUG=y | ||
59 | CONFIG_PRINTK=y | ||
60 | CONFIG_BUG=y | ||
61 | CONFIG_ELF_CORE=y | ||
62 | CONFIG_BASE_FULL=y | ||
63 | CONFIG_FUTEX=y | ||
64 | CONFIG_ANON_INODES=y | ||
65 | CONFIG_EPOLL=y | ||
66 | CONFIG_SIGNALFD=y | ||
67 | CONFIG_TIMERFD=y | ||
68 | CONFIG_EVENTFD=y | ||
69 | CONFIG_SHMEM=y | ||
70 | CONFIG_VM_EVENT_COUNTERS=y | ||
71 | CONFIG_SLAB=y | ||
72 | # CONFIG_SLUB is not set | ||
73 | # CONFIG_SLOB is not set | ||
74 | CONFIG_RT_MUTEXES=y | ||
75 | # CONFIG_TINY_SHMEM is not set | ||
76 | CONFIG_BASE_SMALL=0 | ||
77 | CONFIG_MODULES=y | ||
78 | CONFIG_MODULE_UNLOAD=y | ||
79 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
80 | # CONFIG_MODVERSIONS is not set | ||
81 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
82 | CONFIG_KMOD=y | ||
83 | CONFIG_BLOCK=y | ||
84 | # CONFIG_LBD is not set | ||
85 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
86 | # CONFIG_LSF is not set | ||
87 | # CONFIG_BLK_DEV_BSG is not set | ||
88 | |||
89 | # | ||
90 | # IO Schedulers | ||
91 | # | ||
92 | CONFIG_IOSCHED_NOOP=y | ||
93 | CONFIG_IOSCHED_AS=y | ||
94 | CONFIG_IOSCHED_DEADLINE=y | ||
95 | CONFIG_IOSCHED_CFQ=y | ||
96 | # CONFIG_DEFAULT_AS is not set | ||
97 | # CONFIG_DEFAULT_DEADLINE is not set | ||
98 | CONFIG_DEFAULT_CFQ=y | ||
99 | # CONFIG_DEFAULT_NOOP is not set | ||
100 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
101 | |||
102 | # | ||
103 | # System Type | ||
104 | # | ||
105 | # CONFIG_ARCH_AAEC2000 is not set | ||
106 | # CONFIG_ARCH_INTEGRATOR is not set | ||
107 | # CONFIG_ARCH_REALVIEW is not set | ||
108 | # CONFIG_ARCH_VERSATILE is not set | ||
109 | # CONFIG_ARCH_AT91 is not set | ||
110 | # CONFIG_ARCH_CLPS7500 is not set | ||
111 | # CONFIG_ARCH_CLPS711X is not set | ||
112 | # CONFIG_ARCH_CO285 is not set | ||
113 | # CONFIG_ARCH_EBSA110 is not set | ||
114 | # CONFIG_ARCH_EP93XX is not set | ||
115 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
116 | # CONFIG_ARCH_NETX is not set | ||
117 | # CONFIG_ARCH_H720X is not set | ||
118 | # CONFIG_ARCH_IMX is not set | ||
119 | # CONFIG_ARCH_IOP13XX is not set | ||
120 | # CONFIG_ARCH_IOP32X is not set | ||
121 | # CONFIG_ARCH_IOP33X is not set | ||
122 | # CONFIG_ARCH_IXP23XX is not set | ||
123 | # CONFIG_ARCH_IXP2000 is not set | ||
124 | # CONFIG_ARCH_IXP4XX is not set | ||
125 | # CONFIG_ARCH_L7200 is not set | ||
126 | # CONFIG_ARCH_KS8695 is not set | ||
127 | # CONFIG_ARCH_NS9XXX is not set | ||
128 | # CONFIG_ARCH_MXC is not set | ||
129 | # CONFIG_ARCH_PNX4008 is not set | ||
130 | # CONFIG_ARCH_PXA is not set | ||
131 | # CONFIG_ARCH_RPC is not set | ||
132 | # CONFIG_ARCH_SA1100 is not set | ||
133 | # CONFIG_ARCH_S3C2410 is not set | ||
134 | # CONFIG_ARCH_SHARK is not set | ||
135 | # CONFIG_ARCH_LH7A40X is not set | ||
136 | # CONFIG_ARCH_DAVINCI is not set | ||
137 | CONFIG_ARCH_OMAP=y | ||
138 | |||
139 | # | ||
140 | # TI OMAP Implementations | ||
141 | # | ||
142 | CONFIG_ARCH_OMAP_OTG=y | ||
143 | CONFIG_ARCH_OMAP1=y | ||
144 | # CONFIG_ARCH_OMAP2 is not set | ||
145 | # CONFIG_ARCH_OMAP3 is not set | ||
146 | |||
147 | # | ||
148 | # OMAP Feature Selections | ||
149 | # | ||
150 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
151 | # CONFIG_OMAP_BOOT_TAG is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | CONFIG_OMAP_MUX=y | ||
154 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
155 | CONFIG_OMAP_MUX_WARNINGS=y | ||
156 | CONFIG_OMAP_MCBSP=y | ||
157 | # CONFIG_OMAP_MMU_FWK is not set | ||
158 | # CONFIG_OMAP_MBOX_FWK is not set | ||
159 | CONFIG_OMAP_MPU_TIMER=y | ||
160 | # CONFIG_OMAP_32K_TIMER is not set | ||
161 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
164 | CONFIG_OMAP_SERIAL_WAKE=y | ||
165 | |||
166 | # | ||
167 | # OMAP Core Type | ||
168 | # | ||
169 | CONFIG_ARCH_OMAP730=y | ||
170 | # CONFIG_ARCH_OMAP15XX is not set | ||
171 | # CONFIG_ARCH_OMAP16XX is not set | ||
172 | |||
173 | # | ||
174 | # OMAP Board Type | ||
175 | # | ||
176 | CONFIG_MACH_OMAP_PERSEUS2=y | ||
177 | # CONFIG_MACH_OMAP_FSAMPLE is not set | ||
178 | |||
179 | # | ||
180 | # OMAP CPU Speed | ||
181 | # | ||
182 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
183 | # CONFIG_OMAP_ARM_195MHZ is not set | ||
184 | CONFIG_OMAP_ARM_182MHZ=y | ||
185 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
186 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
187 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
188 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
189 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
190 | |||
191 | # | ||
192 | # Boot options | ||
193 | # | ||
194 | |||
195 | # | ||
196 | # Power management | ||
197 | # | ||
198 | |||
199 | # | ||
200 | # Processor Type | ||
201 | # | ||
202 | CONFIG_CPU_32=y | ||
203 | CONFIG_CPU_ARM926T=y | ||
204 | CONFIG_CPU_32v5=y | ||
205 | CONFIG_CPU_ABRT_EV5TJ=y | ||
206 | CONFIG_CPU_PABRT_NOIFAR=y | ||
207 | CONFIG_CPU_CACHE_VIVT=y | ||
208 | CONFIG_CPU_COPY_V4WB=y | ||
209 | CONFIG_CPU_TLB_V4WBI=y | ||
210 | CONFIG_CPU_CP15=y | ||
211 | CONFIG_CPU_CP15_MMU=y | ||
212 | |||
213 | # | ||
214 | # Processor Features | ||
215 | # | ||
216 | # CONFIG_ARM_THUMB is not set | ||
217 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
218 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
219 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
220 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | ||
221 | # CONFIG_OUTER_CACHE is not set | ||
222 | |||
223 | # | ||
224 | # Bus support | ||
225 | # | ||
226 | # CONFIG_PCI_SYSCALL is not set | ||
227 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
228 | |||
229 | # | ||
230 | # PCCARD (PCMCIA/CardBus) support | ||
231 | # | ||
232 | # CONFIG_PCCARD is not set | ||
233 | |||
234 | # | ||
235 | # Kernel Features | ||
236 | # | ||
237 | # CONFIG_TICK_ONESHOT is not set | ||
238 | # CONFIG_NO_HZ is not set | ||
239 | # CONFIG_HIGH_RES_TIMERS is not set | ||
240 | CONFIG_PREEMPT=y | ||
241 | CONFIG_HZ=100 | ||
242 | # CONFIG_AEABI is not set | ||
243 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
244 | CONFIG_SELECT_MEMORY_MODEL=y | ||
245 | CONFIG_FLATMEM_MANUAL=y | ||
246 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
247 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
248 | CONFIG_FLATMEM=y | ||
249 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
250 | # CONFIG_SPARSEMEM_STATIC is not set | ||
251 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
252 | # CONFIG_RESOURCES_64BIT is not set | ||
253 | CONFIG_ZONE_DMA_FLAG=1 | ||
254 | CONFIG_BOUNCE=y | ||
255 | CONFIG_VIRT_TO_BUS=y | ||
256 | CONFIG_LEDS=y | ||
257 | CONFIG_LEDS_CPU=y | ||
258 | CONFIG_ALIGNMENT_TRAP=y | ||
259 | |||
260 | # | ||
261 | # Boot options | ||
262 | # | ||
263 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
264 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
265 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 ip=dhcp" | ||
266 | # CONFIG_XIP_KERNEL is not set | ||
267 | # CONFIG_KEXEC is not set | ||
268 | |||
269 | # | ||
270 | # CPU Frequency scaling | ||
271 | # | ||
272 | # CONFIG_CPU_FREQ is not set | ||
273 | |||
274 | # | ||
275 | # Floating point emulation | ||
276 | # | ||
277 | |||
278 | # | ||
279 | # At least one emulation must be selected | ||
280 | # | ||
281 | CONFIG_FPE_NWFPE=y | ||
282 | # CONFIG_FPE_NWFPE_XP is not set | ||
283 | # CONFIG_FPE_FASTFPE is not set | ||
284 | # CONFIG_VFP is not set | ||
285 | |||
286 | # | ||
287 | # Userspace binary formats | ||
288 | # | ||
289 | CONFIG_BINFMT_ELF=y | ||
290 | # CONFIG_BINFMT_AOUT is not set | ||
291 | # CONFIG_BINFMT_MISC is not set | ||
292 | # CONFIG_ARTHUR is not set | ||
293 | |||
294 | # | ||
295 | # Power management options | ||
296 | # | ||
297 | CONFIG_PM=y | ||
298 | # CONFIG_PM_LEGACY is not set | ||
299 | # CONFIG_PM_DEBUG is not set | ||
300 | CONFIG_PM_SLEEP=y | ||
301 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
302 | CONFIG_SUSPEND=y | ||
303 | # CONFIG_APM_EMULATION is not set | ||
304 | |||
305 | # | ||
306 | # Networking | ||
307 | # | ||
308 | CONFIG_NET=y | ||
309 | |||
310 | # | ||
311 | # Networking options | ||
312 | # | ||
313 | CONFIG_PACKET=y | ||
314 | # CONFIG_PACKET_MMAP is not set | ||
315 | CONFIG_UNIX=y | ||
316 | CONFIG_XFRM=y | ||
317 | # CONFIG_XFRM_USER is not set | ||
318 | # CONFIG_XFRM_SUB_POLICY is not set | ||
319 | # CONFIG_XFRM_MIGRATE is not set | ||
320 | # CONFIG_NET_KEY is not set | ||
321 | CONFIG_INET=y | ||
322 | CONFIG_IP_MULTICAST=y | ||
323 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
324 | CONFIG_IP_FIB_HASH=y | ||
325 | CONFIG_IP_PNP=y | ||
326 | CONFIG_IP_PNP_DHCP=y | ||
327 | CONFIG_IP_PNP_BOOTP=y | ||
328 | # CONFIG_IP_PNP_RARP is not set | ||
329 | # CONFIG_NET_IPIP is not set | ||
330 | # CONFIG_NET_IPGRE is not set | ||
331 | # CONFIG_IP_MROUTE is not set | ||
332 | # CONFIG_ARPD is not set | ||
333 | # CONFIG_SYN_COOKIES is not set | ||
334 | # CONFIG_INET_AH is not set | ||
335 | # CONFIG_INET_ESP is not set | ||
336 | # CONFIG_INET_IPCOMP is not set | ||
337 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
338 | # CONFIG_INET_TUNNEL is not set | ||
339 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
340 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
341 | CONFIG_INET_XFRM_MODE_BEET=y | ||
342 | CONFIG_INET_DIAG=y | ||
343 | CONFIG_INET_TCP_DIAG=y | ||
344 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
345 | CONFIG_TCP_CONG_CUBIC=y | ||
346 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
347 | # CONFIG_TCP_MD5SIG is not set | ||
348 | # CONFIG_IPV6 is not set | ||
349 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
350 | # CONFIG_INET6_TUNNEL is not set | ||
351 | # CONFIG_NETWORK_SECMARK is not set | ||
352 | # CONFIG_NETFILTER is not set | ||
353 | # CONFIG_IP_DCCP is not set | ||
354 | # CONFIG_IP_SCTP is not set | ||
355 | # CONFIG_TIPC is not set | ||
356 | # CONFIG_ATM is not set | ||
357 | # CONFIG_BRIDGE is not set | ||
358 | # CONFIG_VLAN_8021Q is not set | ||
359 | # CONFIG_DECNET is not set | ||
360 | # CONFIG_LLC2 is not set | ||
361 | # CONFIG_IPX is not set | ||
362 | # CONFIG_ATALK is not set | ||
363 | # CONFIG_X25 is not set | ||
364 | # CONFIG_LAPB is not set | ||
365 | # CONFIG_ECONET is not set | ||
366 | # CONFIG_WAN_ROUTER is not set | ||
367 | |||
368 | # | ||
369 | # QoS and/or fair queueing | ||
370 | # | ||
371 | # CONFIG_NET_SCHED is not set | ||
372 | |||
373 | # | ||
374 | # Network testing | ||
375 | # | ||
376 | # CONFIG_NET_PKTGEN is not set | ||
377 | # CONFIG_HAMRADIO is not set | ||
378 | # CONFIG_IRDA is not set | ||
379 | # CONFIG_BT is not set | ||
380 | # CONFIG_AF_RXRPC is not set | ||
381 | |||
382 | # | ||
383 | # Wireless | ||
384 | # | ||
385 | # CONFIG_CFG80211 is not set | ||
386 | # CONFIG_WIRELESS_EXT is not set | ||
387 | # CONFIG_MAC80211 is not set | ||
388 | # CONFIG_IEEE80211 is not set | ||
389 | # CONFIG_RFKILL is not set | ||
390 | # CONFIG_NET_9P is not set | ||
391 | |||
392 | # | ||
393 | # Device Drivers | ||
394 | # | ||
395 | |||
396 | # | ||
397 | # Generic Driver Options | ||
398 | # | ||
399 | CONFIG_STANDALONE=y | ||
400 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
401 | # CONFIG_FW_LOADER is not set | ||
402 | # CONFIG_SYS_HYPERVISOR is not set | ||
403 | # CONFIG_CONNECTOR is not set | ||
404 | CONFIG_MTD=y | ||
405 | # CONFIG_MTD_DEBUG is not set | ||
406 | # CONFIG_MTD_CONCAT is not set | ||
407 | CONFIG_MTD_PARTITIONS=y | ||
408 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
409 | CONFIG_MTD_CMDLINE_PARTS=y | ||
410 | # CONFIG_MTD_AFS_PARTS is not set | ||
411 | |||
412 | # | ||
413 | # User Modules And Translation Layers | ||
414 | # | ||
415 | CONFIG_MTD_CHAR=y | ||
416 | CONFIG_MTD_BLKDEVS=y | ||
417 | CONFIG_MTD_BLOCK=y | ||
418 | # CONFIG_FTL is not set | ||
419 | # CONFIG_NFTL is not set | ||
420 | # CONFIG_INFTL is not set | ||
421 | # CONFIG_RFD_FTL is not set | ||
422 | # CONFIG_SSFDC is not set | ||
423 | |||
424 | # | ||
425 | # RAM/ROM/Flash chip drivers | ||
426 | # | ||
427 | CONFIG_MTD_CFI=y | ||
428 | # CONFIG_MTD_JEDECPROBE is not set | ||
429 | CONFIG_MTD_GEN_PROBE=y | ||
430 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
431 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
432 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
433 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
434 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
435 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
436 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
437 | CONFIG_MTD_CFI_I1=y | ||
438 | CONFIG_MTD_CFI_I2=y | ||
439 | # CONFIG_MTD_CFI_I4 is not set | ||
440 | # CONFIG_MTD_CFI_I8 is not set | ||
441 | CONFIG_MTD_CFI_INTELEXT=y | ||
442 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
443 | # CONFIG_MTD_CFI_STAA is not set | ||
444 | CONFIG_MTD_CFI_UTIL=y | ||
445 | # CONFIG_MTD_RAM is not set | ||
446 | # CONFIG_MTD_ROM is not set | ||
447 | # CONFIG_MTD_ABSENT is not set | ||
448 | |||
449 | # | ||
450 | # Mapping drivers for chip access | ||
451 | # | ||
452 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
453 | # CONFIG_MTD_PHYSMAP is not set | ||
454 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
455 | CONFIG_MTD_OMAP_NOR=y | ||
456 | # CONFIG_MTD_PLATRAM is not set | ||
457 | |||
458 | # | ||
459 | # Self-contained MTD device drivers | ||
460 | # | ||
461 | # CONFIG_MTD_SLRAM is not set | ||
462 | # CONFIG_MTD_PHRAM is not set | ||
463 | # CONFIG_MTD_MTDRAM is not set | ||
464 | # CONFIG_MTD_BLOCK2MTD is not set | ||
465 | |||
466 | # | ||
467 | # Disk-On-Chip Device Drivers | ||
468 | # | ||
469 | # CONFIG_MTD_DOC2000 is not set | ||
470 | # CONFIG_MTD_DOC2001 is not set | ||
471 | # CONFIG_MTD_DOC2001PLUS is not set | ||
472 | CONFIG_MTD_NAND=y | ||
473 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
474 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
475 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
476 | CONFIG_MTD_NAND_OMAP=y | ||
477 | CONFIG_MTD_NAND_IDS=y | ||
478 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
479 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
480 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
481 | # CONFIG_MTD_ONENAND is not set | ||
482 | |||
483 | # | ||
484 | # UBI - Unsorted block images | ||
485 | # | ||
486 | # CONFIG_MTD_UBI is not set | ||
487 | # CONFIG_PARPORT is not set | ||
488 | CONFIG_BLK_DEV=y | ||
489 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
490 | CONFIG_BLK_DEV_LOOP=y | ||
491 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
492 | # CONFIG_BLK_DEV_NBD is not set | ||
493 | CONFIG_BLK_DEV_RAM=y | ||
494 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
495 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
496 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
497 | # CONFIG_CDROM_PKTCDVD is not set | ||
498 | # CONFIG_ATA_OVER_ETH is not set | ||
499 | |||
500 | # | ||
501 | # SCSI device support | ||
502 | # | ||
503 | # CONFIG_RAID_ATTRS is not set | ||
504 | # CONFIG_SCSI is not set | ||
505 | # CONFIG_SCSI_DMA is not set | ||
506 | # CONFIG_SCSI_NETLINK is not set | ||
507 | # CONFIG_ATA is not set | ||
508 | # CONFIG_MD is not set | ||
509 | CONFIG_NETDEVICES=y | ||
510 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
511 | # CONFIG_DUMMY is not set | ||
512 | # CONFIG_BONDING is not set | ||
513 | # CONFIG_MACVLAN is not set | ||
514 | # CONFIG_EQUALIZER is not set | ||
515 | # CONFIG_TUN is not set | ||
516 | # CONFIG_PHYLIB is not set | ||
517 | CONFIG_NET_ETHERNET=y | ||
518 | CONFIG_MII=y | ||
519 | # CONFIG_AX88796 is not set | ||
520 | CONFIG_SMC91X=y | ||
521 | # CONFIG_DM9000 is not set | ||
522 | CONFIG_NETDEV_1000=y | ||
523 | CONFIG_NETDEV_10000=y | ||
524 | |||
525 | # | ||
526 | # Wireless LAN | ||
527 | # | ||
528 | # CONFIG_WLAN_PRE80211 is not set | ||
529 | # CONFIG_WLAN_80211 is not set | ||
530 | # CONFIG_WAN is not set | ||
531 | # CONFIG_PPP is not set | ||
532 | # CONFIG_SLIP is not set | ||
533 | # CONFIG_SHAPER is not set | ||
534 | # CONFIG_NETCONSOLE is not set | ||
535 | # CONFIG_NETPOLL is not set | ||
536 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
537 | # CONFIG_ISDN is not set | ||
538 | |||
539 | # | ||
540 | # Input device support | ||
541 | # | ||
542 | CONFIG_INPUT=y | ||
543 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
544 | # CONFIG_INPUT_POLLDEV is not set | ||
545 | |||
546 | # | ||
547 | # Userland interfaces | ||
548 | # | ||
549 | CONFIG_INPUT_MOUSEDEV=y | ||
550 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
551 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
552 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
553 | # CONFIG_INPUT_JOYDEV is not set | ||
554 | # CONFIG_INPUT_TSDEV is not set | ||
555 | # CONFIG_INPUT_EVDEV is not set | ||
556 | # CONFIG_INPUT_EVBUG is not set | ||
557 | |||
558 | # | ||
559 | # Input Device Drivers | ||
560 | # | ||
561 | CONFIG_INPUT_KEYBOARD=y | ||
562 | # CONFIG_KEYBOARD_ATKBD is not set | ||
563 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
564 | # CONFIG_KEYBOARD_LKKBD is not set | ||
565 | # CONFIG_KEYBOARD_XTKBD is not set | ||
566 | # CONFIG_KEYBOARD_NEWTON is not set | ||
567 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
568 | CONFIG_KEYBOARD_OMAP=y | ||
569 | # CONFIG_KEYBOARD_GPIO is not set | ||
570 | # CONFIG_INPUT_MOUSE is not set | ||
571 | # CONFIG_INPUT_JOYSTICK is not set | ||
572 | # CONFIG_INPUT_TABLET is not set | ||
573 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
574 | # CONFIG_INPUT_MISC is not set | ||
575 | |||
576 | # | ||
577 | # Hardware I/O ports | ||
578 | # | ||
579 | CONFIG_SERIO=y | ||
580 | CONFIG_SERIO_SERPORT=y | ||
581 | # CONFIG_SERIO_RAW is not set | ||
582 | # CONFIG_GAMEPORT is not set | ||
583 | |||
584 | # | ||
585 | # Character devices | ||
586 | # | ||
587 | CONFIG_VT=y | ||
588 | CONFIG_VT_CONSOLE=y | ||
589 | CONFIG_HW_CONSOLE=y | ||
590 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
591 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
592 | |||
593 | # | ||
594 | # Serial drivers | ||
595 | # | ||
596 | CONFIG_SERIAL_8250=y | ||
597 | CONFIG_SERIAL_8250_CONSOLE=y | ||
598 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
599 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
600 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
601 | |||
602 | # | ||
603 | # Non-8250 serial port support | ||
604 | # | ||
605 | CONFIG_SERIAL_CORE=y | ||
606 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
607 | CONFIG_UNIX98_PTYS=y | ||
608 | # CONFIG_LEGACY_PTYS is not set | ||
609 | # CONFIG_IPMI_HANDLER is not set | ||
610 | # CONFIG_WATCHDOG is not set | ||
611 | CONFIG_HW_RANDOM=m | ||
612 | # CONFIG_NVRAM is not set | ||
613 | # CONFIG_R3964 is not set | ||
614 | # CONFIG_RAW_DRIVER is not set | ||
615 | # CONFIG_TCG_TPM is not set | ||
616 | # CONFIG_I2C is not set | ||
617 | |||
618 | # | ||
619 | # SPI support | ||
620 | # | ||
621 | # CONFIG_SPI is not set | ||
622 | # CONFIG_SPI_MASTER is not set | ||
623 | # CONFIG_W1 is not set | ||
624 | CONFIG_HWMON=y | ||
625 | # CONFIG_HWMON_VID is not set | ||
626 | # CONFIG_SENSORS_ABITUGURU is not set | ||
627 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
628 | # CONFIG_SENSORS_F71805F is not set | ||
629 | # CONFIG_SENSORS_IT87 is not set | ||
630 | # CONFIG_SENSORS_PC87360 is not set | ||
631 | # CONFIG_SENSORS_PC87427 is not set | ||
632 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
633 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
634 | # CONFIG_SENSORS_VT1211 is not set | ||
635 | # CONFIG_SENSORS_W83627HF is not set | ||
636 | # CONFIG_SENSORS_W83627EHF is not set | ||
637 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
638 | CONFIG_MISC_DEVICES=y | ||
639 | # CONFIG_EEPROM_93CX6 is not set | ||
640 | |||
641 | # | ||
642 | # Multifunction device drivers | ||
643 | # | ||
644 | # CONFIG_MFD_SM501 is not set | ||
645 | # CONFIG_NEW_LEDS is not set | ||
646 | |||
647 | # | ||
648 | # Multimedia devices | ||
649 | # | ||
650 | # CONFIG_VIDEO_DEV is not set | ||
651 | # CONFIG_DVB_CORE is not set | ||
652 | CONFIG_DAB=y | ||
653 | |||
654 | # | ||
655 | # Graphics support | ||
656 | # | ||
657 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
658 | |||
659 | # | ||
660 | # Display device support | ||
661 | # | ||
662 | # CONFIG_DISPLAY_SUPPORT is not set | ||
663 | # CONFIG_VGASTATE is not set | ||
664 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
665 | CONFIG_FB=y | ||
666 | # CONFIG_FIRMWARE_EDID is not set | ||
667 | # CONFIG_FB_DDC is not set | ||
668 | # CONFIG_FB_CFB_FILLRECT is not set | ||
669 | # CONFIG_FB_CFB_COPYAREA is not set | ||
670 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
671 | CONFIG_FB_SYS_FILLRECT=y | ||
672 | CONFIG_FB_SYS_COPYAREA=y | ||
673 | CONFIG_FB_SYS_IMAGEBLIT=y | ||
674 | CONFIG_FB_SYS_FOPS=y | ||
675 | CONFIG_FB_DEFERRED_IO=y | ||
676 | # CONFIG_FB_SVGALIB is not set | ||
677 | # CONFIG_FB_MACMODES is not set | ||
678 | # CONFIG_FB_BACKLIGHT is not set | ||
679 | CONFIG_FB_MODE_HELPERS=y | ||
680 | # CONFIG_FB_TILEBLITTING is not set | ||
681 | |||
682 | # | ||
683 | # Frame buffer hardware drivers | ||
684 | # | ||
685 | # CONFIG_FB_S1D13XXX is not set | ||
686 | # CONFIG_FB_OMAP is not set | ||
687 | CONFIG_FB_VIRTUAL=y | ||
688 | |||
689 | # | ||
690 | # Console display driver support | ||
691 | # | ||
692 | # CONFIG_VGA_CONSOLE is not set | ||
693 | CONFIG_DUMMY_CONSOLE=y | ||
694 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
695 | # CONFIG_LOGO is not set | ||
696 | |||
697 | # | ||
698 | # Sound | ||
699 | # | ||
700 | # CONFIG_SOUND is not set | ||
701 | CONFIG_HID_SUPPORT=y | ||
702 | CONFIG_HID=y | ||
703 | # CONFIG_HID_DEBUG is not set | ||
704 | CONFIG_USB_SUPPORT=y | ||
705 | CONFIG_USB_ARCH_HAS_HCD=y | ||
706 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
707 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
708 | # CONFIG_USB is not set | ||
709 | |||
710 | # | ||
711 | # Enable Host or Gadget support to see Inventra options | ||
712 | # | ||
713 | |||
714 | # | ||
715 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
716 | # | ||
717 | |||
718 | # | ||
719 | # USB Gadget Support | ||
720 | # | ||
721 | # CONFIG_USB_GADGET is not set | ||
722 | # CONFIG_MMC is not set | ||
723 | CONFIG_RTC_LIB=y | ||
724 | CONFIG_RTC_CLASS=y | ||
725 | CONFIG_RTC_HCTOSYS=y | ||
726 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
727 | # CONFIG_RTC_DEBUG is not set | ||
728 | |||
729 | # | ||
730 | # RTC interfaces | ||
731 | # | ||
732 | CONFIG_RTC_INTF_SYSFS=y | ||
733 | CONFIG_RTC_INTF_PROC=y | ||
734 | CONFIG_RTC_INTF_DEV=y | ||
735 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
736 | # CONFIG_RTC_DRV_TEST is not set | ||
737 | |||
738 | # | ||
739 | # SPI RTC drivers | ||
740 | # | ||
741 | |||
742 | # | ||
743 | # Platform RTC drivers | ||
744 | # | ||
745 | # CONFIG_RTC_DRV_CMOS is not set | ||
746 | # CONFIG_RTC_DRV_DS1553 is not set | ||
747 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
748 | # CONFIG_RTC_DRV_DS1742 is not set | ||
749 | # CONFIG_RTC_DRV_M48T86 is not set | ||
750 | # CONFIG_RTC_DRV_M48T59 is not set | ||
751 | # CONFIG_RTC_DRV_V3020 is not set | ||
752 | |||
753 | # | ||
754 | # on-CPU RTC drivers | ||
755 | # | ||
756 | CONFIG_RTC_DRV_OMAP=y | ||
757 | |||
758 | # | ||
759 | # DMA Engine support | ||
760 | # | ||
761 | # CONFIG_DMA_ENGINE is not set | ||
762 | |||
763 | # | ||
764 | # DMA Clients | ||
765 | # | ||
766 | |||
767 | # | ||
768 | # DMA Devices | ||
769 | # | ||
770 | |||
771 | # | ||
772 | # CBUS support | ||
773 | # | ||
774 | # CONFIG_CBUS is not set | ||
775 | |||
776 | # | ||
777 | # File systems | ||
778 | # | ||
779 | CONFIG_EXT2_FS=y | ||
780 | # CONFIG_EXT2_FS_XATTR is not set | ||
781 | # CONFIG_EXT2_FS_XIP is not set | ||
782 | # CONFIG_EXT3_FS is not set | ||
783 | # CONFIG_EXT4DEV_FS is not set | ||
784 | # CONFIG_REISERFS_FS is not set | ||
785 | # CONFIG_JFS_FS is not set | ||
786 | # CONFIG_FS_POSIX_ACL is not set | ||
787 | # CONFIG_XFS_FS is not set | ||
788 | # CONFIG_GFS2_FS is not set | ||
789 | # CONFIG_OCFS2_FS is not set | ||
790 | # CONFIG_MINIX_FS is not set | ||
791 | # CONFIG_ROMFS_FS is not set | ||
792 | CONFIG_INOTIFY=y | ||
793 | CONFIG_INOTIFY_USER=y | ||
794 | # CONFIG_QUOTA is not set | ||
795 | CONFIG_DNOTIFY=y | ||
796 | # CONFIG_AUTOFS_FS is not set | ||
797 | # CONFIG_AUTOFS4_FS is not set | ||
798 | # CONFIG_FUSE_FS is not set | ||
799 | |||
800 | # | ||
801 | # CD-ROM/DVD Filesystems | ||
802 | # | ||
803 | # CONFIG_ISO9660_FS is not set | ||
804 | # CONFIG_UDF_FS is not set | ||
805 | |||
806 | # | ||
807 | # DOS/FAT/NT Filesystems | ||
808 | # | ||
809 | # CONFIG_MSDOS_FS is not set | ||
810 | # CONFIG_VFAT_FS is not set | ||
811 | # CONFIG_NTFS_FS is not set | ||
812 | |||
813 | # | ||
814 | # Pseudo filesystems | ||
815 | # | ||
816 | CONFIG_PROC_FS=y | ||
817 | CONFIG_PROC_SYSCTL=y | ||
818 | CONFIG_SYSFS=y | ||
819 | # CONFIG_TMPFS is not set | ||
820 | # CONFIG_HUGETLB_PAGE is not set | ||
821 | CONFIG_RAMFS=y | ||
822 | # CONFIG_CONFIGFS_FS is not set | ||
823 | |||
824 | # | ||
825 | # Miscellaneous filesystems | ||
826 | # | ||
827 | # CONFIG_ADFS_FS is not set | ||
828 | # CONFIG_AFFS_FS is not set | ||
829 | # CONFIG_HFS_FS is not set | ||
830 | # CONFIG_HFSPLUS_FS is not set | ||
831 | # CONFIG_BEFS_FS is not set | ||
832 | # CONFIG_BFS_FS is not set | ||
833 | # CONFIG_EFS_FS is not set | ||
834 | CONFIG_JFFS2_FS=y | ||
835 | CONFIG_JFFS2_FS_DEBUG=0 | ||
836 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
837 | # CONFIG_JFFS2_SUMMARY is not set | ||
838 | # CONFIG_JFFS2_FS_XATTR is not set | ||
839 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
840 | CONFIG_JFFS2_ZLIB=y | ||
841 | CONFIG_JFFS2_RTIME=y | ||
842 | # CONFIG_JFFS2_RUBIN is not set | ||
843 | # CONFIG_CRAMFS is not set | ||
844 | # CONFIG_VXFS_FS is not set | ||
845 | # CONFIG_HPFS_FS is not set | ||
846 | # CONFIG_QNX4FS_FS is not set | ||
847 | # CONFIG_SYSV_FS is not set | ||
848 | # CONFIG_UFS_FS is not set | ||
849 | |||
850 | # | ||
851 | # Network File Systems | ||
852 | # | ||
853 | CONFIG_NFS_FS=y | ||
854 | # CONFIG_NFS_V3 is not set | ||
855 | # CONFIG_NFS_V4 is not set | ||
856 | # CONFIG_NFS_DIRECTIO is not set | ||
857 | # CONFIG_NFSD is not set | ||
858 | CONFIG_ROOT_NFS=y | ||
859 | CONFIG_LOCKD=y | ||
860 | CONFIG_NFS_COMMON=y | ||
861 | CONFIG_SUNRPC=y | ||
862 | # CONFIG_SUNRPC_BIND34 is not set | ||
863 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
864 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
865 | # CONFIG_SMB_FS is not set | ||
866 | # CONFIG_CIFS is not set | ||
867 | # CONFIG_NCP_FS is not set | ||
868 | # CONFIG_CODA_FS is not set | ||
869 | # CONFIG_AFS_FS is not set | ||
870 | |||
871 | # | ||
872 | # Partition Types | ||
873 | # | ||
874 | # CONFIG_PARTITION_ADVANCED is not set | ||
875 | CONFIG_MSDOS_PARTITION=y | ||
876 | |||
877 | # | ||
878 | # Native Language Support | ||
879 | # | ||
880 | # CONFIG_NLS is not set | ||
881 | |||
882 | # | ||
883 | # Distributed Lock Manager | ||
884 | # | ||
885 | # CONFIG_DLM is not set | ||
886 | |||
887 | # | ||
888 | # Profiling support | ||
889 | # | ||
890 | # CONFIG_PROFILING is not set | ||
891 | |||
892 | # | ||
893 | # Kernel hacking | ||
894 | # | ||
895 | # CONFIG_PRINTK_TIME is not set | ||
896 | CONFIG_ENABLE_MUST_CHECK=y | ||
897 | # CONFIG_MAGIC_SYSRQ is not set | ||
898 | # CONFIG_UNUSED_SYMBOLS is not set | ||
899 | # CONFIG_DEBUG_FS is not set | ||
900 | # CONFIG_HEADERS_CHECK is not set | ||
901 | # CONFIG_DEBUG_KERNEL is not set | ||
902 | CONFIG_DEBUG_BUGVERBOSE=y | ||
903 | CONFIG_FRAME_POINTER=y | ||
904 | # CONFIG_DEBUG_USER is not set | ||
905 | |||
906 | # | ||
907 | # Security options | ||
908 | # | ||
909 | # CONFIG_KEYS is not set | ||
910 | # CONFIG_SECURITY is not set | ||
911 | # CONFIG_CRYPTO is not set | ||
912 | |||
913 | # | ||
914 | # Library routines | ||
915 | # | ||
916 | CONFIG_BITREVERSE=y | ||
917 | # CONFIG_CRC_CCITT is not set | ||
918 | # CONFIG_CRC16 is not set | ||
919 | # CONFIG_CRC_ITU_T is not set | ||
920 | CONFIG_CRC32=y | ||
921 | # CONFIG_CRC7 is not set | ||
922 | # CONFIG_LIBCRC32C is not set | ||
923 | CONFIG_ZLIB_INFLATE=y | ||
924 | CONFIG_ZLIB_DEFLATE=y | ||
925 | CONFIG_PLIST=y | ||
926 | CONFIG_HAS_IOMEM=y | ||
927 | CONFIG_HAS_IOPORT=y | ||
928 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index 1464ffe71717..4017d83c9d2d 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.26-rc4 | 3 | # Linux kernel version: 2.6.27-rc4 |
4 | # Mon Jun 2 23:54:48 2008 | 4 | # Fri Aug 22 12:38:51 2008 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -12,6 +12,7 @@ CONFIG_MMU=y | |||
12 | # CONFIG_NO_IOPORT is not set | 12 | # CONFIG_NO_IOPORT is not set |
13 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | 14 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | 16 | CONFIG_LOCKDEP_SUPPORT=y |
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
17 | CONFIG_HARDIRQS_SW_RESEND=y | 18 | CONFIG_HARDIRQS_SW_RESEND=y |
@@ -23,6 +24,7 @@ CONFIG_GENERIC_HWEIGHT=y | |||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | 25 | CONFIG_ARCH_SUPPORTS_AOUT=y |
25 | CONFIG_ZONE_DMA=y | 26 | CONFIG_ZONE_DMA=y |
27 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | 28 | CONFIG_VECTORS_BASE=0xffff0000 |
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 29 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
28 | 30 | ||
@@ -56,7 +58,6 @@ CONFIG_SYSCTL=y | |||
56 | CONFIG_EMBEDDED=y | 58 | CONFIG_EMBEDDED=y |
57 | CONFIG_UID16=y | 59 | CONFIG_UID16=y |
58 | CONFIG_SYSCTL_SYSCALL=y | 60 | CONFIG_SYSCTL_SYSCALL=y |
59 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
60 | CONFIG_KALLSYMS=y | 61 | CONFIG_KALLSYMS=y |
61 | CONFIG_KALLSYMS_ALL=y | 62 | CONFIG_KALLSYMS_ALL=y |
62 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 63 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -83,11 +84,17 @@ CONFIG_PROFILING=y | |||
83 | CONFIG_OPROFILE=y | 84 | CONFIG_OPROFILE=y |
84 | CONFIG_HAVE_OPROFILE=y | 85 | CONFIG_HAVE_OPROFILE=y |
85 | CONFIG_KPROBES=y | 86 | CONFIG_KPROBES=y |
87 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
86 | CONFIG_KRETPROBES=y | 88 | CONFIG_KRETPROBES=y |
89 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
87 | CONFIG_HAVE_KPROBES=y | 90 | CONFIG_HAVE_KPROBES=y |
88 | CONFIG_HAVE_KRETPROBES=y | 91 | CONFIG_HAVE_KRETPROBES=y |
92 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
89 | # CONFIG_HAVE_DMA_ATTRS is not set | 93 | # CONFIG_HAVE_DMA_ATTRS is not set |
94 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
95 | # CONFIG_HAVE_CLK is not set | ||
90 | CONFIG_PROC_PAGE_MONITOR=y | 96 | CONFIG_PROC_PAGE_MONITOR=y |
97 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
91 | CONFIG_RT_MUTEXES=y | 98 | CONFIG_RT_MUTEXES=y |
92 | # CONFIG_TINY_SHMEM is not set | 99 | # CONFIG_TINY_SHMEM is not set |
93 | CONFIG_BASE_SMALL=0 | 100 | CONFIG_BASE_SMALL=0 |
@@ -97,12 +104,13 @@ CONFIG_MODULE_UNLOAD=y | |||
97 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 104 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
98 | # CONFIG_MODVERSIONS is not set | 105 | # CONFIG_MODVERSIONS is not set |
99 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 106 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
100 | # CONFIG_KMOD is not set | 107 | CONFIG_KMOD=y |
101 | CONFIG_BLOCK=y | 108 | CONFIG_BLOCK=y |
102 | # CONFIG_LBD is not set | 109 | # CONFIG_LBD is not set |
103 | # CONFIG_BLK_DEV_IO_TRACE is not set | 110 | # CONFIG_BLK_DEV_IO_TRACE is not set |
104 | # CONFIG_LSF is not set | 111 | # CONFIG_LSF is not set |
105 | # CONFIG_BLK_DEV_BSG is not set | 112 | # CONFIG_BLK_DEV_BSG is not set |
113 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
106 | 114 | ||
107 | # | 115 | # |
108 | # IO Schedulers | 116 | # IO Schedulers |
@@ -128,7 +136,6 @@ CONFIG_CLASSIC_RCU=y | |||
128 | # CONFIG_ARCH_AT91 is not set | 136 | # CONFIG_ARCH_AT91 is not set |
129 | # CONFIG_ARCH_CLPS7500 is not set | 137 | # CONFIG_ARCH_CLPS7500 is not set |
130 | # CONFIG_ARCH_CLPS711X is not set | 138 | # CONFIG_ARCH_CLPS711X is not set |
131 | # CONFIG_ARCH_CO285 is not set | ||
132 | # CONFIG_ARCH_EBSA110 is not set | 139 | # CONFIG_ARCH_EBSA110 is not set |
133 | # CONFIG_ARCH_EP93XX is not set | 140 | # CONFIG_ARCH_EP93XX is not set |
134 | # CONFIG_ARCH_FOOTBRIDGE is not set | 141 | # CONFIG_ARCH_FOOTBRIDGE is not set |
@@ -142,8 +149,11 @@ CONFIG_CLASSIC_RCU=y | |||
142 | # CONFIG_ARCH_IXP2000 is not set | 149 | # CONFIG_ARCH_IXP2000 is not set |
143 | # CONFIG_ARCH_IXP4XX is not set | 150 | # CONFIG_ARCH_IXP4XX is not set |
144 | # CONFIG_ARCH_L7200 is not set | 151 | # CONFIG_ARCH_L7200 is not set |
152 | # CONFIG_ARCH_KIRKWOOD is not set | ||
145 | # CONFIG_ARCH_KS8695 is not set | 153 | # CONFIG_ARCH_KS8695 is not set |
146 | # CONFIG_ARCH_NS9XXX is not set | 154 | # CONFIG_ARCH_NS9XXX is not set |
155 | # CONFIG_ARCH_LOKI is not set | ||
156 | # CONFIG_ARCH_MV78XX0 is not set | ||
147 | # CONFIG_ARCH_MXC is not set | 157 | # CONFIG_ARCH_MXC is not set |
148 | CONFIG_ARCH_ORION5X=y | 158 | CONFIG_ARCH_ORION5X=y |
149 | # CONFIG_ARCH_PNX4008 is not set | 159 | # CONFIG_ARCH_PNX4008 is not set |
@@ -195,7 +205,7 @@ CONFIG_CPU_ABRT_EV5T=y | |||
195 | CONFIG_CPU_PABRT_NOIFAR=y | 205 | CONFIG_CPU_PABRT_NOIFAR=y |
196 | CONFIG_CPU_CACHE_VIVT=y | 206 | CONFIG_CPU_CACHE_VIVT=y |
197 | CONFIG_CPU_COPY_FEROCEON=y | 207 | CONFIG_CPU_COPY_FEROCEON=y |
198 | CONFIG_CPU_TLB_V4WBI=y | 208 | CONFIG_CPU_TLB_FEROCEON=y |
199 | CONFIG_CPU_CP15=y | 209 | CONFIG_CPU_CP15=y |
200 | CONFIG_CPU_CP15_MMU=y | 210 | CONFIG_CPU_CP15_MMU=y |
201 | 211 | ||
@@ -280,10 +290,6 @@ CONFIG_BINFMT_ELF=y | |||
280 | # | 290 | # |
281 | # CONFIG_PM is not set | 291 | # CONFIG_PM is not set |
282 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 292 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
283 | |||
284 | # | ||
285 | # Networking | ||
286 | # | ||
287 | CONFIG_NET=y | 293 | CONFIG_NET=y |
288 | 294 | ||
289 | # | 295 | # |
@@ -361,6 +367,7 @@ CONFIG_NET_PKTGEN=m | |||
361 | # | 367 | # |
362 | # CONFIG_CFG80211 is not set | 368 | # CONFIG_CFG80211 is not set |
363 | CONFIG_WIRELESS_EXT=y | 369 | CONFIG_WIRELESS_EXT=y |
370 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
364 | # CONFIG_MAC80211 is not set | 371 | # CONFIG_MAC80211 is not set |
365 | # CONFIG_IEEE80211 is not set | 372 | # CONFIG_IEEE80211 is not set |
366 | # CONFIG_RFKILL is not set | 373 | # CONFIG_RFKILL is not set |
@@ -377,6 +384,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
377 | CONFIG_STANDALONE=y | 384 | CONFIG_STANDALONE=y |
378 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 385 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
379 | CONFIG_FW_LOADER=y | 386 | CONFIG_FW_LOADER=y |
387 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
388 | CONFIG_EXTRA_FIRMWARE="" | ||
380 | # CONFIG_DEBUG_DRIVER is not set | 389 | # CONFIG_DEBUG_DRIVER is not set |
381 | # CONFIG_DEBUG_DEVRES is not set | 390 | # CONFIG_DEBUG_DEVRES is not set |
382 | # CONFIG_SYS_HYPERVISOR is not set | 391 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -499,6 +508,7 @@ CONFIG_MISC_DEVICES=y | |||
499 | # CONFIG_SGI_IOC4 is not set | 508 | # CONFIG_SGI_IOC4 is not set |
500 | # CONFIG_TIFM_CORE is not set | 509 | # CONFIG_TIFM_CORE is not set |
501 | # CONFIG_ENCLOSURE_SERVICES is not set | 510 | # CONFIG_ENCLOSURE_SERVICES is not set |
511 | # CONFIG_HP_ILO is not set | ||
502 | CONFIG_HAVE_IDE=y | 512 | CONFIG_HAVE_IDE=y |
503 | # CONFIG_IDE is not set | 513 | # CONFIG_IDE is not set |
504 | 514 | ||
@@ -575,6 +585,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
575 | # CONFIG_SCSI_NSP32 is not set | 585 | # CONFIG_SCSI_NSP32 is not set |
576 | # CONFIG_SCSI_DEBUG is not set | 586 | # CONFIG_SCSI_DEBUG is not set |
577 | # CONFIG_SCSI_SRP is not set | 587 | # CONFIG_SCSI_SRP is not set |
588 | # CONFIG_SCSI_DH is not set | ||
578 | CONFIG_ATA=y | 589 | CONFIG_ATA=y |
579 | # CONFIG_ATA_NONSTANDARD is not set | 590 | # CONFIG_ATA_NONSTANDARD is not set |
580 | CONFIG_SATA_PMP=y | 591 | CONFIG_SATA_PMP=y |
@@ -641,11 +652,14 @@ CONFIG_SATA_MV=y | |||
641 | # | 652 | # |
642 | # IEEE 1394 (FireWire) support | 653 | # IEEE 1394 (FireWire) support |
643 | # | 654 | # |
655 | |||
656 | # | ||
657 | # Enable only one of the two stacks, unless you know what you are doing | ||
658 | # | ||
644 | # CONFIG_FIREWIRE is not set | 659 | # CONFIG_FIREWIRE is not set |
645 | # CONFIG_IEEE1394 is not set | 660 | # CONFIG_IEEE1394 is not set |
646 | # CONFIG_I2O is not set | 661 | # CONFIG_I2O is not set |
647 | CONFIG_NETDEVICES=y | 662 | CONFIG_NETDEVICES=y |
648 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
649 | # CONFIG_DUMMY is not set | 663 | # CONFIG_DUMMY is not set |
650 | # CONFIG_BONDING is not set | 664 | # CONFIG_BONDING is not set |
651 | # CONFIG_MACVLAN is not set | 665 | # CONFIG_MACVLAN is not set |
@@ -694,7 +708,6 @@ CONFIG_NETDEV_1000=y | |||
694 | # CONFIG_DL2K is not set | 708 | # CONFIG_DL2K is not set |
695 | # CONFIG_E1000 is not set | 709 | # CONFIG_E1000 is not set |
696 | # CONFIG_E1000E is not set | 710 | # CONFIG_E1000E is not set |
697 | # CONFIG_E1000E_ENABLED is not set | ||
698 | # CONFIG_IP1000 is not set | 711 | # CONFIG_IP1000 is not set |
699 | # CONFIG_IGB is not set | 712 | # CONFIG_IGB is not set |
700 | # CONFIG_NS83820 is not set | 713 | # CONFIG_NS83820 is not set |
@@ -710,6 +723,7 @@ CONFIG_NETDEV_1000=y | |||
710 | CONFIG_MV643XX_ETH=y | 723 | CONFIG_MV643XX_ETH=y |
711 | # CONFIG_QLA3XXX is not set | 724 | # CONFIG_QLA3XXX is not set |
712 | # CONFIG_ATL1 is not set | 725 | # CONFIG_ATL1 is not set |
726 | # CONFIG_ATL1E is not set | ||
713 | # CONFIG_NETDEV_10000 is not set | 727 | # CONFIG_NETDEV_10000 is not set |
714 | # CONFIG_TR is not set | 728 | # CONFIG_TR is not set |
715 | 729 | ||
@@ -815,44 +829,65 @@ CONFIG_DEVPORT=y | |||
815 | CONFIG_I2C=y | 829 | CONFIG_I2C=y |
816 | CONFIG_I2C_BOARDINFO=y | 830 | CONFIG_I2C_BOARDINFO=y |
817 | CONFIG_I2C_CHARDEV=y | 831 | CONFIG_I2C_CHARDEV=y |
832 | CONFIG_I2C_HELPER_AUTO=y | ||
818 | 833 | ||
819 | # | 834 | # |
820 | # I2C Hardware Bus support | 835 | # I2C Hardware Bus support |
821 | # | 836 | # |
837 | |||
838 | # | ||
839 | # PC SMBus host controller drivers | ||
840 | # | ||
822 | # CONFIG_I2C_ALI1535 is not set | 841 | # CONFIG_I2C_ALI1535 is not set |
823 | # CONFIG_I2C_ALI1563 is not set | 842 | # CONFIG_I2C_ALI1563 is not set |
824 | # CONFIG_I2C_ALI15X3 is not set | 843 | # CONFIG_I2C_ALI15X3 is not set |
825 | # CONFIG_I2C_AMD756 is not set | 844 | # CONFIG_I2C_AMD756 is not set |
826 | # CONFIG_I2C_AMD8111 is not set | 845 | # CONFIG_I2C_AMD8111 is not set |
827 | # CONFIG_I2C_GPIO is not set | ||
828 | # CONFIG_I2C_I801 is not set | 846 | # CONFIG_I2C_I801 is not set |
829 | # CONFIG_I2C_I810 is not set | 847 | # CONFIG_I2C_ISCH is not set |
830 | # CONFIG_I2C_PIIX4 is not set | 848 | # CONFIG_I2C_PIIX4 is not set |
831 | # CONFIG_I2C_NFORCE2 is not set | 849 | # CONFIG_I2C_NFORCE2 is not set |
832 | # CONFIG_I2C_OCORES is not set | ||
833 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
834 | # CONFIG_I2C_PROSAVAGE is not set | ||
835 | # CONFIG_I2C_SAVAGE4 is not set | ||
836 | # CONFIG_I2C_SIMTEC is not set | ||
837 | # CONFIG_I2C_SIS5595 is not set | 850 | # CONFIG_I2C_SIS5595 is not set |
838 | # CONFIG_I2C_SIS630 is not set | 851 | # CONFIG_I2C_SIS630 is not set |
839 | # CONFIG_I2C_SIS96X is not set | 852 | # CONFIG_I2C_SIS96X is not set |
840 | # CONFIG_I2C_TAOS_EVM is not set | ||
841 | # CONFIG_I2C_STUB is not set | ||
842 | # CONFIG_I2C_TINY_USB is not set | ||
843 | # CONFIG_I2C_VIA is not set | 853 | # CONFIG_I2C_VIA is not set |
844 | # CONFIG_I2C_VIAPRO is not set | 854 | # CONFIG_I2C_VIAPRO is not set |
855 | |||
856 | # | ||
857 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
858 | # | ||
859 | # CONFIG_I2C_GPIO is not set | ||
860 | CONFIG_I2C_MV64XXX=y | ||
861 | # CONFIG_I2C_OCORES is not set | ||
862 | # CONFIG_I2C_SIMTEC is not set | ||
863 | |||
864 | # | ||
865 | # External I2C/SMBus adapter drivers | ||
866 | # | ||
867 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
868 | # CONFIG_I2C_TAOS_EVM is not set | ||
869 | # CONFIG_I2C_TINY_USB is not set | ||
870 | |||
871 | # | ||
872 | # Graphics adapter I2C/DDC channel drivers | ||
873 | # | ||
845 | # CONFIG_I2C_VOODOO3 is not set | 874 | # CONFIG_I2C_VOODOO3 is not set |
875 | |||
876 | # | ||
877 | # Other I2C/SMBus bus drivers | ||
878 | # | ||
846 | # CONFIG_I2C_PCA_PLATFORM is not set | 879 | # CONFIG_I2C_PCA_PLATFORM is not set |
847 | CONFIG_I2C_MV64XXX=y | 880 | # CONFIG_I2C_STUB is not set |
848 | 881 | ||
849 | # | 882 | # |
850 | # Miscellaneous I2C Chip support | 883 | # Miscellaneous I2C Chip support |
851 | # | 884 | # |
852 | # CONFIG_DS1682 is not set | 885 | # CONFIG_DS1682 is not set |
886 | # CONFIG_AT24 is not set | ||
853 | # CONFIG_SENSORS_EEPROM is not set | 887 | # CONFIG_SENSORS_EEPROM is not set |
854 | # CONFIG_SENSORS_PCF8574 is not set | 888 | # CONFIG_SENSORS_PCF8574 is not set |
855 | # CONFIG_PCF8575 is not set | 889 | # CONFIG_PCF8575 is not set |
890 | # CONFIG_SENSORS_PCA9539 is not set | ||
856 | # CONFIG_SENSORS_PCF8591 is not set | 891 | # CONFIG_SENSORS_PCF8591 is not set |
857 | # CONFIG_SENSORS_MAX6875 is not set | 892 | # CONFIG_SENSORS_MAX6875 is not set |
858 | # CONFIG_SENSORS_TSL2550 is not set | 893 | # CONFIG_SENSORS_TSL2550 is not set |
@@ -865,6 +900,7 @@ CONFIG_I2C_MV64XXX=y | |||
865 | # CONFIG_POWER_SUPPLY is not set | 900 | # CONFIG_POWER_SUPPLY is not set |
866 | CONFIG_HWMON=y | 901 | CONFIG_HWMON=y |
867 | # CONFIG_HWMON_VID is not set | 902 | # CONFIG_HWMON_VID is not set |
903 | # CONFIG_SENSORS_AD7414 is not set | ||
868 | # CONFIG_SENSORS_AD7418 is not set | 904 | # CONFIG_SENSORS_AD7418 is not set |
869 | # CONFIG_SENSORS_ADM1021 is not set | 905 | # CONFIG_SENSORS_ADM1021 is not set |
870 | # CONFIG_SENSORS_ADM1025 is not set | 906 | # CONFIG_SENSORS_ADM1025 is not set |
@@ -884,7 +920,7 @@ CONFIG_HWMON=y | |||
884 | # CONFIG_SENSORS_GL520SM is not set | 920 | # CONFIG_SENSORS_GL520SM is not set |
885 | # CONFIG_SENSORS_IT87 is not set | 921 | # CONFIG_SENSORS_IT87 is not set |
886 | # CONFIG_SENSORS_LM63 is not set | 922 | # CONFIG_SENSORS_LM63 is not set |
887 | # CONFIG_SENSORS_LM75 is not set | 923 | CONFIG_SENSORS_LM75=y |
888 | # CONFIG_SENSORS_LM77 is not set | 924 | # CONFIG_SENSORS_LM77 is not set |
889 | # CONFIG_SENSORS_LM78 is not set | 925 | # CONFIG_SENSORS_LM78 is not set |
890 | # CONFIG_SENSORS_LM80 is not set | 926 | # CONFIG_SENSORS_LM80 is not set |
@@ -928,9 +964,12 @@ CONFIG_SSB_POSSIBLE=y | |||
928 | # | 964 | # |
929 | # Multifunction device drivers | 965 | # Multifunction device drivers |
930 | # | 966 | # |
967 | # CONFIG_MFD_CORE is not set | ||
931 | # CONFIG_MFD_SM501 is not set | 968 | # CONFIG_MFD_SM501 is not set |
932 | # CONFIG_MFD_ASIC3 is not set | ||
933 | # CONFIG_HTC_PASIC3 is not set | 969 | # CONFIG_HTC_PASIC3 is not set |
970 | # CONFIG_MFD_TMIO is not set | ||
971 | # CONFIG_MFD_T7L66XB is not set | ||
972 | # CONFIG_MFD_TC6387XB is not set | ||
934 | 973 | ||
935 | # | 974 | # |
936 | # Multimedia devices | 975 | # Multimedia devices |
@@ -961,10 +1000,6 @@ CONFIG_SSB_POSSIBLE=y | |||
961 | # Display device support | 1000 | # Display device support |
962 | # | 1001 | # |
963 | # CONFIG_DISPLAY_SUPPORT is not set | 1002 | # CONFIG_DISPLAY_SUPPORT is not set |
964 | |||
965 | # | ||
966 | # Sound | ||
967 | # | ||
968 | # CONFIG_SOUND is not set | 1003 | # CONFIG_SOUND is not set |
969 | CONFIG_HID_SUPPORT=y | 1004 | CONFIG_HID_SUPPORT=y |
970 | CONFIG_HID=y | 1005 | CONFIG_HID=y |
@@ -995,6 +1030,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
995 | # CONFIG_USB_OTG is not set | 1030 | # CONFIG_USB_OTG is not set |
996 | # CONFIG_USB_OTG_WHITELIST is not set | 1031 | # CONFIG_USB_OTG_WHITELIST is not set |
997 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1032 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
1033 | # CONFIG_USB_MON is not set | ||
998 | 1034 | ||
999 | # | 1035 | # |
1000 | # USB Host Controller Drivers | 1036 | # USB Host Controller Drivers |
@@ -1037,6 +1073,7 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1037 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1073 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1038 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1074 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
1039 | # CONFIG_USB_STORAGE_KARMA is not set | 1075 | # CONFIG_USB_STORAGE_KARMA is not set |
1076 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
1040 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1077 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
1041 | # CONFIG_USB_LIBUSUAL is not set | 1078 | # CONFIG_USB_LIBUSUAL is not set |
1042 | 1079 | ||
@@ -1045,7 +1082,6 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1045 | # | 1082 | # |
1046 | # CONFIG_USB_MDC800 is not set | 1083 | # CONFIG_USB_MDC800 is not set |
1047 | # CONFIG_USB_MICROTEK is not set | 1084 | # CONFIG_USB_MICROTEK is not set |
1048 | # CONFIG_USB_MON is not set | ||
1049 | 1085 | ||
1050 | # | 1086 | # |
1051 | # USB port drivers | 1087 | # USB port drivers |
@@ -1058,7 +1094,6 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1058 | # CONFIG_USB_EMI62 is not set | 1094 | # CONFIG_USB_EMI62 is not set |
1059 | # CONFIG_USB_EMI26 is not set | 1095 | # CONFIG_USB_EMI26 is not set |
1060 | # CONFIG_USB_ADUTUX is not set | 1096 | # CONFIG_USB_ADUTUX is not set |
1061 | # CONFIG_USB_AUERSWALD is not set | ||
1062 | # CONFIG_USB_RIO500 is not set | 1097 | # CONFIG_USB_RIO500 is not set |
1063 | # CONFIG_USB_LEGOTOWER is not set | 1098 | # CONFIG_USB_LEGOTOWER is not set |
1064 | # CONFIG_USB_LCD is not set | 1099 | # CONFIG_USB_LCD is not set |
@@ -1084,7 +1119,9 @@ CONFIG_LEDS_CLASS=y | |||
1084 | # | 1119 | # |
1085 | # LED drivers | 1120 | # LED drivers |
1086 | # | 1121 | # |
1122 | # CONFIG_LEDS_PCA9532 is not set | ||
1087 | CONFIG_LEDS_GPIO=y | 1123 | CONFIG_LEDS_GPIO=y |
1124 | # CONFIG_LEDS_PCA955X is not set | ||
1088 | 1125 | ||
1089 | # | 1126 | # |
1090 | # LED Triggers | 1127 | # LED Triggers |
@@ -1123,6 +1160,7 @@ CONFIG_RTC_DRV_PCF8563=y | |||
1123 | CONFIG_RTC_DRV_M41T80=y | 1160 | CONFIG_RTC_DRV_M41T80=y |
1124 | # CONFIG_RTC_DRV_M41T80_WDT is not set | 1161 | # CONFIG_RTC_DRV_M41T80_WDT is not set |
1125 | CONFIG_RTC_DRV_S35390A=y | 1162 | CONFIG_RTC_DRV_S35390A=y |
1163 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1126 | 1164 | ||
1127 | # | 1165 | # |
1128 | # SPI RTC drivers | 1166 | # SPI RTC drivers |
@@ -1143,6 +1181,27 @@ CONFIG_RTC_DRV_S35390A=y | |||
1143 | # | 1181 | # |
1144 | # on-CPU RTC drivers | 1182 | # on-CPU RTC drivers |
1145 | # | 1183 | # |
1184 | CONFIG_DMADEVICES=y | ||
1185 | |||
1186 | # | ||
1187 | # DMA Devices | ||
1188 | # | ||
1189 | CONFIG_MV_XOR=y | ||
1190 | CONFIG_DMA_ENGINE=y | ||
1191 | |||
1192 | # | ||
1193 | # DMA Clients | ||
1194 | # | ||
1195 | # CONFIG_NET_DMA is not set | ||
1196 | # CONFIG_DMATEST is not set | ||
1197 | |||
1198 | # | ||
1199 | # Voltage and Current regulators | ||
1200 | # | ||
1201 | # CONFIG_REGULATOR is not set | ||
1202 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1203 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1204 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1146 | # CONFIG_UIO is not set | 1205 | # CONFIG_UIO is not set |
1147 | 1206 | ||
1148 | # | 1207 | # |
@@ -1222,6 +1281,7 @@ CONFIG_JFFS2_RTIME=y | |||
1222 | CONFIG_CRAMFS=y | 1281 | CONFIG_CRAMFS=y |
1223 | # CONFIG_VXFS_FS is not set | 1282 | # CONFIG_VXFS_FS is not set |
1224 | # CONFIG_MINIX_FS is not set | 1283 | # CONFIG_MINIX_FS is not set |
1284 | # CONFIG_OMFS_FS is not set | ||
1225 | # CONFIG_HPFS_FS is not set | 1285 | # CONFIG_HPFS_FS is not set |
1226 | # CONFIG_QNX4FS_FS is not set | 1286 | # CONFIG_QNX4FS_FS is not set |
1227 | # CONFIG_ROMFS_FS is not set | 1287 | # CONFIG_ROMFS_FS is not set |
@@ -1232,13 +1292,12 @@ CONFIG_NFS_FS=y | |||
1232 | CONFIG_NFS_V3=y | 1292 | CONFIG_NFS_V3=y |
1233 | # CONFIG_NFS_V3_ACL is not set | 1293 | # CONFIG_NFS_V3_ACL is not set |
1234 | # CONFIG_NFS_V4 is not set | 1294 | # CONFIG_NFS_V4 is not set |
1235 | # CONFIG_NFSD is not set | ||
1236 | CONFIG_ROOT_NFS=y | 1295 | CONFIG_ROOT_NFS=y |
1296 | # CONFIG_NFSD is not set | ||
1237 | CONFIG_LOCKD=y | 1297 | CONFIG_LOCKD=y |
1238 | CONFIG_LOCKD_V4=y | 1298 | CONFIG_LOCKD_V4=y |
1239 | CONFIG_NFS_COMMON=y | 1299 | CONFIG_NFS_COMMON=y |
1240 | CONFIG_SUNRPC=y | 1300 | CONFIG_SUNRPC=y |
1241 | # CONFIG_SUNRPC_BIND34 is not set | ||
1242 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1301 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1243 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1302 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1244 | # CONFIG_SMB_FS is not set | 1303 | # CONFIG_SMB_FS is not set |
@@ -1324,6 +1383,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
1324 | CONFIG_DEBUG_KERNEL=y | 1383 | CONFIG_DEBUG_KERNEL=y |
1325 | # CONFIG_DEBUG_SHIRQ is not set | 1384 | # CONFIG_DEBUG_SHIRQ is not set |
1326 | CONFIG_DETECT_SOFTLOCKUP=y | 1385 | CONFIG_DETECT_SOFTLOCKUP=y |
1386 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1387 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1327 | CONFIG_SCHED_DEBUG=y | 1388 | CONFIG_SCHED_DEBUG=y |
1328 | CONFIG_SCHEDSTATS=y | 1389 | CONFIG_SCHEDSTATS=y |
1329 | # CONFIG_TIMER_STATS is not set | 1390 | # CONFIG_TIMER_STATS is not set |
@@ -1338,11 +1399,13 @@ CONFIG_DEBUG_PREEMPT=y | |||
1338 | # CONFIG_LOCK_STAT is not set | 1399 | # CONFIG_LOCK_STAT is not set |
1339 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1400 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1340 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1401 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1402 | CONFIG_STACKTRACE=y | ||
1341 | # CONFIG_DEBUG_KOBJECT is not set | 1403 | # CONFIG_DEBUG_KOBJECT is not set |
1342 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1404 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1343 | CONFIG_DEBUG_INFO=y | 1405 | CONFIG_DEBUG_INFO=y |
1344 | # CONFIG_DEBUG_VM is not set | 1406 | # CONFIG_DEBUG_VM is not set |
1345 | # CONFIG_DEBUG_WRITECOUNT is not set | 1407 | # CONFIG_DEBUG_WRITECOUNT is not set |
1408 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1346 | # CONFIG_DEBUG_LIST is not set | 1409 | # CONFIG_DEBUG_LIST is not set |
1347 | # CONFIG_DEBUG_SG is not set | 1410 | # CONFIG_DEBUG_SG is not set |
1348 | CONFIG_FRAME_POINTER=y | 1411 | CONFIG_FRAME_POINTER=y |
@@ -1352,7 +1415,18 @@ CONFIG_FRAME_POINTER=y | |||
1352 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1415 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1353 | # CONFIG_LKDTM is not set | 1416 | # CONFIG_LKDTM is not set |
1354 | # CONFIG_FAULT_INJECTION is not set | 1417 | # CONFIG_FAULT_INJECTION is not set |
1418 | CONFIG_LATENCYTOP=y | ||
1419 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1420 | CONFIG_HAVE_FTRACE=y | ||
1421 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1422 | # CONFIG_FTRACE is not set | ||
1423 | # CONFIG_IRQSOFF_TRACER is not set | ||
1424 | # CONFIG_PREEMPT_TRACER is not set | ||
1425 | # CONFIG_SCHED_TRACER is not set | ||
1426 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1355 | # CONFIG_SAMPLES is not set | 1427 | # CONFIG_SAMPLES is not set |
1428 | CONFIG_HAVE_ARCH_KGDB=y | ||
1429 | # CONFIG_KGDB is not set | ||
1356 | CONFIG_DEBUG_USER=y | 1430 | CONFIG_DEBUG_USER=y |
1357 | CONFIG_DEBUG_ERRORS=y | 1431 | CONFIG_DEBUG_ERRORS=y |
1358 | # CONFIG_DEBUG_STACK_USAGE is not set | 1432 | # CONFIG_DEBUG_STACK_USAGE is not set |
@@ -1365,6 +1439,7 @@ CONFIG_DEBUG_LL=y | |||
1365 | # CONFIG_KEYS is not set | 1439 | # CONFIG_KEYS is not set |
1366 | # CONFIG_SECURITY is not set | 1440 | # CONFIG_SECURITY is not set |
1367 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1441 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1442 | CONFIG_ASYNC_CORE=y | ||
1368 | CONFIG_CRYPTO=y | 1443 | CONFIG_CRYPTO=y |
1369 | 1444 | ||
1370 | # | 1445 | # |
@@ -1410,6 +1485,10 @@ CONFIG_CRYPTO_PCBC=m | |||
1410 | # CONFIG_CRYPTO_MD4 is not set | 1485 | # CONFIG_CRYPTO_MD4 is not set |
1411 | # CONFIG_CRYPTO_MD5 is not set | 1486 | # CONFIG_CRYPTO_MD5 is not set |
1412 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1487 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1488 | # CONFIG_CRYPTO_RMD128 is not set | ||
1489 | # CONFIG_CRYPTO_RMD160 is not set | ||
1490 | # CONFIG_CRYPTO_RMD256 is not set | ||
1491 | # CONFIG_CRYPTO_RMD320 is not set | ||
1413 | # CONFIG_CRYPTO_SHA1 is not set | 1492 | # CONFIG_CRYPTO_SHA1 is not set |
1414 | # CONFIG_CRYPTO_SHA256 is not set | 1493 | # CONFIG_CRYPTO_SHA256 is not set |
1415 | # CONFIG_CRYPTO_SHA512 is not set | 1494 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -1451,6 +1530,7 @@ CONFIG_BITREVERSE=y | |||
1451 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1530 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1452 | # CONFIG_CRC_CCITT is not set | 1531 | # CONFIG_CRC_CCITT is not set |
1453 | # CONFIG_CRC16 is not set | 1532 | # CONFIG_CRC16 is not set |
1533 | CONFIG_CRC_T10DIF=y | ||
1454 | CONFIG_CRC_ITU_T=m | 1534 | CONFIG_CRC_ITU_T=m |
1455 | CONFIG_CRC32=y | 1535 | CONFIG_CRC32=y |
1456 | # CONFIG_CRC7 is not set | 1536 | # CONFIG_CRC7 is not set |
diff --git a/arch/arm/configs/palmte_defconfig b/arch/arm/configs/palmte_defconfig new file mode 100644 index 000000000000..40fc6a778e00 --- /dev/null +++ b/arch/arm/configs/palmte_defconfig | |||
@@ -0,0 +1,761 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22-rc1-omap1 | ||
4 | # Sat May 19 11:04:27 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # Code maturity level options | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | |||
35 | # | ||
36 | # General setup | ||
37 | # | ||
38 | CONFIG_LOCALVERSION="" | ||
39 | CONFIG_LOCALVERSION_AUTO=y | ||
40 | # CONFIG_SWAP is not set | ||
41 | CONFIG_SYSVIPC=y | ||
42 | # CONFIG_IPC_NS is not set | ||
43 | CONFIG_SYSVIPC_SYSCTL=y | ||
44 | CONFIG_BSD_PROCESS_ACCT=y | ||
45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
46 | # CONFIG_UTS_NS is not set | ||
47 | # CONFIG_IKCONFIG is not set | ||
48 | CONFIG_LOG_BUF_SHIFT=14 | ||
49 | CONFIG_SYSFS_DEPRECATED=y | ||
50 | # CONFIG_RELAY is not set | ||
51 | # CONFIG_BLK_DEV_INITRD is not set | ||
52 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
53 | CONFIG_SYSCTL=y | ||
54 | # CONFIG_EMBEDDED is not set | ||
55 | CONFIG_UID16=y | ||
56 | CONFIG_SYSCTL_SYSCALL=y | ||
57 | CONFIG_KALLSYMS=y | ||
58 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
59 | CONFIG_HOTPLUG=y | ||
60 | CONFIG_PRINTK=y | ||
61 | CONFIG_BUG=y | ||
62 | CONFIG_ELF_CORE=y | ||
63 | CONFIG_BASE_FULL=y | ||
64 | CONFIG_FUTEX=y | ||
65 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | ||
67 | CONFIG_SIGNALFD=y | ||
68 | CONFIG_TIMERFD=y | ||
69 | CONFIG_EVENTFD=y | ||
70 | CONFIG_SHMEM=y | ||
71 | CONFIG_VM_EVENT_COUNTERS=y | ||
72 | CONFIG_SLAB=y | ||
73 | # CONFIG_SLUB is not set | ||
74 | # CONFIG_SLOB is not set | ||
75 | CONFIG_RT_MUTEXES=y | ||
76 | # CONFIG_TINY_SHMEM is not set | ||
77 | CONFIG_BASE_SMALL=0 | ||
78 | |||
79 | # | ||
80 | # Loadable module support | ||
81 | # | ||
82 | # CONFIG_MODULES is not set | ||
83 | |||
84 | # | ||
85 | # Block layer | ||
86 | # | ||
87 | CONFIG_BLOCK=y | ||
88 | # CONFIG_LBD is not set | ||
89 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
90 | # CONFIG_LSF is not set | ||
91 | |||
92 | # | ||
93 | # IO Schedulers | ||
94 | # | ||
95 | CONFIG_IOSCHED_NOOP=y | ||
96 | CONFIG_IOSCHED_AS=y | ||
97 | # CONFIG_IOSCHED_DEADLINE is not set | ||
98 | # CONFIG_IOSCHED_CFQ is not set | ||
99 | CONFIG_DEFAULT_AS=y | ||
100 | # CONFIG_DEFAULT_DEADLINE is not set | ||
101 | # CONFIG_DEFAULT_CFQ is not set | ||
102 | # CONFIG_DEFAULT_NOOP is not set | ||
103 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
104 | |||
105 | # | ||
106 | # System Type | ||
107 | # | ||
108 | # CONFIG_ARCH_AAEC2000 is not set | ||
109 | # CONFIG_ARCH_INTEGRATOR is not set | ||
110 | # CONFIG_ARCH_REALVIEW is not set | ||
111 | # CONFIG_ARCH_VERSATILE is not set | ||
112 | # CONFIG_ARCH_AT91 is not set | ||
113 | # CONFIG_ARCH_CLPS7500 is not set | ||
114 | # CONFIG_ARCH_CLPS711X is not set | ||
115 | # CONFIG_ARCH_CO285 is not set | ||
116 | # CONFIG_ARCH_EBSA110 is not set | ||
117 | # CONFIG_ARCH_EP93XX is not set | ||
118 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
119 | # CONFIG_ARCH_NETX is not set | ||
120 | # CONFIG_ARCH_H720X is not set | ||
121 | # CONFIG_ARCH_IMX is not set | ||
122 | # CONFIG_ARCH_IOP13XX is not set | ||
123 | # CONFIG_ARCH_IOP32X is not set | ||
124 | # CONFIG_ARCH_IOP33X is not set | ||
125 | # CONFIG_ARCH_IXP23XX is not set | ||
126 | # CONFIG_ARCH_IXP2000 is not set | ||
127 | # CONFIG_ARCH_IXP4XX is not set | ||
128 | # CONFIG_ARCH_L7200 is not set | ||
129 | # CONFIG_ARCH_KS8695 is not set | ||
130 | # CONFIG_ARCH_NS9XXX is not set | ||
131 | # CONFIG_ARCH_PNX4008 is not set | ||
132 | # CONFIG_ARCH_PXA is not set | ||
133 | # CONFIG_ARCH_RPC is not set | ||
134 | # CONFIG_ARCH_SA1100 is not set | ||
135 | # CONFIG_ARCH_S3C2410 is not set | ||
136 | # CONFIG_ARCH_SHARK is not set | ||
137 | # CONFIG_ARCH_LH7A40X is not set | ||
138 | # CONFIG_ARCH_DAVINCI is not set | ||
139 | CONFIG_ARCH_OMAP=y | ||
140 | |||
141 | # | ||
142 | # TI OMAP Implementations | ||
143 | # | ||
144 | CONFIG_ARCH_OMAP1=y | ||
145 | # CONFIG_ARCH_OMAP2 is not set | ||
146 | |||
147 | # | ||
148 | # OMAP Feature Selections | ||
149 | # | ||
150 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
151 | # CONFIG_OMAP_BOOT_TAG is not set | ||
152 | CONFIG_OMAP_GPIO_SWITCH=y | ||
153 | CONFIG_OMAP_MUX=y | ||
154 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
155 | CONFIG_OMAP_MUX_WARNINGS=y | ||
156 | CONFIG_OMAP_MCBSP=y | ||
157 | # CONFIG_OMAP_MMU_FWK is not set | ||
158 | # CONFIG_OMAP_MBOX_FWK is not set | ||
159 | CONFIG_OMAP_MPU_TIMER=y | ||
160 | # CONFIG_OMAP_32K_TIMER is not set | ||
161 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
164 | CONFIG_OMAP_SERIAL_WAKE=y | ||
165 | # CONFIG_OMAP_DSP is not set | ||
166 | |||
167 | # | ||
168 | # OMAP Core Type | ||
169 | # | ||
170 | # CONFIG_ARCH_OMAP730 is not set | ||
171 | CONFIG_ARCH_OMAP15XX=y | ||
172 | # CONFIG_ARCH_OMAP16XX is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Board Type | ||
176 | # | ||
177 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
178 | # CONFIG_MACH_VOICEBLUE is not set | ||
179 | CONFIG_MACH_OMAP_PALMTE=y | ||
180 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
181 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
182 | # CONFIG_MACH_SX1 is not set | ||
183 | # CONFIG_MACH_AMS_DELTA is not set | ||
184 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
185 | |||
186 | # | ||
187 | # OMAP CPU Speed | ||
188 | # | ||
189 | CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y | ||
190 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
191 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
192 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
193 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
194 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
195 | |||
196 | # | ||
197 | # Processor Type | ||
198 | # | ||
199 | CONFIG_CPU_32=y | ||
200 | CONFIG_CPU_ARM925T=y | ||
201 | CONFIG_CPU_32v4T=y | ||
202 | CONFIG_CPU_ABRT_EV4T=y | ||
203 | CONFIG_CPU_CACHE_V4WT=y | ||
204 | CONFIG_CPU_CACHE_VIVT=y | ||
205 | CONFIG_CPU_COPY_V4WB=y | ||
206 | CONFIG_CPU_TLB_V4WBI=y | ||
207 | CONFIG_CPU_CP15=y | ||
208 | CONFIG_CPU_CP15_MMU=y | ||
209 | |||
210 | # | ||
211 | # Processor Features | ||
212 | # | ||
213 | # CONFIG_ARM_THUMB is not set | ||
214 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
215 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
216 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
217 | # CONFIG_OUTER_CACHE is not set | ||
218 | |||
219 | # | ||
220 | # Bus support | ||
221 | # | ||
222 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
223 | |||
224 | # | ||
225 | # PCCARD (PCMCIA/CardBus) support | ||
226 | # | ||
227 | # CONFIG_PCCARD is not set | ||
228 | |||
229 | # | ||
230 | # Kernel Features | ||
231 | # | ||
232 | # CONFIG_TICK_ONESHOT is not set | ||
233 | # CONFIG_NO_HZ is not set | ||
234 | # CONFIG_HIGH_RES_TIMERS is not set | ||
235 | # CONFIG_PREEMPT is not set | ||
236 | CONFIG_HZ=100 | ||
237 | # CONFIG_AEABI is not set | ||
238 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
239 | CONFIG_SELECT_MEMORY_MODEL=y | ||
240 | CONFIG_FLATMEM_MANUAL=y | ||
241 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
242 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
243 | CONFIG_FLATMEM=y | ||
244 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
245 | # CONFIG_SPARSEMEM_STATIC is not set | ||
246 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
247 | # CONFIG_RESOURCES_64BIT is not set | ||
248 | CONFIG_ZONE_DMA_FLAG=1 | ||
249 | # CONFIG_LEDS is not set | ||
250 | CONFIG_ALIGNMENT_TRAP=y | ||
251 | |||
252 | # | ||
253 | # Boot options | ||
254 | # | ||
255 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
256 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
257 | CONFIG_CMDLINE="" | ||
258 | # CONFIG_XIP_KERNEL is not set | ||
259 | # CONFIG_KEXEC is not set | ||
260 | |||
261 | # | ||
262 | # CPU Frequency scaling | ||
263 | # | ||
264 | # CONFIG_CPU_FREQ is not set | ||
265 | |||
266 | # | ||
267 | # Floating point emulation | ||
268 | # | ||
269 | |||
270 | # | ||
271 | # At least one emulation must be selected | ||
272 | # | ||
273 | CONFIG_FPE_NWFPE=y | ||
274 | # CONFIG_FPE_NWFPE_XP is not set | ||
275 | # CONFIG_FPE_FASTFPE is not set | ||
276 | |||
277 | # | ||
278 | # Userspace binary formats | ||
279 | # | ||
280 | CONFIG_BINFMT_ELF=y | ||
281 | # CONFIG_BINFMT_AOUT is not set | ||
282 | # CONFIG_BINFMT_MISC is not set | ||
283 | # CONFIG_ARTHUR is not set | ||
284 | |||
285 | # | ||
286 | # Power management options | ||
287 | # | ||
288 | # CONFIG_PM is not set | ||
289 | |||
290 | # | ||
291 | # Networking | ||
292 | # | ||
293 | # CONFIG_NET is not set | ||
294 | |||
295 | # | ||
296 | # Device Drivers | ||
297 | # | ||
298 | |||
299 | # | ||
300 | # Generic Driver Options | ||
301 | # | ||
302 | # CONFIG_STANDALONE is not set | ||
303 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
304 | # CONFIG_FW_LOADER is not set | ||
305 | # CONFIG_SYS_HYPERVISOR is not set | ||
306 | |||
307 | # | ||
308 | # Connector - unified userspace <-> kernelspace linker | ||
309 | # | ||
310 | # CONFIG_MTD is not set | ||
311 | |||
312 | # | ||
313 | # Parallel port support | ||
314 | # | ||
315 | # CONFIG_PARPORT is not set | ||
316 | |||
317 | # | ||
318 | # Plug and Play support | ||
319 | # | ||
320 | # CONFIG_PNPACPI is not set | ||
321 | |||
322 | # | ||
323 | # Block devices | ||
324 | # | ||
325 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
326 | # CONFIG_BLK_DEV_LOOP is not set | ||
327 | # CONFIG_BLK_DEV_RAM is not set | ||
328 | # CONFIG_CDROM_PKTCDVD is not set | ||
329 | |||
330 | # | ||
331 | # SCSI device support | ||
332 | # | ||
333 | # CONFIG_RAID_ATTRS is not set | ||
334 | # CONFIG_SCSI is not set | ||
335 | # CONFIG_SCSI_NETLINK is not set | ||
336 | # CONFIG_ATA is not set | ||
337 | |||
338 | # | ||
339 | # Multi-device support (RAID and LVM) | ||
340 | # | ||
341 | # CONFIG_MD is not set | ||
342 | |||
343 | # | ||
344 | # ISDN subsystem | ||
345 | # | ||
346 | |||
347 | # | ||
348 | # Input device support | ||
349 | # | ||
350 | CONFIG_INPUT=y | ||
351 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
352 | |||
353 | # | ||
354 | # Userland interfaces | ||
355 | # | ||
356 | CONFIG_INPUT_MOUSEDEV=y | ||
357 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
358 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=320 | ||
359 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320 | ||
360 | # CONFIG_INPUT_JOYDEV is not set | ||
361 | # CONFIG_INPUT_TSDEV is not set | ||
362 | # CONFIG_INPUT_EVDEV is not set | ||
363 | # CONFIG_INPUT_EVBUG is not set | ||
364 | |||
365 | # | ||
366 | # Input Device Drivers | ||
367 | # | ||
368 | # CONFIG_INPUT_KEYBOARD is not set | ||
369 | # CONFIG_INPUT_MOUSE is not set | ||
370 | # CONFIG_INPUT_JOYSTICK is not set | ||
371 | # CONFIG_INPUT_TABLET is not set | ||
372 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
373 | # CONFIG_INPUT_MISC is not set | ||
374 | |||
375 | # | ||
376 | # Hardware I/O ports | ||
377 | # | ||
378 | # CONFIG_SERIO is not set | ||
379 | # CONFIG_GAMEPORT is not set | ||
380 | |||
381 | # | ||
382 | # Character devices | ||
383 | # | ||
384 | CONFIG_VT=y | ||
385 | CONFIG_VT_CONSOLE=y | ||
386 | CONFIG_HW_CONSOLE=y | ||
387 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
388 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
389 | |||
390 | # | ||
391 | # Serial drivers | ||
392 | # | ||
393 | # CONFIG_SERIAL_8250 is not set | ||
394 | |||
395 | # | ||
396 | # Non-8250 serial port support | ||
397 | # | ||
398 | CONFIG_UNIX98_PTYS=y | ||
399 | # CONFIG_LEGACY_PTYS is not set | ||
400 | |||
401 | # | ||
402 | # IPMI | ||
403 | # | ||
404 | # CONFIG_IPMI_HANDLER is not set | ||
405 | # CONFIG_WATCHDOG is not set | ||
406 | CONFIG_HW_RANDOM=y | ||
407 | # CONFIG_NVRAM is not set | ||
408 | CONFIG_OMAP_RTC=y | ||
409 | # CONFIG_R3964 is not set | ||
410 | # CONFIG_RAW_DRIVER is not set | ||
411 | |||
412 | # | ||
413 | # TPM devices | ||
414 | # | ||
415 | # CONFIG_TCG_TPM is not set | ||
416 | # CONFIG_I2C is not set | ||
417 | |||
418 | # | ||
419 | # SPI support | ||
420 | # | ||
421 | # CONFIG_SPI is not set | ||
422 | # CONFIG_SPI_MASTER is not set | ||
423 | |||
424 | # | ||
425 | # Dallas's 1-wire bus | ||
426 | # | ||
427 | # CONFIG_W1 is not set | ||
428 | # CONFIG_HWMON is not set | ||
429 | |||
430 | # | ||
431 | # Misc devices | ||
432 | # | ||
433 | # CONFIG_BLINK is not set | ||
434 | |||
435 | # | ||
436 | # Multifunction device drivers | ||
437 | # | ||
438 | # CONFIG_MFD_SM501 is not set | ||
439 | |||
440 | # | ||
441 | # LED devices | ||
442 | # | ||
443 | # CONFIG_NEW_LEDS is not set | ||
444 | |||
445 | # | ||
446 | # LED drivers | ||
447 | # | ||
448 | |||
449 | # | ||
450 | # LED Triggers | ||
451 | # | ||
452 | |||
453 | # | ||
454 | # Multimedia devices | ||
455 | # | ||
456 | # CONFIG_VIDEO_DEV is not set | ||
457 | CONFIG_DAB=y | ||
458 | |||
459 | # | ||
460 | # Graphics support | ||
461 | # | ||
462 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
463 | |||
464 | # | ||
465 | # Display device support | ||
466 | # | ||
467 | # CONFIG_DISPLAY_SUPPORT is not set | ||
468 | # CONFIG_VGASTATE is not set | ||
469 | CONFIG_FB=y | ||
470 | # CONFIG_FIRMWARE_EDID is not set | ||
471 | # CONFIG_FB_DDC is not set | ||
472 | # CONFIG_FB_CFB_FILLRECT is not set | ||
473 | # CONFIG_FB_CFB_COPYAREA is not set | ||
474 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
475 | # CONFIG_FB_SYS_FILLRECT is not set | ||
476 | # CONFIG_FB_SYS_COPYAREA is not set | ||
477 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
478 | # CONFIG_FB_SYS_FOPS is not set | ||
479 | CONFIG_FB_DEFERRED_IO=y | ||
480 | # CONFIG_FB_SVGALIB is not set | ||
481 | # CONFIG_FB_MACMODES is not set | ||
482 | # CONFIG_FB_BACKLIGHT is not set | ||
483 | # CONFIG_FB_MODE_HELPERS is not set | ||
484 | # CONFIG_FB_TILEBLITTING is not set | ||
485 | |||
486 | # | ||
487 | # Frame buffer hardware drivers | ||
488 | # | ||
489 | # CONFIG_FB_S1D13XXX is not set | ||
490 | CONFIG_FB_OMAP=y | ||
491 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
492 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
493 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
494 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
495 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
496 | # CONFIG_FB_VIRTUAL is not set | ||
497 | |||
498 | # | ||
499 | # Console display driver support | ||
500 | # | ||
501 | # CONFIG_VGA_CONSOLE is not set | ||
502 | CONFIG_DUMMY_CONSOLE=y | ||
503 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
504 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
505 | # CONFIG_FONTS is not set | ||
506 | CONFIG_FONT_8x8=y | ||
507 | CONFIG_FONT_8x16=y | ||
508 | CONFIG_LOGO=y | ||
509 | # CONFIG_LOGO_LINUX_MONO is not set | ||
510 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
511 | CONFIG_LOGO_LINUX_CLUT224=y | ||
512 | |||
513 | # | ||
514 | # Sound | ||
515 | # | ||
516 | # CONFIG_SOUND is not set | ||
517 | |||
518 | # | ||
519 | # HID Devices | ||
520 | # | ||
521 | CONFIG_HID=y | ||
522 | # CONFIG_HID_DEBUG is not set | ||
523 | |||
524 | # | ||
525 | # USB support | ||
526 | # | ||
527 | CONFIG_USB_ARCH_HAS_HCD=y | ||
528 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
529 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
530 | # CONFIG_USB is not set | ||
531 | # CONFIG_USB_MUSB_HDRC is not set | ||
532 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
533 | |||
534 | # | ||
535 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
536 | # | ||
537 | |||
538 | # | ||
539 | # USB Gadget Support | ||
540 | # | ||
541 | CONFIG_USB_GADGET=y | ||
542 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
543 | CONFIG_USB_GADGET_SELECTED=y | ||
544 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
545 | # CONFIG_USB_GADGET_NET2280 is not set | ||
546 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
547 | # CONFIG_USB_GADGET_GOKU is not set | ||
548 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
549 | CONFIG_USB_GADGET_OMAP=y | ||
550 | CONFIG_USB_OMAP=y | ||
551 | # CONFIG_USB_GADGET_AT91 is not set | ||
552 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
553 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
554 | CONFIG_USB_ZERO=y | ||
555 | # CONFIG_USB_ETH is not set | ||
556 | # CONFIG_USB_GADGETFS is not set | ||
557 | # CONFIG_USB_FILE_STORAGE is not set | ||
558 | # CONFIG_USB_G_SERIAL is not set | ||
559 | # CONFIG_USB_MIDI_GADGET is not set | ||
560 | CONFIG_MMC=y | ||
561 | # CONFIG_MMC_DEBUG is not set | ||
562 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
563 | |||
564 | # | ||
565 | # MMC/SD Card Drivers | ||
566 | # | ||
567 | CONFIG_MMC_BLOCK=y | ||
568 | |||
569 | # | ||
570 | # MMC/SD Host Controller Drivers | ||
571 | # | ||
572 | CONFIG_MMC_OMAP=y | ||
573 | |||
574 | # | ||
575 | # Real Time Clock | ||
576 | # | ||
577 | CONFIG_RTC_LIB=y | ||
578 | # CONFIG_RTC_CLASS is not set | ||
579 | |||
580 | # | ||
581 | # CBUS support | ||
582 | # | ||
583 | # CONFIG_CBUS is not set | ||
584 | |||
585 | # | ||
586 | # File systems | ||
587 | # | ||
588 | CONFIG_EXT2_FS=y | ||
589 | # CONFIG_EXT2_FS_XATTR is not set | ||
590 | # CONFIG_EXT2_FS_XIP is not set | ||
591 | # CONFIG_EXT3_FS is not set | ||
592 | # CONFIG_EXT4DEV_FS is not set | ||
593 | # CONFIG_REISERFS_FS is not set | ||
594 | # CONFIG_JFS_FS is not set | ||
595 | # CONFIG_FS_POSIX_ACL is not set | ||
596 | # CONFIG_XFS_FS is not set | ||
597 | # CONFIG_GFS2_FS is not set | ||
598 | # CONFIG_MINIX_FS is not set | ||
599 | # CONFIG_ROMFS_FS is not set | ||
600 | # CONFIG_INOTIFY is not set | ||
601 | # CONFIG_QUOTA is not set | ||
602 | CONFIG_DNOTIFY=y | ||
603 | # CONFIG_AUTOFS_FS is not set | ||
604 | # CONFIG_AUTOFS4_FS is not set | ||
605 | # CONFIG_FUSE_FS is not set | ||
606 | |||
607 | # | ||
608 | # CD-ROM/DVD Filesystems | ||
609 | # | ||
610 | # CONFIG_ISO9660_FS is not set | ||
611 | # CONFIG_UDF_FS is not set | ||
612 | |||
613 | # | ||
614 | # DOS/FAT/NT Filesystems | ||
615 | # | ||
616 | CONFIG_FAT_FS=y | ||
617 | CONFIG_MSDOS_FS=y | ||
618 | CONFIG_VFAT_FS=y | ||
619 | CONFIG_FAT_DEFAULT_CODEPAGE=850 | ||
620 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
621 | # CONFIG_NTFS_FS is not set | ||
622 | |||
623 | # | ||
624 | # Pseudo filesystems | ||
625 | # | ||
626 | CONFIG_PROC_FS=y | ||
627 | CONFIG_PROC_SYSCTL=y | ||
628 | CONFIG_SYSFS=y | ||
629 | CONFIG_TMPFS=y | ||
630 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
631 | # CONFIG_HUGETLB_PAGE is not set | ||
632 | CONFIG_RAMFS=y | ||
633 | # CONFIG_CONFIGFS_FS is not set | ||
634 | |||
635 | # | ||
636 | # Miscellaneous filesystems | ||
637 | # | ||
638 | # CONFIG_ADFS_FS is not set | ||
639 | # CONFIG_AFFS_FS is not set | ||
640 | # CONFIG_HFS_FS is not set | ||
641 | # CONFIG_HFSPLUS_FS is not set | ||
642 | # CONFIG_BEFS_FS is not set | ||
643 | # CONFIG_BFS_FS is not set | ||
644 | # CONFIG_EFS_FS is not set | ||
645 | CONFIG_CRAMFS=y | ||
646 | # CONFIG_VXFS_FS is not set | ||
647 | # CONFIG_HPFS_FS is not set | ||
648 | # CONFIG_QNX4FS_FS is not set | ||
649 | # CONFIG_SYSV_FS is not set | ||
650 | # CONFIG_UFS_FS is not set | ||
651 | |||
652 | # | ||
653 | # Partition Types | ||
654 | # | ||
655 | CONFIG_PARTITION_ADVANCED=y | ||
656 | # CONFIG_ACORN_PARTITION is not set | ||
657 | # CONFIG_OSF_PARTITION is not set | ||
658 | # CONFIG_AMIGA_PARTITION is not set | ||
659 | # CONFIG_ATARI_PARTITION is not set | ||
660 | # CONFIG_MAC_PARTITION is not set | ||
661 | CONFIG_MSDOS_PARTITION=y | ||
662 | # CONFIG_BSD_DISKLABEL is not set | ||
663 | # CONFIG_MINIX_SUBPARTITION is not set | ||
664 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
665 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
666 | # CONFIG_LDM_PARTITION is not set | ||
667 | # CONFIG_SGI_PARTITION is not set | ||
668 | # CONFIG_ULTRIX_PARTITION is not set | ||
669 | # CONFIG_SUN_PARTITION is not set | ||
670 | # CONFIG_KARMA_PARTITION is not set | ||
671 | # CONFIG_EFI_PARTITION is not set | ||
672 | # CONFIG_SYSV68_PARTITION is not set | ||
673 | |||
674 | # | ||
675 | # Native Language Support | ||
676 | # | ||
677 | CONFIG_NLS=y | ||
678 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
679 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
680 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
681 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
682 | CONFIG_NLS_CODEPAGE_850=y | ||
683 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
684 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
685 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
686 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
687 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
688 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
689 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
690 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
691 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
692 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
693 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
694 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
695 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
696 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
697 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
698 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
699 | # CONFIG_NLS_ISO8859_8 is not set | ||
700 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
701 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
702 | # CONFIG_NLS_ASCII is not set | ||
703 | CONFIG_NLS_ISO8859_1=y | ||
704 | # CONFIG_NLS_ISO8859_2 is not set | ||
705 | # CONFIG_NLS_ISO8859_3 is not set | ||
706 | # CONFIG_NLS_ISO8859_4 is not set | ||
707 | # CONFIG_NLS_ISO8859_5 is not set | ||
708 | # CONFIG_NLS_ISO8859_6 is not set | ||
709 | # CONFIG_NLS_ISO8859_7 is not set | ||
710 | # CONFIG_NLS_ISO8859_9 is not set | ||
711 | # CONFIG_NLS_ISO8859_13 is not set | ||
712 | # CONFIG_NLS_ISO8859_14 is not set | ||
713 | # CONFIG_NLS_ISO8859_15 is not set | ||
714 | # CONFIG_NLS_KOI8_R is not set | ||
715 | # CONFIG_NLS_KOI8_U is not set | ||
716 | # CONFIG_NLS_UTF8 is not set | ||
717 | |||
718 | # | ||
719 | # Profiling support | ||
720 | # | ||
721 | # CONFIG_PROFILING is not set | ||
722 | |||
723 | # | ||
724 | # Kernel hacking | ||
725 | # | ||
726 | # CONFIG_PRINTK_TIME is not set | ||
727 | CONFIG_ENABLE_MUST_CHECK=y | ||
728 | # CONFIG_MAGIC_SYSRQ is not set | ||
729 | # CONFIG_UNUSED_SYMBOLS is not set | ||
730 | # CONFIG_DEBUG_FS is not set | ||
731 | # CONFIG_HEADERS_CHECK is not set | ||
732 | # CONFIG_DEBUG_KERNEL is not set | ||
733 | CONFIG_DEBUG_BUGVERBOSE=y | ||
734 | CONFIG_FRAME_POINTER=y | ||
735 | # CONFIG_DEBUG_USER is not set | ||
736 | |||
737 | # | ||
738 | # Security options | ||
739 | # | ||
740 | # CONFIG_KEYS is not set | ||
741 | # CONFIG_SECURITY is not set | ||
742 | |||
743 | # | ||
744 | # Cryptographic options | ||
745 | # | ||
746 | # CONFIG_CRYPTO is not set | ||
747 | |||
748 | # | ||
749 | # Library routines | ||
750 | # | ||
751 | CONFIG_BITREVERSE=y | ||
752 | CONFIG_CRC_CCITT=y | ||
753 | # CONFIG_CRC16 is not set | ||
754 | # CONFIG_CRC_ITU_T is not set | ||
755 | CONFIG_CRC32=y | ||
756 | # CONFIG_LIBCRC32C is not set | ||
757 | CONFIG_ZLIB_INFLATE=y | ||
758 | CONFIG_PLIST=y | ||
759 | CONFIG_HAS_IOMEM=y | ||
760 | CONFIG_HAS_IOPORT=y | ||
761 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/palmtt_defconfig b/arch/arm/configs/palmtt_defconfig new file mode 100644 index 000000000000..e54ced41217e --- /dev/null +++ b/arch/arm/configs/palmtt_defconfig | |||
@@ -0,0 +1,844 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.19-rc3-omap1 | ||
4 | # Sun Oct 29 00:36:12 2006 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | # CONFIG_GENERIC_TIME is not set | ||
8 | CONFIG_MMU=y | ||
9 | CONFIG_GENERIC_HARDIRQS=y | ||
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
11 | CONFIG_HARDIRQS_SW_RESEND=y | ||
12 | CONFIG_GENERIC_IRQ_PROBE=y | ||
13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
14 | CONFIG_GENERIC_HWEIGHT=y | ||
15 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
16 | CONFIG_VECTORS_BASE=0xffff0000 | ||
17 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
18 | |||
19 | # | ||
20 | # Code maturity level options | ||
21 | # | ||
22 | CONFIG_EXPERIMENTAL=y | ||
23 | CONFIG_BROKEN_ON_SMP=y | ||
24 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
25 | |||
26 | # | ||
27 | # General setup | ||
28 | # | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | CONFIG_LOCALVERSION_AUTO=y | ||
31 | CONFIG_SWAP=y | ||
32 | CONFIG_SYSVIPC=y | ||
33 | # CONFIG_IPC_NS is not set | ||
34 | # CONFIG_POSIX_MQUEUE is not set | ||
35 | CONFIG_BSD_PROCESS_ACCT=y | ||
36 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
37 | # CONFIG_TASKSTATS is not set | ||
38 | # CONFIG_UTS_NS is not set | ||
39 | # CONFIG_AUDIT is not set | ||
40 | # CONFIG_IKCONFIG is not set | ||
41 | # CONFIG_RELAY is not set | ||
42 | CONFIG_INITRAMFS_SOURCE="" | ||
43 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
44 | CONFIG_SYSCTL=y | ||
45 | # CONFIG_EMBEDDED is not set | ||
46 | CONFIG_UID16=y | ||
47 | # CONFIG_SYSCTL_SYSCALL is not set | ||
48 | CONFIG_KALLSYMS=y | ||
49 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
50 | CONFIG_HOTPLUG=y | ||
51 | CONFIG_PRINTK=y | ||
52 | CONFIG_BUG=y | ||
53 | CONFIG_ELF_CORE=y | ||
54 | CONFIG_BASE_FULL=y | ||
55 | CONFIG_FUTEX=y | ||
56 | CONFIG_EPOLL=y | ||
57 | CONFIG_SHMEM=y | ||
58 | CONFIG_SLAB=y | ||
59 | CONFIG_VM_EVENT_COUNTERS=y | ||
60 | CONFIG_RT_MUTEXES=y | ||
61 | # CONFIG_TINY_SHMEM is not set | ||
62 | CONFIG_BASE_SMALL=0 | ||
63 | # CONFIG_SLOB is not set | ||
64 | |||
65 | # | ||
66 | # Loadable module support | ||
67 | # | ||
68 | # CONFIG_MODULES is not set | ||
69 | |||
70 | # | ||
71 | # Block layer | ||
72 | # | ||
73 | CONFIG_BLOCK=y | ||
74 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
75 | |||
76 | # | ||
77 | # IO Schedulers | ||
78 | # | ||
79 | CONFIG_IOSCHED_NOOP=y | ||
80 | # CONFIG_IOSCHED_AS is not set | ||
81 | # CONFIG_IOSCHED_DEADLINE is not set | ||
82 | # CONFIG_IOSCHED_CFQ is not set | ||
83 | # CONFIG_DEFAULT_AS is not set | ||
84 | # CONFIG_DEFAULT_DEADLINE is not set | ||
85 | # CONFIG_DEFAULT_CFQ is not set | ||
86 | CONFIG_DEFAULT_NOOP=y | ||
87 | CONFIG_DEFAULT_IOSCHED="noop" | ||
88 | |||
89 | # | ||
90 | # System Type | ||
91 | # | ||
92 | # CONFIG_ARCH_AAEC2000 is not set | ||
93 | # CONFIG_ARCH_INTEGRATOR is not set | ||
94 | # CONFIG_ARCH_REALVIEW is not set | ||
95 | # CONFIG_ARCH_VERSATILE is not set | ||
96 | # CONFIG_ARCH_AT91 is not set | ||
97 | # CONFIG_ARCH_CLPS7500 is not set | ||
98 | # CONFIG_ARCH_CLPS711X is not set | ||
99 | # CONFIG_ARCH_CO285 is not set | ||
100 | # CONFIG_ARCH_EBSA110 is not set | ||
101 | # CONFIG_ARCH_EP93XX is not set | ||
102 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
103 | # CONFIG_ARCH_NETX is not set | ||
104 | # CONFIG_ARCH_H720X is not set | ||
105 | # CONFIG_ARCH_IMX is not set | ||
106 | # CONFIG_ARCH_IOP32X is not set | ||
107 | # CONFIG_ARCH_IOP33X is not set | ||
108 | # CONFIG_ARCH_IXP4XX is not set | ||
109 | # CONFIG_ARCH_IXP2000 is not set | ||
110 | # CONFIG_ARCH_IXP23XX is not set | ||
111 | # CONFIG_ARCH_L7200 is not set | ||
112 | # CONFIG_ARCH_PNX4008 is not set | ||
113 | # CONFIG_ARCH_PXA is not set | ||
114 | # CONFIG_ARCH_RPC is not set | ||
115 | # CONFIG_ARCH_SA1100 is not set | ||
116 | # CONFIG_ARCH_S3C2410 is not set | ||
117 | # CONFIG_ARCH_SHARK is not set | ||
118 | # CONFIG_ARCH_LH7A40X is not set | ||
119 | CONFIG_ARCH_OMAP=y | ||
120 | |||
121 | # | ||
122 | # TI OMAP Implementations | ||
123 | # | ||
124 | CONFIG_ARCH_OMAP1=y | ||
125 | # CONFIG_ARCH_OMAP2 is not set | ||
126 | |||
127 | # | ||
128 | # OMAP Feature Selections | ||
129 | # | ||
130 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
131 | # CONFIG_OMAP_BOOT_TAG is not set | ||
132 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
133 | CONFIG_OMAP_MUX=y | ||
134 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
135 | CONFIG_OMAP_MUX_WARNINGS=y | ||
136 | CONFIG_OMAP_MCBSP=y | ||
137 | CONFIG_OMAP_MPU_TIMER=y | ||
138 | # CONFIG_OMAP_32K_TIMER is not set | ||
139 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
140 | CONFIG_OMAP_LL_DEBUG_UART2=y | ||
141 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
142 | CONFIG_OMAP_SERIAL_WAKE=y | ||
143 | CONFIG_OMAP_DSP=y | ||
144 | # CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set | ||
145 | # CONFIG_OMAP_DSP_TASK_MULTIOPEN is not set | ||
146 | CONFIG_OMAP_DSP_FBEXPORT=y | ||
147 | |||
148 | # | ||
149 | # OMAP Core Type | ||
150 | # | ||
151 | # CONFIG_ARCH_OMAP730 is not set | ||
152 | CONFIG_ARCH_OMAP15XX=y | ||
153 | # CONFIG_ARCH_OMAP16XX is not set | ||
154 | |||
155 | # | ||
156 | # OMAP Board Type | ||
157 | # | ||
158 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
159 | # CONFIG_MACH_VOICEBLUE is not set | ||
160 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
161 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
162 | CONFIG_MACH_OMAP_PALMTT=y | ||
163 | # CONFIG_MACH_AMS_DELTA is not set | ||
164 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
165 | |||
166 | # | ||
167 | # OMAP CPU Speed | ||
168 | # | ||
169 | CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y | ||
170 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
171 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
172 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
173 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
174 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
175 | |||
176 | # | ||
177 | # Processor Type | ||
178 | # | ||
179 | CONFIG_CPU_32=y | ||
180 | CONFIG_CPU_ARM925T=y | ||
181 | CONFIG_CPU_32v4T=y | ||
182 | CONFIG_CPU_ABRT_EV4T=y | ||
183 | CONFIG_CPU_CACHE_V4WT=y | ||
184 | CONFIG_CPU_CACHE_VIVT=y | ||
185 | CONFIG_CPU_COPY_V4WB=y | ||
186 | CONFIG_CPU_TLB_V4WBI=y | ||
187 | CONFIG_CPU_CP15=y | ||
188 | CONFIG_CPU_CP15_MMU=y | ||
189 | |||
190 | # | ||
191 | # Processor Features | ||
192 | # | ||
193 | CONFIG_ARM_THUMB=y | ||
194 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
195 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
196 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
197 | |||
198 | # | ||
199 | # Bus support | ||
200 | # | ||
201 | |||
202 | # | ||
203 | # PCCARD (PCMCIA/CardBus) support | ||
204 | # | ||
205 | # CONFIG_PCCARD is not set | ||
206 | |||
207 | # | ||
208 | # Kernel Features | ||
209 | # | ||
210 | # CONFIG_PREEMPT is not set | ||
211 | # CONFIG_NO_IDLE_HZ is not set | ||
212 | CONFIG_HZ=100 | ||
213 | # CONFIG_AEABI is not set | ||
214 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
215 | CONFIG_SELECT_MEMORY_MODEL=y | ||
216 | CONFIG_FLATMEM_MANUAL=y | ||
217 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
218 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
219 | CONFIG_FLATMEM=y | ||
220 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
221 | # CONFIG_SPARSEMEM_STATIC is not set | ||
222 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
223 | # CONFIG_RESOURCES_64BIT is not set | ||
224 | # CONFIG_LEDS is not set | ||
225 | CONFIG_ALIGNMENT_TRAP=y | ||
226 | |||
227 | # | ||
228 | # Boot options | ||
229 | # | ||
230 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
231 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
232 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rw init=/init" | ||
233 | # CONFIG_XIP_KERNEL is not set | ||
234 | |||
235 | # | ||
236 | # CPU Frequency scaling | ||
237 | # | ||
238 | # CONFIG_CPU_FREQ is not set | ||
239 | |||
240 | # | ||
241 | # Floating point emulation | ||
242 | # | ||
243 | |||
244 | # | ||
245 | # At least one emulation must be selected | ||
246 | # | ||
247 | CONFIG_FPE_NWFPE=y | ||
248 | # CONFIG_FPE_NWFPE_XP is not set | ||
249 | # CONFIG_FPE_FASTFPE is not set | ||
250 | |||
251 | # | ||
252 | # Userspace binary formats | ||
253 | # | ||
254 | CONFIG_BINFMT_ELF=y | ||
255 | # CONFIG_BINFMT_AOUT is not set | ||
256 | # CONFIG_BINFMT_MISC is not set | ||
257 | # CONFIG_ARTHUR is not set | ||
258 | |||
259 | # | ||
260 | # Power management options | ||
261 | # | ||
262 | # CONFIG_PM is not set | ||
263 | # CONFIG_APM is not set | ||
264 | |||
265 | # | ||
266 | # Networking | ||
267 | # | ||
268 | CONFIG_NET=y | ||
269 | |||
270 | # | ||
271 | # Networking options | ||
272 | # | ||
273 | # CONFIG_NETDEBUG is not set | ||
274 | CONFIG_PACKET=y | ||
275 | # CONFIG_PACKET_MMAP is not set | ||
276 | CONFIG_UNIX=y | ||
277 | CONFIG_XFRM=y | ||
278 | # CONFIG_XFRM_USER is not set | ||
279 | # CONFIG_XFRM_SUB_POLICY is not set | ||
280 | CONFIG_NET_KEY=y | ||
281 | CONFIG_INET=y | ||
282 | # CONFIG_IP_MULTICAST is not set | ||
283 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
284 | CONFIG_IP_FIB_HASH=y | ||
285 | # CONFIG_IP_PNP is not set | ||
286 | # CONFIG_NET_IPIP is not set | ||
287 | # CONFIG_NET_IPGRE is not set | ||
288 | # CONFIG_ARPD is not set | ||
289 | # CONFIG_SYN_COOKIES is not set | ||
290 | # CONFIG_INET_AH is not set | ||
291 | # CONFIG_INET_ESP is not set | ||
292 | # CONFIG_INET_IPCOMP is not set | ||
293 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
294 | # CONFIG_INET_TUNNEL is not set | ||
295 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
296 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
297 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
298 | # CONFIG_INET_DIAG is not set | ||
299 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
300 | CONFIG_TCP_CONG_CUBIC=y | ||
301 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
302 | # CONFIG_IPV6 is not set | ||
303 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
304 | # CONFIG_INET6_TUNNEL is not set | ||
305 | # CONFIG_NETWORK_SECMARK is not set | ||
306 | # CONFIG_NETFILTER is not set | ||
307 | |||
308 | # | ||
309 | # DCCP Configuration (EXPERIMENTAL) | ||
310 | # | ||
311 | # CONFIG_IP_DCCP is not set | ||
312 | |||
313 | # | ||
314 | # SCTP Configuration (EXPERIMENTAL) | ||
315 | # | ||
316 | # CONFIG_IP_SCTP is not set | ||
317 | |||
318 | # | ||
319 | # TIPC Configuration (EXPERIMENTAL) | ||
320 | # | ||
321 | # CONFIG_TIPC is not set | ||
322 | # CONFIG_ATM is not set | ||
323 | # CONFIG_BRIDGE is not set | ||
324 | # CONFIG_VLAN_8021Q is not set | ||
325 | # CONFIG_DECNET is not set | ||
326 | # CONFIG_LLC2 is not set | ||
327 | # CONFIG_IPX is not set | ||
328 | # CONFIG_ATALK is not set | ||
329 | # CONFIG_X25 is not set | ||
330 | # CONFIG_LAPB is not set | ||
331 | # CONFIG_ECONET is not set | ||
332 | # CONFIG_WAN_ROUTER is not set | ||
333 | |||
334 | # | ||
335 | # QoS and/or fair queueing | ||
336 | # | ||
337 | # CONFIG_NET_SCHED is not set | ||
338 | |||
339 | # | ||
340 | # Network testing | ||
341 | # | ||
342 | # CONFIG_NET_PKTGEN is not set | ||
343 | # CONFIG_HAMRADIO is not set | ||
344 | # CONFIG_IRDA is not set | ||
345 | # CONFIG_BT is not set | ||
346 | # CONFIG_IEEE80211 is not set | ||
347 | |||
348 | # | ||
349 | # Device Drivers | ||
350 | # | ||
351 | |||
352 | # | ||
353 | # Generic Driver Options | ||
354 | # | ||
355 | CONFIG_STANDALONE=y | ||
356 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
357 | # CONFIG_FW_LOADER is not set | ||
358 | # CONFIG_SYS_HYPERVISOR is not set | ||
359 | |||
360 | # | ||
361 | # Connector - unified userspace <-> kernelspace linker | ||
362 | # | ||
363 | # CONFIG_CONNECTOR is not set | ||
364 | |||
365 | # | ||
366 | # Memory Technology Devices (MTD) | ||
367 | # | ||
368 | # CONFIG_MTD is not set | ||
369 | |||
370 | # | ||
371 | # Parallel port support | ||
372 | # | ||
373 | # CONFIG_PARPORT is not set | ||
374 | |||
375 | # | ||
376 | # Plug and Play support | ||
377 | # | ||
378 | |||
379 | # | ||
380 | # Block devices | ||
381 | # | ||
382 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
383 | # CONFIG_BLK_DEV_LOOP is not set | ||
384 | # CONFIG_BLK_DEV_NBD is not set | ||
385 | # CONFIG_BLK_DEV_RAM is not set | ||
386 | # CONFIG_BLK_DEV_INITRD is not set | ||
387 | # CONFIG_CDROM_PKTCDVD is not set | ||
388 | # CONFIG_ATA_OVER_ETH is not set | ||
389 | |||
390 | # | ||
391 | # SCSI device support | ||
392 | # | ||
393 | # CONFIG_RAID_ATTRS is not set | ||
394 | # CONFIG_SCSI is not set | ||
395 | # CONFIG_SCSI_NETLINK is not set | ||
396 | |||
397 | # | ||
398 | # Multi-device support (RAID and LVM) | ||
399 | # | ||
400 | # CONFIG_MD is not set | ||
401 | |||
402 | # | ||
403 | # Fusion MPT device support | ||
404 | # | ||
405 | # CONFIG_FUSION is not set | ||
406 | |||
407 | # | ||
408 | # IEEE 1394 (FireWire) support | ||
409 | # | ||
410 | |||
411 | # | ||
412 | # I2O device support | ||
413 | # | ||
414 | |||
415 | # | ||
416 | # Network device support | ||
417 | # | ||
418 | # CONFIG_NETDEVICES is not set | ||
419 | # CONFIG_NETPOLL is not set | ||
420 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
421 | |||
422 | # | ||
423 | # ISDN subsystem | ||
424 | # | ||
425 | # CONFIG_ISDN is not set | ||
426 | |||
427 | # | ||
428 | # Input device support | ||
429 | # | ||
430 | CONFIG_INPUT=y | ||
431 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
432 | |||
433 | # | ||
434 | # Userland interfaces | ||
435 | # | ||
436 | CONFIG_INPUT_MOUSEDEV=y | ||
437 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
438 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=320 | ||
439 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320 | ||
440 | # CONFIG_INPUT_JOYDEV is not set | ||
441 | CONFIG_INPUT_TSDEV=y | ||
442 | CONFIG_INPUT_TSDEV_SCREEN_X=320 | ||
443 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
444 | CONFIG_INPUT_EVDEV=y | ||
445 | # CONFIG_INPUT_EVBUG is not set | ||
446 | |||
447 | # | ||
448 | # Input Device Drivers | ||
449 | # | ||
450 | # CONFIG_INPUT_KEYBOARD is not set | ||
451 | # CONFIG_INPUT_MOUSE is not set | ||
452 | # CONFIG_INPUT_JOYSTICK is not set | ||
453 | CONFIG_INPUT_TOUCHSCREEN=y | ||
454 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
455 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
456 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
457 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
458 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
459 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
460 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
461 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
462 | # CONFIG_TOUCHSCREEN_TSC2102 is not set | ||
463 | # CONFIG_INPUT_MISC is not set | ||
464 | |||
465 | # | ||
466 | # Hardware I/O ports | ||
467 | # | ||
468 | # CONFIG_SERIO is not set | ||
469 | # CONFIG_GAMEPORT is not set | ||
470 | |||
471 | # | ||
472 | # Character devices | ||
473 | # | ||
474 | CONFIG_VT=y | ||
475 | CONFIG_VT_CONSOLE=y | ||
476 | CONFIG_HW_CONSOLE=y | ||
477 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
478 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
479 | |||
480 | # | ||
481 | # Serial drivers | ||
482 | # | ||
483 | # CONFIG_SERIAL_8250 is not set | ||
484 | |||
485 | # | ||
486 | # Non-8250 serial port support | ||
487 | # | ||
488 | CONFIG_UNIX98_PTYS=y | ||
489 | CONFIG_LEGACY_PTYS=y | ||
490 | CONFIG_LEGACY_PTY_COUNT=256 | ||
491 | |||
492 | # | ||
493 | # IPMI | ||
494 | # | ||
495 | # CONFIG_IPMI_HANDLER is not set | ||
496 | |||
497 | # | ||
498 | # Watchdog Cards | ||
499 | # | ||
500 | # CONFIG_WATCHDOG is not set | ||
501 | CONFIG_HW_RANDOM=y | ||
502 | # CONFIG_NVRAM is not set | ||
503 | # CONFIG_OMAP_RTC is not set | ||
504 | # CONFIG_DTLK is not set | ||
505 | # CONFIG_R3964 is not set | ||
506 | |||
507 | # | ||
508 | # Ftape, the floppy tape device driver | ||
509 | # | ||
510 | # CONFIG_RAW_DRIVER is not set | ||
511 | |||
512 | # | ||
513 | # TPM devices | ||
514 | # | ||
515 | # CONFIG_TCG_TPM is not set | ||
516 | |||
517 | # | ||
518 | # I2C support | ||
519 | # | ||
520 | # CONFIG_I2C is not set | ||
521 | |||
522 | # | ||
523 | # SPI support | ||
524 | # | ||
525 | CONFIG_SPI=y | ||
526 | CONFIG_SPI_MASTER=y | ||
527 | |||
528 | # | ||
529 | # SPI Master Controller Drivers | ||
530 | # | ||
531 | CONFIG_SPI_BITBANG=y | ||
532 | CONFIG_SPI_OMAP_UWIRE=y | ||
533 | |||
534 | # | ||
535 | # SPI Protocol Masters | ||
536 | # | ||
537 | # CONFIG_TSC2102 is not set | ||
538 | |||
539 | # | ||
540 | # Dallas's 1-wire bus | ||
541 | # | ||
542 | # CONFIG_W1 is not set | ||
543 | |||
544 | # | ||
545 | # Hardware Monitoring support | ||
546 | # | ||
547 | CONFIG_HWMON=y | ||
548 | # CONFIG_HWMON_VID is not set | ||
549 | # CONFIG_SENSORS_ABITUGURU is not set | ||
550 | # CONFIG_SENSORS_F71805F is not set | ||
551 | # CONFIG_SENSORS_LM70 is not set | ||
552 | # CONFIG_SENSORS_VT1211 is not set | ||
553 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
554 | |||
555 | # | ||
556 | # Misc devices | ||
557 | # | ||
558 | # CONFIG_SGI_IOC4 is not set | ||
559 | # CONFIG_TIFM_CORE is not set | ||
560 | |||
561 | # | ||
562 | # LED devices | ||
563 | # | ||
564 | CONFIG_NEW_LEDS=y | ||
565 | CONFIG_LEDS_CLASS=y | ||
566 | |||
567 | # | ||
568 | # LED drivers | ||
569 | # | ||
570 | CONFIG_LEDS_OMAP=y | ||
571 | |||
572 | # | ||
573 | # LED Triggers | ||
574 | # | ||
575 | CONFIG_LEDS_TRIGGERS=y | ||
576 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
577 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
578 | |||
579 | # | ||
580 | # Multimedia devices | ||
581 | # | ||
582 | # CONFIG_VIDEO_DEV is not set | ||
583 | |||
584 | # | ||
585 | # Digital Video Broadcasting Devices | ||
586 | # | ||
587 | # CONFIG_DVB is not set | ||
588 | |||
589 | # | ||
590 | # Graphics support | ||
591 | # | ||
592 | CONFIG_FIRMWARE_EDID=y | ||
593 | CONFIG_FB=y | ||
594 | # CONFIG_FB_CFB_FILLRECT is not set | ||
595 | # CONFIG_FB_CFB_COPYAREA is not set | ||
596 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
597 | # CONFIG_FB_MACMODES is not set | ||
598 | # CONFIG_FB_BACKLIGHT is not set | ||
599 | # CONFIG_FB_MODE_HELPERS is not set | ||
600 | # CONFIG_FB_TILEBLITTING is not set | ||
601 | # CONFIG_FB_S1D13XXX is not set | ||
602 | # CONFIG_FB_VIRTUAL is not set | ||
603 | CONFIG_FB_OMAP=y | ||
604 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
605 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
606 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
607 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
608 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
609 | |||
610 | # | ||
611 | # Console display driver support | ||
612 | # | ||
613 | # CONFIG_VGA_CONSOLE is not set | ||
614 | CONFIG_DUMMY_CONSOLE=y | ||
615 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
616 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
617 | # CONFIG_FONTS is not set | ||
618 | CONFIG_FONT_8x8=y | ||
619 | CONFIG_FONT_8x16=y | ||
620 | |||
621 | # | ||
622 | # Logo configuration | ||
623 | # | ||
624 | # CONFIG_LOGO is not set | ||
625 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
626 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
627 | CONFIG_BACKLIGHT_DEVICE=y | ||
628 | CONFIG_LCD_CLASS_DEVICE=y | ||
629 | CONFIG_LCD_DEVICE=y | ||
630 | CONFIG_BACKLIGHT_OMAP=y | ||
631 | |||
632 | # | ||
633 | # Sound | ||
634 | # | ||
635 | # CONFIG_SOUND is not set | ||
636 | |||
637 | # | ||
638 | # USB support | ||
639 | # | ||
640 | CONFIG_USB_ARCH_HAS_HCD=y | ||
641 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
642 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
643 | # CONFIG_USB is not set | ||
644 | |||
645 | # | ||
646 | # Enable Host or Gadget support to see Inventra options | ||
647 | # | ||
648 | |||
649 | # | ||
650 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
651 | # | ||
652 | |||
653 | # | ||
654 | # USB Gadget Support | ||
655 | # | ||
656 | # CONFIG_USB_GADGET is not set | ||
657 | |||
658 | # | ||
659 | # MMC/SD Card support | ||
660 | # | ||
661 | # CONFIG_MMC is not set | ||
662 | |||
663 | # | ||
664 | # Real Time Clock | ||
665 | # | ||
666 | CONFIG_RTC_LIB=y | ||
667 | CONFIG_RTC_CLASS=y | ||
668 | CONFIG_RTC_HCTOSYS=y | ||
669 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
670 | # CONFIG_RTC_DEBUG is not set | ||
671 | |||
672 | # | ||
673 | # RTC interfaces | ||
674 | # | ||
675 | CONFIG_RTC_INTF_SYSFS=y | ||
676 | CONFIG_RTC_INTF_PROC=y | ||
677 | CONFIG_RTC_INTF_DEV=y | ||
678 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
679 | |||
680 | # | ||
681 | # RTC drivers | ||
682 | # | ||
683 | # CONFIG_RTC_DRV_DS1553 is not set | ||
684 | # CONFIG_RTC_DRV_DS1742 is not set | ||
685 | CONFIG_RTC_DRV_OMAP=y | ||
686 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
687 | # CONFIG_RTC_DRV_M48T86 is not set | ||
688 | # CONFIG_RTC_DRV_TEST is not set | ||
689 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
690 | # CONFIG_RTC_DRV_V3020 is not set | ||
691 | |||
692 | # | ||
693 | # Synchronous Serial Interfaces (SSI) | ||
694 | # | ||
695 | # CONFIG_OMAP_UWIRE is not set | ||
696 | # CONFIG_OMAP_TSC2101 is not set | ||
697 | |||
698 | # | ||
699 | # CBUS support | ||
700 | # | ||
701 | # CONFIG_CBUS is not set | ||
702 | |||
703 | # | ||
704 | # File systems | ||
705 | # | ||
706 | CONFIG_EXT2_FS=y | ||
707 | # CONFIG_EXT2_FS_XATTR is not set | ||
708 | # CONFIG_EXT2_FS_XIP is not set | ||
709 | # CONFIG_EXT3_FS is not set | ||
710 | # CONFIG_EXT4DEV_FS is not set | ||
711 | # CONFIG_REISERFS_FS is not set | ||
712 | # CONFIG_JFS_FS is not set | ||
713 | # CONFIG_FS_POSIX_ACL is not set | ||
714 | # CONFIG_XFS_FS is not set | ||
715 | # CONFIG_GFS2_FS is not set | ||
716 | # CONFIG_OCFS2_FS is not set | ||
717 | # CONFIG_MINIX_FS is not set | ||
718 | # CONFIG_ROMFS_FS is not set | ||
719 | # CONFIG_INOTIFY is not set | ||
720 | # CONFIG_QUOTA is not set | ||
721 | CONFIG_DNOTIFY=y | ||
722 | # CONFIG_AUTOFS_FS is not set | ||
723 | # CONFIG_AUTOFS4_FS is not set | ||
724 | # CONFIG_FUSE_FS is not set | ||
725 | |||
726 | # | ||
727 | # CD-ROM/DVD Filesystems | ||
728 | # | ||
729 | # CONFIG_ISO9660_FS is not set | ||
730 | # CONFIG_UDF_FS is not set | ||
731 | |||
732 | # | ||
733 | # DOS/FAT/NT Filesystems | ||
734 | # | ||
735 | # CONFIG_MSDOS_FS is not set | ||
736 | # CONFIG_VFAT_FS is not set | ||
737 | # CONFIG_NTFS_FS is not set | ||
738 | |||
739 | # | ||
740 | # Pseudo filesystems | ||
741 | # | ||
742 | CONFIG_PROC_FS=y | ||
743 | CONFIG_PROC_SYSCTL=y | ||
744 | CONFIG_SYSFS=y | ||
745 | # CONFIG_TMPFS is not set | ||
746 | # CONFIG_HUGETLB_PAGE is not set | ||
747 | CONFIG_RAMFS=y | ||
748 | # CONFIG_CONFIGFS_FS is not set | ||
749 | |||
750 | # | ||
751 | # Miscellaneous filesystems | ||
752 | # | ||
753 | # CONFIG_ADFS_FS is not set | ||
754 | # CONFIG_AFFS_FS is not set | ||
755 | # CONFIG_HFS_FS is not set | ||
756 | # CONFIG_HFSPLUS_FS is not set | ||
757 | # CONFIG_BEFS_FS is not set | ||
758 | # CONFIG_BFS_FS is not set | ||
759 | # CONFIG_EFS_FS is not set | ||
760 | # CONFIG_CRAMFS is not set | ||
761 | # CONFIG_VXFS_FS is not set | ||
762 | # CONFIG_HPFS_FS is not set | ||
763 | # CONFIG_QNX4FS_FS is not set | ||
764 | # CONFIG_SYSV_FS is not set | ||
765 | # CONFIG_UFS_FS is not set | ||
766 | |||
767 | # | ||
768 | # Network File Systems | ||
769 | # | ||
770 | # CONFIG_NFS_FS is not set | ||
771 | # CONFIG_NFSD is not set | ||
772 | # CONFIG_SMB_FS is not set | ||
773 | # CONFIG_CIFS is not set | ||
774 | # CONFIG_NCP_FS is not set | ||
775 | # CONFIG_CODA_FS is not set | ||
776 | # CONFIG_AFS_FS is not set | ||
777 | # CONFIG_9P_FS is not set | ||
778 | |||
779 | # | ||
780 | # Partition Types | ||
781 | # | ||
782 | CONFIG_PARTITION_ADVANCED=y | ||
783 | # CONFIG_ACORN_PARTITION is not set | ||
784 | # CONFIG_OSF_PARTITION is not set | ||
785 | # CONFIG_AMIGA_PARTITION is not set | ||
786 | # CONFIG_ATARI_PARTITION is not set | ||
787 | # CONFIG_MAC_PARTITION is not set | ||
788 | CONFIG_MSDOS_PARTITION=y | ||
789 | # CONFIG_BSD_DISKLABEL is not set | ||
790 | # CONFIG_MINIX_SUBPARTITION is not set | ||
791 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
792 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
793 | # CONFIG_LDM_PARTITION is not set | ||
794 | # CONFIG_SGI_PARTITION is not set | ||
795 | # CONFIG_ULTRIX_PARTITION is not set | ||
796 | # CONFIG_SUN_PARTITION is not set | ||
797 | # CONFIG_KARMA_PARTITION is not set | ||
798 | # CONFIG_EFI_PARTITION is not set | ||
799 | |||
800 | # | ||
801 | # Native Language Support | ||
802 | # | ||
803 | # CONFIG_NLS is not set | ||
804 | |||
805 | # | ||
806 | # Profiling support | ||
807 | # | ||
808 | # CONFIG_PROFILING is not set | ||
809 | |||
810 | # | ||
811 | # Kernel hacking | ||
812 | # | ||
813 | # CONFIG_PRINTK_TIME is not set | ||
814 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
815 | # CONFIG_MAGIC_SYSRQ is not set | ||
816 | # CONFIG_UNUSED_SYMBOLS is not set | ||
817 | # CONFIG_DEBUG_KERNEL is not set | ||
818 | CONFIG_LOG_BUF_SHIFT=14 | ||
819 | CONFIG_DEBUG_BUGVERBOSE=y | ||
820 | # CONFIG_DEBUG_FS is not set | ||
821 | CONFIG_FRAME_POINTER=y | ||
822 | # CONFIG_UNWIND_INFO is not set | ||
823 | # CONFIG_HEADERS_CHECK is not set | ||
824 | # CONFIG_DEBUG_USER is not set | ||
825 | |||
826 | # | ||
827 | # Security options | ||
828 | # | ||
829 | # CONFIG_KEYS is not set | ||
830 | # CONFIG_SECURITY is not set | ||
831 | |||
832 | # | ||
833 | # Cryptographic options | ||
834 | # | ||
835 | # CONFIG_CRYPTO is not set | ||
836 | |||
837 | # | ||
838 | # Library routines | ||
839 | # | ||
840 | CONFIG_CRC_CCITT=y | ||
841 | CONFIG_CRC16=y | ||
842 | CONFIG_CRC32=y | ||
843 | CONFIG_LIBCRC32C=y | ||
844 | CONFIG_PLIST=y | ||
diff --git a/arch/arm/configs/palmz71_defconfig b/arch/arm/configs/palmz71_defconfig new file mode 100644 index 000000000000..6361922e71c1 --- /dev/null +++ b/arch/arm/configs/palmz71_defconfig | |||
@@ -0,0 +1,891 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22-rc1-omap1 | ||
4 | # Thu Jun 7 05:13:00 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # Code maturity level options | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | |||
35 | # | ||
36 | # General setup | ||
37 | # | ||
38 | CONFIG_LOCALVERSION="-z71" | ||
39 | CONFIG_LOCALVERSION_AUTO=y | ||
40 | CONFIG_SWAP=y | ||
41 | CONFIG_SYSVIPC=y | ||
42 | # CONFIG_IPC_NS is not set | ||
43 | CONFIG_SYSVIPC_SYSCTL=y | ||
44 | # CONFIG_POSIX_MQUEUE is not set | ||
45 | CONFIG_BSD_PROCESS_ACCT=y | ||
46 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
47 | # CONFIG_TASKSTATS is not set | ||
48 | # CONFIG_UTS_NS is not set | ||
49 | # CONFIG_AUDIT is not set | ||
50 | # CONFIG_IKCONFIG is not set | ||
51 | CONFIG_LOG_BUF_SHIFT=14 | ||
52 | CONFIG_SYSFS_DEPRECATED=y | ||
53 | # CONFIG_RELAY is not set | ||
54 | # CONFIG_BLK_DEV_INITRD is not set | ||
55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
56 | CONFIG_SYSCTL=y | ||
57 | # CONFIG_EMBEDDED is not set | ||
58 | CONFIG_UID16=y | ||
59 | CONFIG_SYSCTL_SYSCALL=y | ||
60 | CONFIG_KALLSYMS=y | ||
61 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
62 | CONFIG_HOTPLUG=y | ||
63 | CONFIG_PRINTK=y | ||
64 | CONFIG_BUG=y | ||
65 | CONFIG_ELF_CORE=y | ||
66 | CONFIG_BASE_FULL=y | ||
67 | CONFIG_FUTEX=y | ||
68 | CONFIG_ANON_INODES=y | ||
69 | CONFIG_EPOLL=y | ||
70 | CONFIG_SIGNALFD=y | ||
71 | CONFIG_TIMERFD=y | ||
72 | CONFIG_EVENTFD=y | ||
73 | CONFIG_SHMEM=y | ||
74 | CONFIG_VM_EVENT_COUNTERS=y | ||
75 | CONFIG_SLAB=y | ||
76 | # CONFIG_SLUB is not set | ||
77 | # CONFIG_SLOB is not set | ||
78 | CONFIG_RT_MUTEXES=y | ||
79 | # CONFIG_TINY_SHMEM is not set | ||
80 | CONFIG_BASE_SMALL=0 | ||
81 | |||
82 | # | ||
83 | # Loadable module support | ||
84 | # | ||
85 | # CONFIG_MODULES is not set | ||
86 | |||
87 | # | ||
88 | # Block layer | ||
89 | # | ||
90 | CONFIG_BLOCK=y | ||
91 | # CONFIG_LBD is not set | ||
92 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
93 | # CONFIG_LSF is not set | ||
94 | |||
95 | # | ||
96 | # IO Schedulers | ||
97 | # | ||
98 | CONFIG_IOSCHED_NOOP=y | ||
99 | # CONFIG_IOSCHED_AS is not set | ||
100 | # CONFIG_IOSCHED_DEADLINE is not set | ||
101 | # CONFIG_IOSCHED_CFQ is not set | ||
102 | # CONFIG_DEFAULT_AS is not set | ||
103 | # CONFIG_DEFAULT_DEADLINE is not set | ||
104 | # CONFIG_DEFAULT_CFQ is not set | ||
105 | CONFIG_DEFAULT_NOOP=y | ||
106 | CONFIG_DEFAULT_IOSCHED="noop" | ||
107 | |||
108 | # | ||
109 | # System Type | ||
110 | # | ||
111 | # CONFIG_ARCH_AAEC2000 is not set | ||
112 | # CONFIG_ARCH_INTEGRATOR is not set | ||
113 | # CONFIG_ARCH_REALVIEW is not set | ||
114 | # CONFIG_ARCH_VERSATILE is not set | ||
115 | # CONFIG_ARCH_AT91 is not set | ||
116 | # CONFIG_ARCH_CLPS7500 is not set | ||
117 | # CONFIG_ARCH_CLPS711X is not set | ||
118 | # CONFIG_ARCH_CO285 is not set | ||
119 | # CONFIG_ARCH_EBSA110 is not set | ||
120 | # CONFIG_ARCH_EP93XX is not set | ||
121 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
122 | # CONFIG_ARCH_NETX is not set | ||
123 | # CONFIG_ARCH_H720X is not set | ||
124 | # CONFIG_ARCH_IMX is not set | ||
125 | # CONFIG_ARCH_IOP13XX is not set | ||
126 | # CONFIG_ARCH_IOP32X is not set | ||
127 | # CONFIG_ARCH_IOP33X is not set | ||
128 | # CONFIG_ARCH_IXP23XX is not set | ||
129 | # CONFIG_ARCH_IXP2000 is not set | ||
130 | # CONFIG_ARCH_IXP4XX is not set | ||
131 | # CONFIG_ARCH_L7200 is not set | ||
132 | # CONFIG_ARCH_KS8695 is not set | ||
133 | # CONFIG_ARCH_NS9XXX is not set | ||
134 | # CONFIG_ARCH_PNX4008 is not set | ||
135 | # CONFIG_ARCH_PXA is not set | ||
136 | # CONFIG_ARCH_RPC is not set | ||
137 | # CONFIG_ARCH_SA1100 is not set | ||
138 | # CONFIG_ARCH_S3C2410 is not set | ||
139 | # CONFIG_ARCH_SHARK is not set | ||
140 | # CONFIG_ARCH_LH7A40X is not set | ||
141 | # CONFIG_ARCH_DAVINCI is not set | ||
142 | CONFIG_ARCH_OMAP=y | ||
143 | |||
144 | # | ||
145 | # TI OMAP Implementations | ||
146 | # | ||
147 | CONFIG_ARCH_OMAP1=y | ||
148 | # CONFIG_ARCH_OMAP2 is not set | ||
149 | |||
150 | # | ||
151 | # OMAP Feature Selections | ||
152 | # | ||
153 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
154 | # CONFIG_OMAP_BOOT_TAG is not set | ||
155 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
156 | CONFIG_OMAP_MUX=y | ||
157 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
158 | CONFIG_OMAP_MUX_WARNINGS=y | ||
159 | CONFIG_OMAP_MCBSP=y | ||
160 | # CONFIG_OMAP_MMU_FWK is not set | ||
161 | # CONFIG_OMAP_MBOX_FWK is not set | ||
162 | CONFIG_OMAP_MPU_TIMER=y | ||
163 | # CONFIG_OMAP_32K_TIMER is not set | ||
164 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
165 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
166 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
167 | # CONFIG_OMAP_LL_DEBUG_LCD is not set | ||
168 | CONFIG_OMAP_SERIAL_WAKE=y | ||
169 | # CONFIG_OMAP_DSP is not set | ||
170 | |||
171 | # | ||
172 | # OMAP Core Type | ||
173 | # | ||
174 | # CONFIG_ARCH_OMAP730 is not set | ||
175 | CONFIG_ARCH_OMAP15XX=y | ||
176 | # CONFIG_ARCH_OMAP16XX is not set | ||
177 | |||
178 | # | ||
179 | # OMAP Board Type | ||
180 | # | ||
181 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
182 | # CONFIG_MACH_VOICEBLUE is not set | ||
183 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
184 | CONFIG_MACH_OMAP_PALMZ71=y | ||
185 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
186 | # CONFIG_MACH_SX1 is not set | ||
187 | # CONFIG_MACH_AMS_DELTA is not set | ||
188 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
189 | |||
190 | # | ||
191 | # OMAP CPU Speed | ||
192 | # | ||
193 | CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER=y | ||
194 | # CONFIG_OMAP_ARM_168MHZ is not set | ||
195 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
196 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
197 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
198 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
199 | |||
200 | # | ||
201 | # Processor Type | ||
202 | # | ||
203 | CONFIG_CPU_32=y | ||
204 | CONFIG_CPU_ARM925T=y | ||
205 | CONFIG_CPU_32v4T=y | ||
206 | CONFIG_CPU_ABRT_EV4T=y | ||
207 | CONFIG_CPU_CACHE_V4WT=y | ||
208 | CONFIG_CPU_CACHE_VIVT=y | ||
209 | CONFIG_CPU_COPY_V4WB=y | ||
210 | CONFIG_CPU_TLB_V4WBI=y | ||
211 | CONFIG_CPU_CP15=y | ||
212 | CONFIG_CPU_CP15_MMU=y | ||
213 | |||
214 | # | ||
215 | # Processor Features | ||
216 | # | ||
217 | # CONFIG_ARM_THUMB is not set | ||
218 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
219 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
220 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
221 | # CONFIG_OUTER_CACHE is not set | ||
222 | |||
223 | # | ||
224 | # Bus support | ||
225 | # | ||
226 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
227 | |||
228 | # | ||
229 | # PCCARD (PCMCIA/CardBus) support | ||
230 | # | ||
231 | # CONFIG_PCCARD is not set | ||
232 | |||
233 | # | ||
234 | # Kernel Features | ||
235 | # | ||
236 | # CONFIG_TICK_ONESHOT is not set | ||
237 | # CONFIG_NO_HZ is not set | ||
238 | # CONFIG_HIGH_RES_TIMERS is not set | ||
239 | # CONFIG_PREEMPT is not set | ||
240 | CONFIG_HZ=100 | ||
241 | # CONFIG_AEABI is not set | ||
242 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
243 | CONFIG_SELECT_MEMORY_MODEL=y | ||
244 | CONFIG_FLATMEM_MANUAL=y | ||
245 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
246 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
247 | CONFIG_FLATMEM=y | ||
248 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
249 | # CONFIG_SPARSEMEM_STATIC is not set | ||
250 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
251 | # CONFIG_RESOURCES_64BIT is not set | ||
252 | CONFIG_ZONE_DMA_FLAG=1 | ||
253 | # CONFIG_LEDS is not set | ||
254 | CONFIG_ALIGNMENT_TRAP=y | ||
255 | |||
256 | # | ||
257 | # Boot options | ||
258 | # | ||
259 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
260 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
261 | CONFIG_CMDLINE="" | ||
262 | # CONFIG_XIP_KERNEL is not set | ||
263 | # CONFIG_KEXEC is not set | ||
264 | |||
265 | # | ||
266 | # CPU Frequency scaling | ||
267 | # | ||
268 | # CONFIG_CPU_FREQ is not set | ||
269 | |||
270 | # | ||
271 | # Floating point emulation | ||
272 | # | ||
273 | |||
274 | # | ||
275 | # At least one emulation must be selected | ||
276 | # | ||
277 | CONFIG_FPE_NWFPE=y | ||
278 | # CONFIG_FPE_NWFPE_XP is not set | ||
279 | # CONFIG_FPE_FASTFPE is not set | ||
280 | |||
281 | # | ||
282 | # Userspace binary formats | ||
283 | # | ||
284 | CONFIG_BINFMT_ELF=y | ||
285 | # CONFIG_BINFMT_AOUT is not set | ||
286 | # CONFIG_BINFMT_MISC is not set | ||
287 | # CONFIG_ARTHUR is not set | ||
288 | |||
289 | # | ||
290 | # Power management options | ||
291 | # | ||
292 | # CONFIG_PM is not set | ||
293 | |||
294 | # | ||
295 | # Networking | ||
296 | # | ||
297 | CONFIG_NET=y | ||
298 | |||
299 | # | ||
300 | # Networking options | ||
301 | # | ||
302 | CONFIG_PACKET=y | ||
303 | # CONFIG_PACKET_MMAP is not set | ||
304 | CONFIG_UNIX=y | ||
305 | CONFIG_XFRM=y | ||
306 | # CONFIG_XFRM_USER is not set | ||
307 | # CONFIG_XFRM_SUB_POLICY is not set | ||
308 | # CONFIG_XFRM_MIGRATE is not set | ||
309 | CONFIG_NET_KEY=y | ||
310 | # CONFIG_NET_KEY_MIGRATE is not set | ||
311 | CONFIG_INET=y | ||
312 | # CONFIG_IP_MULTICAST is not set | ||
313 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
314 | CONFIG_IP_FIB_HASH=y | ||
315 | # CONFIG_IP_PNP is not set | ||
316 | # CONFIG_NET_IPIP is not set | ||
317 | # CONFIG_NET_IPGRE is not set | ||
318 | # CONFIG_ARPD is not set | ||
319 | # CONFIG_SYN_COOKIES is not set | ||
320 | # CONFIG_INET_AH is not set | ||
321 | # CONFIG_INET_ESP is not set | ||
322 | # CONFIG_INET_IPCOMP is not set | ||
323 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
324 | # CONFIG_INET_TUNNEL is not set | ||
325 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
326 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
327 | CONFIG_INET_XFRM_MODE_BEET=y | ||
328 | # CONFIG_INET_DIAG is not set | ||
329 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
330 | CONFIG_TCP_CONG_CUBIC=y | ||
331 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
332 | # CONFIG_TCP_MD5SIG is not set | ||
333 | # CONFIG_IPV6 is not set | ||
334 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
335 | # CONFIG_INET6_TUNNEL is not set | ||
336 | # CONFIG_NETWORK_SECMARK is not set | ||
337 | # CONFIG_NETFILTER is not set | ||
338 | |||
339 | # | ||
340 | # DCCP Configuration (EXPERIMENTAL) | ||
341 | # | ||
342 | # CONFIG_IP_DCCP is not set | ||
343 | |||
344 | # | ||
345 | # SCTP Configuration (EXPERIMENTAL) | ||
346 | # | ||
347 | # CONFIG_IP_SCTP is not set | ||
348 | |||
349 | # | ||
350 | # TIPC Configuration (EXPERIMENTAL) | ||
351 | # | ||
352 | # CONFIG_TIPC is not set | ||
353 | # CONFIG_ATM is not set | ||
354 | # CONFIG_BRIDGE is not set | ||
355 | # CONFIG_VLAN_8021Q is not set | ||
356 | # CONFIG_DECNET is not set | ||
357 | # CONFIG_LLC2 is not set | ||
358 | # CONFIG_IPX is not set | ||
359 | # CONFIG_ATALK is not set | ||
360 | # CONFIG_X25 is not set | ||
361 | # CONFIG_LAPB is not set | ||
362 | # CONFIG_ECONET is not set | ||
363 | # CONFIG_WAN_ROUTER is not set | ||
364 | |||
365 | # | ||
366 | # QoS and/or fair queueing | ||
367 | # | ||
368 | # CONFIG_NET_SCHED is not set | ||
369 | |||
370 | # | ||
371 | # Network testing | ||
372 | # | ||
373 | # CONFIG_NET_PKTGEN is not set | ||
374 | # CONFIG_HAMRADIO is not set | ||
375 | # CONFIG_IRDA is not set | ||
376 | # CONFIG_BT is not set | ||
377 | # CONFIG_AF_RXRPC is not set | ||
378 | |||
379 | # | ||
380 | # Wireless | ||
381 | # | ||
382 | # CONFIG_CFG80211 is not set | ||
383 | # CONFIG_WIRELESS_EXT is not set | ||
384 | # CONFIG_MAC80211 is not set | ||
385 | # CONFIG_IEEE80211 is not set | ||
386 | # CONFIG_RFKILL is not set | ||
387 | |||
388 | # | ||
389 | # Device Drivers | ||
390 | # | ||
391 | |||
392 | # | ||
393 | # Generic Driver Options | ||
394 | # | ||
395 | CONFIG_STANDALONE=y | ||
396 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
397 | # CONFIG_FW_LOADER is not set | ||
398 | # CONFIG_SYS_HYPERVISOR is not set | ||
399 | |||
400 | # | ||
401 | # Connector - unified userspace <-> kernelspace linker | ||
402 | # | ||
403 | # CONFIG_CONNECTOR is not set | ||
404 | # CONFIG_MTD is not set | ||
405 | |||
406 | # | ||
407 | # Parallel port support | ||
408 | # | ||
409 | # CONFIG_PARPORT is not set | ||
410 | |||
411 | # | ||
412 | # Plug and Play support | ||
413 | # | ||
414 | # CONFIG_PNPACPI is not set | ||
415 | |||
416 | # | ||
417 | # Block devices | ||
418 | # | ||
419 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
420 | # CONFIG_BLK_DEV_LOOP is not set | ||
421 | # CONFIG_BLK_DEV_NBD is not set | ||
422 | # CONFIG_BLK_DEV_RAM is not set | ||
423 | # CONFIG_CDROM_PKTCDVD is not set | ||
424 | # CONFIG_ATA_OVER_ETH is not set | ||
425 | |||
426 | # | ||
427 | # SCSI device support | ||
428 | # | ||
429 | # CONFIG_RAID_ATTRS is not set | ||
430 | # CONFIG_SCSI is not set | ||
431 | # CONFIG_SCSI_NETLINK is not set | ||
432 | # CONFIG_ATA is not set | ||
433 | |||
434 | # | ||
435 | # Multi-device support (RAID and LVM) | ||
436 | # | ||
437 | # CONFIG_MD is not set | ||
438 | |||
439 | # | ||
440 | # Network device support | ||
441 | # | ||
442 | # CONFIG_NETDEVICES is not set | ||
443 | # CONFIG_NETPOLL is not set | ||
444 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
445 | |||
446 | # | ||
447 | # ISDN subsystem | ||
448 | # | ||
449 | # CONFIG_ISDN is not set | ||
450 | |||
451 | # | ||
452 | # Input device support | ||
453 | # | ||
454 | CONFIG_INPUT=y | ||
455 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
456 | |||
457 | # | ||
458 | # Userland interfaces | ||
459 | # | ||
460 | CONFIG_INPUT_MOUSEDEV=y | ||
461 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
462 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=320 | ||
463 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=320 | ||
464 | # CONFIG_INPUT_JOYDEV is not set | ||
465 | CONFIG_INPUT_TSDEV=y | ||
466 | CONFIG_INPUT_TSDEV_SCREEN_X=320 | ||
467 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
468 | # CONFIG_INPUT_EVDEV is not set | ||
469 | # CONFIG_INPUT_EVBUG is not set | ||
470 | |||
471 | # | ||
472 | # Input Device Drivers | ||
473 | # | ||
474 | # CONFIG_INPUT_KEYBOARD is not set | ||
475 | # CONFIG_INPUT_MOUSE is not set | ||
476 | # CONFIG_INPUT_JOYSTICK is not set | ||
477 | # CONFIG_INPUT_TABLET is not set | ||
478 | CONFIG_INPUT_TOUCHSCREEN=y | ||
479 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
480 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
481 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
482 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
483 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
484 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
485 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
486 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
487 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
488 | # CONFIG_TOUCHSCREEN_TSC210X is not set | ||
489 | # CONFIG_TOUCHSCREEN_TSC2046 is not set | ||
490 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
491 | # CONFIG_INPUT_MISC is not set | ||
492 | |||
493 | # | ||
494 | # Hardware I/O ports | ||
495 | # | ||
496 | # CONFIG_SERIO is not set | ||
497 | # CONFIG_GAMEPORT is not set | ||
498 | |||
499 | # | ||
500 | # Character devices | ||
501 | # | ||
502 | CONFIG_VT=y | ||
503 | CONFIG_VT_CONSOLE=y | ||
504 | CONFIG_HW_CONSOLE=y | ||
505 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
506 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
507 | |||
508 | # | ||
509 | # Serial drivers | ||
510 | # | ||
511 | CONFIG_SERIAL_8250=y | ||
512 | CONFIG_SERIAL_8250_CONSOLE=y | ||
513 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
514 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
515 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
516 | |||
517 | # | ||
518 | # Non-8250 serial port support | ||
519 | # | ||
520 | CONFIG_SERIAL_CORE=y | ||
521 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
522 | CONFIG_UNIX98_PTYS=y | ||
523 | CONFIG_LEGACY_PTYS=y | ||
524 | CONFIG_LEGACY_PTY_COUNT=16 | ||
525 | |||
526 | # | ||
527 | # IPMI | ||
528 | # | ||
529 | # CONFIG_IPMI_HANDLER is not set | ||
530 | # CONFIG_WATCHDOG is not set | ||
531 | CONFIG_HW_RANDOM=y | ||
532 | # CONFIG_NVRAM is not set | ||
533 | # CONFIG_R3964 is not set | ||
534 | # CONFIG_RAW_DRIVER is not set | ||
535 | |||
536 | # | ||
537 | # TPM devices | ||
538 | # | ||
539 | # CONFIG_TCG_TPM is not set | ||
540 | # CONFIG_I2C is not set | ||
541 | |||
542 | # | ||
543 | # SPI support | ||
544 | # | ||
545 | CONFIG_SPI=y | ||
546 | CONFIG_SPI_MASTER=y | ||
547 | |||
548 | # | ||
549 | # SPI Master Controller Drivers | ||
550 | # | ||
551 | CONFIG_SPI_BITBANG=y | ||
552 | CONFIG_SPI_OMAP_UWIRE=y | ||
553 | |||
554 | # | ||
555 | # SPI Protocol Masters | ||
556 | # | ||
557 | # CONFIG_SPI_AT25 is not set | ||
558 | # CONFIG_SPI_TSC2101 is not set | ||
559 | # CONFIG_SPI_TSC2102 is not set | ||
560 | # CONFIG_SPI_TSC210X is not set | ||
561 | # CONFIG_SPI_TSC2301 is not set | ||
562 | # CONFIG_SPI_SPIDEV is not set | ||
563 | |||
564 | # | ||
565 | # Dallas's 1-wire bus | ||
566 | # | ||
567 | # CONFIG_W1 is not set | ||
568 | CONFIG_HWMON=y | ||
569 | # CONFIG_HWMON_VID is not set | ||
570 | # CONFIG_SENSORS_ABITUGURU is not set | ||
571 | # CONFIG_SENSORS_F71805F is not set | ||
572 | # CONFIG_SENSORS_LM70 is not set | ||
573 | # CONFIG_SENSORS_PC87427 is not set | ||
574 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
575 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
576 | # CONFIG_SENSORS_VT1211 is not set | ||
577 | # CONFIG_SENSORS_W83627HF is not set | ||
578 | # CONFIG_SENSORS_TSC210X is not set | ||
579 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
580 | |||
581 | # | ||
582 | # Misc devices | ||
583 | # | ||
584 | # CONFIG_BLINK is not set | ||
585 | |||
586 | # | ||
587 | # Multifunction device drivers | ||
588 | # | ||
589 | # CONFIG_MFD_SM501 is not set | ||
590 | |||
591 | # | ||
592 | # LED devices | ||
593 | # | ||
594 | # CONFIG_NEW_LEDS is not set | ||
595 | |||
596 | # | ||
597 | # LED drivers | ||
598 | # | ||
599 | |||
600 | # | ||
601 | # LED Triggers | ||
602 | # | ||
603 | |||
604 | # | ||
605 | # Multimedia devices | ||
606 | # | ||
607 | # CONFIG_VIDEO_DEV is not set | ||
608 | # CONFIG_DVB_CORE is not set | ||
609 | CONFIG_DAB=y | ||
610 | |||
611 | # | ||
612 | # Graphics support | ||
613 | # | ||
614 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
615 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
616 | CONFIG_LCD_CLASS_DEVICE=y | ||
617 | CONFIG_BACKLIGHT_OMAP=y | ||
618 | |||
619 | # | ||
620 | # Display device support | ||
621 | # | ||
622 | # CONFIG_DISPLAY_SUPPORT is not set | ||
623 | # CONFIG_VGASTATE is not set | ||
624 | CONFIG_FB=y | ||
625 | CONFIG_FIRMWARE_EDID=y | ||
626 | # CONFIG_FB_DDC is not set | ||
627 | # CONFIG_FB_CFB_FILLRECT is not set | ||
628 | # CONFIG_FB_CFB_COPYAREA is not set | ||
629 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
630 | # CONFIG_FB_SYS_FILLRECT is not set | ||
631 | # CONFIG_FB_SYS_COPYAREA is not set | ||
632 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
633 | # CONFIG_FB_SYS_FOPS is not set | ||
634 | CONFIG_FB_DEFERRED_IO=y | ||
635 | # CONFIG_FB_SVGALIB is not set | ||
636 | # CONFIG_FB_MACMODES is not set | ||
637 | # CONFIG_FB_BACKLIGHT is not set | ||
638 | # CONFIG_FB_MODE_HELPERS is not set | ||
639 | # CONFIG_FB_TILEBLITTING is not set | ||
640 | |||
641 | # | ||
642 | # Frame buffer hardware drivers | ||
643 | # | ||
644 | # CONFIG_FB_S1D13XXX is not set | ||
645 | CONFIG_FB_OMAP=y | ||
646 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
647 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
648 | # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set | ||
649 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
650 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
651 | # CONFIG_FB_VIRTUAL is not set | ||
652 | |||
653 | # | ||
654 | # Console display driver support | ||
655 | # | ||
656 | # CONFIG_VGA_CONSOLE is not set | ||
657 | CONFIG_DUMMY_CONSOLE=y | ||
658 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
659 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
660 | # CONFIG_FONTS is not set | ||
661 | CONFIG_FONT_8x8=y | ||
662 | CONFIG_FONT_8x16=y | ||
663 | # CONFIG_LOGO is not set | ||
664 | |||
665 | # | ||
666 | # Sound | ||
667 | # | ||
668 | # CONFIG_SOUND is not set | ||
669 | |||
670 | # | ||
671 | # HID Devices | ||
672 | # | ||
673 | CONFIG_HID=y | ||
674 | # CONFIG_HID_DEBUG is not set | ||
675 | |||
676 | # | ||
677 | # USB support | ||
678 | # | ||
679 | CONFIG_USB_ARCH_HAS_HCD=y | ||
680 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
681 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
682 | # CONFIG_USB is not set | ||
683 | |||
684 | # | ||
685 | # Enable Host or Gadget support to see Inventra options | ||
686 | # | ||
687 | |||
688 | # | ||
689 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
690 | # | ||
691 | |||
692 | # | ||
693 | # USB Gadget Support | ||
694 | # | ||
695 | # CONFIG_USB_GADGET is not set | ||
696 | CONFIG_MMC=y | ||
697 | # CONFIG_MMC_DEBUG is not set | ||
698 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
699 | |||
700 | # | ||
701 | # MMC/SD Card Drivers | ||
702 | # | ||
703 | CONFIG_MMC_BLOCK=y | ||
704 | |||
705 | # | ||
706 | # MMC/SD Host Controller Drivers | ||
707 | # | ||
708 | CONFIG_MMC_OMAP=y | ||
709 | |||
710 | # | ||
711 | # Real Time Clock | ||
712 | # | ||
713 | CONFIG_RTC_LIB=y | ||
714 | CONFIG_RTC_CLASS=y | ||
715 | CONFIG_RTC_HCTOSYS=y | ||
716 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
717 | # CONFIG_RTC_DEBUG is not set | ||
718 | |||
719 | # | ||
720 | # RTC interfaces | ||
721 | # | ||
722 | CONFIG_RTC_INTF_SYSFS=y | ||
723 | CONFIG_RTC_INTF_PROC=y | ||
724 | CONFIG_RTC_INTF_DEV=y | ||
725 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
726 | # CONFIG_RTC_DRV_TEST is not set | ||
727 | |||
728 | # | ||
729 | # I2C RTC drivers | ||
730 | # | ||
731 | |||
732 | # | ||
733 | # SPI RTC drivers | ||
734 | # | ||
735 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
736 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
737 | |||
738 | # | ||
739 | # Platform RTC drivers | ||
740 | # | ||
741 | # CONFIG_RTC_DRV_CMOS is not set | ||
742 | # CONFIG_RTC_DRV_DS1553 is not set | ||
743 | # CONFIG_RTC_DRV_DS1742 is not set | ||
744 | # CONFIG_RTC_DRV_M48T86 is not set | ||
745 | # CONFIG_RTC_DRV_V3020 is not set | ||
746 | |||
747 | # | ||
748 | # on-CPU RTC drivers | ||
749 | # | ||
750 | CONFIG_RTC_DRV_OMAP=y | ||
751 | |||
752 | # | ||
753 | # CBUS support | ||
754 | # | ||
755 | # CONFIG_CBUS is not set | ||
756 | |||
757 | # | ||
758 | # File systems | ||
759 | # | ||
760 | CONFIG_EXT2_FS=y | ||
761 | # CONFIG_EXT2_FS_XATTR is not set | ||
762 | # CONFIG_EXT2_FS_XIP is not set | ||
763 | # CONFIG_EXT3_FS is not set | ||
764 | # CONFIG_EXT4DEV_FS is not set | ||
765 | # CONFIG_REISERFS_FS is not set | ||
766 | # CONFIG_JFS_FS is not set | ||
767 | # CONFIG_FS_POSIX_ACL is not set | ||
768 | # CONFIG_XFS_FS is not set | ||
769 | # CONFIG_GFS2_FS is not set | ||
770 | # CONFIG_OCFS2_FS is not set | ||
771 | # CONFIG_MINIX_FS is not set | ||
772 | # CONFIG_ROMFS_FS is not set | ||
773 | # CONFIG_INOTIFY is not set | ||
774 | # CONFIG_QUOTA is not set | ||
775 | CONFIG_DNOTIFY=y | ||
776 | # CONFIG_AUTOFS_FS is not set | ||
777 | # CONFIG_AUTOFS4_FS is not set | ||
778 | # CONFIG_FUSE_FS is not set | ||
779 | |||
780 | # | ||
781 | # CD-ROM/DVD Filesystems | ||
782 | # | ||
783 | # CONFIG_ISO9660_FS is not set | ||
784 | # CONFIG_UDF_FS is not set | ||
785 | |||
786 | # | ||
787 | # DOS/FAT/NT Filesystems | ||
788 | # | ||
789 | # CONFIG_MSDOS_FS is not set | ||
790 | # CONFIG_VFAT_FS is not set | ||
791 | # CONFIG_NTFS_FS is not set | ||
792 | |||
793 | # | ||
794 | # Pseudo filesystems | ||
795 | # | ||
796 | CONFIG_PROC_FS=y | ||
797 | CONFIG_PROC_SYSCTL=y | ||
798 | CONFIG_SYSFS=y | ||
799 | # CONFIG_TMPFS is not set | ||
800 | # CONFIG_HUGETLB_PAGE is not set | ||
801 | CONFIG_RAMFS=y | ||
802 | # CONFIG_CONFIGFS_FS is not set | ||
803 | |||
804 | # | ||
805 | # Miscellaneous filesystems | ||
806 | # | ||
807 | # CONFIG_ADFS_FS is not set | ||
808 | # CONFIG_AFFS_FS is not set | ||
809 | # CONFIG_HFS_FS is not set | ||
810 | # CONFIG_HFSPLUS_FS is not set | ||
811 | # CONFIG_BEFS_FS is not set | ||
812 | # CONFIG_BFS_FS is not set | ||
813 | # CONFIG_EFS_FS is not set | ||
814 | # CONFIG_CRAMFS is not set | ||
815 | # CONFIG_VXFS_FS is not set | ||
816 | # CONFIG_HPFS_FS is not set | ||
817 | # CONFIG_QNX4FS_FS is not set | ||
818 | # CONFIG_SYSV_FS is not set | ||
819 | # CONFIG_UFS_FS is not set | ||
820 | |||
821 | # | ||
822 | # Network File Systems | ||
823 | # | ||
824 | # CONFIG_NFS_FS is not set | ||
825 | # CONFIG_NFSD is not set | ||
826 | # CONFIG_SMB_FS is not set | ||
827 | # CONFIG_CIFS is not set | ||
828 | # CONFIG_NCP_FS is not set | ||
829 | # CONFIG_CODA_FS is not set | ||
830 | # CONFIG_AFS_FS is not set | ||
831 | # CONFIG_9P_FS is not set | ||
832 | |||
833 | # | ||
834 | # Partition Types | ||
835 | # | ||
836 | # CONFIG_PARTITION_ADVANCED is not set | ||
837 | CONFIG_MSDOS_PARTITION=y | ||
838 | |||
839 | # | ||
840 | # Native Language Support | ||
841 | # | ||
842 | # CONFIG_NLS is not set | ||
843 | |||
844 | # | ||
845 | # Distributed Lock Manager | ||
846 | # | ||
847 | # CONFIG_DLM is not set | ||
848 | |||
849 | # | ||
850 | # Profiling support | ||
851 | # | ||
852 | # CONFIG_PROFILING is not set | ||
853 | |||
854 | # | ||
855 | # Kernel hacking | ||
856 | # | ||
857 | # CONFIG_PRINTK_TIME is not set | ||
858 | CONFIG_ENABLE_MUST_CHECK=y | ||
859 | # CONFIG_MAGIC_SYSRQ is not set | ||
860 | # CONFIG_UNUSED_SYMBOLS is not set | ||
861 | # CONFIG_DEBUG_FS is not set | ||
862 | # CONFIG_HEADERS_CHECK is not set | ||
863 | # CONFIG_DEBUG_KERNEL is not set | ||
864 | CONFIG_DEBUG_BUGVERBOSE=y | ||
865 | CONFIG_FRAME_POINTER=y | ||
866 | # CONFIG_DEBUG_USER is not set | ||
867 | |||
868 | # | ||
869 | # Security options | ||
870 | # | ||
871 | # CONFIG_KEYS is not set | ||
872 | # CONFIG_SECURITY is not set | ||
873 | |||
874 | # | ||
875 | # Cryptographic options | ||
876 | # | ||
877 | # CONFIG_CRYPTO is not set | ||
878 | |||
879 | # | ||
880 | # Library routines | ||
881 | # | ||
882 | CONFIG_BITREVERSE=y | ||
883 | CONFIG_CRC_CCITT=y | ||
884 | CONFIG_CRC16=y | ||
885 | # CONFIG_CRC_ITU_T is not set | ||
886 | CONFIG_CRC32=y | ||
887 | CONFIG_LIBCRC32C=y | ||
888 | CONFIG_PLIST=y | ||
889 | CONFIG_HAS_IOMEM=y | ||
890 | CONFIG_HAS_IOPORT=y | ||
891 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/palmz72_defconfig b/arch/arm/configs/palmz72_defconfig new file mode 100644 index 000000000000..3245f8f33e0a --- /dev/null +++ b/arch/arm/configs/palmz72_defconfig | |||
@@ -0,0 +1,951 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-rc4 | ||
4 | # Sun Aug 24 02:29:27 2008 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_HAVE_PWM=y | ||
8 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
9 | CONFIG_GENERIC_GPIO=y | ||
10 | CONFIG_GENERIC_TIME=y | ||
11 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
12 | CONFIG_MMU=y | ||
13 | # CONFIG_NO_IOPORT is not set | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_STACKTRACE_SUPPORT=y | ||
16 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
17 | CONFIG_LOCKDEP_SUPPORT=y | ||
18 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
19 | CONFIG_HARDIRQS_SW_RESEND=y | ||
20 | CONFIG_GENERIC_IRQ_PROBE=y | ||
21 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
22 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
24 | CONFIG_GENERIC_HWEIGHT=y | ||
25 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
26 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
27 | CONFIG_ZONE_DMA=y | ||
28 | CONFIG_ARCH_MTD_XIP=y | ||
29 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
30 | CONFIG_VECTORS_BASE=0xffff0000 | ||
31 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
32 | |||
33 | # | ||
34 | # General setup | ||
35 | # | ||
36 | CONFIG_EXPERIMENTAL=y | ||
37 | CONFIG_BROKEN_ON_SMP=y | ||
38 | CONFIG_LOCK_KERNEL=y | ||
39 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
40 | CONFIG_LOCALVERSION="" | ||
41 | # CONFIG_LOCALVERSION_AUTO is not set | ||
42 | CONFIG_SWAP=y | ||
43 | CONFIG_SYSVIPC=y | ||
44 | CONFIG_SYSVIPC_SYSCTL=y | ||
45 | # CONFIG_POSIX_MQUEUE is not set | ||
46 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
47 | # CONFIG_TASKSTATS is not set | ||
48 | # CONFIG_AUDIT is not set | ||
49 | # CONFIG_IKCONFIG is not set | ||
50 | CONFIG_LOG_BUF_SHIFT=14 | ||
51 | # CONFIG_CGROUPS is not set | ||
52 | # CONFIG_GROUP_SCHED is not set | ||
53 | CONFIG_SYSFS_DEPRECATED=y | ||
54 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
55 | # CONFIG_RELAY is not set | ||
56 | CONFIG_NAMESPACES=y | ||
57 | # CONFIG_UTS_NS is not set | ||
58 | # CONFIG_IPC_NS is not set | ||
59 | # CONFIG_USER_NS is not set | ||
60 | # CONFIG_PID_NS is not set | ||
61 | CONFIG_BLK_DEV_INITRD=y | ||
62 | CONFIG_INITRAMFS_SOURCE="" | ||
63 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
64 | CONFIG_SYSCTL=y | ||
65 | # CONFIG_EMBEDDED is not set | ||
66 | CONFIG_UID16=y | ||
67 | CONFIG_SYSCTL_SYSCALL=y | ||
68 | CONFIG_KALLSYMS=y | ||
69 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
70 | CONFIG_HOTPLUG=y | ||
71 | CONFIG_PRINTK=y | ||
72 | CONFIG_BUG=y | ||
73 | CONFIG_ELF_CORE=y | ||
74 | CONFIG_COMPAT_BRK=y | ||
75 | CONFIG_BASE_FULL=y | ||
76 | CONFIG_FUTEX=y | ||
77 | CONFIG_ANON_INODES=y | ||
78 | CONFIG_EPOLL=y | ||
79 | CONFIG_SIGNALFD=y | ||
80 | CONFIG_TIMERFD=y | ||
81 | CONFIG_EVENTFD=y | ||
82 | CONFIG_SHMEM=y | ||
83 | CONFIG_VM_EVENT_COUNTERS=y | ||
84 | CONFIG_SLAB=y | ||
85 | # CONFIG_SLUB is not set | ||
86 | # CONFIG_SLOB is not set | ||
87 | # CONFIG_PROFILING is not set | ||
88 | # CONFIG_MARKERS is not set | ||
89 | CONFIG_HAVE_OPROFILE=y | ||
90 | # CONFIG_KPROBES is not set | ||
91 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
92 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
93 | CONFIG_HAVE_KPROBES=y | ||
94 | CONFIG_HAVE_KRETPROBES=y | ||
95 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
96 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
97 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
98 | CONFIG_HAVE_CLK=y | ||
99 | CONFIG_PROC_PAGE_MONITOR=y | ||
100 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
101 | CONFIG_SLABINFO=y | ||
102 | CONFIG_RT_MUTEXES=y | ||
103 | # CONFIG_TINY_SHMEM is not set | ||
104 | CONFIG_BASE_SMALL=0 | ||
105 | CONFIG_MODULES=y | ||
106 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
107 | CONFIG_MODULE_UNLOAD=y | ||
108 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
109 | # CONFIG_MODVERSIONS is not set | ||
110 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
111 | CONFIG_KMOD=y | ||
112 | CONFIG_BLOCK=y | ||
113 | # CONFIG_LBD is not set | ||
114 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
115 | # CONFIG_LSF is not set | ||
116 | # CONFIG_BLK_DEV_BSG is not set | ||
117 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
118 | |||
119 | # | ||
120 | # IO Schedulers | ||
121 | # | ||
122 | CONFIG_IOSCHED_NOOP=y | ||
123 | CONFIG_IOSCHED_AS=y | ||
124 | # CONFIG_IOSCHED_DEADLINE is not set | ||
125 | # CONFIG_IOSCHED_CFQ is not set | ||
126 | CONFIG_DEFAULT_AS=y | ||
127 | # CONFIG_DEFAULT_DEADLINE is not set | ||
128 | # CONFIG_DEFAULT_CFQ is not set | ||
129 | # CONFIG_DEFAULT_NOOP is not set | ||
130 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
131 | CONFIG_CLASSIC_RCU=y | ||
132 | |||
133 | # | ||
134 | # System Type | ||
135 | # | ||
136 | # CONFIG_ARCH_AAEC2000 is not set | ||
137 | # CONFIG_ARCH_INTEGRATOR is not set | ||
138 | # CONFIG_ARCH_REALVIEW is not set | ||
139 | # CONFIG_ARCH_VERSATILE is not set | ||
140 | # CONFIG_ARCH_AT91 is not set | ||
141 | # CONFIG_ARCH_CLPS7500 is not set | ||
142 | # CONFIG_ARCH_CLPS711X is not set | ||
143 | # CONFIG_ARCH_EBSA110 is not set | ||
144 | # CONFIG_ARCH_EP93XX is not set | ||
145 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
146 | # CONFIG_ARCH_NETX is not set | ||
147 | # CONFIG_ARCH_H720X is not set | ||
148 | # CONFIG_ARCH_IMX is not set | ||
149 | # CONFIG_ARCH_IOP13XX is not set | ||
150 | # CONFIG_ARCH_IOP32X is not set | ||
151 | # CONFIG_ARCH_IOP33X is not set | ||
152 | # CONFIG_ARCH_IXP23XX is not set | ||
153 | # CONFIG_ARCH_IXP2000 is not set | ||
154 | # CONFIG_ARCH_IXP4XX is not set | ||
155 | # CONFIG_ARCH_L7200 is not set | ||
156 | # CONFIG_ARCH_KIRKWOOD is not set | ||
157 | # CONFIG_ARCH_KS8695 is not set | ||
158 | # CONFIG_ARCH_NS9XXX is not set | ||
159 | # CONFIG_ARCH_LOKI is not set | ||
160 | # CONFIG_ARCH_MV78XX0 is not set | ||
161 | # CONFIG_ARCH_MXC is not set | ||
162 | # CONFIG_ARCH_ORION5X is not set | ||
163 | # CONFIG_ARCH_PNX4008 is not set | ||
164 | CONFIG_ARCH_PXA=y | ||
165 | # CONFIG_ARCH_RPC is not set | ||
166 | # CONFIG_ARCH_SA1100 is not set | ||
167 | # CONFIG_ARCH_S3C2410 is not set | ||
168 | # CONFIG_ARCH_SHARK is not set | ||
169 | # CONFIG_ARCH_LH7A40X is not set | ||
170 | # CONFIG_ARCH_DAVINCI is not set | ||
171 | # CONFIG_ARCH_OMAP is not set | ||
172 | # CONFIG_ARCH_MSM7X00A is not set | ||
173 | |||
174 | # | ||
175 | # Intel PXA2xx/PXA3xx Implementations | ||
176 | # | ||
177 | # CONFIG_ARCH_GUMSTIX is not set | ||
178 | # CONFIG_ARCH_LUBBOCK is not set | ||
179 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
180 | # CONFIG_MACH_MAINSTONE is not set | ||
181 | # CONFIG_ARCH_PXA_IDP is not set | ||
182 | # CONFIG_PXA_SHARPSL is not set | ||
183 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
184 | # CONFIG_MACH_TRIZEPS4 is not set | ||
185 | # CONFIG_MACH_EM_X270 is not set | ||
186 | # CONFIG_MACH_COLIBRI is not set | ||
187 | # CONFIG_MACH_ZYLONITE is not set | ||
188 | # CONFIG_MACH_LITTLETON is not set | ||
189 | # CONFIG_MACH_TAVOREVB is not set | ||
190 | # CONFIG_MACH_SAAR is not set | ||
191 | # CONFIG_MACH_ARMCORE is not set | ||
192 | # CONFIG_MACH_MAGICIAN is not set | ||
193 | # CONFIG_MACH_PCM027 is not set | ||
194 | CONFIG_ARCH_PXA_PALM=y | ||
195 | # CONFIG_MACH_PALMTX is not set | ||
196 | CONFIG_MACH_PALMZ72=y | ||
197 | # CONFIG_PXA_EZX is not set | ||
198 | CONFIG_PXA27x=y | ||
199 | CONFIG_PXA_PWM=y | ||
200 | |||
201 | # | ||
202 | # Boot options | ||
203 | # | ||
204 | |||
205 | # | ||
206 | # Power management | ||
207 | # | ||
208 | |||
209 | # | ||
210 | # Processor Type | ||
211 | # | ||
212 | CONFIG_CPU_32=y | ||
213 | CONFIG_CPU_XSCALE=y | ||
214 | CONFIG_CPU_32v5=y | ||
215 | CONFIG_CPU_ABRT_EV5T=y | ||
216 | CONFIG_CPU_PABRT_NOIFAR=y | ||
217 | CONFIG_CPU_CACHE_VIVT=y | ||
218 | CONFIG_CPU_TLB_V4WBI=y | ||
219 | CONFIG_CPU_CP15=y | ||
220 | CONFIG_CPU_CP15_MMU=y | ||
221 | |||
222 | # | ||
223 | # Processor Features | ||
224 | # | ||
225 | CONFIG_ARM_THUMB=y | ||
226 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
227 | # CONFIG_OUTER_CACHE is not set | ||
228 | CONFIG_IWMMXT=y | ||
229 | CONFIG_XSCALE_PMU=y | ||
230 | |||
231 | # | ||
232 | # Bus support | ||
233 | # | ||
234 | # CONFIG_PCI_SYSCALL is not set | ||
235 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
236 | # CONFIG_PCCARD is not set | ||
237 | |||
238 | # | ||
239 | # Kernel Features | ||
240 | # | ||
241 | CONFIG_TICK_ONESHOT=y | ||
242 | # CONFIG_NO_HZ is not set | ||
243 | # CONFIG_HIGH_RES_TIMERS is not set | ||
244 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
245 | CONFIG_PREEMPT=y | ||
246 | CONFIG_HZ=100 | ||
247 | CONFIG_AEABI=y | ||
248 | CONFIG_OABI_COMPAT=y | ||
249 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
250 | CONFIG_SELECT_MEMORY_MODEL=y | ||
251 | CONFIG_FLATMEM_MANUAL=y | ||
252 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
253 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
254 | CONFIG_FLATMEM=y | ||
255 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
256 | # CONFIG_SPARSEMEM_STATIC is not set | ||
257 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
258 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
259 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
260 | # CONFIG_RESOURCES_64BIT is not set | ||
261 | CONFIG_ZONE_DMA_FLAG=1 | ||
262 | CONFIG_BOUNCE=y | ||
263 | CONFIG_VIRT_TO_BUS=y | ||
264 | CONFIG_ALIGNMENT_TRAP=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
270 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
271 | CONFIG_CMDLINE="mem=32M console=tty root=/dev/mmcblk0" | ||
272 | # CONFIG_XIP_KERNEL is not set | ||
273 | # CONFIG_KEXEC is not set | ||
274 | |||
275 | # | ||
276 | # CPU Frequency scaling | ||
277 | # | ||
278 | # CONFIG_CPU_FREQ is not set | ||
279 | |||
280 | # | ||
281 | # Floating point emulation | ||
282 | # | ||
283 | |||
284 | # | ||
285 | # At least one emulation must be selected | ||
286 | # | ||
287 | CONFIG_FPE_NWFPE=y | ||
288 | # CONFIG_FPE_NWFPE_XP is not set | ||
289 | # CONFIG_FPE_FASTFPE is not set | ||
290 | |||
291 | # | ||
292 | # Userspace binary formats | ||
293 | # | ||
294 | CONFIG_BINFMT_ELF=y | ||
295 | # CONFIG_BINFMT_AOUT is not set | ||
296 | # CONFIG_BINFMT_MISC is not set | ||
297 | |||
298 | # | ||
299 | # Power management options | ||
300 | # | ||
301 | CONFIG_PM=y | ||
302 | # CONFIG_PM_DEBUG is not set | ||
303 | CONFIG_PM_SLEEP=y | ||
304 | CONFIG_SUSPEND=y | ||
305 | CONFIG_SUSPEND_FREEZER=y | ||
306 | CONFIG_APM_EMULATION=y | ||
307 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
308 | CONFIG_NET=y | ||
309 | |||
310 | # | ||
311 | # Networking options | ||
312 | # | ||
313 | CONFIG_PACKET=y | ||
314 | # CONFIG_PACKET_MMAP is not set | ||
315 | CONFIG_UNIX=y | ||
316 | # CONFIG_NET_KEY is not set | ||
317 | CONFIG_INET=y | ||
318 | # CONFIG_IP_MULTICAST is not set | ||
319 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
320 | CONFIG_IP_FIB_HASH=y | ||
321 | CONFIG_IP_PNP=y | ||
322 | # CONFIG_IP_PNP_DHCP is not set | ||
323 | CONFIG_IP_PNP_BOOTP=y | ||
324 | # CONFIG_IP_PNP_RARP is not set | ||
325 | # CONFIG_NET_IPIP is not set | ||
326 | # CONFIG_NET_IPGRE is not set | ||
327 | # CONFIG_ARPD is not set | ||
328 | # CONFIG_SYN_COOKIES is not set | ||
329 | # CONFIG_INET_AH is not set | ||
330 | # CONFIG_INET_ESP is not set | ||
331 | # CONFIG_INET_IPCOMP is not set | ||
332 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
333 | # CONFIG_INET_TUNNEL is not set | ||
334 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
335 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
336 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
337 | # CONFIG_INET_LRO is not set | ||
338 | CONFIG_INET_DIAG=y | ||
339 | CONFIG_INET_TCP_DIAG=y | ||
340 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
341 | CONFIG_TCP_CONG_CUBIC=y | ||
342 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
343 | # CONFIG_TCP_MD5SIG is not set | ||
344 | # CONFIG_IPV6 is not set | ||
345 | # CONFIG_NETWORK_SECMARK is not set | ||
346 | # CONFIG_NETFILTER is not set | ||
347 | # CONFIG_IP_DCCP is not set | ||
348 | # CONFIG_IP_SCTP is not set | ||
349 | # CONFIG_TIPC is not set | ||
350 | # CONFIG_ATM is not set | ||
351 | # CONFIG_BRIDGE is not set | ||
352 | # CONFIG_VLAN_8021Q is not set | ||
353 | # CONFIG_DECNET is not set | ||
354 | # CONFIG_LLC2 is not set | ||
355 | # CONFIG_IPX is not set | ||
356 | # CONFIG_ATALK is not set | ||
357 | # CONFIG_X25 is not set | ||
358 | # CONFIG_LAPB is not set | ||
359 | # CONFIG_ECONET is not set | ||
360 | # CONFIG_WAN_ROUTER is not set | ||
361 | # CONFIG_NET_SCHED is not set | ||
362 | |||
363 | # | ||
364 | # Network testing | ||
365 | # | ||
366 | # CONFIG_NET_PKTGEN is not set | ||
367 | # CONFIG_HAMRADIO is not set | ||
368 | # CONFIG_CAN is not set | ||
369 | # CONFIG_IRDA is not set | ||
370 | # CONFIG_BT is not set | ||
371 | # CONFIG_AF_RXRPC is not set | ||
372 | |||
373 | # | ||
374 | # Wireless | ||
375 | # | ||
376 | # CONFIG_CFG80211 is not set | ||
377 | # CONFIG_WIRELESS_EXT is not set | ||
378 | # CONFIG_MAC80211 is not set | ||
379 | # CONFIG_IEEE80211 is not set | ||
380 | # CONFIG_RFKILL is not set | ||
381 | # CONFIG_NET_9P is not set | ||
382 | |||
383 | # | ||
384 | # Device Drivers | ||
385 | # | ||
386 | |||
387 | # | ||
388 | # Generic Driver Options | ||
389 | # | ||
390 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
391 | CONFIG_STANDALONE=y | ||
392 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
393 | CONFIG_FW_LOADER=y | ||
394 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
395 | CONFIG_EXTRA_FIRMWARE="" | ||
396 | # CONFIG_SYS_HYPERVISOR is not set | ||
397 | # CONFIG_CONNECTOR is not set | ||
398 | # CONFIG_MTD is not set | ||
399 | # CONFIG_PARPORT is not set | ||
400 | CONFIG_BLK_DEV=y | ||
401 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
402 | CONFIG_BLK_DEV_LOOP=y | ||
403 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
404 | # CONFIG_BLK_DEV_NBD is not set | ||
405 | # CONFIG_BLK_DEV_RAM is not set | ||
406 | # CONFIG_CDROM_PKTCDVD is not set | ||
407 | # CONFIG_ATA_OVER_ETH is not set | ||
408 | # CONFIG_MISC_DEVICES is not set | ||
409 | CONFIG_HAVE_IDE=y | ||
410 | # CONFIG_IDE is not set | ||
411 | |||
412 | # | ||
413 | # SCSI device support | ||
414 | # | ||
415 | # CONFIG_RAID_ATTRS is not set | ||
416 | # CONFIG_SCSI is not set | ||
417 | # CONFIG_SCSI_DMA is not set | ||
418 | # CONFIG_SCSI_NETLINK is not set | ||
419 | # CONFIG_ATA is not set | ||
420 | # CONFIG_MD is not set | ||
421 | # CONFIG_NETDEVICES is not set | ||
422 | # CONFIG_ISDN is not set | ||
423 | |||
424 | # | ||
425 | # Input device support | ||
426 | # | ||
427 | CONFIG_INPUT=y | ||
428 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
429 | # CONFIG_INPUT_POLLDEV is not set | ||
430 | |||
431 | # | ||
432 | # Userland interfaces | ||
433 | # | ||
434 | CONFIG_INPUT_MOUSEDEV=y | ||
435 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
436 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
437 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
438 | # CONFIG_INPUT_JOYDEV is not set | ||
439 | CONFIG_INPUT_EVDEV=y | ||
440 | # CONFIG_INPUT_EVBUG is not set | ||
441 | |||
442 | # | ||
443 | # Input Device Drivers | ||
444 | # | ||
445 | CONFIG_INPUT_KEYBOARD=y | ||
446 | # CONFIG_KEYBOARD_ATKBD is not set | ||
447 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
448 | # CONFIG_KEYBOARD_LKKBD is not set | ||
449 | # CONFIG_KEYBOARD_XTKBD is not set | ||
450 | # CONFIG_KEYBOARD_NEWTON is not set | ||
451 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
452 | CONFIG_KEYBOARD_PXA27x=y | ||
453 | # CONFIG_KEYBOARD_GPIO is not set | ||
454 | # CONFIG_KEYBOARD_MATRIX is not set | ||
455 | # CONFIG_INPUT_MOUSE is not set | ||
456 | # CONFIG_INPUT_JOYSTICK is not set | ||
457 | # CONFIG_INPUT_TABLET is not set | ||
458 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
459 | # CONFIG_INPUT_MISC is not set | ||
460 | |||
461 | # | ||
462 | # Hardware I/O ports | ||
463 | # | ||
464 | # CONFIG_SERIO is not set | ||
465 | # CONFIG_GAMEPORT is not set | ||
466 | |||
467 | # | ||
468 | # Character devices | ||
469 | # | ||
470 | CONFIG_VT=y | ||
471 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
472 | CONFIG_VT_CONSOLE=y | ||
473 | CONFIG_HW_CONSOLE=y | ||
474 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
475 | CONFIG_DEVKMEM=y | ||
476 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
477 | |||
478 | # | ||
479 | # Serial drivers | ||
480 | # | ||
481 | # CONFIG_SERIAL_8250 is not set | ||
482 | |||
483 | # | ||
484 | # Non-8250 serial port support | ||
485 | # | ||
486 | # CONFIG_SERIAL_PXA is not set | ||
487 | CONFIG_UNIX98_PTYS=y | ||
488 | CONFIG_LEGACY_PTYS=y | ||
489 | CONFIG_LEGACY_PTY_COUNT=256 | ||
490 | # CONFIG_IPMI_HANDLER is not set | ||
491 | # CONFIG_HW_RANDOM is not set | ||
492 | # CONFIG_NVRAM is not set | ||
493 | # CONFIG_R3964 is not set | ||
494 | # CONFIG_RAW_DRIVER is not set | ||
495 | # CONFIG_TCG_TPM is not set | ||
496 | CONFIG_I2C=y | ||
497 | CONFIG_I2C_BOARDINFO=y | ||
498 | # CONFIG_I2C_CHARDEV is not set | ||
499 | CONFIG_I2C_HELPER_AUTO=y | ||
500 | |||
501 | # | ||
502 | # I2C Hardware Bus support | ||
503 | # | ||
504 | |||
505 | # | ||
506 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
507 | # | ||
508 | # CONFIG_I2C_GPIO is not set | ||
509 | # CONFIG_I2C_OCORES is not set | ||
510 | CONFIG_I2C_PXA=y | ||
511 | # CONFIG_I2C_PXA_SLAVE is not set | ||
512 | # CONFIG_I2C_SIMTEC is not set | ||
513 | |||
514 | # | ||
515 | # External I2C/SMBus adapter drivers | ||
516 | # | ||
517 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
518 | # CONFIG_I2C_TAOS_EVM is not set | ||
519 | |||
520 | # | ||
521 | # Other I2C/SMBus bus drivers | ||
522 | # | ||
523 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
524 | # CONFIG_I2C_STUB is not set | ||
525 | |||
526 | # | ||
527 | # Miscellaneous I2C Chip support | ||
528 | # | ||
529 | # CONFIG_DS1682 is not set | ||
530 | # CONFIG_AT24 is not set | ||
531 | # CONFIG_SENSORS_EEPROM is not set | ||
532 | # CONFIG_SENSORS_PCF8574 is not set | ||
533 | # CONFIG_PCF8575 is not set | ||
534 | # CONFIG_SENSORS_PCA9539 is not set | ||
535 | # CONFIG_SENSORS_PCF8591 is not set | ||
536 | # CONFIG_TPS65010 is not set | ||
537 | # CONFIG_SENSORS_MAX6875 is not set | ||
538 | # CONFIG_SENSORS_TSL2550 is not set | ||
539 | # CONFIG_I2C_DEBUG_CORE is not set | ||
540 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
541 | # CONFIG_I2C_DEBUG_BUS is not set | ||
542 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
543 | CONFIG_SPI=y | ||
544 | CONFIG_SPI_MASTER=y | ||
545 | |||
546 | # | ||
547 | # SPI Master Controller Drivers | ||
548 | # | ||
549 | # CONFIG_SPI_BITBANG is not set | ||
550 | # CONFIG_SPI_PXA2XX is not set | ||
551 | |||
552 | # | ||
553 | # SPI Protocol Masters | ||
554 | # | ||
555 | # CONFIG_SPI_AT25 is not set | ||
556 | CONFIG_SPI_SPIDEV=y | ||
557 | # CONFIG_SPI_TLE62X0 is not set | ||
558 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
559 | CONFIG_GPIOLIB=y | ||
560 | CONFIG_GPIO_SYSFS=y | ||
561 | |||
562 | # | ||
563 | # I2C GPIO expanders: | ||
564 | # | ||
565 | # CONFIG_GPIO_MAX732X is not set | ||
566 | # CONFIG_GPIO_PCA953X is not set | ||
567 | # CONFIG_GPIO_PCF857X is not set | ||
568 | |||
569 | # | ||
570 | # PCI GPIO expanders: | ||
571 | # | ||
572 | |||
573 | # | ||
574 | # SPI GPIO expanders: | ||
575 | # | ||
576 | # CONFIG_GPIO_MAX7301 is not set | ||
577 | # CONFIG_GPIO_MCP23S08 is not set | ||
578 | # CONFIG_W1 is not set | ||
579 | CONFIG_POWER_SUPPLY=y | ||
580 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
581 | CONFIG_PDA_POWER=y | ||
582 | # CONFIG_APM_POWER is not set | ||
583 | # CONFIG_BATTERY_DS2760 is not set | ||
584 | # CONFIG_HWMON is not set | ||
585 | # CONFIG_WATCHDOG is not set | ||
586 | |||
587 | # | ||
588 | # Sonics Silicon Backplane | ||
589 | # | ||
590 | CONFIG_SSB_POSSIBLE=y | ||
591 | # CONFIG_SSB is not set | ||
592 | |||
593 | # | ||
594 | # Multifunction device drivers | ||
595 | # | ||
596 | # CONFIG_MFD_CORE is not set | ||
597 | # CONFIG_MFD_SM501 is not set | ||
598 | # CONFIG_HTC_EGPIO is not set | ||
599 | # CONFIG_HTC_PASIC3 is not set | ||
600 | # CONFIG_MFD_TMIO is not set | ||
601 | # CONFIG_MFD_T7L66XB is not set | ||
602 | # CONFIG_MFD_TC6387XB is not set | ||
603 | # CONFIG_MFD_TC6393XB is not set | ||
604 | |||
605 | # | ||
606 | # Multimedia devices | ||
607 | # | ||
608 | |||
609 | # | ||
610 | # Multimedia core support | ||
611 | # | ||
612 | # CONFIG_VIDEO_DEV is not set | ||
613 | # CONFIG_DVB_CORE is not set | ||
614 | # CONFIG_VIDEO_MEDIA is not set | ||
615 | |||
616 | # | ||
617 | # Multimedia drivers | ||
618 | # | ||
619 | # CONFIG_DAB is not set | ||
620 | |||
621 | # | ||
622 | # Graphics support | ||
623 | # | ||
624 | # CONFIG_VGASTATE is not set | ||
625 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
626 | CONFIG_FB=y | ||
627 | # CONFIG_FIRMWARE_EDID is not set | ||
628 | # CONFIG_FB_DDC is not set | ||
629 | CONFIG_FB_CFB_FILLRECT=y | ||
630 | CONFIG_FB_CFB_COPYAREA=y | ||
631 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
632 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
633 | # CONFIG_FB_SYS_FILLRECT is not set | ||
634 | # CONFIG_FB_SYS_COPYAREA is not set | ||
635 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
636 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
637 | # CONFIG_FB_SYS_FOPS is not set | ||
638 | # CONFIG_FB_SVGALIB is not set | ||
639 | # CONFIG_FB_MACMODES is not set | ||
640 | # CONFIG_FB_BACKLIGHT is not set | ||
641 | # CONFIG_FB_MODE_HELPERS is not set | ||
642 | # CONFIG_FB_TILEBLITTING is not set | ||
643 | |||
644 | # | ||
645 | # Frame buffer hardware drivers | ||
646 | # | ||
647 | # CONFIG_FB_S1D13XXX is not set | ||
648 | CONFIG_FB_PXA=y | ||
649 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
650 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
651 | # CONFIG_FB_MBX is not set | ||
652 | # CONFIG_FB_W100 is not set | ||
653 | # CONFIG_FB_AM200EPD is not set | ||
654 | # CONFIG_FB_VIRTUAL is not set | ||
655 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
656 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
657 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
658 | # CONFIG_BACKLIGHT_CORGI is not set | ||
659 | CONFIG_BACKLIGHT_PWM=y | ||
660 | |||
661 | # | ||
662 | # Display device support | ||
663 | # | ||
664 | CONFIG_DISPLAY_SUPPORT=y | ||
665 | |||
666 | # | ||
667 | # Display hardware drivers | ||
668 | # | ||
669 | |||
670 | # | ||
671 | # Console display driver support | ||
672 | # | ||
673 | # CONFIG_VGA_CONSOLE is not set | ||
674 | CONFIG_DUMMY_CONSOLE=y | ||
675 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
676 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
677 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
678 | CONFIG_FONTS=y | ||
679 | CONFIG_FONT_8x8=y | ||
680 | # CONFIG_FONT_8x16 is not set | ||
681 | # CONFIG_FONT_6x11 is not set | ||
682 | # CONFIG_FONT_7x14 is not set | ||
683 | # CONFIG_FONT_PEARL_8x8 is not set | ||
684 | # CONFIG_FONT_ACORN_8x8 is not set | ||
685 | # CONFIG_FONT_MINI_4x6 is not set | ||
686 | # CONFIG_FONT_SUN8x16 is not set | ||
687 | # CONFIG_FONT_SUN12x22 is not set | ||
688 | # CONFIG_FONT_10x18 is not set | ||
689 | # CONFIG_LOGO is not set | ||
690 | # CONFIG_SOUND is not set | ||
691 | # CONFIG_HID_SUPPORT is not set | ||
692 | # CONFIG_USB_SUPPORT is not set | ||
693 | CONFIG_MMC=y | ||
694 | CONFIG_MMC_DEBUG=y | ||
695 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
696 | |||
697 | # | ||
698 | # MMC/SD Card Drivers | ||
699 | # | ||
700 | CONFIG_MMC_BLOCK=y | ||
701 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
702 | # CONFIG_SDIO_UART is not set | ||
703 | # CONFIG_MMC_TEST is not set | ||
704 | |||
705 | # | ||
706 | # MMC/SD Host Controller Drivers | ||
707 | # | ||
708 | CONFIG_MMC_PXA=y | ||
709 | # CONFIG_MMC_SDHCI is not set | ||
710 | # CONFIG_MMC_SPI is not set | ||
711 | # CONFIG_NEW_LEDS is not set | ||
712 | CONFIG_RTC_LIB=y | ||
713 | CONFIG_RTC_CLASS=y | ||
714 | CONFIG_RTC_HCTOSYS=y | ||
715 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
716 | # CONFIG_RTC_DEBUG is not set | ||
717 | |||
718 | # | ||
719 | # RTC interfaces | ||
720 | # | ||
721 | CONFIG_RTC_INTF_SYSFS=y | ||
722 | CONFIG_RTC_INTF_PROC=y | ||
723 | CONFIG_RTC_INTF_DEV=y | ||
724 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
725 | # CONFIG_RTC_DRV_TEST is not set | ||
726 | |||
727 | # | ||
728 | # I2C RTC drivers | ||
729 | # | ||
730 | # CONFIG_RTC_DRV_DS1307 is not set | ||
731 | # CONFIG_RTC_DRV_DS1374 is not set | ||
732 | # CONFIG_RTC_DRV_DS1672 is not set | ||
733 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
734 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
735 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
736 | # CONFIG_RTC_DRV_X1205 is not set | ||
737 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
738 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
739 | # CONFIG_RTC_DRV_M41T80 is not set | ||
740 | # CONFIG_RTC_DRV_S35390A is not set | ||
741 | # CONFIG_RTC_DRV_FM3130 is not set | ||
742 | |||
743 | # | ||
744 | # SPI RTC drivers | ||
745 | # | ||
746 | # CONFIG_RTC_DRV_M41T94 is not set | ||
747 | # CONFIG_RTC_DRV_DS1305 is not set | ||
748 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
749 | # CONFIG_RTC_DRV_R9701 is not set | ||
750 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
751 | |||
752 | # | ||
753 | # Platform RTC drivers | ||
754 | # | ||
755 | # CONFIG_RTC_DRV_CMOS is not set | ||
756 | # CONFIG_RTC_DRV_DS1511 is not set | ||
757 | # CONFIG_RTC_DRV_DS1553 is not set | ||
758 | # CONFIG_RTC_DRV_DS1742 is not set | ||
759 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
760 | # CONFIG_RTC_DRV_M48T86 is not set | ||
761 | # CONFIG_RTC_DRV_M48T59 is not set | ||
762 | # CONFIG_RTC_DRV_V3020 is not set | ||
763 | |||
764 | # | ||
765 | # on-CPU RTC drivers | ||
766 | # | ||
767 | CONFIG_RTC_DRV_SA1100=y | ||
768 | # CONFIG_DMADEVICES is not set | ||
769 | |||
770 | # | ||
771 | # Voltage and Current regulators | ||
772 | # | ||
773 | # CONFIG_REGULATOR is not set | ||
774 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
775 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
776 | # CONFIG_REGULATOR_BQ24022 is not set | ||
777 | # CONFIG_UIO is not set | ||
778 | |||
779 | # | ||
780 | # File systems | ||
781 | # | ||
782 | CONFIG_EXT2_FS=y | ||
783 | # CONFIG_EXT2_FS_XATTR is not set | ||
784 | # CONFIG_EXT2_FS_XIP is not set | ||
785 | CONFIG_EXT3_FS=y | ||
786 | CONFIG_EXT3_FS_XATTR=y | ||
787 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
788 | # CONFIG_EXT3_FS_SECURITY is not set | ||
789 | # CONFIG_EXT4DEV_FS is not set | ||
790 | CONFIG_JBD=y | ||
791 | CONFIG_FS_MBCACHE=y | ||
792 | # CONFIG_REISERFS_FS is not set | ||
793 | # CONFIG_JFS_FS is not set | ||
794 | # CONFIG_FS_POSIX_ACL is not set | ||
795 | # CONFIG_XFS_FS is not set | ||
796 | # CONFIG_OCFS2_FS is not set | ||
797 | # CONFIG_DNOTIFY is not set | ||
798 | # CONFIG_INOTIFY is not set | ||
799 | # CONFIG_QUOTA is not set | ||
800 | # CONFIG_AUTOFS_FS is not set | ||
801 | # CONFIG_AUTOFS4_FS is not set | ||
802 | # CONFIG_FUSE_FS is not set | ||
803 | |||
804 | # | ||
805 | # CD-ROM/DVD Filesystems | ||
806 | # | ||
807 | # CONFIG_ISO9660_FS is not set | ||
808 | # CONFIG_UDF_FS is not set | ||
809 | |||
810 | # | ||
811 | # DOS/FAT/NT Filesystems | ||
812 | # | ||
813 | CONFIG_FAT_FS=y | ||
814 | CONFIG_MSDOS_FS=y | ||
815 | CONFIG_VFAT_FS=y | ||
816 | CONFIG_FAT_DEFAULT_CODEPAGE=866 | ||
817 | CONFIG_FAT_DEFAULT_IOCHARSET="utf8" | ||
818 | # CONFIG_NTFS_FS is not set | ||
819 | |||
820 | # | ||
821 | # Pseudo filesystems | ||
822 | # | ||
823 | CONFIG_PROC_FS=y | ||
824 | CONFIG_PROC_SYSCTL=y | ||
825 | CONFIG_SYSFS=y | ||
826 | CONFIG_TMPFS=y | ||
827 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
828 | # CONFIG_HUGETLB_PAGE is not set | ||
829 | # CONFIG_CONFIGFS_FS is not set | ||
830 | |||
831 | # | ||
832 | # Miscellaneous filesystems | ||
833 | # | ||
834 | # CONFIG_ADFS_FS is not set | ||
835 | # CONFIG_AFFS_FS is not set | ||
836 | # CONFIG_HFS_FS is not set | ||
837 | # CONFIG_HFSPLUS_FS is not set | ||
838 | # CONFIG_BEFS_FS is not set | ||
839 | # CONFIG_BFS_FS is not set | ||
840 | # CONFIG_EFS_FS is not set | ||
841 | # CONFIG_CRAMFS is not set | ||
842 | # CONFIG_VXFS_FS is not set | ||
843 | # CONFIG_MINIX_FS is not set | ||
844 | # CONFIG_OMFS_FS is not set | ||
845 | # CONFIG_HPFS_FS is not set | ||
846 | # CONFIG_QNX4FS_FS is not set | ||
847 | # CONFIG_ROMFS_FS is not set | ||
848 | # CONFIG_SYSV_FS is not set | ||
849 | # CONFIG_UFS_FS is not set | ||
850 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
851 | |||
852 | # | ||
853 | # Partition Types | ||
854 | # | ||
855 | # CONFIG_PARTITION_ADVANCED is not set | ||
856 | CONFIG_MSDOS_PARTITION=y | ||
857 | CONFIG_NLS=y | ||
858 | CONFIG_NLS_DEFAULT="utf8" | ||
859 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
860 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
861 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
862 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
863 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
864 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
865 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
866 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
867 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
868 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
869 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
870 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
871 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
872 | CONFIG_NLS_CODEPAGE_866=y | ||
873 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
874 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
875 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
876 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
877 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
878 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
879 | # CONFIG_NLS_ISO8859_8 is not set | ||
880 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
881 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
882 | # CONFIG_NLS_ASCII is not set | ||
883 | # CONFIG_NLS_ISO8859_1 is not set | ||
884 | # CONFIG_NLS_ISO8859_2 is not set | ||
885 | # CONFIG_NLS_ISO8859_3 is not set | ||
886 | # CONFIG_NLS_ISO8859_4 is not set | ||
887 | # CONFIG_NLS_ISO8859_5 is not set | ||
888 | # CONFIG_NLS_ISO8859_6 is not set | ||
889 | # CONFIG_NLS_ISO8859_7 is not set | ||
890 | # CONFIG_NLS_ISO8859_9 is not set | ||
891 | # CONFIG_NLS_ISO8859_13 is not set | ||
892 | # CONFIG_NLS_ISO8859_14 is not set | ||
893 | # CONFIG_NLS_ISO8859_15 is not set | ||
894 | # CONFIG_NLS_KOI8_R is not set | ||
895 | # CONFIG_NLS_KOI8_U is not set | ||
896 | CONFIG_NLS_UTF8=y | ||
897 | # CONFIG_DLM is not set | ||
898 | |||
899 | # | ||
900 | # Kernel hacking | ||
901 | # | ||
902 | # CONFIG_PRINTK_TIME is not set | ||
903 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
904 | CONFIG_ENABLE_MUST_CHECK=y | ||
905 | CONFIG_FRAME_WARN=1024 | ||
906 | # CONFIG_MAGIC_SYSRQ is not set | ||
907 | # CONFIG_UNUSED_SYMBOLS is not set | ||
908 | # CONFIG_DEBUG_FS is not set | ||
909 | # CONFIG_HEADERS_CHECK is not set | ||
910 | # CONFIG_DEBUG_KERNEL is not set | ||
911 | CONFIG_DEBUG_BUGVERBOSE=y | ||
912 | CONFIG_DEBUG_MEMORY_INIT=y | ||
913 | CONFIG_FRAME_POINTER=y | ||
914 | # CONFIG_LATENCYTOP is not set | ||
915 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
916 | CONFIG_HAVE_FTRACE=y | ||
917 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
918 | # CONFIG_FTRACE is not set | ||
919 | # CONFIG_IRQSOFF_TRACER is not set | ||
920 | # CONFIG_PREEMPT_TRACER is not set | ||
921 | # CONFIG_SCHED_TRACER is not set | ||
922 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
923 | # CONFIG_SAMPLES is not set | ||
924 | CONFIG_HAVE_ARCH_KGDB=y | ||
925 | CONFIG_DEBUG_USER=y | ||
926 | |||
927 | # | ||
928 | # Security options | ||
929 | # | ||
930 | # CONFIG_KEYS is not set | ||
931 | # CONFIG_SECURITY is not set | ||
932 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
933 | # CONFIG_CRYPTO is not set | ||
934 | |||
935 | # | ||
936 | # Library routines | ||
937 | # | ||
938 | CONFIG_BITREVERSE=y | ||
939 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
940 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
941 | # CONFIG_CRC_CCITT is not set | ||
942 | # CONFIG_CRC16 is not set | ||
943 | CONFIG_CRC_T10DIF=y | ||
944 | # CONFIG_CRC_ITU_T is not set | ||
945 | CONFIG_CRC32=y | ||
946 | # CONFIG_CRC7 is not set | ||
947 | # CONFIG_LIBCRC32C is not set | ||
948 | CONFIG_PLIST=y | ||
949 | CONFIG_HAS_IOMEM=y | ||
950 | CONFIG_HAS_IOPORT=y | ||
951 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/sx1_defconfig b/arch/arm/configs/sx1_defconfig new file mode 100644 index 000000000000..853dcdd9f2e0 --- /dev/null +++ b/arch/arm/configs/sx1_defconfig | |||
@@ -0,0 +1,1118 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.22-rc1-omap1 | ||
4 | # Thu Jun 7 05:16:10 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_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # Code maturity level options | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | ||
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_LOCK_KERNEL=y | ||
34 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
35 | |||
36 | # | ||
37 | # General setup | ||
38 | # | ||
39 | CONFIG_LOCALVERSION="" | ||
40 | CONFIG_LOCALVERSION_AUTO=y | ||
41 | CONFIG_SWAP=y | ||
42 | CONFIG_SYSVIPC=y | ||
43 | # CONFIG_IPC_NS is not set | ||
44 | CONFIG_SYSVIPC_SYSCTL=y | ||
45 | CONFIG_POSIX_MQUEUE=y | ||
46 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
47 | # CONFIG_TASKSTATS is not set | ||
48 | # CONFIG_UTS_NS is not set | ||
49 | # CONFIG_AUDIT is not set | ||
50 | CONFIG_IKCONFIG=y | ||
51 | # CONFIG_IKCONFIG_PROC is not set | ||
52 | CONFIG_LOG_BUF_SHIFT=14 | ||
53 | CONFIG_SYSFS_DEPRECATED=y | ||
54 | # CONFIG_RELAY is not set | ||
55 | # CONFIG_BLK_DEV_INITRD is not set | ||
56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
57 | CONFIG_SYSCTL=y | ||
58 | CONFIG_EMBEDDED=y | ||
59 | CONFIG_UID16=y | ||
60 | CONFIG_SYSCTL_SYSCALL=y | ||
61 | # CONFIG_KALLSYMS is not set | ||
62 | CONFIG_HOTPLUG=y | ||
63 | CONFIG_PRINTK=y | ||
64 | CONFIG_BUG=y | ||
65 | # CONFIG_ELF_CORE is not set | ||
66 | # CONFIG_BASE_FULL is not set | ||
67 | CONFIG_FUTEX=y | ||
68 | CONFIG_ANON_INODES=y | ||
69 | CONFIG_EPOLL=y | ||
70 | CONFIG_SIGNALFD=y | ||
71 | CONFIG_TIMERFD=y | ||
72 | CONFIG_EVENTFD=y | ||
73 | # CONFIG_SHMEM is not set | ||
74 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
75 | # CONFIG_SLAB is not set | ||
76 | # CONFIG_SLUB is not set | ||
77 | CONFIG_SLOB=y | ||
78 | CONFIG_RT_MUTEXES=y | ||
79 | CONFIG_TINY_SHMEM=y | ||
80 | CONFIG_BASE_SMALL=1 | ||
81 | |||
82 | # | ||
83 | # Loadable module support | ||
84 | # | ||
85 | CONFIG_MODULES=y | ||
86 | CONFIG_MODULE_UNLOAD=y | ||
87 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
88 | # CONFIG_MODVERSIONS is not set | ||
89 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
90 | CONFIG_KMOD=y | ||
91 | |||
92 | # | ||
93 | # Block layer | ||
94 | # | ||
95 | CONFIG_BLOCK=y | ||
96 | # CONFIG_LBD is not set | ||
97 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
98 | # CONFIG_LSF is not set | ||
99 | |||
100 | # | ||
101 | # IO Schedulers | ||
102 | # | ||
103 | CONFIG_IOSCHED_NOOP=y | ||
104 | # CONFIG_IOSCHED_AS is not set | ||
105 | CONFIG_IOSCHED_DEADLINE=y | ||
106 | # CONFIG_IOSCHED_CFQ is not set | ||
107 | # CONFIG_DEFAULT_AS is not set | ||
108 | CONFIG_DEFAULT_DEADLINE=y | ||
109 | # CONFIG_DEFAULT_CFQ is not set | ||
110 | # CONFIG_DEFAULT_NOOP is not set | ||
111 | CONFIG_DEFAULT_IOSCHED="deadline" | ||
112 | |||
113 | # | ||
114 | # System Type | ||
115 | # | ||
116 | # CONFIG_ARCH_AAEC2000 is not set | ||
117 | # CONFIG_ARCH_INTEGRATOR is not set | ||
118 | # CONFIG_ARCH_REALVIEW is not set | ||
119 | # CONFIG_ARCH_VERSATILE is not set | ||
120 | # CONFIG_ARCH_AT91 is not set | ||
121 | # CONFIG_ARCH_CLPS7500 is not set | ||
122 | # CONFIG_ARCH_CLPS711X is not set | ||
123 | # CONFIG_ARCH_CO285 is not set | ||
124 | # CONFIG_ARCH_EBSA110 is not set | ||
125 | # CONFIG_ARCH_EP93XX is not set | ||
126 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
127 | # CONFIG_ARCH_NETX is not set | ||
128 | # CONFIG_ARCH_H720X is not set | ||
129 | # CONFIG_ARCH_IMX is not set | ||
130 | # CONFIG_ARCH_IOP13XX is not set | ||
131 | # CONFIG_ARCH_IOP32X is not set | ||
132 | # CONFIG_ARCH_IOP33X is not set | ||
133 | # CONFIG_ARCH_IXP23XX is not set | ||
134 | # CONFIG_ARCH_IXP2000 is not set | ||
135 | # CONFIG_ARCH_IXP4XX is not set | ||
136 | # CONFIG_ARCH_L7200 is not set | ||
137 | # CONFIG_ARCH_KS8695 is not set | ||
138 | # CONFIG_ARCH_NS9XXX is not set | ||
139 | # CONFIG_ARCH_PNX4008 is not set | ||
140 | # CONFIG_ARCH_PXA is not set | ||
141 | # CONFIG_ARCH_RPC is not set | ||
142 | # CONFIG_ARCH_SA1100 is not set | ||
143 | # CONFIG_ARCH_S3C2410 is not set | ||
144 | # CONFIG_ARCH_SHARK is not set | ||
145 | # CONFIG_ARCH_LH7A40X is not set | ||
146 | # CONFIG_ARCH_DAVINCI is not set | ||
147 | CONFIG_ARCH_OMAP=y | ||
148 | |||
149 | # | ||
150 | # TI OMAP Implementations | ||
151 | # | ||
152 | CONFIG_ARCH_OMAP1=y | ||
153 | # CONFIG_ARCH_OMAP2 is not set | ||
154 | |||
155 | # | ||
156 | # OMAP Feature Selections | ||
157 | # | ||
158 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
159 | CONFIG_OMAP_BOOT_TAG=y | ||
160 | # CONFIG_OMAP_BOOT_REASON is not set | ||
161 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
162 | CONFIG_OMAP_GPIO_SWITCH=y | ||
163 | CONFIG_OMAP_MUX=y | ||
164 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
165 | CONFIG_OMAP_MUX_WARNINGS=y | ||
166 | CONFIG_OMAP_MCBSP=y | ||
167 | CONFIG_OMAP_MMU_FWK=y | ||
168 | CONFIG_OMAP_MBOX_FWK=y | ||
169 | CONFIG_OMAP_MPU_TIMER=y | ||
170 | # CONFIG_OMAP_32K_TIMER is not set | ||
171 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
172 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
173 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
174 | # CONFIG_OMAP_LL_DEBUG_LCD is not set | ||
175 | CONFIG_OMAP_SERIAL_WAKE=y | ||
176 | CONFIG_OMAP_DSP=y | ||
177 | # CONFIG_OMAP_DSP_MBCMD_VERBOSE is not set | ||
178 | # CONFIG_OMAP_DSP_TASK_MULTIOPEN is not set | ||
179 | # CONFIG_OMAP_DSP_FBEXPORT is not set | ||
180 | |||
181 | # | ||
182 | # OMAP Core Type | ||
183 | # | ||
184 | # CONFIG_ARCH_OMAP730 is not set | ||
185 | CONFIG_ARCH_OMAP15XX=y | ||
186 | # CONFIG_ARCH_OMAP16XX is not set | ||
187 | |||
188 | # | ||
189 | # OMAP Board Type | ||
190 | # | ||
191 | # CONFIG_MACH_OMAP_INNOVATOR is not set | ||
192 | # CONFIG_MACH_VOICEBLUE is not set | ||
193 | # CONFIG_MACH_OMAP_PALMTE is not set | ||
194 | # CONFIG_MACH_OMAP_PALMZ71 is not set | ||
195 | # CONFIG_MACH_OMAP_PALMTT is not set | ||
196 | CONFIG_MACH_SX1=y | ||
197 | # CONFIG_MACH_AMS_DELTA is not set | ||
198 | # CONFIG_MACH_OMAP_GENERIC is not set | ||
199 | |||
200 | # | ||
201 | # OMAP CPU Speed | ||
202 | # | ||
203 | # CONFIG_OMAP_CLOCKS_SET_BY_BOOTLOADER is not set | ||
204 | CONFIG_OMAP_ARM_168MHZ=y | ||
205 | # CONFIG_OMAP_ARM_150MHZ is not set | ||
206 | # CONFIG_OMAP_ARM_120MHZ is not set | ||
207 | # CONFIG_OMAP_ARM_60MHZ is not set | ||
208 | # CONFIG_OMAP_ARM_30MHZ is not set | ||
209 | |||
210 | # | ||
211 | # Processor Type | ||
212 | # | ||
213 | CONFIG_CPU_32=y | ||
214 | CONFIG_CPU_ARM925T=y | ||
215 | CONFIG_CPU_32v4T=y | ||
216 | CONFIG_CPU_ABRT_EV4T=y | ||
217 | CONFIG_CPU_CACHE_V4WT=y | ||
218 | CONFIG_CPU_CACHE_VIVT=y | ||
219 | CONFIG_CPU_COPY_V4WB=y | ||
220 | CONFIG_CPU_TLB_V4WBI=y | ||
221 | CONFIG_CPU_CP15=y | ||
222 | CONFIG_CPU_CP15_MMU=y | ||
223 | |||
224 | # | ||
225 | # Processor Features | ||
226 | # | ||
227 | CONFIG_ARM_THUMB=y | ||
228 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
229 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
230 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
231 | # CONFIG_OUTER_CACHE is not set | ||
232 | |||
233 | # | ||
234 | # Bus support | ||
235 | # | ||
236 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
237 | |||
238 | # | ||
239 | # PCCARD (PCMCIA/CardBus) support | ||
240 | # | ||
241 | # CONFIG_PCCARD is not set | ||
242 | |||
243 | # | ||
244 | # Kernel Features | ||
245 | # | ||
246 | # CONFIG_TICK_ONESHOT is not set | ||
247 | # CONFIG_NO_HZ is not set | ||
248 | # CONFIG_HIGH_RES_TIMERS is not set | ||
249 | CONFIG_PREEMPT=y | ||
250 | CONFIG_HZ=100 | ||
251 | # CONFIG_AEABI is not set | ||
252 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
253 | CONFIG_SELECT_MEMORY_MODEL=y | ||
254 | CONFIG_FLATMEM_MANUAL=y | ||
255 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
256 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
257 | CONFIG_FLATMEM=y | ||
258 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
259 | # CONFIG_SPARSEMEM_STATIC is not set | ||
260 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
261 | # CONFIG_RESOURCES_64BIT is not set | ||
262 | CONFIG_ZONE_DMA_FLAG=1 | ||
263 | # CONFIG_LEDS is not set | ||
264 | CONFIG_ALIGNMENT_TRAP=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
270 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
271 | CONFIG_CMDLINE="" | ||
272 | # CONFIG_XIP_KERNEL is not set | ||
273 | # CONFIG_KEXEC is not set | ||
274 | |||
275 | # | ||
276 | # CPU Frequency scaling | ||
277 | # | ||
278 | # CONFIG_CPU_FREQ is not set | ||
279 | |||
280 | # | ||
281 | # Floating point emulation | ||
282 | # | ||
283 | |||
284 | # | ||
285 | # At least one emulation must be selected | ||
286 | # | ||
287 | CONFIG_FPE_NWFPE=y | ||
288 | # CONFIG_FPE_NWFPE_XP is not set | ||
289 | # CONFIG_FPE_FASTFPE is not set | ||
290 | |||
291 | # | ||
292 | # Userspace binary formats | ||
293 | # | ||
294 | CONFIG_BINFMT_ELF=y | ||
295 | # CONFIG_BINFMT_AOUT is not set | ||
296 | CONFIG_BINFMT_MISC=y | ||
297 | # CONFIG_ARTHUR is not set | ||
298 | |||
299 | # | ||
300 | # Power management options | ||
301 | # | ||
302 | # CONFIG_PM is not set | ||
303 | |||
304 | # | ||
305 | # Networking | ||
306 | # | ||
307 | CONFIG_NET=y | ||
308 | |||
309 | # | ||
310 | # Networking options | ||
311 | # | ||
312 | CONFIG_PACKET=y | ||
313 | CONFIG_PACKET_MMAP=y | ||
314 | CONFIG_UNIX=y | ||
315 | # CONFIG_NET_KEY is not set | ||
316 | CONFIG_INET=y | ||
317 | # CONFIG_IP_MULTICAST is not set | ||
318 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
319 | CONFIG_IP_FIB_HASH=y | ||
320 | CONFIG_IP_PNP=y | ||
321 | # CONFIG_IP_PNP_DHCP is not set | ||
322 | # CONFIG_IP_PNP_BOOTP is not set | ||
323 | # CONFIG_IP_PNP_RARP is not set | ||
324 | # CONFIG_NET_IPIP is not set | ||
325 | # CONFIG_NET_IPGRE is not set | ||
326 | # CONFIG_ARPD is not set | ||
327 | # CONFIG_SYN_COOKIES is not set | ||
328 | # CONFIG_INET_AH is not set | ||
329 | # CONFIG_INET_ESP is not set | ||
330 | # CONFIG_INET_IPCOMP is not set | ||
331 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
332 | # CONFIG_INET_TUNNEL is not set | ||
333 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
334 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
335 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
336 | # CONFIG_INET_DIAG is not set | ||
337 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
338 | CONFIG_TCP_CONG_CUBIC=y | ||
339 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
340 | # CONFIG_TCP_MD5SIG is not set | ||
341 | # CONFIG_IPV6 is not set | ||
342 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
343 | # CONFIG_INET6_TUNNEL is not set | ||
344 | # CONFIG_NETWORK_SECMARK is not set | ||
345 | # CONFIG_NETFILTER is not set | ||
346 | |||
347 | # | ||
348 | # DCCP Configuration (EXPERIMENTAL) | ||
349 | # | ||
350 | # CONFIG_IP_DCCP is not set | ||
351 | |||
352 | # | ||
353 | # SCTP Configuration (EXPERIMENTAL) | ||
354 | # | ||
355 | # CONFIG_IP_SCTP is not set | ||
356 | |||
357 | # | ||
358 | # TIPC Configuration (EXPERIMENTAL) | ||
359 | # | ||
360 | # CONFIG_TIPC is not set | ||
361 | # CONFIG_ATM is not set | ||
362 | # CONFIG_BRIDGE is not set | ||
363 | # CONFIG_VLAN_8021Q is not set | ||
364 | # CONFIG_DECNET is not set | ||
365 | # CONFIG_LLC2 is not set | ||
366 | # CONFIG_IPX is not set | ||
367 | # CONFIG_ATALK is not set | ||
368 | # CONFIG_X25 is not set | ||
369 | # CONFIG_LAPB is not set | ||
370 | # CONFIG_ECONET is not set | ||
371 | # CONFIG_WAN_ROUTER is not set | ||
372 | |||
373 | # | ||
374 | # QoS and/or fair queueing | ||
375 | # | ||
376 | # CONFIG_NET_SCHED is not set | ||
377 | |||
378 | # | ||
379 | # Network testing | ||
380 | # | ||
381 | # CONFIG_NET_PKTGEN is not set | ||
382 | # CONFIG_HAMRADIO is not set | ||
383 | # CONFIG_IRDA is not set | ||
384 | # CONFIG_BT is not set | ||
385 | # CONFIG_AF_RXRPC is not set | ||
386 | |||
387 | # | ||
388 | # Wireless | ||
389 | # | ||
390 | # CONFIG_CFG80211 is not set | ||
391 | # CONFIG_WIRELESS_EXT is not set | ||
392 | # CONFIG_MAC80211 is not set | ||
393 | # CONFIG_IEEE80211 is not set | ||
394 | # CONFIG_RFKILL is not set | ||
395 | |||
396 | # | ||
397 | # Device Drivers | ||
398 | # | ||
399 | |||
400 | # | ||
401 | # Generic Driver Options | ||
402 | # | ||
403 | CONFIG_STANDALONE=y | ||
404 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
405 | # CONFIG_FW_LOADER is not set | ||
406 | # CONFIG_DEBUG_DRIVER is not set | ||
407 | # CONFIG_DEBUG_DEVRES is not set | ||
408 | # CONFIG_SYS_HYPERVISOR is not set | ||
409 | |||
410 | # | ||
411 | # Connector - unified userspace <-> kernelspace linker | ||
412 | # | ||
413 | CONFIG_CONNECTOR=y | ||
414 | # CONFIG_PROC_EVENTS is not set | ||
415 | # CONFIG_MTD is not set | ||
416 | |||
417 | # | ||
418 | # Parallel port support | ||
419 | # | ||
420 | # CONFIG_PARPORT is not set | ||
421 | |||
422 | # | ||
423 | # Plug and Play support | ||
424 | # | ||
425 | # CONFIG_PNPACPI is not set | ||
426 | |||
427 | # | ||
428 | # Block devices | ||
429 | # | ||
430 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
431 | CONFIG_BLK_DEV_LOOP=m | ||
432 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
433 | # CONFIG_BLK_DEV_NBD is not set | ||
434 | CONFIG_BLK_DEV_RAM=m | ||
435 | CONFIG_BLK_DEV_RAM_COUNT=2 | ||
436 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
437 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
438 | # CONFIG_CDROM_PKTCDVD is not set | ||
439 | # CONFIG_ATA_OVER_ETH is not set | ||
440 | |||
441 | # | ||
442 | # SCSI device support | ||
443 | # | ||
444 | # CONFIG_RAID_ATTRS is not set | ||
445 | # CONFIG_SCSI is not set | ||
446 | # CONFIG_SCSI_NETLINK is not set | ||
447 | # CONFIG_ATA is not set | ||
448 | |||
449 | # | ||
450 | # Multi-device support (RAID and LVM) | ||
451 | # | ||
452 | # CONFIG_MD is not set | ||
453 | |||
454 | # | ||
455 | # Network device support | ||
456 | # | ||
457 | CONFIG_NETDEVICES=y | ||
458 | # CONFIG_DUMMY is not set | ||
459 | # CONFIG_BONDING is not set | ||
460 | # CONFIG_EQUALIZER is not set | ||
461 | # CONFIG_TUN is not set | ||
462 | CONFIG_PHYLIB=y | ||
463 | |||
464 | # | ||
465 | # MII PHY device drivers | ||
466 | # | ||
467 | # CONFIG_MARVELL_PHY is not set | ||
468 | # CONFIG_DAVICOM_PHY is not set | ||
469 | # CONFIG_QSEMI_PHY is not set | ||
470 | # CONFIG_LXT_PHY is not set | ||
471 | # CONFIG_CICADA_PHY is not set | ||
472 | # CONFIG_VITESSE_PHY is not set | ||
473 | # CONFIG_SMSC_PHY is not set | ||
474 | # CONFIG_BROADCOM_PHY is not set | ||
475 | # CONFIG_FIXED_PHY is not set | ||
476 | |||
477 | # | ||
478 | # Ethernet (10 or 100Mbit) | ||
479 | # | ||
480 | CONFIG_NET_ETHERNET=y | ||
481 | CONFIG_MII=y | ||
482 | # CONFIG_SMC91X is not set | ||
483 | # CONFIG_DM9000 is not set | ||
484 | CONFIG_NETDEV_1000=y | ||
485 | CONFIG_NETDEV_10000=y | ||
486 | |||
487 | # | ||
488 | # Token Ring devices | ||
489 | # | ||
490 | |||
491 | # | ||
492 | # Wireless LAN | ||
493 | # | ||
494 | # CONFIG_WLAN_PRE80211 is not set | ||
495 | # CONFIG_WLAN_80211 is not set | ||
496 | # CONFIG_WAN is not set | ||
497 | # CONFIG_PPP is not set | ||
498 | # CONFIG_SLIP is not set | ||
499 | # CONFIG_SHAPER is not set | ||
500 | # CONFIG_NETCONSOLE is not set | ||
501 | # CONFIG_NETPOLL is not set | ||
502 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
503 | |||
504 | # | ||
505 | # ISDN subsystem | ||
506 | # | ||
507 | # CONFIG_ISDN is not set | ||
508 | |||
509 | # | ||
510 | # Input device support | ||
511 | # | ||
512 | CONFIG_INPUT=y | ||
513 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
514 | |||
515 | # | ||
516 | # Userland interfaces | ||
517 | # | ||
518 | # CONFIG_INPUT_MOUSEDEV is not set | ||
519 | # CONFIG_INPUT_JOYDEV is not set | ||
520 | # CONFIG_INPUT_TSDEV is not set | ||
521 | CONFIG_INPUT_EVDEV=y | ||
522 | # CONFIG_INPUT_EVBUG is not set | ||
523 | |||
524 | # | ||
525 | # Input Device Drivers | ||
526 | # | ||
527 | CONFIG_INPUT_KEYBOARD=y | ||
528 | # CONFIG_KEYBOARD_ATKBD is not set | ||
529 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
530 | # CONFIG_KEYBOARD_LKKBD is not set | ||
531 | # CONFIG_KEYBOARD_XTKBD is not set | ||
532 | # CONFIG_KEYBOARD_NEWTON is not set | ||
533 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
534 | CONFIG_KEYBOARD_OMAP=y | ||
535 | # CONFIG_KEYBOARD_GPIO is not set | ||
536 | # CONFIG_INPUT_MOUSE is not set | ||
537 | # CONFIG_INPUT_JOYSTICK is not set | ||
538 | # CONFIG_INPUT_TABLET is not set | ||
539 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
540 | # CONFIG_INPUT_MISC is not set | ||
541 | |||
542 | # | ||
543 | # Hardware I/O ports | ||
544 | # | ||
545 | # CONFIG_SERIO is not set | ||
546 | # CONFIG_GAMEPORT is not set | ||
547 | |||
548 | # | ||
549 | # Character devices | ||
550 | # | ||
551 | CONFIG_VT=y | ||
552 | CONFIG_VT_CONSOLE=y | ||
553 | CONFIG_HW_CONSOLE=y | ||
554 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
555 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
556 | |||
557 | # | ||
558 | # Serial drivers | ||
559 | # | ||
560 | CONFIG_SERIAL_8250=y | ||
561 | # CONFIG_SERIAL_8250_CONSOLE is not set | ||
562 | CONFIG_SERIAL_8250_NR_UARTS=3 | ||
563 | CONFIG_SERIAL_8250_RUNTIME_UARTS=3 | ||
564 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
565 | |||
566 | # | ||
567 | # Non-8250 serial port support | ||
568 | # | ||
569 | CONFIG_SERIAL_CORE=y | ||
570 | CONFIG_UNIX98_PTYS=y | ||
571 | # CONFIG_LEGACY_PTYS is not set | ||
572 | |||
573 | # | ||
574 | # IPMI | ||
575 | # | ||
576 | # CONFIG_IPMI_HANDLER is not set | ||
577 | # CONFIG_WATCHDOG is not set | ||
578 | # CONFIG_HW_RANDOM is not set | ||
579 | # CONFIG_NVRAM is not set | ||
580 | # CONFIG_R3964 is not set | ||
581 | # CONFIG_RAW_DRIVER is not set | ||
582 | |||
583 | # | ||
584 | # TPM devices | ||
585 | # | ||
586 | # CONFIG_TCG_TPM is not set | ||
587 | CONFIG_I2C=y | ||
588 | CONFIG_I2C_BOARDINFO=y | ||
589 | CONFIG_I2C_CHARDEV=y | ||
590 | |||
591 | # | ||
592 | # I2C Algorithms | ||
593 | # | ||
594 | # CONFIG_I2C_ALGOBIT is not set | ||
595 | # CONFIG_I2C_ALGOPCF is not set | ||
596 | # CONFIG_I2C_ALGOPCA is not set | ||
597 | |||
598 | # | ||
599 | # I2C Hardware Bus support | ||
600 | # | ||
601 | # CONFIG_I2C_GPIO is not set | ||
602 | # CONFIG_I2C_OCORES is not set | ||
603 | CONFIG_I2C_OMAP=y | ||
604 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
605 | # CONFIG_I2C_SIMTEC is not set | ||
606 | # CONFIG_I2C_STUB is not set | ||
607 | |||
608 | # | ||
609 | # Miscellaneous I2C Chip support | ||
610 | # | ||
611 | # CONFIG_SENSORS_DS1337 is not set | ||
612 | # CONFIG_SENSORS_DS1374 is not set | ||
613 | # CONFIG_SENSORS_EEPROM is not set | ||
614 | # CONFIG_SENSORS_PCF8574 is not set | ||
615 | # CONFIG_SENSORS_PCA9539 is not set | ||
616 | # CONFIG_SENSORS_PCF8591 is not set | ||
617 | # CONFIG_TPS65010 is not set | ||
618 | # CONFIG_SENSORS_TLV320AIC23 is not set | ||
619 | # CONFIG_SENSORS_MAX6875 is not set | ||
620 | # CONFIG_I2C_DEBUG_CORE is not set | ||
621 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
622 | # CONFIG_I2C_DEBUG_BUS is not set | ||
623 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
624 | |||
625 | # | ||
626 | # SPI support | ||
627 | # | ||
628 | # CONFIG_SPI is not set | ||
629 | # CONFIG_SPI_MASTER is not set | ||
630 | |||
631 | # | ||
632 | # Dallas's 1-wire bus | ||
633 | # | ||
634 | # CONFIG_W1 is not set | ||
635 | # CONFIG_HWMON is not set | ||
636 | |||
637 | # | ||
638 | # Misc devices | ||
639 | # | ||
640 | # CONFIG_BLINK is not set | ||
641 | |||
642 | # | ||
643 | # Multifunction device drivers | ||
644 | # | ||
645 | # CONFIG_MFD_SM501 is not set | ||
646 | |||
647 | # | ||
648 | # LED devices | ||
649 | # | ||
650 | # CONFIG_NEW_LEDS is not set | ||
651 | |||
652 | # | ||
653 | # LED drivers | ||
654 | # | ||
655 | |||
656 | # | ||
657 | # LED Triggers | ||
658 | # | ||
659 | |||
660 | # | ||
661 | # Multimedia devices | ||
662 | # | ||
663 | # CONFIG_VIDEO_DEV is not set | ||
664 | # CONFIG_DVB_CORE is not set | ||
665 | CONFIG_DAB=y | ||
666 | |||
667 | # | ||
668 | # Graphics support | ||
669 | # | ||
670 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
671 | |||
672 | # | ||
673 | # Display device support | ||
674 | # | ||
675 | # CONFIG_DISPLAY_SUPPORT is not set | ||
676 | # CONFIG_VGASTATE is not set | ||
677 | CONFIG_FB=y | ||
678 | # CONFIG_FIRMWARE_EDID is not set | ||
679 | # CONFIG_FB_DDC is not set | ||
680 | # CONFIG_FB_CFB_FILLRECT is not set | ||
681 | # CONFIG_FB_CFB_COPYAREA is not set | ||
682 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
683 | # CONFIG_FB_SYS_FILLRECT is not set | ||
684 | # CONFIG_FB_SYS_COPYAREA is not set | ||
685 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
686 | # CONFIG_FB_SYS_FOPS is not set | ||
687 | CONFIG_FB_DEFERRED_IO=y | ||
688 | # CONFIG_FB_SVGALIB is not set | ||
689 | # CONFIG_FB_MACMODES is not set | ||
690 | # CONFIG_FB_BACKLIGHT is not set | ||
691 | # CONFIG_FB_MODE_HELPERS is not set | ||
692 | # CONFIG_FB_TILEBLITTING is not set | ||
693 | |||
694 | # | ||
695 | # Frame buffer hardware drivers | ||
696 | # | ||
697 | # CONFIG_FB_S1D13XXX is not set | ||
698 | CONFIG_FB_OMAP=y | ||
699 | # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set | ||
700 | # CONFIG_FB_OMAP_LCD_MIPID is not set | ||
701 | CONFIG_FB_OMAP_BOOTLOADER_INIT=y | ||
702 | CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=2 | ||
703 | # CONFIG_FB_OMAP_DMA_TUNE is not set | ||
704 | # CONFIG_FB_VIRTUAL is not set | ||
705 | |||
706 | # | ||
707 | # Console display driver support | ||
708 | # | ||
709 | # CONFIG_VGA_CONSOLE is not set | ||
710 | CONFIG_DUMMY_CONSOLE=y | ||
711 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
712 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
713 | CONFIG_FONTS=y | ||
714 | # CONFIG_FONT_8x8 is not set | ||
715 | # CONFIG_FONT_8x16 is not set | ||
716 | # CONFIG_FONT_6x11 is not set | ||
717 | # CONFIG_FONT_7x14 is not set | ||
718 | # CONFIG_FONT_PEARL_8x8 is not set | ||
719 | # CONFIG_FONT_ACORN_8x8 is not set | ||
720 | CONFIG_FONT_MINI_4x6=y | ||
721 | # CONFIG_FONT_CLEAN_4x6 is not set | ||
722 | # CONFIG_FONT_CLEAN_5x8 is not set | ||
723 | # CONFIG_FONT_SUN8x16 is not set | ||
724 | # CONFIG_FONT_SUN12x22 is not set | ||
725 | # CONFIG_FONT_10x18 is not set | ||
726 | CONFIG_LOGO=y | ||
727 | # CONFIG_LOGO_LINUX_MONO is not set | ||
728 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
729 | CONFIG_LOGO_LINUX_CLUT224=y | ||
730 | |||
731 | # | ||
732 | # Sound | ||
733 | # | ||
734 | CONFIG_SOUND=y | ||
735 | |||
736 | # | ||
737 | # Advanced Linux Sound Architecture | ||
738 | # | ||
739 | CONFIG_SND=y | ||
740 | CONFIG_SND_TIMER=y | ||
741 | CONFIG_SND_PCM=y | ||
742 | # CONFIG_SND_SEQUENCER is not set | ||
743 | CONFIG_SND_OSSEMUL=y | ||
744 | CONFIG_SND_MIXER_OSS=y | ||
745 | CONFIG_SND_PCM_OSS=y | ||
746 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
747 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
748 | # CONFIG_SND_SUPPORT_OLD_API is not set | ||
749 | # CONFIG_SND_VERBOSE_PROCFS is not set | ||
750 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
751 | # CONFIG_SND_DEBUG is not set | ||
752 | |||
753 | # | ||
754 | # Generic devices | ||
755 | # | ||
756 | # CONFIG_SND_DUMMY is not set | ||
757 | # CONFIG_SND_MTPAV is not set | ||
758 | # CONFIG_SND_SERIAL_U16550 is not set | ||
759 | # CONFIG_SND_MPU401 is not set | ||
760 | |||
761 | # | ||
762 | # ALSA ARM devices | ||
763 | # | ||
764 | # CONFIG_SND_OMAP_AIC23 is not set | ||
765 | # CONFIG_SND_OMAP_TSC2101 is not set | ||
766 | CONFIG_SND_SX1=y | ||
767 | # CONFIG_SND_OMAP_TSC2102 is not set | ||
768 | # CONFIG_SND_OMAP24XX_EAC is not set | ||
769 | |||
770 | # | ||
771 | # System on Chip audio support | ||
772 | # | ||
773 | # CONFIG_SND_SOC is not set | ||
774 | |||
775 | # | ||
776 | # Open Sound System | ||
777 | # | ||
778 | # CONFIG_SOUND_PRIME is not set | ||
779 | |||
780 | # | ||
781 | # HID Devices | ||
782 | # | ||
783 | CONFIG_HID=y | ||
784 | # CONFIG_HID_DEBUG is not set | ||
785 | |||
786 | # | ||
787 | # USB support | ||
788 | # | ||
789 | CONFIG_USB_ARCH_HAS_HCD=y | ||
790 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
791 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
792 | # CONFIG_USB is not set | ||
793 | # CONFIG_USB_MUSB_HDRC is not set | ||
794 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
795 | |||
796 | # | ||
797 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
798 | # | ||
799 | |||
800 | # | ||
801 | # USB Gadget Support | ||
802 | # | ||
803 | CONFIG_USB_GADGET=y | ||
804 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
805 | CONFIG_USB_GADGET_SELECTED=y | ||
806 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
807 | # CONFIG_USB_GADGET_NET2280 is not set | ||
808 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
809 | # CONFIG_USB_GADGET_GOKU is not set | ||
810 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
811 | CONFIG_USB_GADGET_OMAP=y | ||
812 | CONFIG_USB_OMAP=y | ||
813 | # CONFIG_USB_GADGET_AT91 is not set | ||
814 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
815 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
816 | # CONFIG_USB_ZERO is not set | ||
817 | CONFIG_USB_ETH=y | ||
818 | CONFIG_USB_ETH_RNDIS=y | ||
819 | # CONFIG_USB_GADGETFS is not set | ||
820 | # CONFIG_USB_FILE_STORAGE is not set | ||
821 | # CONFIG_USB_G_SERIAL is not set | ||
822 | # CONFIG_USB_MIDI_GADGET is not set | ||
823 | CONFIG_MMC=y | ||
824 | # CONFIG_MMC_DEBUG is not set | ||
825 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
826 | |||
827 | # | ||
828 | # MMC/SD Card Drivers | ||
829 | # | ||
830 | CONFIG_MMC_BLOCK=y | ||
831 | |||
832 | # | ||
833 | # MMC/SD Host Controller Drivers | ||
834 | # | ||
835 | CONFIG_MMC_OMAP=y | ||
836 | |||
837 | # | ||
838 | # Real Time Clock | ||
839 | # | ||
840 | CONFIG_RTC_LIB=y | ||
841 | CONFIG_RTC_CLASS=y | ||
842 | CONFIG_RTC_HCTOSYS=y | ||
843 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
844 | # CONFIG_RTC_DEBUG is not set | ||
845 | |||
846 | # | ||
847 | # RTC interfaces | ||
848 | # | ||
849 | CONFIG_RTC_INTF_SYSFS=y | ||
850 | CONFIG_RTC_INTF_PROC=y | ||
851 | CONFIG_RTC_INTF_DEV=y | ||
852 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
853 | # CONFIG_RTC_DRV_TEST is not set | ||
854 | |||
855 | # | ||
856 | # I2C RTC drivers | ||
857 | # | ||
858 | # CONFIG_RTC_DRV_DS1307 is not set | ||
859 | # CONFIG_RTC_DRV_DS1672 is not set | ||
860 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
861 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
862 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
863 | # CONFIG_RTC_DRV_X1205 is not set | ||
864 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
865 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
866 | |||
867 | # | ||
868 | # SPI RTC drivers | ||
869 | # | ||
870 | |||
871 | # | ||
872 | # Platform RTC drivers | ||
873 | # | ||
874 | # CONFIG_RTC_DRV_CMOS is not set | ||
875 | # CONFIG_RTC_DRV_DS1553 is not set | ||
876 | # CONFIG_RTC_DRV_DS1742 is not set | ||
877 | # CONFIG_RTC_DRV_M48T86 is not set | ||
878 | # CONFIG_RTC_DRV_V3020 is not set | ||
879 | |||
880 | # | ||
881 | # on-CPU RTC drivers | ||
882 | # | ||
883 | CONFIG_RTC_DRV_OMAP=y | ||
884 | |||
885 | # | ||
886 | # CBUS support | ||
887 | # | ||
888 | # CONFIG_CBUS is not set | ||
889 | |||
890 | # | ||
891 | # File systems | ||
892 | # | ||
893 | CONFIG_EXT2_FS=y | ||
894 | # CONFIG_EXT2_FS_XATTR is not set | ||
895 | # CONFIG_EXT2_FS_XIP is not set | ||
896 | # CONFIG_EXT3_FS is not set | ||
897 | # CONFIG_EXT4DEV_FS is not set | ||
898 | # CONFIG_REISERFS_FS is not set | ||
899 | # CONFIG_JFS_FS is not set | ||
900 | # CONFIG_FS_POSIX_ACL is not set | ||
901 | # CONFIG_XFS_FS is not set | ||
902 | # CONFIG_GFS2_FS is not set | ||
903 | # CONFIG_OCFS2_FS is not set | ||
904 | # CONFIG_MINIX_FS is not set | ||
905 | # CONFIG_ROMFS_FS is not set | ||
906 | CONFIG_INOTIFY=y | ||
907 | CONFIG_INOTIFY_USER=y | ||
908 | # CONFIG_QUOTA is not set | ||
909 | # CONFIG_DNOTIFY is not set | ||
910 | # CONFIG_AUTOFS_FS is not set | ||
911 | # CONFIG_AUTOFS4_FS is not set | ||
912 | # CONFIG_FUSE_FS is not set | ||
913 | |||
914 | # | ||
915 | # CD-ROM/DVD Filesystems | ||
916 | # | ||
917 | # CONFIG_ISO9660_FS is not set | ||
918 | # CONFIG_UDF_FS is not set | ||
919 | |||
920 | # | ||
921 | # DOS/FAT/NT Filesystems | ||
922 | # | ||
923 | CONFIG_FAT_FS=y | ||
924 | CONFIG_MSDOS_FS=y | ||
925 | CONFIG_VFAT_FS=y | ||
926 | CONFIG_FAT_DEFAULT_CODEPAGE=866 | ||
927 | CONFIG_FAT_DEFAULT_IOCHARSET="koi8-r" | ||
928 | # CONFIG_NTFS_FS is not set | ||
929 | |||
930 | # | ||
931 | # Pseudo filesystems | ||
932 | # | ||
933 | CONFIG_PROC_FS=y | ||
934 | CONFIG_PROC_SYSCTL=y | ||
935 | CONFIG_SYSFS=y | ||
936 | CONFIG_TMPFS=y | ||
937 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
938 | # CONFIG_HUGETLB_PAGE is not set | ||
939 | CONFIG_RAMFS=y | ||
940 | # CONFIG_CONFIGFS_FS is not set | ||
941 | |||
942 | # | ||
943 | # Miscellaneous filesystems | ||
944 | # | ||
945 | # CONFIG_ADFS_FS is not set | ||
946 | # CONFIG_AFFS_FS is not set | ||
947 | # CONFIG_HFS_FS is not set | ||
948 | # CONFIG_HFSPLUS_FS is not set | ||
949 | # CONFIG_BEFS_FS is not set | ||
950 | # CONFIG_BFS_FS is not set | ||
951 | # CONFIG_EFS_FS is not set | ||
952 | CONFIG_CRAMFS=y | ||
953 | # CONFIG_VXFS_FS is not set | ||
954 | # CONFIG_HPFS_FS is not set | ||
955 | # CONFIG_QNX4FS_FS is not set | ||
956 | # CONFIG_SYSV_FS is not set | ||
957 | # CONFIG_UFS_FS is not set | ||
958 | |||
959 | # | ||
960 | # Network File Systems | ||
961 | # | ||
962 | CONFIG_NFS_FS=y | ||
963 | # CONFIG_NFS_V3 is not set | ||
964 | # CONFIG_NFS_V4 is not set | ||
965 | # CONFIG_NFS_DIRECTIO is not set | ||
966 | # CONFIG_NFSD is not set | ||
967 | CONFIG_ROOT_NFS=y | ||
968 | CONFIG_LOCKD=y | ||
969 | CONFIG_NFS_COMMON=y | ||
970 | CONFIG_SUNRPC=y | ||
971 | # CONFIG_SUNRPC_BIND34 is not set | ||
972 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
973 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
974 | # CONFIG_SMB_FS is not set | ||
975 | # CONFIG_CIFS is not set | ||
976 | # CONFIG_NCP_FS is not set | ||
977 | # CONFIG_CODA_FS is not set | ||
978 | # CONFIG_AFS_FS is not set | ||
979 | # CONFIG_9P_FS is not set | ||
980 | |||
981 | # | ||
982 | # Partition Types | ||
983 | # | ||
984 | CONFIG_PARTITION_ADVANCED=y | ||
985 | # CONFIG_ACORN_PARTITION is not set | ||
986 | # CONFIG_OSF_PARTITION is not set | ||
987 | # CONFIG_AMIGA_PARTITION is not set | ||
988 | # CONFIG_ATARI_PARTITION is not set | ||
989 | # CONFIG_MAC_PARTITION is not set | ||
990 | CONFIG_MSDOS_PARTITION=y | ||
991 | # CONFIG_BSD_DISKLABEL is not set | ||
992 | # CONFIG_MINIX_SUBPARTITION is not set | ||
993 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
994 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
995 | # CONFIG_LDM_PARTITION is not set | ||
996 | # CONFIG_SGI_PARTITION is not set | ||
997 | # CONFIG_ULTRIX_PARTITION is not set | ||
998 | # CONFIG_SUN_PARTITION is not set | ||
999 | # CONFIG_KARMA_PARTITION is not set | ||
1000 | # CONFIG_EFI_PARTITION is not set | ||
1001 | # CONFIG_SYSV68_PARTITION is not set | ||
1002 | |||
1003 | # | ||
1004 | # Native Language Support | ||
1005 | # | ||
1006 | CONFIG_NLS=y | ||
1007 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1008 | CONFIG_NLS_CODEPAGE_437=y | ||
1009 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1010 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1011 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1012 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1013 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1014 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1015 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1016 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1017 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1018 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1019 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1020 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1021 | CONFIG_NLS_CODEPAGE_866=y | ||
1022 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1023 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1024 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1025 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1026 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1027 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1028 | # CONFIG_NLS_ISO8859_8 is not set | ||
1029 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1030 | CONFIG_NLS_CODEPAGE_1251=y | ||
1031 | # CONFIG_NLS_ASCII is not set | ||
1032 | CONFIG_NLS_ISO8859_1=y | ||
1033 | # CONFIG_NLS_ISO8859_2 is not set | ||
1034 | # CONFIG_NLS_ISO8859_3 is not set | ||
1035 | # CONFIG_NLS_ISO8859_4 is not set | ||
1036 | CONFIG_NLS_ISO8859_5=y | ||
1037 | # CONFIG_NLS_ISO8859_6 is not set | ||
1038 | # CONFIG_NLS_ISO8859_7 is not set | ||
1039 | # CONFIG_NLS_ISO8859_9 is not set | ||
1040 | # CONFIG_NLS_ISO8859_13 is not set | ||
1041 | # CONFIG_NLS_ISO8859_14 is not set | ||
1042 | # CONFIG_NLS_ISO8859_15 is not set | ||
1043 | CONFIG_NLS_KOI8_R=y | ||
1044 | # CONFIG_NLS_KOI8_U is not set | ||
1045 | CONFIG_NLS_UTF8=y | ||
1046 | |||
1047 | # | ||
1048 | # Distributed Lock Manager | ||
1049 | # | ||
1050 | # CONFIG_DLM is not set | ||
1051 | |||
1052 | # | ||
1053 | # Profiling support | ||
1054 | # | ||
1055 | CONFIG_PROFILING=y | ||
1056 | CONFIG_OPROFILE=y | ||
1057 | |||
1058 | # | ||
1059 | # Kernel hacking | ||
1060 | # | ||
1061 | # CONFIG_PRINTK_TIME is not set | ||
1062 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
1063 | # CONFIG_MAGIC_SYSRQ is not set | ||
1064 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1065 | # CONFIG_DEBUG_FS is not set | ||
1066 | # CONFIG_HEADERS_CHECK is not set | ||
1067 | CONFIG_DEBUG_KERNEL=y | ||
1068 | # CONFIG_DEBUG_SHIRQ is not set | ||
1069 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
1070 | # CONFIG_SCHEDSTATS is not set | ||
1071 | # CONFIG_TIMER_STATS is not set | ||
1072 | CONFIG_DEBUG_PREEMPT=y | ||
1073 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1074 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1075 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1076 | # CONFIG_DEBUG_MUTEXES is not set | ||
1077 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1078 | # CONFIG_PROVE_LOCKING is not set | ||
1079 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1080 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1081 | # CONFIG_DEBUG_KOBJECT is not set | ||
1082 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1083 | # CONFIG_DEBUG_INFO is not set | ||
1084 | # CONFIG_DEBUG_VM is not set | ||
1085 | # CONFIG_DEBUG_LIST is not set | ||
1086 | CONFIG_FRAME_POINTER=y | ||
1087 | CONFIG_FORCED_INLINING=y | ||
1088 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1089 | # CONFIG_FAULT_INJECTION is not set | ||
1090 | # CONFIG_DEBUG_USER is not set | ||
1091 | # CONFIG_DEBUG_ERRORS is not set | ||
1092 | # CONFIG_DEBUG_LL is not set | ||
1093 | |||
1094 | # | ||
1095 | # Security options | ||
1096 | # | ||
1097 | # CONFIG_KEYS is not set | ||
1098 | # CONFIG_SECURITY is not set | ||
1099 | |||
1100 | # | ||
1101 | # Cryptographic options | ||
1102 | # | ||
1103 | # CONFIG_CRYPTO is not set | ||
1104 | |||
1105 | # | ||
1106 | # Library routines | ||
1107 | # | ||
1108 | CONFIG_BITREVERSE=y | ||
1109 | CONFIG_CRC_CCITT=y | ||
1110 | CONFIG_CRC16=y | ||
1111 | # CONFIG_CRC_ITU_T is not set | ||
1112 | CONFIG_CRC32=y | ||
1113 | CONFIG_LIBCRC32C=y | ||
1114 | CONFIG_ZLIB_INFLATE=y | ||
1115 | CONFIG_PLIST=y | ||
1116 | CONFIG_HAS_IOMEM=y | ||
1117 | CONFIG_HAS_IOPORT=y | ||
1118 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/viper_defconfig b/arch/arm/configs/viper_defconfig new file mode 100644 index 000000000000..d01fecb8673e --- /dev/null +++ b/arch/arm/configs/viper_defconfig | |||
@@ -0,0 +1,1678 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-rc4 | ||
4 | # Thu Aug 21 17:12:07 2008 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_HAVE_PWM=y | ||
8 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
9 | CONFIG_GENERIC_GPIO=y | ||
10 | CONFIG_GENERIC_TIME=y | ||
11 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
12 | CONFIG_MMU=y | ||
13 | # CONFIG_NO_IOPORT is not set | ||
14 | CONFIG_GENERIC_HARDIRQS=y | ||
15 | CONFIG_STACKTRACE_SUPPORT=y | ||
16 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
17 | CONFIG_LOCKDEP_SUPPORT=y | ||
18 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
19 | CONFIG_HARDIRQS_SW_RESEND=y | ||
20 | CONFIG_GENERIC_IRQ_PROBE=y | ||
21 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
22 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
24 | CONFIG_GENERIC_HWEIGHT=y | ||
25 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
26 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
27 | CONFIG_ZONE_DMA=y | ||
28 | CONFIG_ARCH_MTD_XIP=y | ||
29 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
30 | CONFIG_VECTORS_BASE=0xffff0000 | ||
31 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
32 | |||
33 | # | ||
34 | # General setup | ||
35 | # | ||
36 | CONFIG_EXPERIMENTAL=y | ||
37 | CONFIG_BROKEN_ON_SMP=y | ||
38 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
39 | CONFIG_LOCALVERSION="" | ||
40 | CONFIG_LOCALVERSION_AUTO=y | ||
41 | # CONFIG_SWAP is not set | ||
42 | CONFIG_SYSVIPC=y | ||
43 | CONFIG_SYSVIPC_SYSCTL=y | ||
44 | # CONFIG_POSIX_MQUEUE is not set | ||
45 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
46 | # CONFIG_TASKSTATS is not set | ||
47 | # CONFIG_AUDIT is not set | ||
48 | # CONFIG_IKCONFIG is not set | ||
49 | CONFIG_LOG_BUF_SHIFT=13 | ||
50 | # CONFIG_CGROUPS is not set | ||
51 | # CONFIG_GROUP_SCHED is not set | ||
52 | CONFIG_SYSFS_DEPRECATED=y | ||
53 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
54 | # CONFIG_RELAY is not set | ||
55 | # CONFIG_NAMESPACES is not set | ||
56 | # CONFIG_BLK_DEV_INITRD is not set | ||
57 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
58 | CONFIG_SYSCTL=y | ||
59 | CONFIG_EMBEDDED=y | ||
60 | CONFIG_UID16=y | ||
61 | CONFIG_SYSCTL_SYSCALL=y | ||
62 | CONFIG_KALLSYMS=y | ||
63 | # CONFIG_KALLSYMS_ALL is not set | ||
64 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
65 | CONFIG_HOTPLUG=y | ||
66 | CONFIG_PRINTK=y | ||
67 | CONFIG_BUG=y | ||
68 | # CONFIG_ELF_CORE is not set | ||
69 | CONFIG_COMPAT_BRK=y | ||
70 | CONFIG_BASE_FULL=y | ||
71 | CONFIG_FUTEX=y | ||
72 | CONFIG_ANON_INODES=y | ||
73 | CONFIG_EPOLL=y | ||
74 | CONFIG_SIGNALFD=y | ||
75 | CONFIG_TIMERFD=y | ||
76 | CONFIG_EVENTFD=y | ||
77 | # CONFIG_SHMEM is not set | ||
78 | CONFIG_VM_EVENT_COUNTERS=y | ||
79 | CONFIG_SLAB=y | ||
80 | # CONFIG_SLUB is not set | ||
81 | # CONFIG_SLOB is not set | ||
82 | # CONFIG_PROFILING is not set | ||
83 | # CONFIG_MARKERS is not set | ||
84 | CONFIG_HAVE_OPROFILE=y | ||
85 | # CONFIG_KPROBES is not set | ||
86 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
87 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
88 | CONFIG_HAVE_KPROBES=y | ||
89 | CONFIG_HAVE_KRETPROBES=y | ||
90 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
91 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
92 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
93 | CONFIG_HAVE_CLK=y | ||
94 | CONFIG_PROC_PAGE_MONITOR=y | ||
95 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
96 | CONFIG_SLABINFO=y | ||
97 | CONFIG_RT_MUTEXES=y | ||
98 | CONFIG_TINY_SHMEM=y | ||
99 | CONFIG_BASE_SMALL=0 | ||
100 | CONFIG_MODULES=y | ||
101 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
102 | CONFIG_MODULE_UNLOAD=y | ||
103 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
104 | # CONFIG_MODVERSIONS is not set | ||
105 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
106 | CONFIG_KMOD=y | ||
107 | CONFIG_BLOCK=y | ||
108 | # CONFIG_LBD is not set | ||
109 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
110 | # CONFIG_LSF is not set | ||
111 | # CONFIG_BLK_DEV_BSG is not set | ||
112 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
113 | |||
114 | # | ||
115 | # IO Schedulers | ||
116 | # | ||
117 | CONFIG_IOSCHED_NOOP=y | ||
118 | # CONFIG_IOSCHED_AS is not set | ||
119 | CONFIG_IOSCHED_DEADLINE=y | ||
120 | # CONFIG_IOSCHED_CFQ is not set | ||
121 | # CONFIG_DEFAULT_AS is not set | ||
122 | CONFIG_DEFAULT_DEADLINE=y | ||
123 | # CONFIG_DEFAULT_CFQ is not set | ||
124 | # CONFIG_DEFAULT_NOOP is not set | ||
125 | CONFIG_DEFAULT_IOSCHED="deadline" | ||
126 | CONFIG_CLASSIC_RCU=y | ||
127 | |||
128 | # | ||
129 | # System Type | ||
130 | # | ||
131 | # CONFIG_ARCH_AAEC2000 is not set | ||
132 | # CONFIG_ARCH_INTEGRATOR is not set | ||
133 | # CONFIG_ARCH_REALVIEW is not set | ||
134 | # CONFIG_ARCH_VERSATILE is not set | ||
135 | # CONFIG_ARCH_AT91 is not set | ||
136 | # CONFIG_ARCH_CLPS7500 is not set | ||
137 | # CONFIG_ARCH_CLPS711X is not set | ||
138 | # CONFIG_ARCH_EBSA110 is not set | ||
139 | # CONFIG_ARCH_EP93XX is not set | ||
140 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
141 | # CONFIG_ARCH_NETX is not set | ||
142 | # CONFIG_ARCH_H720X is not set | ||
143 | # CONFIG_ARCH_IMX is not set | ||
144 | # CONFIG_ARCH_IOP13XX is not set | ||
145 | # CONFIG_ARCH_IOP32X is not set | ||
146 | # CONFIG_ARCH_IOP33X is not set | ||
147 | # CONFIG_ARCH_IXP23XX is not set | ||
148 | # CONFIG_ARCH_IXP2000 is not set | ||
149 | # CONFIG_ARCH_IXP4XX is not set | ||
150 | # CONFIG_ARCH_L7200 is not set | ||
151 | # CONFIG_ARCH_KIRKWOOD is not set | ||
152 | # CONFIG_ARCH_KS8695 is not set | ||
153 | # CONFIG_ARCH_NS9XXX is not set | ||
154 | # CONFIG_ARCH_LOKI is not set | ||
155 | # CONFIG_ARCH_MV78XX0 is not set | ||
156 | # CONFIG_ARCH_MXC is not set | ||
157 | # CONFIG_ARCH_ORION5X is not set | ||
158 | # CONFIG_ARCH_PNX4008 is not set | ||
159 | CONFIG_ARCH_PXA=y | ||
160 | # CONFIG_ARCH_RPC is not set | ||
161 | # CONFIG_ARCH_SA1100 is not set | ||
162 | # CONFIG_ARCH_S3C2410 is not set | ||
163 | # CONFIG_ARCH_SHARK is not set | ||
164 | # CONFIG_ARCH_LH7A40X is not set | ||
165 | # CONFIG_ARCH_DAVINCI is not set | ||
166 | # CONFIG_ARCH_OMAP is not set | ||
167 | # CONFIG_ARCH_MSM7X00A is not set | ||
168 | |||
169 | # | ||
170 | # Intel PXA2xx/PXA3xx Implementations | ||
171 | # | ||
172 | # CONFIG_ARCH_GUMSTIX is not set | ||
173 | # CONFIG_ARCH_LUBBOCK is not set | ||
174 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
175 | # CONFIG_MACH_MAINSTONE is not set | ||
176 | # CONFIG_ARCH_PXA_IDP is not set | ||
177 | # CONFIG_PXA_SHARPSL is not set | ||
178 | CONFIG_ARCH_VIPER=y | ||
179 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
180 | # CONFIG_MACH_TRIZEPS4 is not set | ||
181 | # CONFIG_MACH_EM_X270 is not set | ||
182 | # CONFIG_MACH_COLIBRI is not set | ||
183 | # CONFIG_MACH_ZYLONITE is not set | ||
184 | # CONFIG_MACH_LITTLETON is not set | ||
185 | # CONFIG_MACH_TAVOREVB is not set | ||
186 | # CONFIG_MACH_SAAR is not set | ||
187 | # CONFIG_MACH_ARMCORE is not set | ||
188 | # CONFIG_MACH_MAGICIAN is not set | ||
189 | # CONFIG_MACH_PCM027 is not set | ||
190 | # CONFIG_ARCH_PXA_PALM is not set | ||
191 | # CONFIG_PXA_EZX is not set | ||
192 | CONFIG_PXA25x=y | ||
193 | CONFIG_PXA_PWM=m | ||
194 | CONFIG_PXA_HAVE_ISA_IRQS=y | ||
195 | |||
196 | # | ||
197 | # Boot options | ||
198 | # | ||
199 | |||
200 | # | ||
201 | # Power management | ||
202 | # | ||
203 | |||
204 | # | ||
205 | # Processor Type | ||
206 | # | ||
207 | CONFIG_CPU_32=y | ||
208 | CONFIG_CPU_XSCALE=y | ||
209 | CONFIG_CPU_32v5=y | ||
210 | CONFIG_CPU_ABRT_EV5T=y | ||
211 | CONFIG_CPU_PABRT_NOIFAR=y | ||
212 | CONFIG_CPU_CACHE_VIVT=y | ||
213 | CONFIG_CPU_TLB_V4WBI=y | ||
214 | CONFIG_CPU_CP15=y | ||
215 | CONFIG_CPU_CP15_MMU=y | ||
216 | |||
217 | # | ||
218 | # Processor Features | ||
219 | # | ||
220 | CONFIG_ARM_THUMB=y | ||
221 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
222 | # CONFIG_OUTER_CACHE is not set | ||
223 | CONFIG_IWMMXT=y | ||
224 | CONFIG_XSCALE_PMU=y | ||
225 | |||
226 | # | ||
227 | # Bus support | ||
228 | # | ||
229 | CONFIG_ISA=y | ||
230 | # CONFIG_PCI_SYSCALL is not set | ||
231 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
232 | CONFIG_PCCARD=m | ||
233 | # CONFIG_PCMCIA_DEBUG is not set | ||
234 | CONFIG_PCMCIA=m | ||
235 | CONFIG_PCMCIA_LOAD_CIS=y | ||
236 | CONFIG_PCMCIA_IOCTL=y | ||
237 | |||
238 | # | ||
239 | # PC-card bridges | ||
240 | # | ||
241 | # CONFIG_I82365 is not set | ||
242 | # CONFIG_TCIC is not set | ||
243 | CONFIG_PCMCIA_PXA2XX=m | ||
244 | CONFIG_PCMCIA_PROBE=y | ||
245 | |||
246 | # | ||
247 | # Kernel Features | ||
248 | # | ||
249 | CONFIG_TICK_ONESHOT=y | ||
250 | # CONFIG_NO_HZ is not set | ||
251 | # CONFIG_HIGH_RES_TIMERS is not set | ||
252 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
253 | # CONFIG_PREEMPT is not set | ||
254 | CONFIG_HZ=100 | ||
255 | CONFIG_AEABI=y | ||
256 | CONFIG_OABI_COMPAT=y | ||
257 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
258 | CONFIG_SELECT_MEMORY_MODEL=y | ||
259 | CONFIG_FLATMEM_MANUAL=y | ||
260 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
261 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
262 | CONFIG_FLATMEM=y | ||
263 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
264 | # CONFIG_SPARSEMEM_STATIC is not set | ||
265 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
266 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
267 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
268 | # CONFIG_RESOURCES_64BIT is not set | ||
269 | CONFIG_ZONE_DMA_FLAG=1 | ||
270 | CONFIG_BOUNCE=y | ||
271 | CONFIG_VIRT_TO_BUS=y | ||
272 | CONFIG_ALIGNMENT_TRAP=y | ||
273 | |||
274 | # | ||
275 | # Boot options | ||
276 | # | ||
277 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
278 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
279 | CONFIG_CMDLINE="root=31:02 rootfstype=jffs2 ro console=ttyS0,115200" | ||
280 | # CONFIG_XIP_KERNEL is not set | ||
281 | # CONFIG_KEXEC is not set | ||
282 | |||
283 | # | ||
284 | # CPU Frequency scaling | ||
285 | # | ||
286 | CONFIG_CPU_FREQ=y | ||
287 | CONFIG_CPU_FREQ_TABLE=y | ||
288 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
289 | CONFIG_CPU_FREQ_STAT=y | ||
290 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
291 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
292 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
293 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
294 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
295 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
296 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
297 | CONFIG_CPU_FREQ_GOV_POWERSAVE=m | ||
298 | CONFIG_CPU_FREQ_GOV_USERSPACE=m | ||
299 | CONFIG_CPU_FREQ_GOV_ONDEMAND=m | ||
300 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m | ||
301 | CONFIG_CPU_FREQ_PXA=y | ||
302 | |||
303 | # | ||
304 | # Floating point emulation | ||
305 | # | ||
306 | |||
307 | # | ||
308 | # At least one emulation must be selected | ||
309 | # | ||
310 | # CONFIG_FPE_NWFPE is not set | ||
311 | CONFIG_FPE_FASTFPE=y | ||
312 | |||
313 | # | ||
314 | # Userspace binary formats | ||
315 | # | ||
316 | CONFIG_BINFMT_ELF=y | ||
317 | # CONFIG_BINFMT_AOUT is not set | ||
318 | # CONFIG_BINFMT_MISC is not set | ||
319 | |||
320 | # | ||
321 | # Power management options | ||
322 | # | ||
323 | CONFIG_PM=y | ||
324 | # CONFIG_PM_DEBUG is not set | ||
325 | CONFIG_PM_SLEEP=y | ||
326 | CONFIG_SUSPEND=y | ||
327 | CONFIG_SUSPEND_FREEZER=y | ||
328 | # CONFIG_APM_EMULATION is not set | ||
329 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
330 | CONFIG_NET=y | ||
331 | |||
332 | # | ||
333 | # Networking options | ||
334 | # | ||
335 | CONFIG_PACKET=y | ||
336 | # CONFIG_PACKET_MMAP is not set | ||
337 | CONFIG_UNIX=y | ||
338 | CONFIG_XFRM=y | ||
339 | # CONFIG_XFRM_USER is not set | ||
340 | # CONFIG_XFRM_SUB_POLICY is not set | ||
341 | # CONFIG_XFRM_MIGRATE is not set | ||
342 | # CONFIG_XFRM_STATISTICS is not set | ||
343 | # CONFIG_NET_KEY is not set | ||
344 | CONFIG_INET=y | ||
345 | # CONFIG_IP_MULTICAST is not set | ||
346 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
347 | CONFIG_IP_FIB_HASH=y | ||
348 | CONFIG_IP_PNP=y | ||
349 | CONFIG_IP_PNP_DHCP=y | ||
350 | # CONFIG_IP_PNP_BOOTP is not set | ||
351 | # CONFIG_IP_PNP_RARP is not set | ||
352 | # CONFIG_NET_IPIP is not set | ||
353 | # CONFIG_NET_IPGRE is not set | ||
354 | # CONFIG_ARPD is not set | ||
355 | CONFIG_SYN_COOKIES=y | ||
356 | # CONFIG_INET_AH is not set | ||
357 | # CONFIG_INET_ESP is not set | ||
358 | # CONFIG_INET_IPCOMP is not set | ||
359 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
360 | # CONFIG_INET_TUNNEL is not set | ||
361 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
362 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
363 | CONFIG_INET_XFRM_MODE_BEET=y | ||
364 | # CONFIG_INET_LRO is not set | ||
365 | CONFIG_INET_DIAG=y | ||
366 | CONFIG_INET_TCP_DIAG=y | ||
367 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
368 | CONFIG_TCP_CONG_CUBIC=y | ||
369 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
370 | # CONFIG_TCP_MD5SIG is not set | ||
371 | # CONFIG_IPV6 is not set | ||
372 | # CONFIG_NETWORK_SECMARK is not set | ||
373 | # CONFIG_NETFILTER is not set | ||
374 | # CONFIG_IP_DCCP is not set | ||
375 | # CONFIG_IP_SCTP is not set | ||
376 | # CONFIG_TIPC is not set | ||
377 | # CONFIG_ATM is not set | ||
378 | # CONFIG_BRIDGE is not set | ||
379 | # CONFIG_VLAN_8021Q is not set | ||
380 | # CONFIG_DECNET is not set | ||
381 | # CONFIG_LLC2 is not set | ||
382 | # CONFIG_IPX is not set | ||
383 | # CONFIG_ATALK is not set | ||
384 | # CONFIG_X25 is not set | ||
385 | # CONFIG_LAPB is not set | ||
386 | # CONFIG_ECONET is not set | ||
387 | # CONFIG_WAN_ROUTER is not set | ||
388 | # CONFIG_NET_SCHED is not set | ||
389 | |||
390 | # | ||
391 | # Network testing | ||
392 | # | ||
393 | # CONFIG_NET_PKTGEN is not set | ||
394 | # CONFIG_HAMRADIO is not set | ||
395 | # CONFIG_CAN is not set | ||
396 | # CONFIG_IRDA is not set | ||
397 | CONFIG_BT=m | ||
398 | CONFIG_BT_L2CAP=m | ||
399 | # CONFIG_BT_SCO is not set | ||
400 | CONFIG_BT_RFCOMM=m | ||
401 | CONFIG_BT_RFCOMM_TTY=y | ||
402 | CONFIG_BT_BNEP=m | ||
403 | # CONFIG_BT_BNEP_MC_FILTER is not set | ||
404 | # CONFIG_BT_BNEP_PROTO_FILTER is not set | ||
405 | # CONFIG_BT_HIDP is not set | ||
406 | |||
407 | # | ||
408 | # Bluetooth device drivers | ||
409 | # | ||
410 | CONFIG_BT_HCIUSB=m | ||
411 | # CONFIG_BT_HCIUSB_SCO is not set | ||
412 | # CONFIG_BT_HCIBTUSB is not set | ||
413 | CONFIG_BT_HCIUART=m | ||
414 | CONFIG_BT_HCIUART_H4=y | ||
415 | CONFIG_BT_HCIUART_BCSP=y | ||
416 | # CONFIG_BT_HCIUART_LL 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_HCIDTL1 is not set | ||
421 | # CONFIG_BT_HCIBT3C is not set | ||
422 | # CONFIG_BT_HCIBLUECARD is not set | ||
423 | # CONFIG_BT_HCIBTUART is not set | ||
424 | # CONFIG_BT_HCIVHCI is not set | ||
425 | # CONFIG_AF_RXRPC is not set | ||
426 | |||
427 | # | ||
428 | # Wireless | ||
429 | # | ||
430 | # CONFIG_CFG80211 is not set | ||
431 | # CONFIG_WIRELESS_EXT is not set | ||
432 | # CONFIG_MAC80211 is not set | ||
433 | CONFIG_IEEE80211=m | ||
434 | # CONFIG_IEEE80211_DEBUG is not set | ||
435 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
436 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | ||
437 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | ||
438 | # CONFIG_RFKILL is not set | ||
439 | # CONFIG_NET_9P is not set | ||
440 | |||
441 | # | ||
442 | # Device Drivers | ||
443 | # | ||
444 | |||
445 | # | ||
446 | # Generic Driver Options | ||
447 | # | ||
448 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
449 | CONFIG_STANDALONE=y | ||
450 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
451 | CONFIG_FW_LOADER=m | ||
452 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
453 | CONFIG_EXTRA_FIRMWARE="" | ||
454 | # CONFIG_DEBUG_DRIVER is not set | ||
455 | # CONFIG_DEBUG_DEVRES is not set | ||
456 | # CONFIG_SYS_HYPERVISOR is not set | ||
457 | # CONFIG_CONNECTOR is not set | ||
458 | CONFIG_MTD=y | ||
459 | # CONFIG_MTD_DEBUG is not set | ||
460 | # CONFIG_MTD_CONCAT is not set | ||
461 | CONFIG_MTD_PARTITIONS=y | ||
462 | CONFIG_MTD_REDBOOT_PARTS=y | ||
463 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=0 | ||
464 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | ||
465 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | ||
466 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
467 | # CONFIG_MTD_AFS_PARTS is not set | ||
468 | # CONFIG_MTD_AR7_PARTS is not set | ||
469 | |||
470 | # | ||
471 | # User Modules And Translation Layers | ||
472 | # | ||
473 | CONFIG_MTD_CHAR=m | ||
474 | CONFIG_MTD_BLKDEVS=y | ||
475 | CONFIG_MTD_BLOCK=y | ||
476 | # CONFIG_FTL is not set | ||
477 | # CONFIG_NFTL is not set | ||
478 | # CONFIG_INFTL is not set | ||
479 | # CONFIG_RFD_FTL is not set | ||
480 | # CONFIG_SSFDC is not set | ||
481 | # CONFIG_MTD_OOPS is not set | ||
482 | |||
483 | # | ||
484 | # RAM/ROM/Flash chip drivers | ||
485 | # | ||
486 | CONFIG_MTD_CFI=y | ||
487 | CONFIG_MTD_JEDECPROBE=y | ||
488 | CONFIG_MTD_GEN_PROBE=y | ||
489 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
490 | CONFIG_MTD_CFI_NOSWAP=y | ||
491 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
492 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
493 | CONFIG_MTD_CFI_GEOMETRY=y | ||
494 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
495 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
496 | # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set | ||
497 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
498 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
499 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
500 | CONFIG_MTD_CFI_I1=y | ||
501 | # CONFIG_MTD_CFI_I2 is not set | ||
502 | # CONFIG_MTD_CFI_I4 is not set | ||
503 | # CONFIG_MTD_CFI_I8 is not set | ||
504 | # CONFIG_MTD_OTP is not set | ||
505 | CONFIG_MTD_CFI_INTELEXT=y | ||
506 | CONFIG_MTD_CFI_AMDSTD=y | ||
507 | # CONFIG_MTD_CFI_STAA is not set | ||
508 | CONFIG_MTD_CFI_UTIL=y | ||
509 | CONFIG_MTD_RAM=y | ||
510 | # CONFIG_MTD_ROM is not set | ||
511 | # CONFIG_MTD_ABSENT is not set | ||
512 | # CONFIG_MTD_XIP is not set | ||
513 | |||
514 | # | ||
515 | # Mapping drivers for chip access | ||
516 | # | ||
517 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
518 | CONFIG_MTD_PHYSMAP=y | ||
519 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
520 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
521 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
522 | CONFIG_MTD_PXA2XX=y | ||
523 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
524 | # CONFIG_MTD_IMPA7 is not set | ||
525 | # CONFIG_MTD_SHARP_SL is not set | ||
526 | # CONFIG_MTD_PLATRAM is not set | ||
527 | CONFIG_MTD_SPARSE_RAM=y | ||
528 | |||
529 | # | ||
530 | # Self-contained MTD device drivers | ||
531 | # | ||
532 | # CONFIG_MTD_SLRAM is not set | ||
533 | # CONFIG_MTD_PHRAM is not set | ||
534 | # CONFIG_MTD_MTDRAM is not set | ||
535 | # CONFIG_MTD_BLOCK2MTD is not set | ||
536 | |||
537 | # | ||
538 | # Disk-On-Chip Device Drivers | ||
539 | # | ||
540 | # CONFIG_MTD_DOC2000 is not set | ||
541 | # CONFIG_MTD_DOC2001 is not set | ||
542 | # CONFIG_MTD_DOC2001PLUS is not set | ||
543 | # CONFIG_MTD_NAND is not set | ||
544 | # CONFIG_MTD_ONENAND is not set | ||
545 | |||
546 | # | ||
547 | # UBI - Unsorted block images | ||
548 | # | ||
549 | # CONFIG_MTD_UBI is not set | ||
550 | # CONFIG_PARPORT is not set | ||
551 | # CONFIG_PNP is not set | ||
552 | CONFIG_BLK_DEV=y | ||
553 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
554 | CONFIG_BLK_DEV_LOOP=m | ||
555 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
556 | # CONFIG_BLK_DEV_NBD is not set | ||
557 | # CONFIG_BLK_DEV_UB is not set | ||
558 | # CONFIG_BLK_DEV_RAM is not set | ||
559 | # CONFIG_CDROM_PKTCDVD is not set | ||
560 | # CONFIG_ATA_OVER_ETH is not set | ||
561 | CONFIG_MISC_DEVICES=y | ||
562 | # CONFIG_EEPROM_93CX6 is not set | ||
563 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
564 | CONFIG_HAVE_IDE=y | ||
565 | # CONFIG_IDE is not set | ||
566 | |||
567 | # | ||
568 | # SCSI device support | ||
569 | # | ||
570 | # CONFIG_RAID_ATTRS is not set | ||
571 | CONFIG_SCSI=m | ||
572 | CONFIG_SCSI_DMA=y | ||
573 | # CONFIG_SCSI_TGT is not set | ||
574 | # CONFIG_SCSI_NETLINK is not set | ||
575 | # CONFIG_SCSI_PROC_FS is not set | ||
576 | |||
577 | # | ||
578 | # SCSI support type (disk, tape, CD-ROM) | ||
579 | # | ||
580 | CONFIG_BLK_DEV_SD=m | ||
581 | # CONFIG_CHR_DEV_ST is not set | ||
582 | # CONFIG_CHR_DEV_OSST is not set | ||
583 | # CONFIG_BLK_DEV_SR is not set | ||
584 | # CONFIG_CHR_DEV_SG is not set | ||
585 | # CONFIG_CHR_DEV_SCH is not set | ||
586 | |||
587 | # | ||
588 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
589 | # | ||
590 | # CONFIG_SCSI_MULTI_LUN is not set | ||
591 | # CONFIG_SCSI_CONSTANTS is not set | ||
592 | # CONFIG_SCSI_LOGGING is not set | ||
593 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
594 | CONFIG_SCSI_WAIT_SCAN=m | ||
595 | |||
596 | # | ||
597 | # SCSI Transports | ||
598 | # | ||
599 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
600 | # CONFIG_SCSI_FC_ATTRS is not set | ||
601 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
602 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
603 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
604 | CONFIG_SCSI_LOWLEVEL=y | ||
605 | # CONFIG_ISCSI_TCP is not set | ||
606 | # CONFIG_SCSI_AHA152X is not set | ||
607 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
608 | # CONFIG_SCSI_ADVANSYS is not set | ||
609 | # CONFIG_SCSI_IN2000 is not set | ||
610 | # CONFIG_SCSI_DTC3280 is not set | ||
611 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
612 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
613 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
614 | # CONFIG_SCSI_NCR53C406A is not set | ||
615 | # CONFIG_SCSI_PAS16 is not set | ||
616 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
617 | # CONFIG_SCSI_SYM53C416 is not set | ||
618 | # CONFIG_SCSI_T128 is not set | ||
619 | # CONFIG_SCSI_DEBUG is not set | ||
620 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | ||
621 | # CONFIG_SCSI_DH is not set | ||
622 | CONFIG_ATA=m | ||
623 | # CONFIG_ATA_NONSTANDARD is not set | ||
624 | # CONFIG_SATA_PMP is not set | ||
625 | CONFIG_ATA_SFF=y | ||
626 | # CONFIG_SATA_MV is not set | ||
627 | # CONFIG_PATA_LEGACY is not set | ||
628 | CONFIG_PATA_PCMCIA=m | ||
629 | # CONFIG_PATA_QDI is not set | ||
630 | # CONFIG_PATA_WINBOND_VLB is not set | ||
631 | # CONFIG_PATA_PLATFORM is not set | ||
632 | # CONFIG_MD is not set | ||
633 | CONFIG_NETDEVICES=y | ||
634 | # CONFIG_DUMMY is not set | ||
635 | # CONFIG_BONDING is not set | ||
636 | # CONFIG_MACVLAN is not set | ||
637 | # CONFIG_EQUALIZER is not set | ||
638 | # CONFIG_TUN is not set | ||
639 | # CONFIG_VETH is not set | ||
640 | # CONFIG_ARCNET is not set | ||
641 | # CONFIG_PHYLIB is not set | ||
642 | CONFIG_NET_ETHERNET=y | ||
643 | CONFIG_MII=y | ||
644 | # CONFIG_AX88796 is not set | ||
645 | # CONFIG_NET_VENDOR_3COM is not set | ||
646 | # CONFIG_NET_VENDOR_SMC is not set | ||
647 | CONFIG_SMC91X=y | ||
648 | # CONFIG_DM9000 is not set | ||
649 | # CONFIG_SMC911X is not set | ||
650 | # CONFIG_NET_VENDOR_RACAL is not set | ||
651 | # CONFIG_AT1700 is not set | ||
652 | # CONFIG_DEPCA is not set | ||
653 | # CONFIG_HP100 is not set | ||
654 | # CONFIG_NET_ISA is not set | ||
655 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
656 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
657 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
658 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
659 | # CONFIG_NET_PCI is not set | ||
660 | # CONFIG_B44 is not set | ||
661 | # CONFIG_NETDEV_1000 is not set | ||
662 | # CONFIG_NETDEV_10000 is not set | ||
663 | # CONFIG_TR is not set | ||
664 | |||
665 | # | ||
666 | # Wireless LAN | ||
667 | # | ||
668 | # CONFIG_WLAN_PRE80211 is not set | ||
669 | # CONFIG_WLAN_80211 is not set | ||
670 | # CONFIG_IWLWIFI_LEDS is not set | ||
671 | |||
672 | # | ||
673 | # USB Network Adapters | ||
674 | # | ||
675 | # CONFIG_USB_CATC is not set | ||
676 | # CONFIG_USB_KAWETH is not set | ||
677 | CONFIG_USB_PEGASUS=m | ||
678 | # CONFIG_USB_RTL8150 is not set | ||
679 | CONFIG_USB_USBNET=m | ||
680 | CONFIG_USB_NET_AX8817X=m | ||
681 | CONFIG_USB_NET_CDCETHER=m | ||
682 | # CONFIG_USB_NET_DM9601 is not set | ||
683 | # CONFIG_USB_NET_GL620A is not set | ||
684 | CONFIG_USB_NET_NET1080=m | ||
685 | # CONFIG_USB_NET_PLUSB is not set | ||
686 | # CONFIG_USB_NET_MCS7830 is not set | ||
687 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
688 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
689 | CONFIG_USB_NET_ZAURUS=m | ||
690 | CONFIG_NET_PCMCIA=y | ||
691 | # CONFIG_PCMCIA_3C589 is not set | ||
692 | # CONFIG_PCMCIA_3C574 is not set | ||
693 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
694 | # CONFIG_PCMCIA_PCNET is not set | ||
695 | # CONFIG_PCMCIA_NMCLAN is not set | ||
696 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
697 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
698 | # CONFIG_PCMCIA_AXNET is not set | ||
699 | # CONFIG_WAN is not set | ||
700 | CONFIG_PPP=m | ||
701 | # CONFIG_PPP_MULTILINK is not set | ||
702 | # CONFIG_PPP_FILTER is not set | ||
703 | CONFIG_PPP_ASYNC=m | ||
704 | # CONFIG_PPP_SYNC_TTY is not set | ||
705 | CONFIG_PPP_DEFLATE=m | ||
706 | CONFIG_PPP_BSDCOMP=m | ||
707 | # CONFIG_PPP_MPPE is not set | ||
708 | # CONFIG_PPPOE is not set | ||
709 | # CONFIG_PPPOL2TP is not set | ||
710 | # CONFIG_SLIP is not set | ||
711 | CONFIG_SLHC=m | ||
712 | # CONFIG_NETCONSOLE is not set | ||
713 | # CONFIG_NETPOLL is not set | ||
714 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
715 | # CONFIG_ISDN is not set | ||
716 | |||
717 | # | ||
718 | # Input device support | ||
719 | # | ||
720 | CONFIG_INPUT=y | ||
721 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
722 | # CONFIG_INPUT_POLLDEV is not set | ||
723 | |||
724 | # | ||
725 | # Userland interfaces | ||
726 | # | ||
727 | CONFIG_INPUT_MOUSEDEV=m | ||
728 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
729 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
730 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
731 | # CONFIG_INPUT_JOYDEV is not set | ||
732 | CONFIG_INPUT_EVDEV=m | ||
733 | # CONFIG_INPUT_EVBUG is not set | ||
734 | |||
735 | # | ||
736 | # Input Device Drivers | ||
737 | # | ||
738 | # CONFIG_INPUT_KEYBOARD is not set | ||
739 | # CONFIG_INPUT_MOUSE is not set | ||
740 | # CONFIG_INPUT_JOYSTICK is not set | ||
741 | # CONFIG_INPUT_TABLET is not set | ||
742 | CONFIG_INPUT_TOUCHSCREEN=y | ||
743 | CONFIG_TOUCHSCREEN_FUJITSU=m | ||
744 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
745 | CONFIG_TOUCHSCREEN_ELO=m | ||
746 | CONFIG_TOUCHSCREEN_MTOUCH=m | ||
747 | CONFIG_TOUCHSCREEN_INEXIO=m | ||
748 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
749 | CONFIG_TOUCHSCREEN_HTCPEN=m | ||
750 | CONFIG_TOUCHSCREEN_PENMOUNT=m | ||
751 | CONFIG_TOUCHSCREEN_TOUCHRIGHT=m | ||
752 | CONFIG_TOUCHSCREEN_TOUCHWIN=m | ||
753 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
754 | # CONFIG_TOUCHSCREEN_WM97XX is not set | ||
755 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
756 | CONFIG_TOUCHSCREEN_TOUCHIT213=m | ||
757 | CONFIG_INPUT_MISC=y | ||
758 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
759 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
760 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
761 | # CONFIG_INPUT_POWERMATE is not set | ||
762 | # CONFIG_INPUT_YEALINK is not set | ||
763 | CONFIG_INPUT_UINPUT=m | ||
764 | |||
765 | # | ||
766 | # Hardware I/O ports | ||
767 | # | ||
768 | CONFIG_SERIO=y | ||
769 | CONFIG_SERIO_SERPORT=y | ||
770 | # CONFIG_SERIO_LIBPS2 is not set | ||
771 | # CONFIG_SERIO_RAW is not set | ||
772 | # CONFIG_GAMEPORT is not set | ||
773 | |||
774 | # | ||
775 | # Character devices | ||
776 | # | ||
777 | CONFIG_VT=y | ||
778 | # CONFIG_CONSOLE_TRANSLATIONS is not set | ||
779 | # CONFIG_VT_CONSOLE is not set | ||
780 | CONFIG_HW_CONSOLE=y | ||
781 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
782 | CONFIG_DEVKMEM=y | ||
783 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
784 | |||
785 | # | ||
786 | # Serial drivers | ||
787 | # | ||
788 | CONFIG_SERIAL_8250=m | ||
789 | # CONFIG_SERIAL_8250_CS is not set | ||
790 | CONFIG_SERIAL_8250_NR_UARTS=5 | ||
791 | CONFIG_SERIAL_8250_RUNTIME_UARTS=5 | ||
792 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
793 | |||
794 | # | ||
795 | # Non-8250 serial port support | ||
796 | # | ||
797 | CONFIG_SERIAL_PXA=y | ||
798 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
799 | CONFIG_SERIAL_CORE=y | ||
800 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
801 | CONFIG_UNIX98_PTYS=y | ||
802 | # CONFIG_LEGACY_PTYS is not set | ||
803 | # CONFIG_IPMI_HANDLER is not set | ||
804 | CONFIG_HW_RANDOM=m | ||
805 | # CONFIG_NVRAM is not set | ||
806 | # CONFIG_DTLK is not set | ||
807 | # CONFIG_R3964 is not set | ||
808 | |||
809 | # | ||
810 | # PCMCIA character devices | ||
811 | # | ||
812 | # CONFIG_SYNCLINK_CS is not set | ||
813 | # CONFIG_CARDMAN_4000 is not set | ||
814 | # CONFIG_CARDMAN_4040 is not set | ||
815 | # CONFIG_IPWIRELESS is not set | ||
816 | # CONFIG_RAW_DRIVER is not set | ||
817 | # CONFIG_TCG_TPM is not set | ||
818 | CONFIG_DEVPORT=y | ||
819 | CONFIG_I2C=y | ||
820 | CONFIG_I2C_BOARDINFO=y | ||
821 | CONFIG_I2C_CHARDEV=y | ||
822 | # CONFIG_I2C_HELPER_AUTO is not set | ||
823 | |||
824 | # | ||
825 | # I2C Algorithms | ||
826 | # | ||
827 | CONFIG_I2C_ALGOBIT=y | ||
828 | # CONFIG_I2C_ALGOPCF is not set | ||
829 | # CONFIG_I2C_ALGOPCA is not set | ||
830 | |||
831 | # | ||
832 | # I2C Hardware Bus support | ||
833 | # | ||
834 | |||
835 | # | ||
836 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
837 | # | ||
838 | CONFIG_I2C_GPIO=y | ||
839 | # CONFIG_I2C_OCORES is not set | ||
840 | CONFIG_I2C_PXA=y | ||
841 | # CONFIG_I2C_PXA_SLAVE is not set | ||
842 | # CONFIG_I2C_SIMTEC is not set | ||
843 | |||
844 | # | ||
845 | # External I2C/SMBus adapter drivers | ||
846 | # | ||
847 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
848 | # CONFIG_I2C_TAOS_EVM is not set | ||
849 | # CONFIG_I2C_TINY_USB is not set | ||
850 | |||
851 | # | ||
852 | # Other I2C/SMBus bus drivers | ||
853 | # | ||
854 | # CONFIG_I2C_ELEKTOR is not set | ||
855 | # CONFIG_I2C_PCA_ISA is not set | ||
856 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
857 | # CONFIG_I2C_STUB is not set | ||
858 | |||
859 | # | ||
860 | # Miscellaneous I2C Chip support | ||
861 | # | ||
862 | # CONFIG_DS1682 is not set | ||
863 | # CONFIG_AT24 is not set | ||
864 | # CONFIG_SENSORS_EEPROM is not set | ||
865 | # CONFIG_SENSORS_PCF8574 is not set | ||
866 | # CONFIG_PCF8575 is not set | ||
867 | # CONFIG_SENSORS_PCA9539 is not set | ||
868 | # CONFIG_SENSORS_PCF8591 is not set | ||
869 | # CONFIG_TPS65010 is not set | ||
870 | # CONFIG_SENSORS_MAX6875 is not set | ||
871 | # CONFIG_SENSORS_TSL2550 is not set | ||
872 | # CONFIG_I2C_DEBUG_CORE is not set | ||
873 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
874 | # CONFIG_I2C_DEBUG_BUS is not set | ||
875 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
876 | # CONFIG_SPI is not set | ||
877 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
878 | CONFIG_GPIOLIB=y | ||
879 | # CONFIG_DEBUG_GPIO is not set | ||
880 | CONFIG_GPIO_SYSFS=y | ||
881 | |||
882 | # | ||
883 | # I2C GPIO expanders: | ||
884 | # | ||
885 | # CONFIG_GPIO_MAX732X is not set | ||
886 | # CONFIG_GPIO_PCA953X is not set | ||
887 | # CONFIG_GPIO_PCF857X is not set | ||
888 | |||
889 | # | ||
890 | # PCI GPIO expanders: | ||
891 | # | ||
892 | |||
893 | # | ||
894 | # SPI GPIO expanders: | ||
895 | # | ||
896 | # CONFIG_W1 is not set | ||
897 | # CONFIG_POWER_SUPPLY is not set | ||
898 | CONFIG_HWMON=y | ||
899 | # CONFIG_HWMON_VID is not set | ||
900 | # CONFIG_SENSORS_AD7414 is not set | ||
901 | # CONFIG_SENSORS_AD7418 is not set | ||
902 | # CONFIG_SENSORS_ADM1021 is not set | ||
903 | # CONFIG_SENSORS_ADM1025 is not set | ||
904 | # CONFIG_SENSORS_ADM1026 is not set | ||
905 | # CONFIG_SENSORS_ADM1029 is not set | ||
906 | # CONFIG_SENSORS_ADM1031 is not set | ||
907 | # CONFIG_SENSORS_ADM9240 is not set | ||
908 | # CONFIG_SENSORS_ADT7470 is not set | ||
909 | # CONFIG_SENSORS_ADT7473 is not set | ||
910 | # CONFIG_SENSORS_ATXP1 is not set | ||
911 | # CONFIG_SENSORS_DS1621 is not set | ||
912 | # CONFIG_SENSORS_F71805F is not set | ||
913 | # CONFIG_SENSORS_F71882FG is not set | ||
914 | # CONFIG_SENSORS_F75375S is not set | ||
915 | # CONFIG_SENSORS_GL518SM is not set | ||
916 | # CONFIG_SENSORS_GL520SM is not set | ||
917 | # CONFIG_SENSORS_IT87 is not set | ||
918 | # CONFIG_SENSORS_LM63 is not set | ||
919 | # CONFIG_SENSORS_LM75 is not set | ||
920 | # CONFIG_SENSORS_LM77 is not set | ||
921 | # CONFIG_SENSORS_LM78 is not set | ||
922 | # CONFIG_SENSORS_LM80 is not set | ||
923 | # CONFIG_SENSORS_LM83 is not set | ||
924 | # CONFIG_SENSORS_LM85 is not set | ||
925 | # CONFIG_SENSORS_LM87 is not set | ||
926 | # CONFIG_SENSORS_LM90 is not set | ||
927 | # CONFIG_SENSORS_LM92 is not set | ||
928 | # CONFIG_SENSORS_LM93 is not set | ||
929 | # CONFIG_SENSORS_MAX1619 is not set | ||
930 | # CONFIG_SENSORS_MAX6650 is not set | ||
931 | # CONFIG_SENSORS_PC87360 is not set | ||
932 | # CONFIG_SENSORS_PC87427 is not set | ||
933 | # CONFIG_SENSORS_DME1737 is not set | ||
934 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
935 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
936 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
937 | # CONFIG_SENSORS_ADS7828 is not set | ||
938 | # CONFIG_SENSORS_THMC50 is not set | ||
939 | # CONFIG_SENSORS_VT1211 is not set | ||
940 | # CONFIG_SENSORS_W83781D is not set | ||
941 | # CONFIG_SENSORS_W83791D is not set | ||
942 | # CONFIG_SENSORS_W83792D is not set | ||
943 | # CONFIG_SENSORS_W83793 is not set | ||
944 | # CONFIG_SENSORS_W83L785TS is not set | ||
945 | # CONFIG_SENSORS_W83L786NG is not set | ||
946 | # CONFIG_SENSORS_W83627HF is not set | ||
947 | # CONFIG_SENSORS_W83627EHF is not set | ||
948 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
949 | CONFIG_WATCHDOG=y | ||
950 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
951 | |||
952 | # | ||
953 | # Watchdog Device Drivers | ||
954 | # | ||
955 | # CONFIG_SOFT_WATCHDOG is not set | ||
956 | # CONFIG_SA1100_WATCHDOG is not set | ||
957 | |||
958 | # | ||
959 | # ISA-based Watchdog Cards | ||
960 | # | ||
961 | # CONFIG_PCWATCHDOG is not set | ||
962 | # CONFIG_MIXCOMWD is not set | ||
963 | # CONFIG_WDT is not set | ||
964 | |||
965 | # | ||
966 | # USB-based Watchdog Cards | ||
967 | # | ||
968 | # CONFIG_USBPCWATCHDOG is not set | ||
969 | |||
970 | # | ||
971 | # Sonics Silicon Backplane | ||
972 | # | ||
973 | CONFIG_SSB_POSSIBLE=y | ||
974 | # CONFIG_SSB is not set | ||
975 | |||
976 | # | ||
977 | # Multifunction device drivers | ||
978 | # | ||
979 | # CONFIG_MFD_CORE is not set | ||
980 | # CONFIG_MFD_SM501 is not set | ||
981 | # CONFIG_HTC_EGPIO is not set | ||
982 | # CONFIG_HTC_PASIC3 is not set | ||
983 | # CONFIG_MFD_TMIO is not set | ||
984 | # CONFIG_MFD_T7L66XB is not set | ||
985 | # CONFIG_MFD_TC6387XB is not set | ||
986 | # CONFIG_MFD_TC6393XB is not set | ||
987 | |||
988 | # | ||
989 | # Multimedia devices | ||
990 | # | ||
991 | |||
992 | # | ||
993 | # Multimedia core support | ||
994 | # | ||
995 | # CONFIG_VIDEO_DEV is not set | ||
996 | # CONFIG_DVB_CORE is not set | ||
997 | # CONFIG_VIDEO_MEDIA is not set | ||
998 | |||
999 | # | ||
1000 | # Multimedia drivers | ||
1001 | # | ||
1002 | # CONFIG_DAB is not set | ||
1003 | |||
1004 | # | ||
1005 | # Graphics support | ||
1006 | # | ||
1007 | # CONFIG_VGASTATE is not set | ||
1008 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1009 | CONFIG_FB=y | ||
1010 | # CONFIG_FIRMWARE_EDID is not set | ||
1011 | # CONFIG_FB_DDC is not set | ||
1012 | CONFIG_FB_CFB_FILLRECT=m | ||
1013 | CONFIG_FB_CFB_COPYAREA=m | ||
1014 | CONFIG_FB_CFB_IMAGEBLIT=m | ||
1015 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1016 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1017 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1018 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1019 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1020 | # CONFIG_FB_SYS_FOPS is not set | ||
1021 | # CONFIG_FB_SVGALIB is not set | ||
1022 | # CONFIG_FB_MACMODES is not set | ||
1023 | # CONFIG_FB_BACKLIGHT is not set | ||
1024 | # CONFIG_FB_MODE_HELPERS is not set | ||
1025 | # CONFIG_FB_TILEBLITTING is not set | ||
1026 | |||
1027 | # | ||
1028 | # Frame buffer hardware drivers | ||
1029 | # | ||
1030 | # CONFIG_FB_S1D13XXX is not set | ||
1031 | CONFIG_FB_PXA=m | ||
1032 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
1033 | CONFIG_FB_PXA_PARAMETERS=y | ||
1034 | # CONFIG_FB_MBX is not set | ||
1035 | # CONFIG_FB_W100 is not set | ||
1036 | # CONFIG_FB_AM200EPD is not set | ||
1037 | # CONFIG_FB_VIRTUAL is not set | ||
1038 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
1039 | CONFIG_LCD_CLASS_DEVICE=m | ||
1040 | # CONFIG_LCD_ILI9320 is not set | ||
1041 | # CONFIG_LCD_PLATFORM is not set | ||
1042 | CONFIG_BACKLIGHT_CLASS_DEVICE=m | ||
1043 | # CONFIG_BACKLIGHT_CORGI is not set | ||
1044 | CONFIG_BACKLIGHT_PWM=m | ||
1045 | |||
1046 | # | ||
1047 | # Display device support | ||
1048 | # | ||
1049 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1050 | |||
1051 | # | ||
1052 | # Console display driver support | ||
1053 | # | ||
1054 | # CONFIG_VGA_CONSOLE is not set | ||
1055 | # CONFIG_MDA_CONSOLE is not set | ||
1056 | CONFIG_DUMMY_CONSOLE=y | ||
1057 | CONFIG_FRAMEBUFFER_CONSOLE=m | ||
1058 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
1059 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
1060 | # CONFIG_FONTS is not set | ||
1061 | CONFIG_FONT_8x8=y | ||
1062 | CONFIG_FONT_8x16=y | ||
1063 | CONFIG_LOGO=y | ||
1064 | CONFIG_LOGO_LINUX_MONO=y | ||
1065 | CONFIG_LOGO_LINUX_VGA16=y | ||
1066 | CONFIG_LOGO_LINUX_CLUT224=y | ||
1067 | CONFIG_SOUND=m | ||
1068 | CONFIG_SND=m | ||
1069 | CONFIG_SND_TIMER=m | ||
1070 | CONFIG_SND_PCM=m | ||
1071 | # CONFIG_SND_SEQUENCER is not set | ||
1072 | CONFIG_SND_OSSEMUL=y | ||
1073 | CONFIG_SND_MIXER_OSS=m | ||
1074 | CONFIG_SND_PCM_OSS=m | ||
1075 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1076 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1077 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1078 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1079 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1080 | # CONFIG_SND_DEBUG is not set | ||
1081 | CONFIG_SND_VMASTER=y | ||
1082 | CONFIG_SND_AC97_CODEC=m | ||
1083 | CONFIG_SND_DRIVERS=y | ||
1084 | # CONFIG_SND_DUMMY is not set | ||
1085 | # CONFIG_SND_MTPAV is not set | ||
1086 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1087 | # CONFIG_SND_MPU401 is not set | ||
1088 | # CONFIG_SND_AC97_POWER_SAVE is not set | ||
1089 | CONFIG_SND_ARM=y | ||
1090 | CONFIG_SND_PXA2XX_PCM=m | ||
1091 | CONFIG_SND_PXA2XX_AC97=m | ||
1092 | CONFIG_SND_USB=y | ||
1093 | # CONFIG_SND_USB_AUDIO is not set | ||
1094 | # CONFIG_SND_USB_CAIAQ is not set | ||
1095 | CONFIG_SND_PCMCIA=y | ||
1096 | # CONFIG_SND_VXPOCKET is not set | ||
1097 | # CONFIG_SND_PDAUDIOCF is not set | ||
1098 | # CONFIG_SND_SOC is not set | ||
1099 | # CONFIG_SOUND_PRIME is not set | ||
1100 | CONFIG_AC97_BUS=m | ||
1101 | CONFIG_HID_SUPPORT=y | ||
1102 | CONFIG_HID=y | ||
1103 | # CONFIG_HID_DEBUG is not set | ||
1104 | # CONFIG_HIDRAW is not set | ||
1105 | |||
1106 | # | ||
1107 | # USB Input Devices | ||
1108 | # | ||
1109 | CONFIG_USB_HID=m | ||
1110 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1111 | # CONFIG_HID_FF is not set | ||
1112 | # CONFIG_USB_HIDDEV is not set | ||
1113 | |||
1114 | # | ||
1115 | # USB HID Boot Protocol drivers | ||
1116 | # | ||
1117 | # CONFIG_USB_KBD is not set | ||
1118 | # CONFIG_USB_MOUSE is not set | ||
1119 | CONFIG_USB_SUPPORT=y | ||
1120 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1121 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
1122 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1123 | CONFIG_USB=m | ||
1124 | # CONFIG_USB_DEBUG is not set | ||
1125 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
1126 | |||
1127 | # | ||
1128 | # Miscellaneous USB options | ||
1129 | # | ||
1130 | CONFIG_USB_DEVICEFS=y | ||
1131 | CONFIG_USB_DEVICE_CLASS=y | ||
1132 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1133 | CONFIG_USB_SUSPEND=y | ||
1134 | # CONFIG_USB_OTG is not set | ||
1135 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1136 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1137 | # CONFIG_USB_MON is not set | ||
1138 | |||
1139 | # | ||
1140 | # USB Host Controller Drivers | ||
1141 | # | ||
1142 | # CONFIG_USB_C67X00_HCD is not set | ||
1143 | CONFIG_USB_ISP116X_HCD=m | ||
1144 | # CONFIG_USB_ISP1760_HCD is not set | ||
1145 | CONFIG_USB_SL811_HCD=m | ||
1146 | # CONFIG_USB_SL811_CS is not set | ||
1147 | CONFIG_USB_R8A66597_HCD=m | ||
1148 | # CONFIG_USB_MUSB_HDRC is not set | ||
1149 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
1150 | |||
1151 | # | ||
1152 | # USB Device Class drivers | ||
1153 | # | ||
1154 | CONFIG_USB_ACM=m | ||
1155 | # CONFIG_USB_PRINTER is not set | ||
1156 | # CONFIG_USB_WDM is not set | ||
1157 | |||
1158 | # | ||
1159 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
1160 | # | ||
1161 | |||
1162 | # | ||
1163 | # may also be needed; see USB_STORAGE Help for more information | ||
1164 | # | ||
1165 | CONFIG_USB_STORAGE=m | ||
1166 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1167 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1168 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1169 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1170 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1171 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1172 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1173 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1174 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1175 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1176 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1177 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1178 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
1179 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1180 | # CONFIG_USB_LIBUSUAL is not set | ||
1181 | |||
1182 | # | ||
1183 | # USB Imaging devices | ||
1184 | # | ||
1185 | # CONFIG_USB_MDC800 is not set | ||
1186 | # CONFIG_USB_MICROTEK is not set | ||
1187 | |||
1188 | # | ||
1189 | # USB port drivers | ||
1190 | # | ||
1191 | CONFIG_USB_SERIAL=m | ||
1192 | # CONFIG_USB_EZUSB is not set | ||
1193 | CONFIG_USB_SERIAL_GENERIC=y | ||
1194 | # CONFIG_USB_SERIAL_AIRCABLE is not set | ||
1195 | # CONFIG_USB_SERIAL_ARK3116 is not set | ||
1196 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
1197 | # CONFIG_USB_SERIAL_CH341 is not set | ||
1198 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
1199 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
1200 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
1201 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
1202 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
1203 | # CONFIG_USB_SERIAL_FTDI_SIO is not set | ||
1204 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
1205 | # CONFIG_USB_SERIAL_VISOR is not set | ||
1206 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
1207 | # CONFIG_USB_SERIAL_IR is not set | ||
1208 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
1209 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
1210 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
1211 | # CONFIG_USB_SERIAL_IPW is not set | ||
1212 | # CONFIG_USB_SERIAL_IUU is not set | ||
1213 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
1214 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
1215 | # CONFIG_USB_SERIAL_KLSI is not set | ||
1216 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
1217 | CONFIG_USB_SERIAL_MCT_U232=m | ||
1218 | # CONFIG_USB_SERIAL_MOS7720 is not set | ||
1219 | # CONFIG_USB_SERIAL_MOS7840 is not set | ||
1220 | # CONFIG_USB_SERIAL_MOTOROLA is not set | ||
1221 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
1222 | # CONFIG_USB_SERIAL_PL2303 is not set | ||
1223 | # CONFIG_USB_SERIAL_OTI6858 is not set | ||
1224 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | ||
1225 | # CONFIG_USB_SERIAL_HP4X is not set | ||
1226 | # CONFIG_USB_SERIAL_SAFE is not set | ||
1227 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | ||
1228 | # CONFIG_USB_SERIAL_TI is not set | ||
1229 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
1230 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
1231 | # CONFIG_USB_SERIAL_OPTION is not set | ||
1232 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
1233 | # CONFIG_USB_SERIAL_DEBUG is not set | ||
1234 | |||
1235 | # | ||
1236 | # USB Miscellaneous drivers | ||
1237 | # | ||
1238 | # CONFIG_USB_EMI62 is not set | ||
1239 | # CONFIG_USB_EMI26 is not set | ||
1240 | # CONFIG_USB_ADUTUX is not set | ||
1241 | # CONFIG_USB_RIO500 is not set | ||
1242 | # CONFIG_USB_LEGOTOWER is not set | ||
1243 | # CONFIG_USB_LCD is not set | ||
1244 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1245 | # CONFIG_USB_LED is not set | ||
1246 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1247 | # CONFIG_USB_CYTHERM is not set | ||
1248 | # CONFIG_USB_PHIDGET is not set | ||
1249 | # CONFIG_USB_IDMOUSE is not set | ||
1250 | # CONFIG_USB_FTDI_ELAN is not set | ||
1251 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1252 | # CONFIG_USB_LD is not set | ||
1253 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1254 | # CONFIG_USB_IOWARRIOR is not set | ||
1255 | # CONFIG_USB_TEST is not set | ||
1256 | # CONFIG_USB_ISIGHTFW is not set | ||
1257 | CONFIG_USB_GADGET=m | ||
1258 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1259 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1260 | CONFIG_USB_GADGET_SELECTED=y | ||
1261 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1262 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1263 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1264 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1265 | CONFIG_USB_GADGET_PXA25X=y | ||
1266 | CONFIG_USB_PXA25X=m | ||
1267 | # CONFIG_USB_PXA25X_SMALL is not set | ||
1268 | # CONFIG_USB_GADGET_M66592 is not set | ||
1269 | # CONFIG_USB_GADGET_PXA27X 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_S3C2410 is not set | ||
1274 | # CONFIG_USB_GADGET_AT91 is not set | ||
1275 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1276 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
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 | # CONFIG_USB_MIDI_GADGET is not set | ||
1285 | CONFIG_USB_G_PRINTER=m | ||
1286 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
1287 | # CONFIG_MMC is not set | ||
1288 | # CONFIG_NEW_LEDS is not set | ||
1289 | CONFIG_RTC_LIB=y | ||
1290 | CONFIG_RTC_CLASS=m | ||
1291 | |||
1292 | # | ||
1293 | # RTC interfaces | ||
1294 | # | ||
1295 | CONFIG_RTC_INTF_SYSFS=y | ||
1296 | CONFIG_RTC_INTF_PROC=y | ||
1297 | CONFIG_RTC_INTF_DEV=y | ||
1298 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1299 | # CONFIG_RTC_DRV_TEST is not set | ||
1300 | |||
1301 | # | ||
1302 | # I2C RTC drivers | ||
1303 | # | ||
1304 | CONFIG_RTC_DRV_DS1307=m | ||
1305 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1306 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1307 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1308 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1309 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1310 | # CONFIG_RTC_DRV_X1205 is not set | ||
1311 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1312 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1313 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1314 | # CONFIG_RTC_DRV_S35390A is not set | ||
1315 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1316 | |||
1317 | # | ||
1318 | # SPI RTC drivers | ||
1319 | # | ||
1320 | |||
1321 | # | ||
1322 | # Platform RTC drivers | ||
1323 | # | ||
1324 | # CONFIG_RTC_DRV_CMOS is not set | ||
1325 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1326 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1327 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1328 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1329 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1330 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1331 | # CONFIG_RTC_DRV_V3020 is not set | ||
1332 | |||
1333 | # | ||
1334 | # on-CPU RTC drivers | ||
1335 | # | ||
1336 | CONFIG_RTC_DRV_SA1100=m | ||
1337 | # CONFIG_DMADEVICES is not set | ||
1338 | |||
1339 | # | ||
1340 | # Voltage and Current regulators | ||
1341 | # | ||
1342 | # CONFIG_REGULATOR is not set | ||
1343 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1344 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1345 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1346 | # CONFIG_UIO is not set | ||
1347 | |||
1348 | # | ||
1349 | # File systems | ||
1350 | # | ||
1351 | CONFIG_EXT2_FS=m | ||
1352 | # CONFIG_EXT2_FS_XATTR is not set | ||
1353 | # CONFIG_EXT2_FS_XIP is not set | ||
1354 | CONFIG_EXT3_FS=m | ||
1355 | # CONFIG_EXT3_FS_XATTR is not set | ||
1356 | # CONFIG_EXT4DEV_FS is not set | ||
1357 | CONFIG_JBD=m | ||
1358 | # CONFIG_REISERFS_FS is not set | ||
1359 | # CONFIG_JFS_FS is not set | ||
1360 | # CONFIG_FS_POSIX_ACL is not set | ||
1361 | # CONFIG_XFS_FS is not set | ||
1362 | # CONFIG_OCFS2_FS is not set | ||
1363 | # CONFIG_DNOTIFY is not set | ||
1364 | CONFIG_INOTIFY=y | ||
1365 | CONFIG_INOTIFY_USER=y | ||
1366 | # CONFIG_QUOTA is not set | ||
1367 | # CONFIG_AUTOFS_FS is not set | ||
1368 | # CONFIG_AUTOFS4_FS is not set | ||
1369 | # CONFIG_FUSE_FS is not set | ||
1370 | |||
1371 | # | ||
1372 | # CD-ROM/DVD Filesystems | ||
1373 | # | ||
1374 | # CONFIG_ISO9660_FS is not set | ||
1375 | # CONFIG_UDF_FS is not set | ||
1376 | |||
1377 | # | ||
1378 | # DOS/FAT/NT Filesystems | ||
1379 | # | ||
1380 | CONFIG_FAT_FS=m | ||
1381 | # CONFIG_MSDOS_FS is not set | ||
1382 | CONFIG_VFAT_FS=m | ||
1383 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1384 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1385 | # CONFIG_NTFS_FS is not set | ||
1386 | |||
1387 | # | ||
1388 | # Pseudo filesystems | ||
1389 | # | ||
1390 | CONFIG_PROC_FS=y | ||
1391 | CONFIG_PROC_SYSCTL=y | ||
1392 | CONFIG_SYSFS=y | ||
1393 | CONFIG_TMPFS=y | ||
1394 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1395 | # CONFIG_HUGETLB_PAGE is not set | ||
1396 | # CONFIG_CONFIGFS_FS is not set | ||
1397 | |||
1398 | # | ||
1399 | # Miscellaneous filesystems | ||
1400 | # | ||
1401 | # CONFIG_ADFS_FS is not set | ||
1402 | # CONFIG_AFFS_FS is not set | ||
1403 | # CONFIG_HFS_FS is not set | ||
1404 | # CONFIG_HFSPLUS_FS is not set | ||
1405 | # CONFIG_BEFS_FS is not set | ||
1406 | # CONFIG_BFS_FS is not set | ||
1407 | # CONFIG_EFS_FS is not set | ||
1408 | CONFIG_JFFS2_FS=y | ||
1409 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1410 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1411 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1412 | # CONFIG_JFFS2_SUMMARY is not set | ||
1413 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1414 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1415 | CONFIG_JFFS2_ZLIB=y | ||
1416 | # CONFIG_JFFS2_LZO is not set | ||
1417 | CONFIG_JFFS2_RTIME=y | ||
1418 | # CONFIG_JFFS2_RUBIN is not set | ||
1419 | # CONFIG_CRAMFS is not set | ||
1420 | # CONFIG_VXFS_FS is not set | ||
1421 | # CONFIG_MINIX_FS is not set | ||
1422 | # CONFIG_OMFS_FS is not set | ||
1423 | # CONFIG_HPFS_FS is not set | ||
1424 | # CONFIG_QNX4FS_FS is not set | ||
1425 | # CONFIG_ROMFS_FS is not set | ||
1426 | # CONFIG_SYSV_FS is not set | ||
1427 | # CONFIG_UFS_FS is not set | ||
1428 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1429 | CONFIG_NFS_FS=y | ||
1430 | CONFIG_NFS_V3=y | ||
1431 | # CONFIG_NFS_V3_ACL is not set | ||
1432 | # CONFIG_NFS_V4 is not set | ||
1433 | CONFIG_ROOT_NFS=y | ||
1434 | CONFIG_NFSD=m | ||
1435 | CONFIG_NFSD_V3=y | ||
1436 | # CONFIG_NFSD_V3_ACL is not set | ||
1437 | # CONFIG_NFSD_V4 is not set | ||
1438 | CONFIG_LOCKD=y | ||
1439 | CONFIG_LOCKD_V4=y | ||
1440 | CONFIG_EXPORTFS=m | ||
1441 | CONFIG_NFS_COMMON=y | ||
1442 | CONFIG_SUNRPC=y | ||
1443 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1444 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1445 | # CONFIG_SMB_FS is not set | ||
1446 | # CONFIG_CIFS is not set | ||
1447 | # CONFIG_NCP_FS is not set | ||
1448 | # CONFIG_CODA_FS is not set | ||
1449 | # CONFIG_AFS_FS is not set | ||
1450 | |||
1451 | # | ||
1452 | # Partition Types | ||
1453 | # | ||
1454 | CONFIG_PARTITION_ADVANCED=y | ||
1455 | # CONFIG_ACORN_PARTITION is not set | ||
1456 | # CONFIG_OSF_PARTITION is not set | ||
1457 | # CONFIG_AMIGA_PARTITION is not set | ||
1458 | # CONFIG_ATARI_PARTITION is not set | ||
1459 | # CONFIG_MAC_PARTITION is not set | ||
1460 | CONFIG_MSDOS_PARTITION=y | ||
1461 | # CONFIG_BSD_DISKLABEL is not set | ||
1462 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1463 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1464 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1465 | # CONFIG_LDM_PARTITION is not set | ||
1466 | # CONFIG_SGI_PARTITION is not set | ||
1467 | # CONFIG_ULTRIX_PARTITION is not set | ||
1468 | # CONFIG_SUN_PARTITION is not set | ||
1469 | # CONFIG_KARMA_PARTITION is not set | ||
1470 | # CONFIG_EFI_PARTITION is not set | ||
1471 | # CONFIG_SYSV68_PARTITION is not set | ||
1472 | CONFIG_NLS=m | ||
1473 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1474 | CONFIG_NLS_CODEPAGE_437=m | ||
1475 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1476 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1477 | CONFIG_NLS_CODEPAGE_850=m | ||
1478 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1479 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1480 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1481 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1482 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1483 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1484 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1485 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1486 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1487 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1488 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1489 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1490 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1491 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1492 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1493 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1494 | # CONFIG_NLS_ISO8859_8 is not set | ||
1495 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1496 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1497 | # CONFIG_NLS_ASCII is not set | ||
1498 | CONFIG_NLS_ISO8859_1=m | ||
1499 | # CONFIG_NLS_ISO8859_2 is not set | ||
1500 | # CONFIG_NLS_ISO8859_3 is not set | ||
1501 | # CONFIG_NLS_ISO8859_4 is not set | ||
1502 | # CONFIG_NLS_ISO8859_5 is not set | ||
1503 | # CONFIG_NLS_ISO8859_6 is not set | ||
1504 | # CONFIG_NLS_ISO8859_7 is not set | ||
1505 | # CONFIG_NLS_ISO8859_9 is not set | ||
1506 | # CONFIG_NLS_ISO8859_13 is not set | ||
1507 | # CONFIG_NLS_ISO8859_14 is not set | ||
1508 | CONFIG_NLS_ISO8859_15=m | ||
1509 | # CONFIG_NLS_KOI8_R is not set | ||
1510 | # CONFIG_NLS_KOI8_U is not set | ||
1511 | CONFIG_NLS_UTF8=m | ||
1512 | # CONFIG_DLM is not set | ||
1513 | |||
1514 | # | ||
1515 | # Kernel hacking | ||
1516 | # | ||
1517 | # CONFIG_PRINTK_TIME is not set | ||
1518 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1519 | CONFIG_ENABLE_MUST_CHECK=y | ||
1520 | CONFIG_FRAME_WARN=1024 | ||
1521 | CONFIG_MAGIC_SYSRQ=y | ||
1522 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1523 | # CONFIG_DEBUG_FS is not set | ||
1524 | # CONFIG_HEADERS_CHECK is not set | ||
1525 | CONFIG_DEBUG_KERNEL=y | ||
1526 | # CONFIG_DEBUG_SHIRQ is not set | ||
1527 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1528 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1529 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1530 | CONFIG_SCHED_DEBUG=y | ||
1531 | # CONFIG_SCHEDSTATS is not set | ||
1532 | # CONFIG_TIMER_STATS is not set | ||
1533 | # CONFIG_DEBUG_OBJECTS is not set | ||
1534 | # CONFIG_DEBUG_SLAB is not set | ||
1535 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1536 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1537 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1538 | CONFIG_DEBUG_MUTEXES=y | ||
1539 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1540 | # CONFIG_PROVE_LOCKING is not set | ||
1541 | # CONFIG_LOCK_STAT is not set | ||
1542 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1543 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1544 | # CONFIG_DEBUG_KOBJECT is not set | ||
1545 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1546 | # CONFIG_DEBUG_INFO is not set | ||
1547 | # CONFIG_DEBUG_VM is not set | ||
1548 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1549 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1550 | # CONFIG_DEBUG_LIST is not set | ||
1551 | # CONFIG_DEBUG_SG is not set | ||
1552 | CONFIG_FRAME_POINTER=y | ||
1553 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1554 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1555 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1556 | # CONFIG_FAULT_INJECTION is not set | ||
1557 | # CONFIG_LATENCYTOP is not set | ||
1558 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1559 | CONFIG_HAVE_FTRACE=y | ||
1560 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1561 | # CONFIG_FTRACE is not set | ||
1562 | # CONFIG_IRQSOFF_TRACER is not set | ||
1563 | # CONFIG_SCHED_TRACER is not set | ||
1564 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1565 | # CONFIG_SAMPLES is not set | ||
1566 | CONFIG_HAVE_ARCH_KGDB=y | ||
1567 | # CONFIG_KGDB is not set | ||
1568 | # CONFIG_DEBUG_USER is not set | ||
1569 | CONFIG_DEBUG_ERRORS=y | ||
1570 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1571 | # CONFIG_DEBUG_LL is not set | ||
1572 | |||
1573 | # | ||
1574 | # Security options | ||
1575 | # | ||
1576 | # CONFIG_KEYS is not set | ||
1577 | # CONFIG_SECURITY is not set | ||
1578 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1579 | CONFIG_CRYPTO=y | ||
1580 | |||
1581 | # | ||
1582 | # Crypto core or helper | ||
1583 | # | ||
1584 | CONFIG_CRYPTO_ALGAPI=m | ||
1585 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1586 | CONFIG_CRYPTO_MANAGER=m | ||
1587 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1588 | # CONFIG_CRYPTO_NULL is not set | ||
1589 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1590 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1591 | # CONFIG_CRYPTO_TEST is not set | ||
1592 | |||
1593 | # | ||
1594 | # Authenticated Encryption with Associated Data | ||
1595 | # | ||
1596 | # CONFIG_CRYPTO_CCM is not set | ||
1597 | # CONFIG_CRYPTO_GCM is not set | ||
1598 | # CONFIG_CRYPTO_SEQIV is not set | ||
1599 | |||
1600 | # | ||
1601 | # Block modes | ||
1602 | # | ||
1603 | # CONFIG_CRYPTO_CBC is not set | ||
1604 | # CONFIG_CRYPTO_CTR is not set | ||
1605 | # CONFIG_CRYPTO_CTS is not set | ||
1606 | CONFIG_CRYPTO_ECB=m | ||
1607 | # CONFIG_CRYPTO_LRW is not set | ||
1608 | # CONFIG_CRYPTO_PCBC is not set | ||
1609 | # CONFIG_CRYPTO_XTS is not set | ||
1610 | |||
1611 | # | ||
1612 | # Hash modes | ||
1613 | # | ||
1614 | # CONFIG_CRYPTO_HMAC is not set | ||
1615 | # CONFIG_CRYPTO_XCBC is not set | ||
1616 | |||
1617 | # | ||
1618 | # Digest | ||
1619 | # | ||
1620 | # CONFIG_CRYPTO_CRC32C is not set | ||
1621 | # CONFIG_CRYPTO_MD4 is not set | ||
1622 | # CONFIG_CRYPTO_MD5 is not set | ||
1623 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1624 | # CONFIG_CRYPTO_RMD128 is not set | ||
1625 | # CONFIG_CRYPTO_RMD160 is not set | ||
1626 | # CONFIG_CRYPTO_RMD256 is not set | ||
1627 | # CONFIG_CRYPTO_RMD320 is not set | ||
1628 | # CONFIG_CRYPTO_SHA1 is not set | ||
1629 | # CONFIG_CRYPTO_SHA256 is not set | ||
1630 | # CONFIG_CRYPTO_SHA512 is not set | ||
1631 | # CONFIG_CRYPTO_TGR192 is not set | ||
1632 | # CONFIG_CRYPTO_WP512 is not set | ||
1633 | |||
1634 | # | ||
1635 | # Ciphers | ||
1636 | # | ||
1637 | # CONFIG_CRYPTO_AES is not set | ||
1638 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1639 | CONFIG_CRYPTO_ARC4=m | ||
1640 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1641 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1642 | # CONFIG_CRYPTO_CAST5 is not set | ||
1643 | # CONFIG_CRYPTO_CAST6 is not set | ||
1644 | # CONFIG_CRYPTO_DES is not set | ||
1645 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1646 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1647 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1648 | # CONFIG_CRYPTO_SEED is not set | ||
1649 | # CONFIG_CRYPTO_SERPENT is not set | ||
1650 | # CONFIG_CRYPTO_TEA is not set | ||
1651 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1652 | |||
1653 | # | ||
1654 | # Compression | ||
1655 | # | ||
1656 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1657 | # CONFIG_CRYPTO_LZO is not set | ||
1658 | CONFIG_CRYPTO_HW=y | ||
1659 | |||
1660 | # | ||
1661 | # Library routines | ||
1662 | # | ||
1663 | CONFIG_BITREVERSE=y | ||
1664 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1665 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1666 | CONFIG_CRC_CCITT=m | ||
1667 | # CONFIG_CRC16 is not set | ||
1668 | CONFIG_CRC_T10DIF=m | ||
1669 | # CONFIG_CRC_ITU_T is not set | ||
1670 | CONFIG_CRC32=y | ||
1671 | # CONFIG_CRC7 is not set | ||
1672 | # CONFIG_LIBCRC32C is not set | ||
1673 | CONFIG_ZLIB_INFLATE=y | ||
1674 | CONFIG_ZLIB_DEFLATE=y | ||
1675 | CONFIG_PLIST=y | ||
1676 | CONFIG_HAS_IOMEM=y | ||
1677 | CONFIG_HAS_IOPORT=y | ||
1678 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/xm_x270_defconfig b/arch/arm/configs/xm_x2xx_defconfig index aa40d91ce599..f891364deceb 100644 --- a/arch/arm/configs/xm_x270_defconfig +++ b/arch/arm/configs/xm_x2xx_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.25 | 3 | # Linux kernel version: 2.6.27-rc8 |
4 | # Sun May 11 15:12:52 2008 | 4 | # Sun Oct 5 11:05:36 2008 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -12,6 +12,7 @@ CONFIG_MMU=y | |||
12 | # CONFIG_NO_IOPORT is not set | 12 | # CONFIG_NO_IOPORT is not set |
13 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | 14 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | 16 | CONFIG_LOCKDEP_SUPPORT=y |
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
17 | CONFIG_HARDIRQS_SW_RESEND=y | 18 | CONFIG_HARDIRQS_SW_RESEND=y |
@@ -24,6 +25,7 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y | |||
24 | CONFIG_ARCH_SUPPORTS_AOUT=y | 25 | CONFIG_ARCH_SUPPORTS_AOUT=y |
25 | CONFIG_ZONE_DMA=y | 26 | CONFIG_ZONE_DMA=y |
26 | CONFIG_ARCH_MTD_XIP=y | 27 | CONFIG_ARCH_MTD_XIP=y |
28 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | 29 | CONFIG_VECTORS_BASE=0xffff0000 |
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 30 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
29 | 31 | ||
@@ -62,7 +64,6 @@ CONFIG_SYSCTL=y | |||
62 | CONFIG_EMBEDDED=y | 64 | CONFIG_EMBEDDED=y |
63 | CONFIG_UID16=y | 65 | CONFIG_UID16=y |
64 | CONFIG_SYSCTL_SYSCALL=y | 66 | CONFIG_SYSCTL_SYSCALL=y |
65 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
66 | CONFIG_KALLSYMS=y | 67 | CONFIG_KALLSYMS=y |
67 | # CONFIG_KALLSYMS_ALL is not set | 68 | # CONFIG_KALLSYMS_ALL is not set |
68 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 69 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -88,14 +89,21 @@ CONFIG_SLUB=y | |||
88 | # CONFIG_MARKERS is not set | 89 | # CONFIG_MARKERS is not set |
89 | CONFIG_HAVE_OPROFILE=y | 90 | CONFIG_HAVE_OPROFILE=y |
90 | # CONFIG_KPROBES is not set | 91 | # CONFIG_KPROBES is not set |
92 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
93 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
91 | CONFIG_HAVE_KPROBES=y | 94 | CONFIG_HAVE_KPROBES=y |
92 | CONFIG_HAVE_KRETPROBES=y | 95 | CONFIG_HAVE_KRETPROBES=y |
96 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
93 | # CONFIG_HAVE_DMA_ATTRS is not set | 97 | # CONFIG_HAVE_DMA_ATTRS is not set |
98 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
99 | CONFIG_HAVE_CLK=y | ||
94 | # CONFIG_PROC_PAGE_MONITOR is not set | 100 | # CONFIG_PROC_PAGE_MONITOR is not set |
101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
95 | CONFIG_RT_MUTEXES=y | 102 | CONFIG_RT_MUTEXES=y |
96 | # CONFIG_TINY_SHMEM is not set | 103 | # CONFIG_TINY_SHMEM is not set |
97 | CONFIG_BASE_SMALL=0 | 104 | CONFIG_BASE_SMALL=0 |
98 | CONFIG_MODULES=y | 105 | CONFIG_MODULES=y |
106 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
99 | CONFIG_MODULE_UNLOAD=y | 107 | CONFIG_MODULE_UNLOAD=y |
100 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 108 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
101 | # CONFIG_MODVERSIONS is not set | 109 | # CONFIG_MODVERSIONS is not set |
@@ -106,6 +114,7 @@ CONFIG_BLOCK=y | |||
106 | # CONFIG_BLK_DEV_IO_TRACE is not set | 114 | # CONFIG_BLK_DEV_IO_TRACE is not set |
107 | # CONFIG_LSF is not set | 115 | # CONFIG_LSF is not set |
108 | # CONFIG_BLK_DEV_BSG is not set | 116 | # CONFIG_BLK_DEV_BSG is not set |
117 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
109 | 118 | ||
110 | # | 119 | # |
111 | # IO Schedulers | 120 | # IO Schedulers |
@@ -131,7 +140,6 @@ CONFIG_CLASSIC_RCU=y | |||
131 | # CONFIG_ARCH_AT91 is not set | 140 | # CONFIG_ARCH_AT91 is not set |
132 | # CONFIG_ARCH_CLPS7500 is not set | 141 | # CONFIG_ARCH_CLPS7500 is not set |
133 | # CONFIG_ARCH_CLPS711X is not set | 142 | # CONFIG_ARCH_CLPS711X is not set |
134 | # CONFIG_ARCH_CO285 is not set | ||
135 | # CONFIG_ARCH_EBSA110 is not set | 143 | # CONFIG_ARCH_EBSA110 is not set |
136 | # CONFIG_ARCH_EP93XX is not set | 144 | # CONFIG_ARCH_EP93XX is not set |
137 | # CONFIG_ARCH_FOOTBRIDGE is not set | 145 | # CONFIG_ARCH_FOOTBRIDGE is not set |
@@ -145,8 +153,11 @@ CONFIG_CLASSIC_RCU=y | |||
145 | # CONFIG_ARCH_IXP2000 is not set | 153 | # CONFIG_ARCH_IXP2000 is not set |
146 | # CONFIG_ARCH_IXP4XX is not set | 154 | # CONFIG_ARCH_IXP4XX is not set |
147 | # CONFIG_ARCH_L7200 is not set | 155 | # CONFIG_ARCH_L7200 is not set |
156 | # CONFIG_ARCH_KIRKWOOD is not set | ||
148 | # CONFIG_ARCH_KS8695 is not set | 157 | # CONFIG_ARCH_KS8695 is not set |
149 | # CONFIG_ARCH_NS9XXX is not set | 158 | # CONFIG_ARCH_NS9XXX is not set |
159 | # CONFIG_ARCH_LOKI is not set | ||
160 | # CONFIG_ARCH_MV78XX0 is not set | ||
150 | # CONFIG_ARCH_MXC is not set | 161 | # CONFIG_ARCH_MXC is not set |
151 | # CONFIG_ARCH_ORION5X is not set | 162 | # CONFIG_ARCH_ORION5X is not set |
152 | # CONFIG_ARCH_PNX4008 is not set | 163 | # CONFIG_ARCH_PNX4008 is not set |
@@ -164,26 +175,32 @@ CONFIG_DMABOUNCE=y | |||
164 | # | 175 | # |
165 | # Intel PXA2xx/PXA3xx Implementations | 176 | # Intel PXA2xx/PXA3xx Implementations |
166 | # | 177 | # |
167 | |||
168 | # | ||
169 | # Select target boards | ||
170 | # | ||
171 | # CONFIG_ARCH_GUMSTIX is not set | 178 | # CONFIG_ARCH_GUMSTIX is not set |
172 | # CONFIG_ARCH_LUBBOCK is not set | 179 | # CONFIG_ARCH_LUBBOCK is not set |
173 | # CONFIG_MACH_LOGICPD_PXA270 is not set | 180 | # CONFIG_MACH_LOGICPD_PXA270 is not set |
174 | # CONFIG_MACH_MAINSTONE is not set | 181 | # CONFIG_MACH_MAINSTONE is not set |
182 | # CONFIG_MACH_MP900C is not set | ||
175 | # CONFIG_ARCH_PXA_IDP is not set | 183 | # CONFIG_ARCH_PXA_IDP is not set |
176 | # CONFIG_PXA_SHARPSL is not set | 184 | # CONFIG_PXA_SHARPSL is not set |
185 | # CONFIG_ARCH_VIPER is not set | ||
177 | # CONFIG_ARCH_PXA_ESERIES is not set | 186 | # CONFIG_ARCH_PXA_ESERIES is not set |
178 | # CONFIG_MACH_TRIZEPS4 is not set | 187 | # CONFIG_TRIZEPS_PXA is not set |
179 | CONFIG_MACH_EM_X270=y | 188 | CONFIG_MACH_EM_X270=y |
180 | # CONFIG_MACH_COLIBRI is not set | 189 | # CONFIG_MACH_COLIBRI is not set |
181 | # CONFIG_MACH_ZYLONITE is not set | 190 | # CONFIG_MACH_ZYLONITE is not set |
182 | # CONFIG_MACH_LITTLETON is not set | 191 | # CONFIG_MACH_LITTLETON is not set |
192 | # CONFIG_MACH_TAVOREVB is not set | ||
193 | # CONFIG_MACH_SAAR is not set | ||
183 | CONFIG_MACH_ARMCORE=y | 194 | CONFIG_MACH_ARMCORE=y |
195 | # CONFIG_MACH_CM_X300 is not set | ||
184 | # CONFIG_MACH_MAGICIAN is not set | 196 | # CONFIG_MACH_MAGICIAN is not set |
197 | # CONFIG_MACH_MIOA701 is not set | ||
185 | # CONFIG_MACH_PCM027 is not set | 198 | # CONFIG_MACH_PCM027 is not set |
199 | # CONFIG_ARCH_PXA_PALM is not set | ||
200 | # CONFIG_PXA_EZX is not set | ||
201 | CONFIG_PXA25x=y | ||
186 | CONFIG_PXA27x=y | 202 | CONFIG_PXA27x=y |
203 | CONFIG_PXA_SSP=y | ||
187 | # CONFIG_PXA_PWM is not set | 204 | # CONFIG_PXA_PWM is not set |
188 | 205 | ||
189 | # | 206 | # |
@@ -253,11 +270,17 @@ CONFIG_TICK_ONESHOT=y | |||
253 | CONFIG_NO_HZ=y | 270 | CONFIG_NO_HZ=y |
254 | # CONFIG_HIGH_RES_TIMERS is not set | 271 | # CONFIG_HIGH_RES_TIMERS is not set |
255 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 272 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
273 | CONFIG_VMSPLIT_3G=y | ||
274 | # CONFIG_VMSPLIT_2G is not set | ||
275 | # CONFIG_VMSPLIT_1G is not set | ||
276 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
256 | # CONFIG_PREEMPT is not set | 277 | # CONFIG_PREEMPT is not set |
257 | CONFIG_HZ=100 | 278 | CONFIG_HZ=100 |
258 | CONFIG_AEABI=y | 279 | CONFIG_AEABI=y |
259 | CONFIG_OABI_COMPAT=y | 280 | CONFIG_OABI_COMPAT=y |
260 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 281 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y |
282 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
283 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
261 | CONFIG_SELECT_MEMORY_MODEL=y | 284 | CONFIG_SELECT_MEMORY_MODEL=y |
262 | CONFIG_FLATMEM_MANUAL=y | 285 | CONFIG_FLATMEM_MANUAL=y |
263 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 286 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
@@ -284,9 +307,10 @@ CONFIG_CMDLINE="root=1f03 mem=32M" | |||
284 | # CONFIG_KEXEC is not set | 307 | # CONFIG_KEXEC is not set |
285 | 308 | ||
286 | # | 309 | # |
287 | # CPU Frequency scaling | 310 | # CPU Power Management |
288 | # | 311 | # |
289 | # CONFIG_CPU_FREQ is not set | 312 | # CONFIG_CPU_FREQ is not set |
313 | # CONFIG_CPU_IDLE is not set | ||
290 | 314 | ||
291 | # | 315 | # |
292 | # Floating point emulation | 316 | # Floating point emulation |
@@ -316,10 +340,6 @@ CONFIG_SUSPEND=y | |||
316 | CONFIG_SUSPEND_FREEZER=y | 340 | CONFIG_SUSPEND_FREEZER=y |
317 | CONFIG_APM_EMULATION=m | 341 | CONFIG_APM_EMULATION=m |
318 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 342 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
319 | |||
320 | # | ||
321 | # Networking | ||
322 | # | ||
323 | CONFIG_NET=y | 343 | CONFIG_NET=y |
324 | 344 | ||
325 | # | 345 | # |
@@ -402,6 +422,7 @@ CONFIG_BT_HIDP=m | |||
402 | # | 422 | # |
403 | CONFIG_BT_HCIUSB=m | 423 | CONFIG_BT_HCIUSB=m |
404 | CONFIG_BT_HCIUSB_SCO=y | 424 | CONFIG_BT_HCIUSB_SCO=y |
425 | # CONFIG_BT_HCIBTUSB is not set | ||
405 | # CONFIG_BT_HCIBTSDIO is not set | 426 | # CONFIG_BT_HCIBTSDIO is not set |
406 | # CONFIG_BT_HCIUART is not set | 427 | # CONFIG_BT_HCIUART is not set |
407 | # CONFIG_BT_HCIBCM203X is not set | 428 | # CONFIG_BT_HCIBCM203X is not set |
@@ -419,6 +440,7 @@ CONFIG_BT_HCIUSB_SCO=y | |||
419 | # | 440 | # |
420 | # CONFIG_CFG80211 is not set | 441 | # CONFIG_CFG80211 is not set |
421 | CONFIG_WIRELESS_EXT=y | 442 | CONFIG_WIRELESS_EXT=y |
443 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
422 | # CONFIG_MAC80211 is not set | 444 | # CONFIG_MAC80211 is not set |
423 | # CONFIG_IEEE80211 is not set | 445 | # CONFIG_IEEE80211 is not set |
424 | # CONFIG_RFKILL is not set | 446 | # CONFIG_RFKILL is not set |
@@ -435,6 +457,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
435 | CONFIG_STANDALONE=y | 457 | CONFIG_STANDALONE=y |
436 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 458 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
437 | CONFIG_FW_LOADER=m | 459 | CONFIG_FW_LOADER=m |
460 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
461 | CONFIG_EXTRA_FIRMWARE="" | ||
438 | # CONFIG_DEBUG_DRIVER is not set | 462 | # CONFIG_DEBUG_DRIVER is not set |
439 | # CONFIG_DEBUG_DEVRES is not set | 463 | # CONFIG_DEBUG_DEVRES is not set |
440 | # CONFIG_SYS_HYPERVISOR is not set | 464 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -527,6 +551,7 @@ CONFIG_MTD_NAND=y | |||
527 | # CONFIG_MTD_NAND_ECC_SMC is not set | 551 | # CONFIG_MTD_NAND_ECC_SMC is not set |
528 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 552 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
529 | # CONFIG_MTD_NAND_H1900 is not set | 553 | # CONFIG_MTD_NAND_H1900 is not set |
554 | CONFIG_MTD_NAND_GPIO=m | ||
530 | CONFIG_MTD_NAND_IDS=y | 555 | CONFIG_MTD_NAND_IDS=y |
531 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 556 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
532 | # CONFIG_MTD_NAND_SHARPSL is not set | 557 | # CONFIG_MTD_NAND_SHARPSL is not set |
@@ -636,6 +661,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
636 | # CONFIG_SCSI_DEBUG is not set | 661 | # CONFIG_SCSI_DEBUG is not set |
637 | # CONFIG_SCSI_SRP is not set | 662 | # CONFIG_SCSI_SRP is not set |
638 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | 663 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set |
664 | # CONFIG_SCSI_DH is not set | ||
639 | CONFIG_ATA=m | 665 | CONFIG_ATA=m |
640 | # CONFIG_ATA_NONSTANDARD is not set | 666 | # CONFIG_ATA_NONSTANDARD is not set |
641 | # CONFIG_SATA_PMP is not set | 667 | # CONFIG_SATA_PMP is not set |
@@ -696,17 +722,21 @@ CONFIG_PATA_PCMCIA=m | |||
696 | # CONFIG_PATA_VIA is not set | 722 | # CONFIG_PATA_VIA is not set |
697 | # CONFIG_PATA_WINBOND is not set | 723 | # CONFIG_PATA_WINBOND is not set |
698 | # CONFIG_PATA_PLATFORM is not set | 724 | # CONFIG_PATA_PLATFORM is not set |
725 | # CONFIG_PATA_SCH is not set | ||
699 | # CONFIG_MD is not set | 726 | # CONFIG_MD is not set |
700 | # CONFIG_FUSION is not set | 727 | # CONFIG_FUSION is not set |
701 | 728 | ||
702 | # | 729 | # |
703 | # IEEE 1394 (FireWire) support | 730 | # IEEE 1394 (FireWire) support |
704 | # | 731 | # |
732 | |||
733 | # | ||
734 | # Enable only one of the two stacks, unless you know what you are doing | ||
735 | # | ||
705 | # CONFIG_FIREWIRE is not set | 736 | # CONFIG_FIREWIRE is not set |
706 | # CONFIG_IEEE1394 is not set | 737 | # CONFIG_IEEE1394 is not set |
707 | # CONFIG_I2O is not set | 738 | # CONFIG_I2O is not set |
708 | CONFIG_NETDEVICES=y | 739 | CONFIG_NETDEVICES=y |
709 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
710 | # CONFIG_DUMMY is not set | 740 | # CONFIG_DUMMY is not set |
711 | # CONFIG_BONDING is not set | 741 | # CONFIG_BONDING is not set |
712 | # CONFIG_MACVLAN is not set | 742 | # CONFIG_MACVLAN is not set |
@@ -725,6 +755,7 @@ CONFIG_MII=y | |||
725 | # CONFIG_SMC91X is not set | 755 | # CONFIG_SMC91X is not set |
726 | CONFIG_DM9000=y | 756 | CONFIG_DM9000=y |
727 | CONFIG_DM9000_DEBUGLEVEL=1 | 757 | CONFIG_DM9000_DEBUGLEVEL=1 |
758 | # CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set | ||
728 | # CONFIG_SMC911X is not set | 759 | # CONFIG_SMC911X is not set |
729 | # CONFIG_NET_TULIP is not set | 760 | # CONFIG_NET_TULIP is not set |
730 | # CONFIG_HP100 is not set | 761 | # CONFIG_HP100 is not set |
@@ -780,7 +811,6 @@ CONFIG_LIBERTAS_SDIO=m | |||
780 | # CONFIG_PRISM54 is not set | 811 | # CONFIG_PRISM54 is not set |
781 | # CONFIG_USB_ZD1201 is not set | 812 | # CONFIG_USB_ZD1201 is not set |
782 | # CONFIG_USB_NET_RNDIS_WLAN is not set | 813 | # CONFIG_USB_NET_RNDIS_WLAN is not set |
783 | # CONFIG_IWLWIFI is not set | ||
784 | # CONFIG_IWLWIFI_LEDS is not set | 814 | # CONFIG_IWLWIFI_LEDS is not set |
785 | # CONFIG_HOSTAP is not set | 815 | # CONFIG_HOSTAP is not set |
786 | 816 | ||
@@ -853,17 +883,18 @@ CONFIG_INPUT_TOUCHSCREEN=y | |||
853 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 883 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
854 | # CONFIG_TOUCHSCREEN_ELO is not set | 884 | # CONFIG_TOUCHSCREEN_ELO is not set |
855 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | 885 | # CONFIG_TOUCHSCREEN_MTOUCH is not set |
886 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
856 | # CONFIG_TOUCHSCREEN_MK712 is not set | 887 | # CONFIG_TOUCHSCREEN_MK712 is not set |
857 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | 888 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set |
858 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | 889 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set |
859 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | 890 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set |
860 | CONFIG_TOUCHSCREEN_UCB1400=m | ||
861 | CONFIG_TOUCHSCREEN_WM97XX=m | 891 | CONFIG_TOUCHSCREEN_WM97XX=m |
862 | # CONFIG_TOUCHSCREEN_WM9705 is not set | 892 | # CONFIG_TOUCHSCREEN_WM9705 is not set |
863 | CONFIG_TOUCHSCREEN_WM9712=y | 893 | CONFIG_TOUCHSCREEN_WM9712=y |
864 | # CONFIG_TOUCHSCREEN_WM9713 is not set | 894 | # CONFIG_TOUCHSCREEN_WM9713 is not set |
865 | # CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE is not set | 895 | # CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE is not set |
866 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | 896 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set |
897 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
867 | # CONFIG_INPUT_MISC is not set | 898 | # CONFIG_INPUT_MISC is not set |
868 | 899 | ||
869 | # | 900 | # |
@@ -880,6 +911,7 @@ CONFIG_SERIO_LIBPS2=y | |||
880 | # Character devices | 911 | # Character devices |
881 | # | 912 | # |
882 | CONFIG_VT=y | 913 | CONFIG_VT=y |
914 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
883 | CONFIG_VT_CONSOLE=y | 915 | CONFIG_VT_CONSOLE=y |
884 | CONFIG_HW_CONSOLE=y | 916 | CONFIG_HW_CONSOLE=y |
885 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 917 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
@@ -922,45 +954,66 @@ CONFIG_DEVPORT=y | |||
922 | CONFIG_I2C=y | 954 | CONFIG_I2C=y |
923 | CONFIG_I2C_BOARDINFO=y | 955 | CONFIG_I2C_BOARDINFO=y |
924 | CONFIG_I2C_CHARDEV=m | 956 | CONFIG_I2C_CHARDEV=m |
957 | CONFIG_I2C_HELPER_AUTO=y | ||
925 | 958 | ||
926 | # | 959 | # |
927 | # I2C Hardware Bus support | 960 | # I2C Hardware Bus support |
928 | # | 961 | # |
962 | |||
963 | # | ||
964 | # PC SMBus host controller drivers | ||
965 | # | ||
929 | # CONFIG_I2C_ALI1535 is not set | 966 | # CONFIG_I2C_ALI1535 is not set |
930 | # CONFIG_I2C_ALI1563 is not set | 967 | # CONFIG_I2C_ALI1563 is not set |
931 | # CONFIG_I2C_ALI15X3 is not set | 968 | # CONFIG_I2C_ALI15X3 is not set |
932 | # CONFIG_I2C_AMD756 is not set | 969 | # CONFIG_I2C_AMD756 is not set |
933 | # CONFIG_I2C_AMD8111 is not set | 970 | # CONFIG_I2C_AMD8111 is not set |
934 | # CONFIG_I2C_GPIO is not set | ||
935 | # CONFIG_I2C_I801 is not set | 971 | # CONFIG_I2C_I801 is not set |
936 | # CONFIG_I2C_I810 is not set | 972 | # CONFIG_I2C_ISCH is not set |
937 | CONFIG_I2C_PXA=y | ||
938 | # CONFIG_I2C_PXA_SLAVE is not set | ||
939 | # CONFIG_I2C_PIIX4 is not set | 973 | # CONFIG_I2C_PIIX4 is not set |
940 | # CONFIG_I2C_NFORCE2 is not set | 974 | # CONFIG_I2C_NFORCE2 is not set |
941 | # CONFIG_I2C_OCORES is not set | ||
942 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
943 | # CONFIG_I2C_PROSAVAGE is not set | ||
944 | # CONFIG_I2C_SAVAGE4 is not set | ||
945 | # CONFIG_I2C_SIMTEC is not set | ||
946 | # CONFIG_I2C_SIS5595 is not set | 975 | # CONFIG_I2C_SIS5595 is not set |
947 | # CONFIG_I2C_SIS630 is not set | 976 | # CONFIG_I2C_SIS630 is not set |
948 | # CONFIG_I2C_SIS96X is not set | 977 | # CONFIG_I2C_SIS96X is not set |
949 | # CONFIG_I2C_TAOS_EVM is not set | ||
950 | # CONFIG_I2C_STUB is not set | ||
951 | # CONFIG_I2C_TINY_USB is not set | ||
952 | # CONFIG_I2C_VIA is not set | 978 | # CONFIG_I2C_VIA is not set |
953 | # CONFIG_I2C_VIAPRO is not set | 979 | # CONFIG_I2C_VIAPRO is not set |
980 | |||
981 | # | ||
982 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
983 | # | ||
984 | # CONFIG_I2C_GPIO is not set | ||
985 | # CONFIG_I2C_OCORES is not set | ||
986 | CONFIG_I2C_PXA=y | ||
987 | # CONFIG_I2C_PXA_SLAVE is not set | ||
988 | # CONFIG_I2C_SIMTEC is not set | ||
989 | |||
990 | # | ||
991 | # External I2C/SMBus adapter drivers | ||
992 | # | ||
993 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
994 | # CONFIG_I2C_TAOS_EVM is not set | ||
995 | # CONFIG_I2C_TINY_USB is not set | ||
996 | |||
997 | # | ||
998 | # Graphics adapter I2C/DDC channel drivers | ||
999 | # | ||
954 | # CONFIG_I2C_VOODOO3 is not set | 1000 | # CONFIG_I2C_VOODOO3 is not set |
1001 | |||
1002 | # | ||
1003 | # Other I2C/SMBus bus drivers | ||
1004 | # | ||
955 | # CONFIG_I2C_PCA_PLATFORM is not set | 1005 | # CONFIG_I2C_PCA_PLATFORM is not set |
1006 | # CONFIG_I2C_STUB is not set | ||
956 | 1007 | ||
957 | # | 1008 | # |
958 | # Miscellaneous I2C Chip support | 1009 | # Miscellaneous I2C Chip support |
959 | # | 1010 | # |
960 | # CONFIG_DS1682 is not set | 1011 | # CONFIG_DS1682 is not set |
1012 | # CONFIG_AT24 is not set | ||
961 | # CONFIG_SENSORS_EEPROM is not set | 1013 | # CONFIG_SENSORS_EEPROM is not set |
962 | # CONFIG_SENSORS_PCF8574 is not set | 1014 | # CONFIG_SENSORS_PCF8574 is not set |
963 | # CONFIG_PCF8575 is not set | 1015 | # CONFIG_PCF8575 is not set |
1016 | # CONFIG_SENSORS_PCA9539 is not set | ||
964 | # CONFIG_SENSORS_PCF8591 is not set | 1017 | # CONFIG_SENSORS_PCF8591 is not set |
965 | # CONFIG_TPS65010 is not set | 1018 | # CONFIG_TPS65010 is not set |
966 | # CONFIG_SENSORS_MAX6875 is not set | 1019 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -970,25 +1023,31 @@ CONFIG_I2C_PXA=y | |||
970 | # CONFIG_I2C_DEBUG_BUS is not set | 1023 | # CONFIG_I2C_DEBUG_BUS is not set |
971 | # CONFIG_I2C_DEBUG_CHIP is not set | 1024 | # CONFIG_I2C_DEBUG_CHIP is not set |
972 | # CONFIG_SPI is not set | 1025 | # CONFIG_SPI is not set |
973 | CONFIG_HAVE_GPIO_LIB=y | 1026 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
974 | 1027 | CONFIG_GPIOLIB=y | |
975 | # | ||
976 | # GPIO Support | ||
977 | # | ||
978 | # CONFIG_DEBUG_GPIO is not set | 1028 | # CONFIG_DEBUG_GPIO is not set |
1029 | # CONFIG_GPIO_SYSFS is not set | ||
979 | 1030 | ||
980 | # | 1031 | # |
981 | # I2C GPIO expanders: | 1032 | # I2C GPIO expanders: |
982 | # | 1033 | # |
1034 | # CONFIG_GPIO_MAX732X is not set | ||
983 | # CONFIG_GPIO_PCA953X is not set | 1035 | # CONFIG_GPIO_PCA953X is not set |
984 | # CONFIG_GPIO_PCF857X is not set | 1036 | # CONFIG_GPIO_PCF857X is not set |
985 | 1037 | ||
986 | # | 1038 | # |
1039 | # PCI GPIO expanders: | ||
1040 | # | ||
1041 | # CONFIG_GPIO_BT8XX is not set | ||
1042 | |||
1043 | # | ||
987 | # SPI GPIO expanders: | 1044 | # SPI GPIO expanders: |
988 | # | 1045 | # |
989 | # CONFIG_W1 is not set | 1046 | # CONFIG_W1 is not set |
990 | # CONFIG_POWER_SUPPLY is not set | 1047 | # CONFIG_POWER_SUPPLY is not set |
991 | # CONFIG_HWMON is not set | 1048 | # CONFIG_HWMON is not set |
1049 | # CONFIG_THERMAL is not set | ||
1050 | # CONFIG_THERMAL_HWMON is not set | ||
992 | # CONFIG_WATCHDOG is not set | 1051 | # CONFIG_WATCHDOG is not set |
993 | 1052 | ||
994 | # | 1053 | # |
@@ -1000,10 +1059,16 @@ CONFIG_SSB_POSSIBLE=y | |||
1000 | # | 1059 | # |
1001 | # Multifunction device drivers | 1060 | # Multifunction device drivers |
1002 | # | 1061 | # |
1062 | # CONFIG_MFD_CORE is not set | ||
1003 | # CONFIG_MFD_SM501 is not set | 1063 | # CONFIG_MFD_SM501 is not set |
1004 | # CONFIG_MFD_ASIC3 is not set | 1064 | # CONFIG_MFD_ASIC3 is not set |
1005 | # CONFIG_HTC_EGPIO is not set | 1065 | # CONFIG_HTC_EGPIO is not set |
1006 | # CONFIG_HTC_PASIC3 is not set | 1066 | # CONFIG_HTC_PASIC3 is not set |
1067 | # CONFIG_UCB1400_CORE is not set | ||
1068 | # CONFIG_MFD_TMIO is not set | ||
1069 | # CONFIG_MFD_T7L66XB is not set | ||
1070 | # CONFIG_MFD_TC6387XB is not set | ||
1071 | # CONFIG_MFD_TC6393XB is not set | ||
1007 | 1072 | ||
1008 | # | 1073 | # |
1009 | # Multimedia devices | 1074 | # Multimedia devices |
@@ -1014,6 +1079,7 @@ CONFIG_SSB_POSSIBLE=y | |||
1014 | # | 1079 | # |
1015 | # CONFIG_VIDEO_DEV is not set | 1080 | # CONFIG_VIDEO_DEV is not set |
1016 | # CONFIG_DVB_CORE is not set | 1081 | # CONFIG_DVB_CORE is not set |
1082 | # CONFIG_VIDEO_MEDIA is not set | ||
1017 | 1083 | ||
1018 | # | 1084 | # |
1019 | # Multimedia drivers | 1085 | # Multimedia drivers |
@@ -1038,7 +1104,6 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
1038 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 1104 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
1039 | # CONFIG_FB_FOREIGN_ENDIAN is not set | 1105 | # CONFIG_FB_FOREIGN_ENDIAN is not set |
1040 | # CONFIG_FB_SYS_FOPS is not set | 1106 | # CONFIG_FB_SYS_FOPS is not set |
1041 | CONFIG_FB_DEFERRED_IO=y | ||
1042 | # CONFIG_FB_SVGALIB is not set | 1107 | # CONFIG_FB_SVGALIB is not set |
1043 | # CONFIG_FB_MACMODES is not set | 1108 | # CONFIG_FB_MACMODES is not set |
1044 | # CONFIG_FB_BACKLIGHT is not set | 1109 | # CONFIG_FB_BACKLIGHT is not set |
@@ -1071,12 +1136,14 @@ CONFIG_FB_DEFERRED_IO=y | |||
1071 | # CONFIG_FB_TRIDENT is not set | 1136 | # CONFIG_FB_TRIDENT is not set |
1072 | # CONFIG_FB_ARK is not set | 1137 | # CONFIG_FB_ARK is not set |
1073 | # CONFIG_FB_PM3 is not set | 1138 | # CONFIG_FB_PM3 is not set |
1139 | # CONFIG_FB_CARMINE is not set | ||
1074 | CONFIG_FB_PXA=y | 1140 | CONFIG_FB_PXA=y |
1075 | # CONFIG_FB_PXA_SMARTPANEL is not set | 1141 | # CONFIG_FB_PXA_SMARTPANEL is not set |
1076 | CONFIG_FB_PXA_PARAMETERS=y | 1142 | CONFIG_FB_PXA_PARAMETERS=y |
1077 | CONFIG_FB_MBX=m | 1143 | CONFIG_FB_MBX=m |
1078 | # CONFIG_FB_AM200EPD is not set | 1144 | # CONFIG_FB_W100 is not set |
1079 | # CONFIG_FB_VIRTUAL is not set | 1145 | # CONFIG_FB_VIRTUAL is not set |
1146 | # CONFIG_FB_METRONOME is not set | ||
1080 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 1147 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
1081 | 1148 | ||
1082 | # | 1149 | # |
@@ -1099,15 +1166,7 @@ CONFIG_LOGO=y | |||
1099 | CONFIG_LOGO_LINUX_MONO=y | 1166 | CONFIG_LOGO_LINUX_MONO=y |
1100 | CONFIG_LOGO_LINUX_VGA16=y | 1167 | CONFIG_LOGO_LINUX_VGA16=y |
1101 | CONFIG_LOGO_LINUX_CLUT224=y | 1168 | CONFIG_LOGO_LINUX_CLUT224=y |
1102 | |||
1103 | # | ||
1104 | # Sound | ||
1105 | # | ||
1106 | CONFIG_SOUND=m | 1169 | CONFIG_SOUND=m |
1107 | |||
1108 | # | ||
1109 | # Advanced Linux Sound Architecture | ||
1110 | # | ||
1111 | CONFIG_SND=m | 1170 | CONFIG_SND=m |
1112 | CONFIG_SND_TIMER=m | 1171 | CONFIG_SND_TIMER=m |
1113 | CONFIG_SND_PCM=m | 1172 | CONFIG_SND_PCM=m |
@@ -1121,19 +1180,15 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
1121 | CONFIG_SND_VERBOSE_PROCFS=y | 1180 | CONFIG_SND_VERBOSE_PROCFS=y |
1122 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1181 | # CONFIG_SND_VERBOSE_PRINTK is not set |
1123 | # CONFIG_SND_DEBUG is not set | 1182 | # CONFIG_SND_DEBUG is not set |
1124 | 1183 | CONFIG_SND_VMASTER=y | |
1125 | # | ||
1126 | # Generic devices | ||
1127 | # | ||
1128 | CONFIG_SND_AC97_CODEC=m | 1184 | CONFIG_SND_AC97_CODEC=m |
1185 | CONFIG_SND_DRIVERS=y | ||
1129 | # CONFIG_SND_DUMMY is not set | 1186 | # CONFIG_SND_DUMMY is not set |
1130 | # CONFIG_SND_MTPAV is not set | 1187 | # CONFIG_SND_MTPAV is not set |
1131 | # CONFIG_SND_SERIAL_U16550 is not set | 1188 | # CONFIG_SND_SERIAL_U16550 is not set |
1132 | # CONFIG_SND_MPU401 is not set | 1189 | # CONFIG_SND_MPU401 is not set |
1133 | 1190 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
1134 | # | 1191 | CONFIG_SND_PCI=y |
1135 | # PCI devices | ||
1136 | # | ||
1137 | # CONFIG_SND_AD1889 is not set | 1192 | # CONFIG_SND_AD1889 is not set |
1138 | # CONFIG_SND_ALS300 is not set | 1193 | # CONFIG_SND_ALS300 is not set |
1139 | # CONFIG_SND_ALI5451 is not set | 1194 | # CONFIG_SND_ALI5451 is not set |
@@ -1193,42 +1248,16 @@ CONFIG_SND_AC97_CODEC=m | |||
1193 | # CONFIG_SND_VIRTUOSO is not set | 1248 | # CONFIG_SND_VIRTUOSO is not set |
1194 | # CONFIG_SND_VX222 is not set | 1249 | # CONFIG_SND_VX222 is not set |
1195 | # CONFIG_SND_YMFPCI is not set | 1250 | # CONFIG_SND_YMFPCI is not set |
1196 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1251 | CONFIG_SND_ARM=y |
1197 | |||
1198 | # | ||
1199 | # ALSA ARM devices | ||
1200 | # | ||
1201 | CONFIG_SND_PXA2XX_PCM=m | 1252 | CONFIG_SND_PXA2XX_PCM=m |
1202 | CONFIG_SND_PXA2XX_AC97=m | 1253 | CONFIG_SND_PXA2XX_AC97=m |
1203 | 1254 | CONFIG_SND_USB=y | |
1204 | # | ||
1205 | # USB devices | ||
1206 | # | ||
1207 | # CONFIG_SND_USB_AUDIO is not set | 1255 | # CONFIG_SND_USB_AUDIO is not set |
1208 | # CONFIG_SND_USB_CAIAQ is not set | 1256 | # CONFIG_SND_USB_CAIAQ is not set |
1209 | 1257 | CONFIG_SND_PCMCIA=y | |
1210 | # | ||
1211 | # PCMCIA devices | ||
1212 | # | ||
1213 | # CONFIG_SND_VXPOCKET is not set | 1258 | # CONFIG_SND_VXPOCKET is not set |
1214 | # CONFIG_SND_PDAUDIOCF is not set | 1259 | # CONFIG_SND_PDAUDIOCF is not set |
1215 | |||
1216 | # | ||
1217 | # System on Chip audio support | ||
1218 | # | ||
1219 | # CONFIG_SND_SOC is not set | 1260 | # CONFIG_SND_SOC is not set |
1220 | |||
1221 | # | ||
1222 | # ALSA SoC audio for Freescale SOCs | ||
1223 | # | ||
1224 | |||
1225 | # | ||
1226 | # SoC Audio for the Texas Instruments OMAP | ||
1227 | # | ||
1228 | |||
1229 | # | ||
1230 | # Open Sound System | ||
1231 | # | ||
1232 | # CONFIG_SOUND_PRIME is not set | 1261 | # CONFIG_SOUND_PRIME is not set |
1233 | CONFIG_AC97_BUS=m | 1262 | CONFIG_AC97_BUS=m |
1234 | CONFIG_HID_SUPPORT=y | 1263 | CONFIG_HID_SUPPORT=y |
@@ -1261,12 +1290,15 @@ CONFIG_USB_DEVICEFS=y | |||
1261 | # CONFIG_USB_OTG is not set | 1290 | # CONFIG_USB_OTG is not set |
1262 | # CONFIG_USB_OTG_WHITELIST is not set | 1291 | # CONFIG_USB_OTG_WHITELIST is not set |
1263 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1292 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
1293 | CONFIG_USB_MON=y | ||
1264 | 1294 | ||
1265 | # | 1295 | # |
1266 | # USB Host Controller Drivers | 1296 | # USB Host Controller Drivers |
1267 | # | 1297 | # |
1298 | # CONFIG_USB_C67X00_HCD is not set | ||
1268 | # CONFIG_USB_EHCI_HCD is not set | 1299 | # CONFIG_USB_EHCI_HCD is not set |
1269 | # CONFIG_USB_ISP116X_HCD is not set | 1300 | # CONFIG_USB_ISP116X_HCD is not set |
1301 | # CONFIG_USB_ISP1760_HCD is not set | ||
1270 | CONFIG_USB_OHCI_HCD=y | 1302 | CONFIG_USB_OHCI_HCD=y |
1271 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1303 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
1272 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | 1304 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |
@@ -1274,12 +1306,14 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1274 | # CONFIG_USB_UHCI_HCD is not set | 1306 | # CONFIG_USB_UHCI_HCD is not set |
1275 | # CONFIG_USB_SL811_HCD is not set | 1307 | # CONFIG_USB_SL811_HCD is not set |
1276 | # CONFIG_USB_R8A66597_HCD is not set | 1308 | # CONFIG_USB_R8A66597_HCD is not set |
1309 | # CONFIG_USB_MUSB_HDRC is not set | ||
1277 | 1310 | ||
1278 | # | 1311 | # |
1279 | # USB Device Class drivers | 1312 | # USB Device Class drivers |
1280 | # | 1313 | # |
1281 | # CONFIG_USB_ACM is not set | 1314 | # CONFIG_USB_ACM is not set |
1282 | # CONFIG_USB_PRINTER is not set | 1315 | # CONFIG_USB_PRINTER is not set |
1316 | # CONFIG_USB_WDM is not set | ||
1283 | 1317 | ||
1284 | # | 1318 | # |
1285 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1319 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -1309,7 +1343,6 @@ CONFIG_USB_STORAGE=y | |||
1309 | # | 1343 | # |
1310 | # CONFIG_USB_MDC800 is not set | 1344 | # CONFIG_USB_MDC800 is not set |
1311 | # CONFIG_USB_MICROTEK is not set | 1345 | # CONFIG_USB_MICROTEK is not set |
1312 | CONFIG_USB_MON=y | ||
1313 | 1346 | ||
1314 | # | 1347 | # |
1315 | # USB port drivers | 1348 | # USB port drivers |
@@ -1322,7 +1355,6 @@ CONFIG_USB_MON=y | |||
1322 | # CONFIG_USB_EMI62 is not set | 1355 | # CONFIG_USB_EMI62 is not set |
1323 | # CONFIG_USB_EMI26 is not set | 1356 | # CONFIG_USB_EMI26 is not set |
1324 | # CONFIG_USB_ADUTUX is not set | 1357 | # CONFIG_USB_ADUTUX is not set |
1325 | # CONFIG_USB_AUERSWALD is not set | ||
1326 | # CONFIG_USB_RIO500 is not set | 1358 | # CONFIG_USB_RIO500 is not set |
1327 | # CONFIG_USB_LEGOTOWER is not set | 1359 | # CONFIG_USB_LEGOTOWER is not set |
1328 | # CONFIG_USB_LCD is not set | 1360 | # CONFIG_USB_LCD is not set |
@@ -1338,6 +1370,7 @@ CONFIG_USB_MON=y | |||
1338 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1370 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1339 | # CONFIG_USB_IOWARRIOR is not set | 1371 | # CONFIG_USB_IOWARRIOR is not set |
1340 | # CONFIG_USB_TEST is not set | 1372 | # CONFIG_USB_TEST is not set |
1373 | # CONFIG_USB_ISIGHTFW is not set | ||
1341 | # CONFIG_USB_GADGET is not set | 1374 | # CONFIG_USB_GADGET is not set |
1342 | CONFIG_MMC=m | 1375 | CONFIG_MMC=m |
1343 | # CONFIG_MMC_DEBUG is not set | 1376 | # CONFIG_MMC_DEBUG is not set |
@@ -1349,6 +1382,7 @@ CONFIG_MMC=m | |||
1349 | CONFIG_MMC_BLOCK=m | 1382 | CONFIG_MMC_BLOCK=m |
1350 | CONFIG_MMC_BLOCK_BOUNCE=y | 1383 | CONFIG_MMC_BLOCK_BOUNCE=y |
1351 | # CONFIG_SDIO_UART is not set | 1384 | # CONFIG_SDIO_UART is not set |
1385 | # CONFIG_MMC_TEST is not set | ||
1352 | 1386 | ||
1353 | # | 1387 | # |
1354 | # MMC/SD Host Controller Drivers | 1388 | # MMC/SD Host Controller Drivers |
@@ -1356,14 +1390,19 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
1356 | CONFIG_MMC_PXA=m | 1390 | CONFIG_MMC_PXA=m |
1357 | # CONFIG_MMC_SDHCI is not set | 1391 | # CONFIG_MMC_SDHCI is not set |
1358 | # CONFIG_MMC_TIFM_SD is not set | 1392 | # CONFIG_MMC_TIFM_SD is not set |
1393 | # CONFIG_MMC_SDRICOH_CS is not set | ||
1394 | # CONFIG_MEMSTICK is not set | ||
1395 | # CONFIG_ACCESSIBILITY is not set | ||
1359 | CONFIG_NEW_LEDS=y | 1396 | CONFIG_NEW_LEDS=y |
1360 | CONFIG_LEDS_CLASS=y | 1397 | CONFIG_LEDS_CLASS=y |
1361 | 1398 | ||
1362 | # | 1399 | # |
1363 | # LED drivers | 1400 | # LED drivers |
1364 | # | 1401 | # |
1402 | # CONFIG_LEDS_PCA9532 is not set | ||
1365 | # CONFIG_LEDS_GPIO is not set | 1403 | # CONFIG_LEDS_GPIO is not set |
1366 | CONFIG_LEDS_CM_X270=y | 1404 | CONFIG_LEDS_CM_X270=y |
1405 | # CONFIG_LEDS_PCA955X is not set | ||
1367 | 1406 | ||
1368 | # | 1407 | # |
1369 | # LED Triggers | 1408 | # LED Triggers |
@@ -1401,6 +1440,7 @@ CONFIG_RTC_INTF_DEV=y | |||
1401 | # CONFIG_RTC_DRV_PCF8583 is not set | 1440 | # CONFIG_RTC_DRV_PCF8583 is not set |
1402 | # CONFIG_RTC_DRV_M41T80 is not set | 1441 | # CONFIG_RTC_DRV_M41T80 is not set |
1403 | # CONFIG_RTC_DRV_S35390A is not set | 1442 | # CONFIG_RTC_DRV_S35390A is not set |
1443 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1404 | 1444 | ||
1405 | # | 1445 | # |
1406 | # SPI RTC drivers | 1446 | # SPI RTC drivers |
@@ -1422,6 +1462,15 @@ CONFIG_RTC_DRV_V3020=y | |||
1422 | # on-CPU RTC drivers | 1462 | # on-CPU RTC drivers |
1423 | # | 1463 | # |
1424 | CONFIG_RTC_DRV_SA1100=y | 1464 | CONFIG_RTC_DRV_SA1100=y |
1465 | # CONFIG_DMADEVICES is not set | ||
1466 | |||
1467 | # | ||
1468 | # Voltage and Current regulators | ||
1469 | # | ||
1470 | # CONFIG_REGULATOR is not set | ||
1471 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1472 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1473 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1425 | # CONFIG_UIO is not set | 1474 | # CONFIG_UIO is not set |
1426 | 1475 | ||
1427 | # | 1476 | # |
@@ -1501,6 +1550,7 @@ CONFIG_JFFS2_RTIME=y | |||
1501 | # CONFIG_CRAMFS is not set | 1550 | # CONFIG_CRAMFS is not set |
1502 | # CONFIG_VXFS_FS is not set | 1551 | # CONFIG_VXFS_FS is not set |
1503 | # CONFIG_MINIX_FS is not set | 1552 | # CONFIG_MINIX_FS is not set |
1553 | # CONFIG_OMFS_FS is not set | ||
1504 | # CONFIG_HPFS_FS is not set | 1554 | # CONFIG_HPFS_FS is not set |
1505 | # CONFIG_QNX4FS_FS is not set | 1555 | # CONFIG_QNX4FS_FS is not set |
1506 | # CONFIG_ROMFS_FS is not set | 1556 | # CONFIG_ROMFS_FS is not set |
@@ -1511,13 +1561,12 @@ CONFIG_NFS_FS=y | |||
1511 | CONFIG_NFS_V3=y | 1561 | CONFIG_NFS_V3=y |
1512 | # CONFIG_NFS_V3_ACL is not set | 1562 | # CONFIG_NFS_V3_ACL is not set |
1513 | # CONFIG_NFS_V4 is not set | 1563 | # CONFIG_NFS_V4 is not set |
1514 | # CONFIG_NFSD is not set | ||
1515 | CONFIG_ROOT_NFS=y | 1564 | CONFIG_ROOT_NFS=y |
1565 | # CONFIG_NFSD is not set | ||
1516 | CONFIG_LOCKD=y | 1566 | CONFIG_LOCKD=y |
1517 | CONFIG_LOCKD_V4=y | 1567 | CONFIG_LOCKD_V4=y |
1518 | CONFIG_NFS_COMMON=y | 1568 | CONFIG_NFS_COMMON=y |
1519 | CONFIG_SUNRPC=y | 1569 | CONFIG_SUNRPC=y |
1520 | # CONFIG_SUNRPC_BIND34 is not set | ||
1521 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1570 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1522 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1571 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1523 | # CONFIG_SMB_FS is not set | 1572 | # CONFIG_SMB_FS is not set |
@@ -1626,6 +1675,7 @@ CONFIG_DEBUG_KERNEL=y | |||
1626 | # CONFIG_DEBUG_INFO is not set | 1675 | # CONFIG_DEBUG_INFO is not set |
1627 | # CONFIG_DEBUG_VM is not set | 1676 | # CONFIG_DEBUG_VM is not set |
1628 | # CONFIG_DEBUG_WRITECOUNT is not set | 1677 | # CONFIG_DEBUG_WRITECOUNT is not set |
1678 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1629 | # CONFIG_DEBUG_LIST is not set | 1679 | # CONFIG_DEBUG_LIST is not set |
1630 | # CONFIG_DEBUG_SG is not set | 1680 | # CONFIG_DEBUG_SG is not set |
1631 | CONFIG_FRAME_POINTER=y | 1681 | CONFIG_FRAME_POINTER=y |
@@ -1633,7 +1683,17 @@ CONFIG_FRAME_POINTER=y | |||
1633 | # CONFIG_RCU_TORTURE_TEST is not set | 1683 | # CONFIG_RCU_TORTURE_TEST is not set |
1634 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1684 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1635 | # CONFIG_FAULT_INJECTION is not set | 1685 | # CONFIG_FAULT_INJECTION is not set |
1686 | # CONFIG_LATENCYTOP is not set | ||
1687 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1688 | CONFIG_HAVE_FTRACE=y | ||
1689 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1690 | # CONFIG_FTRACE is not set | ||
1691 | # CONFIG_IRQSOFF_TRACER is not set | ||
1692 | # CONFIG_SCHED_TRACER is not set | ||
1693 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1636 | # CONFIG_SAMPLES is not set | 1694 | # CONFIG_SAMPLES is not set |
1695 | CONFIG_HAVE_ARCH_KGDB=y | ||
1696 | # CONFIG_KGDB is not set | ||
1637 | CONFIG_DEBUG_USER=y | 1697 | CONFIG_DEBUG_USER=y |
1638 | CONFIG_DEBUG_ERRORS=y | 1698 | CONFIG_DEBUG_ERRORS=y |
1639 | # CONFIG_DEBUG_STACK_USAGE is not set | 1699 | # CONFIG_DEBUG_STACK_USAGE is not set |
@@ -1689,6 +1749,10 @@ CONFIG_CRYPTO=y | |||
1689 | # CONFIG_CRYPTO_MD4 is not set | 1749 | # CONFIG_CRYPTO_MD4 is not set |
1690 | # CONFIG_CRYPTO_MD5 is not set | 1750 | # CONFIG_CRYPTO_MD5 is not set |
1691 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1751 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
1752 | # CONFIG_CRYPTO_RMD128 is not set | ||
1753 | # CONFIG_CRYPTO_RMD160 is not set | ||
1754 | # CONFIG_CRYPTO_RMD256 is not set | ||
1755 | # CONFIG_CRYPTO_RMD320 is not set | ||
1692 | # CONFIG_CRYPTO_SHA1 is not set | 1756 | # CONFIG_CRYPTO_SHA1 is not set |
1693 | # CONFIG_CRYPTO_SHA256 is not set | 1757 | # CONFIG_CRYPTO_SHA256 is not set |
1694 | # CONFIG_CRYPTO_SHA512 is not set | 1758 | # CONFIG_CRYPTO_SHA512 is not set |
@@ -1729,6 +1793,7 @@ CONFIG_BITREVERSE=y | |||
1729 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | 1793 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set |
1730 | CONFIG_CRC_CCITT=m | 1794 | CONFIG_CRC_CCITT=m |
1731 | # CONFIG_CRC16 is not set | 1795 | # CONFIG_CRC16 is not set |
1796 | # CONFIG_CRC_T10DIF is not set | ||
1732 | # CONFIG_CRC_ITU_T is not set | 1797 | # CONFIG_CRC_ITU_T is not set |
1733 | CONFIG_CRC32=y | 1798 | CONFIG_CRC32=y |
1734 | # CONFIG_CRC7 is not set | 1799 | # CONFIG_CRC7 is not set |
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 94a95d7fafd6..71934856fc22 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h | |||
@@ -61,8 +61,9 @@ extern void __raw_readsl(const void __iomem *addr, void *data, int longlen); | |||
61 | #define MT_DEVICE_NONSHARED 1 | 61 | #define MT_DEVICE_NONSHARED 1 |
62 | #define MT_DEVICE_CACHED 2 | 62 | #define MT_DEVICE_CACHED 2 |
63 | #define MT_DEVICE_IXP2000 3 | 63 | #define MT_DEVICE_IXP2000 3 |
64 | #define MT_DEVICE_WC 4 | ||
64 | /* | 65 | /* |
65 | * types 4 onwards can be found in asm/mach/map.h and are undefined | 66 | * types 5 onwards can be found in asm/mach/map.h and are undefined |
66 | * for ioremap | 67 | * for ioremap |
67 | */ | 68 | */ |
68 | 69 | ||
@@ -215,11 +216,13 @@ extern void _memset_io(volatile void __iomem *, int, size_t); | |||
215 | #define ioremap(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE) | 216 | #define ioremap(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE) |
216 | #define ioremap_nocache(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE) | 217 | #define ioremap_nocache(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE) |
217 | #define ioremap_cached(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE_CACHED) | 218 | #define ioremap_cached(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE_CACHED) |
219 | #define ioremap_wc(cookie,size) __arm_ioremap(cookie, size, MT_DEVICE_WC) | ||
218 | #define iounmap(cookie) __iounmap(cookie) | 220 | #define iounmap(cookie) __iounmap(cookie) |
219 | #else | 221 | #else |
220 | #define ioremap(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE) | 222 | #define ioremap(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE) |
221 | #define ioremap_nocache(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE) | 223 | #define ioremap_nocache(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE) |
222 | #define ioremap_cached(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE_CACHED) | 224 | #define ioremap_cached(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE_CACHED) |
225 | #define ioremap_wc(cookie,size) __arch_ioremap((cookie), (size), MT_DEVICE_WC) | ||
223 | #define iounmap(cookie) __arch_iounmap(cookie) | 226 | #define iounmap(cookie) __arch_iounmap(cookie) |
224 | #endif | 227 | #endif |
225 | 228 | ||
diff --git a/arch/arm/include/asm/mach/map.h b/arch/arm/include/asm/mach/map.h index 06f583b13999..9eb936e49cc3 100644 --- a/arch/arm/include/asm/mach/map.h +++ b/arch/arm/include/asm/mach/map.h | |||
@@ -18,13 +18,13 @@ struct map_desc { | |||
18 | unsigned int type; | 18 | unsigned int type; |
19 | }; | 19 | }; |
20 | 20 | ||
21 | /* types 0-3 are defined in asm/io.h */ | 21 | /* types 0-4 are defined in asm/io.h */ |
22 | #define MT_CACHECLEAN 4 | 22 | #define MT_CACHECLEAN 5 |
23 | #define MT_MINICLEAN 5 | 23 | #define MT_MINICLEAN 6 |
24 | #define MT_LOW_VECTORS 6 | 24 | #define MT_LOW_VECTORS 7 |
25 | #define MT_HIGH_VECTORS 7 | 25 | #define MT_HIGH_VECTORS 8 |
26 | #define MT_MEMORY 8 | 26 | #define MT_MEMORY 9 |
27 | #define MT_ROM 9 | 27 | #define MT_ROM 10 |
28 | 28 | ||
29 | #define MT_NONSHARED_DEVICE MT_DEVICE_NONSHARED | 29 | #define MT_NONSHARED_DEVICE MT_DEVICE_NONSHARED |
30 | #define MT_IXP2000_DEVICE MT_DEVICE_IXP2000 | 30 | #define MT_IXP2000_DEVICE MT_DEVICE_IXP2000 |
diff --git a/arch/arm/lib/sha1.S b/arch/arm/lib/sha1.S index ff6ece487ffc..67c2bf4774b7 100644 --- a/arch/arm/lib/sha1.S +++ b/arch/arm/lib/sha1.S | |||
@@ -29,7 +29,7 @@ ENTRY(sha_transform) | |||
29 | stmfd sp!, {r4 - r8, lr} | 29 | stmfd sp!, {r4 - r8, lr} |
30 | 30 | ||
31 | @ for (i = 0; i < 16; i++) | 31 | @ for (i = 0; i < 16; i++) |
32 | @ W[i] = be32_to_cpu(in[i]); */ | 32 | @ W[i] = be32_to_cpu(in[i]); |
33 | 33 | ||
34 | #ifdef __ARMEB__ | 34 | #ifdef __ARMEB__ |
35 | mov r4, r0 | 35 | mov r4, r0 |
diff --git a/arch/arm/mach-footbridge/time.c b/arch/arm/mach-footbridge/time.c index fd9a7c11d62d..004819ea85c8 100644 --- a/arch/arm/mach-footbridge/time.c +++ b/arch/arm/mach-footbridge/time.c | |||
@@ -49,12 +49,12 @@ static unsigned long __init get_isa_cmos_time(void) | |||
49 | } while (sec != CMOS_READ(RTC_SECONDS)); | 49 | } while (sec != CMOS_READ(RTC_SECONDS)); |
50 | 50 | ||
51 | if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { | 51 | if (!(CMOS_READ(RTC_CONTROL) & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { |
52 | BCD_TO_BIN(sec); | 52 | sec = bcd2bin(sec); |
53 | BCD_TO_BIN(min); | 53 | min = bcd2bin(min); |
54 | BCD_TO_BIN(hour); | 54 | hour = bcd2bin(hour); |
55 | BCD_TO_BIN(day); | 55 | day = bcd2bin(day); |
56 | BCD_TO_BIN(mon); | 56 | mon = bcd2bin(mon); |
57 | BCD_TO_BIN(year); | 57 | year = bcd2bin(year); |
58 | } | 58 | } |
59 | if ((year += 1900) < 1970) | 59 | if ((year += 1900) < 1970) |
60 | year += 100; | 60 | year += 100; |
@@ -76,7 +76,7 @@ static int set_isa_cmos_time(void) | |||
76 | 76 | ||
77 | cmos_minutes = CMOS_READ(RTC_MINUTES); | 77 | cmos_minutes = CMOS_READ(RTC_MINUTES); |
78 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) | 78 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) |
79 | BCD_TO_BIN(cmos_minutes); | 79 | cmos_minutes = bcd2bin(cmos_minutes); |
80 | 80 | ||
81 | /* | 81 | /* |
82 | * since we're only adjusting minutes and seconds, | 82 | * since we're only adjusting minutes and seconds, |
@@ -92,8 +92,8 @@ static int set_isa_cmos_time(void) | |||
92 | 92 | ||
93 | if (abs(real_minutes - cmos_minutes) < 30) { | 93 | if (abs(real_minutes - cmos_minutes) < 30) { |
94 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { | 94 | if (!(save_control & RTC_DM_BINARY) || RTC_ALWAYS_BCD) { |
95 | BIN_TO_BCD(real_seconds); | 95 | real_seconds = bin2bcd(real_seconds); |
96 | BIN_TO_BCD(real_minutes); | 96 | real_minutes = bin2bcd(real_minutes); |
97 | } | 97 | } |
98 | CMOS_WRITE(real_seconds,RTC_SECONDS); | 98 | CMOS_WRITE(real_seconds,RTC_SECONDS); |
99 | CMOS_WRITE(real_minutes,RTC_MINUTES); | 99 | CMOS_WRITE(real_minutes,RTC_MINUTES); |
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index 826010d5d014..2baeaeb0c900 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c | |||
@@ -159,6 +159,7 @@ static struct omap_mcbsp_ops omap1_mcbsp_ops = { | |||
159 | #ifdef CONFIG_ARCH_OMAP730 | 159 | #ifdef CONFIG_ARCH_OMAP730 |
160 | static struct omap_mcbsp_platform_data omap730_mcbsp_pdata[] = { | 160 | static struct omap_mcbsp_platform_data omap730_mcbsp_pdata[] = { |
161 | { | 161 | { |
162 | .phys_base = OMAP730_MCBSP1_BASE, | ||
162 | .virt_base = io_p2v(OMAP730_MCBSP1_BASE), | 163 | .virt_base = io_p2v(OMAP730_MCBSP1_BASE), |
163 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, | 164 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, |
164 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, | 165 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, |
@@ -167,6 +168,7 @@ static struct omap_mcbsp_platform_data omap730_mcbsp_pdata[] = { | |||
167 | .ops = &omap1_mcbsp_ops, | 168 | .ops = &omap1_mcbsp_ops, |
168 | }, | 169 | }, |
169 | { | 170 | { |
171 | .phys_base = OMAP730_MCBSP2_BASE, | ||
170 | .virt_base = io_p2v(OMAP730_MCBSP2_BASE), | 172 | .virt_base = io_p2v(OMAP730_MCBSP2_BASE), |
171 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, | 173 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, |
172 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, | 174 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, |
@@ -184,6 +186,7 @@ static struct omap_mcbsp_platform_data omap730_mcbsp_pdata[] = { | |||
184 | #ifdef CONFIG_ARCH_OMAP15XX | 186 | #ifdef CONFIG_ARCH_OMAP15XX |
185 | static struct omap_mcbsp_platform_data omap15xx_mcbsp_pdata[] = { | 187 | static struct omap_mcbsp_platform_data omap15xx_mcbsp_pdata[] = { |
186 | { | 188 | { |
189 | .phys_base = OMAP1510_MCBSP1_BASE, | ||
187 | .virt_base = OMAP1510_MCBSP1_BASE, | 190 | .virt_base = OMAP1510_MCBSP1_BASE, |
188 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, | 191 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, |
189 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, | 192 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, |
@@ -193,6 +196,7 @@ static struct omap_mcbsp_platform_data omap15xx_mcbsp_pdata[] = { | |||
193 | .clk_name = "mcbsp_clk", | 196 | .clk_name = "mcbsp_clk", |
194 | }, | 197 | }, |
195 | { | 198 | { |
199 | .phys_base = OMAP1510_MCBSP2_BASE, | ||
196 | .virt_base = io_p2v(OMAP1510_MCBSP2_BASE), | 200 | .virt_base = io_p2v(OMAP1510_MCBSP2_BASE), |
197 | .dma_rx_sync = OMAP_DMA_MCBSP2_RX, | 201 | .dma_rx_sync = OMAP_DMA_MCBSP2_RX, |
198 | .dma_tx_sync = OMAP_DMA_MCBSP2_TX, | 202 | .dma_tx_sync = OMAP_DMA_MCBSP2_TX, |
@@ -201,6 +205,7 @@ static struct omap_mcbsp_platform_data omap15xx_mcbsp_pdata[] = { | |||
201 | .ops = &omap1_mcbsp_ops, | 205 | .ops = &omap1_mcbsp_ops, |
202 | }, | 206 | }, |
203 | { | 207 | { |
208 | .phys_base = OMAP1510_MCBSP3_BASE, | ||
204 | .virt_base = OMAP1510_MCBSP3_BASE, | 209 | .virt_base = OMAP1510_MCBSP3_BASE, |
205 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, | 210 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, |
206 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, | 211 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, |
@@ -219,6 +224,7 @@ static struct omap_mcbsp_platform_data omap15xx_mcbsp_pdata[] = { | |||
219 | #ifdef CONFIG_ARCH_OMAP16XX | 224 | #ifdef CONFIG_ARCH_OMAP16XX |
220 | static struct omap_mcbsp_platform_data omap16xx_mcbsp_pdata[] = { | 225 | static struct omap_mcbsp_platform_data omap16xx_mcbsp_pdata[] = { |
221 | { | 226 | { |
227 | .phys_base = OMAP1610_MCBSP1_BASE, | ||
222 | .virt_base = OMAP1610_MCBSP1_BASE, | 228 | .virt_base = OMAP1610_MCBSP1_BASE, |
223 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, | 229 | .dma_rx_sync = OMAP_DMA_MCBSP1_RX, |
224 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, | 230 | .dma_tx_sync = OMAP_DMA_MCBSP1_TX, |
@@ -228,6 +234,7 @@ static struct omap_mcbsp_platform_data omap16xx_mcbsp_pdata[] = { | |||
228 | .clk_name = "mcbsp_clk", | 234 | .clk_name = "mcbsp_clk", |
229 | }, | 235 | }, |
230 | { | 236 | { |
237 | .phys_base = OMAP1610_MCBSP2_BASE, | ||
231 | .virt_base = io_p2v(OMAP1610_MCBSP2_BASE), | 238 | .virt_base = io_p2v(OMAP1610_MCBSP2_BASE), |
232 | .dma_rx_sync = OMAP_DMA_MCBSP2_RX, | 239 | .dma_rx_sync = OMAP_DMA_MCBSP2_RX, |
233 | .dma_tx_sync = OMAP_DMA_MCBSP2_TX, | 240 | .dma_tx_sync = OMAP_DMA_MCBSP2_TX, |
@@ -236,6 +243,7 @@ static struct omap_mcbsp_platform_data omap16xx_mcbsp_pdata[] = { | |||
236 | .ops = &omap1_mcbsp_ops, | 243 | .ops = &omap1_mcbsp_ops, |
237 | }, | 244 | }, |
238 | { | 245 | { |
246 | .phys_base = OMAP1610_MCBSP3_BASE, | ||
239 | .virt_base = OMAP1610_MCBSP3_BASE, | 247 | .virt_base = OMAP1610_MCBSP3_BASE, |
240 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, | 248 | .dma_rx_sync = OMAP_DMA_MCBSP3_RX, |
241 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, | 249 | .dma_tx_sync = OMAP_DMA_MCBSP3_TX, |
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index d4d6385cad7c..b72ca13b3acb 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -103,7 +103,7 @@ static struct resource sdp2430_smc91x_resources[] = { | |||
103 | [1] = { | 103 | [1] = { |
104 | .start = OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ), | 104 | .start = OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ), |
105 | .end = OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ), | 105 | .end = OMAP_GPIO_IRQ(OMAP24XX_ETHR_GPIO_IRQ), |
106 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | 106 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, |
107 | }, | 107 | }, |
108 | }; | 108 | }; |
109 | 109 | ||
diff --git a/arch/arm/mach-omap2/mcbsp.c b/arch/arm/mach-omap2/mcbsp.c index 27eb6e3ca926..b261f1f80b5e 100644 --- a/arch/arm/mach-omap2/mcbsp.c +++ b/arch/arm/mach-omap2/mcbsp.c | |||
@@ -134,6 +134,7 @@ static struct omap_mcbsp_ops omap2_mcbsp_ops = { | |||
134 | #ifdef CONFIG_ARCH_OMAP24XX | 134 | #ifdef CONFIG_ARCH_OMAP24XX |
135 | static struct omap_mcbsp_platform_data omap24xx_mcbsp_pdata[] = { | 135 | static struct omap_mcbsp_platform_data omap24xx_mcbsp_pdata[] = { |
136 | { | 136 | { |
137 | .phys_base = OMAP24XX_MCBSP1_BASE, | ||
137 | .virt_base = IO_ADDRESS(OMAP24XX_MCBSP1_BASE), | 138 | .virt_base = IO_ADDRESS(OMAP24XX_MCBSP1_BASE), |
138 | .dma_rx_sync = OMAP24XX_DMA_MCBSP1_RX, | 139 | .dma_rx_sync = OMAP24XX_DMA_MCBSP1_RX, |
139 | .dma_tx_sync = OMAP24XX_DMA_MCBSP1_TX, | 140 | .dma_tx_sync = OMAP24XX_DMA_MCBSP1_TX, |
@@ -143,6 +144,7 @@ static struct omap_mcbsp_platform_data omap24xx_mcbsp_pdata[] = { | |||
143 | .clk_name = "mcbsp_clk", | 144 | .clk_name = "mcbsp_clk", |
144 | }, | 145 | }, |
145 | { | 146 | { |
147 | .phys_base = OMAP24XX_MCBSP2_BASE, | ||
146 | .virt_base = IO_ADDRESS(OMAP24XX_MCBSP2_BASE), | 148 | .virt_base = IO_ADDRESS(OMAP24XX_MCBSP2_BASE), |
147 | .dma_rx_sync = OMAP24XX_DMA_MCBSP2_RX, | 149 | .dma_rx_sync = OMAP24XX_DMA_MCBSP2_RX, |
148 | .dma_tx_sync = OMAP24XX_DMA_MCBSP2_TX, | 150 | .dma_tx_sync = OMAP24XX_DMA_MCBSP2_TX, |
@@ -161,6 +163,7 @@ static struct omap_mcbsp_platform_data omap24xx_mcbsp_pdata[] = { | |||
161 | #ifdef CONFIG_ARCH_OMAP34XX | 163 | #ifdef CONFIG_ARCH_OMAP34XX |
162 | static struct omap_mcbsp_platform_data omap34xx_mcbsp_pdata[] = { | 164 | static struct omap_mcbsp_platform_data omap34xx_mcbsp_pdata[] = { |
163 | { | 165 | { |
166 | .phys_base = OMAP34XX_MCBSP1_BASE, | ||
164 | .virt_base = IO_ADDRESS(OMAP34XX_MCBSP1_BASE), | 167 | .virt_base = IO_ADDRESS(OMAP34XX_MCBSP1_BASE), |
165 | .dma_rx_sync = OMAP24XX_DMA_MCBSP1_RX, | 168 | .dma_rx_sync = OMAP24XX_DMA_MCBSP1_RX, |
166 | .dma_tx_sync = OMAP24XX_DMA_MCBSP1_TX, | 169 | .dma_tx_sync = OMAP24XX_DMA_MCBSP1_TX, |
@@ -170,6 +173,7 @@ static struct omap_mcbsp_platform_data omap34xx_mcbsp_pdata[] = { | |||
170 | .clk_name = "mcbsp_clk", | 173 | .clk_name = "mcbsp_clk", |
171 | }, | 174 | }, |
172 | { | 175 | { |
176 | .phys_base = OMAP34XX_MCBSP2_BASE, | ||
173 | .virt_base = IO_ADDRESS(OMAP34XX_MCBSP2_BASE), | 177 | .virt_base = IO_ADDRESS(OMAP34XX_MCBSP2_BASE), |
174 | .dma_rx_sync = OMAP24XX_DMA_MCBSP2_RX, | 178 | .dma_rx_sync = OMAP24XX_DMA_MCBSP2_RX, |
175 | .dma_tx_sync = OMAP24XX_DMA_MCBSP2_TX, | 179 | .dma_tx_sync = OMAP24XX_DMA_MCBSP2_TX, |
diff --git a/arch/arm/mach-orion5x/common.h b/arch/arm/mach-orion5x/common.h index e75bd7004b94..0bd195551a27 100644 --- a/arch/arm/mach-orion5x/common.h +++ b/arch/arm/mach-orion5x/common.h | |||
@@ -41,6 +41,7 @@ struct pci_bus; | |||
41 | struct pci_sys_data; | 41 | struct pci_sys_data; |
42 | 42 | ||
43 | void orion5x_pcie_id(u32 *dev, u32 *rev); | 43 | void orion5x_pcie_id(u32 *dev, u32 *rev); |
44 | void orion5x_pci_disable(void); | ||
44 | void orion5x_pci_set_cardbus_mode(void); | 45 | void orion5x_pci_set_cardbus_mode(void); |
45 | int orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys); | 46 | int orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys); |
46 | struct pci_bus *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys); | 47 | struct pci_bus *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys); |
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index 1a1d84b80a65..b38c65ccfb15 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -245,12 +245,8 @@ static struct orion5x_mpp_mode dns323_mpp_modes[] __initdata = { | |||
245 | static struct i2c_board_info __initdata dns323_i2c_devices[] = { | 245 | static struct i2c_board_info __initdata dns323_i2c_devices[] = { |
246 | { | 246 | { |
247 | I2C_BOARD_INFO("g760a", 0x3e), | 247 | I2C_BOARD_INFO("g760a", 0x3e), |
248 | #if 0 | ||
249 | /* this entry requires the new-style driver model lm75 driver, | ||
250 | * for the meantime "insmod lm75.ko force_lm75=0,0x48" is needed */ | ||
251 | }, { | 248 | }, { |
252 | I2C_BOARD_INFO("g751", 0x48), | 249 | I2C_BOARD_INFO("lm75", 0x48), |
253 | #endif | ||
254 | }, { | 250 | }, { |
255 | I2C_BOARD_INFO("m41t80", 0x68), | 251 | I2C_BOARD_INFO("m41t80", 0x68), |
256 | }, | 252 | }, |
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index cb72f1bb9cb7..e321ec331839 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
@@ -146,8 +146,10 @@ static struct hw_pci kurobox_pro_pci __initdata = { | |||
146 | 146 | ||
147 | static int __init kurobox_pro_pci_init(void) | 147 | static int __init kurobox_pro_pci_init(void) |
148 | { | 148 | { |
149 | if (machine_is_kurobox_pro()) | 149 | if (machine_is_kurobox_pro()) { |
150 | orion5x_pci_disable(); | ||
150 | pci_common_init(&kurobox_pro_pci); | 151 | pci_common_init(&kurobox_pro_pci); |
152 | } | ||
151 | 153 | ||
152 | return 0; | 154 | return 0; |
153 | } | 155 | } |
diff --git a/arch/arm/mach-orion5x/pci.c b/arch/arm/mach-orion5x/pci.c index fbceecc4b7ec..a7b7d77b1b09 100644 --- a/arch/arm/mach-orion5x/pci.c +++ b/arch/arm/mach-orion5x/pci.c | |||
@@ -541,6 +541,13 @@ static void __devinit rc_pci_fixup(struct pci_dev *dev) | |||
541 | } | 541 | } |
542 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL, PCI_ANY_ID, rc_pci_fixup); | 542 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL, PCI_ANY_ID, rc_pci_fixup); |
543 | 543 | ||
544 | static int orion5x_pci_disabled __initdata; | ||
545 | |||
546 | void __init orion5x_pci_disable(void) | ||
547 | { | ||
548 | orion5x_pci_disabled = 1; | ||
549 | } | ||
550 | |||
544 | void __init orion5x_pci_set_cardbus_mode(void) | 551 | void __init orion5x_pci_set_cardbus_mode(void) |
545 | { | 552 | { |
546 | orion5x_pci_cardbus_mode = 1; | 553 | orion5x_pci_cardbus_mode = 1; |
@@ -553,7 +560,7 @@ int __init orion5x_pci_sys_setup(int nr, struct pci_sys_data *sys) | |||
553 | if (nr == 0) { | 560 | if (nr == 0) { |
554 | orion_pcie_set_local_bus_nr(PCIE_BASE, sys->busnr); | 561 | orion_pcie_set_local_bus_nr(PCIE_BASE, sys->busnr); |
555 | ret = pcie_setup(sys); | 562 | ret = pcie_setup(sys); |
556 | } else if (nr == 1) { | 563 | } else if (nr == 1 && !orion5x_pci_disabled) { |
557 | orion5x_pci_set_bus_nr(sys->busnr); | 564 | orion5x_pci_set_bus_nr(sys->busnr); |
558 | ret = pci_setup(sys); | 565 | ret = pci_setup(sys); |
559 | } | 566 | } |
@@ -567,7 +574,7 @@ struct pci_bus __init *orion5x_pci_sys_scan_bus(int nr, struct pci_sys_data *sys | |||
567 | 574 | ||
568 | if (nr == 0) { | 575 | if (nr == 0) { |
569 | bus = pci_scan_bus(sys->busnr, &pcie_ops, sys); | 576 | bus = pci_scan_bus(sys->busnr, &pcie_ops, sys); |
570 | } else if (nr == 1) { | 577 | } else if (nr == 1 && !orion5x_pci_disabled) { |
571 | bus = pci_scan_bus(sys->busnr, &pci_ops, sys); | 578 | bus = pci_scan_bus(sys->busnr, &pci_ops, sys); |
572 | } else { | 579 | } else { |
573 | bus = NULL; | 580 | bus = NULL; |
@@ -584,7 +591,7 @@ int __init orion5x_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | |||
584 | /* | 591 | /* |
585 | * PCIe endpoint? | 592 | * PCIe endpoint? |
586 | */ | 593 | */ |
587 | if (bus < orion5x_pci_local_bus_nr()) | 594 | if (orion5x_pci_disabled || bus < orion5x_pci_local_bus_nr()) |
588 | return IRQ_ORION5X_PCIE0_INT; | 595 | return IRQ_ORION5X_PCIE0_INT; |
589 | 596 | ||
590 | return -1; | 597 | return -1; |
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index dd657163cd8d..9d6890514199 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c | |||
@@ -287,6 +287,10 @@ static void __init qnap_ts209_init(void) | |||
287 | /* | 287 | /* |
288 | * Configure peripherals. | 288 | * Configure peripherals. |
289 | */ | 289 | */ |
290 | orion5x_setup_dev_boot_win(QNAP_TS209_NOR_BOOT_BASE, | ||
291 | QNAP_TS209_NOR_BOOT_SIZE); | ||
292 | platform_device_register(&qnap_ts209_nor_flash); | ||
293 | |||
290 | orion5x_ehci0_init(); | 294 | orion5x_ehci0_init(); |
291 | orion5x_ehci1_init(); | 295 | orion5x_ehci1_init(); |
292 | qnap_tsx09_find_mac_addr(QNAP_TS209_NOR_BOOT_BASE + | 296 | qnap_tsx09_find_mac_addr(QNAP_TS209_NOR_BOOT_BASE + |
@@ -296,12 +300,9 @@ static void __init qnap_ts209_init(void) | |||
296 | orion5x_i2c_init(); | 300 | orion5x_i2c_init(); |
297 | orion5x_sata_init(&qnap_ts209_sata_data); | 301 | orion5x_sata_init(&qnap_ts209_sata_data); |
298 | orion5x_uart0_init(); | 302 | orion5x_uart0_init(); |
303 | orion5x_uart1_init(); | ||
299 | orion5x_xor_init(); | 304 | orion5x_xor_init(); |
300 | 305 | ||
301 | orion5x_setup_dev_boot_win(QNAP_TS209_NOR_BOOT_BASE, | ||
302 | QNAP_TS209_NOR_BOOT_SIZE); | ||
303 | platform_device_register(&qnap_ts209_nor_flash); | ||
304 | |||
305 | platform_device_register(&qnap_ts209_button_device); | 306 | platform_device_register(&qnap_ts209_button_device); |
306 | 307 | ||
307 | /* Get RTC IRQ and register the chip */ | 308 | /* Get RTC IRQ and register the chip */ |
diff --git a/arch/arm/mach-orion5x/ts409-setup.c b/arch/arm/mach-orion5x/ts409-setup.c index b27d2b762081..d85588ac7ef8 100644 --- a/arch/arm/mach-orion5x/ts409-setup.c +++ b/arch/arm/mach-orion5x/ts409-setup.c | |||
@@ -278,6 +278,10 @@ static void __init qnap_ts409_init(void) | |||
278 | /* | 278 | /* |
279 | * Configure peripherals. | 279 | * Configure peripherals. |
280 | */ | 280 | */ |
281 | orion5x_setup_dev_boot_win(QNAP_TS409_NOR_BOOT_BASE, | ||
282 | QNAP_TS409_NOR_BOOT_SIZE); | ||
283 | platform_device_register(&qnap_ts409_nor_flash); | ||
284 | |||
281 | orion5x_ehci0_init(); | 285 | orion5x_ehci0_init(); |
282 | qnap_tsx09_find_mac_addr(QNAP_TS409_NOR_BOOT_BASE + | 286 | qnap_tsx09_find_mac_addr(QNAP_TS409_NOR_BOOT_BASE + |
283 | qnap_ts409_partitions[5].offset, | 287 | qnap_ts409_partitions[5].offset, |
@@ -285,10 +289,7 @@ static void __init qnap_ts409_init(void) | |||
285 | orion5x_eth_init(&qnap_tsx09_eth_data); | 289 | orion5x_eth_init(&qnap_tsx09_eth_data); |
286 | orion5x_i2c_init(); | 290 | orion5x_i2c_init(); |
287 | orion5x_uart0_init(); | 291 | orion5x_uart0_init(); |
288 | 292 | orion5x_uart1_init(); | |
289 | orion5x_setup_dev_boot_win(QNAP_TS409_NOR_BOOT_BASE, | ||
290 | QNAP_TS409_NOR_BOOT_SIZE); | ||
291 | platform_device_register(&qnap_ts409_nor_flash); | ||
292 | 293 | ||
293 | platform_device_register(&qnap_ts409_button_device); | 294 | platform_device_register(&qnap_ts409_button_device); |
294 | 295 | ||
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index b0417122d4e4..f781873431f3 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -52,6 +52,10 @@ config MACH_MAINSTONE | |||
52 | select HAVE_PWM | 52 | select HAVE_PWM |
53 | select PXA_HAVE_BOARD_IRQS | 53 | select PXA_HAVE_BOARD_IRQS |
54 | 54 | ||
55 | config MACH_MP900C | ||
56 | bool "Nec Mobilepro 900/c" | ||
57 | select PXA25x | ||
58 | |||
55 | config ARCH_PXA_IDP | 59 | config ARCH_PXA_IDP |
56 | bool "Accelent Xscale IDP" | 60 | bool "Accelent Xscale IDP" |
57 | select PXA25x | 61 | select PXA25x |
@@ -119,6 +123,15 @@ config MACH_TOSA | |||
119 | select PXA25x | 123 | select PXA25x |
120 | select PXA_HAVE_BOARD_IRQS | 124 | select PXA_HAVE_BOARD_IRQS |
121 | 125 | ||
126 | config ARCH_VIPER | ||
127 | bool "Arcom/Eurotech VIPER SBC" | ||
128 | select PXA25x | ||
129 | select ISA | ||
130 | select I2C_GPIO | ||
131 | select HAVE_PWM | ||
132 | select PXA_HAVE_BOARD_IRQS | ||
133 | select PXA_HAVE_ISA_IRQS | ||
134 | |||
122 | config ARCH_PXA_ESERIES | 135 | config ARCH_PXA_ESERIES |
123 | bool "PXA based Toshiba e-series PDAs" | 136 | bool "PXA based Toshiba e-series PDAs" |
124 | select PXA25x | 137 | select PXA25x |
@@ -175,13 +188,41 @@ config MACH_E800 | |||
175 | Say Y here if you intend to run this kernel on a Toshiba | 188 | Say Y here if you intend to run this kernel on a Toshiba |
176 | e800 family PDA. | 189 | e800 family PDA. |
177 | 190 | ||
191 | config TRIZEPS_PXA | ||
192 | bool "PXA based Keith und Koep Trizeps DIMM-Modules" | ||
193 | |||
178 | config MACH_TRIZEPS4 | 194 | config MACH_TRIZEPS4 |
179 | bool "Keith und Koep Trizeps4 DIMM-Module" | 195 | bool "Keith und Koep Trizeps4 DIMM-Module" |
196 | depends on TRIZEPS_PXA | ||
197 | select TRIZEPS_PCMCIA | ||
180 | select PXA27x | 198 | select PXA27x |
181 | 199 | ||
182 | config MACH_TRIZEPS4_CONXS | 200 | config MACH_TRIZEPS4WL |
201 | bool "Keith und Koep Trizeps4-WL DIMM-Module" | ||
202 | depends on TRIZEPS_PXA | ||
203 | select TRIZEPS_PCMCIA | ||
204 | select PXA27x | ||
205 | select PXA_SSP | ||
206 | |||
207 | choice | ||
208 | prompt "Select base board for Trizeps module" | ||
209 | depends on TRIZEPS_PXA | ||
210 | |||
211 | config MACH_TRIZEPS_CONXS | ||
183 | bool "ConXS Eval Board" | 212 | bool "ConXS Eval Board" |
184 | depends on MACH_TRIZEPS4 | 213 | |
214 | config MACH_TRIZEPS_UCONXS | ||
215 | bool "uConXS Eval Board" | ||
216 | |||
217 | config MACH_TRIZEPS_ANY | ||
218 | bool "another Board" | ||
219 | |||
220 | endchoice | ||
221 | |||
222 | config TRIZEPS_PCMCIA | ||
223 | bool | ||
224 | help | ||
225 | Enable PCMCIA support for Trizeps modules | ||
185 | 226 | ||
186 | config MACH_EM_X270 | 227 | config MACH_EM_X270 |
187 | bool "CompuLab EM-x270 platform" | 228 | bool "CompuLab EM-x270 platform" |
@@ -194,6 +235,7 @@ config MACH_COLIBRI | |||
194 | config MACH_ZYLONITE | 235 | config MACH_ZYLONITE |
195 | bool "PXA3xx Development Platform (aka Zylonite)" | 236 | bool "PXA3xx Development Platform (aka Zylonite)" |
196 | select PXA3xx | 237 | select PXA3xx |
238 | select PXA_SSP | ||
197 | select HAVE_PWM | 239 | select HAVE_PWM |
198 | 240 | ||
199 | config MACH_LITTLETON | 241 | config MACH_LITTLETON |
@@ -212,9 +254,16 @@ config MACH_SAAR | |||
212 | select PXA930 | 254 | select PXA930 |
213 | 255 | ||
214 | config MACH_ARMCORE | 256 | config MACH_ARMCORE |
215 | bool "CompuLab CM-X270 modules" | 257 | bool "CompuLab CM-X255/CM-X270 modules" |
216 | select PXA27x | 258 | select PXA27x |
217 | select IWMMXT | 259 | select IWMMXT |
260 | select PXA25x | ||
261 | select PXA_SSP | ||
262 | |||
263 | config MACH_CM_X300 | ||
264 | bool "CompuLab CM-X300 modules" | ||
265 | select PXA3xx | ||
266 | select CPU_PXA300 | ||
218 | 267 | ||
219 | config MACH_MAGICIAN | 268 | config MACH_MAGICIAN |
220 | bool "Enable HTC Magician Support" | 269 | bool "Enable HTC Magician Support" |
@@ -222,6 +271,18 @@ config MACH_MAGICIAN | |||
222 | select IWMMXT | 271 | select IWMMXT |
223 | select PXA_HAVE_BOARD_IRQS | 272 | select PXA_HAVE_BOARD_IRQS |
224 | 273 | ||
274 | config MACH_MIOA701 | ||
275 | bool "Mitac Mio A701 Support" | ||
276 | select PXA27x | ||
277 | select IWMMXT | ||
278 | select LEDS_GPIO | ||
279 | select HAVE_PWM | ||
280 | select GPIO_SYSFS | ||
281 | help | ||
282 | Say Y here if you intend to run this kernel on a | ||
283 | MIO A701. Currently there is only basic support | ||
284 | for this PDA. | ||
285 | |||
225 | config MACH_PCM027 | 286 | config MACH_PCM027 |
226 | bool "Phytec phyCORE-PXA270 CPU module (PCM-027)" | 287 | bool "Phytec phyCORE-PXA270 CPU module (PCM-027)" |
227 | select PXA27x | 288 | select PXA27x |
@@ -243,6 +304,16 @@ config MACH_PALMTX | |||
243 | Say Y here if you intend to run this kernel on a Palm T|X | 304 | Say Y here if you intend to run this kernel on a Palm T|X |
244 | handheld computer. | 305 | handheld computer. |
245 | 306 | ||
307 | config MACH_PALMZ72 | ||
308 | bool "Palm Zire 72" | ||
309 | default y | ||
310 | depends on ARCH_PXA_PALM | ||
311 | select PXA27x | ||
312 | select IWMMXT | ||
313 | help | ||
314 | Say Y here if you intend to run this kernel on Palm Zire 72 | ||
315 | handheld computer. | ||
316 | |||
246 | config MACH_PCM990_BASEBOARD | 317 | config MACH_PCM990_BASEBOARD |
247 | bool "PHYTEC PCM-990 development board" | 318 | bool "PHYTEC PCM-990 development board" |
248 | select HAVE_PWM | 319 | select HAVE_PWM |
@@ -263,6 +334,9 @@ config PCM990_DISPLAY_NONE | |||
263 | 334 | ||
264 | endchoice | 335 | endchoice |
265 | 336 | ||
337 | config MACH_AM200EPD | ||
338 | depends on MACH_GUMSTIX_F | ||
339 | bool "Enable AM200EPD board support" | ||
266 | 340 | ||
267 | config PXA_EZX | 341 | config PXA_EZX |
268 | bool "Motorola EZX Platform" | 342 | bool "Motorola EZX Platform" |
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 99ecbe7f8506..3d2dea4afb87 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -22,27 +22,33 @@ obj-$(CONFIG_CPU_PXA930) += pxa930.o | |||
22 | 22 | ||
23 | # Specific board support | 23 | # Specific board support |
24 | obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o | 24 | obj-$(CONFIG_ARCH_GUMSTIX) += gumstix.o |
25 | obj-$(CONFIG_MACH_AM200EPD) += am200epd.o | ||
25 | obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o | 26 | obj-$(CONFIG_ARCH_LUBBOCK) += lubbock.o |
26 | obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o | 27 | obj-$(CONFIG_MACH_LOGICPD_PXA270) += lpd270.o |
27 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o | 28 | obj-$(CONFIG_MACH_MAINSTONE) += mainstone.o |
29 | obj-$(CONFIG_MACH_MP900C) += mp900.o | ||
28 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o | 30 | obj-$(CONFIG_ARCH_PXA_IDP) += idp.o |
29 | obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o | 31 | obj-$(CONFIG_MACH_TRIZEPS4) += trizeps4.o |
30 | obj-$(CONFIG_MACH_COLIBRI) += colibri.o | 32 | obj-$(CONFIG_MACH_COLIBRI) += colibri.o |
31 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o corgi_pm.o | 33 | obj-$(CONFIG_PXA_SHARP_C7xx) += corgi.o sharpsl_pm.o corgi_pm.o |
32 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o corgi_ssp.o corgi_lcd.o sharpsl_pm.o spitz_pm.o | 34 | obj-$(CONFIG_PXA_SHARP_Cxx00) += spitz.o sharpsl_pm.o spitz_pm.o |
33 | obj-$(CONFIG_MACH_AKITA) += akita-ioexp.o | 35 | obj-$(CONFIG_MACH_POODLE) += poodle.o |
34 | obj-$(CONFIG_MACH_POODLE) += poodle.o corgi_ssp.o | ||
35 | obj-$(CONFIG_MACH_PCM027) += pcm027.o | 36 | obj-$(CONFIG_MACH_PCM027) += pcm027.o |
36 | obj-$(CONFIG_MACH_PCM990_BASEBOARD) += pcm990-baseboard.o | 37 | obj-$(CONFIG_MACH_PCM990_BASEBOARD) += pcm990-baseboard.o |
37 | obj-$(CONFIG_MACH_TOSA) += tosa.o | 38 | obj-$(CONFIG_MACH_TOSA) += tosa.o |
38 | obj-$(CONFIG_MACH_EM_X270) += em-x270.o | 39 | obj-$(CONFIG_MACH_EM_X270) += em-x270.o |
39 | obj-$(CONFIG_MACH_MAGICIAN) += magician.o | 40 | obj-$(CONFIG_MACH_MAGICIAN) += magician.o |
40 | obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o eseries_udc.o | 41 | obj-$(CONFIG_MACH_MIOA701) += mioa701.o mioa701_bootresume.o |
41 | obj-$(CONFIG_MACH_E740) += e740_lcd.o | 42 | obj-$(CONFIG_ARCH_PXA_ESERIES) += eseries.o |
42 | obj-$(CONFIG_MACH_E750) += e750_lcd.o | 43 | obj-$(CONFIG_MACH_E330) += e330.o |
43 | obj-$(CONFIG_MACH_E400) += e400_lcd.o | 44 | obj-$(CONFIG_MACH_E350) += e350.o |
44 | obj-$(CONFIG_MACH_E800) += e800_lcd.o | 45 | obj-$(CONFIG_MACH_E740) += e740.o |
46 | obj-$(CONFIG_MACH_E750) += e750.o | ||
47 | obj-$(CONFIG_MACH_E400) += e400.o | ||
48 | obj-$(CONFIG_MACH_E800) += e800.o | ||
45 | obj-$(CONFIG_MACH_PALMTX) += palmtx.o | 49 | obj-$(CONFIG_MACH_PALMTX) += palmtx.o |
50 | obj-$(CONFIG_MACH_PALMZ72) += palmz72.o | ||
51 | obj-$(CONFIG_ARCH_VIPER) += viper.o | ||
46 | 52 | ||
47 | ifeq ($(CONFIG_MACH_ZYLONITE),y) | 53 | ifeq ($(CONFIG_MACH_ZYLONITE),y) |
48 | obj-y += zylonite.o | 54 | obj-y += zylonite.o |
@@ -53,7 +59,8 @@ obj-$(CONFIG_MACH_LITTLETON) += littleton.o | |||
53 | obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o | 59 | obj-$(CONFIG_MACH_TAVOREVB) += tavorevb.o |
54 | obj-$(CONFIG_MACH_SAAR) += saar.o | 60 | obj-$(CONFIG_MACH_SAAR) += saar.o |
55 | 61 | ||
56 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270.o | 62 | obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx.o cm-x255.o cm-x270.o |
63 | obj-$(CONFIG_MACH_CM_X300) += cm-x300.o | ||
57 | obj-$(CONFIG_PXA_EZX) += ezx.o | 64 | obj-$(CONFIG_PXA_EZX) += ezx.o |
58 | 65 | ||
59 | # Support for blinky lights | 66 | # Support for blinky lights |
@@ -61,12 +68,11 @@ led-y := leds.o | |||
61 | led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o | 68 | led-$(CONFIG_ARCH_LUBBOCK) += leds-lubbock.o |
62 | led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o | 69 | led-$(CONFIG_MACH_MAINSTONE) += leds-mainstone.o |
63 | led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o | 70 | led-$(CONFIG_ARCH_PXA_IDP) += leds-idp.o |
64 | led-$(CONFIG_MACH_TRIZEPS4) += leds-trizeps4.o | ||
65 | 71 | ||
66 | obj-$(CONFIG_LEDS) += $(led-y) | 72 | obj-$(CONFIG_LEDS) += $(led-y) |
67 | 73 | ||
68 | ifeq ($(CONFIG_PCI),y) | 74 | ifeq ($(CONFIG_PCI),y) |
69 | obj-$(CONFIG_MACH_ARMCORE) += cm-x270-pci.o | 75 | obj-$(CONFIG_MACH_ARMCORE) += cm-x2xx-pci.o |
70 | endif | 76 | endif |
71 | 77 | ||
72 | obj-$(CONFIG_TOSA_BT) += tosa-bt.o | 78 | obj-$(CONFIG_TOSA_BT) += tosa-bt.o |
diff --git a/arch/arm/mach-pxa/akita-ioexp.c b/arch/arm/mach-pxa/akita-ioexp.c deleted file mode 100644 index 5c67b188a3ba..000000000000 --- a/arch/arm/mach-pxa/akita-ioexp.c +++ /dev/null | |||
@@ -1,222 +0,0 @@ | |||
1 | /* | ||
2 | * Support for the Extra GPIOs on the Sharp SL-C1000 (Akita) | ||
3 | * (uses a Maxim MAX7310 8 Port IO Expander) | ||
4 | * | ||
5 | * Copyright 2005 Openedhand Ltd. | ||
6 | * | ||
7 | * Author: Richard Purdie <richard@openedhand.com> | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | ||
14 | |||
15 | #include <linux/kernel.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/platform_device.h> | ||
18 | #include <linux/module.h> | ||
19 | #include <linux/i2c.h> | ||
20 | #include <linux/slab.h> | ||
21 | #include <linux/workqueue.h> | ||
22 | #include <mach/akita.h> | ||
23 | |||
24 | /* MAX7310 Regiser Map */ | ||
25 | #define MAX7310_INPUT 0x00 | ||
26 | #define MAX7310_OUTPUT 0x01 | ||
27 | #define MAX7310_POLINV 0x02 | ||
28 | #define MAX7310_IODIR 0x03 /* 1 = Input, 0 = Output */ | ||
29 | #define MAX7310_TIMEOUT 0x04 | ||
30 | |||
31 | /* Addresses to scan */ | ||
32 | static const unsigned short normal_i2c[] = { 0x18, I2C_CLIENT_END }; | ||
33 | |||
34 | /* I2C Magic */ | ||
35 | I2C_CLIENT_INSMOD; | ||
36 | |||
37 | static int max7310_write(struct i2c_client *client, int address, int data); | ||
38 | static struct i2c_client max7310_template; | ||
39 | static void akita_ioexp_work(struct work_struct *private_); | ||
40 | |||
41 | static struct device *akita_ioexp_device; | ||
42 | static unsigned char ioexp_output_value = AKITA_IOEXP_IO_OUT; | ||
43 | DECLARE_WORK(akita_ioexp, akita_ioexp_work); | ||
44 | |||
45 | |||
46 | /* | ||
47 | * MAX7310 Access | ||
48 | */ | ||
49 | static int max7310_config(struct device *dev, int iomode, int polarity) | ||
50 | { | ||
51 | int ret; | ||
52 | struct i2c_client *client = to_i2c_client(dev); | ||
53 | |||
54 | ret = max7310_write(client, MAX7310_POLINV, polarity); | ||
55 | if (ret < 0) | ||
56 | return ret; | ||
57 | ret = max7310_write(client, MAX7310_IODIR, iomode); | ||
58 | return ret; | ||
59 | } | ||
60 | |||
61 | static int max7310_set_ouputs(struct device *dev, int outputs) | ||
62 | { | ||
63 | struct i2c_client *client = to_i2c_client(dev); | ||
64 | |||
65 | return max7310_write(client, MAX7310_OUTPUT, outputs); | ||
66 | } | ||
67 | |||
68 | /* | ||
69 | * I2C Functions | ||
70 | */ | ||
71 | static int max7310_write(struct i2c_client *client, int address, int value) | ||
72 | { | ||
73 | u8 data[2]; | ||
74 | |||
75 | data[0] = address & 0xff; | ||
76 | data[1] = value & 0xff; | ||
77 | |||
78 | if (i2c_master_send(client, data, 2) == 2) | ||
79 | return 0; | ||
80 | return -1; | ||
81 | } | ||
82 | |||
83 | static int max7310_detect(struct i2c_adapter *adapter, int address, int kind) | ||
84 | { | ||
85 | struct i2c_client *new_client; | ||
86 | int err; | ||
87 | |||
88 | if (!(new_client = kmalloc(sizeof(struct i2c_client), GFP_KERNEL))) | ||
89 | return -ENOMEM; | ||
90 | |||
91 | max7310_template.adapter = adapter; | ||
92 | max7310_template.addr = address; | ||
93 | |||
94 | memcpy(new_client, &max7310_template, sizeof(struct i2c_client)); | ||
95 | |||
96 | if ((err = i2c_attach_client(new_client))) { | ||
97 | kfree(new_client); | ||
98 | return err; | ||
99 | } | ||
100 | |||
101 | max7310_config(&new_client->dev, AKITA_IOEXP_IO_DIR, 0); | ||
102 | akita_ioexp_device = &new_client->dev; | ||
103 | schedule_work(&akita_ioexp); | ||
104 | |||
105 | return 0; | ||
106 | } | ||
107 | |||
108 | static int max7310_attach_adapter(struct i2c_adapter *adapter) | ||
109 | { | ||
110 | return i2c_probe(adapter, &addr_data, max7310_detect); | ||
111 | } | ||
112 | |||
113 | static int max7310_detach_client(struct i2c_client *client) | ||
114 | { | ||
115 | int err; | ||
116 | |||
117 | akita_ioexp_device = NULL; | ||
118 | |||
119 | if ((err = i2c_detach_client(client))) | ||
120 | return err; | ||
121 | |||
122 | kfree(client); | ||
123 | return 0; | ||
124 | } | ||
125 | |||
126 | static struct i2c_driver max7310_i2c_driver = { | ||
127 | .driver = { | ||
128 | .name = "akita-max7310", | ||
129 | }, | ||
130 | .id = I2C_DRIVERID_AKITAIOEXP, | ||
131 | .attach_adapter = max7310_attach_adapter, | ||
132 | .detach_client = max7310_detach_client, | ||
133 | }; | ||
134 | |||
135 | static struct i2c_client max7310_template = { | ||
136 | name: "akita-max7310", | ||
137 | driver: &max7310_i2c_driver, | ||
138 | }; | ||
139 | |||
140 | void akita_set_ioexp(struct device *dev, unsigned char bit) | ||
141 | { | ||
142 | ioexp_output_value |= bit; | ||
143 | |||
144 | if (akita_ioexp_device) | ||
145 | schedule_work(&akita_ioexp); | ||
146 | return; | ||
147 | } | ||
148 | |||
149 | void akita_reset_ioexp(struct device *dev, unsigned char bit) | ||
150 | { | ||
151 | ioexp_output_value &= ~bit; | ||
152 | |||
153 | if (akita_ioexp_device) | ||
154 | schedule_work(&akita_ioexp); | ||
155 | return; | ||
156 | } | ||
157 | |||
158 | EXPORT_SYMBOL(akita_set_ioexp); | ||
159 | EXPORT_SYMBOL(akita_reset_ioexp); | ||
160 | |||
161 | static void akita_ioexp_work(struct work_struct *private_) | ||
162 | { | ||
163 | if (akita_ioexp_device) | ||
164 | max7310_set_ouputs(akita_ioexp_device, ioexp_output_value); | ||
165 | } | ||
166 | |||
167 | |||
168 | #ifdef CONFIG_PM | ||
169 | static int akita_ioexp_suspend(struct platform_device *pdev, pm_message_t state) | ||
170 | { | ||
171 | flush_scheduled_work(); | ||
172 | return 0; | ||
173 | } | ||
174 | |||
175 | static int akita_ioexp_resume(struct platform_device *pdev) | ||
176 | { | ||
177 | schedule_work(&akita_ioexp); | ||
178 | return 0; | ||
179 | } | ||
180 | #else | ||
181 | #define akita_ioexp_suspend NULL | ||
182 | #define akita_ioexp_resume NULL | ||
183 | #endif | ||
184 | |||
185 | static int __init akita_ioexp_probe(struct platform_device *pdev) | ||
186 | { | ||
187 | return i2c_add_driver(&max7310_i2c_driver); | ||
188 | } | ||
189 | |||
190 | static int akita_ioexp_remove(struct platform_device *pdev) | ||
191 | { | ||
192 | i2c_del_driver(&max7310_i2c_driver); | ||
193 | return 0; | ||
194 | } | ||
195 | |||
196 | static struct platform_driver akita_ioexp_driver = { | ||
197 | .probe = akita_ioexp_probe, | ||
198 | .remove = akita_ioexp_remove, | ||
199 | .suspend = akita_ioexp_suspend, | ||
200 | .resume = akita_ioexp_resume, | ||
201 | .driver = { | ||
202 | .name = "akita-ioexp", | ||
203 | }, | ||
204 | }; | ||
205 | |||
206 | static int __init akita_ioexp_init(void) | ||
207 | { | ||
208 | return platform_driver_register(&akita_ioexp_driver); | ||
209 | } | ||
210 | |||
211 | static void __exit akita_ioexp_exit(void) | ||
212 | { | ||
213 | platform_driver_unregister(&akita_ioexp_driver); | ||
214 | } | ||
215 | |||
216 | MODULE_AUTHOR("Richard Purdie <rpurdie@openedhand.com>"); | ||
217 | MODULE_DESCRIPTION("Akita IO-Expander driver"); | ||
218 | MODULE_LICENSE("GPL"); | ||
219 | |||
220 | fs_initcall(akita_ioexp_init); | ||
221 | module_exit(akita_ioexp_exit); | ||
222 | |||
diff --git a/arch/arm/mach-pxa/am200epd.c b/arch/arm/mach-pxa/am200epd.c new file mode 100644 index 000000000000..b965085a37b9 --- /dev/null +++ b/arch/arm/mach-pxa/am200epd.c | |||
@@ -0,0 +1,374 @@ | |||
1 | /* | ||
2 | * am200epd.c -- Platform device for AM200 EPD kit | ||
3 | * | ||
4 | * Copyright (C) 2008, Jaya Kumar | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file COPYING in the main directory of this archive for | ||
8 | * more details. | ||
9 | * | ||
10 | * Layout is based on skeletonfb.c by James Simmons and Geert Uytterhoeven. | ||
11 | * | ||
12 | * This work was made possible by help and equipment support from E-Ink | ||
13 | * Corporation. http://support.eink.com/community | ||
14 | * | ||
15 | * This driver is written to be used with the Metronome display controller. | ||
16 | * on the AM200 EPD prototype kit/development kit with an E-Ink 800x600 | ||
17 | * Vizplex EPD on a Gumstix board using the Lyre interface board. | ||
18 | * | ||
19 | */ | ||
20 | |||
21 | #include <linux/module.h> | ||
22 | #include <linux/kernel.h> | ||
23 | #include <linux/errno.h> | ||
24 | #include <linux/string.h> | ||
25 | #include <linux/delay.h> | ||
26 | #include <linux/interrupt.h> | ||
27 | #include <linux/fb.h> | ||
28 | #include <linux/init.h> | ||
29 | #include <linux/platform_device.h> | ||
30 | #include <linux/irq.h> | ||
31 | #include <linux/gpio.h> | ||
32 | |||
33 | #include <mach/pxafb.h> | ||
34 | |||
35 | #include <video/metronomefb.h> | ||
36 | |||
37 | static unsigned int panel_type = 6; | ||
38 | static struct platform_device *am200_device; | ||
39 | static struct metronome_board am200_board; | ||
40 | |||
41 | static struct pxafb_mode_info am200_fb_mode_9inch7 = { | ||
42 | .pixclock = 40000, | ||
43 | .xres = 1200, | ||
44 | .yres = 842, | ||
45 | .bpp = 16, | ||
46 | .hsync_len = 2, | ||
47 | .left_margin = 2, | ||
48 | .right_margin = 2, | ||
49 | .vsync_len = 1, | ||
50 | .upper_margin = 2, | ||
51 | .lower_margin = 25, | ||
52 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
53 | }; | ||
54 | |||
55 | static struct pxafb_mode_info am200_fb_mode_8inch = { | ||
56 | .pixclock = 40000, | ||
57 | .xres = 1088, | ||
58 | .yres = 791, | ||
59 | .bpp = 16, | ||
60 | .hsync_len = 28, | ||
61 | .left_margin = 8, | ||
62 | .right_margin = 30, | ||
63 | .vsync_len = 8, | ||
64 | .upper_margin = 10, | ||
65 | .lower_margin = 8, | ||
66 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
67 | }; | ||
68 | |||
69 | static struct pxafb_mode_info am200_fb_mode_6inch = { | ||
70 | .pixclock = 40189, | ||
71 | .xres = 832, | ||
72 | .yres = 622, | ||
73 | .bpp = 16, | ||
74 | .hsync_len = 28, | ||
75 | .left_margin = 34, | ||
76 | .right_margin = 34, | ||
77 | .vsync_len = 25, | ||
78 | .upper_margin = 0, | ||
79 | .lower_margin = 2, | ||
80 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | ||
81 | }; | ||
82 | |||
83 | static struct pxafb_mach_info am200_fb_info = { | ||
84 | .modes = &am200_fb_mode_6inch, | ||
85 | .num_modes = 1, | ||
86 | .lcd_conn = LCD_TYPE_COLOR_TFT | LCD_PCLK_EDGE_FALL | | ||
87 | LCD_AC_BIAS_FREQ(24), | ||
88 | }; | ||
89 | |||
90 | /* register offsets for gpio control */ | ||
91 | #define LED_GPIO_PIN 51 | ||
92 | #define STDBY_GPIO_PIN 48 | ||
93 | #define RST_GPIO_PIN 49 | ||
94 | #define RDY_GPIO_PIN 32 | ||
95 | #define ERR_GPIO_PIN 17 | ||
96 | #define PCBPWR_GPIO_PIN 16 | ||
97 | static int gpios[] = { LED_GPIO_PIN , STDBY_GPIO_PIN , RST_GPIO_PIN, | ||
98 | RDY_GPIO_PIN, ERR_GPIO_PIN, PCBPWR_GPIO_PIN }; | ||
99 | static char *gpio_names[] = { "LED" , "STDBY" , "RST", "RDY", "ERR", "PCBPWR" }; | ||
100 | |||
101 | static int am200_init_gpio_regs(struct metronomefb_par *par) | ||
102 | { | ||
103 | int i; | ||
104 | int err; | ||
105 | |||
106 | for (i = 0; i < ARRAY_SIZE(gpios); i++) { | ||
107 | err = gpio_request(gpios[i], gpio_names[i]); | ||
108 | if (err) { | ||
109 | dev_err(&am200_device->dev, "failed requesting " | ||
110 | "gpio %s, err=%d\n", gpio_names[i], err); | ||
111 | goto err_req_gpio; | ||
112 | } | ||
113 | } | ||
114 | |||
115 | gpio_direction_output(LED_GPIO_PIN, 0); | ||
116 | gpio_direction_output(STDBY_GPIO_PIN, 0); | ||
117 | gpio_direction_output(RST_GPIO_PIN, 0); | ||
118 | |||
119 | gpio_direction_input(RDY_GPIO_PIN); | ||
120 | gpio_direction_input(ERR_GPIO_PIN); | ||
121 | |||
122 | gpio_direction_output(PCBPWR_GPIO_PIN, 0); | ||
123 | |||
124 | return 0; | ||
125 | |||
126 | err_req_gpio: | ||
127 | while (i > 0) | ||
128 | gpio_free(gpios[i--]); | ||
129 | |||
130 | return err; | ||
131 | } | ||
132 | |||
133 | static void am200_cleanup(struct metronomefb_par *par) | ||
134 | { | ||
135 | int i; | ||
136 | |||
137 | free_irq(IRQ_GPIO(RDY_GPIO_PIN), par); | ||
138 | |||
139 | for (i = 0; i < ARRAY_SIZE(gpios); i++) | ||
140 | gpio_free(gpios[i]); | ||
141 | } | ||
142 | |||
143 | static int am200_share_video_mem(struct fb_info *info) | ||
144 | { | ||
145 | /* rough check if this is our desired fb and not something else */ | ||
146 | if ((info->var.xres != am200_fb_info.modes->xres) | ||
147 | || (info->var.yres != am200_fb_info.modes->yres)) | ||
148 | return 0; | ||
149 | |||
150 | /* we've now been notified that we have our new fb */ | ||
151 | am200_board.metromem = info->screen_base; | ||
152 | am200_board.host_fbinfo = info; | ||
153 | |||
154 | /* try to refcount host drv since we are the consumer after this */ | ||
155 | if (!try_module_get(info->fbops->owner)) | ||
156 | return -ENODEV; | ||
157 | |||
158 | return 0; | ||
159 | } | ||
160 | |||
161 | static int am200_unshare_video_mem(struct fb_info *info) | ||
162 | { | ||
163 | dev_dbg(&am200_device->dev, "ENTER %s\n", __func__); | ||
164 | |||
165 | if (info != am200_board.host_fbinfo) | ||
166 | return 0; | ||
167 | |||
168 | module_put(am200_board.host_fbinfo->fbops->owner); | ||
169 | return 0; | ||
170 | } | ||
171 | |||
172 | static int am200_fb_notifier_callback(struct notifier_block *self, | ||
173 | unsigned long event, void *data) | ||
174 | { | ||
175 | struct fb_event *evdata = data; | ||
176 | struct fb_info *info = evdata->info; | ||
177 | |||
178 | dev_dbg(&am200_device->dev, "ENTER %s\n", __func__); | ||
179 | |||
180 | if (event == FB_EVENT_FB_REGISTERED) | ||
181 | return am200_share_video_mem(info); | ||
182 | else if (event == FB_EVENT_FB_UNREGISTERED) | ||
183 | return am200_unshare_video_mem(info); | ||
184 | |||
185 | return 0; | ||
186 | } | ||
187 | |||
188 | static struct notifier_block am200_fb_notif = { | ||
189 | .notifier_call = am200_fb_notifier_callback, | ||
190 | }; | ||
191 | |||
192 | /* this gets called as part of our init. these steps must be done now so | ||
193 | * that we can use set_pxa_fb_info */ | ||
194 | static void __init am200_presetup_fb(void) | ||
195 | { | ||
196 | int fw; | ||
197 | int fh; | ||
198 | int padding_size; | ||
199 | int totalsize; | ||
200 | |||
201 | switch (panel_type) { | ||
202 | case 6: | ||
203 | am200_fb_info.modes = &am200_fb_mode_6inch; | ||
204 | break; | ||
205 | case 8: | ||
206 | am200_fb_info.modes = &am200_fb_mode_8inch; | ||
207 | break; | ||
208 | case 97: | ||
209 | am200_fb_info.modes = &am200_fb_mode_9inch7; | ||
210 | break; | ||
211 | default: | ||
212 | dev_err(&am200_device->dev, "invalid panel_type selection," | ||
213 | " setting to 6\n"); | ||
214 | am200_fb_info.modes = &am200_fb_mode_6inch; | ||
215 | break; | ||
216 | } | ||
217 | |||
218 | /* the frame buffer is divided as follows: | ||
219 | command | CRC | padding | ||
220 | 16kb waveform data | CRC | padding | ||
221 | image data | CRC | ||
222 | */ | ||
223 | |||
224 | fw = am200_fb_info.modes->xres; | ||
225 | fh = am200_fb_info.modes->yres; | ||
226 | |||
227 | /* waveform must be 16k + 2 for checksum */ | ||
228 | am200_board.wfm_size = roundup(16*1024 + 2, fw); | ||
229 | |||
230 | padding_size = PAGE_SIZE + (4 * fw); | ||
231 | |||
232 | /* total is 1 cmd , 1 wfm, padding and image */ | ||
233 | totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); | ||
234 | |||
235 | /* save this off because we're manipulating fw after this and | ||
236 | * we'll need it when we're ready to setup the framebuffer */ | ||
237 | am200_board.fw = fw; | ||
238 | am200_board.fh = fh; | ||
239 | |||
240 | /* the reason we do this adjustment is because we want to acquire | ||
241 | * more framebuffer memory without imposing custom awareness on the | ||
242 | * underlying pxafb driver */ | ||
243 | am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); | ||
244 | |||
245 | /* we divide since we told the LCD controller we're 16bpp */ | ||
246 | am200_fb_info.modes->xres /= 2; | ||
247 | |||
248 | set_pxa_fb_info(&am200_fb_info); | ||
249 | |||
250 | } | ||
251 | |||
252 | /* this gets called by metronomefb as part of its init, in our case, we | ||
253 | * have already completed initial framebuffer init in presetup_fb so we | ||
254 | * can just setup the fb access pointers */ | ||
255 | static int am200_setup_fb(struct metronomefb_par *par) | ||
256 | { | ||
257 | int fw; | ||
258 | int fh; | ||
259 | |||
260 | fw = am200_board.fw; | ||
261 | fh = am200_board.fh; | ||
262 | |||
263 | /* metromem was set up by the notifier in share_video_mem so now | ||
264 | * we can use its value to calculate the other entries */ | ||
265 | par->metromem_cmd = (struct metromem_cmd *) am200_board.metromem; | ||
266 | par->metromem_wfm = am200_board.metromem + fw; | ||
267 | par->metromem_img = par->metromem_wfm + am200_board.wfm_size; | ||
268 | par->metromem_img_csum = (u16 *) (par->metromem_img + (fw * fh)); | ||
269 | par->metromem_dma = am200_board.host_fbinfo->fix.smem_start; | ||
270 | |||
271 | return 0; | ||
272 | } | ||
273 | |||
274 | static int am200_get_panel_type(void) | ||
275 | { | ||
276 | return panel_type; | ||
277 | } | ||
278 | |||
279 | static irqreturn_t am200_handle_irq(int irq, void *dev_id) | ||
280 | { | ||
281 | struct metronomefb_par *par = dev_id; | ||
282 | |||
283 | wake_up_interruptible(&par->waitq); | ||
284 | return IRQ_HANDLED; | ||
285 | } | ||
286 | |||
287 | static int am200_setup_irq(struct fb_info *info) | ||
288 | { | ||
289 | int ret; | ||
290 | |||
291 | ret = request_irq(IRQ_GPIO(RDY_GPIO_PIN), am200_handle_irq, | ||
292 | IRQF_DISABLED|IRQF_TRIGGER_FALLING, | ||
293 | "AM200", info->par); | ||
294 | if (ret) | ||
295 | dev_err(&am200_device->dev, "request_irq failed: %d\n", ret); | ||
296 | |||
297 | return ret; | ||
298 | } | ||
299 | |||
300 | static void am200_set_rst(struct metronomefb_par *par, int state) | ||
301 | { | ||
302 | gpio_set_value(RST_GPIO_PIN, state); | ||
303 | } | ||
304 | |||
305 | static void am200_set_stdby(struct metronomefb_par *par, int state) | ||
306 | { | ||
307 | gpio_set_value(STDBY_GPIO_PIN, state); | ||
308 | } | ||
309 | |||
310 | static int am200_wait_event(struct metronomefb_par *par) | ||
311 | { | ||
312 | return wait_event_timeout(par->waitq, gpio_get_value(RDY_GPIO_PIN), HZ); | ||
313 | } | ||
314 | |||
315 | static int am200_wait_event_intr(struct metronomefb_par *par) | ||
316 | { | ||
317 | return wait_event_interruptible_timeout(par->waitq, | ||
318 | gpio_get_value(RDY_GPIO_PIN), HZ); | ||
319 | } | ||
320 | |||
321 | static struct metronome_board am200_board = { | ||
322 | .owner = THIS_MODULE, | ||
323 | .setup_irq = am200_setup_irq, | ||
324 | .setup_io = am200_init_gpio_regs, | ||
325 | .setup_fb = am200_setup_fb, | ||
326 | .set_rst = am200_set_rst, | ||
327 | .set_stdby = am200_set_stdby, | ||
328 | .met_wait_event = am200_wait_event, | ||
329 | .met_wait_event_intr = am200_wait_event_intr, | ||
330 | .get_panel_type = am200_get_panel_type, | ||
331 | .cleanup = am200_cleanup, | ||
332 | }; | ||
333 | |||
334 | static int __init am200_init(void) | ||
335 | { | ||
336 | int ret; | ||
337 | |||
338 | /* before anything else, we request notification for any fb | ||
339 | * creation events */ | ||
340 | fb_register_client(&am200_fb_notif); | ||
341 | |||
342 | /* request our platform independent driver */ | ||
343 | request_module("metronomefb"); | ||
344 | |||
345 | am200_device = platform_device_alloc("metronomefb", -1); | ||
346 | if (!am200_device) | ||
347 | return -ENOMEM; | ||
348 | |||
349 | /* the am200_board that will be seen by metronomefb is a copy */ | ||
350 | platform_device_add_data(am200_device, &am200_board, | ||
351 | sizeof(am200_board)); | ||
352 | |||
353 | /* this _add binds metronomefb to am200. metronomefb refcounts am200 */ | ||
354 | ret = platform_device_add(am200_device); | ||
355 | |||
356 | if (ret) { | ||
357 | platform_device_put(am200_device); | ||
358 | fb_unregister_client(&am200_fb_notif); | ||
359 | return ret; | ||
360 | } | ||
361 | |||
362 | am200_presetup_fb(); | ||
363 | |||
364 | return 0; | ||
365 | } | ||
366 | |||
367 | module_param(panel_type, uint, 0); | ||
368 | MODULE_PARM_DESC(panel_type, "Select the panel type: 6, 8, 97"); | ||
369 | |||
370 | module_init(am200_init); | ||
371 | |||
372 | MODULE_DESCRIPTION("board driver for am200 metronome epd kit"); | ||
373 | MODULE_AUTHOR("Jaya Kumar"); | ||
374 | MODULE_LICENSE("GPL"); | ||
diff --git a/arch/arm/mach-pxa/cm-x255.c b/arch/arm/mach-pxa/cm-x255.c new file mode 100644 index 000000000000..83a4cdf08176 --- /dev/null +++ b/arch/arm/mach-pxa/cm-x255.c | |||
@@ -0,0 +1,258 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/cm-x255.c | ||
3 | * | ||
4 | * Copyright (C) 2007, 2008 CompuLab, Ltd. | ||
5 | * Mike Rapoport <mike@compulab.co.il> | ||
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/platform_device.h> | ||
13 | #include <linux/irq.h> | ||
14 | #include <linux/gpio.h> | ||
15 | #include <linux/mtd/partitions.h> | ||
16 | #include <linux/mtd/physmap.h> | ||
17 | #include <linux/mtd/nand-gpio.h> | ||
18 | |||
19 | #include <linux/spi/spi.h> | ||
20 | |||
21 | #include <asm/mach/arch.h> | ||
22 | #include <asm/mach-types.h> | ||
23 | #include <asm/mach/map.h> | ||
24 | |||
25 | #include <mach/pxa2xx-regs.h> | ||
26 | #include <mach/mfp-pxa25x.h> | ||
27 | #include <mach/pxa2xx_spi.h> | ||
28 | #include <mach/bitfield.h> | ||
29 | |||
30 | #include "generic.h" | ||
31 | |||
32 | #define GPIO_NAND_CS (5) | ||
33 | #define GPIO_NAND_ALE (4) | ||
34 | #define GPIO_NAND_CLE (3) | ||
35 | #define GPIO_NAND_RB (10) | ||
36 | |||
37 | static unsigned long cmx255_pin_config[] = { | ||
38 | /* AC'97 */ | ||
39 | GPIO28_AC97_BITCLK, | ||
40 | GPIO29_AC97_SDATA_IN_0, | ||
41 | GPIO30_AC97_SDATA_OUT, | ||
42 | GPIO31_AC97_SYNC, | ||
43 | |||
44 | /* BTUART */ | ||
45 | GPIO42_BTUART_RXD, | ||
46 | GPIO43_BTUART_TXD, | ||
47 | GPIO44_BTUART_CTS, | ||
48 | GPIO45_BTUART_RTS, | ||
49 | |||
50 | /* STUART */ | ||
51 | GPIO46_STUART_RXD, | ||
52 | GPIO47_STUART_TXD, | ||
53 | |||
54 | /* LCD */ | ||
55 | GPIO58_LCD_LDD_0, | ||
56 | GPIO59_LCD_LDD_1, | ||
57 | GPIO60_LCD_LDD_2, | ||
58 | GPIO61_LCD_LDD_3, | ||
59 | GPIO62_LCD_LDD_4, | ||
60 | GPIO63_LCD_LDD_5, | ||
61 | GPIO64_LCD_LDD_6, | ||
62 | GPIO65_LCD_LDD_7, | ||
63 | GPIO66_LCD_LDD_8, | ||
64 | GPIO67_LCD_LDD_9, | ||
65 | GPIO68_LCD_LDD_10, | ||
66 | GPIO69_LCD_LDD_11, | ||
67 | GPIO70_LCD_LDD_12, | ||
68 | GPIO71_LCD_LDD_13, | ||
69 | GPIO72_LCD_LDD_14, | ||
70 | GPIO73_LCD_LDD_15, | ||
71 | GPIO74_LCD_FCLK, | ||
72 | GPIO75_LCD_LCLK, | ||
73 | GPIO76_LCD_PCLK, | ||
74 | GPIO77_LCD_BIAS, | ||
75 | |||
76 | /* SSP1 */ | ||
77 | GPIO23_SSP1_SCLK, | ||
78 | GPIO24_SSP1_SFRM, | ||
79 | GPIO25_SSP1_TXD, | ||
80 | GPIO26_SSP1_RXD, | ||
81 | |||
82 | /* SSP2 */ | ||
83 | GPIO81_SSP2_CLK_OUT, | ||
84 | GPIO82_SSP2_FRM_OUT, | ||
85 | GPIO83_SSP2_TXD, | ||
86 | GPIO84_SSP2_RXD, | ||
87 | |||
88 | /* PC Card */ | ||
89 | GPIO48_nPOE, | ||
90 | GPIO49_nPWE, | ||
91 | GPIO50_nPIOR, | ||
92 | GPIO51_nPIOW, | ||
93 | GPIO52_nPCE_1, | ||
94 | GPIO53_nPCE_2, | ||
95 | GPIO54_nPSKTSEL, | ||
96 | GPIO55_nPREG, | ||
97 | GPIO56_nPWAIT, | ||
98 | GPIO57_nIOIS16, | ||
99 | |||
100 | /* SDRAM and local bus */ | ||
101 | GPIO15_nCS_1, | ||
102 | GPIO78_nCS_2, | ||
103 | GPIO79_nCS_3, | ||
104 | GPIO80_nCS_4, | ||
105 | GPIO33_nCS_5, | ||
106 | GPIO18_RDY, | ||
107 | |||
108 | /* GPIO */ | ||
109 | GPIO0_GPIO | WAKEUP_ON_EDGE_BOTH, | ||
110 | GPIO9_GPIO, /* PC card reset */ | ||
111 | |||
112 | /* NAND controls */ | ||
113 | GPIO5_GPIO | MFP_LPM_DRIVE_HIGH, /* NAND CE# */ | ||
114 | GPIO4_GPIO | MFP_LPM_DRIVE_LOW, /* NAND ALE */ | ||
115 | GPIO3_GPIO | MFP_LPM_DRIVE_LOW, /* NAND CLE */ | ||
116 | GPIO10_GPIO, /* NAND Ready/Busy */ | ||
117 | |||
118 | /* interrupts */ | ||
119 | GPIO22_GPIO, /* DM9000 interrupt */ | ||
120 | }; | ||
121 | |||
122 | #if defined(CONFIG_SPI_PXA2XX) | ||
123 | static struct pxa2xx_spi_master pxa_ssp_master_info = { | ||
124 | .num_chipselect = 1, | ||
125 | }; | ||
126 | |||
127 | static struct spi_board_info spi_board_info[] __initdata = { | ||
128 | [0] = { | ||
129 | .modalias = "rtc-max6902", | ||
130 | .max_speed_hz = 1000000, | ||
131 | .bus_num = 1, | ||
132 | .chip_select = 0, | ||
133 | }, | ||
134 | }; | ||
135 | |||
136 | static void __init cmx255_init_rtc(void) | ||
137 | { | ||
138 | pxa2xx_set_spi_info(1, &pxa_ssp_master_info); | ||
139 | spi_register_board_info(ARRAY_AND_SIZE(spi_board_info)); | ||
140 | } | ||
141 | #else | ||
142 | static inline void cmx255_init_rtc(void) {} | ||
143 | #endif | ||
144 | |||
145 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) | ||
146 | static struct mtd_partition cmx255_nor_partitions[] = { | ||
147 | { | ||
148 | .name = "ARMmon", | ||
149 | .size = 0x00030000, | ||
150 | .offset = 0, | ||
151 | .mask_flags = MTD_WRITEABLE /* force read-only */ | ||
152 | } , { | ||
153 | .name = "ARMmon setup block", | ||
154 | .size = 0x00010000, | ||
155 | .offset = MTDPART_OFS_APPEND, | ||
156 | .mask_flags = MTD_WRITEABLE /* force read-only */ | ||
157 | } , { | ||
158 | .name = "kernel", | ||
159 | .size = 0x00160000, | ||
160 | .offset = MTDPART_OFS_APPEND, | ||
161 | } , { | ||
162 | .name = "ramdisk", | ||
163 | .size = MTDPART_SIZ_FULL, | ||
164 | .offset = MTDPART_OFS_APPEND | ||
165 | } | ||
166 | }; | ||
167 | |||
168 | static struct physmap_flash_data cmx255_nor_flash_data[] = { | ||
169 | { | ||
170 | .width = 2, /* bankwidth in bytes */ | ||
171 | .parts = cmx255_nor_partitions, | ||
172 | .nr_parts = ARRAY_SIZE(cmx255_nor_partitions) | ||
173 | } | ||
174 | }; | ||
175 | |||
176 | static struct resource cmx255_nor_resource = { | ||
177 | .start = PXA_CS0_PHYS, | ||
178 | .end = PXA_CS0_PHYS + SZ_8M - 1, | ||
179 | .flags = IORESOURCE_MEM, | ||
180 | }; | ||
181 | |||
182 | static struct platform_device cmx255_nor = { | ||
183 | .name = "physmap-flash", | ||
184 | .id = -1, | ||
185 | .dev = { | ||
186 | .platform_data = cmx255_nor_flash_data, | ||
187 | }, | ||
188 | .resource = &cmx255_nor_resource, | ||
189 | .num_resources = 1, | ||
190 | }; | ||
191 | |||
192 | static void __init cmx255_init_nor(void) | ||
193 | { | ||
194 | platform_device_register(&cmx255_nor); | ||
195 | } | ||
196 | #else | ||
197 | static inline void cmx255_init_nor(void) {} | ||
198 | #endif | ||
199 | |||
200 | #if defined(CONFIG_MTD_NAND_GPIO) || defined(CONFIG_MTD_NAND_GPIO_MODULE) | ||
201 | static struct resource cmx255_nand_resource[] = { | ||
202 | [0] = { | ||
203 | .start = PXA_CS1_PHYS, | ||
204 | .end = PXA_CS1_PHYS + 11, | ||
205 | .flags = IORESOURCE_MEM, | ||
206 | }, | ||
207 | [1] = { | ||
208 | .start = PXA_CS5_PHYS, | ||
209 | .end = PXA_CS5_PHYS + 3, | ||
210 | .flags = IORESOURCE_MEM, | ||
211 | }, | ||
212 | }; | ||
213 | |||
214 | static struct mtd_partition cmx255_nand_parts[] = { | ||
215 | [0] = { | ||
216 | .name = "cmx255-nand", | ||
217 | .size = MTDPART_SIZ_FULL, | ||
218 | .offset = 0, | ||
219 | }, | ||
220 | }; | ||
221 | |||
222 | static struct gpio_nand_platdata cmx255_nand_platdata = { | ||
223 | .gpio_nce = GPIO_NAND_CS, | ||
224 | .gpio_cle = GPIO_NAND_CLE, | ||
225 | .gpio_ale = GPIO_NAND_ALE, | ||
226 | .gpio_rdy = GPIO_NAND_RB, | ||
227 | .gpio_nwp = -1, | ||
228 | .parts = cmx255_nand_parts, | ||
229 | .num_parts = ARRAY_SIZE(cmx255_nand_parts), | ||
230 | .chip_delay = 25, | ||
231 | }; | ||
232 | |||
233 | static struct platform_device cmx255_nand = { | ||
234 | .name = "gpio-nand", | ||
235 | .num_resources = ARRAY_SIZE(cmx255_nand_resource), | ||
236 | .resource = cmx255_nand_resource, | ||
237 | .id = -1, | ||
238 | .dev = { | ||
239 | .platform_data = &cmx255_nand_platdata, | ||
240 | } | ||
241 | }; | ||
242 | |||
243 | static void __init cmx255_init_nand(void) | ||
244 | { | ||
245 | platform_device_register(&cmx255_nand); | ||
246 | } | ||
247 | #else | ||
248 | static inline void cmx255_init_nand(void) {} | ||
249 | #endif | ||
250 | |||
251 | void __init cmx255_init(void) | ||
252 | { | ||
253 | pxa2xx_mfp_config(ARRAY_AND_SIZE(cmx255_pin_config)); | ||
254 | |||
255 | cmx255_init_rtc(); | ||
256 | cmx255_init_nor(); | ||
257 | cmx255_init_nand(); | ||
258 | } | ||
diff --git a/arch/arm/mach-pxa/cm-x270-pci.h b/arch/arm/mach-pxa/cm-x270-pci.h deleted file mode 100644 index 48f532f4cb51..000000000000 --- a/arch/arm/mach-pxa/cm-x270-pci.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | extern void __cmx270_pci_init_irq(int irq_gpio); | ||
2 | extern void __cmx270_pci_suspend(void); | ||
3 | extern void __cmx270_pci_resume(void); | ||
4 | |||
5 | #ifdef CONFIG_PCI | ||
6 | #define cmx270_pci_init_irq(x) __cmx270_pci_init_irq(x) | ||
7 | #define cmx270_pci_suspend(x) __cmx270_pci_suspend(x) | ||
8 | #define cmx270_pci_resume(x) __cmx270_pci_resume(x) | ||
9 | #else | ||
10 | #define cmx270_pci_init_irq(x) do {} while (0) | ||
11 | #define cmx270_pci_suspend(x) do {} while (0) | ||
12 | #define cmx270_pci_resume(x) do {} while (0) | ||
13 | #endif | ||
diff --git a/arch/arm/mach-pxa/cm-x270.c b/arch/arm/mach-pxa/cm-x270.c index af003a269534..102a43186618 100644 --- a/arch/arm/mach-pxa/cm-x270.c +++ b/arch/arm/mach-pxa/cm-x270.c | |||
@@ -14,46 +14,22 @@ | |||
14 | #include <linux/irq.h> | 14 | #include <linux/irq.h> |
15 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
16 | 16 | ||
17 | #include <linux/dm9000.h> | ||
18 | #include <linux/rtc-v3020.h> | 17 | #include <linux/rtc-v3020.h> |
19 | #include <video/mbxfb.h> | 18 | #include <video/mbxfb.h> |
20 | #include <linux/leds.h> | ||
21 | 19 | ||
22 | #include <asm/mach/arch.h> | ||
23 | #include <asm/mach-types.h> | ||
24 | #include <asm/mach/map.h> | ||
25 | |||
26 | #include <mach/pxa2xx-regs.h> | ||
27 | #include <mach/mfp-pxa27x.h> | 20 | #include <mach/mfp-pxa27x.h> |
28 | #include <mach/pxa-regs.h> | ||
29 | #include <mach/audio.h> | ||
30 | #include <mach/pxafb.h> | ||
31 | #include <mach/ohci.h> | 21 | #include <mach/ohci.h> |
32 | #include <mach/mmc.h> | 22 | #include <mach/mmc.h> |
33 | #include <mach/bitfield.h> | ||
34 | |||
35 | #include <asm/hardware/it8152.h> | ||
36 | 23 | ||
37 | #include "generic.h" | 24 | #include "generic.h" |
38 | #include "cm-x270-pci.h" | ||
39 | |||
40 | /* virtual addresses for statically mapped regions */ | ||
41 | #define CMX270_VIRT_BASE (0xe8000000) | ||
42 | #define CMX270_IT8152_VIRT (CMX270_VIRT_BASE) | ||
43 | 25 | ||
26 | /* physical address if local-bus attached devices */ | ||
44 | #define RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22)) | 27 | #define RTC_PHYS_BASE (PXA_CS1_PHYS + (5 << 22)) |
45 | #define DM9000_PHYS_BASE (PXA_CS1_PHYS + (6 << 22)) | ||
46 | 28 | ||
47 | /* GPIO IRQ usage */ | 29 | /* GPIO IRQ usage */ |
48 | #define GPIO10_ETHIRQ (10) | ||
49 | #define GPIO22_IT8152_IRQ (22) | ||
50 | #define GPIO83_MMC_IRQ (83) | 30 | #define GPIO83_MMC_IRQ (83) |
51 | #define GPIO95_GFXIRQ (95) | ||
52 | 31 | ||
53 | #define CMX270_ETHIRQ IRQ_GPIO(GPIO10_ETHIRQ) | ||
54 | #define CMX270_IT8152_IRQ IRQ_GPIO(GPIO22_IT8152_IRQ) | ||
55 | #define CMX270_MMC_IRQ IRQ_GPIO(GPIO83_MMC_IRQ) | 32 | #define CMX270_MMC_IRQ IRQ_GPIO(GPIO83_MMC_IRQ) |
56 | #define CMX270_GFXIRQ IRQ_GPIO(GPIO95_GFXIRQ) | ||
57 | 33 | ||
58 | /* MMC power enable */ | 34 | /* MMC power enable */ |
59 | #define GPIO105_MMC_POWER (105) | 35 | #define GPIO105_MMC_POWER (105) |
@@ -157,62 +133,6 @@ static unsigned long cmx270_pin_config[] = { | |||
157 | GPIO83_GPIO, /* MMC card detect */ | 133 | GPIO83_GPIO, /* MMC card detect */ |
158 | }; | 134 | }; |
159 | 135 | ||
160 | #if defined(CONFIG_DM9000) || defined(CONFIG_DM9000_MODULE) | ||
161 | static struct resource cmx270_dm9000_resource[] = { | ||
162 | [0] = { | ||
163 | .start = DM9000_PHYS_BASE, | ||
164 | .end = DM9000_PHYS_BASE + 4, | ||
165 | .flags = IORESOURCE_MEM, | ||
166 | }, | ||
167 | [1] = { | ||
168 | .start = DM9000_PHYS_BASE + 8, | ||
169 | .end = DM9000_PHYS_BASE + 8 + 500, | ||
170 | .flags = IORESOURCE_MEM, | ||
171 | }, | ||
172 | [2] = { | ||
173 | .start = CMX270_ETHIRQ, | ||
174 | .end = CMX270_ETHIRQ, | ||
175 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
176 | } | ||
177 | }; | ||
178 | |||
179 | static struct dm9000_plat_data cmx270_dm9000_platdata = { | ||
180 | .flags = DM9000_PLATF_32BITONLY, | ||
181 | }; | ||
182 | |||
183 | static struct platform_device cmx270_dm9000_device = { | ||
184 | .name = "dm9000", | ||
185 | .id = 0, | ||
186 | .num_resources = ARRAY_SIZE(cmx270_dm9000_resource), | ||
187 | .resource = cmx270_dm9000_resource, | ||
188 | .dev = { | ||
189 | .platform_data = &cmx270_dm9000_platdata, | ||
190 | } | ||
191 | }; | ||
192 | |||
193 | static void __init cmx270_init_dm9000(void) | ||
194 | { | ||
195 | platform_device_register(&cmx270_dm9000_device); | ||
196 | } | ||
197 | #else | ||
198 | static inline void cmx270_init_dm9000(void) {} | ||
199 | #endif | ||
200 | |||
201 | /* UCB1400 touchscreen controller */ | ||
202 | #if defined(CONFIG_TOUCHSCREEN_UCB1400) || defined(CONFIG_TOUCHSCREEN_UCB1400_MODULE) | ||
203 | static struct platform_device cmx270_ts_device = { | ||
204 | .name = "ucb1400_ts", | ||
205 | .id = -1, | ||
206 | }; | ||
207 | |||
208 | static void __init cmx270_init_touchscreen(void) | ||
209 | { | ||
210 | platform_device_register(&cmx270_ts_device); | ||
211 | } | ||
212 | #else | ||
213 | static inline void cmx270_init_touchscreen(void) {} | ||
214 | #endif | ||
215 | |||
216 | /* V3020 RTC */ | 136 | /* V3020 RTC */ |
217 | #if defined(CONFIG_RTC_DRV_V3020) || defined(CONFIG_RTC_DRV_V3020_MODULE) | 137 | #if defined(CONFIG_RTC_DRV_V3020) || defined(CONFIG_RTC_DRV_V3020_MODULE) |
218 | static struct resource cmx270_v3020_resource[] = { | 138 | static struct resource cmx270_v3020_resource[] = { |
@@ -242,45 +162,7 @@ static void __init cmx270_init_rtc(void) | |||
242 | platform_device_register(&cmx270_rtc_device); | 162 | platform_device_register(&cmx270_rtc_device); |
243 | } | 163 | } |
244 | #else | 164 | #else |
245 | static inline void cmx270_init_rtc(void) {} | 165 | static inline void cmx2xx_init_rtc(void) {} |
246 | #endif | ||
247 | |||
248 | /* CM-X270 LEDs */ | ||
249 | #if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE) | ||
250 | static struct gpio_led cmx270_leds[] = { | ||
251 | [0] = { | ||
252 | .name = "cm-x270:red", | ||
253 | .default_trigger = "nand-disk", | ||
254 | .gpio = 93, | ||
255 | .active_low = 1, | ||
256 | }, | ||
257 | [1] = { | ||
258 | .name = "cm-x270:green", | ||
259 | .default_trigger = "heartbeat", | ||
260 | .gpio = 94, | ||
261 | .active_low = 1, | ||
262 | }, | ||
263 | }; | ||
264 | |||
265 | static struct gpio_led_platform_data cmx270_gpio_led_pdata = { | ||
266 | .num_leds = ARRAY_SIZE(cmx270_leds), | ||
267 | .leds = cmx270_leds, | ||
268 | }; | ||
269 | |||
270 | static struct platform_device cmx270_led_device = { | ||
271 | .name = "leds-gpio", | ||
272 | .id = -1, | ||
273 | .dev = { | ||
274 | .platform_data = &cmx270_gpio_led_pdata, | ||
275 | }, | ||
276 | }; | ||
277 | |||
278 | static void __init cmx270_init_leds(void) | ||
279 | { | ||
280 | platform_device_register(&cmx270_led_device); | ||
281 | } | ||
282 | #else | ||
283 | static inline void cmx270_init_leds(void) {} | ||
284 | #endif | 166 | #endif |
285 | 167 | ||
286 | /* 2700G graphics */ | 168 | /* 2700G graphics */ |
@@ -373,224 +255,6 @@ static void __init cmx270_init_2700G(void) | |||
373 | static inline void cmx270_init_2700G(void) {} | 255 | static inline void cmx270_init_2700G(void) {} |
374 | #endif | 256 | #endif |
375 | 257 | ||
376 | #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE) | ||
377 | /* | ||
378 | Display definitions | ||
379 | keep these for backwards compatibility, although symbolic names (as | ||
380 | e.g. in lpd270.c) looks better | ||
381 | */ | ||
382 | #define MTYPE_STN320x240 0 | ||
383 | #define MTYPE_TFT640x480 1 | ||
384 | #define MTYPE_CRT640x480 2 | ||
385 | #define MTYPE_CRT800x600 3 | ||
386 | #define MTYPE_TFT320x240 6 | ||
387 | #define MTYPE_STN640x480 7 | ||
388 | |||
389 | static struct pxafb_mode_info generic_stn_320x240_mode = { | ||
390 | .pixclock = 76923, | ||
391 | .bpp = 8, | ||
392 | .xres = 320, | ||
393 | .yres = 240, | ||
394 | .hsync_len = 3, | ||
395 | .vsync_len = 2, | ||
396 | .left_margin = 3, | ||
397 | .upper_margin = 0, | ||
398 | .right_margin = 3, | ||
399 | .lower_margin = 0, | ||
400 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
401 | FB_SYNC_VERT_HIGH_ACT), | ||
402 | .cmap_greyscale = 0, | ||
403 | }; | ||
404 | |||
405 | static struct pxafb_mach_info generic_stn_320x240 = { | ||
406 | .modes = &generic_stn_320x240_mode, | ||
407 | .num_modes = 1, | ||
408 | .lccr0 = 0, | ||
409 | .lccr3 = (LCCR3_PixClkDiv(0x03) | | ||
410 | LCCR3_Acb(0xff) | | ||
411 | LCCR3_PCP), | ||
412 | .cmap_inverse = 0, | ||
413 | .cmap_static = 0, | ||
414 | }; | ||
415 | |||
416 | static struct pxafb_mode_info generic_tft_640x480_mode = { | ||
417 | .pixclock = 38461, | ||
418 | .bpp = 8, | ||
419 | .xres = 640, | ||
420 | .yres = 480, | ||
421 | .hsync_len = 60, | ||
422 | .vsync_len = 2, | ||
423 | .left_margin = 70, | ||
424 | .upper_margin = 10, | ||
425 | .right_margin = 70, | ||
426 | .lower_margin = 5, | ||
427 | .sync = 0, | ||
428 | .cmap_greyscale = 0, | ||
429 | }; | ||
430 | |||
431 | static struct pxafb_mach_info generic_tft_640x480 = { | ||
432 | .modes = &generic_tft_640x480_mode, | ||
433 | .num_modes = 1, | ||
434 | .lccr0 = (LCCR0_PAS), | ||
435 | .lccr3 = (LCCR3_PixClkDiv(0x01) | | ||
436 | LCCR3_Acb(0xff) | | ||
437 | LCCR3_PCP), | ||
438 | .cmap_inverse = 0, | ||
439 | .cmap_static = 0, | ||
440 | }; | ||
441 | |||
442 | static struct pxafb_mode_info generic_crt_640x480_mode = { | ||
443 | .pixclock = 38461, | ||
444 | .bpp = 8, | ||
445 | .xres = 640, | ||
446 | .yres = 480, | ||
447 | .hsync_len = 63, | ||
448 | .vsync_len = 2, | ||
449 | .left_margin = 81, | ||
450 | .upper_margin = 33, | ||
451 | .right_margin = 16, | ||
452 | .lower_margin = 10, | ||
453 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
454 | FB_SYNC_VERT_HIGH_ACT), | ||
455 | .cmap_greyscale = 0, | ||
456 | }; | ||
457 | |||
458 | static struct pxafb_mach_info generic_crt_640x480 = { | ||
459 | .modes = &generic_crt_640x480_mode, | ||
460 | .num_modes = 1, | ||
461 | .lccr0 = (LCCR0_PAS), | ||
462 | .lccr3 = (LCCR3_PixClkDiv(0x01) | | ||
463 | LCCR3_Acb(0xff)), | ||
464 | .cmap_inverse = 0, | ||
465 | .cmap_static = 0, | ||
466 | }; | ||
467 | |||
468 | static struct pxafb_mode_info generic_crt_800x600_mode = { | ||
469 | .pixclock = 28846, | ||
470 | .bpp = 8, | ||
471 | .xres = 800, | ||
472 | .yres = 600, | ||
473 | .hsync_len = 63, | ||
474 | .vsync_len = 2, | ||
475 | .left_margin = 26, | ||
476 | .upper_margin = 21, | ||
477 | .right_margin = 26, | ||
478 | .lower_margin = 11, | ||
479 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
480 | FB_SYNC_VERT_HIGH_ACT), | ||
481 | .cmap_greyscale = 0, | ||
482 | }; | ||
483 | |||
484 | static struct pxafb_mach_info generic_crt_800x600 = { | ||
485 | .modes = &generic_crt_800x600_mode, | ||
486 | .num_modes = 1, | ||
487 | .lccr0 = (LCCR0_PAS), | ||
488 | .lccr3 = (LCCR3_PixClkDiv(0x02) | | ||
489 | LCCR3_Acb(0xff)), | ||
490 | .cmap_inverse = 0, | ||
491 | .cmap_static = 0, | ||
492 | }; | ||
493 | |||
494 | static struct pxafb_mode_info generic_tft_320x240_mode = { | ||
495 | .pixclock = 134615, | ||
496 | .bpp = 16, | ||
497 | .xres = 320, | ||
498 | .yres = 240, | ||
499 | .hsync_len = 63, | ||
500 | .vsync_len = 7, | ||
501 | .left_margin = 75, | ||
502 | .upper_margin = 0, | ||
503 | .right_margin = 15, | ||
504 | .lower_margin = 15, | ||
505 | .sync = 0, | ||
506 | .cmap_greyscale = 0, | ||
507 | }; | ||
508 | |||
509 | static struct pxafb_mach_info generic_tft_320x240 = { | ||
510 | .modes = &generic_tft_320x240_mode, | ||
511 | .num_modes = 1, | ||
512 | .lccr0 = (LCCR0_PAS), | ||
513 | .lccr3 = (LCCR3_PixClkDiv(0x06) | | ||
514 | LCCR3_Acb(0xff) | | ||
515 | LCCR3_PCP), | ||
516 | .cmap_inverse = 0, | ||
517 | .cmap_static = 0, | ||
518 | }; | ||
519 | |||
520 | static struct pxafb_mode_info generic_stn_640x480_mode = { | ||
521 | .pixclock = 57692, | ||
522 | .bpp = 8, | ||
523 | .xres = 640, | ||
524 | .yres = 480, | ||
525 | .hsync_len = 4, | ||
526 | .vsync_len = 2, | ||
527 | .left_margin = 10, | ||
528 | .upper_margin = 5, | ||
529 | .right_margin = 10, | ||
530 | .lower_margin = 5, | ||
531 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
532 | FB_SYNC_VERT_HIGH_ACT), | ||
533 | .cmap_greyscale = 0, | ||
534 | }; | ||
535 | |||
536 | static struct pxafb_mach_info generic_stn_640x480 = { | ||
537 | .modes = &generic_stn_640x480_mode, | ||
538 | .num_modes = 1, | ||
539 | .lccr0 = 0, | ||
540 | .lccr3 = (LCCR3_PixClkDiv(0x02) | | ||
541 | LCCR3_Acb(0xff)), | ||
542 | .cmap_inverse = 0, | ||
543 | .cmap_static = 0, | ||
544 | }; | ||
545 | |||
546 | static struct pxafb_mach_info *cmx270_display = &generic_crt_640x480; | ||
547 | |||
548 | static int __init cmx270_set_display(char *str) | ||
549 | { | ||
550 | int disp_type = simple_strtol(str, NULL, 0); | ||
551 | switch (disp_type) { | ||
552 | case MTYPE_STN320x240: | ||
553 | cmx270_display = &generic_stn_320x240; | ||
554 | break; | ||
555 | case MTYPE_TFT640x480: | ||
556 | cmx270_display = &generic_tft_640x480; | ||
557 | break; | ||
558 | case MTYPE_CRT640x480: | ||
559 | cmx270_display = &generic_crt_640x480; | ||
560 | break; | ||
561 | case MTYPE_CRT800x600: | ||
562 | cmx270_display = &generic_crt_800x600; | ||
563 | break; | ||
564 | case MTYPE_TFT320x240: | ||
565 | cmx270_display = &generic_tft_320x240; | ||
566 | break; | ||
567 | case MTYPE_STN640x480: | ||
568 | cmx270_display = &generic_stn_640x480; | ||
569 | break; | ||
570 | default: /* fallback to CRT 640x480 */ | ||
571 | cmx270_display = &generic_crt_640x480; | ||
572 | break; | ||
573 | } | ||
574 | return 1; | ||
575 | } | ||
576 | |||
577 | /* | ||
578 | This should be done really early to get proper configuration for | ||
579 | frame buffer. | ||
580 | Indeed, pxafb parameters can be used istead, but CM-X270 bootloader | ||
581 | has limitied line length for kernel command line, and also it will | ||
582 | break compatibitlty with proprietary releases already in field. | ||
583 | */ | ||
584 | __setup("monitor=", cmx270_set_display); | ||
585 | |||
586 | static void __init cmx270_init_display(void) | ||
587 | { | ||
588 | set_pxa_fb_info(cmx270_display); | ||
589 | } | ||
590 | #else | ||
591 | static inline void cmx270_init_display(void) {} | ||
592 | #endif | ||
593 | |||
594 | /* PXA27x OHCI controller setup */ | 258 | /* PXA27x OHCI controller setup */ |
595 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | 259 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) |
596 | static int cmx270_ohci_init(struct device *dev) | 260 | static int cmx270_ohci_init(struct device *dev) |
@@ -676,131 +340,12 @@ static void __init cmx270_init_mmc(void) | |||
676 | static inline void cmx270_init_mmc(void) {} | 340 | static inline void cmx270_init_mmc(void) {} |
677 | #endif | 341 | #endif |
678 | 342 | ||
679 | #ifdef CONFIG_PM | 343 | void __init cmx270_init(void) |
680 | static unsigned long sleep_save_msc[10]; | ||
681 | |||
682 | static int cmx270_suspend(struct sys_device *dev, pm_message_t state) | ||
683 | { | ||
684 | cmx270_pci_suspend(); | ||
685 | |||
686 | /* save MSC registers */ | ||
687 | sleep_save_msc[0] = MSC0; | ||
688 | sleep_save_msc[1] = MSC1; | ||
689 | sleep_save_msc[2] = MSC2; | ||
690 | |||
691 | /* setup power saving mode registers */ | ||
692 | PCFR = 0x0; | ||
693 | PSLR = 0xff400000; | ||
694 | PMCR = 0x00000005; | ||
695 | PWER = 0x80000000; | ||
696 | PFER = 0x00000000; | ||
697 | PRER = 0x00000000; | ||
698 | PGSR0 = 0xC0018800; | ||
699 | PGSR1 = 0x004F0002; | ||
700 | PGSR2 = 0x6021C000; | ||
701 | PGSR3 = 0x00020000; | ||
702 | |||
703 | return 0; | ||
704 | } | ||
705 | |||
706 | static int cmx270_resume(struct sys_device *dev) | ||
707 | { | ||
708 | cmx270_pci_resume(); | ||
709 | |||
710 | /* restore MSC registers */ | ||
711 | MSC0 = sleep_save_msc[0]; | ||
712 | MSC1 = sleep_save_msc[1]; | ||
713 | MSC2 = sleep_save_msc[2]; | ||
714 | |||
715 | return 0; | ||
716 | } | ||
717 | |||
718 | static struct sysdev_class cmx270_pm_sysclass = { | ||
719 | .name = "pm", | ||
720 | .resume = cmx270_resume, | ||
721 | .suspend = cmx270_suspend, | ||
722 | }; | ||
723 | |||
724 | static struct sys_device cmx270_pm_device = { | ||
725 | .cls = &cmx270_pm_sysclass, | ||
726 | }; | ||
727 | |||
728 | static int __init cmx270_pm_init(void) | ||
729 | { | ||
730 | int error; | ||
731 | error = sysdev_class_register(&cmx270_pm_sysclass); | ||
732 | if (error == 0) | ||
733 | error = sysdev_register(&cmx270_pm_device); | ||
734 | return error; | ||
735 | } | ||
736 | #else | ||
737 | static int __init cmx270_pm_init(void) { return 0; } | ||
738 | #endif | ||
739 | |||
740 | #if defined(CONFIG_SND_PXA2XX_AC97) || defined(CONFIG_SND_PXA2XX_AC97_MODULE) | ||
741 | static void __init cmx270_init_ac97(void) | ||
742 | { | ||
743 | pxa_set_ac97_info(NULL); | ||
744 | } | ||
745 | #else | ||
746 | static inline void cmx270_init_ac97(void) {} | ||
747 | #endif | ||
748 | |||
749 | static void __init cmx270_init(void) | ||
750 | { | 344 | { |
751 | cmx270_pm_init(); | ||
752 | |||
753 | pxa2xx_mfp_config(ARRAY_AND_SIZE(cmx270_pin_config)); | 345 | pxa2xx_mfp_config(ARRAY_AND_SIZE(cmx270_pin_config)); |
754 | 346 | ||
755 | cmx270_init_dm9000(); | ||
756 | cmx270_init_rtc(); | 347 | cmx270_init_rtc(); |
757 | cmx270_init_display(); | ||
758 | cmx270_init_mmc(); | 348 | cmx270_init_mmc(); |
759 | cmx270_init_ohci(); | 349 | cmx270_init_ohci(); |
760 | cmx270_init_ac97(); | ||
761 | cmx270_init_touchscreen(); | ||
762 | cmx270_init_leds(); | ||
763 | cmx270_init_2700G(); | 350 | cmx270_init_2700G(); |
764 | } | 351 | } |
765 | |||
766 | static void __init cmx270_init_irq(void) | ||
767 | { | ||
768 | pxa27x_init_irq(); | ||
769 | |||
770 | cmx270_pci_init_irq(GPIO22_IT8152_IRQ); | ||
771 | } | ||
772 | |||
773 | #ifdef CONFIG_PCI | ||
774 | /* Map PCI companion statically */ | ||
775 | static struct map_desc cmx270_io_desc[] __initdata = { | ||
776 | [0] = { /* PCI bridge */ | ||
777 | .virtual = CMX270_IT8152_VIRT, | ||
778 | .pfn = __phys_to_pfn(PXA_CS4_PHYS), | ||
779 | .length = SZ_64M, | ||
780 | .type = MT_DEVICE | ||
781 | }, | ||
782 | }; | ||
783 | |||
784 | static void __init cmx270_map_io(void) | ||
785 | { | ||
786 | pxa_map_io(); | ||
787 | iotable_init(cmx270_io_desc, ARRAY_SIZE(cmx270_io_desc)); | ||
788 | |||
789 | it8152_base_address = CMX270_IT8152_VIRT; | ||
790 | } | ||
791 | #else | ||
792 | static void __init cmx270_map_io(void) | ||
793 | { | ||
794 | pxa_map_io(); | ||
795 | } | ||
796 | #endif | ||
797 | |||
798 | MACHINE_START(ARMCORE, "Compulab CM-x270") | ||
799 | .boot_params = 0xa0000100, | ||
800 | .phys_io = 0x40000000, | ||
801 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
802 | .map_io = cmx270_map_io, | ||
803 | .init_irq = cmx270_init_irq, | ||
804 | .timer = &pxa_timer, | ||
805 | .init_machine = cmx270_init, | ||
806 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/cm-x270-pci.c b/arch/arm/mach-pxa/cm-x2xx-pci.c index 2d5bcea1e520..3156b25f6e9d 100644 --- a/arch/arm/mach-pxa/cm-x270-pci.c +++ b/arch/arm/mach-pxa/cm-x2xx-pci.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * linux/arch/arm/mach-pxa/cm-x270-pci.c | 2 | * linux/arch/arm/mach-pxa/cm-x2xx-pci.c |
3 | * | 3 | * |
4 | * PCI bios-type initialisation for PCI machines | 4 | * PCI bios-type initialisation for PCI machines |
5 | * | 5 | * |
@@ -28,7 +28,7 @@ | |||
28 | #include <asm/hardware/it8152.h> | 28 | #include <asm/hardware/it8152.h> |
29 | 29 | ||
30 | unsigned long it8152_base_address; | 30 | unsigned long it8152_base_address; |
31 | static int cmx270_it8152_irq_gpio; | 31 | static int cmx2xx_it8152_irq_gpio; |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * Only first 64MB of memory can be accessed via PCI. | 34 | * Only first 64MB of memory can be accessed via PCI. |
@@ -36,13 +36,13 @@ static int cmx270_it8152_irq_gpio; | |||
36 | * This is really ugly and we need a better way of specifying | 36 | * This is really ugly and we need a better way of specifying |
37 | * DMA-capable regions of memory. | 37 | * DMA-capable regions of memory. |
38 | */ | 38 | */ |
39 | void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, | 39 | void __init cmx2xx_pci_adjust_zones(int node, unsigned long *zone_size, |
40 | unsigned long *zhole_size) | 40 | unsigned long *zhole_size) |
41 | { | 41 | { |
42 | unsigned int sz = SZ_64M >> PAGE_SHIFT; | 42 | unsigned int sz = SZ_64M >> PAGE_SHIFT; |
43 | 43 | ||
44 | if (machine_is_armcore()) { | 44 | if (machine_is_armcore()) { |
45 | pr_info("Adjusting zones for CM-X270\n"); | 45 | pr_info("Adjusting zones for CM-X2XX\n"); |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Only adjust if > 64M on current system | 48 | * Only adjust if > 64M on current system |
@@ -57,29 +57,29 @@ void __init cmx270_pci_adjust_zones(int node, unsigned long *zone_size, | |||
57 | } | 57 | } |
58 | } | 58 | } |
59 | 59 | ||
60 | static void cmx270_it8152_irq_demux(unsigned int irq, struct irq_desc *desc) | 60 | static void cmx2xx_it8152_irq_demux(unsigned int irq, struct irq_desc *desc) |
61 | { | 61 | { |
62 | /* clear our parent irq */ | 62 | /* clear our parent irq */ |
63 | GEDR(cmx270_it8152_irq_gpio) = GPIO_bit(cmx270_it8152_irq_gpio); | 63 | GEDR(cmx2xx_it8152_irq_gpio) = GPIO_bit(cmx2xx_it8152_irq_gpio); |
64 | 64 | ||
65 | it8152_irq_demux(irq, desc); | 65 | it8152_irq_demux(irq, desc); |
66 | } | 66 | } |
67 | 67 | ||
68 | void __cmx270_pci_init_irq(int irq_gpio) | 68 | void __cmx2xx_pci_init_irq(int irq_gpio) |
69 | { | 69 | { |
70 | it8152_init_irq(); | 70 | it8152_init_irq(); |
71 | 71 | ||
72 | cmx270_it8152_irq_gpio = irq_gpio; | 72 | cmx2xx_it8152_irq_gpio = irq_gpio; |
73 | 73 | ||
74 | set_irq_type(gpio_to_irq(irq_gpio), IRQ_TYPE_EDGE_RISING); | 74 | set_irq_type(gpio_to_irq(irq_gpio), IRQ_TYPE_EDGE_RISING); |
75 | 75 | ||
76 | set_irq_chained_handler(gpio_to_irq(irq_gpio), cmx270_it8152_irq_demux); | 76 | set_irq_chained_handler(gpio_to_irq(irq_gpio), cmx2xx_it8152_irq_demux); |
77 | } | 77 | } |
78 | 78 | ||
79 | #ifdef CONFIG_PM | 79 | #ifdef CONFIG_PM |
80 | static unsigned long sleep_save_ite[10]; | 80 | static unsigned long sleep_save_ite[10]; |
81 | 81 | ||
82 | void __cmx270_pci_suspend(void) | 82 | void __cmx2xx_pci_suspend(void) |
83 | { | 83 | { |
84 | /* save ITE state */ | 84 | /* save ITE state */ |
85 | sleep_save_ite[0] = __raw_readl(IT8152_INTC_PDCNIMR); | 85 | sleep_save_ite[0] = __raw_readl(IT8152_INTC_PDCNIMR); |
@@ -91,7 +91,7 @@ void __cmx270_pci_suspend(void) | |||
91 | __raw_writel((0), IT8152_INTC_LPCNIRR); | 91 | __raw_writel((0), IT8152_INTC_LPCNIRR); |
92 | } | 92 | } |
93 | 93 | ||
94 | void __cmx270_pci_resume(void) | 94 | void __cmx2xx_pci_resume(void) |
95 | { | 95 | { |
96 | /* restore IT8152 state */ | 96 | /* restore IT8152 state */ |
97 | __raw_writel((sleep_save_ite[0]), IT8152_INTC_PDCNIMR); | 97 | __raw_writel((sleep_save_ite[0]), IT8152_INTC_PDCNIMR); |
@@ -99,12 +99,12 @@ void __cmx270_pci_resume(void) | |||
99 | __raw_writel((sleep_save_ite[2]), IT8152_INTC_LPNIAR); | 99 | __raw_writel((sleep_save_ite[2]), IT8152_INTC_LPNIAR); |
100 | } | 100 | } |
101 | #else | 101 | #else |
102 | void cmx270_pci_suspend(void) {} | 102 | void cmx2xx_pci_suspend(void) {} |
103 | void cmx270_pci_resume(void) {} | 103 | void cmx2xx_pci_resume(void) {} |
104 | #endif | 104 | #endif |
105 | 105 | ||
106 | /* PCI IRQ mapping*/ | 106 | /* PCI IRQ mapping*/ |
107 | static int __init cmx270_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | 107 | static int __init cmx2xx_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) |
108 | { | 108 | { |
109 | int irq; | 109 | int irq; |
110 | 110 | ||
@@ -116,14 +116,14 @@ static int __init cmx270_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | |||
116 | 116 | ||
117 | /* | 117 | /* |
118 | Here comes the ugly part. The routing is baseboard specific, | 118 | Here comes the ugly part. The routing is baseboard specific, |
119 | but defining a platform for each possible base of CM-X270 is | 119 | but defining a platform for each possible base of CM-X2XX is |
120 | unrealistic. Here we keep mapping for ATXBase and SB-X270. | 120 | unrealistic. Here we keep mapping for ATXBase and SB-X2XX. |
121 | */ | 121 | */ |
122 | /* ATXBASE PCI slot */ | 122 | /* ATXBASE PCI slot */ |
123 | if (slot == 7) | 123 | if (slot == 7) |
124 | return IT8152_PCI_INTA; | 124 | return IT8152_PCI_INTA; |
125 | 125 | ||
126 | /* ATXBase/SB-x270 CardBus */ | 126 | /* ATXBase/SB-X2XX CardBus */ |
127 | if (slot == 8 || slot == 0) | 127 | if (slot == 8 || slot == 0) |
128 | return IT8152_PCI_INTB; | 128 | return IT8152_PCI_INTB; |
129 | 129 | ||
@@ -131,7 +131,11 @@ static int __init cmx270_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | |||
131 | if (slot == 9) | 131 | if (slot == 9) |
132 | return IT8152_PCI_INTA; | 132 | return IT8152_PCI_INTA; |
133 | 133 | ||
134 | /* SB-x270 Ethernet */ | 134 | /* CM-x255 Onboard Ethernet */ |
135 | if (slot == 15) | ||
136 | return IT8152_PCI_INTC; | ||
137 | |||
138 | /* SB-x2xx Ethernet */ | ||
135 | if (slot == 16) | 139 | if (slot == 16) |
136 | return IT8152_PCI_INTA; | 140 | return IT8152_PCI_INTA; |
137 | 141 | ||
@@ -144,9 +148,9 @@ static int __init cmx270_pci_map_irq(struct pci_dev *dev, u8 slot, u8 pin) | |||
144 | return(0); | 148 | return(0); |
145 | } | 149 | } |
146 | 150 | ||
147 | static void cmx270_pci_preinit(void) | 151 | static void cmx2xx_pci_preinit(void) |
148 | { | 152 | { |
149 | pr_info("Initializing CM-X270 PCI subsystem\n"); | 153 | pr_info("Initializing CM-X2XX PCI subsystem\n"); |
150 | 154 | ||
151 | __raw_writel(0x800, IT8152_PCI_CFG_ADDR); | 155 | __raw_writel(0x800, IT8152_PCI_CFG_ADDR); |
152 | if (__raw_readl(IT8152_PCI_CFG_DATA) == 0x81521283) { | 156 | if (__raw_readl(IT8152_PCI_CFG_DATA) == 0x81521283) { |
@@ -200,21 +204,21 @@ static void cmx270_pci_preinit(void) | |||
200 | } | 204 | } |
201 | } | 205 | } |
202 | 206 | ||
203 | static struct hw_pci cmx270_pci __initdata = { | 207 | static struct hw_pci cmx2xx_pci __initdata = { |
204 | .swizzle = pci_std_swizzle, | 208 | .swizzle = pci_std_swizzle, |
205 | .map_irq = cmx270_pci_map_irq, | 209 | .map_irq = cmx2xx_pci_map_irq, |
206 | .nr_controllers = 1, | 210 | .nr_controllers = 1, |
207 | .setup = it8152_pci_setup, | 211 | .setup = it8152_pci_setup, |
208 | .scan = it8152_pci_scan_bus, | 212 | .scan = it8152_pci_scan_bus, |
209 | .preinit = cmx270_pci_preinit, | 213 | .preinit = cmx2xx_pci_preinit, |
210 | }; | 214 | }; |
211 | 215 | ||
212 | static int __init cmx270_init_pci(void) | 216 | static int __init cmx2xx_init_pci(void) |
213 | { | 217 | { |
214 | if (machine_is_armcore()) | 218 | if (machine_is_armcore()) |
215 | pci_common_init(&cmx270_pci); | 219 | pci_common_init(&cmx2xx_pci); |
216 | 220 | ||
217 | return 0; | 221 | return 0; |
218 | } | 222 | } |
219 | 223 | ||
220 | subsys_initcall(cmx270_init_pci); | 224 | subsys_initcall(cmx2xx_init_pci); |
diff --git a/arch/arm/mach-pxa/cm-x2xx-pci.h b/arch/arm/mach-pxa/cm-x2xx-pci.h new file mode 100644 index 000000000000..e24aad2e3ad7 --- /dev/null +++ b/arch/arm/mach-pxa/cm-x2xx-pci.h | |||
@@ -0,0 +1,13 @@ | |||
1 | extern void __cmx2xx_pci_init_irq(int irq_gpio); | ||
2 | extern void __cmx2xx_pci_suspend(void); | ||
3 | extern void __cmx2xx_pci_resume(void); | ||
4 | |||
5 | #ifdef CONFIG_PCI | ||
6 | #define cmx2xx_pci_init_irq(x) __cmx2xx_pci_init_irq(x) | ||
7 | #define cmx2xx_pci_suspend(x) __cmx2xx_pci_suspend(x) | ||
8 | #define cmx2xx_pci_resume(x) __cmx2xx_pci_resume(x) | ||
9 | #else | ||
10 | #define cmx2xx_pci_init_irq(x) do {} while (0) | ||
11 | #define cmx2xx_pci_suspend(x) do {} while (0) | ||
12 | #define cmx2xx_pci_resume(x) do {} while (0) | ||
13 | #endif | ||
diff --git a/arch/arm/mach-pxa/cm-x2xx.c b/arch/arm/mach-pxa/cm-x2xx.c new file mode 100644 index 000000000000..0b3ce3b6d896 --- /dev/null +++ b/arch/arm/mach-pxa/cm-x2xx.c | |||
@@ -0,0 +1,531 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/cm-x2xx.c | ||
3 | * | ||
4 | * Copyright (C) 2008 CompuLab, Ltd. | ||
5 | * Mike Rapoport <mike@compulab.co.il> | ||
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/platform_device.h> | ||
13 | #include <linux/sysdev.h> | ||
14 | #include <linux/irq.h> | ||
15 | #include <linux/gpio.h> | ||
16 | |||
17 | #include <linux/dm9000.h> | ||
18 | #include <linux/leds.h> | ||
19 | |||
20 | #include <asm/mach/arch.h> | ||
21 | #include <asm/mach-types.h> | ||
22 | #include <asm/mach/map.h> | ||
23 | |||
24 | #include <mach/pxa2xx-regs.h> | ||
25 | #include <mach/mfp-pxa27x.h> | ||
26 | #include <mach/pxa-regs.h> | ||
27 | #include <mach/audio.h> | ||
28 | #include <mach/pxafb.h> | ||
29 | |||
30 | #include <asm/hardware/it8152.h> | ||
31 | |||
32 | #include "generic.h" | ||
33 | #include "cm-x2xx-pci.h" | ||
34 | |||
35 | extern void cmx255_init(void); | ||
36 | extern void cmx270_init(void); | ||
37 | |||
38 | /* virtual addresses for statically mapped regions */ | ||
39 | #define CMX2XX_VIRT_BASE (0xe8000000) | ||
40 | #define CMX2XX_IT8152_VIRT (CMX2XX_VIRT_BASE) | ||
41 | |||
42 | /* physical address if local-bus attached devices */ | ||
43 | #define CMX255_DM9000_PHYS_BASE (PXA_CS1_PHYS + (8 << 22)) | ||
44 | #define CMX270_DM9000_PHYS_BASE (PXA_CS1_PHYS + (6 << 22)) | ||
45 | |||
46 | /* leds */ | ||
47 | #define CMX255_GPIO_RED (27) | ||
48 | #define CMX255_GPIO_GREEN (32) | ||
49 | #define CMX270_GPIO_RED (93) | ||
50 | #define CMX270_GPIO_GREEN (94) | ||
51 | |||
52 | /* GPIO IRQ usage */ | ||
53 | #define GPIO22_ETHIRQ (22) | ||
54 | #define GPIO10_ETHIRQ (10) | ||
55 | #define CMX255_GPIO_IT8152_IRQ (0) | ||
56 | #define CMX270_GPIO_IT8152_IRQ (22) | ||
57 | |||
58 | #define CMX255_ETHIRQ IRQ_GPIO(GPIO22_ETHIRQ) | ||
59 | #define CMX270_ETHIRQ IRQ_GPIO(GPIO10_ETHIRQ) | ||
60 | |||
61 | #if defined(CONFIG_DM9000) || defined(CONFIG_DM9000_MODULE) | ||
62 | static struct resource cmx255_dm9000_resource[] = { | ||
63 | [0] = { | ||
64 | .start = CMX255_DM9000_PHYS_BASE, | ||
65 | .end = CMX255_DM9000_PHYS_BASE + 3, | ||
66 | .flags = IORESOURCE_MEM, | ||
67 | }, | ||
68 | [1] = { | ||
69 | .start = CMX255_DM9000_PHYS_BASE + 4, | ||
70 | .end = CMX255_DM9000_PHYS_BASE + 4 + 500, | ||
71 | .flags = IORESOURCE_MEM, | ||
72 | }, | ||
73 | [2] = { | ||
74 | .start = CMX255_ETHIRQ, | ||
75 | .end = CMX255_ETHIRQ, | ||
76 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
77 | } | ||
78 | }; | ||
79 | |||
80 | static struct resource cmx270_dm9000_resource[] = { | ||
81 | [0] = { | ||
82 | .start = CMX270_DM9000_PHYS_BASE, | ||
83 | .end = CMX270_DM9000_PHYS_BASE + 3, | ||
84 | .flags = IORESOURCE_MEM, | ||
85 | }, | ||
86 | [1] = { | ||
87 | .start = CMX270_DM9000_PHYS_BASE + 8, | ||
88 | .end = CMX270_DM9000_PHYS_BASE + 8 + 500, | ||
89 | .flags = IORESOURCE_MEM, | ||
90 | }, | ||
91 | [2] = { | ||
92 | .start = CMX270_ETHIRQ, | ||
93 | .end = CMX270_ETHIRQ, | ||
94 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
95 | } | ||
96 | }; | ||
97 | |||
98 | static struct dm9000_plat_data cmx270_dm9000_platdata = { | ||
99 | .flags = DM9000_PLATF_32BITONLY, | ||
100 | }; | ||
101 | |||
102 | static struct platform_device cmx2xx_dm9000_device = { | ||
103 | .name = "dm9000", | ||
104 | .id = 0, | ||
105 | .num_resources = ARRAY_SIZE(cmx270_dm9000_resource), | ||
106 | .dev = { | ||
107 | .platform_data = &cmx270_dm9000_platdata, | ||
108 | } | ||
109 | }; | ||
110 | |||
111 | static void __init cmx2xx_init_dm9000(void) | ||
112 | { | ||
113 | if (cpu_is_pxa25x()) | ||
114 | cmx2xx_dm9000_device.resource = cmx255_dm9000_resource; | ||
115 | else | ||
116 | cmx2xx_dm9000_device.resource = cmx270_dm9000_resource; | ||
117 | platform_device_register(&cmx2xx_dm9000_device); | ||
118 | } | ||
119 | #else | ||
120 | static inline void cmx2xx_init_dm9000(void) {} | ||
121 | #endif | ||
122 | |||
123 | /* UCB1400 touchscreen controller */ | ||
124 | #if defined(CONFIG_TOUCHSCREEN_UCB1400) || defined(CONFIG_TOUCHSCREEN_UCB1400_MODULE) | ||
125 | static struct platform_device cmx2xx_ts_device = { | ||
126 | .name = "ucb1400_ts", | ||
127 | .id = -1, | ||
128 | }; | ||
129 | |||
130 | static void __init cmx2xx_init_touchscreen(void) | ||
131 | { | ||
132 | platform_device_register(&cmx2xx_ts_device); | ||
133 | } | ||
134 | #else | ||
135 | static inline void cmx2xx_init_touchscreen(void) {} | ||
136 | #endif | ||
137 | |||
138 | /* CM-X270 LEDs */ | ||
139 | #if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE) | ||
140 | static struct gpio_led cmx2xx_leds[] = { | ||
141 | [0] = { | ||
142 | .name = "cm-x2xx:red", | ||
143 | .default_trigger = "nand-disk", | ||
144 | .active_low = 1, | ||
145 | }, | ||
146 | [1] = { | ||
147 | .name = "cm-x2xx:green", | ||
148 | .default_trigger = "heartbeat", | ||
149 | .active_low = 1, | ||
150 | }, | ||
151 | }; | ||
152 | |||
153 | static struct gpio_led_platform_data cmx2xx_gpio_led_pdata = { | ||
154 | .num_leds = ARRAY_SIZE(cmx2xx_leds), | ||
155 | .leds = cmx2xx_leds, | ||
156 | }; | ||
157 | |||
158 | static struct platform_device cmx2xx_led_device = { | ||
159 | .name = "leds-gpio", | ||
160 | .id = -1, | ||
161 | .dev = { | ||
162 | .platform_data = &cmx2xx_gpio_led_pdata, | ||
163 | }, | ||
164 | }; | ||
165 | |||
166 | static void __init cmx2xx_init_leds(void) | ||
167 | { | ||
168 | if (cpu_is_pxa25x()) { | ||
169 | cmx2xx_leds[0].gpio = CMX255_GPIO_RED; | ||
170 | cmx2xx_leds[1].gpio = CMX255_GPIO_GREEN; | ||
171 | } else { | ||
172 | cmx2xx_leds[0].gpio = CMX270_GPIO_RED; | ||
173 | cmx2xx_leds[1].gpio = CMX270_GPIO_GREEN; | ||
174 | } | ||
175 | platform_device_register(&cmx2xx_led_device); | ||
176 | } | ||
177 | #else | ||
178 | static inline void cmx2xx_init_leds(void) {} | ||
179 | #endif | ||
180 | |||
181 | #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE) | ||
182 | /* | ||
183 | Display definitions | ||
184 | keep these for backwards compatibility, although symbolic names (as | ||
185 | e.g. in lpd270.c) looks better | ||
186 | */ | ||
187 | #define MTYPE_STN320x240 0 | ||
188 | #define MTYPE_TFT640x480 1 | ||
189 | #define MTYPE_CRT640x480 2 | ||
190 | #define MTYPE_CRT800x600 3 | ||
191 | #define MTYPE_TFT320x240 6 | ||
192 | #define MTYPE_STN640x480 7 | ||
193 | |||
194 | static struct pxafb_mode_info generic_stn_320x240_mode = { | ||
195 | .pixclock = 76923, | ||
196 | .bpp = 8, | ||
197 | .xres = 320, | ||
198 | .yres = 240, | ||
199 | .hsync_len = 3, | ||
200 | .vsync_len = 2, | ||
201 | .left_margin = 3, | ||
202 | .upper_margin = 0, | ||
203 | .right_margin = 3, | ||
204 | .lower_margin = 0, | ||
205 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
206 | FB_SYNC_VERT_HIGH_ACT), | ||
207 | .cmap_greyscale = 0, | ||
208 | }; | ||
209 | |||
210 | static struct pxafb_mach_info generic_stn_320x240 = { | ||
211 | .modes = &generic_stn_320x240_mode, | ||
212 | .num_modes = 1, | ||
213 | .lccr0 = 0, | ||
214 | .lccr3 = (LCCR3_PixClkDiv(0x03) | | ||
215 | LCCR3_Acb(0xff) | | ||
216 | LCCR3_PCP), | ||
217 | .cmap_inverse = 0, | ||
218 | .cmap_static = 0, | ||
219 | }; | ||
220 | |||
221 | static struct pxafb_mode_info generic_tft_640x480_mode = { | ||
222 | .pixclock = 38461, | ||
223 | .bpp = 8, | ||
224 | .xres = 640, | ||
225 | .yres = 480, | ||
226 | .hsync_len = 60, | ||
227 | .vsync_len = 2, | ||
228 | .left_margin = 70, | ||
229 | .upper_margin = 10, | ||
230 | .right_margin = 70, | ||
231 | .lower_margin = 5, | ||
232 | .sync = 0, | ||
233 | .cmap_greyscale = 0, | ||
234 | }; | ||
235 | |||
236 | static struct pxafb_mach_info generic_tft_640x480 = { | ||
237 | .modes = &generic_tft_640x480_mode, | ||
238 | .num_modes = 1, | ||
239 | .lccr0 = (LCCR0_PAS), | ||
240 | .lccr3 = (LCCR3_PixClkDiv(0x01) | | ||
241 | LCCR3_Acb(0xff) | | ||
242 | LCCR3_PCP), | ||
243 | .cmap_inverse = 0, | ||
244 | .cmap_static = 0, | ||
245 | }; | ||
246 | |||
247 | static struct pxafb_mode_info generic_crt_640x480_mode = { | ||
248 | .pixclock = 38461, | ||
249 | .bpp = 8, | ||
250 | .xres = 640, | ||
251 | .yres = 480, | ||
252 | .hsync_len = 63, | ||
253 | .vsync_len = 2, | ||
254 | .left_margin = 81, | ||
255 | .upper_margin = 33, | ||
256 | .right_margin = 16, | ||
257 | .lower_margin = 10, | ||
258 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
259 | FB_SYNC_VERT_HIGH_ACT), | ||
260 | .cmap_greyscale = 0, | ||
261 | }; | ||
262 | |||
263 | static struct pxafb_mach_info generic_crt_640x480 = { | ||
264 | .modes = &generic_crt_640x480_mode, | ||
265 | .num_modes = 1, | ||
266 | .lccr0 = (LCCR0_PAS), | ||
267 | .lccr3 = (LCCR3_PixClkDiv(0x01) | | ||
268 | LCCR3_Acb(0xff)), | ||
269 | .cmap_inverse = 0, | ||
270 | .cmap_static = 0, | ||
271 | }; | ||
272 | |||
273 | static struct pxafb_mode_info generic_crt_800x600_mode = { | ||
274 | .pixclock = 28846, | ||
275 | .bpp = 8, | ||
276 | .xres = 800, | ||
277 | .yres = 600, | ||
278 | .hsync_len = 63, | ||
279 | .vsync_len = 2, | ||
280 | .left_margin = 26, | ||
281 | .upper_margin = 21, | ||
282 | .right_margin = 26, | ||
283 | .lower_margin = 11, | ||
284 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
285 | FB_SYNC_VERT_HIGH_ACT), | ||
286 | .cmap_greyscale = 0, | ||
287 | }; | ||
288 | |||
289 | static struct pxafb_mach_info generic_crt_800x600 = { | ||
290 | .modes = &generic_crt_800x600_mode, | ||
291 | .num_modes = 1, | ||
292 | .lccr0 = (LCCR0_PAS), | ||
293 | .lccr3 = (LCCR3_PixClkDiv(0x02) | | ||
294 | LCCR3_Acb(0xff)), | ||
295 | .cmap_inverse = 0, | ||
296 | .cmap_static = 0, | ||
297 | }; | ||
298 | |||
299 | static struct pxafb_mode_info generic_tft_320x240_mode = { | ||
300 | .pixclock = 134615, | ||
301 | .bpp = 16, | ||
302 | .xres = 320, | ||
303 | .yres = 240, | ||
304 | .hsync_len = 63, | ||
305 | .vsync_len = 7, | ||
306 | .left_margin = 75, | ||
307 | .upper_margin = 0, | ||
308 | .right_margin = 15, | ||
309 | .lower_margin = 15, | ||
310 | .sync = 0, | ||
311 | .cmap_greyscale = 0, | ||
312 | }; | ||
313 | |||
314 | static struct pxafb_mach_info generic_tft_320x240 = { | ||
315 | .modes = &generic_tft_320x240_mode, | ||
316 | .num_modes = 1, | ||
317 | .lccr0 = (LCCR0_PAS), | ||
318 | .lccr3 = (LCCR3_PixClkDiv(0x06) | | ||
319 | LCCR3_Acb(0xff) | | ||
320 | LCCR3_PCP), | ||
321 | .cmap_inverse = 0, | ||
322 | .cmap_static = 0, | ||
323 | }; | ||
324 | |||
325 | static struct pxafb_mode_info generic_stn_640x480_mode = { | ||
326 | .pixclock = 57692, | ||
327 | .bpp = 8, | ||
328 | .xres = 640, | ||
329 | .yres = 480, | ||
330 | .hsync_len = 4, | ||
331 | .vsync_len = 2, | ||
332 | .left_margin = 10, | ||
333 | .upper_margin = 5, | ||
334 | .right_margin = 10, | ||
335 | .lower_margin = 5, | ||
336 | .sync = (FB_SYNC_HOR_HIGH_ACT | | ||
337 | FB_SYNC_VERT_HIGH_ACT), | ||
338 | .cmap_greyscale = 0, | ||
339 | }; | ||
340 | |||
341 | static struct pxafb_mach_info generic_stn_640x480 = { | ||
342 | .modes = &generic_stn_640x480_mode, | ||
343 | .num_modes = 1, | ||
344 | .lccr0 = 0, | ||
345 | .lccr3 = (LCCR3_PixClkDiv(0x02) | | ||
346 | LCCR3_Acb(0xff)), | ||
347 | .cmap_inverse = 0, | ||
348 | .cmap_static = 0, | ||
349 | }; | ||
350 | |||
351 | static struct pxafb_mach_info *cmx2xx_display = &generic_crt_640x480; | ||
352 | |||
353 | static int __init cmx2xx_set_display(char *str) | ||
354 | { | ||
355 | int disp_type = simple_strtol(str, NULL, 0); | ||
356 | switch (disp_type) { | ||
357 | case MTYPE_STN320x240: | ||
358 | cmx2xx_display = &generic_stn_320x240; | ||
359 | break; | ||
360 | case MTYPE_TFT640x480: | ||
361 | cmx2xx_display = &generic_tft_640x480; | ||
362 | break; | ||
363 | case MTYPE_CRT640x480: | ||
364 | cmx2xx_display = &generic_crt_640x480; | ||
365 | break; | ||
366 | case MTYPE_CRT800x600: | ||
367 | cmx2xx_display = &generic_crt_800x600; | ||
368 | break; | ||
369 | case MTYPE_TFT320x240: | ||
370 | cmx2xx_display = &generic_tft_320x240; | ||
371 | break; | ||
372 | case MTYPE_STN640x480: | ||
373 | cmx2xx_display = &generic_stn_640x480; | ||
374 | break; | ||
375 | default: /* fallback to CRT 640x480 */ | ||
376 | cmx2xx_display = &generic_crt_640x480; | ||
377 | break; | ||
378 | } | ||
379 | return 1; | ||
380 | } | ||
381 | |||
382 | /* | ||
383 | This should be done really early to get proper configuration for | ||
384 | frame buffer. | ||
385 | Indeed, pxafb parameters can be used istead, but CM-X2XX bootloader | ||
386 | has limitied line length for kernel command line, and also it will | ||
387 | break compatibitlty with proprietary releases already in field. | ||
388 | */ | ||
389 | __setup("monitor=", cmx2xx_set_display); | ||
390 | |||
391 | static void __init cmx2xx_init_display(void) | ||
392 | { | ||
393 | set_pxa_fb_info(cmx2xx_display); | ||
394 | } | ||
395 | #else | ||
396 | static inline void cmx2xx_init_display(void) {} | ||
397 | #endif | ||
398 | |||
399 | #ifdef CONFIG_PM | ||
400 | static unsigned long sleep_save_msc[10]; | ||
401 | |||
402 | static int cmx2xx_suspend(struct sys_device *dev, pm_message_t state) | ||
403 | { | ||
404 | cmx2xx_pci_suspend(); | ||
405 | |||
406 | /* save MSC registers */ | ||
407 | sleep_save_msc[0] = MSC0; | ||
408 | sleep_save_msc[1] = MSC1; | ||
409 | sleep_save_msc[2] = MSC2; | ||
410 | |||
411 | /* setup power saving mode registers */ | ||
412 | PCFR = 0x0; | ||
413 | PSLR = 0xff400000; | ||
414 | PMCR = 0x00000005; | ||
415 | PWER = 0x80000000; | ||
416 | PFER = 0x00000000; | ||
417 | PRER = 0x00000000; | ||
418 | PGSR0 = 0xC0018800; | ||
419 | PGSR1 = 0x004F0002; | ||
420 | PGSR2 = 0x6021C000; | ||
421 | PGSR3 = 0x00020000; | ||
422 | |||
423 | return 0; | ||
424 | } | ||
425 | |||
426 | static int cmx2xx_resume(struct sys_device *dev) | ||
427 | { | ||
428 | cmx2xx_pci_resume(); | ||
429 | |||
430 | /* restore MSC registers */ | ||
431 | MSC0 = sleep_save_msc[0]; | ||
432 | MSC1 = sleep_save_msc[1]; | ||
433 | MSC2 = sleep_save_msc[2]; | ||
434 | |||
435 | return 0; | ||
436 | } | ||
437 | |||
438 | static struct sysdev_class cmx2xx_pm_sysclass = { | ||
439 | .name = "pm", | ||
440 | .resume = cmx2xx_resume, | ||
441 | .suspend = cmx2xx_suspend, | ||
442 | }; | ||
443 | |||
444 | static struct sys_device cmx2xx_pm_device = { | ||
445 | .cls = &cmx2xx_pm_sysclass, | ||
446 | }; | ||
447 | |||
448 | static int __init cmx2xx_pm_init(void) | ||
449 | { | ||
450 | int error; | ||
451 | error = sysdev_class_register(&cmx2xx_pm_sysclass); | ||
452 | if (error == 0) | ||
453 | error = sysdev_register(&cmx2xx_pm_device); | ||
454 | return error; | ||
455 | } | ||
456 | #else | ||
457 | static int __init cmx2xx_pm_init(void) { return 0; } | ||
458 | #endif | ||
459 | |||
460 | #if defined(CONFIG_SND_PXA2XX_AC97) || defined(CONFIG_SND_PXA2XX_AC97_MODULE) | ||
461 | static void __init cmx2xx_init_ac97(void) | ||
462 | { | ||
463 | pxa_set_ac97_info(NULL); | ||
464 | } | ||
465 | #else | ||
466 | static inline void cmx2xx_init_ac97(void) {} | ||
467 | #endif | ||
468 | |||
469 | static void __init cmx2xx_init(void) | ||
470 | { | ||
471 | cmx2xx_pm_init(); | ||
472 | |||
473 | if (cpu_is_pxa25x()) | ||
474 | cmx255_init(); | ||
475 | else | ||
476 | cmx270_init(); | ||
477 | |||
478 | cmx2xx_init_dm9000(); | ||
479 | cmx2xx_init_display(); | ||
480 | cmx2xx_init_ac97(); | ||
481 | cmx2xx_init_touchscreen(); | ||
482 | cmx2xx_init_leds(); | ||
483 | } | ||
484 | |||
485 | static void __init cmx2xx_init_irq(void) | ||
486 | { | ||
487 | pxa27x_init_irq(); | ||
488 | |||
489 | if (cpu_is_pxa25x()) { | ||
490 | pxa25x_init_irq(); | ||
491 | cmx2xx_pci_init_irq(CMX255_GPIO_IT8152_IRQ); | ||
492 | } else { | ||
493 | pxa27x_init_irq(); | ||
494 | cmx2xx_pci_init_irq(CMX270_GPIO_IT8152_IRQ); | ||
495 | } | ||
496 | } | ||
497 | |||
498 | #ifdef CONFIG_PCI | ||
499 | /* Map PCI companion statically */ | ||
500 | static struct map_desc cmx2xx_io_desc[] __initdata = { | ||
501 | [0] = { /* PCI bridge */ | ||
502 | .virtual = CMX2XX_IT8152_VIRT, | ||
503 | .pfn = __phys_to_pfn(PXA_CS4_PHYS), | ||
504 | .length = SZ_64M, | ||
505 | .type = MT_DEVICE | ||
506 | }, | ||
507 | }; | ||
508 | |||
509 | static void __init cmx2xx_map_io(void) | ||
510 | { | ||
511 | pxa_map_io(); | ||
512 | iotable_init(cmx2xx_io_desc, ARRAY_SIZE(cmx2xx_io_desc)); | ||
513 | |||
514 | it8152_base_address = CMX2XX_IT8152_VIRT; | ||
515 | } | ||
516 | #else | ||
517 | static void __init cmx2xx_map_io(void) | ||
518 | { | ||
519 | pxa_map_io(); | ||
520 | } | ||
521 | #endif | ||
522 | |||
523 | MACHINE_START(ARMCORE, "Compulab CM-X2XX") | ||
524 | .boot_params = 0xa0000100, | ||
525 | .phys_io = 0x40000000, | ||
526 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
527 | .map_io = cmx2xx_map_io, | ||
528 | .init_irq = cmx2xx_init_irq, | ||
529 | .timer = &pxa_timer, | ||
530 | .init_machine = cmx2xx_init, | ||
531 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c new file mode 100644 index 000000000000..7bc5679b41ba --- /dev/null +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -0,0 +1,473 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/cm-x300.c | ||
3 | * | ||
4 | * Support for the CompuLab CM-X300 modules | ||
5 | * | ||
6 | * Copyright (C) 2008 CompuLab Ltd. | ||
7 | * | ||
8 | * Mike Rapoport <mike@compulab.co.il> | ||
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/module.h> | ||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/interrupt.h> | ||
18 | #include <linux/init.h> | ||
19 | #include <linux/platform_device.h> | ||
20 | |||
21 | #include <linux/gpio.h> | ||
22 | #include <linux/dm9000.h> | ||
23 | #include <linux/leds.h> | ||
24 | |||
25 | #include <linux/i2c.h> | ||
26 | #include <linux/i2c/pca953x.h> | ||
27 | |||
28 | #include <asm/mach-types.h> | ||
29 | #include <asm/mach/arch.h> | ||
30 | |||
31 | #include <mach/mfp-pxa300.h> | ||
32 | |||
33 | #include <mach/hardware.h> | ||
34 | #include <mach/gpio.h> | ||
35 | #include <mach/pxafb.h> | ||
36 | #include <mach/mmc.h> | ||
37 | #include <mach/ohci.h> | ||
38 | #include <mach/i2c.h> | ||
39 | #include <mach/pxa3xx_nand.h> | ||
40 | |||
41 | #include <asm/mach/map.h> | ||
42 | |||
43 | #include "generic.h" | ||
44 | |||
45 | #define CM_X300_ETH_PHYS 0x08000010 | ||
46 | |||
47 | #define GPIO82_MMC2_IRQ (82) | ||
48 | #define GPIO85_MMC2_WP (85) | ||
49 | |||
50 | #define CM_X300_MMC2_IRQ IRQ_GPIO(GPIO82_MMC2_IRQ) | ||
51 | |||
52 | static mfp_cfg_t cm_x300_mfp_cfg[] __initdata = { | ||
53 | /* LCD */ | ||
54 | GPIO54_LCD_LDD_0, | ||
55 | GPIO55_LCD_LDD_1, | ||
56 | GPIO56_LCD_LDD_2, | ||
57 | GPIO57_LCD_LDD_3, | ||
58 | GPIO58_LCD_LDD_4, | ||
59 | GPIO59_LCD_LDD_5, | ||
60 | GPIO60_LCD_LDD_6, | ||
61 | GPIO61_LCD_LDD_7, | ||
62 | GPIO62_LCD_LDD_8, | ||
63 | GPIO63_LCD_LDD_9, | ||
64 | GPIO64_LCD_LDD_10, | ||
65 | GPIO65_LCD_LDD_11, | ||
66 | GPIO66_LCD_LDD_12, | ||
67 | GPIO67_LCD_LDD_13, | ||
68 | GPIO68_LCD_LDD_14, | ||
69 | GPIO69_LCD_LDD_15, | ||
70 | GPIO72_LCD_FCLK, | ||
71 | GPIO73_LCD_LCLK, | ||
72 | GPIO74_LCD_PCLK, | ||
73 | GPIO75_LCD_BIAS, | ||
74 | |||
75 | /* BTUART */ | ||
76 | GPIO111_UART2_RTS, | ||
77 | GPIO112_UART2_RXD | MFP_LPM_EDGE_FALL, | ||
78 | GPIO113_UART2_TXD, | ||
79 | GPIO114_UART2_CTS | MFP_LPM_EDGE_BOTH, | ||
80 | |||
81 | /* STUART */ | ||
82 | GPIO109_UART3_TXD, | ||
83 | GPIO110_UART3_RXD | MFP_LPM_EDGE_FALL, | ||
84 | |||
85 | /* AC97 */ | ||
86 | GPIO23_AC97_nACRESET, | ||
87 | GPIO24_AC97_SYSCLK, | ||
88 | GPIO29_AC97_BITCLK, | ||
89 | GPIO25_AC97_SDATA_IN_0, | ||
90 | GPIO27_AC97_SDATA_OUT, | ||
91 | GPIO28_AC97_SYNC, | ||
92 | |||
93 | /* Keypad */ | ||
94 | GPIO115_KP_MKIN_0 | MFP_LPM_EDGE_BOTH, | ||
95 | GPIO116_KP_MKIN_1 | MFP_LPM_EDGE_BOTH, | ||
96 | GPIO117_KP_MKIN_2 | MFP_LPM_EDGE_BOTH, | ||
97 | GPIO118_KP_MKIN_3 | MFP_LPM_EDGE_BOTH, | ||
98 | GPIO119_KP_MKIN_4 | MFP_LPM_EDGE_BOTH, | ||
99 | GPIO120_KP_MKIN_5 | MFP_LPM_EDGE_BOTH, | ||
100 | GPIO2_2_KP_MKIN_6 | MFP_LPM_EDGE_BOTH, | ||
101 | GPIO3_2_KP_MKIN_7 | MFP_LPM_EDGE_BOTH, | ||
102 | GPIO121_KP_MKOUT_0, | ||
103 | GPIO122_KP_MKOUT_1, | ||
104 | GPIO123_KP_MKOUT_2, | ||
105 | GPIO124_KP_MKOUT_3, | ||
106 | GPIO125_KP_MKOUT_4, | ||
107 | GPIO4_2_KP_MKOUT_5, | ||
108 | |||
109 | /* MMC1 */ | ||
110 | GPIO3_MMC1_DAT0, | ||
111 | GPIO4_MMC1_DAT1 | MFP_LPM_EDGE_BOTH, | ||
112 | GPIO5_MMC1_DAT2, | ||
113 | GPIO6_MMC1_DAT3, | ||
114 | GPIO7_MMC1_CLK, | ||
115 | GPIO8_MMC1_CMD, /* CMD0 for slot 0 */ | ||
116 | |||
117 | /* MMC2 */ | ||
118 | GPIO9_MMC2_DAT0, | ||
119 | GPIO10_MMC2_DAT1 | MFP_LPM_EDGE_BOTH, | ||
120 | GPIO11_MMC2_DAT2, | ||
121 | GPIO12_MMC2_DAT3, | ||
122 | GPIO13_MMC2_CLK, | ||
123 | GPIO14_MMC2_CMD, | ||
124 | |||
125 | /* FFUART */ | ||
126 | GPIO30_UART1_RXD | MFP_LPM_EDGE_FALL, | ||
127 | GPIO31_UART1_TXD, | ||
128 | GPIO32_UART1_CTS, | ||
129 | GPIO37_UART1_RTS, | ||
130 | GPIO33_UART1_DCD, | ||
131 | GPIO34_UART1_DSR | MFP_LPM_EDGE_FALL, | ||
132 | GPIO35_UART1_RI, | ||
133 | GPIO36_UART1_DTR, | ||
134 | |||
135 | /* GPIOs */ | ||
136 | GPIO79_GPIO, /* LED */ | ||
137 | GPIO82_GPIO | MFP_PULL_HIGH, /* MMC CD */ | ||
138 | GPIO85_GPIO, /* MMC WP */ | ||
139 | GPIO99_GPIO, /* Ethernet IRQ */ | ||
140 | }; | ||
141 | |||
142 | #if defined(CONFIG_DM9000) || defined(CONFIG_DM9000_MODULE) | ||
143 | static struct resource dm9000_resources[] = { | ||
144 | [0] = { | ||
145 | .start = CM_X300_ETH_PHYS, | ||
146 | .end = CM_X300_ETH_PHYS + 0x3, | ||
147 | .flags = IORESOURCE_MEM, | ||
148 | }, | ||
149 | [1] = { | ||
150 | .start = CM_X300_ETH_PHYS + 0x4, | ||
151 | .end = CM_X300_ETH_PHYS + 0x4 + 500, | ||
152 | .flags = IORESOURCE_MEM, | ||
153 | }, | ||
154 | [2] = { | ||
155 | .start = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO99)), | ||
156 | .end = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO99)), | ||
157 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
158 | } | ||
159 | }; | ||
160 | |||
161 | static struct dm9000_plat_data cm_x300_dm9000_platdata = { | ||
162 | .flags = DM9000_PLATF_16BITONLY, | ||
163 | }; | ||
164 | |||
165 | static struct platform_device dm9000_device = { | ||
166 | .name = "dm9000", | ||
167 | .id = 0, | ||
168 | .num_resources = ARRAY_SIZE(dm9000_resources), | ||
169 | .resource = dm9000_resources, | ||
170 | .dev = { | ||
171 | .platform_data = &cm_x300_dm9000_platdata, | ||
172 | } | ||
173 | |||
174 | }; | ||
175 | |||
176 | static void __init cm_x300_init_dm9000(void) | ||
177 | { | ||
178 | platform_device_register(&dm9000_device); | ||
179 | } | ||
180 | #else | ||
181 | static inline void cm_x300_init_dm9000(void) {} | ||
182 | #endif | ||
183 | |||
184 | #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE) | ||
185 | static struct pxafb_mode_info cm_x300_lcd_modes[] = { | ||
186 | [0] = { | ||
187 | .pixclock = 38000, | ||
188 | .bpp = 16, | ||
189 | .xres = 480, | ||
190 | .yres = 640, | ||
191 | .hsync_len = 8, | ||
192 | .vsync_len = 2, | ||
193 | .left_margin = 8, | ||
194 | .upper_margin = 0, | ||
195 | .right_margin = 24, | ||
196 | .lower_margin = 4, | ||
197 | .cmap_greyscale = 0, | ||
198 | }, | ||
199 | [1] = { | ||
200 | .pixclock = 153800, | ||
201 | .bpp = 16, | ||
202 | .xres = 240, | ||
203 | .yres = 320, | ||
204 | .hsync_len = 8, | ||
205 | .vsync_len = 2, | ||
206 | .left_margin = 8, | ||
207 | .upper_margin = 2, | ||
208 | .right_margin = 88, | ||
209 | .lower_margin = 2, | ||
210 | .cmap_greyscale = 0, | ||
211 | }, | ||
212 | }; | ||
213 | |||
214 | static struct pxafb_mach_info cm_x300_lcd = { | ||
215 | .modes = cm_x300_lcd_modes, | ||
216 | .num_modes = 2, | ||
217 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL, | ||
218 | }; | ||
219 | |||
220 | static void __init cm_x300_init_lcd(void) | ||
221 | { | ||
222 | set_pxa_fb_info(&cm_x300_lcd); | ||
223 | } | ||
224 | #else | ||
225 | static inline void cm_x300_init_lcd(void) {} | ||
226 | #endif | ||
227 | |||
228 | #if defined(CONFIG_MTD_NAND_PXA3xx) || defined(CONFIG_MTD_NAND_PXA3xx_MODULE) | ||
229 | static struct mtd_partition cm_x300_nand_partitions[] = { | ||
230 | [0] = { | ||
231 | .name = "OBM", | ||
232 | .offset = 0, | ||
233 | .size = SZ_256K, | ||
234 | .mask_flags = MTD_WRITEABLE, /* force read-only */ | ||
235 | }, | ||
236 | [1] = { | ||
237 | .name = "U-Boot", | ||
238 | .offset = MTDPART_OFS_APPEND, | ||
239 | .size = SZ_256K, | ||
240 | .mask_flags = MTD_WRITEABLE, /* force read-only */ | ||
241 | }, | ||
242 | [2] = { | ||
243 | .name = "Environment", | ||
244 | .offset = MTDPART_OFS_APPEND, | ||
245 | .size = SZ_256K, | ||
246 | }, | ||
247 | [3] = { | ||
248 | .name = "reserved", | ||
249 | .offset = MTDPART_OFS_APPEND, | ||
250 | .size = SZ_256K + SZ_1M, | ||
251 | .mask_flags = MTD_WRITEABLE, /* force read-only */ | ||
252 | }, | ||
253 | [4] = { | ||
254 | .name = "kernel", | ||
255 | .offset = MTDPART_OFS_APPEND, | ||
256 | .size = SZ_4M, | ||
257 | }, | ||
258 | [5] = { | ||
259 | .name = "fs", | ||
260 | .offset = MTDPART_OFS_APPEND, | ||
261 | .size = MTDPART_SIZ_FULL, | ||
262 | }, | ||
263 | }; | ||
264 | |||
265 | static struct pxa3xx_nand_platform_data cm_x300_nand_info = { | ||
266 | .enable_arbiter = 1, | ||
267 | .parts = cm_x300_nand_partitions, | ||
268 | .nr_parts = ARRAY_SIZE(cm_x300_nand_partitions), | ||
269 | }; | ||
270 | |||
271 | static void __init cm_x300_init_nand(void) | ||
272 | { | ||
273 | pxa3xx_set_nand_info(&cm_x300_nand_info); | ||
274 | } | ||
275 | #else | ||
276 | static inline void cm_x300_init_nand(void) {} | ||
277 | #endif | ||
278 | |||
279 | #if defined(CONFIG_MMC) || defined(CONFIG_MMC_MODULE) | ||
280 | /* The first MMC slot of CM-X300 is hardwired to Libertas card and has | ||
281 | no detection/ro pins */ | ||
282 | static int cm_x300_mci_init(struct device *dev, | ||
283 | irq_handler_t cm_x300_detect_int, | ||
284 | void *data) | ||
285 | { | ||
286 | return 0; | ||
287 | } | ||
288 | |||
289 | static void cm_x300_mci_exit(struct device *dev, void *data) | ||
290 | { | ||
291 | } | ||
292 | |||
293 | static struct pxamci_platform_data cm_x300_mci_platform_data = { | ||
294 | .detect_delay = 20, | ||
295 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | ||
296 | .init = cm_x300_mci_init, | ||
297 | .exit = cm_x300_mci_exit, | ||
298 | }; | ||
299 | |||
300 | static int cm_x300_mci2_ro(struct device *dev) | ||
301 | { | ||
302 | return gpio_get_value(GPIO85_MMC2_WP); | ||
303 | } | ||
304 | |||
305 | static int cm_x300_mci2_init(struct device *dev, | ||
306 | irq_handler_t cm_x300_detect_int, | ||
307 | void *data) | ||
308 | { | ||
309 | int err; | ||
310 | |||
311 | /* | ||
312 | * setup GPIO for CM-X300 MMC controller | ||
313 | */ | ||
314 | err = gpio_request(GPIO82_MMC2_IRQ, "mmc card detect"); | ||
315 | if (err) | ||
316 | goto err_request_cd; | ||
317 | gpio_direction_input(GPIO82_MMC2_IRQ); | ||
318 | |||
319 | err = gpio_request(GPIO85_MMC2_WP, "mmc write protect"); | ||
320 | if (err) | ||
321 | goto err_request_wp; | ||
322 | gpio_direction_input(GPIO85_MMC2_WP); | ||
323 | |||
324 | err = request_irq(CM_X300_MMC2_IRQ, cm_x300_detect_int, | ||
325 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | ||
326 | "MMC card detect", data); | ||
327 | if (err) { | ||
328 | printk(KERN_ERR "%s: MMC/SD/SDIO: " | ||
329 | "can't request card detect IRQ\n", __func__); | ||
330 | goto err_request_irq; | ||
331 | } | ||
332 | |||
333 | return 0; | ||
334 | |||
335 | err_request_irq: | ||
336 | gpio_free(GPIO85_MMC2_WP); | ||
337 | err_request_wp: | ||
338 | gpio_free(GPIO82_MMC2_IRQ); | ||
339 | err_request_cd: | ||
340 | return err; | ||
341 | } | ||
342 | |||
343 | static void cm_x300_mci2_exit(struct device *dev, void *data) | ||
344 | { | ||
345 | free_irq(CM_X300_MMC2_IRQ, data); | ||
346 | gpio_free(GPIO82_MMC2_IRQ); | ||
347 | gpio_free(GPIO85_MMC2_WP); | ||
348 | } | ||
349 | |||
350 | static struct pxamci_platform_data cm_x300_mci2_platform_data = { | ||
351 | .detect_delay = 20, | ||
352 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | ||
353 | .init = cm_x300_mci2_init, | ||
354 | .exit = cm_x300_mci2_exit, | ||
355 | .get_ro = cm_x300_mci2_ro, | ||
356 | }; | ||
357 | |||
358 | static void __init cm_x300_init_mmc(void) | ||
359 | { | ||
360 | pxa_set_mci_info(&cm_x300_mci_platform_data); | ||
361 | pxa3xx_set_mci2_info(&cm_x300_mci2_platform_data); | ||
362 | } | ||
363 | #else | ||
364 | static inline void cm_x300_init_mmc(void) {} | ||
365 | #endif | ||
366 | |||
367 | #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE) | ||
368 | static int cm_x300_ohci_init(struct device *dev) | ||
369 | { | ||
370 | /* Set the Power Control Polarity Low */ | ||
371 | UHCHR = (UHCHR | UHCHR_PCPL) & | ||
372 | ~(UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE); | ||
373 | |||
374 | return 0; | ||
375 | } | ||
376 | |||
377 | static struct pxaohci_platform_data cm_x300_ohci_platform_data = { | ||
378 | .port_mode = PMM_PERPORT_MODE, | ||
379 | .init = cm_x300_ohci_init, | ||
380 | }; | ||
381 | static void __init cm_x300_init_ohci(void) | ||
382 | { | ||
383 | pxa_set_ohci_info(&cm_x300_ohci_platform_data); | ||
384 | } | ||
385 | #else | ||
386 | static inline void cm_x300_init_ohci(void) {} | ||
387 | #endif | ||
388 | |||
389 | #if defined(CONFIG_LEDS_GPIO) || defined(CONFIG_LEDS_GPIO_MODULE) | ||
390 | static struct gpio_led cm_x300_leds[] = { | ||
391 | [0] = { | ||
392 | .name = "cm-x300:green", | ||
393 | .default_trigger = "heartbeat", | ||
394 | .gpio = 79, | ||
395 | .active_low = 1, | ||
396 | }, | ||
397 | }; | ||
398 | |||
399 | static struct gpio_led_platform_data cm_x300_gpio_led_pdata = { | ||
400 | .num_leds = ARRAY_SIZE(cm_x300_leds), | ||
401 | .leds = cm_x300_leds, | ||
402 | }; | ||
403 | |||
404 | static struct platform_device cm_x300_led_device = { | ||
405 | .name = "leds-gpio", | ||
406 | .id = -1, | ||
407 | .dev = { | ||
408 | .platform_data = &cm_x300_gpio_led_pdata, | ||
409 | }, | ||
410 | }; | ||
411 | |||
412 | static void __init cm_x300_init_leds(void) | ||
413 | { | ||
414 | platform_device_register(&cm_x300_led_device); | ||
415 | } | ||
416 | #else | ||
417 | static inline void cm_x300_init_leds(void) {} | ||
418 | #endif | ||
419 | |||
420 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) | ||
421 | /* PCA9555 */ | ||
422 | static struct pca953x_platform_data cm_x300_gpio_ext_pdata_0 = { | ||
423 | .gpio_base = 128, | ||
424 | }; | ||
425 | |||
426 | static struct pca953x_platform_data cm_x300_gpio_ext_pdata_1 = { | ||
427 | .gpio_base = 144, | ||
428 | }; | ||
429 | |||
430 | static struct i2c_board_info cm_x300_gpio_ext_info[] = { | ||
431 | [0] = { | ||
432 | I2C_BOARD_INFO("pca9555", 0x24), | ||
433 | .platform_data = &cm_x300_gpio_ext_pdata_0, | ||
434 | }, | ||
435 | [1] = { | ||
436 | I2C_BOARD_INFO("pca9555", 0x25), | ||
437 | .platform_data = &cm_x300_gpio_ext_pdata_1, | ||
438 | }, | ||
439 | }; | ||
440 | |||
441 | static void __init cm_x300_init_i2c(void) | ||
442 | { | ||
443 | pxa_set_i2c_info(NULL); | ||
444 | i2c_register_board_info(0, cm_x300_gpio_ext_info, | ||
445 | ARRAY_SIZE(cm_x300_gpio_ext_info)); | ||
446 | } | ||
447 | #else | ||
448 | static inline void cm_x300_init_i2c(void) {} | ||
449 | #endif | ||
450 | |||
451 | static void __init cm_x300_init(void) | ||
452 | { | ||
453 | /* board-processor specific GPIO initialization */ | ||
454 | pxa3xx_mfp_config(ARRAY_AND_SIZE(cm_x300_mfp_cfg)); | ||
455 | |||
456 | cm_x300_init_dm9000(); | ||
457 | cm_x300_init_lcd(); | ||
458 | cm_x300_init_ohci(); | ||
459 | cm_x300_init_mmc(); | ||
460 | cm_x300_init_nand(); | ||
461 | cm_x300_init_leds(); | ||
462 | cm_x300_init_i2c(); | ||
463 | } | ||
464 | |||
465 | MACHINE_START(CM_X300, "CM-X300 module") | ||
466 | .phys_io = 0x40000000, | ||
467 | .boot_params = 0xa0000100, | ||
468 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
469 | .map_io = pxa_map_io, | ||
470 | .init_irq = pxa3xx_init_irq, | ||
471 | .timer = &pxa_timer, | ||
472 | .init_machine = cm_x300_init, | ||
473 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/colibri.c b/arch/arm/mach-pxa/colibri.c index abce13c846c5..e8473624427e 100644 --- a/arch/arm/mach-pxa/colibri.c +++ b/arch/arm/mach-pxa/colibri.c | |||
@@ -29,12 +29,17 @@ | |||
29 | #include <asm/mach/irq.h> | 29 | #include <asm/mach/irq.h> |
30 | #include <asm/mach/flash.h> | 30 | #include <asm/mach/flash.h> |
31 | #include <mach/pxa-regs.h> | 31 | #include <mach/pxa-regs.h> |
32 | #include <mach/pxa2xx-gpio.h> | 32 | #include <mach/mfp-pxa27x.h> |
33 | #include <mach/colibri.h> | 33 | #include <mach/colibri.h> |
34 | 34 | ||
35 | #include "generic.h" | 35 | #include "generic.h" |
36 | #include "devices.h" | 36 | #include "devices.h" |
37 | 37 | ||
38 | static unsigned long colibri_pin_config[] __initdata = { | ||
39 | GPIO78_nCS_2, /* Ethernet CS */ | ||
40 | GPIO114_GPIO, /* Ethernet IRQ */ | ||
41 | }; | ||
42 | |||
38 | /* | 43 | /* |
39 | * Flash | 44 | * Flash |
40 | */ | 45 | */ |
@@ -116,9 +121,7 @@ static struct platform_device *colibri_devices[] __initdata = { | |||
116 | 121 | ||
117 | static void __init colibri_init(void) | 122 | static void __init colibri_init(void) |
118 | { | 123 | { |
119 | /* DM9000 LAN */ | 124 | pxa2xx_mfp_config(ARRAY_AND_SIZE(colibri_pin_config)); |
120 | pxa_gpio_mode(GPIO78_nCS_2_MD); | ||
121 | pxa_gpio_mode(GPIO_DM9000 | GPIO_IN); | ||
122 | 125 | ||
123 | platform_add_devices(colibri_devices, ARRAY_SIZE(colibri_devices)); | 126 | platform_add_devices(colibri_devices, ARRAY_SIZE(colibri_devices)); |
124 | } | 127 | } |
diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 123a950db466..5c08c4e9cd22 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c | |||
@@ -20,7 +20,11 @@ | |||
20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
21 | #include <linux/mmc/host.h> | 21 | #include <linux/mmc/host.h> |
22 | #include <linux/pm.h> | 22 | #include <linux/pm.h> |
23 | #include <linux/gpio.h> | ||
23 | #include <linux/backlight.h> | 24 | #include <linux/backlight.h> |
25 | #include <linux/spi/spi.h> | ||
26 | #include <linux/spi/ads7846.h> | ||
27 | #include <linux/spi/corgi_lcd.h> | ||
24 | #include <video/w100fb.h> | 28 | #include <video/w100fb.h> |
25 | 29 | ||
26 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
@@ -37,10 +41,12 @@ | |||
37 | 41 | ||
38 | #include <mach/pxa-regs.h> | 42 | #include <mach/pxa-regs.h> |
39 | #include <mach/pxa2xx-regs.h> | 43 | #include <mach/pxa2xx-regs.h> |
40 | #include <mach/pxa2xx-gpio.h> | 44 | #include <mach/mfp-pxa25x.h> |
45 | #include <mach/i2c.h> | ||
41 | #include <mach/irda.h> | 46 | #include <mach/irda.h> |
42 | #include <mach/mmc.h> | 47 | #include <mach/mmc.h> |
43 | #include <mach/udc.h> | 48 | #include <mach/udc.h> |
49 | #include <mach/pxa2xx_spi.h> | ||
44 | #include <mach/corgi.h> | 50 | #include <mach/corgi.h> |
45 | #include <mach/sharpsl.h> | 51 | #include <mach/sharpsl.h> |
46 | 52 | ||
@@ -51,6 +57,61 @@ | |||
51 | #include "devices.h" | 57 | #include "devices.h" |
52 | #include "sharpsl.h" | 58 | #include "sharpsl.h" |
53 | 59 | ||
60 | static unsigned long corgi_pin_config[] __initdata = { | ||
61 | /* Static Memory I/O */ | ||
62 | GPIO78_nCS_2, /* w100fb */ | ||
63 | GPIO80_nCS_4, /* scoop */ | ||
64 | |||
65 | /* SSP1 */ | ||
66 | GPIO23_SSP1_SCLK, | ||
67 | GPIO25_SSP1_TXD, | ||
68 | GPIO26_SSP1_RXD, | ||
69 | GPIO24_GPIO, /* CORGI_GPIO_ADS7846_CS - SFRM as chip select */ | ||
70 | |||
71 | /* I2S */ | ||
72 | GPIO28_I2S_BITCLK_OUT, | ||
73 | GPIO29_I2S_SDATA_IN, | ||
74 | GPIO30_I2S_SDATA_OUT, | ||
75 | GPIO31_I2S_SYNC, | ||
76 | GPIO32_I2S_SYSCLK, | ||
77 | |||
78 | /* Infra-Red */ | ||
79 | GPIO47_FICP_TXD, | ||
80 | GPIO46_FICP_RXD, | ||
81 | |||
82 | /* FFUART */ | ||
83 | GPIO40_FFUART_DTR, | ||
84 | GPIO41_FFUART_RTS, | ||
85 | GPIO39_FFUART_TXD, | ||
86 | GPIO37_FFUART_DSR, | ||
87 | GPIO34_FFUART_RXD, | ||
88 | GPIO35_FFUART_CTS, | ||
89 | |||
90 | /* PC Card */ | ||
91 | GPIO48_nPOE, | ||
92 | GPIO49_nPWE, | ||
93 | GPIO50_nPIOR, | ||
94 | GPIO51_nPIOW, | ||
95 | GPIO52_nPCE_1, | ||
96 | GPIO53_nPCE_2, | ||
97 | GPIO54_nPSKTSEL, | ||
98 | GPIO55_nPREG, | ||
99 | GPIO56_nPWAIT, | ||
100 | GPIO57_nIOIS16, | ||
101 | |||
102 | /* MMC */ | ||
103 | GPIO6_MMC_CLK, | ||
104 | GPIO8_MMC_CS0, | ||
105 | |||
106 | /* GPIO */ | ||
107 | GPIO9_GPIO, /* CORGI_GPIO_nSD_DETECT */ | ||
108 | GPIO7_GPIO, /* CORGI_GPIO_nSD_WP */ | ||
109 | GPIO33_GPIO, /* CORGI_GPIO_SD_PWR */ | ||
110 | GPIO22_GPIO, /* CORGI_GPIO_IR_ON */ | ||
111 | GPIO44_GPIO, /* CORGI_GPIO_HSYNC */ | ||
112 | |||
113 | GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, | ||
114 | }; | ||
54 | 115 | ||
55 | /* | 116 | /* |
56 | * Corgi SCOOP Device | 117 | * Corgi SCOOP Device |
@@ -66,6 +127,7 @@ static struct resource corgi_scoop_resources[] = { | |||
66 | static struct scoop_config corgi_scoop_setup = { | 127 | static struct scoop_config corgi_scoop_setup = { |
67 | .io_dir = CORGI_SCOOP_IO_DIR, | 128 | .io_dir = CORGI_SCOOP_IO_DIR, |
68 | .io_out = CORGI_SCOOP_IO_OUT, | 129 | .io_out = CORGI_SCOOP_IO_OUT, |
130 | .gpio_base = CORGI_SCOOP_GPIO_BASE, | ||
69 | }; | 131 | }; |
70 | 132 | ||
71 | struct platform_device corgiscoop_device = { | 133 | struct platform_device corgiscoop_device = { |
@@ -78,27 +140,6 @@ struct platform_device corgiscoop_device = { | |||
78 | .resource = corgi_scoop_resources, | 140 | .resource = corgi_scoop_resources, |
79 | }; | 141 | }; |
80 | 142 | ||
81 | static void corgi_pcmcia_init(void) | ||
82 | { | ||
83 | /* Setup default state of GPIO outputs | ||
84 | before we enable them as outputs. */ | ||
85 | GPSR(GPIO48_nPOE) = GPIO_bit(GPIO48_nPOE) | | ||
86 | GPIO_bit(GPIO49_nPWE) | GPIO_bit(GPIO50_nPIOR) | | ||
87 | GPIO_bit(GPIO51_nPIOW) | GPIO_bit(GPIO52_nPCE_1) | | ||
88 | GPIO_bit(GPIO53_nPCE_2); | ||
89 | |||
90 | pxa_gpio_mode(GPIO48_nPOE_MD); | ||
91 | pxa_gpio_mode(GPIO49_nPWE_MD); | ||
92 | pxa_gpio_mode(GPIO50_nPIOR_MD); | ||
93 | pxa_gpio_mode(GPIO51_nPIOW_MD); | ||
94 | pxa_gpio_mode(GPIO55_nPREG_MD); | ||
95 | pxa_gpio_mode(GPIO56_nPWAIT_MD); | ||
96 | pxa_gpio_mode(GPIO57_nIOIS16_MD); | ||
97 | pxa_gpio_mode(GPIO52_nPCE_1_MD); | ||
98 | pxa_gpio_mode(GPIO53_nPCE_2_MD); | ||
99 | pxa_gpio_mode(GPIO54_pSKTSEL_MD); | ||
100 | } | ||
101 | |||
102 | static struct scoop_pcmcia_dev corgi_pcmcia_scoop[] = { | 143 | static struct scoop_pcmcia_dev corgi_pcmcia_scoop[] = { |
103 | { | 144 | { |
104 | .dev = &corgiscoop_device.dev, | 145 | .dev = &corgiscoop_device.dev, |
@@ -111,58 +152,10 @@ static struct scoop_pcmcia_dev corgi_pcmcia_scoop[] = { | |||
111 | static struct scoop_pcmcia_config corgi_pcmcia_config = { | 152 | static struct scoop_pcmcia_config corgi_pcmcia_config = { |
112 | .devs = &corgi_pcmcia_scoop[0], | 153 | .devs = &corgi_pcmcia_scoop[0], |
113 | .num_devs = 1, | 154 | .num_devs = 1, |
114 | .pcmcia_init = corgi_pcmcia_init, | ||
115 | }; | 155 | }; |
116 | 156 | ||
117 | EXPORT_SYMBOL(corgiscoop_device); | 157 | EXPORT_SYMBOL(corgiscoop_device); |
118 | 158 | ||
119 | |||
120 | /* | ||
121 | * Corgi SSP Device | ||
122 | * | ||
123 | * Set the parent as the scoop device because a lot of SSP devices | ||
124 | * also use scoop functions and this makes the power up/down order | ||
125 | * work correctly. | ||
126 | */ | ||
127 | struct platform_device corgissp_device = { | ||
128 | .name = "corgi-ssp", | ||
129 | .dev = { | ||
130 | .parent = &corgiscoop_device.dev, | ||
131 | }, | ||
132 | .id = -1, | ||
133 | }; | ||
134 | |||
135 | struct corgissp_machinfo corgi_ssp_machinfo = { | ||
136 | .port = 1, | ||
137 | .cs_lcdcon = CORGI_GPIO_LCDCON_CS, | ||
138 | .cs_ads7846 = CORGI_GPIO_ADS7846_CS, | ||
139 | .cs_max1111 = CORGI_GPIO_MAX1111_CS, | ||
140 | .clk_lcdcon = 76, | ||
141 | .clk_ads7846 = 2, | ||
142 | .clk_max1111 = 8, | ||
143 | }; | ||
144 | |||
145 | |||
146 | /* | ||
147 | * LCD/Framebuffer | ||
148 | */ | ||
149 | static void w100_lcdtg_suspend(struct w100fb_par *par) | ||
150 | { | ||
151 | corgi_lcdtg_suspend(); | ||
152 | } | ||
153 | |||
154 | static void w100_lcdtg_init(struct w100fb_par *par) | ||
155 | { | ||
156 | corgi_lcdtg_hw_init(par->xres); | ||
157 | } | ||
158 | |||
159 | |||
160 | static struct w100_tg_info corgi_lcdtg_info = { | ||
161 | .change = w100_lcdtg_init, | ||
162 | .suspend = w100_lcdtg_suspend, | ||
163 | .resume = w100_lcdtg_init, | ||
164 | }; | ||
165 | |||
166 | static struct w100_mem_info corgi_fb_mem = { | 159 | static struct w100_mem_info corgi_fb_mem = { |
167 | .ext_cntl = 0x00040003, | 160 | .ext_cntl = 0x00040003, |
168 | .sdram_mode_reg = 0x00650021, | 161 | .sdram_mode_reg = 0x00650021, |
@@ -241,7 +234,6 @@ static struct w100_mode corgi_fb_modes[] = { | |||
241 | }; | 234 | }; |
242 | 235 | ||
243 | static struct w100fb_mach_info corgi_fb_info = { | 236 | static struct w100fb_mach_info corgi_fb_info = { |
244 | .tg = &corgi_lcdtg_info, | ||
245 | .init_mode = INIT_MODE_ROTATED, | 237 | .init_mode = INIT_MODE_ROTATED, |
246 | .mem = &corgi_fb_mem, | 238 | .mem = &corgi_fb_mem, |
247 | .regs = &corgi_fb_regs, | 239 | .regs = &corgi_fb_regs, |
@@ -267,60 +259,10 @@ static struct platform_device corgifb_device = { | |||
267 | .resource = corgi_fb_resources, | 259 | .resource = corgi_fb_resources, |
268 | .dev = { | 260 | .dev = { |
269 | .platform_data = &corgi_fb_info, | 261 | .platform_data = &corgi_fb_info, |
270 | .parent = &corgissp_device.dev, | ||
271 | }, | 262 | }, |
272 | 263 | ||
273 | }; | 264 | }; |
274 | 265 | ||
275 | |||
276 | /* | ||
277 | * Corgi Backlight Device | ||
278 | */ | ||
279 | static void corgi_bl_kick_battery(void) | ||
280 | { | ||
281 | void (*kick_batt)(void); | ||
282 | |||
283 | kick_batt = symbol_get(sharpsl_battery_kick); | ||
284 | if (kick_batt) { | ||
285 | kick_batt(); | ||
286 | symbol_put(sharpsl_battery_kick); | ||
287 | } | ||
288 | } | ||
289 | |||
290 | static void corgi_bl_set_intensity(int intensity) | ||
291 | { | ||
292 | if (intensity > 0x10) | ||
293 | intensity += 0x10; | ||
294 | |||
295 | /* Bits 0-4 are accessed via the SSP interface */ | ||
296 | corgi_ssp_blduty_set(intensity & 0x1f); | ||
297 | |||
298 | /* Bit 5 is via SCOOP */ | ||
299 | if (intensity & 0x0020) | ||
300 | set_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_BACKLIGHT_CONT); | ||
301 | else | ||
302 | reset_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_BACKLIGHT_CONT); | ||
303 | } | ||
304 | |||
305 | static struct generic_bl_info corgi_bl_machinfo = { | ||
306 | .name = "corgi-bl", | ||
307 | .max_intensity = 0x2f, | ||
308 | .default_intensity = 0x1f, | ||
309 | .limit_mask = 0x0b, | ||
310 | .set_bl_intensity = corgi_bl_set_intensity, | ||
311 | .kick_battery = corgi_bl_kick_battery, | ||
312 | }; | ||
313 | |||
314 | static struct platform_device corgibl_device = { | ||
315 | .name = "generic-bl", | ||
316 | .dev = { | ||
317 | .parent = &corgifb_device.dev, | ||
318 | .platform_data = &corgi_bl_machinfo, | ||
319 | }, | ||
320 | .id = -1, | ||
321 | }; | ||
322 | |||
323 | |||
324 | /* | 266 | /* |
325 | * Corgi Keyboard Device | 267 | * Corgi Keyboard Device |
326 | */ | 268 | */ |
@@ -329,75 +271,35 @@ static struct platform_device corgikbd_device = { | |||
329 | .id = -1, | 271 | .id = -1, |
330 | }; | 272 | }; |
331 | 273 | ||
332 | |||
333 | /* | 274 | /* |
334 | * Corgi LEDs | 275 | * Corgi LEDs |
335 | */ | 276 | */ |
336 | static struct platform_device corgiled_device = { | 277 | static struct gpio_led corgi_gpio_leds[] = { |
337 | .name = "corgi-led", | 278 | { |
338 | .id = -1, | 279 | .name = "corgi:amber:charge", |
339 | }; | 280 | .default_trigger = "sharpsl-charge", |
340 | 281 | .gpio = CORGI_GPIO_LED_ORANGE, | |
341 | 282 | }, | |
342 | /* | 283 | { |
343 | * Corgi Touch Screen Device | 284 | .name = "corgi:green:mail", |
344 | */ | 285 | .default_trigger = "nand-disk", |
345 | static unsigned long (*get_hsync_invperiod)(struct device *dev); | 286 | .gpio = CORGI_GPIO_LED_GREEN, |
346 | |||
347 | static void inline sharpsl_wait_sync(int gpio) | ||
348 | { | ||
349 | while((GPLR(gpio) & GPIO_bit(gpio)) == 0); | ||
350 | while((GPLR(gpio) & GPIO_bit(gpio)) != 0); | ||
351 | } | ||
352 | |||
353 | static unsigned long corgi_get_hsync_invperiod(void) | ||
354 | { | ||
355 | if (!get_hsync_invperiod) | ||
356 | get_hsync_invperiod = symbol_get(w100fb_get_hsynclen); | ||
357 | if (!get_hsync_invperiod) | ||
358 | return 0; | ||
359 | |||
360 | return get_hsync_invperiod(&corgifb_device.dev); | ||
361 | } | ||
362 | |||
363 | static void corgi_put_hsync(void) | ||
364 | { | ||
365 | if (get_hsync_invperiod) | ||
366 | symbol_put(w100fb_get_hsynclen); | ||
367 | get_hsync_invperiod = NULL; | ||
368 | } | ||
369 | |||
370 | static void corgi_wait_hsync(void) | ||
371 | { | ||
372 | sharpsl_wait_sync(CORGI_GPIO_HSYNC); | ||
373 | } | ||
374 | |||
375 | static struct resource corgits_resources[] = { | ||
376 | [0] = { | ||
377 | .start = CORGI_IRQ_GPIO_TP_INT, | ||
378 | .end = CORGI_IRQ_GPIO_TP_INT, | ||
379 | .flags = IORESOURCE_IRQ, | ||
380 | }, | 287 | }, |
381 | }; | 288 | }; |
382 | 289 | ||
383 | static struct corgits_machinfo corgi_ts_machinfo = { | 290 | static struct gpio_led_platform_data corgi_gpio_leds_info = { |
384 | .get_hsync_invperiod = corgi_get_hsync_invperiod, | 291 | .leds = corgi_gpio_leds, |
385 | .put_hsync = corgi_put_hsync, | 292 | .num_leds = ARRAY_SIZE(corgi_gpio_leds), |
386 | .wait_hsync = corgi_wait_hsync, | ||
387 | }; | 293 | }; |
388 | 294 | ||
389 | static struct platform_device corgits_device = { | 295 | static struct platform_device corgiled_device = { |
390 | .name = "corgi-ts", | 296 | .name = "leds-gpio", |
297 | .id = -1, | ||
391 | .dev = { | 298 | .dev = { |
392 | .parent = &corgissp_device.dev, | 299 | .platform_data = &corgi_gpio_leds_info, |
393 | .platform_data = &corgi_ts_machinfo, | ||
394 | }, | 300 | }, |
395 | .id = -1, | ||
396 | .num_resources = ARRAY_SIZE(corgits_resources), | ||
397 | .resource = corgits_resources, | ||
398 | }; | 301 | }; |
399 | 302 | ||
400 | |||
401 | /* | 303 | /* |
402 | * MMC/SD Device | 304 | * MMC/SD Device |
403 | * | 305 | * |
@@ -410,20 +312,42 @@ static int corgi_mci_init(struct device *dev, irq_handler_t corgi_detect_int, vo | |||
410 | { | 312 | { |
411 | int err; | 313 | int err; |
412 | 314 | ||
413 | /* setup GPIO for PXA25x MMC controller */ | 315 | err = gpio_request(CORGI_GPIO_nSD_DETECT, "nSD_DETECT"); |
414 | pxa_gpio_mode(GPIO6_MMCCLK_MD); | 316 | if (err) |
415 | pxa_gpio_mode(GPIO8_MMCCS0_MD); | 317 | goto err_out; |
416 | pxa_gpio_mode(CORGI_GPIO_nSD_DETECT | GPIO_IN); | ||
417 | pxa_gpio_mode(CORGI_GPIO_SD_PWR | GPIO_OUT); | ||
418 | 318 | ||
419 | corgi_mci_platform_data.detect_delay = msecs_to_jiffies(250); | 319 | err = gpio_request(CORGI_GPIO_nSD_WP, "nSD_WP"); |
320 | if (err) | ||
321 | goto err_free_1; | ||
420 | 322 | ||
421 | err = request_irq(CORGI_IRQ_GPIO_nSD_DETECT, corgi_detect_int, | 323 | err = gpio_request(CORGI_GPIO_SD_PWR, "SD_PWR"); |
422 | IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | ||
423 | "MMC card detect", data); | ||
424 | if (err) | 324 | if (err) |
425 | printk(KERN_ERR "corgi_mci_init: MMC/SD: can't request MMC card detect IRQ\n"); | 325 | goto err_free_2; |
426 | 326 | ||
327 | gpio_direction_input(CORGI_GPIO_nSD_DETECT); | ||
328 | gpio_direction_input(CORGI_GPIO_nSD_WP); | ||
329 | gpio_direction_output(CORGI_GPIO_SD_PWR, 0); | ||
330 | |||
331 | corgi_mci_platform_data.detect_delay = msecs_to_jiffies(250); | ||
332 | |||
333 | err = request_irq(CORGI_IRQ_GPIO_nSD_DETECT, corgi_detect_int, | ||
334 | IRQF_DISABLED | IRQF_TRIGGER_RISING | | ||
335 | IRQF_TRIGGER_FALLING, | ||
336 | "MMC card detect", data); | ||
337 | if (err) { | ||
338 | pr_err("%s: MMC/SD: can't request MMC card detect IRQ\n", | ||
339 | __func__); | ||
340 | goto err_free_3; | ||
341 | } | ||
342 | return 0; | ||
343 | |||
344 | err_free_3: | ||
345 | gpio_free(CORGI_GPIO_SD_PWR); | ||
346 | err_free_2: | ||
347 | gpio_free(CORGI_GPIO_nSD_WP); | ||
348 | err_free_1: | ||
349 | gpio_free(CORGI_GPIO_nSD_DETECT); | ||
350 | err_out: | ||
427 | return err; | 351 | return err; |
428 | } | 352 | } |
429 | 353 | ||
@@ -431,20 +355,20 @@ static void corgi_mci_setpower(struct device *dev, unsigned int vdd) | |||
431 | { | 355 | { |
432 | struct pxamci_platform_data* p_d = dev->platform_data; | 356 | struct pxamci_platform_data* p_d = dev->platform_data; |
433 | 357 | ||
434 | if (( 1 << vdd) & p_d->ocr_mask) | 358 | gpio_set_value(CORGI_GPIO_SD_PWR, ((1 << vdd) & p_d->ocr_mask)); |
435 | GPSR1 = GPIO_bit(CORGI_GPIO_SD_PWR); | ||
436 | else | ||
437 | GPCR1 = GPIO_bit(CORGI_GPIO_SD_PWR); | ||
438 | } | 359 | } |
439 | 360 | ||
440 | static int corgi_mci_get_ro(struct device *dev) | 361 | static int corgi_mci_get_ro(struct device *dev) |
441 | { | 362 | { |
442 | return GPLR(CORGI_GPIO_nSD_WP) & GPIO_bit(CORGI_GPIO_nSD_WP); | 363 | return gpio_get_value(CORGI_GPIO_nSD_WP); |
443 | } | 364 | } |
444 | 365 | ||
445 | static void corgi_mci_exit(struct device *dev, void *data) | 366 | static void corgi_mci_exit(struct device *dev, void *data) |
446 | { | 367 | { |
447 | free_irq(CORGI_IRQ_GPIO_nSD_DETECT, data); | 368 | free_irq(CORGI_IRQ_GPIO_nSD_DETECT, data); |
369 | gpio_free(CORGI_GPIO_SD_PWR); | ||
370 | gpio_free(CORGI_GPIO_nSD_WP); | ||
371 | gpio_free(CORGI_GPIO_nSD_DETECT); | ||
448 | } | 372 | } |
449 | 373 | ||
450 | static struct pxamci_platform_data corgi_mci_platform_data = { | 374 | static struct pxamci_platform_data corgi_mci_platform_data = { |
@@ -461,16 +385,32 @@ static struct pxamci_platform_data corgi_mci_platform_data = { | |||
461 | */ | 385 | */ |
462 | static void corgi_irda_transceiver_mode(struct device *dev, int mode) | 386 | static void corgi_irda_transceiver_mode(struct device *dev, int mode) |
463 | { | 387 | { |
464 | if (mode & IR_OFF) | 388 | gpio_set_value(CORGI_GPIO_IR_ON, mode & IR_OFF); |
465 | GPSR(CORGI_GPIO_IR_ON) = GPIO_bit(CORGI_GPIO_IR_ON); | ||
466 | else | ||
467 | GPCR(CORGI_GPIO_IR_ON) = GPIO_bit(CORGI_GPIO_IR_ON); | ||
468 | pxa2xx_transceiver_mode(dev, mode); | 389 | pxa2xx_transceiver_mode(dev, mode); |
469 | } | 390 | } |
470 | 391 | ||
392 | static int corgi_irda_startup(struct device *dev) | ||
393 | { | ||
394 | int err; | ||
395 | |||
396 | err = gpio_request(CORGI_GPIO_IR_ON, "IR_ON"); | ||
397 | if (err) | ||
398 | return err; | ||
399 | |||
400 | gpio_direction_output(CORGI_GPIO_IR_ON, 1); | ||
401 | return 0; | ||
402 | } | ||
403 | |||
404 | static void corgi_irda_shutdown(struct device *dev) | ||
405 | { | ||
406 | gpio_free(CORGI_GPIO_IR_ON); | ||
407 | } | ||
408 | |||
471 | static struct pxaficp_platform_data corgi_ficp_platform_data = { | 409 | static struct pxaficp_platform_data corgi_ficp_platform_data = { |
472 | .transceiver_cap = IR_SIRMODE | IR_OFF, | 410 | .transceiver_cap = IR_SIRMODE | IR_OFF, |
473 | .transceiver_mode = corgi_irda_transceiver_mode, | 411 | .transceiver_mode = corgi_irda_transceiver_mode, |
412 | .startup = corgi_irda_startup, | ||
413 | .shutdown = corgi_irda_shutdown, | ||
474 | }; | 414 | }; |
475 | 415 | ||
476 | 416 | ||
@@ -482,14 +422,129 @@ static struct pxa2xx_udc_mach_info udc_info __initdata = { | |||
482 | .gpio_pullup = CORGI_GPIO_USB_PULLUP, | 422 | .gpio_pullup = CORGI_GPIO_USB_PULLUP, |
483 | }; | 423 | }; |
484 | 424 | ||
425 | #if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MASTER) | ||
426 | static struct pxa2xx_spi_master corgi_spi_info = { | ||
427 | .num_chipselect = 3, | ||
428 | }; | ||
429 | |||
430 | static struct ads7846_platform_data corgi_ads7846_info = { | ||
431 | .model = 7846, | ||
432 | .vref_delay_usecs = 100, | ||
433 | .x_plate_ohms = 419, | ||
434 | .y_plate_ohms = 486, | ||
435 | .gpio_pendown = CORGI_GPIO_TP_INT, | ||
436 | }; | ||
437 | |||
438 | static void corgi_ads7846_cs(u32 command) | ||
439 | { | ||
440 | gpio_set_value(CORGI_GPIO_ADS7846_CS, !(command == PXA2XX_CS_ASSERT)); | ||
441 | } | ||
442 | |||
443 | static struct pxa2xx_spi_chip corgi_ads7846_chip = { | ||
444 | .cs_control = corgi_ads7846_cs, | ||
445 | }; | ||
446 | |||
447 | static void corgi_bl_kick_battery(void) | ||
448 | { | ||
449 | void (*kick_batt)(void); | ||
450 | |||
451 | kick_batt = symbol_get(sharpsl_battery_kick); | ||
452 | if (kick_batt) { | ||
453 | kick_batt(); | ||
454 | symbol_put(sharpsl_battery_kick); | ||
455 | } | ||
456 | } | ||
457 | |||
458 | static struct corgi_lcd_platform_data corgi_lcdcon_info = { | ||
459 | .init_mode = CORGI_LCD_MODE_VGA, | ||
460 | .max_intensity = 0x2f, | ||
461 | .default_intensity = 0x1f, | ||
462 | .limit_mask = 0x0b, | ||
463 | .gpio_backlight_cont = CORGI_GPIO_BACKLIGHT_CONT, | ||
464 | .gpio_backlight_on = -1, | ||
465 | .kick_battery = corgi_bl_kick_battery, | ||
466 | }; | ||
467 | |||
468 | static void corgi_lcdcon_cs(u32 command) | ||
469 | { | ||
470 | gpio_set_value(CORGI_GPIO_LCDCON_CS, !(command == PXA2XX_CS_ASSERT)); | ||
471 | } | ||
472 | |||
473 | static struct pxa2xx_spi_chip corgi_lcdcon_chip = { | ||
474 | .cs_control = corgi_lcdcon_cs, | ||
475 | }; | ||
476 | |||
477 | static void corgi_max1111_cs(u32 command) | ||
478 | { | ||
479 | gpio_set_value(CORGI_GPIO_MAX1111_CS, !(command == PXA2XX_CS_ASSERT)); | ||
480 | } | ||
481 | |||
482 | static struct pxa2xx_spi_chip corgi_max1111_chip = { | ||
483 | .cs_control = corgi_max1111_cs, | ||
484 | }; | ||
485 | |||
486 | static struct spi_board_info corgi_spi_devices[] = { | ||
487 | { | ||
488 | .modalias = "ads7846", | ||
489 | .max_speed_hz = 1200000, | ||
490 | .bus_num = 1, | ||
491 | .chip_select = 0, | ||
492 | .platform_data = &corgi_ads7846_info, | ||
493 | .controller_data= &corgi_ads7846_chip, | ||
494 | .irq = gpio_to_irq(CORGI_GPIO_TP_INT), | ||
495 | }, { | ||
496 | .modalias = "corgi-lcd", | ||
497 | .max_speed_hz = 50000, | ||
498 | .bus_num = 1, | ||
499 | .chip_select = 1, | ||
500 | .platform_data = &corgi_lcdcon_info, | ||
501 | .controller_data= &corgi_lcdcon_chip, | ||
502 | }, { | ||
503 | .modalias = "max1111", | ||
504 | .max_speed_hz = 450000, | ||
505 | .bus_num = 1, | ||
506 | .chip_select = 2, | ||
507 | .controller_data= &corgi_max1111_chip, | ||
508 | }, | ||
509 | }; | ||
510 | |||
511 | static void __init corgi_init_spi(void) | ||
512 | { | ||
513 | int err; | ||
514 | |||
515 | err = gpio_request(CORGI_GPIO_ADS7846_CS, "ADS7846_CS"); | ||
516 | if (err) | ||
517 | return; | ||
518 | |||
519 | err = gpio_request(CORGI_GPIO_LCDCON_CS, "LCDCON_CS"); | ||
520 | if (err) | ||
521 | goto err_free_1; | ||
522 | |||
523 | err = gpio_request(CORGI_GPIO_MAX1111_CS, "MAX1111_CS"); | ||
524 | if (err) | ||
525 | goto err_free_2; | ||
526 | |||
527 | gpio_direction_output(CORGI_GPIO_ADS7846_CS, 1); | ||
528 | gpio_direction_output(CORGI_GPIO_LCDCON_CS, 1); | ||
529 | gpio_direction_output(CORGI_GPIO_MAX1111_CS, 1); | ||
530 | |||
531 | pxa2xx_set_spi_info(1, &corgi_spi_info); | ||
532 | spi_register_board_info(ARRAY_AND_SIZE(corgi_spi_devices)); | ||
533 | return; | ||
534 | |||
535 | err_free_2: | ||
536 | gpio_free(CORGI_GPIO_LCDCON_CS); | ||
537 | err_free_1: | ||
538 | gpio_free(CORGI_GPIO_ADS7846_CS); | ||
539 | } | ||
540 | #else | ||
541 | static inline void corgi_init_spi(void) {} | ||
542 | #endif | ||
485 | 543 | ||
486 | static struct platform_device *devices[] __initdata = { | 544 | static struct platform_device *devices[] __initdata = { |
487 | &corgiscoop_device, | 545 | &corgiscoop_device, |
488 | &corgissp_device, | ||
489 | &corgifb_device, | 546 | &corgifb_device, |
490 | &corgikbd_device, | 547 | &corgikbd_device, |
491 | &corgibl_device, | ||
492 | &corgits_device, | ||
493 | &corgiled_device, | 548 | &corgiled_device, |
494 | }; | 549 | }; |
495 | 550 | ||
@@ -497,7 +552,8 @@ static void corgi_poweroff(void) | |||
497 | { | 552 | { |
498 | if (!machine_is_corgi()) | 553 | if (!machine_is_corgi()) |
499 | /* Green LED off tells the bootloader to halt */ | 554 | /* Green LED off tells the bootloader to halt */ |
500 | reset_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_LED_GREEN); | 555 | gpio_set_value(CORGI_GPIO_LED_GREEN, 0); |
556 | |||
501 | arm_machine_restart('h'); | 557 | arm_machine_restart('h'); |
502 | } | 558 | } |
503 | 559 | ||
@@ -505,7 +561,8 @@ static void corgi_restart(char mode) | |||
505 | { | 561 | { |
506 | if (!machine_is_corgi()) | 562 | if (!machine_is_corgi()) |
507 | /* Green LED on tells the bootloader to reboot */ | 563 | /* Green LED on tells the bootloader to reboot */ |
508 | set_scoop_gpio(&corgiscoop_device.dev, CORGI_SCP_LED_GREEN); | 564 | gpio_set_value(CORGI_GPIO_LED_GREEN, 1); |
565 | |||
509 | arm_machine_restart('h'); | 566 | arm_machine_restart('h'); |
510 | } | 567 | } |
511 | 568 | ||
@@ -514,24 +571,17 @@ static void __init corgi_init(void) | |||
514 | pm_power_off = corgi_poweroff; | 571 | pm_power_off = corgi_poweroff; |
515 | arm_pm_restart = corgi_restart; | 572 | arm_pm_restart = corgi_restart; |
516 | 573 | ||
517 | /* setup sleep mode values */ | ||
518 | PWER = 0x00000002; | ||
519 | PFER = 0x00000000; | ||
520 | PRER = 0x00000002; | ||
521 | PGSR0 = 0x0158C000; | ||
522 | PGSR1 = 0x00FF0080; | ||
523 | PGSR2 = 0x0001C004; | ||
524 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ | 574 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ |
525 | PCFR |= PCFR_OPDE; | 575 | PCFR |= PCFR_OPDE; |
526 | 576 | ||
527 | corgi_ssp_set_machinfo(&corgi_ssp_machinfo); | 577 | pxa2xx_mfp_config(ARRAY_AND_SIZE(corgi_pin_config)); |
528 | 578 | ||
529 | pxa_gpio_mode(CORGI_GPIO_IR_ON | GPIO_OUT); | 579 | corgi_init_spi(); |
530 | pxa_gpio_mode(CORGI_GPIO_HSYNC | GPIO_IN); | ||
531 | 580 | ||
532 | pxa_set_udc_info(&udc_info); | 581 | pxa_set_udc_info(&udc_info); |
533 | pxa_set_mci_info(&corgi_mci_platform_data); | 582 | pxa_set_mci_info(&corgi_mci_platform_data); |
534 | pxa_set_ficp_info(&corgi_ficp_platform_data); | 583 | pxa_set_ficp_info(&corgi_ficp_platform_data); |
584 | pxa_set_i2c_info(NULL); | ||
535 | 585 | ||
536 | platform_scoop_config = &corgi_pcmcia_config; | 586 | platform_scoop_config = &corgi_pcmcia_config; |
537 | 587 | ||
diff --git a/arch/arm/mach-pxa/corgi_lcd.c b/arch/arm/mach-pxa/corgi_lcd.c deleted file mode 100644 index 311baf149b07..000000000000 --- a/arch/arm/mach-pxa/corgi_lcd.c +++ /dev/null | |||
@@ -1,290 +0,0 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/corgi_lcd.c | ||
3 | * | ||
4 | * Corgi/Spitz LCD Specific Code | ||
5 | * | ||
6 | * Copyright (C) 2005 Richard Purdie | ||
7 | * | ||
8 | * Connectivity: | ||
9 | * Corgi - LCD to ATI Imageon w100 (Wallaby) | ||
10 | * Spitz - LCD to PXA Framebuffer | ||
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | * | ||
16 | */ | ||
17 | |||
18 | #include <linux/delay.h> | ||
19 | #include <linux/kernel.h> | ||
20 | #include <linux/platform_device.h> | ||
21 | #include <linux/module.h> | ||
22 | #include <linux/string.h> | ||
23 | #include <mach/akita.h> | ||
24 | #include <mach/corgi.h> | ||
25 | #include <mach/hardware.h> | ||
26 | #include <mach/pxa-regs.h> | ||
27 | #include <mach/sharpsl.h> | ||
28 | #include <mach/spitz.h> | ||
29 | #include <asm/hardware/scoop.h> | ||
30 | #include <asm/mach/sharpsl_param.h> | ||
31 | #include "generic.h" | ||
32 | |||
33 | /* Register Addresses */ | ||
34 | #define RESCTL_ADRS 0x00 | ||
35 | #define PHACTRL_ADRS 0x01 | ||
36 | #define DUTYCTRL_ADRS 0x02 | ||
37 | #define POWERREG0_ADRS 0x03 | ||
38 | #define POWERREG1_ADRS 0x04 | ||
39 | #define GPOR3_ADRS 0x05 | ||
40 | #define PICTRL_ADRS 0x06 | ||
41 | #define POLCTRL_ADRS 0x07 | ||
42 | |||
43 | /* Register Bit Definitions */ | ||
44 | #define RESCTL_QVGA 0x01 | ||
45 | #define RESCTL_VGA 0x00 | ||
46 | |||
47 | #define POWER1_VW_ON 0x01 /* VW Supply FET ON */ | ||
48 | #define POWER1_GVSS_ON 0x02 /* GVSS(-8V) Power Supply ON */ | ||
49 | #define POWER1_VDD_ON 0x04 /* VDD(8V),SVSS(-4V) Power Supply ON */ | ||
50 | |||
51 | #define POWER1_VW_OFF 0x00 /* VW Supply FET OFF */ | ||
52 | #define POWER1_GVSS_OFF 0x00 /* GVSS(-8V) Power Supply OFF */ | ||
53 | #define POWER1_VDD_OFF 0x00 /* VDD(8V),SVSS(-4V) Power Supply OFF */ | ||
54 | |||
55 | #define POWER0_COM_DCLK 0x01 /* COM Voltage DC Bias DAC Serial Data Clock */ | ||
56 | #define POWER0_COM_DOUT 0x02 /* COM Voltage DC Bias DAC Serial Data Out */ | ||
57 | #define POWER0_DAC_ON 0x04 /* DAC Power Supply ON */ | ||
58 | #define POWER0_COM_ON 0x08 /* COM Power Supply ON */ | ||
59 | #define POWER0_VCC5_ON 0x10 /* VCC5 Power Supply ON */ | ||
60 | |||
61 | #define POWER0_DAC_OFF 0x00 /* DAC Power Supply OFF */ | ||
62 | #define POWER0_COM_OFF 0x00 /* COM Power Supply OFF */ | ||
63 | #define POWER0_VCC5_OFF 0x00 /* VCC5 Power Supply OFF */ | ||
64 | |||
65 | #define PICTRL_INIT_STATE 0x01 | ||
66 | #define PICTRL_INIOFF 0x02 | ||
67 | #define PICTRL_POWER_DOWN 0x04 | ||
68 | #define PICTRL_COM_SIGNAL_OFF 0x08 | ||
69 | #define PICTRL_DAC_SIGNAL_OFF 0x10 | ||
70 | |||
71 | #define POLCTRL_SYNC_POL_FALL 0x01 | ||
72 | #define POLCTRL_EN_POL_FALL 0x02 | ||
73 | #define POLCTRL_DATA_POL_FALL 0x04 | ||
74 | #define POLCTRL_SYNC_ACT_H 0x08 | ||
75 | #define POLCTRL_EN_ACT_L 0x10 | ||
76 | |||
77 | #define POLCTRL_SYNC_POL_RISE 0x00 | ||
78 | #define POLCTRL_EN_POL_RISE 0x00 | ||
79 | #define POLCTRL_DATA_POL_RISE 0x00 | ||
80 | #define POLCTRL_SYNC_ACT_L 0x00 | ||
81 | #define POLCTRL_EN_ACT_H 0x00 | ||
82 | |||
83 | #define PHACTRL_PHASE_MANUAL 0x01 | ||
84 | #define DEFAULT_PHAD_QVGA (9) | ||
85 | #define DEFAULT_COMADJ (125) | ||
86 | |||
87 | /* | ||
88 | * This is only a psuedo I2C interface. We can't use the standard kernel | ||
89 | * routines as the interface is write only. We just assume the data is acked... | ||
90 | */ | ||
91 | static void lcdtg_ssp_i2c_send(u8 data) | ||
92 | { | ||
93 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, data); | ||
94 | udelay(10); | ||
95 | } | ||
96 | |||
97 | static void lcdtg_i2c_send_bit(u8 data) | ||
98 | { | ||
99 | lcdtg_ssp_i2c_send(data); | ||
100 | lcdtg_ssp_i2c_send(data | POWER0_COM_DCLK); | ||
101 | lcdtg_ssp_i2c_send(data); | ||
102 | } | ||
103 | |||
104 | static void lcdtg_i2c_send_start(u8 base) | ||
105 | { | ||
106 | lcdtg_ssp_i2c_send(base | POWER0_COM_DCLK | POWER0_COM_DOUT); | ||
107 | lcdtg_ssp_i2c_send(base | POWER0_COM_DCLK); | ||
108 | lcdtg_ssp_i2c_send(base); | ||
109 | } | ||
110 | |||
111 | static void lcdtg_i2c_send_stop(u8 base) | ||
112 | { | ||
113 | lcdtg_ssp_i2c_send(base); | ||
114 | lcdtg_ssp_i2c_send(base | POWER0_COM_DCLK); | ||
115 | lcdtg_ssp_i2c_send(base | POWER0_COM_DCLK | POWER0_COM_DOUT); | ||
116 | } | ||
117 | |||
118 | static void lcdtg_i2c_send_byte(u8 base, u8 data) | ||
119 | { | ||
120 | int i; | ||
121 | for (i = 0; i < 8; i++) { | ||
122 | if (data & 0x80) | ||
123 | lcdtg_i2c_send_bit(base | POWER0_COM_DOUT); | ||
124 | else | ||
125 | lcdtg_i2c_send_bit(base); | ||
126 | data <<= 1; | ||
127 | } | ||
128 | } | ||
129 | |||
130 | static void lcdtg_i2c_wait_ack(u8 base) | ||
131 | { | ||
132 | lcdtg_i2c_send_bit(base); | ||
133 | } | ||
134 | |||
135 | static void lcdtg_set_common_voltage(u8 base_data, u8 data) | ||
136 | { | ||
137 | /* Set Common Voltage to M62332FP via I2C */ | ||
138 | lcdtg_i2c_send_start(base_data); | ||
139 | lcdtg_i2c_send_byte(base_data, 0x9c); | ||
140 | lcdtg_i2c_wait_ack(base_data); | ||
141 | lcdtg_i2c_send_byte(base_data, 0x00); | ||
142 | lcdtg_i2c_wait_ack(base_data); | ||
143 | lcdtg_i2c_send_byte(base_data, data); | ||
144 | lcdtg_i2c_wait_ack(base_data); | ||
145 | lcdtg_i2c_send_stop(base_data); | ||
146 | } | ||
147 | |||
148 | /* Set Phase Adjust */ | ||
149 | static void lcdtg_set_phadadj(int mode) | ||
150 | { | ||
151 | int adj; | ||
152 | switch(mode) { | ||
153 | case 480: | ||
154 | case 640: | ||
155 | /* Setting for VGA */ | ||
156 | adj = sharpsl_param.phadadj; | ||
157 | if (adj < 0) { | ||
158 | adj = PHACTRL_PHASE_MANUAL; | ||
159 | } else { | ||
160 | adj = ((adj & 0x0f) << 1) | PHACTRL_PHASE_MANUAL; | ||
161 | } | ||
162 | break; | ||
163 | case 240: | ||
164 | case 320: | ||
165 | default: | ||
166 | /* Setting for QVGA */ | ||
167 | adj = (DEFAULT_PHAD_QVGA << 1) | PHACTRL_PHASE_MANUAL; | ||
168 | break; | ||
169 | } | ||
170 | |||
171 | corgi_ssp_lcdtg_send(PHACTRL_ADRS, adj); | ||
172 | } | ||
173 | |||
174 | static int lcd_inited; | ||
175 | |||
176 | void corgi_lcdtg_hw_init(int mode) | ||
177 | { | ||
178 | if (!lcd_inited) { | ||
179 | int comadj; | ||
180 | |||
181 | /* Initialize Internal Logic & Port */ | ||
182 | corgi_ssp_lcdtg_send(PICTRL_ADRS, PICTRL_POWER_DOWN | PICTRL_INIOFF | PICTRL_INIT_STATE | ||
183 | | PICTRL_COM_SIGNAL_OFF | PICTRL_DAC_SIGNAL_OFF); | ||
184 | |||
185 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_COM_DCLK | POWER0_COM_DOUT | POWER0_DAC_OFF | ||
186 | | POWER0_COM_OFF | POWER0_VCC5_OFF); | ||
187 | |||
188 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_OFF | POWER1_VDD_OFF); | ||
189 | |||
190 | /* VDD(+8V), SVSS(-4V) ON */ | ||
191 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_OFF | POWER1_VDD_ON); | ||
192 | mdelay(3); | ||
193 | |||
194 | /* DAC ON */ | ||
195 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_COM_DCLK | POWER0_COM_DOUT | POWER0_DAC_ON | ||
196 | | POWER0_COM_OFF | POWER0_VCC5_OFF); | ||
197 | |||
198 | /* INIB = H, INI = L */ | ||
199 | /* PICTL[0] = H , PICTL[1] = PICTL[2] = PICTL[4] = L */ | ||
200 | corgi_ssp_lcdtg_send(PICTRL_ADRS, PICTRL_INIT_STATE | PICTRL_COM_SIGNAL_OFF); | ||
201 | |||
202 | /* Set Common Voltage */ | ||
203 | comadj = sharpsl_param.comadj; | ||
204 | if (comadj < 0) | ||
205 | comadj = DEFAULT_COMADJ; | ||
206 | lcdtg_set_common_voltage((POWER0_DAC_ON | POWER0_COM_OFF | POWER0_VCC5_OFF), comadj); | ||
207 | |||
208 | /* VCC5 ON, DAC ON */ | ||
209 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_COM_DCLK | POWER0_COM_DOUT | POWER0_DAC_ON | | ||
210 | POWER0_COM_OFF | POWER0_VCC5_ON); | ||
211 | |||
212 | /* GVSS(-8V) ON, VDD ON */ | ||
213 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_ON | POWER1_VDD_ON); | ||
214 | mdelay(2); | ||
215 | |||
216 | /* COM SIGNAL ON (PICTL[3] = L) */ | ||
217 | corgi_ssp_lcdtg_send(PICTRL_ADRS, PICTRL_INIT_STATE); | ||
218 | |||
219 | /* COM ON, DAC ON, VCC5_ON */ | ||
220 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_COM_DCLK | POWER0_COM_DOUT | POWER0_DAC_ON | ||
221 | | POWER0_COM_ON | POWER0_VCC5_ON); | ||
222 | |||
223 | /* VW ON, GVSS ON, VDD ON */ | ||
224 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_ON | POWER1_GVSS_ON | POWER1_VDD_ON); | ||
225 | |||
226 | /* Signals output enable */ | ||
227 | corgi_ssp_lcdtg_send(PICTRL_ADRS, 0); | ||
228 | |||
229 | /* Set Phase Adjust */ | ||
230 | lcdtg_set_phadadj(mode); | ||
231 | |||
232 | /* Initialize for Input Signals from ATI */ | ||
233 | corgi_ssp_lcdtg_send(POLCTRL_ADRS, POLCTRL_SYNC_POL_RISE | POLCTRL_EN_POL_RISE | ||
234 | | POLCTRL_DATA_POL_RISE | POLCTRL_SYNC_ACT_L | POLCTRL_EN_ACT_H); | ||
235 | udelay(1000); | ||
236 | |||
237 | lcd_inited=1; | ||
238 | } else { | ||
239 | lcdtg_set_phadadj(mode); | ||
240 | } | ||
241 | |||
242 | switch(mode) { | ||
243 | case 480: | ||
244 | case 640: | ||
245 | /* Set Lcd Resolution (VGA) */ | ||
246 | corgi_ssp_lcdtg_send(RESCTL_ADRS, RESCTL_VGA); | ||
247 | break; | ||
248 | case 240: | ||
249 | case 320: | ||
250 | default: | ||
251 | /* Set Lcd Resolution (QVGA) */ | ||
252 | corgi_ssp_lcdtg_send(RESCTL_ADRS, RESCTL_QVGA); | ||
253 | break; | ||
254 | } | ||
255 | } | ||
256 | |||
257 | void corgi_lcdtg_suspend(void) | ||
258 | { | ||
259 | /* 60Hz x 2 frame = 16.7msec x 2 = 33.4 msec */ | ||
260 | mdelay(34); | ||
261 | |||
262 | /* (1)VW OFF */ | ||
263 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_ON | POWER1_VDD_ON); | ||
264 | |||
265 | /* (2)COM OFF */ | ||
266 | corgi_ssp_lcdtg_send(PICTRL_ADRS, PICTRL_COM_SIGNAL_OFF); | ||
267 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_DAC_ON | POWER0_COM_OFF | POWER0_VCC5_ON); | ||
268 | |||
269 | /* (3)Set Common Voltage Bias 0V */ | ||
270 | lcdtg_set_common_voltage(POWER0_DAC_ON | POWER0_COM_OFF | POWER0_VCC5_ON, 0); | ||
271 | |||
272 | /* (4)GVSS OFF */ | ||
273 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_OFF | POWER1_VDD_ON); | ||
274 | |||
275 | /* (5)VCC5 OFF */ | ||
276 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_DAC_ON | POWER0_COM_OFF | POWER0_VCC5_OFF); | ||
277 | |||
278 | /* (6)Set PDWN, INIOFF, DACOFF */ | ||
279 | corgi_ssp_lcdtg_send(PICTRL_ADRS, PICTRL_INIOFF | PICTRL_DAC_SIGNAL_OFF | | ||
280 | PICTRL_POWER_DOWN | PICTRL_COM_SIGNAL_OFF); | ||
281 | |||
282 | /* (7)DAC OFF */ | ||
283 | corgi_ssp_lcdtg_send(POWERREG0_ADRS, POWER0_DAC_OFF | POWER0_COM_OFF | POWER0_VCC5_OFF); | ||
284 | |||
285 | /* (8)VDD OFF */ | ||
286 | corgi_ssp_lcdtg_send(POWERREG1_ADRS, POWER1_VW_OFF | POWER1_GVSS_OFF | POWER1_VDD_OFF); | ||
287 | |||
288 | lcd_inited = 0; | ||
289 | } | ||
290 | |||
diff --git a/arch/arm/mach-pxa/corgi_pm.c b/arch/arm/mach-pxa/corgi_pm.c index 35bbfccd2df3..eb7d6c94aa42 100644 --- a/arch/arm/mach-pxa/corgi_pm.c +++ b/arch/arm/mach-pxa/corgi_pm.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/hardware/scoop.h> | ||
25 | 24 | ||
26 | #include <mach/sharpsl.h> | 25 | #include <mach/sharpsl.h> |
27 | #include <mach/corgi.h> | 26 | #include <mach/corgi.h> |
diff --git a/arch/arm/mach-pxa/corgi_ssp.c b/arch/arm/mach-pxa/corgi_ssp.c deleted file mode 100644 index 8e2f2215c4ba..000000000000 --- a/arch/arm/mach-pxa/corgi_ssp.c +++ /dev/null | |||
@@ -1,276 +0,0 @@ | |||
1 | /* | ||
2 | * SSP control code for Sharp Corgi devices | ||
3 | * | ||
4 | * Copyright (c) 2004-2005 Richard Purdie | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | ||
11 | |||
12 | #include <linux/module.h> | ||
13 | #include <linux/init.h> | ||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/sched.h> | ||
16 | #include <linux/slab.h> | ||
17 | #include <linux/delay.h> | ||
18 | #include <linux/platform_device.h> | ||
19 | #include <mach/hardware.h> | ||
20 | #include <asm/mach-types.h> | ||
21 | |||
22 | #include <mach/ssp.h> | ||
23 | #include <mach/pxa-regs.h> | ||
24 | #include <mach/pxa2xx-gpio.h> | ||
25 | #include <mach/regs-ssp.h> | ||
26 | #include "sharpsl.h" | ||
27 | |||
28 | static DEFINE_SPINLOCK(corgi_ssp_lock); | ||
29 | static struct ssp_dev corgi_ssp_dev; | ||
30 | static struct ssp_state corgi_ssp_state; | ||
31 | static struct corgissp_machinfo *ssp_machinfo; | ||
32 | |||
33 | /* | ||
34 | * There are three devices connected to the SSP interface: | ||
35 | * 1. A touchscreen controller (TI ADS7846 compatible) | ||
36 | * 2. An LCD controller (with some Backlight functionality) | ||
37 | * 3. A battery monitoring IC (Maxim MAX1111) | ||
38 | * | ||
39 | * Each device uses a different speed/mode of communication. | ||
40 | * | ||
41 | * The touchscreen is very sensitive and the most frequently used | ||
42 | * so the port is left configured for this. | ||
43 | * | ||
44 | * Devices are selected using Chip Selects on GPIOs. | ||
45 | */ | ||
46 | |||
47 | /* | ||
48 | * ADS7846 Routines | ||
49 | */ | ||
50 | unsigned long corgi_ssp_ads7846_putget(ulong data) | ||
51 | { | ||
52 | unsigned long flag; | ||
53 | u32 ret = 0; | ||
54 | |||
55 | spin_lock_irqsave(&corgi_ssp_lock, flag); | ||
56 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
57 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
58 | |||
59 | ssp_write_word(&corgi_ssp_dev,data); | ||
60 | ssp_read_word(&corgi_ssp_dev, &ret); | ||
61 | |||
62 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
63 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
64 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); | ||
65 | |||
66 | return ret; | ||
67 | } | ||
68 | |||
69 | /* | ||
70 | * NOTE: These functions should always be called in interrupt context | ||
71 | * and use the _lock and _unlock functions. They are very time sensitive. | ||
72 | */ | ||
73 | void corgi_ssp_ads7846_lock(void) | ||
74 | { | ||
75 | spin_lock(&corgi_ssp_lock); | ||
76 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
77 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
78 | } | ||
79 | |||
80 | void corgi_ssp_ads7846_unlock(void) | ||
81 | { | ||
82 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
83 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | ||
84 | spin_unlock(&corgi_ssp_lock); | ||
85 | } | ||
86 | |||
87 | void corgi_ssp_ads7846_put(ulong data) | ||
88 | { | ||
89 | ssp_write_word(&corgi_ssp_dev,data); | ||
90 | } | ||
91 | |||
92 | unsigned long corgi_ssp_ads7846_get(void) | ||
93 | { | ||
94 | u32 ret = 0; | ||
95 | ssp_read_word(&corgi_ssp_dev, &ret); | ||
96 | return ret; | ||
97 | } | ||
98 | |||
99 | EXPORT_SYMBOL(corgi_ssp_ads7846_putget); | ||
100 | EXPORT_SYMBOL(corgi_ssp_ads7846_lock); | ||
101 | EXPORT_SYMBOL(corgi_ssp_ads7846_unlock); | ||
102 | EXPORT_SYMBOL(corgi_ssp_ads7846_put); | ||
103 | EXPORT_SYMBOL(corgi_ssp_ads7846_get); | ||
104 | |||
105 | |||
106 | /* | ||
107 | * LCD/Backlight Routines | ||
108 | */ | ||
109 | unsigned long corgi_ssp_dac_put(ulong data) | ||
110 | { | ||
111 | unsigned long flag, sscr1 = SSCR1_SPH; | ||
112 | u32 tmp; | ||
113 | |||
114 | spin_lock_irqsave(&corgi_ssp_lock, flag); | ||
115 | |||
116 | if (machine_is_spitz() || machine_is_akita() || machine_is_borzoi()) | ||
117 | sscr1 = 0; | ||
118 | |||
119 | ssp_disable(&corgi_ssp_dev); | ||
120 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), sscr1, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_lcdcon)); | ||
121 | ssp_enable(&corgi_ssp_dev); | ||
122 | |||
123 | if (ssp_machinfo->cs_lcdcon >= 0) | ||
124 | GPCR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | ||
125 | ssp_write_word(&corgi_ssp_dev,data); | ||
126 | /* Read null data back from device to prevent SSP overflow */ | ||
127 | ssp_read_word(&corgi_ssp_dev, &tmp); | ||
128 | if (ssp_machinfo->cs_lcdcon >= 0) | ||
129 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | ||
130 | |||
131 | ssp_disable(&corgi_ssp_dev); | ||
132 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | ||
133 | ssp_enable(&corgi_ssp_dev); | ||
134 | |||
135 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); | ||
136 | |||
137 | return 0; | ||
138 | } | ||
139 | |||
140 | void corgi_ssp_lcdtg_send(u8 adrs, u8 data) | ||
141 | { | ||
142 | corgi_ssp_dac_put(((adrs & 0x07) << 5) | (data & 0x1f)); | ||
143 | } | ||
144 | |||
145 | void corgi_ssp_blduty_set(int duty) | ||
146 | { | ||
147 | corgi_ssp_lcdtg_send(0x02,duty); | ||
148 | } | ||
149 | |||
150 | EXPORT_SYMBOL(corgi_ssp_lcdtg_send); | ||
151 | EXPORT_SYMBOL(corgi_ssp_blduty_set); | ||
152 | |||
153 | /* | ||
154 | * Max1111 Routines | ||
155 | */ | ||
156 | int corgi_ssp_max1111_get(ulong data) | ||
157 | { | ||
158 | unsigned long flag; | ||
159 | long voltage = 0, voltage1 = 0, voltage2 = 0; | ||
160 | |||
161 | spin_lock_irqsave(&corgi_ssp_lock, flag); | ||
162 | if (ssp_machinfo->cs_max1111 >= 0) | ||
163 | GPCR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | ||
164 | ssp_disable(&corgi_ssp_dev); | ||
165 | ssp_config(&corgi_ssp_dev, (SSCR0_Motorola | (SSCR0_DSS & 0x07 )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_max1111)); | ||
166 | ssp_enable(&corgi_ssp_dev); | ||
167 | |||
168 | udelay(1); | ||
169 | |||
170 | /* TB1/RB1 */ | ||
171 | ssp_write_word(&corgi_ssp_dev,data); | ||
172 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage1); /* null read */ | ||
173 | |||
174 | /* TB12/RB2 */ | ||
175 | ssp_write_word(&corgi_ssp_dev,0); | ||
176 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage1); | ||
177 | |||
178 | /* TB13/RB3*/ | ||
179 | ssp_write_word(&corgi_ssp_dev,0); | ||
180 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage2); | ||
181 | |||
182 | ssp_disable(&corgi_ssp_dev); | ||
183 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | ||
184 | ssp_enable(&corgi_ssp_dev); | ||
185 | if (ssp_machinfo->cs_max1111 >= 0) | ||
186 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); | ||
187 | spin_unlock_irqrestore(&corgi_ssp_lock, flag); | ||
188 | |||
189 | if (voltage1 & 0xc0 || voltage2 & 0x3f) | ||
190 | voltage = -1; | ||
191 | else | ||
192 | voltage = ((voltage1 << 2) & 0xfc) | ((voltage2 >> 6) & 0x03); | ||
193 | |||
194 | return voltage; | ||
195 | } | ||
196 | |||
197 | EXPORT_SYMBOL(corgi_ssp_max1111_get); | ||
198 | |||
199 | /* | ||
200 | * Support Routines | ||
201 | */ | ||
202 | |||
203 | void __init corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo) | ||
204 | { | ||
205 | ssp_machinfo = machinfo; | ||
206 | } | ||
207 | |||
208 | static int __init corgi_ssp_probe(struct platform_device *dev) | ||
209 | { | ||
210 | int ret; | ||
211 | |||
212 | /* Chip Select - Disable All */ | ||
213 | if (ssp_machinfo->cs_lcdcon >= 0) | ||
214 | pxa_gpio_mode(ssp_machinfo->cs_lcdcon | GPIO_OUT | GPIO_DFLT_HIGH); | ||
215 | if (ssp_machinfo->cs_max1111 >= 0) | ||
216 | pxa_gpio_mode(ssp_machinfo->cs_max1111 | GPIO_OUT | GPIO_DFLT_HIGH); | ||
217 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
218 | pxa_gpio_mode(ssp_machinfo->cs_ads7846 | GPIO_OUT | GPIO_DFLT_HIGH); | ||
219 | |||
220 | ret = ssp_init(&corgi_ssp_dev, ssp_machinfo->port, 0); | ||
221 | |||
222 | if (ret) | ||
223 | printk(KERN_ERR "Unable to register SSP handler!\n"); | ||
224 | else { | ||
225 | ssp_disable(&corgi_ssp_dev); | ||
226 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | ||
227 | ssp_enable(&corgi_ssp_dev); | ||
228 | } | ||
229 | |||
230 | return ret; | ||
231 | } | ||
232 | |||
233 | static int corgi_ssp_remove(struct platform_device *dev) | ||
234 | { | ||
235 | ssp_exit(&corgi_ssp_dev); | ||
236 | return 0; | ||
237 | } | ||
238 | |||
239 | static int corgi_ssp_suspend(struct platform_device *dev, pm_message_t state) | ||
240 | { | ||
241 | ssp_flush(&corgi_ssp_dev); | ||
242 | ssp_save_state(&corgi_ssp_dev,&corgi_ssp_state); | ||
243 | |||
244 | return 0; | ||
245 | } | ||
246 | |||
247 | static int corgi_ssp_resume(struct platform_device *dev) | ||
248 | { | ||
249 | if (ssp_machinfo->cs_lcdcon >= 0) | ||
250 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); /* High - Disable LCD Control/Timing Gen */ | ||
251 | if (ssp_machinfo->cs_max1111 >= 0) | ||
252 | GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); /* High - Disable MAX1111*/ | ||
253 | if (ssp_machinfo->cs_ads7846 >= 0) | ||
254 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); /* High - Disable ADS7846*/ | ||
255 | ssp_restore_state(&corgi_ssp_dev,&corgi_ssp_state); | ||
256 | ssp_enable(&corgi_ssp_dev); | ||
257 | |||
258 | return 0; | ||
259 | } | ||
260 | |||
261 | static struct platform_driver corgissp_driver = { | ||
262 | .probe = corgi_ssp_probe, | ||
263 | .remove = corgi_ssp_remove, | ||
264 | .suspend = corgi_ssp_suspend, | ||
265 | .resume = corgi_ssp_resume, | ||
266 | .driver = { | ||
267 | .name = "corgi-ssp", | ||
268 | }, | ||
269 | }; | ||
270 | |||
271 | int __init corgi_ssp_init(void) | ||
272 | { | ||
273 | return platform_driver_register(&corgissp_driver); | ||
274 | } | ||
275 | |||
276 | arch_initcall(corgi_ssp_init); | ||
diff --git a/arch/arm/mach-pxa/e330.c b/arch/arm/mach-pxa/e330.c new file mode 100644 index 000000000000..d488eded2058 --- /dev/null +++ b/arch/arm/mach-pxa/e330.c | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
3 | * | ||
4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> | ||
5 | * | ||
6 | * This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/init.h> | ||
15 | |||
16 | #include <asm/setup.h> | ||
17 | #include <asm/mach/arch.h> | ||
18 | #include <asm/mach-types.h> | ||
19 | |||
20 | #include <mach/mfp-pxa25x.h> | ||
21 | #include <mach/hardware.h> | ||
22 | #include <mach/udc.h> | ||
23 | |||
24 | #include "generic.h" | ||
25 | #include "eseries.h" | ||
26 | |||
27 | static void __init e330_init(void) | ||
28 | { | ||
29 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
30 | } | ||
31 | |||
32 | MACHINE_START(E330, "Toshiba e330") | ||
33 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
34 | .phys_io = 0x40000000, | ||
35 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
36 | .boot_params = 0xa0000100, | ||
37 | .map_io = pxa_map_io, | ||
38 | .init_irq = pxa25x_init_irq, | ||
39 | .fixup = eseries_fixup, | ||
40 | .init_machine = e330_init, | ||
41 | .timer = &pxa_timer, | ||
42 | MACHINE_END | ||
43 | |||
diff --git a/arch/arm/mach-pxa/e350.c b/arch/arm/mach-pxa/e350.c new file mode 100644 index 000000000000..8ecbc5479828 --- /dev/null +++ b/arch/arm/mach-pxa/e350.c | |||
@@ -0,0 +1,43 @@ | |||
1 | /* | ||
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
3 | * | ||
4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> | ||
5 | * | ||
6 | * This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/init.h> | ||
15 | |||
16 | #include <asm/setup.h> | ||
17 | #include <asm/mach/arch.h> | ||
18 | #include <asm/mach-types.h> | ||
19 | |||
20 | #include <mach/mfp-pxa25x.h> | ||
21 | #include <mach/hardware.h> | ||
22 | #include <mach/udc.h> | ||
23 | |||
24 | #include "generic.h" | ||
25 | #include "eseries.h" | ||
26 | |||
27 | static void __init e350_init(void) | ||
28 | { | ||
29 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
30 | } | ||
31 | |||
32 | MACHINE_START(E350, "Toshiba e350") | ||
33 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
34 | .phys_io = 0x40000000, | ||
35 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
36 | .boot_params = 0xa0000100, | ||
37 | .map_io = pxa_map_io, | ||
38 | .init_irq = pxa25x_init_irq, | ||
39 | .fixup = eseries_fixup, | ||
40 | .init_machine = e350_init, | ||
41 | .timer = &pxa_timer, | ||
42 | MACHINE_END | ||
43 | |||
diff --git a/arch/arm/mach-pxa/e400.c b/arch/arm/mach-pxa/e400.c new file mode 100644 index 000000000000..544bbaa20621 --- /dev/null +++ b/arch/arm/mach-pxa/e400.c | |||
@@ -0,0 +1,94 @@ | |||
1 | /* | ||
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
3 | * | ||
4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> | ||
5 | * | ||
6 | * This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/init.h> | ||
15 | |||
16 | #include <asm/setup.h> | ||
17 | #include <asm/mach/arch.h> | ||
18 | #include <asm/mach-types.h> | ||
19 | |||
20 | #include <mach/pxa-regs.h> | ||
21 | #include <mach/mfp-pxa25x.h> | ||
22 | #include <mach/hardware.h> | ||
23 | |||
24 | #include <mach/pxafb.h> | ||
25 | #include <mach/udc.h> | ||
26 | |||
27 | #include "generic.h" | ||
28 | #include "eseries.h" | ||
29 | |||
30 | /* ------------------------ E400 LCD definitions ------------------------ */ | ||
31 | |||
32 | static struct pxafb_mode_info e400_pxafb_mode_info = { | ||
33 | .pixclock = 140703, | ||
34 | .xres = 240, | ||
35 | .yres = 320, | ||
36 | .bpp = 16, | ||
37 | .hsync_len = 4, | ||
38 | .left_margin = 28, | ||
39 | .right_margin = 8, | ||
40 | .vsync_len = 3, | ||
41 | .upper_margin = 5, | ||
42 | .lower_margin = 6, | ||
43 | .sync = 0, | ||
44 | }; | ||
45 | |||
46 | static struct pxafb_mach_info e400_pxafb_mach_info = { | ||
47 | .modes = &e400_pxafb_mode_info, | ||
48 | .num_modes = 1, | ||
49 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, | ||
50 | .lccr3 = 0, | ||
51 | .pxafb_backlight_power = NULL, | ||
52 | }; | ||
53 | |||
54 | /* ------------------------ E400 MFP config ----------------------------- */ | ||
55 | |||
56 | static unsigned long e400_pin_config[] __initdata = { | ||
57 | /* Chip selects */ | ||
58 | GPIO15_nCS_1, /* CS1 - Flash */ | ||
59 | GPIO80_nCS_4, /* CS4 - TMIO */ | ||
60 | |||
61 | /* Clocks */ | ||
62 | GPIO12_32KHz, | ||
63 | |||
64 | /* BTUART */ | ||
65 | GPIO42_BTUART_RXD, | ||
66 | GPIO43_BTUART_TXD, | ||
67 | GPIO44_BTUART_CTS, | ||
68 | GPIO45_GPIO, /* Used by TMIO for #SUSPEND */ | ||
69 | |||
70 | /* wakeup */ | ||
71 | GPIO0_GPIO | WAKEUP_ON_EDGE_RISE, | ||
72 | }; | ||
73 | |||
74 | /* ---------------------------------------------------------------------- */ | ||
75 | |||
76 | static void __init e400_init(void) | ||
77 | { | ||
78 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e400_pin_config)); | ||
79 | set_pxa_fb_info(&e400_pxafb_mach_info); | ||
80 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
81 | } | ||
82 | |||
83 | MACHINE_START(E400, "Toshiba e400") | ||
84 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
85 | .phys_io = 0x40000000, | ||
86 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
87 | .boot_params = 0xa0000100, | ||
88 | .map_io = pxa_map_io, | ||
89 | .init_irq = pxa25x_init_irq, | ||
90 | .fixup = eseries_fixup, | ||
91 | .init_machine = e400_init, | ||
92 | .timer = &pxa_timer, | ||
93 | MACHINE_END | ||
94 | |||
diff --git a/arch/arm/mach-pxa/e400_lcd.c b/arch/arm/mach-pxa/e400_lcd.c deleted file mode 100644 index 263884165f57..000000000000 --- a/arch/arm/mach-pxa/e400_lcd.c +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | /* | ||
2 | * e400_lcd.c | ||
3 | * | ||
4 | * (c) 2005 Ian Molton <spyro@f2s.com> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | ||
11 | |||
12 | #include <linux/kernel.h> | ||
13 | #include <linux/init.h> | ||
14 | #include <linux/module.h> | ||
15 | |||
16 | #include <asm/mach-types.h> | ||
17 | #include <mach/pxa-regs.h> | ||
18 | #include <mach/pxafb.h> | ||
19 | |||
20 | static struct pxafb_mode_info e400_pxafb_mode_info = { | ||
21 | .pixclock = 140703, | ||
22 | .xres = 240, | ||
23 | .yres = 320, | ||
24 | .bpp = 16, | ||
25 | .hsync_len = 4, | ||
26 | .left_margin = 28, | ||
27 | .right_margin = 8, | ||
28 | .vsync_len = 3, | ||
29 | .upper_margin = 5, | ||
30 | .lower_margin = 6, | ||
31 | .sync = 0, | ||
32 | }; | ||
33 | |||
34 | static struct pxafb_mach_info e400_pxafb_mach_info = { | ||
35 | .modes = &e400_pxafb_mode_info, | ||
36 | .num_modes = 1, | ||
37 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, | ||
38 | .lccr3 = 0, | ||
39 | .pxafb_backlight_power = NULL, | ||
40 | }; | ||
41 | |||
42 | static int __init e400_lcd_init(void) | ||
43 | { | ||
44 | if (!machine_is_e400()) | ||
45 | return -ENODEV; | ||
46 | |||
47 | set_pxa_fb_info(&e400_pxafb_mach_info); | ||
48 | return 0; | ||
49 | } | ||
50 | |||
51 | module_init(e400_lcd_init); | ||
52 | |||
53 | MODULE_AUTHOR("Ian Molton <spyro@f2s.com>"); | ||
54 | MODULE_DESCRIPTION("e400 lcd driver"); | ||
55 | MODULE_LICENSE("GPLv2"); | ||
56 | |||
diff --git a/arch/arm/mach-pxa/e740.c b/arch/arm/mach-pxa/e740.c new file mode 100644 index 000000000000..c57a15b37f0d --- /dev/null +++ b/arch/arm/mach-pxa/e740.c | |||
@@ -0,0 +1,169 @@ | |||
1 | /* | ||
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
3 | * | ||
4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> | ||
5 | * | ||
6 | * This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/init.h> | ||
15 | #include <linux/device.h> | ||
16 | #include <linux/platform_device.h> | ||
17 | #include <linux/fb.h> | ||
18 | |||
19 | #include <video/w100fb.h> | ||
20 | |||
21 | #include <asm/setup.h> | ||
22 | #include <asm/mach/arch.h> | ||
23 | #include <asm/mach-types.h> | ||
24 | |||
25 | #include <mach/mfp-pxa25x.h> | ||
26 | #include <mach/hardware.h> | ||
27 | #include <mach/udc.h> | ||
28 | |||
29 | #include "generic.h" | ||
30 | #include "eseries.h" | ||
31 | |||
32 | |||
33 | /* ------------------------ e740 video support --------------------------- */ | ||
34 | |||
35 | static struct w100_gen_regs e740_lcd_regs = { | ||
36 | .lcd_format = 0x00008023, | ||
37 | .lcdd_cntl1 = 0x0f000000, | ||
38 | .lcdd_cntl2 = 0x0003ffff, | ||
39 | .genlcd_cntl1 = 0x00ffff03, | ||
40 | .genlcd_cntl2 = 0x003c0f03, | ||
41 | .genlcd_cntl3 = 0x000143aa, | ||
42 | }; | ||
43 | |||
44 | static struct w100_mode e740_lcd_mode = { | ||
45 | .xres = 240, | ||
46 | .yres = 320, | ||
47 | .left_margin = 20, | ||
48 | .right_margin = 28, | ||
49 | .upper_margin = 9, | ||
50 | .lower_margin = 8, | ||
51 | .crtc_ss = 0x80140013, | ||
52 | .crtc_ls = 0x81150110, | ||
53 | .crtc_gs = 0x80050005, | ||
54 | .crtc_vpos_gs = 0x000a0009, | ||
55 | .crtc_rev = 0x0040010a, | ||
56 | .crtc_dclk = 0xa906000a, | ||
57 | .crtc_gclk = 0x80050108, | ||
58 | .crtc_goe = 0x80050108, | ||
59 | .pll_freq = 57, | ||
60 | .pixclk_divider = 4, | ||
61 | .pixclk_divider_rotated = 4, | ||
62 | .pixclk_src = CLK_SRC_XTAL, | ||
63 | .sysclk_divider = 1, | ||
64 | .sysclk_src = CLK_SRC_PLL, | ||
65 | .crtc_ps1_active = 0x41060010, | ||
66 | }; | ||
67 | |||
68 | static struct w100_gpio_regs e740_w100_gpio_info = { | ||
69 | .init_data1 = 0x21002103, | ||
70 | .gpio_dir1 = 0xffffdeff, | ||
71 | .gpio_oe1 = 0x03c00643, | ||
72 | .init_data2 = 0x003f003f, | ||
73 | .gpio_dir2 = 0xffffffff, | ||
74 | .gpio_oe2 = 0x000000ff, | ||
75 | }; | ||
76 | |||
77 | static struct w100fb_mach_info e740_fb_info = { | ||
78 | .modelist = &e740_lcd_mode, | ||
79 | .num_modes = 1, | ||
80 | .regs = &e740_lcd_regs, | ||
81 | .gpio = &e740_w100_gpio_info, | ||
82 | .xtal_freq = 14318000, | ||
83 | .xtal_dbl = 1, | ||
84 | }; | ||
85 | |||
86 | static struct resource e740_fb_resources[] = { | ||
87 | [0] = { | ||
88 | .start = 0x0c000000, | ||
89 | .end = 0x0cffffff, | ||
90 | .flags = IORESOURCE_MEM, | ||
91 | }, | ||
92 | }; | ||
93 | |||
94 | static struct platform_device e740_fb_device = { | ||
95 | .name = "w100fb", | ||
96 | .id = -1, | ||
97 | .dev = { | ||
98 | .platform_data = &e740_fb_info, | ||
99 | }, | ||
100 | .num_resources = ARRAY_SIZE(e740_fb_resources), | ||
101 | .resource = e740_fb_resources, | ||
102 | }; | ||
103 | |||
104 | /* --------------------------- MFP Pin config -------------------------- */ | ||
105 | |||
106 | static unsigned long e740_pin_config[] __initdata = { | ||
107 | /* Chip selects */ | ||
108 | GPIO15_nCS_1, /* CS1 - Flash */ | ||
109 | GPIO79_nCS_3, /* CS3 - IMAGEON */ | ||
110 | GPIO80_nCS_4, /* CS4 - TMIO */ | ||
111 | |||
112 | /* Clocks */ | ||
113 | GPIO12_32KHz, | ||
114 | |||
115 | /* BTUART */ | ||
116 | GPIO42_BTUART_RXD, | ||
117 | GPIO43_BTUART_TXD, | ||
118 | GPIO44_BTUART_CTS, | ||
119 | GPIO45_GPIO, /* Used by TMIO for #SUSPEND */ | ||
120 | |||
121 | /* PC Card */ | ||
122 | GPIO8_GPIO, /* CD0 */ | ||
123 | GPIO44_GPIO, /* CD1 */ | ||
124 | GPIO11_GPIO, /* IRQ0 */ | ||
125 | GPIO6_GPIO, /* IRQ1 */ | ||
126 | GPIO27_GPIO, /* RST0 */ | ||
127 | GPIO24_GPIO, /* RST1 */ | ||
128 | GPIO20_GPIO, /* PWR0 */ | ||
129 | GPIO23_GPIO, /* PWR1 */ | ||
130 | GPIO48_nPOE, | ||
131 | GPIO49_nPWE, | ||
132 | GPIO50_nPIOR, | ||
133 | GPIO51_nPIOW, | ||
134 | GPIO52_nPCE_1, | ||
135 | GPIO53_nPCE_2, | ||
136 | GPIO54_nPSKTSEL, | ||
137 | GPIO55_nPREG, | ||
138 | GPIO56_nPWAIT, | ||
139 | GPIO57_nIOIS16, | ||
140 | |||
141 | /* wakeup */ | ||
142 | GPIO0_GPIO | WAKEUP_ON_EDGE_RISE, | ||
143 | }; | ||
144 | |||
145 | /* ----------------------------------------------------------------------- */ | ||
146 | |||
147 | static struct platform_device *devices[] __initdata = { | ||
148 | &e740_fb_device, | ||
149 | }; | ||
150 | |||
151 | static void __init e740_init(void) | ||
152 | { | ||
153 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); | ||
154 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
155 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
156 | } | ||
157 | |||
158 | MACHINE_START(E740, "Toshiba e740") | ||
159 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
160 | .phys_io = 0x40000000, | ||
161 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
162 | .boot_params = 0xa0000100, | ||
163 | .map_io = pxa_map_io, | ||
164 | .init_irq = pxa25x_init_irq, | ||
165 | .fixup = eseries_fixup, | ||
166 | .init_machine = e740_init, | ||
167 | .timer = &pxa_timer, | ||
168 | MACHINE_END | ||
169 | |||
diff --git a/arch/arm/mach-pxa/e740_lcd.c b/arch/arm/mach-pxa/e740_lcd.c deleted file mode 100644 index 26bd599af178..000000000000 --- a/arch/arm/mach-pxa/e740_lcd.c +++ /dev/null | |||
@@ -1,123 +0,0 @@ | |||
1 | /* e740_lcd.c | ||
2 | * | ||
3 | * This file contains the definitions for the LCD timings and functions | ||
4 | * to control the LCD power / frontlighting via the w100fb driver. | ||
5 | * | ||
6 | * (c) 2005 Ian Molton <spyro@f2s.com> | ||
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 | |||
14 | #include <linux/module.h> | ||
15 | #include <linux/device.h> | ||
16 | #include <linux/fb.h> | ||
17 | #include <linux/err.h> | ||
18 | #include <linux/platform_device.h> | ||
19 | |||
20 | #include <asm/mach-types.h> | ||
21 | |||
22 | #include <video/w100fb.h> | ||
23 | |||
24 | /* | ||
25 | **potential** shutdown routine - to be investigated | ||
26 | devmem2 0x0c010528 w 0xff3fff00 | ||
27 | devmem2 0x0c010190 w 0x7FFF8000 | ||
28 | devmem2 0x0c0101b0 w 0x00FF0000 | ||
29 | devmem2 0x0c01008c w 0x00000000 | ||
30 | devmem2 0x0c010080 w 0x000000bf | ||
31 | devmem2 0x0c010098 w 0x00000015 | ||
32 | devmem2 0x0c010088 w 0x4b000204 | ||
33 | devmem2 0x0c010098 w 0x0000001d | ||
34 | */ | ||
35 | |||
36 | static struct w100_gen_regs e740_lcd_regs = { | ||
37 | .lcd_format = 0x00008023, | ||
38 | .lcdd_cntl1 = 0x0f000000, | ||
39 | .lcdd_cntl2 = 0x0003ffff, | ||
40 | .genlcd_cntl1 = 0x00ffff03, | ||
41 | .genlcd_cntl2 = 0x003c0f03, | ||
42 | .genlcd_cntl3 = 0x000143aa, | ||
43 | }; | ||
44 | |||
45 | static struct w100_mode e740_lcd_mode = { | ||
46 | .xres = 240, | ||
47 | .yres = 320, | ||
48 | .left_margin = 20, | ||
49 | .right_margin = 28, | ||
50 | .upper_margin = 9, | ||
51 | .lower_margin = 8, | ||
52 | .crtc_ss = 0x80140013, | ||
53 | .crtc_ls = 0x81150110, | ||
54 | .crtc_gs = 0x80050005, | ||
55 | .crtc_vpos_gs = 0x000a0009, | ||
56 | .crtc_rev = 0x0040010a, | ||
57 | .crtc_dclk = 0xa906000a, | ||
58 | .crtc_gclk = 0x80050108, | ||
59 | .crtc_goe = 0x80050108, | ||
60 | .pll_freq = 57, | ||
61 | .pixclk_divider = 4, | ||
62 | .pixclk_divider_rotated = 4, | ||
63 | .pixclk_src = CLK_SRC_XTAL, | ||
64 | .sysclk_divider = 1, | ||
65 | .sysclk_src = CLK_SRC_PLL, | ||
66 | .crtc_ps1_active = 0x41060010, | ||
67 | }; | ||
68 | |||
69 | |||
70 | static struct w100_gpio_regs e740_w100_gpio_info = { | ||
71 | .init_data1 = 0x21002103, | ||
72 | .gpio_dir1 = 0xffffdeff, | ||
73 | .gpio_oe1 = 0x03c00643, | ||
74 | .init_data2 = 0x003f003f, | ||
75 | .gpio_dir2 = 0xffffffff, | ||
76 | .gpio_oe2 = 0x000000ff, | ||
77 | }; | ||
78 | |||
79 | static struct w100fb_mach_info e740_fb_info = { | ||
80 | .modelist = &e740_lcd_mode, | ||
81 | .num_modes = 1, | ||
82 | .regs = &e740_lcd_regs, | ||
83 | .gpio = &e740_w100_gpio_info, | ||
84 | .xtal_freq = 14318000, | ||
85 | .xtal_dbl = 1, | ||
86 | }; | ||
87 | |||
88 | static struct resource e740_fb_resources[] = { | ||
89 | [0] = { | ||
90 | .start = 0x0c000000, | ||
91 | .end = 0x0cffffff, | ||
92 | .flags = IORESOURCE_MEM, | ||
93 | }, | ||
94 | }; | ||
95 | |||
96 | /* ----------------------- device declarations -------------------------- */ | ||
97 | |||
98 | |||
99 | static struct platform_device e740_fb_device = { | ||
100 | .name = "w100fb", | ||
101 | .id = -1, | ||
102 | .dev = { | ||
103 | .platform_data = &e740_fb_info, | ||
104 | }, | ||
105 | .num_resources = ARRAY_SIZE(e740_fb_resources), | ||
106 | .resource = e740_fb_resources, | ||
107 | }; | ||
108 | |||
109 | static int e740_lcd_init(void) | ||
110 | { | ||
111 | int ret; | ||
112 | |||
113 | if (!machine_is_e740()) | ||
114 | return -ENODEV; | ||
115 | |||
116 | return platform_device_register(&e740_fb_device); | ||
117 | } | ||
118 | |||
119 | module_init(e740_lcd_init); | ||
120 | |||
121 | MODULE_AUTHOR("Ian Molton <spyro@f2s.com>"); | ||
122 | MODULE_DESCRIPTION("e740 lcd driver"); | ||
123 | MODULE_LICENSE("GPLv2"); | ||
diff --git a/arch/arm/mach-pxa/e750_lcd.c b/arch/arm/mach-pxa/e750.c index 75edc3b5390f..640e738b85df 100644 --- a/arch/arm/mach-pxa/e750_lcd.c +++ b/arch/arm/mach-pxa/e750.c | |||
@@ -1,25 +1,35 @@ | |||
1 | /* e750_lcd.c | 1 | /* |
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
2 | * | 3 | * |
3 | * This file contains the definitions for the LCD timings and functions | 4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> |
4 | * to control the LCD power / frontlighting via the w100fb driver. | ||
5 | * | 5 | * |
6 | * (c) 2005 Ian Molton <spyro@f2s.com> | 6 | * This file is licensed under |
7 | * | 7 | * the terms of the GNU General Public License version 2. This program |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * is licensed "as is" without any warranty of any kind, whether express |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * or implied. |
10 | * published by the Free Software Foundation. | ||
11 | * | 10 | * |
12 | */ | 11 | */ |
13 | 12 | ||
14 | #include <linux/module.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/init.h> | ||
15 | #include <linux/device.h> | 15 | #include <linux/device.h> |
16 | #include <linux/fb.h> | ||
17 | #include <linux/err.h> | ||
18 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/fb.h> | ||
18 | |||
19 | #include <video/w100fb.h> | ||
19 | 20 | ||
21 | #include <asm/setup.h> | ||
22 | #include <asm/mach/arch.h> | ||
20 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
21 | 24 | ||
22 | #include <video/w100fb.h> | 25 | #include <mach/mfp-pxa25x.h> |
26 | #include <mach/hardware.h> | ||
27 | #include <mach/udc.h> | ||
28 | |||
29 | #include "generic.h" | ||
30 | #include "eseries.h" | ||
31 | |||
32 | /* ---------------------- E750 LCD definitions -------------------- */ | ||
23 | 33 | ||
24 | static struct w100_gen_regs e750_lcd_regs = { | 34 | static struct w100_gen_regs e750_lcd_regs = { |
25 | .lcd_format = 0x00008003, | 35 | .lcd_format = 0x00008003, |
@@ -54,7 +64,6 @@ static struct w100_mode e750_lcd_mode = { | |||
54 | .sysclk_src = CLK_SRC_PLL, | 64 | .sysclk_src = CLK_SRC_PLL, |
55 | }; | 65 | }; |
56 | 66 | ||
57 | |||
58 | static struct w100_gpio_regs e750_w100_gpio_info = { | 67 | static struct w100_gpio_regs e750_w100_gpio_info = { |
59 | .init_data1 = 0x01192f1b, | 68 | .init_data1 = 0x01192f1b, |
60 | .gpio_dir1 = 0xd5ffdeff, | 69 | .gpio_dir1 = 0xd5ffdeff, |
@@ -81,9 +90,6 @@ static struct resource e750_fb_resources[] = { | |||
81 | }, | 90 | }, |
82 | }; | 91 | }; |
83 | 92 | ||
84 | /* ----------------------- device declarations -------------------------- */ | ||
85 | |||
86 | |||
87 | static struct platform_device e750_fb_device = { | 93 | static struct platform_device e750_fb_device = { |
88 | .name = "w100fb", | 94 | .name = "w100fb", |
89 | .id = -1, | 95 | .id = -1, |
@@ -94,16 +100,27 @@ static struct platform_device e750_fb_device = { | |||
94 | .resource = e750_fb_resources, | 100 | .resource = e750_fb_resources, |
95 | }; | 101 | }; |
96 | 102 | ||
97 | static int e750_lcd_init(void) | 103 | /* ----------------------------------------------------------------------- */ |
98 | { | ||
99 | if (!machine_is_e750()) | ||
100 | return -ENODEV; | ||
101 | 104 | ||
102 | return platform_device_register(&e750_fb_device); | 105 | static struct platform_device *devices[] __initdata = { |
106 | &e750_fb_device, | ||
107 | }; | ||
108 | |||
109 | static void __init e750_init(void) | ||
110 | { | ||
111 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
112 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
103 | } | 113 | } |
104 | 114 | ||
105 | module_init(e750_lcd_init); | 115 | MACHINE_START(E750, "Toshiba e750") |
116 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
117 | .phys_io = 0x40000000, | ||
118 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
119 | .boot_params = 0xa0000100, | ||
120 | .map_io = pxa_map_io, | ||
121 | .init_irq = pxa25x_init_irq, | ||
122 | .fixup = eseries_fixup, | ||
123 | .init_machine = e750_init, | ||
124 | .timer = &pxa_timer, | ||
125 | MACHINE_END | ||
106 | 126 | ||
107 | MODULE_AUTHOR("Ian Molton <spyro@f2s.com>"); | ||
108 | MODULE_DESCRIPTION("e750 lcd driver"); | ||
109 | MODULE_LICENSE("GPLv2"); | ||
diff --git a/arch/arm/mach-pxa/e800_lcd.c b/arch/arm/mach-pxa/e800.c index e6aeab0ebc22..a293e09bfe25 100644 --- a/arch/arm/mach-pxa/e800_lcd.c +++ b/arch/arm/mach-pxa/e800.c | |||
@@ -1,25 +1,36 @@ | |||
1 | /* e800_lcd.c | 1 | /* |
2 | * Hardware definitions for the Toshiba eseries PDAs | ||
2 | * | 3 | * |
3 | * This file contains the definitions for the LCD timings and functions | 4 | * Copyright (c) 2003 Ian Molton <spyro@f2s.com> |
4 | * to control the LCD power / frontlighting via the w100fb driver. | ||
5 | * | 5 | * |
6 | * (c) 2005 Ian Molton <spyro@f2s.com> | 6 | * This file is licensed under |
7 | * | 7 | * the terms of the GNU General Public License version 2. This program |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * is licensed "as is" without any warranty of any kind, whether express |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * or implied. |
10 | * published by the Free Software Foundation. | ||
11 | * | 10 | * |
12 | */ | 11 | */ |
13 | 12 | ||
14 | #include <linux/module.h> | 13 | #include <linux/kernel.h> |
14 | #include <linux/init.h> | ||
15 | #include <linux/device.h> | 15 | #include <linux/device.h> |
16 | #include <linux/fb.h> | ||
17 | #include <linux/err.h> | ||
18 | #include <linux/platform_device.h> | 16 | #include <linux/platform_device.h> |
17 | #include <linux/fb.h> | ||
18 | |||
19 | #include <video/w100fb.h> | ||
19 | 20 | ||
21 | #include <asm/setup.h> | ||
22 | #include <asm/mach/arch.h> | ||
20 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
21 | 24 | ||
22 | #include <video/w100fb.h> | 25 | #include <mach/mfp-pxa25x.h> |
26 | #include <mach/hardware.h> | ||
27 | #include <mach/eseries-gpio.h> | ||
28 | #include <mach/udc.h> | ||
29 | |||
30 | #include "generic.h" | ||
31 | #include "eseries.h" | ||
32 | |||
33 | /* ------------------------ e800 LCD definitions ------------------------- */ | ||
23 | 34 | ||
24 | static struct w100_gen_regs e800_lcd_regs = { | 35 | static struct w100_gen_regs e800_lcd_regs = { |
25 | .lcd_format = 0x00008003, | 36 | .lcd_format = 0x00008003, |
@@ -71,8 +82,8 @@ static struct w100_mode e800_lcd_mode[2] = { | |||
71 | .crtc_goe = 0x80cc0015, | 82 | .crtc_goe = 0x80cc0015, |
72 | .crtc_ps1_active = 0x00000000, | 83 | .crtc_ps1_active = 0x00000000, |
73 | .pll_freq = 100, | 84 | .pll_freq = 100, |
74 | .pixclk_divider = 6, /* Wince uses 14 which gives a 7MHz pclk. */ | 85 | .pixclk_divider = 6, /* Wince uses 14 which gives a */ |
75 | .pixclk_divider_rotated = 6, /* we want a 14MHz one (much nicer to look at) */ | 86 | .pixclk_divider_rotated = 6, /* 7MHz Pclk. We use a 14MHz one */ |
76 | .pixclk_src = CLK_SRC_PLL, | 87 | .pixclk_src = CLK_SRC_PLL, |
77 | .sysclk_divider = 0, | 88 | .sysclk_divider = 0, |
78 | .sysclk_src = CLK_SRC_PLL, | 89 | .sysclk_src = CLK_SRC_PLL, |
@@ -131,9 +142,6 @@ static struct resource e800_fb_resources[] = { | |||
131 | }, | 142 | }, |
132 | }; | 143 | }; |
133 | 144 | ||
134 | /* ----------------------- device declarations -------------------------- */ | ||
135 | |||
136 | |||
137 | static struct platform_device e800_fb_device = { | 145 | static struct platform_device e800_fb_device = { |
138 | .name = "w100fb", | 146 | .name = "w100fb", |
139 | .id = -1, | 147 | .id = -1, |
@@ -144,16 +152,35 @@ static struct platform_device e800_fb_device = { | |||
144 | .resource = e800_fb_resources, | 152 | .resource = e800_fb_resources, |
145 | }; | 153 | }; |
146 | 154 | ||
147 | static int e800_lcd_init(void) | 155 | /* --------------------------- UDC definitions --------------------------- */ |
148 | { | 156 | |
149 | if (!machine_is_e800()) | 157 | static struct pxa2xx_udc_mach_info e800_udc_mach_info = { |
150 | return -ENODEV; | 158 | .gpio_vbus = GPIO_E800_USB_DISC, |
159 | .gpio_pullup = GPIO_E800_USB_PULLUP, | ||
160 | .gpio_pullup_inverted = 1 | ||
161 | }; | ||
151 | 162 | ||
152 | return platform_device_register(&e800_fb_device); | 163 | /* ----------------------------------------------------------------------- */ |
164 | |||
165 | static struct platform_device *devices[] __initdata = { | ||
166 | &e800_fb_device, | ||
167 | }; | ||
168 | |||
169 | static void __init e800_init(void) | ||
170 | { | ||
171 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
172 | pxa_set_udc_info(&e800_udc_mach_info); | ||
153 | } | 173 | } |
154 | 174 | ||
155 | module_init(e800_lcd_init); | 175 | MACHINE_START(E800, "Toshiba e800") |
176 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
177 | .phys_io = 0x40000000, | ||
178 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
179 | .boot_params = 0xa0000100, | ||
180 | .map_io = pxa_map_io, | ||
181 | .init_irq = pxa25x_init_irq, | ||
182 | .fixup = eseries_fixup, | ||
183 | .init_machine = e800_init, | ||
184 | .timer = &pxa_timer, | ||
185 | MACHINE_END | ||
156 | 186 | ||
157 | MODULE_AUTHOR("Ian Molton <spyro@f2s.com>"); | ||
158 | MODULE_DESCRIPTION("e800 lcd driver"); | ||
159 | MODULE_LICENSE("GPLv2"); | ||
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 001a252bd514..d28849b50a14 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
@@ -19,68 +19,13 @@ | |||
19 | 19 | ||
20 | #include <mach/mfp-pxa25x.h> | 20 | #include <mach/mfp-pxa25x.h> |
21 | #include <mach/hardware.h> | 21 | #include <mach/hardware.h> |
22 | #include <mach/eseries-gpio.h> | ||
23 | #include <mach/udc.h> | ||
22 | 24 | ||
23 | #include "generic.h" | 25 | #include "generic.h" |
24 | 26 | ||
25 | static unsigned long e740_pin_config[] __initdata = { | ||
26 | /* Chip selects */ | ||
27 | GPIO15_nCS_1, /* CS1 - Flash */ | ||
28 | GPIO79_nCS_3, /* CS3 - IMAGEON */ | ||
29 | GPIO80_nCS_4, /* CS4 - TMIO */ | ||
30 | |||
31 | /* Clocks */ | ||
32 | GPIO12_32KHz, | ||
33 | |||
34 | /* BTUART */ | ||
35 | GPIO42_BTUART_RXD, | ||
36 | GPIO43_BTUART_TXD, | ||
37 | GPIO44_BTUART_CTS, | ||
38 | GPIO45_GPIO, /* Used by TMIO for #SUSPEND */ | ||
39 | |||
40 | /* PC Card */ | ||
41 | GPIO8_GPIO, /* CD0 */ | ||
42 | GPIO44_GPIO, /* CD1 */ | ||
43 | GPIO11_GPIO, /* IRQ0 */ | ||
44 | GPIO6_GPIO, /* IRQ1 */ | ||
45 | GPIO27_GPIO, /* RST0 */ | ||
46 | GPIO24_GPIO, /* RST1 */ | ||
47 | GPIO20_GPIO, /* PWR0 */ | ||
48 | GPIO23_GPIO, /* PWR1 */ | ||
49 | GPIO48_nPOE, | ||
50 | GPIO49_nPWE, | ||
51 | GPIO50_nPIOR, | ||
52 | GPIO51_nPIOW, | ||
53 | GPIO52_nPCE_1, | ||
54 | GPIO53_nPCE_2, | ||
55 | GPIO54_nPSKTSEL, | ||
56 | GPIO55_nPREG, | ||
57 | GPIO56_nPWAIT, | ||
58 | GPIO57_nIOIS16, | ||
59 | |||
60 | /* wakeup */ | ||
61 | GPIO0_GPIO | WAKEUP_ON_EDGE_RISE, | ||
62 | }; | ||
63 | |||
64 | static unsigned long e400_pin_config[] __initdata = { | ||
65 | /* Chip selects */ | ||
66 | GPIO15_nCS_1, /* CS1 - Flash */ | ||
67 | GPIO80_nCS_4, /* CS4 - TMIO */ | ||
68 | |||
69 | /* Clocks */ | ||
70 | GPIO12_32KHz, | ||
71 | |||
72 | /* BTUART */ | ||
73 | GPIO42_BTUART_RXD, | ||
74 | GPIO43_BTUART_TXD, | ||
75 | GPIO44_BTUART_CTS, | ||
76 | GPIO45_GPIO, /* Used by TMIO for #SUSPEND */ | ||
77 | |||
78 | /* wakeup */ | ||
79 | GPIO0_GPIO | WAKEUP_ON_EDGE_RISE, | ||
80 | }; | ||
81 | |||
82 | /* Only e800 has 128MB RAM */ | 27 | /* Only e800 has 128MB RAM */ |
83 | static void __init eseries_fixup(struct machine_desc *desc, | 28 | void __init eseries_fixup(struct machine_desc *desc, |
84 | struct tag *tags, char **cmdline, struct meminfo *mi) | 29 | struct tag *tags, char **cmdline, struct meminfo *mi) |
85 | { | 30 | { |
86 | mi->nr_banks=1; | 31 | mi->nr_banks=1; |
@@ -92,95 +37,9 @@ static void __init eseries_fixup(struct machine_desc *desc, | |||
92 | mi->bank[0].size = (64*1024*1024); | 37 | mi->bank[0].size = (64*1024*1024); |
93 | } | 38 | } |
94 | 39 | ||
95 | static void __init e740_init(void) | 40 | struct pxa2xx_udc_mach_info e7xx_udc_mach_info = { |
96 | { | 41 | .gpio_vbus = GPIO_E7XX_USB_DISC, |
97 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e740_pin_config)); | 42 | .gpio_pullup = GPIO_E7XX_USB_PULLUP, |
98 | } | 43 | .gpio_pullup_inverted = 1 |
99 | 44 | }; | |
100 | static void __init e400_init(void) | ||
101 | { | ||
102 | pxa2xx_mfp_config(ARRAY_AND_SIZE(e400_pin_config)); | ||
103 | } | ||
104 | |||
105 | /* e-series machine definitions */ | ||
106 | |||
107 | #ifdef CONFIG_MACH_E330 | ||
108 | MACHINE_START(E330, "Toshiba e330") | ||
109 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
110 | .phys_io = 0x40000000, | ||
111 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
112 | .boot_params = 0xa0000100, | ||
113 | .map_io = pxa_map_io, | ||
114 | .init_irq = pxa25x_init_irq, | ||
115 | .fixup = eseries_fixup, | ||
116 | .timer = &pxa_timer, | ||
117 | MACHINE_END | ||
118 | #endif | ||
119 | |||
120 | #ifdef CONFIG_MACH_E350 | ||
121 | MACHINE_START(E350, "Toshiba e350") | ||
122 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
123 | .phys_io = 0x40000000, | ||
124 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
125 | .boot_params = 0xa0000100, | ||
126 | .map_io = pxa_map_io, | ||
127 | .init_irq = pxa25x_init_irq, | ||
128 | .fixup = eseries_fixup, | ||
129 | .timer = &pxa_timer, | ||
130 | MACHINE_END | ||
131 | #endif | ||
132 | |||
133 | #ifdef CONFIG_MACH_E740 | ||
134 | MACHINE_START(E740, "Toshiba e740") | ||
135 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
136 | .phys_io = 0x40000000, | ||
137 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
138 | .boot_params = 0xa0000100, | ||
139 | .map_io = pxa_map_io, | ||
140 | .init_irq = pxa25x_init_irq, | ||
141 | .fixup = eseries_fixup, | ||
142 | .init_machine = e740_init, | ||
143 | .timer = &pxa_timer, | ||
144 | MACHINE_END | ||
145 | #endif | ||
146 | |||
147 | #ifdef CONFIG_MACH_E750 | ||
148 | MACHINE_START(E750, "Toshiba e750") | ||
149 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
150 | .phys_io = 0x40000000, | ||
151 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
152 | .boot_params = 0xa0000100, | ||
153 | .map_io = pxa_map_io, | ||
154 | .init_irq = pxa25x_init_irq, | ||
155 | .fixup = eseries_fixup, | ||
156 | .timer = &pxa_timer, | ||
157 | MACHINE_END | ||
158 | #endif | ||
159 | |||
160 | #ifdef CONFIG_MACH_E400 | ||
161 | MACHINE_START(E400, "Toshiba e400") | ||
162 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
163 | .phys_io = 0x40000000, | ||
164 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
165 | .boot_params = 0xa0000100, | ||
166 | .map_io = pxa_map_io, | ||
167 | .init_irq = pxa25x_init_irq, | ||
168 | .fixup = eseries_fixup, | ||
169 | .init_machine = e400_init, | ||
170 | .timer = &pxa_timer, | ||
171 | MACHINE_END | ||
172 | #endif | ||
173 | |||
174 | #ifdef CONFIG_MACH_E800 | ||
175 | MACHINE_START(E800, "Toshiba e800") | ||
176 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | ||
177 | .phys_io = 0x40000000, | ||
178 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
179 | .boot_params = 0xa0000100, | ||
180 | .map_io = pxa_map_io, | ||
181 | .init_irq = pxa25x_init_irq, | ||
182 | .fixup = eseries_fixup, | ||
183 | .timer = &pxa_timer, | ||
184 | MACHINE_END | ||
185 | #endif | ||
186 | 45 | ||
diff --git a/arch/arm/mach-pxa/eseries.h b/arch/arm/mach-pxa/eseries.h new file mode 100644 index 000000000000..a83f88d4b6ad --- /dev/null +++ b/arch/arm/mach-pxa/eseries.h | |||
@@ -0,0 +1,4 @@ | |||
1 | void __init eseries_fixup(struct machine_desc *desc, | ||
2 | struct tag *tags, char **cmdline, struct meminfo *mi); | ||
3 | |||
4 | extern struct pxa2xx_udc_mach_info e7xx_udc_mach_info; | ||
diff --git a/arch/arm/mach-pxa/eseries_udc.c b/arch/arm/mach-pxa/eseries_udc.c deleted file mode 100644 index d622c04c0d44..000000000000 --- a/arch/arm/mach-pxa/eseries_udc.c +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | /* | ||
2 | * UDC functions for the Toshiba e-series PDAs | ||
3 | * | ||
4 | * Copyright (c) Ian Molton 2003 | ||
5 | * | ||
6 | * This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/init.h> | ||
15 | #include <linux/device.h> | ||
16 | |||
17 | #include <mach/udc.h> | ||
18 | #include <mach/eseries-gpio.h> | ||
19 | #include <mach/hardware.h> | ||
20 | #include <mach/pxa-regs.h> | ||
21 | #include <asm/mach/arch.h> | ||
22 | #include <asm/mach-types.h> | ||
23 | #include <asm/mach/map.h> | ||
24 | #include <asm/domain.h> | ||
25 | |||
26 | /* local PXA generic code */ | ||
27 | #include "generic.h" | ||
28 | |||
29 | static struct pxa2xx_udc_mach_info e7xx_udc_mach_info = { | ||
30 | .gpio_vbus = GPIO_E7XX_USB_DISC, | ||
31 | .gpio_pullup = GPIO_E7XX_USB_PULLUP, | ||
32 | .gpio_pullup_inverted = 1 | ||
33 | }; | ||
34 | |||
35 | static struct pxa2xx_udc_mach_info e800_udc_mach_info = { | ||
36 | .gpio_vbus = GPIO_E800_USB_DISC, | ||
37 | .gpio_pullup = GPIO_E800_USB_PULLUP, | ||
38 | .gpio_pullup_inverted = 1 | ||
39 | }; | ||
40 | |||
41 | static int __init eseries_udc_init(void) | ||
42 | { | ||
43 | if (machine_is_e330() || machine_is_e350() || | ||
44 | machine_is_e740() || machine_is_e750() || | ||
45 | machine_is_e400()) | ||
46 | pxa_set_udc_info(&e7xx_udc_mach_info); | ||
47 | else if (machine_is_e800()) | ||
48 | pxa_set_udc_info(&e800_udc_mach_info); | ||
49 | |||
50 | return 0; | ||
51 | } | ||
52 | |||
53 | module_init(eseries_udc_init); | ||
54 | |||
55 | MODULE_AUTHOR("Ian Molton <spyro@f2s.com>"); | ||
56 | MODULE_DESCRIPTION("eseries UDC support"); | ||
57 | MODULE_LICENSE("GPLv2"); | ||
diff --git a/arch/arm/mach-pxa/generic.h b/arch/arm/mach-pxa/generic.h index 041c048320e4..dc876a8e6668 100644 --- a/arch/arm/mach-pxa/generic.h +++ b/arch/arm/mach-pxa/generic.h | |||
@@ -65,4 +65,5 @@ static inline void pxa3xx_clear_reset_status(unsigned int mask) {} | |||
65 | 65 | ||
66 | extern struct sysdev_class pxa_irq_sysclass; | 66 | extern struct sysdev_class pxa_irq_sysclass; |
67 | extern struct sysdev_class pxa_gpio_sysclass; | 67 | extern struct sysdev_class pxa_gpio_sysclass; |
68 | extern struct sysdev_class pxa2xx_mfp_sysclass; | ||
68 | extern struct sysdev_class pxa3xx_mfp_sysclass; | 69 | extern struct sysdev_class pxa3xx_mfp_sysclass; |
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c index c0092472fa58..d8962a0fb98d 100644 --- a/arch/arm/mach-pxa/gumstix.c +++ b/arch/arm/mach-pxa/gumstix.c | |||
@@ -20,8 +20,12 @@ | |||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
23 | #include <linux/delay.h> | ||
23 | #include <linux/mtd/mtd.h> | 24 | #include <linux/mtd/mtd.h> |
24 | #include <linux/mtd/partitions.h> | 25 | #include <linux/mtd/partitions.h> |
26 | #include <linux/gpio.h> | ||
27 | #include <linux/err.h> | ||
28 | #include <linux/clk.h> | ||
25 | 29 | ||
26 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
27 | #include <asm/memory.h> | 31 | #include <asm/memory.h> |
@@ -40,7 +44,7 @@ | |||
40 | 44 | ||
41 | #include <mach/pxa-regs.h> | 45 | #include <mach/pxa-regs.h> |
42 | #include <mach/pxa2xx-regs.h> | 46 | #include <mach/pxa2xx-regs.h> |
43 | #include <mach/pxa2xx-gpio.h> | 47 | #include <mach/mfp-pxa25x.h> |
44 | 48 | ||
45 | #include "generic.h" | 49 | #include "generic.h" |
46 | 50 | ||
@@ -85,21 +89,8 @@ static struct platform_device *devices[] __initdata = { | |||
85 | }; | 89 | }; |
86 | 90 | ||
87 | #ifdef CONFIG_MMC_PXA | 91 | #ifdef CONFIG_MMC_PXA |
88 | static struct pxamci_platform_data gumstix_mci_platform_data; | ||
89 | |||
90 | static int gumstix_mci_init(struct device *dev, irq_handler_t detect_int, | ||
91 | void *data) | ||
92 | { | ||
93 | pxa_gpio_mode(GPIO6_MMCCLK_MD); | ||
94 | pxa_gpio_mode(GPIO53_MMCCLK_MD); | ||
95 | pxa_gpio_mode(GPIO8_MMCCS0_MD); | ||
96 | |||
97 | return 0; | ||
98 | } | ||
99 | |||
100 | static struct pxamci_platform_data gumstix_mci_platform_data = { | 92 | static struct pxamci_platform_data gumstix_mci_platform_data = { |
101 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 93 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
102 | .init = gumstix_mci_init, | ||
103 | }; | 94 | }; |
104 | 95 | ||
105 | static void __init gumstix_mmc_init(void) | 96 | static void __init gumstix_mmc_init(void) |
@@ -109,11 +100,11 @@ static void __init gumstix_mmc_init(void) | |||
109 | #else | 100 | #else |
110 | static void __init gumstix_mmc_init(void) | 101 | static void __init gumstix_mmc_init(void) |
111 | { | 102 | { |
112 | printk(KERN_INFO "Gumstix mmc disabled\n"); | 103 | pr_debug("Gumstix mmc disabled\n"); |
113 | } | 104 | } |
114 | #endif | 105 | #endif |
115 | 106 | ||
116 | #ifdef CONFIG_USB_GADGET_PXA2XX | 107 | #ifdef CONFIG_USB_GADGET_PXA25X |
117 | static struct pxa2xx_udc_mach_info gumstix_udc_info __initdata = { | 108 | static struct pxa2xx_udc_mach_info gumstix_udc_info __initdata = { |
118 | .gpio_vbus = GPIO_GUMSTIX_USB_GPIOn, | 109 | .gpio_vbus = GPIO_GUMSTIX_USB_GPIOn, |
119 | .gpio_pullup = GPIO_GUMSTIX_USB_GPIOx, | 110 | .gpio_pullup = GPIO_GUMSTIX_USB_GPIOx, |
@@ -126,12 +117,87 @@ static void __init gumstix_udc_init(void) | |||
126 | #else | 117 | #else |
127 | static void gumstix_udc_init(void) | 118 | static void gumstix_udc_init(void) |
128 | { | 119 | { |
129 | printk(KERN_INFO "Gumstix udc is disabled\n"); | 120 | pr_debug("Gumstix udc is disabled\n"); |
130 | } | 121 | } |
131 | #endif | 122 | #endif |
132 | 123 | ||
124 | #ifdef CONFIG_BT | ||
125 | /* Normally, the bootloader would have enabled this 32kHz clock but many | ||
126 | ** boards still have u-boot 1.1.4 so we check if it has been turned on and | ||
127 | ** if not, we turn it on with a warning message. */ | ||
128 | static void gumstix_setup_bt_clock(void) | ||
129 | { | ||
130 | int timeout = 500; | ||
131 | |||
132 | if (!(OSCC & OSCC_OOK)) | ||
133 | pr_warning("32kHz clock was not on. Bootloader may need to " | ||
134 | "be updated\n"); | ||
135 | else | ||
136 | return; | ||
137 | |||
138 | OSCC |= OSCC_OON; | ||
139 | do { | ||
140 | if (OSCC & OSCC_OOK) | ||
141 | break; | ||
142 | udelay(1); | ||
143 | } while (--timeout); | ||
144 | if (!timeout) | ||
145 | pr_err("Failed to start 32kHz clock\n"); | ||
146 | } | ||
147 | |||
148 | static void __init gumstix_bluetooth_init(void) | ||
149 | { | ||
150 | int err; | ||
151 | |||
152 | gumstix_setup_bt_clock(); | ||
153 | |||
154 | err = gpio_request(GPIO_GUMSTIX_BTRESET, "BTRST"); | ||
155 | if (err) { | ||
156 | pr_err("gumstix: failed request gpio for bluetooth reset\n"); | ||
157 | return; | ||
158 | } | ||
159 | |||
160 | err = gpio_direction_output(GPIO_GUMSTIX_BTRESET, 1); | ||
161 | if (err) { | ||
162 | pr_err("gumstix: can't reset bluetooth\n"); | ||
163 | return; | ||
164 | } | ||
165 | gpio_set_value(GPIO_GUMSTIX_BTRESET, 0); | ||
166 | udelay(100); | ||
167 | gpio_set_value(GPIO_GUMSTIX_BTRESET, 1); | ||
168 | } | ||
169 | #else | ||
170 | static void gumstix_bluetooth_init(void) | ||
171 | { | ||
172 | pr_debug("Gumstix Bluetooth is disabled\n"); | ||
173 | } | ||
174 | #endif | ||
175 | |||
176 | static unsigned long gumstix_pin_config[] __initdata = { | ||
177 | GPIO12_32KHz, | ||
178 | /* BTUART */ | ||
179 | GPIO42_HWUART_RXD, | ||
180 | GPIO43_HWUART_TXD, | ||
181 | GPIO44_HWUART_CTS, | ||
182 | GPIO45_HWUART_RTS, | ||
183 | /* MMC */ | ||
184 | GPIO6_MMC_CLK, | ||
185 | GPIO53_MMC_CLK, | ||
186 | GPIO8_MMC_CS0, | ||
187 | /* these are used by AM200EPD */ | ||
188 | GPIO51_GPIO, | ||
189 | GPIO49_GPIO, | ||
190 | GPIO48_GPIO, | ||
191 | GPIO32_GPIO, | ||
192 | GPIO17_GPIO, | ||
193 | GPIO16_GPIO, | ||
194 | }; | ||
195 | |||
133 | static void __init gumstix_init(void) | 196 | static void __init gumstix_init(void) |
134 | { | 197 | { |
198 | pxa2xx_mfp_config(ARRAY_AND_SIZE(gumstix_pin_config)); | ||
199 | |||
200 | gumstix_bluetooth_init(); | ||
135 | gumstix_udc_init(); | 201 | gumstix_udc_init(); |
136 | gumstix_mmc_init(); | 202 | gumstix_mmc_init(); |
137 | (void) platform_add_devices(devices, ARRAY_SIZE(devices)); | 203 | (void) platform_add_devices(devices, ARRAY_SIZE(devices)); |
diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c index 5aa0270d5605..013b15baa034 100644 --- a/arch/arm/mach-pxa/idp.c +++ b/arch/arm/mach-pxa/idp.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <asm/mach/map.h> | 32 | #include <asm/mach/map.h> |
33 | 33 | ||
34 | #include <mach/pxa-regs.h> | 34 | #include <mach/pxa-regs.h> |
35 | #include <mach/pxa2xx-gpio.h> | 35 | #include <mach/mfp-pxa25x.h> |
36 | #include <mach/idp.h> | 36 | #include <mach/idp.h> |
37 | #include <mach/pxafb.h> | 37 | #include <mach/pxafb.h> |
38 | #include <mach/bitfield.h> | 38 | #include <mach/bitfield.h> |
@@ -46,6 +46,47 @@ | |||
46 | * - Ethernet interrupt | 46 | * - Ethernet interrupt |
47 | */ | 47 | */ |
48 | 48 | ||
49 | static unsigned long idp_pin_config[] __initdata = { | ||
50 | /* LCD */ | ||
51 | GPIO58_LCD_LDD_0, | ||
52 | GPIO59_LCD_LDD_1, | ||
53 | GPIO60_LCD_LDD_2, | ||
54 | GPIO61_LCD_LDD_3, | ||
55 | GPIO62_LCD_LDD_4, | ||
56 | GPIO63_LCD_LDD_5, | ||
57 | GPIO64_LCD_LDD_6, | ||
58 | GPIO65_LCD_LDD_7, | ||
59 | GPIO66_LCD_LDD_8, | ||
60 | GPIO67_LCD_LDD_9, | ||
61 | GPIO68_LCD_LDD_10, | ||
62 | GPIO69_LCD_LDD_11, | ||
63 | GPIO70_LCD_LDD_12, | ||
64 | GPIO71_LCD_LDD_13, | ||
65 | GPIO72_LCD_LDD_14, | ||
66 | GPIO73_LCD_LDD_15, | ||
67 | GPIO74_LCD_FCLK, | ||
68 | GPIO75_LCD_LCLK, | ||
69 | GPIO76_LCD_PCLK, | ||
70 | |||
71 | /* BTUART */ | ||
72 | GPIO42_BTUART_RXD, | ||
73 | GPIO43_BTUART_TXD, | ||
74 | GPIO44_BTUART_CTS, | ||
75 | GPIO45_BTUART_RTS, | ||
76 | |||
77 | /* STUART */ | ||
78 | GPIO46_STUART_RXD, | ||
79 | GPIO47_STUART_TXD, | ||
80 | |||
81 | /* MMC */ | ||
82 | GPIO6_MMC_CLK, | ||
83 | GPIO8_MMC_CS0, | ||
84 | |||
85 | /* Ethernet */ | ||
86 | GPIO33_nCS_5, /* Ethernet CS */ | ||
87 | GPIO4_GPIO, /* Ethernet IRQ */ | ||
88 | }; | ||
89 | |||
49 | static struct resource smc91x_resources[] = { | 90 | static struct resource smc91x_resources[] = { |
50 | [0] = { | 91 | [0] = { |
51 | .start = (IDP_ETH_PHYS + 0x300), | 92 | .start = (IDP_ETH_PHYS + 0x300), |
@@ -121,44 +162,28 @@ static struct pxafb_mach_info sharp_lm8v31 = { | |||
121 | .num_modes = 1, | 162 | .num_modes = 1, |
122 | .cmap_inverse = 0, | 163 | .cmap_inverse = 0, |
123 | .cmap_static = 0, | 164 | .cmap_static = 0, |
124 | .lccr0 = LCCR0_SDS, | 165 | .lcd_conn = LCD_COLOR_DSTN_16BPP | LCD_PCLK_EDGE_FALL | |
125 | .lccr3 = LCCR3_PCP | LCCR3_Acb(255), | 166 | LCD_AC_BIAS_FREQ(255), |
126 | .pxafb_backlight_power = &idp_backlight_power, | 167 | .pxafb_backlight_power = &idp_backlight_power, |
127 | .pxafb_lcd_power = &idp_lcd_power | 168 | .pxafb_lcd_power = &idp_lcd_power |
128 | }; | 169 | }; |
129 | 170 | ||
130 | static int idp_mci_init(struct device *dev, irq_handler_t idp_detect_int, void *data) | ||
131 | { | ||
132 | /* setup GPIO for PXA25x MMC controller */ | ||
133 | pxa_gpio_mode(GPIO6_MMCCLK_MD); | ||
134 | pxa_gpio_mode(GPIO8_MMCCS0_MD); | ||
135 | |||
136 | return 0; | ||
137 | } | ||
138 | |||
139 | static struct pxamci_platform_data idp_mci_platform_data = { | 171 | static struct pxamci_platform_data idp_mci_platform_data = { |
140 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 172 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
141 | .init = idp_mci_init, | ||
142 | }; | 173 | }; |
143 | 174 | ||
144 | static void __init idp_init(void) | 175 | static void __init idp_init(void) |
145 | { | 176 | { |
146 | printk("idp_init()\n"); | 177 | printk("idp_init()\n"); |
147 | 178 | ||
179 | pxa2xx_mfp_config(ARRAY_AND_SIZE(idp_pin_config)); | ||
180 | |||
148 | platform_device_register(&smc91x_device); | 181 | platform_device_register(&smc91x_device); |
149 | //platform_device_register(&mst_audio_device); | 182 | //platform_device_register(&mst_audio_device); |
150 | set_pxa_fb_info(&sharp_lm8v31); | 183 | set_pxa_fb_info(&sharp_lm8v31); |
151 | pxa_set_mci_info(&idp_mci_platform_data); | 184 | pxa_set_mci_info(&idp_mci_platform_data); |
152 | } | 185 | } |
153 | 186 | ||
154 | static void __init idp_init_irq(void) | ||
155 | { | ||
156 | |||
157 | pxa25x_init_irq(); | ||
158 | |||
159 | set_irq_type(TOUCH_PANEL_IRQ, TOUCH_PANEL_IRQ_EDGE); | ||
160 | } | ||
161 | |||
162 | static struct map_desc idp_io_desc[] __initdata = { | 187 | static struct map_desc idp_io_desc[] __initdata = { |
163 | { | 188 | { |
164 | .virtual = IDP_COREVOLT_VIRT, | 189 | .virtual = IDP_COREVOLT_VIRT, |
@@ -177,15 +202,6 @@ static void __init idp_map_io(void) | |||
177 | { | 202 | { |
178 | pxa_map_io(); | 203 | pxa_map_io(); |
179 | iotable_init(idp_io_desc, ARRAY_SIZE(idp_io_desc)); | 204 | iotable_init(idp_io_desc, ARRAY_SIZE(idp_io_desc)); |
180 | |||
181 | // serial ports 2 & 3 | ||
182 | pxa_gpio_mode(GPIO42_BTRXD_MD); | ||
183 | pxa_gpio_mode(GPIO43_BTTXD_MD); | ||
184 | pxa_gpio_mode(GPIO44_BTCTS_MD); | ||
185 | pxa_gpio_mode(GPIO45_BTRTS_MD); | ||
186 | pxa_gpio_mode(GPIO46_STRXD_MD); | ||
187 | pxa_gpio_mode(GPIO47_STTXD_MD); | ||
188 | |||
189 | } | 205 | } |
190 | 206 | ||
191 | 207 | ||
@@ -194,7 +210,7 @@ MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") | |||
194 | .phys_io = 0x40000000, | 210 | .phys_io = 0x40000000, |
195 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 211 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
196 | .map_io = idp_map_io, | 212 | .map_io = idp_map_io, |
197 | .init_irq = idp_init_irq, | 213 | .init_irq = pxa25x_init_irq, |
198 | .timer = &pxa_timer, | 214 | .timer = &pxa_timer, |
199 | .init_machine = idp_init, | 215 | .init_machine = idp_init, |
200 | MACHINE_END | 216 | MACHINE_END |
diff --git a/arch/arm/mach-pxa/include/mach/akita.h b/arch/arm/mach-pxa/include/mach/akita.h deleted file mode 100644 index 5d8cc1d9cb10..000000000000 --- a/arch/arm/mach-pxa/include/mach/akita.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | /* | ||
2 | * Hardware specific definitions for SL-C1000 (Akita) | ||
3 | * | ||
4 | * Copyright (c) 2005 Richard Purdie | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | ||
11 | |||
12 | /* Akita IO Expander GPIOs */ | ||
13 | |||
14 | #define AKITA_IOEXP_RESERVED_7 (1 << 7) | ||
15 | #define AKITA_IOEXP_IR_ON (1 << 6) | ||
16 | #define AKITA_IOEXP_AKIN_PULLUP (1 << 5) | ||
17 | #define AKITA_IOEXP_BACKLIGHT_CONT (1 << 4) | ||
18 | #define AKITA_IOEXP_BACKLIGHT_ON (1 << 3) | ||
19 | #define AKITA_IOEXP_MIC_BIAS (1 << 2) | ||
20 | #define AKITA_IOEXP_RESERVED_1 (1 << 1) | ||
21 | #define AKITA_IOEXP_RESERVED_0 (1 << 0) | ||
22 | |||
23 | /* Direction Bitfield 0=output 1=input */ | ||
24 | #define AKITA_IOEXP_IO_DIR 0 | ||
25 | /* Default Values */ | ||
26 | #define AKITA_IOEXP_IO_OUT (AKITA_IOEXP_IR_ON | AKITA_IOEXP_AKIN_PULLUP) | ||
27 | |||
28 | extern struct platform_device akitaioexp_device; | ||
29 | |||
30 | void akita_set_ioexp(struct device *dev, unsigned char bitmask); | ||
31 | void akita_reset_ioexp(struct device *dev, unsigned char bitmask); | ||
32 | |||
diff --git a/arch/arm/mach-pxa/include/mach/corgi.h b/arch/arm/mach-pxa/include/mach/corgi.h index bf856503baf6..585970ef08ce 100644 --- a/arch/arm/mach-pxa/include/mach/corgi.h +++ b/arch/arm/mach-pxa/include/mach/corgi.h | |||
@@ -98,12 +98,21 @@ | |||
98 | CORGI_SCP_MIC_BIAS ) | 98 | CORGI_SCP_MIC_BIAS ) |
99 | #define CORGI_SCOOP_IO_OUT ( CORGI_SCP_MUTE_L | CORGI_SCP_MUTE_R ) | 99 | #define CORGI_SCOOP_IO_OUT ( CORGI_SCP_MUTE_L | CORGI_SCP_MUTE_R ) |
100 | 100 | ||
101 | #define CORGI_SCOOP_GPIO_BASE (NR_BUILTIN_GPIO) | ||
102 | #define CORGI_GPIO_LED_GREEN (CORGI_SCOOP_GPIO_BASE + 0) | ||
103 | #define CORGI_GPIO_SWA (CORGI_SCOOP_GPIO_BASE + 1) /* Hinge Switch A */ | ||
104 | #define CORGI_GPIO_SWB (CORGI_SCOOP_GPIO_BASE + 2) /* Hinge Switch B */ | ||
105 | #define CORGI_GPIO_MUTE_L (CORGI_SCOOP_GPIO_BASE + 3) | ||
106 | #define CORGI_GPIO_MUTE_R (CORGI_SCOOP_GPIO_BASE + 4) | ||
107 | #define CORGI_GPIO_AKIN_PULLUP (CORGI_SCOOP_GPIO_BASE + 5) | ||
108 | #define CORGI_GPIO_APM_ON (CORGI_SCOOP_GPIO_BASE + 6) | ||
109 | #define CORGI_GPIO_BACKLIGHT_CONT (CORGI_SCOOP_GPIO_BASE + 7) | ||
110 | #define CORGI_GPIO_MIC_BIAS (CORGI_SCOOP_GPIO_BASE + 8) | ||
101 | 111 | ||
102 | /* | 112 | /* |
103 | * Shared data structures | 113 | * Shared data structures |
104 | */ | 114 | */ |
105 | extern struct platform_device corgiscoop_device; | 115 | extern struct platform_device corgiscoop_device; |
106 | extern struct platform_device corgissp_device; | ||
107 | 116 | ||
108 | #endif /* __ASM_ARCH_CORGI_H */ | 117 | #endif /* __ASM_ARCH_CORGI_H */ |
109 | 118 | ||
diff --git a/arch/arm/mach-pxa/include/mach/littleton.h b/arch/arm/mach-pxa/include/mach/littleton.h index 79d209b826f4..5c4e320c1437 100644 --- a/arch/arm/mach-pxa/include/mach/littleton.h +++ b/arch/arm/mach-pxa/include/mach/littleton.h | |||
@@ -3,4 +3,6 @@ | |||
3 | 3 | ||
4 | #define LITTLETON_ETH_PHYS 0x30000000 | 4 | #define LITTLETON_ETH_PHYS 0x30000000 |
5 | 5 | ||
6 | #define LITTLETON_GPIO_LCD_CS (17) | ||
7 | |||
6 | #endif /* __ASM_ARCH_ZYLONITE_H */ | 8 | #endif /* __ASM_ARCH_ZYLONITE_H */ |
diff --git a/arch/arm/mach-pxa/include/mach/memory.h b/arch/arm/mach-pxa/include/mach/memory.h index 552eb7fa6579..59aef89808d6 100644 --- a/arch/arm/mach-pxa/include/mach/memory.h +++ b/arch/arm/mach-pxa/include/mach/memory.h | |||
@@ -40,11 +40,11 @@ | |||
40 | #define NODE_MEM_SIZE_BITS 26 | 40 | #define NODE_MEM_SIZE_BITS 26 |
41 | 41 | ||
42 | #if !defined(__ASSEMBLY__) && defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI) | 42 | #if !defined(__ASSEMBLY__) && defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI) |
43 | void cmx270_pci_adjust_zones(int node, unsigned long *size, | 43 | void cmx2xx_pci_adjust_zones(int node, unsigned long *size, |
44 | unsigned long *holes); | 44 | unsigned long *holes); |
45 | 45 | ||
46 | #define arch_adjust_zones(node, size, holes) \ | 46 | #define arch_adjust_zones(node, size, holes) \ |
47 | cmx270_pci_adjust_zones(node, size, holes) | 47 | cmx2xx_pci_adjust_zones(node, size, holes) |
48 | 48 | ||
49 | #define ISA_DMA_THRESHOLD (PHYS_OFFSET + SZ_64M - 1) | 49 | #define ISA_DMA_THRESHOLD (PHYS_OFFSET + SZ_64M - 1) |
50 | #endif | 50 | #endif |
diff --git a/arch/arm/mach-pxa/include/mach/mfp-pxa25x.h b/arch/arm/mach-pxa/include/mach/mfp-pxa25x.h index 6c8e72238bfd..617cab2cc8d0 100644 --- a/arch/arm/mach-pxa/include/mach/mfp-pxa25x.h +++ b/arch/arm/mach-pxa/include/mach/mfp-pxa25x.h | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | /* Crystal and Clock Signals */ | 18 | /* Crystal and Clock Signals */ |
19 | #define GPIO10_RTCCLK MFP_CFG_OUT(GPIO10, AF1, DRIVE_LOW) | 19 | #define GPIO10_RTCCLK MFP_CFG_OUT(GPIO10, AF1, DRIVE_LOW) |
20 | #define GPIO70_RTC_CLK MFP_CFG_OUT(GPIO70, AF1, DRIVE_LOW) | 20 | #define GPIO70_RTCCLK MFP_CFG_OUT(GPIO70, AF1, DRIVE_LOW) |
21 | #define GPIO7_48MHz MFP_CFG_OUT(GPIO7, AF1, DRIVE_LOW) | 21 | #define GPIO7_48MHz MFP_CFG_OUT(GPIO7, AF1, DRIVE_LOW) |
22 | #define GPIO11_3_6MHz MFP_CFG_OUT(GPIO11, AF1, DRIVE_LOW) | 22 | #define GPIO11_3_6MHz MFP_CFG_OUT(GPIO11, AF1, DRIVE_LOW) |
23 | #define GPIO71_3_6MHz MFP_CFG_OUT(GPIO71, AF1, DRIVE_LOW) | 23 | #define GPIO71_3_6MHz MFP_CFG_OUT(GPIO71, AF1, DRIVE_LOW) |
@@ -156,6 +156,6 @@ | |||
156 | #define GPIO74_LCD_FCLK MFP_CFG_OUT(GPIO74, AF2, DRIVE_LOW) | 156 | #define GPIO74_LCD_FCLK MFP_CFG_OUT(GPIO74, AF2, DRIVE_LOW) |
157 | #define GPIO75_LCD_LCLK MFP_CFG_OUT(GPIO75, AF2, DRIVE_LOW) | 157 | #define GPIO75_LCD_LCLK MFP_CFG_OUT(GPIO75, AF2, DRIVE_LOW) |
158 | #define GPIO76_LCD_PCLK MFP_CFG_OUT(GPIO76, AF2, DRIVE_LOW) | 158 | #define GPIO76_LCD_PCLK MFP_CFG_OUT(GPIO76, AF2, DRIVE_LOW) |
159 | #define GPIO77_LCD_ACBIAS MFP_CFG_OUT(GPIO77, AF2, DRIVE_LOW) | 159 | #define GPIO77_LCD_BIAS MFP_CFG_OUT(GPIO77, AF2, DRIVE_LOW) |
160 | 160 | ||
161 | #endif /* __ASM_ARCH_MFP_PXA25X_H */ | 161 | #endif /* __ASM_ARCH_MFP_PXA25X_H */ |
diff --git a/arch/arm/mach-pxa/include/mach/mfp-pxa320.h b/arch/arm/mach-pxa/include/mach/mfp-pxa320.h index 74990510cf34..67f8385ea548 100644 --- a/arch/arm/mach-pxa/include/mach/mfp-pxa320.h +++ b/arch/arm/mach-pxa/include/mach/mfp-pxa320.h | |||
@@ -257,10 +257,10 @@ | |||
257 | #define GPIO38_SSP2_RXD MFP_CFG(GPIO38, AF2) | 257 | #define GPIO38_SSP2_RXD MFP_CFG(GPIO38, AF2) |
258 | #define GPIO38_SSP2_TXD MFP_CFG(GPIO38, AF5) | 258 | #define GPIO38_SSP2_TXD MFP_CFG(GPIO38, AF5) |
259 | 259 | ||
260 | #define GPIO69_SSP3_SCLK MFP_CFG(GPIO69, AF2, DS08X, FLOAT) | 260 | #define GPIO69_SSP3_SCLK MFP_CFG_X(GPIO69, AF2, DS08X, FLOAT) |
261 | #define GPIO70_SSP3_FRM MFP_CFG(GPIO70, AF2, DS08X, DRIVE_LOW) | 261 | #define GPIO70_SSP3_FRM MFP_CFG_X(GPIO70, AF2, DS08X, DRIVE_LOW) |
262 | #define GPIO89_SSP3_SCLK MFP_CFG(GPIO89, AF1, DS08X, FLOAT) | 262 | #define GPIO89_SSP3_SCLK MFP_CFG_X(GPIO89, AF1, DS08X, FLOAT) |
263 | #define GPIO90_SSP3_FRM MFP_CFG(GPIO90, AF1, DS08X, DRIVE_LOW) | 263 | #define GPIO90_SSP3_FRM MFP_CFG_X(GPIO90, AF1, DS08X, DRIVE_LOW) |
264 | #define GPIO71_SSP3_RXD MFP_CFG_X(GPIO71, AF5, DS08X, FLOAT) | 264 | #define GPIO71_SSP3_RXD MFP_CFG_X(GPIO71, AF5, DS08X, FLOAT) |
265 | #define GPIO71_SSP3_TXD MFP_CFG_X(GPIO71, AF2, DS08X, DRIVE_LOW) | 265 | #define GPIO71_SSP3_TXD MFP_CFG_X(GPIO71, AF2, DS08X, DRIVE_LOW) |
266 | #define GPIO72_SSP3_RXD MFP_CFG_X(GPIO72, AF2, DS08X, FLOAT) | 266 | #define GPIO72_SSP3_RXD MFP_CFG_X(GPIO72, AF2, DS08X, FLOAT) |
diff --git a/arch/arm/mach-pxa/include/mach/mfp.h b/arch/arm/mach-pxa/include/mach/mfp.h index 8769567b389b..482185053a92 100644 --- a/arch/arm/mach-pxa/include/mach/mfp.h +++ b/arch/arm/mach-pxa/include/mach/mfp.h | |||
@@ -274,12 +274,13 @@ typedef unsigned long mfp_cfg_t; | |||
274 | #define MFP_DS_MASK (0x7 << 13) | 274 | #define MFP_DS_MASK (0x7 << 13) |
275 | #define MFP_DS(x) (((x) >> 13) & 0x7) | 275 | #define MFP_DS(x) (((x) >> 13) & 0x7) |
276 | 276 | ||
277 | #define MFP_LPM_INPUT (0x0 << 16) | 277 | #define MFP_LPM_DEFAULT (0x0 << 16) |
278 | #define MFP_LPM_DRIVE_LOW (0x1 << 16) | 278 | #define MFP_LPM_DRIVE_LOW (0x1 << 16) |
279 | #define MFP_LPM_DRIVE_HIGH (0x2 << 16) | 279 | #define MFP_LPM_DRIVE_HIGH (0x2 << 16) |
280 | #define MFP_LPM_PULL_LOW (0x3 << 16) | 280 | #define MFP_LPM_PULL_LOW (0x3 << 16) |
281 | #define MFP_LPM_PULL_HIGH (0x4 << 16) | 281 | #define MFP_LPM_PULL_HIGH (0x4 << 16) |
282 | #define MFP_LPM_FLOAT (0x5 << 16) | 282 | #define MFP_LPM_FLOAT (0x5 << 16) |
283 | #define MFP_LPM_INPUT (0x6 << 16) | ||
283 | #define MFP_LPM_STATE_MASK (0x7 << 16) | 284 | #define MFP_LPM_STATE_MASK (0x7 << 16) |
284 | #define MFP_LPM_STATE(x) (((x) >> 16) & 0x7) | 285 | #define MFP_LPM_STATE(x) (((x) >> 16) & 0x7) |
285 | 286 | ||
@@ -297,7 +298,7 @@ typedef unsigned long mfp_cfg_t; | |||
297 | #define MFP_PULL_MASK (0x3 << 21) | 298 | #define MFP_PULL_MASK (0x3 << 21) |
298 | #define MFP_PULL(x) (((x) >> 21) & 0x3) | 299 | #define MFP_PULL(x) (((x) >> 21) & 0x3) |
299 | 300 | ||
300 | #define MFP_CFG_DEFAULT (MFP_AF0 | MFP_DS03X | MFP_LPM_INPUT |\ | 301 | #define MFP_CFG_DEFAULT (MFP_AF0 | MFP_DS03X | MFP_LPM_DEFAULT |\ |
301 | MFP_LPM_EDGE_NONE | MFP_PULL_NONE) | 302 | MFP_LPM_EDGE_NONE | MFP_PULL_NONE) |
302 | 303 | ||
303 | #define MFP_CFG(pin, af) \ | 304 | #define MFP_CFG(pin, af) \ |
diff --git a/arch/arm/mach-pxa/include/mach/mioa701.h b/arch/arm/mach-pxa/include/mach/mioa701.h new file mode 100644 index 000000000000..8483cb511831 --- /dev/null +++ b/arch/arm/mach-pxa/include/mach/mioa701.h | |||
@@ -0,0 +1,67 @@ | |||
1 | #ifndef _MIOA701_H_ | ||
2 | #define _MIOA701_H_ | ||
3 | |||
4 | #define MIO_CFG_IN(pin, af) \ | ||
5 | ((MFP_CFG_DEFAULT & ~(MFP_AF_MASK | MFP_DIR_MASK)) |\ | ||
6 | (MFP_PIN(pin) | MFP_##af | MFP_DIR_IN)) | ||
7 | |||
8 | #define MIO_CFG_OUT(pin, af, state) \ | ||
9 | ((MFP_CFG_DEFAULT & ~(MFP_AF_MASK | MFP_DIR_MASK | MFP_LPM_STATE_MASK)) |\ | ||
10 | (MFP_PIN(pin) | MFP_##af | MFP_DIR_OUT | MFP_LPM_##state)) | ||
11 | |||
12 | /* Global GPIOs */ | ||
13 | #define GPIO9_CHARGE_nEN 9 | ||
14 | #define GPIO18_POWEROFF 18 | ||
15 | #define GPIO87_LCD_POWER 87 | ||
16 | |||
17 | /* USB */ | ||
18 | #define GPIO13_USB_DETECT 13 | ||
19 | #define GPIO22_USB_ENABLE 22 | ||
20 | |||
21 | /* SDIO bits */ | ||
22 | #define GPIO78_SDIO_RO 78 | ||
23 | #define GPIO15_SDIO_INSERT 15 | ||
24 | #define GPIO91_SDIO_EN 91 | ||
25 | |||
26 | /* Bluetooth */ | ||
27 | #define GPIO83_BT_ON 83 | ||
28 | |||
29 | /* GPS */ | ||
30 | #define GPIO23_GPS_UNKNOWN1 23 | ||
31 | #define GPIO26_GPS_ON 26 | ||
32 | #define GPIO27_GPS_RESET 27 | ||
33 | #define GPIO106_GPS_UNKNOWN2 106 | ||
34 | #define GPIO107_GPS_UNKNOWN3 107 | ||
35 | |||
36 | /* GSM */ | ||
37 | #define GPIO24_GSM_MOD_RESET_CMD 24 | ||
38 | #define GPIO88_GSM_nMOD_ON_CMD 88 | ||
39 | #define GPIO90_GSM_nMOD_OFF_CMD 90 | ||
40 | #define GPIO114_GSM_nMOD_DTE_UART_STATE 114 | ||
41 | #define GPIO25_GSM_MOD_ON_STATE 25 | ||
42 | #define GPIO113_GSM_EVENT 113 | ||
43 | |||
44 | /* SOUND */ | ||
45 | #define GPIO12_HPJACK_INSERT 12 | ||
46 | |||
47 | /* LEDS */ | ||
48 | #define GPIO10_LED_nCharging 10 | ||
49 | #define GPIO97_LED_nBlue 97 | ||
50 | #define GPIO98_LED_nOrange 98 | ||
51 | #define GPIO82_LED_nVibra 82 | ||
52 | #define GPIO115_LED_nKeyboard 115 | ||
53 | |||
54 | /* Keyboard */ | ||
55 | #define GPIO0_KEY_POWER 0 | ||
56 | #define GPIO93_KEY_VOLUME_UP 93 | ||
57 | #define GPIO94_KEY_VOLUME_DOWN 94 | ||
58 | |||
59 | extern struct input_dev *mioa701_evdev; | ||
60 | extern void mioa701_gpio_lpm_set(unsigned long mfp_pin); | ||
61 | |||
62 | /* Assembler externals mioa701_bootresume.S */ | ||
63 | extern u32 mioa701_bootstrap; | ||
64 | extern u32 mioa701_jumpaddr; | ||
65 | extern u32 mioa701_bootstrap_lg; | ||
66 | |||
67 | #endif /* _MIOA701_H */ | ||
diff --git a/arch/arm/mach-pxa/include/mach/palmz72.h b/arch/arm/mach-pxa/include/mach/palmz72.h new file mode 100644 index 000000000000..8fd30bcecb7c --- /dev/null +++ b/arch/arm/mach-pxa/include/mach/palmz72.h | |||
@@ -0,0 +1,67 @@ | |||
1 | /* | ||
2 | * GPIOs and interrupts for Palm Zire72 Handheld Computer | ||
3 | * | ||
4 | * Authors: Alex Osborne <bobofdoom@gmail.com> | ||
5 | * Jan Herman <2hp@seznam.cz> | ||
6 | * Sergey Lapin <slapin@ossfans.org> | ||
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 | |||
14 | #ifndef _INCLUDE_PALMZ72_H_ | ||
15 | #define _INCLUDE_PALMZ72_H_ | ||
16 | |||
17 | /* Power and control */ | ||
18 | #define GPIO_NR_PALMZ72_GPIO_RESET 1 | ||
19 | #define GPIO_NR_PALMZ72_POWER_DETECT 0 | ||
20 | |||
21 | /* SD/MMC */ | ||
22 | #define GPIO_NR_PALMZ72_SD_DETECT_N 14 | ||
23 | #define GPIO_NR_PALMZ72_SD_POWER_N 98 | ||
24 | #define GPIO_NR_PALMZ72_SD_RO 115 | ||
25 | |||
26 | /* Touchscreen */ | ||
27 | #define GPIO_NR_PALMZ72_WM9712_IRQ 27 | ||
28 | |||
29 | /* IRDA - disable GPIO connected to SD pin of tranceiver (TFBS4710?) ? */ | ||
30 | #define GPIO_NR_PALMZ72_IR_DISABLE 49 | ||
31 | |||
32 | /* USB */ | ||
33 | #define GPIO_NR_PALMZ72_USB_DETECT_N 15 | ||
34 | #define GPIO_NR_PALMZ72_USB_POWER 95 | ||
35 | #define GPIO_NR_PALMZ72_USB_PULLUP 12 | ||
36 | |||
37 | /* LCD/Backlight */ | ||
38 | #define GPIO_NR_PALMZ72_BL_POWER 20 | ||
39 | #define GPIO_NR_PALMZ72_LCD_POWER 96 | ||
40 | |||
41 | /* LED */ | ||
42 | #define GPIO_NR_PALMZ72_LED_GREEN 88 | ||
43 | |||
44 | /* Bluetooth */ | ||
45 | #define GPIO_NR_PALMZ72_BT_POWER 17 | ||
46 | #define GPIO_NR_PALMZ72_BT_RESET 83 | ||
47 | |||
48 | /** Initial values **/ | ||
49 | |||
50 | /* Battery */ | ||
51 | #define PALMZ72_BAT_MAX_VOLTAGE 4000 /* 4.00v current voltage */ | ||
52 | #define PALMZ72_BAT_MIN_VOLTAGE 3550 /* 3.55v critical voltage */ | ||
53 | #define PALMZ72_BAT_MAX_CURRENT 0 /* unknokn */ | ||
54 | #define PALMZ72_BAT_MIN_CURRENT 0 /* unknown */ | ||
55 | #define PALMZ72_BAT_MAX_CHARGE 1 /* unknown */ | ||
56 | #define PALMZ72_BAT_MIN_CHARGE 1 /* unknown */ | ||
57 | #define PALMZ72_MAX_LIFE_MINS 360 /* on-life in minutes */ | ||
58 | |||
59 | /* Backlight */ | ||
60 | #define PALMZ72_MAX_INTENSITY 0xFE | ||
61 | #define PALMZ72_DEFAULT_INTENSITY 0x7E | ||
62 | #define PALMZ72_LIMIT_MASK 0x7F | ||
63 | #define PALMZ72_PRESCALER 0x3F | ||
64 | #define PALMZ72_PERIOD_NS 3500 | ||
65 | |||
66 | #endif | ||
67 | |||
diff --git a/arch/arm/mach-pxa/include/mach/poodle.h b/arch/arm/mach-pxa/include/mach/poodle.h index 67debc47e8c6..0b3e6d051c64 100644 --- a/arch/arm/mach-pxa/include/mach/poodle.h +++ b/arch/arm/mach-pxa/include/mach/poodle.h | |||
@@ -23,6 +23,7 @@ | |||
23 | #define POODLE_GPIO_AC_IN (1) | 23 | #define POODLE_GPIO_AC_IN (1) |
24 | #define POODLE_GPIO_CO 16 | 24 | #define POODLE_GPIO_CO 16 |
25 | #define POODLE_GPIO_TP_INT (5) | 25 | #define POODLE_GPIO_TP_INT (5) |
26 | #define POODLE_GPIO_TP_CS (24) | ||
26 | #define POODLE_GPIO_WAKEUP (11) /* change battery */ | 27 | #define POODLE_GPIO_WAKEUP (11) /* change battery */ |
27 | #define POODLE_GPIO_GA_INT (10) | 28 | #define POODLE_GPIO_GA_INT (10) |
28 | #define POODLE_GPIO_IR_ON (22) | 29 | #define POODLE_GPIO_IR_ON (22) |
@@ -70,6 +71,14 @@ | |||
70 | #define POODLE_SCOOP_IO_DIR ( POODLE_SCOOP_VPEN | POODLE_SCOOP_HS_OUT ) | 71 | #define POODLE_SCOOP_IO_DIR ( POODLE_SCOOP_VPEN | POODLE_SCOOP_HS_OUT ) |
71 | #define POODLE_SCOOP_IO_OUT ( 0 ) | 72 | #define POODLE_SCOOP_IO_OUT ( 0 ) |
72 | 73 | ||
74 | #define POODLE_SCOOP_GPIO_BASE (NR_BUILTIN_GPIO) | ||
75 | #define POODLE_GPIO_CHARGE_ON (POODLE_SCOOP_GPIO_BASE + 0) | ||
76 | #define POODLE_GPIO_CP401 (POODLE_SCOOP_GPIO_BASE + 2) | ||
77 | #define POODLE_GPIO_VPEN (POODLE_SCOOP_GPIO_BASE + 7) | ||
78 | #define POODLE_GPIO_L_PCLK (POODLE_SCOOP_GPIO_BASE + 9) | ||
79 | #define POODLE_GPIO_L_LCLK (POODLE_SCOOP_GPIO_BASE + 10) | ||
80 | #define POODLE_GPIO_HS_OUT (POODLE_SCOOP_GPIO_BASE + 11) | ||
81 | |||
73 | #define POODLE_LOCOMO_GPIO_AMP_ON LOCOMO_GPIO(8) | 82 | #define POODLE_LOCOMO_GPIO_AMP_ON LOCOMO_GPIO(8) |
74 | #define POODLE_LOCOMO_GPIO_MUTE_L LOCOMO_GPIO(10) | 83 | #define POODLE_LOCOMO_GPIO_MUTE_L LOCOMO_GPIO(10) |
75 | #define POODLE_LOCOMO_GPIO_MUTE_R LOCOMO_GPIO(11) | 84 | #define POODLE_LOCOMO_GPIO_MUTE_R LOCOMO_GPIO(11) |
diff --git a/arch/arm/mach-pxa/include/mach/spitz.h b/arch/arm/mach-pxa/include/mach/spitz.h index bd14365f7ed5..31ac26b55bc1 100644 --- a/arch/arm/mach-pxa/include/mach/spitz.h +++ b/arch/arm/mach-pxa/include/mach/spitz.h | |||
@@ -16,6 +16,7 @@ | |||
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #include <linux/fb.h> | 18 | #include <linux/fb.h> |
19 | #include <linux/gpio.h> | ||
19 | 20 | ||
20 | /* Spitz/Akita GPIOs */ | 21 | /* Spitz/Akita GPIOs */ |
21 | 22 | ||
@@ -100,13 +101,24 @@ | |||
100 | #define SPITZ_SCP_JK_A SCOOP_GPCR_PA18 /* Low */ | 101 | #define SPITZ_SCP_JK_A SCOOP_GPCR_PA18 /* Low */ |
101 | #define SPITZ_SCP_ADC_TEMP_ON SCOOP_GPCR_PA19 /* Low */ | 102 | #define SPITZ_SCP_ADC_TEMP_ON SCOOP_GPCR_PA19 /* Low */ |
102 | 103 | ||
103 | #define SPITZ_SCP_IO_DIR (SPITZ_SCP_LED_GREEN | SPITZ_SCP_JK_B | SPITZ_SCP_CHRG_ON | \ | 104 | #define SPITZ_SCP_IO_DIR (SPITZ_SCP_JK_B | SPITZ_SCP_CHRG_ON | \ |
104 | SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R | SPITZ_SCP_LED_ORANGE | \ | 105 | SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R | \ |
105 | SPITZ_SCP_CF_POWER | SPITZ_SCP_JK_A | SPITZ_SCP_ADC_TEMP_ON) | 106 | SPITZ_SCP_CF_POWER | SPITZ_SCP_JK_A | SPITZ_SCP_ADC_TEMP_ON) |
106 | #define SPITZ_SCP_IO_OUT (SPITZ_SCP_CHRG_ON | SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R) | 107 | #define SPITZ_SCP_IO_OUT (SPITZ_SCP_CHRG_ON | SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R) |
107 | #define SPITZ_SCP_SUS_CLR (SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R | SPITZ_SCP_JK_A | SPITZ_SCP_ADC_TEMP_ON) | 108 | #define SPITZ_SCP_SUS_CLR (SPITZ_SCP_MUTE_L | SPITZ_SCP_MUTE_R | SPITZ_SCP_JK_A | SPITZ_SCP_ADC_TEMP_ON) |
108 | #define SPITZ_SCP_SUS_SET 0 | 109 | #define SPITZ_SCP_SUS_SET 0 |
109 | 110 | ||
111 | #define SPITZ_SCP_GPIO_BASE (NR_BUILTIN_GPIO) | ||
112 | #define SPITZ_GPIO_LED_GREEN (SPITZ_SCP_GPIO_BASE + 0) | ||
113 | #define SPITZ_GPIO_JK_B (SPITZ_SCP_GPIO_BASE + 1) | ||
114 | #define SPITZ_GPIO_CHRG_ON (SPITZ_SCP_GPIO_BASE + 2) | ||
115 | #define SPITZ_GPIO_MUTE_L (SPITZ_SCP_GPIO_BASE + 3) | ||
116 | #define SPITZ_GPIO_MUTE_R (SPITZ_SCP_GPIO_BASE + 4) | ||
117 | #define SPITZ_GPIO_CF_POWER (SPITZ_SCP_GPIO_BASE + 5) | ||
118 | #define SPITZ_GPIO_LED_ORANGE (SPITZ_SCP_GPIO_BASE + 6) | ||
119 | #define SPITZ_GPIO_JK_A (SPITZ_SCP_GPIO_BASE + 7) | ||
120 | #define SPITZ_GPIO_ADC_TEMP_ON (SPITZ_SCP_GPIO_BASE + 8) | ||
121 | |||
110 | /* Spitz Scoop Device (No. 2) GPIOs */ | 122 | /* Spitz Scoop Device (No. 2) GPIOs */ |
111 | /* Suspend States in comments */ | 123 | /* Suspend States in comments */ |
112 | #define SPITZ_SCP2_IR_ON SCOOP_GPCR_PA11 /* High */ | 124 | #define SPITZ_SCP2_IR_ON SCOOP_GPCR_PA11 /* High */ |
@@ -119,15 +131,36 @@ | |||
119 | #define SPITZ_SCP2_BACKLIGHT_ON SCOOP_GPCR_PA18 /* Low */ | 131 | #define SPITZ_SCP2_BACKLIGHT_ON SCOOP_GPCR_PA18 /* Low */ |
120 | #define SPITZ_SCP2_MIC_BIAS SCOOP_GPCR_PA19 /* Low */ | 132 | #define SPITZ_SCP2_MIC_BIAS SCOOP_GPCR_PA19 /* Low */ |
121 | 133 | ||
122 | #define SPITZ_SCP2_IO_DIR (SPITZ_SCP2_IR_ON | SPITZ_SCP2_AKIN_PULLUP | SPITZ_SCP2_RESERVED_1 | \ | 134 | #define SPITZ_SCP2_IO_DIR (SPITZ_SCP2_AKIN_PULLUP | SPITZ_SCP2_RESERVED_1 | \ |
123 | SPITZ_SCP2_RESERVED_2 | SPITZ_SCP2_RESERVED_3 | SPITZ_SCP2_RESERVED_4 | \ | 135 | SPITZ_SCP2_RESERVED_2 | SPITZ_SCP2_RESERVED_3 | SPITZ_SCP2_RESERVED_4 | \ |
124 | SPITZ_SCP2_BACKLIGHT_CONT | SPITZ_SCP2_BACKLIGHT_ON | SPITZ_SCP2_MIC_BIAS) | 136 | SPITZ_SCP2_BACKLIGHT_CONT | SPITZ_SCP2_BACKLIGHT_ON | SPITZ_SCP2_MIC_BIAS) |
125 | 137 | ||
126 | #define SPITZ_SCP2_IO_OUT (SPITZ_SCP2_IR_ON | SPITZ_SCP2_AKIN_PULLUP | SPITZ_SCP2_RESERVED_1) | 138 | #define SPITZ_SCP2_IO_OUT (SPITZ_SCP2_AKIN_PULLUP | SPITZ_SCP2_RESERVED_1) |
127 | #define SPITZ_SCP2_SUS_CLR (SPITZ_SCP2_RESERVED_2 | SPITZ_SCP2_RESERVED_3 | SPITZ_SCP2_RESERVED_4 | \ | 139 | #define SPITZ_SCP2_SUS_CLR (SPITZ_SCP2_RESERVED_2 | SPITZ_SCP2_RESERVED_3 | SPITZ_SCP2_RESERVED_4 | \ |
128 | SPITZ_SCP2_BACKLIGHT_CONT | SPITZ_SCP2_BACKLIGHT_ON | SPITZ_SCP2_MIC_BIAS) | 140 | SPITZ_SCP2_BACKLIGHT_CONT | SPITZ_SCP2_BACKLIGHT_ON | SPITZ_SCP2_MIC_BIAS) |
129 | #define SPITZ_SCP2_SUS_SET (SPITZ_SCP2_IR_ON | SPITZ_SCP2_RESERVED_1) | 141 | #define SPITZ_SCP2_SUS_SET (SPITZ_SCP2_IR_ON | SPITZ_SCP2_RESERVED_1) |
130 | 142 | ||
143 | #define SPITZ_SCP2_GPIO_BASE (NR_BUILTIN_GPIO + 12) | ||
144 | #define SPITZ_GPIO_IR_ON (SPITZ_SCP2_GPIO_BASE + 0) | ||
145 | #define SPITZ_GPIO_AKIN_PULLUP (SPITZ_SCP2_GPIO_BASE + 1 | ||
146 | #define SPITZ_GPIO_RESERVED_1 (SPITZ_SCP2_GPIO_BASE + 2) | ||
147 | #define SPITZ_GPIO_RESERVED_2 (SPITZ_SCP2_GPIO_BASE + 3) | ||
148 | #define SPITZ_GPIO_RESERVED_3 (SPITZ_SCP2_GPIO_BASE + 4) | ||
149 | #define SPITZ_GPIO_RESERVED_4 (SPITZ_SCP2_GPIO_BASE + 5) | ||
150 | #define SPITZ_GPIO_BACKLIGHT_CONT (SPITZ_SCP2_GPIO_BASE + 6) | ||
151 | #define SPITZ_GPIO_BACKLIGHT_ON (SPITZ_SCP2_GPIO_BASE + 7) | ||
152 | #define SPITZ_GPIO_MIC_BIAS (SPITZ_SCP2_GPIO_BASE + 8) | ||
153 | |||
154 | /* Akita IO Expander GPIOs */ | ||
155 | #define AKITA_IOEXP_GPIO_BASE (NR_BUILTIN_GPIO + 12) | ||
156 | #define AKITA_GPIO_RESERVED_0 (AKITA_IOEXP_GPIO_BASE + 0) | ||
157 | #define AKITA_GPIO_RESERVED_1 (AKITA_IOEXP_GPIO_BASE + 1) | ||
158 | #define AKITA_GPIO_MIC_BIAS (AKITA_IOEXP_GPIO_BASE + 2) | ||
159 | #define AKITA_GPIO_BACKLIGHT_ON (AKITA_IOEXP_GPIO_BASE + 3) | ||
160 | #define AKITA_GPIO_BACKLIGHT_CONT (AKITA_IOEXP_GPIO_BASE + 4) | ||
161 | #define AKITA_GPIO_AKIN_PULLUP (AKITA_IOEXP_GPIO_BASE + 5) | ||
162 | #define AKITA_GPIO_IR_ON (AKITA_IOEXP_GPIO_BASE + 6) | ||
163 | #define AKITA_GPIO_RESERVED_7 (AKITA_IOEXP_GPIO_BASE + 7) | ||
131 | 164 | ||
132 | /* Spitz IRQ Definitions */ | 165 | /* Spitz IRQ Definitions */ |
133 | 166 | ||
@@ -154,5 +187,4 @@ | |||
154 | */ | 187 | */ |
155 | extern struct platform_device spitzscoop_device; | 188 | extern struct platform_device spitzscoop_device; |
156 | extern struct platform_device spitzscoop2_device; | 189 | extern struct platform_device spitzscoop2_device; |
157 | extern struct platform_device spitzssp_device; | ||
158 | extern struct sharpsl_charger_machinfo spitz_pm_machinfo; | 190 | extern struct sharpsl_charger_machinfo spitz_pm_machinfo; |
diff --git a/arch/arm/mach-pxa/include/mach/trizeps4.h b/arch/arm/mach-pxa/include/mach/trizeps4.h index 641d0ec110bb..903e1a2e6641 100644 --- a/arch/arm/mach-pxa/include/mach/trizeps4.h +++ b/arch/arm/mach-pxa/include/mach/trizeps4.h | |||
@@ -17,11 +17,16 @@ | |||
17 | #define TRIZEPS4_PIC_PHYS (PXA_CS3_PHYS) /* Logic chip on ConXS-Board */ | 17 | #define TRIZEPS4_PIC_PHYS (PXA_CS3_PHYS) /* Logic chip on ConXS-Board */ |
18 | #define TRIZEPS4_SDRAM_BASE 0xa0000000 /* SDRAM region */ | 18 | #define TRIZEPS4_SDRAM_BASE 0xa0000000 /* SDRAM region */ |
19 | 19 | ||
20 | #define TRIZEPS4_CFSR_PHYS (PXA_CS3_PHYS) /* Logic chip on ConXS-Board CSFR register */ | 20 | /* Logic on ConXS-board CSFR register*/ |
21 | #define TRIZEPS4_BOCR_PHYS (PXA_CS3_PHYS+0x02000000) /* Logic chip on ConXS-Board BOCR register */ | 21 | #define TRIZEPS4_CFSR_PHYS (PXA_CS3_PHYS) |
22 | #define TRIZEPS4_IRCR_PHYS (PXA_CS3_PHYS+0x02400000) /* Logic chip on ConXS-Board IRCR register*/ | 22 | /* Logic on ConXS-board BOCR register*/ |
23 | #define TRIZEPS4_UPSR_PHYS (PXA_CS3_PHYS+0x02800000) /* Logic chip on ConXS-Board UPSR register*/ | 23 | #define TRIZEPS4_BOCR_PHYS (PXA_CS3_PHYS+0x02000000) |
24 | #define TRIZEPS4_DICR_PHYS (PXA_CS3_PHYS+0x03800000) /* Logic chip on ConXS-Board DICR register*/ | 24 | /* Logic on ConXS-board IRCR register*/ |
25 | #define TRIZEPS4_IRCR_PHYS (PXA_CS3_PHYS+0x02400000) | ||
26 | /* Logic on ConXS-board UPSR register*/ | ||
27 | #define TRIZEPS4_UPSR_PHYS (PXA_CS3_PHYS+0x02800000) | ||
28 | /* Logic on ConXS-board DICR register*/ | ||
29 | #define TRIZEPS4_DICR_PHYS (PXA_CS3_PHYS+0x03800000) | ||
25 | 30 | ||
26 | /* virtual memory regions */ | 31 | /* virtual memory regions */ |
27 | #define TRIZEPS4_DISK_VIRT 0xF0000000 /* Disk On Chip region */ | 32 | #define TRIZEPS4_DISK_VIRT 0xF0000000 /* Disk On Chip region */ |
@@ -54,6 +59,15 @@ | |||
54 | #define GPIO_MMC_DET 12 | 59 | #define GPIO_MMC_DET 12 |
55 | #define TRIZEPS4_MMC_IRQ IRQ_GPIO(GPIO_MMC_DET) | 60 | #define TRIZEPS4_MMC_IRQ IRQ_GPIO(GPIO_MMC_DET) |
56 | 61 | ||
62 | /* DOC NAND chip */ | ||
63 | #define GPIO_DOC_LOCK 94 | ||
64 | #define GPIO_DOC_IRQ 93 | ||
65 | #define TRIZEPS4_DOC_IRQ IRQ_GPIO(GPIO_DOC_IRQ) | ||
66 | |||
67 | /* SPI interface */ | ||
68 | #define GPIO_SPI 53 | ||
69 | #define TRIZEPS4_SPI_IRQ IRQ_GPIO(GPIO_SPI) | ||
70 | |||
57 | /* LEDS using tx2 / rx2 */ | 71 | /* LEDS using tx2 / rx2 */ |
58 | #define GPIO_SYS_BUSY_LED 46 | 72 | #define GPIO_SYS_BUSY_LED 46 |
59 | #define GPIO_HEARTBEAT_LED 47 | 73 | #define GPIO_HEARTBEAT_LED 47 |
@@ -62,24 +76,66 @@ | |||
62 | #define GPIO_PIC 0 | 76 | #define GPIO_PIC 0 |
63 | #define TRIZEPS4_PIC_IRQ IRQ_GPIO(GPIO_PIC) | 77 | #define TRIZEPS4_PIC_IRQ IRQ_GPIO(GPIO_PIC) |
64 | 78 | ||
65 | #define CFSR_P2V(x) ((x) - TRIZEPS4_CFSR_PHYS + TRIZEPS4_CFSR_VIRT) | 79 | #ifdef CONFIG_MACH_TRIZEPS_CONXS |
66 | #define CFSR_V2P(x) ((x) - TRIZEPS4_CFSR_VIRT + TRIZEPS4_CFSR_PHYS) | 80 | /* for CONXS base board define these registers */ |
81 | #define CFSR_P2V(x) ((x) - TRIZEPS4_CFSR_PHYS + TRIZEPS4_CFSR_VIRT) | ||
82 | #define CFSR_V2P(x) ((x) - TRIZEPS4_CFSR_VIRT + TRIZEPS4_CFSR_PHYS) | ||
67 | 83 | ||
68 | #define BCR_P2V(x) ((x) - TRIZEPS4_BOCR_PHYS + TRIZEPS4_BOCR_VIRT) | 84 | #define BCR_P2V(x) ((x) - TRIZEPS4_BOCR_PHYS + TRIZEPS4_BOCR_VIRT) |
69 | #define BCR_V2P(x) ((x) - TRIZEPS4_BOCR_VIRT + TRIZEPS4_BOCR_PHYS) | 85 | #define BCR_V2P(x) ((x) - TRIZEPS4_BOCR_VIRT + TRIZEPS4_BOCR_PHYS) |
70 | 86 | ||
71 | #define DCR_P2V(x) ((x) - TRIZEPS4_DICR_PHYS + TRIZEPS4_DICR_VIRT) | 87 | #define DCR_P2V(x) ((x) - TRIZEPS4_DICR_PHYS + TRIZEPS4_DICR_VIRT) |
72 | #define DCR_V2P(x) ((x) - TRIZEPS4_DICR_VIRT + TRIZEPS4_DICR_PHYS) | 88 | #define DCR_V2P(x) ((x) - TRIZEPS4_DICR_VIRT + TRIZEPS4_DICR_PHYS) |
89 | |||
90 | #define IRCR_P2V(x) ((x) - TRIZEPS4_IRCR_PHYS + TRIZEPS4_IRCR_VIRT) | ||
91 | #define IRCR_V2P(x) ((x) - TRIZEPS4_IRCR_VIRT + TRIZEPS4_IRCR_PHYS) | ||
73 | 92 | ||
74 | #ifndef __ASSEMBLY__ | 93 | #ifndef __ASSEMBLY__ |
75 | #define ConXS_CFSR (*((volatile unsigned short *)CFSR_P2V(0x0C000000))) | 94 | static inline unsigned short CFSR_readw(void) |
76 | #define ConXS_BCR (*((volatile unsigned short *)BCR_P2V(0x0E000000))) | 95 | { |
77 | #define ConXS_DCR (*((volatile unsigned short *)DCR_P2V(0x0F800000))) | 96 | /* [Compact Flash Status Register] is read only */ |
97 | return *((unsigned short *)CFSR_P2V(0x0C000000)); | ||
98 | } | ||
99 | static inline void BCR_writew(unsigned short value) | ||
100 | { | ||
101 | /* [Board Control Regsiter] is write only */ | ||
102 | *((unsigned short *)BCR_P2V(0x0E000000)) = value; | ||
103 | } | ||
104 | static inline void DCR_writew(unsigned short value) | ||
105 | { | ||
106 | /* [Display Control Register] is write only */ | ||
107 | *((unsigned short *)DCR_P2V(0x0E000000)) = value; | ||
108 | } | ||
109 | static inline void IRCR_writew(unsigned short value) | ||
110 | { | ||
111 | /* [InfraRed data Control Register] is write only */ | ||
112 | *((unsigned short *)IRCR_P2V(0x0E000000)) = value; | ||
113 | } | ||
78 | #else | 114 | #else |
79 | #define ConXS_CFSR CFSR_P2V(0x0C000000) | 115 | #define ConXS_CFSR CFSR_P2V(0x0C000000) |
80 | #define ConXS_BCR BCR_P2V(0x0E000000) | 116 | #define ConXS_BCR BCR_P2V(0x0E000000) |
81 | #define ConXS_DCR DCR_P2V(0x0F800000) | 117 | #define ConXS_DCR DCR_P2V(0x0F800000) |
118 | #define ConXS_IRCR IRCR_P2V(0x0F800000) | ||
82 | #endif | 119 | #endif |
120 | #else | ||
121 | /* for whatever baseboard define function registers */ | ||
122 | static inline unsigned short CFSR_readw(void) | ||
123 | { | ||
124 | return 0; | ||
125 | } | ||
126 | static inline void BCR_writew(unsigned short value) | ||
127 | { | ||
128 | ; | ||
129 | } | ||
130 | static inline void DCR_writew(unsigned short value) | ||
131 | { | ||
132 | ; | ||
133 | } | ||
134 | static inline void IRCR_writew(unsigned short value) | ||
135 | { | ||
136 | ; | ||
137 | } | ||
138 | #endif /* CONFIG_MACH_TRIZEPS_CONXS */ | ||
83 | 139 | ||
84 | #define ConXS_CFSR_BVD_MASK 0x0003 | 140 | #define ConXS_CFSR_BVD_MASK 0x0003 |
85 | #define ConXS_CFSR_BVD1 (1 << 0) | 141 | #define ConXS_CFSR_BVD1 (1 << 0) |
diff --git a/arch/arm/mach-pxa/include/mach/viper.h b/arch/arm/mach-pxa/include/mach/viper.h new file mode 100644 index 000000000000..10988c270ca3 --- /dev/null +++ b/arch/arm/mach-pxa/include/mach/viper.h | |||
@@ -0,0 +1,96 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-pxa/include/mach/viper.h | ||
3 | * | ||
4 | * Author: Ian Campbell | ||
5 | * Created: Feb 03, 2003 | ||
6 | * Copyright: Arcom Control Systems. | ||
7 | * | ||
8 | * Maintained by Marc Zyngier <maz@misterjones.org> | ||
9 | * <marc.zyngier@altran.com> | ||
10 | * | ||
11 | * Created based on lubbock.h: | ||
12 | * Author: Nicolas Pitre | ||
13 | * Created: Jun 15, 2001 | ||
14 | * Copyright: MontaVista Software Inc. | ||
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | ||
20 | |||
21 | #ifndef ARCH_VIPER_H | ||
22 | #define ARCH_VIPER_H | ||
23 | |||
24 | #define VIPER_BOOT_PHYS PXA_CS0_PHYS | ||
25 | #define VIPER_FLASH_PHYS PXA_CS1_PHYS | ||
26 | #define VIPER_ETH_PHYS PXA_CS2_PHYS | ||
27 | #define VIPER_USB_PHYS PXA_CS3_PHYS | ||
28 | #define VIPER_ETH_DATA_PHYS PXA_CS4_PHYS | ||
29 | #define VIPER_CPLD_PHYS PXA_CS5_PHYS | ||
30 | |||
31 | #define VIPER_CPLD_BASE (0xf0000000) | ||
32 | #define VIPER_PC104IO_BASE (0xf1000000) | ||
33 | #define VIPER_USB_BASE (0xf1800000) | ||
34 | |||
35 | #define VIPER_ETH_GPIO (0) | ||
36 | #define VIPER_CPLD_GPIO (1) | ||
37 | #define VIPER_USB_GPIO (2) | ||
38 | #define VIPER_UARTA_GPIO (4) | ||
39 | #define VIPER_UARTB_GPIO (3) | ||
40 | #define VIPER_CF_CD_GPIO (32) | ||
41 | #define VIPER_CF_RDY_GPIO (8) | ||
42 | #define VIPER_BCKLIGHT_EN_GPIO (9) | ||
43 | #define VIPER_LCD_EN_GPIO (10) | ||
44 | #define VIPER_PSU_DATA_GPIO (6) | ||
45 | #define VIPER_PSU_CLK_GPIO (11) | ||
46 | #define VIPER_UART_SHDN_GPIO (12) | ||
47 | #define VIPER_BRIGHTNESS_GPIO (16) | ||
48 | #define VIPER_PSU_nCS_LD_GPIO (19) | ||
49 | #define VIPER_UPS_GPIO (20) | ||
50 | #define VIPER_CF_POWER_GPIO (82) | ||
51 | #define VIPER_TPM_I2C_SDA_GPIO (26) | ||
52 | #define VIPER_TPM_I2C_SCL_GPIO (27) | ||
53 | #define VIPER_RTC_I2C_SDA_GPIO (83) | ||
54 | #define VIPER_RTC_I2C_SCL_GPIO (84) | ||
55 | |||
56 | #define VIPER_CPLD_P2V(x) ((x) - VIPER_CPLD_PHYS + VIPER_CPLD_BASE) | ||
57 | #define VIPER_CPLD_V2P(x) ((x) - VIPER_CPLD_BASE + VIPER_CPLD_PHYS) | ||
58 | |||
59 | #ifndef __ASSEMBLY__ | ||
60 | # define __VIPER_CPLD_REG(x) (*((volatile u16 *)VIPER_CPLD_P2V(x))) | ||
61 | #endif | ||
62 | |||
63 | /* board level registers in the CPLD: (offsets from CPLD_BASE) ... */ | ||
64 | |||
65 | /* ... Physical addresses */ | ||
66 | #define _VIPER_LO_IRQ_STATUS (VIPER_CPLD_PHYS + 0x100000) | ||
67 | #define _VIPER_ICR_PHYS (VIPER_CPLD_PHYS + 0x100002) | ||
68 | #define _VIPER_HI_IRQ_STATUS (VIPER_CPLD_PHYS + 0x100004) | ||
69 | #define _VIPER_VERSION_PHYS (VIPER_CPLD_PHYS + 0x100006) | ||
70 | #define VIPER_UARTA_PHYS (VIPER_CPLD_PHYS + 0x300010) | ||
71 | #define VIPER_UARTB_PHYS (VIPER_CPLD_PHYS + 0x300000) | ||
72 | #define _VIPER_SRAM_BASE (VIPER_CPLD_PHYS + 0x800000) | ||
73 | |||
74 | /* ... Virtual addresses */ | ||
75 | #define VIPER_LO_IRQ_STATUS __VIPER_CPLD_REG(_VIPER_LO_IRQ_STATUS) | ||
76 | #define VIPER_HI_IRQ_STATUS __VIPER_CPLD_REG(_VIPER_HI_IRQ_STATUS) | ||
77 | #define VIPER_VERSION __VIPER_CPLD_REG(_VIPER_VERSION_PHYS) | ||
78 | #define VIPER_ICR __VIPER_CPLD_REG(_VIPER_ICR_PHYS) | ||
79 | |||
80 | /* Decode VIPER_VERSION register */ | ||
81 | #define VIPER_CPLD_REVISION(x) (((x) >> 5) & 0x7) | ||
82 | #define VIPER_BOARD_VERSION(x) (((x) >> 3) & 0x3) | ||
83 | #define VIPER_BOARD_ISSUE(x) (((x) >> 0) & 0x7) | ||
84 | |||
85 | /* Interrupt and Configuration Register (VIPER_ICR) */ | ||
86 | /* This is a write only register. Only CF_RST is used under Linux */ | ||
87 | |||
88 | extern void viper_cf_rst(int state); | ||
89 | |||
90 | #define VIPER_ICR_RETRIG (1 << 0) | ||
91 | #define VIPER_ICR_AUTO_CLR (1 << 1) | ||
92 | #define VIPER_ICR_R_DIS (1 << 2) | ||
93 | #define VIPER_ICR_CF_RST (1 << 3) | ||
94 | |||
95 | #endif | ||
96 | |||
diff --git a/arch/arm/mach-pxa/leds-trizeps4.c b/arch/arm/mach-pxa/leds-trizeps4.c deleted file mode 100644 index 3bc29007df3a..000000000000 --- a/arch/arm/mach-pxa/leds-trizeps4.c +++ /dev/null | |||
@@ -1,134 +0,0 @@ | |||
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/init.h> | ||
14 | |||
15 | #include <mach/hardware.h> | ||
16 | #include <asm/system.h> | ||
17 | #include <asm/types.h> | ||
18 | #include <asm/leds.h> | ||
19 | |||
20 | #include <mach/pxa-regs.h> | ||
21 | #include <mach/pxa2xx-gpio.h> | ||
22 | #include <mach/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 e13eb841e48d..bbe4d5f6afaa 100644 --- a/arch/arm/mach-pxa/leds.c +++ b/arch/arm/mach-pxa/leds.c | |||
@@ -24,8 +24,6 @@ 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; | ||
29 | 27 | ||
30 | leds_event(led_start); | 28 | leds_event(led_start); |
31 | return 0; | 29 | return 0; |
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index 58f3402a0375..b4d00aba0e31 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/delay.h> | 20 | #include <linux/delay.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/spi/spi.h> | ||
23 | #include <linux/smc91x.h> | 24 | #include <linux/smc91x.h> |
24 | 25 | ||
25 | #include <asm/types.h> | 26 | #include <asm/types.h> |
@@ -38,6 +39,7 @@ | |||
38 | #include <mach/gpio.h> | 39 | #include <mach/gpio.h> |
39 | #include <mach/pxafb.h> | 40 | #include <mach/pxafb.h> |
40 | #include <mach/ssp.h> | 41 | #include <mach/ssp.h> |
42 | #include <mach/pxa2xx_spi.h> | ||
41 | #include <mach/pxa27x_keypad.h> | 43 | #include <mach/pxa27x_keypad.h> |
42 | #include <mach/pxa3xx_nand.h> | 44 | #include <mach/pxa3xx_nand.h> |
43 | #include <mach/littleton.h> | 45 | #include <mach/littleton.h> |
@@ -72,8 +74,8 @@ static mfp_cfg_t littleton_mfp_cfg[] __initdata = { | |||
72 | 74 | ||
73 | /* SSP2 */ | 75 | /* SSP2 */ |
74 | GPIO25_SSP2_SCLK, | 76 | GPIO25_SSP2_SCLK, |
75 | GPIO17_SSP2_FRM, | ||
76 | GPIO27_SSP2_TXD, | 77 | GPIO27_SSP2_TXD, |
78 | GPIO17_GPIO, /* SFRM as chip-select */ | ||
77 | 79 | ||
78 | /* Debug Ethernet */ | 80 | /* Debug Ethernet */ |
79 | GPIO90_GPIO, | 81 | GPIO90_GPIO, |
@@ -123,160 +125,6 @@ static struct platform_device smc91x_device = { | |||
123 | }; | 125 | }; |
124 | 126 | ||
125 | #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE) | 127 | #if defined(CONFIG_FB_PXA) || defined(CONFIG_FB_PXA_MODULE) |
126 | /* use bit 30, 31 as the indicator of command parameter number */ | ||
127 | #define CMD0(x) ((0x00000000) | ((x) << 9)) | ||
128 | #define CMD1(x, x1) ((0x40000000) | ((x) << 9) | 0x100 | (x1)) | ||
129 | #define CMD2(x, x1, x2) ((0x80000000) | ((x) << 18) | 0x20000 |\ | ||
130 | ((x1) << 9) | 0x100 | (x2)) | ||
131 | |||
132 | static uint32_t lcd_panel_reset[] = { | ||
133 | CMD0(0x1), /* reset */ | ||
134 | CMD0(0x0), /* nop */ | ||
135 | CMD0(0x0), /* nop */ | ||
136 | CMD0(0x0), /* nop */ | ||
137 | }; | ||
138 | |||
139 | static uint32_t lcd_panel_on[] = { | ||
140 | CMD0(0x29), /* Display ON */ | ||
141 | CMD2(0xB8, 0xFF, 0xF9), /* Output Control */ | ||
142 | CMD0(0x11), /* Sleep out */ | ||
143 | CMD1(0xB0, 0x16), /* Wake */ | ||
144 | }; | ||
145 | |||
146 | static uint32_t lcd_panel_off[] = { | ||
147 | CMD0(0x28), /* Display OFF */ | ||
148 | CMD2(0xB8, 0x80, 0x02), /* Output Control */ | ||
149 | CMD0(0x10), /* Sleep in */ | ||
150 | CMD1(0xB0, 0x00), /* Deep stand by in */ | ||
151 | }; | ||
152 | |||
153 | static uint32_t lcd_vga_pass_through[] = { | ||
154 | CMD1(0xB0, 0x16), | ||
155 | CMD1(0xBC, 0x80), | ||
156 | CMD1(0xE1, 0x00), | ||
157 | CMD1(0x36, 0x50), | ||
158 | CMD1(0x3B, 0x00), | ||
159 | }; | ||
160 | |||
161 | static uint32_t lcd_qvga_pass_through[] = { | ||
162 | CMD1(0xB0, 0x16), | ||
163 | CMD1(0xBC, 0x81), | ||
164 | CMD1(0xE1, 0x00), | ||
165 | CMD1(0x36, 0x50), | ||
166 | CMD1(0x3B, 0x22), | ||
167 | }; | ||
168 | |||
169 | static uint32_t lcd_vga_transfer[] = { | ||
170 | CMD1(0xcf, 0x02), /* Blanking period control (1) */ | ||
171 | CMD2(0xd0, 0x08, 0x04), /* Blanking period control (2) */ | ||
172 | CMD1(0xd1, 0x01), /* CKV timing control on/off */ | ||
173 | CMD2(0xd2, 0x14, 0x00), /* CKV 1,2 timing control */ | ||
174 | CMD2(0xd3, 0x1a, 0x0f), /* OEV timing control */ | ||
175 | CMD2(0xd4, 0x1f, 0xaf), /* ASW timing control (1) */ | ||
176 | CMD1(0xd5, 0x14), /* ASW timing control (2) */ | ||
177 | CMD0(0x21), /* Invert for normally black display */ | ||
178 | CMD0(0x29), /* Display on */ | ||
179 | }; | ||
180 | |||
181 | static uint32_t lcd_qvga_transfer[] = { | ||
182 | CMD1(0xd6, 0x02), /* Blanking period control (1) */ | ||
183 | CMD2(0xd7, 0x08, 0x04), /* Blanking period control (2) */ | ||
184 | CMD1(0xd8, 0x01), /* CKV timing control on/off */ | ||
185 | CMD2(0xd9, 0x00, 0x08), /* CKV 1,2 timing control */ | ||
186 | CMD2(0xde, 0x05, 0x0a), /* OEV timing control */ | ||
187 | CMD2(0xdf, 0x0a, 0x19), /* ASW timing control (1) */ | ||
188 | CMD1(0xe0, 0x0a), /* ASW timing control (2) */ | ||
189 | CMD0(0x21), /* Invert for normally black display */ | ||
190 | CMD0(0x29), /* Display on */ | ||
191 | }; | ||
192 | |||
193 | static uint32_t lcd_panel_config[] = { | ||
194 | CMD2(0xb8, 0xff, 0xf9), /* Output control */ | ||
195 | CMD0(0x11), /* sleep out */ | ||
196 | CMD1(0xba, 0x01), /* Display mode (1) */ | ||
197 | CMD1(0xbb, 0x00), /* Display mode (2) */ | ||
198 | CMD1(0x3a, 0x60), /* Display mode 18-bit RGB */ | ||
199 | CMD1(0xbf, 0x10), /* Drive system change control */ | ||
200 | CMD1(0xb1, 0x56), /* Booster operation setup */ | ||
201 | CMD1(0xb2, 0x33), /* Booster mode setup */ | ||
202 | CMD1(0xb3, 0x11), /* Booster frequency setup */ | ||
203 | CMD1(0xb4, 0x02), /* Op amp/system clock */ | ||
204 | CMD1(0xb5, 0x35), /* VCS voltage */ | ||
205 | CMD1(0xb6, 0x40), /* VCOM voltage */ | ||
206 | CMD1(0xb7, 0x03), /* External display signal */ | ||
207 | CMD1(0xbd, 0x00), /* ASW slew rate */ | ||
208 | CMD1(0xbe, 0x00), /* Dummy data for QuadData operation */ | ||
209 | CMD1(0xc0, 0x11), /* Sleep out FR count (A) */ | ||
210 | CMD1(0xc1, 0x11), /* Sleep out FR count (B) */ | ||
211 | CMD1(0xc2, 0x11), /* Sleep out FR count (C) */ | ||
212 | CMD2(0xc3, 0x20, 0x40), /* Sleep out FR count (D) */ | ||
213 | CMD2(0xc4, 0x60, 0xc0), /* Sleep out FR count (E) */ | ||
214 | CMD2(0xc5, 0x10, 0x20), /* Sleep out FR count (F) */ | ||
215 | CMD1(0xc6, 0xc0), /* Sleep out FR count (G) */ | ||
216 | CMD2(0xc7, 0x33, 0x43), /* Gamma 1 fine tuning (1) */ | ||
217 | CMD1(0xc8, 0x44), /* Gamma 1 fine tuning (2) */ | ||
218 | CMD1(0xc9, 0x33), /* Gamma 1 inclination adjustment */ | ||
219 | CMD1(0xca, 0x00), /* Gamma 1 blue offset adjustment */ | ||
220 | CMD2(0xec, 0x01, 0xf0), /* Horizontal clock cycles */ | ||
221 | }; | ||
222 | |||
223 | static void ssp_reconfig(struct ssp_dev *dev, int nparam) | ||
224 | { | ||
225 | static int last_nparam = -1; | ||
226 | |||
227 | /* check if it is necessary to re-config SSP */ | ||
228 | if (nparam == last_nparam) | ||
229 | return; | ||
230 | |||
231 | ssp_disable(dev); | ||
232 | ssp_config(dev, (nparam == 2) ? 0x0010058a : 0x00100581, 0x18, 0, 0); | ||
233 | |||
234 | last_nparam = nparam; | ||
235 | } | ||
236 | |||
237 | static void ssp_send_cmd(uint32_t *cmd, int num) | ||
238 | { | ||
239 | static int ssp_initialized; | ||
240 | static struct ssp_dev ssp2; | ||
241 | |||
242 | int i; | ||
243 | |||
244 | if (!ssp_initialized) { | ||
245 | ssp_init(&ssp2, 2, SSP_NO_IRQ); | ||
246 | ssp_initialized = 1; | ||
247 | } | ||
248 | |||
249 | clk_enable(ssp2.ssp->clk); | ||
250 | for (i = 0; i < num; i++, cmd++) { | ||
251 | ssp_reconfig(&ssp2, (*cmd >> 30) & 0x3); | ||
252 | ssp_write_word(&ssp2, *cmd & 0x3fffffff); | ||
253 | |||
254 | /* FIXME: ssp_flush() is mandatory here to work */ | ||
255 | ssp_flush(&ssp2); | ||
256 | } | ||
257 | clk_disable(ssp2.ssp->clk); | ||
258 | } | ||
259 | |||
260 | static void littleton_lcd_power(int on, struct fb_var_screeninfo *var) | ||
261 | { | ||
262 | if (on) { | ||
263 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_panel_on)); | ||
264 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_panel_reset)); | ||
265 | if (var->xres > 240) { | ||
266 | /* VGA */ | ||
267 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_vga_pass_through)); | ||
268 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_panel_config)); | ||
269 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_vga_transfer)); | ||
270 | } else { | ||
271 | /* QVGA */ | ||
272 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_qvga_pass_through)); | ||
273 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_panel_config)); | ||
274 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_qvga_transfer)); | ||
275 | } | ||
276 | } else | ||
277 | ssp_send_cmd(ARRAY_AND_SIZE(lcd_panel_off)); | ||
278 | } | ||
279 | |||
280 | static struct pxafb_mode_info tpo_tdo24mtea1_modes[] = { | 128 | static struct pxafb_mode_info tpo_tdo24mtea1_modes[] = { |
281 | [0] = { | 129 | [0] = { |
282 | /* VGA */ | 130 | /* VGA */ |
@@ -312,7 +160,6 @@ static struct pxafb_mach_info littleton_lcd_info = { | |||
312 | .modes = tpo_tdo24mtea1_modes, | 160 | .modes = tpo_tdo24mtea1_modes, |
313 | .num_modes = 2, | 161 | .num_modes = 2, |
314 | .lcd_conn = LCD_COLOR_TFT_16BPP, | 162 | .lcd_conn = LCD_COLOR_TFT_16BPP, |
315 | .pxafb_lcd_power = littleton_lcd_power, | ||
316 | }; | 163 | }; |
317 | 164 | ||
318 | static void littleton_init_lcd(void) | 165 | static void littleton_init_lcd(void) |
@@ -323,6 +170,51 @@ static void littleton_init_lcd(void) | |||
323 | static inline void littleton_init_lcd(void) {}; | 170 | static inline void littleton_init_lcd(void) {}; |
324 | #endif /* CONFIG_FB_PXA || CONFIG_FB_PXA_MODULE */ | 171 | #endif /* CONFIG_FB_PXA || CONFIG_FB_PXA_MODULE */ |
325 | 172 | ||
173 | #if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) | ||
174 | static struct pxa2xx_spi_master littleton_spi_info = { | ||
175 | .num_chipselect = 1, | ||
176 | }; | ||
177 | |||
178 | static void littleton_tdo24m_cs(u32 cmd) | ||
179 | { | ||
180 | gpio_set_value(LITTLETON_GPIO_LCD_CS, !(cmd == PXA2XX_CS_ASSERT)); | ||
181 | } | ||
182 | |||
183 | static struct pxa2xx_spi_chip littleton_tdo24m_chip = { | ||
184 | .rx_threshold = 1, | ||
185 | .tx_threshold = 1, | ||
186 | .cs_control = littleton_tdo24m_cs, | ||
187 | }; | ||
188 | |||
189 | static struct spi_board_info littleton_spi_devices[] __initdata = { | ||
190 | { | ||
191 | .modalias = "tdo24m", | ||
192 | .max_speed_hz = 1000000, | ||
193 | .bus_num = 2, | ||
194 | .chip_select = 0, | ||
195 | .controller_data= &littleton_tdo24m_chip, | ||
196 | }, | ||
197 | }; | ||
198 | |||
199 | static void __init littleton_init_spi(void) | ||
200 | { | ||
201 | int err; | ||
202 | |||
203 | err = gpio_request(LITTLETON_GPIO_LCD_CS, "LCD_CS"); | ||
204 | if (err) { | ||
205 | pr_warning("failed to request GPIO for LCS CS\n"); | ||
206 | return; | ||
207 | } | ||
208 | |||
209 | gpio_direction_output(LITTLETON_GPIO_LCD_CS, 1); | ||
210 | |||
211 | pxa2xx_set_spi_info(2, &littleton_spi_info); | ||
212 | spi_register_board_info(ARRAY_AND_SIZE(littleton_spi_devices)); | ||
213 | } | ||
214 | #else | ||
215 | static inline void littleton_init_spi(void) {} | ||
216 | #endif | ||
217 | |||
326 | #if defined(CONFIG_KEYBOARD_PXA27x) || defined(CONFIG_KEYBOARD_PXA27x_MODULE) | 218 | #if defined(CONFIG_KEYBOARD_PXA27x) || defined(CONFIG_KEYBOARD_PXA27x_MODULE) |
327 | static unsigned int littleton_matrix_key_map[] = { | 219 | static unsigned int littleton_matrix_key_map[] = { |
328 | /* KEY(row, col, key_code) */ | 220 | /* KEY(row, col, key_code) */ |
@@ -433,6 +325,7 @@ static void __init littleton_init(void) | |||
433 | */ | 325 | */ |
434 | platform_device_register(&smc91x_device); | 326 | platform_device_register(&smc91x_device); |
435 | 327 | ||
328 | littleton_init_spi(); | ||
436 | littleton_init_lcd(); | 329 | littleton_init_lcd(); |
437 | littleton_init_keypad(); | 330 | littleton_init_keypad(); |
438 | littleton_init_nand(); | 331 | littleton_init_nand(); |
diff --git a/arch/arm/mach-pxa/lpd270.c b/arch/arm/mach-pxa/lpd270.c index b7038948d1d4..7b158e5248ad 100644 --- a/arch/arm/mach-pxa/lpd270.c +++ b/arch/arm/mach-pxa/lpd270.c | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | #include <mach/pxa-regs.h> | 41 | #include <mach/pxa-regs.h> |
42 | #include <mach/pxa2xx-regs.h> | 42 | #include <mach/pxa2xx-regs.h> |
43 | #include <mach/pxa2xx-gpio.h> | 43 | #include <mach/mfp-pxa27x.h> |
44 | #include <mach/lpd270.h> | 44 | #include <mach/lpd270.h> |
45 | #include <mach/audio.h> | 45 | #include <mach/audio.h> |
46 | #include <mach/pxafb.h> | 46 | #include <mach/pxafb.h> |
@@ -51,6 +51,43 @@ | |||
51 | #include "generic.h" | 51 | #include "generic.h" |
52 | #include "devices.h" | 52 | #include "devices.h" |
53 | 53 | ||
54 | static unsigned long lpd270_pin_config[] __initdata = { | ||
55 | /* Chip Selects */ | ||
56 | GPIO15_nCS_1, /* Mainboard Flash */ | ||
57 | GPIO78_nCS_2, /* CPLD + Ethernet */ | ||
58 | |||
59 | /* LCD - 16bpp Active TFT */ | ||
60 | GPIO58_LCD_LDD_0, | ||
61 | GPIO59_LCD_LDD_1, | ||
62 | GPIO60_LCD_LDD_2, | ||
63 | GPIO61_LCD_LDD_3, | ||
64 | GPIO62_LCD_LDD_4, | ||
65 | GPIO63_LCD_LDD_5, | ||
66 | GPIO64_LCD_LDD_6, | ||
67 | GPIO65_LCD_LDD_7, | ||
68 | GPIO66_LCD_LDD_8, | ||
69 | GPIO67_LCD_LDD_9, | ||
70 | GPIO68_LCD_LDD_10, | ||
71 | GPIO69_LCD_LDD_11, | ||
72 | GPIO70_LCD_LDD_12, | ||
73 | GPIO71_LCD_LDD_13, | ||
74 | GPIO72_LCD_LDD_14, | ||
75 | GPIO73_LCD_LDD_15, | ||
76 | GPIO74_LCD_FCLK, | ||
77 | GPIO75_LCD_LCLK, | ||
78 | GPIO76_LCD_PCLK, | ||
79 | GPIO77_LCD_BIAS, | ||
80 | GPIO16_PWM0_OUT, /* Backlight */ | ||
81 | |||
82 | /* USB Host */ | ||
83 | GPIO88_USBH1_PWR, | ||
84 | GPIO89_USBH1_PEN, | ||
85 | |||
86 | /* AC97 */ | ||
87 | GPIO45_AC97_SYSCLK, | ||
88 | |||
89 | GPIO1_GPIO | WAKEUP_ON_EDGE_BOTH, | ||
90 | }; | ||
54 | 91 | ||
55 | static unsigned int lpd270_irq_enabled; | 92 | static unsigned int lpd270_irq_enabled; |
56 | 93 | ||
@@ -265,8 +302,8 @@ static struct pxafb_mode_info sharp_lq057q3dc02_mode = { | |||
265 | static struct pxafb_mach_info sharp_lq057q3dc02 = { | 302 | static struct pxafb_mach_info sharp_lq057q3dc02 = { |
266 | .modes = &sharp_lq057q3dc02_mode, | 303 | .modes = &sharp_lq057q3dc02_mode, |
267 | .num_modes = 1, | 304 | .num_modes = 1, |
268 | .lccr0 = 0x07800080, | 305 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
269 | .lccr3 = 0x00400000, | 306 | LCD_ALTERNATE_MAPPING, |
270 | }; | 307 | }; |
271 | 308 | ||
272 | /* 12.1" TFT SVGA (LoLo display number 2) */ | 309 | /* 12.1" TFT SVGA (LoLo display number 2) */ |
@@ -287,8 +324,8 @@ static struct pxafb_mode_info sharp_lq121s1dg31_mode = { | |||
287 | static struct pxafb_mach_info sharp_lq121s1dg31 = { | 324 | static struct pxafb_mach_info sharp_lq121s1dg31 = { |
288 | .modes = &sharp_lq121s1dg31_mode, | 325 | .modes = &sharp_lq121s1dg31_mode, |
289 | .num_modes = 1, | 326 | .num_modes = 1, |
290 | .lccr0 = 0x07800080, | 327 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
291 | .lccr3 = 0x00400000, | 328 | LCD_ALTERNATE_MAPPING, |
292 | }; | 329 | }; |
293 | 330 | ||
294 | /* 3.6" TFT QVGA (LoLo display number 3) */ | 331 | /* 3.6" TFT QVGA (LoLo display number 3) */ |
@@ -309,8 +346,8 @@ static struct pxafb_mode_info sharp_lq036q1da01_mode = { | |||
309 | static struct pxafb_mach_info sharp_lq036q1da01 = { | 346 | static struct pxafb_mach_info sharp_lq036q1da01 = { |
310 | .modes = &sharp_lq036q1da01_mode, | 347 | .modes = &sharp_lq036q1da01_mode, |
311 | .num_modes = 1, | 348 | .num_modes = 1, |
312 | .lccr0 = 0x07800080, | 349 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
313 | .lccr3 = 0x00400000, | 350 | LCD_ALTERNATE_MAPPING, |
314 | }; | 351 | }; |
315 | 352 | ||
316 | /* 6.4" TFT VGA (LoLo display number 5) */ | 353 | /* 6.4" TFT VGA (LoLo display number 5) */ |
@@ -331,8 +368,8 @@ static struct pxafb_mode_info sharp_lq64d343_mode = { | |||
331 | static struct pxafb_mach_info sharp_lq64d343 = { | 368 | static struct pxafb_mach_info sharp_lq64d343 = { |
332 | .modes = &sharp_lq64d343_mode, | 369 | .modes = &sharp_lq64d343_mode, |
333 | .num_modes = 1, | 370 | .num_modes = 1, |
334 | .lccr0 = 0x07800080, | 371 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
335 | .lccr3 = 0x00400000, | 372 | LCD_ALTERNATE_MAPPING, |
336 | }; | 373 | }; |
337 | 374 | ||
338 | /* 10.4" TFT VGA (LoLo display number 7) */ | 375 | /* 10.4" TFT VGA (LoLo display number 7) */ |
@@ -353,8 +390,8 @@ static struct pxafb_mode_info sharp_lq10d368_mode = { | |||
353 | static struct pxafb_mach_info sharp_lq10d368 = { | 390 | static struct pxafb_mach_info sharp_lq10d368 = { |
354 | .modes = &sharp_lq10d368_mode, | 391 | .modes = &sharp_lq10d368_mode, |
355 | .num_modes = 1, | 392 | .num_modes = 1, |
356 | .lccr0 = 0x07800080, | 393 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
357 | .lccr3 = 0x00400000, | 394 | LCD_ALTERNATE_MAPPING, |
358 | }; | 395 | }; |
359 | 396 | ||
360 | /* 3.5" TFT QVGA (LoLo display number 8) */ | 397 | /* 3.5" TFT QVGA (LoLo display number 8) */ |
@@ -375,8 +412,8 @@ static struct pxafb_mode_info sharp_lq035q7db02_20_mode = { | |||
375 | static struct pxafb_mach_info sharp_lq035q7db02_20 = { | 412 | static struct pxafb_mach_info sharp_lq035q7db02_20 = { |
376 | .modes = &sharp_lq035q7db02_20_mode, | 413 | .modes = &sharp_lq035q7db02_20_mode, |
377 | .num_modes = 1, | 414 | .num_modes = 1, |
378 | .lccr0 = 0x07800080, | 415 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL | |
379 | .lccr3 = 0x00400000, | 416 | LCD_ALTERNATE_MAPPING, |
380 | }; | 417 | }; |
381 | 418 | ||
382 | static struct pxafb_mach_info *lpd270_lcd_to_use; | 419 | static struct pxafb_mach_info *lpd270_lcd_to_use; |
@@ -413,10 +450,6 @@ static struct platform_device *platform_devices[] __initdata = { | |||
413 | 450 | ||
414 | static int lpd270_ohci_init(struct device *dev) | 451 | static int lpd270_ohci_init(struct device *dev) |
415 | { | 452 | { |
416 | /* setup Port1 GPIO pin. */ | ||
417 | pxa_gpio_mode(88 | GPIO_ALT_FN_1_IN); /* USBHPWR1 */ | ||
418 | pxa_gpio_mode(89 | GPIO_ALT_FN_2_OUT); /* USBHPEN1 */ | ||
419 | |||
420 | /* Set the Power Control Polarity Low and Power Sense | 453 | /* Set the Power Control Polarity Low and Power Sense |
421 | Polarity Low to active low. */ | 454 | Polarity Low to active low. */ |
422 | UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) & | 455 | UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) & |
@@ -432,6 +465,8 @@ static struct pxaohci_platform_data lpd270_ohci_platform_data = { | |||
432 | 465 | ||
433 | static void __init lpd270_init(void) | 466 | static void __init lpd270_init(void) |
434 | { | 467 | { |
468 | pxa2xx_mfp_config(ARRAY_AND_SIZE(lpd270_pin_config)); | ||
469 | |||
435 | lpd270_flash_data[0].width = (BOOT_DEF & 1) ? 2 : 4; | 470 | lpd270_flash_data[0].width = (BOOT_DEF & 1) ? 2 : 4; |
436 | lpd270_flash_data[1].width = 4; | 471 | lpd270_flash_data[1].width = 4; |
437 | 472 | ||
@@ -442,12 +477,6 @@ static void __init lpd270_init(void) | |||
442 | */ | 477 | */ |
443 | ARB_CNTRL = ARB_CORE_PARK | 0x234; | 478 | ARB_CNTRL = ARB_CORE_PARK | 0x234; |
444 | 479 | ||
445 | /* | ||
446 | * On LogicPD PXA270, we route AC97_SYSCLK via GPIO45. | ||
447 | */ | ||
448 | pxa_gpio_mode(GPIO45_SYSCLK_AC97_MD); | ||
449 | pxa_gpio_mode(GPIO16_PWM0_MD); | ||
450 | |||
451 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 480 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
452 | 481 | ||
453 | pxa_set_ac97_info(NULL); | 482 | pxa_set_ac97_info(NULL); |
@@ -473,15 +502,6 @@ static void __init lpd270_map_io(void) | |||
473 | pxa_map_io(); | 502 | pxa_map_io(); |
474 | iotable_init(lpd270_io_desc, ARRAY_SIZE(lpd270_io_desc)); | 503 | iotable_init(lpd270_io_desc, ARRAY_SIZE(lpd270_io_desc)); |
475 | 504 | ||
476 | /* initialize sleep mode regs (wake-up sources, etc) */ | ||
477 | PGSR0 = 0x00008800; | ||
478 | PGSR1 = 0x00000002; | ||
479 | PGSR2 = 0x0001FC00; | ||
480 | PGSR3 = 0x00001F81; | ||
481 | PWER = 0xC0000002; | ||
482 | PRER = 0x00000002; | ||
483 | PFER = 0x00000002; | ||
484 | |||
485 | /* for use I SRAM as framebuffer. */ | 505 | /* for use I SRAM as framebuffer. */ |
486 | PSLR |= 0x00000F04; | 506 | PSLR |= 0x00000F04; |
487 | PCFR = 0x00000066; | 507 | PCFR = 0x00000066; |
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index 4ffdff2d9ff1..ecbfbb9f46a2 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c | |||
@@ -57,13 +57,36 @@ | |||
57 | 57 | ||
58 | static unsigned long lubbock_pin_config[] __initdata = { | 58 | static unsigned long lubbock_pin_config[] __initdata = { |
59 | GPIO15_nCS_1, /* CS1 - Flash */ | 59 | GPIO15_nCS_1, /* CS1 - Flash */ |
60 | GPIO78_nCS_2, /* CS2 - Baseboard FGPA */ | ||
60 | GPIO79_nCS_3, /* CS3 - SMC ethernet */ | 61 | GPIO79_nCS_3, /* CS3 - SMC ethernet */ |
62 | GPIO80_nCS_4, /* CS4 - SA1111 */ | ||
61 | 63 | ||
62 | /* SSP data pins */ | 64 | /* SSP data pins */ |
63 | GPIO23_SSP1_SCLK, | 65 | GPIO23_SSP1_SCLK, |
64 | GPIO25_SSP1_TXD, | 66 | GPIO25_SSP1_TXD, |
65 | GPIO26_SSP1_RXD, | 67 | GPIO26_SSP1_RXD, |
66 | 68 | ||
69 | /* LCD - 16bpp DSTN */ | ||
70 | GPIO58_LCD_LDD_0, | ||
71 | GPIO59_LCD_LDD_1, | ||
72 | GPIO60_LCD_LDD_2, | ||
73 | GPIO61_LCD_LDD_3, | ||
74 | GPIO62_LCD_LDD_4, | ||
75 | GPIO63_LCD_LDD_5, | ||
76 | GPIO64_LCD_LDD_6, | ||
77 | GPIO65_LCD_LDD_7, | ||
78 | GPIO66_LCD_LDD_8, | ||
79 | GPIO67_LCD_LDD_9, | ||
80 | GPIO68_LCD_LDD_10, | ||
81 | GPIO69_LCD_LDD_11, | ||
82 | GPIO70_LCD_LDD_12, | ||
83 | GPIO71_LCD_LDD_13, | ||
84 | GPIO72_LCD_LDD_14, | ||
85 | GPIO73_LCD_LDD_15, | ||
86 | GPIO74_LCD_FCLK, | ||
87 | GPIO75_LCD_LCLK, | ||
88 | GPIO76_LCD_PCLK, | ||
89 | |||
67 | /* BTUART */ | 90 | /* BTUART */ |
68 | GPIO42_BTUART_RXD, | 91 | GPIO42_BTUART_RXD, |
69 | GPIO43_BTUART_TXD, | 92 | GPIO43_BTUART_TXD, |
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 143f28adaf95..8ebdac7e9a13 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -409,7 +409,7 @@ static struct platform_device backlight = { | |||
409 | * LEDs | 409 | * LEDs |
410 | */ | 410 | */ |
411 | 411 | ||
412 | struct gpio_led gpio_leds[] = { | 412 | static struct gpio_led gpio_leds[] = { |
413 | { | 413 | { |
414 | .name = "magician::vibra", | 414 | .name = "magician::vibra", |
415 | .default_trigger = "none", | 415 | .default_trigger = "none", |
diff --git a/arch/arm/mach-pxa/mfp-pxa2xx.c b/arch/arm/mach-pxa/mfp-pxa2xx.c index 925575f10acf..3ee1f39062e9 100644 --- a/arch/arm/mach-pxa/mfp-pxa2xx.c +++ b/arch/arm/mach-pxa/mfp-pxa2xx.c | |||
@@ -25,7 +25,12 @@ | |||
25 | 25 | ||
26 | #include "generic.h" | 26 | #include "generic.h" |
27 | 27 | ||
28 | #define PGSR(x) __REG2(0x40F00020, ((x) & 0x60) >> 3) | 28 | #define gpio_to_bank(gpio) ((gpio) >> 5) |
29 | |||
30 | #define PGSR(x) __REG2(0x40F00020, (x) << 2) | ||
31 | #define __GAFR(u, x) __REG2((u) ? 0x40E00058 : 0x40E00054, (x) << 3) | ||
32 | #define GAFR_L(x) __GAFR(0, x) | ||
33 | #define GAFR_U(x) __GAFR(1, x) | ||
29 | 34 | ||
30 | #define PWER_WE35 (1 << 24) | 35 | #define PWER_WE35 (1 << 24) |
31 | 36 | ||
@@ -38,49 +43,59 @@ struct gpio_desc { | |||
38 | }; | 43 | }; |
39 | 44 | ||
40 | static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; | 45 | static struct gpio_desc gpio_desc[MFP_PIN_GPIO127 + 1]; |
46 | static int gpio_nr; | ||
41 | 47 | ||
42 | static int __mfp_config_lpm(unsigned gpio, unsigned long lpm) | 48 | static unsigned long gpdr_lpm[4]; |
43 | { | ||
44 | unsigned mask = GPIO_bit(gpio); | ||
45 | |||
46 | /* low power state */ | ||
47 | switch (lpm) { | ||
48 | case MFP_LPM_DRIVE_HIGH: | ||
49 | PGSR(gpio) |= mask; | ||
50 | break; | ||
51 | case MFP_LPM_DRIVE_LOW: | ||
52 | PGSR(gpio) &= ~mask; | ||
53 | break; | ||
54 | case MFP_LPM_INPUT: | ||
55 | break; | ||
56 | default: | ||
57 | pr_warning("%s: invalid low power state for GPIO%d\n", | ||
58 | __func__, gpio); | ||
59 | return -EINVAL; | ||
60 | } | ||
61 | return 0; | ||
62 | } | ||
63 | 49 | ||
64 | static int __mfp_config_gpio(unsigned gpio, unsigned long c) | 50 | static int __mfp_config_gpio(unsigned gpio, unsigned long c) |
65 | { | 51 | { |
66 | unsigned long gafr, mask = GPIO_bit(gpio); | 52 | unsigned long gafr, mask = GPIO_bit(gpio); |
67 | int fn; | 53 | int bank = gpio_to_bank(gpio); |
54 | int uorl = !!(gpio & 0x10); /* GAFRx_U or GAFRx_L ? */ | ||
55 | int shft = (gpio & 0xf) << 1; | ||
56 | int fn = MFP_AF(c); | ||
57 | int dir = c & MFP_DIR_OUT; | ||
68 | 58 | ||
69 | fn = MFP_AF(c); | ||
70 | if (fn > 3) | 59 | if (fn > 3) |
71 | return -EINVAL; | 60 | return -EINVAL; |
72 | 61 | ||
73 | /* alternate function and direction */ | 62 | /* alternate function and direction at run-time */ |
74 | gafr = GAFR(gpio) & ~(0x3 << ((gpio & 0xf) * 2)); | 63 | gafr = (uorl == 0) ? GAFR_L(bank) : GAFR_U(bank); |
75 | GAFR(gpio) = gafr | (fn << ((gpio & 0xf) * 2)); | 64 | gafr = (gafr & ~(0x3 << shft)) | (fn << shft); |
76 | 65 | ||
77 | if (c & MFP_DIR_OUT) | 66 | if (uorl == 0) |
67 | GAFR_L(bank) = gafr; | ||
68 | else | ||
69 | GAFR_U(bank) = gafr; | ||
70 | |||
71 | if (dir == MFP_DIR_OUT) | ||
78 | GPDR(gpio) |= mask; | 72 | GPDR(gpio) |= mask; |
79 | else | 73 | else |
80 | GPDR(gpio) &= ~mask; | 74 | GPDR(gpio) &= ~mask; |
81 | 75 | ||
82 | if (__mfp_config_lpm(gpio, c & MFP_LPM_STATE_MASK)) | 76 | /* alternate function and direction at low power mode */ |
83 | return -EINVAL; | 77 | switch (c & MFP_LPM_STATE_MASK) { |
78 | case MFP_LPM_DRIVE_HIGH: | ||
79 | PGSR(bank) |= mask; | ||
80 | dir = MFP_DIR_OUT; | ||
81 | break; | ||
82 | case MFP_LPM_DRIVE_LOW: | ||
83 | PGSR(bank) &= ~mask; | ||
84 | dir = MFP_DIR_OUT; | ||
85 | break; | ||
86 | case MFP_LPM_DEFAULT: | ||
87 | break; | ||
88 | default: | ||
89 | /* warning and fall through, treat as MFP_LPM_DEFAULT */ | ||
90 | pr_warning("%s: GPIO%d: unsupported low power mode\n", | ||
91 | __func__, gpio); | ||
92 | break; | ||
93 | } | ||
94 | |||
95 | if (dir == MFP_DIR_OUT) | ||
96 | gpdr_lpm[bank] |= mask; | ||
97 | else | ||
98 | gpdr_lpm[bank] &= ~mask; | ||
84 | 99 | ||
85 | /* give early warning if MFP_LPM_CAN_WAKEUP is set on the | 100 | /* give early warning if MFP_LPM_CAN_WAKEUP is set on the |
86 | * configurations of those pins not able to wakeup | 101 | * configurations of those pins not able to wakeup |
@@ -91,7 +106,7 @@ static int __mfp_config_gpio(unsigned gpio, unsigned long c) | |||
91 | return -EINVAL; | 106 | return -EINVAL; |
92 | } | 107 | } |
93 | 108 | ||
94 | if ((c & MFP_LPM_CAN_WAKEUP) && (c & MFP_DIR_OUT)) { | 109 | if ((c & MFP_LPM_CAN_WAKEUP) && (dir == MFP_DIR_OUT)) { |
95 | pr_warning("%s: output GPIO%d unable to wakeup\n", | 110 | pr_warning("%s: output GPIO%d unable to wakeup\n", |
96 | __func__, gpio); | 111 | __func__, gpio); |
97 | return -EINVAL; | 112 | return -EINVAL; |
@@ -135,7 +150,7 @@ void pxa2xx_mfp_config(unsigned long *mfp_cfgs, int num) | |||
135 | 150 | ||
136 | void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) | 151 | void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) |
137 | { | 152 | { |
138 | unsigned long flags; | 153 | unsigned long flags, c; |
139 | int gpio; | 154 | int gpio; |
140 | 155 | ||
141 | gpio = __mfp_validate(mfp); | 156 | gpio = __mfp_validate(mfp); |
@@ -143,7 +158,11 @@ void pxa2xx_mfp_set_lpm(int mfp, unsigned long lpm) | |||
143 | return; | 158 | return; |
144 | 159 | ||
145 | local_irq_save(flags); | 160 | local_irq_save(flags); |
146 | __mfp_config_lpm(gpio, lpm); | 161 | |
162 | c = gpio_desc[gpio].config; | ||
163 | c = (c & ~MFP_LPM_STATE_MASK) | lpm; | ||
164 | __mfp_config_gpio(gpio, c); | ||
165 | |||
147 | local_irq_restore(flags); | 166 | local_irq_restore(flags); |
148 | } | 167 | } |
149 | 168 | ||
@@ -187,23 +206,22 @@ int gpio_set_wake(unsigned int gpio, unsigned int on) | |||
187 | } | 206 | } |
188 | 207 | ||
189 | #ifdef CONFIG_PXA25x | 208 | #ifdef CONFIG_PXA25x |
190 | static int __init pxa25x_mfp_init(void) | 209 | static void __init pxa25x_mfp_init(void) |
191 | { | 210 | { |
192 | int i; | 211 | int i; |
193 | 212 | ||
194 | if (cpu_is_pxa25x()) { | 213 | for (i = 0; i <= 84; i++) |
195 | for (i = 0; i <= 84; i++) | 214 | gpio_desc[i].valid = 1; |
196 | gpio_desc[i].valid = 1; | ||
197 | 215 | ||
198 | for (i = 0; i <= 15; i++) { | 216 | for (i = 0; i <= 15; i++) { |
199 | gpio_desc[i].can_wakeup = 1; | 217 | gpio_desc[i].can_wakeup = 1; |
200 | gpio_desc[i].mask = GPIO_bit(i); | 218 | gpio_desc[i].mask = GPIO_bit(i); |
201 | } | ||
202 | } | 219 | } |
203 | 220 | ||
204 | return 0; | 221 | gpio_nr = 85; |
205 | } | 222 | } |
206 | postcore_initcall(pxa25x_mfp_init); | 223 | #else |
224 | static inline void pxa25x_mfp_init(void) {} | ||
207 | #endif /* CONFIG_PXA25x */ | 225 | #endif /* CONFIG_PXA25x */ |
208 | 226 | ||
209 | #ifdef CONFIG_PXA27x | 227 | #ifdef CONFIG_PXA27x |
@@ -233,45 +251,103 @@ int keypad_set_wake(unsigned int on) | |||
233 | return 0; | 251 | return 0; |
234 | } | 252 | } |
235 | 253 | ||
236 | static int __init pxa27x_mfp_init(void) | 254 | static void __init pxa27x_mfp_init(void) |
237 | { | 255 | { |
238 | int i, gpio; | 256 | int i, gpio; |
239 | 257 | ||
240 | if (cpu_is_pxa27x()) { | 258 | for (i = 0; i <= 120; i++) { |
241 | for (i = 0; i <= 120; i++) { | 259 | /* skip GPIO2, 5, 6, 7, 8, they are not |
242 | /* skip GPIO2, 5, 6, 7, 8, they are not | 260 | * valid pins allow configuration |
243 | * valid pins allow configuration | 261 | */ |
244 | */ | 262 | if (i == 2 || i == 5 || i == 6 || i == 7 || i == 8) |
245 | if (i == 2 || i == 5 || i == 6 || | 263 | continue; |
246 | i == 7 || i == 8) | ||
247 | continue; | ||
248 | 264 | ||
249 | gpio_desc[i].valid = 1; | 265 | gpio_desc[i].valid = 1; |
250 | } | 266 | } |
251 | 267 | ||
252 | /* Keypad GPIOs */ | 268 | /* Keypad GPIOs */ |
253 | for (i = 0; i < ARRAY_SIZE(pxa27x_pkwr_gpio); i++) { | 269 | for (i = 0; i < ARRAY_SIZE(pxa27x_pkwr_gpio); i++) { |
254 | gpio = pxa27x_pkwr_gpio[i]; | 270 | gpio = pxa27x_pkwr_gpio[i]; |
255 | gpio_desc[gpio].can_wakeup = 1; | 271 | gpio_desc[gpio].can_wakeup = 1; |
256 | gpio_desc[gpio].keypad_gpio = 1; | 272 | gpio_desc[gpio].keypad_gpio = 1; |
257 | gpio_desc[gpio].mask = 1 << i; | 273 | gpio_desc[gpio].mask = 1 << i; |
258 | } | 274 | } |
259 | 275 | ||
260 | /* Overwrite GPIO13 as a PWER wakeup source */ | 276 | /* Overwrite GPIO13 as a PWER wakeup source */ |
261 | for (i = 0; i <= 15; i++) { | 277 | for (i = 0; i <= 15; i++) { |
262 | /* skip GPIO2, 5, 6, 7, 8 */ | 278 | /* skip GPIO2, 5, 6, 7, 8 */ |
263 | if (GPIO_bit(i) & 0x1e4) | 279 | if (GPIO_bit(i) & 0x1e4) |
264 | continue; | 280 | continue; |
265 | 281 | ||
266 | gpio_desc[i].can_wakeup = 1; | 282 | gpio_desc[i].can_wakeup = 1; |
267 | gpio_desc[i].mask = GPIO_bit(i); | 283 | gpio_desc[i].mask = GPIO_bit(i); |
268 | } | 284 | } |
285 | |||
286 | gpio_desc[35].can_wakeup = 1; | ||
287 | gpio_desc[35].mask = PWER_WE35; | ||
288 | |||
289 | gpio_nr = 121; | ||
290 | } | ||
291 | #else | ||
292 | static inline void pxa27x_mfp_init(void) {} | ||
293 | #endif /* CONFIG_PXA27x */ | ||
294 | |||
295 | #ifdef CONFIG_PM | ||
296 | static unsigned long saved_gafr[2][4]; | ||
297 | static unsigned long saved_gpdr[4]; | ||
298 | |||
299 | static int pxa2xx_mfp_suspend(struct sys_device *d, pm_message_t state) | ||
300 | { | ||
301 | int i; | ||
302 | |||
303 | for (i = 0; i <= gpio_to_bank(gpio_nr); i++) { | ||
269 | 304 | ||
270 | gpio_desc[35].can_wakeup = 1; | 305 | saved_gafr[0][i] = GAFR_L(i); |
271 | gpio_desc[35].mask = PWER_WE35; | 306 | saved_gafr[1][i] = GAFR_U(i); |
307 | saved_gpdr[i] = GPDR(i * 32); | ||
308 | |||
309 | GPDR(i * 32) = gpdr_lpm[i]; | ||
272 | } | 310 | } |
311 | return 0; | ||
312 | } | ||
273 | 313 | ||
314 | static int pxa2xx_mfp_resume(struct sys_device *d) | ||
315 | { | ||
316 | int i; | ||
317 | |||
318 | for (i = 0; i <= gpio_to_bank(gpio_nr); i++) { | ||
319 | GAFR_L(i) = saved_gafr[0][i]; | ||
320 | GAFR_U(i) = saved_gafr[1][i]; | ||
321 | GPDR(i * 32) = saved_gpdr[i]; | ||
322 | } | ||
323 | PSSR = PSSR_RDH | PSSR_PH; | ||
274 | return 0; | 324 | return 0; |
275 | } | 325 | } |
276 | postcore_initcall(pxa27x_mfp_init); | 326 | #else |
277 | #endif /* CONFIG_PXA27x */ | 327 | #define pxa2xx_mfp_suspend NULL |
328 | #define pxa2xx_mfp_resume NULL | ||
329 | #endif | ||
330 | |||
331 | struct sysdev_class pxa2xx_mfp_sysclass = { | ||
332 | .name = "mfp", | ||
333 | .suspend = pxa2xx_mfp_suspend, | ||
334 | .resume = pxa2xx_mfp_resume, | ||
335 | }; | ||
336 | |||
337 | static int __init pxa2xx_mfp_init(void) | ||
338 | { | ||
339 | int i; | ||
340 | |||
341 | if (cpu_is_pxa25x()) | ||
342 | pxa25x_mfp_init(); | ||
343 | |||
344 | if (cpu_is_pxa27x()) | ||
345 | pxa27x_mfp_init(); | ||
346 | |||
347 | /* initialize gafr_run[], pgsr_lpm[] from existing values */ | ||
348 | for (i = 0; i <= gpio_to_bank(gpio_nr); i++) | ||
349 | gpdr_lpm[i] = GPDR(i * 32); | ||
350 | |||
351 | return sysdev_class_register(&pxa2xx_mfp_sysclass); | ||
352 | } | ||
353 | postcore_initcall(pxa2xx_mfp_init); | ||
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c new file mode 100644 index 000000000000..0842c531ee4d --- /dev/null +++ b/arch/arm/mach-pxa/mioa701.c | |||
@@ -0,0 +1,905 @@ | |||
1 | /* | ||
2 | * Handles the Mitac Mio A701 Board | ||
3 | * | ||
4 | * Copyright (C) 2008 Robert Jarzmik | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * along with this program; if not, write to the Free Software | ||
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | * | ||
20 | */ | ||
21 | |||
22 | #include <linux/kernel.h> | ||
23 | #include <linux/init.h> | ||
24 | #include <linux/platform_device.h> | ||
25 | #include <linux/sysdev.h> | ||
26 | #include <linux/input.h> | ||
27 | #include <linux/delay.h> | ||
28 | #include <linux/gpio_keys.h> | ||
29 | #include <linux/pwm_backlight.h> | ||
30 | #include <linux/rtc.h> | ||
31 | #include <linux/leds.h> | ||
32 | #include <linux/gpio.h> | ||
33 | #include <linux/interrupt.h> | ||
34 | #include <linux/irq.h> | ||
35 | #include <linux/pda_power.h> | ||
36 | #include <linux/power_supply.h> | ||
37 | #include <linux/wm97xx.h> | ||
38 | #include <linux/mtd/physmap.h> | ||
39 | |||
40 | #include <asm/mach-types.h> | ||
41 | #include <asm/mach/arch.h> | ||
42 | #include <mach/mfp-pxa27x.h> | ||
43 | #include <mach/pxa27x_keypad.h> | ||
44 | #include <mach/pxafb.h> | ||
45 | #include <mach/pxa2xx-regs.h> | ||
46 | #include <mach/mmc.h> | ||
47 | #include <mach/udc.h> | ||
48 | #include <mach/pxa27x-udc.h> | ||
49 | |||
50 | #include <mach/mioa701.h> | ||
51 | |||
52 | #include "generic.h" | ||
53 | #include "devices.h" | ||
54 | |||
55 | static unsigned long mioa701_pin_config[] = { | ||
56 | /* Mio global */ | ||
57 | MIO_CFG_OUT(GPIO9_CHARGE_nEN, AF0, DRIVE_LOW), | ||
58 | MIO_CFG_OUT(GPIO18_POWEROFF, AF0, DRIVE_LOW), | ||
59 | MFP_CFG_OUT(GPIO3, AF0, DRIVE_HIGH), | ||
60 | MFP_CFG_OUT(GPIO4, AF0, DRIVE_HIGH), | ||
61 | |||
62 | /* Backlight PWM 0 */ | ||
63 | GPIO16_PWM0_OUT, | ||
64 | |||
65 | /* MMC */ | ||
66 | GPIO32_MMC_CLK, | ||
67 | GPIO92_MMC_DAT_0, | ||
68 | GPIO109_MMC_DAT_1, | ||
69 | GPIO110_MMC_DAT_2, | ||
70 | GPIO111_MMC_DAT_3, | ||
71 | GPIO112_MMC_CMD, | ||
72 | MIO_CFG_IN(GPIO78_SDIO_RO, AF0), | ||
73 | MIO_CFG_IN(GPIO15_SDIO_INSERT, AF0), | ||
74 | MIO_CFG_OUT(GPIO91_SDIO_EN, AF0, DRIVE_LOW), | ||
75 | |||
76 | /* USB */ | ||
77 | MIO_CFG_IN(GPIO13_USB_DETECT, AF0), | ||
78 | MIO_CFG_OUT(GPIO22_USB_ENABLE, AF0, DRIVE_LOW), | ||
79 | |||
80 | /* LCD */ | ||
81 | GPIO58_LCD_LDD_0, | ||
82 | GPIO59_LCD_LDD_1, | ||
83 | GPIO60_LCD_LDD_2, | ||
84 | GPIO61_LCD_LDD_3, | ||
85 | GPIO62_LCD_LDD_4, | ||
86 | GPIO63_LCD_LDD_5, | ||
87 | GPIO64_LCD_LDD_6, | ||
88 | GPIO65_LCD_LDD_7, | ||
89 | GPIO66_LCD_LDD_8, | ||
90 | GPIO67_LCD_LDD_9, | ||
91 | GPIO68_LCD_LDD_10, | ||
92 | GPIO69_LCD_LDD_11, | ||
93 | GPIO70_LCD_LDD_12, | ||
94 | GPIO71_LCD_LDD_13, | ||
95 | GPIO72_LCD_LDD_14, | ||
96 | GPIO73_LCD_LDD_15, | ||
97 | GPIO74_LCD_FCLK, | ||
98 | GPIO75_LCD_LCLK, | ||
99 | GPIO76_LCD_PCLK, | ||
100 | |||
101 | /* Bluetooth */ | ||
102 | GPIO44_BTUART_CTS, | ||
103 | GPIO42_BTUART_RXD, | ||
104 | GPIO45_BTUART_RTS, | ||
105 | GPIO43_BTUART_TXD, | ||
106 | MIO_CFG_OUT(GPIO83_BT_ON, AF0, DRIVE_LOW), | ||
107 | |||
108 | /* GPS */ | ||
109 | MIO_CFG_OUT(GPIO23_GPS_UNKNOWN1, AF0, DRIVE_LOW), | ||
110 | MIO_CFG_OUT(GPIO26_GPS_ON, AF0, DRIVE_LOW), | ||
111 | MIO_CFG_OUT(GPIO27_GPS_RESET, AF0, DRIVE_LOW), | ||
112 | MIO_CFG_OUT(GPIO106_GPS_UNKNOWN2, AF0, DRIVE_LOW), | ||
113 | MIO_CFG_OUT(GPIO107_GPS_UNKNOWN3, AF0, DRIVE_LOW), | ||
114 | GPIO46_STUART_RXD, | ||
115 | GPIO47_STUART_TXD, | ||
116 | |||
117 | /* GSM */ | ||
118 | MIO_CFG_OUT(GPIO24_GSM_MOD_RESET_CMD, AF0, DRIVE_LOW), | ||
119 | MIO_CFG_OUT(GPIO88_GSM_nMOD_ON_CMD, AF0, DRIVE_HIGH), | ||
120 | MIO_CFG_OUT(GPIO90_GSM_nMOD_OFF_CMD, AF0, DRIVE_HIGH), | ||
121 | MIO_CFG_OUT(GPIO114_GSM_nMOD_DTE_UART_STATE, AF0, DRIVE_HIGH), | ||
122 | MIO_CFG_IN(GPIO25_GSM_MOD_ON_STATE, AF0), | ||
123 | MIO_CFG_IN(GPIO113_GSM_EVENT, AF0) | WAKEUP_ON_EDGE_BOTH, | ||
124 | GPIO34_FFUART_RXD, | ||
125 | GPIO35_FFUART_CTS, | ||
126 | GPIO36_FFUART_DCD, | ||
127 | GPIO37_FFUART_DSR, | ||
128 | GPIO39_FFUART_TXD, | ||
129 | GPIO40_FFUART_DTR, | ||
130 | GPIO41_FFUART_RTS, | ||
131 | |||
132 | /* Sound */ | ||
133 | GPIO89_AC97_SYSCLK, | ||
134 | MIO_CFG_IN(GPIO12_HPJACK_INSERT, AF0), | ||
135 | |||
136 | /* Leds */ | ||
137 | MIO_CFG_OUT(GPIO10_LED_nCharging, AF0, DRIVE_HIGH), | ||
138 | MIO_CFG_OUT(GPIO97_LED_nBlue, AF0, DRIVE_HIGH), | ||
139 | MIO_CFG_OUT(GPIO98_LED_nOrange, AF0, DRIVE_HIGH), | ||
140 | MIO_CFG_OUT(GPIO82_LED_nVibra, AF0, DRIVE_HIGH), | ||
141 | MIO_CFG_OUT(GPIO115_LED_nKeyboard, AF0, DRIVE_HIGH), | ||
142 | |||
143 | /* Keyboard */ | ||
144 | MIO_CFG_IN(GPIO0_KEY_POWER, AF0) | WAKEUP_ON_EDGE_BOTH, | ||
145 | MIO_CFG_IN(GPIO93_KEY_VOLUME_UP, AF0), | ||
146 | MIO_CFG_IN(GPIO94_KEY_VOLUME_DOWN, AF0), | ||
147 | GPIO100_KP_MKIN_0, | ||
148 | GPIO101_KP_MKIN_1, | ||
149 | GPIO102_KP_MKIN_2, | ||
150 | GPIO103_KP_MKOUT_0, | ||
151 | GPIO104_KP_MKOUT_1, | ||
152 | GPIO105_KP_MKOUT_2, | ||
153 | |||
154 | /* Unknown */ | ||
155 | MFP_CFG_IN(GPIO14, AF0), | ||
156 | MFP_CFG_IN(GPIO20, AF0), | ||
157 | MFP_CFG_IN(GPIO21, AF0), | ||
158 | MFP_CFG_IN(GPIO33, AF0), | ||
159 | MFP_CFG_OUT(GPIO49, AF0, DRIVE_HIGH), | ||
160 | MFP_CFG_OUT(GPIO57, AF0, DRIVE_HIGH), | ||
161 | MFP_CFG_OUT(GPIO77, AF0, DRIVE_HIGH), | ||
162 | MFP_CFG_IN(GPIO80, AF0), | ||
163 | MFP_CFG_OUT(GPIO86, AF0, DRIVE_HIGH), | ||
164 | MFP_CFG_IN(GPIO96, AF0), | ||
165 | MFP_CFG_OUT(GPIO116, AF0, DRIVE_HIGH), | ||
166 | }; | ||
167 | |||
168 | #define MIO_GPIO_IN(num, _desc) \ | ||
169 | { .gpio = (num), .dir = 0, .desc = (_desc) } | ||
170 | #define MIO_GPIO_OUT(num, _init, _desc) \ | ||
171 | { .gpio = (num), .dir = 1, .init = (_init), .desc = (_desc) } | ||
172 | struct gpio_ress { | ||
173 | unsigned gpio : 8; | ||
174 | unsigned dir : 1; | ||
175 | unsigned init : 1; | ||
176 | char *desc; | ||
177 | }; | ||
178 | |||
179 | static int mio_gpio_request(struct gpio_ress *gpios, int size) | ||
180 | { | ||
181 | int i, rc = 0; | ||
182 | int gpio; | ||
183 | int dir; | ||
184 | |||
185 | for (i = 0; (!rc) && (i < size); i++) { | ||
186 | gpio = gpios[i].gpio; | ||
187 | dir = gpios[i].dir; | ||
188 | rc = gpio_request(gpio, gpios[i].desc); | ||
189 | if (rc) { | ||
190 | printk(KERN_ERR "Error requesting GPIO %d(%s) : %d\n", | ||
191 | gpio, gpios[i].desc, rc); | ||
192 | continue; | ||
193 | } | ||
194 | if (dir) | ||
195 | gpio_direction_output(gpio, gpios[i].init); | ||
196 | else | ||
197 | gpio_direction_input(gpio); | ||
198 | } | ||
199 | while ((rc) && (--i >= 0)) | ||
200 | gpio_free(gpios[i].gpio); | ||
201 | return rc; | ||
202 | } | ||
203 | |||
204 | static void mio_gpio_free(struct gpio_ress *gpios, int size) | ||
205 | { | ||
206 | int i; | ||
207 | |||
208 | for (i = 0; i < size; i++) | ||
209 | gpio_free(gpios[i].gpio); | ||
210 | } | ||
211 | |||
212 | /* LCD Screen and Backlight */ | ||
213 | static struct platform_pwm_backlight_data mioa701_backlight_data = { | ||
214 | .pwm_id = 0, | ||
215 | .max_brightness = 100, | ||
216 | .dft_brightness = 50, | ||
217 | .pwm_period_ns = 4000 * 1024, /* Fl = 250kHz */ | ||
218 | }; | ||
219 | |||
220 | /* | ||
221 | * LTM0305A776C LCD panel timings | ||
222 | * | ||
223 | * see: | ||
224 | * - the LTM0305A776C datasheet, | ||
225 | * - and the PXA27x Programmers' manual | ||
226 | */ | ||
227 | static struct pxafb_mode_info mioa701_ltm0305a776c = { | ||
228 | .pixclock = 220000, /* CLK=4.545 MHz */ | ||
229 | .xres = 240, | ||
230 | .yres = 320, | ||
231 | .bpp = 16, | ||
232 | .hsync_len = 4, | ||
233 | .vsync_len = 2, | ||
234 | .left_margin = 6, | ||
235 | .right_margin = 4, | ||
236 | .upper_margin = 5, | ||
237 | .lower_margin = 3, | ||
238 | }; | ||
239 | |||
240 | static void mioa701_lcd_power(int on, struct fb_var_screeninfo *si) | ||
241 | { | ||
242 | gpio_set_value(GPIO87_LCD_POWER, on); | ||
243 | } | ||
244 | |||
245 | static struct pxafb_mach_info mioa701_pxafb_info = { | ||
246 | .modes = &mioa701_ltm0305a776c, | ||
247 | .num_modes = 1, | ||
248 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL, | ||
249 | .pxafb_lcd_power = mioa701_lcd_power, | ||
250 | }; | ||
251 | |||
252 | /* | ||
253 | * Keyboard configuration | ||
254 | */ | ||
255 | static unsigned int mioa701_matrix_keys[] = { | ||
256 | KEY(0, 0, KEY_UP), | ||
257 | KEY(0, 1, KEY_RIGHT), | ||
258 | KEY(0, 2, KEY_MEDIA), | ||
259 | KEY(1, 0, KEY_DOWN), | ||
260 | KEY(1, 1, KEY_ENTER), | ||
261 | KEY(1, 2, KEY_CONNECT), /* GPS key */ | ||
262 | KEY(2, 0, KEY_LEFT), | ||
263 | KEY(2, 1, KEY_PHONE), /* Phone Green key */ | ||
264 | KEY(2, 2, KEY_CAMERA) /* Camera key */ | ||
265 | }; | ||
266 | static struct pxa27x_keypad_platform_data mioa701_keypad_info = { | ||
267 | .matrix_key_rows = 3, | ||
268 | .matrix_key_cols = 3, | ||
269 | .matrix_key_map = mioa701_matrix_keys, | ||
270 | .matrix_key_map_size = ARRAY_SIZE(mioa701_matrix_keys), | ||
271 | }; | ||
272 | |||
273 | /* | ||
274 | * GPIO Key Configuration | ||
275 | */ | ||
276 | #define MIO_KEY(key, _gpio, _desc, _wakeup) \ | ||
277 | { .code = (key), .gpio = (_gpio), .active_low = 0, \ | ||
278 | .desc = (_desc), .type = EV_KEY, .wakeup = (_wakeup) } | ||
279 | static struct gpio_keys_button mioa701_button_table[] = { | ||
280 | MIO_KEY(KEY_EXIT, GPIO0_KEY_POWER, "Power button", 1), | ||
281 | MIO_KEY(KEY_VOLUMEUP, GPIO93_KEY_VOLUME_UP, "Volume up", 0), | ||
282 | MIO_KEY(KEY_VOLUMEDOWN, GPIO94_KEY_VOLUME_DOWN, "Volume down", 0), | ||
283 | MIO_KEY(KEY_HP, GPIO12_HPJACK_INSERT, "HP jack detect", 0) | ||
284 | }; | ||
285 | |||
286 | static struct gpio_keys_platform_data mioa701_gpio_keys_data = { | ||
287 | .buttons = mioa701_button_table, | ||
288 | .nbuttons = ARRAY_SIZE(mioa701_button_table), | ||
289 | }; | ||
290 | |||
291 | /* | ||
292 | * Leds and vibrator | ||
293 | */ | ||
294 | #define ONE_LED(_gpio, _name) \ | ||
295 | { .gpio = (_gpio), .name = (_name), .active_low = true } | ||
296 | static struct gpio_led gpio_leds[] = { | ||
297 | ONE_LED(GPIO10_LED_nCharging, "mioa701:charging"), | ||
298 | ONE_LED(GPIO97_LED_nBlue, "mioa701:blue"), | ||
299 | ONE_LED(GPIO98_LED_nOrange, "mioa701:orange"), | ||
300 | ONE_LED(GPIO82_LED_nVibra, "mioa701:vibra"), | ||
301 | ONE_LED(GPIO115_LED_nKeyboard, "mioa701:keyboard") | ||
302 | }; | ||
303 | |||
304 | static struct gpio_led_platform_data gpio_led_info = { | ||
305 | .leds = gpio_leds, | ||
306 | .num_leds = ARRAY_SIZE(gpio_leds), | ||
307 | }; | ||
308 | |||
309 | /* | ||
310 | * GSM Sagem XS200 chip | ||
311 | * | ||
312 | * GSM handling was purged from kernel. For history, this is the way to go : | ||
313 | * - init : GPIO24_GSM_MOD_RESET_CMD = 0, GPIO114_GSM_nMOD_DTE_UART_STATE = 1 | ||
314 | * GPIO88_GSM_nMOD_ON_CMD = 1, GPIO90_GSM_nMOD_OFF_CMD = 1 | ||
315 | * - reset : GPIO24_GSM_MOD_RESET_CMD = 1, msleep(100), | ||
316 | * GPIO24_GSM_MOD_RESET_CMD = 0 | ||
317 | * - turn on : GPIO88_GSM_nMOD_ON_CMD = 0, msleep(1000), | ||
318 | * GPIO88_GSM_nMOD_ON_CMD = 1 | ||
319 | * - turn off : GPIO90_GSM_nMOD_OFF_CMD = 0, msleep(1000), | ||
320 | * GPIO90_GSM_nMOD_OFF_CMD = 1 | ||
321 | */ | ||
322 | static int is_gsm_on(void) | ||
323 | { | ||
324 | int is_on; | ||
325 | |||
326 | is_on = !!gpio_get_value(GPIO25_GSM_MOD_ON_STATE); | ||
327 | return is_on; | ||
328 | } | ||
329 | |||
330 | irqreturn_t gsm_on_irq(int irq, void *p) | ||
331 | { | ||
332 | printk(KERN_DEBUG "Mioa701: GSM status changed to %s\n", | ||
333 | is_gsm_on() ? "on" : "off"); | ||
334 | return IRQ_HANDLED; | ||
335 | } | ||
336 | |||
337 | struct gpio_ress gsm_gpios[] = { | ||
338 | MIO_GPIO_IN(GPIO25_GSM_MOD_ON_STATE, "GSM state"), | ||
339 | MIO_GPIO_IN(GPIO113_GSM_EVENT, "GSM event"), | ||
340 | }; | ||
341 | |||
342 | static int __init gsm_init(void) | ||
343 | { | ||
344 | int rc; | ||
345 | |||
346 | rc = mio_gpio_request(ARRAY_AND_SIZE(gsm_gpios)); | ||
347 | if (rc) | ||
348 | goto err_gpio; | ||
349 | rc = request_irq(gpio_to_irq(GPIO25_GSM_MOD_ON_STATE), gsm_on_irq, | ||
350 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | ||
351 | "GSM XS200 Power Irq", NULL); | ||
352 | if (rc) | ||
353 | goto err_irq; | ||
354 | |||
355 | gpio_set_wake(GPIO113_GSM_EVENT, 1); | ||
356 | return 0; | ||
357 | |||
358 | err_irq: | ||
359 | printk(KERN_ERR "Mioa701: Can't request GSM_ON irq\n"); | ||
360 | mio_gpio_free(ARRAY_AND_SIZE(gsm_gpios)); | ||
361 | err_gpio: | ||
362 | printk(KERN_ERR "Mioa701: gsm not available\n"); | ||
363 | return rc; | ||
364 | } | ||
365 | |||
366 | static void gsm_exit(void) | ||
367 | { | ||
368 | free_irq(gpio_to_irq(GPIO25_GSM_MOD_ON_STATE), NULL); | ||
369 | mio_gpio_free(ARRAY_AND_SIZE(gsm_gpios)); | ||
370 | } | ||
371 | |||
372 | /* | ||
373 | * Bluetooth BRF6150 chip | ||
374 | * | ||
375 | * BT handling was purged from kernel. For history, this is the way to go : | ||
376 | * - turn on : GPIO83_BT_ON = 1 | ||
377 | * - turn off : GPIO83_BT_ON = 0 | ||
378 | */ | ||
379 | |||
380 | /* | ||
381 | * GPS Sirf Star III chip | ||
382 | * | ||
383 | * GPS handling was purged from kernel. For history, this is the way to go : | ||
384 | * - init : GPIO23_GPS_UNKNOWN1 = 1, GPIO26_GPS_ON = 0, GPIO27_GPS_RESET = 0 | ||
385 | * GPIO106_GPS_UNKNOWN2 = 0, GPIO107_GPS_UNKNOWN3 = 0 | ||
386 | * - turn on : GPIO27_GPS_RESET = 1, GPIO26_GPS_ON = 1 | ||
387 | * - turn off : GPIO26_GPS_ON = 0, GPIO27_GPS_RESET = 0 | ||
388 | */ | ||
389 | |||
390 | /* | ||
391 | * USB UDC | ||
392 | */ | ||
393 | static void udc_power_command(int cmd) | ||
394 | { | ||
395 | switch (cmd) { | ||
396 | case PXA2XX_UDC_CMD_DISCONNECT: | ||
397 | gpio_set_value(GPIO22_USB_ENABLE, 0); | ||
398 | break; | ||
399 | case PXA2XX_UDC_CMD_CONNECT: | ||
400 | gpio_set_value(GPIO22_USB_ENABLE, 1); | ||
401 | break; | ||
402 | default: | ||
403 | printk(KERN_INFO "udc_control: unknown command (0x%x)!\n", cmd); | ||
404 | break; | ||
405 | } | ||
406 | } | ||
407 | |||
408 | static int is_usb_connected(void) | ||
409 | { | ||
410 | return !!gpio_get_value(GPIO13_USB_DETECT); | ||
411 | } | ||
412 | |||
413 | static struct pxa2xx_udc_mach_info mioa701_udc_info = { | ||
414 | .udc_is_connected = is_usb_connected, | ||
415 | .udc_command = udc_power_command, | ||
416 | }; | ||
417 | |||
418 | struct gpio_ress udc_gpios[] = { | ||
419 | MIO_GPIO_OUT(GPIO22_USB_ENABLE, 0, "USB Vbus enable") | ||
420 | }; | ||
421 | |||
422 | static int __init udc_init(void) | ||
423 | { | ||
424 | pxa_set_udc_info(&mioa701_udc_info); | ||
425 | return mio_gpio_request(ARRAY_AND_SIZE(udc_gpios)); | ||
426 | } | ||
427 | |||
428 | static void udc_exit(void) | ||
429 | { | ||
430 | mio_gpio_free(ARRAY_AND_SIZE(udc_gpios)); | ||
431 | } | ||
432 | |||
433 | /* | ||
434 | * SDIO/MMC Card controller | ||
435 | */ | ||
436 | static void mci_setpower(struct device *dev, unsigned int vdd) | ||
437 | { | ||
438 | struct pxamci_platform_data *p_d = dev->platform_data; | ||
439 | |||
440 | if ((1 << vdd) & p_d->ocr_mask) | ||
441 | gpio_set_value(GPIO91_SDIO_EN, 1); /* enable SDIO power */ | ||
442 | else | ||
443 | gpio_set_value(GPIO91_SDIO_EN, 0); /* disable SDIO power */ | ||
444 | } | ||
445 | |||
446 | static int mci_get_ro(struct device *dev) | ||
447 | { | ||
448 | return gpio_get_value(GPIO78_SDIO_RO); | ||
449 | } | ||
450 | |||
451 | struct gpio_ress mci_gpios[] = { | ||
452 | MIO_GPIO_IN(GPIO78_SDIO_RO, "SDIO readonly detect"), | ||
453 | MIO_GPIO_IN(GPIO15_SDIO_INSERT, "SDIO insertion detect"), | ||
454 | MIO_GPIO_OUT(GPIO91_SDIO_EN, 0, "SDIO power enable") | ||
455 | }; | ||
456 | |||
457 | static void mci_exit(struct device *dev, void *data) | ||
458 | { | ||
459 | mio_gpio_free(ARRAY_AND_SIZE(mci_gpios)); | ||
460 | free_irq(gpio_to_irq(GPIO15_SDIO_INSERT), data); | ||
461 | } | ||
462 | |||
463 | static struct pxamci_platform_data mioa701_mci_info; | ||
464 | |||
465 | /** | ||
466 | * The card detect interrupt isn't debounced so we delay it by 250ms | ||
467 | * to give the card a chance to fully insert/eject. | ||
468 | */ | ||
469 | static int mci_init(struct device *dev, irq_handler_t detect_int, void *data) | ||
470 | { | ||
471 | int rc; | ||
472 | int irq = gpio_to_irq(GPIO15_SDIO_INSERT); | ||
473 | |||
474 | rc = mio_gpio_request(ARRAY_AND_SIZE(mci_gpios)); | ||
475 | if (rc) | ||
476 | goto err_gpio; | ||
477 | /* enable RE/FE interrupt on card insertion and removal */ | ||
478 | rc = request_irq(irq, detect_int, | ||
479 | IRQF_DISABLED | IRQF_TRIGGER_RISING | | ||
480 | IRQF_TRIGGER_FALLING, | ||
481 | "MMC card detect", data); | ||
482 | if (rc) | ||
483 | goto err_irq; | ||
484 | |||
485 | mioa701_mci_info.detect_delay = msecs_to_jiffies(250); | ||
486 | return 0; | ||
487 | |||
488 | err_irq: | ||
489 | dev_err(dev, "mioa701_mci_init: MMC/SD:" | ||
490 | " can't request MMC card detect IRQ\n"); | ||
491 | mio_gpio_free(ARRAY_AND_SIZE(mci_gpios)); | ||
492 | err_gpio: | ||
493 | return rc; | ||
494 | } | ||
495 | |||
496 | static struct pxamci_platform_data mioa701_mci_info = { | ||
497 | .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, | ||
498 | .init = mci_init, | ||
499 | .get_ro = mci_get_ro, | ||
500 | .setpower = mci_setpower, | ||
501 | .exit = mci_exit, | ||
502 | }; | ||
503 | |||
504 | /* FlashRAM */ | ||
505 | static struct resource strataflash_resource = { | ||
506 | .start = PXA_CS0_PHYS, | ||
507 | .end = PXA_CS0_PHYS + SZ_64M - 1, | ||
508 | .flags = IORESOURCE_MEM, | ||
509 | }; | ||
510 | |||
511 | static struct physmap_flash_data strataflash_data = { | ||
512 | .width = 2, | ||
513 | /* .set_vpp = mioa701_set_vpp, */ | ||
514 | }; | ||
515 | |||
516 | static struct platform_device strataflash = { | ||
517 | .name = "physmap-flash", | ||
518 | .id = -1, | ||
519 | .resource = &strataflash_resource, | ||
520 | .num_resources = 1, | ||
521 | .dev = { | ||
522 | .platform_data = &strataflash_data, | ||
523 | }, | ||
524 | }; | ||
525 | |||
526 | /* | ||
527 | * Suspend/Resume bootstrap management | ||
528 | * | ||
529 | * MIO A701 reboot sequence is highly ROM dependant. From the one dissassembled, | ||
530 | * this sequence is as follows : | ||
531 | * - disables interrupts | ||
532 | * - initialize SDRAM (self refresh RAM into active RAM) | ||
533 | * - initialize GPIOs (depends on value at 0xa020b020) | ||
534 | * - initialize coprossessors | ||
535 | * - if edge detect on PWR_SCL(GPIO3), then proceed to cold start | ||
536 | * - or if value at 0xa020b000 not equal to 0x0f0f0f0f, proceed to cold start | ||
537 | * - else do a resume, ie. jump to addr 0xa0100000 | ||
538 | */ | ||
539 | #define RESUME_ENABLE_ADDR 0xa020b000 | ||
540 | #define RESUME_ENABLE_VAL 0x0f0f0f0f | ||
541 | #define RESUME_BT_ADDR 0xa020b020 | ||
542 | #define RESUME_UNKNOWN_ADDR 0xa020b024 | ||
543 | #define RESUME_VECTOR_ADDR 0xa0100000 | ||
544 | #define BOOTSTRAP_WORDS mioa701_bootstrap_lg/4 | ||
545 | |||
546 | static u32 *save_buffer; | ||
547 | |||
548 | static void install_bootstrap(void) | ||
549 | { | ||
550 | int i; | ||
551 | u32 *rom_bootstrap = phys_to_virt(RESUME_VECTOR_ADDR); | ||
552 | u32 *src = &mioa701_bootstrap; | ||
553 | |||
554 | for (i = 0; i < BOOTSTRAP_WORDS; i++) | ||
555 | rom_bootstrap[i] = src[i]; | ||
556 | } | ||
557 | |||
558 | |||
559 | static int mioa701_sys_suspend(struct sys_device *sysdev, pm_message_t state) | ||
560 | { | ||
561 | int i = 0, is_bt_on; | ||
562 | u32 *mem_resume_vector = phys_to_virt(RESUME_VECTOR_ADDR); | ||
563 | u32 *mem_resume_enabler = phys_to_virt(RESUME_ENABLE_ADDR); | ||
564 | u32 *mem_resume_bt = phys_to_virt(RESUME_BT_ADDR); | ||
565 | u32 *mem_resume_unknown = phys_to_virt(RESUME_UNKNOWN_ADDR); | ||
566 | |||
567 | /* Devices prepare suspend */ | ||
568 | is_bt_on = gpio_get_value(GPIO83_BT_ON); | ||
569 | pxa2xx_mfp_set_lpm(GPIO83_BT_ON, | ||
570 | is_bt_on ? MFP_LPM_DRIVE_HIGH : MFP_LPM_DRIVE_LOW); | ||
571 | |||
572 | for (i = 0; i < BOOTSTRAP_WORDS; i++) | ||
573 | save_buffer[i] = mem_resume_vector[i]; | ||
574 | save_buffer[i++] = *mem_resume_enabler; | ||
575 | save_buffer[i++] = *mem_resume_bt; | ||
576 | save_buffer[i++] = *mem_resume_unknown; | ||
577 | |||
578 | *mem_resume_enabler = RESUME_ENABLE_VAL; | ||
579 | *mem_resume_bt = is_bt_on; | ||
580 | |||
581 | install_bootstrap(); | ||
582 | return 0; | ||
583 | } | ||
584 | |||
585 | static int mioa701_sys_resume(struct sys_device *sysdev) | ||
586 | { | ||
587 | int i = 0; | ||
588 | u32 *mem_resume_vector = phys_to_virt(RESUME_VECTOR_ADDR); | ||
589 | u32 *mem_resume_enabler = phys_to_virt(RESUME_ENABLE_ADDR); | ||
590 | u32 *mem_resume_bt = phys_to_virt(RESUME_BT_ADDR); | ||
591 | u32 *mem_resume_unknown = phys_to_virt(RESUME_UNKNOWN_ADDR); | ||
592 | |||
593 | for (i = 0; i < BOOTSTRAP_WORDS; i++) | ||
594 | mem_resume_vector[i] = save_buffer[i]; | ||
595 | *mem_resume_enabler = save_buffer[i++]; | ||
596 | *mem_resume_bt = save_buffer[i++]; | ||
597 | *mem_resume_unknown = save_buffer[i++]; | ||
598 | |||
599 | return 0; | ||
600 | } | ||
601 | |||
602 | static struct sysdev_class mioa701_sysclass = { | ||
603 | .name = "mioa701", | ||
604 | }; | ||
605 | |||
606 | static struct sys_device sysdev_bootstrap = { | ||
607 | .cls = &mioa701_sysclass, | ||
608 | }; | ||
609 | |||
610 | static struct sysdev_driver driver_bootstrap = { | ||
611 | .suspend = &mioa701_sys_suspend, | ||
612 | .resume = &mioa701_sys_resume, | ||
613 | }; | ||
614 | |||
615 | static int __init bootstrap_init(void) | ||
616 | { | ||
617 | int rc; | ||
618 | int save_size = mioa701_bootstrap_lg + (sizeof(u32) * 3); | ||
619 | |||
620 | rc = sysdev_class_register(&mioa701_sysclass); | ||
621 | if (rc) { | ||
622 | printk(KERN_ERR "Failed registering mioa701 sys class\n"); | ||
623 | return -ENODEV; | ||
624 | } | ||
625 | rc = sysdev_register(&sysdev_bootstrap); | ||
626 | if (rc) { | ||
627 | printk(KERN_ERR "Failed registering mioa701 sys device\n"); | ||
628 | return -ENODEV; | ||
629 | } | ||
630 | rc = sysdev_driver_register(&mioa701_sysclass, &driver_bootstrap); | ||
631 | if (rc) { | ||
632 | printk(KERN_ERR "Failed registering PMU sys driver\n"); | ||
633 | return -ENODEV; | ||
634 | } | ||
635 | |||
636 | save_buffer = kmalloc(save_size, GFP_KERNEL); | ||
637 | if (!save_buffer) | ||
638 | return -ENOMEM; | ||
639 | printk(KERN_INFO "MioA701: allocated %d bytes for bootstrap\n", | ||
640 | save_size); | ||
641 | return 0; | ||
642 | } | ||
643 | |||
644 | static void bootstrap_exit(void) | ||
645 | { | ||
646 | kfree(save_buffer); | ||
647 | sysdev_driver_unregister(&mioa701_sysclass, &driver_bootstrap); | ||
648 | sysdev_unregister(&sysdev_bootstrap); | ||
649 | sysdev_class_unregister(&mioa701_sysclass); | ||
650 | |||
651 | printk(KERN_CRIT "Unregistering mioa701 suspend will hang next" | ||
652 | "resume !!!\n"); | ||
653 | } | ||
654 | |||
655 | /* | ||
656 | * Power Supply | ||
657 | */ | ||
658 | static char *supplicants[] = { | ||
659 | "mioa701_battery" | ||
660 | }; | ||
661 | |||
662 | static void mioa701_set_charge(int flags) | ||
663 | { | ||
664 | gpio_set_value(GPIO9_CHARGE_nEN, !flags); | ||
665 | } | ||
666 | |||
667 | static struct pda_power_pdata power_pdata = { | ||
668 | .is_ac_online = is_usb_connected, | ||
669 | .set_charge = mioa701_set_charge, | ||
670 | .supplied_to = supplicants, | ||
671 | .num_supplicants = ARRAY_SIZE(supplicants), | ||
672 | }; | ||
673 | |||
674 | static struct resource power_resources[] = { | ||
675 | [0] = { | ||
676 | .name = "ac", | ||
677 | .start = gpio_to_irq(GPIO13_USB_DETECT), | ||
678 | .end = gpio_to_irq(GPIO13_USB_DETECT), | ||
679 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE | | ||
680 | IORESOURCE_IRQ_LOWEDGE, | ||
681 | }, | ||
682 | }; | ||
683 | |||
684 | static struct platform_device power_dev = { | ||
685 | .name = "pda-power", | ||
686 | .id = -1, | ||
687 | .resource = power_resources, | ||
688 | .num_resources = ARRAY_SIZE(power_resources), | ||
689 | .dev = { | ||
690 | .platform_data = &power_pdata, | ||
691 | }, | ||
692 | }; | ||
693 | |||
694 | #if defined(CONFIG_PDA_POWER) && defined(CONFIG_TOUCHSCREEN_WM97XX) | ||
695 | static struct wm97xx *battery_wm; | ||
696 | |||
697 | static enum power_supply_property battery_props[] = { | ||
698 | POWER_SUPPLY_PROP_STATUS, | ||
699 | POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN, | ||
700 | POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN, | ||
701 | POWER_SUPPLY_PROP_VOLTAGE_NOW, | ||
702 | POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN, /* Necessary for apm */ | ||
703 | }; | ||
704 | |||
705 | static int get_battery_voltage(void) | ||
706 | { | ||
707 | int adc = -1; | ||
708 | |||
709 | if (battery_wm) | ||
710 | adc = wm97xx_read_aux_adc(battery_wm, WM97XX_AUX_ID1); | ||
711 | return adc; | ||
712 | } | ||
713 | |||
714 | static int get_battery_status(struct power_supply *b) | ||
715 | { | ||
716 | int status; | ||
717 | |||
718 | if (is_usb_connected()) | ||
719 | status = POWER_SUPPLY_STATUS_CHARGING; | ||
720 | else | ||
721 | status = POWER_SUPPLY_STATUS_DISCHARGING; | ||
722 | |||
723 | return status; | ||
724 | } | ||
725 | |||
726 | static int get_property(struct power_supply *b, | ||
727 | enum power_supply_property psp, | ||
728 | union power_supply_propval *val) | ||
729 | { | ||
730 | int rc = 0; | ||
731 | |||
732 | switch (psp) { | ||
733 | case POWER_SUPPLY_PROP_STATUS: | ||
734 | val->intval = get_battery_status(b); | ||
735 | break; | ||
736 | case POWER_SUPPLY_PROP_VOLTAGE_MAX_DESIGN: | ||
737 | val->intval = 0xfd0; | ||
738 | break; | ||
739 | case POWER_SUPPLY_PROP_VOLTAGE_MIN_DESIGN: | ||
740 | val->intval = 0xc00; | ||
741 | break; | ||
742 | case POWER_SUPPLY_PROP_VOLTAGE_NOW: | ||
743 | val->intval = get_battery_voltage(); | ||
744 | break; | ||
745 | case POWER_SUPPLY_PROP_CHARGE_FULL_DESIGN: | ||
746 | val->intval = 100; | ||
747 | break; | ||
748 | default: | ||
749 | val->intval = -1; | ||
750 | rc = -1; | ||
751 | } | ||
752 | |||
753 | return rc; | ||
754 | }; | ||
755 | |||
756 | static struct power_supply battery_ps = { | ||
757 | .name = "mioa701_battery", | ||
758 | .type = POWER_SUPPLY_TYPE_BATTERY, | ||
759 | .get_property = get_property, | ||
760 | .properties = battery_props, | ||
761 | .num_properties = ARRAY_SIZE(battery_props), | ||
762 | }; | ||
763 | |||
764 | static int battery_probe(struct platform_device *pdev) | ||
765 | { | ||
766 | struct wm97xx *wm = platform_get_drvdata(pdev); | ||
767 | int rc; | ||
768 | |||
769 | battery_wm = wm; | ||
770 | |||
771 | rc = power_supply_register(NULL, &battery_ps); | ||
772 | if (rc) | ||
773 | dev_err(&pdev->dev, | ||
774 | "Could not register mioa701 battery -> %d\n", rc); | ||
775 | return rc; | ||
776 | } | ||
777 | |||
778 | static int battery_remove(struct platform_device *pdev) | ||
779 | { | ||
780 | battery_wm = NULL; | ||
781 | return 0; | ||
782 | } | ||
783 | |||
784 | static struct platform_driver mioa701_battery_driver = { | ||
785 | .driver = { | ||
786 | .name = "wm97xx-battery", | ||
787 | }, | ||
788 | .probe = battery_probe, | ||
789 | .remove = battery_remove | ||
790 | }; | ||
791 | |||
792 | static int __init mioa701_battery_init(void) | ||
793 | { | ||
794 | int rc; | ||
795 | |||
796 | rc = platform_driver_register(&mioa701_battery_driver); | ||
797 | if (rc) | ||
798 | printk(KERN_ERR "Could not register mioa701 battery driver\n"); | ||
799 | return rc; | ||
800 | } | ||
801 | |||
802 | #else | ||
803 | static int __init mioa701_battery_init(void) | ||
804 | { | ||
805 | return 0; | ||
806 | } | ||
807 | #endif | ||
808 | |||
809 | /* | ||
810 | * Mio global | ||
811 | */ | ||
812 | |||
813 | /* Devices */ | ||
814 | #define MIO_PARENT_DEV(var, strname, tparent, pdata) \ | ||
815 | static struct platform_device var = { \ | ||
816 | .name = strname, \ | ||
817 | .id = -1, \ | ||
818 | .dev = { \ | ||
819 | .platform_data = pdata, \ | ||
820 | .parent = tparent, \ | ||
821 | }, \ | ||
822 | }; | ||
823 | #define MIO_SIMPLE_DEV(var, strname, pdata) \ | ||
824 | MIO_PARENT_DEV(var, strname, NULL, pdata) | ||
825 | |||
826 | MIO_SIMPLE_DEV(mioa701_gpio_keys, "gpio-keys", &mioa701_gpio_keys_data) | ||
827 | MIO_PARENT_DEV(mioa701_backlight, "pwm-backlight", &pxa27x_device_pwm0.dev, | ||
828 | &mioa701_backlight_data); | ||
829 | MIO_SIMPLE_DEV(mioa701_led, "leds-gpio", &gpio_led_info) | ||
830 | MIO_SIMPLE_DEV(pxa2xx_pcm, "pxa2xx-pcm", NULL) | ||
831 | MIO_SIMPLE_DEV(pxa2xx_ac97, "pxa2xx-ac97", NULL) | ||
832 | MIO_PARENT_DEV(mio_wm9713_codec, "wm9713-codec", &pxa2xx_ac97.dev, NULL) | ||
833 | MIO_SIMPLE_DEV(mioa701_sound, "mioa701-wm9713", NULL) | ||
834 | MIO_SIMPLE_DEV(mioa701_board, "mioa701-board", NULL) | ||
835 | |||
836 | static struct platform_device *devices[] __initdata = { | ||
837 | &mioa701_gpio_keys, | ||
838 | &mioa701_backlight, | ||
839 | &mioa701_led, | ||
840 | &pxa2xx_pcm, | ||
841 | &pxa2xx_ac97, | ||
842 | &mio_wm9713_codec, | ||
843 | &mioa701_sound, | ||
844 | &power_dev, | ||
845 | &strataflash, | ||
846 | &mioa701_board | ||
847 | }; | ||
848 | |||
849 | static void mioa701_machine_exit(void); | ||
850 | |||
851 | static void mioa701_poweroff(void) | ||
852 | { | ||
853 | mioa701_machine_exit(); | ||
854 | gpio_set_value(GPIO18_POWEROFF, 1); | ||
855 | } | ||
856 | |||
857 | static void mioa701_restart(char c) | ||
858 | { | ||
859 | mioa701_machine_exit(); | ||
860 | arm_machine_restart(c); | ||
861 | } | ||
862 | |||
863 | struct gpio_ress global_gpios[] = { | ||
864 | MIO_GPIO_OUT(GPIO9_CHARGE_nEN, 1, "Charger enable"), | ||
865 | MIO_GPIO_OUT(GPIO18_POWEROFF, 0, "Power Off"), | ||
866 | MIO_GPIO_OUT(GPIO87_LCD_POWER, 0, "LCD Power") | ||
867 | }; | ||
868 | |||
869 | static void __init mioa701_machine_init(void) | ||
870 | { | ||
871 | PSLR = 0xff100000; /* SYSDEL=125ms, PWRDEL=125ms, PSLR_SL_ROD=1 */ | ||
872 | PCFR = PCFR_DC_EN | PCFR_GPR_EN | PCFR_OPDE; | ||
873 | RTTR = 32768 - 1; /* Reset crazy WinCE value */ | ||
874 | UP2OCR = UP2OCR_HXOE; | ||
875 | |||
876 | pxa2xx_mfp_config(ARRAY_AND_SIZE(mioa701_pin_config)); | ||
877 | mio_gpio_request(ARRAY_AND_SIZE(global_gpios)); | ||
878 | bootstrap_init(); | ||
879 | set_pxa_fb_info(&mioa701_pxafb_info); | ||
880 | pxa_set_mci_info(&mioa701_mci_info); | ||
881 | pxa_set_keypad_info(&mioa701_keypad_info); | ||
882 | udc_init(); | ||
883 | pm_power_off = mioa701_poweroff; | ||
884 | arm_pm_restart = mioa701_restart; | ||
885 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
886 | gsm_init(); | ||
887 | mioa701_battery_init(); | ||
888 | } | ||
889 | |||
890 | static void mioa701_machine_exit(void) | ||
891 | { | ||
892 | udc_exit(); | ||
893 | bootstrap_exit(); | ||
894 | gsm_exit(); | ||
895 | } | ||
896 | |||
897 | MACHINE_START(MIOA701, "MIO A701") | ||
898 | .phys_io = 0x40000000, | ||
899 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
900 | .boot_params = 0xa0000100, | ||
901 | .map_io = &pxa_map_io, | ||
902 | .init_irq = &pxa27x_init_irq, | ||
903 | .init_machine = mioa701_machine_init, | ||
904 | .timer = &pxa_timer, | ||
905 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/mioa701_bootresume.S b/arch/arm/mach-pxa/mioa701_bootresume.S new file mode 100644 index 000000000000..a647693d9856 --- /dev/null +++ b/arch/arm/mach-pxa/mioa701_bootresume.S | |||
@@ -0,0 +1,36 @@ | |||
1 | /* Bootloader to resume MIO A701 | ||
2 | * | ||
3 | * 2007-1-12 Robert Jarzmik | ||
4 | * | ||
5 | * This code is licenced under the GPLv2. | ||
6 | */ | ||
7 | |||
8 | #include <linux/linkage.h> | ||
9 | #include <asm/assembler.h> | ||
10 | |||
11 | /* | ||
12 | * Note: Yes, part of the following code is located into the .data section. | ||
13 | * This is to allow jumpaddr to be accessed with a relative load | ||
14 | * while we can't rely on any MMU translation. We could have put | ||
15 | * sleep_save_sp in the .text section as well, but some setups might | ||
16 | * insist on it to be truly read-only. | ||
17 | */ | ||
18 | .data | ||
19 | ENTRY(mioa701_bootstrap) | ||
20 | 0: | ||
21 | b 1f | ||
22 | ENTRY(mioa701_jumpaddr) | ||
23 | .word 0x40f00008 @ PSPR in no-MMU mode | ||
24 | 1: | ||
25 | mov r0, #0xa0000000 @ Don't suppose memory access works | ||
26 | orr r0, r0, #0x00200000 @ even if it's supposed to | ||
27 | mov r1, #0 | ||
28 | str r1, [r0] @ Early disable resume for next boot | ||
29 | ldr r0, mioa701_jumpaddr @ (Murphy's Law) | ||
30 | ldr r0, [r0] | ||
31 | mov pc, r0 | ||
32 | 2: | ||
33 | |||
34 | ENTRY(mioa701_bootstrap_lg) | ||
35 | .data | ||
36 | .word 2b-0b | ||
diff --git a/arch/arm/mach-pxa/mp900.c b/arch/arm/mach-pxa/mp900.c new file mode 100644 index 000000000000..8a73814126b1 --- /dev/null +++ b/arch/arm/mach-pxa/mp900.c | |||
@@ -0,0 +1,100 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/mp900.c | ||
3 | * | ||
4 | * Support for the NEC MobilePro900/C platform | ||
5 | * | ||
6 | * Based on mach-pxa/gumstix.c | ||
7 | * | ||
8 | * 2007, 2008 Kristoffer Ericson <kristoffer.ericson@gmail.com> | ||
9 | * 2007, 2008 Michael Petchkovsky <mkpetch@internode.on.net> | ||
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | ||
15 | |||
16 | #include <linux/init.h> | ||
17 | #include <linux/device.h> | ||
18 | #include <linux/platform_device.h> | ||
19 | #include <linux/types.h> | ||
20 | #include <linux/usb/isp116x.h> | ||
21 | |||
22 | #include <mach/hardware.h> | ||
23 | #include <mach/pxa-regs.h> | ||
24 | #include <asm/mach-types.h> | ||
25 | #include <asm/mach/arch.h> | ||
26 | #include "generic.h" | ||
27 | |||
28 | static void isp116x_pfm_delay(struct device *dev, int delay) | ||
29 | { | ||
30 | |||
31 | /* 400Mhz PXA2 = 2.5ns / instruction */ | ||
32 | |||
33 | int cyc = delay / 10; | ||
34 | |||
35 | /* 4 Instructions = 4 x 2.5ns = 10ns */ | ||
36 | __asm__ volatile ("0:\n" | ||
37 | "subs %0, %1, #1\n" | ||
38 | "bge 0b\n" | ||
39 | :"=r" (cyc) | ||
40 | :"0"(cyc) | ||
41 | ); | ||
42 | } | ||
43 | |||
44 | static struct isp116x_platform_data isp116x_pfm_data = { | ||
45 | .remote_wakeup_enable = 1, | ||
46 | .delay = isp116x_pfm_delay, | ||
47 | }; | ||
48 | |||
49 | static struct resource isp116x_pfm_resources[] = { | ||
50 | [0] = { | ||
51 | .start = 0x0d000000, | ||
52 | .end = 0x0d000000 + 1, | ||
53 | .flags = IORESOURCE_MEM, | ||
54 | }, | ||
55 | [1] = { | ||
56 | .start = 0x0d000000 + 4, | ||
57 | .end = 0x0d000000 + 5, | ||
58 | .flags = IORESOURCE_MEM, | ||
59 | }, | ||
60 | [2] = { | ||
61 | .start = 61, | ||
62 | .end = 61, | ||
63 | .flags = IORESOURCE_IRQ, | ||
64 | }, | ||
65 | }; | ||
66 | |||
67 | static struct platform_device mp900c_dummy_device = { | ||
68 | .name = "mp900c_dummy", | ||
69 | .id = -1, | ||
70 | }; | ||
71 | |||
72 | static struct platform_device mp900c_usb = { | ||
73 | .name = "isp116x-hcd", | ||
74 | .num_resources = ARRAY_SIZE(isp116x_pfm_resources), | ||
75 | .resource = isp116x_pfm_resources, | ||
76 | .dev.platform_data = &isp116x_pfm_data, | ||
77 | }; | ||
78 | |||
79 | static struct platform_device *devices[] __initdata = { | ||
80 | &mp900c_dummy_device, | ||
81 | &mp900c_usb, | ||
82 | }; | ||
83 | |||
84 | static void __init mp900c_init(void) | ||
85 | { | ||
86 | printk(KERN_INFO "MobilePro 900/C machine init\n"); | ||
87 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
88 | } | ||
89 | |||
90 | /* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */ | ||
91 | MACHINE_START(NEC_MP900, "MobilePro900/C") | ||
92 | .phys_io = 0x40000000, | ||
93 | .boot_params = 0xa0220100, | ||
94 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
95 | .timer = &pxa_timer, | ||
96 | .map_io = pxa_map_io, | ||
97 | .init_irq = pxa25x_init_irq, | ||
98 | .init_machine = mp900c_init, | ||
99 | MACHINE_END | ||
100 | |||
diff --git a/arch/arm/mach-pxa/palmtx.c b/arch/arm/mach-pxa/palmtx.c index fe924a23debe..4447711c9fc6 100644 --- a/arch/arm/mach-pxa/palmtx.c +++ b/arch/arm/mach-pxa/palmtx.c | |||
@@ -25,6 +25,8 @@ | |||
25 | #include <linux/pda_power.h> | 25 | #include <linux/pda_power.h> |
26 | #include <linux/pwm_backlight.h> | 26 | #include <linux/pwm_backlight.h> |
27 | #include <linux/gpio.h> | 27 | #include <linux/gpio.h> |
28 | #include <linux/wm97xx_batt.h> | ||
29 | #include <linux/power_supply.h> | ||
28 | 30 | ||
29 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
30 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
@@ -340,6 +342,23 @@ static struct platform_device power_supply = { | |||
340 | }; | 342 | }; |
341 | 343 | ||
342 | /****************************************************************************** | 344 | /****************************************************************************** |
345 | * WM97xx battery | ||
346 | ******************************************************************************/ | ||
347 | static struct wm97xx_batt_info wm97xx_batt_pdata = { | ||
348 | .batt_aux = WM97XX_AUX_ID3, | ||
349 | .temp_aux = WM97XX_AUX_ID2, | ||
350 | .charge_gpio = -1, | ||
351 | .max_voltage = PALMTX_BAT_MAX_VOLTAGE, | ||
352 | .min_voltage = PALMTX_BAT_MIN_VOLTAGE, | ||
353 | .batt_mult = 1000, | ||
354 | .batt_div = 414, | ||
355 | .temp_mult = 1, | ||
356 | .temp_div = 1, | ||
357 | .batt_tech = POWER_SUPPLY_TECHNOLOGY_LIPO, | ||
358 | .batt_name = "main-batt", | ||
359 | }; | ||
360 | |||
361 | /****************************************************************************** | ||
343 | * Framebuffer | 362 | * Framebuffer |
344 | ******************************************************************************/ | 363 | ******************************************************************************/ |
345 | static struct pxafb_mode_info palmtx_lcd_modes[] = { | 364 | static struct pxafb_mode_info palmtx_lcd_modes[] = { |
@@ -401,6 +420,7 @@ static void __init palmtx_init(void) | |||
401 | pxa_set_ac97_info(NULL); | 420 | pxa_set_ac97_info(NULL); |
402 | pxa_set_ficp_info(&palmtx_ficp_platform_data); | 421 | pxa_set_ficp_info(&palmtx_ficp_platform_data); |
403 | pxa_set_keypad_info(&palmtx_keypad_platform_data); | 422 | pxa_set_keypad_info(&palmtx_keypad_platform_data); |
423 | wm97xx_bat_set_pdata(&wm97xx_batt_pdata); | ||
404 | 424 | ||
405 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 425 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
406 | } | 426 | } |
diff --git a/arch/arm/mach-pxa/palmz72.c b/arch/arm/mach-pxa/palmz72.c new file mode 100644 index 000000000000..a90b4d77a201 --- /dev/null +++ b/arch/arm/mach-pxa/palmz72.c | |||
@@ -0,0 +1,480 @@ | |||
1 | /* | ||
2 | * Hardware definitions for Palm Zire72 | ||
3 | * | ||
4 | * Authors: | ||
5 | * Vladimir "Farcaller" Pouzanov <farcaller@gmail.com> | ||
6 | * Sergey Lapin <slapin@ossfans.org> | ||
7 | * Alex Osborne <bobofdoom@gmail.com> | ||
8 | * Jan Herman <2hp@seznam.cz> | ||
9 | * | ||
10 | * Rewrite for mainline: | ||
11 | * Marek Vasut <marek.vasut@gmail.com> | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | * | ||
17 | * (find more info at www.hackndev.com) | ||
18 | * | ||
19 | */ | ||
20 | |||
21 | #include <linux/platform_device.h> | ||
22 | #include <linux/sysdev.h> | ||
23 | #include <linux/delay.h> | ||
24 | #include <linux/irq.h> | ||
25 | #include <linux/gpio_keys.h> | ||
26 | #include <linux/input.h> | ||
27 | #include <linux/pda_power.h> | ||
28 | #include <linux/pwm_backlight.h> | ||
29 | #include <linux/gpio.h> | ||
30 | #include <linux/power_supply.h> | ||
31 | |||
32 | #include <asm/mach-types.h> | ||
33 | #include <asm/mach/arch.h> | ||
34 | #include <asm/mach/map.h> | ||
35 | |||
36 | #include <mach/audio.h> | ||
37 | #include <mach/palmz72.h> | ||
38 | #include <mach/mmc.h> | ||
39 | #include <mach/pxafb.h> | ||
40 | #include <mach/pxa-regs.h> | ||
41 | #include <mach/pxa2xx-regs.h> | ||
42 | #include <mach/mfp-pxa27x.h> | ||
43 | #include <mach/irda.h> | ||
44 | #include <mach/pxa27x_keypad.h> | ||
45 | #include <mach/udc.h> | ||
46 | #include <mach/pm.h> | ||
47 | |||
48 | #include "generic.h" | ||
49 | #include "devices.h" | ||
50 | |||
51 | /****************************************************************************** | ||
52 | * Pin configuration | ||
53 | ******************************************************************************/ | ||
54 | static unsigned long palmz72_pin_config[] __initdata = { | ||
55 | /* MMC */ | ||
56 | GPIO32_MMC_CLK, | ||
57 | GPIO92_MMC_DAT_0, | ||
58 | GPIO109_MMC_DAT_1, | ||
59 | GPIO110_MMC_DAT_2, | ||
60 | GPIO111_MMC_DAT_3, | ||
61 | GPIO112_MMC_CMD, | ||
62 | GPIO14_GPIO, /* SD detect */ | ||
63 | GPIO115_GPIO, /* SD RO */ | ||
64 | GPIO98_GPIO, /* SD power */ | ||
65 | |||
66 | /* AC97 */ | ||
67 | GPIO28_AC97_BITCLK, | ||
68 | GPIO29_AC97_SDATA_IN_0, | ||
69 | GPIO30_AC97_SDATA_OUT, | ||
70 | GPIO31_AC97_SYNC, | ||
71 | |||
72 | /* IrDA */ | ||
73 | GPIO49_GPIO, /* ir disable */ | ||
74 | GPIO46_FICP_RXD, | ||
75 | GPIO47_FICP_TXD, | ||
76 | |||
77 | /* PWM */ | ||
78 | GPIO16_PWM0_OUT, | ||
79 | |||
80 | /* USB */ | ||
81 | GPIO15_GPIO, /* usb detect */ | ||
82 | GPIO12_GPIO, /* usb pullup */ | ||
83 | GPIO95_GPIO, /* usb power */ | ||
84 | |||
85 | /* Matrix keypad */ | ||
86 | GPIO100_KP_MKIN_0 | WAKEUP_ON_LEVEL_HIGH, | ||
87 | GPIO101_KP_MKIN_1 | WAKEUP_ON_LEVEL_HIGH, | ||
88 | GPIO102_KP_MKIN_2 | WAKEUP_ON_LEVEL_HIGH, | ||
89 | GPIO97_KP_MKIN_3 | WAKEUP_ON_LEVEL_HIGH, | ||
90 | GPIO103_KP_MKOUT_0, | ||
91 | GPIO104_KP_MKOUT_1, | ||
92 | GPIO105_KP_MKOUT_2, | ||
93 | |||
94 | /* LCD */ | ||
95 | GPIO58_LCD_LDD_0, | ||
96 | GPIO59_LCD_LDD_1, | ||
97 | GPIO60_LCD_LDD_2, | ||
98 | GPIO61_LCD_LDD_3, | ||
99 | GPIO62_LCD_LDD_4, | ||
100 | GPIO63_LCD_LDD_5, | ||
101 | GPIO64_LCD_LDD_6, | ||
102 | GPIO65_LCD_LDD_7, | ||
103 | GPIO66_LCD_LDD_8, | ||
104 | GPIO67_LCD_LDD_9, | ||
105 | GPIO68_LCD_LDD_10, | ||
106 | GPIO69_LCD_LDD_11, | ||
107 | GPIO70_LCD_LDD_12, | ||
108 | GPIO71_LCD_LDD_13, | ||
109 | GPIO72_LCD_LDD_14, | ||
110 | GPIO73_LCD_LDD_15, | ||
111 | GPIO74_LCD_FCLK, | ||
112 | GPIO75_LCD_LCLK, | ||
113 | GPIO76_LCD_PCLK, | ||
114 | GPIO77_LCD_BIAS, | ||
115 | GPIO20_GPIO, /* bl power */ | ||
116 | GPIO21_GPIO, /* LCD border switch */ | ||
117 | GPIO22_GPIO, /* LCD border color */ | ||
118 | GPIO96_GPIO, /* lcd power */ | ||
119 | |||
120 | /* Misc. */ | ||
121 | GPIO0_GPIO | WAKEUP_ON_LEVEL_HIGH, /* power detect */ | ||
122 | GPIO88_GPIO, /* green led */ | ||
123 | GPIO27_GPIO, /* WM9712 IRQ */ | ||
124 | }; | ||
125 | |||
126 | /****************************************************************************** | ||
127 | * SD/MMC card controller | ||
128 | ******************************************************************************/ | ||
129 | static int palmz72_mci_init(struct device *dev, | ||
130 | irq_handler_t palmz72_detect_int, void *data) | ||
131 | { | ||
132 | int err = 0; | ||
133 | |||
134 | /* Setup an interrupt for detecting card insert/remove events */ | ||
135 | err = gpio_request(GPIO_NR_PALMZ72_SD_DETECT_N, "SD IRQ"); | ||
136 | if (err) | ||
137 | goto err; | ||
138 | err = gpio_direction_input(GPIO_NR_PALMZ72_SD_DETECT_N); | ||
139 | if (err) | ||
140 | goto err2; | ||
141 | err = request_irq(gpio_to_irq(GPIO_NR_PALMZ72_SD_DETECT_N), | ||
142 | palmz72_detect_int, IRQF_DISABLED | IRQF_SAMPLE_RANDOM | | ||
143 | IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING, | ||
144 | "SD/MMC card detect", data); | ||
145 | if (err) { | ||
146 | printk(KERN_ERR "%s: cannot request SD/MMC card detect IRQ\n", | ||
147 | __func__); | ||
148 | goto err2; | ||
149 | } | ||
150 | |||
151 | /* SD_POWER is not actually power, but it is more like chip | ||
152 | * select, i.e. it is inverted */ | ||
153 | |||
154 | err = gpio_request(GPIO_NR_PALMZ72_SD_POWER_N, "SD_POWER"); | ||
155 | if (err) | ||
156 | goto err3; | ||
157 | err = gpio_direction_output(GPIO_NR_PALMZ72_SD_POWER_N, 0); | ||
158 | if (err) | ||
159 | goto err4; | ||
160 | err = gpio_request(GPIO_NR_PALMZ72_SD_RO, "SD_RO"); | ||
161 | if (err) | ||
162 | goto err4; | ||
163 | err = gpio_direction_input(GPIO_NR_PALMZ72_SD_RO); | ||
164 | if (err) | ||
165 | goto err5; | ||
166 | |||
167 | printk(KERN_DEBUG "%s: irq registered\n", __func__); | ||
168 | |||
169 | return 0; | ||
170 | |||
171 | err5: | ||
172 | gpio_free(GPIO_NR_PALMZ72_SD_RO); | ||
173 | err4: | ||
174 | gpio_free(GPIO_NR_PALMZ72_SD_POWER_N); | ||
175 | err3: | ||
176 | free_irq(gpio_to_irq(GPIO_NR_PALMZ72_SD_DETECT_N), data); | ||
177 | err2: | ||
178 | gpio_free(GPIO_NR_PALMZ72_SD_DETECT_N); | ||
179 | err: | ||
180 | return err; | ||
181 | } | ||
182 | |||
183 | static void palmz72_mci_exit(struct device *dev, void *data) | ||
184 | { | ||
185 | gpio_free(GPIO_NR_PALMZ72_SD_POWER_N); | ||
186 | free_irq(gpio_to_irq(GPIO_NR_PALMZ72_SD_DETECT_N), data); | ||
187 | gpio_free(GPIO_NR_PALMZ72_SD_DETECT_N); | ||
188 | gpio_free(GPIO_NR_PALMZ72_SD_RO); | ||
189 | } | ||
190 | |||
191 | static void palmz72_mci_power(struct device *dev, unsigned int vdd) | ||
192 | { | ||
193 | struct pxamci_platform_data *p_d = dev->platform_data; | ||
194 | if (p_d->ocr_mask & (1 << vdd)) | ||
195 | gpio_set_value(GPIO_NR_PALMZ72_SD_POWER_N, 0); | ||
196 | else | ||
197 | gpio_set_value(GPIO_NR_PALMZ72_SD_POWER_N, 1); | ||
198 | } | ||
199 | |||
200 | static int palmz72_mci_ro(struct device *dev) | ||
201 | { | ||
202 | return gpio_get_value(GPIO_NR_PALMZ72_SD_RO); | ||
203 | } | ||
204 | |||
205 | static struct pxamci_platform_data palmz72_mci_platform_data = { | ||
206 | .ocr_mask = MMC_VDD_32_33 | MMC_VDD_33_34, | ||
207 | .setpower = palmz72_mci_power, | ||
208 | .get_ro = palmz72_mci_ro, | ||
209 | .init = palmz72_mci_init, | ||
210 | .exit = palmz72_mci_exit, | ||
211 | }; | ||
212 | |||
213 | /****************************************************************************** | ||
214 | * GPIO keyboard | ||
215 | ******************************************************************************/ | ||
216 | static unsigned int palmz72_matrix_keys[] = { | ||
217 | KEY(0, 0, KEY_POWER), | ||
218 | KEY(0, 1, KEY_F1), | ||
219 | KEY(0, 2, KEY_ENTER), | ||
220 | |||
221 | KEY(1, 0, KEY_F2), | ||
222 | KEY(1, 1, KEY_F3), | ||
223 | KEY(1, 2, KEY_F4), | ||
224 | |||
225 | KEY(2, 0, KEY_UP), | ||
226 | KEY(2, 2, KEY_DOWN), | ||
227 | |||
228 | KEY(3, 0, KEY_RIGHT), | ||
229 | KEY(3, 2, KEY_LEFT), | ||
230 | }; | ||
231 | |||
232 | static struct pxa27x_keypad_platform_data palmz72_keypad_platform_data = { | ||
233 | .matrix_key_rows = 4, | ||
234 | .matrix_key_cols = 3, | ||
235 | .matrix_key_map = palmz72_matrix_keys, | ||
236 | .matrix_key_map_size = ARRAY_SIZE(palmz72_matrix_keys), | ||
237 | |||
238 | .debounce_interval = 30, | ||
239 | }; | ||
240 | |||
241 | /****************************************************************************** | ||
242 | * Backlight | ||
243 | ******************************************************************************/ | ||
244 | static int palmz72_backlight_init(struct device *dev) | ||
245 | { | ||
246 | int ret; | ||
247 | |||
248 | ret = gpio_request(GPIO_NR_PALMZ72_BL_POWER, "BL POWER"); | ||
249 | if (ret) | ||
250 | goto err; | ||
251 | ret = gpio_direction_output(GPIO_NR_PALMZ72_BL_POWER, 0); | ||
252 | if (ret) | ||
253 | goto err2; | ||
254 | ret = gpio_request(GPIO_NR_PALMZ72_LCD_POWER, "LCD POWER"); | ||
255 | if (ret) | ||
256 | goto err2; | ||
257 | ret = gpio_direction_output(GPIO_NR_PALMZ72_LCD_POWER, 0); | ||
258 | if (ret) | ||
259 | goto err3; | ||
260 | |||
261 | return 0; | ||
262 | err3: | ||
263 | gpio_free(GPIO_NR_PALMZ72_LCD_POWER); | ||
264 | err2: | ||
265 | gpio_free(GPIO_NR_PALMZ72_BL_POWER); | ||
266 | err: | ||
267 | return ret; | ||
268 | } | ||
269 | |||
270 | static int palmz72_backlight_notify(int brightness) | ||
271 | { | ||
272 | gpio_set_value(GPIO_NR_PALMZ72_BL_POWER, brightness); | ||
273 | gpio_set_value(GPIO_NR_PALMZ72_LCD_POWER, brightness); | ||
274 | return brightness; | ||
275 | } | ||
276 | |||
277 | static void palmz72_backlight_exit(struct device *dev) | ||
278 | { | ||
279 | gpio_free(GPIO_NR_PALMZ72_BL_POWER); | ||
280 | gpio_free(GPIO_NR_PALMZ72_LCD_POWER); | ||
281 | } | ||
282 | |||
283 | static struct platform_pwm_backlight_data palmz72_backlight_data = { | ||
284 | .pwm_id = 0, | ||
285 | .max_brightness = PALMZ72_MAX_INTENSITY, | ||
286 | .dft_brightness = PALMZ72_MAX_INTENSITY, | ||
287 | .pwm_period_ns = PALMZ72_PERIOD_NS, | ||
288 | .init = palmz72_backlight_init, | ||
289 | .notify = palmz72_backlight_notify, | ||
290 | .exit = palmz72_backlight_exit, | ||
291 | }; | ||
292 | |||
293 | static struct platform_device palmz72_backlight = { | ||
294 | .name = "pwm-backlight", | ||
295 | .dev = { | ||
296 | .parent = &pxa27x_device_pwm0.dev, | ||
297 | .platform_data = &palmz72_backlight_data, | ||
298 | }, | ||
299 | }; | ||
300 | |||
301 | /****************************************************************************** | ||
302 | * IrDA | ||
303 | ******************************************************************************/ | ||
304 | static int palmz72_irda_startup(struct device *dev) | ||
305 | { | ||
306 | int err; | ||
307 | err = gpio_request(GPIO_NR_PALMZ72_IR_DISABLE, "IR DISABLE"); | ||
308 | if (err) | ||
309 | goto err; | ||
310 | err = gpio_direction_output(GPIO_NR_PALMZ72_IR_DISABLE, 1); | ||
311 | if (err) | ||
312 | gpio_free(GPIO_NR_PALMZ72_IR_DISABLE); | ||
313 | err: | ||
314 | return err; | ||
315 | } | ||
316 | |||
317 | static void palmz72_irda_shutdown(struct device *dev) | ||
318 | { | ||
319 | gpio_free(GPIO_NR_PALMZ72_IR_DISABLE); | ||
320 | } | ||
321 | |||
322 | static void palmz72_irda_transceiver_mode(struct device *dev, int mode) | ||
323 | { | ||
324 | gpio_set_value(GPIO_NR_PALMZ72_IR_DISABLE, mode & IR_OFF); | ||
325 | pxa2xx_transceiver_mode(dev, mode); | ||
326 | } | ||
327 | |||
328 | static struct pxaficp_platform_data palmz72_ficp_platform_data = { | ||
329 | .startup = palmz72_irda_startup, | ||
330 | .shutdown = palmz72_irda_shutdown, | ||
331 | .transceiver_cap = IR_SIRMODE | IR_OFF, | ||
332 | .transceiver_mode = palmz72_irda_transceiver_mode, | ||
333 | }; | ||
334 | |||
335 | /****************************************************************************** | ||
336 | * LEDs | ||
337 | ******************************************************************************/ | ||
338 | static struct gpio_led gpio_leds[] = { | ||
339 | { | ||
340 | .name = "palmz72:green:led", | ||
341 | .default_trigger = "none", | ||
342 | .gpio = GPIO_NR_PALMZ72_LED_GREEN, | ||
343 | }, | ||
344 | }; | ||
345 | |||
346 | static struct gpio_led_platform_data gpio_led_info = { | ||
347 | .leds = gpio_leds, | ||
348 | .num_leds = ARRAY_SIZE(gpio_leds), | ||
349 | }; | ||
350 | |||
351 | static struct platform_device palmz72_leds = { | ||
352 | .name = "leds-gpio", | ||
353 | .id = -1, | ||
354 | .dev = { | ||
355 | .platform_data = &gpio_led_info, | ||
356 | } | ||
357 | }; | ||
358 | |||
359 | /****************************************************************************** | ||
360 | * Power supply | ||
361 | ******************************************************************************/ | ||
362 | static int power_supply_init(struct device *dev) | ||
363 | { | ||
364 | int ret; | ||
365 | |||
366 | ret = gpio_request(GPIO_NR_PALMZ72_POWER_DETECT, "CABLE_STATE_AC"); | ||
367 | if (ret) | ||
368 | goto err1; | ||
369 | ret = gpio_direction_input(GPIO_NR_PALMZ72_POWER_DETECT); | ||
370 | if (ret) | ||
371 | goto err2; | ||
372 | |||
373 | ret = gpio_request(GPIO_NR_PALMZ72_USB_DETECT_N, "CABLE_STATE_USB"); | ||
374 | if (ret) | ||
375 | goto err2; | ||
376 | ret = gpio_direction_input(GPIO_NR_PALMZ72_USB_DETECT_N); | ||
377 | if (ret) | ||
378 | goto err3; | ||
379 | |||
380 | return 0; | ||
381 | err3: | ||
382 | gpio_free(GPIO_NR_PALMZ72_USB_DETECT_N); | ||
383 | err2: | ||
384 | gpio_free(GPIO_NR_PALMZ72_POWER_DETECT); | ||
385 | err1: | ||
386 | return ret; | ||
387 | } | ||
388 | |||
389 | static int palmz72_is_ac_online(void) | ||
390 | { | ||
391 | return gpio_get_value(GPIO_NR_PALMZ72_POWER_DETECT); | ||
392 | } | ||
393 | |||
394 | static int palmz72_is_usb_online(void) | ||
395 | { | ||
396 | return !gpio_get_value(GPIO_NR_PALMZ72_USB_DETECT_N); | ||
397 | } | ||
398 | |||
399 | static void power_supply_exit(struct device *dev) | ||
400 | { | ||
401 | gpio_free(GPIO_NR_PALMZ72_USB_DETECT_N); | ||
402 | gpio_free(GPIO_NR_PALMZ72_POWER_DETECT); | ||
403 | } | ||
404 | |||
405 | static char *palmz72_supplicants[] = { | ||
406 | "main-battery", | ||
407 | }; | ||
408 | |||
409 | static struct pda_power_pdata power_supply_info = { | ||
410 | .init = power_supply_init, | ||
411 | .is_ac_online = palmz72_is_ac_online, | ||
412 | .is_usb_online = palmz72_is_usb_online, | ||
413 | .exit = power_supply_exit, | ||
414 | .supplied_to = palmz72_supplicants, | ||
415 | .num_supplicants = ARRAY_SIZE(palmz72_supplicants), | ||
416 | }; | ||
417 | |||
418 | static struct platform_device power_supply = { | ||
419 | .name = "pda-power", | ||
420 | .id = -1, | ||
421 | .dev = { | ||
422 | .platform_data = &power_supply_info, | ||
423 | }, | ||
424 | }; | ||
425 | |||
426 | /****************************************************************************** | ||
427 | * Framebuffer | ||
428 | ******************************************************************************/ | ||
429 | static struct pxafb_mode_info palmz72_lcd_modes[] = { | ||
430 | { | ||
431 | .pixclock = 115384, | ||
432 | .xres = 320, | ||
433 | .yres = 320, | ||
434 | .bpp = 16, | ||
435 | |||
436 | .left_margin = 27, | ||
437 | .right_margin = 7, | ||
438 | .upper_margin = 7, | ||
439 | .lower_margin = 8, | ||
440 | |||
441 | .hsync_len = 6, | ||
442 | .vsync_len = 1, | ||
443 | }, | ||
444 | }; | ||
445 | |||
446 | static struct pxafb_mach_info palmz72_lcd_screen = { | ||
447 | .modes = palmz72_lcd_modes, | ||
448 | .num_modes = ARRAY_SIZE(palmz72_lcd_modes), | ||
449 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL, | ||
450 | }; | ||
451 | |||
452 | /****************************************************************************** | ||
453 | * Machine init | ||
454 | ******************************************************************************/ | ||
455 | static struct platform_device *devices[] __initdata = { | ||
456 | &palmz72_backlight, | ||
457 | &palmz72_leds, | ||
458 | &power_supply, | ||
459 | }; | ||
460 | |||
461 | static void __init palmz72_init(void) | ||
462 | { | ||
463 | pxa2xx_mfp_config(ARRAY_AND_SIZE(palmz72_pin_config)); | ||
464 | set_pxa_fb_info(&palmz72_lcd_screen); | ||
465 | pxa_set_mci_info(&palmz72_mci_platform_data); | ||
466 | pxa_set_ac97_info(NULL); | ||
467 | pxa_set_ficp_info(&palmz72_ficp_platform_data); | ||
468 | pxa_set_keypad_info(&palmz72_keypad_platform_data); | ||
469 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
470 | } | ||
471 | |||
472 | MACHINE_START(PALMZ72, "Palm Zire72") | ||
473 | .phys_io = 0x40000000, | ||
474 | .io_pg_offst = io_p2v(0x40000000), | ||
475 | .boot_params = 0xa0000100, | ||
476 | .map_io = pxa_map_io, | ||
477 | .init_irq = pxa27x_init_irq, | ||
478 | .timer = &pxa_timer, | ||
479 | .init_machine = palmz72_init | ||
480 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/pcm027.c b/arch/arm/mach-pxa/pcm027.c index 730b9f6ede1d..36135a02fdc7 100644 --- a/arch/arm/mach-pxa/pcm027.c +++ b/arch/arm/mach-pxa/pcm027.c | |||
@@ -31,7 +31,7 @@ | |||
31 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
32 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
33 | #include <mach/pxa-regs.h> | 33 | #include <mach/pxa-regs.h> |
34 | #include <mach/pxa2xx-gpio.h> | 34 | #include <mach/mfp-pxa27x.h> |
35 | #include <mach/pxa2xx-regs.h> | 35 | #include <mach/pxa2xx-regs.h> |
36 | #include <mach/pxa2xx_spi.h> | 36 | #include <mach/pxa2xx_spi.h> |
37 | #include <mach/pcm027.h> | 37 | #include <mach/pcm027.h> |
@@ -86,6 +86,28 @@ | |||
86 | * *) CPU internal use only | 86 | * *) CPU internal use only |
87 | */ | 87 | */ |
88 | 88 | ||
89 | static unsigned long pcm027_pin_config[] __initdata = { | ||
90 | /* Chip Selects */ | ||
91 | GPIO20_nSDCS_2, | ||
92 | GPIO21_nSDCS_3, | ||
93 | GPIO15_nCS_1, | ||
94 | GPIO78_nCS_2, | ||
95 | GPIO80_nCS_4, | ||
96 | GPIO33_nCS_5, /* Ethernet */ | ||
97 | |||
98 | /* I2C */ | ||
99 | GPIO117_I2C_SCL, | ||
100 | GPIO118_I2C_SDA, | ||
101 | |||
102 | /* GPIO */ | ||
103 | GPIO52_GPIO, /* IRQ from network controller */ | ||
104 | #ifdef CONFIG_LEDS_GPIO | ||
105 | GPIO90_GPIO, /* PCM027_LED_CPU */ | ||
106 | GPIO91_GPIO, /* PCM027_LED_HEART_BEAT */ | ||
107 | #endif | ||
108 | GPIO114_GPIO, /* IRQ from CAN controller */ | ||
109 | }; | ||
110 | |||
89 | /* | 111 | /* |
90 | * SMC91x network controller specific stuff | 112 | * SMC91x network controller specific stuff |
91 | */ | 113 | */ |
@@ -206,13 +228,9 @@ static void __init pcm027_init(void) | |||
206 | */ | 228 | */ |
207 | ARB_CNTRL = ARB_CORE_PARK | 0x234; | 229 | ARB_CNTRL = ARB_CORE_PARK | 0x234; |
208 | 230 | ||
209 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 231 | pxa2xx_mfp_config(pcm027_pin_config, ARRAY_SIZE(pcm027_pin_config)); |
210 | 232 | ||
211 | /* LEDs (on demand only) */ | 233 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
212 | #ifdef CONFIG_LEDS_GPIO | ||
213 | pxa_gpio_mode(PCM027_LED_CPU | GPIO_OUT); | ||
214 | pxa_gpio_mode(PCM027_LED_HEARD_BEAT | GPIO_OUT); | ||
215 | #endif /* CONFIG_LEDS_GPIO */ | ||
216 | 234 | ||
217 | /* at last call the baseboard to initialize itself */ | 235 | /* at last call the baseboard to initialize itself */ |
218 | #ifdef CONFIG_MACH_PCM990_BASEBOARD | 236 | #ifdef CONFIG_MACH_PCM990_BASEBOARD |
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index 055ec63d768c..2e3bd8b1523b 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -20,6 +20,9 @@ | |||
20 | #include <linux/fb.h> | 20 | #include <linux/fb.h> |
21 | #include <linux/pm.h> | 21 | #include <linux/pm.h> |
22 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
23 | #include <linux/gpio.h> | ||
24 | #include <linux/spi/spi.h> | ||
25 | #include <linux/spi/ads7846.h> | ||
23 | 26 | ||
24 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
25 | #include <asm/mach-types.h> | 28 | #include <asm/mach-types.h> |
@@ -33,14 +36,16 @@ | |||
33 | 36 | ||
34 | #include <mach/pxa-regs.h> | 37 | #include <mach/pxa-regs.h> |
35 | #include <mach/pxa2xx-regs.h> | 38 | #include <mach/pxa2xx-regs.h> |
36 | #include <mach/pxa2xx-gpio.h> | 39 | #include <mach/mfp-pxa25x.h> |
37 | #include <mach/mmc.h> | 40 | #include <mach/mmc.h> |
38 | #include <mach/udc.h> | 41 | #include <mach/udc.h> |
42 | #include <mach/i2c.h> | ||
39 | #include <mach/irda.h> | 43 | #include <mach/irda.h> |
40 | #include <mach/poodle.h> | 44 | #include <mach/poodle.h> |
41 | #include <mach/pxafb.h> | 45 | #include <mach/pxafb.h> |
42 | #include <mach/sharpsl.h> | 46 | #include <mach/sharpsl.h> |
43 | #include <mach/ssp.h> | 47 | #include <mach/ssp.h> |
48 | #include <mach/pxa2xx_spi.h> | ||
44 | 49 | ||
45 | #include <asm/hardware/scoop.h> | 50 | #include <asm/hardware/scoop.h> |
46 | #include <asm/hardware/locomo.h> | 51 | #include <asm/hardware/locomo.h> |
@@ -50,6 +55,88 @@ | |||
50 | #include "devices.h" | 55 | #include "devices.h" |
51 | #include "sharpsl.h" | 56 | #include "sharpsl.h" |
52 | 57 | ||
58 | static unsigned long poodle_pin_config[] __initdata = { | ||
59 | /* I/O */ | ||
60 | GPIO79_nCS_3, | ||
61 | GPIO80_nCS_4, | ||
62 | GPIO18_RDY, | ||
63 | |||
64 | /* Clock */ | ||
65 | GPIO12_32KHz, | ||
66 | |||
67 | /* SSP1 */ | ||
68 | GPIO23_SSP1_SCLK, | ||
69 | GPIO25_SSP1_TXD, | ||
70 | GPIO26_SSP1_RXD, | ||
71 | GPIO24_GPIO, /* POODLE_GPIO_TP_CS - SFRM as chip select */ | ||
72 | |||
73 | /* I2S */ | ||
74 | GPIO28_I2S_BITCLK_OUT, | ||
75 | GPIO29_I2S_SDATA_IN, | ||
76 | GPIO30_I2S_SDATA_OUT, | ||
77 | GPIO31_I2S_SYNC, | ||
78 | GPIO32_I2S_SYSCLK, | ||
79 | |||
80 | /* Infra-Red */ | ||
81 | GPIO47_FICP_TXD, | ||
82 | GPIO46_FICP_RXD, | ||
83 | |||
84 | /* FFUART */ | ||
85 | GPIO40_FFUART_DTR, | ||
86 | GPIO41_FFUART_RTS, | ||
87 | GPIO39_FFUART_TXD, | ||
88 | GPIO37_FFUART_DSR, | ||
89 | GPIO34_FFUART_RXD, | ||
90 | GPIO35_FFUART_CTS, | ||
91 | |||
92 | /* LCD */ | ||
93 | GPIO58_LCD_LDD_0, | ||
94 | GPIO59_LCD_LDD_1, | ||
95 | GPIO60_LCD_LDD_2, | ||
96 | GPIO61_LCD_LDD_3, | ||
97 | GPIO62_LCD_LDD_4, | ||
98 | GPIO63_LCD_LDD_5, | ||
99 | GPIO64_LCD_LDD_6, | ||
100 | GPIO65_LCD_LDD_7, | ||
101 | GPIO66_LCD_LDD_8, | ||
102 | GPIO67_LCD_LDD_9, | ||
103 | GPIO68_LCD_LDD_10, | ||
104 | GPIO69_LCD_LDD_11, | ||
105 | GPIO70_LCD_LDD_12, | ||
106 | GPIO71_LCD_LDD_13, | ||
107 | GPIO72_LCD_LDD_14, | ||
108 | GPIO73_LCD_LDD_15, | ||
109 | GPIO74_LCD_FCLK, | ||
110 | GPIO75_LCD_LCLK, | ||
111 | GPIO76_LCD_PCLK, | ||
112 | GPIO77_LCD_BIAS, | ||
113 | |||
114 | /* PC Card */ | ||
115 | GPIO48_nPOE, | ||
116 | GPIO49_nPWE, | ||
117 | GPIO50_nPIOR, | ||
118 | GPIO51_nPIOW, | ||
119 | GPIO52_nPCE_1, | ||
120 | GPIO53_nPCE_2, | ||
121 | GPIO54_nPSKTSEL, | ||
122 | GPIO55_nPREG, | ||
123 | GPIO56_nPWAIT, | ||
124 | GPIO57_nIOIS16, | ||
125 | |||
126 | /* MMC */ | ||
127 | GPIO6_MMC_CLK, | ||
128 | GPIO8_MMC_CS0, | ||
129 | |||
130 | /* GPIO */ | ||
131 | GPIO9_GPIO, /* POODLE_GPIO_nSD_DETECT */ | ||
132 | GPIO7_GPIO, /* POODLE_GPIO_nSD_WP */ | ||
133 | GPIO3_GPIO, /* POODLE_GPIO_SD_PWR */ | ||
134 | GPIO33_GPIO, /* POODLE_GPIO_SD_PWR1 */ | ||
135 | |||
136 | GPIO20_GPIO, /* POODLE_GPIO_USB_PULLUP */ | ||
137 | GPIO22_GPIO, /* POODLE_GPIO_IR_ON */ | ||
138 | }; | ||
139 | |||
53 | static struct resource poodle_scoop_resources[] = { | 140 | static struct resource poodle_scoop_resources[] = { |
54 | [0] = { | 141 | [0] = { |
55 | .start = 0x10800000, | 142 | .start = 0x10800000, |
@@ -61,6 +148,7 @@ static struct resource poodle_scoop_resources[] = { | |||
61 | static struct scoop_config poodle_scoop_setup = { | 148 | static struct scoop_config poodle_scoop_setup = { |
62 | .io_dir = POODLE_SCOOP_IO_DIR, | 149 | .io_dir = POODLE_SCOOP_IO_DIR, |
63 | .io_out = POODLE_SCOOP_IO_OUT, | 150 | .io_out = POODLE_SCOOP_IO_OUT, |
151 | .gpio_base = POODLE_SCOOP_GPIO_BASE, | ||
64 | }; | 152 | }; |
65 | 153 | ||
66 | struct platform_device poodle_scoop_device = { | 154 | struct platform_device poodle_scoop_device = { |
@@ -73,27 +161,6 @@ struct platform_device poodle_scoop_device = { | |||
73 | .resource = poodle_scoop_resources, | 161 | .resource = poodle_scoop_resources, |
74 | }; | 162 | }; |
75 | 163 | ||
76 | static void poodle_pcmcia_init(void) | ||
77 | { | ||
78 | /* Setup default state of GPIO outputs | ||
79 | before we enable them as outputs. */ | ||
80 | GPSR(GPIO48_nPOE) = GPIO_bit(GPIO48_nPOE) | | ||
81 | GPIO_bit(GPIO49_nPWE) | GPIO_bit(GPIO50_nPIOR) | | ||
82 | GPIO_bit(GPIO51_nPIOW) | GPIO_bit(GPIO52_nPCE_1) | | ||
83 | GPIO_bit(GPIO53_nPCE_2); | ||
84 | |||
85 | pxa_gpio_mode(GPIO48_nPOE_MD); | ||
86 | pxa_gpio_mode(GPIO49_nPWE_MD); | ||
87 | pxa_gpio_mode(GPIO50_nPIOR_MD); | ||
88 | pxa_gpio_mode(GPIO51_nPIOW_MD); | ||
89 | pxa_gpio_mode(GPIO55_nPREG_MD); | ||
90 | pxa_gpio_mode(GPIO56_nPWAIT_MD); | ||
91 | pxa_gpio_mode(GPIO57_nIOIS16_MD); | ||
92 | pxa_gpio_mode(GPIO52_nPCE_1_MD); | ||
93 | pxa_gpio_mode(GPIO53_nPCE_2_MD); | ||
94 | pxa_gpio_mode(GPIO54_pSKTSEL_MD); | ||
95 | } | ||
96 | |||
97 | static struct scoop_pcmcia_dev poodle_pcmcia_scoop[] = { | 164 | static struct scoop_pcmcia_dev poodle_pcmcia_scoop[] = { |
98 | { | 165 | { |
99 | .dev = &poodle_scoop_device.dev, | 166 | .dev = &poodle_scoop_device.dev, |
@@ -106,7 +173,6 @@ static struct scoop_pcmcia_dev poodle_pcmcia_scoop[] = { | |||
106 | static struct scoop_pcmcia_config poodle_pcmcia_config = { | 173 | static struct scoop_pcmcia_config poodle_pcmcia_config = { |
107 | .devs = &poodle_pcmcia_scoop[0], | 174 | .devs = &poodle_pcmcia_scoop[0], |
108 | .num_devs = 1, | 175 | .num_devs = 1, |
109 | .pcmcia_init = poodle_pcmcia_init, | ||
110 | }; | 176 | }; |
111 | 177 | ||
112 | EXPORT_SYMBOL(poodle_scoop_device); | 178 | EXPORT_SYMBOL(poodle_scoop_device); |
@@ -135,62 +201,55 @@ struct platform_device poodle_locomo_device = { | |||
135 | 201 | ||
136 | EXPORT_SYMBOL(poodle_locomo_device); | 202 | EXPORT_SYMBOL(poodle_locomo_device); |
137 | 203 | ||
138 | /* | 204 | #if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) |
139 | * Poodle SSP Device | 205 | static struct pxa2xx_spi_master poodle_spi_info = { |
140 | */ | 206 | .num_chipselect = 1, |
141 | |||
142 | struct platform_device poodle_ssp_device = { | ||
143 | .name = "corgi-ssp", | ||
144 | .id = -1, | ||
145 | }; | ||
146 | |||
147 | struct corgissp_machinfo poodle_ssp_machinfo = { | ||
148 | .port = 1, | ||
149 | .cs_lcdcon = -1, | ||
150 | .cs_ads7846 = -1, | ||
151 | .cs_max1111 = -1, | ||
152 | .clk_lcdcon = 2, | ||
153 | .clk_ads7846 = 36, | ||
154 | .clk_max1111 = 2, | ||
155 | }; | 207 | }; |
156 | 208 | ||
157 | 209 | static struct ads7846_platform_data poodle_ads7846_info = { | |
158 | /* | 210 | .model = 7846, |
159 | * Poodle Touch Screen Device | 211 | .vref_delay_usecs = 100, |
160 | */ | 212 | .x_plate_ohms = 419, |
161 | static struct resource poodlets_resources[] = { | 213 | .y_plate_ohms = 486, |
162 | [0] = { | 214 | .gpio_pendown = POODLE_GPIO_TP_INT, |
163 | .start = POODLE_IRQ_GPIO_TP_INT, | ||
164 | .end = POODLE_IRQ_GPIO_TP_INT, | ||
165 | .flags = IORESOURCE_IRQ, | ||
166 | }, | ||
167 | }; | 215 | }; |
168 | 216 | ||
169 | static unsigned long poodle_get_hsync_invperiod(void) | 217 | static void ads7846_cs(u32 command) |
170 | { | 218 | { |
171 | return 0; | 219 | gpio_set_value(POODLE_GPIO_TP_CS, !(command == PXA2XX_CS_ASSERT)); |
172 | } | 220 | } |
173 | 221 | ||
174 | static void poodle_null_hsync(void) | 222 | static struct pxa2xx_spi_chip poodle_ads7846_chip = { |
175 | { | 223 | .cs_control = ads7846_cs, |
176 | } | ||
177 | |||
178 | static struct corgits_machinfo poodle_ts_machinfo = { | ||
179 | .get_hsync_invperiod = poodle_get_hsync_invperiod, | ||
180 | .put_hsync = poodle_null_hsync, | ||
181 | .wait_hsync = poodle_null_hsync, | ||
182 | }; | 224 | }; |
183 | 225 | ||
184 | static struct platform_device poodle_ts_device = { | 226 | static struct spi_board_info poodle_spi_devices[] = { |
185 | .name = "corgi-ts", | 227 | { |
186 | .dev = { | 228 | .modalias = "ads7846", |
187 | .platform_data = &poodle_ts_machinfo, | 229 | .max_speed_hz = 10000, |
230 | .bus_num = 1, | ||
231 | .platform_data = &poodle_ads7846_info, | ||
232 | .controller_data= &poodle_ads7846_chip, | ||
233 | .irq = gpio_to_irq(POODLE_GPIO_TP_INT), | ||
188 | }, | 234 | }, |
189 | .id = -1, | ||
190 | .num_resources = ARRAY_SIZE(poodlets_resources), | ||
191 | .resource = poodlets_resources, | ||
192 | }; | 235 | }; |
193 | 236 | ||
237 | static void __init poodle_init_spi(void) | ||
238 | { | ||
239 | int err; | ||
240 | |||
241 | err = gpio_request(POODLE_GPIO_TP_CS, "ADS7846_CS"); | ||
242 | if (err) | ||
243 | return; | ||
244 | |||
245 | gpio_direction_output(POODLE_GPIO_TP_CS, 1); | ||
246 | |||
247 | pxa2xx_set_spi_info(1, &poodle_spi_info); | ||
248 | spi_register_board_info(ARRAY_AND_SIZE(poodle_spi_devices)); | ||
249 | } | ||
250 | #else | ||
251 | static inline void poodle_init_spi(void) {} | ||
252 | #endif | ||
194 | 253 | ||
195 | /* | 254 | /* |
196 | * MMC/SD Device | 255 | * MMC/SD Device |
@@ -204,22 +263,50 @@ static int poodle_mci_init(struct device *dev, irq_handler_t poodle_detect_int, | |||
204 | { | 263 | { |
205 | int err; | 264 | int err; |
206 | 265 | ||
207 | /* setup GPIO for PXA25x MMC controller */ | 266 | err = gpio_request(POODLE_GPIO_nSD_DETECT, "nSD_DETECT"); |
208 | pxa_gpio_mode(GPIO6_MMCCLK_MD); | 267 | if (err) |
209 | pxa_gpio_mode(GPIO8_MMCCS0_MD); | 268 | goto err_out; |
210 | pxa_gpio_mode(POODLE_GPIO_nSD_DETECT | GPIO_IN); | 269 | |
211 | pxa_gpio_mode(POODLE_GPIO_nSD_WP | GPIO_IN); | 270 | err = gpio_request(POODLE_GPIO_nSD_WP, "nSD_WP"); |
212 | pxa_gpio_mode(POODLE_GPIO_SD_PWR | GPIO_OUT); | 271 | if (err) |
213 | pxa_gpio_mode(POODLE_GPIO_SD_PWR1 | GPIO_OUT); | 272 | goto err_free_1; |
273 | |||
274 | err = gpio_request(POODLE_GPIO_SD_PWR, "SD_PWR"); | ||
275 | if (err) | ||
276 | goto err_free_2; | ||
277 | |||
278 | err = gpio_request(POODLE_GPIO_SD_PWR1, "SD_PWR1"); | ||
279 | if (err) | ||
280 | goto err_free_3; | ||
281 | |||
282 | gpio_direction_input(POODLE_GPIO_nSD_DETECT); | ||
283 | gpio_direction_input(POODLE_GPIO_nSD_WP); | ||
284 | |||
285 | gpio_direction_output(POODLE_GPIO_SD_PWR, 0); | ||
286 | gpio_direction_output(POODLE_GPIO_SD_PWR1, 0); | ||
214 | 287 | ||
215 | poodle_mci_platform_data.detect_delay = msecs_to_jiffies(250); | 288 | poodle_mci_platform_data.detect_delay = msecs_to_jiffies(250); |
216 | 289 | ||
217 | err = request_irq(POODLE_IRQ_GPIO_nSD_DETECT, poodle_detect_int, | 290 | err = request_irq(POODLE_IRQ_GPIO_nSD_DETECT, poodle_detect_int, |
218 | IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 291 | IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, |
219 | "MMC card detect", data); | 292 | "MMC card detect", data); |
220 | if (err) | 293 | if (err) { |
221 | printk(KERN_ERR "poodle_mci_init: MMC/SD: can't request MMC card detect IRQ\n"); | 294 | pr_err("%s: MMC/SD: can't request MMC card detect IRQ\n", |
295 | __func__); | ||
296 | goto err_free_4; | ||
297 | } | ||
298 | |||
299 | return 0; | ||
222 | 300 | ||
301 | err_free_4: | ||
302 | gpio_free(POODLE_GPIO_SD_PWR1); | ||
303 | err_free_3: | ||
304 | gpio_free(POODLE_GPIO_SD_PWR); | ||
305 | err_free_2: | ||
306 | gpio_free(POODLE_GPIO_nSD_WP); | ||
307 | err_free_1: | ||
308 | gpio_free(POODLE_GPIO_nSD_DETECT); | ||
309 | err_out: | ||
223 | return err; | 310 | return err; |
224 | } | 311 | } |
225 | 312 | ||
@@ -227,18 +314,19 @@ static void poodle_mci_setpower(struct device *dev, unsigned int vdd) | |||
227 | { | 314 | { |
228 | struct pxamci_platform_data* p_d = dev->platform_data; | 315 | struct pxamci_platform_data* p_d = dev->platform_data; |
229 | 316 | ||
230 | if (( 1 << vdd) & p_d->ocr_mask) { | 317 | if ((1 << vdd) & p_d->ocr_mask) { |
231 | GPSR(POODLE_GPIO_SD_PWR) = GPIO_bit(POODLE_GPIO_SD_PWR); | 318 | gpio_set_value(POODLE_GPIO_SD_PWR, 1); |
232 | mdelay(2); | 319 | mdelay(2); |
233 | GPSR(POODLE_GPIO_SD_PWR1) = GPIO_bit(POODLE_GPIO_SD_PWR1); | 320 | gpio_set_value(POODLE_GPIO_SD_PWR1, 1); |
234 | } else { | 321 | } else { |
235 | GPCR(POODLE_GPIO_SD_PWR1) = GPIO_bit(POODLE_GPIO_SD_PWR1); | 322 | gpio_set_value(POODLE_GPIO_SD_PWR1, 0); |
236 | GPCR(POODLE_GPIO_SD_PWR) = GPIO_bit(POODLE_GPIO_SD_PWR); | 323 | gpio_set_value(POODLE_GPIO_SD_PWR, 0); |
237 | } | 324 | } |
238 | } | 325 | } |
239 | 326 | ||
240 | static int poodle_mci_get_ro(struct device *dev) | 327 | static int poodle_mci_get_ro(struct device *dev) |
241 | { | 328 | { |
329 | return !!gpio_get_value(POODLE_GPIO_nSD_WP); | ||
242 | return GPLR(POODLE_GPIO_nSD_WP) & GPIO_bit(POODLE_GPIO_nSD_WP); | 330 | return GPLR(POODLE_GPIO_nSD_WP) & GPIO_bit(POODLE_GPIO_nSD_WP); |
243 | } | 331 | } |
244 | 332 | ||
@@ -246,6 +334,10 @@ static int poodle_mci_get_ro(struct device *dev) | |||
246 | static void poodle_mci_exit(struct device *dev, void *data) | 334 | static void poodle_mci_exit(struct device *dev, void *data) |
247 | { | 335 | { |
248 | free_irq(POODLE_IRQ_GPIO_nSD_DETECT, data); | 336 | free_irq(POODLE_IRQ_GPIO_nSD_DETECT, data); |
337 | gpio_free(POODLE_GPIO_SD_PWR1); | ||
338 | gpio_free(POODLE_GPIO_SD_PWR); | ||
339 | gpio_free(POODLE_GPIO_nSD_WP); | ||
340 | gpio_free(POODLE_GPIO_nSD_DETECT); | ||
249 | } | 341 | } |
250 | 342 | ||
251 | static struct pxamci_platform_data poodle_mci_platform_data = { | 343 | static struct pxamci_platform_data poodle_mci_platform_data = { |
@@ -262,38 +354,41 @@ static struct pxamci_platform_data poodle_mci_platform_data = { | |||
262 | */ | 354 | */ |
263 | static void poodle_irda_transceiver_mode(struct device *dev, int mode) | 355 | static void poodle_irda_transceiver_mode(struct device *dev, int mode) |
264 | { | 356 | { |
265 | if (mode & IR_OFF) { | 357 | gpio_set_value(POODLE_GPIO_IR_ON, mode & IR_OFF); |
266 | GPSR(POODLE_GPIO_IR_ON) = GPIO_bit(POODLE_GPIO_IR_ON); | ||
267 | } else { | ||
268 | GPCR(POODLE_GPIO_IR_ON) = GPIO_bit(POODLE_GPIO_IR_ON); | ||
269 | } | ||
270 | pxa2xx_transceiver_mode(dev, mode); | 358 | pxa2xx_transceiver_mode(dev, mode); |
271 | } | 359 | } |
272 | 360 | ||
361 | static int poodle_irda_startup(struct device *dev) | ||
362 | { | ||
363 | int err; | ||
364 | |||
365 | err = gpio_request(POODLE_GPIO_IR_ON, "IR_ON"); | ||
366 | if (err) | ||
367 | return err; | ||
368 | |||
369 | gpio_direction_output(POODLE_GPIO_IR_ON, 1); | ||
370 | return 0; | ||
371 | } | ||
372 | |||
373 | static void poodle_irda_shutdown(struct device *dev) | ||
374 | { | ||
375 | gpio_free(POODLE_GPIO_IR_ON); | ||
376 | } | ||
377 | |||
273 | static struct pxaficp_platform_data poodle_ficp_platform_data = { | 378 | static struct pxaficp_platform_data poodle_ficp_platform_data = { |
274 | .transceiver_cap = IR_SIRMODE | IR_OFF, | 379 | .transceiver_cap = IR_SIRMODE | IR_OFF, |
275 | .transceiver_mode = poodle_irda_transceiver_mode, | 380 | .transceiver_mode = poodle_irda_transceiver_mode, |
381 | .startup = poodle_irda_startup, | ||
382 | .shutdown = poodle_irda_shutdown, | ||
276 | }; | 383 | }; |
277 | 384 | ||
278 | 385 | ||
279 | /* | 386 | /* |
280 | * USB Device Controller | 387 | * USB Device Controller |
281 | */ | 388 | */ |
282 | static void poodle_udc_command(int cmd) | ||
283 | { | ||
284 | switch(cmd) { | ||
285 | case PXA2XX_UDC_CMD_CONNECT: | ||
286 | GPSR(POODLE_GPIO_USB_PULLUP) = GPIO_bit(POODLE_GPIO_USB_PULLUP); | ||
287 | break; | ||
288 | case PXA2XX_UDC_CMD_DISCONNECT: | ||
289 | GPCR(POODLE_GPIO_USB_PULLUP) = GPIO_bit(POODLE_GPIO_USB_PULLUP); | ||
290 | break; | ||
291 | } | ||
292 | } | ||
293 | |||
294 | static struct pxa2xx_udc_mach_info udc_info __initdata = { | 389 | static struct pxa2xx_udc_mach_info udc_info __initdata = { |
295 | /* no connect GPIO; poodle can't tell connection status */ | 390 | /* no connect GPIO; poodle can't tell connection status */ |
296 | .udc_command = poodle_udc_command, | 391 | .gpio_pullup = POODLE_GPIO_USB_PULLUP, |
297 | }; | 392 | }; |
298 | 393 | ||
299 | 394 | ||
@@ -315,15 +410,12 @@ static struct pxafb_mode_info poodle_fb_mode = { | |||
315 | static struct pxafb_mach_info poodle_fb_info = { | 410 | static struct pxafb_mach_info poodle_fb_info = { |
316 | .modes = &poodle_fb_mode, | 411 | .modes = &poodle_fb_mode, |
317 | .num_modes = 1, | 412 | .num_modes = 1, |
318 | .lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color, | 413 | .lcd_conn = LCD_COLOR_TFT_16BPP, |
319 | .lccr3 = 0, | ||
320 | }; | 414 | }; |
321 | 415 | ||
322 | static struct platform_device *devices[] __initdata = { | 416 | static struct platform_device *devices[] __initdata = { |
323 | &poodle_locomo_device, | 417 | &poodle_locomo_device, |
324 | &poodle_scoop_device, | 418 | &poodle_scoop_device, |
325 | &poodle_ssp_device, | ||
326 | &poodle_ts_device, | ||
327 | }; | 419 | }; |
328 | 420 | ||
329 | static void poodle_poweroff(void) | 421 | static void poodle_poweroff(void) |
@@ -343,58 +435,23 @@ static void __init poodle_init(void) | |||
343 | pm_power_off = poodle_poweroff; | 435 | pm_power_off = poodle_poweroff; |
344 | arm_pm_restart = poodle_restart; | 436 | arm_pm_restart = poodle_restart; |
345 | 437 | ||
346 | /* setup sleep mode values */ | ||
347 | PWER = 0x00000002; | ||
348 | PFER = 0x00000000; | ||
349 | PRER = 0x00000002; | ||
350 | PGSR0 = 0x00008000; | ||
351 | PGSR1 = 0x003F0202; | ||
352 | PGSR2 = 0x0001C000; | ||
353 | PCFR |= PCFR_OPDE; | 438 | PCFR |= PCFR_OPDE; |
354 | 439 | ||
355 | /* cpu initialize */ | 440 | pxa2xx_mfp_config(ARRAY_AND_SIZE(poodle_pin_config)); |
356 | /* Pgsr Register */ | 441 | |
357 | PGSR0 = 0x0146dd80; | 442 | platform_scoop_config = &poodle_pcmcia_config; |
358 | PGSR1 = 0x03bf0890; | 443 | |
359 | PGSR2 = 0x0001c000; | 444 | ret = platform_add_devices(devices, ARRAY_SIZE(devices)); |
360 | 445 | if (ret) | |
361 | /* Alternate Register */ | 446 | pr_warning("poodle: Unable to register LoCoMo device\n"); |
362 | GAFR0_L = 0x01001000; | ||
363 | GAFR0_U = 0x591a8010; | ||
364 | GAFR1_L = 0x900a8451; | ||
365 | GAFR1_U = 0xaaa5aaaa; | ||
366 | GAFR2_L = 0x8aaaaaaa; | ||
367 | GAFR2_U = 0x00000002; | ||
368 | |||
369 | /* Direction Register */ | ||
370 | GPDR0 = 0xd3f0904c; | ||
371 | GPDR1 = 0xfcffb7d3; | ||
372 | GPDR2 = 0x0001ffff; | ||
373 | |||
374 | /* Output Register */ | ||
375 | GPCR0 = 0x00000000; | ||
376 | GPCR1 = 0x00000000; | ||
377 | GPCR2 = 0x00000000; | ||
378 | |||
379 | GPSR0 = 0x00400000; | ||
380 | GPSR1 = 0x00000000; | ||
381 | GPSR2 = 0x00000000; | ||
382 | 447 | ||
383 | set_pxa_fb_parent(&poodle_locomo_device.dev); | 448 | set_pxa_fb_parent(&poodle_locomo_device.dev); |
384 | set_pxa_fb_info(&poodle_fb_info); | 449 | set_pxa_fb_info(&poodle_fb_info); |
385 | pxa_gpio_mode(POODLE_GPIO_USB_PULLUP | GPIO_OUT); | ||
386 | pxa_gpio_mode(POODLE_GPIO_IR_ON | GPIO_OUT); | ||
387 | pxa_set_udc_info(&udc_info); | 450 | pxa_set_udc_info(&udc_info); |
388 | pxa_set_mci_info(&poodle_mci_platform_data); | 451 | pxa_set_mci_info(&poodle_mci_platform_data); |
389 | pxa_set_ficp_info(&poodle_ficp_platform_data); | 452 | pxa_set_ficp_info(&poodle_ficp_platform_data); |
390 | 453 | pxa_set_i2c_info(NULL); | |
391 | platform_scoop_config = &poodle_pcmcia_config; | 454 | poodle_init_spi(); |
392 | |||
393 | ret = platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
394 | if (ret) { | ||
395 | printk(KERN_WARNING "poodle: Unable to register LoCoMo device\n"); | ||
396 | } | ||
397 | corgi_ssp_set_machinfo(&poodle_ssp_machinfo); | ||
398 | } | 455 | } |
399 | 456 | ||
400 | static void __init fixup_poodle(struct machine_desc *desc, | 457 | static void __init fixup_poodle(struct machine_desc *desc, |
diff --git a/arch/arm/mach-pxa/pxa25x.c b/arch/arm/mach-pxa/pxa25x.c index 3caa74a10d13..25d17a1dab78 100644 --- a/arch/arm/mach-pxa/pxa25x.c +++ b/arch/arm/mach-pxa/pxa25x.c | |||
@@ -209,45 +209,21 @@ static struct clk pxa25x_clks[] = { | |||
209 | * More ones like CP and general purpose register values are preserved | 209 | * More ones like CP and general purpose register values are preserved |
210 | * with the stack pointer in sleep.S. | 210 | * with the stack pointer in sleep.S. |
211 | */ | 211 | */ |
212 | enum { SLEEP_SAVE_PGSR0, SLEEP_SAVE_PGSR1, SLEEP_SAVE_PGSR2, | 212 | enum { |
213 | |||
214 | SLEEP_SAVE_GAFR0_L, SLEEP_SAVE_GAFR0_U, | ||
215 | SLEEP_SAVE_GAFR1_L, SLEEP_SAVE_GAFR1_U, | ||
216 | SLEEP_SAVE_GAFR2_L, SLEEP_SAVE_GAFR2_U, | ||
217 | |||
218 | SLEEP_SAVE_PSTR, | 213 | SLEEP_SAVE_PSTR, |
219 | |||
220 | SLEEP_SAVE_CKEN, | 214 | SLEEP_SAVE_CKEN, |
221 | |||
222 | SLEEP_SAVE_COUNT | 215 | SLEEP_SAVE_COUNT |
223 | }; | 216 | }; |
224 | 217 | ||
225 | 218 | ||
226 | static void pxa25x_cpu_pm_save(unsigned long *sleep_save) | 219 | static void pxa25x_cpu_pm_save(unsigned long *sleep_save) |
227 | { | 220 | { |
228 | SAVE(PGSR0); SAVE(PGSR1); SAVE(PGSR2); | ||
229 | |||
230 | SAVE(GAFR0_L); SAVE(GAFR0_U); | ||
231 | SAVE(GAFR1_L); SAVE(GAFR1_U); | ||
232 | SAVE(GAFR2_L); SAVE(GAFR2_U); | ||
233 | |||
234 | SAVE(CKEN); | 221 | SAVE(CKEN); |
235 | SAVE(PSTR); | 222 | SAVE(PSTR); |
236 | |||
237 | /* Clear GPIO transition detect bits */ | ||
238 | GEDR0 = GEDR0; GEDR1 = GEDR1; GEDR2 = GEDR2; | ||
239 | } | 223 | } |
240 | 224 | ||
241 | static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) | 225 | static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) |
242 | { | 226 | { |
243 | /* restore registers */ | ||
244 | RESTORE(GAFR0_L); RESTORE(GAFR0_U); | ||
245 | RESTORE(GAFR1_L); RESTORE(GAFR1_U); | ||
246 | RESTORE(GAFR2_L); RESTORE(GAFR2_U); | ||
247 | RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); | ||
248 | |||
249 | PSSR = PSSR_RDH | PSSR_PH; | ||
250 | |||
251 | RESTORE(CKEN); | 227 | RESTORE(CKEN); |
252 | RESTORE(PSTR); | 228 | RESTORE(PSTR); |
253 | } | 229 | } |
@@ -346,6 +322,8 @@ static struct sys_device pxa25x_sysdev[] = { | |||
346 | { | 322 | { |
347 | .cls = &pxa_irq_sysclass, | 323 | .cls = &pxa_irq_sysclass, |
348 | }, { | 324 | }, { |
325 | .cls = &pxa2xx_mfp_sysclass, | ||
326 | }, { | ||
349 | .cls = &pxa_gpio_sysclass, | 327 | .cls = &pxa_gpio_sysclass, |
350 | }, | 328 | }, |
351 | }; | 329 | }; |
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 4835207c1426..bf01e14098f5 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -183,36 +183,18 @@ static struct clk pxa27x_clks[] = { | |||
183 | * More ones like CP and general purpose register values are preserved | 183 | * More ones like CP and general purpose register values are preserved |
184 | * with the stack pointer in sleep.S. | 184 | * with the stack pointer in sleep.S. |
185 | */ | 185 | */ |
186 | enum { SLEEP_SAVE_PGSR0, SLEEP_SAVE_PGSR1, SLEEP_SAVE_PGSR2, SLEEP_SAVE_PGSR3, | 186 | enum { |
187 | |||
188 | SLEEP_SAVE_GAFR0_L, SLEEP_SAVE_GAFR0_U, | ||
189 | SLEEP_SAVE_GAFR1_L, SLEEP_SAVE_GAFR1_U, | ||
190 | SLEEP_SAVE_GAFR2_L, SLEEP_SAVE_GAFR2_U, | ||
191 | SLEEP_SAVE_GAFR3_L, SLEEP_SAVE_GAFR3_U, | ||
192 | |||
193 | SLEEP_SAVE_PSTR, | 187 | SLEEP_SAVE_PSTR, |
194 | |||
195 | SLEEP_SAVE_CKEN, | 188 | SLEEP_SAVE_CKEN, |
196 | |||
197 | SLEEP_SAVE_MDREFR, | 189 | SLEEP_SAVE_MDREFR, |
198 | SLEEP_SAVE_PWER, SLEEP_SAVE_PCFR, SLEEP_SAVE_PRER, | 190 | SLEEP_SAVE_PCFR, |
199 | SLEEP_SAVE_PFER, SLEEP_SAVE_PKWR, | ||
200 | |||
201 | SLEEP_SAVE_COUNT | 191 | SLEEP_SAVE_COUNT |
202 | }; | 192 | }; |
203 | 193 | ||
204 | void pxa27x_cpu_pm_save(unsigned long *sleep_save) | 194 | void pxa27x_cpu_pm_save(unsigned long *sleep_save) |
205 | { | 195 | { |
206 | SAVE(PGSR0); SAVE(PGSR1); SAVE(PGSR2); SAVE(PGSR3); | ||
207 | |||
208 | SAVE(GAFR0_L); SAVE(GAFR0_U); | ||
209 | SAVE(GAFR1_L); SAVE(GAFR1_U); | ||
210 | SAVE(GAFR2_L); SAVE(GAFR2_U); | ||
211 | SAVE(GAFR3_L); SAVE(GAFR3_U); | ||
212 | |||
213 | SAVE(MDREFR); | 196 | SAVE(MDREFR); |
214 | SAVE(PWER); SAVE(PCFR); SAVE(PRER); | 197 | SAVE(PCFR); |
215 | SAVE(PFER); SAVE(PKWR); | ||
216 | 198 | ||
217 | SAVE(CKEN); | 199 | SAVE(CKEN); |
218 | SAVE(PSTR); | 200 | SAVE(PSTR); |
@@ -220,21 +202,12 @@ void pxa27x_cpu_pm_save(unsigned long *sleep_save) | |||
220 | 202 | ||
221 | void pxa27x_cpu_pm_restore(unsigned long *sleep_save) | 203 | void pxa27x_cpu_pm_restore(unsigned long *sleep_save) |
222 | { | 204 | { |
223 | /* restore registers */ | ||
224 | RESTORE(GAFR0_L); RESTORE(GAFR0_U); | ||
225 | RESTORE(GAFR1_L); RESTORE(GAFR1_U); | ||
226 | RESTORE(GAFR2_L); RESTORE(GAFR2_U); | ||
227 | RESTORE(GAFR3_L); RESTORE(GAFR3_U); | ||
228 | RESTORE(PGSR0); RESTORE(PGSR1); RESTORE(PGSR2); RESTORE(PGSR3); | ||
229 | |||
230 | RESTORE(MDREFR); | 205 | RESTORE(MDREFR); |
231 | RESTORE(PWER); RESTORE(PCFR); RESTORE(PRER); | 206 | RESTORE(PCFR); |
232 | RESTORE(PFER); RESTORE(PKWR); | ||
233 | 207 | ||
234 | PSSR = PSSR_RDH | PSSR_PH; | 208 | PSSR = PSSR_RDH | PSSR_PH; |
235 | 209 | ||
236 | RESTORE(CKEN); | 210 | RESTORE(CKEN); |
237 | |||
238 | RESTORE(PSTR); | 211 | RESTORE(PSTR); |
239 | } | 212 | } |
240 | 213 | ||
@@ -386,6 +359,8 @@ static struct sys_device pxa27x_sysdev[] = { | |||
386 | { | 359 | { |
387 | .cls = &pxa_irq_sysclass, | 360 | .cls = &pxa_irq_sysclass, |
388 | }, { | 361 | }, { |
362 | .cls = &pxa2xx_mfp_sysclass, | ||
363 | }, { | ||
389 | .cls = &pxa_gpio_sysclass, | 364 | .cls = &pxa_gpio_sysclass, |
390 | }, | 365 | }, |
391 | }; | 366 | }; |
diff --git a/arch/arm/mach-pxa/sharpsl_pm.c b/arch/arm/mach-pxa/sharpsl_pm.c index e804ae09370c..15c2f1a8623b 100644 --- a/arch/arm/mach-pxa/sharpsl_pm.c +++ b/arch/arm/mach-pxa/sharpsl_pm.c | |||
@@ -116,24 +116,20 @@ struct battery_thresh spitz_battery_levels_noac[] = { | |||
116 | { 0, 0}, | 116 | { 0, 0}, |
117 | }; | 117 | }; |
118 | 118 | ||
119 | /* MAX1111 Commands */ | ||
120 | #define MAXCTRL_PD0 1u << 0 | ||
121 | #define MAXCTRL_PD1 1u << 1 | ||
122 | #define MAXCTRL_SGL 1u << 2 | ||
123 | #define MAXCTRL_UNI 1u << 3 | ||
124 | #define MAXCTRL_SEL_SH 4 | ||
125 | #define MAXCTRL_STR 1u << 7 | ||
126 | |||
127 | /* | 119 | /* |
128 | * Read MAX1111 ADC | 120 | * Read MAX1111 ADC |
129 | */ | 121 | */ |
122 | extern int max1111_read_channel(int); | ||
123 | |||
130 | int sharpsl_pm_pxa_read_max1111(int channel) | 124 | int sharpsl_pm_pxa_read_max1111(int channel) |
131 | { | 125 | { |
132 | if (machine_is_tosa()) // Ugly, better move this function into another module | 126 | if (machine_is_tosa()) // Ugly, better move this function into another module |
133 | return 0; | 127 | return 0; |
134 | 128 | ||
135 | return corgi_ssp_max1111_get((channel << MAXCTRL_SEL_SH) | MAXCTRL_PD0 | MAXCTRL_PD1 | 129 | /* max1111 accepts channels from 0-3, however, |
136 | | MAXCTRL_SGL | MAXCTRL_UNI | MAXCTRL_STR); | 130 | * it is encoded from 0-7 here in the code. |
131 | */ | ||
132 | return max1111_read_channel(channel >> 1); | ||
137 | } | 133 | } |
138 | 134 | ||
139 | void sharpsl_pm_pxa_init(void) | 135 | void sharpsl_pm_pxa_init(void) |
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index cd39005c98ff..245890d2b6b5 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -19,9 +19,16 @@ | |||
19 | #include <linux/major.h> | 19 | #include <linux/major.h> |
20 | #include <linux/fs.h> | 20 | #include <linux/fs.h> |
21 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
22 | #include <linux/gpio.h> | ||
23 | #include <linux/leds.h> | ||
22 | #include <linux/mmc/host.h> | 24 | #include <linux/mmc/host.h> |
23 | #include <linux/pm.h> | 25 | #include <linux/pm.h> |
24 | #include <linux/backlight.h> | 26 | #include <linux/backlight.h> |
27 | #include <linux/i2c.h> | ||
28 | #include <linux/i2c/pca953x.h> | ||
29 | #include <linux/spi/spi.h> | ||
30 | #include <linux/spi/ads7846.h> | ||
31 | #include <linux/spi/corgi_lcd.h> | ||
25 | 32 | ||
26 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
27 | #include <asm/memory.h> | 34 | #include <asm/memory.h> |
@@ -37,15 +44,16 @@ | |||
37 | 44 | ||
38 | #include <mach/pxa-regs.h> | 45 | #include <mach/pxa-regs.h> |
39 | #include <mach/pxa2xx-regs.h> | 46 | #include <mach/pxa2xx-regs.h> |
40 | #include <mach/pxa2xx-gpio.h> | 47 | #include <mach/mfp-pxa27x.h> |
41 | #include <mach/pxa27x-udc.h> | 48 | #include <mach/pxa27x-udc.h> |
42 | #include <mach/reset.h> | 49 | #include <mach/reset.h> |
50 | #include <mach/i2c.h> | ||
43 | #include <mach/irda.h> | 51 | #include <mach/irda.h> |
44 | #include <mach/mmc.h> | 52 | #include <mach/mmc.h> |
45 | #include <mach/ohci.h> | 53 | #include <mach/ohci.h> |
46 | #include <mach/udc.h> | 54 | #include <mach/udc.h> |
47 | #include <mach/pxafb.h> | 55 | #include <mach/pxafb.h> |
48 | #include <mach/akita.h> | 56 | #include <mach/pxa2xx_spi.h> |
49 | #include <mach/spitz.h> | 57 | #include <mach/spitz.h> |
50 | #include <mach/sharpsl.h> | 58 | #include <mach/sharpsl.h> |
51 | 59 | ||
@@ -56,6 +64,66 @@ | |||
56 | #include "devices.h" | 64 | #include "devices.h" |
57 | #include "sharpsl.h" | 65 | #include "sharpsl.h" |
58 | 66 | ||
67 | static unsigned long spitz_pin_config[] __initdata = { | ||
68 | /* Chip Selects */ | ||
69 | GPIO78_nCS_2, /* SCOOP #2 */ | ||
70 | GPIO80_nCS_4, /* SCOOP #1 */ | ||
71 | |||
72 | /* LCD - 16bpp Active TFT */ | ||
73 | GPIO58_LCD_LDD_0, | ||
74 | GPIO59_LCD_LDD_1, | ||
75 | GPIO60_LCD_LDD_2, | ||
76 | GPIO61_LCD_LDD_3, | ||
77 | GPIO62_LCD_LDD_4, | ||
78 | GPIO63_LCD_LDD_5, | ||
79 | GPIO64_LCD_LDD_6, | ||
80 | GPIO65_LCD_LDD_7, | ||
81 | GPIO66_LCD_LDD_8, | ||
82 | GPIO67_LCD_LDD_9, | ||
83 | GPIO68_LCD_LDD_10, | ||
84 | GPIO69_LCD_LDD_11, | ||
85 | GPIO70_LCD_LDD_12, | ||
86 | GPIO71_LCD_LDD_13, | ||
87 | GPIO72_LCD_LDD_14, | ||
88 | GPIO73_LCD_LDD_15, | ||
89 | GPIO74_LCD_FCLK, | ||
90 | GPIO75_LCD_LCLK, | ||
91 | GPIO76_LCD_PCLK, | ||
92 | |||
93 | /* PC Card */ | ||
94 | GPIO48_nPOE, | ||
95 | GPIO49_nPWE, | ||
96 | GPIO50_nPIOR, | ||
97 | GPIO51_nPIOW, | ||
98 | GPIO85_nPCE_1, | ||
99 | GPIO54_nPCE_2, | ||
100 | GPIO79_PSKTSEL, | ||
101 | GPIO55_nPREG, | ||
102 | GPIO56_nPWAIT, | ||
103 | GPIO57_nIOIS16, | ||
104 | |||
105 | /* MMC */ | ||
106 | GPIO32_MMC_CLK, | ||
107 | GPIO112_MMC_CMD, | ||
108 | GPIO92_MMC_DAT_0, | ||
109 | GPIO109_MMC_DAT_1, | ||
110 | GPIO110_MMC_DAT_2, | ||
111 | GPIO111_MMC_DAT_3, | ||
112 | |||
113 | /* GPIOs */ | ||
114 | GPIO9_GPIO, /* SPITZ_GPIO_nSD_DETECT */ | ||
115 | GPIO81_GPIO, /* SPITZ_GPIO_nSD_WP */ | ||
116 | GPIO41_GPIO, /* SPITZ_GPIO_USB_CONNECT */ | ||
117 | GPIO37_GPIO, /* SPITZ_GPIO_USB_HOST */ | ||
118 | GPIO35_GPIO, /* SPITZ_GPIO_USB_DEVICE */ | ||
119 | GPIO22_GPIO, /* SPITZ_GPIO_HSYNC */ | ||
120 | GPIO94_GPIO, /* SPITZ_GPIO_CF_CD */ | ||
121 | GPIO105_GPIO, /* SPITZ_GPIO_CF_IRQ */ | ||
122 | GPIO106_GPIO, /* SPITZ_GPIO_CF2_IRQ */ | ||
123 | |||
124 | GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, | ||
125 | }; | ||
126 | |||
59 | /* | 127 | /* |
60 | * Spitz SCOOP Device #1 | 128 | * Spitz SCOOP Device #1 |
61 | */ | 129 | */ |
@@ -68,10 +136,11 @@ static struct resource spitz_scoop_resources[] = { | |||
68 | }; | 136 | }; |
69 | 137 | ||
70 | static struct scoop_config spitz_scoop_setup = { | 138 | static struct scoop_config spitz_scoop_setup = { |
71 | .io_dir = SPITZ_SCP_IO_DIR, | 139 | .io_dir = SPITZ_SCP_IO_DIR, |
72 | .io_out = SPITZ_SCP_IO_OUT, | 140 | .io_out = SPITZ_SCP_IO_OUT, |
73 | .suspend_clr = SPITZ_SCP_SUS_CLR, | 141 | .suspend_clr = SPITZ_SCP_SUS_CLR, |
74 | .suspend_set = SPITZ_SCP_SUS_SET, | 142 | .suspend_set = SPITZ_SCP_SUS_SET, |
143 | .gpio_base = SPITZ_SCP_GPIO_BASE, | ||
75 | }; | 144 | }; |
76 | 145 | ||
77 | struct platform_device spitzscoop_device = { | 146 | struct platform_device spitzscoop_device = { |
@@ -96,10 +165,11 @@ static struct resource spitz_scoop2_resources[] = { | |||
96 | }; | 165 | }; |
97 | 166 | ||
98 | static struct scoop_config spitz_scoop2_setup = { | 167 | static struct scoop_config spitz_scoop2_setup = { |
99 | .io_dir = SPITZ_SCP2_IO_DIR, | 168 | .io_dir = SPITZ_SCP2_IO_DIR, |
100 | .io_out = SPITZ_SCP2_IO_OUT, | 169 | .io_out = SPITZ_SCP2_IO_OUT, |
101 | .suspend_clr = SPITZ_SCP2_SUS_CLR, | 170 | .suspend_clr = SPITZ_SCP2_SUS_CLR, |
102 | .suspend_set = SPITZ_SCP2_SUS_SET, | 171 | .suspend_set = SPITZ_SCP2_SUS_SET, |
172 | .gpio_base = SPITZ_SCP2_GPIO_BASE, | ||
103 | }; | 173 | }; |
104 | 174 | ||
105 | struct platform_device spitzscoop2_device = { | 175 | struct platform_device spitzscoop2_device = { |
@@ -121,7 +191,7 @@ static void spitz_card_pwr_ctrl(int device, unsigned short new_cpr) | |||
121 | unsigned short cpr = read_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR); | 191 | unsigned short cpr = read_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR); |
122 | 192 | ||
123 | if (new_cpr & 0x0007) { | 193 | if (new_cpr & 0x0007) { |
124 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_CF_POWER); | 194 | gpio_set_value(SPITZ_GPIO_CF_POWER, 1); |
125 | if (!(cpr & 0x0002) && !(cpr & 0x0004)) | 195 | if (!(cpr & 0x0002) && !(cpr & 0x0004)) |
126 | mdelay(5); | 196 | mdelay(5); |
127 | if (device == SPITZ_PWR_CF) | 197 | if (device == SPITZ_PWR_CF) |
@@ -137,34 +207,13 @@ static void spitz_card_pwr_ctrl(int device, unsigned short new_cpr) | |||
137 | if (!(cpr & 0x0002) && !(cpr & 0x0004)) { | 207 | if (!(cpr & 0x0002) && !(cpr & 0x0004)) { |
138 | write_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR, 0x0000); | 208 | write_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR, 0x0000); |
139 | mdelay(1); | 209 | mdelay(1); |
140 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_CF_POWER); | 210 | gpio_set_value(SPITZ_GPIO_CF_POWER, 0); |
141 | } else { | 211 | } else { |
142 | write_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR, cpr | new_cpr); | 212 | write_scoop_reg(&spitzscoop_device.dev, SCOOP_CPR, cpr | new_cpr); |
143 | } | 213 | } |
144 | } | 214 | } |
145 | } | 215 | } |
146 | 216 | ||
147 | static void spitz_pcmcia_init(void) | ||
148 | { | ||
149 | /* Setup default state of GPIO outputs | ||
150 | before we enable them as outputs. */ | ||
151 | GPSR(GPIO48_nPOE) = GPIO_bit(GPIO48_nPOE) | | ||
152 | GPIO_bit(GPIO49_nPWE) | GPIO_bit(GPIO50_nPIOR) | | ||
153 | GPIO_bit(GPIO51_nPIOW) | GPIO_bit(GPIO54_nPCE_2); | ||
154 | GPSR(GPIO85_nPCE_1) = GPIO_bit(GPIO85_nPCE_1); | ||
155 | |||
156 | pxa_gpio_mode(GPIO48_nPOE_MD); | ||
157 | pxa_gpio_mode(GPIO49_nPWE_MD); | ||
158 | pxa_gpio_mode(GPIO50_nPIOR_MD); | ||
159 | pxa_gpio_mode(GPIO51_nPIOW_MD); | ||
160 | pxa_gpio_mode(GPIO55_nPREG_MD); | ||
161 | pxa_gpio_mode(GPIO56_nPWAIT_MD); | ||
162 | pxa_gpio_mode(GPIO57_nIOIS16_MD); | ||
163 | pxa_gpio_mode(GPIO85_nPCE_1_MD); | ||
164 | pxa_gpio_mode(GPIO54_nPCE_2_MD); | ||
165 | pxa_gpio_mode(GPIO104_pSKTSEL_MD); | ||
166 | } | ||
167 | |||
168 | static void spitz_pcmcia_pwr(struct device *scoop, unsigned short cpr, int nr) | 217 | static void spitz_pcmcia_pwr(struct device *scoop, unsigned short cpr, int nr) |
169 | { | 218 | { |
170 | /* Only need to override behaviour for slot 0 */ | 219 | /* Only need to override behaviour for slot 0 */ |
@@ -190,165 +239,169 @@ static struct scoop_pcmcia_dev spitz_pcmcia_scoop[] = { | |||
190 | static struct scoop_pcmcia_config spitz_pcmcia_config = { | 239 | static struct scoop_pcmcia_config spitz_pcmcia_config = { |
191 | .devs = &spitz_pcmcia_scoop[0], | 240 | .devs = &spitz_pcmcia_scoop[0], |
192 | .num_devs = 2, | 241 | .num_devs = 2, |
193 | .pcmcia_init = spitz_pcmcia_init, | ||
194 | .power_ctrl = spitz_pcmcia_pwr, | 242 | .power_ctrl = spitz_pcmcia_pwr, |
195 | }; | 243 | }; |
196 | 244 | ||
197 | EXPORT_SYMBOL(spitzscoop_device); | 245 | EXPORT_SYMBOL(spitzscoop_device); |
198 | EXPORT_SYMBOL(spitzscoop2_device); | 246 | EXPORT_SYMBOL(spitzscoop2_device); |
199 | 247 | ||
200 | |||
201 | /* | 248 | /* |
202 | * Spitz SSP Device | 249 | * Spitz Keyboard Device |
203 | * | ||
204 | * Set the parent as the scoop device because a lot of SSP devices | ||
205 | * also use scoop functions and this makes the power up/down order | ||
206 | * work correctly. | ||
207 | */ | 250 | */ |
208 | struct platform_device spitzssp_device = { | 251 | static struct platform_device spitzkbd_device = { |
209 | .name = "corgi-ssp", | 252 | .name = "spitz-keyboard", |
210 | .dev = { | ||
211 | .parent = &spitzscoop_device.dev, | ||
212 | }, | ||
213 | .id = -1, | 253 | .id = -1, |
214 | }; | 254 | }; |
215 | 255 | ||
216 | struct corgissp_machinfo spitz_ssp_machinfo = { | ||
217 | .port = 2, | ||
218 | .cs_lcdcon = SPITZ_GPIO_LCDCON_CS, | ||
219 | .cs_ads7846 = SPITZ_GPIO_ADS7846_CS, | ||
220 | .cs_max1111 = SPITZ_GPIO_MAX1111_CS, | ||
221 | .clk_lcdcon = 520, | ||
222 | .clk_ads7846 = 14, | ||
223 | .clk_max1111 = 56, | ||
224 | }; | ||
225 | |||
226 | 256 | ||
227 | /* | 257 | /* |
228 | * Spitz Backlight Device | 258 | * Spitz LEDs |
229 | */ | 259 | */ |
230 | static void spitz_bl_kick_battery(void) | 260 | static struct gpio_led spitz_gpio_leds[] = { |
231 | { | 261 | { |
232 | void (*kick_batt)(void); | 262 | .name = "spitz:amber:charge", |
233 | 263 | .default_trigger = "sharpsl-charge", | |
234 | kick_batt = symbol_get(sharpsl_battery_kick); | 264 | .gpio = SPITZ_GPIO_LED_ORANGE, |
235 | if (kick_batt) { | 265 | }, |
236 | kick_batt(); | 266 | { |
237 | symbol_put(sharpsl_battery_kick); | 267 | .name = "spitz:green:hddactivity", |
238 | } | 268 | .default_trigger = "ide-disk", |
239 | } | 269 | .gpio = SPITZ_GPIO_LED_GREEN, |
240 | |||
241 | static struct generic_bl_info spitz_bl_machinfo = { | ||
242 | .name = "corgi-bl", | ||
243 | .default_intensity = 0x1f, | ||
244 | .limit_mask = 0x0b, | ||
245 | .max_intensity = 0x2f, | ||
246 | .kick_battery = spitz_bl_kick_battery, | ||
247 | }; | ||
248 | |||
249 | static struct platform_device spitzbl_device = { | ||
250 | .name = "generic-bl", | ||
251 | .dev = { | ||
252 | .platform_data = &spitz_bl_machinfo, | ||
253 | }, | 270 | }, |
254 | .id = -1, | ||
255 | }; | 271 | }; |
256 | 272 | ||
257 | 273 | static struct gpio_led_platform_data spitz_gpio_leds_info = { | |
258 | /* | 274 | .leds = spitz_gpio_leds, |
259 | * Spitz Keyboard Device | 275 | .num_leds = ARRAY_SIZE(spitz_gpio_leds), |
260 | */ | ||
261 | static struct platform_device spitzkbd_device = { | ||
262 | .name = "spitz-keyboard", | ||
263 | .id = -1, | ||
264 | }; | 276 | }; |
265 | 277 | ||
266 | |||
267 | /* | ||
268 | * Spitz LEDs | ||
269 | */ | ||
270 | static struct platform_device spitzled_device = { | 278 | static struct platform_device spitzled_device = { |
271 | .name = "spitz-led", | 279 | .name = "leds-gpio", |
272 | .id = -1, | 280 | .id = -1, |
281 | .dev = { | ||
282 | .platform_data = &spitz_gpio_leds_info, | ||
283 | }, | ||
273 | }; | 284 | }; |
274 | 285 | ||
275 | /* | 286 | #if defined(CONFIG_SPI_PXA2XX) || defined(CONFIG_SPI_PXA2XX_MODULE) |
276 | * Spitz Touch Screen Device | 287 | static struct pxa2xx_spi_master spitz_spi_info = { |
277 | */ | 288 | .num_chipselect = 3, |
289 | }; | ||
278 | 290 | ||
279 | static unsigned long (*get_hsync_invperiod)(struct device *dev); | 291 | static struct ads7846_platform_data spitz_ads7846_info = { |
292 | .model = 7846, | ||
293 | .vref_delay_usecs = 100, | ||
294 | .x_plate_ohms = 419, | ||
295 | .y_plate_ohms = 486, | ||
296 | .gpio_pendown = SPITZ_GPIO_TP_INT, | ||
297 | }; | ||
280 | 298 | ||
281 | static void inline sharpsl_wait_sync(int gpio) | 299 | static void spitz_ads7846_cs(u32 command) |
282 | { | 300 | { |
283 | while((GPLR(gpio) & GPIO_bit(gpio)) == 0); | 301 | gpio_set_value(SPITZ_GPIO_ADS7846_CS, !(command == PXA2XX_CS_ASSERT)); |
284 | while((GPLR(gpio) & GPIO_bit(gpio)) != 0); | ||
285 | } | 302 | } |
286 | 303 | ||
287 | static struct device *spitz_pxafb_dev; | 304 | static struct pxa2xx_spi_chip spitz_ads7846_chip = { |
305 | .cs_control = spitz_ads7846_cs, | ||
306 | }; | ||
288 | 307 | ||
289 | static int is_pxafb_device(struct device * dev, void * data) | 308 | static void spitz_bl_kick_battery(void) |
290 | { | 309 | { |
291 | struct platform_device *pdev = container_of(dev, struct platform_device, dev); | 310 | void (*kick_batt)(void); |
292 | |||
293 | return (strncmp(pdev->name, "pxa2xx-fb", 9) == 0); | ||
294 | } | ||
295 | 311 | ||
296 | static unsigned long spitz_get_hsync_invperiod(void) | 312 | kick_batt = symbol_get(sharpsl_battery_kick); |
297 | { | 313 | if (kick_batt) { |
298 | #ifdef CONFIG_FB_PXA | 314 | kick_batt(); |
299 | if (!spitz_pxafb_dev) { | 315 | symbol_put(sharpsl_battery_kick); |
300 | spitz_pxafb_dev = bus_find_device(&platform_bus_type, NULL, NULL, is_pxafb_device); | ||
301 | if (!spitz_pxafb_dev) | ||
302 | return 0; | ||
303 | } | 316 | } |
304 | if (!get_hsync_invperiod) | ||
305 | get_hsync_invperiod = symbol_get(pxafb_get_hsync_time); | ||
306 | if (!get_hsync_invperiod) | ||
307 | #endif | ||
308 | return 0; | ||
309 | |||
310 | return get_hsync_invperiod(spitz_pxafb_dev); | ||
311 | } | 317 | } |
312 | 318 | ||
313 | static void spitz_put_hsync(void) | 319 | static struct corgi_lcd_platform_data spitz_lcdcon_info = { |
314 | { | 320 | .init_mode = CORGI_LCD_MODE_VGA, |
315 | put_device(spitz_pxafb_dev); | 321 | .max_intensity = 0x2f, |
316 | if (get_hsync_invperiod) | 322 | .default_intensity = 0x1f, |
317 | symbol_put(pxafb_get_hsync_time); | 323 | .limit_mask = 0x0b, |
318 | spitz_pxafb_dev = NULL; | 324 | .gpio_backlight_cont = SPITZ_GPIO_BACKLIGHT_CONT, |
319 | get_hsync_invperiod = NULL; | 325 | .gpio_backlight_on = SPITZ_GPIO_BACKLIGHT_ON, |
320 | } | 326 | .kick_battery = spitz_bl_kick_battery, |
327 | }; | ||
321 | 328 | ||
322 | static void spitz_wait_hsync(void) | 329 | static void spitz_lcdcon_cs(u32 command) |
323 | { | 330 | { |
324 | sharpsl_wait_sync(SPITZ_GPIO_HSYNC); | 331 | gpio_set_value(SPITZ_GPIO_LCDCON_CS, !(command == PXA2XX_CS_ASSERT)); |
325 | } | 332 | } |
326 | 333 | ||
327 | static struct resource spitzts_resources[] = { | 334 | static struct pxa2xx_spi_chip spitz_lcdcon_chip = { |
328 | [0] = { | 335 | .cs_control = spitz_lcdcon_cs, |
329 | .start = SPITZ_IRQ_GPIO_TP_INT, | ||
330 | .end = SPITZ_IRQ_GPIO_TP_INT, | ||
331 | .flags = IORESOURCE_IRQ, | ||
332 | }, | ||
333 | }; | 336 | }; |
334 | 337 | ||
335 | static struct corgits_machinfo spitz_ts_machinfo = { | 338 | static void spitz_max1111_cs(u32 command) |
336 | .get_hsync_invperiod = spitz_get_hsync_invperiod, | 339 | { |
337 | .put_hsync = spitz_put_hsync, | 340 | gpio_set_value(SPITZ_GPIO_MAX1111_CS, !(command == PXA2XX_CS_ASSERT)); |
338 | .wait_hsync = spitz_wait_hsync, | 341 | } |
342 | |||
343 | static struct pxa2xx_spi_chip spitz_max1111_chip = { | ||
344 | .cs_control = spitz_max1111_cs, | ||
339 | }; | 345 | }; |
340 | 346 | ||
341 | static struct platform_device spitzts_device = { | 347 | static struct spi_board_info spitz_spi_devices[] = { |
342 | .name = "corgi-ts", | 348 | { |
343 | .dev = { | 349 | .modalias = "ads7846", |
344 | .parent = &spitzssp_device.dev, | 350 | .max_speed_hz = 1200000, |
345 | .platform_data = &spitz_ts_machinfo, | 351 | .bus_num = 2, |
352 | .chip_select = 0, | ||
353 | .platform_data = &spitz_ads7846_info, | ||
354 | .controller_data= &spitz_ads7846_chip, | ||
355 | .irq = gpio_to_irq(SPITZ_GPIO_TP_INT), | ||
356 | }, { | ||
357 | .modalias = "corgi-lcd", | ||
358 | .max_speed_hz = 50000, | ||
359 | .bus_num = 2, | ||
360 | .chip_select = 1, | ||
361 | .platform_data = &spitz_lcdcon_info, | ||
362 | .controller_data= &spitz_lcdcon_chip, | ||
363 | }, { | ||
364 | .modalias = "max1111", | ||
365 | .max_speed_hz = 450000, | ||
366 | .bus_num = 2, | ||
367 | .chip_select = 2, | ||
368 | .controller_data= &spitz_max1111_chip, | ||
346 | }, | 369 | }, |
347 | .id = -1, | ||
348 | .num_resources = ARRAY_SIZE(spitzts_resources), | ||
349 | .resource = spitzts_resources, | ||
350 | }; | 370 | }; |
351 | 371 | ||
372 | static void __init spitz_init_spi(void) | ||
373 | { | ||
374 | int err; | ||
375 | |||
376 | err = gpio_request(SPITZ_GPIO_ADS7846_CS, "ADS7846_CS"); | ||
377 | if (err) | ||
378 | return; | ||
379 | |||
380 | err = gpio_request(SPITZ_GPIO_LCDCON_CS, "LCDCON_CS"); | ||
381 | if (err) | ||
382 | goto err_free_1; | ||
383 | |||
384 | err = gpio_request(SPITZ_GPIO_MAX1111_CS, "MAX1111_CS"); | ||
385 | if (err) | ||
386 | goto err_free_2; | ||
387 | |||
388 | if (machine_is_akita()) { | ||
389 | spitz_lcdcon_info.gpio_backlight_cont = AKITA_GPIO_BACKLIGHT_CONT; | ||
390 | spitz_lcdcon_info.gpio_backlight_on = AKITA_GPIO_BACKLIGHT_ON; | ||
391 | } | ||
392 | |||
393 | pxa2xx_set_spi_info(2, &spitz_spi_info); | ||
394 | spi_register_board_info(ARRAY_AND_SIZE(spitz_spi_devices)); | ||
395 | return; | ||
396 | |||
397 | err_free_2: | ||
398 | gpio_free(SPITZ_GPIO_LCDCON_CS); | ||
399 | err_free_1: | ||
400 | gpio_free(SPITZ_GPIO_ADS7846_CS); | ||
401 | } | ||
402 | #else | ||
403 | static inline void spitz_init_spi(void) {} | ||
404 | #endif | ||
352 | 405 | ||
353 | /* | 406 | /* |
354 | * MMC/SD Device | 407 | * MMC/SD Device |
@@ -363,24 +416,35 @@ static int spitz_mci_init(struct device *dev, irq_handler_t spitz_detect_int, vo | |||
363 | { | 416 | { |
364 | int err; | 417 | int err; |
365 | 418 | ||
366 | /* setup GPIO for PXA27x MMC controller */ | 419 | err = gpio_request(SPITZ_GPIO_nSD_DETECT, "nSD_DETECT"); |
367 | pxa_gpio_mode(GPIO32_MMCCLK_MD); | 420 | if (err) |
368 | pxa_gpio_mode(GPIO112_MMCCMD_MD); | 421 | goto err_out; |
369 | pxa_gpio_mode(GPIO92_MMCDAT0_MD); | 422 | |
370 | pxa_gpio_mode(GPIO109_MMCDAT1_MD); | 423 | err = gpio_request(SPITZ_GPIO_nSD_WP, "nSD_WP"); |
371 | pxa_gpio_mode(GPIO110_MMCDAT2_MD); | 424 | if (err) |
372 | pxa_gpio_mode(GPIO111_MMCDAT3_MD); | 425 | goto err_free_1; |
373 | pxa_gpio_mode(SPITZ_GPIO_nSD_DETECT | GPIO_IN); | 426 | |
374 | pxa_gpio_mode(SPITZ_GPIO_nSD_WP | GPIO_IN); | 427 | gpio_direction_input(SPITZ_GPIO_nSD_DETECT); |
428 | gpio_direction_input(SPITZ_GPIO_nSD_WP); | ||
375 | 429 | ||
376 | spitz_mci_platform_data.detect_delay = msecs_to_jiffies(250); | 430 | spitz_mci_platform_data.detect_delay = msecs_to_jiffies(250); |
377 | 431 | ||
378 | err = request_irq(SPITZ_IRQ_GPIO_nSD_DETECT, spitz_detect_int, | 432 | err = request_irq(SPITZ_IRQ_GPIO_nSD_DETECT, spitz_detect_int, |
379 | IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | 433 | IRQF_DISABLED | IRQF_TRIGGER_RISING | |
434 | IRQF_TRIGGER_FALLING, | ||
380 | "MMC card detect", data); | 435 | "MMC card detect", data); |
381 | if (err) | 436 | if (err) { |
382 | printk(KERN_ERR "spitz_mci_init: MMC/SD: can't request MMC card detect IRQ\n"); | 437 | pr_err("%s: MMC/SD: can't request MMC card detect IRQ\n", |
438 | __func__); | ||
439 | goto err_free_2; | ||
440 | } | ||
441 | return 0; | ||
383 | 442 | ||
443 | err_free_2: | ||
444 | gpio_free(SPITZ_GPIO_nSD_WP); | ||
445 | err_free_1: | ||
446 | gpio_free(SPITZ_GPIO_nSD_DETECT); | ||
447 | err_out: | ||
384 | return err; | 448 | return err; |
385 | } | 449 | } |
386 | 450 | ||
@@ -396,12 +460,14 @@ static void spitz_mci_setpower(struct device *dev, unsigned int vdd) | |||
396 | 460 | ||
397 | static int spitz_mci_get_ro(struct device *dev) | 461 | static int spitz_mci_get_ro(struct device *dev) |
398 | { | 462 | { |
399 | return GPLR(SPITZ_GPIO_nSD_WP) & GPIO_bit(SPITZ_GPIO_nSD_WP); | 463 | return gpio_get_value(SPITZ_GPIO_nSD_WP); |
400 | } | 464 | } |
401 | 465 | ||
402 | static void spitz_mci_exit(struct device *dev, void *data) | 466 | static void spitz_mci_exit(struct device *dev, void *data) |
403 | { | 467 | { |
404 | free_irq(SPITZ_IRQ_GPIO_nSD_DETECT, data); | 468 | free_irq(SPITZ_IRQ_GPIO_nSD_DETECT, data); |
469 | gpio_free(SPITZ_GPIO_nSD_WP); | ||
470 | gpio_free(SPITZ_GPIO_nSD_DETECT); | ||
405 | } | 471 | } |
406 | 472 | ||
407 | static struct pxamci_platform_data spitz_mci_platform_data = { | 473 | static struct pxamci_platform_data spitz_mci_platform_data = { |
@@ -418,15 +484,18 @@ static struct pxamci_platform_data spitz_mci_platform_data = { | |||
418 | */ | 484 | */ |
419 | static int spitz_ohci_init(struct device *dev) | 485 | static int spitz_ohci_init(struct device *dev) |
420 | { | 486 | { |
421 | /* Only Port 2 is connected */ | 487 | int err; |
422 | pxa_gpio_mode(SPITZ_GPIO_USB_CONNECT | GPIO_IN); | 488 | |
423 | pxa_gpio_mode(SPITZ_GPIO_USB_HOST | GPIO_OUT); | 489 | err = gpio_request(SPITZ_GPIO_USB_HOST, "USB_HOST"); |
424 | pxa_gpio_mode(SPITZ_GPIO_USB_DEVICE | GPIO_IN); | 490 | if (err) |
491 | return err; | ||
425 | 492 | ||
426 | /* Setup USB Port 2 Output Control Register */ | 493 | /* Only Port 2 is connected |
494 | * Setup USB Port 2 Output Control Register | ||
495 | */ | ||
427 | UP2OCR = UP2OCR_HXS | UP2OCR_HXOE | UP2OCR_DPPDE | UP2OCR_DMPDE; | 496 | UP2OCR = UP2OCR_HXS | UP2OCR_HXOE | UP2OCR_DPPDE | UP2OCR_DMPDE; |
428 | 497 | ||
429 | GPSR(SPITZ_GPIO_USB_HOST) = GPIO_bit(SPITZ_GPIO_USB_HOST); | 498 | gpio_direction_output(SPITZ_GPIO_USB_HOST, 1); |
430 | 499 | ||
431 | UHCHR = (UHCHR) & | 500 | UHCHR = (UHCHR) & |
432 | ~(UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSEP3 | UHCHR_SSE); | 501 | ~(UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSEP3 | UHCHR_SSE); |
@@ -446,29 +515,50 @@ static struct pxaohci_platform_data spitz_ohci_platform_data = { | |||
446 | /* | 515 | /* |
447 | * Irda | 516 | * Irda |
448 | */ | 517 | */ |
518 | static int spitz_irda_startup(struct device *dev) | ||
519 | { | ||
520 | int rc; | ||
521 | |||
522 | rc = gpio_request(SPITZ_GPIO_IR_ON, "IrDA on"); | ||
523 | if (rc) | ||
524 | goto err; | ||
525 | |||
526 | rc = gpio_direction_output(SPITZ_GPIO_IR_ON, 1); | ||
527 | if (rc) | ||
528 | goto err_dir; | ||
529 | |||
530 | return 0; | ||
531 | |||
532 | err_dir: | ||
533 | gpio_free(SPITZ_GPIO_IR_ON); | ||
534 | err: | ||
535 | return rc; | ||
536 | } | ||
537 | |||
538 | static void spitz_irda_shutdown(struct device *dev) | ||
539 | { | ||
540 | gpio_free(SPITZ_GPIO_IR_ON); | ||
541 | } | ||
542 | |||
449 | static void spitz_irda_transceiver_mode(struct device *dev, int mode) | 543 | static void spitz_irda_transceiver_mode(struct device *dev, int mode) |
450 | { | 544 | { |
451 | if (mode & IR_OFF) | 545 | gpio_set_value(SPITZ_GPIO_IR_ON, mode & IR_OFF); |
452 | set_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_IR_ON); | ||
453 | else | ||
454 | reset_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_IR_ON); | ||
455 | pxa2xx_transceiver_mode(dev, mode); | 546 | pxa2xx_transceiver_mode(dev, mode); |
456 | } | 547 | } |
457 | 548 | ||
458 | #ifdef CONFIG_MACH_AKITA | 549 | #ifdef CONFIG_MACH_AKITA |
459 | static void akita_irda_transceiver_mode(struct device *dev, int mode) | 550 | static void akita_irda_transceiver_mode(struct device *dev, int mode) |
460 | { | 551 | { |
461 | if (mode & IR_OFF) | 552 | gpio_set_value(AKITA_GPIO_IR_ON, mode & IR_OFF); |
462 | akita_set_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_IR_ON); | ||
463 | else | ||
464 | akita_reset_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_IR_ON); | ||
465 | pxa2xx_transceiver_mode(dev, mode); | 553 | pxa2xx_transceiver_mode(dev, mode); |
466 | } | 554 | } |
467 | #endif | 555 | #endif |
468 | 556 | ||
469 | static struct pxaficp_platform_data spitz_ficp_platform_data = { | 557 | static struct pxaficp_platform_data spitz_ficp_platform_data = { |
470 | .transceiver_cap = IR_SIRMODE | IR_OFF, | 558 | .transceiver_cap = IR_SIRMODE | IR_OFF, |
471 | .transceiver_mode = spitz_irda_transceiver_mode, | 559 | .transceiver_mode = spitz_irda_transceiver_mode, |
560 | .startup = spitz_irda_startup, | ||
561 | .shutdown = spitz_irda_shutdown, | ||
472 | }; | 562 | }; |
473 | 563 | ||
474 | 564 | ||
@@ -476,14 +566,6 @@ static struct pxaficp_platform_data spitz_ficp_platform_data = { | |||
476 | * Spitz PXA Framebuffer | 566 | * Spitz PXA Framebuffer |
477 | */ | 567 | */ |
478 | 568 | ||
479 | static void spitz_lcd_power(int on, struct fb_var_screeninfo *var) | ||
480 | { | ||
481 | if (on) | ||
482 | corgi_lcdtg_hw_init(var->xres); | ||
483 | else | ||
484 | corgi_lcdtg_suspend(); | ||
485 | } | ||
486 | |||
487 | static struct pxafb_mode_info spitz_pxafb_modes[] = { | 569 | static struct pxafb_mode_info spitz_pxafb_modes[] = { |
488 | { | 570 | { |
489 | .pixclock = 19231, | 571 | .pixclock = 19231, |
@@ -516,18 +598,13 @@ static struct pxafb_mach_info spitz_pxafb_info = { | |||
516 | .modes = &spitz_pxafb_modes[0], | 598 | .modes = &spitz_pxafb_modes[0], |
517 | .num_modes = 2, | 599 | .num_modes = 2, |
518 | .fixed_modes = 1, | 600 | .fixed_modes = 1, |
519 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act | LCCR0_LDDALT | LCCR0_OUC | LCCR0_CMDIM | LCCR0_RDSTM, | 601 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_ALTERNATE_MAPPING, |
520 | .lccr3 = LCCR3_PixRsEdg | LCCR3_OutEnH, | ||
521 | .pxafb_lcd_power = spitz_lcd_power, | ||
522 | }; | 602 | }; |
523 | 603 | ||
524 | 604 | ||
525 | static struct platform_device *devices[] __initdata = { | 605 | static struct platform_device *devices[] __initdata = { |
526 | &spitzscoop_device, | 606 | &spitzscoop_device, |
527 | &spitzssp_device, | ||
528 | &spitzkbd_device, | 607 | &spitzkbd_device, |
529 | &spitzts_device, | ||
530 | &spitzbl_device, | ||
531 | &spitzled_device, | 608 | &spitzled_device, |
532 | }; | 609 | }; |
533 | 610 | ||
@@ -553,56 +630,26 @@ static void __init common_init(void) | |||
553 | 630 | ||
554 | PMCR = 0x00; | 631 | PMCR = 0x00; |
555 | 632 | ||
556 | /* setup sleep mode values */ | ||
557 | PWER = 0x00000002; | ||
558 | PFER = 0x00000000; | ||
559 | PRER = 0x00000002; | ||
560 | PGSR0 = 0x0158C000; | ||
561 | PGSR1 = 0x00FF0080; | ||
562 | PGSR2 = 0x0001C004; | ||
563 | |||
564 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ | 633 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ |
565 | PCFR |= PCFR_OPDE; | 634 | PCFR |= PCFR_OPDE; |
566 | 635 | ||
567 | corgi_ssp_set_machinfo(&spitz_ssp_machinfo); | 636 | pxa2xx_mfp_config(ARRAY_AND_SIZE(spitz_pin_config)); |
568 | 637 | ||
569 | pxa_gpio_mode(SPITZ_GPIO_HSYNC | GPIO_IN); | 638 | spitz_init_spi(); |
570 | 639 | ||
571 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 640 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
572 | pxa_set_mci_info(&spitz_mci_platform_data); | 641 | pxa_set_mci_info(&spitz_mci_platform_data); |
573 | pxa_set_ohci_info(&spitz_ohci_platform_data); | 642 | pxa_set_ohci_info(&spitz_ohci_platform_data); |
574 | pxa_set_ficp_info(&spitz_ficp_platform_data); | 643 | pxa_set_ficp_info(&spitz_ficp_platform_data); |
575 | set_pxa_fb_parent(&spitzssp_device.dev); | ||
576 | set_pxa_fb_info(&spitz_pxafb_info); | 644 | set_pxa_fb_info(&spitz_pxafb_info); |
645 | pxa_set_i2c_info(NULL); | ||
577 | } | 646 | } |
578 | 647 | ||
579 | #if defined(CONFIG_MACH_SPITZ) || defined(CONFIG_MACH_BORZOI) | 648 | #if defined(CONFIG_MACH_SPITZ) || defined(CONFIG_MACH_BORZOI) |
580 | static void spitz_bl_set_intensity(int intensity) | ||
581 | { | ||
582 | if (intensity > 0x10) | ||
583 | intensity += 0x10; | ||
584 | |||
585 | /* Bits 0-4 are accessed via the SSP interface */ | ||
586 | corgi_ssp_blduty_set(intensity & 0x1f); | ||
587 | |||
588 | /* Bit 5 is via SCOOP */ | ||
589 | if (intensity & 0x0020) | ||
590 | reset_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_BACKLIGHT_CONT); | ||
591 | else | ||
592 | set_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_BACKLIGHT_CONT); | ||
593 | |||
594 | if (intensity) | ||
595 | set_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_BACKLIGHT_ON); | ||
596 | else | ||
597 | reset_scoop_gpio(&spitzscoop2_device.dev, SPITZ_SCP2_BACKLIGHT_ON); | ||
598 | } | ||
599 | |||
600 | static void __init spitz_init(void) | 649 | static void __init spitz_init(void) |
601 | { | 650 | { |
602 | platform_scoop_config = &spitz_pcmcia_config; | 651 | platform_scoop_config = &spitz_pcmcia_config; |
603 | 652 | ||
604 | spitz_bl_machinfo.set_bl_intensity = spitz_bl_set_intensity; | ||
605 | |||
606 | common_init(); | 653 | common_init(); |
607 | 654 | ||
608 | platform_device_register(&spitzscoop2_device); | 655 | platform_device_register(&spitzscoop2_device); |
@@ -613,32 +660,17 @@ static void __init spitz_init(void) | |||
613 | /* | 660 | /* |
614 | * Akita IO Expander | 661 | * Akita IO Expander |
615 | */ | 662 | */ |
616 | struct platform_device akitaioexp_device = { | 663 | static struct pca953x_platform_data akita_ioexp = { |
617 | .name = "akita-ioexp", | 664 | .gpio_base = AKITA_IOEXP_GPIO_BASE, |
618 | .id = -1, | ||
619 | }; | 665 | }; |
620 | 666 | ||
621 | EXPORT_SYMBOL_GPL(akitaioexp_device); | 667 | static struct i2c_board_info akita_i2c_board_info[] = { |
622 | 668 | { | |
623 | static void akita_bl_set_intensity(int intensity) | 669 | .type = "max7310", |
624 | { | 670 | .addr = 0x18, |
625 | if (intensity > 0x10) | 671 | .platform_data = &akita_ioexp, |
626 | intensity += 0x10; | 672 | }, |
627 | 673 | }; | |
628 | /* Bits 0-4 are accessed via the SSP interface */ | ||
629 | corgi_ssp_blduty_set(intensity & 0x1f); | ||
630 | |||
631 | /* Bit 5 is via IO-Expander */ | ||
632 | if (intensity & 0x0020) | ||
633 | akita_reset_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_BACKLIGHT_CONT); | ||
634 | else | ||
635 | akita_set_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_BACKLIGHT_CONT); | ||
636 | |||
637 | if (intensity) | ||
638 | akita_set_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_BACKLIGHT_ON); | ||
639 | else | ||
640 | akita_reset_ioexp(&akitaioexp_device.dev, AKITA_IOEXP_BACKLIGHT_ON); | ||
641 | } | ||
642 | 674 | ||
643 | static void __init akita_init(void) | 675 | static void __init akita_init(void) |
644 | { | 676 | { |
@@ -647,11 +679,10 @@ static void __init akita_init(void) | |||
647 | /* We just pretend the second element of the array doesn't exist */ | 679 | /* We just pretend the second element of the array doesn't exist */ |
648 | spitz_pcmcia_config.num_devs = 1; | 680 | spitz_pcmcia_config.num_devs = 1; |
649 | platform_scoop_config = &spitz_pcmcia_config; | 681 | platform_scoop_config = &spitz_pcmcia_config; |
650 | spitz_bl_machinfo.set_bl_intensity = akita_bl_set_intensity; | ||
651 | 682 | ||
652 | platform_device_register(&akitaioexp_device); | 683 | pxa_set_i2c_info(NULL); |
684 | i2c_register_board_info(0, ARRAY_AND_SIZE(akita_i2c_board_info)); | ||
653 | 685 | ||
654 | spitzscoop_device.dev.parent = &akitaioexp_device.dev; | ||
655 | common_init(); | 686 | common_init(); |
656 | } | 687 | } |
657 | #endif | 688 | #endif |
diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 8a40505dfd28..53018db106ac 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <asm/hardware/scoop.h> | ||
25 | 24 | ||
26 | #include <mach/sharpsl.h> | 25 | #include <mach/sharpsl.h> |
27 | #include <mach/spitz.h> | 26 | #include <mach/spitz.h> |
@@ -48,44 +47,35 @@ static void spitz_charger_init(void) | |||
48 | 47 | ||
49 | static void spitz_measure_temp(int on) | 48 | static void spitz_measure_temp(int on) |
50 | { | 49 | { |
51 | if (on) | 50 | gpio_set_value(SPITZ_GPIO_ADC_TEMP_ON, on); |
52 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_ADC_TEMP_ON); | ||
53 | else | ||
54 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_ADC_TEMP_ON); | ||
55 | } | 51 | } |
56 | 52 | ||
57 | static void spitz_charge(int on) | 53 | static void spitz_charge(int on) |
58 | { | 54 | { |
59 | if (on) { | 55 | if (on) { |
60 | if (sharpsl_pm.flags & SHARPSL_SUSPENDED) { | 56 | if (sharpsl_pm.flags & SHARPSL_SUSPENDED) { |
61 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_JK_B); | 57 | gpio_set_value(SPITZ_GPIO_JK_B, 1); |
62 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_CHRG_ON); | 58 | gpio_set_value(SPITZ_GPIO_CHRG_ON, 0); |
63 | } else { | 59 | } else { |
64 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_JK_B); | 60 | gpio_set_value(SPITZ_GPIO_JK_B, 0); |
65 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_CHRG_ON); | 61 | gpio_set_value(SPITZ_GPIO_CHRG_ON, 0); |
66 | } | 62 | } |
67 | } else { | 63 | } else { |
68 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_JK_B); | 64 | gpio_set_value(SPITZ_GPIO_JK_B, 0); |
69 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_CHRG_ON); | 65 | gpio_set_value(SPITZ_GPIO_CHRG_ON, 1); |
70 | } | 66 | } |
71 | } | 67 | } |
72 | 68 | ||
73 | static void spitz_discharge(int on) | 69 | static void spitz_discharge(int on) |
74 | { | 70 | { |
75 | if (on) | 71 | gpio_set_value(SPITZ_GPIO_JK_A, on); |
76 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_JK_A); | ||
77 | else | ||
78 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_JK_A); | ||
79 | } | 72 | } |
80 | 73 | ||
81 | /* HACK - For unknown reasons, accurate voltage readings are only made with a load | 74 | /* HACK - For unknown reasons, accurate voltage readings are only made with a load |
82 | on the power bus which the green led on spitz provides */ | 75 | on the power bus which the green led on spitz provides */ |
83 | static void spitz_discharge1(int on) | 76 | static void spitz_discharge1(int on) |
84 | { | 77 | { |
85 | if (on) | 78 | gpio_set_value(SPITZ_GPIO_LED_GREEN, on); |
86 | set_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_LED_GREEN); | ||
87 | else | ||
88 | reset_scoop_gpio(&spitzscoop_device.dev, SPITZ_SCP_LED_GREEN); | ||
89 | } | 79 | } |
90 | 80 | ||
91 | static void spitz_presuspend(void) | 81 | static void spitz_presuspend(void) |
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index 3ed757e6bcc8..75ff8f4243f1 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <linux/fb.h> | 22 | #include <linux/fb.h> |
23 | #include <linux/ioport.h> | 23 | #include <linux/ioport.h> |
24 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
25 | #include <linux/serial_8250.h> | 25 | #include <linux/gpio.h> |
26 | #include <linux/mtd/mtd.h> | 26 | #include <linux/dm9000.h> |
27 | #include <linux/mtd/physmap.h> | 27 | #include <linux/mtd/physmap.h> |
28 | #include <linux/mtd/partitions.h> | 28 | #include <linux/mtd/partitions.h> |
29 | 29 | ||
@@ -31,7 +31,6 @@ | |||
31 | #include <asm/setup.h> | 31 | #include <asm/setup.h> |
32 | #include <asm/memory.h> | 32 | #include <asm/memory.h> |
33 | #include <asm/mach-types.h> | 33 | #include <asm/mach-types.h> |
34 | #include <mach/hardware.h> | ||
35 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
36 | #include <asm/sizes.h> | 35 | #include <asm/sizes.h> |
37 | 36 | ||
@@ -40,41 +39,148 @@ | |||
40 | #include <asm/mach/irq.h> | 39 | #include <asm/mach/irq.h> |
41 | #include <asm/mach/flash.h> | 40 | #include <asm/mach/flash.h> |
42 | 41 | ||
42 | #include <mach/hardware.h> | ||
43 | #include <mach/pxa-regs.h> | 43 | #include <mach/pxa-regs.h> |
44 | #include <mach/pxa2xx-regs.h> | 44 | #include <mach/pxa2xx-regs.h> |
45 | #include <mach/pxa2xx-gpio.h> | 45 | #include <mach/mfp-pxa27x.h> |
46 | #include <mach/pxa2xx_spi.h> | ||
46 | #include <mach/trizeps4.h> | 47 | #include <mach/trizeps4.h> |
47 | #include <mach/audio.h> | 48 | #include <mach/audio.h> |
48 | #include <mach/pxafb.h> | 49 | #include <mach/pxafb.h> |
49 | #include <mach/mmc.h> | 50 | #include <mach/mmc.h> |
50 | #include <mach/irda.h> | 51 | #include <mach/irda.h> |
51 | #include <mach/ohci.h> | 52 | #include <mach/ohci.h> |
53 | #include <mach/i2c.h> | ||
52 | 54 | ||
53 | #include "generic.h" | 55 | #include "generic.h" |
54 | #include "devices.h" | 56 | #include "devices.h" |
55 | 57 | ||
56 | /******************************************************************************************** | 58 | /* comment out the following line if you want to use the |
59 | * Standard UART from PXA for serial / irda transmission | ||
60 | * and acivate it if you have status leds connected */ | ||
61 | #define STATUS_LEDS_ON_STUART_PINS 1 | ||
62 | |||
63 | /***************************************************************************** | ||
64 | * MultiFunctionPins of CPU | ||
65 | *****************************************************************************/ | ||
66 | static unsigned long trizeps4_pin_config[] __initdata = { | ||
67 | /* Chip Selects */ | ||
68 | GPIO15_nCS_1, /* DiskOnChip CS */ | ||
69 | GPIO93_GPIO, /* TRIZEPS4_DOC_IRQ */ | ||
70 | GPIO94_GPIO, /* DOC lock */ | ||
71 | |||
72 | GPIO78_nCS_2, /* DM9000 CS */ | ||
73 | GPIO101_GPIO, /* TRIZEPS4_ETH_IRQ */ | ||
74 | |||
75 | GPIO79_nCS_3, /* Logic CS */ | ||
76 | GPIO0_GPIO | WAKEUP_ON_EDGE_RISE, /* Logic irq */ | ||
77 | |||
78 | /* LCD - 16bpp Active TFT */ | ||
79 | GPIO58_LCD_LDD_0, | ||
80 | GPIO59_LCD_LDD_1, | ||
81 | GPIO60_LCD_LDD_2, | ||
82 | GPIO61_LCD_LDD_3, | ||
83 | GPIO62_LCD_LDD_4, | ||
84 | GPIO63_LCD_LDD_5, | ||
85 | GPIO64_LCD_LDD_6, | ||
86 | GPIO65_LCD_LDD_7, | ||
87 | GPIO66_LCD_LDD_8, | ||
88 | GPIO67_LCD_LDD_9, | ||
89 | GPIO68_LCD_LDD_10, | ||
90 | GPIO69_LCD_LDD_11, | ||
91 | GPIO70_LCD_LDD_12, | ||
92 | GPIO71_LCD_LDD_13, | ||
93 | GPIO72_LCD_LDD_14, | ||
94 | GPIO73_LCD_LDD_15, | ||
95 | GPIO74_LCD_FCLK, | ||
96 | GPIO75_LCD_LCLK, | ||
97 | GPIO76_LCD_PCLK, | ||
98 | GPIO77_LCD_BIAS, | ||
99 | |||
100 | /* UART */ | ||
101 | GPIO9_FFUART_CTS, | ||
102 | GPIO10_FFUART_DCD, | ||
103 | GPIO16_FFUART_TXD, | ||
104 | GPIO33_FFUART_DSR, | ||
105 | GPIO38_FFUART_RI, | ||
106 | GPIO82_FFUART_DTR, | ||
107 | GPIO83_FFUART_RTS, | ||
108 | GPIO96_FFUART_RXD, | ||
109 | |||
110 | GPIO42_BTUART_RXD, | ||
111 | GPIO43_BTUART_TXD, | ||
112 | GPIO44_BTUART_CTS, | ||
113 | GPIO45_BTUART_RTS, | ||
114 | #ifdef STATUS_LEDS_ON_STUART_PINS | ||
115 | GPIO46_GPIO, | ||
116 | GPIO47_GPIO, | ||
117 | #else | ||
118 | GPIO46_STUART_RXD, | ||
119 | GPIO47_STUART_TXD, | ||
120 | #endif | ||
121 | /* PCMCIA */ | ||
122 | GPIO11_GPIO, /* TRIZEPS4_CD_IRQ */ | ||
123 | GPIO13_GPIO, /* TRIZEPS4_READY_NINT */ | ||
124 | GPIO48_nPOE, | ||
125 | GPIO49_nPWE, | ||
126 | GPIO50_nPIOR, | ||
127 | GPIO51_nPIOW, | ||
128 | GPIO54_nPCE_2, | ||
129 | GPIO55_nPREG, | ||
130 | GPIO56_nPWAIT, | ||
131 | GPIO57_nIOIS16, | ||
132 | GPIO102_nPCE_1, | ||
133 | GPIO104_PSKTSEL, | ||
134 | |||
135 | /* MultiMediaCard */ | ||
136 | GPIO32_MMC_CLK, | ||
137 | GPIO92_MMC_DAT_0, | ||
138 | GPIO109_MMC_DAT_1, | ||
139 | GPIO110_MMC_DAT_2, | ||
140 | GPIO111_MMC_DAT_3, | ||
141 | GPIO112_MMC_CMD, | ||
142 | GPIO12_GPIO, /* TRIZEPS4_MMC_IRQ */ | ||
143 | |||
144 | /* USB OHCI */ | ||
145 | GPIO88_USBH1_PWR, /* USBHPWR1 */ | ||
146 | GPIO89_USBH1_PEN, /* USBHPEN1 */ | ||
147 | |||
148 | /* I2C */ | ||
149 | GPIO117_I2C_SCL, | ||
150 | GPIO118_I2C_SDA, | ||
151 | }; | ||
152 | |||
153 | static unsigned long trizeps4wl_pin_config[] __initdata = { | ||
154 | /* SSP 2 */ | ||
155 | GPIO14_SSP2_SFRM, | ||
156 | GPIO19_SSP2_SCLK, | ||
157 | GPIO53_GPIO, /* TRIZEPS4_SPI_IRQ */ | ||
158 | GPIO86_SSP2_RXD, | ||
159 | GPIO87_SSP2_TXD, | ||
160 | }; | ||
161 | |||
162 | /**************************************************************************** | ||
57 | * ONBOARD FLASH | 163 | * ONBOARD FLASH |
58 | ********************************************************************************************/ | 164 | ****************************************************************************/ |
59 | static struct mtd_partition trizeps4_partitions[] = { | 165 | static struct mtd_partition trizeps4_partitions[] = { |
60 | { | 166 | { |
61 | .name = "Bootloader", | 167 | .name = "Bootloader", |
62 | .offset = 0x00000000, | 168 | .offset = 0x00000000, |
63 | .size = 0x00040000, | 169 | .size = 0x00040000, |
64 | .mask_flags = MTD_WRITEABLE /* force read-only */ | 170 | .mask_flags = MTD_WRITEABLE /* force read-only */ |
65 | },{ | 171 | }, { |
66 | .name = "Backup", | 172 | .name = "Backup", |
67 | .offset = 0x00040000, | 173 | .offset = 0x00040000, |
68 | .size = 0x00040000, | 174 | .size = 0x00040000, |
69 | },{ | 175 | }, { |
70 | .name = "Image", | 176 | .name = "Image", |
71 | .offset = 0x00080000, | 177 | .offset = 0x00080000, |
72 | .size = 0x01080000, | 178 | .size = 0x01080000, |
73 | },{ | 179 | }, { |
74 | .name = "IPSM", | 180 | .name = "IPSM", |
75 | .offset = 0x01100000, | 181 | .offset = 0x01100000, |
76 | .size = 0x00e00000, | 182 | .size = 0x00e00000, |
77 | },{ | 183 | }, { |
78 | .name = "Registry", | 184 | .name = "Registry", |
79 | .offset = 0x01f00000, | 185 | .offset = 0x01f00000, |
80 | .size = MTDPART_SIZ_FULL, | 186 | .size = MTDPART_SIZ_FULL, |
@@ -105,9 +211,9 @@ static struct platform_device flash_device = { | |||
105 | .num_resources = 1, | 211 | .num_resources = 1, |
106 | }; | 212 | }; |
107 | 213 | ||
108 | /******************************************************************************************** | 214 | /**************************************************************************** |
109 | * DAVICOM DM9000 Ethernet | 215 | * DAVICOM DM9000 Ethernet |
110 | ********************************************************************************************/ | 216 | ****************************************************************************/ |
111 | static struct resource dm9000_resources[] = { | 217 | static struct resource dm9000_resources[] = { |
112 | [0] = { | 218 | [0] = { |
113 | .start = TRIZEPS4_ETH_PHYS+0x300, | 219 | .start = TRIZEPS4_ETH_PHYS+0x300, |
@@ -122,67 +228,68 @@ static struct resource dm9000_resources[] = { | |||
122 | [2] = { | 228 | [2] = { |
123 | .start = TRIZEPS4_ETH_IRQ, | 229 | .start = TRIZEPS4_ETH_IRQ, |
124 | .end = TRIZEPS4_ETH_IRQ, | 230 | .end = TRIZEPS4_ETH_IRQ, |
125 | .flags = (IORESOURCE_IRQ | IRQ_TYPE_EDGE_RISING), | 231 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, |
126 | }, | 232 | }, |
127 | }; | 233 | }; |
128 | 234 | ||
235 | static struct dm9000_plat_data tri_dm9000_platdata = { | ||
236 | .flags = DM9000_PLATF_32BITONLY, | ||
237 | }; | ||
238 | |||
129 | static struct platform_device dm9000_device = { | 239 | static struct platform_device dm9000_device = { |
130 | .name = "dm9000", | 240 | .name = "dm9000", |
131 | .id = -1, | 241 | .id = -1, |
132 | .num_resources = ARRAY_SIZE(dm9000_resources), | 242 | .num_resources = ARRAY_SIZE(dm9000_resources), |
133 | .resource = dm9000_resources, | 243 | .resource = dm9000_resources, |
244 | .dev = { | ||
245 | .platform_data = &tri_dm9000_platdata, | ||
246 | } | ||
134 | }; | 247 | }; |
135 | 248 | ||
136 | /******************************************************************************************** | 249 | /**************************************************************************** |
137 | * PXA270 serial ports | 250 | * LED's on GPIO pins of PXA |
138 | ********************************************************************************************/ | 251 | ****************************************************************************/ |
139 | static struct plat_serial8250_port tri_serial_ports[] = { | 252 | static struct gpio_led trizeps4_led[] = { |
140 | #ifdef CONFIG_SERIAL_PXA | 253 | #ifdef STATUS_LEDS_ON_STUART_PINS |
141 | /* this uses the own PXA driver */ | ||
142 | { | 254 | { |
143 | 0, | 255 | .name = "led0:orange:heartbeat", /* */ |
144 | }, | 256 | .default_trigger = "heartbeat", |
145 | #else | 257 | .gpio = GPIO_HEARTBEAT_LED, |
146 | /* this uses the generic 8520 driver */ | 258 | .active_low = 1, |
147 | [0] = { | ||
148 | .membase = (void *)&FFUART, | ||
149 | .irq = IRQ_FFUART, | ||
150 | .flags = UPF_BOOT_AUTOCONF, | ||
151 | .iotype = UPIO_MEM32, | ||
152 | .regshift = 2, | ||
153 | .uartclk = (921600*16), | ||
154 | }, | ||
155 | [1] = { | ||
156 | .membase = (void *)&BTUART, | ||
157 | .irq = IRQ_BTUART, | ||
158 | .flags = UPF_BOOT_AUTOCONF, | ||
159 | .iotype = UPIO_MEM32, | ||
160 | .regshift = 2, | ||
161 | .uartclk = (921600*16), | ||
162 | }, | 259 | }, |
163 | { | 260 | { |
164 | 0, | 261 | .name = "led1:yellow:cpubusy", /* */ |
262 | .default_trigger = "cpu-busy", | ||
263 | .gpio = GPIO_SYS_BUSY_LED, | ||
264 | .active_low = 1, | ||
165 | }, | 265 | }, |
166 | #endif | 266 | #endif |
167 | }; | 267 | }; |
168 | 268 | ||
169 | static struct platform_device uart_devices = { | 269 | static struct gpio_led_platform_data trizeps4_led_data = { |
170 | .name = "serial8250", | 270 | .leds = trizeps4_led, |
171 | .id = 0, | 271 | .num_leds = ARRAY_SIZE(trizeps4_led), |
272 | }; | ||
273 | |||
274 | static struct platform_device leds_devices = { | ||
275 | .name = "leds-gpio", | ||
276 | .id = -1, | ||
172 | .dev = { | 277 | .dev = { |
173 | .platform_data = tri_serial_ports, | 278 | .platform_data = &trizeps4_led_data, |
174 | }, | 279 | }, |
175 | .num_resources = 0, | ||
176 | .resource = NULL, | ||
177 | }; | 280 | }; |
178 | 281 | ||
179 | static struct platform_device * trizeps4_devices[] __initdata = { | 282 | static struct platform_device *trizeps4_devices[] __initdata = { |
180 | &flash_device, | 283 | &flash_device, |
181 | &uart_devices, | ||
182 | &dm9000_device, | 284 | &dm9000_device, |
285 | &leds_devices, | ||
286 | }; | ||
287 | |||
288 | static struct platform_device *trizeps4wl_devices[] __initdata = { | ||
289 | &flash_device, | ||
290 | &leds_devices, | ||
183 | }; | 291 | }; |
184 | 292 | ||
185 | #ifdef CONFIG_MACH_TRIZEPS4_CONXS | ||
186 | static short trizeps_conxs_bcr; | 293 | static short trizeps_conxs_bcr; |
187 | 294 | ||
188 | /* PCCARD power switching supports only 3,3V */ | 295 | /* PCCARD power switching supports only 3,3V */ |
@@ -192,108 +299,63 @@ void board_pcmcia_power(int power) | |||
192 | /* switch power on, put in reset and enable buffers */ | 299 | /* switch power on, put in reset and enable buffers */ |
193 | trizeps_conxs_bcr |= power; | 300 | trizeps_conxs_bcr |= power; |
194 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; | 301 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; |
195 | trizeps_conxs_bcr &= ~(ConXS_BCR_CF_BUF_EN); | 302 | trizeps_conxs_bcr &= ~ConXS_BCR_CF_BUF_EN; |
196 | ConXS_BCR = trizeps_conxs_bcr; | 303 | BCR_writew(trizeps_conxs_bcr); |
197 | /* wait a little */ | 304 | /* wait a little */ |
198 | udelay(2000); | 305 | udelay(2000); |
199 | /* take reset away */ | 306 | /* take reset away */ |
200 | trizeps_conxs_bcr &= ~(ConXS_BCR_CF_RESET); | 307 | trizeps_conxs_bcr &= ~ConXS_BCR_CF_RESET; |
201 | ConXS_BCR = trizeps_conxs_bcr; | 308 | BCR_writew(trizeps_conxs_bcr); |
202 | udelay(2000); | 309 | udelay(2000); |
203 | } else { | 310 | } else { |
204 | /* put in reset */ | 311 | /* put in reset */ |
205 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; | 312 | trizeps_conxs_bcr |= ConXS_BCR_CF_RESET; |
206 | ConXS_BCR = trizeps_conxs_bcr; | 313 | BCR_writew(trizeps_conxs_bcr); |
207 | udelay(1000); | 314 | udelay(1000); |
208 | /* switch power off */ | 315 | /* switch power off */ |
209 | trizeps_conxs_bcr &= ~(0xf); | 316 | trizeps_conxs_bcr &= ~0xf; |
210 | ConXS_BCR = trizeps_conxs_bcr; | 317 | BCR_writew(trizeps_conxs_bcr); |
211 | |||
212 | } | 318 | } |
213 | pr_debug("%s: o%s 0x%x\n", __func__, power ? "n": "ff", trizeps_conxs_bcr); | 319 | pr_debug("%s: o%s 0x%x\n", __func__, power ? "n" : "ff", |
320 | trizeps_conxs_bcr); | ||
214 | } | 321 | } |
322 | EXPORT_SYMBOL(board_pcmcia_power); | ||
215 | 323 | ||
216 | /* backlight power switching for LCD panel */ | 324 | /* backlight power switching for LCD panel */ |
217 | static void board_backlight_power(int on) | 325 | static void board_backlight_power(int on) |
218 | { | 326 | { |
219 | if (on) { | 327 | if (on) |
220 | trizeps_conxs_bcr |= ConXS_BCR_L_DISP; | 328 | trizeps_conxs_bcr |= ConXS_BCR_L_DISP; |
221 | } else { | 329 | else |
222 | trizeps_conxs_bcr &= ~ConXS_BCR_L_DISP; | 330 | trizeps_conxs_bcr &= ~ConXS_BCR_L_DISP; |
223 | } | ||
224 | pr_debug("%s: o%s 0x%x\n", __func__, on ? "n" : "ff", trizeps_conxs_bcr); | ||
225 | ConXS_BCR = trizeps_conxs_bcr; | ||
226 | } | ||
227 | 331 | ||
228 | /* Powersupply for MMC/SD cardslot */ | 332 | pr_debug("%s: o%s 0x%x\n", __func__, on ? "n" : "ff", |
229 | static void board_mci_power(struct device *dev, unsigned int vdd) | 333 | trizeps_conxs_bcr); |
230 | { | 334 | BCR_writew(trizeps_conxs_bcr); |
231 | struct pxamci_platform_data* p_d = dev->platform_data; | ||
232 | |||
233 | if (( 1 << vdd) & p_d->ocr_mask) { | ||
234 | pr_debug("%s: on\n", __func__); | ||
235 | /* FIXME fill in values here */ | ||
236 | } else { | ||
237 | pr_debug("%s: off\n", __func__); | ||
238 | /* FIXME fill in values here */ | ||
239 | } | ||
240 | } | 335 | } |
241 | 336 | ||
242 | static short trizeps_conxs_ircr; | 337 | /* a I2C based RTC is known on CONXS board */ |
243 | 338 | static struct i2c_board_info trizeps4_i2c_devices[] __initdata = { | |
244 | /* Switch modes and Power for IRDA receiver */ | 339 | { I2C_BOARD_INFO("rtc-pcf8593", 0x51) } |
245 | static void board_irda_mode(struct device *dev, int mode) | 340 | }; |
246 | { | ||
247 | unsigned long flags; | ||
248 | |||
249 | local_irq_save(flags); | ||
250 | if (mode & IR_SIRMODE) { | ||
251 | /* Slow mode */ | ||
252 | trizeps_conxs_ircr &= ~ConXS_IRCR_MODE; | ||
253 | } else if (mode & IR_FIRMODE) { | ||
254 | /* Fast mode */ | ||
255 | trizeps_conxs_ircr |= ConXS_IRCR_MODE; | ||
256 | } | ||
257 | pxa2xx_transceiver_mode(dev, mode); | ||
258 | if (mode & IR_OFF) { | ||
259 | trizeps_conxs_ircr |= ConXS_IRCR_SD; | ||
260 | } else { | ||
261 | trizeps_conxs_ircr &= ~ConXS_IRCR_SD; | ||
262 | } | ||
263 | /* FIXME write values to register */ | ||
264 | local_irq_restore(flags); | ||
265 | } | ||
266 | |||
267 | #else | ||
268 | /* for other baseboards define dummies */ | ||
269 | void board_pcmcia_power(int power) {;} | ||
270 | #define board_backlight_power NULL | ||
271 | #define board_mci_power NULL | ||
272 | #define board_irda_mode NULL | ||
273 | |||
274 | #endif /* CONFIG_MACH_TRIZEPS4_CONXS */ | ||
275 | EXPORT_SYMBOL(board_pcmcia_power); | ||
276 | 341 | ||
277 | static int trizeps4_mci_init(struct device *dev, irq_handler_t mci_detect_int, void *data) | 342 | /**************************************************************************** |
343 | * MMC card slot external to module | ||
344 | ****************************************************************************/ | ||
345 | static int trizeps4_mci_init(struct device *dev, irq_handler_t mci_detect_int, | ||
346 | void *data) | ||
278 | { | 347 | { |
279 | int err; | 348 | int err; |
280 | /* setup GPIO for PXA27x MMC controller */ | ||
281 | pxa_gpio_mode(GPIO32_MMCCLK_MD); | ||
282 | pxa_gpio_mode(GPIO112_MMCCMD_MD); | ||
283 | pxa_gpio_mode(GPIO92_MMCDAT0_MD); | ||
284 | pxa_gpio_mode(GPIO109_MMCDAT1_MD); | ||
285 | pxa_gpio_mode(GPIO110_MMCDAT2_MD); | ||
286 | pxa_gpio_mode(GPIO111_MMCDAT3_MD); | ||
287 | |||
288 | pxa_gpio_mode(GPIO_MMC_DET | GPIO_IN); | ||
289 | 349 | ||
290 | err = request_irq(TRIZEPS4_MMC_IRQ, mci_detect_int, | 350 | err = request_irq(TRIZEPS4_MMC_IRQ, mci_detect_int, |
291 | IRQF_DISABLED | IRQF_TRIGGER_RISING, | 351 | IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_SAMPLE_RANDOM, |
292 | "MMC card detect", data); | 352 | "MMC card detect", data); |
293 | if (err) | 353 | if (err) { |
294 | printk(KERN_ERR "trizeps4_mci_init: MMC/SD: can't request MMC card detect IRQ\n"); | 354 | printk(KERN_ERR "trizeps4_mci_init: MMC/SD: can't request" |
295 | 355 | "MMC card detect IRQ\n"); | |
296 | return err; | 356 | return -1; |
357 | } | ||
358 | return 0; | ||
297 | } | 359 | } |
298 | 360 | ||
299 | static void trizeps4_mci_exit(struct device *dev, void *data) | 361 | static void trizeps4_mci_exit(struct device *dev, void *data) |
@@ -303,22 +365,68 @@ static void trizeps4_mci_exit(struct device *dev, void *data) | |||
303 | 365 | ||
304 | static struct pxamci_platform_data trizeps4_mci_platform_data = { | 366 | static struct pxamci_platform_data trizeps4_mci_platform_data = { |
305 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 367 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
368 | .detect_delay = 1, | ||
306 | .init = trizeps4_mci_init, | 369 | .init = trizeps4_mci_init, |
307 | .exit = trizeps4_mci_exit, | 370 | .exit = trizeps4_mci_exit, |
308 | .setpower = board_mci_power, | 371 | .get_ro = NULL, /* write-protection not supported */ |
372 | .setpower = NULL, /* power-switching not supported */ | ||
309 | }; | 373 | }; |
310 | 374 | ||
375 | /**************************************************************************** | ||
376 | * IRDA mode switching on stuart | ||
377 | ****************************************************************************/ | ||
378 | #ifndef STATUS_LEDS_ON_STUART_PINS | ||
379 | static short trizeps_conxs_ircr; | ||
380 | |||
381 | static int trizeps4_irda_startup(struct device *dev) | ||
382 | { | ||
383 | trizeps_conxs_ircr &= ~ConXS_IRCR_SD; | ||
384 | IRCR_writew(trizeps_conxs_ircr); | ||
385 | return 0; | ||
386 | } | ||
387 | |||
388 | static void trizeps4_irda_shutdown(struct device *dev) | ||
389 | { | ||
390 | trizeps_conxs_ircr |= ConXS_IRCR_SD; | ||
391 | IRCR_writew(trizeps_conxs_ircr); | ||
392 | } | ||
393 | |||
394 | static void trizeps4_irda_transceiver_mode(struct device *dev, int mode) | ||
395 | { | ||
396 | unsigned long flags; | ||
397 | |||
398 | local_irq_save(flags); | ||
399 | /* Switch mode */ | ||
400 | if (mode & IR_SIRMODE) | ||
401 | trizeps_conxs_ircr &= ~ConXS_IRCR_MODE; /* Slow mode */ | ||
402 | else if (mode & IR_FIRMODE) { | ||
403 | trizeps_conxs_ircr |= ConXS_IRCR_MODE; /* Fast mode */ | ||
404 | |||
405 | /* Switch power */ | ||
406 | if (mode & IR_OFF) | ||
407 | trizeps_conxs_ircr |= ConXS_IRCR_SD; | ||
408 | else | ||
409 | trizeps_conxs_ircr &= ~ConXS_IRCR_SD; | ||
410 | |||
411 | IRCR_writew(trizeps_conxs_ircr); | ||
412 | local_irq_restore(flags); | ||
413 | |||
414 | pxa2xx_transceiver_mode(dev, mode); | ||
415 | } | ||
416 | |||
311 | static struct pxaficp_platform_data trizeps4_ficp_platform_data = { | 417 | static struct pxaficp_platform_data trizeps4_ficp_platform_data = { |
312 | .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF, | 418 | .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF, |
313 | .transceiver_mode = board_irda_mode, | 419 | .transceiver_mode = trizeps4_irda_transceiver_mode, |
420 | .startup = trizeps4_irda_startup, | ||
421 | .shutdown = trizeps4_irda_shutdown, | ||
314 | }; | 422 | }; |
423 | #endif | ||
315 | 424 | ||
425 | /**************************************************************************** | ||
426 | * OHCI USB port | ||
427 | ****************************************************************************/ | ||
316 | static int trizeps4_ohci_init(struct device *dev) | 428 | static int trizeps4_ohci_init(struct device *dev) |
317 | { | 429 | { |
318 | /* setup Port1 GPIO pin. */ | ||
319 | pxa_gpio_mode( 88 | GPIO_ALT_FN_1_IN); /* USBHPWR1 */ | ||
320 | pxa_gpio_mode( 89 | GPIO_ALT_FN_2_OUT); /* USBHPEN1 */ | ||
321 | |||
322 | /* Set the Power Control Polarity Low and Power Sense | 430 | /* Set the Power Control Polarity Low and Power Sense |
323 | Polarity Low to active low. */ | 431 | Polarity Low to active low. */ |
324 | UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) & | 432 | UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) & |
@@ -327,15 +435,9 @@ static int trizeps4_ohci_init(struct device *dev) | |||
327 | return 0; | 435 | return 0; |
328 | } | 436 | } |
329 | 437 | ||
330 | static void trizeps4_ohci_exit(struct device *dev) | ||
331 | { | ||
332 | ; | ||
333 | } | ||
334 | |||
335 | static struct pxaohci_platform_data trizeps4_ohci_platform_data = { | 438 | static struct pxaohci_platform_data trizeps4_ohci_platform_data = { |
336 | .port_mode = PMM_PERPORT_MODE, | 439 | .port_mode = PMM_PERPORT_MODE, |
337 | .init = trizeps4_ohci_init, | 440 | .init = trizeps4_ohci_init, |
338 | .exit = trizeps4_ohci_exit, | ||
339 | }; | 441 | }; |
340 | 442 | ||
341 | static struct map_desc trizeps4_io_desc[] __initdata = { | 443 | static struct map_desc trizeps4_io_desc[] __initdata = { |
@@ -372,105 +474,80 @@ static struct map_desc trizeps4_io_desc[] __initdata = { | |||
372 | }; | 474 | }; |
373 | 475 | ||
374 | static struct pxafb_mode_info sharp_lcd_mode = { | 476 | static struct pxafb_mode_info sharp_lcd_mode = { |
375 | .pixclock = 78000, | 477 | .pixclock = 78000, |
376 | .xres = 640, | 478 | .xres = 640, |
377 | .yres = 480, | 479 | .yres = 480, |
378 | .bpp = 8, | 480 | .bpp = 8, |
379 | .hsync_len = 4, | 481 | .hsync_len = 4, |
380 | .left_margin = 4, | 482 | .left_margin = 4, |
381 | .right_margin = 4, | 483 | .right_margin = 4, |
382 | .vsync_len = 2, | 484 | .vsync_len = 2, |
383 | .upper_margin = 0, | 485 | .upper_margin = 0, |
384 | .lower_margin = 0, | 486 | .lower_margin = 0, |
385 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | 487 | .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, |
386 | .cmap_greyscale = 0, | 488 | .cmap_greyscale = 0, |
387 | }; | 489 | }; |
388 | 490 | ||
389 | static struct pxafb_mach_info sharp_lcd = { | 491 | static struct pxafb_mach_info sharp_lcd = { |
390 | .modes = &sharp_lcd_mode, | 492 | .modes = &sharp_lcd_mode, |
391 | .num_modes = 1, | 493 | .num_modes = 1, |
392 | .cmap_inverse = 0, | 494 | .lcd_conn = LCD_COLOR_DSTN_16BPP | LCD_PCLK_EDGE_FALL, |
393 | .cmap_static = 0, | 495 | .cmap_inverse = 0, |
394 | .lccr0 = LCCR0_Color | LCCR0_Pas | LCCR0_Dual, | 496 | .cmap_static = 0, |
395 | .lccr3 = 0x0340ff02, | 497 | .pxafb_backlight_power = board_backlight_power, |
396 | .pxafb_backlight_power = board_backlight_power, | ||
397 | }; | 498 | }; |
398 | 499 | ||
399 | static struct pxafb_mode_info toshiba_lcd_mode = { | 500 | static struct pxafb_mode_info toshiba_lcd_mode = { |
400 | .pixclock = 39720, | 501 | .pixclock = 39720, |
401 | .xres = 640, | 502 | .xres = 640, |
402 | .yres = 480, | 503 | .yres = 480, |
403 | .bpp = 8, | 504 | .bpp = 8, |
404 | .hsync_len = 63, | 505 | .hsync_len = 63, |
405 | .left_margin = 12, | 506 | .left_margin = 12, |
406 | .right_margin = 12, | 507 | .right_margin = 12, |
407 | .vsync_len = 4, | 508 | .vsync_len = 4, |
408 | .upper_margin = 32, | 509 | .upper_margin = 32, |
409 | .lower_margin = 10, | 510 | .lower_margin = 10, |
410 | .sync = 0, | 511 | .sync = 0, |
411 | .cmap_greyscale = 0, | 512 | .cmap_greyscale = 0, |
412 | }; | 513 | }; |
413 | 514 | ||
414 | static struct pxafb_mach_info toshiba_lcd = { | 515 | static struct pxafb_mach_info toshiba_lcd = { |
415 | .modes = &toshiba_lcd_mode, | 516 | .modes = &toshiba_lcd_mode, |
416 | .num_modes = 1, | 517 | .num_modes = 1, |
417 | .cmap_inverse = 0, | 518 | .lcd_conn = (LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL), |
418 | .cmap_static = 0, | 519 | .cmap_inverse = 0, |
419 | .lccr0 = LCCR0_Color | LCCR0_Act, | 520 | .cmap_static = 0, |
420 | .lccr3 = 0x03400002, | 521 | .pxafb_backlight_power = board_backlight_power, |
421 | .pxafb_backlight_power = board_backlight_power, | ||
422 | }; | 522 | }; |
423 | 523 | ||
424 | static void __init trizeps4_init(void) | 524 | static void __init trizeps4_init(void) |
425 | { | 525 | { |
426 | platform_add_devices(trizeps4_devices, ARRAY_SIZE(trizeps4_devices)); | 526 | pxa2xx_mfp_config(ARRAY_AND_SIZE(trizeps4_pin_config)); |
527 | if (machine_is_trizeps4wl()) { | ||
528 | pxa2xx_mfp_config(ARRAY_AND_SIZE(trizeps4wl_pin_config)); | ||
529 | platform_add_devices(trizeps4wl_devices, | ||
530 | ARRAY_SIZE(trizeps4wl_devices)); | ||
531 | } else { | ||
532 | platform_add_devices(trizeps4_devices, | ||
533 | ARRAY_SIZE(trizeps4_devices)); | ||
534 | } | ||
427 | 535 | ||
428 | /* set_pxa_fb_info(&sharp_lcd); */ | 536 | if (0) /* dont know how to determine LCD */ |
429 | set_pxa_fb_info(&toshiba_lcd); | 537 | set_pxa_fb_info(&sharp_lcd); |
538 | else | ||
539 | set_pxa_fb_info(&toshiba_lcd); | ||
430 | 540 | ||
431 | pxa_set_mci_info(&trizeps4_mci_platform_data); | 541 | pxa_set_mci_info(&trizeps4_mci_platform_data); |
542 | #ifndef STATUS_LEDS_ON_STUART_PINS | ||
432 | pxa_set_ficp_info(&trizeps4_ficp_platform_data); | 543 | pxa_set_ficp_info(&trizeps4_ficp_platform_data); |
544 | #endif | ||
433 | pxa_set_ohci_info(&trizeps4_ohci_platform_data); | 545 | pxa_set_ohci_info(&trizeps4_ohci_platform_data); |
434 | pxa_set_ac97_info(NULL); | 546 | pxa_set_ac97_info(NULL); |
435 | } | 547 | pxa_set_i2c_info(NULL); |
548 | i2c_register_board_info(0, trizeps4_i2c_devices, | ||
549 | ARRAY_SIZE(trizeps4_i2c_devices)); | ||
436 | 550 | ||
437 | static void __init trizeps4_map_io(void) | ||
438 | { | ||
439 | pxa_map_io(); | ||
440 | iotable_init(trizeps4_io_desc, ARRAY_SIZE(trizeps4_io_desc)); | ||
441 | |||
442 | /* for DiskOnChip */ | ||
443 | pxa_gpio_mode(GPIO15_nCS_1_MD); | ||
444 | |||
445 | /* for off-module PIC on ConXS board */ | ||
446 | pxa_gpio_mode(GPIO_PIC | GPIO_IN); | ||
447 | |||
448 | /* UCB1400 irq */ | ||
449 | pxa_gpio_mode(GPIO_UCB1400 | GPIO_IN); | ||
450 | |||
451 | /* for DM9000 LAN */ | ||
452 | pxa_gpio_mode(GPIO78_nCS_2_MD); | ||
453 | pxa_gpio_mode(GPIO_DM9000 | GPIO_IN); | ||
454 | |||
455 | /* for PCMCIA device */ | ||
456 | pxa_gpio_mode(GPIO_PCD | GPIO_IN); | ||
457 | pxa_gpio_mode(GPIO_PRDY | GPIO_IN); | ||
458 | |||
459 | /* for I2C adapter */ | ||
460 | pxa_gpio_mode(GPIO117_I2CSCL_MD); | ||
461 | pxa_gpio_mode(GPIO118_I2CSDA_MD); | ||
462 | |||
463 | /* MMC_DET s.o. */ | ||
464 | pxa_gpio_mode(GPIO_MMC_DET | GPIO_IN); | ||
465 | |||
466 | /* whats that for ??? */ | ||
467 | pxa_gpio_mode(GPIO79_nCS_3_MD); | ||
468 | |||
469 | #ifdef CONFIG_LEDS | ||
470 | pxa_gpio_mode( GPIO_SYS_BUSY_LED | GPIO_OUT); /* LED1 */ | ||
471 | pxa_gpio_mode( GPIO_HEARTBEAT_LED | GPIO_OUT); /* LED2 */ | ||
472 | #endif | ||
473 | #ifdef CONFIG_MACH_TRIZEPS4_CONXS | ||
474 | #ifdef CONFIG_IDE_PXA_CF | 551 | #ifdef CONFIG_IDE_PXA_CF |
475 | /* if boot direct from compact flash dont disable power */ | 552 | /* if boot direct from compact flash dont disable power */ |
476 | trizeps_conxs_bcr = 0x0009; | 553 | trizeps_conxs_bcr = 0x0009; |
@@ -478,18 +555,24 @@ static void __init trizeps4_map_io(void) | |||
478 | /* this is the reset value */ | 555 | /* this is the reset value */ |
479 | trizeps_conxs_bcr = 0x00A0; | 556 | trizeps_conxs_bcr = 0x00A0; |
480 | #endif | 557 | #endif |
481 | ConXS_BCR = trizeps_conxs_bcr; | 558 | BCR_writew(trizeps_conxs_bcr); |
482 | #endif | 559 | board_backlight_power(1); |
560 | } | ||
483 | 561 | ||
484 | #warning FIXME - accessing PM registers directly is deprecated | 562 | static void __init trizeps4_map_io(void) |
485 | PWER = 0x00000002; | 563 | { |
486 | PFER = 0x00000000; | 564 | pxa_map_io(); |
487 | PRER = 0x00000002; | 565 | iotable_init(trizeps4_io_desc, ARRAY_SIZE(trizeps4_io_desc)); |
488 | PGSR0 = 0x0158C000; | 566 | |
489 | PGSR1 = 0x00FF0080; | 567 | if ((MSC0 & 0x8) && (BOOT_DEF & 0x1)) { |
490 | PGSR2 = 0x0001C004; | 568 | /* if flash is 16 bit wide its a Trizeps4 WL */ |
491 | /* Stop 3.6MHz and drive HIGH to PCMCIA and CS */ | 569 | __machine_arch_type = MACH_TYPE_TRIZEPS4WL; |
492 | PCFR |= PCFR_OPDE; | 570 | trizeps4_flash_data[0].width = 2; |
571 | } else { | ||
572 | /* if flash is 32 bit wide its a Trizeps4 */ | ||
573 | __machine_arch_type = MACH_TYPE_TRIZEPS4; | ||
574 | trizeps4_flash_data[0].width = 4; | ||
575 | } | ||
493 | } | 576 | } |
494 | 577 | ||
495 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | 578 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") |
@@ -503,3 +586,13 @@ MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | |||
503 | .timer = &pxa_timer, | 586 | .timer = &pxa_timer, |
504 | MACHINE_END | 587 | MACHINE_END |
505 | 588 | ||
589 | MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") | ||
590 | /* MAINTAINER("Jürgen Schindele") */ | ||
591 | .phys_io = 0x40000000, | ||
592 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
593 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | ||
594 | .init_machine = trizeps4_init, | ||
595 | .map_io = trizeps4_map_io, | ||
596 | .init_irq = pxa27x_init_irq, | ||
597 | .timer = &pxa_timer, | ||
598 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c new file mode 100644 index 000000000000..d7632f63603c --- /dev/null +++ b/arch/arm/mach-pxa/viper.c | |||
@@ -0,0 +1,951 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-pxa/viper.c | ||
3 | * | ||
4 | * Support for the Arcom VIPER SBC. | ||
5 | * | ||
6 | * Author: Ian Campbell | ||
7 | * Created: Feb 03, 2003 | ||
8 | * Copyright: Arcom Control Systems | ||
9 | * | ||
10 | * Maintained by Marc Zyngier <maz@misterjones.org> | ||
11 | * <marc.zyngier@altran.com> | ||
12 | * | ||
13 | * Based on lubbock.c: | ||
14 | * Author: Nicolas Pitre | ||
15 | * Created: Jun 15, 2001 | ||
16 | * Copyright: MontaVista Software Inc. | ||
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License version 2 as | ||
20 | * published by the Free Software Foundation. | ||
21 | */ | ||
22 | |||
23 | #include <linux/types.h> | ||
24 | #include <linux/memory.h> | ||
25 | #include <linux/cpu.h> | ||
26 | #include <linux/cpufreq.h> | ||
27 | #include <linux/delay.h> | ||
28 | #include <linux/fs.h> | ||
29 | #include <linux/init.h> | ||
30 | #include <linux/interrupt.h> | ||
31 | #include <linux/major.h> | ||
32 | #include <linux/module.h> | ||
33 | #include <linux/pm.h> | ||
34 | #include <linux/sched.h> | ||
35 | #include <linux/gpio.h> | ||
36 | #include <linux/i2c-gpio.h> | ||
37 | #include <linux/serial_8250.h> | ||
38 | #include <linux/smc91x.h> | ||
39 | #include <linux/pwm_backlight.h> | ||
40 | #include <linux/usb/isp116x.h> | ||
41 | #include <linux/mtd/mtd.h> | ||
42 | #include <linux/mtd/partitions.h> | ||
43 | #include <linux/mtd/physmap.h> | ||
44 | |||
45 | #include <mach/pxa-regs.h> | ||
46 | #include <mach/pxa2xx-regs.h> | ||
47 | #include <mach/bitfield.h> | ||
48 | #include <mach/audio.h> | ||
49 | #include <mach/pxafb.h> | ||
50 | #include <mach/mfp-pxa25x.h> | ||
51 | #include <mach/i2c.h> | ||
52 | #include <mach/viper.h> | ||
53 | |||
54 | #include <asm/setup.h> | ||
55 | #include <asm/mach-types.h> | ||
56 | #include <asm/irq.h> | ||
57 | #include <asm/sizes.h> | ||
58 | |||
59 | #include <asm/mach/arch.h> | ||
60 | #include <asm/mach/map.h> | ||
61 | #include <asm/mach/irq.h> | ||
62 | |||
63 | #include "generic.h" | ||
64 | #include "devices.h" | ||
65 | |||
66 | static unsigned int icr; | ||
67 | |||
68 | static void viper_icr_set_bit(unsigned int bit) | ||
69 | { | ||
70 | icr |= bit; | ||
71 | VIPER_ICR = icr; | ||
72 | } | ||
73 | |||
74 | static void viper_icr_clear_bit(unsigned int bit) | ||
75 | { | ||
76 | icr &= ~bit; | ||
77 | VIPER_ICR = icr; | ||
78 | } | ||
79 | |||
80 | /* This function is used from the pcmcia module to reset the CF */ | ||
81 | void viper_cf_rst(int state) | ||
82 | { | ||
83 | if (state) | ||
84 | viper_icr_set_bit(VIPER_ICR_CF_RST); | ||
85 | else | ||
86 | viper_icr_clear_bit(VIPER_ICR_CF_RST); | ||
87 | } | ||
88 | EXPORT_SYMBOL(viper_cf_rst); | ||
89 | |||
90 | /* | ||
91 | * The CPLD version register was not present on VIPER boards prior to | ||
92 | * v2i1. On v1 boards where the version register is not present we | ||
93 | * will just read back the previous value from the databus. | ||
94 | * | ||
95 | * Therefore we do two reads. The first time we write 0 to the | ||
96 | * (read-only) register before reading and the second time we write | ||
97 | * 0xff first. If the two reads do not match or they read back as 0xff | ||
98 | * or 0x00 then we have version 1 hardware. | ||
99 | */ | ||
100 | static u8 viper_hw_version(void) | ||
101 | { | ||
102 | u8 v1, v2; | ||
103 | unsigned long flags; | ||
104 | |||
105 | local_irq_save(flags); | ||
106 | |||
107 | VIPER_VERSION = 0; | ||
108 | v1 = VIPER_VERSION; | ||
109 | VIPER_VERSION = 0xff; | ||
110 | v2 = VIPER_VERSION; | ||
111 | |||
112 | v1 = (v1 != v2 || v1 == 0xff) ? 0 : v1; | ||
113 | |||
114 | local_irq_restore(flags); | ||
115 | return v1; | ||
116 | } | ||
117 | |||
118 | /* CPU sysdev */ | ||
119 | static int viper_cpu_suspend(struct sys_device *sysdev, pm_message_t state) | ||
120 | { | ||
121 | viper_icr_set_bit(VIPER_ICR_R_DIS); | ||
122 | return 0; | ||
123 | } | ||
124 | |||
125 | static int viper_cpu_resume(struct sys_device *sysdev) | ||
126 | { | ||
127 | viper_icr_clear_bit(VIPER_ICR_R_DIS); | ||
128 | return 0; | ||
129 | } | ||
130 | |||
131 | static struct sysdev_driver viper_cpu_sysdev_driver = { | ||
132 | .suspend = viper_cpu_suspend, | ||
133 | .resume = viper_cpu_resume, | ||
134 | }; | ||
135 | |||
136 | static unsigned int current_voltage_divisor; | ||
137 | |||
138 | /* | ||
139 | * If force is not true then step from existing to new divisor. If | ||
140 | * force is true then jump straight to the new divisor. Stepping is | ||
141 | * used because if the jump in voltage is too large, the VCC can dip | ||
142 | * too low and the regulator cuts out. | ||
143 | * | ||
144 | * force can be used to initialize the divisor to a know state by | ||
145 | * setting the value for the current clock speed, since we are already | ||
146 | * running at that speed we know the voltage should be pretty close so | ||
147 | * the jump won't be too large | ||
148 | */ | ||
149 | static void viper_set_core_cpu_voltage(unsigned long khz, int force) | ||
150 | { | ||
151 | int i = 0; | ||
152 | unsigned int divisor = 0; | ||
153 | const char *v; | ||
154 | |||
155 | if (khz < 200000) { | ||
156 | v = "1.0"; divisor = 0xfff; | ||
157 | } else if (khz < 300000) { | ||
158 | v = "1.1"; divisor = 0xde5; | ||
159 | } else { | ||
160 | v = "1.3"; divisor = 0x325; | ||
161 | } | ||
162 | |||
163 | pr_debug("viper: setting CPU core voltage to %sV at %d.%03dMHz\n", | ||
164 | v, (int)khz / 1000, (int)khz % 1000); | ||
165 | |||
166 | #define STEP 0x100 | ||
167 | do { | ||
168 | int step; | ||
169 | |||
170 | if (force) | ||
171 | step = divisor; | ||
172 | else if (current_voltage_divisor < divisor - STEP) | ||
173 | step = current_voltage_divisor + STEP; | ||
174 | else if (current_voltage_divisor > divisor + STEP) | ||
175 | step = current_voltage_divisor - STEP; | ||
176 | else | ||
177 | step = divisor; | ||
178 | force = 0; | ||
179 | |||
180 | gpio_set_value(VIPER_PSU_CLK_GPIO, 0); | ||
181 | gpio_set_value(VIPER_PSU_nCS_LD_GPIO, 0); | ||
182 | |||
183 | for (i = 1 << 11 ; i > 0 ; i >>= 1) { | ||
184 | udelay(1); | ||
185 | |||
186 | gpio_set_value(VIPER_PSU_DATA_GPIO, step & i); | ||
187 | udelay(1); | ||
188 | |||
189 | gpio_set_value(VIPER_PSU_CLK_GPIO, 1); | ||
190 | udelay(1); | ||
191 | |||
192 | gpio_set_value(VIPER_PSU_CLK_GPIO, 0); | ||
193 | } | ||
194 | udelay(1); | ||
195 | |||
196 | gpio_set_value(VIPER_PSU_nCS_LD_GPIO, 1); | ||
197 | udelay(1); | ||
198 | |||
199 | gpio_set_value(VIPER_PSU_nCS_LD_GPIO, 0); | ||
200 | |||
201 | current_voltage_divisor = step; | ||
202 | } while (current_voltage_divisor != divisor); | ||
203 | } | ||
204 | |||
205 | /* Interrupt handling */ | ||
206 | static unsigned long viper_irq_enabled_mask; | ||
207 | |||
208 | static void viper_ack_irq(unsigned int irq) | ||
209 | { | ||
210 | int viper_irq = irq - PXA_ISA_IRQ(0); | ||
211 | |||
212 | if (viper_irq < 8) | ||
213 | VIPER_LO_IRQ_STATUS = 1 << viper_irq; | ||
214 | else | ||
215 | VIPER_HI_IRQ_STATUS = 1 << (viper_irq - 8); | ||
216 | } | ||
217 | |||
218 | static void viper_mask_irq(unsigned int irq) | ||
219 | { | ||
220 | viper_irq_enabled_mask &= ~(1 << (irq - PXA_ISA_IRQ(0))); | ||
221 | } | ||
222 | |||
223 | static void viper_unmask_irq(unsigned int irq) | ||
224 | { | ||
225 | viper_irq_enabled_mask |= (1 << (irq - PXA_ISA_IRQ(0))); | ||
226 | } | ||
227 | |||
228 | static inline unsigned long viper_irq_pending(void) | ||
229 | { | ||
230 | return (VIPER_HI_IRQ_STATUS << 8 | VIPER_LO_IRQ_STATUS) & | ||
231 | viper_irq_enabled_mask; | ||
232 | } | ||
233 | |||
234 | static void viper_irq_handler(unsigned int irq, struct irq_desc *desc) | ||
235 | { | ||
236 | unsigned long pending; | ||
237 | |||
238 | pending = viper_irq_pending(); | ||
239 | do { | ||
240 | if (likely(pending)) { | ||
241 | irq = PXA_ISA_IRQ(0) + __ffs(pending); | ||
242 | generic_handle_irq(irq); | ||
243 | } | ||
244 | pending = viper_irq_pending(); | ||
245 | } while (pending); | ||
246 | } | ||
247 | |||
248 | static struct irq_chip viper_irq_chip = { | ||
249 | .name = "ISA", | ||
250 | .ack = viper_ack_irq, | ||
251 | .mask = viper_mask_irq, | ||
252 | .unmask = viper_unmask_irq | ||
253 | }; | ||
254 | |||
255 | static void __init viper_init_irq(void) | ||
256 | { | ||
257 | const int isa_irqs[] = { 3, 4, 5, 6, 7, 10, 11, 12, 9, 14, 15 }; | ||
258 | int irq; | ||
259 | int isa_irq; | ||
260 | |||
261 | pxa25x_init_irq(); | ||
262 | |||
263 | /* setup ISA IRQs */ | ||
264 | for (irq = 0; irq < ARRAY_SIZE(isa_irqs); irq++) { | ||
265 | isa_irq = isa_irqs[irq]; | ||
266 | set_irq_chip(isa_irq, &viper_irq_chip); | ||
267 | set_irq_handler(isa_irq, handle_edge_irq); | ||
268 | set_irq_flags(isa_irq, IRQF_VALID | IRQF_PROBE); | ||
269 | } | ||
270 | |||
271 | set_irq_chained_handler(gpio_to_irq(VIPER_CPLD_GPIO), | ||
272 | viper_irq_handler); | ||
273 | set_irq_type(gpio_to_irq(VIPER_CPLD_GPIO), IRQ_TYPE_EDGE_BOTH); | ||
274 | |||
275 | #ifndef CONFIG_SERIAL_PXA | ||
276 | /* | ||
277 | * 8250 doesn't support IRQ_TYPE being passed as part | ||
278 | * of the plat_serial8250_port structure... | ||
279 | */ | ||
280 | set_irq_type(gpio_to_irq(VIPER_UARTA_GPIO), IRQ_TYPE_EDGE_RISING); | ||
281 | set_irq_type(gpio_to_irq(VIPER_UARTB_GPIO), IRQ_TYPE_EDGE_RISING); | ||
282 | #endif | ||
283 | } | ||
284 | |||
285 | /* Flat Panel */ | ||
286 | static struct pxafb_mode_info fb_mode_info[] = { | ||
287 | { | ||
288 | .pixclock = 157500, | ||
289 | |||
290 | .xres = 320, | ||
291 | .yres = 240, | ||
292 | |||
293 | .bpp = 16, | ||
294 | |||
295 | .hsync_len = 63, | ||
296 | .left_margin = 7, | ||
297 | .right_margin = 13, | ||
298 | |||
299 | .vsync_len = 20, | ||
300 | .upper_margin = 0, | ||
301 | .lower_margin = 0, | ||
302 | |||
303 | .sync = 0, | ||
304 | }, | ||
305 | }; | ||
306 | |||
307 | static struct pxafb_mach_info fb_info = { | ||
308 | .modes = fb_mode_info, | ||
309 | .num_modes = 1, | ||
310 | .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL, | ||
311 | }; | ||
312 | |||
313 | static int viper_backlight_init(struct device *dev) | ||
314 | { | ||
315 | int ret; | ||
316 | |||
317 | /* GPIO9 and 10 control FB backlight. Initialise to off */ | ||
318 | ret = gpio_request(VIPER_BCKLIGHT_EN_GPIO, "Backlight"); | ||
319 | if (ret) | ||
320 | goto err_request_bckl; | ||
321 | |||
322 | ret = gpio_request(VIPER_LCD_EN_GPIO, "LCD"); | ||
323 | if (ret) | ||
324 | goto err_request_lcd; | ||
325 | |||
326 | ret = gpio_direction_output(VIPER_BCKLIGHT_EN_GPIO, 0); | ||
327 | if (ret) | ||
328 | goto err_dir; | ||
329 | |||
330 | ret = gpio_direction_output(VIPER_LCD_EN_GPIO, 0); | ||
331 | if (ret) | ||
332 | goto err_dir; | ||
333 | |||
334 | return 0; | ||
335 | |||
336 | err_dir: | ||
337 | gpio_free(VIPER_LCD_EN_GPIO); | ||
338 | err_request_lcd: | ||
339 | gpio_free(VIPER_BCKLIGHT_EN_GPIO); | ||
340 | err_request_bckl: | ||
341 | dev_err(dev, "Failed to setup LCD GPIOs\n"); | ||
342 | |||
343 | return ret; | ||
344 | } | ||
345 | |||
346 | static int viper_backlight_notify(int brightness) | ||
347 | { | ||
348 | gpio_set_value(VIPER_LCD_EN_GPIO, !!brightness); | ||
349 | gpio_set_value(VIPER_BCKLIGHT_EN_GPIO, !!brightness); | ||
350 | |||
351 | return brightness; | ||
352 | } | ||
353 | |||
354 | static void viper_backlight_exit(struct device *dev) | ||
355 | { | ||
356 | gpio_free(VIPER_LCD_EN_GPIO); | ||
357 | gpio_free(VIPER_BCKLIGHT_EN_GPIO); | ||
358 | } | ||
359 | |||
360 | static struct platform_pwm_backlight_data viper_backlight_data = { | ||
361 | .pwm_id = 0, | ||
362 | .max_brightness = 100, | ||
363 | .dft_brightness = 100, | ||
364 | .pwm_period_ns = 1000000, | ||
365 | .init = viper_backlight_init, | ||
366 | .notify = viper_backlight_notify, | ||
367 | .exit = viper_backlight_exit, | ||
368 | }; | ||
369 | |||
370 | static struct platform_device viper_backlight_device = { | ||
371 | .name = "pwm-backlight", | ||
372 | .dev = { | ||
373 | .parent = &pxa25x_device_pwm0.dev, | ||
374 | .platform_data = &viper_backlight_data, | ||
375 | }, | ||
376 | }; | ||
377 | |||
378 | /* Ethernet */ | ||
379 | static struct resource smc91x_resources[] = { | ||
380 | [0] = { | ||
381 | .name = "smc91x-regs", | ||
382 | .start = VIPER_ETH_PHYS + 0x300, | ||
383 | .end = VIPER_ETH_PHYS + 0x30f, | ||
384 | .flags = IORESOURCE_MEM, | ||
385 | }, | ||
386 | [1] = { | ||
387 | .start = gpio_to_irq(VIPER_ETH_GPIO), | ||
388 | .end = gpio_to_irq(VIPER_ETH_GPIO), | ||
389 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
390 | }, | ||
391 | [2] = { | ||
392 | .name = "smc91x-data32", | ||
393 | .start = VIPER_ETH_DATA_PHYS, | ||
394 | .end = VIPER_ETH_DATA_PHYS + 3, | ||
395 | .flags = IORESOURCE_MEM, | ||
396 | }, | ||
397 | }; | ||
398 | |||
399 | static struct smc91x_platdata viper_smc91x_info = { | ||
400 | .flags = SMC91X_USE_16BIT | SMC91X_NOWAIT, | ||
401 | .leda = RPC_LED_100_10, | ||
402 | .ledb = RPC_LED_TX_RX, | ||
403 | }; | ||
404 | |||
405 | static struct platform_device smc91x_device = { | ||
406 | .name = "smc91x", | ||
407 | .id = -1, | ||
408 | .num_resources = ARRAY_SIZE(smc91x_resources), | ||
409 | .resource = smc91x_resources, | ||
410 | .dev = { | ||
411 | .platform_data = &viper_smc91x_info, | ||
412 | }, | ||
413 | }; | ||
414 | |||
415 | /* i2c */ | ||
416 | static struct i2c_gpio_platform_data i2c_bus_data = { | ||
417 | .sda_pin = VIPER_RTC_I2C_SDA_GPIO, | ||
418 | .scl_pin = VIPER_RTC_I2C_SCL_GPIO, | ||
419 | .udelay = 10, | ||
420 | .timeout = 100, | ||
421 | }; | ||
422 | |||
423 | static struct platform_device i2c_bus_device = { | ||
424 | .name = "i2c-gpio", | ||
425 | .id = 1, /* pxa2xx-i2c is bus 0, so start at 1 */ | ||
426 | .dev = { | ||
427 | .platform_data = &i2c_bus_data, | ||
428 | } | ||
429 | }; | ||
430 | |||
431 | static struct i2c_board_info __initdata viper_i2c_devices[] = { | ||
432 | { | ||
433 | I2C_BOARD_INFO("ds1338", 0x68), | ||
434 | }, | ||
435 | }; | ||
436 | |||
437 | /* | ||
438 | * Serial configuration: | ||
439 | * You can either have the standard PXA ports driven by the PXA driver, | ||
440 | * or all the ports (PXA + 16850) driven by the 8250 driver. | ||
441 | * Choose your poison. | ||
442 | */ | ||
443 | |||
444 | static struct resource viper_serial_resources[] = { | ||
445 | #ifndef CONFIG_SERIAL_PXA | ||
446 | { | ||
447 | .start = 0x40100000, | ||
448 | .end = 0x4010001f, | ||
449 | .flags = IORESOURCE_MEM, | ||
450 | }, | ||
451 | { | ||
452 | .start = 0x40200000, | ||
453 | .end = 0x4020001f, | ||
454 | .flags = IORESOURCE_MEM, | ||
455 | }, | ||
456 | { | ||
457 | .start = 0x40700000, | ||
458 | .end = 0x4070001f, | ||
459 | .flags = IORESOURCE_MEM, | ||
460 | }, | ||
461 | { | ||
462 | .start = VIPER_UARTA_PHYS, | ||
463 | .end = VIPER_UARTA_PHYS + 0xf, | ||
464 | .flags = IORESOURCE_MEM, | ||
465 | }, | ||
466 | { | ||
467 | .start = VIPER_UARTB_PHYS, | ||
468 | .end = VIPER_UARTB_PHYS + 0xf, | ||
469 | .flags = IORESOURCE_MEM, | ||
470 | }, | ||
471 | #else | ||
472 | { | ||
473 | 0, | ||
474 | }, | ||
475 | #endif | ||
476 | }; | ||
477 | |||
478 | static struct plat_serial8250_port serial_platform_data[] = { | ||
479 | #ifndef CONFIG_SERIAL_PXA | ||
480 | /* Internal UARTs */ | ||
481 | { | ||
482 | .membase = (void *)&FFUART, | ||
483 | .mapbase = __PREG(FFUART), | ||
484 | .irq = IRQ_FFUART, | ||
485 | .uartclk = 921600 * 16, | ||
486 | .regshift = 2, | ||
487 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, | ||
488 | .iotype = UPIO_MEM, | ||
489 | }, | ||
490 | { | ||
491 | .membase = (void *)&BTUART, | ||
492 | .mapbase = __PREG(BTUART), | ||
493 | .irq = IRQ_BTUART, | ||
494 | .uartclk = 921600 * 16, | ||
495 | .regshift = 2, | ||
496 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, | ||
497 | .iotype = UPIO_MEM, | ||
498 | }, | ||
499 | { | ||
500 | .membase = (void *)&STUART, | ||
501 | .mapbase = __PREG(STUART), | ||
502 | .irq = IRQ_STUART, | ||
503 | .uartclk = 921600 * 16, | ||
504 | .regshift = 2, | ||
505 | .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, | ||
506 | .iotype = UPIO_MEM, | ||
507 | }, | ||
508 | /* External UARTs */ | ||
509 | { | ||
510 | .mapbase = VIPER_UARTA_PHYS, | ||
511 | .irq = gpio_to_irq(VIPER_UARTA_GPIO), | ||
512 | .uartclk = 1843200, | ||
513 | .regshift = 1, | ||
514 | .iotype = UPIO_MEM, | ||
515 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | | ||
516 | UPF_SKIP_TEST, | ||
517 | }, | ||
518 | { | ||
519 | .mapbase = VIPER_UARTB_PHYS, | ||
520 | .irq = gpio_to_irq(VIPER_UARTB_GPIO), | ||
521 | .uartclk = 1843200, | ||
522 | .regshift = 1, | ||
523 | .iotype = UPIO_MEM, | ||
524 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP | | ||
525 | UPF_SKIP_TEST, | ||
526 | }, | ||
527 | #endif | ||
528 | { }, | ||
529 | }; | ||
530 | |||
531 | static struct platform_device serial_device = { | ||
532 | .name = "serial8250", | ||
533 | .id = 0, | ||
534 | .dev = { | ||
535 | .platform_data = serial_platform_data, | ||
536 | }, | ||
537 | .num_resources = ARRAY_SIZE(viper_serial_resources), | ||
538 | .resource = viper_serial_resources, | ||
539 | }; | ||
540 | |||
541 | /* USB */ | ||
542 | static void isp116x_delay(struct device *dev, int delay) | ||
543 | { | ||
544 | ndelay(delay); | ||
545 | } | ||
546 | |||
547 | static struct resource isp116x_resources[] = { | ||
548 | [0] = { /* DATA */ | ||
549 | .start = VIPER_USB_PHYS + 0, | ||
550 | .end = VIPER_USB_PHYS + 1, | ||
551 | .flags = IORESOURCE_MEM, | ||
552 | }, | ||
553 | [1] = { /* ADDR */ | ||
554 | .start = VIPER_USB_PHYS + 2, | ||
555 | .end = VIPER_USB_PHYS + 3, | ||
556 | .flags = IORESOURCE_MEM, | ||
557 | }, | ||
558 | [2] = { | ||
559 | .start = gpio_to_irq(VIPER_USB_GPIO), | ||
560 | .end = gpio_to_irq(VIPER_USB_GPIO), | ||
561 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | ||
562 | }, | ||
563 | }; | ||
564 | |||
565 | /* (DataBusWidth16|AnalogOCEnable|DREQOutputPolarity|DownstreamPort15KRSel ) */ | ||
566 | static struct isp116x_platform_data isp116x_platform_data = { | ||
567 | /* Enable internal resistors on downstream ports */ | ||
568 | .sel15Kres = 1, | ||
569 | /* On-chip overcurrent protection */ | ||
570 | .oc_enable = 1, | ||
571 | /* INT output polarity */ | ||
572 | .int_act_high = 1, | ||
573 | /* INT edge or level triggered */ | ||
574 | .int_edge_triggered = 0, | ||
575 | |||
576 | /* WAKEUP pin connected - NOT SUPPORTED */ | ||
577 | /* .remote_wakeup_connected = 0, */ | ||
578 | /* Wakeup by devices on usb bus enabled */ | ||
579 | .remote_wakeup_enable = 0, | ||
580 | .delay = isp116x_delay, | ||
581 | }; | ||
582 | |||
583 | static struct platform_device isp116x_device = { | ||
584 | .name = "isp116x-hcd", | ||
585 | .id = -1, | ||
586 | .num_resources = ARRAY_SIZE(isp116x_resources), | ||
587 | .resource = isp116x_resources, | ||
588 | .dev = { | ||
589 | .platform_data = &isp116x_platform_data, | ||
590 | }, | ||
591 | |||
592 | }; | ||
593 | |||
594 | /* MTD */ | ||
595 | static struct resource mtd_resources[] = { | ||
596 | [0] = { /* RedBoot config + filesystem flash */ | ||
597 | .start = VIPER_FLASH_PHYS, | ||
598 | .end = VIPER_FLASH_PHYS + SZ_32M - 1, | ||
599 | .flags = IORESOURCE_MEM, | ||
600 | }, | ||
601 | [1] = { /* Boot flash */ | ||
602 | .start = VIPER_BOOT_PHYS, | ||
603 | .end = VIPER_BOOT_PHYS + SZ_1M - 1, | ||
604 | .flags = IORESOURCE_MEM, | ||
605 | }, | ||
606 | [2] = { /* | ||
607 | * SRAM size is actually 256KB, 8bits, with a sparse mapping | ||
608 | * (each byte is on a 16bit boundary). | ||
609 | */ | ||
610 | .start = _VIPER_SRAM_BASE, | ||
611 | .end = _VIPER_SRAM_BASE + SZ_512K - 1, | ||
612 | .flags = IORESOURCE_MEM, | ||
613 | }, | ||
614 | }; | ||
615 | |||
616 | static struct mtd_partition viper_boot_flash_partition = { | ||
617 | .name = "RedBoot", | ||
618 | .size = SZ_1M, | ||
619 | .offset = 0, | ||
620 | .mask_flags = MTD_WRITEABLE, /* force R/O */ | ||
621 | }; | ||
622 | |||
623 | static struct physmap_flash_data viper_flash_data[] = { | ||
624 | [0] = { | ||
625 | .width = 2, | ||
626 | .parts = NULL, | ||
627 | .nr_parts = 0, | ||
628 | }, | ||
629 | [1] = { | ||
630 | .width = 2, | ||
631 | .parts = &viper_boot_flash_partition, | ||
632 | .nr_parts = 1, | ||
633 | }, | ||
634 | }; | ||
635 | |||
636 | static struct platform_device viper_mtd_devices[] = { | ||
637 | [0] = { | ||
638 | .name = "physmap-flash", | ||
639 | .id = 0, | ||
640 | .dev = { | ||
641 | .platform_data = &viper_flash_data[0], | ||
642 | }, | ||
643 | .resource = &mtd_resources[0], | ||
644 | .num_resources = 1, | ||
645 | }, | ||
646 | [1] = { | ||
647 | .name = "physmap-flash", | ||
648 | .id = 1, | ||
649 | .dev = { | ||
650 | .platform_data = &viper_flash_data[1], | ||
651 | }, | ||
652 | .resource = &mtd_resources[1], | ||
653 | .num_resources = 1, | ||
654 | }, | ||
655 | }; | ||
656 | |||
657 | static struct platform_device *viper_devs[] __initdata = { | ||
658 | &smc91x_device, | ||
659 | &i2c_bus_device, | ||
660 | &serial_device, | ||
661 | &isp116x_device, | ||
662 | &viper_mtd_devices[0], | ||
663 | &viper_mtd_devices[1], | ||
664 | &viper_backlight_device, | ||
665 | }; | ||
666 | |||
667 | static mfp_cfg_t viper_pin_config[] __initdata = { | ||
668 | /* Chip selects */ | ||
669 | GPIO15_nCS_1, | ||
670 | GPIO78_nCS_2, | ||
671 | GPIO79_nCS_3, | ||
672 | GPIO80_nCS_4, | ||
673 | GPIO33_nCS_5, | ||
674 | |||
675 | /* FP Backlight */ | ||
676 | GPIO9_GPIO, /* VIPER_BCKLIGHT_EN_GPIO */ | ||
677 | GPIO10_GPIO, /* VIPER_LCD_EN_GPIO */ | ||
678 | GPIO16_PWM0_OUT, | ||
679 | |||
680 | /* Ethernet PHY Ready */ | ||
681 | GPIO18_RDY, | ||
682 | |||
683 | /* Serial shutdown */ | ||
684 | GPIO12_GPIO | MFP_LPM_DRIVE_HIGH, /* VIPER_UART_SHDN_GPIO */ | ||
685 | |||
686 | /* Compact-Flash / PC104 */ | ||
687 | GPIO48_nPOE, | ||
688 | GPIO49_nPWE, | ||
689 | GPIO50_nPIOR, | ||
690 | GPIO51_nPIOW, | ||
691 | GPIO52_nPCE_1, | ||
692 | GPIO53_nPCE_2, | ||
693 | GPIO54_nPSKTSEL, | ||
694 | GPIO55_nPREG, | ||
695 | GPIO56_nPWAIT, | ||
696 | GPIO57_nIOIS16, | ||
697 | GPIO8_GPIO, /* VIPER_CF_RDY_GPIO */ | ||
698 | GPIO32_GPIO, /* VIPER_CF_CD_GPIO */ | ||
699 | GPIO82_GPIO, /* VIPER_CF_POWER_GPIO */ | ||
700 | |||
701 | /* Integrated UPS control */ | ||
702 | GPIO20_GPIO, /* VIPER_UPS_GPIO */ | ||
703 | |||
704 | /* Vcc regulator control */ | ||
705 | GPIO6_GPIO, /* VIPER_PSU_DATA_GPIO */ | ||
706 | GPIO11_GPIO, /* VIPER_PSU_CLK_GPIO */ | ||
707 | GPIO19_GPIO, /* VIPER_PSU_nCS_LD_GPIO */ | ||
708 | |||
709 | /* i2c busses */ | ||
710 | GPIO26_GPIO, /* VIPER_TPM_I2C_SDA_GPIO */ | ||
711 | GPIO27_GPIO, /* VIPER_TPM_I2C_SCL_GPIO */ | ||
712 | GPIO83_GPIO, /* VIPER_RTC_I2C_SDA_GPIO */ | ||
713 | GPIO84_GPIO, /* VIPER_RTC_I2C_SCL_GPIO */ | ||
714 | |||
715 | /* PC/104 Interrupt */ | ||
716 | GPIO1_GPIO | WAKEUP_ON_EDGE_RISE, /* VIPER_CPLD_GPIO */ | ||
717 | }; | ||
718 | |||
719 | static unsigned long viper_tpm; | ||
720 | |||
721 | static int __init viper_tpm_setup(char *str) | ||
722 | { | ||
723 | strict_strtoul(str, 10, &viper_tpm); | ||
724 | return 1; | ||
725 | } | ||
726 | |||
727 | __setup("tpm=", viper_tpm_setup); | ||
728 | |||
729 | static void __init viper_tpm_init(void) | ||
730 | { | ||
731 | struct platform_device *tpm_device; | ||
732 | struct i2c_gpio_platform_data i2c_tpm_data = { | ||
733 | .sda_pin = VIPER_TPM_I2C_SDA_GPIO, | ||
734 | .scl_pin = VIPER_TPM_I2C_SCL_GPIO, | ||
735 | .udelay = 10, | ||
736 | .timeout = 100, | ||
737 | }; | ||
738 | char *errstr; | ||
739 | |||
740 | /* Allocate TPM i2c bus if requested */ | ||
741 | if (!viper_tpm) | ||
742 | return; | ||
743 | |||
744 | tpm_device = platform_device_alloc("i2c-gpio", 2); | ||
745 | if (tpm_device) { | ||
746 | if (!platform_device_add_data(tpm_device, | ||
747 | &i2c_tpm_data, | ||
748 | sizeof(i2c_tpm_data))) { | ||
749 | if (platform_device_add(tpm_device)) { | ||
750 | errstr = "register TPM i2c bus"; | ||
751 | goto error_free_tpm; | ||
752 | } | ||
753 | } else { | ||
754 | errstr = "allocate TPM i2c bus data"; | ||
755 | goto error_free_tpm; | ||
756 | } | ||
757 | } else { | ||
758 | errstr = "allocate TPM i2c device"; | ||
759 | goto error_tpm; | ||
760 | } | ||
761 | |||
762 | return; | ||
763 | |||
764 | error_free_tpm: | ||
765 | kfree(tpm_device); | ||
766 | error_tpm: | ||
767 | pr_err("viper: Couldn't %s, giving up\n", errstr); | ||
768 | } | ||
769 | |||
770 | static void __init viper_init_vcore_gpios(void) | ||
771 | { | ||
772 | if (gpio_request(VIPER_PSU_DATA_GPIO, "PSU data")) | ||
773 | goto err_request_data; | ||
774 | |||
775 | if (gpio_request(VIPER_PSU_CLK_GPIO, "PSU clock")) | ||
776 | goto err_request_clk; | ||
777 | |||
778 | if (gpio_request(VIPER_PSU_nCS_LD_GPIO, "PSU cs")) | ||
779 | goto err_request_cs; | ||
780 | |||
781 | if (gpio_direction_output(VIPER_PSU_DATA_GPIO, 0) || | ||
782 | gpio_direction_output(VIPER_PSU_CLK_GPIO, 0) || | ||
783 | gpio_direction_output(VIPER_PSU_nCS_LD_GPIO, 0)) | ||
784 | goto err_dir; | ||
785 | |||
786 | /* c/should assume redboot set the correct level ??? */ | ||
787 | viper_set_core_cpu_voltage(get_clk_frequency_khz(0), 1); | ||
788 | |||
789 | return; | ||
790 | |||
791 | err_dir: | ||
792 | gpio_free(VIPER_PSU_nCS_LD_GPIO); | ||
793 | err_request_cs: | ||
794 | gpio_free(VIPER_PSU_CLK_GPIO); | ||
795 | err_request_clk: | ||
796 | gpio_free(VIPER_PSU_DATA_GPIO); | ||
797 | err_request_data: | ||
798 | pr_err("viper: Failed to setup vcore control GPIOs\n"); | ||
799 | } | ||
800 | |||
801 | static void __init viper_init_serial_gpio(void) | ||
802 | { | ||
803 | if (gpio_request(VIPER_UART_SHDN_GPIO, "UARTs shutdown")) | ||
804 | goto err_request; | ||
805 | |||
806 | if (gpio_direction_output(VIPER_UART_SHDN_GPIO, 0)) | ||
807 | goto err_dir; | ||
808 | |||
809 | return; | ||
810 | |||
811 | err_dir: | ||
812 | gpio_free(VIPER_UART_SHDN_GPIO); | ||
813 | err_request: | ||
814 | pr_err("viper: Failed to setup UART shutdown GPIO\n"); | ||
815 | } | ||
816 | |||
817 | #ifdef CONFIG_CPU_FREQ | ||
818 | static int viper_cpufreq_notifier(struct notifier_block *nb, | ||
819 | unsigned long val, void *data) | ||
820 | { | ||
821 | struct cpufreq_freqs *freq = data; | ||
822 | |||
823 | /* TODO: Adjust timings??? */ | ||
824 | |||
825 | switch (val) { | ||
826 | case CPUFREQ_PRECHANGE: | ||
827 | if (freq->old < freq->new) { | ||
828 | /* we are getting faster so raise the voltage | ||
829 | * before we change freq */ | ||
830 | viper_set_core_cpu_voltage(freq->new, 0); | ||
831 | } | ||
832 | break; | ||
833 | case CPUFREQ_POSTCHANGE: | ||
834 | if (freq->old > freq->new) { | ||
835 | /* we are slowing down so drop the power | ||
836 | * after we change freq */ | ||
837 | viper_set_core_cpu_voltage(freq->new, 0); | ||
838 | } | ||
839 | break; | ||
840 | case CPUFREQ_RESUMECHANGE: | ||
841 | viper_set_core_cpu_voltage(freq->new, 0); | ||
842 | break; | ||
843 | default: | ||
844 | /* ignore */ | ||
845 | break; | ||
846 | } | ||
847 | |||
848 | return 0; | ||
849 | } | ||
850 | |||
851 | static struct notifier_block viper_cpufreq_notifier_block = { | ||
852 | .notifier_call = viper_cpufreq_notifier | ||
853 | }; | ||
854 | |||
855 | static void __init viper_init_cpufreq(void) | ||
856 | { | ||
857 | if (cpufreq_register_notifier(&viper_cpufreq_notifier_block, | ||
858 | CPUFREQ_TRANSITION_NOTIFIER)) | ||
859 | pr_err("viper: Failed to setup cpufreq notifier\n"); | ||
860 | } | ||
861 | #else | ||
862 | static inline void viper_init_cpufreq(void) {} | ||
863 | #endif | ||
864 | |||
865 | static void viper_power_off(void) | ||
866 | { | ||
867 | pr_notice("Shutting off UPS\n"); | ||
868 | gpio_set_value(VIPER_UPS_GPIO, 1); | ||
869 | /* Spin to death... */ | ||
870 | while (1); | ||
871 | } | ||
872 | |||
873 | static void __init viper_init(void) | ||
874 | { | ||
875 | u8 version; | ||
876 | |||
877 | pm_power_off = viper_power_off; | ||
878 | |||
879 | pxa2xx_mfp_config(ARRAY_AND_SIZE(viper_pin_config)); | ||
880 | |||
881 | /* Wake-up serial console */ | ||
882 | viper_init_serial_gpio(); | ||
883 | |||
884 | set_pxa_fb_info(&fb_info); | ||
885 | |||
886 | /* v1 hardware cannot use the datacs line */ | ||
887 | version = viper_hw_version(); | ||
888 | if (version == 0) | ||
889 | smc91x_device.num_resources--; | ||
890 | |||
891 | pxa_set_i2c_info(NULL); | ||
892 | platform_add_devices(viper_devs, ARRAY_SIZE(viper_devs)); | ||
893 | |||
894 | viper_init_vcore_gpios(); | ||
895 | viper_init_cpufreq(); | ||
896 | |||
897 | sysdev_driver_register(&cpu_sysdev_class, &viper_cpu_sysdev_driver); | ||
898 | |||
899 | if (version) { | ||
900 | pr_info("viper: hardware v%di%d detected. " | ||
901 | "CPLD revision %d.\n", | ||
902 | VIPER_BOARD_VERSION(version), | ||
903 | VIPER_BOARD_ISSUE(version), | ||
904 | VIPER_CPLD_REVISION(version)); | ||
905 | system_rev = (VIPER_BOARD_VERSION(version) << 8) | | ||
906 | (VIPER_BOARD_ISSUE(version) << 4) | | ||
907 | VIPER_CPLD_REVISION(version); | ||
908 | } else { | ||
909 | pr_info("viper: No version register.\n"); | ||
910 | } | ||
911 | |||
912 | i2c_register_board_info(1, ARRAY_AND_SIZE(viper_i2c_devices)); | ||
913 | |||
914 | viper_tpm_init(); | ||
915 | pxa_set_ac97_info(NULL); | ||
916 | } | ||
917 | |||
918 | static struct map_desc viper_io_desc[] __initdata = { | ||
919 | { | ||
920 | .virtual = VIPER_CPLD_BASE, | ||
921 | .pfn = __phys_to_pfn(VIPER_CPLD_PHYS), | ||
922 | .length = 0x00300000, | ||
923 | .type = MT_DEVICE, | ||
924 | }, | ||
925 | { | ||
926 | .virtual = VIPER_PC104IO_BASE, | ||
927 | .pfn = __phys_to_pfn(_PCMCIA1IO), | ||
928 | .length = 0x00800000, | ||
929 | .type = MT_DEVICE, | ||
930 | }, | ||
931 | }; | ||
932 | |||
933 | static void __init viper_map_io(void) | ||
934 | { | ||
935 | pxa_map_io(); | ||
936 | |||
937 | iotable_init(viper_io_desc, ARRAY_SIZE(viper_io_desc)); | ||
938 | |||
939 | PCFR |= PCFR_OPDE; | ||
940 | } | ||
941 | |||
942 | MACHINE_START(VIPER, "Arcom/Eurotech VIPER SBC") | ||
943 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ | ||
944 | .phys_io = 0x40000000, | ||
945 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
946 | .boot_params = 0xa0000100, | ||
947 | .map_io = viper_map_io, | ||
948 | .init_irq = viper_init_irq, | ||
949 | .timer = &pxa_timer, | ||
950 | .init_machine = viper_init, | ||
951 | MACHINE_END | ||
diff --git a/arch/arm/mach-pxa/zylonite_pxa300.c b/arch/arm/mach-pxa/zylonite_pxa300.c index 095f5c648236..1f4d7c052c22 100644 --- a/arch/arm/mach-pxa/zylonite_pxa300.c +++ b/arch/arm/mach-pxa/zylonite_pxa300.c | |||
@@ -73,6 +73,12 @@ static mfp_cfg_t common_mfp_cfg[] __initdata = { | |||
73 | GPIO27_AC97_SDATA_OUT, | 73 | GPIO27_AC97_SDATA_OUT, |
74 | GPIO28_AC97_SYNC, | 74 | GPIO28_AC97_SYNC, |
75 | 75 | ||
76 | /* SSP3 */ | ||
77 | GPIO91_SSP3_SCLK, | ||
78 | GPIO92_SSP3_FRM, | ||
79 | GPIO93_SSP3_TXD, | ||
80 | GPIO94_SSP3_RXD, | ||
81 | |||
76 | /* WM9713 IRQ */ | 82 | /* WM9713 IRQ */ |
77 | GPIO26_GPIO, | 83 | GPIO26_GPIO, |
78 | 84 | ||
@@ -209,7 +215,7 @@ static struct pca953x_platform_data gpio_exp[] = { | |||
209 | }, | 215 | }, |
210 | }; | 216 | }; |
211 | 217 | ||
212 | struct i2c_board_info zylonite_i2c_board_info[] = { | 218 | static struct i2c_board_info zylonite_i2c_board_info[] = { |
213 | { | 219 | { |
214 | .type = "pca9539", | 220 | .type = "pca9539", |
215 | .addr = 0x74, | 221 | .addr = 0x74, |
diff --git a/arch/arm/mach-pxa/zylonite_pxa320.c b/arch/arm/mach-pxa/zylonite_pxa320.c index 9879d7da2df5..755e87fa8ab9 100644 --- a/arch/arm/mach-pxa/zylonite_pxa320.c +++ b/arch/arm/mach-pxa/zylonite_pxa320.c | |||
@@ -69,6 +69,12 @@ static mfp_cfg_t mfp_cfg[] __initdata = { | |||
69 | GPIO39_AC97_BITCLK, | 69 | GPIO39_AC97_BITCLK, |
70 | GPIO40_AC97_nACRESET, | 70 | GPIO40_AC97_nACRESET, |
71 | 71 | ||
72 | /* SSP3 */ | ||
73 | GPIO89_SSP3_SCLK, | ||
74 | GPIO90_SSP3_FRM, | ||
75 | GPIO91_SSP3_TXD, | ||
76 | GPIO92_SSP3_RXD, | ||
77 | |||
72 | /* WM9713 IRQ */ | 78 | /* WM9713 IRQ */ |
73 | GPIO15_GPIO, | 79 | GPIO15_GPIO, |
74 | 80 | ||
diff --git a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h index 7dd458363a51..6026d091a2fe 100644 --- a/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h +++ b/arch/arm/mach-s3c2410/include/mach/regs-s3c2443-clock.h | |||
@@ -48,11 +48,11 @@ | |||
48 | #define S3C2443_CLKSRC_I2S_EPLLREF3 (3<<14) | 48 | #define S3C2443_CLKSRC_I2S_EPLLREF3 (3<<14) |
49 | #define S3C2443_CLKSRC_I2S_MASK (3<<14) | 49 | #define S3C2443_CLKSRC_I2S_MASK (3<<14) |
50 | 50 | ||
51 | #define S3C2443_CLKSRC_EPLLREF_XTAL (2<<8) | 51 | #define S3C2443_CLKSRC_EPLLREF_XTAL (2<<7) |
52 | #define S3C2443_CLKSRC_EPLLREF_EXTCLK (3<<8) | 52 | #define S3C2443_CLKSRC_EPLLREF_EXTCLK (3<<7) |
53 | #define S3C2443_CLKSRC_EPLLREF_MPLLREF (0<<8) | 53 | #define S3C2443_CLKSRC_EPLLREF_MPLLREF (0<<7) |
54 | #define S3C2443_CLKSRC_EPLLREF_MPLLREF2 (1<<8) | 54 | #define S3C2443_CLKSRC_EPLLREF_MPLLREF2 (1<<7) |
55 | #define S3C2443_CLKSRC_EPLLREF_MASK (3<<8) | 55 | #define S3C2443_CLKSRC_EPLLREF_MASK (3<<7) |
56 | 56 | ||
57 | #define S3C2443_CLKSRC_ESYSCLK_EPLL (1<<6) | 57 | #define S3C2443_CLKSRC_ESYSCLK_EPLL (1<<6) |
58 | #define S3C2443_CLKSRC_MSYSCLK_MPLL (1<<4) | 58 | #define S3C2443_CLKSRC_MSYSCLK_MPLL (1<<4) |
diff --git a/arch/arm/mach-s3c2410/nor-simtec.c b/arch/arm/mach-s3c2410/nor-simtec.c index b2ae237042a5..598d130633dc 100644 --- a/arch/arm/mach-s3c2410/nor-simtec.c +++ b/arch/arm/mach-s3c2410/nor-simtec.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <mach/bast-map.h> | 30 | #include <mach/bast-map.h> |
31 | #include <mach/bast-cpld.h> | 31 | #include <mach/bast-cpld.h> |
32 | 32 | ||
33 | #include "nor-simtec.h" | ||
33 | 34 | ||
34 | static void simtec_nor_vpp(struct map_info *map, int vpp) | 35 | static void simtec_nor_vpp(struct map_info *map, int vpp) |
35 | { | 36 | { |
@@ -50,7 +51,7 @@ static void simtec_nor_vpp(struct map_info *map, int vpp) | |||
50 | local_irq_restore(flags); | 51 | local_irq_restore(flags); |
51 | } | 52 | } |
52 | 53 | ||
53 | struct physmap_flash_data simtec_nor_pdata = { | 54 | static struct physmap_flash_data simtec_nor_pdata = { |
54 | .width = 2, | 55 | .width = 2, |
55 | .set_vpp = simtec_nor_vpp, | 56 | .set_vpp = simtec_nor_vpp, |
56 | .nr_parts = 0, | 57 | .nr_parts = 0, |
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index 4c061d29463c..ad980a1690c2 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c | |||
@@ -395,7 +395,7 @@ static void jive_lcd_spi_chipselect(struct s3c2410_spigpio_info *spi, int cs) | |||
395 | } | 395 | } |
396 | 396 | ||
397 | static struct s3c2410_spigpio_info jive_lcd_spi = { | 397 | static struct s3c2410_spigpio_info jive_lcd_spi = { |
398 | .bus_num = 0, | 398 | .bus_num = 1, |
399 | .pin_clk = S3C2410_GPG8, | 399 | .pin_clk = S3C2410_GPG8, |
400 | .pin_mosi = S3C2410_GPB8, | 400 | .pin_mosi = S3C2410_GPB8, |
401 | .chip_select = jive_lcd_spi_chipselect, | 401 | .chip_select = jive_lcd_spi_chipselect, |
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index 25d9a11eb617..a713e40e1f1a 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -211,6 +211,12 @@ static struct mem_type mem_types[] = { | |||
211 | PMD_SECT_TEX(1), | 211 | PMD_SECT_TEX(1), |
212 | .domain = DOMAIN_IO, | 212 | .domain = DOMAIN_IO, |
213 | }, | 213 | }, |
214 | [MT_DEVICE_WC] = { /* ioremap_wc */ | ||
215 | .prot_pte = PROT_PTE_DEVICE, | ||
216 | .prot_l1 = PMD_TYPE_TABLE, | ||
217 | .prot_sect = PROT_SECT_DEVICE, | ||
218 | .domain = DOMAIN_IO, | ||
219 | }, | ||
214 | [MT_CACHECLEAN] = { | 220 | [MT_CACHECLEAN] = { |
215 | .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, | 221 | .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, |
216 | .domain = DOMAIN_KERNEL, | 222 | .domain = DOMAIN_KERNEL, |
@@ -273,6 +279,20 @@ static void __init build_mem_type_table(void) | |||
273 | } | 279 | } |
274 | 280 | ||
275 | /* | 281 | /* |
282 | * On non-Xscale3 ARMv5-and-older systems, use CB=01 | ||
283 | * (Uncached/Buffered) for ioremap_wc() mappings. On XScale3 | ||
284 | * and ARMv6+, use TEXCB=00100 mappings (Inner/Outer Uncacheable | ||
285 | * in xsc3 parlance, Uncached Normal in ARMv6 parlance). | ||
286 | */ | ||
287 | if (cpu_is_xsc3() || cpu_arch >= CPU_ARCH_ARMv6) { | ||
288 | mem_types[MT_DEVICE_WC].prot_pte_ext |= PTE_EXT_TEX(1); | ||
289 | mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); | ||
290 | } else { | ||
291 | mem_types[MT_DEVICE_WC].prot_pte |= L_PTE_BUFFERABLE; | ||
292 | mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_BUFFERABLE; | ||
293 | } | ||
294 | |||
295 | /* | ||
276 | * ARMv5 and lower, bit 4 must be set for page tables. | 296 | * ARMv5 and lower, bit 4 must be set for page tables. |
277 | * (was: cache "update-able on write" bit on ARM610) | 297 | * (was: cache "update-able on write" bit on ARM610) |
278 | * However, Xscale cores require this bit to be cleared. | 298 | * However, Xscale cores require this bit to be cleared. |
diff --git a/arch/arm/plat-mxc/clock.c b/arch/arm/plat-mxc/clock.c index 2f8627218839..0a38f0b396eb 100644 --- a/arch/arm/plat-mxc/clock.c +++ b/arch/arm/plat-mxc/clock.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include <linux/proc_fs.h> | 37 | #include <linux/proc_fs.h> |
38 | #include <linux/semaphore.h> | 38 | #include <linux/semaphore.h> |
39 | #include <linux/string.h> | 39 | #include <linux/string.h> |
40 | #include <linux/version.h> | ||
41 | 40 | ||
42 | #include <mach/clock.h> | 41 | #include <mach/clock.h> |
43 | 42 | ||
diff --git a/arch/arm/plat-omap/gpio.c b/arch/arm/plat-omap/gpio.c index 3e76ee2bc731..9e1341ebc14e 100644 --- a/arch/arm/plat-omap/gpio.c +++ b/arch/arm/plat-omap/gpio.c | |||
@@ -1488,7 +1488,7 @@ static int __init _omap_gpio_init(void) | |||
1488 | bank->chip.set = gpio_set; | 1488 | bank->chip.set = gpio_set; |
1489 | if (bank_is_mpuio(bank)) { | 1489 | if (bank_is_mpuio(bank)) { |
1490 | bank->chip.label = "mpuio"; | 1490 | bank->chip.label = "mpuio"; |
1491 | #ifdef CONFIG_ARCH_OMAP1 | 1491 | #ifdef CONFIG_ARCH_OMAP16XX |
1492 | bank->chip.dev = &omap_mpuio_device.dev; | 1492 | bank->chip.dev = &omap_mpuio_device.dev; |
1493 | #endif | 1493 | #endif |
1494 | bank->chip.base = OMAP_MPUIO(0); | 1494 | bank->chip.base = OMAP_MPUIO(0); |
diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h index 6eb44a92871d..8fdb95e26fcd 100644 --- a/arch/arm/plat-omap/include/mach/mcbsp.h +++ b/arch/arm/plat-omap/include/mach/mcbsp.h | |||
@@ -315,6 +315,7 @@ struct omap_mcbsp_ops { | |||
315 | }; | 315 | }; |
316 | 316 | ||
317 | struct omap_mcbsp_platform_data { | 317 | struct omap_mcbsp_platform_data { |
318 | unsigned long phys_base; | ||
318 | u32 virt_base; | 319 | u32 virt_base; |
319 | u8 dma_rx_sync, dma_tx_sync; | 320 | u8 dma_rx_sync, dma_tx_sync; |
320 | u16 rx_irq, tx_irq; | 321 | u16 rx_irq, tx_irq; |
@@ -324,6 +325,7 @@ struct omap_mcbsp_platform_data { | |||
324 | 325 | ||
325 | struct omap_mcbsp { | 326 | struct omap_mcbsp { |
326 | struct device *dev; | 327 | struct device *dev; |
328 | unsigned long phys_base; | ||
327 | u32 io_base; | 329 | u32 io_base; |
328 | u8 id; | 330 | u8 id; |
329 | u8 free; | 331 | u8 free; |
diff --git a/arch/arm/plat-omap/mcbsp.c b/arch/arm/plat-omap/mcbsp.c index d0844050f2d2..014d26574bb6 100644 --- a/arch/arm/plat-omap/mcbsp.c +++ b/arch/arm/plat-omap/mcbsp.c | |||
@@ -651,7 +651,7 @@ int omap_mcbsp_xmit_buffer(unsigned int id, dma_addr_t buffer, | |||
651 | omap_set_dma_dest_params(mcbsp[id].dma_tx_lch, | 651 | omap_set_dma_dest_params(mcbsp[id].dma_tx_lch, |
652 | src_port, | 652 | src_port, |
653 | OMAP_DMA_AMODE_CONSTANT, | 653 | OMAP_DMA_AMODE_CONSTANT, |
654 | mcbsp[id].io_base + OMAP_MCBSP_REG_DXR1, | 654 | mcbsp[id].phys_base + OMAP_MCBSP_REG_DXR1, |
655 | 0, 0); | 655 | 0, 0); |
656 | 656 | ||
657 | omap_set_dma_src_params(mcbsp[id].dma_tx_lch, | 657 | omap_set_dma_src_params(mcbsp[id].dma_tx_lch, |
@@ -712,7 +712,7 @@ int omap_mcbsp_recv_buffer(unsigned int id, dma_addr_t buffer, | |||
712 | omap_set_dma_src_params(mcbsp[id].dma_rx_lch, | 712 | omap_set_dma_src_params(mcbsp[id].dma_rx_lch, |
713 | src_port, | 713 | src_port, |
714 | OMAP_DMA_AMODE_CONSTANT, | 714 | OMAP_DMA_AMODE_CONSTANT, |
715 | mcbsp[id].io_base + OMAP_MCBSP_REG_DRR1, | 715 | mcbsp[id].phys_base + OMAP_MCBSP_REG_DRR1, |
716 | 0, 0); | 716 | 0, 0); |
717 | 717 | ||
718 | omap_set_dma_dest_params(mcbsp[id].dma_rx_lch, | 718 | omap_set_dma_dest_params(mcbsp[id].dma_rx_lch, |
@@ -830,6 +830,7 @@ static int __init omap_mcbsp_probe(struct platform_device *pdev) | |||
830 | mcbsp[id].dma_tx_lch = -1; | 830 | mcbsp[id].dma_tx_lch = -1; |
831 | mcbsp[id].dma_rx_lch = -1; | 831 | mcbsp[id].dma_rx_lch = -1; |
832 | 832 | ||
833 | mcbsp[id].phys_base = pdata->phys_base; | ||
833 | mcbsp[id].io_base = pdata->virt_base; | 834 | mcbsp[id].io_base = pdata->virt_base; |
834 | /* Default I/O is IRQ based */ | 835 | /* Default I/O is IRQ based */ |
835 | mcbsp[id].io_type = OMAP_MCBSP_IRQ_IO; | 836 | mcbsp[id].io_type = OMAP_MCBSP_IRQ_IO; |
diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c index 849f8469714a..3caec6bad3eb 100644 --- a/arch/arm/plat-s3c24xx/gpiolib.c +++ b/arch/arm/plat-s3c24xx/gpiolib.c | |||
@@ -39,7 +39,7 @@ static inline struct s3c24xx_gpio_chip *to_s3c_chip(struct gpio_chip *gpc) | |||
39 | * drivers themsevles. | 39 | * drivers themsevles. |
40 | */ | 40 | */ |
41 | 41 | ||
42 | int s3c24xx_gpiolib_input(struct gpio_chip *chip, unsigned offset) | 42 | static int s3c24xx_gpiolib_input(struct gpio_chip *chip, unsigned offset) |
43 | { | 43 | { |
44 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); | 44 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); |
45 | void __iomem *base = ourchip->base; | 45 | void __iomem *base = ourchip->base; |
@@ -58,7 +58,7 @@ int s3c24xx_gpiolib_input(struct gpio_chip *chip, unsigned offset) | |||
58 | return 0; | 58 | return 0; |
59 | } | 59 | } |
60 | 60 | ||
61 | int s3c24xx_gpiolib_output(struct gpio_chip *chip, | 61 | static int s3c24xx_gpiolib_output(struct gpio_chip *chip, |
62 | unsigned offset, int value) | 62 | unsigned offset, int value) |
63 | { | 63 | { |
64 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); | 64 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); |
@@ -86,7 +86,8 @@ int s3c24xx_gpiolib_output(struct gpio_chip *chip, | |||
86 | return 0; | 86 | return 0; |
87 | } | 87 | } |
88 | 88 | ||
89 | void s3c24xx_gpiolib_set(struct gpio_chip *chip, unsigned offset, int value) | 89 | static void s3c24xx_gpiolib_set(struct gpio_chip *chip, |
90 | unsigned offset, int value) | ||
90 | { | 91 | { |
91 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); | 92 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); |
92 | void __iomem *base = ourchip->base; | 93 | void __iomem *base = ourchip->base; |
@@ -104,7 +105,7 @@ void s3c24xx_gpiolib_set(struct gpio_chip *chip, unsigned offset, int value) | |||
104 | local_irq_restore(flags); | 105 | local_irq_restore(flags); |
105 | } | 106 | } |
106 | 107 | ||
107 | int s3c24xx_gpiolib_get(struct gpio_chip *chip, unsigned offset) | 108 | static int s3c24xx_gpiolib_get(struct gpio_chip *chip, unsigned offset) |
108 | { | 109 | { |
109 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); | 110 | struct s3c24xx_gpio_chip *ourchip = to_s3c_chip(chip); |
110 | unsigned long val; | 111 | unsigned long val; |
@@ -150,8 +151,7 @@ static int s3c24xx_gpiolib_banka_output(struct gpio_chip *chip, | |||
150 | return 0; | 151 | return 0; |
151 | } | 152 | } |
152 | 153 | ||
153 | 154 | static struct s3c24xx_gpio_chip gpios[] = { | |
154 | struct s3c24xx_gpio_chip gpios[] = { | ||
155 | [0] = { | 155 | [0] = { |
156 | .base = S3C24XX_GPIO_BASE(S3C2410_GPA0), | 156 | .base = S3C24XX_GPIO_BASE(S3C2410_GPA0), |
157 | .chip = { | 157 | .chip = { |
diff --git a/arch/arm/plat-s3c24xx/pwm-clock.c b/arch/arm/plat-s3c24xx/pwm-clock.c index ccfdc9d7ae4b..306cc9c6f9ef 100644 --- a/arch/arm/plat-s3c24xx/pwm-clock.c +++ b/arch/arm/plat-s3c24xx/pwm-clock.c | |||
@@ -89,7 +89,7 @@ static unsigned long clk_pwm_scaler_getrate(struct clk *clk) | |||
89 | 89 | ||
90 | /* TODO - add set rate calls. */ | 90 | /* TODO - add set rate calls. */ |
91 | 91 | ||
92 | struct clk clk_timer_scaler[] = { | 92 | static struct clk clk_timer_scaler[] = { |
93 | [0] = { | 93 | [0] = { |
94 | .name = "pwm-scaler0", | 94 | .name = "pwm-scaler0", |
95 | .id = -1, | 95 | .id = -1, |
@@ -102,7 +102,7 @@ struct clk clk_timer_scaler[] = { | |||
102 | }, | 102 | }, |
103 | }; | 103 | }; |
104 | 104 | ||
105 | struct clk clk_timer_tclk[] = { | 105 | static struct clk clk_timer_tclk[] = { |
106 | [0] = { | 106 | [0] = { |
107 | .name = "pwm-tclk0", | 107 | .name = "pwm-tclk0", |
108 | .id = -1, | 108 | .id = -1, |
@@ -232,7 +232,7 @@ static int clk_pwm_tdiv_set_rate(struct clk *clk, unsigned long rate) | |||
232 | return 0; | 232 | return 0; |
233 | } | 233 | } |
234 | 234 | ||
235 | struct pwm_tdiv_clk clk_timer_tdiv[] = { | 235 | static struct pwm_tdiv_clk clk_timer_tdiv[] = { |
236 | [0] = { | 236 | [0] = { |
237 | .clk = { | 237 | .clk = { |
238 | .name = "pwm-tdiv", | 238 | .name = "pwm-tdiv", |
diff --git a/arch/arm/plat-s3c24xx/pwm.c b/arch/arm/plat-s3c24xx/pwm.c index 18c4bdc49a05..7a92c938542a 100644 --- a/arch/arm/plat-s3c24xx/pwm.c +++ b/arch/arm/plat-s3c24xx/pwm.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/io.h> | 19 | #include <linux/io.h> |
20 | #include <linux/pwm.h> | 20 | #include <linux/pwm.h> |
21 | 21 | ||
22 | #include <asm/plat-s3c24xx/devs.h> | ||
22 | #include <asm/plat-s3c/regs-timer.h> | 23 | #include <asm/plat-s3c/regs-timer.h> |
23 | 24 | ||
24 | struct pwm_device { | 25 | struct pwm_device { |
@@ -38,7 +39,7 @@ struct pwm_device { | |||
38 | unsigned char pwm_id; | 39 | unsigned char pwm_id; |
39 | }; | 40 | }; |
40 | 41 | ||
41 | #define pwm_dbg(_pwm, msg...) dev_info(&(_pwm)->pdev->dev, msg) | 42 | #define pwm_dbg(_pwm, msg...) dev_dbg(&(_pwm)->pdev->dev, msg) |
42 | 43 | ||
43 | static struct clk *clk_scaler[2]; | 44 | static struct clk *clk_scaler[2]; |
44 | 45 | ||
@@ -168,7 +169,7 @@ void pwm_disable(struct pwm_device *pwm) | |||
168 | 169 | ||
169 | EXPORT_SYMBOL(pwm_disable); | 170 | EXPORT_SYMBOL(pwm_disable); |
170 | 171 | ||
171 | unsigned long pwm_calc_tin(struct pwm_device *pwm, unsigned long freq) | 172 | static unsigned long pwm_calc_tin(struct pwm_device *pwm, unsigned long freq) |
172 | { | 173 | { |
173 | unsigned long tin_parent_rate; | 174 | unsigned long tin_parent_rate; |
174 | unsigned int div; | 175 | unsigned int div; |