diff options
Diffstat (limited to 'arch')
77 files changed, 1469 insertions, 470 deletions
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index f8a66b72ad5d..24a701ab33e5 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig | |||
@@ -1,14 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc1-git9 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Sat Jul 15 15:08:10 2006 | 4 | # Sat Dec 16 06:05:24 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
9 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
12 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -28,18 +32,22 @@ CONFIG_LOCALVERSION="" | |||
28 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
29 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
30 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
31 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
32 | # CONFIG_BSD_PROCESS_ACCT is not set | 37 | # CONFIG_BSD_PROCESS_ACCT is not set |
33 | # CONFIG_TASKSTATS is not set | 38 | # CONFIG_TASKSTATS is not set |
34 | CONFIG_SYSCTL=y | 39 | # CONFIG_UTS_NS is not set |
35 | # CONFIG_AUDIT is not set | 40 | # CONFIG_AUDIT is not set |
36 | CONFIG_IKCONFIG=y | 41 | CONFIG_IKCONFIG=y |
37 | CONFIG_IKCONFIG_PROC=y | 42 | CONFIG_IKCONFIG_PROC=y |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
38 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
39 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
40 | CONFIG_UID16=y | ||
41 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
42 | CONFIG_EMBEDDED=y | 48 | CONFIG_EMBEDDED=y |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
43 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
44 | # CONFIG_KALLSYMS_ALL is not set | 52 | # CONFIG_KALLSYMS_ALL is not set |
45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -48,12 +56,12 @@ CONFIG_PRINTK=y | |||
48 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
49 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
50 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
51 | CONFIG_RT_MUTEXES=y | ||
52 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
53 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
54 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
55 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
56 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
57 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
58 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
59 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -71,7 +79,10 @@ CONFIG_KMOD=y | |||
71 | # | 79 | # |
72 | # Block layer | 80 | # Block layer |
73 | # | 81 | # |
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_LBD is not set | ||
74 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
75 | 86 | ||
76 | # | 87 | # |
77 | # IO Schedulers | 88 | # IO Schedulers |
@@ -103,7 +114,9 @@ CONFIG_ARCH_EP93XX=y | |||
103 | # CONFIG_ARCH_NETX is not set | 114 | # CONFIG_ARCH_NETX is not set |
104 | # CONFIG_ARCH_H720X is not set | 115 | # CONFIG_ARCH_H720X is not set |
105 | # CONFIG_ARCH_IMX is not set | 116 | # CONFIG_ARCH_IMX is not set |
106 | # CONFIG_ARCH_IOP3XX is not set | 117 | # CONFIG_ARCH_IOP32X is not set |
118 | # CONFIG_ARCH_IOP33X is not set | ||
119 | # CONFIG_ARCH_IOP13XX is not set | ||
107 | # CONFIG_ARCH_IXP4XX is not set | 120 | # CONFIG_ARCH_IXP4XX is not set |
108 | # CONFIG_ARCH_IXP2000 is not set | 121 | # CONFIG_ARCH_IXP2000 is not set |
109 | # CONFIG_ARCH_IXP23XX is not set | 122 | # CONFIG_ARCH_IXP23XX is not set |
@@ -127,6 +140,7 @@ CONFIG_CRUNCH=y | |||
127 | # | 140 | # |
128 | CONFIG_MACH_ADSSPHERE=y | 141 | CONFIG_MACH_ADSSPHERE=y |
129 | CONFIG_MACH_EDB9302=y | 142 | CONFIG_MACH_EDB9302=y |
143 | CONFIG_MACH_EDB9302A=y | ||
130 | CONFIG_MACH_EDB9312=y | 144 | CONFIG_MACH_EDB9312=y |
131 | CONFIG_MACH_EDB9315=y | 145 | CONFIG_MACH_EDB9315=y |
132 | CONFIG_MACH_EDB9315A=y | 146 | CONFIG_MACH_EDB9315A=y |
@@ -138,12 +152,14 @@ CONFIG_MACH_TS72XX=y | |||
138 | # | 152 | # |
139 | CONFIG_CPU_32=y | 153 | CONFIG_CPU_32=y |
140 | CONFIG_CPU_ARM920T=y | 154 | CONFIG_CPU_ARM920T=y |
141 | CONFIG_CPU_32v4=y | 155 | CONFIG_CPU_32v4T=y |
142 | CONFIG_CPU_ABRT_EV4T=y | 156 | CONFIG_CPU_ABRT_EV4T=y |
143 | CONFIG_CPU_CACHE_V4WT=y | 157 | CONFIG_CPU_CACHE_V4WT=y |
144 | CONFIG_CPU_CACHE_VIVT=y | 158 | CONFIG_CPU_CACHE_VIVT=y |
145 | CONFIG_CPU_COPY_V4WB=y | 159 | CONFIG_CPU_COPY_V4WB=y |
146 | CONFIG_CPU_TLB_V4WBI=y | 160 | CONFIG_CPU_TLB_V4WBI=y |
161 | CONFIG_CPU_CP15=y | ||
162 | CONFIG_CPU_CP15_MMU=y | ||
147 | 163 | ||
148 | # | 164 | # |
149 | # Processor Features | 165 | # Processor Features |
@@ -230,6 +246,7 @@ CONFIG_PACKET_MMAP=y | |||
230 | CONFIG_UNIX=y | 246 | CONFIG_UNIX=y |
231 | CONFIG_XFRM=y | 247 | CONFIG_XFRM=y |
232 | # CONFIG_XFRM_USER is not set | 248 | # CONFIG_XFRM_USER is not set |
249 | # CONFIG_XFRM_SUB_POLICY is not set | ||
233 | CONFIG_NET_KEY=y | 250 | CONFIG_NET_KEY=y |
234 | CONFIG_INET=y | 251 | CONFIG_INET=y |
235 | # CONFIG_IP_MULTICAST is not set | 252 | # CONFIG_IP_MULTICAST is not set |
@@ -250,13 +267,29 @@ CONFIG_SYN_COOKIES=y | |||
250 | # CONFIG_INET_TUNNEL is not set | 267 | # CONFIG_INET_TUNNEL is not set |
251 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 268 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
252 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 269 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
270 | CONFIG_INET_XFRM_MODE_BEET=y | ||
253 | CONFIG_INET_DIAG=y | 271 | CONFIG_INET_DIAG=y |
254 | CONFIG_INET_TCP_DIAG=y | 272 | CONFIG_INET_TCP_DIAG=y |
255 | # CONFIG_TCP_CONG_ADVANCED is not set | 273 | # CONFIG_TCP_CONG_ADVANCED is not set |
256 | CONFIG_TCP_CONG_BIC=y | 274 | CONFIG_TCP_CONG_CUBIC=y |
257 | # CONFIG_IPV6 is not set | 275 | CONFIG_DEFAULT_TCP_CONG="cubic" |
276 | # CONFIG_TCP_MD5SIG is not set | ||
277 | CONFIG_IPV6=y | ||
278 | # CONFIG_IPV6_PRIVACY is not set | ||
279 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
280 | # CONFIG_INET6_AH is not set | ||
281 | # CONFIG_INET6_ESP is not set | ||
282 | # CONFIG_INET6_IPCOMP is not set | ||
283 | # CONFIG_IPV6_MIP6 is not set | ||
258 | # CONFIG_INET6_XFRM_TUNNEL is not set | 284 | # CONFIG_INET6_XFRM_TUNNEL is not set |
259 | # CONFIG_INET6_TUNNEL is not set | 285 | # CONFIG_INET6_TUNNEL is not set |
286 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
287 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
288 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
289 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
290 | # CONFIG_IPV6_SIT is not set | ||
291 | # CONFIG_IPV6_TUNNEL is not set | ||
292 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
260 | # CONFIG_NETWORK_SECMARK is not set | 293 | # CONFIG_NETWORK_SECMARK is not set |
261 | # CONFIG_NETFILTER is not set | 294 | # CONFIG_NETFILTER is not set |
262 | 295 | ||
@@ -283,7 +316,6 @@ CONFIG_TCP_CONG_BIC=y | |||
283 | # CONFIG_ATALK is not set | 316 | # CONFIG_ATALK is not set |
284 | # CONFIG_X25 is not set | 317 | # CONFIG_X25 is not set |
285 | # CONFIG_LAPB is not set | 318 | # CONFIG_LAPB is not set |
286 | # CONFIG_NET_DIVERT is not set | ||
287 | # CONFIG_ECONET is not set | 319 | # CONFIG_ECONET is not set |
288 | # CONFIG_WAN_ROUTER is not set | 320 | # CONFIG_WAN_ROUTER is not set |
289 | 321 | ||
@@ -330,7 +362,7 @@ CONFIG_MTD_REDBOOT_PARTS=y | |||
330 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | 362 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 |
331 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | 363 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set |
332 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | 364 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set |
333 | # CONFIG_MTD_CMDLINE_PARTS is not set | 365 | CONFIG_MTD_CMDLINE_PARTS=y |
334 | # CONFIG_MTD_AFS_PARTS is not set | 366 | # CONFIG_MTD_AFS_PARTS is not set |
335 | 367 | ||
336 | # | 368 | # |
@@ -342,6 +374,7 @@ CONFIG_MTD_BLOCK=y | |||
342 | # CONFIG_NFTL is not set | 374 | # CONFIG_NFTL is not set |
343 | # CONFIG_INFTL is not set | 375 | # CONFIG_INFTL is not set |
344 | # CONFIG_RFD_FTL is not set | 376 | # CONFIG_RFD_FTL is not set |
377 | # CONFIG_SSFDC is not set | ||
345 | 378 | ||
346 | # | 379 | # |
347 | # RAM/ROM/Flash chip drivers | 380 | # RAM/ROM/Flash chip drivers |
@@ -430,7 +463,7 @@ CONFIG_MTD_NAND_IDS=y | |||
430 | # | 463 | # |
431 | # CONFIG_BLK_DEV_COW_COMMON is not set | 464 | # CONFIG_BLK_DEV_COW_COMMON is not set |
432 | # CONFIG_BLK_DEV_LOOP is not set | 465 | # CONFIG_BLK_DEV_LOOP is not set |
433 | # CONFIG_BLK_DEV_NBD is not set | 466 | CONFIG_BLK_DEV_NBD=y |
434 | # CONFIG_BLK_DEV_UB is not set | 467 | # CONFIG_BLK_DEV_UB is not set |
435 | # CONFIG_BLK_DEV_RAM is not set | 468 | # CONFIG_BLK_DEV_RAM is not set |
436 | # CONFIG_BLK_DEV_INITRD is not set | 469 | # CONFIG_BLK_DEV_INITRD is not set |
@@ -442,6 +475,8 @@ CONFIG_MTD_NAND_IDS=y | |||
442 | # | 475 | # |
443 | # CONFIG_RAID_ATTRS is not set | 476 | # CONFIG_RAID_ATTRS is not set |
444 | CONFIG_SCSI=y | 477 | CONFIG_SCSI=y |
478 | # CONFIG_SCSI_TGT is not set | ||
479 | # CONFIG_SCSI_NETLINK is not set | ||
445 | # CONFIG_SCSI_PROC_FS is not set | 480 | # CONFIG_SCSI_PROC_FS is not set |
446 | 481 | ||
447 | # | 482 | # |
@@ -460,23 +495,29 @@ CONFIG_BLK_DEV_SD=y | |||
460 | # CONFIG_SCSI_MULTI_LUN is not set | 495 | # CONFIG_SCSI_MULTI_LUN is not set |
461 | # CONFIG_SCSI_CONSTANTS is not set | 496 | # CONFIG_SCSI_CONSTANTS is not set |
462 | # CONFIG_SCSI_LOGGING is not set | 497 | # CONFIG_SCSI_LOGGING is not set |
498 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
463 | 499 | ||
464 | # | 500 | # |
465 | # SCSI Transport Attributes | 501 | # SCSI Transports |
466 | # | 502 | # |
467 | # CONFIG_SCSI_SPI_ATTRS is not set | 503 | # CONFIG_SCSI_SPI_ATTRS is not set |
468 | # CONFIG_SCSI_FC_ATTRS is not set | 504 | # CONFIG_SCSI_FC_ATTRS is not set |
469 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 505 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
470 | # CONFIG_SCSI_SAS_ATTRS is not set | 506 | # CONFIG_SCSI_SAS_ATTRS is not set |
507 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
471 | 508 | ||
472 | # | 509 | # |
473 | # SCSI low-level drivers | 510 | # SCSI low-level drivers |
474 | # | 511 | # |
475 | # CONFIG_ISCSI_TCP is not set | 512 | # CONFIG_ISCSI_TCP is not set |
476 | # CONFIG_SCSI_SATA is not set | ||
477 | # CONFIG_SCSI_DEBUG is not set | 513 | # CONFIG_SCSI_DEBUG is not set |
478 | 514 | ||
479 | # | 515 | # |
516 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
517 | # | ||
518 | # CONFIG_ATA is not set | ||
519 | |||
520 | # | ||
480 | # Multi-device support (RAID and LVM) | 521 | # Multi-device support (RAID and LVM) |
481 | # | 522 | # |
482 | # CONFIG_MD is not set | 523 | # CONFIG_MD is not set |
@@ -513,6 +554,7 @@ CONFIG_NETDEVICES=y | |||
513 | # | 554 | # |
514 | CONFIG_NET_ETHERNET=y | 555 | CONFIG_NET_ETHERNET=y |
515 | CONFIG_MII=y | 556 | CONFIG_MII=y |
557 | CONFIG_EP93XX_ETH=y | ||
516 | # CONFIG_SMC91X is not set | 558 | # CONFIG_SMC91X is not set |
517 | # CONFIG_DM9000 is not set | 559 | # CONFIG_DM9000 is not set |
518 | 560 | ||
@@ -607,17 +649,12 @@ CONFIG_EP93XX_WATCHDOG=y | |||
607 | # CONFIG_NVRAM is not set | 649 | # CONFIG_NVRAM is not set |
608 | # CONFIG_DTLK is not set | 650 | # CONFIG_DTLK is not set |
609 | # CONFIG_R3964 is not set | 651 | # CONFIG_R3964 is not set |
610 | |||
611 | # | ||
612 | # Ftape, the floppy tape device driver | ||
613 | # | ||
614 | # CONFIG_RAW_DRIVER is not set | 652 | # CONFIG_RAW_DRIVER is not set |
615 | 653 | ||
616 | # | 654 | # |
617 | # TPM devices | 655 | # TPM devices |
618 | # | 656 | # |
619 | # CONFIG_TCG_TPM is not set | 657 | # CONFIG_TCG_TPM is not set |
620 | # CONFIG_TELCLOCK is not set | ||
621 | 658 | ||
622 | # | 659 | # |
623 | # I2C support | 660 | # I2C support |
@@ -645,7 +682,7 @@ CONFIG_I2C_ALGOBIT=y | |||
645 | # | 682 | # |
646 | # CONFIG_SENSORS_DS1337 is not set | 683 | # CONFIG_SENSORS_DS1337 is not set |
647 | # CONFIG_SENSORS_DS1374 is not set | 684 | # CONFIG_SENSORS_DS1374 is not set |
648 | # CONFIG_SENSORS_EEPROM is not set | 685 | CONFIG_SENSORS_EEPROM=y |
649 | # CONFIG_SENSORS_PCF8574 is not set | 686 | # CONFIG_SENSORS_PCF8574 is not set |
650 | # CONFIG_SENSORS_PCA9539 is not set | 687 | # CONFIG_SENSORS_PCA9539 is not set |
651 | # CONFIG_SENSORS_PCF8591 is not set | 688 | # CONFIG_SENSORS_PCF8591 is not set |
@@ -664,6 +701,7 @@ CONFIG_I2C_DEBUG_CHIP=y | |||
664 | # | 701 | # |
665 | # Dallas's 1-wire bus | 702 | # Dallas's 1-wire bus |
666 | # | 703 | # |
704 | # CONFIG_W1 is not set | ||
667 | 705 | ||
668 | # | 706 | # |
669 | # Hardware Monitoring support | 707 | # Hardware Monitoring support |
@@ -697,12 +735,15 @@ CONFIG_HWMON=y | |||
697 | # CONFIG_SENSORS_LM92 is not set | 735 | # CONFIG_SENSORS_LM92 is not set |
698 | # CONFIG_SENSORS_MAX1619 is not set | 736 | # CONFIG_SENSORS_MAX1619 is not set |
699 | # CONFIG_SENSORS_PC87360 is not set | 737 | # CONFIG_SENSORS_PC87360 is not set |
738 | # CONFIG_SENSORS_PC87427 is not set | ||
700 | # CONFIG_SENSORS_SMSC47M1 is not set | 739 | # CONFIG_SENSORS_SMSC47M1 is not set |
701 | # CONFIG_SENSORS_SMSC47M192 is not set | 740 | # CONFIG_SENSORS_SMSC47M192 is not set |
702 | # CONFIG_SENSORS_SMSC47B397 is not set | 741 | # CONFIG_SENSORS_SMSC47B397 is not set |
742 | # CONFIG_SENSORS_VT1211 is not set | ||
703 | # CONFIG_SENSORS_W83781D is not set | 743 | # CONFIG_SENSORS_W83781D is not set |
704 | # CONFIG_SENSORS_W83791D is not set | 744 | # CONFIG_SENSORS_W83791D is not set |
705 | # CONFIG_SENSORS_W83792D is not set | 745 | # CONFIG_SENSORS_W83792D is not set |
746 | # CONFIG_SENSORS_W83793 is not set | ||
706 | # CONFIG_SENSORS_W83L785TS is not set | 747 | # CONFIG_SENSORS_W83L785TS is not set |
707 | # CONFIG_SENSORS_W83627HF is not set | 748 | # CONFIG_SENSORS_W83627HF is not set |
708 | # CONFIG_SENSORS_W83627EHF is not set | 749 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -711,6 +752,7 @@ CONFIG_HWMON=y | |||
711 | # | 752 | # |
712 | # Misc devices | 753 | # Misc devices |
713 | # | 754 | # |
755 | # CONFIG_TIFM_CORE is not set | ||
714 | 756 | ||
715 | # | 757 | # |
716 | # LED devices | 758 | # LED devices |
@@ -729,7 +771,6 @@ CONFIG_HWMON=y | |||
729 | # Multimedia devices | 771 | # Multimedia devices |
730 | # | 772 | # |
731 | # CONFIG_VIDEO_DEV is not set | 773 | # CONFIG_VIDEO_DEV is not set |
732 | CONFIG_VIDEO_V4L2=y | ||
733 | 774 | ||
734 | # | 775 | # |
735 | # Digital Video Broadcasting Devices | 776 | # Digital Video Broadcasting Devices |
@@ -742,6 +783,7 @@ CONFIG_VIDEO_V4L2=y | |||
742 | # | 783 | # |
743 | # CONFIG_FIRMWARE_EDID is not set | 784 | # CONFIG_FIRMWARE_EDID is not set |
744 | # CONFIG_FB is not set | 785 | # CONFIG_FB is not set |
786 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
745 | 787 | ||
746 | # | 788 | # |
747 | # Sound | 789 | # Sound |
@@ -763,6 +805,7 @@ CONFIG_USB_DEBUG=y | |||
763 | CONFIG_USB_DEVICEFS=y | 805 | CONFIG_USB_DEVICEFS=y |
764 | # CONFIG_USB_BANDWIDTH is not set | 806 | # CONFIG_USB_BANDWIDTH is not set |
765 | CONFIG_USB_DYNAMIC_MINORS=y | 807 | CONFIG_USB_DYNAMIC_MINORS=y |
808 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
766 | # CONFIG_USB_OTG is not set | 809 | # CONFIG_USB_OTG is not set |
767 | 810 | ||
768 | # | 811 | # |
@@ -797,12 +840,12 @@ CONFIG_USB_STORAGE=y | |||
797 | # CONFIG_USB_STORAGE_SDDR55 is not set | 840 | # CONFIG_USB_STORAGE_SDDR55 is not set |
798 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 841 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
799 | # CONFIG_USB_STORAGE_ALAUDA is not set | 842 | # CONFIG_USB_STORAGE_ALAUDA is not set |
843 | # CONFIG_USB_STORAGE_KARMA is not set | ||
800 | # CONFIG_USB_LIBUSUAL is not set | 844 | # CONFIG_USB_LIBUSUAL is not set |
801 | 845 | ||
802 | # | 846 | # |
803 | # USB Input Devices | 847 | # USB Input Devices |
804 | # | 848 | # |
805 | # CONFIG_USB_HID is not set | ||
806 | 849 | ||
807 | # | 850 | # |
808 | # USB HID Boot Protocol drivers | 851 | # USB HID Boot Protocol drivers |
@@ -821,6 +864,7 @@ CONFIG_USB_STORAGE=y | |||
821 | # CONFIG_USB_KAWETH is not set | 864 | # CONFIG_USB_KAWETH is not set |
822 | # CONFIG_USB_PEGASUS is not set | 865 | # CONFIG_USB_PEGASUS is not set |
823 | CONFIG_USB_RTL8150=y | 866 | CONFIG_USB_RTL8150=y |
867 | # CONFIG_USB_USBNET_MII is not set | ||
824 | # CONFIG_USB_USBNET is not set | 868 | # CONFIG_USB_USBNET is not set |
825 | # CONFIG_USB_MON is not set | 869 | # CONFIG_USB_MON is not set |
826 | 870 | ||
@@ -834,8 +878,8 @@ CONFIG_USB_RTL8150=y | |||
834 | CONFIG_USB_SERIAL=y | 878 | CONFIG_USB_SERIAL=y |
835 | CONFIG_USB_SERIAL_CONSOLE=y | 879 | CONFIG_USB_SERIAL_CONSOLE=y |
836 | # CONFIG_USB_SERIAL_GENERIC is not set | 880 | # CONFIG_USB_SERIAL_GENERIC is not set |
881 | # CONFIG_USB_SERIAL_AIRCABLE is not set | ||
837 | # CONFIG_USB_SERIAL_AIRPRIME is not set | 882 | # CONFIG_USB_SERIAL_AIRPRIME is not set |
838 | # CONFIG_USB_SERIAL_ANYDATA is not set | ||
839 | # CONFIG_USB_SERIAL_ARK3116 is not set | 883 | # CONFIG_USB_SERIAL_ARK3116 is not set |
840 | # CONFIG_USB_SERIAL_BELKIN is not set | 884 | # CONFIG_USB_SERIAL_BELKIN is not set |
841 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | 885 | # CONFIG_USB_SERIAL_WHITEHEAT is not set |
@@ -857,6 +901,8 @@ CONFIG_USB_SERIAL_CONSOLE=y | |||
857 | # CONFIG_USB_SERIAL_KLSI is not set | 901 | # CONFIG_USB_SERIAL_KLSI is not set |
858 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | 902 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set |
859 | # CONFIG_USB_SERIAL_MCT_U232 is not set | 903 | # CONFIG_USB_SERIAL_MCT_U232 is not set |
904 | # CONFIG_USB_SERIAL_MOS7720 is not set | ||
905 | # CONFIG_USB_SERIAL_MOS7840 is not set | ||
860 | # CONFIG_USB_SERIAL_NAVMAN is not set | 906 | # CONFIG_USB_SERIAL_NAVMAN is not set |
861 | CONFIG_USB_SERIAL_PL2303=y | 907 | CONFIG_USB_SERIAL_PL2303=y |
862 | # CONFIG_USB_SERIAL_HP4X is not set | 908 | # CONFIG_USB_SERIAL_HP4X is not set |
@@ -867,12 +913,14 @@ CONFIG_USB_SERIAL_PL2303=y | |||
867 | # CONFIG_USB_SERIAL_XIRCOM is not set | 913 | # CONFIG_USB_SERIAL_XIRCOM is not set |
868 | # CONFIG_USB_SERIAL_OPTION is not set | 914 | # CONFIG_USB_SERIAL_OPTION is not set |
869 | # CONFIG_USB_SERIAL_OMNINET is not set | 915 | # CONFIG_USB_SERIAL_OMNINET is not set |
916 | # CONFIG_USB_SERIAL_DEBUG is not set | ||
870 | 917 | ||
871 | # | 918 | # |
872 | # USB Miscellaneous drivers | 919 | # USB Miscellaneous drivers |
873 | # | 920 | # |
874 | # CONFIG_USB_EMI62 is not set | 921 | # CONFIG_USB_EMI62 is not set |
875 | # CONFIG_USB_EMI26 is not set | 922 | # CONFIG_USB_EMI26 is not set |
923 | # CONFIG_USB_ADUTUX is not set | ||
876 | # CONFIG_USB_AUERSWALD is not set | 924 | # CONFIG_USB_AUERSWALD is not set |
877 | # CONFIG_USB_RIO500 is not set | 925 | # CONFIG_USB_RIO500 is not set |
878 | # CONFIG_USB_LEGOTOWER is not set | 926 | # CONFIG_USB_LEGOTOWER is not set |
@@ -880,11 +928,12 @@ CONFIG_USB_SERIAL_PL2303=y | |||
880 | # CONFIG_USB_LED is not set | 928 | # CONFIG_USB_LED is not set |
881 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 929 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
882 | # CONFIG_USB_CYTHERM is not set | 930 | # CONFIG_USB_CYTHERM is not set |
883 | # CONFIG_USB_PHIDGETKIT is not set | 931 | # CONFIG_USB_PHIDGET is not set |
884 | # CONFIG_USB_PHIDGETSERVO is not set | ||
885 | # CONFIG_USB_IDMOUSE is not set | 932 | # CONFIG_USB_IDMOUSE is not set |
933 | # CONFIG_USB_FTDI_ELAN is not set | ||
886 | # CONFIG_USB_APPLEDISPLAY is not set | 934 | # CONFIG_USB_APPLEDISPLAY is not set |
887 | # CONFIG_USB_LD is not set | 935 | # CONFIG_USB_LD is not set |
936 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
888 | # CONFIG_USB_TEST is not set | 937 | # CONFIG_USB_TEST is not set |
889 | 938 | ||
890 | # | 939 | # |
@@ -908,6 +957,7 @@ CONFIG_RTC_LIB=y | |||
908 | CONFIG_RTC_CLASS=y | 957 | CONFIG_RTC_CLASS=y |
909 | CONFIG_RTC_HCTOSYS=y | 958 | CONFIG_RTC_HCTOSYS=y |
910 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | 959 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" |
960 | # CONFIG_RTC_DEBUG is not set | ||
911 | 961 | ||
912 | # | 962 | # |
913 | # RTC interfaces | 963 | # RTC interfaces |
@@ -921,7 +971,7 @@ CONFIG_RTC_INTF_DEV=y | |||
921 | # RTC drivers | 971 | # RTC drivers |
922 | # | 972 | # |
923 | # CONFIG_RTC_DRV_X1205 is not set | 973 | # CONFIG_RTC_DRV_X1205 is not set |
924 | # CONFIG_RTC_DRV_DS1307 is not set | 974 | CONFIG_RTC_DRV_DS1307=y |
925 | # CONFIG_RTC_DRV_DS1553 is not set | 975 | # CONFIG_RTC_DRV_DS1553 is not set |
926 | # CONFIG_RTC_DRV_ISL1208 is not set | 976 | # CONFIG_RTC_DRV_ISL1208 is not set |
927 | # CONFIG_RTC_DRV_DS1672 is not set | 977 | # CONFIG_RTC_DRV_DS1672 is not set |
@@ -943,12 +993,14 @@ CONFIG_EXT2_FS=y | |||
943 | # CONFIG_EXT2_FS_XIP is not set | 993 | # CONFIG_EXT2_FS_XIP is not set |
944 | CONFIG_EXT3_FS=y | 994 | CONFIG_EXT3_FS=y |
945 | # CONFIG_EXT3_FS_XATTR is not set | 995 | # CONFIG_EXT3_FS_XATTR is not set |
996 | # CONFIG_EXT4DEV_FS is not set | ||
946 | CONFIG_JBD=y | 997 | CONFIG_JBD=y |
947 | # CONFIG_JBD_DEBUG is not set | 998 | # CONFIG_JBD_DEBUG is not set |
948 | # CONFIG_REISERFS_FS is not set | 999 | # CONFIG_REISERFS_FS is not set |
949 | # CONFIG_JFS_FS is not set | 1000 | # CONFIG_JFS_FS is not set |
950 | # CONFIG_FS_POSIX_ACL is not set | 1001 | # CONFIG_FS_POSIX_ACL is not set |
951 | # CONFIG_XFS_FS is not set | 1002 | # CONFIG_XFS_FS is not set |
1003 | # CONFIG_GFS2_FS is not set | ||
952 | # CONFIG_OCFS2_FS is not set | 1004 | # CONFIG_OCFS2_FS is not set |
953 | # CONFIG_MINIX_FS is not set | 1005 | # CONFIG_MINIX_FS is not set |
954 | # CONFIG_ROMFS_FS is not set | 1006 | # CONFIG_ROMFS_FS is not set |
@@ -980,8 +1032,10 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
980 | # Pseudo filesystems | 1032 | # Pseudo filesystems |
981 | # | 1033 | # |
982 | CONFIG_PROC_FS=y | 1034 | CONFIG_PROC_FS=y |
1035 | CONFIG_PROC_SYSCTL=y | ||
983 | CONFIG_SYSFS=y | 1036 | CONFIG_SYSFS=y |
984 | CONFIG_TMPFS=y | 1037 | CONFIG_TMPFS=y |
1038 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
985 | # CONFIG_HUGETLB_PAGE is not set | 1039 | # CONFIG_HUGETLB_PAGE is not set |
986 | CONFIG_RAMFS=y | 1040 | CONFIG_RAMFS=y |
987 | # CONFIG_CONFIGFS_FS is not set | 1041 | # CONFIG_CONFIGFS_FS is not set |
@@ -1102,6 +1156,11 @@ CONFIG_NLS_ISO8859_1=y | |||
1102 | # CONFIG_NLS_UTF8 is not set | 1156 | # CONFIG_NLS_UTF8 is not set |
1103 | 1157 | ||
1104 | # | 1158 | # |
1159 | # Distributed Lock Manager | ||
1160 | # | ||
1161 | # CONFIG_DLM is not set | ||
1162 | |||
1163 | # | ||
1105 | # Profiling support | 1164 | # Profiling support |
1106 | # | 1165 | # |
1107 | # CONFIG_PROFILING is not set | 1166 | # CONFIG_PROFILING is not set |
@@ -1110,8 +1169,11 @@ CONFIG_NLS_ISO8859_1=y | |||
1110 | # Kernel hacking | 1169 | # Kernel hacking |
1111 | # | 1170 | # |
1112 | # CONFIG_PRINTK_TIME is not set | 1171 | # CONFIG_PRINTK_TIME is not set |
1172 | CONFIG_ENABLE_MUST_CHECK=y | ||
1113 | CONFIG_MAGIC_SYSRQ=y | 1173 | CONFIG_MAGIC_SYSRQ=y |
1114 | # CONFIG_UNUSED_SYMBOLS is not set | 1174 | # CONFIG_UNUSED_SYMBOLS is not set |
1175 | # CONFIG_DEBUG_FS is not set | ||
1176 | # CONFIG_HEADERS_CHECK is not set | ||
1115 | CONFIG_DEBUG_KERNEL=y | 1177 | CONFIG_DEBUG_KERNEL=y |
1116 | CONFIG_LOG_BUF_SHIFT=14 | 1178 | CONFIG_LOG_BUF_SHIFT=14 |
1117 | CONFIG_DETECT_SOFTLOCKUP=y | 1179 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1128,10 +1190,9 @@ CONFIG_DEBUG_MUTEXES=y | |||
1128 | # CONFIG_DEBUG_KOBJECT is not set | 1190 | # CONFIG_DEBUG_KOBJECT is not set |
1129 | CONFIG_DEBUG_BUGVERBOSE=y | 1191 | CONFIG_DEBUG_BUGVERBOSE=y |
1130 | # CONFIG_DEBUG_INFO is not set | 1192 | # CONFIG_DEBUG_INFO is not set |
1131 | # CONFIG_DEBUG_FS is not set | ||
1132 | # CONFIG_DEBUG_VM is not set | 1193 | # CONFIG_DEBUG_VM is not set |
1194 | # CONFIG_DEBUG_LIST is not set | ||
1133 | CONFIG_FRAME_POINTER=y | 1195 | CONFIG_FRAME_POINTER=y |
1134 | # CONFIG_UNWIND_INFO is not set | ||
1135 | CONFIG_FORCED_INLINING=y | 1196 | CONFIG_FORCED_INLINING=y |
1136 | # CONFIG_RCU_TORTURE_TEST is not set | 1197 | # CONFIG_RCU_TORTURE_TEST is not set |
1137 | CONFIG_DEBUG_USER=y | 1198 | CONFIG_DEBUG_USER=y |
@@ -1151,12 +1212,9 @@ CONFIG_DEBUG_LL=y | |||
1151 | # CONFIG_CRYPTO is not set | 1212 | # CONFIG_CRYPTO is not set |
1152 | 1213 | ||
1153 | # | 1214 | # |
1154 | # Hardware crypto devices | ||
1155 | # | ||
1156 | |||
1157 | # | ||
1158 | # Library routines | 1215 | # Library routines |
1159 | # | 1216 | # |
1217 | CONFIG_BITREVERSE=y | ||
1160 | # CONFIG_CRC_CCITT is not set | 1218 | # CONFIG_CRC_CCITT is not set |
1161 | # CONFIG_CRC16 is not set | 1219 | # CONFIG_CRC16 is not set |
1162 | CONFIG_CRC32=y | 1220 | CONFIG_CRC32=y |
@@ -1164,3 +1222,4 @@ CONFIG_LIBCRC32C=y | |||
1164 | CONFIG_ZLIB_INFLATE=y | 1222 | CONFIG_ZLIB_INFLATE=y |
1165 | CONFIG_ZLIB_DEFLATE=y | 1223 | CONFIG_ZLIB_DEFLATE=y |
1166 | CONFIG_PLIST=y | 1224 | CONFIG_PLIST=y |
1225 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/iop13xx_defconfig b/arch/arm/configs/iop13xx_defconfig index f6e46193fd26..43c4a37e9247 100644 --- a/arch/arm/configs/iop13xx_defconfig +++ b/arch/arm/configs/iop13xx_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.19 | 3 | # Linux kernel version: 2.6.20-rc1-git5 |
4 | # Fri Dec 1 10:51:01 2006 | 4 | # Tue Dec 19 21:38:01 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | 7 | # CONFIG_GENERIC_TIME is not set |
@@ -11,6 +11,8 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
11 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
12 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
14 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
15 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
16 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -39,6 +41,7 @@ CONFIG_BSD_PROCESS_ACCT=y | |||
39 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
40 | CONFIG_IKCONFIG=y | 42 | CONFIG_IKCONFIG=y |
41 | CONFIG_IKCONFIG_PROC=y | 43 | CONFIG_IKCONFIG_PROC=y |
44 | CONFIG_SYSFS_DEPRECATED=y | ||
42 | # CONFIG_RELAY is not set | 45 | # CONFIG_RELAY is not set |
43 | CONFIG_INITRAMFS_SOURCE="" | 46 | CONFIG_INITRAMFS_SOURCE="" |
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 47 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
@@ -77,7 +80,9 @@ CONFIG_KMOD=y | |||
77 | # Block layer | 80 | # Block layer |
78 | # | 81 | # |
79 | CONFIG_BLOCK=y | 82 | CONFIG_BLOCK=y |
83 | # CONFIG_LBD is not set | ||
80 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
81 | 86 | ||
82 | # | 87 | # |
83 | # IO Schedulers | 88 | # IO Schedulers |
@@ -154,11 +159,13 @@ CONFIG_IO_36=y | |||
154 | CONFIG_ARM_THUMB=y | 159 | CONFIG_ARM_THUMB=y |
155 | # CONFIG_CPU_DCACHE_DISABLE is not set | 160 | # CONFIG_CPU_DCACHE_DISABLE is not set |
156 | # CONFIG_CPU_BPREDICT_DISABLE is not set | 161 | # CONFIG_CPU_BPREDICT_DISABLE is not set |
162 | # CONFIG_IWMMXT is not set | ||
157 | 163 | ||
158 | # | 164 | # |
159 | # Bus support | 165 | # Bus support |
160 | # | 166 | # |
161 | CONFIG_PCI=y | 167 | CONFIG_PCI=y |
168 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
162 | 169 | ||
163 | # | 170 | # |
164 | # PCCARD (PCMCIA/CardBus) support | 171 | # PCCARD (PCMCIA/CardBus) support |
@@ -259,9 +266,23 @@ CONFIG_INET_TCP_DIAG=y | |||
259 | # CONFIG_TCP_CONG_ADVANCED is not set | 266 | # CONFIG_TCP_CONG_ADVANCED is not set |
260 | CONFIG_TCP_CONG_CUBIC=y | 267 | CONFIG_TCP_CONG_CUBIC=y |
261 | CONFIG_DEFAULT_TCP_CONG="cubic" | 268 | CONFIG_DEFAULT_TCP_CONG="cubic" |
262 | # CONFIG_IPV6 is not set | 269 | # CONFIG_TCP_MD5SIG is not set |
270 | CONFIG_IPV6=y | ||
271 | # CONFIG_IPV6_PRIVACY is not set | ||
272 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
273 | # CONFIG_INET6_AH is not set | ||
274 | # CONFIG_INET6_ESP is not set | ||
275 | # CONFIG_INET6_IPCOMP is not set | ||
276 | # CONFIG_IPV6_MIP6 is not set | ||
263 | # CONFIG_INET6_XFRM_TUNNEL is not set | 277 | # CONFIG_INET6_XFRM_TUNNEL is not set |
264 | # CONFIG_INET6_TUNNEL is not set | 278 | # CONFIG_INET6_TUNNEL is not set |
279 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
280 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
281 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
282 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
283 | # CONFIG_IPV6_SIT is not set | ||
284 | # CONFIG_IPV6_TUNNEL is not set | ||
285 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
265 | # CONFIG_NETWORK_SECMARK is not set | 286 | # CONFIG_NETWORK_SECMARK is not set |
266 | # CONFIG_NETFILTER is not set | 287 | # CONFIG_NETFILTER is not set |
267 | 288 | ||
@@ -433,7 +454,7 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
433 | # CONFIG_BLK_DEV_UMEM is not set | 454 | # CONFIG_BLK_DEV_UMEM is not set |
434 | # CONFIG_BLK_DEV_COW_COMMON is not set | 455 | # CONFIG_BLK_DEV_COW_COMMON is not set |
435 | # CONFIG_BLK_DEV_LOOP is not set | 456 | # CONFIG_BLK_DEV_LOOP is not set |
436 | # CONFIG_BLK_DEV_NBD is not set | 457 | CONFIG_BLK_DEV_NBD=y |
437 | # CONFIG_BLK_DEV_SX8 is not set | 458 | # CONFIG_BLK_DEV_SX8 is not set |
438 | CONFIG_BLK_DEV_RAM=y | 459 | CONFIG_BLK_DEV_RAM=y |
439 | CONFIG_BLK_DEV_RAM_COUNT=2 | 460 | CONFIG_BLK_DEV_RAM_COUNT=2 |
@@ -448,6 +469,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
448 | # | 469 | # |
449 | # CONFIG_RAID_ATTRS is not set | 470 | # CONFIG_RAID_ATTRS is not set |
450 | CONFIG_SCSI=y | 471 | CONFIG_SCSI=y |
472 | # CONFIG_SCSI_TGT is not set | ||
451 | # CONFIG_SCSI_NETLINK is not set | 473 | # CONFIG_SCSI_NETLINK is not set |
452 | CONFIG_SCSI_PROC_FS=y | 474 | CONFIG_SCSI_PROC_FS=y |
453 | 475 | ||
@@ -467,6 +489,7 @@ CONFIG_CHR_DEV_SG=y | |||
467 | # CONFIG_SCSI_MULTI_LUN is not set | 489 | # CONFIG_SCSI_MULTI_LUN is not set |
468 | CONFIG_SCSI_CONSTANTS=y | 490 | CONFIG_SCSI_CONSTANTS=y |
469 | # CONFIG_SCSI_LOGGING is not set | 491 | # CONFIG_SCSI_LOGGING is not set |
492 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
470 | 493 | ||
471 | # | 494 | # |
472 | # SCSI Transports | 495 | # SCSI Transports |
@@ -510,6 +533,7 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
510 | # CONFIG_SCSI_DC390T is not set | 533 | # CONFIG_SCSI_DC390T is not set |
511 | # CONFIG_SCSI_NSP32 is not set | 534 | # CONFIG_SCSI_NSP32 is not set |
512 | # CONFIG_SCSI_DEBUG is not set | 535 | # CONFIG_SCSI_DEBUG is not set |
536 | # CONFIG_SCSI_SRP is not set | ||
513 | 537 | ||
514 | # | 538 | # |
515 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | 539 | # Serial ATA (prod) and Parallel ATA (experimental) drivers |
@@ -605,6 +629,7 @@ CONFIG_E1000_NAPI=y | |||
605 | # CONFIG_IXGB is not set | 629 | # CONFIG_IXGB is not set |
606 | # CONFIG_S2IO is not set | 630 | # CONFIG_S2IO is not set |
607 | # CONFIG_MYRI10GE is not set | 631 | # CONFIG_MYRI10GE is not set |
632 | # CONFIG_NETXEN_NIC is not set | ||
608 | 633 | ||
609 | # | 634 | # |
610 | # Token Ring devices | 635 | # Token Ring devices |
@@ -711,10 +736,6 @@ CONFIG_HW_RANDOM=y | |||
711 | # CONFIG_DTLK is not set | 736 | # CONFIG_DTLK is not set |
712 | # CONFIG_R3964 is not set | 737 | # CONFIG_R3964 is not set |
713 | # CONFIG_APPLICOM is not set | 738 | # CONFIG_APPLICOM is not set |
714 | |||
715 | # | ||
716 | # Ftape, the floppy tape device driver | ||
717 | # | ||
718 | # CONFIG_DRM is not set | 739 | # CONFIG_DRM is not set |
719 | # CONFIG_RAW_DRIVER is not set | 740 | # CONFIG_RAW_DRIVER is not set |
720 | 741 | ||
@@ -820,6 +841,7 @@ CONFIG_HWMON=y | |||
820 | # CONFIG_SENSORS_LM92 is not set | 841 | # CONFIG_SENSORS_LM92 is not set |
821 | # CONFIG_SENSORS_MAX1619 is not set | 842 | # CONFIG_SENSORS_MAX1619 is not set |
822 | # CONFIG_SENSORS_PC87360 is not set | 843 | # CONFIG_SENSORS_PC87360 is not set |
844 | # CONFIG_SENSORS_PC87427 is not set | ||
823 | # CONFIG_SENSORS_SIS5595 is not set | 845 | # CONFIG_SENSORS_SIS5595 is not set |
824 | # CONFIG_SENSORS_SMSC47M1 is not set | 846 | # CONFIG_SENSORS_SMSC47M1 is not set |
825 | # CONFIG_SENSORS_SMSC47M192 is not set | 847 | # CONFIG_SENSORS_SMSC47M192 is not set |
@@ -830,6 +852,7 @@ CONFIG_HWMON=y | |||
830 | # CONFIG_SENSORS_W83781D is not set | 852 | # CONFIG_SENSORS_W83781D is not set |
831 | # CONFIG_SENSORS_W83791D is not set | 853 | # CONFIG_SENSORS_W83791D is not set |
832 | # CONFIG_SENSORS_W83792D is not set | 854 | # CONFIG_SENSORS_W83792D is not set |
855 | # CONFIG_SENSORS_W83793 is not set | ||
833 | # CONFIG_SENSORS_W83L785TS is not set | 856 | # CONFIG_SENSORS_W83L785TS is not set |
834 | # CONFIG_SENSORS_W83627HF is not set | 857 | # CONFIG_SENSORS_W83627HF is not set |
835 | # CONFIG_SENSORS_W83627EHF is not set | 858 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -883,6 +906,11 @@ CONFIG_DUMMY_CONSOLE=y | |||
883 | # CONFIG_SOUND is not set | 906 | # CONFIG_SOUND is not set |
884 | 907 | ||
885 | # | 908 | # |
909 | # HID Devices | ||
910 | # | ||
911 | CONFIG_HID=y | ||
912 | |||
913 | # | ||
886 | # USB support | 914 | # USB support |
887 | # | 915 | # |
888 | CONFIG_USB_ARCH_HAS_HCD=y | 916 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -970,6 +998,7 @@ CONFIG_RAMFS=y | |||
970 | # | 998 | # |
971 | # CONFIG_ADFS_FS is not set | 999 | # CONFIG_ADFS_FS is not set |
972 | # CONFIG_AFFS_FS is not set | 1000 | # CONFIG_AFFS_FS is not set |
1001 | CONFIG_ECRYPT_FS=y | ||
973 | # CONFIG_HFS_FS is not set | 1002 | # CONFIG_HFS_FS is not set |
974 | # CONFIG_HFSPLUS_FS is not set | 1003 | # CONFIG_HFSPLUS_FS is not set |
975 | # CONFIG_BEFS_FS is not set | 1004 | # CONFIG_BEFS_FS is not set |
@@ -1092,6 +1121,11 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1092 | # CONFIG_NLS_UTF8 is not set | 1121 | # CONFIG_NLS_UTF8 is not set |
1093 | 1122 | ||
1094 | # | 1123 | # |
1124 | # Distributed Lock Manager | ||
1125 | # | ||
1126 | # CONFIG_DLM is not set | ||
1127 | |||
1128 | # | ||
1095 | # Profiling support | 1129 | # Profiling support |
1096 | # | 1130 | # |
1097 | # CONFIG_PROFILING is not set | 1131 | # CONFIG_PROFILING is not set |
@@ -1103,28 +1137,68 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1103 | CONFIG_ENABLE_MUST_CHECK=y | 1137 | CONFIG_ENABLE_MUST_CHECK=y |
1104 | # CONFIG_MAGIC_SYSRQ is not set | 1138 | # CONFIG_MAGIC_SYSRQ is not set |
1105 | # CONFIG_UNUSED_SYMBOLS is not set | 1139 | # CONFIG_UNUSED_SYMBOLS is not set |
1140 | # CONFIG_DEBUG_FS is not set | ||
1141 | # CONFIG_HEADERS_CHECK is not set | ||
1106 | # CONFIG_DEBUG_KERNEL is not set | 1142 | # CONFIG_DEBUG_KERNEL is not set |
1107 | CONFIG_LOG_BUF_SHIFT=14 | 1143 | CONFIG_LOG_BUF_SHIFT=14 |
1108 | CONFIG_DEBUG_BUGVERBOSE=y | 1144 | CONFIG_DEBUG_BUGVERBOSE=y |
1109 | # CONFIG_DEBUG_FS is not set | ||
1110 | CONFIG_FRAME_POINTER=y | 1145 | CONFIG_FRAME_POINTER=y |
1111 | # CONFIG_HEADERS_CHECK is not set | ||
1112 | CONFIG_DEBUG_USER=y | 1146 | CONFIG_DEBUG_USER=y |
1113 | 1147 | ||
1114 | # | 1148 | # |
1115 | # Security options | 1149 | # Security options |
1116 | # | 1150 | # |
1117 | # CONFIG_KEYS is not set | 1151 | CONFIG_KEYS=y |
1152 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1118 | # CONFIG_SECURITY is not set | 1153 | # CONFIG_SECURITY is not set |
1119 | 1154 | ||
1120 | # | 1155 | # |
1121 | # Cryptographic options | 1156 | # Cryptographic options |
1122 | # | 1157 | # |
1123 | # CONFIG_CRYPTO is not set | 1158 | CONFIG_CRYPTO=y |
1159 | CONFIG_CRYPTO_ALGAPI=y | ||
1160 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1161 | CONFIG_CRYPTO_HASH=y | ||
1162 | CONFIG_CRYPTO_MANAGER=y | ||
1163 | CONFIG_CRYPTO_HMAC=y | ||
1164 | CONFIG_CRYPTO_XCBC=y | ||
1165 | CONFIG_CRYPTO_NULL=y | ||
1166 | CONFIG_CRYPTO_MD4=y | ||
1167 | CONFIG_CRYPTO_MD5=y | ||
1168 | CONFIG_CRYPTO_SHA1=y | ||
1169 | CONFIG_CRYPTO_SHA256=y | ||
1170 | CONFIG_CRYPTO_SHA512=y | ||
1171 | CONFIG_CRYPTO_WP512=y | ||
1172 | CONFIG_CRYPTO_TGR192=y | ||
1173 | CONFIG_CRYPTO_GF128MUL=y | ||
1174 | CONFIG_CRYPTO_ECB=y | ||
1175 | CONFIG_CRYPTO_CBC=y | ||
1176 | CONFIG_CRYPTO_LRW=y | ||
1177 | CONFIG_CRYPTO_DES=y | ||
1178 | CONFIG_CRYPTO_BLOWFISH=y | ||
1179 | CONFIG_CRYPTO_TWOFISH=y | ||
1180 | CONFIG_CRYPTO_TWOFISH_COMMON=y | ||
1181 | CONFIG_CRYPTO_SERPENT=y | ||
1182 | CONFIG_CRYPTO_AES=y | ||
1183 | CONFIG_CRYPTO_CAST5=y | ||
1184 | CONFIG_CRYPTO_CAST6=y | ||
1185 | CONFIG_CRYPTO_TEA=y | ||
1186 | CONFIG_CRYPTO_ARC4=y | ||
1187 | CONFIG_CRYPTO_KHAZAD=y | ||
1188 | CONFIG_CRYPTO_ANUBIS=y | ||
1189 | CONFIG_CRYPTO_DEFLATE=y | ||
1190 | CONFIG_CRYPTO_MICHAEL_MIC=y | ||
1191 | CONFIG_CRYPTO_CRC32C=y | ||
1192 | # CONFIG_CRYPTO_TEST is not set | ||
1193 | |||
1194 | # | ||
1195 | # Hardware crypto devices | ||
1196 | # | ||
1124 | 1197 | ||
1125 | # | 1198 | # |
1126 | # Library routines | 1199 | # Library routines |
1127 | # | 1200 | # |
1201 | CONFIG_BITREVERSE=y | ||
1128 | CONFIG_CRC_CCITT=y | 1202 | CONFIG_CRC_CCITT=y |
1129 | # CONFIG_CRC16 is not set | 1203 | # CONFIG_CRC16 is not set |
1130 | CONFIG_CRC32=y | 1204 | CONFIG_CRC32=y |
@@ -1132,3 +1206,4 @@ CONFIG_LIBCRC32C=y | |||
1132 | CONFIG_ZLIB_INFLATE=y | 1206 | CONFIG_ZLIB_INFLATE=y |
1133 | CONFIG_ZLIB_DEFLATE=y | 1207 | CONFIG_ZLIB_DEFLATE=y |
1134 | CONFIG_PLIST=y | 1208 | CONFIG_PLIST=y |
1209 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig index b275c53728ec..7909a555706d 100644 --- a/arch/arm/configs/iop32x_defconfig +++ b/arch/arm/configs/iop32x_defconfig | |||
@@ -1,15 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc7 | 3 | # Linux kernel version: 2.6.20-rc1-git5 |
4 | # Tue Sep 19 00:30:18 2006 | 4 | # Tue Dec 19 21:37:52 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
10 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
15 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -29,18 +32,22 @@ CONFIG_LOCALVERSION="" | |||
29 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
30 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
31 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
33 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
34 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
35 | # CONFIG_TASKSTATS is not set | 39 | # CONFIG_TASKSTATS is not set |
36 | CONFIG_SYSCTL=y | 40 | # CONFIG_UTS_NS is not set |
37 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
38 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
39 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
40 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
41 | CONFIG_UID16=y | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
43 | # CONFIG_EMBEDDED is not set | 48 | # CONFIG_EMBEDDED is not set |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
44 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
45 | CONFIG_KALLSYMS_ALL=y | 52 | CONFIG_KALLSYMS_ALL=y |
46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -49,12 +56,12 @@ CONFIG_PRINTK=y | |||
49 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
50 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
51 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
52 | CONFIG_RT_MUTEXES=y | ||
53 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
54 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
55 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
56 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
57 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
58 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
59 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
60 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -72,7 +79,10 @@ CONFIG_KMOD=y | |||
72 | # | 79 | # |
73 | # Block layer | 80 | # Block layer |
74 | # | 81 | # |
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_LBD is not set | ||
75 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
76 | 86 | ||
77 | # | 87 | # |
78 | # IO Schedulers | 88 | # IO Schedulers |
@@ -106,6 +116,7 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
106 | # CONFIG_ARCH_IMX is not set | 116 | # CONFIG_ARCH_IMX is not set |
107 | CONFIG_ARCH_IOP32X=y | 117 | CONFIG_ARCH_IOP32X=y |
108 | # CONFIG_ARCH_IOP33X is not set | 118 | # CONFIG_ARCH_IOP33X is not set |
119 | # CONFIG_ARCH_IOP13XX is not set | ||
109 | # CONFIG_ARCH_IXP4XX is not set | 120 | # CONFIG_ARCH_IXP4XX is not set |
110 | # CONFIG_ARCH_IXP2000 is not set | 121 | # CONFIG_ARCH_IXP2000 is not set |
111 | # CONFIG_ARCH_IXP23XX is not set | 122 | # CONFIG_ARCH_IXP23XX is not set |
@@ -141,17 +152,22 @@ CONFIG_CPU_32v5=y | |||
141 | CONFIG_CPU_ABRT_EV5T=y | 152 | CONFIG_CPU_ABRT_EV5T=y |
142 | CONFIG_CPU_CACHE_VIVT=y | 153 | CONFIG_CPU_CACHE_VIVT=y |
143 | CONFIG_CPU_TLB_V4WBI=y | 154 | CONFIG_CPU_TLB_V4WBI=y |
155 | CONFIG_CPU_CP15=y | ||
156 | CONFIG_CPU_CP15_MMU=y | ||
144 | 157 | ||
145 | # | 158 | # |
146 | # Processor Features | 159 | # Processor Features |
147 | # | 160 | # |
148 | # CONFIG_ARM_THUMB is not set | 161 | # CONFIG_ARM_THUMB is not set |
162 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
163 | # CONFIG_IWMMXT is not set | ||
149 | CONFIG_XSCALE_PMU=y | 164 | CONFIG_XSCALE_PMU=y |
150 | 165 | ||
151 | # | 166 | # |
152 | # Bus support | 167 | # Bus support |
153 | # | 168 | # |
154 | CONFIG_PCI=y | 169 | CONFIG_PCI=y |
170 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
155 | # CONFIG_PCI_DEBUG is not set | 171 | # CONFIG_PCI_DEBUG is not set |
156 | 172 | ||
157 | # | 173 | # |
@@ -225,6 +241,7 @@ CONFIG_PACKET_MMAP=y | |||
225 | CONFIG_UNIX=y | 241 | CONFIG_UNIX=y |
226 | CONFIG_XFRM=y | 242 | CONFIG_XFRM=y |
227 | # CONFIG_XFRM_USER is not set | 243 | # CONFIG_XFRM_USER is not set |
244 | # CONFIG_XFRM_SUB_POLICY is not set | ||
228 | # CONFIG_NET_KEY is not set | 245 | # CONFIG_NET_KEY is not set |
229 | CONFIG_INET=y | 246 | CONFIG_INET=y |
230 | CONFIG_IP_MULTICAST=y | 247 | CONFIG_IP_MULTICAST=y |
@@ -246,13 +263,29 @@ CONFIG_IP_PNP_BOOTP=y | |||
246 | # CONFIG_INET_TUNNEL is not set | 263 | # CONFIG_INET_TUNNEL is not set |
247 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 264 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
248 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 265 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
266 | CONFIG_INET_XFRM_MODE_BEET=y | ||
249 | CONFIG_INET_DIAG=y | 267 | CONFIG_INET_DIAG=y |
250 | CONFIG_INET_TCP_DIAG=y | 268 | CONFIG_INET_TCP_DIAG=y |
251 | # CONFIG_TCP_CONG_ADVANCED is not set | 269 | # CONFIG_TCP_CONG_ADVANCED is not set |
252 | CONFIG_TCP_CONG_BIC=y | 270 | CONFIG_TCP_CONG_CUBIC=y |
253 | # CONFIG_IPV6 is not set | 271 | CONFIG_DEFAULT_TCP_CONG="cubic" |
272 | # CONFIG_TCP_MD5SIG is not set | ||
273 | CONFIG_IPV6=y | ||
274 | # CONFIG_IPV6_PRIVACY is not set | ||
275 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
276 | # CONFIG_INET6_AH is not set | ||
277 | # CONFIG_INET6_ESP is not set | ||
278 | # CONFIG_INET6_IPCOMP is not set | ||
279 | # CONFIG_IPV6_MIP6 is not set | ||
254 | # CONFIG_INET6_XFRM_TUNNEL is not set | 280 | # CONFIG_INET6_XFRM_TUNNEL is not set |
255 | # CONFIG_INET6_TUNNEL is not set | 281 | # CONFIG_INET6_TUNNEL is not set |
282 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
283 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
284 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
285 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
286 | # CONFIG_IPV6_SIT is not set | ||
287 | # CONFIG_IPV6_TUNNEL is not set | ||
288 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
256 | # CONFIG_NETWORK_SECMARK is not set | 289 | # CONFIG_NETWORK_SECMARK is not set |
257 | # CONFIG_NETFILTER is not set | 290 | # CONFIG_NETFILTER is not set |
258 | 291 | ||
@@ -279,7 +312,6 @@ CONFIG_TCP_CONG_BIC=y | |||
279 | # CONFIG_ATALK is not set | 312 | # CONFIG_ATALK is not set |
280 | # CONFIG_X25 is not set | 313 | # CONFIG_X25 is not set |
281 | # CONFIG_LAPB is not set | 314 | # CONFIG_LAPB is not set |
282 | # CONFIG_NET_DIVERT is not set | ||
283 | # CONFIG_ECONET is not set | 315 | # CONFIG_ECONET is not set |
284 | # CONFIG_WAN_ROUTER is not set | 316 | # CONFIG_WAN_ROUTER is not set |
285 | 317 | ||
@@ -338,6 +370,7 @@ CONFIG_MTD_BLOCK=y | |||
338 | # CONFIG_NFTL is not set | 370 | # CONFIG_NFTL is not set |
339 | # CONFIG_INFTL is not set | 371 | # CONFIG_INFTL is not set |
340 | # CONFIG_RFD_FTL is not set | 372 | # CONFIG_RFD_FTL is not set |
373 | # CONFIG_SSFDC is not set | ||
341 | 374 | ||
342 | # | 375 | # |
343 | # RAM/ROM/Flash chip drivers | 376 | # RAM/ROM/Flash chip drivers |
@@ -419,9 +452,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
419 | # CONFIG_BLK_DEV_DAC960 is not set | 452 | # CONFIG_BLK_DEV_DAC960 is not set |
420 | # CONFIG_BLK_DEV_UMEM is not set | 453 | # CONFIG_BLK_DEV_UMEM is not set |
421 | # CONFIG_BLK_DEV_COW_COMMON is not set | 454 | # CONFIG_BLK_DEV_COW_COMMON is not set |
422 | # CONFIG_BLK_DEV_LOOP is not set | 455 | CONFIG_BLK_DEV_LOOP=y |
423 | # CONFIG_BLK_DEV_NBD is not set | 456 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
457 | CONFIG_BLK_DEV_NBD=y | ||
424 | # CONFIG_BLK_DEV_SX8 is not set | 458 | # CONFIG_BLK_DEV_SX8 is not set |
459 | # CONFIG_BLK_DEV_UB is not set | ||
425 | CONFIG_BLK_DEV_RAM=y | 460 | CONFIG_BLK_DEV_RAM=y |
426 | CONFIG_BLK_DEV_RAM_COUNT=16 | 461 | CONFIG_BLK_DEV_RAM_COUNT=16 |
427 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 462 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
@@ -440,6 +475,8 @@ CONFIG_BLK_DEV_INITRD=y | |||
440 | # | 475 | # |
441 | # CONFIG_RAID_ATTRS is not set | 476 | # CONFIG_RAID_ATTRS is not set |
442 | CONFIG_SCSI=y | 477 | CONFIG_SCSI=y |
478 | # CONFIG_SCSI_TGT is not set | ||
479 | # CONFIG_SCSI_NETLINK is not set | ||
443 | CONFIG_SCSI_PROC_FS=y | 480 | CONFIG_SCSI_PROC_FS=y |
444 | 481 | ||
445 | # | 482 | # |
@@ -458,14 +495,16 @@ CONFIG_CHR_DEV_SG=y | |||
458 | # CONFIG_SCSI_MULTI_LUN is not set | 495 | # CONFIG_SCSI_MULTI_LUN is not set |
459 | # CONFIG_SCSI_CONSTANTS is not set | 496 | # CONFIG_SCSI_CONSTANTS is not set |
460 | # CONFIG_SCSI_LOGGING is not set | 497 | # CONFIG_SCSI_LOGGING is not set |
498 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
461 | 499 | ||
462 | # | 500 | # |
463 | # SCSI Transport Attributes | 501 | # SCSI Transports |
464 | # | 502 | # |
465 | # CONFIG_SCSI_SPI_ATTRS is not set | 503 | # CONFIG_SCSI_SPI_ATTRS is not set |
466 | # CONFIG_SCSI_FC_ATTRS is not set | 504 | # CONFIG_SCSI_FC_ATTRS is not set |
467 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 505 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
468 | # CONFIG_SCSI_SAS_ATTRS is not set | 506 | # CONFIG_SCSI_SAS_ATTRS is not set |
507 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
469 | 508 | ||
470 | # | 509 | # |
471 | # SCSI low-level drivers | 510 | # SCSI low-level drivers |
@@ -478,26 +517,84 @@ CONFIG_CHR_DEV_SG=y | |||
478 | # CONFIG_SCSI_AIC7XXX is not set | 517 | # CONFIG_SCSI_AIC7XXX is not set |
479 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 518 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
480 | # CONFIG_SCSI_AIC79XX is not set | 519 | # CONFIG_SCSI_AIC79XX is not set |
520 | # CONFIG_SCSI_AIC94XX is not set | ||
481 | # CONFIG_SCSI_DPT_I2O is not set | 521 | # CONFIG_SCSI_DPT_I2O is not set |
522 | # CONFIG_SCSI_ARCMSR is not set | ||
482 | # CONFIG_MEGARAID_NEWGEN is not set | 523 | # CONFIG_MEGARAID_NEWGEN is not set |
483 | # CONFIG_MEGARAID_LEGACY is not set | 524 | # CONFIG_MEGARAID_LEGACY is not set |
484 | # CONFIG_MEGARAID_SAS is not set | 525 | # CONFIG_MEGARAID_SAS is not set |
485 | # CONFIG_SCSI_SATA is not set | ||
486 | # CONFIG_SCSI_HPTIOP is not set | 526 | # CONFIG_SCSI_HPTIOP is not set |
487 | # CONFIG_SCSI_DMX3191D is not set | 527 | # CONFIG_SCSI_DMX3191D is not set |
488 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 528 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
489 | # CONFIG_SCSI_IPS is not set | 529 | # CONFIG_SCSI_IPS is not set |
490 | # CONFIG_SCSI_INITIO is not set | 530 | # CONFIG_SCSI_INITIO is not set |
491 | # CONFIG_SCSI_INIA100 is not set | 531 | # CONFIG_SCSI_INIA100 is not set |
532 | # CONFIG_SCSI_STEX is not set | ||
492 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 533 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
493 | # CONFIG_SCSI_IPR is not set | 534 | # CONFIG_SCSI_IPR is not set |
494 | # CONFIG_SCSI_QLOGIC_1280 is not set | 535 | # CONFIG_SCSI_QLOGIC_1280 is not set |
495 | # CONFIG_SCSI_QLA_FC is not set | 536 | # CONFIG_SCSI_QLA_FC is not set |
537 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
496 | # CONFIG_SCSI_LPFC is not set | 538 | # CONFIG_SCSI_LPFC is not set |
497 | # CONFIG_SCSI_DC395x is not set | 539 | # CONFIG_SCSI_DC395x is not set |
498 | # CONFIG_SCSI_DC390T is not set | 540 | # CONFIG_SCSI_DC390T is not set |
499 | # CONFIG_SCSI_NSP32 is not set | 541 | # CONFIG_SCSI_NSP32 is not set |
500 | # CONFIG_SCSI_DEBUG is not set | 542 | # CONFIG_SCSI_DEBUG is not set |
543 | # CONFIG_SCSI_SRP is not set | ||
544 | |||
545 | # | ||
546 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
547 | # | ||
548 | CONFIG_ATA=y | ||
549 | # CONFIG_SATA_AHCI is not set | ||
550 | # CONFIG_SATA_SVW is not set | ||
551 | # CONFIG_ATA_PIIX is not set | ||
552 | # CONFIG_SATA_MV is not set | ||
553 | # CONFIG_SATA_NV is not set | ||
554 | # CONFIG_PDC_ADMA is not set | ||
555 | # CONFIG_SATA_QSTOR is not set | ||
556 | # CONFIG_SATA_PROMISE is not set | ||
557 | # CONFIG_SATA_SX4 is not set | ||
558 | CONFIG_SATA_SIL=y | ||
559 | # CONFIG_SATA_SIL24 is not set | ||
560 | # CONFIG_SATA_SIS is not set | ||
561 | # CONFIG_SATA_ULI is not set | ||
562 | # CONFIG_SATA_VIA is not set | ||
563 | # CONFIG_SATA_VITESSE is not set | ||
564 | # CONFIG_PATA_ALI is not set | ||
565 | # CONFIG_PATA_AMD is not set | ||
566 | # CONFIG_PATA_ARTOP is not set | ||
567 | # CONFIG_PATA_ATIIXP is not set | ||
568 | # CONFIG_PATA_CMD64X is not set | ||
569 | # CONFIG_PATA_CS5520 is not set | ||
570 | # CONFIG_PATA_CS5530 is not set | ||
571 | # CONFIG_PATA_CYPRESS is not set | ||
572 | # CONFIG_PATA_EFAR is not set | ||
573 | # CONFIG_ATA_GENERIC is not set | ||
574 | # CONFIG_PATA_HPT366 is not set | ||
575 | # CONFIG_PATA_HPT37X is not set | ||
576 | # CONFIG_PATA_HPT3X2N is not set | ||
577 | # CONFIG_PATA_HPT3X3 is not set | ||
578 | # CONFIG_PATA_IT821X is not set | ||
579 | # CONFIG_PATA_JMICRON is not set | ||
580 | # CONFIG_PATA_TRIFLEX is not set | ||
581 | # CONFIG_PATA_MARVELL is not set | ||
582 | # CONFIG_PATA_MPIIX is not set | ||
583 | # CONFIG_PATA_OLDPIIX is not set | ||
584 | # CONFIG_PATA_NETCELL is not set | ||
585 | # CONFIG_PATA_NS87410 is not set | ||
586 | # CONFIG_PATA_OPTI is not set | ||
587 | # CONFIG_PATA_OPTIDMA is not set | ||
588 | # CONFIG_PATA_PDC_OLD is not set | ||
589 | # CONFIG_PATA_RADISYS is not set | ||
590 | # CONFIG_PATA_RZ1000 is not set | ||
591 | # CONFIG_PATA_SC1200 is not set | ||
592 | # CONFIG_PATA_SERVERWORKS is not set | ||
593 | # CONFIG_PATA_PDC2027X is not set | ||
594 | # CONFIG_PATA_SIL680 is not set | ||
595 | # CONFIG_PATA_SIS is not set | ||
596 | # CONFIG_PATA_VIA is not set | ||
597 | # CONFIG_PATA_WINBOND is not set | ||
501 | 598 | ||
502 | # | 599 | # |
503 | # Multi-device support (RAID and LVM) | 600 | # Multi-device support (RAID and LVM) |
@@ -512,6 +609,7 @@ CONFIG_MD_RAID1=y | |||
512 | # CONFIG_MD_MULTIPATH is not set | 609 | # CONFIG_MD_MULTIPATH is not set |
513 | # CONFIG_MD_FAULTY is not set | 610 | # CONFIG_MD_FAULTY is not set |
514 | CONFIG_BLK_DEV_DM=y | 611 | CONFIG_BLK_DEV_DM=y |
612 | # CONFIG_DM_DEBUG is not set | ||
515 | # CONFIG_DM_CRYPT is not set | 613 | # CONFIG_DM_CRYPT is not set |
516 | # CONFIG_DM_SNAPSHOT is not set | 614 | # CONFIG_DM_SNAPSHOT is not set |
517 | # CONFIG_DM_MIRROR is not set | 615 | # CONFIG_DM_MIRROR is not set |
@@ -612,6 +710,7 @@ CONFIG_R8169=y | |||
612 | # CONFIG_VIA_VELOCITY is not set | 710 | # CONFIG_VIA_VELOCITY is not set |
613 | # CONFIG_TIGON3 is not set | 711 | # CONFIG_TIGON3 is not set |
614 | # CONFIG_BNX2 is not set | 712 | # CONFIG_BNX2 is not set |
713 | # CONFIG_QLA3XXX is not set | ||
615 | 714 | ||
616 | # | 715 | # |
617 | # Ethernet (10000 Mbit) | 716 | # Ethernet (10000 Mbit) |
@@ -620,6 +719,7 @@ CONFIG_R8169=y | |||
620 | # CONFIG_IXGB is not set | 719 | # CONFIG_IXGB is not set |
621 | # CONFIG_S2IO is not set | 720 | # CONFIG_S2IO is not set |
622 | # CONFIG_MYRI10GE is not set | 721 | # CONFIG_MYRI10GE is not set |
722 | # CONFIG_NETXEN_NIC is not set | ||
623 | 723 | ||
624 | # | 724 | # |
625 | # Token Ring devices | 725 | # Token Ring devices |
@@ -654,6 +754,7 @@ CONFIG_R8169=y | |||
654 | # Input device support | 754 | # Input device support |
655 | # | 755 | # |
656 | CONFIG_INPUT=y | 756 | CONFIG_INPUT=y |
757 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
657 | 758 | ||
658 | # | 759 | # |
659 | # Userland interfaces | 760 | # Userland interfaces |
@@ -725,10 +826,6 @@ CONFIG_HW_RANDOM=y | |||
725 | # CONFIG_DTLK is not set | 826 | # CONFIG_DTLK is not set |
726 | # CONFIG_R3964 is not set | 827 | # CONFIG_R3964 is not set |
727 | # CONFIG_APPLICOM is not set | 828 | # CONFIG_APPLICOM is not set |
728 | |||
729 | # | ||
730 | # Ftape, the floppy tape device driver | ||
731 | # | ||
732 | # CONFIG_DRM is not set | 829 | # CONFIG_DRM is not set |
733 | # CONFIG_RAW_DRIVER is not set | 830 | # CONFIG_RAW_DRIVER is not set |
734 | 831 | ||
@@ -736,7 +833,6 @@ CONFIG_HW_RANDOM=y | |||
736 | # TPM devices | 833 | # TPM devices |
737 | # | 834 | # |
738 | # CONFIG_TCG_TPM is not set | 835 | # CONFIG_TCG_TPM is not set |
739 | # CONFIG_TELCLOCK is not set | ||
740 | 836 | ||
741 | # | 837 | # |
742 | # I2C support | 838 | # I2C support |
@@ -801,6 +897,7 @@ CONFIG_I2C_IOP3XX=y | |||
801 | # | 897 | # |
802 | # Dallas's 1-wire bus | 898 | # Dallas's 1-wire bus |
803 | # | 899 | # |
900 | # CONFIG_W1 is not set | ||
804 | 901 | ||
805 | # | 902 | # |
806 | # Hardware Monitoring support | 903 | # Hardware Monitoring support |
@@ -834,15 +931,18 @@ CONFIG_HWMON=y | |||
834 | # CONFIG_SENSORS_LM92 is not set | 931 | # CONFIG_SENSORS_LM92 is not set |
835 | # CONFIG_SENSORS_MAX1619 is not set | 932 | # CONFIG_SENSORS_MAX1619 is not set |
836 | # CONFIG_SENSORS_PC87360 is not set | 933 | # CONFIG_SENSORS_PC87360 is not set |
934 | # CONFIG_SENSORS_PC87427 is not set | ||
837 | # CONFIG_SENSORS_SIS5595 is not set | 935 | # CONFIG_SENSORS_SIS5595 is not set |
838 | # CONFIG_SENSORS_SMSC47M1 is not set | 936 | # CONFIG_SENSORS_SMSC47M1 is not set |
839 | # CONFIG_SENSORS_SMSC47M192 is not set | 937 | # CONFIG_SENSORS_SMSC47M192 is not set |
840 | # CONFIG_SENSORS_SMSC47B397 is not set | 938 | # CONFIG_SENSORS_SMSC47B397 is not set |
841 | # CONFIG_SENSORS_VIA686A is not set | 939 | # CONFIG_SENSORS_VIA686A is not set |
940 | # CONFIG_SENSORS_VT1211 is not set | ||
842 | # CONFIG_SENSORS_VT8231 is not set | 941 | # CONFIG_SENSORS_VT8231 is not set |
843 | # CONFIG_SENSORS_W83781D is not set | 942 | # CONFIG_SENSORS_W83781D is not set |
844 | # CONFIG_SENSORS_W83791D is not set | 943 | # CONFIG_SENSORS_W83791D is not set |
845 | # CONFIG_SENSORS_W83792D is not set | 944 | # CONFIG_SENSORS_W83792D is not set |
945 | # CONFIG_SENSORS_W83793 is not set | ||
846 | # CONFIG_SENSORS_W83L785TS is not set | 946 | # CONFIG_SENSORS_W83L785TS is not set |
847 | # CONFIG_SENSORS_W83627HF is not set | 947 | # CONFIG_SENSORS_W83627HF is not set |
848 | # CONFIG_SENSORS_W83627EHF is not set | 948 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -851,6 +951,8 @@ CONFIG_HWMON=y | |||
851 | # | 951 | # |
852 | # Misc devices | 952 | # Misc devices |
853 | # | 953 | # |
954 | # CONFIG_SGI_IOC4 is not set | ||
955 | # CONFIG_TIFM_CORE is not set | ||
854 | 956 | ||
855 | # | 957 | # |
856 | # LED devices | 958 | # LED devices |
@@ -869,12 +971,12 @@ CONFIG_HWMON=y | |||
869 | # Multimedia devices | 971 | # Multimedia devices |
870 | # | 972 | # |
871 | # CONFIG_VIDEO_DEV is not set | 973 | # CONFIG_VIDEO_DEV is not set |
872 | CONFIG_VIDEO_V4L2=y | ||
873 | 974 | ||
874 | # | 975 | # |
875 | # Digital Video Broadcasting Devices | 976 | # Digital Video Broadcasting Devices |
876 | # | 977 | # |
877 | # CONFIG_DVB is not set | 978 | # CONFIG_DVB is not set |
979 | # CONFIG_USB_DABUSB is not set | ||
878 | 980 | ||
879 | # | 981 | # |
880 | # Graphics support | 982 | # Graphics support |
@@ -895,6 +997,11 @@ CONFIG_DUMMY_CONSOLE=y | |||
895 | # CONFIG_SOUND is not set | 997 | # CONFIG_SOUND is not set |
896 | 998 | ||
897 | # | 999 | # |
1000 | # HID Devices | ||
1001 | # | ||
1002 | CONFIG_HID=y | ||
1003 | |||
1004 | # | ||
898 | # USB support | 1005 | # USB support |
899 | # | 1006 | # |
900 | CONFIG_USB_ARCH_HAS_HCD=y | 1007 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -909,6 +1016,7 @@ CONFIG_USB=y | |||
909 | # CONFIG_USB_DEVICEFS is not set | 1016 | # CONFIG_USB_DEVICEFS is not set |
910 | # CONFIG_USB_BANDWIDTH is not set | 1017 | # CONFIG_USB_BANDWIDTH is not set |
911 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1018 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1019 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
912 | # CONFIG_USB_OTG is not set | 1020 | # CONFIG_USB_OTG is not set |
913 | 1021 | ||
914 | # | 1022 | # |
@@ -946,6 +1054,7 @@ CONFIG_USB_STORAGE=y | |||
946 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1054 | # CONFIG_USB_STORAGE_SDDR55 is not set |
947 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1055 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
948 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1056 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1057 | # CONFIG_USB_STORAGE_KARMA is not set | ||
949 | # CONFIG_USB_LIBUSUAL is not set | 1058 | # CONFIG_USB_LIBUSUAL is not set |
950 | 1059 | ||
951 | # | 1060 | # |
@@ -984,6 +1093,7 @@ CONFIG_USB_STORAGE=y | |||
984 | # CONFIG_USB_KAWETH is not set | 1093 | # CONFIG_USB_KAWETH is not set |
985 | # CONFIG_USB_PEGASUS is not set | 1094 | # CONFIG_USB_PEGASUS is not set |
986 | # CONFIG_USB_RTL8150 is not set | 1095 | # CONFIG_USB_RTL8150 is not set |
1096 | # CONFIG_USB_USBNET_MII is not set | ||
987 | # CONFIG_USB_USBNET is not set | 1097 | # CONFIG_USB_USBNET is not set |
988 | CONFIG_USB_MON=y | 1098 | CONFIG_USB_MON=y |
989 | 1099 | ||
@@ -1001,6 +1111,7 @@ CONFIG_USB_MON=y | |||
1001 | # | 1111 | # |
1002 | # CONFIG_USB_EMI62 is not set | 1112 | # CONFIG_USB_EMI62 is not set |
1003 | # CONFIG_USB_EMI26 is not set | 1113 | # CONFIG_USB_EMI26 is not set |
1114 | # CONFIG_USB_ADUTUX is not set | ||
1004 | # CONFIG_USB_AUERSWALD is not set | 1115 | # CONFIG_USB_AUERSWALD is not set |
1005 | # CONFIG_USB_RIO500 is not set | 1116 | # CONFIG_USB_RIO500 is not set |
1006 | # CONFIG_USB_LEGOTOWER is not set | 1117 | # CONFIG_USB_LEGOTOWER is not set |
@@ -1008,12 +1119,13 @@ CONFIG_USB_MON=y | |||
1008 | # CONFIG_USB_LED is not set | 1119 | # CONFIG_USB_LED is not set |
1009 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1120 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1010 | # CONFIG_USB_CYTHERM is not set | 1121 | # CONFIG_USB_CYTHERM is not set |
1011 | # CONFIG_USB_PHIDGETKIT is not set | 1122 | # CONFIG_USB_PHIDGET is not set |
1012 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1013 | # CONFIG_USB_IDMOUSE is not set | 1123 | # CONFIG_USB_IDMOUSE is not set |
1124 | # CONFIG_USB_FTDI_ELAN is not set | ||
1014 | # CONFIG_USB_APPLEDISPLAY is not set | 1125 | # CONFIG_USB_APPLEDISPLAY is not set |
1015 | # CONFIG_USB_SISUSBVGA is not set | 1126 | # CONFIG_USB_SISUSBVGA is not set |
1016 | # CONFIG_USB_LD is not set | 1127 | # CONFIG_USB_LD is not set |
1128 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1017 | 1129 | ||
1018 | # | 1130 | # |
1019 | # USB DSL modem support | 1131 | # USB DSL modem support |
@@ -1045,6 +1157,7 @@ CONFIG_EXT3_FS=y | |||
1045 | CONFIG_EXT3_FS_XATTR=y | 1157 | CONFIG_EXT3_FS_XATTR=y |
1046 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1158 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
1047 | # CONFIG_EXT3_FS_SECURITY is not set | 1159 | # CONFIG_EXT3_FS_SECURITY is not set |
1160 | # CONFIG_EXT4DEV_FS is not set | ||
1048 | CONFIG_JBD=y | 1161 | CONFIG_JBD=y |
1049 | # CONFIG_JBD_DEBUG is not set | 1162 | # CONFIG_JBD_DEBUG is not set |
1050 | CONFIG_FS_MBCACHE=y | 1163 | CONFIG_FS_MBCACHE=y |
@@ -1056,6 +1169,7 @@ CONFIG_XFS_FS=y | |||
1056 | CONFIG_XFS_SECURITY=y | 1169 | CONFIG_XFS_SECURITY=y |
1057 | CONFIG_XFS_POSIX_ACL=y | 1170 | CONFIG_XFS_POSIX_ACL=y |
1058 | # CONFIG_XFS_RT is not set | 1171 | # CONFIG_XFS_RT is not set |
1172 | # CONFIG_GFS2_FS is not set | ||
1059 | # CONFIG_OCFS2_FS is not set | 1173 | # CONFIG_OCFS2_FS is not set |
1060 | # CONFIG_MINIX_FS is not set | 1174 | # CONFIG_MINIX_FS is not set |
1061 | # CONFIG_ROMFS_FS is not set | 1175 | # CONFIG_ROMFS_FS is not set |
@@ -1084,8 +1198,10 @@ CONFIG_DNOTIFY=y | |||
1084 | # Pseudo filesystems | 1198 | # Pseudo filesystems |
1085 | # | 1199 | # |
1086 | CONFIG_PROC_FS=y | 1200 | CONFIG_PROC_FS=y |
1201 | CONFIG_PROC_SYSCTL=y | ||
1087 | CONFIG_SYSFS=y | 1202 | CONFIG_SYSFS=y |
1088 | CONFIG_TMPFS=y | 1203 | CONFIG_TMPFS=y |
1204 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1089 | # CONFIG_HUGETLB_PAGE is not set | 1205 | # CONFIG_HUGETLB_PAGE is not set |
1090 | CONFIG_RAMFS=y | 1206 | CONFIG_RAMFS=y |
1091 | # CONFIG_CONFIGFS_FS is not set | 1207 | # CONFIG_CONFIGFS_FS is not set |
@@ -1095,6 +1211,7 @@ CONFIG_RAMFS=y | |||
1095 | # | 1211 | # |
1096 | # CONFIG_ADFS_FS is not set | 1212 | # CONFIG_ADFS_FS is not set |
1097 | # CONFIG_AFFS_FS is not set | 1213 | # CONFIG_AFFS_FS is not set |
1214 | CONFIG_ECRYPT_FS=y | ||
1098 | # CONFIG_HFS_FS is not set | 1215 | # CONFIG_HFS_FS is not set |
1099 | # CONFIG_HFSPLUS_FS is not set | 1216 | # CONFIG_HFSPLUS_FS is not set |
1100 | # CONFIG_BEFS_FS is not set | 1217 | # CONFIG_BEFS_FS is not set |
@@ -1129,7 +1246,7 @@ CONFIG_NFSD=y | |||
1129 | CONFIG_NFSD_V3=y | 1246 | CONFIG_NFSD_V3=y |
1130 | # CONFIG_NFSD_V3_ACL is not set | 1247 | # CONFIG_NFSD_V3_ACL is not set |
1131 | # CONFIG_NFSD_V4 is not set | 1248 | # CONFIG_NFSD_V4 is not set |
1132 | # CONFIG_NFSD_TCP is not set | 1249 | CONFIG_NFSD_TCP=y |
1133 | CONFIG_ROOT_NFS=y | 1250 | CONFIG_ROOT_NFS=y |
1134 | CONFIG_LOCKD=y | 1251 | CONFIG_LOCKD=y |
1135 | CONFIG_LOCKD_V4=y | 1252 | CONFIG_LOCKD_V4=y |
@@ -1172,6 +1289,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1172 | # CONFIG_NLS is not set | 1289 | # CONFIG_NLS is not set |
1173 | 1290 | ||
1174 | # | 1291 | # |
1292 | # Distributed Lock Manager | ||
1293 | # | ||
1294 | # CONFIG_DLM is not set | ||
1295 | |||
1296 | # | ||
1175 | # Profiling support | 1297 | # Profiling support |
1176 | # | 1298 | # |
1177 | # CONFIG_PROFILING is not set | 1299 | # CONFIG_PROFILING is not set |
@@ -1180,8 +1302,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1180 | # Kernel hacking | 1302 | # Kernel hacking |
1181 | # | 1303 | # |
1182 | # CONFIG_PRINTK_TIME is not set | 1304 | # CONFIG_PRINTK_TIME is not set |
1305 | CONFIG_ENABLE_MUST_CHECK=y | ||
1183 | CONFIG_MAGIC_SYSRQ=y | 1306 | CONFIG_MAGIC_SYSRQ=y |
1184 | # CONFIG_UNUSED_SYMBOLS is not set | 1307 | # CONFIG_UNUSED_SYMBOLS is not set |
1308 | # CONFIG_DEBUG_FS is not set | ||
1309 | # CONFIG_HEADERS_CHECK is not set | ||
1185 | CONFIG_DEBUG_KERNEL=y | 1310 | CONFIG_DEBUG_KERNEL=y |
1186 | CONFIG_LOG_BUF_SHIFT=14 | 1311 | CONFIG_LOG_BUF_SHIFT=14 |
1187 | CONFIG_DETECT_SOFTLOCKUP=y | 1312 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1197,10 +1322,9 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1197 | # CONFIG_DEBUG_KOBJECT is not set | 1322 | # CONFIG_DEBUG_KOBJECT is not set |
1198 | CONFIG_DEBUG_BUGVERBOSE=y | 1323 | CONFIG_DEBUG_BUGVERBOSE=y |
1199 | # CONFIG_DEBUG_INFO is not set | 1324 | # CONFIG_DEBUG_INFO is not set |
1200 | # CONFIG_DEBUG_FS is not set | ||
1201 | # CONFIG_DEBUG_VM is not set | 1325 | # CONFIG_DEBUG_VM is not set |
1326 | # CONFIG_DEBUG_LIST is not set | ||
1202 | CONFIG_FRAME_POINTER=y | 1327 | CONFIG_FRAME_POINTER=y |
1203 | # CONFIG_UNWIND_INFO is not set | ||
1204 | # CONFIG_FORCED_INLINING is not set | 1328 | # CONFIG_FORCED_INLINING is not set |
1205 | # CONFIG_RCU_TORTURE_TEST is not set | 1329 | # CONFIG_RCU_TORTURE_TEST is not set |
1206 | CONFIG_DEBUG_USER=y | 1330 | CONFIG_DEBUG_USER=y |
@@ -1211,13 +1335,48 @@ CONFIG_DEBUG_LL=y | |||
1211 | # | 1335 | # |
1212 | # Security options | 1336 | # Security options |
1213 | # | 1337 | # |
1214 | # CONFIG_KEYS is not set | 1338 | CONFIG_KEYS=y |
1339 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1215 | # CONFIG_SECURITY is not set | 1340 | # CONFIG_SECURITY is not set |
1216 | 1341 | ||
1217 | # | 1342 | # |
1218 | # Cryptographic options | 1343 | # Cryptographic options |
1219 | # | 1344 | # |
1220 | # CONFIG_CRYPTO is not set | 1345 | CONFIG_CRYPTO=y |
1346 | CONFIG_CRYPTO_ALGAPI=y | ||
1347 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1348 | CONFIG_CRYPTO_HASH=y | ||
1349 | CONFIG_CRYPTO_MANAGER=y | ||
1350 | CONFIG_CRYPTO_HMAC=y | ||
1351 | CONFIG_CRYPTO_XCBC=y | ||
1352 | CONFIG_CRYPTO_NULL=y | ||
1353 | CONFIG_CRYPTO_MD4=y | ||
1354 | CONFIG_CRYPTO_MD5=y | ||
1355 | CONFIG_CRYPTO_SHA1=y | ||
1356 | CONFIG_CRYPTO_SHA256=y | ||
1357 | CONFIG_CRYPTO_SHA512=y | ||
1358 | CONFIG_CRYPTO_WP512=y | ||
1359 | CONFIG_CRYPTO_TGR192=y | ||
1360 | CONFIG_CRYPTO_GF128MUL=y | ||
1361 | CONFIG_CRYPTO_ECB=y | ||
1362 | CONFIG_CRYPTO_CBC=y | ||
1363 | CONFIG_CRYPTO_LRW=y | ||
1364 | CONFIG_CRYPTO_DES=y | ||
1365 | CONFIG_CRYPTO_BLOWFISH=y | ||
1366 | CONFIG_CRYPTO_TWOFISH=y | ||
1367 | CONFIG_CRYPTO_TWOFISH_COMMON=y | ||
1368 | CONFIG_CRYPTO_SERPENT=y | ||
1369 | CONFIG_CRYPTO_AES=y | ||
1370 | CONFIG_CRYPTO_CAST5=y | ||
1371 | CONFIG_CRYPTO_CAST6=y | ||
1372 | CONFIG_CRYPTO_TEA=y | ||
1373 | CONFIG_CRYPTO_ARC4=y | ||
1374 | CONFIG_CRYPTO_KHAZAD=y | ||
1375 | CONFIG_CRYPTO_ANUBIS=y | ||
1376 | CONFIG_CRYPTO_DEFLATE=y | ||
1377 | CONFIG_CRYPTO_MICHAEL_MIC=y | ||
1378 | CONFIG_CRYPTO_CRC32C=y | ||
1379 | # CONFIG_CRYPTO_TEST is not set | ||
1221 | 1380 | ||
1222 | # | 1381 | # |
1223 | # Hardware crypto devices | 1382 | # Hardware crypto devices |
@@ -1226,10 +1385,12 @@ CONFIG_DEBUG_LL=y | |||
1226 | # | 1385 | # |
1227 | # Library routines | 1386 | # Library routines |
1228 | # | 1387 | # |
1388 | CONFIG_BITREVERSE=y | ||
1229 | # CONFIG_CRC_CCITT is not set | 1389 | # CONFIG_CRC_CCITT is not set |
1230 | # CONFIG_CRC16 is not set | 1390 | # CONFIG_CRC16 is not set |
1231 | CONFIG_CRC32=y | 1391 | CONFIG_CRC32=y |
1232 | # CONFIG_LIBCRC32C is not set | 1392 | CONFIG_LIBCRC32C=y |
1233 | CONFIG_ZLIB_INFLATE=y | 1393 | CONFIG_ZLIB_INFLATE=y |
1234 | CONFIG_ZLIB_DEFLATE=y | 1394 | CONFIG_ZLIB_DEFLATE=y |
1235 | CONFIG_PLIST=y | 1395 | CONFIG_PLIST=y |
1396 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/iop33x_defconfig b/arch/arm/configs/iop33x_defconfig index 848e3ace9069..fa271bce8ff7 100644 --- a/arch/arm/configs/iop33x_defconfig +++ b/arch/arm/configs/iop33x_defconfig | |||
@@ -1,15 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc7 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Tue Sep 19 00:30:42 2006 | 4 | # Sat Dec 16 06:05:34 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
10 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
13 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
15 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -29,18 +32,22 @@ CONFIG_LOCALVERSION="" | |||
29 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
30 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
31 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
33 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
34 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
35 | # CONFIG_TASKSTATS is not set | 39 | # CONFIG_TASKSTATS is not set |
36 | CONFIG_SYSCTL=y | 40 | # CONFIG_UTS_NS is not set |
37 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
38 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
39 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
40 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
41 | CONFIG_UID16=y | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
43 | # CONFIG_EMBEDDED is not set | 48 | # CONFIG_EMBEDDED is not set |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
44 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
45 | CONFIG_KALLSYMS_ALL=y | 52 | CONFIG_KALLSYMS_ALL=y |
46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -49,12 +56,12 @@ CONFIG_PRINTK=y | |||
49 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
50 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
51 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
52 | CONFIG_RT_MUTEXES=y | ||
53 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
54 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
55 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
56 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
57 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
58 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
59 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
60 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -72,7 +79,10 @@ CONFIG_KMOD=y | |||
72 | # | 79 | # |
73 | # Block layer | 80 | # Block layer |
74 | # | 81 | # |
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_LBD is not set | ||
75 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
76 | 86 | ||
77 | # | 87 | # |
78 | # IO Schedulers | 88 | # IO Schedulers |
@@ -106,6 +116,7 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
106 | # CONFIG_ARCH_IMX is not set | 116 | # CONFIG_ARCH_IMX is not set |
107 | # CONFIG_ARCH_IOP32X is not set | 117 | # CONFIG_ARCH_IOP32X is not set |
108 | CONFIG_ARCH_IOP33X=y | 118 | CONFIG_ARCH_IOP33X=y |
119 | # CONFIG_ARCH_IOP13XX is not set | ||
109 | # CONFIG_ARCH_IXP4XX is not set | 120 | # CONFIG_ARCH_IXP4XX is not set |
110 | # CONFIG_ARCH_IXP2000 is not set | 121 | # CONFIG_ARCH_IXP2000 is not set |
111 | # CONFIG_ARCH_IXP23XX is not set | 122 | # CONFIG_ARCH_IXP23XX is not set |
@@ -139,17 +150,22 @@ CONFIG_CPU_32v5=y | |||
139 | CONFIG_CPU_ABRT_EV5T=y | 150 | CONFIG_CPU_ABRT_EV5T=y |
140 | CONFIG_CPU_CACHE_VIVT=y | 151 | CONFIG_CPU_CACHE_VIVT=y |
141 | CONFIG_CPU_TLB_V4WBI=y | 152 | CONFIG_CPU_TLB_V4WBI=y |
153 | CONFIG_CPU_CP15=y | ||
154 | CONFIG_CPU_CP15_MMU=y | ||
142 | 155 | ||
143 | # | 156 | # |
144 | # Processor Features | 157 | # Processor Features |
145 | # | 158 | # |
146 | # CONFIG_ARM_THUMB is not set | 159 | # CONFIG_ARM_THUMB is not set |
160 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
161 | # CONFIG_IWMMXT is not set | ||
147 | CONFIG_XSCALE_PMU=y | 162 | CONFIG_XSCALE_PMU=y |
148 | 163 | ||
149 | # | 164 | # |
150 | # Bus support | 165 | # Bus support |
151 | # | 166 | # |
152 | CONFIG_PCI=y | 167 | CONFIG_PCI=y |
168 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
153 | # CONFIG_PCI_DEBUG is not set | 169 | # CONFIG_PCI_DEBUG is not set |
154 | 170 | ||
155 | # | 171 | # |
@@ -223,6 +239,7 @@ CONFIG_PACKET_MMAP=y | |||
223 | CONFIG_UNIX=y | 239 | CONFIG_UNIX=y |
224 | CONFIG_XFRM=y | 240 | CONFIG_XFRM=y |
225 | # CONFIG_XFRM_USER is not set | 241 | # CONFIG_XFRM_USER is not set |
242 | # CONFIG_XFRM_SUB_POLICY is not set | ||
226 | # CONFIG_NET_KEY is not set | 243 | # CONFIG_NET_KEY is not set |
227 | CONFIG_INET=y | 244 | CONFIG_INET=y |
228 | CONFIG_IP_MULTICAST=y | 245 | CONFIG_IP_MULTICAST=y |
@@ -244,13 +261,29 @@ CONFIG_IP_PNP_BOOTP=y | |||
244 | # CONFIG_INET_TUNNEL is not set | 261 | # CONFIG_INET_TUNNEL is not set |
245 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 262 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
246 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 263 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
264 | CONFIG_INET_XFRM_MODE_BEET=y | ||
247 | CONFIG_INET_DIAG=y | 265 | CONFIG_INET_DIAG=y |
248 | CONFIG_INET_TCP_DIAG=y | 266 | CONFIG_INET_TCP_DIAG=y |
249 | # CONFIG_TCP_CONG_ADVANCED is not set | 267 | # CONFIG_TCP_CONG_ADVANCED is not set |
250 | CONFIG_TCP_CONG_BIC=y | 268 | CONFIG_TCP_CONG_CUBIC=y |
251 | # CONFIG_IPV6 is not set | 269 | CONFIG_DEFAULT_TCP_CONG="cubic" |
270 | # CONFIG_TCP_MD5SIG is not set | ||
271 | CONFIG_IPV6=y | ||
272 | # CONFIG_IPV6_PRIVACY is not set | ||
273 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
274 | # CONFIG_INET6_AH is not set | ||
275 | # CONFIG_INET6_ESP is not set | ||
276 | # CONFIG_INET6_IPCOMP is not set | ||
277 | # CONFIG_IPV6_MIP6 is not set | ||
252 | # CONFIG_INET6_XFRM_TUNNEL is not set | 278 | # CONFIG_INET6_XFRM_TUNNEL is not set |
253 | # CONFIG_INET6_TUNNEL is not set | 279 | # CONFIG_INET6_TUNNEL is not set |
280 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
281 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
282 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
283 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
284 | # CONFIG_IPV6_SIT is not set | ||
285 | # CONFIG_IPV6_TUNNEL is not set | ||
286 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
254 | # CONFIG_NETWORK_SECMARK is not set | 287 | # CONFIG_NETWORK_SECMARK is not set |
255 | # CONFIG_NETFILTER is not set | 288 | # CONFIG_NETFILTER is not set |
256 | 289 | ||
@@ -277,7 +310,6 @@ CONFIG_TCP_CONG_BIC=y | |||
277 | # CONFIG_ATALK is not set | 310 | # CONFIG_ATALK is not set |
278 | # CONFIG_X25 is not set | 311 | # CONFIG_X25 is not set |
279 | # CONFIG_LAPB is not set | 312 | # CONFIG_LAPB is not set |
280 | # CONFIG_NET_DIVERT is not set | ||
281 | # CONFIG_ECONET is not set | 313 | # CONFIG_ECONET is not set |
282 | # CONFIG_WAN_ROUTER is not set | 314 | # CONFIG_WAN_ROUTER is not set |
283 | 315 | ||
@@ -336,6 +368,7 @@ CONFIG_MTD_BLOCK=y | |||
336 | # CONFIG_NFTL is not set | 368 | # CONFIG_NFTL is not set |
337 | # CONFIG_INFTL is not set | 369 | # CONFIG_INFTL is not set |
338 | # CONFIG_RFD_FTL is not set | 370 | # CONFIG_RFD_FTL is not set |
371 | # CONFIG_SSFDC is not set | ||
339 | 372 | ||
340 | # | 373 | # |
341 | # RAM/ROM/Flash chip drivers | 374 | # RAM/ROM/Flash chip drivers |
@@ -423,7 +456,7 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
423 | # CONFIG_BLK_DEV_UMEM is not set | 456 | # CONFIG_BLK_DEV_UMEM is not set |
424 | # CONFIG_BLK_DEV_COW_COMMON is not set | 457 | # CONFIG_BLK_DEV_COW_COMMON is not set |
425 | # CONFIG_BLK_DEV_LOOP is not set | 458 | # CONFIG_BLK_DEV_LOOP is not set |
426 | # CONFIG_BLK_DEV_NBD is not set | 459 | CONFIG_BLK_DEV_NBD=y |
427 | # CONFIG_BLK_DEV_SX8 is not set | 460 | # CONFIG_BLK_DEV_SX8 is not set |
428 | CONFIG_BLK_DEV_RAM=y | 461 | CONFIG_BLK_DEV_RAM=y |
429 | CONFIG_BLK_DEV_RAM_COUNT=16 | 462 | CONFIG_BLK_DEV_RAM_COUNT=16 |
@@ -443,6 +476,8 @@ CONFIG_BLK_DEV_INITRD=y | |||
443 | # | 476 | # |
444 | # CONFIG_RAID_ATTRS is not set | 477 | # CONFIG_RAID_ATTRS is not set |
445 | CONFIG_SCSI=y | 478 | CONFIG_SCSI=y |
479 | # CONFIG_SCSI_TGT is not set | ||
480 | # CONFIG_SCSI_NETLINK is not set | ||
446 | CONFIG_SCSI_PROC_FS=y | 481 | CONFIG_SCSI_PROC_FS=y |
447 | 482 | ||
448 | # | 483 | # |
@@ -461,14 +496,16 @@ CONFIG_CHR_DEV_SG=y | |||
461 | # CONFIG_SCSI_MULTI_LUN is not set | 496 | # CONFIG_SCSI_MULTI_LUN is not set |
462 | # CONFIG_SCSI_CONSTANTS is not set | 497 | # CONFIG_SCSI_CONSTANTS is not set |
463 | # CONFIG_SCSI_LOGGING is not set | 498 | # CONFIG_SCSI_LOGGING is not set |
499 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
464 | 500 | ||
465 | # | 501 | # |
466 | # SCSI Transport Attributes | 502 | # SCSI Transports |
467 | # | 503 | # |
468 | # CONFIG_SCSI_SPI_ATTRS is not set | 504 | # CONFIG_SCSI_SPI_ATTRS is not set |
469 | # CONFIG_SCSI_FC_ATTRS is not set | 505 | # CONFIG_SCSI_FC_ATTRS is not set |
470 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 506 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
471 | # CONFIG_SCSI_SAS_ATTRS is not set | 507 | # CONFIG_SCSI_SAS_ATTRS is not set |
508 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
472 | 509 | ||
473 | # | 510 | # |
474 | # SCSI low-level drivers | 511 | # SCSI low-level drivers |
@@ -481,26 +518,34 @@ CONFIG_CHR_DEV_SG=y | |||
481 | # CONFIG_SCSI_AIC7XXX is not set | 518 | # CONFIG_SCSI_AIC7XXX is not set |
482 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 519 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
483 | # CONFIG_SCSI_AIC79XX is not set | 520 | # CONFIG_SCSI_AIC79XX is not set |
521 | # CONFIG_SCSI_AIC94XX is not set | ||
484 | # CONFIG_SCSI_DPT_I2O is not set | 522 | # CONFIG_SCSI_DPT_I2O is not set |
523 | # CONFIG_SCSI_ARCMSR is not set | ||
485 | # CONFIG_MEGARAID_NEWGEN is not set | 524 | # CONFIG_MEGARAID_NEWGEN is not set |
486 | # CONFIG_MEGARAID_LEGACY is not set | 525 | # CONFIG_MEGARAID_LEGACY is not set |
487 | # CONFIG_MEGARAID_SAS is not set | 526 | # CONFIG_MEGARAID_SAS is not set |
488 | # CONFIG_SCSI_SATA is not set | ||
489 | # CONFIG_SCSI_HPTIOP is not set | 527 | # CONFIG_SCSI_HPTIOP is not set |
490 | # CONFIG_SCSI_DMX3191D is not set | 528 | # CONFIG_SCSI_DMX3191D is not set |
491 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 529 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
492 | # CONFIG_SCSI_IPS is not set | 530 | # CONFIG_SCSI_IPS is not set |
493 | # CONFIG_SCSI_INITIO is not set | 531 | # CONFIG_SCSI_INITIO is not set |
494 | # CONFIG_SCSI_INIA100 is not set | 532 | # CONFIG_SCSI_INIA100 is not set |
533 | # CONFIG_SCSI_STEX is not set | ||
495 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 534 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
496 | # CONFIG_SCSI_IPR is not set | ||
497 | # CONFIG_SCSI_QLOGIC_1280 is not set | 535 | # CONFIG_SCSI_QLOGIC_1280 is not set |
498 | # CONFIG_SCSI_QLA_FC is not set | 536 | # CONFIG_SCSI_QLA_FC is not set |
537 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
499 | # CONFIG_SCSI_LPFC is not set | 538 | # CONFIG_SCSI_LPFC is not set |
500 | # CONFIG_SCSI_DC395x is not set | 539 | # CONFIG_SCSI_DC395x is not set |
501 | # CONFIG_SCSI_DC390T is not set | 540 | # CONFIG_SCSI_DC390T is not set |
502 | # CONFIG_SCSI_NSP32 is not set | 541 | # CONFIG_SCSI_NSP32 is not set |
503 | # CONFIG_SCSI_DEBUG is not set | 542 | # CONFIG_SCSI_DEBUG is not set |
543 | # CONFIG_SCSI_SRP is not set | ||
544 | |||
545 | # | ||
546 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
547 | # | ||
548 | # CONFIG_ATA is not set | ||
504 | 549 | ||
505 | # | 550 | # |
506 | # Multi-device support (RAID and LVM) | 551 | # Multi-device support (RAID and LVM) |
@@ -515,6 +560,7 @@ CONFIG_MD_RAID1=y | |||
515 | # CONFIG_MD_MULTIPATH is not set | 560 | # CONFIG_MD_MULTIPATH is not set |
516 | # CONFIG_MD_FAULTY is not set | 561 | # CONFIG_MD_FAULTY is not set |
517 | CONFIG_BLK_DEV_DM=y | 562 | CONFIG_BLK_DEV_DM=y |
563 | # CONFIG_DM_DEBUG is not set | ||
518 | # CONFIG_DM_CRYPT is not set | 564 | # CONFIG_DM_CRYPT is not set |
519 | # CONFIG_DM_SNAPSHOT is not set | 565 | # CONFIG_DM_SNAPSHOT is not set |
520 | # CONFIG_DM_MIRROR is not set | 566 | # CONFIG_DM_MIRROR is not set |
@@ -580,6 +626,7 @@ CONFIG_E1000_NAPI=y | |||
580 | # CONFIG_SK98LIN is not set | 626 | # CONFIG_SK98LIN is not set |
581 | # CONFIG_TIGON3 is not set | 627 | # CONFIG_TIGON3 is not set |
582 | # CONFIG_BNX2 is not set | 628 | # CONFIG_BNX2 is not set |
629 | # CONFIG_QLA3XXX is not set | ||
583 | 630 | ||
584 | # | 631 | # |
585 | # Ethernet (10000 Mbit) | 632 | # Ethernet (10000 Mbit) |
@@ -588,6 +635,7 @@ CONFIG_E1000_NAPI=y | |||
588 | # CONFIG_IXGB is not set | 635 | # CONFIG_IXGB is not set |
589 | # CONFIG_S2IO is not set | 636 | # CONFIG_S2IO is not set |
590 | # CONFIG_MYRI10GE is not set | 637 | # CONFIG_MYRI10GE is not set |
638 | # CONFIG_NETXEN_NIC is not set | ||
591 | 639 | ||
592 | # | 640 | # |
593 | # Token Ring devices | 641 | # Token Ring devices |
@@ -622,6 +670,7 @@ CONFIG_E1000_NAPI=y | |||
622 | # Input device support | 670 | # Input device support |
623 | # | 671 | # |
624 | CONFIG_INPUT=y | 672 | CONFIG_INPUT=y |
673 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
625 | 674 | ||
626 | # | 675 | # |
627 | # Userland interfaces | 676 | # Userland interfaces |
@@ -693,10 +742,6 @@ CONFIG_HW_RANDOM=y | |||
693 | # CONFIG_DTLK is not set | 742 | # CONFIG_DTLK is not set |
694 | # CONFIG_R3964 is not set | 743 | # CONFIG_R3964 is not set |
695 | # CONFIG_APPLICOM is not set | 744 | # CONFIG_APPLICOM is not set |
696 | |||
697 | # | ||
698 | # Ftape, the floppy tape device driver | ||
699 | # | ||
700 | # CONFIG_DRM is not set | 745 | # CONFIG_DRM is not set |
701 | # CONFIG_RAW_DRIVER is not set | 746 | # CONFIG_RAW_DRIVER is not set |
702 | 747 | ||
@@ -704,7 +749,6 @@ CONFIG_HW_RANDOM=y | |||
704 | # TPM devices | 749 | # TPM devices |
705 | # | 750 | # |
706 | # CONFIG_TCG_TPM is not set | 751 | # CONFIG_TCG_TPM is not set |
707 | # CONFIG_TELCLOCK is not set | ||
708 | 752 | ||
709 | # | 753 | # |
710 | # I2C support | 754 | # I2C support |
@@ -769,6 +813,7 @@ CONFIG_I2C_IOP3XX=y | |||
769 | # | 813 | # |
770 | # Dallas's 1-wire bus | 814 | # Dallas's 1-wire bus |
771 | # | 815 | # |
816 | # CONFIG_W1 is not set | ||
772 | 817 | ||
773 | # | 818 | # |
774 | # Hardware Monitoring support | 819 | # Hardware Monitoring support |
@@ -802,15 +847,18 @@ CONFIG_HWMON=y | |||
802 | # CONFIG_SENSORS_LM92 is not set | 847 | # CONFIG_SENSORS_LM92 is not set |
803 | # CONFIG_SENSORS_MAX1619 is not set | 848 | # CONFIG_SENSORS_MAX1619 is not set |
804 | # CONFIG_SENSORS_PC87360 is not set | 849 | # CONFIG_SENSORS_PC87360 is not set |
850 | # CONFIG_SENSORS_PC87427 is not set | ||
805 | # CONFIG_SENSORS_SIS5595 is not set | 851 | # CONFIG_SENSORS_SIS5595 is not set |
806 | # CONFIG_SENSORS_SMSC47M1 is not set | 852 | # CONFIG_SENSORS_SMSC47M1 is not set |
807 | # CONFIG_SENSORS_SMSC47M192 is not set | 853 | # CONFIG_SENSORS_SMSC47M192 is not set |
808 | # CONFIG_SENSORS_SMSC47B397 is not set | 854 | # CONFIG_SENSORS_SMSC47B397 is not set |
809 | # CONFIG_SENSORS_VIA686A is not set | 855 | # CONFIG_SENSORS_VIA686A is not set |
856 | # CONFIG_SENSORS_VT1211 is not set | ||
810 | # CONFIG_SENSORS_VT8231 is not set | 857 | # CONFIG_SENSORS_VT8231 is not set |
811 | # CONFIG_SENSORS_W83781D is not set | 858 | # CONFIG_SENSORS_W83781D is not set |
812 | # CONFIG_SENSORS_W83791D is not set | 859 | # CONFIG_SENSORS_W83791D is not set |
813 | # CONFIG_SENSORS_W83792D is not set | 860 | # CONFIG_SENSORS_W83792D is not set |
861 | # CONFIG_SENSORS_W83793 is not set | ||
814 | # CONFIG_SENSORS_W83L785TS is not set | 862 | # CONFIG_SENSORS_W83L785TS is not set |
815 | # CONFIG_SENSORS_W83627HF is not set | 863 | # CONFIG_SENSORS_W83627HF is not set |
816 | # CONFIG_SENSORS_W83627EHF is not set | 864 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -819,6 +867,8 @@ CONFIG_HWMON=y | |||
819 | # | 867 | # |
820 | # Misc devices | 868 | # Misc devices |
821 | # | 869 | # |
870 | # CONFIG_SGI_IOC4 is not set | ||
871 | # CONFIG_TIFM_CORE is not set | ||
822 | 872 | ||
823 | # | 873 | # |
824 | # LED devices | 874 | # LED devices |
@@ -837,7 +887,6 @@ CONFIG_HWMON=y | |||
837 | # Multimedia devices | 887 | # Multimedia devices |
838 | # | 888 | # |
839 | # CONFIG_VIDEO_DEV is not set | 889 | # CONFIG_VIDEO_DEV is not set |
840 | CONFIG_VIDEO_V4L2=y | ||
841 | 890 | ||
842 | # | 891 | # |
843 | # Digital Video Broadcasting Devices | 892 | # Digital Video Broadcasting Devices |
@@ -863,6 +912,11 @@ CONFIG_DUMMY_CONSOLE=y | |||
863 | # CONFIG_SOUND is not set | 912 | # CONFIG_SOUND is not set |
864 | 913 | ||
865 | # | 914 | # |
915 | # HID Devices | ||
916 | # | ||
917 | CONFIG_HID=y | ||
918 | |||
919 | # | ||
866 | # USB support | 920 | # USB support |
867 | # | 921 | # |
868 | CONFIG_USB_ARCH_HAS_HCD=y | 922 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -900,6 +954,7 @@ CONFIG_EXT3_FS=y | |||
900 | CONFIG_EXT3_FS_XATTR=y | 954 | CONFIG_EXT3_FS_XATTR=y |
901 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 955 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
902 | # CONFIG_EXT3_FS_SECURITY is not set | 956 | # CONFIG_EXT3_FS_SECURITY is not set |
957 | # CONFIG_EXT4DEV_FS is not set | ||
903 | CONFIG_JBD=y | 958 | CONFIG_JBD=y |
904 | # CONFIG_JBD_DEBUG is not set | 959 | # CONFIG_JBD_DEBUG is not set |
905 | CONFIG_FS_MBCACHE=y | 960 | CONFIG_FS_MBCACHE=y |
@@ -911,6 +966,7 @@ CONFIG_XFS_FS=y | |||
911 | CONFIG_XFS_SECURITY=y | 966 | CONFIG_XFS_SECURITY=y |
912 | CONFIG_XFS_POSIX_ACL=y | 967 | CONFIG_XFS_POSIX_ACL=y |
913 | # CONFIG_XFS_RT is not set | 968 | # CONFIG_XFS_RT is not set |
969 | # CONFIG_GFS2_FS is not set | ||
914 | # CONFIG_OCFS2_FS is not set | 970 | # CONFIG_OCFS2_FS is not set |
915 | # CONFIG_MINIX_FS is not set | 971 | # CONFIG_MINIX_FS is not set |
916 | # CONFIG_ROMFS_FS is not set | 972 | # CONFIG_ROMFS_FS is not set |
@@ -939,8 +995,10 @@ CONFIG_DNOTIFY=y | |||
939 | # Pseudo filesystems | 995 | # Pseudo filesystems |
940 | # | 996 | # |
941 | CONFIG_PROC_FS=y | 997 | CONFIG_PROC_FS=y |
998 | CONFIG_PROC_SYSCTL=y | ||
942 | CONFIG_SYSFS=y | 999 | CONFIG_SYSFS=y |
943 | CONFIG_TMPFS=y | 1000 | CONFIG_TMPFS=y |
1001 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
944 | # CONFIG_HUGETLB_PAGE is not set | 1002 | # CONFIG_HUGETLB_PAGE is not set |
945 | CONFIG_RAMFS=y | 1003 | CONFIG_RAMFS=y |
946 | # CONFIG_CONFIGFS_FS is not set | 1004 | # CONFIG_CONFIGFS_FS is not set |
@@ -1019,6 +1077,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1019 | # CONFIG_NLS is not set | 1077 | # CONFIG_NLS is not set |
1020 | 1078 | ||
1021 | # | 1079 | # |
1080 | # Distributed Lock Manager | ||
1081 | # | ||
1082 | # CONFIG_DLM is not set | ||
1083 | |||
1084 | # | ||
1022 | # Profiling support | 1085 | # Profiling support |
1023 | # | 1086 | # |
1024 | # CONFIG_PROFILING is not set | 1087 | # CONFIG_PROFILING is not set |
@@ -1027,8 +1090,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1027 | # Kernel hacking | 1090 | # Kernel hacking |
1028 | # | 1091 | # |
1029 | # CONFIG_PRINTK_TIME is not set | 1092 | # CONFIG_PRINTK_TIME is not set |
1093 | CONFIG_ENABLE_MUST_CHECK=y | ||
1030 | CONFIG_MAGIC_SYSRQ=y | 1094 | CONFIG_MAGIC_SYSRQ=y |
1031 | # CONFIG_UNUSED_SYMBOLS is not set | 1095 | # CONFIG_UNUSED_SYMBOLS is not set |
1096 | # CONFIG_DEBUG_FS is not set | ||
1097 | # CONFIG_HEADERS_CHECK is not set | ||
1032 | CONFIG_DEBUG_KERNEL=y | 1098 | CONFIG_DEBUG_KERNEL=y |
1033 | CONFIG_LOG_BUF_SHIFT=14 | 1099 | CONFIG_LOG_BUF_SHIFT=14 |
1034 | CONFIG_DETECT_SOFTLOCKUP=y | 1100 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1044,10 +1110,9 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1044 | # CONFIG_DEBUG_KOBJECT is not set | 1110 | # CONFIG_DEBUG_KOBJECT is not set |
1045 | CONFIG_DEBUG_BUGVERBOSE=y | 1111 | CONFIG_DEBUG_BUGVERBOSE=y |
1046 | # CONFIG_DEBUG_INFO is not set | 1112 | # CONFIG_DEBUG_INFO is not set |
1047 | # CONFIG_DEBUG_FS is not set | ||
1048 | # CONFIG_DEBUG_VM is not set | 1113 | # CONFIG_DEBUG_VM is not set |
1114 | # CONFIG_DEBUG_LIST is not set | ||
1049 | CONFIG_FRAME_POINTER=y | 1115 | CONFIG_FRAME_POINTER=y |
1050 | # CONFIG_UNWIND_INFO is not set | ||
1051 | # CONFIG_FORCED_INLINING is not set | 1116 | # CONFIG_FORCED_INLINING is not set |
1052 | # CONFIG_RCU_TORTURE_TEST is not set | 1117 | # CONFIG_RCU_TORTURE_TEST is not set |
1053 | CONFIG_DEBUG_USER=y | 1118 | CONFIG_DEBUG_USER=y |
@@ -1067,10 +1132,6 @@ CONFIG_DEBUG_LL=y | |||
1067 | # CONFIG_CRYPTO is not set | 1132 | # CONFIG_CRYPTO is not set |
1068 | 1133 | ||
1069 | # | 1134 | # |
1070 | # Hardware crypto devices | ||
1071 | # | ||
1072 | |||
1073 | # | ||
1074 | # Library routines | 1135 | # Library routines |
1075 | # | 1136 | # |
1076 | # CONFIG_CRC_CCITT is not set | 1137 | # CONFIG_CRC_CCITT is not set |
@@ -1078,3 +1139,4 @@ CONFIG_DEBUG_LL=y | |||
1078 | # CONFIG_CRC32 is not set | 1139 | # CONFIG_CRC32 is not set |
1079 | # CONFIG_LIBCRC32C is not set | 1140 | # CONFIG_LIBCRC32C is not set |
1080 | CONFIG_PLIST=y | 1141 | CONFIG_PLIST=y |
1142 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/ixp2000_defconfig b/arch/arm/configs/ixp2000_defconfig index bbd2dcf91e52..f8f9793b526f 100644 --- a/arch/arm/configs/ixp2000_defconfig +++ b/arch/arm/configs/ixp2000_defconfig | |||
@@ -1,14 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc1 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Sun Jul 9 15:28:50 2006 | 4 | # Sat Dec 16 06:05:39 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
9 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
12 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -28,17 +32,22 @@ CONFIG_LOCALVERSION="" | |||
28 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
29 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
30 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
31 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
32 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
33 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
34 | CONFIG_SYSCTL=y | 39 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | ||
35 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
36 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
37 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
38 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
39 | CONFIG_UID16=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
41 | CONFIG_EMBEDDED=y | 48 | CONFIG_EMBEDDED=y |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
42 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
43 | # CONFIG_KALLSYMS_ALL is not set | 52 | # CONFIG_KALLSYMS_ALL is not set |
44 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -47,12 +56,12 @@ CONFIG_PRINTK=y | |||
47 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
48 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
49 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
50 | CONFIG_RT_MUTEXES=y | ||
51 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
52 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
53 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
54 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
55 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
56 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
57 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
58 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -70,7 +79,10 @@ CONFIG_KMOD=y | |||
70 | # | 79 | # |
71 | # Block layer | 80 | # Block layer |
72 | # | 81 | # |
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_LBD is not set | ||
73 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
74 | 86 | ||
75 | # | 87 | # |
76 | # IO Schedulers | 88 | # IO Schedulers |
@@ -102,7 +114,9 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
102 | # CONFIG_ARCH_NETX is not set | 114 | # CONFIG_ARCH_NETX is not set |
103 | # CONFIG_ARCH_H720X is not set | 115 | # CONFIG_ARCH_H720X is not set |
104 | # CONFIG_ARCH_IMX is not set | 116 | # CONFIG_ARCH_IMX is not set |
105 | # CONFIG_ARCH_IOP3XX is not set | 117 | # CONFIG_ARCH_IOP32X is not set |
118 | # CONFIG_ARCH_IOP33X is not set | ||
119 | # CONFIG_ARCH_IOP13XX is not set | ||
106 | # CONFIG_ARCH_IXP4XX is not set | 120 | # CONFIG_ARCH_IXP4XX is not set |
107 | CONFIG_ARCH_IXP2000=y | 121 | CONFIG_ARCH_IXP2000=y |
108 | # CONFIG_ARCH_IXP23XX is not set | 122 | # CONFIG_ARCH_IXP23XX is not set |
@@ -143,24 +157,28 @@ CONFIG_CPU_32v5=y | |||
143 | CONFIG_CPU_ABRT_EV5T=y | 157 | CONFIG_CPU_ABRT_EV5T=y |
144 | CONFIG_CPU_CACHE_VIVT=y | 158 | CONFIG_CPU_CACHE_VIVT=y |
145 | CONFIG_CPU_TLB_V4WBI=y | 159 | CONFIG_CPU_TLB_V4WBI=y |
160 | CONFIG_CPU_CP15=y | ||
161 | CONFIG_CPU_CP15_MMU=y | ||
146 | 162 | ||
147 | # | 163 | # |
148 | # Processor Features | 164 | # Processor Features |
149 | # | 165 | # |
150 | # CONFIG_ARM_THUMB is not set | 166 | # CONFIG_ARM_THUMB is not set |
151 | CONFIG_CPU_BIG_ENDIAN=y | 167 | CONFIG_CPU_BIG_ENDIAN=y |
168 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
169 | # CONFIG_IWMMXT is not set | ||
152 | CONFIG_XSCALE_PMU=y | 170 | CONFIG_XSCALE_PMU=y |
153 | 171 | ||
154 | # | 172 | # |
155 | # Bus support | 173 | # Bus support |
156 | # | 174 | # |
157 | CONFIG_PCI=y | 175 | CONFIG_PCI=y |
176 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
158 | # CONFIG_PCI_DEBUG is not set | 177 | # CONFIG_PCI_DEBUG is not set |
159 | 178 | ||
160 | # | 179 | # |
161 | # PCCARD (PCMCIA/CardBus) support | 180 | # PCCARD (PCMCIA/CardBus) support |
162 | # | 181 | # |
163 | # CONFIG_PCCARD is not set | ||
164 | 182 | ||
165 | # | 183 | # |
166 | # Kernel Features | 184 | # Kernel Features |
@@ -228,6 +246,7 @@ CONFIG_PACKET_MMAP=y | |||
228 | CONFIG_UNIX=y | 246 | CONFIG_UNIX=y |
229 | CONFIG_XFRM=y | 247 | CONFIG_XFRM=y |
230 | # CONFIG_XFRM_USER is not set | 248 | # CONFIG_XFRM_USER is not set |
249 | # CONFIG_XFRM_SUB_POLICY is not set | ||
231 | # CONFIG_NET_KEY is not set | 250 | # CONFIG_NET_KEY is not set |
232 | CONFIG_INET=y | 251 | CONFIG_INET=y |
233 | # CONFIG_IP_MULTICAST is not set | 252 | # CONFIG_IP_MULTICAST is not set |
@@ -248,13 +267,29 @@ CONFIG_SYN_COOKIES=y | |||
248 | # CONFIG_INET_TUNNEL is not set | 267 | # CONFIG_INET_TUNNEL is not set |
249 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 268 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
250 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 269 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
270 | CONFIG_INET_XFRM_MODE_BEET=y | ||
251 | CONFIG_INET_DIAG=y | 271 | CONFIG_INET_DIAG=y |
252 | CONFIG_INET_TCP_DIAG=y | 272 | CONFIG_INET_TCP_DIAG=y |
253 | # CONFIG_TCP_CONG_ADVANCED is not set | 273 | # CONFIG_TCP_CONG_ADVANCED is not set |
254 | CONFIG_TCP_CONG_BIC=y | 274 | CONFIG_TCP_CONG_CUBIC=y |
255 | # CONFIG_IPV6 is not set | 275 | CONFIG_DEFAULT_TCP_CONG="cubic" |
276 | # CONFIG_TCP_MD5SIG is not set | ||
277 | CONFIG_IPV6=y | ||
278 | # CONFIG_IPV6_PRIVACY is not set | ||
279 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
280 | # CONFIG_INET6_AH is not set | ||
281 | # CONFIG_INET6_ESP is not set | ||
282 | # CONFIG_INET6_IPCOMP is not set | ||
283 | # CONFIG_IPV6_MIP6 is not set | ||
256 | # CONFIG_INET6_XFRM_TUNNEL is not set | 284 | # CONFIG_INET6_XFRM_TUNNEL is not set |
257 | # CONFIG_INET6_TUNNEL is not set | 285 | # CONFIG_INET6_TUNNEL is not set |
286 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
287 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
288 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
289 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
290 | # CONFIG_IPV6_SIT is not set | ||
291 | # CONFIG_IPV6_TUNNEL is not set | ||
292 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
258 | # CONFIG_NETWORK_SECMARK is not set | 293 | # CONFIG_NETWORK_SECMARK is not set |
259 | # CONFIG_NETFILTER is not set | 294 | # CONFIG_NETFILTER is not set |
260 | 295 | ||
@@ -281,7 +316,6 @@ CONFIG_TCP_CONG_BIC=y | |||
281 | # CONFIG_ATALK is not set | 316 | # CONFIG_ATALK is not set |
282 | # CONFIG_X25 is not set | 317 | # CONFIG_X25 is not set |
283 | # CONFIG_LAPB is not set | 318 | # CONFIG_LAPB is not set |
284 | # CONFIG_NET_DIVERT is not set | ||
285 | # CONFIG_ECONET is not set | 319 | # CONFIG_ECONET is not set |
286 | # CONFIG_WAN_ROUTER is not set | 320 | # CONFIG_WAN_ROUTER is not set |
287 | 321 | ||
@@ -308,7 +342,6 @@ CONFIG_TCP_CONG_BIC=y | |||
308 | # | 342 | # |
309 | CONFIG_STANDALONE=y | 343 | CONFIG_STANDALONE=y |
310 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 344 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
311 | # CONFIG_FW_LOADER is not set | ||
312 | # CONFIG_DEBUG_DRIVER is not set | 345 | # CONFIG_DEBUG_DRIVER is not set |
313 | # CONFIG_SYS_HYPERVISOR is not set | 346 | # CONFIG_SYS_HYPERVISOR is not set |
314 | 347 | ||
@@ -340,6 +373,7 @@ CONFIG_MTD_BLOCK=y | |||
340 | # CONFIG_NFTL is not set | 373 | # CONFIG_NFTL is not set |
341 | # CONFIG_INFTL is not set | 374 | # CONFIG_INFTL is not set |
342 | # CONFIG_RFD_FTL is not set | 375 | # CONFIG_RFD_FTL is not set |
376 | # CONFIG_SSFDC is not set | ||
343 | 377 | ||
344 | # | 378 | # |
345 | # RAM/ROM/Flash chip drivers | 379 | # RAM/ROM/Flash chip drivers |
@@ -422,11 +456,12 @@ CONFIG_MTD_IXP2000=y | |||
422 | # CONFIG_BLK_DEV_COW_COMMON is not set | 456 | # CONFIG_BLK_DEV_COW_COMMON is not set |
423 | CONFIG_BLK_DEV_LOOP=y | 457 | CONFIG_BLK_DEV_LOOP=y |
424 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 458 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
425 | # CONFIG_BLK_DEV_NBD is not set | 459 | CONFIG_BLK_DEV_NBD=y |
426 | # CONFIG_BLK_DEV_SX8 is not set | 460 | # CONFIG_BLK_DEV_SX8 is not set |
427 | CONFIG_BLK_DEV_RAM=y | 461 | CONFIG_BLK_DEV_RAM=y |
428 | CONFIG_BLK_DEV_RAM_COUNT=16 | 462 | CONFIG_BLK_DEV_RAM_COUNT=16 |
429 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 463 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
464 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
430 | CONFIG_BLK_DEV_INITRD=y | 465 | CONFIG_BLK_DEV_INITRD=y |
431 | # CONFIG_CDROM_PKTCDVD is not set | 466 | # CONFIG_CDROM_PKTCDVD is not set |
432 | # CONFIG_ATA_OVER_ETH is not set | 467 | # CONFIG_ATA_OVER_ETH is not set |
@@ -436,6 +471,12 @@ CONFIG_BLK_DEV_INITRD=y | |||
436 | # | 471 | # |
437 | # CONFIG_RAID_ATTRS is not set | 472 | # CONFIG_RAID_ATTRS is not set |
438 | # CONFIG_SCSI is not set | 473 | # CONFIG_SCSI is not set |
474 | # CONFIG_SCSI_NETLINK is not set | ||
475 | |||
476 | # | ||
477 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
478 | # | ||
479 | # CONFIG_ATA is not set | ||
439 | 480 | ||
440 | # | 481 | # |
441 | # Multi-device support (RAID and LVM) | 482 | # Multi-device support (RAID and LVM) |
@@ -501,8 +542,8 @@ CONFIG_NET_PCI=y | |||
501 | # CONFIG_FORCEDETH is not set | 542 | # CONFIG_FORCEDETH is not set |
502 | CONFIG_CS89x0=y | 543 | CONFIG_CS89x0=y |
503 | # CONFIG_DGRS is not set | 544 | # CONFIG_DGRS is not set |
504 | CONFIG_EEPRO100=y | 545 | # CONFIG_EEPRO100 is not set |
505 | # CONFIG_E100 is not set | 546 | CONFIG_E100=y |
506 | # CONFIG_FEALNX is not set | 547 | # CONFIG_FEALNX is not set |
507 | # CONFIG_NATSEMI is not set | 548 | # CONFIG_NATSEMI is not set |
508 | # CONFIG_NE2K_PCI is not set | 549 | # CONFIG_NE2K_PCI is not set |
@@ -532,6 +573,7 @@ CONFIG_ENP2611_MSF_NET=y | |||
532 | # CONFIG_VIA_VELOCITY is not set | 573 | # CONFIG_VIA_VELOCITY is not set |
533 | # CONFIG_TIGON3 is not set | 574 | # CONFIG_TIGON3 is not set |
534 | # CONFIG_BNX2 is not set | 575 | # CONFIG_BNX2 is not set |
576 | # CONFIG_QLA3XXX is not set | ||
535 | 577 | ||
536 | # | 578 | # |
537 | # Ethernet (10000 Mbit) | 579 | # Ethernet (10000 Mbit) |
@@ -540,6 +582,7 @@ CONFIG_ENP2611_MSF_NET=y | |||
540 | # CONFIG_IXGB is not set | 582 | # CONFIG_IXGB is not set |
541 | # CONFIG_S2IO is not set | 583 | # CONFIG_S2IO is not set |
542 | # CONFIG_MYRI10GE is not set | 584 | # CONFIG_MYRI10GE is not set |
585 | # CONFIG_NETXEN_NIC is not set | ||
543 | 586 | ||
544 | # | 587 | # |
545 | # Token Ring devices | 588 | # Token Ring devices |
@@ -555,7 +598,6 @@ CONFIG_ENP2611_MSF_NET=y | |||
555 | # Wan interfaces | 598 | # Wan interfaces |
556 | # | 599 | # |
557 | CONFIG_WAN=y | 600 | CONFIG_WAN=y |
558 | # CONFIG_DSCC4 is not set | ||
559 | # CONFIG_LANMEDIA is not set | 601 | # CONFIG_LANMEDIA is not set |
560 | CONFIG_HDLC=y | 602 | CONFIG_HDLC=y |
561 | CONFIG_HDLC_RAW=y | 603 | CONFIG_HDLC_RAW=y |
@@ -571,6 +613,7 @@ CONFIG_HDLC_PPP=y | |||
571 | # CONFIG_WANXL is not set | 613 | # CONFIG_WANXL is not set |
572 | # CONFIG_PC300 is not set | 614 | # CONFIG_PC300 is not set |
573 | # CONFIG_FARSYNC is not set | 615 | # CONFIG_FARSYNC is not set |
616 | # CONFIG_DSCC4 is not set | ||
574 | CONFIG_DLCI=y | 617 | CONFIG_DLCI=y |
575 | CONFIG_DLCI_COUNT=24 | 618 | CONFIG_DLCI_COUNT=24 |
576 | CONFIG_DLCI_MAX=8 | 619 | CONFIG_DLCI_MAX=8 |
@@ -592,6 +635,7 @@ CONFIG_DLCI_MAX=8 | |||
592 | # Input device support | 635 | # Input device support |
593 | # | 636 | # |
594 | CONFIG_INPUT=y | 637 | CONFIG_INPUT=y |
638 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
595 | 639 | ||
596 | # | 640 | # |
597 | # Userland interfaces | 641 | # Userland interfaces |
@@ -673,10 +717,6 @@ CONFIG_IXP2000_WATCHDOG=y | |||
673 | # CONFIG_DTLK is not set | 717 | # CONFIG_DTLK is not set |
674 | # CONFIG_R3964 is not set | 718 | # CONFIG_R3964 is not set |
675 | # CONFIG_APPLICOM is not set | 719 | # CONFIG_APPLICOM is not set |
676 | |||
677 | # | ||
678 | # Ftape, the floppy tape device driver | ||
679 | # | ||
680 | # CONFIG_DRM is not set | 720 | # CONFIG_DRM is not set |
681 | # CONFIG_RAW_DRIVER is not set | 721 | # CONFIG_RAW_DRIVER is not set |
682 | 722 | ||
@@ -684,7 +724,6 @@ CONFIG_IXP2000_WATCHDOG=y | |||
684 | # TPM devices | 724 | # TPM devices |
685 | # | 725 | # |
686 | # CONFIG_TCG_TPM is not set | 726 | # CONFIG_TCG_TPM is not set |
687 | # CONFIG_TELCLOCK is not set | ||
688 | 727 | ||
689 | # | 728 | # |
690 | # I2C support | 729 | # I2C support |
@@ -749,6 +788,7 @@ CONFIG_SENSORS_EEPROM=y | |||
749 | # | 788 | # |
750 | # Dallas's 1-wire bus | 789 | # Dallas's 1-wire bus |
751 | # | 790 | # |
791 | # CONFIG_W1 is not set | ||
752 | 792 | ||
753 | # | 793 | # |
754 | # Hardware Monitoring support | 794 | # Hardware Monitoring support |
@@ -782,15 +822,18 @@ CONFIG_HWMON=y | |||
782 | # CONFIG_SENSORS_LM92 is not set | 822 | # CONFIG_SENSORS_LM92 is not set |
783 | # CONFIG_SENSORS_MAX1619 is not set | 823 | # CONFIG_SENSORS_MAX1619 is not set |
784 | # CONFIG_SENSORS_PC87360 is not set | 824 | # CONFIG_SENSORS_PC87360 is not set |
825 | # CONFIG_SENSORS_PC87427 is not set | ||
785 | # CONFIG_SENSORS_SIS5595 is not set | 826 | # CONFIG_SENSORS_SIS5595 is not set |
786 | # CONFIG_SENSORS_SMSC47M1 is not set | 827 | # CONFIG_SENSORS_SMSC47M1 is not set |
787 | # CONFIG_SENSORS_SMSC47M192 is not set | 828 | # CONFIG_SENSORS_SMSC47M192 is not set |
788 | # CONFIG_SENSORS_SMSC47B397 is not set | 829 | # CONFIG_SENSORS_SMSC47B397 is not set |
789 | # CONFIG_SENSORS_VIA686A is not set | 830 | # CONFIG_SENSORS_VIA686A is not set |
831 | # CONFIG_SENSORS_VT1211 is not set | ||
790 | # CONFIG_SENSORS_VT8231 is not set | 832 | # CONFIG_SENSORS_VT8231 is not set |
791 | # CONFIG_SENSORS_W83781D is not set | 833 | # CONFIG_SENSORS_W83781D is not set |
792 | # CONFIG_SENSORS_W83791D is not set | 834 | # CONFIG_SENSORS_W83791D is not set |
793 | # CONFIG_SENSORS_W83792D is not set | 835 | # CONFIG_SENSORS_W83792D is not set |
836 | # CONFIG_SENSORS_W83793 is not set | ||
794 | # CONFIG_SENSORS_W83L785TS is not set | 837 | # CONFIG_SENSORS_W83L785TS is not set |
795 | # CONFIG_SENSORS_W83627HF is not set | 838 | # CONFIG_SENSORS_W83627HF is not set |
796 | # CONFIG_SENSORS_W83627EHF is not set | 839 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -799,6 +842,8 @@ CONFIG_HWMON=y | |||
799 | # | 842 | # |
800 | # Misc devices | 843 | # Misc devices |
801 | # | 844 | # |
845 | # CONFIG_SGI_IOC4 is not set | ||
846 | # CONFIG_TIFM_CORE is not set | ||
802 | 847 | ||
803 | # | 848 | # |
804 | # LED devices | 849 | # LED devices |
@@ -817,7 +862,6 @@ CONFIG_HWMON=y | |||
817 | # Multimedia devices | 862 | # Multimedia devices |
818 | # | 863 | # |
819 | # CONFIG_VIDEO_DEV is not set | 864 | # CONFIG_VIDEO_DEV is not set |
820 | CONFIG_VIDEO_V4L2=y | ||
821 | 865 | ||
822 | # | 866 | # |
823 | # Digital Video Broadcasting Devices | 867 | # Digital Video Broadcasting Devices |
@@ -829,6 +873,7 @@ CONFIG_VIDEO_V4L2=y | |||
829 | # | 873 | # |
830 | # CONFIG_FIRMWARE_EDID is not set | 874 | # CONFIG_FIRMWARE_EDID is not set |
831 | # CONFIG_FB is not set | 875 | # CONFIG_FB is not set |
876 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
832 | 877 | ||
833 | # | 878 | # |
834 | # Sound | 879 | # Sound |
@@ -836,6 +881,11 @@ CONFIG_VIDEO_V4L2=y | |||
836 | # CONFIG_SOUND is not set | 881 | # CONFIG_SOUND is not set |
837 | 882 | ||
838 | # | 883 | # |
884 | # HID Devices | ||
885 | # | ||
886 | CONFIG_HID=y | ||
887 | |||
888 | # | ||
839 | # USB support | 889 | # USB support |
840 | # | 890 | # |
841 | CONFIG_USB_ARCH_HAS_HCD=y | 891 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -875,6 +925,7 @@ CONFIG_EXT3_FS=y | |||
875 | CONFIG_EXT3_FS_XATTR=y | 925 | CONFIG_EXT3_FS_XATTR=y |
876 | CONFIG_EXT3_FS_POSIX_ACL=y | 926 | CONFIG_EXT3_FS_POSIX_ACL=y |
877 | # CONFIG_EXT3_FS_SECURITY is not set | 927 | # CONFIG_EXT3_FS_SECURITY is not set |
928 | # CONFIG_EXT4DEV_FS is not set | ||
878 | CONFIG_JBD=y | 929 | CONFIG_JBD=y |
879 | # CONFIG_JBD_DEBUG is not set | 930 | # CONFIG_JBD_DEBUG is not set |
880 | CONFIG_FS_MBCACHE=y | 931 | CONFIG_FS_MBCACHE=y |
@@ -882,6 +933,7 @@ CONFIG_FS_MBCACHE=y | |||
882 | # CONFIG_JFS_FS is not set | 933 | # CONFIG_JFS_FS is not set |
883 | CONFIG_FS_POSIX_ACL=y | 934 | CONFIG_FS_POSIX_ACL=y |
884 | # CONFIG_XFS_FS is not set | 935 | # CONFIG_XFS_FS is not set |
936 | # CONFIG_GFS2_FS is not set | ||
885 | # CONFIG_OCFS2_FS is not set | 937 | # CONFIG_OCFS2_FS is not set |
886 | # CONFIG_MINIX_FS is not set | 938 | # CONFIG_MINIX_FS is not set |
887 | # CONFIG_ROMFS_FS is not set | 939 | # CONFIG_ROMFS_FS is not set |
@@ -910,8 +962,10 @@ CONFIG_DNOTIFY=y | |||
910 | # Pseudo filesystems | 962 | # Pseudo filesystems |
911 | # | 963 | # |
912 | CONFIG_PROC_FS=y | 964 | CONFIG_PROC_FS=y |
965 | CONFIG_PROC_SYSCTL=y | ||
913 | CONFIG_SYSFS=y | 966 | CONFIG_SYSFS=y |
914 | CONFIG_TMPFS=y | 967 | CONFIG_TMPFS=y |
968 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
915 | # CONFIG_HUGETLB_PAGE is not set | 969 | # CONFIG_HUGETLB_PAGE is not set |
916 | CONFIG_RAMFS=y | 970 | CONFIG_RAMFS=y |
917 | # CONFIG_CONFIGFS_FS is not set | 971 | # CONFIG_CONFIGFS_FS is not set |
@@ -961,7 +1015,6 @@ CONFIG_SUNRPC=y | |||
961 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1015 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
962 | # CONFIG_SMB_FS is not set | 1016 | # CONFIG_SMB_FS is not set |
963 | # CONFIG_CIFS is not set | 1017 | # CONFIG_CIFS is not set |
964 | # CONFIG_CIFS_DEBUG2 is not set | ||
965 | # CONFIG_NCP_FS is not set | 1018 | # CONFIG_NCP_FS is not set |
966 | # CONFIG_CODA_FS is not set | 1019 | # CONFIG_CODA_FS is not set |
967 | # CONFIG_AFS_FS is not set | 1020 | # CONFIG_AFS_FS is not set |
@@ -994,6 +1047,11 @@ CONFIG_MSDOS_PARTITION=y | |||
994 | # CONFIG_NLS is not set | 1047 | # CONFIG_NLS is not set |
995 | 1048 | ||
996 | # | 1049 | # |
1050 | # Distributed Lock Manager | ||
1051 | # | ||
1052 | # CONFIG_DLM is not set | ||
1053 | |||
1054 | # | ||
997 | # Profiling support | 1055 | # Profiling support |
998 | # | 1056 | # |
999 | # CONFIG_PROFILING is not set | 1057 | # CONFIG_PROFILING is not set |
@@ -1002,8 +1060,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1002 | # Kernel hacking | 1060 | # Kernel hacking |
1003 | # | 1061 | # |
1004 | # CONFIG_PRINTK_TIME is not set | 1062 | # CONFIG_PRINTK_TIME is not set |
1063 | CONFIG_ENABLE_MUST_CHECK=y | ||
1005 | CONFIG_MAGIC_SYSRQ=y | 1064 | CONFIG_MAGIC_SYSRQ=y |
1006 | # CONFIG_UNUSED_SYMBOLS is not set | 1065 | # CONFIG_UNUSED_SYMBOLS is not set |
1066 | # CONFIG_DEBUG_FS is not set | ||
1067 | # CONFIG_HEADERS_CHECK is not set | ||
1007 | CONFIG_DEBUG_KERNEL=y | 1068 | CONFIG_DEBUG_KERNEL=y |
1008 | CONFIG_LOG_BUF_SHIFT=14 | 1069 | CONFIG_LOG_BUF_SHIFT=14 |
1009 | CONFIG_DETECT_SOFTLOCKUP=y | 1070 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1019,10 +1080,9 @@ CONFIG_DEBUG_MUTEXES=y | |||
1019 | # CONFIG_DEBUG_KOBJECT is not set | 1080 | # CONFIG_DEBUG_KOBJECT is not set |
1020 | CONFIG_DEBUG_BUGVERBOSE=y | 1081 | CONFIG_DEBUG_BUGVERBOSE=y |
1021 | # CONFIG_DEBUG_INFO is not set | 1082 | # CONFIG_DEBUG_INFO is not set |
1022 | # CONFIG_DEBUG_FS is not set | ||
1023 | # CONFIG_DEBUG_VM is not set | 1083 | # CONFIG_DEBUG_VM is not set |
1084 | # CONFIG_DEBUG_LIST is not set | ||
1024 | CONFIG_FRAME_POINTER=y | 1085 | CONFIG_FRAME_POINTER=y |
1025 | # CONFIG_UNWIND_INFO is not set | ||
1026 | CONFIG_FORCED_INLINING=y | 1086 | CONFIG_FORCED_INLINING=y |
1027 | # CONFIG_RCU_TORTURE_TEST is not set | 1087 | # CONFIG_RCU_TORTURE_TEST is not set |
1028 | CONFIG_DEBUG_USER=y | 1088 | CONFIG_DEBUG_USER=y |
@@ -1042,12 +1102,9 @@ CONFIG_DEBUG_LL=y | |||
1042 | # CONFIG_CRYPTO is not set | 1102 | # CONFIG_CRYPTO is not set |
1043 | 1103 | ||
1044 | # | 1104 | # |
1045 | # Hardware crypto devices | ||
1046 | # | ||
1047 | |||
1048 | # | ||
1049 | # Library routines | 1105 | # Library routines |
1050 | # | 1106 | # |
1107 | CONFIG_BITREVERSE=y | ||
1051 | # CONFIG_CRC_CCITT is not set | 1108 | # CONFIG_CRC_CCITT is not set |
1052 | # CONFIG_CRC16 is not set | 1109 | # CONFIG_CRC16 is not set |
1053 | CONFIG_CRC32=y | 1110 | CONFIG_CRC32=y |
@@ -1055,3 +1112,4 @@ CONFIG_CRC32=y | |||
1055 | CONFIG_ZLIB_INFLATE=y | 1112 | CONFIG_ZLIB_INFLATE=y |
1056 | CONFIG_ZLIB_DEFLATE=y | 1113 | CONFIG_ZLIB_DEFLATE=y |
1057 | CONFIG_PLIST=y | 1114 | CONFIG_PLIST=y |
1115 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/ixp23xx_defconfig b/arch/arm/configs/ixp23xx_defconfig index 06deefaec1d2..27cf022dd807 100644 --- a/arch/arm/configs/ixp23xx_defconfig +++ b/arch/arm/configs/ixp23xx_defconfig | |||
@@ -1,14 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc1 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Sun Jul 9 14:13:35 2006 | 4 | # Sat Dec 16 06:05:45 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
9 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
12 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -28,17 +32,22 @@ CONFIG_LOCALVERSION="" | |||
28 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
29 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
30 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
31 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
32 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
33 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
34 | CONFIG_SYSCTL=y | 39 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | ||
35 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
36 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
37 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
38 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
39 | CONFIG_UID16=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
41 | CONFIG_EMBEDDED=y | 48 | CONFIG_EMBEDDED=y |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
42 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
43 | # CONFIG_KALLSYMS_ALL is not set | 52 | # CONFIG_KALLSYMS_ALL is not set |
44 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -47,12 +56,12 @@ CONFIG_PRINTK=y | |||
47 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
48 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
49 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
50 | CONFIG_RT_MUTEXES=y | ||
51 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
52 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
53 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
54 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
55 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
56 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
57 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
58 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -70,7 +79,10 @@ CONFIG_KMOD=y | |||
70 | # | 79 | # |
71 | # Block layer | 80 | # Block layer |
72 | # | 81 | # |
82 | CONFIG_BLOCK=y | ||
83 | # CONFIG_LBD is not set | ||
73 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | ||
74 | 86 | ||
75 | # | 87 | # |
76 | # IO Schedulers | 88 | # IO Schedulers |
@@ -102,7 +114,9 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
102 | # CONFIG_ARCH_NETX is not set | 114 | # CONFIG_ARCH_NETX is not set |
103 | # CONFIG_ARCH_H720X is not set | 115 | # CONFIG_ARCH_H720X is not set |
104 | # CONFIG_ARCH_IMX is not set | 116 | # CONFIG_ARCH_IMX is not set |
105 | # CONFIG_ARCH_IOP3XX is not set | 117 | # CONFIG_ARCH_IOP32X is not set |
118 | # CONFIG_ARCH_IOP33X is not set | ||
119 | # CONFIG_ARCH_IOP13XX is not set | ||
106 | # CONFIG_ARCH_IXP4XX is not set | 120 | # CONFIG_ARCH_IXP4XX is not set |
107 | # CONFIG_ARCH_IXP2000 is not set | 121 | # CONFIG_ARCH_IXP2000 is not set |
108 | CONFIG_ARCH_IXP23XX=y | 122 | CONFIG_ARCH_IXP23XX=y |
@@ -137,6 +151,8 @@ CONFIG_CPU_32v5=y | |||
137 | CONFIG_CPU_ABRT_EV5T=y | 151 | CONFIG_CPU_ABRT_EV5T=y |
138 | CONFIG_CPU_CACHE_VIVT=y | 152 | CONFIG_CPU_CACHE_VIVT=y |
139 | CONFIG_CPU_TLB_V4WBI=y | 153 | CONFIG_CPU_TLB_V4WBI=y |
154 | CONFIG_CPU_CP15=y | ||
155 | CONFIG_CPU_CP15_MMU=y | ||
140 | CONFIG_IO_36=y | 156 | CONFIG_IO_36=y |
141 | 157 | ||
142 | # | 158 | # |
@@ -144,11 +160,15 @@ CONFIG_IO_36=y | |||
144 | # | 160 | # |
145 | # CONFIG_ARM_THUMB is not set | 161 | # CONFIG_ARM_THUMB is not set |
146 | CONFIG_CPU_BIG_ENDIAN=y | 162 | CONFIG_CPU_BIG_ENDIAN=y |
163 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
164 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
165 | # CONFIG_IWMMXT is not set | ||
147 | 166 | ||
148 | # | 167 | # |
149 | # Bus support | 168 | # Bus support |
150 | # | 169 | # |
151 | CONFIG_PCI=y | 170 | CONFIG_PCI=y |
171 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
152 | # CONFIG_PCI_DEBUG is not set | 172 | # CONFIG_PCI_DEBUG is not set |
153 | 173 | ||
154 | # | 174 | # |
@@ -222,6 +242,7 @@ CONFIG_PACKET_MMAP=y | |||
222 | CONFIG_UNIX=y | 242 | CONFIG_UNIX=y |
223 | CONFIG_XFRM=y | 243 | CONFIG_XFRM=y |
224 | # CONFIG_XFRM_USER is not set | 244 | # CONFIG_XFRM_USER is not set |
245 | # CONFIG_XFRM_SUB_POLICY is not set | ||
225 | # CONFIG_NET_KEY is not set | 246 | # CONFIG_NET_KEY is not set |
226 | CONFIG_INET=y | 247 | CONFIG_INET=y |
227 | # CONFIG_IP_MULTICAST is not set | 248 | # CONFIG_IP_MULTICAST is not set |
@@ -242,13 +263,29 @@ CONFIG_SYN_COOKIES=y | |||
242 | # CONFIG_INET_TUNNEL is not set | 263 | # CONFIG_INET_TUNNEL is not set |
243 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 264 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
244 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 265 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
266 | CONFIG_INET_XFRM_MODE_BEET=y | ||
245 | CONFIG_INET_DIAG=y | 267 | CONFIG_INET_DIAG=y |
246 | CONFIG_INET_TCP_DIAG=y | 268 | CONFIG_INET_TCP_DIAG=y |
247 | # CONFIG_TCP_CONG_ADVANCED is not set | 269 | # CONFIG_TCP_CONG_ADVANCED is not set |
248 | CONFIG_TCP_CONG_BIC=y | 270 | CONFIG_TCP_CONG_CUBIC=y |
249 | # CONFIG_IPV6 is not set | 271 | CONFIG_DEFAULT_TCP_CONG="cubic" |
272 | # CONFIG_TCP_MD5SIG is not set | ||
273 | CONFIG_IPV6=y | ||
274 | # CONFIG_IPV6_PRIVACY is not set | ||
275 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
276 | # CONFIG_INET6_AH is not set | ||
277 | # CONFIG_INET6_ESP is not set | ||
278 | # CONFIG_INET6_IPCOMP is not set | ||
279 | # CONFIG_IPV6_MIP6 is not set | ||
250 | # CONFIG_INET6_XFRM_TUNNEL is not set | 280 | # CONFIG_INET6_XFRM_TUNNEL is not set |
251 | # CONFIG_INET6_TUNNEL is not set | 281 | # CONFIG_INET6_TUNNEL is not set |
282 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
283 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
284 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
285 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
286 | # CONFIG_IPV6_SIT is not set | ||
287 | # CONFIG_IPV6_TUNNEL is not set | ||
288 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
252 | # CONFIG_NETWORK_SECMARK is not set | 289 | # CONFIG_NETWORK_SECMARK is not set |
253 | # CONFIG_NETFILTER is not set | 290 | # CONFIG_NETFILTER is not set |
254 | 291 | ||
@@ -275,7 +312,6 @@ CONFIG_TCP_CONG_BIC=y | |||
275 | # CONFIG_ATALK is not set | 312 | # CONFIG_ATALK is not set |
276 | # CONFIG_X25 is not set | 313 | # CONFIG_X25 is not set |
277 | # CONFIG_LAPB is not set | 314 | # CONFIG_LAPB is not set |
278 | # CONFIG_NET_DIVERT is not set | ||
279 | # CONFIG_ECONET is not set | 315 | # CONFIG_ECONET is not set |
280 | # CONFIG_WAN_ROUTER is not set | 316 | # CONFIG_WAN_ROUTER is not set |
281 | 317 | ||
@@ -334,6 +370,7 @@ CONFIG_MTD_BLOCK=y | |||
334 | # CONFIG_NFTL is not set | 370 | # CONFIG_NFTL is not set |
335 | # CONFIG_INFTL is not set | 371 | # CONFIG_INFTL is not set |
336 | # CONFIG_RFD_FTL is not set | 372 | # CONFIG_RFD_FTL is not set |
373 | # CONFIG_SSFDC is not set | ||
337 | 374 | ||
338 | # | 375 | # |
339 | # RAM/ROM/Flash chip drivers | 376 | # RAM/ROM/Flash chip drivers |
@@ -418,12 +455,13 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
418 | # CONFIG_BLK_DEV_COW_COMMON is not set | 455 | # CONFIG_BLK_DEV_COW_COMMON is not set |
419 | CONFIG_BLK_DEV_LOOP=y | 456 | CONFIG_BLK_DEV_LOOP=y |
420 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 457 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
421 | # CONFIG_BLK_DEV_NBD is not set | 458 | CONFIG_BLK_DEV_NBD=y |
422 | # CONFIG_BLK_DEV_SX8 is not set | 459 | # CONFIG_BLK_DEV_SX8 is not set |
423 | # CONFIG_BLK_DEV_UB is not set | 460 | # CONFIG_BLK_DEV_UB is not set |
424 | CONFIG_BLK_DEV_RAM=y | 461 | CONFIG_BLK_DEV_RAM=y |
425 | CONFIG_BLK_DEV_RAM_COUNT=16 | 462 | CONFIG_BLK_DEV_RAM_COUNT=16 |
426 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 463 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
464 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
427 | CONFIG_BLK_DEV_INITRD=y | 465 | CONFIG_BLK_DEV_INITRD=y |
428 | # CONFIG_CDROM_PKTCDVD is not set | 466 | # CONFIG_CDROM_PKTCDVD is not set |
429 | # CONFIG_ATA_OVER_ETH is not set | 467 | # CONFIG_ATA_OVER_ETH is not set |
@@ -432,6 +470,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
432 | # ATA/ATAPI/MFM/RLL support | 470 | # ATA/ATAPI/MFM/RLL support |
433 | # | 471 | # |
434 | CONFIG_IDE=y | 472 | CONFIG_IDE=y |
473 | CONFIG_IDE_MAX_HWIFS=4 | ||
435 | CONFIG_BLK_DEV_IDE=y | 474 | CONFIG_BLK_DEV_IDE=y |
436 | 475 | ||
437 | # | 476 | # |
@@ -455,7 +494,6 @@ CONFIG_BLK_DEV_IDEPCI=y | |||
455 | # CONFIG_BLK_DEV_OFFBOARD is not set | 494 | # CONFIG_BLK_DEV_OFFBOARD is not set |
456 | # CONFIG_BLK_DEV_GENERIC is not set | 495 | # CONFIG_BLK_DEV_GENERIC is not set |
457 | # CONFIG_BLK_DEV_OPTI621 is not set | 496 | # CONFIG_BLK_DEV_OPTI621 is not set |
458 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
459 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 497 | CONFIG_BLK_DEV_IDEDMA_PCI=y |
460 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 498 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set |
461 | # CONFIG_IDEDMA_PCI_AUTO is not set | 499 | # CONFIG_IDEDMA_PCI_AUTO is not set |
@@ -469,6 +507,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
469 | # CONFIG_BLK_DEV_CS5530 is not set | 507 | # CONFIG_BLK_DEV_CS5530 is not set |
470 | # CONFIG_BLK_DEV_HPT34X is not set | 508 | # CONFIG_BLK_DEV_HPT34X is not set |
471 | # CONFIG_BLK_DEV_HPT366 is not set | 509 | # CONFIG_BLK_DEV_HPT366 is not set |
510 | # CONFIG_BLK_DEV_JMICRON is not set | ||
472 | # CONFIG_BLK_DEV_SC1200 is not set | 511 | # CONFIG_BLK_DEV_SC1200 is not set |
473 | # CONFIG_BLK_DEV_PIIX is not set | 512 | # CONFIG_BLK_DEV_PIIX is not set |
474 | # CONFIG_BLK_DEV_IT821X is not set | 513 | # CONFIG_BLK_DEV_IT821X is not set |
@@ -477,6 +516,7 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
477 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | 516 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set |
478 | # CONFIG_BLK_DEV_SVWKS is not set | 517 | # CONFIG_BLK_DEV_SVWKS is not set |
479 | CONFIG_BLK_DEV_SIIMAGE=y | 518 | CONFIG_BLK_DEV_SIIMAGE=y |
519 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
480 | # CONFIG_BLK_DEV_SLC90E66 is not set | 520 | # CONFIG_BLK_DEV_SLC90E66 is not set |
481 | # CONFIG_BLK_DEV_TRM290 is not set | 521 | # CONFIG_BLK_DEV_TRM290 is not set |
482 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 522 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
@@ -491,6 +531,8 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
491 | # | 531 | # |
492 | # CONFIG_RAID_ATTRS is not set | 532 | # CONFIG_RAID_ATTRS is not set |
493 | CONFIG_SCSI=y | 533 | CONFIG_SCSI=y |
534 | # CONFIG_SCSI_TGT is not set | ||
535 | # CONFIG_SCSI_NETLINK is not set | ||
494 | CONFIG_SCSI_PROC_FS=y | 536 | CONFIG_SCSI_PROC_FS=y |
495 | 537 | ||
496 | # | 538 | # |
@@ -509,14 +551,16 @@ CONFIG_BLK_DEV_SD=y | |||
509 | # CONFIG_SCSI_MULTI_LUN is not set | 551 | # CONFIG_SCSI_MULTI_LUN is not set |
510 | # CONFIG_SCSI_CONSTANTS is not set | 552 | # CONFIG_SCSI_CONSTANTS is not set |
511 | # CONFIG_SCSI_LOGGING is not set | 553 | # CONFIG_SCSI_LOGGING is not set |
554 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
512 | 555 | ||
513 | # | 556 | # |
514 | # SCSI Transport Attributes | 557 | # SCSI Transports |
515 | # | 558 | # |
516 | # CONFIG_SCSI_SPI_ATTRS is not set | 559 | # CONFIG_SCSI_SPI_ATTRS is not set |
517 | # CONFIG_SCSI_FC_ATTRS is not set | 560 | # CONFIG_SCSI_FC_ATTRS is not set |
518 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 561 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
519 | # CONFIG_SCSI_SAS_ATTRS is not set | 562 | # CONFIG_SCSI_SAS_ATTRS is not set |
563 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
520 | 564 | ||
521 | # | 565 | # |
522 | # SCSI low-level drivers | 566 | # SCSI low-level drivers |
@@ -529,26 +573,34 @@ CONFIG_BLK_DEV_SD=y | |||
529 | # CONFIG_SCSI_AIC7XXX is not set | 573 | # CONFIG_SCSI_AIC7XXX is not set |
530 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 574 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
531 | # CONFIG_SCSI_AIC79XX is not set | 575 | # CONFIG_SCSI_AIC79XX is not set |
576 | # CONFIG_SCSI_AIC94XX is not set | ||
532 | # CONFIG_SCSI_DPT_I2O is not set | 577 | # CONFIG_SCSI_DPT_I2O is not set |
578 | # CONFIG_SCSI_ARCMSR is not set | ||
533 | # CONFIG_MEGARAID_NEWGEN is not set | 579 | # CONFIG_MEGARAID_NEWGEN is not set |
534 | # CONFIG_MEGARAID_LEGACY is not set | 580 | # CONFIG_MEGARAID_LEGACY is not set |
535 | # CONFIG_MEGARAID_SAS is not set | 581 | # CONFIG_MEGARAID_SAS is not set |
536 | # CONFIG_SCSI_SATA is not set | ||
537 | # CONFIG_SCSI_HPTIOP is not set | 582 | # CONFIG_SCSI_HPTIOP is not set |
538 | # CONFIG_SCSI_DMX3191D is not set | 583 | # CONFIG_SCSI_DMX3191D is not set |
539 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 584 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
540 | # CONFIG_SCSI_IPS is not set | 585 | # CONFIG_SCSI_IPS is not set |
541 | # CONFIG_SCSI_INITIO is not set | 586 | # CONFIG_SCSI_INITIO is not set |
542 | # CONFIG_SCSI_INIA100 is not set | 587 | # CONFIG_SCSI_INIA100 is not set |
588 | # CONFIG_SCSI_STEX is not set | ||
543 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 589 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
544 | # CONFIG_SCSI_IPR is not set | ||
545 | # CONFIG_SCSI_QLOGIC_1280 is not set | 590 | # CONFIG_SCSI_QLOGIC_1280 is not set |
546 | # CONFIG_SCSI_QLA_FC is not set | 591 | # CONFIG_SCSI_QLA_FC is not set |
592 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
547 | # CONFIG_SCSI_LPFC is not set | 593 | # CONFIG_SCSI_LPFC is not set |
548 | # CONFIG_SCSI_DC395x is not set | 594 | # CONFIG_SCSI_DC395x is not set |
549 | # CONFIG_SCSI_DC390T is not set | 595 | # CONFIG_SCSI_DC390T is not set |
550 | # CONFIG_SCSI_NSP32 is not set | 596 | # CONFIG_SCSI_NSP32 is not set |
551 | # CONFIG_SCSI_DEBUG is not set | 597 | # CONFIG_SCSI_DEBUG is not set |
598 | # CONFIG_SCSI_SRP is not set | ||
599 | |||
600 | # | ||
601 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
602 | # | ||
603 | # CONFIG_ATA is not set | ||
552 | 604 | ||
553 | # | 605 | # |
554 | # Multi-device support (RAID and LVM) | 606 | # Multi-device support (RAID and LVM) |
@@ -649,6 +701,7 @@ CONFIG_E1000_NAPI=y | |||
649 | # CONFIG_VIA_VELOCITY is not set | 701 | # CONFIG_VIA_VELOCITY is not set |
650 | # CONFIG_TIGON3 is not set | 702 | # CONFIG_TIGON3 is not set |
651 | # CONFIG_BNX2 is not set | 703 | # CONFIG_BNX2 is not set |
704 | # CONFIG_QLA3XXX is not set | ||
652 | 705 | ||
653 | # | 706 | # |
654 | # Ethernet (10000 Mbit) | 707 | # Ethernet (10000 Mbit) |
@@ -657,6 +710,7 @@ CONFIG_E1000_NAPI=y | |||
657 | # CONFIG_IXGB is not set | 710 | # CONFIG_IXGB is not set |
658 | # CONFIG_S2IO is not set | 711 | # CONFIG_S2IO is not set |
659 | # CONFIG_MYRI10GE is not set | 712 | # CONFIG_MYRI10GE is not set |
713 | # CONFIG_NETXEN_NIC is not set | ||
660 | 714 | ||
661 | # | 715 | # |
662 | # Token Ring devices | 716 | # Token Ring devices |
@@ -672,7 +726,6 @@ CONFIG_E1000_NAPI=y | |||
672 | # Wan interfaces | 726 | # Wan interfaces |
673 | # | 727 | # |
674 | CONFIG_WAN=y | 728 | CONFIG_WAN=y |
675 | # CONFIG_DSCC4 is not set | ||
676 | # CONFIG_LANMEDIA is not set | 729 | # CONFIG_LANMEDIA is not set |
677 | CONFIG_HDLC=y | 730 | CONFIG_HDLC=y |
678 | CONFIG_HDLC_RAW=y | 731 | CONFIG_HDLC_RAW=y |
@@ -688,6 +741,7 @@ CONFIG_HDLC_PPP=y | |||
688 | # CONFIG_WANXL is not set | 741 | # CONFIG_WANXL is not set |
689 | # CONFIG_PC300 is not set | 742 | # CONFIG_PC300 is not set |
690 | # CONFIG_FARSYNC is not set | 743 | # CONFIG_FARSYNC is not set |
744 | # CONFIG_DSCC4 is not set | ||
691 | CONFIG_DLCI=y | 745 | CONFIG_DLCI=y |
692 | CONFIG_DLCI_COUNT=24 | 746 | CONFIG_DLCI_COUNT=24 |
693 | CONFIG_DLCI_MAX=8 | 747 | CONFIG_DLCI_MAX=8 |
@@ -710,6 +764,7 @@ CONFIG_DLCI_MAX=8 | |||
710 | # Input device support | 764 | # Input device support |
711 | # | 765 | # |
712 | CONFIG_INPUT=y | 766 | CONFIG_INPUT=y |
767 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
713 | 768 | ||
714 | # | 769 | # |
715 | # Userland interfaces | 770 | # Userland interfaces |
@@ -795,10 +850,6 @@ CONFIG_WATCHDOG=y | |||
795 | # CONFIG_DTLK is not set | 850 | # CONFIG_DTLK is not set |
796 | # CONFIG_R3964 is not set | 851 | # CONFIG_R3964 is not set |
797 | # CONFIG_APPLICOM is not set | 852 | # CONFIG_APPLICOM is not set |
798 | |||
799 | # | ||
800 | # Ftape, the floppy tape device driver | ||
801 | # | ||
802 | # CONFIG_DRM is not set | 853 | # CONFIG_DRM is not set |
803 | # CONFIG_RAW_DRIVER is not set | 854 | # CONFIG_RAW_DRIVER is not set |
804 | 855 | ||
@@ -806,7 +857,6 @@ CONFIG_WATCHDOG=y | |||
806 | # TPM devices | 857 | # TPM devices |
807 | # | 858 | # |
808 | # CONFIG_TCG_TPM is not set | 859 | # CONFIG_TCG_TPM is not set |
809 | # CONFIG_TELCLOCK is not set | ||
810 | 860 | ||
811 | # | 861 | # |
812 | # I2C support | 862 | # I2C support |
@@ -870,6 +920,7 @@ CONFIG_SENSORS_EEPROM=y | |||
870 | # | 920 | # |
871 | # Dallas's 1-wire bus | 921 | # Dallas's 1-wire bus |
872 | # | 922 | # |
923 | # CONFIG_W1 is not set | ||
873 | 924 | ||
874 | # | 925 | # |
875 | # Hardware Monitoring support | 926 | # Hardware Monitoring support |
@@ -903,15 +954,18 @@ CONFIG_HWMON=y | |||
903 | # CONFIG_SENSORS_LM92 is not set | 954 | # CONFIG_SENSORS_LM92 is not set |
904 | # CONFIG_SENSORS_MAX1619 is not set | 955 | # CONFIG_SENSORS_MAX1619 is not set |
905 | # CONFIG_SENSORS_PC87360 is not set | 956 | # CONFIG_SENSORS_PC87360 is not set |
957 | # CONFIG_SENSORS_PC87427 is not set | ||
906 | # CONFIG_SENSORS_SIS5595 is not set | 958 | # CONFIG_SENSORS_SIS5595 is not set |
907 | # CONFIG_SENSORS_SMSC47M1 is not set | 959 | # CONFIG_SENSORS_SMSC47M1 is not set |
908 | # CONFIG_SENSORS_SMSC47M192 is not set | 960 | # CONFIG_SENSORS_SMSC47M192 is not set |
909 | # CONFIG_SENSORS_SMSC47B397 is not set | 961 | # CONFIG_SENSORS_SMSC47B397 is not set |
910 | # CONFIG_SENSORS_VIA686A is not set | 962 | # CONFIG_SENSORS_VIA686A is not set |
963 | # CONFIG_SENSORS_VT1211 is not set | ||
911 | # CONFIG_SENSORS_VT8231 is not set | 964 | # CONFIG_SENSORS_VT8231 is not set |
912 | # CONFIG_SENSORS_W83781D is not set | 965 | # CONFIG_SENSORS_W83781D is not set |
913 | # CONFIG_SENSORS_W83791D is not set | 966 | # CONFIG_SENSORS_W83791D is not set |
914 | # CONFIG_SENSORS_W83792D is not set | 967 | # CONFIG_SENSORS_W83792D is not set |
968 | # CONFIG_SENSORS_W83793 is not set | ||
915 | # CONFIG_SENSORS_W83L785TS is not set | 969 | # CONFIG_SENSORS_W83L785TS is not set |
916 | # CONFIG_SENSORS_W83627HF is not set | 970 | # CONFIG_SENSORS_W83627HF is not set |
917 | # CONFIG_SENSORS_W83627EHF is not set | 971 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -920,6 +974,8 @@ CONFIG_HWMON=y | |||
920 | # | 974 | # |
921 | # Misc devices | 975 | # Misc devices |
922 | # | 976 | # |
977 | # CONFIG_SGI_IOC4 is not set | ||
978 | # CONFIG_TIFM_CORE is not set | ||
923 | 979 | ||
924 | # | 980 | # |
925 | # LED devices | 981 | # LED devices |
@@ -938,7 +994,6 @@ CONFIG_HWMON=y | |||
938 | # Multimedia devices | 994 | # Multimedia devices |
939 | # | 995 | # |
940 | # CONFIG_VIDEO_DEV is not set | 996 | # CONFIG_VIDEO_DEV is not set |
941 | CONFIG_VIDEO_V4L2=y | ||
942 | 997 | ||
943 | # | 998 | # |
944 | # Digital Video Broadcasting Devices | 999 | # Digital Video Broadcasting Devices |
@@ -951,6 +1006,7 @@ CONFIG_VIDEO_V4L2=y | |||
951 | # | 1006 | # |
952 | # CONFIG_FIRMWARE_EDID is not set | 1007 | # CONFIG_FIRMWARE_EDID is not set |
953 | # CONFIG_FB is not set | 1008 | # CONFIG_FB is not set |
1009 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
954 | 1010 | ||
955 | # | 1011 | # |
956 | # Sound | 1012 | # Sound |
@@ -958,6 +1014,11 @@ CONFIG_VIDEO_V4L2=y | |||
958 | # CONFIG_SOUND is not set | 1014 | # CONFIG_SOUND is not set |
959 | 1015 | ||
960 | # | 1016 | # |
1017 | # HID Devices | ||
1018 | # | ||
1019 | CONFIG_HID=y | ||
1020 | |||
1021 | # | ||
961 | # USB support | 1022 | # USB support |
962 | # | 1023 | # |
963 | CONFIG_USB_ARCH_HAS_HCD=y | 1024 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -972,6 +1033,7 @@ CONFIG_USB=y | |||
972 | # CONFIG_USB_DEVICEFS is not set | 1033 | # CONFIG_USB_DEVICEFS is not set |
973 | # CONFIG_USB_BANDWIDTH is not set | 1034 | # CONFIG_USB_BANDWIDTH is not set |
974 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1035 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1036 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
975 | # CONFIG_USB_OTG is not set | 1037 | # CONFIG_USB_OTG is not set |
976 | 1038 | ||
977 | # | 1039 | # |
@@ -1012,6 +1074,7 @@ CONFIG_USB_STORAGE=y | |||
1012 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1074 | # CONFIG_USB_STORAGE_SDDR55 is not set |
1013 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1075 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
1014 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1076 | # CONFIG_USB_STORAGE_ALAUDA is not set |
1077 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1015 | # CONFIG_USB_LIBUSUAL is not set | 1078 | # CONFIG_USB_LIBUSUAL is not set |
1016 | 1079 | ||
1017 | # | 1080 | # |
@@ -1050,6 +1113,7 @@ CONFIG_USB_STORAGE=y | |||
1050 | # CONFIG_USB_KAWETH is not set | 1113 | # CONFIG_USB_KAWETH is not set |
1051 | # CONFIG_USB_PEGASUS is not set | 1114 | # CONFIG_USB_PEGASUS is not set |
1052 | # CONFIG_USB_RTL8150 is not set | 1115 | # CONFIG_USB_RTL8150 is not set |
1116 | # CONFIG_USB_USBNET_MII is not set | ||
1053 | # CONFIG_USB_USBNET is not set | 1117 | # CONFIG_USB_USBNET is not set |
1054 | CONFIG_USB_MON=y | 1118 | CONFIG_USB_MON=y |
1055 | 1119 | ||
@@ -1067,19 +1131,21 @@ CONFIG_USB_MON=y | |||
1067 | # | 1131 | # |
1068 | # CONFIG_USB_EMI62 is not set | 1132 | # CONFIG_USB_EMI62 is not set |
1069 | # CONFIG_USB_EMI26 is not set | 1133 | # CONFIG_USB_EMI26 is not set |
1134 | # CONFIG_USB_ADUTUX is not set | ||
1070 | # CONFIG_USB_AUERSWALD is not set | 1135 | # CONFIG_USB_AUERSWALD is not set |
1071 | # CONFIG_USB_RIO500 is not set | 1136 | # CONFIG_USB_RIO500 is not set |
1072 | # CONFIG_USB_LEGOTOWER is not set | 1137 | # CONFIG_USB_LEGOTOWER is not set |
1073 | # CONFIG_USB_LCD is not set | 1138 | # CONFIG_USB_LCD is not set |
1074 | # CONFIG_USB_LED is not set | 1139 | # CONFIG_USB_LED is not set |
1075 | # CONFIG_USB_CY7C63 is not set | 1140 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1076 | # CONFIG_USB_CYTHERM is not set | 1141 | # CONFIG_USB_CYTHERM is not set |
1077 | # CONFIG_USB_PHIDGETKIT is not set | 1142 | # CONFIG_USB_PHIDGET is not set |
1078 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1079 | # CONFIG_USB_IDMOUSE is not set | 1143 | # CONFIG_USB_IDMOUSE is not set |
1144 | # CONFIG_USB_FTDI_ELAN is not set | ||
1080 | # CONFIG_USB_APPLEDISPLAY is not set | 1145 | # CONFIG_USB_APPLEDISPLAY is not set |
1081 | # CONFIG_USB_SISUSBVGA is not set | 1146 | # CONFIG_USB_SISUSBVGA is not set |
1082 | # CONFIG_USB_LD is not set | 1147 | # CONFIG_USB_LD is not set |
1148 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1083 | 1149 | ||
1084 | # | 1150 | # |
1085 | # USB DSL modem support | 1151 | # USB DSL modem support |
@@ -1113,6 +1179,7 @@ CONFIG_EXT3_FS=y | |||
1113 | CONFIG_EXT3_FS_XATTR=y | 1179 | CONFIG_EXT3_FS_XATTR=y |
1114 | CONFIG_EXT3_FS_POSIX_ACL=y | 1180 | CONFIG_EXT3_FS_POSIX_ACL=y |
1115 | # CONFIG_EXT3_FS_SECURITY is not set | 1181 | # CONFIG_EXT3_FS_SECURITY is not set |
1182 | # CONFIG_EXT4DEV_FS is not set | ||
1116 | CONFIG_JBD=y | 1183 | CONFIG_JBD=y |
1117 | # CONFIG_JBD_DEBUG is not set | 1184 | # CONFIG_JBD_DEBUG is not set |
1118 | CONFIG_FS_MBCACHE=y | 1185 | CONFIG_FS_MBCACHE=y |
@@ -1120,6 +1187,7 @@ CONFIG_FS_MBCACHE=y | |||
1120 | # CONFIG_JFS_FS is not set | 1187 | # CONFIG_JFS_FS is not set |
1121 | CONFIG_FS_POSIX_ACL=y | 1188 | CONFIG_FS_POSIX_ACL=y |
1122 | # CONFIG_XFS_FS is not set | 1189 | # CONFIG_XFS_FS is not set |
1190 | # CONFIG_GFS2_FS is not set | ||
1123 | # CONFIG_OCFS2_FS is not set | 1191 | # CONFIG_OCFS2_FS is not set |
1124 | # CONFIG_MINIX_FS is not set | 1192 | # CONFIG_MINIX_FS is not set |
1125 | # CONFIG_ROMFS_FS is not set | 1193 | # CONFIG_ROMFS_FS is not set |
@@ -1150,8 +1218,10 @@ CONFIG_FAT_DEFAULT_CODEPAGE=437 | |||
1150 | # Pseudo filesystems | 1218 | # Pseudo filesystems |
1151 | # | 1219 | # |
1152 | CONFIG_PROC_FS=y | 1220 | CONFIG_PROC_FS=y |
1221 | CONFIG_PROC_SYSCTL=y | ||
1153 | CONFIG_SYSFS=y | 1222 | CONFIG_SYSFS=y |
1154 | CONFIG_TMPFS=y | 1223 | CONFIG_TMPFS=y |
1224 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1155 | # CONFIG_HUGETLB_PAGE is not set | 1225 | # CONFIG_HUGETLB_PAGE is not set |
1156 | CONFIG_RAMFS=y | 1226 | CONFIG_RAMFS=y |
1157 | # CONFIG_CONFIGFS_FS is not set | 1227 | # CONFIG_CONFIGFS_FS is not set |
@@ -1201,7 +1271,6 @@ CONFIG_SUNRPC=y | |||
1201 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1271 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1202 | # CONFIG_SMB_FS is not set | 1272 | # CONFIG_SMB_FS is not set |
1203 | # CONFIG_CIFS is not set | 1273 | # CONFIG_CIFS is not set |
1204 | # CONFIG_CIFS_DEBUG2 is not set | ||
1205 | # CONFIG_NCP_FS is not set | 1274 | # CONFIG_NCP_FS is not set |
1206 | # CONFIG_CODA_FS is not set | 1275 | # CONFIG_CODA_FS is not set |
1207 | # CONFIG_AFS_FS is not set | 1276 | # CONFIG_AFS_FS is not set |
@@ -1273,6 +1342,11 @@ CONFIG_NLS_CODEPAGE_437=y | |||
1273 | # CONFIG_NLS_UTF8 is not set | 1342 | # CONFIG_NLS_UTF8 is not set |
1274 | 1343 | ||
1275 | # | 1344 | # |
1345 | # Distributed Lock Manager | ||
1346 | # | ||
1347 | # CONFIG_DLM is not set | ||
1348 | |||
1349 | # | ||
1276 | # Profiling support | 1350 | # Profiling support |
1277 | # | 1351 | # |
1278 | # CONFIG_PROFILING is not set | 1352 | # CONFIG_PROFILING is not set |
@@ -1281,8 +1355,11 @@ CONFIG_NLS_CODEPAGE_437=y | |||
1281 | # Kernel hacking | 1355 | # Kernel hacking |
1282 | # | 1356 | # |
1283 | # CONFIG_PRINTK_TIME is not set | 1357 | # CONFIG_PRINTK_TIME is not set |
1358 | CONFIG_ENABLE_MUST_CHECK=y | ||
1284 | CONFIG_MAGIC_SYSRQ=y | 1359 | CONFIG_MAGIC_SYSRQ=y |
1285 | # CONFIG_UNUSED_SYMBOLS is not set | 1360 | # CONFIG_UNUSED_SYMBOLS is not set |
1361 | # CONFIG_DEBUG_FS is not set | ||
1362 | # CONFIG_HEADERS_CHECK is not set | ||
1286 | CONFIG_DEBUG_KERNEL=y | 1363 | CONFIG_DEBUG_KERNEL=y |
1287 | CONFIG_LOG_BUF_SHIFT=14 | 1364 | CONFIG_LOG_BUF_SHIFT=14 |
1288 | CONFIG_DETECT_SOFTLOCKUP=y | 1365 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1298,10 +1375,9 @@ CONFIG_DEBUG_MUTEXES=y | |||
1298 | # CONFIG_DEBUG_KOBJECT is not set | 1375 | # CONFIG_DEBUG_KOBJECT is not set |
1299 | CONFIG_DEBUG_BUGVERBOSE=y | 1376 | CONFIG_DEBUG_BUGVERBOSE=y |
1300 | # CONFIG_DEBUG_INFO is not set | 1377 | # CONFIG_DEBUG_INFO is not set |
1301 | # CONFIG_DEBUG_FS is not set | ||
1302 | # CONFIG_DEBUG_VM is not set | 1378 | # CONFIG_DEBUG_VM is not set |
1379 | # CONFIG_DEBUG_LIST is not set | ||
1303 | CONFIG_FRAME_POINTER=y | 1380 | CONFIG_FRAME_POINTER=y |
1304 | # CONFIG_UNWIND_INFO is not set | ||
1305 | CONFIG_FORCED_INLINING=y | 1381 | CONFIG_FORCED_INLINING=y |
1306 | # CONFIG_RCU_TORTURE_TEST is not set | 1382 | # CONFIG_RCU_TORTURE_TEST is not set |
1307 | CONFIG_DEBUG_USER=y | 1383 | CONFIG_DEBUG_USER=y |
@@ -1321,12 +1397,9 @@ CONFIG_DEBUG_LL=y | |||
1321 | # CONFIG_CRYPTO is not set | 1397 | # CONFIG_CRYPTO is not set |
1322 | 1398 | ||
1323 | # | 1399 | # |
1324 | # Hardware crypto devices | ||
1325 | # | ||
1326 | |||
1327 | # | ||
1328 | # Library routines | 1400 | # Library routines |
1329 | # | 1401 | # |
1402 | CONFIG_BITREVERSE=y | ||
1330 | # CONFIG_CRC_CCITT is not set | 1403 | # CONFIG_CRC_CCITT is not set |
1331 | # CONFIG_CRC16 is not set | 1404 | # CONFIG_CRC16 is not set |
1332 | CONFIG_CRC32=y | 1405 | CONFIG_CRC32=y |
@@ -1334,3 +1407,4 @@ CONFIG_CRC32=y | |||
1334 | CONFIG_ZLIB_INFLATE=y | 1407 | CONFIG_ZLIB_INFLATE=y |
1335 | CONFIG_ZLIB_DEFLATE=y | 1408 | CONFIG_ZLIB_DEFLATE=y |
1336 | CONFIG_PLIST=y | 1409 | CONFIG_PLIST=y |
1410 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/lpd270_defconfig b/arch/arm/configs/lpd270_defconfig index e146189ab54f..a3bf5833b87a 100644 --- a/arch/arm/configs/lpd270_defconfig +++ b/arch/arm/configs/lpd270_defconfig | |||
@@ -1,14 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc1 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Sun Jul 9 14:15:23 2006 | 4 | # Sat Dec 16 06:05:51 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
9 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
12 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_ARCH_MTD_XIP=y | 18 | CONFIG_ARCH_MTD_XIP=y |
@@ -29,16 +33,21 @@ CONFIG_LOCALVERSION="" | |||
29 | CONFIG_LOCALVERSION_AUTO=y | 33 | CONFIG_LOCALVERSION_AUTO=y |
30 | CONFIG_SWAP=y | 34 | CONFIG_SWAP=y |
31 | CONFIG_SYSVIPC=y | 35 | CONFIG_SYSVIPC=y |
36 | # CONFIG_IPC_NS is not set | ||
32 | # CONFIG_POSIX_MQUEUE is not set | 37 | # CONFIG_POSIX_MQUEUE is not set |
33 | # CONFIG_BSD_PROCESS_ACCT is not set | 38 | # CONFIG_BSD_PROCESS_ACCT is not set |
34 | CONFIG_SYSCTL=y | 39 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | ||
35 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
36 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
43 | CONFIG_SYSFS_DEPRECATED=y | ||
37 | # CONFIG_RELAY is not set | 44 | # CONFIG_RELAY is not set |
38 | CONFIG_INITRAMFS_SOURCE="" | 45 | CONFIG_INITRAMFS_SOURCE="" |
39 | CONFIG_UID16=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | ||
41 | # CONFIG_EMBEDDED is not set | 48 | # CONFIG_EMBEDDED is not set |
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
42 | CONFIG_KALLSYMS=y | 51 | CONFIG_KALLSYMS=y |
43 | # CONFIG_KALLSYMS_ALL is not set | 52 | # CONFIG_KALLSYMS_ALL is not set |
44 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -47,12 +56,12 @@ CONFIG_PRINTK=y | |||
47 | CONFIG_BUG=y | 56 | CONFIG_BUG=y |
48 | CONFIG_ELF_CORE=y | 57 | CONFIG_ELF_CORE=y |
49 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
50 | CONFIG_RT_MUTEXES=y | ||
51 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
52 | CONFIG_EPOLL=y | 60 | CONFIG_EPOLL=y |
53 | CONFIG_SHMEM=y | 61 | CONFIG_SHMEM=y |
54 | CONFIG_SLAB=y | 62 | CONFIG_SLAB=y |
55 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_RT_MUTEXES=y | ||
56 | # CONFIG_TINY_SHMEM is not set | 65 | # CONFIG_TINY_SHMEM is not set |
57 | CONFIG_BASE_SMALL=0 | 66 | CONFIG_BASE_SMALL=0 |
58 | # CONFIG_SLOB is not set | 67 | # CONFIG_SLOB is not set |
@@ -69,7 +78,10 @@ CONFIG_MODULES=y | |||
69 | # | 78 | # |
70 | # Block layer | 79 | # Block layer |
71 | # | 80 | # |
81 | CONFIG_BLOCK=y | ||
82 | # CONFIG_LBD is not set | ||
72 | # CONFIG_BLK_DEV_IO_TRACE is not set | 83 | # CONFIG_BLK_DEV_IO_TRACE is not set |
84 | # CONFIG_LSF is not set | ||
73 | 85 | ||
74 | # | 86 | # |
75 | # IO Schedulers | 87 | # IO Schedulers |
@@ -101,7 +113,9 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
101 | # CONFIG_ARCH_NETX is not set | 113 | # CONFIG_ARCH_NETX is not set |
102 | # CONFIG_ARCH_H720X is not set | 114 | # CONFIG_ARCH_H720X is not set |
103 | # CONFIG_ARCH_IMX is not set | 115 | # CONFIG_ARCH_IMX is not set |
104 | # CONFIG_ARCH_IOP3XX is not set | 116 | # CONFIG_ARCH_IOP32X is not set |
117 | # CONFIG_ARCH_IOP33X is not set | ||
118 | # CONFIG_ARCH_IOP13XX is not set | ||
105 | # CONFIG_ARCH_IXP4XX is not set | 119 | # CONFIG_ARCH_IXP4XX is not set |
106 | # CONFIG_ARCH_IXP2000 is not set | 120 | # CONFIG_ARCH_IXP2000 is not set |
107 | # CONFIG_ARCH_IXP23XX is not set | 121 | # CONFIG_ARCH_IXP23XX is not set |
@@ -125,7 +139,6 @@ CONFIG_MACH_LOGICPD_PXA270=y | |||
125 | # CONFIG_PXA_SHARPSL is not set | 139 | # CONFIG_PXA_SHARPSL is not set |
126 | # CONFIG_MACH_TRIZEPS4 is not set | 140 | # CONFIG_MACH_TRIZEPS4 is not set |
127 | CONFIG_PXA27x=y | 141 | CONFIG_PXA27x=y |
128 | CONFIG_IWMMXT=y | ||
129 | 142 | ||
130 | # | 143 | # |
131 | # Processor Type | 144 | # Processor Type |
@@ -136,11 +149,15 @@ CONFIG_CPU_32v5=y | |||
136 | CONFIG_CPU_ABRT_EV5T=y | 149 | CONFIG_CPU_ABRT_EV5T=y |
137 | CONFIG_CPU_CACHE_VIVT=y | 150 | CONFIG_CPU_CACHE_VIVT=y |
138 | CONFIG_CPU_TLB_V4WBI=y | 151 | CONFIG_CPU_TLB_V4WBI=y |
152 | CONFIG_CPU_CP15=y | ||
153 | CONFIG_CPU_CP15_MMU=y | ||
139 | 154 | ||
140 | # | 155 | # |
141 | # Processor Features | 156 | # Processor Features |
142 | # | 157 | # |
143 | # CONFIG_ARM_THUMB is not set | 158 | # CONFIG_ARM_THUMB is not set |
159 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
160 | CONFIG_IWMMXT=y | ||
144 | CONFIG_XSCALE_PMU=y | 161 | CONFIG_XSCALE_PMU=y |
145 | 162 | ||
146 | # | 163 | # |
@@ -217,6 +234,7 @@ CONFIG_NET=y | |||
217 | CONFIG_UNIX=y | 234 | CONFIG_UNIX=y |
218 | CONFIG_XFRM=y | 235 | CONFIG_XFRM=y |
219 | # CONFIG_XFRM_USER is not set | 236 | # CONFIG_XFRM_USER is not set |
237 | # CONFIG_XFRM_SUB_POLICY is not set | ||
220 | # CONFIG_NET_KEY is not set | 238 | # CONFIG_NET_KEY is not set |
221 | CONFIG_INET=y | 239 | CONFIG_INET=y |
222 | # CONFIG_IP_MULTICAST is not set | 240 | # CONFIG_IP_MULTICAST is not set |
@@ -237,13 +255,29 @@ CONFIG_IP_PNP_BOOTP=y | |||
237 | # CONFIG_INET_TUNNEL is not set | 255 | # CONFIG_INET_TUNNEL is not set |
238 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 256 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
239 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 257 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
258 | CONFIG_INET_XFRM_MODE_BEET=y | ||
240 | CONFIG_INET_DIAG=y | 259 | CONFIG_INET_DIAG=y |
241 | CONFIG_INET_TCP_DIAG=y | 260 | CONFIG_INET_TCP_DIAG=y |
242 | # CONFIG_TCP_CONG_ADVANCED is not set | 261 | # CONFIG_TCP_CONG_ADVANCED is not set |
243 | CONFIG_TCP_CONG_BIC=y | 262 | CONFIG_TCP_CONG_CUBIC=y |
244 | # CONFIG_IPV6 is not set | 263 | CONFIG_DEFAULT_TCP_CONG="cubic" |
264 | # CONFIG_TCP_MD5SIG is not set | ||
265 | CONFIG_IPV6=y | ||
266 | # CONFIG_IPV6_PRIVACY is not set | ||
267 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
268 | # CONFIG_INET6_AH is not set | ||
269 | # CONFIG_INET6_ESP is not set | ||
270 | # CONFIG_INET6_IPCOMP is not set | ||
271 | # CONFIG_IPV6_MIP6 is not set | ||
245 | # CONFIG_INET6_XFRM_TUNNEL is not set | 272 | # CONFIG_INET6_XFRM_TUNNEL is not set |
246 | # CONFIG_INET6_TUNNEL is not set | 273 | # CONFIG_INET6_TUNNEL is not set |
274 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
275 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
276 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
277 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
278 | # CONFIG_IPV6_SIT is not set | ||
279 | # CONFIG_IPV6_TUNNEL is not set | ||
280 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
247 | # CONFIG_NETWORK_SECMARK is not set | 281 | # CONFIG_NETWORK_SECMARK is not set |
248 | # CONFIG_NETFILTER is not set | 282 | # CONFIG_NETFILTER is not set |
249 | 283 | ||
@@ -270,7 +304,6 @@ CONFIG_TCP_CONG_BIC=y | |||
270 | # CONFIG_ATALK is not set | 304 | # CONFIG_ATALK is not set |
271 | # CONFIG_X25 is not set | 305 | # CONFIG_X25 is not set |
272 | # CONFIG_LAPB is not set | 306 | # CONFIG_LAPB is not set |
273 | # CONFIG_NET_DIVERT is not set | ||
274 | # CONFIG_ECONET is not set | 307 | # CONFIG_ECONET is not set |
275 | # CONFIG_WAN_ROUTER is not set | 308 | # CONFIG_WAN_ROUTER is not set |
276 | 309 | ||
@@ -329,6 +362,7 @@ CONFIG_MTD_BLOCK=y | |||
329 | # CONFIG_NFTL is not set | 362 | # CONFIG_NFTL is not set |
330 | # CONFIG_INFTL is not set | 363 | # CONFIG_INFTL is not set |
331 | # CONFIG_RFD_FTL is not set | 364 | # CONFIG_RFD_FTL is not set |
365 | # CONFIG_SSFDC is not set | ||
332 | 366 | ||
333 | # | 367 | # |
334 | # RAM/ROM/Flash chip drivers | 368 | # RAM/ROM/Flash chip drivers |
@@ -410,7 +444,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
410 | # | 444 | # |
411 | # CONFIG_BLK_DEV_COW_COMMON is not set | 445 | # CONFIG_BLK_DEV_COW_COMMON is not set |
412 | # CONFIG_BLK_DEV_LOOP is not set | 446 | # CONFIG_BLK_DEV_LOOP is not set |
413 | # CONFIG_BLK_DEV_NBD is not set | 447 | CONFIG_BLK_DEV_NBD=y |
414 | # CONFIG_BLK_DEV_RAM is not set | 448 | # CONFIG_BLK_DEV_RAM is not set |
415 | # CONFIG_BLK_DEV_INITRD is not set | 449 | # CONFIG_BLK_DEV_INITRD is not set |
416 | # CONFIG_CDROM_PKTCDVD is not set | 450 | # CONFIG_CDROM_PKTCDVD is not set |
@@ -447,6 +481,12 @@ CONFIG_BLK_DEV_IDEDISK=y | |||
447 | # | 481 | # |
448 | # CONFIG_RAID_ATTRS is not set | 482 | # CONFIG_RAID_ATTRS is not set |
449 | # CONFIG_SCSI is not set | 483 | # CONFIG_SCSI is not set |
484 | # CONFIG_SCSI_NETLINK is not set | ||
485 | |||
486 | # | ||
487 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
488 | # | ||
489 | # CONFIG_ATA is not set | ||
450 | 490 | ||
451 | # | 491 | # |
452 | # Multi-device support (RAID and LVM) | 492 | # Multi-device support (RAID and LVM) |
@@ -526,6 +566,7 @@ CONFIG_SMC91X=y | |||
526 | # Input device support | 566 | # Input device support |
527 | # | 567 | # |
528 | CONFIG_INPUT=y | 568 | CONFIG_INPUT=y |
569 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
529 | 570 | ||
530 | # | 571 | # |
531 | # Userland interfaces | 572 | # Userland interfaces |
@@ -548,6 +589,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
548 | # CONFIG_KEYBOARD_LKKBD is not set | 589 | # CONFIG_KEYBOARD_LKKBD is not set |
549 | # CONFIG_KEYBOARD_XTKBD is not set | 590 | # CONFIG_KEYBOARD_XTKBD is not set |
550 | # CONFIG_KEYBOARD_NEWTON is not set | 591 | # CONFIG_KEYBOARD_NEWTON is not set |
592 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
551 | # CONFIG_INPUT_MOUSE is not set | 593 | # CONFIG_INPUT_MOUSE is not set |
552 | # CONFIG_INPUT_JOYSTICK is not set | 594 | # CONFIG_INPUT_JOYSTICK is not set |
553 | # CONFIG_INPUT_TOUCHSCREEN is not set | 595 | # CONFIG_INPUT_TOUCHSCREEN is not set |
@@ -600,17 +642,12 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
600 | # CONFIG_NVRAM is not set | 642 | # CONFIG_NVRAM is not set |
601 | # CONFIG_DTLK is not set | 643 | # CONFIG_DTLK is not set |
602 | # CONFIG_R3964 is not set | 644 | # CONFIG_R3964 is not set |
603 | |||
604 | # | ||
605 | # Ftape, the floppy tape device driver | ||
606 | # | ||
607 | # CONFIG_RAW_DRIVER is not set | 645 | # CONFIG_RAW_DRIVER is not set |
608 | 646 | ||
609 | # | 647 | # |
610 | # TPM devices | 648 | # TPM devices |
611 | # | 649 | # |
612 | # CONFIG_TCG_TPM is not set | 650 | # CONFIG_TCG_TPM is not set |
613 | # CONFIG_TELCLOCK is not set | ||
614 | 651 | ||
615 | # | 652 | # |
616 | # I2C support | 653 | # I2C support |
@@ -626,6 +663,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
626 | # | 663 | # |
627 | # Dallas's 1-wire bus | 664 | # Dallas's 1-wire bus |
628 | # | 665 | # |
666 | # CONFIG_W1 is not set | ||
629 | 667 | ||
630 | # | 668 | # |
631 | # Hardware Monitoring support | 669 | # Hardware Monitoring support |
@@ -634,11 +672,14 @@ CONFIG_HWMON=y | |||
634 | # CONFIG_HWMON_VID is not set | 672 | # CONFIG_HWMON_VID is not set |
635 | # CONFIG_SENSORS_ABITUGURU is not set | 673 | # CONFIG_SENSORS_ABITUGURU is not set |
636 | # CONFIG_SENSORS_F71805F is not set | 674 | # CONFIG_SENSORS_F71805F is not set |
675 | # CONFIG_SENSORS_PC87427 is not set | ||
676 | # CONFIG_SENSORS_VT1211 is not set | ||
637 | # CONFIG_HWMON_DEBUG_CHIP is not set | 677 | # CONFIG_HWMON_DEBUG_CHIP is not set |
638 | 678 | ||
639 | # | 679 | # |
640 | # Misc devices | 680 | # Misc devices |
641 | # | 681 | # |
682 | # CONFIG_TIFM_CORE is not set | ||
642 | 683 | ||
643 | # | 684 | # |
644 | # LED devices | 685 | # LED devices |
@@ -657,7 +698,6 @@ CONFIG_HWMON=y | |||
657 | # Multimedia devices | 698 | # Multimedia devices |
658 | # | 699 | # |
659 | # CONFIG_VIDEO_DEV is not set | 700 | # CONFIG_VIDEO_DEV is not set |
660 | CONFIG_VIDEO_V4L2=y | ||
661 | 701 | ||
662 | # | 702 | # |
663 | # Digital Video Broadcasting Devices | 703 | # Digital Video Broadcasting Devices |
@@ -679,6 +719,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
679 | # CONFIG_FB_S1D13XXX is not set | 719 | # CONFIG_FB_S1D13XXX is not set |
680 | CONFIG_FB_PXA=y | 720 | CONFIG_FB_PXA=y |
681 | # CONFIG_FB_PXA_PARAMETERS is not set | 721 | # CONFIG_FB_PXA_PARAMETERS is not set |
722 | # CONFIG_FB_MBX is not set | ||
682 | # CONFIG_FB_VIRTUAL is not set | 723 | # CONFIG_FB_VIRTUAL is not set |
683 | 724 | ||
684 | # | 725 | # |
@@ -725,7 +766,6 @@ CONFIG_SND_VERBOSE_PROCFS=y | |||
725 | # Generic devices | 766 | # Generic devices |
726 | # | 767 | # |
727 | CONFIG_SND_AC97_CODEC=y | 768 | CONFIG_SND_AC97_CODEC=y |
728 | CONFIG_SND_AC97_BUS=y | ||
729 | # CONFIG_SND_DUMMY is not set | 769 | # CONFIG_SND_DUMMY is not set |
730 | # CONFIG_SND_MTPAV is not set | 770 | # CONFIG_SND_MTPAV is not set |
731 | # CONFIG_SND_SERIAL_U16550 is not set | 771 | # CONFIG_SND_SERIAL_U16550 is not set |
@@ -741,6 +781,12 @@ CONFIG_SND_PXA2XX_AC97=y | |||
741 | # Open Sound System | 781 | # Open Sound System |
742 | # | 782 | # |
743 | # CONFIG_SOUND_PRIME is not set | 783 | # CONFIG_SOUND_PRIME is not set |
784 | CONFIG_AC97_BUS=y | ||
785 | |||
786 | # | ||
787 | # HID Devices | ||
788 | # | ||
789 | CONFIG_HID=y | ||
744 | 790 | ||
745 | # | 791 | # |
746 | # USB support | 792 | # USB support |
@@ -777,10 +823,12 @@ CONFIG_EXT2_FS=y | |||
777 | # CONFIG_EXT2_FS_XATTR is not set | 823 | # CONFIG_EXT2_FS_XATTR is not set |
778 | # CONFIG_EXT2_FS_XIP is not set | 824 | # CONFIG_EXT2_FS_XIP is not set |
779 | # CONFIG_EXT3_FS is not set | 825 | # CONFIG_EXT3_FS is not set |
826 | # CONFIG_EXT4DEV_FS is not set | ||
780 | # CONFIG_REISERFS_FS is not set | 827 | # CONFIG_REISERFS_FS is not set |
781 | # CONFIG_JFS_FS is not set | 828 | # CONFIG_JFS_FS is not set |
782 | # CONFIG_FS_POSIX_ACL is not set | 829 | # CONFIG_FS_POSIX_ACL is not set |
783 | # CONFIG_XFS_FS is not set | 830 | # CONFIG_XFS_FS is not set |
831 | # CONFIG_GFS2_FS is not set | ||
784 | # CONFIG_OCFS2_FS is not set | 832 | # CONFIG_OCFS2_FS is not set |
785 | # CONFIG_MINIX_FS is not set | 833 | # CONFIG_MINIX_FS is not set |
786 | # CONFIG_ROMFS_FS is not set | 834 | # CONFIG_ROMFS_FS is not set |
@@ -811,6 +859,7 @@ CONFIG_FAT_DEFAULT_CODEPAGE=437 | |||
811 | # Pseudo filesystems | 859 | # Pseudo filesystems |
812 | # | 860 | # |
813 | CONFIG_PROC_FS=y | 861 | CONFIG_PROC_FS=y |
862 | CONFIG_PROC_SYSCTL=y | ||
814 | CONFIG_SYSFS=y | 863 | CONFIG_SYSFS=y |
815 | # CONFIG_TMPFS is not set | 864 | # CONFIG_TMPFS is not set |
816 | # CONFIG_HUGETLB_PAGE is not set | 865 | # CONFIG_HUGETLB_PAGE is not set |
@@ -860,7 +909,6 @@ CONFIG_SUNRPC=y | |||
860 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 909 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
861 | # CONFIG_SMB_FS is not set | 910 | # CONFIG_SMB_FS is not set |
862 | # CONFIG_CIFS is not set | 911 | # CONFIG_CIFS is not set |
863 | # CONFIG_CIFS_DEBUG2 is not set | ||
864 | # CONFIG_NCP_FS is not set | 912 | # CONFIG_NCP_FS is not set |
865 | # CONFIG_CODA_FS is not set | 913 | # CONFIG_CODA_FS is not set |
866 | # CONFIG_AFS_FS is not set | 914 | # CONFIG_AFS_FS is not set |
@@ -917,6 +965,11 @@ CONFIG_NLS_ISO8859_1=y | |||
917 | # CONFIG_NLS_UTF8 is not set | 965 | # CONFIG_NLS_UTF8 is not set |
918 | 966 | ||
919 | # | 967 | # |
968 | # Distributed Lock Manager | ||
969 | # | ||
970 | # CONFIG_DLM is not set | ||
971 | |||
972 | # | ||
920 | # Profiling support | 973 | # Profiling support |
921 | # | 974 | # |
922 | # CONFIG_PROFILING is not set | 975 | # CONFIG_PROFILING is not set |
@@ -925,8 +978,11 @@ CONFIG_NLS_ISO8859_1=y | |||
925 | # Kernel hacking | 978 | # Kernel hacking |
926 | # | 979 | # |
927 | # CONFIG_PRINTK_TIME is not set | 980 | # CONFIG_PRINTK_TIME is not set |
981 | CONFIG_ENABLE_MUST_CHECK=y | ||
928 | CONFIG_MAGIC_SYSRQ=y | 982 | CONFIG_MAGIC_SYSRQ=y |
929 | # CONFIG_UNUSED_SYMBOLS is not set | 983 | # CONFIG_UNUSED_SYMBOLS is not set |
984 | # CONFIG_DEBUG_FS is not set | ||
985 | # CONFIG_HEADERS_CHECK is not set | ||
930 | CONFIG_DEBUG_KERNEL=y | 986 | CONFIG_DEBUG_KERNEL=y |
931 | CONFIG_LOG_BUF_SHIFT=14 | 987 | CONFIG_LOG_BUF_SHIFT=14 |
932 | CONFIG_DETECT_SOFTLOCKUP=y | 988 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -942,10 +998,9 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
942 | # CONFIG_DEBUG_KOBJECT is not set | 998 | # CONFIG_DEBUG_KOBJECT is not set |
943 | CONFIG_DEBUG_BUGVERBOSE=y | 999 | CONFIG_DEBUG_BUGVERBOSE=y |
944 | CONFIG_DEBUG_INFO=y | 1000 | CONFIG_DEBUG_INFO=y |
945 | # CONFIG_DEBUG_FS is not set | ||
946 | # CONFIG_DEBUG_VM is not set | 1001 | # CONFIG_DEBUG_VM is not set |
1002 | # CONFIG_DEBUG_LIST is not set | ||
947 | CONFIG_FRAME_POINTER=y | 1003 | CONFIG_FRAME_POINTER=y |
948 | # CONFIG_UNWIND_INFO is not set | ||
949 | CONFIG_FORCED_INLINING=y | 1004 | CONFIG_FORCED_INLINING=y |
950 | # CONFIG_RCU_TORTURE_TEST is not set | 1005 | # CONFIG_RCU_TORTURE_TEST is not set |
951 | CONFIG_DEBUG_USER=y | 1006 | CONFIG_DEBUG_USER=y |
@@ -965,12 +1020,9 @@ CONFIG_DEBUG_LL=y | |||
965 | # CONFIG_CRYPTO is not set | 1020 | # CONFIG_CRYPTO is not set |
966 | 1021 | ||
967 | # | 1022 | # |
968 | # Hardware crypto devices | ||
969 | # | ||
970 | |||
971 | # | ||
972 | # Library routines | 1023 | # Library routines |
973 | # | 1024 | # |
1025 | CONFIG_BITREVERSE=y | ||
974 | # CONFIG_CRC_CCITT is not set | 1026 | # CONFIG_CRC_CCITT is not set |
975 | # CONFIG_CRC16 is not set | 1027 | # CONFIG_CRC16 is not set |
976 | CONFIG_CRC32=y | 1028 | CONFIG_CRC32=y |
@@ -978,3 +1030,4 @@ CONFIG_CRC32=y | |||
978 | CONFIG_ZLIB_INFLATE=y | 1030 | CONFIG_ZLIB_INFLATE=y |
979 | CONFIG_ZLIB_DEFLATE=y | 1031 | CONFIG_ZLIB_DEFLATE=y |
980 | CONFIG_PLIST=y | 1032 | CONFIG_PLIST=y |
1033 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/configs/onearm_defconfig b/arch/arm/configs/onearm_defconfig index 0498ebd7d5de..650a248613e5 100644 --- a/arch/arm/configs/onearm_defconfig +++ b/arch/arm/configs/onearm_defconfig | |||
@@ -1,14 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18-rc1 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Sun Jul 9 14:16:20 2006 | 4 | # Sat Dec 16 06:05:18 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | # CONFIG_GENERIC_TIME is not set | ||
7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
9 | CONFIG_HARDIRQS_SW_RESEND=y | 11 | CONFIG_HARDIRQS_SW_RESEND=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
11 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
14 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
12 | CONFIG_GENERIC_HWEIGHT=y | 16 | CONFIG_GENERIC_HWEIGHT=y |
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 17 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_VECTORS_BASE=0xffff0000 | 18 | CONFIG_VECTORS_BASE=0xffff0000 |
@@ -28,16 +32,21 @@ CONFIG_LOCALVERSION="" | |||
28 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
29 | # CONFIG_SWAP is not set | 33 | # CONFIG_SWAP is not set |
30 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | ||
31 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
32 | # CONFIG_BSD_PROCESS_ACCT is not set | 37 | # CONFIG_BSD_PROCESS_ACCT is not set |
33 | CONFIG_SYSCTL=y | 38 | # CONFIG_TASKSTATS is not set |
39 | # CONFIG_UTS_NS is not set | ||
34 | # CONFIG_AUDIT is not set | 40 | # CONFIG_AUDIT is not set |
35 | # CONFIG_IKCONFIG is not set | 41 | # CONFIG_IKCONFIG is not set |
42 | CONFIG_SYSFS_DEPRECATED=y | ||
36 | # CONFIG_RELAY is not set | 43 | # CONFIG_RELAY is not set |
37 | CONFIG_INITRAMFS_SOURCE="" | 44 | CONFIG_INITRAMFS_SOURCE="" |
38 | CONFIG_UID16=y | ||
39 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 45 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
46 | CONFIG_SYSCTL=y | ||
40 | CONFIG_EMBEDDED=y | 47 | CONFIG_EMBEDDED=y |
48 | CONFIG_UID16=y | ||
49 | CONFIG_SYSCTL_SYSCALL=y | ||
41 | CONFIG_KALLSYMS=y | 50 | CONFIG_KALLSYMS=y |
42 | # CONFIG_KALLSYMS_ALL is not set | 51 | # CONFIG_KALLSYMS_ALL is not set |
43 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 52 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -46,12 +55,12 @@ CONFIG_PRINTK=y | |||
46 | CONFIG_BUG=y | 55 | CONFIG_BUG=y |
47 | CONFIG_ELF_CORE=y | 56 | CONFIG_ELF_CORE=y |
48 | CONFIG_BASE_FULL=y | 57 | CONFIG_BASE_FULL=y |
49 | CONFIG_RT_MUTEXES=y | ||
50 | CONFIG_FUTEX=y | 58 | CONFIG_FUTEX=y |
51 | CONFIG_EPOLL=y | 59 | CONFIG_EPOLL=y |
52 | CONFIG_SHMEM=y | 60 | CONFIG_SHMEM=y |
53 | CONFIG_SLAB=y | 61 | CONFIG_SLAB=y |
54 | CONFIG_VM_EVENT_COUNTERS=y | 62 | CONFIG_VM_EVENT_COUNTERS=y |
63 | CONFIG_RT_MUTEXES=y | ||
55 | # CONFIG_TINY_SHMEM is not set | 64 | # CONFIG_TINY_SHMEM is not set |
56 | CONFIG_BASE_SMALL=0 | 65 | CONFIG_BASE_SMALL=0 |
57 | # CONFIG_SLOB is not set | 66 | # CONFIG_SLOB is not set |
@@ -69,7 +78,10 @@ CONFIG_KMOD=y | |||
69 | # | 78 | # |
70 | # Block layer | 79 | # Block layer |
71 | # | 80 | # |
81 | CONFIG_BLOCK=y | ||
82 | # CONFIG_LBD is not set | ||
72 | # CONFIG_BLK_DEV_IO_TRACE is not set | 83 | # CONFIG_BLK_DEV_IO_TRACE is not set |
84 | # CONFIG_LSF is not set | ||
73 | 85 | ||
74 | # | 86 | # |
75 | # IO Schedulers | 87 | # IO Schedulers |
@@ -101,7 +113,9 @@ CONFIG_ARCH_AT91=y | |||
101 | # CONFIG_ARCH_NETX is not set | 113 | # CONFIG_ARCH_NETX is not set |
102 | # CONFIG_ARCH_H720X is not set | 114 | # CONFIG_ARCH_H720X is not set |
103 | # CONFIG_ARCH_IMX is not set | 115 | # CONFIG_ARCH_IMX is not set |
104 | # CONFIG_ARCH_IOP3XX is not set | 116 | # CONFIG_ARCH_IOP32X is not set |
117 | # CONFIG_ARCH_IOP33X is not set | ||
118 | # CONFIG_ARCH_IOP13XX is not set | ||
105 | # CONFIG_ARCH_IXP4XX is not set | 119 | # CONFIG_ARCH_IXP4XX is not set |
106 | # CONFIG_ARCH_IXP2000 is not set | 120 | # CONFIG_ARCH_IXP2000 is not set |
107 | # CONFIG_ARCH_IXP23XX is not set | 121 | # CONFIG_ARCH_IXP23XX is not set |
@@ -118,10 +132,6 @@ CONFIG_ARCH_AT91=y | |||
118 | # | 132 | # |
119 | # Atmel AT91 System-on-Chip | 133 | # Atmel AT91 System-on-Chip |
120 | # | 134 | # |
121 | |||
122 | # | ||
123 | # Atmel AT91 Processors | ||
124 | # | ||
125 | CONFIG_ARCH_AT91RM9200=y | 135 | CONFIG_ARCH_AT91RM9200=y |
126 | # CONFIG_ARCH_AT91SAM9260 is not set | 136 | # CONFIG_ARCH_AT91SAM9260 is not set |
127 | # CONFIG_ARCH_AT91SAM9261 is not set | 137 | # CONFIG_ARCH_AT91SAM9261 is not set |
@@ -140,6 +150,10 @@ CONFIG_MACH_ONEARM=y | |||
140 | # CONFIG_MACH_KAFA is not set | 150 | # CONFIG_MACH_KAFA is not set |
141 | 151 | ||
142 | # | 152 | # |
153 | # AT91 Board Options | ||
154 | # | ||
155 | |||
156 | # | ||
143 | # AT91 Feature Selections | 157 | # AT91 Feature Selections |
144 | # | 158 | # |
145 | CONFIG_AT91_PROGRAMMABLE_CLOCKS=y | 159 | CONFIG_AT91_PROGRAMMABLE_CLOCKS=y |
@@ -149,12 +163,14 @@ CONFIG_AT91_PROGRAMMABLE_CLOCKS=y | |||
149 | # | 163 | # |
150 | CONFIG_CPU_32=y | 164 | CONFIG_CPU_32=y |
151 | CONFIG_CPU_ARM920T=y | 165 | CONFIG_CPU_ARM920T=y |
152 | CONFIG_CPU_32v4=y | 166 | CONFIG_CPU_32v4T=y |
153 | CONFIG_CPU_ABRT_EV4T=y | 167 | CONFIG_CPU_ABRT_EV4T=y |
154 | CONFIG_CPU_CACHE_V4WT=y | 168 | CONFIG_CPU_CACHE_V4WT=y |
155 | CONFIG_CPU_CACHE_VIVT=y | 169 | CONFIG_CPU_CACHE_VIVT=y |
156 | CONFIG_CPU_COPY_V4WB=y | 170 | CONFIG_CPU_COPY_V4WB=y |
157 | CONFIG_CPU_TLB_V4WBI=y | 171 | CONFIG_CPU_TLB_V4WBI=y |
172 | CONFIG_CPU_CP15=y | ||
173 | CONFIG_CPU_CP15_MMU=y | ||
158 | 174 | ||
159 | # | 175 | # |
160 | # Processor Features | 176 | # Processor Features |
@@ -251,6 +267,7 @@ CONFIG_PACKET=y | |||
251 | CONFIG_UNIX=y | 267 | CONFIG_UNIX=y |
252 | CONFIG_XFRM=y | 268 | CONFIG_XFRM=y |
253 | # CONFIG_XFRM_USER is not set | 269 | # CONFIG_XFRM_USER is not set |
270 | # CONFIG_XFRM_SUB_POLICY is not set | ||
254 | # CONFIG_NET_KEY is not set | 271 | # CONFIG_NET_KEY is not set |
255 | CONFIG_INET=y | 272 | CONFIG_INET=y |
256 | # CONFIG_IP_MULTICAST is not set | 273 | # CONFIG_IP_MULTICAST is not set |
@@ -271,13 +288,29 @@ CONFIG_IP_PNP_BOOTP=y | |||
271 | # CONFIG_INET_TUNNEL is not set | 288 | # CONFIG_INET_TUNNEL is not set |
272 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 289 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
273 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 290 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
291 | CONFIG_INET_XFRM_MODE_BEET=y | ||
274 | CONFIG_INET_DIAG=y | 292 | CONFIG_INET_DIAG=y |
275 | CONFIG_INET_TCP_DIAG=y | 293 | CONFIG_INET_TCP_DIAG=y |
276 | # CONFIG_TCP_CONG_ADVANCED is not set | 294 | # CONFIG_TCP_CONG_ADVANCED is not set |
277 | CONFIG_TCP_CONG_BIC=y | 295 | CONFIG_TCP_CONG_CUBIC=y |
278 | # CONFIG_IPV6 is not set | 296 | CONFIG_DEFAULT_TCP_CONG="cubic" |
297 | # CONFIG_TCP_MD5SIG is not set | ||
298 | CONFIG_IPV6=y | ||
299 | # CONFIG_IPV6_PRIVACY is not set | ||
300 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
301 | # CONFIG_INET6_AH is not set | ||
302 | # CONFIG_INET6_ESP is not set | ||
303 | # CONFIG_INET6_IPCOMP is not set | ||
304 | # CONFIG_IPV6_MIP6 is not set | ||
279 | # CONFIG_INET6_XFRM_TUNNEL is not set | 305 | # CONFIG_INET6_XFRM_TUNNEL is not set |
280 | # CONFIG_INET6_TUNNEL is not set | 306 | # CONFIG_INET6_TUNNEL is not set |
307 | # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set | ||
308 | # CONFIG_INET6_XFRM_MODE_TUNNEL is not set | ||
309 | # CONFIG_INET6_XFRM_MODE_BEET is not set | ||
310 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
311 | # CONFIG_IPV6_SIT is not set | ||
312 | # CONFIG_IPV6_TUNNEL is not set | ||
313 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
281 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
282 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
283 | 316 | ||
@@ -304,7 +337,6 @@ CONFIG_TCP_CONG_BIC=y | |||
304 | # CONFIG_ATALK is not set | 337 | # CONFIG_ATALK is not set |
305 | # CONFIG_X25 is not set | 338 | # CONFIG_X25 is not set |
306 | # CONFIG_LAPB is not set | 339 | # CONFIG_LAPB is not set |
307 | # CONFIG_NET_DIVERT is not set | ||
308 | # CONFIG_ECONET is not set | 340 | # CONFIG_ECONET is not set |
309 | # CONFIG_WAN_ROUTER is not set | 341 | # CONFIG_WAN_ROUTER is not set |
310 | 342 | ||
@@ -360,6 +392,7 @@ CONFIG_MTD_BLOCK=y | |||
360 | # CONFIG_NFTL is not set | 392 | # CONFIG_NFTL is not set |
361 | # CONFIG_INFTL is not set | 393 | # CONFIG_INFTL is not set |
362 | # CONFIG_RFD_FTL is not set | 394 | # CONFIG_RFD_FTL is not set |
395 | # CONFIG_SSFDC is not set | ||
363 | 396 | ||
364 | # | 397 | # |
365 | # RAM/ROM/Flash chip drivers | 398 | # RAM/ROM/Flash chip drivers |
@@ -438,11 +471,12 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | |||
438 | # | 471 | # |
439 | # CONFIG_BLK_DEV_COW_COMMON is not set | 472 | # CONFIG_BLK_DEV_COW_COMMON is not set |
440 | # CONFIG_BLK_DEV_LOOP is not set | 473 | # CONFIG_BLK_DEV_LOOP is not set |
441 | # CONFIG_BLK_DEV_NBD is not set | 474 | CONFIG_BLK_DEV_NBD=y |
442 | # CONFIG_BLK_DEV_UB is not set | 475 | # CONFIG_BLK_DEV_UB is not set |
443 | CONFIG_BLK_DEV_RAM=y | 476 | CONFIG_BLK_DEV_RAM=y |
444 | CONFIG_BLK_DEV_RAM_COUNT=16 | 477 | CONFIG_BLK_DEV_RAM_COUNT=16 |
445 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 478 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
479 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
446 | CONFIG_BLK_DEV_INITRD=y | 480 | CONFIG_BLK_DEV_INITRD=y |
447 | # CONFIG_CDROM_PKTCDVD is not set | 481 | # CONFIG_CDROM_PKTCDVD is not set |
448 | # CONFIG_ATA_OVER_ETH is not set | 482 | # CONFIG_ATA_OVER_ETH is not set |
@@ -457,6 +491,12 @@ CONFIG_BLK_DEV_INITRD=y | |||
457 | # | 491 | # |
458 | # CONFIG_RAID_ATTRS is not set | 492 | # CONFIG_RAID_ATTRS is not set |
459 | # CONFIG_SCSI is not set | 493 | # CONFIG_SCSI is not set |
494 | # CONFIG_SCSI_NETLINK is not set | ||
495 | |||
496 | # | ||
497 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
498 | # | ||
499 | # CONFIG_ATA is not set | ||
460 | 500 | ||
461 | # | 501 | # |
462 | # Multi-device support (RAID and LVM) | 502 | # Multi-device support (RAID and LVM) |
@@ -541,6 +581,7 @@ CONFIG_ARM_AT91_ETHER=y | |||
541 | # Input device support | 581 | # Input device support |
542 | # | 582 | # |
543 | CONFIG_INPUT=y | 583 | CONFIG_INPUT=y |
584 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
544 | 585 | ||
545 | # | 586 | # |
546 | # Userland interfaces | 587 | # Userland interfaces |
@@ -619,10 +660,6 @@ CONFIG_AT91RM9200_WATCHDOG=y | |||
619 | # CONFIG_R3964 is not set | 660 | # CONFIG_R3964 is not set |
620 | 661 | ||
621 | # | 662 | # |
622 | # Ftape, the floppy tape device driver | ||
623 | # | ||
624 | |||
625 | # | ||
626 | # PCMCIA character devices | 663 | # PCMCIA character devices |
627 | # | 664 | # |
628 | # CONFIG_SYNCLINK_CS is not set | 665 | # CONFIG_SYNCLINK_CS is not set |
@@ -634,7 +671,6 @@ CONFIG_AT91RM9200_WATCHDOG=y | |||
634 | # TPM devices | 671 | # TPM devices |
635 | # | 672 | # |
636 | # CONFIG_TCG_TPM is not set | 673 | # CONFIG_TCG_TPM is not set |
637 | # CONFIG_TELCLOCK is not set | ||
638 | 674 | ||
639 | # | 675 | # |
640 | # I2C support | 676 | # I2C support |
@@ -652,6 +688,7 @@ CONFIG_I2C_CHARDEV=y | |||
652 | # | 688 | # |
653 | # I2C Hardware Bus support | 689 | # I2C Hardware Bus support |
654 | # | 690 | # |
691 | # CONFIG_I2C_AT91 is not set | ||
655 | # CONFIG_I2C_OCORES is not set | 692 | # CONFIG_I2C_OCORES is not set |
656 | # CONFIG_I2C_PARPORT_LIGHT is not set | 693 | # CONFIG_I2C_PARPORT_LIGHT is not set |
657 | # CONFIG_I2C_STUB is not set | 694 | # CONFIG_I2C_STUB is not set |
@@ -681,6 +718,7 @@ CONFIG_I2C_CHARDEV=y | |||
681 | # | 718 | # |
682 | # Dallas's 1-wire bus | 719 | # Dallas's 1-wire bus |
683 | # | 720 | # |
721 | # CONFIG_W1 is not set | ||
684 | 722 | ||
685 | # | 723 | # |
686 | # Hardware Monitoring support | 724 | # Hardware Monitoring support |
@@ -714,12 +752,15 @@ CONFIG_HWMON=y | |||
714 | # CONFIG_SENSORS_LM92 is not set | 752 | # CONFIG_SENSORS_LM92 is not set |
715 | # CONFIG_SENSORS_MAX1619 is not set | 753 | # CONFIG_SENSORS_MAX1619 is not set |
716 | # CONFIG_SENSORS_PC87360 is not set | 754 | # CONFIG_SENSORS_PC87360 is not set |
755 | # CONFIG_SENSORS_PC87427 is not set | ||
717 | # CONFIG_SENSORS_SMSC47M1 is not set | 756 | # CONFIG_SENSORS_SMSC47M1 is not set |
718 | # CONFIG_SENSORS_SMSC47M192 is not set | 757 | # CONFIG_SENSORS_SMSC47M192 is not set |
719 | # CONFIG_SENSORS_SMSC47B397 is not set | 758 | # CONFIG_SENSORS_SMSC47B397 is not set |
759 | # CONFIG_SENSORS_VT1211 is not set | ||
720 | # CONFIG_SENSORS_W83781D is not set | 760 | # CONFIG_SENSORS_W83781D is not set |
721 | # CONFIG_SENSORS_W83791D is not set | 761 | # CONFIG_SENSORS_W83791D is not set |
722 | # CONFIG_SENSORS_W83792D is not set | 762 | # CONFIG_SENSORS_W83792D is not set |
763 | # CONFIG_SENSORS_W83793 is not set | ||
723 | # CONFIG_SENSORS_W83L785TS is not set | 764 | # CONFIG_SENSORS_W83L785TS is not set |
724 | # CONFIG_SENSORS_W83627HF is not set | 765 | # CONFIG_SENSORS_W83627HF is not set |
725 | # CONFIG_SENSORS_W83627EHF is not set | 766 | # CONFIG_SENSORS_W83627EHF is not set |
@@ -728,6 +769,7 @@ CONFIG_HWMON=y | |||
728 | # | 769 | # |
729 | # Misc devices | 770 | # Misc devices |
730 | # | 771 | # |
772 | # CONFIG_TIFM_CORE is not set | ||
731 | 773 | ||
732 | # | 774 | # |
733 | # LED devices | 775 | # LED devices |
@@ -746,7 +788,6 @@ CONFIG_HWMON=y | |||
746 | # Multimedia devices | 788 | # Multimedia devices |
747 | # | 789 | # |
748 | # CONFIG_VIDEO_DEV is not set | 790 | # CONFIG_VIDEO_DEV is not set |
749 | CONFIG_VIDEO_V4L2=y | ||
750 | 791 | ||
751 | # | 792 | # |
752 | # Digital Video Broadcasting Devices | 793 | # Digital Video Broadcasting Devices |
@@ -759,6 +800,7 @@ CONFIG_VIDEO_V4L2=y | |||
759 | # | 800 | # |
760 | # CONFIG_FIRMWARE_EDID is not set | 801 | # CONFIG_FIRMWARE_EDID is not set |
761 | # CONFIG_FB is not set | 802 | # CONFIG_FB is not set |
803 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
762 | 804 | ||
763 | # | 805 | # |
764 | # Sound | 806 | # Sound |
@@ -766,6 +808,11 @@ CONFIG_VIDEO_V4L2=y | |||
766 | # CONFIG_SOUND is not set | 808 | # CONFIG_SOUND is not set |
767 | 809 | ||
768 | # | 810 | # |
811 | # HID Devices | ||
812 | # | ||
813 | CONFIG_HID=y | ||
814 | |||
815 | # | ||
769 | # USB support | 816 | # USB support |
770 | # | 817 | # |
771 | CONFIG_USB_ARCH_HAS_HCD=y | 818 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -780,6 +827,7 @@ CONFIG_USB_DEBUG=y | |||
780 | CONFIG_USB_DEVICEFS=y | 827 | CONFIG_USB_DEVICEFS=y |
781 | # CONFIG_USB_BANDWIDTH is not set | 828 | # CONFIG_USB_BANDWIDTH is not set |
782 | # CONFIG_USB_DYNAMIC_MINORS is not set | 829 | # CONFIG_USB_DYNAMIC_MINORS is not set |
830 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
783 | # CONFIG_USB_OTG is not set | 831 | # CONFIG_USB_OTG is not set |
784 | 832 | ||
785 | # | 833 | # |
@@ -804,7 +852,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
804 | # | 852 | # |
805 | # may also be needed; see USB_STORAGE Help for more information | 853 | # may also be needed; see USB_STORAGE Help for more information |
806 | # | 854 | # |
807 | # CONFIG_USB_STORAGE is not set | ||
808 | # CONFIG_USB_LIBUSUAL is not set | 855 | # CONFIG_USB_LIBUSUAL is not set |
809 | 856 | ||
810 | # | 857 | # |
@@ -842,6 +889,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
842 | # CONFIG_USB_KAWETH is not set | 889 | # CONFIG_USB_KAWETH is not set |
843 | # CONFIG_USB_PEGASUS is not set | 890 | # CONFIG_USB_PEGASUS is not set |
844 | # CONFIG_USB_RTL8150 is not set | 891 | # CONFIG_USB_RTL8150 is not set |
892 | # CONFIG_USB_USBNET_MII is not set | ||
845 | # CONFIG_USB_USBNET is not set | 893 | # CONFIG_USB_USBNET is not set |
846 | CONFIG_USB_MON=y | 894 | CONFIG_USB_MON=y |
847 | 895 | ||
@@ -859,18 +907,20 @@ CONFIG_USB_MON=y | |||
859 | # | 907 | # |
860 | # CONFIG_USB_EMI62 is not set | 908 | # CONFIG_USB_EMI62 is not set |
861 | # CONFIG_USB_EMI26 is not set | 909 | # CONFIG_USB_EMI26 is not set |
910 | # CONFIG_USB_ADUTUX is not set | ||
862 | # CONFIG_USB_AUERSWALD is not set | 911 | # CONFIG_USB_AUERSWALD is not set |
863 | # CONFIG_USB_RIO500 is not set | 912 | # CONFIG_USB_RIO500 is not set |
864 | # CONFIG_USB_LEGOTOWER is not set | 913 | # CONFIG_USB_LEGOTOWER is not set |
865 | # CONFIG_USB_LCD is not set | 914 | # CONFIG_USB_LCD is not set |
866 | # CONFIG_USB_LED is not set | 915 | # CONFIG_USB_LED is not set |
867 | # CONFIG_USB_CY7C63 is not set | 916 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
868 | # CONFIG_USB_CYTHERM is not set | 917 | # CONFIG_USB_CYTHERM is not set |
869 | # CONFIG_USB_PHIDGETKIT is not set | 918 | # CONFIG_USB_PHIDGET is not set |
870 | # CONFIG_USB_PHIDGETSERVO is not set | ||
871 | # CONFIG_USB_IDMOUSE is not set | 919 | # CONFIG_USB_IDMOUSE is not set |
920 | # CONFIG_USB_FTDI_ELAN is not set | ||
872 | # CONFIG_USB_APPLEDISPLAY is not set | 921 | # CONFIG_USB_APPLEDISPLAY is not set |
873 | # CONFIG_USB_LD is not set | 922 | # CONFIG_USB_LD is not set |
923 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
874 | # CONFIG_USB_TEST is not set | 924 | # CONFIG_USB_TEST is not set |
875 | 925 | ||
876 | # | 926 | # |
@@ -897,6 +947,7 @@ CONFIG_USB_AT91=y | |||
897 | # CONFIG_USB_GADGETFS is not set | 947 | # CONFIG_USB_GADGETFS is not set |
898 | # CONFIG_USB_FILE_STORAGE is not set | 948 | # CONFIG_USB_FILE_STORAGE is not set |
899 | # CONFIG_USB_G_SERIAL is not set | 949 | # CONFIG_USB_G_SERIAL is not set |
950 | # CONFIG_USB_MIDI_GADGET is not set | ||
900 | 951 | ||
901 | # | 952 | # |
902 | # MMC/SD Card support | 953 | # MMC/SD Card support |
@@ -904,7 +955,8 @@ CONFIG_USB_AT91=y | |||
904 | CONFIG_MMC=y | 955 | CONFIG_MMC=y |
905 | # CONFIG_MMC_DEBUG is not set | 956 | # CONFIG_MMC_DEBUG is not set |
906 | CONFIG_MMC_BLOCK=y | 957 | CONFIG_MMC_BLOCK=y |
907 | CONFIG_MMC_AT91RM9200=y | 958 | # CONFIG_MMC_AT91 is not set |
959 | # CONFIG_MMC_TIFM_SD is not set | ||
908 | 960 | ||
909 | # | 961 | # |
910 | # Real Time Clock | 962 | # Real Time Clock |
@@ -919,10 +971,12 @@ CONFIG_EXT2_FS=y | |||
919 | # CONFIG_EXT2_FS_XATTR is not set | 971 | # CONFIG_EXT2_FS_XATTR is not set |
920 | # CONFIG_EXT2_FS_XIP is not set | 972 | # CONFIG_EXT2_FS_XIP is not set |
921 | # CONFIG_EXT3_FS is not set | 973 | # CONFIG_EXT3_FS is not set |
974 | # CONFIG_EXT4DEV_FS is not set | ||
922 | # CONFIG_REISERFS_FS is not set | 975 | # CONFIG_REISERFS_FS is not set |
923 | # CONFIG_JFS_FS is not set | 976 | # CONFIG_JFS_FS is not set |
924 | CONFIG_FS_POSIX_ACL=y | 977 | CONFIG_FS_POSIX_ACL=y |
925 | # CONFIG_XFS_FS is not set | 978 | # CONFIG_XFS_FS is not set |
979 | # CONFIG_GFS2_FS is not set | ||
926 | # CONFIG_OCFS2_FS is not set | 980 | # CONFIG_OCFS2_FS is not set |
927 | # CONFIG_MINIX_FS is not set | 981 | # CONFIG_MINIX_FS is not set |
928 | # CONFIG_ROMFS_FS is not set | 982 | # CONFIG_ROMFS_FS is not set |
@@ -951,8 +1005,10 @@ CONFIG_DNOTIFY=y | |||
951 | # Pseudo filesystems | 1005 | # Pseudo filesystems |
952 | # | 1006 | # |
953 | CONFIG_PROC_FS=y | 1007 | CONFIG_PROC_FS=y |
1008 | CONFIG_PROC_SYSCTL=y | ||
954 | CONFIG_SYSFS=y | 1009 | CONFIG_SYSFS=y |
955 | CONFIG_TMPFS=y | 1010 | CONFIG_TMPFS=y |
1011 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
956 | # CONFIG_HUGETLB_PAGE is not set | 1012 | # CONFIG_HUGETLB_PAGE is not set |
957 | CONFIG_RAMFS=y | 1013 | CONFIG_RAMFS=y |
958 | # CONFIG_CONFIGFS_FS is not set | 1014 | # CONFIG_CONFIGFS_FS is not set |
@@ -995,7 +1051,6 @@ CONFIG_SUNRPC=y | |||
995 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1051 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
996 | # CONFIG_SMB_FS is not set | 1052 | # CONFIG_SMB_FS is not set |
997 | # CONFIG_CIFS is not set | 1053 | # CONFIG_CIFS is not set |
998 | # CONFIG_CIFS_DEBUG2 is not set | ||
999 | # CONFIG_NCP_FS is not set | 1054 | # CONFIG_NCP_FS is not set |
1000 | # CONFIG_CODA_FS is not set | 1055 | # CONFIG_CODA_FS is not set |
1001 | # CONFIG_AFS_FS is not set | 1056 | # CONFIG_AFS_FS is not set |
@@ -1013,6 +1068,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1013 | # CONFIG_NLS is not set | 1068 | # CONFIG_NLS is not set |
1014 | 1069 | ||
1015 | # | 1070 | # |
1071 | # Distributed Lock Manager | ||
1072 | # | ||
1073 | # CONFIG_DLM is not set | ||
1074 | |||
1075 | # | ||
1016 | # Profiling support | 1076 | # Profiling support |
1017 | # | 1077 | # |
1018 | # CONFIG_PROFILING is not set | 1078 | # CONFIG_PROFILING is not set |
@@ -1021,8 +1081,11 @@ CONFIG_MSDOS_PARTITION=y | |||
1021 | # Kernel hacking | 1081 | # Kernel hacking |
1022 | # | 1082 | # |
1023 | # CONFIG_PRINTK_TIME is not set | 1083 | # CONFIG_PRINTK_TIME is not set |
1084 | CONFIG_ENABLE_MUST_CHECK=y | ||
1024 | # CONFIG_MAGIC_SYSRQ is not set | 1085 | # CONFIG_MAGIC_SYSRQ is not set |
1025 | # CONFIG_UNUSED_SYMBOLS is not set | 1086 | # CONFIG_UNUSED_SYMBOLS is not set |
1087 | # CONFIG_DEBUG_FS is not set | ||
1088 | # CONFIG_HEADERS_CHECK is not set | ||
1026 | CONFIG_DEBUG_KERNEL=y | 1089 | CONFIG_DEBUG_KERNEL=y |
1027 | CONFIG_LOG_BUF_SHIFT=14 | 1090 | CONFIG_LOG_BUF_SHIFT=14 |
1028 | CONFIG_DETECT_SOFTLOCKUP=y | 1091 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1038,10 +1101,9 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
1038 | # CONFIG_DEBUG_KOBJECT is not set | 1101 | # CONFIG_DEBUG_KOBJECT is not set |
1039 | CONFIG_DEBUG_BUGVERBOSE=y | 1102 | CONFIG_DEBUG_BUGVERBOSE=y |
1040 | # CONFIG_DEBUG_INFO is not set | 1103 | # CONFIG_DEBUG_INFO is not set |
1041 | # CONFIG_DEBUG_FS is not set | ||
1042 | # CONFIG_DEBUG_VM is not set | 1104 | # CONFIG_DEBUG_VM is not set |
1105 | # CONFIG_DEBUG_LIST is not set | ||
1043 | CONFIG_FRAME_POINTER=y | 1106 | CONFIG_FRAME_POINTER=y |
1044 | # CONFIG_UNWIND_INFO is not set | ||
1045 | CONFIG_FORCED_INLINING=y | 1107 | CONFIG_FORCED_INLINING=y |
1046 | # CONFIG_RCU_TORTURE_TEST is not set | 1108 | # CONFIG_RCU_TORTURE_TEST is not set |
1047 | CONFIG_DEBUG_USER=y | 1109 | CONFIG_DEBUG_USER=y |
@@ -1061,15 +1123,13 @@ CONFIG_DEBUG_LL=y | |||
1061 | # CONFIG_CRYPTO is not set | 1123 | # CONFIG_CRYPTO is not set |
1062 | 1124 | ||
1063 | # | 1125 | # |
1064 | # Hardware crypto devices | ||
1065 | # | ||
1066 | |||
1067 | # | ||
1068 | # Library routines | 1126 | # Library routines |
1069 | # | 1127 | # |
1128 | CONFIG_BITREVERSE=y | ||
1070 | # CONFIG_CRC_CCITT is not set | 1129 | # CONFIG_CRC_CCITT is not set |
1071 | # CONFIG_CRC16 is not set | 1130 | # CONFIG_CRC16 is not set |
1072 | CONFIG_CRC32=y | 1131 | CONFIG_CRC32=y |
1073 | # CONFIG_LIBCRC32C is not set | 1132 | # CONFIG_LIBCRC32C is not set |
1074 | CONFIG_ZLIB_INFLATE=y | 1133 | CONFIG_ZLIB_INFLATE=y |
1075 | CONFIG_PLIST=y | 1134 | CONFIG_PLIST=y |
1135 | CONFIG_IOMAP_COPY=y | ||
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index e8f74363328c..f7598cbc7ec5 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S | |||
@@ -110,7 +110,7 @@ | |||
110 | CALL(sys_ni_syscall) /* was sys_profil */ | 110 | CALL(sys_ni_syscall) /* was sys_profil */ |
111 | CALL(sys_statfs) | 111 | CALL(sys_statfs) |
112 | /* 100 */ CALL(sys_fstatfs) | 112 | /* 100 */ CALL(sys_fstatfs) |
113 | CALL(sys_ni_syscall) | 113 | CALL(sys_ni_syscall) /* sys_ioperm */ |
114 | CALL(OBSOLETE(ABI(sys_socketcall, sys_oabi_socketcall))) | 114 | CALL(OBSOLETE(ABI(sys_socketcall, sys_oabi_socketcall))) |
115 | CALL(sys_syslog) | 115 | CALL(sys_syslog) |
116 | CALL(sys_setitimer) | 116 | CALL(sys_setitimer) |
@@ -132,7 +132,7 @@ | |||
132 | /* 120 */ CALL(sys_clone_wrapper) | 132 | /* 120 */ CALL(sys_clone_wrapper) |
133 | CALL(sys_setdomainname) | 133 | CALL(sys_setdomainname) |
134 | CALL(sys_newuname) | 134 | CALL(sys_newuname) |
135 | CALL(sys_ni_syscall) | 135 | CALL(sys_ni_syscall) /* modify_ldt */ |
136 | CALL(sys_adjtimex) | 136 | CALL(sys_adjtimex) |
137 | /* 125 */ CALL(sys_mprotect) | 137 | /* 125 */ CALL(sys_mprotect) |
138 | CALL(sys_sigprocmask) | 138 | CALL(sys_sigprocmask) |
@@ -146,7 +146,7 @@ | |||
146 | CALL(sys_bdflush) | 146 | CALL(sys_bdflush) |
147 | /* 135 */ CALL(sys_sysfs) | 147 | /* 135 */ CALL(sys_sysfs) |
148 | CALL(sys_personality) | 148 | CALL(sys_personality) |
149 | CALL(sys_ni_syscall) /* CALL(_sys_afs_syscall) */ | 149 | CALL(sys_ni_syscall) /* reserved for afs_syscall */ |
150 | CALL(sys_setfsuid16) | 150 | CALL(sys_setfsuid16) |
151 | CALL(sys_setfsgid16) | 151 | CALL(sys_setfsgid16) |
152 | /* 140 */ CALL(sys_llseek) | 152 | /* 140 */ CALL(sys_llseek) |
@@ -175,7 +175,7 @@ | |||
175 | CALL(sys_arm_mremap) | 175 | CALL(sys_arm_mremap) |
176 | CALL(sys_setresuid16) | 176 | CALL(sys_setresuid16) |
177 | /* 165 */ CALL(sys_getresuid16) | 177 | /* 165 */ CALL(sys_getresuid16) |
178 | CALL(sys_ni_syscall) | 178 | CALL(sys_ni_syscall) /* vm86 */ |
179 | CALL(sys_ni_syscall) /* was sys_query_module */ | 179 | CALL(sys_ni_syscall) /* was sys_query_module */ |
180 | CALL(sys_poll) | 180 | CALL(sys_poll) |
181 | CALL(sys_nfsservctl) | 181 | CALL(sys_nfsservctl) |
@@ -197,8 +197,8 @@ | |||
197 | /* 185 */ CALL(sys_capset) | 197 | /* 185 */ CALL(sys_capset) |
198 | CALL(sys_sigaltstack_wrapper) | 198 | CALL(sys_sigaltstack_wrapper) |
199 | CALL(sys_sendfile) | 199 | CALL(sys_sendfile) |
200 | CALL(sys_ni_syscall) | 200 | CALL(sys_ni_syscall) /* getpmsg */ |
201 | CALL(sys_ni_syscall) | 201 | CALL(sys_ni_syscall) /* putpmsg */ |
202 | /* 190 */ CALL(sys_vfork_wrapper) | 202 | /* 190 */ CALL(sys_vfork_wrapper) |
203 | CALL(sys_getrlimit) | 203 | CALL(sys_getrlimit) |
204 | CALL(sys_mmap2) | 204 | CALL(sys_mmap2) |
@@ -344,6 +344,18 @@ | |||
344 | CALL(sys_readlinkat) | 344 | CALL(sys_readlinkat) |
345 | CALL(sys_fchmodat) | 345 | CALL(sys_fchmodat) |
346 | CALL(sys_faccessat) | 346 | CALL(sys_faccessat) |
347 | /* 335 */ CALL(sys_ni_syscall) /* eventually pselect6 */ | ||
348 | CALL(sys_ni_syscall) /* eventually ppoll */ | ||
349 | CALL(sys_unshare) | ||
350 | CALL(sys_set_robust_list) | ||
351 | CALL(sys_get_robust_list) | ||
352 | /* 340 */ CALL(sys_splice) | ||
353 | CALL(sys_arm_sync_file_range) | ||
354 | CALL(sys_tee) | ||
355 | CALL(sys_vmsplice) | ||
356 | CALL(sys_move_pages) | ||
357 | /* 345 */ CALL(sys_getcpu) | ||
358 | CALL(sys_ni_syscall) /* eventually epoll_pwait */ | ||
347 | #ifndef syscalls_counted | 359 | #ifndef syscalls_counted |
348 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls | 360 | .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls |
349 | #define syscalls_counted | 361 | #define syscalls_counted |
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index cf2bd4242803..bbab134cd82d 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
@@ -855,6 +855,7 @@ static const char *hwcap_str[] = { | |||
855 | "edsp", | 855 | "edsp", |
856 | "java", | 856 | "java", |
857 | "iwmmxt", | 857 | "iwmmxt", |
858 | "crunch", | ||
858 | NULL | 859 | NULL |
859 | }; | 860 | }; |
860 | 861 | ||
diff --git a/arch/arm/kernel/sys_arm.c b/arch/arm/kernel/sys_arm.c index 00c18d35913c..3d4fcbc16276 100644 --- a/arch/arm/kernel/sys_arm.c +++ b/arch/arm/kernel/sys_arm.c | |||
@@ -328,3 +328,16 @@ asmlinkage long sys_arm_fadvise64_64(int fd, int advice, | |||
328 | { | 328 | { |
329 | return sys_fadvise64_64(fd, offset, len, advice); | 329 | return sys_fadvise64_64(fd, offset, len, advice); |
330 | } | 330 | } |
331 | |||
332 | /* | ||
333 | * Yet more syscall fsckage - we can't fit sys_sync_file_range's | ||
334 | * arguments into the available registers with EABI. So, let's | ||
335 | * create an ARM specific syscall for this which has _sane_ | ||
336 | * arguments. (This incidentally also has an ABI-independent | ||
337 | * argument layout.) | ||
338 | */ | ||
339 | asmlinkage long sys_arm_sync_file_range(int fd, unsigned int flags, | ||
340 | loff_t offset, loff_t nbytes) | ||
341 | { | ||
342 | return sys_sync_file_range(fd, offset, nbytes, flags); | ||
343 | } | ||
diff --git a/arch/arm/mach-ep93xx/core.c b/arch/arm/mach-ep93xx/core.c index d649b39711d4..6b26346191c0 100644 --- a/arch/arm/mach-ep93xx/core.c +++ b/arch/arm/mach-ep93xx/core.c | |||
@@ -477,4 +477,8 @@ void __init ep93xx_init_devices(void) | |||
477 | 477 | ||
478 | platform_device_register(&ep93xx_rtc_device); | 478 | platform_device_register(&ep93xx_rtc_device); |
479 | platform_device_register(&ep93xx_ohci_device); | 479 | platform_device_register(&ep93xx_ohci_device); |
480 | |||
481 | #ifdef CONFIG_CRUNCH | ||
482 | elf_hwcap |= HWCAP_CRUNCH; | ||
483 | #endif | ||
480 | } | 484 | } |
diff --git a/arch/arm/mach-iop13xx/iq81340mc.c b/arch/arm/mach-iop13xx/iq81340mc.c index ee595786cd22..2a1bbfe9896f 100644 --- a/arch/arm/mach-iop13xx/iq81340mc.c +++ b/arch/arm/mach-iop13xx/iq81340mc.c | |||
@@ -88,11 +88,11 @@ static struct sys_timer iq81340mc_timer = { | |||
88 | 88 | ||
89 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") | 89 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") |
90 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ | 90 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ |
91 | .phys_io = PHYS_IO, | 91 | .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, |
92 | .io_pg_offst = IO_PG_OFFSET, | 92 | .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, |
93 | .boot_params = 0x00000100, | ||
93 | .map_io = iop13xx_map_io, | 94 | .map_io = iop13xx_map_io, |
94 | .init_irq = iop13xx_init_irq, | 95 | .init_irq = iop13xx_init_irq, |
95 | .timer = &iq81340mc_timer, | 96 | .timer = &iq81340mc_timer, |
96 | .boot_params = BOOT_PARAM_OFFSET, | ||
97 | .init_machine = iq81340mc_init, | 97 | .init_machine = iq81340mc_init, |
98 | MACHINE_END | 98 | MACHINE_END |
diff --git a/arch/arm/mach-iop13xx/iq81340sc.c b/arch/arm/mach-iop13xx/iq81340sc.c index 6677e14b61bf..5ad2b62c9bfd 100644 --- a/arch/arm/mach-iop13xx/iq81340sc.c +++ b/arch/arm/mach-iop13xx/iq81340sc.c | |||
@@ -90,11 +90,11 @@ static struct sys_timer iq81340sc_timer = { | |||
90 | 90 | ||
91 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") | 91 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") |
92 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ | 92 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ |
93 | .phys_io = PHYS_IO, | 93 | .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, |
94 | .io_pg_offst = IO_PG_OFFSET, | 94 | .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, |
95 | .boot_params = 0x00000100, | ||
95 | .map_io = iop13xx_map_io, | 96 | .map_io = iop13xx_map_io, |
96 | .init_irq = iop13xx_init_irq, | 97 | .init_irq = iop13xx_init_irq, |
97 | .timer = &iq81340sc_timer, | 98 | .timer = &iq81340sc_timer, |
98 | .boot_params = BOOT_PARAM_OFFSET, | ||
99 | .init_machine = iq81340sc_init, | 99 | .init_machine = iq81340sc_init, |
100 | MACHINE_END | 100 | MACHINE_END |
diff --git a/arch/arm/mach-iop13xx/irq.c b/arch/arm/mach-iop13xx/irq.c index c4d9c8c5579c..dbbc07c38b14 100644 --- a/arch/arm/mach-iop13xx/irq.c +++ b/arch/arm/mach-iop13xx/irq.c | |||
@@ -222,25 +222,29 @@ iop13xx_irq_unmask3(unsigned int irq) | |||
222 | iop13xx_cp6_restore(cp_flags); | 222 | iop13xx_cp6_restore(cp_flags); |
223 | } | 223 | } |
224 | 224 | ||
225 | static struct irqchip iop13xx_irqchip0 = { | 225 | static struct irq_chip iop13xx_irqchip1 = { |
226 | .name = "IOP13xx-1", | ||
226 | .ack = iop13xx_irq_mask0, | 227 | .ack = iop13xx_irq_mask0, |
227 | .mask = iop13xx_irq_mask0, | 228 | .mask = iop13xx_irq_mask0, |
228 | .unmask = iop13xx_irq_unmask0, | 229 | .unmask = iop13xx_irq_unmask0, |
229 | }; | 230 | }; |
230 | 231 | ||
231 | static struct irqchip iop13xx_irqchip1 = { | 232 | static struct irq_chip iop13xx_irqchip2 = { |
233 | .name = "IOP13xx-2", | ||
232 | .ack = iop13xx_irq_mask1, | 234 | .ack = iop13xx_irq_mask1, |
233 | .mask = iop13xx_irq_mask1, | 235 | .mask = iop13xx_irq_mask1, |
234 | .unmask = iop13xx_irq_unmask1, | 236 | .unmask = iop13xx_irq_unmask1, |
235 | }; | 237 | }; |
236 | 238 | ||
237 | static struct irqchip iop13xx_irqchip2 = { | 239 | static struct irq_chip iop13xx_irqchip3 = { |
240 | .name = "IOP13xx-3", | ||
238 | .ack = iop13xx_irq_mask2, | 241 | .ack = iop13xx_irq_mask2, |
239 | .mask = iop13xx_irq_mask2, | 242 | .mask = iop13xx_irq_mask2, |
240 | .unmask = iop13xx_irq_unmask2, | 243 | .unmask = iop13xx_irq_unmask2, |
241 | }; | 244 | }; |
242 | 245 | ||
243 | static struct irqchip iop13xx_irqchip3 = { | 246 | static struct irq_chip iop13xx_irqchip4 = { |
247 | .name = "IOP13xx-4", | ||
244 | .ack = iop13xx_irq_mask3, | 248 | .ack = iop13xx_irq_mask3, |
245 | .mask = iop13xx_irq_mask3, | 249 | .mask = iop13xx_irq_mask3, |
246 | .unmask = iop13xx_irq_unmask3, | 250 | .unmask = iop13xx_irq_unmask3, |
@@ -270,15 +274,15 @@ void __init iop13xx_init_irq(void) | |||
270 | 274 | ||
271 | for(i = 0; i < NR_IOP13XX_IRQS; i++) { | 275 | for(i = 0; i < NR_IOP13XX_IRQS; i++) { |
272 | if (i < 32) | 276 | if (i < 32) |
273 | set_irq_chip(i, &iop13xx_irqchip0); | ||
274 | else if (i < 64) | ||
275 | set_irq_chip(i, &iop13xx_irqchip1); | 277 | set_irq_chip(i, &iop13xx_irqchip1); |
276 | else if (i < 96) | 278 | else if (i < 64) |
277 | set_irq_chip(i, &iop13xx_irqchip2); | 279 | set_irq_chip(i, &iop13xx_irqchip2); |
278 | else | 280 | else if (i < 96) |
279 | set_irq_chip(i, &iop13xx_irqchip3); | 281 | set_irq_chip(i, &iop13xx_irqchip3); |
282 | else | ||
283 | set_irq_chip(i, &iop13xx_irqchip4); | ||
280 | 284 | ||
281 | set_irq_handler(i, do_level_IRQ); | 285 | set_irq_handler(i, handle_level_irq); |
282 | set_irq_flags(i, IRQF_VALID | IRQF_PROBE); | 286 | set_irq_flags(i, IRQF_VALID | IRQF_PROBE); |
283 | } | 287 | } |
284 | 288 | ||
diff --git a/arch/arm/mach-iop13xx/setup.c b/arch/arm/mach-iop13xx/setup.c index 3756d2ccb1a7..5fbeb28d04bb 100644 --- a/arch/arm/mach-iop13xx/setup.c +++ b/arch/arm/mach-iop13xx/setup.c | |||
@@ -337,7 +337,7 @@ void __init iop13xx_platform_init(void) | |||
337 | 337 | ||
338 | #ifdef CONFIG_MTD_PHYSMAP | 338 | #ifdef CONFIG_MTD_PHYSMAP |
339 | iq8134x_flash_resource.end = iq8134x_flash_resource.start + | 339 | iq8134x_flash_resource.end = iq8134x_flash_resource.start + |
340 | iq8134x_probe_flash_size(); | 340 | iq8134x_probe_flash_size() - 1; |
341 | if (iq8134x_flash_resource.end > iq8134x_flash_resource.start) | 341 | if (iq8134x_flash_resource.end > iq8134x_flash_resource.start) |
342 | iop13xx_devices[plat_idx++] = &iq8134x_flash; | 342 | iop13xx_devices[plat_idx++] = &iq8134x_flash; |
343 | else | 343 | else |
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 9f46bf330bc8..eb4ec411312b 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -5,6 +5,7 @@ menu "S3C24XX Implementations" | |||
5 | config MACH_AML_M5900 | 5 | config MACH_AML_M5900 |
6 | bool "AML M5900 Series" | 6 | bool "AML M5900 Series" |
7 | select CPU_S3C2410 | 7 | select CPU_S3C2410 |
8 | select PM_SIMTEC if PM | ||
8 | help | 9 | help |
9 | Say Y here if you are using the American Microsystems M5900 Series | 10 | Say Y here if you are using the American Microsystems M5900 Series |
10 | <http://www.amltd.com> | 11 | <http://www.amltd.com> |
@@ -12,6 +13,7 @@ config MACH_AML_M5900 | |||
12 | config MACH_ANUBIS | 13 | config MACH_ANUBIS |
13 | bool "Simtec Electronics ANUBIS" | 14 | bool "Simtec Electronics ANUBIS" |
14 | select CPU_S3C2440 | 15 | select CPU_S3C2440 |
16 | select PM_SIMTEC if PM | ||
15 | help | 17 | help |
16 | Say Y here if you are using the Simtec Electronics ANUBIS | 18 | Say Y here if you are using the Simtec Electronics ANUBIS |
17 | development system | 19 | development system |
@@ -19,6 +21,7 @@ config MACH_ANUBIS | |||
19 | config MACH_OSIRIS | 21 | config MACH_OSIRIS |
20 | bool "Simtec IM2440D20 (OSIRIS) module" | 22 | bool "Simtec IM2440D20 (OSIRIS) module" |
21 | select CPU_S3C2440 | 23 | select CPU_S3C2440 |
24 | select PM_SIMTEC if PM | ||
22 | help | 25 | help |
23 | Say Y here if you are using the Simtec IM2440D20 module, also | 26 | Say Y here if you are using the Simtec IM2440D20 module, also |
24 | known as the Osiris. | 27 | known as the Osiris. |
@@ -26,6 +29,7 @@ config MACH_OSIRIS | |||
26 | config ARCH_BAST | 29 | config ARCH_BAST |
27 | bool "Simtec Electronics BAST (EB2410ITX)" | 30 | bool "Simtec Electronics BAST (EB2410ITX)" |
28 | select CPU_S3C2410 | 31 | select CPU_S3C2410 |
32 | select PM_SIMTEC if PM | ||
29 | select ISA | 33 | select ISA |
30 | help | 34 | help |
31 | Say Y here if you are using the Simtec Electronics EB2410ITX | 35 | Say Y here if you are using the Simtec Electronics EB2410ITX |
@@ -43,14 +47,13 @@ config BAST_PC104_IRQ | |||
43 | 47 | ||
44 | config PM_H1940 | 48 | config PM_H1940 |
45 | bool | 49 | bool |
46 | depends on PM | ||
47 | help | 50 | help |
48 | Internal node for H1940 and related PM | 51 | Internal node for H1940 and related PM |
49 | 52 | ||
50 | config ARCH_H1940 | 53 | config ARCH_H1940 |
51 | bool "IPAQ H1940" | 54 | bool "IPAQ H1940" |
52 | select CPU_S3C2410 | 55 | select CPU_S3C2410 |
53 | select PM_H1940 | 56 | select PM_H1940 if PM |
54 | help | 57 | help |
55 | Say Y here if you are using the HP IPAQ H1940 | 58 | Say Y here if you are using the HP IPAQ H1940 |
56 | 59 | ||
@@ -112,6 +115,7 @@ config MACH_SMDK2413 | |||
112 | 115 | ||
113 | config MACH_VR1000 | 116 | config MACH_VR1000 |
114 | bool "Thorcom VR1000" | 117 | bool "Thorcom VR1000" |
118 | select PM_SIMTEC if PM | ||
115 | select CPU_S3C2410 | 119 | select CPU_S3C2410 |
116 | help | 120 | help |
117 | Say Y here if you are using the Thorcom VR1000 board. | 121 | Say Y here if you are using the Thorcom VR1000 board. |
@@ -122,7 +126,7 @@ config MACH_VR1000 | |||
122 | config MACH_RX3715 | 126 | config MACH_RX3715 |
123 | bool "HP iPAQ rx3715" | 127 | bool "HP iPAQ rx3715" |
124 | select CPU_S3C2440 | 128 | select CPU_S3C2440 |
125 | select PM_H1940 | 129 | select PM_H1940 if PM |
126 | help | 130 | help |
127 | Say Y here if you are using the HP iPAQ rx3715. | 131 | Say Y here if you are using the HP iPAQ rx3715. |
128 | 132 | ||
@@ -156,7 +160,6 @@ config S3C2410_CLOCK | |||
156 | 160 | ||
157 | config S3C2410_PM | 161 | config S3C2410_PM |
158 | bool | 162 | bool |
159 | depends on CONFIG_PM | ||
160 | help | 163 | help |
161 | Power Management code common to S3C2410 and better | 164 | Power Management code common to S3C2410 and better |
162 | 165 | ||
@@ -171,7 +174,7 @@ config CPU_S3C2410 | |||
171 | bool | 174 | bool |
172 | depends on ARCH_S3C2410 | 175 | depends on ARCH_S3C2410 |
173 | select S3C2410_CLOCK | 176 | select S3C2410_CLOCK |
174 | select S3C2410_PM | 177 | select S3C2410_PM if PM |
175 | help | 178 | help |
176 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 179 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
177 | of Samsung Mobile CPUs. | 180 | of Samsung Mobile CPUs. |
@@ -186,14 +189,13 @@ config CPU_S3C2412_ONLY | |||
186 | 189 | ||
187 | config S3C2412_PM | 190 | config S3C2412_PM |
188 | bool | 191 | bool |
189 | default y if PM | ||
190 | depends on CPU_S3C2412 | ||
191 | help | 192 | help |
192 | Internal config node to apply S3C2412 power management | 193 | Internal config node to apply S3C2412 power management |
193 | 194 | ||
194 | config CPU_S3C2412 | 195 | config CPU_S3C2412 |
195 | bool | 196 | bool |
196 | depends on ARCH_S3C2410 | 197 | depends on ARCH_S3C2410 |
198 | select S3C2412_PM if PM | ||
197 | help | 199 | help |
198 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | 200 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line |
199 | 201 | ||
@@ -207,7 +209,7 @@ config CPU_S3C2440 | |||
207 | bool | 209 | bool |
208 | depends on ARCH_S3C2410 | 210 | depends on ARCH_S3C2410 |
209 | select S3C2410_CLOCK | 211 | select S3C2410_CLOCK |
210 | select S3C2410_PM | 212 | select S3C2410_PM if PM |
211 | select CPU_S3C244X | 213 | select CPU_S3C244X |
212 | help | 214 | help |
213 | Support for S3C2440 Samsung Mobile CPU based systems. | 215 | Support for S3C2440 Samsung Mobile CPU based systems. |
@@ -216,7 +218,7 @@ config CPU_S3C2442 | |||
216 | bool | 218 | bool |
217 | depends on ARCH_S3C2420 | 219 | depends on ARCH_S3C2420 |
218 | select S3C2410_CLOCK | 220 | select S3C2410_CLOCK |
219 | select S3C2410_PM | 221 | select S3C2410_PM if PM |
220 | select CPU_S3C244X | 222 | select CPU_S3C244X |
221 | help | 223 | help |
222 | Support for S3C2442 Samsung Mobile CPU based systems. | 224 | Support for S3C2442 Samsung Mobile CPU based systems. |
@@ -300,8 +302,9 @@ config S3C2410_PM_CHECK_CHUNKSIZE | |||
300 | 302 | ||
301 | config PM_SIMTEC | 303 | config PM_SIMTEC |
302 | bool | 304 | bool |
303 | depends on PM && (ARCH_BAST || MACH_VR1000 || MACH_AML_M5900) | 305 | help |
304 | default y | 306 | Common power management code for systems that are |
307 | compatible with the Simtec style of power management | ||
305 | 308 | ||
306 | config S3C2410_LOWLEVEL_UART_PORT | 309 | config S3C2410_LOWLEVEL_UART_PORT |
307 | int "S3C2410 UART to use for low-level messages" | 310 | int "S3C2410 UART to use for low-level messages" |
diff --git a/arch/arm/mach-s3c2410/cpu.c b/arch/arm/mach-s3c2410/cpu.c index 9d4899eddf1f..ae1f5bb63f7a 100644 --- a/arch/arm/mach-s3c2410/cpu.c +++ b/arch/arm/mach-s3c2410/cpu.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/module.h> | 26 | #include <linux/module.h> |
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <linux/ioport.h> | 28 | #include <linux/ioport.h> |
29 | #include <linux/serial_core.h> | ||
29 | #include <linux/platform_device.h> | 30 | #include <linux/platform_device.h> |
30 | 31 | ||
31 | #include <asm/hardware.h> | 32 | #include <asm/hardware.h> |
diff --git a/arch/arm/mach-s3c2410/devs.c b/arch/arm/mach-s3c2410/devs.c index cae35ff76f33..faccde2092d2 100644 --- a/arch/arm/mach-s3c2410/devs.c +++ b/arch/arm/mach-s3c2410/devs.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/list.h> | 17 | #include <linux/list.h> |
18 | #include <linux/timer.h> | 18 | #include <linux/timer.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
21 | 22 | ||
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/dma.c b/arch/arm/mach-s3c2410/dma.c index 01abb0ace234..717322a0916b 100644 --- a/arch/arm/mach-s3c2410/dma.c +++ b/arch/arm/mach-s3c2410/dma.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* linux/arch/arm/mach-s3c2410/dma.c | 1 | /* linux/arch/arm/mach-s3c2410/dma.c |
2 | * | 2 | * |
3 | * (c) 2003-2005,2006 Simtec Electronics | 3 | * Copyright (c) 2003-2005,2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 5 | * |
6 | * S3C2410 DMA core | 6 | * S3C2410 DMA core |
diff --git a/arch/arm/mach-s3c2410/irq.h b/arch/arm/mach-s3c2410/irq.h index 3686a0082245..e5913da3b919 100644 --- a/arch/arm/mach-s3c2410/irq.h +++ b/arch/arm/mach-s3c2410/irq.h | |||
@@ -8,8 +8,6 @@ | |||
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
11 | * | ||
12 | * Modifications: | ||
13 | */ | 11 | */ |
14 | 12 | ||
15 | #define irqdbf(x...) | 13 | #define irqdbf(x...) |
diff --git a/arch/arm/mach-s3c2410/mach-anubis.c b/arch/arm/mach-s3c2410/mach-anubis.c index e94cdcd96591..0fad0c2fe07b 100644 --- a/arch/arm/mach-s3c2410/mach-anubis.c +++ b/arch/arm/mach-s3c2410/mach-anubis.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
16 | #include <linux/timer.h> | 16 | #include <linux/timer.h> |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/serial_core.h> | ||
18 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
19 | 20 | ||
20 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 2968fb235f95..b8b76757ec54 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/list.h> | 16 | #include <linux/list.h> |
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/serial_core.h> | ||
19 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
20 | #include <linux/dm9000.h> | 21 | #include <linux/dm9000.h> |
21 | 22 | ||
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index f5b98099a5d9..15b625eae499 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/list.h> | 17 | #include <linux/list.h> |
18 | #include <linux/timer.h> | 18 | #include <linux/timer.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
21 | 22 | ||
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
@@ -37,8 +38,6 @@ | |||
37 | #include <asm/arch/h1940-latch.h> | 38 | #include <asm/arch/h1940-latch.h> |
38 | #include <asm/arch/fb.h> | 39 | #include <asm/arch/fb.h> |
39 | 40 | ||
40 | #include <linux/serial_core.h> | ||
41 | |||
42 | #include "clock.h" | 41 | #include "clock.h" |
43 | #include "devs.h" | 42 | #include "devs.h" |
44 | #include "cpu.h" | 43 | #include "cpu.h" |
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 116ac3169966..0411e9adb54d 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/timer.h> | 20 | #include <linux/timer.h> |
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
23 | #include <linux/serial_core.h> | ||
23 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
24 | #include <linux/kthread.h> | 25 | #include <linux/kthread.h> |
25 | 26 | ||
@@ -37,8 +38,6 @@ | |||
37 | #include <asm/arch/regs-gpio.h> | 38 | #include <asm/arch/regs-gpio.h> |
38 | #include <asm/arch/iic.h> | 39 | #include <asm/arch/iic.h> |
39 | 40 | ||
40 | #include <linux/serial_core.h> | ||
41 | |||
42 | #include "s3c2410.h" | 41 | #include "s3c2410.h" |
43 | #include "clock.h" | 42 | #include "clock.h" |
44 | #include "devs.h" | 43 | #include "devs.h" |
diff --git a/arch/arm/mach-s3c2410/mach-nexcoder.c b/arch/arm/mach-s3c2410/mach-nexcoder.c index 065a1d4e860b..d6dfdad8c90b 100644 --- a/arch/arm/mach-s3c2410/mach-nexcoder.c +++ b/arch/arm/mach-s3c2410/mach-nexcoder.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/timer.h> | 19 | #include <linux/timer.h> |
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/string.h> | 21 | #include <linux/string.h> |
22 | #include <linux/serial_core.h> | ||
22 | #include <linux/platform_device.h> | 23 | #include <linux/platform_device.h> |
23 | 24 | ||
24 | #include <linux/mtd/map.h> | 25 | #include <linux/mtd/map.h> |
diff --git a/arch/arm/mach-s3c2410/mach-osiris.c b/arch/arm/mach-s3c2410/mach-osiris.c index a4ab144e7292..37b40850c9b9 100644 --- a/arch/arm/mach-s3c2410/mach-osiris.c +++ b/arch/arm/mach-s3c2410/mach-osiris.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/timer.h> | 16 | #include <linux/timer.h> |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/device.h> | 18 | #include <linux/device.h> |
19 | #include <linux/serial_core.h> | ||
19 | 20 | ||
20 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
21 | #include <asm/mach/map.h> | 22 | #include <asm/mach/map.h> |
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c index c71673fd9955..2c738b375e4d 100644 --- a/arch/arm/mach-s3c2410/mach-otom.c +++ b/arch/arm/mach-s3c2410/mach-otom.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
16 | #include <linux/timer.h> | 16 | #include <linux/timer.h> |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/serial_core.h> | ||
18 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
19 | 20 | ||
20 | #include <asm/mach/arch.h> | 21 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2410.c b/arch/arm/mach-s3c2410/mach-smdk2410.c index b3b0171d5052..01c0c986d827 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2410.c +++ b/arch/arm/mach-s3c2410/mach-smdk2410.c | |||
@@ -35,6 +35,7 @@ | |||
35 | #include <linux/list.h> | 35 | #include <linux/list.h> |
36 | #include <linux/timer.h> | 36 | #include <linux/timer.h> |
37 | #include <linux/init.h> | 37 | #include <linux/init.h> |
38 | #include <linux/serial_core.h> | ||
38 | #include <linux/platform_device.h> | 39 | #include <linux/platform_device.h> |
39 | 40 | ||
40 | #include <asm/mach/arch.h> | 41 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2413.c b/arch/arm/mach-s3c2410/mach-smdk2413.c index 3a4ca7f6f7b9..4f89abd7a6df 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2413.c +++ b/arch/arm/mach-s3c2410/mach-smdk2413.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/list.h> | 17 | #include <linux/list.h> |
18 | #include <linux/timer.h> | 18 | #include <linux/timer.h> |
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
21 | 22 | ||
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2440.c b/arch/arm/mach-s3c2410/mach-smdk2440.c index e2205ff1b0ee..2b61f4ed1da4 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2440.c +++ b/arch/arm/mach-s3c2410/mach-smdk2440.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/list.h> | 19 | #include <linux/list.h> |
20 | #include <linux/timer.h> | 20 | #include <linux/timer.h> |
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/serial_core.h> | ||
22 | #include <linux/platform_device.h> | 23 | #include <linux/platform_device.h> |
23 | 24 | ||
24 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index e2eda3937ab0..a382fc095110 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
@@ -352,7 +352,7 @@ static struct platform_device vr1000_led2 = { | |||
352 | 352 | ||
353 | static struct platform_device vr1000_led3 = { | 353 | static struct platform_device vr1000_led3 = { |
354 | .name = "s3c24xx_led", | 354 | .name = "s3c24xx_led", |
355 | .id = 1, | 355 | .id = 3, |
356 | .dev = { | 356 | .dev = { |
357 | .platform_data = &vr1000_led3_pdata, | 357 | .platform_data = &vr1000_led3_pdata, |
358 | }, | 358 | }, |
diff --git a/arch/arm/mach-s3c2410/mach-vstms.c b/arch/arm/mach-s3c2410/mach-vstms.c index ea554e7c006e..0360e1055bcd 100644 --- a/arch/arm/mach-s3c2410/mach-vstms.c +++ b/arch/arm/mach-s3c2410/mach-vstms.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/list.h> | 15 | #include <linux/list.h> |
16 | #include <linux/timer.h> | 16 | #include <linux/timer.h> |
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | #include <linux/serial_core.h> | ||
18 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
19 | 20 | ||
20 | #include <linux/mtd/mtd.h> | 21 | #include <linux/mtd/mtd.h> |
diff --git a/arch/arm/mach-s3c2410/pm-simtec.c b/arch/arm/mach-s3c2410/pm-simtec.c index 42cd05e298f8..619133eb7168 100644 --- a/arch/arm/mach-s3c2410/pm-simtec.c +++ b/arch/arm/mach-s3c2410/pm-simtec.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
28 | 28 | ||
29 | #include <asm/arch/map.h> | 29 | #include <asm/arch/map.h> |
30 | #include <asm/arch/regs-serial.h> | ||
31 | #include <asm/arch/regs-gpio.h> | 30 | #include <asm/arch/regs-gpio.h> |
32 | #include <asm/arch/regs-mem.h> | 31 | #include <asm/arch/regs-mem.h> |
33 | 32 | ||
diff --git a/arch/arm/mach-s3c2410/pm.c b/arch/arm/mach-s3c2410/pm.c index b49a0b3b72b3..00834097eb82 100644 --- a/arch/arm/mach-s3c2410/pm.c +++ b/arch/arm/mach-s3c2410/pm.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <linux/crc32.h> | 34 | #include <linux/crc32.h> |
35 | #include <linux/ioport.h> | 35 | #include <linux/ioport.h> |
36 | #include <linux/delay.h> | 36 | #include <linux/delay.h> |
37 | #include <linux/serial_core.h> | ||
37 | 38 | ||
38 | #include <asm/cacheflush.h> | 39 | #include <asm/cacheflush.h> |
39 | #include <asm/hardware.h> | 40 | #include <asm/hardware.h> |
diff --git a/arch/arm/mach-s3c2410/s3c2410-clock.c b/arch/arm/mach-s3c2410/s3c2410-clock.c index 00abe199a08e..992cc6af230e 100644 --- a/arch/arm/mach-s3c2410/s3c2410-clock.c +++ b/arch/arm/mach-s3c2410/s3c2410-clock.c | |||
@@ -30,13 +30,18 @@ | |||
30 | #include <linux/clk.h> | 30 | #include <linux/clk.h> |
31 | #include <linux/mutex.h> | 31 | #include <linux/mutex.h> |
32 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
33 | #include <linux/serial_core.h> | ||
34 | |||
35 | #include <asm/mach/map.h> | ||
33 | 36 | ||
34 | #include <asm/hardware.h> | 37 | #include <asm/hardware.h> |
35 | #include <asm/io.h> | 38 | #include <asm/io.h> |
36 | 39 | ||
40 | #include <asm/arch/regs-serial.h> | ||
37 | #include <asm/arch/regs-clock.h> | 41 | #include <asm/arch/regs-clock.h> |
38 | #include <asm/arch/regs-gpio.h> | 42 | #include <asm/arch/regs-gpio.h> |
39 | 43 | ||
44 | #include "s3c2410.h" | ||
40 | #include "clock.h" | 45 | #include "clock.h" |
41 | #include "cpu.h" | 46 | #include "cpu.h" |
42 | 47 | ||
diff --git a/arch/arm/mach-s3c2410/s3c2410-dma.c b/arch/arm/mach-s3c2410/s3c2410-dma.c index 51e5098b32e8..e67ba3911f11 100644 --- a/arch/arm/mach-s3c2410/s3c2410-dma.c +++ b/arch/arm/mach-s3c2410/s3c2410-dma.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* linux/arch/arm/mach-s3c2410/s3c2410-dma.c | 1 | /* linux/arch/arm/mach-s3c2410/s3c2410-dma.c |
2 | * | 2 | * |
3 | * (c) 2006 Simtec Electronics | 3 | * Copyright (c) 2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 5 | * |
6 | * S3C2410 DMA selection | 6 | * S3C2410 DMA selection |
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/sysdev.h> | 17 | #include <linux/sysdev.h> |
18 | #include <linux/serial_core.h> | ||
18 | 19 | ||
19 | #include <asm/dma.h> | 20 | #include <asm/dma.h> |
20 | #include <asm/arch/dma.h> | 21 | #include <asm/arch/dma.h> |
@@ -131,6 +132,7 @@ static int s3c2410_dma_add(struct sys_device *sysdev) | |||
131 | return s3c24xx_dma_init_map(&s3c2410_dma_sel); | 132 | return s3c24xx_dma_init_map(&s3c2410_dma_sel); |
132 | } | 133 | } |
133 | 134 | ||
135 | #if defined(CONFIG_CPU_S3C2410) | ||
134 | static struct sysdev_driver s3c2410_dma_driver = { | 136 | static struct sysdev_driver s3c2410_dma_driver = { |
135 | .add = s3c2410_dma_add, | 137 | .add = s3c2410_dma_add, |
136 | }; | 138 | }; |
@@ -141,9 +143,10 @@ static int __init s3c2410_dma_init(void) | |||
141 | } | 143 | } |
142 | 144 | ||
143 | arch_initcall(s3c2410_dma_init); | 145 | arch_initcall(s3c2410_dma_init); |
146 | #endif | ||
144 | 147 | ||
148 | #if defined(CONFIG_CPU_S3C2442) | ||
145 | /* S3C2442 DMA contains the same selection table as the S3C2410 */ | 149 | /* S3C2442 DMA contains the same selection table as the S3C2410 */ |
146 | |||
147 | static struct sysdev_driver s3c2442_dma_driver = { | 150 | static struct sysdev_driver s3c2442_dma_driver = { |
148 | .add = s3c2410_dma_add, | 151 | .add = s3c2410_dma_add, |
149 | }; | 152 | }; |
@@ -154,5 +157,5 @@ static int __init s3c2442_dma_init(void) | |||
154 | } | 157 | } |
155 | 158 | ||
156 | arch_initcall(s3c2442_dma_init); | 159 | arch_initcall(s3c2442_dma_init); |
157 | 160 | #endif | |
158 | 161 | ||
diff --git a/arch/arm/mach-s3c2410/s3c2410-pm.c b/arch/arm/mach-s3c2410/s3c2410-pm.c index 77c6814c0f05..8bb6e5e21f59 100644 --- a/arch/arm/mach-s3c2410/s3c2410-pm.c +++ b/arch/arm/mach-s3c2410/s3c2410-pm.c | |||
@@ -87,7 +87,7 @@ static void s3c2410_pm_prepare(void) | |||
87 | 87 | ||
88 | } | 88 | } |
89 | 89 | ||
90 | int s3c2410_pm_resume(struct sys_device *dev) | 90 | static int s3c2410_pm_resume(struct sys_device *dev) |
91 | { | 91 | { |
92 | unsigned long tmp; | 92 | unsigned long tmp; |
93 | 93 | ||
@@ -111,6 +111,7 @@ static int s3c2410_pm_add(struct sys_device *dev) | |||
111 | return 0; | 111 | return 0; |
112 | } | 112 | } |
113 | 113 | ||
114 | #if defined(CONFIG_CPU_S3C2410) | ||
114 | static struct sysdev_driver s3c2410_pm_driver = { | 115 | static struct sysdev_driver s3c2410_pm_driver = { |
115 | .add = s3c2410_pm_add, | 116 | .add = s3c2410_pm_add, |
116 | .resume = s3c2410_pm_resume, | 117 | .resume = s3c2410_pm_resume, |
@@ -124,7 +125,9 @@ static int __init s3c2410_pm_drvinit(void) | |||
124 | } | 125 | } |
125 | 126 | ||
126 | arch_initcall(s3c2410_pm_drvinit); | 127 | arch_initcall(s3c2410_pm_drvinit); |
128 | #endif | ||
127 | 129 | ||
130 | #if defined(CONFIG_CPU_S3C2440) | ||
128 | static struct sysdev_driver s3c2440_pm_driver = { | 131 | static struct sysdev_driver s3c2440_pm_driver = { |
129 | .add = s3c2410_pm_add, | 132 | .add = s3c2410_pm_add, |
130 | .resume = s3c2410_pm_resume, | 133 | .resume = s3c2410_pm_resume, |
@@ -136,7 +139,9 @@ static int __init s3c2440_pm_drvinit(void) | |||
136 | } | 139 | } |
137 | 140 | ||
138 | arch_initcall(s3c2440_pm_drvinit); | 141 | arch_initcall(s3c2440_pm_drvinit); |
142 | #endif | ||
139 | 143 | ||
144 | #if defined(CONFIG_CPU_S3C2442) | ||
140 | static struct sysdev_driver s3c2442_pm_driver = { | 145 | static struct sysdev_driver s3c2442_pm_driver = { |
141 | .add = s3c2410_pm_add, | 146 | .add = s3c2410_pm_add, |
142 | .resume = s3c2410_pm_resume, | 147 | .resume = s3c2410_pm_resume, |
@@ -148,3 +153,4 @@ static int __init s3c2442_pm_drvinit(void) | |||
148 | } | 153 | } |
149 | 154 | ||
150 | arch_initcall(s3c2442_pm_drvinit); | 155 | arch_initcall(s3c2442_pm_drvinit); |
156 | #endif | ||
diff --git a/arch/arm/mach-s3c2410/s3c2410.c b/arch/arm/mach-s3c2410/s3c2410.c index 183e4033ce61..4cdc0d70c19f 100644 --- a/arch/arm/mach-s3c2410/s3c2410.c +++ b/arch/arm/mach-s3c2410/s3c2410.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/sysdev.h> | 19 | #include <linux/sysdev.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
21 | 22 | ||
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
@@ -38,11 +39,9 @@ | |||
38 | /* Initial IO mappings */ | 39 | /* Initial IO mappings */ |
39 | 40 | ||
40 | static struct map_desc s3c2410_iodesc[] __initdata = { | 41 | static struct map_desc s3c2410_iodesc[] __initdata = { |
41 | IODESC_ENT(USBHOST), | ||
42 | IODESC_ENT(CLKPWR), | 42 | IODESC_ENT(CLKPWR), |
43 | IODESC_ENT(LCD), | 43 | IODESC_ENT(LCD), |
44 | IODESC_ENT(TIMER), | 44 | IODESC_ENT(TIMER), |
45 | IODESC_ENT(ADC), | ||
46 | IODESC_ENT(WATCHDOG), | 45 | IODESC_ENT(WATCHDOG), |
47 | }; | 46 | }; |
48 | 47 | ||
diff --git a/arch/arm/mach-s3c2410/s3c2412-clock.c b/arch/arm/mach-s3c2410/s3c2412-clock.c index c95ed3e18580..8f94ad83901d 100644 --- a/arch/arm/mach-s3c2410/s3c2412-clock.c +++ b/arch/arm/mach-s3c2410/s3c2412-clock.c | |||
@@ -30,13 +30,18 @@ | |||
30 | #include <linux/clk.h> | 30 | #include <linux/clk.h> |
31 | #include <linux/mutex.h> | 31 | #include <linux/mutex.h> |
32 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
33 | #include <linux/serial_core.h> | ||
34 | |||
35 | #include <asm/mach/map.h> | ||
33 | 36 | ||
34 | #include <asm/hardware.h> | 37 | #include <asm/hardware.h> |
35 | #include <asm/io.h> | 38 | #include <asm/io.h> |
36 | 39 | ||
40 | #include <asm/arch/regs-serial.h> | ||
37 | #include <asm/arch/regs-clock.h> | 41 | #include <asm/arch/regs-clock.h> |
38 | #include <asm/arch/regs-gpio.h> | 42 | #include <asm/arch/regs-gpio.h> |
39 | 43 | ||
44 | #include "s3c2412.h" | ||
40 | #include "clock.h" | 45 | #include "clock.h" |
41 | #include "cpu.h" | 46 | #include "cpu.h" |
42 | 47 | ||
@@ -49,7 +54,7 @@ | |||
49 | * set the correct muxing at initialisation | 54 | * set the correct muxing at initialisation |
50 | */ | 55 | */ |
51 | 56 | ||
52 | int s3c2412_clkcon_enable(struct clk *clk, int enable) | 57 | static int s3c2412_clkcon_enable(struct clk *clk, int enable) |
53 | { | 58 | { |
54 | unsigned int clocks = clk->ctrlbit; | 59 | unsigned int clocks = clk->ctrlbit; |
55 | unsigned long clkcon; | 60 | unsigned long clkcon; |
@@ -556,7 +561,7 @@ struct clk_init { | |||
556 | struct clk *src_1; | 561 | struct clk *src_1; |
557 | }; | 562 | }; |
558 | 563 | ||
559 | struct clk_init clks_src[] __initdata = { | 564 | static struct clk_init clks_src[] __initdata = { |
560 | { | 565 | { |
561 | .clk = &clk_usysclk, | 566 | .clk = &clk_usysclk, |
562 | .bit = S3C2412_CLKSRC_USBCLK_HCLK, | 567 | .bit = S3C2412_CLKSRC_USBCLK_HCLK, |
@@ -619,7 +624,7 @@ static void __init s3c2412_clk_initparents(void) | |||
619 | 624 | ||
620 | /* clocks to add straight away */ | 625 | /* clocks to add straight away */ |
621 | 626 | ||
622 | struct clk *clks[] __initdata = { | 627 | static struct clk *clks[] __initdata = { |
623 | &clk_ext, | 628 | &clk_ext, |
624 | &clk_usb_bus, | 629 | &clk_usb_bus, |
625 | &clk_erefclk, | 630 | &clk_erefclk, |
diff --git a/arch/arm/mach-s3c2410/s3c2412-dma.c b/arch/arm/mach-s3c2410/s3c2412-dma.c index 171f3706d36d..fe71a8fdb87c 100644 --- a/arch/arm/mach-s3c2410/s3c2412-dma.c +++ b/arch/arm/mach-s3c2410/s3c2412-dma.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* linux/arch/arm/mach-s3c2410/s3c2412-dma.c | 1 | /* linux/arch/arm/mach-s3c2410/s3c2412-dma.c |
2 | * | 2 | * |
3 | * (c) 2006 Simtec Electronics | 3 | * Copyright (c) 2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 5 | * |
6 | * S3C2412 DMA selection | 6 | * S3C2412 DMA selection |
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/sysdev.h> | 17 | #include <linux/sysdev.h> |
18 | #include <linux/serial_core.h> | ||
18 | 19 | ||
19 | #include <asm/dma.h> | 20 | #include <asm/dma.h> |
20 | #include <asm/arch/dma.h> | 21 | #include <asm/arch/dma.h> |
diff --git a/arch/arm/mach-s3c2410/s3c2412.c b/arch/arm/mach-s3c2410/s3c2412.c index e76431c41461..2f651a811ecd 100644 --- a/arch/arm/mach-s3c2410/s3c2412.c +++ b/arch/arm/mach-s3c2410/s3c2412.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/sysdev.h> | 19 | #include <linux/sysdev.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
21 | 22 | ||
22 | #include <asm/mach/arch.h> | 23 | #include <asm/mach/arch.h> |
@@ -60,7 +61,6 @@ static struct map_desc s3c2412_iodesc[] __initdata = { | |||
60 | IODESC_ENT(CLKPWR), | 61 | IODESC_ENT(CLKPWR), |
61 | IODESC_ENT(LCD), | 62 | IODESC_ENT(LCD), |
62 | IODESC_ENT(TIMER), | 63 | IODESC_ENT(TIMER), |
63 | IODESC_ENT(ADC), | ||
64 | IODESC_ENT(WATCHDOG), | 64 | IODESC_ENT(WATCHDOG), |
65 | }; | 65 | }; |
66 | 66 | ||
diff --git a/arch/arm/mach-s3c2410/s3c2440-clock.c b/arch/arm/mach-s3c2410/s3c2440-clock.c index 15796864d010..ba13c1d079d1 100644 --- a/arch/arm/mach-s3c2410/s3c2440-clock.c +++ b/arch/arm/mach-s3c2410/s3c2440-clock.c | |||
@@ -113,18 +113,18 @@ static int s3c2440_clk_add(struct sys_device *sysdev) | |||
113 | { | 113 | { |
114 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); | 114 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); |
115 | unsigned long clkdivn; | 115 | unsigned long clkdivn; |
116 | struct clk *clk_h; | 116 | struct clk *clock_h; |
117 | struct clk *clk_p; | 117 | struct clk *clock_p; |
118 | struct clk *clk_upll; | 118 | struct clk *clock_upll; |
119 | 119 | ||
120 | printk("S3C2440: Clock Support, DVS %s\n", | 120 | printk("S3C2440: Clock Support, DVS %s\n", |
121 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); | 121 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); |
122 | 122 | ||
123 | clk_p = clk_get(NULL, "pclk"); | 123 | clock_p = clk_get(NULL, "pclk"); |
124 | clk_h = clk_get(NULL, "hclk"); | 124 | clock_h = clk_get(NULL, "hclk"); |
125 | clk_upll = clk_get(NULL, "upll"); | 125 | clock_upll = clk_get(NULL, "upll"); |
126 | 126 | ||
127 | if (IS_ERR(clk_p) || IS_ERR(clk_h) || IS_ERR(clk_upll)) { | 127 | if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { |
128 | printk(KERN_ERR "S3C2440: Failed to get parent clocks\n"); | 128 | printk(KERN_ERR "S3C2440: Failed to get parent clocks\n"); |
129 | return -EINVAL; | 129 | return -EINVAL; |
130 | } | 130 | } |
@@ -132,8 +132,8 @@ static int s3c2440_clk_add(struct sys_device *sysdev) | |||
132 | /* check rate of UPLL, and if it is near 96MHz, then change | 132 | /* check rate of UPLL, and if it is near 96MHz, then change |
133 | * to using half the UPLL rate for the system */ | 133 | * to using half the UPLL rate for the system */ |
134 | 134 | ||
135 | if (clk_get_rate(clk_upll) > (94 * MHZ)) { | 135 | if (clk_get_rate(clock_upll) > (94 * MHZ)) { |
136 | clk_usb_bus.rate = clk_get_rate(clk_upll) / 2; | 136 | clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; |
137 | 137 | ||
138 | mutex_lock(&clocks_mutex); | 138 | mutex_lock(&clocks_mutex); |
139 | 139 | ||
@@ -144,9 +144,9 @@ static int s3c2440_clk_add(struct sys_device *sysdev) | |||
144 | mutex_unlock(&clocks_mutex); | 144 | mutex_unlock(&clocks_mutex); |
145 | } | 145 | } |
146 | 146 | ||
147 | s3c2440_clk_cam.parent = clk_h; | 147 | s3c2440_clk_cam.parent = clock_h; |
148 | s3c2440_clk_ac97.parent = clk_p; | 148 | s3c2440_clk_ac97.parent = clock_p; |
149 | s3c2440_clk_cam_upll.parent = clk_upll; | 149 | s3c2440_clk_cam_upll.parent = clock_upll; |
150 | 150 | ||
151 | s3c24xx_register_clock(&s3c2440_clk_ac97); | 151 | s3c24xx_register_clock(&s3c2440_clk_ac97); |
152 | s3c24xx_register_clock(&s3c2440_clk_cam); | 152 | s3c24xx_register_clock(&s3c2440_clk_cam); |
diff --git a/arch/arm/mach-s3c2410/s3c2440-dma.c b/arch/arm/mach-s3c2410/s3c2440-dma.c index 11e109c84a15..47b861b9443d 100644 --- a/arch/arm/mach-s3c2410/s3c2440-dma.c +++ b/arch/arm/mach-s3c2410/s3c2440-dma.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* linux/arch/arm/mach-s3c2410/s3c2440-dma.c | 1 | /* linux/arch/arm/mach-s3c2410/s3c2440-dma.c |
2 | * | 2 | * |
3 | * (c) 2006 Simtec Electronics | 3 | * Copyright (c) 2006 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 5 | * |
6 | * S3C2440 DMA selection | 6 | * S3C2440 DMA selection |
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/kernel.h> | 15 | #include <linux/kernel.h> |
16 | #include <linux/init.h> | 16 | #include <linux/init.h> |
17 | #include <linux/sysdev.h> | 17 | #include <linux/sysdev.h> |
18 | #include <linux/serial_core.h> | ||
18 | 19 | ||
19 | #include <asm/dma.h> | 20 | #include <asm/dma.h> |
20 | #include <asm/arch/dma.h> | 21 | #include <asm/arch/dma.h> |
diff --git a/arch/arm/mach-s3c2410/s3c2440.c b/arch/arm/mach-s3c2410/s3c2440.c index 0ab50f44f318..344eb27cca48 100644 --- a/arch/arm/mach-s3c2410/s3c2440.c +++ b/arch/arm/mach-s3c2410/s3c2440.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_device.h> |
20 | #include <linux/serial_core.h> | ||
20 | #include <linux/sysdev.h> | 21 | #include <linux/sysdev.h> |
21 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
22 | 23 | ||
@@ -28,17 +29,9 @@ | |||
28 | #include <asm/io.h> | 29 | #include <asm/io.h> |
29 | #include <asm/irq.h> | 30 | #include <asm/irq.h> |
30 | 31 | ||
31 | #include <asm/arch/regs-clock.h> | ||
32 | #include <asm/arch/regs-serial.h> | ||
33 | #include <asm/arch/regs-gpio.h> | ||
34 | #include <asm/arch/regs-gpioj.h> | ||
35 | #include <asm/arch/regs-dsc.h> | ||
36 | |||
37 | #include "s3c2440.h" | 32 | #include "s3c2440.h" |
38 | #include "clock.h" | ||
39 | #include "devs.h" | 33 | #include "devs.h" |
40 | #include "cpu.h" | 34 | #include "cpu.h" |
41 | #include "pm.h" | ||
42 | 35 | ||
43 | static struct sys_device s3c2440_sysdev = { | 36 | static struct sys_device s3c2440_sysdev = { |
44 | .cls = &s3c2440_sysclass, | 37 | .cls = &s3c2440_sysclass, |
diff --git a/arch/arm/mach-s3c2410/s3c2440.h b/arch/arm/mach-s3c2410/s3c2440.h index 29cb6df65a48..dcd316076c59 100644 --- a/arch/arm/mach-s3c2410/s3c2440.h +++ b/arch/arm/mach-s3c2410/s3c2440.h | |||
@@ -8,28 +8,10 @@ | |||
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
11 | * | ||
12 | * Modifications: | ||
13 | * 24-Aug-2004 BJD Start of S3C2440 CPU support | ||
14 | * 04-Nov-2004 BJD Added s3c2440_init_uarts() | ||
15 | * 04-Jan-2005 BJD Moved uart init to cpu code | ||
16 | * 10-Jan-2005 BJD Moved 2440 specific init here | ||
17 | * 14-Jan-2005 BJD Split the clock initialisation code | ||
18 | */ | 11 | */ |
19 | 12 | ||
20 | #ifdef CONFIG_CPU_S3C2440 | 13 | #ifdef CONFIG_CPU_S3C2440 |
21 | |||
22 | extern int s3c2440_init(void); | 14 | extern int s3c2440_init(void); |
23 | |||
24 | extern void s3c2440_map_io(struct map_desc *mach_desc, int size); | ||
25 | |||
26 | extern void s3c2440_init_uarts(struct s3c2410_uartcfg *cfg, int no); | ||
27 | |||
28 | extern void s3c2440_init_clocks(int xtal); | ||
29 | |||
30 | #else | 15 | #else |
31 | #define s3c2440_init_clocks NULL | ||
32 | #define s3c2440_init_uarts NULL | ||
33 | #define s3c2440_map_io NULL | ||
34 | #define s3c2440_init NULL | 16 | #define s3c2440_init NULL |
35 | #endif | 17 | #endif |
diff --git a/arch/arm/mach-s3c2410/s3c2442-clock.c b/arch/arm/mach-s3c2410/s3c2442-clock.c index d9f54b5cab7f..4e292ca7c9be 100644 --- a/arch/arm/mach-s3c2410/s3c2442-clock.c +++ b/arch/arm/mach-s3c2410/s3c2442-clock.c | |||
@@ -117,18 +117,18 @@ static int s3c2442_clk_add(struct sys_device *sysdev) | |||
117 | { | 117 | { |
118 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); | 118 | unsigned long camdivn = __raw_readl(S3C2440_CAMDIVN); |
119 | unsigned long clkdivn; | 119 | unsigned long clkdivn; |
120 | struct clk *clk_h; | 120 | struct clk *clock_h; |
121 | struct clk *clk_p; | 121 | struct clk *clock_p; |
122 | struct clk *clk_upll; | 122 | struct clk *clock_upll; |
123 | 123 | ||
124 | printk("S3C2442: Clock Support, DVS %s\n", | 124 | printk("S3C2442: Clock Support, DVS %s\n", |
125 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); | 125 | (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off"); |
126 | 126 | ||
127 | clk_p = clk_get(NULL, "pclk"); | 127 | clock_p = clk_get(NULL, "pclk"); |
128 | clk_h = clk_get(NULL, "hclk"); | 128 | clock_h = clk_get(NULL, "hclk"); |
129 | clk_upll = clk_get(NULL, "upll"); | 129 | clock_upll = clk_get(NULL, "upll"); |
130 | 130 | ||
131 | if (IS_ERR(clk_p) || IS_ERR(clk_h) || IS_ERR(clk_upll)) { | 131 | if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { |
132 | printk(KERN_ERR "S3C2442: Failed to get parent clocks\n"); | 132 | printk(KERN_ERR "S3C2442: Failed to get parent clocks\n"); |
133 | return -EINVAL; | 133 | return -EINVAL; |
134 | } | 134 | } |
@@ -136,8 +136,8 @@ static int s3c2442_clk_add(struct sys_device *sysdev) | |||
136 | /* check rate of UPLL, and if it is near 96MHz, then change | 136 | /* check rate of UPLL, and if it is near 96MHz, then change |
137 | * to using half the UPLL rate for the system */ | 137 | * to using half the UPLL rate for the system */ |
138 | 138 | ||
139 | if (clk_get_rate(clk_upll) > (94 * MHZ)) { | 139 | if (clk_get_rate(clock_upll) > (94 * MHZ)) { |
140 | clk_usb_bus.rate = clk_get_rate(clk_upll) / 2; | 140 | clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; |
141 | 141 | ||
142 | mutex_lock(&clocks_mutex); | 142 | mutex_lock(&clocks_mutex); |
143 | 143 | ||
@@ -148,8 +148,8 @@ static int s3c2442_clk_add(struct sys_device *sysdev) | |||
148 | mutex_unlock(&clocks_mutex); | 148 | mutex_unlock(&clocks_mutex); |
149 | } | 149 | } |
150 | 150 | ||
151 | s3c2442_clk_cam.parent = clk_h; | 151 | s3c2442_clk_cam.parent = clock_h; |
152 | s3c2442_clk_cam_upll.parent = clk_upll; | 152 | s3c2442_clk_cam_upll.parent = clock_upll; |
153 | 153 | ||
154 | s3c24xx_register_clock(&s3c2442_clk_cam); | 154 | s3c24xx_register_clock(&s3c2442_clk_cam); |
155 | s3c24xx_register_clock(&s3c2442_clk_cam_upll); | 155 | s3c24xx_register_clock(&s3c2442_clk_cam_upll); |
diff --git a/arch/arm/mach-s3c2410/s3c2442.c b/arch/arm/mach-s3c2410/s3c2442.c index 581667efd13c..428732ee68c4 100644 --- a/arch/arm/mach-s3c2410/s3c2442.c +++ b/arch/arm/mach-s3c2410/s3c2442.c | |||
@@ -16,29 +16,11 @@ | |||
16 | #include <linux/list.h> | 16 | #include <linux/list.h> |
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/platform_device.h> | 19 | #include <linux/serial_core.h> |
20 | #include <linux/sysdev.h> | 20 | #include <linux/sysdev.h> |
21 | #include <linux/clk.h> | ||
22 | |||
23 | #include <asm/mach/arch.h> | ||
24 | #include <asm/mach/map.h> | ||
25 | #include <asm/mach/irq.h> | ||
26 | |||
27 | #include <asm/hardware.h> | ||
28 | #include <asm/io.h> | ||
29 | #include <asm/irq.h> | ||
30 | |||
31 | #include <asm/arch/regs-clock.h> | ||
32 | #include <asm/arch/regs-serial.h> | ||
33 | #include <asm/arch/regs-gpio.h> | ||
34 | #include <asm/arch/regs-gpioj.h> | ||
35 | #include <asm/arch/regs-dsc.h> | ||
36 | 21 | ||
37 | #include "s3c2442.h" | 22 | #include "s3c2442.h" |
38 | #include "clock.h" | ||
39 | #include "devs.h" | ||
40 | #include "cpu.h" | 23 | #include "cpu.h" |
41 | #include "pm.h" | ||
42 | 24 | ||
43 | static struct sys_device s3c2442_sysdev = { | 25 | static struct sys_device s3c2442_sysdev = { |
44 | .cls = &s3c2442_sysclass, | 26 | .cls = &s3c2442_sysclass, |
diff --git a/arch/arm/mach-s3c2410/s3c244x.c b/arch/arm/mach-s3c2410/s3c244x.c index 9a2258270de9..23c7494ad10d 100644 --- a/arch/arm/mach-s3c2410/s3c244x.c +++ b/arch/arm/mach-s3c2410/s3c244x.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <linux/list.h> | 16 | #include <linux/list.h> |
17 | #include <linux/timer.h> | 17 | #include <linux/timer.h> |
18 | #include <linux/init.h> | 18 | #include <linux/init.h> |
19 | #include <linux/serial_core.h> | ||
19 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
20 | #include <linux/sysdev.h> | 21 | #include <linux/sysdev.h> |
21 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
@@ -47,8 +48,6 @@ static struct map_desc s3c244x_iodesc[] __initdata = { | |||
47 | IODESC_ENT(TIMER), | 48 | IODESC_ENT(TIMER), |
48 | IODESC_ENT(WATCHDOG), | 49 | IODESC_ENT(WATCHDOG), |
49 | IODESC_ENT(LCD), | 50 | IODESC_ENT(LCD), |
50 | IODESC_ENT(ADC), | ||
51 | IODESC_ENT(USBHOST), | ||
52 | }; | 51 | }; |
53 | 52 | ||
54 | /* uart initialisation */ | 53 | /* uart initialisation */ |
diff --git a/arch/arm/mach-s3c2410/usb-simtec.h b/arch/arm/mach-s3c2410/usb-simtec.h index d8aa6127dedb..03842ede9e71 100644 --- a/arch/arm/mach-s3c2410/usb-simtec.h +++ b/arch/arm/mach-s3c2410/usb-simtec.h | |||
@@ -10,9 +10,6 @@ | |||
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
12 | * published by the Free Software Foundation. | 12 | * published by the Free Software Foundation. |
13 | * | ||
14 | * Modifications: | ||
15 | * 20-Aug-2004 BJD Created | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | extern int usb_simtec_init(void); | 15 | extern int usb_simtec_init(void); |
diff --git a/arch/arm/mm/ioremap.c b/arch/arm/mm/ioremap.c index 3bb3951920bc..251685fe73a8 100644 --- a/arch/arm/mm/ioremap.c +++ b/arch/arm/mm/ioremap.c | |||
@@ -292,6 +292,8 @@ __ioremap_pfn(unsigned long pfn, unsigned long offset, size_t size, | |||
292 | if (pfn >= 0x100000 && (__pfn_to_phys(pfn) & ~SUPERSECTION_MASK)) | 292 | if (pfn >= 0x100000 && (__pfn_to_phys(pfn) & ~SUPERSECTION_MASK)) |
293 | return NULL; | 293 | return NULL; |
294 | 294 | ||
295 | size = PAGE_ALIGN(size); | ||
296 | |||
295 | area = get_vm_area(size, VM_IOREMAP); | 297 | area = get_vm_area(size, VM_IOREMAP); |
296 | if (!area) | 298 | if (!area) |
297 | return NULL; | 299 | return NULL; |
diff --git a/arch/arm/mm/mmu.c b/arch/arm/mm/mmu.c index f028aef9a861..655c8376f0b5 100644 --- a/arch/arm/mm/mmu.c +++ b/arch/arm/mm/mmu.c | |||
@@ -154,6 +154,26 @@ static int __init noalign_setup(char *__unused) | |||
154 | } | 154 | } |
155 | __setup("noalign", noalign_setup); | 155 | __setup("noalign", noalign_setup); |
156 | 156 | ||
157 | #ifndef CONFIG_SMP | ||
158 | void adjust_cr(unsigned long mask, unsigned long set) | ||
159 | { | ||
160 | unsigned long flags; | ||
161 | |||
162 | mask &= ~CR_A; | ||
163 | |||
164 | set &= mask; | ||
165 | |||
166 | local_irq_save(flags); | ||
167 | |||
168 | cr_no_alignment = (cr_no_alignment & ~mask) | set; | ||
169 | cr_alignment = (cr_alignment & ~mask) | set; | ||
170 | |||
171 | set_cr((get_cr() & ~mask) | set); | ||
172 | |||
173 | local_irq_restore(flags); | ||
174 | } | ||
175 | #endif | ||
176 | |||
157 | struct mem_types { | 177 | struct mem_types { |
158 | unsigned int prot_pte; | 178 | unsigned int prot_pte; |
159 | unsigned int prot_l1; | 179 | unsigned int prot_l1; |
diff --git a/arch/arm/mm/proc-xsc3.S b/arch/arm/mm/proc-xsc3.S index 43494ae8f01a..94a58455f346 100644 --- a/arch/arm/mm/proc-xsc3.S +++ b/arch/arm/mm/proc-xsc3.S | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/arch/arm/mm/proc-xsc3.S | 2 | * linux/arch/arm/mm/proc-xsc3.S |
3 | * | 3 | * |
4 | * Original Author: Matthew Gilbert | 4 | * Original Author: Matthew Gilbert |
5 | * Current Maintainer: Deepak Saxena <dsaxena@plexity.net> | 5 | * Current Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> |
6 | * | 6 | * |
7 | * Copyright 2004 (C) Intel Corp. | 7 | * Copyright 2004 (C) Intel Corp. |
8 | * Copyright 2005 (c) MontaVista Software, Inc. | 8 | * Copyright 2005 (c) MontaVista Software, Inc. |
diff --git a/arch/i386/kernel/apm.c b/arch/i386/kernel/apm.c index b75cff25de4b..199016927541 100644 --- a/arch/i386/kernel/apm.c +++ b/arch/i386/kernel/apm.c | |||
@@ -785,7 +785,11 @@ static int apm_do_idle(void) | |||
785 | polling = !!(current_thread_info()->status & TS_POLLING); | 785 | polling = !!(current_thread_info()->status & TS_POLLING); |
786 | if (polling) { | 786 | if (polling) { |
787 | current_thread_info()->status &= ~TS_POLLING; | 787 | current_thread_info()->status &= ~TS_POLLING; |
788 | smp_mb__after_clear_bit(); | 788 | /* |
789 | * TS_POLLING-cleared state must be visible before we | ||
790 | * test NEED_RESCHED: | ||
791 | */ | ||
792 | smp_mb(); | ||
789 | } | 793 | } |
790 | if (!need_resched()) { | 794 | if (!need_resched()) { |
791 | idled = 1; | 795 | idled = 1; |
diff --git a/arch/i386/kernel/e820.c b/arch/i386/kernel/e820.c index 2f7d0a92fd7c..f391abcf7da9 100644 --- a/arch/i386/kernel/e820.c +++ b/arch/i386/kernel/e820.c | |||
@@ -668,7 +668,7 @@ void __init register_bootmem_low_pages(unsigned long max_low_pfn) | |||
668 | } | 668 | } |
669 | } | 669 | } |
670 | 670 | ||
671 | void __init register_memory(void) | 671 | void __init e820_register_memory(void) |
672 | { | 672 | { |
673 | unsigned long gapstart, gapsize, round; | 673 | unsigned long gapstart, gapsize, round; |
674 | unsigned long long last; | 674 | unsigned long long last; |
diff --git a/arch/i386/kernel/microcode.c b/arch/i386/kernel/microcode.c index 47ffec57c0cb..c8fa13721bcb 100644 --- a/arch/i386/kernel/microcode.c +++ b/arch/i386/kernel/microcode.c | |||
@@ -722,7 +722,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu) | |||
722 | return NOTIFY_OK; | 722 | return NOTIFY_OK; |
723 | } | 723 | } |
724 | 724 | ||
725 | static struct notifier_block mc_cpu_notifier = { | 725 | static struct notifier_block __cpuinitdata mc_cpu_notifier = { |
726 | .notifier_call = mc_cpu_callback, | 726 | .notifier_call = mc_cpu_callback, |
727 | }; | 727 | }; |
728 | 728 | ||
diff --git a/arch/i386/kernel/process.c b/arch/i386/kernel/process.c index 99308510a17c..c641056233a6 100644 --- a/arch/i386/kernel/process.c +++ b/arch/i386/kernel/process.c | |||
@@ -102,7 +102,12 @@ void default_idle(void) | |||
102 | { | 102 | { |
103 | if (!hlt_counter && boot_cpu_data.hlt_works_ok) { | 103 | if (!hlt_counter && boot_cpu_data.hlt_works_ok) { |
104 | current_thread_info()->status &= ~TS_POLLING; | 104 | current_thread_info()->status &= ~TS_POLLING; |
105 | smp_mb__after_clear_bit(); | 105 | /* |
106 | * TS_POLLING-cleared state must be visible before we | ||
107 | * test NEED_RESCHED: | ||
108 | */ | ||
109 | smp_mb(); | ||
110 | |||
106 | local_irq_disable(); | 111 | local_irq_disable(); |
107 | if (!need_resched()) | 112 | if (!need_resched()) |
108 | safe_halt(); /* enables interrupts racelessly */ | 113 | safe_halt(); /* enables interrupts racelessly */ |
diff --git a/arch/i386/kernel/ptrace.c b/arch/i386/kernel/ptrace.c index f3f94ac5736a..af8aabe85800 100644 --- a/arch/i386/kernel/ptrace.c +++ b/arch/i386/kernel/ptrace.c | |||
@@ -45,7 +45,7 @@ | |||
45 | /* | 45 | /* |
46 | * Offset of eflags on child stack.. | 46 | * Offset of eflags on child stack.. |
47 | */ | 47 | */ |
48 | #define EFL_OFFSET ((EFL-2)*4-sizeof(struct pt_regs)) | 48 | #define EFL_OFFSET offsetof(struct pt_regs, eflags) |
49 | 49 | ||
50 | static inline struct pt_regs *get_child_regs(struct task_struct *task) | 50 | static inline struct pt_regs *get_child_regs(struct task_struct *task) |
51 | { | 51 | { |
@@ -54,24 +54,24 @@ static inline struct pt_regs *get_child_regs(struct task_struct *task) | |||
54 | } | 54 | } |
55 | 55 | ||
56 | /* | 56 | /* |
57 | * this routine will get a word off of the processes privileged stack. | 57 | * This routine will get a word off of the processes privileged stack. |
58 | * the offset is how far from the base addr as stored in the TSS. | 58 | * the offset is bytes into the pt_regs structure on the stack. |
59 | * this routine assumes that all the privileged stacks are in our | 59 | * This routine assumes that all the privileged stacks are in our |
60 | * data space. | 60 | * data space. |
61 | */ | 61 | */ |
62 | static inline int get_stack_long(struct task_struct *task, int offset) | 62 | static inline int get_stack_long(struct task_struct *task, int offset) |
63 | { | 63 | { |
64 | unsigned char *stack; | 64 | unsigned char *stack; |
65 | 65 | ||
66 | stack = (unsigned char *)task->thread.esp0; | 66 | stack = (unsigned char *)task->thread.esp0 - sizeof(struct pt_regs); |
67 | stack += offset; | 67 | stack += offset; |
68 | return (*((int *)stack)); | 68 | return (*((int *)stack)); |
69 | } | 69 | } |
70 | 70 | ||
71 | /* | 71 | /* |
72 | * this routine will put a word on the processes privileged stack. | 72 | * This routine will put a word on the processes privileged stack. |
73 | * the offset is how far from the base addr as stored in the TSS. | 73 | * the offset is bytes into the pt_regs structure on the stack. |
74 | * this routine assumes that all the privileged stacks are in our | 74 | * This routine assumes that all the privileged stacks are in our |
75 | * data space. | 75 | * data space. |
76 | */ | 76 | */ |
77 | static inline int put_stack_long(struct task_struct *task, int offset, | 77 | static inline int put_stack_long(struct task_struct *task, int offset, |
@@ -79,7 +79,7 @@ static inline int put_stack_long(struct task_struct *task, int offset, | |||
79 | { | 79 | { |
80 | unsigned char * stack; | 80 | unsigned char * stack; |
81 | 81 | ||
82 | stack = (unsigned char *) task->thread.esp0; | 82 | stack = (unsigned char *)task->thread.esp0 - sizeof(struct pt_regs); |
83 | stack += offset; | 83 | stack += offset; |
84 | *(unsigned long *) stack = data; | 84 | *(unsigned long *) stack = data; |
85 | return 0; | 85 | return 0; |
@@ -114,7 +114,7 @@ static int putreg(struct task_struct *child, | |||
114 | } | 114 | } |
115 | if (regno > ES*4) | 115 | if (regno > ES*4) |
116 | regno -= 1*4; | 116 | regno -= 1*4; |
117 | put_stack_long(child, regno - sizeof(struct pt_regs), value); | 117 | put_stack_long(child, regno, value); |
118 | return 0; | 118 | return 0; |
119 | } | 119 | } |
120 | 120 | ||
@@ -137,7 +137,6 @@ static unsigned long getreg(struct task_struct *child, | |||
137 | default: | 137 | default: |
138 | if (regno > ES*4) | 138 | if (regno > ES*4) |
139 | regno -= 1*4; | 139 | regno -= 1*4; |
140 | regno = regno - sizeof(struct pt_regs); | ||
141 | retval &= get_stack_long(child, regno); | 140 | retval &= get_stack_long(child, regno); |
142 | } | 141 | } |
143 | return retval; | 142 | return retval; |
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 79df6e612dbd..6f6cb7b31d18 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
@@ -639,7 +639,7 @@ void __init setup_arch(char **cmdline_p) | |||
639 | get_smp_config(); | 639 | get_smp_config(); |
640 | #endif | 640 | #endif |
641 | 641 | ||
642 | register_memory(); | 642 | e820_register_memory(); |
643 | 643 | ||
644 | #ifdef CONFIG_VT | 644 | #ifdef CONFIG_VT |
645 | #if defined(CONFIG_VGA_CONSOLE) | 645 | #if defined(CONFIG_VGA_CONSOLE) |
diff --git a/arch/i386/mm/discontig.c b/arch/i386/mm/discontig.c index 103b76e56a94..e0c390d6ceb5 100644 --- a/arch/i386/mm/discontig.c +++ b/arch/i386/mm/discontig.c | |||
@@ -405,3 +405,31 @@ void __init set_highmem_pages_init(int bad_ppro) | |||
405 | totalram_pages += totalhigh_pages; | 405 | totalram_pages += totalhigh_pages; |
406 | #endif | 406 | #endif |
407 | } | 407 | } |
408 | |||
409 | #ifdef CONFIG_MEMORY_HOTPLUG | ||
410 | int paddr_to_nid(u64 addr) | ||
411 | { | ||
412 | int nid; | ||
413 | unsigned long pfn = PFN_DOWN(addr); | ||
414 | |||
415 | for_each_node(nid) | ||
416 | if (node_start_pfn[nid] <= pfn && | ||
417 | pfn < node_end_pfn[nid]) | ||
418 | return nid; | ||
419 | |||
420 | return -1; | ||
421 | } | ||
422 | |||
423 | /* | ||
424 | * This function is used to ask node id BEFORE memmap and mem_section's | ||
425 | * initialization (pfn_to_nid() can't be used yet). | ||
426 | * If _PXM is not defined on ACPI's DSDT, node id must be found by this. | ||
427 | */ | ||
428 | int memory_add_physaddr_to_nid(u64 addr) | ||
429 | { | ||
430 | int nid = paddr_to_nid(addr); | ||
431 | return (nid >= 0) ? nid : 0; | ||
432 | } | ||
433 | |||
434 | EXPORT_SYMBOL_GPL(memory_add_physaddr_to_nid); | ||
435 | #endif | ||
diff --git a/arch/i386/mm/init.c b/arch/i386/mm/init.c index 84697dfc7348..60a7e57af197 100644 --- a/arch/i386/mm/init.c +++ b/arch/i386/mm/init.c | |||
@@ -673,16 +673,10 @@ void __init mem_init(void) | |||
673 | #endif | 673 | #endif |
674 | } | 674 | } |
675 | 675 | ||
676 | /* | ||
677 | * this is for the non-NUMA, single node SMP system case. | ||
678 | * Specifically, in the case of x86, we will always add | ||
679 | * memory to the highmem for now. | ||
680 | */ | ||
681 | #ifdef CONFIG_MEMORY_HOTPLUG | 676 | #ifdef CONFIG_MEMORY_HOTPLUG |
682 | #ifndef CONFIG_NEED_MULTIPLE_NODES | ||
683 | int arch_add_memory(int nid, u64 start, u64 size) | 677 | int arch_add_memory(int nid, u64 start, u64 size) |
684 | { | 678 | { |
685 | struct pglist_data *pgdata = &contig_page_data; | 679 | struct pglist_data *pgdata = NODE_DATA(nid); |
686 | struct zone *zone = pgdata->node_zones + ZONE_HIGHMEM; | 680 | struct zone *zone = pgdata->node_zones + ZONE_HIGHMEM; |
687 | unsigned long start_pfn = start >> PAGE_SHIFT; | 681 | unsigned long start_pfn = start >> PAGE_SHIFT; |
688 | unsigned long nr_pages = size >> PAGE_SHIFT; | 682 | unsigned long nr_pages = size >> PAGE_SHIFT; |
@@ -694,7 +688,7 @@ int remove_memory(u64 start, u64 size) | |||
694 | { | 688 | { |
695 | return -EINVAL; | 689 | return -EINVAL; |
696 | } | 690 | } |
697 | #endif | 691 | EXPORT_SYMBOL_GPL(remove_memory); |
698 | #endif | 692 | #endif |
699 | 693 | ||
700 | struct kmem_cache *pgd_cache; | 694 | struct kmem_cache *pgd_cache; |
diff --git a/arch/i386/pci/fixup.c b/arch/i386/pci/fixup.c index cde1170b01a1..8053b17ab647 100644 --- a/arch/i386/pci/fixup.c +++ b/arch/i386/pci/fixup.c | |||
@@ -115,7 +115,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, pci | |||
115 | #define VIA_8363_KL133_REVISION_ID 0x81 | 115 | #define VIA_8363_KL133_REVISION_ID 0x81 |
116 | #define VIA_8363_KM133_REVISION_ID 0x84 | 116 | #define VIA_8363_KM133_REVISION_ID 0x84 |
117 | 117 | ||
118 | static void __devinit pci_fixup_via_northbridge_bug(struct pci_dev *d) | 118 | static void pci_fixup_via_northbridge_bug(struct pci_dev *d) |
119 | { | 119 | { |
120 | u8 v; | 120 | u8 v; |
121 | u8 revision; | 121 | u8 revision; |
@@ -151,6 +151,10 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8363_0, pci_fixup_ | |||
151 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8622, pci_fixup_via_northbridge_bug); | 151 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8622, pci_fixup_via_northbridge_bug); |
152 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8361, pci_fixup_via_northbridge_bug); | 152 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8361, pci_fixup_via_northbridge_bug); |
153 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8367_0, pci_fixup_via_northbridge_bug); | 153 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8367_0, pci_fixup_via_northbridge_bug); |
154 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8363_0, pci_fixup_via_northbridge_bug); | ||
155 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8622, pci_fixup_via_northbridge_bug); | ||
156 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8361, pci_fixup_via_northbridge_bug); | ||
157 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8367_0, pci_fixup_via_northbridge_bug); | ||
154 | 158 | ||
155 | /* | 159 | /* |
156 | * For some reasons Intel decided that certain parts of their | 160 | * For some reasons Intel decided that certain parts of their |
@@ -181,7 +185,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_ANY_ID, pci_fixup_transparent_ | |||
181 | * issue another HALT within 80 ns of the initial HALT, the failure condition | 185 | * issue another HALT within 80 ns of the initial HALT, the failure condition |
182 | * is avoided. | 186 | * is avoided. |
183 | */ | 187 | */ |
184 | static void __init pci_fixup_nforce2(struct pci_dev *dev) | 188 | static void pci_fixup_nforce2(struct pci_dev *dev) |
185 | { | 189 | { |
186 | u32 val; | 190 | u32 val; |
187 | 191 | ||
@@ -204,6 +208,7 @@ static void __init pci_fixup_nforce2(struct pci_dev *dev) | |||
204 | } | 208 | } |
205 | } | 209 | } |
206 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2, pci_fixup_nforce2); | 210 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2, pci_fixup_nforce2); |
211 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2, pci_fixup_nforce2); | ||
207 | 212 | ||
208 | /* Max PCI Express root ports */ | 213 | /* Max PCI Express root ports */ |
209 | #define MAX_PCIEROOT 6 | 214 | #define MAX_PCIEROOT 6 |
@@ -419,7 +424,7 @@ DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_TI, 0x8032, | |||
419 | * Prevent the BIOS trapping accesses to the Cyrix CS5530A video device | 424 | * Prevent the BIOS trapping accesses to the Cyrix CS5530A video device |
420 | * configuration space. | 425 | * configuration space. |
421 | */ | 426 | */ |
422 | static void __devinit pci_early_fixup_cyrix_5530(struct pci_dev *dev) | 427 | static void pci_early_fixup_cyrix_5530(struct pci_dev *dev) |
423 | { | 428 | { |
424 | u8 r; | 429 | u8 r; |
425 | /* clear 'F4 Video Configuration Trap' bit */ | 430 | /* clear 'F4 Video Configuration Trap' bit */ |
@@ -429,3 +434,5 @@ static void __devinit pci_early_fixup_cyrix_5530(struct pci_dev *dev) | |||
429 | } | 434 | } |
430 | DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, | 435 | DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, |
431 | pci_early_fixup_cyrix_5530); | 436 | pci_early_fixup_cyrix_5530); |
437 | DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, | ||
438 | pci_early_fixup_cyrix_5530); | ||
diff --git a/arch/ia64/kernel/process.c b/arch/ia64/kernel/process.c index 51922b98086a..17685abaf496 100644 --- a/arch/ia64/kernel/process.c +++ b/arch/ia64/kernel/process.c | |||
@@ -268,10 +268,16 @@ cpu_idle (void) | |||
268 | 268 | ||
269 | /* endless idle loop with no priority at all */ | 269 | /* endless idle loop with no priority at all */ |
270 | while (1) { | 270 | while (1) { |
271 | if (can_do_pal_halt) | 271 | if (can_do_pal_halt) { |
272 | current_thread_info()->status &= ~TS_POLLING; | 272 | current_thread_info()->status &= ~TS_POLLING; |
273 | else | 273 | /* |
274 | * TS_POLLING-cleared state must be visible before we | ||
275 | * test NEED_RESCHED: | ||
276 | */ | ||
277 | smp_mb(); | ||
278 | } else { | ||
274 | current_thread_info()->status |= TS_POLLING; | 279 | current_thread_info()->status |= TS_POLLING; |
280 | } | ||
275 | 281 | ||
276 | if (!need_resched()) { | 282 | if (!need_resched()) { |
277 | void (*idle)(void); | 283 | void (*idle)(void); |
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 343dbcfdf08a..98392fb5f581 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -152,6 +152,9 @@ $(obj)/zImage.initrd.miboot: vmlinux $(wrapperbits) | |||
152 | $(obj)/zImage.ps3: vmlinux | 152 | $(obj)/zImage.ps3: vmlinux |
153 | $(STRIP) -s -R .comment $< -o $@ | 153 | $(STRIP) -s -R .comment $< -o $@ |
154 | 154 | ||
155 | $(obj)/zImage.initrd.ps3: vmlinux | ||
156 | @echo " WARNING zImage.initrd.ps3 not supported (yet)" | ||
157 | |||
155 | $(obj)/uImage: vmlinux $(wrapperbits) | 158 | $(obj)/uImage: vmlinux $(wrapperbits) |
156 | $(call cmd,wrap,uboot) | 159 | $(call cmd,wrap,uboot) |
157 | 160 | ||
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index a98c982c73ad..d1d25152f74f 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_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.19-rc6 | 3 | # Linux kernel version: 2.6.20-rc1 |
4 | # Wed Nov 22 15:33:04 2006 | 4 | # Tue Dec 19 14:59:53 2006 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
@@ -10,6 +10,8 @@ CONFIG_MMU=y | |||
10 | CONFIG_GENERIC_HARDIRQS=y | 10 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_IRQ_PER_CPU=y | 11 | CONFIG_IRQ_PER_CPU=y |
12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
13 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
14 | CONFIG_ARCH_HAS_ILOG2_U64=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | 15 | CONFIG_GENERIC_HWEIGHT=y |
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 16 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
15 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 17 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
@@ -23,6 +25,7 @@ CONFIG_PPC_OF=y | |||
23 | CONFIG_PPC_UDBG_16550=y | 25 | CONFIG_PPC_UDBG_16550=y |
24 | # CONFIG_GENERIC_TBSYNC is not set | 26 | # CONFIG_GENERIC_TBSYNC is not set |
25 | CONFIG_AUDIT_ARCH=y | 27 | CONFIG_AUDIT_ARCH=y |
28 | CONFIG_GENERIC_BUG=y | ||
26 | # CONFIG_DEFAULT_UIMAGE is not set | 29 | # CONFIG_DEFAULT_UIMAGE is not set |
27 | 30 | ||
28 | # | 31 | # |
@@ -66,6 +69,7 @@ CONFIG_SYSVIPC=y | |||
66 | CONFIG_IKCONFIG=y | 69 | CONFIG_IKCONFIG=y |
67 | CONFIG_IKCONFIG_PROC=y | 70 | CONFIG_IKCONFIG_PROC=y |
68 | CONFIG_CPUSETS=y | 71 | CONFIG_CPUSETS=y |
72 | CONFIG_SYSFS_DEPRECATED=y | ||
69 | # CONFIG_RELAY is not set | 73 | # CONFIG_RELAY is not set |
70 | CONFIG_INITRAMFS_SOURCE="" | 74 | CONFIG_INITRAMFS_SOURCE="" |
71 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 75 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
@@ -128,14 +132,16 @@ CONFIG_PPC_MULTIPLATFORM=y | |||
128 | # CONFIG_APUS is not set | 132 | # CONFIG_APUS is not set |
129 | # CONFIG_PPC_PSERIES is not set | 133 | # CONFIG_PPC_PSERIES is not set |
130 | # CONFIG_PPC_ISERIES is not set | 134 | # CONFIG_PPC_ISERIES is not set |
135 | # CONFIG_PPC_MPC52xx is not set | ||
131 | # CONFIG_PPC_PMAC is not set | 136 | # CONFIG_PPC_PMAC is not set |
132 | # CONFIG_PPC_MAPLE is not set | 137 | # CONFIG_PPC_MAPLE is not set |
133 | # CONFIG_PPC_PASEMI is not set | 138 | # CONFIG_PPC_PASEMI is not set |
134 | CONFIG_PPC_CELL=y | 139 | CONFIG_PPC_CELL=y |
135 | CONFIG_PPC_CELL_NATIVE=y | 140 | CONFIG_PPC_CELL_NATIVE=y |
136 | CONFIG_PPC_IBM_CELL_BLADE=y | 141 | CONFIG_PPC_IBM_CELL_BLADE=y |
137 | CONFIG_UDBG_RTAS_CONSOLE=y | ||
138 | CONFIG_PPC_PS3=y | 142 | CONFIG_PPC_PS3=y |
143 | CONFIG_PPC_NATIVE=y | ||
144 | CONFIG_UDBG_RTAS_CONSOLE=y | ||
139 | # CONFIG_U3_DART is not set | 145 | # CONFIG_U3_DART is not set |
140 | CONFIG_PPC_RTAS=y | 146 | CONFIG_PPC_RTAS=y |
141 | # CONFIG_RTAS_ERROR_LOGGING is not set | 147 | # CONFIG_RTAS_ERROR_LOGGING is not set |
@@ -177,12 +183,14 @@ CONFIG_CBE_CPUFREQ=m | |||
177 | CONFIG_PS3_HTAB_SIZE=20 | 183 | CONFIG_PS3_HTAB_SIZE=20 |
178 | # CONFIG_PS3_DYNAMIC_DMA is not set | 184 | # CONFIG_PS3_DYNAMIC_DMA is not set |
179 | CONFIG_PS3_USE_LPAR_ADDR=y | 185 | CONFIG_PS3_USE_LPAR_ADDR=y |
186 | CONFIG_PS3_VUART=y | ||
180 | 187 | ||
181 | # | 188 | # |
182 | # Kernel options | 189 | # Kernel options |
183 | # | 190 | # |
184 | # CONFIG_HZ_100 is not set | 191 | # CONFIG_HZ_100 is not set |
185 | CONFIG_HZ_250=y | 192 | CONFIG_HZ_250=y |
193 | # CONFIG_HZ_300 is not set | ||
186 | # CONFIG_HZ_1000 is not set | 194 | # CONFIG_HZ_1000 is not set |
187 | CONFIG_HZ=250 | 195 | CONFIG_HZ=250 |
188 | CONFIG_PREEMPT_NONE=y | 196 | CONFIG_PREEMPT_NONE=y |
@@ -237,6 +245,7 @@ CONFIG_GENERIC_ISA_DMA=y | |||
237 | CONFIG_PCI=y | 245 | CONFIG_PCI=y |
238 | CONFIG_PCI_DOMAINS=y | 246 | CONFIG_PCI_DOMAINS=y |
239 | CONFIG_PCIEPORTBUS=y | 247 | CONFIG_PCIEPORTBUS=y |
248 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
240 | # CONFIG_PCI_DEBUG is not set | 249 | # CONFIG_PCI_DEBUG is not set |
241 | 250 | ||
242 | # | 251 | # |
@@ -270,7 +279,10 @@ CONFIG_INET=y | |||
270 | CONFIG_IP_MULTICAST=y | 279 | CONFIG_IP_MULTICAST=y |
271 | # CONFIG_IP_ADVANCED_ROUTER is not set | 280 | # CONFIG_IP_ADVANCED_ROUTER is not set |
272 | CONFIG_IP_FIB_HASH=y | 281 | CONFIG_IP_FIB_HASH=y |
273 | # CONFIG_IP_PNP is not set | 282 | CONFIG_IP_PNP=y |
283 | CONFIG_IP_PNP_DHCP=y | ||
284 | CONFIG_IP_PNP_BOOTP=y | ||
285 | CONFIG_IP_PNP_RARP=y | ||
274 | CONFIG_NET_IPIP=y | 286 | CONFIG_NET_IPIP=y |
275 | # CONFIG_NET_IPGRE is not set | 287 | # CONFIG_NET_IPGRE is not set |
276 | # CONFIG_IP_MROUTE is not set | 288 | # CONFIG_IP_MROUTE is not set |
@@ -289,6 +301,7 @@ CONFIG_INET_TCP_DIAG=y | |||
289 | # CONFIG_TCP_CONG_ADVANCED is not set | 301 | # CONFIG_TCP_CONG_ADVANCED is not set |
290 | CONFIG_TCP_CONG_CUBIC=y | 302 | CONFIG_TCP_CONG_CUBIC=y |
291 | CONFIG_DEFAULT_TCP_CONG="cubic" | 303 | CONFIG_DEFAULT_TCP_CONG="cubic" |
304 | # CONFIG_TCP_MD5SIG is not set | ||
292 | 305 | ||
293 | # | 306 | # |
294 | # IP: Virtual Server Configuration | 307 | # IP: Virtual Server Configuration |
@@ -317,31 +330,67 @@ CONFIG_NETFILTER=y | |||
317 | # | 330 | # |
318 | # Core Netfilter Configuration | 331 | # Core Netfilter Configuration |
319 | # | 332 | # |
320 | # CONFIG_NETFILTER_NETLINK is not set | 333 | CONFIG_NETFILTER_NETLINK=m |
321 | # CONFIG_NETFILTER_XTABLES is not set | 334 | CONFIG_NETFILTER_NETLINK_QUEUE=m |
335 | CONFIG_NETFILTER_NETLINK_LOG=m | ||
336 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
337 | CONFIG_NETFILTER_XTABLES=m | ||
338 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
339 | CONFIG_NETFILTER_XT_TARGET_DSCP=m | ||
340 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
341 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
342 | CONFIG_NETFILTER_XT_TARGET_NFLOG=m | ||
343 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
344 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | ||
345 | CONFIG_NETFILTER_XT_MATCH_DSCP=m | ||
346 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
347 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
348 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
349 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
350 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
351 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
352 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
353 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
354 | CONFIG_NETFILTER_XT_MATCH_QUOTA=m | ||
355 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
356 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
357 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m | ||
358 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
359 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
360 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m | ||
322 | 361 | ||
323 | # | 362 | # |
324 | # IP: Netfilter Configuration | 363 | # IP: Netfilter Configuration |
325 | # | 364 | # |
326 | CONFIG_IP_NF_CONNTRACK=y | ||
327 | # CONFIG_IP_NF_CT_ACCT is not set | ||
328 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
329 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
330 | CONFIG_IP_NF_CT_PROTO_SCTP=y | ||
331 | CONFIG_IP_NF_FTP=m | ||
332 | CONFIG_IP_NF_IRC=m | ||
333 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
334 | CONFIG_IP_NF_TFTP=m | ||
335 | CONFIG_IP_NF_AMANDA=m | ||
336 | # CONFIG_IP_NF_PPTP is not set | ||
337 | # CONFIG_IP_NF_H323 is not set | ||
338 | # CONFIG_IP_NF_SIP is not set | ||
339 | CONFIG_IP_NF_QUEUE=m | 365 | CONFIG_IP_NF_QUEUE=m |
366 | CONFIG_IP_NF_IPTABLES=m | ||
367 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
368 | CONFIG_IP_NF_MATCH_TOS=m | ||
369 | CONFIG_IP_NF_MATCH_RECENT=m | ||
370 | CONFIG_IP_NF_MATCH_ECN=m | ||
371 | CONFIG_IP_NF_MATCH_AH=m | ||
372 | CONFIG_IP_NF_MATCH_TTL=m | ||
373 | CONFIG_IP_NF_MATCH_OWNER=m | ||
374 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
375 | CONFIG_IP_NF_FILTER=m | ||
376 | CONFIG_IP_NF_TARGET_REJECT=m | ||
377 | CONFIG_IP_NF_TARGET_LOG=m | ||
378 | CONFIG_IP_NF_TARGET_ULOG=m | ||
379 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
380 | CONFIG_IP_NF_MANGLE=m | ||
381 | CONFIG_IP_NF_TARGET_TOS=m | ||
382 | CONFIG_IP_NF_TARGET_ECN=m | ||
383 | CONFIG_IP_NF_TARGET_TTL=m | ||
384 | CONFIG_IP_NF_RAW=m | ||
385 | CONFIG_IP_NF_ARPTABLES=m | ||
386 | CONFIG_IP_NF_ARPFILTER=m | ||
387 | CONFIG_IP_NF_ARP_MANGLE=m | ||
340 | 388 | ||
341 | # | 389 | # |
342 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | 390 | # IPv6: Netfilter Configuration (EXPERIMENTAL) |
343 | # | 391 | # |
344 | # CONFIG_IP6_NF_QUEUE is not set | 392 | # CONFIG_IP6_NF_QUEUE is not set |
393 | # CONFIG_IP6_NF_IPTABLES is not set | ||
345 | 394 | ||
346 | # | 395 | # |
347 | # DCCP Configuration (EXPERIMENTAL) | 396 | # DCCP Configuration (EXPERIMENTAL) |
@@ -373,6 +422,7 @@ CONFIG_IP_NF_QUEUE=m | |||
373 | # QoS and/or fair queueing | 422 | # QoS and/or fair queueing |
374 | # | 423 | # |
375 | # CONFIG_NET_SCHED is not set | 424 | # CONFIG_NET_SCHED is not set |
425 | CONFIG_NET_CLS_ROUTE=y | ||
376 | 426 | ||
377 | # | 427 | # |
378 | # Network testing | 428 | # Network testing |
@@ -428,6 +478,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
428 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 478 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
429 | # CONFIG_BLK_DEV_NBD is not set | 479 | # CONFIG_BLK_DEV_NBD is not set |
430 | # CONFIG_BLK_DEV_SX8 is not set | 480 | # CONFIG_BLK_DEV_SX8 is not set |
481 | # CONFIG_BLK_DEV_UB is not set | ||
431 | CONFIG_BLK_DEV_RAM=y | 482 | CONFIG_BLK_DEV_RAM=y |
432 | CONFIG_BLK_DEV_RAM_COUNT=16 | 483 | CONFIG_BLK_DEV_RAM_COUNT=16 |
433 | CONFIG_BLK_DEV_RAM_SIZE=131072 | 484 | CONFIG_BLK_DEV_RAM_SIZE=131072 |
@@ -457,6 +508,7 @@ CONFIG_IDEDISK_MULTI_MODE=y | |||
457 | # CONFIG_BLK_DEV_IDECD is not set | 508 | # CONFIG_BLK_DEV_IDECD is not set |
458 | # CONFIG_BLK_DEV_IDETAPE is not set | 509 | # CONFIG_BLK_DEV_IDETAPE is not set |
459 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | 510 | # CONFIG_BLK_DEV_IDEFLOPPY is not set |
511 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
460 | # CONFIG_IDE_TASK_IOCTL is not set | 512 | # CONFIG_IDE_TASK_IOCTL is not set |
461 | 513 | ||
462 | # | 514 | # |
@@ -468,7 +520,6 @@ CONFIG_IDEPCI_SHARE_IRQ=y | |||
468 | # CONFIG_BLK_DEV_OFFBOARD is not set | 520 | # CONFIG_BLK_DEV_OFFBOARD is not set |
469 | CONFIG_BLK_DEV_GENERIC=y | 521 | CONFIG_BLK_DEV_GENERIC=y |
470 | # CONFIG_BLK_DEV_OPTI621 is not set | 522 | # CONFIG_BLK_DEV_OPTI621 is not set |
471 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
472 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 523 | CONFIG_BLK_DEV_IDEDMA_PCI=y |
473 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | 524 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set |
474 | CONFIG_IDEDMA_PCI_AUTO=y | 525 | CONFIG_IDEDMA_PCI_AUTO=y |
@@ -492,6 +543,7 @@ CONFIG_BLK_DEV_AEC62XX=y | |||
492 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | 543 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set |
493 | # CONFIG_BLK_DEV_SVWKS is not set | 544 | # CONFIG_BLK_DEV_SVWKS is not set |
494 | CONFIG_BLK_DEV_SIIMAGE=y | 545 | CONFIG_BLK_DEV_SIIMAGE=y |
546 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
495 | # CONFIG_BLK_DEV_SLC90E66 is not set | 547 | # CONFIG_BLK_DEV_SLC90E66 is not set |
496 | # CONFIG_BLK_DEV_TRM290 is not set | 548 | # CONFIG_BLK_DEV_TRM290 is not set |
497 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 549 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
@@ -505,8 +557,74 @@ CONFIG_IDEDMA_AUTO=y | |||
505 | # SCSI device support | 557 | # SCSI device support |
506 | # | 558 | # |
507 | # CONFIG_RAID_ATTRS is not set | 559 | # CONFIG_RAID_ATTRS is not set |
508 | # CONFIG_SCSI is not set | 560 | CONFIG_SCSI=m |
561 | # CONFIG_SCSI_TGT is not set | ||
509 | # CONFIG_SCSI_NETLINK is not set | 562 | # CONFIG_SCSI_NETLINK is not set |
563 | CONFIG_SCSI_PROC_FS=y | ||
564 | |||
565 | # | ||
566 | # SCSI support type (disk, tape, CD-ROM) | ||
567 | # | ||
568 | CONFIG_BLK_DEV_SD=m | ||
569 | # CONFIG_CHR_DEV_ST is not set | ||
570 | # CONFIG_CHR_DEV_OSST is not set | ||
571 | CONFIG_BLK_DEV_SR=m | ||
572 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
573 | CONFIG_CHR_DEV_SG=m | ||
574 | # CONFIG_CHR_DEV_SCH is not set | ||
575 | |||
576 | # | ||
577 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
578 | # | ||
579 | # CONFIG_SCSI_MULTI_LUN is not set | ||
580 | # CONFIG_SCSI_CONSTANTS is not set | ||
581 | # CONFIG_SCSI_LOGGING is not set | ||
582 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
583 | |||
584 | # | ||
585 | # SCSI Transports | ||
586 | # | ||
587 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
588 | # CONFIG_SCSI_FC_ATTRS is not set | ||
589 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
590 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
591 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
592 | |||
593 | # | ||
594 | # SCSI low-level drivers | ||
595 | # | ||
596 | # CONFIG_ISCSI_TCP is not set | ||
597 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
598 | # CONFIG_SCSI_3W_9XXX is not set | ||
599 | # CONFIG_SCSI_ACARD is not set | ||
600 | # CONFIG_SCSI_AACRAID is not set | ||
601 | # CONFIG_SCSI_AIC7XXX is not set | ||
602 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
603 | # CONFIG_SCSI_AIC79XX is not set | ||
604 | # CONFIG_SCSI_AIC94XX is not set | ||
605 | # CONFIG_SCSI_ARCMSR is not set | ||
606 | # CONFIG_MEGARAID_NEWGEN is not set | ||
607 | # CONFIG_MEGARAID_LEGACY is not set | ||
608 | # CONFIG_MEGARAID_SAS is not set | ||
609 | # CONFIG_SCSI_HPTIOP is not set | ||
610 | # CONFIG_SCSI_BUSLOGIC is not set | ||
611 | # CONFIG_SCSI_DMX3191D is not set | ||
612 | # CONFIG_SCSI_EATA is not set | ||
613 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
614 | # CONFIG_SCSI_GDTH is not set | ||
615 | # CONFIG_SCSI_IPS is not set | ||
616 | # CONFIG_SCSI_INITIO is not set | ||
617 | # CONFIG_SCSI_INIA100 is not set | ||
618 | # CONFIG_SCSI_STEX is not set | ||
619 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
620 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
621 | # CONFIG_SCSI_QLA_FC is not set | ||
622 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
623 | # CONFIG_SCSI_LPFC is not set | ||
624 | # CONFIG_SCSI_DC395x is not set | ||
625 | # CONFIG_SCSI_DC390T is not set | ||
626 | # CONFIG_SCSI_DEBUG is not set | ||
627 | # CONFIG_SCSI_SRP is not set | ||
510 | 628 | ||
511 | # | 629 | # |
512 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | 630 | # Serial ATA (prod) and Parallel ATA (experimental) drivers |
@@ -538,6 +656,9 @@ CONFIG_DM_MULTIPATH=m | |||
538 | # Fusion MPT device support | 656 | # Fusion MPT device support |
539 | # | 657 | # |
540 | # CONFIG_FUSION is not set | 658 | # CONFIG_FUSION is not set |
659 | # CONFIG_FUSION_SPI is not set | ||
660 | # CONFIG_FUSION_FC is not set | ||
661 | # CONFIG_FUSION_SAS is not set | ||
541 | 662 | ||
542 | # | 663 | # |
543 | # IEEE 1394 (FireWire) support | 664 | # IEEE 1394 (FireWire) support |
@@ -552,6 +673,7 @@ CONFIG_DM_MULTIPATH=m | |||
552 | # | 673 | # |
553 | # Macintosh device drivers | 674 | # Macintosh device drivers |
554 | # | 675 | # |
676 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
555 | # CONFIG_WINDFARM is not set | 677 | # CONFIG_WINDFARM is not set |
556 | 678 | ||
557 | # | 679 | # |
@@ -559,7 +681,7 @@ CONFIG_DM_MULTIPATH=m | |||
559 | # | 681 | # |
560 | CONFIG_NETDEVICES=y | 682 | CONFIG_NETDEVICES=y |
561 | # CONFIG_DUMMY is not set | 683 | # CONFIG_DUMMY is not set |
562 | CONFIG_BONDING=y | 684 | CONFIG_BONDING=m |
563 | # CONFIG_EQUALIZER is not set | 685 | # CONFIG_EQUALIZER is not set |
564 | CONFIG_TUN=y | 686 | CONFIG_TUN=y |
565 | 687 | ||
@@ -604,11 +726,11 @@ CONFIG_E1000_NAPI=y | |||
604 | # CONFIG_R8169 is not set | 726 | # CONFIG_R8169 is not set |
605 | # CONFIG_SIS190 is not set | 727 | # CONFIG_SIS190 is not set |
606 | CONFIG_SKGE=m | 728 | CONFIG_SKGE=m |
607 | # CONFIG_SKY2 is not set | 729 | CONFIG_SKY2=m |
608 | # CONFIG_SK98LIN is not set | 730 | # CONFIG_SK98LIN is not set |
609 | # CONFIG_TIGON3 is not set | 731 | CONFIG_TIGON3=y |
610 | # CONFIG_BNX2 is not set | 732 | # CONFIG_BNX2 is not set |
611 | CONFIG_SPIDER_NET=m | 733 | CONFIG_SPIDER_NET=y |
612 | # CONFIG_QLA3XXX is not set | 734 | # CONFIG_QLA3XXX is not set |
613 | 735 | ||
614 | # | 736 | # |
@@ -618,6 +740,7 @@ CONFIG_SPIDER_NET=m | |||
618 | # CONFIG_IXGB is not set | 740 | # CONFIG_IXGB is not set |
619 | # CONFIG_S2IO is not set | 741 | # CONFIG_S2IO is not set |
620 | # CONFIG_MYRI10GE is not set | 742 | # CONFIG_MYRI10GE is not set |
743 | # CONFIG_NETXEN_NIC is not set | ||
621 | 744 | ||
622 | # | 745 | # |
623 | # Token Ring devices | 746 | # Token Ring devices |
@@ -637,6 +760,7 @@ CONFIG_SPIDER_NET=m | |||
637 | # CONFIG_HIPPI is not set | 760 | # CONFIG_HIPPI is not set |
638 | # CONFIG_PPP is not set | 761 | # CONFIG_PPP is not set |
639 | # CONFIG_SLIP is not set | 762 | # CONFIG_SLIP is not set |
763 | # CONFIG_NET_FC is not set | ||
640 | # CONFIG_SHAPER is not set | 764 | # CONFIG_SHAPER is not set |
641 | # CONFIG_NETCONSOLE is not set | 765 | # CONFIG_NETCONSOLE is not set |
642 | # CONFIG_NETPOLL is not set | 766 | # CONFIG_NETPOLL is not set |
@@ -703,6 +827,7 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
703 | # CONFIG_DIGIEPCA is not set | 827 | # CONFIG_DIGIEPCA is not set |
704 | # CONFIG_MOXA_INTELLIO is not set | 828 | # CONFIG_MOXA_INTELLIO is not set |
705 | # CONFIG_MOXA_SMARTIO is not set | 829 | # CONFIG_MOXA_SMARTIO is not set |
830 | # CONFIG_MOXA_SMARTIO_NEW is not set | ||
706 | # CONFIG_ISI is not set | 831 | # CONFIG_ISI is not set |
707 | # CONFIG_SYNCLINK is not set | 832 | # CONFIG_SYNCLINK is not set |
708 | # CONFIG_SYNCLINKMP is not set | 833 | # CONFIG_SYNCLINKMP is not set |
@@ -729,6 +854,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
729 | CONFIG_SERIAL_CORE=y | 854 | CONFIG_SERIAL_CORE=y |
730 | CONFIG_SERIAL_CORE_CONSOLE=y | 855 | CONFIG_SERIAL_CORE_CONSOLE=y |
731 | # CONFIG_SERIAL_JSM is not set | 856 | # CONFIG_SERIAL_JSM is not set |
857 | CONFIG_SERIAL_OF_PLATFORM=y | ||
732 | CONFIG_UNIX98_PTYS=y | 858 | CONFIG_UNIX98_PTYS=y |
733 | # CONFIG_LEGACY_PTYS is not set | 859 | # CONFIG_LEGACY_PTYS is not set |
734 | CONFIG_HVC_DRIVER=y | 860 | CONFIG_HVC_DRIVER=y |
@@ -756,16 +882,17 @@ CONFIG_WATCHDOG_RTAS=y | |||
756 | # | 882 | # |
757 | # CONFIG_PCIPCWATCHDOG is not set | 883 | # CONFIG_PCIPCWATCHDOG is not set |
758 | # CONFIG_WDTPCI is not set | 884 | # CONFIG_WDTPCI is not set |
885 | |||
886 | # | ||
887 | # USB-based Watchdog Cards | ||
888 | # | ||
889 | # CONFIG_USBPCWATCHDOG is not set | ||
759 | # CONFIG_HW_RANDOM is not set | 890 | # CONFIG_HW_RANDOM is not set |
760 | CONFIG_GEN_RTC=y | 891 | CONFIG_GEN_RTC=y |
761 | # CONFIG_GEN_RTC_X is not set | 892 | # CONFIG_GEN_RTC_X is not set |
762 | # CONFIG_DTLK is not set | 893 | # CONFIG_DTLK is not set |
763 | # CONFIG_R3964 is not set | 894 | # CONFIG_R3964 is not set |
764 | # CONFIG_APPLICOM is not set | 895 | # CONFIG_APPLICOM is not set |
765 | |||
766 | # | ||
767 | # Ftape, the floppy tape device driver | ||
768 | # | ||
769 | # CONFIG_AGP is not set | 896 | # CONFIG_AGP is not set |
770 | # CONFIG_DRM is not set | 897 | # CONFIG_DRM is not set |
771 | # CONFIG_RAW_DRIVER is not set | 898 | # CONFIG_RAW_DRIVER is not set |
@@ -855,12 +982,14 @@ CONFIG_I2C_ALGOBIT=y | |||
855 | # Digital Video Broadcasting Devices | 982 | # Digital Video Broadcasting Devices |
856 | # | 983 | # |
857 | # CONFIG_DVB is not set | 984 | # CONFIG_DVB is not set |
985 | # CONFIG_USB_DABUSB is not set | ||
858 | 986 | ||
859 | # | 987 | # |
860 | # Graphics support | 988 | # Graphics support |
861 | # | 989 | # |
862 | CONFIG_FIRMWARE_EDID=y | 990 | CONFIG_FIRMWARE_EDID=y |
863 | # CONFIG_FB is not set | 991 | # CONFIG_FB is not set |
992 | # CONFIG_FB_IBM_GXT4500 is not set | ||
864 | 993 | ||
865 | # | 994 | # |
866 | # Console display driver support | 995 | # Console display driver support |
@@ -875,18 +1004,145 @@ CONFIG_DUMMY_CONSOLE=y | |||
875 | # CONFIG_SOUND is not set | 1004 | # CONFIG_SOUND is not set |
876 | 1005 | ||
877 | # | 1006 | # |
1007 | # HID Devices | ||
1008 | # | ||
1009 | CONFIG_HID=m | ||
1010 | |||
1011 | # | ||
878 | # USB support | 1012 | # USB support |
879 | # | 1013 | # |
880 | CONFIG_USB_ARCH_HAS_HCD=y | 1014 | CONFIG_USB_ARCH_HAS_HCD=y |
881 | CONFIG_USB_ARCH_HAS_OHCI=y | 1015 | CONFIG_USB_ARCH_HAS_OHCI=y |
882 | CONFIG_USB_ARCH_HAS_EHCI=y | 1016 | CONFIG_USB_ARCH_HAS_EHCI=y |
883 | # CONFIG_USB is not set | 1017 | CONFIG_USB=m |
1018 | # CONFIG_USB_DEBUG is not set | ||
1019 | |||
1020 | # | ||
1021 | # Miscellaneous USB options | ||
1022 | # | ||
1023 | CONFIG_USB_DEVICEFS=y | ||
1024 | # CONFIG_USB_BANDWIDTH is not set | ||
1025 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1026 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
1027 | # CONFIG_USB_OTG is not set | ||
1028 | |||
1029 | # | ||
1030 | # USB Host Controller Drivers | ||
1031 | # | ||
1032 | CONFIG_USB_EHCI_HCD=m | ||
1033 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
1034 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1035 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1036 | # CONFIG_USB_ISP116X_HCD is not set | ||
1037 | CONFIG_USB_OHCI_HCD=m | ||
1038 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
1039 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1040 | # CONFIG_USB_UHCI_HCD is not set | ||
1041 | # CONFIG_USB_SL811_HCD is not set | ||
1042 | |||
1043 | # | ||
1044 | # USB Device Class drivers | ||
1045 | # | ||
1046 | # CONFIG_USB_ACM is not set | ||
1047 | # CONFIG_USB_PRINTER is not set | ||
884 | 1048 | ||
885 | # | 1049 | # |
886 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1050 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
887 | # | 1051 | # |
888 | 1052 | ||
889 | # | 1053 | # |
1054 | # may also be needed; see USB_STORAGE Help for more information | ||
1055 | # | ||
1056 | CONFIG_USB_STORAGE=m | ||
1057 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1058 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1059 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1060 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1061 | # CONFIG_USB_STORAGE_DPCM is not set | ||
1062 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1063 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1064 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1065 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1066 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1067 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1068 | # CONFIG_USB_LIBUSUAL is not set | ||
1069 | |||
1070 | # | ||
1071 | # USB Input Devices | ||
1072 | # | ||
1073 | # CONFIG_USB_HID is not set | ||
1074 | |||
1075 | # | ||
1076 | # USB HID Boot Protocol drivers | ||
1077 | # | ||
1078 | # CONFIG_USB_KBD is not set | ||
1079 | # CONFIG_USB_MOUSE is not set | ||
1080 | # CONFIG_USB_AIPTEK is not set | ||
1081 | # CONFIG_USB_WACOM is not set | ||
1082 | # CONFIG_USB_ACECAD is not set | ||
1083 | # CONFIG_USB_KBTAB is not set | ||
1084 | # CONFIG_USB_POWERMATE is not set | ||
1085 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1086 | # CONFIG_USB_YEALINK is not set | ||
1087 | # CONFIG_USB_XPAD is not set | ||
1088 | # CONFIG_USB_ATI_REMOTE is not set | ||
1089 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1090 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1091 | # CONFIG_USB_APPLETOUCH is not set | ||
1092 | |||
1093 | # | ||
1094 | # USB Imaging devices | ||
1095 | # | ||
1096 | # CONFIG_USB_MDC800 is not set | ||
1097 | # CONFIG_USB_MICROTEK is not set | ||
1098 | |||
1099 | # | ||
1100 | # USB Network Adapters | ||
1101 | # | ||
1102 | # CONFIG_USB_CATC is not set | ||
1103 | # CONFIG_USB_KAWETH is not set | ||
1104 | # CONFIG_USB_PEGASUS is not set | ||
1105 | # CONFIG_USB_RTL8150 is not set | ||
1106 | # CONFIG_USB_USBNET_MII is not set | ||
1107 | # CONFIG_USB_USBNET is not set | ||
1108 | CONFIG_USB_MON=y | ||
1109 | |||
1110 | # | ||
1111 | # USB port drivers | ||
1112 | # | ||
1113 | |||
1114 | # | ||
1115 | # USB Serial Converter support | ||
1116 | # | ||
1117 | # CONFIG_USB_SERIAL is not set | ||
1118 | |||
1119 | # | ||
1120 | # USB Miscellaneous drivers | ||
1121 | # | ||
1122 | # CONFIG_USB_EMI62 is not set | ||
1123 | # CONFIG_USB_EMI26 is not set | ||
1124 | # CONFIG_USB_ADUTUX is not set | ||
1125 | # CONFIG_USB_AUERSWALD is not set | ||
1126 | # CONFIG_USB_RIO500 is not set | ||
1127 | # CONFIG_USB_LEGOTOWER is not set | ||
1128 | # CONFIG_USB_LCD is not set | ||
1129 | # CONFIG_USB_LED is not set | ||
1130 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1131 | # CONFIG_USB_CYTHERM is not set | ||
1132 | # CONFIG_USB_PHIDGET is not set | ||
1133 | # CONFIG_USB_IDMOUSE is not set | ||
1134 | # CONFIG_USB_FTDI_ELAN is not set | ||
1135 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1136 | # CONFIG_USB_SISUSBVGA is not set | ||
1137 | # CONFIG_USB_LD is not set | ||
1138 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1139 | # CONFIG_USB_TEST is not set | ||
1140 | |||
1141 | # | ||
1142 | # USB DSL modem support | ||
1143 | # | ||
1144 | |||
1145 | # | ||
890 | # USB Gadget Support | 1146 | # USB Gadget Support |
891 | # | 1147 | # |
892 | # CONFIG_USB_GADGET is not set | 1148 | # CONFIG_USB_GADGET is not set |
@@ -912,7 +1168,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
912 | # | 1168 | # |
913 | # InfiniBand support | 1169 | # InfiniBand support |
914 | # | 1170 | # |
915 | CONFIG_INFINIBAND=y | 1171 | CONFIG_INFINIBAND=m |
916 | CONFIG_INFINIBAND_USER_MAD=m | 1172 | CONFIG_INFINIBAND_USER_MAD=m |
917 | CONFIG_INFINIBAND_USER_ACCESS=m | 1173 | CONFIG_INFINIBAND_USER_ACCESS=m |
918 | CONFIG_INFINIBAND_ADDR_TRANS=y | 1174 | CONFIG_INFINIBAND_ADDR_TRANS=y |
@@ -922,6 +1178,8 @@ CONFIG_INFINIBAND_MTHCA_DEBUG=y | |||
922 | CONFIG_INFINIBAND_IPOIB=m | 1178 | CONFIG_INFINIBAND_IPOIB=m |
923 | CONFIG_INFINIBAND_IPOIB_DEBUG=y | 1179 | CONFIG_INFINIBAND_IPOIB_DEBUG=y |
924 | CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y | 1180 | CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y |
1181 | # CONFIG_INFINIBAND_SRP is not set | ||
1182 | # CONFIG_INFINIBAND_ISER is not set | ||
925 | 1183 | ||
926 | # | 1184 | # |
927 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | 1185 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) |
@@ -946,6 +1204,10 @@ CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y | |||
946 | # | 1204 | # |
947 | 1205 | ||
948 | # | 1206 | # |
1207 | # Virtualization | ||
1208 | # | ||
1209 | |||
1210 | # | ||
949 | # File systems | 1211 | # File systems |
950 | # | 1212 | # |
951 | CONFIG_EXT2_FS=y | 1213 | CONFIG_EXT2_FS=y |
@@ -1028,23 +1290,18 @@ CONFIG_RAMFS=y | |||
1028 | # | 1290 | # |
1029 | # Network File Systems | 1291 | # Network File Systems |
1030 | # | 1292 | # |
1031 | CONFIG_NFS_FS=m | 1293 | CONFIG_NFS_FS=y |
1032 | CONFIG_NFS_V3=y | 1294 | CONFIG_NFS_V3=y |
1033 | CONFIG_NFS_V3_ACL=y | 1295 | CONFIG_NFS_V3_ACL=y |
1034 | # CONFIG_NFS_V4 is not set | 1296 | # CONFIG_NFS_V4 is not set |
1035 | # CONFIG_NFS_DIRECTIO is not set | 1297 | # CONFIG_NFS_DIRECTIO is not set |
1036 | CONFIG_NFSD=m | 1298 | # CONFIG_NFSD is not set |
1037 | CONFIG_NFSD_V2_ACL=y | 1299 | CONFIG_ROOT_NFS=y |
1038 | CONFIG_NFSD_V3=y | 1300 | CONFIG_LOCKD=y |
1039 | CONFIG_NFSD_V3_ACL=y | ||
1040 | # CONFIG_NFSD_V4 is not set | ||
1041 | CONFIG_NFSD_TCP=y | ||
1042 | CONFIG_LOCKD=m | ||
1043 | CONFIG_LOCKD_V4=y | 1301 | CONFIG_LOCKD_V4=y |
1044 | CONFIG_EXPORTFS=m | 1302 | CONFIG_NFS_ACL_SUPPORT=y |
1045 | CONFIG_NFS_ACL_SUPPORT=m | ||
1046 | CONFIG_NFS_COMMON=y | 1303 | CONFIG_NFS_COMMON=y |
1047 | CONFIG_SUNRPC=m | 1304 | CONFIG_SUNRPC=y |
1048 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1305 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1049 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1306 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1050 | # CONFIG_SMB_FS is not set | 1307 | # CONFIG_SMB_FS is not set |
@@ -1120,8 +1377,14 @@ CONFIG_NLS_ISO8859_15=m | |||
1120 | # CONFIG_NLS_UTF8 is not set | 1377 | # CONFIG_NLS_UTF8 is not set |
1121 | 1378 | ||
1122 | # | 1379 | # |
1380 | # Distributed Lock Manager | ||
1381 | # | ||
1382 | # CONFIG_DLM is not set | ||
1383 | |||
1384 | # | ||
1123 | # Library routines | 1385 | # Library routines |
1124 | # | 1386 | # |
1387 | CONFIG_BITREVERSE=y | ||
1125 | # CONFIG_CRC_CCITT is not set | 1388 | # CONFIG_CRC_CCITT is not set |
1126 | # CONFIG_CRC16 is not set | 1389 | # CONFIG_CRC16 is not set |
1127 | CONFIG_CRC32=y | 1390 | CONFIG_CRC32=y |
@@ -1130,7 +1393,10 @@ CONFIG_ZLIB_INFLATE=m | |||
1130 | CONFIG_ZLIB_DEFLATE=m | 1393 | CONFIG_ZLIB_DEFLATE=m |
1131 | CONFIG_TEXTSEARCH=y | 1394 | CONFIG_TEXTSEARCH=y |
1132 | CONFIG_TEXTSEARCH_KMP=m | 1395 | CONFIG_TEXTSEARCH_KMP=m |
1396 | CONFIG_TEXTSEARCH_BM=m | ||
1397 | CONFIG_TEXTSEARCH_FSM=m | ||
1133 | CONFIG_PLIST=y | 1398 | CONFIG_PLIST=y |
1399 | CONFIG_IOMAP_COPY=y | ||
1134 | 1400 | ||
1135 | # | 1401 | # |
1136 | # Instrumentation Support | 1402 | # Instrumentation Support |
@@ -1146,6 +1412,8 @@ CONFIG_OPROFILE=y | |||
1146 | # CONFIG_ENABLE_MUST_CHECK is not set | 1412 | # CONFIG_ENABLE_MUST_CHECK is not set |
1147 | CONFIG_MAGIC_SYSRQ=y | 1413 | CONFIG_MAGIC_SYSRQ=y |
1148 | # CONFIG_UNUSED_SYMBOLS is not set | 1414 | # CONFIG_UNUSED_SYMBOLS is not set |
1415 | CONFIG_DEBUG_FS=y | ||
1416 | # CONFIG_HEADERS_CHECK is not set | ||
1149 | CONFIG_DEBUG_KERNEL=y | 1417 | CONFIG_DEBUG_KERNEL=y |
1150 | CONFIG_LOG_BUF_SHIFT=15 | 1418 | CONFIG_LOG_BUF_SHIFT=15 |
1151 | CONFIG_DETECT_SOFTLOCKUP=y | 1419 | CONFIG_DETECT_SOFTLOCKUP=y |
@@ -1159,12 +1427,11 @@ CONFIG_DEBUG_MUTEXES=y | |||
1159 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | 1427 | CONFIG_DEBUG_SPINLOCK_SLEEP=y |
1160 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1428 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1161 | # CONFIG_DEBUG_KOBJECT is not set | 1429 | # CONFIG_DEBUG_KOBJECT is not set |
1430 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1162 | # CONFIG_DEBUG_INFO is not set | 1431 | # CONFIG_DEBUG_INFO is not set |
1163 | CONFIG_DEBUG_FS=y | ||
1164 | # CONFIG_DEBUG_VM is not set | 1432 | # CONFIG_DEBUG_VM is not set |
1165 | # CONFIG_DEBUG_LIST is not set | 1433 | # CONFIG_DEBUG_LIST is not set |
1166 | # CONFIG_FORCED_INLINING is not set | 1434 | # CONFIG_FORCED_INLINING is not set |
1167 | # CONFIG_HEADERS_CHECK is not set | ||
1168 | # CONFIG_RCU_TORTURE_TEST is not set | 1435 | # CONFIG_RCU_TORTURE_TEST is not set |
1169 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1436 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
1170 | # CONFIG_DEBUG_STACK_USAGE is not set | 1437 | # CONFIG_DEBUG_STACK_USAGE is not set |
@@ -1191,6 +1458,7 @@ CONFIG_CRYPTO_BLKCIPHER=m | |||
1191 | CONFIG_CRYPTO_HASH=y | 1458 | CONFIG_CRYPTO_HASH=y |
1192 | CONFIG_CRYPTO_MANAGER=y | 1459 | CONFIG_CRYPTO_MANAGER=y |
1193 | CONFIG_CRYPTO_HMAC=y | 1460 | CONFIG_CRYPTO_HMAC=y |
1461 | # CONFIG_CRYPTO_XCBC is not set | ||
1194 | # CONFIG_CRYPTO_NULL is not set | 1462 | # CONFIG_CRYPTO_NULL is not set |
1195 | # CONFIG_CRYPTO_MD4 is not set | 1463 | # CONFIG_CRYPTO_MD4 is not set |
1196 | CONFIG_CRYPTO_MD5=m | 1464 | CONFIG_CRYPTO_MD5=m |
@@ -1199,8 +1467,10 @@ CONFIG_CRYPTO_SHA1=m | |||
1199 | # CONFIG_CRYPTO_SHA512 is not set | 1467 | # CONFIG_CRYPTO_SHA512 is not set |
1200 | # CONFIG_CRYPTO_WP512 is not set | 1468 | # CONFIG_CRYPTO_WP512 is not set |
1201 | # CONFIG_CRYPTO_TGR192 is not set | 1469 | # CONFIG_CRYPTO_TGR192 is not set |
1470 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1202 | CONFIG_CRYPTO_ECB=m | 1471 | CONFIG_CRYPTO_ECB=m |
1203 | CONFIG_CRYPTO_CBC=m | 1472 | CONFIG_CRYPTO_CBC=m |
1473 | # CONFIG_CRYPTO_LRW is not set | ||
1204 | CONFIG_CRYPTO_DES=m | 1474 | CONFIG_CRYPTO_DES=m |
1205 | # CONFIG_CRYPTO_BLOWFISH is not set | 1475 | # CONFIG_CRYPTO_BLOWFISH is not set |
1206 | # CONFIG_CRYPTO_TWOFISH is not set | 1476 | # CONFIG_CRYPTO_TWOFISH is not set |
diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 3002ea3a61a2..b7345176b399 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c | |||
@@ -50,6 +50,7 @@ static struct of_device_id of_default_bus_ids[] = { | |||
50 | { .type = "plb5", }, | 50 | { .type = "plb5", }, |
51 | { .type = "plb4", }, | 51 | { .type = "plb4", }, |
52 | { .type = "opb", }, | 52 | { .type = "opb", }, |
53 | { .type = "ebc", }, | ||
53 | {}, | 54 | {}, |
54 | }; | 55 | }; |
55 | 56 | ||
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index a6b7692c7269..73c59ec49120 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -360,6 +360,7 @@ struct pci_dev *of_create_pci_dev(struct device_node *node, | |||
360 | DBG(" class: 0x%x\n", dev->class); | 360 | DBG(" class: 0x%x\n", dev->class); |
361 | 361 | ||
362 | dev->current_state = 4; /* unknown power state */ | 362 | dev->current_state = 4; /* unknown power state */ |
363 | dev->error_state = pci_channel_io_normal; | ||
363 | 364 | ||
364 | if (!strcmp(type, "pci") || !strcmp(type, "pciex")) { | 365 | if (!strcmp(type, "pci") || !strcmp(type, "pciex")) { |
365 | /* a PCI-PCI bridge */ | 366 | /* a PCI-PCI bridge */ |
diff --git a/arch/powerpc/kernel/prom_parse.c b/arch/powerpc/kernel/prom_parse.c index 0dfbe1cd28eb..12c51e4ad2b4 100644 --- a/arch/powerpc/kernel/prom_parse.c +++ b/arch/powerpc/kernel/prom_parse.c | |||
@@ -920,9 +920,20 @@ static int of_irq_map_oldworld(struct device_node *device, int index, | |||
920 | 920 | ||
921 | /* | 921 | /* |
922 | * Old machines just have a list of interrupt numbers | 922 | * Old machines just have a list of interrupt numbers |
923 | * and no interrupt-controller nodes. | 923 | * and no interrupt-controller nodes. We also have dodgy |
924 | * cases where the APPL,interrupts property is completely | ||
925 | * missing behind pci-pci bridges and we have to get it | ||
926 | * from the parent (the bridge itself, as apple just wired | ||
927 | * everything together on these) | ||
924 | */ | 928 | */ |
925 | ints = get_property(device, "AAPL,interrupts", &intlen); | 929 | while (device) { |
930 | ints = get_property(device, "AAPL,interrupts", &intlen); | ||
931 | if (ints != NULL) | ||
932 | break; | ||
933 | device = device->parent; | ||
934 | if (device && strcmp(device->type, "pci") != 0) | ||
935 | break; | ||
936 | } | ||
926 | if (ints == NULL) | 937 | if (ints == NULL) |
927 | return -EINVAL; | 938 | return -EINVAL; |
928 | intlen /= sizeof(u32); | 939 | intlen /= sizeof(u32); |
diff --git a/arch/powerpc/kernel/signal_32.c b/arch/powerpc/kernel/signal_32.c index e4ebe1a6228e..6b405a3f43f9 100644 --- a/arch/powerpc/kernel/signal_32.c +++ b/arch/powerpc/kernel/signal_32.c | |||
@@ -835,11 +835,21 @@ long sys_swapcontext(struct ucontext __user *old_ctx, | |||
835 | return -EINVAL; | 835 | return -EINVAL; |
836 | 836 | ||
837 | if (old_ctx != NULL) { | 837 | if (old_ctx != NULL) { |
838 | struct mcontext __user *mctx; | ||
839 | |||
840 | /* | ||
841 | * old_ctx might not be 16-byte aligned, in which | ||
842 | * case old_ctx->uc_mcontext won't be either. | ||
843 | * Because we have the old_ctx->uc_pad2 field | ||
844 | * before old_ctx->uc_mcontext, we need to round down | ||
845 | * from &old_ctx->uc_mcontext to a 16-byte boundary. | ||
846 | */ | ||
847 | mctx = (struct mcontext __user *) | ||
848 | ((unsigned long) &old_ctx->uc_mcontext & ~0xfUL); | ||
838 | if (!access_ok(VERIFY_WRITE, old_ctx, sizeof(*old_ctx)) | 849 | if (!access_ok(VERIFY_WRITE, old_ctx, sizeof(*old_ctx)) |
839 | || save_user_regs(regs, &old_ctx->uc_mcontext, 0) | 850 | || save_user_regs(regs, mctx, 0) |
840 | || put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked) | 851 | || put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked) |
841 | || __put_user(to_user_ptr(&old_ctx->uc_mcontext), | 852 | || __put_user(to_user_ptr(mctx), &old_ctx->uc_regs)) |
842 | &old_ctx->uc_regs)) | ||
843 | return -EFAULT; | 853 | return -EFAULT; |
844 | } | 854 | } |
845 | if (new_ctx == NULL) | 855 | if (new_ctx == NULL) |
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 44d95eaf22e6..507d1b98f270 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
@@ -5,9 +5,9 @@ ifeq ($(CONFIG_PPC64),y) | |||
5 | obj-$(CONFIG_PPC_PMAC) += powermac/ | 5 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
6 | endif | 6 | endif |
7 | endif | 7 | endif |
8 | obj-$(CONFIG_PPC_MPC52xx) += 52xx/ | ||
8 | obj-$(CONFIG_PPC_CHRP) += chrp/ | 9 | obj-$(CONFIG_PPC_CHRP) += chrp/ |
9 | obj-$(CONFIG_4xx) += 4xx/ | 10 | obj-$(CONFIG_4xx) += 4xx/ |
10 | obj-$(CONFIG_PPC_MPC52xx) += 52xx/ | ||
11 | obj-$(CONFIG_PPC_83xx) += 83xx/ | 11 | obj-$(CONFIG_PPC_83xx) += 83xx/ |
12 | obj-$(CONFIG_PPC_85xx) += 85xx/ | 12 | obj-$(CONFIG_PPC_85xx) += 85xx/ |
13 | obj-$(CONFIG_PPC_86xx) += 86xx/ | 13 | obj-$(CONFIG_PPC_86xx) += 86xx/ |
diff --git a/arch/powerpc/platforms/cell/io-workarounds.c b/arch/powerpc/platforms/cell/io-workarounds.c index 580d42595912..7c73128305ec 100644 --- a/arch/powerpc/platforms/cell/io-workarounds.c +++ b/arch/powerpc/platforms/cell/io-workarounds.c | |||
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | #define SPIDER_DISABLE_PREFETCH | 38 | #define SPIDER_DISABLE_PREFETCH |
39 | 39 | ||
40 | #define MAX_SPIDERS 2 | 40 | #define MAX_SPIDERS 3 |
41 | 41 | ||
42 | static struct spider_pci_bus { | 42 | static struct spider_pci_bus { |
43 | void __iomem *regs; | 43 | void __iomem *regs; |
diff --git a/arch/powerpc/platforms/cell/spu_priv1_mmio.c b/arch/powerpc/platforms/cell/spu_priv1_mmio.c index a5de0430c56d..910a926b61a2 100644 --- a/arch/powerpc/platforms/cell/spu_priv1_mmio.c +++ b/arch/powerpc/platforms/cell/spu_priv1_mmio.c | |||
@@ -37,8 +37,9 @@ | |||
37 | #include "interrupt.h" | 37 | #include "interrupt.h" |
38 | #include "spu_priv1_mmio.h" | 38 | #include "spu_priv1_mmio.h" |
39 | 39 | ||
40 | static DEFINE_MUTEX(add_spumem_mutex); | ||
41 | |||
40 | struct spu_pdata { | 42 | struct spu_pdata { |
41 | int nid; | ||
42 | struct device_node *devnode; | 43 | struct device_node *devnode; |
43 | struct spu_priv1 __iomem *priv1; | 44 | struct spu_priv1 __iomem *priv1; |
44 | }; | 45 | }; |
@@ -56,20 +57,9 @@ struct device_node *spu_devnode(struct spu *spu) | |||
56 | 57 | ||
57 | EXPORT_SYMBOL_GPL(spu_devnode); | 58 | EXPORT_SYMBOL_GPL(spu_devnode); |
58 | 59 | ||
59 | static int __init find_spu_node_id(struct device_node *spe) | ||
60 | { | ||
61 | const unsigned int *id; | ||
62 | struct device_node *cpu; | ||
63 | cpu = spe->parent->parent; | ||
64 | id = get_property(cpu, "node-id", NULL); | ||
65 | return id ? *id : 0; | ||
66 | } | ||
67 | |||
68 | static int __init cell_spuprop_present(struct spu *spu, struct device_node *spe, | 60 | static int __init cell_spuprop_present(struct spu *spu, struct device_node *spe, |
69 | const char *prop) | 61 | const char *prop) |
70 | { | 62 | { |
71 | static DEFINE_MUTEX(add_spumem_mutex); | ||
72 | |||
73 | const struct address_prop { | 63 | const struct address_prop { |
74 | unsigned long address; | 64 | unsigned long address; |
75 | unsigned int len; | 65 | unsigned int len; |
@@ -87,7 +77,7 @@ static int __init cell_spuprop_present(struct spu *spu, struct device_node *spe, | |||
87 | start_pfn = p->address >> PAGE_SHIFT; | 77 | start_pfn = p->address >> PAGE_SHIFT; |
88 | nr_pages = ((unsigned long)p->len + PAGE_SIZE - 1) >> PAGE_SHIFT; | 78 | nr_pages = ((unsigned long)p->len + PAGE_SIZE - 1) >> PAGE_SHIFT; |
89 | 79 | ||
90 | pgdata = NODE_DATA(spu_get_pdata(spu)->nid); | 80 | pgdata = NODE_DATA(spu->node); |
91 | zone = pgdata->node_zones; | 81 | zone = pgdata->node_zones; |
92 | 82 | ||
93 | /* XXX rethink locking here */ | 83 | /* XXX rethink locking here */ |
@@ -140,6 +130,7 @@ static int __init spu_map_interrupts_old(struct spu *spu, | |||
140 | { | 130 | { |
141 | unsigned int isrc; | 131 | unsigned int isrc; |
142 | const u32 *tmp; | 132 | const u32 *tmp; |
133 | int nid; | ||
143 | 134 | ||
144 | /* Get the interrupt source unit from the device-tree */ | 135 | /* Get the interrupt source unit from the device-tree */ |
145 | tmp = get_property(np, "isrc", NULL); | 136 | tmp = get_property(np, "isrc", NULL); |
@@ -147,8 +138,15 @@ static int __init spu_map_interrupts_old(struct spu *spu, | |||
147 | return -ENODEV; | 138 | return -ENODEV; |
148 | isrc = tmp[0]; | 139 | isrc = tmp[0]; |
149 | 140 | ||
141 | tmp = get_property(np->parent->parent, "node-id", NULL); | ||
142 | if (!tmp) { | ||
143 | printk(KERN_WARNING "%s: can't find node-id\n", __FUNCTION__); | ||
144 | nid = spu->node; | ||
145 | } else | ||
146 | nid = tmp[0]; | ||
147 | |||
150 | /* Add the node number */ | 148 | /* Add the node number */ |
151 | isrc |= spu->node << IIC_IRQ_NODE_SHIFT; | 149 | isrc |= nid << IIC_IRQ_NODE_SHIFT; |
152 | 150 | ||
153 | /* Now map interrupts of all 3 classes */ | 151 | /* Now map interrupts of all 3 classes */ |
154 | spu->irqs[0] = irq_create_mapping(NULL, IIC_IRQ_CLASS_0 | isrc); | 152 | spu->irqs[0] = irq_create_mapping(NULL, IIC_IRQ_CLASS_0 | isrc); |
@@ -237,70 +235,88 @@ err: | |||
237 | return ret; | 235 | return ret; |
238 | } | 236 | } |
239 | 237 | ||
240 | static int spu_map_resource(struct device_node *node, int nr, | 238 | static int spu_map_resource(struct spu *spu, int nr, |
241 | void __iomem** virt, unsigned long *phys) | 239 | void __iomem** virt, unsigned long *phys) |
242 | { | 240 | { |
241 | struct device_node *np = spu_get_pdata(spu)->devnode; | ||
242 | unsigned long start_pfn, nr_pages; | ||
243 | struct pglist_data *pgdata; | ||
244 | struct zone *zone; | ||
243 | struct resource resource = { }; | 245 | struct resource resource = { }; |
246 | unsigned long len; | ||
244 | int ret; | 247 | int ret; |
245 | 248 | ||
246 | ret = of_address_to_resource(node, nr, &resource); | 249 | ret = of_address_to_resource(np, nr, &resource); |
247 | if (ret) | 250 | if (ret) |
248 | goto out; | 251 | goto out; |
249 | 252 | ||
250 | if (phys) | 253 | if (phys) |
251 | *phys = resource.start; | 254 | *phys = resource.start; |
252 | *virt = ioremap(resource.start, resource.end - resource.start); | 255 | len = resource.end - resource.start + 1; |
256 | *virt = ioremap(resource.start, len); | ||
253 | if (!*virt) | 257 | if (!*virt) |
254 | ret = -EINVAL; | 258 | ret = -EINVAL; |
255 | 259 | ||
260 | start_pfn = resource.start >> PAGE_SHIFT; | ||
261 | nr_pages = (len + PAGE_SIZE - 1) >> PAGE_SHIFT; | ||
262 | |||
263 | pgdata = NODE_DATA(spu->node); | ||
264 | zone = pgdata->node_zones; | ||
265 | |||
266 | /* XXX rethink locking here */ | ||
267 | mutex_lock(&add_spumem_mutex); | ||
268 | ret = __add_pages(zone, start_pfn, nr_pages); | ||
269 | mutex_unlock(&add_spumem_mutex); | ||
270 | |||
256 | out: | 271 | out: |
257 | return ret; | 272 | return ret; |
258 | } | 273 | } |
259 | 274 | ||
260 | static int __init spu_map_device(struct spu *spu, struct device_node *node) | 275 | static int __init spu_map_device(struct spu *spu) |
261 | { | 276 | { |
277 | struct device_node *np = spu_get_pdata(spu)->devnode; | ||
262 | int ret = -ENODEV; | 278 | int ret = -ENODEV; |
263 | spu->name = get_property(node, "name", NULL); | 279 | |
280 | spu->name = get_property(np, "name", NULL); | ||
264 | if (!spu->name) | 281 | if (!spu->name) |
265 | goto out; | 282 | goto out; |
266 | 283 | ||
267 | ret = spu_map_resource(node, 0, (void __iomem**)&spu->local_store, | 284 | ret = spu_map_resource(spu, 0, (void __iomem**)&spu->local_store, |
268 | &spu->local_store_phys); | 285 | &spu->local_store_phys); |
269 | if (ret) { | 286 | if (ret) { |
270 | pr_debug("spu_new: failed to map %s resource 0\n", | 287 | pr_debug("spu_new: failed to map %s resource 0\n", |
271 | node->full_name); | 288 | np->full_name); |
272 | goto out; | 289 | goto out; |
273 | } | 290 | } |
274 | ret = spu_map_resource(node, 1, (void __iomem**)&spu->problem, | 291 | ret = spu_map_resource(spu, 1, (void __iomem**)&spu->problem, |
275 | &spu->problem_phys); | 292 | &spu->problem_phys); |
276 | if (ret) { | 293 | if (ret) { |
277 | pr_debug("spu_new: failed to map %s resource 1\n", | 294 | pr_debug("spu_new: failed to map %s resource 1\n", |
278 | node->full_name); | 295 | np->full_name); |
279 | goto out_unmap; | 296 | goto out_unmap; |
280 | } | 297 | } |
281 | ret = spu_map_resource(node, 2, (void __iomem**)&spu->priv2, | 298 | ret = spu_map_resource(spu, 2, (void __iomem**)&spu->priv2, NULL); |
282 | NULL); | ||
283 | if (ret) { | 299 | if (ret) { |
284 | pr_debug("spu_new: failed to map %s resource 2\n", | 300 | pr_debug("spu_new: failed to map %s resource 2\n", |
285 | node->full_name); | 301 | np->full_name); |
286 | goto out_unmap; | 302 | goto out_unmap; |
287 | } | 303 | } |
288 | if (!firmware_has_feature(FW_FEATURE_LPAR)) | 304 | if (!firmware_has_feature(FW_FEATURE_LPAR)) |
289 | ret = spu_map_resource(node, 3, | 305 | ret = spu_map_resource(spu, 3, |
290 | (void __iomem**)&spu_get_pdata(spu)->priv1, NULL); | 306 | (void __iomem**)&spu_get_pdata(spu)->priv1, NULL); |
291 | if (ret) { | 307 | if (ret) { |
292 | pr_debug("spu_new: failed to map %s resource 3\n", | 308 | pr_debug("spu_new: failed to map %s resource 3\n", |
293 | node->full_name); | 309 | np->full_name); |
294 | goto out_unmap; | 310 | goto out_unmap; |
295 | } | 311 | } |
296 | pr_debug("spu_new: %s maps:\n", node->full_name); | 312 | pr_debug("spu_new: %s maps:\n", np->full_name); |
297 | pr_debug(" local store : 0x%016lx -> 0x%p\n", | 313 | pr_debug(" local store : 0x%016lx -> 0x%p\n", |
298 | spu->local_store_phys, spu->local_store); | 314 | spu->local_store_phys, spu->local_store); |
299 | pr_debug(" problem state : 0x%016lx -> 0x%p\n", | 315 | pr_debug(" problem state : 0x%016lx -> 0x%p\n", |
300 | spu->problem_phys, spu->problem); | 316 | spu->problem_phys, spu->problem); |
301 | pr_debug(" priv2 : 0x%p\n", spu->priv2); | 317 | pr_debug(" priv2 : 0x%p\n", spu->priv2); |
302 | pr_debug(" priv1 : 0x%p\n", | 318 | pr_debug(" priv1 : 0x%p\n", |
303 | spu_get_pdata(spu)->priv1); | 319 | spu_get_pdata(spu)->priv1); |
304 | 320 | ||
305 | return 0; | 321 | return 0; |
306 | 322 | ||
@@ -340,8 +356,9 @@ static int __init of_create_spu(struct spu *spu, void *data) | |||
340 | ret = -ENOMEM; | 356 | ret = -ENOMEM; |
341 | goto out; | 357 | goto out; |
342 | } | 358 | } |
359 | spu_get_pdata(spu)->devnode = of_node_get(spe); | ||
343 | 360 | ||
344 | spu->node = find_spu_node_id(spe); | 361 | spu->node = of_node_to_nid(spe); |
345 | if (spu->node >= MAX_NUMNODES) { | 362 | if (spu->node >= MAX_NUMNODES) { |
346 | printk(KERN_WARNING "SPE %s on node %d ignored," | 363 | printk(KERN_WARNING "SPE %s on node %d ignored," |
347 | " node number too big\n", spe->full_name, spu->node); | 364 | " node number too big\n", spe->full_name, spu->node); |
@@ -350,11 +367,7 @@ static int __init of_create_spu(struct spu *spu, void *data) | |||
350 | goto out_free; | 367 | goto out_free; |
351 | } | 368 | } |
352 | 369 | ||
353 | spu_get_pdata(spu)->nid = of_node_to_nid(spe); | 370 | ret = spu_map_device(spu); |
354 | if (spu_get_pdata(spu)->nid == -1) | ||
355 | spu_get_pdata(spu)->nid = 0; | ||
356 | |||
357 | ret = spu_map_device(spu, spe); | ||
358 | /* try old method */ | 371 | /* try old method */ |
359 | if (ret) | 372 | if (ret) |
360 | ret = spu_map_device_old(spu, spe); | 373 | ret = spu_map_device_old(spu, spe); |
@@ -367,8 +380,6 @@ static int __init of_create_spu(struct spu *spu, void *data) | |||
367 | if (ret) | 380 | if (ret) |
368 | goto out_unmap; | 381 | goto out_unmap; |
369 | 382 | ||
370 | spu_get_pdata(spu)->devnode = of_node_get(spe); | ||
371 | |||
372 | pr_debug(KERN_DEBUG "Using SPE %s %p %p %p %p %d\n", spu->name, | 383 | pr_debug(KERN_DEBUG "Using SPE %s %p %p %p %p %d\n", spu->name, |
373 | spu->local_store, spu->problem, spu_get_pdata(spu)->priv1, | 384 | spu->local_store, spu->problem, spu_get_pdata(spu)->priv1, |
374 | spu->priv2, spu->number); | 385 | spu->priv2, spu->number); |
diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig index 887b68804e6d..54e6b3b6f261 100644 --- a/arch/powerpc/platforms/iseries/Kconfig +++ b/arch/powerpc/platforms/iseries/Kconfig | |||
@@ -31,5 +31,5 @@ endmenu | |||
31 | 31 | ||
32 | config VIOPATH | 32 | config VIOPATH |
33 | bool | 33 | bool |
34 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH | 34 | depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH |
35 | default y | 35 | default y |
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c index 411480d5c626..d01ced11694d 100644 --- a/arch/powerpc/sysdev/mpic.c +++ b/arch/powerpc/sysdev/mpic.c | |||
@@ -390,7 +390,7 @@ static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase, | |||
390 | u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); | 390 | u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); |
391 | if (id == PCI_CAP_ID_HT) { | 391 | if (id == PCI_CAP_ID_HT) { |
392 | id = readb(devbase + pos + 3); | 392 | id = readb(devbase + pos + 3); |
393 | if (id == HT_CAPTYPE_IRQ) | 393 | if ((id & HT_5BIT_CAP_MASK) == HT_CAPTYPE_IRQ) |
394 | break; | 394 | break; |
395 | } | 395 | } |
396 | } | 396 | } |
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index d4275537b25b..ef6672455695 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -480,14 +480,13 @@ config CALGARY_IOMMU | |||
480 | 480 | ||
481 | config CALGARY_IOMMU_ENABLED_BY_DEFAULT | 481 | config CALGARY_IOMMU_ENABLED_BY_DEFAULT |
482 | bool "Should Calgary be enabled by default?" | 482 | bool "Should Calgary be enabled by default?" |
483 | default y | ||
484 | depends on CALGARY_IOMMU | 483 | depends on CALGARY_IOMMU |
485 | help | 484 | help |
486 | Should Calgary be enabled by default? if you choose 'y', Calgary | 485 | Should Calgary be enabled by default? If you choose 'y', Calgary |
487 | will be used (if it exists). If you choose 'n', Calgary will not be | 486 | will be used (if it exists). If you choose 'n', Calgary will not be |
488 | used even if it exists. If you choose 'n' and would like to use | 487 | used even if it exists. If you choose 'n' and would like to use |
489 | Calgary anyway, pass 'iommu=calgary' on the kernel command line. | 488 | Calgary anyway, pass 'iommu=calgary' on the kernel command line. |
490 | If unsure, say Y. | 489 | If unsure, say N. |
491 | 490 | ||
492 | # need this always selected by IOMMU for the VIA workaround | 491 | # need this always selected by IOMMU for the VIA workaround |
493 | config SWIOTLB | 492 | config SWIOTLB |
diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index 3215675ab128..87d90cb68a74 100644 --- a/arch/x86_64/kernel/pci-calgary.c +++ b/arch/x86_64/kernel/pci-calgary.c | |||
@@ -1052,7 +1052,7 @@ void __init detect_calgary(void) | |||
1052 | void *tbl; | 1052 | void *tbl; |
1053 | int calgary_found = 0; | 1053 | int calgary_found = 0; |
1054 | unsigned long ptr; | 1054 | unsigned long ptr; |
1055 | int offset; | 1055 | unsigned int offset, prev_offset; |
1056 | int ret; | 1056 | int ret; |
1057 | 1057 | ||
1058 | /* | 1058 | /* |
@@ -1071,15 +1071,20 @@ void __init detect_calgary(void) | |||
1071 | ptr = (unsigned long)phys_to_virt(get_bios_ebda()); | 1071 | ptr = (unsigned long)phys_to_virt(get_bios_ebda()); |
1072 | 1072 | ||
1073 | rio_table_hdr = NULL; | 1073 | rio_table_hdr = NULL; |
1074 | prev_offset = 0; | ||
1074 | offset = 0x180; | 1075 | offset = 0x180; |
1075 | while (offset) { | 1076 | /* |
1077 | * The next offset is stored in the 1st word. | ||
1078 | * Only parse up until the offset increases: | ||
1079 | */ | ||
1080 | while (offset > prev_offset) { | ||
1076 | /* The block id is stored in the 2nd word */ | 1081 | /* The block id is stored in the 2nd word */ |
1077 | if (*((unsigned short *)(ptr + offset + 2)) == 0x4752){ | 1082 | if (*((unsigned short *)(ptr + offset + 2)) == 0x4752){ |
1078 | /* set the pointer past the offset & block id */ | 1083 | /* set the pointer past the offset & block id */ |
1079 | rio_table_hdr = (struct rio_table_hdr *)(ptr + offset + 4); | 1084 | rio_table_hdr = (struct rio_table_hdr *)(ptr + offset + 4); |
1080 | break; | 1085 | break; |
1081 | } | 1086 | } |
1082 | /* The next offset is stored in the 1st word. 0 means no more */ | 1087 | prev_offset = offset; |
1083 | offset = *((unsigned short *)(ptr + offset)); | 1088 | offset = *((unsigned short *)(ptr + offset)); |
1084 | } | 1089 | } |
1085 | if (!rio_table_hdr) { | 1090 | if (!rio_table_hdr) { |
diff --git a/arch/x86_64/kernel/process.c b/arch/x86_64/kernel/process.c index a418ee4c8c62..cbbc6adc1a92 100644 --- a/arch/x86_64/kernel/process.c +++ b/arch/x86_64/kernel/process.c | |||
@@ -109,7 +109,11 @@ void exit_idle(void) | |||
109 | static void default_idle(void) | 109 | static void default_idle(void) |
110 | { | 110 | { |
111 | current_thread_info()->status &= ~TS_POLLING; | 111 | current_thread_info()->status &= ~TS_POLLING; |
112 | smp_mb__after_clear_bit(); | 112 | /* |
113 | * TS_POLLING-cleared state must be visible before we | ||
114 | * test NEED_RESCHED: | ||
115 | */ | ||
116 | smp_mb(); | ||
113 | local_irq_disable(); | 117 | local_irq_disable(); |
114 | if (!need_resched()) { | 118 | if (!need_resched()) { |
115 | /* Enables interrupts one instruction before HLT. | 119 | /* Enables interrupts one instruction before HLT. |