diff options
author | Scott Wood <scottwood@freescale.com> | 2007-09-14 15:38:16 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 12:02:38 -0400 |
commit | 20906ecea2004c0667c8b229ac6461d16ea6bde3 (patch) | |
tree | a883f211d08cb666739e865fee173df61929ea64 /arch/powerpc/configs | |
parent | 96fca1dea8f32e96668d55727d66416fdd67360b (diff) |
[POWERPC] 8xx: mpc885ads cleanup
It now uses the new CPM binding and the generic pin/clock functions, and
has assorted fixes and cleanup.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/mpc885_ads_defconfig | 297 |
1 files changed, 153 insertions, 144 deletions
diff --git a/arch/powerpc/configs/mpc885_ads_defconfig b/arch/powerpc/configs/mpc885_ads_defconfig index d27e1f8c38fa..482d99db6870 100644 --- a/arch/powerpc/configs/mpc885_ads_defconfig +++ b/arch/powerpc/configs/mpc885_ads_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.23-rc4 | 3 | # Linux kernel version: 2.6.23-rc3 |
4 | # Tue Aug 28 21:24:45 2007 | 4 | # Mon Aug 27 15:23:16 2007 |
5 | # | 5 | # |
6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
7 | 7 | ||
@@ -38,6 +38,7 @@ CONFIG_OF=y | |||
38 | # CONFIG_PPC_UDBG_16550 is not set | 38 | # CONFIG_PPC_UDBG_16550 is not set |
39 | # CONFIG_GENERIC_TBSYNC is not set | 39 | # CONFIG_GENERIC_TBSYNC is not set |
40 | CONFIG_AUDIT_ARCH=y | 40 | CONFIG_AUDIT_ARCH=y |
41 | CONFIG_GENERIC_BUG=y | ||
41 | # CONFIG_DEFAULT_UIMAGE is not set | 42 | # CONFIG_DEFAULT_UIMAGE is not set |
42 | # CONFIG_PPC_DCR_NATIVE is not set | 43 | # CONFIG_PPC_DCR_NATIVE is not set |
43 | # CONFIG_PPC_DCR_MMIO is not set | 44 | # CONFIG_PPC_DCR_MMIO is not set |
@@ -69,24 +70,25 @@ CONFIG_SYSCTL=y | |||
69 | CONFIG_EMBEDDED=y | 70 | CONFIG_EMBEDDED=y |
70 | # CONFIG_SYSCTL_SYSCALL is not set | 71 | # CONFIG_SYSCTL_SYSCALL is not set |
71 | CONFIG_KALLSYMS=y | 72 | CONFIG_KALLSYMS=y |
73 | # CONFIG_KALLSYMS_ALL is not set | ||
72 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 74 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
73 | # CONFIG_HOTPLUG is not set | 75 | CONFIG_HOTPLUG=y |
74 | CONFIG_PRINTK=y | 76 | CONFIG_PRINTK=y |
75 | # CONFIG_BUG is not set | 77 | CONFIG_BUG=y |
76 | CONFIG_ELF_CORE=y | 78 | # CONFIG_ELF_CORE is not set |
77 | # CONFIG_BASE_FULL is not set | 79 | # CONFIG_BASE_FULL is not set |
78 | CONFIG_FUTEX=y | 80 | # CONFIG_FUTEX is not set |
79 | CONFIG_ANON_INODES=y | 81 | CONFIG_ANON_INODES=y |
80 | # CONFIG_EPOLL is not set | 82 | CONFIG_EPOLL=y |
81 | CONFIG_SIGNALFD=y | 83 | CONFIG_SIGNALFD=y |
82 | CONFIG_TIMERFD=y | 84 | CONFIG_TIMERFD=y |
83 | CONFIG_EVENTFD=y | 85 | CONFIG_EVENTFD=y |
84 | CONFIG_SHMEM=y | 86 | CONFIG_SHMEM=y |
85 | # CONFIG_VM_EVENT_COUNTERS is not set | 87 | # CONFIG_VM_EVENT_COUNTERS is not set |
86 | CONFIG_SLAB=y | 88 | CONFIG_SLUB_DEBUG=y |
87 | # CONFIG_SLUB is not set | 89 | # CONFIG_SLAB is not set |
90 | CONFIG_SLUB=y | ||
88 | # CONFIG_SLOB is not set | 91 | # CONFIG_SLOB is not set |
89 | CONFIG_RT_MUTEXES=y | ||
90 | # CONFIG_TINY_SHMEM is not set | 92 | # CONFIG_TINY_SHMEM is not set |
91 | CONFIG_BASE_SMALL=1 | 93 | CONFIG_BASE_SMALL=1 |
92 | # CONFIG_MODULES is not set | 94 | # CONFIG_MODULES is not set |
@@ -100,14 +102,14 @@ CONFIG_BLOCK=y | |||
100 | # IO Schedulers | 102 | # IO Schedulers |
101 | # | 103 | # |
102 | CONFIG_IOSCHED_NOOP=y | 104 | CONFIG_IOSCHED_NOOP=y |
103 | CONFIG_IOSCHED_AS=y | 105 | # CONFIG_IOSCHED_AS is not set |
104 | CONFIG_IOSCHED_DEADLINE=y | 106 | CONFIG_IOSCHED_DEADLINE=y |
105 | CONFIG_IOSCHED_CFQ=y | 107 | # CONFIG_IOSCHED_CFQ is not set |
106 | CONFIG_DEFAULT_AS=y | 108 | # CONFIG_DEFAULT_AS is not set |
107 | # CONFIG_DEFAULT_DEADLINE is not set | 109 | CONFIG_DEFAULT_DEADLINE=y |
108 | # CONFIG_DEFAULT_CFQ is not set | 110 | # CONFIG_DEFAULT_CFQ is not set |
109 | # CONFIG_DEFAULT_NOOP is not set | 111 | # CONFIG_DEFAULT_NOOP is not set |
110 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 112 | CONFIG_DEFAULT_IOSCHED="deadline" |
111 | 113 | ||
112 | # | 114 | # |
113 | # Platform support | 115 | # Platform support |
@@ -120,6 +122,7 @@ CONFIG_CPM1=y | |||
120 | # CONFIG_MPC8XXFADS is not set | 122 | # CONFIG_MPC8XXFADS is not set |
121 | # CONFIG_MPC86XADS is not set | 123 | # CONFIG_MPC86XADS is not set |
122 | CONFIG_MPC885ADS=y | 124 | CONFIG_MPC885ADS=y |
125 | # CONFIG_PPC_EP88XC is not set | ||
123 | 126 | ||
124 | # | 127 | # |
125 | # Freescale Ethernet driver platform-specific options | 128 | # Freescale Ethernet driver platform-specific options |
@@ -137,6 +140,7 @@ CONFIG_MPC8xx_SECOND_ETH_FEC2=y | |||
137 | # | 140 | # |
138 | CONFIG_8xx_COPYBACK=y | 141 | CONFIG_8xx_COPYBACK=y |
139 | # CONFIG_8xx_CPU6 is not set | 142 | # CONFIG_8xx_CPU6 is not set |
143 | CONFIG_8xx_CPU15=y | ||
140 | CONFIG_NO_UCODE_PATCH=y | 144 | CONFIG_NO_UCODE_PATCH=y |
141 | # CONFIG_USB_SOF_UCODE_PATCH is not set | 145 | # CONFIG_USB_SOF_UCODE_PATCH is not set |
142 | # CONFIG_I2C_SPI_UCODE_PATCH is not set | 146 | # CONFIG_I2C_SPI_UCODE_PATCH is not set |
@@ -153,23 +157,23 @@ CONFIG_NO_UCODE_PATCH=y | |||
153 | # CONFIG_GENERIC_IOMAP is not set | 157 | # CONFIG_GENERIC_IOMAP is not set |
154 | # CONFIG_CPU_FREQ is not set | 158 | # CONFIG_CPU_FREQ is not set |
155 | # CONFIG_CPM2 is not set | 159 | # CONFIG_CPM2 is not set |
156 | # CONFIG_FSL_ULI1575 is not set | 160 | CONFIG_PPC_CPM_NEW_BINDING=y |
157 | 161 | ||
158 | # | 162 | # |
159 | # Kernel options | 163 | # Kernel options |
160 | # | 164 | # |
161 | # CONFIG_HIGHMEM is not set | 165 | # CONFIG_HIGHMEM is not set |
162 | # CONFIG_HZ_100 is not set | 166 | CONFIG_HZ_100=y |
163 | # CONFIG_HZ_250 is not set | 167 | # CONFIG_HZ_250 is not set |
164 | # CONFIG_HZ_300 is not set | 168 | # CONFIG_HZ_300 is not set |
165 | CONFIG_HZ_1000=y | 169 | # CONFIG_HZ_1000 is not set |
166 | CONFIG_HZ=1000 | 170 | CONFIG_HZ=100 |
167 | CONFIG_PREEMPT_NONE=y | 171 | CONFIG_PREEMPT_NONE=y |
168 | # CONFIG_PREEMPT_VOLUNTARY is not set | 172 | # CONFIG_PREEMPT_VOLUNTARY is not set |
169 | # CONFIG_PREEMPT is not set | 173 | # CONFIG_PREEMPT is not set |
170 | CONFIG_BINFMT_ELF=y | 174 | CONFIG_BINFMT_ELF=y |
171 | # CONFIG_BINFMT_MISC is not set | 175 | # CONFIG_BINFMT_MISC is not set |
172 | CONFIG_MATH_EMULATION=y | 176 | # CONFIG_MATH_EMULATION is not set |
173 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 177 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
174 | CONFIG_ARCH_FLATMEM_ENABLE=y | 178 | CONFIG_ARCH_FLATMEM_ENABLE=y |
175 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 179 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
@@ -185,11 +189,12 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
185 | CONFIG_ZONE_DMA_FLAG=1 | 189 | CONFIG_ZONE_DMA_FLAG=1 |
186 | CONFIG_BOUNCE=y | 190 | CONFIG_BOUNCE=y |
187 | CONFIG_VIRT_TO_BUS=y | 191 | CONFIG_VIRT_TO_BUS=y |
188 | # CONFIG_PROC_DEVICETREE is not set | 192 | CONFIG_PROC_DEVICETREE=y |
189 | # CONFIG_CMDLINE_BOOL is not set | 193 | # CONFIG_CMDLINE_BOOL is not set |
190 | # CONFIG_PM is not set | 194 | # CONFIG_PM is not set |
191 | # CONFIG_SECCOMP is not set | 195 | # CONFIG_SECCOMP is not set |
192 | # CONFIG_WANT_DEVICE_TREE is not set | 196 | CONFIG_WANT_DEVICE_TREE=y |
197 | CONFIG_DEVICE_TREE="mpc885ads.dts" | ||
193 | CONFIG_ISA_DMA_API=y | 198 | CONFIG_ISA_DMA_API=y |
194 | 199 | ||
195 | # | 200 | # |
@@ -206,6 +211,7 @@ CONFIG_FSL_SOC=y | |||
206 | # | 211 | # |
207 | # PCCARD (PCMCIA/CardBus) support | 212 | # PCCARD (PCMCIA/CardBus) support |
208 | # | 213 | # |
214 | # CONFIG_PCCARD is not set | ||
209 | 215 | ||
210 | # | 216 | # |
211 | # Advanced setup | 217 | # Advanced setup |
@@ -234,10 +240,6 @@ CONFIG_NET=y | |||
234 | CONFIG_PACKET=y | 240 | CONFIG_PACKET=y |
235 | # CONFIG_PACKET_MMAP is not set | 241 | # CONFIG_PACKET_MMAP is not set |
236 | CONFIG_UNIX=y | 242 | CONFIG_UNIX=y |
237 | CONFIG_XFRM=y | ||
238 | # CONFIG_XFRM_USER is not set | ||
239 | # CONFIG_XFRM_SUB_POLICY is not set | ||
240 | # CONFIG_XFRM_MIGRATE is not set | ||
241 | # CONFIG_NET_KEY is not set | 243 | # CONFIG_NET_KEY is not set |
242 | CONFIG_INET=y | 244 | CONFIG_INET=y |
243 | CONFIG_IP_MULTICAST=y | 245 | CONFIG_IP_MULTICAST=y |
@@ -257,9 +259,9 @@ CONFIG_SYN_COOKIES=y | |||
257 | # CONFIG_INET_IPCOMP is not set | 259 | # CONFIG_INET_IPCOMP is not set |
258 | # CONFIG_INET_XFRM_TUNNEL is not set | 260 | # CONFIG_INET_XFRM_TUNNEL is not set |
259 | # CONFIG_INET_TUNNEL is not set | 261 | # CONFIG_INET_TUNNEL is not set |
260 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 262 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
261 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 263 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
262 | CONFIG_INET_XFRM_MODE_BEET=y | 264 | # CONFIG_INET_XFRM_MODE_BEET is not set |
263 | CONFIG_INET_DIAG=y | 265 | CONFIG_INET_DIAG=y |
264 | CONFIG_INET_TCP_DIAG=y | 266 | CONFIG_INET_TCP_DIAG=y |
265 | # CONFIG_TCP_CONG_ADVANCED is not set | 267 | # CONFIG_TCP_CONG_ADVANCED is not set |
@@ -319,22 +321,91 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
319 | # | 321 | # |
320 | CONFIG_STANDALONE=y | 322 | CONFIG_STANDALONE=y |
321 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 323 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
324 | # CONFIG_FW_LOADER is not set | ||
325 | # CONFIG_DEBUG_DRIVER is not set | ||
326 | # CONFIG_DEBUG_DEVRES is not set | ||
322 | # CONFIG_SYS_HYPERVISOR is not set | 327 | # CONFIG_SYS_HYPERVISOR is not set |
323 | # CONFIG_CONNECTOR is not set | 328 | # CONFIG_CONNECTOR is not set |
324 | # CONFIG_MTD is not set | 329 | CONFIG_MTD=y |
330 | # CONFIG_MTD_DEBUG is not set | ||
331 | # CONFIG_MTD_CONCAT is not set | ||
332 | # CONFIG_MTD_PARTITIONS is not set | ||
333 | |||
334 | # | ||
335 | # User Modules And Translation Layers | ||
336 | # | ||
337 | CONFIG_MTD_CHAR=y | ||
338 | CONFIG_MTD_BLKDEVS=y | ||
339 | CONFIG_MTD_BLOCK=y | ||
340 | # CONFIG_FTL is not set | ||
341 | # CONFIG_NFTL is not set | ||
342 | # CONFIG_INFTL is not set | ||
343 | # CONFIG_RFD_FTL is not set | ||
344 | # CONFIG_SSFDC is not set | ||
345 | |||
346 | # | ||
347 | # RAM/ROM/Flash chip drivers | ||
348 | # | ||
349 | # CONFIG_MTD_CFI is not set | ||
350 | CONFIG_MTD_JEDECPROBE=y | ||
351 | CONFIG_MTD_GEN_PROBE=y | ||
352 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
353 | CONFIG_MTD_CFI_NOSWAP=y | ||
354 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
355 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
356 | CONFIG_MTD_CFI_GEOMETRY=y | ||
357 | # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set | ||
358 | # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set | ||
359 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
360 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
361 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
362 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
363 | # CONFIG_MTD_CFI_I1 is not set | ||
364 | # CONFIG_MTD_CFI_I2 is not set | ||
365 | CONFIG_MTD_CFI_I4=y | ||
366 | # CONFIG_MTD_CFI_I8 is not set | ||
367 | # CONFIG_MTD_OTP is not set | ||
368 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
369 | CONFIG_MTD_CFI_AMDSTD=y | ||
370 | # CONFIG_MTD_CFI_STAA is not set | ||
371 | CONFIG_MTD_CFI_UTIL=y | ||
372 | # CONFIG_MTD_RAM is not set | ||
373 | # CONFIG_MTD_ROM is not set | ||
374 | # CONFIG_MTD_ABSENT is not set | ||
375 | |||
376 | # | ||
377 | # Mapping drivers for chip access | ||
378 | # | ||
379 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
380 | # CONFIG_MTD_PHYSMAP is not set | ||
381 | CONFIG_MTD_PHYSMAP_OF=y | ||
382 | # CONFIG_MTD_PLATRAM is not set | ||
383 | |||
384 | # | ||
385 | # Self-contained MTD device drivers | ||
386 | # | ||
387 | # CONFIG_MTD_SLRAM is not set | ||
388 | # CONFIG_MTD_PHRAM is not set | ||
389 | # CONFIG_MTD_MTDRAM is not set | ||
390 | # CONFIG_MTD_BLOCK2MTD is not set | ||
391 | |||
392 | # | ||
393 | # Disk-On-Chip Device Drivers | ||
394 | # | ||
395 | # CONFIG_MTD_DOC2000 is not set | ||
396 | # CONFIG_MTD_DOC2001 is not set | ||
397 | # CONFIG_MTD_DOC2001PLUS is not set | ||
398 | # CONFIG_MTD_NAND is not set | ||
399 | # CONFIG_MTD_ONENAND is not set | ||
400 | |||
401 | # | ||
402 | # UBI - Unsorted block images | ||
403 | # | ||
404 | # CONFIG_MTD_UBI is not set | ||
325 | CONFIG_OF_DEVICE=y | 405 | CONFIG_OF_DEVICE=y |
326 | # CONFIG_PARPORT is not set | 406 | # CONFIG_PARPORT is not set |
327 | CONFIG_BLK_DEV=y | 407 | # CONFIG_BLK_DEV is not set |
328 | # CONFIG_BLK_DEV_FD is not set | 408 | # CONFIG_MISC_DEVICES is not set |
329 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
330 | CONFIG_BLK_DEV_LOOP=y | ||
331 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
332 | # CONFIG_BLK_DEV_NBD is not set | ||
333 | # CONFIG_BLK_DEV_RAM is not set | ||
334 | # CONFIG_CDROM_PKTCDVD is not set | ||
335 | # CONFIG_ATA_OVER_ETH is not set | ||
336 | CONFIG_MISC_DEVICES=y | ||
337 | # CONFIG_EEPROM_93CX6 is not set | ||
338 | # CONFIG_IDE is not set | 409 | # CONFIG_IDE is not set |
339 | 410 | ||
340 | # | 411 | # |
@@ -368,16 +439,15 @@ CONFIG_DAVICOM_PHY=y | |||
368 | # CONFIG_SMSC_PHY is not set | 439 | # CONFIG_SMSC_PHY is not set |
369 | # CONFIG_BROADCOM_PHY is not set | 440 | # CONFIG_BROADCOM_PHY is not set |
370 | # CONFIG_ICPLUS_PHY is not set | 441 | # CONFIG_ICPLUS_PHY is not set |
371 | CONFIG_FIXED_PHY=y | 442 | # CONFIG_FIXED_PHY is not set |
372 | CONFIG_FIXED_MII_10_FDX=y | 443 | # CONFIG_MDIO_BITBANG is not set |
373 | # CONFIG_FIXED_MII_100_FDX is not set | ||
374 | CONFIG_NET_ETHERNET=y | 444 | CONFIG_NET_ETHERNET=y |
375 | CONFIG_MII=y | 445 | CONFIG_MII=y |
376 | CONFIG_FS_ENET=y | 446 | CONFIG_FS_ENET=y |
377 | CONFIG_FS_ENET_HAS_SCC=y | 447 | # CONFIG_FS_ENET_HAS_SCC is not set |
378 | CONFIG_FS_ENET_HAS_FEC=y | 448 | CONFIG_FS_ENET_HAS_FEC=y |
379 | CONFIG_NETDEV_1000=y | 449 | # CONFIG_NETDEV_1000 is not set |
380 | CONFIG_NETDEV_10000=y | 450 | # CONFIG_NETDEV_10000 is not set |
381 | 451 | ||
382 | # | 452 | # |
383 | # Wireless LAN | 453 | # Wireless LAN |
@@ -397,55 +467,12 @@ CONFIG_NETDEV_10000=y | |||
397 | # | 467 | # |
398 | # Input device support | 468 | # Input device support |
399 | # | 469 | # |
400 | CONFIG_INPUT=y | 470 | # CONFIG_INPUT is not set |
401 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
402 | # CONFIG_INPUT_POLLDEV is not set | ||
403 | |||
404 | # | ||
405 | # Userland interfaces | ||
406 | # | ||
407 | CONFIG_INPUT_MOUSEDEV=y | ||
408 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
409 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
410 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
411 | # CONFIG_INPUT_JOYDEV is not set | ||
412 | # CONFIG_INPUT_TSDEV is not set | ||
413 | # CONFIG_INPUT_EVDEV is not set | ||
414 | # CONFIG_INPUT_EVBUG is not set | ||
415 | |||
416 | # | ||
417 | # Input Device Drivers | ||
418 | # | ||
419 | CONFIG_INPUT_KEYBOARD=y | ||
420 | CONFIG_KEYBOARD_ATKBD=y | ||
421 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
422 | # CONFIG_KEYBOARD_LKKBD is not set | ||
423 | # CONFIG_KEYBOARD_XTKBD is not set | ||
424 | # CONFIG_KEYBOARD_NEWTON is not set | ||
425 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
426 | CONFIG_INPUT_MOUSE=y | ||
427 | CONFIG_MOUSE_PS2=y | ||
428 | CONFIG_MOUSE_PS2_ALPS=y | ||
429 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
430 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
431 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
432 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
433 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
434 | # CONFIG_MOUSE_SERIAL is not set | ||
435 | # CONFIG_MOUSE_VSXXXAA is not set | ||
436 | # CONFIG_INPUT_JOYSTICK is not set | ||
437 | # CONFIG_INPUT_TABLET is not set | ||
438 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
439 | # CONFIG_INPUT_MISC is not set | ||
440 | 471 | ||
441 | # | 472 | # |
442 | # Hardware I/O ports | 473 | # Hardware I/O ports |
443 | # | 474 | # |
444 | CONFIG_SERIO=y | 475 | # CONFIG_SERIO is not set |
445 | CONFIG_SERIO_I8042=y | ||
446 | CONFIG_SERIO_SERPORT=y | ||
447 | CONFIG_SERIO_LIBPS2=y | ||
448 | # CONFIG_SERIO_RAW is not set | ||
449 | # CONFIG_GAMEPORT is not set | 476 | # CONFIG_GAMEPORT is not set |
450 | 477 | ||
451 | # | 478 | # |
@@ -493,20 +520,7 @@ CONFIG_GEN_RTC=y | |||
493 | # CONFIG_SPI_MASTER is not set | 520 | # CONFIG_SPI_MASTER is not set |
494 | # CONFIG_W1 is not set | 521 | # CONFIG_W1 is not set |
495 | # CONFIG_POWER_SUPPLY is not set | 522 | # CONFIG_POWER_SUPPLY is not set |
496 | CONFIG_HWMON=y | 523 | # CONFIG_HWMON is not set |
497 | # CONFIG_HWMON_VID is not set | ||
498 | # CONFIG_SENSORS_ABITUGURU is not set | ||
499 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
500 | # CONFIG_SENSORS_F71805F is not set | ||
501 | # CONFIG_SENSORS_IT87 is not set | ||
502 | # CONFIG_SENSORS_PC87360 is not set | ||
503 | # CONFIG_SENSORS_PC87427 is not set | ||
504 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
505 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
506 | # CONFIG_SENSORS_VT1211 is not set | ||
507 | # CONFIG_SENSORS_W83627HF is not set | ||
508 | # CONFIG_SENSORS_W83627EHF is not set | ||
509 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
510 | 524 | ||
511 | # | 525 | # |
512 | # Multifunction device drivers | 526 | # Multifunction device drivers |
@@ -530,7 +544,7 @@ CONFIG_DAB=y | |||
530 | # | 544 | # |
531 | # CONFIG_DISPLAY_SUPPORT is not set | 545 | # CONFIG_DISPLAY_SUPPORT is not set |
532 | # CONFIG_VGASTATE is not set | 546 | # CONFIG_VGASTATE is not set |
533 | CONFIG_VIDEO_OUTPUT_CONTROL=y | 547 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
534 | # CONFIG_FB is not set | 548 | # CONFIG_FB is not set |
535 | # CONFIG_FB_IBM_GXT4500 is not set | 549 | # CONFIG_FB_IBM_GXT4500 is not set |
536 | 550 | ||
@@ -538,22 +552,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
538 | # Sound | 552 | # Sound |
539 | # | 553 | # |
540 | # CONFIG_SOUND is not set | 554 | # CONFIG_SOUND is not set |
541 | CONFIG_HID_SUPPORT=y | 555 | # CONFIG_USB_SUPPORT is not set |
542 | CONFIG_HID=y | ||
543 | # CONFIG_HID_DEBUG is not set | ||
544 | CONFIG_USB_SUPPORT=y | ||
545 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
546 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
547 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
548 | |||
549 | # | ||
550 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
551 | # | ||
552 | |||
553 | # | ||
554 | # USB Gadget Support | ||
555 | # | ||
556 | # CONFIG_USB_GADGET is not set | ||
557 | # CONFIG_MMC is not set | 556 | # CONFIG_MMC is not set |
558 | # CONFIG_NEW_LEDS is not set | 557 | # CONFIG_NEW_LEDS is not set |
559 | # CONFIG_EDAC is not set | 558 | # CONFIG_EDAC is not set |
@@ -580,19 +579,9 @@ CONFIG_USB_SUPPORT=y | |||
580 | # | 579 | # |
581 | # File systems | 580 | # File systems |
582 | # | 581 | # |
583 | CONFIG_EXT2_FS=y | 582 | # CONFIG_EXT2_FS is not set |
584 | CONFIG_EXT2_FS_XATTR=y | 583 | # CONFIG_EXT3_FS is not set |
585 | # CONFIG_EXT2_FS_POSIX_ACL is not set | ||
586 | # CONFIG_EXT2_FS_SECURITY is not set | ||
587 | # CONFIG_EXT2_FS_XIP is not set | ||
588 | CONFIG_EXT3_FS=y | ||
589 | CONFIG_EXT3_FS_XATTR=y | ||
590 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
591 | # CONFIG_EXT3_FS_SECURITY is not set | ||
592 | # CONFIG_EXT4DEV_FS is not set | 584 | # CONFIG_EXT4DEV_FS is not set |
593 | CONFIG_JBD=y | ||
594 | # CONFIG_JBD_DEBUG is not set | ||
595 | CONFIG_FS_MBCACHE=y | ||
596 | # CONFIG_REISERFS_FS is not set | 585 | # CONFIG_REISERFS_FS is not set |
597 | # CONFIG_JFS_FS is not set | 586 | # CONFIG_JFS_FS is not set |
598 | # CONFIG_FS_POSIX_ACL is not set | 587 | # CONFIG_FS_POSIX_ACL is not set |
@@ -601,10 +590,9 @@ CONFIG_FS_MBCACHE=y | |||
601 | # CONFIG_OCFS2_FS is not set | 590 | # CONFIG_OCFS2_FS is not set |
602 | # CONFIG_MINIX_FS is not set | 591 | # CONFIG_MINIX_FS is not set |
603 | # CONFIG_ROMFS_FS is not set | 592 | # CONFIG_ROMFS_FS is not set |
604 | CONFIG_INOTIFY=y | 593 | # CONFIG_INOTIFY is not set |
605 | CONFIG_INOTIFY_USER=y | ||
606 | # CONFIG_QUOTA is not set | 594 | # CONFIG_QUOTA is not set |
607 | CONFIG_DNOTIFY=y | 595 | # CONFIG_DNOTIFY is not set |
608 | # CONFIG_AUTOFS_FS is not set | 596 | # CONFIG_AUTOFS_FS is not set |
609 | # CONFIG_AUTOFS4_FS is not set | 597 | # CONFIG_AUTOFS4_FS is not set |
610 | # CONFIG_FUSE_FS is not set | 598 | # CONFIG_FUSE_FS is not set |
@@ -645,6 +633,7 @@ CONFIG_RAMFS=y | |||
645 | # CONFIG_BEFS_FS is not set | 633 | # CONFIG_BEFS_FS is not set |
646 | # CONFIG_BFS_FS is not set | 634 | # CONFIG_BFS_FS is not set |
647 | # CONFIG_EFS_FS is not set | 635 | # CONFIG_EFS_FS is not set |
636 | # CONFIG_JFFS2_FS is not set | ||
648 | CONFIG_CRAMFS=y | 637 | CONFIG_CRAMFS=y |
649 | # CONFIG_VXFS_FS is not set | 638 | # CONFIG_VXFS_FS is not set |
650 | # CONFIG_HPFS_FS is not set | 639 | # CONFIG_HPFS_FS is not set |
@@ -711,15 +700,13 @@ CONFIG_MSDOS_PARTITION=y | |||
711 | # | 700 | # |
712 | # Library routines | 701 | # Library routines |
713 | # | 702 | # |
714 | CONFIG_BITREVERSE=y | 703 | # CONFIG_CRC_CCITT is not set |
715 | CONFIG_CRC_CCITT=y | ||
716 | # CONFIG_CRC16 is not set | 704 | # CONFIG_CRC16 is not set |
717 | # CONFIG_CRC_ITU_T is not set | 705 | # CONFIG_CRC_ITU_T is not set |
718 | CONFIG_CRC32=y | 706 | # CONFIG_CRC32 is not set |
719 | # CONFIG_CRC7 is not set | 707 | # CONFIG_CRC7 is not set |
720 | # CONFIG_LIBCRC32C is not set | 708 | # CONFIG_LIBCRC32C is not set |
721 | CONFIG_ZLIB_INFLATE=y | 709 | CONFIG_ZLIB_INFLATE=y |
722 | CONFIG_PLIST=y | ||
723 | CONFIG_HAS_IOMEM=y | 710 | CONFIG_HAS_IOMEM=y |
724 | CONFIG_HAS_IOPORT=y | 711 | CONFIG_HAS_IOPORT=y |
725 | CONFIG_HAS_DMA=y | 712 | CONFIG_HAS_DMA=y |
@@ -734,11 +721,33 @@ CONFIG_HAS_DMA=y | |||
734 | # | 721 | # |
735 | # CONFIG_PRINTK_TIME is not set | 722 | # CONFIG_PRINTK_TIME is not set |
736 | CONFIG_ENABLE_MUST_CHECK=y | 723 | CONFIG_ENABLE_MUST_CHECK=y |
737 | # CONFIG_MAGIC_SYSRQ is not set | 724 | CONFIG_MAGIC_SYSRQ=y |
738 | # CONFIG_UNUSED_SYMBOLS is not set | 725 | # CONFIG_UNUSED_SYMBOLS is not set |
739 | # CONFIG_DEBUG_FS is not set | 726 | # CONFIG_DEBUG_FS is not set |
740 | # CONFIG_HEADERS_CHECK is not set | 727 | # CONFIG_HEADERS_CHECK is not set |
741 | # CONFIG_DEBUG_KERNEL is not set | 728 | CONFIG_DEBUG_KERNEL=y |
729 | # CONFIG_DEBUG_SHIRQ is not set | ||
730 | CONFIG_DETECT_SOFTLOCKUP=y | ||
731 | CONFIG_SCHED_DEBUG=y | ||
732 | # CONFIG_SCHEDSTATS is not set | ||
733 | # CONFIG_TIMER_STATS is not set | ||
734 | # CONFIG_SLUB_DEBUG_ON is not set | ||
735 | # CONFIG_DEBUG_SPINLOCK is not set | ||
736 | # CONFIG_DEBUG_MUTEXES is not set | ||
737 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
738 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
739 | # CONFIG_DEBUG_KOBJECT is not set | ||
740 | CONFIG_DEBUG_BUGVERBOSE=y | ||
741 | CONFIG_DEBUG_INFO=y | ||
742 | # CONFIG_DEBUG_VM is not set | ||
743 | # CONFIG_DEBUG_LIST is not set | ||
744 | CONFIG_FORCED_INLINING=y | ||
745 | # CONFIG_FAULT_INJECTION is not set | ||
746 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
747 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
748 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
749 | # CONFIG_DEBUGGER is not set | ||
750 | # CONFIG_BDI_SWITCH is not set | ||
742 | # CONFIG_PPC_EARLY_DEBUG is not set | 751 | # CONFIG_PPC_EARLY_DEBUG is not set |
743 | 752 | ||
744 | # | 753 | # |