diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-28 18:45:07 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-28 18:45:07 -0400 |
commit | 4c50d22a0cf240918d53afbf9a8416a9d93aacee (patch) | |
tree | 5b76b4c167cdc80a6911fc70b168c2a2025814db /arch | |
parent | 970a724d9173526512ebd8be991a4cbe18b7aace (diff) | |
parent | 7419045016e5002b3ccee72b28e41bf53dca68f2 (diff) |
Merge branch 'omap3-boards' into for-next
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap3_evm_defconfig | 1528 | ||||
-rw-r--r-- | arch/arm/configs/omap_zoom2_defconfig | 1211 | ||||
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 8 | ||||
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 104 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-omap3evm.c | 329 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 194 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 76 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-peripherals.c | 30 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-zoom-debugboard.c | 160 | ||||
-rw-r--r-- | arch/arm/mach-omap2/board-zoom2.c | 110 | ||||
-rw-r--r-- | arch/arm/mach-omap2/mmc-twl4030.c | 280 | ||||
-rw-r--r-- | arch/arm/mach-omap2/mmc-twl4030.h | 3 |
13 files changed, 3839 insertions, 200 deletions
diff --git a/arch/arm/configs/omap3_evm_defconfig b/arch/arm/configs/omap3_evm_defconfig new file mode 100644 index 000000000000..28be17fbc157 --- /dev/null +++ b/arch/arm/configs/omap3_evm_defconfig | |||
@@ -0,0 +1,1528 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.30-rc5 | ||
4 | # Mon May 18 14:01:52 2009 | ||
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_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | ||
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_EXPERIMENTAL=y | ||
33 | CONFIG_BROKEN_ON_SMP=y | ||
34 | CONFIG_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_AUDIT is not set | ||
45 | |||
46 | # | ||
47 | # RCU Subsystem | ||
48 | # | ||
49 | CONFIG_CLASSIC_RCU=y | ||
50 | # CONFIG_TREE_RCU is not set | ||
51 | # CONFIG_PREEMPT_RCU is not set | ||
52 | # CONFIG_TREE_RCU_TRACE is not set | ||
53 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
54 | # CONFIG_IKCONFIG is not set | ||
55 | CONFIG_LOG_BUF_SHIFT=14 | ||
56 | CONFIG_GROUP_SCHED=y | ||
57 | CONFIG_FAIR_GROUP_SCHED=y | ||
58 | # CONFIG_RT_GROUP_SCHED is not set | ||
59 | CONFIG_USER_SCHED=y | ||
60 | # CONFIG_CGROUP_SCHED is not set | ||
61 | # CONFIG_CGROUPS is not set | ||
62 | CONFIG_SYSFS_DEPRECATED=y | ||
63 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
64 | # CONFIG_RELAY is not set | ||
65 | # CONFIG_NAMESPACES is not set | ||
66 | CONFIG_BLK_DEV_INITRD=y | ||
67 | CONFIG_INITRAMFS_SOURCE="" | ||
68 | CONFIG_RD_GZIP=y | ||
69 | # CONFIG_RD_BZIP2 is not set | ||
70 | # CONFIG_RD_LZMA is not set | ||
71 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
72 | CONFIG_SYSCTL=y | ||
73 | CONFIG_ANON_INODES=y | ||
74 | CONFIG_EMBEDDED=y | ||
75 | CONFIG_UID16=y | ||
76 | # CONFIG_SYSCTL_SYSCALL is not set | ||
77 | CONFIG_KALLSYMS=y | ||
78 | # CONFIG_KALLSYMS_ALL is not set | ||
79 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
80 | # CONFIG_STRIP_ASM_SYMS is not set | ||
81 | CONFIG_HOTPLUG=y | ||
82 | CONFIG_PRINTK=y | ||
83 | CONFIG_BUG=y | ||
84 | CONFIG_ELF_CORE=y | ||
85 | CONFIG_BASE_FULL=y | ||
86 | CONFIG_FUTEX=y | ||
87 | CONFIG_EPOLL=y | ||
88 | CONFIG_SIGNALFD=y | ||
89 | CONFIG_TIMERFD=y | ||
90 | CONFIG_EVENTFD=y | ||
91 | CONFIG_SHMEM=y | ||
92 | CONFIG_AIO=y | ||
93 | CONFIG_VM_EVENT_COUNTERS=y | ||
94 | CONFIG_COMPAT_BRK=y | ||
95 | CONFIG_SLAB=y | ||
96 | # CONFIG_SLUB is not set | ||
97 | # CONFIG_SLOB is not set | ||
98 | # CONFIG_PROFILING is not set | ||
99 | # CONFIG_MARKERS is not set | ||
100 | CONFIG_HAVE_OPROFILE=y | ||
101 | # CONFIG_KPROBES is not set | ||
102 | CONFIG_HAVE_KPROBES=y | ||
103 | CONFIG_HAVE_KRETPROBES=y | ||
104 | CONFIG_HAVE_CLK=y | ||
105 | # CONFIG_SLOW_WORK is not set | ||
106 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
107 | CONFIG_SLABINFO=y | ||
108 | CONFIG_RT_MUTEXES=y | ||
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=y | ||
115 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
116 | CONFIG_BLOCK=y | ||
117 | # CONFIG_LBD is not set | ||
118 | # CONFIG_BLK_DEV_BSG is not set | ||
119 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
120 | |||
121 | # | ||
122 | # IO Schedulers | ||
123 | # | ||
124 | CONFIG_IOSCHED_NOOP=y | ||
125 | CONFIG_IOSCHED_AS=y | ||
126 | CONFIG_IOSCHED_DEADLINE=y | ||
127 | CONFIG_IOSCHED_CFQ=y | ||
128 | CONFIG_DEFAULT_AS=y | ||
129 | # CONFIG_DEFAULT_DEADLINE is not set | ||
130 | # CONFIG_DEFAULT_CFQ is not set | ||
131 | # CONFIG_DEFAULT_NOOP is not set | ||
132 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
133 | CONFIG_FREEZER=y | ||
134 | |||
135 | # | ||
136 | # System Type | ||
137 | # | ||
138 | # CONFIG_ARCH_AAEC2000 is not set | ||
139 | # CONFIG_ARCH_INTEGRATOR is not set | ||
140 | # CONFIG_ARCH_REALVIEW is not set | ||
141 | # CONFIG_ARCH_VERSATILE is not set | ||
142 | # CONFIG_ARCH_AT91 is not set | ||
143 | # CONFIG_ARCH_CLPS711X is not set | ||
144 | # CONFIG_ARCH_EBSA110 is not set | ||
145 | # CONFIG_ARCH_EP93XX is not set | ||
146 | # CONFIG_ARCH_GEMINI is not set | ||
147 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
148 | # CONFIG_ARCH_NETX is not set | ||
149 | # CONFIG_ARCH_H720X is not set | ||
150 | # CONFIG_ARCH_IMX is not set | ||
151 | # CONFIG_ARCH_IOP13XX is not set | ||
152 | # CONFIG_ARCH_IOP32X is not set | ||
153 | # CONFIG_ARCH_IOP33X is not set | ||
154 | # CONFIG_ARCH_IXP23XX is not set | ||
155 | # CONFIG_ARCH_IXP2000 is not set | ||
156 | # CONFIG_ARCH_IXP4XX is not set | ||
157 | # CONFIG_ARCH_L7200 is not set | ||
158 | # CONFIG_ARCH_KIRKWOOD is not set | ||
159 | # CONFIG_ARCH_KS8695 is not set | ||
160 | # CONFIG_ARCH_NS9XXX is not set | ||
161 | # CONFIG_ARCH_LOKI is not set | ||
162 | # CONFIG_ARCH_MV78XX0 is not set | ||
163 | # CONFIG_ARCH_MXC is not set | ||
164 | # CONFIG_ARCH_ORION5X is not set | ||
165 | # CONFIG_ARCH_PNX4008 is not set | ||
166 | # CONFIG_ARCH_PXA is not set | ||
167 | # CONFIG_ARCH_MMP is not set | ||
168 | # CONFIG_ARCH_RPC is not set | ||
169 | # CONFIG_ARCH_SA1100 is not set | ||
170 | # CONFIG_ARCH_S3C2410 is not set | ||
171 | # CONFIG_ARCH_S3C64XX is not set | ||
172 | # CONFIG_ARCH_SHARK is not set | ||
173 | # CONFIG_ARCH_LH7A40X is not set | ||
174 | # CONFIG_ARCH_DAVINCI is not set | ||
175 | CONFIG_ARCH_OMAP=y | ||
176 | # CONFIG_ARCH_MSM is not set | ||
177 | # CONFIG_ARCH_W90X900 is not set | ||
178 | |||
179 | # | ||
180 | # TI OMAP Implementations | ||
181 | # | ||
182 | CONFIG_ARCH_OMAP_OTG=y | ||
183 | # CONFIG_ARCH_OMAP1 is not set | ||
184 | # CONFIG_ARCH_OMAP2 is not set | ||
185 | CONFIG_ARCH_OMAP3=y | ||
186 | |||
187 | # | ||
188 | # OMAP Feature Selections | ||
189 | # | ||
190 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | ||
191 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | ||
192 | CONFIG_OMAP_RESET_CLOCKS=y | ||
193 | CONFIG_OMAP_MUX=y | ||
194 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
195 | CONFIG_OMAP_MUX_WARNINGS=y | ||
196 | # CONFIG_OMAP_MCBSP is not set | ||
197 | # CONFIG_OMAP_MBOX_FWK is not set | ||
198 | # CONFIG_OMAP_MPU_TIMER is not set | ||
199 | CONFIG_OMAP_32K_TIMER=y | ||
200 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
201 | CONFIG_OMAP_DM_TIMER=y | ||
202 | CONFIG_OMAP_LL_DEBUG_UART1=y | ||
203 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
204 | # CONFIG_OMAP_LL_DEBUG_UART3 is not set | ||
205 | CONFIG_OMAP_SERIAL_WAKE=y | ||
206 | CONFIG_ARCH_OMAP34XX=y | ||
207 | CONFIG_ARCH_OMAP3430=y | ||
208 | |||
209 | # | ||
210 | # OMAP Board Type | ||
211 | # | ||
212 | # CONFIG_MACH_OMAP3_BEAGLE is not set | ||
213 | # CONFIG_MACH_OMAP_LDP is not set | ||
214 | # CONFIG_MACH_OVERO is not set | ||
215 | CONFIG_MACH_OMAP3EVM=y | ||
216 | # CONFIG_MACH_OMAP3_PANDORA is not set | ||
217 | # CONFIG_MACH_OMAP_3430SDP is not set | ||
218 | # CONFIG_MACH_NOKIA_RX51 is not set | ||
219 | |||
220 | # | ||
221 | # Processor Type | ||
222 | # | ||
223 | CONFIG_CPU_32=y | ||
224 | CONFIG_CPU_32v6K=y | ||
225 | CONFIG_CPU_V7=y | ||
226 | CONFIG_CPU_32v7=y | ||
227 | CONFIG_CPU_ABRT_EV7=y | ||
228 | CONFIG_CPU_PABRT_IFAR=y | ||
229 | CONFIG_CPU_CACHE_V7=y | ||
230 | CONFIG_CPU_CACHE_VIPT=y | ||
231 | CONFIG_CPU_COPY_V6=y | ||
232 | CONFIG_CPU_TLB_V7=y | ||
233 | CONFIG_CPU_HAS_ASID=y | ||
234 | CONFIG_CPU_CP15=y | ||
235 | CONFIG_CPU_CP15_MMU=y | ||
236 | |||
237 | # | ||
238 | # Processor Features | ||
239 | # | ||
240 | CONFIG_ARM_THUMB=y | ||
241 | # CONFIG_ARM_THUMBEE is not set | ||
242 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
243 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
244 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
245 | CONFIG_HAS_TLS_REG=y | ||
246 | # CONFIG_OUTER_CACHE is not set | ||
247 | # CONFIG_ARM_ERRATA_430973 is not set | ||
248 | # CONFIG_ARM_ERRATA_458693 is not set | ||
249 | # CONFIG_ARM_ERRATA_460075 is not set | ||
250 | CONFIG_COMMON_CLKDEV=y | ||
251 | |||
252 | # | ||
253 | # Bus support | ||
254 | # | ||
255 | # CONFIG_PCI_SYSCALL is not set | ||
256 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
257 | # CONFIG_PCCARD is not set | ||
258 | |||
259 | # | ||
260 | # Kernel Features | ||
261 | # | ||
262 | CONFIG_TICK_ONESHOT=y | ||
263 | CONFIG_NO_HZ=y | ||
264 | CONFIG_HIGH_RES_TIMERS=y | ||
265 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
266 | CONFIG_VMSPLIT_3G=y | ||
267 | # CONFIG_VMSPLIT_2G is not set | ||
268 | # CONFIG_VMSPLIT_1G is not set | ||
269 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
270 | # CONFIG_PREEMPT is not set | ||
271 | CONFIG_HZ=128 | ||
272 | CONFIG_AEABI=y | ||
273 | CONFIG_OABI_COMPAT=y | ||
274 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
275 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
276 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
277 | # CONFIG_HIGHMEM is not set | ||
278 | CONFIG_SELECT_MEMORY_MODEL=y | ||
279 | CONFIG_FLATMEM_MANUAL=y | ||
280 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
281 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
282 | CONFIG_FLATMEM=y | ||
283 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
284 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
285 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
286 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
287 | CONFIG_ZONE_DMA_FLAG=0 | ||
288 | CONFIG_VIRT_TO_BUS=y | ||
289 | CONFIG_UNEVICTABLE_LRU=y | ||
290 | CONFIG_HAVE_MLOCK=y | ||
291 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
292 | # CONFIG_LEDS is not set | ||
293 | CONFIG_ALIGNMENT_TRAP=y | ||
294 | |||
295 | # | ||
296 | # Boot options | ||
297 | # | ||
298 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
299 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
300 | CONFIG_CMDLINE="root=/dev/nfs nfsroot=192.168.0.1:/home/user/buildroot ip=192.168.0.2:192.168.0.1:192.168.0.1:255.255.255.0:tgt:eth0:off rw console=ttyS2,115200n8" | ||
301 | # CONFIG_XIP_KERNEL is not set | ||
302 | # CONFIG_KEXEC is not set | ||
303 | |||
304 | # | ||
305 | # CPU Power Management | ||
306 | # | ||
307 | # CONFIG_CPU_FREQ is not set | ||
308 | # CONFIG_CPU_IDLE is not set | ||
309 | |||
310 | # | ||
311 | # Floating point emulation | ||
312 | # | ||
313 | |||
314 | # | ||
315 | # At least one emulation must be selected | ||
316 | # | ||
317 | CONFIG_FPE_NWFPE=y | ||
318 | # CONFIG_FPE_NWFPE_XP is not set | ||
319 | # CONFIG_FPE_FASTFPE is not set | ||
320 | CONFIG_VFP=y | ||
321 | CONFIG_VFPv3=y | ||
322 | CONFIG_NEON=y | ||
323 | |||
324 | # | ||
325 | # Userspace binary formats | ||
326 | # | ||
327 | CONFIG_BINFMT_ELF=y | ||
328 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
329 | CONFIG_HAVE_AOUT=y | ||
330 | # CONFIG_BINFMT_AOUT is not set | ||
331 | CONFIG_BINFMT_MISC=y | ||
332 | |||
333 | # | ||
334 | # Power management options | ||
335 | # | ||
336 | CONFIG_PM=y | ||
337 | # CONFIG_PM_DEBUG is not set | ||
338 | CONFIG_PM_SLEEP=y | ||
339 | CONFIG_SUSPEND=y | ||
340 | CONFIG_SUSPEND_FREEZER=y | ||
341 | # CONFIG_APM_EMULATION is not set | ||
342 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
343 | CONFIG_NET=y | ||
344 | |||
345 | # | ||
346 | # Networking options | ||
347 | # | ||
348 | CONFIG_PACKET=y | ||
349 | # CONFIG_PACKET_MMAP is not set | ||
350 | CONFIG_UNIX=y | ||
351 | CONFIG_XFRM=y | ||
352 | # CONFIG_XFRM_USER is not set | ||
353 | # CONFIG_XFRM_SUB_POLICY is not set | ||
354 | # CONFIG_XFRM_MIGRATE is not set | ||
355 | # CONFIG_XFRM_STATISTICS is not set | ||
356 | CONFIG_NET_KEY=y | ||
357 | # CONFIG_NET_KEY_MIGRATE is not set | ||
358 | CONFIG_INET=y | ||
359 | # CONFIG_IP_MULTICAST is not set | ||
360 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
361 | CONFIG_IP_FIB_HASH=y | ||
362 | CONFIG_IP_PNP=y | ||
363 | CONFIG_IP_PNP_DHCP=y | ||
364 | CONFIG_IP_PNP_BOOTP=y | ||
365 | CONFIG_IP_PNP_RARP=y | ||
366 | # CONFIG_NET_IPIP is not set | ||
367 | # CONFIG_NET_IPGRE is not set | ||
368 | # CONFIG_ARPD is not set | ||
369 | # CONFIG_SYN_COOKIES is not set | ||
370 | # CONFIG_INET_AH is not set | ||
371 | # CONFIG_INET_ESP is not set | ||
372 | # CONFIG_INET_IPCOMP is not set | ||
373 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
374 | # CONFIG_INET_TUNNEL is not set | ||
375 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
376 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
377 | CONFIG_INET_XFRM_MODE_BEET=y | ||
378 | # CONFIG_INET_LRO is not set | ||
379 | CONFIG_INET_DIAG=y | ||
380 | CONFIG_INET_TCP_DIAG=y | ||
381 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
382 | CONFIG_TCP_CONG_CUBIC=y | ||
383 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
384 | # CONFIG_TCP_MD5SIG is not set | ||
385 | # CONFIG_IPV6 is not set | ||
386 | # CONFIG_NETWORK_SECMARK is not set | ||
387 | # CONFIG_NETFILTER is not set | ||
388 | # CONFIG_IP_DCCP is not set | ||
389 | # CONFIG_IP_SCTP is not set | ||
390 | # CONFIG_TIPC is not set | ||
391 | # CONFIG_ATM is not set | ||
392 | # CONFIG_BRIDGE is not set | ||
393 | # CONFIG_NET_DSA is not set | ||
394 | # CONFIG_VLAN_8021Q is not set | ||
395 | # CONFIG_DECNET is not set | ||
396 | # CONFIG_LLC2 is not set | ||
397 | # CONFIG_IPX is not set | ||
398 | # CONFIG_ATALK is not set | ||
399 | # CONFIG_X25 is not set | ||
400 | # CONFIG_LAPB is not set | ||
401 | # CONFIG_ECONET is not set | ||
402 | # CONFIG_WAN_ROUTER is not set | ||
403 | # CONFIG_PHONET is not set | ||
404 | # CONFIG_NET_SCHED is not set | ||
405 | # CONFIG_DCB is not set | ||
406 | |||
407 | # | ||
408 | # Network testing | ||
409 | # | ||
410 | # CONFIG_NET_PKTGEN is not set | ||
411 | # CONFIG_HAMRADIO is not set | ||
412 | # CONFIG_CAN is not set | ||
413 | # CONFIG_IRDA is not set | ||
414 | # CONFIG_BT is not set | ||
415 | # CONFIG_AF_RXRPC is not set | ||
416 | CONFIG_WIRELESS=y | ||
417 | # CONFIG_CFG80211 is not set | ||
418 | # CONFIG_WIRELESS_OLD_REGULATORY is not set | ||
419 | # CONFIG_WIRELESS_EXT is not set | ||
420 | # CONFIG_LIB80211 is not set | ||
421 | # CONFIG_MAC80211 is not set | ||
422 | # CONFIG_WIMAX is not set | ||
423 | # CONFIG_RFKILL is not set | ||
424 | # CONFIG_NET_9P is not set | ||
425 | |||
426 | # | ||
427 | # Device Drivers | ||
428 | # | ||
429 | |||
430 | # | ||
431 | # Generic Driver Options | ||
432 | # | ||
433 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
434 | CONFIG_STANDALONE=y | ||
435 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
436 | # CONFIG_FW_LOADER is not set | ||
437 | # CONFIG_DEBUG_DRIVER is not set | ||
438 | # CONFIG_DEBUG_DEVRES is not set | ||
439 | # CONFIG_SYS_HYPERVISOR is not set | ||
440 | # CONFIG_CONNECTOR is not set | ||
441 | CONFIG_MTD=y | ||
442 | # CONFIG_MTD_DEBUG is not set | ||
443 | CONFIG_MTD_CONCAT=y | ||
444 | CONFIG_MTD_PARTITIONS=y | ||
445 | # CONFIG_MTD_TESTS is not set | ||
446 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
447 | CONFIG_MTD_CMDLINE_PARTS=y | ||
448 | # CONFIG_MTD_AFS_PARTS is not set | ||
449 | # CONFIG_MTD_AR7_PARTS is not set | ||
450 | |||
451 | # | ||
452 | # User Modules And Translation Layers | ||
453 | # | ||
454 | CONFIG_MTD_CHAR=y | ||
455 | CONFIG_MTD_BLKDEVS=y | ||
456 | CONFIG_MTD_BLOCK=y | ||
457 | # CONFIG_FTL is not set | ||
458 | # CONFIG_NFTL is not set | ||
459 | # CONFIG_INFTL is not set | ||
460 | # CONFIG_RFD_FTL is not set | ||
461 | # CONFIG_SSFDC is not set | ||
462 | # CONFIG_MTD_OOPS is not set | ||
463 | |||
464 | # | ||
465 | # RAM/ROM/Flash chip drivers | ||
466 | # | ||
467 | CONFIG_MTD_CFI=y | ||
468 | # CONFIG_MTD_JEDECPROBE is not set | ||
469 | CONFIG_MTD_GEN_PROBE=y | ||
470 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
471 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
472 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
473 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
474 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
475 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
476 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
477 | CONFIG_MTD_CFI_I1=y | ||
478 | CONFIG_MTD_CFI_I2=y | ||
479 | # CONFIG_MTD_CFI_I4 is not set | ||
480 | # CONFIG_MTD_CFI_I8 is not set | ||
481 | CONFIG_MTD_CFI_INTELEXT=y | ||
482 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
483 | # CONFIG_MTD_CFI_STAA is not set | ||
484 | CONFIG_MTD_CFI_UTIL=y | ||
485 | # CONFIG_MTD_RAM is not set | ||
486 | # CONFIG_MTD_ROM is not set | ||
487 | # CONFIG_MTD_ABSENT is not set | ||
488 | |||
489 | # | ||
490 | # Mapping drivers for chip access | ||
491 | # | ||
492 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
493 | # CONFIG_MTD_PHYSMAP is not set | ||
494 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
495 | # CONFIG_MTD_OMAP_NOR is not set | ||
496 | # CONFIG_MTD_PLATRAM is not set | ||
497 | |||
498 | # | ||
499 | # Self-contained MTD device drivers | ||
500 | # | ||
501 | # CONFIG_MTD_DATAFLASH is not set | ||
502 | # CONFIG_MTD_M25P80 is not set | ||
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_GPIO is not set | ||
519 | CONFIG_MTD_NAND_IDS=y | ||
520 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
521 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
522 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
523 | # CONFIG_MTD_ALAUDA is not set | ||
524 | CONFIG_MTD_ONENAND=y | ||
525 | CONFIG_MTD_ONENAND_VERIFY_WRITE=y | ||
526 | # CONFIG_MTD_ONENAND_GENERIC is not set | ||
527 | CONFIG_MTD_ONENAND_OMAP2=y | ||
528 | # CONFIG_MTD_ONENAND_OTP is not set | ||
529 | # CONFIG_MTD_ONENAND_2X_PROGRAM is not set | ||
530 | # CONFIG_MTD_ONENAND_SIM is not set | ||
531 | |||
532 | # | ||
533 | # LPDDR flash memory drivers | ||
534 | # | ||
535 | # CONFIG_MTD_LPDDR is not set | ||
536 | |||
537 | # | ||
538 | # UBI - Unsorted block images | ||
539 | # | ||
540 | # CONFIG_MTD_UBI is not set | ||
541 | # CONFIG_PARPORT is not set | ||
542 | CONFIG_BLK_DEV=y | ||
543 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
544 | CONFIG_BLK_DEV_LOOP=y | ||
545 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
546 | # CONFIG_BLK_DEV_NBD is not set | ||
547 | # CONFIG_BLK_DEV_UB is not set | ||
548 | CONFIG_BLK_DEV_RAM=y | ||
549 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
550 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
551 | # CONFIG_BLK_DEV_XIP is not set | ||
552 | # CONFIG_CDROM_PKTCDVD is not set | ||
553 | # CONFIG_ATA_OVER_ETH is not set | ||
554 | # CONFIG_MISC_DEVICES is not set | ||
555 | CONFIG_HAVE_IDE=y | ||
556 | # CONFIG_IDE is not set | ||
557 | |||
558 | # | ||
559 | # SCSI device support | ||
560 | # | ||
561 | # CONFIG_RAID_ATTRS is not set | ||
562 | CONFIG_SCSI=y | ||
563 | CONFIG_SCSI_DMA=y | ||
564 | # CONFIG_SCSI_TGT is not set | ||
565 | # CONFIG_SCSI_NETLINK is not set | ||
566 | CONFIG_SCSI_PROC_FS=y | ||
567 | |||
568 | # | ||
569 | # SCSI support type (disk, tape, CD-ROM) | ||
570 | # | ||
571 | CONFIG_BLK_DEV_SD=y | ||
572 | # CONFIG_CHR_DEV_ST is not set | ||
573 | # CONFIG_CHR_DEV_OSST is not set | ||
574 | # CONFIG_BLK_DEV_SR is not set | ||
575 | # CONFIG_CHR_DEV_SG is not set | ||
576 | # CONFIG_CHR_DEV_SCH is not set | ||
577 | |||
578 | # | ||
579 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
580 | # | ||
581 | # CONFIG_SCSI_MULTI_LUN is not set | ||
582 | # CONFIG_SCSI_CONSTANTS is not set | ||
583 | # CONFIG_SCSI_LOGGING is not set | ||
584 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
585 | CONFIG_SCSI_WAIT_SCAN=m | ||
586 | |||
587 | # | ||
588 | # SCSI Transports | ||
589 | # | ||
590 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
591 | # CONFIG_SCSI_FC_ATTRS is not set | ||
592 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
593 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
594 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
595 | CONFIG_SCSI_LOWLEVEL=y | ||
596 | # CONFIG_ISCSI_TCP is not set | ||
597 | # CONFIG_LIBFC is not set | ||
598 | # CONFIG_LIBFCOE is not set | ||
599 | # CONFIG_SCSI_DEBUG is not set | ||
600 | # CONFIG_SCSI_DH is not set | ||
601 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
602 | # CONFIG_ATA is not set | ||
603 | # CONFIG_MD is not set | ||
604 | CONFIG_NETDEVICES=y | ||
605 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
606 | # CONFIG_DUMMY is not set | ||
607 | # CONFIG_BONDING is not set | ||
608 | # CONFIG_MACVLAN is not set | ||
609 | # CONFIG_EQUALIZER is not set | ||
610 | # CONFIG_TUN is not set | ||
611 | # CONFIG_VETH is not set | ||
612 | # CONFIG_PHYLIB is not set | ||
613 | CONFIG_NET_ETHERNET=y | ||
614 | CONFIG_MII=y | ||
615 | # CONFIG_AX88796 is not set | ||
616 | # CONFIG_SMC91X is not set | ||
617 | # CONFIG_DM9000 is not set | ||
618 | # CONFIG_ENC28J60 is not set | ||
619 | # CONFIG_ETHOC is not set | ||
620 | CONFIG_SMC911X=y | ||
621 | # CONFIG_SMSC911X is not set | ||
622 | # CONFIG_DNET is not set | ||
623 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
624 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
625 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
626 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
627 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
628 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
629 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
630 | # CONFIG_B44 is not set | ||
631 | # CONFIG_NETDEV_1000 is not set | ||
632 | # CONFIG_NETDEV_10000 is not set | ||
633 | |||
634 | # | ||
635 | # Wireless LAN | ||
636 | # | ||
637 | # CONFIG_WLAN_PRE80211 is not set | ||
638 | # CONFIG_WLAN_80211 is not set | ||
639 | |||
640 | # | ||
641 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
642 | # | ||
643 | |||
644 | # | ||
645 | # USB Network Adapters | ||
646 | # | ||
647 | # CONFIG_USB_CATC is not set | ||
648 | # CONFIG_USB_KAWETH is not set | ||
649 | # CONFIG_USB_PEGASUS is not set | ||
650 | # CONFIG_USB_RTL8150 is not set | ||
651 | # CONFIG_USB_USBNET is not set | ||
652 | # CONFIG_WAN is not set | ||
653 | # CONFIG_PPP is not set | ||
654 | # CONFIG_SLIP is not set | ||
655 | # CONFIG_NETCONSOLE is not set | ||
656 | # CONFIG_NETPOLL is not set | ||
657 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
658 | # CONFIG_ISDN is not set | ||
659 | |||
660 | # | ||
661 | # Input device support | ||
662 | # | ||
663 | CONFIG_INPUT=y | ||
664 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
665 | # CONFIG_INPUT_POLLDEV is not set | ||
666 | |||
667 | # | ||
668 | # Userland interfaces | ||
669 | # | ||
670 | # CONFIG_INPUT_MOUSEDEV is not set | ||
671 | # CONFIG_INPUT_JOYDEV is not set | ||
672 | CONFIG_INPUT_EVDEV=y | ||
673 | # CONFIG_INPUT_EVBUG is not set | ||
674 | |||
675 | # | ||
676 | # Input Device Drivers | ||
677 | # | ||
678 | CONFIG_INPUT_KEYBOARD=y | ||
679 | # CONFIG_KEYBOARD_ATKBD is not set | ||
680 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
681 | # CONFIG_KEYBOARD_LKKBD is not set | ||
682 | # CONFIG_KEYBOARD_XTKBD is not set | ||
683 | # CONFIG_KEYBOARD_NEWTON is not set | ||
684 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
685 | # CONFIG_KEYBOARD_GPIO is not set | ||
686 | # CONFIG_INPUT_MOUSE is not set | ||
687 | # CONFIG_INPUT_JOYSTICK is not set | ||
688 | # CONFIG_INPUT_TABLET is not set | ||
689 | CONFIG_INPUT_TOUCHSCREEN=y | ||
690 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
691 | # CONFIG_TOUCHSCREEN_AD7877 is not set | ||
692 | # CONFIG_TOUCHSCREEN_AD7879_I2C is not set | ||
693 | # CONFIG_TOUCHSCREEN_AD7879_SPI is not set | ||
694 | # CONFIG_TOUCHSCREEN_AD7879 is not set | ||
695 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
696 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
697 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
698 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
699 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
700 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
701 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
702 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
703 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
704 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
705 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
706 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
707 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
708 | # CONFIG_INPUT_MISC is not set | ||
709 | |||
710 | # | ||
711 | # Hardware I/O ports | ||
712 | # | ||
713 | # CONFIG_SERIO is not set | ||
714 | # CONFIG_GAMEPORT is not set | ||
715 | |||
716 | # | ||
717 | # Character devices | ||
718 | # | ||
719 | CONFIG_VT=y | ||
720 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
721 | CONFIG_VT_CONSOLE=y | ||
722 | CONFIG_HW_CONSOLE=y | ||
723 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
724 | CONFIG_DEVKMEM=y | ||
725 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
726 | |||
727 | # | ||
728 | # Serial drivers | ||
729 | # | ||
730 | CONFIG_SERIAL_8250=y | ||
731 | CONFIG_SERIAL_8250_CONSOLE=y | ||
732 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
733 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
734 | CONFIG_SERIAL_8250_EXTENDED=y | ||
735 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
736 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
737 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
738 | CONFIG_SERIAL_8250_RSA=y | ||
739 | |||
740 | # | ||
741 | # Non-8250 serial port support | ||
742 | # | ||
743 | # CONFIG_SERIAL_MAX3100 is not set | ||
744 | CONFIG_SERIAL_CORE=y | ||
745 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
746 | CONFIG_UNIX98_PTYS=y | ||
747 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
748 | # CONFIG_LEGACY_PTYS is not set | ||
749 | # CONFIG_IPMI_HANDLER is not set | ||
750 | CONFIG_HW_RANDOM=y | ||
751 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | ||
752 | # CONFIG_R3964 is not set | ||
753 | # CONFIG_RAW_DRIVER is not set | ||
754 | # CONFIG_TCG_TPM is not set | ||
755 | CONFIG_I2C=y | ||
756 | CONFIG_I2C_BOARDINFO=y | ||
757 | CONFIG_I2C_CHARDEV=y | ||
758 | CONFIG_I2C_HELPER_AUTO=y | ||
759 | |||
760 | # | ||
761 | # I2C Hardware Bus support | ||
762 | # | ||
763 | |||
764 | # | ||
765 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
766 | # | ||
767 | # CONFIG_I2C_GPIO is not set | ||
768 | # CONFIG_I2C_OCORES is not set | ||
769 | CONFIG_I2C_OMAP=y | ||
770 | # CONFIG_I2C_SIMTEC is not set | ||
771 | |||
772 | # | ||
773 | # External I2C/SMBus adapter drivers | ||
774 | # | ||
775 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
776 | # CONFIG_I2C_TAOS_EVM is not set | ||
777 | # CONFIG_I2C_TINY_USB is not set | ||
778 | |||
779 | # | ||
780 | # Other I2C/SMBus bus drivers | ||
781 | # | ||
782 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
783 | # CONFIG_I2C_STUB is not set | ||
784 | |||
785 | # | ||
786 | # Miscellaneous I2C Chip support | ||
787 | # | ||
788 | # CONFIG_DS1682 is not set | ||
789 | # CONFIG_SENSORS_PCF8574 is not set | ||
790 | # CONFIG_PCF8575 is not set | ||
791 | # CONFIG_SENSORS_PCA9539 is not set | ||
792 | # CONFIG_SENSORS_MAX6875 is not set | ||
793 | # CONFIG_SENSORS_TSL2550 is not set | ||
794 | # CONFIG_I2C_DEBUG_CORE is not set | ||
795 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
796 | # CONFIG_I2C_DEBUG_BUS is not set | ||
797 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
798 | CONFIG_SPI=y | ||
799 | # CONFIG_SPI_DEBUG is not set | ||
800 | CONFIG_SPI_MASTER=y | ||
801 | |||
802 | # | ||
803 | # SPI Master Controller Drivers | ||
804 | # | ||
805 | # CONFIG_SPI_BITBANG is not set | ||
806 | # CONFIG_SPI_GPIO is not set | ||
807 | CONFIG_SPI_OMAP24XX=y | ||
808 | |||
809 | # | ||
810 | # SPI Protocol Masters | ||
811 | # | ||
812 | # CONFIG_SPI_SPIDEV is not set | ||
813 | # CONFIG_SPI_TLE62X0 is not set | ||
814 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
815 | CONFIG_GPIOLIB=y | ||
816 | # CONFIG_DEBUG_GPIO is not set | ||
817 | # CONFIG_GPIO_SYSFS is not set | ||
818 | |||
819 | # | ||
820 | # Memory mapped GPIO expanders: | ||
821 | # | ||
822 | |||
823 | # | ||
824 | # I2C GPIO expanders: | ||
825 | # | ||
826 | # CONFIG_GPIO_MAX732X is not set | ||
827 | # CONFIG_GPIO_PCA953X is not set | ||
828 | # CONFIG_GPIO_PCF857X is not set | ||
829 | CONFIG_GPIO_TWL4030=y | ||
830 | |||
831 | # | ||
832 | # PCI GPIO expanders: | ||
833 | # | ||
834 | |||
835 | # | ||
836 | # SPI GPIO expanders: | ||
837 | # | ||
838 | # CONFIG_GPIO_MAX7301 is not set | ||
839 | # CONFIG_GPIO_MCP23S08 is not set | ||
840 | # CONFIG_W1 is not set | ||
841 | # CONFIG_POWER_SUPPLY is not set | ||
842 | # CONFIG_HWMON is not set | ||
843 | # CONFIG_THERMAL is not set | ||
844 | # CONFIG_THERMAL_HWMON is not set | ||
845 | CONFIG_WATCHDOG=y | ||
846 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
847 | |||
848 | # | ||
849 | # Watchdog Device Drivers | ||
850 | # | ||
851 | # CONFIG_SOFT_WATCHDOG is not set | ||
852 | CONFIG_OMAP_WATCHDOG=y | ||
853 | |||
854 | # | ||
855 | # USB-based Watchdog Cards | ||
856 | # | ||
857 | # CONFIG_USBPCWATCHDOG is not set | ||
858 | CONFIG_SSB_POSSIBLE=y | ||
859 | |||
860 | # | ||
861 | # Sonics Silicon Backplane | ||
862 | # | ||
863 | # CONFIG_SSB is not set | ||
864 | |||
865 | # | ||
866 | # Multifunction device drivers | ||
867 | # | ||
868 | # CONFIG_MFD_CORE is not set | ||
869 | # CONFIG_MFD_SM501 is not set | ||
870 | # CONFIG_MFD_ASIC3 is not set | ||
871 | # CONFIG_HTC_EGPIO is not set | ||
872 | # CONFIG_HTC_PASIC3 is not set | ||
873 | # CONFIG_TPS65010 is not set | ||
874 | CONFIG_TWL4030_CORE=y | ||
875 | # CONFIG_MFD_TMIO is not set | ||
876 | # CONFIG_MFD_T7L66XB is not set | ||
877 | # CONFIG_MFD_TC6387XB is not set | ||
878 | # CONFIG_MFD_TC6393XB is not set | ||
879 | # CONFIG_PMIC_DA903X is not set | ||
880 | # CONFIG_MFD_WM8400 is not set | ||
881 | # CONFIG_MFD_WM8350_I2C is not set | ||
882 | # CONFIG_MFD_PCF50633 is not set | ||
883 | |||
884 | # | ||
885 | # Multimedia devices | ||
886 | # | ||
887 | |||
888 | # | ||
889 | # Multimedia core support | ||
890 | # | ||
891 | # CONFIG_VIDEO_DEV is not set | ||
892 | # CONFIG_DVB_CORE is not set | ||
893 | # CONFIG_VIDEO_MEDIA is not set | ||
894 | |||
895 | # | ||
896 | # Multimedia drivers | ||
897 | # | ||
898 | CONFIG_DAB=y | ||
899 | # CONFIG_USB_DABUSB is not set | ||
900 | |||
901 | # | ||
902 | # Graphics support | ||
903 | # | ||
904 | # CONFIG_VGASTATE is not set | ||
905 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
906 | # CONFIG_FB is not set | ||
907 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
908 | |||
909 | # | ||
910 | # Display device support | ||
911 | # | ||
912 | # CONFIG_DISPLAY_SUPPORT is not set | ||
913 | |||
914 | # | ||
915 | # Console display driver support | ||
916 | # | ||
917 | # CONFIG_VGA_CONSOLE is not set | ||
918 | CONFIG_DUMMY_CONSOLE=y | ||
919 | # CONFIG_SOUND is not set | ||
920 | CONFIG_HID_SUPPORT=y | ||
921 | CONFIG_HID=y | ||
922 | # CONFIG_HID_DEBUG is not set | ||
923 | # CONFIG_HIDRAW is not set | ||
924 | |||
925 | # | ||
926 | # USB Input Devices | ||
927 | # | ||
928 | CONFIG_USB_HID=y | ||
929 | # CONFIG_HID_PID is not set | ||
930 | # CONFIG_USB_HIDDEV is not set | ||
931 | |||
932 | # | ||
933 | # Special HID drivers | ||
934 | # | ||
935 | # CONFIG_HID_A4TECH is not set | ||
936 | # CONFIG_HID_APPLE is not set | ||
937 | # CONFIG_HID_BELKIN is not set | ||
938 | # CONFIG_HID_CHERRY is not set | ||
939 | # CONFIG_HID_CHICONY is not set | ||
940 | # CONFIG_HID_CYPRESS is not set | ||
941 | # CONFIG_DRAGONRISE_FF is not set | ||
942 | # CONFIG_HID_EZKEY is not set | ||
943 | # CONFIG_HID_KYE is not set | ||
944 | # CONFIG_HID_GYRATION is not set | ||
945 | # CONFIG_HID_KENSINGTON is not set | ||
946 | # CONFIG_HID_LOGITECH is not set | ||
947 | # CONFIG_HID_MICROSOFT is not set | ||
948 | # CONFIG_HID_MONTEREY is not set | ||
949 | # CONFIG_HID_NTRIG is not set | ||
950 | # CONFIG_HID_PANTHERLORD is not set | ||
951 | # CONFIG_HID_PETALYNX is not set | ||
952 | # CONFIG_HID_SAMSUNG is not set | ||
953 | # CONFIG_HID_SONY is not set | ||
954 | # CONFIG_HID_SUNPLUS is not set | ||
955 | # CONFIG_GREENASIA_FF is not set | ||
956 | # CONFIG_HID_TOPSEED is not set | ||
957 | # CONFIG_THRUSTMASTER_FF is not set | ||
958 | # CONFIG_ZEROPLUS_FF is not set | ||
959 | CONFIG_USB_SUPPORT=y | ||
960 | CONFIG_USB_ARCH_HAS_HCD=y | ||
961 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
962 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
963 | CONFIG_USB=y | ||
964 | # CONFIG_USB_DEBUG is not set | ||
965 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
966 | |||
967 | # | ||
968 | # Miscellaneous USB options | ||
969 | # | ||
970 | CONFIG_USB_DEVICEFS=y | ||
971 | # CONFIG_USB_DEVICE_CLASS is not set | ||
972 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
973 | CONFIG_USB_SUSPEND=y | ||
974 | CONFIG_USB_OTG=y | ||
975 | # CONFIG_USB_OTG_WHITELIST is not set | ||
976 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
977 | CONFIG_USB_MON=y | ||
978 | # CONFIG_USB_WUSB is not set | ||
979 | # CONFIG_USB_WUSB_CBAF is not set | ||
980 | |||
981 | # | ||
982 | # USB Host Controller Drivers | ||
983 | # | ||
984 | # CONFIG_USB_C67X00_HCD is not set | ||
985 | # CONFIG_USB_OXU210HP_HCD is not set | ||
986 | # CONFIG_USB_ISP116X_HCD is not set | ||
987 | # CONFIG_USB_ISP1760_HCD is not set | ||
988 | # CONFIG_USB_OHCI_HCD is not set | ||
989 | # CONFIG_USB_SL811_HCD is not set | ||
990 | # CONFIG_USB_R8A66597_HCD is not set | ||
991 | # CONFIG_USB_HWA_HCD is not set | ||
992 | CONFIG_USB_MUSB_HDRC=y | ||
993 | CONFIG_USB_MUSB_SOC=y | ||
994 | |||
995 | # | ||
996 | # OMAP 343x high speed USB support | ||
997 | # | ||
998 | # CONFIG_USB_MUSB_HOST is not set | ||
999 | # CONFIG_USB_MUSB_PERIPHERAL is not set | ||
1000 | CONFIG_USB_MUSB_OTG=y | ||
1001 | CONFIG_USB_GADGET_MUSB_HDRC=y | ||
1002 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1003 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1004 | CONFIG_USB_INVENTRA_DMA=y | ||
1005 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1006 | # CONFIG_USB_MUSB_DEBUG is not set | ||
1007 | |||
1008 | # | ||
1009 | # USB Device Class drivers | ||
1010 | # | ||
1011 | # CONFIG_USB_ACM is not set | ||
1012 | # CONFIG_USB_PRINTER is not set | ||
1013 | # CONFIG_USB_WDM is not set | ||
1014 | # CONFIG_USB_TMC is not set | ||
1015 | |||
1016 | # | ||
1017 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
1018 | # | ||
1019 | |||
1020 | # | ||
1021 | # also be needed; see USB_STORAGE Help for more info | ||
1022 | # | ||
1023 | CONFIG_USB_STORAGE=y | ||
1024 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1025 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1026 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1027 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1028 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1029 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1030 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1031 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1032 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1033 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1034 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1035 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1036 | # CONFIG_USB_LIBUSUAL is not set | ||
1037 | |||
1038 | # | ||
1039 | # USB Imaging devices | ||
1040 | # | ||
1041 | # CONFIG_USB_MDC800 is not set | ||
1042 | # CONFIG_USB_MICROTEK is not set | ||
1043 | |||
1044 | # | ||
1045 | # USB port drivers | ||
1046 | # | ||
1047 | # CONFIG_USB_SERIAL is not set | ||
1048 | |||
1049 | # | ||
1050 | # USB Miscellaneous drivers | ||
1051 | # | ||
1052 | # CONFIG_USB_EMI62 is not set | ||
1053 | # CONFIG_USB_EMI26 is not set | ||
1054 | # CONFIG_USB_ADUTUX is not set | ||
1055 | # CONFIG_USB_SEVSEG is not set | ||
1056 | # CONFIG_USB_RIO500 is not set | ||
1057 | # CONFIG_USB_LEGOTOWER is not set | ||
1058 | # CONFIG_USB_LCD is not set | ||
1059 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1060 | # CONFIG_USB_LED is not set | ||
1061 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1062 | # CONFIG_USB_CYTHERM is not set | ||
1063 | # CONFIG_USB_IDMOUSE is not set | ||
1064 | # CONFIG_USB_FTDI_ELAN is not set | ||
1065 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1066 | # CONFIG_USB_LD is not set | ||
1067 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1068 | # CONFIG_USB_IOWARRIOR is not set | ||
1069 | CONFIG_USB_TEST=y | ||
1070 | # CONFIG_USB_ISIGHTFW is not set | ||
1071 | # CONFIG_USB_VST is not set | ||
1072 | CONFIG_USB_GADGET=y | ||
1073 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1074 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1075 | CONFIG_USB_GADGET_VBUS_DRAW=2 | ||
1076 | CONFIG_USB_GADGET_SELECTED=y | ||
1077 | # CONFIG_USB_GADGET_AT91 is not set | ||
1078 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1079 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1080 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1081 | # CONFIG_USB_GADGET_OMAP is not set | ||
1082 | # CONFIG_USB_GADGET_PXA25X is not set | ||
1083 | # CONFIG_USB_GADGET_PXA27X is not set | ||
1084 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1085 | # CONFIG_USB_GADGET_IMX is not set | ||
1086 | # CONFIG_USB_GADGET_M66592 is not set | ||
1087 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1088 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
1089 | # CONFIG_USB_GADGET_CI13XXX is not set | ||
1090 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1091 | # CONFIG_USB_GADGET_GOKU is not set | ||
1092 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1093 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1094 | CONFIG_USB_ZERO=m | ||
1095 | # CONFIG_USB_ZERO_HNPTEST is not set | ||
1096 | # CONFIG_USB_ETH is not set | ||
1097 | # CONFIG_USB_GADGETFS is not set | ||
1098 | # CONFIG_USB_FILE_STORAGE is not set | ||
1099 | # CONFIG_USB_G_SERIAL is not set | ||
1100 | # CONFIG_USB_MIDI_GADGET is not set | ||
1101 | # CONFIG_USB_G_PRINTER is not set | ||
1102 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
1103 | |||
1104 | # | ||
1105 | # OTG and related infrastructure | ||
1106 | # | ||
1107 | CONFIG_USB_OTG_UTILS=y | ||
1108 | # CONFIG_USB_GPIO_VBUS is not set | ||
1109 | # CONFIG_ISP1301_OMAP is not set | ||
1110 | CONFIG_TWL4030_USB=y | ||
1111 | # CONFIG_NOP_USB_XCEIV is not set | ||
1112 | CONFIG_MMC=y | ||
1113 | # CONFIG_MMC_DEBUG is not set | ||
1114 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1115 | |||
1116 | # | ||
1117 | # MMC/SD/SDIO Card Drivers | ||
1118 | # | ||
1119 | CONFIG_MMC_BLOCK=y | ||
1120 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1121 | # CONFIG_SDIO_UART is not set | ||
1122 | # CONFIG_MMC_TEST is not set | ||
1123 | |||
1124 | # | ||
1125 | # MMC/SD/SDIO Host Controller Drivers | ||
1126 | # | ||
1127 | # CONFIG_MMC_SDHCI is not set | ||
1128 | # CONFIG_MMC_OMAP is not set | ||
1129 | CONFIG_MMC_OMAP_HS=m | ||
1130 | # CONFIG_MMC_SPI is not set | ||
1131 | # CONFIG_MEMSTICK is not set | ||
1132 | # CONFIG_ACCESSIBILITY is not set | ||
1133 | # CONFIG_NEW_LEDS is not set | ||
1134 | CONFIG_RTC_LIB=y | ||
1135 | # CONFIG_RTC_CLASS is not set | ||
1136 | # CONFIG_DMADEVICES is not set | ||
1137 | # CONFIG_AUXDISPLAY is not set | ||
1138 | CONFIG_REGULATOR=y | ||
1139 | # CONFIG_REGULATOR_DEBUG is not set | ||
1140 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1141 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1142 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1143 | CONFIG_REGULATOR_TWL4030=y | ||
1144 | # CONFIG_UIO is not set | ||
1145 | # CONFIG_STAGING is not set | ||
1146 | |||
1147 | # | ||
1148 | # File systems | ||
1149 | # | ||
1150 | CONFIG_EXT2_FS=y | ||
1151 | # CONFIG_EXT2_FS_XATTR is not set | ||
1152 | # CONFIG_EXT2_FS_XIP is not set | ||
1153 | CONFIG_EXT3_FS=y | ||
1154 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1155 | # CONFIG_EXT3_FS_XATTR is not set | ||
1156 | # CONFIG_EXT4_FS is not set | ||
1157 | CONFIG_JBD=y | ||
1158 | # CONFIG_REISERFS_FS is not set | ||
1159 | # CONFIG_JFS_FS is not set | ||
1160 | # CONFIG_FS_POSIX_ACL is not set | ||
1161 | CONFIG_FILE_LOCKING=y | ||
1162 | # CONFIG_XFS_FS is not set | ||
1163 | # CONFIG_OCFS2_FS is not set | ||
1164 | # CONFIG_BTRFS_FS is not set | ||
1165 | CONFIG_DNOTIFY=y | ||
1166 | CONFIG_INOTIFY=y | ||
1167 | CONFIG_INOTIFY_USER=y | ||
1168 | CONFIG_QUOTA=y | ||
1169 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set | ||
1170 | CONFIG_PRINT_QUOTA_WARNING=y | ||
1171 | CONFIG_QUOTA_TREE=y | ||
1172 | # CONFIG_QFMT_V1 is not set | ||
1173 | CONFIG_QFMT_V2=y | ||
1174 | CONFIG_QUOTACTL=y | ||
1175 | # CONFIG_AUTOFS_FS is not set | ||
1176 | # CONFIG_AUTOFS4_FS is not set | ||
1177 | # CONFIG_FUSE_FS is not set | ||
1178 | |||
1179 | # | ||
1180 | # Caches | ||
1181 | # | ||
1182 | # CONFIG_FSCACHE is not set | ||
1183 | |||
1184 | # | ||
1185 | # CD-ROM/DVD Filesystems | ||
1186 | # | ||
1187 | # CONFIG_ISO9660_FS is not set | ||
1188 | # CONFIG_UDF_FS is not set | ||
1189 | |||
1190 | # | ||
1191 | # DOS/FAT/NT Filesystems | ||
1192 | # | ||
1193 | CONFIG_FAT_FS=y | ||
1194 | CONFIG_MSDOS_FS=y | ||
1195 | CONFIG_VFAT_FS=y | ||
1196 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1197 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1198 | # CONFIG_NTFS_FS is not set | ||
1199 | |||
1200 | # | ||
1201 | # Pseudo filesystems | ||
1202 | # | ||
1203 | CONFIG_PROC_FS=y | ||
1204 | CONFIG_PROC_SYSCTL=y | ||
1205 | CONFIG_PROC_PAGE_MONITOR=y | ||
1206 | CONFIG_SYSFS=y | ||
1207 | CONFIG_TMPFS=y | ||
1208 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1209 | # CONFIG_HUGETLB_PAGE is not set | ||
1210 | # CONFIG_CONFIGFS_FS is not set | ||
1211 | CONFIG_MISC_FILESYSTEMS=y | ||
1212 | # CONFIG_ADFS_FS is not set | ||
1213 | # CONFIG_AFFS_FS is not set | ||
1214 | # CONFIG_HFS_FS is not set | ||
1215 | # CONFIG_HFSPLUS_FS is not set | ||
1216 | # CONFIG_BEFS_FS is not set | ||
1217 | # CONFIG_BFS_FS is not set | ||
1218 | # CONFIG_EFS_FS is not set | ||
1219 | CONFIG_JFFS2_FS=y | ||
1220 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1221 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1222 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1223 | # CONFIG_JFFS2_SUMMARY is not set | ||
1224 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1225 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1226 | CONFIG_JFFS2_ZLIB=y | ||
1227 | # CONFIG_JFFS2_LZO is not set | ||
1228 | CONFIG_JFFS2_RTIME=y | ||
1229 | # CONFIG_JFFS2_RUBIN is not set | ||
1230 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1231 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1232 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1233 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
1234 | # CONFIG_CRAMFS is not set | ||
1235 | # CONFIG_SQUASHFS is not set | ||
1236 | # CONFIG_VXFS_FS is not set | ||
1237 | # CONFIG_MINIX_FS is not set | ||
1238 | # CONFIG_OMFS_FS is not set | ||
1239 | # CONFIG_HPFS_FS is not set | ||
1240 | # CONFIG_QNX4FS_FS is not set | ||
1241 | # CONFIG_ROMFS_FS is not set | ||
1242 | # CONFIG_SYSV_FS is not set | ||
1243 | # CONFIG_UFS_FS is not set | ||
1244 | # CONFIG_NILFS2_FS is not set | ||
1245 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1246 | CONFIG_NFS_FS=y | ||
1247 | CONFIG_NFS_V3=y | ||
1248 | # CONFIG_NFS_V3_ACL is not set | ||
1249 | CONFIG_NFS_V4=y | ||
1250 | CONFIG_ROOT_NFS=y | ||
1251 | # CONFIG_NFSD is not set | ||
1252 | CONFIG_LOCKD=y | ||
1253 | CONFIG_LOCKD_V4=y | ||
1254 | CONFIG_NFS_COMMON=y | ||
1255 | CONFIG_SUNRPC=y | ||
1256 | CONFIG_SUNRPC_GSS=y | ||
1257 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1258 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1259 | # CONFIG_SMB_FS is not set | ||
1260 | # CONFIG_CIFS is not set | ||
1261 | # CONFIG_NCP_FS is not set | ||
1262 | # CONFIG_CODA_FS is not set | ||
1263 | # CONFIG_AFS_FS is not set | ||
1264 | |||
1265 | # | ||
1266 | # Partition Types | ||
1267 | # | ||
1268 | CONFIG_PARTITION_ADVANCED=y | ||
1269 | # CONFIG_ACORN_PARTITION is not set | ||
1270 | # CONFIG_OSF_PARTITION is not set | ||
1271 | # CONFIG_AMIGA_PARTITION is not set | ||
1272 | # CONFIG_ATARI_PARTITION is not set | ||
1273 | # CONFIG_MAC_PARTITION is not set | ||
1274 | CONFIG_MSDOS_PARTITION=y | ||
1275 | # CONFIG_BSD_DISKLABEL is not set | ||
1276 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1277 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1278 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1279 | # CONFIG_LDM_PARTITION is not set | ||
1280 | # CONFIG_SGI_PARTITION is not set | ||
1281 | # CONFIG_ULTRIX_PARTITION is not set | ||
1282 | # CONFIG_SUN_PARTITION is not set | ||
1283 | # CONFIG_KARMA_PARTITION is not set | ||
1284 | # CONFIG_EFI_PARTITION is not set | ||
1285 | # CONFIG_SYSV68_PARTITION is not set | ||
1286 | CONFIG_NLS=y | ||
1287 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1288 | CONFIG_NLS_CODEPAGE_437=y | ||
1289 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1290 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1291 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1292 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1293 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1294 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1295 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1296 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1297 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1298 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1299 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1300 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1301 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1302 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1303 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1304 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1305 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1306 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1307 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1308 | # CONFIG_NLS_ISO8859_8 is not set | ||
1309 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1310 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1311 | # CONFIG_NLS_ASCII is not set | ||
1312 | CONFIG_NLS_ISO8859_1=y | ||
1313 | # CONFIG_NLS_ISO8859_2 is not set | ||
1314 | # CONFIG_NLS_ISO8859_3 is not set | ||
1315 | # CONFIG_NLS_ISO8859_4 is not set | ||
1316 | # CONFIG_NLS_ISO8859_5 is not set | ||
1317 | # CONFIG_NLS_ISO8859_6 is not set | ||
1318 | # CONFIG_NLS_ISO8859_7 is not set | ||
1319 | # CONFIG_NLS_ISO8859_9 is not set | ||
1320 | # CONFIG_NLS_ISO8859_13 is not set | ||
1321 | # CONFIG_NLS_ISO8859_14 is not set | ||
1322 | # CONFIG_NLS_ISO8859_15 is not set | ||
1323 | # CONFIG_NLS_KOI8_R is not set | ||
1324 | # CONFIG_NLS_KOI8_U is not set | ||
1325 | # CONFIG_NLS_UTF8 is not set | ||
1326 | # CONFIG_DLM is not set | ||
1327 | |||
1328 | # | ||
1329 | # Kernel hacking | ||
1330 | # | ||
1331 | # CONFIG_PRINTK_TIME is not set | ||
1332 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1333 | CONFIG_ENABLE_MUST_CHECK=y | ||
1334 | CONFIG_FRAME_WARN=1024 | ||
1335 | CONFIG_MAGIC_SYSRQ=y | ||
1336 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1337 | # CONFIG_DEBUG_FS is not set | ||
1338 | # CONFIG_HEADERS_CHECK is not set | ||
1339 | CONFIG_DEBUG_KERNEL=y | ||
1340 | # CONFIG_DEBUG_SHIRQ is not set | ||
1341 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1342 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1343 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1344 | CONFIG_DETECT_HUNG_TASK=y | ||
1345 | # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set | ||
1346 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 | ||
1347 | # CONFIG_SCHED_DEBUG is not set | ||
1348 | # CONFIG_SCHEDSTATS is not set | ||
1349 | # CONFIG_TIMER_STATS is not set | ||
1350 | # CONFIG_DEBUG_OBJECTS is not set | ||
1351 | # CONFIG_DEBUG_SLAB is not set | ||
1352 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1353 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1354 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1355 | CONFIG_DEBUG_MUTEXES=y | ||
1356 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1357 | # CONFIG_PROVE_LOCKING is not set | ||
1358 | # CONFIG_LOCK_STAT is not set | ||
1359 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1360 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1361 | # CONFIG_DEBUG_KOBJECT is not set | ||
1362 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1363 | CONFIG_DEBUG_INFO=y | ||
1364 | # CONFIG_DEBUG_VM is not set | ||
1365 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1366 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1367 | # CONFIG_DEBUG_LIST is not set | ||
1368 | # CONFIG_DEBUG_SG is not set | ||
1369 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1370 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1371 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1372 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1373 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1374 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1375 | # CONFIG_FAULT_INJECTION is not set | ||
1376 | # CONFIG_LATENCYTOP is not set | ||
1377 | # CONFIG_PAGE_POISONING is not set | ||
1378 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1379 | CONFIG_TRACING_SUPPORT=y | ||
1380 | |||
1381 | # | ||
1382 | # Tracers | ||
1383 | # | ||
1384 | # CONFIG_FUNCTION_TRACER is not set | ||
1385 | # CONFIG_IRQSOFF_TRACER is not set | ||
1386 | # CONFIG_SCHED_TRACER is not set | ||
1387 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1388 | # CONFIG_EVENT_TRACER is not set | ||
1389 | # CONFIG_BOOT_TRACER is not set | ||
1390 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1391 | # CONFIG_STACK_TRACER is not set | ||
1392 | # CONFIG_KMEMTRACE is not set | ||
1393 | # CONFIG_WORKQUEUE_TRACER is not set | ||
1394 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
1395 | # CONFIG_SAMPLES is not set | ||
1396 | CONFIG_HAVE_ARCH_KGDB=y | ||
1397 | # CONFIG_KGDB is not set | ||
1398 | CONFIG_ARM_UNWIND=y | ||
1399 | # CONFIG_DEBUG_USER is not set | ||
1400 | # CONFIG_DEBUG_ERRORS is not set | ||
1401 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1402 | CONFIG_DEBUG_LL=y | ||
1403 | # CONFIG_DEBUG_ICEDCC is not set | ||
1404 | |||
1405 | # | ||
1406 | # Security options | ||
1407 | # | ||
1408 | # CONFIG_KEYS is not set | ||
1409 | # CONFIG_SECURITY is not set | ||
1410 | # CONFIG_SECURITYFS is not set | ||
1411 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1412 | CONFIG_CRYPTO=y | ||
1413 | |||
1414 | # | ||
1415 | # Crypto core or helper | ||
1416 | # | ||
1417 | # CONFIG_CRYPTO_FIPS is not set | ||
1418 | CONFIG_CRYPTO_ALGAPI=y | ||
1419 | CONFIG_CRYPTO_ALGAPI2=y | ||
1420 | CONFIG_CRYPTO_AEAD2=y | ||
1421 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1422 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1423 | CONFIG_CRYPTO_HASH=y | ||
1424 | CONFIG_CRYPTO_HASH2=y | ||
1425 | CONFIG_CRYPTO_RNG2=y | ||
1426 | CONFIG_CRYPTO_PCOMP=y | ||
1427 | CONFIG_CRYPTO_MANAGER=y | ||
1428 | CONFIG_CRYPTO_MANAGER2=y | ||
1429 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1430 | # CONFIG_CRYPTO_NULL is not set | ||
1431 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1432 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1433 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1434 | # CONFIG_CRYPTO_TEST is not set | ||
1435 | |||
1436 | # | ||
1437 | # Authenticated Encryption with Associated Data | ||
1438 | # | ||
1439 | # CONFIG_CRYPTO_CCM is not set | ||
1440 | # CONFIG_CRYPTO_GCM is not set | ||
1441 | # CONFIG_CRYPTO_SEQIV is not set | ||
1442 | |||
1443 | # | ||
1444 | # Block modes | ||
1445 | # | ||
1446 | CONFIG_CRYPTO_CBC=y | ||
1447 | # CONFIG_CRYPTO_CTR is not set | ||
1448 | # CONFIG_CRYPTO_CTS is not set | ||
1449 | CONFIG_CRYPTO_ECB=m | ||
1450 | # CONFIG_CRYPTO_LRW is not set | ||
1451 | CONFIG_CRYPTO_PCBC=m | ||
1452 | # CONFIG_CRYPTO_XTS is not set | ||
1453 | |||
1454 | # | ||
1455 | # Hash modes | ||
1456 | # | ||
1457 | # CONFIG_CRYPTO_HMAC is not set | ||
1458 | # CONFIG_CRYPTO_XCBC is not set | ||
1459 | |||
1460 | # | ||
1461 | # Digest | ||
1462 | # | ||
1463 | CONFIG_CRYPTO_CRC32C=y | ||
1464 | # CONFIG_CRYPTO_MD4 is not set | ||
1465 | CONFIG_CRYPTO_MD5=y | ||
1466 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1467 | # CONFIG_CRYPTO_RMD128 is not set | ||
1468 | # CONFIG_CRYPTO_RMD160 is not set | ||
1469 | # CONFIG_CRYPTO_RMD256 is not set | ||
1470 | # CONFIG_CRYPTO_RMD320 is not set | ||
1471 | # CONFIG_CRYPTO_SHA1 is not set | ||
1472 | # CONFIG_CRYPTO_SHA256 is not set | ||
1473 | # CONFIG_CRYPTO_SHA512 is not set | ||
1474 | # CONFIG_CRYPTO_TGR192 is not set | ||
1475 | # CONFIG_CRYPTO_WP512 is not set | ||
1476 | |||
1477 | # | ||
1478 | # Ciphers | ||
1479 | # | ||
1480 | # CONFIG_CRYPTO_AES is not set | ||
1481 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1482 | # CONFIG_CRYPTO_ARC4 is not set | ||
1483 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1484 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1485 | # CONFIG_CRYPTO_CAST5 is not set | ||
1486 | # CONFIG_CRYPTO_CAST6 is not set | ||
1487 | CONFIG_CRYPTO_DES=y | ||
1488 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1489 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1490 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1491 | # CONFIG_CRYPTO_SEED is not set | ||
1492 | # CONFIG_CRYPTO_SERPENT is not set | ||
1493 | # CONFIG_CRYPTO_TEA is not set | ||
1494 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1495 | |||
1496 | # | ||
1497 | # Compression | ||
1498 | # | ||
1499 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1500 | # CONFIG_CRYPTO_ZLIB is not set | ||
1501 | # CONFIG_CRYPTO_LZO is not set | ||
1502 | |||
1503 | # | ||
1504 | # Random Number Generation | ||
1505 | # | ||
1506 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1507 | CONFIG_CRYPTO_HW=y | ||
1508 | # CONFIG_BINARY_PRINTF is not set | ||
1509 | |||
1510 | # | ||
1511 | # Library routines | ||
1512 | # | ||
1513 | CONFIG_BITREVERSE=y | ||
1514 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1515 | CONFIG_CRC_CCITT=y | ||
1516 | # CONFIG_CRC16 is not set | ||
1517 | # CONFIG_CRC_T10DIF is not set | ||
1518 | # CONFIG_CRC_ITU_T is not set | ||
1519 | CONFIG_CRC32=y | ||
1520 | # CONFIG_CRC7 is not set | ||
1521 | CONFIG_LIBCRC32C=y | ||
1522 | CONFIG_ZLIB_INFLATE=y | ||
1523 | CONFIG_ZLIB_DEFLATE=y | ||
1524 | CONFIG_DECOMPRESS_GZIP=y | ||
1525 | CONFIG_HAS_IOMEM=y | ||
1526 | CONFIG_HAS_IOPORT=y | ||
1527 | CONFIG_HAS_DMA=y | ||
1528 | CONFIG_NLATTR=y | ||
diff --git a/arch/arm/configs/omap_zoom2_defconfig b/arch/arm/configs/omap_zoom2_defconfig new file mode 100644 index 000000000000..213fe9c5eaae --- /dev/null +++ b/arch/arm/configs/omap_zoom2_defconfig | |||
@@ -0,0 +1,1211 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-rc5 | ||
4 | # Fri Oct 10 11:49:41 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_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
28 | CONFIG_VECTORS_BASE=0xffff0000 | ||
29 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
30 | |||
31 | # | ||
32 | # General setup | ||
33 | # | ||
34 | CONFIG_EXPERIMENTAL=y | ||
35 | CONFIG_BROKEN_ON_SMP=y | ||
36 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
37 | CONFIG_LOCALVERSION="" | ||
38 | CONFIG_LOCALVERSION_AUTO=y | ||
39 | CONFIG_SWAP=y | ||
40 | CONFIG_SYSVIPC=y | ||
41 | CONFIG_SYSVIPC_SYSCTL=y | ||
42 | CONFIG_BSD_PROCESS_ACCT=y | ||
43 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
44 | # CONFIG_IKCONFIG is not set | ||
45 | CONFIG_LOG_BUF_SHIFT=14 | ||
46 | # CONFIG_CGROUPS is not set | ||
47 | CONFIG_GROUP_SCHED=y | ||
48 | CONFIG_FAIR_GROUP_SCHED=y | ||
49 | # CONFIG_RT_GROUP_SCHED is not set | ||
50 | CONFIG_USER_SCHED=y | ||
51 | # CONFIG_CGROUP_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=y | ||
57 | CONFIG_INITRAMFS_SOURCE="" | ||
58 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
59 | CONFIG_SYSCTL=y | ||
60 | CONFIG_EMBEDDED=y | ||
61 | CONFIG_UID16=y | ||
62 | # CONFIG_SYSCTL_SYSCALL is not set | ||
63 | CONFIG_KALLSYMS=y | ||
64 | # CONFIG_KALLSYMS_ALL is not set | ||
65 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
66 | CONFIG_HOTPLUG=y | ||
67 | CONFIG_PRINTK=y | ||
68 | CONFIG_BUG=y | ||
69 | CONFIG_ELF_CORE=y | ||
70 | CONFIG_COMPAT_BRK=y | ||
71 | CONFIG_BASE_FULL=y | ||
72 | CONFIG_FUTEX=y | ||
73 | CONFIG_ANON_INODES=y | ||
74 | CONFIG_EPOLL=y | ||
75 | CONFIG_SIGNALFD=y | ||
76 | CONFIG_TIMERFD=y | ||
77 | CONFIG_EVENTFD=y | ||
78 | CONFIG_SHMEM=y | ||
79 | CONFIG_VM_EVENT_COUNTERS=y | ||
80 | CONFIG_SLAB=y | ||
81 | # CONFIG_SLUB is not set | ||
82 | # CONFIG_SLOB is not set | ||
83 | # CONFIG_PROFILING is not set | ||
84 | # CONFIG_MARKERS is not set | ||
85 | CONFIG_HAVE_OPROFILE=y | ||
86 | # CONFIG_KPROBES is not set | ||
87 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
88 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
89 | CONFIG_HAVE_KPROBES=y | ||
90 | CONFIG_HAVE_KRETPROBES=y | ||
91 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
92 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
93 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
94 | CONFIG_HAVE_CLK=y | ||
95 | CONFIG_PROC_PAGE_MONITOR=y | ||
96 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
97 | CONFIG_SLABINFO=y | ||
98 | CONFIG_RT_MUTEXES=y | ||
99 | # CONFIG_TINY_SHMEM is not set | ||
100 | CONFIG_BASE_SMALL=0 | ||
101 | CONFIG_MODULES=y | ||
102 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
103 | CONFIG_MODULE_UNLOAD=y | ||
104 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
105 | CONFIG_MODVERSIONS=y | ||
106 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
107 | CONFIG_KMOD=y | ||
108 | CONFIG_BLOCK=y | ||
109 | # CONFIG_LBD is not set | ||
110 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
111 | # CONFIG_LSF is not set | ||
112 | # CONFIG_BLK_DEV_BSG is not set | ||
113 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
114 | |||
115 | # | ||
116 | # IO Schedulers | ||
117 | # | ||
118 | CONFIG_IOSCHED_NOOP=y | ||
119 | CONFIG_IOSCHED_AS=y | ||
120 | CONFIG_IOSCHED_DEADLINE=y | ||
121 | CONFIG_IOSCHED_CFQ=y | ||
122 | CONFIG_DEFAULT_AS=y | ||
123 | # CONFIG_DEFAULT_DEADLINE is not set | ||
124 | # CONFIG_DEFAULT_CFQ is not set | ||
125 | # CONFIG_DEFAULT_NOOP is not set | ||
126 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
127 | CONFIG_CLASSIC_RCU=y | ||
128 | |||
129 | # | ||
130 | # System Type | ||
131 | # | ||
132 | # CONFIG_ARCH_AAEC2000 is not set | ||
133 | # CONFIG_ARCH_INTEGRATOR is not set | ||
134 | # CONFIG_ARCH_REALVIEW is not set | ||
135 | # CONFIG_ARCH_VERSATILE is not set | ||
136 | # CONFIG_ARCH_AT91 is not set | ||
137 | # CONFIG_ARCH_CLPS7500 is not set | ||
138 | # CONFIG_ARCH_CLPS711X is not set | ||
139 | # CONFIG_ARCH_EBSA110 is not set | ||
140 | # CONFIG_ARCH_EP93XX is not set | ||
141 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
142 | # CONFIG_ARCH_NETX is not set | ||
143 | # CONFIG_ARCH_H720X is not set | ||
144 | # CONFIG_ARCH_IMX is not set | ||
145 | # CONFIG_ARCH_IOP13XX is not set | ||
146 | # CONFIG_ARCH_IOP32X is not set | ||
147 | # CONFIG_ARCH_IOP33X is not set | ||
148 | # CONFIG_ARCH_IXP23XX is not set | ||
149 | # CONFIG_ARCH_IXP2000 is not set | ||
150 | # CONFIG_ARCH_IXP4XX is not set | ||
151 | # CONFIG_ARCH_L7200 is not set | ||
152 | # CONFIG_ARCH_KIRKWOOD is not set | ||
153 | # CONFIG_ARCH_KS8695 is not set | ||
154 | # CONFIG_ARCH_NS9XXX is not set | ||
155 | # CONFIG_ARCH_LOKI is not set | ||
156 | # CONFIG_ARCH_MV78XX0 is not set | ||
157 | # CONFIG_ARCH_MXC is not set | ||
158 | # CONFIG_ARCH_ORION5X is not set | ||
159 | # CONFIG_ARCH_PNX4008 is not set | ||
160 | # CONFIG_ARCH_PXA is not set | ||
161 | # CONFIG_ARCH_RPC is not set | ||
162 | # CONFIG_ARCH_SA1100 is not set | ||
163 | # CONFIG_ARCH_S3C2410 is not set | ||
164 | # CONFIG_ARCH_SHARK is not set | ||
165 | # CONFIG_ARCH_LH7A40X is not set | ||
166 | # CONFIG_ARCH_DAVINCI is not set | ||
167 | CONFIG_ARCH_OMAP=y | ||
168 | # CONFIG_ARCH_MSM7X00A is not set | ||
169 | |||
170 | # | ||
171 | # TI OMAP Implementations | ||
172 | # | ||
173 | CONFIG_ARCH_OMAP_OTG=y | ||
174 | # CONFIG_ARCH_OMAP1 is not set | ||
175 | # CONFIG_ARCH_OMAP2 is not set | ||
176 | CONFIG_ARCH_OMAP3=y | ||
177 | |||
178 | # | ||
179 | # OMAP Feature Selections | ||
180 | # | ||
181 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | ||
182 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | ||
183 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
184 | CONFIG_OMAP_MUX=y | ||
185 | CONFIG_OMAP_MUX_DEBUG=y | ||
186 | CONFIG_OMAP_MUX_WARNINGS=y | ||
187 | CONFIG_OMAP_MCBSP=y | ||
188 | # CONFIG_OMAP_MPU_TIMER is not set | ||
189 | CONFIG_OMAP_32K_TIMER=y | ||
190 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
191 | CONFIG_OMAP_DM_TIMER=y | ||
192 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
193 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
194 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
195 | CONFIG_OMAP_SERIAL_WAKE=y | ||
196 | CONFIG_ARCH_OMAP34XX=y | ||
197 | CONFIG_ARCH_OMAP3430=y | ||
198 | |||
199 | # | ||
200 | # OMAP Board Type | ||
201 | # | ||
202 | # CONFIG_MACH_OMAP3_BEAGLE is not set | ||
203 | # CONFIG_MACH_OMAP_LDP is not set | ||
204 | CONFIG_MACH_OMAP_ZOOM2=y | ||
205 | # CONFIG_MACH_OVERO is not set | ||
206 | |||
207 | # | ||
208 | # Boot options | ||
209 | # | ||
210 | |||
211 | # | ||
212 | # Power management | ||
213 | # | ||
214 | |||
215 | # | ||
216 | # Processor Type | ||
217 | # | ||
218 | CONFIG_CPU_32=y | ||
219 | CONFIG_CPU_32v6K=y | ||
220 | CONFIG_CPU_V7=y | ||
221 | CONFIG_CPU_32v7=y | ||
222 | CONFIG_CPU_ABRT_EV7=y | ||
223 | CONFIG_CPU_PABRT_IFAR=y | ||
224 | CONFIG_CPU_CACHE_V7=y | ||
225 | CONFIG_CPU_CACHE_VIPT=y | ||
226 | CONFIG_CPU_COPY_V6=y | ||
227 | CONFIG_CPU_TLB_V7=y | ||
228 | CONFIG_CPU_HAS_ASID=y | ||
229 | CONFIG_CPU_CP15=y | ||
230 | CONFIG_CPU_CP15_MMU=y | ||
231 | |||
232 | # | ||
233 | # Processor Features | ||
234 | # | ||
235 | CONFIG_ARM_THUMB=y | ||
236 | # CONFIG_ARM_THUMBEE is not set | ||
237 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
238 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
239 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
240 | CONFIG_HAS_TLS_REG=y | ||
241 | # CONFIG_OUTER_CACHE is not set | ||
242 | |||
243 | # | ||
244 | # Bus support | ||
245 | # | ||
246 | # CONFIG_PCI_SYSCALL is not set | ||
247 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
248 | # CONFIG_PCCARD is not set | ||
249 | |||
250 | # | ||
251 | # Kernel Features | ||
252 | # | ||
253 | CONFIG_TICK_ONESHOT=y | ||
254 | CONFIG_NO_HZ=y | ||
255 | CONFIG_HIGH_RES_TIMERS=y | ||
256 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
257 | # CONFIG_PREEMPT is not set | ||
258 | CONFIG_HZ=128 | ||
259 | CONFIG_AEABI=y | ||
260 | CONFIG_OABI_COMPAT=y | ||
261 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
262 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
263 | CONFIG_SELECT_MEMORY_MODEL=y | ||
264 | CONFIG_FLATMEM_MANUAL=y | ||
265 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
266 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
267 | CONFIG_FLATMEM=y | ||
268 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
269 | # CONFIG_SPARSEMEM_STATIC is not set | ||
270 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
271 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
272 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
273 | # CONFIG_RESOURCES_64BIT is not set | ||
274 | CONFIG_ZONE_DMA_FLAG=1 | ||
275 | CONFIG_BOUNCE=y | ||
276 | CONFIG_VIRT_TO_BUS=y | ||
277 | # CONFIG_LEDS is not set | ||
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/nfs nfsroot=192.168.0.1:/home/user/buildroot ip=192.168.0.2:192.168.0.1:192.168.0.1:255.255.255.0:tgt:eth0:off rw console=ttyS2,115200n8" | ||
286 | # CONFIG_XIP_KERNEL is not set | ||
287 | # CONFIG_KEXEC is not set | ||
288 | |||
289 | # | ||
290 | # CPU Frequency scaling | ||
291 | # | ||
292 | # CONFIG_CPU_FREQ is not set | ||
293 | |||
294 | # | ||
295 | # Floating point emulation | ||
296 | # | ||
297 | |||
298 | # | ||
299 | # At least one emulation must be selected | ||
300 | # | ||
301 | CONFIG_FPE_NWFPE=y | ||
302 | # CONFIG_FPE_NWFPE_XP is not set | ||
303 | # CONFIG_FPE_FASTFPE is not set | ||
304 | CONFIG_VFP=y | ||
305 | CONFIG_VFPv3=y | ||
306 | # CONFIG_NEON is not set | ||
307 | |||
308 | # | ||
309 | # Userspace binary formats | ||
310 | # | ||
311 | CONFIG_BINFMT_ELF=y | ||
312 | # CONFIG_BINFMT_AOUT is not set | ||
313 | CONFIG_BINFMT_MISC=y | ||
314 | |||
315 | # | ||
316 | # Power management options | ||
317 | # | ||
318 | # CONFIG_PM is not set | ||
319 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
320 | CONFIG_NET=y | ||
321 | |||
322 | # | ||
323 | # Networking options | ||
324 | # | ||
325 | CONFIG_PACKET=y | ||
326 | # CONFIG_PACKET_MMAP is not set | ||
327 | CONFIG_UNIX=y | ||
328 | CONFIG_XFRM=y | ||
329 | CONFIG_XFRM_USER=y | ||
330 | # CONFIG_XFRM_SUB_POLICY is not set | ||
331 | CONFIG_XFRM_MIGRATE=y | ||
332 | # CONFIG_XFRM_STATISTICS is not set | ||
333 | CONFIG_NET_KEY=y | ||
334 | CONFIG_NET_KEY_MIGRATE=y | ||
335 | CONFIG_INET=y | ||
336 | CONFIG_IP_MULTICAST=y | ||
337 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
338 | CONFIG_IP_FIB_HASH=y | ||
339 | CONFIG_IP_PNP=y | ||
340 | CONFIG_IP_PNP_DHCP=y | ||
341 | CONFIG_IP_PNP_BOOTP=y | ||
342 | CONFIG_IP_PNP_RARP=y | ||
343 | # CONFIG_NET_IPIP is not set | ||
344 | # CONFIG_NET_IPGRE is not set | ||
345 | # CONFIG_IP_MROUTE is not set | ||
346 | # CONFIG_ARPD is not set | ||
347 | # CONFIG_SYN_COOKIES is not set | ||
348 | # CONFIG_INET_AH is not set | ||
349 | # CONFIG_INET_ESP is not set | ||
350 | # CONFIG_INET_IPCOMP is not set | ||
351 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
352 | # CONFIG_INET_TUNNEL is not set | ||
353 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
354 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
355 | CONFIG_INET_XFRM_MODE_BEET=y | ||
356 | # CONFIG_INET_LRO is not set | ||
357 | CONFIG_INET_DIAG=y | ||
358 | CONFIG_INET_TCP_DIAG=y | ||
359 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
360 | CONFIG_TCP_CONG_CUBIC=y | ||
361 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
362 | # CONFIG_TCP_MD5SIG is not set | ||
363 | # CONFIG_IPV6 is not set | ||
364 | # CONFIG_NETWORK_SECMARK is not set | ||
365 | # CONFIG_NETFILTER is not set | ||
366 | # CONFIG_IP_DCCP is not set | ||
367 | # CONFIG_IP_SCTP is not set | ||
368 | # CONFIG_TIPC is not set | ||
369 | # CONFIG_ATM is not set | ||
370 | # CONFIG_BRIDGE is not set | ||
371 | # CONFIG_NET_DSA is not set | ||
372 | # CONFIG_VLAN_8021Q is not set | ||
373 | # CONFIG_DECNET is not set | ||
374 | # CONFIG_LLC2 is not set | ||
375 | # CONFIG_IPX is not set | ||
376 | # CONFIG_ATALK is not set | ||
377 | # CONFIG_X25 is not set | ||
378 | # CONFIG_LAPB is not set | ||
379 | # CONFIG_ECONET is not set | ||
380 | # CONFIG_WAN_ROUTER is not set | ||
381 | # CONFIG_NET_SCHED is not set | ||
382 | |||
383 | # | ||
384 | # Network testing | ||
385 | # | ||
386 | # CONFIG_NET_PKTGEN is not set | ||
387 | # CONFIG_HAMRADIO is not set | ||
388 | # CONFIG_CAN is not set | ||
389 | # CONFIG_IRDA is not set | ||
390 | # CONFIG_BT is not set | ||
391 | # CONFIG_AF_RXRPC is not set | ||
392 | # CONFIG_PHONET is not set | ||
393 | # CONFIG_WIRELESS is not set | ||
394 | # CONFIG_RFKILL is not set | ||
395 | # CONFIG_NET_9P is not set | ||
396 | |||
397 | # | ||
398 | # Device Drivers | ||
399 | # | ||
400 | |||
401 | # | ||
402 | # Generic Driver Options | ||
403 | # | ||
404 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
405 | CONFIG_STANDALONE=y | ||
406 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
407 | # CONFIG_FW_LOADER is not set | ||
408 | # CONFIG_DEBUG_DRIVER is not set | ||
409 | # CONFIG_DEBUG_DEVRES is not set | ||
410 | # CONFIG_SYS_HYPERVISOR is not set | ||
411 | CONFIG_CONNECTOR=y | ||
412 | CONFIG_PROC_EVENTS=y | ||
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_RAM=y | ||
420 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
421 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
422 | # CONFIG_BLK_DEV_XIP is not set | ||
423 | # CONFIG_CDROM_PKTCDVD is not set | ||
424 | CONFIG_MISC_DEVICES=y | ||
425 | # CONFIG_EEPROM_93CX6 is not set | ||
426 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
427 | CONFIG_HAVE_IDE=y | ||
428 | # CONFIG_IDE is not set | ||
429 | |||
430 | # | ||
431 | # SCSI device support | ||
432 | # | ||
433 | # CONFIG_RAID_ATTRS is not set | ||
434 | CONFIG_SCSI=y | ||
435 | CONFIG_SCSI_DMA=y | ||
436 | # CONFIG_SCSI_TGT is not set | ||
437 | # CONFIG_SCSI_NETLINK is not set | ||
438 | CONFIG_SCSI_PROC_FS=y | ||
439 | |||
440 | # | ||
441 | # SCSI support type (disk, tape, CD-ROM) | ||
442 | # | ||
443 | CONFIG_BLK_DEV_SD=y | ||
444 | # CONFIG_CHR_DEV_ST is not set | ||
445 | # CONFIG_CHR_DEV_OSST is not set | ||
446 | # CONFIG_BLK_DEV_SR is not set | ||
447 | # CONFIG_CHR_DEV_SG is not set | ||
448 | # CONFIG_CHR_DEV_SCH is not set | ||
449 | |||
450 | # | ||
451 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
452 | # | ||
453 | # CONFIG_SCSI_MULTI_LUN is not set | ||
454 | # CONFIG_SCSI_CONSTANTS is not set | ||
455 | # CONFIG_SCSI_LOGGING is not set | ||
456 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
457 | CONFIG_SCSI_WAIT_SCAN=m | ||
458 | |||
459 | # | ||
460 | # SCSI Transports | ||
461 | # | ||
462 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
463 | # CONFIG_SCSI_FC_ATTRS is not set | ||
464 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
465 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
466 | CONFIG_SCSI_LOWLEVEL=y | ||
467 | # CONFIG_SCSI_DEBUG is not set | ||
468 | # CONFIG_SCSI_DH is not set | ||
469 | # CONFIG_ATA is not set | ||
470 | # CONFIG_MD is not set | ||
471 | CONFIG_NETDEVICES=y | ||
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_VETH is not set | ||
478 | CONFIG_PHYLIB=y | ||
479 | |||
480 | # | ||
481 | # MII PHY device drivers | ||
482 | # | ||
483 | # CONFIG_MARVELL_PHY is not set | ||
484 | # CONFIG_DAVICOM_PHY is not set | ||
485 | # CONFIG_QSEMI_PHY is not set | ||
486 | # CONFIG_LXT_PHY is not set | ||
487 | # CONFIG_CICADA_PHY is not set | ||
488 | # CONFIG_VITESSE_PHY is not set | ||
489 | CONFIG_SMSC_PHY=y | ||
490 | # CONFIG_BROADCOM_PHY is not set | ||
491 | # CONFIG_ICPLUS_PHY is not set | ||
492 | # CONFIG_REALTEK_PHY is not set | ||
493 | # CONFIG_NATIONAL_PHY is not set | ||
494 | # CONFIG_STE10XP is not set | ||
495 | # CONFIG_LSI_ET1011C_PHY is not set | ||
496 | # CONFIG_FIXED_PHY is not set | ||
497 | # CONFIG_MDIO_BITBANG is not set | ||
498 | CONFIG_NET_ETHERNET=y | ||
499 | CONFIG_MII=y | ||
500 | # CONFIG_AX88796 is not set | ||
501 | # CONFIG_SMC91X is not set | ||
502 | # CONFIG_DM9000 is not set | ||
503 | # CONFIG_ENC28J60 is not set | ||
504 | # CONFIG_SMC911X is not set | ||
505 | CONFIG_SMSC911X=y | ||
506 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
507 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
508 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
509 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
510 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
511 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
512 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
513 | # CONFIG_B44 is not set | ||
514 | CONFIG_NETDEV_1000=y | ||
515 | CONFIG_NETDEV_10000=y | ||
516 | |||
517 | # | ||
518 | # Wireless LAN | ||
519 | # | ||
520 | # CONFIG_WLAN_PRE80211 is not set | ||
521 | # CONFIG_WLAN_80211 is not set | ||
522 | # CONFIG_IWLWIFI_LEDS is not set | ||
523 | |||
524 | # | ||
525 | # USB Network Adapters | ||
526 | # | ||
527 | # CONFIG_USB_CATC is not set | ||
528 | # CONFIG_USB_KAWETH is not set | ||
529 | # CONFIG_USB_PEGASUS is not set | ||
530 | # CONFIG_USB_RTL8150 is not set | ||
531 | # CONFIG_USB_USBNET is not set | ||
532 | # CONFIG_WAN is not set | ||
533 | # CONFIG_PPP is not set | ||
534 | # CONFIG_SLIP is not set | ||
535 | # CONFIG_NETCONSOLE is not set | ||
536 | # CONFIG_NETPOLL is not set | ||
537 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
538 | # CONFIG_ISDN is not set | ||
539 | |||
540 | # | ||
541 | # Input device support | ||
542 | # | ||
543 | CONFIG_INPUT=y | ||
544 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
545 | # CONFIG_INPUT_POLLDEV is not set | ||
546 | |||
547 | # | ||
548 | # Userland interfaces | ||
549 | # | ||
550 | # CONFIG_INPUT_MOUSEDEV is not set | ||
551 | # CONFIG_INPUT_JOYDEV is not set | ||
552 | CONFIG_INPUT_EVDEV=y | ||
553 | # CONFIG_INPUT_EVBUG is not set | ||
554 | |||
555 | # | ||
556 | # Input Device Drivers | ||
557 | # | ||
558 | # CONFIG_INPUT_KEYBOARD 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=y | ||
563 | CONFIG_TOUCHSCREEN_ADS7846=y | ||
564 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
565 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
566 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
567 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
568 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
569 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
570 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
571 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
572 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
573 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
574 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
575 | # CONFIG_INPUT_MISC is not set | ||
576 | |||
577 | # | ||
578 | # Hardware I/O ports | ||
579 | # | ||
580 | # CONFIG_SERIO is not set | ||
581 | # CONFIG_GAMEPORT is not set | ||
582 | |||
583 | # | ||
584 | # Character devices | ||
585 | # | ||
586 | CONFIG_VT=y | ||
587 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
588 | CONFIG_VT_CONSOLE=y | ||
589 | CONFIG_HW_CONSOLE=y | ||
590 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
591 | CONFIG_DEVKMEM=y | ||
592 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
593 | |||
594 | # | ||
595 | # Serial drivers | ||
596 | # | ||
597 | CONFIG_SERIAL_8250=y | ||
598 | CONFIG_SERIAL_8250_CONSOLE=y | ||
599 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
600 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
601 | CONFIG_SERIAL_8250_EXTENDED=y | ||
602 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
603 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
604 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
605 | CONFIG_SERIAL_8250_RSA=y | ||
606 | |||
607 | # | ||
608 | # Non-8250 serial port support | ||
609 | # | ||
610 | CONFIG_SERIAL_CORE=y | ||
611 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
612 | CONFIG_UNIX98_PTYS=y | ||
613 | # CONFIG_LEGACY_PTYS is not set | ||
614 | # CONFIG_IPMI_HANDLER is not set | ||
615 | CONFIG_HW_RANDOM=y | ||
616 | # CONFIG_NVRAM is not set | ||
617 | # CONFIG_R3964 is not set | ||
618 | # CONFIG_RAW_DRIVER is not set | ||
619 | # CONFIG_TCG_TPM is not set | ||
620 | CONFIG_I2C=y | ||
621 | CONFIG_I2C_BOARDINFO=y | ||
622 | CONFIG_I2C_CHARDEV=y | ||
623 | CONFIG_I2C_HELPER_AUTO=y | ||
624 | |||
625 | # | ||
626 | # I2C Hardware Bus support | ||
627 | # | ||
628 | |||
629 | # | ||
630 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
631 | # | ||
632 | # CONFIG_I2C_GPIO is not set | ||
633 | # CONFIG_I2C_OCORES is not set | ||
634 | CONFIG_I2C_OMAP=y | ||
635 | # CONFIG_I2C_SIMTEC is not set | ||
636 | |||
637 | # | ||
638 | # External I2C/SMBus adapter drivers | ||
639 | # | ||
640 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
641 | # CONFIG_I2C_TAOS_EVM is not set | ||
642 | |||
643 | # | ||
644 | # Other I2C/SMBus bus drivers | ||
645 | # | ||
646 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
647 | # CONFIG_I2C_STUB is not set | ||
648 | |||
649 | # | ||
650 | # Miscellaneous I2C Chip support | ||
651 | # | ||
652 | # CONFIG_DS1682 is not set | ||
653 | # CONFIG_EEPROM_AT24 is not set | ||
654 | # CONFIG_EEPROM_LEGACY is not set | ||
655 | # CONFIG_SENSORS_PCF8574 is not set | ||
656 | # CONFIG_PCF8575 is not set | ||
657 | # CONFIG_SENSORS_PCA9539 is not set | ||
658 | # CONFIG_SENSORS_PCF8591 is not set | ||
659 | # CONFIG_ISP1301_OMAP is not set | ||
660 | # CONFIG_TPS65010 is not set | ||
661 | # CONFIG_SENSORS_MAX6875 is not set | ||
662 | # CONFIG_SENSORS_TSL2550 is not set | ||
663 | # CONFIG_I2C_DEBUG_CORE is not set | ||
664 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
665 | # CONFIG_I2C_DEBUG_BUS is not set | ||
666 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
667 | CONFIG_SPI=y | ||
668 | # CONFIG_SPI_DEBUG is not set | ||
669 | CONFIG_SPI_MASTER=y | ||
670 | |||
671 | # | ||
672 | # SPI Master Controller Drivers | ||
673 | # | ||
674 | # CONFIG_SPI_BITBANG is not set | ||
675 | CONFIG_SPI_OMAP24XX=y | ||
676 | |||
677 | # | ||
678 | # SPI Protocol Masters | ||
679 | # | ||
680 | # CONFIG_EEPROM_AT25 is not set | ||
681 | # CONFIG_SPI_SPIDEV is not set | ||
682 | # CONFIG_SPI_TLE62X0 is not set | ||
683 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
684 | CONFIG_GPIOLIB=y | ||
685 | # CONFIG_DEBUG_GPIO is not set | ||
686 | # CONFIG_GPIO_SYSFS is not set | ||
687 | |||
688 | # | ||
689 | # I2C GPIO expanders: | ||
690 | # | ||
691 | # CONFIG_GPIO_MAX732X is not set | ||
692 | # CONFIG_GPIO_PCA953X is not set | ||
693 | # CONFIG_GPIO_PCF857X is not set | ||
694 | |||
695 | # | ||
696 | # PCI GPIO expanders: | ||
697 | # | ||
698 | |||
699 | # | ||
700 | # SPI GPIO expanders: | ||
701 | # | ||
702 | # CONFIG_GPIO_MAX7301 is not set | ||
703 | # CONFIG_GPIO_MCP23S08 is not set | ||
704 | CONFIG_W1=y | ||
705 | |||
706 | # | ||
707 | # 1-wire Bus Masters | ||
708 | # | ||
709 | # CONFIG_W1_MASTER_DS2482 is not set | ||
710 | # CONFIG_W1_MASTER_DS1WM is not set | ||
711 | # CONFIG_W1_MASTER_GPIO is not set | ||
712 | |||
713 | # | ||
714 | # 1-wire Slaves | ||
715 | # | ||
716 | # CONFIG_W1_SLAVE_THERM is not set | ||
717 | # CONFIG_W1_SLAVE_SMEM is not set | ||
718 | # CONFIG_W1_SLAVE_DS2433 is not set | ||
719 | # CONFIG_W1_SLAVE_DS2760 is not set | ||
720 | CONFIG_POWER_SUPPLY=y | ||
721 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
722 | # CONFIG_PDA_POWER is not set | ||
723 | # CONFIG_BATTERY_DS2760 is not set | ||
724 | # CONFIG_HWMON is not set | ||
725 | CONFIG_WATCHDOG=y | ||
726 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
727 | |||
728 | # | ||
729 | # Watchdog Device Drivers | ||
730 | # | ||
731 | # CONFIG_SOFT_WATCHDOG is not set | ||
732 | |||
733 | # | ||
734 | # Sonics Silicon Backplane | ||
735 | # | ||
736 | CONFIG_SSB_POSSIBLE=y | ||
737 | # CONFIG_SSB is not set | ||
738 | |||
739 | # | ||
740 | # Multifunction device drivers | ||
741 | # | ||
742 | # CONFIG_MFD_CORE is not set | ||
743 | # CONFIG_MFD_SM501 is not set | ||
744 | # CONFIG_HTC_EGPIO is not set | ||
745 | # CONFIG_HTC_PASIC3 is not set | ||
746 | # CONFIG_MFD_TMIO is not set | ||
747 | # CONFIG_MFD_T7L66XB is not set | ||
748 | # CONFIG_MFD_TC6387XB is not set | ||
749 | # CONFIG_MFD_TC6393XB is not set | ||
750 | |||
751 | # | ||
752 | # Multimedia devices | ||
753 | # | ||
754 | |||
755 | # | ||
756 | # Multimedia core support | ||
757 | # | ||
758 | # CONFIG_VIDEO_DEV is not set | ||
759 | # CONFIG_VIDEO_MEDIA is not set | ||
760 | |||
761 | # | ||
762 | # Multimedia drivers | ||
763 | # | ||
764 | CONFIG_DAB=y | ||
765 | |||
766 | # | ||
767 | # Graphics support | ||
768 | # | ||
769 | # CONFIG_VGASTATE is not set | ||
770 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
771 | # CONFIG_FB is not set | ||
772 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
773 | |||
774 | # | ||
775 | # Display device support | ||
776 | # | ||
777 | # CONFIG_DISPLAY_SUPPORT is not set | ||
778 | |||
779 | # | ||
780 | # Console display driver support | ||
781 | # | ||
782 | # CONFIG_VGA_CONSOLE is not set | ||
783 | CONFIG_DUMMY_CONSOLE=y | ||
784 | CONFIG_SOUND=y | ||
785 | CONFIG_SND=y | ||
786 | # CONFIG_SND_SEQUENCER is not set | ||
787 | # CONFIG_SND_MIXER_OSS is not set | ||
788 | # CONFIG_SND_PCM_OSS is not set | ||
789 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
790 | CONFIG_SND_SUPPORT_OLD_API=y | ||
791 | CONFIG_SND_VERBOSE_PROCFS=y | ||
792 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
793 | # CONFIG_SND_DEBUG is not set | ||
794 | CONFIG_SND_DRIVERS=y | ||
795 | # CONFIG_SND_DUMMY is not set | ||
796 | # CONFIG_SND_MTPAV is not set | ||
797 | # CONFIG_SND_SERIAL_U16550 is not set | ||
798 | # CONFIG_SND_MPU401 is not set | ||
799 | CONFIG_SND_ARM=y | ||
800 | CONFIG_SND_SPI=y | ||
801 | # CONFIG_SND_SOC is not set | ||
802 | # CONFIG_SOUND_PRIME is not set | ||
803 | CONFIG_HID_SUPPORT=y | ||
804 | CONFIG_HID=y | ||
805 | # CONFIG_HID_DEBUG is not set | ||
806 | # CONFIG_HIDRAW is not set | ||
807 | # CONFIG_USB_SUPPORT is not set | ||
808 | CONFIG_MMC=y | ||
809 | # CONFIG_MMC_DEBUG is not set | ||
810 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
811 | |||
812 | # | ||
813 | # MMC/SD Card Drivers | ||
814 | # | ||
815 | CONFIG_MMC_BLOCK=y | ||
816 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
817 | # CONFIG_SDIO_UART is not set | ||
818 | # CONFIG_MMC_TEST is not set | ||
819 | |||
820 | # | ||
821 | # MMC/SD Host Controller Drivers | ||
822 | # | ||
823 | # CONFIG_MMC_SDHCI is not set | ||
824 | # CONFIG_MMC_OMAP is not set | ||
825 | # CONFIG_MMC_SPI is not set | ||
826 | # CONFIG_NEW_LEDS is not set | ||
827 | CONFIG_RTC_LIB=y | ||
828 | CONFIG_RTC_CLASS=y | ||
829 | CONFIG_RTC_HCTOSYS=y | ||
830 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
831 | # CONFIG_RTC_DEBUG is not set | ||
832 | |||
833 | # | ||
834 | # RTC interfaces | ||
835 | # | ||
836 | CONFIG_RTC_INTF_SYSFS=y | ||
837 | CONFIG_RTC_INTF_PROC=y | ||
838 | CONFIG_RTC_INTF_DEV=y | ||
839 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
840 | # CONFIG_RTC_DRV_TEST is not set | ||
841 | |||
842 | # | ||
843 | # I2C RTC drivers | ||
844 | # | ||
845 | # CONFIG_RTC_DRV_DS1307 is not set | ||
846 | # CONFIG_RTC_DRV_DS1374 is not set | ||
847 | # CONFIG_RTC_DRV_DS1672 is not set | ||
848 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
849 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
850 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
851 | # CONFIG_RTC_DRV_X1205 is not set | ||
852 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
853 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
854 | # CONFIG_RTC_DRV_M41T80 is not set | ||
855 | # CONFIG_RTC_DRV_S35390A is not set | ||
856 | # CONFIG_RTC_DRV_FM3130 is not set | ||
857 | |||
858 | # | ||
859 | # SPI RTC drivers | ||
860 | # | ||
861 | # CONFIG_RTC_DRV_M41T94 is not set | ||
862 | # CONFIG_RTC_DRV_DS1305 is not set | ||
863 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
864 | # CONFIG_RTC_DRV_R9701 is not set | ||
865 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
866 | |||
867 | # | ||
868 | # Platform RTC drivers | ||
869 | # | ||
870 | # CONFIG_RTC_DRV_CMOS is not set | ||
871 | # CONFIG_RTC_DRV_DS1511 is not set | ||
872 | # CONFIG_RTC_DRV_DS1553 is not set | ||
873 | # CONFIG_RTC_DRV_DS1742 is not set | ||
874 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
875 | # CONFIG_RTC_DRV_M48T86 is not set | ||
876 | # CONFIG_RTC_DRV_M48T59 is not set | ||
877 | # CONFIG_RTC_DRV_V3020 is not set | ||
878 | |||
879 | # | ||
880 | # on-CPU RTC drivers | ||
881 | # | ||
882 | # CONFIG_DMADEVICES is not set | ||
883 | |||
884 | # | ||
885 | # Voltage and Current regulators | ||
886 | # | ||
887 | # CONFIG_REGULATOR is not set | ||
888 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
889 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
890 | # CONFIG_REGULATOR_BQ24022 is not set | ||
891 | # CONFIG_UIO is not set | ||
892 | |||
893 | # | ||
894 | # File systems | ||
895 | # | ||
896 | CONFIG_EXT2_FS=y | ||
897 | # CONFIG_EXT2_FS_XATTR is not set | ||
898 | # CONFIG_EXT2_FS_XIP is not set | ||
899 | CONFIG_EXT3_FS=y | ||
900 | # CONFIG_EXT3_FS_XATTR is not set | ||
901 | # CONFIG_EXT4DEV_FS is not set | ||
902 | CONFIG_JBD=y | ||
903 | # CONFIG_REISERFS_FS is not set | ||
904 | # CONFIG_JFS_FS is not set | ||
905 | # CONFIG_FS_POSIX_ACL is not set | ||
906 | # CONFIG_XFS_FS is not set | ||
907 | CONFIG_DNOTIFY=y | ||
908 | CONFIG_INOTIFY=y | ||
909 | CONFIG_INOTIFY_USER=y | ||
910 | CONFIG_QUOTA=y | ||
911 | CONFIG_PRINT_QUOTA_WARNING=y | ||
912 | # CONFIG_QFMT_V1 is not set | ||
913 | CONFIG_QFMT_V2=y | ||
914 | CONFIG_QUOTACTL=y | ||
915 | # CONFIG_AUTOFS_FS is not set | ||
916 | # CONFIG_AUTOFS4_FS is not set | ||
917 | # CONFIG_FUSE_FS is not set | ||
918 | |||
919 | # | ||
920 | # CD-ROM/DVD Filesystems | ||
921 | # | ||
922 | # CONFIG_ISO9660_FS is not set | ||
923 | # CONFIG_UDF_FS is not set | ||
924 | |||
925 | # | ||
926 | # DOS/FAT/NT Filesystems | ||
927 | # | ||
928 | CONFIG_FAT_FS=y | ||
929 | CONFIG_MSDOS_FS=y | ||
930 | CONFIG_VFAT_FS=y | ||
931 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
932 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
933 | # CONFIG_NTFS_FS is not set | ||
934 | |||
935 | # | ||
936 | # Pseudo filesystems | ||
937 | # | ||
938 | CONFIG_PROC_FS=y | ||
939 | CONFIG_PROC_SYSCTL=y | ||
940 | CONFIG_SYSFS=y | ||
941 | CONFIG_TMPFS=y | ||
942 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
943 | # CONFIG_HUGETLB_PAGE is not set | ||
944 | # CONFIG_CONFIGFS_FS is not set | ||
945 | |||
946 | # | ||
947 | # Miscellaneous filesystems | ||
948 | # | ||
949 | # CONFIG_ADFS_FS is not set | ||
950 | # CONFIG_AFFS_FS is not set | ||
951 | # CONFIG_HFS_FS is not set | ||
952 | # CONFIG_HFSPLUS_FS is not set | ||
953 | # CONFIG_BEFS_FS is not set | ||
954 | # CONFIG_BFS_FS is not set | ||
955 | # CONFIG_EFS_FS is not set | ||
956 | # CONFIG_CRAMFS is not set | ||
957 | # CONFIG_VXFS_FS is not set | ||
958 | # CONFIG_MINIX_FS is not set | ||
959 | # CONFIG_OMFS_FS is not set | ||
960 | # CONFIG_HPFS_FS is not set | ||
961 | # CONFIG_QNX4FS_FS is not set | ||
962 | # CONFIG_ROMFS_FS is not set | ||
963 | # CONFIG_SYSV_FS is not set | ||
964 | # CONFIG_UFS_FS is not set | ||
965 | CONFIG_NETWORK_FILESYSTEMS=y | ||
966 | CONFIG_NFS_FS=y | ||
967 | CONFIG_NFS_V3=y | ||
968 | CONFIG_NFS_V3_ACL=y | ||
969 | CONFIG_NFS_V4=y | ||
970 | CONFIG_ROOT_NFS=y | ||
971 | # CONFIG_NFSD is not set | ||
972 | CONFIG_LOCKD=y | ||
973 | CONFIG_LOCKD_V4=y | ||
974 | CONFIG_NFS_ACL_SUPPORT=y | ||
975 | CONFIG_NFS_COMMON=y | ||
976 | CONFIG_SUNRPC=y | ||
977 | CONFIG_SUNRPC_GSS=y | ||
978 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
979 | CONFIG_RPCSEC_GSS_KRB5=y | ||
980 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
981 | # CONFIG_SMB_FS is not set | ||
982 | # CONFIG_CIFS is not set | ||
983 | # CONFIG_NCP_FS is not set | ||
984 | # CONFIG_CODA_FS is not set | ||
985 | # CONFIG_AFS_FS is not set | ||
986 | |||
987 | # | ||
988 | # Partition Types | ||
989 | # | ||
990 | CONFIG_PARTITION_ADVANCED=y | ||
991 | # CONFIG_ACORN_PARTITION is not set | ||
992 | # CONFIG_OSF_PARTITION is not set | ||
993 | # CONFIG_AMIGA_PARTITION is not set | ||
994 | # CONFIG_ATARI_PARTITION is not set | ||
995 | # CONFIG_MAC_PARTITION is not set | ||
996 | CONFIG_MSDOS_PARTITION=y | ||
997 | # CONFIG_BSD_DISKLABEL is not set | ||
998 | # CONFIG_MINIX_SUBPARTITION is not set | ||
999 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1000 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1001 | # CONFIG_LDM_PARTITION is not set | ||
1002 | # CONFIG_SGI_PARTITION is not set | ||
1003 | # CONFIG_ULTRIX_PARTITION is not set | ||
1004 | # CONFIG_SUN_PARTITION is not set | ||
1005 | # CONFIG_KARMA_PARTITION is not set | ||
1006 | # CONFIG_EFI_PARTITION is not set | ||
1007 | # CONFIG_SYSV68_PARTITION is not set | ||
1008 | CONFIG_NLS=y | ||
1009 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1010 | CONFIG_NLS_CODEPAGE_437=y | ||
1011 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1012 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1013 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1014 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1015 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1016 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1017 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1018 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1019 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1020 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1021 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1022 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1023 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1024 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1025 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1026 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1027 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1028 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1029 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1030 | # CONFIG_NLS_ISO8859_8 is not set | ||
1031 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1032 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1033 | # CONFIG_NLS_ASCII is not set | ||
1034 | CONFIG_NLS_ISO8859_1=y | ||
1035 | # CONFIG_NLS_ISO8859_2 is not set | ||
1036 | # CONFIG_NLS_ISO8859_3 is not set | ||
1037 | # CONFIG_NLS_ISO8859_4 is not set | ||
1038 | # CONFIG_NLS_ISO8859_5 is not set | ||
1039 | # CONFIG_NLS_ISO8859_6 is not set | ||
1040 | # CONFIG_NLS_ISO8859_7 is not set | ||
1041 | # CONFIG_NLS_ISO8859_9 is not set | ||
1042 | # CONFIG_NLS_ISO8859_13 is not set | ||
1043 | # CONFIG_NLS_ISO8859_14 is not set | ||
1044 | # CONFIG_NLS_ISO8859_15 is not set | ||
1045 | # CONFIG_NLS_KOI8_R is not set | ||
1046 | # CONFIG_NLS_KOI8_U is not set | ||
1047 | # CONFIG_NLS_UTF8 is not set | ||
1048 | |||
1049 | # | ||
1050 | # Kernel hacking | ||
1051 | # | ||
1052 | # CONFIG_PRINTK_TIME is not set | ||
1053 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1054 | CONFIG_ENABLE_MUST_CHECK=y | ||
1055 | CONFIG_FRAME_WARN=1024 | ||
1056 | CONFIG_MAGIC_SYSRQ=y | ||
1057 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1058 | # CONFIG_DEBUG_FS is not set | ||
1059 | # CONFIG_HEADERS_CHECK is not set | ||
1060 | CONFIG_DEBUG_KERNEL=y | ||
1061 | # CONFIG_DEBUG_SHIRQ is not set | ||
1062 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1063 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1064 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1065 | CONFIG_SCHED_DEBUG=y | ||
1066 | # CONFIG_SCHEDSTATS is not set | ||
1067 | # CONFIG_TIMER_STATS is not set | ||
1068 | # CONFIG_DEBUG_OBJECTS is not set | ||
1069 | # CONFIG_DEBUG_SLAB is not set | ||
1070 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1071 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1072 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1073 | CONFIG_DEBUG_MUTEXES=y | ||
1074 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1075 | # CONFIG_PROVE_LOCKING is not set | ||
1076 | # CONFIG_LOCK_STAT is not set | ||
1077 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1078 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1079 | # CONFIG_DEBUG_KOBJECT is not set | ||
1080 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1081 | CONFIG_DEBUG_INFO=y | ||
1082 | # CONFIG_DEBUG_VM is not set | ||
1083 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1084 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1085 | # CONFIG_DEBUG_LIST is not set | ||
1086 | # CONFIG_DEBUG_SG is not set | ||
1087 | CONFIG_FRAME_POINTER=y | ||
1088 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1089 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1090 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1091 | # CONFIG_FAULT_INJECTION is not set | ||
1092 | # CONFIG_LATENCYTOP is not set | ||
1093 | CONFIG_HAVE_FTRACE=y | ||
1094 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1095 | # CONFIG_FTRACE is not set | ||
1096 | # CONFIG_IRQSOFF_TRACER is not set | ||
1097 | # CONFIG_SCHED_TRACER is not set | ||
1098 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1099 | # CONFIG_SAMPLES is not set | ||
1100 | CONFIG_HAVE_ARCH_KGDB=y | ||
1101 | # CONFIG_KGDB is not set | ||
1102 | # CONFIG_DEBUG_USER is not set | ||
1103 | # CONFIG_DEBUG_ERRORS is not set | ||
1104 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1105 | CONFIG_DEBUG_LL=y | ||
1106 | # CONFIG_DEBUG_ICEDCC is not set | ||
1107 | |||
1108 | # | ||
1109 | # Security options | ||
1110 | # | ||
1111 | # CONFIG_KEYS is not set | ||
1112 | # CONFIG_SECURITY is not set | ||
1113 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1114 | CONFIG_CRYPTO=y | ||
1115 | |||
1116 | # | ||
1117 | # Crypto core or helper | ||
1118 | # | ||
1119 | CONFIG_CRYPTO_ALGAPI=y | ||
1120 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1121 | CONFIG_CRYPTO_MANAGER=y | ||
1122 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1123 | # CONFIG_CRYPTO_NULL is not set | ||
1124 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1125 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1126 | # CONFIG_CRYPTO_TEST is not set | ||
1127 | |||
1128 | # | ||
1129 | # Authenticated Encryption with Associated Data | ||
1130 | # | ||
1131 | # CONFIG_CRYPTO_CCM is not set | ||
1132 | # CONFIG_CRYPTO_GCM is not set | ||
1133 | # CONFIG_CRYPTO_SEQIV is not set | ||
1134 | |||
1135 | # | ||
1136 | # Block modes | ||
1137 | # | ||
1138 | CONFIG_CRYPTO_CBC=y | ||
1139 | # CONFIG_CRYPTO_CTR is not set | ||
1140 | # CONFIG_CRYPTO_CTS is not set | ||
1141 | CONFIG_CRYPTO_ECB=m | ||
1142 | # CONFIG_CRYPTO_LRW is not set | ||
1143 | CONFIG_CRYPTO_PCBC=m | ||
1144 | # CONFIG_CRYPTO_XTS is not set | ||
1145 | |||
1146 | # | ||
1147 | # Hash modes | ||
1148 | # | ||
1149 | # CONFIG_CRYPTO_HMAC is not set | ||
1150 | # CONFIG_CRYPTO_XCBC is not set | ||
1151 | |||
1152 | # | ||
1153 | # Digest | ||
1154 | # | ||
1155 | # CONFIG_CRYPTO_CRC32C is not set | ||
1156 | # CONFIG_CRYPTO_MD4 is not set | ||
1157 | CONFIG_CRYPTO_MD5=y | ||
1158 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1159 | # CONFIG_CRYPTO_RMD128 is not set | ||
1160 | # CONFIG_CRYPTO_RMD160 is not set | ||
1161 | # CONFIG_CRYPTO_RMD256 is not set | ||
1162 | # CONFIG_CRYPTO_RMD320 is not set | ||
1163 | # CONFIG_CRYPTO_SHA1 is not set | ||
1164 | # CONFIG_CRYPTO_SHA256 is not set | ||
1165 | # CONFIG_CRYPTO_SHA512 is not set | ||
1166 | # CONFIG_CRYPTO_TGR192 is not set | ||
1167 | # CONFIG_CRYPTO_WP512 is not set | ||
1168 | |||
1169 | # | ||
1170 | # Ciphers | ||
1171 | # | ||
1172 | # CONFIG_CRYPTO_AES is not set | ||
1173 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1174 | # CONFIG_CRYPTO_ARC4 is not set | ||
1175 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1176 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1177 | # CONFIG_CRYPTO_CAST5 is not set | ||
1178 | # CONFIG_CRYPTO_CAST6 is not set | ||
1179 | CONFIG_CRYPTO_DES=y | ||
1180 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1181 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1182 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1183 | # CONFIG_CRYPTO_SEED is not set | ||
1184 | # CONFIG_CRYPTO_SERPENT is not set | ||
1185 | # CONFIG_CRYPTO_TEA is not set | ||
1186 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1187 | |||
1188 | # | ||
1189 | # Compression | ||
1190 | # | ||
1191 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1192 | # CONFIG_CRYPTO_LZO is not set | ||
1193 | CONFIG_CRYPTO_HW=y | ||
1194 | |||
1195 | # | ||
1196 | # Library routines | ||
1197 | # | ||
1198 | CONFIG_BITREVERSE=y | ||
1199 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1200 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1201 | CONFIG_CRC_CCITT=y | ||
1202 | # CONFIG_CRC16 is not set | ||
1203 | CONFIG_CRC_T10DIF=y | ||
1204 | # CONFIG_CRC_ITU_T is not set | ||
1205 | CONFIG_CRC32=y | ||
1206 | # CONFIG_CRC7 is not set | ||
1207 | CONFIG_LIBCRC32C=y | ||
1208 | CONFIG_PLIST=y | ||
1209 | CONFIG_HAS_IOMEM=y | ||
1210 | CONFIG_HAS_IOPORT=y | ||
1211 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 64ab386a65c7..b5c9088a6a4e 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -56,6 +56,10 @@ config MACH_OVERO | |||
56 | bool "Gumstix Overo board" | 56 | bool "Gumstix Overo board" |
57 | depends on ARCH_OMAP3 && ARCH_OMAP34XX | 57 | depends on ARCH_OMAP3 && ARCH_OMAP34XX |
58 | 58 | ||
59 | config MACH_OMAP3EVM | ||
60 | bool "OMAP 3530 EVM board" | ||
61 | depends on ARCH_OMAP3 && ARCH_OMAP34XX | ||
62 | |||
59 | config MACH_OMAP3_PANDORA | 63 | config MACH_OMAP3_PANDORA |
60 | bool "OMAP3 Pandora" | 64 | bool "OMAP3 Pandora" |
61 | depends on ARCH_OMAP3 && ARCH_OMAP34XX | 65 | depends on ARCH_OMAP3 && ARCH_OMAP34XX |
@@ -67,3 +71,7 @@ config MACH_OMAP_3430SDP | |||
67 | config MACH_NOKIA_RX51 | 71 | config MACH_NOKIA_RX51 |
68 | bool "Nokia RX-51 board" | 72 | bool "Nokia RX-51 board" |
69 | depends on ARCH_OMAP3 && ARCH_OMAP34XX | 73 | depends on ARCH_OMAP3 && ARCH_OMAP34XX |
74 | |||
75 | config MACH_OMAP_ZOOM2 | ||
76 | bool "OMAP3 Zoom2 board" | ||
77 | depends on ARCH_OMAP3 && ARCH_OMAP34XX | ||
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 516477ee5690..c48b12c0fe2d 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile | |||
@@ -47,6 +47,8 @@ obj-$(CONFIG_MACH_OMAP_LDP) += board-ldp.o \ | |||
47 | mmc-twl4030.o | 47 | mmc-twl4030.o |
48 | obj-$(CONFIG_MACH_OVERO) += board-overo.o \ | 48 | obj-$(CONFIG_MACH_OVERO) += board-overo.o \ |
49 | mmc-twl4030.o | 49 | mmc-twl4030.o |
50 | obj-$(CONFIG_MACH_OMAP3EVM) += board-omap3evm.o \ | ||
51 | mmc-twl4030.o | ||
50 | obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ | 52 | obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ |
51 | mmc-twl4030.o | 53 | mmc-twl4030.o |
52 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | 54 | obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ |
@@ -55,7 +57,9 @@ obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ | |||
55 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ | 57 | obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ |
56 | board-rx51-peripherals.o \ | 58 | board-rx51-peripherals.o \ |
57 | mmc-twl4030.o | 59 | mmc-twl4030.o |
58 | 60 | obj-$(CONFIG_MACH_OMAP_ZOOM2) += board-zoom2.o \ | |
61 | mmc-twl4030.o \ | ||
62 | board-zoom-debugboard.o | ||
59 | # Platform specific device init code | 63 | # Platform specific device init code |
60 | obj-y += usb-musb.o | 64 | obj-y += usb-musb.o |
61 | 65 | ||
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index f25082c53c67..991ac9c38032 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/mtd/partitions.h> | 28 | #include <linux/mtd/partitions.h> |
29 | #include <linux/mtd/nand.h> | 29 | #include <linux/mtd/nand.h> |
30 | 30 | ||
31 | #include <linux/regulator/machine.h> | ||
31 | #include <linux/i2c/twl4030.h> | 32 | #include <linux/i2c/twl4030.h> |
32 | 33 | ||
33 | #include <mach/hardware.h> | 34 | #include <mach/hardware.h> |
@@ -120,6 +121,23 @@ static struct twl4030_hsmmc_info mmc[] = { | |||
120 | {} /* Terminator */ | 121 | {} /* Terminator */ |
121 | }; | 122 | }; |
122 | 123 | ||
124 | static struct platform_device omap3_beagle_lcd_device = { | ||
125 | .name = "omap3beagle_lcd", | ||
126 | .id = -1, | ||
127 | }; | ||
128 | |||
129 | static struct omap_lcd_config omap3_beagle_lcd_config __initdata = { | ||
130 | .ctrl_name = "internal", | ||
131 | }; | ||
132 | |||
133 | static struct regulator_consumer_supply beagle_vmmc1_supply = { | ||
134 | .supply = "vmmc", | ||
135 | }; | ||
136 | |||
137 | static struct regulator_consumer_supply beagle_vsim_supply = { | ||
138 | .supply = "vmmc_aux", | ||
139 | }; | ||
140 | |||
123 | static struct gpio_led gpio_leds[]; | 141 | static struct gpio_led gpio_leds[]; |
124 | 142 | ||
125 | static int beagle_twl_gpio_setup(struct device *dev, | 143 | static int beagle_twl_gpio_setup(struct device *dev, |
@@ -130,6 +148,10 @@ static int beagle_twl_gpio_setup(struct device *dev, | |||
130 | mmc[0].gpio_cd = gpio + 0; | 148 | mmc[0].gpio_cd = gpio + 0; |
131 | twl4030_mmc_init(mmc); | 149 | twl4030_mmc_init(mmc); |
132 | 150 | ||
151 | /* link regulators to MMC adapters */ | ||
152 | beagle_vmmc1_supply.dev = mmc[0].dev; | ||
153 | beagle_vsim_supply.dev = mmc[0].dev; | ||
154 | |||
133 | /* REVISIT: need ehci-omap hooks for external VBUS | 155 | /* REVISIT: need ehci-omap hooks for external VBUS |
134 | * power switch and overcurrent detect | 156 | * power switch and overcurrent detect |
135 | */ | 157 | */ |
@@ -158,12 +180,85 @@ static struct twl4030_gpio_platform_data beagle_gpio_data = { | |||
158 | .setup = beagle_twl_gpio_setup, | 180 | .setup = beagle_twl_gpio_setup, |
159 | }; | 181 | }; |
160 | 182 | ||
183 | static struct regulator_consumer_supply beagle_vdac_supply = { | ||
184 | .supply = "vdac", | ||
185 | .dev = &omap3_beagle_lcd_device.dev, | ||
186 | }; | ||
187 | |||
188 | static struct regulator_consumer_supply beagle_vdvi_supply = { | ||
189 | .supply = "vdvi", | ||
190 | .dev = &omap3_beagle_lcd_device.dev, | ||
191 | }; | ||
192 | |||
193 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ | ||
194 | static struct regulator_init_data beagle_vmmc1 = { | ||
195 | .constraints = { | ||
196 | .min_uV = 1850000, | ||
197 | .max_uV = 3150000, | ||
198 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
199 | | REGULATOR_MODE_STANDBY, | ||
200 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
201 | | REGULATOR_CHANGE_MODE | ||
202 | | REGULATOR_CHANGE_STATUS, | ||
203 | }, | ||
204 | .num_consumer_supplies = 1, | ||
205 | .consumer_supplies = &beagle_vmmc1_supply, | ||
206 | }; | ||
207 | |||
208 | /* VSIM for MMC1 pins DAT4..DAT7 (2 mA, plus card == max 50 mA) */ | ||
209 | static struct regulator_init_data beagle_vsim = { | ||
210 | .constraints = { | ||
211 | .min_uV = 1800000, | ||
212 | .max_uV = 3000000, | ||
213 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
214 | | REGULATOR_MODE_STANDBY, | ||
215 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
216 | | REGULATOR_CHANGE_MODE | ||
217 | | REGULATOR_CHANGE_STATUS, | ||
218 | }, | ||
219 | .num_consumer_supplies = 1, | ||
220 | .consumer_supplies = &beagle_vsim_supply, | ||
221 | }; | ||
222 | |||
223 | /* VDAC for DSS driving S-Video (8 mA unloaded, max 65 mA) */ | ||
224 | static struct regulator_init_data beagle_vdac = { | ||
225 | .constraints = { | ||
226 | .min_uV = 1800000, | ||
227 | .max_uV = 1800000, | ||
228 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
229 | | REGULATOR_MODE_STANDBY, | ||
230 | .valid_ops_mask = REGULATOR_CHANGE_MODE | ||
231 | | REGULATOR_CHANGE_STATUS, | ||
232 | }, | ||
233 | .num_consumer_supplies = 1, | ||
234 | .consumer_supplies = &beagle_vdac_supply, | ||
235 | }; | ||
236 | |||
237 | /* VPLL2 for digital video outputs */ | ||
238 | static struct regulator_init_data beagle_vpll2 = { | ||
239 | .constraints = { | ||
240 | .name = "VDVI", | ||
241 | .min_uV = 1800000, | ||
242 | .max_uV = 1800000, | ||
243 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
244 | | REGULATOR_MODE_STANDBY, | ||
245 | .valid_ops_mask = REGULATOR_CHANGE_MODE | ||
246 | | REGULATOR_CHANGE_STATUS, | ||
247 | }, | ||
248 | .num_consumer_supplies = 1, | ||
249 | .consumer_supplies = &beagle_vdvi_supply, | ||
250 | }; | ||
251 | |||
161 | static struct twl4030_platform_data beagle_twldata = { | 252 | static struct twl4030_platform_data beagle_twldata = { |
162 | .irq_base = TWL4030_IRQ_BASE, | 253 | .irq_base = TWL4030_IRQ_BASE, |
163 | .irq_end = TWL4030_IRQ_END, | 254 | .irq_end = TWL4030_IRQ_END, |
164 | 255 | ||
165 | /* platform_data for children goes here */ | 256 | /* platform_data for children goes here */ |
166 | .gpio = &beagle_gpio_data, | 257 | .gpio = &beagle_gpio_data, |
258 | .vmmc1 = &beagle_vmmc1, | ||
259 | .vsim = &beagle_vsim, | ||
260 | .vdac = &beagle_vdac, | ||
261 | .vpll2 = &beagle_vpll2, | ||
167 | }; | 262 | }; |
168 | 263 | ||
169 | static struct i2c_board_info __initdata beagle_i2c_boardinfo[] = { | 264 | static struct i2c_board_info __initdata beagle_i2c_boardinfo[] = { |
@@ -195,15 +290,6 @@ static void __init omap3_beagle_init_irq(void) | |||
195 | omap_gpio_init(); | 290 | omap_gpio_init(); |
196 | } | 291 | } |
197 | 292 | ||
198 | static struct platform_device omap3_beagle_lcd_device = { | ||
199 | .name = "omap3beagle_lcd", | ||
200 | .id = -1, | ||
201 | }; | ||
202 | |||
203 | static struct omap_lcd_config omap3_beagle_lcd_config __initdata = { | ||
204 | .ctrl_name = "internal", | ||
205 | }; | ||
206 | |||
207 | static struct gpio_led gpio_leds[] = { | 293 | static struct gpio_led gpio_leds[] = { |
208 | { | 294 | { |
209 | .name = "beagleboard::usr0", | 295 | .name = "beagleboard::usr0", |
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c new file mode 100644 index 000000000000..d3cc145814d0 --- /dev/null +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -0,0 +1,329 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-omap2/board-omap3evm.c | ||
3 | * | ||
4 | * Copyright (C) 2008 Texas Instruments | ||
5 | * | ||
6 | * Modified from mach-omap2/board-3430sdp.c | ||
7 | * | ||
8 | * Initial code: Syed Mohammed Khasim | ||
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/kernel.h> | ||
16 | #include <linux/init.h> | ||
17 | #include <linux/platform_device.h> | ||
18 | #include <linux/delay.h> | ||
19 | #include <linux/err.h> | ||
20 | #include <linux/clk.h> | ||
21 | #include <linux/gpio.h> | ||
22 | #include <linux/input.h> | ||
23 | #include <linux/leds.h> | ||
24 | |||
25 | #include <linux/spi/spi.h> | ||
26 | #include <linux/spi/ads7846.h> | ||
27 | #include <linux/i2c/twl4030.h> | ||
28 | |||
29 | #include <mach/hardware.h> | ||
30 | #include <asm/mach-types.h> | ||
31 | #include <asm/mach/arch.h> | ||
32 | #include <asm/mach/map.h> | ||
33 | |||
34 | #include <mach/board.h> | ||
35 | #include <mach/mux.h> | ||
36 | #include <mach/usb.h> | ||
37 | #include <mach/common.h> | ||
38 | #include <mach/mcspi.h> | ||
39 | #include <mach/keypad.h> | ||
40 | |||
41 | #include "sdram-micron-mt46h32m32lf-6.h" | ||
42 | #include "mmc-twl4030.h" | ||
43 | |||
44 | #define OMAP3_EVM_TS_GPIO 175 | ||
45 | |||
46 | #define OMAP3EVM_ETHR_START 0x2c000000 | ||
47 | #define OMAP3EVM_ETHR_SIZE 1024 | ||
48 | #define OMAP3EVM_ETHR_GPIO_IRQ 176 | ||
49 | #define OMAP3EVM_SMC911X_CS 5 | ||
50 | |||
51 | static struct resource omap3evm_smc911x_resources[] = { | ||
52 | [0] = { | ||
53 | .start = OMAP3EVM_ETHR_START, | ||
54 | .end = (OMAP3EVM_ETHR_START + OMAP3EVM_ETHR_SIZE - 1), | ||
55 | .flags = IORESOURCE_MEM, | ||
56 | }, | ||
57 | [1] = { | ||
58 | .start = OMAP_GPIO_IRQ(OMAP3EVM_ETHR_GPIO_IRQ), | ||
59 | .end = OMAP_GPIO_IRQ(OMAP3EVM_ETHR_GPIO_IRQ), | ||
60 | .flags = IORESOURCE_IRQ, | ||
61 | }, | ||
62 | }; | ||
63 | |||
64 | static struct platform_device omap3evm_smc911x_device = { | ||
65 | .name = "smc911x", | ||
66 | .id = -1, | ||
67 | .num_resources = ARRAY_SIZE(omap3evm_smc911x_resources), | ||
68 | .resource = &omap3evm_smc911x_resources[0], | ||
69 | }; | ||
70 | |||
71 | static inline void __init omap3evm_init_smc911x(void) | ||
72 | { | ||
73 | int eth_cs; | ||
74 | struct clk *l3ck; | ||
75 | unsigned int rate; | ||
76 | |||
77 | eth_cs = OMAP3EVM_SMC911X_CS; | ||
78 | |||
79 | l3ck = clk_get(NULL, "l3_ck"); | ||
80 | if (IS_ERR(l3ck)) | ||
81 | rate = 100000000; | ||
82 | else | ||
83 | rate = clk_get_rate(l3ck); | ||
84 | |||
85 | if (gpio_request(OMAP3EVM_ETHR_GPIO_IRQ, "SMC911x irq") < 0) { | ||
86 | printk(KERN_ERR "Failed to request GPIO%d for smc911x IRQ\n", | ||
87 | OMAP3EVM_ETHR_GPIO_IRQ); | ||
88 | return; | ||
89 | } | ||
90 | |||
91 | gpio_direction_input(OMAP3EVM_ETHR_GPIO_IRQ); | ||
92 | } | ||
93 | |||
94 | static struct omap_uart_config omap3_evm_uart_config __initdata = { | ||
95 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
96 | }; | ||
97 | |||
98 | static struct twl4030_hsmmc_info mmc[] = { | ||
99 | { | ||
100 | .mmc = 1, | ||
101 | .wires = 4, | ||
102 | .gpio_cd = -EINVAL, | ||
103 | .gpio_wp = 63, | ||
104 | }, | ||
105 | {} /* Terminator */ | ||
106 | }; | ||
107 | |||
108 | static struct gpio_led gpio_leds[] = { | ||
109 | { | ||
110 | .name = "omap3evm::ledb", | ||
111 | /* normally not visible (board underside) */ | ||
112 | .default_trigger = "default-on", | ||
113 | .gpio = -EINVAL, /* gets replaced */ | ||
114 | .active_low = true, | ||
115 | }, | ||
116 | }; | ||
117 | |||
118 | static struct gpio_led_platform_data gpio_led_info = { | ||
119 | .leds = gpio_leds, | ||
120 | .num_leds = ARRAY_SIZE(gpio_leds), | ||
121 | }; | ||
122 | |||
123 | static struct platform_device leds_gpio = { | ||
124 | .name = "leds-gpio", | ||
125 | .id = -1, | ||
126 | .dev = { | ||
127 | .platform_data = &gpio_led_info, | ||
128 | }, | ||
129 | }; | ||
130 | |||
131 | |||
132 | static int omap3evm_twl_gpio_setup(struct device *dev, | ||
133 | unsigned gpio, unsigned ngpio) | ||
134 | { | ||
135 | /* gpio + 0 is "mmc0_cd" (input/IRQ) */ | ||
136 | omap_cfg_reg(L8_34XX_GPIO63); | ||
137 | mmc[0].gpio_cd = gpio + 0; | ||
138 | twl4030_mmc_init(mmc); | ||
139 | |||
140 | /* | ||
141 | * Most GPIOs are for USB OTG. Some are mostly sent to | ||
142 | * the P2 connector; notably LEDA for the LCD backlight. | ||
143 | */ | ||
144 | |||
145 | /* TWL4030_GPIO_MAX + 1 == ledB (out, active low LED) */ | ||
146 | gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1; | ||
147 | |||
148 | platform_device_register(&leds_gpio); | ||
149 | |||
150 | return 0; | ||
151 | } | ||
152 | |||
153 | static struct twl4030_gpio_platform_data omap3evm_gpio_data = { | ||
154 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
155 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
156 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
157 | .use_leds = true, | ||
158 | .setup = omap3evm_twl_gpio_setup, | ||
159 | }; | ||
160 | |||
161 | static struct twl4030_usb_data omap3evm_usb_data = { | ||
162 | .usb_mode = T2_USB_MODE_ULPI, | ||
163 | }; | ||
164 | |||
165 | static int omap3evm_keymap[] = { | ||
166 | KEY(0, 0, KEY_LEFT), | ||
167 | KEY(0, 1, KEY_RIGHT), | ||
168 | KEY(0, 2, KEY_A), | ||
169 | KEY(0, 3, KEY_B), | ||
170 | KEY(1, 0, KEY_DOWN), | ||
171 | KEY(1, 1, KEY_UP), | ||
172 | KEY(1, 2, KEY_E), | ||
173 | KEY(1, 3, KEY_F), | ||
174 | KEY(2, 0, KEY_ENTER), | ||
175 | KEY(2, 1, KEY_I), | ||
176 | KEY(2, 2, KEY_J), | ||
177 | KEY(2, 3, KEY_K), | ||
178 | KEY(3, 0, KEY_M), | ||
179 | KEY(3, 1, KEY_N), | ||
180 | KEY(3, 2, KEY_O), | ||
181 | KEY(3, 3, KEY_P) | ||
182 | }; | ||
183 | |||
184 | static struct twl4030_keypad_data omap3evm_kp_data = { | ||
185 | .rows = 4, | ||
186 | .cols = 4, | ||
187 | .keymap = omap3evm_keymap, | ||
188 | .keymapsize = ARRAY_SIZE(omap3evm_keymap), | ||
189 | .rep = 1, | ||
190 | }; | ||
191 | |||
192 | static struct twl4030_madc_platform_data omap3evm_madc_data = { | ||
193 | .irq_line = 1, | ||
194 | }; | ||
195 | |||
196 | static struct twl4030_platform_data omap3evm_twldata = { | ||
197 | .irq_base = TWL4030_IRQ_BASE, | ||
198 | .irq_end = TWL4030_IRQ_END, | ||
199 | |||
200 | /* platform_data for children goes here */ | ||
201 | .keypad = &omap3evm_kp_data, | ||
202 | .madc = &omap3evm_madc_data, | ||
203 | .usb = &omap3evm_usb_data, | ||
204 | .gpio = &omap3evm_gpio_data, | ||
205 | }; | ||
206 | |||
207 | static struct i2c_board_info __initdata omap3evm_i2c_boardinfo[] = { | ||
208 | { | ||
209 | I2C_BOARD_INFO("twl4030", 0x48), | ||
210 | .flags = I2C_CLIENT_WAKE, | ||
211 | .irq = INT_34XX_SYS_NIRQ, | ||
212 | .platform_data = &omap3evm_twldata, | ||
213 | }, | ||
214 | }; | ||
215 | |||
216 | static int __init omap3_evm_i2c_init(void) | ||
217 | { | ||
218 | omap_register_i2c_bus(1, 2600, omap3evm_i2c_boardinfo, | ||
219 | ARRAY_SIZE(omap3evm_i2c_boardinfo)); | ||
220 | omap_register_i2c_bus(2, 400, NULL, 0); | ||
221 | omap_register_i2c_bus(3, 400, NULL, 0); | ||
222 | return 0; | ||
223 | } | ||
224 | |||
225 | static struct platform_device omap3_evm_lcd_device = { | ||
226 | .name = "omap3evm_lcd", | ||
227 | .id = -1, | ||
228 | }; | ||
229 | |||
230 | static struct omap_lcd_config omap3_evm_lcd_config __initdata = { | ||
231 | .ctrl_name = "internal", | ||
232 | }; | ||
233 | |||
234 | static void ads7846_dev_init(void) | ||
235 | { | ||
236 | if (gpio_request(OMAP3_EVM_TS_GPIO, "ADS7846 pendown") < 0) | ||
237 | printk(KERN_ERR "can't get ads7846 pen down GPIO\n"); | ||
238 | |||
239 | gpio_direction_input(OMAP3_EVM_TS_GPIO); | ||
240 | |||
241 | omap_set_gpio_debounce(OMAP3_EVM_TS_GPIO, 1); | ||
242 | omap_set_gpio_debounce_time(OMAP3_EVM_TS_GPIO, 0xa); | ||
243 | } | ||
244 | |||
245 | static int ads7846_get_pendown_state(void) | ||
246 | { | ||
247 | return !gpio_get_value(OMAP3_EVM_TS_GPIO); | ||
248 | } | ||
249 | |||
250 | struct ads7846_platform_data ads7846_config = { | ||
251 | .x_max = 0x0fff, | ||
252 | .y_max = 0x0fff, | ||
253 | .x_plate_ohms = 180, | ||
254 | .pressure_max = 255, | ||
255 | .debounce_max = 10, | ||
256 | .debounce_tol = 3, | ||
257 | .debounce_rep = 1, | ||
258 | .get_pendown_state = ads7846_get_pendown_state, | ||
259 | .keep_vref_on = 1, | ||
260 | .settle_delay_usecs = 150, | ||
261 | }; | ||
262 | |||
263 | static struct omap2_mcspi_device_config ads7846_mcspi_config = { | ||
264 | .turbo_mode = 0, | ||
265 | .single_channel = 1, /* 0: slave, 1: master */ | ||
266 | }; | ||
267 | |||
268 | struct spi_board_info omap3evm_spi_board_info[] = { | ||
269 | [0] = { | ||
270 | .modalias = "ads7846", | ||
271 | .bus_num = 1, | ||
272 | .chip_select = 0, | ||
273 | .max_speed_hz = 1500000, | ||
274 | .controller_data = &ads7846_mcspi_config, | ||
275 | .irq = OMAP_GPIO_IRQ(OMAP3_EVM_TS_GPIO), | ||
276 | .platform_data = &ads7846_config, | ||
277 | }, | ||
278 | }; | ||
279 | |||
280 | static void __init omap3_evm_init_irq(void) | ||
281 | { | ||
282 | omap2_init_common_hw(mt46h32m32lf6_sdrc_params); | ||
283 | omap_init_irq(); | ||
284 | omap_gpio_init(); | ||
285 | omap3evm_init_smc911x(); | ||
286 | } | ||
287 | |||
288 | static struct omap_board_config_kernel omap3_evm_config[] __initdata = { | ||
289 | { OMAP_TAG_UART, &omap3_evm_uart_config }, | ||
290 | { OMAP_TAG_LCD, &omap3_evm_lcd_config }, | ||
291 | }; | ||
292 | |||
293 | static struct platform_device *omap3_evm_devices[] __initdata = { | ||
294 | &omap3_evm_lcd_device, | ||
295 | &omap3evm_smc911x_device, | ||
296 | }; | ||
297 | |||
298 | static void __init omap3_evm_init(void) | ||
299 | { | ||
300 | omap3_evm_i2c_init(); | ||
301 | |||
302 | platform_add_devices(omap3_evm_devices, ARRAY_SIZE(omap3_evm_devices)); | ||
303 | omap_board_config = omap3_evm_config; | ||
304 | omap_board_config_size = ARRAY_SIZE(omap3_evm_config); | ||
305 | |||
306 | spi_register_board_info(omap3evm_spi_board_info, | ||
307 | ARRAY_SIZE(omap3evm_spi_board_info)); | ||
308 | |||
309 | omap_serial_init(); | ||
310 | usb_musb_init(); | ||
311 | ads7846_dev_init(); | ||
312 | } | ||
313 | |||
314 | static void __init omap3_evm_map_io(void) | ||
315 | { | ||
316 | omap2_set_globals_343x(); | ||
317 | omap2_map_common_io(); | ||
318 | } | ||
319 | |||
320 | MACHINE_START(OMAP3EVM, "OMAP3 EVM") | ||
321 | /* Maintainer: Syed Mohammed Khasim - Texas Instruments */ | ||
322 | .phys_io = 0x48000000, | ||
323 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
324 | .boot_params = 0x80000100, | ||
325 | .map_io = omap3_evm_map_io, | ||
326 | .init_irq = omap3_evm_init_irq, | ||
327 | .init_machine = omap3_evm_init, | ||
328 | .timer = &omap_timer, | ||
329 | MACHINE_END | ||
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index 3571bb47ab86..e32aa23ce962 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -23,7 +23,11 @@ | |||
23 | 23 | ||
24 | #include <linux/spi/spi.h> | 24 | #include <linux/spi/spi.h> |
25 | #include <linux/spi/ads7846.h> | 25 | #include <linux/spi/ads7846.h> |
26 | #include <linux/regulator/machine.h> | ||
26 | #include <linux/i2c/twl4030.h> | 27 | #include <linux/i2c/twl4030.h> |
28 | #include <linux/leds.h> | ||
29 | #include <linux/input.h> | ||
30 | #include <linux/gpio_keys.h> | ||
27 | 31 | ||
28 | #include <asm/mach-types.h> | 32 | #include <asm/mach-types.h> |
29 | #include <asm/mach/arch.h> | 33 | #include <asm/mach/arch.h> |
@@ -35,12 +39,154 @@ | |||
35 | #include <mach/hardware.h> | 39 | #include <mach/hardware.h> |
36 | #include <mach/mcspi.h> | 40 | #include <mach/mcspi.h> |
37 | #include <mach/usb.h> | 41 | #include <mach/usb.h> |
42 | #include <mach/keypad.h> | ||
38 | 43 | ||
39 | #include "sdram-micron-mt46h32m32lf-6.h" | 44 | #include "sdram-micron-mt46h32m32lf-6.h" |
40 | #include "mmc-twl4030.h" | 45 | #include "mmc-twl4030.h" |
41 | 46 | ||
42 | #define OMAP3_PANDORA_TS_GPIO 94 | 47 | #define OMAP3_PANDORA_TS_GPIO 94 |
43 | 48 | ||
49 | /* hardware debounce: (value + 1) * 31us */ | ||
50 | #define GPIO_DEBOUNCE_TIME 127 | ||
51 | |||
52 | static struct gpio_led pandora_gpio_leds[] = { | ||
53 | { | ||
54 | .name = "pandora::sd1", | ||
55 | .default_trigger = "mmc0", | ||
56 | .gpio = 128, | ||
57 | }, { | ||
58 | .name = "pandora::sd2", | ||
59 | .default_trigger = "mmc1", | ||
60 | .gpio = 129, | ||
61 | }, { | ||
62 | .name = "pandora::bluetooth", | ||
63 | .gpio = 158, | ||
64 | }, { | ||
65 | .name = "pandora::wifi", | ||
66 | .gpio = 159, | ||
67 | }, | ||
68 | }; | ||
69 | |||
70 | static struct gpio_led_platform_data pandora_gpio_led_data = { | ||
71 | .leds = pandora_gpio_leds, | ||
72 | .num_leds = ARRAY_SIZE(pandora_gpio_leds), | ||
73 | }; | ||
74 | |||
75 | static struct platform_device pandora_leds_gpio = { | ||
76 | .name = "leds-gpio", | ||
77 | .id = -1, | ||
78 | .dev = { | ||
79 | .platform_data = &pandora_gpio_led_data, | ||
80 | }, | ||
81 | }; | ||
82 | |||
83 | #define GPIO_BUTTON(gpio_num, ev_type, ev_code, act_low, descr) \ | ||
84 | { \ | ||
85 | .gpio = gpio_num, \ | ||
86 | .type = ev_type, \ | ||
87 | .code = ev_code, \ | ||
88 | .active_low = act_low, \ | ||
89 | .desc = "btn " descr, \ | ||
90 | } | ||
91 | |||
92 | #define GPIO_BUTTON_LOW(gpio_num, event_code, description) \ | ||
93 | GPIO_BUTTON(gpio_num, EV_KEY, event_code, 1, description) | ||
94 | |||
95 | static struct gpio_keys_button pandora_gpio_keys[] = { | ||
96 | GPIO_BUTTON_LOW(110, KEY_UP, "up"), | ||
97 | GPIO_BUTTON_LOW(103, KEY_DOWN, "down"), | ||
98 | GPIO_BUTTON_LOW(96, KEY_LEFT, "left"), | ||
99 | GPIO_BUTTON_LOW(98, KEY_RIGHT, "right"), | ||
100 | GPIO_BUTTON_LOW(111, BTN_A, "a"), | ||
101 | GPIO_BUTTON_LOW(106, BTN_B, "b"), | ||
102 | GPIO_BUTTON_LOW(109, BTN_X, "x"), | ||
103 | GPIO_BUTTON_LOW(101, BTN_Y, "y"), | ||
104 | GPIO_BUTTON_LOW(102, BTN_TL, "l"), | ||
105 | GPIO_BUTTON_LOW(97, BTN_TL2, "l2"), | ||
106 | GPIO_BUTTON_LOW(105, BTN_TR, "r"), | ||
107 | GPIO_BUTTON_LOW(107, BTN_TR2, "r2"), | ||
108 | GPIO_BUTTON_LOW(104, KEY_LEFTCTRL, "ctrl"), | ||
109 | GPIO_BUTTON_LOW(99, KEY_MENU, "menu"), | ||
110 | GPIO_BUTTON_LOW(176, KEY_COFFEE, "hold"), | ||
111 | GPIO_BUTTON(100, EV_KEY, KEY_LEFTALT, 0, "alt"), | ||
112 | GPIO_BUTTON(108, EV_SW, SW_LID, 1, "lid"), | ||
113 | }; | ||
114 | |||
115 | static struct gpio_keys_platform_data pandora_gpio_key_info = { | ||
116 | .buttons = pandora_gpio_keys, | ||
117 | .nbuttons = ARRAY_SIZE(pandora_gpio_keys), | ||
118 | }; | ||
119 | |||
120 | static struct platform_device pandora_keys_gpio = { | ||
121 | .name = "gpio-keys", | ||
122 | .id = -1, | ||
123 | .dev = { | ||
124 | .platform_data = &pandora_gpio_key_info, | ||
125 | }, | ||
126 | }; | ||
127 | |||
128 | static void __init pandora_keys_gpio_init(void) | ||
129 | { | ||
130 | /* set debounce time for GPIO banks 4 and 6 */ | ||
131 | omap_set_gpio_debounce_time(32 * 3, GPIO_DEBOUNCE_TIME); | ||
132 | omap_set_gpio_debounce_time(32 * 5, GPIO_DEBOUNCE_TIME); | ||
133 | } | ||
134 | |||
135 | static int pandora_keypad_map[] = { | ||
136 | /* col, row, code */ | ||
137 | KEY(0, 0, KEY_9), | ||
138 | KEY(0, 1, KEY_0), | ||
139 | KEY(0, 2, KEY_BACKSPACE), | ||
140 | KEY(0, 3, KEY_O), | ||
141 | KEY(0, 4, KEY_P), | ||
142 | KEY(0, 5, KEY_K), | ||
143 | KEY(0, 6, KEY_L), | ||
144 | KEY(0, 7, KEY_ENTER), | ||
145 | KEY(1, 0, KEY_8), | ||
146 | KEY(1, 1, KEY_7), | ||
147 | KEY(1, 2, KEY_6), | ||
148 | KEY(1, 3, KEY_5), | ||
149 | KEY(1, 4, KEY_4), | ||
150 | KEY(1, 5, KEY_3), | ||
151 | KEY(1, 6, KEY_2), | ||
152 | KEY(1, 7, KEY_1), | ||
153 | KEY(2, 0, KEY_I), | ||
154 | KEY(2, 1, KEY_U), | ||
155 | KEY(2, 2, KEY_Y), | ||
156 | KEY(2, 3, KEY_T), | ||
157 | KEY(2, 4, KEY_R), | ||
158 | KEY(2, 5, KEY_E), | ||
159 | KEY(2, 6, KEY_W), | ||
160 | KEY(2, 7, KEY_Q), | ||
161 | KEY(3, 0, KEY_J), | ||
162 | KEY(3, 1, KEY_H), | ||
163 | KEY(3, 2, KEY_G), | ||
164 | KEY(3, 3, KEY_F), | ||
165 | KEY(3, 4, KEY_D), | ||
166 | KEY(3, 5, KEY_S), | ||
167 | KEY(3, 6, KEY_A), | ||
168 | KEY(3, 7, KEY_LEFTSHIFT), | ||
169 | KEY(4, 0, KEY_N), | ||
170 | KEY(4, 1, KEY_B), | ||
171 | KEY(4, 2, KEY_V), | ||
172 | KEY(4, 3, KEY_C), | ||
173 | KEY(4, 4, KEY_X), | ||
174 | KEY(4, 5, KEY_Z), | ||
175 | KEY(4, 6, KEY_DOT), | ||
176 | KEY(4, 7, KEY_COMMA), | ||
177 | KEY(5, 0, KEY_M), | ||
178 | KEY(5, 1, KEY_SPACE), | ||
179 | KEY(5, 2, KEY_FN), | ||
180 | }; | ||
181 | |||
182 | static struct twl4030_keypad_data pandora_kp_data = { | ||
183 | .rows = 8, | ||
184 | .cols = 6, | ||
185 | .keymap = pandora_keypad_map, | ||
186 | .keymapsize = ARRAY_SIZE(pandora_keypad_map), | ||
187 | .rep = 1, | ||
188 | }; | ||
189 | |||
44 | static struct twl4030_hsmmc_info omap3pandora_mmc[] = { | 190 | static struct twl4030_hsmmc_info omap3pandora_mmc[] = { |
45 | { | 191 | { |
46 | .mmc = 1, | 192 | .mmc = 1, |
@@ -70,6 +216,14 @@ static struct omap_uart_config omap3pandora_uart_config __initdata = { | |||
70 | .enabled_uarts = (1 << 2), /* UART3 */ | 216 | .enabled_uarts = (1 << 2), /* UART3 */ |
71 | }; | 217 | }; |
72 | 218 | ||
219 | static struct regulator_consumer_supply pandora_vmmc1_supply = { | ||
220 | .supply = "vmmc", | ||
221 | }; | ||
222 | |||
223 | static struct regulator_consumer_supply pandora_vmmc2_supply = { | ||
224 | .supply = "vmmc", | ||
225 | }; | ||
226 | |||
73 | static int omap3pandora_twl_gpio_setup(struct device *dev, | 227 | static int omap3pandora_twl_gpio_setup(struct device *dev, |
74 | unsigned gpio, unsigned ngpio) | 228 | unsigned gpio, unsigned ngpio) |
75 | { | 229 | { |
@@ -78,6 +232,10 @@ static int omap3pandora_twl_gpio_setup(struct device *dev, | |||
78 | omap3pandora_mmc[1].gpio_cd = gpio + 1; | 232 | omap3pandora_mmc[1].gpio_cd = gpio + 1; |
79 | twl4030_mmc_init(omap3pandora_mmc); | 233 | twl4030_mmc_init(omap3pandora_mmc); |
80 | 234 | ||
235 | /* link regulators to MMC adapters */ | ||
236 | pandora_vmmc1_supply.dev = omap3pandora_mmc[0].dev; | ||
237 | pandora_vmmc2_supply.dev = omap3pandora_mmc[1].dev; | ||
238 | |||
81 | return 0; | 239 | return 0; |
82 | } | 240 | } |
83 | 241 | ||
@@ -88,6 +246,36 @@ static struct twl4030_gpio_platform_data omap3pandora_gpio_data = { | |||
88 | .setup = omap3pandora_twl_gpio_setup, | 246 | .setup = omap3pandora_twl_gpio_setup, |
89 | }; | 247 | }; |
90 | 248 | ||
249 | /* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */ | ||
250 | static struct regulator_init_data pandora_vmmc1 = { | ||
251 | .constraints = { | ||
252 | .min_uV = 1850000, | ||
253 | .max_uV = 3150000, | ||
254 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
255 | | REGULATOR_MODE_STANDBY, | ||
256 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
257 | | REGULATOR_CHANGE_MODE | ||
258 | | REGULATOR_CHANGE_STATUS, | ||
259 | }, | ||
260 | .num_consumer_supplies = 1, | ||
261 | .consumer_supplies = &pandora_vmmc1_supply, | ||
262 | }; | ||
263 | |||
264 | /* VMMC2 for MMC2 pins CMD, CLK, DAT0..DAT3 (max 100 mA) */ | ||
265 | static struct regulator_init_data pandora_vmmc2 = { | ||
266 | .constraints = { | ||
267 | .min_uV = 1850000, | ||
268 | .max_uV = 3150000, | ||
269 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
270 | | REGULATOR_MODE_STANDBY, | ||
271 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
272 | | REGULATOR_CHANGE_MODE | ||
273 | | REGULATOR_CHANGE_STATUS, | ||
274 | }, | ||
275 | .num_consumer_supplies = 1, | ||
276 | .consumer_supplies = &pandora_vmmc2_supply, | ||
277 | }; | ||
278 | |||
91 | static struct twl4030_usb_data omap3pandora_usb_data = { | 279 | static struct twl4030_usb_data omap3pandora_usb_data = { |
92 | .usb_mode = T2_USB_MODE_ULPI, | 280 | .usb_mode = T2_USB_MODE_ULPI, |
93 | }; | 281 | }; |
@@ -97,6 +285,9 @@ static struct twl4030_platform_data omap3pandora_twldata = { | |||
97 | .irq_end = TWL4030_IRQ_END, | 285 | .irq_end = TWL4030_IRQ_END, |
98 | .gpio = &omap3pandora_gpio_data, | 286 | .gpio = &omap3pandora_gpio_data, |
99 | .usb = &omap3pandora_usb_data, | 287 | .usb = &omap3pandora_usb_data, |
288 | .vmmc1 = &pandora_vmmc1, | ||
289 | .vmmc2 = &pandora_vmmc2, | ||
290 | .keypad = &pandora_kp_data, | ||
100 | }; | 291 | }; |
101 | 292 | ||
102 | static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = { | 293 | static struct i2c_board_info __initdata omap3pandora_i2c_boardinfo[] = { |
@@ -189,6 +380,8 @@ static struct omap_board_config_kernel omap3pandora_config[] __initdata = { | |||
189 | 380 | ||
190 | static struct platform_device *omap3pandora_devices[] __initdata = { | 381 | static struct platform_device *omap3pandora_devices[] __initdata = { |
191 | &omap3pandora_lcd_device, | 382 | &omap3pandora_lcd_device, |
383 | &pandora_leds_gpio, | ||
384 | &pandora_keys_gpio, | ||
192 | }; | 385 | }; |
193 | 386 | ||
194 | static void __init omap3pandora_init(void) | 387 | static void __init omap3pandora_init(void) |
@@ -202,6 +395,7 @@ static void __init omap3pandora_init(void) | |||
202 | spi_register_board_info(omap3pandora_spi_board_info, | 395 | spi_register_board_info(omap3pandora_spi_board_info, |
203 | ARRAY_SIZE(omap3pandora_spi_board_info)); | 396 | ARRAY_SIZE(omap3pandora_spi_board_info)); |
204 | omap3pandora_ads7846_init(); | 397 | omap3pandora_ads7846_init(); |
398 | pandora_keys_gpio_init(); | ||
205 | usb_musb_init(); | 399 | usb_musb_init(); |
206 | } | 400 | } |
207 | 401 | ||
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index c7443ff98ee2..dff5528fbfb5 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/kernel.h> | 27 | #include <linux/kernel.h> |
28 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
29 | #include <linux/i2c/twl4030.h> | 29 | #include <linux/i2c/twl4030.h> |
30 | #include <linux/regulator/machine.h> | ||
30 | 31 | ||
31 | #include <linux/mtd/mtd.h> | 32 | #include <linux/mtd/mtd.h> |
32 | #include <linux/mtd/nand.h> | 33 | #include <linux/mtd/nand.h> |
@@ -272,21 +273,76 @@ static struct omap_uart_config overo_uart_config __initdata = { | |||
272 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | 273 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), |
273 | }; | 274 | }; |
274 | 275 | ||
276 | static struct twl4030_hsmmc_info mmc[] = { | ||
277 | { | ||
278 | .mmc = 1, | ||
279 | .wires = 4, | ||
280 | .gpio_cd = -EINVAL, | ||
281 | .gpio_wp = -EINVAL, | ||
282 | }, | ||
283 | { | ||
284 | .mmc = 2, | ||
285 | .wires = 4, | ||
286 | .gpio_cd = -EINVAL, | ||
287 | .gpio_wp = -EINVAL, | ||
288 | .transceiver = true, | ||
289 | .ocr_mask = 0x00100000, /* 3.3V */ | ||
290 | }, | ||
291 | {} /* Terminator */ | ||
292 | }; | ||
293 | |||
294 | static struct regulator_consumer_supply overo_vmmc1_supply = { | ||
295 | .supply = "vmmc", | ||
296 | }; | ||
297 | |||
298 | static int overo_twl_gpio_setup(struct device *dev, | ||
299 | unsigned gpio, unsigned ngpio) | ||
300 | { | ||
301 | twl4030_mmc_init(mmc); | ||
302 | |||
303 | overo_vmmc1_supply.dev = mmc[0].dev; | ||
304 | |||
305 | return 0; | ||
306 | } | ||
307 | |||
275 | static struct twl4030_gpio_platform_data overo_gpio_data = { | 308 | static struct twl4030_gpio_platform_data overo_gpio_data = { |
276 | .gpio_base = OMAP_MAX_GPIO_LINES, | 309 | .gpio_base = OMAP_MAX_GPIO_LINES, |
277 | .irq_base = TWL4030_GPIO_IRQ_BASE, | 310 | .irq_base = TWL4030_GPIO_IRQ_BASE, |
278 | .irq_end = TWL4030_GPIO_IRQ_END, | 311 | .irq_end = TWL4030_GPIO_IRQ_END, |
312 | .setup = overo_twl_gpio_setup, | ||
313 | }; | ||
314 | |||
315 | static struct twl4030_usb_data overo_usb_data = { | ||
316 | .usb_mode = T2_USB_MODE_ULPI, | ||
317 | }; | ||
318 | |||
319 | static struct regulator_init_data overo_vmmc1 = { | ||
320 | .constraints = { | ||
321 | .min_uV = 1850000, | ||
322 | .max_uV = 3150000, | ||
323 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
324 | | REGULATOR_MODE_STANDBY, | ||
325 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
326 | | REGULATOR_CHANGE_MODE | ||
327 | | REGULATOR_CHANGE_STATUS, | ||
328 | }, | ||
329 | .num_consumer_supplies = 1, | ||
330 | .consumer_supplies = &overo_vmmc1_supply, | ||
279 | }; | 331 | }; |
280 | 332 | ||
333 | /* mmc2 (WLAN) and Bluetooth don't use twl4030 regulators */ | ||
334 | |||
281 | static struct twl4030_platform_data overo_twldata = { | 335 | static struct twl4030_platform_data overo_twldata = { |
282 | .irq_base = TWL4030_IRQ_BASE, | 336 | .irq_base = TWL4030_IRQ_BASE, |
283 | .irq_end = TWL4030_IRQ_END, | 337 | .irq_end = TWL4030_IRQ_END, |
284 | .gpio = &overo_gpio_data, | 338 | .gpio = &overo_gpio_data, |
339 | .usb = &overo_usb_data, | ||
340 | .vmmc1 = &overo_vmmc1, | ||
285 | }; | 341 | }; |
286 | 342 | ||
287 | static struct i2c_board_info __initdata overo_i2c_boardinfo[] = { | 343 | static struct i2c_board_info __initdata overo_i2c_boardinfo[] = { |
288 | { | 344 | { |
289 | I2C_BOARD_INFO("twl4030", 0x48), | 345 | I2C_BOARD_INFO("tps65950", 0x48), |
290 | .flags = I2C_CLIENT_WAKE, | 346 | .flags = I2C_CLIENT_WAKE, |
291 | .irq = INT_34XX_SYS_NIRQ, | 347 | .irq = INT_34XX_SYS_NIRQ, |
292 | .platform_data = &overo_twldata, | 348 | .platform_data = &overo_twldata, |
@@ -327,23 +383,6 @@ static struct platform_device *overo_devices[] __initdata = { | |||
327 | &overo_lcd_device, | 383 | &overo_lcd_device, |
328 | }; | 384 | }; |
329 | 385 | ||
330 | static struct twl4030_hsmmc_info mmc[] __initdata = { | ||
331 | { | ||
332 | .mmc = 1, | ||
333 | .wires = 4, | ||
334 | .gpio_cd = -EINVAL, | ||
335 | .gpio_wp = -EINVAL, | ||
336 | }, | ||
337 | { | ||
338 | .mmc = 2, | ||
339 | .wires = 4, | ||
340 | .gpio_cd = -EINVAL, | ||
341 | .gpio_wp = -EINVAL, | ||
342 | .transceiver = true, | ||
343 | }, | ||
344 | {} /* Terminator */ | ||
345 | }; | ||
346 | |||
347 | static void __init overo_init(void) | 386 | static void __init overo_init(void) |
348 | { | 387 | { |
349 | overo_i2c_init(); | 388 | overo_i2c_init(); |
@@ -351,7 +390,6 @@ static void __init overo_init(void) | |||
351 | omap_board_config = overo_config; | 390 | omap_board_config = overo_config; |
352 | omap_board_config_size = ARRAY_SIZE(overo_config); | 391 | omap_board_config_size = ARRAY_SIZE(overo_config); |
353 | omap_serial_init(); | 392 | omap_serial_init(); |
354 | twl4030_mmc_init(mmc); | ||
355 | overo_flash_init(); | 393 | overo_flash_init(); |
356 | usb_musb_init(); | 394 | usb_musb_init(); |
357 | overo_ads7846_init(); | 395 | overo_ads7846_init(); |
diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 233c7454d84f..da93b86234ed 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c | |||
@@ -32,6 +32,9 @@ | |||
32 | 32 | ||
33 | #include "mmc-twl4030.h" | 33 | #include "mmc-twl4030.h" |
34 | 34 | ||
35 | #define SYSTEM_REV_B_USES_VAUX3 0x1699 | ||
36 | #define SYSTEM_REV_S_USES_VAUX3 0x8 | ||
37 | |||
35 | static int rx51_keymap[] = { | 38 | static int rx51_keymap[] = { |
36 | KEY(0, 0, KEY_Q), | 39 | KEY(0, 0, KEY_Q), |
37 | KEY(0, 1, KEY_W), | 40 | KEY(0, 1, KEY_W), |
@@ -147,7 +150,7 @@ static struct regulator_init_data rx51_vaux2 = { | |||
147 | }; | 150 | }; |
148 | 151 | ||
149 | /* VAUX3 - adds more power to VIO_18 rail */ | 152 | /* VAUX3 - adds more power to VIO_18 rail */ |
150 | static struct regulator_init_data rx51_vaux3 = { | 153 | static struct regulator_init_data rx51_vaux3_cam = { |
151 | .constraints = { | 154 | .constraints = { |
152 | .name = "VCAM_DIG_18", | 155 | .name = "VCAM_DIG_18", |
153 | .min_uV = 1800000, | 156 | .min_uV = 1800000, |
@@ -160,6 +163,22 @@ static struct regulator_init_data rx51_vaux3 = { | |||
160 | }, | 163 | }, |
161 | }; | 164 | }; |
162 | 165 | ||
166 | static struct regulator_init_data rx51_vaux3_mmc = { | ||
167 | .constraints = { | ||
168 | .name = "VMMC2_30", | ||
169 | .min_uV = 2800000, | ||
170 | .max_uV = 3000000, | ||
171 | .apply_uV = true, | ||
172 | .valid_modes_mask = REGULATOR_MODE_NORMAL | ||
173 | | REGULATOR_MODE_STANDBY, | ||
174 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE | ||
175 | | REGULATOR_CHANGE_MODE | ||
176 | | REGULATOR_CHANGE_STATUS, | ||
177 | }, | ||
178 | .num_consumer_supplies = 1, | ||
179 | .consumer_supplies = &rx51_vmmc2_supply, | ||
180 | }; | ||
181 | |||
163 | static struct regulator_init_data rx51_vaux4 = { | 182 | static struct regulator_init_data rx51_vaux4 = { |
164 | .constraints = { | 183 | .constraints = { |
165 | .name = "VCAM_ANA_28", | 184 | .name = "VCAM_ANA_28", |
@@ -270,10 +289,8 @@ static struct twl4030_platform_data rx51_twldata = { | |||
270 | 289 | ||
271 | .vaux1 = &rx51_vaux1, | 290 | .vaux1 = &rx51_vaux1, |
272 | .vaux2 = &rx51_vaux2, | 291 | .vaux2 = &rx51_vaux2, |
273 | .vaux3 = &rx51_vaux3, | ||
274 | .vaux4 = &rx51_vaux4, | 292 | .vaux4 = &rx51_vaux4, |
275 | .vmmc1 = &rx51_vmmc1, | 293 | .vmmc1 = &rx51_vmmc1, |
276 | .vmmc2 = &rx51_vmmc2, | ||
277 | .vsim = &rx51_vsim, | 294 | .vsim = &rx51_vsim, |
278 | .vdac = &rx51_vdac, | 295 | .vdac = &rx51_vdac, |
279 | }; | 296 | }; |
@@ -289,6 +306,13 @@ static struct i2c_board_info __initdata rx51_peripherals_i2c_board_info_1[] = { | |||
289 | 306 | ||
290 | static int __init rx51_i2c_init(void) | 307 | static int __init rx51_i2c_init(void) |
291 | { | 308 | { |
309 | if ((system_rev >= SYSTEM_REV_S_USES_VAUX3 && system_rev < 0x100) || | ||
310 | system_rev >= SYSTEM_REV_B_USES_VAUX3) | ||
311 | rx51_twldata.vaux3 = &rx51_vaux3_mmc; | ||
312 | else { | ||
313 | rx51_twldata.vaux3 = &rx51_vaux3_cam; | ||
314 | rx51_twldata.vmmc2 = &rx51_vmmc2; | ||
315 | } | ||
292 | omap_register_i2c_bus(1, 2600, rx51_peripherals_i2c_board_info_1, | 316 | omap_register_i2c_bus(1, 2600, rx51_peripherals_i2c_board_info_1, |
293 | ARRAY_SIZE(rx51_peripherals_i2c_board_info_1)); | 317 | ARRAY_SIZE(rx51_peripherals_i2c_board_info_1)); |
294 | omap_register_i2c_bus(2, 100, NULL, 0); | 318 | omap_register_i2c_bus(2, 100, NULL, 0); |
diff --git a/arch/arm/mach-omap2/board-zoom-debugboard.c b/arch/arm/mach-omap2/board-zoom-debugboard.c new file mode 100644 index 000000000000..bac5c4321ff7 --- /dev/null +++ b/arch/arm/mach-omap2/board-zoom-debugboard.c | |||
@@ -0,0 +1,160 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2009 Texas Instruments Inc. | ||
3 | * Mikkel Christensen <mlc@ti.com> | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | ||
9 | |||
10 | #include <linux/kernel.h> | ||
11 | #include <linux/init.h> | ||
12 | #include <linux/gpio.h> | ||
13 | #include <linux/serial_8250.h> | ||
14 | #include <linux/smsc911x.h> | ||
15 | |||
16 | #include <mach/gpmc.h> | ||
17 | |||
18 | #define ZOOM2_SMSC911X_CS 7 | ||
19 | #define ZOOM2_SMSC911X_GPIO 158 | ||
20 | #define ZOOM2_QUADUART_CS 3 | ||
21 | #define ZOOM2_QUADUART_GPIO 102 | ||
22 | #define QUART_CLK 1843200 | ||
23 | #define DEBUG_BASE 0x08000000 | ||
24 | #define ZOOM2_ETHR_START DEBUG_BASE | ||
25 | |||
26 | static struct resource zoom2_smsc911x_resources[] = { | ||
27 | [0] = { | ||
28 | .start = ZOOM2_ETHR_START, | ||
29 | .end = ZOOM2_ETHR_START + SZ_4K, | ||
30 | .flags = IORESOURCE_MEM, | ||
31 | }, | ||
32 | [1] = { | ||
33 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, | ||
34 | }, | ||
35 | }; | ||
36 | |||
37 | static struct smsc911x_platform_config zoom2_smsc911x_config = { | ||
38 | .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | ||
39 | .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN, | ||
40 | .flags = SMSC911X_USE_32BIT, | ||
41 | .phy_interface = PHY_INTERFACE_MODE_MII, | ||
42 | }; | ||
43 | |||
44 | static struct platform_device zoom2_smsc911x_device = { | ||
45 | .name = "smsc911x", | ||
46 | .id = -1, | ||
47 | .num_resources = ARRAY_SIZE(zoom2_smsc911x_resources), | ||
48 | .resource = zoom2_smsc911x_resources, | ||
49 | .dev = { | ||
50 | .platform_data = &zoom2_smsc911x_config, | ||
51 | }, | ||
52 | }; | ||
53 | |||
54 | static inline void __init zoom2_init_smsc911x(void) | ||
55 | { | ||
56 | int eth_cs; | ||
57 | unsigned long cs_mem_base; | ||
58 | int eth_gpio = 0; | ||
59 | |||
60 | eth_cs = ZOOM2_SMSC911X_CS; | ||
61 | |||
62 | if (gpmc_cs_request(eth_cs, SZ_16M, &cs_mem_base) < 0) { | ||
63 | printk(KERN_ERR "Failed to request GPMC mem for smsc911x\n"); | ||
64 | return; | ||
65 | } | ||
66 | |||
67 | zoom2_smsc911x_resources[0].start = cs_mem_base + 0x0; | ||
68 | zoom2_smsc911x_resources[0].end = cs_mem_base + 0xff; | ||
69 | |||
70 | eth_gpio = ZOOM2_SMSC911X_GPIO; | ||
71 | |||
72 | zoom2_smsc911x_resources[1].start = OMAP_GPIO_IRQ(eth_gpio); | ||
73 | |||
74 | if (gpio_request(eth_gpio, "smsc911x irq") < 0) { | ||
75 | printk(KERN_ERR "Failed to request GPIO%d for smsc911x IRQ\n", | ||
76 | eth_gpio); | ||
77 | return; | ||
78 | } | ||
79 | gpio_direction_input(eth_gpio); | ||
80 | } | ||
81 | |||
82 | static struct plat_serial8250_port serial_platform_data[] = { | ||
83 | { | ||
84 | .mapbase = 0x10000000, | ||
85 | .irq = OMAP_GPIO_IRQ(102), | ||
86 | .flags = UPF_BOOT_AUTOCONF|UPF_IOREMAP|UPF_SHARE_IRQ, | ||
87 | .iotype = UPIO_MEM, | ||
88 | .regshift = 1, | ||
89 | .uartclk = QUART_CLK, | ||
90 | }, { | ||
91 | .flags = 0 | ||
92 | } | ||
93 | }; | ||
94 | |||
95 | static struct platform_device zoom2_debugboard_serial_device = { | ||
96 | .name = "serial8250", | ||
97 | .id = PLAT8250_DEV_PLATFORM1, | ||
98 | .dev = { | ||
99 | .platform_data = serial_platform_data, | ||
100 | }, | ||
101 | }; | ||
102 | |||
103 | static inline void __init zoom2_init_quaduart(void) | ||
104 | { | ||
105 | int quart_cs; | ||
106 | unsigned long cs_mem_base; | ||
107 | int quart_gpio = 0; | ||
108 | |||
109 | quart_cs = ZOOM2_QUADUART_CS; | ||
110 | |||
111 | if (gpmc_cs_request(quart_cs, SZ_1M, &cs_mem_base) < 0) { | ||
112 | printk(KERN_ERR "Failed to request GPMC mem" | ||
113 | "for Quad UART(TL16CP754C)\n"); | ||
114 | return; | ||
115 | } | ||
116 | |||
117 | quart_gpio = ZOOM2_QUADUART_GPIO; | ||
118 | |||
119 | if (gpio_request(quart_gpio, "TL16CP754C GPIO") < 0) { | ||
120 | printk(KERN_ERR "Failed to request GPIO%d for TL16CP754C\n", | ||
121 | quart_gpio); | ||
122 | return; | ||
123 | } | ||
124 | gpio_direction_input(quart_gpio); | ||
125 | } | ||
126 | |||
127 | static inline int omap_zoom2_debugboard_detect(void) | ||
128 | { | ||
129 | int debug_board_detect = 0; | ||
130 | |||
131 | debug_board_detect = ZOOM2_SMSC911X_GPIO; | ||
132 | |||
133 | if (gpio_request(debug_board_detect, "Zoom2 debug board detect") < 0) { | ||
134 | printk(KERN_ERR "Failed to request GPIO%d for Zoom2 debug" | ||
135 | "board detect\n", debug_board_detect); | ||
136 | return 0; | ||
137 | } | ||
138 | gpio_direction_input(debug_board_detect); | ||
139 | |||
140 | if (!gpio_get_value(debug_board_detect)) { | ||
141 | gpio_free(debug_board_detect); | ||
142 | return 0; | ||
143 | } | ||
144 | return 1; | ||
145 | } | ||
146 | |||
147 | static struct platform_device *zoom2_devices[] __initdata = { | ||
148 | &zoom2_smsc911x_device, | ||
149 | &zoom2_debugboard_serial_device, | ||
150 | }; | ||
151 | |||
152 | int __init omap_zoom2_debugboard_init(void) | ||
153 | { | ||
154 | if (!omap_zoom2_debugboard_detect()) | ||
155 | return 0; | ||
156 | |||
157 | zoom2_init_smsc911x(); | ||
158 | zoom2_init_quaduart(); | ||
159 | return platform_add_devices(zoom2_devices, ARRAY_SIZE(zoom2_devices)); | ||
160 | } | ||
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c new file mode 100644 index 000000000000..bcc0f7632dea --- /dev/null +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
@@ -0,0 +1,110 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2009 Texas Instruments Inc. | ||
3 | * Mikkel Christensen <mlc@ti.com> | ||
4 | * | ||
5 | * Modified from mach-omap2/board-ldp.c | ||
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/kernel.h> | ||
13 | #include <linux/init.h> | ||
14 | #include <linux/platform_device.h> | ||
15 | #include <linux/gpio.h> | ||
16 | #include <linux/i2c/twl4030.h> | ||
17 | |||
18 | #include <asm/mach-types.h> | ||
19 | #include <asm/mach/arch.h> | ||
20 | |||
21 | #include <mach/common.h> | ||
22 | #include <mach/usb.h> | ||
23 | |||
24 | #include "mmc-twl4030.h" | ||
25 | |||
26 | static void __init omap_zoom2_init_irq(void) | ||
27 | { | ||
28 | omap2_init_common_hw(NULL); | ||
29 | omap_init_irq(); | ||
30 | omap_gpio_init(); | ||
31 | } | ||
32 | |||
33 | static struct omap_uart_config zoom2_uart_config __initdata = { | ||
34 | .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)), | ||
35 | }; | ||
36 | |||
37 | static struct omap_board_config_kernel zoom2_config[] __initdata = { | ||
38 | { OMAP_TAG_UART, &zoom2_uart_config }, | ||
39 | }; | ||
40 | |||
41 | static struct twl4030_gpio_platform_data zoom2_gpio_data = { | ||
42 | .gpio_base = OMAP_MAX_GPIO_LINES, | ||
43 | .irq_base = TWL4030_GPIO_IRQ_BASE, | ||
44 | .irq_end = TWL4030_GPIO_IRQ_END, | ||
45 | }; | ||
46 | |||
47 | static struct twl4030_platform_data zoom2_twldata = { | ||
48 | .irq_base = TWL4030_IRQ_BASE, | ||
49 | .irq_end = TWL4030_IRQ_END, | ||
50 | |||
51 | /* platform_data for children goes here */ | ||
52 | .gpio = &zoom2_gpio_data, | ||
53 | }; | ||
54 | |||
55 | static struct i2c_board_info __initdata zoom2_i2c_boardinfo[] = { | ||
56 | { | ||
57 | I2C_BOARD_INFO("twl4030", 0x48), | ||
58 | .flags = I2C_CLIENT_WAKE, | ||
59 | .irq = INT_34XX_SYS_NIRQ, | ||
60 | .platform_data = &zoom2_twldata, | ||
61 | }, | ||
62 | }; | ||
63 | |||
64 | static int __init omap_i2c_init(void) | ||
65 | { | ||
66 | omap_register_i2c_bus(1, 2600, zoom2_i2c_boardinfo, | ||
67 | ARRAY_SIZE(zoom2_i2c_boardinfo)); | ||
68 | omap_register_i2c_bus(2, 400, NULL, 0); | ||
69 | omap_register_i2c_bus(3, 400, NULL, 0); | ||
70 | return 0; | ||
71 | } | ||
72 | |||
73 | static struct twl4030_hsmmc_info mmc[] __initdata = { | ||
74 | { | ||
75 | .mmc = 1, | ||
76 | .wires = 4, | ||
77 | .gpio_cd = -EINVAL, | ||
78 | .gpio_wp = -EINVAL, | ||
79 | }, | ||
80 | {} /* Terminator */ | ||
81 | }; | ||
82 | |||
83 | extern int __init omap_zoom2_debugboard_init(void); | ||
84 | |||
85 | static void __init omap_zoom2_init(void) | ||
86 | { | ||
87 | omap_i2c_init(); | ||
88 | omap_board_config = zoom2_config; | ||
89 | omap_board_config_size = ARRAY_SIZE(zoom2_config); | ||
90 | omap_serial_init(); | ||
91 | omap_zoom2_debugboard_init(); | ||
92 | twl4030_mmc_init(mmc); | ||
93 | usb_musb_init(); | ||
94 | } | ||
95 | |||
96 | static void __init omap_zoom2_map_io(void) | ||
97 | { | ||
98 | omap2_set_globals_343x(); | ||
99 | omap2_map_common_io(); | ||
100 | } | ||
101 | |||
102 | MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") | ||
103 | .phys_io = 0x48000000, | ||
104 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
105 | .boot_params = 0x80000100, | ||
106 | .map_io = omap_zoom2_map_io, | ||
107 | .init_irq = omap_zoom2_init_irq, | ||
108 | .init_machine = omap_zoom2_init, | ||
109 | .timer = &omap_timer, | ||
110 | MACHINE_END | ||
diff --git a/arch/arm/mach-omap2/mmc-twl4030.c b/arch/arm/mach-omap2/mmc-twl4030.c index dc40b3e72206..9756a878fd90 100644 --- a/arch/arm/mach-omap2/mmc-twl4030.c +++ b/arch/arm/mach-omap2/mmc-twl4030.c | |||
@@ -16,8 +16,8 @@ | |||
16 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |
17 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
18 | #include <linux/gpio.h> | 18 | #include <linux/gpio.h> |
19 | #include <linux/i2c/twl4030.h> | 19 | #include <linux/mmc/host.h> |
20 | #include <linux/regulator/machine.h> | 20 | #include <linux/regulator/consumer.h> |
21 | 21 | ||
22 | #include <mach/hardware.h> | 22 | #include <mach/hardware.h> |
23 | #include <mach/control.h> | 23 | #include <mach/control.h> |
@@ -26,31 +26,9 @@ | |||
26 | 26 | ||
27 | #include "mmc-twl4030.h" | 27 | #include "mmc-twl4030.h" |
28 | 28 | ||
29 | #if defined(CONFIG_TWL4030_CORE) && \ | ||
30 | (defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)) | ||
31 | 29 | ||
32 | #define LDO_CLR 0x00 | 30 | #if defined(CONFIG_REGULATOR) && \ |
33 | #define VSEL_S2_CLR 0x40 | 31 | (defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)) |
34 | |||
35 | #define VMMC1_DEV_GRP 0x27 | ||
36 | #define VMMC1_CLR 0x00 | ||
37 | #define VMMC1_315V 0x03 | ||
38 | #define VMMC1_300V 0x02 | ||
39 | #define VMMC1_285V 0x01 | ||
40 | #define VMMC1_185V 0x00 | ||
41 | #define VMMC1_DEDICATED 0x2A | ||
42 | |||
43 | #define VMMC2_DEV_GRP 0x2B | ||
44 | #define VMMC2_CLR 0x40 | ||
45 | #define VMMC2_315V 0x0c | ||
46 | #define VMMC2_300V 0x0b | ||
47 | #define VMMC2_285V 0x0a | ||
48 | #define VMMC2_280V 0x09 | ||
49 | #define VMMC2_260V 0x08 | ||
50 | #define VMMC2_185V 0x06 | ||
51 | #define VMMC2_DEDICATED 0x2E | ||
52 | |||
53 | #define VMMC_DEV_GRP_P1 0x20 | ||
54 | 32 | ||
55 | static u16 control_pbias_offset; | 33 | static u16 control_pbias_offset; |
56 | static u16 control_devconf1_offset; | 34 | static u16 control_devconf1_offset; |
@@ -59,19 +37,16 @@ static u16 control_devconf1_offset; | |||
59 | 37 | ||
60 | static struct twl_mmc_controller { | 38 | static struct twl_mmc_controller { |
61 | struct omap_mmc_platform_data *mmc; | 39 | struct omap_mmc_platform_data *mmc; |
62 | u8 twl_vmmc_dev_grp; | 40 | /* Vcc == configured supply |
63 | u8 twl_mmc_dedicated; | 41 | * Vcc_alt == optional |
64 | char name[HSMMC_NAME_LEN + 1]; | 42 | * - MMC1, supply for DAT4..DAT7 |
65 | } hsmmc[OMAP34XX_NR_MMC] = { | 43 | * - MMC2/MMC2, external level shifter voltage supply, for |
66 | { | 44 | * chip (SDIO, eMMC, etc) or transceiver (MMC2 only) |
67 | .twl_vmmc_dev_grp = VMMC1_DEV_GRP, | 45 | */ |
68 | .twl_mmc_dedicated = VMMC1_DEDICATED, | 46 | struct regulator *vcc; |
69 | }, | 47 | struct regulator *vcc_aux; |
70 | { | 48 | char name[HSMMC_NAME_LEN + 1]; |
71 | .twl_vmmc_dev_grp = VMMC2_DEV_GRP, | 49 | } hsmmc[OMAP34XX_NR_MMC]; |
72 | .twl_mmc_dedicated = VMMC2_DEDICATED, | ||
73 | }, | ||
74 | }; | ||
75 | 50 | ||
76 | static int twl_mmc_card_detect(int irq) | 51 | static int twl_mmc_card_detect(int irq) |
77 | { | 52 | { |
@@ -117,16 +92,60 @@ static int twl_mmc_late_init(struct device *dev) | |||
117 | int ret = 0; | 92 | int ret = 0; |
118 | int i; | 93 | int i; |
119 | 94 | ||
120 | ret = gpio_request(mmc->slots[0].switch_pin, "mmc_cd"); | 95 | /* MMC/SD/SDIO doesn't require a card detect switch */ |
121 | if (ret) | 96 | if (gpio_is_valid(mmc->slots[0].switch_pin)) { |
122 | goto done; | 97 | ret = gpio_request(mmc->slots[0].switch_pin, "mmc_cd"); |
123 | ret = gpio_direction_input(mmc->slots[0].switch_pin); | 98 | if (ret) |
124 | if (ret) | 99 | goto done; |
125 | goto err; | 100 | ret = gpio_direction_input(mmc->slots[0].switch_pin); |
101 | if (ret) | ||
102 | goto err; | ||
103 | } | ||
126 | 104 | ||
105 | /* require at least main regulator */ | ||
127 | for (i = 0; i < ARRAY_SIZE(hsmmc); i++) { | 106 | for (i = 0; i < ARRAY_SIZE(hsmmc); i++) { |
128 | if (hsmmc[i].name == mmc->slots[0].name) { | 107 | if (hsmmc[i].name == mmc->slots[0].name) { |
108 | struct regulator *reg; | ||
109 | |||
129 | hsmmc[i].mmc = mmc; | 110 | hsmmc[i].mmc = mmc; |
111 | |||
112 | reg = regulator_get(dev, "vmmc"); | ||
113 | if (IS_ERR(reg)) { | ||
114 | dev_dbg(dev, "vmmc regulator missing\n"); | ||
115 | /* HACK: until fixed.c regulator is usable, | ||
116 | * we don't require a main regulator | ||
117 | * for MMC2 or MMC3 | ||
118 | */ | ||
119 | if (i != 0) | ||
120 | break; | ||
121 | ret = PTR_ERR(reg); | ||
122 | goto err; | ||
123 | } | ||
124 | hsmmc[i].vcc = reg; | ||
125 | mmc->slots[0].ocr_mask = mmc_regulator_get_ocrmask(reg); | ||
126 | |||
127 | /* allow an aux regulator */ | ||
128 | reg = regulator_get(dev, "vmmc_aux"); | ||
129 | hsmmc[i].vcc_aux = IS_ERR(reg) ? NULL : reg; | ||
130 | |||
131 | /* UGLY HACK: workaround regulator framework bugs. | ||
132 | * When the bootloader leaves a supply active, it's | ||
133 | * initialized with zero usecount ... and we can't | ||
134 | * disable it without first enabling it. Until the | ||
135 | * framework is fixed, we need a workaround like this | ||
136 | * (which is safe for MMC, but not in general). | ||
137 | */ | ||
138 | if (regulator_is_enabled(hsmmc[i].vcc) > 0) { | ||
139 | regulator_enable(hsmmc[i].vcc); | ||
140 | regulator_disable(hsmmc[i].vcc); | ||
141 | } | ||
142 | if (hsmmc[i].vcc_aux) { | ||
143 | if (regulator_is_enabled(reg) > 0) { | ||
144 | regulator_enable(reg); | ||
145 | regulator_disable(reg); | ||
146 | } | ||
147 | } | ||
148 | |||
130 | break; | 149 | break; |
131 | } | 150 | } |
132 | } | 151 | } |
@@ -173,96 +192,6 @@ static int twl_mmc_resume(struct device *dev, int slot) | |||
173 | #define twl_mmc_resume NULL | 192 | #define twl_mmc_resume NULL |
174 | #endif | 193 | #endif |
175 | 194 | ||
176 | /* | ||
177 | * Sets the MMC voltage in twl4030 | ||
178 | */ | ||
179 | |||
180 | #define MMC1_OCR (MMC_VDD_165_195 \ | ||
181 | |MMC_VDD_28_29|MMC_VDD_29_30|MMC_VDD_30_31|MMC_VDD_31_32) | ||
182 | #define MMC2_OCR (MMC_VDD_165_195 \ | ||
183 | |MMC_VDD_25_26|MMC_VDD_26_27|MMC_VDD_27_28 \ | ||
184 | |MMC_VDD_28_29|MMC_VDD_29_30|MMC_VDD_30_31|MMC_VDD_31_32) | ||
185 | |||
186 | static int twl_mmc_set_voltage(struct twl_mmc_controller *c, int vdd) | ||
187 | { | ||
188 | int ret; | ||
189 | u8 vmmc = 0, dev_grp_val; | ||
190 | |||
191 | if (!vdd) | ||
192 | goto doit; | ||
193 | |||
194 | if (c->twl_vmmc_dev_grp == VMMC1_DEV_GRP) { | ||
195 | /* VMMC1: max 220 mA. And for 8-bit mode, | ||
196 | * VSIM: max 50 mA | ||
197 | */ | ||
198 | switch (1 << vdd) { | ||
199 | case MMC_VDD_165_195: | ||
200 | vmmc = VMMC1_185V; | ||
201 | /* and VSIM_180V */ | ||
202 | break; | ||
203 | case MMC_VDD_28_29: | ||
204 | vmmc = VMMC1_285V; | ||
205 | /* and VSIM_280V */ | ||
206 | break; | ||
207 | case MMC_VDD_29_30: | ||
208 | case MMC_VDD_30_31: | ||
209 | vmmc = VMMC1_300V; | ||
210 | /* and VSIM_300V */ | ||
211 | break; | ||
212 | case MMC_VDD_31_32: | ||
213 | vmmc = VMMC1_315V; | ||
214 | /* error if VSIM needed */ | ||
215 | break; | ||
216 | default: | ||
217 | return -EINVAL; | ||
218 | } | ||
219 | } else if (c->twl_vmmc_dev_grp == VMMC2_DEV_GRP) { | ||
220 | /* VMMC2: max 100 mA */ | ||
221 | switch (1 << vdd) { | ||
222 | case MMC_VDD_165_195: | ||
223 | vmmc = VMMC2_185V; | ||
224 | break; | ||
225 | case MMC_VDD_25_26: | ||
226 | case MMC_VDD_26_27: | ||
227 | vmmc = VMMC2_260V; | ||
228 | break; | ||
229 | case MMC_VDD_27_28: | ||
230 | vmmc = VMMC2_280V; | ||
231 | break; | ||
232 | case MMC_VDD_28_29: | ||
233 | vmmc = VMMC2_285V; | ||
234 | break; | ||
235 | case MMC_VDD_29_30: | ||
236 | case MMC_VDD_30_31: | ||
237 | vmmc = VMMC2_300V; | ||
238 | break; | ||
239 | case MMC_VDD_31_32: | ||
240 | vmmc = VMMC2_315V; | ||
241 | break; | ||
242 | default: | ||
243 | return -EINVAL; | ||
244 | } | ||
245 | } else { | ||
246 | return -EINVAL; | ||
247 | } | ||
248 | |||
249 | doit: | ||
250 | if (vdd) | ||
251 | dev_grp_val = VMMC_DEV_GRP_P1; /* Power up */ | ||
252 | else | ||
253 | dev_grp_val = LDO_CLR; /* Power down */ | ||
254 | |||
255 | ret = twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, | ||
256 | dev_grp_val, c->twl_vmmc_dev_grp); | ||
257 | if (ret || !vdd) | ||
258 | return ret; | ||
259 | |||
260 | ret = twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER, | ||
261 | vmmc, c->twl_mmc_dedicated); | ||
262 | |||
263 | return ret; | ||
264 | } | ||
265 | |||
266 | static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, | 195 | static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, |
267 | int vdd) | 196 | int vdd) |
268 | { | 197 | { |
@@ -273,11 +202,13 @@ static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, | |||
273 | 202 | ||
274 | /* | 203 | /* |
275 | * Assume we power both OMAP VMMC1 (for CMD, CLK, DAT0..3) and the | 204 | * Assume we power both OMAP VMMC1 (for CMD, CLK, DAT0..3) and the |
276 | * card using the same TWL VMMC1 supply (hsmmc[0]); OMAP has both | 205 | * card with Vcc regulator (from twl4030 or whatever). OMAP has both |
277 | * 1.8V and 3.0V modes, controlled by the PBIAS register. | 206 | * 1.8V and 3.0V modes, controlled by the PBIAS register. |
278 | * | 207 | * |
279 | * In 8-bit modes, OMAP VMMC1A (for DAT4..7) needs a supply, which | 208 | * In 8-bit modes, OMAP VMMC1A (for DAT4..7) needs a supply, which |
280 | * is most naturally TWL VSIM; those pins also use PBIAS. | 209 | * is most naturally TWL VSIM; those pins also use PBIAS. |
210 | * | ||
211 | * FIXME handle VMMC1A as needed ... | ||
281 | */ | 212 | */ |
282 | if (power_on) { | 213 | if (power_on) { |
283 | if (cpu_is_omap2430()) { | 214 | if (cpu_is_omap2430()) { |
@@ -300,7 +231,7 @@ static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, | |||
300 | reg &= ~OMAP2_PBIASLITEPWRDNZ0; | 231 | reg &= ~OMAP2_PBIASLITEPWRDNZ0; |
301 | omap_ctrl_writel(reg, control_pbias_offset); | 232 | omap_ctrl_writel(reg, control_pbias_offset); |
302 | 233 | ||
303 | ret = twl_mmc_set_voltage(c, vdd); | 234 | ret = mmc_regulator_set_ocr(c->vcc, vdd); |
304 | 235 | ||
305 | /* 100ms delay required for PBIAS configuration */ | 236 | /* 100ms delay required for PBIAS configuration */ |
306 | msleep(100); | 237 | msleep(100); |
@@ -316,7 +247,7 @@ static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, | |||
316 | reg &= ~OMAP2_PBIASLITEPWRDNZ0; | 247 | reg &= ~OMAP2_PBIASLITEPWRDNZ0; |
317 | omap_ctrl_writel(reg, control_pbias_offset); | 248 | omap_ctrl_writel(reg, control_pbias_offset); |
318 | 249 | ||
319 | ret = twl_mmc_set_voltage(c, 0); | 250 | ret = mmc_regulator_set_ocr(c->vcc, 0); |
320 | 251 | ||
321 | /* 100ms delay required for PBIAS configuration */ | 252 | /* 100ms delay required for PBIAS configuration */ |
322 | msleep(100); | 253 | msleep(100); |
@@ -329,19 +260,33 @@ static int twl_mmc1_set_power(struct device *dev, int slot, int power_on, | |||
329 | return ret; | 260 | return ret; |
330 | } | 261 | } |
331 | 262 | ||
332 | static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vdd) | 263 | static int twl_mmc23_set_power(struct device *dev, int slot, int power_on, int vdd) |
333 | { | 264 | { |
334 | int ret; | 265 | int ret = 0; |
335 | struct twl_mmc_controller *c = &hsmmc[1]; | 266 | struct twl_mmc_controller *c = &hsmmc[1]; |
336 | struct omap_mmc_platform_data *mmc = dev->platform_data; | 267 | struct omap_mmc_platform_data *mmc = dev->platform_data; |
337 | 268 | ||
269 | /* If we don't see a Vcc regulator, assume it's a fixed | ||
270 | * voltage always-on regulator. | ||
271 | */ | ||
272 | if (!c->vcc) | ||
273 | return 0; | ||
274 | |||
338 | /* | 275 | /* |
339 | * Assume TWL VMMC2 (hsmmc[1]) is used only to power the card ... OMAP | 276 | * Assume Vcc regulator is used only to power the card ... OMAP |
340 | * VDDS is used to power the pins, optionally with a transceiver to | 277 | * VDDS is used to power the pins, optionally with a transceiver to |
341 | * support cards using voltages other than VDDS (1.8V nominal). When a | 278 | * support cards using voltages other than VDDS (1.8V nominal). When a |
342 | * transceiver is used, DAT3..7 are muxed as transceiver control pins. | 279 | * transceiver is used, DAT3..7 are muxed as transceiver control pins. |
280 | * | ||
281 | * In some cases this regulator won't support enable/disable; | ||
282 | * e.g. it's a fixed rail for a WLAN chip. | ||
283 | * | ||
284 | * In other cases vcc_aux switches interface power. Example, for | ||
285 | * eMMC cards it represents VccQ. Sometimes transceivers or SDIO | ||
286 | * chips/cards need an interface voltage rail too. | ||
343 | */ | 287 | */ |
344 | if (power_on) { | 288 | if (power_on) { |
289 | /* only MMC2 supports a CLKIN */ | ||
345 | if (mmc->slots[0].internal_clock) { | 290 | if (mmc->slots[0].internal_clock) { |
346 | u32 reg; | 291 | u32 reg; |
347 | 292 | ||
@@ -349,24 +294,23 @@ static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vd | |||
349 | reg |= OMAP2_MMCSDIO2ADPCLKISEL; | 294 | reg |= OMAP2_MMCSDIO2ADPCLKISEL; |
350 | omap_ctrl_writel(reg, control_devconf1_offset); | 295 | omap_ctrl_writel(reg, control_devconf1_offset); |
351 | } | 296 | } |
352 | ret = twl_mmc_set_voltage(c, vdd); | 297 | ret = mmc_regulator_set_ocr(c->vcc, vdd); |
298 | /* enable interface voltage rail, if needed */ | ||
299 | if (ret == 0 && c->vcc_aux) { | ||
300 | ret = regulator_enable(c->vcc_aux); | ||
301 | if (ret < 0) | ||
302 | ret = mmc_regulator_set_ocr(c->vcc, 0); | ||
303 | } | ||
353 | } else { | 304 | } else { |
354 | ret = twl_mmc_set_voltage(c, 0); | 305 | if (c->vcc_aux && (ret = regulator_is_enabled(c->vcc_aux)) > 0) |
306 | ret = regulator_disable(c->vcc_aux); | ||
307 | if (ret == 0) | ||
308 | ret = mmc_regulator_set_ocr(c->vcc, 0); | ||
355 | } | 309 | } |
356 | 310 | ||
357 | return ret; | 311 | return ret; |
358 | } | 312 | } |
359 | 313 | ||
360 | static int twl_mmc3_set_power(struct device *dev, int slot, int power_on, | ||
361 | int vdd) | ||
362 | { | ||
363 | /* | ||
364 | * Assume MMC3 has self-powered device connected, for example on-board | ||
365 | * chip with external power source. | ||
366 | */ | ||
367 | return 0; | ||
368 | } | ||
369 | |||
370 | static struct omap_mmc_platform_data *hsmmc_data[OMAP34XX_NR_MMC] __initdata; | 314 | static struct omap_mmc_platform_data *hsmmc_data[OMAP34XX_NR_MMC] __initdata; |
371 | 315 | ||
372 | void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers) | 316 | void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers) |
@@ -412,10 +356,10 @@ void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers) | |||
412 | mmc->slots[0].wires = c->wires; | 356 | mmc->slots[0].wires = c->wires; |
413 | mmc->slots[0].internal_clock = !c->ext_clock; | 357 | mmc->slots[0].internal_clock = !c->ext_clock; |
414 | mmc->dma_mask = 0xffffffff; | 358 | mmc->dma_mask = 0xffffffff; |
359 | mmc->init = twl_mmc_late_init; | ||
415 | 360 | ||
416 | /* note: twl4030 card detect GPIOs normally switch VMMCx ... */ | 361 | /* note: twl4030 card detect GPIOs can disable VMMCx ... */ |
417 | if (gpio_is_valid(c->gpio_cd)) { | 362 | if (gpio_is_valid(c->gpio_cd)) { |
418 | mmc->init = twl_mmc_late_init; | ||
419 | mmc->cleanup = twl_mmc_cleanup; | 363 | mmc->cleanup = twl_mmc_cleanup; |
420 | mmc->suspend = twl_mmc_suspend; | 364 | mmc->suspend = twl_mmc_suspend; |
421 | mmc->resume = twl_mmc_resume; | 365 | mmc->resume = twl_mmc_resume; |
@@ -439,26 +383,28 @@ void __init twl4030_mmc_init(struct twl4030_hsmmc_info *controllers) | |||
439 | } else | 383 | } else |
440 | mmc->slots[0].gpio_wp = -EINVAL; | 384 | mmc->slots[0].gpio_wp = -EINVAL; |
441 | 385 | ||
442 | /* NOTE: we assume OMAP's MMC1 and MMC2 use | 386 | /* NOTE: MMC slots should have a Vcc regulator set up. |
443 | * the TWL4030's VMMC1 and VMMC2, respectively; | 387 | * This may be from a TWL4030-family chip, another |
444 | * and that MMC3 device has it's own power source. | 388 | * controllable regulator, or a fixed supply. |
389 | * | ||
390 | * temporary HACK: ocr_mask instead of fixed supply | ||
445 | */ | 391 | */ |
392 | mmc->slots[0].ocr_mask = c->ocr_mask; | ||
446 | 393 | ||
447 | switch (c->mmc) { | 394 | switch (c->mmc) { |
448 | case 1: | 395 | case 1: |
396 | /* on-chip level shifting via PBIAS0/PBIAS1 */ | ||
449 | mmc->slots[0].set_power = twl_mmc1_set_power; | 397 | mmc->slots[0].set_power = twl_mmc1_set_power; |
450 | mmc->slots[0].ocr_mask = MMC1_OCR; | ||
451 | break; | 398 | break; |
452 | case 2: | 399 | case 2: |
453 | mmc->slots[0].set_power = twl_mmc2_set_power; | 400 | if (c->ext_clock) |
454 | if (c->transceiver) | 401 | c->transceiver = 1; |
455 | mmc->slots[0].ocr_mask = MMC2_OCR; | 402 | if (c->transceiver && c->wires > 4) |
456 | else | 403 | c->wires = 4; |
457 | mmc->slots[0].ocr_mask = MMC_VDD_165_195; | 404 | /* FALLTHROUGH */ |
458 | break; | ||
459 | case 3: | 405 | case 3: |
460 | mmc->slots[0].set_power = twl_mmc3_set_power; | 406 | /* off-chip level shifting, or none */ |
461 | mmc->slots[0].ocr_mask = MMC_VDD_165_195; | 407 | mmc->slots[0].set_power = twl_mmc23_set_power; |
462 | break; | 408 | break; |
463 | default: | 409 | default: |
464 | pr_err("MMC%d configuration not supported!\n", c->mmc); | 410 | pr_err("MMC%d configuration not supported!\n", c->mmc); |
diff --git a/arch/arm/mach-omap2/mmc-twl4030.h b/arch/arm/mach-omap2/mmc-twl4030.h index ea59e8624290..3807c45c9a6c 100644 --- a/arch/arm/mach-omap2/mmc-twl4030.h +++ b/arch/arm/mach-omap2/mmc-twl4030.h | |||
@@ -16,9 +16,10 @@ struct twl4030_hsmmc_info { | |||
16 | int gpio_wp; /* or -EINVAL */ | 16 | int gpio_wp; /* or -EINVAL */ |
17 | char *name; /* or NULL for default */ | 17 | char *name; /* or NULL for default */ |
18 | struct device *dev; /* returned: pointer to mmc adapter */ | 18 | struct device *dev; /* returned: pointer to mmc adapter */ |
19 | int ocr_mask; /* temporary HACK */ | ||
19 | }; | 20 | }; |
20 | 21 | ||
21 | #if defined(CONFIG_TWL4030_CORE) && \ | 22 | #if defined(CONFIG_REGULATOR) && \ |
22 | (defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) || \ | 23 | (defined(CONFIG_MMC_OMAP) || defined(CONFIG_MMC_OMAP_MODULE) || \ |
23 | defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)) | 24 | defined(CONFIG_MMC_OMAP_HS) || defined(CONFIG_MMC_OMAP_HS_MODULE)) |
24 | 25 | ||