Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc

* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
[POWERPC] Fix subtle FP state corruption bug in signal return on SMP
[POWERPC] Fix VDSO gettimeofday() when called with NULL struct timeval
[POWERPC] Update defconfigs
[POWERPC] Update g5_defconfig

+1767 -1969
+104 -141
arch/powerpc/configs/cell_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21-rc6 4 - # Mon Apr 23 20:46:48 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 12:32:34 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 41 41 CONFIG_PPC_OF_PLATFORM_PCI=y 42 42 CONFIG_ALTIVEC=y 43 43 CONFIG_PPC_STD_MMU=y 44 + CONFIG_PPC_MM_SLICES=y 44 45 CONFIG_VIRT_CPU_ACCOUNTING=y 45 46 CONFIG_SMP=y 46 47 CONFIG_NR_CPUS=4 ··· 70 69 # CONFIG_AUDIT is not set 71 70 CONFIG_IKCONFIG=y 72 71 CONFIG_IKCONFIG_PROC=y 72 + CONFIG_LOG_BUF_SHIFT=15 73 73 CONFIG_CPUSETS=y 74 74 CONFIG_SYSFS_DEPRECATED=y 75 75 # CONFIG_RELAY is not set ··· 89 87 CONFIG_ELF_CORE=y 90 88 CONFIG_BASE_FULL=y 91 89 CONFIG_FUTEX=y 90 + CONFIG_ANON_INODES=y 92 91 CONFIG_EPOLL=y 92 + CONFIG_SIGNALFD=y 93 + CONFIG_TIMERFD=y 94 + CONFIG_EVENTFD=y 93 95 CONFIG_SHMEM=y 94 - CONFIG_SLAB=y 95 96 CONFIG_VM_EVENT_COUNTERS=y 97 + CONFIG_SLAB=y 98 + # CONFIG_SLUB is not set 99 + # CONFIG_SLOB is not set 96 100 CONFIG_RT_MUTEXES=y 97 101 # CONFIG_TINY_SHMEM is not set 98 102 CONFIG_BASE_SMALL=0 99 - # CONFIG_SLOB is not set 100 103 101 104 # 102 105 # Loadable module support ··· 170 163 CONFIG_SPU_BASE=y 171 164 CONFIG_CBE_RAS=y 172 165 CONFIG_CBE_THERM=m 166 + CONFIG_CBE_CPUFREQ=m 167 + # CONFIG_PQ2ADS is not set 173 168 CONFIG_PPC_NATIVE=y 174 169 CONFIG_UDBG_RTAS_CONSOLE=y 175 170 CONFIG_PPC_UDBG_BEAT=y 171 + CONFIG_MPIC=y 172 + # CONFIG_MPIC_WEIRD is not set 173 + # CONFIG_PPC_I8259 is not set 176 174 # CONFIG_U3_DART is not set 177 175 CONFIG_PPC_RTAS=y 178 176 # CONFIG_RTAS_ERROR_LOGGING is not set ··· 189 177 # CONFIG_PPC_970_NAP is not set 190 178 CONFIG_PPC_INDIRECT_IO=y 191 179 CONFIG_GENERIC_IOMAP=y 192 - # CONFIG_CPU_FREQ_PMAC64 is not set 193 - # CONFIG_WANT_EARLY_SERIAL is not set 194 - CONFIG_MPIC=y 180 + CONFIG_CPU_FREQ=y 181 + CONFIG_CPU_FREQ_TABLE=y 182 + # CONFIG_CPU_FREQ_DEBUG is not set 183 + CONFIG_CPU_FREQ_STAT=y 184 + # CONFIG_CPU_FREQ_STAT_DETAILS is not set 185 + CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y 186 + # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set 187 + CONFIG_CPU_FREQ_GOV_PERFORMANCE=y 188 + CONFIG_CPU_FREQ_GOV_POWERSAVE=y 189 + CONFIG_CPU_FREQ_GOV_USERSPACE=y 190 + CONFIG_CPU_FREQ_GOV_ONDEMAND=y 191 + CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y 192 + 193 + # 194 + # CPU Frequency drivers 195 + # 196 + # CONFIG_CPM2 is not set 195 197 196 198 # 197 199 # Kernel options ··· 250 224 CONFIG_ZONE_DMA_FLAG=1 251 225 CONFIG_ARCH_MEMORY_PROBE=y 252 226 CONFIG_NODES_SPAN_OTHER_NODES=y 227 + CONFIG_PPC_HAS_HASH_64K=y 253 228 CONFIG_PPC_64K_PAGES=y 254 229 CONFIG_SCHED_SMT=y 255 230 CONFIG_PROC_DEVICETREE=y 256 231 # CONFIG_CMDLINE_BOOL is not set 257 232 # CONFIG_PM is not set 258 233 CONFIG_SECCOMP=y 234 + # CONFIG_WANT_DEVICE_TREE is not set 259 235 CONFIG_ISA_DMA_API=y 260 236 261 237 # ··· 265 237 # 266 238 CONFIG_ZONE_DMA=y 267 239 CONFIG_GENERIC_ISA_DMA=y 268 - # CONFIG_MPIC_WEIRD is not set 269 - # CONFIG_PPC_I8259 is not set 270 240 # CONFIG_PPC_INDIRECT_PCI is not set 271 241 CONFIG_PCI=y 272 242 CONFIG_PCI_DOMAINS=y 273 243 CONFIG_PCIEPORTBUS=y 244 + CONFIG_ARCH_SUPPORTS_MSI=y 245 + # CONFIG_PCI_MSI is not set 274 246 # CONFIG_PCI_DEBUG is not set 275 247 276 248 # 277 249 # PCCARD (PCMCIA/CardBus) support 278 250 # 279 251 # CONFIG_PCCARD is not set 280 - 281 - # 282 - # PCI Hotplug Support 283 - # 284 252 # CONFIG_HOTPLUG_PCI is not set 285 253 CONFIG_KERNEL_START=0xc000000000000000 286 254 ··· 288 264 # 289 265 # Networking options 290 266 # 291 - # CONFIG_NETDEBUG is not set 292 267 CONFIG_PACKET=y 293 268 # CONFIG_PACKET_MMAP is not set 294 269 CONFIG_UNIX=y ··· 323 300 CONFIG_TCP_CONG_CUBIC=y 324 301 CONFIG_DEFAULT_TCP_CONG="cubic" 325 302 # CONFIG_TCP_MD5SIG is not set 326 - 327 - # 328 - # IP: Virtual Server Configuration 329 - # 330 303 # CONFIG_IP_VS is not set 331 304 CONFIG_IPV6=y 332 305 # CONFIG_IPV6_PRIVACY is not set 333 306 # CONFIG_IPV6_ROUTER_PREF is not set 307 + # CONFIG_IPV6_OPTIMISTIC_DAD is not set 334 308 CONFIG_INET6_AH=m 335 309 CONFIG_INET6_ESP=m 336 310 CONFIG_INET6_IPCOMP=m ··· 352 332 CONFIG_NETFILTER_NETLINK_QUEUE=m 353 333 CONFIG_NETFILTER_NETLINK_LOG=m 354 334 # CONFIG_NF_CONNTRACK_ENABLED is not set 335 + # CONFIG_NF_CONNTRACK is not set 355 336 CONFIG_NETFILTER_XTABLES=m 356 337 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 357 338 CONFIG_NETFILTER_XT_TARGET_DSCP=m ··· 410 389 # 411 390 # CONFIG_IP6_NF_QUEUE is not set 412 391 # CONFIG_IP6_NF_IPTABLES is not set 413 - 414 - # 415 - # DCCP Configuration (EXPERIMENTAL) 416 - # 417 392 # CONFIG_IP_DCCP is not set 418 - 419 - # 420 - # SCTP Configuration (EXPERIMENTAL) 421 - # 422 393 # CONFIG_IP_SCTP is not set 423 - 424 - # 425 - # TIPC Configuration (EXPERIMENTAL) 426 - # 427 394 # CONFIG_TIPC is not set 428 395 # CONFIG_ATM is not set 429 396 # CONFIG_BRIDGE is not set ··· 438 429 # CONFIG_HAMRADIO is not set 439 430 # CONFIG_IRDA is not set 440 431 # CONFIG_BT is not set 432 + # CONFIG_AF_RXRPC is not set 433 + 434 + # 435 + # Wireless 436 + # 437 + # CONFIG_CFG80211 is not set 438 + # CONFIG_WIRELESS_EXT is not set 439 + # CONFIG_MAC80211 is not set 441 440 # CONFIG_IEEE80211 is not set 441 + # CONFIG_RFKILL is not set 442 442 443 443 # 444 444 # Device Drivers ··· 467 449 # Connector - unified userspace <-> kernelspace linker 468 450 # 469 451 # CONFIG_CONNECTOR is not set 470 - 471 - # 472 - # Memory Technology Devices (MTD) 473 - # 474 452 # CONFIG_MTD is not set 475 453 476 454 # ··· 503 489 # 504 490 # Misc devices 505 491 # 492 + # CONFIG_PHANTOM is not set 506 493 # CONFIG_SGI_IOC4 is not set 507 494 # CONFIG_TIFM_CORE is not set 508 - 509 - # 510 - # ATA/ATAPI/MFM/RLL support 511 - # 495 + # CONFIG_BLINK is not set 512 496 CONFIG_IDE=y 513 497 CONFIG_BLK_DEV_IDE=y 514 498 ··· 521 509 # CONFIG_BLK_DEV_IDEFLOPPY is not set 522 510 # CONFIG_BLK_DEV_IDESCSI is not set 523 511 # CONFIG_IDE_TASK_IOCTL is not set 512 + CONFIG_IDE_PROC_FS=y 524 513 525 514 # 526 515 # IDE chipset support/bugfixes ··· 529 516 CONFIG_IDE_GENERIC=y 530 517 CONFIG_BLK_DEV_IDEPCI=y 531 518 CONFIG_IDEPCI_SHARE_IRQ=y 519 + CONFIG_IDEPCI_PCIBUS_ORDER=y 532 520 # CONFIG_BLK_DEV_OFFBOARD is not set 533 521 CONFIG_BLK_DEV_GENERIC=y 534 522 # CONFIG_BLK_DEV_OPTI621 is not set ··· 594 580 # CONFIG_SCSI_CONSTANTS is not set 595 581 # CONFIG_SCSI_LOGGING is not set 596 582 # CONFIG_SCSI_SCAN_ASYNC is not set 583 + CONFIG_SCSI_WAIT_SCAN=m 597 584 598 585 # 599 586 # SCSI Transports ··· 641 626 # CONFIG_SCSI_DC390T is not set 642 627 # CONFIG_SCSI_DEBUG is not set 643 628 # CONFIG_SCSI_SRP is not set 644 - 645 - # 646 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 647 - # 648 629 CONFIG_ATA=y 649 630 # CONFIG_ATA_NONSTANDARD is not set 650 631 # CONFIG_SATA_AHCI is not set ··· 663 652 # CONFIG_PATA_AMD is not set 664 653 # CONFIG_PATA_ARTOP is not set 665 654 # CONFIG_PATA_ATIIXP is not set 655 + # CONFIG_PATA_CMD640_PCI is not set 666 656 # CONFIG_PATA_CMD64X is not set 667 657 # CONFIG_PATA_CS5520 is not set 668 658 # CONFIG_PATA_CS5530 is not set ··· 717 705 CONFIG_DM_ZERO=m 718 706 CONFIG_DM_MULTIPATH=m 719 707 # CONFIG_DM_MULTIPATH_EMC is not set 708 + # CONFIG_DM_DELAY is not set 720 709 721 710 # 722 711 # Fusion MPT device support ··· 732 719 # 733 720 # IEEE 1394 (FireWire) support 734 721 # 722 + # CONFIG_FIREWIRE is not set 735 723 # CONFIG_IEEE1394 is not set 736 724 737 725 # 738 726 # I2O device support 739 727 # 740 728 # CONFIG_I2O is not set 741 - 742 - # 743 - # Macintosh device drivers 744 - # 745 - # CONFIG_MAC_EMUMOUSEBTN is not set 746 - # CONFIG_WINDFARM is not set 729 + # CONFIG_MACINTOSH_DRIVERS is not set 747 730 748 731 # 749 732 # Network device support ··· 749 740 CONFIG_BONDING=m 750 741 # CONFIG_EQUALIZER is not set 751 742 CONFIG_TUN=y 752 - 753 - # 754 - # ARCnet devices 755 - # 756 743 # CONFIG_ARCNET is not set 757 - 758 - # 759 - # PHY device support 760 - # 761 744 # CONFIG_PHYLIB is not set 762 745 763 746 # ··· 768 767 # CONFIG_NET_TULIP is not set 769 768 # CONFIG_HP100 is not set 770 769 # CONFIG_NET_PCI is not set 771 - 772 - # 773 - # Ethernet (1000 Mbit) 774 - # 770 + CONFIG_NETDEV_1000=y 775 771 # CONFIG_ACENIC is not set 776 772 # CONFIG_DL2K is not set 777 773 CONFIG_E1000=m ··· 782 784 CONFIG_SKGE=m 783 785 CONFIG_SKY2=m 784 786 # CONFIG_SK98LIN is not set 787 + # CONFIG_VIA_VELOCITY is not set 785 788 CONFIG_TIGON3=y 786 789 # CONFIG_BNX2 is not set 787 790 CONFIG_SPIDER_NET=y 788 791 # CONFIG_QLA3XXX is not set 789 792 # CONFIG_ATL1 is not set 790 - 791 - # 792 - # Ethernet (10000 Mbit) 793 - # 793 + CONFIG_NETDEV_10000=y 794 794 # CONFIG_CHELSIO_T1 is not set 795 795 # CONFIG_CHELSIO_T3 is not set 796 796 # CONFIG_IXGB is not set ··· 796 800 # CONFIG_MYRI10GE is not set 797 801 # CONFIG_NETXEN_NIC is not set 798 802 # CONFIG_PASEMI_MAC is not set 799 - 800 - # 801 - # Token Ring devices 802 - # 803 + # CONFIG_MLX4_CORE is not set 803 804 # CONFIG_TR is not set 804 805 805 806 # 806 - # Wireless LAN (non-hamradio) 807 + # Wireless LAN 807 808 # 808 - # CONFIG_NET_RADIO is not set 809 + # CONFIG_WLAN_PRE80211 is not set 810 + # CONFIG_WLAN_80211 is not set 809 811 810 812 # 811 - # Wan interfaces 813 + # USB Network Adapters 812 814 # 815 + # CONFIG_USB_CATC is not set 816 + # CONFIG_USB_KAWETH is not set 817 + # CONFIG_USB_PEGASUS is not set 818 + # CONFIG_USB_RTL8150 is not set 819 + # CONFIG_USB_USBNET_MII is not set 820 + # CONFIG_USB_USBNET is not set 813 821 # CONFIG_WAN is not set 814 822 # CONFIG_FDDI is not set 815 823 # CONFIG_HIPPI is not set ··· 840 840 # 841 841 CONFIG_INPUT=y 842 842 # CONFIG_INPUT_FF_MEMLESS is not set 843 + # CONFIG_INPUT_POLLDEV is not set 843 844 844 845 # 845 846 # Userland interfaces ··· 860 859 # CONFIG_INPUT_KEYBOARD is not set 861 860 # CONFIG_INPUT_MOUSE is not set 862 861 # CONFIG_INPUT_JOYSTICK is not set 862 + # CONFIG_INPUT_TABLET is not set 863 863 # CONFIG_INPUT_TOUCHSCREEN is not set 864 864 # CONFIG_INPUT_MISC is not set 865 865 ··· 935 933 CONFIG_IPMI_SI=m 936 934 CONFIG_IPMI_WATCHDOG=m 937 935 CONFIG_IPMI_POWEROFF=m 938 - 939 - # 940 - # Watchdog Cards 941 - # 942 936 CONFIG_WATCHDOG=y 943 937 # CONFIG_WATCHDOG_NOWAYOUT is not set 944 938 ··· 957 959 # CONFIG_HW_RANDOM is not set 958 960 CONFIG_GEN_RTC=y 959 961 # CONFIG_GEN_RTC_X is not set 960 - # CONFIG_DTLK is not set 961 962 # CONFIG_R3964 is not set 962 963 # CONFIG_APPLICOM is not set 963 964 # CONFIG_AGP is not set ··· 968 971 # TPM devices 969 972 # 970 973 # CONFIG_TCG_TPM is not set 971 - 972 - # 973 - # I2C support 974 - # 974 + CONFIG_DEVPORT=y 975 975 CONFIG_I2C=y 976 + CONFIG_I2C_BOARDINFO=y 976 977 # CONFIG_I2C_CHARDEV is not set 977 978 978 979 # ··· 994 999 # CONFIG_I2C_NFORCE2 is not set 995 1000 # CONFIG_I2C_OCORES is not set 996 1001 # CONFIG_I2C_PARPORT_LIGHT is not set 997 - # CONFIG_I2C_PASEMI is not set 998 1002 # CONFIG_I2C_PROSAVAGE is not set 999 1003 # CONFIG_I2C_SAVAGE4 is not set 1004 + # CONFIG_I2C_SIMTEC is not set 1000 1005 # CONFIG_I2C_SIS5595 is not set 1001 1006 # CONFIG_I2C_SIS630 is not set 1002 1007 # CONFIG_I2C_SIS96X is not set 1003 1008 # CONFIG_I2C_STUB is not set 1009 + # CONFIG_I2C_TINY_USB is not set 1004 1010 # CONFIG_I2C_VIA is not set 1005 1011 # CONFIG_I2C_VIAPRO is not set 1006 1012 # CONFIG_I2C_VOODOO3 is not set 1007 - # CONFIG_I2C_PCA_ISA is not set 1008 1013 1009 1014 # 1010 1015 # Miscellaneous I2C Chip support ··· 1031 1036 # Dallas's 1-wire bus 1032 1037 # 1033 1038 # CONFIG_W1 is not set 1034 - 1035 - # 1036 - # Hardware Monitoring support 1037 - # 1038 1039 # CONFIG_HWMON is not set 1039 - # CONFIG_HWMON_VID is not set 1040 1040 1041 1041 # 1042 1042 # Multifunction device drivers ··· 1042 1052 # Multimedia devices 1043 1053 # 1044 1054 # CONFIG_VIDEO_DEV is not set 1045 - 1046 - # 1047 - # Digital Video Broadcasting Devices 1048 - # 1049 - # CONFIG_DVB is not set 1050 - # CONFIG_USB_DABUSB is not set 1055 + # CONFIG_DVB_CORE is not set 1056 + # CONFIG_DAB is not set 1051 1057 1052 1058 # 1053 1059 # Graphics support 1054 1060 # 1055 1061 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1062 + 1063 + # 1064 + # Display device support 1065 + # 1066 + # CONFIG_DISPLAY_SUPPORT is not set 1067 + # CONFIG_VGASTATE is not set 1056 1068 # CONFIG_FB is not set 1057 1069 # CONFIG_FB_IBM_GXT4500 is not set 1058 1070 ··· 1076 1084 # CONFIG_HID_DEBUG is not set 1077 1085 1078 1086 # 1087 + # USB Input Devices 1088 + # 1089 + # CONFIG_USB_HID is not set 1090 + 1091 + # 1092 + # USB HID Boot Protocol drivers 1093 + # 1094 + # CONFIG_USB_KBD is not set 1095 + # CONFIG_USB_MOUSE is not set 1096 + 1097 + # 1079 1098 # USB support 1080 1099 # 1081 1100 CONFIG_USB_ARCH_HAS_HCD=y ··· 1099 1096 # Miscellaneous USB options 1100 1097 # 1101 1098 CONFIG_USB_DEVICEFS=y 1099 + CONFIG_USB_DEVICE_CLASS=y 1102 1100 # CONFIG_USB_DYNAMIC_MINORS is not set 1103 1101 # CONFIG_USB_OTG is not set 1104 1102 ··· 1151 1147 # CONFIG_USB_LIBUSUAL is not set 1152 1148 1153 1149 # 1154 - # USB Input Devices 1155 - # 1156 - # CONFIG_USB_HID is not set 1157 - 1158 - # 1159 - # USB HID Boot Protocol drivers 1160 - # 1161 - # CONFIG_USB_KBD is not set 1162 - # CONFIG_USB_MOUSE is not set 1163 - # CONFIG_USB_AIPTEK is not set 1164 - # CONFIG_USB_WACOM is not set 1165 - # CONFIG_USB_ACECAD is not set 1166 - # CONFIG_USB_KBTAB is not set 1167 - # CONFIG_USB_POWERMATE is not set 1168 - # CONFIG_USB_TOUCHSCREEN is not set 1169 - # CONFIG_USB_YEALINK is not set 1170 - # CONFIG_USB_XPAD is not set 1171 - # CONFIG_USB_ATI_REMOTE is not set 1172 - # CONFIG_USB_ATI_REMOTE2 is not set 1173 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1174 - # CONFIG_USB_APPLETOUCH is not set 1175 - # CONFIG_USB_GTCO is not set 1176 - 1177 - # 1178 1150 # USB Imaging devices 1179 1151 # 1180 1152 # CONFIG_USB_MDC800 is not set 1181 1153 # CONFIG_USB_MICROTEK is not set 1182 - 1183 - # 1184 - # USB Network Adapters 1185 - # 1186 - # CONFIG_USB_CATC is not set 1187 - # CONFIG_USB_KAWETH is not set 1188 - # CONFIG_USB_PEGASUS is not set 1189 - # CONFIG_USB_RTL8150 is not set 1190 - # CONFIG_USB_USBNET_MII is not set 1191 - # CONFIG_USB_USBNET is not set 1192 1154 CONFIG_USB_MON=y 1193 1155 1194 1156 # ··· 1198 1228 # USB Gadget Support 1199 1229 # 1200 1230 # CONFIG_USB_GADGET is not set 1201 - 1202 - # 1203 - # MMC/SD Card support 1204 - # 1205 1231 # CONFIG_MMC is not set 1206 1232 1207 1233 # ··· 1219 1253 CONFIG_INFINIBAND=m 1220 1254 CONFIG_INFINIBAND_USER_MAD=m 1221 1255 CONFIG_INFINIBAND_USER_ACCESS=m 1256 + CONFIG_INFINIBAND_USER_MEM=y 1222 1257 CONFIG_INFINIBAND_ADDR_TRANS=y 1223 1258 CONFIG_INFINIBAND_MTHCA=m 1224 1259 CONFIG_INFINIBAND_MTHCA_DEBUG=y 1225 1260 # CONFIG_INFINIBAND_AMSO1100 is not set 1261 + # CONFIG_MLX4_INFINIBAND is not set 1226 1262 CONFIG_INFINIBAND_IPOIB=m 1227 1263 # CONFIG_INFINIBAND_IPOIB_CM is not set 1228 1264 CONFIG_INFINIBAND_IPOIB_DEBUG=y ··· 1252 1284 1253 1285 # 1254 1286 # DMA Devices 1255 - # 1256 - 1257 - # 1258 - # Auxiliary Display support 1259 - # 1260 - 1261 - # 1262 - # Virtualization 1263 1287 # 1264 1288 1265 1289 # ··· 1349 1389 CONFIG_NFS_ACL_SUPPORT=y 1350 1390 CONFIG_NFS_COMMON=y 1351 1391 CONFIG_SUNRPC=y 1392 + # CONFIG_SUNRPC_BIND34 is not set 1352 1393 # CONFIG_RPCSEC_GSS_KRB5 is not set 1353 1394 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1354 1395 # CONFIG_SMB_FS is not set ··· 1379 1418 # CONFIG_SUN_PARTITION is not set 1380 1419 # CONFIG_KARMA_PARTITION is not set 1381 1420 CONFIG_EFI_PARTITION=y 1421 + # CONFIG_SYSV68_PARTITION is not set 1382 1422 1383 1423 # 1384 1424 # Native Language Support ··· 1430 1468 # 1431 1469 # CONFIG_DLM is not set 1432 1470 # CONFIG_UCC_SLOW is not set 1433 - # CONFIG_UCC_FAST is not set 1434 1471 1435 1472 # 1436 1473 # Library routines ··· 1437 1476 CONFIG_BITREVERSE=y 1438 1477 # CONFIG_CRC_CCITT is not set 1439 1478 # CONFIG_CRC16 is not set 1479 + # CONFIG_CRC_ITU_T is not set 1440 1480 CONFIG_CRC32=y 1441 1481 # CONFIG_LIBCRC32C is not set 1442 1482 CONFIG_ZLIB_INFLATE=m ··· 1449 1487 CONFIG_PLIST=y 1450 1488 CONFIG_HAS_IOMEM=y 1451 1489 CONFIG_HAS_IOPORT=y 1490 + CONFIG_HAS_DMA=y 1452 1491 1453 1492 # 1454 1493 # Instrumentation Support ··· 1469 1506 # CONFIG_HEADERS_CHECK is not set 1470 1507 CONFIG_DEBUG_KERNEL=y 1471 1508 # CONFIG_DEBUG_SHIRQ is not set 1472 - CONFIG_LOG_BUF_SHIFT=15 1473 1509 # CONFIG_DETECT_SOFTLOCKUP is not set 1474 1510 # CONFIG_SCHEDSTATS is not set 1475 1511 # CONFIG_TIMER_STATS is not set ··· 1527 1565 CONFIG_CRYPTO_CBC=m 1528 1566 CONFIG_CRYPTO_PCBC=m 1529 1567 # CONFIG_CRYPTO_LRW is not set 1568 + # CONFIG_CRYPTO_CRYPTD is not set 1530 1569 CONFIG_CRYPTO_DES=m 1531 1570 # CONFIG_CRYPTO_FCRYPT is not set 1532 1571 # CONFIG_CRYPTO_BLOWFISH is not set
+55 -116
arch/powerpc/configs/celleb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Tue May 8 12:32:16 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 12:33:17 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 40 40 CONFIG_PPC_OF_PLATFORM_PCI=y 41 41 CONFIG_ALTIVEC=y 42 42 CONFIG_PPC_STD_MMU=y 43 + CONFIG_PPC_MM_SLICES=y 43 44 CONFIG_VIRT_CPU_ACCOUNTING=y 44 45 CONFIG_SMP=y 45 46 CONFIG_NR_CPUS=4 ··· 69 68 # CONFIG_AUDIT is not set 70 69 CONFIG_IKCONFIG=y 71 70 CONFIG_IKCONFIG_PROC=y 71 + CONFIG_LOG_BUF_SHIFT=15 72 72 # CONFIG_CPUSETS is not set 73 73 CONFIG_SYSFS_DEPRECATED=y 74 74 # CONFIG_RELAY is not set ··· 88 86 CONFIG_ELF_CORE=y 89 87 CONFIG_BASE_FULL=y 90 88 CONFIG_FUTEX=y 89 + CONFIG_ANON_INODES=y 91 90 CONFIG_EPOLL=y 91 + CONFIG_SIGNALFD=y 92 + CONFIG_TIMERFD=y 93 + CONFIG_EVENTFD=y 92 94 CONFIG_SHMEM=y 93 - CONFIG_SLAB=y 94 95 CONFIG_VM_EVENT_COUNTERS=y 96 + CONFIG_SLAB=y 97 + # CONFIG_SLUB is not set 98 + # CONFIG_SLOB is not set 95 99 CONFIG_RT_MUTEXES=y 96 100 # CONFIG_TINY_SHMEM is not set 97 101 CONFIG_BASE_SMALL=0 98 - # CONFIG_SLOB is not set 99 102 100 103 # 101 104 # Loadable module support ··· 155 148 # Cell Broadband Engine options 156 149 # 157 150 CONFIG_SPU_FS=y 151 + CONFIG_SPU_FS_64K_LS=y 158 152 CONFIG_SPU_BASE=y 159 153 # CONFIG_PQ2ADS is not set 160 154 CONFIG_PPC_UDBG_BEAT=y ··· 214 206 CONFIG_ZONE_DMA_FLAG=1 215 207 CONFIG_ARCH_MEMORY_PROBE=y 216 208 CONFIG_NODES_SPAN_OTHER_NODES=y 209 + CONFIG_PPC_HAS_HASH_64K=y 217 210 # CONFIG_PPC_64K_PAGES is not set 218 211 # CONFIG_SCHED_SMT is not set 219 212 CONFIG_PROC_DEVICETREE=y ··· 233 224 CONFIG_PCI=y 234 225 CONFIG_PCI_DOMAINS=y 235 226 # CONFIG_PCIEPORTBUS is not set 227 + CONFIG_ARCH_SUPPORTS_MSI=y 228 + # CONFIG_PCI_MSI is not set 236 229 # CONFIG_PCI_DEBUG is not set 237 230 238 231 # 239 232 # PCCARD (PCMCIA/CardBus) support 240 233 # 241 234 # CONFIG_PCCARD is not set 242 - 243 - # 244 - # PCI Hotplug Support 245 - # 246 235 # CONFIG_HOTPLUG_PCI is not set 247 236 CONFIG_KERNEL_START=0xc000000000000000 248 237 ··· 284 277 CONFIG_TCP_CONG_CUBIC=y 285 278 CONFIG_DEFAULT_TCP_CONG="cubic" 286 279 # CONFIG_TCP_MD5SIG is not set 287 - 288 - # 289 - # IP: Virtual Server Configuration 290 - # 291 280 # CONFIG_IP_VS is not set 292 281 CONFIG_IPV6=y 293 282 # CONFIG_IPV6_PRIVACY is not set ··· 326 323 # 327 324 # CONFIG_IP6_NF_QUEUE is not set 328 325 # CONFIG_IP6_NF_IPTABLES is not set 329 - 330 - # 331 - # DCCP Configuration (EXPERIMENTAL) 332 - # 333 326 # CONFIG_IP_DCCP is not set 334 - 335 - # 336 - # SCTP Configuration (EXPERIMENTAL) 337 - # 338 327 # CONFIG_IP_SCTP is not set 339 - 340 - # 341 - # TIPC Configuration (EXPERIMENTAL) 342 - # 343 328 # CONFIG_TIPC is not set 344 329 # CONFIG_ATM is not set 345 330 # CONFIG_BRIDGE is not set ··· 360 369 # 361 370 # CONFIG_CFG80211 is not set 362 371 # CONFIG_WIRELESS_EXT is not set 372 + # CONFIG_MAC80211 is not set 363 373 # CONFIG_IEEE80211 is not set 374 + # CONFIG_RFKILL is not set 364 375 365 376 # 366 377 # Device Drivers ··· 418 425 # 419 426 # Misc devices 420 427 # 428 + # CONFIG_PHANTOM is not set 421 429 # CONFIG_SGI_IOC4 is not set 422 430 # CONFIG_TIFM_CORE is not set 423 - 424 - # 425 - # ATA/ATAPI/MFM/RLL support 426 - # 431 + # CONFIG_BLINK is not set 427 432 CONFIG_IDE=y 428 433 CONFIG_BLK_DEV_IDE=y 429 434 ··· 436 445 # CONFIG_BLK_DEV_IDEFLOPPY is not set 437 446 # CONFIG_BLK_DEV_IDESCSI is not set 438 447 # CONFIG_IDE_TASK_IOCTL is not set 448 + CONFIG_IDE_PROC_FS=y 439 449 440 450 # 441 451 # IDE chipset support/bugfixes ··· 444 452 CONFIG_IDE_GENERIC=y 445 453 CONFIG_BLK_DEV_IDEPCI=y 446 454 CONFIG_IDEPCI_SHARE_IRQ=y 455 + CONFIG_IDEPCI_PCIBUS_ORDER=y 447 456 # CONFIG_BLK_DEV_OFFBOARD is not set 448 457 CONFIG_BLK_DEV_GENERIC=y 449 458 # CONFIG_BLK_DEV_OPTI621 is not set ··· 509 516 # CONFIG_SCSI_CONSTANTS is not set 510 517 # CONFIG_SCSI_LOGGING is not set 511 518 # CONFIG_SCSI_SCAN_ASYNC is not set 519 + CONFIG_SCSI_WAIT_SCAN=m 512 520 513 521 # 514 522 # SCSI Transports ··· 554 560 # CONFIG_SCSI_DC395x is not set 555 561 # CONFIG_SCSI_DC390T is not set 556 562 # CONFIG_SCSI_DEBUG is not set 557 - # CONFIG_SCSI_ESP_CORE is not set 558 563 # CONFIG_SCSI_SRP is not set 559 - 560 - # 561 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 562 - # 563 564 # CONFIG_ATA is not set 564 565 565 566 # ··· 577 588 CONFIG_DM_ZERO=m 578 589 CONFIG_DM_MULTIPATH=m 579 590 # CONFIG_DM_MULTIPATH_EMC is not set 591 + # CONFIG_DM_DELAY is not set 580 592 581 593 # 582 594 # Fusion MPT device support ··· 590 600 # 591 601 # IEEE 1394 (FireWire) support 592 602 # 603 + # CONFIG_FIREWIRE is not set 593 604 # CONFIG_IEEE1394 is not set 594 605 595 606 # ··· 607 616 # CONFIG_BONDING is not set 608 617 # CONFIG_EQUALIZER is not set 609 618 # CONFIG_TUN is not set 610 - 611 - # 612 - # ARCnet devices 613 - # 614 619 # CONFIG_ARCNET is not set 615 - 616 - # 617 - # PHY device support 618 - # 619 620 # CONFIG_PHYLIB is not set 620 621 621 622 # ··· 626 643 # CONFIG_NET_TULIP is not set 627 644 # CONFIG_HP100 is not set 628 645 # CONFIG_NET_PCI is not set 629 - 630 - # 631 - # Ethernet (1000 Mbit) 632 - # 646 + CONFIG_NETDEV_1000=y 633 647 # CONFIG_ACENIC is not set 634 648 # CONFIG_DL2K is not set 635 649 # CONFIG_E1000 is not set ··· 638 658 # CONFIG_SKGE is not set 639 659 # CONFIG_SKY2 is not set 640 660 # CONFIG_SK98LIN is not set 661 + # CONFIG_VIA_VELOCITY is not set 641 662 # CONFIG_TIGON3 is not set 642 663 # CONFIG_BNX2 is not set 643 664 CONFIG_SPIDER_NET=y 644 665 # CONFIG_QLA3XXX is not set 645 666 # CONFIG_ATL1 is not set 646 - 647 - # 648 - # Ethernet (10000 Mbit) 649 - # 667 + CONFIG_NETDEV_10000=y 650 668 # CONFIG_CHELSIO_T1 is not set 651 669 # CONFIG_CHELSIO_T3 is not set 652 670 # CONFIG_IXGB is not set ··· 652 674 # CONFIG_MYRI10GE is not set 653 675 # CONFIG_NETXEN_NIC is not set 654 676 # CONFIG_PASEMI_MAC is not set 655 - 656 - # 657 - # Token Ring devices 658 - # 677 + # CONFIG_MLX4_CORE is not set 659 678 # CONFIG_TR is not set 660 679 661 680 # ··· 662 687 # CONFIG_WLAN_80211 is not set 663 688 664 689 # 665 - # Wan interfaces 690 + # USB Network Adapters 666 691 # 692 + # CONFIG_USB_CATC is not set 693 + # CONFIG_USB_KAWETH is not set 694 + # CONFIG_USB_PEGASUS is not set 695 + # CONFIG_USB_RTL8150 is not set 696 + # CONFIG_USB_USBNET_MII is not set 697 + # CONFIG_USB_USBNET is not set 667 698 # CONFIG_WAN is not set 668 699 # CONFIG_FDDI is not set 669 700 # CONFIG_HIPPI is not set ··· 696 715 # 697 716 CONFIG_INPUT=y 698 717 # CONFIG_INPUT_FF_MEMLESS is not set 718 + # CONFIG_INPUT_POLLDEV is not set 699 719 700 720 # 701 721 # Userland interfaces ··· 716 734 # CONFIG_INPUT_KEYBOARD is not set 717 735 # CONFIG_INPUT_MOUSE is not set 718 736 # CONFIG_INPUT_JOYSTICK is not set 737 + # CONFIG_INPUT_TABLET is not set 719 738 # CONFIG_INPUT_TOUCHSCREEN is not set 720 739 # CONFIG_INPUT_MISC is not set 721 740 ··· 780 797 # IPMI 781 798 # 782 799 # CONFIG_IPMI_HANDLER is not set 783 - 784 - # 785 - # Watchdog Cards 786 - # 787 800 CONFIG_WATCHDOG=y 788 801 # CONFIG_WATCHDOG_NOWAYOUT is not set 789 802 ··· 801 822 # CONFIG_HW_RANDOM is not set 802 823 CONFIG_GEN_RTC=y 803 824 # CONFIG_GEN_RTC_X is not set 804 - # CONFIG_DTLK is not set 805 825 # CONFIG_R3964 is not set 806 826 # CONFIG_APPLICOM is not set 807 827 # CONFIG_AGP is not set ··· 812 834 # TPM devices 813 835 # 814 836 # CONFIG_TCG_TPM is not set 815 - 816 - # 817 - # I2C support 818 - # 837 + CONFIG_DEVPORT=y 819 838 CONFIG_I2C=y 839 + CONFIG_I2C_BOARDINFO=y 820 840 # CONFIG_I2C_CHARDEV is not set 821 841 822 842 # ··· 840 864 # CONFIG_I2C_PARPORT_LIGHT is not set 841 865 # CONFIG_I2C_PROSAVAGE is not set 842 866 # CONFIG_I2C_SAVAGE4 is not set 867 + # CONFIG_I2C_SIMTEC is not set 843 868 # CONFIG_I2C_SIS5595 is not set 844 869 # CONFIG_I2C_SIS630 is not set 845 870 # CONFIG_I2C_SIS96X is not set 846 871 # CONFIG_I2C_STUB is not set 872 + # CONFIG_I2C_TINY_USB is not set 847 873 # CONFIG_I2C_VIA is not set 848 874 # CONFIG_I2C_VIAPRO is not set 849 875 # CONFIG_I2C_VOODOO3 is not set 850 - # CONFIG_I2C_PCA_ISA is not set 851 876 852 877 # 853 878 # Miscellaneous I2C Chip support ··· 875 898 # Dallas's 1-wire bus 876 899 # 877 900 # CONFIG_W1 is not set 878 - 879 - # 880 - # Hardware Monitoring support 881 - # 882 901 # CONFIG_HWMON is not set 883 - # CONFIG_HWMON_VID is not set 884 902 885 903 # 886 904 # Multifunction device drivers ··· 886 914 # Multimedia devices 887 915 # 888 916 # CONFIG_VIDEO_DEV is not set 889 - 890 - # 891 - # Digital Video Broadcasting Devices 892 - # 893 - # CONFIG_DVB is not set 894 - # CONFIG_USB_DABUSB is not set 917 + # CONFIG_DVB_CORE is not set 918 + # CONFIG_DAB is not set 895 919 896 920 # 897 921 # Graphics support 898 922 # 899 923 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 924 + 925 + # 926 + # Display device support 927 + # 928 + # CONFIG_DISPLAY_SUPPORT is not set 929 + # CONFIG_VGASTATE is not set 900 930 # CONFIG_FB is not set 901 931 # CONFIG_FB_IBM_GXT4500 is not set 902 932 ··· 989 1015 # CONFIG_USB_LIBUSUAL is not set 990 1016 991 1017 # 992 - # USB Input Devices 993 - # 994 - # CONFIG_USB_AIPTEK is not set 995 - # CONFIG_USB_WACOM is not set 996 - # CONFIG_USB_ACECAD is not set 997 - # CONFIG_USB_KBTAB is not set 998 - # CONFIG_USB_POWERMATE is not set 999 - # CONFIG_USB_TOUCHSCREEN is not set 1000 - # CONFIG_USB_YEALINK is not set 1001 - # CONFIG_USB_XPAD is not set 1002 - # CONFIG_USB_ATI_REMOTE is not set 1003 - # CONFIG_USB_ATI_REMOTE2 is not set 1004 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1005 - # CONFIG_USB_APPLETOUCH is not set 1006 - # CONFIG_USB_GTCO is not set 1007 - 1008 - # 1009 1018 # USB Imaging devices 1010 1019 # 1011 1020 # CONFIG_USB_MDC800 is not set 1012 1021 # CONFIG_USB_MICROTEK is not set 1013 - 1014 - # 1015 - # USB Network Adapters 1016 - # 1017 - # CONFIG_USB_CATC is not set 1018 - # CONFIG_USB_KAWETH is not set 1019 - # CONFIG_USB_PEGASUS is not set 1020 - # CONFIG_USB_RTL8150 is not set 1021 - # CONFIG_USB_USBNET_MII is not set 1022 - # CONFIG_USB_USBNET is not set 1023 1022 CONFIG_USB_MON=y 1024 1023 1025 1024 # ··· 1036 1089 # USB Gadget Support 1037 1090 # 1038 1091 # CONFIG_USB_GADGET is not set 1039 - 1040 - # 1041 - # MMC/SD Card support 1042 - # 1043 1092 # CONFIG_MMC is not set 1044 1093 1045 1094 # ··· 1076 1133 1077 1134 # 1078 1135 # DMA Devices 1079 - # 1080 - 1081 - # 1082 - # Auxiliary Display support 1083 - # 1084 - 1085 - # 1086 - # Virtualization 1087 1136 # 1088 1137 1089 1138 # ··· 1181 1246 CONFIG_NFS_ACL_SUPPORT=m 1182 1247 CONFIG_NFS_COMMON=y 1183 1248 CONFIG_SUNRPC=m 1249 + # CONFIG_SUNRPC_BIND34 is not set 1184 1250 # CONFIG_RPCSEC_GSS_KRB5 is not set 1185 1251 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1186 1252 # CONFIG_SMB_FS is not set ··· 1211 1275 # CONFIG_SUN_PARTITION is not set 1212 1276 # CONFIG_KARMA_PARTITION is not set 1213 1277 CONFIG_EFI_PARTITION=y 1278 + # CONFIG_SYSV68_PARTITION is not set 1214 1279 1215 1280 # 1216 1281 # Native Language Support ··· 1262 1325 # 1263 1326 # CONFIG_DLM is not set 1264 1327 # CONFIG_UCC_SLOW is not set 1265 - # CONFIG_UCC_FAST is not set 1266 1328 1267 1329 # 1268 1330 # Library routines ··· 1269 1333 CONFIG_BITREVERSE=y 1270 1334 # CONFIG_CRC_CCITT is not set 1271 1335 # CONFIG_CRC16 is not set 1336 + # CONFIG_CRC_ITU_T is not set 1272 1337 CONFIG_CRC32=y 1273 1338 CONFIG_LIBCRC32C=m 1274 1339 CONFIG_ZLIB_INFLATE=m ··· 1277 1340 CONFIG_PLIST=y 1278 1341 CONFIG_HAS_IOMEM=y 1279 1342 CONFIG_HAS_IOPORT=y 1343 + CONFIG_HAS_DMA=y 1280 1344 1281 1345 # 1282 1346 # Instrumentation Support ··· 1296 1358 # CONFIG_HEADERS_CHECK is not set 1297 1359 CONFIG_DEBUG_KERNEL=y 1298 1360 # CONFIG_DEBUG_SHIRQ is not set 1299 - CONFIG_LOG_BUF_SHIFT=15 1300 1361 CONFIG_DETECT_SOFTLOCKUP=y 1301 1362 # CONFIG_SCHEDSTATS is not set 1302 1363 # CONFIG_TIMER_STATS is not set ··· 1332 1395 # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set 1333 1396 # CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE is not set 1334 1397 CONFIG_PPC_EARLY_DEBUG_BEAT=y 1398 + # CONFIG_PPC_EARLY_DEBUG_44x is not set 1335 1399 1336 1400 # 1337 1401 # Security options ··· 1363 1425 CONFIG_CRYPTO_CBC=m 1364 1426 CONFIG_CRYPTO_PCBC=m 1365 1427 # CONFIG_CRYPTO_LRW is not set 1428 + # CONFIG_CRYPTO_CRYPTD is not set 1366 1429 CONFIG_CRYPTO_DES=m 1367 1430 # CONFIG_CRYPTO_FCRYPT is not set 1368 1431 CONFIG_CRYPTO_BLOWFISH=m
+209 -148
arch/powerpc/configs/chrp32_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:12:58 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 12:36:45 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 CONFIG_PPC32=y ··· 34 34 # CONFIG_PPC_83xx is not set 35 35 # CONFIG_PPC_85xx is not set 36 36 # CONFIG_PPC_86xx is not set 37 + # CONFIG_PPC_8xx is not set 37 38 # CONFIG_40x is not set 38 39 # CONFIG_44x is not set 39 - # CONFIG_8xx is not set 40 40 # CONFIG_E200 is not set 41 41 CONFIG_6xx=y 42 42 CONFIG_PPC_FPU=y ··· 45 45 # CONFIG_ALTIVEC is not set 46 46 CONFIG_PPC_STD_MMU=y 47 47 CONFIG_PPC_STD_MMU_32=y 48 + # CONFIG_PPC_MM_SLICES is not set 48 49 CONFIG_SMP=y 49 50 CONFIG_NR_CPUS=4 50 51 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 65 64 CONFIG_SWAP=y 66 65 CONFIG_SYSVIPC=y 67 66 # CONFIG_IPC_NS is not set 67 + CONFIG_SYSVIPC_SYSCTL=y 68 68 CONFIG_POSIX_MQUEUE=y 69 69 # CONFIG_BSD_PROCESS_ACCT is not set 70 70 # CONFIG_TASKSTATS is not set ··· 73 71 # CONFIG_AUDIT is not set 74 72 CONFIG_IKCONFIG=y 75 73 CONFIG_IKCONFIG_PROC=y 74 + CONFIG_LOG_BUF_SHIFT=15 76 75 # CONFIG_CPUSETS is not set 77 76 CONFIG_SYSFS_DEPRECATED=y 78 77 # CONFIG_RELAY is not set 78 + CONFIG_BLK_DEV_INITRD=y 79 79 CONFIG_INITRAMFS_SOURCE="" 80 80 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 81 81 CONFIG_SYSCTL=y ··· 92 88 CONFIG_ELF_CORE=y 93 89 CONFIG_BASE_FULL=y 94 90 CONFIG_FUTEX=y 91 + CONFIG_ANON_INODES=y 95 92 CONFIG_EPOLL=y 93 + CONFIG_SIGNALFD=y 94 + CONFIG_TIMERFD=y 95 + CONFIG_EVENTFD=y 96 96 CONFIG_SHMEM=y 97 - CONFIG_SLAB=y 98 97 CONFIG_VM_EVENT_COUNTERS=y 98 + CONFIG_SLAB=y 99 + # CONFIG_SLUB is not set 100 + # CONFIG_SLOB is not set 99 101 CONFIG_RT_MUTEXES=y 100 102 # CONFIG_TINY_SHMEM is not set 101 103 CONFIG_BASE_SMALL=0 102 - # CONFIG_SLOB is not set 103 104 104 105 # 105 106 # Loadable module support ··· 146 137 # CONFIG_APUS is not set 147 138 CONFIG_PPC_CHRP=y 148 139 # CONFIG_PPC_MPC52xx is not set 140 + # CONFIG_PPC_MPC5200 is not set 149 141 # CONFIG_PPC_EFIKA is not set 150 142 # CONFIG_PPC_LITE5200 is not set 151 143 # CONFIG_PPC_PMAC is not set 152 144 # CONFIG_PPC_CELL is not set 153 145 # CONFIG_PPC_CELL_NATIVE is not set 146 + # CONFIG_PQ2ADS is not set 154 147 CONFIG_PPC_NATIVE=y 155 148 # CONFIG_UDBG_RTAS_CONSOLE is not set 149 + CONFIG_MPIC=y 150 + # CONFIG_MPIC_WEIRD is not set 151 + CONFIG_PPC_I8259=y 156 152 CONFIG_PPC_RTAS=y 157 153 # CONFIG_RTAS_ERROR_LOGGING is not set 158 154 CONFIG_RTAS_PROC=y ··· 168 154 # CONFIG_GENERIC_IOMAP is not set 169 155 # CONFIG_CPU_FREQ is not set 170 156 # CONFIG_TAU is not set 171 - # CONFIG_WANT_EARLY_SERIAL is not set 172 - CONFIG_MPIC=y 157 + # CONFIG_CPM2 is not set 173 158 174 159 # 175 160 # Kernel options ··· 199 186 # CONFIG_SPARSEMEM_STATIC is not set 200 187 CONFIG_SPLIT_PTLOCK_CPUS=4 201 188 # CONFIG_RESOURCES_64BIT is not set 189 + CONFIG_ZONE_DMA_FLAG=1 202 190 CONFIG_PROC_DEVICETREE=y 203 191 # CONFIG_CMDLINE_BOOL is not set 204 192 # CONFIG_PM is not set 205 193 CONFIG_SECCOMP=y 194 + # CONFIG_WANT_DEVICE_TREE is not set 206 195 CONFIG_ISA_DMA_API=y 207 196 208 197 # 209 198 # Bus options 210 199 # 211 200 CONFIG_ISA=y 201 + CONFIG_ZONE_DMA=y 212 202 CONFIG_GENERIC_ISA_DMA=y 213 - # CONFIG_MPIC_WEIRD is not set 214 - CONFIG_PPC_I8259=y 215 203 CONFIG_PPC_INDIRECT_PCI=y 204 + # CONFIG_PPC_INDIRECT_PCI_BE is not set 216 205 CONFIG_PCI=y 217 206 CONFIG_PCI_DOMAINS=y 218 207 # CONFIG_PCIEPORTBUS is not set 208 + CONFIG_ARCH_SUPPORTS_MSI=y 209 + # CONFIG_PCI_MSI is not set 219 210 # CONFIG_PCI_DEBUG is not set 220 211 221 212 # 222 213 # PCCARD (PCMCIA/CardBus) support 223 214 # 224 215 # CONFIG_PCCARD is not set 225 - 226 - # 227 - # PCI Hotplug Support 228 - # 229 216 # CONFIG_HOTPLUG_PCI is not set 230 217 231 218 # ··· 250 237 # 251 238 # Networking options 252 239 # 253 - # CONFIG_NETDEBUG is not set 254 240 CONFIG_PACKET=y 255 241 # CONFIG_PACKET_MMAP is not set 256 242 CONFIG_UNIX=y ··· 278 266 CONFIG_TCP_CONG_CUBIC=y 279 267 CONFIG_DEFAULT_TCP_CONG="cubic" 280 268 # CONFIG_TCP_MD5SIG is not set 281 - 282 - # 283 - # IP: Virtual Server Configuration 284 - # 285 269 # CONFIG_IP_VS is not set 286 270 # CONFIG_IPV6 is not set 287 271 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 291 283 # 292 284 # CONFIG_NETFILTER_NETLINK is not set 293 285 CONFIG_NF_CONNTRACK_ENABLED=m 294 - CONFIG_NF_CONNTRACK_SUPPORT=y 295 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 296 286 CONFIG_NF_CONNTRACK=m 297 287 # CONFIG_NF_CT_ACCT is not set 298 288 # CONFIG_NF_CONNTRACK_MARK is not set ··· 302 296 CONFIG_NF_CONNTRACK_IRC=m 303 297 # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set 304 298 # CONFIG_NF_CONNTRACK_PPTP is not set 299 + # CONFIG_NF_CONNTRACK_SANE is not set 305 300 CONFIG_NF_CONNTRACK_SIP=m 306 301 CONFIG_NF_CONNTRACK_TFTP=m 307 - # CONFIG_NETFILTER_XTABLES is not set 302 + CONFIG_NETFILTER_XTABLES=m 303 + # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 304 + # CONFIG_NETFILTER_XT_TARGET_MARK is not set 305 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 306 + # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 307 + # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 308 + # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 309 + # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set 310 + # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set 311 + # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set 312 + # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 313 + # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 314 + # CONFIG_NETFILTER_XT_MATCH_ESP is not set 315 + # CONFIG_NETFILTER_XT_MATCH_HELPER is not set 316 + # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 317 + # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 318 + # CONFIG_NETFILTER_XT_MATCH_MAC is not set 319 + # CONFIG_NETFILTER_XT_MATCH_MARK is not set 320 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 321 + # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 322 + # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 323 + # CONFIG_NETFILTER_XT_MATCH_REALM is not set 324 + # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 325 + # CONFIG_NETFILTER_XT_MATCH_STATE is not set 326 + # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 327 + # CONFIG_NETFILTER_XT_MATCH_STRING is not set 328 + # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 329 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 308 330 309 331 # 310 332 # IP: Netfilter Configuration ··· 340 306 CONFIG_NF_CONNTRACK_IPV4=m 341 307 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 342 308 # CONFIG_IP_NF_QUEUE is not set 343 - 344 - # 345 - # DCCP Configuration (EXPERIMENTAL) 346 - # 309 + CONFIG_IP_NF_IPTABLES=m 310 + # CONFIG_IP_NF_MATCH_IPRANGE is not set 311 + # CONFIG_IP_NF_MATCH_TOS is not set 312 + # CONFIG_IP_NF_MATCH_RECENT is not set 313 + # CONFIG_IP_NF_MATCH_ECN is not set 314 + # CONFIG_IP_NF_MATCH_AH is not set 315 + # CONFIG_IP_NF_MATCH_TTL is not set 316 + # CONFIG_IP_NF_MATCH_OWNER is not set 317 + # CONFIG_IP_NF_MATCH_ADDRTYPE is not set 318 + CONFIG_IP_NF_FILTER=m 319 + CONFIG_IP_NF_TARGET_REJECT=m 320 + CONFIG_IP_NF_TARGET_LOG=m 321 + # CONFIG_IP_NF_TARGET_ULOG is not set 322 + CONFIG_NF_NAT=m 323 + CONFIG_NF_NAT_NEEDED=y 324 + CONFIG_IP_NF_TARGET_MASQUERADE=m 325 + CONFIG_IP_NF_TARGET_REDIRECT=m 326 + # CONFIG_IP_NF_TARGET_NETMAP is not set 327 + # CONFIG_IP_NF_TARGET_SAME is not set 328 + # CONFIG_NF_NAT_SNMP_BASIC is not set 329 + CONFIG_NF_NAT_FTP=m 330 + CONFIG_NF_NAT_IRC=m 331 + CONFIG_NF_NAT_TFTP=m 332 + # CONFIG_NF_NAT_AMANDA is not set 333 + # CONFIG_NF_NAT_PPTP is not set 334 + # CONFIG_NF_NAT_H323 is not set 335 + CONFIG_NF_NAT_SIP=m 336 + # CONFIG_IP_NF_MANGLE is not set 337 + # CONFIG_IP_NF_RAW is not set 338 + # CONFIG_IP_NF_ARPTABLES is not set 347 339 # CONFIG_IP_DCCP is not set 348 - 349 - # 350 - # SCTP Configuration (EXPERIMENTAL) 351 - # 352 340 # CONFIG_IP_SCTP is not set 353 - 354 - # 355 - # TIPC Configuration (EXPERIMENTAL) 356 - # 357 341 # CONFIG_TIPC is not set 358 342 # CONFIG_ATM is not set 359 343 # CONFIG_BRIDGE is not set ··· 397 345 # CONFIG_HAMRADIO is not set 398 346 # CONFIG_IRDA is not set 399 347 # CONFIG_BT is not set 348 + # CONFIG_AF_RXRPC is not set 349 + 350 + # 351 + # Wireless 352 + # 353 + # CONFIG_CFG80211 is not set 354 + # CONFIG_WIRELESS_EXT is not set 355 + # CONFIG_MAC80211 is not set 400 356 # CONFIG_IEEE80211 is not set 357 + # CONFIG_RFKILL is not set 401 358 402 359 # 403 360 # Device Drivers ··· 419 358 CONFIG_PREVENT_FIRMWARE_BUILD=y 420 359 # CONFIG_FW_LOADER is not set 421 360 # CONFIG_DEBUG_DRIVER is not set 361 + # CONFIG_DEBUG_DEVRES is not set 422 362 # CONFIG_SYS_HYPERVISOR is not set 423 363 424 364 # 425 365 # Connector - unified userspace <-> kernelspace linker 426 366 # 427 367 # CONFIG_CONNECTOR is not set 428 - 429 - # 430 - # Memory Technology Devices (MTD) 431 - # 432 368 # CONFIG_MTD is not set 433 369 434 370 # ··· 437 379 # Plug and Play support 438 380 # 439 381 # CONFIG_PNP is not set 382 + # CONFIG_PNPACPI is not set 440 383 441 384 # 442 385 # Block devices ··· 458 399 CONFIG_BLK_DEV_RAM_COUNT=16 459 400 CONFIG_BLK_DEV_RAM_SIZE=4096 460 401 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 461 - CONFIG_BLK_DEV_INITRD=y 462 402 # CONFIG_CDROM_PKTCDVD is not set 463 403 # CONFIG_ATA_OVER_ETH is not set 464 404 465 405 # 466 406 # Misc devices 467 407 # 408 + # CONFIG_PHANTOM is not set 468 409 # CONFIG_SGI_IOC4 is not set 469 410 # CONFIG_TIFM_CORE is not set 470 - 471 - # 472 - # ATA/ATAPI/MFM/RLL support 473 - # 411 + # CONFIG_BLINK is not set 474 412 CONFIG_IDE=y 475 413 CONFIG_BLK_DEV_IDE=y 476 414 ··· 482 426 # CONFIG_BLK_DEV_IDEFLOPPY is not set 483 427 # CONFIG_BLK_DEV_IDESCSI is not set 484 428 # CONFIG_IDE_TASK_IOCTL is not set 429 + CONFIG_IDE_PROC_FS=y 485 430 486 431 # 487 432 # IDE chipset support/bugfixes ··· 490 433 CONFIG_IDE_GENERIC=y 491 434 CONFIG_BLK_DEV_IDEPCI=y 492 435 CONFIG_IDEPCI_SHARE_IRQ=y 436 + CONFIG_IDEPCI_PCIBUS_ORDER=y 493 437 # CONFIG_BLK_DEV_OFFBOARD is not set 494 438 CONFIG_BLK_DEV_GENERIC=y 495 439 # CONFIG_BLK_DEV_OPTI621 is not set 496 440 CONFIG_BLK_DEV_IDEDMA_PCI=y 497 441 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 498 - CONFIG_IDEDMA_PCI_AUTO=y 499 442 # CONFIG_IDEDMA_ONLYDISK is not set 500 443 # CONFIG_BLK_DEV_AEC62XX is not set 501 444 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 510 453 # CONFIG_BLK_DEV_JMICRON is not set 511 454 # CONFIG_BLK_DEV_SC1200 is not set 512 455 # CONFIG_BLK_DEV_PIIX is not set 456 + # CONFIG_BLK_DEV_IT8213 is not set 513 457 # CONFIG_BLK_DEV_IT821X is not set 514 458 # CONFIG_BLK_DEV_NS87415 is not set 515 459 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 521 463 # CONFIG_BLK_DEV_SLC90E66 is not set 522 464 # CONFIG_BLK_DEV_TRM290 is not set 523 465 CONFIG_BLK_DEV_VIA82CXXX=y 466 + # CONFIG_BLK_DEV_TC86C001 is not set 524 467 # CONFIG_IDE_ARM is not set 525 468 # CONFIG_IDE_CHIPSETS is not set 526 469 CONFIG_BLK_DEV_IDEDMA=y 527 470 # CONFIG_IDEDMA_IVB is not set 528 - CONFIG_IDEDMA_AUTO=y 529 471 # CONFIG_BLK_DEV_HD is not set 530 472 531 473 # ··· 555 497 CONFIG_SCSI_CONSTANTS=y 556 498 # CONFIG_SCSI_LOGGING is not set 557 499 # CONFIG_SCSI_SCAN_ASYNC is not set 500 + CONFIG_SCSI_WAIT_SCAN=m 558 501 559 502 # 560 503 # SCSI Transports ··· 621 562 # CONFIG_SCSI_NSP32 is not set 622 563 # CONFIG_SCSI_DEBUG is not set 623 564 # CONFIG_SCSI_SRP is not set 624 - 625 - # 626 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 627 - # 628 565 # CONFIG_ATA is not set 629 566 630 567 # ··· 644 589 # 645 590 # IEEE 1394 (FireWire) support 646 591 # 592 + # CONFIG_FIREWIRE is not set 647 593 # CONFIG_IEEE1394 is not set 648 594 649 595 # 650 596 # I2O device support 651 597 # 652 598 # CONFIG_I2O is not set 653 - 654 - # 655 - # Macintosh device drivers 656 - # 657 - # CONFIG_MAC_EMUMOUSEBTN is not set 658 - # CONFIG_WINDFARM is not set 599 + # CONFIG_MACINTOSH_DRIVERS is not set 659 600 660 601 # 661 602 # Network device support ··· 661 610 # CONFIG_BONDING is not set 662 611 # CONFIG_EQUALIZER is not set 663 612 # CONFIG_TUN is not set 664 - 665 - # 666 - # ARCnet devices 667 - # 668 613 # CONFIG_ARCNET is not set 669 - 670 - # 671 - # PHY device support 672 - # 673 614 # CONFIG_PHYLIB is not set 674 615 675 616 # ··· 720 677 CONFIG_VIA_RHINE=y 721 678 # CONFIG_VIA_RHINE_MMIO is not set 722 679 # CONFIG_VIA_RHINE_NAPI is not set 723 - 724 - # 725 - # Ethernet (1000 Mbit) 726 - # 680 + # CONFIG_SC92031 is not set 681 + CONFIG_NETDEV_1000=y 727 682 # CONFIG_ACENIC is not set 728 683 # CONFIG_DL2K is not set 729 684 # CONFIG_E1000 is not set ··· 737 696 # CONFIG_TIGON3 is not set 738 697 # CONFIG_BNX2 is not set 739 698 CONFIG_MV643XX_ETH=y 740 - # CONFIG_MV643XX_ETH_0 is not set 741 - # CONFIG_MV643XX_ETH_1 is not set 742 - # CONFIG_MV643XX_ETH_2 is not set 743 699 # CONFIG_QLA3XXX is not set 744 - 745 - # 746 - # Ethernet (10000 Mbit) 747 - # 700 + # CONFIG_ATL1 is not set 701 + CONFIG_NETDEV_10000=y 748 702 # CONFIG_CHELSIO_T1 is not set 703 + # CONFIG_CHELSIO_T3 is not set 749 704 # CONFIG_IXGB is not set 750 705 # CONFIG_S2IO is not set 751 706 # CONFIG_MYRI10GE is not set 752 707 # CONFIG_NETXEN_NIC is not set 753 - 754 - # 755 - # Token Ring devices 756 - # 708 + # CONFIG_MLX4_CORE is not set 757 709 # CONFIG_TR is not set 758 710 759 711 # 760 - # Wireless LAN (non-hamradio) 712 + # Wireless LAN 761 713 # 762 - # CONFIG_NET_RADIO is not set 714 + # CONFIG_WLAN_PRE80211 is not set 715 + # CONFIG_WLAN_80211 is not set 763 716 764 717 # 765 - # Wan interfaces 718 + # USB Network Adapters 766 719 # 720 + # CONFIG_USB_CATC is not set 721 + # CONFIG_USB_KAWETH is not set 722 + # CONFIG_USB_PEGASUS is not set 723 + # CONFIG_USB_RTL8150 is not set 724 + # CONFIG_USB_USBNET_MII is not set 725 + # CONFIG_USB_USBNET is not set 767 726 # CONFIG_WAN is not set 768 727 # CONFIG_FDDI is not set 769 728 # CONFIG_HIPPI is not set ··· 799 758 # 800 759 CONFIG_INPUT=y 801 760 # CONFIG_INPUT_FF_MEMLESS is not set 761 + # CONFIG_INPUT_POLLDEV is not set 802 762 803 763 # 804 764 # Userland interfaces ··· 825 783 # CONFIG_KEYBOARD_STOWAWAY is not set 826 784 CONFIG_INPUT_MOUSE=y 827 785 CONFIG_MOUSE_PS2=y 786 + CONFIG_MOUSE_PS2_ALPS=y 787 + CONFIG_MOUSE_PS2_LOGIPS2PP=y 788 + CONFIG_MOUSE_PS2_SYNAPTICS=y 789 + CONFIG_MOUSE_PS2_LIFEBOOK=y 790 + CONFIG_MOUSE_PS2_TRACKPOINT=y 791 + # CONFIG_MOUSE_PS2_TOUCHKIT is not set 828 792 # CONFIG_MOUSE_SERIAL is not set 793 + # CONFIG_MOUSE_APPLETOUCH is not set 829 794 # CONFIG_MOUSE_INPORT is not set 830 795 # CONFIG_MOUSE_LOGIBM is not set 831 796 # CONFIG_MOUSE_PC110PAD is not set 832 797 # CONFIG_MOUSE_VSXXXAA is not set 833 798 # CONFIG_INPUT_JOYSTICK is not set 799 + # CONFIG_INPUT_TABLET is not set 834 800 # CONFIG_INPUT_TOUCHSCREEN is not set 835 801 CONFIG_INPUT_MISC=y 836 802 # CONFIG_INPUT_PCSPKR is not set 803 + # CONFIG_INPUT_ATI_REMOTE is not set 804 + # CONFIG_INPUT_ATI_REMOTE2 is not set 805 + # CONFIG_INPUT_KEYSPAN_REMOTE is not set 806 + # CONFIG_INPUT_POWERMATE is not set 807 + # CONFIG_INPUT_YEALINK is not set 837 808 CONFIG_INPUT_UINPUT=y 838 809 839 810 # ··· 886 831 CONFIG_SERIAL_CORE=y 887 832 CONFIG_SERIAL_CORE_CONSOLE=y 888 833 # CONFIG_SERIAL_JSM is not set 834 + # CONFIG_SERIAL_OF_PLATFORM is not set 889 835 CONFIG_UNIX98_PTYS=y 890 836 CONFIG_LEGACY_PTYS=y 891 837 CONFIG_LEGACY_PTY_COUNT=256 ··· 897 841 # IPMI 898 842 # 899 843 # CONFIG_IPMI_HANDLER is not set 900 - 901 - # 902 - # Watchdog Cards 903 - # 904 844 # CONFIG_WATCHDOG is not set 905 845 # CONFIG_HW_RANDOM is not set 906 846 CONFIG_NVRAM=y ··· 913 861 # TPM devices 914 862 # 915 863 # CONFIG_TCG_TPM is not set 916 - 917 - # 918 - # I2C support 919 - # 864 + CONFIG_DEVPORT=y 920 865 CONFIG_I2C=y 866 + CONFIG_I2C_BOARDINFO=y 921 867 # CONFIG_I2C_CHARDEV is not set 922 868 923 869 # ··· 943 893 # CONFIG_I2C_PARPORT_LIGHT is not set 944 894 # CONFIG_I2C_PROSAVAGE is not set 945 895 # CONFIG_I2C_SAVAGE4 is not set 896 + # CONFIG_I2C_SIMTEC is not set 946 897 # CONFIG_I2C_SIS5595 is not set 947 898 # CONFIG_I2C_SIS630 is not set 948 899 # CONFIG_I2C_SIS96X is not set 949 900 # CONFIG_I2C_STUB is not set 901 + # CONFIG_I2C_TINY_USB is not set 950 902 # CONFIG_I2C_VIA is not set 951 903 # CONFIG_I2C_VIAPRO is not set 952 904 # CONFIG_I2C_VOODOO3 is not set ··· 980 928 # Dallas's 1-wire bus 981 929 # 982 930 # CONFIG_W1 is not set 931 + # CONFIG_HWMON is not set 983 932 984 933 # 985 - # Hardware Monitoring support 934 + # Multifunction device drivers 986 935 # 987 - # CONFIG_HWMON is not set 988 - # CONFIG_HWMON_VID is not set 936 + # CONFIG_MFD_SM501 is not set 989 937 990 938 # 991 939 # Multimedia devices 992 940 # 993 941 # CONFIG_VIDEO_DEV is not set 994 - 995 - # 996 - # Digital Video Broadcasting Devices 997 - # 998 - # CONFIG_DVB is not set 999 - # CONFIG_USB_DABUSB is not set 942 + # CONFIG_DVB_CORE is not set 943 + # CONFIG_DAB is not set 1000 944 1001 945 # 1002 946 # Graphics support 1003 947 # 1004 - CONFIG_FIRMWARE_EDID=y 948 + CONFIG_BACKLIGHT_LCD_SUPPORT=y 949 + CONFIG_BACKLIGHT_CLASS_DEVICE=y 950 + CONFIG_LCD_CLASS_DEVICE=m 951 + 952 + # 953 + # Display device support 954 + # 955 + CONFIG_DISPLAY_SUPPORT=m 956 + 957 + # 958 + # Display hardware drivers 959 + # 960 + # CONFIG_VGASTATE is not set 1005 961 CONFIG_FB=y 962 + CONFIG_FIRMWARE_EDID=y 1006 963 CONFIG_FB_DDC=y 1007 964 CONFIG_FB_CFB_FILLRECT=y 1008 965 CONFIG_FB_CFB_COPYAREA=y 1009 966 CONFIG_FB_CFB_IMAGEBLIT=y 967 + # CONFIG_FB_SYS_FILLRECT is not set 968 + # CONFIG_FB_SYS_COPYAREA is not set 969 + # CONFIG_FB_SYS_IMAGEBLIT is not set 970 + # CONFIG_FB_SYS_FOPS is not set 971 + CONFIG_FB_DEFERRED_IO=y 972 + # CONFIG_FB_SVGALIB is not set 1010 973 CONFIG_FB_MACMODES=y 1011 - # CONFIG_FB_BACKLIGHT is not set 974 + CONFIG_FB_BACKLIGHT=y 1012 975 CONFIG_FB_MODE_HELPERS=y 1013 976 CONFIG_FB_TILEBLITTING=y 977 + 978 + # 979 + # Frame buffer hardware drivers 980 + # 1014 981 # CONFIG_FB_CIRRUS is not set 1015 982 # CONFIG_FB_PM2 is not set 1016 983 # CONFIG_FB_CYBER2000 is not set ··· 1049 978 # CONFIG_FB_MATROX_MULTIHEAD is not set 1050 979 CONFIG_FB_RADEON=y 1051 980 CONFIG_FB_RADEON_I2C=y 981 + CONFIG_FB_RADEON_BACKLIGHT=y 1052 982 # CONFIG_FB_RADEON_DEBUG is not set 1053 983 # CONFIG_FB_ATY128 is not set 1054 984 CONFIG_FB_ATY=y 1055 985 CONFIG_FB_ATY_CT=y 1056 986 # CONFIG_FB_ATY_GENERIC_LCD is not set 1057 987 CONFIG_FB_ATY_GX=y 988 + CONFIG_FB_ATY_BACKLIGHT=y 989 + # CONFIG_FB_S3 is not set 1058 990 # CONFIG_FB_SAVAGE is not set 1059 991 # CONFIG_FB_SIS is not set 1060 992 # CONFIG_FB_NEOMAGIC is not set ··· 1065 991 CONFIG_FB_3DFX=y 1066 992 # CONFIG_FB_3DFX_ACCEL is not set 1067 993 # CONFIG_FB_VOODOO1 is not set 994 + # CONFIG_FB_VT8623 is not set 1068 995 # CONFIG_FB_TRIDENT is not set 996 + # CONFIG_FB_ARK is not set 997 + # CONFIG_FB_PM3 is not set 1069 998 # CONFIG_FB_IBM_GXT4500 is not set 1070 999 # CONFIG_FB_VIRTUAL is not set 1071 1000 ··· 1084 1007 # CONFIG_FONTS is not set 1085 1008 CONFIG_FONT_8x8=y 1086 1009 CONFIG_FONT_8x16=y 1087 - 1088 - # 1089 - # Logo configuration 1090 - # 1091 1010 CONFIG_LOGO=y 1092 1011 CONFIG_LOGO_LINUX_MONO=y 1093 1012 CONFIG_LOGO_LINUX_VGA16=y 1094 1013 CONFIG_LOGO_LINUX_CLUT224=y 1095 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1096 1014 1097 1015 # 1098 1016 # Sound ··· 1098 1026 # HID Devices 1099 1027 # 1100 1028 CONFIG_HID=y 1029 + # CONFIG_HID_DEBUG is not set 1030 + 1031 + # 1032 + # USB Input Devices 1033 + # 1034 + CONFIG_USB_HID=y 1035 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1036 + # CONFIG_HID_FF is not set 1037 + # CONFIG_USB_HIDDEV is not set 1101 1038 1102 1039 # 1103 1040 # USB support ··· 1121 1040 # Miscellaneous USB options 1122 1041 # 1123 1042 CONFIG_USB_DEVICEFS=y 1124 - # CONFIG_USB_BANDWIDTH is not set 1043 + CONFIG_USB_DEVICE_CLASS=y 1125 1044 # CONFIG_USB_DYNAMIC_MINORS is not set 1126 - # CONFIG_USB_MULTITHREAD_PROBE is not set 1127 1045 # CONFIG_USB_OTG is not set 1128 1046 1129 1047 # ··· 1132 1052 # CONFIG_USB_EHCI_SPLIT_ISO is not set 1133 1053 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1134 1054 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1055 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 1135 1056 # CONFIG_USB_ISP116X_HCD is not set 1136 1057 CONFIG_USB_OHCI_HCD=y 1137 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1058 + # CONFIG_USB_OHCI_HCD_PPC_OF is not set 1059 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1060 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 1138 1061 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1139 1062 CONFIG_USB_UHCI_HCD=y 1140 1063 # CONFIG_USB_SL811_HCD is not set ··· 1171 1088 # CONFIG_USB_LIBUSUAL is not set 1172 1089 1173 1090 # 1174 - # USB Input Devices 1175 - # 1176 - CONFIG_USB_HID=y 1177 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1178 - # CONFIG_HID_FF is not set 1179 - # CONFIG_USB_HIDDEV is not set 1180 - # CONFIG_USB_AIPTEK is not set 1181 - # CONFIG_USB_WACOM is not set 1182 - # CONFIG_USB_ACECAD is not set 1183 - # CONFIG_USB_KBTAB is not set 1184 - # CONFIG_USB_POWERMATE is not set 1185 - # CONFIG_USB_TOUCHSCREEN is not set 1186 - # CONFIG_USB_YEALINK is not set 1187 - # CONFIG_USB_XPAD is not set 1188 - # CONFIG_USB_ATI_REMOTE is not set 1189 - # CONFIG_USB_ATI_REMOTE2 is not set 1190 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1191 - # CONFIG_USB_APPLETOUCH is not set 1192 - 1193 - # 1194 1091 # USB Imaging devices 1195 1092 # 1196 1093 # CONFIG_USB_MDC800 is not set 1197 1094 # CONFIG_USB_MICROTEK is not set 1198 - 1199 - # 1200 - # USB Network Adapters 1201 - # 1202 - # CONFIG_USB_CATC is not set 1203 - # CONFIG_USB_KAWETH is not set 1204 - # CONFIG_USB_PEGASUS is not set 1205 - # CONFIG_USB_RTL8150 is not set 1206 - # CONFIG_USB_USBNET_MII is not set 1207 - # CONFIG_USB_USBNET is not set 1208 1095 CONFIG_USB_MON=y 1209 1096 1210 1097 # ··· 1196 1143 # CONFIG_USB_RIO500 is not set 1197 1144 # CONFIG_USB_LEGOTOWER is not set 1198 1145 # CONFIG_USB_LCD is not set 1146 + # CONFIG_USB_BERRY_CHARGE is not set 1199 1147 # CONFIG_USB_LED is not set 1200 1148 # CONFIG_USB_CYPRESS_CY7C63 is not set 1201 1149 # CONFIG_USB_CYTHERM is not set ··· 1207 1153 # CONFIG_USB_SISUSBVGA is not set 1208 1154 # CONFIG_USB_LD is not set 1209 1155 # CONFIG_USB_TRANCEVIBRATOR is not set 1156 + # CONFIG_USB_IOWARRIOR is not set 1210 1157 # CONFIG_USB_TEST is not set 1211 1158 1212 1159 # ··· 1218 1163 # USB Gadget Support 1219 1164 # 1220 1165 # CONFIG_USB_GADGET is not set 1221 - 1222 - # 1223 - # MMC/SD Card support 1224 - # 1225 1166 # CONFIG_MMC is not set 1226 1167 1227 1168 # ··· 1258 1207 1259 1208 # 1260 1209 # DMA Devices 1261 - # 1262 - 1263 - # 1264 - # Virtualization 1265 1210 # 1266 1211 1267 1212 # ··· 1370 1323 # CONFIG_SUN_PARTITION is not set 1371 1324 # CONFIG_KARMA_PARTITION is not set 1372 1325 # CONFIG_EFI_PARTITION is not set 1326 + # CONFIG_SYSV68_PARTITION is not set 1373 1327 1374 1328 # 1375 1329 # Native Language Support ··· 1420 1372 # Distributed Lock Manager 1421 1373 # 1422 1374 # CONFIG_DLM is not set 1375 + # CONFIG_UCC_SLOW is not set 1423 1376 1424 1377 # 1425 1378 # Library routines ··· 1428 1379 CONFIG_BITREVERSE=y 1429 1380 CONFIG_CRC_CCITT=m 1430 1381 # CONFIG_CRC16 is not set 1382 + # CONFIG_CRC_ITU_T is not set 1431 1383 CONFIG_CRC32=y 1432 1384 # CONFIG_LIBCRC32C is not set 1433 1385 CONFIG_ZLIB_INFLATE=m 1434 1386 CONFIG_ZLIB_DEFLATE=m 1435 1387 CONFIG_PLIST=y 1436 - CONFIG_IOMAP_COPY=y 1388 + CONFIG_HAS_IOMEM=y 1389 + CONFIG_HAS_IOPORT=y 1390 + CONFIG_HAS_DMA=y 1437 1391 1438 1392 # 1439 1393 # Instrumentation Support 1440 1394 # 1441 1395 # CONFIG_PROFILING is not set 1396 + # CONFIG_KPROBES is not set 1442 1397 1443 1398 # 1444 1399 # Kernel hacking ··· 1454 1401 # CONFIG_DEBUG_FS is not set 1455 1402 # CONFIG_HEADERS_CHECK is not set 1456 1403 CONFIG_DEBUG_KERNEL=y 1457 - CONFIG_LOG_BUF_SHIFT=15 1404 + # CONFIG_DEBUG_SHIRQ is not set 1458 1405 CONFIG_DETECT_SOFTLOCKUP=y 1459 1406 # CONFIG_SCHEDSTATS is not set 1407 + # CONFIG_TIMER_STATS is not set 1460 1408 # CONFIG_DEBUG_SLAB is not set 1461 1409 # CONFIG_DEBUG_RT_MUTEXES is not set 1462 1410 # CONFIG_RT_MUTEX_TESTER is not set 1463 1411 # CONFIG_DEBUG_SPINLOCK is not set 1464 1412 CONFIG_DEBUG_MUTEXES=y 1465 - # CONFIG_DEBUG_RWSEMS is not set 1466 1413 CONFIG_DEBUG_SPINLOCK_SLEEP=y 1467 1414 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1468 1415 # CONFIG_DEBUG_KOBJECT is not set ··· 1473 1420 # CONFIG_DEBUG_LIST is not set 1474 1421 CONFIG_FORCED_INLINING=y 1475 1422 # CONFIG_RCU_TORTURE_TEST is not set 1423 + # CONFIG_FAULT_INJECTION is not set 1424 + # CONFIG_DEBUG_STACKOVERFLOW is not set 1425 + # CONFIG_DEBUG_STACK_USAGE is not set 1426 + # CONFIG_DEBUG_PAGEALLOC is not set 1476 1427 CONFIG_DEBUGGER=y 1477 1428 CONFIG_XMON=y 1478 1429 CONFIG_XMON_DEFAULT=y ··· 1511 1454 # CONFIG_CRYPTO_GF128MUL is not set 1512 1455 CONFIG_CRYPTO_ECB=m 1513 1456 CONFIG_CRYPTO_CBC=m 1457 + CONFIG_CRYPTO_PCBC=m 1514 1458 # CONFIG_CRYPTO_LRW is not set 1459 + # CONFIG_CRYPTO_CRYPTD is not set 1515 1460 # CONFIG_CRYPTO_DES is not set 1461 + # CONFIG_CRYPTO_FCRYPT is not set 1516 1462 # CONFIG_CRYPTO_BLOWFISH is not set 1517 1463 # CONFIG_CRYPTO_TWOFISH is not set 1518 1464 # CONFIG_CRYPTO_SERPENT is not set ··· 1529 1469 # CONFIG_CRYPTO_DEFLATE is not set 1530 1470 # CONFIG_CRYPTO_MICHAEL_MIC is not set 1531 1471 # CONFIG_CRYPTO_CRC32C is not set 1472 + # CONFIG_CRYPTO_CAMELLIA is not set 1532 1473 # CONFIG_CRYPTO_TEST is not set 1533 1474 1534 1475 #
+43 -97
arch/powerpc/configs/ebony_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Fri May 4 13:47:08 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 12:38:33 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 CONFIG_PPC32=y ··· 45 45 CONFIG_BOOKE=y 46 46 CONFIG_PTE_64BIT=y 47 47 CONFIG_PHYS_64BIT=y 48 + # CONFIG_PPC_MM_SLICES is not set 48 49 CONFIG_NOT_COHERENT_CACHE=y 49 50 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 50 51 ··· 71 70 # CONFIG_UTS_NS is not set 72 71 # CONFIG_AUDIT is not set 73 72 # CONFIG_IKCONFIG is not set 73 + CONFIG_LOG_BUF_SHIFT=14 74 74 CONFIG_SYSFS_DEPRECATED=y 75 75 # CONFIG_RELAY is not set 76 76 CONFIG_BLK_DEV_INITRD=y ··· 89 87 CONFIG_ELF_CORE=y 90 88 CONFIG_BASE_FULL=y 91 89 CONFIG_FUTEX=y 90 + CONFIG_ANON_INODES=y 92 91 CONFIG_EPOLL=y 92 + CONFIG_SIGNALFD=y 93 + CONFIG_TIMERFD=y 94 + CONFIG_EVENTFD=y 93 95 CONFIG_SHMEM=y 94 - CONFIG_SLAB=y 95 96 CONFIG_VM_EVENT_COUNTERS=y 97 + CONFIG_SLAB=y 98 + # CONFIG_SLUB is not set 99 + # CONFIG_SLOB is not set 96 100 CONFIG_RT_MUTEXES=y 97 101 # CONFIG_TINY_SHMEM is not set 98 102 CONFIG_BASE_SMALL=0 99 - # CONFIG_SLOB is not set 100 103 101 104 # 102 105 # Loadable module support ··· 200 193 CONFIG_PCI=y 201 194 CONFIG_PCI_DOMAINS=y 202 195 # CONFIG_PCIEPORTBUS is not set 196 + CONFIG_ARCH_SUPPORTS_MSI=y 197 + # CONFIG_PCI_MSI is not set 203 198 # CONFIG_PCI_DEBUG is not set 204 199 205 200 # 206 201 # PCCARD (PCMCIA/CardBus) support 207 202 # 208 203 # CONFIG_PCCARD is not set 209 - 210 - # 211 - # PCI Hotplug Support 212 - # 213 204 # CONFIG_HOTPLUG_PCI is not set 214 205 215 206 # ··· 269 264 # CONFIG_INET6_TUNNEL is not set 270 265 # CONFIG_NETWORK_SECMARK is not set 271 266 # CONFIG_NETFILTER is not set 272 - 273 - # 274 - # DCCP Configuration (EXPERIMENTAL) 275 - # 276 267 # CONFIG_IP_DCCP is not set 277 - 278 - # 279 - # SCTP Configuration (EXPERIMENTAL) 280 - # 281 268 # CONFIG_IP_SCTP is not set 282 - 283 - # 284 - # TIPC Configuration (EXPERIMENTAL) 285 - # 286 269 # CONFIG_TIPC is not set 287 270 # CONFIG_ATM is not set 288 271 # CONFIG_BRIDGE is not set ··· 303 310 # 304 311 # CONFIG_CFG80211 is not set 305 312 # CONFIG_WIRELESS_EXT is not set 313 + # CONFIG_MAC80211 is not set 306 314 # CONFIG_IEEE80211 is not set 315 + # CONFIG_RFKILL is not set 307 316 308 317 # 309 318 # Device Drivers ··· 360 365 # 361 366 # Misc devices 362 367 # 368 + # CONFIG_PHANTOM is not set 363 369 # CONFIG_SGI_IOC4 is not set 364 370 # CONFIG_TIFM_CORE is not set 365 - 366 - # 367 - # ATA/ATAPI/MFM/RLL support 368 - # 371 + # CONFIG_BLINK is not set 369 372 # CONFIG_IDE is not set 370 373 371 374 # ··· 372 379 # CONFIG_RAID_ATTRS is not set 373 380 # CONFIG_SCSI is not set 374 381 # CONFIG_SCSI_NETLINK is not set 375 - 376 - # 377 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 378 - # 379 382 # CONFIG_ATA is not set 380 383 381 384 # ··· 387 398 # 388 399 # IEEE 1394 (FireWire) support 389 400 # 401 + # CONFIG_FIREWIRE is not set 390 402 # CONFIG_IEEE1394 is not set 391 403 392 404 # ··· 404 414 # CONFIG_BONDING is not set 405 415 # CONFIG_EQUALIZER is not set 406 416 # CONFIG_TUN is not set 407 - 408 - # 409 - # ARCnet devices 410 - # 411 417 # CONFIG_ARCNET is not set 412 - 413 - # 414 - # PHY device support 415 - # 416 418 417 419 # 418 420 # Ethernet (10 or 100Mbit) 419 421 # 420 422 # CONFIG_NET_ETHERNET is not set 421 - CONFIG_IBM_NEW_EMAC=y 422 - CONFIG_IBM_NEW_EMAC_RXB=128 423 - CONFIG_IBM_NEW_EMAC_TXB=64 424 - CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32 425 - CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256 426 - CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0 427 - # CONFIG_IBM_NEW_EMAC_DEBUG is not set 428 - CONFIG_IBM_NEW_EMAC_ZMII=y 429 - # CONFIG_IBM_NEW_EMAC_RGMII is not set 430 - # CONFIG_IBM_NEW_EMAC_TAH is not set 431 - # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 432 - 433 - # 434 - # Ethernet (1000 Mbit) 435 - # 423 + CONFIG_IBM_EMAC=y 424 + CONFIG_IBM_EMAC_RXB=128 425 + CONFIG_IBM_EMAC_TXB=64 426 + CONFIG_IBM_EMAC_POLL_WEIGHT=32 427 + CONFIG_IBM_EMAC_RX_COPY_THRESHOLD=256 428 + CONFIG_IBM_EMAC_RX_SKB_HEADROOM=0 429 + # CONFIG_IBM_EMAC_DEBUG is not set 430 + CONFIG_IBM_EMAC_ZMII=y 431 + CONFIG_NETDEV_1000=y 436 432 # CONFIG_ACENIC is not set 437 433 # CONFIG_DL2K is not set 438 434 # CONFIG_E1000 is not set ··· 430 454 # CONFIG_SKGE is not set 431 455 # CONFIG_SKY2 is not set 432 456 # CONFIG_SK98LIN is not set 457 + # CONFIG_VIA_VELOCITY is not set 433 458 # CONFIG_TIGON3 is not set 434 459 # CONFIG_BNX2 is not set 435 460 # CONFIG_QLA3XXX is not set 436 461 # CONFIG_ATL1 is not set 437 - 438 - # 439 - # Ethernet (10000 Mbit) 440 - # 462 + CONFIG_NETDEV_10000=y 441 463 # CONFIG_CHELSIO_T1 is not set 442 464 # CONFIG_CHELSIO_T3 is not set 443 465 # CONFIG_IXGB is not set 444 466 # CONFIG_S2IO is not set 445 467 # CONFIG_MYRI10GE is not set 446 468 # CONFIG_NETXEN_NIC is not set 447 - 448 - # 449 - # Token Ring devices 450 - # 469 + # CONFIG_MLX4_CORE is not set 451 470 # CONFIG_TR is not set 452 471 453 472 # ··· 450 479 # 451 480 # CONFIG_WLAN_PRE80211 is not set 452 481 # CONFIG_WLAN_80211 is not set 453 - 454 - # 455 - # Wan interfaces 456 - # 457 482 # CONFIG_WAN is not set 458 483 # CONFIG_FDDI is not set 459 484 # CONFIG_HIPPI is not set ··· 517 550 # IPMI 518 551 # 519 552 # CONFIG_IPMI_HANDLER is not set 520 - 521 - # 522 - # Watchdog Cards 523 - # 524 553 # CONFIG_WATCHDOG is not set 525 554 # CONFIG_HW_RANDOM is not set 526 555 # CONFIG_NVRAM is not set 527 556 # CONFIG_GEN_RTC is not set 528 - # CONFIG_DTLK is not set 529 557 # CONFIG_R3964 is not set 530 558 # CONFIG_APPLICOM is not set 531 559 # CONFIG_AGP is not set ··· 531 569 # TPM devices 532 570 # 533 571 # CONFIG_TCG_TPM is not set 534 - 535 - # 536 - # I2C support 537 - # 572 + CONFIG_DEVPORT=y 538 573 # CONFIG_I2C is not set 539 574 540 575 # ··· 544 585 # Dallas's 1-wire bus 545 586 # 546 587 # CONFIG_W1 is not set 547 - 548 - # 549 - # Hardware Monitoring support 550 - # 551 588 # CONFIG_HWMON is not set 552 - # CONFIG_HWMON_VID is not set 553 589 554 590 # 555 591 # Multifunction device drivers ··· 555 601 # Multimedia devices 556 602 # 557 603 # CONFIG_VIDEO_DEV is not set 558 - 559 - # 560 - # Digital Video Broadcasting Devices 561 - # 562 - # CONFIG_DVB is not set 604 + # CONFIG_DVB_CORE is not set 605 + # CONFIG_DAB is not set 563 606 564 607 # 565 608 # Graphics support 566 609 # 567 610 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 611 + 612 + # 613 + # Display device support 614 + # 615 + # CONFIG_DISPLAY_SUPPORT is not set 616 + # CONFIG_VGASTATE is not set 568 617 # CONFIG_FB is not set 569 618 # CONFIG_FB_IBM_GXT4500 is not set 570 619 ··· 592 635 # USB Gadget Support 593 636 # 594 637 # CONFIG_USB_GADGET is not set 595 - 596 - # 597 - # MMC/SD Card support 598 - # 599 638 # CONFIG_MMC is not set 600 639 601 640 # ··· 632 679 633 680 # 634 681 # DMA Devices 635 - # 636 - 637 - # 638 - # Auxiliary Display support 639 - # 640 - 641 - # 642 - # Virtualization 643 682 # 644 683 645 684 # ··· 715 770 CONFIG_LOCKD_V4=y 716 771 CONFIG_NFS_COMMON=y 717 772 CONFIG_SUNRPC=y 773 + # CONFIG_SUNRPC_BIND34 is not set 718 774 # CONFIG_RPCSEC_GSS_KRB5 is not set 719 775 # CONFIG_RPCSEC_GSS_SPKM3 is not set 720 776 # CONFIG_SMB_FS is not set ··· 741 795 # 742 796 # CONFIG_DLM is not set 743 797 # CONFIG_UCC_SLOW is not set 744 - # CONFIG_UCC_FAST is not set 745 798 746 799 # 747 800 # Library routines ··· 748 803 CONFIG_BITREVERSE=y 749 804 # CONFIG_CRC_CCITT is not set 750 805 # CONFIG_CRC16 is not set 806 + # CONFIG_CRC_ITU_T is not set 751 807 CONFIG_CRC32=y 752 808 # CONFIG_LIBCRC32C is not set 753 809 CONFIG_ZLIB_INFLATE=y 754 810 CONFIG_PLIST=y 755 811 CONFIG_HAS_IOMEM=y 756 812 CONFIG_HAS_IOPORT=y 813 + CONFIG_HAS_DMA=y 757 814 758 815 # 759 816 # Instrumentation Support ··· 773 826 # CONFIG_HEADERS_CHECK is not set 774 827 CONFIG_DEBUG_KERNEL=y 775 828 # CONFIG_DEBUG_SHIRQ is not set 776 - CONFIG_LOG_BUF_SHIFT=14 777 829 CONFIG_DETECT_SOFTLOCKUP=y 778 830 # CONFIG_SCHEDSTATS is not set 779 831 # CONFIG_TIMER_STATS is not set ··· 797 851 # CONFIG_DEBUGGER is not set 798 852 # CONFIG_BDI_SWITCH is not set 799 853 # CONFIG_BOOTX_TEXT is not set 800 - # CONFIG_SERIAL_TEXT_DEBUG is not set 801 854 # CONFIG_PPC_EARLY_DEBUG is not set 802 855 803 856 # ··· 827 882 CONFIG_CRYPTO_CBC=y 828 883 CONFIG_CRYPTO_PCBC=y 829 884 # CONFIG_CRYPTO_LRW is not set 885 + # CONFIG_CRYPTO_CRYPTD is not set 830 886 CONFIG_CRYPTO_DES=y 831 887 # CONFIG_CRYPTO_FCRYPT is not set 832 888 # CONFIG_CRYPTO_BLOWFISH is not set
+177 -167
arch/powerpc/configs/g5_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:15:04 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 12:38:34 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 27 27 CONFIG_AUDIT_ARCH=y 28 28 CONFIG_GENERIC_BUG=y 29 29 # CONFIG_DEFAULT_UIMAGE is not set 30 + CONFIG_PPC64_SWSUSP=y 30 31 31 32 # 32 33 # Processor support ··· 40 39 # CONFIG_PPC_OF_PLATFORM_PCI is not set 41 40 CONFIG_ALTIVEC=y 42 41 CONFIG_PPC_STD_MMU=y 42 + CONFIG_PPC_MM_SLICES=y 43 43 CONFIG_VIRT_CPU_ACCOUNTING=y 44 44 CONFIG_SMP=y 45 45 CONFIG_NR_CPUS=4 ··· 61 59 CONFIG_SWAP=y 62 60 CONFIG_SYSVIPC=y 63 61 # CONFIG_IPC_NS is not set 62 + CONFIG_SYSVIPC_SYSCTL=y 64 63 CONFIG_POSIX_MQUEUE=y 65 64 # CONFIG_BSD_PROCESS_ACCT is not set 66 65 # CONFIG_TASKSTATS is not set ··· 69 66 # CONFIG_AUDIT is not set 70 67 CONFIG_IKCONFIG=y 71 68 CONFIG_IKCONFIG_PROC=y 69 + CONFIG_LOG_BUF_SHIFT=17 72 70 # CONFIG_CPUSETS is not set 73 71 CONFIG_SYSFS_DEPRECATED=y 74 72 # CONFIG_RELAY is not set 73 + CONFIG_BLK_DEV_INITRD=y 75 74 CONFIG_INITRAMFS_SOURCE="" 76 75 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 77 76 CONFIG_SYSCTL=y ··· 88 83 CONFIG_ELF_CORE=y 89 84 CONFIG_BASE_FULL=y 90 85 CONFIG_FUTEX=y 86 + CONFIG_ANON_INODES=y 91 87 CONFIG_EPOLL=y 88 + CONFIG_SIGNALFD=y 89 + CONFIG_TIMERFD=y 90 + CONFIG_EVENTFD=y 92 91 CONFIG_SHMEM=y 93 - CONFIG_SLAB=y 94 92 CONFIG_VM_EVENT_COUNTERS=y 93 + CONFIG_SLAB=y 94 + # CONFIG_SLUB is not set 95 + # CONFIG_SLOB is not set 95 96 CONFIG_RT_MUTEXES=y 96 97 # CONFIG_TINY_SHMEM is not set 97 98 CONFIG_BASE_SMALL=0 98 - # CONFIG_SLOB is not set 99 99 100 100 # 101 101 # Loadable module support ··· 141 131 # CONFIG_PPC_PSERIES is not set 142 132 # CONFIG_PPC_ISERIES is not set 143 133 # CONFIG_PPC_MPC52xx is not set 134 + # CONFIG_PPC_MPC5200 is not set 144 135 CONFIG_PPC_PMAC=y 145 136 CONFIG_PPC_PMAC64=y 146 137 # CONFIG_PPC_MAPLE is not set 147 138 # CONFIG_PPC_PASEMI is not set 139 + # CONFIG_PPC_CELLEB is not set 140 + # CONFIG_PPC_PS3 is not set 148 141 # CONFIG_PPC_CELL is not set 149 142 # CONFIG_PPC_CELL_NATIVE is not set 150 143 # CONFIG_PPC_IBM_CELL_BLADE is not set 151 - # CONFIG_PPC_PS3 is not set 144 + # CONFIG_PQ2ADS is not set 152 145 CONFIG_PPC_NATIVE=y 146 + CONFIG_MPIC=y 147 + # CONFIG_MPIC_WEIRD is not set 148 + # CONFIG_PPC_I8259 is not set 153 149 CONFIG_U3_DART=y 154 150 # CONFIG_PPC_RTAS is not set 155 151 # CONFIG_MMIO_NVRAM is not set ··· 176 160 CONFIG_CPU_FREQ_GOV_USERSPACE=y 177 161 # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set 178 162 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set 163 + 164 + # 165 + # CPU Frequency drivers 166 + # 179 167 CONFIG_CPU_FREQ_PMAC64=y 180 - # CONFIG_WANT_EARLY_SERIAL is not set 181 - CONFIG_MPIC=y 168 + # CONFIG_CPM2 is not set 182 169 183 170 # 184 171 # Kernel options ··· 218 199 # CONFIG_SPARSEMEM_STATIC is not set 219 200 CONFIG_SPLIT_PTLOCK_CPUS=4 220 201 CONFIG_RESOURCES_64BIT=y 202 + CONFIG_ZONE_DMA_FLAG=1 203 + # CONFIG_PPC_HAS_HASH_64K is not set 221 204 # CONFIG_PPC_64K_PAGES is not set 222 205 # CONFIG_SCHED_SMT is not set 223 206 CONFIG_PROC_DEVICETREE=y 224 207 # CONFIG_CMDLINE_BOOL is not set 225 208 # CONFIG_PM is not set 226 209 CONFIG_SECCOMP=y 210 + # CONFIG_WANT_DEVICE_TREE is not set 227 211 CONFIG_ISA_DMA_API=y 228 212 229 213 # 230 214 # Bus options 231 215 # 216 + CONFIG_ZONE_DMA=y 232 217 CONFIG_GENERIC_ISA_DMA=y 233 - # CONFIG_MPIC_WEIRD is not set 234 - # CONFIG_PPC_I8259 is not set 235 218 # CONFIG_PPC_INDIRECT_PCI is not set 236 219 CONFIG_PCI=y 237 220 CONFIG_PCI_DOMAINS=y 238 221 # CONFIG_PCIEPORTBUS is not set 222 + CONFIG_ARCH_SUPPORTS_MSI=y 223 + CONFIG_PCI_MSI=y 239 224 # CONFIG_PCI_DEBUG is not set 240 225 241 226 # 242 227 # PCCARD (PCMCIA/CardBus) support 243 228 # 244 229 # CONFIG_PCCARD is not set 245 - 246 - # 247 - # PCI Hotplug Support 248 - # 249 230 # CONFIG_HOTPLUG_PCI is not set 250 231 CONFIG_KERNEL_START=0xc000000000000000 251 232 ··· 257 238 # 258 239 # Networking options 259 240 # 260 - # CONFIG_NETDEBUG is not set 261 241 CONFIG_PACKET=y 262 242 # CONFIG_PACKET_MMAP is not set 263 243 CONFIG_UNIX=y 264 244 CONFIG_XFRM=y 265 245 CONFIG_XFRM_USER=m 266 246 # CONFIG_XFRM_SUB_POLICY is not set 247 + # CONFIG_XFRM_MIGRATE is not set 267 248 CONFIG_NET_KEY=m 249 + # CONFIG_NET_KEY_MIGRATE is not set 268 250 CONFIG_INET=y 269 251 CONFIG_IP_MULTICAST=y 270 252 # CONFIG_IP_ADVANCED_ROUTER is not set ··· 290 270 CONFIG_TCP_CONG_CUBIC=y 291 271 CONFIG_DEFAULT_TCP_CONG="cubic" 292 272 # CONFIG_TCP_MD5SIG is not set 293 - 294 - # 295 - # IP: Virtual Server Configuration 296 - # 297 273 # CONFIG_IP_VS is not set 298 274 # CONFIG_IPV6 is not set 299 275 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 303 287 # 304 288 # CONFIG_NETFILTER_NETLINK is not set 305 289 CONFIG_NF_CONNTRACK_ENABLED=m 306 - CONFIG_NF_CONNTRACK_SUPPORT=y 307 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 308 290 CONFIG_NF_CONNTRACK=m 309 291 # CONFIG_NF_CT_ACCT is not set 310 292 CONFIG_NF_CONNTRACK_MARK=y ··· 314 300 CONFIG_NF_CONNTRACK_IRC=m 315 301 # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set 316 302 # CONFIG_NF_CONNTRACK_PPTP is not set 303 + # CONFIG_NF_CONNTRACK_SANE is not set 317 304 # CONFIG_NF_CONNTRACK_SIP is not set 318 305 CONFIG_NF_CONNTRACK_TFTP=m 319 306 # CONFIG_NETFILTER_XTABLES is not set ··· 325 310 CONFIG_NF_CONNTRACK_IPV4=m 326 311 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 327 312 CONFIG_IP_NF_QUEUE=m 328 - 329 - # 330 - # DCCP Configuration (EXPERIMENTAL) 331 - # 313 + # CONFIG_IP_NF_IPTABLES is not set 314 + # CONFIG_IP_NF_ARPTABLES is not set 332 315 # CONFIG_IP_DCCP is not set 333 - 334 - # 335 - # SCTP Configuration (EXPERIMENTAL) 336 - # 337 316 # CONFIG_IP_SCTP is not set 338 - 339 - # 340 - # TIPC Configuration (EXPERIMENTAL) 341 - # 342 317 # CONFIG_TIPC is not set 343 318 # CONFIG_ATM is not set 344 319 # CONFIG_BRIDGE is not set ··· 355 350 # CONFIG_HAMRADIO is not set 356 351 # CONFIG_IRDA is not set 357 352 # CONFIG_BT is not set 353 + # CONFIG_AF_RXRPC is not set 354 + 355 + # 356 + # Wireless 357 + # 358 + # CONFIG_CFG80211 is not set 359 + # CONFIG_WIRELESS_EXT is not set 360 + # CONFIG_MAC80211 is not set 358 361 # CONFIG_IEEE80211 is not set 362 + # CONFIG_RFKILL is not set 359 363 360 364 # 361 365 # Device Drivers ··· 377 363 CONFIG_PREVENT_FIRMWARE_BUILD=y 378 364 CONFIG_FW_LOADER=y 379 365 # CONFIG_DEBUG_DRIVER is not set 366 + # CONFIG_DEBUG_DEVRES is not set 380 367 # CONFIG_SYS_HYPERVISOR is not set 381 368 382 369 # 383 370 # Connector - unified userspace <-> kernelspace linker 384 371 # 385 372 # CONFIG_CONNECTOR is not set 386 - 387 - # 388 - # Memory Technology Devices (MTD) 389 - # 390 373 # CONFIG_MTD is not set 391 374 392 375 # ··· 394 383 # 395 384 # Plug and Play support 396 385 # 386 + # CONFIG_PNPACPI is not set 397 387 398 388 # 399 389 # Block devices ··· 414 402 CONFIG_BLK_DEV_RAM_COUNT=16 415 403 CONFIG_BLK_DEV_RAM_SIZE=65536 416 404 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 417 - CONFIG_BLK_DEV_INITRD=y 418 405 CONFIG_CDROM_PKTCDVD=m 419 406 CONFIG_CDROM_PKTCDVD_BUFFERS=8 420 407 # CONFIG_CDROM_PKTCDVD_WCACHE is not set ··· 422 411 # 423 412 # Misc devices 424 413 # 414 + # CONFIG_PHANTOM is not set 425 415 # CONFIG_SGI_IOC4 is not set 426 416 # CONFIG_TIFM_CORE is not set 427 - 428 - # 429 - # ATA/ATAPI/MFM/RLL support 430 - # 417 + # CONFIG_BLINK is not set 431 418 CONFIG_IDE=y 432 419 CONFIG_BLK_DEV_IDE=y 433 420 ··· 440 431 # CONFIG_BLK_DEV_IDEFLOPPY is not set 441 432 # CONFIG_BLK_DEV_IDESCSI is not set 442 433 # CONFIG_IDE_TASK_IOCTL is not set 434 + CONFIG_IDE_PROC_FS=y 443 435 444 436 # 445 437 # IDE chipset support/bugfixes ··· 448 438 CONFIG_IDE_GENERIC=y 449 439 CONFIG_BLK_DEV_IDEPCI=y 450 440 # CONFIG_IDEPCI_SHARE_IRQ is not set 441 + CONFIG_IDEPCI_PCIBUS_ORDER=y 451 442 # CONFIG_BLK_DEV_OFFBOARD is not set 452 443 # CONFIG_BLK_DEV_GENERIC is not set 453 444 # CONFIG_BLK_DEV_OPTI621 is not set 454 445 CONFIG_BLK_DEV_IDEDMA_PCI=y 455 446 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 456 - CONFIG_IDEDMA_PCI_AUTO=y 457 447 # CONFIG_IDEDMA_ONLYDISK is not set 458 448 # CONFIG_BLK_DEV_AEC62XX is not set 459 449 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 468 458 # CONFIG_BLK_DEV_JMICRON is not set 469 459 # CONFIG_BLK_DEV_SC1200 is not set 470 460 # CONFIG_BLK_DEV_PIIX is not set 461 + # CONFIG_BLK_DEV_IT8213 is not set 471 462 # CONFIG_BLK_DEV_IT821X is not set 472 463 # CONFIG_BLK_DEV_NS87415 is not set 473 464 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 479 468 # CONFIG_BLK_DEV_SLC90E66 is not set 480 469 # CONFIG_BLK_DEV_TRM290 is not set 481 470 # CONFIG_BLK_DEV_VIA82CXXX is not set 471 + # CONFIG_BLK_DEV_TC86C001 is not set 482 472 CONFIG_BLK_DEV_IDE_PMAC=y 483 473 CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y 484 474 CONFIG_BLK_DEV_IDEDMA_PMAC=y 485 475 # CONFIG_IDE_ARM is not set 486 476 CONFIG_BLK_DEV_IDEDMA=y 487 477 # CONFIG_IDEDMA_IVB is not set 488 - CONFIG_IDEDMA_AUTO=y 489 478 # CONFIG_BLK_DEV_HD is not set 490 479 491 480 # ··· 515 504 CONFIG_SCSI_CONSTANTS=y 516 505 # CONFIG_SCSI_LOGGING is not set 517 506 # CONFIG_SCSI_SCAN_ASYNC is not set 507 + CONFIG_SCSI_WAIT_SCAN=m 518 508 519 509 # 520 510 # SCSI Transports ··· 562 550 # CONFIG_SCSI_DC390T is not set 563 551 # CONFIG_SCSI_DEBUG is not set 564 552 # CONFIG_SCSI_SRP is not set 565 - 566 - # 567 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 568 - # 569 553 CONFIG_ATA=y 554 + # CONFIG_ATA_NONSTANDARD is not set 570 555 # CONFIG_SATA_AHCI is not set 571 556 CONFIG_SATA_SVW=y 572 557 # CONFIG_ATA_PIIX is not set ··· 579 570 # CONFIG_SATA_ULI is not set 580 571 # CONFIG_SATA_VIA is not set 581 572 # CONFIG_SATA_VITESSE is not set 573 + # CONFIG_SATA_INIC162X is not set 582 574 # CONFIG_PATA_ALI is not set 583 575 # CONFIG_PATA_AMD is not set 584 576 # CONFIG_PATA_ARTOP is not set 585 577 # CONFIG_PATA_ATIIXP is not set 578 + # CONFIG_PATA_CMD640_PCI is not set 586 579 # CONFIG_PATA_CMD64X is not set 587 580 # CONFIG_PATA_CS5520 is not set 588 581 # CONFIG_PATA_CS5530 is not set ··· 596 585 # CONFIG_PATA_HPT3X2N is not set 597 586 # CONFIG_PATA_HPT3X3 is not set 598 587 # CONFIG_PATA_IT821X is not set 588 + # CONFIG_PATA_IT8213 is not set 599 589 # CONFIG_PATA_JMICRON is not set 600 590 # CONFIG_PATA_TRIFLEX is not set 601 591 # CONFIG_PATA_MARVELL is not set ··· 636 624 CONFIG_DM_MIRROR=m 637 625 CONFIG_DM_ZERO=m 638 626 # CONFIG_DM_MULTIPATH is not set 627 + # CONFIG_DM_DELAY is not set 639 628 640 629 # 641 630 # Fusion MPT device support ··· 649 636 # 650 637 # IEEE 1394 (FireWire) support 651 638 # 639 + # CONFIG_FIREWIRE is not set 652 640 CONFIG_IEEE1394=y 653 641 654 642 # 655 643 # Subsystem Options 656 644 # 657 645 # CONFIG_IEEE1394_VERBOSEDEBUG is not set 658 - CONFIG_IEEE1394_OUI_DB=y 659 - CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y 660 - CONFIG_IEEE1394_CONFIG_ROM_IP1394=y 661 - # CONFIG_IEEE1394_EXPORT_FULL_API is not set 662 646 663 647 # 664 - # Device Drivers 648 + # Controllers 665 649 # 666 650 # CONFIG_IEEE1394_PCILYNX is not set 667 651 CONFIG_IEEE1394_OHCI1394=y 668 652 669 653 # 670 - # Protocol Drivers 654 + # Protocols 671 655 # 672 656 CONFIG_IEEE1394_VIDEO1394=m 673 657 CONFIG_IEEE1394_SBP2=m 658 + CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y 674 659 CONFIG_IEEE1394_ETH1394=m 675 660 CONFIG_IEEE1394_DV1394=m 676 661 CONFIG_IEEE1394_RAWIO=y ··· 677 666 # I2O device support 678 667 # 679 668 # CONFIG_I2O is not set 680 - 681 - # 682 - # Macintosh device drivers 683 - # 669 + CONFIG_MACINTOSH_DRIVERS=y 684 670 CONFIG_ADB_PMU=y 685 671 # CONFIG_ADB_PMU_LED is not set 686 672 CONFIG_PMAC_SMU=y ··· 697 689 CONFIG_BONDING=m 698 690 # CONFIG_EQUALIZER is not set 699 691 CONFIG_TUN=m 700 - 701 - # 702 - # ARCnet devices 703 - # 704 692 # CONFIG_ARCNET is not set 705 - 706 - # 707 - # PHY device support 708 - # 709 693 # CONFIG_PHYLIB is not set 710 694 711 695 # ··· 716 716 # CONFIG_NET_TULIP is not set 717 717 # CONFIG_HP100 is not set 718 718 # CONFIG_NET_PCI is not set 719 - 720 - # 721 - # Ethernet (1000 Mbit) 722 - # 719 + CONFIG_NETDEV_1000=y 723 720 CONFIG_ACENIC=y 724 721 CONFIG_ACENIC_OMIT_TIGON_I=y 725 722 # CONFIG_DL2K is not set ··· 731 734 # CONFIG_SKGE is not set 732 735 # CONFIG_SKY2 is not set 733 736 # CONFIG_SK98LIN is not set 737 + # CONFIG_VIA_VELOCITY is not set 734 738 CONFIG_TIGON3=y 735 739 # CONFIG_BNX2 is not set 736 740 # CONFIG_QLA3XXX is not set 737 - 738 - # 739 - # Ethernet (10000 Mbit) 740 - # 741 + # CONFIG_ATL1 is not set 742 + CONFIG_NETDEV_10000=y 741 743 # CONFIG_CHELSIO_T1 is not set 744 + # CONFIG_CHELSIO_T3 is not set 742 745 # CONFIG_IXGB is not set 743 746 # CONFIG_S2IO is not set 744 747 # CONFIG_MYRI10GE is not set 745 748 # CONFIG_NETXEN_NIC is not set 746 - 747 - # 748 - # Token Ring devices 749 - # 749 + # CONFIG_PASEMI_MAC is not set 750 + # CONFIG_MLX4_CORE is not set 750 751 CONFIG_TR=y 751 752 CONFIG_IBMOL=y 752 753 # CONFIG_3C359 is not set 753 754 # CONFIG_TMS380TR is not set 754 755 755 756 # 756 - # Wireless LAN (non-hamradio) 757 + # Wireless LAN 757 758 # 758 - # CONFIG_NET_RADIO is not set 759 + # CONFIG_WLAN_PRE80211 is not set 760 + # CONFIG_WLAN_80211 is not set 759 761 760 762 # 761 - # Wan interfaces 763 + # USB Network Adapters 762 764 # 765 + CONFIG_USB_CATC=m 766 + CONFIG_USB_KAWETH=m 767 + CONFIG_USB_PEGASUS=m 768 + CONFIG_USB_RTL8150=m 769 + # CONFIG_USB_USBNET_MII is not set 770 + CONFIG_USB_USBNET=m 771 + # CONFIG_USB_NET_AX8817X is not set 772 + CONFIG_USB_NET_CDCETHER=m 773 + # CONFIG_USB_NET_DM9601 is not set 774 + # CONFIG_USB_NET_GL620A is not set 775 + # CONFIG_USB_NET_NET1080 is not set 776 + # CONFIG_USB_NET_PLUSB is not set 777 + # CONFIG_USB_NET_MCS7830 is not set 778 + # CONFIG_USB_NET_RNDIS_HOST is not set 779 + # CONFIG_USB_NET_CDC_SUBSET is not set 780 + # CONFIG_USB_NET_ZAURUS is not set 763 781 # CONFIG_WAN is not set 764 782 # CONFIG_FDDI is not set 765 783 # CONFIG_HIPPI is not set ··· 810 798 # 811 799 CONFIG_INPUT=y 812 800 CONFIG_INPUT_FF_MEMLESS=y 801 + # CONFIG_INPUT_POLLDEV is not set 813 802 814 803 # 815 804 # Userland interfaces ··· 837 824 CONFIG_INPUT_MOUSE=y 838 825 # CONFIG_MOUSE_PS2 is not set 839 826 # CONFIG_MOUSE_SERIAL is not set 827 + # CONFIG_MOUSE_APPLETOUCH is not set 840 828 # CONFIG_MOUSE_VSXXXAA is not set 841 829 # CONFIG_INPUT_JOYSTICK is not set 830 + # CONFIG_INPUT_TABLET is not set 842 831 # CONFIG_INPUT_TOUCHSCREEN is not set 843 832 # CONFIG_INPUT_MISC is not set 844 833 ··· 881 866 # IPMI 882 867 # 883 868 # CONFIG_IPMI_HANDLER is not set 884 - 885 - # 886 - # Watchdog Cards 887 - # 888 869 # CONFIG_WATCHDOG is not set 889 870 # CONFIG_HW_RANDOM is not set 890 871 CONFIG_GEN_RTC=y 891 872 # CONFIG_GEN_RTC_X is not set 892 - # CONFIG_DTLK is not set 893 873 # CONFIG_R3964 is not set 894 874 # CONFIG_APPLICOM is not set 895 875 CONFIG_AGP=m ··· 898 888 # TPM devices 899 889 # 900 890 # CONFIG_TCG_TPM is not set 901 - 902 - # 903 - # I2C support 904 - # 891 + CONFIG_DEVPORT=y 905 892 CONFIG_I2C=y 893 + CONFIG_I2C_BOARDINFO=y 906 894 CONFIG_I2C_CHARDEV=y 907 895 908 896 # ··· 927 919 # CONFIG_I2C_PARPORT_LIGHT is not set 928 920 # CONFIG_I2C_PROSAVAGE is not set 929 921 # CONFIG_I2C_SAVAGE4 is not set 922 + # CONFIG_I2C_SIMTEC is not set 930 923 # CONFIG_I2C_SIS5595 is not set 931 924 # CONFIG_I2C_SIS630 is not set 932 925 # CONFIG_I2C_SIS96X is not set 933 926 # CONFIG_I2C_STUB is not set 927 + # CONFIG_I2C_TINY_USB is not set 934 928 # CONFIG_I2C_VIA is not set 935 929 # CONFIG_I2C_VIAPRO is not set 936 930 # CONFIG_I2C_VOODOO3 is not set 937 - # CONFIG_I2C_PCA_ISA is not set 938 931 939 932 # 940 933 # Miscellaneous I2C Chip support ··· 962 953 # Dallas's 1-wire bus 963 954 # 964 955 # CONFIG_W1 is not set 956 + # CONFIG_HWMON is not set 965 957 966 958 # 967 - # Hardware Monitoring support 959 + # Multifunction device drivers 968 960 # 969 - # CONFIG_HWMON is not set 970 - # CONFIG_HWMON_VID is not set 961 + # CONFIG_MFD_SM501 is not set 971 962 972 963 # 973 964 # Multimedia devices 974 965 # 975 966 # CONFIG_VIDEO_DEV is not set 976 - 977 - # 978 - # Digital Video Broadcasting Devices 979 - # 980 - # CONFIG_DVB is not set 967 + # CONFIG_DVB_CORE is not set 968 + CONFIG_DAB=y 981 969 # CONFIG_USB_DABUSB is not set 982 970 983 971 # 984 972 # Graphics support 985 973 # 986 - CONFIG_FIRMWARE_EDID=y 974 + CONFIG_BACKLIGHT_LCD_SUPPORT=y 975 + CONFIG_BACKLIGHT_CLASS_DEVICE=y 976 + CONFIG_LCD_CLASS_DEVICE=m 977 + 978 + # 979 + # Display device support 980 + # 981 + # CONFIG_DISPLAY_SUPPORT is not set 982 + CONFIG_VGASTATE=y 987 983 CONFIG_FB=y 984 + CONFIG_FIRMWARE_EDID=y 988 985 CONFIG_FB_DDC=y 989 986 CONFIG_FB_CFB_FILLRECT=y 990 987 CONFIG_FB_CFB_COPYAREA=y 991 988 CONFIG_FB_CFB_IMAGEBLIT=y 989 + # CONFIG_FB_SYS_FILLRECT is not set 990 + # CONFIG_FB_SYS_COPYAREA is not set 991 + # CONFIG_FB_SYS_IMAGEBLIT is not set 992 + # CONFIG_FB_SYS_FOPS is not set 993 + CONFIG_FB_DEFERRED_IO=y 994 + # CONFIG_FB_SVGALIB is not set 992 995 CONFIG_FB_MACMODES=y 993 - # CONFIG_FB_BACKLIGHT is not set 996 + CONFIG_FB_BACKLIGHT=y 994 997 CONFIG_FB_MODE_HELPERS=y 995 998 CONFIG_FB_TILEBLITTING=y 999 + 1000 + # 1001 + # Frame buffer hardware drivers 1002 + # 996 1003 # CONFIG_FB_CIRRUS is not set 997 1004 # CONFIG_FB_PM2 is not set 998 1005 # CONFIG_FB_CYBER2000 is not set ··· 1019 994 # CONFIG_FB_S1D13XXX is not set 1020 995 CONFIG_FB_NVIDIA=y 1021 996 CONFIG_FB_NVIDIA_I2C=y 997 + # CONFIG_FB_NVIDIA_DEBUG is not set 998 + CONFIG_FB_NVIDIA_BACKLIGHT=y 1022 999 # CONFIG_FB_RIVA is not set 1023 1000 # CONFIG_FB_MATROX is not set 1024 1001 CONFIG_FB_RADEON=y 1025 1002 CONFIG_FB_RADEON_I2C=y 1003 + CONFIG_FB_RADEON_BACKLIGHT=y 1026 1004 # CONFIG_FB_RADEON_DEBUG is not set 1027 1005 # CONFIG_FB_ATY128 is not set 1028 1006 # CONFIG_FB_ATY is not set 1007 + # CONFIG_FB_S3 is not set 1029 1008 # CONFIG_FB_SAVAGE is not set 1030 1009 # CONFIG_FB_SIS is not set 1031 1010 # CONFIG_FB_NEOMAGIC is not set 1032 1011 # CONFIG_FB_KYRO is not set 1033 1012 # CONFIG_FB_3DFX is not set 1034 1013 # CONFIG_FB_VOODOO1 is not set 1014 + # CONFIG_FB_VT8623 is not set 1035 1015 # CONFIG_FB_TRIDENT is not set 1016 + # CONFIG_FB_ARK is not set 1017 + # CONFIG_FB_PM3 is not set 1036 1018 # CONFIG_FB_IBM_GXT4500 is not set 1037 1019 # CONFIG_FB_VIRTUAL is not set 1038 1020 ··· 1053 1021 # CONFIG_FONTS is not set 1054 1022 CONFIG_FONT_8x8=y 1055 1023 CONFIG_FONT_8x16=y 1056 - 1057 - # 1058 - # Logo configuration 1059 - # 1060 1024 CONFIG_LOGO=y 1061 1025 CONFIG_LOGO_LINUX_MONO=y 1062 1026 CONFIG_LOGO_LINUX_VGA16=y 1063 1027 CONFIG_LOGO_LINUX_CLUT224=y 1064 - CONFIG_BACKLIGHT_LCD_SUPPORT=y 1065 - CONFIG_BACKLIGHT_CLASS_DEVICE=m 1066 - CONFIG_BACKLIGHT_DEVICE=y 1067 - CONFIG_LCD_CLASS_DEVICE=m 1068 - CONFIG_LCD_DEVICE=y 1069 1028 1070 1029 # 1071 1030 # Sound ··· 1175 1152 # 1176 1153 CONFIG_SND_USB_AUDIO=m 1177 1154 # CONFIG_SND_USB_USX2Y is not set 1155 + # CONFIG_SND_USB_CAIAQ is not set 1156 + 1157 + # 1158 + # System on Chip audio support 1159 + # 1160 + # CONFIG_SND_SOC is not set 1178 1161 1179 1162 # 1180 1163 # Open Sound System ··· 1191 1162 # HID Devices 1192 1163 # 1193 1164 CONFIG_HID=y 1165 + # CONFIG_HID_DEBUG is not set 1166 + 1167 + # 1168 + # USB Input Devices 1169 + # 1170 + CONFIG_USB_HID=y 1171 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1172 + CONFIG_HID_FF=y 1173 + CONFIG_HID_PID=y 1174 + CONFIG_LOGITECH_FF=y 1175 + # CONFIG_PANTHERLORD_FF is not set 1176 + CONFIG_THRUSTMASTER_FF=y 1177 + # CONFIG_ZEROPLUS_FF is not set 1178 + CONFIG_USB_HIDDEV=y 1194 1179 1195 1180 # 1196 1181 # USB support ··· 1219 1176 # Miscellaneous USB options 1220 1177 # 1221 1178 CONFIG_USB_DEVICEFS=y 1222 - # CONFIG_USB_BANDWIDTH is not set 1179 + CONFIG_USB_DEVICE_CLASS=y 1223 1180 # CONFIG_USB_DYNAMIC_MINORS is not set 1224 - # CONFIG_USB_MULTITHREAD_PROBE is not set 1225 1181 # CONFIG_USB_OTG is not set 1226 1182 1227 1183 # ··· 1230 1188 # CONFIG_USB_EHCI_SPLIT_ISO is not set 1231 1189 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1232 1190 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1191 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 1233 1192 # CONFIG_USB_ISP116X_HCD is not set 1234 1193 CONFIG_USB_OHCI_HCD=y 1235 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1194 + CONFIG_USB_OHCI_HCD_PPC_OF=y 1195 + CONFIG_USB_OHCI_HCD_PPC_OF_BE=y 1196 + # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set 1197 + CONFIG_USB_OHCI_HCD_PCI=y 1198 + CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y 1199 + CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y 1236 1200 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1237 1201 # CONFIG_USB_UHCI_HCD is not set 1238 1202 # CONFIG_USB_SL811_HCD is not set ··· 1272 1224 # CONFIG_USB_LIBUSUAL is not set 1273 1225 1274 1226 # 1275 - # USB Input Devices 1276 - # 1277 - CONFIG_USB_HID=y 1278 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1279 - CONFIG_HID_FF=y 1280 - CONFIG_HID_PID=y 1281 - CONFIG_LOGITECH_FF=y 1282 - CONFIG_THRUSTMASTER_FF=y 1283 - # CONFIG_ZEROPLUS_FF is not set 1284 - CONFIG_USB_HIDDEV=y 1285 - # CONFIG_USB_AIPTEK is not set 1286 - # CONFIG_USB_WACOM is not set 1287 - # CONFIG_USB_ACECAD is not set 1288 - # CONFIG_USB_KBTAB is not set 1289 - # CONFIG_USB_POWERMATE is not set 1290 - # CONFIG_USB_TOUCHSCREEN is not set 1291 - # CONFIG_USB_YEALINK is not set 1292 - # CONFIG_USB_XPAD is not set 1293 - # CONFIG_USB_ATI_REMOTE is not set 1294 - # CONFIG_USB_ATI_REMOTE2 is not set 1295 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1296 - # CONFIG_USB_APPLETOUCH is not set 1297 - 1298 - # 1299 1227 # USB Imaging devices 1300 1228 # 1301 1229 # CONFIG_USB_MDC800 is not set 1302 1230 # CONFIG_USB_MICROTEK is not set 1303 - 1304 - # 1305 - # USB Network Adapters 1306 - # 1307 - CONFIG_USB_CATC=m 1308 - CONFIG_USB_KAWETH=m 1309 - CONFIG_USB_PEGASUS=m 1310 - CONFIG_USB_RTL8150=m 1311 - # CONFIG_USB_USBNET_MII is not set 1312 - CONFIG_USB_USBNET=m 1313 - # CONFIG_USB_NET_AX8817X is not set 1314 - CONFIG_USB_NET_CDCETHER=m 1315 - # CONFIG_USB_NET_GL620A is not set 1316 - # CONFIG_USB_NET_NET1080 is not set 1317 - # CONFIG_USB_NET_PLUSB is not set 1318 - # CONFIG_USB_NET_MCS7830 is not set 1319 - # CONFIG_USB_NET_RNDIS_HOST is not set 1320 - # CONFIG_USB_NET_CDC_SUBSET is not set 1321 - # CONFIG_USB_NET_ZAURUS is not set 1322 1231 CONFIG_USB_MON=y 1323 1232 1324 1233 # ··· 1348 1343 # CONFIG_USB_RIO500 is not set 1349 1344 # CONFIG_USB_LEGOTOWER is not set 1350 1345 # CONFIG_USB_LCD is not set 1346 + # CONFIG_USB_BERRY_CHARGE is not set 1351 1347 # CONFIG_USB_LED is not set 1352 1348 # CONFIG_USB_CYPRESS_CY7C63 is not set 1353 1349 # CONFIG_USB_CYTHERM is not set ··· 1359 1353 # CONFIG_USB_SISUSBVGA is not set 1360 1354 # CONFIG_USB_LD is not set 1361 1355 # CONFIG_USB_TRANCEVIBRATOR is not set 1356 + # CONFIG_USB_IOWARRIOR is not set 1362 1357 # CONFIG_USB_TEST is not set 1363 1358 1364 1359 # ··· 1370 1363 # USB Gadget Support 1371 1364 # 1372 1365 # CONFIG_USB_GADGET is not set 1373 - 1374 - # 1375 - # MMC/SD Card support 1376 - # 1377 1366 # CONFIG_MMC is not set 1378 1367 1379 1368 # ··· 1410 1407 1411 1408 # 1412 1409 # DMA Devices 1413 - # 1414 - 1415 - # 1416 - # Virtualization 1417 1410 # 1418 1411 1419 1412 # ··· 1460 1461 CONFIG_ISO9660_FS=y 1461 1462 CONFIG_JOLIET=y 1462 1463 CONFIG_ZISOFS=y 1463 - CONFIG_ZISOFS_FS=y 1464 1464 CONFIG_UDF_FS=m 1465 1465 CONFIG_UDF_NLS=y 1466 1466 ··· 1525 1527 CONFIG_NFS_COMMON=y 1526 1528 CONFIG_SUNRPC=y 1527 1529 CONFIG_SUNRPC_GSS=y 1530 + # CONFIG_SUNRPC_BIND34 is not set 1528 1531 CONFIG_RPCSEC_GSS_KRB5=y 1529 1532 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1530 1533 # CONFIG_SMB_FS is not set ··· 1560 1561 # CONFIG_SUN_PARTITION is not set 1561 1562 # CONFIG_KARMA_PARTITION is not set 1562 1563 # CONFIG_EFI_PARTITION is not set 1564 + # CONFIG_SYSV68_PARTITION is not set 1563 1565 1564 1566 # 1565 1567 # Native Language Support ··· 1610 1610 # Distributed Lock Manager 1611 1611 # 1612 1612 # CONFIG_DLM is not set 1613 + # CONFIG_UCC_SLOW is not set 1613 1614 1614 1615 # 1615 1616 # Library routines ··· 1618 1617 CONFIG_BITREVERSE=y 1619 1618 CONFIG_CRC_CCITT=m 1620 1619 # CONFIG_CRC16 is not set 1620 + # CONFIG_CRC_ITU_T is not set 1621 1621 CONFIG_CRC32=y 1622 1622 CONFIG_LIBCRC32C=m 1623 1623 CONFIG_ZLIB_INFLATE=y 1624 1624 CONFIG_ZLIB_DEFLATE=m 1625 1625 CONFIG_PLIST=y 1626 - CONFIG_IOMAP_COPY=y 1626 + CONFIG_HAS_IOMEM=y 1627 + CONFIG_HAS_IOPORT=y 1628 + CONFIG_HAS_DMA=y 1627 1629 1628 1630 # 1629 1631 # Instrumentation Support ··· 1645 1641 CONFIG_DEBUG_FS=y 1646 1642 # CONFIG_HEADERS_CHECK is not set 1647 1643 CONFIG_DEBUG_KERNEL=y 1648 - CONFIG_LOG_BUF_SHIFT=17 1644 + # CONFIG_DEBUG_SHIRQ is not set 1649 1645 CONFIG_DETECT_SOFTLOCKUP=y 1650 1646 # CONFIG_SCHEDSTATS is not set 1647 + # CONFIG_TIMER_STATS is not set 1651 1648 # CONFIG_DEBUG_SLAB is not set 1652 1649 # CONFIG_DEBUG_RT_MUTEXES is not set 1653 1650 # CONFIG_RT_MUTEX_TESTER is not set 1654 1651 # CONFIG_DEBUG_SPINLOCK is not set 1655 1652 CONFIG_DEBUG_MUTEXES=y 1656 - # CONFIG_DEBUG_RWSEMS is not set 1657 1653 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1658 1654 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1659 1655 # CONFIG_DEBUG_KOBJECT is not set ··· 1663 1659 # CONFIG_DEBUG_LIST is not set 1664 1660 CONFIG_FORCED_INLINING=y 1665 1661 # CONFIG_RCU_TORTURE_TEST is not set 1662 + # CONFIG_FAULT_INJECTION is not set 1666 1663 # CONFIG_DEBUG_STACKOVERFLOW is not set 1667 1664 # CONFIG_DEBUG_STACK_USAGE is not set 1665 + # CONFIG_DEBUG_PAGEALLOC is not set 1668 1666 # CONFIG_DEBUGGER is not set 1669 1667 CONFIG_IRQSTACKS=y 1670 1668 CONFIG_BOOTX_TEXT=y ··· 1699 1693 # CONFIG_CRYPTO_GF128MUL is not set 1700 1694 CONFIG_CRYPTO_ECB=m 1701 1695 CONFIG_CRYPTO_CBC=y 1696 + CONFIG_CRYPTO_PCBC=m 1702 1697 # CONFIG_CRYPTO_LRW is not set 1698 + # CONFIG_CRYPTO_CRYPTD is not set 1703 1699 CONFIG_CRYPTO_DES=y 1700 + # CONFIG_CRYPTO_FCRYPT is not set 1704 1701 CONFIG_CRYPTO_BLOWFISH=m 1705 1702 CONFIG_CRYPTO_TWOFISH=m 1706 1703 CONFIG_CRYPTO_TWOFISH_COMMON=m ··· 1718 1709 CONFIG_CRYPTO_DEFLATE=m 1719 1710 CONFIG_CRYPTO_MICHAEL_MIC=m 1720 1711 CONFIG_CRYPTO_CRC32C=m 1712 + # CONFIG_CRYPTO_CAMELLIA is not set 1721 1713 CONFIG_CRYPTO_TEST=m 1722 1714 1723 1715 #
+42 -85
arch/powerpc/configs/holly_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Sat May 5 11:02:35 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:22:36 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 CONFIG_PPC32=y ··· 45 45 # CONFIG_ALTIVEC is not set 46 46 CONFIG_PPC_STD_MMU=y 47 47 CONFIG_PPC_STD_MMU_32=y 48 + # CONFIG_PPC_MM_SLICES is not set 48 49 # CONFIG_SMP is not set 49 50 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 50 51 ··· 71 70 # CONFIG_UTS_NS is not set 72 71 # CONFIG_AUDIT is not set 73 72 # CONFIG_IKCONFIG is not set 73 + CONFIG_LOG_BUF_SHIFT=14 74 74 CONFIG_SYSFS_DEPRECATED=y 75 75 # CONFIG_RELAY is not set 76 76 CONFIG_BLK_DEV_INITRD=y ··· 89 87 CONFIG_ELF_CORE=y 90 88 CONFIG_BASE_FULL=y 91 89 CONFIG_FUTEX=y 90 + CONFIG_ANON_INODES=y 92 91 CONFIG_EPOLL=y 92 + CONFIG_SIGNALFD=y 93 + CONFIG_TIMERFD=y 94 + CONFIG_EVENTFD=y 93 95 CONFIG_SHMEM=y 94 - CONFIG_SLAB=y 95 96 CONFIG_VM_EVENT_COUNTERS=y 97 + CONFIG_SLAB=y 98 + # CONFIG_SLUB is not set 99 + # CONFIG_SLOB is not set 96 100 CONFIG_RT_MUTEXES=y 97 101 # CONFIG_TINY_SHMEM is not set 98 102 CONFIG_BASE_SMALL=0 99 - # CONFIG_SLOB is not set 100 103 101 104 # 102 105 # Loadable module support ··· 147 140 # CONFIG_LINKSTATION is not set 148 141 # CONFIG_MPC7448HPC2 is not set 149 142 CONFIG_PPC_HOLLY=y 143 + # CONFIG_PPC_PRPMC2800 is not set 150 144 CONFIG_TSI108_BRIDGE=y 151 145 CONFIG_MPIC=y 152 146 CONFIG_MPIC_WEIRD=y ··· 205 197 CONFIG_PCI=y 206 198 CONFIG_PCI_DOMAINS=y 207 199 # CONFIG_PCIEPORTBUS is not set 200 + CONFIG_ARCH_SUPPORTS_MSI=y 201 + # CONFIG_PCI_MSI is not set 208 202 # CONFIG_PCI_DEBUG is not set 209 203 210 204 # 211 205 # PCCARD (PCMCIA/CardBus) support 212 206 # 213 207 # CONFIG_PCCARD is not set 214 - 215 - # 216 - # PCI Hotplug Support 217 - # 218 208 # CONFIG_HOTPLUG_PCI is not set 219 209 220 210 # ··· 277 271 # CONFIG_INET6_TUNNEL is not set 278 272 # CONFIG_NETWORK_SECMARK is not set 279 273 # CONFIG_NETFILTER is not set 280 - 281 - # 282 - # DCCP Configuration (EXPERIMENTAL) 283 - # 284 274 # CONFIG_IP_DCCP is not set 285 - 286 - # 287 - # SCTP Configuration (EXPERIMENTAL) 288 - # 289 275 # CONFIG_IP_SCTP is not set 290 - 291 - # 292 - # TIPC Configuration (EXPERIMENTAL) 293 - # 294 276 # CONFIG_TIPC is not set 295 277 # CONFIG_ATM is not set 296 278 # CONFIG_BRIDGE is not set ··· 311 317 # 312 318 # CONFIG_CFG80211 is not set 313 319 # CONFIG_WIRELESS_EXT is not set 320 + # CONFIG_MAC80211 is not set 314 321 # CONFIG_IEEE80211 is not set 322 + # CONFIG_RFKILL is not set 315 323 316 324 # 317 325 # Device Drivers ··· 368 372 # 369 373 # Misc devices 370 374 # 375 + # CONFIG_PHANTOM is not set 371 376 # CONFIG_SGI_IOC4 is not set 372 377 # CONFIG_TIFM_CORE is not set 373 - 374 - # 375 - # ATA/ATAPI/MFM/RLL support 376 - # 378 + # CONFIG_BLINK is not set 377 379 # CONFIG_IDE is not set 378 380 379 381 # ··· 400 406 # CONFIG_SCSI_CONSTANTS is not set 401 407 # CONFIG_SCSI_LOGGING is not set 402 408 # CONFIG_SCSI_SCAN_ASYNC is not set 409 + CONFIG_SCSI_WAIT_SCAN=m 403 410 404 411 # 405 412 # SCSI Transports ··· 448 453 # CONFIG_SCSI_DC390T is not set 449 454 # CONFIG_SCSI_NSP32 is not set 450 455 # CONFIG_SCSI_DEBUG is not set 451 - # CONFIG_SCSI_ESP_CORE is not set 452 456 # CONFIG_SCSI_SRP is not set 453 - 454 - # 455 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 456 - # 457 457 CONFIG_ATA=y 458 458 # CONFIG_ATA_NONSTANDARD is not set 459 459 # CONFIG_SATA_AHCI is not set ··· 521 531 # 522 532 # IEEE 1394 (FireWire) support 523 533 # 534 + # CONFIG_FIREWIRE is not set 524 535 # CONFIG_IEEE1394 is not set 525 536 526 537 # ··· 538 547 # CONFIG_BONDING is not set 539 548 # CONFIG_EQUALIZER is not set 540 549 # CONFIG_TUN is not set 541 - 542 - # 543 - # ARCnet devices 544 - # 545 550 # CONFIG_ARCNET is not set 546 - 547 - # 548 - # PHY device support 549 - # 550 551 CONFIG_PHYLIB=y 551 552 552 553 # ··· 572 589 # CONFIG_NET_TULIP is not set 573 590 # CONFIG_HP100 is not set 574 591 # CONFIG_NET_PCI is not set 575 - 576 - # 577 - # Ethernet (1000 Mbit) 578 - # 592 + CONFIG_NETDEV_1000=y 579 593 # CONFIG_ACENIC is not set 580 594 # CONFIG_DL2K is not set 581 595 # CONFIG_E1000 is not set ··· 584 604 # CONFIG_SKGE is not set 585 605 # CONFIG_SKY2 is not set 586 606 # CONFIG_SK98LIN is not set 607 + # CONFIG_VIA_VELOCITY is not set 587 608 # CONFIG_TIGON3 is not set 588 609 # CONFIG_BNX2 is not set 589 610 CONFIG_TSI108_ETH=y 590 611 # CONFIG_QLA3XXX is not set 591 612 # CONFIG_ATL1 is not set 592 - 593 - # 594 - # Ethernet (10000 Mbit) 595 - # 613 + CONFIG_NETDEV_10000=y 596 614 # CONFIG_CHELSIO_T1 is not set 597 615 # CONFIG_CHELSIO_T3 is not set 598 616 # CONFIG_IXGB is not set 599 617 # CONFIG_S2IO is not set 600 618 # CONFIG_MYRI10GE is not set 601 619 # CONFIG_NETXEN_NIC is not set 602 - 603 - # 604 - # Token Ring devices 605 - # 620 + # CONFIG_MLX4_CORE is not set 606 621 # CONFIG_TR is not set 607 622 608 623 # ··· 605 630 # 606 631 # CONFIG_WLAN_PRE80211 is not set 607 632 # CONFIG_WLAN_80211 is not set 608 - 609 - # 610 - # Wan interfaces 611 - # 612 633 # CONFIG_WAN is not set 613 634 # CONFIG_FDDI is not set 614 635 # CONFIG_HIPPI is not set ··· 631 660 # 632 661 CONFIG_INPUT=y 633 662 # CONFIG_INPUT_FF_MEMLESS is not set 663 + # CONFIG_INPUT_POLLDEV is not set 634 664 635 665 # 636 666 # Userland interfaces ··· 648 676 # CONFIG_INPUT_KEYBOARD is not set 649 677 # CONFIG_INPUT_MOUSE is not set 650 678 # CONFIG_INPUT_JOYSTICK is not set 679 + # CONFIG_INPUT_TABLET is not set 651 680 # CONFIG_INPUT_TOUCHSCREEN is not set 652 681 # CONFIG_INPUT_MISC is not set 653 682 ··· 694 721 # IPMI 695 722 # 696 723 # CONFIG_IPMI_HANDLER is not set 697 - 698 - # 699 - # Watchdog Cards 700 - # 701 724 # CONFIG_WATCHDOG is not set 702 725 # CONFIG_HW_RANDOM is not set 703 726 # CONFIG_NVRAM is not set 704 727 CONFIG_GEN_RTC=y 705 728 # CONFIG_GEN_RTC_X is not set 706 - # CONFIG_DTLK is not set 707 729 # CONFIG_R3964 is not set 708 730 # CONFIG_APPLICOM is not set 709 731 # CONFIG_AGP is not set ··· 709 741 # TPM devices 710 742 # 711 743 # CONFIG_TCG_TPM is not set 712 - 713 - # 714 - # I2C support 715 - # 744 + CONFIG_DEVPORT=y 716 745 # CONFIG_I2C is not set 717 746 718 747 # ··· 722 757 # Dallas's 1-wire bus 723 758 # 724 759 # CONFIG_W1 is not set 725 - 726 - # 727 - # Hardware Monitoring support 728 - # 729 760 CONFIG_HWMON=y 730 761 # CONFIG_HWMON_VID is not set 731 762 # CONFIG_SENSORS_ABITUGURU is not set 732 763 # CONFIG_SENSORS_F71805F is not set 733 764 # CONFIG_SENSORS_PC87427 is not set 765 + # CONFIG_SENSORS_SMSC47M1 is not set 766 + # CONFIG_SENSORS_SMSC47B397 is not set 734 767 # CONFIG_SENSORS_VT1211 is not set 768 + # CONFIG_SENSORS_W83627HF is not set 735 769 # CONFIG_HWMON_DEBUG_CHIP is not set 736 770 737 771 # ··· 742 778 # Multimedia devices 743 779 # 744 780 # CONFIG_VIDEO_DEV is not set 745 - 746 - # 747 - # Digital Video Broadcasting Devices 748 - # 749 - # CONFIG_DVB is not set 781 + # CONFIG_DVB_CORE is not set 782 + # CONFIG_DAB is not set 750 783 751 784 # 752 785 # Graphics support 753 786 # 754 787 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 788 + 789 + # 790 + # Display device support 791 + # 792 + # CONFIG_DISPLAY_SUPPORT is not set 793 + # CONFIG_VGASTATE is not set 755 794 # CONFIG_FB is not set 756 795 # CONFIG_FB_IBM_GXT4500 is not set 757 796 ··· 785 818 # USB Gadget Support 786 819 # 787 820 # CONFIG_USB_GADGET is not set 788 - 789 - # 790 - # MMC/SD Card support 791 - # 792 821 # CONFIG_MMC is not set 793 822 794 823 # ··· 825 862 826 863 # 827 864 # DMA Devices 828 - # 829 - 830 - # 831 - # Auxiliary Display support 832 - # 833 - 834 - # 835 - # Virtualization 836 865 # 837 866 838 867 # ··· 912 957 CONFIG_LOCKD=y 913 958 CONFIG_NFS_COMMON=y 914 959 CONFIG_SUNRPC=y 960 + # CONFIG_SUNRPC_BIND34 is not set 915 961 # CONFIG_RPCSEC_GSS_KRB5 is not set 916 962 # CONFIG_RPCSEC_GSS_SPKM3 is not set 917 963 # CONFIG_SMB_FS is not set ··· 942 986 # CONFIG_SUN_PARTITION is not set 943 987 # CONFIG_KARMA_PARTITION is not set 944 988 # CONFIG_EFI_PARTITION is not set 989 + # CONFIG_SYSV68_PARTITION is not set 945 990 946 991 # 947 992 # Native Language Support ··· 954 997 # 955 998 # CONFIG_DLM is not set 956 999 # CONFIG_UCC_SLOW is not set 957 - # CONFIG_UCC_FAST is not set 958 1000 959 1001 # 960 1002 # Library routines ··· 961 1005 CONFIG_BITREVERSE=y 962 1006 # CONFIG_CRC_CCITT is not set 963 1007 # CONFIG_CRC16 is not set 1008 + # CONFIG_CRC_ITU_T is not set 964 1009 CONFIG_CRC32=y 965 1010 # CONFIG_LIBCRC32C is not set 966 1011 CONFIG_PLIST=y 967 1012 CONFIG_HAS_IOMEM=y 968 1013 CONFIG_HAS_IOPORT=y 1014 + CONFIG_HAS_DMA=y 969 1015 970 1016 # 971 1017 # Instrumentation Support ··· 986 1028 # CONFIG_HEADERS_CHECK is not set 987 1029 CONFIG_DEBUG_KERNEL=y 988 1030 # CONFIG_DEBUG_SHIRQ is not set 989 - CONFIG_LOG_BUF_SHIFT=14 990 1031 CONFIG_DETECT_SOFTLOCKUP=y 991 1032 # CONFIG_SCHEDSTATS is not set 992 1033 # CONFIG_TIMER_STATS is not set
+3 -33
arch/powerpc/configs/iseries_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.22-rc1 4 - # Mon May 14 14:27:46 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:22:39 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 281 281 CONFIG_TCP_CONG_CUBIC=y 282 282 CONFIG_DEFAULT_TCP_CONG="cubic" 283 283 # CONFIG_TCP_MD5SIG is not set 284 - 285 - # 286 - # IP: Virtual Server Configuration 287 - # 288 284 # CONFIG_IP_VS is not set 289 285 # CONFIG_IPV6 is not set 290 286 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 383 387 CONFIG_IP_NF_ARPTABLES=m 384 388 CONFIG_IP_NF_ARPFILTER=m 385 389 CONFIG_IP_NF_ARP_MANGLE=m 386 - 387 - # 388 - # DCCP Configuration (EXPERIMENTAL) 389 - # 390 390 # CONFIG_IP_DCCP is not set 391 - 392 - # 393 - # SCTP Configuration (EXPERIMENTAL) 394 - # 395 391 CONFIG_IP_SCTP=m 396 392 # CONFIG_SCTP_DBG_MSG is not set 397 393 # CONFIG_SCTP_DBG_OBJCNT is not set 398 394 # CONFIG_SCTP_HMAC_NONE is not set 399 395 # CONFIG_SCTP_HMAC_SHA1 is not set 400 396 CONFIG_SCTP_HMAC_MD5=y 401 - 402 - # 403 - # TIPC Configuration (EXPERIMENTAL) 404 - # 405 397 # CONFIG_TIPC is not set 406 398 # CONFIG_ATM is not set 407 399 # CONFIG_BRIDGE is not set ··· 485 501 # CONFIG_SGI_IOC4 is not set 486 502 # CONFIG_TIFM_CORE is not set 487 503 # CONFIG_BLINK is not set 488 - 489 - # 490 - # ATA/ATAPI/MFM/RLL support 491 - # 492 504 # CONFIG_IDE is not set 493 505 494 506 # ··· 561 581 # CONFIG_SCSI_DC395x is not set 562 582 # CONFIG_SCSI_DC390T is not set 563 583 # CONFIG_SCSI_DEBUG is not set 564 - # CONFIG_SCSI_ESP_CORE is not set 565 584 # CONFIG_SCSI_SRP is not set 566 585 # CONFIG_ATA is not set 567 586 ··· 613 634 CONFIG_BONDING=m 614 635 # CONFIG_EQUALIZER is not set 615 636 CONFIG_TUN=m 616 - 617 - # 618 - # ARCnet devices 619 - # 620 637 # CONFIG_ARCNET is not set 621 638 # CONFIG_PHYLIB is not set 622 639 ··· 680 705 # CONFIG_NETXEN_NIC is not set 681 706 # CONFIG_PASEMI_MAC is not set 682 707 # CONFIG_MLX4_CORE is not set 683 - CONFIG_MLX4_DEBUG=y 684 - 685 - # 686 - # Token Ring devices 687 - # 688 708 CONFIG_TR=y 689 709 CONFIG_IBMOL=y 690 710 # CONFIG_3C359 is not set ··· 727 757 # 728 758 CONFIG_INPUT=y 729 759 # CONFIG_INPUT_FF_MEMLESS is not set 760 + # CONFIG_INPUT_POLLDEV is not set 730 761 731 762 # 732 763 # Userland interfaces ··· 1110 1139 CONFIG_DLM=m 1111 1140 # CONFIG_DLM_DEBUG is not set 1112 1141 # CONFIG_UCC_SLOW is not set 1113 - # CONFIG_UCC_FAST is not set 1114 1142 1115 1143 # 1116 1144 # Library routines
+168 -220
arch/powerpc/configs/linkstation_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc6 4 - # Sun Jan 28 23:13:56 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:25:19 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 CONFIG_PPC32=y ··· 24 24 # CONFIG_GENERIC_TBSYNC is not set 25 25 CONFIG_AUDIT_ARCH=y 26 26 CONFIG_GENERIC_BUG=y 27 - # CONFIG_DEFAULT_UIMAGE is not set 27 + CONFIG_DEFAULT_UIMAGE=y 28 28 29 29 # 30 30 # Processor support ··· 34 34 # CONFIG_PPC_83xx is not set 35 35 # CONFIG_PPC_85xx is not set 36 36 # CONFIG_PPC_86xx is not set 37 + # CONFIG_PPC_8xx is not set 37 38 # CONFIG_40x is not set 38 39 # CONFIG_44x is not set 39 - # CONFIG_8xx is not set 40 40 # CONFIG_E200 is not set 41 41 CONFIG_6xx=y 42 42 CONFIG_PPC_FPU=y ··· 45 45 # CONFIG_ALTIVEC is not set 46 46 CONFIG_PPC_STD_MMU=y 47 47 CONFIG_PPC_STD_MMU_32=y 48 + # CONFIG_PPC_MM_SLICES is not set 48 49 # CONFIG_SMP is not set 49 50 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 50 51 ··· 64 63 CONFIG_SWAP=y 65 64 CONFIG_SYSVIPC=y 66 65 # CONFIG_IPC_NS is not set 66 + CONFIG_SYSVIPC_SYSCTL=y 67 67 CONFIG_POSIX_MQUEUE=y 68 68 # CONFIG_BSD_PROCESS_ACCT is not set 69 69 # CONFIG_TASKSTATS is not set ··· 72 70 # CONFIG_AUDIT is not set 73 71 CONFIG_IKCONFIG=y 74 72 CONFIG_IKCONFIG_PROC=y 73 + CONFIG_LOG_BUF_SHIFT=14 75 74 CONFIG_SYSFS_DEPRECATED=y 76 75 # CONFIG_RELAY is not set 76 + CONFIG_BLK_DEV_INITRD=y 77 77 CONFIG_INITRAMFS_SOURCE="" 78 78 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 79 79 CONFIG_SYSCTL=y ··· 90 86 CONFIG_ELF_CORE=y 91 87 CONFIG_BASE_FULL=y 92 88 CONFIG_FUTEX=y 89 + CONFIG_ANON_INODES=y 93 90 CONFIG_EPOLL=y 91 + CONFIG_SIGNALFD=y 92 + CONFIG_TIMERFD=y 93 + CONFIG_EVENTFD=y 94 94 CONFIG_SHMEM=y 95 - CONFIG_SLAB=y 96 95 CONFIG_VM_EVENT_COUNTERS=y 96 + CONFIG_SLAB=y 97 + # CONFIG_SLUB is not set 98 + # CONFIG_SLOB is not set 97 99 CONFIG_RT_MUTEXES=y 98 100 # CONFIG_TINY_SHMEM is not set 99 101 CONFIG_BASE_SMALL=0 100 - # CONFIG_SLOB is not set 101 102 102 103 # 103 104 # Loadable module support ··· 142 133 CONFIG_EMBEDDED6xx=y 143 134 # CONFIG_APUS is not set 144 135 # CONFIG_PPC_MPC52xx is not set 136 + # CONFIG_PPC_MPC5200 is not set 145 137 # CONFIG_PPC_CELL is not set 146 138 # CONFIG_PPC_CELL_NATIVE is not set 139 + # CONFIG_PQ2ADS is not set 140 + CONFIG_LINKSTATION=y 141 + # CONFIG_MPC7448HPC2 is not set 142 + # CONFIG_PPC_HOLLY is not set 143 + # CONFIG_PPC_PRPMC2800 is not set 144 + CONFIG_MPC10X_BRIDGE=y 145 + CONFIG_MPC10X_OPENPIC=y 146 + # CONFIG_MPC10X_STORE_GATHERING is not set 147 + CONFIG_MPIC=y 148 + # CONFIG_MPIC_WEIRD is not set 149 + # CONFIG_PPC_I8259 is not set 147 150 # CONFIG_PPC_RTAS is not set 148 151 # CONFIG_MMIO_NVRAM is not set 149 152 # CONFIG_PPC_MPC106 is not set ··· 164 143 # CONFIG_GENERIC_IOMAP is not set 165 144 # CONFIG_CPU_FREQ is not set 166 145 # CONFIG_TAU is not set 167 - # CONFIG_KATANA is not set 168 - # CONFIG_WILLOW is not set 169 - # CONFIG_CPCI690 is not set 170 - # CONFIG_POWERPMC250 is not set 171 - # CONFIG_CHESTNUT is not set 172 - # CONFIG_SPRUCE is not set 173 - # CONFIG_HDPU is not set 174 - # CONFIG_EV64260 is not set 175 - # CONFIG_LOPEC is not set 176 - # CONFIG_MVME5100 is not set 177 - # CONFIG_PPLUS is not set 178 - # CONFIG_PRPMC750 is not set 179 - # CONFIG_PRPMC800 is not set 180 - # CONFIG_SANDPOINT is not set 181 - CONFIG_LINKSTATION=y 182 - # CONFIG_MPC7448HPC2 is not set 183 - # CONFIG_RADSTONE_PPC7D is not set 184 - # CONFIG_PAL4 is not set 185 - # CONFIG_GEMINI is not set 186 - # CONFIG_EST8260 is not set 187 - # CONFIG_SBC82xx is not set 188 - # CONFIG_SBS8260 is not set 189 - # CONFIG_RPX8260 is not set 190 - # CONFIG_TQM8260 is not set 191 - # CONFIG_ADS8272 is not set 192 - # CONFIG_PQ2FADS is not set 193 - # CONFIG_EV64360 is not set 194 - CONFIG_PPC_GEN550=y 195 - CONFIG_MPC10X_BRIDGE=y 196 - CONFIG_MPC10X_OPENPIC=y 197 - # CONFIG_MPC10X_STORE_GATHERING is not set 198 - # CONFIG_WANT_EARLY_SERIAL is not set 199 - CONFIG_MPIC=y 146 + # CONFIG_CPM2 is not set 200 147 201 148 # 202 149 # Kernel options ··· 192 203 # CONFIG_SPARSEMEM_STATIC is not set 193 204 CONFIG_SPLIT_PTLOCK_CPUS=4 194 205 # CONFIG_RESOURCES_64BIT is not set 206 + CONFIG_ZONE_DMA_FLAG=1 195 207 CONFIG_PROC_DEVICETREE=y 196 208 # CONFIG_CMDLINE_BOOL is not set 197 209 # CONFIG_PM is not set 198 210 CONFIG_SECCOMP=y 211 + # CONFIG_WANT_DEVICE_TREE is not set 199 212 CONFIG_ISA_DMA_API=y 200 213 201 214 # 202 215 # Bus options 203 216 # 217 + CONFIG_ZONE_DMA=y 204 218 CONFIG_GENERIC_ISA_DMA=y 205 - # CONFIG_MPIC_WEIRD is not set 206 - # CONFIG_PPC_I8259 is not set 207 219 CONFIG_PPC_INDIRECT_PCI=y 220 + # CONFIG_PPC_INDIRECT_PCI_BE is not set 208 221 CONFIG_FSL_SOC=y 209 222 CONFIG_PCI=y 210 223 CONFIG_PCI_DOMAINS=y 211 224 # CONFIG_PCIEPORTBUS is not set 225 + CONFIG_ARCH_SUPPORTS_MSI=y 226 + # CONFIG_PCI_MSI is not set 212 227 # CONFIG_PCI_DEBUG is not set 213 228 214 229 # 215 230 # PCCARD (PCMCIA/CardBus) support 216 231 # 217 232 # CONFIG_PCCARD is not set 218 - 219 - # 220 - # PCI Hotplug Support 221 - # 222 233 # CONFIG_HOTPLUG_PCI is not set 223 234 224 235 # ··· 243 254 # 244 255 # Networking options 245 256 # 246 - # CONFIG_NETDEBUG is not set 247 257 CONFIG_PACKET=y 248 258 CONFIG_PACKET_MMAP=y 249 259 CONFIG_UNIX=y 250 260 CONFIG_XFRM=y 251 261 # CONFIG_XFRM_USER is not set 252 262 # CONFIG_XFRM_SUB_POLICY is not set 263 + # CONFIG_XFRM_MIGRATE is not set 253 264 # CONFIG_NET_KEY is not set 254 265 CONFIG_INET=y 255 266 CONFIG_IP_MULTICAST=y ··· 278 289 CONFIG_TCP_CONG_CUBIC=y 279 290 CONFIG_DEFAULT_TCP_CONG="cubic" 280 291 # CONFIG_TCP_MD5SIG is not set 281 - 282 - # 283 - # IP: Virtual Server Configuration 284 - # 285 292 # CONFIG_IP_VS is not set 286 293 # CONFIG_IPV6 is not set 287 294 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 291 306 # 292 307 # CONFIG_NETFILTER_NETLINK is not set 293 308 CONFIG_NF_CONNTRACK_ENABLED=m 294 - CONFIG_NF_CONNTRACK_SUPPORT=y 295 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 296 309 CONFIG_NF_CONNTRACK=m 297 310 # CONFIG_NF_CT_ACCT is not set 298 311 # CONFIG_NF_CONNTRACK_MARK is not set ··· 303 320 CONFIG_NF_CONNTRACK_IRC=m 304 321 CONFIG_NF_CONNTRACK_NETBIOS_NS=m 305 322 CONFIG_NF_CONNTRACK_PPTP=m 323 + # CONFIG_NF_CONNTRACK_SANE is not set 306 324 CONFIG_NF_CONNTRACK_SIP=m 307 325 CONFIG_NF_CONNTRACK_TFTP=m 308 326 CONFIG_NETFILTER_XTABLES=m 309 327 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 328 + # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set 310 329 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 311 330 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 312 331 # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 313 332 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 314 333 # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set 334 + # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 315 335 # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 336 + # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set 337 + # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set 316 338 # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set 317 339 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 318 340 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set ··· 358 370 CONFIG_IP_NF_TARGET_REJECT=m 359 371 # CONFIG_IP_NF_TARGET_LOG is not set 360 372 # CONFIG_IP_NF_TARGET_ULOG is not set 361 - # CONFIG_IP_NF_TARGET_TCPMSS is not set 362 373 CONFIG_NF_NAT=m 363 374 CONFIG_NF_NAT_NEEDED=y 364 375 CONFIG_IP_NF_TARGET_MASQUERADE=m ··· 377 390 CONFIG_IP_NF_TARGET_TOS=m 378 391 CONFIG_IP_NF_TARGET_ECN=m 379 392 CONFIG_IP_NF_TARGET_TTL=m 393 + # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 380 394 CONFIG_IP_NF_RAW=m 381 395 CONFIG_IP_NF_ARPTABLES=m 382 396 CONFIG_IP_NF_ARPFILTER=m 383 397 CONFIG_IP_NF_ARP_MANGLE=m 384 - 385 - # 386 - # DCCP Configuration (EXPERIMENTAL) 387 - # 388 398 # CONFIG_IP_DCCP is not set 389 - 390 - # 391 - # SCTP Configuration (EXPERIMENTAL) 392 - # 393 399 # CONFIG_IP_SCTP is not set 394 - 395 - # 396 - # TIPC Configuration (EXPERIMENTAL) 397 - # 398 400 # CONFIG_TIPC is not set 399 401 # CONFIG_ATM is not set 400 402 # CONFIG_BRIDGE is not set ··· 409 433 # CONFIG_HAMRADIO is not set 410 434 # CONFIG_IRDA is not set 411 435 # CONFIG_BT is not set 436 + # CONFIG_AF_RXRPC is not set 437 + 438 + # 439 + # Wireless 440 + # 441 + # CONFIG_CFG80211 is not set 442 + CONFIG_WIRELESS_EXT=y 443 + # CONFIG_MAC80211 is not set 412 444 CONFIG_IEEE80211=m 413 445 CONFIG_IEEE80211_DEBUG=y 414 446 CONFIG_IEEE80211_CRYPT_WEP=m ··· 424 440 CONFIG_IEEE80211_CRYPT_TKIP=m 425 441 CONFIG_IEEE80211_SOFTMAC=m 426 442 CONFIG_IEEE80211_SOFTMAC_DEBUG=y 427 - CONFIG_WIRELESS_EXT=y 443 + # CONFIG_RFKILL is not set 428 444 429 445 # 430 446 # Device Drivers ··· 437 453 CONFIG_PREVENT_FIRMWARE_BUILD=y 438 454 CONFIG_FW_LOADER=m 439 455 # CONFIG_DEBUG_DRIVER is not set 456 + # CONFIG_DEBUG_DEVRES is not set 440 457 # CONFIG_SYS_HYPERVISOR is not set 441 458 442 459 # 443 460 # Connector - unified userspace <-> kernelspace linker 444 461 # 445 462 # CONFIG_CONNECTOR is not set 446 - 447 - # 448 - # Memory Technology Devices (MTD) 449 - # 450 463 CONFIG_MTD=y 451 464 # CONFIG_MTD_DEBUG is not set 452 465 CONFIG_MTD_CONCAT=y ··· 492 511 # CONFIG_MTD_RAM is not set 493 512 # CONFIG_MTD_ROM is not set 494 513 # CONFIG_MTD_ABSENT is not set 495 - # CONFIG_MTD_OBSOLETE_CHIPS is not set 496 514 497 515 # 498 516 # Mapping drivers for chip access ··· 519 539 # CONFIG_MTD_DOC2000 is not set 520 540 # CONFIG_MTD_DOC2001 is not set 521 541 # CONFIG_MTD_DOC2001PLUS is not set 522 - 523 - # 524 - # NAND Flash Device Drivers 525 - # 526 542 # CONFIG_MTD_NAND is not set 527 - # CONFIG_MTD_NAND_CAFE is not set 543 + # CONFIG_MTD_ONENAND is not set 528 544 529 545 # 530 - # OneNAND Flash Device Drivers 546 + # UBI - Unsorted block images 531 547 # 532 - # CONFIG_MTD_ONENAND is not set 548 + # CONFIG_MTD_UBI is not set 533 549 534 550 # 535 551 # Parallel port support ··· 535 559 # 536 560 # Plug and Play support 537 561 # 562 + # CONFIG_PNPACPI is not set 538 563 539 564 # 540 565 # Block devices ··· 555 578 CONFIG_BLK_DEV_RAM_COUNT=2 556 579 CONFIG_BLK_DEV_RAM_SIZE=8192 557 580 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 558 - CONFIG_BLK_DEV_INITRD=y 559 581 # CONFIG_CDROM_PKTCDVD is not set 560 582 # CONFIG_ATA_OVER_ETH is not set 561 583 562 584 # 563 585 # Misc devices 564 586 # 587 + # CONFIG_PHANTOM is not set 565 588 # CONFIG_SGI_IOC4 is not set 566 589 # CONFIG_TIFM_CORE is not set 567 - 568 - # 569 - # ATA/ATAPI/MFM/RLL support 570 - # 590 + # CONFIG_BLINK is not set 571 591 # CONFIG_IDE is not set 572 592 573 593 # ··· 593 619 # CONFIG_SCSI_CONSTANTS is not set 594 620 # CONFIG_SCSI_LOGGING is not set 595 621 # CONFIG_SCSI_SCAN_ASYNC is not set 622 + CONFIG_SCSI_WAIT_SCAN=m 596 623 597 624 # 598 625 # SCSI Transports ··· 642 667 # CONFIG_SCSI_NSP32 is not set 643 668 # CONFIG_SCSI_DEBUG is not set 644 669 # CONFIG_SCSI_SRP is not set 645 - 646 - # 647 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 648 - # 649 670 CONFIG_ATA=y 671 + # CONFIG_ATA_NONSTANDARD is not set 650 672 # CONFIG_SATA_AHCI is not set 651 673 # CONFIG_SATA_SVW is not set 652 674 # CONFIG_ATA_PIIX is not set ··· 659 687 # CONFIG_SATA_ULI is not set 660 688 # CONFIG_SATA_VIA is not set 661 689 # CONFIG_SATA_VITESSE is not set 690 + # CONFIG_SATA_INIC162X is not set 662 691 # CONFIG_PATA_ALI is not set 663 692 # CONFIG_PATA_AMD is not set 664 693 # CONFIG_PATA_ARTOP is not set 665 694 # CONFIG_PATA_ATIIXP is not set 695 + # CONFIG_PATA_CMD640_PCI is not set 666 696 # CONFIG_PATA_CMD64X is not set 667 697 # CONFIG_PATA_CS5520 is not set 668 698 # CONFIG_PATA_CS5530 is not set ··· 676 702 # CONFIG_PATA_HPT3X2N is not set 677 703 # CONFIG_PATA_HPT3X3 is not set 678 704 CONFIG_PATA_IT821X=y 705 + # CONFIG_PATA_IT8213 is not set 679 706 # CONFIG_PATA_JMICRON is not set 680 707 # CONFIG_PATA_TRIFLEX is not set 681 708 # CONFIG_PATA_MARVELL is not set ··· 713 738 # 714 739 # IEEE 1394 (FireWire) support 715 740 # 741 + # CONFIG_FIREWIRE is not set 716 742 # CONFIG_IEEE1394 is not set 717 743 718 744 # 719 745 # I2O device support 720 746 # 721 747 # CONFIG_I2O is not set 722 - 723 - # 724 - # Macintosh device drivers 725 - # 726 - # CONFIG_MAC_EMUMOUSEBTN is not set 727 - # CONFIG_WINDFARM is not set 748 + # CONFIG_MACINTOSH_DRIVERS is not set 728 749 729 750 # 730 751 # Network device support ··· 730 759 # CONFIG_BONDING is not set 731 760 # CONFIG_EQUALIZER is not set 732 761 CONFIG_TUN=m 733 - 734 - # 735 - # ARCnet devices 736 - # 737 762 # CONFIG_ARCNET is not set 738 - 739 - # 740 - # PHY device support 741 - # 742 763 # CONFIG_PHYLIB is not set 743 764 744 765 # ··· 758 795 # CONFIG_ULI526X is not set 759 796 # CONFIG_HP100 is not set 760 797 # CONFIG_NET_PCI is not set 761 - 762 - # 763 - # Ethernet (1000 Mbit) 764 - # 798 + CONFIG_NETDEV_1000=y 765 799 # CONFIG_ACENIC is not set 766 800 # CONFIG_DL2K is not set 767 801 # CONFIG_E1000 is not set ··· 771 811 # CONFIG_SKGE is not set 772 812 # CONFIG_SKY2 is not set 773 813 # CONFIG_SK98LIN is not set 814 + # CONFIG_VIA_VELOCITY is not set 774 815 # CONFIG_TIGON3 is not set 775 816 # CONFIG_BNX2 is not set 776 817 # CONFIG_QLA3XXX is not set 777 - 778 - # 779 - # Ethernet (10000 Mbit) 780 - # 818 + # CONFIG_ATL1 is not set 819 + CONFIG_NETDEV_10000=y 781 820 # CONFIG_CHELSIO_T1 is not set 821 + # CONFIG_CHELSIO_T3 is not set 782 822 # CONFIG_IXGB is not set 783 823 # CONFIG_S2IO is not set 784 824 # CONFIG_MYRI10GE is not set 785 825 # CONFIG_NETXEN_NIC is not set 786 - 787 - # 788 - # Token Ring devices 789 - # 826 + # CONFIG_MLX4_CORE is not set 790 827 # CONFIG_TR is not set 791 828 792 829 # 793 - # Wireless LAN (non-hamradio) 830 + # Wireless LAN 794 831 # 795 - CONFIG_NET_RADIO=y 796 - # CONFIG_NET_WIRELESS_RTNETLINK is not set 832 + # CONFIG_WLAN_PRE80211 is not set 833 + # CONFIG_WLAN_80211 is not set 797 834 798 835 # 799 - # Obsolete Wireless cards support (pre-802.11) 836 + # USB Network Adapters 800 837 # 801 - # CONFIG_STRIP is not set 802 - 803 - # 804 - # Wireless 802.11b ISA/PCI cards support 805 - # 806 - # CONFIG_IPW2100 is not set 807 - # CONFIG_IPW2200 is not set 808 - # CONFIG_AIRO is not set 809 - # CONFIG_HERMES is not set 810 - # CONFIG_ATMEL is not set 811 - 812 - # 813 - # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support 814 - # 815 - # CONFIG_PRISM54 is not set 816 - # CONFIG_USB_ZD1201 is not set 817 - # CONFIG_HOSTAP is not set 818 - # CONFIG_BCM43XX is not set 819 - CONFIG_ZD1211RW=m 820 - # CONFIG_ZD1211RW_DEBUG is not set 821 - CONFIG_NET_WIRELESS=y 822 - 823 - # 824 - # Wan interfaces 825 - # 838 + # CONFIG_USB_CATC is not set 839 + # CONFIG_USB_KAWETH is not set 840 + # CONFIG_USB_PEGASUS is not set 841 + # CONFIG_USB_RTL8150 is not set 842 + # CONFIG_USB_USBNET_MII is not set 843 + # CONFIG_USB_USBNET is not set 826 844 # CONFIG_WAN is not set 827 845 # CONFIG_FDDI is not set 828 846 # CONFIG_HIPPI is not set ··· 810 872 # CONFIG_SHAPER is not set 811 873 CONFIG_NETCONSOLE=y 812 874 CONFIG_NETPOLL=y 813 - # CONFIG_NETPOLL_RX is not set 814 875 # CONFIG_NETPOLL_TRAP is not set 815 876 CONFIG_NET_POLL_CONTROLLER=y 816 877 ··· 828 891 # 829 892 CONFIG_INPUT=y 830 893 # CONFIG_INPUT_FF_MEMLESS is not set 894 + # CONFIG_INPUT_POLLDEV is not set 831 895 832 896 # 833 897 # Userland interfaces ··· 848 910 # CONFIG_INPUT_KEYBOARD is not set 849 911 # CONFIG_INPUT_MOUSE is not set 850 912 # CONFIG_INPUT_JOYSTICK is not set 913 + # CONFIG_INPUT_TABLET is not set 851 914 # CONFIG_INPUT_TOUCHSCREEN is not set 852 915 CONFIG_INPUT_MISC=y 916 + # CONFIG_INPUT_ATI_REMOTE is not set 917 + # CONFIG_INPUT_ATI_REMOTE2 is not set 918 + # CONFIG_INPUT_KEYSPAN_REMOTE is not set 919 + # CONFIG_INPUT_POWERMATE is not set 920 + # CONFIG_INPUT_YEALINK is not set 853 921 CONFIG_INPUT_UINPUT=m 854 922 855 923 # ··· 894 950 CONFIG_SERIAL_CORE=y 895 951 CONFIG_SERIAL_CORE_CONSOLE=y 896 952 # CONFIG_SERIAL_JSM is not set 953 + CONFIG_SERIAL_OF_PLATFORM=y 897 954 CONFIG_UNIX98_PTYS=y 898 955 CONFIG_LEGACY_PTYS=y 899 956 CONFIG_LEGACY_PTY_COUNT=256 ··· 903 958 # IPMI 904 959 # 905 960 # CONFIG_IPMI_HANDLER is not set 906 - 907 - # 908 - # Watchdog Cards 909 - # 910 961 # CONFIG_WATCHDOG is not set 911 962 CONFIG_HW_RANDOM=y 912 963 # CONFIG_NVRAM is not set 913 964 # CONFIG_GEN_RTC is not set 914 - # CONFIG_DTLK is not set 915 965 # CONFIG_R3964 is not set 916 966 # CONFIG_APPLICOM is not set 917 967 # CONFIG_AGP is not set ··· 917 977 # TPM devices 918 978 # 919 979 # CONFIG_TCG_TPM is not set 920 - 921 - # 922 - # I2C support 923 - # 980 + CONFIG_DEVPORT=y 924 981 CONFIG_I2C=y 982 + CONFIG_I2C_BOARDINFO=y 925 983 CONFIG_I2C_CHARDEV=y 926 984 927 985 # ··· 946 1008 # CONFIG_I2C_PARPORT_LIGHT is not set 947 1009 # CONFIG_I2C_PROSAVAGE is not set 948 1010 # CONFIG_I2C_SAVAGE4 is not set 1011 + # CONFIG_I2C_SIMTEC is not set 949 1012 # CONFIG_I2C_SIS5595 is not set 950 1013 # CONFIG_I2C_SIS630 is not set 951 1014 # CONFIG_I2C_SIS96X is not set 952 1015 # CONFIG_I2C_STUB is not set 1016 + # CONFIG_I2C_TINY_USB is not set 953 1017 # CONFIG_I2C_VIA is not set 954 1018 # CONFIG_I2C_VIAPRO is not set 955 1019 # CONFIG_I2C_VOODOO3 is not set 956 - # CONFIG_I2C_PCA_ISA is not set 957 1020 958 1021 # 959 1022 # Miscellaneous I2C Chip support ··· 982 1043 # Dallas's 1-wire bus 983 1044 # 984 1045 # CONFIG_W1 is not set 985 - 986 - # 987 - # Hardware Monitoring support 988 - # 989 1046 CONFIG_HWMON=y 990 1047 # CONFIG_HWMON_VID is not set 991 1048 # CONFIG_SENSORS_ABITUGURU is not set 1049 + # CONFIG_SENSORS_AD7418 is not set 992 1050 # CONFIG_SENSORS_ADM1021 is not set 993 1051 # CONFIG_SENSORS_ADM1025 is not set 994 1052 # CONFIG_SENSORS_ADM1026 is not set 1053 + # CONFIG_SENSORS_ADM1029 is not set 995 1054 # CONFIG_SENSORS_ADM1031 is not set 996 1055 # CONFIG_SENSORS_ADM9240 is not set 997 1056 # CONFIG_SENSORS_ASB100 is not set ··· 1012 1075 # CONFIG_SENSORS_LM90 is not set 1013 1076 # CONFIG_SENSORS_LM92 is not set 1014 1077 # CONFIG_SENSORS_MAX1619 is not set 1078 + # CONFIG_SENSORS_MAX6650 is not set 1015 1079 # CONFIG_SENSORS_PC87360 is not set 1016 1080 # CONFIG_SENSORS_PC87427 is not set 1017 1081 # CONFIG_SENSORS_SIS5595 is not set ··· 1032 1094 # CONFIG_HWMON_DEBUG_CHIP is not set 1033 1095 1034 1096 # 1097 + # Multifunction device drivers 1098 + # 1099 + # CONFIG_MFD_SM501 is not set 1100 + 1101 + # 1035 1102 # Multimedia devices 1036 1103 # 1037 1104 # CONFIG_VIDEO_DEV is not set 1038 - 1039 - # 1040 - # Digital Video Broadcasting Devices 1041 - # 1042 - # CONFIG_DVB is not set 1043 - # CONFIG_USB_DABUSB is not set 1105 + # CONFIG_DVB_CORE is not set 1106 + # CONFIG_DAB is not set 1044 1107 1045 1108 # 1046 1109 # Graphics support 1047 1110 # 1048 - CONFIG_FIRMWARE_EDID=y 1111 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1112 + 1113 + # 1114 + # Display device support 1115 + # 1116 + # CONFIG_DISPLAY_SUPPORT is not set 1117 + # CONFIG_VGASTATE is not set 1049 1118 # CONFIG_FB is not set 1050 1119 # CONFIG_FB_IBM_GXT4500 is not set 1051 1120 ··· 1061 1116 # 1062 1117 # CONFIG_VGA_CONSOLE is not set 1063 1118 CONFIG_DUMMY_CONSOLE=y 1064 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1065 1119 1066 1120 # 1067 1121 # Sound ··· 1071 1127 # HID Devices 1072 1128 # 1073 1129 CONFIG_HID=m 1130 + # CONFIG_HID_DEBUG is not set 1131 + 1132 + # 1133 + # USB Input Devices 1134 + # 1135 + # CONFIG_USB_HID is not set 1136 + 1137 + # 1138 + # USB HID Boot Protocol drivers 1139 + # 1140 + # CONFIG_USB_KBD is not set 1141 + # CONFIG_USB_MOUSE is not set 1074 1142 1075 1143 # 1076 1144 # USB support ··· 1097 1141 # Miscellaneous USB options 1098 1142 # 1099 1143 CONFIG_USB_DEVICEFS=y 1100 - # CONFIG_USB_BANDWIDTH is not set 1144 + CONFIG_USB_DEVICE_CLASS=y 1101 1145 # CONFIG_USB_DYNAMIC_MINORS is not set 1102 1146 # CONFIG_USB_OTG is not set 1103 1147 ··· 1108 1152 # CONFIG_USB_EHCI_SPLIT_ISO is not set 1109 1153 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1110 1154 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1155 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 1111 1156 # CONFIG_USB_ISP116X_HCD is not set 1112 1157 CONFIG_USB_OHCI_HCD=y 1113 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1158 + CONFIG_USB_OHCI_HCD_PPC_OF=y 1159 + CONFIG_USB_OHCI_HCD_PPC_OF_BE=y 1160 + # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set 1161 + CONFIG_USB_OHCI_HCD_PCI=y 1162 + CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y 1163 + CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y 1114 1164 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1115 1165 # CONFIG_USB_UHCI_HCD is not set 1116 1166 # CONFIG_USB_SL811_HCD is not set ··· 1149 1187 # CONFIG_USB_LIBUSUAL is not set 1150 1188 1151 1189 # 1152 - # USB Input Devices 1153 - # 1154 - # CONFIG_USB_HID is not set 1155 - 1156 - # 1157 - # USB HID Boot Protocol drivers 1158 - # 1159 - # CONFIG_USB_KBD is not set 1160 - # CONFIG_USB_MOUSE is not set 1161 - # CONFIG_USB_AIPTEK is not set 1162 - # CONFIG_USB_WACOM is not set 1163 - # CONFIG_USB_ACECAD is not set 1164 - # CONFIG_USB_KBTAB is not set 1165 - # CONFIG_USB_POWERMATE is not set 1166 - # CONFIG_USB_TOUCHSCREEN is not set 1167 - # CONFIG_USB_YEALINK is not set 1168 - # CONFIG_USB_XPAD is not set 1169 - # CONFIG_USB_ATI_REMOTE is not set 1170 - # CONFIG_USB_ATI_REMOTE2 is not set 1171 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1172 - # CONFIG_USB_APPLETOUCH is not set 1173 - 1174 - # 1175 1190 # USB Imaging devices 1176 1191 # 1177 1192 # CONFIG_USB_MDC800 is not set 1178 1193 # CONFIG_USB_MICROTEK is not set 1179 - 1180 - # 1181 - # USB Network Adapters 1182 - # 1183 - # CONFIG_USB_CATC is not set 1184 - # CONFIG_USB_KAWETH is not set 1185 - # CONFIG_USB_PEGASUS is not set 1186 - # CONFIG_USB_RTL8150 is not set 1187 - # CONFIG_USB_USBNET_MII is not set 1188 - # CONFIG_USB_USBNET is not set 1189 1194 CONFIG_USB_MON=y 1190 1195 1191 1196 # ··· 1212 1283 # CONFIG_USB_RIO500 is not set 1213 1284 # CONFIG_USB_LEGOTOWER is not set 1214 1285 # CONFIG_USB_LCD is not set 1286 + # CONFIG_USB_BERRY_CHARGE is not set 1215 1287 # CONFIG_USB_LED is not set 1216 1288 # CONFIG_USB_CYPRESS_CY7C63 is not set 1217 1289 # CONFIG_USB_CYTHERM is not set ··· 1223 1293 # CONFIG_USB_SISUSBVGA is not set 1224 1294 # CONFIG_USB_LD is not set 1225 1295 # CONFIG_USB_TRANCEVIBRATOR is not set 1296 + # CONFIG_USB_IOWARRIOR is not set 1226 1297 # CONFIG_USB_TEST is not set 1227 1298 1228 1299 # ··· 1234 1303 # USB Gadget Support 1235 1304 # 1236 1305 # CONFIG_USB_GADGET is not set 1237 - 1238 - # 1239 - # MMC/SD Card support 1240 - # 1241 1306 # CONFIG_MMC is not set 1242 1307 1243 1308 # ··· 1274 1347 CONFIG_RTC_INTF_PROC=y 1275 1348 CONFIG_RTC_INTF_DEV=y 1276 1349 # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set 1350 + # CONFIG_RTC_DRV_TEST is not set 1277 1351 1278 1352 # 1279 - # RTC drivers 1353 + # I2C RTC drivers 1280 1354 # 1281 - # CONFIG_RTC_DRV_X1205 is not set 1282 1355 # CONFIG_RTC_DRV_DS1307 is not set 1283 - # CONFIG_RTC_DRV_DS1553 is not set 1284 - # CONFIG_RTC_DRV_ISL1208 is not set 1285 1356 # CONFIG_RTC_DRV_DS1672 is not set 1286 - # CONFIG_RTC_DRV_DS1742 is not set 1357 + # CONFIG_RTC_DRV_MAX6900 is not set 1358 + CONFIG_RTC_DRV_RS5C372=y 1359 + # CONFIG_RTC_DRV_ISL1208 is not set 1360 + # CONFIG_RTC_DRV_X1205 is not set 1287 1361 # CONFIG_RTC_DRV_PCF8563 is not set 1288 1362 # CONFIG_RTC_DRV_PCF8583 is not set 1289 - CONFIG_RTC_DRV_RS5C372=y 1363 + 1364 + # 1365 + # SPI RTC drivers 1366 + # 1367 + 1368 + # 1369 + # Platform RTC drivers 1370 + # 1371 + # CONFIG_RTC_DRV_DS1553 is not set 1372 + # CONFIG_RTC_DRV_DS1742 is not set 1290 1373 # CONFIG_RTC_DRV_M48T86 is not set 1291 - # CONFIG_RTC_DRV_TEST is not set 1292 1374 # CONFIG_RTC_DRV_V3020 is not set 1375 + 1376 + # 1377 + # on-CPU RTC drivers 1378 + # 1293 1379 1294 1380 # 1295 1381 # DMA Engine support ··· 1315 1375 1316 1376 # 1317 1377 # DMA Devices 1318 - # 1319 - 1320 - # 1321 - # Virtualization 1322 1378 # 1323 1379 1324 1380 # ··· 1357 1421 CONFIG_ISO9660_FS=m 1358 1422 CONFIG_JOLIET=y 1359 1423 CONFIG_ZISOFS=y 1360 - CONFIG_ZISOFS_FS=m 1361 1424 CONFIG_UDF_FS=m 1362 1425 CONFIG_UDF_NLS=y 1363 1426 ··· 1424 1489 CONFIG_NFS_COMMON=y 1425 1490 CONFIG_SUNRPC=y 1426 1491 CONFIG_SUNRPC_GSS=y 1492 + # CONFIG_SUNRPC_BIND34 is not set 1427 1493 CONFIG_RPCSEC_GSS_KRB5=y 1428 1494 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1429 1495 # CONFIG_SMB_FS is not set ··· 1493 1557 # Distributed Lock Manager 1494 1558 # 1495 1559 # CONFIG_DLM is not set 1560 + # CONFIG_UCC_SLOW is not set 1496 1561 1497 1562 # 1498 1563 # Library routines ··· 1501 1564 CONFIG_BITREVERSE=y 1502 1565 CONFIG_CRC_CCITT=m 1503 1566 # CONFIG_CRC16 is not set 1567 + # CONFIG_CRC_ITU_T is not set 1504 1568 CONFIG_CRC32=y 1505 1569 CONFIG_LIBCRC32C=m 1506 1570 CONFIG_ZLIB_INFLATE=m ··· 1509 1571 CONFIG_TEXTSEARCH=y 1510 1572 CONFIG_TEXTSEARCH_KMP=m 1511 1573 CONFIG_PLIST=y 1512 - CONFIG_IOMAP_COPY=y 1574 + CONFIG_HAS_IOMEM=y 1575 + CONFIG_HAS_IOPORT=y 1576 + CONFIG_HAS_DMA=y 1513 1577 1514 1578 # 1515 1579 # Instrumentation Support 1516 1580 # 1517 1581 CONFIG_PROFILING=y 1518 1582 CONFIG_OPROFILE=m 1583 + # CONFIG_KPROBES is not set 1519 1584 1520 1585 # 1521 1586 # Kernel hacking ··· 1530 1589 # CONFIG_DEBUG_FS is not set 1531 1590 # CONFIG_HEADERS_CHECK is not set 1532 1591 CONFIG_DEBUG_KERNEL=y 1533 - CONFIG_LOG_BUF_SHIFT=14 1592 + # CONFIG_DEBUG_SHIRQ is not set 1534 1593 CONFIG_DETECT_SOFTLOCKUP=y 1535 1594 # CONFIG_SCHEDSTATS is not set 1595 + # CONFIG_TIMER_STATS is not set 1536 1596 # CONFIG_DEBUG_SLAB is not set 1537 1597 # CONFIG_DEBUG_RT_MUTEXES is not set 1538 1598 # CONFIG_RT_MUTEX_TESTER is not set 1539 1599 # CONFIG_DEBUG_SPINLOCK is not set 1540 1600 # CONFIG_DEBUG_MUTEXES is not set 1541 - # CONFIG_DEBUG_RWSEMS is not set 1542 1601 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1543 1602 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1544 1603 # CONFIG_DEBUG_KOBJECT is not set ··· 1548 1607 # CONFIG_DEBUG_LIST is not set 1549 1608 CONFIG_FORCED_INLINING=y 1550 1609 # CONFIG_RCU_TORTURE_TEST is not set 1610 + # CONFIG_FAULT_INJECTION is not set 1611 + # CONFIG_DEBUG_STACKOVERFLOW is not set 1612 + # CONFIG_DEBUG_STACK_USAGE is not set 1613 + # CONFIG_DEBUG_PAGEALLOC is not set 1551 1614 # CONFIG_DEBUGGER is not set 1552 1615 # CONFIG_BDI_SWITCH is not set 1553 1616 # CONFIG_BOOTX_TEXT is not set 1554 - # CONFIG_SERIAL_TEXT_DEBUG is not set 1555 1617 # CONFIG_PPC_EARLY_DEBUG is not set 1556 1618 1557 1619 # ··· 1583 1639 # CONFIG_CRYPTO_GF128MUL is not set 1584 1640 CONFIG_CRYPTO_ECB=m 1585 1641 CONFIG_CRYPTO_CBC=y 1642 + CONFIG_CRYPTO_PCBC=m 1586 1643 # CONFIG_CRYPTO_LRW is not set 1644 + # CONFIG_CRYPTO_CRYPTD is not set 1587 1645 CONFIG_CRYPTO_DES=y 1646 + # CONFIG_CRYPTO_FCRYPT is not set 1588 1647 CONFIG_CRYPTO_BLOWFISH=m 1589 1648 CONFIG_CRYPTO_TWOFISH=m 1590 1649 CONFIG_CRYPTO_TWOFISH_COMMON=m ··· 1602 1655 CONFIG_CRYPTO_DEFLATE=m 1603 1656 CONFIG_CRYPTO_MICHAEL_MIC=m 1604 1657 CONFIG_CRYPTO_CRC32C=m 1658 + # CONFIG_CRYPTO_CAMELLIA is not set 1605 1659 # CONFIG_CRYPTO_TEST is not set 1606 1660 1607 1661 #
+84 -102
arch/powerpc/configs/lite5200_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:18:18 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:26:09 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 + CONFIG_PPC_PM_NEEDS_RTC_LIB=y 7 8 CONFIG_PPC32=y 8 9 CONFIG_PPC_MERGE=y 9 10 CONFIG_MMU=y ··· 35 34 # CONFIG_PPC_83xx is not set 36 35 # CONFIG_PPC_85xx is not set 37 36 # CONFIG_PPC_86xx is not set 37 + # CONFIG_PPC_8xx is not set 38 38 # CONFIG_40x is not set 39 39 # CONFIG_44x is not set 40 - # CONFIG_8xx is not set 41 40 # CONFIG_E200 is not set 42 41 CONFIG_6xx=y 43 42 CONFIG_PPC_FPU=y ··· 46 45 # CONFIG_ALTIVEC is not set 47 46 CONFIG_PPC_STD_MMU=y 48 47 CONFIG_PPC_STD_MMU_32=y 48 + # CONFIG_PPC_MM_SLICES is not set 49 49 # CONFIG_SMP is not set 50 50 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 51 51 ··· 65 63 CONFIG_SWAP=y 66 64 CONFIG_SYSVIPC=y 67 65 # CONFIG_IPC_NS is not set 66 + CONFIG_SYSVIPC_SYSCTL=y 68 67 # CONFIG_POSIX_MQUEUE is not set 69 68 # CONFIG_BSD_PROCESS_ACCT is not set 70 69 # CONFIG_TASKSTATS is not set 71 70 # CONFIG_UTS_NS is not set 72 71 # CONFIG_AUDIT is not set 73 72 # CONFIG_IKCONFIG is not set 73 + CONFIG_LOG_BUF_SHIFT=14 74 74 CONFIG_SYSFS_DEPRECATED=y 75 75 # CONFIG_RELAY is not set 76 + CONFIG_BLK_DEV_INITRD=y 76 77 CONFIG_INITRAMFS_SOURCE="" 77 78 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 78 79 CONFIG_SYSCTL=y ··· 88 83 CONFIG_ELF_CORE=y 89 84 CONFIG_BASE_FULL=y 90 85 CONFIG_FUTEX=y 86 + CONFIG_ANON_INODES=y 91 87 # CONFIG_EPOLL is not set 88 + CONFIG_SIGNALFD=y 89 + CONFIG_TIMERFD=y 90 + CONFIG_EVENTFD=y 92 91 CONFIG_SHMEM=y 93 - CONFIG_SLAB=y 94 92 CONFIG_VM_EVENT_COUNTERS=y 93 + CONFIG_SLAB=y 94 + # CONFIG_SLUB is not set 95 + # CONFIG_SLOB is not set 95 96 CONFIG_RT_MUTEXES=y 96 97 # CONFIG_TINY_SHMEM is not set 97 98 CONFIG_BASE_SMALL=0 98 - # CONFIG_SLOB is not set 99 99 100 100 # 101 101 # Loadable module support ··· 141 131 # CONFIG_APUS is not set 142 132 # CONFIG_PPC_CHRP is not set 143 133 CONFIG_PPC_MPC52xx=y 134 + CONFIG_PPC_MPC5200=y 135 + CONFIG_PPC_MPC5200_BUGFIX=y 144 136 # CONFIG_PPC_EFIKA is not set 145 137 CONFIG_PPC_LITE5200=y 146 138 # CONFIG_PPC_PMAC is not set 147 139 # CONFIG_PPC_CELL is not set 148 140 # CONFIG_PPC_CELL_NATIVE is not set 141 + # CONFIG_PQ2ADS is not set 142 + # CONFIG_MPIC is not set 143 + # CONFIG_MPIC_WEIRD is not set 144 + # CONFIG_PPC_I8259 is not set 149 145 # CONFIG_PPC_RTAS is not set 150 146 # CONFIG_MMIO_NVRAM is not set 151 147 # CONFIG_PPC_MPC106 is not set ··· 160 144 # CONFIG_GENERIC_IOMAP is not set 161 145 # CONFIG_CPU_FREQ is not set 162 146 # CONFIG_TAU is not set 163 - # CONFIG_WANT_EARLY_SERIAL is not set 164 - # CONFIG_MPIC is not set 147 + # CONFIG_CPM2 is not set 165 148 166 149 # 167 150 # Kernel options ··· 189 174 # CONFIG_SPARSEMEM_STATIC is not set 190 175 CONFIG_SPLIT_PTLOCK_CPUS=4 191 176 # CONFIG_RESOURCES_64BIT is not set 177 + CONFIG_ZONE_DMA_FLAG=1 192 178 CONFIG_PROC_DEVICETREE=y 193 179 # CONFIG_CMDLINE_BOOL is not set 194 180 CONFIG_PM=y ··· 198 182 # CONFIG_PM_SYSFS_DEPRECATED is not set 199 183 # CONFIG_SOFTWARE_SUSPEND is not set 200 184 CONFIG_SECCOMP=y 185 + # CONFIG_WANT_DEVICE_TREE is not set 201 186 CONFIG_ISA_DMA_API=y 202 187 203 188 # 204 189 # Bus options 205 190 # 191 + CONFIG_ZONE_DMA=y 206 192 CONFIG_GENERIC_ISA_DMA=y 207 - # CONFIG_MPIC_WEIRD is not set 208 - # CONFIG_PPC_I8259 is not set 209 193 # CONFIG_PPC_INDIRECT_PCI is not set 194 + CONFIG_FSL_SOC=y 210 195 CONFIG_PCI=y 211 196 CONFIG_PCI_DOMAINS=y 212 197 # CONFIG_PCIEPORTBUS is not set 198 + CONFIG_ARCH_SUPPORTS_MSI=y 199 + # CONFIG_PCI_MSI is not set 213 200 # CONFIG_PCI_DEBUG is not set 214 201 215 202 # 216 203 # PCCARD (PCMCIA/CardBus) support 217 204 # 218 205 # CONFIG_PCCARD is not set 219 - 220 - # 221 - # PCI Hotplug Support 222 - # 223 206 # CONFIG_HOTPLUG_PCI is not set 224 207 225 208 # ··· 243 228 # 244 229 # Networking options 245 230 # 246 - # CONFIG_NETDEBUG is not set 247 231 CONFIG_PACKET=y 248 232 # CONFIG_PACKET_MMAP is not set 249 233 CONFIG_UNIX=y 250 234 CONFIG_XFRM=y 251 235 CONFIG_XFRM_USER=m 252 236 # CONFIG_XFRM_SUB_POLICY is not set 237 + # CONFIG_XFRM_MIGRATE is not set 253 238 # CONFIG_NET_KEY is not set 254 239 CONFIG_INET=y 255 240 CONFIG_IP_MULTICAST=y ··· 283 268 # CONFIG_INET6_TUNNEL is not set 284 269 # CONFIG_NETWORK_SECMARK is not set 285 270 # CONFIG_NETFILTER is not set 286 - 287 - # 288 - # DCCP Configuration (EXPERIMENTAL) 289 - # 290 271 # CONFIG_IP_DCCP is not set 291 - 292 - # 293 - # SCTP Configuration (EXPERIMENTAL) 294 - # 295 272 # CONFIG_IP_SCTP is not set 296 - 297 - # 298 - # TIPC Configuration (EXPERIMENTAL) 299 - # 300 273 # CONFIG_TIPC is not set 301 274 # CONFIG_ATM is not set 302 275 # CONFIG_BRIDGE is not set ··· 310 307 # CONFIG_HAMRADIO is not set 311 308 # CONFIG_IRDA is not set 312 309 # CONFIG_BT is not set 310 + # CONFIG_AF_RXRPC is not set 311 + 312 + # 313 + # Wireless 314 + # 315 + # CONFIG_CFG80211 is not set 316 + # CONFIG_WIRELESS_EXT is not set 317 + # CONFIG_MAC80211 is not set 313 318 # CONFIG_IEEE80211 is not set 319 + # CONFIG_RFKILL is not set 314 320 315 321 # 316 322 # Device Drivers ··· 332 320 CONFIG_PREVENT_FIRMWARE_BUILD=y 333 321 # CONFIG_FW_LOADER is not set 334 322 # CONFIG_DEBUG_DRIVER is not set 323 + # CONFIG_DEBUG_DEVRES is not set 335 324 # CONFIG_SYS_HYPERVISOR is not set 336 325 337 326 # 338 327 # Connector - unified userspace <-> kernelspace linker 339 328 # 340 329 # CONFIG_CONNECTOR is not set 341 - 342 - # 343 - # Memory Technology Devices (MTD) 344 - # 345 330 # CONFIG_MTD is not set 346 331 347 332 # ··· 349 340 # 350 341 # Plug and Play support 351 342 # 343 + # CONFIG_PNPACPI is not set 352 344 353 345 # 354 346 # Block devices ··· 368 358 CONFIG_BLK_DEV_RAM_COUNT=16 369 359 CONFIG_BLK_DEV_RAM_SIZE=32768 370 360 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 371 - CONFIG_BLK_DEV_INITRD=y 372 361 # CONFIG_CDROM_PKTCDVD is not set 373 362 # CONFIG_ATA_OVER_ETH is not set 374 363 375 364 # 376 365 # Misc devices 377 366 # 367 + # CONFIG_PHANTOM is not set 378 368 # CONFIG_SGI_IOC4 is not set 379 369 # CONFIG_TIFM_CORE is not set 380 - 381 - # 382 - # ATA/ATAPI/MFM/RLL support 383 - # 370 + # CONFIG_BLINK is not set 384 371 # CONFIG_IDE is not set 385 372 386 373 # ··· 406 399 # CONFIG_SCSI_CONSTANTS is not set 407 400 # CONFIG_SCSI_LOGGING is not set 408 401 # CONFIG_SCSI_SCAN_ASYNC is not set 402 + CONFIG_SCSI_WAIT_SCAN=m 409 403 410 404 # 411 405 # SCSI Transports ··· 455 447 # CONFIG_SCSI_NSP32 is not set 456 448 # CONFIG_SCSI_DEBUG is not set 457 449 # CONFIG_SCSI_SRP is not set 458 - 459 - # 460 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 461 - # 462 450 CONFIG_ATA=y 451 + # CONFIG_ATA_NONSTANDARD is not set 463 452 # CONFIG_SATA_AHCI is not set 464 453 # CONFIG_SATA_SVW is not set 465 454 # CONFIG_ATA_PIIX is not set ··· 472 467 # CONFIG_SATA_ULI is not set 473 468 # CONFIG_SATA_VIA is not set 474 469 # CONFIG_SATA_VITESSE is not set 470 + # CONFIG_SATA_INIC162X is not set 475 471 # CONFIG_PATA_ALI is not set 476 472 # CONFIG_PATA_AMD is not set 477 473 # CONFIG_PATA_ARTOP is not set 478 474 # CONFIG_PATA_ATIIXP is not set 475 + # CONFIG_PATA_CMD640_PCI is not set 479 476 # CONFIG_PATA_CMD64X is not set 480 477 # CONFIG_PATA_CS5520 is not set 481 478 # CONFIG_PATA_CS5530 is not set ··· 489 482 # CONFIG_PATA_HPT3X2N is not set 490 483 # CONFIG_PATA_HPT3X3 is not set 491 484 # CONFIG_PATA_IT821X is not set 485 + # CONFIG_PATA_IT8213 is not set 492 486 # CONFIG_PATA_JMICRON is not set 493 487 # CONFIG_PATA_TRIFLEX is not set 494 488 # CONFIG_PATA_MARVELL is not set 489 + CONFIG_PATA_MPC52xx=y 495 490 # CONFIG_PATA_MPIIX is not set 496 491 # CONFIG_PATA_OLDPIIX is not set 497 492 # CONFIG_PATA_NETCELL is not set ··· 528 519 # 529 520 # IEEE 1394 (FireWire) support 530 521 # 522 + # CONFIG_FIREWIRE is not set 531 523 # CONFIG_IEEE1394 is not set 532 524 533 525 # 534 526 # I2O device support 535 527 # 536 528 # CONFIG_I2O is not set 537 - 538 - # 539 - # Macintosh device drivers 540 - # 541 - # CONFIG_MAC_EMUMOUSEBTN is not set 542 - # CONFIG_WINDFARM is not set 529 + # CONFIG_MACINTOSH_DRIVERS is not set 543 530 544 531 # 545 532 # Network device support ··· 545 540 # CONFIG_BONDING is not set 546 541 # CONFIG_EQUALIZER is not set 547 542 # CONFIG_TUN is not set 548 - 549 - # 550 - # ARCnet devices 551 - # 552 543 # CONFIG_ARCNET is not set 553 - 554 - # 555 - # PHY device support 556 - # 557 544 558 545 # 559 546 # Ethernet (10 or 100Mbit) 560 547 # 561 548 # CONFIG_NET_ETHERNET is not set 562 - 563 - # 564 - # Ethernet (1000 Mbit) 565 - # 549 + CONFIG_NETDEV_1000=y 566 550 # CONFIG_ACENIC is not set 567 551 # CONFIG_DL2K is not set 568 552 # CONFIG_E1000 is not set ··· 563 569 # CONFIG_SKGE is not set 564 570 # CONFIG_SKY2 is not set 565 571 # CONFIG_SK98LIN is not set 572 + # CONFIG_VIA_VELOCITY is not set 566 573 # CONFIG_TIGON3 is not set 567 574 # CONFIG_BNX2 is not set 568 575 # CONFIG_MV643XX_ETH is not set 569 576 # CONFIG_QLA3XXX is not set 570 - 571 - # 572 - # Ethernet (10000 Mbit) 573 - # 577 + # CONFIG_ATL1 is not set 578 + CONFIG_NETDEV_10000=y 574 579 # CONFIG_CHELSIO_T1 is not set 580 + # CONFIG_CHELSIO_T3 is not set 575 581 # CONFIG_IXGB is not set 576 582 # CONFIG_S2IO is not set 577 583 # CONFIG_MYRI10GE is not set 578 584 # CONFIG_NETXEN_NIC is not set 579 - 580 - # 581 - # Token Ring devices 582 - # 585 + # CONFIG_MLX4_CORE is not set 583 586 # CONFIG_TR is not set 584 587 585 588 # 586 - # Wireless LAN (non-hamradio) 589 + # Wireless LAN 587 590 # 588 - # CONFIG_NET_RADIO is not set 589 - 590 - # 591 - # Wan interfaces 592 - # 591 + # CONFIG_WLAN_PRE80211 is not set 592 + # CONFIG_WLAN_80211 is not set 593 593 # CONFIG_WAN is not set 594 594 # CONFIG_FDDI is not set 595 595 # CONFIG_HIPPI is not set ··· 645 657 # IPMI 646 658 # 647 659 # CONFIG_IPMI_HANDLER is not set 648 - 649 - # 650 - # Watchdog Cards 651 - # 652 660 # CONFIG_WATCHDOG is not set 653 661 # CONFIG_HW_RANDOM is not set 654 662 # CONFIG_NVRAM is not set 655 663 # CONFIG_GEN_RTC is not set 656 - # CONFIG_DTLK is not set 657 664 # CONFIG_R3964 is not set 658 665 # CONFIG_APPLICOM is not set 659 666 # CONFIG_AGP is not set ··· 659 676 # TPM devices 660 677 # 661 678 # CONFIG_TCG_TPM is not set 662 - 663 - # 664 - # I2C support 665 - # 679 + CONFIG_DEVPORT=y 666 680 # CONFIG_I2C is not set 667 681 668 682 # ··· 672 692 # Dallas's 1-wire bus 673 693 # 674 694 # CONFIG_W1 is not set 695 + # CONFIG_HWMON is not set 675 696 676 697 # 677 - # Hardware Monitoring support 698 + # Multifunction device drivers 678 699 # 679 - # CONFIG_HWMON is not set 680 - # CONFIG_HWMON_VID is not set 700 + # CONFIG_MFD_SM501 is not set 681 701 682 702 # 683 703 # Multimedia devices 684 704 # 685 705 # CONFIG_VIDEO_DEV is not set 686 - 687 - # 688 - # Digital Video Broadcasting Devices 689 - # 690 - # CONFIG_DVB is not set 706 + # CONFIG_DVB_CORE is not set 707 + # CONFIG_DAB is not set 691 708 692 709 # 693 710 # Graphics support 694 711 # 695 - # CONFIG_FIRMWARE_EDID is not set 712 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 713 + 714 + # 715 + # Display device support 716 + # 717 + # CONFIG_DISPLAY_SUPPORT is not set 718 + # CONFIG_VGASTATE is not set 696 719 # CONFIG_FB is not set 697 720 # CONFIG_FB_IBM_GXT4500 is not set 698 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 699 721 700 722 # 701 723 # Sound ··· 720 738 # USB Gadget Support 721 739 # 722 740 # CONFIG_USB_GADGET is not set 723 - 724 - # 725 - # MMC/SD Card support 726 - # 727 741 # CONFIG_MMC is not set 728 742 729 743 # ··· 747 769 # 748 770 # Real Time Clock 749 771 # 772 + CONFIG_RTC_LIB=y 750 773 # CONFIG_RTC_CLASS is not set 751 774 752 775 # ··· 761 782 762 783 # 763 784 # DMA Devices 764 - # 765 - 766 - # 767 - # Virtualization 768 785 # 769 786 770 787 # ··· 863 888 # Distributed Lock Manager 864 889 # 865 890 # CONFIG_DLM is not set 891 + # CONFIG_UCC_SLOW is not set 866 892 867 893 # 868 894 # Library routines 869 895 # 870 896 # CONFIG_CRC_CCITT is not set 871 897 # CONFIG_CRC16 is not set 898 + # CONFIG_CRC_ITU_T is not set 872 899 # CONFIG_CRC32 is not set 873 900 # CONFIG_LIBCRC32C is not set 874 901 CONFIG_PLIST=y 875 - CONFIG_IOMAP_COPY=y 902 + CONFIG_HAS_IOMEM=y 903 + CONFIG_HAS_IOPORT=y 904 + CONFIG_HAS_DMA=y 876 905 877 906 # 878 907 # Instrumentation Support ··· 893 914 # CONFIG_DEBUG_FS is not set 894 915 # CONFIG_HEADERS_CHECK is not set 895 916 CONFIG_DEBUG_KERNEL=y 896 - CONFIG_LOG_BUF_SHIFT=14 917 + # CONFIG_DEBUG_SHIRQ is not set 897 918 CONFIG_DETECT_SOFTLOCKUP=y 898 919 # CONFIG_SCHEDSTATS is not set 920 + # CONFIG_TIMER_STATS is not set 899 921 # CONFIG_DEBUG_SLAB is not set 900 922 # CONFIG_DEBUG_RT_MUTEXES is not set 901 923 # CONFIG_RT_MUTEX_TESTER is not set 902 924 # CONFIG_DEBUG_SPINLOCK is not set 903 925 # CONFIG_DEBUG_MUTEXES is not set 904 - # CONFIG_DEBUG_RWSEMS is not set 905 926 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 906 927 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 907 928 # CONFIG_DEBUG_KOBJECT is not set ··· 911 932 # CONFIG_DEBUG_LIST is not set 912 933 CONFIG_FORCED_INLINING=y 913 934 # CONFIG_RCU_TORTURE_TEST is not set 935 + # CONFIG_FAULT_INJECTION is not set 936 + # CONFIG_DEBUG_STACKOVERFLOW is not set 937 + # CONFIG_DEBUG_STACK_USAGE is not set 938 + # CONFIG_DEBUG_PAGEALLOC is not set 914 939 # CONFIG_DEBUGGER is not set 915 940 # CONFIG_BDI_SWITCH is not set 916 941 # CONFIG_BOOTX_TEXT is not set 917 - # CONFIG_SERIAL_TEXT_DEBUG is not set 918 942 # CONFIG_PPC_EARLY_DEBUG is not set 919 943 920 944 #
+115 -137
arch/powerpc/configs/maple_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:19:02 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:27:35 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 39 39 # CONFIG_PPC_OF_PLATFORM_PCI is not set 40 40 # CONFIG_ALTIVEC is not set 41 41 CONFIG_PPC_STD_MMU=y 42 + CONFIG_PPC_MM_SLICES=y 42 43 CONFIG_VIRT_CPU_ACCOUNTING=y 43 44 CONFIG_SMP=y 44 45 CONFIG_NR_CPUS=4 ··· 60 59 CONFIG_SWAP=y 61 60 CONFIG_SYSVIPC=y 62 61 # CONFIG_IPC_NS is not set 62 + CONFIG_SYSVIPC_SYSCTL=y 63 63 CONFIG_POSIX_MQUEUE=y 64 64 # CONFIG_BSD_PROCESS_ACCT is not set 65 65 # CONFIG_TASKSTATS is not set ··· 68 66 # CONFIG_AUDIT is not set 69 67 CONFIG_IKCONFIG=y 70 68 CONFIG_IKCONFIG_PROC=y 69 + CONFIG_LOG_BUF_SHIFT=17 71 70 # CONFIG_CPUSETS is not set 72 71 CONFIG_SYSFS_DEPRECATED=y 73 72 # CONFIG_RELAY is not set 74 - CONFIG_INITRAMFS_SOURCE="" 73 + # CONFIG_BLK_DEV_INITRD is not set 75 74 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 76 75 CONFIG_SYSCTL=y 77 76 # CONFIG_EMBEDDED is not set ··· 86 83 CONFIG_ELF_CORE=y 87 84 CONFIG_BASE_FULL=y 88 85 CONFIG_FUTEX=y 86 + CONFIG_ANON_INODES=y 89 87 CONFIG_EPOLL=y 88 + CONFIG_SIGNALFD=y 89 + CONFIG_TIMERFD=y 90 + CONFIG_EVENTFD=y 90 91 CONFIG_SHMEM=y 91 - CONFIG_SLAB=y 92 92 CONFIG_VM_EVENT_COUNTERS=y 93 + CONFIG_SLAB=y 94 + # CONFIG_SLUB is not set 95 + # CONFIG_SLOB is not set 93 96 CONFIG_RT_MUTEXES=y 94 97 # CONFIG_TINY_SHMEM is not set 95 98 CONFIG_BASE_SMALL=0 96 - # CONFIG_SLOB is not set 97 99 98 100 # 99 101 # Loadable module support ··· 139 131 # CONFIG_PPC_PSERIES is not set 140 132 # CONFIG_PPC_ISERIES is not set 141 133 # CONFIG_PPC_MPC52xx is not set 134 + # CONFIG_PPC_MPC5200 is not set 142 135 # CONFIG_PPC_PMAC is not set 143 136 CONFIG_PPC_MAPLE=y 144 137 # CONFIG_PPC_PASEMI is not set 138 + # CONFIG_PPC_CELLEB is not set 139 + # CONFIG_PPC_PS3 is not set 145 140 # CONFIG_PPC_CELL is not set 146 141 # CONFIG_PPC_CELL_NATIVE is not set 147 142 # CONFIG_PPC_IBM_CELL_BLADE is not set 148 - # CONFIG_PPC_PS3 is not set 143 + # CONFIG_PQ2ADS is not set 149 144 CONFIG_PPC_NATIVE=y 150 145 CONFIG_UDBG_RTAS_CONSOLE=y 146 + CONFIG_MPIC=y 147 + # CONFIG_MPIC_WEIRD is not set 148 + # CONFIG_PPC_I8259 is not set 151 149 CONFIG_U3_DART=y 152 150 CONFIG_PPC_RTAS=y 153 151 # CONFIG_RTAS_ERROR_LOGGING is not set 154 152 CONFIG_RTAS_PROC=y 155 153 # CONFIG_RTAS_FLASH is not set 156 - # CONFIG_MMIO_NVRAM is not set 154 + CONFIG_MMIO_NVRAM=y 157 155 CONFIG_MPIC_U3_HT_IRQS=y 158 156 # CONFIG_PPC_MPC106 is not set 159 157 CONFIG_PPC_970_NAP=y 160 158 # CONFIG_PPC_INDIRECT_IO is not set 161 159 # CONFIG_GENERIC_IOMAP is not set 162 160 # CONFIG_CPU_FREQ is not set 163 - # CONFIG_WANT_EARLY_SERIAL is not set 164 - CONFIG_MPIC=y 161 + # CONFIG_CPM2 is not set 165 162 166 163 # 167 164 # Kernel options ··· 202 189 # CONFIG_SPARSEMEM_STATIC is not set 203 190 CONFIG_SPLIT_PTLOCK_CPUS=4 204 191 CONFIG_RESOURCES_64BIT=y 192 + CONFIG_ZONE_DMA_FLAG=1 193 + # CONFIG_PPC_HAS_HASH_64K is not set 205 194 # CONFIG_PPC_64K_PAGES is not set 206 195 # CONFIG_SCHED_SMT is not set 207 196 CONFIG_PROC_DEVICETREE=y 208 197 # CONFIG_CMDLINE_BOOL is not set 209 198 # CONFIG_PM is not set 210 199 CONFIG_SECCOMP=y 200 + # CONFIG_WANT_DEVICE_TREE is not set 211 201 CONFIG_ISA_DMA_API=y 212 202 213 203 # 214 204 # Bus options 215 205 # 206 + CONFIG_ZONE_DMA=y 216 207 CONFIG_GENERIC_ISA_DMA=y 217 - # CONFIG_MPIC_WEIRD is not set 218 - # CONFIG_PPC_I8259 is not set 219 208 # CONFIG_PPC_INDIRECT_PCI is not set 220 209 CONFIG_PCI=y 221 210 CONFIG_PCI_DOMAINS=y 222 211 # CONFIG_PCIEPORTBUS is not set 212 + CONFIG_ARCH_SUPPORTS_MSI=y 213 + CONFIG_PCI_MSI=y 223 214 # CONFIG_PCI_DEBUG is not set 224 215 225 216 # 226 217 # PCCARD (PCMCIA/CardBus) support 227 218 # 228 219 # CONFIG_PCCARD is not set 229 - 230 - # 231 - # PCI Hotplug Support 232 - # 233 220 # CONFIG_HOTPLUG_PCI is not set 234 221 CONFIG_KERNEL_START=0xc000000000000000 235 222 ··· 241 228 # 242 229 # Networking options 243 230 # 244 - # CONFIG_NETDEBUG is not set 245 231 CONFIG_PACKET=y 246 232 CONFIG_PACKET_MMAP=y 247 233 CONFIG_UNIX=y 248 234 CONFIG_XFRM=y 249 235 CONFIG_XFRM_USER=m 250 236 # CONFIG_XFRM_SUB_POLICY is not set 237 + # CONFIG_XFRM_MIGRATE is not set 251 238 # CONFIG_NET_KEY is not set 252 239 CONFIG_INET=y 253 240 CONFIG_IP_MULTICAST=y ··· 281 268 # CONFIG_INET6_TUNNEL is not set 282 269 # CONFIG_NETWORK_SECMARK is not set 283 270 # CONFIG_NETFILTER is not set 284 - 285 - # 286 - # DCCP Configuration (EXPERIMENTAL) 287 - # 288 271 # CONFIG_IP_DCCP is not set 289 - 290 - # 291 - # SCTP Configuration (EXPERIMENTAL) 292 - # 293 272 # CONFIG_IP_SCTP is not set 294 - 295 - # 296 - # TIPC Configuration (EXPERIMENTAL) 297 - # 298 273 # CONFIG_TIPC is not set 299 274 # CONFIG_ATM is not set 300 275 # CONFIG_BRIDGE is not set ··· 308 307 # CONFIG_HAMRADIO is not set 309 308 # CONFIG_IRDA is not set 310 309 # CONFIG_BT is not set 310 + # CONFIG_AF_RXRPC is not set 311 + 312 + # 313 + # Wireless 314 + # 315 + # CONFIG_CFG80211 is not set 316 + # CONFIG_WIRELESS_EXT is not set 317 + # CONFIG_MAC80211 is not set 311 318 # CONFIG_IEEE80211 is not set 319 + # CONFIG_RFKILL is not set 312 320 313 321 # 314 322 # Device Drivers ··· 330 320 CONFIG_PREVENT_FIRMWARE_BUILD=y 331 321 # CONFIG_FW_LOADER is not set 332 322 # CONFIG_DEBUG_DRIVER is not set 323 + # CONFIG_DEBUG_DEVRES is not set 333 324 # CONFIG_SYS_HYPERVISOR is not set 334 325 335 326 # 336 327 # Connector - unified userspace <-> kernelspace linker 337 328 # 338 329 # CONFIG_CONNECTOR is not set 339 - 340 - # 341 - # Memory Technology Devices (MTD) 342 - # 343 330 # CONFIG_MTD is not set 344 331 345 332 # ··· 347 340 # 348 341 # Plug and Play support 349 342 # 343 + # CONFIG_PNPACPI is not set 350 344 351 345 # 352 346 # Block devices ··· 366 358 CONFIG_BLK_DEV_RAM_COUNT=16 367 359 CONFIG_BLK_DEV_RAM_SIZE=8192 368 360 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 369 - # CONFIG_BLK_DEV_INITRD is not set 370 361 # CONFIG_CDROM_PKTCDVD is not set 371 362 # CONFIG_ATA_OVER_ETH is not set 372 363 373 364 # 374 365 # Misc devices 375 366 # 367 + # CONFIG_PHANTOM is not set 376 368 # CONFIG_SGI_IOC4 is not set 377 369 # CONFIG_TIFM_CORE is not set 378 - 379 - # 380 - # ATA/ATAPI/MFM/RLL support 381 - # 370 + # CONFIG_BLINK is not set 382 371 CONFIG_IDE=y 383 372 CONFIG_BLK_DEV_IDE=y 384 373 ··· 389 384 # CONFIG_BLK_DEV_IDETAPE is not set 390 385 # CONFIG_BLK_DEV_IDEFLOPPY is not set 391 386 CONFIG_IDE_TASK_IOCTL=y 387 + CONFIG_IDE_PROC_FS=y 392 388 393 389 # 394 390 # IDE chipset support/bugfixes ··· 397 391 CONFIG_IDE_GENERIC=y 398 392 CONFIG_BLK_DEV_IDEPCI=y 399 393 CONFIG_IDEPCI_SHARE_IRQ=y 394 + CONFIG_IDEPCI_PCIBUS_ORDER=y 400 395 # CONFIG_BLK_DEV_OFFBOARD is not set 401 396 CONFIG_BLK_DEV_GENERIC=y 402 397 # CONFIG_BLK_DEV_OPTI621 is not set 403 398 CONFIG_BLK_DEV_IDEDMA_PCI=y 404 399 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 405 - CONFIG_IDEDMA_PCI_AUTO=y 406 400 # CONFIG_IDEDMA_ONLYDISK is not set 407 401 # CONFIG_BLK_DEV_AEC62XX is not set 408 402 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 417 411 # CONFIG_BLK_DEV_JMICRON is not set 418 412 # CONFIG_BLK_DEV_SC1200 is not set 419 413 # CONFIG_BLK_DEV_PIIX is not set 414 + # CONFIG_BLK_DEV_IT8213 is not set 420 415 # CONFIG_BLK_DEV_IT821X is not set 421 416 # CONFIG_BLK_DEV_NS87415 is not set 422 417 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 428 421 # CONFIG_BLK_DEV_SLC90E66 is not set 429 422 # CONFIG_BLK_DEV_TRM290 is not set 430 423 # CONFIG_BLK_DEV_VIA82CXXX is not set 424 + # CONFIG_BLK_DEV_TC86C001 is not set 431 425 # CONFIG_IDE_ARM is not set 432 426 CONFIG_BLK_DEV_IDEDMA=y 433 427 # CONFIG_IDEDMA_IVB is not set 434 - CONFIG_IDEDMA_AUTO=y 435 428 # CONFIG_BLK_DEV_HD is not set 436 429 437 430 # ··· 440 433 # CONFIG_RAID_ATTRS is not set 441 434 # CONFIG_SCSI is not set 442 435 # CONFIG_SCSI_NETLINK is not set 443 - 444 - # 445 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 446 - # 447 436 # CONFIG_ATA is not set 448 437 449 438 # ··· 455 452 # 456 453 # IEEE 1394 (FireWire) support 457 454 # 455 + # CONFIG_FIREWIRE is not set 458 456 # CONFIG_IEEE1394 is not set 459 457 460 458 # 461 459 # I2O device support 462 460 # 463 461 # CONFIG_I2O is not set 464 - 465 - # 466 - # Macintosh device drivers 467 - # 468 - # CONFIG_MAC_EMUMOUSEBTN is not set 469 - # CONFIG_WINDFARM is not set 462 + # CONFIG_MACINTOSH_DRIVERS is not set 470 463 471 464 # 472 465 # Network device support ··· 472 473 # CONFIG_BONDING is not set 473 474 # CONFIG_EQUALIZER is not set 474 475 # CONFIG_TUN is not set 475 - 476 - # 477 - # ARCnet devices 478 - # 479 476 # CONFIG_ARCNET is not set 480 - 481 - # 482 - # PHY device support 483 - # 484 477 # CONFIG_PHYLIB is not set 485 478 486 479 # ··· 509 518 # CONFIG_EPIC100 is not set 510 519 # CONFIG_SUNDANCE is not set 511 520 # CONFIG_VIA_RHINE is not set 512 - 513 - # 514 - # Ethernet (1000 Mbit) 515 - # 521 + # CONFIG_SC92031 is not set 522 + CONFIG_NETDEV_1000=y 516 523 # CONFIG_ACENIC is not set 517 524 # CONFIG_DL2K is not set 518 525 CONFIG_E1000=y ··· 528 539 CONFIG_TIGON3=y 529 540 # CONFIG_BNX2 is not set 530 541 # CONFIG_QLA3XXX is not set 531 - 532 - # 533 - # Ethernet (10000 Mbit) 534 - # 542 + # CONFIG_ATL1 is not set 543 + CONFIG_NETDEV_10000=y 535 544 # CONFIG_CHELSIO_T1 is not set 545 + # CONFIG_CHELSIO_T3 is not set 536 546 # CONFIG_IXGB is not set 537 547 # CONFIG_S2IO is not set 538 548 # CONFIG_MYRI10GE is not set 539 549 # CONFIG_NETXEN_NIC is not set 540 - 541 - # 542 - # Token Ring devices 543 - # 550 + # CONFIG_PASEMI_MAC is not set 551 + # CONFIG_MLX4_CORE is not set 544 552 # CONFIG_TR is not set 545 553 546 554 # 547 - # Wireless LAN (non-hamradio) 555 + # Wireless LAN 548 556 # 549 - # CONFIG_NET_RADIO is not set 557 + # CONFIG_WLAN_PRE80211 is not set 558 + # CONFIG_WLAN_80211 is not set 550 559 551 560 # 552 - # Wan interfaces 561 + # USB Network Adapters 553 562 # 563 + # CONFIG_USB_CATC is not set 564 + # CONFIG_USB_KAWETH is not set 565 + CONFIG_USB_PEGASUS=y 566 + # CONFIG_USB_RTL8150 is not set 567 + # CONFIG_USB_USBNET_MII is not set 568 + # CONFIG_USB_USBNET is not set 554 569 # CONFIG_WAN is not set 555 570 # CONFIG_FDDI is not set 556 571 # CONFIG_HIPPI is not set ··· 580 587 # 581 588 CONFIG_INPUT=y 582 589 # CONFIG_INPUT_FF_MEMLESS is not set 590 + # CONFIG_INPUT_POLLDEV is not set 583 591 584 592 # 585 593 # Userland interfaces ··· 600 606 # CONFIG_INPUT_KEYBOARD is not set 601 607 # CONFIG_INPUT_MOUSE is not set 602 608 # CONFIG_INPUT_JOYSTICK is not set 609 + # CONFIG_INPUT_TABLET is not set 603 610 # CONFIG_INPUT_TOUCHSCREEN is not set 604 611 # CONFIG_INPUT_MISC is not set 605 612 ··· 635 640 CONFIG_SERIAL_CORE=y 636 641 CONFIG_SERIAL_CORE_CONSOLE=y 637 642 # CONFIG_SERIAL_JSM is not set 643 + # CONFIG_SERIAL_OF_PLATFORM is not set 638 644 CONFIG_UNIX98_PTYS=y 639 645 CONFIG_LEGACY_PTYS=y 640 646 CONFIG_LEGACY_PTY_COUNT=256 ··· 646 650 # IPMI 647 651 # 648 652 # CONFIG_IPMI_HANDLER is not set 649 - 650 - # 651 - # Watchdog Cards 652 - # 653 653 # CONFIG_WATCHDOG is not set 654 654 # CONFIG_HW_RANDOM is not set 655 655 CONFIG_GEN_RTC=y 656 656 # CONFIG_GEN_RTC_X is not set 657 - # CONFIG_DTLK is not set 658 657 # CONFIG_R3964 is not set 659 658 # CONFIG_APPLICOM is not set 660 659 # CONFIG_AGP is not set ··· 661 670 # TPM devices 662 671 # 663 672 # CONFIG_TCG_TPM is not set 664 - 665 - # 666 - # I2C support 667 - # 673 + CONFIG_DEVPORT=y 668 674 CONFIG_I2C=y 675 + CONFIG_I2C_BOARDINFO=y 669 676 CONFIG_I2C_CHARDEV=y 670 677 671 678 # ··· 689 700 # CONFIG_I2C_PARPORT_LIGHT is not set 690 701 # CONFIG_I2C_PROSAVAGE is not set 691 702 # CONFIG_I2C_SAVAGE4 is not set 703 + # CONFIG_I2C_SIMTEC is not set 692 704 # CONFIG_I2C_SIS5595 is not set 693 705 # CONFIG_I2C_SIS630 is not set 694 706 # CONFIG_I2C_SIS96X is not set 695 707 # CONFIG_I2C_STUB is not set 708 + # CONFIG_I2C_TINY_USB is not set 696 709 # CONFIG_I2C_VIA is not set 697 710 # CONFIG_I2C_VIAPRO is not set 698 711 # CONFIG_I2C_VOODOO3 is not set 699 - # CONFIG_I2C_PCA_ISA is not set 700 712 701 713 # 702 714 # Miscellaneous I2C Chip support ··· 724 734 # Dallas's 1-wire bus 725 735 # 726 736 # CONFIG_W1 is not set 737 + # CONFIG_HWMON is not set 727 738 728 739 # 729 - # Hardware Monitoring support 740 + # Multifunction device drivers 730 741 # 731 - # CONFIG_HWMON is not set 732 - # CONFIG_HWMON_VID is not set 742 + # CONFIG_MFD_SM501 is not set 733 743 734 744 # 735 745 # Multimedia devices 736 746 # 737 747 # CONFIG_VIDEO_DEV is not set 738 - 739 - # 740 - # Digital Video Broadcasting Devices 741 - # 742 - # CONFIG_DVB is not set 743 - # CONFIG_USB_DABUSB is not set 748 + # CONFIG_DVB_CORE is not set 749 + # CONFIG_DAB is not set 744 750 745 751 # 746 752 # Graphics support 747 753 # 748 - CONFIG_FIRMWARE_EDID=y 754 + # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 755 + 756 + # 757 + # Display device support 758 + # 759 + # CONFIG_DISPLAY_SUPPORT is not set 760 + # CONFIG_VGASTATE is not set 749 761 # CONFIG_FB is not set 750 762 # CONFIG_FB_IBM_GXT4500 is not set 751 763 ··· 756 764 # 757 765 # CONFIG_VGA_CONSOLE is not set 758 766 CONFIG_DUMMY_CONSOLE=y 759 - # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 760 767 761 768 # 762 769 # Sound ··· 766 775 # HID Devices 767 776 # 768 777 CONFIG_HID=y 778 + # CONFIG_HID_DEBUG is not set 779 + 780 + # 781 + # USB Input Devices 782 + # 783 + CONFIG_USB_HID=y 784 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 785 + # CONFIG_HID_FF is not set 786 + # CONFIG_USB_HIDDEV is not set 769 787 770 788 # 771 789 # USB support ··· 789 789 # Miscellaneous USB options 790 790 # 791 791 CONFIG_USB_DEVICEFS=y 792 - # CONFIG_USB_BANDWIDTH is not set 792 + CONFIG_USB_DEVICE_CLASS=y 793 793 # CONFIG_USB_DYNAMIC_MINORS is not set 794 - # CONFIG_USB_MULTITHREAD_PROBE is not set 795 794 # CONFIG_USB_OTG is not set 796 795 797 796 # ··· 800 801 CONFIG_USB_EHCI_SPLIT_ISO=y 801 802 CONFIG_USB_EHCI_ROOT_HUB_TT=y 802 803 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 804 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 803 805 # CONFIG_USB_ISP116X_HCD is not set 804 806 CONFIG_USB_OHCI_HCD=y 805 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 807 + # CONFIG_USB_OHCI_HCD_PPC_OF is not set 808 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 809 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 806 810 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 807 811 CONFIG_USB_UHCI_HCD=y 808 812 # CONFIG_USB_SL811_HCD is not set ··· 826 824 # CONFIG_USB_LIBUSUAL is not set 827 825 828 826 # 829 - # USB Input Devices 830 - # 831 - CONFIG_USB_HID=y 832 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 833 - # CONFIG_HID_FF is not set 834 - # CONFIG_USB_HIDDEV is not set 835 - # CONFIG_USB_AIPTEK is not set 836 - # CONFIG_USB_WACOM is not set 837 - # CONFIG_USB_ACECAD is not set 838 - # CONFIG_USB_KBTAB is not set 839 - # CONFIG_USB_POWERMATE is not set 840 - # CONFIG_USB_TOUCHSCREEN is not set 841 - # CONFIG_USB_YEALINK is not set 842 - # CONFIG_USB_XPAD is not set 843 - # CONFIG_USB_ATI_REMOTE is not set 844 - # CONFIG_USB_ATI_REMOTE2 is not set 845 - # CONFIG_USB_KEYSPAN_REMOTE is not set 846 - # CONFIG_USB_APPLETOUCH is not set 847 - 848 - # 849 827 # USB Imaging devices 850 828 # 851 829 # CONFIG_USB_MDC800 is not set 852 - 853 - # 854 - # USB Network Adapters 855 - # 856 - # CONFIG_USB_CATC is not set 857 - # CONFIG_USB_KAWETH is not set 858 - CONFIG_USB_PEGASUS=y 859 - # CONFIG_USB_RTL8150 is not set 860 - # CONFIG_USB_USBNET_MII is not set 861 - # CONFIG_USB_USBNET is not set 862 830 CONFIG_USB_MON=y 863 831 864 832 # ··· 901 929 # CONFIG_USB_RIO500 is not set 902 930 # CONFIG_USB_LEGOTOWER is not set 903 931 # CONFIG_USB_LCD is not set 932 + # CONFIG_USB_BERRY_CHARGE is not set 904 933 # CONFIG_USB_LED is not set 905 934 # CONFIG_USB_CYPRESS_CY7C63 is not set 906 935 # CONFIG_USB_CYTHERM is not set ··· 912 939 # CONFIG_USB_SISUSBVGA is not set 913 940 # CONFIG_USB_LD is not set 914 941 # CONFIG_USB_TRANCEVIBRATOR is not set 942 + # CONFIG_USB_IOWARRIOR is not set 915 943 # CONFIG_USB_TEST is not set 916 944 917 945 # ··· 923 949 # USB Gadget Support 924 950 # 925 951 # CONFIG_USB_GADGET is not set 926 - 927 - # 928 - # MMC/SD Card support 929 - # 930 952 # CONFIG_MMC is not set 931 953 932 954 # ··· 963 993 964 994 # 965 995 # DMA Devices 966 - # 967 - 968 - # 969 - # Virtualization 970 996 # 971 997 972 998 # ··· 1056 1090 CONFIG_NFS_COMMON=y 1057 1091 CONFIG_SUNRPC=y 1058 1092 CONFIG_SUNRPC_GSS=y 1093 + # CONFIG_SUNRPC_BIND34 is not set 1059 1094 CONFIG_RPCSEC_GSS_KRB5=y 1060 1095 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1061 1096 # CONFIG_SMB_FS is not set ··· 1086 1119 # CONFIG_SUN_PARTITION is not set 1087 1120 # CONFIG_KARMA_PARTITION is not set 1088 1121 # CONFIG_EFI_PARTITION is not set 1122 + # CONFIG_SYSV68_PARTITION is not set 1089 1123 1090 1124 # 1091 1125 # Native Language Support ··· 1136 1168 # Distributed Lock Manager 1137 1169 # 1138 1170 # CONFIG_DLM is not set 1171 + # CONFIG_UCC_SLOW is not set 1139 1172 1140 1173 # 1141 1174 # Library routines ··· 1144 1175 CONFIG_BITREVERSE=y 1145 1176 CONFIG_CRC_CCITT=y 1146 1177 # CONFIG_CRC16 is not set 1178 + # CONFIG_CRC_ITU_T is not set 1147 1179 CONFIG_CRC32=y 1148 1180 # CONFIG_LIBCRC32C is not set 1149 1181 CONFIG_ZLIB_INFLATE=y 1150 1182 CONFIG_PLIST=y 1151 - CONFIG_IOMAP_COPY=y 1183 + CONFIG_HAS_IOMEM=y 1184 + CONFIG_HAS_IOPORT=y 1185 + CONFIG_HAS_DMA=y 1152 1186 1153 1187 # 1154 1188 # Instrumentation Support ··· 1169 1197 CONFIG_DEBUG_FS=y 1170 1198 # CONFIG_HEADERS_CHECK is not set 1171 1199 CONFIG_DEBUG_KERNEL=y 1172 - CONFIG_LOG_BUF_SHIFT=17 1200 + # CONFIG_DEBUG_SHIRQ is not set 1173 1201 CONFIG_DETECT_SOFTLOCKUP=y 1174 1202 # CONFIG_SCHEDSTATS is not set 1203 + # CONFIG_TIMER_STATS is not set 1175 1204 CONFIG_DEBUG_SLAB=y 1176 1205 # CONFIG_DEBUG_SLAB_LEAK is not set 1177 1206 # CONFIG_DEBUG_RT_MUTEXES is not set 1178 1207 # CONFIG_RT_MUTEX_TESTER is not set 1179 1208 # CONFIG_DEBUG_SPINLOCK is not set 1180 1209 # CONFIG_DEBUG_MUTEXES is not set 1181 - # CONFIG_DEBUG_RWSEMS is not set 1182 1210 CONFIG_DEBUG_SPINLOCK_SLEEP=y 1183 1211 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1184 1212 # CONFIG_DEBUG_KOBJECT is not set ··· 1188 1216 # CONFIG_DEBUG_LIST is not set 1189 1217 # CONFIG_FORCED_INLINING is not set 1190 1218 # CONFIG_RCU_TORTURE_TEST is not set 1219 + # CONFIG_FAULT_INJECTION is not set 1191 1220 CONFIG_DEBUG_STACKOVERFLOW=y 1192 1221 CONFIG_DEBUG_STACK_USAGE=y 1222 + # CONFIG_DEBUG_PAGEALLOC is not set 1193 1223 CONFIG_DEBUGGER=y 1194 1224 CONFIG_XMON=y 1195 1225 CONFIG_XMON_DEFAULT=y ··· 1226 1252 # CONFIG_CRYPTO_GF128MUL is not set 1227 1253 CONFIG_CRYPTO_ECB=m 1228 1254 CONFIG_CRYPTO_CBC=y 1255 + CONFIG_CRYPTO_PCBC=m 1229 1256 # CONFIG_CRYPTO_LRW is not set 1257 + # CONFIG_CRYPTO_CRYPTD is not set 1230 1258 CONFIG_CRYPTO_DES=y 1259 + # CONFIG_CRYPTO_FCRYPT is not set 1231 1260 # CONFIG_CRYPTO_BLOWFISH is not set 1232 1261 # CONFIG_CRYPTO_TWOFISH is not set 1233 1262 # CONFIG_CRYPTO_SERPENT is not set ··· 1244 1267 # CONFIG_CRYPTO_DEFLATE is not set 1245 1268 # CONFIG_CRYPTO_MICHAEL_MIC is not set 1246 1269 # CONFIG_CRYPTO_CRC32C is not set 1270 + # CONFIG_CRYPTO_CAMELLIA is not set 1247 1271 # CONFIG_CRYPTO_TEST is not set 1248 1272 1249 1273 #
+5 -53
arch/powerpc/configs/pasemi_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Mon May 14 12:55:04 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 13:51:39 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 295 295 # CONFIG_INET6_TUNNEL is not set 296 296 # CONFIG_NETWORK_SECMARK is not set 297 297 # CONFIG_NETFILTER is not set 298 - 299 - # 300 - # DCCP Configuration (EXPERIMENTAL) 301 - # 302 298 # CONFIG_IP_DCCP is not set 303 - 304 - # 305 - # SCTP Configuration (EXPERIMENTAL) 306 - # 307 299 # CONFIG_IP_SCTP is not set 308 - 309 - # 310 - # TIPC Configuration (EXPERIMENTAL) 311 - # 312 300 # CONFIG_TIPC is not set 313 301 # CONFIG_ATM is not set 314 302 # CONFIG_BRIDGE is not set ··· 454 466 # CONFIG_SGI_IOC4 is not set 455 467 # CONFIG_TIFM_CORE is not set 456 468 # CONFIG_BLINK is not set 457 - 458 - # 459 - # ATA/ATAPI/MFM/RLL support 460 - # 461 469 CONFIG_IDE=y 462 470 CONFIG_BLK_DEV_IDE=y 463 471 ··· 555 571 # CONFIG_SCSI_DC395x is not set 556 572 # CONFIG_SCSI_DC390T is not set 557 573 # CONFIG_SCSI_DEBUG is not set 558 - # CONFIG_SCSI_ESP_CORE is not set 559 574 # CONFIG_SCSI_SRP is not set 560 575 561 576 # ··· 563 580 # CONFIG_PCMCIA_FDOMAIN is not set 564 581 # CONFIG_PCMCIA_QLOGIC is not set 565 582 # CONFIG_PCMCIA_SYM53C500 is not set 566 - 567 - # 568 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 569 - # 570 583 CONFIG_ATA=y 571 584 # CONFIG_ATA_NONSTANDARD is not set 572 585 # CONFIG_SATA_AHCI is not set ··· 673 694 # CONFIG_BONDING is not set 674 695 # CONFIG_EQUALIZER is not set 675 696 # CONFIG_TUN is not set 676 - 677 - # 678 - # ARCnet devices 679 - # 680 697 # CONFIG_ARCNET is not set 681 - 682 - # 683 - # PHY device support 684 - # 685 698 CONFIG_PHYLIB=y 686 699 687 700 # ··· 723 752 # CONFIG_SUNDANCE is not set 724 753 # CONFIG_VIA_RHINE is not set 725 754 # CONFIG_SC92031 is not set 726 - 727 - # 728 - # Ethernet (1000 Mbit) 729 - # 755 + CONFIG_NETDEV_1000=y 730 756 # CONFIG_ACENIC is not set 731 757 # CONFIG_DL2K is not set 732 758 CONFIG_E1000=y ··· 742 774 # CONFIG_BNX2 is not set 743 775 # CONFIG_QLA3XXX is not set 744 776 # CONFIG_ATL1 is not set 745 - 746 - # 747 - # Ethernet (10000 Mbit) 748 - # 777 + CONFIG_NETDEV_10000=y 749 778 # CONFIG_CHELSIO_T1 is not set 750 779 # CONFIG_CHELSIO_T3 is not set 751 780 # CONFIG_IXGB is not set ··· 751 786 # CONFIG_NETXEN_NIC is not set 752 787 CONFIG_PASEMI_MAC=y 753 788 # CONFIG_MLX4_CORE is not set 754 - CONFIG_MLX4_DEBUG=y 755 - 756 - # 757 - # Token Ring devices 758 - # 759 789 # CONFIG_TR is not set 760 790 761 791 # ··· 768 808 # CONFIG_USB_RTL8150 is not set 769 809 # CONFIG_USB_USBNET_MII is not set 770 810 # CONFIG_USB_USBNET is not set 771 - 772 - # 773 - # PCMCIA network device support 774 - # 775 811 # CONFIG_NET_PCMCIA is not set 776 - 777 - # 778 - # Wan interfaces 779 - # 780 812 # CONFIG_WAN is not set 781 813 # CONFIG_FDDI is not set 782 814 # CONFIG_HIPPI is not set ··· 795 843 # 796 844 CONFIG_INPUT=y 797 845 # CONFIG_INPUT_FF_MEMLESS is not set 846 + # CONFIG_INPUT_POLLDEV is not set 798 847 799 848 # 800 849 # Userland interfaces ··· 1614 1661 # 1615 1662 # CONFIG_DLM is not set 1616 1663 # CONFIG_UCC_SLOW is not set 1617 - # CONFIG_UCC_FAST is not set 1618 1664 1619 1665 # 1620 1666 # Library routines
+181 -198
arch/powerpc/configs/pmac32_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:28:56 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 14:11:36 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 + CONFIG_PPC_PM_NEEDS_RTC_LIB=y 7 8 CONFIG_PPC32=y 8 9 CONFIG_PPC_MERGE=y 9 10 CONFIG_MMU=y ··· 25 24 # CONFIG_GENERIC_TBSYNC is not set 26 25 CONFIG_AUDIT_ARCH=y 27 26 CONFIG_GENERIC_BUG=y 27 + CONFIG_SYS_SUPPORTS_APM_EMULATION=y 28 28 # CONFIG_DEFAULT_UIMAGE is not set 29 29 30 30 # ··· 36 34 # CONFIG_PPC_83xx is not set 37 35 # CONFIG_PPC_85xx is not set 38 36 # CONFIG_PPC_86xx is not set 37 + # CONFIG_PPC_8xx is not set 39 38 # CONFIG_40x is not set 40 39 # CONFIG_44x is not set 41 - # CONFIG_8xx is not set 42 40 # CONFIG_E200 is not set 43 41 CONFIG_6xx=y 44 42 CONFIG_PPC_FPU=y ··· 47 45 CONFIG_ALTIVEC=y 48 46 CONFIG_PPC_STD_MMU=y 49 47 CONFIG_PPC_STD_MMU_32=y 48 + # CONFIG_PPC_MM_SLICES is not set 50 49 # CONFIG_SMP is not set 51 50 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 52 51 ··· 66 63 CONFIG_SWAP=y 67 64 CONFIG_SYSVIPC=y 68 65 # CONFIG_IPC_NS is not set 66 + CONFIG_SYSVIPC_SYSCTL=y 69 67 CONFIG_POSIX_MQUEUE=y 70 68 # CONFIG_BSD_PROCESS_ACCT is not set 71 69 # CONFIG_TASKSTATS is not set ··· 74 70 # CONFIG_AUDIT is not set 75 71 CONFIG_IKCONFIG=y 76 72 CONFIG_IKCONFIG_PROC=y 73 + CONFIG_LOG_BUF_SHIFT=14 77 74 CONFIG_SYSFS_DEPRECATED=y 78 75 # CONFIG_RELAY is not set 76 + CONFIG_BLK_DEV_INITRD=y 79 77 CONFIG_INITRAMFS_SOURCE="" 80 78 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 81 79 CONFIG_SYSCTL=y ··· 92 86 CONFIG_ELF_CORE=y 93 87 CONFIG_BASE_FULL=y 94 88 CONFIG_FUTEX=y 89 + CONFIG_ANON_INODES=y 95 90 CONFIG_EPOLL=y 91 + CONFIG_SIGNALFD=y 92 + CONFIG_TIMERFD=y 93 + CONFIG_EVENTFD=y 96 94 CONFIG_SHMEM=y 97 - CONFIG_SLAB=y 98 95 CONFIG_VM_EVENT_COUNTERS=y 96 + CONFIG_SLAB=y 97 + # CONFIG_SLUB is not set 98 + # CONFIG_SLOB is not set 99 99 CONFIG_RT_MUTEXES=y 100 100 # CONFIG_TINY_SHMEM is not set 101 101 CONFIG_BASE_SMALL=0 102 - # CONFIG_SLOB is not set 103 102 104 103 # 105 104 # Loadable module support ··· 145 134 # CONFIG_APUS is not set 146 135 # CONFIG_PPC_CHRP is not set 147 136 # CONFIG_PPC_MPC52xx is not set 137 + # CONFIG_PPC_MPC5200 is not set 148 138 # CONFIG_PPC_EFIKA is not set 149 139 # CONFIG_PPC_LITE5200 is not set 150 140 CONFIG_PPC_PMAC=y 151 141 # CONFIG_PPC_CELL is not set 152 142 # CONFIG_PPC_CELL_NATIVE is not set 143 + # CONFIG_PQ2ADS is not set 153 144 CONFIG_PPC_NATIVE=y 145 + CONFIG_MPIC=y 146 + # CONFIG_MPIC_WEIRD is not set 147 + # CONFIG_PPC_I8259 is not set 154 148 # CONFIG_PPC_RTAS is not set 155 149 # CONFIG_MMIO_NVRAM is not set 156 150 CONFIG_PPC_MPC106=y ··· 174 158 CONFIG_CPU_FREQ_GOV_USERSPACE=y 175 159 # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set 176 160 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set 161 + 162 + # 163 + # CPU Frequency drivers 164 + # 177 165 CONFIG_CPU_FREQ_PMAC=y 178 166 CONFIG_PPC601_SYNC_FIX=y 179 167 # CONFIG_TAU is not set 180 - # CONFIG_WANT_EARLY_SERIAL is not set 181 - CONFIG_MPIC=y 168 + # CONFIG_CPM2 is not set 182 169 183 170 # 184 171 # Kernel options ··· 210 191 # CONFIG_SPARSEMEM_STATIC is not set 211 192 CONFIG_SPLIT_PTLOCK_CPUS=4 212 193 # CONFIG_RESOURCES_64BIT is not set 194 + CONFIG_ZONE_DMA_FLAG=1 213 195 CONFIG_PROC_DEVICETREE=y 214 196 # CONFIG_CMDLINE_BOOL is not set 215 197 CONFIG_PM=y ··· 220 200 CONFIG_PM_SYSFS_DEPRECATED=y 221 201 CONFIG_SOFTWARE_SUSPEND=y 222 202 CONFIG_PM_STD_PARTITION="" 203 + CONFIG_APM_EMULATION=y 223 204 CONFIG_SECCOMP=y 205 + # CONFIG_WANT_DEVICE_TREE is not set 224 206 CONFIG_ISA_DMA_API=y 225 207 226 208 # 227 209 # Bus options 228 210 # 211 + CONFIG_ZONE_DMA=y 229 212 CONFIG_GENERIC_ISA_DMA=y 230 - # CONFIG_MPIC_WEIRD is not set 231 - # CONFIG_PPC_I8259 is not set 232 213 CONFIG_PPC_INDIRECT_PCI=y 214 + # CONFIG_PPC_INDIRECT_PCI_BE is not set 233 215 CONFIG_PCI=y 234 216 CONFIG_PCI_DOMAINS=y 235 217 # CONFIG_PCIEPORTBUS is not set 218 + CONFIG_ARCH_SUPPORTS_MSI=y 219 + # CONFIG_PCI_MSI is not set 236 220 # CONFIG_PCI_DEBUG is not set 237 221 238 222 # ··· 261 237 # CONFIG_PD6729 is not set 262 238 # CONFIG_I82092 is not set 263 239 CONFIG_PCCARD_NONSTATIC=m 264 - 265 - # 266 - # PCI Hotplug Support 267 - # 268 240 # CONFIG_HOTPLUG_PCI is not set 269 241 270 242 # ··· 285 265 # 286 266 # Networking options 287 267 # 288 - # CONFIG_NETDEBUG is not set 289 268 CONFIG_PACKET=y 290 269 # CONFIG_PACKET_MMAP is not set 291 270 CONFIG_UNIX=y 292 271 CONFIG_XFRM=y 293 272 CONFIG_XFRM_USER=y 294 273 # CONFIG_XFRM_SUB_POLICY is not set 274 + # CONFIG_XFRM_MIGRATE is not set 295 275 CONFIG_NET_KEY=y 276 + # CONFIG_NET_KEY_MIGRATE is not set 296 277 CONFIG_INET=y 297 278 CONFIG_IP_MULTICAST=y 298 279 # CONFIG_IP_ADVANCED_ROUTER is not set ··· 318 297 CONFIG_TCP_CONG_CUBIC=y 319 298 CONFIG_DEFAULT_TCP_CONG="cubic" 320 299 # CONFIG_TCP_MD5SIG is not set 321 - 322 - # 323 - # IP: Virtual Server Configuration 324 - # 325 300 # CONFIG_IP_VS is not set 326 301 # CONFIG_IPV6 is not set 327 302 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 331 314 # 332 315 # CONFIG_NETFILTER_NETLINK is not set 333 316 CONFIG_NF_CONNTRACK_ENABLED=m 334 - CONFIG_NF_CONNTRACK_SUPPORT=y 335 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 336 317 CONFIG_NF_CONNTRACK=m 337 318 # CONFIG_NF_CT_ACCT is not set 338 319 # CONFIG_NF_CONNTRACK_MARK is not set ··· 342 327 CONFIG_NF_CONNTRACK_IRC=m 343 328 # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set 344 329 # CONFIG_NF_CONNTRACK_PPTP is not set 330 + # CONFIG_NF_CONNTRACK_SANE is not set 345 331 # CONFIG_NF_CONNTRACK_SIP is not set 346 332 CONFIG_NF_CONNTRACK_TFTP=m 347 333 CONFIG_NETFILTER_XTABLES=m 348 334 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 335 + # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set 349 336 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 350 337 CONFIG_NETFILTER_XT_TARGET_MARK=m 351 338 CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 352 339 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 353 340 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 341 + CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 354 342 CONFIG_NETFILTER_XT_MATCH_COMMENT=m 343 + # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set 344 + # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set 355 345 CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 356 346 CONFIG_NETFILTER_XT_MATCH_DCCP=m 357 347 CONFIG_NETFILTER_XT_MATCH_DSCP=m ··· 397 377 CONFIG_IP_NF_TARGET_REJECT=m 398 378 CONFIG_IP_NF_TARGET_LOG=m 399 379 CONFIG_IP_NF_TARGET_ULOG=m 400 - CONFIG_IP_NF_TARGET_TCPMSS=m 401 380 CONFIG_NF_NAT=m 402 381 CONFIG_NF_NAT_NEEDED=y 403 382 CONFIG_IP_NF_TARGET_MASQUERADE=m ··· 415 396 CONFIG_IP_NF_TARGET_TOS=m 416 397 CONFIG_IP_NF_TARGET_ECN=m 417 398 CONFIG_IP_NF_TARGET_TTL=m 399 + # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 418 400 CONFIG_IP_NF_RAW=m 419 401 CONFIG_IP_NF_ARPTABLES=m 420 402 CONFIG_IP_NF_ARPFILTER=m 421 403 CONFIG_IP_NF_ARP_MANGLE=m 422 - 423 - # 424 - # DCCP Configuration (EXPERIMENTAL) 425 - # 426 404 CONFIG_IP_DCCP=m 427 405 CONFIG_INET_DCCP_DIAG=m 428 406 CONFIG_IP_DCCP_ACKVEC=y ··· 438 422 # DCCP Kernel Hacking 439 423 # 440 424 # CONFIG_IP_DCCP_DEBUG is not set 441 - 442 - # 443 - # SCTP Configuration (EXPERIMENTAL) 444 - # 445 425 # CONFIG_IP_SCTP is not set 446 - 447 - # 448 - # TIPC Configuration (EXPERIMENTAL) 449 - # 450 426 # CONFIG_TIPC is not set 451 427 # CONFIG_ATM is not set 452 428 # CONFIG_BRIDGE is not set ··· 456 448 # QoS and/or fair queueing 457 449 # 458 450 # CONFIG_NET_SCHED is not set 451 + CONFIG_NET_SCH_FIFO=y 459 452 CONFIG_NET_CLS_ROUTE=y 460 453 461 454 # ··· 494 485 # Dongle support 495 486 # 496 487 # CONFIG_DONGLE is not set 488 + # CONFIG_KINGSUN_DONGLE is not set 497 489 498 490 # 499 491 # Old SIR device drivers ··· 542 532 # CONFIG_BT_HCIBLUECARD is not set 543 533 # CONFIG_BT_HCIBTUART is not set 544 534 # CONFIG_BT_HCIVHCI is not set 535 + # CONFIG_AF_RXRPC is not set 536 + 537 + # 538 + # Wireless 539 + # 540 + CONFIG_CFG80211=m 541 + CONFIG_WIRELESS_EXT=y 542 + CONFIG_MAC80211=m 543 + CONFIG_MAC80211_LEDS=y 544 + # CONFIG_MAC80211_DEBUG is not set 545 545 CONFIG_IEEE80211=m 546 546 # CONFIG_IEEE80211_DEBUG is not set 547 547 CONFIG_IEEE80211_CRYPT_WEP=m 548 548 CONFIG_IEEE80211_CRYPT_CCMP=m 549 549 CONFIG_IEEE80211_CRYPT_TKIP=m 550 550 # CONFIG_IEEE80211_SOFTMAC is not set 551 - CONFIG_WIRELESS_EXT=y 551 + # CONFIG_RFKILL is not set 552 552 553 553 # 554 554 # Device Drivers ··· 571 551 CONFIG_PREVENT_FIRMWARE_BUILD=y 572 552 CONFIG_FW_LOADER=y 573 553 # CONFIG_DEBUG_DRIVER is not set 554 + # CONFIG_DEBUG_DEVRES is not set 574 555 # CONFIG_SYS_HYPERVISOR is not set 575 556 576 557 # ··· 579 558 # 580 559 CONFIG_CONNECTOR=y 581 560 CONFIG_PROC_EVENTS=y 582 - 583 - # 584 - # Memory Technology Devices (MTD) 585 - # 586 561 # CONFIG_MTD is not set 587 562 588 563 # ··· 589 572 # 590 573 # Plug and Play support 591 574 # 575 + # CONFIG_PNPACPI is not set 592 576 593 577 # 594 578 # Block devices ··· 610 592 CONFIG_BLK_DEV_RAM_COUNT=16 611 593 CONFIG_BLK_DEV_RAM_SIZE=4096 612 594 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 613 - CONFIG_BLK_DEV_INITRD=y 614 595 # CONFIG_CDROM_PKTCDVD is not set 615 596 # CONFIG_ATA_OVER_ETH is not set 616 597 617 598 # 618 599 # Misc devices 619 600 # 601 + # CONFIG_PHANTOM is not set 620 602 # CONFIG_SGI_IOC4 is not set 621 603 # CONFIG_TIFM_CORE is not set 622 - 623 - # 624 - # ATA/ATAPI/MFM/RLL support 625 - # 604 + # CONFIG_BLINK is not set 626 605 CONFIG_IDE=y 627 606 CONFIG_BLK_DEV_IDE=y 628 607 ··· 630 615 CONFIG_BLK_DEV_IDEDISK=y 631 616 # CONFIG_IDEDISK_MULTI_MODE is not set 632 617 CONFIG_BLK_DEV_IDECS=m 618 + # CONFIG_BLK_DEV_DELKIN is not set 633 619 CONFIG_BLK_DEV_IDECD=y 634 620 # CONFIG_BLK_DEV_IDETAPE is not set 635 621 CONFIG_BLK_DEV_IDEFLOPPY=y 636 622 CONFIG_BLK_DEV_IDESCSI=y 637 623 # CONFIG_IDE_TASK_IOCTL is not set 624 + CONFIG_IDE_PROC_FS=y 638 625 639 626 # 640 627 # IDE chipset support/bugfixes ··· 644 627 # CONFIG_IDE_GENERIC is not set 645 628 CONFIG_BLK_DEV_IDEPCI=y 646 629 CONFIG_IDEPCI_SHARE_IRQ=y 630 + CONFIG_IDEPCI_PCIBUS_ORDER=y 647 631 # CONFIG_BLK_DEV_OFFBOARD is not set 648 632 CONFIG_BLK_DEV_GENERIC=y 649 633 # CONFIG_BLK_DEV_OPTI621 is not set 650 634 CONFIG_BLK_DEV_IDEDMA_PCI=y 651 635 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 652 - CONFIG_IDEDMA_PCI_AUTO=y 653 636 # CONFIG_IDEDMA_ONLYDISK is not set 654 637 # CONFIG_BLK_DEV_AEC62XX is not set 655 638 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 664 647 # CONFIG_BLK_DEV_JMICRON is not set 665 648 # CONFIG_BLK_DEV_SC1200 is not set 666 649 # CONFIG_BLK_DEV_PIIX is not set 650 + # CONFIG_BLK_DEV_IT8213 is not set 667 651 # CONFIG_BLK_DEV_IT821X is not set 668 652 # CONFIG_BLK_DEV_NS87415 is not set 669 653 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 675 657 # CONFIG_BLK_DEV_SLC90E66 is not set 676 658 # CONFIG_BLK_DEV_TRM290 is not set 677 659 # CONFIG_BLK_DEV_VIA82CXXX is not set 660 + # CONFIG_BLK_DEV_TC86C001 is not set 678 661 CONFIG_BLK_DEV_IDE_PMAC=y 679 662 CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y 680 663 CONFIG_BLK_DEV_IDEDMA_PMAC=y 681 664 # CONFIG_IDE_ARM is not set 682 665 CONFIG_BLK_DEV_IDEDMA=y 683 666 # CONFIG_IDEDMA_IVB is not set 684 - CONFIG_IDEDMA_AUTO=y 685 667 # CONFIG_BLK_DEV_HD is not set 686 668 687 669 # ··· 711 693 CONFIG_SCSI_CONSTANTS=y 712 694 # CONFIG_SCSI_LOGGING is not set 713 695 # CONFIG_SCSI_SCAN_ASYNC is not set 696 + CONFIG_SCSI_WAIT_SCAN=m 714 697 715 698 # 716 699 # SCSI Transports ··· 781 762 # CONFIG_PCMCIA_NINJA_SCSI is not set 782 763 # CONFIG_PCMCIA_QLOGIC is not set 783 764 # CONFIG_PCMCIA_SYM53C500 is not set 784 - 785 - # 786 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 787 - # 788 765 # CONFIG_ATA is not set 789 766 790 767 # ··· 802 787 CONFIG_DM_MIRROR=m 803 788 CONFIG_DM_ZERO=m 804 789 # CONFIG_DM_MULTIPATH is not set 790 + # CONFIG_DM_DELAY is not set 805 791 806 792 # 807 793 # Fusion MPT device support ··· 815 799 # 816 800 # IEEE 1394 (FireWire) support 817 801 # 802 + # CONFIG_FIREWIRE is not set 818 803 CONFIG_IEEE1394=m 819 804 820 805 # 821 806 # Subsystem Options 822 807 # 823 808 # CONFIG_IEEE1394_VERBOSEDEBUG is not set 824 - # CONFIG_IEEE1394_OUI_DB is not set 825 - CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y 826 - CONFIG_IEEE1394_CONFIG_ROM_IP1394=y 827 - # CONFIG_IEEE1394_EXPORT_FULL_API is not set 828 809 829 810 # 830 - # Device Drivers 811 + # Controllers 831 812 # 832 813 # CONFIG_IEEE1394_PCILYNX is not set 833 814 CONFIG_IEEE1394_OHCI1394=m 834 815 835 816 # 836 - # Protocol Drivers 817 + # Protocols 837 818 # 838 819 CONFIG_IEEE1394_VIDEO1394=m 839 820 CONFIG_IEEE1394_SBP2=m 821 + # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set 840 822 # CONFIG_IEEE1394_ETH1394 is not set 841 823 CONFIG_IEEE1394_DV1394=m 842 824 CONFIG_IEEE1394_RAWIO=m ··· 843 829 # I2O device support 844 830 # 845 831 # CONFIG_I2O is not set 846 - 847 - # 848 - # Macintosh device drivers 849 - # 832 + CONFIG_MACINTOSH_DRIVERS=y 850 833 CONFIG_ADB=y 851 834 CONFIG_ADB_CUDA=y 852 835 CONFIG_ADB_PMU=y ··· 869 858 # CONFIG_BONDING is not set 870 859 # CONFIG_EQUALIZER is not set 871 860 CONFIG_TUN=m 872 - 873 - # 874 - # ARCnet devices 875 - # 876 861 # CONFIG_ARCNET is not set 877 - 878 - # 879 - # PHY device support 880 - # 881 862 # CONFIG_PHYLIB is not set 882 863 883 864 # ··· 910 907 # CONFIG_SUNDANCE is not set 911 908 # CONFIG_TLAN is not set 912 909 # CONFIG_VIA_RHINE is not set 913 - 914 - # 915 - # Ethernet (1000 Mbit) 916 - # 910 + # CONFIG_SC92031 is not set 911 + CONFIG_NETDEV_1000=y 917 912 # CONFIG_ACENIC is not set 918 913 # CONFIG_DL2K is not set 919 914 # CONFIG_E1000 is not set ··· 928 927 # CONFIG_BNX2 is not set 929 928 # CONFIG_MV643XX_ETH is not set 930 929 # CONFIG_QLA3XXX is not set 931 - 932 - # 933 - # Ethernet (10000 Mbit) 934 - # 930 + # CONFIG_ATL1 is not set 931 + CONFIG_NETDEV_10000=y 935 932 # CONFIG_CHELSIO_T1 is not set 933 + # CONFIG_CHELSIO_T3 is not set 936 934 # CONFIG_IXGB is not set 937 935 # CONFIG_S2IO is not set 938 936 # CONFIG_MYRI10GE is not set 939 937 # CONFIG_NETXEN_NIC is not set 940 - 941 - # 942 - # Token Ring devices 943 - # 938 + # CONFIG_MLX4_CORE is not set 944 939 # CONFIG_TR is not set 945 940 946 941 # 947 - # Wireless LAN (non-hamradio) 942 + # Wireless LAN 948 943 # 949 - CONFIG_NET_RADIO=y 950 - # CONFIG_NET_WIRELESS_RTNETLINK is not set 951 - 952 - # 953 - # Obsolete Wireless cards support (pre-802.11) 954 - # 955 - # CONFIG_STRIP is not set 956 - # CONFIG_PCMCIA_WAVELAN is not set 957 - # CONFIG_PCMCIA_NETWAVE is not set 958 - 959 - # 960 - # Wireless 802.11 Frequency Hopping cards support 961 - # 944 + # CONFIG_WLAN_PRE80211 is not set 945 + CONFIG_WLAN_80211=y 962 946 # CONFIG_PCMCIA_RAYCS is not set 963 - 964 - # 965 - # Wireless 802.11b ISA/PCI cards support 966 - # 967 947 # CONFIG_IPW2100 is not set 968 948 # CONFIG_IPW2200 is not set 949 + # CONFIG_LIBERTAS is not set 969 950 # CONFIG_AIRO is not set 970 951 CONFIG_HERMES=m 971 952 CONFIG_APPLE_AIRPORT=m 972 953 # CONFIG_PLX_HERMES is not set 973 954 # CONFIG_TMD_HERMES is not set 974 955 # CONFIG_NORTEL_HERMES is not set 975 - # CONFIG_PCI_HERMES is not set 956 + CONFIG_PCI_HERMES=m 976 957 # CONFIG_ATMEL is not set 977 - 978 - # 979 - # Wireless 802.11b Pcmcia/Cardbus cards support 980 - # 981 - # CONFIG_PCMCIA_HERMES is not set 958 + CONFIG_PCMCIA_HERMES=m 982 959 # CONFIG_PCMCIA_SPECTRUM is not set 983 960 # CONFIG_AIRO_CS is not set 984 961 # CONFIG_PCMCIA_WL3501 is not set 985 - 986 - # 987 - # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support 988 - # 989 962 CONFIG_PRISM54=m 990 963 # CONFIG_USB_ZD1201 is not set 991 964 # CONFIG_HOSTAP is not set 992 - CONFIG_NET_WIRELESS=y 993 965 994 966 # 995 - # PCMCIA network device support 967 + # USB Network Adapters 996 968 # 969 + # CONFIG_USB_CATC is not set 970 + # CONFIG_USB_KAWETH is not set 971 + # CONFIG_USB_PEGASUS is not set 972 + # CONFIG_USB_RTL8150 is not set 973 + CONFIG_USB_USBNET_MII=m 974 + CONFIG_USB_USBNET=m 975 + CONFIG_USB_NET_AX8817X=m 976 + CONFIG_USB_NET_CDCETHER=m 977 + # CONFIG_USB_NET_DM9601 is not set 978 + # CONFIG_USB_NET_GL620A is not set 979 + CONFIG_USB_NET_NET1080=m 980 + # CONFIG_USB_NET_PLUSB is not set 981 + # CONFIG_USB_NET_MCS7830 is not set 982 + # CONFIG_USB_NET_RNDIS_HOST is not set 983 + # CONFIG_USB_NET_CDC_SUBSET is not set 984 + CONFIG_USB_NET_ZAURUS=m 997 985 # CONFIG_NET_PCMCIA is not set 998 - 999 - # 1000 - # Wan interfaces 1001 - # 1002 986 # CONFIG_WAN is not set 1003 987 # CONFIG_FDDI is not set 1004 988 # CONFIG_HIPPI is not set ··· 1019 1033 # 1020 1034 CONFIG_INPUT=y 1021 1035 # CONFIG_INPUT_FF_MEMLESS is not set 1036 + # CONFIG_INPUT_POLLDEV is not set 1022 1037 1023 1038 # 1024 1039 # Userland interfaces ··· 1046 1059 CONFIG_INPUT_MOUSE=y 1047 1060 # CONFIG_MOUSE_PS2 is not set 1048 1061 # CONFIG_MOUSE_SERIAL is not set 1062 + # CONFIG_MOUSE_APPLETOUCH is not set 1049 1063 # CONFIG_MOUSE_VSXXXAA is not set 1050 1064 # CONFIG_INPUT_JOYSTICK is not set 1065 + # CONFIG_INPUT_TABLET is not set 1051 1066 # CONFIG_INPUT_TOUCHSCREEN is not set 1052 1067 # CONFIG_INPUT_MISC is not set 1053 1068 ··· 1089 1100 CONFIG_SERIAL_CORE=m 1090 1101 CONFIG_SERIAL_PMACZILOG=m 1091 1102 # CONFIG_SERIAL_JSM is not set 1103 + # CONFIG_SERIAL_OF_PLATFORM is not set 1092 1104 CONFIG_UNIX98_PTYS=y 1093 1105 CONFIG_LEGACY_PTYS=y 1094 1106 CONFIG_LEGACY_PTY_COUNT=256 ··· 1098 1108 # IPMI 1099 1109 # 1100 1110 # CONFIG_IPMI_HANDLER is not set 1101 - 1102 - # 1103 - # Watchdog Cards 1104 - # 1105 1111 # CONFIG_WATCHDOG is not set 1106 1112 # CONFIG_HW_RANDOM is not set 1107 1113 CONFIG_NVRAM=y 1108 1114 CONFIG_GEN_RTC=y 1109 1115 # CONFIG_GEN_RTC_X is not set 1110 - # CONFIG_DTLK is not set 1111 1116 # CONFIG_R3964 is not set 1112 1117 # CONFIG_APPLICOM is not set 1113 1118 CONFIG_AGP=m ··· 1128 1143 # TPM devices 1129 1144 # 1130 1145 # CONFIG_TCG_TPM is not set 1131 - 1132 - # 1133 - # I2C support 1134 - # 1146 + CONFIG_DEVPORT=y 1135 1147 CONFIG_I2C=y 1148 + CONFIG_I2C_BOARDINFO=y 1136 1149 CONFIG_I2C_CHARDEV=m 1137 1150 1138 1151 # ··· 1158 1175 # CONFIG_I2C_PARPORT_LIGHT is not set 1159 1176 # CONFIG_I2C_PROSAVAGE is not set 1160 1177 # CONFIG_I2C_SAVAGE4 is not set 1178 + # CONFIG_I2C_SIMTEC is not set 1161 1179 # CONFIG_I2C_SIS5595 is not set 1162 1180 # CONFIG_I2C_SIS630 is not set 1163 1181 # CONFIG_I2C_SIS96X is not set 1164 1182 # CONFIG_I2C_STUB is not set 1183 + # CONFIG_I2C_TINY_USB is not set 1165 1184 # CONFIG_I2C_VIA is not set 1166 1185 # CONFIG_I2C_VIAPRO is not set 1167 1186 # CONFIG_I2C_VOODOO3 is not set 1168 - # CONFIG_I2C_PCA_ISA is not set 1169 1187 1170 1188 # 1171 1189 # Miscellaneous I2C Chip support ··· 1194 1210 # Dallas's 1-wire bus 1195 1211 # 1196 1212 # CONFIG_W1 is not set 1213 + # CONFIG_HWMON is not set 1197 1214 1198 1215 # 1199 - # Hardware Monitoring support 1216 + # Multifunction device drivers 1200 1217 # 1201 - # CONFIG_HWMON is not set 1202 - # CONFIG_HWMON_VID is not set 1218 + # CONFIG_MFD_SM501 is not set 1203 1219 1204 1220 # 1205 1221 # Multimedia devices 1206 1222 # 1207 1223 # CONFIG_VIDEO_DEV is not set 1208 - 1209 - # 1210 - # Digital Video Broadcasting Devices 1211 - # 1212 - # CONFIG_DVB is not set 1213 - # CONFIG_USB_DABUSB is not set 1224 + # CONFIG_DVB_CORE is not set 1225 + # CONFIG_DAB is not set 1214 1226 1215 1227 # 1216 1228 # Graphics support 1217 1229 # 1218 - # CONFIG_FIRMWARE_EDID is not set 1230 + CONFIG_BACKLIGHT_LCD_SUPPORT=y 1231 + CONFIG_BACKLIGHT_CLASS_DEVICE=y 1232 + CONFIG_LCD_CLASS_DEVICE=m 1233 + 1234 + # 1235 + # Display device support 1236 + # 1237 + CONFIG_DISPLAY_SUPPORT=y 1238 + 1239 + # 1240 + # Display hardware drivers 1241 + # 1242 + CONFIG_VGASTATE=y 1219 1243 CONFIG_FB=y 1244 + # CONFIG_FIRMWARE_EDID is not set 1220 1245 CONFIG_FB_DDC=y 1221 1246 CONFIG_FB_CFB_FILLRECT=y 1222 1247 CONFIG_FB_CFB_COPYAREA=y 1223 1248 CONFIG_FB_CFB_IMAGEBLIT=y 1249 + # CONFIG_FB_SYS_FILLRECT is not set 1250 + # CONFIG_FB_SYS_COPYAREA is not set 1251 + # CONFIG_FB_SYS_IMAGEBLIT is not set 1252 + # CONFIG_FB_SYS_FOPS is not set 1253 + CONFIG_FB_DEFERRED_IO=y 1254 + # CONFIG_FB_SVGALIB is not set 1224 1255 CONFIG_FB_MACMODES=y 1225 1256 CONFIG_FB_BACKLIGHT=y 1226 1257 CONFIG_FB_MODE_HELPERS=y 1227 1258 CONFIG_FB_TILEBLITTING=y 1259 + 1260 + # 1261 + # Frame buffer hardware drivers 1262 + # 1228 1263 # CONFIG_FB_CIRRUS is not set 1229 1264 # CONFIG_FB_PM2 is not set 1230 1265 # CONFIG_FB_CYBER2000 is not set ··· 1258 1255 # CONFIG_FB_S1D13XXX is not set 1259 1256 CONFIG_FB_NVIDIA=y 1260 1257 CONFIG_FB_NVIDIA_I2C=y 1258 + # CONFIG_FB_NVIDIA_DEBUG is not set 1261 1259 CONFIG_FB_NVIDIA_BACKLIGHT=y 1262 1260 # CONFIG_FB_RIVA is not set 1263 1261 CONFIG_FB_MATROX=y ··· 1278 1274 # CONFIG_FB_ATY_GENERIC_LCD is not set 1279 1275 CONFIG_FB_ATY_GX=y 1280 1276 CONFIG_FB_ATY_BACKLIGHT=y 1277 + # CONFIG_FB_S3 is not set 1281 1278 # CONFIG_FB_SAVAGE is not set 1282 1279 # CONFIG_FB_SIS is not set 1283 1280 # CONFIG_FB_NEOMAGIC is not set ··· 1286 1281 CONFIG_FB_3DFX=y 1287 1282 # CONFIG_FB_3DFX_ACCEL is not set 1288 1283 # CONFIG_FB_VOODOO1 is not set 1284 + # CONFIG_FB_VT8623 is not set 1289 1285 # CONFIG_FB_TRIDENT is not set 1286 + # CONFIG_FB_ARK is not set 1287 + # CONFIG_FB_PM3 is not set 1290 1288 # CONFIG_FB_IBM_GXT4500 is not set 1291 1289 # CONFIG_FB_VIRTUAL is not set 1292 1290 ··· 1303 1295 # CONFIG_FONTS is not set 1304 1296 CONFIG_FONT_8x8=y 1305 1297 CONFIG_FONT_8x16=y 1306 - 1307 - # 1308 - # Logo configuration 1309 - # 1310 1298 CONFIG_LOGO=y 1311 1299 CONFIG_LOGO_LINUX_MONO=y 1312 1300 CONFIG_LOGO_LINUX_VGA16=y 1313 1301 CONFIG_LOGO_LINUX_CLUT224=y 1314 - CONFIG_BACKLIGHT_LCD_SUPPORT=y 1315 - CONFIG_BACKLIGHT_CLASS_DEVICE=y 1316 - CONFIG_BACKLIGHT_DEVICE=y 1317 - CONFIG_LCD_CLASS_DEVICE=m 1318 - CONFIG_LCD_DEVICE=y 1319 1302 1320 1303 # 1321 1304 # Sound 1322 1305 # 1323 1306 CONFIG_SOUND=m 1324 - CONFIG_DMASOUND_PMAC=m 1325 - CONFIG_DMASOUND=m 1326 1307 1327 1308 # 1328 1309 # Advanced Linux Sound Architecture ··· 1425 1428 # 1426 1429 CONFIG_SND_USB_AUDIO=m 1427 1430 # CONFIG_SND_USB_USX2Y is not set 1431 + # CONFIG_SND_USB_CAIAQ is not set 1428 1432 1429 1433 # 1430 1434 # PCMCIA devices 1431 1435 # 1432 1436 # CONFIG_SND_VXPOCKET is not set 1433 1437 # CONFIG_SND_PDAUDIOCF is not set 1438 + 1439 + # 1440 + # System on Chip audio support 1441 + # 1442 + # CONFIG_SND_SOC is not set 1434 1443 1435 1444 # 1436 1445 # Open Sound System ··· 1447 1444 # HID Devices 1448 1445 # 1449 1446 CONFIG_HID=y 1447 + # CONFIG_HID_DEBUG is not set 1448 + 1449 + # 1450 + # USB Input Devices 1451 + # 1452 + CONFIG_USB_HID=y 1453 + CONFIG_USB_HIDINPUT_POWERBOOK=y 1454 + # CONFIG_HID_FF is not set 1455 + # CONFIG_USB_HIDDEV is not set 1450 1456 1451 1457 # 1452 1458 # USB support ··· 1470 1458 # Miscellaneous USB options 1471 1459 # 1472 1460 CONFIG_USB_DEVICEFS=y 1473 - # CONFIG_USB_BANDWIDTH is not set 1461 + CONFIG_USB_DEVICE_CLASS=y 1474 1462 CONFIG_USB_DYNAMIC_MINORS=y 1475 1463 # CONFIG_USB_SUSPEND is not set 1476 - # CONFIG_USB_MULTITHREAD_PROBE is not set 1477 1464 # CONFIG_USB_OTG is not set 1478 1465 1479 1466 # ··· 1482 1471 CONFIG_USB_EHCI_SPLIT_ISO=y 1483 1472 CONFIG_USB_EHCI_ROOT_HUB_TT=y 1484 1473 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1474 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 1485 1475 # CONFIG_USB_ISP116X_HCD is not set 1486 1476 CONFIG_USB_OHCI_HCD=y 1487 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1477 + # CONFIG_USB_OHCI_HCD_PPC_OF is not set 1478 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1479 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 1488 1480 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1489 1481 # CONFIG_USB_UHCI_HCD is not set 1490 1482 # CONFIG_USB_SL811_HCD is not set ··· 1520 1506 # CONFIG_USB_LIBUSUAL is not set 1521 1507 1522 1508 # 1523 - # USB Input Devices 1524 - # 1525 - CONFIG_USB_HID=y 1526 - CONFIG_USB_HIDINPUT_POWERBOOK=y 1527 - # CONFIG_HID_FF is not set 1528 - # CONFIG_USB_HIDDEV is not set 1529 - # CONFIG_USB_AIPTEK is not set 1530 - # CONFIG_USB_WACOM is not set 1531 - # CONFIG_USB_ACECAD is not set 1532 - # CONFIG_USB_KBTAB is not set 1533 - # CONFIG_USB_POWERMATE is not set 1534 - # CONFIG_USB_TOUCHSCREEN is not set 1535 - # CONFIG_USB_YEALINK is not set 1536 - # CONFIG_USB_XPAD is not set 1537 - # CONFIG_USB_ATI_REMOTE is not set 1538 - # CONFIG_USB_ATI_REMOTE2 is not set 1539 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1540 - CONFIG_USB_APPLETOUCH=y 1541 - 1542 - # 1543 1509 # USB Imaging devices 1544 1510 # 1545 1511 # CONFIG_USB_MDC800 is not set 1546 1512 # CONFIG_USB_MICROTEK is not set 1547 - 1548 - # 1549 - # USB Network Adapters 1550 - # 1551 - # CONFIG_USB_CATC is not set 1552 - # CONFIG_USB_KAWETH is not set 1553 - # CONFIG_USB_PEGASUS is not set 1554 - # CONFIG_USB_RTL8150 is not set 1555 - CONFIG_USB_USBNET_MII=m 1556 - CONFIG_USB_USBNET=m 1557 - CONFIG_USB_NET_AX8817X=m 1558 - CONFIG_USB_NET_CDCETHER=m 1559 - # CONFIG_USB_NET_GL620A is not set 1560 - CONFIG_USB_NET_NET1080=m 1561 - # CONFIG_USB_NET_PLUSB is not set 1562 - # CONFIG_USB_NET_MCS7830 is not set 1563 - # CONFIG_USB_NET_RNDIS_HOST is not set 1564 - # CONFIG_USB_NET_CDC_SUBSET is not set 1565 - CONFIG_USB_NET_ZAURUS=m 1566 1513 CONFIG_USB_MON=y 1567 1514 1568 1515 # ··· 1595 1620 # CONFIG_USB_RIO500 is not set 1596 1621 # CONFIG_USB_LEGOTOWER is not set 1597 1622 # CONFIG_USB_LCD is not set 1623 + # CONFIG_USB_BERRY_CHARGE is not set 1598 1624 # CONFIG_USB_LED is not set 1599 1625 # CONFIG_USB_CYPRESS_CY7C63 is not set 1600 1626 # CONFIG_USB_CYTHERM is not set ··· 1606 1630 # CONFIG_USB_SISUSBVGA is not set 1607 1631 # CONFIG_USB_LD is not set 1608 1632 # CONFIG_USB_TRANCEVIBRATOR is not set 1633 + # CONFIG_USB_IOWARRIOR is not set 1609 1634 # CONFIG_USB_TEST is not set 1610 1635 1611 1636 # ··· 1617 1640 # USB Gadget Support 1618 1641 # 1619 1642 # CONFIG_USB_GADGET is not set 1620 - 1621 - # 1622 - # MMC/SD Card support 1623 - # 1624 1643 # CONFIG_MMC is not set 1625 1644 1626 1645 # ··· 1649 1676 # 1650 1677 # Real Time Clock 1651 1678 # 1679 + CONFIG_RTC_LIB=y 1652 1680 # CONFIG_RTC_CLASS is not set 1653 1681 1654 1682 # ··· 1663 1689 1664 1690 # 1665 1691 # DMA Devices 1666 - # 1667 - 1668 - # 1669 - # Virtualization 1670 1692 # 1671 1693 1672 1694 # ··· 1701 1731 CONFIG_ISO9660_FS=y 1702 1732 CONFIG_JOLIET=y 1703 1733 CONFIG_ZISOFS=y 1704 - CONFIG_ZISOFS_FS=y 1705 1734 CONFIG_UDF_FS=m 1706 1735 CONFIG_UDF_NLS=y 1707 1736 ··· 1765 1796 CONFIG_NFS_COMMON=y 1766 1797 CONFIG_SUNRPC=y 1767 1798 CONFIG_SUNRPC_GSS=y 1799 + # CONFIG_SUNRPC_BIND34 is not set 1768 1800 CONFIG_RPCSEC_GSS_KRB5=y 1769 1801 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1770 1802 CONFIG_SMB_FS=m ··· 1796 1826 # CONFIG_SUN_PARTITION is not set 1797 1827 # CONFIG_KARMA_PARTITION is not set 1798 1828 # CONFIG_EFI_PARTITION is not set 1829 + # CONFIG_SYSV68_PARTITION is not set 1799 1830 1800 1831 # 1801 1832 # Native Language Support ··· 1846 1875 # Distributed Lock Manager 1847 1876 # 1848 1877 # CONFIG_DLM is not set 1878 + # CONFIG_UCC_SLOW is not set 1849 1879 1850 1880 # 1851 1881 # Library routines ··· 1854 1882 CONFIG_BITREVERSE=y 1855 1883 CONFIG_CRC_CCITT=y 1856 1884 CONFIG_CRC16=y 1885 + # CONFIG_CRC_ITU_T is not set 1857 1886 CONFIG_CRC32=y 1858 1887 CONFIG_LIBCRC32C=m 1859 1888 CONFIG_ZLIB_INFLATE=y ··· 1864 1891 CONFIG_TEXTSEARCH_BM=m 1865 1892 CONFIG_TEXTSEARCH_FSM=m 1866 1893 CONFIG_PLIST=y 1867 - CONFIG_IOMAP_COPY=y 1894 + CONFIG_HAS_IOMEM=y 1895 + CONFIG_HAS_IOPORT=y 1896 + CONFIG_HAS_DMA=y 1868 1897 1869 1898 # 1870 1899 # Instrumentation Support 1871 1900 # 1872 1901 CONFIG_PROFILING=y 1873 1902 CONFIG_OPROFILE=y 1903 + # CONFIG_KPROBES is not set 1874 1904 1875 1905 # 1876 1906 # Kernel hacking ··· 1885 1909 # CONFIG_DEBUG_FS is not set 1886 1910 # CONFIG_HEADERS_CHECK is not set 1887 1911 CONFIG_DEBUG_KERNEL=y 1888 - CONFIG_LOG_BUF_SHIFT=14 1912 + # CONFIG_DEBUG_SHIRQ is not set 1889 1913 CONFIG_DETECT_SOFTLOCKUP=y 1890 1914 # CONFIG_SCHEDSTATS is not set 1915 + # CONFIG_TIMER_STATS is not set 1891 1916 # CONFIG_DEBUG_SLAB is not set 1892 1917 # CONFIG_DEBUG_RT_MUTEXES is not set 1893 1918 # CONFIG_RT_MUTEX_TESTER is not set 1894 1919 # CONFIG_DEBUG_SPINLOCK is not set 1895 1920 # CONFIG_DEBUG_MUTEXES is not set 1896 - # CONFIG_DEBUG_RWSEMS is not set 1897 1921 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1898 1922 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1899 1923 # CONFIG_DEBUG_KOBJECT is not set ··· 1903 1927 # CONFIG_DEBUG_LIST is not set 1904 1928 # CONFIG_FORCED_INLINING is not set 1905 1929 # CONFIG_RCU_TORTURE_TEST is not set 1930 + # CONFIG_FAULT_INJECTION is not set 1931 + # CONFIG_DEBUG_STACKOVERFLOW is not set 1932 + # CONFIG_DEBUG_STACK_USAGE is not set 1906 1933 CONFIG_DEBUGGER=y 1907 1934 CONFIG_XMON=y 1908 1935 CONFIG_XMON_DEFAULT=y ··· 1941 1962 # CONFIG_CRYPTO_GF128MUL is not set 1942 1963 CONFIG_CRYPTO_ECB=m 1943 1964 CONFIG_CRYPTO_CBC=y 1965 + CONFIG_CRYPTO_PCBC=m 1944 1966 # CONFIG_CRYPTO_LRW is not set 1967 + # CONFIG_CRYPTO_CRYPTD is not set 1945 1968 CONFIG_CRYPTO_DES=y 1969 + # CONFIG_CRYPTO_FCRYPT is not set 1946 1970 CONFIG_CRYPTO_BLOWFISH=m 1947 1971 CONFIG_CRYPTO_TWOFISH=m 1948 1972 CONFIG_CRYPTO_TWOFISH_COMMON=m ··· 1960 1978 CONFIG_CRYPTO_DEFLATE=m 1961 1979 CONFIG_CRYPTO_MICHAEL_MIC=m 1962 1980 CONFIG_CRYPTO_CRC32C=m 1981 + # CONFIG_CRYPTO_CAMELLIA is not set 1963 1982 # CONFIG_CRYPTO_TEST is not set 1964 1983 1965 1984 #
+289 -175
arch/powerpc/configs/ppc64_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:28:58 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 14:15:02 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 27 27 CONFIG_AUDIT_ARCH=y 28 28 CONFIG_GENERIC_BUG=y 29 29 # CONFIG_DEFAULT_UIMAGE is not set 30 + CONFIG_PPC64_SWSUSP=y 30 31 31 32 # 32 33 # Processor support ··· 42 41 CONFIG_PPC_OF_PLATFORM_PCI=y 43 42 CONFIG_ALTIVEC=y 44 43 CONFIG_PPC_STD_MMU=y 44 + CONFIG_PPC_MM_SLICES=y 45 45 CONFIG_VIRT_CPU_ACCOUNTING=y 46 46 CONFIG_SMP=y 47 47 CONFIG_NR_CPUS=32 ··· 63 61 CONFIG_SWAP=y 64 62 CONFIG_SYSVIPC=y 65 63 # CONFIG_IPC_NS is not set 64 + CONFIG_SYSVIPC_SYSCTL=y 66 65 CONFIG_POSIX_MQUEUE=y 67 66 # CONFIG_BSD_PROCESS_ACCT is not set 68 67 CONFIG_TASKSTATS=y 69 68 CONFIG_TASK_DELAY_ACCT=y 69 + # CONFIG_TASK_XACCT is not set 70 70 # CONFIG_UTS_NS is not set 71 71 # CONFIG_AUDIT is not set 72 72 CONFIG_IKCONFIG=y 73 73 CONFIG_IKCONFIG_PROC=y 74 + CONFIG_LOG_BUF_SHIFT=17 74 75 CONFIG_CPUSETS=y 75 76 CONFIG_SYSFS_DEPRECATED=y 76 77 CONFIG_RELAY=y 78 + CONFIG_BLK_DEV_INITRD=y 77 79 CONFIG_INITRAMFS_SOURCE="" 78 80 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 79 - # CONFIG_TASK_XACCT is not set 80 81 CONFIG_SYSCTL=y 81 82 # CONFIG_EMBEDDED is not set 82 83 CONFIG_SYSCTL_SYSCALL=y ··· 92 87 CONFIG_ELF_CORE=y 93 88 CONFIG_BASE_FULL=y 94 89 CONFIG_FUTEX=y 90 + CONFIG_ANON_INODES=y 95 91 CONFIG_EPOLL=y 92 + CONFIG_SIGNALFD=y 93 + CONFIG_TIMERFD=y 94 + CONFIG_EVENTFD=y 96 95 CONFIG_SHMEM=y 97 - CONFIG_SLAB=y 98 96 CONFIG_VM_EVENT_COUNTERS=y 97 + CONFIG_SLAB=y 98 + # CONFIG_SLUB is not set 99 + # CONFIG_SLOB is not set 99 100 CONFIG_RT_MUTEXES=y 100 101 # CONFIG_TINY_SHMEM is not set 101 102 CONFIG_BASE_SMALL=0 102 - # CONFIG_SLOB is not set 103 103 104 104 # 105 105 # Loadable module support ··· 143 133 # CONFIG_EMBEDDED6xx is not set 144 134 # CONFIG_APUS is not set 145 135 CONFIG_PPC_PSERIES=y 136 + CONFIG_PPC_SPLPAR=y 137 + CONFIG_EEH=y 138 + CONFIG_SCANLOG=m 139 + CONFIG_LPARCFG=y 146 140 CONFIG_PPC_ISERIES=y 141 + 142 + # 143 + # iSeries device drivers 144 + # 145 + CONFIG_VIODASD=y 146 + CONFIG_VIOCD=m 147 + CONFIG_VIOTAPE=m 148 + CONFIG_VIOPATH=y 147 149 # CONFIG_PPC_MPC52xx is not set 150 + # CONFIG_PPC_MPC5200 is not set 148 151 CONFIG_PPC_PMAC=y 149 152 CONFIG_PPC_PMAC64=y 150 153 CONFIG_PPC_MAPLE=y 151 154 # CONFIG_PPC_PASEMI is not set 155 + CONFIG_PPC_CELLEB=y 156 + # CONFIG_PPC_PS3 is not set 152 157 CONFIG_PPC_CELL=y 153 158 CONFIG_PPC_CELL_NATIVE=y 154 159 CONFIG_PPC_IBM_CELL_BLADE=y 155 - # CONFIG_PPC_PS3 is not set 160 + 161 + # 162 + # Cell Broadband Engine options 163 + # 164 + CONFIG_SPU_FS=m 165 + CONFIG_SPU_FS_64K_LS=y 166 + CONFIG_SPU_BASE=y 167 + CONFIG_CBE_RAS=y 168 + CONFIG_CBE_THERM=m 169 + CONFIG_CBE_CPUFREQ=m 170 + # CONFIG_PQ2ADS is not set 156 171 CONFIG_PPC_NATIVE=y 157 172 CONFIG_UDBG_RTAS_CONSOLE=y 173 + CONFIG_PPC_UDBG_BEAT=y 158 174 CONFIG_XICS=y 175 + CONFIG_MPIC=y 176 + # CONFIG_MPIC_WEIRD is not set 177 + CONFIG_PPC_I8259=y 159 178 CONFIG_U3_DART=y 160 179 CONFIG_PPC_RTAS=y 161 180 CONFIG_RTAS_ERROR_LOGGING=y 162 181 CONFIG_RTAS_PROC=y 163 182 CONFIG_RTAS_FLASH=m 183 + CONFIG_PPC_PMI=m 164 184 CONFIG_MMIO_NVRAM=y 165 185 CONFIG_MPIC_U3_HT_IRQS=y 166 186 CONFIG_IBMVIO=y ··· 211 171 CONFIG_CPU_FREQ_GOV_USERSPACE=y 212 172 # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set 213 173 # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set 214 - CONFIG_CPU_FREQ_PMAC64=y 215 - # CONFIG_WANT_EARLY_SERIAL is not set 216 - CONFIG_MPIC=y 217 174 218 175 # 219 - # Cell Broadband Engine options 176 + # CPU Frequency drivers 220 177 # 221 - CONFIG_SPU_FS=m 222 - CONFIG_SPU_BASE=y 223 - CONFIG_CBE_RAS=y 224 - CONFIG_CBE_THERM=m 225 - CONFIG_CBE_CPUFREQ=m 178 + CONFIG_CPU_FREQ_PMAC64=y 179 + # CONFIG_CPM2 is not set 226 180 227 181 # 228 182 # Kernel options ··· 239 205 CONFIG_KEXEC=y 240 206 # CONFIG_CRASH_DUMP is not set 241 207 CONFIG_IRQ_ALL_CPUS=y 242 - CONFIG_PPC_SPLPAR=y 243 - CONFIG_EEH=y 244 - CONFIG_SCANLOG=m 245 - CONFIG_LPARCFG=y 246 208 # CONFIG_NUMA is not set 247 209 CONFIG_ARCH_SELECT_MEMORY_MODEL=y 248 210 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 257 227 CONFIG_MEMORY_HOTPLUG_SPARSE=y 258 228 CONFIG_SPLIT_PTLOCK_CPUS=4 259 229 CONFIG_RESOURCES_64BIT=y 230 + CONFIG_ZONE_DMA_FLAG=1 260 231 CONFIG_ARCH_MEMORY_PROBE=y 232 + CONFIG_PPC_HAS_HASH_64K=y 261 233 # CONFIG_PPC_64K_PAGES is not set 262 234 # CONFIG_SCHED_SMT is not set 263 235 CONFIG_PROC_DEVICETREE=y 264 236 # CONFIG_CMDLINE_BOOL is not set 265 237 # CONFIG_PM is not set 266 238 CONFIG_SECCOMP=y 239 + # CONFIG_WANT_DEVICE_TREE is not set 267 240 CONFIG_ISA_DMA_API=y 268 241 269 242 # 270 243 # Bus options 271 244 # 245 + CONFIG_ZONE_DMA=y 272 246 CONFIG_GENERIC_ISA_DMA=y 273 - # CONFIG_MPIC_WEIRD is not set 274 - CONFIG_PPC_I8259=y 275 247 # CONFIG_PPC_INDIRECT_PCI is not set 276 248 CONFIG_PCI=y 277 249 CONFIG_PCI_DOMAINS=y 278 250 # CONFIG_PCIEPORTBUS is not set 251 + CONFIG_ARCH_SUPPORTS_MSI=y 252 + CONFIG_PCI_MSI=y 279 253 # CONFIG_PCI_DEBUG is not set 280 254 281 255 # 282 256 # PCCARD (PCMCIA/CardBus) support 283 257 # 284 258 # CONFIG_PCCARD is not set 285 - 286 - # 287 - # PCI Hotplug Support 288 - # 289 259 CONFIG_HOTPLUG_PCI=m 290 260 # CONFIG_HOTPLUG_PCI_FAKE is not set 291 261 # CONFIG_HOTPLUG_PCI_CPCI is not set ··· 302 272 # 303 273 # Networking options 304 274 # 305 - # CONFIG_NETDEBUG is not set 306 275 CONFIG_PACKET=y 307 276 # CONFIG_PACKET_MMAP is not set 308 277 CONFIG_UNIX=y 309 278 CONFIG_XFRM=y 310 279 CONFIG_XFRM_USER=m 311 280 # CONFIG_XFRM_SUB_POLICY is not set 281 + # CONFIG_XFRM_MIGRATE is not set 312 282 CONFIG_NET_KEY=m 283 + # CONFIG_NET_KEY_MIGRATE is not set 313 284 CONFIG_INET=y 314 285 CONFIG_IP_MULTICAST=y 315 286 # CONFIG_IP_ADVANCED_ROUTER is not set ··· 335 304 CONFIG_TCP_CONG_CUBIC=y 336 305 CONFIG_DEFAULT_TCP_CONG="cubic" 337 306 # CONFIG_TCP_MD5SIG is not set 338 - 339 - # 340 - # IP: Virtual Server Configuration 341 - # 342 307 # CONFIG_IP_VS is not set 343 308 # CONFIG_IPV6 is not set 344 309 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 350 323 CONFIG_NETFILTER_NETLINK_QUEUE=m 351 324 CONFIG_NETFILTER_NETLINK_LOG=m 352 325 CONFIG_NF_CONNTRACK_ENABLED=m 353 - CONFIG_NF_CONNTRACK_SUPPORT=y 354 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 355 326 CONFIG_NF_CONNTRACK=m 356 327 CONFIG_NF_CT_ACCT=y 357 328 CONFIG_NF_CONNTRACK_MARK=y ··· 362 337 CONFIG_NF_CONNTRACK_IRC=m 363 338 CONFIG_NF_CONNTRACK_NETBIOS_NS=m 364 339 CONFIG_NF_CONNTRACK_PPTP=m 340 + # CONFIG_NF_CONNTRACK_SANE is not set 365 341 CONFIG_NF_CONNTRACK_SIP=m 366 342 CONFIG_NF_CONNTRACK_TFTP=m 367 343 CONFIG_NF_CT_NETLINK=m 368 - # CONFIG_NETFILTER_XTABLES is not set 344 + CONFIG_NETFILTER_XTABLES=m 345 + CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 346 + CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 347 + CONFIG_NETFILTER_XT_TARGET_DSCP=m 348 + CONFIG_NETFILTER_XT_TARGET_MARK=m 349 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 350 + CONFIG_NETFILTER_XT_TARGET_NFLOG=m 351 + CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 352 + CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 353 + CONFIG_NETFILTER_XT_MATCH_COMMENT=m 354 + CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 355 + CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 356 + CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 357 + CONFIG_NETFILTER_XT_MATCH_DCCP=m 358 + CONFIG_NETFILTER_XT_MATCH_DSCP=m 359 + CONFIG_NETFILTER_XT_MATCH_ESP=m 360 + CONFIG_NETFILTER_XT_MATCH_HELPER=m 361 + CONFIG_NETFILTER_XT_MATCH_LENGTH=m 362 + CONFIG_NETFILTER_XT_MATCH_LIMIT=m 363 + CONFIG_NETFILTER_XT_MATCH_MAC=m 364 + CONFIG_NETFILTER_XT_MATCH_MARK=m 365 + CONFIG_NETFILTER_XT_MATCH_POLICY=m 366 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 367 + CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 368 + CONFIG_NETFILTER_XT_MATCH_QUOTA=m 369 + CONFIG_NETFILTER_XT_MATCH_REALM=m 370 + CONFIG_NETFILTER_XT_MATCH_SCTP=m 371 + CONFIG_NETFILTER_XT_MATCH_STATE=m 372 + CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 373 + CONFIG_NETFILTER_XT_MATCH_STRING=m 374 + CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 375 + CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 369 376 370 377 # 371 378 # IP: Netfilter Configuration ··· 405 348 CONFIG_NF_CONNTRACK_IPV4=m 406 349 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 407 350 CONFIG_IP_NF_QUEUE=m 408 - 409 - # 410 - # DCCP Configuration (EXPERIMENTAL) 411 - # 351 + CONFIG_IP_NF_IPTABLES=m 352 + CONFIG_IP_NF_MATCH_IPRANGE=m 353 + CONFIG_IP_NF_MATCH_TOS=m 354 + CONFIG_IP_NF_MATCH_RECENT=m 355 + CONFIG_IP_NF_MATCH_ECN=m 356 + CONFIG_IP_NF_MATCH_AH=m 357 + CONFIG_IP_NF_MATCH_TTL=m 358 + CONFIG_IP_NF_MATCH_OWNER=m 359 + CONFIG_IP_NF_MATCH_ADDRTYPE=m 360 + CONFIG_IP_NF_FILTER=m 361 + CONFIG_IP_NF_TARGET_REJECT=m 362 + CONFIG_IP_NF_TARGET_LOG=m 363 + CONFIG_IP_NF_TARGET_ULOG=m 364 + CONFIG_NF_NAT=m 365 + CONFIG_NF_NAT_NEEDED=y 366 + CONFIG_IP_NF_TARGET_MASQUERADE=m 367 + CONFIG_IP_NF_TARGET_REDIRECT=m 368 + CONFIG_IP_NF_TARGET_NETMAP=m 369 + CONFIG_IP_NF_TARGET_SAME=m 370 + CONFIG_NF_NAT_SNMP_BASIC=m 371 + CONFIG_NF_NAT_PROTO_GRE=m 372 + CONFIG_NF_NAT_FTP=m 373 + CONFIG_NF_NAT_IRC=m 374 + CONFIG_NF_NAT_TFTP=m 375 + CONFIG_NF_NAT_AMANDA=m 376 + CONFIG_NF_NAT_PPTP=m 377 + CONFIG_NF_NAT_H323=m 378 + CONFIG_NF_NAT_SIP=m 379 + CONFIG_IP_NF_MANGLE=m 380 + CONFIG_IP_NF_TARGET_TOS=m 381 + CONFIG_IP_NF_TARGET_ECN=m 382 + CONFIG_IP_NF_TARGET_TTL=m 383 + CONFIG_IP_NF_TARGET_CLUSTERIP=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 412 388 # CONFIG_IP_DCCP is not set 413 - 414 - # 415 - # SCTP Configuration (EXPERIMENTAL) 416 - # 417 389 # CONFIG_IP_SCTP is not set 418 - 419 - # 420 - # TIPC Configuration (EXPERIMENTAL) 421 - # 422 390 # CONFIG_TIPC is not set 423 391 # CONFIG_ATM is not set 424 392 # CONFIG_BRIDGE is not set ··· 462 380 # QoS and/or fair queueing 463 381 # 464 382 # CONFIG_NET_SCHED is not set 383 + CONFIG_NET_CLS_ROUTE=y 465 384 466 385 # 467 386 # Network testing ··· 471 388 # CONFIG_HAMRADIO is not set 472 389 # CONFIG_IRDA is not set 473 390 # CONFIG_BT is not set 391 + # CONFIG_AF_RXRPC is not set 392 + 393 + # 394 + # Wireless 395 + # 396 + # CONFIG_CFG80211 is not set 397 + # CONFIG_WIRELESS_EXT is not set 398 + # CONFIG_MAC80211 is not set 474 399 # CONFIG_IEEE80211 is not set 400 + # CONFIG_RFKILL is not set 475 401 476 402 # 477 403 # Device Drivers ··· 493 401 CONFIG_PREVENT_FIRMWARE_BUILD=y 494 402 CONFIG_FW_LOADER=y 495 403 # CONFIG_DEBUG_DRIVER is not set 404 + # CONFIG_DEBUG_DEVRES is not set 496 405 # CONFIG_SYS_HYPERVISOR is not set 497 406 498 407 # 499 408 # Connector - unified userspace <-> kernelspace linker 500 409 # 501 410 # CONFIG_CONNECTOR is not set 502 - 503 - # 504 - # Memory Technology Devices (MTD) 505 - # 506 411 # CONFIG_MTD is not set 507 412 508 413 # ··· 510 421 # 511 422 # Plug and Play support 512 423 # 424 + # CONFIG_PNPACPI is not set 513 425 514 426 # 515 427 # Block devices ··· 530 440 CONFIG_BLK_DEV_RAM_COUNT=16 531 441 CONFIG_BLK_DEV_RAM_SIZE=65536 532 442 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 533 - CONFIG_BLK_DEV_INITRD=y 534 443 # CONFIG_CDROM_PKTCDVD is not set 535 444 # CONFIG_ATA_OVER_ETH is not set 536 445 537 446 # 538 447 # Misc devices 539 448 # 449 + # CONFIG_PHANTOM is not set 540 450 # CONFIG_SGI_IOC4 is not set 541 451 # CONFIG_TIFM_CORE is not set 542 - 543 - # 544 - # ATA/ATAPI/MFM/RLL support 545 - # 452 + # CONFIG_BLINK is not set 546 453 CONFIG_IDE=y 547 454 CONFIG_BLK_DEV_IDE=y 548 455 ··· 554 467 # CONFIG_BLK_DEV_IDEFLOPPY is not set 555 468 # CONFIG_BLK_DEV_IDESCSI is not set 556 469 # CONFIG_IDE_TASK_IOCTL is not set 470 + CONFIG_IDE_PROC_FS=y 557 471 558 472 # 559 473 # IDE chipset support/bugfixes ··· 562 474 CONFIG_IDE_GENERIC=y 563 475 CONFIG_BLK_DEV_IDEPCI=y 564 476 CONFIG_IDEPCI_SHARE_IRQ=y 477 + CONFIG_IDEPCI_PCIBUS_ORDER=y 565 478 # CONFIG_BLK_DEV_OFFBOARD is not set 566 479 CONFIG_BLK_DEV_GENERIC=y 567 480 # CONFIG_BLK_DEV_OPTI621 is not set 568 481 CONFIG_BLK_DEV_IDEDMA_PCI=y 569 482 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 570 - CONFIG_IDEDMA_PCI_AUTO=y 571 483 # CONFIG_IDEDMA_ONLYDISK is not set 572 484 # CONFIG_BLK_DEV_AEC62XX is not set 573 485 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 582 494 # CONFIG_BLK_DEV_JMICRON is not set 583 495 # CONFIG_BLK_DEV_SC1200 is not set 584 496 # CONFIG_BLK_DEV_PIIX is not set 497 + # CONFIG_BLK_DEV_IT8213 is not set 585 498 # CONFIG_BLK_DEV_IT821X is not set 586 499 # CONFIG_BLK_DEV_NS87415 is not set 587 500 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 593 504 # CONFIG_BLK_DEV_SLC90E66 is not set 594 505 # CONFIG_BLK_DEV_TRM290 is not set 595 506 # CONFIG_BLK_DEV_VIA82CXXX is not set 507 + # CONFIG_BLK_DEV_TC86C001 is not set 508 + CONFIG_BLK_DEV_CELLEB=y 596 509 CONFIG_BLK_DEV_IDE_PMAC=y 597 510 CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y 598 511 CONFIG_BLK_DEV_IDEDMA_PMAC=y 599 512 # CONFIG_IDE_ARM is not set 600 513 CONFIG_BLK_DEV_IDEDMA=y 601 514 # CONFIG_IDEDMA_IVB is not set 602 - CONFIG_IDEDMA_AUTO=y 603 515 # CONFIG_BLK_DEV_HD is not set 604 516 605 517 # ··· 630 540 CONFIG_SCSI_CONSTANTS=y 631 541 # CONFIG_SCSI_LOGGING is not set 632 542 # CONFIG_SCSI_SCAN_ASYNC is not set 543 + CONFIG_SCSI_WAIT_SCAN=m 633 544 634 545 # 635 546 # SCSI Transports ··· 684 593 # CONFIG_SCSI_DC390T is not set 685 594 CONFIG_SCSI_DEBUG=m 686 595 # CONFIG_SCSI_SRP is not set 687 - 688 - # 689 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 690 - # 691 596 CONFIG_ATA=y 597 + CONFIG_ATA_NONSTANDARD=y 692 598 # CONFIG_SATA_AHCI is not set 693 599 CONFIG_SATA_SVW=y 694 600 # CONFIG_ATA_PIIX is not set ··· 701 613 # CONFIG_SATA_ULI is not set 702 614 # CONFIG_SATA_VIA is not set 703 615 # CONFIG_SATA_VITESSE is not set 616 + # CONFIG_SATA_INIC162X is not set 704 617 # CONFIG_PATA_ALI is not set 705 618 # CONFIG_PATA_AMD is not set 706 619 # CONFIG_PATA_ARTOP is not set 707 620 # CONFIG_PATA_ATIIXP is not set 621 + # CONFIG_PATA_CMD640_PCI is not set 708 622 # CONFIG_PATA_CMD64X is not set 709 623 # CONFIG_PATA_CS5520 is not set 710 624 # CONFIG_PATA_CS5530 is not set ··· 718 628 # CONFIG_PATA_HPT3X2N is not set 719 629 # CONFIG_PATA_HPT3X3 is not set 720 630 # CONFIG_PATA_IT821X is not set 631 + # CONFIG_PATA_IT8213 is not set 721 632 # CONFIG_PATA_JMICRON is not set 722 633 # CONFIG_PATA_TRIFLEX is not set 723 634 # CONFIG_PATA_MARVELL is not set ··· 738 647 # CONFIG_PATA_SIS is not set 739 648 # CONFIG_PATA_VIA is not set 740 649 CONFIG_PATA_WINBOND=y 650 + CONFIG_PATA_SCC=y 741 651 742 652 # 743 653 # Multi-device support (RAID and LVM) ··· 761 669 CONFIG_DM_ZERO=m 762 670 CONFIG_DM_MULTIPATH=m 763 671 CONFIG_DM_MULTIPATH_EMC=m 672 + # CONFIG_DM_DELAY is not set 764 673 765 674 # 766 675 # Fusion MPT device support ··· 774 681 # 775 682 # IEEE 1394 (FireWire) support 776 683 # 684 + # CONFIG_FIREWIRE is not set 777 685 CONFIG_IEEE1394=y 778 686 779 687 # 780 688 # Subsystem Options 781 689 # 782 690 # CONFIG_IEEE1394_VERBOSEDEBUG is not set 783 - # CONFIG_IEEE1394_OUI_DB is not set 784 - CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y 785 - CONFIG_IEEE1394_CONFIG_ROM_IP1394=y 786 - # CONFIG_IEEE1394_EXPORT_FULL_API is not set 787 691 788 692 # 789 - # Device Drivers 693 + # Controllers 790 694 # 791 695 # CONFIG_IEEE1394_PCILYNX is not set 792 696 CONFIG_IEEE1394_OHCI1394=y 793 697 794 698 # 795 - # Protocol Drivers 699 + # Protocols 796 700 # 797 701 CONFIG_IEEE1394_VIDEO1394=m 798 702 CONFIG_IEEE1394_SBP2=m 703 + CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y 799 704 CONFIG_IEEE1394_ETH1394=m 800 705 CONFIG_IEEE1394_DV1394=m 801 706 CONFIG_IEEE1394_RAWIO=y ··· 802 711 # I2O device support 803 712 # 804 713 # CONFIG_I2O is not set 805 - 806 - # 807 - # Macintosh device drivers 808 - # 714 + CONFIG_MACINTOSH_DRIVERS=y 809 715 CONFIG_ADB_PMU=y 810 716 # CONFIG_ADB_PMU_LED is not set 811 717 CONFIG_PMAC_SMU=y ··· 822 734 CONFIG_BONDING=m 823 735 # CONFIG_EQUALIZER is not set 824 736 CONFIG_TUN=m 825 - 826 - # 827 - # ARCnet devices 828 - # 829 737 # CONFIG_ARCNET is not set 738 + CONFIG_PHYLIB=m 830 739 831 740 # 832 - # PHY device support 741 + # MII PHY device drivers 833 742 # 834 - # CONFIG_PHYLIB is not set 743 + CONFIG_MARVELL_PHY=m 744 + # CONFIG_DAVICOM_PHY is not set 745 + # CONFIG_QSEMI_PHY is not set 746 + # CONFIG_LXT_PHY is not set 747 + # CONFIG_CICADA_PHY is not set 748 + # CONFIG_VITESSE_PHY is not set 749 + # CONFIG_SMSC_PHY is not set 750 + CONFIG_BROADCOM_PHY=m 751 + CONFIG_FIXED_PHY=m 752 + CONFIG_FIXED_MII_10_FDX=y 753 + CONFIG_FIXED_MII_100_FDX=y 835 754 836 755 # 837 756 # Ethernet (10 or 100Mbit) ··· 877 782 # CONFIG_EPIC100 is not set 878 783 # CONFIG_SUNDANCE is not set 879 784 # CONFIG_VIA_RHINE is not set 880 - 881 - # 882 - # Ethernet (1000 Mbit) 883 - # 785 + # CONFIG_SC92031 is not set 786 + CONFIG_NETDEV_1000=y 884 787 CONFIG_ACENIC=y 885 788 CONFIG_ACENIC_OMIT_TIGON_I=y 886 789 # CONFIG_DL2K is not set ··· 898 805 # CONFIG_BNX2 is not set 899 806 CONFIG_SPIDER_NET=m 900 807 # CONFIG_QLA3XXX is not set 901 - 902 - # 903 - # Ethernet (10000 Mbit) 904 - # 808 + # CONFIG_ATL1 is not set 809 + CONFIG_NETDEV_10000=y 905 810 # CONFIG_CHELSIO_T1 is not set 811 + # CONFIG_CHELSIO_T3 is not set 906 812 CONFIG_IXGB=m 907 813 # CONFIG_IXGB_NAPI is not set 908 814 # CONFIG_S2IO is not set 909 815 # CONFIG_MYRI10GE is not set 910 816 # CONFIG_NETXEN_NIC is not set 911 - 912 - # 913 - # Token Ring devices 914 - # 817 + CONFIG_PASEMI_MAC=m 818 + # CONFIG_MLX4_CORE is not set 915 819 CONFIG_TR=y 916 820 CONFIG_IBMOL=y 917 821 # CONFIG_3C359 is not set 918 822 # CONFIG_TMS380TR is not set 919 823 920 824 # 921 - # Wireless LAN (non-hamradio) 825 + # Wireless LAN 922 826 # 923 - # CONFIG_NET_RADIO is not set 827 + # CONFIG_WLAN_PRE80211 is not set 828 + # CONFIG_WLAN_80211 is not set 924 829 925 830 # 926 - # Wan interfaces 831 + # USB Network Adapters 927 832 # 833 + # CONFIG_USB_CATC is not set 834 + # CONFIG_USB_KAWETH is not set 835 + # CONFIG_USB_PEGASUS is not set 836 + # CONFIG_USB_RTL8150 is not set 837 + # CONFIG_USB_USBNET_MII is not set 838 + # CONFIG_USB_USBNET is not set 928 839 # CONFIG_WAN is not set 929 840 CONFIG_ISERIES_VETH=m 930 841 # CONFIG_FDDI is not set ··· 948 851 # CONFIG_SHAPER is not set 949 852 CONFIG_NETCONSOLE=y 950 853 CONFIG_NETPOLL=y 951 - CONFIG_NETPOLL_RX=y 952 854 CONFIG_NETPOLL_TRAP=y 953 855 CONFIG_NET_POLL_CONTROLLER=y 954 856 ··· 966 870 # 967 871 CONFIG_INPUT=y 968 872 # CONFIG_INPUT_FF_MEMLESS is not set 873 + # CONFIG_INPUT_POLLDEV is not set 969 874 970 875 # 971 876 # Userland interfaces ··· 992 895 # CONFIG_KEYBOARD_STOWAWAY is not set 993 896 CONFIG_INPUT_MOUSE=y 994 897 CONFIG_MOUSE_PS2=y 898 + CONFIG_MOUSE_PS2_ALPS=y 899 + CONFIG_MOUSE_PS2_LOGIPS2PP=y 900 + CONFIG_MOUSE_PS2_SYNAPTICS=y 901 + CONFIG_MOUSE_PS2_LIFEBOOK=y 902 + CONFIG_MOUSE_PS2_TRACKPOINT=y 903 + # CONFIG_MOUSE_PS2_TOUCHKIT is not set 995 904 # CONFIG_MOUSE_SERIAL is not set 905 + # CONFIG_MOUSE_APPLETOUCH is not set 996 906 # CONFIG_MOUSE_VSXXXAA is not set 997 907 # CONFIG_INPUT_JOYSTICK is not set 908 + # CONFIG_INPUT_TABLET is not set 998 909 # CONFIG_INPUT_TOUCHSCREEN is not set 999 910 CONFIG_INPUT_MISC=y 1000 911 CONFIG_INPUT_PCSPKR=m 912 + # CONFIG_INPUT_ATI_REMOTE is not set 913 + # CONFIG_INPUT_ATI_REMOTE2 is not set 914 + # CONFIG_INPUT_KEYSPAN_REMOTE is not set 915 + # CONFIG_INPUT_POWERMATE is not set 916 + # CONFIG_INPUT_YEALINK is not set 1001 917 # CONFIG_INPUT_UINPUT is not set 1002 918 1003 919 # ··· 1050 940 CONFIG_SERIAL_CORE_CONSOLE=y 1051 941 # CONFIG_SERIAL_PMACZILOG is not set 1052 942 CONFIG_SERIAL_ICOM=m 943 + CONFIG_SERIAL_TXX9=y 944 + CONFIG_HAS_TXX9_SERIAL=y 945 + CONFIG_SERIAL_TXX9_NR_UARTS=6 946 + CONFIG_SERIAL_TXX9_CONSOLE=y 1053 947 # CONFIG_SERIAL_JSM is not set 948 + # CONFIG_SERIAL_OF_PLATFORM is not set 1054 949 CONFIG_UNIX98_PTYS=y 1055 950 CONFIG_LEGACY_PTYS=y 1056 951 CONFIG_LEGACY_PTY_COUNT=256 ··· 1063 948 CONFIG_HVC_CONSOLE=y 1064 949 CONFIG_HVC_ISERIES=y 1065 950 CONFIG_HVC_RTAS=y 951 + CONFIG_HVC_BEAT=y 1066 952 CONFIG_HVCS=m 1067 953 1068 954 # 1069 955 # IPMI 1070 956 # 1071 957 # CONFIG_IPMI_HANDLER is not set 1072 - 1073 - # 1074 - # Watchdog Cards 1075 - # 1076 958 # CONFIG_WATCHDOG is not set 1077 959 # CONFIG_HW_RANDOM is not set 1078 960 CONFIG_GEN_RTC=y 1079 961 # CONFIG_GEN_RTC_X is not set 1080 - # CONFIG_DTLK is not set 1081 962 # CONFIG_R3964 is not set 1082 963 # CONFIG_APPLICOM is not set 1083 964 # CONFIG_AGP is not set ··· 1086 975 # TPM devices 1087 976 # 1088 977 # CONFIG_TCG_TPM is not set 1089 - 1090 - # 1091 - # I2C support 1092 - # 978 + CONFIG_DEVPORT=y 1093 979 CONFIG_I2C=y 980 + CONFIG_I2C_BOARDINFO=y 1094 981 CONFIG_I2C_CHARDEV=y 1095 982 1096 983 # ··· 1115 1006 # CONFIG_I2C_PARPORT_LIGHT is not set 1116 1007 # CONFIG_I2C_PROSAVAGE is not set 1117 1008 # CONFIG_I2C_SAVAGE4 is not set 1009 + # CONFIG_I2C_SIMTEC is not set 1118 1010 # CONFIG_I2C_SIS5595 is not set 1119 1011 # CONFIG_I2C_SIS630 is not set 1120 1012 # CONFIG_I2C_SIS96X is not set 1121 1013 # CONFIG_I2C_STUB is not set 1014 + # CONFIG_I2C_TINY_USB is not set 1122 1015 # CONFIG_I2C_VIA is not set 1123 1016 # CONFIG_I2C_VIAPRO is not set 1124 1017 # CONFIG_I2C_VOODOO3 is not set 1125 - # CONFIG_I2C_PCA_ISA is not set 1126 1018 1127 1019 # 1128 1020 # Miscellaneous I2C Chip support ··· 1150 1040 # Dallas's 1-wire bus 1151 1041 # 1152 1042 # CONFIG_W1 is not set 1043 + # CONFIG_HWMON is not set 1153 1044 1154 1045 # 1155 - # Hardware Monitoring support 1046 + # Multifunction device drivers 1156 1047 # 1157 - # CONFIG_HWMON is not set 1158 - # CONFIG_HWMON_VID is not set 1048 + # CONFIG_MFD_SM501 is not set 1159 1049 1160 1050 # 1161 1051 # Multimedia devices 1162 1052 # 1163 1053 # CONFIG_VIDEO_DEV is not set 1164 - 1165 - # 1166 - # Digital Video Broadcasting Devices 1167 - # 1168 - # CONFIG_DVB is not set 1169 - # CONFIG_USB_DABUSB is not set 1054 + # CONFIG_DVB_CORE is not set 1055 + # CONFIG_DAB is not set 1170 1056 1171 1057 # 1172 1058 # Graphics support 1173 1059 # 1174 - CONFIG_FIRMWARE_EDID=y 1060 + CONFIG_BACKLIGHT_LCD_SUPPORT=y 1061 + CONFIG_BACKLIGHT_CLASS_DEVICE=y 1062 + CONFIG_LCD_CLASS_DEVICE=y 1063 + 1064 + # 1065 + # Display device support 1066 + # 1067 + CONFIG_DISPLAY_SUPPORT=y 1068 + 1069 + # 1070 + # Display hardware drivers 1071 + # 1072 + # CONFIG_VGASTATE is not set 1175 1073 CONFIG_FB=y 1074 + CONFIG_FIRMWARE_EDID=y 1176 1075 CONFIG_FB_DDC=y 1177 1076 CONFIG_FB_CFB_FILLRECT=y 1178 1077 CONFIG_FB_CFB_COPYAREA=y 1179 1078 CONFIG_FB_CFB_IMAGEBLIT=y 1079 + # CONFIG_FB_SYS_FILLRECT is not set 1080 + # CONFIG_FB_SYS_COPYAREA is not set 1081 + # CONFIG_FB_SYS_IMAGEBLIT is not set 1082 + # CONFIG_FB_SYS_FOPS is not set 1083 + CONFIG_FB_DEFERRED_IO=y 1084 + # CONFIG_FB_SVGALIB is not set 1180 1085 CONFIG_FB_MACMODES=y 1181 - # CONFIG_FB_BACKLIGHT is not set 1086 + CONFIG_FB_BACKLIGHT=y 1182 1087 CONFIG_FB_MODE_HELPERS=y 1183 1088 CONFIG_FB_TILEBLITTING=y 1089 + 1090 + # 1091 + # Frame buffer hardware drivers 1092 + # 1184 1093 # CONFIG_FB_CIRRUS is not set 1185 1094 # CONFIG_FB_PM2 is not set 1186 1095 # CONFIG_FB_CYBER2000 is not set ··· 1219 1090 CONFIG_FB_MATROX_MULTIHEAD=y 1220 1091 CONFIG_FB_RADEON=y 1221 1092 CONFIG_FB_RADEON_I2C=y 1093 + CONFIG_FB_RADEON_BACKLIGHT=y 1222 1094 # CONFIG_FB_RADEON_DEBUG is not set 1223 1095 # CONFIG_FB_ATY128 is not set 1224 1096 # CONFIG_FB_ATY is not set 1097 + # CONFIG_FB_S3 is not set 1225 1098 # CONFIG_FB_SAVAGE is not set 1226 1099 # CONFIG_FB_SIS is not set 1227 1100 # CONFIG_FB_NEOMAGIC is not set 1228 1101 # CONFIG_FB_KYRO is not set 1229 1102 # CONFIG_FB_3DFX is not set 1230 1103 # CONFIG_FB_VOODOO1 is not set 1104 + # CONFIG_FB_VT8623 is not set 1231 1105 # CONFIG_FB_TRIDENT is not set 1106 + # CONFIG_FB_ARK is not set 1107 + # CONFIG_FB_PM3 is not set 1232 1108 CONFIG_FB_IBM_GXT4500=y 1233 1109 # CONFIG_FB_VIRTUAL is not set 1234 1110 ··· 1247 1113 # CONFIG_FONTS is not set 1248 1114 CONFIG_FONT_8x8=y 1249 1115 CONFIG_FONT_8x16=y 1250 - 1251 - # 1252 - # Logo configuration 1253 - # 1254 1116 CONFIG_LOGO=y 1255 1117 CONFIG_LOGO_LINUX_MONO=y 1256 1118 CONFIG_LOGO_LINUX_VGA16=y 1257 1119 CONFIG_LOGO_LINUX_CLUT224=y 1258 - CONFIG_BACKLIGHT_LCD_SUPPORT=y 1259 - CONFIG_BACKLIGHT_CLASS_DEVICE=y 1260 - CONFIG_BACKLIGHT_DEVICE=y 1261 - CONFIG_LCD_CLASS_DEVICE=y 1262 - CONFIG_LCD_DEVICE=y 1263 1120 1264 1121 # 1265 1122 # Sound ··· 1367 1242 # 1368 1243 # CONFIG_SND_USB_AUDIO is not set 1369 1244 # CONFIG_SND_USB_USX2Y is not set 1245 + # CONFIG_SND_USB_CAIAQ is not set 1246 + 1247 + # 1248 + # System on Chip audio support 1249 + # 1250 + # CONFIG_SND_SOC is not set 1370 1251 1371 1252 # 1372 1253 # Open Sound System ··· 1383 1252 # HID Devices 1384 1253 # 1385 1254 CONFIG_HID=y 1255 + # CONFIG_HID_DEBUG is not set 1256 + 1257 + # 1258 + # USB Input Devices 1259 + # 1260 + CONFIG_USB_HID=y 1261 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1262 + # CONFIG_HID_FF is not set 1263 + CONFIG_USB_HIDDEV=y 1386 1264 1387 1265 # 1388 1266 # USB support ··· 1406 1266 # Miscellaneous USB options 1407 1267 # 1408 1268 CONFIG_USB_DEVICEFS=y 1409 - # CONFIG_USB_BANDWIDTH is not set 1269 + CONFIG_USB_DEVICE_CLASS=y 1410 1270 # CONFIG_USB_DYNAMIC_MINORS is not set 1411 - # CONFIG_USB_MULTITHREAD_PROBE is not set 1412 1271 # CONFIG_USB_OTG is not set 1413 1272 1414 1273 # ··· 1417 1278 # CONFIG_USB_EHCI_SPLIT_ISO is not set 1418 1279 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1419 1280 CONFIG_USB_EHCI_TT_NEWSCHED=y 1281 + CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y 1420 1282 # CONFIG_USB_ISP116X_HCD is not set 1421 1283 CONFIG_USB_OHCI_HCD=y 1422 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1284 + # CONFIG_USB_OHCI_HCD_PPC_OF is not set 1285 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1286 + CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y 1423 1287 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1424 1288 # CONFIG_USB_UHCI_HCD is not set 1425 1289 # CONFIG_USB_SL811_HCD is not set ··· 1456 1314 # CONFIG_USB_LIBUSUAL is not set 1457 1315 1458 1316 # 1459 - # USB Input Devices 1460 - # 1461 - CONFIG_USB_HID=y 1462 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1463 - # CONFIG_HID_FF is not set 1464 - CONFIG_USB_HIDDEV=y 1465 - # CONFIG_USB_AIPTEK is not set 1466 - # CONFIG_USB_WACOM is not set 1467 - # CONFIG_USB_ACECAD is not set 1468 - # CONFIG_USB_KBTAB is not set 1469 - # CONFIG_USB_POWERMATE is not set 1470 - # CONFIG_USB_TOUCHSCREEN is not set 1471 - # CONFIG_USB_YEALINK is not set 1472 - # CONFIG_USB_XPAD is not set 1473 - # CONFIG_USB_ATI_REMOTE is not set 1474 - # CONFIG_USB_ATI_REMOTE2 is not set 1475 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1476 - # CONFIG_USB_APPLETOUCH is not set 1477 - 1478 - # 1479 1317 # USB Imaging devices 1480 1318 # 1481 1319 # CONFIG_USB_MDC800 is not set 1482 1320 # CONFIG_USB_MICROTEK is not set 1483 - 1484 - # 1485 - # USB Network Adapters 1486 - # 1487 - # CONFIG_USB_CATC is not set 1488 - # CONFIG_USB_KAWETH is not set 1489 - # CONFIG_USB_PEGASUS is not set 1490 - # CONFIG_USB_RTL8150 is not set 1491 - # CONFIG_USB_USBNET_MII is not set 1492 - # CONFIG_USB_USBNET is not set 1493 1321 # CONFIG_USB_MON is not set 1494 1322 1495 1323 # ··· 1481 1369 # CONFIG_USB_RIO500 is not set 1482 1370 # CONFIG_USB_LEGOTOWER is not set 1483 1371 # CONFIG_USB_LCD is not set 1372 + # CONFIG_USB_BERRY_CHARGE is not set 1484 1373 # CONFIG_USB_LED is not set 1485 1374 # CONFIG_USB_CYPRESS_CY7C63 is not set 1486 1375 # CONFIG_USB_CYTHERM is not set ··· 1492 1379 # CONFIG_USB_SISUSBVGA is not set 1493 1380 # CONFIG_USB_LD is not set 1494 1381 # CONFIG_USB_TRANCEVIBRATOR is not set 1382 + # CONFIG_USB_IOWARRIOR is not set 1495 1383 # CONFIG_USB_TEST is not set 1496 1384 1497 1385 # ··· 1503 1389 # USB Gadget Support 1504 1390 # 1505 1391 # CONFIG_USB_GADGET is not set 1506 - 1507 - # 1508 - # MMC/SD Card support 1509 - # 1510 1392 # CONFIG_MMC is not set 1511 1393 1512 1394 # ··· 1527 1417 CONFIG_INFINIBAND_ADDR_TRANS=y 1528 1418 CONFIG_INFINIBAND_MTHCA=m 1529 1419 CONFIG_INFINIBAND_MTHCA_DEBUG=y 1420 + # CONFIG_INFINIBAND_IPATH is not set 1530 1421 # CONFIG_INFINIBAND_AMSO1100 is not set 1422 + # CONFIG_MLX4_INFINIBAND is not set 1531 1423 CONFIG_INFINIBAND_IPOIB=m 1424 + # CONFIG_INFINIBAND_IPOIB_CM is not set 1532 1425 CONFIG_INFINIBAND_IPOIB_DEBUG=y 1533 1426 # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set 1534 1427 # CONFIG_INFINIBAND_SRP is not set ··· 1557 1444 1558 1445 # 1559 1446 # DMA Devices 1560 - # 1561 - 1562 - # 1563 - # Virtualization 1564 1447 # 1565 1448 1566 1449 # ··· 1676 1567 CONFIG_NFS_COMMON=y 1677 1568 CONFIG_SUNRPC=y 1678 1569 CONFIG_SUNRPC_GSS=y 1570 + # CONFIG_SUNRPC_BIND34 is not set 1679 1571 CONFIG_RPCSEC_GSS_KRB5=y 1680 1572 CONFIG_RPCSEC_GSS_SPKM3=m 1681 1573 # CONFIG_SMB_FS is not set ··· 1712 1602 # CONFIG_SUN_PARTITION is not set 1713 1603 # CONFIG_KARMA_PARTITION is not set 1714 1604 # CONFIG_EFI_PARTITION is not set 1605 + # CONFIG_SYSV68_PARTITION is not set 1715 1606 1716 1607 # 1717 1608 # Native Language Support ··· 1762 1651 # Distributed Lock Manager 1763 1652 # 1764 1653 # CONFIG_DLM is not set 1765 - 1766 - # 1767 - # iSeries device drivers 1768 - # 1769 - # CONFIG_VIOCONS is not set 1770 - CONFIG_VIODASD=y 1771 - CONFIG_VIOCD=m 1772 - CONFIG_VIOTAPE=m 1773 - CONFIG_VIOPATH=y 1654 + # CONFIG_UCC_SLOW is not set 1774 1655 1775 1656 # 1776 1657 # Library routines ··· 1770 1667 CONFIG_BITREVERSE=y 1771 1668 CONFIG_CRC_CCITT=m 1772 1669 # CONFIG_CRC16 is not set 1670 + # CONFIG_CRC_ITU_T is not set 1773 1671 CONFIG_CRC32=y 1774 1672 CONFIG_LIBCRC32C=m 1775 1673 CONFIG_ZLIB_INFLATE=y 1776 1674 CONFIG_ZLIB_DEFLATE=m 1777 1675 CONFIG_TEXTSEARCH=y 1778 1676 CONFIG_TEXTSEARCH_KMP=m 1677 + CONFIG_TEXTSEARCH_BM=m 1678 + CONFIG_TEXTSEARCH_FSM=m 1779 1679 CONFIG_PLIST=y 1780 - CONFIG_IOMAP_COPY=y 1680 + CONFIG_HAS_IOMEM=y 1681 + CONFIG_HAS_IOPORT=y 1682 + CONFIG_HAS_DMA=y 1781 1683 1782 1684 # 1783 1685 # Instrumentation Support ··· 1801 1693 CONFIG_DEBUG_FS=y 1802 1694 # CONFIG_HEADERS_CHECK is not set 1803 1695 CONFIG_DEBUG_KERNEL=y 1804 - CONFIG_LOG_BUF_SHIFT=17 1696 + # CONFIG_DEBUG_SHIRQ is not set 1805 1697 CONFIG_DETECT_SOFTLOCKUP=y 1806 1698 # CONFIG_SCHEDSTATS is not set 1699 + # CONFIG_TIMER_STATS is not set 1807 1700 # CONFIG_DEBUG_SLAB is not set 1808 1701 # CONFIG_DEBUG_RT_MUTEXES is not set 1809 1702 # CONFIG_RT_MUTEX_TESTER is not set 1810 1703 # CONFIG_DEBUG_SPINLOCK is not set 1811 1704 CONFIG_DEBUG_MUTEXES=y 1812 - # CONFIG_DEBUG_RWSEMS is not set 1813 1705 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1814 1706 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1815 1707 # CONFIG_DEBUG_KOBJECT is not set ··· 1819 1711 # CONFIG_DEBUG_LIST is not set 1820 1712 CONFIG_FORCED_INLINING=y 1821 1713 # CONFIG_RCU_TORTURE_TEST is not set 1714 + # CONFIG_FAULT_INJECTION is not set 1822 1715 CONFIG_DEBUG_STACKOVERFLOW=y 1823 1716 CONFIG_DEBUG_STACK_USAGE=y 1717 + # CONFIG_DEBUG_PAGEALLOC is not set 1824 1718 # CONFIG_HCALL_STATS is not set 1825 1719 CONFIG_DEBUGGER=y 1826 1720 CONFIG_XMON=y ··· 1859 1749 # CONFIG_CRYPTO_GF128MUL is not set 1860 1750 CONFIG_CRYPTO_ECB=m 1861 1751 CONFIG_CRYPTO_CBC=y 1752 + CONFIG_CRYPTO_PCBC=m 1862 1753 # CONFIG_CRYPTO_LRW is not set 1754 + # CONFIG_CRYPTO_CRYPTD is not set 1863 1755 CONFIG_CRYPTO_DES=y 1756 + # CONFIG_CRYPTO_FCRYPT is not set 1864 1757 CONFIG_CRYPTO_BLOWFISH=m 1865 1758 CONFIG_CRYPTO_TWOFISH=m 1866 1759 CONFIG_CRYPTO_TWOFISH_COMMON=m ··· 1878 1765 CONFIG_CRYPTO_DEFLATE=m 1879 1766 CONFIG_CRYPTO_MICHAEL_MIC=m 1880 1767 CONFIG_CRYPTO_CRC32C=m 1768 + # CONFIG_CRYPTO_CAMELLIA is not set 1881 1769 CONFIG_CRYPTO_TEST=m 1882 1770 1883 1771 #
+23 -75
arch/powerpc/configs/prpmc2800_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Wed May 9 09:42:46 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 14:15:11 2007 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 CONFIG_PPC32=y ··· 90 90 CONFIG_ELF_CORE=y 91 91 CONFIG_BASE_FULL=y 92 92 CONFIG_FUTEX=y 93 + CONFIG_ANON_INODES=y 93 94 CONFIG_EPOLL=y 95 + CONFIG_SIGNALFD=y 96 + CONFIG_TIMERFD=y 97 + CONFIG_EVENTFD=y 94 98 CONFIG_SHMEM=y 95 99 CONFIG_VM_EVENT_COUNTERS=y 96 100 CONFIG_SLAB=y ··· 278 274 # CONFIG_INET6_TUNNEL is not set 279 275 # CONFIG_NETWORK_SECMARK is not set 280 276 # CONFIG_NETFILTER is not set 281 - 282 - # 283 - # DCCP Configuration (EXPERIMENTAL) 284 - # 285 277 # CONFIG_IP_DCCP is not set 286 - 287 - # 288 - # SCTP Configuration (EXPERIMENTAL) 289 - # 290 278 # CONFIG_IP_SCTP is not set 291 - 292 - # 293 - # TIPC Configuration (EXPERIMENTAL) 294 - # 295 279 # CONFIG_TIPC is not set 296 280 # CONFIG_ATM is not set 297 281 # CONFIG_BRIDGE is not set ··· 375 383 # CONFIG_MTD_RAM is not set 376 384 # CONFIG_MTD_ROM is not set 377 385 # CONFIG_MTD_ABSENT is not set 378 - # CONFIG_MTD_OBSOLETE_CHIPS is not set 379 386 380 387 # 381 388 # Mapping drivers for chip access ··· 445 454 # CONFIG_SGI_IOC4 is not set 446 455 # CONFIG_TIFM_CORE is not set 447 456 # CONFIG_BLINK is not set 448 - 449 - # 450 - # ATA/ATAPI/MFM/RLL support 451 - # 452 457 CONFIG_IDE=y 453 458 CONFIG_BLK_DEV_IDE=y 454 459 ··· 459 472 # CONFIG_BLK_DEV_IDEFLOPPY is not set 460 473 # CONFIG_BLK_DEV_IDESCSI is not set 461 474 # CONFIG_IDE_TASK_IOCTL is not set 475 + CONFIG_IDE_PROC_FS=y 462 476 463 477 # 464 478 # IDE chipset support/bugfixes ··· 467 479 CONFIG_IDE_GENERIC=y 468 480 CONFIG_BLK_DEV_IDEPCI=y 469 481 # CONFIG_IDEPCI_SHARE_IRQ is not set 482 + CONFIG_IDEPCI_PCIBUS_ORDER=y 470 483 # CONFIG_BLK_DEV_OFFBOARD is not set 471 484 CONFIG_BLK_DEV_GENERIC=y 472 485 # CONFIG_BLK_DEV_OPTI621 is not set ··· 577 588 # CONFIG_SCSI_DC390T is not set 578 589 # CONFIG_SCSI_NSP32 is not set 579 590 # CONFIG_SCSI_DEBUG is not set 580 - # CONFIG_SCSI_ESP_CORE is not set 581 591 # CONFIG_SCSI_SRP is not set 582 - 583 - # 584 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 585 - # 586 592 CONFIG_ATA=y 587 593 # CONFIG_ATA_NONSTANDARD is not set 588 594 # CONFIG_SATA_AHCI is not set ··· 649 665 # 650 666 # IEEE 1394 (FireWire) support 651 667 # 668 + # CONFIG_FIREWIRE is not set 652 669 # CONFIG_IEEE1394 is not set 653 670 654 671 # ··· 668 683 # CONFIG_BONDING is not set 669 684 # CONFIG_EQUALIZER is not set 670 685 # CONFIG_TUN is not set 671 - 672 - # 673 - # ARCnet devices 674 - # 675 686 # CONFIG_ARCNET is not set 676 - 677 - # 678 - # PHY device support 679 - # 680 687 CONFIG_PHYLIB=y 681 688 682 689 # ··· 723 746 # CONFIG_TLAN is not set 724 747 # CONFIG_VIA_RHINE is not set 725 748 # CONFIG_SC92031 is not set 726 - 727 - # 728 - # Ethernet (1000 Mbit) 729 - # 749 + CONFIG_NETDEV_1000=y 730 750 # CONFIG_ACENIC is not set 731 751 # CONFIG_DL2K is not set 732 752 CONFIG_E1000=y ··· 743 769 CONFIG_MV643XX_ETH=y 744 770 # CONFIG_QLA3XXX is not set 745 771 # CONFIG_ATL1 is not set 746 - 747 - # 748 - # Ethernet (10000 Mbit) 749 - # 772 + CONFIG_NETDEV_10000=y 750 773 # CONFIG_CHELSIO_T1 is not set 751 774 # CONFIG_CHELSIO_T3 is not set 752 775 # CONFIG_IXGB is not set 753 776 # CONFIG_S2IO is not set 754 777 # CONFIG_MYRI10GE is not set 755 778 # CONFIG_NETXEN_NIC is not set 756 - 757 - # 758 - # Token Ring devices 759 - # 779 + # CONFIG_MLX4_CORE is not set 760 780 # CONFIG_TR is not set 761 781 762 782 # ··· 760 792 # CONFIG_WLAN_80211 is not set 761 793 762 794 # 763 - # Wan interfaces 795 + # USB Network Adapters 764 796 # 797 + # CONFIG_USB_CATC is not set 798 + # CONFIG_USB_KAWETH is not set 799 + # CONFIG_USB_PEGASUS is not set 800 + # CONFIG_USB_RTL8150 is not set 801 + # CONFIG_USB_USBNET_MII is not set 802 + # CONFIG_USB_USBNET is not set 765 803 # CONFIG_WAN is not set 766 804 # CONFIG_FDDI is not set 767 805 # CONFIG_HIPPI is not set ··· 794 820 # 795 821 CONFIG_INPUT=y 796 822 # CONFIG_INPUT_FF_MEMLESS is not set 823 + # CONFIG_INPUT_POLLDEV is not set 797 824 798 825 # 799 826 # Userland interfaces ··· 855 880 # IPMI 856 881 # 857 882 # CONFIG_IPMI_HANDLER is not set 858 - 859 - # 860 - # Watchdog Cards 861 - # 862 883 # CONFIG_WATCHDOG is not set 863 884 # CONFIG_HW_RANDOM is not set 864 885 # CONFIG_NVRAM is not set 865 886 CONFIG_GEN_RTC=y 866 887 # CONFIG_GEN_RTC_X is not set 867 - # CONFIG_DTLK is not set 868 888 # CONFIG_R3964 is not set 869 889 # CONFIG_APPLICOM is not set 870 890 # CONFIG_AGP is not set ··· 993 1023 # Multimedia devices 994 1024 # 995 1025 # CONFIG_VIDEO_DEV is not set 996 - 997 - # 998 - # Digital Video Broadcasting Devices 999 - # 1000 - # CONFIG_DVB is not set 1001 - # CONFIG_USB_DABUSB is not set 1026 + # CONFIG_DVB_CORE is not set 1027 + # CONFIG_DAB is not set 1002 1028 1003 1029 # 1004 1030 # Graphics support ··· 1090 1124 # 1091 1125 # CONFIG_USB_MDC800 is not set 1092 1126 # CONFIG_USB_MICROTEK is not set 1093 - 1094 - # 1095 - # USB Network Adapters 1096 - # 1097 - # CONFIG_USB_CATC is not set 1098 - # CONFIG_USB_KAWETH is not set 1099 - # CONFIG_USB_PEGASUS is not set 1100 - # CONFIG_USB_RTL8150 is not set 1101 - # CONFIG_USB_USBNET_MII is not set 1102 - # CONFIG_USB_USBNET is not set 1103 1127 CONFIG_USB_MON=y 1104 1128 1105 1129 # ··· 1214 1258 1215 1259 # 1216 1260 # DMA Devices 1217 - # 1218 - 1219 - # 1220 - # Auxiliary Display support 1221 - # 1222 - 1223 - # 1224 - # Virtualization 1225 1261 # 1226 1262 1227 1263 # ··· 1344 1396 # 1345 1397 # CONFIG_DLM is not set 1346 1398 # CONFIG_UCC_SLOW is not set 1347 - # CONFIG_UCC_FAST is not set 1348 1399 1349 1400 # 1350 1401 # Library routines ··· 1351 1404 CONFIG_BITREVERSE=y 1352 1405 # CONFIG_CRC_CCITT is not set 1353 1406 # CONFIG_CRC16 is not set 1407 + # CONFIG_CRC_ITU_T is not set 1354 1408 CONFIG_CRC32=y 1355 1409 # CONFIG_LIBCRC32C is not set 1356 1410 CONFIG_PLIST=y
+20 -59
arch/powerpc/configs/ps3_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.21 4 - # Fri May 11 10:16:27 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 14:15:19 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 87 87 CONFIG_ELF_CORE=y 88 88 CONFIG_BASE_FULL=y 89 89 CONFIG_FUTEX=y 90 + CONFIG_ANON_INODES=y 90 91 CONFIG_EPOLL=y 92 + CONFIG_SIGNALFD=y 93 + CONFIG_TIMERFD=y 94 + CONFIG_EVENTFD=y 91 95 CONFIG_SHMEM=y 92 96 CONFIG_VM_EVENT_COUNTERS=y 93 97 CONFIG_SLAB=y ··· 305 301 # CONFIG_IPV6_MULTIPLE_TABLES is not set 306 302 # CONFIG_NETWORK_SECMARK is not set 307 303 # CONFIG_NETFILTER is not set 308 - 309 - # 310 - # DCCP Configuration (EXPERIMENTAL) 311 - # 312 304 # CONFIG_IP_DCCP is not set 313 - 314 - # 315 - # SCTP Configuration (EXPERIMENTAL) 316 - # 317 305 # CONFIG_IP_SCTP is not set 318 - 319 - # 320 - # TIPC Configuration (EXPERIMENTAL) 321 - # 322 306 # CONFIG_TIPC is not set 323 307 # CONFIG_ATM is not set 324 308 # CONFIG_BRIDGE is not set ··· 410 418 # Misc devices 411 419 # 412 420 # CONFIG_BLINK is not set 413 - 414 - # 415 - # ATA/ATAPI/MFM/RLL support 416 - # 417 421 # CONFIG_IDE is not set 418 422 419 423 # ··· 455 467 # 456 468 # CONFIG_ISCSI_TCP is not set 457 469 # CONFIG_SCSI_DEBUG is not set 458 - # CONFIG_SCSI_ESP_CORE is not set 459 - 460 - # 461 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 462 - # 463 470 # CONFIG_ATA is not set 464 471 465 472 # ··· 473 490 # CONFIG_TUN is not set 474 491 475 492 # 476 - # PHY device support 477 - # 478 - 479 - # 480 493 # Ethernet (10 or 100Mbit) 481 494 # 482 495 # CONFIG_NET_ETHERNET is not set 483 496 CONFIG_MII=m 484 - 485 - # 486 - # Ethernet (1000 Mbit) 487 - # 488 - 489 - # 490 - # Ethernet (10000 Mbit) 491 - # 492 - CONFIG_MLX4_DEBUG=y 493 - 494 - # 495 - # Token Ring devices 496 - # 497 + CONFIG_NETDEV_1000=y 498 + CONFIG_NETDEV_10000=y 497 499 498 500 # 499 501 # Wireless LAN ··· 504 536 # CONFIG_USB_NET_RNDIS_HOST is not set 505 537 # CONFIG_USB_NET_CDC_SUBSET is not set 506 538 # CONFIG_USB_NET_ZAURUS is not set 507 - 508 - # 509 - # Wan interfaces 510 - # 511 539 # CONFIG_WAN is not set 512 540 # CONFIG_PPP is not set 513 541 # CONFIG_SLIP is not set ··· 527 563 # 528 564 CONFIG_INPUT=y 529 565 # CONFIG_INPUT_FF_MEMLESS is not set 566 + # CONFIG_INPUT_POLLDEV is not set 530 567 531 568 # 532 569 # Userland interfaces ··· 617 652 # Multimedia devices 618 653 # 619 654 # CONFIG_VIDEO_DEV is not set 620 - 621 - # 622 - # Digital Video Broadcasting Devices 623 - # 624 - # CONFIG_DVB is not set 625 - # CONFIG_USB_DABUSB is not set 655 + # CONFIG_DVB_CORE is not set 656 + # CONFIG_DAB is not set 626 657 627 658 # 628 659 # Graphics support ··· 633 672 CONFIG_FB=y 634 673 # CONFIG_FIRMWARE_EDID is not set 635 674 # CONFIG_FB_DDC is not set 636 - CONFIG_FB_CFB_FILLRECT=y 637 - CONFIG_FB_CFB_COPYAREA=y 638 - CONFIG_FB_CFB_IMAGEBLIT=y 639 - # CONFIG_FB_SYS_FILLRECT is not set 640 - # CONFIG_FB_SYS_COPYAREA is not set 641 - # CONFIG_FB_SYS_IMAGEBLIT is not set 642 - # CONFIG_FB_SYS_FOPS is not set 675 + # CONFIG_FB_CFB_FILLRECT is not set 676 + # CONFIG_FB_CFB_COPYAREA is not set 677 + # CONFIG_FB_CFB_IMAGEBLIT is not set 678 + CONFIG_FB_SYS_FILLRECT=y 679 + CONFIG_FB_SYS_COPYAREA=y 680 + CONFIG_FB_SYS_IMAGEBLIT=y 681 + CONFIG_FB_SYS_FOPS=y 643 682 CONFIG_FB_DEFERRED_IO=y 644 683 # CONFIG_FB_SVGALIB is not set 645 684 # CONFIG_FB_MACMODES is not set ··· 712 751 # 713 752 # CONFIG_SND_USB_AUDIO is not set 714 753 # CONFIG_SND_USB_USX2Y is not set 754 + # CONFIG_SND_USB_CAIAQ is not set 715 755 716 756 # 717 - # SoC audio support 757 + # System on Chip audio support 718 758 # 719 759 # CONFIG_SND_SOC is not set 720 760 ··· 1060 1098 # 1061 1099 # CONFIG_DLM is not set 1062 1100 # CONFIG_UCC_SLOW is not set 1063 - # CONFIG_UCC_FAST is not set 1064 1101 1065 1102 # 1066 1103 # Library routines
+235 -156
arch/powerpc/configs/pseries_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.20-rc5 4 - # Mon Jan 22 22:31:27 2007 3 + # Linux kernel version: 2.6.22-rc6 4 + # Tue Jun 26 14:17:45 2007 5 5 # 6 6 CONFIG_PPC64=y 7 7 CONFIG_64BIT=y ··· 40 40 # CONFIG_PPC_OF_PLATFORM_PCI is not set 41 41 CONFIG_ALTIVEC=y 42 42 CONFIG_PPC_STD_MMU=y 43 + CONFIG_PPC_MM_SLICES=y 43 44 CONFIG_VIRT_CPU_ACCOUNTING=y 44 45 CONFIG_SMP=y 45 46 CONFIG_NR_CPUS=128 ··· 61 60 CONFIG_SWAP=y 62 61 CONFIG_SYSVIPC=y 63 62 # CONFIG_IPC_NS is not set 63 + CONFIG_SYSVIPC_SYSCTL=y 64 64 CONFIG_POSIX_MQUEUE=y 65 65 # CONFIG_BSD_PROCESS_ACCT is not set 66 + CONFIG_TASKSTATS=y 67 + CONFIG_TASK_DELAY_ACCT=y 68 + CONFIG_TASK_XACCT=y 69 + CONFIG_TASK_IO_ACCOUNTING=y 66 70 # CONFIG_UTS_NS is not set 67 71 CONFIG_AUDIT=y 68 72 CONFIG_AUDITSYSCALL=y 69 73 CONFIG_IKCONFIG=y 70 74 CONFIG_IKCONFIG_PROC=y 75 + CONFIG_LOG_BUF_SHIFT=17 71 76 CONFIG_CPUSETS=y 72 77 CONFIG_SYSFS_DEPRECATED=y 73 78 # CONFIG_RELAY is not set 79 + CONFIG_BLK_DEV_INITRD=y 74 80 CONFIG_INITRAMFS_SOURCE="" 75 81 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 76 82 CONFIG_SYSCTL=y ··· 92 84 CONFIG_ELF_CORE=y 93 85 CONFIG_BASE_FULL=y 94 86 CONFIG_FUTEX=y 87 + CONFIG_ANON_INODES=y 95 88 CONFIG_EPOLL=y 89 + CONFIG_SIGNALFD=y 90 + CONFIG_TIMERFD=y 91 + CONFIG_EVENTFD=y 96 92 CONFIG_SHMEM=y 97 - CONFIG_SLAB=y 98 93 CONFIG_VM_EVENT_COUNTERS=y 94 + CONFIG_SLAB=y 95 + # CONFIG_SLUB is not set 96 + # CONFIG_SLOB is not set 99 97 CONFIG_RT_MUTEXES=y 100 98 # CONFIG_TINY_SHMEM is not set 101 99 CONFIG_BASE_SMALL=0 102 - # CONFIG_SLOB is not set 103 100 104 101 # 105 102 # Loadable module support ··· 143 130 # CONFIG_EMBEDDED6xx is not set 144 131 # CONFIG_APUS is not set 145 132 CONFIG_PPC_PSERIES=y 133 + CONFIG_PPC_SPLPAR=y 134 + CONFIG_EEH=y 135 + CONFIG_SCANLOG=m 136 + CONFIG_LPARCFG=y 146 137 # CONFIG_PPC_ISERIES is not set 147 138 # CONFIG_PPC_MPC52xx is not set 139 + # CONFIG_PPC_MPC5200 is not set 148 140 # CONFIG_PPC_PMAC is not set 149 141 # CONFIG_PPC_MAPLE is not set 150 142 # CONFIG_PPC_PASEMI is not set 143 + # CONFIG_PPC_CELLEB is not set 144 + # CONFIG_PPC_PS3 is not set 151 145 # CONFIG_PPC_CELL is not set 152 146 # CONFIG_PPC_CELL_NATIVE is not set 153 147 # CONFIG_PPC_IBM_CELL_BLADE is not set 154 - # CONFIG_PPC_PS3 is not set 148 + # CONFIG_PQ2ADS is not set 155 149 CONFIG_PPC_NATIVE=y 156 150 # CONFIG_UDBG_RTAS_CONSOLE is not set 157 151 CONFIG_XICS=y 152 + CONFIG_MPIC=y 153 + # CONFIG_MPIC_WEIRD is not set 154 + CONFIG_PPC_I8259=y 158 155 # CONFIG_U3_DART is not set 159 156 CONFIG_PPC_RTAS=y 160 157 CONFIG_RTAS_ERROR_LOGGING=y ··· 178 155 # CONFIG_PPC_INDIRECT_IO is not set 179 156 # CONFIG_GENERIC_IOMAP is not set 180 157 # CONFIG_CPU_FREQ is not set 181 - # CONFIG_WANT_EARLY_SERIAL is not set 182 - CONFIG_MPIC=y 158 + # CONFIG_CPM2 is not set 183 159 184 160 # 185 161 # Kernel options ··· 201 179 CONFIG_KEXEC=y 202 180 # CONFIG_CRASH_DUMP is not set 203 181 CONFIG_IRQ_ALL_CPUS=y 204 - CONFIG_PPC_SPLPAR=y 205 - CONFIG_EEH=y 206 - CONFIG_SCANLOG=m 207 - CONFIG_LPARCFG=y 208 182 CONFIG_NUMA=y 209 183 CONFIG_NODES_SHIFT=4 210 184 CONFIG_ARCH_SELECT_MEMORY_MODEL=y ··· 220 202 CONFIG_SPLIT_PTLOCK_CPUS=4 221 203 CONFIG_MIGRATION=y 222 204 CONFIG_RESOURCES_64BIT=y 205 + CONFIG_ZONE_DMA_FLAG=1 223 206 CONFIG_NODES_SPAN_OTHER_NODES=y 207 + # CONFIG_PPC_HAS_HASH_64K is not set 224 208 # CONFIG_PPC_64K_PAGES is not set 225 209 CONFIG_SCHED_SMT=y 226 210 CONFIG_PROC_DEVICETREE=y 227 211 # CONFIG_CMDLINE_BOOL is not set 228 212 # CONFIG_PM is not set 229 213 CONFIG_SECCOMP=y 214 + # CONFIG_WANT_DEVICE_TREE is not set 230 215 CONFIG_ISA_DMA_API=y 231 216 232 217 # 233 218 # Bus options 234 219 # 220 + CONFIG_ZONE_DMA=y 235 221 CONFIG_GENERIC_ISA_DMA=y 236 - # CONFIG_MPIC_WEIRD is not set 237 - CONFIG_PPC_I8259=y 238 222 # CONFIG_PPC_INDIRECT_PCI is not set 239 223 CONFIG_PCI=y 240 224 CONFIG_PCI_DOMAINS=y 241 225 # CONFIG_PCIEPORTBUS is not set 226 + CONFIG_ARCH_SUPPORTS_MSI=y 227 + CONFIG_PCI_MSI=y 242 228 # CONFIG_PCI_DEBUG is not set 243 229 244 230 # 245 231 # PCCARD (PCMCIA/CardBus) support 246 232 # 247 233 # CONFIG_PCCARD is not set 248 - 249 - # 250 - # PCI Hotplug Support 251 - # 252 234 CONFIG_HOTPLUG_PCI=m 253 235 # CONFIG_HOTPLUG_PCI_FAKE is not set 254 236 # CONFIG_HOTPLUG_PCI_CPCI is not set ··· 265 247 # 266 248 # Networking options 267 249 # 268 - # CONFIG_NETDEBUG is not set 269 250 CONFIG_PACKET=y 270 251 # CONFIG_PACKET_MMAP is not set 271 252 CONFIG_UNIX=y 272 253 CONFIG_XFRM=y 273 254 CONFIG_XFRM_USER=m 274 255 # CONFIG_XFRM_SUB_POLICY is not set 256 + # CONFIG_XFRM_MIGRATE is not set 275 257 CONFIG_NET_KEY=m 258 + # CONFIG_NET_KEY_MIGRATE is not set 276 259 CONFIG_INET=y 277 260 CONFIG_IP_MULTICAST=y 278 261 # CONFIG_IP_ADVANCED_ROUTER is not set ··· 298 279 CONFIG_TCP_CONG_CUBIC=y 299 280 CONFIG_DEFAULT_TCP_CONG="cubic" 300 281 # CONFIG_TCP_MD5SIG is not set 301 - 302 - # 303 - # IP: Virtual Server Configuration 304 - # 305 282 # CONFIG_IP_VS is not set 306 283 # CONFIG_IPV6 is not set 307 284 # CONFIG_INET6_XFRM_TUNNEL is not set ··· 313 298 CONFIG_NETFILTER_NETLINK_QUEUE=m 314 299 CONFIG_NETFILTER_NETLINK_LOG=m 315 300 CONFIG_NF_CONNTRACK_ENABLED=m 316 - CONFIG_NF_CONNTRACK_SUPPORT=y 317 - # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set 318 301 CONFIG_NF_CONNTRACK=m 319 - # CONFIG_NF_CT_ACCT is not set 302 + CONFIG_NF_CT_ACCT=y 320 303 CONFIG_NF_CONNTRACK_MARK=y 321 304 CONFIG_NF_CONNTRACK_EVENTS=y 322 305 # CONFIG_NF_CT_PROTO_SCTP is not set ··· 324 311 CONFIG_NF_CONNTRACK_IRC=m 325 312 # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set 326 313 # CONFIG_NF_CONNTRACK_PPTP is not set 314 + # CONFIG_NF_CONNTRACK_SANE is not set 327 315 # CONFIG_NF_CONNTRACK_SIP is not set 328 316 CONFIG_NF_CONNTRACK_TFTP=m 329 317 CONFIG_NF_CT_NETLINK=m 330 - # CONFIG_NETFILTER_XTABLES is not set 318 + CONFIG_NETFILTER_XTABLES=m 319 + CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 320 + CONFIG_NETFILTER_XT_TARGET_MARK=m 321 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 322 + CONFIG_NETFILTER_XT_TARGET_NFLOG=m 323 + CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 324 + CONFIG_NETFILTER_XT_MATCH_COMMENT=m 325 + CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 326 + CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 327 + CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 328 + CONFIG_NETFILTER_XT_MATCH_DCCP=m 329 + CONFIG_NETFILTER_XT_MATCH_DSCP=m 330 + CONFIG_NETFILTER_XT_MATCH_ESP=m 331 + CONFIG_NETFILTER_XT_MATCH_HELPER=m 332 + CONFIG_NETFILTER_XT_MATCH_LENGTH=m 333 + CONFIG_NETFILTER_XT_MATCH_LIMIT=m 334 + CONFIG_NETFILTER_XT_MATCH_MAC=m 335 + CONFIG_NETFILTER_XT_MATCH_MARK=m 336 + CONFIG_NETFILTER_XT_MATCH_POLICY=m 337 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 338 + CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 339 + CONFIG_NETFILTER_XT_MATCH_QUOTA=m 340 + CONFIG_NETFILTER_XT_MATCH_REALM=m 341 + CONFIG_NETFILTER_XT_MATCH_SCTP=m 342 + CONFIG_NETFILTER_XT_MATCH_STATE=m 343 + CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 344 + CONFIG_NETFILTER_XT_MATCH_STRING=m 345 + CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 346 + CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 331 347 332 348 # 333 349 # IP: Netfilter Configuration ··· 364 322 CONFIG_NF_CONNTRACK_IPV4=m 365 323 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 366 324 CONFIG_IP_NF_QUEUE=m 367 - 368 - # 369 - # DCCP Configuration (EXPERIMENTAL) 370 - # 325 + CONFIG_IP_NF_IPTABLES=m 326 + CONFIG_IP_NF_MATCH_IPRANGE=m 327 + CONFIG_IP_NF_MATCH_TOS=m 328 + CONFIG_IP_NF_MATCH_RECENT=m 329 + CONFIG_IP_NF_MATCH_ECN=m 330 + CONFIG_IP_NF_MATCH_AH=m 331 + CONFIG_IP_NF_MATCH_TTL=m 332 + CONFIG_IP_NF_MATCH_OWNER=m 333 + CONFIG_IP_NF_MATCH_ADDRTYPE=m 334 + CONFIG_IP_NF_FILTER=m 335 + CONFIG_IP_NF_TARGET_REJECT=m 336 + CONFIG_IP_NF_TARGET_LOG=m 337 + CONFIG_IP_NF_TARGET_ULOG=m 338 + CONFIG_NF_NAT=m 339 + CONFIG_NF_NAT_NEEDED=y 340 + CONFIG_IP_NF_TARGET_MASQUERADE=m 341 + CONFIG_IP_NF_TARGET_REDIRECT=m 342 + CONFIG_IP_NF_TARGET_NETMAP=m 343 + CONFIG_IP_NF_TARGET_SAME=m 344 + CONFIG_NF_NAT_SNMP_BASIC=m 345 + CONFIG_NF_NAT_FTP=m 346 + CONFIG_NF_NAT_IRC=m 347 + CONFIG_NF_NAT_TFTP=m 348 + # CONFIG_NF_NAT_AMANDA is not set 349 + # CONFIG_NF_NAT_PPTP is not set 350 + # CONFIG_NF_NAT_H323 is not set 351 + # CONFIG_NF_NAT_SIP is not set 352 + # CONFIG_IP_NF_MANGLE is not set 353 + # CONFIG_IP_NF_RAW is not set 354 + # CONFIG_IP_NF_ARPTABLES is not set 371 355 # CONFIG_IP_DCCP is not set 372 - 373 - # 374 - # SCTP Configuration (EXPERIMENTAL) 375 - # 376 356 # CONFIG_IP_SCTP is not set 377 - 378 - # 379 - # TIPC Configuration (EXPERIMENTAL) 380 - # 381 357 # CONFIG_TIPC is not set 382 358 # CONFIG_ATM is not set 383 359 # CONFIG_BRIDGE is not set ··· 414 354 # QoS and/or fair queueing 415 355 # 416 356 # CONFIG_NET_SCHED is not set 357 + CONFIG_NET_CLS_ROUTE=y 417 358 418 359 # 419 360 # Network testing ··· 424 363 # CONFIG_HAMRADIO is not set 425 364 # CONFIG_IRDA is not set 426 365 # CONFIG_BT is not set 366 + # CONFIG_AF_RXRPC is not set 367 + 368 + # 369 + # Wireless 370 + # 371 + # CONFIG_CFG80211 is not set 372 + # CONFIG_WIRELESS_EXT is not set 373 + # CONFIG_MAC80211 is not set 427 374 # CONFIG_IEEE80211 is not set 375 + # CONFIG_RFKILL is not set 428 376 429 377 # 430 378 # Device Drivers ··· 446 376 CONFIG_PREVENT_FIRMWARE_BUILD=y 447 377 CONFIG_FW_LOADER=y 448 378 # CONFIG_DEBUG_DRIVER is not set 379 + # CONFIG_DEBUG_DEVRES is not set 449 380 # CONFIG_SYS_HYPERVISOR is not set 450 381 451 382 # 452 383 # Connector - unified userspace <-> kernelspace linker 453 384 # 454 385 # CONFIG_CONNECTOR is not set 455 - 456 - # 457 - # Memory Technology Devices (MTD) 458 - # 459 386 # CONFIG_MTD is not set 460 387 461 388 # ··· 470 403 # 471 404 # Plug and Play support 472 405 # 406 + # CONFIG_PNPACPI is not set 473 407 474 408 # 475 409 # Block devices ··· 491 423 CONFIG_BLK_DEV_RAM_COUNT=16 492 424 CONFIG_BLK_DEV_RAM_SIZE=65536 493 425 CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 494 - CONFIG_BLK_DEV_INITRD=y 495 426 # CONFIG_CDROM_PKTCDVD is not set 496 427 # CONFIG_ATA_OVER_ETH is not set 497 428 498 429 # 499 430 # Misc devices 500 431 # 432 + # CONFIG_PHANTOM is not set 501 433 # CONFIG_SGI_IOC4 is not set 502 434 # CONFIG_TIFM_CORE is not set 503 - 504 - # 505 - # ATA/ATAPI/MFM/RLL support 506 - # 435 + # CONFIG_BLINK is not set 507 436 CONFIG_IDE=y 508 437 CONFIG_BLK_DEV_IDE=y 509 438 ··· 515 450 # CONFIG_BLK_DEV_IDEFLOPPY is not set 516 451 # CONFIG_BLK_DEV_IDESCSI is not set 517 452 # CONFIG_IDE_TASK_IOCTL is not set 453 + CONFIG_IDE_PROC_FS=y 518 454 519 455 # 520 456 # IDE chipset support/bugfixes ··· 523 457 CONFIG_IDE_GENERIC=y 524 458 CONFIG_BLK_DEV_IDEPCI=y 525 459 CONFIG_IDEPCI_SHARE_IRQ=y 460 + CONFIG_IDEPCI_PCIBUS_ORDER=y 526 461 # CONFIG_BLK_DEV_OFFBOARD is not set 527 462 CONFIG_BLK_DEV_GENERIC=y 528 463 # CONFIG_BLK_DEV_OPTI621 is not set 529 464 CONFIG_BLK_DEV_IDEDMA_PCI=y 530 465 # CONFIG_BLK_DEV_IDEDMA_FORCED is not set 531 - CONFIG_IDEDMA_PCI_AUTO=y 532 466 # CONFIG_IDEDMA_ONLYDISK is not set 533 467 # CONFIG_BLK_DEV_AEC62XX is not set 534 468 # CONFIG_BLK_DEV_ALI15X3 is not set ··· 543 477 # CONFIG_BLK_DEV_JMICRON is not set 544 478 # CONFIG_BLK_DEV_SC1200 is not set 545 479 # CONFIG_BLK_DEV_PIIX is not set 480 + # CONFIG_BLK_DEV_IT8213 is not set 546 481 # CONFIG_BLK_DEV_IT821X is not set 547 482 # CONFIG_BLK_DEV_NS87415 is not set 548 483 # CONFIG_BLK_DEV_PDC202XX_OLD is not set ··· 554 487 # CONFIG_BLK_DEV_SLC90E66 is not set 555 488 # CONFIG_BLK_DEV_TRM290 is not set 556 489 # CONFIG_BLK_DEV_VIA82CXXX is not set 490 + # CONFIG_BLK_DEV_TC86C001 is not set 557 491 # CONFIG_IDE_ARM is not set 558 492 CONFIG_BLK_DEV_IDEDMA=y 559 493 # CONFIG_IDEDMA_IVB is not set 560 - CONFIG_IDEDMA_AUTO=y 561 494 # CONFIG_BLK_DEV_HD is not set 562 495 563 496 # ··· 587 520 CONFIG_SCSI_CONSTANTS=y 588 521 # CONFIG_SCSI_LOGGING is not set 589 522 # CONFIG_SCSI_SCAN_ASYNC is not set 523 + CONFIG_SCSI_WAIT_SCAN=m 590 524 591 525 # 592 526 # SCSI Transports ··· 643 575 # CONFIG_SCSI_DC390T is not set 644 576 # CONFIG_SCSI_DEBUG is not set 645 577 # CONFIG_SCSI_SRP is not set 646 - 647 - # 648 - # Serial ATA (prod) and Parallel ATA (experimental) drivers 649 - # 650 578 CONFIG_ATA=y 579 + # CONFIG_ATA_NONSTANDARD is not set 651 580 # CONFIG_SATA_AHCI is not set 652 581 # CONFIG_SATA_SVW is not set 653 582 # CONFIG_ATA_PIIX is not set ··· 660 595 # CONFIG_SATA_ULI is not set 661 596 # CONFIG_SATA_VIA is not set 662 597 # CONFIG_SATA_VITESSE is not set 598 + # CONFIG_SATA_INIC162X is not set 663 599 # CONFIG_PATA_ALI is not set 664 600 # CONFIG_PATA_AMD is not set 665 601 # CONFIG_PATA_ARTOP is not set 666 602 # CONFIG_PATA_ATIIXP is not set 603 + # CONFIG_PATA_CMD640_PCI is not set 667 604 # CONFIG_PATA_CMD64X is not set 668 605 # CONFIG_PATA_CS5520 is not set 669 606 # CONFIG_PATA_CS5530 is not set ··· 677 610 # CONFIG_PATA_HPT3X2N is not set 678 611 # CONFIG_PATA_HPT3X3 is not set 679 612 # CONFIG_PATA_IT821X is not set 613 + # CONFIG_PATA_IT8213 is not set 680 614 # CONFIG_PATA_JMICRON is not set 681 615 # CONFIG_PATA_TRIFLEX is not set 682 616 # CONFIG_PATA_MARVELL is not set ··· 718 650 CONFIG_DM_ZERO=m 719 651 CONFIG_DM_MULTIPATH=m 720 652 CONFIG_DM_MULTIPATH_EMC=m 653 + # CONFIG_DM_DELAY is not set 721 654 722 655 # 723 656 # Fusion MPT device support ··· 731 662 # 732 663 # IEEE 1394 (FireWire) support 733 664 # 665 + # CONFIG_FIREWIRE is not set 734 666 # CONFIG_IEEE1394 is not set 735 667 736 668 # 737 669 # I2O device support 738 670 # 739 671 # CONFIG_I2O is not set 740 - 741 - # 742 - # Macintosh device drivers 743 - # 744 - # CONFIG_MAC_EMUMOUSEBTN is not set 745 - # CONFIG_WINDFARM is not set 672 + # CONFIG_MACINTOSH_DRIVERS is not set 746 673 747 674 # 748 675 # Network device support ··· 748 683 CONFIG_BONDING=m 749 684 # CONFIG_EQUALIZER is not set 750 685 CONFIG_TUN=m 751 - 752 - # 753 - # ARCnet devices 754 - # 755 686 # CONFIG_ARCNET is not set 756 - 757 - # 758 - # PHY device support 759 - # 760 687 # CONFIG_PHYLIB is not set 761 688 762 689 # ··· 788 731 # CONFIG_EPIC100 is not set 789 732 # CONFIG_SUNDANCE is not set 790 733 # CONFIG_VIA_RHINE is not set 734 + # CONFIG_SC92031 is not set 791 735 # CONFIG_NET_POCKET is not set 792 - 793 - # 794 - # Ethernet (1000 Mbit) 795 - # 736 + CONFIG_NETDEV_1000=y 796 737 CONFIG_ACENIC=y 797 738 CONFIG_ACENIC_OMIT_TIGON_I=y 798 739 # CONFIG_DL2K is not set ··· 809 754 CONFIG_TIGON3=y 810 755 # CONFIG_BNX2 is not set 811 756 # CONFIG_QLA3XXX is not set 812 - 813 - # 814 - # Ethernet (10000 Mbit) 815 - # 757 + # CONFIG_ATL1 is not set 758 + CONFIG_NETDEV_10000=y 816 759 # CONFIG_CHELSIO_T1 is not set 760 + # CONFIG_CHELSIO_T3 is not set 817 761 CONFIG_EHEA=m 818 762 CONFIG_IXGB=m 819 763 # CONFIG_IXGB_NAPI is not set ··· 820 766 # CONFIG_S2IO_NAPI is not set 821 767 # CONFIG_MYRI10GE is not set 822 768 # CONFIG_NETXEN_NIC is not set 823 - 824 - # 825 - # Token Ring devices 826 - # 769 + # CONFIG_PASEMI_MAC is not set 770 + # CONFIG_MLX4_CORE is not set 827 771 CONFIG_TR=y 828 772 CONFIG_IBMOL=y 829 773 # CONFIG_3C359 is not set 830 774 # CONFIG_TMS380TR is not set 831 775 832 776 # 833 - # Wireless LAN (non-hamradio) 777 + # Wireless LAN 834 778 # 835 - # CONFIG_NET_RADIO is not set 779 + # CONFIG_WLAN_PRE80211 is not set 780 + # CONFIG_WLAN_80211 is not set 836 781 837 782 # 838 - # Wan interfaces 783 + # USB Network Adapters 839 784 # 785 + # CONFIG_USB_CATC is not set 786 + # CONFIG_USB_KAWETH is not set 787 + # CONFIG_USB_PEGASUS is not set 788 + # CONFIG_USB_RTL8150 is not set 789 + # CONFIG_USB_USBNET_MII is not set 790 + # CONFIG_USB_USBNET is not set 840 791 # CONFIG_WAN is not set 841 792 # CONFIG_FDDI is not set 842 793 # CONFIG_HIPPI is not set ··· 861 802 # CONFIG_SHAPER is not set 862 803 CONFIG_NETCONSOLE=y 863 804 CONFIG_NETPOLL=y 864 - CONFIG_NETPOLL_RX=y 865 805 CONFIG_NETPOLL_TRAP=y 866 806 CONFIG_NET_POLL_CONTROLLER=y 867 807 ··· 879 821 # 880 822 CONFIG_INPUT=y 881 823 # CONFIG_INPUT_FF_MEMLESS is not set 824 + # CONFIG_INPUT_POLLDEV is not set 882 825 883 826 # 884 827 # Userland interfaces ··· 905 846 # CONFIG_KEYBOARD_STOWAWAY is not set 906 847 CONFIG_INPUT_MOUSE=y 907 848 CONFIG_MOUSE_PS2=y 849 + CONFIG_MOUSE_PS2_ALPS=y 850 + CONFIG_MOUSE_PS2_LOGIPS2PP=y 851 + CONFIG_MOUSE_PS2_SYNAPTICS=y 852 + CONFIG_MOUSE_PS2_LIFEBOOK=y 853 + CONFIG_MOUSE_PS2_TRACKPOINT=y 854 + # CONFIG_MOUSE_PS2_TOUCHKIT is not set 908 855 # CONFIG_MOUSE_SERIAL is not set 856 + # CONFIG_MOUSE_APPLETOUCH is not set 909 857 # CONFIG_MOUSE_VSXXXAA is not set 910 858 # CONFIG_INPUT_JOYSTICK is not set 859 + # CONFIG_INPUT_TABLET is not set 911 860 # CONFIG_INPUT_TOUCHSCREEN is not set 912 861 CONFIG_INPUT_MISC=y 913 862 CONFIG_INPUT_PCSPKR=m 863 + # CONFIG_INPUT_ATI_REMOTE is not set 864 + # CONFIG_INPUT_ATI_REMOTE2 is not set 865 + # CONFIG_INPUT_KEYSPAN_REMOTE is not set 866 + # CONFIG_INPUT_POWERMATE is not set 867 + # CONFIG_INPUT_YEALINK is not set 914 868 # CONFIG_INPUT_UINPUT is not set 915 869 916 870 # ··· 964 892 CONFIG_SERIAL_CORE_CONSOLE=y 965 893 CONFIG_SERIAL_ICOM=m 966 894 CONFIG_SERIAL_JSM=m 895 + # CONFIG_SERIAL_OF_PLATFORM is not set 967 896 CONFIG_UNIX98_PTYS=y 968 897 CONFIG_LEGACY_PTYS=y 969 898 CONFIG_LEGACY_PTY_COUNT=256 ··· 980 907 # IPMI 981 908 # 982 909 # CONFIG_IPMI_HANDLER is not set 983 - 984 - # 985 - # Watchdog Cards 986 - # 987 910 # CONFIG_WATCHDOG is not set 988 911 # CONFIG_HW_RANDOM is not set 989 912 CONFIG_GEN_RTC=y 990 913 # CONFIG_GEN_RTC_X is not set 991 - # CONFIG_DTLK is not set 992 914 # CONFIG_R3964 is not set 993 915 # CONFIG_APPLICOM is not set 994 916 # CONFIG_AGP is not set ··· 996 928 # TPM devices 997 929 # 998 930 # CONFIG_TCG_TPM is not set 999 - 1000 - # 1001 - # I2C support 1002 - # 931 + CONFIG_DEVPORT=y 1003 932 CONFIG_I2C=y 933 + CONFIG_I2C_BOARDINFO=y 1004 934 # CONFIG_I2C_CHARDEV is not set 1005 935 1006 936 # ··· 1025 959 # CONFIG_I2C_PARPORT_LIGHT is not set 1026 960 # CONFIG_I2C_PROSAVAGE is not set 1027 961 # CONFIG_I2C_SAVAGE4 is not set 962 + # CONFIG_I2C_SIMTEC is not set 1028 963 # CONFIG_I2C_SIS5595 is not set 1029 964 # CONFIG_I2C_SIS630 is not set 1030 965 # CONFIG_I2C_SIS96X is not set 1031 966 # CONFIG_I2C_STUB is not set 967 + # CONFIG_I2C_TINY_USB is not set 1032 968 # CONFIG_I2C_VIA is not set 1033 969 # CONFIG_I2C_VIAPRO is not set 1034 970 # CONFIG_I2C_VOODOO3 is not set 1035 - # CONFIG_I2C_PCA_ISA is not set 1036 971 1037 972 # 1038 973 # Miscellaneous I2C Chip support ··· 1060 993 # Dallas's 1-wire bus 1061 994 # 1062 995 # CONFIG_W1 is not set 996 + # CONFIG_HWMON is not set 1063 997 1064 998 # 1065 - # Hardware Monitoring support 999 + # Multifunction device drivers 1066 1000 # 1067 - # CONFIG_HWMON is not set 1068 - # CONFIG_HWMON_VID is not set 1001 + # CONFIG_MFD_SM501 is not set 1069 1002 1070 1003 # 1071 1004 # Multimedia devices 1072 1005 # 1073 1006 # CONFIG_VIDEO_DEV is not set 1074 - 1075 - # 1076 - # Digital Video Broadcasting Devices 1077 - # 1078 - # CONFIG_DVB is not set 1079 - # CONFIG_USB_DABUSB is not set 1007 + # CONFIG_DVB_CORE is not set 1008 + # CONFIG_DAB is not set 1080 1009 1081 1010 # 1082 1011 # Graphics support 1083 1012 # 1084 - CONFIG_FIRMWARE_EDID=y 1013 + CONFIG_BACKLIGHT_LCD_SUPPORT=y 1014 + CONFIG_BACKLIGHT_CLASS_DEVICE=y 1015 + CONFIG_LCD_CLASS_DEVICE=m 1016 + 1017 + # 1018 + # Display device support 1019 + # 1020 + CONFIG_DISPLAY_SUPPORT=y 1021 + 1022 + # 1023 + # Display hardware drivers 1024 + # 1025 + # CONFIG_VGASTATE is not set 1085 1026 CONFIG_FB=y 1027 + CONFIG_FIRMWARE_EDID=y 1086 1028 CONFIG_FB_DDC=y 1087 1029 CONFIG_FB_CFB_FILLRECT=y 1088 1030 CONFIG_FB_CFB_COPYAREA=y 1089 1031 CONFIG_FB_CFB_IMAGEBLIT=y 1032 + # CONFIG_FB_SYS_FILLRECT is not set 1033 + # CONFIG_FB_SYS_COPYAREA is not set 1034 + # CONFIG_FB_SYS_IMAGEBLIT is not set 1035 + # CONFIG_FB_SYS_FOPS is not set 1036 + CONFIG_FB_DEFERRED_IO=y 1037 + # CONFIG_FB_SVGALIB is not set 1090 1038 CONFIG_FB_MACMODES=y 1091 - # CONFIG_FB_BACKLIGHT is not set 1039 + CONFIG_FB_BACKLIGHT=y 1092 1040 CONFIG_FB_MODE_HELPERS=y 1093 1041 CONFIG_FB_TILEBLITTING=y 1042 + 1043 + # 1044 + # Frame buffer hardware drivers 1045 + # 1094 1046 # CONFIG_FB_CIRRUS is not set 1095 1047 # CONFIG_FB_PM2 is not set 1096 1048 # CONFIG_FB_CYBER2000 is not set ··· 1128 1042 CONFIG_FB_MATROX_MULTIHEAD=y 1129 1043 CONFIG_FB_RADEON=y 1130 1044 CONFIG_FB_RADEON_I2C=y 1045 + CONFIG_FB_RADEON_BACKLIGHT=y 1131 1046 # CONFIG_FB_RADEON_DEBUG is not set 1132 1047 # CONFIG_FB_ATY128 is not set 1133 1048 # CONFIG_FB_ATY is not set 1049 + # CONFIG_FB_S3 is not set 1134 1050 # CONFIG_FB_SAVAGE is not set 1135 1051 # CONFIG_FB_SIS is not set 1136 1052 # CONFIG_FB_NEOMAGIC is not set 1137 1053 # CONFIG_FB_KYRO is not set 1138 1054 # CONFIG_FB_3DFX is not set 1139 1055 # CONFIG_FB_VOODOO1 is not set 1056 + # CONFIG_FB_VT8623 is not set 1140 1057 # CONFIG_FB_TRIDENT is not set 1058 + # CONFIG_FB_ARK is not set 1059 + # CONFIG_FB_PM3 is not set 1141 1060 CONFIG_FB_IBM_GXT4500=y 1142 1061 # CONFIG_FB_VIRTUAL is not set 1143 1062 ··· 1156 1065 # CONFIG_FONTS is not set 1157 1066 CONFIG_FONT_8x8=y 1158 1067 CONFIG_FONT_8x16=y 1159 - 1160 - # 1161 - # Logo configuration 1162 - # 1163 1068 CONFIG_LOGO=y 1164 1069 CONFIG_LOGO_LINUX_MONO=y 1165 1070 CONFIG_LOGO_LINUX_VGA16=y 1166 1071 CONFIG_LOGO_LINUX_CLUT224=y 1167 - CONFIG_BACKLIGHT_LCD_SUPPORT=y 1168 - CONFIG_BACKLIGHT_CLASS_DEVICE=m 1169 - CONFIG_BACKLIGHT_DEVICE=y 1170 - CONFIG_LCD_CLASS_DEVICE=m 1171 - CONFIG_LCD_DEVICE=y 1172 1072 1173 1073 # 1174 1074 # Sound ··· 1170 1088 # HID Devices 1171 1089 # 1172 1090 CONFIG_HID=y 1091 + # CONFIG_HID_DEBUG is not set 1092 + 1093 + # 1094 + # USB Input Devices 1095 + # 1096 + CONFIG_USB_HID=y 1097 + # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1098 + # CONFIG_HID_FF is not set 1099 + CONFIG_USB_HIDDEV=y 1173 1100 1174 1101 # 1175 1102 # USB support ··· 1193 1102 # Miscellaneous USB options 1194 1103 # 1195 1104 CONFIG_USB_DEVICEFS=y 1196 - # CONFIG_USB_BANDWIDTH is not set 1105 + CONFIG_USB_DEVICE_CLASS=y 1197 1106 # CONFIG_USB_DYNAMIC_MINORS is not set 1198 - # CONFIG_USB_MULTITHREAD_PROBE is not set 1199 1107 # CONFIG_USB_OTG is not set 1200 1108 1201 1109 # ··· 1204 1114 # CONFIG_USB_EHCI_SPLIT_ISO is not set 1205 1115 # CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1206 1116 # CONFIG_USB_EHCI_TT_NEWSCHED is not set 1117 + # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set 1207 1118 # CONFIG_USB_ISP116X_HCD is not set 1208 1119 CONFIG_USB_OHCI_HCD=y 1209 - # CONFIG_USB_OHCI_BIG_ENDIAN is not set 1120 + # CONFIG_USB_OHCI_HCD_PPC_OF is not set 1121 + # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1122 + # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 1210 1123 CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1211 1124 # CONFIG_USB_UHCI_HCD is not set 1212 1125 # CONFIG_USB_SL811_HCD is not set ··· 1242 1149 # CONFIG_USB_LIBUSUAL is not set 1243 1150 1244 1151 # 1245 - # USB Input Devices 1246 - # 1247 - CONFIG_USB_HID=y 1248 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1249 - # CONFIG_HID_FF is not set 1250 - CONFIG_USB_HIDDEV=y 1251 - # CONFIG_USB_AIPTEK is not set 1252 - # CONFIG_USB_WACOM is not set 1253 - # CONFIG_USB_ACECAD is not set 1254 - # CONFIG_USB_KBTAB is not set 1255 - # CONFIG_USB_POWERMATE is not set 1256 - # CONFIG_USB_TOUCHSCREEN is not set 1257 - # CONFIG_USB_YEALINK is not set 1258 - # CONFIG_USB_XPAD is not set 1259 - # CONFIG_USB_ATI_REMOTE is not set 1260 - # CONFIG_USB_ATI_REMOTE2 is not set 1261 - # CONFIG_USB_KEYSPAN_REMOTE is not set 1262 - # CONFIG_USB_APPLETOUCH is not set 1263 - 1264 - # 1265 1152 # USB Imaging devices 1266 1153 # 1267 1154 # CONFIG_USB_MDC800 is not set 1268 1155 # CONFIG_USB_MICROTEK is not set 1269 - 1270 - # 1271 - # USB Network Adapters 1272 - # 1273 - # CONFIG_USB_CATC is not set 1274 - # CONFIG_USB_KAWETH is not set 1275 - # CONFIG_USB_PEGASUS is not set 1276 - # CONFIG_USB_RTL8150 is not set 1277 - # CONFIG_USB_USBNET_MII is not set 1278 - # CONFIG_USB_USBNET is not set 1279 1156 CONFIG_USB_MON=y 1280 1157 1281 1158 # ··· 1268 1205 # CONFIG_USB_RIO500 is not set 1269 1206 # CONFIG_USB_LEGOTOWER is not set 1270 1207 # CONFIG_USB_LCD is not set 1208 + # CONFIG_USB_BERRY_CHARGE is not set 1271 1209 # CONFIG_USB_LED is not set 1272 1210 # CONFIG_USB_CYPRESS_CY7C63 is not set 1273 1211 # CONFIG_USB_CYTHERM is not set ··· 1279 1215 # CONFIG_USB_SISUSBVGA is not set 1280 1216 # CONFIG_USB_LD is not set 1281 1217 # CONFIG_USB_TRANCEVIBRATOR is not set 1218 + # CONFIG_USB_IOWARRIOR is not set 1282 1219 # CONFIG_USB_TEST is not set 1283 1220 1284 1221 # ··· 1290 1225 # USB Gadget Support 1291 1226 # 1292 1227 # CONFIG_USB_GADGET is not set 1293 - 1294 - # 1295 - # MMC/SD Card support 1296 - # 1297 1228 # CONFIG_MMC is not set 1298 1229 1299 1230 # ··· 1311 1250 CONFIG_INFINIBAND=m 1312 1251 CONFIG_INFINIBAND_USER_MAD=m 1313 1252 CONFIG_INFINIBAND_USER_ACCESS=m 1253 + CONFIG_INFINIBAND_USER_MEM=y 1314 1254 CONFIG_INFINIBAND_ADDR_TRANS=y 1315 1255 CONFIG_INFINIBAND_MTHCA=m 1316 1256 CONFIG_INFINIBAND_MTHCA_DEBUG=y 1257 + # CONFIG_INFINIBAND_IPATH is not set 1317 1258 CONFIG_INFINIBAND_EHCA=m 1318 - CONFIG_INFINIBAND_EHCA_SCALING=y 1319 1259 # CONFIG_INFINIBAND_AMSO1100 is not set 1260 + # CONFIG_MLX4_INFINIBAND is not set 1320 1261 CONFIG_INFINIBAND_IPOIB=m 1262 + # CONFIG_INFINIBAND_IPOIB_CM is not set 1321 1263 CONFIG_INFINIBAND_IPOIB_DEBUG=y 1322 1264 # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set 1323 1265 CONFIG_INFINIBAND_SRP=m ··· 1349 1285 # 1350 1286 1351 1287 # 1352 - # Virtualization 1288 + # Auxiliary Display support 1353 1289 # 1290 + # CONFIG_KS0108 is not set 1354 1291 1355 1292 # 1356 1293 # File systems ··· 1406 1341 CONFIG_ISO9660_FS=y 1407 1342 CONFIG_JOLIET=y 1408 1343 CONFIG_ZISOFS=y 1409 - CONFIG_ZISOFS_FS=y 1410 1344 CONFIG_UDF_FS=m 1411 1345 CONFIG_UDF_NLS=y 1412 1346 ··· 1471 1407 CONFIG_NFS_COMMON=y 1472 1408 CONFIG_SUNRPC=y 1473 1409 CONFIG_SUNRPC_GSS=y 1410 + # CONFIG_SUNRPC_BIND34 is not set 1474 1411 CONFIG_RPCSEC_GSS_KRB5=y 1475 1412 CONFIG_RPCSEC_GSS_SPKM3=m 1476 1413 # CONFIG_SMB_FS is not set ··· 1541 1476 # Distributed Lock Manager 1542 1477 # 1543 1478 # CONFIG_DLM is not set 1479 + # CONFIG_UCC_SLOW is not set 1544 1480 1545 1481 # 1546 1482 # Library routines ··· 1549 1483 CONFIG_BITREVERSE=y 1550 1484 CONFIG_CRC_CCITT=m 1551 1485 # CONFIG_CRC16 is not set 1486 + # CONFIG_CRC_ITU_T is not set 1552 1487 CONFIG_CRC32=y 1553 1488 CONFIG_LIBCRC32C=m 1554 1489 CONFIG_ZLIB_INFLATE=y 1555 1490 CONFIG_ZLIB_DEFLATE=m 1491 + CONFIG_TEXTSEARCH=y 1492 + CONFIG_TEXTSEARCH_KMP=m 1493 + CONFIG_TEXTSEARCH_BM=m 1494 + CONFIG_TEXTSEARCH_FSM=m 1556 1495 CONFIG_PLIST=y 1557 - CONFIG_IOMAP_COPY=y 1496 + CONFIG_HAS_IOMEM=y 1497 + CONFIG_HAS_IOPORT=y 1498 + CONFIG_HAS_DMA=y 1558 1499 1559 1500 # 1560 1501 # Instrumentation Support ··· 1580 1507 CONFIG_DEBUG_FS=y 1581 1508 # CONFIG_HEADERS_CHECK is not set 1582 1509 CONFIG_DEBUG_KERNEL=y 1583 - CONFIG_LOG_BUF_SHIFT=17 1510 + # CONFIG_DEBUG_SHIRQ is not set 1584 1511 CONFIG_DETECT_SOFTLOCKUP=y 1585 1512 # CONFIG_SCHEDSTATS is not set 1513 + # CONFIG_TIMER_STATS is not set 1586 1514 # CONFIG_DEBUG_SLAB is not set 1587 1515 # CONFIG_DEBUG_RT_MUTEXES is not set 1588 1516 # CONFIG_RT_MUTEX_TESTER is not set 1589 1517 # CONFIG_DEBUG_SPINLOCK is not set 1590 1518 # CONFIG_DEBUG_MUTEXES is not set 1591 - # CONFIG_DEBUG_RWSEMS is not set 1592 1519 # CONFIG_DEBUG_SPINLOCK_SLEEP is not set 1593 1520 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1594 1521 # CONFIG_DEBUG_KOBJECT is not set ··· 1599 1526 CONFIG_FORCED_INLINING=y 1600 1527 # CONFIG_RCU_TORTURE_TEST is not set 1601 1528 # CONFIG_LKDTM is not set 1529 + # CONFIG_FAULT_INJECTION is not set 1602 1530 CONFIG_DEBUG_STACKOVERFLOW=y 1603 1531 # CONFIG_DEBUG_STACK_USAGE is not set 1532 + # CONFIG_DEBUG_PAGEALLOC is not set 1604 1533 CONFIG_HCALL_STATS=y 1605 1534 CONFIG_DEBUGGER=y 1606 1535 CONFIG_XMON=y ··· 1639 1564 # CONFIG_CRYPTO_GF128MUL is not set 1640 1565 CONFIG_CRYPTO_ECB=m 1641 1566 CONFIG_CRYPTO_CBC=y 1567 + CONFIG_CRYPTO_PCBC=m 1642 1568 # CONFIG_CRYPTO_LRW is not set 1569 + # CONFIG_CRYPTO_CRYPTD is not set 1643 1570 CONFIG_CRYPTO_DES=y 1571 + # CONFIG_CRYPTO_FCRYPT is not set 1644 1572 CONFIG_CRYPTO_BLOWFISH=m 1645 1573 CONFIG_CRYPTO_TWOFISH=m 1646 1574 CONFIG_CRYPTO_TWOFISH_COMMON=m ··· 1658 1580 CONFIG_CRYPTO_DEFLATE=m 1659 1581 CONFIG_CRYPTO_MICHAEL_MIC=m 1660 1582 CONFIG_CRYPTO_CRC32C=m 1583 + # CONFIG_CRYPTO_CAMELLIA is not set 1661 1584 CONFIG_CRYPTO_TEST=m 1662 1585 1663 1586 #
+7 -3
arch/powerpc/kernel/signal_64.c
··· 176 176 */ 177 177 discard_lazy_cpu_state(); 178 178 179 + /* 180 + * Force reload of FP/VEC. 181 + * This has to be done before copying stuff into current->thread.fpr/vr 182 + * for the reasons explained in the previous comment. 183 + */ 184 + regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC); 185 + 179 186 err |= __copy_from_user(&current->thread.fpr, &sc->fp_regs, FP_REGS_SIZE); 180 187 181 188 #ifdef CONFIG_ALTIVEC ··· 203 196 else 204 197 current->thread.vrsave = 0; 205 198 #endif /* CONFIG_ALTIVEC */ 206 - 207 - /* Force reload of FP/VEC */ 208 - regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC); 209 199 210 200 return err; 211 201 }
+3 -1
arch/powerpc/kernel/vdso32/gettimeofday.S
··· 32 32 mr r11,r4 /* r11 saves tz */ 33 33 bl __get_datapage@local /* get data page */ 34 34 mr r9, r3 /* datapage ptr in r9 */ 35 + cmplwi r10,0 /* check if tv is NULL */ 36 + beq 3f 35 37 bl __do_get_xsec@local /* get xsec from tb & kernel */ 36 38 bne- 2f /* out of line -> do syscall */ 37 39 ··· 52 50 mulhwu r5,r5,r6 53 51 stw r5,TVAL32_TV_USEC(r10) 54 52 55 - cmpli cr0,r11,0 /* check if tz is NULL */ 53 + 3: cmplwi r11,0 /* check if tz is NULL */ 56 54 beq 1f 57 55 lwz r4,CFG_TZ_MINUTEWEST(r9)/* fill tz */ 58 56 lwz r5,CFG_TZ_DSTTIME(r9)
+4 -3
arch/powerpc/kernel/vdso64/gettimeofday.S
··· 1 - 2 - /* 1 + /* 3 2 * Userland implementation of gettimeofday() for 64 bits processes in a 4 3 * ppc64 kernel for use in the vDSO 5 4 * ··· 31 32 mr r11,r3 /* r11 holds tv */ 32 33 mr r10,r4 /* r10 holds tz */ 33 34 bl V_LOCAL_FUNC(__get_datapage) /* get data page */ 35 + cmpldi r10,0 /* check if tv is NULL */ 36 + beq 2f 34 37 bl V_LOCAL_FUNC(__do_get_xsec) /* get xsec from tb & kernel */ 35 38 lis r7,15 /* r7 = 1000000 = USEC_PER_SEC */ 36 39 ori r7,r7,16960 ··· 44 43 * XSEC_PER_SEC 45 44 */ 46 45 rldicl r0,r0,44,20 47 - cmpldi cr0,r10,0 /* check if tz is NULL */ 48 46 std r0,TVAL64_TV_USEC(r11) /* store usec in tv */ 47 + 2: cmpldi r10,0 /* check if tz is NULL */ 49 48 beq 1f 50 49 lwz r4,CFG_TZ_MINUTEWEST(r3)/* fill tz */ 51 50 lwz r5,CFG_TZ_DSTTIME(r3)