diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-27 05:42:48 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-27 05:42:52 -0400 |
commit | 4708ac49305bbcd511600d4af71a4c6dca15af65 (patch) | |
tree | 77ba5c83a7d4f4a119e3fd524d82adc297df1e35 /arch/arm/configs/omap_generic_2420_defconfig | |
parent | 1dbd30e9890fd69e50b17edd70ca583546b0fe4e (diff) | |
parent | 2f7989efd4398d92b8adffce2e07dd043a0895fe (diff) |
Merge branch 'origin' into misc
Diffstat (limited to 'arch/arm/configs/omap_generic_2420_defconfig')
-rw-r--r-- | arch/arm/configs/omap_generic_2420_defconfig | 619 |
1 files changed, 1 insertions, 618 deletions
diff --git a/arch/arm/configs/omap_generic_2420_defconfig b/arch/arm/configs/omap_generic_2420_defconfig index 7218b96c0b76..ac08e51180dd 100644 --- a/arch/arm/configs/omap_generic_2420_defconfig +++ b/arch/arm/configs/omap_generic_2420_defconfig | |||
@@ -1,654 +1,37 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc6-omap1 | ||
4 | # Tue Sep 18 11:44:48 2007 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | CONFIG_GENERIC_TIME=y | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_MMU=y | ||
12 | # CONFIG_NO_IOPORT is not set | ||
13 | CONFIG_GENERIC_HARDIRQS=y | ||
14 | CONFIG_STACKTRACE_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_ZONE_DMA=y | ||
25 | CONFIG_VECTORS_BASE=0xffff0000 | ||
26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
27 | |||
28 | # | ||
29 | # General setup | ||
30 | # | ||
31 | CONFIG_EXPERIMENTAL=y | 1 | CONFIG_EXPERIMENTAL=y |
32 | CONFIG_BROKEN_ON_SMP=y | ||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
34 | CONFIG_LOCALVERSION="" | ||
35 | CONFIG_LOCALVERSION_AUTO=y | ||
36 | CONFIG_SWAP=y | ||
37 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
38 | CONFIG_SYSVIPC_SYSCTL=y | ||
39 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
40 | # CONFIG_USER_NS is not set | ||
41 | # CONFIG_IKCONFIG is not set | ||
42 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
44 | # CONFIG_RELAY is not set | ||
45 | CONFIG_BLK_DEV_INITRD=y | 4 | CONFIG_BLK_DEV_INITRD=y |
46 | CONFIG_INITRAMFS_SOURCE="" | ||
47 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
48 | CONFIG_SYSCTL=y | ||
49 | # CONFIG_EMBEDDED is not set | ||
50 | CONFIG_UID16=y | ||
51 | CONFIG_SYSCTL_SYSCALL=y | ||
52 | CONFIG_KALLSYMS=y | ||
53 | # CONFIG_KALLSYMS_ALL is not set | ||
54 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
55 | CONFIG_HOTPLUG=y | ||
56 | CONFIG_PRINTK=y | ||
57 | CONFIG_BUG=y | ||
58 | CONFIG_ELF_CORE=y | ||
59 | CONFIG_BASE_FULL=y | ||
60 | CONFIG_FUTEX=y | ||
61 | CONFIG_ANON_INODES=y | ||
62 | CONFIG_EPOLL=y | ||
63 | CONFIG_SIGNALFD=y | ||
64 | CONFIG_TIMERFD=y | ||
65 | CONFIG_EVENTFD=y | ||
66 | CONFIG_SHMEM=y | ||
67 | CONFIG_VM_EVENT_COUNTERS=y | ||
68 | CONFIG_SLUB_DEBUG=y | ||
69 | # CONFIG_SLAB is not set | ||
70 | CONFIG_SLUB=y | ||
71 | # CONFIG_SLOB is not set | ||
72 | CONFIG_RT_MUTEXES=y | ||
73 | # CONFIG_TINY_SHMEM is not set | ||
74 | CONFIG_BASE_SMALL=0 | ||
75 | CONFIG_MODULES=y | 5 | CONFIG_MODULES=y |
76 | CONFIG_MODULE_UNLOAD=y | 6 | CONFIG_MODULE_UNLOAD=y |
77 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
78 | # CONFIG_MODVERSIONS is not set | ||
79 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
80 | # CONFIG_KMOD is not set | ||
81 | CONFIG_BLOCK=y | ||
82 | # CONFIG_LBD is not set | ||
83 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
84 | # CONFIG_LSF is not set | ||
85 | # CONFIG_BLK_DEV_BSG is not set | 7 | # CONFIG_BLK_DEV_BSG is not set |
86 | |||
87 | # | ||
88 | # IO Schedulers | ||
89 | # | ||
90 | CONFIG_IOSCHED_NOOP=y | ||
91 | CONFIG_IOSCHED_AS=y | ||
92 | CONFIG_IOSCHED_DEADLINE=y | ||
93 | CONFIG_IOSCHED_CFQ=y | ||
94 | # CONFIG_DEFAULT_AS is not set | ||
95 | # CONFIG_DEFAULT_DEADLINE is not set | ||
96 | CONFIG_DEFAULT_CFQ=y | ||
97 | # CONFIG_DEFAULT_NOOP is not set | ||
98 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
99 | |||
100 | # | ||
101 | # System Type | ||
102 | # | ||
103 | # CONFIG_ARCH_AAEC2000 is not set | ||
104 | # CONFIG_ARCH_INTEGRATOR is not set | ||
105 | # CONFIG_ARCH_REALVIEW is not set | ||
106 | # CONFIG_ARCH_VERSATILE is not set | ||
107 | # CONFIG_ARCH_AT91 is not set | ||
108 | # CONFIG_ARCH_CLPS7500 is not set | ||
109 | # CONFIG_ARCH_CLPS711X is not set | ||
110 | # CONFIG_ARCH_CO285 is not set | ||
111 | # CONFIG_ARCH_EBSA110 is not set | ||
112 | # CONFIG_ARCH_EP93XX is not set | ||
113 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
114 | # CONFIG_ARCH_NETX is not set | ||
115 | # CONFIG_ARCH_H720X is not set | ||
116 | # CONFIG_ARCH_IMX is not set | ||
117 | # CONFIG_ARCH_IOP13XX is not set | ||
118 | # CONFIG_ARCH_IOP32X is not set | ||
119 | # CONFIG_ARCH_IOP33X is not set | ||
120 | # CONFIG_ARCH_IXP23XX is not set | ||
121 | # CONFIG_ARCH_IXP2000 is not set | ||
122 | # CONFIG_ARCH_IXP4XX is not set | ||
123 | # CONFIG_ARCH_L7200 is not set | ||
124 | # CONFIG_ARCH_KS8695 is not set | ||
125 | # CONFIG_ARCH_NS9XXX is not set | ||
126 | # CONFIG_ARCH_MXC is not set | ||
127 | # CONFIG_ARCH_PNX4008 is not set | ||
128 | # CONFIG_ARCH_PXA is not set | ||
129 | # CONFIG_ARCH_RPC is not set | ||
130 | # CONFIG_ARCH_SA1100 is not set | ||
131 | # CONFIG_ARCH_S3C2410 is not set | ||
132 | # CONFIG_ARCH_SHARK is not set | ||
133 | # CONFIG_ARCH_LH7A40X is not set | ||
134 | # CONFIG_ARCH_DAVINCI is not set | ||
135 | CONFIG_ARCH_OMAP=y | 8 | CONFIG_ARCH_OMAP=y |
136 | |||
137 | # | ||
138 | # TI OMAP Implementations | ||
139 | # | ||
140 | CONFIG_ARCH_OMAP_OTG=y | ||
141 | # CONFIG_ARCH_OMAP1 is not set | ||
142 | CONFIG_ARCH_OMAP2=y | 9 | CONFIG_ARCH_OMAP2=y |
143 | # CONFIG_ARCH_OMAP3 is not set | ||
144 | |||
145 | # | ||
146 | # OMAP Feature Selections | ||
147 | # | ||
148 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
149 | CONFIG_OMAP_BOOT_TAG=y | ||
150 | # CONFIG_OMAP_BOOT_REASON is not set | ||
151 | # CONFIG_OMAP_COMPONENT_VERSION is not set | ||
152 | # CONFIG_OMAP_GPIO_SWITCH is not set | ||
153 | # CONFIG_OMAP_MUX is not set | 10 | # CONFIG_OMAP_MUX is not set |
154 | # CONFIG_OMAP_STI is not set | ||
155 | CONFIG_OMAP_MCBSP=y | ||
156 | # CONFIG_OMAP_MMU_FWK is not set | ||
157 | # CONFIG_OMAP_MBOX_FWK is not set | ||
158 | CONFIG_OMAP_MPU_TIMER=y | ||
159 | # CONFIG_OMAP_32K_TIMER is not set | ||
160 | CONFIG_OMAP_DM_TIMER=y | ||
161 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
162 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
163 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
164 | # CONFIG_OMAP_DSP is not set | ||
165 | CONFIG_MACH_OMAP_GENERIC=y | 11 | CONFIG_MACH_OMAP_GENERIC=y |
166 | |||
167 | # | ||
168 | # OMAP Core Type | ||
169 | # | ||
170 | CONFIG_ARCH_OMAP24XX=y | ||
171 | CONFIG_ARCH_OMAP2420=y | 12 | CONFIG_ARCH_OMAP2420=y |
172 | # CONFIG_ARCH_OMAP2430 is not set | ||
173 | |||
174 | # | ||
175 | # OMAP Board Type | ||
176 | # | ||
177 | # CONFIG_MACH_NOKIA_N800 is not set | ||
178 | # CONFIG_MACH_OMAP_H4 is not set | ||
179 | # CONFIG_MACH_OMAP_APOLLON is not set | ||
180 | # CONFIG_MACH_OMAP_APOLLON_PLUS is not set | ||
181 | # CONFIG_MACH_OMAP_2430SDP is not set | ||
182 | |||
183 | # | ||
184 | # Boot options | ||
185 | # | ||
186 | |||
187 | # | ||
188 | # Power management | ||
189 | # | ||
190 | |||
191 | # | ||
192 | # Processor Type | ||
193 | # | ||
194 | CONFIG_CPU_V6=y | ||
195 | # CONFIG_CPU_32v6K is not set | ||
196 | CONFIG_CPU_32v6=y | ||
197 | CONFIG_CPU_ABRT_EV6=y | ||
198 | CONFIG_CPU_PABRT_NOIFAR=y | ||
199 | CONFIG_CPU_CACHE_V6=y | ||
200 | CONFIG_CPU_CACHE_VIPT=y | ||
201 | CONFIG_CPU_COPY_V6=y | ||
202 | CONFIG_CPU_TLB_V6=y | ||
203 | CONFIG_CPU_HAS_ASID=y | ||
204 | CONFIG_CPU_CP15=y | ||
205 | CONFIG_CPU_CP15_MMU=y | ||
206 | |||
207 | # | ||
208 | # Processor Features | ||
209 | # | ||
210 | CONFIG_ARM_THUMB=y | ||
211 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
212 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
213 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
214 | # CONFIG_OUTER_CACHE is not set | ||
215 | |||
216 | # | ||
217 | # Bus support | ||
218 | # | ||
219 | # CONFIG_PCI_SYSCALL is not set | ||
220 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
221 | |||
222 | # | ||
223 | # PCCARD (PCMCIA/CardBus) support | ||
224 | # | ||
225 | # CONFIG_PCCARD is not set | ||
226 | |||
227 | # | ||
228 | # Kernel Features | ||
229 | # | ||
230 | # CONFIG_TICK_ONESHOT is not set | ||
231 | # CONFIG_NO_HZ is not set | ||
232 | # CONFIG_HIGH_RES_TIMERS is not set | ||
233 | # CONFIG_PREEMPT is not set | ||
234 | CONFIG_HZ=100 | ||
235 | # CONFIG_AEABI is not set | ||
236 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
237 | CONFIG_SELECT_MEMORY_MODEL=y | ||
238 | CONFIG_FLATMEM_MANUAL=y | ||
239 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
240 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
241 | CONFIG_FLATMEM=y | ||
242 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
243 | # CONFIG_SPARSEMEM_STATIC is not set | ||
244 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
245 | # CONFIG_RESOURCES_64BIT is not set | ||
246 | CONFIG_ZONE_DMA_FLAG=1 | ||
247 | CONFIG_BOUNCE=y | ||
248 | CONFIG_VIRT_TO_BUS=y | ||
249 | CONFIG_LEDS=y | 13 | CONFIG_LEDS=y |
250 | CONFIG_ALIGNMENT_TRAP=y | ||
251 | |||
252 | # | ||
253 | # Boot options | ||
254 | # | ||
255 | CONFIG_ZBOOT_ROM_TEXT=0x10C08000 | 14 | CONFIG_ZBOOT_ROM_TEXT=0x10C08000 |
256 | CONFIG_ZBOOT_ROM_BSS=0x10200000 | 15 | CONFIG_ZBOOT_ROM_BSS=0x10200000 |
257 | # CONFIG_ZBOOT_ROM is not set | ||
258 | CONFIG_CMDLINE="" | ||
259 | # CONFIG_XIP_KERNEL is not set | ||
260 | # CONFIG_KEXEC is not set | ||
261 | |||
262 | # | ||
263 | # CPU Frequency scaling | ||
264 | # | ||
265 | # CONFIG_CPU_FREQ is not set | ||
266 | |||
267 | # | ||
268 | # Floating point emulation | ||
269 | # | ||
270 | |||
271 | # | ||
272 | # At least one emulation must be selected | ||
273 | # | ||
274 | CONFIG_FPE_NWFPE=y | 16 | CONFIG_FPE_NWFPE=y |
275 | # CONFIG_FPE_NWFPE_XP is not set | ||
276 | # CONFIG_FPE_FASTFPE is not set | ||
277 | # CONFIG_VFP is not set | ||
278 | |||
279 | # | ||
280 | # Userspace binary formats | ||
281 | # | ||
282 | CONFIG_BINFMT_ELF=y | ||
283 | # CONFIG_BINFMT_AOUT is not set | ||
284 | # CONFIG_BINFMT_MISC is not set | ||
285 | # CONFIG_ARTHUR is not set | ||
286 | |||
287 | # | ||
288 | # Power management options | ||
289 | # | ||
290 | # CONFIG_PM is not set | ||
291 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
292 | |||
293 | # | ||
294 | # Networking | ||
295 | # | ||
296 | # CONFIG_NET is not set | ||
297 | |||
298 | # | ||
299 | # Device Drivers | ||
300 | # | ||
301 | |||
302 | # | ||
303 | # Generic Driver Options | ||
304 | # | ||
305 | CONFIG_STANDALONE=y | ||
306 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
307 | CONFIG_FW_LOADER=y | ||
308 | # CONFIG_DEBUG_DRIVER is not set | ||
309 | # CONFIG_DEBUG_DEVRES is not set | ||
310 | # CONFIG_SYS_HYPERVISOR is not set | ||
311 | # CONFIG_MTD is not set | ||
312 | # CONFIG_PARPORT is not set | ||
313 | CONFIG_BLK_DEV=y | ||
314 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
315 | # CONFIG_BLK_DEV_LOOP is not set | ||
316 | CONFIG_BLK_DEV_RAM=y | 17 | CONFIG_BLK_DEV_RAM=y |
317 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
318 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
319 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
320 | # CONFIG_CDROM_PKTCDVD is not set | ||
321 | |||
322 | # | ||
323 | # SCSI device support | ||
324 | # | ||
325 | # CONFIG_RAID_ATTRS is not set | ||
326 | # CONFIG_SCSI is not set | ||
327 | # CONFIG_SCSI_DMA is not set | ||
328 | # CONFIG_SCSI_NETLINK is not set | ||
329 | # CONFIG_ATA is not set | ||
330 | # CONFIG_MD is not set | ||
331 | |||
332 | # | ||
333 | # Input device support | ||
334 | # | ||
335 | CONFIG_INPUT=y | ||
336 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
337 | # CONFIG_INPUT_POLLDEV is not set | ||
338 | |||
339 | # | ||
340 | # Userland interfaces | ||
341 | # | ||
342 | CONFIG_INPUT_MOUSEDEV=y | ||
343 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
344 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
345 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
346 | # CONFIG_INPUT_JOYDEV is not set | ||
347 | # CONFIG_INPUT_TSDEV is not set | ||
348 | CONFIG_INPUT_EVDEV=y | 18 | CONFIG_INPUT_EVDEV=y |
349 | # CONFIG_INPUT_EVBUG is not set | ||
350 | |||
351 | # | ||
352 | # Input Device Drivers | ||
353 | # | ||
354 | # CONFIG_INPUT_KEYBOARD is not set | 19 | # CONFIG_INPUT_KEYBOARD is not set |
355 | # CONFIG_INPUT_MOUSE is not set | 20 | # CONFIG_INPUT_MOUSE is not set |
356 | # CONFIG_INPUT_JOYSTICK is not set | ||
357 | # CONFIG_INPUT_TABLET is not set | ||
358 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
359 | # CONFIG_INPUT_MISC is not set | ||
360 | |||
361 | # | ||
362 | # Hardware I/O ports | ||
363 | # | ||
364 | CONFIG_SERIO=y | ||
365 | CONFIG_SERIO_SERPORT=y | ||
366 | # CONFIG_SERIO_RAW is not set | ||
367 | # CONFIG_GAMEPORT is not set | ||
368 | |||
369 | # | ||
370 | # Character devices | ||
371 | # | ||
372 | CONFIG_VT=y | ||
373 | CONFIG_VT_CONSOLE=y | ||
374 | CONFIG_HW_CONSOLE=y | ||
375 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
376 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
377 | |||
378 | # | ||
379 | # Serial drivers | ||
380 | # | ||
381 | CONFIG_SERIAL_8250=y | 21 | CONFIG_SERIAL_8250=y |
382 | CONFIG_SERIAL_8250_CONSOLE=y | 22 | CONFIG_SERIAL_8250_CONSOLE=y |
383 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
384 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
385 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
386 | |||
387 | # | ||
388 | # Non-8250 serial port support | ||
389 | # | ||
390 | CONFIG_SERIAL_CORE=y | ||
391 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
392 | CONFIG_UNIX98_PTYS=y | ||
393 | # CONFIG_LEGACY_PTYS is not set | 23 | # CONFIG_LEGACY_PTYS is not set |
394 | # CONFIG_IPMI_HANDLER is not set | ||
395 | CONFIG_WATCHDOG=y | 24 | CONFIG_WATCHDOG=y |
396 | CONFIG_WATCHDOG_NOWAYOUT=y | 25 | CONFIG_WATCHDOG_NOWAYOUT=y |
397 | |||
398 | # | ||
399 | # Watchdog Device Drivers | ||
400 | # | ||
401 | # CONFIG_SOFT_WATCHDOG is not set | ||
402 | # CONFIG_OMAP_WATCHDOG is not set | ||
403 | CONFIG_HW_RANDOM=m | ||
404 | CONFIG_HW_RANDOM_OMAP=m | ||
405 | # CONFIG_NVRAM is not set | ||
406 | # CONFIG_R3964 is not set | ||
407 | # CONFIG_RAW_DRIVER is not set | ||
408 | # CONFIG_TCG_TPM is not set | ||
409 | # CONFIG_I2C is not set | ||
410 | |||
411 | # | ||
412 | # SPI support | ||
413 | # | ||
414 | # CONFIG_SPI is not set | ||
415 | # CONFIG_SPI_MASTER is not set | ||
416 | # CONFIG_W1 is not set | ||
417 | CONFIG_HWMON=y | ||
418 | # CONFIG_HWMON_VID is not set | ||
419 | # CONFIG_SENSORS_ABITUGURU is not set | ||
420 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
421 | # CONFIG_SENSORS_F71805F is not set | ||
422 | # CONFIG_SENSORS_IT87 is not set | ||
423 | # CONFIG_SENSORS_PC87360 is not set | ||
424 | # CONFIG_SENSORS_PC87427 is not set | ||
425 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
426 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
427 | # CONFIG_SENSORS_VT1211 is not set | ||
428 | # CONFIG_SENSORS_W83627HF is not set | ||
429 | # CONFIG_SENSORS_W83627EHF is not set | ||
430 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
431 | CONFIG_MISC_DEVICES=y | ||
432 | # CONFIG_EEPROM_93CX6 is not set | ||
433 | |||
434 | # | ||
435 | # Multifunction device drivers | ||
436 | # | ||
437 | # CONFIG_MFD_SM501 is not set | ||
438 | # CONFIG_NEW_LEDS is not set | ||
439 | |||
440 | # | ||
441 | # Multimedia devices | ||
442 | # | ||
443 | # CONFIG_VIDEO_DEV is not set | ||
444 | CONFIG_DAB=y | ||
445 | |||
446 | # | ||
447 | # Graphics support | ||
448 | # | ||
449 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
450 | |||
451 | # | ||
452 | # Display device support | ||
453 | # | ||
454 | # CONFIG_DISPLAY_SUPPORT is not set | ||
455 | # CONFIG_VGASTATE is not set | ||
456 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 26 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
457 | # CONFIG_FB is not set | ||
458 | |||
459 | # | ||
460 | # Console display driver support | ||
461 | # | ||
462 | # CONFIG_VGA_CONSOLE is not set | 27 | # CONFIG_VGA_CONSOLE is not set |
463 | CONFIG_DUMMY_CONSOLE=y | ||
464 | |||
465 | # | ||
466 | # Sound | ||
467 | # | ||
468 | # CONFIG_SOUND is not set | ||
469 | CONFIG_HID_SUPPORT=y | ||
470 | CONFIG_HID=y | ||
471 | CONFIG_HID_DEBUG=y | ||
472 | CONFIG_USB_SUPPORT=y | ||
473 | CONFIG_USB_ARCH_HAS_HCD=y | ||
474 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
475 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
476 | # CONFIG_USB is not set | ||
477 | |||
478 | # | ||
479 | # Enable Host or Gadget support to see Inventra options | ||
480 | # | ||
481 | |||
482 | # | ||
483 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
484 | # | ||
485 | |||
486 | # | ||
487 | # USB Gadget Support | ||
488 | # | ||
489 | # CONFIG_USB_GADGET is not set | ||
490 | # CONFIG_MMC is not set | ||
491 | CONFIG_RTC_LIB=y | ||
492 | # CONFIG_RTC_CLASS is not set | ||
493 | |||
494 | # | ||
495 | # DMA Engine support | ||
496 | # | ||
497 | # CONFIG_DMA_ENGINE is not set | ||
498 | |||
499 | # | ||
500 | # DMA Clients | ||
501 | # | ||
502 | |||
503 | # | ||
504 | # DMA Devices | ||
505 | # | ||
506 | |||
507 | # | ||
508 | # CBUS support | ||
509 | # | ||
510 | # CONFIG_CBUS is not set | ||
511 | |||
512 | # | ||
513 | # File systems | ||
514 | # | ||
515 | CONFIG_EXT2_FS=y | 28 | CONFIG_EXT2_FS=y |
516 | CONFIG_EXT2_FS_XATTR=y | 29 | CONFIG_EXT2_FS_XATTR=y |
517 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
518 | # CONFIG_EXT2_FS_SECURITY is not set | ||
519 | # CONFIG_EXT2_FS_XIP is not set | ||
520 | # CONFIG_EXT3_FS is not set | ||
521 | # CONFIG_EXT4DEV_FS is not set | ||
522 | CONFIG_FS_MBCACHE=y | ||
523 | # CONFIG_REISERFS_FS is not set | ||
524 | # CONFIG_JFS_FS is not set | ||
525 | # CONFIG_FS_POSIX_ACL is not set | ||
526 | # CONFIG_XFS_FS is not set | ||
527 | # CONFIG_GFS2_FS is not set | ||
528 | # CONFIG_MINIX_FS is not set | ||
529 | CONFIG_ROMFS_FS=y | ||
530 | CONFIG_INOTIFY=y | 30 | CONFIG_INOTIFY=y |
531 | CONFIG_INOTIFY_USER=y | 31 | CONFIG_ROMFS_FS=y |
532 | # CONFIG_QUOTA is not set | ||
533 | CONFIG_DNOTIFY=y | ||
534 | # CONFIG_AUTOFS_FS is not set | ||
535 | # CONFIG_AUTOFS4_FS is not set | ||
536 | # CONFIG_FUSE_FS is not set | ||
537 | |||
538 | # | ||
539 | # CD-ROM/DVD Filesystems | ||
540 | # | ||
541 | # CONFIG_ISO9660_FS is not set | ||
542 | # CONFIG_UDF_FS is not set | ||
543 | |||
544 | # | ||
545 | # DOS/FAT/NT Filesystems | ||
546 | # | ||
547 | # CONFIG_MSDOS_FS is not set | ||
548 | # CONFIG_VFAT_FS is not set | ||
549 | # CONFIG_NTFS_FS is not set | ||
550 | |||
551 | # | ||
552 | # Pseudo filesystems | ||
553 | # | ||
554 | CONFIG_PROC_FS=y | ||
555 | CONFIG_PROC_SYSCTL=y | ||
556 | CONFIG_SYSFS=y | ||
557 | # CONFIG_TMPFS is not set | ||
558 | # CONFIG_HUGETLB_PAGE is not set | ||
559 | CONFIG_RAMFS=y | ||
560 | # CONFIG_CONFIGFS_FS is not set | ||
561 | |||
562 | # | ||
563 | # Miscellaneous filesystems | ||
564 | # | ||
565 | # CONFIG_ADFS_FS is not set | ||
566 | # CONFIG_AFFS_FS is not set | ||
567 | # CONFIG_HFS_FS is not set | ||
568 | # CONFIG_HFSPLUS_FS is not set | ||
569 | # CONFIG_BEFS_FS is not set | ||
570 | # CONFIG_BFS_FS is not set | ||
571 | # CONFIG_EFS_FS is not set | ||
572 | # CONFIG_CRAMFS is not set | ||
573 | # CONFIG_VXFS_FS is not set | ||
574 | # CONFIG_HPFS_FS is not set | ||
575 | # CONFIG_QNX4FS_FS is not set | ||
576 | # CONFIG_SYSV_FS is not set | ||
577 | # CONFIG_UFS_FS is not set | ||
578 | |||
579 | # | ||
580 | # Partition Types | ||
581 | # | ||
582 | # CONFIG_PARTITION_ADVANCED is not set | ||
583 | CONFIG_MSDOS_PARTITION=y | ||
584 | |||
585 | # | ||
586 | # Native Language Support | ||
587 | # | ||
588 | # CONFIG_NLS is not set | ||
589 | |||
590 | # | ||
591 | # Profiling support | ||
592 | # | ||
593 | # CONFIG_PROFILING is not set | ||
594 | |||
595 | # | ||
596 | # Kernel hacking | ||
597 | # | ||
598 | # CONFIG_PRINTK_TIME is not set | ||
599 | CONFIG_ENABLE_MUST_CHECK=y | ||
600 | # CONFIG_MAGIC_SYSRQ is not set | ||
601 | # CONFIG_UNUSED_SYMBOLS is not set | ||
602 | # CONFIG_DEBUG_FS is not set | ||
603 | # CONFIG_HEADERS_CHECK is not set | ||
604 | CONFIG_DEBUG_KERNEL=y | 32 | CONFIG_DEBUG_KERNEL=y |
605 | # CONFIG_DEBUG_SHIRQ is not set | ||
606 | CONFIG_DETECT_SOFTLOCKUP=y | ||
607 | CONFIG_SCHED_DEBUG=y | ||
608 | # CONFIG_SCHEDSTATS is not set | ||
609 | # CONFIG_TIMER_STATS is not set | ||
610 | # CONFIG_SLUB_DEBUG_ON is not set | ||
611 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
612 | # CONFIG_RT_MUTEX_TESTER is not set | ||
613 | # CONFIG_DEBUG_SPINLOCK is not set | ||
614 | # CONFIG_DEBUG_MUTEXES is not set | ||
615 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
616 | # CONFIG_PROVE_LOCKING is not set | ||
617 | # CONFIG_LOCK_STAT is not set | ||
618 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
619 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
620 | # CONFIG_DEBUG_KOBJECT is not set | ||
621 | CONFIG_DEBUG_BUGVERBOSE=y | ||
622 | CONFIG_DEBUG_INFO=y | 33 | CONFIG_DEBUG_INFO=y |
623 | # CONFIG_DEBUG_VM is not set | ||
624 | # CONFIG_DEBUG_LIST is not set | ||
625 | CONFIG_FRAME_POINTER=y | ||
626 | CONFIG_FORCED_INLINING=y | ||
627 | # CONFIG_RCU_TORTURE_TEST is not set | ||
628 | # CONFIG_FAULT_INJECTION is not set | ||
629 | CONFIG_DEBUG_USER=y | 34 | CONFIG_DEBUG_USER=y |
630 | CONFIG_DEBUG_ERRORS=y | 35 | CONFIG_DEBUG_ERRORS=y |
631 | CONFIG_DEBUG_LL=y | 36 | CONFIG_DEBUG_LL=y |
632 | # CONFIG_DEBUG_ICEDCC is not set | ||
633 | |||
634 | # | ||
635 | # Security options | ||
636 | # | ||
637 | # CONFIG_KEYS is not set | ||
638 | # CONFIG_SECURITY is not set | ||
639 | # CONFIG_CRYPTO is not set | ||
640 | |||
641 | # | ||
642 | # Library routines | ||
643 | # | ||
644 | CONFIG_BITREVERSE=y | ||
645 | CONFIG_CRC_CCITT=y | 37 | CONFIG_CRC_CCITT=y |
646 | # CONFIG_CRC16 is not set | ||
647 | # CONFIG_CRC_ITU_T is not set | ||
648 | CONFIG_CRC32=y | ||
649 | # CONFIG_CRC7 is not set | ||
650 | # CONFIG_LIBCRC32C is not set | ||
651 | CONFIG_PLIST=y | ||
652 | CONFIG_HAS_IOMEM=y | ||
653 | CONFIG_HAS_IOPORT=y | ||
654 | CONFIG_HAS_DMA=y | ||