diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-28 17:03:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-28 17:03:14 -0400 |
commit | 0fe41b8982001cd14ee2c77cd776735a5024e98b (patch) | |
tree | 83e65d595c413d55259ea14fb97748ce5efe5707 /arch/arm/configs | |
parent | eedf2c5296a8dfaaf9aec1a938c1d3bd73159a30 (diff) | |
parent | 9759d22c8348343b0da4e25d6150c41712686c14 (diff) |
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (422 commits)
[ARM] 5435/1: fix compile warning in sanity_check_meminfo()
[ARM] 5434/1: ARM: OMAP: Fix mailbox compile for 24xx
[ARM] pxa: fix the bad assumption that PCMCIA sockets always start with 0
[ARM] pxa: fix Colibri PXA300 and PXA320 LCD backlight pins
imxfb: Fix TFT mode
i.MX21/27: remove ifdef CONFIG_FB_IMX
imxfb: add clock support
mxc: add arch_reset() function
clkdev: add possibility to get a clock based on the device name
i.MX1: remove fb support from mach-imx
[ARM] pxa: build arch/arm/plat-pxa/mfp.c only when PXA3xx or ARCH_MMP defined
Gemini: Add support for Teltonika RUT100
Gemini: gpiolib based GPIO support v2
MAINTAINERS: add myself as Gemini architecture maintainer
ARM: Add Gemini architecture v3
[ARM] OMAP: Fix compile for omap2_init_common_hw()
MAINTAINERS: Add myself as Faraday ARM core variant maintainer
ARM: Add support for FA526 v2
[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h
[ARM] collie: fix two minor formatting nits
...
Diffstat (limited to 'arch/arm/configs')
27 files changed, 12771 insertions, 915 deletions
diff --git a/arch/arm/configs/acs5k_defconfig b/arch/arm/configs/acs5k_defconfig new file mode 100644 index 000000000000..1cab4e79d368 --- /dev/null +++ b/arch/arm/configs/acs5k_defconfig | |||
@@ -0,0 +1,1233 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-simtec-micrel1 | ||
4 | # Tue Dec 16 13:31:34 2008 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_GENERIC_TIME is not set | ||
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
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 is not set | ||
40 | CONFIG_SYSVIPC=y | ||
41 | CONFIG_SYSVIPC_SYSCTL=y | ||
42 | CONFIG_POSIX_MQUEUE=y | ||
43 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
44 | # CONFIG_TASKSTATS is not set | ||
45 | # CONFIG_AUDIT is not set | ||
46 | # CONFIG_IKCONFIG is not set | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | # CONFIG_CGROUPS is not set | ||
49 | # CONFIG_GROUP_SCHED is not set | ||
50 | CONFIG_SYSFS_DEPRECATED=y | ||
51 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
52 | # CONFIG_RELAY is not set | ||
53 | CONFIG_NAMESPACES=y | ||
54 | # CONFIG_UTS_NS is not set | ||
55 | # CONFIG_IPC_NS is not set | ||
56 | # CONFIG_USER_NS is not set | ||
57 | # CONFIG_PID_NS is not set | ||
58 | CONFIG_BLK_DEV_INITRD=y | ||
59 | CONFIG_INITRAMFS_SOURCE="" | ||
60 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
61 | CONFIG_SYSCTL=y | ||
62 | # CONFIG_EMBEDDED is not set | ||
63 | CONFIG_UID16=y | ||
64 | CONFIG_SYSCTL_SYSCALL=y | ||
65 | CONFIG_KALLSYMS=y | ||
66 | # CONFIG_KALLSYMS_ALL is not set | ||
67 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
68 | CONFIG_HOTPLUG=y | ||
69 | CONFIG_PRINTK=y | ||
70 | CONFIG_BUG=y | ||
71 | CONFIG_ELF_CORE=y | ||
72 | CONFIG_COMPAT_BRK=y | ||
73 | CONFIG_BASE_FULL=y | ||
74 | CONFIG_FUTEX=y | ||
75 | CONFIG_ANON_INODES=y | ||
76 | CONFIG_EPOLL=y | ||
77 | CONFIG_SIGNALFD=y | ||
78 | CONFIG_TIMERFD=y | ||
79 | CONFIG_EVENTFD=y | ||
80 | CONFIG_SHMEM=y | ||
81 | CONFIG_VM_EVENT_COUNTERS=y | ||
82 | CONFIG_SLAB=y | ||
83 | # CONFIG_SLUB is not set | ||
84 | # CONFIG_SLOB is not set | ||
85 | # CONFIG_PROFILING is not set | ||
86 | # CONFIG_MARKERS is not set | ||
87 | CONFIG_HAVE_OPROFILE=y | ||
88 | # CONFIG_KPROBES is not set | ||
89 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
90 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
91 | CONFIG_HAVE_KPROBES=y | ||
92 | CONFIG_HAVE_KRETPROBES=y | ||
93 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
94 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
95 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
96 | # CONFIG_HAVE_CLK is not set | ||
97 | CONFIG_PROC_PAGE_MONITOR=y | ||
98 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
99 | CONFIG_SLABINFO=y | ||
100 | CONFIG_RT_MUTEXES=y | ||
101 | # CONFIG_TINY_SHMEM is not set | ||
102 | CONFIG_BASE_SMALL=0 | ||
103 | CONFIG_MODULES=y | ||
104 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
105 | CONFIG_MODULE_UNLOAD=y | ||
106 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
107 | # CONFIG_MODVERSIONS is not set | ||
108 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
109 | CONFIG_KMOD=y | ||
110 | CONFIG_BLOCK=y | ||
111 | # CONFIG_LBD is not set | ||
112 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
113 | # CONFIG_LSF is not set | ||
114 | # CONFIG_BLK_DEV_BSG is not set | ||
115 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
116 | |||
117 | # | ||
118 | # IO Schedulers | ||
119 | # | ||
120 | CONFIG_IOSCHED_NOOP=y | ||
121 | CONFIG_IOSCHED_AS=y | ||
122 | # CONFIG_IOSCHED_DEADLINE is not set | ||
123 | # CONFIG_IOSCHED_CFQ is not set | ||
124 | CONFIG_DEFAULT_AS=y | ||
125 | # CONFIG_DEFAULT_DEADLINE is not set | ||
126 | # CONFIG_DEFAULT_CFQ is not set | ||
127 | # CONFIG_DEFAULT_NOOP is not set | ||
128 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
129 | CONFIG_CLASSIC_RCU=y | ||
130 | |||
131 | # | ||
132 | # System Type | ||
133 | # | ||
134 | # CONFIG_ARCH_AAEC2000 is not set | ||
135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
136 | # CONFIG_ARCH_REALVIEW is not set | ||
137 | # CONFIG_ARCH_VERSATILE is not set | ||
138 | # CONFIG_ARCH_AT91 is not set | ||
139 | # CONFIG_ARCH_CLPS7500 is not set | ||
140 | # CONFIG_ARCH_CLPS711X is not set | ||
141 | # CONFIG_ARCH_EBSA110 is not set | ||
142 | # CONFIG_ARCH_EP93XX is not set | ||
143 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
144 | # CONFIG_ARCH_NETX is not set | ||
145 | # CONFIG_ARCH_H720X is not set | ||
146 | # CONFIG_ARCH_IMX is not set | ||
147 | # CONFIG_ARCH_IOP13XX is not set | ||
148 | # CONFIG_ARCH_IOP32X is not set | ||
149 | # CONFIG_ARCH_IOP33X is not set | ||
150 | # CONFIG_ARCH_IXP23XX is not set | ||
151 | # CONFIG_ARCH_IXP2000 is not set | ||
152 | # CONFIG_ARCH_IXP4XX is not set | ||
153 | # CONFIG_ARCH_L7200 is not set | ||
154 | # CONFIG_ARCH_KIRKWOOD is not set | ||
155 | CONFIG_ARCH_KS8695=y | ||
156 | # CONFIG_ARCH_NS9XXX is not set | ||
157 | # CONFIG_ARCH_LOKI is not set | ||
158 | # CONFIG_ARCH_MV78XX0 is not set | ||
159 | # CONFIG_ARCH_MXC is not set | ||
160 | # CONFIG_ARCH_ORION5X is not set | ||
161 | # CONFIG_ARCH_PNX4008 is not set | ||
162 | # CONFIG_ARCH_PXA is not set | ||
163 | # CONFIG_ARCH_RPC is not set | ||
164 | # CONFIG_ARCH_SA1100 is not set | ||
165 | # CONFIG_ARCH_S3C2410 is not set | ||
166 | # CONFIG_ARCH_SHARK is not set | ||
167 | # CONFIG_ARCH_LH7A40X is not set | ||
168 | # CONFIG_ARCH_DAVINCI is not set | ||
169 | # CONFIG_ARCH_OMAP is not set | ||
170 | # CONFIG_ARCH_MSM7X00A is not set | ||
171 | |||
172 | # | ||
173 | # Boot options | ||
174 | # | ||
175 | |||
176 | # | ||
177 | # Power management | ||
178 | # | ||
179 | |||
180 | # | ||
181 | # Kendin/Micrel KS8695 Implementations | ||
182 | # | ||
183 | CONFIG_MACH_KS8695=y | ||
184 | CONFIG_MACH_DSM320=y | ||
185 | CONFIG_MACH_ACS5K=y | ||
186 | |||
187 | # | ||
188 | # Processor Type | ||
189 | # | ||
190 | CONFIG_CPU_32=y | ||
191 | CONFIG_CPU_ARM922T=y | ||
192 | CONFIG_CPU_32v4T=y | ||
193 | CONFIG_CPU_ABRT_EV4T=y | ||
194 | CONFIG_CPU_PABRT_NOIFAR=y | ||
195 | CONFIG_CPU_CACHE_V4WT=y | ||
196 | CONFIG_CPU_CACHE_VIVT=y | ||
197 | CONFIG_CPU_COPY_V4WB=y | ||
198 | CONFIG_CPU_TLB_V4WBI=y | ||
199 | CONFIG_CPU_CP15=y | ||
200 | CONFIG_CPU_CP15_MMU=y | ||
201 | |||
202 | # | ||
203 | # Processor Features | ||
204 | # | ||
205 | # CONFIG_ARM_THUMB is not set | ||
206 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
207 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
208 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
209 | # CONFIG_OUTER_CACHE is not set | ||
210 | |||
211 | # | ||
212 | # Bus support | ||
213 | # | ||
214 | CONFIG_PCI=y | ||
215 | CONFIG_PCI_SYSCALL=y | ||
216 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
217 | CONFIG_PCI_LEGACY=y | ||
218 | CONFIG_PCI_DEBUG=y | ||
219 | CONFIG_PCCARD=y | ||
220 | # CONFIG_PCMCIA_DEBUG is not set | ||
221 | CONFIG_PCMCIA=y | ||
222 | CONFIG_PCMCIA_LOAD_CIS=y | ||
223 | CONFIG_PCMCIA_IOCTL=y | ||
224 | CONFIG_CARDBUS=y | ||
225 | |||
226 | # | ||
227 | # PC-card bridges | ||
228 | # | ||
229 | CONFIG_YENTA=y | ||
230 | CONFIG_YENTA_O2=y | ||
231 | CONFIG_YENTA_RICOH=y | ||
232 | CONFIG_YENTA_TI=y | ||
233 | CONFIG_YENTA_ENE_TUNE=y | ||
234 | CONFIG_YENTA_TOSHIBA=y | ||
235 | # CONFIG_PD6729 is not set | ||
236 | # CONFIG_I82092 is not set | ||
237 | CONFIG_PCCARD_NONSTATIC=y | ||
238 | |||
239 | # | ||
240 | # Kernel Features | ||
241 | # | ||
242 | # CONFIG_TICK_ONESHOT is not set | ||
243 | # CONFIG_PREEMPT is not set | ||
244 | CONFIG_HZ=100 | ||
245 | CONFIG_AEABI=y | ||
246 | CONFIG_OABI_COMPAT=y | ||
247 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
248 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
249 | CONFIG_SELECT_MEMORY_MODEL=y | ||
250 | CONFIG_FLATMEM_MANUAL=y | ||
251 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
252 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
253 | CONFIG_FLATMEM=y | ||
254 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
255 | # CONFIG_SPARSEMEM_STATIC is not set | ||
256 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
257 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
258 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
259 | # CONFIG_RESOURCES_64BIT is not set | ||
260 | CONFIG_ZONE_DMA_FLAG=1 | ||
261 | CONFIG_BOUNCE=y | ||
262 | CONFIG_VIRT_TO_BUS=y | ||
263 | # CONFIG_LEDS is not set | ||
264 | CONFIG_ALIGNMENT_TRAP=y | ||
265 | |||
266 | # | ||
267 | # Boot options | ||
268 | # | ||
269 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
270 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
271 | CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x20410000,3145728 root=/dev/ram0 rw" | ||
272 | # CONFIG_XIP_KERNEL is not set | ||
273 | # CONFIG_KEXEC is not set | ||
274 | |||
275 | # | ||
276 | # Floating point emulation | ||
277 | # | ||
278 | |||
279 | # | ||
280 | # At least one emulation must be selected | ||
281 | # | ||
282 | # CONFIG_FPE_NWFPE is not set | ||
283 | # CONFIG_FPE_FASTFPE is not set | ||
284 | |||
285 | # | ||
286 | # Userspace binary formats | ||
287 | # | ||
288 | CONFIG_BINFMT_ELF=y | ||
289 | # CONFIG_BINFMT_AOUT is not set | ||
290 | # CONFIG_BINFMT_MISC is not set | ||
291 | |||
292 | # | ||
293 | # Power management options | ||
294 | # | ||
295 | # CONFIG_PM is not set | ||
296 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
297 | CONFIG_NET=y | ||
298 | |||
299 | # | ||
300 | # Networking options | ||
301 | # | ||
302 | CONFIG_PACKET=y | ||
303 | # CONFIG_PACKET_MMAP is not set | ||
304 | CONFIG_UNIX=y | ||
305 | CONFIG_XFRM=y | ||
306 | # CONFIG_XFRM_USER is not set | ||
307 | # CONFIG_XFRM_SUB_POLICY is not set | ||
308 | # CONFIG_XFRM_MIGRATE is not set | ||
309 | # CONFIG_XFRM_STATISTICS is not set | ||
310 | # CONFIG_NET_KEY is not set | ||
311 | CONFIG_INET=y | ||
312 | # CONFIG_IP_MULTICAST is not set | ||
313 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
314 | CONFIG_IP_FIB_HASH=y | ||
315 | CONFIG_IP_PNP=y | ||
316 | CONFIG_IP_PNP_DHCP=y | ||
317 | # CONFIG_IP_PNP_BOOTP is not set | ||
318 | # CONFIG_IP_PNP_RARP is not set | ||
319 | # CONFIG_NET_IPIP is not set | ||
320 | # CONFIG_NET_IPGRE is not set | ||
321 | # CONFIG_ARPD is not set | ||
322 | # CONFIG_SYN_COOKIES is not set | ||
323 | # CONFIG_INET_AH is not set | ||
324 | # CONFIG_INET_ESP is not set | ||
325 | # CONFIG_INET_IPCOMP is not set | ||
326 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
327 | # CONFIG_INET_TUNNEL is not set | ||
328 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
329 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
330 | CONFIG_INET_XFRM_MODE_BEET=y | ||
331 | # CONFIG_INET_LRO is not set | ||
332 | CONFIG_INET_DIAG=y | ||
333 | CONFIG_INET_TCP_DIAG=y | ||
334 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
335 | CONFIG_TCP_CONG_CUBIC=y | ||
336 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
337 | # CONFIG_TCP_MD5SIG is not set | ||
338 | # CONFIG_IPV6 is not set | ||
339 | # CONFIG_NETWORK_SECMARK is not set | ||
340 | # CONFIG_NETFILTER is not set | ||
341 | # CONFIG_IP_DCCP is not set | ||
342 | # CONFIG_IP_SCTP is not set | ||
343 | # CONFIG_TIPC is not set | ||
344 | # CONFIG_ATM is not set | ||
345 | # CONFIG_BRIDGE is not set | ||
346 | # CONFIG_VLAN_8021Q is not set | ||
347 | # CONFIG_DECNET is not set | ||
348 | # CONFIG_LLC2 is not set | ||
349 | # CONFIG_IPX is not set | ||
350 | # CONFIG_ATALK is not set | ||
351 | # CONFIG_X25 is not set | ||
352 | # CONFIG_LAPB is not set | ||
353 | # CONFIG_ECONET is not set | ||
354 | # CONFIG_WAN_ROUTER is not set | ||
355 | # CONFIG_NET_SCHED is not set | ||
356 | |||
357 | # | ||
358 | # Network testing | ||
359 | # | ||
360 | # CONFIG_NET_PKTGEN is not set | ||
361 | # CONFIG_HAMRADIO is not set | ||
362 | # CONFIG_CAN is not set | ||
363 | # CONFIG_IRDA is not set | ||
364 | # CONFIG_BT is not set | ||
365 | # CONFIG_AF_RXRPC is not set | ||
366 | |||
367 | # | ||
368 | # Wireless | ||
369 | # | ||
370 | # CONFIG_CFG80211 is not set | ||
371 | CONFIG_WIRELESS_EXT=y | ||
372 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
373 | # CONFIG_MAC80211 is not set | ||
374 | # CONFIG_IEEE80211 is not set | ||
375 | # CONFIG_RFKILL is not set | ||
376 | # CONFIG_NET_9P is not set | ||
377 | |||
378 | # | ||
379 | # Device Drivers | ||
380 | # | ||
381 | |||
382 | # | ||
383 | # Generic Driver Options | ||
384 | # | ||
385 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
386 | CONFIG_STANDALONE=y | ||
387 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
388 | CONFIG_FW_LOADER=y | ||
389 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
390 | CONFIG_EXTRA_FIRMWARE="" | ||
391 | # CONFIG_DEBUG_DRIVER is not set | ||
392 | # CONFIG_DEBUG_DEVRES is not set | ||
393 | # CONFIG_SYS_HYPERVISOR is not set | ||
394 | # CONFIG_CONNECTOR is not set | ||
395 | CONFIG_MTD=y | ||
396 | # CONFIG_MTD_DEBUG is not set | ||
397 | CONFIG_MTD_CONCAT=y | ||
398 | CONFIG_MTD_PARTITIONS=y | ||
399 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
400 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
401 | # CONFIG_MTD_AFS_PARTS is not set | ||
402 | # CONFIG_MTD_AR7_PARTS is not set | ||
403 | |||
404 | # | ||
405 | # User Modules And Translation Layers | ||
406 | # | ||
407 | CONFIG_MTD_CHAR=y | ||
408 | CONFIG_MTD_BLKDEVS=y | ||
409 | CONFIG_MTD_BLOCK=y | ||
410 | # CONFIG_FTL is not set | ||
411 | # CONFIG_NFTL is not set | ||
412 | # CONFIG_INFTL is not set | ||
413 | # CONFIG_RFD_FTL is not set | ||
414 | # CONFIG_SSFDC is not set | ||
415 | # CONFIG_MTD_OOPS is not set | ||
416 | |||
417 | # | ||
418 | # RAM/ROM/Flash chip drivers | ||
419 | # | ||
420 | CONFIG_MTD_CFI=y | ||
421 | CONFIG_MTD_JEDECPROBE=y | ||
422 | CONFIG_MTD_GEN_PROBE=y | ||
423 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
424 | CONFIG_MTD_CFI_NOSWAP=y | ||
425 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
426 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
427 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
428 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
429 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
430 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
431 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
432 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
433 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
434 | CONFIG_MTD_CFI_I1=y | ||
435 | CONFIG_MTD_CFI_I2=y | ||
436 | # CONFIG_MTD_CFI_I4 is not set | ||
437 | # CONFIG_MTD_CFI_I8 is not set | ||
438 | # CONFIG_MTD_OTP is not set | ||
439 | CONFIG_MTD_CFI_INTELEXT=y | ||
440 | CONFIG_MTD_CFI_AMDSTD=y | ||
441 | # CONFIG_MTD_CFI_STAA is not set | ||
442 | CONFIG_MTD_CFI_UTIL=y | ||
443 | # CONFIG_MTD_RAM is not set | ||
444 | # CONFIG_MTD_ROM is not set | ||
445 | # CONFIG_MTD_ABSENT is not set | ||
446 | |||
447 | # | ||
448 | # Mapping drivers for chip access | ||
449 | # | ||
450 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
451 | CONFIG_MTD_PHYSMAP=y | ||
452 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
453 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
454 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | ||
455 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
456 | # CONFIG_MTD_IMPA7 is not set | ||
457 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
458 | # CONFIG_MTD_PLATRAM is not set | ||
459 | |||
460 | # | ||
461 | # Self-contained MTD device drivers | ||
462 | # | ||
463 | # CONFIG_MTD_PMC551 is not set | ||
464 | # CONFIG_MTD_SLRAM is not set | ||
465 | # CONFIG_MTD_PHRAM is not set | ||
466 | # CONFIG_MTD_MTDRAM is not set | ||
467 | # CONFIG_MTD_BLOCK2MTD is not set | ||
468 | |||
469 | # | ||
470 | # Disk-On-Chip Device Drivers | ||
471 | # | ||
472 | # CONFIG_MTD_DOC2000 is not set | ||
473 | # CONFIG_MTD_DOC2001 is not set | ||
474 | # CONFIG_MTD_DOC2001PLUS is not set | ||
475 | # CONFIG_MTD_NAND is not set | ||
476 | # CONFIG_MTD_ONENAND is not set | ||
477 | |||
478 | # | ||
479 | # UBI - Unsorted block images | ||
480 | # | ||
481 | # CONFIG_MTD_UBI is not set | ||
482 | # CONFIG_PARPORT is not set | ||
483 | CONFIG_BLK_DEV=y | ||
484 | # CONFIG_BLK_CPQ_DA is not set | ||
485 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
486 | # CONFIG_BLK_DEV_DAC960 is not set | ||
487 | # CONFIG_BLK_DEV_UMEM is not set | ||
488 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
489 | # CONFIG_BLK_DEV_LOOP is not set | ||
490 | # CONFIG_BLK_DEV_NBD is not set | ||
491 | # CONFIG_BLK_DEV_SX8 is not set | ||
492 | CONFIG_BLK_DEV_RAM=y | ||
493 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
494 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
495 | # CONFIG_BLK_DEV_XIP is not set | ||
496 | # CONFIG_CDROM_PKTCDVD is not set | ||
497 | # CONFIG_ATA_OVER_ETH is not set | ||
498 | CONFIG_MISC_DEVICES=y | ||
499 | # CONFIG_PHANTOM is not set | ||
500 | # CONFIG_EEPROM_93CX6 is not set | ||
501 | # CONFIG_SGI_IOC4 is not set | ||
502 | # CONFIG_TIFM_CORE is not set | ||
503 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
504 | # CONFIG_HP_ILO is not set | ||
505 | CONFIG_HAVE_IDE=y | ||
506 | # CONFIG_IDE is not set | ||
507 | |||
508 | # | ||
509 | # SCSI device support | ||
510 | # | ||
511 | # CONFIG_RAID_ATTRS is not set | ||
512 | # CONFIG_SCSI is not set | ||
513 | # CONFIG_SCSI_DMA is not set | ||
514 | # CONFIG_SCSI_NETLINK is not set | ||
515 | # CONFIG_ATA is not set | ||
516 | # CONFIG_MD is not set | ||
517 | # CONFIG_FUSION is not set | ||
518 | |||
519 | # | ||
520 | # IEEE 1394 (FireWire) support | ||
521 | # | ||
522 | |||
523 | # | ||
524 | # Enable only one of the two stacks, unless you know what you are doing | ||
525 | # | ||
526 | # CONFIG_FIREWIRE is not set | ||
527 | # CONFIG_IEEE1394 is not set | ||
528 | # CONFIG_I2O is not set | ||
529 | CONFIG_NETDEVICES=y | ||
530 | # CONFIG_DUMMY is not set | ||
531 | # CONFIG_BONDING is not set | ||
532 | # CONFIG_MACVLAN is not set | ||
533 | # CONFIG_EQUALIZER is not set | ||
534 | # CONFIG_TUN is not set | ||
535 | # CONFIG_VETH is not set | ||
536 | # CONFIG_ARCNET is not set | ||
537 | # CONFIG_PHYLIB is not set | ||
538 | CONFIG_NET_ETHERNET=y | ||
539 | CONFIG_MII=y | ||
540 | CONFIG_ARM_KS8695_ETHER=y | ||
541 | # CONFIG_AX88796 is not set | ||
542 | # CONFIG_HAPPYMEAL is not set | ||
543 | # CONFIG_SUNGEM is not set | ||
544 | # CONFIG_CASSINI is not set | ||
545 | # CONFIG_NET_VENDOR_3COM is not set | ||
546 | # CONFIG_SMC91X is not set | ||
547 | # CONFIG_DM9000 is not set | ||
548 | # CONFIG_NET_TULIP is not set | ||
549 | # CONFIG_HP100 is not set | ||
550 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
551 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
552 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
553 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
554 | # CONFIG_NET_PCI is not set | ||
555 | # CONFIG_B44 is not set | ||
556 | # CONFIG_NETDEV_1000 is not set | ||
557 | # CONFIG_NETDEV_10000 is not set | ||
558 | # CONFIG_TR is not set | ||
559 | |||
560 | # | ||
561 | # Wireless LAN | ||
562 | # | ||
563 | # CONFIG_WLAN_PRE80211 is not set | ||
564 | CONFIG_WLAN_80211=y | ||
565 | # CONFIG_PCMCIA_RAYCS is not set | ||
566 | # CONFIG_IPW2100 is not set | ||
567 | # CONFIG_IPW2200 is not set | ||
568 | # CONFIG_LIBERTAS is not set | ||
569 | # CONFIG_HERMES is not set | ||
570 | # CONFIG_ATMEL is not set | ||
571 | # CONFIG_AIRO_CS is not set | ||
572 | # CONFIG_PCMCIA_WL3501 is not set | ||
573 | CONFIG_PRISM54=m | ||
574 | # CONFIG_IWLWIFI_LEDS is not set | ||
575 | # CONFIG_HOSTAP is not set | ||
576 | # CONFIG_NET_PCMCIA is not set | ||
577 | # CONFIG_WAN is not set | ||
578 | # CONFIG_FDDI is not set | ||
579 | # CONFIG_HIPPI is not set | ||
580 | # CONFIG_PPP is not set | ||
581 | # CONFIG_SLIP is not set | ||
582 | # CONFIG_NETCONSOLE is not set | ||
583 | # CONFIG_NETPOLL is not set | ||
584 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
585 | # CONFIG_ISDN is not set | ||
586 | |||
587 | # | ||
588 | # Input device support | ||
589 | # | ||
590 | CONFIG_INPUT=y | ||
591 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
592 | # CONFIG_INPUT_POLLDEV is not set | ||
593 | |||
594 | # | ||
595 | # Userland interfaces | ||
596 | # | ||
597 | CONFIG_INPUT_MOUSEDEV=y | ||
598 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
599 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
600 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
601 | # CONFIG_INPUT_JOYDEV is not set | ||
602 | # CONFIG_INPUT_EVDEV is not set | ||
603 | # CONFIG_INPUT_EVBUG is not set | ||
604 | |||
605 | # | ||
606 | # Input Device Drivers | ||
607 | # | ||
608 | # CONFIG_INPUT_KEYBOARD is not set | ||
609 | # CONFIG_INPUT_MOUSE is not set | ||
610 | # CONFIG_INPUT_JOYSTICK is not set | ||
611 | # CONFIG_INPUT_TABLET is not set | ||
612 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
613 | # CONFIG_INPUT_MISC is not set | ||
614 | |||
615 | # | ||
616 | # Hardware I/O ports | ||
617 | # | ||
618 | # CONFIG_SERIO is not set | ||
619 | # CONFIG_GAMEPORT is not set | ||
620 | |||
621 | # | ||
622 | # Character devices | ||
623 | # | ||
624 | CONFIG_VT=y | ||
625 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
626 | CONFIG_VT_CONSOLE=y | ||
627 | CONFIG_HW_CONSOLE=y | ||
628 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
629 | CONFIG_DEVKMEM=y | ||
630 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
631 | # CONFIG_NOZOMI is not set | ||
632 | |||
633 | # | ||
634 | # Serial drivers | ||
635 | # | ||
636 | # CONFIG_SERIAL_8250 is not set | ||
637 | |||
638 | # | ||
639 | # Non-8250 serial port support | ||
640 | # | ||
641 | CONFIG_SERIAL_KS8695=y | ||
642 | CONFIG_SERIAL_KS8695_CONSOLE=y | ||
643 | CONFIG_SERIAL_CORE=y | ||
644 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
645 | # CONFIG_SERIAL_JSM is not set | ||
646 | CONFIG_UNIX98_PTYS=y | ||
647 | CONFIG_LEGACY_PTYS=y | ||
648 | CONFIG_LEGACY_PTY_COUNT=256 | ||
649 | # CONFIG_IPMI_HANDLER is not set | ||
650 | CONFIG_HW_RANDOM=m | ||
651 | # CONFIG_NVRAM is not set | ||
652 | # CONFIG_R3964 is not set | ||
653 | # CONFIG_APPLICOM is not set | ||
654 | |||
655 | # | ||
656 | # PCMCIA character devices | ||
657 | # | ||
658 | # CONFIG_SYNCLINK_CS is not set | ||
659 | # CONFIG_CARDMAN_4000 is not set | ||
660 | # CONFIG_CARDMAN_4040 is not set | ||
661 | # CONFIG_IPWIRELESS is not set | ||
662 | # CONFIG_RAW_DRIVER is not set | ||
663 | # CONFIG_TCG_TPM is not set | ||
664 | CONFIG_DEVPORT=y | ||
665 | CONFIG_ACS5KCAN=y | ||
666 | CONFIG_I2C=y | ||
667 | CONFIG_I2C_BOARDINFO=y | ||
668 | CONFIG_I2C_CHARDEV=y | ||
669 | CONFIG_I2C_HELPER_AUTO=y | ||
670 | CONFIG_I2C_ALGOBIT=y | ||
671 | |||
672 | # | ||
673 | # I2C Hardware Bus support | ||
674 | # | ||
675 | |||
676 | # | ||
677 | # PC SMBus host controller drivers | ||
678 | # | ||
679 | # CONFIG_I2C_ALI1535 is not set | ||
680 | # CONFIG_I2C_ALI1563 is not set | ||
681 | # CONFIG_I2C_ALI15X3 is not set | ||
682 | # CONFIG_I2C_AMD756 is not set | ||
683 | # CONFIG_I2C_AMD8111 is not set | ||
684 | # CONFIG_I2C_I801 is not set | ||
685 | # CONFIG_I2C_ISCH is not set | ||
686 | # CONFIG_I2C_PIIX4 is not set | ||
687 | # CONFIG_I2C_NFORCE2 is not set | ||
688 | # CONFIG_I2C_SIS5595 is not set | ||
689 | # CONFIG_I2C_SIS630 is not set | ||
690 | # CONFIG_I2C_SIS96X is not set | ||
691 | # CONFIG_I2C_VIA is not set | ||
692 | # CONFIG_I2C_VIAPRO is not set | ||
693 | |||
694 | # | ||
695 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
696 | # | ||
697 | CONFIG_I2C_GPIO=y | ||
698 | # CONFIG_I2C_OCORES is not set | ||
699 | # CONFIG_I2C_SIMTEC is not set | ||
700 | |||
701 | # | ||
702 | # External I2C/SMBus adapter drivers | ||
703 | # | ||
704 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
705 | # CONFIG_I2C_TAOS_EVM is not set | ||
706 | |||
707 | # | ||
708 | # Graphics adapter I2C/DDC channel drivers | ||
709 | # | ||
710 | # CONFIG_I2C_VOODOO3 is not set | ||
711 | |||
712 | # | ||
713 | # Other I2C/SMBus bus drivers | ||
714 | # | ||
715 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
716 | # CONFIG_I2C_STUB is not set | ||
717 | |||
718 | # | ||
719 | # Miscellaneous I2C Chip support | ||
720 | # | ||
721 | # CONFIG_DS1682 is not set | ||
722 | # CONFIG_AT24 is not set | ||
723 | # CONFIG_SENSORS_EEPROM is not set | ||
724 | # CONFIG_SENSORS_PCF8574 is not set | ||
725 | # CONFIG_PCF8575 is not set | ||
726 | # CONFIG_SENSORS_PCF8591 is not set | ||
727 | # CONFIG_TPS65010 is not set | ||
728 | # CONFIG_SENSORS_MAX6875 is not set | ||
729 | # CONFIG_SENSORS_TSL2550 is not set | ||
730 | # CONFIG_I2C_DEBUG_CORE is not set | ||
731 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
732 | # CONFIG_I2C_DEBUG_BUS is not set | ||
733 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
734 | # CONFIG_SPI is not set | ||
735 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
736 | CONFIG_GPIOLIB=y | ||
737 | # CONFIG_DEBUG_GPIO is not set | ||
738 | CONFIG_GPIO_SYSFS=y | ||
739 | |||
740 | # | ||
741 | # I2C GPIO expanders: | ||
742 | # | ||
743 | # CONFIG_GPIO_MAX732X is not set | ||
744 | CONFIG_GPIO_PCA953X=y | ||
745 | # CONFIG_GPIO_PCF857X is not set | ||
746 | |||
747 | # | ||
748 | # PCI GPIO expanders: | ||
749 | # | ||
750 | # CONFIG_GPIO_BT8XX is not set | ||
751 | |||
752 | # | ||
753 | # SPI GPIO expanders: | ||
754 | # | ||
755 | # CONFIG_W1 is not set | ||
756 | # CONFIG_POWER_SUPPLY is not set | ||
757 | CONFIG_HWMON=y | ||
758 | # CONFIG_HWMON_VID is not set | ||
759 | # CONFIG_SENSORS_AD7414 is not set | ||
760 | # CONFIG_SENSORS_AD7418 is not set | ||
761 | # CONFIG_SENSORS_ADM1021 is not set | ||
762 | # CONFIG_SENSORS_ADM1025 is not set | ||
763 | # CONFIG_SENSORS_ADM1026 is not set | ||
764 | # CONFIG_SENSORS_ADM1029 is not set | ||
765 | # CONFIG_SENSORS_ADM1031 is not set | ||
766 | # CONFIG_SENSORS_ADM9240 is not set | ||
767 | # CONFIG_SENSORS_ADT7470 is not set | ||
768 | # CONFIG_SENSORS_ADT7473 is not set | ||
769 | # CONFIG_SENSORS_ATXP1 is not set | ||
770 | # CONFIG_SENSORS_DS1621 is not set | ||
771 | # CONFIG_SENSORS_I5K_AMB is not set | ||
772 | # CONFIG_SENSORS_F71805F is not set | ||
773 | # CONFIG_SENSORS_F71882FG is not set | ||
774 | # CONFIG_SENSORS_F75375S is not set | ||
775 | # CONFIG_SENSORS_GL518SM is not set | ||
776 | # CONFIG_SENSORS_GL520SM is not set | ||
777 | # CONFIG_SENSORS_IT87 is not set | ||
778 | # CONFIG_SENSORS_LM63 is not set | ||
779 | # CONFIG_SENSORS_LM75 is not set | ||
780 | # CONFIG_SENSORS_LM77 is not set | ||
781 | # CONFIG_SENSORS_LM78 is not set | ||
782 | # CONFIG_SENSORS_LM80 is not set | ||
783 | # CONFIG_SENSORS_LM83 is not set | ||
784 | # CONFIG_SENSORS_LM85 is not set | ||
785 | # CONFIG_SENSORS_LM87 is not set | ||
786 | # CONFIG_SENSORS_LM90 is not set | ||
787 | # CONFIG_SENSORS_LM92 is not set | ||
788 | # CONFIG_SENSORS_LM93 is not set | ||
789 | # CONFIG_SENSORS_MAX1619 is not set | ||
790 | # CONFIG_SENSORS_MAX6650 is not set | ||
791 | # CONFIG_SENSORS_PC87360 is not set | ||
792 | # CONFIG_SENSORS_PC87427 is not set | ||
793 | # CONFIG_SENSORS_SIS5595 is not set | ||
794 | # CONFIG_SENSORS_DME1737 is not set | ||
795 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
796 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
797 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
798 | # CONFIG_SENSORS_ADS7828 is not set | ||
799 | # CONFIG_SENSORS_THMC50 is not set | ||
800 | # CONFIG_SENSORS_VIA686A is not set | ||
801 | # CONFIG_SENSORS_VT1211 is not set | ||
802 | # CONFIG_SENSORS_VT8231 is not set | ||
803 | # CONFIG_SENSORS_W83781D is not set | ||
804 | # CONFIG_SENSORS_W83791D is not set | ||
805 | # CONFIG_SENSORS_W83792D is not set | ||
806 | # CONFIG_SENSORS_W83793 is not set | ||
807 | # CONFIG_SENSORS_W83L785TS is not set | ||
808 | # CONFIG_SENSORS_W83L786NG is not set | ||
809 | # CONFIG_SENSORS_W83627HF is not set | ||
810 | # CONFIG_SENSORS_W83627EHF is not set | ||
811 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
812 | CONFIG_WATCHDOG=y | ||
813 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
814 | |||
815 | # | ||
816 | # Watchdog Device Drivers | ||
817 | # | ||
818 | # CONFIG_SOFT_WATCHDOG is not set | ||
819 | CONFIG_KS8695_WATCHDOG=y | ||
820 | # CONFIG_ALIM7101_WDT is not set | ||
821 | |||
822 | # | ||
823 | # PCI-based Watchdog Cards | ||
824 | # | ||
825 | # CONFIG_PCIPCWATCHDOG is not set | ||
826 | # CONFIG_WDTPCI is not set | ||
827 | |||
828 | # | ||
829 | # Sonics Silicon Backplane | ||
830 | # | ||
831 | CONFIG_SSB_POSSIBLE=y | ||
832 | # CONFIG_SSB is not set | ||
833 | |||
834 | # | ||
835 | # Multifunction device drivers | ||
836 | # | ||
837 | # CONFIG_MFD_CORE is not set | ||
838 | # CONFIG_MFD_SM501 is not set | ||
839 | # CONFIG_MFD_ASIC3 is not set | ||
840 | # CONFIG_HTC_EGPIO is not set | ||
841 | # CONFIG_HTC_PASIC3 is not set | ||
842 | # CONFIG_MFD_TMIO is not set | ||
843 | # CONFIG_MFD_T7L66XB is not set | ||
844 | # CONFIG_MFD_TC6387XB is not set | ||
845 | # CONFIG_MFD_TC6393XB is not set | ||
846 | |||
847 | # | ||
848 | # Multimedia devices | ||
849 | # | ||
850 | |||
851 | # | ||
852 | # Multimedia core support | ||
853 | # | ||
854 | # CONFIG_VIDEO_DEV is not set | ||
855 | # CONFIG_DVB_CORE is not set | ||
856 | # CONFIG_VIDEO_MEDIA is not set | ||
857 | |||
858 | # | ||
859 | # Multimedia drivers | ||
860 | # | ||
861 | # CONFIG_DAB is not set | ||
862 | |||
863 | # | ||
864 | # Graphics support | ||
865 | # | ||
866 | # CONFIG_DRM is not set | ||
867 | # CONFIG_VGASTATE is not set | ||
868 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
869 | # CONFIG_FB is not set | ||
870 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
871 | |||
872 | # | ||
873 | # Display device support | ||
874 | # | ||
875 | # CONFIG_DISPLAY_SUPPORT is not set | ||
876 | |||
877 | # | ||
878 | # Console display driver support | ||
879 | # | ||
880 | # CONFIG_VGA_CONSOLE is not set | ||
881 | CONFIG_DUMMY_CONSOLE=y | ||
882 | # CONFIG_SOUND is not set | ||
883 | CONFIG_HID_SUPPORT=y | ||
884 | CONFIG_HID=y | ||
885 | CONFIG_HID_DEBUG=y | ||
886 | # CONFIG_HIDRAW is not set | ||
887 | CONFIG_USB_SUPPORT=y | ||
888 | CONFIG_USB_ARCH_HAS_HCD=y | ||
889 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
890 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
891 | # CONFIG_USB is not set | ||
892 | |||
893 | # | ||
894 | # Enable Host or Gadget support to see Inventra options | ||
895 | # | ||
896 | |||
897 | # | ||
898 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
899 | # | ||
900 | # CONFIG_USB_GADGET is not set | ||
901 | # CONFIG_MMC is not set | ||
902 | # CONFIG_NEW_LEDS is not set | ||
903 | CONFIG_RTC_LIB=y | ||
904 | CONFIG_RTC_CLASS=y | ||
905 | CONFIG_RTC_HCTOSYS=y | ||
906 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
907 | # CONFIG_RTC_DEBUG is not set | ||
908 | |||
909 | # | ||
910 | # RTC interfaces | ||
911 | # | ||
912 | CONFIG_RTC_INTF_SYSFS=y | ||
913 | CONFIG_RTC_INTF_PROC=y | ||
914 | CONFIG_RTC_INTF_DEV=y | ||
915 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
916 | # CONFIG_RTC_DRV_TEST is not set | ||
917 | |||
918 | # | ||
919 | # I2C RTC drivers | ||
920 | # | ||
921 | # CONFIG_RTC_DRV_DS1307 is not set | ||
922 | # CONFIG_RTC_DRV_DS1374 is not set | ||
923 | # CONFIG_RTC_DRV_DS1672 is not set | ||
924 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
925 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
926 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
927 | # CONFIG_RTC_DRV_X1205 is not set | ||
928 | CONFIG_RTC_DRV_PCF8563=y | ||
929 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
930 | # CONFIG_RTC_DRV_M41T80 is not set | ||
931 | # CONFIG_RTC_DRV_S35390A is not set | ||
932 | # CONFIG_RTC_DRV_FM3130 is not set | ||
933 | |||
934 | # | ||
935 | # SPI RTC drivers | ||
936 | # | ||
937 | |||
938 | # | ||
939 | # Platform RTC drivers | ||
940 | # | ||
941 | # CONFIG_RTC_DRV_CMOS is not set | ||
942 | # CONFIG_RTC_DRV_DS1511 is not set | ||
943 | # CONFIG_RTC_DRV_DS1553 is not set | ||
944 | # CONFIG_RTC_DRV_DS1742 is not set | ||
945 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
946 | # CONFIG_RTC_DRV_M48T86 is not set | ||
947 | # CONFIG_RTC_DRV_M48T59 is not set | ||
948 | # CONFIG_RTC_DRV_V3020 is not set | ||
949 | |||
950 | # | ||
951 | # on-CPU RTC drivers | ||
952 | # | ||
953 | # CONFIG_DMADEVICES is not set | ||
954 | |||
955 | # | ||
956 | # Voltage and Current regulators | ||
957 | # | ||
958 | # CONFIG_REGULATOR is not set | ||
959 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
960 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
961 | # CONFIG_REGULATOR_BQ24022 is not set | ||
962 | # CONFIG_UIO is not set | ||
963 | |||
964 | # | ||
965 | # File systems | ||
966 | # | ||
967 | CONFIG_EXT2_FS=y | ||
968 | # CONFIG_EXT2_FS_XATTR is not set | ||
969 | # CONFIG_EXT2_FS_XIP is not set | ||
970 | # CONFIG_EXT3_FS is not set | ||
971 | # CONFIG_EXT4DEV_FS is not set | ||
972 | # CONFIG_REISERFS_FS is not set | ||
973 | # CONFIG_JFS_FS is not set | ||
974 | # CONFIG_FS_POSIX_ACL is not set | ||
975 | # CONFIG_XFS_FS is not set | ||
976 | # CONFIG_OCFS2_FS is not set | ||
977 | CONFIG_DNOTIFY=y | ||
978 | CONFIG_INOTIFY=y | ||
979 | CONFIG_INOTIFY_USER=y | ||
980 | # CONFIG_QUOTA is not set | ||
981 | # CONFIG_AUTOFS_FS is not set | ||
982 | # CONFIG_AUTOFS4_FS is not set | ||
983 | # CONFIG_FUSE_FS is not set | ||
984 | |||
985 | # | ||
986 | # CD-ROM/DVD Filesystems | ||
987 | # | ||
988 | # CONFIG_ISO9660_FS is not set | ||
989 | # CONFIG_UDF_FS is not set | ||
990 | |||
991 | # | ||
992 | # DOS/FAT/NT Filesystems | ||
993 | # | ||
994 | # CONFIG_MSDOS_FS is not set | ||
995 | # CONFIG_VFAT_FS is not set | ||
996 | # CONFIG_NTFS_FS is not set | ||
997 | |||
998 | # | ||
999 | # Pseudo filesystems | ||
1000 | # | ||
1001 | CONFIG_PROC_FS=y | ||
1002 | CONFIG_PROC_SYSCTL=y | ||
1003 | CONFIG_SYSFS=y | ||
1004 | CONFIG_TMPFS=y | ||
1005 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1006 | # CONFIG_HUGETLB_PAGE is not set | ||
1007 | # CONFIG_CONFIGFS_FS is not set | ||
1008 | |||
1009 | # | ||
1010 | # Miscellaneous filesystems | ||
1011 | # | ||
1012 | # CONFIG_ADFS_FS is not set | ||
1013 | # CONFIG_AFFS_FS is not set | ||
1014 | # CONFIG_HFS_FS is not set | ||
1015 | # CONFIG_HFSPLUS_FS is not set | ||
1016 | # CONFIG_BEFS_FS is not set | ||
1017 | # CONFIG_BFS_FS is not set | ||
1018 | # CONFIG_EFS_FS is not set | ||
1019 | CONFIG_JFFS2_FS=y | ||
1020 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1021 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1022 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1023 | CONFIG_JFFS2_SUMMARY=y | ||
1024 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1025 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1026 | CONFIG_JFFS2_ZLIB=y | ||
1027 | # CONFIG_JFFS2_LZO is not set | ||
1028 | CONFIG_JFFS2_RTIME=y | ||
1029 | CONFIG_JFFS2_RUBIN=y | ||
1030 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1031 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1032 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1033 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
1034 | CONFIG_CRAMFS=y | ||
1035 | # CONFIG_VXFS_FS is not set | ||
1036 | # CONFIG_MINIX_FS is not set | ||
1037 | # CONFIG_OMFS_FS is not set | ||
1038 | # CONFIG_HPFS_FS is not set | ||
1039 | # CONFIG_QNX4FS_FS is not set | ||
1040 | # CONFIG_ROMFS_FS is not set | ||
1041 | # CONFIG_SYSV_FS is not set | ||
1042 | # CONFIG_UFS_FS is not set | ||
1043 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1044 | CONFIG_NFS_FS=y | ||
1045 | CONFIG_NFS_V3=y | ||
1046 | # CONFIG_NFS_V3_ACL is not set | ||
1047 | # CONFIG_NFS_V4 is not set | ||
1048 | CONFIG_ROOT_NFS=y | ||
1049 | # CONFIG_NFSD is not set | ||
1050 | CONFIG_LOCKD=y | ||
1051 | CONFIG_LOCKD_V4=y | ||
1052 | CONFIG_NFS_COMMON=y | ||
1053 | CONFIG_SUNRPC=y | ||
1054 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1055 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1056 | # CONFIG_SMB_FS is not set | ||
1057 | # CONFIG_CIFS is not set | ||
1058 | # CONFIG_NCP_FS is not set | ||
1059 | # CONFIG_CODA_FS is not set | ||
1060 | # CONFIG_AFS_FS is not set | ||
1061 | |||
1062 | # | ||
1063 | # Partition Types | ||
1064 | # | ||
1065 | # CONFIG_PARTITION_ADVANCED is not set | ||
1066 | CONFIG_MSDOS_PARTITION=y | ||
1067 | # CONFIG_NLS is not set | ||
1068 | # CONFIG_DLM is not set | ||
1069 | |||
1070 | # | ||
1071 | # Kernel hacking | ||
1072 | # | ||
1073 | # CONFIG_PRINTK_TIME is not set | ||
1074 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1075 | CONFIG_ENABLE_MUST_CHECK=y | ||
1076 | CONFIG_FRAME_WARN=1024 | ||
1077 | # CONFIG_MAGIC_SYSRQ is not set | ||
1078 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1079 | # CONFIG_DEBUG_FS is not set | ||
1080 | # CONFIG_HEADERS_CHECK is not set | ||
1081 | CONFIG_DEBUG_KERNEL=y | ||
1082 | # CONFIG_DEBUG_SHIRQ is not set | ||
1083 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1084 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1085 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1086 | CONFIG_SCHED_DEBUG=y | ||
1087 | # CONFIG_SCHEDSTATS is not set | ||
1088 | # CONFIG_TIMER_STATS is not set | ||
1089 | # CONFIG_DEBUG_OBJECTS is not set | ||
1090 | # CONFIG_DEBUG_SLAB is not set | ||
1091 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1092 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1093 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1094 | CONFIG_DEBUG_MUTEXES=y | ||
1095 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1096 | # CONFIG_PROVE_LOCKING is not set | ||
1097 | # CONFIG_LOCK_STAT is not set | ||
1098 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1099 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1100 | # CONFIG_DEBUG_KOBJECT is not set | ||
1101 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1102 | # CONFIG_DEBUG_INFO is not set | ||
1103 | # CONFIG_DEBUG_VM is not set | ||
1104 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1105 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1106 | # CONFIG_DEBUG_LIST is not set | ||
1107 | # CONFIG_DEBUG_SG is not set | ||
1108 | CONFIG_FRAME_POINTER=y | ||
1109 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1110 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1111 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1112 | # CONFIG_FAULT_INJECTION is not set | ||
1113 | # CONFIG_LATENCYTOP is not set | ||
1114 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1115 | CONFIG_HAVE_FTRACE=y | ||
1116 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1117 | # CONFIG_FTRACE is not set | ||
1118 | # CONFIG_SCHED_TRACER is not set | ||
1119 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1120 | # CONFIG_SAMPLES is not set | ||
1121 | CONFIG_HAVE_ARCH_KGDB=y | ||
1122 | # CONFIG_KGDB is not set | ||
1123 | CONFIG_DEBUG_USER=y | ||
1124 | # CONFIG_DEBUG_ERRORS is not set | ||
1125 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1126 | CONFIG_DEBUG_LL=y | ||
1127 | # CONFIG_DEBUG_ICEDCC is not set | ||
1128 | |||
1129 | # | ||
1130 | # Security options | ||
1131 | # | ||
1132 | # CONFIG_KEYS is not set | ||
1133 | # CONFIG_SECURITY is not set | ||
1134 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1135 | CONFIG_CRYPTO=y | ||
1136 | |||
1137 | # | ||
1138 | # Crypto core or helper | ||
1139 | # | ||
1140 | # CONFIG_CRYPTO_MANAGER is not set | ||
1141 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1142 | # CONFIG_CRYPTO_NULL is not set | ||
1143 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1144 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1145 | # CONFIG_CRYPTO_TEST is not set | ||
1146 | |||
1147 | # | ||
1148 | # Authenticated Encryption with Associated Data | ||
1149 | # | ||
1150 | # CONFIG_CRYPTO_CCM is not set | ||
1151 | # CONFIG_CRYPTO_GCM is not set | ||
1152 | # CONFIG_CRYPTO_SEQIV is not set | ||
1153 | |||
1154 | # | ||
1155 | # Block modes | ||
1156 | # | ||
1157 | # CONFIG_CRYPTO_CBC is not set | ||
1158 | # CONFIG_CRYPTO_CTR is not set | ||
1159 | # CONFIG_CRYPTO_CTS is not set | ||
1160 | # CONFIG_CRYPTO_ECB is not set | ||
1161 | # CONFIG_CRYPTO_LRW is not set | ||
1162 | # CONFIG_CRYPTO_PCBC is not set | ||
1163 | # CONFIG_CRYPTO_XTS is not set | ||
1164 | |||
1165 | # | ||
1166 | # Hash modes | ||
1167 | # | ||
1168 | # CONFIG_CRYPTO_HMAC is not set | ||
1169 | # CONFIG_CRYPTO_XCBC is not set | ||
1170 | |||
1171 | # | ||
1172 | # Digest | ||
1173 | # | ||
1174 | # CONFIG_CRYPTO_CRC32C is not set | ||
1175 | # CONFIG_CRYPTO_MD4 is not set | ||
1176 | # CONFIG_CRYPTO_MD5 is not set | ||
1177 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1178 | # CONFIG_CRYPTO_RMD128 is not set | ||
1179 | # CONFIG_CRYPTO_RMD160 is not set | ||
1180 | # CONFIG_CRYPTO_RMD256 is not set | ||
1181 | # CONFIG_CRYPTO_RMD320 is not set | ||
1182 | # CONFIG_CRYPTO_SHA1 is not set | ||
1183 | # CONFIG_CRYPTO_SHA256 is not set | ||
1184 | # CONFIG_CRYPTO_SHA512 is not set | ||
1185 | # CONFIG_CRYPTO_TGR192 is not set | ||
1186 | # CONFIG_CRYPTO_WP512 is not set | ||
1187 | |||
1188 | # | ||
1189 | # Ciphers | ||
1190 | # | ||
1191 | # CONFIG_CRYPTO_AES is not set | ||
1192 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1193 | # CONFIG_CRYPTO_ARC4 is not set | ||
1194 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1195 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1196 | # CONFIG_CRYPTO_CAST5 is not set | ||
1197 | # CONFIG_CRYPTO_CAST6 is not set | ||
1198 | # CONFIG_CRYPTO_DES is not set | ||
1199 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1200 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1201 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1202 | # CONFIG_CRYPTO_SEED is not set | ||
1203 | # CONFIG_CRYPTO_SERPENT is not set | ||
1204 | # CONFIG_CRYPTO_TEA is not set | ||
1205 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1206 | |||
1207 | # | ||
1208 | # Compression | ||
1209 | # | ||
1210 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1211 | # CONFIG_CRYPTO_LZO is not set | ||
1212 | CONFIG_CRYPTO_HW=y | ||
1213 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
1214 | |||
1215 | # | ||
1216 | # Library routines | ||
1217 | # | ||
1218 | CONFIG_BITREVERSE=y | ||
1219 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
1220 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1221 | # CONFIG_CRC_CCITT is not set | ||
1222 | # CONFIG_CRC16 is not set | ||
1223 | # CONFIG_CRC_T10DIF is not set | ||
1224 | # CONFIG_CRC_ITU_T is not set | ||
1225 | CONFIG_CRC32=y | ||
1226 | # CONFIG_CRC7 is not set | ||
1227 | # CONFIG_LIBCRC32C is not set | ||
1228 | CONFIG_ZLIB_INFLATE=y | ||
1229 | CONFIG_ZLIB_DEFLATE=y | ||
1230 | CONFIG_PLIST=y | ||
1231 | CONFIG_HAS_IOMEM=y | ||
1232 | CONFIG_HAS_IOPORT=y | ||
1233 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/acs5k_tiny_defconfig b/arch/arm/configs/acs5k_tiny_defconfig new file mode 100644 index 000000000000..8e3d084afd78 --- /dev/null +++ b/arch/arm/configs/acs5k_tiny_defconfig | |||
@@ -0,0 +1,941 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.27-simtec-micrel1 | ||
4 | # Tue Jan 6 13:23:07 2009 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_GENERIC_TIME is not set | ||
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
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 is not set | ||
40 | CONFIG_SYSVIPC=y | ||
41 | CONFIG_SYSVIPC_SYSCTL=y | ||
42 | CONFIG_POSIX_MQUEUE=y | ||
43 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
44 | # CONFIG_TASKSTATS is not set | ||
45 | # CONFIG_AUDIT is not set | ||
46 | # CONFIG_IKCONFIG is not set | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | # CONFIG_CGROUPS is not set | ||
49 | # CONFIG_GROUP_SCHED is not set | ||
50 | CONFIG_SYSFS_DEPRECATED=y | ||
51 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
52 | # CONFIG_RELAY is not set | ||
53 | CONFIG_NAMESPACES=y | ||
54 | # CONFIG_UTS_NS is not set | ||
55 | # CONFIG_IPC_NS is not set | ||
56 | # CONFIG_USER_NS is not set | ||
57 | # CONFIG_PID_NS is not set | ||
58 | # CONFIG_BLK_DEV_INITRD is not set | ||
59 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
60 | CONFIG_SYSCTL=y | ||
61 | # CONFIG_EMBEDDED is not set | ||
62 | CONFIG_UID16=y | ||
63 | CONFIG_SYSCTL_SYSCALL=y | ||
64 | CONFIG_KALLSYMS=y | ||
65 | # CONFIG_KALLSYMS_ALL is not set | ||
66 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
67 | CONFIG_HOTPLUG=y | ||
68 | CONFIG_PRINTK=y | ||
69 | CONFIG_BUG=y | ||
70 | CONFIG_ELF_CORE=y | ||
71 | CONFIG_COMPAT_BRK=y | ||
72 | CONFIG_BASE_FULL=y | ||
73 | CONFIG_FUTEX=y | ||
74 | CONFIG_ANON_INODES=y | ||
75 | CONFIG_EPOLL=y | ||
76 | CONFIG_SIGNALFD=y | ||
77 | CONFIG_TIMERFD=y | ||
78 | CONFIG_EVENTFD=y | ||
79 | CONFIG_SHMEM=y | ||
80 | CONFIG_VM_EVENT_COUNTERS=y | ||
81 | CONFIG_SLAB=y | ||
82 | # CONFIG_SLUB is not set | ||
83 | # CONFIG_SLOB is not set | ||
84 | # CONFIG_PROFILING is not set | ||
85 | # CONFIG_MARKERS is not set | ||
86 | CONFIG_HAVE_OPROFILE=y | ||
87 | # CONFIG_KPROBES is not set | ||
88 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
89 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
90 | CONFIG_HAVE_KPROBES=y | ||
91 | CONFIG_HAVE_KRETPROBES=y | ||
92 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
93 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
94 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
95 | # CONFIG_HAVE_CLK is not set | ||
96 | CONFIG_PROC_PAGE_MONITOR=y | ||
97 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
98 | CONFIG_SLABINFO=y | ||
99 | CONFIG_RT_MUTEXES=y | ||
100 | # CONFIG_TINY_SHMEM is not set | ||
101 | CONFIG_BASE_SMALL=0 | ||
102 | CONFIG_MODULES=y | ||
103 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
104 | CONFIG_MODULE_UNLOAD=y | ||
105 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
106 | # CONFIG_MODVERSIONS is not set | ||
107 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
108 | CONFIG_KMOD=y | ||
109 | CONFIG_BLOCK=y | ||
110 | # CONFIG_LBD is not set | ||
111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
112 | # CONFIG_LSF is not set | ||
113 | # CONFIG_BLK_DEV_BSG is not set | ||
114 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
115 | |||
116 | # | ||
117 | # IO Schedulers | ||
118 | # | ||
119 | CONFIG_IOSCHED_NOOP=y | ||
120 | CONFIG_IOSCHED_AS=y | ||
121 | # CONFIG_IOSCHED_DEADLINE is not set | ||
122 | # CONFIG_IOSCHED_CFQ is not set | ||
123 | CONFIG_DEFAULT_AS=y | ||
124 | # CONFIG_DEFAULT_DEADLINE is not set | ||
125 | # CONFIG_DEFAULT_CFQ is not set | ||
126 | # CONFIG_DEFAULT_NOOP is not set | ||
127 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
128 | CONFIG_CLASSIC_RCU=y | ||
129 | |||
130 | # | ||
131 | # System Type | ||
132 | # | ||
133 | # CONFIG_ARCH_AAEC2000 is not set | ||
134 | # CONFIG_ARCH_INTEGRATOR is not set | ||
135 | # CONFIG_ARCH_REALVIEW is not set | ||
136 | # CONFIG_ARCH_VERSATILE is not set | ||
137 | # CONFIG_ARCH_AT91 is not set | ||
138 | # CONFIG_ARCH_CLPS7500 is not set | ||
139 | # CONFIG_ARCH_CLPS711X is not set | ||
140 | # CONFIG_ARCH_EBSA110 is not set | ||
141 | # CONFIG_ARCH_EP93XX is not set | ||
142 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
143 | # CONFIG_ARCH_NETX is not set | ||
144 | # CONFIG_ARCH_H720X is not set | ||
145 | # CONFIG_ARCH_IMX is not set | ||
146 | # CONFIG_ARCH_IOP13XX is not set | ||
147 | # CONFIG_ARCH_IOP32X is not set | ||
148 | # CONFIG_ARCH_IOP33X is not set | ||
149 | # CONFIG_ARCH_IXP23XX is not set | ||
150 | # CONFIG_ARCH_IXP2000 is not set | ||
151 | # CONFIG_ARCH_IXP4XX is not set | ||
152 | # CONFIG_ARCH_L7200 is not set | ||
153 | # CONFIG_ARCH_KIRKWOOD is not set | ||
154 | CONFIG_ARCH_KS8695=y | ||
155 | # CONFIG_ARCH_NS9XXX is not set | ||
156 | # CONFIG_ARCH_LOKI is not set | ||
157 | # CONFIG_ARCH_MV78XX0 is not set | ||
158 | # CONFIG_ARCH_MXC is not set | ||
159 | # CONFIG_ARCH_ORION5X is not set | ||
160 | # CONFIG_ARCH_PNX4008 is not set | ||
161 | # CONFIG_ARCH_PXA is not set | ||
162 | # CONFIG_ARCH_RPC is not set | ||
163 | # CONFIG_ARCH_SA1100 is not set | ||
164 | # CONFIG_ARCH_S3C2410 is not set | ||
165 | # CONFIG_ARCH_SHARK is not set | ||
166 | # CONFIG_ARCH_LH7A40X is not set | ||
167 | # CONFIG_ARCH_DAVINCI is not set | ||
168 | # CONFIG_ARCH_OMAP is not set | ||
169 | # CONFIG_ARCH_MSM7X00A is not set | ||
170 | |||
171 | # | ||
172 | # Boot options | ||
173 | # | ||
174 | |||
175 | # | ||
176 | # Power management | ||
177 | # | ||
178 | |||
179 | # | ||
180 | # Kendin/Micrel KS8695 Implementations | ||
181 | # | ||
182 | # CONFIG_MACH_KS8695 is not set | ||
183 | # CONFIG_MACH_DSM320 is not set | ||
184 | CONFIG_MACH_ACS5K=y | ||
185 | |||
186 | # | ||
187 | # Processor Type | ||
188 | # | ||
189 | CONFIG_CPU_32=y | ||
190 | CONFIG_CPU_ARM922T=y | ||
191 | CONFIG_CPU_32v4T=y | ||
192 | CONFIG_CPU_ABRT_EV4T=y | ||
193 | CONFIG_CPU_PABRT_NOIFAR=y | ||
194 | CONFIG_CPU_CACHE_V4WT=y | ||
195 | CONFIG_CPU_CACHE_VIVT=y | ||
196 | CONFIG_CPU_COPY_V4WB=y | ||
197 | CONFIG_CPU_TLB_V4WBI=y | ||
198 | CONFIG_CPU_CP15=y | ||
199 | CONFIG_CPU_CP15_MMU=y | ||
200 | |||
201 | # | ||
202 | # Processor Features | ||
203 | # | ||
204 | # CONFIG_ARM_THUMB is not set | ||
205 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
206 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
207 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
208 | # CONFIG_OUTER_CACHE is not set | ||
209 | |||
210 | # | ||
211 | # Bus support | ||
212 | # | ||
213 | # CONFIG_PCI is not set | ||
214 | # CONFIG_PCI_SYSCALL is not set | ||
215 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
216 | # CONFIG_PCCARD is not set | ||
217 | |||
218 | # | ||
219 | # Kernel Features | ||
220 | # | ||
221 | # CONFIG_TICK_ONESHOT is not set | ||
222 | # CONFIG_PREEMPT is not set | ||
223 | CONFIG_HZ=100 | ||
224 | CONFIG_AEABI=y | ||
225 | CONFIG_OABI_COMPAT=y | ||
226 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
227 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
228 | CONFIG_SELECT_MEMORY_MODEL=y | ||
229 | CONFIG_FLATMEM_MANUAL=y | ||
230 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
231 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
232 | CONFIG_FLATMEM=y | ||
233 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
234 | # CONFIG_SPARSEMEM_STATIC is not set | ||
235 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
236 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
237 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
238 | # CONFIG_RESOURCES_64BIT is not set | ||
239 | CONFIG_ZONE_DMA_FLAG=1 | ||
240 | CONFIG_BOUNCE=y | ||
241 | CONFIG_VIRT_TO_BUS=y | ||
242 | # CONFIG_LEDS is not set | ||
243 | CONFIG_ALIGNMENT_TRAP=y | ||
244 | |||
245 | # | ||
246 | # Boot options | ||
247 | # | ||
248 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
249 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
250 | CONFIG_CMDLINE="console=ttyAM0,115200 init=/bin/sh" | ||
251 | # CONFIG_XIP_KERNEL is not set | ||
252 | # CONFIG_KEXEC is not set | ||
253 | |||
254 | # | ||
255 | # Floating point emulation | ||
256 | # | ||
257 | |||
258 | # | ||
259 | # At least one emulation must be selected | ||
260 | # | ||
261 | CONFIG_FPE_NWFPE=y | ||
262 | # CONFIG_FPE_NWFPE_XP is not set | ||
263 | # CONFIG_FPE_FASTFPE is not set | ||
264 | |||
265 | # | ||
266 | # Userspace binary formats | ||
267 | # | ||
268 | CONFIG_BINFMT_ELF=y | ||
269 | # CONFIG_BINFMT_AOUT is not set | ||
270 | # CONFIG_BINFMT_MISC is not set | ||
271 | |||
272 | # | ||
273 | # Power management options | ||
274 | # | ||
275 | # CONFIG_PM is not set | ||
276 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
277 | CONFIG_NET=y | ||
278 | |||
279 | # | ||
280 | # Networking options | ||
281 | # | ||
282 | CONFIG_PACKET=y | ||
283 | # CONFIG_PACKET_MMAP is not set | ||
284 | CONFIG_UNIX=y | ||
285 | # CONFIG_NET_KEY is not set | ||
286 | CONFIG_INET=y | ||
287 | # CONFIG_IP_MULTICAST is not set | ||
288 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
289 | CONFIG_IP_FIB_HASH=y | ||
290 | # CONFIG_IP_PNP is not set | ||
291 | # CONFIG_NET_IPIP is not set | ||
292 | # CONFIG_NET_IPGRE is not set | ||
293 | # CONFIG_ARPD is not set | ||
294 | # CONFIG_SYN_COOKIES is not set | ||
295 | # CONFIG_INET_AH is not set | ||
296 | # CONFIG_INET_ESP is not set | ||
297 | # CONFIG_INET_IPCOMP is not set | ||
298 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
299 | # CONFIG_INET_TUNNEL is not set | ||
300 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
301 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
302 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
303 | # CONFIG_INET_LRO is not set | ||
304 | CONFIG_INET_DIAG=y | ||
305 | CONFIG_INET_TCP_DIAG=y | ||
306 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
307 | CONFIG_TCP_CONG_CUBIC=y | ||
308 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
309 | # CONFIG_TCP_MD5SIG is not set | ||
310 | # CONFIG_IPV6 is not set | ||
311 | # CONFIG_NETWORK_SECMARK is not set | ||
312 | # CONFIG_NETFILTER is not set | ||
313 | # CONFIG_IP_DCCP is not set | ||
314 | # CONFIG_IP_SCTP is not set | ||
315 | # CONFIG_TIPC is not set | ||
316 | # CONFIG_ATM is not set | ||
317 | # CONFIG_BRIDGE is not set | ||
318 | # CONFIG_VLAN_8021Q is not set | ||
319 | # CONFIG_DECNET is not set | ||
320 | # CONFIG_LLC2 is not set | ||
321 | # CONFIG_IPX is not set | ||
322 | # CONFIG_ATALK is not set | ||
323 | # CONFIG_X25 is not set | ||
324 | # CONFIG_LAPB is not set | ||
325 | # CONFIG_ECONET is not set | ||
326 | # CONFIG_WAN_ROUTER is not set | ||
327 | # CONFIG_NET_SCHED is not set | ||
328 | |||
329 | # | ||
330 | # Network testing | ||
331 | # | ||
332 | # CONFIG_NET_PKTGEN is not set | ||
333 | # CONFIG_HAMRADIO is not set | ||
334 | # CONFIG_CAN is not set | ||
335 | # CONFIG_IRDA is not set | ||
336 | # CONFIG_BT is not set | ||
337 | # CONFIG_AF_RXRPC is not set | ||
338 | |||
339 | # | ||
340 | # Wireless | ||
341 | # | ||
342 | # CONFIG_CFG80211 is not set | ||
343 | # CONFIG_WIRELESS_EXT is not set | ||
344 | # CONFIG_MAC80211 is not set | ||
345 | # CONFIG_IEEE80211 is not set | ||
346 | # CONFIG_RFKILL is not set | ||
347 | # CONFIG_NET_9P is not set | ||
348 | |||
349 | # | ||
350 | # Device Drivers | ||
351 | # | ||
352 | |||
353 | # | ||
354 | # Generic Driver Options | ||
355 | # | ||
356 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
357 | CONFIG_STANDALONE=y | ||
358 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
359 | CONFIG_FW_LOADER=y | ||
360 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
361 | CONFIG_EXTRA_FIRMWARE="" | ||
362 | # CONFIG_DEBUG_DRIVER is not set | ||
363 | # CONFIG_DEBUG_DEVRES is not set | ||
364 | # CONFIG_SYS_HYPERVISOR is not set | ||
365 | # CONFIG_CONNECTOR is not set | ||
366 | CONFIG_MTD=y | ||
367 | # CONFIG_MTD_DEBUG is not set | ||
368 | CONFIG_MTD_CONCAT=y | ||
369 | CONFIG_MTD_PARTITIONS=y | ||
370 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
371 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
372 | # CONFIG_MTD_AFS_PARTS is not set | ||
373 | # CONFIG_MTD_AR7_PARTS is not set | ||
374 | |||
375 | # | ||
376 | # User Modules And Translation Layers | ||
377 | # | ||
378 | CONFIG_MTD_CHAR=y | ||
379 | CONFIG_MTD_BLKDEVS=y | ||
380 | CONFIG_MTD_BLOCK=y | ||
381 | # CONFIG_FTL is not set | ||
382 | # CONFIG_NFTL is not set | ||
383 | # CONFIG_INFTL is not set | ||
384 | # CONFIG_RFD_FTL is not set | ||
385 | # CONFIG_SSFDC is not set | ||
386 | # CONFIG_MTD_OOPS is not set | ||
387 | |||
388 | # | ||
389 | # RAM/ROM/Flash chip drivers | ||
390 | # | ||
391 | CONFIG_MTD_CFI=y | ||
392 | CONFIG_MTD_JEDECPROBE=y | ||
393 | CONFIG_MTD_GEN_PROBE=y | ||
394 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
395 | CONFIG_MTD_CFI_NOSWAP=y | ||
396 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
397 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
398 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
399 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
400 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
401 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
402 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
403 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
404 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
405 | CONFIG_MTD_CFI_I1=y | ||
406 | CONFIG_MTD_CFI_I2=y | ||
407 | # CONFIG_MTD_CFI_I4 is not set | ||
408 | # CONFIG_MTD_CFI_I8 is not set | ||
409 | # CONFIG_MTD_OTP is not set | ||
410 | CONFIG_MTD_CFI_INTELEXT=y | ||
411 | CONFIG_MTD_CFI_AMDSTD=y | ||
412 | # CONFIG_MTD_CFI_STAA is not set | ||
413 | CONFIG_MTD_CFI_UTIL=y | ||
414 | # CONFIG_MTD_RAM is not set | ||
415 | # CONFIG_MTD_ROM is not set | ||
416 | # CONFIG_MTD_ABSENT is not set | ||
417 | |||
418 | # | ||
419 | # Mapping drivers for chip access | ||
420 | # | ||
421 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
422 | CONFIG_MTD_PHYSMAP=y | ||
423 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
424 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
425 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | ||
426 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
427 | # CONFIG_MTD_IMPA7 is not set | ||
428 | # CONFIG_MTD_PLATRAM is not set | ||
429 | |||
430 | # | ||
431 | # Self-contained MTD device drivers | ||
432 | # | ||
433 | # CONFIG_MTD_SLRAM is not set | ||
434 | # CONFIG_MTD_PHRAM is not set | ||
435 | # CONFIG_MTD_MTDRAM is not set | ||
436 | # CONFIG_MTD_BLOCK2MTD is not set | ||
437 | |||
438 | # | ||
439 | # Disk-On-Chip Device Drivers | ||
440 | # | ||
441 | # CONFIG_MTD_DOC2000 is not set | ||
442 | # CONFIG_MTD_DOC2001 is not set | ||
443 | # CONFIG_MTD_DOC2001PLUS is not set | ||
444 | # CONFIG_MTD_NAND is not set | ||
445 | # CONFIG_MTD_ONENAND is not set | ||
446 | |||
447 | # | ||
448 | # UBI - Unsorted block images | ||
449 | # | ||
450 | # CONFIG_MTD_UBI is not set | ||
451 | # CONFIG_PARPORT is not set | ||
452 | # CONFIG_BLK_DEV is not set | ||
453 | # CONFIG_MISC_DEVICES is not set | ||
454 | CONFIG_HAVE_IDE=y | ||
455 | # CONFIG_IDE is not set | ||
456 | |||
457 | # | ||
458 | # SCSI device support | ||
459 | # | ||
460 | # CONFIG_RAID_ATTRS is not set | ||
461 | # CONFIG_SCSI is not set | ||
462 | # CONFIG_SCSI_DMA is not set | ||
463 | # CONFIG_SCSI_NETLINK is not set | ||
464 | # CONFIG_ATA is not set | ||
465 | # CONFIG_MD is not set | ||
466 | CONFIG_NETDEVICES=y | ||
467 | # CONFIG_DUMMY is not set | ||
468 | # CONFIG_BONDING is not set | ||
469 | # CONFIG_MACVLAN is not set | ||
470 | # CONFIG_EQUALIZER is not set | ||
471 | # CONFIG_TUN is not set | ||
472 | # CONFIG_VETH is not set | ||
473 | # CONFIG_PHYLIB is not set | ||
474 | CONFIG_NET_ETHERNET=y | ||
475 | CONFIG_MII=y | ||
476 | CONFIG_ARM_KS8695_ETHER=y | ||
477 | # CONFIG_AX88796 is not set | ||
478 | # CONFIG_SMC91X is not set | ||
479 | # CONFIG_DM9000 is not set | ||
480 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
481 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
482 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
483 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
484 | # CONFIG_B44 is not set | ||
485 | # CONFIG_NETDEV_1000 is not set | ||
486 | # CONFIG_NETDEV_10000 is not set | ||
487 | |||
488 | # | ||
489 | # Wireless LAN | ||
490 | # | ||
491 | # CONFIG_WLAN_PRE80211 is not set | ||
492 | CONFIG_WLAN_80211=y | ||
493 | # CONFIG_LIBERTAS is not set | ||
494 | # CONFIG_IWLWIFI_LEDS is not set | ||
495 | # CONFIG_HOSTAP is not set | ||
496 | # CONFIG_WAN is not set | ||
497 | # CONFIG_PPP is not set | ||
498 | # CONFIG_SLIP is not set | ||
499 | # CONFIG_NETCONSOLE is not set | ||
500 | # CONFIG_NETPOLL is not set | ||
501 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
502 | # CONFIG_ISDN is not set | ||
503 | |||
504 | # | ||
505 | # Input device support | ||
506 | # | ||
507 | CONFIG_INPUT=y | ||
508 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
509 | # CONFIG_INPUT_POLLDEV is not set | ||
510 | |||
511 | # | ||
512 | # Userland interfaces | ||
513 | # | ||
514 | CONFIG_INPUT_MOUSEDEV=y | ||
515 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
516 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
517 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
518 | # CONFIG_INPUT_JOYDEV is not set | ||
519 | # CONFIG_INPUT_EVDEV is not set | ||
520 | # CONFIG_INPUT_EVBUG is not set | ||
521 | |||
522 | # | ||
523 | # Input Device Drivers | ||
524 | # | ||
525 | # CONFIG_INPUT_KEYBOARD is not set | ||
526 | # CONFIG_INPUT_MOUSE is not set | ||
527 | # CONFIG_INPUT_JOYSTICK is not set | ||
528 | # CONFIG_INPUT_TABLET is not set | ||
529 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
530 | # CONFIG_INPUT_MISC is not set | ||
531 | |||
532 | # | ||
533 | # Hardware I/O ports | ||
534 | # | ||
535 | # CONFIG_SERIO is not set | ||
536 | # CONFIG_GAMEPORT is not set | ||
537 | |||
538 | # | ||
539 | # Character devices | ||
540 | # | ||
541 | CONFIG_VT=y | ||
542 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
543 | CONFIG_VT_CONSOLE=y | ||
544 | CONFIG_HW_CONSOLE=y | ||
545 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
546 | CONFIG_DEVKMEM=y | ||
547 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
548 | |||
549 | # | ||
550 | # Serial drivers | ||
551 | # | ||
552 | # CONFIG_SERIAL_8250 is not set | ||
553 | |||
554 | # | ||
555 | # Non-8250 serial port support | ||
556 | # | ||
557 | CONFIG_SERIAL_KS8695=y | ||
558 | CONFIG_SERIAL_KS8695_CONSOLE=y | ||
559 | CONFIG_SERIAL_CORE=y | ||
560 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
561 | CONFIG_UNIX98_PTYS=y | ||
562 | CONFIG_LEGACY_PTYS=y | ||
563 | CONFIG_LEGACY_PTY_COUNT=256 | ||
564 | # CONFIG_IPMI_HANDLER is not set | ||
565 | # CONFIG_HW_RANDOM is not set | ||
566 | # CONFIG_NVRAM is not set | ||
567 | # CONFIG_R3964 is not set | ||
568 | # CONFIG_RAW_DRIVER is not set | ||
569 | # CONFIG_TCG_TPM is not set | ||
570 | CONFIG_ACS5KCAN=y | ||
571 | CONFIG_I2C=y | ||
572 | CONFIG_I2C_BOARDINFO=y | ||
573 | CONFIG_I2C_CHARDEV=y | ||
574 | CONFIG_I2C_HELPER_AUTO=y | ||
575 | CONFIG_I2C_ALGOBIT=y | ||
576 | |||
577 | # | ||
578 | # I2C Hardware Bus support | ||
579 | # | ||
580 | |||
581 | # | ||
582 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
583 | # | ||
584 | CONFIG_I2C_GPIO=y | ||
585 | # CONFIG_I2C_OCORES is not set | ||
586 | # CONFIG_I2C_SIMTEC is not set | ||
587 | |||
588 | # | ||
589 | # External I2C/SMBus adapter drivers | ||
590 | # | ||
591 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
592 | # CONFIG_I2C_TAOS_EVM is not set | ||
593 | |||
594 | # | ||
595 | # Other I2C/SMBus bus drivers | ||
596 | # | ||
597 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
598 | # CONFIG_I2C_STUB is not set | ||
599 | |||
600 | # | ||
601 | # Miscellaneous I2C Chip support | ||
602 | # | ||
603 | # CONFIG_DS1682 is not set | ||
604 | # CONFIG_AT24 is not set | ||
605 | # CONFIG_SENSORS_EEPROM is not set | ||
606 | # CONFIG_SENSORS_PCF8574 is not set | ||
607 | # CONFIG_PCF8575 is not set | ||
608 | # CONFIG_SENSORS_PCF8591 is not set | ||
609 | # CONFIG_TPS65010 is not set | ||
610 | # CONFIG_SENSORS_MAX6875 is not set | ||
611 | # CONFIG_SENSORS_TSL2550 is not set | ||
612 | # CONFIG_I2C_DEBUG_CORE is not set | ||
613 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
614 | # CONFIG_I2C_DEBUG_BUS is not set | ||
615 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
616 | # CONFIG_SPI is not set | ||
617 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
618 | CONFIG_GPIOLIB=y | ||
619 | # CONFIG_DEBUG_GPIO is not set | ||
620 | CONFIG_GPIO_SYSFS=y | ||
621 | |||
622 | # | ||
623 | # I2C GPIO expanders: | ||
624 | # | ||
625 | # CONFIG_GPIO_MAX732X is not set | ||
626 | CONFIG_GPIO_PCA953X=y | ||
627 | # CONFIG_GPIO_PCF857X is not set | ||
628 | |||
629 | # | ||
630 | # PCI GPIO expanders: | ||
631 | # | ||
632 | |||
633 | # | ||
634 | # SPI GPIO expanders: | ||
635 | # | ||
636 | # CONFIG_W1 is not set | ||
637 | # CONFIG_POWER_SUPPLY is not set | ||
638 | # CONFIG_HWMON is not set | ||
639 | CONFIG_WATCHDOG=y | ||
640 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
641 | |||
642 | # | ||
643 | # Watchdog Device Drivers | ||
644 | # | ||
645 | # CONFIG_SOFT_WATCHDOG is not set | ||
646 | CONFIG_KS8695_WATCHDOG=y | ||
647 | |||
648 | # | ||
649 | # Sonics Silicon Backplane | ||
650 | # | ||
651 | CONFIG_SSB_POSSIBLE=y | ||
652 | # CONFIG_SSB is not set | ||
653 | |||
654 | # | ||
655 | # Multifunction device drivers | ||
656 | # | ||
657 | # CONFIG_MFD_CORE is not set | ||
658 | # CONFIG_MFD_SM501 is not set | ||
659 | # CONFIG_MFD_ASIC3 is not set | ||
660 | # CONFIG_HTC_EGPIO is not set | ||
661 | # CONFIG_HTC_PASIC3 is not set | ||
662 | # CONFIG_MFD_TMIO is not set | ||
663 | # CONFIG_MFD_T7L66XB is not set | ||
664 | # CONFIG_MFD_TC6387XB is not set | ||
665 | # CONFIG_MFD_TC6393XB is not set | ||
666 | |||
667 | # | ||
668 | # Multimedia devices | ||
669 | # | ||
670 | |||
671 | # | ||
672 | # Multimedia core support | ||
673 | # | ||
674 | # CONFIG_VIDEO_DEV is not set | ||
675 | # CONFIG_DVB_CORE is not set | ||
676 | # CONFIG_VIDEO_MEDIA is not set | ||
677 | |||
678 | # | ||
679 | # Multimedia drivers | ||
680 | # | ||
681 | # CONFIG_DAB is not set | ||
682 | |||
683 | # | ||
684 | # Graphics support | ||
685 | # | ||
686 | # CONFIG_VGASTATE is not set | ||
687 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
688 | # CONFIG_FB is not set | ||
689 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
690 | |||
691 | # | ||
692 | # Display device support | ||
693 | # | ||
694 | # CONFIG_DISPLAY_SUPPORT is not set | ||
695 | |||
696 | # | ||
697 | # Console display driver support | ||
698 | # | ||
699 | # CONFIG_VGA_CONSOLE is not set | ||
700 | CONFIG_DUMMY_CONSOLE=y | ||
701 | # CONFIG_SOUND is not set | ||
702 | # CONFIG_HID_SUPPORT is not set | ||
703 | # CONFIG_USB_SUPPORT is not set | ||
704 | # CONFIG_MMC is not set | ||
705 | # CONFIG_NEW_LEDS is not set | ||
706 | CONFIG_RTC_LIB=y | ||
707 | CONFIG_RTC_CLASS=y | ||
708 | CONFIG_RTC_HCTOSYS=y | ||
709 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
710 | # CONFIG_RTC_DEBUG is not set | ||
711 | |||
712 | # | ||
713 | # RTC interfaces | ||
714 | # | ||
715 | CONFIG_RTC_INTF_SYSFS=y | ||
716 | CONFIG_RTC_INTF_PROC=y | ||
717 | CONFIG_RTC_INTF_DEV=y | ||
718 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
719 | # CONFIG_RTC_DRV_TEST is not set | ||
720 | |||
721 | # | ||
722 | # I2C RTC drivers | ||
723 | # | ||
724 | # CONFIG_RTC_DRV_DS1307 is not set | ||
725 | # CONFIG_RTC_DRV_DS1374 is not set | ||
726 | # CONFIG_RTC_DRV_DS1672 is not set | ||
727 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
728 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
729 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
730 | # CONFIG_RTC_DRV_X1205 is not set | ||
731 | CONFIG_RTC_DRV_PCF8563=y | ||
732 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
733 | # CONFIG_RTC_DRV_M41T80 is not set | ||
734 | # CONFIG_RTC_DRV_S35390A is not set | ||
735 | # CONFIG_RTC_DRV_FM3130 is not set | ||
736 | |||
737 | # | ||
738 | # SPI RTC drivers | ||
739 | # | ||
740 | |||
741 | # | ||
742 | # Platform RTC drivers | ||
743 | # | ||
744 | # CONFIG_RTC_DRV_CMOS is not set | ||
745 | # CONFIG_RTC_DRV_DS1511 is not set | ||
746 | # CONFIG_RTC_DRV_DS1553 is not set | ||
747 | # CONFIG_RTC_DRV_DS1742 is not set | ||
748 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
749 | # CONFIG_RTC_DRV_M48T86 is not set | ||
750 | # CONFIG_RTC_DRV_M48T59 is not set | ||
751 | # CONFIG_RTC_DRV_V3020 is not set | ||
752 | |||
753 | # | ||
754 | # on-CPU RTC drivers | ||
755 | # | ||
756 | # CONFIG_DMADEVICES is not set | ||
757 | |||
758 | # | ||
759 | # Voltage and Current regulators | ||
760 | # | ||
761 | # CONFIG_REGULATOR is not set | ||
762 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
763 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
764 | # CONFIG_REGULATOR_BQ24022 is not set | ||
765 | # CONFIG_UIO is not set | ||
766 | |||
767 | # | ||
768 | # File systems | ||
769 | # | ||
770 | # CONFIG_EXT2_FS is not set | ||
771 | # CONFIG_EXT3_FS is not set | ||
772 | # CONFIG_EXT4DEV_FS is not set | ||
773 | # CONFIG_REISERFS_FS is not set | ||
774 | # CONFIG_JFS_FS is not set | ||
775 | # CONFIG_FS_POSIX_ACL is not set | ||
776 | # CONFIG_XFS_FS is not set | ||
777 | # CONFIG_OCFS2_FS is not set | ||
778 | CONFIG_DNOTIFY=y | ||
779 | CONFIG_INOTIFY=y | ||
780 | CONFIG_INOTIFY_USER=y | ||
781 | # CONFIG_QUOTA is not set | ||
782 | # CONFIG_AUTOFS_FS is not set | ||
783 | # CONFIG_AUTOFS4_FS is not set | ||
784 | # CONFIG_FUSE_FS is not set | ||
785 | |||
786 | # | ||
787 | # CD-ROM/DVD Filesystems | ||
788 | # | ||
789 | # CONFIG_ISO9660_FS is not set | ||
790 | # CONFIG_UDF_FS is not set | ||
791 | |||
792 | # | ||
793 | # DOS/FAT/NT Filesystems | ||
794 | # | ||
795 | # CONFIG_MSDOS_FS is not set | ||
796 | # CONFIG_VFAT_FS is not set | ||
797 | # CONFIG_NTFS_FS is not set | ||
798 | |||
799 | # | ||
800 | # Pseudo filesystems | ||
801 | # | ||
802 | CONFIG_PROC_FS=y | ||
803 | CONFIG_PROC_SYSCTL=y | ||
804 | CONFIG_SYSFS=y | ||
805 | CONFIG_TMPFS=y | ||
806 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
807 | # CONFIG_HUGETLB_PAGE is not set | ||
808 | # CONFIG_CONFIGFS_FS is not set | ||
809 | |||
810 | # | ||
811 | # Miscellaneous filesystems | ||
812 | # | ||
813 | # CONFIG_ADFS_FS is not set | ||
814 | # CONFIG_AFFS_FS is not set | ||
815 | # CONFIG_HFS_FS is not set | ||
816 | # CONFIG_HFSPLUS_FS is not set | ||
817 | # CONFIG_BEFS_FS is not set | ||
818 | # CONFIG_BFS_FS is not set | ||
819 | # CONFIG_EFS_FS is not set | ||
820 | CONFIG_JFFS2_FS=y | ||
821 | CONFIG_JFFS2_FS_DEBUG=0 | ||
822 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
823 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
824 | CONFIG_JFFS2_SUMMARY=y | ||
825 | # CONFIG_JFFS2_FS_XATTR is not set | ||
826 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
827 | CONFIG_JFFS2_ZLIB=y | ||
828 | # CONFIG_JFFS2_LZO is not set | ||
829 | CONFIG_JFFS2_RTIME=y | ||
830 | CONFIG_JFFS2_RUBIN=y | ||
831 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
832 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
833 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
834 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
835 | # CONFIG_CRAMFS is not set | ||
836 | CONFIG_SQUASHFS=y | ||
837 | # CONFIG_SQUASHFS_EMBEDDED is not set | ||
838 | CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 | ||
839 | # CONFIG_VXFS_FS is not set | ||
840 | # CONFIG_MINIX_FS is not set | ||
841 | # CONFIG_OMFS_FS is not set | ||
842 | # CONFIG_HPFS_FS is not set | ||
843 | # CONFIG_QNX4FS_FS is not set | ||
844 | # CONFIG_ROMFS_FS is not set | ||
845 | # CONFIG_SYSV_FS is not set | ||
846 | # CONFIG_UFS_FS is not set | ||
847 | # CONFIG_NETWORK_FILESYSTEMS is not set | ||
848 | |||
849 | # | ||
850 | # Partition Types | ||
851 | # | ||
852 | # CONFIG_PARTITION_ADVANCED is not set | ||
853 | CONFIG_MSDOS_PARTITION=y | ||
854 | # CONFIG_NLS is not set | ||
855 | # CONFIG_DLM is not set | ||
856 | |||
857 | # | ||
858 | # Kernel hacking | ||
859 | # | ||
860 | # CONFIG_PRINTK_TIME is not set | ||
861 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
862 | CONFIG_ENABLE_MUST_CHECK=y | ||
863 | CONFIG_FRAME_WARN=1024 | ||
864 | # CONFIG_MAGIC_SYSRQ is not set | ||
865 | # CONFIG_UNUSED_SYMBOLS is not set | ||
866 | # CONFIG_DEBUG_FS is not set | ||
867 | # CONFIG_HEADERS_CHECK is not set | ||
868 | CONFIG_DEBUG_KERNEL=y | ||
869 | # CONFIG_DEBUG_SHIRQ is not set | ||
870 | CONFIG_DETECT_SOFTLOCKUP=y | ||
871 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
872 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
873 | CONFIG_SCHED_DEBUG=y | ||
874 | # CONFIG_SCHEDSTATS is not set | ||
875 | # CONFIG_TIMER_STATS is not set | ||
876 | # CONFIG_DEBUG_OBJECTS is not set | ||
877 | # CONFIG_DEBUG_SLAB is not set | ||
878 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
879 | # CONFIG_RT_MUTEX_TESTER is not set | ||
880 | # CONFIG_DEBUG_SPINLOCK is not set | ||
881 | CONFIG_DEBUG_MUTEXES=y | ||
882 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
883 | # CONFIG_PROVE_LOCKING is not set | ||
884 | # CONFIG_LOCK_STAT is not set | ||
885 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
886 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
887 | # CONFIG_DEBUG_KOBJECT is not set | ||
888 | CONFIG_DEBUG_BUGVERBOSE=y | ||
889 | # CONFIG_DEBUG_INFO is not set | ||
890 | # CONFIG_DEBUG_VM is not set | ||
891 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
892 | CONFIG_DEBUG_MEMORY_INIT=y | ||
893 | # CONFIG_DEBUG_LIST is not set | ||
894 | # CONFIG_DEBUG_SG is not set | ||
895 | CONFIG_FRAME_POINTER=y | ||
896 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
897 | # CONFIG_RCU_TORTURE_TEST is not set | ||
898 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
899 | # CONFIG_FAULT_INJECTION is not set | ||
900 | # CONFIG_LATENCYTOP is not set | ||
901 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
902 | CONFIG_HAVE_FTRACE=y | ||
903 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
904 | # CONFIG_FTRACE is not set | ||
905 | # CONFIG_SCHED_TRACER is not set | ||
906 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
907 | # CONFIG_SAMPLES is not set | ||
908 | CONFIG_HAVE_ARCH_KGDB=y | ||
909 | # CONFIG_KGDB is not set | ||
910 | CONFIG_DEBUG_USER=y | ||
911 | # CONFIG_DEBUG_ERRORS is not set | ||
912 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
913 | # CONFIG_DEBUG_LL is not set | ||
914 | |||
915 | # | ||
916 | # Security options | ||
917 | # | ||
918 | # CONFIG_KEYS is not set | ||
919 | # CONFIG_SECURITY is not set | ||
920 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
921 | # CONFIG_CRYPTO is not set | ||
922 | |||
923 | # | ||
924 | # Library routines | ||
925 | # | ||
926 | CONFIG_BITREVERSE=y | ||
927 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
928 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
929 | # CONFIG_CRC_CCITT is not set | ||
930 | # CONFIG_CRC16 is not set | ||
931 | # CONFIG_CRC_T10DIF is not set | ||
932 | # CONFIG_CRC_ITU_T is not set | ||
933 | CONFIG_CRC32=y | ||
934 | # CONFIG_CRC7 is not set | ||
935 | # CONFIG_LIBCRC32C is not set | ||
936 | CONFIG_ZLIB_INFLATE=y | ||
937 | CONFIG_ZLIB_DEFLATE=y | ||
938 | CONFIG_PLIST=y | ||
939 | CONFIG_HAS_IOMEM=y | ||
940 | CONFIG_HAS_IOPORT=y | ||
941 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/assabet_defconfig b/arch/arm/configs/assabet_defconfig index b1cd331aaecf..c66dd399e426 100644 --- a/arch/arm/configs/assabet_defconfig +++ b/arch/arm/configs/assabet_defconfig | |||
@@ -89,7 +89,6 @@ CONFIG_SA1100_ASSABET=y | |||
89 | # CONFIG_SA1100_COLLIE is not set | 89 | # CONFIG_SA1100_COLLIE is not set |
90 | # CONFIG_SA1100_H3100 is not set | 90 | # CONFIG_SA1100_H3100 is not set |
91 | # CONFIG_SA1100_H3600 is not set | 91 | # CONFIG_SA1100_H3600 is not set |
92 | # CONFIG_SA1100_H3800 is not set | ||
93 | # CONFIG_SA1100_BADGE4 is not set | 92 | # CONFIG_SA1100_BADGE4 is not set |
94 | # CONFIG_SA1100_JORNADA720 is not set | 93 | # CONFIG_SA1100_JORNADA720 is not set |
95 | # CONFIG_SA1100_HACKKIT is not set | 94 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/badge4_defconfig b/arch/arm/configs/badge4_defconfig index 80222feb7dad..f264846218a2 100644 --- a/arch/arm/configs/badge4_defconfig +++ b/arch/arm/configs/badge4_defconfig | |||
@@ -91,7 +91,6 @@ CONFIG_ARCH_SA1100=y | |||
91 | # CONFIG_SA1100_COLLIE is not set | 91 | # CONFIG_SA1100_COLLIE is not set |
92 | # CONFIG_SA1100_H3100 is not set | 92 | # CONFIG_SA1100_H3100 is not set |
93 | # CONFIG_SA1100_H3600 is not set | 93 | # CONFIG_SA1100_H3600 is not set |
94 | # CONFIG_SA1100_H3800 is not set | ||
95 | CONFIG_SA1100_BADGE4=y | 94 | CONFIG_SA1100_BADGE4=y |
96 | # CONFIG_SA1100_JORNADA720 is not set | 95 | # CONFIG_SA1100_JORNADA720 is not set |
97 | # CONFIG_SA1100_HACKKIT is not set | 96 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/cerfcube_defconfig b/arch/arm/configs/cerfcube_defconfig index ee130b528bd4..2b4c0668b1b4 100644 --- a/arch/arm/configs/cerfcube_defconfig +++ b/arch/arm/configs/cerfcube_defconfig | |||
@@ -93,7 +93,6 @@ CONFIG_SA1100_CERF_FLASH_16MB=y | |||
93 | # CONFIG_SA1100_COLLIE is not set | 93 | # CONFIG_SA1100_COLLIE is not set |
94 | # CONFIG_SA1100_H3100 is not set | 94 | # CONFIG_SA1100_H3100 is not set |
95 | # CONFIG_SA1100_H3600 is not set | 95 | # CONFIG_SA1100_H3600 is not set |
96 | # CONFIG_SA1100_H3800 is not set | ||
97 | # CONFIG_SA1100_BADGE4 is not set | 96 | # CONFIG_SA1100_BADGE4 is not set |
98 | # CONFIG_SA1100_JORNADA720 is not set | 97 | # CONFIG_SA1100_JORNADA720 is not set |
99 | # CONFIG_SA1100_HACKKIT is not set | 98 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/xm_x2xx_defconfig b/arch/arm/configs/cm_x2xx_defconfig index 1039f366bf8d..797b790cba78 100644 --- a/arch/arm/configs/xm_x2xx_defconfig +++ b/arch/arm/configs/cm_x2xx_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.27-rc8 | 3 | # Linux kernel version: 2.6.29-rc2 |
4 | # Sun Oct 5 11:05:36 2008 | 4 | # Sun Feb 1 16:31:36 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -22,7 +22,6 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
23 | CONFIG_GENERIC_HWEIGHT=y | 23 | CONFIG_GENERIC_HWEIGHT=y |
24 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
25 | CONFIG_ARCH_SUPPORTS_AOUT=y | ||
26 | CONFIG_ZONE_DMA=y | 25 | CONFIG_ZONE_DMA=y |
27 | CONFIG_ARCH_MTD_XIP=y | 26 | CONFIG_ARCH_MTD_XIP=y |
28 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 27 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
@@ -47,12 +46,12 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
47 | CONFIG_IKCONFIG=y | 46 | CONFIG_IKCONFIG=y |
48 | CONFIG_IKCONFIG_PROC=y | 47 | CONFIG_IKCONFIG_PROC=y |
49 | CONFIG_LOG_BUF_SHIFT=14 | 48 | CONFIG_LOG_BUF_SHIFT=14 |
50 | # CONFIG_CGROUPS is not set | ||
51 | CONFIG_GROUP_SCHED=y | 49 | CONFIG_GROUP_SCHED=y |
52 | CONFIG_FAIR_GROUP_SCHED=y | 50 | CONFIG_FAIR_GROUP_SCHED=y |
53 | # CONFIG_RT_GROUP_SCHED is not set | 51 | # CONFIG_RT_GROUP_SCHED is not set |
54 | CONFIG_USER_SCHED=y | 52 | CONFIG_USER_SCHED=y |
55 | # CONFIG_CGROUP_SCHED is not set | 53 | # CONFIG_CGROUP_SCHED is not set |
54 | # CONFIG_CGROUPS is not set | ||
56 | CONFIG_SYSFS_DEPRECATED=y | 55 | CONFIG_SYSFS_DEPRECATED=y |
57 | CONFIG_SYSFS_DEPRECATED_V2=y | 56 | CONFIG_SYSFS_DEPRECATED_V2=y |
58 | # CONFIG_RELAY is not set | 57 | # CONFIG_RELAY is not set |
@@ -80,27 +79,21 @@ CONFIG_SIGNALFD=y | |||
80 | CONFIG_TIMERFD=y | 79 | CONFIG_TIMERFD=y |
81 | CONFIG_EVENTFD=y | 80 | CONFIG_EVENTFD=y |
82 | CONFIG_SHMEM=y | 81 | CONFIG_SHMEM=y |
82 | CONFIG_AIO=y | ||
83 | # CONFIG_VM_EVENT_COUNTERS is not set | 83 | # CONFIG_VM_EVENT_COUNTERS is not set |
84 | CONFIG_PCI_QUIRKS=y | ||
84 | # CONFIG_SLUB_DEBUG is not set | 85 | # CONFIG_SLUB_DEBUG is not set |
85 | # CONFIG_SLAB is not set | 86 | # CONFIG_SLAB is not set |
86 | CONFIG_SLUB=y | 87 | CONFIG_SLUB=y |
87 | # CONFIG_SLOB is not set | 88 | # CONFIG_SLOB is not set |
88 | # CONFIG_PROFILING is not set | 89 | # CONFIG_PROFILING is not set |
89 | # CONFIG_MARKERS is not set | ||
90 | CONFIG_HAVE_OPROFILE=y | 90 | CONFIG_HAVE_OPROFILE=y |
91 | # CONFIG_KPROBES is not set | 91 | # CONFIG_KPROBES is not set |
92 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
93 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
94 | CONFIG_HAVE_KPROBES=y | 92 | CONFIG_HAVE_KPROBES=y |
95 | CONFIG_HAVE_KRETPROBES=y | 93 | CONFIG_HAVE_KRETPROBES=y |
96 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
97 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
98 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
99 | CONFIG_HAVE_CLK=y | 94 | CONFIG_HAVE_CLK=y |
100 | # CONFIG_PROC_PAGE_MONITOR is not set | ||
101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | 95 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
102 | CONFIG_RT_MUTEXES=y | 96 | CONFIG_RT_MUTEXES=y |
103 | # CONFIG_TINY_SHMEM is not set | ||
104 | CONFIG_BASE_SMALL=0 | 97 | CONFIG_BASE_SMALL=0 |
105 | CONFIG_MODULES=y | 98 | CONFIG_MODULES=y |
106 | # CONFIG_MODULE_FORCE_LOAD is not set | 99 | # CONFIG_MODULE_FORCE_LOAD is not set |
@@ -108,11 +101,9 @@ CONFIG_MODULE_UNLOAD=y | |||
108 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 101 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
109 | # CONFIG_MODVERSIONS is not set | 102 | # CONFIG_MODVERSIONS is not set |
110 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 103 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
111 | CONFIG_KMOD=y | ||
112 | CONFIG_BLOCK=y | 104 | CONFIG_BLOCK=y |
113 | # CONFIG_LBD is not set | 105 | # CONFIG_LBD is not set |
114 | # CONFIG_BLK_DEV_IO_TRACE is not set | 106 | # CONFIG_BLK_DEV_IO_TRACE is not set |
115 | # CONFIG_LSF is not set | ||
116 | # CONFIG_BLK_DEV_BSG is not set | 107 | # CONFIG_BLK_DEV_BSG is not set |
117 | # CONFIG_BLK_DEV_INTEGRITY is not set | 108 | # CONFIG_BLK_DEV_INTEGRITY is not set |
118 | 109 | ||
@@ -129,6 +120,11 @@ CONFIG_DEFAULT_CFQ=y | |||
129 | # CONFIG_DEFAULT_NOOP is not set | 120 | # CONFIG_DEFAULT_NOOP is not set |
130 | CONFIG_DEFAULT_IOSCHED="cfq" | 121 | CONFIG_DEFAULT_IOSCHED="cfq" |
131 | CONFIG_CLASSIC_RCU=y | 122 | CONFIG_CLASSIC_RCU=y |
123 | # CONFIG_TREE_RCU is not set | ||
124 | # CONFIG_PREEMPT_RCU is not set | ||
125 | # CONFIG_TREE_RCU_TRACE is not set | ||
126 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
127 | CONFIG_FREEZER=y | ||
132 | 128 | ||
133 | # | 129 | # |
134 | # System Type | 130 | # System Type |
@@ -138,7 +134,6 @@ CONFIG_CLASSIC_RCU=y | |||
138 | # CONFIG_ARCH_REALVIEW is not set | 134 | # CONFIG_ARCH_REALVIEW is not set |
139 | # CONFIG_ARCH_VERSATILE is not set | 135 | # CONFIG_ARCH_VERSATILE is not set |
140 | # CONFIG_ARCH_AT91 is not set | 136 | # CONFIG_ARCH_AT91 is not set |
141 | # CONFIG_ARCH_CLPS7500 is not set | ||
142 | # CONFIG_ARCH_CLPS711X is not set | 137 | # CONFIG_ARCH_CLPS711X is not set |
143 | # CONFIG_ARCH_EBSA110 is not set | 138 | # CONFIG_ARCH_EBSA110 is not set |
144 | # CONFIG_ARCH_EP93XX is not set | 139 | # CONFIG_ARCH_EP93XX is not set |
@@ -165,17 +160,19 @@ CONFIG_ARCH_PXA=y | |||
165 | # CONFIG_ARCH_RPC is not set | 160 | # CONFIG_ARCH_RPC is not set |
166 | # CONFIG_ARCH_SA1100 is not set | 161 | # CONFIG_ARCH_SA1100 is not set |
167 | # CONFIG_ARCH_S3C2410 is not set | 162 | # CONFIG_ARCH_S3C2410 is not set |
163 | # CONFIG_ARCH_S3C64XX is not set | ||
168 | # CONFIG_ARCH_SHARK is not set | 164 | # CONFIG_ARCH_SHARK is not set |
169 | # CONFIG_ARCH_LH7A40X is not set | 165 | # CONFIG_ARCH_LH7A40X is not set |
170 | # CONFIG_ARCH_DAVINCI is not set | 166 | # CONFIG_ARCH_DAVINCI is not set |
171 | # CONFIG_ARCH_OMAP is not set | 167 | # CONFIG_ARCH_OMAP is not set |
172 | # CONFIG_ARCH_MSM7X00A is not set | 168 | # CONFIG_ARCH_MSM is not set |
173 | CONFIG_DMABOUNCE=y | 169 | # CONFIG_ARCH_W90X900 is not set |
174 | 170 | ||
175 | # | 171 | # |
176 | # Intel PXA2xx/PXA3xx Implementations | 172 | # Intel PXA2xx/PXA3xx Implementations |
177 | # | 173 | # |
178 | # CONFIG_ARCH_GUMSTIX is not set | 174 | # CONFIG_ARCH_GUMSTIX is not set |
175 | # CONFIG_MACH_INTELMOTE2 is not set | ||
179 | # CONFIG_ARCH_LUBBOCK is not set | 176 | # CONFIG_ARCH_LUBBOCK is not set |
180 | # CONFIG_MACH_LOGICPD_PXA270 is not set | 177 | # CONFIG_MACH_LOGICPD_PXA270 is not set |
181 | # CONFIG_MACH_MAINSTONE is not set | 178 | # CONFIG_MACH_MAINSTONE is not set |
@@ -185,7 +182,9 @@ CONFIG_DMABOUNCE=y | |||
185 | # CONFIG_ARCH_VIPER is not set | 182 | # CONFIG_ARCH_VIPER is not set |
186 | # CONFIG_ARCH_PXA_ESERIES is not set | 183 | # CONFIG_ARCH_PXA_ESERIES is not set |
187 | # CONFIG_TRIZEPS_PXA is not set | 184 | # CONFIG_TRIZEPS_PXA is not set |
188 | CONFIG_MACH_EM_X270=y | 185 | # CONFIG_MACH_H5000 is not set |
186 | # CONFIG_MACH_EM_X270 is not set | ||
187 | # CONFIG_MACH_EXEDA is not set | ||
189 | # CONFIG_MACH_COLIBRI is not set | 188 | # CONFIG_MACH_COLIBRI is not set |
190 | # CONFIG_MACH_ZYLONITE is not set | 189 | # CONFIG_MACH_ZYLONITE is not set |
191 | # CONFIG_MACH_LITTLETON is not set | 190 | # CONFIG_MACH_LITTLETON is not set |
@@ -204,14 +203,6 @@ CONFIG_PXA_SSP=y | |||
204 | # CONFIG_PXA_PWM is not set | 203 | # CONFIG_PXA_PWM is not set |
205 | 204 | ||
206 | # | 205 | # |
207 | # Boot options | ||
208 | # | ||
209 | |||
210 | # | ||
211 | # Power management | ||
212 | # | ||
213 | |||
214 | # | ||
215 | # Processor Type | 206 | # Processor Type |
216 | # | 207 | # |
217 | CONFIG_CPU_32=y | 208 | CONFIG_CPU_32=y |
@@ -232,6 +223,8 @@ CONFIG_ARM_THUMB=y | |||
232 | # CONFIG_OUTER_CACHE is not set | 223 | # CONFIG_OUTER_CACHE is not set |
233 | CONFIG_IWMMXT=y | 224 | CONFIG_IWMMXT=y |
234 | CONFIG_XSCALE_PMU=y | 225 | CONFIG_XSCALE_PMU=y |
226 | CONFIG_DMABOUNCE=y | ||
227 | CONFIG_COMMON_CLKDEV=y | ||
235 | 228 | ||
236 | # | 229 | # |
237 | # Bus support | 230 | # Bus support |
@@ -242,6 +235,7 @@ CONFIG_PCI_HOST_ITE8152=y | |||
242 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 235 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
243 | CONFIG_PCI_LEGACY=y | 236 | CONFIG_PCI_LEGACY=y |
244 | # CONFIG_PCI_DEBUG is not set | 237 | # CONFIG_PCI_DEBUG is not set |
238 | # CONFIG_PCI_STUB is not set | ||
245 | CONFIG_PCCARD=m | 239 | CONFIG_PCCARD=m |
246 | # CONFIG_PCMCIA_DEBUG is not set | 240 | # CONFIG_PCMCIA_DEBUG is not set |
247 | CONFIG_PCMCIA=m | 241 | CONFIG_PCMCIA=m |
@@ -287,14 +281,13 @@ CONFIG_FLATMEM_MANUAL=y | |||
287 | # CONFIG_SPARSEMEM_MANUAL is not set | 281 | # CONFIG_SPARSEMEM_MANUAL is not set |
288 | CONFIG_FLATMEM=y | 282 | CONFIG_FLATMEM=y |
289 | CONFIG_FLAT_NODE_MEM_MAP=y | 283 | CONFIG_FLAT_NODE_MEM_MAP=y |
290 | # CONFIG_SPARSEMEM_STATIC is not set | ||
291 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
292 | CONFIG_PAGEFLAGS_EXTENDED=y | 284 | CONFIG_PAGEFLAGS_EXTENDED=y |
293 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 285 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
294 | # CONFIG_RESOURCES_64BIT is not set | 286 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
295 | CONFIG_ZONE_DMA_FLAG=1 | 287 | CONFIG_ZONE_DMA_FLAG=1 |
296 | CONFIG_BOUNCE=y | 288 | CONFIG_BOUNCE=y |
297 | CONFIG_VIRT_TO_BUS=y | 289 | CONFIG_VIRT_TO_BUS=y |
290 | CONFIG_UNEVICTABLE_LRU=y | ||
298 | CONFIG_ALIGNMENT_TRAP=y | 291 | CONFIG_ALIGNMENT_TRAP=y |
299 | 292 | ||
300 | # | 293 | # |
@@ -327,6 +320,8 @@ CONFIG_FPE_NWFPE=y | |||
327 | # Userspace binary formats | 320 | # Userspace binary formats |
328 | # | 321 | # |
329 | CONFIG_BINFMT_ELF=y | 322 | CONFIG_BINFMT_ELF=y |
323 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
324 | CONFIG_HAVE_AOUT=y | ||
330 | # CONFIG_BINFMT_AOUT is not set | 325 | # CONFIG_BINFMT_AOUT is not set |
331 | # CONFIG_BINFMT_MISC is not set | 326 | # CONFIG_BINFMT_MISC is not set |
332 | 327 | ||
@@ -345,6 +340,7 @@ CONFIG_NET=y | |||
345 | # | 340 | # |
346 | # Networking options | 341 | # Networking options |
347 | # | 342 | # |
343 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
348 | CONFIG_PACKET=y | 344 | CONFIG_PACKET=y |
349 | CONFIG_PACKET_MMAP=y | 345 | CONFIG_PACKET_MMAP=y |
350 | CONFIG_UNIX=y | 346 | CONFIG_UNIX=y |
@@ -389,6 +385,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
389 | # CONFIG_TIPC is not set | 385 | # CONFIG_TIPC is not set |
390 | # CONFIG_ATM is not set | 386 | # CONFIG_ATM is not set |
391 | # CONFIG_BRIDGE is not set | 387 | # CONFIG_BRIDGE is not set |
388 | # CONFIG_NET_DSA is not set | ||
392 | # CONFIG_VLAN_8021Q is not set | 389 | # CONFIG_VLAN_8021Q is not set |
393 | # CONFIG_DECNET is not set | 390 | # CONFIG_DECNET is not set |
394 | # CONFIG_LLC2 is not set | 391 | # CONFIG_LLC2 is not set |
@@ -399,6 +396,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
399 | # CONFIG_ECONET is not set | 396 | # CONFIG_ECONET is not set |
400 | # CONFIG_WAN_ROUTER is not set | 397 | # CONFIG_WAN_ROUTER is not set |
401 | # CONFIG_NET_SCHED is not set | 398 | # CONFIG_NET_SCHED is not set |
399 | # CONFIG_DCB is not set | ||
402 | 400 | ||
403 | # | 401 | # |
404 | # Network testing | 402 | # Network testing |
@@ -420,8 +418,6 @@ CONFIG_BT_HIDP=m | |||
420 | # | 418 | # |
421 | # Bluetooth device drivers | 419 | # Bluetooth device drivers |
422 | # | 420 | # |
423 | CONFIG_BT_HCIUSB=m | ||
424 | CONFIG_BT_HCIUSB_SCO=y | ||
425 | # CONFIG_BT_HCIBTUSB is not set | 421 | # CONFIG_BT_HCIBTUSB is not set |
426 | # CONFIG_BT_HCIBTSDIO is not set | 422 | # CONFIG_BT_HCIBTSDIO is not set |
427 | # CONFIG_BT_HCIUART is not set | 423 | # CONFIG_BT_HCIUART is not set |
@@ -434,15 +430,15 @@ CONFIG_BT_HCIUSB_SCO=y | |||
434 | # CONFIG_BT_HCIBTUART is not set | 430 | # CONFIG_BT_HCIBTUART is not set |
435 | # CONFIG_BT_HCIVHCI is not set | 431 | # CONFIG_BT_HCIVHCI is not set |
436 | # CONFIG_AF_RXRPC is not set | 432 | # CONFIG_AF_RXRPC is not set |
437 | 433 | # CONFIG_PHONET is not set | |
438 | # | 434 | CONFIG_WIRELESS=y |
439 | # Wireless | ||
440 | # | ||
441 | # CONFIG_CFG80211 is not set | 435 | # CONFIG_CFG80211 is not set |
436 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
442 | CONFIG_WIRELESS_EXT=y | 437 | CONFIG_WIRELESS_EXT=y |
443 | CONFIG_WIRELESS_EXT_SYSFS=y | 438 | CONFIG_WIRELESS_EXT_SYSFS=y |
439 | CONFIG_LIB80211=m | ||
444 | # CONFIG_MAC80211 is not set | 440 | # CONFIG_MAC80211 is not set |
445 | # CONFIG_IEEE80211 is not set | 441 | # CONFIG_WIMAX is not set |
446 | # CONFIG_RFKILL is not set | 442 | # CONFIG_RFKILL is not set |
447 | # CONFIG_NET_9P is not set | 443 | # CONFIG_NET_9P is not set |
448 | 444 | ||
@@ -467,6 +463,7 @@ CONFIG_MTD=y | |||
467 | # CONFIG_MTD_DEBUG is not set | 463 | # CONFIG_MTD_DEBUG is not set |
468 | # CONFIG_MTD_CONCAT is not set | 464 | # CONFIG_MTD_CONCAT is not set |
469 | CONFIG_MTD_PARTITIONS=y | 465 | CONFIG_MTD_PARTITIONS=y |
466 | # CONFIG_MTD_TESTS is not set | ||
470 | # CONFIG_MTD_REDBOOT_PARTS is not set | 467 | # CONFIG_MTD_REDBOOT_PARTS is not set |
471 | CONFIG_MTD_CMDLINE_PARTS=y | 468 | CONFIG_MTD_CMDLINE_PARTS=y |
472 | # CONFIG_MTD_AFS_PARTS is not set | 469 | # CONFIG_MTD_AFS_PARTS is not set |
@@ -521,9 +518,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
521 | # | 518 | # |
522 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 519 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
523 | CONFIG_MTD_PHYSMAP=y | 520 | CONFIG_MTD_PHYSMAP=y |
524 | CONFIG_MTD_PHYSMAP_START=0x0 | 521 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
525 | CONFIG_MTD_PHYSMAP_LEN=0x400000 | ||
526 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
527 | CONFIG_MTD_PXA2XX=y | 522 | CONFIG_MTD_PXA2XX=y |
528 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 523 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
529 | # CONFIG_MTD_IMPA7 is not set | 524 | # CONFIG_MTD_IMPA7 is not set |
@@ -535,6 +530,8 @@ CONFIG_MTD_PXA2XX=y | |||
535 | # Self-contained MTD device drivers | 530 | # Self-contained MTD device drivers |
536 | # | 531 | # |
537 | # CONFIG_MTD_PMC551 is not set | 532 | # CONFIG_MTD_PMC551 is not set |
533 | # CONFIG_MTD_DATAFLASH is not set | ||
534 | # CONFIG_MTD_M25P80 is not set | ||
538 | # CONFIG_MTD_SLRAM is not set | 535 | # CONFIG_MTD_SLRAM is not set |
539 | # CONFIG_MTD_PHRAM is not set | 536 | # CONFIG_MTD_PHRAM is not set |
540 | # CONFIG_MTD_MTDRAM is not set | 537 | # CONFIG_MTD_MTDRAM is not set |
@@ -563,6 +560,12 @@ CONFIG_MTD_NAND_PLATFORM=y | |||
563 | # CONFIG_MTD_ONENAND is not set | 560 | # CONFIG_MTD_ONENAND is not set |
564 | 561 | ||
565 | # | 562 | # |
563 | # LPDDR flash memory drivers | ||
564 | # | ||
565 | # CONFIG_MTD_LPDDR is not set | ||
566 | # CONFIG_MTD_QINFO_PROBE is not set | ||
567 | |||
568 | # | ||
566 | # UBI - Unsorted block images | 569 | # UBI - Unsorted block images |
567 | # | 570 | # |
568 | # CONFIG_MTD_UBI is not set | 571 | # CONFIG_MTD_UBI is not set |
@@ -642,6 +645,8 @@ CONFIG_SCSI_LOWLEVEL=y | |||
642 | # CONFIG_MEGARAID_LEGACY is not set | 645 | # CONFIG_MEGARAID_LEGACY is not set |
643 | # CONFIG_MEGARAID_SAS is not set | 646 | # CONFIG_MEGARAID_SAS is not set |
644 | # CONFIG_SCSI_HPTIOP is not set | 647 | # CONFIG_SCSI_HPTIOP is not set |
648 | # CONFIG_LIBFC is not set | ||
649 | # CONFIG_FCOE is not set | ||
645 | # CONFIG_SCSI_DMX3191D is not set | 650 | # CONFIG_SCSI_DMX3191D is not set |
646 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 651 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
647 | # CONFIG_SCSI_IPS is not set | 652 | # CONFIG_SCSI_IPS is not set |
@@ -756,26 +761,30 @@ CONFIG_MII=y | |||
756 | CONFIG_DM9000=y | 761 | CONFIG_DM9000=y |
757 | CONFIG_DM9000_DEBUGLEVEL=1 | 762 | CONFIG_DM9000_DEBUGLEVEL=1 |
758 | # CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set | 763 | # CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set |
764 | # CONFIG_ENC28J60 is not set | ||
759 | # CONFIG_SMC911X is not set | 765 | # CONFIG_SMC911X is not set |
766 | # CONFIG_SMSC911X is not set | ||
760 | # CONFIG_NET_TULIP is not set | 767 | # CONFIG_NET_TULIP is not set |
761 | # CONFIG_HP100 is not set | 768 | # CONFIG_HP100 is not set |
762 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 769 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
763 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 770 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
764 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 771 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
765 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 772 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
773 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
774 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
775 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
766 | CONFIG_NET_PCI=y | 776 | CONFIG_NET_PCI=y |
767 | # CONFIG_PCNET32 is not set | 777 | # CONFIG_PCNET32 is not set |
768 | # CONFIG_AMD8111_ETH is not set | 778 | # CONFIG_AMD8111_ETH is not set |
769 | # CONFIG_ADAPTEC_STARFIRE is not set | 779 | # CONFIG_ADAPTEC_STARFIRE is not set |
770 | # CONFIG_B44 is not set | 780 | # CONFIG_B44 is not set |
771 | # CONFIG_FORCEDETH is not set | 781 | # CONFIG_FORCEDETH is not set |
772 | # CONFIG_EEPRO100 is not set | ||
773 | # CONFIG_E100 is not set | 782 | # CONFIG_E100 is not set |
774 | # CONFIG_FEALNX is not set | 783 | # CONFIG_FEALNX is not set |
775 | # CONFIG_NATSEMI is not set | 784 | # CONFIG_NATSEMI is not set |
776 | # CONFIG_NE2K_PCI is not set | 785 | # CONFIG_NE2K_PCI is not set |
777 | # CONFIG_8139CP is not set | 786 | # CONFIG_8139CP is not set |
778 | CONFIG_8139TOO=y | 787 | CONFIG_8139TOO=m |
779 | # CONFIG_8139TOO_PIO is not set | 788 | # CONFIG_8139TOO_PIO is not set |
780 | # CONFIG_8139TOO_TUNE_TWISTER is not set | 789 | # CONFIG_8139TOO_TUNE_TWISTER is not set |
781 | # CONFIG_8139TOO_8129 is not set | 790 | # CONFIG_8139TOO_8129 is not set |
@@ -783,10 +792,12 @@ CONFIG_8139TOO=y | |||
783 | # CONFIG_R6040 is not set | 792 | # CONFIG_R6040 is not set |
784 | # CONFIG_SIS900 is not set | 793 | # CONFIG_SIS900 is not set |
785 | # CONFIG_EPIC100 is not set | 794 | # CONFIG_EPIC100 is not set |
795 | # CONFIG_SMSC9420 is not set | ||
786 | # CONFIG_SUNDANCE is not set | 796 | # CONFIG_SUNDANCE is not set |
787 | # CONFIG_TLAN is not set | 797 | # CONFIG_TLAN is not set |
788 | # CONFIG_VIA_RHINE is not set | 798 | # CONFIG_VIA_RHINE is not set |
789 | # CONFIG_SC92031 is not set | 799 | # CONFIG_SC92031 is not set |
800 | # CONFIG_ATL2 is not set | ||
790 | # CONFIG_NETDEV_1000 is not set | 801 | # CONFIG_NETDEV_1000 is not set |
791 | # CONFIG_NETDEV_10000 is not set | 802 | # CONFIG_NETDEV_10000 is not set |
792 | # CONFIG_TR is not set | 803 | # CONFIG_TR is not set |
@@ -797,8 +808,6 @@ CONFIG_8139TOO=y | |||
797 | # CONFIG_WLAN_PRE80211 is not set | 808 | # CONFIG_WLAN_PRE80211 is not set |
798 | CONFIG_WLAN_80211=y | 809 | CONFIG_WLAN_80211=y |
799 | # CONFIG_PCMCIA_RAYCS is not set | 810 | # CONFIG_PCMCIA_RAYCS is not set |
800 | # CONFIG_IPW2100 is not set | ||
801 | # CONFIG_IPW2200 is not set | ||
802 | CONFIG_LIBERTAS=m | 811 | CONFIG_LIBERTAS=m |
803 | # CONFIG_LIBERTAS_USB is not set | 812 | # CONFIG_LIBERTAS_USB is not set |
804 | # CONFIG_LIBERTAS_CS is not set | 813 | # CONFIG_LIBERTAS_CS is not set |
@@ -811,10 +820,16 @@ CONFIG_LIBERTAS_SDIO=m | |||
811 | # CONFIG_PRISM54 is not set | 820 | # CONFIG_PRISM54 is not set |
812 | # CONFIG_USB_ZD1201 is not set | 821 | # CONFIG_USB_ZD1201 is not set |
813 | # CONFIG_USB_NET_RNDIS_WLAN is not set | 822 | # CONFIG_USB_NET_RNDIS_WLAN is not set |
823 | # CONFIG_IPW2100 is not set | ||
824 | # CONFIG_IPW2200 is not set | ||
814 | # CONFIG_IWLWIFI_LEDS is not set | 825 | # CONFIG_IWLWIFI_LEDS is not set |
815 | # CONFIG_HOSTAP is not set | 826 | # CONFIG_HOSTAP is not set |
816 | 827 | ||
817 | # | 828 | # |
829 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
830 | # | ||
831 | |||
832 | # | ||
818 | # USB Network Adapters | 833 | # USB Network Adapters |
819 | # | 834 | # |
820 | # CONFIG_USB_CATC is not set | 835 | # CONFIG_USB_CATC is not set |
@@ -879,22 +894,22 @@ CONFIG_KEYBOARD_PXA27x=m | |||
879 | # CONFIG_INPUT_JOYSTICK is not set | 894 | # CONFIG_INPUT_JOYSTICK is not set |
880 | # CONFIG_INPUT_TABLET is not set | 895 | # CONFIG_INPUT_TABLET is not set |
881 | CONFIG_INPUT_TOUCHSCREEN=y | 896 | CONFIG_INPUT_TOUCHSCREEN=y |
897 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
882 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | 898 | # CONFIG_TOUCHSCREEN_FUJITSU is not set |
883 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 899 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
884 | # CONFIG_TOUCHSCREEN_ELO is not set | 900 | # CONFIG_TOUCHSCREEN_ELO is not set |
901 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
885 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | 902 | # CONFIG_TOUCHSCREEN_MTOUCH is not set |
886 | # CONFIG_TOUCHSCREEN_INEXIO is not set | 903 | # CONFIG_TOUCHSCREEN_INEXIO is not set |
887 | # CONFIG_TOUCHSCREEN_MK712 is not set | 904 | # CONFIG_TOUCHSCREEN_MK712 is not set |
888 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | 905 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set |
889 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | 906 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set |
890 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | 907 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set |
891 | CONFIG_TOUCHSCREEN_WM97XX=m | 908 | CONFIG_TOUCHSCREEN_UCB1400=m |
892 | # CONFIG_TOUCHSCREEN_WM9705 is not set | 909 | # CONFIG_TOUCHSCREEN_WM97XX is not set |
893 | CONFIG_TOUCHSCREEN_WM9712=y | ||
894 | # CONFIG_TOUCHSCREEN_WM9713 is not set | ||
895 | # CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE is not set | ||
896 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | 910 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set |
897 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | 911 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set |
912 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
898 | # CONFIG_INPUT_MISC is not set | 913 | # CONFIG_INPUT_MISC is not set |
899 | 914 | ||
900 | # | 915 | # |
@@ -933,6 +948,7 @@ CONFIG_SERIAL_CORE=y | |||
933 | CONFIG_SERIAL_CORE_CONSOLE=y | 948 | CONFIG_SERIAL_CORE_CONSOLE=y |
934 | # CONFIG_SERIAL_JSM is not set | 949 | # CONFIG_SERIAL_JSM is not set |
935 | CONFIG_UNIX98_PTYS=y | 950 | CONFIG_UNIX98_PTYS=y |
951 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
936 | CONFIG_LEGACY_PTYS=y | 952 | CONFIG_LEGACY_PTYS=y |
937 | CONFIG_LEGACY_PTY_COUNT=16 | 953 | CONFIG_LEGACY_PTY_COUNT=16 |
938 | # CONFIG_IPMI_HANDLER is not set | 954 | # CONFIG_IPMI_HANDLER is not set |
@@ -1009,26 +1025,45 @@ CONFIG_I2C_PXA=y | |||
1009 | # Miscellaneous I2C Chip support | 1025 | # Miscellaneous I2C Chip support |
1010 | # | 1026 | # |
1011 | # CONFIG_DS1682 is not set | 1027 | # CONFIG_DS1682 is not set |
1012 | # CONFIG_EEPROM_AT24 is not set | 1028 | # CONFIG_AT24 is not set |
1013 | # CONFIG_EEPROM_LEGACY is not set | 1029 | # CONFIG_SENSORS_EEPROM is not set |
1014 | # CONFIG_SENSORS_PCF8574 is not set | 1030 | # CONFIG_SENSORS_PCF8574 is not set |
1015 | # CONFIG_PCF8575 is not set | 1031 | # CONFIG_PCF8575 is not set |
1016 | # CONFIG_SENSORS_PCA9539 is not set | 1032 | # CONFIG_SENSORS_PCA9539 is not set |
1017 | # CONFIG_SENSORS_PCF8591 is not set | 1033 | # CONFIG_SENSORS_PCF8591 is not set |
1018 | # CONFIG_TPS65010 is not set | ||
1019 | # CONFIG_SENSORS_MAX6875 is not set | 1034 | # CONFIG_SENSORS_MAX6875 is not set |
1020 | # CONFIG_SENSORS_TSL2550 is not set | 1035 | # CONFIG_SENSORS_TSL2550 is not set |
1021 | # CONFIG_I2C_DEBUG_CORE is not set | 1036 | # CONFIG_I2C_DEBUG_CORE is not set |
1022 | # CONFIG_I2C_DEBUG_ALGO is not set | 1037 | # CONFIG_I2C_DEBUG_ALGO is not set |
1023 | # CONFIG_I2C_DEBUG_BUS is not set | 1038 | # CONFIG_I2C_DEBUG_BUS is not set |
1024 | # CONFIG_I2C_DEBUG_CHIP is not set | 1039 | # CONFIG_I2C_DEBUG_CHIP is not set |
1025 | # CONFIG_SPI is not set | 1040 | CONFIG_SPI=y |
1041 | # CONFIG_SPI_DEBUG is not set | ||
1042 | CONFIG_SPI_MASTER=y | ||
1043 | |||
1044 | # | ||
1045 | # SPI Master Controller Drivers | ||
1046 | # | ||
1047 | # CONFIG_SPI_BITBANG is not set | ||
1048 | # CONFIG_SPI_GPIO is not set | ||
1049 | CONFIG_SPI_PXA2XX=m | ||
1050 | |||
1051 | # | ||
1052 | # SPI Protocol Masters | ||
1053 | # | ||
1054 | # CONFIG_SPI_AT25 is not set | ||
1055 | # CONFIG_SPI_SPIDEV is not set | ||
1056 | # CONFIG_SPI_TLE62X0 is not set | ||
1026 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | 1057 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
1027 | CONFIG_GPIOLIB=y | 1058 | CONFIG_GPIOLIB=y |
1028 | # CONFIG_DEBUG_GPIO is not set | 1059 | # CONFIG_DEBUG_GPIO is not set |
1029 | # CONFIG_GPIO_SYSFS is not set | 1060 | # CONFIG_GPIO_SYSFS is not set |
1030 | 1061 | ||
1031 | # | 1062 | # |
1063 | # Memory mapped GPIO expanders: | ||
1064 | # | ||
1065 | |||
1066 | # | ||
1032 | # I2C GPIO expanders: | 1067 | # I2C GPIO expanders: |
1033 | # | 1068 | # |
1034 | # CONFIG_GPIO_MAX732X is not set | 1069 | # CONFIG_GPIO_MAX732X is not set |
@@ -1043,17 +1078,19 @@ CONFIG_GPIOLIB=y | |||
1043 | # | 1078 | # |
1044 | # SPI GPIO expanders: | 1079 | # SPI GPIO expanders: |
1045 | # | 1080 | # |
1081 | # CONFIG_GPIO_MAX7301 is not set | ||
1082 | # CONFIG_GPIO_MCP23S08 is not set | ||
1046 | # CONFIG_W1 is not set | 1083 | # CONFIG_W1 is not set |
1047 | # CONFIG_POWER_SUPPLY is not set | 1084 | # CONFIG_POWER_SUPPLY is not set |
1048 | # CONFIG_HWMON is not set | 1085 | # CONFIG_HWMON is not set |
1049 | # CONFIG_THERMAL is not set | 1086 | # CONFIG_THERMAL is not set |
1050 | # CONFIG_THERMAL_HWMON is not set | 1087 | # CONFIG_THERMAL_HWMON is not set |
1051 | # CONFIG_WATCHDOG is not set | 1088 | # CONFIG_WATCHDOG is not set |
1089 | CONFIG_SSB_POSSIBLE=y | ||
1052 | 1090 | ||
1053 | # | 1091 | # |
1054 | # Sonics Silicon Backplane | 1092 | # Sonics Silicon Backplane |
1055 | # | 1093 | # |
1056 | CONFIG_SSB_POSSIBLE=y | ||
1057 | # CONFIG_SSB is not set | 1094 | # CONFIG_SSB is not set |
1058 | 1095 | ||
1059 | # | 1096 | # |
@@ -1064,11 +1101,17 @@ CONFIG_SSB_POSSIBLE=y | |||
1064 | # CONFIG_MFD_ASIC3 is not set | 1101 | # CONFIG_MFD_ASIC3 is not set |
1065 | # CONFIG_HTC_EGPIO is not set | 1102 | # CONFIG_HTC_EGPIO is not set |
1066 | # CONFIG_HTC_PASIC3 is not set | 1103 | # CONFIG_HTC_PASIC3 is not set |
1067 | # CONFIG_UCB1400_CORE is not set | 1104 | CONFIG_UCB1400_CORE=m |
1105 | # CONFIG_TPS65010 is not set | ||
1106 | # CONFIG_TWL4030_CORE is not set | ||
1068 | # CONFIG_MFD_TMIO is not set | 1107 | # CONFIG_MFD_TMIO is not set |
1069 | # CONFIG_MFD_T7L66XB is not set | 1108 | # CONFIG_MFD_T7L66XB is not set |
1070 | # CONFIG_MFD_TC6387XB is not set | 1109 | # CONFIG_MFD_TC6387XB is not set |
1071 | # CONFIG_MFD_TC6393XB is not set | 1110 | # CONFIG_MFD_TC6393XB is not set |
1111 | # CONFIG_PMIC_DA903X is not set | ||
1112 | # CONFIG_MFD_WM8400 is not set | ||
1113 | # CONFIG_MFD_WM8350_I2C is not set | ||
1114 | # CONFIG_MFD_PCF50633 is not set | ||
1072 | 1115 | ||
1073 | # | 1116 | # |
1074 | # Multimedia devices | 1117 | # Multimedia devices |
@@ -1077,13 +1120,117 @@ CONFIG_SSB_POSSIBLE=y | |||
1077 | # | 1120 | # |
1078 | # Multimedia core support | 1121 | # Multimedia core support |
1079 | # | 1122 | # |
1080 | # CONFIG_VIDEO_DEV is not set | 1123 | CONFIG_VIDEO_DEV=m |
1124 | CONFIG_VIDEO_V4L2_COMMON=m | ||
1125 | # CONFIG_VIDEO_ALLOW_V4L1 is not set | ||
1126 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1081 | # CONFIG_DVB_CORE is not set | 1127 | # CONFIG_DVB_CORE is not set |
1082 | # CONFIG_VIDEO_MEDIA is not set | 1128 | CONFIG_VIDEO_MEDIA=m |
1083 | 1129 | ||
1084 | # | 1130 | # |
1085 | # Multimedia drivers | 1131 | # Multimedia drivers |
1086 | # | 1132 | # |
1133 | # CONFIG_MEDIA_ATTACH is not set | ||
1134 | CONFIG_MEDIA_TUNER=m | ||
1135 | CONFIG_MEDIA_TUNER_CUSTOMIZE=y | ||
1136 | # CONFIG_MEDIA_TUNER_SIMPLE is not set | ||
1137 | # CONFIG_MEDIA_TUNER_TDA8290 is not set | ||
1138 | # CONFIG_MEDIA_TUNER_TDA827X is not set | ||
1139 | # CONFIG_MEDIA_TUNER_TDA18271 is not set | ||
1140 | # CONFIG_MEDIA_TUNER_TDA9887 is not set | ||
1141 | # CONFIG_MEDIA_TUNER_TEA5761 is not set | ||
1142 | # CONFIG_MEDIA_TUNER_TEA5767 is not set | ||
1143 | # CONFIG_MEDIA_TUNER_MT20XX is not set | ||
1144 | # CONFIG_MEDIA_TUNER_MT2060 is not set | ||
1145 | # CONFIG_MEDIA_TUNER_MT2266 is not set | ||
1146 | # CONFIG_MEDIA_TUNER_MT2131 is not set | ||
1147 | # CONFIG_MEDIA_TUNER_QT1010 is not set | ||
1148 | # CONFIG_MEDIA_TUNER_XC2028 is not set | ||
1149 | # CONFIG_MEDIA_TUNER_XC5000 is not set | ||
1150 | # CONFIG_MEDIA_TUNER_MXL5005S is not set | ||
1151 | # CONFIG_MEDIA_TUNER_MXL5007T is not set | ||
1152 | CONFIG_VIDEO_V4L2=m | ||
1153 | CONFIG_VIDEOBUF_GEN=m | ||
1154 | CONFIG_VIDEOBUF_DMA_SG=m | ||
1155 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1156 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1157 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1158 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
1159 | |||
1160 | # | ||
1161 | # Encoders/decoders and other helper chips | ||
1162 | # | ||
1163 | |||
1164 | # | ||
1165 | # Audio decoders | ||
1166 | # | ||
1167 | # CONFIG_VIDEO_TVAUDIO is not set | ||
1168 | # CONFIG_VIDEO_TDA7432 is not set | ||
1169 | # CONFIG_VIDEO_TDA9840 is not set | ||
1170 | # CONFIG_VIDEO_TDA9875 is not set | ||
1171 | # CONFIG_VIDEO_TEA6415C is not set | ||
1172 | # CONFIG_VIDEO_TEA6420 is not set | ||
1173 | # CONFIG_VIDEO_MSP3400 is not set | ||
1174 | # CONFIG_VIDEO_CS5345 is not set | ||
1175 | # CONFIG_VIDEO_CS53L32A is not set | ||
1176 | # CONFIG_VIDEO_M52790 is not set | ||
1177 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
1178 | # CONFIG_VIDEO_WM8775 is not set | ||
1179 | # CONFIG_VIDEO_WM8739 is not set | ||
1180 | # CONFIG_VIDEO_VP27SMPX is not set | ||
1181 | |||
1182 | # | ||
1183 | # Video decoders | ||
1184 | # | ||
1185 | # CONFIG_VIDEO_OV7670 is not set | ||
1186 | # CONFIG_VIDEO_TCM825X is not set | ||
1187 | # CONFIG_VIDEO_SAA711X is not set | ||
1188 | # CONFIG_VIDEO_SAA717X is not set | ||
1189 | # CONFIG_VIDEO_TVP514X is not set | ||
1190 | # CONFIG_VIDEO_TVP5150 is not set | ||
1191 | |||
1192 | # | ||
1193 | # Video and audio decoders | ||
1194 | # | ||
1195 | # CONFIG_VIDEO_CX25840 is not set | ||
1196 | |||
1197 | # | ||
1198 | # MPEG video encoders | ||
1199 | # | ||
1200 | # CONFIG_VIDEO_CX2341X is not set | ||
1201 | |||
1202 | # | ||
1203 | # Video encoders | ||
1204 | # | ||
1205 | # CONFIG_VIDEO_SAA7127 is not set | ||
1206 | |||
1207 | # | ||
1208 | # Video improvement chips | ||
1209 | # | ||
1210 | # CONFIG_VIDEO_UPD64031A is not set | ||
1211 | # CONFIG_VIDEO_UPD64083 is not set | ||
1212 | # CONFIG_VIDEO_VIVI is not set | ||
1213 | # CONFIG_VIDEO_BT848 is not set | ||
1214 | # CONFIG_VIDEO_SAA5246A is not set | ||
1215 | # CONFIG_VIDEO_SAA5249 is not set | ||
1216 | # CONFIG_VIDEO_SAA7134 is not set | ||
1217 | # CONFIG_VIDEO_HEXIUM_ORION is not set | ||
1218 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set | ||
1219 | # CONFIG_VIDEO_CX88 is not set | ||
1220 | # CONFIG_VIDEO_IVTV is not set | ||
1221 | # CONFIG_VIDEO_CAFE_CCIC is not set | ||
1222 | CONFIG_SOC_CAMERA=m | ||
1223 | # CONFIG_SOC_CAMERA_MT9M001 is not set | ||
1224 | CONFIG_SOC_CAMERA_MT9M111=m | ||
1225 | # CONFIG_SOC_CAMERA_MT9T031 is not set | ||
1226 | # CONFIG_SOC_CAMERA_MT9V022 is not set | ||
1227 | # CONFIG_SOC_CAMERA_TW9910 is not set | ||
1228 | # CONFIG_SOC_CAMERA_PLATFORM is not set | ||
1229 | # CONFIG_SOC_CAMERA_OV772X is not set | ||
1230 | CONFIG_VIDEO_PXA27x=m | ||
1231 | # CONFIG_VIDEO_SH_MOBILE_CEU is not set | ||
1232 | # CONFIG_V4L_USB_DRIVERS is not set | ||
1233 | # CONFIG_RADIO_ADAPTERS is not set | ||
1087 | # CONFIG_DAB is not set | 1234 | # CONFIG_DAB is not set |
1088 | 1235 | ||
1089 | # | 1236 | # |
@@ -1095,6 +1242,7 @@ CONFIG_SSB_POSSIBLE=y | |||
1095 | CONFIG_FB=y | 1242 | CONFIG_FB=y |
1096 | # CONFIG_FIRMWARE_EDID is not set | 1243 | # CONFIG_FIRMWARE_EDID is not set |
1097 | # CONFIG_FB_DDC is not set | 1244 | # CONFIG_FB_DDC is not set |
1245 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1098 | CONFIG_FB_CFB_FILLRECT=y | 1246 | CONFIG_FB_CFB_FILLRECT=y |
1099 | CONFIG_FB_CFB_COPYAREA=y | 1247 | CONFIG_FB_CFB_COPYAREA=y |
1100 | CONFIG_FB_CFB_IMAGEBLIT=y | 1248 | CONFIG_FB_CFB_IMAGEBLIT=y |
@@ -1128,6 +1276,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
1128 | # CONFIG_FB_S3 is not set | 1276 | # CONFIG_FB_S3 is not set |
1129 | # CONFIG_FB_SAVAGE is not set | 1277 | # CONFIG_FB_SAVAGE is not set |
1130 | # CONFIG_FB_SIS is not set | 1278 | # CONFIG_FB_SIS is not set |
1279 | # CONFIG_FB_VIA is not set | ||
1131 | # CONFIG_FB_NEOMAGIC is not set | 1280 | # CONFIG_FB_NEOMAGIC is not set |
1132 | # CONFIG_FB_KYRO is not set | 1281 | # CONFIG_FB_KYRO is not set |
1133 | # CONFIG_FB_3DFX is not set | 1282 | # CONFIG_FB_3DFX is not set |
@@ -1138,13 +1287,17 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
1138 | # CONFIG_FB_PM3 is not set | 1287 | # CONFIG_FB_PM3 is not set |
1139 | # CONFIG_FB_CARMINE is not set | 1288 | # CONFIG_FB_CARMINE is not set |
1140 | CONFIG_FB_PXA=y | 1289 | CONFIG_FB_PXA=y |
1290 | # CONFIG_FB_PXA_OVERLAY is not set | ||
1141 | # CONFIG_FB_PXA_SMARTPANEL is not set | 1291 | # CONFIG_FB_PXA_SMARTPANEL is not set |
1142 | CONFIG_FB_PXA_PARAMETERS=y | 1292 | CONFIG_FB_PXA_PARAMETERS=y |
1143 | CONFIG_FB_MBX=m | 1293 | CONFIG_FB_MBX=m |
1144 | # CONFIG_FB_W100 is not set | 1294 | # CONFIG_FB_W100 is not set |
1145 | # CONFIG_FB_VIRTUAL is not set | 1295 | # CONFIG_FB_VIRTUAL is not set |
1146 | # CONFIG_FB_METRONOME is not set | 1296 | # CONFIG_FB_METRONOME is not set |
1147 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 1297 | # CONFIG_FB_MB862XX is not set |
1298 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
1299 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
1300 | # CONFIG_BACKLIGHT_CLASS_DEVICE is not set | ||
1148 | 1301 | ||
1149 | # | 1302 | # |
1150 | # Display device support | 1303 | # Display device support |
@@ -1167,6 +1320,7 @@ CONFIG_LOGO_LINUX_MONO=y | |||
1167 | CONFIG_LOGO_LINUX_VGA16=y | 1320 | CONFIG_LOGO_LINUX_VGA16=y |
1168 | CONFIG_LOGO_LINUX_CLUT224=y | 1321 | CONFIG_LOGO_LINUX_CLUT224=y |
1169 | CONFIG_SOUND=m | 1322 | CONFIG_SOUND=m |
1323 | CONFIG_SOUND_OSS_CORE=y | ||
1170 | CONFIG_SND=m | 1324 | CONFIG_SND=m |
1171 | CONFIG_SND_TIMER=m | 1325 | CONFIG_SND_TIMER=m |
1172 | CONFIG_SND_PCM=m | 1326 | CONFIG_SND_PCM=m |
@@ -1182,81 +1336,16 @@ CONFIG_SND_VERBOSE_PROCFS=y | |||
1182 | # CONFIG_SND_DEBUG is not set | 1336 | # CONFIG_SND_DEBUG is not set |
1183 | CONFIG_SND_VMASTER=y | 1337 | CONFIG_SND_VMASTER=y |
1184 | CONFIG_SND_AC97_CODEC=m | 1338 | CONFIG_SND_AC97_CODEC=m |
1185 | CONFIG_SND_DRIVERS=y | 1339 | # CONFIG_SND_DRIVERS is not set |
1186 | # CONFIG_SND_DUMMY is not set | 1340 | # CONFIG_SND_PCI is not set |
1187 | # CONFIG_SND_MTPAV is not set | ||
1188 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1189 | # CONFIG_SND_MPU401 is not set | ||
1190 | # CONFIG_SND_AC97_POWER_SAVE is not set | ||
1191 | CONFIG_SND_PCI=y | ||
1192 | # CONFIG_SND_AD1889 is not set | ||
1193 | # CONFIG_SND_ALS300 is not set | ||
1194 | # CONFIG_SND_ALI5451 is not set | ||
1195 | # CONFIG_SND_ATIIXP is not set | ||
1196 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1197 | # CONFIG_SND_AU8810 is not set | ||
1198 | # CONFIG_SND_AU8820 is not set | ||
1199 | # CONFIG_SND_AU8830 is not set | ||
1200 | # CONFIG_SND_AW2 is not set | ||
1201 | # CONFIG_SND_AZT3328 is not set | ||
1202 | # CONFIG_SND_BT87X is not set | ||
1203 | # CONFIG_SND_CA0106 is not set | ||
1204 | # CONFIG_SND_CMIPCI is not set | ||
1205 | # CONFIG_SND_OXYGEN is not set | ||
1206 | # CONFIG_SND_CS4281 is not set | ||
1207 | # CONFIG_SND_CS46XX is not set | ||
1208 | # CONFIG_SND_DARLA20 is not set | ||
1209 | # CONFIG_SND_GINA20 is not set | ||
1210 | # CONFIG_SND_LAYLA20 is not set | ||
1211 | # CONFIG_SND_DARLA24 is not set | ||
1212 | # CONFIG_SND_GINA24 is not set | ||
1213 | # CONFIG_SND_LAYLA24 is not set | ||
1214 | # CONFIG_SND_MONA is not set | ||
1215 | # CONFIG_SND_MIA is not set | ||
1216 | # CONFIG_SND_ECHO3G is not set | ||
1217 | # CONFIG_SND_INDIGO is not set | ||
1218 | # CONFIG_SND_INDIGOIO is not set | ||
1219 | # CONFIG_SND_INDIGODJ is not set | ||
1220 | # CONFIG_SND_EMU10K1 is not set | ||
1221 | # CONFIG_SND_EMU10K1X is not set | ||
1222 | # CONFIG_SND_ENS1370 is not set | ||
1223 | # CONFIG_SND_ENS1371 is not set | ||
1224 | # CONFIG_SND_ES1938 is not set | ||
1225 | # CONFIG_SND_ES1968 is not set | ||
1226 | # CONFIG_SND_FM801 is not set | ||
1227 | # CONFIG_SND_HDA_INTEL is not set | ||
1228 | # CONFIG_SND_HDSP is not set | ||
1229 | # CONFIG_SND_HDSPM is not set | ||
1230 | # CONFIG_SND_HIFIER is not set | ||
1231 | # CONFIG_SND_ICE1712 is not set | ||
1232 | # CONFIG_SND_ICE1724 is not set | ||
1233 | # CONFIG_SND_INTEL8X0 is not set | ||
1234 | # CONFIG_SND_INTEL8X0M is not set | ||
1235 | # CONFIG_SND_KORG1212 is not set | ||
1236 | # CONFIG_SND_MAESTRO3 is not set | ||
1237 | # CONFIG_SND_MIXART is not set | ||
1238 | # CONFIG_SND_NM256 is not set | ||
1239 | # CONFIG_SND_PCXHR is not set | ||
1240 | # CONFIG_SND_RIPTIDE is not set | ||
1241 | # CONFIG_SND_RME32 is not set | ||
1242 | # CONFIG_SND_RME96 is not set | ||
1243 | # CONFIG_SND_RME9652 is not set | ||
1244 | # CONFIG_SND_SONICVIBES is not set | ||
1245 | # CONFIG_SND_TRIDENT is not set | ||
1246 | # CONFIG_SND_VIA82XX is not set | ||
1247 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1248 | # CONFIG_SND_VIRTUOSO is not set | ||
1249 | # CONFIG_SND_VX222 is not set | ||
1250 | # CONFIG_SND_YMFPCI is not set | ||
1251 | CONFIG_SND_ARM=y | 1341 | CONFIG_SND_ARM=y |
1252 | CONFIG_SND_PXA2XX_PCM=m | 1342 | CONFIG_SND_PXA2XX_PCM=m |
1343 | CONFIG_SND_PXA2XX_LIB=m | ||
1344 | CONFIG_SND_PXA2XX_LIB_AC97=y | ||
1253 | CONFIG_SND_PXA2XX_AC97=m | 1345 | CONFIG_SND_PXA2XX_AC97=m |
1254 | CONFIG_SND_USB=y | 1346 | # CONFIG_SND_SPI is not set |
1255 | # CONFIG_SND_USB_AUDIO is not set | 1347 | # CONFIG_SND_USB is not set |
1256 | # CONFIG_SND_USB_CAIAQ is not set | 1348 | # CONFIG_SND_PCMCIA is not set |
1257 | CONFIG_SND_PCMCIA=y | ||
1258 | # CONFIG_SND_VXPOCKET is not set | ||
1259 | # CONFIG_SND_PDAUDIOCF is not set | ||
1260 | # CONFIG_SND_SOC is not set | 1349 | # CONFIG_SND_SOC is not set |
1261 | # CONFIG_SOUND_PRIME is not set | 1350 | # CONFIG_SOUND_PRIME is not set |
1262 | CONFIG_AC97_BUS=m | 1351 | CONFIG_AC97_BUS=m |
@@ -1269,9 +1358,37 @@ CONFIG_HID_DEBUG=y | |||
1269 | # USB Input Devices | 1358 | # USB Input Devices |
1270 | # | 1359 | # |
1271 | CONFIG_USB_HID=y | 1360 | CONFIG_USB_HID=y |
1272 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | 1361 | # CONFIG_HID_PID is not set |
1273 | # CONFIG_HID_FF is not set | ||
1274 | # CONFIG_USB_HIDDEV is not set | 1362 | # CONFIG_USB_HIDDEV is not set |
1363 | |||
1364 | # | ||
1365 | # Special HID drivers | ||
1366 | # | ||
1367 | CONFIG_HID_COMPAT=y | ||
1368 | CONFIG_HID_A4TECH=y | ||
1369 | CONFIG_HID_APPLE=y | ||
1370 | CONFIG_HID_BELKIN=y | ||
1371 | CONFIG_HID_CHERRY=y | ||
1372 | CONFIG_HID_CHICONY=y | ||
1373 | CONFIG_HID_CYPRESS=y | ||
1374 | CONFIG_HID_EZKEY=y | ||
1375 | CONFIG_HID_GYRATION=y | ||
1376 | CONFIG_HID_LOGITECH=y | ||
1377 | # CONFIG_LOGITECH_FF is not set | ||
1378 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1379 | CONFIG_HID_MICROSOFT=y | ||
1380 | CONFIG_HID_MONTEREY=y | ||
1381 | # CONFIG_HID_NTRIG is not set | ||
1382 | CONFIG_HID_PANTHERLORD=y | ||
1383 | # CONFIG_PANTHERLORD_FF is not set | ||
1384 | CONFIG_HID_PETALYNX=y | ||
1385 | CONFIG_HID_SAMSUNG=y | ||
1386 | CONFIG_HID_SONY=y | ||
1387 | CONFIG_HID_SUNPLUS=y | ||
1388 | # CONFIG_GREENASIA_FF is not set | ||
1389 | # CONFIG_HID_TOPSEED is not set | ||
1390 | # CONFIG_THRUSTMASTER_FF is not set | ||
1391 | # CONFIG_ZEROPLUS_FF is not set | ||
1275 | CONFIG_USB_SUPPORT=y | 1392 | CONFIG_USB_SUPPORT=y |
1276 | CONFIG_USB_ARCH_HAS_HCD=y | 1393 | CONFIG_USB_ARCH_HAS_HCD=y |
1277 | CONFIG_USB_ARCH_HAS_OHCI=y | 1394 | CONFIG_USB_ARCH_HAS_OHCI=y |
@@ -1291,12 +1408,15 @@ CONFIG_USB_DEVICEFS=y | |||
1291 | # CONFIG_USB_OTG_WHITELIST is not set | 1408 | # CONFIG_USB_OTG_WHITELIST is not set |
1292 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1409 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
1293 | CONFIG_USB_MON=y | 1410 | CONFIG_USB_MON=y |
1411 | # CONFIG_USB_WUSB is not set | ||
1412 | # CONFIG_USB_WUSB_CBAF is not set | ||
1294 | 1413 | ||
1295 | # | 1414 | # |
1296 | # USB Host Controller Drivers | 1415 | # USB Host Controller Drivers |
1297 | # | 1416 | # |
1298 | # CONFIG_USB_C67X00_HCD is not set | 1417 | # CONFIG_USB_C67X00_HCD is not set |
1299 | # CONFIG_USB_EHCI_HCD is not set | 1418 | # CONFIG_USB_EHCI_HCD is not set |
1419 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1300 | # CONFIG_USB_ISP116X_HCD is not set | 1420 | # CONFIG_USB_ISP116X_HCD is not set |
1301 | # CONFIG_USB_ISP1760_HCD is not set | 1421 | # CONFIG_USB_ISP1760_HCD is not set |
1302 | CONFIG_USB_OHCI_HCD=y | 1422 | CONFIG_USB_OHCI_HCD=y |
@@ -1306,6 +1426,8 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1306 | # CONFIG_USB_UHCI_HCD is not set | 1426 | # CONFIG_USB_UHCI_HCD is not set |
1307 | # CONFIG_USB_SL811_HCD is not set | 1427 | # CONFIG_USB_SL811_HCD is not set |
1308 | # CONFIG_USB_R8A66597_HCD is not set | 1428 | # CONFIG_USB_R8A66597_HCD is not set |
1429 | # CONFIG_USB_WHCI_HCD is not set | ||
1430 | # CONFIG_USB_HWA_HCD is not set | ||
1309 | # CONFIG_USB_MUSB_HDRC is not set | 1431 | # CONFIG_USB_MUSB_HDRC is not set |
1310 | 1432 | ||
1311 | # | 1433 | # |
@@ -1314,20 +1436,20 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
1314 | # CONFIG_USB_ACM is not set | 1436 | # CONFIG_USB_ACM is not set |
1315 | # CONFIG_USB_PRINTER is not set | 1437 | # CONFIG_USB_PRINTER is not set |
1316 | # CONFIG_USB_WDM is not set | 1438 | # CONFIG_USB_WDM is not set |
1439 | # CONFIG_USB_TMC is not set | ||
1317 | 1440 | ||
1318 | # | 1441 | # |
1319 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1442 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
1320 | # | 1443 | # |
1321 | 1444 | ||
1322 | # | 1445 | # |
1323 | # may also be needed; see USB_STORAGE Help for more information | 1446 | # see USB_STORAGE Help for more information |
1324 | # | 1447 | # |
1325 | CONFIG_USB_STORAGE=y | 1448 | CONFIG_USB_STORAGE=y |
1326 | # CONFIG_USB_STORAGE_DEBUG is not set | 1449 | # CONFIG_USB_STORAGE_DEBUG is not set |
1327 | # CONFIG_USB_STORAGE_DATAFAB is not set | 1450 | # CONFIG_USB_STORAGE_DATAFAB is not set |
1328 | # CONFIG_USB_STORAGE_FREECOM is not set | 1451 | # CONFIG_USB_STORAGE_FREECOM is not set |
1329 | # CONFIG_USB_STORAGE_ISD200 is not set | 1452 | # CONFIG_USB_STORAGE_ISD200 is not set |
1330 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1331 | # CONFIG_USB_STORAGE_USBAT is not set | 1453 | # CONFIG_USB_STORAGE_USBAT is not set |
1332 | # CONFIG_USB_STORAGE_SDDR09 is not set | 1454 | # CONFIG_USB_STORAGE_SDDR09 is not set |
1333 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1455 | # CONFIG_USB_STORAGE_SDDR55 is not set |
@@ -1355,6 +1477,7 @@ CONFIG_USB_STORAGE=y | |||
1355 | # CONFIG_USB_EMI62 is not set | 1477 | # CONFIG_USB_EMI62 is not set |
1356 | # CONFIG_USB_EMI26 is not set | 1478 | # CONFIG_USB_EMI26 is not set |
1357 | # CONFIG_USB_ADUTUX is not set | 1479 | # CONFIG_USB_ADUTUX is not set |
1480 | # CONFIG_USB_SEVSEG is not set | ||
1358 | # CONFIG_USB_RIO500 is not set | 1481 | # CONFIG_USB_RIO500 is not set |
1359 | # CONFIG_USB_LEGOTOWER is not set | 1482 | # CONFIG_USB_LEGOTOWER is not set |
1360 | # CONFIG_USB_LCD is not set | 1483 | # CONFIG_USB_LCD is not set |
@@ -1371,13 +1494,20 @@ CONFIG_USB_STORAGE=y | |||
1371 | # CONFIG_USB_IOWARRIOR is not set | 1494 | # CONFIG_USB_IOWARRIOR is not set |
1372 | # CONFIG_USB_TEST is not set | 1495 | # CONFIG_USB_TEST is not set |
1373 | # CONFIG_USB_ISIGHTFW is not set | 1496 | # CONFIG_USB_ISIGHTFW is not set |
1497 | # CONFIG_USB_VST is not set | ||
1374 | # CONFIG_USB_GADGET is not set | 1498 | # CONFIG_USB_GADGET is not set |
1499 | |||
1500 | # | ||
1501 | # OTG and related infrastructure | ||
1502 | # | ||
1503 | # CONFIG_USB_GPIO_VBUS is not set | ||
1504 | # CONFIG_UWB is not set | ||
1375 | CONFIG_MMC=m | 1505 | CONFIG_MMC=m |
1376 | # CONFIG_MMC_DEBUG is not set | 1506 | # CONFIG_MMC_DEBUG is not set |
1377 | # CONFIG_MMC_UNSAFE_RESUME is not set | 1507 | # CONFIG_MMC_UNSAFE_RESUME is not set |
1378 | 1508 | ||
1379 | # | 1509 | # |
1380 | # MMC/SD Card Drivers | 1510 | # MMC/SD/SDIO Card Drivers |
1381 | # | 1511 | # |
1382 | CONFIG_MMC_BLOCK=m | 1512 | CONFIG_MMC_BLOCK=m |
1383 | CONFIG_MMC_BLOCK_BOUNCE=y | 1513 | CONFIG_MMC_BLOCK_BOUNCE=y |
@@ -1385,11 +1515,12 @@ CONFIG_MMC_BLOCK_BOUNCE=y | |||
1385 | # CONFIG_MMC_TEST is not set | 1515 | # CONFIG_MMC_TEST is not set |
1386 | 1516 | ||
1387 | # | 1517 | # |
1388 | # MMC/SD Host Controller Drivers | 1518 | # MMC/SD/SDIO Host Controller Drivers |
1389 | # | 1519 | # |
1390 | CONFIG_MMC_PXA=m | 1520 | CONFIG_MMC_PXA=m |
1391 | # CONFIG_MMC_SDHCI is not set | 1521 | # CONFIG_MMC_SDHCI is not set |
1392 | # CONFIG_MMC_TIFM_SD is not set | 1522 | # CONFIG_MMC_TIFM_SD is not set |
1523 | # CONFIG_MMC_SPI is not set | ||
1393 | # CONFIG_MMC_SDRICOH_CS is not set | 1524 | # CONFIG_MMC_SDRICOH_CS is not set |
1394 | # CONFIG_MEMSTICK is not set | 1525 | # CONFIG_MEMSTICK is not set |
1395 | # CONFIG_ACCESSIBILITY is not set | 1526 | # CONFIG_ACCESSIBILITY is not set |
@@ -1400,8 +1531,7 @@ CONFIG_LEDS_CLASS=y | |||
1400 | # LED drivers | 1531 | # LED drivers |
1401 | # | 1532 | # |
1402 | # CONFIG_LEDS_PCA9532 is not set | 1533 | # CONFIG_LEDS_PCA9532 is not set |
1403 | # CONFIG_LEDS_GPIO is not set | 1534 | CONFIG_LEDS_GPIO=m |
1404 | CONFIG_LEDS_CM_X270=y | ||
1405 | # CONFIG_LEDS_PCA955X is not set | 1535 | # CONFIG_LEDS_PCA955X is not set |
1406 | 1536 | ||
1407 | # | 1537 | # |
@@ -1410,6 +1540,7 @@ CONFIG_LEDS_CM_X270=y | |||
1410 | CONFIG_LEDS_TRIGGERS=y | 1540 | CONFIG_LEDS_TRIGGERS=y |
1411 | # CONFIG_LEDS_TRIGGER_TIMER is not set | 1541 | # CONFIG_LEDS_TRIGGER_TIMER is not set |
1412 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 1542 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
1543 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
1413 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | 1544 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set |
1414 | CONFIG_RTC_LIB=y | 1545 | CONFIG_RTC_LIB=y |
1415 | CONFIG_RTC_CLASS=y | 1546 | CONFIG_RTC_CLASS=y |
@@ -1441,37 +1572,43 @@ CONFIG_RTC_INTF_DEV=y | |||
1441 | # CONFIG_RTC_DRV_M41T80 is not set | 1572 | # CONFIG_RTC_DRV_M41T80 is not set |
1442 | # CONFIG_RTC_DRV_S35390A is not set | 1573 | # CONFIG_RTC_DRV_S35390A is not set |
1443 | # CONFIG_RTC_DRV_FM3130 is not set | 1574 | # CONFIG_RTC_DRV_FM3130 is not set |
1575 | # CONFIG_RTC_DRV_RX8581 is not set | ||
1444 | 1576 | ||
1445 | # | 1577 | # |
1446 | # SPI RTC drivers | 1578 | # SPI RTC drivers |
1447 | # | 1579 | # |
1580 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1581 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1582 | # CONFIG_RTC_DRV_DS1390 is not set | ||
1583 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1584 | # CONFIG_RTC_DRV_R9701 is not set | ||
1585 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1586 | # CONFIG_RTC_DRV_DS3234 is not set | ||
1448 | 1587 | ||
1449 | # | 1588 | # |
1450 | # Platform RTC drivers | 1589 | # Platform RTC drivers |
1451 | # | 1590 | # |
1452 | # CONFIG_RTC_DRV_CMOS is not set | 1591 | # CONFIG_RTC_DRV_CMOS is not set |
1592 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1453 | # CONFIG_RTC_DRV_DS1511 is not set | 1593 | # CONFIG_RTC_DRV_DS1511 is not set |
1454 | # CONFIG_RTC_DRV_DS1553 is not set | 1594 | # CONFIG_RTC_DRV_DS1553 is not set |
1455 | # CONFIG_RTC_DRV_DS1742 is not set | 1595 | # CONFIG_RTC_DRV_DS1742 is not set |
1456 | # CONFIG_RTC_DRV_STK17TA8 is not set | 1596 | # CONFIG_RTC_DRV_STK17TA8 is not set |
1457 | # CONFIG_RTC_DRV_M48T86 is not set | 1597 | # CONFIG_RTC_DRV_M48T86 is not set |
1598 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1458 | # CONFIG_RTC_DRV_M48T59 is not set | 1599 | # CONFIG_RTC_DRV_M48T59 is not set |
1600 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1459 | CONFIG_RTC_DRV_V3020=y | 1601 | CONFIG_RTC_DRV_V3020=y |
1460 | 1602 | ||
1461 | # | 1603 | # |
1462 | # on-CPU RTC drivers | 1604 | # on-CPU RTC drivers |
1463 | # | 1605 | # |
1464 | CONFIG_RTC_DRV_SA1100=y | 1606 | CONFIG_RTC_DRV_SA1100=y |
1607 | # CONFIG_RTC_DRV_PXA is not set | ||
1465 | # CONFIG_DMADEVICES is not set | 1608 | # CONFIG_DMADEVICES is not set |
1466 | |||
1467 | # | ||
1468 | # Voltage and Current regulators | ||
1469 | # | ||
1470 | # CONFIG_REGULATOR is not set | 1609 | # CONFIG_REGULATOR is not set |
1471 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1472 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1473 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1474 | # CONFIG_UIO is not set | 1610 | # CONFIG_UIO is not set |
1611 | # CONFIG_STAGING is not set | ||
1475 | 1612 | ||
1476 | # | 1613 | # |
1477 | # File systems | 1614 | # File systems |
@@ -1483,14 +1620,16 @@ CONFIG_EXT3_FS=y | |||
1483 | CONFIG_EXT3_FS_XATTR=y | 1620 | CONFIG_EXT3_FS_XATTR=y |
1484 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1621 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
1485 | # CONFIG_EXT3_FS_SECURITY is not set | 1622 | # CONFIG_EXT3_FS_SECURITY is not set |
1486 | # CONFIG_EXT4DEV_FS is not set | 1623 | # CONFIG_EXT4_FS is not set |
1487 | CONFIG_JBD=y | 1624 | CONFIG_JBD=y |
1488 | CONFIG_FS_MBCACHE=y | 1625 | CONFIG_FS_MBCACHE=y |
1489 | # CONFIG_REISERFS_FS is not set | 1626 | # CONFIG_REISERFS_FS is not set |
1490 | # CONFIG_JFS_FS is not set | 1627 | # CONFIG_JFS_FS is not set |
1491 | # CONFIG_FS_POSIX_ACL is not set | 1628 | # CONFIG_FS_POSIX_ACL is not set |
1629 | CONFIG_FILE_LOCKING=y | ||
1492 | # CONFIG_XFS_FS is not set | 1630 | # CONFIG_XFS_FS is not set |
1493 | # CONFIG_OCFS2_FS is not set | 1631 | # CONFIG_OCFS2_FS is not set |
1632 | # CONFIG_BTRFS_FS is not set | ||
1494 | CONFIG_DNOTIFY=y | 1633 | CONFIG_DNOTIFY=y |
1495 | CONFIG_INOTIFY=y | 1634 | CONFIG_INOTIFY=y |
1496 | CONFIG_INOTIFY_USER=y | 1635 | CONFIG_INOTIFY_USER=y |
@@ -1520,15 +1659,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
1520 | # | 1659 | # |
1521 | CONFIG_PROC_FS=y | 1660 | CONFIG_PROC_FS=y |
1522 | CONFIG_PROC_SYSCTL=y | 1661 | CONFIG_PROC_SYSCTL=y |
1662 | # CONFIG_PROC_PAGE_MONITOR is not set | ||
1523 | CONFIG_SYSFS=y | 1663 | CONFIG_SYSFS=y |
1524 | CONFIG_TMPFS=y | 1664 | CONFIG_TMPFS=y |
1525 | # CONFIG_TMPFS_POSIX_ACL is not set | 1665 | # CONFIG_TMPFS_POSIX_ACL is not set |
1526 | # CONFIG_HUGETLB_PAGE is not set | 1666 | # CONFIG_HUGETLB_PAGE is not set |
1527 | # CONFIG_CONFIGFS_FS is not set | 1667 | # CONFIG_CONFIGFS_FS is not set |
1528 | 1668 | CONFIG_MISC_FILESYSTEMS=y | |
1529 | # | ||
1530 | # Miscellaneous filesystems | ||
1531 | # | ||
1532 | # CONFIG_ADFS_FS is not set | 1669 | # CONFIG_ADFS_FS is not set |
1533 | # CONFIG_AFFS_FS is not set | 1670 | # CONFIG_AFFS_FS is not set |
1534 | # CONFIG_HFS_FS is not set | 1671 | # CONFIG_HFS_FS is not set |
@@ -1548,6 +1685,7 @@ CONFIG_JFFS2_ZLIB=y | |||
1548 | CONFIG_JFFS2_RTIME=y | 1685 | CONFIG_JFFS2_RTIME=y |
1549 | # CONFIG_JFFS2_RUBIN is not set | 1686 | # CONFIG_JFFS2_RUBIN is not set |
1550 | # CONFIG_CRAMFS is not set | 1687 | # CONFIG_CRAMFS is not set |
1688 | # CONFIG_SQUASHFS is not set | ||
1551 | # CONFIG_VXFS_FS is not set | 1689 | # CONFIG_VXFS_FS is not set |
1552 | # CONFIG_MINIX_FS is not set | 1690 | # CONFIG_MINIX_FS is not set |
1553 | # CONFIG_OMFS_FS is not set | 1691 | # CONFIG_OMFS_FS is not set |
@@ -1567,6 +1705,7 @@ CONFIG_LOCKD=y | |||
1567 | CONFIG_LOCKD_V4=y | 1705 | CONFIG_LOCKD_V4=y |
1568 | CONFIG_NFS_COMMON=y | 1706 | CONFIG_NFS_COMMON=y |
1569 | CONFIG_SUNRPC=y | 1707 | CONFIG_SUNRPC=y |
1708 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1570 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1709 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1571 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1710 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1572 | # CONFIG_SMB_FS is not set | 1711 | # CONFIG_SMB_FS is not set |
@@ -1678,19 +1817,29 @@ CONFIG_DEBUG_KERNEL=y | |||
1678 | # CONFIG_DEBUG_MEMORY_INIT is not set | 1817 | # CONFIG_DEBUG_MEMORY_INIT is not set |
1679 | # CONFIG_DEBUG_LIST is not set | 1818 | # CONFIG_DEBUG_LIST is not set |
1680 | # CONFIG_DEBUG_SG is not set | 1819 | # CONFIG_DEBUG_SG is not set |
1820 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1681 | CONFIG_FRAME_POINTER=y | 1821 | CONFIG_FRAME_POINTER=y |
1682 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1822 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1683 | # CONFIG_RCU_TORTURE_TEST is not set | 1823 | # CONFIG_RCU_TORTURE_TEST is not set |
1824 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1684 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1825 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1826 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1685 | # CONFIG_FAULT_INJECTION is not set | 1827 | # CONFIG_FAULT_INJECTION is not set |
1686 | # CONFIG_LATENCYTOP is not set | 1828 | # CONFIG_LATENCYTOP is not set |
1687 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1829 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1688 | CONFIG_HAVE_FTRACE=y | 1830 | CONFIG_HAVE_FUNCTION_TRACER=y |
1689 | CONFIG_HAVE_DYNAMIC_FTRACE=y | 1831 | |
1690 | # CONFIG_FTRACE is not set | 1832 | # |
1833 | # Tracers | ||
1834 | # | ||
1835 | # CONFIG_FUNCTION_TRACER is not set | ||
1691 | # CONFIG_IRQSOFF_TRACER is not set | 1836 | # CONFIG_IRQSOFF_TRACER is not set |
1692 | # CONFIG_SCHED_TRACER is not set | 1837 | # CONFIG_SCHED_TRACER is not set |
1693 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1838 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1839 | # CONFIG_BOOT_TRACER is not set | ||
1840 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1841 | # CONFIG_STACK_TRACER is not set | ||
1842 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1694 | # CONFIG_SAMPLES is not set | 1843 | # CONFIG_SAMPLES is not set |
1695 | CONFIG_HAVE_ARCH_KGDB=y | 1844 | CONFIG_HAVE_ARCH_KGDB=y |
1696 | # CONFIG_KGDB is not set | 1845 | # CONFIG_KGDB is not set |
@@ -1705,13 +1854,16 @@ CONFIG_DEBUG_LL=y | |||
1705 | # | 1854 | # |
1706 | # CONFIG_KEYS is not set | 1855 | # CONFIG_KEYS is not set |
1707 | # CONFIG_SECURITY is not set | 1856 | # CONFIG_SECURITY is not set |
1857 | # CONFIG_SECURITYFS is not set | ||
1708 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1858 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1709 | CONFIG_CRYPTO=y | 1859 | CONFIG_CRYPTO=y |
1710 | 1860 | ||
1711 | # | 1861 | # |
1712 | # Crypto core or helper | 1862 | # Crypto core or helper |
1713 | # | 1863 | # |
1864 | # CONFIG_CRYPTO_FIPS is not set | ||
1714 | # CONFIG_CRYPTO_MANAGER is not set | 1865 | # CONFIG_CRYPTO_MANAGER is not set |
1866 | # CONFIG_CRYPTO_MANAGER2 is not set | ||
1715 | # CONFIG_CRYPTO_GF128MUL is not set | 1867 | # CONFIG_CRYPTO_GF128MUL is not set |
1716 | # CONFIG_CRYPTO_NULL is not set | 1868 | # CONFIG_CRYPTO_NULL is not set |
1717 | # CONFIG_CRYPTO_CRYPTD is not set | 1869 | # CONFIG_CRYPTO_CRYPTD is not set |
@@ -1783,14 +1935,18 @@ CONFIG_CRYPTO=y | |||
1783 | # | 1935 | # |
1784 | # CONFIG_CRYPTO_DEFLATE is not set | 1936 | # CONFIG_CRYPTO_DEFLATE is not set |
1785 | # CONFIG_CRYPTO_LZO is not set | 1937 | # CONFIG_CRYPTO_LZO is not set |
1938 | |||
1939 | # | ||
1940 | # Random Number Generation | ||
1941 | # | ||
1942 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1786 | # CONFIG_CRYPTO_HW is not set | 1943 | # CONFIG_CRYPTO_HW is not set |
1787 | 1944 | ||
1788 | # | 1945 | # |
1789 | # Library routines | 1946 | # Library routines |
1790 | # | 1947 | # |
1791 | CONFIG_BITREVERSE=y | 1948 | CONFIG_BITREVERSE=y |
1792 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1949 | CONFIG_GENERIC_FIND_LAST_BIT=y |
1793 | # CONFIG_GENERIC_FIND_NEXT_BIT is not set | ||
1794 | CONFIG_CRC_CCITT=m | 1950 | CONFIG_CRC_CCITT=m |
1795 | # CONFIG_CRC16 is not set | 1951 | # CONFIG_CRC16 is not set |
1796 | # CONFIG_CRC_T10DIF is not set | 1952 | # CONFIG_CRC_T10DIF is not set |
diff --git a/arch/arm/configs/colibri_defconfig b/arch/arm/configs/colibri_pxa270_defconfig index 744086fff414..4cf3bde1c522 100644 --- a/arch/arm/configs/colibri_defconfig +++ b/arch/arm/configs/colibri_pxa270_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc3 | 3 | # Linux kernel version: 2.6.29-rc8 |
4 | # Mon Dec 3 13:36:09 2007 | 4 | # Fri Mar 13 16:18:17 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -12,6 +12,7 @@ CONFIG_MMU=y | |||
12 | # CONFIG_NO_IOPORT is not set | 12 | # CONFIG_NO_IOPORT is not set |
13 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | 14 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | 16 | CONFIG_LOCKDEP_SUPPORT=y |
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
17 | CONFIG_HARDIRQS_SW_RESEND=y | 18 | CONFIG_HARDIRQS_SW_RESEND=y |
@@ -21,8 +22,8 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_GENERIC_HWEIGHT=y | 23 | CONFIG_GENERIC_HWEIGHT=y |
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
25 | CONFIG_ARCH_MTD_XIP=y | 25 | CONFIG_ARCH_MTD_XIP=y |
26 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | 27 | CONFIG_VECTORS_BASE=0xffff0000 |
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
28 | 29 | ||
@@ -42,22 +43,30 @@ CONFIG_POSIX_MQUEUE=y | |||
42 | CONFIG_BSD_PROCESS_ACCT=y | 43 | CONFIG_BSD_PROCESS_ACCT=y |
43 | CONFIG_BSD_PROCESS_ACCT_V3=y | 44 | CONFIG_BSD_PROCESS_ACCT_V3=y |
44 | # CONFIG_TASKSTATS is not set | 45 | # CONFIG_TASKSTATS is not set |
45 | # CONFIG_USER_NS is not set | ||
46 | # CONFIG_PID_NS is not set | ||
47 | # CONFIG_AUDIT is not set | 46 | # CONFIG_AUDIT is not set |
47 | |||
48 | # | ||
49 | # RCU Subsystem | ||
50 | # | ||
51 | CONFIG_CLASSIC_RCU=y | ||
52 | # CONFIG_TREE_RCU is not set | ||
53 | # CONFIG_PREEMPT_RCU is not set | ||
54 | # CONFIG_TREE_RCU_TRACE is not set | ||
55 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
48 | CONFIG_IKCONFIG=y | 56 | CONFIG_IKCONFIG=y |
49 | CONFIG_IKCONFIG_PROC=y | 57 | CONFIG_IKCONFIG_PROC=y |
50 | CONFIG_LOG_BUF_SHIFT=14 | 58 | CONFIG_LOG_BUF_SHIFT=14 |
59 | # CONFIG_GROUP_SCHED is not set | ||
51 | # CONFIG_CGROUPS is not set | 60 | # CONFIG_CGROUPS is not set |
52 | CONFIG_FAIR_GROUP_SCHED=y | ||
53 | CONFIG_FAIR_USER_SCHED=y | ||
54 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
55 | CONFIG_SYSFS_DEPRECATED=y | 61 | CONFIG_SYSFS_DEPRECATED=y |
62 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
56 | # CONFIG_RELAY is not set | 63 | # CONFIG_RELAY is not set |
64 | # CONFIG_NAMESPACES is not set | ||
57 | CONFIG_BLK_DEV_INITRD=y | 65 | CONFIG_BLK_DEV_INITRD=y |
58 | CONFIG_INITRAMFS_SOURCE="" | 66 | CONFIG_INITRAMFS_SOURCE="" |
59 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 67 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
60 | CONFIG_SYSCTL=y | 68 | CONFIG_SYSCTL=y |
69 | CONFIG_ANON_INODES=y | ||
61 | CONFIG_EMBEDDED=y | 70 | CONFIG_EMBEDDED=y |
62 | CONFIG_UID16=y | 71 | CONFIG_UID16=y |
63 | CONFIG_SYSCTL_SYSCALL=y | 72 | CONFIG_SYSCTL_SYSCALL=y |
@@ -70,29 +79,38 @@ CONFIG_BUG=y | |||
70 | CONFIG_ELF_CORE=y | 79 | CONFIG_ELF_CORE=y |
71 | CONFIG_BASE_FULL=y | 80 | CONFIG_BASE_FULL=y |
72 | CONFIG_FUTEX=y | 81 | CONFIG_FUTEX=y |
73 | CONFIG_ANON_INODES=y | ||
74 | CONFIG_EPOLL=y | 82 | CONFIG_EPOLL=y |
75 | CONFIG_SIGNALFD=y | 83 | CONFIG_SIGNALFD=y |
84 | CONFIG_TIMERFD=y | ||
76 | CONFIG_EVENTFD=y | 85 | CONFIG_EVENTFD=y |
77 | CONFIG_SHMEM=y | 86 | CONFIG_SHMEM=y |
87 | CONFIG_AIO=y | ||
78 | CONFIG_VM_EVENT_COUNTERS=y | 88 | CONFIG_VM_EVENT_COUNTERS=y |
89 | CONFIG_COMPAT_BRK=y | ||
79 | CONFIG_SLAB=y | 90 | CONFIG_SLAB=y |
80 | # CONFIG_SLUB is not set | 91 | # CONFIG_SLUB is not set |
81 | # CONFIG_SLOB is not set | 92 | # CONFIG_SLOB is not set |
93 | # CONFIG_PROFILING is not set | ||
94 | CONFIG_HAVE_OPROFILE=y | ||
95 | # CONFIG_KPROBES is not set | ||
96 | CONFIG_HAVE_KPROBES=y | ||
97 | CONFIG_HAVE_KRETPROBES=y | ||
98 | CONFIG_HAVE_CLK=y | ||
99 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
100 | CONFIG_SLABINFO=y | ||
82 | CONFIG_RT_MUTEXES=y | 101 | CONFIG_RT_MUTEXES=y |
83 | # CONFIG_TINY_SHMEM is not set | ||
84 | CONFIG_BASE_SMALL=0 | 102 | CONFIG_BASE_SMALL=0 |
85 | CONFIG_MODULES=y | 103 | CONFIG_MODULES=y |
104 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
86 | CONFIG_MODULE_UNLOAD=y | 105 | CONFIG_MODULE_UNLOAD=y |
87 | CONFIG_MODULE_FORCE_UNLOAD=y | 106 | CONFIG_MODULE_FORCE_UNLOAD=y |
88 | CONFIG_MODVERSIONS=y | 107 | CONFIG_MODVERSIONS=y |
89 | CONFIG_MODULE_SRCVERSION_ALL=y | 108 | CONFIG_MODULE_SRCVERSION_ALL=y |
90 | CONFIG_KMOD=y | ||
91 | CONFIG_BLOCK=y | 109 | CONFIG_BLOCK=y |
92 | CONFIG_LBD=y | 110 | CONFIG_LBD=y |
93 | # CONFIG_BLK_DEV_IO_TRACE is not set | 111 | # CONFIG_BLK_DEV_IO_TRACE is not set |
94 | CONFIG_LSF=y | ||
95 | # CONFIG_BLK_DEV_BSG is not set | 112 | # CONFIG_BLK_DEV_BSG is not set |
113 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
96 | 114 | ||
97 | # | 115 | # |
98 | # IO Schedulers | 116 | # IO Schedulers |
@@ -106,6 +124,7 @@ CONFIG_DEFAULT_AS=y | |||
106 | # CONFIG_DEFAULT_CFQ is not set | 124 | # CONFIG_DEFAULT_CFQ is not set |
107 | # CONFIG_DEFAULT_NOOP is not set | 125 | # CONFIG_DEFAULT_NOOP is not set |
108 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 126 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
127 | CONFIG_FREEZER=y | ||
109 | 128 | ||
110 | # | 129 | # |
111 | # System Type | 130 | # System Type |
@@ -115,9 +134,7 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
115 | # CONFIG_ARCH_REALVIEW is not set | 134 | # CONFIG_ARCH_REALVIEW is not set |
116 | # CONFIG_ARCH_VERSATILE is not set | 135 | # CONFIG_ARCH_VERSATILE is not set |
117 | # CONFIG_ARCH_AT91 is not set | 136 | # CONFIG_ARCH_AT91 is not set |
118 | # CONFIG_ARCH_CLPS7500 is not set | ||
119 | # CONFIG_ARCH_CLPS711X is not set | 137 | # CONFIG_ARCH_CLPS711X is not set |
120 | # CONFIG_ARCH_CO285 is not set | ||
121 | # CONFIG_ARCH_EBSA110 is not set | 138 | # CONFIG_ARCH_EBSA110 is not set |
122 | # CONFIG_ARCH_EP93XX is not set | 139 | # CONFIG_ARCH_EP93XX is not set |
123 | # CONFIG_ARCH_FOOTBRIDGE is not set | 140 | # CONFIG_ARCH_FOOTBRIDGE is not set |
@@ -131,41 +148,58 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
131 | # CONFIG_ARCH_IXP2000 is not set | 148 | # CONFIG_ARCH_IXP2000 is not set |
132 | # CONFIG_ARCH_IXP4XX is not set | 149 | # CONFIG_ARCH_IXP4XX is not set |
133 | # CONFIG_ARCH_L7200 is not set | 150 | # CONFIG_ARCH_L7200 is not set |
151 | # CONFIG_ARCH_KIRKWOOD is not set | ||
134 | # CONFIG_ARCH_KS8695 is not set | 152 | # CONFIG_ARCH_KS8695 is not set |
135 | # CONFIG_ARCH_NS9XXX is not set | 153 | # CONFIG_ARCH_NS9XXX is not set |
154 | # CONFIG_ARCH_LOKI is not set | ||
155 | # CONFIG_ARCH_MV78XX0 is not set | ||
136 | # CONFIG_ARCH_MXC is not set | 156 | # CONFIG_ARCH_MXC is not set |
157 | # CONFIG_ARCH_ORION5X is not set | ||
137 | # CONFIG_ARCH_PNX4008 is not set | 158 | # CONFIG_ARCH_PNX4008 is not set |
138 | CONFIG_ARCH_PXA=y | 159 | CONFIG_ARCH_PXA=y |
139 | # CONFIG_ARCH_RPC is not set | 160 | # CONFIG_ARCH_RPC is not set |
140 | # CONFIG_ARCH_SA1100 is not set | 161 | # CONFIG_ARCH_SA1100 is not set |
141 | # CONFIG_ARCH_S3C2410 is not set | 162 | # CONFIG_ARCH_S3C2410 is not set |
163 | # CONFIG_ARCH_S3C64XX is not set | ||
142 | # CONFIG_ARCH_SHARK is not set | 164 | # CONFIG_ARCH_SHARK is not set |
143 | # CONFIG_ARCH_LH7A40X is not set | 165 | # CONFIG_ARCH_LH7A40X is not set |
144 | # CONFIG_ARCH_DAVINCI is not set | 166 | # CONFIG_ARCH_DAVINCI is not set |
145 | # CONFIG_ARCH_OMAP is not set | 167 | # CONFIG_ARCH_OMAP is not set |
168 | # CONFIG_ARCH_MSM is not set | ||
169 | # CONFIG_ARCH_W90X900 is not set | ||
146 | 170 | ||
147 | # | 171 | # |
148 | # Intel PXA2xx/PXA3xx Implementations | 172 | # Intel PXA2xx/PXA3xx Implementations |
149 | # | 173 | # |
174 | # CONFIG_ARCH_GUMSTIX is not set | ||
175 | # CONFIG_MACH_INTELMOTE2 is not set | ||
150 | # CONFIG_ARCH_LUBBOCK is not set | 176 | # CONFIG_ARCH_LUBBOCK is not set |
151 | # CONFIG_MACH_LOGICPD_PXA270 is not set | 177 | # CONFIG_MACH_LOGICPD_PXA270 is not set |
152 | # CONFIG_MACH_MAINSTONE is not set | 178 | # CONFIG_MACH_MAINSTONE is not set |
179 | # CONFIG_MACH_MP900C is not set | ||
153 | # CONFIG_ARCH_PXA_IDP is not set | 180 | # CONFIG_ARCH_PXA_IDP is not set |
154 | # CONFIG_PXA_SHARPSL is not set | 181 | # CONFIG_PXA_SHARPSL is not set |
155 | # CONFIG_MACH_TRIZEPS4 is not set | 182 | # CONFIG_ARCH_VIPER is not set |
183 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
184 | # CONFIG_TRIZEPS_PXA is not set | ||
185 | # CONFIG_MACH_H5000 is not set | ||
156 | # CONFIG_MACH_EM_X270 is not set | 186 | # CONFIG_MACH_EM_X270 is not set |
157 | CONFIG_MACH_COLIBRI=y | 187 | CONFIG_MACH_COLIBRI=y |
188 | # CONFIG_MACH_COLIBRI300 is not set | ||
158 | # CONFIG_MACH_ZYLONITE is not set | 189 | # CONFIG_MACH_ZYLONITE is not set |
190 | # CONFIG_MACH_LITTLETON is not set | ||
191 | # CONFIG_MACH_RAUMFELD_PROTO is not set | ||
192 | # CONFIG_MACH_TAVOREVB is not set | ||
193 | # CONFIG_MACH_SAAR is not set | ||
159 | # CONFIG_MACH_ARMCORE is not set | 194 | # CONFIG_MACH_ARMCORE is not set |
195 | # CONFIG_MACH_CM_X300 is not set | ||
196 | # CONFIG_MACH_MAGICIAN is not set | ||
197 | # CONFIG_MACH_MIOA701 is not set | ||
198 | # CONFIG_MACH_PCM027 is not set | ||
199 | # CONFIG_ARCH_PXA_PALM is not set | ||
200 | # CONFIG_PXA_EZX is not set | ||
160 | CONFIG_PXA27x=y | 201 | CONFIG_PXA27x=y |
161 | 202 | # CONFIG_PXA_PWM is not set | |
162 | # | ||
163 | # Boot options | ||
164 | # | ||
165 | |||
166 | # | ||
167 | # Power management | ||
168 | # | ||
169 | 203 | ||
170 | # | 204 | # |
171 | # Processor Type | 205 | # Processor Type |
@@ -174,6 +208,7 @@ CONFIG_CPU_32=y | |||
174 | CONFIG_CPU_XSCALE=y | 208 | CONFIG_CPU_XSCALE=y |
175 | CONFIG_CPU_32v5=y | 209 | CONFIG_CPU_32v5=y |
176 | CONFIG_CPU_ABRT_EV5T=y | 210 | CONFIG_CPU_ABRT_EV5T=y |
211 | CONFIG_CPU_PABRT_NOIFAR=y | ||
177 | CONFIG_CPU_CACHE_VIVT=y | 212 | CONFIG_CPU_CACHE_VIVT=y |
178 | CONFIG_CPU_TLB_V4WBI=y | 213 | CONFIG_CPU_TLB_V4WBI=y |
179 | CONFIG_CPU_CP15=y | 214 | CONFIG_CPU_CP15=y |
@@ -187,6 +222,7 @@ CONFIG_ARM_THUMB=y | |||
187 | # CONFIG_OUTER_CACHE is not set | 222 | # CONFIG_OUTER_CACHE is not set |
188 | CONFIG_IWMMXT=y | 223 | CONFIG_IWMMXT=y |
189 | CONFIG_XSCALE_PMU=y | 224 | CONFIG_XSCALE_PMU=y |
225 | CONFIG_COMMON_CLKDEV=y | ||
190 | 226 | ||
191 | # | 227 | # |
192 | # Bus support | 228 | # Bus support |
@@ -198,28 +234,33 @@ CONFIG_XSCALE_PMU=y | |||
198 | # | 234 | # |
199 | # Kernel Features | 235 | # Kernel Features |
200 | # | 236 | # |
201 | # CONFIG_TICK_ONESHOT is not set | 237 | CONFIG_TICK_ONESHOT=y |
202 | # CONFIG_NO_HZ is not set | 238 | # CONFIG_NO_HZ is not set |
203 | # CONFIG_HIGH_RES_TIMERS is not set | 239 | # CONFIG_HIGH_RES_TIMERS is not set |
204 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 240 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
241 | CONFIG_VMSPLIT_3G=y | ||
242 | # CONFIG_VMSPLIT_2G is not set | ||
243 | # CONFIG_VMSPLIT_1G is not set | ||
244 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
205 | CONFIG_PREEMPT=y | 245 | CONFIG_PREEMPT=y |
206 | CONFIG_HZ=100 | 246 | CONFIG_HZ=100 |
207 | CONFIG_AEABI=y | 247 | CONFIG_AEABI=y |
208 | CONFIG_OABI_COMPAT=y | 248 | CONFIG_OABI_COMPAT=y |
209 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 249 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y |
250 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
251 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
210 | CONFIG_SELECT_MEMORY_MODEL=y | 252 | CONFIG_SELECT_MEMORY_MODEL=y |
211 | CONFIG_FLATMEM_MANUAL=y | 253 | CONFIG_FLATMEM_MANUAL=y |
212 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 254 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
213 | # CONFIG_SPARSEMEM_MANUAL is not set | 255 | # CONFIG_SPARSEMEM_MANUAL is not set |
214 | CONFIG_FLATMEM=y | 256 | CONFIG_FLATMEM=y |
215 | CONFIG_FLAT_NODE_MEM_MAP=y | 257 | CONFIG_FLAT_NODE_MEM_MAP=y |
216 | # CONFIG_SPARSEMEM_STATIC is not set | 258 | CONFIG_PAGEFLAGS_EXTENDED=y |
217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
218 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 259 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
219 | # CONFIG_RESOURCES_64BIT is not set | 260 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
220 | CONFIG_ZONE_DMA_FLAG=1 | 261 | CONFIG_ZONE_DMA_FLAG=0 |
221 | CONFIG_BOUNCE=y | ||
222 | CONFIG_VIRT_TO_BUS=y | 262 | CONFIG_VIRT_TO_BUS=y |
263 | CONFIG_UNEVICTABLE_LRU=y | ||
223 | CONFIG_ALIGNMENT_TRAP=y | 264 | CONFIG_ALIGNMENT_TRAP=y |
224 | 265 | ||
225 | # | 266 | # |
@@ -232,6 +273,12 @@ CONFIG_CMDLINE="" | |||
232 | # CONFIG_KEXEC is not set | 273 | # CONFIG_KEXEC is not set |
233 | 274 | ||
234 | # | 275 | # |
276 | # CPU Power Management | ||
277 | # | ||
278 | # CONFIG_CPU_FREQ is not set | ||
279 | # CONFIG_CPU_IDLE is not set | ||
280 | |||
281 | # | ||
235 | # Floating point emulation | 282 | # Floating point emulation |
236 | # | 283 | # |
237 | 284 | ||
@@ -246,6 +293,8 @@ CONFIG_FPE_NWFPE=y | |||
246 | # Userspace binary formats | 293 | # Userspace binary formats |
247 | # | 294 | # |
248 | CONFIG_BINFMT_ELF=y | 295 | CONFIG_BINFMT_ELF=y |
296 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
297 | CONFIG_HAVE_AOUT=y | ||
249 | # CONFIG_BINFMT_AOUT is not set | 298 | # CONFIG_BINFMT_AOUT is not set |
250 | # CONFIG_BINFMT_MISC is not set | 299 | # CONFIG_BINFMT_MISC is not set |
251 | 300 | ||
@@ -253,21 +302,18 @@ CONFIG_BINFMT_ELF=y | |||
253 | # Power management options | 302 | # Power management options |
254 | # | 303 | # |
255 | CONFIG_PM=y | 304 | CONFIG_PM=y |
256 | # CONFIG_PM_LEGACY is not set | ||
257 | # CONFIG_PM_DEBUG is not set | 305 | # CONFIG_PM_DEBUG is not set |
258 | CONFIG_PM_SLEEP=y | 306 | CONFIG_PM_SLEEP=y |
259 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
260 | CONFIG_SUSPEND=y | 307 | CONFIG_SUSPEND=y |
308 | CONFIG_SUSPEND_FREEZER=y | ||
261 | # CONFIG_APM_EMULATION is not set | 309 | # CONFIG_APM_EMULATION is not set |
262 | 310 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | |
263 | # | ||
264 | # Networking | ||
265 | # | ||
266 | CONFIG_NET=y | 311 | CONFIG_NET=y |
267 | 312 | ||
268 | # | 313 | # |
269 | # Networking options | 314 | # Networking options |
270 | # | 315 | # |
316 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
271 | CONFIG_PACKET=y | 317 | CONFIG_PACKET=y |
272 | CONFIG_PACKET_MMAP=y | 318 | CONFIG_PACKET_MMAP=y |
273 | CONFIG_UNIX=y | 319 | CONFIG_UNIX=y |
@@ -275,6 +321,7 @@ CONFIG_XFRM=y | |||
275 | CONFIG_XFRM_USER=m | 321 | CONFIG_XFRM_USER=m |
276 | # CONFIG_XFRM_SUB_POLICY is not set | 322 | # CONFIG_XFRM_SUB_POLICY is not set |
277 | # CONFIG_XFRM_MIGRATE is not set | 323 | # CONFIG_XFRM_MIGRATE is not set |
324 | # CONFIG_XFRM_STATISTICS is not set | ||
278 | CONFIG_NET_KEY=y | 325 | CONFIG_NET_KEY=y |
279 | # CONFIG_NET_KEY_MIGRATE is not set | 326 | # CONFIG_NET_KEY_MIGRATE is not set |
280 | CONFIG_INET=y | 327 | CONFIG_INET=y |
@@ -304,26 +351,26 @@ CONFIG_INET_TCP_DIAG=y | |||
304 | CONFIG_TCP_CONG_CUBIC=y | 351 | CONFIG_TCP_CONG_CUBIC=y |
305 | CONFIG_DEFAULT_TCP_CONG="cubic" | 352 | CONFIG_DEFAULT_TCP_CONG="cubic" |
306 | # CONFIG_TCP_MD5SIG is not set | 353 | # CONFIG_TCP_MD5SIG is not set |
307 | # CONFIG_IP_VS is not set | ||
308 | # CONFIG_IPV6 is not set | 354 | # CONFIG_IPV6 is not set |
309 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
310 | # CONFIG_INET6_TUNNEL is not set | ||
311 | # CONFIG_NETLABEL is not set | 355 | # CONFIG_NETLABEL is not set |
312 | # CONFIG_NETWORK_SECMARK is not set | 356 | # CONFIG_NETWORK_SECMARK is not set |
313 | CONFIG_NETFILTER=y | 357 | CONFIG_NETFILTER=y |
314 | # CONFIG_NETFILTER_DEBUG is not set | 358 | # CONFIG_NETFILTER_DEBUG is not set |
359 | CONFIG_NETFILTER_ADVANCED=y | ||
315 | 360 | ||
316 | # | 361 | # |
317 | # Core Netfilter Configuration | 362 | # Core Netfilter Configuration |
318 | # | 363 | # |
319 | # CONFIG_NETFILTER_NETLINK is not set | 364 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set |
320 | # CONFIG_NF_CONNTRACK_ENABLED is not set | 365 | # CONFIG_NETFILTER_NETLINK_LOG is not set |
321 | # CONFIG_NF_CONNTRACK is not set | 366 | # CONFIG_NF_CONNTRACK is not set |
322 | # CONFIG_NETFILTER_XTABLES is not set | 367 | # CONFIG_NETFILTER_XTABLES is not set |
368 | # CONFIG_IP_VS is not set | ||
323 | 369 | ||
324 | # | 370 | # |
325 | # IP: Netfilter Configuration | 371 | # IP: Netfilter Configuration |
326 | # | 372 | # |
373 | # CONFIG_NF_DEFRAG_IPV4 is not set | ||
327 | CONFIG_IP_NF_QUEUE=m | 374 | CONFIG_IP_NF_QUEUE=m |
328 | # CONFIG_IP_NF_IPTABLES is not set | 375 | # CONFIG_IP_NF_IPTABLES is not set |
329 | # CONFIG_IP_NF_ARPTABLES is not set | 376 | # CONFIG_IP_NF_ARPTABLES is not set |
@@ -332,7 +379,9 @@ CONFIG_IP_NF_QUEUE=m | |||
332 | # CONFIG_TIPC is not set | 379 | # CONFIG_TIPC is not set |
333 | # CONFIG_ATM is not set | 380 | # CONFIG_ATM is not set |
334 | # CONFIG_BRIDGE is not set | 381 | # CONFIG_BRIDGE is not set |
382 | # CONFIG_NET_DSA is not set | ||
335 | CONFIG_VLAN_8021Q=m | 383 | CONFIG_VLAN_8021Q=m |
384 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
336 | # CONFIG_DECNET is not set | 385 | # CONFIG_DECNET is not set |
337 | # CONFIG_LLC2 is not set | 386 | # CONFIG_LLC2 is not set |
338 | # CONFIG_IPX is not set | 387 | # CONFIG_IPX is not set |
@@ -342,12 +391,14 @@ CONFIG_VLAN_8021Q=m | |||
342 | # CONFIG_ECONET is not set | 391 | # CONFIG_ECONET is not set |
343 | # CONFIG_WAN_ROUTER is not set | 392 | # CONFIG_WAN_ROUTER is not set |
344 | # CONFIG_NET_SCHED is not set | 393 | # CONFIG_NET_SCHED is not set |
394 | # CONFIG_DCB is not set | ||
345 | 395 | ||
346 | # | 396 | # |
347 | # Network testing | 397 | # Network testing |
348 | # | 398 | # |
349 | # CONFIG_NET_PKTGEN is not set | 399 | # CONFIG_NET_PKTGEN is not set |
350 | # CONFIG_HAMRADIO is not set | 400 | # CONFIG_HAMRADIO is not set |
401 | # CONFIG_CAN is not set | ||
351 | CONFIG_IRDA=m | 402 | CONFIG_IRDA=m |
352 | 403 | ||
353 | # | 404 | # |
@@ -382,15 +433,6 @@ CONFIG_IRTTY_SIR=m | |||
382 | # CONFIG_KS959_DONGLE is not set | 433 | # CONFIG_KS959_DONGLE is not set |
383 | 434 | ||
384 | # | 435 | # |
385 | # Old SIR device drivers | ||
386 | # | ||
387 | # CONFIG_IRPORT_SIR is not set | ||
388 | |||
389 | # | ||
390 | # Old Serial dongle support | ||
391 | # | ||
392 | |||
393 | # | ||
394 | # FIR device drivers | 436 | # FIR device drivers |
395 | # | 437 | # |
396 | # CONFIG_USB_IRDA is not set | 438 | # CONFIG_USB_IRDA is not set |
@@ -410,7 +452,6 @@ CONFIG_BT_HIDP=m | |||
410 | # | 452 | # |
411 | # Bluetooth device drivers | 453 | # Bluetooth device drivers |
412 | # | 454 | # |
413 | # CONFIG_BT_HCIUSB is not set | ||
414 | # CONFIG_BT_HCIBTUSB is not set | 455 | # CONFIG_BT_HCIBTUSB is not set |
415 | # CONFIG_BT_HCIBTSDIO is not set | 456 | # CONFIG_BT_HCIBTSDIO is not set |
416 | # CONFIG_BT_HCIUART is not set | 457 | # CONFIG_BT_HCIUART is not set |
@@ -419,21 +460,20 @@ CONFIG_BT_HIDP=m | |||
419 | # CONFIG_BT_HCIBFUSB is not set | 460 | # CONFIG_BT_HCIBFUSB is not set |
420 | # CONFIG_BT_HCIVHCI is not set | 461 | # CONFIG_BT_HCIVHCI is not set |
421 | # CONFIG_AF_RXRPC is not set | 462 | # CONFIG_AF_RXRPC is not set |
422 | 463 | # CONFIG_PHONET is not set | |
423 | # | 464 | CONFIG_WIRELESS=y |
424 | # Wireless | ||
425 | # | ||
426 | CONFIG_CFG80211=y | 465 | CONFIG_CFG80211=y |
466 | # CONFIG_CFG80211_REG_DEBUG is not set | ||
427 | CONFIG_NL80211=y | 467 | CONFIG_NL80211=y |
468 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
428 | CONFIG_WIRELESS_EXT=y | 469 | CONFIG_WIRELESS_EXT=y |
470 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
471 | CONFIG_LIB80211=y | ||
472 | CONFIG_LIB80211_CRYPT_WEP=y | ||
473 | CONFIG_LIB80211_CRYPT_CCMP=y | ||
474 | CONFIG_LIB80211_CRYPT_TKIP=y | ||
429 | # CONFIG_MAC80211 is not set | 475 | # CONFIG_MAC80211 is not set |
430 | CONFIG_IEEE80211=y | 476 | # CONFIG_WIMAX is not set |
431 | # CONFIG_IEEE80211_DEBUG is not set | ||
432 | CONFIG_IEEE80211_CRYPT_WEP=y | ||
433 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
434 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
435 | CONFIG_IEEE80211_SOFTMAC=m | ||
436 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
437 | # CONFIG_RFKILL is not set | 477 | # CONFIG_RFKILL is not set |
438 | # CONFIG_NET_9P is not set | 478 | # CONFIG_NET_9P is not set |
439 | 479 | ||
@@ -448,6 +488,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
448 | CONFIG_STANDALONE=y | 488 | CONFIG_STANDALONE=y |
449 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 489 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
450 | CONFIG_FW_LOADER=y | 490 | CONFIG_FW_LOADER=y |
491 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
492 | CONFIG_EXTRA_FIRMWARE="" | ||
451 | # CONFIG_DEBUG_DRIVER is not set | 493 | # CONFIG_DEBUG_DRIVER is not set |
452 | # CONFIG_DEBUG_DEVRES is not set | 494 | # CONFIG_DEBUG_DEVRES is not set |
453 | # CONFIG_SYS_HYPERVISOR is not set | 495 | # CONFIG_SYS_HYPERVISOR is not set |
@@ -457,9 +499,11 @@ CONFIG_MTD=y | |||
457 | # CONFIG_MTD_DEBUG is not set | 499 | # CONFIG_MTD_DEBUG is not set |
458 | CONFIG_MTD_CONCAT=y | 500 | CONFIG_MTD_CONCAT=y |
459 | CONFIG_MTD_PARTITIONS=y | 501 | CONFIG_MTD_PARTITIONS=y |
502 | # CONFIG_MTD_TESTS is not set | ||
460 | # CONFIG_MTD_REDBOOT_PARTS is not set | 503 | # CONFIG_MTD_REDBOOT_PARTS is not set |
461 | # CONFIG_MTD_CMDLINE_PARTS is not set | 504 | # CONFIG_MTD_CMDLINE_PARTS is not set |
462 | # CONFIG_MTD_AFS_PARTS is not set | 505 | # CONFIG_MTD_AFS_PARTS is not set |
506 | # CONFIG_MTD_AR7_PARTS is not set | ||
463 | 507 | ||
464 | # | 508 | # |
465 | # User Modules And Translation Layers | 509 | # User Modules And Translation Layers |
@@ -510,9 +554,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
510 | # | 554 | # |
511 | CONFIG_MTD_COMPLEX_MAPPINGS=y | 555 | CONFIG_MTD_COMPLEX_MAPPINGS=y |
512 | CONFIG_MTD_PHYSMAP=y | 556 | CONFIG_MTD_PHYSMAP=y |
513 | CONFIG_MTD_PHYSMAP_START=0x0 | 557 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
514 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
515 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
516 | CONFIG_MTD_PXA2XX=y | 558 | CONFIG_MTD_PXA2XX=y |
517 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 559 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
518 | # CONFIG_MTD_IMPA7 is not set | 560 | # CONFIG_MTD_IMPA7 is not set |
@@ -538,6 +580,7 @@ CONFIG_MTD_NAND=y | |||
538 | # CONFIG_MTD_NAND_ECC_SMC is not set | 580 | # CONFIG_MTD_NAND_ECC_SMC is not set |
539 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 581 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
540 | # CONFIG_MTD_NAND_H1900 is not set | 582 | # CONFIG_MTD_NAND_H1900 is not set |
583 | # CONFIG_MTD_NAND_GPIO is not set | ||
541 | CONFIG_MTD_NAND_IDS=y | 584 | CONFIG_MTD_NAND_IDS=y |
542 | CONFIG_MTD_NAND_DISKONCHIP=y | 585 | CONFIG_MTD_NAND_DISKONCHIP=y |
543 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y | 586 | CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y |
@@ -556,6 +599,11 @@ CONFIG_MTD_ONENAND=y | |||
556 | # CONFIG_MTD_ONENAND_SIM is not set | 599 | # CONFIG_MTD_ONENAND_SIM is not set |
557 | 600 | ||
558 | # | 601 | # |
602 | # LPDDR flash memory drivers | ||
603 | # | ||
604 | # CONFIG_MTD_LPDDR is not set | ||
605 | |||
606 | # | ||
559 | # UBI - Unsorted block images | 607 | # UBI - Unsorted block images |
560 | # | 608 | # |
561 | # CONFIG_MTD_UBI is not set | 609 | # CONFIG_MTD_UBI is not set |
@@ -569,36 +617,41 @@ CONFIG_BLK_DEV_NBD=y | |||
569 | CONFIG_BLK_DEV_RAM=y | 617 | CONFIG_BLK_DEV_RAM=y |
570 | CONFIG_BLK_DEV_RAM_COUNT=8 | 618 | CONFIG_BLK_DEV_RAM_COUNT=8 |
571 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 619 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
572 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 620 | # CONFIG_BLK_DEV_XIP is not set |
573 | # CONFIG_CDROM_PKTCDVD is not set | 621 | # CONFIG_CDROM_PKTCDVD is not set |
574 | # CONFIG_ATA_OVER_ETH is not set | 622 | # CONFIG_ATA_OVER_ETH is not set |
575 | CONFIG_MISC_DEVICES=y | 623 | CONFIG_MISC_DEVICES=y |
624 | # CONFIG_ICS932S401 is not set | ||
625 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
626 | # CONFIG_ISL29003 is not set | ||
627 | # CONFIG_C2PORT is not set | ||
628 | |||
629 | # | ||
630 | # EEPROM support | ||
631 | # | ||
632 | # CONFIG_EEPROM_AT24 is not set | ||
633 | # CONFIG_EEPROM_LEGACY is not set | ||
576 | # CONFIG_EEPROM_93CX6 is not set | 634 | # CONFIG_EEPROM_93CX6 is not set |
635 | CONFIG_HAVE_IDE=y | ||
577 | CONFIG_IDE=y | 636 | CONFIG_IDE=y |
578 | CONFIG_IDE_MAX_HWIFS=4 | ||
579 | CONFIG_BLK_DEV_IDE=y | ||
580 | 637 | ||
581 | # | 638 | # |
582 | # Please see Documentation/ide.txt for help/info on IDE drives | 639 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
583 | # | 640 | # |
584 | # CONFIG_BLK_DEV_IDE_SATA is not set | 641 | # CONFIG_BLK_DEV_IDE_SATA is not set |
585 | CONFIG_BLK_DEV_IDEDISK=y | 642 | CONFIG_IDE_GD=y |
586 | CONFIG_IDEDISK_MULTI_MODE=y | 643 | CONFIG_IDE_GD_ATA=y |
644 | # CONFIG_IDE_GD_ATAPI is not set | ||
587 | # CONFIG_BLK_DEV_IDECD is not set | 645 | # CONFIG_BLK_DEV_IDECD is not set |
588 | # CONFIG_BLK_DEV_IDETAPE is not set | 646 | # CONFIG_BLK_DEV_IDETAPE is not set |
589 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
590 | # CONFIG_IDE_TASK_IOCTL is not set | 647 | # CONFIG_IDE_TASK_IOCTL is not set |
591 | CONFIG_IDE_PROC_FS=y | 648 | CONFIG_IDE_PROC_FS=y |
592 | 649 | ||
593 | # | 650 | # |
594 | # IDE chipset support/bugfixes | 651 | # IDE chipset support/bugfixes |
595 | # | 652 | # |
596 | CONFIG_IDE_GENERIC=y | ||
597 | # CONFIG_BLK_DEV_PLATFORM is not set | 653 | # CONFIG_BLK_DEV_PLATFORM is not set |
598 | # CONFIG_IDE_ARM is not set | ||
599 | # CONFIG_BLK_DEV_IDEDMA is not set | 654 | # CONFIG_BLK_DEV_IDEDMA is not set |
600 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
601 | # CONFIG_BLK_DEV_HD is not set | ||
602 | 655 | ||
603 | # | 656 | # |
604 | # SCSI device support | 657 | # SCSI device support |
@@ -610,7 +663,6 @@ CONFIG_IDE_ARCH_OBSOLETE_INIT=y | |||
610 | # CONFIG_ATA is not set | 663 | # CONFIG_ATA is not set |
611 | # CONFIG_MD is not set | 664 | # CONFIG_MD is not set |
612 | CONFIG_NETDEVICES=y | 665 | CONFIG_NETDEVICES=y |
613 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
614 | # CONFIG_DUMMY is not set | 666 | # CONFIG_DUMMY is not set |
615 | # CONFIG_BONDING is not set | 667 | # CONFIG_BONDING is not set |
616 | # CONFIG_MACVLAN is not set | 668 | # CONFIG_MACVLAN is not set |
@@ -631,6 +683,10 @@ CONFIG_PHYLIB=y | |||
631 | # CONFIG_SMSC_PHY is not set | 683 | # CONFIG_SMSC_PHY is not set |
632 | # CONFIG_BROADCOM_PHY is not set | 684 | # CONFIG_BROADCOM_PHY is not set |
633 | # CONFIG_ICPLUS_PHY is not set | 685 | # CONFIG_ICPLUS_PHY is not set |
686 | # CONFIG_REALTEK_PHY is not set | ||
687 | # CONFIG_NATIONAL_PHY is not set | ||
688 | # CONFIG_STE10XP is not set | ||
689 | # CONFIG_LSI_ET1011C_PHY is not set | ||
634 | # CONFIG_FIXED_PHY is not set | 690 | # CONFIG_FIXED_PHY is not set |
635 | # CONFIG_MDIO_BITBANG is not set | 691 | # CONFIG_MDIO_BITBANG is not set |
636 | CONFIG_NET_ETHERNET=y | 692 | CONFIG_NET_ETHERNET=y |
@@ -638,11 +694,17 @@ CONFIG_MII=y | |||
638 | # CONFIG_AX88796 is not set | 694 | # CONFIG_AX88796 is not set |
639 | # CONFIG_SMC91X is not set | 695 | # CONFIG_SMC91X is not set |
640 | CONFIG_DM9000=y | 696 | CONFIG_DM9000=y |
697 | CONFIG_DM9000_DEBUGLEVEL=4 | ||
698 | # CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set | ||
641 | # CONFIG_SMC911X is not set | 699 | # CONFIG_SMC911X is not set |
700 | # CONFIG_SMSC911X is not set | ||
642 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 701 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
643 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 702 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
644 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 703 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
645 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 704 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
705 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
706 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
707 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
646 | # CONFIG_B44 is not set | 708 | # CONFIG_B44 is not set |
647 | # CONFIG_NETDEV_1000 is not set | 709 | # CONFIG_NETDEV_1000 is not set |
648 | # CONFIG_NETDEV_10000 is not set | 710 | # CONFIG_NETDEV_10000 is not set |
@@ -654,10 +716,15 @@ CONFIG_DM9000=y | |||
654 | CONFIG_WLAN_80211=y | 716 | CONFIG_WLAN_80211=y |
655 | # CONFIG_LIBERTAS is not set | 717 | # CONFIG_LIBERTAS is not set |
656 | # CONFIG_USB_ZD1201 is not set | 718 | # CONFIG_USB_ZD1201 is not set |
719 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
720 | # CONFIG_IWLWIFI_LEDS is not set | ||
657 | CONFIG_HOSTAP=y | 721 | CONFIG_HOSTAP=y |
658 | CONFIG_HOSTAP_FIRMWARE=y | 722 | CONFIG_HOSTAP_FIRMWARE=y |
659 | CONFIG_HOSTAP_FIRMWARE_NVRAM=y | 723 | CONFIG_HOSTAP_FIRMWARE_NVRAM=y |
660 | # CONFIG_ZD1211RW is not set | 724 | |
725 | # | ||
726 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
727 | # | ||
661 | 728 | ||
662 | # | 729 | # |
663 | # USB Network Adapters | 730 | # USB Network Adapters |
@@ -670,7 +737,6 @@ CONFIG_HOSTAP_FIRMWARE_NVRAM=y | |||
670 | # CONFIG_WAN is not set | 737 | # CONFIG_WAN is not set |
671 | # CONFIG_PPP is not set | 738 | # CONFIG_PPP is not set |
672 | # CONFIG_SLIP is not set | 739 | # CONFIG_SLIP is not set |
673 | # CONFIG_SHAPER is not set | ||
674 | # CONFIG_NETCONSOLE is not set | 740 | # CONFIG_NETCONSOLE is not set |
675 | # CONFIG_NETPOLL is not set | 741 | # CONFIG_NETPOLL is not set |
676 | # CONFIG_NET_POLL_CONTROLLER is not set | 742 | # CONFIG_NET_POLL_CONTROLLER is not set |
@@ -710,6 +776,7 @@ CONFIG_INPUT_MOUSE=y | |||
710 | # CONFIG_MOUSE_PS2 is not set | 776 | # CONFIG_MOUSE_PS2 is not set |
711 | CONFIG_MOUSE_SERIAL=m | 777 | CONFIG_MOUSE_SERIAL=m |
712 | # CONFIG_MOUSE_APPLETOUCH is not set | 778 | # CONFIG_MOUSE_APPLETOUCH is not set |
779 | # CONFIG_MOUSE_BCM5974 is not set | ||
713 | # CONFIG_MOUSE_VSXXXAA is not set | 780 | # CONFIG_MOUSE_VSXXXAA is not set |
714 | # CONFIG_MOUSE_GPIO is not set | 781 | # CONFIG_MOUSE_GPIO is not set |
715 | # CONFIG_INPUT_JOYSTICK is not set | 782 | # CONFIG_INPUT_JOYSTICK is not set |
@@ -718,20 +785,25 @@ CONFIG_INPUT_TOUCHSCREEN=y | |||
718 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | 785 | # CONFIG_TOUCHSCREEN_FUJITSU is not set |
719 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 786 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
720 | # CONFIG_TOUCHSCREEN_ELO is not set | 787 | # CONFIG_TOUCHSCREEN_ELO is not set |
788 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
721 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | 789 | # CONFIG_TOUCHSCREEN_MTOUCH is not set |
790 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
722 | # CONFIG_TOUCHSCREEN_MK712 is not set | 791 | # CONFIG_TOUCHSCREEN_MK712 is not set |
723 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | 792 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set |
724 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | 793 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set |
725 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | 794 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set |
726 | CONFIG_TOUCHSCREEN_UCB1400=y | ||
727 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | 795 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set |
796 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
797 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
728 | CONFIG_INPUT_MISC=y | 798 | CONFIG_INPUT_MISC=y |
729 | # CONFIG_INPUT_ATI_REMOTE is not set | 799 | # CONFIG_INPUT_ATI_REMOTE is not set |
730 | # CONFIG_INPUT_ATI_REMOTE2 is not set | 800 | # CONFIG_INPUT_ATI_REMOTE2 is not set |
731 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | 801 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set |
732 | # CONFIG_INPUT_POWERMATE is not set | 802 | # CONFIG_INPUT_POWERMATE is not set |
733 | # CONFIG_INPUT_YEALINK is not set | 803 | # CONFIG_INPUT_YEALINK is not set |
804 | # CONFIG_INPUT_CM109 is not set | ||
734 | CONFIG_INPUT_UINPUT=m | 805 | CONFIG_INPUT_UINPUT=m |
806 | # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set | ||
735 | 807 | ||
736 | # | 808 | # |
737 | # Hardware I/O ports | 809 | # Hardware I/O ports |
@@ -746,9 +818,11 @@ CONFIG_SERIO_LIBPS2=y | |||
746 | # Character devices | 818 | # Character devices |
747 | # | 819 | # |
748 | CONFIG_VT=y | 820 | CONFIG_VT=y |
821 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
749 | CONFIG_VT_CONSOLE=y | 822 | CONFIG_VT_CONSOLE=y |
750 | CONFIG_HW_CONSOLE=y | 823 | CONFIG_HW_CONSOLE=y |
751 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 824 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
825 | CONFIG_DEVKMEM=y | ||
752 | # CONFIG_SERIAL_NONSTANDARD is not set | 826 | # CONFIG_SERIAL_NONSTANDARD is not set |
753 | 827 | ||
754 | # | 828 | # |
@@ -764,45 +838,50 @@ CONFIG_SERIAL_PXA_CONSOLE=y | |||
764 | CONFIG_SERIAL_CORE=y | 838 | CONFIG_SERIAL_CORE=y |
765 | CONFIG_SERIAL_CORE_CONSOLE=y | 839 | CONFIG_SERIAL_CORE_CONSOLE=y |
766 | CONFIG_UNIX98_PTYS=y | 840 | CONFIG_UNIX98_PTYS=y |
841 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
767 | CONFIG_LEGACY_PTYS=y | 842 | CONFIG_LEGACY_PTYS=y |
768 | CONFIG_LEGACY_PTY_COUNT=256 | 843 | CONFIG_LEGACY_PTY_COUNT=256 |
769 | # CONFIG_IPMI_HANDLER is not set | 844 | # CONFIG_IPMI_HANDLER is not set |
770 | CONFIG_HW_RANDOM=y | 845 | CONFIG_HW_RANDOM=y |
771 | # CONFIG_NVRAM is not set | ||
772 | # CONFIG_R3964 is not set | 846 | # CONFIG_R3964 is not set |
773 | # CONFIG_RAW_DRIVER is not set | 847 | # CONFIG_RAW_DRIVER is not set |
774 | # CONFIG_TCG_TPM is not set | 848 | # CONFIG_TCG_TPM is not set |
775 | CONFIG_I2C=y | 849 | CONFIG_I2C=y |
776 | CONFIG_I2C_BOARDINFO=y | 850 | CONFIG_I2C_BOARDINFO=y |
777 | CONFIG_I2C_CHARDEV=y | 851 | CONFIG_I2C_CHARDEV=y |
852 | CONFIG_I2C_HELPER_AUTO=y | ||
778 | 853 | ||
779 | # | 854 | # |
780 | # I2C Algorithms | 855 | # I2C Hardware Bus support |
781 | # | 856 | # |
782 | # CONFIG_I2C_ALGOBIT is not set | ||
783 | # CONFIG_I2C_ALGOPCF is not set | ||
784 | # CONFIG_I2C_ALGOPCA is not set | ||
785 | 857 | ||
786 | # | 858 | # |
787 | # I2C Hardware Bus support | 859 | # I2C system bus drivers (mostly embedded / system-on-chip) |
788 | # | 860 | # |
789 | # CONFIG_I2C_GPIO is not set | 861 | # CONFIG_I2C_GPIO is not set |
790 | # CONFIG_I2C_PXA is not set | ||
791 | # CONFIG_I2C_OCORES is not set | 862 | # CONFIG_I2C_OCORES is not set |
792 | # CONFIG_I2C_PARPORT_LIGHT is not set | 863 | # CONFIG_I2C_PXA is not set |
793 | # CONFIG_I2C_SIMTEC is not set | 864 | # CONFIG_I2C_SIMTEC is not set |
865 | |||
866 | # | ||
867 | # External I2C/SMBus adapter drivers | ||
868 | # | ||
869 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
794 | # CONFIG_I2C_TAOS_EVM is not set | 870 | # CONFIG_I2C_TAOS_EVM is not set |
795 | # CONFIG_I2C_STUB is not set | ||
796 | # CONFIG_I2C_TINY_USB is not set | 871 | # CONFIG_I2C_TINY_USB is not set |
797 | 872 | ||
798 | # | 873 | # |
874 | # Other I2C/SMBus bus drivers | ||
875 | # | ||
876 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
877 | # CONFIG_I2C_STUB is not set | ||
878 | |||
879 | # | ||
799 | # Miscellaneous I2C Chip support | 880 | # Miscellaneous I2C Chip support |
800 | # | 881 | # |
801 | # CONFIG_SENSORS_DS1337 is not set | ||
802 | # CONFIG_SENSORS_DS1374 is not set | ||
803 | # CONFIG_DS1682 is not set | 882 | # CONFIG_DS1682 is not set |
804 | # CONFIG_EEPROM_LEGACY is not set | ||
805 | # CONFIG_SENSORS_PCF8574 is not set | 883 | # CONFIG_SENSORS_PCF8574 is not set |
884 | # CONFIG_PCF8575 is not set | ||
806 | # CONFIG_SENSORS_PCA9539 is not set | 885 | # CONFIG_SENSORS_PCA9539 is not set |
807 | # CONFIG_SENSORS_PCF8591 is not set | 886 | # CONFIG_SENSORS_PCF8591 is not set |
808 | # CONFIG_SENSORS_MAX6875 is not set | 887 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -811,16 +890,35 @@ CONFIG_I2C_CHARDEV=y | |||
811 | # CONFIG_I2C_DEBUG_ALGO is not set | 890 | # CONFIG_I2C_DEBUG_ALGO is not set |
812 | # CONFIG_I2C_DEBUG_BUS is not set | 891 | # CONFIG_I2C_DEBUG_BUS is not set |
813 | # CONFIG_I2C_DEBUG_CHIP is not set | 892 | # CONFIG_I2C_DEBUG_CHIP is not set |
893 | # CONFIG_SPI is not set | ||
894 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
895 | CONFIG_GPIOLIB=y | ||
896 | # CONFIG_DEBUG_GPIO is not set | ||
897 | # CONFIG_GPIO_SYSFS is not set | ||
814 | 898 | ||
815 | # | 899 | # |
816 | # SPI support | 900 | # Memory mapped GPIO expanders: |
901 | # | ||
902 | |||
903 | # | ||
904 | # I2C GPIO expanders: | ||
905 | # | ||
906 | # CONFIG_GPIO_MAX732X is not set | ||
907 | # CONFIG_GPIO_PCA953X is not set | ||
908 | # CONFIG_GPIO_PCF857X is not set | ||
909 | |||
910 | # | ||
911 | # PCI GPIO expanders: | ||
912 | # | ||
913 | |||
914 | # | ||
915 | # SPI GPIO expanders: | ||
817 | # | 916 | # |
818 | # CONFIG_SPI is not set | ||
819 | # CONFIG_SPI_MASTER is not set | ||
820 | # CONFIG_W1 is not set | 917 | # CONFIG_W1 is not set |
821 | # CONFIG_POWER_SUPPLY is not set | 918 | # CONFIG_POWER_SUPPLY is not set |
822 | CONFIG_HWMON=y | 919 | CONFIG_HWMON=y |
823 | # CONFIG_HWMON_VID is not set | 920 | # CONFIG_HWMON_VID is not set |
921 | # CONFIG_SENSORS_AD7414 is not set | ||
824 | # CONFIG_SENSORS_AD7418 is not set | 922 | # CONFIG_SENSORS_AD7418 is not set |
825 | # CONFIG_SENSORS_ADM1021 is not set | 923 | # CONFIG_SENSORS_ADM1021 is not set |
826 | # CONFIG_SENSORS_ADM1025 is not set | 924 | # CONFIG_SENSORS_ADM1025 is not set |
@@ -828,7 +926,10 @@ CONFIG_HWMON=y | |||
828 | # CONFIG_SENSORS_ADM1029 is not set | 926 | # CONFIG_SENSORS_ADM1029 is not set |
829 | # CONFIG_SENSORS_ADM1031 is not set | 927 | # CONFIG_SENSORS_ADM1031 is not set |
830 | # CONFIG_SENSORS_ADM9240 is not set | 928 | # CONFIG_SENSORS_ADM9240 is not set |
929 | # CONFIG_SENSORS_ADT7462 is not set | ||
831 | # CONFIG_SENSORS_ADT7470 is not set | 930 | # CONFIG_SENSORS_ADT7470 is not set |
931 | # CONFIG_SENSORS_ADT7473 is not set | ||
932 | # CONFIG_SENSORS_ADT7475 is not set | ||
832 | # CONFIG_SENSORS_ATXP1 is not set | 933 | # CONFIG_SENSORS_ATXP1 is not set |
833 | # CONFIG_SENSORS_DS1621 is not set | 934 | # CONFIG_SENSORS_DS1621 is not set |
834 | # CONFIG_SENSORS_F71805F is not set | 935 | # CONFIG_SENSORS_F71805F is not set |
@@ -848,6 +949,7 @@ CONFIG_HWMON=y | |||
848 | # CONFIG_SENSORS_LM90 is not set | 949 | # CONFIG_SENSORS_LM90 is not set |
849 | # CONFIG_SENSORS_LM92 is not set | 950 | # CONFIG_SENSORS_LM92 is not set |
850 | # CONFIG_SENSORS_LM93 is not set | 951 | # CONFIG_SENSORS_LM93 is not set |
952 | # CONFIG_SENSORS_LTC4245 is not set | ||
851 | # CONFIG_SENSORS_MAX1619 is not set | 953 | # CONFIG_SENSORS_MAX1619 is not set |
852 | # CONFIG_SENSORS_MAX6650 is not set | 954 | # CONFIG_SENSORS_MAX6650 is not set |
853 | # CONFIG_SENSORS_PC87360 is not set | 955 | # CONFIG_SENSORS_PC87360 is not set |
@@ -856,6 +958,7 @@ CONFIG_HWMON=y | |||
856 | # CONFIG_SENSORS_SMSC47M1 is not set | 958 | # CONFIG_SENSORS_SMSC47M1 is not set |
857 | # CONFIG_SENSORS_SMSC47M192 is not set | 959 | # CONFIG_SENSORS_SMSC47M192 is not set |
858 | # CONFIG_SENSORS_SMSC47B397 is not set | 960 | # CONFIG_SENSORS_SMSC47B397 is not set |
961 | # CONFIG_SENSORS_ADS7828 is not set | ||
859 | # CONFIG_SENSORS_THMC50 is not set | 962 | # CONFIG_SENSORS_THMC50 is not set |
860 | # CONFIG_SENSORS_VT1211 is not set | 963 | # CONFIG_SENSORS_VT1211 is not set |
861 | # CONFIG_SENSORS_W83781D is not set | 964 | # CONFIG_SENSORS_W83781D is not set |
@@ -863,9 +966,12 @@ CONFIG_HWMON=y | |||
863 | # CONFIG_SENSORS_W83792D is not set | 966 | # CONFIG_SENSORS_W83792D is not set |
864 | # CONFIG_SENSORS_W83793 is not set | 967 | # CONFIG_SENSORS_W83793 is not set |
865 | # CONFIG_SENSORS_W83L785TS is not set | 968 | # CONFIG_SENSORS_W83L785TS is not set |
969 | # CONFIG_SENSORS_W83L786NG is not set | ||
866 | # CONFIG_SENSORS_W83627HF is not set | 970 | # CONFIG_SENSORS_W83627HF is not set |
867 | # CONFIG_SENSORS_W83627EHF is not set | 971 | # CONFIG_SENSORS_W83627EHF is not set |
868 | # CONFIG_HWMON_DEBUG_CHIP is not set | 972 | # CONFIG_HWMON_DEBUG_CHIP is not set |
973 | # CONFIG_THERMAL is not set | ||
974 | # CONFIG_THERMAL_HWMON is not set | ||
869 | CONFIG_WATCHDOG=y | 975 | CONFIG_WATCHDOG=y |
870 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 976 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
871 | 977 | ||
@@ -879,23 +985,46 @@ CONFIG_WATCHDOG=y | |||
879 | # USB-based Watchdog Cards | 985 | # USB-based Watchdog Cards |
880 | # | 986 | # |
881 | # CONFIG_USBPCWATCHDOG is not set | 987 | # CONFIG_USBPCWATCHDOG is not set |
988 | CONFIG_SSB_POSSIBLE=y | ||
882 | 989 | ||
883 | # | 990 | # |
884 | # Sonics Silicon Backplane | 991 | # Sonics Silicon Backplane |
885 | # | 992 | # |
886 | CONFIG_SSB_POSSIBLE=y | ||
887 | # CONFIG_SSB is not set | 993 | # CONFIG_SSB is not set |
888 | 994 | ||
889 | # | 995 | # |
890 | # Multifunction device drivers | 996 | # Multifunction device drivers |
891 | # | 997 | # |
998 | # CONFIG_MFD_CORE is not set | ||
892 | # CONFIG_MFD_SM501 is not set | 999 | # CONFIG_MFD_SM501 is not set |
1000 | # CONFIG_MFD_ASIC3 is not set | ||
1001 | # CONFIG_HTC_EGPIO is not set | ||
1002 | # CONFIG_HTC_PASIC3 is not set | ||
1003 | # CONFIG_TPS65010 is not set | ||
1004 | # CONFIG_TWL4030_CORE is not set | ||
1005 | # CONFIG_MFD_TMIO is not set | ||
1006 | # CONFIG_MFD_T7L66XB is not set | ||
1007 | # CONFIG_MFD_TC6387XB is not set | ||
1008 | # CONFIG_MFD_TC6393XB is not set | ||
1009 | # CONFIG_PMIC_DA903X is not set | ||
1010 | # CONFIG_MFD_WM8400 is not set | ||
1011 | # CONFIG_MFD_WM8350_I2C is not set | ||
1012 | # CONFIG_MFD_PCF50633 is not set | ||
893 | 1013 | ||
894 | # | 1014 | # |
895 | # Multimedia devices | 1015 | # Multimedia devices |
896 | # | 1016 | # |
1017 | |||
1018 | # | ||
1019 | # Multimedia core support | ||
1020 | # | ||
897 | # CONFIG_VIDEO_DEV is not set | 1021 | # CONFIG_VIDEO_DEV is not set |
898 | # CONFIG_DVB_CORE is not set | 1022 | # CONFIG_DVB_CORE is not set |
1023 | # CONFIG_VIDEO_MEDIA is not set | ||
1024 | |||
1025 | # | ||
1026 | # Multimedia drivers | ||
1027 | # | ||
899 | CONFIG_DAB=y | 1028 | CONFIG_DAB=y |
900 | # CONFIG_USB_DABUSB is not set | 1029 | # CONFIG_USB_DABUSB is not set |
901 | 1030 | ||
@@ -907,6 +1036,7 @@ CONFIG_DAB=y | |||
907 | CONFIG_FB=y | 1036 | CONFIG_FB=y |
908 | CONFIG_FIRMWARE_EDID=y | 1037 | CONFIG_FIRMWARE_EDID=y |
909 | # CONFIG_FB_DDC is not set | 1038 | # CONFIG_FB_DDC is not set |
1039 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
910 | CONFIG_FB_CFB_FILLRECT=y | 1040 | CONFIG_FB_CFB_FILLRECT=y |
911 | CONFIG_FB_CFB_COPYAREA=y | 1041 | CONFIG_FB_CFB_COPYAREA=y |
912 | CONFIG_FB_CFB_IMAGEBLIT=y | 1042 | CONFIG_FB_CFB_IMAGEBLIT=y |
@@ -914,8 +1044,8 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
914 | # CONFIG_FB_SYS_FILLRECT is not set | 1044 | # CONFIG_FB_SYS_FILLRECT is not set |
915 | # CONFIG_FB_SYS_COPYAREA is not set | 1045 | # CONFIG_FB_SYS_COPYAREA is not set |
916 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 1046 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
1047 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
917 | # CONFIG_FB_SYS_FOPS is not set | 1048 | # CONFIG_FB_SYS_FOPS is not set |
918 | CONFIG_FB_DEFERRED_IO=y | ||
919 | # CONFIG_FB_SVGALIB is not set | 1049 | # CONFIG_FB_SVGALIB is not set |
920 | # CONFIG_FB_MACMODES is not set | 1050 | # CONFIG_FB_MACMODES is not set |
921 | # CONFIG_FB_BACKLIGHT is not set | 1051 | # CONFIG_FB_BACKLIGHT is not set |
@@ -928,13 +1058,20 @@ CONFIG_FB_DEFERRED_IO=y | |||
928 | # CONFIG_FB_UVESA is not set | 1058 | # CONFIG_FB_UVESA is not set |
929 | # CONFIG_FB_S1D13XXX is not set | 1059 | # CONFIG_FB_S1D13XXX is not set |
930 | CONFIG_FB_PXA=y | 1060 | CONFIG_FB_PXA=y |
1061 | # CONFIG_FB_PXA_OVERLAY is not set | ||
1062 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
931 | # CONFIG_FB_PXA_PARAMETERS is not set | 1063 | # CONFIG_FB_PXA_PARAMETERS is not set |
932 | # CONFIG_FB_MBX is not set | 1064 | # CONFIG_FB_MBX is not set |
1065 | # CONFIG_FB_W100 is not set | ||
933 | # CONFIG_FB_VIRTUAL is not set | 1066 | # CONFIG_FB_VIRTUAL is not set |
1067 | # CONFIG_FB_METRONOME is not set | ||
1068 | # CONFIG_FB_MB862XX is not set | ||
934 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 1069 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
935 | CONFIG_LCD_CLASS_DEVICE=y | 1070 | CONFIG_LCD_CLASS_DEVICE=y |
1071 | # CONFIG_LCD_ILI9320 is not set | ||
1072 | # CONFIG_LCD_PLATFORM is not set | ||
936 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 1073 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
937 | # CONFIG_BACKLIGHT_CORGI is not set | 1074 | CONFIG_BACKLIGHT_GENERIC=y |
938 | 1075 | ||
939 | # | 1076 | # |
940 | # Display device support | 1077 | # Display device support |
@@ -964,12 +1101,7 @@ CONFIG_LOGO=y | |||
964 | CONFIG_LOGO_LINUX_MONO=y | 1101 | CONFIG_LOGO_LINUX_MONO=y |
965 | CONFIG_LOGO_LINUX_VGA16=y | 1102 | CONFIG_LOGO_LINUX_VGA16=y |
966 | CONFIG_LOGO_LINUX_CLUT224=y | 1103 | CONFIG_LOGO_LINUX_CLUT224=y |
967 | |||
968 | # | ||
969 | # Sound | ||
970 | # | ||
971 | # CONFIG_SOUND is not set | 1104 | # CONFIG_SOUND is not set |
972 | CONFIG_AC97_BUS=y | ||
973 | CONFIG_HID_SUPPORT=y | 1105 | CONFIG_HID_SUPPORT=y |
974 | CONFIG_HID=y | 1106 | CONFIG_HID=y |
975 | # CONFIG_HID_DEBUG is not set | 1107 | # CONFIG_HID_DEBUG is not set |
@@ -979,18 +1111,26 @@ CONFIG_HID=y | |||
979 | # USB Input Devices | 1111 | # USB Input Devices |
980 | # | 1112 | # |
981 | # CONFIG_USB_HID is not set | 1113 | # CONFIG_USB_HID is not set |
1114 | # CONFIG_HID_PID is not set | ||
982 | 1115 | ||
983 | # | 1116 | # |
984 | # USB HID Boot Protocol drivers | 1117 | # USB HID Boot Protocol drivers |
985 | # | 1118 | # |
986 | # CONFIG_USB_KBD is not set | 1119 | # CONFIG_USB_KBD is not set |
987 | # CONFIG_USB_MOUSE is not set | 1120 | # CONFIG_USB_MOUSE is not set |
1121 | |||
1122 | # | ||
1123 | # Special HID drivers | ||
1124 | # | ||
1125 | CONFIG_HID_COMPAT=y | ||
1126 | # CONFIG_HID_APPLE is not set | ||
988 | CONFIG_USB_SUPPORT=y | 1127 | CONFIG_USB_SUPPORT=y |
989 | CONFIG_USB_ARCH_HAS_HCD=y | 1128 | CONFIG_USB_ARCH_HAS_HCD=y |
990 | CONFIG_USB_ARCH_HAS_OHCI=y | 1129 | CONFIG_USB_ARCH_HAS_OHCI=y |
991 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 1130 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
992 | CONFIG_USB=y | 1131 | CONFIG_USB=y |
993 | # CONFIG_USB_DEBUG is not set | 1132 | # CONFIG_USB_DEBUG is not set |
1133 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
994 | 1134 | ||
995 | # | 1135 | # |
996 | # Miscellaneous USB options | 1136 | # Miscellaneous USB options |
@@ -999,29 +1139,40 @@ CONFIG_USB_DEVICEFS=y | |||
999 | # CONFIG_USB_DEVICE_CLASS is not set | 1139 | # CONFIG_USB_DEVICE_CLASS is not set |
1000 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1140 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1001 | # CONFIG_USB_SUSPEND is not set | 1141 | # CONFIG_USB_SUSPEND is not set |
1002 | # CONFIG_USB_PERSIST is not set | ||
1003 | # CONFIG_USB_OTG is not set | 1142 | # CONFIG_USB_OTG is not set |
1143 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1144 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1145 | # CONFIG_USB_MON is not set | ||
1146 | # CONFIG_USB_WUSB is not set | ||
1147 | # CONFIG_USB_WUSB_CBAF is not set | ||
1004 | 1148 | ||
1005 | # | 1149 | # |
1006 | # USB Host Controller Drivers | 1150 | # USB Host Controller Drivers |
1007 | # | 1151 | # |
1152 | # CONFIG_USB_C67X00_HCD is not set | ||
1153 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1008 | # CONFIG_USB_ISP116X_HCD is not set | 1154 | # CONFIG_USB_ISP116X_HCD is not set |
1009 | # CONFIG_USB_OHCI_HCD is not set | 1155 | # CONFIG_USB_OHCI_HCD is not set |
1010 | # CONFIG_USB_SL811_HCD is not set | 1156 | # CONFIG_USB_SL811_HCD is not set |
1011 | # CONFIG_USB_R8A66597_HCD is not set | 1157 | # CONFIG_USB_R8A66597_HCD is not set |
1158 | # CONFIG_USB_HWA_HCD is not set | ||
1159 | # CONFIG_USB_MUSB_HDRC is not set | ||
1160 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
1012 | 1161 | ||
1013 | # | 1162 | # |
1014 | # USB Device Class drivers | 1163 | # USB Device Class drivers |
1015 | # | 1164 | # |
1016 | # CONFIG_USB_ACM is not set | 1165 | # CONFIG_USB_ACM is not set |
1017 | # CONFIG_USB_PRINTER is not set | 1166 | # CONFIG_USB_PRINTER is not set |
1167 | # CONFIG_USB_WDM is not set | ||
1168 | # CONFIG_USB_TMC is not set | ||
1018 | 1169 | ||
1019 | # | 1170 | # |
1020 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1171 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
1021 | # | 1172 | # |
1022 | 1173 | ||
1023 | # | 1174 | # |
1024 | # may also be needed; see USB_STORAGE Help for more information | 1175 | # see USB_STORAGE Help for more information |
1025 | # | 1176 | # |
1026 | # CONFIG_USB_LIBUSUAL is not set | 1177 | # CONFIG_USB_LIBUSUAL is not set |
1027 | 1178 | ||
@@ -1029,19 +1180,14 @@ CONFIG_USB_DEVICEFS=y | |||
1029 | # USB Imaging devices | 1180 | # USB Imaging devices |
1030 | # | 1181 | # |
1031 | # CONFIG_USB_MDC800 is not set | 1182 | # CONFIG_USB_MDC800 is not set |
1032 | # CONFIG_USB_MON is not set | ||
1033 | 1183 | ||
1034 | # | 1184 | # |
1035 | # USB port drivers | 1185 | # USB port drivers |
1036 | # | 1186 | # |
1037 | |||
1038 | # | ||
1039 | # USB Serial Converter support | ||
1040 | # | ||
1041 | CONFIG_USB_SERIAL=m | 1187 | CONFIG_USB_SERIAL=m |
1188 | # CONFIG_USB_EZUSB is not set | ||
1042 | # CONFIG_USB_SERIAL_GENERIC is not set | 1189 | # CONFIG_USB_SERIAL_GENERIC is not set |
1043 | # CONFIG_USB_SERIAL_AIRCABLE is not set | 1190 | # CONFIG_USB_SERIAL_AIRCABLE is not set |
1044 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
1045 | # CONFIG_USB_SERIAL_ARK3116 is not set | 1191 | # CONFIG_USB_SERIAL_ARK3116 is not set |
1046 | # CONFIG_USB_SERIAL_BELKIN is not set | 1192 | # CONFIG_USB_SERIAL_BELKIN is not set |
1047 | # CONFIG_USB_SERIAL_CH341 is not set | 1193 | # CONFIG_USB_SERIAL_CH341 is not set |
@@ -1059,6 +1205,7 @@ CONFIG_USB_SERIAL=m | |||
1059 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | 1205 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set |
1060 | # CONFIG_USB_SERIAL_GARMIN is not set | 1206 | # CONFIG_USB_SERIAL_GARMIN is not set |
1061 | # CONFIG_USB_SERIAL_IPW is not set | 1207 | # CONFIG_USB_SERIAL_IPW is not set |
1208 | # CONFIG_USB_SERIAL_IUU is not set | ||
1062 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | 1209 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set |
1063 | # CONFIG_USB_SERIAL_KEYSPAN is not set | 1210 | # CONFIG_USB_SERIAL_KEYSPAN is not set |
1064 | # CONFIG_USB_SERIAL_KLSI is not set | 1211 | # CONFIG_USB_SERIAL_KLSI is not set |
@@ -1066,17 +1213,21 @@ CONFIG_USB_SERIAL=m | |||
1066 | # CONFIG_USB_SERIAL_MCT_U232 is not set | 1213 | # CONFIG_USB_SERIAL_MCT_U232 is not set |
1067 | # CONFIG_USB_SERIAL_MOS7720 is not set | 1214 | # CONFIG_USB_SERIAL_MOS7720 is not set |
1068 | # CONFIG_USB_SERIAL_MOS7840 is not set | 1215 | # CONFIG_USB_SERIAL_MOS7840 is not set |
1216 | # CONFIG_USB_SERIAL_MOTOROLA is not set | ||
1069 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1217 | # CONFIG_USB_SERIAL_NAVMAN is not set |
1070 | # CONFIG_USB_SERIAL_PL2303 is not set | 1218 | # CONFIG_USB_SERIAL_PL2303 is not set |
1071 | # CONFIG_USB_SERIAL_OTI6858 is not set | 1219 | # CONFIG_USB_SERIAL_OTI6858 is not set |
1220 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | ||
1072 | # CONFIG_USB_SERIAL_HP4X is not set | 1221 | # CONFIG_USB_SERIAL_HP4X is not set |
1073 | # CONFIG_USB_SERIAL_SAFE is not set | 1222 | # CONFIG_USB_SERIAL_SAFE is not set |
1223 | # CONFIG_USB_SERIAL_SIEMENS_MPI is not set | ||
1074 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | 1224 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set |
1075 | # CONFIG_USB_SERIAL_TI is not set | 1225 | # CONFIG_USB_SERIAL_TI is not set |
1076 | # CONFIG_USB_SERIAL_CYBERJACK is not set | 1226 | # CONFIG_USB_SERIAL_CYBERJACK is not set |
1077 | # CONFIG_USB_SERIAL_XIRCOM is not set | 1227 | # CONFIG_USB_SERIAL_XIRCOM is not set |
1078 | # CONFIG_USB_SERIAL_OPTION is not set | 1228 | # CONFIG_USB_SERIAL_OPTION is not set |
1079 | # CONFIG_USB_SERIAL_OMNINET is not set | 1229 | # CONFIG_USB_SERIAL_OMNINET is not set |
1230 | # CONFIG_USB_SERIAL_OPTICON is not set | ||
1080 | # CONFIG_USB_SERIAL_DEBUG is not set | 1231 | # CONFIG_USB_SERIAL_DEBUG is not set |
1081 | 1232 | ||
1082 | # | 1233 | # |
@@ -1085,7 +1236,7 @@ CONFIG_USB_SERIAL=m | |||
1085 | # CONFIG_USB_EMI62 is not set | 1236 | # CONFIG_USB_EMI62 is not set |
1086 | # CONFIG_USB_EMI26 is not set | 1237 | # CONFIG_USB_EMI26 is not set |
1087 | # CONFIG_USB_ADUTUX is not set | 1238 | # CONFIG_USB_ADUTUX is not set |
1088 | # CONFIG_USB_AUERSWALD is not set | 1239 | # CONFIG_USB_SEVSEG is not set |
1089 | # CONFIG_USB_RIO500 is not set | 1240 | # CONFIG_USB_RIO500 is not set |
1090 | # CONFIG_USB_LEGOTOWER is not set | 1241 | # CONFIG_USB_LEGOTOWER is not set |
1091 | # CONFIG_USB_LCD is not set | 1242 | # CONFIG_USB_LCD is not set |
@@ -1101,30 +1252,29 @@ CONFIG_USB_SERIAL=m | |||
1101 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1252 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1102 | # CONFIG_USB_IOWARRIOR is not set | 1253 | # CONFIG_USB_IOWARRIOR is not set |
1103 | # CONFIG_USB_TEST is not set | 1254 | # CONFIG_USB_TEST is not set |
1104 | 1255 | # CONFIG_USB_ISIGHTFW is not set | |
1105 | # | 1256 | # CONFIG_USB_VST is not set |
1106 | # USB DSL modem support | ||
1107 | # | ||
1108 | |||
1109 | # | ||
1110 | # USB Gadget Support | ||
1111 | # | ||
1112 | CONFIG_USB_GADGET=m | 1257 | CONFIG_USB_GADGET=m |
1113 | # CONFIG_USB_GADGET_DEBUG is not set | 1258 | # CONFIG_USB_GADGET_DEBUG is not set |
1114 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | 1259 | # CONFIG_USB_GADGET_DEBUG_FILES is not set |
1115 | # CONFIG_USB_GADGET_DEBUG_FS is not set | 1260 | # CONFIG_USB_GADGET_DEBUG_FS is not set |
1261 | CONFIG_USB_GADGET_VBUS_DRAW=2 | ||
1116 | CONFIG_USB_GADGET_SELECTED=y | 1262 | CONFIG_USB_GADGET_SELECTED=y |
1117 | # CONFIG_USB_GADGET_AMD5536UDC is not set | 1263 | # CONFIG_USB_GADGET_AT91 is not set |
1118 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | 1264 | # CONFIG_USB_GADGET_ATMEL_USBA is not set |
1119 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 1265 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
1120 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1121 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1122 | # CONFIG_USB_GADGET_M66592 is not set | ||
1123 | # CONFIG_USB_GADGET_GOKU is not set | ||
1124 | # CONFIG_USB_GADGET_LH7A40X is not set | 1266 | # CONFIG_USB_GADGET_LH7A40X is not set |
1125 | # CONFIG_USB_GADGET_OMAP is not set | 1267 | # CONFIG_USB_GADGET_OMAP is not set |
1268 | # CONFIG_USB_GADGET_PXA25X is not set | ||
1269 | # CONFIG_USB_GADGET_PXA27X is not set | ||
1126 | # CONFIG_USB_GADGET_S3C2410 is not set | 1270 | # CONFIG_USB_GADGET_S3C2410 is not set |
1127 | # CONFIG_USB_GADGET_AT91 is not set | 1271 | # CONFIG_USB_GADGET_IMX is not set |
1272 | # CONFIG_USB_GADGET_M66592 is not set | ||
1273 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1274 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
1275 | # CONFIG_USB_GADGET_CI13XXX is not set | ||
1276 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1277 | # CONFIG_USB_GADGET_GOKU is not set | ||
1128 | CONFIG_USB_GADGET_DUMMY_HCD=y | 1278 | CONFIG_USB_GADGET_DUMMY_HCD=y |
1129 | CONFIG_USB_DUMMY_HCD=m | 1279 | CONFIG_USB_DUMMY_HCD=m |
1130 | CONFIG_USB_GADGET_DUALSPEED=y | 1280 | CONFIG_USB_GADGET_DUALSPEED=y |
@@ -1134,21 +1284,32 @@ CONFIG_USB_GADGET_DUALSPEED=y | |||
1134 | # CONFIG_USB_FILE_STORAGE is not set | 1284 | # CONFIG_USB_FILE_STORAGE is not set |
1135 | # CONFIG_USB_G_SERIAL is not set | 1285 | # CONFIG_USB_G_SERIAL is not set |
1136 | # CONFIG_USB_MIDI_GADGET is not set | 1286 | # CONFIG_USB_MIDI_GADGET is not set |
1287 | # CONFIG_USB_G_PRINTER is not set | ||
1288 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
1289 | |||
1290 | # | ||
1291 | # OTG and related infrastructure | ||
1292 | # | ||
1293 | # CONFIG_USB_GPIO_VBUS is not set | ||
1137 | CONFIG_MMC=y | 1294 | CONFIG_MMC=y |
1138 | # CONFIG_MMC_DEBUG is not set | 1295 | # CONFIG_MMC_DEBUG is not set |
1139 | # CONFIG_MMC_UNSAFE_RESUME is not set | 1296 | # CONFIG_MMC_UNSAFE_RESUME is not set |
1140 | 1297 | ||
1141 | # | 1298 | # |
1142 | # MMC/SD Card Drivers | 1299 | # MMC/SD/SDIO Card Drivers |
1143 | # | 1300 | # |
1144 | CONFIG_MMC_BLOCK=y | 1301 | CONFIG_MMC_BLOCK=y |
1145 | CONFIG_MMC_BLOCK_BOUNCE=y | 1302 | CONFIG_MMC_BLOCK_BOUNCE=y |
1146 | # CONFIG_SDIO_UART is not set | 1303 | # CONFIG_SDIO_UART is not set |
1304 | # CONFIG_MMC_TEST is not set | ||
1147 | 1305 | ||
1148 | # | 1306 | # |
1149 | # MMC/SD Host Controller Drivers | 1307 | # MMC/SD/SDIO Host Controller Drivers |
1150 | # | 1308 | # |
1151 | # CONFIG_MMC_PXA is not set | 1309 | # CONFIG_MMC_PXA is not set |
1310 | # CONFIG_MMC_SDHCI is not set | ||
1311 | # CONFIG_MEMSTICK is not set | ||
1312 | # CONFIG_ACCESSIBILITY is not set | ||
1152 | CONFIG_NEW_LEDS=y | 1313 | CONFIG_NEW_LEDS=y |
1153 | # CONFIG_LEDS_CLASS is not set | 1314 | # CONFIG_LEDS_CLASS is not set |
1154 | 1315 | ||
@@ -1163,6 +1324,8 @@ CONFIG_LEDS_TRIGGERS=y | |||
1163 | CONFIG_LEDS_TRIGGER_TIMER=y | 1324 | CONFIG_LEDS_TRIGGER_TIMER=y |
1164 | # CONFIG_LEDS_TRIGGER_IDE_DISK is not set | 1325 | # CONFIG_LEDS_TRIGGER_IDE_DISK is not set |
1165 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 1326 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
1327 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
1328 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
1166 | CONFIG_RTC_LIB=y | 1329 | CONFIG_RTC_LIB=y |
1167 | CONFIG_RTC_CLASS=y | 1330 | CONFIG_RTC_CLASS=y |
1168 | # CONFIG_RTC_HCTOSYS is not set | 1331 | # CONFIG_RTC_HCTOSYS is not set |
@@ -1190,6 +1353,9 @@ CONFIG_RTC_INTF_DEV=y | |||
1190 | # CONFIG_RTC_DRV_PCF8563 is not set | 1353 | # CONFIG_RTC_DRV_PCF8563 is not set |
1191 | CONFIG_RTC_DRV_PCF8583=m | 1354 | CONFIG_RTC_DRV_PCF8583=m |
1192 | # CONFIG_RTC_DRV_M41T80 is not set | 1355 | # CONFIG_RTC_DRV_M41T80 is not set |
1356 | # CONFIG_RTC_DRV_S35390A is not set | ||
1357 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1358 | # CONFIG_RTC_DRV_RX8581 is not set | ||
1193 | 1359 | ||
1194 | # | 1360 | # |
1195 | # SPI RTC drivers | 1361 | # SPI RTC drivers |
@@ -1199,36 +1365,45 @@ CONFIG_RTC_DRV_PCF8583=m | |||
1199 | # Platform RTC drivers | 1365 | # Platform RTC drivers |
1200 | # | 1366 | # |
1201 | # CONFIG_RTC_DRV_CMOS is not set | 1367 | # CONFIG_RTC_DRV_CMOS is not set |
1368 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1369 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1202 | # CONFIG_RTC_DRV_DS1553 is not set | 1370 | # CONFIG_RTC_DRV_DS1553 is not set |
1203 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1204 | # CONFIG_RTC_DRV_DS1742 is not set | 1371 | # CONFIG_RTC_DRV_DS1742 is not set |
1372 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1205 | # CONFIG_RTC_DRV_M48T86 is not set | 1373 | # CONFIG_RTC_DRV_M48T86 is not set |
1374 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1206 | # CONFIG_RTC_DRV_M48T59 is not set | 1375 | # CONFIG_RTC_DRV_M48T59 is not set |
1376 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1207 | # CONFIG_RTC_DRV_V3020 is not set | 1377 | # CONFIG_RTC_DRV_V3020 is not set |
1208 | 1378 | ||
1209 | # | 1379 | # |
1210 | # on-CPU RTC drivers | 1380 | # on-CPU RTC drivers |
1211 | # | 1381 | # |
1212 | # CONFIG_RTC_DRV_SA1100 is not set | 1382 | # CONFIG_RTC_DRV_SA1100 is not set |
1383 | # CONFIG_RTC_DRV_PXA is not set | ||
1384 | # CONFIG_DMADEVICES is not set | ||
1385 | # CONFIG_REGULATOR is not set | ||
1386 | # CONFIG_UIO is not set | ||
1387 | # CONFIG_STAGING is not set | ||
1213 | 1388 | ||
1214 | # | 1389 | # |
1215 | # File systems | 1390 | # File systems |
1216 | # | 1391 | # |
1217 | # CONFIG_EXT2_FS is not set | 1392 | # CONFIG_EXT2_FS is not set |
1218 | # CONFIG_EXT3_FS is not set | 1393 | # CONFIG_EXT3_FS is not set |
1219 | # CONFIG_EXT4DEV_FS is not set | 1394 | # CONFIG_EXT4_FS is not set |
1220 | # CONFIG_REISERFS_FS is not set | 1395 | # CONFIG_REISERFS_FS is not set |
1221 | # CONFIG_JFS_FS is not set | 1396 | # CONFIG_JFS_FS is not set |
1222 | CONFIG_FS_POSIX_ACL=y | 1397 | CONFIG_FS_POSIX_ACL=y |
1398 | CONFIG_FILE_LOCKING=y | ||
1223 | # CONFIG_XFS_FS is not set | 1399 | # CONFIG_XFS_FS is not set |
1224 | # CONFIG_GFS2_FS is not set | 1400 | # CONFIG_GFS2_FS is not set |
1225 | # CONFIG_OCFS2_FS is not set | 1401 | # CONFIG_OCFS2_FS is not set |
1226 | # CONFIG_MINIX_FS is not set | 1402 | # CONFIG_BTRFS_FS is not set |
1227 | # CONFIG_ROMFS_FS is not set | 1403 | CONFIG_DNOTIFY=y |
1228 | CONFIG_INOTIFY=y | 1404 | CONFIG_INOTIFY=y |
1229 | CONFIG_INOTIFY_USER=y | 1405 | CONFIG_INOTIFY_USER=y |
1230 | # CONFIG_QUOTA is not set | 1406 | # CONFIG_QUOTA is not set |
1231 | CONFIG_DNOTIFY=y | ||
1232 | # CONFIG_AUTOFS_FS is not set | 1407 | # CONFIG_AUTOFS_FS is not set |
1233 | CONFIG_AUTOFS4_FS=y | 1408 | CONFIG_AUTOFS4_FS=y |
1234 | # CONFIG_FUSE_FS is not set | 1409 | # CONFIG_FUSE_FS is not set |
@@ -1254,15 +1429,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15" | |||
1254 | # | 1429 | # |
1255 | CONFIG_PROC_FS=y | 1430 | CONFIG_PROC_FS=y |
1256 | CONFIG_PROC_SYSCTL=y | 1431 | CONFIG_PROC_SYSCTL=y |
1432 | CONFIG_PROC_PAGE_MONITOR=y | ||
1257 | CONFIG_SYSFS=y | 1433 | CONFIG_SYSFS=y |
1258 | CONFIG_TMPFS=y | 1434 | CONFIG_TMPFS=y |
1259 | # CONFIG_TMPFS_POSIX_ACL is not set | 1435 | # CONFIG_TMPFS_POSIX_ACL is not set |
1260 | # CONFIG_HUGETLB_PAGE is not set | 1436 | # CONFIG_HUGETLB_PAGE is not set |
1261 | CONFIG_CONFIGFS_FS=y | 1437 | CONFIG_CONFIGFS_FS=y |
1262 | 1438 | CONFIG_MISC_FILESYSTEMS=y | |
1263 | # | ||
1264 | # Miscellaneous filesystems | ||
1265 | # | ||
1266 | # CONFIG_ADFS_FS is not set | 1439 | # CONFIG_ADFS_FS is not set |
1267 | # CONFIG_AFFS_FS is not set | 1440 | # CONFIG_AFFS_FS is not set |
1268 | # CONFIG_ECRYPT_FS is not set | 1441 | # CONFIG_ECRYPT_FS is not set |
@@ -1283,9 +1456,13 @@ CONFIG_JFFS2_ZLIB=y | |||
1283 | CONFIG_JFFS2_RTIME=y | 1456 | CONFIG_JFFS2_RTIME=y |
1284 | # CONFIG_JFFS2_RUBIN is not set | 1457 | # CONFIG_JFFS2_RUBIN is not set |
1285 | # CONFIG_CRAMFS is not set | 1458 | # CONFIG_CRAMFS is not set |
1459 | # CONFIG_SQUASHFS is not set | ||
1286 | # CONFIG_VXFS_FS is not set | 1460 | # CONFIG_VXFS_FS is not set |
1461 | # CONFIG_MINIX_FS is not set | ||
1462 | # CONFIG_OMFS_FS is not set | ||
1287 | # CONFIG_HPFS_FS is not set | 1463 | # CONFIG_HPFS_FS is not set |
1288 | # CONFIG_QNX4FS_FS is not set | 1464 | # CONFIG_QNX4FS_FS is not set |
1465 | # CONFIG_ROMFS_FS is not set | ||
1289 | # CONFIG_SYSV_FS is not set | 1466 | # CONFIG_SYSV_FS is not set |
1290 | # CONFIG_UFS_FS is not set | 1467 | # CONFIG_UFS_FS is not set |
1291 | CONFIG_NETWORK_FILESYSTEMS=y | 1468 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1293,20 +1470,18 @@ CONFIG_NFS_FS=y | |||
1293 | CONFIG_NFS_V3=y | 1470 | CONFIG_NFS_V3=y |
1294 | # CONFIG_NFS_V3_ACL is not set | 1471 | # CONFIG_NFS_V3_ACL is not set |
1295 | CONFIG_NFS_V4=y | 1472 | CONFIG_NFS_V4=y |
1296 | # CONFIG_NFS_DIRECTIO is not set | 1473 | CONFIG_ROOT_NFS=y |
1297 | CONFIG_NFSD=y | 1474 | CONFIG_NFSD=y |
1298 | CONFIG_NFSD_V3=y | 1475 | CONFIG_NFSD_V3=y |
1299 | # CONFIG_NFSD_V3_ACL is not set | 1476 | # CONFIG_NFSD_V3_ACL is not set |
1300 | CONFIG_NFSD_V4=y | 1477 | CONFIG_NFSD_V4=y |
1301 | CONFIG_NFSD_TCP=y | ||
1302 | CONFIG_ROOT_NFS=y | ||
1303 | CONFIG_LOCKD=y | 1478 | CONFIG_LOCKD=y |
1304 | CONFIG_LOCKD_V4=y | 1479 | CONFIG_LOCKD_V4=y |
1305 | CONFIG_EXPORTFS=y | 1480 | CONFIG_EXPORTFS=y |
1306 | CONFIG_NFS_COMMON=y | 1481 | CONFIG_NFS_COMMON=y |
1307 | CONFIG_SUNRPC=y | 1482 | CONFIG_SUNRPC=y |
1308 | CONFIG_SUNRPC_GSS=y | 1483 | CONFIG_SUNRPC_GSS=y |
1309 | # CONFIG_SUNRPC_BIND34 is not set | 1484 | # CONFIG_SUNRPC_REGISTER_V4 is not set |
1310 | CONFIG_RPCSEC_GSS_KRB5=y | 1485 | CONFIG_RPCSEC_GSS_KRB5=y |
1311 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1486 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1312 | # CONFIG_SMB_FS is not set | 1487 | # CONFIG_SMB_FS is not set |
@@ -1361,9 +1536,6 @@ CONFIG_NLS_ISO8859_15=m | |||
1361 | # CONFIG_NLS_KOI8_U is not set | 1536 | # CONFIG_NLS_KOI8_U is not set |
1362 | CONFIG_NLS_UTF8=m | 1537 | CONFIG_NLS_UTF8=m |
1363 | # CONFIG_DLM is not set | 1538 | # CONFIG_DLM is not set |
1364 | CONFIG_INSTRUMENTATION=y | ||
1365 | # CONFIG_PROFILING is not set | ||
1366 | # CONFIG_MARKERS is not set | ||
1367 | 1539 | ||
1368 | # | 1540 | # |
1369 | # Kernel hacking | 1541 | # Kernel hacking |
@@ -1371,6 +1543,7 @@ CONFIG_INSTRUMENTATION=y | |||
1371 | CONFIG_PRINTK_TIME=y | 1543 | CONFIG_PRINTK_TIME=y |
1372 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1544 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1373 | CONFIG_ENABLE_MUST_CHECK=y | 1545 | CONFIG_ENABLE_MUST_CHECK=y |
1546 | CONFIG_FRAME_WARN=1024 | ||
1374 | CONFIG_MAGIC_SYSRQ=y | 1547 | CONFIG_MAGIC_SYSRQ=y |
1375 | # CONFIG_UNUSED_SYMBOLS is not set | 1548 | # CONFIG_UNUSED_SYMBOLS is not set |
1376 | CONFIG_DEBUG_FS=y | 1549 | CONFIG_DEBUG_FS=y |
@@ -1378,9 +1551,12 @@ CONFIG_DEBUG_FS=y | |||
1378 | CONFIG_DEBUG_KERNEL=y | 1551 | CONFIG_DEBUG_KERNEL=y |
1379 | # CONFIG_DEBUG_SHIRQ is not set | 1552 | # CONFIG_DEBUG_SHIRQ is not set |
1380 | CONFIG_DETECT_SOFTLOCKUP=y | 1553 | CONFIG_DETECT_SOFTLOCKUP=y |
1554 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1555 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1381 | CONFIG_SCHED_DEBUG=y | 1556 | CONFIG_SCHED_DEBUG=y |
1382 | # CONFIG_SCHEDSTATS is not set | 1557 | # CONFIG_SCHEDSTATS is not set |
1383 | # CONFIG_TIMER_STATS is not set | 1558 | # CONFIG_TIMER_STATS is not set |
1559 | # CONFIG_DEBUG_OBJECTS is not set | ||
1384 | # CONFIG_DEBUG_SLAB is not set | 1560 | # CONFIG_DEBUG_SLAB is not set |
1385 | CONFIG_DEBUG_PREEMPT=y | 1561 | CONFIG_DEBUG_PREEMPT=y |
1386 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1562 | # CONFIG_DEBUG_RT_MUTEXES is not set |
@@ -1396,16 +1572,40 @@ CONFIG_DEBUG_PREEMPT=y | |||
1396 | CONFIG_DEBUG_BUGVERBOSE=y | 1572 | CONFIG_DEBUG_BUGVERBOSE=y |
1397 | CONFIG_DEBUG_INFO=y | 1573 | CONFIG_DEBUG_INFO=y |
1398 | # CONFIG_DEBUG_VM is not set | 1574 | # CONFIG_DEBUG_VM is not set |
1575 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1576 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1399 | # CONFIG_DEBUG_LIST is not set | 1577 | # CONFIG_DEBUG_LIST is not set |
1400 | # CONFIG_DEBUG_SG is not set | 1578 | # CONFIG_DEBUG_SG is not set |
1579 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1401 | CONFIG_FRAME_POINTER=y | 1580 | CONFIG_FRAME_POINTER=y |
1402 | CONFIG_FORCED_INLINING=y | ||
1403 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1581 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1404 | # CONFIG_RCU_TORTURE_TEST is not set | 1582 | # CONFIG_RCU_TORTURE_TEST is not set |
1583 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1584 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1585 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1405 | # CONFIG_FAULT_INJECTION is not set | 1586 | # CONFIG_FAULT_INJECTION is not set |
1587 | # CONFIG_LATENCYTOP is not set | ||
1588 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1589 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1590 | |||
1591 | # | ||
1592 | # Tracers | ||
1593 | # | ||
1594 | # CONFIG_FUNCTION_TRACER is not set | ||
1595 | # CONFIG_IRQSOFF_TRACER is not set | ||
1596 | # CONFIG_PREEMPT_TRACER is not set | ||
1597 | # CONFIG_SCHED_TRACER is not set | ||
1598 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1599 | # CONFIG_BOOT_TRACER is not set | ||
1600 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1601 | # CONFIG_STACK_TRACER is not set | ||
1602 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1406 | # CONFIG_SAMPLES is not set | 1603 | # CONFIG_SAMPLES is not set |
1604 | CONFIG_HAVE_ARCH_KGDB=y | ||
1605 | # CONFIG_KGDB is not set | ||
1407 | CONFIG_DEBUG_USER=y | 1606 | CONFIG_DEBUG_USER=y |
1408 | CONFIG_DEBUG_ERRORS=y | 1607 | CONFIG_DEBUG_ERRORS=y |
1608 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1409 | CONFIG_DEBUG_LL=y | 1609 | CONFIG_DEBUG_LL=y |
1410 | # CONFIG_DEBUG_ICEDCC is not set | 1610 | # CONFIG_DEBUG_ICEDCC is not set |
1411 | 1611 | ||
@@ -1415,58 +1615,114 @@ CONFIG_DEBUG_LL=y | |||
1415 | CONFIG_KEYS=y | 1615 | CONFIG_KEYS=y |
1416 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | 1616 | CONFIG_KEYS_DEBUG_PROC_KEYS=y |
1417 | CONFIG_SECURITY=y | 1617 | CONFIG_SECURITY=y |
1618 | # CONFIG_SECURITYFS is not set | ||
1418 | # CONFIG_SECURITY_NETWORK is not set | 1619 | # CONFIG_SECURITY_NETWORK is not set |
1419 | CONFIG_SECURITY_CAPABILITIES=y | 1620 | # CONFIG_SECURITY_PATH is not set |
1420 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1621 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1421 | # CONFIG_SECURITY_ROOTPLUG is not set | 1622 | # CONFIG_SECURITY_ROOTPLUG is not set |
1623 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | ||
1422 | CONFIG_CRYPTO=y | 1624 | CONFIG_CRYPTO=y |
1625 | |||
1626 | # | ||
1627 | # Crypto core or helper | ||
1628 | # | ||
1629 | # CONFIG_CRYPTO_FIPS is not set | ||
1423 | CONFIG_CRYPTO_ALGAPI=y | 1630 | CONFIG_CRYPTO_ALGAPI=y |
1631 | CONFIG_CRYPTO_ALGAPI2=y | ||
1632 | CONFIG_CRYPTO_AEAD2=y | ||
1424 | CONFIG_CRYPTO_BLKCIPHER=y | 1633 | CONFIG_CRYPTO_BLKCIPHER=y |
1634 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1635 | CONFIG_CRYPTO_HASH=y | ||
1636 | CONFIG_CRYPTO_HASH2=y | ||
1637 | CONFIG_CRYPTO_RNG2=y | ||
1425 | CONFIG_CRYPTO_MANAGER=y | 1638 | CONFIG_CRYPTO_MANAGER=y |
1639 | CONFIG_CRYPTO_MANAGER2=y | ||
1640 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1641 | # CONFIG_CRYPTO_NULL is not set | ||
1642 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1643 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1644 | # CONFIG_CRYPTO_TEST is not set | ||
1645 | |||
1646 | # | ||
1647 | # Authenticated Encryption with Associated Data | ||
1648 | # | ||
1649 | # CONFIG_CRYPTO_CCM is not set | ||
1650 | # CONFIG_CRYPTO_GCM is not set | ||
1651 | # CONFIG_CRYPTO_SEQIV is not set | ||
1652 | |||
1653 | # | ||
1654 | # Block modes | ||
1655 | # | ||
1656 | CONFIG_CRYPTO_CBC=y | ||
1657 | # CONFIG_CRYPTO_CTR is not set | ||
1658 | # CONFIG_CRYPTO_CTS is not set | ||
1659 | CONFIG_CRYPTO_ECB=y | ||
1660 | # CONFIG_CRYPTO_LRW is not set | ||
1661 | CONFIG_CRYPTO_PCBC=m | ||
1662 | # CONFIG_CRYPTO_XTS is not set | ||
1663 | |||
1664 | # | ||
1665 | # Hash modes | ||
1666 | # | ||
1426 | # CONFIG_CRYPTO_HMAC is not set | 1667 | # CONFIG_CRYPTO_HMAC is not set |
1427 | # CONFIG_CRYPTO_XCBC is not set | 1668 | # CONFIG_CRYPTO_XCBC is not set |
1428 | # CONFIG_CRYPTO_NULL is not set | 1669 | |
1670 | # | ||
1671 | # Digest | ||
1672 | # | ||
1673 | CONFIG_CRYPTO_CRC32C=y | ||
1429 | # CONFIG_CRYPTO_MD4 is not set | 1674 | # CONFIG_CRYPTO_MD4 is not set |
1430 | CONFIG_CRYPTO_MD5=y | 1675 | CONFIG_CRYPTO_MD5=y |
1676 | CONFIG_CRYPTO_MICHAEL_MIC=y | ||
1677 | # CONFIG_CRYPTO_RMD128 is not set | ||
1678 | # CONFIG_CRYPTO_RMD160 is not set | ||
1679 | # CONFIG_CRYPTO_RMD256 is not set | ||
1680 | # CONFIG_CRYPTO_RMD320 is not set | ||
1431 | CONFIG_CRYPTO_SHA1=m | 1681 | CONFIG_CRYPTO_SHA1=m |
1432 | CONFIG_CRYPTO_SHA256=m | 1682 | CONFIG_CRYPTO_SHA256=m |
1433 | CONFIG_CRYPTO_SHA512=m | 1683 | CONFIG_CRYPTO_SHA512=m |
1434 | # CONFIG_CRYPTO_WP512 is not set | ||
1435 | # CONFIG_CRYPTO_TGR192 is not set | 1684 | # CONFIG_CRYPTO_TGR192 is not set |
1436 | # CONFIG_CRYPTO_GF128MUL is not set | 1685 | # CONFIG_CRYPTO_WP512 is not set |
1437 | CONFIG_CRYPTO_ECB=y | 1686 | |
1438 | CONFIG_CRYPTO_CBC=y | 1687 | # |
1439 | CONFIG_CRYPTO_PCBC=m | 1688 | # Ciphers |
1440 | # CONFIG_CRYPTO_LRW is not set | 1689 | # |
1441 | # CONFIG_CRYPTO_XTS is not set | 1690 | CONFIG_CRYPTO_AES=y |
1442 | # CONFIG_CRYPTO_CRYPTD is not set | 1691 | # CONFIG_CRYPTO_ANUBIS is not set |
1443 | CONFIG_CRYPTO_DES=y | 1692 | CONFIG_CRYPTO_ARC4=y |
1444 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1445 | # CONFIG_CRYPTO_BLOWFISH is not set | 1693 | # CONFIG_CRYPTO_BLOWFISH is not set |
1446 | # CONFIG_CRYPTO_TWOFISH is not set | 1694 | # CONFIG_CRYPTO_CAMELLIA is not set |
1447 | # CONFIG_CRYPTO_SERPENT is not set | ||
1448 | CONFIG_CRYPTO_AES=m | ||
1449 | # CONFIG_CRYPTO_CAST5 is not set | 1695 | # CONFIG_CRYPTO_CAST5 is not set |
1450 | # CONFIG_CRYPTO_CAST6 is not set | 1696 | # CONFIG_CRYPTO_CAST6 is not set |
1451 | # CONFIG_CRYPTO_TEA is not set | 1697 | CONFIG_CRYPTO_DES=y |
1452 | CONFIG_CRYPTO_ARC4=y | 1698 | # CONFIG_CRYPTO_FCRYPT is not set |
1453 | # CONFIG_CRYPTO_KHAZAD is not set | 1699 | # CONFIG_CRYPTO_KHAZAD is not set |
1454 | # CONFIG_CRYPTO_ANUBIS is not set | 1700 | # CONFIG_CRYPTO_SALSA20 is not set |
1455 | # CONFIG_CRYPTO_SEED is not set | 1701 | # CONFIG_CRYPTO_SEED is not set |
1702 | # CONFIG_CRYPTO_SERPENT is not set | ||
1703 | # CONFIG_CRYPTO_TEA is not set | ||
1704 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1705 | |||
1706 | # | ||
1707 | # Compression | ||
1708 | # | ||
1456 | CONFIG_CRYPTO_DEFLATE=m | 1709 | CONFIG_CRYPTO_DEFLATE=m |
1457 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1710 | # CONFIG_CRYPTO_LZO is not set |
1458 | CONFIG_CRYPTO_CRC32C=y | 1711 | |
1459 | # CONFIG_CRYPTO_CAMELLIA is not set | 1712 | # |
1460 | # CONFIG_CRYPTO_TEST is not set | 1713 | # Random Number Generation |
1461 | # CONFIG_CRYPTO_AUTHENC is not set | 1714 | # |
1715 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1462 | CONFIG_CRYPTO_HW=y | 1716 | CONFIG_CRYPTO_HW=y |
1463 | 1717 | ||
1464 | # | 1718 | # |
1465 | # Library routines | 1719 | # Library routines |
1466 | # | 1720 | # |
1467 | CONFIG_BITREVERSE=y | 1721 | CONFIG_BITREVERSE=y |
1722 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1468 | CONFIG_CRC_CCITT=y | 1723 | CONFIG_CRC_CCITT=y |
1469 | CONFIG_CRC16=y | 1724 | CONFIG_CRC16=y |
1725 | # CONFIG_CRC_T10DIF is not set | ||
1470 | # CONFIG_CRC_ITU_T is not set | 1726 | # CONFIG_CRC_ITU_T is not set |
1471 | CONFIG_CRC32=y | 1727 | CONFIG_CRC32=y |
1472 | # CONFIG_CRC7 is not set | 1728 | # CONFIG_CRC7 is not set |
diff --git a/arch/arm/configs/colibri_pxa300_defconfig b/arch/arm/configs/colibri_pxa300_defconfig new file mode 100644 index 000000000000..4774a36fa740 --- /dev/null +++ b/arch/arm/configs/colibri_pxa300_defconfig | |||
@@ -0,0 +1,1156 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc8 | ||
4 | # Fri Mar 13 16:13:20 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_ARCH_MTD_XIP=y | ||
26 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | |||
30 | # | ||
31 | # General setup | ||
32 | # | ||
33 | CONFIG_EXPERIMENTAL=y | ||
34 | CONFIG_BROKEN_ON_SMP=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | CONFIG_LOCALVERSION_AUTO=y | ||
38 | CONFIG_SWAP=y | ||
39 | # CONFIG_SYSVIPC is not set | ||
40 | # CONFIG_POSIX_MQUEUE is not set | ||
41 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
42 | # CONFIG_TASKSTATS is not set | ||
43 | # CONFIG_AUDIT is not set | ||
44 | |||
45 | # | ||
46 | # RCU Subsystem | ||
47 | # | ||
48 | CONFIG_CLASSIC_RCU=y | ||
49 | # CONFIG_TREE_RCU is not set | ||
50 | # CONFIG_PREEMPT_RCU is not set | ||
51 | # CONFIG_TREE_RCU_TRACE is not set | ||
52 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
53 | # CONFIG_IKCONFIG is not set | ||
54 | CONFIG_LOG_BUF_SHIFT=17 | ||
55 | # CONFIG_GROUP_SCHED is not set | ||
56 | # CONFIG_CGROUPS is not set | ||
57 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | ||
58 | # CONFIG_RELAY is not set | ||
59 | CONFIG_NAMESPACES=y | ||
60 | # CONFIG_UTS_NS is not set | ||
61 | # CONFIG_USER_NS is not set | ||
62 | # CONFIG_PID_NS is not set | ||
63 | # CONFIG_NET_NS is not set | ||
64 | # CONFIG_BLK_DEV_INITRD is not set | ||
65 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
66 | CONFIG_SYSCTL=y | ||
67 | CONFIG_ANON_INODES=y | ||
68 | # CONFIG_EMBEDDED is not set | ||
69 | CONFIG_UID16=y | ||
70 | CONFIG_SYSCTL_SYSCALL=y | ||
71 | CONFIG_KALLSYMS=y | ||
72 | # CONFIG_KALLSYMS_ALL is not set | ||
73 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
74 | CONFIG_HOTPLUG=y | ||
75 | CONFIG_PRINTK=y | ||
76 | CONFIG_BUG=y | ||
77 | CONFIG_ELF_CORE=y | ||
78 | CONFIG_BASE_FULL=y | ||
79 | CONFIG_FUTEX=y | ||
80 | CONFIG_EPOLL=y | ||
81 | CONFIG_SIGNALFD=y | ||
82 | CONFIG_TIMERFD=y | ||
83 | CONFIG_EVENTFD=y | ||
84 | CONFIG_SHMEM=y | ||
85 | CONFIG_AIO=y | ||
86 | CONFIG_VM_EVENT_COUNTERS=y | ||
87 | CONFIG_SLUB_DEBUG=y | ||
88 | CONFIG_COMPAT_BRK=y | ||
89 | # CONFIG_SLAB is not set | ||
90 | CONFIG_SLUB=y | ||
91 | # CONFIG_SLOB is not set | ||
92 | # CONFIG_PROFILING is not set | ||
93 | CONFIG_HAVE_OPROFILE=y | ||
94 | # CONFIG_KPROBES is not set | ||
95 | CONFIG_HAVE_KPROBES=y | ||
96 | CONFIG_HAVE_KRETPROBES=y | ||
97 | CONFIG_HAVE_CLK=y | ||
98 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
99 | CONFIG_SLABINFO=y | ||
100 | CONFIG_RT_MUTEXES=y | ||
101 | CONFIG_BASE_SMALL=0 | ||
102 | CONFIG_MODULES=y | ||
103 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
104 | CONFIG_MODULE_UNLOAD=y | ||
105 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
106 | # CONFIG_MODVERSIONS is not set | ||
107 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
108 | CONFIG_BLOCK=y | ||
109 | # CONFIG_LBD is not set | ||
110 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
111 | # CONFIG_BLK_DEV_BSG is not set | ||
112 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
113 | |||
114 | # | ||
115 | # IO Schedulers | ||
116 | # | ||
117 | CONFIG_IOSCHED_NOOP=y | ||
118 | CONFIG_IOSCHED_AS=y | ||
119 | CONFIG_IOSCHED_DEADLINE=y | ||
120 | CONFIG_IOSCHED_CFQ=y | ||
121 | # CONFIG_DEFAULT_AS is not set | ||
122 | # CONFIG_DEFAULT_DEADLINE is not set | ||
123 | CONFIG_DEFAULT_CFQ=y | ||
124 | # CONFIG_DEFAULT_NOOP is not set | ||
125 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
126 | # CONFIG_FREEZER is not set | ||
127 | |||
128 | # | ||
129 | # System Type | ||
130 | # | ||
131 | # CONFIG_ARCH_AAEC2000 is not set | ||
132 | # CONFIG_ARCH_INTEGRATOR is not set | ||
133 | # CONFIG_ARCH_REALVIEW is not set | ||
134 | # CONFIG_ARCH_VERSATILE is not set | ||
135 | # CONFIG_ARCH_AT91 is not set | ||
136 | # CONFIG_ARCH_CLPS711X is not set | ||
137 | # CONFIG_ARCH_EBSA110 is not set | ||
138 | # CONFIG_ARCH_EP93XX is not set | ||
139 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
140 | # CONFIG_ARCH_NETX is not set | ||
141 | # CONFIG_ARCH_H720X is not set | ||
142 | # CONFIG_ARCH_IMX is not set | ||
143 | # CONFIG_ARCH_IOP13XX is not set | ||
144 | # CONFIG_ARCH_IOP32X is not set | ||
145 | # CONFIG_ARCH_IOP33X is not set | ||
146 | # CONFIG_ARCH_IXP23XX is not set | ||
147 | # CONFIG_ARCH_IXP2000 is not set | ||
148 | # CONFIG_ARCH_IXP4XX is not set | ||
149 | # CONFIG_ARCH_L7200 is not set | ||
150 | # CONFIG_ARCH_KIRKWOOD is not set | ||
151 | # CONFIG_ARCH_KS8695 is not set | ||
152 | # CONFIG_ARCH_NS9XXX is not set | ||
153 | # CONFIG_ARCH_LOKI is not set | ||
154 | # CONFIG_ARCH_MV78XX0 is not set | ||
155 | # CONFIG_ARCH_MXC is not set | ||
156 | # CONFIG_ARCH_ORION5X is not set | ||
157 | # CONFIG_ARCH_PNX4008 is not set | ||
158 | CONFIG_ARCH_PXA=y | ||
159 | # CONFIG_ARCH_RPC is not set | ||
160 | # CONFIG_ARCH_SA1100 is not set | ||
161 | # CONFIG_ARCH_S3C2410 is not set | ||
162 | # CONFIG_ARCH_S3C64XX is not set | ||
163 | # CONFIG_ARCH_SHARK is not set | ||
164 | # CONFIG_ARCH_LH7A40X is not set | ||
165 | # CONFIG_ARCH_DAVINCI is not set | ||
166 | # CONFIG_ARCH_OMAP is not set | ||
167 | # CONFIG_ARCH_MSM is not set | ||
168 | # CONFIG_ARCH_W90X900 is not set | ||
169 | |||
170 | # | ||
171 | # Intel PXA2xx/PXA3xx Implementations | ||
172 | # | ||
173 | |||
174 | # | ||
175 | # Supported PXA3xx Processor Variants | ||
176 | # | ||
177 | CONFIG_CPU_PXA300=y | ||
178 | # CONFIG_CPU_PXA310 is not set | ||
179 | # CONFIG_CPU_PXA320 is not set | ||
180 | # CONFIG_CPU_PXA930 is not set | ||
181 | # CONFIG_CPU_PXA935 is not set | ||
182 | # CONFIG_ARCH_GUMSTIX is not set | ||
183 | # CONFIG_MACH_INTELMOTE2 is not set | ||
184 | # CONFIG_ARCH_LUBBOCK is not set | ||
185 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
186 | # CONFIG_MACH_MAINSTONE is not set | ||
187 | # CONFIG_MACH_MP900C is not set | ||
188 | # CONFIG_ARCH_PXA_IDP is not set | ||
189 | # CONFIG_PXA_SHARPSL is not set | ||
190 | # CONFIG_ARCH_VIPER is not set | ||
191 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
192 | # CONFIG_TRIZEPS_PXA is not set | ||
193 | # CONFIG_MACH_H5000 is not set | ||
194 | # CONFIG_MACH_EM_X270 is not set | ||
195 | # CONFIG_MACH_COLIBRI is not set | ||
196 | CONFIG_MACH_COLIBRI300=y | ||
197 | # CONFIG_MACH_ZYLONITE is not set | ||
198 | # CONFIG_MACH_LITTLETON is not set | ||
199 | # CONFIG_MACH_RAUMFELD_PROTO is not set | ||
200 | # CONFIG_MACH_TAVOREVB is not set | ||
201 | # CONFIG_MACH_SAAR is not set | ||
202 | # CONFIG_MACH_ARMCORE is not set | ||
203 | # CONFIG_MACH_CM_X300 is not set | ||
204 | # CONFIG_MACH_MAGICIAN is not set | ||
205 | # CONFIG_MACH_MIOA701 is not set | ||
206 | # CONFIG_MACH_PCM027 is not set | ||
207 | # CONFIG_ARCH_PXA_PALM is not set | ||
208 | # CONFIG_PXA_EZX is not set | ||
209 | CONFIG_PXA3xx=y | ||
210 | # CONFIG_PXA_PWM is not set | ||
211 | |||
212 | # | ||
213 | # Processor Type | ||
214 | # | ||
215 | CONFIG_CPU_32=y | ||
216 | CONFIG_CPU_XSC3=y | ||
217 | CONFIG_CPU_32v5=y | ||
218 | CONFIG_CPU_ABRT_EV5T=y | ||
219 | CONFIG_CPU_PABRT_NOIFAR=y | ||
220 | CONFIG_CPU_CACHE_VIVT=y | ||
221 | CONFIG_CPU_TLB_V4WBI=y | ||
222 | CONFIG_CPU_CP15=y | ||
223 | CONFIG_CPU_CP15_MMU=y | ||
224 | CONFIG_IO_36=y | ||
225 | |||
226 | # | ||
227 | # Processor Features | ||
228 | # | ||
229 | CONFIG_ARM_THUMB=y | ||
230 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
231 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
232 | CONFIG_OUTER_CACHE=y | ||
233 | CONFIG_CACHE_XSC3L2=y | ||
234 | CONFIG_IWMMXT=y | ||
235 | CONFIG_COMMON_CLKDEV=y | ||
236 | |||
237 | # | ||
238 | # Bus support | ||
239 | # | ||
240 | # CONFIG_PCI_SYSCALL is not set | ||
241 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
242 | # CONFIG_PCCARD is not set | ||
243 | |||
244 | # | ||
245 | # Kernel Features | ||
246 | # | ||
247 | CONFIG_TICK_ONESHOT=y | ||
248 | # CONFIG_NO_HZ is not set | ||
249 | # CONFIG_HIGH_RES_TIMERS is not set | ||
250 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
251 | CONFIG_VMSPLIT_3G=y | ||
252 | # CONFIG_VMSPLIT_2G is not set | ||
253 | # CONFIG_VMSPLIT_1G is not set | ||
254 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
255 | # CONFIG_PREEMPT is not set | ||
256 | CONFIG_HZ=100 | ||
257 | CONFIG_AEABI=y | ||
258 | CONFIG_OABI_COMPAT=y | ||
259 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
260 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
261 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
262 | CONFIG_SELECT_MEMORY_MODEL=y | ||
263 | CONFIG_FLATMEM_MANUAL=y | ||
264 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
265 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
266 | CONFIG_FLATMEM=y | ||
267 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
268 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
269 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
270 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
271 | CONFIG_ZONE_DMA_FLAG=0 | ||
272 | CONFIG_VIRT_TO_BUS=y | ||
273 | CONFIG_UNEVICTABLE_LRU=y | ||
274 | CONFIG_ALIGNMENT_TRAP=y | ||
275 | |||
276 | # | ||
277 | # Boot options | ||
278 | # | ||
279 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
280 | CONFIG_ZBOOT_ROM_BSS=0 | ||
281 | CONFIG_CMDLINE="console=ttyS0,115200 rw" | ||
282 | # CONFIG_XIP_KERNEL is not set | ||
283 | # CONFIG_KEXEC is not set | ||
284 | |||
285 | # | ||
286 | # CPU Power Management | ||
287 | # | ||
288 | # CONFIG_CPU_FREQ is not set | ||
289 | CONFIG_CPU_IDLE=y | ||
290 | CONFIG_CPU_IDLE_GOV_LADDER=y | ||
291 | |||
292 | # | ||
293 | # Floating point emulation | ||
294 | # | ||
295 | |||
296 | # | ||
297 | # At least one emulation must be selected | ||
298 | # | ||
299 | CONFIG_FPE_NWFPE=y | ||
300 | # CONFIG_FPE_NWFPE_XP is not set | ||
301 | # CONFIG_FPE_FASTFPE is not set | ||
302 | |||
303 | # | ||
304 | # Userspace binary formats | ||
305 | # | ||
306 | CONFIG_BINFMT_ELF=y | ||
307 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
308 | CONFIG_HAVE_AOUT=y | ||
309 | # CONFIG_BINFMT_AOUT is not set | ||
310 | # CONFIG_BINFMT_MISC is not set | ||
311 | |||
312 | # | ||
313 | # Power management options | ||
314 | # | ||
315 | # CONFIG_PM is not set | ||
316 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
317 | CONFIG_NET=y | ||
318 | |||
319 | # | ||
320 | # Networking options | ||
321 | # | ||
322 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
323 | # CONFIG_PACKET is not set | ||
324 | CONFIG_UNIX=y | ||
325 | CONFIG_XFRM=y | ||
326 | # CONFIG_XFRM_USER is not set | ||
327 | # CONFIG_XFRM_SUB_POLICY is not set | ||
328 | # CONFIG_XFRM_MIGRATE is not set | ||
329 | # CONFIG_XFRM_STATISTICS is not set | ||
330 | # CONFIG_NET_KEY is not set | ||
331 | CONFIG_INET=y | ||
332 | CONFIG_IP_MULTICAST=y | ||
333 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
334 | CONFIG_IP_FIB_HASH=y | ||
335 | CONFIG_IP_PNP=y | ||
336 | # CONFIG_IP_PNP_DHCP is not set | ||
337 | # CONFIG_IP_PNP_BOOTP is not set | ||
338 | # CONFIG_IP_PNP_RARP is not set | ||
339 | # CONFIG_NET_IPIP is not set | ||
340 | # CONFIG_NET_IPGRE is not set | ||
341 | # CONFIG_IP_MROUTE is not set | ||
342 | # CONFIG_ARPD is not set | ||
343 | CONFIG_SYN_COOKIES=y | ||
344 | # CONFIG_INET_AH is not set | ||
345 | # CONFIG_INET_ESP is not set | ||
346 | # CONFIG_INET_IPCOMP is not set | ||
347 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
348 | CONFIG_INET_TUNNEL=y | ||
349 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
350 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
351 | CONFIG_INET_XFRM_MODE_BEET=y | ||
352 | # CONFIG_INET_LRO is not set | ||
353 | CONFIG_INET_DIAG=y | ||
354 | CONFIG_INET_TCP_DIAG=y | ||
355 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
356 | CONFIG_TCP_CONG_CUBIC=y | ||
357 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
358 | # CONFIG_TCP_MD5SIG is not set | ||
359 | CONFIG_IPV6=y | ||
360 | # CONFIG_IPV6_PRIVACY is not set | ||
361 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
362 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
363 | # CONFIG_INET6_AH is not set | ||
364 | # CONFIG_INET6_ESP is not set | ||
365 | # CONFIG_INET6_IPCOMP is not set | ||
366 | # CONFIG_IPV6_MIP6 is not set | ||
367 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
368 | # CONFIG_INET6_TUNNEL is not set | ||
369 | CONFIG_INET6_XFRM_MODE_TRANSPORT=y | ||
370 | CONFIG_INET6_XFRM_MODE_TUNNEL=y | ||
371 | CONFIG_INET6_XFRM_MODE_BEET=y | ||
372 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
373 | CONFIG_IPV6_SIT=y | ||
374 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
375 | # CONFIG_IPV6_TUNNEL is not set | ||
376 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
377 | # CONFIG_IPV6_MROUTE is not set | ||
378 | # CONFIG_NETWORK_SECMARK is not set | ||
379 | # CONFIG_NETFILTER is not set | ||
380 | # CONFIG_IP_DCCP is not set | ||
381 | # CONFIG_IP_SCTP is not set | ||
382 | # CONFIG_TIPC is not set | ||
383 | # CONFIG_ATM is not set | ||
384 | # CONFIG_BRIDGE is not set | ||
385 | # CONFIG_NET_DSA is not set | ||
386 | # CONFIG_VLAN_8021Q is not set | ||
387 | # CONFIG_DECNET is not set | ||
388 | # CONFIG_LLC2 is not set | ||
389 | # CONFIG_IPX is not set | ||
390 | # CONFIG_ATALK is not set | ||
391 | # CONFIG_X25 is not set | ||
392 | # CONFIG_LAPB is not set | ||
393 | # CONFIG_ECONET is not set | ||
394 | # CONFIG_WAN_ROUTER is not set | ||
395 | # CONFIG_NET_SCHED is not set | ||
396 | # CONFIG_DCB is not set | ||
397 | |||
398 | # | ||
399 | # Network testing | ||
400 | # | ||
401 | # CONFIG_NET_PKTGEN is not set | ||
402 | # CONFIG_HAMRADIO is not set | ||
403 | # CONFIG_CAN is not set | ||
404 | # CONFIG_IRDA is not set | ||
405 | # CONFIG_BT is not set | ||
406 | # CONFIG_AF_RXRPC is not set | ||
407 | # CONFIG_PHONET is not set | ||
408 | # CONFIG_WIRELESS is not set | ||
409 | # CONFIG_WIMAX is not set | ||
410 | # CONFIG_RFKILL is not set | ||
411 | # CONFIG_NET_9P is not set | ||
412 | |||
413 | # | ||
414 | # Device Drivers | ||
415 | # | ||
416 | |||
417 | # | ||
418 | # Generic Driver Options | ||
419 | # | ||
420 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
421 | CONFIG_STANDALONE=y | ||
422 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
423 | CONFIG_FW_LOADER=y | ||
424 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
425 | CONFIG_EXTRA_FIRMWARE="" | ||
426 | # CONFIG_DEBUG_DRIVER is not set | ||
427 | # CONFIG_DEBUG_DEVRES is not set | ||
428 | # CONFIG_SYS_HYPERVISOR is not set | ||
429 | # CONFIG_CONNECTOR is not set | ||
430 | # CONFIG_MTD is not set | ||
431 | # CONFIG_PARPORT is not set | ||
432 | CONFIG_BLK_DEV=y | ||
433 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
434 | # CONFIG_BLK_DEV_LOOP is not set | ||
435 | # CONFIG_BLK_DEV_NBD is not set | ||
436 | # CONFIG_BLK_DEV_UB is not set | ||
437 | # CONFIG_BLK_DEV_RAM is not set | ||
438 | # CONFIG_CDROM_PKTCDVD is not set | ||
439 | # CONFIG_ATA_OVER_ETH is not set | ||
440 | # CONFIG_MISC_DEVICES is not set | ||
441 | CONFIG_HAVE_IDE=y | ||
442 | # CONFIG_IDE is not set | ||
443 | |||
444 | # | ||
445 | # SCSI device support | ||
446 | # | ||
447 | # CONFIG_RAID_ATTRS is not set | ||
448 | CONFIG_SCSI=y | ||
449 | CONFIG_SCSI_DMA=y | ||
450 | # CONFIG_SCSI_TGT is not set | ||
451 | # CONFIG_SCSI_NETLINK is not set | ||
452 | CONFIG_SCSI_PROC_FS=y | ||
453 | |||
454 | # | ||
455 | # SCSI support type (disk, tape, CD-ROM) | ||
456 | # | ||
457 | CONFIG_BLK_DEV_SD=y | ||
458 | # CONFIG_CHR_DEV_ST is not set | ||
459 | # CONFIG_CHR_DEV_OSST is not set | ||
460 | # CONFIG_BLK_DEV_SR is not set | ||
461 | CONFIG_CHR_DEV_SG=y | ||
462 | # CONFIG_CHR_DEV_SCH is not set | ||
463 | |||
464 | # | ||
465 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
466 | # | ||
467 | # CONFIG_SCSI_MULTI_LUN is not set | ||
468 | # CONFIG_SCSI_CONSTANTS is not set | ||
469 | # CONFIG_SCSI_LOGGING is not set | ||
470 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
471 | CONFIG_SCSI_WAIT_SCAN=m | ||
472 | |||
473 | # | ||
474 | # SCSI Transports | ||
475 | # | ||
476 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
477 | # CONFIG_SCSI_FC_ATTRS is not set | ||
478 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
479 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
480 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
481 | CONFIG_SCSI_LOWLEVEL=y | ||
482 | # CONFIG_ISCSI_TCP is not set | ||
483 | # CONFIG_LIBFC is not set | ||
484 | # CONFIG_SCSI_DEBUG is not set | ||
485 | # CONFIG_SCSI_DH is not set | ||
486 | # CONFIG_ATA is not set | ||
487 | # CONFIG_MD is not set | ||
488 | CONFIG_NETDEVICES=y | ||
489 | # CONFIG_DUMMY is not set | ||
490 | # CONFIG_BONDING is not set | ||
491 | # CONFIG_MACVLAN is not set | ||
492 | # CONFIG_EQUALIZER is not set | ||
493 | # CONFIG_TUN is not set | ||
494 | # CONFIG_VETH is not set | ||
495 | # CONFIG_PHYLIB is not set | ||
496 | CONFIG_NET_ETHERNET=y | ||
497 | CONFIG_MII=y | ||
498 | CONFIG_AX88796=y | ||
499 | # CONFIG_AX88796_93CX6 is not set | ||
500 | # CONFIG_SMC91X is not set | ||
501 | # CONFIG_DM9000 is not set | ||
502 | # CONFIG_SMC911X is not set | ||
503 | # CONFIG_SMSC911X is not set | ||
504 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
505 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
506 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
507 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
508 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
509 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
510 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
511 | # CONFIG_B44 is not set | ||
512 | # CONFIG_NETDEV_1000 is not set | ||
513 | # CONFIG_NETDEV_10000 is not set | ||
514 | |||
515 | # | ||
516 | # Wireless LAN | ||
517 | # | ||
518 | # CONFIG_WLAN_PRE80211 is not set | ||
519 | # CONFIG_WLAN_80211 is not set | ||
520 | # CONFIG_IWLWIFI_LEDS is not set | ||
521 | |||
522 | # | ||
523 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
524 | # | ||
525 | |||
526 | # | ||
527 | # USB Network Adapters | ||
528 | # | ||
529 | # CONFIG_USB_CATC is not set | ||
530 | # CONFIG_USB_KAWETH is not set | ||
531 | # CONFIG_USB_PEGASUS is not set | ||
532 | # CONFIG_USB_RTL8150 is not set | ||
533 | # CONFIG_USB_USBNET is not set | ||
534 | # CONFIG_WAN is not set | ||
535 | # CONFIG_PPP is not set | ||
536 | # CONFIG_SLIP is not set | ||
537 | # CONFIG_NETCONSOLE is not set | ||
538 | # CONFIG_NETPOLL is not set | ||
539 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
540 | # CONFIG_ISDN is not set | ||
541 | |||
542 | # | ||
543 | # Input device support | ||
544 | # | ||
545 | CONFIG_INPUT=y | ||
546 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
547 | # CONFIG_INPUT_POLLDEV is not set | ||
548 | |||
549 | # | ||
550 | # Userland interfaces | ||
551 | # | ||
552 | CONFIG_INPUT_MOUSEDEV=y | ||
553 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
554 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
555 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
556 | # CONFIG_INPUT_JOYDEV is not set | ||
557 | CONFIG_INPUT_EVDEV=y | ||
558 | # CONFIG_INPUT_EVBUG is not set | ||
559 | |||
560 | # | ||
561 | # Input Device Drivers | ||
562 | # | ||
563 | # CONFIG_INPUT_KEYBOARD is not set | ||
564 | # CONFIG_INPUT_MOUSE is not set | ||
565 | # CONFIG_INPUT_JOYSTICK is not set | ||
566 | # CONFIG_INPUT_TABLET is not set | ||
567 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
568 | CONFIG_INPUT_MISC=y | ||
569 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
570 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
571 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
572 | # CONFIG_INPUT_POWERMATE is not set | ||
573 | # CONFIG_INPUT_YEALINK is not set | ||
574 | # CONFIG_INPUT_CM109 is not set | ||
575 | # CONFIG_INPUT_UINPUT is not set | ||
576 | CONFIG_INPUT_GPIO_ROTARY_ENCODER=y | ||
577 | |||
578 | # | ||
579 | # Hardware I/O ports | ||
580 | # | ||
581 | CONFIG_SERIO=y | ||
582 | CONFIG_SERIO_SERPORT=y | ||
583 | # CONFIG_SERIO_RAW is not set | ||
584 | # CONFIG_GAMEPORT is not set | ||
585 | |||
586 | # | ||
587 | # Character devices | ||
588 | # | ||
589 | CONFIG_VT=y | ||
590 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
591 | CONFIG_VT_CONSOLE=y | ||
592 | CONFIG_HW_CONSOLE=y | ||
593 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
594 | CONFIG_DEVKMEM=y | ||
595 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
596 | |||
597 | # | ||
598 | # Serial drivers | ||
599 | # | ||
600 | # CONFIG_SERIAL_8250 is not set | ||
601 | |||
602 | # | ||
603 | # Non-8250 serial port support | ||
604 | # | ||
605 | CONFIG_SERIAL_PXA=y | ||
606 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
607 | CONFIG_SERIAL_CORE=y | ||
608 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
609 | CONFIG_UNIX98_PTYS=y | ||
610 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
611 | CONFIG_LEGACY_PTYS=y | ||
612 | CONFIG_LEGACY_PTY_COUNT=256 | ||
613 | # CONFIG_IPMI_HANDLER is not set | ||
614 | CONFIG_HW_RANDOM=y | ||
615 | # CONFIG_R3964 is not set | ||
616 | # CONFIG_RAW_DRIVER is not set | ||
617 | # CONFIG_TCG_TPM is not set | ||
618 | # CONFIG_I2C is not set | ||
619 | # CONFIG_SPI is not set | ||
620 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
621 | CONFIG_GPIOLIB=y | ||
622 | CONFIG_DEBUG_GPIO=y | ||
623 | # CONFIG_GPIO_SYSFS is not set | ||
624 | |||
625 | # | ||
626 | # Memory mapped GPIO expanders: | ||
627 | # | ||
628 | |||
629 | # | ||
630 | # I2C GPIO expanders: | ||
631 | # | ||
632 | |||
633 | # | ||
634 | # PCI GPIO expanders: | ||
635 | # | ||
636 | |||
637 | # | ||
638 | # SPI GPIO expanders: | ||
639 | # | ||
640 | # CONFIG_W1 is not set | ||
641 | # CONFIG_POWER_SUPPLY is not set | ||
642 | # CONFIG_HWMON is not set | ||
643 | # CONFIG_THERMAL is not set | ||
644 | # CONFIG_THERMAL_HWMON is not set | ||
645 | # CONFIG_WATCHDOG is not set | ||
646 | CONFIG_SSB_POSSIBLE=y | ||
647 | |||
648 | # | ||
649 | # Sonics Silicon Backplane | ||
650 | # | ||
651 | # CONFIG_SSB is not set | ||
652 | |||
653 | # | ||
654 | # Multifunction device drivers | ||
655 | # | ||
656 | # CONFIG_MFD_CORE is not set | ||
657 | # CONFIG_MFD_SM501 is not set | ||
658 | # CONFIG_MFD_ASIC3 is not set | ||
659 | # CONFIG_HTC_EGPIO is not set | ||
660 | # CONFIG_HTC_PASIC3 is not set | ||
661 | # CONFIG_MFD_TMIO is not set | ||
662 | # CONFIG_MFD_T7L66XB is not set | ||
663 | # CONFIG_MFD_TC6387XB is not set | ||
664 | # CONFIG_MFD_TC6393XB is not set | ||
665 | |||
666 | # | ||
667 | # Multimedia devices | ||
668 | # | ||
669 | |||
670 | # | ||
671 | # Multimedia core support | ||
672 | # | ||
673 | # CONFIG_VIDEO_DEV is not set | ||
674 | # CONFIG_DVB_CORE is not set | ||
675 | # CONFIG_VIDEO_MEDIA is not set | ||
676 | |||
677 | # | ||
678 | # Multimedia drivers | ||
679 | # | ||
680 | # CONFIG_DAB is not set | ||
681 | |||
682 | # | ||
683 | # Graphics support | ||
684 | # | ||
685 | # CONFIG_VGASTATE is not set | ||
686 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
687 | CONFIG_FB=y | ||
688 | # CONFIG_FIRMWARE_EDID is not set | ||
689 | # CONFIG_FB_DDC is not set | ||
690 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
691 | CONFIG_FB_CFB_FILLRECT=y | ||
692 | CONFIG_FB_CFB_COPYAREA=y | ||
693 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
694 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
695 | # CONFIG_FB_SYS_FILLRECT is not set | ||
696 | # CONFIG_FB_SYS_COPYAREA is not set | ||
697 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
698 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
699 | # CONFIG_FB_SYS_FOPS is not set | ||
700 | # CONFIG_FB_SVGALIB is not set | ||
701 | # CONFIG_FB_MACMODES is not set | ||
702 | # CONFIG_FB_BACKLIGHT is not set | ||
703 | # CONFIG_FB_MODE_HELPERS is not set | ||
704 | # CONFIG_FB_TILEBLITTING is not set | ||
705 | |||
706 | # | ||
707 | # Frame buffer hardware drivers | ||
708 | # | ||
709 | # CONFIG_FB_S1D13XXX is not set | ||
710 | CONFIG_FB_PXA=y | ||
711 | # CONFIG_FB_PXA_OVERLAY is not set | ||
712 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
713 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
714 | # CONFIG_FB_MBX is not set | ||
715 | # CONFIG_FB_W100 is not set | ||
716 | # CONFIG_FB_VIRTUAL is not set | ||
717 | # CONFIG_FB_METRONOME is not set | ||
718 | # CONFIG_FB_MB862XX is not set | ||
719 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
720 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
721 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
722 | # CONFIG_BACKLIGHT_GENERIC is not set | ||
723 | |||
724 | # | ||
725 | # Display device support | ||
726 | # | ||
727 | # CONFIG_DISPLAY_SUPPORT is not set | ||
728 | |||
729 | # | ||
730 | # Console display driver support | ||
731 | # | ||
732 | # CONFIG_VGA_CONSOLE is not set | ||
733 | CONFIG_DUMMY_CONSOLE=y | ||
734 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
735 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
736 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
737 | # CONFIG_FONTS is not set | ||
738 | CONFIG_FONT_8x8=y | ||
739 | CONFIG_FONT_8x16=y | ||
740 | CONFIG_LOGO=y | ||
741 | CONFIG_LOGO_LINUX_MONO=y | ||
742 | CONFIG_LOGO_LINUX_VGA16=y | ||
743 | CONFIG_LOGO_LINUX_CLUT224=y | ||
744 | # CONFIG_SOUND is not set | ||
745 | # CONFIG_HID_SUPPORT is not set | ||
746 | CONFIG_USB_SUPPORT=y | ||
747 | CONFIG_USB_ARCH_HAS_HCD=y | ||
748 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
749 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
750 | CONFIG_USB=y | ||
751 | CONFIG_USB_DEBUG=y | ||
752 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
753 | |||
754 | # | ||
755 | # Miscellaneous USB options | ||
756 | # | ||
757 | CONFIG_USB_DEVICEFS=y | ||
758 | CONFIG_USB_DEVICE_CLASS=y | ||
759 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
760 | # CONFIG_USB_OTG is not set | ||
761 | CONFIG_USB_MON=y | ||
762 | # CONFIG_USB_WUSB is not set | ||
763 | # CONFIG_USB_WUSB_CBAF is not set | ||
764 | |||
765 | # | ||
766 | # USB Host Controller Drivers | ||
767 | # | ||
768 | # CONFIG_USB_C67X00_HCD is not set | ||
769 | # CONFIG_USB_OXU210HP_HCD is not set | ||
770 | # CONFIG_USB_ISP116X_HCD is not set | ||
771 | # CONFIG_USB_OHCI_HCD is not set | ||
772 | # CONFIG_USB_SL811_HCD is not set | ||
773 | # CONFIG_USB_R8A66597_HCD is not set | ||
774 | # CONFIG_USB_HWA_HCD is not set | ||
775 | # CONFIG_USB_MUSB_HDRC is not set | ||
776 | |||
777 | # | ||
778 | # USB Device Class drivers | ||
779 | # | ||
780 | # CONFIG_USB_ACM is not set | ||
781 | # CONFIG_USB_PRINTER is not set | ||
782 | # CONFIG_USB_WDM is not set | ||
783 | # CONFIG_USB_TMC is not set | ||
784 | |||
785 | # | ||
786 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
787 | # | ||
788 | |||
789 | # | ||
790 | # see USB_STORAGE Help for more information | ||
791 | # | ||
792 | CONFIG_USB_STORAGE=y | ||
793 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
794 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
795 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
796 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
797 | # CONFIG_USB_STORAGE_USBAT is not set | ||
798 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
799 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
800 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
801 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
802 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
803 | # CONFIG_USB_STORAGE_KARMA is not set | ||
804 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
805 | # CONFIG_USB_LIBUSUAL is not set | ||
806 | |||
807 | # | ||
808 | # USB Imaging devices | ||
809 | # | ||
810 | # CONFIG_USB_MDC800 is not set | ||
811 | # CONFIG_USB_MICROTEK is not set | ||
812 | |||
813 | # | ||
814 | # USB port drivers | ||
815 | # | ||
816 | # CONFIG_USB_SERIAL is not set | ||
817 | |||
818 | # | ||
819 | # USB Miscellaneous drivers | ||
820 | # | ||
821 | # CONFIG_USB_EMI62 is not set | ||
822 | # CONFIG_USB_EMI26 is not set | ||
823 | # CONFIG_USB_ADUTUX is not set | ||
824 | # CONFIG_USB_SEVSEG is not set | ||
825 | # CONFIG_USB_RIO500 is not set | ||
826 | # CONFIG_USB_LEGOTOWER is not set | ||
827 | # CONFIG_USB_LCD is not set | ||
828 | # CONFIG_USB_BERRY_CHARGE is not set | ||
829 | # CONFIG_USB_LED is not set | ||
830 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
831 | # CONFIG_USB_CYTHERM is not set | ||
832 | # CONFIG_USB_PHIDGET is not set | ||
833 | # CONFIG_USB_IDMOUSE is not set | ||
834 | # CONFIG_USB_FTDI_ELAN is not set | ||
835 | # CONFIG_USB_APPLEDISPLAY is not set | ||
836 | # CONFIG_USB_LD is not set | ||
837 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
838 | # CONFIG_USB_IOWARRIOR is not set | ||
839 | # CONFIG_USB_TEST is not set | ||
840 | # CONFIG_USB_ISIGHTFW is not set | ||
841 | # CONFIG_USB_VST is not set | ||
842 | # CONFIG_USB_GADGET is not set | ||
843 | |||
844 | # | ||
845 | # OTG and related infrastructure | ||
846 | # | ||
847 | # CONFIG_USB_GPIO_VBUS is not set | ||
848 | CONFIG_MMC=y | ||
849 | # CONFIG_MMC_DEBUG is not set | ||
850 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
851 | |||
852 | # | ||
853 | # MMC/SD/SDIO Card Drivers | ||
854 | # | ||
855 | CONFIG_MMC_BLOCK=y | ||
856 | # CONFIG_MMC_BLOCK_BOUNCE is not set | ||
857 | # CONFIG_SDIO_UART is not set | ||
858 | # CONFIG_MMC_TEST is not set | ||
859 | |||
860 | # | ||
861 | # MMC/SD/SDIO Host Controller Drivers | ||
862 | # | ||
863 | CONFIG_MMC_PXA=y | ||
864 | # CONFIG_MMC_SDHCI is not set | ||
865 | # CONFIG_MEMSTICK is not set | ||
866 | # CONFIG_ACCESSIBILITY is not set | ||
867 | # CONFIG_NEW_LEDS is not set | ||
868 | CONFIG_RTC_LIB=y | ||
869 | # CONFIG_RTC_CLASS is not set | ||
870 | # CONFIG_DMADEVICES is not set | ||
871 | # CONFIG_REGULATOR is not set | ||
872 | # CONFIG_UIO is not set | ||
873 | # CONFIG_STAGING is not set | ||
874 | |||
875 | # | ||
876 | # File systems | ||
877 | # | ||
878 | # CONFIG_EXT2_FS is not set | ||
879 | CONFIG_EXT3_FS=y | ||
880 | CONFIG_EXT3_FS_XATTR=y | ||
881 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
882 | # CONFIG_EXT3_FS_SECURITY is not set | ||
883 | # CONFIG_EXT4_FS is not set | ||
884 | CONFIG_JBD=y | ||
885 | CONFIG_FS_MBCACHE=y | ||
886 | # CONFIG_REISERFS_FS is not set | ||
887 | # CONFIG_JFS_FS is not set | ||
888 | # CONFIG_FS_POSIX_ACL is not set | ||
889 | CONFIG_FILE_LOCKING=y | ||
890 | # CONFIG_XFS_FS is not set | ||
891 | # CONFIG_OCFS2_FS is not set | ||
892 | # CONFIG_BTRFS_FS is not set | ||
893 | CONFIG_DNOTIFY=y | ||
894 | CONFIG_INOTIFY=y | ||
895 | CONFIG_INOTIFY_USER=y | ||
896 | # CONFIG_QUOTA is not set | ||
897 | # CONFIG_AUTOFS_FS is not set | ||
898 | # CONFIG_AUTOFS4_FS is not set | ||
899 | # CONFIG_FUSE_FS is not set | ||
900 | |||
901 | # | ||
902 | # CD-ROM/DVD Filesystems | ||
903 | # | ||
904 | # CONFIG_ISO9660_FS is not set | ||
905 | # CONFIG_UDF_FS is not set | ||
906 | |||
907 | # | ||
908 | # DOS/FAT/NT Filesystems | ||
909 | # | ||
910 | # CONFIG_MSDOS_FS is not set | ||
911 | # CONFIG_VFAT_FS is not set | ||
912 | # CONFIG_NTFS_FS is not set | ||
913 | |||
914 | # | ||
915 | # Pseudo filesystems | ||
916 | # | ||
917 | CONFIG_PROC_FS=y | ||
918 | CONFIG_PROC_SYSCTL=y | ||
919 | CONFIG_PROC_PAGE_MONITOR=y | ||
920 | CONFIG_SYSFS=y | ||
921 | # CONFIG_TMPFS is not set | ||
922 | # CONFIG_HUGETLB_PAGE is not set | ||
923 | # CONFIG_CONFIGFS_FS is not set | ||
924 | CONFIG_MISC_FILESYSTEMS=y | ||
925 | # CONFIG_ADFS_FS is not set | ||
926 | # CONFIG_AFFS_FS is not set | ||
927 | # CONFIG_HFS_FS is not set | ||
928 | # CONFIG_HFSPLUS_FS is not set | ||
929 | # CONFIG_BEFS_FS is not set | ||
930 | # CONFIG_BFS_FS is not set | ||
931 | # CONFIG_EFS_FS is not set | ||
932 | # CONFIG_CRAMFS is not set | ||
933 | # CONFIG_SQUASHFS is not set | ||
934 | # CONFIG_VXFS_FS is not set | ||
935 | # CONFIG_MINIX_FS is not set | ||
936 | # CONFIG_OMFS_FS is not set | ||
937 | # CONFIG_HPFS_FS is not set | ||
938 | # CONFIG_QNX4FS_FS is not set | ||
939 | # CONFIG_ROMFS_FS is not set | ||
940 | # CONFIG_SYSV_FS is not set | ||
941 | # CONFIG_UFS_FS is not set | ||
942 | CONFIG_NETWORK_FILESYSTEMS=y | ||
943 | CONFIG_NFS_FS=y | ||
944 | CONFIG_NFS_V3=y | ||
945 | # CONFIG_NFS_V3_ACL is not set | ||
946 | # CONFIG_NFS_V4 is not set | ||
947 | CONFIG_ROOT_NFS=y | ||
948 | # CONFIG_NFSD is not set | ||
949 | CONFIG_LOCKD=y | ||
950 | CONFIG_LOCKD_V4=y | ||
951 | CONFIG_NFS_COMMON=y | ||
952 | CONFIG_SUNRPC=y | ||
953 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
954 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
955 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
956 | # CONFIG_SMB_FS is not set | ||
957 | # CONFIG_CIFS is not set | ||
958 | # CONFIG_NCP_FS is not set | ||
959 | # CONFIG_CODA_FS is not set | ||
960 | # CONFIG_AFS_FS is not set | ||
961 | |||
962 | # | ||
963 | # Partition Types | ||
964 | # | ||
965 | # CONFIG_PARTITION_ADVANCED is not set | ||
966 | CONFIG_MSDOS_PARTITION=y | ||
967 | # CONFIG_NLS is not set | ||
968 | # CONFIG_DLM is not set | ||
969 | |||
970 | # | ||
971 | # Kernel hacking | ||
972 | # | ||
973 | CONFIG_PRINTK_TIME=y | ||
974 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
975 | CONFIG_ENABLE_MUST_CHECK=y | ||
976 | CONFIG_FRAME_WARN=1024 | ||
977 | # CONFIG_MAGIC_SYSRQ is not set | ||
978 | # CONFIG_UNUSED_SYMBOLS is not set | ||
979 | # CONFIG_DEBUG_FS is not set | ||
980 | # CONFIG_HEADERS_CHECK is not set | ||
981 | CONFIG_DEBUG_KERNEL=y | ||
982 | # CONFIG_DEBUG_SHIRQ is not set | ||
983 | CONFIG_DETECT_SOFTLOCKUP=y | ||
984 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
985 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
986 | CONFIG_SCHED_DEBUG=y | ||
987 | # CONFIG_SCHEDSTATS is not set | ||
988 | # CONFIG_TIMER_STATS is not set | ||
989 | # CONFIG_DEBUG_OBJECTS is not set | ||
990 | # CONFIG_SLUB_DEBUG_ON is not set | ||
991 | # CONFIG_SLUB_STATS is not set | ||
992 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
993 | # CONFIG_RT_MUTEX_TESTER is not set | ||
994 | # CONFIG_DEBUG_SPINLOCK is not set | ||
995 | # CONFIG_DEBUG_MUTEXES is not set | ||
996 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
997 | # CONFIG_PROVE_LOCKING is not set | ||
998 | # CONFIG_LOCK_STAT is not set | ||
999 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1000 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1001 | # CONFIG_DEBUG_KOBJECT is not set | ||
1002 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1003 | CONFIG_DEBUG_INFO=y | ||
1004 | # CONFIG_DEBUG_VM is not set | ||
1005 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1006 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1007 | # CONFIG_DEBUG_LIST is not set | ||
1008 | # CONFIG_DEBUG_SG is not set | ||
1009 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1010 | CONFIG_FRAME_POINTER=y | ||
1011 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1012 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1013 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1014 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1015 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1016 | # CONFIG_FAULT_INJECTION is not set | ||
1017 | # CONFIG_LATENCYTOP is not set | ||
1018 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1019 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1020 | |||
1021 | # | ||
1022 | # Tracers | ||
1023 | # | ||
1024 | # CONFIG_FUNCTION_TRACER is not set | ||
1025 | # CONFIG_IRQSOFF_TRACER is not set | ||
1026 | # CONFIG_SCHED_TRACER is not set | ||
1027 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1028 | # CONFIG_BOOT_TRACER is not set | ||
1029 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1030 | # CONFIG_STACK_TRACER is not set | ||
1031 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1032 | # CONFIG_SAMPLES is not set | ||
1033 | CONFIG_HAVE_ARCH_KGDB=y | ||
1034 | # CONFIG_KGDB is not set | ||
1035 | CONFIG_DEBUG_USER=y | ||
1036 | CONFIG_DEBUG_ERRORS=y | ||
1037 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1038 | CONFIG_DEBUG_LL=y | ||
1039 | # CONFIG_DEBUG_ICEDCC is not set | ||
1040 | |||
1041 | # | ||
1042 | # Security options | ||
1043 | # | ||
1044 | # CONFIG_KEYS is not set | ||
1045 | # CONFIG_SECURITY is not set | ||
1046 | # CONFIG_SECURITYFS is not set | ||
1047 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1048 | CONFIG_CRYPTO=y | ||
1049 | |||
1050 | # | ||
1051 | # Crypto core or helper | ||
1052 | # | ||
1053 | # CONFIG_CRYPTO_FIPS is not set | ||
1054 | CONFIG_CRYPTO_ALGAPI=y | ||
1055 | CONFIG_CRYPTO_ALGAPI2=y | ||
1056 | CONFIG_CRYPTO_AEAD2=y | ||
1057 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1058 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1059 | CONFIG_CRYPTO_HASH2=y | ||
1060 | CONFIG_CRYPTO_RNG2=y | ||
1061 | CONFIG_CRYPTO_MANAGER=y | ||
1062 | CONFIG_CRYPTO_MANAGER2=y | ||
1063 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1064 | # CONFIG_CRYPTO_NULL is not set | ||
1065 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1066 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1067 | # CONFIG_CRYPTO_TEST is not set | ||
1068 | |||
1069 | # | ||
1070 | # Authenticated Encryption with Associated Data | ||
1071 | # | ||
1072 | # CONFIG_CRYPTO_CCM is not set | ||
1073 | # CONFIG_CRYPTO_GCM is not set | ||
1074 | # CONFIG_CRYPTO_SEQIV is not set | ||
1075 | |||
1076 | # | ||
1077 | # Block modes | ||
1078 | # | ||
1079 | # CONFIG_CRYPTO_CBC is not set | ||
1080 | # CONFIG_CRYPTO_CTR is not set | ||
1081 | # CONFIG_CRYPTO_CTS is not set | ||
1082 | CONFIG_CRYPTO_ECB=y | ||
1083 | # CONFIG_CRYPTO_LRW is not set | ||
1084 | # CONFIG_CRYPTO_PCBC is not set | ||
1085 | # CONFIG_CRYPTO_XTS is not set | ||
1086 | |||
1087 | # | ||
1088 | # Hash modes | ||
1089 | # | ||
1090 | # CONFIG_CRYPTO_HMAC is not set | ||
1091 | # CONFIG_CRYPTO_XCBC is not set | ||
1092 | |||
1093 | # | ||
1094 | # Digest | ||
1095 | # | ||
1096 | # CONFIG_CRYPTO_CRC32C is not set | ||
1097 | # CONFIG_CRYPTO_MD4 is not set | ||
1098 | # CONFIG_CRYPTO_MD5 is not set | ||
1099 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1100 | # CONFIG_CRYPTO_RMD128 is not set | ||
1101 | # CONFIG_CRYPTO_RMD160 is not set | ||
1102 | # CONFIG_CRYPTO_RMD256 is not set | ||
1103 | # CONFIG_CRYPTO_RMD320 is not set | ||
1104 | # CONFIG_CRYPTO_SHA1 is not set | ||
1105 | # CONFIG_CRYPTO_SHA256 is not set | ||
1106 | # CONFIG_CRYPTO_SHA512 is not set | ||
1107 | # CONFIG_CRYPTO_TGR192 is not set | ||
1108 | # CONFIG_CRYPTO_WP512 is not set | ||
1109 | |||
1110 | # | ||
1111 | # Ciphers | ||
1112 | # | ||
1113 | CONFIG_CRYPTO_AES=y | ||
1114 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1115 | CONFIG_CRYPTO_ARC4=y | ||
1116 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1117 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1118 | # CONFIG_CRYPTO_CAST5 is not set | ||
1119 | # CONFIG_CRYPTO_CAST6 is not set | ||
1120 | # CONFIG_CRYPTO_DES is not set | ||
1121 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1122 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1123 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1124 | # CONFIG_CRYPTO_SEED is not set | ||
1125 | # CONFIG_CRYPTO_SERPENT is not set | ||
1126 | # CONFIG_CRYPTO_TEA is not set | ||
1127 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1128 | |||
1129 | # | ||
1130 | # Compression | ||
1131 | # | ||
1132 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1133 | # CONFIG_CRYPTO_LZO is not set | ||
1134 | |||
1135 | # | ||
1136 | # Random Number Generation | ||
1137 | # | ||
1138 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1139 | CONFIG_CRYPTO_HW=y | ||
1140 | |||
1141 | # | ||
1142 | # Library routines | ||
1143 | # | ||
1144 | CONFIG_BITREVERSE=y | ||
1145 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1146 | # CONFIG_CRC_CCITT is not set | ||
1147 | # CONFIG_CRC16 is not set | ||
1148 | # CONFIG_CRC_T10DIF is not set | ||
1149 | # CONFIG_CRC_ITU_T is not set | ||
1150 | CONFIG_CRC32=y | ||
1151 | # CONFIG_CRC7 is not set | ||
1152 | # CONFIG_LIBCRC32C is not set | ||
1153 | CONFIG_PLIST=y | ||
1154 | CONFIG_HAS_IOMEM=y | ||
1155 | CONFIG_HAS_IOPORT=y | ||
1156 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/collie_defconfig b/arch/arm/configs/collie_defconfig index f7622e658163..1aa62249031b 100644 --- a/arch/arm/configs/collie_defconfig +++ b/arch/arm/configs/collie_defconfig | |||
@@ -113,7 +113,6 @@ CONFIG_ARCH_SA1100=y | |||
113 | CONFIG_SA1100_COLLIE=y | 113 | CONFIG_SA1100_COLLIE=y |
114 | # CONFIG_SA1100_H3100 is not set | 114 | # CONFIG_SA1100_H3100 is not set |
115 | # CONFIG_SA1100_H3600 is not set | 115 | # CONFIG_SA1100_H3600 is not set |
116 | # CONFIG_SA1100_H3800 is not set | ||
117 | # CONFIG_SA1100_BADGE4 is not set | 116 | # CONFIG_SA1100_BADGE4 is not set |
118 | # CONFIG_SA1100_JORNADA720 is not set | 117 | # CONFIG_SA1100_JORNADA720 is not set |
119 | # CONFIG_SA1100_HACKKIT is not set | 118 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/em_x270_defconfig b/arch/arm/configs/em_x270_defconfig new file mode 100644 index 000000000000..e9955b786c80 --- /dev/null +++ b/arch/arm/configs/em_x270_defconfig | |||
@@ -0,0 +1,1741 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc2 | ||
4 | # Sun Feb 1 16:43:31 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_ARCH_MTD_XIP=y | ||
26 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | |||
30 | # | ||
31 | # General setup | ||
32 | # | ||
33 | CONFIG_EXPERIMENTAL=y | ||
34 | CONFIG_BROKEN_ON_SMP=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | # CONFIG_LOCALVERSION_AUTO is not set | ||
38 | CONFIG_SWAP=y | ||
39 | CONFIG_SYSVIPC=y | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | # CONFIG_POSIX_MQUEUE is not set | ||
42 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
43 | # CONFIG_TASKSTATS is not set | ||
44 | # CONFIG_AUDIT is not set | ||
45 | CONFIG_IKCONFIG=y | ||
46 | CONFIG_IKCONFIG_PROC=y | ||
47 | CONFIG_LOG_BUF_SHIFT=14 | ||
48 | CONFIG_GROUP_SCHED=y | ||
49 | CONFIG_FAIR_GROUP_SCHED=y | ||
50 | # CONFIG_RT_GROUP_SCHED is not set | ||
51 | CONFIG_USER_SCHED=y | ||
52 | # CONFIG_CGROUP_SCHED is not set | ||
53 | # CONFIG_CGROUPS is not set | ||
54 | CONFIG_SYSFS_DEPRECATED=y | ||
55 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
56 | # CONFIG_RELAY is not set | ||
57 | # CONFIG_NAMESPACES is not set | ||
58 | CONFIG_BLK_DEV_INITRD=y | ||
59 | CONFIG_INITRAMFS_SOURCE="" | ||
60 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
61 | CONFIG_SYSCTL=y | ||
62 | CONFIG_EMBEDDED=y | ||
63 | CONFIG_UID16=y | ||
64 | CONFIG_SYSCTL_SYSCALL=y | ||
65 | CONFIG_KALLSYMS=y | ||
66 | # CONFIG_KALLSYMS_ALL is not set | ||
67 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
68 | CONFIG_HOTPLUG=y | ||
69 | CONFIG_PRINTK=y | ||
70 | CONFIG_BUG=y | ||
71 | CONFIG_ELF_CORE=y | ||
72 | # CONFIG_COMPAT_BRK is not set | ||
73 | CONFIG_BASE_FULL=y | ||
74 | CONFIG_FUTEX=y | ||
75 | CONFIG_ANON_INODES=y | ||
76 | CONFIG_EPOLL=y | ||
77 | CONFIG_SIGNALFD=y | ||
78 | CONFIG_TIMERFD=y | ||
79 | CONFIG_EVENTFD=y | ||
80 | CONFIG_SHMEM=y | ||
81 | CONFIG_AIO=y | ||
82 | # CONFIG_VM_EVENT_COUNTERS is not set | ||
83 | # CONFIG_SLUB_DEBUG is not set | ||
84 | # CONFIG_SLAB is not set | ||
85 | CONFIG_SLUB=y | ||
86 | # CONFIG_SLOB is not set | ||
87 | # CONFIG_PROFILING is not set | ||
88 | CONFIG_HAVE_OPROFILE=y | ||
89 | # CONFIG_KPROBES is not set | ||
90 | CONFIG_HAVE_KPROBES=y | ||
91 | CONFIG_HAVE_KRETPROBES=y | ||
92 | CONFIG_HAVE_CLK=y | ||
93 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
94 | CONFIG_RT_MUTEXES=y | ||
95 | CONFIG_BASE_SMALL=0 | ||
96 | CONFIG_MODULES=y | ||
97 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
98 | CONFIG_MODULE_UNLOAD=y | ||
99 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
100 | # CONFIG_MODVERSIONS is not set | ||
101 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
102 | CONFIG_BLOCK=y | ||
103 | # CONFIG_LBD is not set | ||
104 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
105 | # CONFIG_BLK_DEV_BSG is not set | ||
106 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
107 | |||
108 | # | ||
109 | # IO Schedulers | ||
110 | # | ||
111 | CONFIG_IOSCHED_NOOP=y | ||
112 | CONFIG_IOSCHED_AS=y | ||
113 | CONFIG_IOSCHED_DEADLINE=y | ||
114 | CONFIG_IOSCHED_CFQ=y | ||
115 | # CONFIG_DEFAULT_AS is not set | ||
116 | # CONFIG_DEFAULT_DEADLINE is not set | ||
117 | CONFIG_DEFAULT_CFQ=y | ||
118 | # CONFIG_DEFAULT_NOOP is not set | ||
119 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
120 | CONFIG_CLASSIC_RCU=y | ||
121 | # CONFIG_TREE_RCU is not set | ||
122 | # CONFIG_PREEMPT_RCU is not set | ||
123 | # CONFIG_TREE_RCU_TRACE is not set | ||
124 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
125 | CONFIG_FREEZER=y | ||
126 | |||
127 | # | ||
128 | # System Type | ||
129 | # | ||
130 | # CONFIG_ARCH_AAEC2000 is not set | ||
131 | # CONFIG_ARCH_INTEGRATOR is not set | ||
132 | # CONFIG_ARCH_REALVIEW is not set | ||
133 | # CONFIG_ARCH_VERSATILE is not set | ||
134 | # CONFIG_ARCH_AT91 is not set | ||
135 | # CONFIG_ARCH_CLPS711X is not set | ||
136 | # CONFIG_ARCH_EBSA110 is not set | ||
137 | # CONFIG_ARCH_EP93XX is not set | ||
138 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
139 | # CONFIG_ARCH_NETX is not set | ||
140 | # CONFIG_ARCH_H720X is not set | ||
141 | # CONFIG_ARCH_IMX is not set | ||
142 | # CONFIG_ARCH_IOP13XX is not set | ||
143 | # CONFIG_ARCH_IOP32X is not set | ||
144 | # CONFIG_ARCH_IOP33X is not set | ||
145 | # CONFIG_ARCH_IXP23XX is not set | ||
146 | # CONFIG_ARCH_IXP2000 is not set | ||
147 | # CONFIG_ARCH_IXP4XX is not set | ||
148 | # CONFIG_ARCH_L7200 is not set | ||
149 | # CONFIG_ARCH_KIRKWOOD is not set | ||
150 | # CONFIG_ARCH_KS8695 is not set | ||
151 | # CONFIG_ARCH_NS9XXX is not set | ||
152 | # CONFIG_ARCH_LOKI is not set | ||
153 | # CONFIG_ARCH_MV78XX0 is not set | ||
154 | # CONFIG_ARCH_MXC is not set | ||
155 | # CONFIG_ARCH_ORION5X is not set | ||
156 | # CONFIG_ARCH_PNX4008 is not set | ||
157 | CONFIG_ARCH_PXA=y | ||
158 | # CONFIG_ARCH_RPC is not set | ||
159 | # CONFIG_ARCH_SA1100 is not set | ||
160 | # CONFIG_ARCH_S3C2410 is not set | ||
161 | # CONFIG_ARCH_S3C64XX is not set | ||
162 | # CONFIG_ARCH_SHARK is not set | ||
163 | # CONFIG_ARCH_LH7A40X is not set | ||
164 | # CONFIG_ARCH_DAVINCI is not set | ||
165 | # CONFIG_ARCH_OMAP is not set | ||
166 | # CONFIG_ARCH_MSM is not set | ||
167 | # CONFIG_ARCH_W90X900 is not set | ||
168 | |||
169 | # | ||
170 | # Intel PXA2xx/PXA3xx Implementations | ||
171 | # | ||
172 | # CONFIG_ARCH_GUMSTIX is not set | ||
173 | # CONFIG_MACH_INTELMOTE2 is not set | ||
174 | # CONFIG_ARCH_LUBBOCK is not set | ||
175 | # CONFIG_MACH_LOGICPD_PXA270 is not set | ||
176 | # CONFIG_MACH_MAINSTONE is not set | ||
177 | # CONFIG_MACH_MP900C is not set | ||
178 | # CONFIG_ARCH_PXA_IDP is not set | ||
179 | # CONFIG_PXA_SHARPSL is not set | ||
180 | # CONFIG_ARCH_VIPER is not set | ||
181 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
182 | # CONFIG_TRIZEPS_PXA is not set | ||
183 | # CONFIG_MACH_H5000 is not set | ||
184 | CONFIG_MACH_EM_X270=y | ||
185 | CONFIG_MACH_EXEDA=y | ||
186 | # CONFIG_MACH_COLIBRI is not set | ||
187 | # CONFIG_MACH_ZYLONITE is not set | ||
188 | # CONFIG_MACH_LITTLETON is not set | ||
189 | # CONFIG_MACH_TAVOREVB is not set | ||
190 | # CONFIG_MACH_SAAR is not set | ||
191 | # CONFIG_MACH_ARMCORE is not set | ||
192 | # CONFIG_MACH_CM_X300 is not set | ||
193 | # CONFIG_MACH_MAGICIAN is not set | ||
194 | # CONFIG_MACH_MIOA701 is not set | ||
195 | # CONFIG_MACH_PCM027 is not set | ||
196 | # CONFIG_ARCH_PXA_PALM is not set | ||
197 | # CONFIG_PXA_EZX is not set | ||
198 | CONFIG_PXA27x=y | ||
199 | CONFIG_PXA_SSP=y | ||
200 | # CONFIG_PXA_PWM is not set | ||
201 | |||
202 | # | ||
203 | # Processor Type | ||
204 | # | ||
205 | CONFIG_CPU_32=y | ||
206 | CONFIG_CPU_XSCALE=y | ||
207 | CONFIG_CPU_32v5=y | ||
208 | CONFIG_CPU_ABRT_EV5T=y | ||
209 | CONFIG_CPU_PABRT_NOIFAR=y | ||
210 | CONFIG_CPU_CACHE_VIVT=y | ||
211 | CONFIG_CPU_TLB_V4WBI=y | ||
212 | CONFIG_CPU_CP15=y | ||
213 | CONFIG_CPU_CP15_MMU=y | ||
214 | |||
215 | # | ||
216 | # Processor Features | ||
217 | # | ||
218 | CONFIG_ARM_THUMB=y | ||
219 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
220 | # CONFIG_OUTER_CACHE is not set | ||
221 | CONFIG_IWMMXT=y | ||
222 | CONFIG_XSCALE_PMU=y | ||
223 | CONFIG_COMMON_CLKDEV=y | ||
224 | |||
225 | # | ||
226 | # Bus support | ||
227 | # | ||
228 | # CONFIG_PCI_SYSCALL is not set | ||
229 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
230 | # CONFIG_PCCARD is not set | ||
231 | |||
232 | # | ||
233 | # Kernel Features | ||
234 | # | ||
235 | CONFIG_TICK_ONESHOT=y | ||
236 | CONFIG_NO_HZ=y | ||
237 | # CONFIG_HIGH_RES_TIMERS is not set | ||
238 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
239 | CONFIG_VMSPLIT_3G=y | ||
240 | # CONFIG_VMSPLIT_2G is not set | ||
241 | # CONFIG_VMSPLIT_1G is not set | ||
242 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
243 | # CONFIG_PREEMPT is not set | ||
244 | CONFIG_HZ=100 | ||
245 | CONFIG_AEABI=y | ||
246 | CONFIG_OABI_COMPAT=y | ||
247 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
248 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
249 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
250 | CONFIG_SELECT_MEMORY_MODEL=y | ||
251 | CONFIG_FLATMEM_MANUAL=y | ||
252 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
253 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
254 | CONFIG_FLATMEM=y | ||
255 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
256 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
257 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
258 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
259 | CONFIG_ZONE_DMA_FLAG=0 | ||
260 | CONFIG_VIRT_TO_BUS=y | ||
261 | CONFIG_UNEVICTABLE_LRU=y | ||
262 | CONFIG_ALIGNMENT_TRAP=y | ||
263 | |||
264 | # | ||
265 | # Boot options | ||
266 | # | ||
267 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
268 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
269 | CONFIG_CMDLINE="root=1f03 mem=32M" | ||
270 | # CONFIG_XIP_KERNEL is not set | ||
271 | # CONFIG_KEXEC is not set | ||
272 | |||
273 | # | ||
274 | # CPU Power Management | ||
275 | # | ||
276 | CONFIG_CPU_FREQ=y | ||
277 | CONFIG_CPU_FREQ_TABLE=y | ||
278 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
279 | CONFIG_CPU_FREQ_STAT=y | ||
280 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
281 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
282 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
283 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
284 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
285 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
286 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
287 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
288 | CONFIG_CPU_FREQ_GOV_USERSPACE=m | ||
289 | # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set | ||
290 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
291 | # CONFIG_CPU_IDLE is not set | ||
292 | |||
293 | # | ||
294 | # Floating point emulation | ||
295 | # | ||
296 | |||
297 | # | ||
298 | # At least one emulation must be selected | ||
299 | # | ||
300 | CONFIG_FPE_NWFPE=y | ||
301 | # CONFIG_FPE_NWFPE_XP is not set | ||
302 | # CONFIG_FPE_FASTFPE is not set | ||
303 | |||
304 | # | ||
305 | # Userspace binary formats | ||
306 | # | ||
307 | CONFIG_BINFMT_ELF=y | ||
308 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
309 | CONFIG_HAVE_AOUT=y | ||
310 | # CONFIG_BINFMT_AOUT is not set | ||
311 | # CONFIG_BINFMT_MISC is not set | ||
312 | |||
313 | # | ||
314 | # Power management options | ||
315 | # | ||
316 | CONFIG_PM=y | ||
317 | # CONFIG_PM_DEBUG is not set | ||
318 | CONFIG_PM_SLEEP=y | ||
319 | CONFIG_SUSPEND=y | ||
320 | CONFIG_SUSPEND_FREEZER=y | ||
321 | CONFIG_APM_EMULATION=y | ||
322 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
323 | CONFIG_NET=y | ||
324 | |||
325 | # | ||
326 | # Networking options | ||
327 | # | ||
328 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
329 | CONFIG_PACKET=y | ||
330 | CONFIG_PACKET_MMAP=y | ||
331 | CONFIG_UNIX=y | ||
332 | CONFIG_XFRM=y | ||
333 | # CONFIG_XFRM_USER is not set | ||
334 | # CONFIG_XFRM_SUB_POLICY is not set | ||
335 | # CONFIG_XFRM_MIGRATE is not set | ||
336 | # CONFIG_XFRM_STATISTICS is not set | ||
337 | # CONFIG_NET_KEY is not set | ||
338 | CONFIG_INET=y | ||
339 | CONFIG_IP_MULTICAST=y | ||
340 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
341 | CONFIG_IP_FIB_HASH=y | ||
342 | CONFIG_IP_PNP=y | ||
343 | CONFIG_IP_PNP_DHCP=y | ||
344 | CONFIG_IP_PNP_BOOTP=y | ||
345 | # CONFIG_IP_PNP_RARP is not set | ||
346 | # CONFIG_NET_IPIP is not set | ||
347 | # CONFIG_NET_IPGRE is not set | ||
348 | # CONFIG_IP_MROUTE is not set | ||
349 | # CONFIG_ARPD is not set | ||
350 | # CONFIG_SYN_COOKIES is not set | ||
351 | # CONFIG_INET_AH is not set | ||
352 | # CONFIG_INET_ESP is not set | ||
353 | # CONFIG_INET_IPCOMP is not set | ||
354 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
355 | # CONFIG_INET_TUNNEL is not set | ||
356 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
357 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
358 | CONFIG_INET_XFRM_MODE_BEET=y | ||
359 | # CONFIG_INET_LRO is not set | ||
360 | # CONFIG_INET_DIAG is not set | ||
361 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
362 | CONFIG_TCP_CONG_CUBIC=y | ||
363 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
364 | # CONFIG_TCP_MD5SIG is not set | ||
365 | # CONFIG_IPV6 is not set | ||
366 | # CONFIG_NETWORK_SECMARK is not set | ||
367 | # CONFIG_NETFILTER is not set | ||
368 | # CONFIG_IP_DCCP is not set | ||
369 | # CONFIG_IP_SCTP is not set | ||
370 | # CONFIG_TIPC is not set | ||
371 | # CONFIG_ATM is not set | ||
372 | # CONFIG_BRIDGE is not set | ||
373 | # CONFIG_NET_DSA is not set | ||
374 | # CONFIG_VLAN_8021Q is not set | ||
375 | # CONFIG_DECNET is not set | ||
376 | # CONFIG_LLC2 is not set | ||
377 | # CONFIG_IPX is not set | ||
378 | # CONFIG_ATALK is not set | ||
379 | # CONFIG_X25 is not set | ||
380 | # CONFIG_LAPB is not set | ||
381 | # CONFIG_ECONET is not set | ||
382 | # CONFIG_WAN_ROUTER is not set | ||
383 | # CONFIG_NET_SCHED is not set | ||
384 | # CONFIG_DCB is not set | ||
385 | |||
386 | # | ||
387 | # Network testing | ||
388 | # | ||
389 | # CONFIG_NET_PKTGEN is not set | ||
390 | # CONFIG_HAMRADIO is not set | ||
391 | # CONFIG_CAN is not set | ||
392 | # CONFIG_IRDA is not set | ||
393 | CONFIG_BT=m | ||
394 | CONFIG_BT_L2CAP=m | ||
395 | CONFIG_BT_SCO=m | ||
396 | CONFIG_BT_RFCOMM=m | ||
397 | # CONFIG_BT_RFCOMM_TTY is not set | ||
398 | CONFIG_BT_BNEP=m | ||
399 | # CONFIG_BT_BNEP_MC_FILTER is not set | ||
400 | # CONFIG_BT_BNEP_PROTO_FILTER is not set | ||
401 | CONFIG_BT_HIDP=m | ||
402 | |||
403 | # | ||
404 | # Bluetooth device drivers | ||
405 | # | ||
406 | CONFIG_BT_HCIBTUSB=m | ||
407 | # CONFIG_BT_HCIBTSDIO is not set | ||
408 | # CONFIG_BT_HCIUART is not set | ||
409 | # CONFIG_BT_HCIBCM203X is not set | ||
410 | # CONFIG_BT_HCIBPA10X is not set | ||
411 | # CONFIG_BT_HCIBFUSB is not set | ||
412 | # CONFIG_BT_HCIVHCI is not set | ||
413 | # CONFIG_AF_RXRPC is not set | ||
414 | # CONFIG_PHONET is not set | ||
415 | CONFIG_WIRELESS=y | ||
416 | # CONFIG_CFG80211 is not set | ||
417 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
418 | CONFIG_WIRELESS_EXT=y | ||
419 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
420 | CONFIG_LIB80211=m | ||
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=m | ||
437 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
438 | CONFIG_EXTRA_FIRMWARE="" | ||
439 | # CONFIG_DEBUG_DRIVER is not set | ||
440 | # CONFIG_DEBUG_DEVRES is not set | ||
441 | # CONFIG_SYS_HYPERVISOR is not set | ||
442 | # CONFIG_CONNECTOR is not set | ||
443 | CONFIG_MTD=y | ||
444 | # CONFIG_MTD_DEBUG is not set | ||
445 | # CONFIG_MTD_CONCAT is not set | ||
446 | CONFIG_MTD_PARTITIONS=y | ||
447 | # CONFIG_MTD_TESTS is not set | ||
448 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
449 | CONFIG_MTD_CMDLINE_PARTS=y | ||
450 | # CONFIG_MTD_AFS_PARTS is not set | ||
451 | # CONFIG_MTD_AR7_PARTS is not set | ||
452 | |||
453 | # | ||
454 | # User Modules And Translation Layers | ||
455 | # | ||
456 | CONFIG_MTD_CHAR=y | ||
457 | CONFIG_MTD_BLKDEVS=y | ||
458 | CONFIG_MTD_BLOCK=y | ||
459 | # CONFIG_FTL is not set | ||
460 | # CONFIG_NFTL is not set | ||
461 | # CONFIG_INFTL is not set | ||
462 | # CONFIG_RFD_FTL is not set | ||
463 | # CONFIG_SSFDC is not set | ||
464 | # CONFIG_MTD_OOPS is not set | ||
465 | |||
466 | # | ||
467 | # RAM/ROM/Flash chip drivers | ||
468 | # | ||
469 | CONFIG_MTD_CFI=y | ||
470 | CONFIG_MTD_JEDECPROBE=y | ||
471 | CONFIG_MTD_GEN_PROBE=y | ||
472 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
473 | CONFIG_MTD_CFI_NOSWAP=y | ||
474 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
475 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
476 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
477 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
478 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
479 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
480 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
481 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
482 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
483 | CONFIG_MTD_CFI_I1=y | ||
484 | CONFIG_MTD_CFI_I2=y | ||
485 | # CONFIG_MTD_CFI_I4 is not set | ||
486 | # CONFIG_MTD_CFI_I8 is not set | ||
487 | # CONFIG_MTD_OTP is not set | ||
488 | CONFIG_MTD_CFI_INTELEXT=y | ||
489 | CONFIG_MTD_CFI_AMDSTD=y | ||
490 | CONFIG_MTD_CFI_STAA=y | ||
491 | CONFIG_MTD_CFI_UTIL=y | ||
492 | # CONFIG_MTD_RAM is not set | ||
493 | # CONFIG_MTD_ROM is not set | ||
494 | # CONFIG_MTD_ABSENT is not set | ||
495 | # CONFIG_MTD_XIP is not set | ||
496 | |||
497 | # | ||
498 | # Mapping drivers for chip access | ||
499 | # | ||
500 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
501 | CONFIG_MTD_PHYSMAP=y | ||
502 | # CONFIG_MTD_PHYSMAP_COMPAT is not set | ||
503 | CONFIG_MTD_PXA2XX=y | ||
504 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
505 | # CONFIG_MTD_IMPA7 is not set | ||
506 | # CONFIG_MTD_SHARP_SL is not set | ||
507 | # CONFIG_MTD_PLATRAM is not set | ||
508 | |||
509 | # | ||
510 | # Self-contained MTD device drivers | ||
511 | # | ||
512 | # CONFIG_MTD_DATAFLASH is not set | ||
513 | # CONFIG_MTD_M25P80 is not set | ||
514 | # CONFIG_MTD_SLRAM is not set | ||
515 | # CONFIG_MTD_PHRAM is not set | ||
516 | # CONFIG_MTD_MTDRAM is not set | ||
517 | # CONFIG_MTD_BLOCK2MTD is not set | ||
518 | |||
519 | # | ||
520 | # Disk-On-Chip Device Drivers | ||
521 | # | ||
522 | # CONFIG_MTD_DOC2000 is not set | ||
523 | # CONFIG_MTD_DOC2001 is not set | ||
524 | # CONFIG_MTD_DOC2001PLUS is not set | ||
525 | CONFIG_MTD_NAND=y | ||
526 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
527 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
528 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
529 | # CONFIG_MTD_NAND_H1900 is not set | ||
530 | # CONFIG_MTD_NAND_GPIO is not set | ||
531 | CONFIG_MTD_NAND_IDS=y | ||
532 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
533 | # CONFIG_MTD_NAND_SHARPSL is not set | ||
534 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
535 | CONFIG_MTD_NAND_PLATFORM=y | ||
536 | # CONFIG_MTD_ALAUDA is not set | ||
537 | # CONFIG_MTD_ONENAND is not set | ||
538 | |||
539 | # | ||
540 | # LPDDR flash memory drivers | ||
541 | # | ||
542 | # CONFIG_MTD_LPDDR is not set | ||
543 | # CONFIG_MTD_QINFO_PROBE is not set | ||
544 | |||
545 | # | ||
546 | # UBI - Unsorted block images | ||
547 | # | ||
548 | # CONFIG_MTD_UBI is not set | ||
549 | # CONFIG_PARPORT is not set | ||
550 | CONFIG_BLK_DEV=y | ||
551 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
552 | CONFIG_BLK_DEV_LOOP=y | ||
553 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
554 | # CONFIG_BLK_DEV_NBD is not set | ||
555 | # CONFIG_BLK_DEV_UB is not set | ||
556 | CONFIG_BLK_DEV_RAM=y | ||
557 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
558 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
559 | # CONFIG_BLK_DEV_XIP is not set | ||
560 | # CONFIG_CDROM_PKTCDVD is not set | ||
561 | # CONFIG_ATA_OVER_ETH is not set | ||
562 | # CONFIG_MISC_DEVICES is not set | ||
563 | CONFIG_HAVE_IDE=y | ||
564 | # CONFIG_IDE is not set | ||
565 | |||
566 | # | ||
567 | # SCSI device support | ||
568 | # | ||
569 | # CONFIG_RAID_ATTRS is not set | ||
570 | CONFIG_SCSI=y | ||
571 | CONFIG_SCSI_DMA=y | ||
572 | # CONFIG_SCSI_TGT is not set | ||
573 | # CONFIG_SCSI_NETLINK is not set | ||
574 | CONFIG_SCSI_PROC_FS=y | ||
575 | |||
576 | # | ||
577 | # SCSI support type (disk, tape, CD-ROM) | ||
578 | # | ||
579 | CONFIG_BLK_DEV_SD=y | ||
580 | # CONFIG_CHR_DEV_ST is not set | ||
581 | # CONFIG_CHR_DEV_OSST is not set | ||
582 | # CONFIG_BLK_DEV_SR is not set | ||
583 | # CONFIG_CHR_DEV_SG is not set | ||
584 | # CONFIG_CHR_DEV_SCH is not set | ||
585 | |||
586 | # | ||
587 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
588 | # | ||
589 | # CONFIG_SCSI_MULTI_LUN is not set | ||
590 | # CONFIG_SCSI_CONSTANTS is not set | ||
591 | # CONFIG_SCSI_LOGGING is not set | ||
592 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
593 | CONFIG_SCSI_WAIT_SCAN=m | ||
594 | |||
595 | # | ||
596 | # SCSI Transports | ||
597 | # | ||
598 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
599 | # CONFIG_SCSI_FC_ATTRS is not set | ||
600 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
601 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
602 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
603 | # CONFIG_SCSI_LOWLEVEL is not set | ||
604 | # CONFIG_SCSI_DH is not set | ||
605 | # CONFIG_ATA is not set | ||
606 | # CONFIG_MD is not set | ||
607 | CONFIG_NETDEVICES=y | ||
608 | # CONFIG_DUMMY is not set | ||
609 | # CONFIG_BONDING is not set | ||
610 | # CONFIG_MACVLAN is not set | ||
611 | # CONFIG_EQUALIZER is not set | ||
612 | # CONFIG_TUN is not set | ||
613 | # CONFIG_VETH is not set | ||
614 | # CONFIG_PHYLIB is not set | ||
615 | CONFIG_NET_ETHERNET=y | ||
616 | CONFIG_MII=y | ||
617 | # CONFIG_AX88796 is not set | ||
618 | # CONFIG_SMC91X is not set | ||
619 | CONFIG_DM9000=y | ||
620 | CONFIG_DM9000_DEBUGLEVEL=1 | ||
621 | # CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set | ||
622 | # CONFIG_ENC28J60 is not set | ||
623 | # CONFIG_SMC911X is not set | ||
624 | # CONFIG_SMSC911X is not set | ||
625 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
626 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
627 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
628 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
629 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
630 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
631 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
632 | # CONFIG_B44 is not set | ||
633 | # CONFIG_NETDEV_1000 is not set | ||
634 | # CONFIG_NETDEV_10000 is not set | ||
635 | |||
636 | # | ||
637 | # Wireless LAN | ||
638 | # | ||
639 | # CONFIG_WLAN_PRE80211 is not set | ||
640 | CONFIG_WLAN_80211=y | ||
641 | CONFIG_LIBERTAS=m | ||
642 | # CONFIG_LIBERTAS_USB is not set | ||
643 | CONFIG_LIBERTAS_SDIO=m | ||
644 | # CONFIG_LIBERTAS_DEBUG is not set | ||
645 | # CONFIG_USB_ZD1201 is not set | ||
646 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
647 | # CONFIG_IWLWIFI_LEDS is not set | ||
648 | # CONFIG_HOSTAP is not set | ||
649 | |||
650 | # | ||
651 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
652 | # | ||
653 | |||
654 | # | ||
655 | # USB Network Adapters | ||
656 | # | ||
657 | # CONFIG_USB_CATC is not set | ||
658 | # CONFIG_USB_KAWETH is not set | ||
659 | # CONFIG_USB_PEGASUS is not set | ||
660 | # CONFIG_USB_RTL8150 is not set | ||
661 | # CONFIG_USB_USBNET is not set | ||
662 | # CONFIG_WAN is not set | ||
663 | CONFIG_PPP=m | ||
664 | CONFIG_PPP_MULTILINK=y | ||
665 | CONFIG_PPP_FILTER=y | ||
666 | CONFIG_PPP_ASYNC=m | ||
667 | # CONFIG_PPP_SYNC_TTY is not set | ||
668 | CONFIG_PPP_DEFLATE=m | ||
669 | CONFIG_PPP_BSDCOMP=m | ||
670 | # CONFIG_PPP_MPPE is not set | ||
671 | # CONFIG_PPPOE is not set | ||
672 | # CONFIG_PPPOL2TP is not set | ||
673 | # CONFIG_SLIP is not set | ||
674 | CONFIG_SLHC=m | ||
675 | # CONFIG_NETCONSOLE is not set | ||
676 | # CONFIG_NETPOLL is not set | ||
677 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
678 | # CONFIG_ISDN is not set | ||
679 | |||
680 | # | ||
681 | # Input device support | ||
682 | # | ||
683 | CONFIG_INPUT=y | ||
684 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
685 | # CONFIG_INPUT_POLLDEV is not set | ||
686 | |||
687 | # | ||
688 | # Userland interfaces | ||
689 | # | ||
690 | CONFIG_INPUT_MOUSEDEV=y | ||
691 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
692 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
693 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
694 | # CONFIG_INPUT_JOYDEV is not set | ||
695 | CONFIG_INPUT_EVDEV=y | ||
696 | # CONFIG_INPUT_EVBUG is not set | ||
697 | CONFIG_INPUT_APMPOWER=y | ||
698 | |||
699 | # | ||
700 | # Input Device Drivers | ||
701 | # | ||
702 | CONFIG_INPUT_KEYBOARD=y | ||
703 | CONFIG_KEYBOARD_ATKBD=y | ||
704 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
705 | # CONFIG_KEYBOARD_LKKBD is not set | ||
706 | # CONFIG_KEYBOARD_XTKBD is not set | ||
707 | # CONFIG_KEYBOARD_NEWTON is not set | ||
708 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
709 | CONFIG_KEYBOARD_PXA27x=y | ||
710 | CONFIG_KEYBOARD_GPIO=y | ||
711 | # CONFIG_INPUT_MOUSE is not set | ||
712 | # CONFIG_INPUT_JOYSTICK is not set | ||
713 | # CONFIG_INPUT_TABLET is not set | ||
714 | CONFIG_INPUT_TOUCHSCREEN=y | ||
715 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
716 | # CONFIG_TOUCHSCREEN_DA9034 is not set | ||
717 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
718 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
719 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
720 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
721 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
722 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
723 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
724 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
725 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
726 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
727 | CONFIG_TOUCHSCREEN_WM97XX=m | ||
728 | # CONFIG_TOUCHSCREEN_WM9705 is not set | ||
729 | CONFIG_TOUCHSCREEN_WM9712=y | ||
730 | # CONFIG_TOUCHSCREEN_WM9713 is not set | ||
731 | # CONFIG_TOUCHSCREEN_WM97XX_MAINSTONE is not set | ||
732 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
733 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
734 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
735 | # CONFIG_INPUT_MISC is not set | ||
736 | |||
737 | # | ||
738 | # Hardware I/O ports | ||
739 | # | ||
740 | CONFIG_SERIO=y | ||
741 | # CONFIG_SERIO_SERPORT is not set | ||
742 | CONFIG_SERIO_LIBPS2=y | ||
743 | # CONFIG_SERIO_RAW is not set | ||
744 | # CONFIG_GAMEPORT is not set | ||
745 | |||
746 | # | ||
747 | # Character devices | ||
748 | # | ||
749 | CONFIG_VT=y | ||
750 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
751 | CONFIG_VT_CONSOLE=y | ||
752 | CONFIG_HW_CONSOLE=y | ||
753 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
754 | CONFIG_DEVKMEM=y | ||
755 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
756 | |||
757 | # | ||
758 | # Serial drivers | ||
759 | # | ||
760 | # CONFIG_SERIAL_8250 is not set | ||
761 | |||
762 | # | ||
763 | # Non-8250 serial port support | ||
764 | # | ||
765 | CONFIG_SERIAL_PXA=y | ||
766 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
767 | CONFIG_SERIAL_CORE=y | ||
768 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
769 | CONFIG_UNIX98_PTYS=y | ||
770 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
771 | CONFIG_LEGACY_PTYS=y | ||
772 | CONFIG_LEGACY_PTY_COUNT=16 | ||
773 | # CONFIG_IPMI_HANDLER is not set | ||
774 | # CONFIG_HW_RANDOM is not set | ||
775 | # CONFIG_NVRAM is not set | ||
776 | # CONFIG_R3964 is not set | ||
777 | # CONFIG_RAW_DRIVER is not set | ||
778 | # CONFIG_TCG_TPM is not set | ||
779 | CONFIG_I2C=y | ||
780 | CONFIG_I2C_BOARDINFO=y | ||
781 | CONFIG_I2C_CHARDEV=m | ||
782 | CONFIG_I2C_HELPER_AUTO=y | ||
783 | |||
784 | # | ||
785 | # I2C Hardware Bus support | ||
786 | # | ||
787 | |||
788 | # | ||
789 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
790 | # | ||
791 | # CONFIG_I2C_GPIO is not set | ||
792 | # CONFIG_I2C_OCORES is not set | ||
793 | CONFIG_I2C_PXA=y | ||
794 | # CONFIG_I2C_PXA_SLAVE is not set | ||
795 | # CONFIG_I2C_SIMTEC is not set | ||
796 | |||
797 | # | ||
798 | # External I2C/SMBus adapter drivers | ||
799 | # | ||
800 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
801 | # CONFIG_I2C_TAOS_EVM is not set | ||
802 | # CONFIG_I2C_TINY_USB is not set | ||
803 | |||
804 | # | ||
805 | # Other I2C/SMBus bus drivers | ||
806 | # | ||
807 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
808 | # CONFIG_I2C_STUB is not set | ||
809 | |||
810 | # | ||
811 | # Miscellaneous I2C Chip support | ||
812 | # | ||
813 | # CONFIG_DS1682 is not set | ||
814 | # CONFIG_EEPROM_AT24 is not set | ||
815 | # CONFIG_EEPROM_LEGACY is not set | ||
816 | # CONFIG_SENSORS_PCF8574 is not set | ||
817 | # CONFIG_PCF8575 is not set | ||
818 | # CONFIG_SENSORS_PCA9539 is not set | ||
819 | # CONFIG_SENSORS_PCF8591 is not set | ||
820 | # CONFIG_SENSORS_MAX6875 is not set | ||
821 | # CONFIG_SENSORS_TSL2550 is not set | ||
822 | # CONFIG_I2C_DEBUG_CORE is not set | ||
823 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
824 | # CONFIG_I2C_DEBUG_BUS is not set | ||
825 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
826 | CONFIG_SPI=y | ||
827 | # CONFIG_SPI_DEBUG is not set | ||
828 | CONFIG_SPI_MASTER=y | ||
829 | |||
830 | # | ||
831 | # SPI Master Controller Drivers | ||
832 | # | ||
833 | # CONFIG_SPI_BITBANG is not set | ||
834 | # CONFIG_SPI_GPIO is not set | ||
835 | CONFIG_SPI_PXA2XX=y | ||
836 | |||
837 | # | ||
838 | # SPI Protocol Masters | ||
839 | # | ||
840 | # CONFIG_SPI_AT25 is not set | ||
841 | # CONFIG_SPI_SPIDEV is not set | ||
842 | # CONFIG_SPI_TLE62X0 is not set | ||
843 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
844 | CONFIG_GPIOLIB=y | ||
845 | # CONFIG_DEBUG_GPIO is not set | ||
846 | # CONFIG_GPIO_SYSFS is not set | ||
847 | |||
848 | # | ||
849 | # Memory mapped GPIO expanders: | ||
850 | # | ||
851 | |||
852 | # | ||
853 | # I2C GPIO expanders: | ||
854 | # | ||
855 | # CONFIG_GPIO_MAX732X is not set | ||
856 | # CONFIG_GPIO_PCA953X is not set | ||
857 | # CONFIG_GPIO_PCF857X is not set | ||
858 | |||
859 | # | ||
860 | # PCI GPIO expanders: | ||
861 | # | ||
862 | |||
863 | # | ||
864 | # SPI GPIO expanders: | ||
865 | # | ||
866 | # CONFIG_GPIO_MAX7301 is not set | ||
867 | # CONFIG_GPIO_MCP23S08 is not set | ||
868 | # CONFIG_W1 is not set | ||
869 | CONFIG_POWER_SUPPLY=y | ||
870 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
871 | # CONFIG_PDA_POWER is not set | ||
872 | # CONFIG_APM_POWER is not set | ||
873 | # CONFIG_BATTERY_DS2760 is not set | ||
874 | # CONFIG_BATTERY_BQ27x00 is not set | ||
875 | CONFIG_BATTERY_DA9030=y | ||
876 | # CONFIG_HWMON is not set | ||
877 | # CONFIG_THERMAL is not set | ||
878 | # CONFIG_THERMAL_HWMON is not set | ||
879 | # CONFIG_WATCHDOG is not set | ||
880 | CONFIG_SSB_POSSIBLE=y | ||
881 | |||
882 | # | ||
883 | # Sonics Silicon Backplane | ||
884 | # | ||
885 | # CONFIG_SSB is not set | ||
886 | |||
887 | # | ||
888 | # Multifunction device drivers | ||
889 | # | ||
890 | # CONFIG_MFD_CORE is not set | ||
891 | # CONFIG_MFD_SM501 is not set | ||
892 | # CONFIG_MFD_ASIC3 is not set | ||
893 | # CONFIG_HTC_EGPIO is not set | ||
894 | # CONFIG_HTC_PASIC3 is not set | ||
895 | # CONFIG_UCB1400_CORE is not set | ||
896 | # CONFIG_TPS65010 is not set | ||
897 | # CONFIG_TWL4030_CORE is not set | ||
898 | # CONFIG_MFD_TMIO is not set | ||
899 | # CONFIG_MFD_T7L66XB is not set | ||
900 | # CONFIG_MFD_TC6387XB is not set | ||
901 | # CONFIG_MFD_TC6393XB is not set | ||
902 | CONFIG_PMIC_DA903X=y | ||
903 | # CONFIG_MFD_WM8400 is not set | ||
904 | # CONFIG_MFD_WM8350_I2C is not set | ||
905 | # CONFIG_MFD_PCF50633 is not set | ||
906 | |||
907 | # | ||
908 | # Multimedia devices | ||
909 | # | ||
910 | |||
911 | # | ||
912 | # Multimedia core support | ||
913 | # | ||
914 | CONFIG_VIDEO_DEV=m | ||
915 | CONFIG_VIDEO_V4L2_COMMON=m | ||
916 | # CONFIG_VIDEO_ALLOW_V4L1 is not set | ||
917 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
918 | # CONFIG_DVB_CORE is not set | ||
919 | CONFIG_VIDEO_MEDIA=m | ||
920 | |||
921 | # | ||
922 | # Multimedia drivers | ||
923 | # | ||
924 | # CONFIG_MEDIA_ATTACH is not set | ||
925 | CONFIG_MEDIA_TUNER=m | ||
926 | CONFIG_MEDIA_TUNER_CUSTOMIZE=y | ||
927 | # CONFIG_MEDIA_TUNER_SIMPLE is not set | ||
928 | # CONFIG_MEDIA_TUNER_TDA8290 is not set | ||
929 | # CONFIG_MEDIA_TUNER_TDA827X is not set | ||
930 | # CONFIG_MEDIA_TUNER_TDA18271 is not set | ||
931 | # CONFIG_MEDIA_TUNER_TDA9887 is not set | ||
932 | # CONFIG_MEDIA_TUNER_TEA5761 is not set | ||
933 | # CONFIG_MEDIA_TUNER_TEA5767 is not set | ||
934 | # CONFIG_MEDIA_TUNER_MT20XX is not set | ||
935 | # CONFIG_MEDIA_TUNER_MT2060 is not set | ||
936 | # CONFIG_MEDIA_TUNER_MT2266 is not set | ||
937 | # CONFIG_MEDIA_TUNER_MT2131 is not set | ||
938 | # CONFIG_MEDIA_TUNER_QT1010 is not set | ||
939 | # CONFIG_MEDIA_TUNER_XC2028 is not set | ||
940 | # CONFIG_MEDIA_TUNER_XC5000 is not set | ||
941 | # CONFIG_MEDIA_TUNER_MXL5005S is not set | ||
942 | # CONFIG_MEDIA_TUNER_MXL5007T is not set | ||
943 | CONFIG_VIDEO_V4L2=m | ||
944 | CONFIG_VIDEOBUF_GEN=m | ||
945 | CONFIG_VIDEOBUF_DMA_SG=m | ||
946 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
947 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
948 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
949 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
950 | |||
951 | # | ||
952 | # Encoders/decoders and other helper chips | ||
953 | # | ||
954 | |||
955 | # | ||
956 | # Audio decoders | ||
957 | # | ||
958 | # CONFIG_VIDEO_TVAUDIO is not set | ||
959 | # CONFIG_VIDEO_TDA7432 is not set | ||
960 | # CONFIG_VIDEO_TDA9840 is not set | ||
961 | # CONFIG_VIDEO_TDA9875 is not set | ||
962 | # CONFIG_VIDEO_TEA6415C is not set | ||
963 | # CONFIG_VIDEO_TEA6420 is not set | ||
964 | # CONFIG_VIDEO_MSP3400 is not set | ||
965 | # CONFIG_VIDEO_CS5345 is not set | ||
966 | # CONFIG_VIDEO_CS53L32A is not set | ||
967 | # CONFIG_VIDEO_M52790 is not set | ||
968 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
969 | # CONFIG_VIDEO_WM8775 is not set | ||
970 | # CONFIG_VIDEO_WM8739 is not set | ||
971 | # CONFIG_VIDEO_VP27SMPX is not set | ||
972 | |||
973 | # | ||
974 | # Video decoders | ||
975 | # | ||
976 | # CONFIG_VIDEO_OV7670 is not set | ||
977 | # CONFIG_VIDEO_TCM825X is not set | ||
978 | # CONFIG_VIDEO_SAA711X is not set | ||
979 | # CONFIG_VIDEO_SAA717X is not set | ||
980 | # CONFIG_VIDEO_TVP514X is not set | ||
981 | # CONFIG_VIDEO_TVP5150 is not set | ||
982 | |||
983 | # | ||
984 | # Video and audio decoders | ||
985 | # | ||
986 | # CONFIG_VIDEO_CX25840 is not set | ||
987 | |||
988 | # | ||
989 | # MPEG video encoders | ||
990 | # | ||
991 | # CONFIG_VIDEO_CX2341X is not set | ||
992 | |||
993 | # | ||
994 | # Video encoders | ||
995 | # | ||
996 | # CONFIG_VIDEO_SAA7127 is not set | ||
997 | |||
998 | # | ||
999 | # Video improvement chips | ||
1000 | # | ||
1001 | # CONFIG_VIDEO_UPD64031A is not set | ||
1002 | # CONFIG_VIDEO_UPD64083 is not set | ||
1003 | # CONFIG_VIDEO_VIVI is not set | ||
1004 | # CONFIG_VIDEO_SAA5246A is not set | ||
1005 | # CONFIG_VIDEO_SAA5249 is not set | ||
1006 | CONFIG_SOC_CAMERA=m | ||
1007 | # CONFIG_SOC_CAMERA_MT9M001 is not set | ||
1008 | CONFIG_SOC_CAMERA_MT9M111=m | ||
1009 | # CONFIG_SOC_CAMERA_MT9T031 is not set | ||
1010 | # CONFIG_SOC_CAMERA_MT9V022 is not set | ||
1011 | # CONFIG_SOC_CAMERA_TW9910 is not set | ||
1012 | # CONFIG_SOC_CAMERA_PLATFORM is not set | ||
1013 | # CONFIG_SOC_CAMERA_OV772X is not set | ||
1014 | CONFIG_VIDEO_PXA27x=m | ||
1015 | # CONFIG_VIDEO_SH_MOBILE_CEU is not set | ||
1016 | # CONFIG_V4L_USB_DRIVERS is not set | ||
1017 | # CONFIG_RADIO_ADAPTERS is not set | ||
1018 | # CONFIG_DAB is not set | ||
1019 | |||
1020 | # | ||
1021 | # Graphics support | ||
1022 | # | ||
1023 | # CONFIG_VGASTATE is not set | ||
1024 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1025 | CONFIG_FB=y | ||
1026 | # CONFIG_FIRMWARE_EDID is not set | ||
1027 | # CONFIG_FB_DDC is not set | ||
1028 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1029 | CONFIG_FB_CFB_FILLRECT=y | ||
1030 | CONFIG_FB_CFB_COPYAREA=y | ||
1031 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1032 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1033 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1034 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1035 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1036 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1037 | # CONFIG_FB_SYS_FOPS is not set | ||
1038 | # CONFIG_FB_SVGALIB is not set | ||
1039 | # CONFIG_FB_MACMODES is not set | ||
1040 | # CONFIG_FB_BACKLIGHT is not set | ||
1041 | # CONFIG_FB_MODE_HELPERS is not set | ||
1042 | # CONFIG_FB_TILEBLITTING is not set | ||
1043 | |||
1044 | # | ||
1045 | # Frame buffer hardware drivers | ||
1046 | # | ||
1047 | # CONFIG_FB_S1D13XXX is not set | ||
1048 | CONFIG_FB_PXA=y | ||
1049 | # CONFIG_FB_PXA_OVERLAY is not set | ||
1050 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
1051 | CONFIG_FB_PXA_PARAMETERS=y | ||
1052 | CONFIG_FB_MBX=m | ||
1053 | # CONFIG_FB_MBX_DEBUG is not set | ||
1054 | # CONFIG_FB_W100 is not set | ||
1055 | # CONFIG_FB_VIRTUAL is not set | ||
1056 | # CONFIG_FB_METRONOME is not set | ||
1057 | # CONFIG_FB_MB862XX is not set | ||
1058 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
1059 | CONFIG_LCD_CLASS_DEVICE=y | ||
1060 | # CONFIG_LCD_LTV350QV is not set | ||
1061 | # CONFIG_LCD_ILI9320 is not set | ||
1062 | CONFIG_LCD_TDO24M=y | ||
1063 | # CONFIG_LCD_VGG2432A4 is not set | ||
1064 | # CONFIG_LCD_PLATFORM is not set | ||
1065 | CONFIG_BACKLIGHT_CLASS_DEVICE=m | ||
1066 | # CONFIG_BACKLIGHT_GENERIC is not set | ||
1067 | CONFIG_BACKLIGHT_DA903X=m | ||
1068 | |||
1069 | # | ||
1070 | # Display device support | ||
1071 | # | ||
1072 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1073 | |||
1074 | # | ||
1075 | # Console display driver support | ||
1076 | # | ||
1077 | # CONFIG_VGA_CONSOLE is not set | ||
1078 | CONFIG_DUMMY_CONSOLE=y | ||
1079 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
1080 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
1081 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
1082 | # CONFIG_FONTS is not set | ||
1083 | CONFIG_FONT_8x8=y | ||
1084 | CONFIG_FONT_8x16=y | ||
1085 | CONFIG_LOGO=y | ||
1086 | CONFIG_LOGO_LINUX_MONO=y | ||
1087 | CONFIG_LOGO_LINUX_VGA16=y | ||
1088 | CONFIG_LOGO_LINUX_CLUT224=y | ||
1089 | CONFIG_SOUND=m | ||
1090 | CONFIG_SOUND_OSS_CORE=y | ||
1091 | CONFIG_SND=m | ||
1092 | CONFIG_SND_TIMER=m | ||
1093 | CONFIG_SND_PCM=m | ||
1094 | # CONFIG_SND_SEQUENCER is not set | ||
1095 | CONFIG_SND_OSSEMUL=y | ||
1096 | CONFIG_SND_MIXER_OSS=m | ||
1097 | CONFIG_SND_PCM_OSS=m | ||
1098 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1099 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1100 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1101 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1102 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1103 | # CONFIG_SND_DEBUG is not set | ||
1104 | CONFIG_SND_VMASTER=y | ||
1105 | CONFIG_SND_AC97_CODEC=m | ||
1106 | # CONFIG_SND_DRIVERS is not set | ||
1107 | CONFIG_SND_ARM=y | ||
1108 | CONFIG_SND_PXA2XX_LIB=m | ||
1109 | CONFIG_SND_PXA2XX_LIB_AC97=y | ||
1110 | # CONFIG_SND_PXA2XX_AC97 is not set | ||
1111 | # CONFIG_SND_SPI is not set | ||
1112 | # CONFIG_SND_USB is not set | ||
1113 | CONFIG_SND_SOC=m | ||
1114 | CONFIG_SND_SOC_AC97_BUS=y | ||
1115 | CONFIG_SND_PXA2XX_SOC=m | ||
1116 | CONFIG_SND_PXA2XX_SOC_AC97=m | ||
1117 | CONFIG_SND_PXA2XX_SOC_EM_X270=m | ||
1118 | CONFIG_SND_SOC_I2C_AND_SPI=m | ||
1119 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1120 | CONFIG_SND_SOC_WM9712=m | ||
1121 | # CONFIG_SOUND_PRIME is not set | ||
1122 | CONFIG_AC97_BUS=m | ||
1123 | CONFIG_HID_SUPPORT=y | ||
1124 | CONFIG_HID=y | ||
1125 | CONFIG_HID_DEBUG=y | ||
1126 | # CONFIG_HIDRAW is not set | ||
1127 | |||
1128 | # | ||
1129 | # USB Input Devices | ||
1130 | # | ||
1131 | CONFIG_USB_HID=y | ||
1132 | # CONFIG_HID_PID is not set | ||
1133 | # CONFIG_USB_HIDDEV is not set | ||
1134 | |||
1135 | # | ||
1136 | # Special HID drivers | ||
1137 | # | ||
1138 | CONFIG_HID_COMPAT=y | ||
1139 | CONFIG_HID_A4TECH=y | ||
1140 | CONFIG_HID_APPLE=y | ||
1141 | CONFIG_HID_BELKIN=y | ||
1142 | CONFIG_HID_CHERRY=y | ||
1143 | CONFIG_HID_CHICONY=y | ||
1144 | CONFIG_HID_CYPRESS=y | ||
1145 | CONFIG_HID_EZKEY=y | ||
1146 | CONFIG_HID_GYRATION=y | ||
1147 | CONFIG_HID_LOGITECH=y | ||
1148 | # CONFIG_LOGITECH_FF is not set | ||
1149 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1150 | CONFIG_HID_MICROSOFT=y | ||
1151 | CONFIG_HID_MONTEREY=y | ||
1152 | # CONFIG_HID_NTRIG is not set | ||
1153 | CONFIG_HID_PANTHERLORD=y | ||
1154 | # CONFIG_PANTHERLORD_FF is not set | ||
1155 | CONFIG_HID_PETALYNX=y | ||
1156 | CONFIG_HID_SAMSUNG=y | ||
1157 | CONFIG_HID_SONY=y | ||
1158 | CONFIG_HID_SUNPLUS=y | ||
1159 | # CONFIG_GREENASIA_FF is not set | ||
1160 | # CONFIG_HID_TOPSEED is not set | ||
1161 | # CONFIG_THRUSTMASTER_FF is not set | ||
1162 | # CONFIG_ZEROPLUS_FF is not set | ||
1163 | CONFIG_USB_SUPPORT=y | ||
1164 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1165 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1166 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1167 | CONFIG_USB=y | ||
1168 | # CONFIG_USB_DEBUG is not set | ||
1169 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
1170 | |||
1171 | # | ||
1172 | # Miscellaneous USB options | ||
1173 | # | ||
1174 | CONFIG_USB_DEVICEFS=y | ||
1175 | # CONFIG_USB_DEVICE_CLASS is not set | ||
1176 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1177 | # CONFIG_USB_SUSPEND is not set | ||
1178 | # CONFIG_USB_OTG is not set | ||
1179 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1180 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1181 | CONFIG_USB_MON=y | ||
1182 | # CONFIG_USB_WUSB is not set | ||
1183 | # CONFIG_USB_WUSB_CBAF is not set | ||
1184 | |||
1185 | # | ||
1186 | # USB Host Controller Drivers | ||
1187 | # | ||
1188 | # CONFIG_USB_C67X00_HCD is not set | ||
1189 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1190 | # CONFIG_USB_ISP116X_HCD is not set | ||
1191 | CONFIG_USB_OHCI_HCD=y | ||
1192 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1193 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1194 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1195 | # CONFIG_USB_SL811_HCD is not set | ||
1196 | # CONFIG_USB_R8A66597_HCD is not set | ||
1197 | # CONFIG_USB_HWA_HCD is not set | ||
1198 | # CONFIG_USB_MUSB_HDRC is not set | ||
1199 | |||
1200 | # | ||
1201 | # USB Device Class drivers | ||
1202 | # | ||
1203 | # CONFIG_USB_ACM is not set | ||
1204 | # CONFIG_USB_PRINTER is not set | ||
1205 | # CONFIG_USB_WDM is not set | ||
1206 | # CONFIG_USB_TMC is not set | ||
1207 | |||
1208 | # | ||
1209 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1210 | # | ||
1211 | |||
1212 | # | ||
1213 | # see USB_STORAGE Help for more information | ||
1214 | # | ||
1215 | CONFIG_USB_STORAGE=y | ||
1216 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1217 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1218 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1219 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1220 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1221 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1222 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1223 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1224 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1225 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1226 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1227 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1228 | # CONFIG_USB_LIBUSUAL is not set | ||
1229 | |||
1230 | # | ||
1231 | # USB Imaging devices | ||
1232 | # | ||
1233 | # CONFIG_USB_MDC800 is not set | ||
1234 | # CONFIG_USB_MICROTEK is not set | ||
1235 | |||
1236 | # | ||
1237 | # USB port drivers | ||
1238 | # | ||
1239 | # CONFIG_USB_SERIAL is not set | ||
1240 | |||
1241 | # | ||
1242 | # USB Miscellaneous drivers | ||
1243 | # | ||
1244 | # CONFIG_USB_EMI62 is not set | ||
1245 | # CONFIG_USB_EMI26 is not set | ||
1246 | # CONFIG_USB_ADUTUX is not set | ||
1247 | # CONFIG_USB_SEVSEG is not set | ||
1248 | # CONFIG_USB_RIO500 is not set | ||
1249 | # CONFIG_USB_LEGOTOWER is not set | ||
1250 | # CONFIG_USB_LCD is not set | ||
1251 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1252 | # CONFIG_USB_LED is not set | ||
1253 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1254 | # CONFIG_USB_CYTHERM is not set | ||
1255 | # CONFIG_USB_PHIDGET is not set | ||
1256 | # CONFIG_USB_IDMOUSE is not set | ||
1257 | # CONFIG_USB_FTDI_ELAN is not set | ||
1258 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1259 | # CONFIG_USB_LD is not set | ||
1260 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1261 | # CONFIG_USB_IOWARRIOR is not set | ||
1262 | # CONFIG_USB_TEST is not set | ||
1263 | # CONFIG_USB_ISIGHTFW is not set | ||
1264 | # CONFIG_USB_VST is not set | ||
1265 | # CONFIG_USB_GADGET is not set | ||
1266 | |||
1267 | # | ||
1268 | # OTG and related infrastructure | ||
1269 | # | ||
1270 | # CONFIG_USB_GPIO_VBUS is not set | ||
1271 | CONFIG_MMC=m | ||
1272 | # CONFIG_MMC_DEBUG is not set | ||
1273 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1274 | |||
1275 | # | ||
1276 | # MMC/SD/SDIO Card Drivers | ||
1277 | # | ||
1278 | CONFIG_MMC_BLOCK=m | ||
1279 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1280 | # CONFIG_SDIO_UART is not set | ||
1281 | # CONFIG_MMC_TEST is not set | ||
1282 | |||
1283 | # | ||
1284 | # MMC/SD/SDIO Host Controller Drivers | ||
1285 | # | ||
1286 | CONFIG_MMC_PXA=m | ||
1287 | # CONFIG_MMC_SDHCI is not set | ||
1288 | # CONFIG_MMC_SPI is not set | ||
1289 | # CONFIG_MEMSTICK is not set | ||
1290 | # CONFIG_ACCESSIBILITY is not set | ||
1291 | CONFIG_NEW_LEDS=y | ||
1292 | CONFIG_LEDS_CLASS=y | ||
1293 | |||
1294 | # | ||
1295 | # LED drivers | ||
1296 | # | ||
1297 | # CONFIG_LEDS_PCA9532 is not set | ||
1298 | # CONFIG_LEDS_GPIO is not set | ||
1299 | # CONFIG_LEDS_PCA955X is not set | ||
1300 | CONFIG_LEDS_DA903X=y | ||
1301 | |||
1302 | # | ||
1303 | # LED Triggers | ||
1304 | # | ||
1305 | CONFIG_LEDS_TRIGGERS=y | ||
1306 | # CONFIG_LEDS_TRIGGER_TIMER is not set | ||
1307 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
1308 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
1309 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
1310 | CONFIG_RTC_LIB=y | ||
1311 | CONFIG_RTC_CLASS=y | ||
1312 | CONFIG_RTC_HCTOSYS=y | ||
1313 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1314 | # CONFIG_RTC_DEBUG is not set | ||
1315 | |||
1316 | # | ||
1317 | # RTC interfaces | ||
1318 | # | ||
1319 | CONFIG_RTC_INTF_SYSFS=y | ||
1320 | CONFIG_RTC_INTF_PROC=y | ||
1321 | CONFIG_RTC_INTF_DEV=y | ||
1322 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1323 | # CONFIG_RTC_DRV_TEST is not set | ||
1324 | |||
1325 | # | ||
1326 | # I2C RTC drivers | ||
1327 | # | ||
1328 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1329 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1330 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1331 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1332 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1333 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1334 | # CONFIG_RTC_DRV_X1205 is not set | ||
1335 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1336 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1337 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1338 | # CONFIG_RTC_DRV_S35390A is not set | ||
1339 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1340 | # CONFIG_RTC_DRV_RX8581 is not set | ||
1341 | |||
1342 | # | ||
1343 | # SPI RTC drivers | ||
1344 | # | ||
1345 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1346 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1347 | # CONFIG_RTC_DRV_DS1390 is not set | ||
1348 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1349 | # CONFIG_RTC_DRV_R9701 is not set | ||
1350 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1351 | # CONFIG_RTC_DRV_DS3234 is not set | ||
1352 | |||
1353 | # | ||
1354 | # Platform RTC drivers | ||
1355 | # | ||
1356 | # CONFIG_RTC_DRV_CMOS is not set | ||
1357 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1358 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1359 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1360 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1361 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1362 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1363 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1364 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1365 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1366 | CONFIG_RTC_DRV_V3020=y | ||
1367 | |||
1368 | # | ||
1369 | # on-CPU RTC drivers | ||
1370 | # | ||
1371 | CONFIG_RTC_DRV_SA1100=y | ||
1372 | # CONFIG_RTC_DRV_PXA is not set | ||
1373 | # CONFIG_DMADEVICES is not set | ||
1374 | CONFIG_REGULATOR=y | ||
1375 | # CONFIG_REGULATOR_DEBUG is not set | ||
1376 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1377 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1378 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1379 | CONFIG_REGULATOR_DA903X=y | ||
1380 | # CONFIG_UIO is not set | ||
1381 | # CONFIG_STAGING is not set | ||
1382 | |||
1383 | # | ||
1384 | # File systems | ||
1385 | # | ||
1386 | CONFIG_EXT2_FS=y | ||
1387 | # CONFIG_EXT2_FS_XATTR is not set | ||
1388 | # CONFIG_EXT2_FS_XIP is not set | ||
1389 | CONFIG_EXT3_FS=y | ||
1390 | CONFIG_EXT3_FS_XATTR=y | ||
1391 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1392 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1393 | # CONFIG_EXT4_FS is not set | ||
1394 | CONFIG_JBD=y | ||
1395 | # CONFIG_JBD_DEBUG is not set | ||
1396 | CONFIG_FS_MBCACHE=y | ||
1397 | # CONFIG_REISERFS_FS is not set | ||
1398 | # CONFIG_JFS_FS is not set | ||
1399 | # CONFIG_FS_POSIX_ACL is not set | ||
1400 | CONFIG_FILE_LOCKING=y | ||
1401 | # CONFIG_XFS_FS is not set | ||
1402 | # CONFIG_OCFS2_FS is not set | ||
1403 | # CONFIG_BTRFS_FS is not set | ||
1404 | CONFIG_DNOTIFY=y | ||
1405 | CONFIG_INOTIFY=y | ||
1406 | CONFIG_INOTIFY_USER=y | ||
1407 | # CONFIG_QUOTA is not set | ||
1408 | # CONFIG_AUTOFS_FS is not set | ||
1409 | # CONFIG_AUTOFS4_FS is not set | ||
1410 | # CONFIG_FUSE_FS is not set | ||
1411 | |||
1412 | # | ||
1413 | # CD-ROM/DVD Filesystems | ||
1414 | # | ||
1415 | # CONFIG_ISO9660_FS is not set | ||
1416 | # CONFIG_UDF_FS is not set | ||
1417 | |||
1418 | # | ||
1419 | # DOS/FAT/NT Filesystems | ||
1420 | # | ||
1421 | CONFIG_FAT_FS=m | ||
1422 | # CONFIG_MSDOS_FS is not set | ||
1423 | CONFIG_VFAT_FS=m | ||
1424 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1425 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1426 | # CONFIG_NTFS_FS is not set | ||
1427 | |||
1428 | # | ||
1429 | # Pseudo filesystems | ||
1430 | # | ||
1431 | CONFIG_PROC_FS=y | ||
1432 | CONFIG_PROC_SYSCTL=y | ||
1433 | # CONFIG_PROC_PAGE_MONITOR is not set | ||
1434 | CONFIG_SYSFS=y | ||
1435 | CONFIG_TMPFS=y | ||
1436 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1437 | # CONFIG_HUGETLB_PAGE is not set | ||
1438 | # CONFIG_CONFIGFS_FS is not set | ||
1439 | CONFIG_MISC_FILESYSTEMS=y | ||
1440 | # CONFIG_ADFS_FS is not set | ||
1441 | # CONFIG_AFFS_FS is not set | ||
1442 | # CONFIG_HFS_FS is not set | ||
1443 | # CONFIG_HFSPLUS_FS is not set | ||
1444 | # CONFIG_BEFS_FS is not set | ||
1445 | # CONFIG_BFS_FS is not set | ||
1446 | # CONFIG_EFS_FS is not set | ||
1447 | CONFIG_JFFS2_FS=y | ||
1448 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1449 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1450 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1451 | CONFIG_JFFS2_SUMMARY=y | ||
1452 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1453 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1454 | CONFIG_JFFS2_ZLIB=y | ||
1455 | # CONFIG_JFFS2_LZO is not set | ||
1456 | CONFIG_JFFS2_RTIME=y | ||
1457 | # CONFIG_JFFS2_RUBIN is not set | ||
1458 | # CONFIG_CRAMFS is not set | ||
1459 | # CONFIG_SQUASHFS is not set | ||
1460 | # CONFIG_VXFS_FS is not set | ||
1461 | # CONFIG_MINIX_FS is not set | ||
1462 | # CONFIG_OMFS_FS is not set | ||
1463 | # CONFIG_HPFS_FS is not set | ||
1464 | # CONFIG_QNX4FS_FS is not set | ||
1465 | # CONFIG_ROMFS_FS is not set | ||
1466 | # CONFIG_SYSV_FS is not set | ||
1467 | # CONFIG_UFS_FS is not set | ||
1468 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1469 | CONFIG_NFS_FS=y | ||
1470 | CONFIG_NFS_V3=y | ||
1471 | # CONFIG_NFS_V3_ACL is not set | ||
1472 | # CONFIG_NFS_V4 is not set | ||
1473 | CONFIG_ROOT_NFS=y | ||
1474 | # CONFIG_NFSD is not set | ||
1475 | CONFIG_LOCKD=y | ||
1476 | CONFIG_LOCKD_V4=y | ||
1477 | CONFIG_NFS_COMMON=y | ||
1478 | CONFIG_SUNRPC=y | ||
1479 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1480 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1481 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1482 | # CONFIG_SMB_FS is not set | ||
1483 | CONFIG_CIFS=m | ||
1484 | # CONFIG_CIFS_STATS is not set | ||
1485 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
1486 | # CONFIG_CIFS_XATTR is not set | ||
1487 | # CONFIG_CIFS_DEBUG2 is not set | ||
1488 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1489 | # CONFIG_NCP_FS is not set | ||
1490 | # CONFIG_CODA_FS is not set | ||
1491 | # CONFIG_AFS_FS is not set | ||
1492 | |||
1493 | # | ||
1494 | # Partition Types | ||
1495 | # | ||
1496 | CONFIG_PARTITION_ADVANCED=y | ||
1497 | # CONFIG_ACORN_PARTITION is not set | ||
1498 | # CONFIG_OSF_PARTITION is not set | ||
1499 | # CONFIG_AMIGA_PARTITION is not set | ||
1500 | # CONFIG_ATARI_PARTITION is not set | ||
1501 | # CONFIG_MAC_PARTITION is not set | ||
1502 | CONFIG_MSDOS_PARTITION=y | ||
1503 | # CONFIG_BSD_DISKLABEL is not set | ||
1504 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1505 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1506 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1507 | # CONFIG_LDM_PARTITION is not set | ||
1508 | # CONFIG_SGI_PARTITION is not set | ||
1509 | # CONFIG_ULTRIX_PARTITION is not set | ||
1510 | # CONFIG_SUN_PARTITION is not set | ||
1511 | # CONFIG_KARMA_PARTITION is not set | ||
1512 | # CONFIG_EFI_PARTITION is not set | ||
1513 | # CONFIG_SYSV68_PARTITION is not set | ||
1514 | CONFIG_NLS=m | ||
1515 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1516 | CONFIG_NLS_CODEPAGE_437=m | ||
1517 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1518 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1519 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1520 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1521 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1522 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1523 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1524 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1525 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1526 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1527 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1528 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1529 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1530 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1531 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1532 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1533 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1534 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1535 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1536 | # CONFIG_NLS_ISO8859_8 is not set | ||
1537 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1538 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1539 | # CONFIG_NLS_ASCII is not set | ||
1540 | CONFIG_NLS_ISO8859_1=m | ||
1541 | # CONFIG_NLS_ISO8859_2 is not set | ||
1542 | # CONFIG_NLS_ISO8859_3 is not set | ||
1543 | # CONFIG_NLS_ISO8859_4 is not set | ||
1544 | # CONFIG_NLS_ISO8859_5 is not set | ||
1545 | # CONFIG_NLS_ISO8859_6 is not set | ||
1546 | # CONFIG_NLS_ISO8859_7 is not set | ||
1547 | # CONFIG_NLS_ISO8859_9 is not set | ||
1548 | # CONFIG_NLS_ISO8859_13 is not set | ||
1549 | # CONFIG_NLS_ISO8859_14 is not set | ||
1550 | # CONFIG_NLS_ISO8859_15 is not set | ||
1551 | # CONFIG_NLS_KOI8_R is not set | ||
1552 | # CONFIG_NLS_KOI8_U is not set | ||
1553 | CONFIG_NLS_UTF8=m | ||
1554 | # CONFIG_DLM is not set | ||
1555 | |||
1556 | # | ||
1557 | # Kernel hacking | ||
1558 | # | ||
1559 | # CONFIG_PRINTK_TIME is not set | ||
1560 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1561 | CONFIG_ENABLE_MUST_CHECK=y | ||
1562 | CONFIG_FRAME_WARN=0 | ||
1563 | # CONFIG_MAGIC_SYSRQ is not set | ||
1564 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1565 | CONFIG_DEBUG_FS=y | ||
1566 | # CONFIG_HEADERS_CHECK is not set | ||
1567 | CONFIG_DEBUG_KERNEL=y | ||
1568 | # CONFIG_DEBUG_SHIRQ is not set | ||
1569 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
1570 | # CONFIG_SCHED_DEBUG is not set | ||
1571 | # CONFIG_SCHEDSTATS is not set | ||
1572 | # CONFIG_TIMER_STATS is not set | ||
1573 | # CONFIG_DEBUG_OBJECTS is not set | ||
1574 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1575 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1576 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1577 | # CONFIG_DEBUG_MUTEXES is not set | ||
1578 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1579 | # CONFIG_PROVE_LOCKING is not set | ||
1580 | # CONFIG_LOCK_STAT is not set | ||
1581 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1582 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1583 | # CONFIG_DEBUG_KOBJECT is not set | ||
1584 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1585 | # CONFIG_DEBUG_INFO is not set | ||
1586 | # CONFIG_DEBUG_VM is not set | ||
1587 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1588 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1589 | # CONFIG_DEBUG_LIST is not set | ||
1590 | # CONFIG_DEBUG_SG is not set | ||
1591 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1592 | CONFIG_FRAME_POINTER=y | ||
1593 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1594 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1595 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1596 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1597 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1598 | # CONFIG_FAULT_INJECTION is not set | ||
1599 | # CONFIG_LATENCYTOP is not set | ||
1600 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1601 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1602 | |||
1603 | # | ||
1604 | # Tracers | ||
1605 | # | ||
1606 | # CONFIG_FUNCTION_TRACER is not set | ||
1607 | # CONFIG_IRQSOFF_TRACER is not set | ||
1608 | # CONFIG_SCHED_TRACER is not set | ||
1609 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1610 | # CONFIG_BOOT_TRACER is not set | ||
1611 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1612 | # CONFIG_STACK_TRACER is not set | ||
1613 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1614 | # CONFIG_SAMPLES is not set | ||
1615 | CONFIG_HAVE_ARCH_KGDB=y | ||
1616 | # CONFIG_KGDB is not set | ||
1617 | CONFIG_DEBUG_USER=y | ||
1618 | CONFIG_DEBUG_ERRORS=y | ||
1619 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1620 | CONFIG_DEBUG_LL=y | ||
1621 | # CONFIG_DEBUG_ICEDCC is not set | ||
1622 | |||
1623 | # | ||
1624 | # Security options | ||
1625 | # | ||
1626 | # CONFIG_KEYS is not set | ||
1627 | # CONFIG_SECURITY is not set | ||
1628 | # CONFIG_SECURITYFS is not set | ||
1629 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1630 | CONFIG_CRYPTO=y | ||
1631 | |||
1632 | # | ||
1633 | # Crypto core or helper | ||
1634 | # | ||
1635 | # CONFIG_CRYPTO_FIPS is not set | ||
1636 | CONFIG_CRYPTO_ALGAPI=m | ||
1637 | CONFIG_CRYPTO_ALGAPI2=m | ||
1638 | CONFIG_CRYPTO_AEAD2=m | ||
1639 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1640 | CONFIG_CRYPTO_BLKCIPHER2=m | ||
1641 | CONFIG_CRYPTO_HASH=m | ||
1642 | CONFIG_CRYPTO_HASH2=m | ||
1643 | CONFIG_CRYPTO_RNG2=m | ||
1644 | CONFIG_CRYPTO_MANAGER=m | ||
1645 | CONFIG_CRYPTO_MANAGER2=m | ||
1646 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1647 | # CONFIG_CRYPTO_NULL is not set | ||
1648 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1649 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1650 | # CONFIG_CRYPTO_TEST is not set | ||
1651 | |||
1652 | # | ||
1653 | # Authenticated Encryption with Associated Data | ||
1654 | # | ||
1655 | # CONFIG_CRYPTO_CCM is not set | ||
1656 | # CONFIG_CRYPTO_GCM is not set | ||
1657 | # CONFIG_CRYPTO_SEQIV is not set | ||
1658 | |||
1659 | # | ||
1660 | # Block modes | ||
1661 | # | ||
1662 | # CONFIG_CRYPTO_CBC is not set | ||
1663 | # CONFIG_CRYPTO_CTR is not set | ||
1664 | # CONFIG_CRYPTO_CTS is not set | ||
1665 | CONFIG_CRYPTO_ECB=m | ||
1666 | # CONFIG_CRYPTO_LRW is not set | ||
1667 | # CONFIG_CRYPTO_PCBC is not set | ||
1668 | # CONFIG_CRYPTO_XTS is not set | ||
1669 | |||
1670 | # | ||
1671 | # Hash modes | ||
1672 | # | ||
1673 | # CONFIG_CRYPTO_HMAC is not set | ||
1674 | # CONFIG_CRYPTO_XCBC is not set | ||
1675 | |||
1676 | # | ||
1677 | # Digest | ||
1678 | # | ||
1679 | # CONFIG_CRYPTO_CRC32C is not set | ||
1680 | # CONFIG_CRYPTO_MD4 is not set | ||
1681 | # CONFIG_CRYPTO_MD5 is not set | ||
1682 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1683 | # CONFIG_CRYPTO_RMD128 is not set | ||
1684 | # CONFIG_CRYPTO_RMD160 is not set | ||
1685 | # CONFIG_CRYPTO_RMD256 is not set | ||
1686 | # CONFIG_CRYPTO_RMD320 is not set | ||
1687 | # CONFIG_CRYPTO_SHA1 is not set | ||
1688 | # CONFIG_CRYPTO_SHA256 is not set | ||
1689 | # CONFIG_CRYPTO_SHA512 is not set | ||
1690 | # CONFIG_CRYPTO_TGR192 is not set | ||
1691 | # CONFIG_CRYPTO_WP512 is not set | ||
1692 | |||
1693 | # | ||
1694 | # Ciphers | ||
1695 | # | ||
1696 | CONFIG_CRYPTO_AES=m | ||
1697 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1698 | CONFIG_CRYPTO_ARC4=m | ||
1699 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1700 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1701 | # CONFIG_CRYPTO_CAST5 is not set | ||
1702 | # CONFIG_CRYPTO_CAST6 is not set | ||
1703 | # CONFIG_CRYPTO_DES is not set | ||
1704 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1705 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1706 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1707 | # CONFIG_CRYPTO_SEED is not set | ||
1708 | # CONFIG_CRYPTO_SERPENT is not set | ||
1709 | # CONFIG_CRYPTO_TEA is not set | ||
1710 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1711 | |||
1712 | # | ||
1713 | # Compression | ||
1714 | # | ||
1715 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1716 | # CONFIG_CRYPTO_LZO is not set | ||
1717 | |||
1718 | # | ||
1719 | # Random Number Generation | ||
1720 | # | ||
1721 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1722 | # CONFIG_CRYPTO_HW is not set | ||
1723 | |||
1724 | # | ||
1725 | # Library routines | ||
1726 | # | ||
1727 | CONFIG_BITREVERSE=y | ||
1728 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1729 | CONFIG_CRC_CCITT=m | ||
1730 | # CONFIG_CRC16 is not set | ||
1731 | # CONFIG_CRC_T10DIF is not set | ||
1732 | # CONFIG_CRC_ITU_T is not set | ||
1733 | CONFIG_CRC32=y | ||
1734 | # CONFIG_CRC7 is not set | ||
1735 | # CONFIG_LIBCRC32C is not set | ||
1736 | CONFIG_ZLIB_INFLATE=y | ||
1737 | CONFIG_ZLIB_DEFLATE=y | ||
1738 | CONFIG_PLIST=y | ||
1739 | CONFIG_HAS_IOMEM=y | ||
1740 | CONFIG_HAS_IOPORT=y | ||
1741 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig index 8f986e9f1c62..1502957db2c3 100644 --- a/arch/arm/configs/h3600_defconfig +++ b/arch/arm/configs/h3600_defconfig | |||
@@ -90,7 +90,6 @@ CONFIG_ARCH_SA1100=y | |||
90 | # CONFIG_SA1100_COLLIE is not set | 90 | # CONFIG_SA1100_COLLIE is not set |
91 | # CONFIG_SA1100_H3100 is not set | 91 | # CONFIG_SA1100_H3100 is not set |
92 | CONFIG_SA1100_H3600=y | 92 | CONFIG_SA1100_H3600=y |
93 | # CONFIG_SA1100_H3800 is not set | ||
94 | CONFIG_SA1100_H3XXX=y | 93 | CONFIG_SA1100_H3XXX=y |
95 | # CONFIG_SA1100_BADGE4 is not set | 94 | # CONFIG_SA1100_BADGE4 is not set |
96 | # CONFIG_SA1100_JORNADA720 is not set | 95 | # CONFIG_SA1100_JORNADA720 is not set |
@@ -100,7 +99,6 @@ CONFIG_SA1100_H3XXX=y | |||
100 | # CONFIG_SA1100_SHANNON is not set | 99 | # CONFIG_SA1100_SHANNON is not set |
101 | # CONFIG_SA1100_SIMPAD is not set | 100 | # CONFIG_SA1100_SIMPAD is not set |
102 | # CONFIG_SA1100_SSP is not set | 101 | # CONFIG_SA1100_SSP is not set |
103 | # CONFIG_H3600_SLEEVE is not set | ||
104 | 102 | ||
105 | # | 103 | # |
106 | # Processor Type | 104 | # Processor Type |
diff --git a/arch/arm/configs/hackkit_defconfig b/arch/arm/configs/hackkit_defconfig index 1c8fb89a6730..db0708d5cbea 100644 --- a/arch/arm/configs/hackkit_defconfig +++ b/arch/arm/configs/hackkit_defconfig | |||
@@ -91,7 +91,6 @@ CONFIG_ARCH_SA1100=y | |||
91 | # CONFIG_SA1100_COLLIE is not set | 91 | # CONFIG_SA1100_COLLIE is not set |
92 | # CONFIG_SA1100_H3100 is not set | 92 | # CONFIG_SA1100_H3100 is not set |
93 | # CONFIG_SA1100_H3600 is not set | 93 | # CONFIG_SA1100_H3600 is not set |
94 | # CONFIG_SA1100_H3800 is not set | ||
95 | # CONFIG_SA1100_BADGE4 is not set | 94 | # CONFIG_SA1100_BADGE4 is not set |
96 | # CONFIG_SA1100_JORNADA720 is not set | 95 | # CONFIG_SA1100_JORNADA720 is not set |
97 | CONFIG_SA1100_HACKKIT=y | 96 | CONFIG_SA1100_HACKKIT=y |
diff --git a/arch/arm/configs/jornada720_defconfig b/arch/arm/configs/jornada720_defconfig index 81fadafae02d..f3074e49f2fa 100644 --- a/arch/arm/configs/jornada720_defconfig +++ b/arch/arm/configs/jornada720_defconfig | |||
@@ -178,7 +178,6 @@ CONFIG_DMABOUNCE=y | |||
178 | # CONFIG_SA1100_COLLIE is not set | 178 | # CONFIG_SA1100_COLLIE is not set |
179 | # CONFIG_SA1100_H3100 is not set | 179 | # CONFIG_SA1100_H3100 is not set |
180 | # CONFIG_SA1100_H3600 is not set | 180 | # CONFIG_SA1100_H3600 is not set |
181 | # CONFIG_SA1100_H3800 is not set | ||
182 | # CONFIG_SA1100_BADGE4 is not set | 181 | # CONFIG_SA1100_BADGE4 is not set |
183 | CONFIG_SA1100_JORNADA720=y | 182 | CONFIG_SA1100_JORNADA720=y |
184 | CONFIG_SA1100_JORNADA720_SSP=y | 183 | CONFIG_SA1100_JORNADA720_SSP=y |
diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig index 4bc38078d580..c367ae44012e 100644 --- a/arch/arm/configs/kirkwood_defconfig +++ b/arch/arm/configs/kirkwood_defconfig | |||
@@ -1,11 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.28-rc7 | 3 | # Linux kernel version: 2.6.29-rc5 |
4 | # Thu Dec 4 15:27:39 2008 | 4 | # Tue Mar 3 21:45:57 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
8 | # CONFIG_GENERIC_GPIO is not set | 8 | CONFIG_GENERIC_GPIO=y |
9 | CONFIG_GENERIC_TIME=y | 9 | CONFIG_GENERIC_TIME=y |
10 | CONFIG_GENERIC_CLOCKEVENTS=y | 10 | CONFIG_GENERIC_CLOCKEVENTS=y |
11 | CONFIG_MMU=y | 11 | CONFIG_MMU=y |
@@ -42,10 +42,19 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
42 | # CONFIG_BSD_PROCESS_ACCT is not set | 42 | # CONFIG_BSD_PROCESS_ACCT is not set |
43 | # CONFIG_TASKSTATS is not set | 43 | # CONFIG_TASKSTATS is not set |
44 | # CONFIG_AUDIT 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 | ||
45 | # CONFIG_IKCONFIG is not set | 54 | # CONFIG_IKCONFIG is not set |
46 | CONFIG_LOG_BUF_SHIFT=14 | 55 | CONFIG_LOG_BUF_SHIFT=19 |
47 | # CONFIG_CGROUPS is not set | ||
48 | # CONFIG_GROUP_SCHED is not set | 56 | # CONFIG_GROUP_SCHED is not set |
57 | # CONFIG_CGROUPS is not set | ||
49 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | 58 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
50 | # CONFIG_RELAY is not set | 59 | # CONFIG_RELAY is not set |
51 | CONFIG_NAMESPACES=y | 60 | CONFIG_NAMESPACES=y |
@@ -53,6 +62,7 @@ CONFIG_NAMESPACES=y | |||
53 | # CONFIG_IPC_NS is not set | 62 | # CONFIG_IPC_NS is not set |
54 | # CONFIG_USER_NS is not set | 63 | # CONFIG_USER_NS is not set |
55 | # CONFIG_PID_NS is not set | 64 | # CONFIG_PID_NS is not set |
65 | # CONFIG_NET_NS is not set | ||
56 | # CONFIG_BLK_DEV_INITRD is not set | 66 | # CONFIG_BLK_DEV_INITRD is not set |
57 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 67 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
58 | CONFIG_SYSCTL=y | 68 | CONFIG_SYSCTL=y |
@@ -83,6 +93,7 @@ CONFIG_SLUB_DEBUG=y | |||
83 | CONFIG_SLUB=y | 93 | CONFIG_SLUB=y |
84 | # CONFIG_SLOB is not set | 94 | # CONFIG_SLOB is not set |
85 | CONFIG_PROFILING=y | 95 | CONFIG_PROFILING=y |
96 | CONFIG_TRACEPOINTS=y | ||
86 | # CONFIG_MARKERS is not set | 97 | # CONFIG_MARKERS is not set |
87 | CONFIG_OPROFILE=y | 98 | CONFIG_OPROFILE=y |
88 | CONFIG_HAVE_OPROFILE=y | 99 | CONFIG_HAVE_OPROFILE=y |
@@ -93,7 +104,6 @@ CONFIG_HAVE_KRETPROBES=y | |||
93 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | 104 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
94 | CONFIG_SLABINFO=y | 105 | CONFIG_SLABINFO=y |
95 | CONFIG_RT_MUTEXES=y | 106 | CONFIG_RT_MUTEXES=y |
96 | # CONFIG_TINY_SHMEM is not set | ||
97 | CONFIG_BASE_SMALL=0 | 107 | CONFIG_BASE_SMALL=0 |
98 | CONFIG_MODULES=y | 108 | CONFIG_MODULES=y |
99 | # CONFIG_MODULE_FORCE_LOAD is not set | 109 | # CONFIG_MODULE_FORCE_LOAD is not set |
@@ -101,11 +111,9 @@ CONFIG_MODULE_UNLOAD=y | |||
101 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 111 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
102 | # CONFIG_MODVERSIONS is not set | 112 | # CONFIG_MODVERSIONS is not set |
103 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 113 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
104 | CONFIG_KMOD=y | ||
105 | CONFIG_BLOCK=y | 114 | CONFIG_BLOCK=y |
106 | # CONFIG_LBD is not set | 115 | # CONFIG_LBD is not set |
107 | # CONFIG_BLK_DEV_IO_TRACE is not set | 116 | # CONFIG_BLK_DEV_IO_TRACE is not set |
108 | # CONFIG_LSF is not set | ||
109 | # CONFIG_BLK_DEV_BSG is not set | 117 | # CONFIG_BLK_DEV_BSG is not set |
110 | # CONFIG_BLK_DEV_INTEGRITY is not set | 118 | # CONFIG_BLK_DEV_INTEGRITY is not set |
111 | 119 | ||
@@ -121,7 +129,6 @@ CONFIG_IOSCHED_CFQ=y | |||
121 | CONFIG_DEFAULT_CFQ=y | 129 | CONFIG_DEFAULT_CFQ=y |
122 | # CONFIG_DEFAULT_NOOP is not set | 130 | # CONFIG_DEFAULT_NOOP is not set |
123 | CONFIG_DEFAULT_IOSCHED="cfq" | 131 | CONFIG_DEFAULT_IOSCHED="cfq" |
124 | CONFIG_CLASSIC_RCU=y | ||
125 | # CONFIG_FREEZER is not set | 132 | # CONFIG_FREEZER is not set |
126 | 133 | ||
127 | # | 134 | # |
@@ -132,7 +139,6 @@ CONFIG_CLASSIC_RCU=y | |||
132 | # CONFIG_ARCH_REALVIEW is not set | 139 | # CONFIG_ARCH_REALVIEW is not set |
133 | # CONFIG_ARCH_VERSATILE is not set | 140 | # CONFIG_ARCH_VERSATILE is not set |
134 | # CONFIG_ARCH_AT91 is not set | 141 | # CONFIG_ARCH_AT91 is not set |
135 | # CONFIG_ARCH_CLPS7500 is not set | ||
136 | # CONFIG_ARCH_CLPS711X is not set | 142 | # CONFIG_ARCH_CLPS711X is not set |
137 | # CONFIG_ARCH_EBSA110 is not set | 143 | # CONFIG_ARCH_EBSA110 is not set |
138 | # CONFIG_ARCH_EP93XX is not set | 144 | # CONFIG_ARCH_EP93XX is not set |
@@ -159,11 +165,13 @@ CONFIG_ARCH_KIRKWOOD=y | |||
159 | # CONFIG_ARCH_RPC is not set | 165 | # CONFIG_ARCH_RPC is not set |
160 | # CONFIG_ARCH_SA1100 is not set | 166 | # CONFIG_ARCH_SA1100 is not set |
161 | # CONFIG_ARCH_S3C2410 is not set | 167 | # CONFIG_ARCH_S3C2410 is not set |
168 | # CONFIG_ARCH_S3C64XX is not set | ||
162 | # CONFIG_ARCH_SHARK is not set | 169 | # CONFIG_ARCH_SHARK is not set |
163 | # CONFIG_ARCH_LH7A40X is not set | 170 | # CONFIG_ARCH_LH7A40X is not set |
164 | # CONFIG_ARCH_DAVINCI is not set | 171 | # CONFIG_ARCH_DAVINCI is not set |
165 | # CONFIG_ARCH_OMAP is not set | 172 | # CONFIG_ARCH_OMAP is not set |
166 | # CONFIG_ARCH_MSM is not set | 173 | # CONFIG_ARCH_MSM is not set |
174 | # CONFIG_ARCH_W90X900 is not set | ||
167 | 175 | ||
168 | # | 176 | # |
169 | # Marvell Kirkwood Implementations | 177 | # Marvell Kirkwood Implementations |
@@ -171,14 +179,8 @@ CONFIG_ARCH_KIRKWOOD=y | |||
171 | CONFIG_MACH_DB88F6281_BP=y | 179 | CONFIG_MACH_DB88F6281_BP=y |
172 | CONFIG_MACH_RD88F6192_NAS=y | 180 | CONFIG_MACH_RD88F6192_NAS=y |
173 | CONFIG_MACH_RD88F6281=y | 181 | CONFIG_MACH_RD88F6281=y |
174 | 182 | CONFIG_MACH_SHEEVAPLUG=y | |
175 | # | 183 | CONFIG_MACH_TS219=y |
176 | # Boot options | ||
177 | # | ||
178 | |||
179 | # | ||
180 | # Power management | ||
181 | # | ||
182 | CONFIG_PLAT_ORION=y | 184 | CONFIG_PLAT_ORION=y |
183 | 185 | ||
184 | # | 186 | # |
@@ -214,6 +216,7 @@ CONFIG_PCI_SYSCALL=y | |||
214 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 216 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
215 | CONFIG_PCI_LEGACY=y | 217 | CONFIG_PCI_LEGACY=y |
216 | # CONFIG_PCI_DEBUG is not set | 218 | # CONFIG_PCI_DEBUG is not set |
219 | # CONFIG_PCI_STUB is not set | ||
217 | # CONFIG_PCCARD is not set | 220 | # CONFIG_PCCARD is not set |
218 | 221 | ||
219 | # | 222 | # |
@@ -242,7 +245,6 @@ CONFIG_FLATMEM=y | |||
242 | CONFIG_FLAT_NODE_MEM_MAP=y | 245 | CONFIG_FLAT_NODE_MEM_MAP=y |
243 | CONFIG_PAGEFLAGS_EXTENDED=y | 246 | CONFIG_PAGEFLAGS_EXTENDED=y |
244 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 247 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
245 | # CONFIG_RESOURCES_64BIT is not set | ||
246 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 248 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
247 | CONFIG_ZONE_DMA_FLAG=0 | 249 | CONFIG_ZONE_DMA_FLAG=0 |
248 | CONFIG_VIRT_TO_BUS=y | 250 | CONFIG_VIRT_TO_BUS=y |
@@ -291,6 +293,7 @@ CONFIG_NET=y | |||
291 | # | 293 | # |
292 | # Networking options | 294 | # Networking options |
293 | # | 295 | # |
296 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
294 | CONFIG_PACKET=y | 297 | CONFIG_PACKET=y |
295 | CONFIG_PACKET_MMAP=y | 298 | CONFIG_PACKET_MMAP=y |
296 | CONFIG_UNIX=y | 299 | CONFIG_UNIX=y |
@@ -355,6 +358,7 @@ CONFIG_NET_DSA_MV88E6123_61_65=y | |||
355 | # CONFIG_ECONET is not set | 358 | # CONFIG_ECONET is not set |
356 | # CONFIG_WAN_ROUTER is not set | 359 | # CONFIG_WAN_ROUTER is not set |
357 | # CONFIG_NET_SCHED is not set | 360 | # CONFIG_NET_SCHED is not set |
361 | # CONFIG_DCB is not set | ||
358 | 362 | ||
359 | # | 363 | # |
360 | # Network testing | 364 | # Network testing |
@@ -368,12 +372,27 @@ CONFIG_NET_PKTGEN=m | |||
368 | # CONFIG_AF_RXRPC is not set | 372 | # CONFIG_AF_RXRPC is not set |
369 | # CONFIG_PHONET is not set | 373 | # CONFIG_PHONET is not set |
370 | CONFIG_WIRELESS=y | 374 | CONFIG_WIRELESS=y |
371 | # CONFIG_CFG80211 is not set | 375 | CONFIG_CFG80211=y |
376 | # CONFIG_CFG80211_REG_DEBUG is not set | ||
377 | # CONFIG_NL80211 is not set | ||
372 | CONFIG_WIRELESS_OLD_REGULATORY=y | 378 | CONFIG_WIRELESS_OLD_REGULATORY=y |
373 | CONFIG_WIRELESS_EXT=y | 379 | CONFIG_WIRELESS_EXT=y |
374 | CONFIG_WIRELESS_EXT_SYSFS=y | 380 | CONFIG_WIRELESS_EXT_SYSFS=y |
375 | # CONFIG_MAC80211 is not set | 381 | CONFIG_LIB80211=y |
376 | # CONFIG_IEEE80211 is not set | 382 | CONFIG_MAC80211=y |
383 | |||
384 | # | ||
385 | # Rate control algorithm selection | ||
386 | # | ||
387 | CONFIG_MAC80211_RC_MINSTREL=y | ||
388 | # CONFIG_MAC80211_RC_DEFAULT_PID is not set | ||
389 | CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y | ||
390 | CONFIG_MAC80211_RC_DEFAULT="minstrel" | ||
391 | # CONFIG_MAC80211_MESH is not set | ||
392 | # CONFIG_MAC80211_LEDS is not set | ||
393 | # CONFIG_MAC80211_DEBUGFS is not set | ||
394 | # CONFIG_MAC80211_DEBUG_MENU is not set | ||
395 | # CONFIG_WIMAX is not set | ||
377 | # CONFIG_RFKILL is not set | 396 | # CONFIG_RFKILL is not set |
378 | # CONFIG_NET_9P is not set | 397 | # CONFIG_NET_9P is not set |
379 | 398 | ||
@@ -398,6 +417,7 @@ CONFIG_MTD=y | |||
398 | # CONFIG_MTD_DEBUG is not set | 417 | # CONFIG_MTD_DEBUG is not set |
399 | # CONFIG_MTD_CONCAT is not set | 418 | # CONFIG_MTD_CONCAT is not set |
400 | CONFIG_MTD_PARTITIONS=y | 419 | CONFIG_MTD_PARTITIONS=y |
420 | # CONFIG_MTD_TESTS is not set | ||
401 | # CONFIG_MTD_REDBOOT_PARTS is not set | 421 | # CONFIG_MTD_REDBOOT_PARTS is not set |
402 | CONFIG_MTD_CMDLINE_PARTS=y | 422 | CONFIG_MTD_CMDLINE_PARTS=y |
403 | # CONFIG_MTD_AFS_PARTS is not set | 423 | # CONFIG_MTD_AFS_PARTS is not set |
@@ -451,9 +471,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
451 | # | 471 | # |
452 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 472 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
453 | CONFIG_MTD_PHYSMAP=y | 473 | CONFIG_MTD_PHYSMAP=y |
454 | CONFIG_MTD_PHYSMAP_START=0x0 | 474 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
455 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
456 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
457 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 475 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
458 | # CONFIG_MTD_IMPA7 is not set | 476 | # CONFIG_MTD_IMPA7 is not set |
459 | # CONFIG_MTD_INTEL_VR_NOR is not set | 477 | # CONFIG_MTD_INTEL_VR_NOR is not set |
@@ -481,6 +499,7 @@ CONFIG_MTD_NAND=y | |||
481 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | 499 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set |
482 | # CONFIG_MTD_NAND_ECC_SMC is not set | 500 | # CONFIG_MTD_NAND_ECC_SMC is not set |
483 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 501 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
502 | # CONFIG_MTD_NAND_GPIO is not set | ||
484 | CONFIG_MTD_NAND_IDS=y | 503 | CONFIG_MTD_NAND_IDS=y |
485 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 504 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
486 | # CONFIG_MTD_NAND_CAFE is not set | 505 | # CONFIG_MTD_NAND_CAFE is not set |
@@ -491,6 +510,12 @@ CONFIG_MTD_NAND_ORION=y | |||
491 | # CONFIG_MTD_ONENAND is not set | 510 | # CONFIG_MTD_ONENAND is not set |
492 | 511 | ||
493 | # | 512 | # |
513 | # LPDDR flash memory drivers | ||
514 | # | ||
515 | # CONFIG_MTD_LPDDR is not set | ||
516 | # CONFIG_MTD_QINFO_PROBE is not set | ||
517 | |||
518 | # | ||
494 | # UBI - Unsorted block images | 519 | # UBI - Unsorted block images |
495 | # | 520 | # |
496 | # CONFIG_MTD_UBI is not set | 521 | # CONFIG_MTD_UBI is not set |
@@ -568,6 +593,8 @@ CONFIG_SCSI_LOWLEVEL=y | |||
568 | # CONFIG_MEGARAID_LEGACY is not set | 593 | # CONFIG_MEGARAID_LEGACY is not set |
569 | # CONFIG_MEGARAID_SAS is not set | 594 | # CONFIG_MEGARAID_SAS is not set |
570 | # CONFIG_SCSI_HPTIOP is not set | 595 | # CONFIG_SCSI_HPTIOP is not set |
596 | # CONFIG_LIBFC is not set | ||
597 | # CONFIG_FCOE is not set | ||
571 | # CONFIG_SCSI_DMX3191D is not set | 598 | # CONFIG_SCSI_DMX3191D is not set |
572 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 599 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
573 | # CONFIG_SCSI_IPS is not set | 600 | # CONFIG_SCSI_IPS is not set |
@@ -682,6 +709,9 @@ CONFIG_MARVELL_PHY=y | |||
682 | # CONFIG_BROADCOM_PHY is not set | 709 | # CONFIG_BROADCOM_PHY is not set |
683 | # CONFIG_ICPLUS_PHY is not set | 710 | # CONFIG_ICPLUS_PHY is not set |
684 | # CONFIG_REALTEK_PHY is not set | 711 | # CONFIG_REALTEK_PHY is not set |
712 | # CONFIG_NATIONAL_PHY is not set | ||
713 | # CONFIG_STE10XP is not set | ||
714 | # CONFIG_LSI_ET1011C_PHY is not set | ||
685 | # CONFIG_FIXED_PHY is not set | 715 | # CONFIG_FIXED_PHY is not set |
686 | # CONFIG_MDIO_BITBANG is not set | 716 | # CONFIG_MDIO_BITBANG is not set |
687 | CONFIG_NET_ETHERNET=y | 717 | CONFIG_NET_ETHERNET=y |
@@ -695,6 +725,7 @@ CONFIG_MII=y | |||
695 | # CONFIG_DM9000 is not set | 725 | # CONFIG_DM9000 is not set |
696 | # CONFIG_ENC28J60 is not set | 726 | # CONFIG_ENC28J60 is not set |
697 | # CONFIG_SMC911X is not set | 727 | # CONFIG_SMC911X is not set |
728 | # CONFIG_SMSC911X is not set | ||
698 | # CONFIG_NET_TULIP is not set | 729 | # CONFIG_NET_TULIP is not set |
699 | # CONFIG_HP100 is not set | 730 | # CONFIG_HP100 is not set |
700 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 731 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
@@ -710,7 +741,6 @@ CONFIG_NET_PCI=y | |||
710 | # CONFIG_ADAPTEC_STARFIRE is not set | 741 | # CONFIG_ADAPTEC_STARFIRE is not set |
711 | # CONFIG_B44 is not set | 742 | # CONFIG_B44 is not set |
712 | # CONFIG_FORCEDETH is not set | 743 | # CONFIG_FORCEDETH is not set |
713 | # CONFIG_EEPRO100 is not set | ||
714 | # CONFIG_E100 is not set | 744 | # CONFIG_E100 is not set |
715 | # CONFIG_FEALNX is not set | 745 | # CONFIG_FEALNX is not set |
716 | # CONFIG_NATSEMI is not set | 746 | # CONFIG_NATSEMI is not set |
@@ -720,6 +750,7 @@ CONFIG_NET_PCI=y | |||
720 | # CONFIG_R6040 is not set | 750 | # CONFIG_R6040 is not set |
721 | # CONFIG_SIS900 is not set | 751 | # CONFIG_SIS900 is not set |
722 | # CONFIG_EPIC100 is not set | 752 | # CONFIG_EPIC100 is not set |
753 | # CONFIG_SMSC9420 is not set | ||
723 | # CONFIG_SUNDANCE is not set | 754 | # CONFIG_SUNDANCE is not set |
724 | # CONFIG_TLAN is not set | 755 | # CONFIG_TLAN is not set |
725 | # CONFIG_VIA_RHINE is not set | 756 | # CONFIG_VIA_RHINE is not set |
@@ -754,8 +785,39 @@ CONFIG_MV643XX_ETH=y | |||
754 | # Wireless LAN | 785 | # Wireless LAN |
755 | # | 786 | # |
756 | # CONFIG_WLAN_PRE80211 is not set | 787 | # CONFIG_WLAN_PRE80211 is not set |
757 | # CONFIG_WLAN_80211 is not set | 788 | CONFIG_WLAN_80211=y |
789 | CONFIG_LIBERTAS=y | ||
790 | # CONFIG_LIBERTAS_USB is not set | ||
791 | CONFIG_LIBERTAS_SDIO=y | ||
792 | # CONFIG_LIBERTAS_DEBUG is not set | ||
793 | # CONFIG_LIBERTAS_THINFIRM is not set | ||
794 | # CONFIG_HERMES is not set | ||
795 | # CONFIG_ATMEL is not set | ||
796 | # CONFIG_PRISM54 is not set | ||
797 | # CONFIG_USB_ZD1201 is not set | ||
798 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
799 | # CONFIG_RTL8180 is not set | ||
800 | # CONFIG_RTL8187 is not set | ||
801 | # CONFIG_ADM8211 is not set | ||
802 | # CONFIG_MAC80211_HWSIM is not set | ||
803 | # CONFIG_P54_COMMON is not set | ||
804 | # CONFIG_ATH5K is not set | ||
805 | # CONFIG_ATH9K is not set | ||
806 | # CONFIG_IPW2100 is not set | ||
807 | # CONFIG_IPW2200 is not set | ||
808 | # CONFIG_IWLCORE is not set | ||
758 | # CONFIG_IWLWIFI_LEDS is not set | 809 | # CONFIG_IWLWIFI_LEDS is not set |
810 | # CONFIG_IWLAGN is not set | ||
811 | # CONFIG_IWL3945 is not set | ||
812 | # CONFIG_HOSTAP is not set | ||
813 | # CONFIG_B43 is not set | ||
814 | # CONFIG_B43LEGACY is not set | ||
815 | # CONFIG_ZD1211RW is not set | ||
816 | # CONFIG_RT2X00 is not set | ||
817 | |||
818 | # | ||
819 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
820 | # | ||
759 | 821 | ||
760 | # | 822 | # |
761 | # USB Network Adapters | 823 | # USB Network Adapters |
@@ -791,13 +853,20 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
791 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 853 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
792 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 854 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
793 | # CONFIG_INPUT_JOYDEV is not set | 855 | # CONFIG_INPUT_JOYDEV is not set |
794 | # CONFIG_INPUT_EVDEV is not set | 856 | CONFIG_INPUT_EVDEV=y |
795 | # CONFIG_INPUT_EVBUG is not set | 857 | # CONFIG_INPUT_EVBUG is not set |
796 | 858 | ||
797 | # | 859 | # |
798 | # Input Device Drivers | 860 | # Input Device Drivers |
799 | # | 861 | # |
800 | # CONFIG_INPUT_KEYBOARD is not set | 862 | CONFIG_INPUT_KEYBOARD=y |
863 | CONFIG_KEYBOARD_ATKBD=y | ||
864 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
865 | # CONFIG_KEYBOARD_LKKBD is not set | ||
866 | # CONFIG_KEYBOARD_XTKBD is not set | ||
867 | # CONFIG_KEYBOARD_NEWTON is not set | ||
868 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
869 | CONFIG_KEYBOARD_GPIO=y | ||
801 | # CONFIG_INPUT_MOUSE is not set | 870 | # CONFIG_INPUT_MOUSE is not set |
802 | # CONFIG_INPUT_JOYSTICK is not set | 871 | # CONFIG_INPUT_JOYSTICK is not set |
803 | # CONFIG_INPUT_TABLET is not set | 872 | # CONFIG_INPUT_TABLET is not set |
@@ -807,7 +876,11 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
807 | # | 876 | # |
808 | # Hardware I/O ports | 877 | # Hardware I/O ports |
809 | # | 878 | # |
810 | # CONFIG_SERIO is not set | 879 | CONFIG_SERIO=y |
880 | CONFIG_SERIO_SERPORT=y | ||
881 | # CONFIG_SERIO_PCIPS2 is not set | ||
882 | CONFIG_SERIO_LIBPS2=y | ||
883 | # CONFIG_SERIO_RAW is not set | ||
811 | # CONFIG_GAMEPORT is not set | 884 | # CONFIG_GAMEPORT is not set |
812 | 885 | ||
813 | # | 886 | # |
@@ -839,11 +912,11 @@ CONFIG_SERIAL_CORE=y | |||
839 | CONFIG_SERIAL_CORE_CONSOLE=y | 912 | CONFIG_SERIAL_CORE_CONSOLE=y |
840 | # CONFIG_SERIAL_JSM is not set | 913 | # CONFIG_SERIAL_JSM is not set |
841 | CONFIG_UNIX98_PTYS=y | 914 | CONFIG_UNIX98_PTYS=y |
915 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
842 | CONFIG_LEGACY_PTYS=y | 916 | CONFIG_LEGACY_PTYS=y |
843 | CONFIG_LEGACY_PTY_COUNT=16 | 917 | CONFIG_LEGACY_PTY_COUNT=16 |
844 | # CONFIG_IPMI_HANDLER is not set | 918 | # CONFIG_IPMI_HANDLER is not set |
845 | # CONFIG_HW_RANDOM is not set | 919 | # CONFIG_HW_RANDOM is not set |
846 | # CONFIG_NVRAM is not set | ||
847 | # CONFIG_R3964 is not set | 920 | # CONFIG_R3964 is not set |
848 | # CONFIG_APPLICOM is not set | 921 | # CONFIG_APPLICOM is not set |
849 | # CONFIG_RAW_DRIVER is not set | 922 | # CONFIG_RAW_DRIVER is not set |
@@ -879,6 +952,7 @@ CONFIG_I2C_HELPER_AUTO=y | |||
879 | # | 952 | # |
880 | # I2C system bus drivers (mostly embedded / system-on-chip) | 953 | # I2C system bus drivers (mostly embedded / system-on-chip) |
881 | # | 954 | # |
955 | # CONFIG_I2C_GPIO is not set | ||
882 | CONFIG_I2C_MV64XXX=y | 956 | CONFIG_I2C_MV64XXX=y |
883 | # CONFIG_I2C_OCORES is not set | 957 | # CONFIG_I2C_OCORES is not set |
884 | # CONFIG_I2C_SIMTEC is not set | 958 | # CONFIG_I2C_SIMTEC is not set |
@@ -905,8 +979,6 @@ CONFIG_I2C_MV64XXX=y | |||
905 | # Miscellaneous I2C Chip support | 979 | # Miscellaneous I2C Chip support |
906 | # | 980 | # |
907 | # CONFIG_DS1682 is not set | 981 | # CONFIG_DS1682 is not set |
908 | # CONFIG_EEPROM_AT24 is not set | ||
909 | # CONFIG_EEPROM_LEGACY is not set | ||
910 | # CONFIG_SENSORS_PCF8574 is not set | 982 | # CONFIG_SENSORS_PCF8574 is not set |
911 | # CONFIG_PCF8575 is not set | 983 | # CONFIG_PCF8575 is not set |
912 | # CONFIG_SENSORS_PCA9539 is not set | 984 | # CONFIG_SENSORS_PCA9539 is not set |
@@ -925,12 +997,12 @@ CONFIG_SPI_MASTER=y | |||
925 | # SPI Master Controller Drivers | 997 | # SPI Master Controller Drivers |
926 | # | 998 | # |
927 | # CONFIG_SPI_BITBANG is not set | 999 | # CONFIG_SPI_BITBANG is not set |
1000 | # CONFIG_SPI_GPIO is not set | ||
928 | CONFIG_SPI_ORION=y | 1001 | CONFIG_SPI_ORION=y |
929 | 1002 | ||
930 | # | 1003 | # |
931 | # SPI Protocol Masters | 1004 | # SPI Protocol Masters |
932 | # | 1005 | # |
933 | # CONFIG_EEPROM_AT25 is not set | ||
934 | # CONFIG_SPI_SPIDEV is not set | 1006 | # CONFIG_SPI_SPIDEV is not set |
935 | # CONFIG_SPI_TLE62X0 is not set | 1007 | # CONFIG_SPI_TLE62X0 is not set |
936 | # CONFIG_W1 is not set | 1008 | # CONFIG_W1 is not set |
@@ -952,10 +1024,12 @@ CONFIG_SSB_POSSIBLE=y | |||
952 | # CONFIG_MFD_CORE is not set | 1024 | # CONFIG_MFD_CORE is not set |
953 | # CONFIG_MFD_SM501 is not set | 1025 | # CONFIG_MFD_SM501 is not set |
954 | # CONFIG_HTC_PASIC3 is not set | 1026 | # CONFIG_HTC_PASIC3 is not set |
1027 | # CONFIG_TWL4030_CORE is not set | ||
955 | # CONFIG_MFD_TMIO is not set | 1028 | # CONFIG_MFD_TMIO is not set |
956 | # CONFIG_PMIC_DA903X is not set | 1029 | # CONFIG_PMIC_DA903X is not set |
957 | # CONFIG_MFD_WM8400 is not set | 1030 | # CONFIG_MFD_WM8400 is not set |
958 | # CONFIG_MFD_WM8350_I2C is not set | 1031 | # CONFIG_MFD_WM8350_I2C is not set |
1032 | # CONFIG_MFD_PCF50633 is not set | ||
959 | 1033 | ||
960 | # | 1034 | # |
961 | # Multimedia devices | 1035 | # Multimedia devices |
@@ -1012,11 +1086,9 @@ CONFIG_HID_COMPAT=y | |||
1012 | CONFIG_HID_A4TECH=y | 1086 | CONFIG_HID_A4TECH=y |
1013 | CONFIG_HID_APPLE=y | 1087 | CONFIG_HID_APPLE=y |
1014 | CONFIG_HID_BELKIN=y | 1088 | CONFIG_HID_BELKIN=y |
1015 | CONFIG_HID_BRIGHT=y | ||
1016 | CONFIG_HID_CHERRY=y | 1089 | CONFIG_HID_CHERRY=y |
1017 | CONFIG_HID_CHICONY=y | 1090 | CONFIG_HID_CHICONY=y |
1018 | CONFIG_HID_CYPRESS=y | 1091 | CONFIG_HID_CYPRESS=y |
1019 | CONFIG_HID_DELL=y | ||
1020 | CONFIG_HID_EZKEY=y | 1092 | CONFIG_HID_EZKEY=y |
1021 | CONFIG_HID_GYRATION=y | 1093 | CONFIG_HID_GYRATION=y |
1022 | CONFIG_HID_LOGITECH=y | 1094 | CONFIG_HID_LOGITECH=y |
@@ -1024,12 +1096,15 @@ CONFIG_HID_LOGITECH=y | |||
1024 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | 1096 | # CONFIG_LOGIRUMBLEPAD2_FF is not set |
1025 | CONFIG_HID_MICROSOFT=y | 1097 | CONFIG_HID_MICROSOFT=y |
1026 | CONFIG_HID_MONTEREY=y | 1098 | CONFIG_HID_MONTEREY=y |
1099 | CONFIG_HID_NTRIG=y | ||
1027 | CONFIG_HID_PANTHERLORD=y | 1100 | CONFIG_HID_PANTHERLORD=y |
1028 | # CONFIG_PANTHERLORD_FF is not set | 1101 | # CONFIG_PANTHERLORD_FF is not set |
1029 | CONFIG_HID_PETALYNX=y | 1102 | CONFIG_HID_PETALYNX=y |
1030 | CONFIG_HID_SAMSUNG=y | 1103 | CONFIG_HID_SAMSUNG=y |
1031 | CONFIG_HID_SONY=y | 1104 | CONFIG_HID_SONY=y |
1032 | CONFIG_HID_SUNPLUS=y | 1105 | CONFIG_HID_SUNPLUS=y |
1106 | # CONFIG_GREENASIA_FF is not set | ||
1107 | CONFIG_HID_TOPSEED=y | ||
1033 | # CONFIG_THRUSTMASTER_FF is not set | 1108 | # CONFIG_THRUSTMASTER_FF is not set |
1034 | # CONFIG_ZEROPLUS_FF is not set | 1109 | # CONFIG_ZEROPLUS_FF is not set |
1035 | CONFIG_USB_SUPPORT=y | 1110 | CONFIG_USB_SUPPORT=y |
@@ -1058,6 +1133,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
1058 | CONFIG_USB_EHCI_HCD=y | 1133 | CONFIG_USB_EHCI_HCD=y |
1059 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | 1134 | CONFIG_USB_EHCI_ROOT_HUB_TT=y |
1060 | CONFIG_USB_EHCI_TT_NEWSCHED=y | 1135 | CONFIG_USB_EHCI_TT_NEWSCHED=y |
1136 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1061 | # CONFIG_USB_ISP116X_HCD is not set | 1137 | # CONFIG_USB_ISP116X_HCD is not set |
1062 | # CONFIG_USB_ISP1760_HCD is not set | 1138 | # CONFIG_USB_ISP1760_HCD is not set |
1063 | # CONFIG_USB_OHCI_HCD is not set | 1139 | # CONFIG_USB_OHCI_HCD is not set |
@@ -1087,7 +1163,6 @@ CONFIG_USB_STORAGE=y | |||
1087 | CONFIG_USB_STORAGE_DATAFAB=y | 1163 | CONFIG_USB_STORAGE_DATAFAB=y |
1088 | CONFIG_USB_STORAGE_FREECOM=y | 1164 | CONFIG_USB_STORAGE_FREECOM=y |
1089 | # CONFIG_USB_STORAGE_ISD200 is not set | 1165 | # CONFIG_USB_STORAGE_ISD200 is not set |
1090 | CONFIG_USB_STORAGE_DPCM=y | ||
1091 | # CONFIG_USB_STORAGE_USBAT is not set | 1166 | # CONFIG_USB_STORAGE_USBAT is not set |
1092 | CONFIG_USB_STORAGE_SDDR09=y | 1167 | CONFIG_USB_STORAGE_SDDR09=y |
1093 | CONFIG_USB_STORAGE_SDDR55=y | 1168 | CONFIG_USB_STORAGE_SDDR55=y |
@@ -1135,21 +1210,51 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
1135 | # CONFIG_USB_ISIGHTFW is not set | 1210 | # CONFIG_USB_ISIGHTFW is not set |
1136 | # CONFIG_USB_VST is not set | 1211 | # CONFIG_USB_VST is not set |
1137 | # CONFIG_USB_GADGET is not set | 1212 | # CONFIG_USB_GADGET is not set |
1213 | |||
1214 | # | ||
1215 | # OTG and related infrastructure | ||
1216 | # | ||
1217 | # CONFIG_USB_GPIO_VBUS is not set | ||
1138 | # CONFIG_UWB is not set | 1218 | # CONFIG_UWB is not set |
1139 | # CONFIG_MMC is not set | 1219 | CONFIG_MMC=y |
1220 | # CONFIG_MMC_DEBUG is not set | ||
1221 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1222 | |||
1223 | # | ||
1224 | # MMC/SD/SDIO Card Drivers | ||
1225 | # | ||
1226 | CONFIG_MMC_BLOCK=y | ||
1227 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1228 | CONFIG_SDIO_UART=y | ||
1229 | # CONFIG_MMC_TEST is not set | ||
1230 | |||
1231 | # | ||
1232 | # MMC/SD/SDIO Host Controller Drivers | ||
1233 | # | ||
1234 | # CONFIG_MMC_SDHCI is not set | ||
1235 | # CONFIG_MMC_TIFM_SD is not set | ||
1236 | CONFIG_MMC_MVSDIO=y | ||
1237 | # CONFIG_MMC_SPI is not set | ||
1140 | # CONFIG_MEMSTICK is not set | 1238 | # CONFIG_MEMSTICK is not set |
1141 | # CONFIG_ACCESSIBILITY is not set | 1239 | # CONFIG_ACCESSIBILITY is not set |
1142 | CONFIG_NEW_LEDS=y | 1240 | CONFIG_NEW_LEDS=y |
1143 | # CONFIG_LEDS_CLASS is not set | 1241 | CONFIG_LEDS_CLASS=y |
1144 | 1242 | ||
1145 | # | 1243 | # |
1146 | # LED drivers | 1244 | # LED drivers |
1147 | # | 1245 | # |
1246 | # CONFIG_LEDS_PCA9532 is not set | ||
1247 | CONFIG_LEDS_GPIO=y | ||
1248 | # CONFIG_LEDS_PCA955X is not set | ||
1148 | 1249 | ||
1149 | # | 1250 | # |
1150 | # LED Triggers | 1251 | # LED Triggers |
1151 | # | 1252 | # |
1152 | # CONFIG_LEDS_TRIGGERS is not set | 1253 | CONFIG_LEDS_TRIGGERS=y |
1254 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
1255 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
1256 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
1257 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | ||
1153 | CONFIG_RTC_LIB=y | 1258 | CONFIG_RTC_LIB=y |
1154 | CONFIG_RTC_CLASS=y | 1259 | CONFIG_RTC_CLASS=y |
1155 | CONFIG_RTC_HCTOSYS=y | 1260 | CONFIG_RTC_HCTOSYS=y |
@@ -1178,7 +1283,7 @@ CONFIG_RTC_INTF_DEV=y | |||
1178 | # CONFIG_RTC_DRV_PCF8563 is not set | 1283 | # CONFIG_RTC_DRV_PCF8563 is not set |
1179 | # CONFIG_RTC_DRV_PCF8583 is not set | 1284 | # CONFIG_RTC_DRV_PCF8583 is not set |
1180 | # CONFIG_RTC_DRV_M41T80 is not set | 1285 | # CONFIG_RTC_DRV_M41T80 is not set |
1181 | # CONFIG_RTC_DRV_S35390A is not set | 1286 | CONFIG_RTC_DRV_S35390A=y |
1182 | # CONFIG_RTC_DRV_FM3130 is not set | 1287 | # CONFIG_RTC_DRV_FM3130 is not set |
1183 | # CONFIG_RTC_DRV_RX8581 is not set | 1288 | # CONFIG_RTC_DRV_RX8581 is not set |
1184 | 1289 | ||
@@ -1227,6 +1332,7 @@ CONFIG_DMA_ENGINE=y | |||
1227 | # CONFIG_DMATEST is not set | 1332 | # CONFIG_DMATEST is not set |
1228 | # CONFIG_REGULATOR is not set | 1333 | # CONFIG_REGULATOR is not set |
1229 | # CONFIG_UIO is not set | 1334 | # CONFIG_UIO is not set |
1335 | # CONFIG_STAGING is not set | ||
1230 | 1336 | ||
1231 | # | 1337 | # |
1232 | # File systems | 1338 | # File systems |
@@ -1238,16 +1344,14 @@ CONFIG_EXT3_FS=y | |||
1238 | # CONFIG_EXT3_FS_XATTR is not set | 1344 | # CONFIG_EXT3_FS_XATTR is not set |
1239 | # CONFIG_EXT4_FS is not set | 1345 | # CONFIG_EXT4_FS is not set |
1240 | CONFIG_JBD=y | 1346 | CONFIG_JBD=y |
1347 | # CONFIG_JBD_DEBUG is not set | ||
1241 | # CONFIG_REISERFS_FS is not set | 1348 | # CONFIG_REISERFS_FS is not set |
1242 | # CONFIG_JFS_FS is not set | 1349 | # CONFIG_JFS_FS is not set |
1243 | # CONFIG_FS_POSIX_ACL is not set | 1350 | # CONFIG_FS_POSIX_ACL is not set |
1244 | CONFIG_FILE_LOCKING=y | 1351 | CONFIG_FILE_LOCKING=y |
1245 | CONFIG_XFS_FS=y | 1352 | # CONFIG_XFS_FS is not set |
1246 | # CONFIG_XFS_QUOTA is not set | ||
1247 | # CONFIG_XFS_POSIX_ACL is not set | ||
1248 | # CONFIG_XFS_RT is not set | ||
1249 | # CONFIG_XFS_DEBUG is not set | ||
1250 | # CONFIG_OCFS2_FS is not set | 1353 | # CONFIG_OCFS2_FS is not set |
1354 | # CONFIG_BTRFS_FS is not set | ||
1251 | CONFIG_DNOTIFY=y | 1355 | CONFIG_DNOTIFY=y |
1252 | CONFIG_INOTIFY=y | 1356 | CONFIG_INOTIFY=y |
1253 | CONFIG_INOTIFY_USER=y | 1357 | CONFIG_INOTIFY_USER=y |
@@ -1268,9 +1372,9 @@ CONFIG_UDF_NLS=y | |||
1268 | # | 1372 | # |
1269 | # DOS/FAT/NT Filesystems | 1373 | # DOS/FAT/NT Filesystems |
1270 | # | 1374 | # |
1271 | CONFIG_FAT_FS=m | 1375 | CONFIG_FAT_FS=y |
1272 | CONFIG_MSDOS_FS=m | 1376 | CONFIG_MSDOS_FS=y |
1273 | CONFIG_VFAT_FS=m | 1377 | CONFIG_VFAT_FS=y |
1274 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 1378 | CONFIG_FAT_DEFAULT_CODEPAGE=437 |
1275 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 1379 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" |
1276 | # CONFIG_NTFS_FS is not set | 1380 | # CONFIG_NTFS_FS is not set |
@@ -1286,10 +1390,7 @@ CONFIG_TMPFS=y | |||
1286 | # CONFIG_TMPFS_POSIX_ACL is not set | 1390 | # CONFIG_TMPFS_POSIX_ACL is not set |
1287 | # CONFIG_HUGETLB_PAGE is not set | 1391 | # CONFIG_HUGETLB_PAGE is not set |
1288 | # CONFIG_CONFIGFS_FS is not set | 1392 | # CONFIG_CONFIGFS_FS is not set |
1289 | 1393 | CONFIG_MISC_FILESYSTEMS=y | |
1290 | # | ||
1291 | # Miscellaneous filesystems | ||
1292 | # | ||
1293 | # CONFIG_ADFS_FS is not set | 1394 | # CONFIG_ADFS_FS is not set |
1294 | # CONFIG_AFFS_FS is not set | 1395 | # CONFIG_AFFS_FS is not set |
1295 | # CONFIG_HFS_FS is not set | 1396 | # CONFIG_HFS_FS is not set |
@@ -1309,6 +1410,7 @@ CONFIG_JFFS2_ZLIB=y | |||
1309 | CONFIG_JFFS2_RTIME=y | 1410 | CONFIG_JFFS2_RTIME=y |
1310 | # CONFIG_JFFS2_RUBIN is not set | 1411 | # CONFIG_JFFS2_RUBIN is not set |
1311 | CONFIG_CRAMFS=y | 1412 | CONFIG_CRAMFS=y |
1413 | # CONFIG_SQUASHFS is not set | ||
1312 | # CONFIG_VXFS_FS is not set | 1414 | # CONFIG_VXFS_FS is not set |
1313 | # CONFIG_MINIX_FS is not set | 1415 | # CONFIG_MINIX_FS is not set |
1314 | # CONFIG_OMFS_FS is not set | 1416 | # CONFIG_OMFS_FS is not set |
@@ -1393,7 +1495,7 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1393 | CONFIG_FRAME_WARN=1024 | 1495 | CONFIG_FRAME_WARN=1024 |
1394 | CONFIG_MAGIC_SYSRQ=y | 1496 | CONFIG_MAGIC_SYSRQ=y |
1395 | # CONFIG_UNUSED_SYMBOLS is not set | 1497 | # CONFIG_UNUSED_SYMBOLS is not set |
1396 | # CONFIG_DEBUG_FS is not set | 1498 | CONFIG_DEBUG_FS=y |
1397 | # CONFIG_HEADERS_CHECK is not set | 1499 | # CONFIG_HEADERS_CHECK is not set |
1398 | CONFIG_DEBUG_KERNEL=y | 1500 | CONFIG_DEBUG_KERNEL=y |
1399 | # CONFIG_DEBUG_SHIRQ is not set | 1501 | # CONFIG_DEBUG_SHIRQ is not set |
@@ -1416,6 +1518,7 @@ CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | |||
1416 | # CONFIG_LOCK_STAT is not set | 1518 | # CONFIG_LOCK_STAT is not set |
1417 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1519 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1418 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1520 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1521 | CONFIG_STACKTRACE=y | ||
1419 | # CONFIG_DEBUG_KOBJECT is not set | 1522 | # CONFIG_DEBUG_KOBJECT is not set |
1420 | CONFIG_DEBUG_BUGVERBOSE=y | 1523 | CONFIG_DEBUG_BUGVERBOSE=y |
1421 | CONFIG_DEBUG_INFO=y | 1524 | CONFIG_DEBUG_INFO=y |
@@ -1424,7 +1527,7 @@ CONFIG_DEBUG_INFO=y | |||
1424 | CONFIG_DEBUG_MEMORY_INIT=y | 1527 | CONFIG_DEBUG_MEMORY_INIT=y |
1425 | # CONFIG_DEBUG_LIST is not set | 1528 | # CONFIG_DEBUG_LIST is not set |
1426 | # CONFIG_DEBUG_SG is not set | 1529 | # CONFIG_DEBUG_SG is not set |
1427 | CONFIG_FRAME_POINTER=y | 1530 | # CONFIG_DEBUG_NOTIFIERS is not set |
1428 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1531 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1429 | # CONFIG_RCU_TORTURE_TEST is not set | 1532 | # CONFIG_RCU_TORTURE_TEST is not set |
1430 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1533 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
@@ -1435,7 +1538,10 @@ CONFIG_FRAME_POINTER=y | |||
1435 | # CONFIG_FAULT_INJECTION is not set | 1538 | # CONFIG_FAULT_INJECTION is not set |
1436 | # CONFIG_LATENCYTOP is not set | 1539 | # CONFIG_LATENCYTOP is not set |
1437 | CONFIG_SYSCTL_SYSCALL_CHECK=y | 1540 | CONFIG_SYSCTL_SYSCALL_CHECK=y |
1541 | CONFIG_NOP_TRACER=y | ||
1438 | CONFIG_HAVE_FUNCTION_TRACER=y | 1542 | CONFIG_HAVE_FUNCTION_TRACER=y |
1543 | CONFIG_RING_BUFFER=y | ||
1544 | CONFIG_TRACING=y | ||
1439 | 1545 | ||
1440 | # | 1546 | # |
1441 | # Tracers | 1547 | # Tracers |
@@ -1446,11 +1552,14 @@ CONFIG_HAVE_FUNCTION_TRACER=y | |||
1446 | # CONFIG_SCHED_TRACER is not set | 1552 | # CONFIG_SCHED_TRACER is not set |
1447 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | 1553 | # CONFIG_CONTEXT_SWITCH_TRACER is not set |
1448 | # CONFIG_BOOT_TRACER is not set | 1554 | # CONFIG_BOOT_TRACER is not set |
1555 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1449 | # CONFIG_STACK_TRACER is not set | 1556 | # CONFIG_STACK_TRACER is not set |
1557 | # CONFIG_FTRACE_STARTUP_TEST is not set | ||
1450 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | 1558 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set |
1451 | # CONFIG_SAMPLES is not set | 1559 | # CONFIG_SAMPLES is not set |
1452 | CONFIG_HAVE_ARCH_KGDB=y | 1560 | CONFIG_HAVE_ARCH_KGDB=y |
1453 | # CONFIG_KGDB is not set | 1561 | # CONFIG_KGDB is not set |
1562 | CONFIG_ARM_UNWIND=y | ||
1454 | CONFIG_DEBUG_USER=y | 1563 | CONFIG_DEBUG_USER=y |
1455 | CONFIG_DEBUG_ERRORS=y | 1564 | CONFIG_DEBUG_ERRORS=y |
1456 | # CONFIG_DEBUG_STACK_USAGE is not set | 1565 | # CONFIG_DEBUG_STACK_USAGE is not set |
@@ -1464,19 +1573,22 @@ CONFIG_DEBUG_LL=y | |||
1464 | # CONFIG_SECURITY is not set | 1573 | # CONFIG_SECURITY is not set |
1465 | # CONFIG_SECURITYFS is not set | 1574 | # CONFIG_SECURITYFS is not set |
1466 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1575 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1467 | CONFIG_ASYNC_CORE=y | ||
1468 | CONFIG_CRYPTO=y | 1576 | CONFIG_CRYPTO=y |
1469 | 1577 | ||
1470 | # | 1578 | # |
1471 | # Crypto core or helper | 1579 | # Crypto core or helper |
1472 | # | 1580 | # |
1473 | # CONFIG_CRYPTO_FIPS is not set | 1581 | # CONFIG_CRYPTO_FIPS is not set |
1474 | CONFIG_CRYPTO_ALGAPI=m | 1582 | CONFIG_CRYPTO_ALGAPI=y |
1475 | CONFIG_CRYPTO_AEAD=m | 1583 | CONFIG_CRYPTO_ALGAPI2=y |
1476 | CONFIG_CRYPTO_BLKCIPHER=m | 1584 | CONFIG_CRYPTO_AEAD2=y |
1477 | CONFIG_CRYPTO_HASH=m | 1585 | CONFIG_CRYPTO_BLKCIPHER=y |
1478 | CONFIG_CRYPTO_RNG=m | 1586 | CONFIG_CRYPTO_BLKCIPHER2=y |
1479 | CONFIG_CRYPTO_MANAGER=m | 1587 | CONFIG_CRYPTO_HASH=y |
1588 | CONFIG_CRYPTO_HASH2=y | ||
1589 | CONFIG_CRYPTO_RNG2=y | ||
1590 | CONFIG_CRYPTO_MANAGER=y | ||
1591 | CONFIG_CRYPTO_MANAGER2=y | ||
1480 | # CONFIG_CRYPTO_GF128MUL is not set | 1592 | # CONFIG_CRYPTO_GF128MUL is not set |
1481 | # CONFIG_CRYPTO_NULL is not set | 1593 | # CONFIG_CRYPTO_NULL is not set |
1482 | # CONFIG_CRYPTO_CRYPTD is not set | 1594 | # CONFIG_CRYPTO_CRYPTD is not set |
@@ -1496,7 +1608,7 @@ CONFIG_CRYPTO_MANAGER=m | |||
1496 | CONFIG_CRYPTO_CBC=m | 1608 | CONFIG_CRYPTO_CBC=m |
1497 | # CONFIG_CRYPTO_CTR is not set | 1609 | # CONFIG_CRYPTO_CTR is not set |
1498 | # CONFIG_CRYPTO_CTS is not set | 1610 | # CONFIG_CRYPTO_CTS is not set |
1499 | CONFIG_CRYPTO_ECB=m | 1611 | CONFIG_CRYPTO_ECB=y |
1500 | # CONFIG_CRYPTO_LRW is not set | 1612 | # CONFIG_CRYPTO_LRW is not set |
1501 | CONFIG_CRYPTO_PCBC=m | 1613 | CONFIG_CRYPTO_PCBC=m |
1502 | # CONFIG_CRYPTO_XTS is not set | 1614 | # CONFIG_CRYPTO_XTS is not set |
@@ -1510,7 +1622,7 @@ CONFIG_CRYPTO_PCBC=m | |||
1510 | # | 1622 | # |
1511 | # Digest | 1623 | # Digest |
1512 | # | 1624 | # |
1513 | # CONFIG_CRYPTO_CRC32C is not set | 1625 | CONFIG_CRYPTO_CRC32C=y |
1514 | # CONFIG_CRYPTO_MD4 is not set | 1626 | # CONFIG_CRYPTO_MD4 is not set |
1515 | # CONFIG_CRYPTO_MD5 is not set | 1627 | # CONFIG_CRYPTO_MD5 is not set |
1516 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1628 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
@@ -1527,9 +1639,9 @@ CONFIG_CRYPTO_PCBC=m | |||
1527 | # | 1639 | # |
1528 | # Ciphers | 1640 | # Ciphers |
1529 | # | 1641 | # |
1530 | # CONFIG_CRYPTO_AES is not set | 1642 | CONFIG_CRYPTO_AES=y |
1531 | # CONFIG_CRYPTO_ANUBIS is not set | 1643 | # CONFIG_CRYPTO_ANUBIS is not set |
1532 | # CONFIG_CRYPTO_ARC4 is not set | 1644 | CONFIG_CRYPTO_ARC4=y |
1533 | # CONFIG_CRYPTO_BLOWFISH is not set | 1645 | # CONFIG_CRYPTO_BLOWFISH is not set |
1534 | # CONFIG_CRYPTO_CAMELLIA is not set | 1646 | # CONFIG_CRYPTO_CAMELLIA is not set |
1535 | # CONFIG_CRYPTO_CAST5 is not set | 1647 | # CONFIG_CRYPTO_CAST5 is not set |
@@ -1560,6 +1672,7 @@ CONFIG_CRYPTO_HW=y | |||
1560 | # Library routines | 1672 | # Library routines |
1561 | # | 1673 | # |
1562 | CONFIG_BITREVERSE=y | 1674 | CONFIG_BITREVERSE=y |
1675 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1563 | CONFIG_CRC_CCITT=y | 1676 | CONFIG_CRC_CCITT=y |
1564 | CONFIG_CRC16=y | 1677 | CONFIG_CRC16=y |
1565 | # CONFIG_CRC_T10DIF is not set | 1678 | # CONFIG_CRC_T10DIF is not set |
diff --git a/arch/arm/configs/lart_defconfig b/arch/arm/configs/lart_defconfig index a1cc34f25602..56ae56899d2e 100644 --- a/arch/arm/configs/lart_defconfig +++ b/arch/arm/configs/lart_defconfig | |||
@@ -87,7 +87,6 @@ CONFIG_ARCH_SA1100=y | |||
87 | # CONFIG_SA1100_COLLIE is not set | 87 | # CONFIG_SA1100_COLLIE is not set |
88 | # CONFIG_SA1100_H3100 is not set | 88 | # CONFIG_SA1100_H3100 is not set |
89 | # CONFIG_SA1100_H3600 is not set | 89 | # CONFIG_SA1100_H3600 is not set |
90 | # CONFIG_SA1100_H3800 is not set | ||
91 | # CONFIG_SA1100_BADGE4 is not set | 90 | # CONFIG_SA1100_BADGE4 is not set |
92 | # CONFIG_SA1100_JORNADA720 is not set | 91 | # CONFIG_SA1100_JORNADA720 is not set |
93 | # CONFIG_SA1100_HACKKIT is not set | 92 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/magician_defconfig b/arch/arm/configs/magician_defconfig index 73ba62b71063..82428c2f234c 100644 --- a/arch/arm/configs/magician_defconfig +++ b/arch/arm/configs/magician_defconfig | |||
@@ -1,9 +1,10 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc6 | 3 | # Linux kernel version: 2.6.29-rc3 |
4 | # Sun Dec 30 13:02:54 2007 | 4 | # Fri Jan 30 12:42:03 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_HAVE_PWM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 8 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
8 | CONFIG_GENERIC_GPIO=y | 9 | CONFIG_GENERIC_GPIO=y |
9 | CONFIG_GENERIC_TIME=y | 10 | CONFIG_GENERIC_TIME=y |
@@ -12,6 +13,7 @@ CONFIG_MMU=y | |||
12 | # CONFIG_NO_IOPORT is not set | 13 | # CONFIG_NO_IOPORT is not set |
13 | CONFIG_GENERIC_HARDIRQS=y | 14 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | 15 | CONFIG_STACKTRACE_SUPPORT=y |
16 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | 17 | CONFIG_LOCKDEP_SUPPORT=y |
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 18 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
17 | CONFIG_HARDIRQS_SW_RESEND=y | 19 | CONFIG_HARDIRQS_SW_RESEND=y |
@@ -21,8 +23,8 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_GENERIC_HWEIGHT=y | 24 | CONFIG_GENERIC_HWEIGHT=y |
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 25 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
25 | CONFIG_ARCH_MTD_XIP=y | 26 | CONFIG_ARCH_MTD_XIP=y |
27 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | 28 | CONFIG_VECTORS_BASE=0xffff0000 |
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 29 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
28 | 30 | ||
@@ -41,16 +43,24 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
41 | # CONFIG_POSIX_MQUEUE is not set | 43 | # CONFIG_POSIX_MQUEUE is not set |
42 | # CONFIG_BSD_PROCESS_ACCT is not set | 44 | # CONFIG_BSD_PROCESS_ACCT is not set |
43 | # CONFIG_TASKSTATS is not set | 45 | # CONFIG_TASKSTATS is not set |
44 | # CONFIG_USER_NS is not set | ||
45 | # CONFIG_PID_NS is not set | ||
46 | # CONFIG_AUDIT is not set | 46 | # CONFIG_AUDIT is not set |
47 | |||
48 | # | ||
49 | # RCU Subsystem | ||
50 | # | ||
51 | CONFIG_CLASSIC_RCU=y | ||
52 | # CONFIG_TREE_RCU is not set | ||
53 | # CONFIG_PREEMPT_RCU is not set | ||
54 | # CONFIG_TREE_RCU_TRACE is not set | ||
55 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
47 | CONFIG_IKCONFIG=y | 56 | CONFIG_IKCONFIG=y |
48 | CONFIG_IKCONFIG_PROC=y | 57 | CONFIG_IKCONFIG_PROC=y |
49 | CONFIG_LOG_BUF_SHIFT=16 | 58 | CONFIG_LOG_BUF_SHIFT=16 |
59 | # CONFIG_GROUP_SCHED is not set | ||
50 | # CONFIG_CGROUPS is not set | 60 | # CONFIG_CGROUPS is not set |
51 | # CONFIG_FAIR_GROUP_SCHED is not set | 61 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
52 | # CONFIG_SYSFS_DEPRECATED is not set | ||
53 | # CONFIG_RELAY is not set | 62 | # CONFIG_RELAY is not set |
63 | # CONFIG_NAMESPACES is not set | ||
54 | CONFIG_BLK_DEV_INITRD=y | 64 | CONFIG_BLK_DEV_INITRD=y |
55 | CONFIG_INITRAMFS_SOURCE="" | 65 | CONFIG_INITRAMFS_SOURCE="" |
56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 66 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
@@ -65,31 +75,41 @@ CONFIG_HOTPLUG=y | |||
65 | CONFIG_PRINTK=y | 75 | CONFIG_PRINTK=y |
66 | CONFIG_BUG=y | 76 | CONFIG_BUG=y |
67 | CONFIG_ELF_CORE=y | 77 | CONFIG_ELF_CORE=y |
78 | CONFIG_COMPAT_BRK=y | ||
68 | CONFIG_BASE_FULL=y | 79 | CONFIG_BASE_FULL=y |
69 | CONFIG_FUTEX=y | 80 | CONFIG_FUTEX=y |
70 | CONFIG_ANON_INODES=y | 81 | CONFIG_ANON_INODES=y |
71 | CONFIG_EPOLL=y | 82 | CONFIG_EPOLL=y |
72 | CONFIG_SIGNALFD=y | 83 | CONFIG_SIGNALFD=y |
84 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | 85 | CONFIG_EVENTFD=y |
74 | CONFIG_SHMEM=y | 86 | CONFIG_SHMEM=y |
87 | CONFIG_AIO=y | ||
75 | CONFIG_VM_EVENT_COUNTERS=y | 88 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | 89 | CONFIG_SLAB=y |
77 | # CONFIG_SLUB is not set | 90 | # CONFIG_SLUB is not set |
78 | # CONFIG_SLOB is not set | 91 | # CONFIG_SLOB is not set |
92 | # CONFIG_PROFILING is not set | ||
93 | CONFIG_HAVE_OPROFILE=y | ||
94 | # CONFIG_KPROBES is not set | ||
95 | CONFIG_HAVE_KPROBES=y | ||
96 | CONFIG_HAVE_KRETPROBES=y | ||
97 | CONFIG_HAVE_CLK=y | ||
98 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
99 | CONFIG_SLABINFO=y | ||
79 | CONFIG_RT_MUTEXES=y | 100 | CONFIG_RT_MUTEXES=y |
80 | # CONFIG_TINY_SHMEM is not set | ||
81 | CONFIG_BASE_SMALL=0 | 101 | CONFIG_BASE_SMALL=0 |
82 | CONFIG_MODULES=y | 102 | CONFIG_MODULES=y |
103 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
83 | CONFIG_MODULE_UNLOAD=y | 104 | CONFIG_MODULE_UNLOAD=y |
84 | CONFIG_MODULE_FORCE_UNLOAD=y | 105 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
85 | # CONFIG_MODVERSIONS is not set | 106 | # CONFIG_MODVERSIONS is not set |
86 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 107 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
87 | CONFIG_KMOD=y | ||
88 | CONFIG_BLOCK=y | 108 | CONFIG_BLOCK=y |
89 | # CONFIG_LBD is not set | 109 | # CONFIG_LBD is not set |
90 | # CONFIG_BLK_DEV_IO_TRACE is not set | 110 | # CONFIG_BLK_DEV_IO_TRACE is not set |
91 | # CONFIG_LSF is not set | ||
92 | # CONFIG_BLK_DEV_BSG is not set | 111 | # CONFIG_BLK_DEV_BSG is not set |
112 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
93 | 113 | ||
94 | # | 114 | # |
95 | # IO Schedulers | 115 | # IO Schedulers |
@@ -103,8 +123,7 @@ CONFIG_IOSCHED_NOOP=y | |||
103 | # CONFIG_DEFAULT_CFQ is not set | 123 | # CONFIG_DEFAULT_CFQ is not set |
104 | CONFIG_DEFAULT_NOOP=y | 124 | CONFIG_DEFAULT_NOOP=y |
105 | CONFIG_DEFAULT_IOSCHED="noop" | 125 | CONFIG_DEFAULT_IOSCHED="noop" |
106 | CONFIG_CLASSIC_RCU=y | 126 | CONFIG_FREEZER=y |
107 | # CONFIG_PREEMPT_RCU is not set | ||
108 | 127 | ||
109 | # | 128 | # |
110 | # System Type | 129 | # System Type |
@@ -114,9 +133,7 @@ CONFIG_CLASSIC_RCU=y | |||
114 | # CONFIG_ARCH_REALVIEW is not set | 133 | # CONFIG_ARCH_REALVIEW is not set |
115 | # CONFIG_ARCH_VERSATILE is not set | 134 | # CONFIG_ARCH_VERSATILE is not set |
116 | # CONFIG_ARCH_AT91 is not set | 135 | # CONFIG_ARCH_AT91 is not set |
117 | # CONFIG_ARCH_CLPS7500 is not set | ||
118 | # CONFIG_ARCH_CLPS711X is not set | 136 | # CONFIG_ARCH_CLPS711X is not set |
119 | # CONFIG_ARCH_CO285 is not set | ||
120 | # CONFIG_ARCH_EBSA110 is not set | 137 | # CONFIG_ARCH_EBSA110 is not set |
121 | # CONFIG_ARCH_EP93XX is not set | 138 | # CONFIG_ARCH_EP93XX is not set |
122 | # CONFIG_ARCH_FOOTBRIDGE is not set | 139 | # CONFIG_ARCH_FOOTBRIDGE is not set |
@@ -130,41 +147,58 @@ CONFIG_CLASSIC_RCU=y | |||
130 | # CONFIG_ARCH_IXP2000 is not set | 147 | # CONFIG_ARCH_IXP2000 is not set |
131 | # CONFIG_ARCH_IXP4XX is not set | 148 | # CONFIG_ARCH_IXP4XX is not set |
132 | # CONFIG_ARCH_L7200 is not set | 149 | # CONFIG_ARCH_L7200 is not set |
150 | # CONFIG_ARCH_KIRKWOOD is not set | ||
133 | # CONFIG_ARCH_KS8695 is not set | 151 | # CONFIG_ARCH_KS8695 is not set |
134 | # CONFIG_ARCH_NS9XXX is not set | 152 | # CONFIG_ARCH_NS9XXX is not set |
153 | # CONFIG_ARCH_LOKI is not set | ||
154 | # CONFIG_ARCH_MV78XX0 is not set | ||
135 | # CONFIG_ARCH_MXC is not set | 155 | # CONFIG_ARCH_MXC is not set |
156 | # CONFIG_ARCH_ORION5X is not set | ||
136 | # CONFIG_ARCH_PNX4008 is not set | 157 | # CONFIG_ARCH_PNX4008 is not set |
137 | CONFIG_ARCH_PXA=y | 158 | CONFIG_ARCH_PXA=y |
138 | # CONFIG_ARCH_RPC is not set | 159 | # CONFIG_ARCH_RPC is not set |
139 | # CONFIG_ARCH_SA1100 is not set | 160 | # CONFIG_ARCH_SA1100 is not set |
140 | # CONFIG_ARCH_S3C2410 is not set | 161 | # CONFIG_ARCH_S3C2410 is not set |
162 | # CONFIG_ARCH_S3C64XX is not set | ||
141 | # CONFIG_ARCH_SHARK is not set | 163 | # CONFIG_ARCH_SHARK is not set |
142 | # CONFIG_ARCH_LH7A40X is not set | 164 | # CONFIG_ARCH_LH7A40X is not set |
143 | # CONFIG_ARCH_DAVINCI is not set | 165 | # CONFIG_ARCH_DAVINCI is not set |
144 | # CONFIG_ARCH_OMAP is not set | 166 | # CONFIG_ARCH_OMAP is not set |
167 | # CONFIG_ARCH_MSM is not set | ||
168 | # CONFIG_ARCH_W90X900 is not set | ||
145 | 169 | ||
146 | # | 170 | # |
147 | # Intel PXA2xx/PXA3xx Implementations | 171 | # Intel PXA2xx/PXA3xx Implementations |
148 | # | 172 | # |
173 | # CONFIG_ARCH_GUMSTIX is not set | ||
174 | # CONFIG_MACH_INTELMOTE2 is not set | ||
149 | # CONFIG_ARCH_LUBBOCK is not set | 175 | # CONFIG_ARCH_LUBBOCK is not set |
150 | # CONFIG_MACH_LOGICPD_PXA270 is not set | 176 | # CONFIG_MACH_LOGICPD_PXA270 is not set |
151 | # CONFIG_MACH_MAINSTONE is not set | 177 | # CONFIG_MACH_MAINSTONE is not set |
178 | # CONFIG_MACH_MP900C is not set | ||
152 | # CONFIG_ARCH_PXA_IDP is not set | 179 | # CONFIG_ARCH_PXA_IDP is not set |
153 | # CONFIG_PXA_SHARPSL is not set | 180 | # CONFIG_PXA_SHARPSL is not set |
154 | # CONFIG_MACH_TRIZEPS4 is not set | 181 | # CONFIG_ARCH_VIPER is not set |
182 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
183 | # CONFIG_TRIZEPS_PXA is not set | ||
184 | # CONFIG_MACH_H5000 is not set | ||
155 | # CONFIG_MACH_EM_X270 is not set | 185 | # CONFIG_MACH_EM_X270 is not set |
186 | # CONFIG_MACH_COLIBRI is not set | ||
156 | # CONFIG_MACH_ZYLONITE is not set | 187 | # CONFIG_MACH_ZYLONITE is not set |
188 | # CONFIG_MACH_LITTLETON is not set | ||
189 | # CONFIG_MACH_TAVOREVB is not set | ||
190 | # CONFIG_MACH_SAAR is not set | ||
157 | # CONFIG_MACH_ARMCORE is not set | 191 | # CONFIG_MACH_ARMCORE is not set |
192 | # CONFIG_MACH_CM_X300 is not set | ||
158 | CONFIG_MACH_MAGICIAN=y | 193 | CONFIG_MACH_MAGICIAN=y |
194 | # CONFIG_MACH_MIOA701 is not set | ||
195 | # CONFIG_MACH_PCM027 is not set | ||
196 | # CONFIG_ARCH_PXA_PALM is not set | ||
197 | # CONFIG_PXA_EZX is not set | ||
159 | CONFIG_PXA27x=y | 198 | CONFIG_PXA27x=y |
160 | 199 | CONFIG_PXA_SSP=y | |
161 | # | 200 | CONFIG_PXA_PWM=y |
162 | # Boot options | 201 | CONFIG_PXA_HAVE_BOARD_IRQS=y |
163 | # | ||
164 | |||
165 | # | ||
166 | # Power management | ||
167 | # | ||
168 | 202 | ||
169 | # | 203 | # |
170 | # Processor Type | 204 | # Processor Type |
@@ -173,6 +207,7 @@ CONFIG_CPU_32=y | |||
173 | CONFIG_CPU_XSCALE=y | 207 | CONFIG_CPU_XSCALE=y |
174 | CONFIG_CPU_32v5=y | 208 | CONFIG_CPU_32v5=y |
175 | CONFIG_CPU_ABRT_EV5T=y | 209 | CONFIG_CPU_ABRT_EV5T=y |
210 | CONFIG_CPU_PABRT_NOIFAR=y | ||
176 | CONFIG_CPU_CACHE_VIVT=y | 211 | CONFIG_CPU_CACHE_VIVT=y |
177 | CONFIG_CPU_TLB_V4WBI=y | 212 | CONFIG_CPU_TLB_V4WBI=y |
178 | CONFIG_CPU_CP15=y | 213 | CONFIG_CPU_CP15=y |
@@ -186,6 +221,7 @@ CONFIG_ARM_THUMB=y | |||
186 | # CONFIG_OUTER_CACHE is not set | 221 | # CONFIG_OUTER_CACHE is not set |
187 | CONFIG_IWMMXT=y | 222 | CONFIG_IWMMXT=y |
188 | CONFIG_XSCALE_PMU=y | 223 | CONFIG_XSCALE_PMU=y |
224 | CONFIG_COMMON_CLKDEV=y | ||
189 | 225 | ||
190 | # | 226 | # |
191 | # Bus support | 227 | # Bus support |
@@ -197,28 +233,33 @@ CONFIG_XSCALE_PMU=y | |||
197 | # | 233 | # |
198 | # Kernel Features | 234 | # Kernel Features |
199 | # | 235 | # |
200 | # CONFIG_TICK_ONESHOT is not set | 236 | CONFIG_TICK_ONESHOT=y |
201 | # CONFIG_NO_HZ is not set | 237 | CONFIG_NO_HZ=y |
202 | # CONFIG_HIGH_RES_TIMERS is not set | 238 | # CONFIG_HIGH_RES_TIMERS is not set |
203 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 239 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
240 | CONFIG_VMSPLIT_3G=y | ||
241 | # CONFIG_VMSPLIT_2G is not set | ||
242 | # CONFIG_VMSPLIT_1G is not set | ||
243 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
204 | CONFIG_PREEMPT=y | 244 | CONFIG_PREEMPT=y |
205 | CONFIG_HZ=100 | 245 | CONFIG_HZ=100 |
206 | CONFIG_AEABI=y | 246 | CONFIG_AEABI=y |
207 | CONFIG_OABI_COMPAT=y | 247 | CONFIG_OABI_COMPAT=y |
208 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 248 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y |
249 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
250 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
209 | CONFIG_SELECT_MEMORY_MODEL=y | 251 | CONFIG_SELECT_MEMORY_MODEL=y |
210 | CONFIG_FLATMEM_MANUAL=y | 252 | CONFIG_FLATMEM_MANUAL=y |
211 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 253 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
212 | # CONFIG_SPARSEMEM_MANUAL is not set | 254 | # CONFIG_SPARSEMEM_MANUAL is not set |
213 | CONFIG_FLATMEM=y | 255 | CONFIG_FLATMEM=y |
214 | CONFIG_FLAT_NODE_MEM_MAP=y | 256 | CONFIG_FLAT_NODE_MEM_MAP=y |
215 | # CONFIG_SPARSEMEM_STATIC is not set | 257 | CONFIG_PAGEFLAGS_EXTENDED=y |
216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
217 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 258 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
218 | # CONFIG_RESOURCES_64BIT is not set | 259 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
219 | CONFIG_ZONE_DMA_FLAG=1 | 260 | CONFIG_ZONE_DMA_FLAG=0 |
220 | CONFIG_BOUNCE=y | ||
221 | CONFIG_VIRT_TO_BUS=y | 261 | CONFIG_VIRT_TO_BUS=y |
262 | CONFIG_UNEVICTABLE_LRU=y | ||
222 | CONFIG_ALIGNMENT_TRAP=y | 263 | CONFIG_ALIGNMENT_TRAP=y |
223 | 264 | ||
224 | # | 265 | # |
@@ -229,9 +270,10 @@ CONFIG_ZBOOT_ROM_BSS=0x0 | |||
229 | CONFIG_CMDLINE="keepinitrd" | 270 | CONFIG_CMDLINE="keepinitrd" |
230 | # CONFIG_XIP_KERNEL is not set | 271 | # CONFIG_XIP_KERNEL is not set |
231 | CONFIG_KEXEC=y | 272 | CONFIG_KEXEC=y |
273 | CONFIG_ATAGS_PROC=y | ||
232 | 274 | ||
233 | # | 275 | # |
234 | # CPU Frequency scaling | 276 | # CPU Power Management |
235 | # | 277 | # |
236 | CONFIG_CPU_FREQ=y | 278 | CONFIG_CPU_FREQ=y |
237 | CONFIG_CPU_FREQ_TABLE=y | 279 | CONFIG_CPU_FREQ_TABLE=y |
@@ -239,6 +281,7 @@ CONFIG_CPU_FREQ_TABLE=y | |||
239 | CONFIG_CPU_FREQ_STAT=y | 281 | CONFIG_CPU_FREQ_STAT=y |
240 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | 282 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set |
241 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | 283 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y |
284 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
242 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | 285 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set |
243 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | 286 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set |
244 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | 287 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set |
@@ -247,6 +290,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | |||
247 | # CONFIG_CPU_FREQ_GOV_USERSPACE is not set | 290 | # CONFIG_CPU_FREQ_GOV_USERSPACE is not set |
248 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 291 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
249 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | 292 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set |
293 | # CONFIG_CPU_IDLE is not set | ||
250 | 294 | ||
251 | # | 295 | # |
252 | # Floating point emulation | 296 | # Floating point emulation |
@@ -263,6 +307,8 @@ CONFIG_FPE_NWFPE=y | |||
263 | # Userspace binary formats | 307 | # Userspace binary formats |
264 | # | 308 | # |
265 | CONFIG_BINFMT_ELF=y | 309 | CONFIG_BINFMT_ELF=y |
310 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
311 | CONFIG_HAVE_AOUT=y | ||
266 | # CONFIG_BINFMT_AOUT is not set | 312 | # CONFIG_BINFMT_AOUT is not set |
267 | # CONFIG_BINFMT_MISC is not set | 313 | # CONFIG_BINFMT_MISC is not set |
268 | 314 | ||
@@ -270,21 +316,18 @@ CONFIG_BINFMT_ELF=y | |||
270 | # Power management options | 316 | # Power management options |
271 | # | 317 | # |
272 | CONFIG_PM=y | 318 | CONFIG_PM=y |
273 | # CONFIG_PM_LEGACY is not set | ||
274 | # CONFIG_PM_DEBUG is not set | 319 | # CONFIG_PM_DEBUG is not set |
275 | CONFIG_PM_SLEEP=y | 320 | CONFIG_PM_SLEEP=y |
276 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
277 | CONFIG_SUSPEND=y | 321 | CONFIG_SUSPEND=y |
278 | CONFIG_APM_EMULATION=y | 322 | CONFIG_SUSPEND_FREEZER=y |
279 | 323 | # CONFIG_APM_EMULATION is not set | |
280 | # | 324 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
281 | # Networking | ||
282 | # | ||
283 | CONFIG_NET=y | 325 | CONFIG_NET=y |
284 | 326 | ||
285 | # | 327 | # |
286 | # Networking options | 328 | # Networking options |
287 | # | 329 | # |
330 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
288 | CONFIG_PACKET=y | 331 | CONFIG_PACKET=y |
289 | CONFIG_PACKET_MMAP=y | 332 | CONFIG_PACKET_MMAP=y |
290 | CONFIG_UNIX=y | 333 | CONFIG_UNIX=y |
@@ -316,33 +359,15 @@ CONFIG_IP_PNP=y | |||
316 | CONFIG_TCP_CONG_CUBIC=y | 359 | CONFIG_TCP_CONG_CUBIC=y |
317 | CONFIG_DEFAULT_TCP_CONG="cubic" | 360 | CONFIG_DEFAULT_TCP_CONG="cubic" |
318 | # CONFIG_TCP_MD5SIG is not set | 361 | # CONFIG_TCP_MD5SIG is not set |
319 | # CONFIG_IP_VS is not set | ||
320 | # CONFIG_IPV6 is not set | 362 | # CONFIG_IPV6 is not set |
321 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
322 | # CONFIG_INET6_TUNNEL is not set | ||
323 | # CONFIG_NETWORK_SECMARK is not set | 363 | # CONFIG_NETWORK_SECMARK is not set |
324 | CONFIG_NETFILTER=y | 364 | # CONFIG_NETFILTER is not set |
325 | # CONFIG_NETFILTER_DEBUG is not set | ||
326 | |||
327 | # | ||
328 | # Core Netfilter Configuration | ||
329 | # | ||
330 | # CONFIG_NETFILTER_NETLINK is not set | ||
331 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
332 | # CONFIG_NF_CONNTRACK is not set | ||
333 | # CONFIG_NETFILTER_XTABLES is not set | ||
334 | |||
335 | # | ||
336 | # IP: Netfilter Configuration | ||
337 | # | ||
338 | # CONFIG_IP_NF_QUEUE is not set | ||
339 | # CONFIG_IP_NF_IPTABLES is not set | ||
340 | # CONFIG_IP_NF_ARPTABLES is not set | ||
341 | # CONFIG_IP_DCCP is not set | 365 | # CONFIG_IP_DCCP is not set |
342 | # CONFIG_IP_SCTP is not set | 366 | # CONFIG_IP_SCTP is not set |
343 | # CONFIG_TIPC is not set | 367 | # CONFIG_TIPC is not set |
344 | # CONFIG_ATM is not set | 368 | # CONFIG_ATM is not set |
345 | # CONFIG_BRIDGE is not set | 369 | # CONFIG_BRIDGE is not set |
370 | # CONFIG_NET_DSA is not set | ||
346 | # CONFIG_VLAN_8021Q is not set | 371 | # CONFIG_VLAN_8021Q is not set |
347 | # CONFIG_DECNET is not set | 372 | # CONFIG_DECNET is not set |
348 | # CONFIG_LLC2 is not set | 373 | # CONFIG_LLC2 is not set |
@@ -353,6 +378,7 @@ CONFIG_NETFILTER=y | |||
353 | # CONFIG_ECONET is not set | 378 | # CONFIG_ECONET is not set |
354 | # CONFIG_WAN_ROUTER is not set | 379 | # CONFIG_WAN_ROUTER is not set |
355 | # CONFIG_NET_SCHED is not set | 380 | # CONFIG_NET_SCHED is not set |
381 | # CONFIG_DCB is not set | ||
356 | 382 | ||
357 | # | 383 | # |
358 | # Network testing | 384 | # Network testing |
@@ -390,20 +416,17 @@ CONFIG_IRTTY_SIR=m | |||
390 | # Dongle support | 416 | # Dongle support |
391 | # | 417 | # |
392 | # CONFIG_DONGLE is not set | 418 | # CONFIG_DONGLE is not set |
393 | 419 | # CONFIG_KINGSUN_DONGLE is not set | |
394 | # | 420 | # CONFIG_KSDAZZLE_DONGLE is not set |
395 | # Old SIR device drivers | 421 | # CONFIG_KS959_DONGLE is not set |
396 | # | ||
397 | # CONFIG_IRPORT_SIR is not set | ||
398 | |||
399 | # | ||
400 | # Old Serial dongle support | ||
401 | # | ||
402 | 422 | ||
403 | # | 423 | # |
404 | # FIR device drivers | 424 | # FIR device drivers |
405 | # | 425 | # |
426 | # CONFIG_USB_IRDA is not set | ||
427 | # CONFIG_SIGMATEL_FIR is not set | ||
406 | CONFIG_PXA_FICP=m | 428 | CONFIG_PXA_FICP=m |
429 | # CONFIG_MCS_FIR is not set | ||
407 | CONFIG_BT=m | 430 | CONFIG_BT=m |
408 | CONFIG_BT_L2CAP=m | 431 | CONFIG_BT_L2CAP=m |
409 | CONFIG_BT_SCO=m | 432 | CONFIG_BT_SCO=m |
@@ -417,17 +440,17 @@ CONFIG_BT_HIDP=m | |||
417 | # | 440 | # |
418 | # Bluetooth device drivers | 441 | # Bluetooth device drivers |
419 | # | 442 | # |
443 | CONFIG_BT_HCIBTUSB=m | ||
444 | # CONFIG_BT_HCIBTSDIO is not set | ||
420 | # CONFIG_BT_HCIUART is not set | 445 | # CONFIG_BT_HCIUART is not set |
446 | # CONFIG_BT_HCIBCM203X is not set | ||
447 | # CONFIG_BT_HCIBPA10X is not set | ||
448 | # CONFIG_BT_HCIBFUSB is not set | ||
421 | # CONFIG_BT_HCIVHCI is not set | 449 | # CONFIG_BT_HCIVHCI is not set |
422 | # CONFIG_AF_RXRPC is not set | 450 | # CONFIG_AF_RXRPC is not set |
423 | 451 | # CONFIG_PHONET is not set | |
424 | # | 452 | # CONFIG_WIRELESS is not set |
425 | # Wireless | 453 | # CONFIG_WIMAX is not set |
426 | # | ||
427 | # CONFIG_CFG80211 is not set | ||
428 | # CONFIG_WIRELESS_EXT is not set | ||
429 | # CONFIG_MAC80211 is not set | ||
430 | # CONFIG_IEEE80211 is not set | ||
431 | # CONFIG_RFKILL is not set | 454 | # CONFIG_RFKILL is not set |
432 | # CONFIG_NET_9P is not set | 455 | # CONFIG_NET_9P is not set |
433 | 456 | ||
@@ -442,25 +465,28 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
442 | CONFIG_STANDALONE=y | 465 | CONFIG_STANDALONE=y |
443 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 466 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
444 | CONFIG_FW_LOADER=y | 467 | CONFIG_FW_LOADER=y |
468 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
469 | CONFIG_EXTRA_FIRMWARE="" | ||
445 | # CONFIG_DEBUG_DRIVER is not set | 470 | # CONFIG_DEBUG_DRIVER is not set |
446 | # CONFIG_DEBUG_DEVRES is not set | 471 | # CONFIG_DEBUG_DEVRES is not set |
447 | # CONFIG_SYS_HYPERVISOR is not set | 472 | # CONFIG_SYS_HYPERVISOR is not set |
448 | # CONFIG_CONNECTOR is not set | 473 | # CONFIG_CONNECTOR is not set |
449 | CONFIG_MTD=y | 474 | CONFIG_MTD=y |
450 | CONFIG_MTD_DEBUG=y | 475 | # CONFIG_MTD_DEBUG is not set |
451 | CONFIG_MTD_DEBUG_VERBOSE=0 | ||
452 | # CONFIG_MTD_CONCAT is not set | 476 | # CONFIG_MTD_CONCAT is not set |
453 | CONFIG_MTD_PARTITIONS=y | 477 | CONFIG_MTD_PARTITIONS=y |
478 | # CONFIG_MTD_TESTS is not set | ||
454 | # CONFIG_MTD_REDBOOT_PARTS is not set | 479 | # CONFIG_MTD_REDBOOT_PARTS is not set |
455 | CONFIG_MTD_CMDLINE_PARTS=y | 480 | CONFIG_MTD_CMDLINE_PARTS=y |
456 | # CONFIG_MTD_AFS_PARTS is not set | 481 | # CONFIG_MTD_AFS_PARTS is not set |
482 | # CONFIG_MTD_AR7_PARTS is not set | ||
457 | 483 | ||
458 | # | 484 | # |
459 | # User Modules And Translation Layers | 485 | # User Modules And Translation Layers |
460 | # | 486 | # |
461 | CONFIG_MTD_CHAR=m | 487 | CONFIG_MTD_CHAR=y |
462 | CONFIG_MTD_BLKDEVS=m | 488 | CONFIG_MTD_BLKDEVS=y |
463 | CONFIG_MTD_BLOCK=m | 489 | CONFIG_MTD_BLOCK=y |
464 | # CONFIG_FTL is not set | 490 | # CONFIG_FTL is not set |
465 | # CONFIG_NFTL is not set | 491 | # CONFIG_NFTL is not set |
466 | # CONFIG_INFTL is not set | 492 | # CONFIG_INFTL is not set |
@@ -473,6 +499,7 @@ CONFIG_MTD_BLOCK=m | |||
473 | # | 499 | # |
474 | CONFIG_MTD_CFI=y | 500 | CONFIG_MTD_CFI=y |
475 | # CONFIG_MTD_JEDECPROBE is not set | 501 | # CONFIG_MTD_JEDECPROBE is not set |
502 | CONFIG_MTD_GEN_PROBE=y | ||
476 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | 503 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set |
477 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | 504 | CONFIG_MTD_MAP_BANK_WIDTH_1=y |
478 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | 505 | CONFIG_MTD_MAP_BANK_WIDTH_2=y |
@@ -487,6 +514,7 @@ CONFIG_MTD_CFI_I2=y | |||
487 | CONFIG_MTD_CFI_INTELEXT=y | 514 | CONFIG_MTD_CFI_INTELEXT=y |
488 | # CONFIG_MTD_CFI_AMDSTD is not set | 515 | # CONFIG_MTD_CFI_AMDSTD is not set |
489 | # CONFIG_MTD_CFI_STAA is not set | 516 | # CONFIG_MTD_CFI_STAA is not set |
517 | CONFIG_MTD_CFI_UTIL=y | ||
490 | # CONFIG_MTD_RAM is not set | 518 | # CONFIG_MTD_RAM is not set |
491 | # CONFIG_MTD_ROM is not set | 519 | # CONFIG_MTD_ROM is not set |
492 | # CONFIG_MTD_ABSENT is not set | 520 | # CONFIG_MTD_ABSENT is not set |
@@ -497,9 +525,7 @@ CONFIG_MTD_CFI_INTELEXT=y | |||
497 | # | 525 | # |
498 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 526 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
499 | CONFIG_MTD_PHYSMAP=y | 527 | CONFIG_MTD_PHYSMAP=y |
500 | CONFIG_MTD_PHYSMAP_START=0x00000000 | 528 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
501 | CONFIG_MTD_PHYSMAP_LEN=0x04000000 | ||
502 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | ||
503 | # CONFIG_MTD_PXA2XX is not set | 529 | # CONFIG_MTD_PXA2XX is not set |
504 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 530 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
505 | # CONFIG_MTD_SHARP_SL is not set | 531 | # CONFIG_MTD_SHARP_SL is not set |
@@ -523,6 +549,12 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | |||
523 | # CONFIG_MTD_ONENAND is not set | 549 | # CONFIG_MTD_ONENAND is not set |
524 | 550 | ||
525 | # | 551 | # |
552 | # LPDDR flash memory drivers | ||
553 | # | ||
554 | # CONFIG_MTD_LPDDR is not set | ||
555 | # CONFIG_MTD_QINFO_PROBE is not set | ||
556 | |||
557 | # | ||
526 | # UBI - Unsorted block images | 558 | # UBI - Unsorted block images |
527 | # | 559 | # |
528 | # CONFIG_MTD_UBI is not set | 560 | # CONFIG_MTD_UBI is not set |
@@ -531,10 +563,12 @@ CONFIG_BLK_DEV=y | |||
531 | # CONFIG_BLK_DEV_COW_COMMON is not set | 563 | # CONFIG_BLK_DEV_COW_COMMON is not set |
532 | # CONFIG_BLK_DEV_LOOP is not set | 564 | # CONFIG_BLK_DEV_LOOP is not set |
533 | # CONFIG_BLK_DEV_NBD is not set | 565 | # CONFIG_BLK_DEV_NBD is not set |
566 | # CONFIG_BLK_DEV_UB is not set | ||
534 | # CONFIG_BLK_DEV_RAM is not set | 567 | # CONFIG_BLK_DEV_RAM is not set |
535 | # CONFIG_CDROM_PKTCDVD is not set | 568 | # CONFIG_CDROM_PKTCDVD is not set |
536 | # CONFIG_ATA_OVER_ETH is not set | 569 | # CONFIG_ATA_OVER_ETH is not set |
537 | # CONFIG_MISC_DEVICES is not set | 570 | # CONFIG_MISC_DEVICES is not set |
571 | CONFIG_HAVE_IDE=y | ||
538 | # CONFIG_IDE is not set | 572 | # CONFIG_IDE is not set |
539 | 573 | ||
540 | # | 574 | # |
@@ -547,7 +581,6 @@ CONFIG_BLK_DEV=y | |||
547 | # CONFIG_ATA is not set | 581 | # CONFIG_ATA is not set |
548 | # CONFIG_MD is not set | 582 | # CONFIG_MD is not set |
549 | CONFIG_NETDEVICES=y | 583 | CONFIG_NETDEVICES=y |
550 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
551 | # CONFIG_DUMMY is not set | 584 | # CONFIG_DUMMY is not set |
552 | # CONFIG_BONDING is not set | 585 | # CONFIG_BONDING is not set |
553 | # CONFIG_MACVLAN is not set | 586 | # CONFIG_MACVLAN is not set |
@@ -563,6 +596,20 @@ CONFIG_NETDEVICES=y | |||
563 | # | 596 | # |
564 | # CONFIG_WLAN_PRE80211 is not set | 597 | # CONFIG_WLAN_PRE80211 is not set |
565 | # CONFIG_WLAN_80211 is not set | 598 | # CONFIG_WLAN_80211 is not set |
599 | # CONFIG_IWLWIFI_LEDS is not set | ||
600 | |||
601 | # | ||
602 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
603 | # | ||
604 | |||
605 | # | ||
606 | # USB Network Adapters | ||
607 | # | ||
608 | # CONFIG_USB_CATC is not set | ||
609 | # CONFIG_USB_KAWETH is not set | ||
610 | # CONFIG_USB_PEGASUS is not set | ||
611 | # CONFIG_USB_RTL8150 is not set | ||
612 | # CONFIG_USB_USBNET is not set | ||
566 | # CONFIG_WAN is not set | 613 | # CONFIG_WAN is not set |
567 | CONFIG_PPP=m | 614 | CONFIG_PPP=m |
568 | # CONFIG_PPP_MULTILINK is not set | 615 | # CONFIG_PPP_MULTILINK is not set |
@@ -612,7 +659,26 @@ CONFIG_KEYBOARD_GPIO=y | |||
612 | # CONFIG_INPUT_JOYSTICK is not set | 659 | # CONFIG_INPUT_JOYSTICK is not set |
613 | # CONFIG_INPUT_TABLET is not set | 660 | # CONFIG_INPUT_TABLET is not set |
614 | CONFIG_INPUT_TOUCHSCREEN=y | 661 | CONFIG_INPUT_TOUCHSCREEN=y |
662 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
663 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
664 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
665 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
666 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
667 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
668 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
669 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
670 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
671 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
672 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
673 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
674 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
615 | CONFIG_INPUT_MISC=y | 675 | CONFIG_INPUT_MISC=y |
676 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
677 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
678 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
679 | # CONFIG_INPUT_POWERMATE is not set | ||
680 | # CONFIG_INPUT_YEALINK is not set | ||
681 | # CONFIG_INPUT_CM109 is not set | ||
616 | CONFIG_INPUT_UINPUT=m | 682 | CONFIG_INPUT_UINPUT=m |
617 | 683 | ||
618 | # | 684 | # |
@@ -625,9 +691,11 @@ CONFIG_INPUT_UINPUT=m | |||
625 | # Character devices | 691 | # Character devices |
626 | # | 692 | # |
627 | CONFIG_VT=y | 693 | CONFIG_VT=y |
694 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
628 | CONFIG_VT_CONSOLE=y | 695 | CONFIG_VT_CONSOLE=y |
629 | CONFIG_HW_CONSOLE=y | 696 | CONFIG_HW_CONSOLE=y |
630 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 697 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
698 | # CONFIG_DEVKMEM is not set | ||
631 | # CONFIG_SERIAL_NONSTANDARD is not set | 699 | # CONFIG_SERIAL_NONSTANDARD is not set |
632 | 700 | ||
633 | # | 701 | # |
@@ -642,6 +710,7 @@ CONFIG_SERIAL_PXA=y | |||
642 | # CONFIG_SERIAL_PXA_CONSOLE is not set | 710 | # CONFIG_SERIAL_PXA_CONSOLE is not set |
643 | CONFIG_SERIAL_CORE=y | 711 | CONFIG_SERIAL_CORE=y |
644 | CONFIG_UNIX98_PTYS=y | 712 | CONFIG_UNIX98_PTYS=y |
713 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
645 | # CONFIG_LEGACY_PTYS is not set | 714 | # CONFIG_LEGACY_PTYS is not set |
646 | # CONFIG_IPMI_HANDLER is not set | 715 | # CONFIG_IPMI_HANDLER is not set |
647 | # CONFIG_HW_RANDOM is not set | 716 | # CONFIG_HW_RANDOM is not set |
@@ -649,37 +718,45 @@ CONFIG_UNIX98_PTYS=y | |||
649 | # CONFIG_R3964 is not set | 718 | # CONFIG_R3964 is not set |
650 | # CONFIG_RAW_DRIVER is not set | 719 | # CONFIG_RAW_DRIVER is not set |
651 | # CONFIG_TCG_TPM is not set | 720 | # CONFIG_TCG_TPM is not set |
652 | CONFIG_I2C=m | 721 | CONFIG_I2C=y |
653 | CONFIG_I2C_BOARDINFO=y | 722 | CONFIG_I2C_BOARDINFO=y |
654 | CONFIG_I2C_CHARDEV=m | 723 | CONFIG_I2C_CHARDEV=m |
724 | CONFIG_I2C_HELPER_AUTO=y | ||
655 | 725 | ||
656 | # | 726 | # |
657 | # I2C Algorithms | 727 | # I2C Hardware Bus support |
658 | # | 728 | # |
659 | # CONFIG_I2C_ALGOBIT is not set | ||
660 | # CONFIG_I2C_ALGOPCF is not set | ||
661 | # CONFIG_I2C_ALGOPCA is not set | ||
662 | 729 | ||
663 | # | 730 | # |
664 | # I2C Hardware Bus support | 731 | # I2C system bus drivers (mostly embedded / system-on-chip) |
665 | # | 732 | # |
666 | # CONFIG_I2C_GPIO is not set | 733 | # CONFIG_I2C_GPIO is not set |
667 | CONFIG_I2C_PXA=m | ||
668 | # CONFIG_I2C_PXA_SLAVE is not set | ||
669 | # CONFIG_I2C_OCORES is not set | 734 | # CONFIG_I2C_OCORES is not set |
670 | # CONFIG_I2C_PARPORT_LIGHT is not set | 735 | CONFIG_I2C_PXA=y |
736 | # CONFIG_I2C_PXA_SLAVE is not set | ||
671 | # CONFIG_I2C_SIMTEC is not set | 737 | # CONFIG_I2C_SIMTEC is not set |
738 | |||
739 | # | ||
740 | # External I2C/SMBus adapter drivers | ||
741 | # | ||
742 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
672 | # CONFIG_I2C_TAOS_EVM is not set | 743 | # CONFIG_I2C_TAOS_EVM is not set |
744 | # CONFIG_I2C_TINY_USB is not set | ||
745 | |||
746 | # | ||
747 | # Other I2C/SMBus bus drivers | ||
748 | # | ||
749 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
673 | # CONFIG_I2C_STUB is not set | 750 | # CONFIG_I2C_STUB is not set |
674 | 751 | ||
675 | # | 752 | # |
676 | # Miscellaneous I2C Chip support | 753 | # Miscellaneous I2C Chip support |
677 | # | 754 | # |
678 | # CONFIG_SENSORS_DS1337 is not set | ||
679 | # CONFIG_SENSORS_DS1374 is not set | ||
680 | # CONFIG_DS1682 is not set | 755 | # CONFIG_DS1682 is not set |
756 | # CONFIG_AT24 is not set | ||
681 | # CONFIG_EEPROM_LEGACY is not set | 757 | # CONFIG_EEPROM_LEGACY is not set |
682 | # CONFIG_SENSORS_PCF8574 is not set | 758 | # CONFIG_SENSORS_PCF8574 is not set |
759 | # CONFIG_PCF8575 is not set | ||
683 | # CONFIG_SENSORS_PCA9539 is not set | 760 | # CONFIG_SENSORS_PCA9539 is not set |
684 | # CONFIG_SENSORS_PCF8591 is not set | 761 | # CONFIG_SENSORS_PCF8591 is not set |
685 | # CONFIG_SENSORS_MAX6875 is not set | 762 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -688,19 +765,39 @@ CONFIG_I2C_PXA=m | |||
688 | # CONFIG_I2C_DEBUG_ALGO is not set | 765 | # CONFIG_I2C_DEBUG_ALGO is not set |
689 | # CONFIG_I2C_DEBUG_BUS is not set | 766 | # CONFIG_I2C_DEBUG_BUS is not set |
690 | # CONFIG_I2C_DEBUG_CHIP is not set | 767 | # CONFIG_I2C_DEBUG_CHIP is not set |
768 | # CONFIG_SPI is not set | ||
769 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
770 | CONFIG_GPIOLIB=y | ||
771 | # CONFIG_DEBUG_GPIO is not set | ||
772 | # CONFIG_GPIO_SYSFS is not set | ||
691 | 773 | ||
692 | # | 774 | # |
693 | # SPI support | 775 | # Memory mapped GPIO expanders: |
776 | # | ||
777 | |||
778 | # | ||
779 | # I2C GPIO expanders: | ||
780 | # | ||
781 | # CONFIG_GPIO_MAX732X is not set | ||
782 | # CONFIG_GPIO_PCA953X is not set | ||
783 | # CONFIG_GPIO_PCF857X is not set | ||
784 | |||
785 | # | ||
786 | # PCI GPIO expanders: | ||
787 | # | ||
788 | |||
789 | # | ||
790 | # SPI GPIO expanders: | ||
694 | # | 791 | # |
695 | # CONFIG_SPI is not set | ||
696 | # CONFIG_SPI_MASTER is not set | ||
697 | CONFIG_W1=y | 792 | CONFIG_W1=y |
698 | 793 | ||
699 | # | 794 | # |
700 | # 1-wire Bus Masters | 795 | # 1-wire Bus Masters |
701 | # | 796 | # |
797 | # CONFIG_W1_MASTER_DS2490 is not set | ||
702 | # CONFIG_W1_MASTER_DS2482 is not set | 798 | # CONFIG_W1_MASTER_DS2482 is not set |
703 | CONFIG_W1_MASTER_DS1WM=y | 799 | CONFIG_W1_MASTER_DS1WM=y |
800 | # CONFIG_W1_MASTER_GPIO is not set | ||
704 | 801 | ||
705 | # | 802 | # |
706 | # 1-wire Slaves | 803 | # 1-wire Slaves |
@@ -709,32 +806,56 @@ CONFIG_W1_MASTER_DS1WM=y | |||
709 | # CONFIG_W1_SLAVE_SMEM is not set | 806 | # CONFIG_W1_SLAVE_SMEM is not set |
710 | # CONFIG_W1_SLAVE_DS2433 is not set | 807 | # CONFIG_W1_SLAVE_DS2433 is not set |
711 | CONFIG_W1_SLAVE_DS2760=y | 808 | CONFIG_W1_SLAVE_DS2760=y |
809 | # CONFIG_W1_SLAVE_BQ27000 is not set | ||
712 | CONFIG_POWER_SUPPLY=y | 810 | CONFIG_POWER_SUPPLY=y |
713 | # CONFIG_POWER_SUPPLY_DEBUG is not set | 811 | # CONFIG_POWER_SUPPLY_DEBUG is not set |
714 | CONFIG_PDA_POWER=y | 812 | CONFIG_PDA_POWER=y |
715 | # CONFIG_APM_POWER is not set | ||
716 | CONFIG_BATTERY_DS2760=y | 813 | CONFIG_BATTERY_DS2760=y |
814 | # CONFIG_BATTERY_BQ27x00 is not set | ||
717 | # CONFIG_HWMON is not set | 815 | # CONFIG_HWMON is not set |
816 | # CONFIG_THERMAL is not set | ||
817 | # CONFIG_THERMAL_HWMON is not set | ||
718 | # CONFIG_WATCHDOG is not set | 818 | # CONFIG_WATCHDOG is not set |
819 | CONFIG_SSB_POSSIBLE=y | ||
719 | 820 | ||
720 | # | 821 | # |
721 | # Sonics Silicon Backplane | 822 | # Sonics Silicon Backplane |
722 | # | 823 | # |
723 | CONFIG_SSB_POSSIBLE=y | ||
724 | # CONFIG_SSB is not set | 824 | # CONFIG_SSB is not set |
725 | 825 | ||
726 | # | 826 | # |
727 | # Multifunction device drivers | 827 | # Multifunction device drivers |
728 | # | 828 | # |
829 | # CONFIG_MFD_CORE is not set | ||
729 | # CONFIG_MFD_SM501 is not set | 830 | # CONFIG_MFD_SM501 is not set |
831 | # CONFIG_MFD_ASIC3 is not set | ||
730 | CONFIG_HTC_EGPIO=y | 832 | CONFIG_HTC_EGPIO=y |
731 | CONFIG_HTC_PASIC3=y | 833 | CONFIG_HTC_PASIC3=y |
834 | # CONFIG_TPS65010 is not set | ||
835 | # CONFIG_TWL4030_CORE is not set | ||
836 | # CONFIG_MFD_TMIO is not set | ||
837 | # CONFIG_MFD_T7L66XB is not set | ||
838 | # CONFIG_MFD_TC6387XB is not set | ||
839 | # CONFIG_MFD_TC6393XB is not set | ||
840 | # CONFIG_PMIC_DA903X is not set | ||
841 | # CONFIG_MFD_WM8400 is not set | ||
842 | # CONFIG_MFD_WM8350_I2C is not set | ||
843 | # CONFIG_MFD_PCF50633 is not set | ||
732 | 844 | ||
733 | # | 845 | # |
734 | # Multimedia devices | 846 | # Multimedia devices |
735 | # | 847 | # |
848 | |||
849 | # | ||
850 | # Multimedia core support | ||
851 | # | ||
736 | # CONFIG_VIDEO_DEV is not set | 852 | # CONFIG_VIDEO_DEV is not set |
737 | # CONFIG_DVB_CORE is not set | 853 | # CONFIG_DVB_CORE is not set |
854 | # CONFIG_VIDEO_MEDIA is not set | ||
855 | |||
856 | # | ||
857 | # Multimedia drivers | ||
858 | # | ||
738 | # CONFIG_DAB is not set | 859 | # CONFIG_DAB is not set |
739 | 860 | ||
740 | # | 861 | # |
@@ -745,6 +866,7 @@ CONFIG_HTC_PASIC3=y | |||
745 | CONFIG_FB=y | 866 | CONFIG_FB=y |
746 | # CONFIG_FIRMWARE_EDID is not set | 867 | # CONFIG_FIRMWARE_EDID is not set |
747 | # CONFIG_FB_DDC is not set | 868 | # CONFIG_FB_DDC is not set |
869 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
748 | CONFIG_FB_CFB_FILLRECT=y | 870 | CONFIG_FB_CFB_FILLRECT=y |
749 | CONFIG_FB_CFB_COPYAREA=y | 871 | CONFIG_FB_CFB_COPYAREA=y |
750 | CONFIG_FB_CFB_IMAGEBLIT=y | 872 | CONFIG_FB_CFB_IMAGEBLIT=y |
@@ -752,8 +874,8 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
752 | # CONFIG_FB_SYS_FILLRECT is not set | 874 | # CONFIG_FB_SYS_FILLRECT is not set |
753 | # CONFIG_FB_SYS_COPYAREA is not set | 875 | # CONFIG_FB_SYS_COPYAREA is not set |
754 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 876 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
877 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
755 | # CONFIG_FB_SYS_FOPS is not set | 878 | # CONFIG_FB_SYS_FOPS is not set |
756 | CONFIG_FB_DEFERRED_IO=y | ||
757 | # CONFIG_FB_SVGALIB is not set | 879 | # CONFIG_FB_SVGALIB is not set |
758 | # CONFIG_FB_MACMODES is not set | 880 | # CONFIG_FB_MACMODES is not set |
759 | # CONFIG_FB_BACKLIGHT is not set | 881 | # CONFIG_FB_BACKLIGHT is not set |
@@ -765,13 +887,21 @@ CONFIG_FB_DEFERRED_IO=y | |||
765 | # | 887 | # |
766 | # CONFIG_FB_S1D13XXX is not set | 888 | # CONFIG_FB_S1D13XXX is not set |
767 | CONFIG_FB_PXA=y | 889 | CONFIG_FB_PXA=y |
890 | CONFIG_FB_PXA_OVERLAY=y | ||
891 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
768 | # CONFIG_FB_PXA_PARAMETERS is not set | 892 | # CONFIG_FB_PXA_PARAMETERS is not set |
769 | # CONFIG_FB_MBX is not set | 893 | # CONFIG_FB_MBX is not set |
894 | # CONFIG_FB_W100 is not set | ||
770 | # CONFIG_FB_VIRTUAL is not set | 895 | # CONFIG_FB_VIRTUAL is not set |
896 | # CONFIG_FB_METRONOME is not set | ||
897 | # CONFIG_FB_MB862XX is not set | ||
771 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 898 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
772 | CONFIG_LCD_CLASS_DEVICE=y | 899 | CONFIG_LCD_CLASS_DEVICE=y |
900 | # CONFIG_LCD_ILI9320 is not set | ||
901 | # CONFIG_LCD_PLATFORM is not set | ||
773 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 902 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
774 | CONFIG_BACKLIGHT_CORGI=y | 903 | # CONFIG_BACKLIGHT_GENERIC is not set |
904 | CONFIG_BACKLIGHT_PWM=y | ||
775 | 905 | ||
776 | # | 906 | # |
777 | # Display device support | 907 | # Display device support |
@@ -802,15 +932,8 @@ CONFIG_FONT_MINI_4x6=y | |||
802 | # CONFIG_FONT_SUN12x22 is not set | 932 | # CONFIG_FONT_SUN12x22 is not set |
803 | # CONFIG_FONT_10x18 is not set | 933 | # CONFIG_FONT_10x18 is not set |
804 | # CONFIG_LOGO is not set | 934 | # CONFIG_LOGO is not set |
805 | |||
806 | # | ||
807 | # Sound | ||
808 | # | ||
809 | CONFIG_SOUND=y | 935 | CONFIG_SOUND=y |
810 | 936 | CONFIG_SOUND_OSS_CORE=y | |
811 | # | ||
812 | # Advanced Linux Sound Architecture | ||
813 | # | ||
814 | CONFIG_SND=m | 937 | CONFIG_SND=m |
815 | CONFIG_SND_TIMER=m | 938 | CONFIG_SND_TIMER=m |
816 | CONFIG_SND_PCM=m | 939 | CONFIG_SND_PCM=m |
@@ -824,53 +947,185 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
824 | CONFIG_SND_VERBOSE_PROCFS=y | 947 | CONFIG_SND_VERBOSE_PROCFS=y |
825 | # CONFIG_SND_VERBOSE_PRINTK is not set | 948 | # CONFIG_SND_VERBOSE_PRINTK is not set |
826 | # CONFIG_SND_DEBUG is not set | 949 | # CONFIG_SND_DEBUG is not set |
827 | 950 | CONFIG_SND_DRIVERS=y | |
828 | # | ||
829 | # Generic devices | ||
830 | # | ||
831 | # CONFIG_SND_DUMMY is not set | 951 | # CONFIG_SND_DUMMY is not set |
832 | # CONFIG_SND_MTPAV is not set | 952 | # CONFIG_SND_MTPAV is not set |
833 | # CONFIG_SND_SERIAL_U16550 is not set | 953 | # CONFIG_SND_SERIAL_U16550 is not set |
834 | # CONFIG_SND_MPU401 is not set | 954 | # CONFIG_SND_MPU401 is not set |
835 | 955 | # CONFIG_SND_ARM is not set | |
836 | # | 956 | CONFIG_SND_PXA2XX_LIB=m |
837 | # ALSA ARM devices | 957 | # CONFIG_SND_USB is not set |
838 | # | ||
839 | # CONFIG_SND_PXA2XX_AC97 is not set | ||
840 | |||
841 | # | ||
842 | # System on Chip audio support | ||
843 | # | ||
844 | CONFIG_SND_SOC=m | 958 | CONFIG_SND_SOC=m |
845 | CONFIG_SND_PXA2XX_SOC=m | 959 | CONFIG_SND_PXA2XX_SOC=m |
846 | 960 | CONFIG_SND_SOC_I2C_AND_SPI=m | |
847 | # | 961 | # CONFIG_SND_SOC_ALL_CODECS is not set |
848 | # SoC Audio support for SuperH | ||
849 | # | ||
850 | |||
851 | # | ||
852 | # Open Sound System | ||
853 | # | ||
854 | # CONFIG_SOUND_PRIME is not set | 962 | # CONFIG_SOUND_PRIME is not set |
855 | # CONFIG_HID_SUPPORT is not set | 963 | # CONFIG_HID_SUPPORT is not set |
856 | CONFIG_HID=m | 964 | CONFIG_HID=m |
857 | # CONFIG_USB_SUPPORT is not set | 965 | CONFIG_USB_SUPPORT=y |
966 | CONFIG_USB_ARCH_HAS_HCD=y | ||
967 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
968 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
969 | CONFIG_USB=y | ||
970 | # CONFIG_USB_DEBUG is not set | ||
971 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
972 | |||
973 | # | ||
974 | # Miscellaneous USB options | ||
975 | # | ||
976 | # CONFIG_USB_DEVICEFS is not set | ||
977 | # CONFIG_USB_DEVICE_CLASS is not set | ||
978 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
979 | # CONFIG_USB_SUSPEND is not set | ||
980 | # CONFIG_USB_OTG is not set | ||
981 | # CONFIG_USB_OTG_WHITELIST is not set | ||
982 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
983 | CONFIG_USB_MON=m | ||
984 | # CONFIG_USB_WUSB is not set | ||
985 | # CONFIG_USB_WUSB_CBAF is not set | ||
986 | |||
987 | # | ||
988 | # USB Host Controller Drivers | ||
989 | # | ||
990 | # CONFIG_USB_C67X00_HCD is not set | ||
991 | # CONFIG_USB_OXU210HP_HCD is not set | ||
992 | # CONFIG_USB_ISP116X_HCD is not set | ||
993 | CONFIG_USB_OHCI_HCD=y | ||
994 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
995 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
996 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
997 | # CONFIG_USB_SL811_HCD is not set | ||
998 | # CONFIG_USB_R8A66597_HCD is not set | ||
999 | # CONFIG_USB_HWA_HCD is not set | ||
1000 | # CONFIG_USB_MUSB_HDRC is not set | ||
1001 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
1002 | |||
1003 | # | ||
1004 | # USB Device Class drivers | ||
1005 | # | ||
1006 | # CONFIG_USB_ACM is not set | ||
1007 | # CONFIG_USB_PRINTER is not set | ||
1008 | # CONFIG_USB_WDM is not set | ||
1009 | # CONFIG_USB_TMC is not set | ||
1010 | |||
1011 | # | ||
1012 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1013 | # | ||
1014 | |||
1015 | # | ||
1016 | # see USB_STORAGE Help for more information | ||
1017 | # | ||
1018 | # CONFIG_USB_LIBUSUAL is not set | ||
1019 | |||
1020 | # | ||
1021 | # USB Imaging devices | ||
1022 | # | ||
1023 | # CONFIG_USB_MDC800 is not set | ||
1024 | |||
1025 | # | ||
1026 | # USB port drivers | ||
1027 | # | ||
1028 | # CONFIG_USB_SERIAL is not set | ||
1029 | |||
1030 | # | ||
1031 | # USB Miscellaneous drivers | ||
1032 | # | ||
1033 | # CONFIG_USB_EMI62 is not set | ||
1034 | # CONFIG_USB_EMI26 is not set | ||
1035 | # CONFIG_USB_ADUTUX is not set | ||
1036 | # CONFIG_USB_SEVSEG is not set | ||
1037 | # CONFIG_USB_RIO500 is not set | ||
1038 | # CONFIG_USB_LEGOTOWER is not set | ||
1039 | # CONFIG_USB_LCD is not set | ||
1040 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1041 | # CONFIG_USB_LED is not set | ||
1042 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1043 | # CONFIG_USB_CYTHERM is not set | ||
1044 | # CONFIG_USB_PHIDGET is not set | ||
1045 | # CONFIG_USB_IDMOUSE is not set | ||
1046 | # CONFIG_USB_FTDI_ELAN is not set | ||
1047 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1048 | # CONFIG_USB_LD is not set | ||
1049 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1050 | # CONFIG_USB_IOWARRIOR is not set | ||
1051 | # CONFIG_USB_ISIGHTFW is not set | ||
1052 | # CONFIG_USB_VST is not set | ||
1053 | CONFIG_USB_GADGET=y | ||
1054 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1055 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1056 | CONFIG_USB_GADGET_VBUS_DRAW=500 | ||
1057 | CONFIG_USB_GADGET_SELECTED=y | ||
1058 | # CONFIG_USB_GADGET_AT91 is not set | ||
1059 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1060 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1061 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1062 | # CONFIG_USB_GADGET_OMAP is not set | ||
1063 | # CONFIG_USB_GADGET_PXA25X is not set | ||
1064 | CONFIG_USB_GADGET_PXA27X=y | ||
1065 | CONFIG_USB_PXA27X=y | ||
1066 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1067 | # CONFIG_USB_GADGET_IMX is not set | ||
1068 | # CONFIG_USB_GADGET_M66592 is not set | ||
1069 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1070 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
1071 | # CONFIG_USB_GADGET_CI13XXX is not set | ||
1072 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1073 | # CONFIG_USB_GADGET_GOKU is not set | ||
1074 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1075 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
1076 | # CONFIG_USB_ZERO is not set | ||
1077 | CONFIG_USB_ETH=m | ||
1078 | # CONFIG_USB_ETH_RNDIS is not set | ||
1079 | CONFIG_USB_GADGETFS=m | ||
1080 | CONFIG_USB_FILE_STORAGE=m | ||
1081 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
1082 | CONFIG_USB_G_SERIAL=m | ||
1083 | # CONFIG_USB_MIDI_GADGET is not set | ||
1084 | # CONFIG_USB_G_PRINTER is not set | ||
1085 | CONFIG_USB_CDC_COMPOSITE=m | ||
1086 | |||
1087 | # | ||
1088 | # OTG and related infrastructure | ||
1089 | # | ||
1090 | CONFIG_USB_OTG_UTILS=y | ||
1091 | CONFIG_USB_GPIO_VBUS=y | ||
858 | CONFIG_MMC=y | 1092 | CONFIG_MMC=y |
859 | # CONFIG_MMC_DEBUG is not set | 1093 | # CONFIG_MMC_DEBUG is not set |
860 | # CONFIG_MMC_UNSAFE_RESUME is not set | 1094 | # CONFIG_MMC_UNSAFE_RESUME is not set |
861 | 1095 | ||
862 | # | 1096 | # |
863 | # MMC/SD Card Drivers | 1097 | # MMC/SD/SDIO Card Drivers |
864 | # | 1098 | # |
865 | CONFIG_MMC_BLOCK=y | 1099 | CONFIG_MMC_BLOCK=y |
866 | CONFIG_MMC_BLOCK_BOUNCE=y | 1100 | CONFIG_MMC_BLOCK_BOUNCE=y |
867 | CONFIG_SDIO_UART=m | 1101 | CONFIG_SDIO_UART=m |
1102 | # CONFIG_MMC_TEST is not set | ||
868 | 1103 | ||
869 | # | 1104 | # |
870 | # MMC/SD Host Controller Drivers | 1105 | # MMC/SD/SDIO Host Controller Drivers |
871 | # | 1106 | # |
872 | CONFIG_MMC_PXA=y | 1107 | CONFIG_MMC_PXA=y |
1108 | # CONFIG_MMC_SDHCI is not set | ||
1109 | # CONFIG_MEMSTICK is not set | ||
1110 | # CONFIG_ACCESSIBILITY is not set | ||
873 | CONFIG_NEW_LEDS=y | 1111 | CONFIG_NEW_LEDS=y |
1112 | CONFIG_LEDS_CLASS=y | ||
1113 | |||
1114 | # | ||
1115 | # LED drivers | ||
1116 | # | ||
1117 | # CONFIG_LEDS_PCA9532 is not set | ||
1118 | CONFIG_LEDS_GPIO=y | ||
1119 | # CONFIG_LEDS_PCA955X is not set | ||
1120 | |||
1121 | # | ||
1122 | # LED Triggers | ||
1123 | # | ||
1124 | CONFIG_LEDS_TRIGGERS=y | ||
1125 | # CONFIG_LEDS_TRIGGER_TIMER is not set | ||
1126 | # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set | ||
1127 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
1128 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
874 | CONFIG_RTC_LIB=y | 1129 | CONFIG_RTC_LIB=y |
875 | CONFIG_RTC_CLASS=y | 1130 | CONFIG_RTC_CLASS=y |
876 | CONFIG_RTC_HCTOSYS=y | 1131 | CONFIG_RTC_HCTOSYS=y |
@@ -899,6 +1154,9 @@ CONFIG_RTC_INTF_DEV=y | |||
899 | # CONFIG_RTC_DRV_PCF8563 is not set | 1154 | # CONFIG_RTC_DRV_PCF8563 is not set |
900 | # CONFIG_RTC_DRV_PCF8583 is not set | 1155 | # CONFIG_RTC_DRV_PCF8583 is not set |
901 | # CONFIG_RTC_DRV_M41T80 is not set | 1156 | # CONFIG_RTC_DRV_M41T80 is not set |
1157 | # CONFIG_RTC_DRV_S35390A is not set | ||
1158 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1159 | # CONFIG_RTC_DRV_RX8581 is not set | ||
902 | 1160 | ||
903 | # | 1161 | # |
904 | # SPI RTC drivers | 1162 | # SPI RTC drivers |
@@ -908,17 +1166,26 @@ CONFIG_RTC_INTF_DEV=y | |||
908 | # Platform RTC drivers | 1166 | # Platform RTC drivers |
909 | # | 1167 | # |
910 | # CONFIG_RTC_DRV_CMOS is not set | 1168 | # CONFIG_RTC_DRV_CMOS is not set |
1169 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1170 | # CONFIG_RTC_DRV_DS1511 is not set | ||
911 | # CONFIG_RTC_DRV_DS1553 is not set | 1171 | # CONFIG_RTC_DRV_DS1553 is not set |
912 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
913 | # CONFIG_RTC_DRV_DS1742 is not set | 1172 | # CONFIG_RTC_DRV_DS1742 is not set |
1173 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
914 | # CONFIG_RTC_DRV_M48T86 is not set | 1174 | # CONFIG_RTC_DRV_M48T86 is not set |
1175 | # CONFIG_RTC_DRV_M48T35 is not set | ||
915 | # CONFIG_RTC_DRV_M48T59 is not set | 1176 | # CONFIG_RTC_DRV_M48T59 is not set |
1177 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
916 | # CONFIG_RTC_DRV_V3020 is not set | 1178 | # CONFIG_RTC_DRV_V3020 is not set |
917 | 1179 | ||
918 | # | 1180 | # |
919 | # on-CPU RTC drivers | 1181 | # on-CPU RTC drivers |
920 | # | 1182 | # |
921 | CONFIG_RTC_DRV_SA1100=y | 1183 | CONFIG_RTC_DRV_SA1100=y |
1184 | # CONFIG_RTC_DRV_PXA is not set | ||
1185 | # CONFIG_DMADEVICES is not set | ||
1186 | # CONFIG_REGULATOR is not set | ||
1187 | # CONFIG_UIO is not set | ||
1188 | # CONFIG_STAGING is not set | ||
922 | 1189 | ||
923 | # | 1190 | # |
924 | # File systems | 1191 | # File systems |
@@ -927,19 +1194,18 @@ CONFIG_EXT2_FS=y | |||
927 | # CONFIG_EXT2_FS_XATTR is not set | 1194 | # CONFIG_EXT2_FS_XATTR is not set |
928 | # CONFIG_EXT2_FS_XIP is not set | 1195 | # CONFIG_EXT2_FS_XIP is not set |
929 | # CONFIG_EXT3_FS is not set | 1196 | # CONFIG_EXT3_FS is not set |
930 | # CONFIG_EXT4DEV_FS is not set | 1197 | # CONFIG_EXT4_FS is not set |
931 | # CONFIG_REISERFS_FS is not set | 1198 | # CONFIG_REISERFS_FS is not set |
932 | # CONFIG_JFS_FS is not set | 1199 | # CONFIG_JFS_FS is not set |
933 | # CONFIG_FS_POSIX_ACL is not set | 1200 | # CONFIG_FS_POSIX_ACL is not set |
1201 | CONFIG_FILE_LOCKING=y | ||
934 | # CONFIG_XFS_FS is not set | 1202 | # CONFIG_XFS_FS is not set |
935 | # CONFIG_GFS2_FS is not set | ||
936 | # CONFIG_OCFS2_FS is not set | 1203 | # CONFIG_OCFS2_FS is not set |
937 | # CONFIG_MINIX_FS is not set | 1204 | # CONFIG_BTRFS_FS is not set |
938 | # CONFIG_ROMFS_FS is not set | 1205 | CONFIG_DNOTIFY=y |
939 | CONFIG_INOTIFY=y | 1206 | CONFIG_INOTIFY=y |
940 | CONFIG_INOTIFY_USER=y | 1207 | CONFIG_INOTIFY_USER=y |
941 | # CONFIG_QUOTA is not set | 1208 | # CONFIG_QUOTA is not set |
942 | CONFIG_DNOTIFY=y | ||
943 | # CONFIG_AUTOFS_FS is not set | 1209 | # CONFIG_AUTOFS_FS is not set |
944 | # CONFIG_AUTOFS4_FS is not set | 1210 | # CONFIG_AUTOFS4_FS is not set |
945 | # CONFIG_FUSE_FS is not set | 1211 | # CONFIG_FUSE_FS is not set |
@@ -965,15 +1231,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
965 | # | 1231 | # |
966 | CONFIG_PROC_FS=y | 1232 | CONFIG_PROC_FS=y |
967 | CONFIG_PROC_SYSCTL=y | 1233 | CONFIG_PROC_SYSCTL=y |
1234 | CONFIG_PROC_PAGE_MONITOR=y | ||
968 | CONFIG_SYSFS=y | 1235 | CONFIG_SYSFS=y |
969 | CONFIG_TMPFS=y | 1236 | CONFIG_TMPFS=y |
970 | # CONFIG_TMPFS_POSIX_ACL is not set | 1237 | # CONFIG_TMPFS_POSIX_ACL is not set |
971 | # CONFIG_HUGETLB_PAGE is not set | 1238 | # CONFIG_HUGETLB_PAGE is not set |
972 | # CONFIG_CONFIGFS_FS is not set | 1239 | # CONFIG_CONFIGFS_FS is not set |
973 | 1240 | CONFIG_MISC_FILESYSTEMS=y | |
974 | # | ||
975 | # Miscellaneous filesystems | ||
976 | # | ||
977 | # CONFIG_ADFS_FS is not set | 1241 | # CONFIG_ADFS_FS is not set |
978 | # CONFIG_AFFS_FS is not set | 1242 | # CONFIG_AFFS_FS is not set |
979 | # CONFIG_HFS_FS is not set | 1243 | # CONFIG_HFS_FS is not set |
@@ -997,9 +1261,13 @@ CONFIG_JFFS2_CMODE_PRIORITY=y | |||
997 | # CONFIG_JFFS2_CMODE_SIZE is not set | 1261 | # CONFIG_JFFS2_CMODE_SIZE is not set |
998 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | 1262 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set |
999 | # CONFIG_CRAMFS is not set | 1263 | # CONFIG_CRAMFS is not set |
1264 | # CONFIG_SQUASHFS is not set | ||
1000 | # CONFIG_VXFS_FS is not set | 1265 | # CONFIG_VXFS_FS is not set |
1266 | # CONFIG_MINIX_FS is not set | ||
1267 | # CONFIG_OMFS_FS is not set | ||
1001 | # CONFIG_HPFS_FS is not set | 1268 | # CONFIG_HPFS_FS is not set |
1002 | # CONFIG_QNX4FS_FS is not set | 1269 | # CONFIG_QNX4FS_FS is not set |
1270 | # CONFIG_ROMFS_FS is not set | ||
1003 | # CONFIG_SYSV_FS is not set | 1271 | # CONFIG_SYSV_FS is not set |
1004 | # CONFIG_UFS_FS is not set | 1272 | # CONFIG_UFS_FS is not set |
1005 | CONFIG_NETWORK_FILESYSTEMS=y | 1273 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1007,14 +1275,13 @@ CONFIG_NFS_FS=y | |||
1007 | CONFIG_NFS_V3=y | 1275 | CONFIG_NFS_V3=y |
1008 | # CONFIG_NFS_V3_ACL is not set | 1276 | # CONFIG_NFS_V3_ACL is not set |
1009 | # CONFIG_NFS_V4 is not set | 1277 | # CONFIG_NFS_V4 is not set |
1010 | # CONFIG_NFS_DIRECTIO is not set | ||
1011 | # CONFIG_NFSD is not set | ||
1012 | CONFIG_ROOT_NFS=y | 1278 | CONFIG_ROOT_NFS=y |
1279 | # CONFIG_NFSD is not set | ||
1013 | CONFIG_LOCKD=y | 1280 | CONFIG_LOCKD=y |
1014 | CONFIG_LOCKD_V4=y | 1281 | CONFIG_LOCKD_V4=y |
1015 | CONFIG_NFS_COMMON=y | 1282 | CONFIG_NFS_COMMON=y |
1016 | CONFIG_SUNRPC=y | 1283 | CONFIG_SUNRPC=y |
1017 | # CONFIG_SUNRPC_BIND34 is not set | 1284 | # CONFIG_SUNRPC_REGISTER_V4 is not set |
1018 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1285 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1019 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1286 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1020 | # CONFIG_SMB_FS is not set | 1287 | # CONFIG_SMB_FS is not set |
@@ -1076,6 +1343,7 @@ CONFIG_NLS_UTF8=y | |||
1076 | CONFIG_PRINTK_TIME=y | 1343 | CONFIG_PRINTK_TIME=y |
1077 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1344 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1078 | CONFIG_ENABLE_MUST_CHECK=y | 1345 | CONFIG_ENABLE_MUST_CHECK=y |
1346 | CONFIG_FRAME_WARN=1024 | ||
1079 | # CONFIG_MAGIC_SYSRQ is not set | 1347 | # CONFIG_MAGIC_SYSRQ is not set |
1080 | # CONFIG_UNUSED_SYMBOLS is not set | 1348 | # CONFIG_UNUSED_SYMBOLS is not set |
1081 | # CONFIG_DEBUG_FS is not set | 1349 | # CONFIG_DEBUG_FS is not set |
@@ -1083,15 +1351,18 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1083 | CONFIG_DEBUG_KERNEL=y | 1351 | CONFIG_DEBUG_KERNEL=y |
1084 | # CONFIG_DEBUG_SHIRQ is not set | 1352 | # CONFIG_DEBUG_SHIRQ is not set |
1085 | CONFIG_DETECT_SOFTLOCKUP=y | 1353 | CONFIG_DETECT_SOFTLOCKUP=y |
1354 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1355 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1086 | # CONFIG_SCHED_DEBUG is not set | 1356 | # CONFIG_SCHED_DEBUG is not set |
1087 | # CONFIG_SCHEDSTATS is not set | 1357 | # CONFIG_SCHEDSTATS is not set |
1088 | CONFIG_TIMER_STATS=y | 1358 | CONFIG_TIMER_STATS=y |
1359 | # CONFIG_DEBUG_OBJECTS is not set | ||
1089 | # CONFIG_DEBUG_SLAB is not set | 1360 | # CONFIG_DEBUG_SLAB is not set |
1090 | CONFIG_DEBUG_PREEMPT=y | 1361 | # CONFIG_DEBUG_PREEMPT is not set |
1091 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1362 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1092 | # CONFIG_RT_MUTEX_TESTER is not set | 1363 | # CONFIG_RT_MUTEX_TESTER is not set |
1093 | # CONFIG_DEBUG_SPINLOCK is not set | 1364 | # CONFIG_DEBUG_SPINLOCK is not set |
1094 | CONFIG_DEBUG_MUTEXES=y | 1365 | # CONFIG_DEBUG_MUTEXES is not set |
1095 | # CONFIG_DEBUG_LOCK_ALLOC is not set | 1366 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
1096 | # CONFIG_PROVE_LOCKING is not set | 1367 | # CONFIG_PROVE_LOCKING is not set |
1097 | # CONFIG_LOCK_STAT is not set | 1368 | # CONFIG_LOCK_STAT is not set |
@@ -1100,17 +1371,41 @@ CONFIG_DEBUG_MUTEXES=y | |||
1100 | # CONFIG_DEBUG_KOBJECT is not set | 1371 | # CONFIG_DEBUG_KOBJECT is not set |
1101 | CONFIG_DEBUG_BUGVERBOSE=y | 1372 | CONFIG_DEBUG_BUGVERBOSE=y |
1102 | # CONFIG_DEBUG_INFO is not set | 1373 | # CONFIG_DEBUG_INFO is not set |
1103 | CONFIG_DEBUG_VM=y | 1374 | # CONFIG_DEBUG_VM is not set |
1375 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1376 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1104 | # CONFIG_DEBUG_LIST is not set | 1377 | # CONFIG_DEBUG_LIST is not set |
1105 | # CONFIG_DEBUG_SG is not set | 1378 | # CONFIG_DEBUG_SG is not set |
1379 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1106 | CONFIG_FRAME_POINTER=y | 1380 | CONFIG_FRAME_POINTER=y |
1107 | CONFIG_FORCED_INLINING=y | ||
1108 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1381 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1109 | # CONFIG_RCU_TORTURE_TEST is not set | 1382 | # CONFIG_RCU_TORTURE_TEST is not set |
1383 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1384 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1385 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1110 | # CONFIG_FAULT_INJECTION is not set | 1386 | # CONFIG_FAULT_INJECTION is not set |
1387 | # CONFIG_LATENCYTOP is not set | ||
1388 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1389 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1390 | |||
1391 | # | ||
1392 | # Tracers | ||
1393 | # | ||
1394 | # CONFIG_FUNCTION_TRACER is not set | ||
1395 | # CONFIG_IRQSOFF_TRACER is not set | ||
1396 | # CONFIG_PREEMPT_TRACER is not set | ||
1397 | # CONFIG_SCHED_TRACER is not set | ||
1398 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1399 | # CONFIG_BOOT_TRACER is not set | ||
1400 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1401 | # CONFIG_STACK_TRACER is not set | ||
1402 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1111 | # CONFIG_SAMPLES is not set | 1403 | # CONFIG_SAMPLES is not set |
1404 | CONFIG_HAVE_ARCH_KGDB=y | ||
1405 | # CONFIG_KGDB is not set | ||
1112 | CONFIG_DEBUG_USER=y | 1406 | CONFIG_DEBUG_USER=y |
1113 | CONFIG_DEBUG_ERRORS=y | 1407 | CONFIG_DEBUG_ERRORS=y |
1408 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1114 | CONFIG_DEBUG_LL=y | 1409 | CONFIG_DEBUG_LL=y |
1115 | # CONFIG_DEBUG_ICEDCC is not set | 1410 | # CONFIG_DEBUG_ICEDCC is not set |
1116 | 1411 | ||
@@ -1119,55 +1414,110 @@ CONFIG_DEBUG_LL=y | |||
1119 | # | 1414 | # |
1120 | # CONFIG_KEYS is not set | 1415 | # CONFIG_KEYS is not set |
1121 | # CONFIG_SECURITY is not set | 1416 | # CONFIG_SECURITY is not set |
1417 | # CONFIG_SECURITYFS is not set | ||
1122 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1418 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1123 | CONFIG_CRYPTO=y | 1419 | CONFIG_CRYPTO=y |
1420 | |||
1421 | # | ||
1422 | # Crypto core or helper | ||
1423 | # | ||
1424 | # CONFIG_CRYPTO_FIPS is not set | ||
1124 | CONFIG_CRYPTO_ALGAPI=m | 1425 | CONFIG_CRYPTO_ALGAPI=m |
1426 | CONFIG_CRYPTO_ALGAPI2=m | ||
1427 | CONFIG_CRYPTO_AEAD2=m | ||
1125 | CONFIG_CRYPTO_BLKCIPHER=m | 1428 | CONFIG_CRYPTO_BLKCIPHER=m |
1429 | CONFIG_CRYPTO_BLKCIPHER2=m | ||
1430 | CONFIG_CRYPTO_HASH=m | ||
1431 | CONFIG_CRYPTO_HASH2=m | ||
1432 | CONFIG_CRYPTO_RNG2=m | ||
1126 | CONFIG_CRYPTO_MANAGER=m | 1433 | CONFIG_CRYPTO_MANAGER=m |
1434 | CONFIG_CRYPTO_MANAGER2=m | ||
1435 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1436 | # CONFIG_CRYPTO_NULL is not set | ||
1437 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1438 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1439 | # CONFIG_CRYPTO_TEST is not set | ||
1440 | |||
1441 | # | ||
1442 | # Authenticated Encryption with Associated Data | ||
1443 | # | ||
1444 | # CONFIG_CRYPTO_CCM is not set | ||
1445 | # CONFIG_CRYPTO_GCM is not set | ||
1446 | # CONFIG_CRYPTO_SEQIV is not set | ||
1447 | |||
1448 | # | ||
1449 | # Block modes | ||
1450 | # | ||
1451 | # CONFIG_CRYPTO_CBC is not set | ||
1452 | # CONFIG_CRYPTO_CTR is not set | ||
1453 | # CONFIG_CRYPTO_CTS is not set | ||
1454 | CONFIG_CRYPTO_ECB=m | ||
1455 | # CONFIG_CRYPTO_LRW is not set | ||
1456 | # CONFIG_CRYPTO_PCBC is not set | ||
1457 | # CONFIG_CRYPTO_XTS is not set | ||
1458 | |||
1459 | # | ||
1460 | # Hash modes | ||
1461 | # | ||
1127 | # CONFIG_CRYPTO_HMAC is not set | 1462 | # CONFIG_CRYPTO_HMAC is not set |
1128 | # CONFIG_CRYPTO_XCBC is not set | 1463 | # CONFIG_CRYPTO_XCBC is not set |
1129 | # CONFIG_CRYPTO_NULL is not set | 1464 | |
1465 | # | ||
1466 | # Digest | ||
1467 | # | ||
1468 | # CONFIG_CRYPTO_CRC32C is not set | ||
1130 | # CONFIG_CRYPTO_MD4 is not set | 1469 | # CONFIG_CRYPTO_MD4 is not set |
1131 | # CONFIG_CRYPTO_MD5 is not set | 1470 | # CONFIG_CRYPTO_MD5 is not set |
1471 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1472 | # CONFIG_CRYPTO_RMD128 is not set | ||
1473 | # CONFIG_CRYPTO_RMD160 is not set | ||
1474 | # CONFIG_CRYPTO_RMD256 is not set | ||
1475 | # CONFIG_CRYPTO_RMD320 is not set | ||
1132 | CONFIG_CRYPTO_SHA1=m | 1476 | CONFIG_CRYPTO_SHA1=m |
1133 | # CONFIG_CRYPTO_SHA256 is not set | 1477 | # CONFIG_CRYPTO_SHA256 is not set |
1134 | # CONFIG_CRYPTO_SHA512 is not set | 1478 | # CONFIG_CRYPTO_SHA512 is not set |
1135 | # CONFIG_CRYPTO_WP512 is not set | ||
1136 | # CONFIG_CRYPTO_TGR192 is not set | 1479 | # CONFIG_CRYPTO_TGR192 is not set |
1137 | # CONFIG_CRYPTO_GF128MUL is not set | 1480 | # CONFIG_CRYPTO_WP512 is not set |
1138 | CONFIG_CRYPTO_ECB=m | 1481 | |
1139 | # CONFIG_CRYPTO_CBC is not set | 1482 | # |
1140 | CONFIG_CRYPTO_PCBC=m | 1483 | # Ciphers |
1141 | # CONFIG_CRYPTO_LRW is not set | 1484 | # |
1142 | # CONFIG_CRYPTO_XTS is not set | ||
1143 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1144 | # CONFIG_CRYPTO_DES is not set | ||
1145 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1146 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1147 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1148 | # CONFIG_CRYPTO_SERPENT is not set | ||
1149 | # CONFIG_CRYPTO_AES is not set | 1485 | # CONFIG_CRYPTO_AES is not set |
1486 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1487 | CONFIG_CRYPTO_ARC4=m | ||
1488 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1489 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1150 | # CONFIG_CRYPTO_CAST5 is not set | 1490 | # CONFIG_CRYPTO_CAST5 is not set |
1151 | # CONFIG_CRYPTO_CAST6 is not set | 1491 | # CONFIG_CRYPTO_CAST6 is not set |
1152 | # CONFIG_CRYPTO_TEA is not set | 1492 | # CONFIG_CRYPTO_DES is not set |
1153 | CONFIG_CRYPTO_ARC4=m | 1493 | # CONFIG_CRYPTO_FCRYPT is not set |
1154 | # CONFIG_CRYPTO_KHAZAD is not set | 1494 | # CONFIG_CRYPTO_KHAZAD is not set |
1155 | # CONFIG_CRYPTO_ANUBIS is not set | 1495 | # CONFIG_CRYPTO_SALSA20 is not set |
1156 | # CONFIG_CRYPTO_SEED is not set | 1496 | # CONFIG_CRYPTO_SEED is not set |
1497 | # CONFIG_CRYPTO_SERPENT is not set | ||
1498 | # CONFIG_CRYPTO_TEA is not set | ||
1499 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1500 | |||
1501 | # | ||
1502 | # Compression | ||
1503 | # | ||
1157 | # CONFIG_CRYPTO_DEFLATE is not set | 1504 | # CONFIG_CRYPTO_DEFLATE is not set |
1158 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1505 | # CONFIG_CRYPTO_LZO is not set |
1159 | # CONFIG_CRYPTO_CRC32C is not set | 1506 | |
1160 | # CONFIG_CRYPTO_CAMELLIA is not set | 1507 | # |
1161 | # CONFIG_CRYPTO_TEST is not set | 1508 | # Random Number Generation |
1162 | # CONFIG_CRYPTO_AUTHENC is not set | 1509 | # |
1510 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1163 | # CONFIG_CRYPTO_HW is not set | 1511 | # CONFIG_CRYPTO_HW is not set |
1164 | 1512 | ||
1165 | # | 1513 | # |
1166 | # Library routines | 1514 | # Library routines |
1167 | # | 1515 | # |
1168 | CONFIG_BITREVERSE=y | 1516 | CONFIG_BITREVERSE=y |
1517 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1169 | CONFIG_CRC_CCITT=y | 1518 | CONFIG_CRC_CCITT=y |
1170 | # CONFIG_CRC16 is not set | 1519 | # CONFIG_CRC16 is not set |
1520 | # CONFIG_CRC_T10DIF is not set | ||
1171 | # CONFIG_CRC_ITU_T is not set | 1521 | # CONFIG_CRC_ITU_T is not set |
1172 | CONFIG_CRC32=y | 1522 | CONFIG_CRC32=y |
1173 | # CONFIG_CRC7 is not set | 1523 | # CONFIG_CRC7 is not set |
diff --git a/arch/arm/configs/mv78xx0_defconfig b/arch/arm/configs/mv78xx0_defconfig index 83c817f31bcc..b0698722e0cb 100644 --- a/arch/arm/configs/mv78xx0_defconfig +++ b/arch/arm/configs/mv78xx0_defconfig | |||
@@ -165,6 +165,7 @@ CONFIG_ARCH_MV78XX0=y | |||
165 | # Marvell MV78xx0 Implementations | 165 | # Marvell MV78xx0 Implementations |
166 | # | 166 | # |
167 | CONFIG_MACH_DB78X00_BP=y | 167 | CONFIG_MACH_DB78X00_BP=y |
168 | CONFIG_MACH_RD78X00_MASA=y | ||
168 | 169 | ||
169 | # | 170 | # |
170 | # Boot options | 171 | # Boot options |
diff --git a/arch/arm/configs/neponset_defconfig b/arch/arm/configs/neponset_defconfig index d81ea219c934..36cd62edd05c 100644 --- a/arch/arm/configs/neponset_defconfig +++ b/arch/arm/configs/neponset_defconfig | |||
@@ -91,7 +91,6 @@ CONFIG_ASSABET_NEPONSET=y | |||
91 | # CONFIG_SA1100_COLLIE is not set | 91 | # CONFIG_SA1100_COLLIE is not set |
92 | # CONFIG_SA1100_H3100 is not set | 92 | # CONFIG_SA1100_H3100 is not set |
93 | # CONFIG_SA1100_H3600 is not set | 93 | # CONFIG_SA1100_H3600 is not set |
94 | # CONFIG_SA1100_H3800 is not set | ||
95 | # CONFIG_SA1100_BADGE4 is not set | 94 | # CONFIG_SA1100_BADGE4 is not set |
96 | # CONFIG_SA1100_JORNADA720 is not set | 95 | # CONFIG_SA1100_JORNADA720 is not set |
97 | # CONFIG_SA1100_HACKKIT is not set | 96 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/omap_3430sdp_defconfig b/arch/arm/configs/omap_3430sdp_defconfig new file mode 100644 index 000000000000..8fb918d9ba65 --- /dev/null +++ b/arch/arm/configs/omap_3430sdp_defconfig | |||
@@ -0,0 +1,2061 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc8 | ||
4 | # Fri Mar 13 14:17:01 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_OPROFILE_ARMV7=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | |||
30 | # | ||
31 | # General setup | ||
32 | # | ||
33 | CONFIG_EXPERIMENTAL=y | ||
34 | CONFIG_BROKEN_ON_SMP=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | CONFIG_LOCALVERSION_AUTO=y | ||
38 | CONFIG_SWAP=y | ||
39 | CONFIG_SYSVIPC=y | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | # CONFIG_POSIX_MQUEUE is not set | ||
42 | CONFIG_BSD_PROCESS_ACCT=y | ||
43 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
44 | # CONFIG_TASKSTATS is not set | ||
45 | # CONFIG_AUDIT is not set | ||
46 | |||
47 | # | ||
48 | # RCU Subsystem | ||
49 | # | ||
50 | CONFIG_CLASSIC_RCU=y | ||
51 | # CONFIG_TREE_RCU is not set | ||
52 | # CONFIG_PREEMPT_RCU is not set | ||
53 | # CONFIG_TREE_RCU_TRACE is not set | ||
54 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
55 | CONFIG_IKCONFIG=y | ||
56 | CONFIG_IKCONFIG_PROC=y | ||
57 | CONFIG_LOG_BUF_SHIFT=14 | ||
58 | CONFIG_GROUP_SCHED=y | ||
59 | CONFIG_FAIR_GROUP_SCHED=y | ||
60 | # CONFIG_RT_GROUP_SCHED is not set | ||
61 | CONFIG_USER_SCHED=y | ||
62 | # CONFIG_CGROUP_SCHED is not set | ||
63 | # CONFIG_CGROUPS is not set | ||
64 | CONFIG_SYSFS_DEPRECATED=y | ||
65 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
66 | # CONFIG_RELAY is not set | ||
67 | # CONFIG_NAMESPACES is not set | ||
68 | CONFIG_BLK_DEV_INITRD=y | ||
69 | CONFIG_INITRAMFS_SOURCE="" | ||
70 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
71 | CONFIG_SYSCTL=y | ||
72 | CONFIG_ANON_INODES=y | ||
73 | CONFIG_EMBEDDED=y | ||
74 | CONFIG_UID16=y | ||
75 | # CONFIG_SYSCTL_SYSCALL is not set | ||
76 | CONFIG_KALLSYMS=y | ||
77 | # CONFIG_KALLSYMS_ALL is not set | ||
78 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
79 | CONFIG_HOTPLUG=y | ||
80 | CONFIG_PRINTK=y | ||
81 | CONFIG_BUG=y | ||
82 | # CONFIG_ELF_CORE is not set | ||
83 | CONFIG_BASE_FULL=y | ||
84 | CONFIG_FUTEX=y | ||
85 | CONFIG_EPOLL=y | ||
86 | CONFIG_SIGNALFD=y | ||
87 | CONFIG_TIMERFD=y | ||
88 | CONFIG_EVENTFD=y | ||
89 | CONFIG_SHMEM=y | ||
90 | CONFIG_AIO=y | ||
91 | CONFIG_VM_EVENT_COUNTERS=y | ||
92 | CONFIG_SLUB_DEBUG=y | ||
93 | # CONFIG_COMPAT_BRK is not set | ||
94 | # CONFIG_SLAB is not set | ||
95 | CONFIG_SLUB=y | ||
96 | # CONFIG_SLOB is not set | ||
97 | CONFIG_PROFILING=y | ||
98 | CONFIG_TRACEPOINTS=y | ||
99 | # CONFIG_MARKERS is not set | ||
100 | CONFIG_OPROFILE=y | ||
101 | CONFIG_HAVE_OPROFILE=y | ||
102 | # CONFIG_KPROBES is not set | ||
103 | CONFIG_HAVE_KPROBES=y | ||
104 | CONFIG_HAVE_KRETPROBES=y | ||
105 | CONFIG_HAVE_CLK=y | ||
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=y | ||
114 | CONFIG_MODVERSIONS=y | ||
115 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
116 | CONFIG_BLOCK=y | ||
117 | CONFIG_LBD=y | ||
118 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
119 | # CONFIG_BLK_DEV_BSG is not set | ||
120 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
121 | |||
122 | # | ||
123 | # IO Schedulers | ||
124 | # | ||
125 | CONFIG_IOSCHED_NOOP=y | ||
126 | CONFIG_IOSCHED_AS=y | ||
127 | CONFIG_IOSCHED_DEADLINE=y | ||
128 | CONFIG_IOSCHED_CFQ=y | ||
129 | # CONFIG_DEFAULT_AS is not set | ||
130 | # CONFIG_DEFAULT_DEADLINE is not set | ||
131 | CONFIG_DEFAULT_CFQ=y | ||
132 | # CONFIG_DEFAULT_NOOP is not set | ||
133 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
134 | CONFIG_FREEZER=y | ||
135 | |||
136 | # | ||
137 | # System Type | ||
138 | # | ||
139 | # CONFIG_ARCH_AAEC2000 is not set | ||
140 | # CONFIG_ARCH_INTEGRATOR is not set | ||
141 | # CONFIG_ARCH_REALVIEW is not set | ||
142 | # CONFIG_ARCH_VERSATILE is not set | ||
143 | # CONFIG_ARCH_AT91 is not set | ||
144 | # CONFIG_ARCH_CLPS711X is not set | ||
145 | # CONFIG_ARCH_EBSA110 is not set | ||
146 | # CONFIG_ARCH_EP93XX 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_RPC is not set | ||
168 | # CONFIG_ARCH_SA1100 is not set | ||
169 | # CONFIG_ARCH_S3C2410 is not set | ||
170 | # CONFIG_ARCH_S3C64XX is not set | ||
171 | # CONFIG_ARCH_SHARK is not set | ||
172 | # CONFIG_ARCH_LH7A40X is not set | ||
173 | # CONFIG_ARCH_DAVINCI is not set | ||
174 | CONFIG_ARCH_OMAP=y | ||
175 | # CONFIG_ARCH_MSM is not set | ||
176 | # CONFIG_ARCH_W90X900 is not set | ||
177 | |||
178 | # | ||
179 | # TI OMAP Implementations | ||
180 | # | ||
181 | CONFIG_ARCH_OMAP_OTG=y | ||
182 | # CONFIG_ARCH_OMAP1 is not set | ||
183 | # CONFIG_ARCH_OMAP2 is not set | ||
184 | CONFIG_ARCH_OMAP3=y | ||
185 | |||
186 | # | ||
187 | # OMAP Feature Selections | ||
188 | # | ||
189 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | ||
190 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | ||
191 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
192 | CONFIG_OMAP_MUX=y | ||
193 | CONFIG_OMAP_MUX_DEBUG=y | ||
194 | CONFIG_OMAP_MUX_WARNINGS=y | ||
195 | CONFIG_OMAP_MCBSP=y | ||
196 | # CONFIG_OMAP_MPU_TIMER is not set | ||
197 | CONFIG_OMAP_32K_TIMER=y | ||
198 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
199 | CONFIG_OMAP_DM_TIMER=y | ||
200 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
201 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
202 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
203 | CONFIG_OMAP_SERIAL_WAKE=y | ||
204 | CONFIG_ARCH_OMAP34XX=y | ||
205 | CONFIG_ARCH_OMAP3430=y | ||
206 | |||
207 | # | ||
208 | # OMAP Board Type | ||
209 | # | ||
210 | CONFIG_MACH_OMAP3_BEAGLE=y | ||
211 | CONFIG_MACH_OMAP_LDP=y | ||
212 | CONFIG_MACH_OVERO=y | ||
213 | CONFIG_MACH_OMAP3_PANDORA=y | ||
214 | CONFIG_MACH_OMAP_3430SDP=y | ||
215 | |||
216 | # | ||
217 | # Processor Type | ||
218 | # | ||
219 | CONFIG_CPU_32=y | ||
220 | CONFIG_CPU_32v6K=y | ||
221 | CONFIG_CPU_V7=y | ||
222 | CONFIG_CPU_32v7=y | ||
223 | CONFIG_CPU_ABRT_EV7=y | ||
224 | CONFIG_CPU_PABRT_IFAR=y | ||
225 | CONFIG_CPU_CACHE_V7=y | ||
226 | CONFIG_CPU_CACHE_VIPT=y | ||
227 | CONFIG_CPU_COPY_V6=y | ||
228 | CONFIG_CPU_TLB_V7=y | ||
229 | CONFIG_CPU_HAS_ASID=y | ||
230 | CONFIG_CPU_CP15=y | ||
231 | CONFIG_CPU_CP15_MMU=y | ||
232 | |||
233 | # | ||
234 | # Processor Features | ||
235 | # | ||
236 | CONFIG_ARM_THUMB=y | ||
237 | CONFIG_ARM_THUMBEE=y | ||
238 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
239 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
240 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
241 | CONFIG_HAS_TLS_REG=y | ||
242 | # CONFIG_OUTER_CACHE is not set | ||
243 | |||
244 | # | ||
245 | # Bus support | ||
246 | # | ||
247 | # CONFIG_PCI_SYSCALL is not set | ||
248 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
249 | # CONFIG_PCCARD is not set | ||
250 | |||
251 | # | ||
252 | # Kernel Features | ||
253 | # | ||
254 | CONFIG_TICK_ONESHOT=y | ||
255 | CONFIG_NO_HZ=y | ||
256 | CONFIG_HIGH_RES_TIMERS=y | ||
257 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
258 | CONFIG_VMSPLIT_3G=y | ||
259 | # CONFIG_VMSPLIT_2G is not set | ||
260 | # CONFIG_VMSPLIT_1G is not set | ||
261 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
262 | # CONFIG_PREEMPT is not set | ||
263 | CONFIG_HZ=128 | ||
264 | CONFIG_AEABI=y | ||
265 | # CONFIG_OABI_COMPAT is not set | ||
266 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
267 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
268 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
269 | CONFIG_SELECT_MEMORY_MODEL=y | ||
270 | CONFIG_FLATMEM_MANUAL=y | ||
271 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
272 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
273 | CONFIG_FLATMEM=y | ||
274 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
275 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
276 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
277 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
278 | CONFIG_ZONE_DMA_FLAG=0 | ||
279 | CONFIG_VIRT_TO_BUS=y | ||
280 | CONFIG_UNEVICTABLE_LRU=y | ||
281 | CONFIG_LEDS=y | ||
282 | CONFIG_ALIGNMENT_TRAP=y | ||
283 | |||
284 | # | ||
285 | # Boot options | ||
286 | # | ||
287 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
288 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
289 | CONFIG_CMDLINE="console=ttyS2,115200 root=/dev/mmcblk0p3 rootwait debug" | ||
290 | # CONFIG_XIP_KERNEL is not set | ||
291 | CONFIG_KEXEC=y | ||
292 | CONFIG_ATAGS_PROC=y | ||
293 | |||
294 | # | ||
295 | # CPU Power Management | ||
296 | # | ||
297 | CONFIG_CPU_FREQ=y | ||
298 | CONFIG_CPU_FREQ_TABLE=y | ||
299 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
300 | CONFIG_CPU_FREQ_STAT=y | ||
301 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
302 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
303 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
304 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
305 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | ||
306 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | ||
307 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
308 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
309 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
310 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
311 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
312 | # CONFIG_CPU_IDLE is not set | ||
313 | |||
314 | # | ||
315 | # Floating point emulation | ||
316 | # | ||
317 | |||
318 | # | ||
319 | # At least one emulation must be selected | ||
320 | # | ||
321 | CONFIG_VFP=y | ||
322 | CONFIG_VFPv3=y | ||
323 | CONFIG_NEON=y | ||
324 | |||
325 | # | ||
326 | # Userspace binary formats | ||
327 | # | ||
328 | CONFIG_BINFMT_ELF=y | ||
329 | CONFIG_HAVE_AOUT=y | ||
330 | CONFIG_BINFMT_AOUT=m | ||
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_COMPAT_NET_DEV_OPS=y | ||
349 | CONFIG_PACKET=y | ||
350 | CONFIG_PACKET_MMAP=y | ||
351 | CONFIG_UNIX=y | ||
352 | CONFIG_XFRM=y | ||
353 | # CONFIG_XFRM_USER is not set | ||
354 | # CONFIG_XFRM_SUB_POLICY is not set | ||
355 | # CONFIG_XFRM_MIGRATE is not set | ||
356 | # CONFIG_XFRM_STATISTICS is not set | ||
357 | CONFIG_NET_KEY=y | ||
358 | # CONFIG_NET_KEY_MIGRATE is not set | ||
359 | CONFIG_INET=y | ||
360 | # CONFIG_IP_MULTICAST is not set | ||
361 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
362 | CONFIG_IP_FIB_HASH=y | ||
363 | CONFIG_IP_PNP=y | ||
364 | CONFIG_IP_PNP_DHCP=y | ||
365 | CONFIG_IP_PNP_BOOTP=y | ||
366 | CONFIG_IP_PNP_RARP=y | ||
367 | # CONFIG_NET_IPIP is not set | ||
368 | # CONFIG_NET_IPGRE is not set | ||
369 | # CONFIG_ARPD is not set | ||
370 | # CONFIG_SYN_COOKIES is not set | ||
371 | # CONFIG_INET_AH is not set | ||
372 | # CONFIG_INET_ESP is not set | ||
373 | # CONFIG_INET_IPCOMP is not set | ||
374 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
375 | CONFIG_INET_TUNNEL=m | ||
376 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
377 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
378 | CONFIG_INET_XFRM_MODE_BEET=y | ||
379 | # CONFIG_INET_LRO is not set | ||
380 | CONFIG_INET_DIAG=y | ||
381 | CONFIG_INET_TCP_DIAG=y | ||
382 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
383 | CONFIG_TCP_CONG_CUBIC=y | ||
384 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
385 | # CONFIG_TCP_MD5SIG is not set | ||
386 | CONFIG_IPV6=m | ||
387 | # CONFIG_IPV6_PRIVACY is not set | ||
388 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
389 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
390 | # CONFIG_INET6_AH is not set | ||
391 | # CONFIG_INET6_ESP is not set | ||
392 | # CONFIG_INET6_IPCOMP is not set | ||
393 | # CONFIG_IPV6_MIP6 is not set | ||
394 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
395 | # CONFIG_INET6_TUNNEL is not set | ||
396 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
397 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
398 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
399 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
400 | CONFIG_IPV6_SIT=m | ||
401 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
402 | # CONFIG_IPV6_TUNNEL is not set | ||
403 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
404 | # CONFIG_IPV6_MROUTE is not set | ||
405 | # CONFIG_NETWORK_SECMARK is not set | ||
406 | # CONFIG_NETFILTER is not set | ||
407 | # CONFIG_IP_DCCP is not set | ||
408 | # CONFIG_IP_SCTP is not set | ||
409 | # CONFIG_TIPC is not set | ||
410 | # CONFIG_ATM is not set | ||
411 | # CONFIG_BRIDGE is not set | ||
412 | # CONFIG_NET_DSA is not set | ||
413 | # CONFIG_VLAN_8021Q is not set | ||
414 | # CONFIG_DECNET is not set | ||
415 | # CONFIG_LLC2 is not set | ||
416 | # CONFIG_IPX is not set | ||
417 | # CONFIG_ATALK is not set | ||
418 | # CONFIG_X25 is not set | ||
419 | # CONFIG_LAPB is not set | ||
420 | # CONFIG_ECONET is not set | ||
421 | # CONFIG_WAN_ROUTER is not set | ||
422 | # CONFIG_NET_SCHED is not set | ||
423 | # CONFIG_DCB is not set | ||
424 | |||
425 | # | ||
426 | # Network testing | ||
427 | # | ||
428 | # CONFIG_NET_PKTGEN is not set | ||
429 | # CONFIG_HAMRADIO is not set | ||
430 | # CONFIG_CAN is not set | ||
431 | # CONFIG_IRDA is not set | ||
432 | CONFIG_BT=y | ||
433 | CONFIG_BT_L2CAP=y | ||
434 | CONFIG_BT_SCO=y | ||
435 | CONFIG_BT_RFCOMM=y | ||
436 | CONFIG_BT_RFCOMM_TTY=y | ||
437 | CONFIG_BT_BNEP=y | ||
438 | CONFIG_BT_BNEP_MC_FILTER=y | ||
439 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
440 | CONFIG_BT_HIDP=y | ||
441 | |||
442 | # | ||
443 | # Bluetooth device drivers | ||
444 | # | ||
445 | # CONFIG_BT_HCIBTUSB is not set | ||
446 | # CONFIG_BT_HCIBTSDIO is not set | ||
447 | CONFIG_BT_HCIUART=y | ||
448 | CONFIG_BT_HCIUART_H4=y | ||
449 | CONFIG_BT_HCIUART_BCSP=y | ||
450 | # CONFIG_BT_HCIUART_LL is not set | ||
451 | CONFIG_BT_HCIBCM203X=y | ||
452 | CONFIG_BT_HCIBPA10X=y | ||
453 | # CONFIG_BT_HCIBFUSB is not set | ||
454 | # CONFIG_BT_HCIVHCI is not set | ||
455 | # CONFIG_AF_RXRPC is not set | ||
456 | # CONFIG_PHONET is not set | ||
457 | CONFIG_WIRELESS=y | ||
458 | CONFIG_CFG80211=y | ||
459 | # CONFIG_CFG80211_REG_DEBUG is not set | ||
460 | CONFIG_NL80211=y | ||
461 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
462 | CONFIG_WIRELESS_EXT=y | ||
463 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
464 | CONFIG_LIB80211=y | ||
465 | CONFIG_LIB80211_CRYPT_WEP=m | ||
466 | CONFIG_LIB80211_CRYPT_CCMP=m | ||
467 | CONFIG_LIB80211_CRYPT_TKIP=m | ||
468 | CONFIG_MAC80211=y | ||
469 | |||
470 | # | ||
471 | # Rate control algorithm selection | ||
472 | # | ||
473 | CONFIG_MAC80211_RC_PID=y | ||
474 | # CONFIG_MAC80211_RC_MINSTREL is not set | ||
475 | CONFIG_MAC80211_RC_DEFAULT_PID=y | ||
476 | # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set | ||
477 | CONFIG_MAC80211_RC_DEFAULT="pid" | ||
478 | # CONFIG_MAC80211_MESH is not set | ||
479 | CONFIG_MAC80211_LEDS=y | ||
480 | # CONFIG_MAC80211_DEBUGFS is not set | ||
481 | # CONFIG_MAC80211_DEBUG_MENU is not set | ||
482 | # CONFIG_WIMAX is not set | ||
483 | # CONFIG_RFKILL is not set | ||
484 | # CONFIG_NET_9P is not set | ||
485 | |||
486 | # | ||
487 | # Device Drivers | ||
488 | # | ||
489 | |||
490 | # | ||
491 | # Generic Driver Options | ||
492 | # | ||
493 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
494 | CONFIG_STANDALONE=y | ||
495 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
496 | CONFIG_FW_LOADER=y | ||
497 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
498 | CONFIG_EXTRA_FIRMWARE="" | ||
499 | # CONFIG_DEBUG_DRIVER is not set | ||
500 | # CONFIG_DEBUG_DEVRES is not set | ||
501 | # CONFIG_SYS_HYPERVISOR is not set | ||
502 | # CONFIG_CONNECTOR is not set | ||
503 | CONFIG_MTD=y | ||
504 | # CONFIG_MTD_DEBUG is not set | ||
505 | CONFIG_MTD_CONCAT=y | ||
506 | CONFIG_MTD_PARTITIONS=y | ||
507 | # CONFIG_MTD_TESTS is not set | ||
508 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
509 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
510 | # CONFIG_MTD_AFS_PARTS is not set | ||
511 | # CONFIG_MTD_AR7_PARTS is not set | ||
512 | |||
513 | # | ||
514 | # User Modules And Translation Layers | ||
515 | # | ||
516 | CONFIG_MTD_CHAR=y | ||
517 | CONFIG_MTD_BLKDEVS=y | ||
518 | CONFIG_MTD_BLOCK=y | ||
519 | # CONFIG_FTL is not set | ||
520 | # CONFIG_NFTL is not set | ||
521 | # CONFIG_INFTL is not set | ||
522 | # CONFIG_RFD_FTL is not set | ||
523 | # CONFIG_SSFDC is not set | ||
524 | # CONFIG_MTD_OOPS is not set | ||
525 | |||
526 | # | ||
527 | # RAM/ROM/Flash chip drivers | ||
528 | # | ||
529 | # CONFIG_MTD_CFI is not set | ||
530 | # CONFIG_MTD_JEDECPROBE is not set | ||
531 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
532 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
533 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
534 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
535 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
536 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
537 | CONFIG_MTD_CFI_I1=y | ||
538 | CONFIG_MTD_CFI_I2=y | ||
539 | # CONFIG_MTD_CFI_I4 is not set | ||
540 | # CONFIG_MTD_CFI_I8 is not set | ||
541 | # CONFIG_MTD_RAM is not set | ||
542 | # CONFIG_MTD_ROM is not set | ||
543 | # CONFIG_MTD_ABSENT is not set | ||
544 | |||
545 | # | ||
546 | # Mapping drivers for chip access | ||
547 | # | ||
548 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
549 | # CONFIG_MTD_PLATRAM is not set | ||
550 | |||
551 | # | ||
552 | # Self-contained MTD device drivers | ||
553 | # | ||
554 | # CONFIG_MTD_DATAFLASH is not set | ||
555 | # CONFIG_MTD_M25P80 is not set | ||
556 | # CONFIG_MTD_SLRAM is not set | ||
557 | # CONFIG_MTD_PHRAM is not set | ||
558 | # CONFIG_MTD_MTDRAM is not set | ||
559 | # CONFIG_MTD_BLOCK2MTD is not set | ||
560 | |||
561 | # | ||
562 | # Disk-On-Chip Device Drivers | ||
563 | # | ||
564 | # CONFIG_MTD_DOC2000 is not set | ||
565 | # CONFIG_MTD_DOC2001 is not set | ||
566 | # CONFIG_MTD_DOC2001PLUS is not set | ||
567 | CONFIG_MTD_NAND=y | ||
568 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
569 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
570 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
571 | # CONFIG_MTD_NAND_GPIO is not set | ||
572 | CONFIG_MTD_NAND_IDS=y | ||
573 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
574 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
575 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
576 | # CONFIG_MTD_ALAUDA is not set | ||
577 | # CONFIG_MTD_ONENAND is not set | ||
578 | |||
579 | # | ||
580 | # LPDDR flash memory drivers | ||
581 | # | ||
582 | # CONFIG_MTD_LPDDR is not set | ||
583 | |||
584 | # | ||
585 | # UBI - Unsorted block images | ||
586 | # | ||
587 | # CONFIG_MTD_UBI is not set | ||
588 | # CONFIG_PARPORT is not set | ||
589 | CONFIG_BLK_DEV=y | ||
590 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
591 | CONFIG_BLK_DEV_LOOP=y | ||
592 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
593 | # CONFIG_BLK_DEV_NBD is not set | ||
594 | # CONFIG_BLK_DEV_UB is not set | ||
595 | CONFIG_BLK_DEV_RAM=y | ||
596 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
597 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
598 | # CONFIG_BLK_DEV_XIP is not set | ||
599 | CONFIG_CDROM_PKTCDVD=m | ||
600 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
601 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
602 | # CONFIG_ATA_OVER_ETH is not set | ||
603 | CONFIG_MISC_DEVICES=y | ||
604 | # CONFIG_ICS932S401 is not set | ||
605 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
606 | # CONFIG_C2PORT is not set | ||
607 | |||
608 | # | ||
609 | # EEPROM support | ||
610 | # | ||
611 | # CONFIG_EEPROM_AT24 is not set | ||
612 | # CONFIG_EEPROM_AT25 is not set | ||
613 | # CONFIG_EEPROM_LEGACY is not set | ||
614 | CONFIG_EEPROM_93CX6=m | ||
615 | CONFIG_HAVE_IDE=y | ||
616 | # CONFIG_IDE is not set | ||
617 | |||
618 | # | ||
619 | # SCSI device support | ||
620 | # | ||
621 | CONFIG_RAID_ATTRS=m | ||
622 | CONFIG_SCSI=y | ||
623 | CONFIG_SCSI_DMA=y | ||
624 | # CONFIG_SCSI_TGT is not set | ||
625 | # CONFIG_SCSI_NETLINK is not set | ||
626 | CONFIG_SCSI_PROC_FS=y | ||
627 | |||
628 | # | ||
629 | # SCSI support type (disk, tape, CD-ROM) | ||
630 | # | ||
631 | CONFIG_BLK_DEV_SD=y | ||
632 | # CONFIG_CHR_DEV_ST is not set | ||
633 | # CONFIG_CHR_DEV_OSST is not set | ||
634 | # CONFIG_BLK_DEV_SR is not set | ||
635 | CONFIG_CHR_DEV_SG=m | ||
636 | # CONFIG_CHR_DEV_SCH is not set | ||
637 | |||
638 | # | ||
639 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
640 | # | ||
641 | CONFIG_SCSI_MULTI_LUN=y | ||
642 | # CONFIG_SCSI_CONSTANTS is not set | ||
643 | # CONFIG_SCSI_LOGGING is not set | ||
644 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
645 | CONFIG_SCSI_WAIT_SCAN=m | ||
646 | |||
647 | # | ||
648 | # SCSI Transports | ||
649 | # | ||
650 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
651 | # CONFIG_SCSI_FC_ATTRS is not set | ||
652 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
653 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
654 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
655 | CONFIG_SCSI_LOWLEVEL=y | ||
656 | # CONFIG_ISCSI_TCP is not set | ||
657 | # CONFIG_LIBFC is not set | ||
658 | # CONFIG_SCSI_DEBUG is not set | ||
659 | # CONFIG_SCSI_DH is not set | ||
660 | # CONFIG_ATA is not set | ||
661 | CONFIG_MD=y | ||
662 | CONFIG_BLK_DEV_MD=m | ||
663 | CONFIG_MD_LINEAR=m | ||
664 | CONFIG_MD_RAID0=m | ||
665 | CONFIG_MD_RAID1=m | ||
666 | CONFIG_MD_RAID10=m | ||
667 | CONFIG_MD_RAID456=m | ||
668 | CONFIG_MD_RAID5_RESHAPE=y | ||
669 | CONFIG_MD_MULTIPATH=m | ||
670 | CONFIG_MD_FAULTY=m | ||
671 | CONFIG_BLK_DEV_DM=m | ||
672 | # CONFIG_DM_DEBUG is not set | ||
673 | CONFIG_DM_CRYPT=m | ||
674 | CONFIG_DM_SNAPSHOT=m | ||
675 | CONFIG_DM_MIRROR=m | ||
676 | CONFIG_DM_ZERO=m | ||
677 | CONFIG_DM_MULTIPATH=m | ||
678 | CONFIG_DM_DELAY=m | ||
679 | # CONFIG_DM_UEVENT is not set | ||
680 | CONFIG_NETDEVICES=y | ||
681 | CONFIG_DUMMY=m | ||
682 | # CONFIG_BONDING is not set | ||
683 | # CONFIG_MACVLAN is not set | ||
684 | # CONFIG_EQUALIZER is not set | ||
685 | CONFIG_TUN=m | ||
686 | # CONFIG_VETH is not set | ||
687 | CONFIG_PHYLIB=y | ||
688 | |||
689 | # | ||
690 | # MII PHY device drivers | ||
691 | # | ||
692 | # CONFIG_MARVELL_PHY is not set | ||
693 | # CONFIG_DAVICOM_PHY is not set | ||
694 | # CONFIG_QSEMI_PHY is not set | ||
695 | # CONFIG_LXT_PHY is not set | ||
696 | # CONFIG_CICADA_PHY is not set | ||
697 | # CONFIG_VITESSE_PHY is not set | ||
698 | CONFIG_SMSC_PHY=y | ||
699 | # CONFIG_BROADCOM_PHY is not set | ||
700 | # CONFIG_ICPLUS_PHY is not set | ||
701 | # CONFIG_REALTEK_PHY is not set | ||
702 | # CONFIG_NATIONAL_PHY is not set | ||
703 | # CONFIG_STE10XP is not set | ||
704 | # CONFIG_LSI_ET1011C_PHY is not set | ||
705 | # CONFIG_FIXED_PHY is not set | ||
706 | # CONFIG_MDIO_BITBANG is not set | ||
707 | CONFIG_NET_ETHERNET=y | ||
708 | CONFIG_MII=y | ||
709 | # CONFIG_AX88796 is not set | ||
710 | CONFIG_SMC91X=y | ||
711 | # CONFIG_DM9000 is not set | ||
712 | # CONFIG_ENC28J60 is not set | ||
713 | CONFIG_SMC911X=m | ||
714 | CONFIG_SMSC911X=m | ||
715 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
716 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
717 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
718 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
719 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
720 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
721 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
722 | # CONFIG_B44 is not set | ||
723 | # CONFIG_NETDEV_1000 is not set | ||
724 | # CONFIG_NETDEV_10000 is not set | ||
725 | |||
726 | # | ||
727 | # Wireless LAN | ||
728 | # | ||
729 | # CONFIG_WLAN_PRE80211 is not set | ||
730 | CONFIG_WLAN_80211=y | ||
731 | CONFIG_LIBERTAS=y | ||
732 | CONFIG_LIBERTAS_USB=y | ||
733 | CONFIG_LIBERTAS_SDIO=y | ||
734 | CONFIG_LIBERTAS_DEBUG=y | ||
735 | # CONFIG_LIBERTAS_THINFIRM is not set | ||
736 | CONFIG_USB_ZD1201=m | ||
737 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
738 | CONFIG_RTL8187=m | ||
739 | # CONFIG_MAC80211_HWSIM is not set | ||
740 | CONFIG_P54_COMMON=m | ||
741 | CONFIG_P54_USB=m | ||
742 | # CONFIG_IWLWIFI_LEDS is not set | ||
743 | CONFIG_HOSTAP=m | ||
744 | CONFIG_HOSTAP_FIRMWARE=y | ||
745 | CONFIG_HOSTAP_FIRMWARE_NVRAM=y | ||
746 | # CONFIG_B43 is not set | ||
747 | # CONFIG_B43LEGACY is not set | ||
748 | # CONFIG_ZD1211RW is not set | ||
749 | # CONFIG_RT2X00 is not set | ||
750 | |||
751 | # | ||
752 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
753 | # | ||
754 | |||
755 | # | ||
756 | # USB Network Adapters | ||
757 | # | ||
758 | CONFIG_USB_CATC=m | ||
759 | CONFIG_USB_KAWETH=m | ||
760 | CONFIG_USB_PEGASUS=m | ||
761 | CONFIG_USB_RTL8150=m | ||
762 | CONFIG_USB_USBNET=y | ||
763 | CONFIG_USB_NET_AX8817X=y | ||
764 | CONFIG_USB_NET_CDCETHER=y | ||
765 | CONFIG_USB_NET_DM9601=m | ||
766 | # CONFIG_USB_NET_SMSC95XX is not set | ||
767 | CONFIG_USB_NET_GL620A=m | ||
768 | CONFIG_USB_NET_NET1080=m | ||
769 | CONFIG_USB_NET_PLUSB=m | ||
770 | CONFIG_USB_NET_MCS7830=m | ||
771 | CONFIG_USB_NET_RNDIS_HOST=m | ||
772 | CONFIG_USB_NET_CDC_SUBSET=m | ||
773 | CONFIG_USB_ALI_M5632=y | ||
774 | CONFIG_USB_AN2720=y | ||
775 | CONFIG_USB_BELKIN=y | ||
776 | CONFIG_USB_ARMLINUX=y | ||
777 | CONFIG_USB_EPSON2888=y | ||
778 | CONFIG_USB_KC2190=y | ||
779 | CONFIG_USB_NET_ZAURUS=m | ||
780 | # CONFIG_WAN is not set | ||
781 | CONFIG_PPP=m | ||
782 | # CONFIG_PPP_MULTILINK is not set | ||
783 | # CONFIG_PPP_FILTER is not set | ||
784 | CONFIG_PPP_ASYNC=m | ||
785 | CONFIG_PPP_SYNC_TTY=m | ||
786 | CONFIG_PPP_DEFLATE=m | ||
787 | CONFIG_PPP_BSDCOMP=m | ||
788 | CONFIG_PPP_MPPE=m | ||
789 | CONFIG_PPPOE=m | ||
790 | # CONFIG_PPPOL2TP is not set | ||
791 | # CONFIG_SLIP is not set | ||
792 | CONFIG_SLHC=m | ||
793 | # CONFIG_NETCONSOLE is not set | ||
794 | # CONFIG_NETPOLL is not set | ||
795 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
796 | # CONFIG_ISDN is not set | ||
797 | |||
798 | # | ||
799 | # Input device support | ||
800 | # | ||
801 | CONFIG_INPUT=y | ||
802 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
803 | # CONFIG_INPUT_POLLDEV is not set | ||
804 | |||
805 | # | ||
806 | # Userland interfaces | ||
807 | # | ||
808 | CONFIG_INPUT_MOUSEDEV=y | ||
809 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
810 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
811 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
812 | # CONFIG_INPUT_JOYDEV is not set | ||
813 | CONFIG_INPUT_EVDEV=y | ||
814 | # CONFIG_INPUT_EVBUG is not set | ||
815 | |||
816 | # | ||
817 | # Input Device Drivers | ||
818 | # | ||
819 | CONFIG_INPUT_KEYBOARD=y | ||
820 | # CONFIG_KEYBOARD_ATKBD is not set | ||
821 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
822 | # CONFIG_KEYBOARD_LKKBD is not set | ||
823 | # CONFIG_KEYBOARD_XTKBD is not set | ||
824 | # CONFIG_KEYBOARD_NEWTON is not set | ||
825 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
826 | # CONFIG_KEYBOARD_GPIO is not set | ||
827 | CONFIG_INPUT_MOUSE=y | ||
828 | CONFIG_MOUSE_PS2=y | ||
829 | CONFIG_MOUSE_PS2_ALPS=y | ||
830 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
831 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
832 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
833 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
834 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
835 | # CONFIG_MOUSE_SERIAL is not set | ||
836 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
837 | # CONFIG_MOUSE_BCM5974 is not set | ||
838 | # CONFIG_MOUSE_VSXXXAA is not set | ||
839 | # CONFIG_MOUSE_GPIO is not set | ||
840 | # CONFIG_INPUT_JOYSTICK is not set | ||
841 | # CONFIG_INPUT_TABLET is not set | ||
842 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
843 | # CONFIG_INPUT_MISC is not set | ||
844 | |||
845 | # | ||
846 | # Hardware I/O ports | ||
847 | # | ||
848 | CONFIG_SERIO=y | ||
849 | CONFIG_SERIO_SERPORT=y | ||
850 | CONFIG_SERIO_LIBPS2=y | ||
851 | # CONFIG_SERIO_RAW is not set | ||
852 | # CONFIG_GAMEPORT is not set | ||
853 | |||
854 | # | ||
855 | # Character devices | ||
856 | # | ||
857 | CONFIG_VT=y | ||
858 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
859 | CONFIG_VT_CONSOLE=y | ||
860 | CONFIG_HW_CONSOLE=y | ||
861 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
862 | CONFIG_DEVKMEM=y | ||
863 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
864 | |||
865 | # | ||
866 | # Serial drivers | ||
867 | # | ||
868 | CONFIG_SERIAL_8250=y | ||
869 | CONFIG_SERIAL_8250_CONSOLE=y | ||
870 | CONFIG_SERIAL_8250_NR_UARTS=32 | ||
871 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
872 | CONFIG_SERIAL_8250_EXTENDED=y | ||
873 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
874 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
875 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
876 | CONFIG_SERIAL_8250_RSA=y | ||
877 | |||
878 | # | ||
879 | # Non-8250 serial port support | ||
880 | # | ||
881 | CONFIG_SERIAL_CORE=y | ||
882 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
883 | CONFIG_UNIX98_PTYS=y | ||
884 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
885 | # CONFIG_LEGACY_PTYS is not set | ||
886 | # CONFIG_IPMI_HANDLER is not set | ||
887 | CONFIG_HW_RANDOM=y | ||
888 | # CONFIG_R3964 is not set | ||
889 | # CONFIG_RAW_DRIVER is not set | ||
890 | # CONFIG_TCG_TPM is not set | ||
891 | CONFIG_I2C=y | ||
892 | CONFIG_I2C_BOARDINFO=y | ||
893 | CONFIG_I2C_CHARDEV=y | ||
894 | CONFIG_I2C_HELPER_AUTO=y | ||
895 | |||
896 | # | ||
897 | # I2C Hardware Bus support | ||
898 | # | ||
899 | |||
900 | # | ||
901 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
902 | # | ||
903 | # CONFIG_I2C_GPIO is not set | ||
904 | # CONFIG_I2C_OCORES is not set | ||
905 | CONFIG_I2C_OMAP=y | ||
906 | # CONFIG_I2C_SIMTEC is not set | ||
907 | |||
908 | # | ||
909 | # External I2C/SMBus adapter drivers | ||
910 | # | ||
911 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
912 | # CONFIG_I2C_TAOS_EVM is not set | ||
913 | # CONFIG_I2C_TINY_USB is not set | ||
914 | |||
915 | # | ||
916 | # Other I2C/SMBus bus drivers | ||
917 | # | ||
918 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
919 | # CONFIG_I2C_STUB is not set | ||
920 | |||
921 | # | ||
922 | # Miscellaneous I2C Chip support | ||
923 | # | ||
924 | # CONFIG_DS1682 is not set | ||
925 | # CONFIG_SENSORS_PCF8574 is not set | ||
926 | # CONFIG_PCF8575 is not set | ||
927 | # CONFIG_SENSORS_PCA9539 is not set | ||
928 | # CONFIG_SENSORS_PCF8591 is not set | ||
929 | # CONFIG_SENSORS_MAX6875 is not set | ||
930 | # CONFIG_SENSORS_TSL2550 is not set | ||
931 | # CONFIG_I2C_DEBUG_CORE is not set | ||
932 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
933 | # CONFIG_I2C_DEBUG_BUS is not set | ||
934 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
935 | CONFIG_SPI=y | ||
936 | # CONFIG_SPI_DEBUG is not set | ||
937 | CONFIG_SPI_MASTER=y | ||
938 | |||
939 | # | ||
940 | # SPI Master Controller Drivers | ||
941 | # | ||
942 | # CONFIG_SPI_BITBANG is not set | ||
943 | # CONFIG_SPI_GPIO is not set | ||
944 | CONFIG_SPI_OMAP24XX=y | ||
945 | |||
946 | # | ||
947 | # SPI Protocol Masters | ||
948 | # | ||
949 | # CONFIG_SPI_SPIDEV is not set | ||
950 | # CONFIG_SPI_TLE62X0 is not set | ||
951 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
952 | CONFIG_GPIOLIB=y | ||
953 | CONFIG_DEBUG_GPIO=y | ||
954 | CONFIG_GPIO_SYSFS=y | ||
955 | |||
956 | # | ||
957 | # Memory mapped GPIO expanders: | ||
958 | # | ||
959 | |||
960 | # | ||
961 | # I2C GPIO expanders: | ||
962 | # | ||
963 | # CONFIG_GPIO_MAX732X is not set | ||
964 | # CONFIG_GPIO_PCA953X is not set | ||
965 | # CONFIG_GPIO_PCF857X is not set | ||
966 | CONFIG_GPIO_TWL4030=y | ||
967 | |||
968 | # | ||
969 | # PCI GPIO expanders: | ||
970 | # | ||
971 | |||
972 | # | ||
973 | # SPI GPIO expanders: | ||
974 | # | ||
975 | # CONFIG_GPIO_MAX7301 is not set | ||
976 | # CONFIG_GPIO_MCP23S08 is not set | ||
977 | # CONFIG_W1 is not set | ||
978 | CONFIG_POWER_SUPPLY=m | ||
979 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
980 | # CONFIG_PDA_POWER is not set | ||
981 | # CONFIG_BATTERY_DS2760 is not set | ||
982 | # CONFIG_BATTERY_BQ27x00 is not set | ||
983 | CONFIG_HWMON=y | ||
984 | # CONFIG_HWMON_VID is not set | ||
985 | # CONFIG_SENSORS_AD7414 is not set | ||
986 | # CONFIG_SENSORS_AD7418 is not set | ||
987 | # CONFIG_SENSORS_ADCXX is not set | ||
988 | # CONFIG_SENSORS_ADM1021 is not set | ||
989 | # CONFIG_SENSORS_ADM1025 is not set | ||
990 | # CONFIG_SENSORS_ADM1026 is not set | ||
991 | # CONFIG_SENSORS_ADM1029 is not set | ||
992 | # CONFIG_SENSORS_ADM1031 is not set | ||
993 | # CONFIG_SENSORS_ADM9240 is not set | ||
994 | # CONFIG_SENSORS_ADT7462 is not set | ||
995 | # CONFIG_SENSORS_ADT7470 is not set | ||
996 | # CONFIG_SENSORS_ADT7473 is not set | ||
997 | # CONFIG_SENSORS_ADT7475 is not set | ||
998 | # CONFIG_SENSORS_ATXP1 is not set | ||
999 | # CONFIG_SENSORS_DS1621 is not set | ||
1000 | # CONFIG_SENSORS_F71805F is not set | ||
1001 | # CONFIG_SENSORS_F71882FG is not set | ||
1002 | # CONFIG_SENSORS_F75375S is not set | ||
1003 | # CONFIG_SENSORS_GL518SM is not set | ||
1004 | # CONFIG_SENSORS_GL520SM is not set | ||
1005 | # CONFIG_SENSORS_IT87 is not set | ||
1006 | # CONFIG_SENSORS_LM63 is not set | ||
1007 | # CONFIG_SENSORS_LM70 is not set | ||
1008 | # CONFIG_SENSORS_LM75 is not set | ||
1009 | # CONFIG_SENSORS_LM77 is not set | ||
1010 | # CONFIG_SENSORS_LM78 is not set | ||
1011 | # CONFIG_SENSORS_LM80 is not set | ||
1012 | # CONFIG_SENSORS_LM83 is not set | ||
1013 | # CONFIG_SENSORS_LM85 is not set | ||
1014 | # CONFIG_SENSORS_LM87 is not set | ||
1015 | # CONFIG_SENSORS_LM90 is not set | ||
1016 | # CONFIG_SENSORS_LM92 is not set | ||
1017 | # CONFIG_SENSORS_LM93 is not set | ||
1018 | # CONFIG_SENSORS_LTC4245 is not set | ||
1019 | # CONFIG_SENSORS_MAX1111 is not set | ||
1020 | # CONFIG_SENSORS_MAX1619 is not set | ||
1021 | # CONFIG_SENSORS_MAX6650 is not set | ||
1022 | # CONFIG_SENSORS_PC87360 is not set | ||
1023 | # CONFIG_SENSORS_PC87427 is not set | ||
1024 | # CONFIG_SENSORS_DME1737 is not set | ||
1025 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
1026 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
1027 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
1028 | # CONFIG_SENSORS_ADS7828 is not set | ||
1029 | # CONFIG_SENSORS_THMC50 is not set | ||
1030 | # CONFIG_SENSORS_VT1211 is not set | ||
1031 | # CONFIG_SENSORS_W83781D is not set | ||
1032 | # CONFIG_SENSORS_W83791D is not set | ||
1033 | # CONFIG_SENSORS_W83792D is not set | ||
1034 | # CONFIG_SENSORS_W83793 is not set | ||
1035 | # CONFIG_SENSORS_W83L785TS is not set | ||
1036 | # CONFIG_SENSORS_W83L786NG is not set | ||
1037 | # CONFIG_SENSORS_W83627HF is not set | ||
1038 | # CONFIG_SENSORS_W83627EHF is not set | ||
1039 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
1040 | # CONFIG_THERMAL is not set | ||
1041 | # CONFIG_THERMAL_HWMON is not set | ||
1042 | CONFIG_WATCHDOG=y | ||
1043 | CONFIG_WATCHDOG_NOWAYOUT=y | ||
1044 | |||
1045 | # | ||
1046 | # Watchdog Device Drivers | ||
1047 | # | ||
1048 | # CONFIG_SOFT_WATCHDOG is not set | ||
1049 | # CONFIG_OMAP_WATCHDOG is not set | ||
1050 | |||
1051 | # | ||
1052 | # USB-based Watchdog Cards | ||
1053 | # | ||
1054 | # CONFIG_USBPCWATCHDOG is not set | ||
1055 | CONFIG_SSB_POSSIBLE=y | ||
1056 | |||
1057 | # | ||
1058 | # Sonics Silicon Backplane | ||
1059 | # | ||
1060 | # CONFIG_SSB is not set | ||
1061 | |||
1062 | # | ||
1063 | # Multifunction device drivers | ||
1064 | # | ||
1065 | # CONFIG_MFD_CORE is not set | ||
1066 | # CONFIG_MFD_SM501 is not set | ||
1067 | # CONFIG_MFD_ASIC3 is not set | ||
1068 | # CONFIG_HTC_EGPIO is not set | ||
1069 | # CONFIG_HTC_PASIC3 is not set | ||
1070 | # CONFIG_TPS65010 is not set | ||
1071 | CONFIG_TWL4030_CORE=y | ||
1072 | # CONFIG_MFD_TMIO is not set | ||
1073 | # CONFIG_MFD_T7L66XB is not set | ||
1074 | # CONFIG_MFD_TC6387XB is not set | ||
1075 | # CONFIG_MFD_TC6393XB is not set | ||
1076 | # CONFIG_PMIC_DA903X is not set | ||
1077 | # CONFIG_MFD_WM8400 is not set | ||
1078 | # CONFIG_MFD_WM8350_I2C is not set | ||
1079 | # CONFIG_MFD_PCF50633 is not set | ||
1080 | |||
1081 | # | ||
1082 | # Multimedia devices | ||
1083 | # | ||
1084 | |||
1085 | # | ||
1086 | # Multimedia core support | ||
1087 | # | ||
1088 | CONFIG_VIDEO_DEV=m | ||
1089 | CONFIG_VIDEO_V4L2_COMMON=m | ||
1090 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1091 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1092 | CONFIG_DVB_CORE=m | ||
1093 | CONFIG_VIDEO_MEDIA=m | ||
1094 | |||
1095 | # | ||
1096 | # Multimedia drivers | ||
1097 | # | ||
1098 | CONFIG_MEDIA_ATTACH=y | ||
1099 | CONFIG_MEDIA_TUNER=m | ||
1100 | # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set | ||
1101 | CONFIG_MEDIA_TUNER_SIMPLE=m | ||
1102 | CONFIG_MEDIA_TUNER_TDA8290=m | ||
1103 | CONFIG_MEDIA_TUNER_TDA827X=m | ||
1104 | CONFIG_MEDIA_TUNER_TDA18271=m | ||
1105 | CONFIG_MEDIA_TUNER_TDA9887=m | ||
1106 | CONFIG_MEDIA_TUNER_TEA5761=m | ||
1107 | CONFIG_MEDIA_TUNER_TEA5767=m | ||
1108 | CONFIG_MEDIA_TUNER_MT20XX=m | ||
1109 | CONFIG_MEDIA_TUNER_MT2060=m | ||
1110 | CONFIG_MEDIA_TUNER_MT2266=m | ||
1111 | CONFIG_MEDIA_TUNER_QT1010=m | ||
1112 | CONFIG_MEDIA_TUNER_XC2028=m | ||
1113 | CONFIG_MEDIA_TUNER_XC5000=m | ||
1114 | CONFIG_MEDIA_TUNER_MXL5005S=m | ||
1115 | CONFIG_VIDEO_V4L2=m | ||
1116 | CONFIG_VIDEO_V4L1=m | ||
1117 | CONFIG_VIDEO_TVEEPROM=m | ||
1118 | CONFIG_VIDEO_TUNER=m | ||
1119 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1120 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1121 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1122 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | ||
1123 | CONFIG_VIDEO_MSP3400=m | ||
1124 | CONFIG_VIDEO_CS53L32A=m | ||
1125 | CONFIG_VIDEO_WM8775=m | ||
1126 | CONFIG_VIDEO_SAA711X=m | ||
1127 | CONFIG_VIDEO_CX25840=m | ||
1128 | CONFIG_VIDEO_CX2341X=m | ||
1129 | # CONFIG_VIDEO_VIVI is not set | ||
1130 | # CONFIG_VIDEO_CPIA is not set | ||
1131 | # CONFIG_VIDEO_CPIA2 is not set | ||
1132 | # CONFIG_VIDEO_SAA5246A is not set | ||
1133 | # CONFIG_VIDEO_SAA5249 is not set | ||
1134 | # CONFIG_VIDEO_AU0828 is not set | ||
1135 | # CONFIG_SOC_CAMERA is not set | ||
1136 | CONFIG_V4L_USB_DRIVERS=y | ||
1137 | CONFIG_USB_VIDEO_CLASS=m | ||
1138 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
1139 | # CONFIG_USB_GSPCA is not set | ||
1140 | CONFIG_VIDEO_PVRUSB2=m | ||
1141 | CONFIG_VIDEO_PVRUSB2_SYSFS=y | ||
1142 | CONFIG_VIDEO_PVRUSB2_DVB=y | ||
1143 | # CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set | ||
1144 | # CONFIG_VIDEO_EM28XX is not set | ||
1145 | CONFIG_VIDEO_USBVISION=m | ||
1146 | CONFIG_VIDEO_USBVIDEO=m | ||
1147 | CONFIG_USB_VICAM=m | ||
1148 | CONFIG_USB_IBMCAM=m | ||
1149 | CONFIG_USB_KONICAWC=m | ||
1150 | CONFIG_USB_QUICKCAM_MESSENGER=m | ||
1151 | # CONFIG_USB_ET61X251 is not set | ||
1152 | CONFIG_VIDEO_OVCAMCHIP=m | ||
1153 | CONFIG_USB_W9968CF=m | ||
1154 | CONFIG_USB_OV511=m | ||
1155 | CONFIG_USB_SE401=m | ||
1156 | CONFIG_USB_SN9C102=m | ||
1157 | CONFIG_USB_STV680=m | ||
1158 | # CONFIG_USB_ZC0301 is not set | ||
1159 | CONFIG_USB_PWC=m | ||
1160 | # CONFIG_USB_PWC_DEBUG is not set | ||
1161 | CONFIG_USB_ZR364XX=m | ||
1162 | # CONFIG_USB_STKWEBCAM is not set | ||
1163 | # CONFIG_USB_S2255 is not set | ||
1164 | CONFIG_RADIO_ADAPTERS=y | ||
1165 | # CONFIG_USB_DSBR is not set | ||
1166 | # CONFIG_USB_SI470X is not set | ||
1167 | # CONFIG_USB_MR800 is not set | ||
1168 | # CONFIG_RADIO_TEA5764 is not set | ||
1169 | # CONFIG_DVB_DYNAMIC_MINORS is not set | ||
1170 | CONFIG_DVB_CAPTURE_DRIVERS=y | ||
1171 | # CONFIG_TTPCI_EEPROM is not set | ||
1172 | |||
1173 | # | ||
1174 | # Supported USB Adapters | ||
1175 | # | ||
1176 | CONFIG_DVB_USB=m | ||
1177 | # CONFIG_DVB_USB_DEBUG is not set | ||
1178 | CONFIG_DVB_USB_A800=m | ||
1179 | CONFIG_DVB_USB_DIBUSB_MB=m | ||
1180 | # CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set | ||
1181 | CONFIG_DVB_USB_DIBUSB_MC=m | ||
1182 | CONFIG_DVB_USB_DIB0700=m | ||
1183 | CONFIG_DVB_USB_UMT_010=m | ||
1184 | CONFIG_DVB_USB_CXUSB=m | ||
1185 | CONFIG_DVB_USB_M920X=m | ||
1186 | CONFIG_DVB_USB_GL861=m | ||
1187 | CONFIG_DVB_USB_AU6610=m | ||
1188 | CONFIG_DVB_USB_DIGITV=m | ||
1189 | CONFIG_DVB_USB_VP7045=m | ||
1190 | CONFIG_DVB_USB_VP702X=m | ||
1191 | CONFIG_DVB_USB_GP8PSK=m | ||
1192 | CONFIG_DVB_USB_NOVA_T_USB2=m | ||
1193 | CONFIG_DVB_USB_TTUSB2=m | ||
1194 | CONFIG_DVB_USB_DTT200U=m | ||
1195 | CONFIG_DVB_USB_OPERA1=m | ||
1196 | CONFIG_DVB_USB_AF9005=m | ||
1197 | CONFIG_DVB_USB_AF9005_REMOTE=m | ||
1198 | # CONFIG_DVB_USB_DW2102 is not set | ||
1199 | # CONFIG_DVB_USB_CINERGY_T2 is not set | ||
1200 | # CONFIG_DVB_USB_ANYSEE is not set | ||
1201 | # CONFIG_DVB_USB_DTV5100 is not set | ||
1202 | # CONFIG_DVB_USB_AF9015 is not set | ||
1203 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
1204 | |||
1205 | # | ||
1206 | # Supported FlexCopII (B2C2) Adapters | ||
1207 | # | ||
1208 | # CONFIG_DVB_B2C2_FLEXCOP is not set | ||
1209 | |||
1210 | # | ||
1211 | # Supported DVB Frontends | ||
1212 | # | ||
1213 | |||
1214 | # | ||
1215 | # Customise DVB Frontends | ||
1216 | # | ||
1217 | # CONFIG_DVB_FE_CUSTOMISE is not set | ||
1218 | |||
1219 | # | ||
1220 | # Multistandard (satellite) frontends | ||
1221 | # | ||
1222 | # CONFIG_DVB_STB0899 is not set | ||
1223 | # CONFIG_DVB_STB6100 is not set | ||
1224 | |||
1225 | # | ||
1226 | # DVB-S (satellite) frontends | ||
1227 | # | ||
1228 | CONFIG_DVB_CX24110=m | ||
1229 | CONFIG_DVB_CX24123=m | ||
1230 | CONFIG_DVB_MT312=m | ||
1231 | CONFIG_DVB_S5H1420=m | ||
1232 | # CONFIG_DVB_STV0288 is not set | ||
1233 | # CONFIG_DVB_STB6000 is not set | ||
1234 | CONFIG_DVB_STV0299=m | ||
1235 | CONFIG_DVB_TDA8083=m | ||
1236 | CONFIG_DVB_TDA10086=m | ||
1237 | # CONFIG_DVB_TDA8261 is not set | ||
1238 | CONFIG_DVB_VES1X93=m | ||
1239 | CONFIG_DVB_TUNER_ITD1000=m | ||
1240 | # CONFIG_DVB_TUNER_CX24113 is not set | ||
1241 | CONFIG_DVB_TDA826X=m | ||
1242 | CONFIG_DVB_TUA6100=m | ||
1243 | # CONFIG_DVB_CX24116 is not set | ||
1244 | # CONFIG_DVB_SI21XX is not set | ||
1245 | |||
1246 | # | ||
1247 | # DVB-T (terrestrial) frontends | ||
1248 | # | ||
1249 | CONFIG_DVB_SP8870=m | ||
1250 | CONFIG_DVB_SP887X=m | ||
1251 | CONFIG_DVB_CX22700=m | ||
1252 | CONFIG_DVB_CX22702=m | ||
1253 | # CONFIG_DVB_DRX397XD is not set | ||
1254 | CONFIG_DVB_L64781=m | ||
1255 | CONFIG_DVB_TDA1004X=m | ||
1256 | CONFIG_DVB_NXT6000=m | ||
1257 | CONFIG_DVB_MT352=m | ||
1258 | CONFIG_DVB_ZL10353=m | ||
1259 | CONFIG_DVB_DIB3000MB=m | ||
1260 | CONFIG_DVB_DIB3000MC=m | ||
1261 | CONFIG_DVB_DIB7000M=m | ||
1262 | CONFIG_DVB_DIB7000P=m | ||
1263 | CONFIG_DVB_TDA10048=m | ||
1264 | |||
1265 | # | ||
1266 | # DVB-C (cable) frontends | ||
1267 | # | ||
1268 | CONFIG_DVB_VES1820=m | ||
1269 | CONFIG_DVB_TDA10021=m | ||
1270 | CONFIG_DVB_TDA10023=m | ||
1271 | CONFIG_DVB_STV0297=m | ||
1272 | |||
1273 | # | ||
1274 | # ATSC (North American/Korean Terrestrial/Cable DTV) frontends | ||
1275 | # | ||
1276 | CONFIG_DVB_NXT200X=m | ||
1277 | # CONFIG_DVB_OR51211 is not set | ||
1278 | # CONFIG_DVB_OR51132 is not set | ||
1279 | CONFIG_DVB_BCM3510=m | ||
1280 | CONFIG_DVB_LGDT330X=m | ||
1281 | # CONFIG_DVB_LGDT3304 is not set | ||
1282 | CONFIG_DVB_S5H1409=m | ||
1283 | CONFIG_DVB_AU8522=m | ||
1284 | CONFIG_DVB_S5H1411=m | ||
1285 | |||
1286 | # | ||
1287 | # ISDB-T (terrestrial) frontends | ||
1288 | # | ||
1289 | # CONFIG_DVB_S921 is not set | ||
1290 | |||
1291 | # | ||
1292 | # Digital terrestrial only tuners/PLL | ||
1293 | # | ||
1294 | CONFIG_DVB_PLL=m | ||
1295 | CONFIG_DVB_TUNER_DIB0070=m | ||
1296 | |||
1297 | # | ||
1298 | # SEC control devices for DVB-S | ||
1299 | # | ||
1300 | CONFIG_DVB_LNBP21=m | ||
1301 | # CONFIG_DVB_ISL6405 is not set | ||
1302 | CONFIG_DVB_ISL6421=m | ||
1303 | # CONFIG_DVB_LGS8GL5 is not set | ||
1304 | |||
1305 | # | ||
1306 | # Tools to develop new frontends | ||
1307 | # | ||
1308 | # CONFIG_DVB_DUMMY_FE is not set | ||
1309 | # CONFIG_DVB_AF9013 is not set | ||
1310 | # CONFIG_DAB is not set | ||
1311 | |||
1312 | # | ||
1313 | # Graphics support | ||
1314 | # | ||
1315 | # CONFIG_VGASTATE is not set | ||
1316 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1317 | # CONFIG_FB is not set | ||
1318 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1319 | |||
1320 | # | ||
1321 | # Display device support | ||
1322 | # | ||
1323 | CONFIG_DISPLAY_SUPPORT=y | ||
1324 | |||
1325 | # | ||
1326 | # Display hardware drivers | ||
1327 | # | ||
1328 | |||
1329 | # | ||
1330 | # Console display driver support | ||
1331 | # | ||
1332 | # CONFIG_VGA_CONSOLE is not set | ||
1333 | CONFIG_DUMMY_CONSOLE=y | ||
1334 | CONFIG_SOUND=y | ||
1335 | CONFIG_SOUND_OSS_CORE=y | ||
1336 | CONFIG_SND=y | ||
1337 | CONFIG_SND_TIMER=y | ||
1338 | CONFIG_SND_PCM=y | ||
1339 | CONFIG_SND_HWDEP=y | ||
1340 | CONFIG_SND_RAWMIDI=y | ||
1341 | CONFIG_SND_SEQUENCER=m | ||
1342 | # CONFIG_SND_SEQ_DUMMY is not set | ||
1343 | CONFIG_SND_OSSEMUL=y | ||
1344 | CONFIG_SND_MIXER_OSS=y | ||
1345 | CONFIG_SND_PCM_OSS=y | ||
1346 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
1347 | CONFIG_SND_SEQUENCER_OSS=y | ||
1348 | # CONFIG_SND_HRTIMER is not set | ||
1349 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1350 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1351 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1352 | CONFIG_SND_VERBOSE_PRINTK=y | ||
1353 | CONFIG_SND_DEBUG=y | ||
1354 | # CONFIG_SND_DEBUG_VERBOSE is not set | ||
1355 | # CONFIG_SND_PCM_XRUN_DEBUG is not set | ||
1356 | CONFIG_SND_DRIVERS=y | ||
1357 | # CONFIG_SND_DUMMY is not set | ||
1358 | # CONFIG_SND_VIRMIDI is not set | ||
1359 | # CONFIG_SND_MTPAV is not set | ||
1360 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1361 | # CONFIG_SND_MPU401 is not set | ||
1362 | CONFIG_SND_ARM=y | ||
1363 | CONFIG_SND_SPI=y | ||
1364 | CONFIG_SND_USB=y | ||
1365 | CONFIG_SND_USB_AUDIO=y | ||
1366 | CONFIG_SND_USB_CAIAQ=m | ||
1367 | CONFIG_SND_USB_CAIAQ_INPUT=y | ||
1368 | CONFIG_SND_SOC=y | ||
1369 | CONFIG_SND_OMAP_SOC=y | ||
1370 | CONFIG_SND_OMAP_SOC_MCBSP=y | ||
1371 | # CONFIG_SND_OMAP_SOC_OVERO is not set | ||
1372 | CONFIG_SND_OMAP_SOC_SDP3430=y | ||
1373 | CONFIG_SND_OMAP_SOC_OMAP3_PANDORA=y | ||
1374 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1375 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1376 | CONFIG_SND_SOC_TWL4030=y | ||
1377 | # CONFIG_SOUND_PRIME is not set | ||
1378 | CONFIG_HID_SUPPORT=y | ||
1379 | CONFIG_HID=y | ||
1380 | CONFIG_HID_DEBUG=y | ||
1381 | # CONFIG_HIDRAW is not set | ||
1382 | |||
1383 | # | ||
1384 | # USB Input Devices | ||
1385 | # | ||
1386 | CONFIG_USB_HID=y | ||
1387 | # CONFIG_HID_PID is not set | ||
1388 | # CONFIG_USB_HIDDEV is not set | ||
1389 | |||
1390 | # | ||
1391 | # Special HID drivers | ||
1392 | # | ||
1393 | CONFIG_HID_COMPAT=y | ||
1394 | CONFIG_HID_A4TECH=y | ||
1395 | CONFIG_HID_APPLE=y | ||
1396 | CONFIG_HID_BELKIN=y | ||
1397 | CONFIG_HID_CHERRY=y | ||
1398 | CONFIG_HID_CHICONY=y | ||
1399 | CONFIG_HID_CYPRESS=y | ||
1400 | CONFIG_HID_EZKEY=y | ||
1401 | CONFIG_HID_GYRATION=y | ||
1402 | CONFIG_HID_LOGITECH=y | ||
1403 | # CONFIG_LOGITECH_FF is not set | ||
1404 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1405 | CONFIG_HID_MICROSOFT=y | ||
1406 | CONFIG_HID_MONTEREY=y | ||
1407 | # CONFIG_HID_NTRIG is not set | ||
1408 | CONFIG_HID_PANTHERLORD=y | ||
1409 | # CONFIG_PANTHERLORD_FF is not set | ||
1410 | CONFIG_HID_PETALYNX=y | ||
1411 | CONFIG_HID_SAMSUNG=y | ||
1412 | CONFIG_HID_SONY=y | ||
1413 | CONFIG_HID_SUNPLUS=y | ||
1414 | # CONFIG_GREENASIA_FF is not set | ||
1415 | # CONFIG_HID_TOPSEED is not set | ||
1416 | # CONFIG_THRUSTMASTER_FF is not set | ||
1417 | # CONFIG_ZEROPLUS_FF is not set | ||
1418 | CONFIG_USB_SUPPORT=y | ||
1419 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1420 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1421 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1422 | CONFIG_USB=y | ||
1423 | CONFIG_USB_DEBUG=y | ||
1424 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1425 | |||
1426 | # | ||
1427 | # Miscellaneous USB options | ||
1428 | # | ||
1429 | CONFIG_USB_DEVICEFS=y | ||
1430 | CONFIG_USB_DEVICE_CLASS=y | ||
1431 | CONFIG_USB_DYNAMIC_MINORS=y | ||
1432 | CONFIG_USB_SUSPEND=y | ||
1433 | CONFIG_USB_OTG=y | ||
1434 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1435 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1436 | CONFIG_USB_MON=y | ||
1437 | # CONFIG_USB_WUSB is not set | ||
1438 | # CONFIG_USB_WUSB_CBAF is not set | ||
1439 | |||
1440 | # | ||
1441 | # USB Host Controller Drivers | ||
1442 | # | ||
1443 | # CONFIG_USB_C67X00_HCD is not set | ||
1444 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1445 | # CONFIG_USB_ISP116X_HCD is not set | ||
1446 | # CONFIG_USB_OHCI_HCD is not set | ||
1447 | # CONFIG_USB_SL811_HCD is not set | ||
1448 | # CONFIG_USB_R8A66597_HCD is not set | ||
1449 | # CONFIG_USB_HWA_HCD is not set | ||
1450 | CONFIG_USB_MUSB_HDRC=y | ||
1451 | CONFIG_USB_MUSB_SOC=y | ||
1452 | |||
1453 | # | ||
1454 | # OMAP 343x high speed USB support | ||
1455 | # | ||
1456 | # CONFIG_USB_MUSB_HOST is not set | ||
1457 | # CONFIG_USB_MUSB_PERIPHERAL is not set | ||
1458 | CONFIG_USB_MUSB_OTG=y | ||
1459 | CONFIG_USB_GADGET_MUSB_HDRC=y | ||
1460 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1461 | CONFIG_MUSB_PIO_ONLY=y | ||
1462 | # CONFIG_USB_MUSB_DEBUG is not set | ||
1463 | |||
1464 | # | ||
1465 | # USB Device Class drivers | ||
1466 | # | ||
1467 | # CONFIG_USB_ACM is not set | ||
1468 | CONFIG_USB_PRINTER=y | ||
1469 | CONFIG_USB_WDM=y | ||
1470 | # CONFIG_USB_TMC is not set | ||
1471 | |||
1472 | # | ||
1473 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1474 | # | ||
1475 | |||
1476 | # | ||
1477 | # see USB_STORAGE Help for more information | ||
1478 | # | ||
1479 | CONFIG_USB_STORAGE=y | ||
1480 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1481 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1482 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1483 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1484 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1485 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1486 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1487 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1488 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1489 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1490 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1491 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1492 | # CONFIG_USB_LIBUSUAL is not set | ||
1493 | |||
1494 | # | ||
1495 | # USB Imaging devices | ||
1496 | # | ||
1497 | # CONFIG_USB_MDC800 is not set | ||
1498 | # CONFIG_USB_MICROTEK is not set | ||
1499 | |||
1500 | # | ||
1501 | # USB port drivers | ||
1502 | # | ||
1503 | # CONFIG_USB_SERIAL is not set | ||
1504 | |||
1505 | # | ||
1506 | # USB Miscellaneous drivers | ||
1507 | # | ||
1508 | # CONFIG_USB_EMI62 is not set | ||
1509 | # CONFIG_USB_EMI26 is not set | ||
1510 | # CONFIG_USB_ADUTUX is not set | ||
1511 | # CONFIG_USB_SEVSEG is not set | ||
1512 | # CONFIG_USB_RIO500 is not set | ||
1513 | # CONFIG_USB_LEGOTOWER is not set | ||
1514 | # CONFIG_USB_LCD is not set | ||
1515 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1516 | # CONFIG_USB_LED is not set | ||
1517 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1518 | # CONFIG_USB_CYTHERM is not set | ||
1519 | # CONFIG_USB_PHIDGET is not set | ||
1520 | # CONFIG_USB_IDMOUSE is not set | ||
1521 | # CONFIG_USB_FTDI_ELAN is not set | ||
1522 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1523 | # CONFIG_USB_LD is not set | ||
1524 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1525 | # CONFIG_USB_IOWARRIOR is not set | ||
1526 | # CONFIG_USB_TEST is not set | ||
1527 | # CONFIG_USB_ISIGHTFW is not set | ||
1528 | # CONFIG_USB_VST is not set | ||
1529 | CONFIG_USB_GADGET=y | ||
1530 | # CONFIG_USB_GADGET_DEBUG is not set | ||
1531 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1532 | # CONFIG_USB_GADGET_DEBUG_FS is not set | ||
1533 | CONFIG_USB_GADGET_VBUS_DRAW=2 | ||
1534 | CONFIG_USB_GADGET_SELECTED=y | ||
1535 | # CONFIG_USB_GADGET_AT91 is not set | ||
1536 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1537 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1538 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1539 | # CONFIG_USB_GADGET_OMAP is not set | ||
1540 | # CONFIG_USB_GADGET_PXA25X is not set | ||
1541 | # CONFIG_USB_GADGET_PXA27X is not set | ||
1542 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1543 | # CONFIG_USB_GADGET_IMX is not set | ||
1544 | # CONFIG_USB_GADGET_M66592 is not set | ||
1545 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1546 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
1547 | # CONFIG_USB_GADGET_CI13XXX is not set | ||
1548 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1549 | # CONFIG_USB_GADGET_GOKU is not set | ||
1550 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1551 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1552 | # CONFIG_USB_ZERO is not set | ||
1553 | CONFIG_USB_ETH=y | ||
1554 | CONFIG_USB_ETH_RNDIS=y | ||
1555 | # CONFIG_USB_GADGETFS is not set | ||
1556 | # CONFIG_USB_FILE_STORAGE is not set | ||
1557 | # CONFIG_USB_G_SERIAL is not set | ||
1558 | # CONFIG_USB_MIDI_GADGET is not set | ||
1559 | # CONFIG_USB_G_PRINTER is not set | ||
1560 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
1561 | |||
1562 | # | ||
1563 | # OTG and related infrastructure | ||
1564 | # | ||
1565 | CONFIG_USB_OTG_UTILS=y | ||
1566 | # CONFIG_USB_GPIO_VBUS is not set | ||
1567 | # CONFIG_ISP1301_OMAP is not set | ||
1568 | CONFIG_TWL4030_USB=y | ||
1569 | CONFIG_MMC=y | ||
1570 | # CONFIG_MMC_DEBUG is not set | ||
1571 | CONFIG_MMC_UNSAFE_RESUME=y | ||
1572 | |||
1573 | # | ||
1574 | # MMC/SD/SDIO Card Drivers | ||
1575 | # | ||
1576 | CONFIG_MMC_BLOCK=y | ||
1577 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1578 | CONFIG_SDIO_UART=y | ||
1579 | # CONFIG_MMC_TEST is not set | ||
1580 | |||
1581 | # | ||
1582 | # MMC/SD/SDIO Host Controller Drivers | ||
1583 | # | ||
1584 | # CONFIG_MMC_SDHCI is not set | ||
1585 | # CONFIG_MMC_OMAP is not set | ||
1586 | CONFIG_MMC_OMAP_HS=y | ||
1587 | # CONFIG_MMC_SPI is not set | ||
1588 | # CONFIG_MEMSTICK is not set | ||
1589 | # CONFIG_ACCESSIBILITY is not set | ||
1590 | CONFIG_NEW_LEDS=y | ||
1591 | CONFIG_LEDS_CLASS=y | ||
1592 | |||
1593 | # | ||
1594 | # LED drivers | ||
1595 | # | ||
1596 | # CONFIG_LEDS_PCA9532 is not set | ||
1597 | CONFIG_LEDS_GPIO=y | ||
1598 | # CONFIG_LEDS_PCA955X is not set | ||
1599 | |||
1600 | # | ||
1601 | # LED Triggers | ||
1602 | # | ||
1603 | CONFIG_LEDS_TRIGGERS=y | ||
1604 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
1605 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
1606 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set | ||
1607 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
1608 | CONFIG_RTC_LIB=y | ||
1609 | CONFIG_RTC_CLASS=y | ||
1610 | CONFIG_RTC_HCTOSYS=y | ||
1611 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1612 | # CONFIG_RTC_DEBUG is not set | ||
1613 | |||
1614 | # | ||
1615 | # RTC interfaces | ||
1616 | # | ||
1617 | CONFIG_RTC_INTF_SYSFS=y | ||
1618 | CONFIG_RTC_INTF_PROC=y | ||
1619 | CONFIG_RTC_INTF_DEV=y | ||
1620 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1621 | # CONFIG_RTC_DRV_TEST is not set | ||
1622 | |||
1623 | # | ||
1624 | # I2C RTC drivers | ||
1625 | # | ||
1626 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1627 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1628 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1629 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1630 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1631 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1632 | # CONFIG_RTC_DRV_X1205 is not set | ||
1633 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1634 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1635 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1636 | CONFIG_RTC_DRV_TWL4030=y | ||
1637 | # CONFIG_RTC_DRV_S35390A is not set | ||
1638 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1639 | # CONFIG_RTC_DRV_RX8581 is not set | ||
1640 | |||
1641 | # | ||
1642 | # SPI RTC drivers | ||
1643 | # | ||
1644 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1645 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1646 | # CONFIG_RTC_DRV_DS1390 is not set | ||
1647 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1648 | # CONFIG_RTC_DRV_R9701 is not set | ||
1649 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1650 | # CONFIG_RTC_DRV_DS3234 is not set | ||
1651 | |||
1652 | # | ||
1653 | # Platform RTC drivers | ||
1654 | # | ||
1655 | # CONFIG_RTC_DRV_CMOS is not set | ||
1656 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1657 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1658 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1659 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1660 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1661 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1662 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1663 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1664 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1665 | # CONFIG_RTC_DRV_V3020 is not set | ||
1666 | |||
1667 | # | ||
1668 | # on-CPU RTC drivers | ||
1669 | # | ||
1670 | # CONFIG_DMADEVICES is not set | ||
1671 | # CONFIG_REGULATOR is not set | ||
1672 | # CONFIG_UIO is not set | ||
1673 | # CONFIG_STAGING is not set | ||
1674 | |||
1675 | # | ||
1676 | # File systems | ||
1677 | # | ||
1678 | CONFIG_EXT2_FS=y | ||
1679 | # CONFIG_EXT2_FS_XATTR is not set | ||
1680 | # CONFIG_EXT2_FS_XIP is not set | ||
1681 | CONFIG_EXT3_FS=y | ||
1682 | # CONFIG_EXT3_FS_XATTR is not set | ||
1683 | # CONFIG_EXT4_FS is not set | ||
1684 | CONFIG_JBD=y | ||
1685 | # CONFIG_JBD_DEBUG is not set | ||
1686 | # CONFIG_REISERFS_FS is not set | ||
1687 | # CONFIG_JFS_FS is not set | ||
1688 | CONFIG_FS_POSIX_ACL=y | ||
1689 | CONFIG_FILE_LOCKING=y | ||
1690 | CONFIG_XFS_FS=m | ||
1691 | # CONFIG_XFS_QUOTA is not set | ||
1692 | # CONFIG_XFS_POSIX_ACL is not set | ||
1693 | # CONFIG_XFS_RT is not set | ||
1694 | # CONFIG_XFS_DEBUG is not set | ||
1695 | # CONFIG_GFS2_FS is not set | ||
1696 | # CONFIG_OCFS2_FS is not set | ||
1697 | # CONFIG_BTRFS_FS is not set | ||
1698 | CONFIG_DNOTIFY=y | ||
1699 | CONFIG_INOTIFY=y | ||
1700 | CONFIG_INOTIFY_USER=y | ||
1701 | CONFIG_QUOTA=y | ||
1702 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set | ||
1703 | CONFIG_PRINT_QUOTA_WARNING=y | ||
1704 | CONFIG_QUOTA_TREE=y | ||
1705 | # CONFIG_QFMT_V1 is not set | ||
1706 | CONFIG_QFMT_V2=y | ||
1707 | CONFIG_QUOTACTL=y | ||
1708 | # CONFIG_AUTOFS_FS is not set | ||
1709 | # CONFIG_AUTOFS4_FS is not set | ||
1710 | CONFIG_FUSE_FS=m | ||
1711 | |||
1712 | # | ||
1713 | # CD-ROM/DVD Filesystems | ||
1714 | # | ||
1715 | CONFIG_ISO9660_FS=m | ||
1716 | CONFIG_JOLIET=y | ||
1717 | CONFIG_ZISOFS=y | ||
1718 | CONFIG_UDF_FS=m | ||
1719 | CONFIG_UDF_NLS=y | ||
1720 | |||
1721 | # | ||
1722 | # DOS/FAT/NT Filesystems | ||
1723 | # | ||
1724 | CONFIG_FAT_FS=y | ||
1725 | CONFIG_MSDOS_FS=y | ||
1726 | CONFIG_VFAT_FS=y | ||
1727 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1728 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1729 | # CONFIG_NTFS_FS is not set | ||
1730 | |||
1731 | # | ||
1732 | # Pseudo filesystems | ||
1733 | # | ||
1734 | CONFIG_PROC_FS=y | ||
1735 | CONFIG_PROC_SYSCTL=y | ||
1736 | CONFIG_PROC_PAGE_MONITOR=y | ||
1737 | CONFIG_SYSFS=y | ||
1738 | CONFIG_TMPFS=y | ||
1739 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1740 | # CONFIG_HUGETLB_PAGE is not set | ||
1741 | # CONFIG_CONFIGFS_FS is not set | ||
1742 | CONFIG_MISC_FILESYSTEMS=y | ||
1743 | # CONFIG_ADFS_FS is not set | ||
1744 | # CONFIG_AFFS_FS is not set | ||
1745 | # CONFIG_HFS_FS is not set | ||
1746 | # CONFIG_HFSPLUS_FS is not set | ||
1747 | # CONFIG_BEFS_FS is not set | ||
1748 | # CONFIG_BFS_FS is not set | ||
1749 | # CONFIG_EFS_FS is not set | ||
1750 | CONFIG_JFFS2_FS=y | ||
1751 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1752 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1753 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1754 | CONFIG_JFFS2_SUMMARY=y | ||
1755 | CONFIG_JFFS2_FS_XATTR=y | ||
1756 | CONFIG_JFFS2_FS_POSIX_ACL=y | ||
1757 | CONFIG_JFFS2_FS_SECURITY=y | ||
1758 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
1759 | CONFIG_JFFS2_ZLIB=y | ||
1760 | CONFIG_JFFS2_LZO=y | ||
1761 | CONFIG_JFFS2_RTIME=y | ||
1762 | CONFIG_JFFS2_RUBIN=y | ||
1763 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
1764 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
1765 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
1766 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
1767 | # CONFIG_CRAMFS is not set | ||
1768 | # CONFIG_SQUASHFS is not set | ||
1769 | # CONFIG_VXFS_FS is not set | ||
1770 | # CONFIG_MINIX_FS is not set | ||
1771 | # CONFIG_OMFS_FS is not set | ||
1772 | # CONFIG_HPFS_FS is not set | ||
1773 | # CONFIG_QNX4FS_FS is not set | ||
1774 | # CONFIG_ROMFS_FS is not set | ||
1775 | # CONFIG_SYSV_FS is not set | ||
1776 | # CONFIG_UFS_FS is not set | ||
1777 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1778 | CONFIG_NFS_FS=y | ||
1779 | CONFIG_NFS_V3=y | ||
1780 | # CONFIG_NFS_V3_ACL is not set | ||
1781 | CONFIG_NFS_V4=y | ||
1782 | CONFIG_ROOT_NFS=y | ||
1783 | # CONFIG_NFSD is not set | ||
1784 | CONFIG_LOCKD=y | ||
1785 | CONFIG_LOCKD_V4=y | ||
1786 | CONFIG_EXPORTFS=m | ||
1787 | CONFIG_NFS_COMMON=y | ||
1788 | CONFIG_SUNRPC=y | ||
1789 | CONFIG_SUNRPC_GSS=y | ||
1790 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1791 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1792 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1793 | # CONFIG_SMB_FS is not set | ||
1794 | # CONFIG_CIFS is not set | ||
1795 | # CONFIG_NCP_FS is not set | ||
1796 | # CONFIG_CODA_FS is not set | ||
1797 | # CONFIG_AFS_FS is not set | ||
1798 | |||
1799 | # | ||
1800 | # Partition Types | ||
1801 | # | ||
1802 | CONFIG_PARTITION_ADVANCED=y | ||
1803 | # CONFIG_ACORN_PARTITION is not set | ||
1804 | # CONFIG_OSF_PARTITION is not set | ||
1805 | # CONFIG_AMIGA_PARTITION is not set | ||
1806 | # CONFIG_ATARI_PARTITION is not set | ||
1807 | # CONFIG_MAC_PARTITION is not set | ||
1808 | CONFIG_MSDOS_PARTITION=y | ||
1809 | # CONFIG_BSD_DISKLABEL is not set | ||
1810 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1811 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1812 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1813 | # CONFIG_LDM_PARTITION is not set | ||
1814 | # CONFIG_SGI_PARTITION is not set | ||
1815 | # CONFIG_ULTRIX_PARTITION is not set | ||
1816 | # CONFIG_SUN_PARTITION is not set | ||
1817 | # CONFIG_KARMA_PARTITION is not set | ||
1818 | # CONFIG_EFI_PARTITION is not set | ||
1819 | # CONFIG_SYSV68_PARTITION is not set | ||
1820 | CONFIG_NLS=y | ||
1821 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1822 | CONFIG_NLS_CODEPAGE_437=y | ||
1823 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1824 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1825 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1826 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1827 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1828 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1829 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1830 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1831 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1832 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1833 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1834 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1835 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1836 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1837 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1838 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1839 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1840 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1841 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1842 | # CONFIG_NLS_ISO8859_8 is not set | ||
1843 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1844 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1845 | # CONFIG_NLS_ASCII is not set | ||
1846 | CONFIG_NLS_ISO8859_1=y | ||
1847 | # CONFIG_NLS_ISO8859_2 is not set | ||
1848 | # CONFIG_NLS_ISO8859_3 is not set | ||
1849 | # CONFIG_NLS_ISO8859_4 is not set | ||
1850 | # CONFIG_NLS_ISO8859_5 is not set | ||
1851 | # CONFIG_NLS_ISO8859_6 is not set | ||
1852 | # CONFIG_NLS_ISO8859_7 is not set | ||
1853 | # CONFIG_NLS_ISO8859_9 is not set | ||
1854 | # CONFIG_NLS_ISO8859_13 is not set | ||
1855 | # CONFIG_NLS_ISO8859_14 is not set | ||
1856 | # CONFIG_NLS_ISO8859_15 is not set | ||
1857 | # CONFIG_NLS_KOI8_R is not set | ||
1858 | # CONFIG_NLS_KOI8_U is not set | ||
1859 | # CONFIG_NLS_UTF8 is not set | ||
1860 | # CONFIG_DLM is not set | ||
1861 | |||
1862 | # | ||
1863 | # Kernel hacking | ||
1864 | # | ||
1865 | # CONFIG_PRINTK_TIME is not set | ||
1866 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1867 | CONFIG_ENABLE_MUST_CHECK=y | ||
1868 | CONFIG_FRAME_WARN=1024 | ||
1869 | CONFIG_MAGIC_SYSRQ=y | ||
1870 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1871 | CONFIG_DEBUG_FS=y | ||
1872 | # CONFIG_HEADERS_CHECK is not set | ||
1873 | CONFIG_DEBUG_KERNEL=y | ||
1874 | # CONFIG_DEBUG_SHIRQ is not set | ||
1875 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1876 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1877 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1878 | CONFIG_SCHED_DEBUG=y | ||
1879 | CONFIG_SCHEDSTATS=y | ||
1880 | CONFIG_TIMER_STATS=y | ||
1881 | # CONFIG_DEBUG_OBJECTS is not set | ||
1882 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1883 | # CONFIG_SLUB_STATS is not set | ||
1884 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1885 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1886 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1887 | CONFIG_DEBUG_MUTEXES=y | ||
1888 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1889 | # CONFIG_PROVE_LOCKING is not set | ||
1890 | # CONFIG_LOCK_STAT is not set | ||
1891 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1892 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1893 | CONFIG_STACKTRACE=y | ||
1894 | # CONFIG_DEBUG_KOBJECT is not set | ||
1895 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1896 | # CONFIG_DEBUG_INFO is not set | ||
1897 | # CONFIG_DEBUG_VM is not set | ||
1898 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1899 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1900 | # CONFIG_DEBUG_LIST is not set | ||
1901 | # CONFIG_DEBUG_SG is not set | ||
1902 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1903 | CONFIG_FRAME_POINTER=y | ||
1904 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1905 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1906 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1907 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1908 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1909 | # CONFIG_FAULT_INJECTION is not set | ||
1910 | # CONFIG_LATENCYTOP is not set | ||
1911 | CONFIG_NOP_TRACER=y | ||
1912 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1913 | CONFIG_RING_BUFFER=y | ||
1914 | CONFIG_TRACING=y | ||
1915 | |||
1916 | # | ||
1917 | # Tracers | ||
1918 | # | ||
1919 | # CONFIG_FUNCTION_TRACER is not set | ||
1920 | # CONFIG_IRQSOFF_TRACER is not set | ||
1921 | # CONFIG_SCHED_TRACER is not set | ||
1922 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1923 | # CONFIG_BOOT_TRACER is not set | ||
1924 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1925 | # CONFIG_STACK_TRACER is not set | ||
1926 | # CONFIG_FTRACE_STARTUP_TEST is not set | ||
1927 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1928 | # CONFIG_SAMPLES is not set | ||
1929 | CONFIG_HAVE_ARCH_KGDB=y | ||
1930 | # CONFIG_KGDB is not set | ||
1931 | # CONFIG_DEBUG_USER is not set | ||
1932 | # CONFIG_DEBUG_ERRORS is not set | ||
1933 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1934 | # CONFIG_DEBUG_LL is not set | ||
1935 | |||
1936 | # | ||
1937 | # Security options | ||
1938 | # | ||
1939 | # CONFIG_KEYS is not set | ||
1940 | # CONFIG_SECURITY is not set | ||
1941 | # CONFIG_SECURITYFS is not set | ||
1942 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1943 | CONFIG_XOR_BLOCKS=m | ||
1944 | CONFIG_ASYNC_CORE=m | ||
1945 | CONFIG_ASYNC_MEMCPY=m | ||
1946 | CONFIG_ASYNC_XOR=m | ||
1947 | CONFIG_CRYPTO=y | ||
1948 | |||
1949 | # | ||
1950 | # Crypto core or helper | ||
1951 | # | ||
1952 | # CONFIG_CRYPTO_FIPS is not set | ||
1953 | CONFIG_CRYPTO_ALGAPI=y | ||
1954 | CONFIG_CRYPTO_ALGAPI2=y | ||
1955 | CONFIG_CRYPTO_AEAD2=y | ||
1956 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1957 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1958 | CONFIG_CRYPTO_HASH=y | ||
1959 | CONFIG_CRYPTO_HASH2=y | ||
1960 | CONFIG_CRYPTO_RNG2=y | ||
1961 | CONFIG_CRYPTO_MANAGER=y | ||
1962 | CONFIG_CRYPTO_MANAGER2=y | ||
1963 | CONFIG_CRYPTO_GF128MUL=m | ||
1964 | CONFIG_CRYPTO_NULL=m | ||
1965 | CONFIG_CRYPTO_CRYPTD=m | ||
1966 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1967 | CONFIG_CRYPTO_TEST=m | ||
1968 | |||
1969 | # | ||
1970 | # Authenticated Encryption with Associated Data | ||
1971 | # | ||
1972 | # CONFIG_CRYPTO_CCM is not set | ||
1973 | # CONFIG_CRYPTO_GCM is not set | ||
1974 | # CONFIG_CRYPTO_SEQIV is not set | ||
1975 | |||
1976 | # | ||
1977 | # Block modes | ||
1978 | # | ||
1979 | CONFIG_CRYPTO_CBC=y | ||
1980 | # CONFIG_CRYPTO_CTR is not set | ||
1981 | # CONFIG_CRYPTO_CTS is not set | ||
1982 | CONFIG_CRYPTO_ECB=y | ||
1983 | CONFIG_CRYPTO_LRW=m | ||
1984 | CONFIG_CRYPTO_PCBC=m | ||
1985 | # CONFIG_CRYPTO_XTS is not set | ||
1986 | |||
1987 | # | ||
1988 | # Hash modes | ||
1989 | # | ||
1990 | CONFIG_CRYPTO_HMAC=m | ||
1991 | CONFIG_CRYPTO_XCBC=m | ||
1992 | |||
1993 | # | ||
1994 | # Digest | ||
1995 | # | ||
1996 | CONFIG_CRYPTO_CRC32C=y | ||
1997 | CONFIG_CRYPTO_MD4=m | ||
1998 | CONFIG_CRYPTO_MD5=y | ||
1999 | CONFIG_CRYPTO_MICHAEL_MIC=y | ||
2000 | # CONFIG_CRYPTO_RMD128 is not set | ||
2001 | # CONFIG_CRYPTO_RMD160 is not set | ||
2002 | # CONFIG_CRYPTO_RMD256 is not set | ||
2003 | # CONFIG_CRYPTO_RMD320 is not set | ||
2004 | CONFIG_CRYPTO_SHA1=m | ||
2005 | CONFIG_CRYPTO_SHA256=m | ||
2006 | CONFIG_CRYPTO_SHA512=m | ||
2007 | CONFIG_CRYPTO_TGR192=m | ||
2008 | CONFIG_CRYPTO_WP512=m | ||
2009 | |||
2010 | # | ||
2011 | # Ciphers | ||
2012 | # | ||
2013 | CONFIG_CRYPTO_AES=y | ||
2014 | CONFIG_CRYPTO_ANUBIS=m | ||
2015 | CONFIG_CRYPTO_ARC4=y | ||
2016 | CONFIG_CRYPTO_BLOWFISH=m | ||
2017 | CONFIG_CRYPTO_CAMELLIA=m | ||
2018 | CONFIG_CRYPTO_CAST5=m | ||
2019 | CONFIG_CRYPTO_CAST6=m | ||
2020 | CONFIG_CRYPTO_DES=y | ||
2021 | CONFIG_CRYPTO_FCRYPT=m | ||
2022 | CONFIG_CRYPTO_KHAZAD=m | ||
2023 | # CONFIG_CRYPTO_SALSA20 is not set | ||
2024 | # CONFIG_CRYPTO_SEED is not set | ||
2025 | CONFIG_CRYPTO_SERPENT=m | ||
2026 | CONFIG_CRYPTO_TEA=m | ||
2027 | CONFIG_CRYPTO_TWOFISH=m | ||
2028 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
2029 | |||
2030 | # | ||
2031 | # Compression | ||
2032 | # | ||
2033 | CONFIG_CRYPTO_DEFLATE=m | ||
2034 | # CONFIG_CRYPTO_LZO is not set | ||
2035 | |||
2036 | # | ||
2037 | # Random Number Generation | ||
2038 | # | ||
2039 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
2040 | CONFIG_CRYPTO_HW=y | ||
2041 | |||
2042 | # | ||
2043 | # Library routines | ||
2044 | # | ||
2045 | CONFIG_BITREVERSE=y | ||
2046 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
2047 | CONFIG_CRC_CCITT=y | ||
2048 | CONFIG_CRC16=m | ||
2049 | CONFIG_CRC_T10DIF=y | ||
2050 | CONFIG_CRC_ITU_T=y | ||
2051 | CONFIG_CRC32=y | ||
2052 | CONFIG_CRC7=y | ||
2053 | CONFIG_LIBCRC32C=y | ||
2054 | CONFIG_ZLIB_INFLATE=y | ||
2055 | CONFIG_ZLIB_DEFLATE=y | ||
2056 | CONFIG_LZO_COMPRESS=y | ||
2057 | CONFIG_LZO_DECOMPRESS=y | ||
2058 | CONFIG_PLIST=y | ||
2059 | CONFIG_HAS_IOMEM=y | ||
2060 | CONFIG_HAS_IOPORT=y | ||
2061 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index a8ee6984a09e..020e6a8a9e5c 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig | |||
@@ -481,7 +481,7 @@ CONFIG_MTD_NAND_IDS=y | |||
481 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 481 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
482 | # CONFIG_MTD_NAND_CAFE is not set | 482 | # CONFIG_MTD_NAND_CAFE is not set |
483 | # CONFIG_MTD_NAND_NANDSIM is not set | 483 | # CONFIG_MTD_NAND_NANDSIM is not set |
484 | # CONFIG_MTD_NAND_PLATFORM is not set | 484 | CONFIG_MTD_NAND_PLATFORM=y |
485 | # CONFIG_MTD_ALAUDA is not set | 485 | # CONFIG_MTD_ALAUDA is not set |
486 | CONFIG_MTD_NAND_ORION=y | 486 | CONFIG_MTD_NAND_ORION=y |
487 | # CONFIG_MTD_ONENAND is not set | 487 | # CONFIG_MTD_ONENAND is not set |
@@ -1177,7 +1177,7 @@ CONFIG_RTC_DRV_S35390A=y | |||
1177 | # CONFIG_RTC_DRV_DS1553 is not set | 1177 | # CONFIG_RTC_DRV_DS1553 is not set |
1178 | # CONFIG_RTC_DRV_DS1742 is not set | 1178 | # CONFIG_RTC_DRV_DS1742 is not set |
1179 | # CONFIG_RTC_DRV_STK17TA8 is not set | 1179 | # CONFIG_RTC_DRV_STK17TA8 is not set |
1180 | # CONFIG_RTC_DRV_M48T86 is not set | 1180 | CONFIG_RTC_DRV_M48T86=y |
1181 | # CONFIG_RTC_DRV_M48T59 is not set | 1181 | # CONFIG_RTC_DRV_M48T59 is not set |
1182 | # CONFIG_RTC_DRV_V3020 is not set | 1182 | # CONFIG_RTC_DRV_V3020 is not set |
1183 | 1183 | ||
diff --git a/arch/arm/configs/pleb_defconfig b/arch/arm/configs/pleb_defconfig index a6b47ea8e465..f2d2dda25949 100644 --- a/arch/arm/configs/pleb_defconfig +++ b/arch/arm/configs/pleb_defconfig | |||
@@ -88,7 +88,6 @@ CONFIG_ARCH_SA1100=y | |||
88 | # CONFIG_SA1100_COLLIE is not set | 88 | # CONFIG_SA1100_COLLIE is not set |
89 | # CONFIG_SA1100_H3100 is not set | 89 | # CONFIG_SA1100_H3100 is not set |
90 | # CONFIG_SA1100_H3600 is not set | 90 | # CONFIG_SA1100_H3600 is not set |
91 | # CONFIG_SA1100_H3800 is not set | ||
92 | # CONFIG_SA1100_BADGE4 is not set | 91 | # CONFIG_SA1100_BADGE4 is not set |
93 | # CONFIG_SA1100_JORNADA720 is not set | 92 | # CONFIG_SA1100_JORNADA720 is not set |
94 | # CONFIG_SA1100_HACKKIT is not set | 93 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/pxa168_defconfig b/arch/arm/configs/pxa168_defconfig new file mode 100644 index 000000000000..db5faeaec96c --- /dev/null +++ b/arch/arm/configs/pxa168_defconfig | |||
@@ -0,0 +1,891 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc3 | ||
4 | # Fri Mar 20 13:43:13 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_LOCK_KERNEL=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | CONFIG_LOCALVERSION_AUTO=y | ||
38 | CONFIG_SWAP=y | ||
39 | CONFIG_SYSVIPC=y | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | # CONFIG_POSIX_MQUEUE is not set | ||
42 | # CONFIG_BSD_PROCESS_ACCT 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 is not set | ||
57 | # CONFIG_CGROUPS is not set | ||
58 | CONFIG_SYSFS_DEPRECATED=y | ||
59 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
60 | # CONFIG_RELAY is not set | ||
61 | CONFIG_NAMESPACES=y | ||
62 | # CONFIG_UTS_NS is not set | ||
63 | # CONFIG_IPC_NS is not set | ||
64 | # CONFIG_USER_NS is not set | ||
65 | # CONFIG_PID_NS is not set | ||
66 | # CONFIG_NET_NS is not set | ||
67 | CONFIG_BLK_DEV_INITRD=y | ||
68 | CONFIG_INITRAMFS_SOURCE="" | ||
69 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
70 | CONFIG_SYSCTL=y | ||
71 | # CONFIG_EMBEDDED is not set | ||
72 | CONFIG_UID16=y | ||
73 | CONFIG_SYSCTL_SYSCALL=y | ||
74 | CONFIG_KALLSYMS=y | ||
75 | # CONFIG_KALLSYMS_ALL is not set | ||
76 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
77 | CONFIG_HOTPLUG=y | ||
78 | CONFIG_PRINTK=y | ||
79 | CONFIG_BUG=y | ||
80 | CONFIG_ELF_CORE=y | ||
81 | CONFIG_COMPAT_BRK=y | ||
82 | CONFIG_BASE_FULL=y | ||
83 | CONFIG_FUTEX=y | ||
84 | CONFIG_ANON_INODES=y | ||
85 | CONFIG_EPOLL=y | ||
86 | CONFIG_SIGNALFD=y | ||
87 | CONFIG_TIMERFD=y | ||
88 | CONFIG_EVENTFD=y | ||
89 | CONFIG_SHMEM=y | ||
90 | CONFIG_AIO=y | ||
91 | CONFIG_VM_EVENT_COUNTERS=y | ||
92 | CONFIG_SLAB=y | ||
93 | # CONFIG_SLUB is not set | ||
94 | # CONFIG_SLOB is not set | ||
95 | # CONFIG_PROFILING is not set | ||
96 | CONFIG_HAVE_OPROFILE=y | ||
97 | # CONFIG_KPROBES is not set | ||
98 | CONFIG_HAVE_KPROBES=y | ||
99 | CONFIG_HAVE_KRETPROBES=y | ||
100 | CONFIG_HAVE_CLK=y | ||
101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
102 | CONFIG_SLABINFO=y | ||
103 | CONFIG_RT_MUTEXES=y | ||
104 | CONFIG_BASE_SMALL=0 | ||
105 | CONFIG_MODULES=y | ||
106 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
107 | CONFIG_MODULE_UNLOAD=y | ||
108 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
109 | # CONFIG_MODVERSIONS is not set | ||
110 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
111 | CONFIG_BLOCK=y | ||
112 | # CONFIG_LBD is not set | ||
113 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
114 | # CONFIG_BLK_DEV_BSG is not set | ||
115 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
116 | |||
117 | # | ||
118 | # IO Schedulers | ||
119 | # | ||
120 | CONFIG_IOSCHED_NOOP=y | ||
121 | CONFIG_IOSCHED_AS=y | ||
122 | CONFIG_IOSCHED_DEADLINE=y | ||
123 | CONFIG_IOSCHED_CFQ=y | ||
124 | # CONFIG_DEFAULT_AS is not set | ||
125 | # CONFIG_DEFAULT_DEADLINE is not set | ||
126 | CONFIG_DEFAULT_CFQ=y | ||
127 | # CONFIG_DEFAULT_NOOP is not set | ||
128 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
129 | # CONFIG_FREEZER is not set | ||
130 | |||
131 | # | ||
132 | # System Type | ||
133 | # | ||
134 | # CONFIG_ARCH_AAEC2000 is not set | ||
135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
136 | # CONFIG_ARCH_REALVIEW is not set | ||
137 | # CONFIG_ARCH_VERSATILE is not set | ||
138 | # CONFIG_ARCH_AT91 is not set | ||
139 | # CONFIG_ARCH_CLPS711X is not set | ||
140 | # CONFIG_ARCH_EBSA110 is not set | ||
141 | # CONFIG_ARCH_EP93XX is not set | ||
142 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
143 | # CONFIG_ARCH_NETX is not set | ||
144 | # CONFIG_ARCH_H720X is not set | ||
145 | # CONFIG_ARCH_IMX is not set | ||
146 | # CONFIG_ARCH_IOP13XX is not set | ||
147 | # CONFIG_ARCH_IOP32X is not set | ||
148 | # CONFIG_ARCH_IOP33X is not set | ||
149 | # CONFIG_ARCH_IXP23XX is not set | ||
150 | # CONFIG_ARCH_IXP2000 is not set | ||
151 | # CONFIG_ARCH_IXP4XX is not set | ||
152 | # CONFIG_ARCH_L7200 is not set | ||
153 | # CONFIG_ARCH_KIRKWOOD is not set | ||
154 | # CONFIG_ARCH_KS8695 is not set | ||
155 | # CONFIG_ARCH_NS9XXX is not set | ||
156 | # CONFIG_ARCH_LOKI is not set | ||
157 | # CONFIG_ARCH_MV78XX0 is not set | ||
158 | # CONFIG_ARCH_MXC is not set | ||
159 | # CONFIG_ARCH_ORION5X is not set | ||
160 | # CONFIG_ARCH_PNX4008 is not set | ||
161 | # CONFIG_ARCH_PXA is not set | ||
162 | CONFIG_ARCH_MMP=y | ||
163 | # CONFIG_ARCH_RPC is not set | ||
164 | # CONFIG_ARCH_SA1100 is not set | ||
165 | # CONFIG_ARCH_S3C2410 is not set | ||
166 | # CONFIG_ARCH_S3C64XX is not set | ||
167 | # CONFIG_ARCH_SHARK is not set | ||
168 | # CONFIG_ARCH_LH7A40X is not set | ||
169 | # CONFIG_ARCH_DAVINCI is not set | ||
170 | # CONFIG_ARCH_OMAP is not set | ||
171 | # CONFIG_ARCH_MSM is not set | ||
172 | # CONFIG_ARCH_W90X900 is not set | ||
173 | # CONFIG_MACH_TAVOREVB is not set | ||
174 | |||
175 | # | ||
176 | # Marvell PXA168/910 Implmentations | ||
177 | # | ||
178 | CONFIG_MACH_ASPENITE=y | ||
179 | CONFIG_MACH_ZYLONITE2=y | ||
180 | # CONFIG_MACH_TTC_DKB is not set | ||
181 | CONFIG_CPU_PXA168=y | ||
182 | CONFIG_PLAT_PXA=y | ||
183 | |||
184 | # | ||
185 | # Processor Type | ||
186 | # | ||
187 | CONFIG_CPU_32=y | ||
188 | CONFIG_CPU_MOHAWK=y | ||
189 | CONFIG_CPU_32v5=y | ||
190 | CONFIG_CPU_ABRT_EV5T=y | ||
191 | CONFIG_CPU_PABRT_NOIFAR=y | ||
192 | CONFIG_CPU_CACHE_VIVT=y | ||
193 | CONFIG_CPU_COPY_V4WB=y | ||
194 | CONFIG_CPU_TLB_V4WBI=y | ||
195 | CONFIG_CPU_CP15=y | ||
196 | CONFIG_CPU_CP15_MMU=y | ||
197 | |||
198 | # | ||
199 | # Processor Features | ||
200 | # | ||
201 | CONFIG_ARM_THUMB=y | ||
202 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
203 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
204 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
205 | # CONFIG_OUTER_CACHE is not set | ||
206 | CONFIG_IWMMXT=y | ||
207 | CONFIG_COMMON_CLKDEV=y | ||
208 | |||
209 | # | ||
210 | # Bus support | ||
211 | # | ||
212 | # CONFIG_PCI_SYSCALL is not set | ||
213 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
214 | # CONFIG_PCCARD is not set | ||
215 | |||
216 | # | ||
217 | # Kernel Features | ||
218 | # | ||
219 | CONFIG_TICK_ONESHOT=y | ||
220 | CONFIG_NO_HZ=y | ||
221 | CONFIG_HIGH_RES_TIMERS=y | ||
222 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
223 | CONFIG_VMSPLIT_3G=y | ||
224 | # CONFIG_VMSPLIT_2G is not set | ||
225 | # CONFIG_VMSPLIT_1G is not set | ||
226 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
227 | CONFIG_PREEMPT=y | ||
228 | CONFIG_HZ=100 | ||
229 | CONFIG_AEABI=y | ||
230 | CONFIG_OABI_COMPAT=y | ||
231 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
232 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
233 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
234 | CONFIG_SELECT_MEMORY_MODEL=y | ||
235 | CONFIG_FLATMEM_MANUAL=y | ||
236 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
237 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
238 | CONFIG_FLATMEM=y | ||
239 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
240 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
241 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
242 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
243 | CONFIG_ZONE_DMA_FLAG=0 | ||
244 | CONFIG_VIRT_TO_BUS=y | ||
245 | CONFIG_UNEVICTABLE_LRU=y | ||
246 | CONFIG_ALIGNMENT_TRAP=y | ||
247 | |||
248 | # | ||
249 | # Boot options | ||
250 | # | ||
251 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
252 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
253 | CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.168.2.100::255.255.255.0::eth0:on console=ttyS0,115200 mem=128M" | ||
254 | # CONFIG_XIP_KERNEL is not set | ||
255 | # CONFIG_KEXEC is not set | ||
256 | |||
257 | # | ||
258 | # CPU Power Management | ||
259 | # | ||
260 | # CONFIG_CPU_IDLE is not set | ||
261 | |||
262 | # | ||
263 | # Floating point emulation | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # At least one emulation must be selected | ||
268 | # | ||
269 | CONFIG_FPE_NWFPE=y | ||
270 | # CONFIG_FPE_NWFPE_XP is not set | ||
271 | # CONFIG_FPE_FASTFPE is not set | ||
272 | |||
273 | # | ||
274 | # Userspace binary formats | ||
275 | # | ||
276 | CONFIG_BINFMT_ELF=y | ||
277 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
278 | CONFIG_HAVE_AOUT=y | ||
279 | # CONFIG_BINFMT_AOUT is not set | ||
280 | # CONFIG_BINFMT_MISC is not set | ||
281 | |||
282 | # | ||
283 | # Power management options | ||
284 | # | ||
285 | # CONFIG_PM is not set | ||
286 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
287 | CONFIG_NET=y | ||
288 | |||
289 | # | ||
290 | # Networking options | ||
291 | # | ||
292 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
293 | CONFIG_PACKET=y | ||
294 | # CONFIG_PACKET_MMAP is not set | ||
295 | CONFIG_UNIX=y | ||
296 | CONFIG_XFRM=y | ||
297 | # CONFIG_XFRM_USER is not set | ||
298 | # CONFIG_XFRM_SUB_POLICY is not set | ||
299 | # CONFIG_XFRM_MIGRATE is not set | ||
300 | # CONFIG_XFRM_STATISTICS is not set | ||
301 | # CONFIG_NET_KEY is not set | ||
302 | CONFIG_INET=y | ||
303 | # CONFIG_IP_MULTICAST is not set | ||
304 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
305 | CONFIG_IP_FIB_HASH=y | ||
306 | CONFIG_IP_PNP=y | ||
307 | # CONFIG_IP_PNP_DHCP is not set | ||
308 | # CONFIG_IP_PNP_BOOTP is not set | ||
309 | # CONFIG_IP_PNP_RARP is not set | ||
310 | # CONFIG_NET_IPIP is not set | ||
311 | # CONFIG_NET_IPGRE is not set | ||
312 | # CONFIG_ARPD is not set | ||
313 | # CONFIG_SYN_COOKIES is not set | ||
314 | # CONFIG_INET_AH is not set | ||
315 | # CONFIG_INET_ESP is not set | ||
316 | # CONFIG_INET_IPCOMP is not set | ||
317 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
318 | # CONFIG_INET_TUNNEL is not set | ||
319 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
320 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
321 | CONFIG_INET_XFRM_MODE_BEET=y | ||
322 | # CONFIG_INET_LRO is not set | ||
323 | CONFIG_INET_DIAG=y | ||
324 | CONFIG_INET_TCP_DIAG=y | ||
325 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
326 | CONFIG_TCP_CONG_CUBIC=y | ||
327 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
328 | # CONFIG_TCP_MD5SIG is not set | ||
329 | # CONFIG_IPV6 is not set | ||
330 | # CONFIG_NETWORK_SECMARK is not set | ||
331 | # CONFIG_NETFILTER is not set | ||
332 | # CONFIG_IP_DCCP is not set | ||
333 | # CONFIG_IP_SCTP is not set | ||
334 | # CONFIG_TIPC is not set | ||
335 | # CONFIG_ATM is not set | ||
336 | # CONFIG_BRIDGE is not set | ||
337 | # CONFIG_NET_DSA is not set | ||
338 | # CONFIG_VLAN_8021Q is not set | ||
339 | # CONFIG_DECNET is not set | ||
340 | # CONFIG_LLC2 is not set | ||
341 | # CONFIG_IPX is not set | ||
342 | # CONFIG_ATALK is not set | ||
343 | # CONFIG_X25 is not set | ||
344 | # CONFIG_LAPB is not set | ||
345 | # CONFIG_ECONET is not set | ||
346 | # CONFIG_WAN_ROUTER is not set | ||
347 | # CONFIG_NET_SCHED is not set | ||
348 | # CONFIG_DCB is not set | ||
349 | |||
350 | # | ||
351 | # Network testing | ||
352 | # | ||
353 | # CONFIG_NET_PKTGEN is not set | ||
354 | # CONFIG_HAMRADIO is not set | ||
355 | # CONFIG_CAN is not set | ||
356 | # CONFIG_IRDA is not set | ||
357 | # CONFIG_BT is not set | ||
358 | # CONFIG_AF_RXRPC is not set | ||
359 | # CONFIG_PHONET is not set | ||
360 | CONFIG_WIRELESS=y | ||
361 | # CONFIG_CFG80211 is not set | ||
362 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
363 | # CONFIG_WIRELESS_EXT is not set | ||
364 | # CONFIG_LIB80211 is not set | ||
365 | # CONFIG_MAC80211 is not set | ||
366 | # CONFIG_WIMAX is not set | ||
367 | # CONFIG_RFKILL is not set | ||
368 | # CONFIG_NET_9P is not set | ||
369 | |||
370 | # | ||
371 | # Device Drivers | ||
372 | # | ||
373 | |||
374 | # | ||
375 | # Generic Driver Options | ||
376 | # | ||
377 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
378 | # CONFIG_STANDALONE is not set | ||
379 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
380 | CONFIG_FW_LOADER=y | ||
381 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
382 | CONFIG_EXTRA_FIRMWARE="" | ||
383 | # CONFIG_DEBUG_DRIVER is not set | ||
384 | # CONFIG_DEBUG_DEVRES is not set | ||
385 | # CONFIG_SYS_HYPERVISOR is not set | ||
386 | # CONFIG_CONNECTOR is not set | ||
387 | # CONFIG_MTD is not set | ||
388 | # CONFIG_PARPORT is not set | ||
389 | # CONFIG_BLK_DEV is not set | ||
390 | # CONFIG_MISC_DEVICES is not set | ||
391 | CONFIG_HAVE_IDE=y | ||
392 | # CONFIG_IDE is not set | ||
393 | |||
394 | # | ||
395 | # SCSI device support | ||
396 | # | ||
397 | # CONFIG_RAID_ATTRS is not set | ||
398 | # CONFIG_SCSI is not set | ||
399 | # CONFIG_SCSI_DMA is not set | ||
400 | # CONFIG_SCSI_NETLINK is not set | ||
401 | # CONFIG_ATA is not set | ||
402 | # CONFIG_MD is not set | ||
403 | CONFIG_NETDEVICES=y | ||
404 | # CONFIG_DUMMY is not set | ||
405 | # CONFIG_BONDING is not set | ||
406 | # CONFIG_MACVLAN is not set | ||
407 | # CONFIG_EQUALIZER is not set | ||
408 | # CONFIG_TUN is not set | ||
409 | # CONFIG_VETH is not set | ||
410 | # CONFIG_PHYLIB is not set | ||
411 | CONFIG_NET_ETHERNET=y | ||
412 | CONFIG_MII=y | ||
413 | # CONFIG_AX88796 is not set | ||
414 | CONFIG_SMC91X=y | ||
415 | # CONFIG_DM9000 is not set | ||
416 | # CONFIG_SMC911X is not set | ||
417 | # CONFIG_SMSC911X is not set | ||
418 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
419 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
420 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
421 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
422 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
423 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
424 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
425 | # CONFIG_B44 is not set | ||
426 | # CONFIG_NETDEV_1000 is not set | ||
427 | # CONFIG_NETDEV_10000 is not set | ||
428 | |||
429 | # | ||
430 | # Wireless LAN | ||
431 | # | ||
432 | # CONFIG_WLAN_PRE80211 is not set | ||
433 | # CONFIG_WLAN_80211 is not set | ||
434 | # CONFIG_IWLWIFI_LEDS is not set | ||
435 | |||
436 | # | ||
437 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
438 | # | ||
439 | # CONFIG_WAN is not set | ||
440 | # CONFIG_PPP is not set | ||
441 | # CONFIG_SLIP is not set | ||
442 | # CONFIG_NETCONSOLE is not set | ||
443 | # CONFIG_NETPOLL is not set | ||
444 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
445 | # CONFIG_ISDN is not set | ||
446 | |||
447 | # | ||
448 | # Input device support | ||
449 | # | ||
450 | CONFIG_INPUT=y | ||
451 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
452 | # CONFIG_INPUT_POLLDEV is not set | ||
453 | |||
454 | # | ||
455 | # Userland interfaces | ||
456 | # | ||
457 | CONFIG_INPUT_MOUSEDEV=y | ||
458 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
459 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
460 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
461 | # CONFIG_INPUT_JOYDEV is not set | ||
462 | # CONFIG_INPUT_EVDEV is not set | ||
463 | # CONFIG_INPUT_EVBUG is not set | ||
464 | |||
465 | # | ||
466 | # Input Device Drivers | ||
467 | # | ||
468 | # CONFIG_INPUT_KEYBOARD is not set | ||
469 | # CONFIG_INPUT_MOUSE is not set | ||
470 | # CONFIG_INPUT_JOYSTICK is not set | ||
471 | # CONFIG_INPUT_TABLET is not set | ||
472 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
473 | # CONFIG_INPUT_MISC is not set | ||
474 | |||
475 | # | ||
476 | # Hardware I/O ports | ||
477 | # | ||
478 | # CONFIG_SERIO is not set | ||
479 | # CONFIG_GAMEPORT is not set | ||
480 | |||
481 | # | ||
482 | # Character devices | ||
483 | # | ||
484 | CONFIG_VT=y | ||
485 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
486 | CONFIG_VT_CONSOLE=y | ||
487 | CONFIG_HW_CONSOLE=y | ||
488 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
489 | CONFIG_DEVKMEM=y | ||
490 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
491 | |||
492 | # | ||
493 | # Serial drivers | ||
494 | # | ||
495 | # CONFIG_SERIAL_8250 is not set | ||
496 | |||
497 | # | ||
498 | # Non-8250 serial port support | ||
499 | # | ||
500 | CONFIG_SERIAL_PXA=y | ||
501 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
502 | CONFIG_SERIAL_CORE=y | ||
503 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
504 | CONFIG_UNIX98_PTYS=y | ||
505 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
506 | # CONFIG_LEGACY_PTYS is not set | ||
507 | # CONFIG_IPMI_HANDLER is not set | ||
508 | # CONFIG_HW_RANDOM is not set | ||
509 | # CONFIG_R3964 is not set | ||
510 | # CONFIG_RAW_DRIVER is not set | ||
511 | # CONFIG_TCG_TPM is not set | ||
512 | # CONFIG_I2C is not set | ||
513 | # CONFIG_SPI is not set | ||
514 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
515 | CONFIG_GPIOLIB=y | ||
516 | # CONFIG_DEBUG_GPIO is not set | ||
517 | # CONFIG_GPIO_SYSFS is not set | ||
518 | |||
519 | # | ||
520 | # Memory mapped GPIO expanders: | ||
521 | # | ||
522 | |||
523 | # | ||
524 | # I2C GPIO expanders: | ||
525 | # | ||
526 | |||
527 | # | ||
528 | # PCI GPIO expanders: | ||
529 | # | ||
530 | |||
531 | # | ||
532 | # SPI GPIO expanders: | ||
533 | # | ||
534 | # CONFIG_W1 is not set | ||
535 | # CONFIG_POWER_SUPPLY is not set | ||
536 | # CONFIG_HWMON is not set | ||
537 | # CONFIG_THERMAL is not set | ||
538 | # CONFIG_THERMAL_HWMON is not set | ||
539 | # CONFIG_WATCHDOG is not set | ||
540 | CONFIG_SSB_POSSIBLE=y | ||
541 | |||
542 | # | ||
543 | # Sonics Silicon Backplane | ||
544 | # | ||
545 | # CONFIG_SSB is not set | ||
546 | |||
547 | # | ||
548 | # Multifunction device drivers | ||
549 | # | ||
550 | # CONFIG_MFD_CORE is not set | ||
551 | # CONFIG_MFD_SM501 is not set | ||
552 | # CONFIG_MFD_ASIC3 is not set | ||
553 | # CONFIG_HTC_EGPIO is not set | ||
554 | # CONFIG_HTC_PASIC3 is not set | ||
555 | # CONFIG_MFD_TMIO is not set | ||
556 | # CONFIG_MFD_T7L66XB is not set | ||
557 | # CONFIG_MFD_TC6387XB is not set | ||
558 | # CONFIG_MFD_TC6393XB is not set | ||
559 | |||
560 | # | ||
561 | # Multimedia devices | ||
562 | # | ||
563 | |||
564 | # | ||
565 | # Multimedia core support | ||
566 | # | ||
567 | # CONFIG_VIDEO_DEV is not set | ||
568 | # CONFIG_DVB_CORE is not set | ||
569 | # CONFIG_VIDEO_MEDIA is not set | ||
570 | |||
571 | # | ||
572 | # Multimedia drivers | ||
573 | # | ||
574 | # CONFIG_DAB is not set | ||
575 | |||
576 | # | ||
577 | # Graphics support | ||
578 | # | ||
579 | # CONFIG_VGASTATE is not set | ||
580 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
581 | # CONFIG_FB is not set | ||
582 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
583 | |||
584 | # | ||
585 | # Display device support | ||
586 | # | ||
587 | # CONFIG_DISPLAY_SUPPORT is not set | ||
588 | |||
589 | # | ||
590 | # Console display driver support | ||
591 | # | ||
592 | # CONFIG_VGA_CONSOLE is not set | ||
593 | CONFIG_DUMMY_CONSOLE=y | ||
594 | # CONFIG_SOUND is not set | ||
595 | # CONFIG_HID_SUPPORT is not set | ||
596 | # CONFIG_USB_SUPPORT is not set | ||
597 | # CONFIG_MMC is not set | ||
598 | # CONFIG_MEMSTICK is not set | ||
599 | # CONFIG_ACCESSIBILITY is not set | ||
600 | # CONFIG_NEW_LEDS is not set | ||
601 | CONFIG_RTC_LIB=y | ||
602 | # CONFIG_RTC_CLASS is not set | ||
603 | # CONFIG_DMADEVICES is not set | ||
604 | # CONFIG_REGULATOR is not set | ||
605 | # CONFIG_UIO is not set | ||
606 | # CONFIG_STAGING is not set | ||
607 | |||
608 | # | ||
609 | # File systems | ||
610 | # | ||
611 | # CONFIG_EXT2_FS is not set | ||
612 | # CONFIG_EXT3_FS is not set | ||
613 | # CONFIG_EXT4_FS is not set | ||
614 | # CONFIG_REISERFS_FS is not set | ||
615 | # CONFIG_JFS_FS is not set | ||
616 | CONFIG_FS_POSIX_ACL=y | ||
617 | CONFIG_FILE_LOCKING=y | ||
618 | # CONFIG_XFS_FS is not set | ||
619 | # CONFIG_OCFS2_FS is not set | ||
620 | # CONFIG_BTRFS_FS is not set | ||
621 | CONFIG_DNOTIFY=y | ||
622 | CONFIG_INOTIFY=y | ||
623 | CONFIG_INOTIFY_USER=y | ||
624 | # CONFIG_QUOTA is not set | ||
625 | # CONFIG_AUTOFS_FS is not set | ||
626 | # CONFIG_AUTOFS4_FS is not set | ||
627 | # CONFIG_FUSE_FS is not set | ||
628 | CONFIG_GENERIC_ACL=y | ||
629 | |||
630 | # | ||
631 | # CD-ROM/DVD Filesystems | ||
632 | # | ||
633 | # CONFIG_ISO9660_FS is not set | ||
634 | # CONFIG_UDF_FS is not set | ||
635 | |||
636 | # | ||
637 | # DOS/FAT/NT Filesystems | ||
638 | # | ||
639 | # CONFIG_MSDOS_FS is not set | ||
640 | # CONFIG_VFAT_FS is not set | ||
641 | # CONFIG_NTFS_FS is not set | ||
642 | |||
643 | # | ||
644 | # Pseudo filesystems | ||
645 | # | ||
646 | CONFIG_PROC_FS=y | ||
647 | CONFIG_PROC_SYSCTL=y | ||
648 | CONFIG_PROC_PAGE_MONITOR=y | ||
649 | CONFIG_SYSFS=y | ||
650 | CONFIG_TMPFS=y | ||
651 | CONFIG_TMPFS_POSIX_ACL=y | ||
652 | # CONFIG_HUGETLB_PAGE is not set | ||
653 | # CONFIG_CONFIGFS_FS is not set | ||
654 | CONFIG_MISC_FILESYSTEMS=y | ||
655 | # CONFIG_ADFS_FS is not set | ||
656 | # CONFIG_AFFS_FS is not set | ||
657 | # CONFIG_HFS_FS is not set | ||
658 | # CONFIG_HFSPLUS_FS is not set | ||
659 | # CONFIG_BEFS_FS is not set | ||
660 | # CONFIG_BFS_FS is not set | ||
661 | # CONFIG_EFS_FS is not set | ||
662 | CONFIG_CRAMFS=y | ||
663 | # CONFIG_SQUASHFS is not set | ||
664 | # CONFIG_VXFS_FS is not set | ||
665 | # CONFIG_MINIX_FS is not set | ||
666 | # CONFIG_OMFS_FS is not set | ||
667 | # CONFIG_HPFS_FS is not set | ||
668 | # CONFIG_QNX4FS_FS is not set | ||
669 | # CONFIG_ROMFS_FS is not set | ||
670 | # CONFIG_SYSV_FS is not set | ||
671 | # CONFIG_UFS_FS is not set | ||
672 | CONFIG_NETWORK_FILESYSTEMS=y | ||
673 | CONFIG_NFS_FS=y | ||
674 | CONFIG_NFS_V3=y | ||
675 | CONFIG_NFS_V3_ACL=y | ||
676 | CONFIG_NFS_V4=y | ||
677 | CONFIG_ROOT_NFS=y | ||
678 | # CONFIG_NFSD is not set | ||
679 | CONFIG_LOCKD=y | ||
680 | CONFIG_LOCKD_V4=y | ||
681 | CONFIG_NFS_ACL_SUPPORT=y | ||
682 | CONFIG_NFS_COMMON=y | ||
683 | CONFIG_SUNRPC=y | ||
684 | CONFIG_SUNRPC_GSS=y | ||
685 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
686 | CONFIG_RPCSEC_GSS_KRB5=y | ||
687 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
688 | # CONFIG_SMB_FS is not set | ||
689 | # CONFIG_CIFS is not set | ||
690 | # CONFIG_NCP_FS is not set | ||
691 | # CONFIG_CODA_FS is not set | ||
692 | # CONFIG_AFS_FS is not set | ||
693 | |||
694 | # | ||
695 | # Partition Types | ||
696 | # | ||
697 | # CONFIG_PARTITION_ADVANCED is not set | ||
698 | CONFIG_MSDOS_PARTITION=y | ||
699 | # CONFIG_NLS is not set | ||
700 | # CONFIG_DLM is not set | ||
701 | |||
702 | # | ||
703 | # Kernel hacking | ||
704 | # | ||
705 | CONFIG_PRINTK_TIME=y | ||
706 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
707 | CONFIG_ENABLE_MUST_CHECK=y | ||
708 | CONFIG_FRAME_WARN=1024 | ||
709 | CONFIG_MAGIC_SYSRQ=y | ||
710 | # CONFIG_UNUSED_SYMBOLS is not set | ||
711 | # CONFIG_DEBUG_FS is not set | ||
712 | # CONFIG_HEADERS_CHECK is not set | ||
713 | CONFIG_DEBUG_KERNEL=y | ||
714 | # CONFIG_DEBUG_SHIRQ is not set | ||
715 | CONFIG_DETECT_SOFTLOCKUP=y | ||
716 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
717 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
718 | CONFIG_SCHED_DEBUG=y | ||
719 | # CONFIG_SCHEDSTATS is not set | ||
720 | # CONFIG_TIMER_STATS is not set | ||
721 | # CONFIG_DEBUG_OBJECTS is not set | ||
722 | # CONFIG_DEBUG_SLAB is not set | ||
723 | # CONFIG_DEBUG_PREEMPT is not set | ||
724 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
725 | # CONFIG_RT_MUTEX_TESTER is not set | ||
726 | # CONFIG_DEBUG_SPINLOCK is not set | ||
727 | # CONFIG_DEBUG_MUTEXES is not set | ||
728 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
729 | # CONFIG_PROVE_LOCKING is not set | ||
730 | # CONFIG_LOCK_STAT is not set | ||
731 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
732 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
733 | # CONFIG_DEBUG_KOBJECT is not set | ||
734 | CONFIG_DEBUG_BUGVERBOSE=y | ||
735 | CONFIG_DEBUG_INFO=y | ||
736 | # CONFIG_DEBUG_VM is not set | ||
737 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
738 | CONFIG_DEBUG_MEMORY_INIT=y | ||
739 | # CONFIG_DEBUG_LIST is not set | ||
740 | # CONFIG_DEBUG_SG is not set | ||
741 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
742 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
743 | # CONFIG_RCU_TORTURE_TEST is not set | ||
744 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
745 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
746 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
747 | # CONFIG_FAULT_INJECTION is not set | ||
748 | # CONFIG_LATENCYTOP is not set | ||
749 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
750 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
751 | |||
752 | # | ||
753 | # Tracers | ||
754 | # | ||
755 | # CONFIG_FUNCTION_TRACER is not set | ||
756 | # CONFIG_IRQSOFF_TRACER is not set | ||
757 | # CONFIG_PREEMPT_TRACER is not set | ||
758 | # CONFIG_SCHED_TRACER is not set | ||
759 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
760 | # CONFIG_BOOT_TRACER is not set | ||
761 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
762 | # CONFIG_STACK_TRACER is not set | ||
763 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
764 | # CONFIG_SAMPLES is not set | ||
765 | CONFIG_HAVE_ARCH_KGDB=y | ||
766 | # CONFIG_KGDB is not set | ||
767 | CONFIG_ARM_UNWIND=y | ||
768 | CONFIG_DEBUG_USER=y | ||
769 | CONFIG_DEBUG_ERRORS=y | ||
770 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
771 | CONFIG_DEBUG_LL=y | ||
772 | # CONFIG_DEBUG_ICEDCC is not set | ||
773 | |||
774 | # | ||
775 | # Security options | ||
776 | # | ||
777 | # CONFIG_KEYS is not set | ||
778 | # CONFIG_SECURITY is not set | ||
779 | # CONFIG_SECURITYFS is not set | ||
780 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
781 | CONFIG_CRYPTO=y | ||
782 | |||
783 | # | ||
784 | # Crypto core or helper | ||
785 | # | ||
786 | # CONFIG_CRYPTO_FIPS is not set | ||
787 | CONFIG_CRYPTO_ALGAPI=y | ||
788 | CONFIG_CRYPTO_ALGAPI2=y | ||
789 | CONFIG_CRYPTO_AEAD2=y | ||
790 | CONFIG_CRYPTO_BLKCIPHER=y | ||
791 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
792 | CONFIG_CRYPTO_HASH=y | ||
793 | CONFIG_CRYPTO_HASH2=y | ||
794 | CONFIG_CRYPTO_RNG2=y | ||
795 | CONFIG_CRYPTO_MANAGER=y | ||
796 | CONFIG_CRYPTO_MANAGER2=y | ||
797 | # CONFIG_CRYPTO_GF128MUL is not set | ||
798 | # CONFIG_CRYPTO_NULL is not set | ||
799 | # CONFIG_CRYPTO_CRYPTD is not set | ||
800 | # CONFIG_CRYPTO_AUTHENC is not set | ||
801 | # CONFIG_CRYPTO_TEST is not set | ||
802 | |||
803 | # | ||
804 | # Authenticated Encryption with Associated Data | ||
805 | # | ||
806 | # CONFIG_CRYPTO_CCM is not set | ||
807 | # CONFIG_CRYPTO_GCM is not set | ||
808 | # CONFIG_CRYPTO_SEQIV is not set | ||
809 | |||
810 | # | ||
811 | # Block modes | ||
812 | # | ||
813 | CONFIG_CRYPTO_CBC=y | ||
814 | # CONFIG_CRYPTO_CTR is not set | ||
815 | # CONFIG_CRYPTO_CTS is not set | ||
816 | # CONFIG_CRYPTO_ECB is not set | ||
817 | # CONFIG_CRYPTO_LRW is not set | ||
818 | # CONFIG_CRYPTO_PCBC is not set | ||
819 | # CONFIG_CRYPTO_XTS is not set | ||
820 | |||
821 | # | ||
822 | # Hash modes | ||
823 | # | ||
824 | # CONFIG_CRYPTO_HMAC is not set | ||
825 | # CONFIG_CRYPTO_XCBC is not set | ||
826 | |||
827 | # | ||
828 | # Digest | ||
829 | # | ||
830 | # CONFIG_CRYPTO_CRC32C is not set | ||
831 | # CONFIG_CRYPTO_MD4 is not set | ||
832 | CONFIG_CRYPTO_MD5=y | ||
833 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
834 | # CONFIG_CRYPTO_RMD128 is not set | ||
835 | # CONFIG_CRYPTO_RMD160 is not set | ||
836 | # CONFIG_CRYPTO_RMD256 is not set | ||
837 | # CONFIG_CRYPTO_RMD320 is not set | ||
838 | # CONFIG_CRYPTO_SHA1 is not set | ||
839 | # CONFIG_CRYPTO_SHA256 is not set | ||
840 | # CONFIG_CRYPTO_SHA512 is not set | ||
841 | # CONFIG_CRYPTO_TGR192 is not set | ||
842 | # CONFIG_CRYPTO_WP512 is not set | ||
843 | |||
844 | # | ||
845 | # Ciphers | ||
846 | # | ||
847 | # CONFIG_CRYPTO_AES is not set | ||
848 | # CONFIG_CRYPTO_ANUBIS is not set | ||
849 | # CONFIG_CRYPTO_ARC4 is not set | ||
850 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
851 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
852 | # CONFIG_CRYPTO_CAST5 is not set | ||
853 | # CONFIG_CRYPTO_CAST6 is not set | ||
854 | CONFIG_CRYPTO_DES=y | ||
855 | # CONFIG_CRYPTO_FCRYPT is not set | ||
856 | # CONFIG_CRYPTO_KHAZAD is not set | ||
857 | # CONFIG_CRYPTO_SALSA20 is not set | ||
858 | # CONFIG_CRYPTO_SEED is not set | ||
859 | # CONFIG_CRYPTO_SERPENT is not set | ||
860 | # CONFIG_CRYPTO_TEA is not set | ||
861 | # CONFIG_CRYPTO_TWOFISH is not set | ||
862 | |||
863 | # | ||
864 | # Compression | ||
865 | # | ||
866 | # CONFIG_CRYPTO_DEFLATE is not set | ||
867 | # CONFIG_CRYPTO_LZO is not set | ||
868 | |||
869 | # | ||
870 | # Random Number Generation | ||
871 | # | ||
872 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
873 | CONFIG_CRYPTO_HW=y | ||
874 | |||
875 | # | ||
876 | # Library routines | ||
877 | # | ||
878 | CONFIG_BITREVERSE=y | ||
879 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
880 | CONFIG_CRC_CCITT=y | ||
881 | # CONFIG_CRC16 is not set | ||
882 | # CONFIG_CRC_T10DIF is not set | ||
883 | # CONFIG_CRC_ITU_T is not set | ||
884 | CONFIG_CRC32=y | ||
885 | # CONFIG_CRC7 is not set | ||
886 | # CONFIG_LIBCRC32C is not set | ||
887 | CONFIG_ZLIB_INFLATE=y | ||
888 | CONFIG_PLIST=y | ||
889 | CONFIG_HAS_IOMEM=y | ||
890 | CONFIG_HAS_IOPORT=y | ||
891 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/pxa910_defconfig b/arch/arm/configs/pxa910_defconfig new file mode 100644 index 000000000000..8c7e299f1d66 --- /dev/null +++ b/arch/arm/configs/pxa910_defconfig | |||
@@ -0,0 +1,891 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc3 | ||
4 | # Fri Mar 20 13:45:12 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_LOCK_KERNEL=y | ||
35 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
36 | CONFIG_LOCALVERSION="" | ||
37 | CONFIG_LOCALVERSION_AUTO=y | ||
38 | CONFIG_SWAP=y | ||
39 | CONFIG_SYSVIPC=y | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
41 | # CONFIG_POSIX_MQUEUE is not set | ||
42 | # CONFIG_BSD_PROCESS_ACCT 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 is not set | ||
57 | # CONFIG_CGROUPS is not set | ||
58 | CONFIG_SYSFS_DEPRECATED=y | ||
59 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
60 | # CONFIG_RELAY is not set | ||
61 | CONFIG_NAMESPACES=y | ||
62 | # CONFIG_UTS_NS is not set | ||
63 | # CONFIG_IPC_NS is not set | ||
64 | # CONFIG_USER_NS is not set | ||
65 | # CONFIG_PID_NS is not set | ||
66 | # CONFIG_NET_NS is not set | ||
67 | CONFIG_BLK_DEV_INITRD=y | ||
68 | CONFIG_INITRAMFS_SOURCE="" | ||
69 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
70 | CONFIG_SYSCTL=y | ||
71 | # CONFIG_EMBEDDED is not set | ||
72 | CONFIG_UID16=y | ||
73 | CONFIG_SYSCTL_SYSCALL=y | ||
74 | CONFIG_KALLSYMS=y | ||
75 | # CONFIG_KALLSYMS_ALL is not set | ||
76 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
77 | CONFIG_HOTPLUG=y | ||
78 | CONFIG_PRINTK=y | ||
79 | CONFIG_BUG=y | ||
80 | CONFIG_ELF_CORE=y | ||
81 | CONFIG_COMPAT_BRK=y | ||
82 | CONFIG_BASE_FULL=y | ||
83 | CONFIG_FUTEX=y | ||
84 | CONFIG_ANON_INODES=y | ||
85 | CONFIG_EPOLL=y | ||
86 | CONFIG_SIGNALFD=y | ||
87 | CONFIG_TIMERFD=y | ||
88 | CONFIG_EVENTFD=y | ||
89 | CONFIG_SHMEM=y | ||
90 | CONFIG_AIO=y | ||
91 | CONFIG_VM_EVENT_COUNTERS=y | ||
92 | CONFIG_SLAB=y | ||
93 | # CONFIG_SLUB is not set | ||
94 | # CONFIG_SLOB is not set | ||
95 | # CONFIG_PROFILING is not set | ||
96 | CONFIG_HAVE_OPROFILE=y | ||
97 | # CONFIG_KPROBES is not set | ||
98 | CONFIG_HAVE_KPROBES=y | ||
99 | CONFIG_HAVE_KRETPROBES=y | ||
100 | CONFIG_HAVE_CLK=y | ||
101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
102 | CONFIG_SLABINFO=y | ||
103 | CONFIG_RT_MUTEXES=y | ||
104 | CONFIG_BASE_SMALL=0 | ||
105 | CONFIG_MODULES=y | ||
106 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
107 | CONFIG_MODULE_UNLOAD=y | ||
108 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
109 | # CONFIG_MODVERSIONS is not set | ||
110 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
111 | CONFIG_BLOCK=y | ||
112 | # CONFIG_LBD is not set | ||
113 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
114 | # CONFIG_BLK_DEV_BSG is not set | ||
115 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
116 | |||
117 | # | ||
118 | # IO Schedulers | ||
119 | # | ||
120 | CONFIG_IOSCHED_NOOP=y | ||
121 | CONFIG_IOSCHED_AS=y | ||
122 | CONFIG_IOSCHED_DEADLINE=y | ||
123 | CONFIG_IOSCHED_CFQ=y | ||
124 | # CONFIG_DEFAULT_AS is not set | ||
125 | # CONFIG_DEFAULT_DEADLINE is not set | ||
126 | CONFIG_DEFAULT_CFQ=y | ||
127 | # CONFIG_DEFAULT_NOOP is not set | ||
128 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
129 | # CONFIG_FREEZER is not set | ||
130 | |||
131 | # | ||
132 | # System Type | ||
133 | # | ||
134 | # CONFIG_ARCH_AAEC2000 is not set | ||
135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
136 | # CONFIG_ARCH_REALVIEW is not set | ||
137 | # CONFIG_ARCH_VERSATILE is not set | ||
138 | # CONFIG_ARCH_AT91 is not set | ||
139 | # CONFIG_ARCH_CLPS711X is not set | ||
140 | # CONFIG_ARCH_EBSA110 is not set | ||
141 | # CONFIG_ARCH_EP93XX is not set | ||
142 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
143 | # CONFIG_ARCH_NETX is not set | ||
144 | # CONFIG_ARCH_H720X is not set | ||
145 | # CONFIG_ARCH_IMX is not set | ||
146 | # CONFIG_ARCH_IOP13XX is not set | ||
147 | # CONFIG_ARCH_IOP32X is not set | ||
148 | # CONFIG_ARCH_IOP33X is not set | ||
149 | # CONFIG_ARCH_IXP23XX is not set | ||
150 | # CONFIG_ARCH_IXP2000 is not set | ||
151 | # CONFIG_ARCH_IXP4XX is not set | ||
152 | # CONFIG_ARCH_L7200 is not set | ||
153 | # CONFIG_ARCH_KIRKWOOD is not set | ||
154 | # CONFIG_ARCH_KS8695 is not set | ||
155 | # CONFIG_ARCH_NS9XXX is not set | ||
156 | # CONFIG_ARCH_LOKI is not set | ||
157 | # CONFIG_ARCH_MV78XX0 is not set | ||
158 | # CONFIG_ARCH_MXC is not set | ||
159 | # CONFIG_ARCH_ORION5X is not set | ||
160 | # CONFIG_ARCH_PNX4008 is not set | ||
161 | # CONFIG_ARCH_PXA is not set | ||
162 | CONFIG_ARCH_MMP=y | ||
163 | # CONFIG_ARCH_RPC is not set | ||
164 | # CONFIG_ARCH_SA1100 is not set | ||
165 | # CONFIG_ARCH_S3C2410 is not set | ||
166 | # CONFIG_ARCH_S3C64XX is not set | ||
167 | # CONFIG_ARCH_SHARK is not set | ||
168 | # CONFIG_ARCH_LH7A40X is not set | ||
169 | # CONFIG_ARCH_DAVINCI is not set | ||
170 | # CONFIG_ARCH_OMAP is not set | ||
171 | # CONFIG_ARCH_MSM is not set | ||
172 | # CONFIG_ARCH_W90X900 is not set | ||
173 | CONFIG_MACH_TAVOREVB=y | ||
174 | |||
175 | # | ||
176 | # Marvell PXA168/910 Implmentations | ||
177 | # | ||
178 | # CONFIG_MACH_ASPENITE is not set | ||
179 | # CONFIG_MACH_ZYLONITE2 is not set | ||
180 | CONFIG_MACH_TTC_DKB=y | ||
181 | CONFIG_CPU_PXA910=y | ||
182 | CONFIG_PLAT_PXA=y | ||
183 | |||
184 | # | ||
185 | # Processor Type | ||
186 | # | ||
187 | CONFIG_CPU_32=y | ||
188 | CONFIG_CPU_MOHAWK=y | ||
189 | CONFIG_CPU_32v5=y | ||
190 | CONFIG_CPU_ABRT_EV5T=y | ||
191 | CONFIG_CPU_PABRT_NOIFAR=y | ||
192 | CONFIG_CPU_CACHE_VIVT=y | ||
193 | CONFIG_CPU_COPY_V4WB=y | ||
194 | CONFIG_CPU_TLB_V4WBI=y | ||
195 | CONFIG_CPU_CP15=y | ||
196 | CONFIG_CPU_CP15_MMU=y | ||
197 | |||
198 | # | ||
199 | # Processor Features | ||
200 | # | ||
201 | CONFIG_ARM_THUMB=y | ||
202 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
203 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
204 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
205 | # CONFIG_OUTER_CACHE is not set | ||
206 | CONFIG_IWMMXT=y | ||
207 | CONFIG_COMMON_CLKDEV=y | ||
208 | |||
209 | # | ||
210 | # Bus support | ||
211 | # | ||
212 | # CONFIG_PCI_SYSCALL is not set | ||
213 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
214 | # CONFIG_PCCARD is not set | ||
215 | |||
216 | # | ||
217 | # Kernel Features | ||
218 | # | ||
219 | CONFIG_TICK_ONESHOT=y | ||
220 | CONFIG_NO_HZ=y | ||
221 | CONFIG_HIGH_RES_TIMERS=y | ||
222 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
223 | CONFIG_VMSPLIT_3G=y | ||
224 | # CONFIG_VMSPLIT_2G is not set | ||
225 | # CONFIG_VMSPLIT_1G is not set | ||
226 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
227 | CONFIG_PREEMPT=y | ||
228 | CONFIG_HZ=100 | ||
229 | CONFIG_AEABI=y | ||
230 | CONFIG_OABI_COMPAT=y | ||
231 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
232 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
233 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
234 | CONFIG_SELECT_MEMORY_MODEL=y | ||
235 | CONFIG_FLATMEM_MANUAL=y | ||
236 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
237 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
238 | CONFIG_FLATMEM=y | ||
239 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
240 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
241 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
242 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
243 | CONFIG_ZONE_DMA_FLAG=0 | ||
244 | CONFIG_VIRT_TO_BUS=y | ||
245 | CONFIG_UNEVICTABLE_LRU=y | ||
246 | CONFIG_ALIGNMENT_TRAP=y | ||
247 | |||
248 | # | ||
249 | # Boot options | ||
250 | # | ||
251 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
252 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
253 | CONFIG_CMDLINE="root=/dev/nfs rootfstype=nfs nfsroot=192.168.2.100:/nfsroot/ ip=192.168.2.101:192.168.2.100::255.255.255.0::eth0:on console=ttyS0,115200 mem=128M" | ||
254 | # CONFIG_XIP_KERNEL is not set | ||
255 | # CONFIG_KEXEC is not set | ||
256 | |||
257 | # | ||
258 | # CPU Power Management | ||
259 | # | ||
260 | # CONFIG_CPU_IDLE is not set | ||
261 | |||
262 | # | ||
263 | # Floating point emulation | ||
264 | # | ||
265 | |||
266 | # | ||
267 | # At least one emulation must be selected | ||
268 | # | ||
269 | CONFIG_FPE_NWFPE=y | ||
270 | # CONFIG_FPE_NWFPE_XP is not set | ||
271 | # CONFIG_FPE_FASTFPE is not set | ||
272 | |||
273 | # | ||
274 | # Userspace binary formats | ||
275 | # | ||
276 | CONFIG_BINFMT_ELF=y | ||
277 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
278 | CONFIG_HAVE_AOUT=y | ||
279 | # CONFIG_BINFMT_AOUT is not set | ||
280 | # CONFIG_BINFMT_MISC is not set | ||
281 | |||
282 | # | ||
283 | # Power management options | ||
284 | # | ||
285 | # CONFIG_PM is not set | ||
286 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
287 | CONFIG_NET=y | ||
288 | |||
289 | # | ||
290 | # Networking options | ||
291 | # | ||
292 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
293 | CONFIG_PACKET=y | ||
294 | # CONFIG_PACKET_MMAP is not set | ||
295 | CONFIG_UNIX=y | ||
296 | CONFIG_XFRM=y | ||
297 | # CONFIG_XFRM_USER is not set | ||
298 | # CONFIG_XFRM_SUB_POLICY is not set | ||
299 | # CONFIG_XFRM_MIGRATE is not set | ||
300 | # CONFIG_XFRM_STATISTICS is not set | ||
301 | # CONFIG_NET_KEY is not set | ||
302 | CONFIG_INET=y | ||
303 | # CONFIG_IP_MULTICAST is not set | ||
304 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
305 | CONFIG_IP_FIB_HASH=y | ||
306 | CONFIG_IP_PNP=y | ||
307 | # CONFIG_IP_PNP_DHCP is not set | ||
308 | # CONFIG_IP_PNP_BOOTP is not set | ||
309 | # CONFIG_IP_PNP_RARP is not set | ||
310 | # CONFIG_NET_IPIP is not set | ||
311 | # CONFIG_NET_IPGRE is not set | ||
312 | # CONFIG_ARPD is not set | ||
313 | # CONFIG_SYN_COOKIES is not set | ||
314 | # CONFIG_INET_AH is not set | ||
315 | # CONFIG_INET_ESP is not set | ||
316 | # CONFIG_INET_IPCOMP is not set | ||
317 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
318 | # CONFIG_INET_TUNNEL is not set | ||
319 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
320 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
321 | CONFIG_INET_XFRM_MODE_BEET=y | ||
322 | # CONFIG_INET_LRO is not set | ||
323 | CONFIG_INET_DIAG=y | ||
324 | CONFIG_INET_TCP_DIAG=y | ||
325 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
326 | CONFIG_TCP_CONG_CUBIC=y | ||
327 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
328 | # CONFIG_TCP_MD5SIG is not set | ||
329 | # CONFIG_IPV6 is not set | ||
330 | # CONFIG_NETWORK_SECMARK is not set | ||
331 | # CONFIG_NETFILTER is not set | ||
332 | # CONFIG_IP_DCCP is not set | ||
333 | # CONFIG_IP_SCTP is not set | ||
334 | # CONFIG_TIPC is not set | ||
335 | # CONFIG_ATM is not set | ||
336 | # CONFIG_BRIDGE is not set | ||
337 | # CONFIG_NET_DSA is not set | ||
338 | # CONFIG_VLAN_8021Q is not set | ||
339 | # CONFIG_DECNET is not set | ||
340 | # CONFIG_LLC2 is not set | ||
341 | # CONFIG_IPX is not set | ||
342 | # CONFIG_ATALK is not set | ||
343 | # CONFIG_X25 is not set | ||
344 | # CONFIG_LAPB is not set | ||
345 | # CONFIG_ECONET is not set | ||
346 | # CONFIG_WAN_ROUTER is not set | ||
347 | # CONFIG_NET_SCHED is not set | ||
348 | # CONFIG_DCB is not set | ||
349 | |||
350 | # | ||
351 | # Network testing | ||
352 | # | ||
353 | # CONFIG_NET_PKTGEN is not set | ||
354 | # CONFIG_HAMRADIO is not set | ||
355 | # CONFIG_CAN is not set | ||
356 | # CONFIG_IRDA is not set | ||
357 | # CONFIG_BT is not set | ||
358 | # CONFIG_AF_RXRPC is not set | ||
359 | # CONFIG_PHONET is not set | ||
360 | CONFIG_WIRELESS=y | ||
361 | # CONFIG_CFG80211 is not set | ||
362 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
363 | # CONFIG_WIRELESS_EXT is not set | ||
364 | # CONFIG_LIB80211 is not set | ||
365 | # CONFIG_MAC80211 is not set | ||
366 | # CONFIG_WIMAX is not set | ||
367 | # CONFIG_RFKILL is not set | ||
368 | # CONFIG_NET_9P is not set | ||
369 | |||
370 | # | ||
371 | # Device Drivers | ||
372 | # | ||
373 | |||
374 | # | ||
375 | # Generic Driver Options | ||
376 | # | ||
377 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
378 | # CONFIG_STANDALONE is not set | ||
379 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
380 | CONFIG_FW_LOADER=y | ||
381 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
382 | CONFIG_EXTRA_FIRMWARE="" | ||
383 | # CONFIG_DEBUG_DRIVER is not set | ||
384 | # CONFIG_DEBUG_DEVRES is not set | ||
385 | # CONFIG_SYS_HYPERVISOR is not set | ||
386 | # CONFIG_CONNECTOR is not set | ||
387 | # CONFIG_MTD is not set | ||
388 | # CONFIG_PARPORT is not set | ||
389 | # CONFIG_BLK_DEV is not set | ||
390 | # CONFIG_MISC_DEVICES is not set | ||
391 | CONFIG_HAVE_IDE=y | ||
392 | # CONFIG_IDE is not set | ||
393 | |||
394 | # | ||
395 | # SCSI device support | ||
396 | # | ||
397 | # CONFIG_RAID_ATTRS is not set | ||
398 | # CONFIG_SCSI is not set | ||
399 | # CONFIG_SCSI_DMA is not set | ||
400 | # CONFIG_SCSI_NETLINK is not set | ||
401 | # CONFIG_ATA is not set | ||
402 | # CONFIG_MD is not set | ||
403 | CONFIG_NETDEVICES=y | ||
404 | # CONFIG_DUMMY is not set | ||
405 | # CONFIG_BONDING is not set | ||
406 | # CONFIG_MACVLAN is not set | ||
407 | # CONFIG_EQUALIZER is not set | ||
408 | # CONFIG_TUN is not set | ||
409 | # CONFIG_VETH is not set | ||
410 | # CONFIG_PHYLIB is not set | ||
411 | CONFIG_NET_ETHERNET=y | ||
412 | CONFIG_MII=y | ||
413 | # CONFIG_AX88796 is not set | ||
414 | CONFIG_SMC91X=y | ||
415 | # CONFIG_DM9000 is not set | ||
416 | # CONFIG_SMC911X is not set | ||
417 | # CONFIG_SMSC911X is not set | ||
418 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
419 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
420 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
421 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
422 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
423 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
424 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
425 | # CONFIG_B44 is not set | ||
426 | # CONFIG_NETDEV_1000 is not set | ||
427 | # CONFIG_NETDEV_10000 is not set | ||
428 | |||
429 | # | ||
430 | # Wireless LAN | ||
431 | # | ||
432 | # CONFIG_WLAN_PRE80211 is not set | ||
433 | # CONFIG_WLAN_80211 is not set | ||
434 | # CONFIG_IWLWIFI_LEDS is not set | ||
435 | |||
436 | # | ||
437 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
438 | # | ||
439 | # CONFIG_WAN is not set | ||
440 | # CONFIG_PPP is not set | ||
441 | # CONFIG_SLIP is not set | ||
442 | # CONFIG_NETCONSOLE is not set | ||
443 | # CONFIG_NETPOLL is not set | ||
444 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
445 | # CONFIG_ISDN is not set | ||
446 | |||
447 | # | ||
448 | # Input device support | ||
449 | # | ||
450 | CONFIG_INPUT=y | ||
451 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
452 | # CONFIG_INPUT_POLLDEV is not set | ||
453 | |||
454 | # | ||
455 | # Userland interfaces | ||
456 | # | ||
457 | CONFIG_INPUT_MOUSEDEV=y | ||
458 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
459 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
460 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
461 | # CONFIG_INPUT_JOYDEV is not set | ||
462 | # CONFIG_INPUT_EVDEV is not set | ||
463 | # CONFIG_INPUT_EVBUG is not set | ||
464 | |||
465 | # | ||
466 | # Input Device Drivers | ||
467 | # | ||
468 | # CONFIG_INPUT_KEYBOARD is not set | ||
469 | # CONFIG_INPUT_MOUSE is not set | ||
470 | # CONFIG_INPUT_JOYSTICK is not set | ||
471 | # CONFIG_INPUT_TABLET is not set | ||
472 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
473 | # CONFIG_INPUT_MISC is not set | ||
474 | |||
475 | # | ||
476 | # Hardware I/O ports | ||
477 | # | ||
478 | # CONFIG_SERIO is not set | ||
479 | # CONFIG_GAMEPORT is not set | ||
480 | |||
481 | # | ||
482 | # Character devices | ||
483 | # | ||
484 | CONFIG_VT=y | ||
485 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
486 | CONFIG_VT_CONSOLE=y | ||
487 | CONFIG_HW_CONSOLE=y | ||
488 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
489 | CONFIG_DEVKMEM=y | ||
490 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
491 | |||
492 | # | ||
493 | # Serial drivers | ||
494 | # | ||
495 | # CONFIG_SERIAL_8250 is not set | ||
496 | |||
497 | # | ||
498 | # Non-8250 serial port support | ||
499 | # | ||
500 | CONFIG_SERIAL_PXA=y | ||
501 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
502 | CONFIG_SERIAL_CORE=y | ||
503 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
504 | CONFIG_UNIX98_PTYS=y | ||
505 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
506 | # CONFIG_LEGACY_PTYS is not set | ||
507 | # CONFIG_IPMI_HANDLER is not set | ||
508 | # CONFIG_HW_RANDOM is not set | ||
509 | # CONFIG_R3964 is not set | ||
510 | # CONFIG_RAW_DRIVER is not set | ||
511 | # CONFIG_TCG_TPM is not set | ||
512 | # CONFIG_I2C is not set | ||
513 | # CONFIG_SPI is not set | ||
514 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
515 | CONFIG_GPIOLIB=y | ||
516 | # CONFIG_DEBUG_GPIO is not set | ||
517 | # CONFIG_GPIO_SYSFS is not set | ||
518 | |||
519 | # | ||
520 | # Memory mapped GPIO expanders: | ||
521 | # | ||
522 | |||
523 | # | ||
524 | # I2C GPIO expanders: | ||
525 | # | ||
526 | |||
527 | # | ||
528 | # PCI GPIO expanders: | ||
529 | # | ||
530 | |||
531 | # | ||
532 | # SPI GPIO expanders: | ||
533 | # | ||
534 | # CONFIG_W1 is not set | ||
535 | # CONFIG_POWER_SUPPLY is not set | ||
536 | # CONFIG_HWMON is not set | ||
537 | # CONFIG_THERMAL is not set | ||
538 | # CONFIG_THERMAL_HWMON is not set | ||
539 | # CONFIG_WATCHDOG is not set | ||
540 | CONFIG_SSB_POSSIBLE=y | ||
541 | |||
542 | # | ||
543 | # Sonics Silicon Backplane | ||
544 | # | ||
545 | # CONFIG_SSB is not set | ||
546 | |||
547 | # | ||
548 | # Multifunction device drivers | ||
549 | # | ||
550 | # CONFIG_MFD_CORE is not set | ||
551 | # CONFIG_MFD_SM501 is not set | ||
552 | # CONFIG_MFD_ASIC3 is not set | ||
553 | # CONFIG_HTC_EGPIO is not set | ||
554 | # CONFIG_HTC_PASIC3 is not set | ||
555 | # CONFIG_MFD_TMIO is not set | ||
556 | # CONFIG_MFD_T7L66XB is not set | ||
557 | # CONFIG_MFD_TC6387XB is not set | ||
558 | # CONFIG_MFD_TC6393XB is not set | ||
559 | |||
560 | # | ||
561 | # Multimedia devices | ||
562 | # | ||
563 | |||
564 | # | ||
565 | # Multimedia core support | ||
566 | # | ||
567 | # CONFIG_VIDEO_DEV is not set | ||
568 | # CONFIG_DVB_CORE is not set | ||
569 | # CONFIG_VIDEO_MEDIA is not set | ||
570 | |||
571 | # | ||
572 | # Multimedia drivers | ||
573 | # | ||
574 | # CONFIG_DAB is not set | ||
575 | |||
576 | # | ||
577 | # Graphics support | ||
578 | # | ||
579 | # CONFIG_VGASTATE is not set | ||
580 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
581 | # CONFIG_FB is not set | ||
582 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
583 | |||
584 | # | ||
585 | # Display device support | ||
586 | # | ||
587 | # CONFIG_DISPLAY_SUPPORT is not set | ||
588 | |||
589 | # | ||
590 | # Console display driver support | ||
591 | # | ||
592 | # CONFIG_VGA_CONSOLE is not set | ||
593 | CONFIG_DUMMY_CONSOLE=y | ||
594 | # CONFIG_SOUND is not set | ||
595 | # CONFIG_HID_SUPPORT is not set | ||
596 | # CONFIG_USB_SUPPORT is not set | ||
597 | # CONFIG_MMC is not set | ||
598 | # CONFIG_MEMSTICK is not set | ||
599 | # CONFIG_ACCESSIBILITY is not set | ||
600 | # CONFIG_NEW_LEDS is not set | ||
601 | CONFIG_RTC_LIB=y | ||
602 | # CONFIG_RTC_CLASS is not set | ||
603 | # CONFIG_DMADEVICES is not set | ||
604 | # CONFIG_REGULATOR is not set | ||
605 | # CONFIG_UIO is not set | ||
606 | # CONFIG_STAGING is not set | ||
607 | |||
608 | # | ||
609 | # File systems | ||
610 | # | ||
611 | # CONFIG_EXT2_FS is not set | ||
612 | # CONFIG_EXT3_FS is not set | ||
613 | # CONFIG_EXT4_FS is not set | ||
614 | # CONFIG_REISERFS_FS is not set | ||
615 | # CONFIG_JFS_FS is not set | ||
616 | CONFIG_FS_POSIX_ACL=y | ||
617 | CONFIG_FILE_LOCKING=y | ||
618 | # CONFIG_XFS_FS is not set | ||
619 | # CONFIG_OCFS2_FS is not set | ||
620 | # CONFIG_BTRFS_FS is not set | ||
621 | CONFIG_DNOTIFY=y | ||
622 | CONFIG_INOTIFY=y | ||
623 | CONFIG_INOTIFY_USER=y | ||
624 | # CONFIG_QUOTA is not set | ||
625 | # CONFIG_AUTOFS_FS is not set | ||
626 | # CONFIG_AUTOFS4_FS is not set | ||
627 | # CONFIG_FUSE_FS is not set | ||
628 | CONFIG_GENERIC_ACL=y | ||
629 | |||
630 | # | ||
631 | # CD-ROM/DVD Filesystems | ||
632 | # | ||
633 | # CONFIG_ISO9660_FS is not set | ||
634 | # CONFIG_UDF_FS is not set | ||
635 | |||
636 | # | ||
637 | # DOS/FAT/NT Filesystems | ||
638 | # | ||
639 | # CONFIG_MSDOS_FS is not set | ||
640 | # CONFIG_VFAT_FS is not set | ||
641 | # CONFIG_NTFS_FS is not set | ||
642 | |||
643 | # | ||
644 | # Pseudo filesystems | ||
645 | # | ||
646 | CONFIG_PROC_FS=y | ||
647 | CONFIG_PROC_SYSCTL=y | ||
648 | CONFIG_PROC_PAGE_MONITOR=y | ||
649 | CONFIG_SYSFS=y | ||
650 | CONFIG_TMPFS=y | ||
651 | CONFIG_TMPFS_POSIX_ACL=y | ||
652 | # CONFIG_HUGETLB_PAGE is not set | ||
653 | # CONFIG_CONFIGFS_FS is not set | ||
654 | CONFIG_MISC_FILESYSTEMS=y | ||
655 | # CONFIG_ADFS_FS is not set | ||
656 | # CONFIG_AFFS_FS is not set | ||
657 | # CONFIG_HFS_FS is not set | ||
658 | # CONFIG_HFSPLUS_FS is not set | ||
659 | # CONFIG_BEFS_FS is not set | ||
660 | # CONFIG_BFS_FS is not set | ||
661 | # CONFIG_EFS_FS is not set | ||
662 | CONFIG_CRAMFS=y | ||
663 | # CONFIG_SQUASHFS is not set | ||
664 | # CONFIG_VXFS_FS is not set | ||
665 | # CONFIG_MINIX_FS is not set | ||
666 | # CONFIG_OMFS_FS is not set | ||
667 | # CONFIG_HPFS_FS is not set | ||
668 | # CONFIG_QNX4FS_FS is not set | ||
669 | # CONFIG_ROMFS_FS is not set | ||
670 | # CONFIG_SYSV_FS is not set | ||
671 | # CONFIG_UFS_FS is not set | ||
672 | CONFIG_NETWORK_FILESYSTEMS=y | ||
673 | CONFIG_NFS_FS=y | ||
674 | CONFIG_NFS_V3=y | ||
675 | CONFIG_NFS_V3_ACL=y | ||
676 | CONFIG_NFS_V4=y | ||
677 | CONFIG_ROOT_NFS=y | ||
678 | # CONFIG_NFSD is not set | ||
679 | CONFIG_LOCKD=y | ||
680 | CONFIG_LOCKD_V4=y | ||
681 | CONFIG_NFS_ACL_SUPPORT=y | ||
682 | CONFIG_NFS_COMMON=y | ||
683 | CONFIG_SUNRPC=y | ||
684 | CONFIG_SUNRPC_GSS=y | ||
685 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
686 | CONFIG_RPCSEC_GSS_KRB5=y | ||
687 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
688 | # CONFIG_SMB_FS is not set | ||
689 | # CONFIG_CIFS is not set | ||
690 | # CONFIG_NCP_FS is not set | ||
691 | # CONFIG_CODA_FS is not set | ||
692 | # CONFIG_AFS_FS is not set | ||
693 | |||
694 | # | ||
695 | # Partition Types | ||
696 | # | ||
697 | # CONFIG_PARTITION_ADVANCED is not set | ||
698 | CONFIG_MSDOS_PARTITION=y | ||
699 | # CONFIG_NLS is not set | ||
700 | # CONFIG_DLM is not set | ||
701 | |||
702 | # | ||
703 | # Kernel hacking | ||
704 | # | ||
705 | CONFIG_PRINTK_TIME=y | ||
706 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
707 | CONFIG_ENABLE_MUST_CHECK=y | ||
708 | CONFIG_FRAME_WARN=1024 | ||
709 | CONFIG_MAGIC_SYSRQ=y | ||
710 | # CONFIG_UNUSED_SYMBOLS is not set | ||
711 | # CONFIG_DEBUG_FS is not set | ||
712 | # CONFIG_HEADERS_CHECK is not set | ||
713 | CONFIG_DEBUG_KERNEL=y | ||
714 | # CONFIG_DEBUG_SHIRQ is not set | ||
715 | CONFIG_DETECT_SOFTLOCKUP=y | ||
716 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
717 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
718 | CONFIG_SCHED_DEBUG=y | ||
719 | # CONFIG_SCHEDSTATS is not set | ||
720 | # CONFIG_TIMER_STATS is not set | ||
721 | # CONFIG_DEBUG_OBJECTS is not set | ||
722 | # CONFIG_DEBUG_SLAB is not set | ||
723 | # CONFIG_DEBUG_PREEMPT is not set | ||
724 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
725 | # CONFIG_RT_MUTEX_TESTER is not set | ||
726 | # CONFIG_DEBUG_SPINLOCK is not set | ||
727 | # CONFIG_DEBUG_MUTEXES is not set | ||
728 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
729 | # CONFIG_PROVE_LOCKING is not set | ||
730 | # CONFIG_LOCK_STAT is not set | ||
731 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
732 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
733 | # CONFIG_DEBUG_KOBJECT is not set | ||
734 | CONFIG_DEBUG_BUGVERBOSE=y | ||
735 | CONFIG_DEBUG_INFO=y | ||
736 | # CONFIG_DEBUG_VM is not set | ||
737 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
738 | CONFIG_DEBUG_MEMORY_INIT=y | ||
739 | # CONFIG_DEBUG_LIST is not set | ||
740 | # CONFIG_DEBUG_SG is not set | ||
741 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
742 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
743 | # CONFIG_RCU_TORTURE_TEST is not set | ||
744 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
745 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
746 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
747 | # CONFIG_FAULT_INJECTION is not set | ||
748 | # CONFIG_LATENCYTOP is not set | ||
749 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
750 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
751 | |||
752 | # | ||
753 | # Tracers | ||
754 | # | ||
755 | # CONFIG_FUNCTION_TRACER is not set | ||
756 | # CONFIG_IRQSOFF_TRACER is not set | ||
757 | # CONFIG_PREEMPT_TRACER is not set | ||
758 | # CONFIG_SCHED_TRACER is not set | ||
759 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
760 | # CONFIG_BOOT_TRACER is not set | ||
761 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
762 | # CONFIG_STACK_TRACER is not set | ||
763 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
764 | # CONFIG_SAMPLES is not set | ||
765 | CONFIG_HAVE_ARCH_KGDB=y | ||
766 | # CONFIG_KGDB is not set | ||
767 | CONFIG_ARM_UNWIND=y | ||
768 | CONFIG_DEBUG_USER=y | ||
769 | CONFIG_DEBUG_ERRORS=y | ||
770 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
771 | CONFIG_DEBUG_LL=y | ||
772 | # CONFIG_DEBUG_ICEDCC is not set | ||
773 | |||
774 | # | ||
775 | # Security options | ||
776 | # | ||
777 | # CONFIG_KEYS is not set | ||
778 | # CONFIG_SECURITY is not set | ||
779 | # CONFIG_SECURITYFS is not set | ||
780 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
781 | CONFIG_CRYPTO=y | ||
782 | |||
783 | # | ||
784 | # Crypto core or helper | ||
785 | # | ||
786 | # CONFIG_CRYPTO_FIPS is not set | ||
787 | CONFIG_CRYPTO_ALGAPI=y | ||
788 | CONFIG_CRYPTO_ALGAPI2=y | ||
789 | CONFIG_CRYPTO_AEAD2=y | ||
790 | CONFIG_CRYPTO_BLKCIPHER=y | ||
791 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
792 | CONFIG_CRYPTO_HASH=y | ||
793 | CONFIG_CRYPTO_HASH2=y | ||
794 | CONFIG_CRYPTO_RNG2=y | ||
795 | CONFIG_CRYPTO_MANAGER=y | ||
796 | CONFIG_CRYPTO_MANAGER2=y | ||
797 | # CONFIG_CRYPTO_GF128MUL is not set | ||
798 | # CONFIG_CRYPTO_NULL is not set | ||
799 | # CONFIG_CRYPTO_CRYPTD is not set | ||
800 | # CONFIG_CRYPTO_AUTHENC is not set | ||
801 | # CONFIG_CRYPTO_TEST is not set | ||
802 | |||
803 | # | ||
804 | # Authenticated Encryption with Associated Data | ||
805 | # | ||
806 | # CONFIG_CRYPTO_CCM is not set | ||
807 | # CONFIG_CRYPTO_GCM is not set | ||
808 | # CONFIG_CRYPTO_SEQIV is not set | ||
809 | |||
810 | # | ||
811 | # Block modes | ||
812 | # | ||
813 | CONFIG_CRYPTO_CBC=y | ||
814 | # CONFIG_CRYPTO_CTR is not set | ||
815 | # CONFIG_CRYPTO_CTS is not set | ||
816 | # CONFIG_CRYPTO_ECB is not set | ||
817 | # CONFIG_CRYPTO_LRW is not set | ||
818 | # CONFIG_CRYPTO_PCBC is not set | ||
819 | # CONFIG_CRYPTO_XTS is not set | ||
820 | |||
821 | # | ||
822 | # Hash modes | ||
823 | # | ||
824 | # CONFIG_CRYPTO_HMAC is not set | ||
825 | # CONFIG_CRYPTO_XCBC is not set | ||
826 | |||
827 | # | ||
828 | # Digest | ||
829 | # | ||
830 | # CONFIG_CRYPTO_CRC32C is not set | ||
831 | # CONFIG_CRYPTO_MD4 is not set | ||
832 | CONFIG_CRYPTO_MD5=y | ||
833 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
834 | # CONFIG_CRYPTO_RMD128 is not set | ||
835 | # CONFIG_CRYPTO_RMD160 is not set | ||
836 | # CONFIG_CRYPTO_RMD256 is not set | ||
837 | # CONFIG_CRYPTO_RMD320 is not set | ||
838 | # CONFIG_CRYPTO_SHA1 is not set | ||
839 | # CONFIG_CRYPTO_SHA256 is not set | ||
840 | # CONFIG_CRYPTO_SHA512 is not set | ||
841 | # CONFIG_CRYPTO_TGR192 is not set | ||
842 | # CONFIG_CRYPTO_WP512 is not set | ||
843 | |||
844 | # | ||
845 | # Ciphers | ||
846 | # | ||
847 | # CONFIG_CRYPTO_AES is not set | ||
848 | # CONFIG_CRYPTO_ANUBIS is not set | ||
849 | # CONFIG_CRYPTO_ARC4 is not set | ||
850 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
851 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
852 | # CONFIG_CRYPTO_CAST5 is not set | ||
853 | # CONFIG_CRYPTO_CAST6 is not set | ||
854 | CONFIG_CRYPTO_DES=y | ||
855 | # CONFIG_CRYPTO_FCRYPT is not set | ||
856 | # CONFIG_CRYPTO_KHAZAD is not set | ||
857 | # CONFIG_CRYPTO_SALSA20 is not set | ||
858 | # CONFIG_CRYPTO_SEED is not set | ||
859 | # CONFIG_CRYPTO_SERPENT is not set | ||
860 | # CONFIG_CRYPTO_TEA is not set | ||
861 | # CONFIG_CRYPTO_TWOFISH is not set | ||
862 | |||
863 | # | ||
864 | # Compression | ||
865 | # | ||
866 | # CONFIG_CRYPTO_DEFLATE is not set | ||
867 | # CONFIG_CRYPTO_LZO is not set | ||
868 | |||
869 | # | ||
870 | # Random Number Generation | ||
871 | # | ||
872 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
873 | CONFIG_CRYPTO_HW=y | ||
874 | |||
875 | # | ||
876 | # Library routines | ||
877 | # | ||
878 | CONFIG_BITREVERSE=y | ||
879 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
880 | CONFIG_CRC_CCITT=y | ||
881 | # CONFIG_CRC16 is not set | ||
882 | # CONFIG_CRC_T10DIF is not set | ||
883 | # CONFIG_CRC_ITU_T is not set | ||
884 | CONFIG_CRC32=y | ||
885 | # CONFIG_CRC7 is not set | ||
886 | # CONFIG_LIBCRC32C is not set | ||
887 | CONFIG_ZLIB_INFLATE=y | ||
888 | CONFIG_PLIST=y | ||
889 | CONFIG_HAS_IOMEM=y | ||
890 | CONFIG_HAS_IOPORT=y | ||
891 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/rx51_defconfig b/arch/arm/configs/rx51_defconfig new file mode 100644 index 000000000000..593102da8cd7 --- /dev/null +++ b/arch/arm/configs/rx51_defconfig | |||
@@ -0,0 +1,1821 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc8 | ||
4 | # Fri Mar 13 15:28:56 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=y | ||
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=17 | ||
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_CC_OPTIMIZE_FOR_SIZE=y | ||
69 | CONFIG_SYSCTL=y | ||
70 | CONFIG_ANON_INODES=y | ||
71 | CONFIG_EMBEDDED=y | ||
72 | CONFIG_UID16=y | ||
73 | # CONFIG_SYSCTL_SYSCALL is not set | ||
74 | CONFIG_KALLSYMS=y | ||
75 | CONFIG_KALLSYMS_ALL=y | ||
76 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
77 | CONFIG_HOTPLUG=y | ||
78 | CONFIG_PRINTK=y | ||
79 | CONFIG_BUG=y | ||
80 | CONFIG_ELF_CORE=y | ||
81 | CONFIG_BASE_FULL=y | ||
82 | CONFIG_FUTEX=y | ||
83 | CONFIG_EPOLL=y | ||
84 | CONFIG_SIGNALFD=y | ||
85 | CONFIG_TIMERFD=y | ||
86 | CONFIG_EVENTFD=y | ||
87 | CONFIG_SHMEM=y | ||
88 | CONFIG_AIO=y | ||
89 | CONFIG_VM_EVENT_COUNTERS=y | ||
90 | CONFIG_COMPAT_BRK=y | ||
91 | CONFIG_SLAB=y | ||
92 | # CONFIG_SLUB is not set | ||
93 | # CONFIG_SLOB is not set | ||
94 | # CONFIG_PROFILING is not set | ||
95 | CONFIG_HAVE_OPROFILE=y | ||
96 | CONFIG_KPROBES=y | ||
97 | CONFIG_KRETPROBES=y | ||
98 | CONFIG_HAVE_KPROBES=y | ||
99 | CONFIG_HAVE_KRETPROBES=y | ||
100 | CONFIG_HAVE_CLK=y | ||
101 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
102 | CONFIG_SLABINFO=y | ||
103 | CONFIG_RT_MUTEXES=y | ||
104 | CONFIG_BASE_SMALL=0 | ||
105 | CONFIG_MODULES=y | ||
106 | CONFIG_MODULE_FORCE_LOAD=y | ||
107 | CONFIG_MODULE_UNLOAD=y | ||
108 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
109 | CONFIG_MODVERSIONS=y | ||
110 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
111 | CONFIG_BLOCK=y | ||
112 | # CONFIG_LBD is not set | ||
113 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
114 | # CONFIG_BLK_DEV_BSG is not set | ||
115 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
116 | |||
117 | # | ||
118 | # IO Schedulers | ||
119 | # | ||
120 | CONFIG_IOSCHED_NOOP=y | ||
121 | # CONFIG_IOSCHED_AS is not set | ||
122 | # CONFIG_IOSCHED_DEADLINE is not set | ||
123 | CONFIG_IOSCHED_CFQ=y | ||
124 | # CONFIG_DEFAULT_AS is not set | ||
125 | # CONFIG_DEFAULT_DEADLINE is not set | ||
126 | CONFIG_DEFAULT_CFQ=y | ||
127 | # CONFIG_DEFAULT_NOOP is not set | ||
128 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
129 | CONFIG_FREEZER=y | ||
130 | |||
131 | # | ||
132 | # System Type | ||
133 | # | ||
134 | # CONFIG_ARCH_AAEC2000 is not set | ||
135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
136 | # CONFIG_ARCH_REALVIEW is not set | ||
137 | # CONFIG_ARCH_VERSATILE is not set | ||
138 | # CONFIG_ARCH_AT91 is not set | ||
139 | # CONFIG_ARCH_CLPS711X is not set | ||
140 | # CONFIG_ARCH_EBSA110 is not set | ||
141 | # CONFIG_ARCH_EP93XX is not set | ||
142 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
143 | # CONFIG_ARCH_NETX is not set | ||
144 | # CONFIG_ARCH_H720X is not set | ||
145 | # CONFIG_ARCH_IMX is not set | ||
146 | # CONFIG_ARCH_IOP13XX is not set | ||
147 | # CONFIG_ARCH_IOP32X is not set | ||
148 | # CONFIG_ARCH_IOP33X is not set | ||
149 | # CONFIG_ARCH_IXP23XX is not set | ||
150 | # CONFIG_ARCH_IXP2000 is not set | ||
151 | # CONFIG_ARCH_IXP4XX is not set | ||
152 | # CONFIG_ARCH_L7200 is not set | ||
153 | # CONFIG_ARCH_KIRKWOOD is not set | ||
154 | # CONFIG_ARCH_KS8695 is not set | ||
155 | # CONFIG_ARCH_NS9XXX is not set | ||
156 | # CONFIG_ARCH_LOKI is not set | ||
157 | # CONFIG_ARCH_MV78XX0 is not set | ||
158 | # CONFIG_ARCH_MXC is not set | ||
159 | # CONFIG_ARCH_ORION5X is not set | ||
160 | # CONFIG_ARCH_PNX4008 is not set | ||
161 | # CONFIG_ARCH_PXA is not set | ||
162 | # CONFIG_ARCH_RPC is not set | ||
163 | # CONFIG_ARCH_SA1100 is not set | ||
164 | # CONFIG_ARCH_S3C2410 is not set | ||
165 | # CONFIG_ARCH_S3C64XX is not set | ||
166 | # CONFIG_ARCH_SHARK is not set | ||
167 | # CONFIG_ARCH_LH7A40X is not set | ||
168 | # CONFIG_ARCH_DAVINCI is not set | ||
169 | CONFIG_ARCH_OMAP=y | ||
170 | # CONFIG_ARCH_MSM is not set | ||
171 | # CONFIG_ARCH_W90X900 is not set | ||
172 | |||
173 | # | ||
174 | # TI OMAP Implementations | ||
175 | # | ||
176 | CONFIG_ARCH_OMAP_OTG=y | ||
177 | # CONFIG_ARCH_OMAP1 is not set | ||
178 | # CONFIG_ARCH_OMAP2 is not set | ||
179 | CONFIG_ARCH_OMAP3=y | ||
180 | |||
181 | # | ||
182 | # OMAP Feature Selections | ||
183 | # | ||
184 | # CONFIG_OMAP_DEBUG_POWERDOMAIN is not set | ||
185 | # CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set | ||
186 | CONFIG_OMAP_RESET_CLOCKS=y | ||
187 | CONFIG_OMAP_MUX=y | ||
188 | CONFIG_OMAP_MUX_DEBUG=y | ||
189 | CONFIG_OMAP_MUX_WARNINGS=y | ||
190 | CONFIG_OMAP_MCBSP=y | ||
191 | # CONFIG_OMAP_MPU_TIMER is not set | ||
192 | CONFIG_OMAP_32K_TIMER=y | ||
193 | CONFIG_OMAP_32K_TIMER_HZ=128 | ||
194 | CONFIG_OMAP_DM_TIMER=y | ||
195 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
196 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
197 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
198 | CONFIG_OMAP_SERIAL_WAKE=y | ||
199 | CONFIG_ARCH_OMAP34XX=y | ||
200 | CONFIG_ARCH_OMAP3430=y | ||
201 | |||
202 | # | ||
203 | # OMAP Board Type | ||
204 | # | ||
205 | # CONFIG_MACH_OMAP3_BEAGLE is not set | ||
206 | # CONFIG_MACH_OMAP_LDP is not set | ||
207 | # CONFIG_MACH_OVERO is not set | ||
208 | # CONFIG_MACH_OMAP3_PANDORA is not set | ||
209 | # CONFIG_MACH_OMAP_3430SDP is not set | ||
210 | CONFIG_MACH_NOKIA_RX51=y | ||
211 | |||
212 | # | ||
213 | # Processor Type | ||
214 | # | ||
215 | CONFIG_CPU_32=y | ||
216 | CONFIG_CPU_32v6K=y | ||
217 | CONFIG_CPU_V7=y | ||
218 | CONFIG_CPU_32v7=y | ||
219 | CONFIG_CPU_ABRT_EV7=y | ||
220 | CONFIG_CPU_PABRT_IFAR=y | ||
221 | CONFIG_CPU_CACHE_V7=y | ||
222 | CONFIG_CPU_CACHE_VIPT=y | ||
223 | CONFIG_CPU_COPY_V6=y | ||
224 | CONFIG_CPU_TLB_V7=y | ||
225 | CONFIG_CPU_HAS_ASID=y | ||
226 | CONFIG_CPU_CP15=y | ||
227 | CONFIG_CPU_CP15_MMU=y | ||
228 | |||
229 | # | ||
230 | # Processor Features | ||
231 | # | ||
232 | CONFIG_ARM_THUMB=y | ||
233 | # CONFIG_ARM_THUMBEE is not set | ||
234 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
235 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
236 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
237 | CONFIG_HAS_TLS_REG=y | ||
238 | # CONFIG_OUTER_CACHE is not set | ||
239 | |||
240 | # | ||
241 | # Bus support | ||
242 | # | ||
243 | # CONFIG_PCI_SYSCALL is not set | ||
244 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
245 | # CONFIG_PCCARD is not set | ||
246 | |||
247 | # | ||
248 | # Kernel Features | ||
249 | # | ||
250 | CONFIG_TICK_ONESHOT=y | ||
251 | CONFIG_NO_HZ=y | ||
252 | CONFIG_HIGH_RES_TIMERS=y | ||
253 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
254 | CONFIG_VMSPLIT_3G=y | ||
255 | # CONFIG_VMSPLIT_2G is not set | ||
256 | # CONFIG_VMSPLIT_1G is not set | ||
257 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
258 | # CONFIG_PREEMPT is not set | ||
259 | CONFIG_HZ=128 | ||
260 | CONFIG_AEABI=y | ||
261 | # CONFIG_OABI_COMPAT is not set | ||
262 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
263 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
264 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
265 | CONFIG_SELECT_MEMORY_MODEL=y | ||
266 | CONFIG_FLATMEM_MANUAL=y | ||
267 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
268 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
269 | CONFIG_FLATMEM=y | ||
270 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
271 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
272 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
273 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
274 | CONFIG_ZONE_DMA_FLAG=0 | ||
275 | CONFIG_VIRT_TO_BUS=y | ||
276 | CONFIG_UNEVICTABLE_LRU=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="init=/sbin/preinit ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs rw console=ttyMTD5" | ||
286 | # CONFIG_XIP_KERNEL is not set | ||
287 | # CONFIG_KEXEC is not set | ||
288 | |||
289 | # | ||
290 | # CPU Power Management | ||
291 | # | ||
292 | # CONFIG_CPU_FREQ is not set | ||
293 | # CONFIG_CPU_IDLE is not set | ||
294 | |||
295 | # | ||
296 | # Floating point emulation | ||
297 | # | ||
298 | |||
299 | # | ||
300 | # At least one emulation must be selected | ||
301 | # | ||
302 | CONFIG_VFP=y | ||
303 | CONFIG_VFPv3=y | ||
304 | CONFIG_NEON=y | ||
305 | |||
306 | # | ||
307 | # Userspace binary formats | ||
308 | # | ||
309 | CONFIG_BINFMT_ELF=y | ||
310 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
311 | CONFIG_HAVE_AOUT=y | ||
312 | # CONFIG_BINFMT_AOUT is not set | ||
313 | CONFIG_BINFMT_MISC=y | ||
314 | |||
315 | # | ||
316 | # Power management options | ||
317 | # | ||
318 | CONFIG_PM=y | ||
319 | CONFIG_PM_DEBUG=y | ||
320 | # CONFIG_PM_VERBOSE is not set | ||
321 | CONFIG_CAN_PM_TRACE=y | ||
322 | CONFIG_PM_SLEEP=y | ||
323 | CONFIG_SUSPEND=y | ||
324 | CONFIG_SUSPEND_FREEZER=y | ||
325 | # CONFIG_APM_EMULATION is not set | ||
326 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
327 | CONFIG_NET=y | ||
328 | |||
329 | # | ||
330 | # Networking options | ||
331 | # | ||
332 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
333 | CONFIG_PACKET=y | ||
334 | # CONFIG_PACKET_MMAP is not set | ||
335 | CONFIG_UNIX=y | ||
336 | CONFIG_XFRM=y | ||
337 | # CONFIG_XFRM_USER is not set | ||
338 | # CONFIG_XFRM_SUB_POLICY is not set | ||
339 | # CONFIG_XFRM_MIGRATE is not set | ||
340 | # CONFIG_XFRM_STATISTICS is not set | ||
341 | CONFIG_NET_KEY=y | ||
342 | # CONFIG_NET_KEY_MIGRATE is not set | ||
343 | CONFIG_INET=y | ||
344 | # CONFIG_IP_MULTICAST is not set | ||
345 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
346 | CONFIG_IP_FIB_HASH=y | ||
347 | CONFIG_IP_PNP=y | ||
348 | CONFIG_IP_PNP_DHCP=y | ||
349 | CONFIG_IP_PNP_BOOTP=y | ||
350 | CONFIG_IP_PNP_RARP=y | ||
351 | # CONFIG_NET_IPIP is not set | ||
352 | # CONFIG_NET_IPGRE is not set | ||
353 | # CONFIG_ARPD is not set | ||
354 | # CONFIG_SYN_COOKIES is not set | ||
355 | # CONFIG_INET_AH is not set | ||
356 | # CONFIG_INET_ESP is not set | ||
357 | # CONFIG_INET_IPCOMP is not set | ||
358 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
359 | # CONFIG_INET_TUNNEL is not set | ||
360 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
361 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
362 | CONFIG_INET_XFRM_MODE_BEET=y | ||
363 | # CONFIG_INET_LRO is not set | ||
364 | CONFIG_INET_DIAG=y | ||
365 | CONFIG_INET_TCP_DIAG=y | ||
366 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
367 | CONFIG_TCP_CONG_CUBIC=y | ||
368 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
369 | # CONFIG_TCP_MD5SIG is not set | ||
370 | # CONFIG_IPV6 is not set | ||
371 | # CONFIG_NETLABEL is not set | ||
372 | # CONFIG_NETWORK_SECMARK is not set | ||
373 | CONFIG_NETFILTER=y | ||
374 | # CONFIG_NETFILTER_DEBUG is not set | ||
375 | CONFIG_NETFILTER_ADVANCED=y | ||
376 | |||
377 | # | ||
378 | # Core Netfilter Configuration | ||
379 | # | ||
380 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set | ||
381 | # CONFIG_NETFILTER_NETLINK_LOG is not set | ||
382 | # CONFIG_NF_CONNTRACK is not set | ||
383 | CONFIG_NETFILTER_XTABLES=m | ||
384 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set | ||
385 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set | ||
386 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | ||
387 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | ||
388 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set | ||
389 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set | ||
390 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set | ||
391 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
392 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | ||
393 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set | ||
394 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set | ||
395 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set | ||
396 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set | ||
397 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set | ||
398 | # CONFIG_NETFILTER_XT_MATCH_MAC is not set | ||
399 | # CONFIG_NETFILTER_XT_MATCH_MARK is not set | ||
400 | # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set | ||
401 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set | ||
402 | # CONFIG_NETFILTER_XT_MATCH_POLICY is not set | ||
403 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set | ||
404 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set | ||
405 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set | ||
406 | # CONFIG_NETFILTER_XT_MATCH_REALM is not set | ||
407 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set | ||
408 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set | ||
409 | # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set | ||
410 | # CONFIG_NETFILTER_XT_MATCH_STRING is not set | ||
411 | # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set | ||
412 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set | ||
413 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set | ||
414 | # CONFIG_IP_VS is not set | ||
415 | |||
416 | # | ||
417 | # IP: Netfilter Configuration | ||
418 | # | ||
419 | # CONFIG_NF_DEFRAG_IPV4 is not set | ||
420 | # CONFIG_IP_NF_QUEUE is not set | ||
421 | CONFIG_IP_NF_IPTABLES=m | ||
422 | # CONFIG_IP_NF_MATCH_ADDRTYPE is not set | ||
423 | # CONFIG_IP_NF_MATCH_AH is not set | ||
424 | # CONFIG_IP_NF_MATCH_ECN is not set | ||
425 | # CONFIG_IP_NF_MATCH_TTL is not set | ||
426 | CONFIG_IP_NF_FILTER=m | ||
427 | # CONFIG_IP_NF_TARGET_REJECT is not set | ||
428 | # CONFIG_IP_NF_TARGET_LOG is not set | ||
429 | # CONFIG_IP_NF_TARGET_ULOG is not set | ||
430 | # CONFIG_IP_NF_MANGLE is not set | ||
431 | # CONFIG_IP_NF_RAW is not set | ||
432 | # CONFIG_IP_NF_SECURITY is not set | ||
433 | # CONFIG_IP_NF_ARPTABLES is not set | ||
434 | # CONFIG_IP_DCCP is not set | ||
435 | # CONFIG_IP_SCTP is not set | ||
436 | # CONFIG_TIPC is not set | ||
437 | # CONFIG_ATM is not set | ||
438 | # CONFIG_BRIDGE is not set | ||
439 | # CONFIG_NET_DSA is not set | ||
440 | # CONFIG_VLAN_8021Q is not set | ||
441 | # CONFIG_DECNET is not set | ||
442 | # CONFIG_LLC2 is not set | ||
443 | # CONFIG_IPX is not set | ||
444 | # CONFIG_ATALK is not set | ||
445 | # CONFIG_X25 is not set | ||
446 | # CONFIG_LAPB is not set | ||
447 | # CONFIG_ECONET is not set | ||
448 | # CONFIG_WAN_ROUTER is not set | ||
449 | # CONFIG_NET_SCHED is not set | ||
450 | # CONFIG_DCB is not set | ||
451 | |||
452 | # | ||
453 | # Network testing | ||
454 | # | ||
455 | # CONFIG_NET_PKTGEN is not set | ||
456 | # CONFIG_NET_TCPPROBE is not set | ||
457 | # CONFIG_HAMRADIO is not set | ||
458 | # CONFIG_CAN is not set | ||
459 | # CONFIG_IRDA is not set | ||
460 | CONFIG_BT=m | ||
461 | CONFIG_BT_L2CAP=m | ||
462 | CONFIG_BT_SCO=m | ||
463 | CONFIG_BT_RFCOMM=m | ||
464 | CONFIG_BT_RFCOMM_TTY=y | ||
465 | CONFIG_BT_BNEP=m | ||
466 | CONFIG_BT_BNEP_MC_FILTER=y | ||
467 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
468 | CONFIG_BT_HIDP=m | ||
469 | |||
470 | # | ||
471 | # Bluetooth device drivers | ||
472 | # | ||
473 | # CONFIG_BT_HCIBTUSB is not set | ||
474 | # CONFIG_BT_HCIBTSDIO is not set | ||
475 | # CONFIG_BT_HCIUART is not set | ||
476 | # CONFIG_BT_HCIBCM203X is not set | ||
477 | # CONFIG_BT_HCIBPA10X is not set | ||
478 | # CONFIG_BT_HCIBFUSB is not set | ||
479 | # CONFIG_BT_HCIVHCI is not set | ||
480 | # CONFIG_AF_RXRPC is not set | ||
481 | # CONFIG_PHONET is not set | ||
482 | CONFIG_WIRELESS=y | ||
483 | CONFIG_CFG80211=y | ||
484 | # CONFIG_CFG80211_REG_DEBUG is not set | ||
485 | CONFIG_NL80211=y | ||
486 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
487 | CONFIG_WIRELESS_EXT=y | ||
488 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
489 | # CONFIG_LIB80211 is not set | ||
490 | CONFIG_MAC80211=m | ||
491 | |||
492 | # | ||
493 | # Rate control algorithm selection | ||
494 | # | ||
495 | CONFIG_MAC80211_RC_PID=y | ||
496 | # CONFIG_MAC80211_RC_MINSTREL is not set | ||
497 | CONFIG_MAC80211_RC_DEFAULT_PID=y | ||
498 | # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set | ||
499 | CONFIG_MAC80211_RC_DEFAULT="pid" | ||
500 | # CONFIG_MAC80211_MESH is not set | ||
501 | # CONFIG_MAC80211_LEDS is not set | ||
502 | # CONFIG_MAC80211_DEBUGFS is not set | ||
503 | # CONFIG_MAC80211_DEBUG_MENU is not set | ||
504 | # CONFIG_WIMAX is not set | ||
505 | # CONFIG_RFKILL is not set | ||
506 | # CONFIG_NET_9P is not set | ||
507 | |||
508 | # | ||
509 | # Device Drivers | ||
510 | # | ||
511 | |||
512 | # | ||
513 | # Generic Driver Options | ||
514 | # | ||
515 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
516 | CONFIG_STANDALONE=y | ||
517 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
518 | CONFIG_FW_LOADER=y | ||
519 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
520 | CONFIG_EXTRA_FIRMWARE="" | ||
521 | # CONFIG_DEBUG_DRIVER is not set | ||
522 | # CONFIG_DEBUG_DEVRES is not set | ||
523 | # CONFIG_SYS_HYPERVISOR is not set | ||
524 | # CONFIG_CONNECTOR is not set | ||
525 | CONFIG_MTD=y | ||
526 | # CONFIG_MTD_DEBUG is not set | ||
527 | CONFIG_MTD_CONCAT=y | ||
528 | CONFIG_MTD_PARTITIONS=y | ||
529 | # CONFIG_MTD_TESTS is not set | ||
530 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
531 | CONFIG_MTD_CMDLINE_PARTS=y | ||
532 | # CONFIG_MTD_AFS_PARTS is not set | ||
533 | # CONFIG_MTD_AR7_PARTS is not set | ||
534 | |||
535 | # | ||
536 | # User Modules And Translation Layers | ||
537 | # | ||
538 | CONFIG_MTD_CHAR=y | ||
539 | CONFIG_MTD_BLKDEVS=y | ||
540 | CONFIG_MTD_BLOCK=y | ||
541 | # CONFIG_FTL is not set | ||
542 | # CONFIG_NFTL is not set | ||
543 | # CONFIG_INFTL is not set | ||
544 | # CONFIG_RFD_FTL is not set | ||
545 | # CONFIG_SSFDC is not set | ||
546 | CONFIG_MTD_OOPS=y | ||
547 | |||
548 | # | ||
549 | # RAM/ROM/Flash chip drivers | ||
550 | # | ||
551 | CONFIG_MTD_CFI=y | ||
552 | # CONFIG_MTD_JEDECPROBE is not set | ||
553 | CONFIG_MTD_GEN_PROBE=y | ||
554 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
555 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
556 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
557 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
558 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
559 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
560 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
561 | CONFIG_MTD_CFI_I1=y | ||
562 | CONFIG_MTD_CFI_I2=y | ||
563 | # CONFIG_MTD_CFI_I4 is not set | ||
564 | # CONFIG_MTD_CFI_I8 is not set | ||
565 | CONFIG_MTD_CFI_INTELEXT=y | ||
566 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
567 | # CONFIG_MTD_CFI_STAA is not set | ||
568 | CONFIG_MTD_CFI_UTIL=y | ||
569 | # CONFIG_MTD_RAM is not set | ||
570 | # CONFIG_MTD_ROM is not set | ||
571 | # CONFIG_MTD_ABSENT is not set | ||
572 | |||
573 | # | ||
574 | # Mapping drivers for chip access | ||
575 | # | ||
576 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
577 | # CONFIG_MTD_PHYSMAP is not set | ||
578 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
579 | # CONFIG_MTD_OMAP_NOR is not set | ||
580 | # CONFIG_MTD_PLATRAM is not set | ||
581 | |||
582 | # | ||
583 | # Self-contained MTD device drivers | ||
584 | # | ||
585 | # CONFIG_MTD_DATAFLASH is not set | ||
586 | # CONFIG_MTD_M25P80 is not set | ||
587 | # CONFIG_MTD_SLRAM is not set | ||
588 | # CONFIG_MTD_PHRAM is not set | ||
589 | # CONFIG_MTD_MTDRAM is not set | ||
590 | # CONFIG_MTD_BLOCK2MTD is not set | ||
591 | |||
592 | # | ||
593 | # Disk-On-Chip Device Drivers | ||
594 | # | ||
595 | # CONFIG_MTD_DOC2000 is not set | ||
596 | # CONFIG_MTD_DOC2001 is not set | ||
597 | # CONFIG_MTD_DOC2001PLUS is not set | ||
598 | # CONFIG_MTD_NAND is not set | ||
599 | CONFIG_MTD_ONENAND=y | ||
600 | # CONFIG_MTD_ONENAND_VERIFY_WRITE is not set | ||
601 | # CONFIG_MTD_ONENAND_GENERIC is not set | ||
602 | CONFIG_MTD_ONENAND_OMAP2=y | ||
603 | # CONFIG_MTD_ONENAND_OTP is not set | ||
604 | # CONFIG_MTD_ONENAND_2X_PROGRAM is not set | ||
605 | # CONFIG_MTD_ONENAND_SIM is not set | ||
606 | |||
607 | # | ||
608 | # LPDDR flash memory drivers | ||
609 | # | ||
610 | # CONFIG_MTD_LPDDR is not set | ||
611 | |||
612 | # | ||
613 | # UBI - Unsorted block images | ||
614 | # | ||
615 | CONFIG_MTD_UBI=y | ||
616 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
617 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
618 | # CONFIG_MTD_UBI_GLUEBI is not set | ||
619 | |||
620 | # | ||
621 | # UBI debugging options | ||
622 | # | ||
623 | # CONFIG_MTD_UBI_DEBUG is not set | ||
624 | # CONFIG_PARPORT is not set | ||
625 | CONFIG_BLK_DEV=y | ||
626 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
627 | CONFIG_BLK_DEV_LOOP=y | ||
628 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
629 | # CONFIG_BLK_DEV_NBD is not set | ||
630 | # CONFIG_BLK_DEV_UB is not set | ||
631 | CONFIG_BLK_DEV_RAM=y | ||
632 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
633 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
634 | # CONFIG_BLK_DEV_XIP is not set | ||
635 | # CONFIG_CDROM_PKTCDVD is not set | ||
636 | # CONFIG_ATA_OVER_ETH is not set | ||
637 | CONFIG_MISC_DEVICES=y | ||
638 | # CONFIG_ICS932S401 is not set | ||
639 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
640 | # CONFIG_C2PORT is not set | ||
641 | |||
642 | # | ||
643 | # EEPROM support | ||
644 | # | ||
645 | # CONFIG_EEPROM_AT24 is not set | ||
646 | # CONFIG_EEPROM_AT25 is not set | ||
647 | # CONFIG_EEPROM_LEGACY is not set | ||
648 | # CONFIG_EEPROM_93CX6 is not set | ||
649 | CONFIG_HAVE_IDE=y | ||
650 | # CONFIG_IDE is not set | ||
651 | |||
652 | # | ||
653 | # SCSI device support | ||
654 | # | ||
655 | # CONFIG_RAID_ATTRS is not set | ||
656 | CONFIG_SCSI=m | ||
657 | CONFIG_SCSI_DMA=y | ||
658 | # CONFIG_SCSI_TGT is not set | ||
659 | # CONFIG_SCSI_NETLINK is not set | ||
660 | CONFIG_SCSI_PROC_FS=y | ||
661 | |||
662 | # | ||
663 | # SCSI support type (disk, tape, CD-ROM) | ||
664 | # | ||
665 | CONFIG_BLK_DEV_SD=m | ||
666 | # CONFIG_CHR_DEV_ST is not set | ||
667 | # CONFIG_CHR_DEV_OSST is not set | ||
668 | # CONFIG_BLK_DEV_SR is not set | ||
669 | # CONFIG_CHR_DEV_SG is not set | ||
670 | # CONFIG_CHR_DEV_SCH is not set | ||
671 | |||
672 | # | ||
673 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
674 | # | ||
675 | CONFIG_SCSI_MULTI_LUN=y | ||
676 | # CONFIG_SCSI_CONSTANTS is not set | ||
677 | # CONFIG_SCSI_LOGGING is not set | ||
678 | CONFIG_SCSI_SCAN_ASYNC=y | ||
679 | CONFIG_SCSI_WAIT_SCAN=m | ||
680 | |||
681 | # | ||
682 | # SCSI Transports | ||
683 | # | ||
684 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
685 | # CONFIG_SCSI_FC_ATTRS is not set | ||
686 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
687 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
688 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
689 | CONFIG_SCSI_LOWLEVEL=y | ||
690 | # CONFIG_ISCSI_TCP is not set | ||
691 | # CONFIG_LIBFC is not set | ||
692 | # CONFIG_SCSI_DEBUG is not set | ||
693 | # CONFIG_SCSI_DH is not set | ||
694 | # CONFIG_ATA is not set | ||
695 | # CONFIG_MD is not set | ||
696 | CONFIG_NETDEVICES=y | ||
697 | # CONFIG_DUMMY is not set | ||
698 | # CONFIG_BONDING is not set | ||
699 | # CONFIG_MACVLAN is not set | ||
700 | # CONFIG_EQUALIZER is not set | ||
701 | CONFIG_TUN=m | ||
702 | # CONFIG_VETH is not set | ||
703 | # CONFIG_PHYLIB is not set | ||
704 | CONFIG_NET_ETHERNET=y | ||
705 | CONFIG_MII=m | ||
706 | # CONFIG_AX88796 is not set | ||
707 | CONFIG_SMC91X=m | ||
708 | # CONFIG_DM9000 is not set | ||
709 | # CONFIG_ENC28J60 is not set | ||
710 | # CONFIG_SMC911X is not set | ||
711 | # CONFIG_SMSC911X is not set | ||
712 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
713 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
714 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
715 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
716 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
717 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
718 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
719 | # CONFIG_B44 is not set | ||
720 | # CONFIG_NETDEV_1000 is not set | ||
721 | # CONFIG_NETDEV_10000 is not set | ||
722 | |||
723 | # | ||
724 | # Wireless LAN | ||
725 | # | ||
726 | # CONFIG_WLAN_PRE80211 is not set | ||
727 | CONFIG_WLAN_80211=y | ||
728 | # CONFIG_LIBERTAS is not set | ||
729 | # CONFIG_LIBERTAS_THINFIRM is not set | ||
730 | # CONFIG_USB_ZD1201 is not set | ||
731 | # CONFIG_USB_NET_RNDIS_WLAN is not set | ||
732 | # CONFIG_RTL8187 is not set | ||
733 | # CONFIG_MAC80211_HWSIM is not set | ||
734 | # CONFIG_P54_COMMON is not set | ||
735 | # CONFIG_IWLWIFI_LEDS is not set | ||
736 | # CONFIG_HOSTAP is not set | ||
737 | # CONFIG_B43 is not set | ||
738 | # CONFIG_B43LEGACY is not set | ||
739 | # CONFIG_ZD1211RW is not set | ||
740 | # CONFIG_RT2X00 is not set | ||
741 | |||
742 | # | ||
743 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
744 | # | ||
745 | |||
746 | # | ||
747 | # USB Network Adapters | ||
748 | # | ||
749 | # CONFIG_USB_CATC is not set | ||
750 | # CONFIG_USB_KAWETH is not set | ||
751 | # CONFIG_USB_PEGASUS is not set | ||
752 | # CONFIG_USB_RTL8150 is not set | ||
753 | # CONFIG_USB_USBNET is not set | ||
754 | # CONFIG_WAN is not set | ||
755 | # CONFIG_PPP is not set | ||
756 | # CONFIG_SLIP is not set | ||
757 | # CONFIG_NETCONSOLE is not set | ||
758 | # CONFIG_NETPOLL is not set | ||
759 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
760 | # CONFIG_ISDN is not set | ||
761 | |||
762 | # | ||
763 | # Input device support | ||
764 | # | ||
765 | CONFIG_INPUT=y | ||
766 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
767 | # CONFIG_INPUT_POLLDEV is not set | ||
768 | |||
769 | # | ||
770 | # Userland interfaces | ||
771 | # | ||
772 | # CONFIG_INPUT_MOUSEDEV is not set | ||
773 | # CONFIG_INPUT_JOYDEV is not set | ||
774 | CONFIG_INPUT_EVDEV=y | ||
775 | # CONFIG_INPUT_EVBUG is not set | ||
776 | |||
777 | # | ||
778 | # Input Device Drivers | ||
779 | # | ||
780 | CONFIG_INPUT_KEYBOARD=y | ||
781 | # CONFIG_KEYBOARD_ATKBD is not set | ||
782 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
783 | # CONFIG_KEYBOARD_LKKBD is not set | ||
784 | # CONFIG_KEYBOARD_XTKBD is not set | ||
785 | # CONFIG_KEYBOARD_NEWTON is not set | ||
786 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
787 | # CONFIG_KEYBOARD_GPIO is not set | ||
788 | # CONFIG_INPUT_MOUSE is not set | ||
789 | # CONFIG_INPUT_JOYSTICK is not set | ||
790 | # CONFIG_INPUT_TABLET is not set | ||
791 | CONFIG_INPUT_TOUCHSCREEN=y | ||
792 | # CONFIG_TOUCHSCREEN_ADS7846 is not set | ||
793 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
794 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
795 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
796 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
797 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
798 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
799 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
800 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
801 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
802 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
803 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
804 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
805 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
806 | CONFIG_INPUT_MISC=y | ||
807 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
808 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
809 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
810 | # CONFIG_INPUT_POWERMATE is not set | ||
811 | # CONFIG_INPUT_YEALINK is not set | ||
812 | # CONFIG_INPUT_CM109 is not set | ||
813 | CONFIG_INPUT_UINPUT=m | ||
814 | |||
815 | # | ||
816 | # Hardware I/O ports | ||
817 | # | ||
818 | # CONFIG_SERIO is not set | ||
819 | # CONFIG_GAMEPORT is not set | ||
820 | |||
821 | # | ||
822 | # Character devices | ||
823 | # | ||
824 | CONFIG_VT=y | ||
825 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
826 | CONFIG_VT_CONSOLE=y | ||
827 | CONFIG_HW_CONSOLE=y | ||
828 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
829 | CONFIG_DEVKMEM=y | ||
830 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
831 | |||
832 | # | ||
833 | # Serial drivers | ||
834 | # | ||
835 | CONFIG_SERIAL_8250=y | ||
836 | CONFIG_SERIAL_8250_CONSOLE=y | ||
837 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
838 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
839 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
840 | |||
841 | # | ||
842 | # Non-8250 serial port support | ||
843 | # | ||
844 | CONFIG_SERIAL_CORE=y | ||
845 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
846 | CONFIG_UNIX98_PTYS=y | ||
847 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
848 | # CONFIG_LEGACY_PTYS is not set | ||
849 | # CONFIG_IPMI_HANDLER is not set | ||
850 | CONFIG_HW_RANDOM=m | ||
851 | # CONFIG_R3964 is not set | ||
852 | # CONFIG_RAW_DRIVER is not set | ||
853 | # CONFIG_TCG_TPM is not set | ||
854 | CONFIG_I2C=y | ||
855 | CONFIG_I2C_BOARDINFO=y | ||
856 | CONFIG_I2C_CHARDEV=y | ||
857 | CONFIG_I2C_HELPER_AUTO=y | ||
858 | |||
859 | # | ||
860 | # I2C Hardware Bus support | ||
861 | # | ||
862 | |||
863 | # | ||
864 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
865 | # | ||
866 | # CONFIG_I2C_GPIO is not set | ||
867 | # CONFIG_I2C_OCORES is not set | ||
868 | CONFIG_I2C_OMAP=y | ||
869 | # CONFIG_I2C_SIMTEC is not set | ||
870 | |||
871 | # | ||
872 | # External I2C/SMBus adapter drivers | ||
873 | # | ||
874 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
875 | # CONFIG_I2C_TAOS_EVM is not set | ||
876 | # CONFIG_I2C_TINY_USB is not set | ||
877 | |||
878 | # | ||
879 | # Other I2C/SMBus bus drivers | ||
880 | # | ||
881 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
882 | # CONFIG_I2C_STUB is not set | ||
883 | |||
884 | # | ||
885 | # Miscellaneous I2C Chip support | ||
886 | # | ||
887 | # CONFIG_DS1682 is not set | ||
888 | # CONFIG_SENSORS_PCF8574 is not set | ||
889 | # CONFIG_PCF8575 is not set | ||
890 | # CONFIG_SENSORS_PCA9539 is not set | ||
891 | # CONFIG_SENSORS_PCF8591 is not set | ||
892 | # CONFIG_SENSORS_MAX6875 is not set | ||
893 | # CONFIG_SENSORS_TSL2550 is not set | ||
894 | # CONFIG_I2C_DEBUG_CORE is not set | ||
895 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
896 | # CONFIG_I2C_DEBUG_BUS is not set | ||
897 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
898 | CONFIG_SPI=y | ||
899 | # CONFIG_SPI_DEBUG is not set | ||
900 | CONFIG_SPI_MASTER=y | ||
901 | |||
902 | # | ||
903 | # SPI Master Controller Drivers | ||
904 | # | ||
905 | # CONFIG_SPI_BITBANG is not set | ||
906 | # CONFIG_SPI_GPIO is not set | ||
907 | CONFIG_SPI_OMAP24XX=y | ||
908 | |||
909 | # | ||
910 | # SPI Protocol Masters | ||
911 | # | ||
912 | # CONFIG_SPI_SPIDEV is not set | ||
913 | # CONFIG_SPI_TLE62X0 is not set | ||
914 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
915 | CONFIG_GPIOLIB=y | ||
916 | # CONFIG_DEBUG_GPIO is not set | ||
917 | CONFIG_GPIO_SYSFS=y | ||
918 | |||
919 | # | ||
920 | # Memory mapped GPIO expanders: | ||
921 | # | ||
922 | |||
923 | # | ||
924 | # I2C GPIO expanders: | ||
925 | # | ||
926 | # CONFIG_GPIO_MAX732X is not set | ||
927 | # CONFIG_GPIO_PCA953X is not set | ||
928 | # CONFIG_GPIO_PCF857X is not set | ||
929 | CONFIG_GPIO_TWL4030=y | ||
930 | |||
931 | # | ||
932 | # PCI GPIO expanders: | ||
933 | # | ||
934 | |||
935 | # | ||
936 | # SPI GPIO expanders: | ||
937 | # | ||
938 | # CONFIG_GPIO_MAX7301 is not set | ||
939 | # CONFIG_GPIO_MCP23S08 is not set | ||
940 | # CONFIG_W1 is not set | ||
941 | # CONFIG_POWER_SUPPLY is not set | ||
942 | CONFIG_HWMON=y | ||
943 | # CONFIG_HWMON_VID is not set | ||
944 | # CONFIG_SENSORS_AD7414 is not set | ||
945 | # CONFIG_SENSORS_AD7418 is not set | ||
946 | # CONFIG_SENSORS_ADCXX is not set | ||
947 | # CONFIG_SENSORS_ADM1021 is not set | ||
948 | # CONFIG_SENSORS_ADM1025 is not set | ||
949 | # CONFIG_SENSORS_ADM1026 is not set | ||
950 | # CONFIG_SENSORS_ADM1029 is not set | ||
951 | # CONFIG_SENSORS_ADM1031 is not set | ||
952 | # CONFIG_SENSORS_ADM9240 is not set | ||
953 | # CONFIG_SENSORS_ADT7462 is not set | ||
954 | # CONFIG_SENSORS_ADT7470 is not set | ||
955 | # CONFIG_SENSORS_ADT7473 is not set | ||
956 | # CONFIG_SENSORS_ADT7475 is not set | ||
957 | # CONFIG_SENSORS_ATXP1 is not set | ||
958 | # CONFIG_SENSORS_DS1621 is not set | ||
959 | # CONFIG_SENSORS_F71805F is not set | ||
960 | # CONFIG_SENSORS_F71882FG is not set | ||
961 | # CONFIG_SENSORS_F75375S is not set | ||
962 | # CONFIG_SENSORS_GL518SM is not set | ||
963 | # CONFIG_SENSORS_GL520SM is not set | ||
964 | # CONFIG_SENSORS_IT87 is not set | ||
965 | # CONFIG_SENSORS_LM63 is not set | ||
966 | # CONFIG_SENSORS_LM70 is not set | ||
967 | # CONFIG_SENSORS_LM75 is not set | ||
968 | # CONFIG_SENSORS_LM77 is not set | ||
969 | # CONFIG_SENSORS_LM78 is not set | ||
970 | # CONFIG_SENSORS_LM80 is not set | ||
971 | # CONFIG_SENSORS_LM83 is not set | ||
972 | # CONFIG_SENSORS_LM85 is not set | ||
973 | # CONFIG_SENSORS_LM87 is not set | ||
974 | # CONFIG_SENSORS_LM90 is not set | ||
975 | # CONFIG_SENSORS_LM92 is not set | ||
976 | # CONFIG_SENSORS_LM93 is not set | ||
977 | # CONFIG_SENSORS_LTC4245 is not set | ||
978 | # CONFIG_SENSORS_MAX1111 is not set | ||
979 | # CONFIG_SENSORS_MAX1619 is not set | ||
980 | # CONFIG_SENSORS_MAX6650 is not set | ||
981 | # CONFIG_SENSORS_PC87360 is not set | ||
982 | # CONFIG_SENSORS_PC87427 is not set | ||
983 | # CONFIG_SENSORS_DME1737 is not set | ||
984 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
985 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
986 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
987 | # CONFIG_SENSORS_ADS7828 is not set | ||
988 | # CONFIG_SENSORS_THMC50 is not set | ||
989 | # CONFIG_SENSORS_VT1211 is not set | ||
990 | # CONFIG_SENSORS_W83781D is not set | ||
991 | # CONFIG_SENSORS_W83791D is not set | ||
992 | # CONFIG_SENSORS_W83792D is not set | ||
993 | # CONFIG_SENSORS_W83793 is not set | ||
994 | # CONFIG_SENSORS_W83L785TS is not set | ||
995 | # CONFIG_SENSORS_W83L786NG is not set | ||
996 | # CONFIG_SENSORS_W83627HF is not set | ||
997 | # CONFIG_SENSORS_W83627EHF is not set | ||
998 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
999 | # CONFIG_THERMAL is not set | ||
1000 | # CONFIG_THERMAL_HWMON is not set | ||
1001 | CONFIG_WATCHDOG=y | ||
1002 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1003 | |||
1004 | # | ||
1005 | # Watchdog Device Drivers | ||
1006 | # | ||
1007 | # CONFIG_SOFT_WATCHDOG is not set | ||
1008 | CONFIG_OMAP_WATCHDOG=m | ||
1009 | |||
1010 | # | ||
1011 | # USB-based Watchdog Cards | ||
1012 | # | ||
1013 | # CONFIG_USBPCWATCHDOG is not set | ||
1014 | CONFIG_SSB_POSSIBLE=y | ||
1015 | |||
1016 | # | ||
1017 | # Sonics Silicon Backplane | ||
1018 | # | ||
1019 | # CONFIG_SSB is not set | ||
1020 | |||
1021 | # | ||
1022 | # Multifunction device drivers | ||
1023 | # | ||
1024 | # CONFIG_MFD_CORE is not set | ||
1025 | # CONFIG_MFD_SM501 is not set | ||
1026 | # CONFIG_MFD_ASIC3 is not set | ||
1027 | # CONFIG_HTC_EGPIO is not set | ||
1028 | # CONFIG_HTC_PASIC3 is not set | ||
1029 | # CONFIG_TPS65010 is not set | ||
1030 | CONFIG_TWL4030_CORE=y | ||
1031 | # CONFIG_MFD_TMIO is not set | ||
1032 | # CONFIG_MFD_T7L66XB is not set | ||
1033 | # CONFIG_MFD_TC6387XB is not set | ||
1034 | # CONFIG_MFD_TC6393XB is not set | ||
1035 | # CONFIG_PMIC_DA903X is not set | ||
1036 | # CONFIG_MFD_WM8400 is not set | ||
1037 | # CONFIG_MFD_WM8350_I2C is not set | ||
1038 | # CONFIG_MFD_PCF50633 is not set | ||
1039 | |||
1040 | # | ||
1041 | # Multimedia devices | ||
1042 | # | ||
1043 | |||
1044 | # | ||
1045 | # Multimedia core support | ||
1046 | # | ||
1047 | CONFIG_VIDEO_DEV=m | ||
1048 | CONFIG_VIDEO_V4L2_COMMON=m | ||
1049 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1050 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1051 | # CONFIG_DVB_CORE is not set | ||
1052 | CONFIG_VIDEO_MEDIA=m | ||
1053 | |||
1054 | # | ||
1055 | # Multimedia drivers | ||
1056 | # | ||
1057 | # CONFIG_MEDIA_ATTACH is not set | ||
1058 | CONFIG_MEDIA_TUNER=m | ||
1059 | # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set | ||
1060 | CONFIG_MEDIA_TUNER_SIMPLE=m | ||
1061 | CONFIG_MEDIA_TUNER_TDA8290=m | ||
1062 | CONFIG_MEDIA_TUNER_TDA9887=m | ||
1063 | CONFIG_MEDIA_TUNER_TEA5761=m | ||
1064 | CONFIG_MEDIA_TUNER_TEA5767=m | ||
1065 | CONFIG_MEDIA_TUNER_MT20XX=m | ||
1066 | CONFIG_MEDIA_TUNER_XC2028=m | ||
1067 | CONFIG_MEDIA_TUNER_XC5000=m | ||
1068 | CONFIG_VIDEO_V4L2=m | ||
1069 | CONFIG_VIDEO_V4L1=m | ||
1070 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1071 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1072 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1073 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y | ||
1074 | # CONFIG_VIDEO_VIVI is not set | ||
1075 | # CONFIG_VIDEO_CPIA is not set | ||
1076 | # CONFIG_VIDEO_CPIA2 is not set | ||
1077 | # CONFIG_VIDEO_SAA5246A is not set | ||
1078 | # CONFIG_VIDEO_SAA5249 is not set | ||
1079 | # CONFIG_SOC_CAMERA is not set | ||
1080 | CONFIG_V4L_USB_DRIVERS=y | ||
1081 | # CONFIG_USB_VIDEO_CLASS is not set | ||
1082 | # CONFIG_USB_GSPCA is not set | ||
1083 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
1084 | # CONFIG_VIDEO_EM28XX is not set | ||
1085 | # CONFIG_VIDEO_USBVISION is not set | ||
1086 | # CONFIG_USB_VICAM is not set | ||
1087 | # CONFIG_USB_IBMCAM is not set | ||
1088 | # CONFIG_USB_KONICAWC is not set | ||
1089 | # CONFIG_USB_QUICKCAM_MESSENGER is not set | ||
1090 | # CONFIG_USB_ET61X251 is not set | ||
1091 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
1092 | # CONFIG_USB_OV511 is not set | ||
1093 | # CONFIG_USB_SE401 is not set | ||
1094 | # CONFIG_USB_SN9C102 is not set | ||
1095 | # CONFIG_USB_STV680 is not set | ||
1096 | # CONFIG_USB_ZC0301 is not set | ||
1097 | # CONFIG_USB_PWC is not set | ||
1098 | # CONFIG_USB_ZR364XX is not set | ||
1099 | # CONFIG_USB_STKWEBCAM is not set | ||
1100 | # CONFIG_USB_S2255 is not set | ||
1101 | CONFIG_RADIO_ADAPTERS=y | ||
1102 | # CONFIG_USB_DSBR is not set | ||
1103 | # CONFIG_USB_SI470X is not set | ||
1104 | # CONFIG_USB_MR800 is not set | ||
1105 | # CONFIG_RADIO_TEA5764 is not set | ||
1106 | # CONFIG_DAB is not set | ||
1107 | |||
1108 | # | ||
1109 | # Graphics support | ||
1110 | # | ||
1111 | # CONFIG_VGASTATE is not set | ||
1112 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1113 | # CONFIG_FB is not set | ||
1114 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1115 | |||
1116 | # | ||
1117 | # Display device support | ||
1118 | # | ||
1119 | CONFIG_DISPLAY_SUPPORT=y | ||
1120 | |||
1121 | # | ||
1122 | # Display hardware drivers | ||
1123 | # | ||
1124 | |||
1125 | # | ||
1126 | # Console display driver support | ||
1127 | # | ||
1128 | # CONFIG_VGA_CONSOLE is not set | ||
1129 | CONFIG_DUMMY_CONSOLE=y | ||
1130 | CONFIG_SOUND=y | ||
1131 | # CONFIG_SOUND_OSS_CORE is not set | ||
1132 | CONFIG_SND=y | ||
1133 | CONFIG_SND_TIMER=y | ||
1134 | CONFIG_SND_PCM=y | ||
1135 | # CONFIG_SND_SEQUENCER is not set | ||
1136 | # CONFIG_SND_MIXER_OSS is not set | ||
1137 | # CONFIG_SND_PCM_OSS is not set | ||
1138 | # CONFIG_SND_HRTIMER is not set | ||
1139 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1140 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1141 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1142 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1143 | # CONFIG_SND_DEBUG is not set | ||
1144 | CONFIG_SND_DRIVERS=y | ||
1145 | # CONFIG_SND_DUMMY is not set | ||
1146 | # CONFIG_SND_MTPAV is not set | ||
1147 | # CONFIG_SND_SERIAL_U16550 is not set | ||
1148 | # CONFIG_SND_MPU401 is not set | ||
1149 | CONFIG_SND_ARM=y | ||
1150 | CONFIG_SND_SPI=y | ||
1151 | # CONFIG_SND_USB is not set | ||
1152 | CONFIG_SND_SOC=y | ||
1153 | CONFIG_SND_OMAP_SOC=y | ||
1154 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1155 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1156 | # CONFIG_SOUND_PRIME is not set | ||
1157 | CONFIG_HID_SUPPORT=y | ||
1158 | CONFIG_HID=m | ||
1159 | # CONFIG_HID_DEBUG is not set | ||
1160 | # CONFIG_HIDRAW is not set | ||
1161 | |||
1162 | # | ||
1163 | # USB Input Devices | ||
1164 | # | ||
1165 | CONFIG_USB_HID=m | ||
1166 | # CONFIG_HID_PID is not set | ||
1167 | # CONFIG_USB_HIDDEV is not set | ||
1168 | |||
1169 | # | ||
1170 | # USB HID Boot Protocol drivers | ||
1171 | # | ||
1172 | # CONFIG_USB_KBD is not set | ||
1173 | # CONFIG_USB_MOUSE is not set | ||
1174 | |||
1175 | # | ||
1176 | # Special HID drivers | ||
1177 | # | ||
1178 | CONFIG_HID_COMPAT=y | ||
1179 | CONFIG_HID_A4TECH=m | ||
1180 | CONFIG_HID_APPLE=m | ||
1181 | CONFIG_HID_BELKIN=m | ||
1182 | CONFIG_HID_CHERRY=m | ||
1183 | CONFIG_HID_CHICONY=m | ||
1184 | CONFIG_HID_CYPRESS=m | ||
1185 | CONFIG_HID_EZKEY=m | ||
1186 | CONFIG_HID_GYRATION=m | ||
1187 | CONFIG_HID_LOGITECH=m | ||
1188 | # CONFIG_LOGITECH_FF is not set | ||
1189 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1190 | CONFIG_HID_MICROSOFT=m | ||
1191 | CONFIG_HID_MONTEREY=m | ||
1192 | # CONFIG_HID_NTRIG is not set | ||
1193 | CONFIG_HID_PANTHERLORD=m | ||
1194 | # CONFIG_PANTHERLORD_FF is not set | ||
1195 | CONFIG_HID_PETALYNX=m | ||
1196 | CONFIG_HID_SAMSUNG=m | ||
1197 | CONFIG_HID_SONY=m | ||
1198 | CONFIG_HID_SUNPLUS=m | ||
1199 | # CONFIG_GREENASIA_FF is not set | ||
1200 | # CONFIG_HID_TOPSEED is not set | ||
1201 | # CONFIG_THRUSTMASTER_FF is not set | ||
1202 | # CONFIG_ZEROPLUS_FF is not set | ||
1203 | CONFIG_USB_SUPPORT=y | ||
1204 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1205 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1206 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1207 | CONFIG_USB=y | ||
1208 | CONFIG_USB_DEBUG=y | ||
1209 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1210 | |||
1211 | # | ||
1212 | # Miscellaneous USB options | ||
1213 | # | ||
1214 | CONFIG_USB_DEVICEFS=y | ||
1215 | CONFIG_USB_DEVICE_CLASS=y | ||
1216 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1217 | CONFIG_USB_SUSPEND=y | ||
1218 | CONFIG_USB_OTG=y | ||
1219 | CONFIG_USB_OTG_WHITELIST=y | ||
1220 | CONFIG_USB_OTG_BLACKLIST_HUB=y | ||
1221 | CONFIG_USB_MON=y | ||
1222 | # CONFIG_USB_WUSB is not set | ||
1223 | # CONFIG_USB_WUSB_CBAF is not set | ||
1224 | |||
1225 | # | ||
1226 | # USB Host Controller Drivers | ||
1227 | # | ||
1228 | # CONFIG_USB_C67X00_HCD is not set | ||
1229 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1230 | # CONFIG_USB_ISP116X_HCD is not set | ||
1231 | # CONFIG_USB_OHCI_HCD is not set | ||
1232 | # CONFIG_USB_SL811_HCD is not set | ||
1233 | # CONFIG_USB_R8A66597_HCD is not set | ||
1234 | # CONFIG_USB_HWA_HCD is not set | ||
1235 | CONFIG_USB_MUSB_HDRC=y | ||
1236 | CONFIG_USB_MUSB_SOC=y | ||
1237 | |||
1238 | # | ||
1239 | # OMAP 343x high speed USB support | ||
1240 | # | ||
1241 | # CONFIG_USB_MUSB_HOST is not set | ||
1242 | # CONFIG_USB_MUSB_PERIPHERAL is not set | ||
1243 | CONFIG_USB_MUSB_OTG=y | ||
1244 | CONFIG_USB_GADGET_MUSB_HDRC=y | ||
1245 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1246 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1247 | CONFIG_USB_INVENTRA_DMA=y | ||
1248 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1249 | # CONFIG_USB_MUSB_DEBUG is not set | ||
1250 | |||
1251 | # | ||
1252 | # USB Device Class drivers | ||
1253 | # | ||
1254 | # CONFIG_USB_ACM is not set | ||
1255 | # CONFIG_USB_PRINTER is not set | ||
1256 | # CONFIG_USB_WDM is not set | ||
1257 | # CONFIG_USB_TMC is not set | ||
1258 | |||
1259 | # | ||
1260 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1261 | # | ||
1262 | |||
1263 | # | ||
1264 | # see USB_STORAGE Help for more information | ||
1265 | # | ||
1266 | CONFIG_USB_STORAGE=m | ||
1267 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1268 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1269 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1270 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1271 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1272 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1273 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1274 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1275 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1276 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1277 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1278 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1279 | CONFIG_USB_LIBUSUAL=y | ||
1280 | |||
1281 | # | ||
1282 | # USB Imaging devices | ||
1283 | # | ||
1284 | # CONFIG_USB_MDC800 is not set | ||
1285 | # CONFIG_USB_MICROTEK is not set | ||
1286 | |||
1287 | # | ||
1288 | # USB port drivers | ||
1289 | # | ||
1290 | # CONFIG_USB_SERIAL is not set | ||
1291 | |||
1292 | # | ||
1293 | # USB Miscellaneous drivers | ||
1294 | # | ||
1295 | # CONFIG_USB_EMI62 is not set | ||
1296 | # CONFIG_USB_EMI26 is not set | ||
1297 | # CONFIG_USB_ADUTUX is not set | ||
1298 | # CONFIG_USB_SEVSEG is not set | ||
1299 | # CONFIG_USB_RIO500 is not set | ||
1300 | # CONFIG_USB_LEGOTOWER is not set | ||
1301 | # CONFIG_USB_LCD is not set | ||
1302 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1303 | # CONFIG_USB_LED is not set | ||
1304 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1305 | # CONFIG_USB_CYTHERM is not set | ||
1306 | # CONFIG_USB_PHIDGET is not set | ||
1307 | # CONFIG_USB_IDMOUSE is not set | ||
1308 | # CONFIG_USB_FTDI_ELAN is not set | ||
1309 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1310 | # CONFIG_USB_LD is not set | ||
1311 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1312 | # CONFIG_USB_IOWARRIOR is not set | ||
1313 | CONFIG_USB_TEST=m | ||
1314 | # CONFIG_USB_ISIGHTFW is not set | ||
1315 | # CONFIG_USB_VST is not set | ||
1316 | CONFIG_USB_GADGET=m | ||
1317 | CONFIG_USB_GADGET_DEBUG=y | ||
1318 | CONFIG_USB_GADGET_DEBUG_FILES=y | ||
1319 | CONFIG_USB_GADGET_DEBUG_FS=y | ||
1320 | CONFIG_USB_GADGET_VBUS_DRAW=2 | ||
1321 | CONFIG_USB_GADGET_SELECTED=y | ||
1322 | # CONFIG_USB_GADGET_AT91 is not set | ||
1323 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | ||
1324 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
1325 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1326 | # CONFIG_USB_GADGET_OMAP is not set | ||
1327 | # CONFIG_USB_GADGET_PXA25X is not set | ||
1328 | # CONFIG_USB_GADGET_PXA27X is not set | ||
1329 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
1330 | # CONFIG_USB_GADGET_IMX is not set | ||
1331 | # CONFIG_USB_GADGET_M66592 is not set | ||
1332 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
1333 | # CONFIG_USB_GADGET_FSL_QE is not set | ||
1334 | # CONFIG_USB_GADGET_CI13XXX is not set | ||
1335 | # CONFIG_USB_GADGET_NET2280 is not set | ||
1336 | # CONFIG_USB_GADGET_GOKU is not set | ||
1337 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1338 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1339 | CONFIG_USB_ZERO=m | ||
1340 | # CONFIG_USB_ZERO_HNPTEST is not set | ||
1341 | # CONFIG_USB_ETH is not set | ||
1342 | # CONFIG_USB_GADGETFS is not set | ||
1343 | CONFIG_USB_FILE_STORAGE=m | ||
1344 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
1345 | # CONFIG_USB_G_SERIAL is not set | ||
1346 | # CONFIG_USB_MIDI_GADGET is not set | ||
1347 | # CONFIG_USB_G_PRINTER is not set | ||
1348 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
1349 | |||
1350 | # | ||
1351 | # OTG and related infrastructure | ||
1352 | # | ||
1353 | CONFIG_USB_OTG_UTILS=y | ||
1354 | # CONFIG_USB_GPIO_VBUS is not set | ||
1355 | # CONFIG_ISP1301_OMAP is not set | ||
1356 | CONFIG_TWL4030_USB=y | ||
1357 | CONFIG_MMC=m | ||
1358 | # CONFIG_MMC_DEBUG is not set | ||
1359 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1360 | |||
1361 | # | ||
1362 | # MMC/SD/SDIO Card Drivers | ||
1363 | # | ||
1364 | CONFIG_MMC_BLOCK=m | ||
1365 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1366 | # CONFIG_SDIO_UART is not set | ||
1367 | # CONFIG_MMC_TEST is not set | ||
1368 | |||
1369 | # | ||
1370 | # MMC/SD/SDIO Host Controller Drivers | ||
1371 | # | ||
1372 | # CONFIG_MMC_SDHCI is not set | ||
1373 | # CONFIG_MMC_OMAP is not set | ||
1374 | CONFIG_MMC_OMAP_HS=m | ||
1375 | # CONFIG_MMC_SPI is not set | ||
1376 | # CONFIG_MEMSTICK is not set | ||
1377 | # CONFIG_ACCESSIBILITY is not set | ||
1378 | CONFIG_NEW_LEDS=y | ||
1379 | CONFIG_LEDS_CLASS=m | ||
1380 | |||
1381 | # | ||
1382 | # LED drivers | ||
1383 | # | ||
1384 | # CONFIG_LEDS_PCA9532 is not set | ||
1385 | # CONFIG_LEDS_GPIO is not set | ||
1386 | # CONFIG_LEDS_PCA955X is not set | ||
1387 | |||
1388 | # | ||
1389 | # LED Triggers | ||
1390 | # | ||
1391 | # CONFIG_LEDS_TRIGGERS is not set | ||
1392 | CONFIG_RTC_LIB=y | ||
1393 | CONFIG_RTC_CLASS=m | ||
1394 | |||
1395 | # | ||
1396 | # RTC interfaces | ||
1397 | # | ||
1398 | CONFIG_RTC_INTF_SYSFS=y | ||
1399 | CONFIG_RTC_INTF_PROC=y | ||
1400 | CONFIG_RTC_INTF_DEV=y | ||
1401 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1402 | # CONFIG_RTC_DRV_TEST is not set | ||
1403 | |||
1404 | # | ||
1405 | # I2C RTC drivers | ||
1406 | # | ||
1407 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1408 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1409 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1410 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1411 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1412 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1413 | # CONFIG_RTC_DRV_X1205 is not set | ||
1414 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1415 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1416 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1417 | CONFIG_RTC_DRV_TWL4030=m | ||
1418 | # CONFIG_RTC_DRV_S35390A is not set | ||
1419 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1420 | # CONFIG_RTC_DRV_RX8581 is not set | ||
1421 | |||
1422 | # | ||
1423 | # SPI RTC drivers | ||
1424 | # | ||
1425 | # CONFIG_RTC_DRV_M41T94 is not set | ||
1426 | # CONFIG_RTC_DRV_DS1305 is not set | ||
1427 | # CONFIG_RTC_DRV_DS1390 is not set | ||
1428 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1429 | # CONFIG_RTC_DRV_R9701 is not set | ||
1430 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1431 | # CONFIG_RTC_DRV_DS3234 is not set | ||
1432 | |||
1433 | # | ||
1434 | # Platform RTC drivers | ||
1435 | # | ||
1436 | # CONFIG_RTC_DRV_CMOS is not set | ||
1437 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1438 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1439 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1440 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1441 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1442 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1443 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1444 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1445 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1446 | # CONFIG_RTC_DRV_V3020 is not set | ||
1447 | |||
1448 | # | ||
1449 | # on-CPU RTC drivers | ||
1450 | # | ||
1451 | # CONFIG_DMADEVICES is not set | ||
1452 | # CONFIG_REGULATOR is not set | ||
1453 | # CONFIG_UIO is not set | ||
1454 | # CONFIG_STAGING is not set | ||
1455 | |||
1456 | # | ||
1457 | # File systems | ||
1458 | # | ||
1459 | CONFIG_EXT2_FS=m | ||
1460 | # CONFIG_EXT2_FS_XATTR is not set | ||
1461 | # CONFIG_EXT2_FS_XIP is not set | ||
1462 | CONFIG_EXT3_FS=m | ||
1463 | # CONFIG_EXT3_FS_XATTR is not set | ||
1464 | # CONFIG_EXT4_FS is not set | ||
1465 | CONFIG_JBD=m | ||
1466 | # CONFIG_JBD_DEBUG is not set | ||
1467 | # CONFIG_REISERFS_FS is not set | ||
1468 | # CONFIG_JFS_FS is not set | ||
1469 | # CONFIG_FS_POSIX_ACL is not set | ||
1470 | CONFIG_FILE_LOCKING=y | ||
1471 | # CONFIG_XFS_FS is not set | ||
1472 | # CONFIG_OCFS2_FS is not set | ||
1473 | # CONFIG_BTRFS_FS is not set | ||
1474 | CONFIG_DNOTIFY=y | ||
1475 | CONFIG_INOTIFY=y | ||
1476 | CONFIG_INOTIFY_USER=y | ||
1477 | CONFIG_QUOTA=y | ||
1478 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set | ||
1479 | CONFIG_PRINT_QUOTA_WARNING=y | ||
1480 | CONFIG_QUOTA_TREE=y | ||
1481 | # CONFIG_QFMT_V1 is not set | ||
1482 | CONFIG_QFMT_V2=y | ||
1483 | CONFIG_QUOTACTL=y | ||
1484 | # CONFIG_AUTOFS_FS is not set | ||
1485 | # CONFIG_AUTOFS4_FS is not set | ||
1486 | CONFIG_FUSE_FS=m | ||
1487 | |||
1488 | # | ||
1489 | # CD-ROM/DVD Filesystems | ||
1490 | # | ||
1491 | # CONFIG_ISO9660_FS is not set | ||
1492 | # CONFIG_UDF_FS is not set | ||
1493 | |||
1494 | # | ||
1495 | # DOS/FAT/NT Filesystems | ||
1496 | # | ||
1497 | CONFIG_FAT_FS=m | ||
1498 | CONFIG_MSDOS_FS=m | ||
1499 | CONFIG_VFAT_FS=m | ||
1500 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1501 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1502 | # CONFIG_NTFS_FS is not set | ||
1503 | |||
1504 | # | ||
1505 | # Pseudo filesystems | ||
1506 | # | ||
1507 | CONFIG_PROC_FS=y | ||
1508 | CONFIG_PROC_SYSCTL=y | ||
1509 | CONFIG_PROC_PAGE_MONITOR=y | ||
1510 | CONFIG_SYSFS=y | ||
1511 | CONFIG_TMPFS=y | ||
1512 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1513 | # CONFIG_HUGETLB_PAGE is not set | ||
1514 | # CONFIG_CONFIGFS_FS is not set | ||
1515 | CONFIG_MISC_FILESYSTEMS=y | ||
1516 | # CONFIG_ADFS_FS is not set | ||
1517 | # CONFIG_AFFS_FS is not set | ||
1518 | # CONFIG_HFS_FS is not set | ||
1519 | # CONFIG_HFSPLUS_FS is not set | ||
1520 | # CONFIG_BEFS_FS is not set | ||
1521 | # CONFIG_BFS_FS is not set | ||
1522 | # CONFIG_EFS_FS is not set | ||
1523 | # CONFIG_JFFS2_FS is not set | ||
1524 | CONFIG_UBIFS_FS=y | ||
1525 | # CONFIG_UBIFS_FS_XATTR is not set | ||
1526 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
1527 | CONFIG_UBIFS_FS_LZO=y | ||
1528 | CONFIG_UBIFS_FS_ZLIB=y | ||
1529 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
1530 | CONFIG_CRAMFS=y | ||
1531 | # CONFIG_SQUASHFS is not set | ||
1532 | # CONFIG_VXFS_FS is not set | ||
1533 | # CONFIG_MINIX_FS is not set | ||
1534 | # CONFIG_OMFS_FS is not set | ||
1535 | # CONFIG_HPFS_FS is not set | ||
1536 | # CONFIG_QNX4FS_FS is not set | ||
1537 | # CONFIG_ROMFS_FS is not set | ||
1538 | # CONFIG_SYSV_FS is not set | ||
1539 | # CONFIG_UFS_FS is not set | ||
1540 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1541 | CONFIG_NFS_FS=m | ||
1542 | CONFIG_NFS_V3=y | ||
1543 | # CONFIG_NFS_V3_ACL is not set | ||
1544 | CONFIG_NFS_V4=y | ||
1545 | # CONFIG_NFSD is not set | ||
1546 | CONFIG_LOCKD=m | ||
1547 | CONFIG_LOCKD_V4=y | ||
1548 | CONFIG_NFS_COMMON=y | ||
1549 | CONFIG_SUNRPC=m | ||
1550 | CONFIG_SUNRPC_GSS=m | ||
1551 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1552 | CONFIG_RPCSEC_GSS_KRB5=m | ||
1553 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1554 | # CONFIG_SMB_FS is not set | ||
1555 | # CONFIG_CIFS is not set | ||
1556 | # CONFIG_NCP_FS is not set | ||
1557 | # CONFIG_CODA_FS is not set | ||
1558 | # CONFIG_AFS_FS is not set | ||
1559 | |||
1560 | # | ||
1561 | # Partition Types | ||
1562 | # | ||
1563 | CONFIG_PARTITION_ADVANCED=y | ||
1564 | # CONFIG_ACORN_PARTITION is not set | ||
1565 | # CONFIG_OSF_PARTITION is not set | ||
1566 | # CONFIG_AMIGA_PARTITION is not set | ||
1567 | # CONFIG_ATARI_PARTITION is not set | ||
1568 | # CONFIG_MAC_PARTITION is not set | ||
1569 | CONFIG_MSDOS_PARTITION=y | ||
1570 | # CONFIG_BSD_DISKLABEL is not set | ||
1571 | # CONFIG_MINIX_SUBPARTITION is not set | ||
1572 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
1573 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
1574 | # CONFIG_LDM_PARTITION is not set | ||
1575 | # CONFIG_SGI_PARTITION is not set | ||
1576 | # CONFIG_ULTRIX_PARTITION is not set | ||
1577 | # CONFIG_SUN_PARTITION is not set | ||
1578 | # CONFIG_KARMA_PARTITION is not set | ||
1579 | # CONFIG_EFI_PARTITION is not set | ||
1580 | # CONFIG_SYSV68_PARTITION is not set | ||
1581 | CONFIG_NLS=y | ||
1582 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1583 | CONFIG_NLS_CODEPAGE_437=y | ||
1584 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1585 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1586 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1587 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1588 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1589 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1590 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1591 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1592 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1593 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1594 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1595 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1596 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1597 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1598 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1599 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1600 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1601 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1602 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1603 | # CONFIG_NLS_ISO8859_8 is not set | ||
1604 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1605 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1606 | # CONFIG_NLS_ASCII is not set | ||
1607 | CONFIG_NLS_ISO8859_1=y | ||
1608 | # CONFIG_NLS_ISO8859_2 is not set | ||
1609 | # CONFIG_NLS_ISO8859_3 is not set | ||
1610 | # CONFIG_NLS_ISO8859_4 is not set | ||
1611 | # CONFIG_NLS_ISO8859_5 is not set | ||
1612 | # CONFIG_NLS_ISO8859_6 is not set | ||
1613 | # CONFIG_NLS_ISO8859_7 is not set | ||
1614 | # CONFIG_NLS_ISO8859_9 is not set | ||
1615 | # CONFIG_NLS_ISO8859_13 is not set | ||
1616 | # CONFIG_NLS_ISO8859_14 is not set | ||
1617 | # CONFIG_NLS_ISO8859_15 is not set | ||
1618 | # CONFIG_NLS_KOI8_R is not set | ||
1619 | # CONFIG_NLS_KOI8_U is not set | ||
1620 | # CONFIG_NLS_UTF8 is not set | ||
1621 | # CONFIG_DLM is not set | ||
1622 | |||
1623 | # | ||
1624 | # Kernel hacking | ||
1625 | # | ||
1626 | CONFIG_PRINTK_TIME=y | ||
1627 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1628 | CONFIG_ENABLE_MUST_CHECK=y | ||
1629 | CONFIG_FRAME_WARN=1024 | ||
1630 | CONFIG_MAGIC_SYSRQ=y | ||
1631 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1632 | CONFIG_DEBUG_FS=y | ||
1633 | # CONFIG_HEADERS_CHECK is not set | ||
1634 | CONFIG_DEBUG_KERNEL=y | ||
1635 | # CONFIG_DEBUG_SHIRQ is not set | ||
1636 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1637 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1638 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1639 | CONFIG_SCHED_DEBUG=y | ||
1640 | # CONFIG_SCHEDSTATS is not set | ||
1641 | CONFIG_TIMER_STATS=y | ||
1642 | # CONFIG_DEBUG_OBJECTS is not set | ||
1643 | # CONFIG_DEBUG_SLAB is not set | ||
1644 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1645 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1646 | CONFIG_DEBUG_SPINLOCK=y | ||
1647 | CONFIG_DEBUG_MUTEXES=y | ||
1648 | CONFIG_DEBUG_LOCK_ALLOC=y | ||
1649 | CONFIG_PROVE_LOCKING=y | ||
1650 | CONFIG_LOCKDEP=y | ||
1651 | CONFIG_LOCK_STAT=y | ||
1652 | # CONFIG_DEBUG_LOCKDEP is not set | ||
1653 | CONFIG_TRACE_IRQFLAGS=y | ||
1654 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
1655 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1656 | CONFIG_STACKTRACE=y | ||
1657 | # CONFIG_DEBUG_KOBJECT is not set | ||
1658 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1659 | CONFIG_DEBUG_INFO=y | ||
1660 | # CONFIG_DEBUG_VM is not set | ||
1661 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1662 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1663 | # CONFIG_DEBUG_LIST is not set | ||
1664 | # CONFIG_DEBUG_SG is not set | ||
1665 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1666 | CONFIG_FRAME_POINTER=y | ||
1667 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1668 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1669 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1670 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
1671 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1672 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1673 | # CONFIG_LKDTM is not set | ||
1674 | # CONFIG_FAULT_INJECTION is not set | ||
1675 | # CONFIG_LATENCYTOP is not set | ||
1676 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1677 | |||
1678 | # | ||
1679 | # Tracers | ||
1680 | # | ||
1681 | # CONFIG_FUNCTION_TRACER is not set | ||
1682 | # CONFIG_IRQSOFF_TRACER is not set | ||
1683 | # CONFIG_SCHED_TRACER is not set | ||
1684 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1685 | # CONFIG_BOOT_TRACER is not set | ||
1686 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1687 | # CONFIG_STACK_TRACER is not set | ||
1688 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1689 | # CONFIG_SAMPLES is not set | ||
1690 | CONFIG_HAVE_ARCH_KGDB=y | ||
1691 | # CONFIG_KGDB is not set | ||
1692 | # CONFIG_DEBUG_USER is not set | ||
1693 | # CONFIG_DEBUG_ERRORS is not set | ||
1694 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1695 | # CONFIG_DEBUG_LL is not set | ||
1696 | |||
1697 | # | ||
1698 | # Security options | ||
1699 | # | ||
1700 | # CONFIG_KEYS is not set | ||
1701 | CONFIG_SECURITY=y | ||
1702 | # CONFIG_SECURITYFS is not set | ||
1703 | # CONFIG_SECURITY_NETWORK is not set | ||
1704 | # CONFIG_SECURITY_PATH is not set | ||
1705 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1706 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1707 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | ||
1708 | CONFIG_CRYPTO=y | ||
1709 | |||
1710 | # | ||
1711 | # Crypto core or helper | ||
1712 | # | ||
1713 | # CONFIG_CRYPTO_FIPS is not set | ||
1714 | CONFIG_CRYPTO_ALGAPI=y | ||
1715 | CONFIG_CRYPTO_ALGAPI2=y | ||
1716 | CONFIG_CRYPTO_AEAD2=y | ||
1717 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1718 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1719 | CONFIG_CRYPTO_HASH=y | ||
1720 | CONFIG_CRYPTO_HASH2=y | ||
1721 | CONFIG_CRYPTO_RNG2=y | ||
1722 | CONFIG_CRYPTO_MANAGER=y | ||
1723 | CONFIG_CRYPTO_MANAGER2=y | ||
1724 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1725 | # CONFIG_CRYPTO_NULL is not set | ||
1726 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1727 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1728 | # CONFIG_CRYPTO_TEST is not set | ||
1729 | |||
1730 | # | ||
1731 | # Authenticated Encryption with Associated Data | ||
1732 | # | ||
1733 | # CONFIG_CRYPTO_CCM is not set | ||
1734 | # CONFIG_CRYPTO_GCM is not set | ||
1735 | # CONFIG_CRYPTO_SEQIV is not set | ||
1736 | |||
1737 | # | ||
1738 | # Block modes | ||
1739 | # | ||
1740 | CONFIG_CRYPTO_CBC=y | ||
1741 | # CONFIG_CRYPTO_CTR is not set | ||
1742 | # CONFIG_CRYPTO_CTS is not set | ||
1743 | CONFIG_CRYPTO_ECB=y | ||
1744 | # CONFIG_CRYPTO_LRW is not set | ||
1745 | CONFIG_CRYPTO_PCBC=m | ||
1746 | # CONFIG_CRYPTO_XTS is not set | ||
1747 | |||
1748 | # | ||
1749 | # Hash modes | ||
1750 | # | ||
1751 | # CONFIG_CRYPTO_HMAC is not set | ||
1752 | # CONFIG_CRYPTO_XCBC is not set | ||
1753 | |||
1754 | # | ||
1755 | # Digest | ||
1756 | # | ||
1757 | CONFIG_CRYPTO_CRC32C=y | ||
1758 | # CONFIG_CRYPTO_MD4 is not set | ||
1759 | CONFIG_CRYPTO_MD5=y | ||
1760 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1761 | # CONFIG_CRYPTO_RMD128 is not set | ||
1762 | # CONFIG_CRYPTO_RMD160 is not set | ||
1763 | # CONFIG_CRYPTO_RMD256 is not set | ||
1764 | # CONFIG_CRYPTO_RMD320 is not set | ||
1765 | # CONFIG_CRYPTO_SHA1 is not set | ||
1766 | # CONFIG_CRYPTO_SHA256 is not set | ||
1767 | # CONFIG_CRYPTO_SHA512 is not set | ||
1768 | # CONFIG_CRYPTO_TGR192 is not set | ||
1769 | # CONFIG_CRYPTO_WP512 is not set | ||
1770 | |||
1771 | # | ||
1772 | # Ciphers | ||
1773 | # | ||
1774 | CONFIG_CRYPTO_AES=y | ||
1775 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1776 | CONFIG_CRYPTO_ARC4=y | ||
1777 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1778 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1779 | # CONFIG_CRYPTO_CAST5 is not set | ||
1780 | # CONFIG_CRYPTO_CAST6 is not set | ||
1781 | CONFIG_CRYPTO_DES=y | ||
1782 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1783 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1784 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1785 | # CONFIG_CRYPTO_SEED is not set | ||
1786 | # CONFIG_CRYPTO_SERPENT is not set | ||
1787 | # CONFIG_CRYPTO_TEA is not set | ||
1788 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1789 | |||
1790 | # | ||
1791 | # Compression | ||
1792 | # | ||
1793 | CONFIG_CRYPTO_DEFLATE=y | ||
1794 | CONFIG_CRYPTO_LZO=y | ||
1795 | |||
1796 | # | ||
1797 | # Random Number Generation | ||
1798 | # | ||
1799 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1800 | CONFIG_CRYPTO_HW=y | ||
1801 | |||
1802 | # | ||
1803 | # Library routines | ||
1804 | # | ||
1805 | CONFIG_BITREVERSE=y | ||
1806 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1807 | CONFIG_CRC_CCITT=y | ||
1808 | CONFIG_CRC16=y | ||
1809 | # CONFIG_CRC_T10DIF is not set | ||
1810 | # CONFIG_CRC_ITU_T is not set | ||
1811 | CONFIG_CRC32=y | ||
1812 | CONFIG_CRC7=m | ||
1813 | CONFIG_LIBCRC32C=y | ||
1814 | CONFIG_ZLIB_INFLATE=y | ||
1815 | CONFIG_ZLIB_DEFLATE=y | ||
1816 | CONFIG_LZO_COMPRESS=y | ||
1817 | CONFIG_LZO_DECOMPRESS=y | ||
1818 | CONFIG_PLIST=y | ||
1819 | CONFIG_HAS_IOMEM=y | ||
1820 | CONFIG_HAS_IOPORT=y | ||
1821 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/shannon_defconfig b/arch/arm/configs/shannon_defconfig index d052c8f80515..984f7096a533 100644 --- a/arch/arm/configs/shannon_defconfig +++ b/arch/arm/configs/shannon_defconfig | |||
@@ -87,7 +87,6 @@ CONFIG_ARCH_SA1100=y | |||
87 | # CONFIG_SA1100_COLLIE is not set | 87 | # CONFIG_SA1100_COLLIE is not set |
88 | # CONFIG_SA1100_H3100 is not set | 88 | # CONFIG_SA1100_H3100 is not set |
89 | # CONFIG_SA1100_H3600 is not set | 89 | # CONFIG_SA1100_H3600 is not set |
90 | # CONFIG_SA1100_H3800 is not set | ||
91 | # CONFIG_SA1100_BADGE4 is not set | 90 | # CONFIG_SA1100_BADGE4 is not set |
92 | # CONFIG_SA1100_JORNADA720 is not set | 91 | # CONFIG_SA1100_JORNADA720 is not set |
93 | # CONFIG_SA1100_HACKKIT is not set | 92 | # CONFIG_SA1100_HACKKIT is not set |
diff --git a/arch/arm/configs/shark_defconfig b/arch/arm/configs/shark_defconfig index 9b6561d119af..90235bf7a1de 100644 --- a/arch/arm/configs/shark_defconfig +++ b/arch/arm/configs/shark_defconfig | |||
@@ -1,88 +1,174 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.12-git3 | 3 | # Linux kernel version: 2.6.28-git6 |
4 | # Sat Jul 16 15:21:47 2005 | 4 | # Thu Jan 8 17:14:47 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | # CONFIG_GENERIC_GPIO is not set | ||
9 | # CONFIG_GENERIC_TIME is not set | ||
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
7 | CONFIG_MMU=y | 11 | CONFIG_MMU=y |
8 | CONFIG_UID16=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 | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=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 | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
25 | CONFIG_ZONE_DMA=y | ||
26 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
11 | 29 | ||
12 | # | 30 | # |
13 | # Code maturity level options | 31 | # General setup |
14 | # | 32 | # |
15 | CONFIG_EXPERIMENTAL=y | 33 | CONFIG_EXPERIMENTAL=y |
16 | CONFIG_CLEAN_COMPILE=y | ||
17 | CONFIG_BROKEN_ON_SMP=y | 34 | CONFIG_BROKEN_ON_SMP=y |
18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 35 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | 36 | CONFIG_LOCALVERSION="" |
37 | # CONFIG_LOCALVERSION_AUTO is not set | ||
24 | CONFIG_SWAP=y | 38 | CONFIG_SWAP=y |
25 | CONFIG_SYSVIPC=y | 39 | CONFIG_SYSVIPC=y |
40 | CONFIG_SYSVIPC_SYSCTL=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | 41 | # CONFIG_POSIX_MQUEUE is not set |
27 | # CONFIG_BSD_PROCESS_ACCT is not set | 42 | # CONFIG_BSD_PROCESS_ACCT is not set |
28 | CONFIG_SYSCTL=y | 43 | # CONFIG_TASKSTATS is not set |
29 | # CONFIG_AUDIT is not set | 44 | # CONFIG_AUDIT is not set |
30 | # CONFIG_HOTPLUG is not set | ||
31 | CONFIG_KOBJECT_UEVENT=y | ||
32 | # CONFIG_IKCONFIG is not set | 45 | # CONFIG_IKCONFIG is not set |
46 | CONFIG_LOG_BUF_SHIFT=14 | ||
47 | # CONFIG_CGROUPS is not set | ||
48 | CONFIG_GROUP_SCHED=y | ||
49 | CONFIG_FAIR_GROUP_SCHED=y | ||
50 | # CONFIG_RT_GROUP_SCHED is not set | ||
51 | CONFIG_USER_SCHED=y | ||
52 | # CONFIG_CGROUP_SCHED is not set | ||
53 | CONFIG_SYSFS_DEPRECATED=y | ||
54 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
55 | # CONFIG_RELAY is not set | ||
56 | CONFIG_NAMESPACES=y | ||
57 | # CONFIG_UTS_NS is not set | ||
58 | # CONFIG_IPC_NS is not set | ||
59 | # CONFIG_USER_NS is not set | ||
60 | # CONFIG_PID_NS is not set | ||
61 | # CONFIG_BLK_DEV_INITRD is not set | ||
62 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
63 | CONFIG_SYSCTL=y | ||
33 | # CONFIG_EMBEDDED is not set | 64 | # CONFIG_EMBEDDED is not set |
65 | CONFIG_UID16=y | ||
66 | CONFIG_SYSCTL_SYSCALL=y | ||
34 | CONFIG_KALLSYMS=y | 67 | CONFIG_KALLSYMS=y |
35 | # CONFIG_KALLSYMS_ALL is not set | 68 | # CONFIG_KALLSYMS_ALL is not set |
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 69 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
70 | CONFIG_HOTPLUG=y | ||
37 | CONFIG_PRINTK=y | 71 | CONFIG_PRINTK=y |
38 | CONFIG_BUG=y | 72 | CONFIG_BUG=y |
73 | CONFIG_ELF_CORE=y | ||
74 | CONFIG_COMPAT_BRK=y | ||
39 | CONFIG_BASE_FULL=y | 75 | CONFIG_BASE_FULL=y |
40 | CONFIG_FUTEX=y | 76 | CONFIG_FUTEX=y |
77 | CONFIG_ANON_INODES=y | ||
41 | CONFIG_EPOLL=y | 78 | CONFIG_EPOLL=y |
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 79 | CONFIG_SIGNALFD=y |
80 | CONFIG_TIMERFD=y | ||
81 | CONFIG_EVENTFD=y | ||
43 | CONFIG_SHMEM=y | 82 | CONFIG_SHMEM=y |
44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 83 | CONFIG_AIO=y |
45 | CONFIG_CC_ALIGN_LABELS=0 | 84 | CONFIG_VM_EVENT_COUNTERS=y |
46 | CONFIG_CC_ALIGN_LOOPS=0 | 85 | CONFIG_PCI_QUIRKS=y |
47 | CONFIG_CC_ALIGN_JUMPS=0 | 86 | CONFIG_SLAB=y |
87 | # CONFIG_SLUB is not set | ||
88 | # CONFIG_SLOB is not set | ||
89 | # CONFIG_PROFILING is not set | ||
90 | CONFIG_HAVE_OPROFILE=y | ||
91 | # CONFIG_KPROBES is not set | ||
92 | CONFIG_HAVE_KPROBES=y | ||
93 | CONFIG_HAVE_KRETPROBES=y | ||
94 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
95 | CONFIG_SLABINFO=y | ||
96 | CONFIG_RT_MUTEXES=y | ||
48 | # CONFIG_TINY_SHMEM is not set | 97 | # CONFIG_TINY_SHMEM is not set |
49 | CONFIG_BASE_SMALL=0 | 98 | CONFIG_BASE_SMALL=0 |
50 | |||
51 | # | ||
52 | # Loadable module support | ||
53 | # | ||
54 | CONFIG_MODULES=y | 99 | CONFIG_MODULES=y |
100 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
55 | CONFIG_MODULE_UNLOAD=y | 101 | CONFIG_MODULE_UNLOAD=y |
56 | CONFIG_MODULE_FORCE_UNLOAD=y | 102 | CONFIG_MODULE_FORCE_UNLOAD=y |
57 | CONFIG_OBSOLETE_MODPARM=y | ||
58 | # CONFIG_MODVERSIONS is not set | 103 | # CONFIG_MODVERSIONS is not set |
59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 104 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
60 | CONFIG_KMOD=y | 105 | CONFIG_KMOD=y |
106 | CONFIG_BLOCK=y | ||
107 | # CONFIG_LBD is not set | ||
108 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
109 | # CONFIG_BLK_DEV_BSG is not set | ||
110 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
111 | |||
112 | # | ||
113 | # IO Schedulers | ||
114 | # | ||
115 | CONFIG_IOSCHED_NOOP=y | ||
116 | CONFIG_IOSCHED_AS=y | ||
117 | CONFIG_IOSCHED_DEADLINE=y | ||
118 | CONFIG_IOSCHED_CFQ=y | ||
119 | # CONFIG_DEFAULT_AS is not set | ||
120 | # CONFIG_DEFAULT_DEADLINE is not set | ||
121 | CONFIG_DEFAULT_CFQ=y | ||
122 | # CONFIG_DEFAULT_NOOP is not set | ||
123 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
124 | CONFIG_CLASSIC_RCU=y | ||
125 | # CONFIG_TREE_RCU is not set | ||
126 | # CONFIG_PREEMPT_RCU is not set | ||
127 | # CONFIG_TREE_RCU_TRACE is not set | ||
128 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
129 | # CONFIG_FREEZER is not set | ||
61 | 130 | ||
62 | # | 131 | # |
63 | # System Type | 132 | # System Type |
64 | # | 133 | # |
65 | # CONFIG_ARCH_CLPS7500 is not set | 134 | # CONFIG_ARCH_AAEC2000 is not set |
135 | # CONFIG_ARCH_INTEGRATOR is not set | ||
136 | # CONFIG_ARCH_REALVIEW is not set | ||
137 | # CONFIG_ARCH_VERSATILE is not set | ||
138 | # CONFIG_ARCH_AT91 is not set | ||
66 | # CONFIG_ARCH_CLPS711X is not set | 139 | # CONFIG_ARCH_CLPS711X is not set |
67 | # CONFIG_ARCH_CO285 is not set | ||
68 | # CONFIG_ARCH_EBSA110 is not set | 140 | # CONFIG_ARCH_EBSA110 is not set |
141 | # CONFIG_ARCH_EP93XX is not set | ||
69 | # CONFIG_ARCH_FOOTBRIDGE is not set | 142 | # CONFIG_ARCH_FOOTBRIDGE is not set |
70 | # CONFIG_ARCH_INTEGRATOR is not set | 143 | # CONFIG_ARCH_NETX is not set |
71 | # CONFIG_ARCH_IOP3XX is not set | 144 | # CONFIG_ARCH_H720X is not set |
72 | # CONFIG_ARCH_IXP4XX is not set | 145 | # CONFIG_ARCH_IMX is not set |
146 | # CONFIG_ARCH_IOP13XX is not set | ||
147 | # CONFIG_ARCH_IOP32X is not set | ||
148 | # CONFIG_ARCH_IOP33X is not set | ||
149 | # CONFIG_ARCH_IXP23XX is not set | ||
73 | # CONFIG_ARCH_IXP2000 is not set | 150 | # CONFIG_ARCH_IXP2000 is not set |
151 | # CONFIG_ARCH_IXP4XX is not set | ||
74 | # CONFIG_ARCH_L7200 is not set | 152 | # CONFIG_ARCH_L7200 is not set |
153 | # CONFIG_ARCH_KIRKWOOD is not set | ||
154 | # CONFIG_ARCH_KS8695 is not set | ||
155 | # CONFIG_ARCH_NS9XXX is not set | ||
156 | # CONFIG_ARCH_LOKI is not set | ||
157 | # CONFIG_ARCH_MV78XX0 is not set | ||
158 | # CONFIG_ARCH_MXC is not set | ||
159 | # CONFIG_ARCH_ORION5X is not set | ||
160 | # CONFIG_ARCH_PNX4008 is not set | ||
75 | # CONFIG_ARCH_PXA is not set | 161 | # CONFIG_ARCH_PXA is not set |
76 | # CONFIG_ARCH_RPC is not set | 162 | # CONFIG_ARCH_RPC is not set |
77 | # CONFIG_ARCH_SA1100 is not set | 163 | # CONFIG_ARCH_SA1100 is not set |
78 | # CONFIG_ARCH_S3C2410 is not set | 164 | # CONFIG_ARCH_S3C2410 is not set |
165 | # CONFIG_ARCH_S3C64XX is not set | ||
79 | CONFIG_ARCH_SHARK=y | 166 | CONFIG_ARCH_SHARK=y |
80 | # CONFIG_ARCH_LH7A40X is not set | 167 | # CONFIG_ARCH_LH7A40X is not set |
168 | # CONFIG_ARCH_DAVINCI is not set | ||
81 | # CONFIG_ARCH_OMAP is not set | 169 | # CONFIG_ARCH_OMAP is not set |
82 | # CONFIG_ARCH_VERSATILE is not set | 170 | # CONFIG_ARCH_MSM is not set |
83 | # CONFIG_ARCH_IMX is not set | 171 | # CONFIG_ARCH_W90X900 is not set |
84 | # CONFIG_ARCH_H720X is not set | ||
85 | # CONFIG_ARCH_AAEC2000 is not set | ||
86 | 172 | ||
87 | # | 173 | # |
88 | # Processor Type | 174 | # Processor Type |
@@ -91,14 +177,20 @@ CONFIG_CPU_32=y | |||
91 | CONFIG_CPU_SA110=y | 177 | CONFIG_CPU_SA110=y |
92 | CONFIG_CPU_32v4=y | 178 | CONFIG_CPU_32v4=y |
93 | CONFIG_CPU_ABRT_EV4=y | 179 | CONFIG_CPU_ABRT_EV4=y |
180 | CONFIG_CPU_PABRT_NOIFAR=y | ||
94 | CONFIG_CPU_CACHE_V4WB=y | 181 | CONFIG_CPU_CACHE_V4WB=y |
95 | CONFIG_CPU_CACHE_VIVT=y | 182 | CONFIG_CPU_CACHE_VIVT=y |
96 | CONFIG_CPU_COPY_V4WB=y | 183 | CONFIG_CPU_COPY_V4WB=y |
97 | CONFIG_CPU_TLB_V4WB=y | 184 | CONFIG_CPU_TLB_V4WB=y |
185 | CONFIG_CPU_CP15=y | ||
186 | CONFIG_CPU_CP15_MMU=y | ||
98 | 187 | ||
99 | # | 188 | # |
100 | # Processor Features | 189 | # Processor Features |
101 | # | 190 | # |
191 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
192 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
193 | # CONFIG_OUTER_CACHE is not set | ||
102 | 194 | ||
103 | # | 195 | # |
104 | # Bus support | 196 | # Bus support |
@@ -107,22 +199,40 @@ CONFIG_ISA=y | |||
107 | CONFIG_ISA_DMA=y | 199 | CONFIG_ISA_DMA=y |
108 | CONFIG_ISA_DMA_API=y | 200 | CONFIG_ISA_DMA_API=y |
109 | CONFIG_PCI=y | 201 | CONFIG_PCI=y |
202 | CONFIG_PCI_SYSCALL=y | ||
110 | CONFIG_PCI_HOST_VIA82C505=y | 203 | CONFIG_PCI_HOST_VIA82C505=y |
111 | CONFIG_PCI_LEGACY_PROC=y | 204 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
112 | # CONFIG_PCI_NAMES is not set | 205 | CONFIG_PCI_LEGACY=y |
113 | # CONFIG_PCI_DEBUG is not set | 206 | # CONFIG_PCI_DEBUG is not set |
114 | |||
115 | # | ||
116 | # PCCARD (PCMCIA/CardBus) support | ||
117 | # | ||
118 | # CONFIG_PCCARD is not set | 207 | # CONFIG_PCCARD is not set |
119 | 208 | ||
120 | # | 209 | # |
121 | # Kernel Features | 210 | # Kernel Features |
122 | # | 211 | # |
123 | # CONFIG_SMP is not set | 212 | CONFIG_VMSPLIT_3G=y |
213 | # CONFIG_VMSPLIT_2G is not set | ||
214 | # CONFIG_VMSPLIT_1G is not set | ||
215 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
124 | # CONFIG_PREEMPT is not set | 216 | # CONFIG_PREEMPT is not set |
125 | # CONFIG_DISCONTIGMEM is not set | 217 | CONFIG_HZ=100 |
218 | # CONFIG_AEABI is not set | ||
219 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y | ||
220 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
221 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
222 | CONFIG_SELECT_MEMORY_MODEL=y | ||
223 | CONFIG_FLATMEM_MANUAL=y | ||
224 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
225 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
226 | CONFIG_FLATMEM=y | ||
227 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
229 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
230 | # CONFIG_RESOURCES_64BIT is not set | ||
231 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
232 | CONFIG_ZONE_DMA_FLAG=1 | ||
233 | CONFIG_BOUNCE=y | ||
234 | CONFIG_VIRT_TO_BUS=y | ||
235 | CONFIG_UNEVICTABLE_LRU=y | ||
126 | CONFIG_LEDS=y | 236 | CONFIG_LEDS=y |
127 | CONFIG_LEDS_TIMER=y | 237 | CONFIG_LEDS_TIMER=y |
128 | # CONFIG_LEDS_CPU is not set | 238 | # CONFIG_LEDS_CPU is not set |
@@ -135,6 +245,12 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 | |||
135 | CONFIG_ZBOOT_ROM_BSS=0x0 | 245 | CONFIG_ZBOOT_ROM_BSS=0x0 |
136 | CONFIG_CMDLINE="" | 246 | CONFIG_CMDLINE="" |
137 | # CONFIG_XIP_KERNEL is not set | 247 | # CONFIG_XIP_KERNEL is not set |
248 | # CONFIG_KEXEC is not set | ||
249 | |||
250 | # | ||
251 | # CPU Power Management | ||
252 | # | ||
253 | # CONFIG_CPU_IDLE is not set | ||
138 | 254 | ||
139 | # | 255 | # |
140 | # Floating point emulation | 256 | # Floating point emulation |
@@ -143,13 +259,16 @@ CONFIG_CMDLINE="" | |||
143 | # | 259 | # |
144 | # At least one emulation must be selected | 260 | # At least one emulation must be selected |
145 | # | 261 | # |
146 | # CONFIG_FPE_NWFPE is not set | 262 | CONFIG_FPE_NWFPE=y |
147 | CONFIG_FPE_FASTFPE=y | 263 | # CONFIG_FPE_NWFPE_XP is not set |
264 | # CONFIG_FPE_FASTFPE is not set | ||
148 | 265 | ||
149 | # | 266 | # |
150 | # Userspace binary formats | 267 | # Userspace binary formats |
151 | # | 268 | # |
152 | CONFIG_BINFMT_ELF=y | 269 | CONFIG_BINFMT_ELF=y |
270 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
271 | CONFIG_HAVE_AOUT=y | ||
153 | # CONFIG_BINFMT_AOUT is not set | 272 | # CONFIG_BINFMT_AOUT is not set |
154 | # CONFIG_BINFMT_MISC is not set | 273 | # CONFIG_BINFMT_MISC is not set |
155 | # CONFIG_ARTHUR is not set | 274 | # CONFIG_ARTHUR is not set |
@@ -158,44 +277,104 @@ CONFIG_BINFMT_ELF=y | |||
158 | # Power management options | 277 | # Power management options |
159 | # | 278 | # |
160 | # CONFIG_PM is not set | 279 | # CONFIG_PM is not set |
280 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
281 | CONFIG_NET=y | ||
161 | 282 | ||
162 | # | 283 | # |
163 | # Device Drivers | 284 | # Networking options |
164 | # | 285 | # |
286 | # CONFIG_NET_NS is not set | ||
287 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
288 | CONFIG_PACKET=y | ||
289 | # CONFIG_PACKET_MMAP is not set | ||
290 | CONFIG_UNIX=y | ||
291 | # CONFIG_NET_KEY is not set | ||
292 | CONFIG_INET=y | ||
293 | # CONFIG_IP_MULTICAST is not set | ||
294 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
295 | CONFIG_IP_FIB_HASH=y | ||
296 | # CONFIG_IP_PNP is not set | ||
297 | # CONFIG_NET_IPIP is not set | ||
298 | # CONFIG_NET_IPGRE is not set | ||
299 | # CONFIG_ARPD is not set | ||
300 | # CONFIG_SYN_COOKIES is not set | ||
301 | # CONFIG_INET_AH is not set | ||
302 | # CONFIG_INET_ESP is not set | ||
303 | # CONFIG_INET_IPCOMP is not set | ||
304 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
305 | # CONFIG_INET_TUNNEL is not set | ||
306 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
307 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
308 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
309 | # CONFIG_INET_LRO is not set | ||
310 | # CONFIG_INET_DIAG is not set | ||
311 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
312 | CONFIG_TCP_CONG_CUBIC=y | ||
313 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
314 | # CONFIG_TCP_MD5SIG is not set | ||
315 | # CONFIG_IPV6 is not set | ||
316 | # CONFIG_NETWORK_SECMARK is not set | ||
317 | # CONFIG_NETFILTER is not set | ||
318 | # CONFIG_IP_DCCP is not set | ||
319 | # CONFIG_IP_SCTP is not set | ||
320 | # CONFIG_TIPC is not set | ||
321 | # CONFIG_ATM is not set | ||
322 | # CONFIG_BRIDGE is not set | ||
323 | # CONFIG_NET_DSA is not set | ||
324 | # CONFIG_VLAN_8021Q is not set | ||
325 | # CONFIG_DECNET is not set | ||
326 | # CONFIG_LLC2 is not set | ||
327 | # CONFIG_IPX is not set | ||
328 | # CONFIG_ATALK is not set | ||
329 | # CONFIG_X25 is not set | ||
330 | # CONFIG_LAPB is not set | ||
331 | # CONFIG_ECONET is not set | ||
332 | # CONFIG_WAN_ROUTER is not set | ||
333 | # CONFIG_NET_SCHED is not set | ||
334 | # CONFIG_DCB is not set | ||
165 | 335 | ||
166 | # | 336 | # |
167 | # Generic Driver Options | 337 | # Network testing |
168 | # | 338 | # |
169 | # CONFIG_STANDALONE is not set | 339 | # CONFIG_NET_PKTGEN is not set |
170 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 340 | # CONFIG_HAMRADIO is not set |
171 | # CONFIG_FW_LOADER is not set | 341 | # CONFIG_CAN is not set |
172 | # CONFIG_DEBUG_DRIVER is not set | 342 | # CONFIG_IRDA is not set |
343 | # CONFIG_BT is not set | ||
344 | # CONFIG_AF_RXRPC is not set | ||
345 | # CONFIG_PHONET is not set | ||
346 | # CONFIG_WIRELESS is not set | ||
347 | # CONFIG_RFKILL is not set | ||
348 | # CONFIG_NET_9P is not set | ||
173 | 349 | ||
174 | # | 350 | # |
175 | # Memory Technology Devices (MTD) | 351 | # Device Drivers |
176 | # | 352 | # |
177 | # CONFIG_MTD is not set | ||
178 | 353 | ||
179 | # | 354 | # |
180 | # Parallel port support | 355 | # Generic Driver Options |
181 | # | 356 | # |
357 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
358 | # CONFIG_STANDALONE is not set | ||
359 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
360 | CONFIG_FW_LOADER=y | ||
361 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
362 | CONFIG_EXTRA_FIRMWARE="" | ||
363 | # CONFIG_DEBUG_DRIVER is not set | ||
364 | # CONFIG_DEBUG_DEVRES is not set | ||
365 | # CONFIG_SYS_HYPERVISOR is not set | ||
366 | # CONFIG_CONNECTOR is not set | ||
367 | # CONFIG_MTD is not set | ||
182 | CONFIG_PARPORT=m | 368 | CONFIG_PARPORT=m |
183 | CONFIG_PARPORT_PC=m | 369 | CONFIG_PARPORT_PC=m |
184 | # CONFIG_PARPORT_SERIAL is not set | 370 | # CONFIG_PARPORT_SERIAL is not set |
185 | # CONFIG_PARPORT_PC_FIFO is not set | 371 | # CONFIG_PARPORT_PC_FIFO is not set |
186 | # CONFIG_PARPORT_PC_SUPERIO is not set | 372 | # CONFIG_PARPORT_PC_SUPERIO is not set |
187 | # CONFIG_PARPORT_ARC is not set | ||
188 | # CONFIG_PARPORT_GSC is not set | 373 | # CONFIG_PARPORT_GSC is not set |
374 | # CONFIG_PARPORT_AX88796 is not set | ||
189 | # CONFIG_PARPORT_1284 is not set | 375 | # CONFIG_PARPORT_1284 is not set |
190 | |||
191 | # | ||
192 | # Plug and Play support | ||
193 | # | ||
194 | # CONFIG_PNP is not set | 376 | # CONFIG_PNP is not set |
195 | 377 | CONFIG_BLK_DEV=y | |
196 | # | ||
197 | # Block devices | ||
198 | # | ||
199 | # CONFIG_BLK_DEV_XD is not set | 378 | # CONFIG_BLK_DEV_XD is not set |
200 | # CONFIG_PARIDE is not set | 379 | # CONFIG_PARIDE is not set |
201 | # CONFIG_BLK_CPQ_DA is not set | 380 | # CONFIG_BLK_CPQ_DA is not set |
@@ -210,52 +389,78 @@ CONFIG_BLK_DEV_LOOP=y | |||
210 | CONFIG_BLK_DEV_RAM=y | 389 | CONFIG_BLK_DEV_RAM=y |
211 | CONFIG_BLK_DEV_RAM_COUNT=16 | 390 | CONFIG_BLK_DEV_RAM_COUNT=16 |
212 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 391 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
213 | # CONFIG_BLK_DEV_INITRD is not set | 392 | # CONFIG_BLK_DEV_XIP is not set |
214 | CONFIG_INITRAMFS_SOURCE="" | ||
215 | # CONFIG_CDROM_PKTCDVD is not set | 393 | # CONFIG_CDROM_PKTCDVD is not set |
216 | |||
217 | # | ||
218 | # IO Schedulers | ||
219 | # | ||
220 | CONFIG_IOSCHED_NOOP=y | ||
221 | CONFIG_IOSCHED_AS=y | ||
222 | CONFIG_IOSCHED_DEADLINE=y | ||
223 | CONFIG_IOSCHED_CFQ=y | ||
224 | # CONFIG_ATA_OVER_ETH is not set | 394 | # CONFIG_ATA_OVER_ETH is not set |
225 | 395 | # CONFIG_BLK_DEV_HD is not set | |
226 | # | 396 | CONFIG_MISC_DEVICES=y |
227 | # ATA/ATAPI/MFM/RLL support | 397 | # CONFIG_PHANTOM is not set |
228 | # | 398 | # CONFIG_EEPROM_93CX6 is not set |
399 | # CONFIG_SGI_IOC4 is not set | ||
400 | # CONFIG_TIFM_CORE is not set | ||
401 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
402 | # CONFIG_HP_ILO is not set | ||
403 | # CONFIG_C2PORT is not set | ||
404 | CONFIG_HAVE_IDE=y | ||
229 | CONFIG_IDE=y | 405 | CONFIG_IDE=y |
230 | CONFIG_BLK_DEV_IDE=y | ||
231 | 406 | ||
232 | # | 407 | # |
233 | # Please see Documentation/ide.txt for help/info on IDE drives | 408 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
234 | # | 409 | # |
410 | CONFIG_IDE_ATAPI=y | ||
235 | # CONFIG_BLK_DEV_IDE_SATA is not set | 411 | # CONFIG_BLK_DEV_IDE_SATA is not set |
236 | CONFIG_BLK_DEV_IDEDISK=y | 412 | CONFIG_IDE_GD=y |
237 | # CONFIG_IDEDISK_MULTI_MODE is not set | 413 | CONFIG_IDE_GD_ATA=y |
414 | # CONFIG_IDE_GD_ATAPI is not set | ||
238 | CONFIG_BLK_DEV_IDECD=m | 415 | CONFIG_BLK_DEV_IDECD=m |
416 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
239 | # CONFIG_BLK_DEV_IDETAPE is not set | 417 | # CONFIG_BLK_DEV_IDETAPE is not set |
240 | CONFIG_BLK_DEV_IDEFLOPPY=y | ||
241 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
242 | # CONFIG_IDE_TASK_IOCTL is not set | 418 | # CONFIG_IDE_TASK_IOCTL is not set |
419 | CONFIG_IDE_PROC_FS=y | ||
243 | 420 | ||
244 | # | 421 | # |
245 | # IDE chipset support/bugfixes | 422 | # IDE chipset support/bugfixes |
246 | # | 423 | # |
247 | CONFIG_IDE_GENERIC=y | 424 | # CONFIG_BLK_DEV_PLATFORM is not set |
248 | # CONFIG_BLK_DEV_IDEPCI is not set | 425 | |
426 | # | ||
427 | # PCI IDE chipsets support | ||
428 | # | ||
429 | # CONFIG_BLK_DEV_GENERIC is not set | ||
430 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
431 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
432 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
433 | # CONFIG_BLK_DEV_CMD64X is not set | ||
434 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
435 | # CONFIG_BLK_DEV_CS5520 is not set | ||
436 | # CONFIG_BLK_DEV_CS5530 is not set | ||
437 | # CONFIG_BLK_DEV_HPT366 is not set | ||
438 | # CONFIG_BLK_DEV_JMICRON is not set | ||
439 | # CONFIG_BLK_DEV_SC1200 is not set | ||
440 | # CONFIG_BLK_DEV_PIIX is not set | ||
441 | # CONFIG_BLK_DEV_IT8213 is not set | ||
442 | # CONFIG_BLK_DEV_IT821X is not set | ||
443 | # CONFIG_BLK_DEV_NS87415 is not set | ||
444 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
445 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
446 | # CONFIG_BLK_DEV_SVWKS is not set | ||
447 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
448 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
449 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
450 | # CONFIG_BLK_DEV_TRM290 is not set | ||
451 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
452 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
249 | CONFIG_IDE_ARM=y | 453 | CONFIG_IDE_ARM=y |
250 | # CONFIG_IDE_CHIPSETS is not set | ||
251 | # CONFIG_BLK_DEV_IDEDMA is not set | 454 | # CONFIG_BLK_DEV_IDEDMA is not set |
252 | # CONFIG_IDEDMA_AUTO is not set | ||
253 | # CONFIG_BLK_DEV_HD is not set | ||
254 | 455 | ||
255 | # | 456 | # |
256 | # SCSI device support | 457 | # SCSI device support |
257 | # | 458 | # |
459 | # CONFIG_RAID_ATTRS is not set | ||
258 | CONFIG_SCSI=m | 460 | CONFIG_SCSI=m |
461 | CONFIG_SCSI_DMA=y | ||
462 | # CONFIG_SCSI_TGT is not set | ||
463 | # CONFIG_SCSI_NETLINK is not set | ||
259 | CONFIG_SCSI_PROC_FS=y | 464 | CONFIG_SCSI_PROC_FS=y |
260 | 465 | ||
261 | # | 466 | # |
@@ -275,17 +480,20 @@ CONFIG_CHR_DEV_SG=m | |||
275 | # CONFIG_SCSI_MULTI_LUN is not set | 480 | # CONFIG_SCSI_MULTI_LUN is not set |
276 | # CONFIG_SCSI_CONSTANTS is not set | 481 | # CONFIG_SCSI_CONSTANTS is not set |
277 | # CONFIG_SCSI_LOGGING is not set | 482 | # CONFIG_SCSI_LOGGING is not set |
483 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
484 | CONFIG_SCSI_WAIT_SCAN=m | ||
278 | 485 | ||
279 | # | 486 | # |
280 | # SCSI Transport Attributes | 487 | # SCSI Transports |
281 | # | 488 | # |
282 | # CONFIG_SCSI_SPI_ATTRS is not set | 489 | # CONFIG_SCSI_SPI_ATTRS is not set |
283 | # CONFIG_SCSI_FC_ATTRS is not set | 490 | # CONFIG_SCSI_FC_ATTRS is not set |
284 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 491 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
285 | 492 | # CONFIG_SCSI_SAS_LIBSAS is not set | |
286 | # | 493 | # CONFIG_SCSI_SRP_ATTRS is not set |
287 | # SCSI low-level drivers | 494 | CONFIG_SCSI_LOWLEVEL=y |
288 | # | 495 | # CONFIG_ISCSI_TCP is not set |
496 | # CONFIG_SCSI_CXGB3_ISCSI is not set | ||
289 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 497 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
290 | # CONFIG_SCSI_3W_9XXX is not set | 498 | # CONFIG_SCSI_3W_9XXX is not set |
291 | # CONFIG_SCSI_7000FASST is not set | 499 | # CONFIG_SCSI_7000FASST is not set |
@@ -296,12 +504,18 @@ CONFIG_CHR_DEV_SG=m | |||
296 | # CONFIG_SCSI_AIC7XXX is not set | 504 | # CONFIG_SCSI_AIC7XXX is not set |
297 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 505 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
298 | # CONFIG_SCSI_AIC79XX is not set | 506 | # CONFIG_SCSI_AIC79XX is not set |
507 | # CONFIG_SCSI_AIC94XX is not set | ||
299 | # CONFIG_SCSI_DPT_I2O is not set | 508 | # CONFIG_SCSI_DPT_I2O is not set |
509 | # CONFIG_SCSI_ADVANSYS is not set | ||
300 | # CONFIG_SCSI_IN2000 is not set | 510 | # CONFIG_SCSI_IN2000 is not set |
511 | # CONFIG_SCSI_ARCMSR is not set | ||
301 | # CONFIG_MEGARAID_NEWGEN is not set | 512 | # CONFIG_MEGARAID_NEWGEN is not set |
302 | # CONFIG_MEGARAID_LEGACY is not set | 513 | # CONFIG_MEGARAID_LEGACY is not set |
303 | # CONFIG_SCSI_SATA is not set | 514 | # CONFIG_MEGARAID_SAS is not set |
515 | # CONFIG_SCSI_HPTIOP is not set | ||
304 | # CONFIG_SCSI_BUSLOGIC is not set | 516 | # CONFIG_SCSI_BUSLOGIC is not set |
517 | # CONFIG_LIBFC is not set | ||
518 | # CONFIG_FCOE is not set | ||
305 | # CONFIG_SCSI_DMX3191D is not set | 519 | # CONFIG_SCSI_DMX3191D is not set |
306 | # CONFIG_SCSI_DTC3280 is not set | 520 | # CONFIG_SCSI_DTC3280 is not set |
307 | # CONFIG_SCSI_EATA is not set | 521 | # CONFIG_SCSI_EATA is not set |
@@ -314,20 +528,15 @@ CONFIG_CHR_DEV_SG=m | |||
314 | # CONFIG_SCSI_INIA100 is not set | 528 | # CONFIG_SCSI_INIA100 is not set |
315 | # CONFIG_SCSI_PPA is not set | 529 | # CONFIG_SCSI_PPA is not set |
316 | # CONFIG_SCSI_IMM is not set | 530 | # CONFIG_SCSI_IMM is not set |
531 | # CONFIG_SCSI_MVSAS is not set | ||
317 | # CONFIG_SCSI_NCR53C406A is not set | 532 | # CONFIG_SCSI_NCR53C406A is not set |
533 | # CONFIG_SCSI_STEX is not set | ||
318 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 534 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
319 | # CONFIG_SCSI_IPR is not set | ||
320 | # CONFIG_SCSI_PAS16 is not set | 535 | # CONFIG_SCSI_PAS16 is not set |
321 | # CONFIG_SCSI_PSI240I is not set | ||
322 | # CONFIG_SCSI_QLOGIC_FAS is not set | 536 | # CONFIG_SCSI_QLOGIC_FAS is not set |
323 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
324 | # CONFIG_SCSI_QLOGIC_1280 is not set | 537 | # CONFIG_SCSI_QLOGIC_1280 is not set |
325 | CONFIG_SCSI_QLA2XXX=m | 538 | # CONFIG_SCSI_QLA_FC is not set |
326 | # CONFIG_SCSI_QLA21XX is not set | 539 | # CONFIG_SCSI_QLA_ISCSI is not set |
327 | # CONFIG_SCSI_QLA22XX is not set | ||
328 | # CONFIG_SCSI_QLA2300 is not set | ||
329 | # CONFIG_SCSI_QLA2322 is not set | ||
330 | # CONFIG_SCSI_QLA6312 is not set | ||
331 | # CONFIG_SCSI_LPFC is not set | 540 | # CONFIG_SCSI_LPFC is not set |
332 | # CONFIG_SCSI_SYM53C416 is not set | 541 | # CONFIG_SCSI_SYM53C416 is not set |
333 | # CONFIG_SCSI_DC395x is not set | 542 | # CONFIG_SCSI_DC395x is not set |
@@ -336,123 +545,57 @@ CONFIG_SCSI_QLA2XXX=m | |||
336 | # CONFIG_SCSI_U14_34F is not set | 545 | # CONFIG_SCSI_U14_34F is not set |
337 | # CONFIG_SCSI_NSP32 is not set | 546 | # CONFIG_SCSI_NSP32 is not set |
338 | # CONFIG_SCSI_DEBUG is not set | 547 | # CONFIG_SCSI_DEBUG is not set |
339 | 548 | # CONFIG_SCSI_SRP is not set | |
340 | # | 549 | # CONFIG_SCSI_DH is not set |
341 | # Multi-device support (RAID and LVM) | 550 | # CONFIG_ATA is not set |
342 | # | ||
343 | # CONFIG_MD is not set | 551 | # CONFIG_MD is not set |
344 | |||
345 | # | ||
346 | # Fusion MPT device support | ||
347 | # | ||
348 | # CONFIG_FUSION is not set | 552 | # CONFIG_FUSION is not set |
349 | # CONFIG_FUSION_SPI is not set | ||
350 | # CONFIG_FUSION_FC is not set | ||
351 | 553 | ||
352 | # | 554 | # |
353 | # IEEE 1394 (FireWire) support | 555 | # IEEE 1394 (FireWire) support |
354 | # | 556 | # |
355 | # CONFIG_IEEE1394 is not set | ||
356 | 557 | ||
357 | # | 558 | # |
358 | # I2O device support | 559 | # Enable only one of the two stacks, unless you know what you are doing |
359 | # | 560 | # |
561 | # CONFIG_FIREWIRE is not set | ||
562 | # CONFIG_IEEE1394 is not set | ||
360 | # CONFIG_I2O is not set | 563 | # CONFIG_I2O is not set |
361 | |||
362 | # | ||
363 | # Networking support | ||
364 | # | ||
365 | CONFIG_NET=y | ||
366 | |||
367 | # | ||
368 | # Networking options | ||
369 | # | ||
370 | CONFIG_PACKET=y | ||
371 | # CONFIG_PACKET_MMAP is not set | ||
372 | CONFIG_UNIX=y | ||
373 | # CONFIG_NET_KEY is not set | ||
374 | CONFIG_INET=y | ||
375 | # CONFIG_IP_MULTICAST is not set | ||
376 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
377 | # CONFIG_IP_PNP is not set | ||
378 | # CONFIG_NET_IPIP is not set | ||
379 | # CONFIG_NET_IPGRE is not set | ||
380 | # CONFIG_ARPD is not set | ||
381 | # CONFIG_SYN_COOKIES is not set | ||
382 | # CONFIG_INET_AH is not set | ||
383 | # CONFIG_INET_ESP is not set | ||
384 | # CONFIG_INET_IPCOMP is not set | ||
385 | # CONFIG_INET_TUNNEL is not set | ||
386 | CONFIG_IP_TCPDIAG=y | ||
387 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
388 | # CONFIG_IPV6 is not set | ||
389 | # CONFIG_NETFILTER is not set | ||
390 | |||
391 | # | ||
392 | # SCTP Configuration (EXPERIMENTAL) | ||
393 | # | ||
394 | # CONFIG_IP_SCTP is not set | ||
395 | # CONFIG_ATM is not set | ||
396 | # CONFIG_BRIDGE is not set | ||
397 | # CONFIG_VLAN_8021Q is not set | ||
398 | # CONFIG_DECNET is not set | ||
399 | # CONFIG_LLC2 is not set | ||
400 | # CONFIG_IPX is not set | ||
401 | # CONFIG_ATALK is not set | ||
402 | # CONFIG_X25 is not set | ||
403 | # CONFIG_LAPB is not set | ||
404 | # CONFIG_NET_DIVERT is not set | ||
405 | # CONFIG_ECONET is not set | ||
406 | # CONFIG_WAN_ROUTER is not set | ||
407 | |||
408 | # | ||
409 | # QoS and/or fair queueing | ||
410 | # | ||
411 | # CONFIG_NET_SCHED is not set | ||
412 | # CONFIG_NET_CLS_ROUTE is not set | ||
413 | |||
414 | # | ||
415 | # Network testing | ||
416 | # | ||
417 | # CONFIG_NET_PKTGEN is not set | ||
418 | # CONFIG_NETPOLL is not set | ||
419 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
420 | # CONFIG_HAMRADIO is not set | ||
421 | # CONFIG_IRDA is not set | ||
422 | # CONFIG_BT is not set | ||
423 | CONFIG_NETDEVICES=y | 564 | CONFIG_NETDEVICES=y |
424 | # CONFIG_DUMMY is not set | 565 | # CONFIG_DUMMY is not set |
425 | # CONFIG_BONDING is not set | 566 | # CONFIG_BONDING is not set |
567 | # CONFIG_MACVLAN is not set | ||
426 | # CONFIG_EQUALIZER is not set | 568 | # CONFIG_EQUALIZER is not set |
427 | # CONFIG_TUN is not set | 569 | # CONFIG_TUN is not set |
428 | 570 | # CONFIG_VETH is not set | |
429 | # | ||
430 | # ARCnet devices | ||
431 | # | ||
432 | # CONFIG_ARCNET is not set | 571 | # CONFIG_ARCNET is not set |
433 | 572 | # CONFIG_PHYLIB is not set | |
434 | # | ||
435 | # Ethernet (10 or 100Mbit) | ||
436 | # | ||
437 | CONFIG_NET_ETHERNET=y | 573 | CONFIG_NET_ETHERNET=y |
438 | # CONFIG_MII is not set | 574 | # CONFIG_MII is not set |
575 | # CONFIG_AX88796 is not set | ||
439 | # CONFIG_HAPPYMEAL is not set | 576 | # CONFIG_HAPPYMEAL is not set |
440 | # CONFIG_SUNGEM is not set | 577 | # CONFIG_SUNGEM is not set |
578 | # CONFIG_CASSINI is not set | ||
441 | # CONFIG_NET_VENDOR_3COM is not set | 579 | # CONFIG_NET_VENDOR_3COM is not set |
442 | # CONFIG_LANCE is not set | 580 | # CONFIG_LANCE is not set |
443 | # CONFIG_NET_VENDOR_SMC is not set | 581 | # CONFIG_NET_VENDOR_SMC is not set |
444 | # CONFIG_SMC91X is not set | 582 | # CONFIG_SMC91X is not set |
445 | # CONFIG_DM9000 is not set | 583 | # CONFIG_DM9000 is not set |
584 | # CONFIG_SMC911X is not set | ||
585 | # CONFIG_SMSC911X is not set | ||
446 | # CONFIG_NET_VENDOR_RACAL is not set | 586 | # CONFIG_NET_VENDOR_RACAL is not set |
447 | |||
448 | # | ||
449 | # Tulip family network device support | ||
450 | # | ||
451 | # CONFIG_NET_TULIP is not set | 587 | # CONFIG_NET_TULIP is not set |
452 | # CONFIG_AT1700 is not set | 588 | # CONFIG_AT1700 is not set |
453 | # CONFIG_DEPCA is not set | 589 | # CONFIG_DEPCA is not set |
454 | # CONFIG_HP100 is not set | 590 | # CONFIG_HP100 is not set |
455 | # CONFIG_NET_ISA is not set | 591 | # CONFIG_NET_ISA is not set |
592 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
593 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
594 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
595 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
596 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
597 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
598 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
456 | CONFIG_NET_PCI=y | 599 | CONFIG_NET_PCI=y |
457 | # CONFIG_PCNET32 is not set | 600 | # CONFIG_PCNET32 is not set |
458 | # CONFIG_AMD8111_ETH is not set | 601 | # CONFIG_AMD8111_ETH is not set |
@@ -462,56 +605,69 @@ CONFIG_NET_PCI=y | |||
462 | # CONFIG_B44 is not set | 605 | # CONFIG_B44 is not set |
463 | # CONFIG_FORCEDETH is not set | 606 | # CONFIG_FORCEDETH is not set |
464 | CONFIG_CS89x0=y | 607 | CONFIG_CS89x0=y |
465 | # CONFIG_DGRS is not set | 608 | CONFIG_CS89x0_NOEEPROM=y |
466 | # CONFIG_EEPRO100 is not set | ||
467 | # CONFIG_E100 is not set | 609 | # CONFIG_E100 is not set |
468 | # CONFIG_FEALNX is not set | 610 | # CONFIG_FEALNX is not set |
469 | # CONFIG_NATSEMI is not set | 611 | # CONFIG_NATSEMI is not set |
470 | # CONFIG_NE2K_PCI is not set | 612 | # CONFIG_NE2K_PCI is not set |
471 | # CONFIG_8139CP is not set | 613 | # CONFIG_8139CP is not set |
472 | # CONFIG_8139TOO is not set | 614 | # CONFIG_8139TOO is not set |
615 | # CONFIG_R6040 is not set | ||
473 | # CONFIG_SIS900 is not set | 616 | # CONFIG_SIS900 is not set |
474 | # CONFIG_EPIC100 is not set | 617 | # CONFIG_EPIC100 is not set |
618 | # CONFIG_SMSC9420 is not set | ||
475 | # CONFIG_SUNDANCE is not set | 619 | # CONFIG_SUNDANCE is not set |
476 | # CONFIG_TLAN is not set | 620 | # CONFIG_TLAN is not set |
477 | # CONFIG_VIA_RHINE is not set | 621 | # CONFIG_VIA_RHINE is not set |
622 | # CONFIG_SC92031 is not set | ||
478 | # CONFIG_NET_POCKET is not set | 623 | # CONFIG_NET_POCKET is not set |
479 | 624 | # CONFIG_ATL2 is not set | |
480 | # | 625 | CONFIG_NETDEV_1000=y |
481 | # Ethernet (1000 Mbit) | ||
482 | # | ||
483 | # CONFIG_ACENIC is not set | 626 | # CONFIG_ACENIC is not set |
484 | # CONFIG_DL2K is not set | 627 | # CONFIG_DL2K is not set |
485 | # CONFIG_E1000 is not set | 628 | # CONFIG_E1000 is not set |
629 | # CONFIG_E1000E is not set | ||
630 | # CONFIG_IP1000 is not set | ||
631 | # CONFIG_IGB is not set | ||
486 | # CONFIG_NS83820 is not set | 632 | # CONFIG_NS83820 is not set |
487 | # CONFIG_HAMACHI is not set | 633 | # CONFIG_HAMACHI is not set |
488 | # CONFIG_YELLOWFIN is not set | 634 | # CONFIG_YELLOWFIN is not set |
489 | # CONFIG_R8169 is not set | 635 | # CONFIG_R8169 is not set |
636 | # CONFIG_SIS190 is not set | ||
490 | # CONFIG_SKGE is not set | 637 | # CONFIG_SKGE is not set |
491 | # CONFIG_SK98LIN is not set | 638 | # CONFIG_SKY2 is not set |
492 | # CONFIG_VIA_VELOCITY is not set | 639 | # CONFIG_VIA_VELOCITY is not set |
493 | # CONFIG_TIGON3 is not set | 640 | # CONFIG_TIGON3 is not set |
494 | # CONFIG_BNX2 is not set | 641 | # CONFIG_BNX2 is not set |
495 | 642 | # CONFIG_QLA3XXX is not set | |
496 | # | 643 | # CONFIG_ATL1 is not set |
497 | # Ethernet (10000 Mbit) | 644 | # CONFIG_ATL1E is not set |
498 | # | 645 | # CONFIG_JME is not set |
646 | CONFIG_NETDEV_10000=y | ||
647 | # CONFIG_CHELSIO_T1 is not set | ||
648 | CONFIG_CHELSIO_T3_DEPENDS=y | ||
649 | # CONFIG_CHELSIO_T3 is not set | ||
650 | # CONFIG_ENIC is not set | ||
651 | # CONFIG_IXGBE is not set | ||
499 | # CONFIG_IXGB is not set | 652 | # CONFIG_IXGB is not set |
500 | # CONFIG_S2IO is not set | 653 | # CONFIG_S2IO is not set |
501 | 654 | # CONFIG_MYRI10GE is not set | |
502 | # | 655 | # CONFIG_NETXEN_NIC is not set |
503 | # Token Ring devices | 656 | # CONFIG_NIU is not set |
504 | # | 657 | # CONFIG_MLX4_EN is not set |
658 | # CONFIG_MLX4_CORE is not set | ||
659 | # CONFIG_TEHUTI is not set | ||
660 | # CONFIG_BNX2X is not set | ||
661 | # CONFIG_QLGE is not set | ||
662 | # CONFIG_SFC is not set | ||
505 | # CONFIG_TR is not set | 663 | # CONFIG_TR is not set |
506 | 664 | ||
507 | # | 665 | # |
508 | # Wireless LAN (non-hamradio) | 666 | # Wireless LAN |
509 | # | ||
510 | # CONFIG_NET_RADIO is not set | ||
511 | |||
512 | # | ||
513 | # Wan interfaces | ||
514 | # | 667 | # |
668 | # CONFIG_WLAN_PRE80211 is not set | ||
669 | # CONFIG_WLAN_80211 is not set | ||
670 | # CONFIG_IWLWIFI_LEDS is not set | ||
515 | # CONFIG_WAN is not set | 671 | # CONFIG_WAN is not set |
516 | # CONFIG_FDDI is not set | 672 | # CONFIG_FDDI is not set |
517 | # CONFIG_HIPPI is not set | 673 | # CONFIG_HIPPI is not set |
@@ -519,18 +675,17 @@ CONFIG_CS89x0=y | |||
519 | # CONFIG_PPP is not set | 675 | # CONFIG_PPP is not set |
520 | # CONFIG_SLIP is not set | 676 | # CONFIG_SLIP is not set |
521 | # CONFIG_NET_FC is not set | 677 | # CONFIG_NET_FC is not set |
522 | # CONFIG_SHAPER is not set | ||
523 | # CONFIG_NETCONSOLE is not set | 678 | # CONFIG_NETCONSOLE is not set |
524 | 679 | # CONFIG_NETPOLL is not set | |
525 | # | 680 | # CONFIG_NET_POLL_CONTROLLER is not set |
526 | # ISDN subsystem | ||
527 | # | ||
528 | # CONFIG_ISDN is not set | 681 | # CONFIG_ISDN is not set |
529 | 682 | ||
530 | # | 683 | # |
531 | # Input device support | 684 | # Input device support |
532 | # | 685 | # |
533 | CONFIG_INPUT=y | 686 | CONFIG_INPUT=y |
687 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
688 | # CONFIG_INPUT_POLLDEV is not set | ||
534 | 689 | ||
535 | # | 690 | # |
536 | # Userland interfaces | 691 | # Userland interfaces |
@@ -540,7 +695,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
540 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 695 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
541 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 696 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
542 | # CONFIG_INPUT_JOYDEV is not set | 697 | # CONFIG_INPUT_JOYDEV is not set |
543 | # CONFIG_INPUT_TSDEV is not set | ||
544 | # CONFIG_INPUT_EVDEV is not set | 698 | # CONFIG_INPUT_EVDEV is not set |
545 | # CONFIG_INPUT_EVBUG is not set | 699 | # CONFIG_INPUT_EVBUG is not set |
546 | 700 | ||
@@ -553,14 +707,25 @@ CONFIG_KEYBOARD_ATKBD=y | |||
553 | # CONFIG_KEYBOARD_LKKBD is not set | 707 | # CONFIG_KEYBOARD_LKKBD is not set |
554 | # CONFIG_KEYBOARD_XTKBD is not set | 708 | # CONFIG_KEYBOARD_XTKBD is not set |
555 | # CONFIG_KEYBOARD_NEWTON is not set | 709 | # CONFIG_KEYBOARD_NEWTON is not set |
710 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
556 | CONFIG_INPUT_MOUSE=y | 711 | CONFIG_INPUT_MOUSE=y |
557 | CONFIG_MOUSE_PS2=y | 712 | CONFIG_MOUSE_PS2=y |
713 | CONFIG_MOUSE_PS2_ALPS=y | ||
714 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
715 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
716 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
717 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
718 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
719 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
558 | # CONFIG_MOUSE_SERIAL is not set | 720 | # CONFIG_MOUSE_SERIAL is not set |
721 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
722 | # CONFIG_MOUSE_BCM5974 is not set | ||
559 | # CONFIG_MOUSE_INPORT is not set | 723 | # CONFIG_MOUSE_INPORT is not set |
560 | # CONFIG_MOUSE_LOGIBM is not set | 724 | # CONFIG_MOUSE_LOGIBM is not set |
561 | # CONFIG_MOUSE_PC110PAD is not set | 725 | # CONFIG_MOUSE_PC110PAD is not set |
562 | # CONFIG_MOUSE_VSXXXAA is not set | 726 | # CONFIG_MOUSE_VSXXXAA is not set |
563 | # CONFIG_INPUT_JOYSTICK is not set | 727 | # CONFIG_INPUT_JOYSTICK is not set |
728 | # CONFIG_INPUT_TABLET is not set | ||
564 | # CONFIG_INPUT_TOUCHSCREEN is not set | 729 | # CONFIG_INPUT_TOUCHSCREEN is not set |
565 | # CONFIG_INPUT_MISC is not set | 730 | # CONFIG_INPUT_MISC is not set |
566 | 731 | ||
@@ -580,16 +745,22 @@ CONFIG_SERIO_LIBPS2=y | |||
580 | # Character devices | 745 | # Character devices |
581 | # | 746 | # |
582 | CONFIG_VT=y | 747 | CONFIG_VT=y |
748 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
583 | CONFIG_VT_CONSOLE=y | 749 | CONFIG_VT_CONSOLE=y |
584 | CONFIG_HW_CONSOLE=y | 750 | CONFIG_HW_CONSOLE=y |
751 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
752 | CONFIG_DEVKMEM=y | ||
585 | # CONFIG_SERIAL_NONSTANDARD is not set | 753 | # CONFIG_SERIAL_NONSTANDARD is not set |
754 | # CONFIG_NOZOMI is not set | ||
586 | 755 | ||
587 | # | 756 | # |
588 | # Serial drivers | 757 | # Serial drivers |
589 | # | 758 | # |
590 | CONFIG_SERIAL_8250=y | 759 | CONFIG_SERIAL_8250=y |
591 | CONFIG_SERIAL_8250_CONSOLE=y | 760 | CONFIG_SERIAL_8250_CONSOLE=y |
761 | CONFIG_SERIAL_8250_PCI=y | ||
592 | CONFIG_SERIAL_8250_NR_UARTS=4 | 762 | CONFIG_SERIAL_8250_NR_UARTS=4 |
763 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
593 | # CONFIG_SERIAL_8250_EXTENDED is not set | 764 | # CONFIG_SERIAL_8250_EXTENDED is not set |
594 | 765 | ||
595 | # | 766 | # |
@@ -599,90 +770,122 @@ CONFIG_SERIAL_CORE=y | |||
599 | CONFIG_SERIAL_CORE_CONSOLE=y | 770 | CONFIG_SERIAL_CORE_CONSOLE=y |
600 | # CONFIG_SERIAL_JSM is not set | 771 | # CONFIG_SERIAL_JSM is not set |
601 | CONFIG_UNIX98_PTYS=y | 772 | CONFIG_UNIX98_PTYS=y |
773 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
602 | CONFIG_LEGACY_PTYS=y | 774 | CONFIG_LEGACY_PTYS=y |
603 | CONFIG_LEGACY_PTY_COUNT=256 | 775 | CONFIG_LEGACY_PTY_COUNT=256 |
604 | CONFIG_PRINTER=m | 776 | CONFIG_PRINTER=m |
605 | # CONFIG_LP_CONSOLE is not set | 777 | # CONFIG_LP_CONSOLE is not set |
606 | # CONFIG_PPDEV is not set | 778 | # CONFIG_PPDEV is not set |
607 | # CONFIG_TIPAR is not set | ||
608 | |||
609 | # | ||
610 | # IPMI | ||
611 | # | ||
612 | # CONFIG_IPMI_HANDLER is not set | 779 | # CONFIG_IPMI_HANDLER is not set |
613 | 780 | CONFIG_HW_RANDOM=m | |
614 | # | ||
615 | # Watchdog Cards | ||
616 | # | ||
617 | # CONFIG_WATCHDOG is not set | ||
618 | # CONFIG_NVRAM is not set | 781 | # CONFIG_NVRAM is not set |
619 | CONFIG_RTC=y | ||
620 | # CONFIG_DTLK is not set | 782 | # CONFIG_DTLK is not set |
621 | # CONFIG_R3964 is not set | 783 | # CONFIG_R3964 is not set |
622 | # CONFIG_APPLICOM is not set | 784 | # CONFIG_APPLICOM is not set |
623 | |||
624 | # | ||
625 | # Ftape, the floppy tape device driver | ||
626 | # | ||
627 | # CONFIG_DRM is not set | ||
628 | # CONFIG_RAW_DRIVER is not set | 785 | # CONFIG_RAW_DRIVER is not set |
786 | # CONFIG_TCG_TPM is not set | ||
787 | CONFIG_DEVPORT=y | ||
788 | # CONFIG_I2C is not set | ||
789 | # CONFIG_SPI is not set | ||
790 | # CONFIG_W1 is not set | ||
791 | # CONFIG_POWER_SUPPLY is not set | ||
792 | # CONFIG_HWMON is not set | ||
793 | # CONFIG_THERMAL is not set | ||
794 | # CONFIG_THERMAL_HWMON is not set | ||
795 | # CONFIG_WATCHDOG is not set | ||
796 | CONFIG_SSB_POSSIBLE=y | ||
629 | 797 | ||
630 | # | 798 | # |
631 | # TPM devices | 799 | # Sonics Silicon Backplane |
632 | # | 800 | # |
633 | # CONFIG_TCG_TPM is not set | 801 | # CONFIG_SSB is not set |
634 | 802 | ||
635 | # | 803 | # |
636 | # I2C support | 804 | # Multifunction device drivers |
637 | # | 805 | # |
638 | # CONFIG_I2C is not set | 806 | # CONFIG_MFD_CORE is not set |
807 | # CONFIG_MFD_SM501 is not set | ||
808 | # CONFIG_HTC_PASIC3 is not set | ||
809 | # CONFIG_MFD_TMIO is not set | ||
639 | 810 | ||
640 | # | 811 | # |
641 | # Misc devices | 812 | # Multimedia devices |
642 | # | 813 | # |
643 | 814 | ||
644 | # | 815 | # |
645 | # Multimedia devices | 816 | # Multimedia core support |
646 | # | 817 | # |
647 | # CONFIG_VIDEO_DEV is not set | 818 | # CONFIG_VIDEO_DEV is not set |
819 | # CONFIG_DVB_CORE is not set | ||
820 | # CONFIG_VIDEO_MEDIA is not set | ||
648 | 821 | ||
649 | # | 822 | # |
650 | # Digital Video Broadcasting Devices | 823 | # Multimedia drivers |
651 | # | 824 | # |
652 | # CONFIG_DVB is not set | 825 | # CONFIG_DAB is not set |
653 | 826 | ||
654 | # | 827 | # |
655 | # Graphics support | 828 | # Graphics support |
656 | # | 829 | # |
830 | # CONFIG_DRM is not set | ||
831 | # CONFIG_VGASTATE is not set | ||
832 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
657 | CONFIG_FB=y | 833 | CONFIG_FB=y |
834 | # CONFIG_FIRMWARE_EDID is not set | ||
835 | # CONFIG_FB_DDC is not set | ||
836 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
658 | CONFIG_FB_CFB_FILLRECT=y | 837 | CONFIG_FB_CFB_FILLRECT=y |
659 | CONFIG_FB_CFB_COPYAREA=y | 838 | CONFIG_FB_CFB_COPYAREA=y |
660 | CONFIG_FB_CFB_IMAGEBLIT=y | 839 | CONFIG_FB_CFB_IMAGEBLIT=y |
661 | CONFIG_FB_SOFT_CURSOR=y | 840 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
841 | # CONFIG_FB_SYS_FILLRECT is not set | ||
842 | # CONFIG_FB_SYS_COPYAREA is not set | ||
843 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
844 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
845 | # CONFIG_FB_SYS_FOPS is not set | ||
846 | # CONFIG_FB_SVGALIB is not set | ||
662 | # CONFIG_FB_MACMODES is not set | 847 | # CONFIG_FB_MACMODES is not set |
848 | # CONFIG_FB_BACKLIGHT is not set | ||
663 | # CONFIG_FB_MODE_HELPERS is not set | 849 | # CONFIG_FB_MODE_HELPERS is not set |
664 | # CONFIG_FB_TILEBLITTING is not set | 850 | # CONFIG_FB_TILEBLITTING is not set |
851 | |||
852 | # | ||
853 | # Frame buffer hardware drivers | ||
854 | # | ||
665 | # CONFIG_FB_CIRRUS is not set | 855 | # CONFIG_FB_CIRRUS is not set |
666 | # CONFIG_FB_PM2 is not set | 856 | # CONFIG_FB_PM2 is not set |
667 | CONFIG_FB_CYBER2000=y | 857 | CONFIG_FB_CYBER2000=y |
668 | # CONFIG_FB_ASILIANT is not set | 858 | # CONFIG_FB_ASILIANT is not set |
669 | # CONFIG_FB_IMSTT is not set | 859 | # CONFIG_FB_IMSTT is not set |
860 | # CONFIG_FB_S1D13XXX is not set | ||
670 | # CONFIG_FB_NVIDIA is not set | 861 | # CONFIG_FB_NVIDIA is not set |
671 | # CONFIG_FB_RIVA is not set | 862 | # CONFIG_FB_RIVA is not set |
672 | # CONFIG_FB_MATROX is not set | 863 | # CONFIG_FB_MATROX is not set |
673 | # CONFIG_FB_RADEON_OLD is not set | ||
674 | # CONFIG_FB_RADEON is not set | 864 | # CONFIG_FB_RADEON is not set |
675 | # CONFIG_FB_ATY128 is not set | 865 | # CONFIG_FB_ATY128 is not set |
676 | # CONFIG_FB_ATY is not set | 866 | # CONFIG_FB_ATY is not set |
867 | # CONFIG_FB_S3 is not set | ||
677 | # CONFIG_FB_SAVAGE is not set | 868 | # CONFIG_FB_SAVAGE is not set |
678 | # CONFIG_FB_SIS is not set | 869 | # CONFIG_FB_SIS is not set |
870 | # CONFIG_FB_VIA is not set | ||
679 | # CONFIG_FB_NEOMAGIC is not set | 871 | # CONFIG_FB_NEOMAGIC is not set |
680 | # CONFIG_FB_KYRO is not set | 872 | # CONFIG_FB_KYRO is not set |
681 | # CONFIG_FB_3DFX is not set | 873 | # CONFIG_FB_3DFX is not set |
682 | # CONFIG_FB_VOODOO1 is not set | 874 | # CONFIG_FB_VOODOO1 is not set |
875 | # CONFIG_FB_VT8623 is not set | ||
683 | # CONFIG_FB_TRIDENT is not set | 876 | # CONFIG_FB_TRIDENT is not set |
684 | # CONFIG_FB_S1D13XXX is not set | 877 | # CONFIG_FB_ARK is not set |
878 | # CONFIG_FB_PM3 is not set | ||
879 | # CONFIG_FB_CARMINE is not set | ||
685 | # CONFIG_FB_VIRTUAL is not set | 880 | # CONFIG_FB_VIRTUAL is not set |
881 | # CONFIG_FB_METRONOME is not set | ||
882 | # CONFIG_FB_MB862XX is not set | ||
883 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
884 | |||
885 | # | ||
886 | # Display device support | ||
887 | # | ||
888 | # CONFIG_DISPLAY_SUPPORT is not set | ||
686 | 889 | ||
687 | # | 890 | # |
688 | # Console display driver support | 891 | # Console display driver support |
@@ -691,126 +894,132 @@ CONFIG_FB_CYBER2000=y | |||
691 | # CONFIG_MDA_CONSOLE is not set | 894 | # CONFIG_MDA_CONSOLE is not set |
692 | CONFIG_DUMMY_CONSOLE=y | 895 | CONFIG_DUMMY_CONSOLE=y |
693 | CONFIG_FRAMEBUFFER_CONSOLE=y | 896 | CONFIG_FRAMEBUFFER_CONSOLE=y |
897 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
898 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
694 | # CONFIG_FONTS is not set | 899 | # CONFIG_FONTS is not set |
695 | CONFIG_FONT_8x8=y | 900 | CONFIG_FONT_8x8=y |
696 | CONFIG_FONT_8x16=y | 901 | CONFIG_FONT_8x16=y |
697 | |||
698 | # | ||
699 | # Logo configuration | ||
700 | # | ||
701 | CONFIG_LOGO=y | 902 | CONFIG_LOGO=y |
702 | # CONFIG_LOGO_LINUX_MONO is not set | 903 | # CONFIG_LOGO_LINUX_MONO is not set |
703 | # CONFIG_LOGO_LINUX_VGA16 is not set | 904 | # CONFIG_LOGO_LINUX_VGA16 is not set |
704 | CONFIG_LOGO_LINUX_CLUT224=y | 905 | CONFIG_LOGO_LINUX_CLUT224=y |
705 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
706 | |||
707 | # | ||
708 | # Sound | ||
709 | # | ||
710 | CONFIG_SOUND=m | 906 | CONFIG_SOUND=m |
711 | 907 | CONFIG_SOUND_OSS_CORE=y | |
712 | # | ||
713 | # Advanced Linux Sound Architecture | ||
714 | # | ||
715 | # CONFIG_SND is not set | 908 | # CONFIG_SND is not set |
716 | |||
717 | # | ||
718 | # Open Sound System | ||
719 | # | ||
720 | CONFIG_SOUND_PRIME=m | 909 | CONFIG_SOUND_PRIME=m |
721 | # CONFIG_SOUND_BT878 is not set | ||
722 | # CONFIG_SOUND_CMPCI is not set | ||
723 | # CONFIG_SOUND_EMU10K1 is not set | ||
724 | # CONFIG_SOUND_FUSION is not set | ||
725 | # CONFIG_SOUND_CS4281 is not set | ||
726 | # CONFIG_SOUND_ES1370 is not set | ||
727 | # CONFIG_SOUND_ES1371 is not set | ||
728 | # CONFIG_SOUND_ESSSOLO1 is not set | ||
729 | # CONFIG_SOUND_MAESTRO is not set | ||
730 | # CONFIG_SOUND_MAESTRO3 is not set | ||
731 | # CONFIG_SOUND_ICH is not set | ||
732 | # CONFIG_SOUND_SONICVIBES is not set | ||
733 | # CONFIG_SOUND_TRIDENT is not set | ||
734 | # CONFIG_SOUND_MSNDCLAS is not set | 910 | # CONFIG_SOUND_MSNDCLAS is not set |
735 | # CONFIG_SOUND_MSNDPIN is not set | 911 | # CONFIG_SOUND_MSNDPIN is not set |
736 | # CONFIG_SOUND_VIA82CXXX is not set | ||
737 | CONFIG_SOUND_OSS=m | 912 | CONFIG_SOUND_OSS=m |
738 | # CONFIG_SOUND_TRACEINIT is not set | 913 | # CONFIG_SOUND_TRACEINIT is not set |
739 | # CONFIG_SOUND_DMAP is not set | 914 | # CONFIG_SOUND_DMAP is not set |
740 | # CONFIG_SOUND_AD1816 is not set | ||
741 | # CONFIG_SOUND_AD1889 is not set | ||
742 | # CONFIG_SOUND_SGALAXY is not set | ||
743 | CONFIG_SOUND_ADLIB=m | ||
744 | # CONFIG_SOUND_ACI_MIXER is not set | ||
745 | # CONFIG_SOUND_CS4232 is not set | ||
746 | # CONFIG_SOUND_SSCAPE is not set | 915 | # CONFIG_SOUND_SSCAPE is not set |
747 | # CONFIG_SOUND_GUS is not set | ||
748 | # CONFIG_SOUND_VMIDI is not set | 916 | # CONFIG_SOUND_VMIDI is not set |
749 | # CONFIG_SOUND_TRIX is not set | 917 | # CONFIG_SOUND_TRIX is not set |
750 | # CONFIG_SOUND_MSS is not set | 918 | # CONFIG_SOUND_MSS is not set |
751 | # CONFIG_SOUND_MPU401 is not set | 919 | # CONFIG_SOUND_MPU401 is not set |
752 | # CONFIG_SOUND_NM256 is not set | ||
753 | # CONFIG_SOUND_MAD16 is not set | ||
754 | # CONFIG_SOUND_PAS is not set | 920 | # CONFIG_SOUND_PAS is not set |
755 | # CONFIG_SOUND_PSS is not set | 921 | # CONFIG_SOUND_PSS is not set |
756 | CONFIG_SOUND_SB=m | 922 | CONFIG_SOUND_SB=m |
757 | # CONFIG_SOUND_AWE32_SYNTH is not set | ||
758 | # CONFIG_SOUND_WAVEFRONT is not set | ||
759 | # CONFIG_SOUND_MAUI is not set | ||
760 | # CONFIG_SOUND_YM3812 is not set | 923 | # CONFIG_SOUND_YM3812 is not set |
761 | # CONFIG_SOUND_OPL3SA1 is not set | ||
762 | # CONFIG_SOUND_OPL3SA2 is not set | ||
763 | # CONFIG_SOUND_YMFPCI is not set | ||
764 | # CONFIG_SOUND_UART6850 is not set | 924 | # CONFIG_SOUND_UART6850 is not set |
765 | # CONFIG_SOUND_AEDSP16 is not set | 925 | # CONFIG_SOUND_AEDSP16 is not set |
766 | # CONFIG_SOUND_KAHLUA is not set | 926 | # CONFIG_SOUND_KAHLUA is not set |
767 | # CONFIG_SOUND_ALI5455 is not set | 927 | CONFIG_HID_SUPPORT=y |
768 | # CONFIG_SOUND_FORTE is not set | 928 | CONFIG_HID=y |
769 | # CONFIG_SOUND_RME96XX is not set | 929 | # CONFIG_HID_DEBUG is not set |
770 | # CONFIG_SOUND_AD1980 is not set | 930 | # CONFIG_HIDRAW is not set |
931 | # CONFIG_HID_PID is not set | ||
771 | 932 | ||
772 | # | 933 | # |
773 | # USB support | 934 | # Special HID drivers |
774 | # | 935 | # |
936 | CONFIG_HID_COMPAT=y | ||
937 | CONFIG_USB_SUPPORT=y | ||
775 | CONFIG_USB_ARCH_HAS_HCD=y | 938 | CONFIG_USB_ARCH_HAS_HCD=y |
776 | CONFIG_USB_ARCH_HAS_OHCI=y | 939 | CONFIG_USB_ARCH_HAS_OHCI=y |
940 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
777 | # CONFIG_USB is not set | 941 | # CONFIG_USB is not set |
778 | 942 | ||
779 | # | 943 | # |
780 | # USB Gadget Support | 944 | # Enable Host or Gadget support to see Inventra options |
781 | # | 945 | # |
782 | # CONFIG_USB_GADGET is not set | ||
783 | 946 | ||
784 | # | 947 | # |
785 | # MMC/SD Card support | 948 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
786 | # | 949 | # |
950 | # CONFIG_USB_GADGET is not set | ||
951 | # CONFIG_UWB is not set | ||
787 | # CONFIG_MMC is not set | 952 | # CONFIG_MMC is not set |
953 | # CONFIG_MEMSTICK is not set | ||
954 | # CONFIG_ACCESSIBILITY is not set | ||
955 | # CONFIG_NEW_LEDS is not set | ||
956 | CONFIG_RTC_LIB=y | ||
957 | CONFIG_RTC_CLASS=y | ||
958 | CONFIG_RTC_HCTOSYS=y | ||
959 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
960 | # CONFIG_RTC_DEBUG is not set | ||
961 | |||
962 | # | ||
963 | # RTC interfaces | ||
964 | # | ||
965 | CONFIG_RTC_INTF_SYSFS=y | ||
966 | CONFIG_RTC_INTF_PROC=y | ||
967 | CONFIG_RTC_INTF_DEV=y | ||
968 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
969 | # CONFIG_RTC_DRV_TEST is not set | ||
970 | |||
971 | # | ||
972 | # SPI RTC drivers | ||
973 | # | ||
974 | |||
975 | # | ||
976 | # Platform RTC drivers | ||
977 | # | ||
978 | CONFIG_RTC_DRV_CMOS=y | ||
979 | # CONFIG_RTC_DRV_DS1286 is not set | ||
980 | # CONFIG_RTC_DRV_DS1511 is not set | ||
981 | # CONFIG_RTC_DRV_DS1553 is not set | ||
982 | # CONFIG_RTC_DRV_DS1742 is not set | ||
983 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
984 | # CONFIG_RTC_DRV_M48T86 is not set | ||
985 | # CONFIG_RTC_DRV_M48T35 is not set | ||
986 | # CONFIG_RTC_DRV_M48T59 is not set | ||
987 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
988 | # CONFIG_RTC_DRV_V3020 is not set | ||
989 | |||
990 | # | ||
991 | # on-CPU RTC drivers | ||
992 | # | ||
993 | # CONFIG_DMADEVICES is not set | ||
994 | # CONFIG_AUXDISPLAY is not set | ||
995 | # CONFIG_REGULATOR is not set | ||
996 | # CONFIG_UIO is not set | ||
788 | 997 | ||
789 | # | 998 | # |
790 | # File systems | 999 | # File systems |
791 | # | 1000 | # |
792 | CONFIG_EXT2_FS=y | 1001 | CONFIG_EXT2_FS=y |
793 | # CONFIG_EXT2_FS_XATTR is not set | 1002 | # CONFIG_EXT2_FS_XATTR is not set |
1003 | # CONFIG_EXT2_FS_XIP is not set | ||
794 | CONFIG_EXT3_FS=y | 1004 | CONFIG_EXT3_FS=y |
795 | CONFIG_EXT3_FS_XATTR=y | 1005 | CONFIG_EXT3_FS_XATTR=y |
796 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1006 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
797 | # CONFIG_EXT3_FS_SECURITY is not set | 1007 | # CONFIG_EXT3_FS_SECURITY is not set |
1008 | # CONFIG_EXT4_FS is not set | ||
798 | CONFIG_JBD=y | 1009 | CONFIG_JBD=y |
799 | # CONFIG_JBD_DEBUG is not set | ||
800 | CONFIG_FS_MBCACHE=y | 1010 | CONFIG_FS_MBCACHE=y |
801 | # CONFIG_REISERFS_FS is not set | 1011 | # CONFIG_REISERFS_FS is not set |
802 | # CONFIG_JFS_FS is not set | 1012 | # CONFIG_JFS_FS is not set |
803 | 1013 | # CONFIG_FS_POSIX_ACL is not set | |
804 | # | 1014 | CONFIG_FILE_LOCKING=y |
805 | # XFS support | ||
806 | # | ||
807 | # CONFIG_XFS_FS is not set | 1015 | # CONFIG_XFS_FS is not set |
808 | # CONFIG_MINIX_FS is not set | 1016 | # CONFIG_OCFS2_FS is not set |
809 | # CONFIG_ROMFS_FS is not set | ||
810 | # CONFIG_QUOTA is not set | ||
811 | CONFIG_DNOTIFY=y | 1017 | CONFIG_DNOTIFY=y |
1018 | # CONFIG_INOTIFY is not set | ||
1019 | # CONFIG_QUOTA is not set | ||
812 | # CONFIG_AUTOFS_FS is not set | 1020 | # CONFIG_AUTOFS_FS is not set |
813 | # CONFIG_AUTOFS4_FS is not set | 1021 | # CONFIG_AUTOFS4_FS is not set |
1022 | # CONFIG_FUSE_FS is not set | ||
814 | 1023 | ||
815 | # | 1024 | # |
816 | # CD-ROM/DVD Filesystems | 1025 | # CD-ROM/DVD Filesystems |
@@ -834,14 +1043,12 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
834 | # Pseudo filesystems | 1043 | # Pseudo filesystems |
835 | # | 1044 | # |
836 | CONFIG_PROC_FS=y | 1045 | CONFIG_PROC_FS=y |
1046 | CONFIG_PROC_SYSCTL=y | ||
1047 | CONFIG_PROC_PAGE_MONITOR=y | ||
837 | CONFIG_SYSFS=y | 1048 | CONFIG_SYSFS=y |
838 | CONFIG_DEVFS_FS=y | ||
839 | CONFIG_DEVFS_MOUNT=y | ||
840 | # CONFIG_DEVFS_DEBUG is not set | ||
841 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
842 | # CONFIG_TMPFS is not set | 1049 | # CONFIG_TMPFS is not set |
843 | # CONFIG_HUGETLB_PAGE is not set | 1050 | # CONFIG_HUGETLB_PAGE is not set |
844 | CONFIG_RAMFS=y | 1051 | # CONFIG_CONFIGFS_FS is not set |
845 | 1052 | ||
846 | # | 1053 | # |
847 | # Miscellaneous filesystems | 1054 | # Miscellaneous filesystems |
@@ -855,22 +1062,27 @@ CONFIG_RAMFS=y | |||
855 | # CONFIG_EFS_FS is not set | 1062 | # CONFIG_EFS_FS is not set |
856 | # CONFIG_CRAMFS is not set | 1063 | # CONFIG_CRAMFS is not set |
857 | # CONFIG_VXFS_FS is not set | 1064 | # CONFIG_VXFS_FS is not set |
1065 | # CONFIG_MINIX_FS is not set | ||
1066 | # CONFIG_OMFS_FS is not set | ||
858 | # CONFIG_HPFS_FS is not set | 1067 | # CONFIG_HPFS_FS is not set |
859 | # CONFIG_QNX4FS_FS is not set | 1068 | # CONFIG_QNX4FS_FS is not set |
1069 | # CONFIG_ROMFS_FS is not set | ||
860 | # CONFIG_SYSV_FS is not set | 1070 | # CONFIG_SYSV_FS is not set |
861 | # CONFIG_UFS_FS is not set | 1071 | # CONFIG_UFS_FS is not set |
862 | 1072 | CONFIG_NETWORK_FILESYSTEMS=y | |
863 | # | 1073 | CONFIG_NFS_FS=y |
864 | # Network File Systems | ||
865 | # | ||
866 | CONFIG_NFS_FS=m | ||
867 | CONFIG_NFS_V3=y | 1074 | CONFIG_NFS_V3=y |
1075 | # CONFIG_NFS_V3_ACL is not set | ||
868 | # CONFIG_NFS_V4 is not set | 1076 | # CONFIG_NFS_V4 is not set |
869 | # CONFIG_NFS_DIRECTIO is not set | 1077 | CONFIG_NFSD=m |
870 | # CONFIG_NFSD is not set | 1078 | # CONFIG_NFSD_V3 is not set |
871 | CONFIG_LOCKD=m | 1079 | # CONFIG_NFSD_V4 is not set |
1080 | CONFIG_LOCKD=y | ||
872 | CONFIG_LOCKD_V4=y | 1081 | CONFIG_LOCKD_V4=y |
873 | CONFIG_SUNRPC=m | 1082 | CONFIG_EXPORTFS=m |
1083 | CONFIG_NFS_COMMON=y | ||
1084 | CONFIG_SUNRPC=y | ||
1085 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
874 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1086 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
875 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1087 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
876 | # CONFIG_SMB_FS is not set | 1088 | # CONFIG_SMB_FS is not set |
@@ -897,11 +1109,9 @@ CONFIG_MSDOS_PARTITION=y | |||
897 | # CONFIG_SGI_PARTITION is not set | 1109 | # CONFIG_SGI_PARTITION is not set |
898 | # CONFIG_ULTRIX_PARTITION is not set | 1110 | # CONFIG_ULTRIX_PARTITION is not set |
899 | # CONFIG_SUN_PARTITION is not set | 1111 | # CONFIG_SUN_PARTITION is not set |
1112 | # CONFIG_KARMA_PARTITION is not set | ||
900 | # CONFIG_EFI_PARTITION is not set | 1113 | # CONFIG_EFI_PARTITION is not set |
901 | 1114 | # CONFIG_SYSV68_PARTITION is not set | |
902 | # | ||
903 | # Native Language Support | ||
904 | # | ||
905 | CONFIG_NLS=m | 1115 | CONFIG_NLS=m |
906 | CONFIG_NLS_DEFAULT="iso8859-1" | 1116 | CONFIG_NLS_DEFAULT="iso8859-1" |
907 | CONFIG_NLS_CODEPAGE_437=m | 1117 | CONFIG_NLS_CODEPAGE_437=m |
@@ -942,30 +1152,74 @@ CONFIG_NLS_ISO8859_1=m | |||
942 | # CONFIG_NLS_KOI8_R is not set | 1152 | # CONFIG_NLS_KOI8_R is not set |
943 | # CONFIG_NLS_KOI8_U is not set | 1153 | # CONFIG_NLS_KOI8_U is not set |
944 | # CONFIG_NLS_UTF8 is not set | 1154 | # CONFIG_NLS_UTF8 is not set |
945 | 1155 | # CONFIG_DLM is not set | |
946 | # | ||
947 | # Profiling support | ||
948 | # | ||
949 | # CONFIG_PROFILING is not set | ||
950 | 1156 | ||
951 | # | 1157 | # |
952 | # Kernel hacking | 1158 | # Kernel hacking |
953 | # | 1159 | # |
954 | # CONFIG_PRINTK_TIME is not set | 1160 | # CONFIG_PRINTK_TIME is not set |
955 | CONFIG_DEBUG_KERNEL=y | 1161 | # CONFIG_ENABLE_WARN_DEPRECATED is not set |
1162 | # CONFIG_ENABLE_MUST_CHECK is not set | ||
1163 | CONFIG_FRAME_WARN=1024 | ||
956 | # CONFIG_MAGIC_SYSRQ is not set | 1164 | # CONFIG_MAGIC_SYSRQ is not set |
957 | CONFIG_LOG_BUF_SHIFT=14 | 1165 | # CONFIG_UNUSED_SYMBOLS is not set |
1166 | # CONFIG_DEBUG_FS is not set | ||
1167 | # CONFIG_HEADERS_CHECK is not set | ||
1168 | CONFIG_DEBUG_KERNEL=y | ||
1169 | # CONFIG_DEBUG_SHIRQ is not set | ||
1170 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1171 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1172 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1173 | # CONFIG_SCHED_DEBUG is not set | ||
958 | # CONFIG_SCHEDSTATS is not set | 1174 | # CONFIG_SCHEDSTATS is not set |
1175 | # CONFIG_TIMER_STATS is not set | ||
1176 | # CONFIG_DEBUG_OBJECTS is not set | ||
959 | # CONFIG_DEBUG_SLAB is not set | 1177 | # CONFIG_DEBUG_SLAB is not set |
1178 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1179 | # CONFIG_RT_MUTEX_TESTER is not set | ||
960 | # CONFIG_DEBUG_SPINLOCK is not set | 1180 | # CONFIG_DEBUG_SPINLOCK is not set |
1181 | # CONFIG_DEBUG_MUTEXES is not set | ||
1182 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1183 | # CONFIG_PROVE_LOCKING is not set | ||
1184 | # CONFIG_LOCK_STAT is not set | ||
961 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1185 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1186 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
962 | # CONFIG_DEBUG_KOBJECT is not set | 1187 | # CONFIG_DEBUG_KOBJECT is not set |
963 | CONFIG_DEBUG_BUGVERBOSE=y | 1188 | CONFIG_DEBUG_BUGVERBOSE=y |
964 | # CONFIG_DEBUG_INFO is not set | 1189 | # CONFIG_DEBUG_INFO is not set |
965 | # CONFIG_DEBUG_FS is not set | 1190 | # CONFIG_DEBUG_VM is not set |
1191 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1192 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1193 | # CONFIG_DEBUG_LIST is not set | ||
1194 | # CONFIG_DEBUG_SG is not set | ||
1195 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
966 | CONFIG_FRAME_POINTER=y | 1196 | CONFIG_FRAME_POINTER=y |
1197 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1198 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1199 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1200 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1201 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1202 | # CONFIG_FAULT_INJECTION is not set | ||
1203 | # CONFIG_LATENCYTOP is not set | ||
1204 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1205 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1206 | |||
1207 | # | ||
1208 | # Tracers | ||
1209 | # | ||
1210 | # CONFIG_FUNCTION_TRACER is not set | ||
1211 | # CONFIG_SCHED_TRACER is not set | ||
1212 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1213 | # CONFIG_BOOT_TRACER is not set | ||
1214 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1215 | # CONFIG_STACK_TRACER is not set | ||
1216 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1217 | # CONFIG_SAMPLES is not set | ||
1218 | CONFIG_HAVE_ARCH_KGDB=y | ||
1219 | # CONFIG_KGDB is not set | ||
967 | CONFIG_DEBUG_USER=y | 1220 | CONFIG_DEBUG_USER=y |
968 | # CONFIG_DEBUG_ERRORS is not set | 1221 | # CONFIG_DEBUG_ERRORS is not set |
1222 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
969 | # CONFIG_DEBUG_LL is not set | 1223 | # CONFIG_DEBUG_LL is not set |
970 | 1224 | ||
971 | # | 1225 | # |
@@ -973,19 +1227,23 @@ CONFIG_DEBUG_USER=y | |||
973 | # | 1227 | # |
974 | # CONFIG_KEYS is not set | 1228 | # CONFIG_KEYS is not set |
975 | # CONFIG_SECURITY is not set | 1229 | # CONFIG_SECURITY is not set |
976 | 1230 | # CONFIG_SECURITYFS is not set | |
977 | # | 1231 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
978 | # Cryptographic options | ||
979 | # | ||
980 | # CONFIG_CRYPTO is not set | 1232 | # CONFIG_CRYPTO is not set |
981 | 1233 | ||
982 | # | 1234 | # |
983 | # Hardware crypto devices | ||
984 | # | ||
985 | |||
986 | # | ||
987 | # Library routines | 1235 | # Library routines |
988 | # | 1236 | # |
1237 | CONFIG_BITREVERSE=y | ||
1238 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
989 | # CONFIG_CRC_CCITT is not set | 1239 | # CONFIG_CRC_CCITT is not set |
1240 | # CONFIG_CRC16 is not set | ||
1241 | # CONFIG_CRC_T10DIF is not set | ||
1242 | # CONFIG_CRC_ITU_T is not set | ||
990 | CONFIG_CRC32=y | 1243 | CONFIG_CRC32=y |
1244 | # CONFIG_CRC7 is not set | ||
991 | # CONFIG_LIBCRC32C is not set | 1245 | # CONFIG_LIBCRC32C is not set |
1246 | CONFIG_PLIST=y | ||
1247 | CONFIG_HAS_IOMEM=y | ||
1248 | CONFIG_HAS_IOPORT=y | ||
1249 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/simpad_defconfig b/arch/arm/configs/simpad_defconfig index 03f783e696b3..685d2b513206 100644 --- a/arch/arm/configs/simpad_defconfig +++ b/arch/arm/configs/simpad_defconfig | |||
@@ -89,7 +89,6 @@ CONFIG_ARCH_SA1100=y | |||
89 | # CONFIG_SA1100_COLLIE is not set | 89 | # CONFIG_SA1100_COLLIE is not set |
90 | # CONFIG_SA1100_H3100 is not set | 90 | # CONFIG_SA1100_H3100 is not set |
91 | # CONFIG_SA1100_H3600 is not set | 91 | # CONFIG_SA1100_H3600 is not set |
92 | # CONFIG_SA1100_H3800 is not set | ||
93 | # CONFIG_SA1100_BADGE4 is not set | 92 | # CONFIG_SA1100_BADGE4 is not set |
94 | # CONFIG_SA1100_JORNADA720 is not set | 93 | # CONFIG_SA1100_JORNADA720 is not set |
95 | # CONFIG_SA1100_HACKKIT is not set | 94 | # CONFIG_SA1100_HACKKIT is not set |