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: Update desktop/server defconfigs
powerpc: Fix msr check in compat_sys_swapcontext
powerpc: Repair device bindings documentation
powerpc: Updated Freescale PPC related defconfigs
powerpc: Update QE/CPM2 usb_ctlr structures for USB support
powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTS
powerpc: Fix Book-E watchdog timer interval setting
powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidates

+5316 -2326
+10 -55
Documentation/powerpc/booting-without-of.txt
··· 41 41 VI - System-on-a-chip devices and nodes 42 42 1) Defining child nodes of an SOC 43 43 2) Representing devices without a current OF specification 44 - a) MDIO IO device 45 - b) Gianfar-compatible ethernet nodes 46 - c) PHY nodes 47 - d) Interrupt controllers 48 - e) I2C 49 - f) Freescale SOC USB controllers 50 - g) Freescale SOC SEC Security Engines 51 - h) Board Control and Status (BCSR) 52 - i) Freescale QUICC Engine module (QE) 53 - j) CFI or JEDEC memory-mapped NOR flash 54 - k) Global Utilities Block 55 - l) Freescale Communications Processor Module 56 - m) Chipselect/Local Bus 57 - n) 4xx/Axon EMAC ethernet nodes 58 - o) Xilinx IP cores 59 - p) Freescale Synchronous Serial Interface 60 - q) USB EHCI controllers 61 - r) MDIO on GPIOs 62 - s) SPI busses 44 + a) PHY nodes 45 + b) Interrupt controllers 46 + c) CFI or JEDEC memory-mapped NOR flash 47 + d) 4xx/Axon EMAC ethernet nodes 48 + e) Xilinx IP cores 49 + f) USB EHCI controllers 50 + g) MDIO on GPIOs 51 + h) SPI busses 63 52 64 53 VII - Marvell Discovery mv64[345]6x System Controller chips 65 54 1) The /system-controller node ··· 1819 1830 big-endian; 1820 1831 }; 1821 1832 1822 - r) Freescale Display Interface Unit 1823 - 1824 - The Freescale DIU is a LCD controller, with proper hardware, it can also 1825 - drive DVI monitors. 1826 - 1827 - Required properties: 1828 - - compatible : should be "fsl-diu". 1829 - - reg : should contain at least address and length of the DIU register 1830 - set. 1831 - - Interrupts : one DIU interrupt should be describe here. 1832 - 1833 - Example (MPC8610HPCD) 1834 - display@2c000 { 1835 - compatible = "fsl,diu"; 1836 - reg = <0x2c000 100>; 1837 - interrupts = <72 2>; 1838 - interrupt-parent = <&mpic>; 1839 - }; 1840 - 1841 - s) Freescale on board FPGA 1842 - 1843 - This is the memory-mapped registers for on board FPGA. 1844 - 1845 - Required properities: 1846 - - compatible : should be "fsl,fpga-pixis". 1847 - - reg : should contain the address and the lenght of the FPPGA register 1848 - set. 1849 - 1850 - Example (MPC8610HPCD) 1851 - board-control@e8000000 { 1852 - compatible = "fsl,fpga-pixis"; 1853 - reg = <0xe8000000 32>; 1854 - }; 1855 - 1856 - r) MDIO on GPIOs 1833 + g) MDIO on GPIOs 1857 1834 1858 1835 Currently defined compatibles: 1859 1836 - virtual,gpio-mdio ··· 1839 1884 &qe_pio_c 6>; 1840 1885 }; 1841 1886 1842 - s) SPI (Serial Peripheral Interface) busses 1887 + h) SPI (Serial Peripheral Interface) busses 1843 1888 1844 1889 SPI busses can be described with a node for the SPI master device 1845 1890 and a set of child nodes for each SPI slave on the bus. For this
+1 -1
arch/powerpc/boot/dts/gef_sbc610.dts
··· 108 108 compatible = "simple-bus"; 109 109 ranges = <0x0 0xfef00000 0x00100000>; 110 110 reg = <0xfef00000 0x100000>; // CCSRBAR 1M 111 - bus-frequency = <0>; 111 + bus-frequency = <33333333>; 112 112 113 113 i2c1: i2c@3000 { 114 114 #address-cells = <1>;
+72 -49
arch/powerpc/configs/83xx/asp8347_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:01 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:49 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 54 54 CONFIG_GENERIC_BUG=y 55 55 # CONFIG_DEFAULT_UIMAGE is not set 56 56 CONFIG_REDBOOT=y 57 - CONFIG_HIBERNATE_32=y 58 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 59 57 CONFIG_ARCH_SUSPEND_POSSIBLE=y 60 58 # CONFIG_PPC_DCR_NATIVE is not set 61 59 # CONFIG_PPC_DCR_MMIO is not set ··· 97 99 CONFIG_PRINTK=y 98 100 CONFIG_BUG=y 99 101 CONFIG_ELF_CORE=y 100 - CONFIG_PCSPKR_PLATFORM=y 101 102 CONFIG_COMPAT_BRK=y 102 103 CONFIG_BASE_FULL=y 103 104 CONFIG_FUTEX=y ··· 106 109 CONFIG_TIMERFD=y 107 110 CONFIG_EVENTFD=y 108 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 109 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 110 115 CONFIG_SLUB_DEBUG=y 111 116 # CONFIG_SLAB is not set 112 117 CONFIG_SLUB=y ··· 121 122 CONFIG_HAVE_KPROBES=y 122 123 CONFIG_HAVE_KRETPROBES=y 123 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 - # CONFIG_HAVE_CLK is not set 127 - CONFIG_PROC_PAGE_MONITOR=y 128 125 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 126 CONFIG_SLABINFO=y 130 127 CONFIG_RT_MUTEXES=y ··· 153 158 # CONFIG_DEFAULT_NOOP is not set 154 159 CONFIG_DEFAULT_IOSCHED="anticipatory" 155 160 CONFIG_CLASSIC_RCU=y 161 + # CONFIG_FREEZER is not set 156 162 157 163 # 158 164 # Platform support ··· 161 165 CONFIG_PPC_MULTIPLATFORM=y 162 166 CONFIG_CLASSIC32=y 163 167 # CONFIG_PPC_CHRP is not set 164 - # CONFIG_PPC_PMAC is not set 165 168 # CONFIG_MPC5121_ADS is not set 166 169 # CONFIG_MPC5121_GENERIC is not set 167 170 # CONFIG_PPC_MPC52xx is not set 171 + # CONFIG_PPC_PMAC is not set 168 172 # CONFIG_PPC_CELL is not set 169 173 # CONFIG_PPC_CELL_NATIVE is not set 170 174 # CONFIG_PPC_82xx is not set ··· 184 188 CONFIG_PPC_MPC834x=y 185 189 # CONFIG_PPC_86xx is not set 186 190 # CONFIG_EMBEDDED6xx is not set 187 - CONFIG_PPC_NATIVE=y 188 - # CONFIG_UDBG_RTAS_CONSOLE is not set 189 191 CONFIG_IPIC=y 190 - CONFIG_MPIC=y 192 + # CONFIG_MPIC is not set 191 193 # CONFIG_MPIC_WEIRD is not set 192 - CONFIG_PPC_I8259=y 193 - CONFIG_PPC_RTAS=y 194 - # CONFIG_RTAS_ERROR_LOGGING is not set 195 - CONFIG_RTAS_PROC=y 194 + # CONFIG_PPC_I8259 is not set 195 + # CONFIG_PPC_RTAS is not set 196 196 # CONFIG_MMIO_NVRAM is not set 197 - CONFIG_PPC_MPC106=y 197 + # CONFIG_PPC_MPC106 is not set 198 198 # CONFIG_PPC_970_NAP is not set 199 199 # CONFIG_PPC_INDIRECT_IO is not set 200 200 # CONFIG_GENERIC_IOMAP is not set 201 201 # CONFIG_CPU_FREQ is not set 202 - # CONFIG_PPC601_SYNC_FIX is not set 203 202 # CONFIG_TAU is not set 203 + # CONFIG_QUICC_ENGINE is not set 204 204 # CONFIG_FSL_ULI1575 is not set 205 + # CONFIG_MPC8xxx_GPIO is not set 205 206 206 207 # 207 208 # Kernel options ··· 218 225 # CONFIG_PREEMPT_VOLUNTARY is not set 219 226 # CONFIG_PREEMPT is not set 220 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 221 230 # CONFIG_BINFMT_MISC is not set 222 231 # CONFIG_IOMMU_HELPER is not set 223 232 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 234 239 # CONFIG_SPARSEMEM_MANUAL is not set 235 240 CONFIG_FLATMEM=y 236 241 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 242 CONFIG_PAGEFLAGS_EXTENDED=y 240 243 CONFIG_SPLIT_PTLOCK_CPUS=4 241 244 CONFIG_MIGRATION=y 242 245 # CONFIG_RESOURCES_64BIT is not set 246 + # CONFIG_PHYS_ADDR_T_64BIT is not set 243 247 CONFIG_ZONE_DMA_FLAG=1 244 248 CONFIG_BOUNCE=y 245 249 CONFIG_VIRT_TO_BUS=y 250 + CONFIG_UNEVICTABLE_LRU=y 246 251 CONFIG_FORCE_MAX_ZONEORDER=11 247 252 CONFIG_PROC_DEVICETREE=y 248 253 # CONFIG_CMDLINE_BOOL is not set ··· 254 259 # 255 260 # Bus options 256 261 # 257 - # CONFIG_ISA is not set 258 262 CONFIG_ZONE_DMA=y 259 263 CONFIG_GENERIC_ISA_DMA=y 260 264 CONFIG_PPC_INDIRECT_PCI=y ··· 266 272 # CONFIG_PCIEPORTBUS is not set 267 273 CONFIG_ARCH_SUPPORTS_MSI=y 268 274 # CONFIG_PCI_MSI is not set 269 - CONFIG_PCI_LEGACY=y 275 + # CONFIG_PCI_LEGACY is not set 270 276 # CONFIG_PCCARD is not set 271 277 # CONFIG_HOTPLUG_PCI is not set 272 278 # CONFIG_HAS_RAPIDIO is not set ··· 334 340 # CONFIG_TIPC is not set 335 341 # CONFIG_ATM is not set 336 342 # CONFIG_BRIDGE is not set 343 + # CONFIG_NET_DSA is not set 337 344 # CONFIG_VLAN_8021Q is not set 338 345 # CONFIG_DECNET is not set 339 346 # CONFIG_LLC2 is not set ··· 355 360 # CONFIG_IRDA is not set 356 361 # CONFIG_BT is not set 357 362 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 363 + # CONFIG_PHONET is not set 364 + CONFIG_WIRELESS=y 362 365 # CONFIG_CFG80211 is not set 366 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 367 # CONFIG_WIRELESS_EXT is not set 364 368 # CONFIG_MAC80211 is not set 365 369 # CONFIG_IEEE80211 is not set ··· 464 470 # CONFIG_PARPORT is not set 465 471 CONFIG_BLK_DEV=y 466 472 # CONFIG_BLK_DEV_FD is not set 467 - # CONFIG_MAC_FLOPPY is not set 468 473 # CONFIG_BLK_CPQ_DA is not set 469 474 # CONFIG_BLK_CPQ_CISS_DA is not set 470 475 # CONFIG_BLK_DEV_DAC960 is not set ··· 540 547 # CONFIG_MDIO_BITBANG is not set 541 548 CONFIG_NET_ETHERNET=y 542 549 CONFIG_MII=y 543 - # CONFIG_MACE is not set 544 - # CONFIG_BMAC is not set 545 550 # CONFIG_HAPPYMEAL is not set 546 551 # CONFIG_SUNGEM is not set 547 552 # CONFIG_CASSINI is not set ··· 550 559 # CONFIG_IBM_NEW_EMAC_RGMII is not set 551 560 # CONFIG_IBM_NEW_EMAC_TAH is not set 552 561 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 562 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 563 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 564 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 553 565 # CONFIG_NET_PCI is not set 554 566 # CONFIG_B44 is not set 567 + # CONFIG_ATL2 is not set 555 568 CONFIG_NETDEV_1000=y 556 569 # CONFIG_ACENIC is not set 557 570 # CONFIG_DL2K is not set ··· 578 583 # CONFIG_QLA3XXX is not set 579 584 # CONFIG_ATL1 is not set 580 585 # CONFIG_ATL1E is not set 586 + # CONFIG_JME is not set 581 587 # CONFIG_NETDEV_10000 is not set 582 588 # CONFIG_TR is not set 583 589 ··· 663 667 # CONFIG_SERIAL_UARTLITE is not set 664 668 CONFIG_SERIAL_CORE=y 665 669 CONFIG_SERIAL_CORE_CONSOLE=y 666 - # CONFIG_SERIAL_PMACZILOG is not set 667 670 # CONFIG_SERIAL_JSM is not set 668 671 # CONFIG_SERIAL_OF_PLATFORM is not set 669 672 CONFIG_UNIX98_PTYS=y 670 673 CONFIG_LEGACY_PTYS=y 671 674 CONFIG_LEGACY_PTY_COUNT=256 672 - # CONFIG_BRIQ_PANEL is not set 673 - # CONFIG_HVC_RTAS is not set 674 675 # CONFIG_IPMI_HANDLER is not set 675 676 # CONFIG_HW_RANDOM is not set 676 677 # CONFIG_NVRAM is not set ··· 702 709 # CONFIG_I2C_SIS96X is not set 703 710 # CONFIG_I2C_VIA is not set 704 711 # CONFIG_I2C_VIAPRO is not set 705 - 706 - # 707 - # Mac SMBus host controller drivers 708 - # 709 - # CONFIG_I2C_HYDRA is not set 710 - CONFIG_I2C_POWERMAC=y 711 712 712 713 # 713 714 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 740 753 # CONFIG_SENSORS_PCF8591 is not set 741 754 # CONFIG_SENSORS_MAX6875 is not set 742 755 # CONFIG_SENSORS_TSL2550 is not set 756 + # CONFIG_MCU_MPC8349EMITX is not set 743 757 # CONFIG_I2C_DEBUG_CORE is not set 744 758 # CONFIG_I2C_DEBUG_ALGO is not set 745 759 # CONFIG_I2C_DEBUG_BUS is not set ··· 762 774 # CONFIG_SENSORS_ADM9240 is not set 763 775 # CONFIG_SENSORS_ADT7470 is not set 764 776 # CONFIG_SENSORS_ADT7473 is not set 765 - # CONFIG_SENSORS_AMS is not set 766 777 # CONFIG_SENSORS_ATXP1 is not set 767 778 # CONFIG_SENSORS_DS1621 is not set 768 779 # CONFIG_SENSORS_I5K_AMB is not set ··· 816 829 # CONFIG_SOFT_WATCHDOG is not set 817 830 # CONFIG_ALIM7101_WDT is not set 818 831 # CONFIG_8xxx_WDT is not set 819 - # CONFIG_WATCHDOG_RTAS is not set 820 832 821 833 # 822 834 # PCI-based Watchdog Cards ··· 841 855 # CONFIG_MFD_SM501 is not set 842 856 # CONFIG_HTC_PASIC3 is not set 843 857 # CONFIG_MFD_TMIO is not set 858 + # CONFIG_PMIC_DA903X is not set 859 + # CONFIG_MFD_WM8400 is not set 860 + # CONFIG_MFD_WM8350_I2C is not set 861 + 862 + # 863 + # Voltage and Current regulators 864 + # 865 + # CONFIG_REGULATOR is not set 866 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 867 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 868 + # CONFIG_REGULATOR_BQ24022 is not set 844 869 845 870 # 846 871 # Multimedia devices ··· 904 907 # CONFIG_USB_OTG_WHITELIST is not set 905 908 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 906 909 CONFIG_USB_MON=y 910 + # CONFIG_USB_WUSB is not set 911 + # CONFIG_USB_WUSB_CBAF is not set 907 912 908 913 # 909 914 # USB Host Controller Drivers ··· 922 923 # CONFIG_USB_UHCI_HCD is not set 923 924 # CONFIG_USB_SL811_HCD is not set 924 925 # CONFIG_USB_R8A66597_HCD is not set 926 + # CONFIG_USB_WHCI_HCD is not set 927 + # CONFIG_USB_HWA_HCD is not set 925 928 926 929 # 927 930 # USB Device Class drivers ··· 931 930 # CONFIG_USB_ACM is not set 932 931 # CONFIG_USB_PRINTER is not set 933 932 # CONFIG_USB_WDM is not set 933 + # CONFIG_USB_TMC is not set 934 934 935 935 # 936 936 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 958 956 # CONFIG_USB_EMI62 is not set 959 957 # CONFIG_USB_EMI26 is not set 960 958 # CONFIG_USB_ADUTUX is not set 959 + # CONFIG_USB_SEVSEG is not set 961 960 # CONFIG_USB_RIO500 is not set 962 961 # CONFIG_USB_LEGOTOWER is not set 963 962 # CONFIG_USB_LCD is not set ··· 975 972 # CONFIG_USB_TRANCEVIBRATOR is not set 976 973 # CONFIG_USB_IOWARRIOR is not set 977 974 # CONFIG_USB_ISIGHTFW is not set 975 + # CONFIG_USB_VST is not set 978 976 # CONFIG_USB_GADGET is not set 977 + # CONFIG_UWB is not set 979 978 # CONFIG_MMC is not set 980 979 # CONFIG_MEMSTICK is not set 981 980 # CONFIG_NEW_LEDS is not set ··· 1023 1018 # Platform RTC drivers 1024 1019 # 1025 1020 # CONFIG_RTC_DRV_CMOS is not set 1021 + # CONFIG_RTC_DRV_DS1286 is not set 1026 1022 # CONFIG_RTC_DRV_DS1511 is not set 1027 1023 # CONFIG_RTC_DRV_DS1553 is not set 1028 1024 # CONFIG_RTC_DRV_DS1742 is not set 1029 1025 # CONFIG_RTC_DRV_STK17TA8 is not set 1030 1026 # CONFIG_RTC_DRV_M48T86 is not set 1027 + # CONFIG_RTC_DRV_M48T35 is not set 1031 1028 # CONFIG_RTC_DRV_M48T59 is not set 1029 + # CONFIG_RTC_DRV_BQ4802 is not set 1032 1030 # CONFIG_RTC_DRV_V3020 is not set 1033 1031 1034 1032 # ··· 1040 1032 # CONFIG_RTC_DRV_PPC is not set 1041 1033 # CONFIG_DMADEVICES is not set 1042 1034 # CONFIG_UIO is not set 1035 + # CONFIG_STAGING is not set 1043 1036 1044 1037 # 1045 1038 # File systems ··· 1052 1043 CONFIG_EXT3_FS_XATTR=y 1053 1044 # CONFIG_EXT3_FS_POSIX_ACL is not set 1054 1045 # CONFIG_EXT3_FS_SECURITY is not set 1055 - # CONFIG_EXT4DEV_FS is not set 1046 + # CONFIG_EXT4_FS is not set 1056 1047 CONFIG_JBD=y 1057 1048 CONFIG_FS_MBCACHE=y 1058 1049 # CONFIG_REISERFS_FS is not set 1059 1050 # CONFIG_JFS_FS is not set 1060 1051 # CONFIG_FS_POSIX_ACL is not set 1052 + CONFIG_FILE_LOCKING=y 1061 1053 # CONFIG_XFS_FS is not set 1062 1054 # CONFIG_OCFS2_FS is not set 1063 1055 CONFIG_DNOTIFY=y ··· 1088 1078 CONFIG_PROC_FS=y 1089 1079 CONFIG_PROC_KCORE=y 1090 1080 CONFIG_PROC_SYSCTL=y 1081 + CONFIG_PROC_PAGE_MONITOR=y 1091 1082 CONFIG_SYSFS=y 1092 1083 CONFIG_TMPFS=y 1093 1084 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1137 1126 CONFIG_NFS_COMMON=y 1138 1127 CONFIG_SUNRPC=y 1139 1128 CONFIG_SUNRPC_GSS=y 1129 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1140 1130 CONFIG_RPCSEC_GSS_KRB5=y 1141 1131 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1142 1132 # CONFIG_SMB_FS is not set ··· 1209 1197 # Library routines 1210 1198 # 1211 1199 CONFIG_BITREVERSE=y 1212 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1213 1200 # CONFIG_CRC_CCITT is not set 1214 1201 # CONFIG_CRC16 is not set 1215 1202 # CONFIG_CRC_T10DIF is not set ··· 1240 1229 # CONFIG_SLUB_STATS is not set 1241 1230 # CONFIG_DEBUG_BUGVERBOSE is not set 1242 1231 # CONFIG_DEBUG_MEMORY_INIT is not set 1232 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1243 1233 # CONFIG_LATENCYTOP is not set 1244 1234 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1245 - CONFIG_HAVE_FTRACE=y 1246 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1247 - # CONFIG_FTRACE is not set 1248 - # CONFIG_SCHED_TRACER is not set 1249 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1235 + CONFIG_HAVE_FUNCTION_TRACER=y 1236 + 1237 + # 1238 + # Tracers 1239 + # 1240 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1250 1241 # CONFIG_SAMPLES is not set 1251 1242 CONFIG_HAVE_ARCH_KGDB=y 1252 1243 # CONFIG_IRQSTACKS is not set ··· 1260 1247 # 1261 1248 # CONFIG_KEYS is not set 1262 1249 # CONFIG_SECURITY is not set 1250 + # CONFIG_SECURITYFS is not set 1263 1251 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1264 1252 CONFIG_CRYPTO=y 1265 1253 1266 1254 # 1267 1255 # Crypto core or helper 1268 1256 # 1257 + # CONFIG_CRYPTO_FIPS is not set 1269 1258 CONFIG_CRYPTO_ALGAPI=y 1259 + CONFIG_CRYPTO_AEAD=y 1270 1260 CONFIG_CRYPTO_BLKCIPHER=y 1261 + CONFIG_CRYPTO_HASH=y 1262 + CONFIG_CRYPTO_RNG=y 1271 1263 CONFIG_CRYPTO_MANAGER=y 1272 1264 # CONFIG_CRYPTO_GF128MUL is not set 1273 1265 # CONFIG_CRYPTO_NULL is not set ··· 1345 1327 # 1346 1328 # CONFIG_CRYPTO_DEFLATE is not set 1347 1329 # CONFIG_CRYPTO_LZO is not set 1330 + 1331 + # 1332 + # Random Number Generation 1333 + # 1334 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1348 1335 CONFIG_CRYPTO_HW=y 1349 1336 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1350 1337 # CONFIG_CRYPTO_DEV_TALITOS is not set
+100 -58
arch/powerpc/configs/83xx/mpc8313_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:17 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:50 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC831x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 + # CONFIG_MPC8xxx_GPIO is not set 204 205 205 206 # 206 207 # Kernel options ··· 217 224 # CONFIG_PREEMPT_VOLUNTARY is not set 218 225 # CONFIG_PREEMPT is not set 219 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 220 229 # CONFIG_BINFMT_MISC is not set 221 230 # CONFIG_IOMMU_HELPER is not set 222 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 238 # CONFIG_SPARSEMEM_MANUAL is not set 234 239 CONFIG_FLATMEM=y 235 240 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 241 CONFIG_PAGEFLAGS_EXTENDED=y 239 242 CONFIG_SPLIT_PTLOCK_CPUS=4 240 243 CONFIG_MIGRATION=y 241 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 246 CONFIG_ZONE_DMA_FLAG=1 243 247 CONFIG_BOUNCE=y 244 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 245 250 CONFIG_FORCE_MAX_ZONEORDER=11 246 251 CONFIG_PROC_DEVICETREE=y 247 252 # CONFIG_CMDLINE_BOOL is not set ··· 253 258 # 254 259 # Bus options 255 260 # 256 - # CONFIG_ISA is not set 257 261 CONFIG_ZONE_DMA=y 258 262 CONFIG_GENERIC_ISA_DMA=y 259 263 CONFIG_PPC_INDIRECT_PCI=y ··· 265 271 # CONFIG_PCIEPORTBUS is not set 266 272 CONFIG_ARCH_SUPPORTS_MSI=y 267 273 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 269 275 # CONFIG_PCI_DEBUG is not set 270 276 # CONFIG_PCCARD is not set 271 277 # CONFIG_HOTPLUG_PCI is not set ··· 334 340 # CONFIG_TIPC is not set 335 341 # CONFIG_ATM is not set 336 342 # CONFIG_BRIDGE is not set 343 + # CONFIG_NET_DSA is not set 337 344 # CONFIG_VLAN_8021Q is not set 338 345 # CONFIG_DECNET is not set 339 346 # CONFIG_LLC2 is not set ··· 355 360 # CONFIG_IRDA is not set 356 361 # CONFIG_BT is not set 357 362 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 363 + # CONFIG_PHONET is not set 364 + CONFIG_WIRELESS=y 362 365 # CONFIG_CFG80211 is not set 366 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 367 # CONFIG_WIRELESS_EXT is not set 364 368 # CONFIG_MAC80211 is not set 365 369 # CONFIG_IEEE80211 is not set ··· 464 470 # CONFIG_MTD_NAND_PLATFORM is not set 465 471 # CONFIG_MTD_ALAUDA is not set 466 472 CONFIG_MTD_NAND_FSL_ELBC=y 473 + # CONFIG_MTD_NAND_FSL_UPM is not set 467 474 # CONFIG_MTD_ONENAND is not set 468 475 469 476 # ··· 477 482 # CONFIG_PARPORT is not set 478 483 CONFIG_BLK_DEV=y 479 484 # CONFIG_BLK_DEV_FD is not set 480 - # CONFIG_MAC_FLOPPY is not set 481 485 # CONFIG_BLK_CPQ_DA is not set 482 486 # CONFIG_BLK_CPQ_CISS_DA is not set 483 487 # CONFIG_BLK_DEV_DAC960 is not set ··· 577 583 # CONFIG_SCSI_DC390T is not set 578 584 # CONFIG_SCSI_NSP32 is not set 579 585 # CONFIG_SCSI_DEBUG is not set 580 - # CONFIG_SCSI_MESH is not set 581 - # CONFIG_SCSI_MAC53C94 is not set 582 586 # CONFIG_SCSI_SRP is not set 583 587 # CONFIG_SCSI_DH is not set 584 588 # CONFIG_ATA is not set 585 589 CONFIG_MD=y 586 590 CONFIG_BLK_DEV_MD=y 591 + CONFIG_MD_AUTODETECT=y 587 592 CONFIG_MD_LINEAR=y 588 593 CONFIG_MD_RAID0=y 589 594 CONFIG_MD_RAID1=y ··· 631 638 # CONFIG_MDIO_BITBANG is not set 632 639 CONFIG_NET_ETHERNET=y 633 640 CONFIG_MII=y 634 - # CONFIG_MACE is not set 635 - # CONFIG_BMAC is not set 636 641 # CONFIG_HAPPYMEAL is not set 637 642 # CONFIG_SUNGEM is not set 638 643 # CONFIG_CASSINI is not set ··· 642 651 # CONFIG_IBM_NEW_EMAC_RGMII is not set 643 652 # CONFIG_IBM_NEW_EMAC_TAH is not set 644 653 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 654 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 655 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 656 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 645 657 CONFIG_NET_PCI=y 646 658 # CONFIG_PCNET32 is not set 647 659 # CONFIG_AMD8111_ETH is not set ··· 665 671 # CONFIG_TLAN is not set 666 672 # CONFIG_VIA_RHINE is not set 667 673 # CONFIG_SC92031 is not set 674 + # CONFIG_ATL2 is not set 668 675 CONFIG_NETDEV_1000=y 669 676 # CONFIG_ACENIC is not set 670 677 # CONFIG_DL2K is not set ··· 688 693 # CONFIG_QLA3XXX is not set 689 694 # CONFIG_ATL1 is not set 690 695 # CONFIG_ATL1E is not set 696 + # CONFIG_JME is not set 691 697 CONFIG_NETDEV_10000=y 692 698 # CONFIG_CHELSIO_T1 is not set 693 699 # CONFIG_CHELSIO_T3 is not set 700 + # CONFIG_ENIC is not set 694 701 # CONFIG_IXGBE is not set 695 702 # CONFIG_IXGB is not set 696 703 # CONFIG_S2IO is not set 697 704 # CONFIG_MYRI10GE is not set 698 705 # CONFIG_NETXEN_NIC is not set 699 706 # CONFIG_NIU is not set 707 + # CONFIG_MLX4_EN is not set 700 708 # CONFIG_MLX4_CORE is not set 701 709 # CONFIG_TEHUTI is not set 702 710 # CONFIG_BNX2X is not set 711 + # CONFIG_QLGE is not set 703 712 # CONFIG_SFC is not set 704 713 # CONFIG_TR is not set 705 714 ··· 789 790 # CONFIG_SERIAL_UARTLITE is not set 790 791 CONFIG_SERIAL_CORE=y 791 792 CONFIG_SERIAL_CORE_CONSOLE=y 792 - # CONFIG_SERIAL_PMACZILOG is not set 793 793 # CONFIG_SERIAL_JSM is not set 794 794 # CONFIG_SERIAL_OF_PLATFORM is not set 795 795 CONFIG_UNIX98_PTYS=y 796 796 CONFIG_LEGACY_PTYS=y 797 797 CONFIG_LEGACY_PTY_COUNT=256 798 - # CONFIG_BRIQ_PANEL is not set 799 - # CONFIG_HVC_RTAS is not set 800 798 # CONFIG_IPMI_HANDLER is not set 801 799 CONFIG_HW_RANDOM=y 802 800 # CONFIG_NVRAM is not set ··· 828 832 # CONFIG_I2C_SIS96X is not set 829 833 # CONFIG_I2C_VIA is not set 830 834 # CONFIG_I2C_VIAPRO is not set 831 - 832 - # 833 - # Mac SMBus host controller drivers 834 - # 835 - # CONFIG_I2C_HYDRA is not set 836 - CONFIG_I2C_POWERMAC=y 837 835 838 836 # 839 837 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 866 876 # CONFIG_SENSORS_PCF8591 is not set 867 877 # CONFIG_SENSORS_MAX6875 is not set 868 878 # CONFIG_SENSORS_TSL2550 is not set 879 + # CONFIG_MCU_MPC8349EMITX is not set 869 880 # CONFIG_I2C_DEBUG_CORE is not set 870 881 # CONFIG_I2C_DEBUG_ALGO is not set 871 882 # CONFIG_I2C_DEBUG_BUS is not set ··· 904 913 # CONFIG_SENSORS_ADM9240 is not set 905 914 # CONFIG_SENSORS_ADT7470 is not set 906 915 # CONFIG_SENSORS_ADT7473 is not set 907 - # CONFIG_SENSORS_AMS is not set 908 916 # CONFIG_SENSORS_ATXP1 is not set 909 917 # CONFIG_SENSORS_DS1621 is not set 910 918 # CONFIG_SENSORS_I5K_AMB is not set ··· 925 935 # CONFIG_SENSORS_LM90 is not set 926 936 # CONFIG_SENSORS_LM92 is not set 927 937 # CONFIG_SENSORS_LM93 is not set 938 + # CONFIG_SENSORS_MAX1111 is not set 928 939 # CONFIG_SENSORS_MAX1619 is not set 929 940 # CONFIG_SENSORS_MAX6650 is not set 930 941 # CONFIG_SENSORS_PC87360 is not set ··· 960 969 # CONFIG_SOFT_WATCHDOG is not set 961 970 # CONFIG_ALIM7101_WDT is not set 962 971 # CONFIG_8xxx_WDT is not set 963 - # CONFIG_WATCHDOG_RTAS is not set 964 972 965 973 # 966 974 # PCI-based Watchdog Cards ··· 985 995 # CONFIG_MFD_SM501 is not set 986 996 # CONFIG_HTC_PASIC3 is not set 987 997 # CONFIG_MFD_TMIO is not set 998 + # CONFIG_PMIC_DA903X is not set 999 + # CONFIG_MFD_WM8400 is not set 1000 + # CONFIG_MFD_WM8350_I2C is not set 1001 + 1002 + # 1003 + # Voltage and Current regulators 1004 + # 1005 + # CONFIG_REGULATOR is not set 1006 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1007 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1008 + # CONFIG_REGULATOR_BQ24022 is not set 988 1009 989 1010 # 990 1011 # Multimedia devices ··· 1038 1037 # USB Input Devices 1039 1038 # 1040 1039 # CONFIG_USB_HID is not set 1040 + # CONFIG_HID_PID is not set 1041 1041 1042 1042 # 1043 1043 # USB HID Boot Protocol drivers 1044 1044 # 1045 1045 # CONFIG_USB_KBD is not set 1046 1046 # CONFIG_USB_MOUSE is not set 1047 + 1048 + # 1049 + # Special HID drivers 1050 + # 1051 + CONFIG_HID_COMPAT=y 1047 1052 CONFIG_USB_SUPPORT=y 1048 1053 CONFIG_USB_ARCH_HAS_HCD=y 1049 1054 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1068 1061 # CONFIG_USB_OTG_WHITELIST is not set 1069 1062 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1070 1063 CONFIG_USB_MON=y 1064 + # CONFIG_USB_WUSB is not set 1065 + # CONFIG_USB_WUSB_CBAF is not set 1071 1066 1072 1067 # 1073 1068 # USB Host Controller Drivers ··· 1093 1084 CONFIG_USB_UHCI_HCD=y 1094 1085 # CONFIG_USB_SL811_HCD is not set 1095 1086 # CONFIG_USB_R8A66597_HCD is not set 1087 + # CONFIG_USB_WHCI_HCD is not set 1088 + # CONFIG_USB_HWA_HCD is not set 1096 1089 # CONFIG_USB_GADGET_MUSB_HDRC is not set 1097 1090 1098 1091 # ··· 1103 1092 # CONFIG_USB_ACM is not set 1104 1093 # CONFIG_USB_PRINTER is not set 1105 1094 # CONFIG_USB_WDM is not set 1095 + # CONFIG_USB_TMC is not set 1106 1096 1107 1097 # 1108 1098 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1125 1113 # CONFIG_USB_STORAGE_ALAUDA is not set 1126 1114 # CONFIG_USB_STORAGE_ONETOUCH is not set 1127 1115 # CONFIG_USB_STORAGE_KARMA is not set 1128 - # CONFIG_USB_STORAGE_SIERRA is not set 1129 1116 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1130 1117 # CONFIG_USB_LIBUSUAL is not set 1131 1118 ··· 1145 1134 # CONFIG_USB_EMI62 is not set 1146 1135 # CONFIG_USB_EMI26 is not set 1147 1136 # CONFIG_USB_ADUTUX is not set 1137 + # CONFIG_USB_SEVSEG is not set 1148 1138 # CONFIG_USB_RIO500 is not set 1149 1139 # CONFIG_USB_LEGOTOWER is not set 1150 1140 # CONFIG_USB_LCD is not set ··· 1163 1151 # CONFIG_USB_IOWARRIOR is not set 1164 1152 # CONFIG_USB_TEST is not set 1165 1153 # CONFIG_USB_ISIGHTFW is not set 1154 + # CONFIG_USB_VST is not set 1166 1155 CONFIG_USB_GADGET=y 1167 1156 # CONFIG_USB_GADGET_DEBUG is not set 1168 1157 # CONFIG_USB_GADGET_DEBUG_FILES is not set 1158 + CONFIG_USB_GADGET_VBUS_DRAW=2 1169 1159 CONFIG_USB_GADGET_SELECTED=y 1170 - # CONFIG_USB_GADGET_AMD5536UDC is not set 1160 + # CONFIG_USB_GADGET_AT91 is not set 1171 1161 # CONFIG_USB_GADGET_ATMEL_USBA is not set 1172 1162 # CONFIG_USB_GADGET_FSL_USB2 is not set 1173 - CONFIG_USB_GADGET_NET2280=y 1174 - CONFIG_USB_NET2280=y 1175 - # CONFIG_USB_GADGET_PXA25X is not set 1176 - # CONFIG_USB_GADGET_M66592 is not set 1177 - # CONFIG_USB_GADGET_PXA27X is not set 1178 - # CONFIG_USB_GADGET_GOKU is not set 1179 1163 # CONFIG_USB_GADGET_LH7A40X is not set 1180 1164 # CONFIG_USB_GADGET_OMAP is not set 1165 + # CONFIG_USB_GADGET_PXA25X is not set 1166 + # CONFIG_USB_GADGET_PXA27X is not set 1181 1167 # CONFIG_USB_GADGET_S3C2410 is not set 1182 - # CONFIG_USB_GADGET_AT91 is not set 1168 + # CONFIG_USB_GADGET_M66592 is not set 1169 + # CONFIG_USB_GADGET_AMD5536UDC is not set 1170 + # CONFIG_USB_GADGET_FSL_QE is not set 1171 + CONFIG_USB_GADGET_NET2280=y 1172 + CONFIG_USB_NET2280=y 1173 + # CONFIG_USB_GADGET_GOKU is not set 1183 1174 # CONFIG_USB_GADGET_DUMMY_HCD is not set 1184 1175 CONFIG_USB_GADGET_DUALSPEED=y 1185 1176 # CONFIG_USB_ZERO is not set ··· 1194 1179 # CONFIG_USB_MIDI_GADGET is not set 1195 1180 # CONFIG_USB_G_PRINTER is not set 1196 1181 # CONFIG_USB_CDC_COMPOSITE is not set 1182 + # CONFIG_UWB is not set 1197 1183 # CONFIG_MMC is not set 1198 1184 # CONFIG_MEMSTICK is not set 1199 1185 # CONFIG_NEW_LEDS is not set ··· 1240 1224 # CONFIG_RTC_DRV_MAX6902 is not set 1241 1225 # CONFIG_RTC_DRV_R9701 is not set 1242 1226 # CONFIG_RTC_DRV_RS5C348 is not set 1227 + # CONFIG_RTC_DRV_DS3234 is not set 1243 1228 1244 1229 # 1245 1230 # Platform RTC drivers 1246 1231 # 1247 1232 # CONFIG_RTC_DRV_CMOS is not set 1233 + # CONFIG_RTC_DRV_DS1286 is not set 1248 1234 # CONFIG_RTC_DRV_DS1511 is not set 1249 1235 # CONFIG_RTC_DRV_DS1553 is not set 1250 1236 # CONFIG_RTC_DRV_DS1742 is not set 1251 1237 # CONFIG_RTC_DRV_STK17TA8 is not set 1252 1238 # CONFIG_RTC_DRV_M48T86 is not set 1239 + # CONFIG_RTC_DRV_M48T35 is not set 1253 1240 # CONFIG_RTC_DRV_M48T59 is not set 1241 + # CONFIG_RTC_DRV_BQ4802 is not set 1254 1242 # CONFIG_RTC_DRV_V3020 is not set 1255 1243 1256 1244 # ··· 1263 1243 # CONFIG_RTC_DRV_PPC is not set 1264 1244 # CONFIG_DMADEVICES is not set 1265 1245 # CONFIG_UIO is not set 1246 + # CONFIG_STAGING is not set 1266 1247 1267 1248 # 1268 1249 # File systems ··· 1275 1254 CONFIG_EXT3_FS_XATTR=y 1276 1255 # CONFIG_EXT3_FS_POSIX_ACL is not set 1277 1256 # CONFIG_EXT3_FS_SECURITY is not set 1278 - # CONFIG_EXT4DEV_FS is not set 1257 + # CONFIG_EXT4_FS is not set 1279 1258 CONFIG_JBD=y 1280 1259 CONFIG_FS_MBCACHE=y 1281 1260 # CONFIG_REISERFS_FS is not set 1282 1261 # CONFIG_JFS_FS is not set 1283 1262 # CONFIG_FS_POSIX_ACL is not set 1263 + CONFIG_FILE_LOCKING=y 1284 1264 # CONFIG_XFS_FS is not set 1285 1265 # CONFIG_OCFS2_FS is not set 1286 1266 CONFIG_DNOTIFY=y ··· 1311 1289 CONFIG_PROC_FS=y 1312 1290 CONFIG_PROC_KCORE=y 1313 1291 CONFIG_PROC_SYSCTL=y 1292 + CONFIG_PROC_PAGE_MONITOR=y 1314 1293 CONFIG_SYSFS=y 1315 1294 CONFIG_TMPFS=y 1316 1295 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1360 1337 CONFIG_NFS_COMMON=y 1361 1338 CONFIG_SUNRPC=y 1362 1339 CONFIG_SUNRPC_GSS=y 1340 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1363 1341 CONFIG_RPCSEC_GSS_KRB5=y 1364 1342 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1365 1343 # CONFIG_SMB_FS is not set ··· 1397 1373 # Library routines 1398 1374 # 1399 1375 CONFIG_BITREVERSE=y 1400 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1401 1376 # CONFIG_CRC_CCITT is not set 1402 1377 # CONFIG_CRC16 is not set 1403 1378 # CONFIG_CRC_T10DIF is not set ··· 1450 1427 # CONFIG_DEBUG_SG is not set 1451 1428 # CONFIG_BOOT_PRINTK_DELAY is not set 1452 1429 # CONFIG_RCU_TORTURE_TEST is not set 1430 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1453 1431 # CONFIG_BACKTRACE_SELF_TEST is not set 1432 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1454 1433 # CONFIG_FAULT_INJECTION is not set 1455 1434 # CONFIG_LATENCYTOP is not set 1456 1435 CONFIG_SYSCTL_SYSCALL_CHECK=y 1457 - CONFIG_HAVE_FTRACE=y 1458 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1459 - # CONFIG_FTRACE is not set 1436 + CONFIG_HAVE_FUNCTION_TRACER=y 1437 + 1438 + # 1439 + # Tracers 1440 + # 1441 + # CONFIG_FUNCTION_TRACER is not set 1460 1442 # CONFIG_SCHED_TRACER is not set 1461 1443 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1444 + # CONFIG_BOOT_TRACER is not set 1445 + # CONFIG_STACK_TRACER is not set 1446 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1462 1447 # CONFIG_SAMPLES is not set 1463 1448 CONFIG_HAVE_ARCH_KGDB=y 1464 1449 # CONFIG_KGDB is not set ··· 1475 1444 # CONFIG_DEBUG_PAGEALLOC is not set 1476 1445 # CONFIG_CODE_PATCHING_SELFTEST is not set 1477 1446 # CONFIG_FTR_FIXUP_SELFTEST is not set 1447 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1478 1448 # CONFIG_XMON is not set 1479 1449 # CONFIG_IRQSTACKS is not set 1480 1450 # CONFIG_BDI_SWITCH is not set ··· 1487 1455 # 1488 1456 # CONFIG_KEYS is not set 1489 1457 # CONFIG_SECURITY is not set 1458 + # CONFIG_SECURITYFS is not set 1490 1459 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1491 1460 CONFIG_CRYPTO=y 1492 1461 1493 1462 # 1494 1463 # Crypto core or helper 1495 1464 # 1465 + # CONFIG_CRYPTO_FIPS is not set 1496 1466 CONFIG_CRYPTO_ALGAPI=y 1467 + CONFIG_CRYPTO_AEAD=y 1497 1468 CONFIG_CRYPTO_BLKCIPHER=y 1469 + CONFIG_CRYPTO_HASH=y 1470 + CONFIG_CRYPTO_RNG=y 1498 1471 CONFIG_CRYPTO_MANAGER=y 1499 1472 # CONFIG_CRYPTO_GF128MUL is not set 1500 1473 # CONFIG_CRYPTO_NULL is not set ··· 1572 1535 # 1573 1536 # CONFIG_CRYPTO_DEFLATE is not set 1574 1537 # CONFIG_CRYPTO_LZO is not set 1538 + 1539 + # 1540 + # Random Number Generation 1541 + # 1542 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1575 1543 CONFIG_CRYPTO_HW=y 1576 1544 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1577 1545 # CONFIG_CRYPTO_DEV_TALITOS is not set
+100 -58
arch/powerpc/configs/83xx/mpc8315_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:18 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:51 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC831x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 + # CONFIG_MPC8xxx_GPIO is not set 204 205 205 206 # 206 207 # Kernel options ··· 217 224 # CONFIG_PREEMPT_VOLUNTARY is not set 218 225 # CONFIG_PREEMPT is not set 219 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 220 229 # CONFIG_BINFMT_MISC is not set 221 230 # CONFIG_IOMMU_HELPER is not set 222 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 238 # CONFIG_SPARSEMEM_MANUAL is not set 234 239 CONFIG_FLATMEM=y 235 240 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 241 CONFIG_PAGEFLAGS_EXTENDED=y 239 242 CONFIG_SPLIT_PTLOCK_CPUS=4 240 243 CONFIG_MIGRATION=y 241 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 246 CONFIG_ZONE_DMA_FLAG=1 243 247 CONFIG_BOUNCE=y 244 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 245 250 CONFIG_FORCE_MAX_ZONEORDER=11 246 251 CONFIG_PROC_DEVICETREE=y 247 252 # CONFIG_CMDLINE_BOOL is not set ··· 253 258 # 254 259 # Bus options 255 260 # 256 - # CONFIG_ISA is not set 257 261 CONFIG_ZONE_DMA=y 258 262 CONFIG_GENERIC_ISA_DMA=y 259 263 CONFIG_PPC_INDIRECT_PCI=y ··· 265 271 # CONFIG_PCIEPORTBUS is not set 266 272 CONFIG_ARCH_SUPPORTS_MSI=y 267 273 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 269 275 # CONFIG_PCI_DEBUG is not set 270 276 # CONFIG_PCCARD is not set 271 277 # CONFIG_HOTPLUG_PCI is not set ··· 334 340 # CONFIG_TIPC is not set 335 341 # CONFIG_ATM is not set 336 342 # CONFIG_BRIDGE is not set 343 + # CONFIG_NET_DSA is not set 337 344 # CONFIG_VLAN_8021Q is not set 338 345 # CONFIG_DECNET is not set 339 346 # CONFIG_LLC2 is not set ··· 355 360 # CONFIG_IRDA is not set 356 361 # CONFIG_BT is not set 357 362 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 363 + # CONFIG_PHONET is not set 364 + CONFIG_WIRELESS=y 362 365 # CONFIG_CFG80211 is not set 366 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 367 # CONFIG_WIRELESS_EXT is not set 364 368 # CONFIG_MAC80211 is not set 365 369 # CONFIG_IEEE80211 is not set ··· 464 470 # CONFIG_MTD_NAND_PLATFORM is not set 465 471 # CONFIG_MTD_ALAUDA is not set 466 472 # CONFIG_MTD_NAND_FSL_ELBC is not set 473 + # CONFIG_MTD_NAND_FSL_UPM is not set 467 474 # CONFIG_MTD_ONENAND is not set 468 475 469 476 # ··· 477 482 # CONFIG_PARPORT is not set 478 483 CONFIG_BLK_DEV=y 479 484 # CONFIG_BLK_DEV_FD is not set 480 - # CONFIG_MAC_FLOPPY is not set 481 485 # CONFIG_BLK_CPQ_DA is not set 482 486 # CONFIG_BLK_CPQ_CISS_DA is not set 483 487 # CONFIG_BLK_DEV_DAC960 is not set ··· 578 584 # CONFIG_SCSI_DC390T is not set 579 585 # CONFIG_SCSI_NSP32 is not set 580 586 # CONFIG_SCSI_DEBUG is not set 581 - # CONFIG_SCSI_MESH is not set 582 - # CONFIG_SCSI_MAC53C94 is not set 583 587 # CONFIG_SCSI_SRP is not set 584 588 # CONFIG_SCSI_DH is not set 585 589 CONFIG_ATA=y ··· 643 651 # CONFIG_PATA_SCH is not set 644 652 CONFIG_MD=y 645 653 CONFIG_BLK_DEV_MD=y 654 + CONFIG_MD_AUTODETECT=y 646 655 CONFIG_MD_LINEAR=y 647 656 CONFIG_MD_RAID0=y 648 657 CONFIG_MD_RAID1=y ··· 692 699 # CONFIG_MDIO_BITBANG is not set 693 700 CONFIG_NET_ETHERNET=y 694 701 CONFIG_MII=y 695 - # CONFIG_MACE is not set 696 - # CONFIG_BMAC is not set 697 702 # CONFIG_HAPPYMEAL is not set 698 703 # CONFIG_SUNGEM is not set 699 704 # CONFIG_CASSINI is not set ··· 703 712 # CONFIG_IBM_NEW_EMAC_RGMII is not set 704 713 # CONFIG_IBM_NEW_EMAC_TAH is not set 705 714 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 715 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 716 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 717 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 706 718 CONFIG_NET_PCI=y 707 719 # CONFIG_PCNET32 is not set 708 720 # CONFIG_AMD8111_ETH is not set ··· 726 732 # CONFIG_TLAN is not set 727 733 # CONFIG_VIA_RHINE is not set 728 734 # CONFIG_SC92031 is not set 735 + # CONFIG_ATL2 is not set 729 736 CONFIG_NETDEV_1000=y 730 737 # CONFIG_ACENIC is not set 731 738 # CONFIG_DL2K is not set ··· 749 754 # CONFIG_QLA3XXX is not set 750 755 # CONFIG_ATL1 is not set 751 756 # CONFIG_ATL1E is not set 757 + # CONFIG_JME is not set 752 758 CONFIG_NETDEV_10000=y 753 759 # CONFIG_CHELSIO_T1 is not set 754 760 # CONFIG_CHELSIO_T3 is not set 761 + # CONFIG_ENIC is not set 755 762 # CONFIG_IXGBE is not set 756 763 # CONFIG_IXGB is not set 757 764 # CONFIG_S2IO is not set 758 765 # CONFIG_MYRI10GE is not set 759 766 # CONFIG_NETXEN_NIC is not set 760 767 # CONFIG_NIU is not set 768 + # CONFIG_MLX4_EN is not set 761 769 # CONFIG_MLX4_CORE is not set 762 770 # CONFIG_TEHUTI is not set 763 771 # CONFIG_BNX2X is not set 772 + # CONFIG_QLGE is not set 764 773 # CONFIG_SFC is not set 765 774 # CONFIG_TR is not set 766 775 ··· 850 851 # CONFIG_SERIAL_UARTLITE is not set 851 852 CONFIG_SERIAL_CORE=y 852 853 CONFIG_SERIAL_CORE_CONSOLE=y 853 - # CONFIG_SERIAL_PMACZILOG is not set 854 854 # CONFIG_SERIAL_JSM is not set 855 855 # CONFIG_SERIAL_OF_PLATFORM is not set 856 856 CONFIG_UNIX98_PTYS=y 857 857 CONFIG_LEGACY_PTYS=y 858 858 CONFIG_LEGACY_PTY_COUNT=256 859 - # CONFIG_BRIQ_PANEL is not set 860 - # CONFIG_HVC_RTAS is not set 861 859 # CONFIG_IPMI_HANDLER is not set 862 860 CONFIG_HW_RANDOM=y 863 861 # CONFIG_NVRAM is not set ··· 889 893 # CONFIG_I2C_SIS96X is not set 890 894 # CONFIG_I2C_VIA is not set 891 895 # CONFIG_I2C_VIAPRO is not set 892 - 893 - # 894 - # Mac SMBus host controller drivers 895 - # 896 - # CONFIG_I2C_HYDRA is not set 897 - CONFIG_I2C_POWERMAC=y 898 896 899 897 # 900 898 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 927 937 # CONFIG_SENSORS_PCF8591 is not set 928 938 # CONFIG_SENSORS_MAX6875 is not set 929 939 # CONFIG_SENSORS_TSL2550 is not set 940 + # CONFIG_MCU_MPC8349EMITX is not set 930 941 # CONFIG_I2C_DEBUG_CORE is not set 931 942 # CONFIG_I2C_DEBUG_ALGO is not set 932 943 # CONFIG_I2C_DEBUG_BUS is not set ··· 965 974 # CONFIG_SENSORS_ADM9240 is not set 966 975 # CONFIG_SENSORS_ADT7470 is not set 967 976 # CONFIG_SENSORS_ADT7473 is not set 968 - # CONFIG_SENSORS_AMS is not set 969 977 # CONFIG_SENSORS_ATXP1 is not set 970 978 # CONFIG_SENSORS_DS1621 is not set 971 979 # CONFIG_SENSORS_I5K_AMB is not set ··· 986 996 # CONFIG_SENSORS_LM90 is not set 987 997 # CONFIG_SENSORS_LM92 is not set 988 998 # CONFIG_SENSORS_LM93 is not set 999 + # CONFIG_SENSORS_MAX1111 is not set 989 1000 # CONFIG_SENSORS_MAX1619 is not set 990 1001 # CONFIG_SENSORS_MAX6650 is not set 991 1002 # CONFIG_SENSORS_PC87360 is not set ··· 1021 1030 # CONFIG_SOFT_WATCHDOG is not set 1022 1031 # CONFIG_ALIM7101_WDT is not set 1023 1032 # CONFIG_8xxx_WDT is not set 1024 - # CONFIG_WATCHDOG_RTAS is not set 1025 1033 1026 1034 # 1027 1035 # PCI-based Watchdog Cards ··· 1046 1056 # CONFIG_MFD_SM501 is not set 1047 1057 # CONFIG_HTC_PASIC3 is not set 1048 1058 # CONFIG_MFD_TMIO is not set 1059 + # CONFIG_PMIC_DA903X is not set 1060 + # CONFIG_MFD_WM8400 is not set 1061 + # CONFIG_MFD_WM8350_I2C is not set 1062 + 1063 + # 1064 + # Voltage and Current regulators 1065 + # 1066 + # CONFIG_REGULATOR is not set 1067 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1068 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1069 + # CONFIG_REGULATOR_BQ24022 is not set 1049 1070 1050 1071 # 1051 1072 # Multimedia devices ··· 1099 1098 # USB Input Devices 1100 1099 # 1101 1100 # CONFIG_USB_HID is not set 1101 + # CONFIG_HID_PID is not set 1102 1102 1103 1103 # 1104 1104 # USB HID Boot Protocol drivers 1105 1105 # 1106 1106 # CONFIG_USB_KBD is not set 1107 1107 # CONFIG_USB_MOUSE is not set 1108 + 1109 + # 1110 + # Special HID drivers 1111 + # 1112 + CONFIG_HID_COMPAT=y 1108 1113 CONFIG_USB_SUPPORT=y 1109 1114 CONFIG_USB_ARCH_HAS_HCD=y 1110 1115 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1129 1122 # CONFIG_USB_OTG_WHITELIST is not set 1130 1123 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1131 1124 CONFIG_USB_MON=y 1125 + # CONFIG_USB_WUSB is not set 1126 + # CONFIG_USB_WUSB_CBAF is not set 1132 1127 1133 1128 # 1134 1129 # USB Host Controller Drivers ··· 1154 1145 CONFIG_USB_UHCI_HCD=y 1155 1146 # CONFIG_USB_SL811_HCD is not set 1156 1147 # CONFIG_USB_R8A66597_HCD is not set 1148 + # CONFIG_USB_WHCI_HCD is not set 1149 + # CONFIG_USB_HWA_HCD is not set 1157 1150 # CONFIG_USB_GADGET_MUSB_HDRC is not set 1158 1151 1159 1152 # ··· 1164 1153 # CONFIG_USB_ACM is not set 1165 1154 # CONFIG_USB_PRINTER is not set 1166 1155 # CONFIG_USB_WDM is not set 1156 + # CONFIG_USB_TMC is not set 1167 1157 1168 1158 # 1169 1159 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1186 1174 # CONFIG_USB_STORAGE_ALAUDA is not set 1187 1175 # CONFIG_USB_STORAGE_ONETOUCH is not set 1188 1176 # CONFIG_USB_STORAGE_KARMA is not set 1189 - # CONFIG_USB_STORAGE_SIERRA is not set 1190 1177 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1191 1178 # CONFIG_USB_LIBUSUAL is not set 1192 1179 ··· 1206 1195 # CONFIG_USB_EMI62 is not set 1207 1196 # CONFIG_USB_EMI26 is not set 1208 1197 # CONFIG_USB_ADUTUX is not set 1198 + # CONFIG_USB_SEVSEG is not set 1209 1199 # CONFIG_USB_RIO500 is not set 1210 1200 # CONFIG_USB_LEGOTOWER is not set 1211 1201 # CONFIG_USB_LCD is not set ··· 1224 1212 # CONFIG_USB_IOWARRIOR is not set 1225 1213 # CONFIG_USB_TEST is not set 1226 1214 # CONFIG_USB_ISIGHTFW is not set 1215 + # CONFIG_USB_VST is not set 1227 1216 CONFIG_USB_GADGET=y 1228 1217 # CONFIG_USB_GADGET_DEBUG is not set 1229 1218 # CONFIG_USB_GADGET_DEBUG_FILES is not set 1219 + CONFIG_USB_GADGET_VBUS_DRAW=2 1230 1220 CONFIG_USB_GADGET_SELECTED=y 1231 - # CONFIG_USB_GADGET_AMD5536UDC is not set 1221 + # CONFIG_USB_GADGET_AT91 is not set 1232 1222 # CONFIG_USB_GADGET_ATMEL_USBA is not set 1233 1223 # CONFIG_USB_GADGET_FSL_USB2 is not set 1234 - CONFIG_USB_GADGET_NET2280=y 1235 - CONFIG_USB_NET2280=y 1236 - # CONFIG_USB_GADGET_PXA25X is not set 1237 - # CONFIG_USB_GADGET_M66592 is not set 1238 - # CONFIG_USB_GADGET_PXA27X is not set 1239 - # CONFIG_USB_GADGET_GOKU is not set 1240 1224 # CONFIG_USB_GADGET_LH7A40X is not set 1241 1225 # CONFIG_USB_GADGET_OMAP is not set 1226 + # CONFIG_USB_GADGET_PXA25X is not set 1227 + # CONFIG_USB_GADGET_PXA27X is not set 1242 1228 # CONFIG_USB_GADGET_S3C2410 is not set 1243 - # CONFIG_USB_GADGET_AT91 is not set 1229 + # CONFIG_USB_GADGET_M66592 is not set 1230 + # CONFIG_USB_GADGET_AMD5536UDC is not set 1231 + # CONFIG_USB_GADGET_FSL_QE is not set 1232 + CONFIG_USB_GADGET_NET2280=y 1233 + CONFIG_USB_NET2280=y 1234 + # CONFIG_USB_GADGET_GOKU is not set 1244 1235 # CONFIG_USB_GADGET_DUMMY_HCD is not set 1245 1236 CONFIG_USB_GADGET_DUALSPEED=y 1246 1237 # CONFIG_USB_ZERO is not set ··· 1255 1240 # CONFIG_USB_MIDI_GADGET is not set 1256 1241 # CONFIG_USB_G_PRINTER is not set 1257 1242 # CONFIG_USB_CDC_COMPOSITE is not set 1243 + # CONFIG_UWB is not set 1258 1244 # CONFIG_MMC is not set 1259 1245 # CONFIG_MEMSTICK is not set 1260 1246 # CONFIG_NEW_LEDS is not set ··· 1301 1285 # CONFIG_RTC_DRV_MAX6902 is not set 1302 1286 # CONFIG_RTC_DRV_R9701 is not set 1303 1287 # CONFIG_RTC_DRV_RS5C348 is not set 1288 + # CONFIG_RTC_DRV_DS3234 is not set 1304 1289 1305 1290 # 1306 1291 # Platform RTC drivers 1307 1292 # 1308 1293 # CONFIG_RTC_DRV_CMOS is not set 1294 + # CONFIG_RTC_DRV_DS1286 is not set 1309 1295 # CONFIG_RTC_DRV_DS1511 is not set 1310 1296 # CONFIG_RTC_DRV_DS1553 is not set 1311 1297 # CONFIG_RTC_DRV_DS1742 is not set 1312 1298 # CONFIG_RTC_DRV_STK17TA8 is not set 1313 1299 # CONFIG_RTC_DRV_M48T86 is not set 1300 + # CONFIG_RTC_DRV_M48T35 is not set 1314 1301 # CONFIG_RTC_DRV_M48T59 is not set 1302 + # CONFIG_RTC_DRV_BQ4802 is not set 1315 1303 # CONFIG_RTC_DRV_V3020 is not set 1316 1304 1317 1305 # ··· 1324 1304 # CONFIG_RTC_DRV_PPC is not set 1325 1305 # CONFIG_DMADEVICES is not set 1326 1306 # CONFIG_UIO is not set 1307 + # CONFIG_STAGING is not set 1327 1308 1328 1309 # 1329 1310 # File systems ··· 1336 1315 CONFIG_EXT3_FS_XATTR=y 1337 1316 # CONFIG_EXT3_FS_POSIX_ACL is not set 1338 1317 # CONFIG_EXT3_FS_SECURITY is not set 1339 - # CONFIG_EXT4DEV_FS is not set 1318 + # CONFIG_EXT4_FS is not set 1340 1319 CONFIG_JBD=y 1341 1320 CONFIG_FS_MBCACHE=y 1342 1321 # CONFIG_REISERFS_FS is not set 1343 1322 # CONFIG_JFS_FS is not set 1344 1323 # CONFIG_FS_POSIX_ACL is not set 1324 + CONFIG_FILE_LOCKING=y 1345 1325 # CONFIG_XFS_FS is not set 1346 1326 # CONFIG_OCFS2_FS is not set 1347 1327 CONFIG_DNOTIFY=y ··· 1372 1350 CONFIG_PROC_FS=y 1373 1351 CONFIG_PROC_KCORE=y 1374 1352 CONFIG_PROC_SYSCTL=y 1353 + CONFIG_PROC_PAGE_MONITOR=y 1375 1354 CONFIG_SYSFS=y 1376 1355 CONFIG_TMPFS=y 1377 1356 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1421 1398 CONFIG_NFS_COMMON=y 1422 1399 CONFIG_SUNRPC=y 1423 1400 CONFIG_SUNRPC_GSS=y 1401 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1424 1402 CONFIG_RPCSEC_GSS_KRB5=y 1425 1403 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1426 1404 # CONFIG_SMB_FS is not set ··· 1458 1434 # Library routines 1459 1435 # 1460 1436 CONFIG_BITREVERSE=y 1461 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1462 1437 # CONFIG_CRC_CCITT is not set 1463 1438 # CONFIG_CRC16 is not set 1464 1439 # CONFIG_CRC_T10DIF is not set ··· 1511 1488 # CONFIG_DEBUG_SG is not set 1512 1489 # CONFIG_BOOT_PRINTK_DELAY is not set 1513 1490 # CONFIG_RCU_TORTURE_TEST is not set 1491 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1514 1492 # CONFIG_BACKTRACE_SELF_TEST is not set 1493 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1515 1494 # CONFIG_FAULT_INJECTION is not set 1516 1495 # CONFIG_LATENCYTOP is not set 1517 1496 CONFIG_SYSCTL_SYSCALL_CHECK=y 1518 - CONFIG_HAVE_FTRACE=y 1519 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1520 - # CONFIG_FTRACE is not set 1497 + CONFIG_HAVE_FUNCTION_TRACER=y 1498 + 1499 + # 1500 + # Tracers 1501 + # 1502 + # CONFIG_FUNCTION_TRACER is not set 1521 1503 # CONFIG_SCHED_TRACER is not set 1522 1504 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1505 + # CONFIG_BOOT_TRACER is not set 1506 + # CONFIG_STACK_TRACER is not set 1507 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1523 1508 # CONFIG_SAMPLES is not set 1524 1509 CONFIG_HAVE_ARCH_KGDB=y 1525 1510 # CONFIG_KGDB is not set ··· 1536 1505 # CONFIG_DEBUG_PAGEALLOC is not set 1537 1506 # CONFIG_CODE_PATCHING_SELFTEST is not set 1538 1507 # CONFIG_FTR_FIXUP_SELFTEST is not set 1508 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1539 1509 # CONFIG_XMON is not set 1540 1510 # CONFIG_IRQSTACKS is not set 1541 1511 # CONFIG_BDI_SWITCH is not set ··· 1548 1516 # 1549 1517 # CONFIG_KEYS is not set 1550 1518 # CONFIG_SECURITY is not set 1519 + # CONFIG_SECURITYFS is not set 1551 1520 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1552 1521 CONFIG_CRYPTO=y 1553 1522 1554 1523 # 1555 1524 # Crypto core or helper 1556 1525 # 1526 + # CONFIG_CRYPTO_FIPS is not set 1557 1527 CONFIG_CRYPTO_ALGAPI=y 1528 + CONFIG_CRYPTO_AEAD=y 1558 1529 CONFIG_CRYPTO_BLKCIPHER=y 1530 + CONFIG_CRYPTO_HASH=y 1531 + CONFIG_CRYPTO_RNG=y 1559 1532 CONFIG_CRYPTO_MANAGER=y 1560 1533 # CONFIG_CRYPTO_GF128MUL is not set 1561 1534 # CONFIG_CRYPTO_NULL is not set ··· 1633 1596 # 1634 1597 # CONFIG_CRYPTO_DEFLATE is not set 1635 1598 # CONFIG_CRYPTO_LZO is not set 1599 + 1600 + # 1601 + # Random Number Generation 1602 + # 1603 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1636 1604 CONFIG_CRYPTO_HW=y 1637 1605 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1638 1606 # CONFIG_CRYPTO_DEV_TALITOS is not set
+73 -52
arch/powerpc/configs/83xx/mpc832x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:18 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:53 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC832x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 203 202 CONFIG_QUICC_ENGINE=y 203 + # CONFIG_QE_GPIO is not set 204 204 # CONFIG_FSL_ULI1575 is not set 205 205 206 206 # ··· 217 225 # CONFIG_PREEMPT_VOLUNTARY is not set 218 226 # CONFIG_PREEMPT is not set 219 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 220 230 # CONFIG_BINFMT_MISC is not set 221 231 CONFIG_MATH_EMULATION=y 222 232 # CONFIG_IOMMU_HELPER is not set ··· 234 240 # CONFIG_SPARSEMEM_MANUAL is not set 235 241 CONFIG_FLATMEM=y 236 242 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 243 CONFIG_PAGEFLAGS_EXTENDED=y 240 244 CONFIG_SPLIT_PTLOCK_CPUS=4 241 245 CONFIG_MIGRATION=y 242 246 # CONFIG_RESOURCES_64BIT is not set 247 + # CONFIG_PHYS_ADDR_T_64BIT is not set 243 248 CONFIG_ZONE_DMA_FLAG=1 244 249 CONFIG_BOUNCE=y 245 250 CONFIG_VIRT_TO_BUS=y 251 + CONFIG_UNEVICTABLE_LRU=y 246 252 CONFIG_FORCE_MAX_ZONEORDER=11 247 253 CONFIG_PROC_DEVICETREE=y 248 254 # CONFIG_CMDLINE_BOOL is not set ··· 254 260 # 255 261 # Bus options 256 262 # 257 - # CONFIG_ISA is not set 258 263 CONFIG_ZONE_DMA=y 259 264 CONFIG_GENERIC_ISA_DMA=y 260 265 CONFIG_PPC_INDIRECT_PCI=y ··· 266 273 # CONFIG_PCIEPORTBUS is not set 267 274 CONFIG_ARCH_SUPPORTS_MSI=y 268 275 # CONFIG_PCI_MSI is not set 269 - CONFIG_PCI_LEGACY=y 276 + # CONFIG_PCI_LEGACY is not set 270 277 # CONFIG_PCCARD is not set 271 278 # CONFIG_HOTPLUG_PCI is not set 272 279 # CONFIG_HAS_RAPIDIO is not set ··· 334 341 # CONFIG_TIPC is not set 335 342 # CONFIG_ATM is not set 336 343 # CONFIG_BRIDGE is not set 344 + # CONFIG_NET_DSA is not set 337 345 # CONFIG_VLAN_8021Q is not set 338 346 # CONFIG_DECNET is not set 339 347 # CONFIG_LLC2 is not set ··· 355 361 # CONFIG_IRDA is not set 356 362 # CONFIG_BT is not set 357 363 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 364 + # CONFIG_PHONET is not set 365 + CONFIG_WIRELESS=y 362 366 # CONFIG_CFG80211 is not set 367 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 368 # CONFIG_WIRELESS_EXT is not set 364 369 # CONFIG_MAC80211 is not set 365 370 # CONFIG_IEEE80211 is not set ··· 384 391 # CONFIG_PARPORT is not set 385 392 CONFIG_BLK_DEV=y 386 393 # CONFIG_BLK_DEV_FD is not set 387 - # CONFIG_MAC_FLOPPY is not set 388 394 # CONFIG_BLK_CPQ_DA is not set 389 395 # CONFIG_BLK_CPQ_CISS_DA is not set 390 396 # CONFIG_BLK_DEV_DAC960 is not set ··· 483 491 # CONFIG_SCSI_DC390T is not set 484 492 # CONFIG_SCSI_NSP32 is not set 485 493 # CONFIG_SCSI_DEBUG is not set 486 - # CONFIG_SCSI_MESH is not set 487 - # CONFIG_SCSI_MAC53C94 is not set 488 494 # CONFIG_SCSI_SRP is not set 489 495 # CONFIG_SCSI_DH is not set 490 496 # CONFIG_ATA is not set ··· 527 537 # CONFIG_MDIO_BITBANG is not set 528 538 CONFIG_NET_ETHERNET=y 529 539 CONFIG_MII=y 530 - # CONFIG_MACE is not set 531 - # CONFIG_BMAC is not set 532 540 # CONFIG_HAPPYMEAL is not set 533 541 # CONFIG_SUNGEM is not set 534 542 # CONFIG_CASSINI is not set ··· 537 549 # CONFIG_IBM_NEW_EMAC_RGMII is not set 538 550 # CONFIG_IBM_NEW_EMAC_TAH is not set 539 551 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 552 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 553 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 554 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 540 555 # CONFIG_NET_PCI is not set 541 556 # CONFIG_B44 is not set 557 + # CONFIG_ATL2 is not set 542 558 CONFIG_NETDEV_1000=y 543 559 # CONFIG_ACENIC is not set 544 560 # CONFIG_DL2K is not set ··· 569 577 # CONFIG_QLA3XXX is not set 570 578 # CONFIG_ATL1 is not set 571 579 # CONFIG_ATL1E is not set 580 + # CONFIG_JME is not set 572 581 CONFIG_NETDEV_10000=y 573 582 # CONFIG_CHELSIO_T1 is not set 574 583 # CONFIG_CHELSIO_T3 is not set 584 + # CONFIG_ENIC is not set 575 585 # CONFIG_IXGBE is not set 576 586 # CONFIG_IXGB is not set 577 587 # CONFIG_S2IO is not set 578 588 # CONFIG_MYRI10GE is not set 579 589 # CONFIG_NETXEN_NIC is not set 580 590 # CONFIG_NIU is not set 591 + # CONFIG_MLX4_EN is not set 581 592 # CONFIG_MLX4_CORE is not set 582 593 # CONFIG_TEHUTI is not set 583 594 # CONFIG_BNX2X is not set 595 + # CONFIG_QLGE is not set 584 596 # CONFIG_SFC is not set 585 597 # CONFIG_TR is not set 586 598 ··· 661 665 # CONFIG_SERIAL_UARTLITE is not set 662 666 CONFIG_SERIAL_CORE=y 663 667 CONFIG_SERIAL_CORE_CONSOLE=y 664 - # CONFIG_SERIAL_PMACZILOG is not set 665 668 # CONFIG_SERIAL_JSM is not set 666 669 # CONFIG_SERIAL_OF_PLATFORM is not set 667 670 # CONFIG_SERIAL_QE is not set 668 671 CONFIG_UNIX98_PTYS=y 669 672 CONFIG_LEGACY_PTYS=y 670 673 CONFIG_LEGACY_PTY_COUNT=256 671 - # CONFIG_BRIQ_PANEL is not set 672 - # CONFIG_HVC_RTAS is not set 673 674 # CONFIG_IPMI_HANDLER is not set 674 675 CONFIG_HW_RANDOM=y 675 676 # CONFIG_NVRAM is not set ··· 701 708 # CONFIG_I2C_SIS96X is not set 702 709 # CONFIG_I2C_VIA is not set 703 710 # CONFIG_I2C_VIAPRO is not set 704 - 705 - # 706 - # Mac SMBus host controller drivers 707 - # 708 - # CONFIG_I2C_HYDRA is not set 709 - CONFIG_I2C_POWERMAC=y 710 711 711 712 # 712 713 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 738 751 # CONFIG_SENSORS_PCF8591 is not set 739 752 # CONFIG_SENSORS_MAX6875 is not set 740 753 # CONFIG_SENSORS_TSL2550 is not set 754 + # CONFIG_MCU_MPC8349EMITX is not set 741 755 # CONFIG_I2C_DEBUG_CORE is not set 742 756 # CONFIG_I2C_DEBUG_ALGO is not set 743 757 # CONFIG_I2C_DEBUG_BUS is not set ··· 760 772 # CONFIG_SENSORS_ADM9240 is not set 761 773 # CONFIG_SENSORS_ADT7470 is not set 762 774 # CONFIG_SENSORS_ADT7473 is not set 763 - # CONFIG_SENSORS_AMS is not set 764 775 # CONFIG_SENSORS_ATXP1 is not set 765 776 # CONFIG_SENSORS_DS1621 is not set 766 777 # CONFIG_SENSORS_I5K_AMB is not set ··· 814 827 # CONFIG_SOFT_WATCHDOG is not set 815 828 # CONFIG_ALIM7101_WDT is not set 816 829 # CONFIG_8xxx_WDT is not set 817 - # CONFIG_WATCHDOG_RTAS is not set 818 830 819 831 # 820 832 # PCI-based Watchdog Cards ··· 834 848 # CONFIG_MFD_SM501 is not set 835 849 # CONFIG_HTC_PASIC3 is not set 836 850 # CONFIG_MFD_TMIO is not set 851 + # CONFIG_PMIC_DA903X is not set 852 + # CONFIG_MFD_WM8400 is not set 853 + # CONFIG_MFD_WM8350_I2C is not set 854 + 855 + # 856 + # Voltage and Current regulators 857 + # 858 + # CONFIG_REGULATOR is not set 859 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 860 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 861 + # CONFIG_REGULATOR_BQ24022 is not set 837 862 838 863 # 839 864 # Multimedia devices ··· 881 884 CONFIG_HID=y 882 885 # CONFIG_HID_DEBUG is not set 883 886 # CONFIG_HIDRAW is not set 887 + # CONFIG_HID_PID is not set 888 + 889 + # 890 + # Special HID drivers 891 + # 892 + CONFIG_HID_COMPAT=y 884 893 CONFIG_USB_SUPPORT=y 885 894 CONFIG_USB_ARCH_HAS_HCD=y 886 895 CONFIG_USB_ARCH_HAS_OHCI=y ··· 903 900 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 904 901 # 905 902 # CONFIG_USB_GADGET is not set 903 + # CONFIG_UWB is not set 906 904 # CONFIG_MMC is not set 907 905 # CONFIG_MEMSTICK is not set 908 906 # CONFIG_NEW_LEDS is not set ··· 949 945 # Platform RTC drivers 950 946 # 951 947 # CONFIG_RTC_DRV_CMOS is not set 948 + # CONFIG_RTC_DRV_DS1286 is not set 952 949 # CONFIG_RTC_DRV_DS1511 is not set 953 950 # CONFIG_RTC_DRV_DS1553 is not set 954 951 # CONFIG_RTC_DRV_DS1742 is not set 955 952 # CONFIG_RTC_DRV_STK17TA8 is not set 956 953 # CONFIG_RTC_DRV_M48T86 is not set 954 + # CONFIG_RTC_DRV_M48T35 is not set 957 955 # CONFIG_RTC_DRV_M48T59 is not set 956 + # CONFIG_RTC_DRV_BQ4802 is not set 958 957 # CONFIG_RTC_DRV_V3020 is not set 959 958 960 959 # ··· 966 959 # CONFIG_RTC_DRV_PPC is not set 967 960 # CONFIG_DMADEVICES is not set 968 961 # CONFIG_UIO is not set 962 + # CONFIG_STAGING is not set 969 963 970 964 # 971 965 # File systems ··· 978 970 CONFIG_EXT3_FS_XATTR=y 979 971 # CONFIG_EXT3_FS_POSIX_ACL is not set 980 972 # CONFIG_EXT3_FS_SECURITY is not set 981 - # CONFIG_EXT4DEV_FS is not set 973 + # CONFIG_EXT4_FS is not set 982 974 CONFIG_JBD=y 983 975 CONFIG_FS_MBCACHE=y 984 976 # CONFIG_REISERFS_FS is not set 985 977 # CONFIG_JFS_FS is not set 986 978 # CONFIG_FS_POSIX_ACL is not set 979 + CONFIG_FILE_LOCKING=y 987 980 # CONFIG_XFS_FS is not set 988 981 # CONFIG_OCFS2_FS is not set 989 982 CONFIG_DNOTIFY=y ··· 1014 1005 CONFIG_PROC_FS=y 1015 1006 CONFIG_PROC_KCORE=y 1016 1007 CONFIG_PROC_SYSCTL=y 1008 + CONFIG_PROC_PAGE_MONITOR=y 1017 1009 CONFIG_SYSFS=y 1018 1010 CONFIG_TMPFS=y 1019 1011 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1052 1042 CONFIG_NFS_COMMON=y 1053 1043 CONFIG_SUNRPC=y 1054 1044 CONFIG_SUNRPC_GSS=y 1045 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1055 1046 CONFIG_RPCSEC_GSS_KRB5=y 1056 1047 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1057 1048 # CONFIG_SMB_FS is not set ··· 1082 1071 # CONFIG_DLM is not set 1083 1072 CONFIG_UCC_FAST=y 1084 1073 CONFIG_UCC=y 1085 - # CONFIG_QE_GPIO is not set 1086 1074 1087 1075 # 1088 1076 # Library routines 1089 1077 # 1090 1078 CONFIG_BITREVERSE=y 1091 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1092 1079 # CONFIG_CRC_CCITT is not set 1093 1080 # CONFIG_CRC16 is not set 1094 1081 # CONFIG_CRC_T10DIF is not set ··· 1116 1107 # CONFIG_SLUB_STATS is not set 1117 1108 # CONFIG_DEBUG_BUGVERBOSE is not set 1118 1109 # CONFIG_DEBUG_MEMORY_INIT is not set 1110 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1119 1111 # CONFIG_LATENCYTOP is not set 1120 1112 CONFIG_SYSCTL_SYSCALL_CHECK=y 1121 - CONFIG_HAVE_FTRACE=y 1122 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1123 - # CONFIG_FTRACE is not set 1124 - # CONFIG_SCHED_TRACER is not set 1125 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1113 + CONFIG_HAVE_FUNCTION_TRACER=y 1114 + 1115 + # 1116 + # Tracers 1117 + # 1118 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1126 1119 # CONFIG_SAMPLES is not set 1127 1120 CONFIG_HAVE_ARCH_KGDB=y 1128 1121 # CONFIG_IRQSTACKS is not set ··· 1136 1125 # 1137 1126 # CONFIG_KEYS is not set 1138 1127 # CONFIG_SECURITY is not set 1128 + # CONFIG_SECURITYFS is not set 1139 1129 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1140 1130 CONFIG_CRYPTO=y 1141 1131 1142 1132 # 1143 1133 # Crypto core or helper 1144 1134 # 1135 + # CONFIG_CRYPTO_FIPS is not set 1145 1136 CONFIG_CRYPTO_ALGAPI=y 1137 + CONFIG_CRYPTO_AEAD=y 1146 1138 CONFIG_CRYPTO_BLKCIPHER=y 1139 + CONFIG_CRYPTO_HASH=y 1140 + CONFIG_CRYPTO_RNG=y 1147 1141 CONFIG_CRYPTO_MANAGER=y 1148 1142 # CONFIG_CRYPTO_GF128MUL is not set 1149 1143 # CONFIG_CRYPTO_NULL is not set ··· 1221 1205 # 1222 1206 # CONFIG_CRYPTO_DEFLATE is not set 1223 1207 # CONFIG_CRYPTO_LZO is not set 1208 + 1209 + # 1210 + # Random Number Generation 1211 + # 1212 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1224 1213 CONFIG_CRYPTO_HW=y 1225 1214 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1226 1215 # CONFIG_CRYPTO_DEV_TALITOS is not set
+80 -56
arch/powerpc/configs/83xx/mpc832x_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:19 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:54 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC832x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 203 202 CONFIG_QUICC_ENGINE=y 203 + # CONFIG_QE_GPIO is not set 204 204 # CONFIG_FSL_ULI1575 is not set 205 205 206 206 # ··· 217 225 # CONFIG_PREEMPT_VOLUNTARY is not set 218 226 # CONFIG_PREEMPT is not set 219 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 220 230 # CONFIG_BINFMT_MISC is not set 221 231 CONFIG_MATH_EMULATION=y 222 232 # CONFIG_IOMMU_HELPER is not set ··· 234 240 # CONFIG_SPARSEMEM_MANUAL is not set 235 241 CONFIG_FLATMEM=y 236 242 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 243 CONFIG_PAGEFLAGS_EXTENDED=y 240 244 CONFIG_SPLIT_PTLOCK_CPUS=4 241 245 CONFIG_MIGRATION=y 242 246 # CONFIG_RESOURCES_64BIT is not set 247 + # CONFIG_PHYS_ADDR_T_64BIT is not set 243 248 CONFIG_ZONE_DMA_FLAG=1 244 249 CONFIG_BOUNCE=y 245 250 CONFIG_VIRT_TO_BUS=y 251 + CONFIG_UNEVICTABLE_LRU=y 246 252 CONFIG_FORCE_MAX_ZONEORDER=11 247 253 CONFIG_PROC_DEVICETREE=y 248 254 # CONFIG_CMDLINE_BOOL is not set ··· 254 260 # 255 261 # Bus options 256 262 # 257 - # CONFIG_ISA is not set 258 263 CONFIG_ZONE_DMA=y 259 264 CONFIG_GENERIC_ISA_DMA=y 260 265 CONFIG_PPC_INDIRECT_PCI=y ··· 266 273 # CONFIG_PCIEPORTBUS is not set 267 274 CONFIG_ARCH_SUPPORTS_MSI=y 268 275 # CONFIG_PCI_MSI is not set 269 - CONFIG_PCI_LEGACY=y 276 + # CONFIG_PCI_LEGACY is not set 270 277 # CONFIG_PCCARD is not set 271 278 # CONFIG_HOTPLUG_PCI is not set 272 279 # CONFIG_HAS_RAPIDIO is not set ··· 334 341 # CONFIG_TIPC is not set 335 342 # CONFIG_ATM is not set 336 343 # CONFIG_BRIDGE is not set 344 + # CONFIG_NET_DSA is not set 337 345 # CONFIG_VLAN_8021Q is not set 338 346 # CONFIG_DECNET is not set 339 347 # CONFIG_LLC2 is not set ··· 355 361 # CONFIG_IRDA is not set 356 362 # CONFIG_BT is not set 357 363 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 364 + # CONFIG_PHONET is not set 365 + CONFIG_WIRELESS=y 362 366 # CONFIG_CFG80211 is not set 367 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 368 # CONFIG_WIRELESS_EXT is not set 364 369 # CONFIG_MAC80211 is not set 365 370 # CONFIG_IEEE80211 is not set ··· 385 392 # CONFIG_PARPORT is not set 386 393 CONFIG_BLK_DEV=y 387 394 # CONFIG_BLK_DEV_FD is not set 388 - # CONFIG_MAC_FLOPPY is not set 389 395 # CONFIG_BLK_CPQ_DA is not set 390 396 # CONFIG_BLK_CPQ_CISS_DA is not set 391 397 # CONFIG_BLK_DEV_DAC960 is not set ··· 485 493 # CONFIG_SCSI_DC390T is not set 486 494 # CONFIG_SCSI_NSP32 is not set 487 495 # CONFIG_SCSI_DEBUG is not set 488 - # CONFIG_SCSI_MESH is not set 489 - # CONFIG_SCSI_MAC53C94 is not set 490 496 # CONFIG_SCSI_SRP is not set 491 497 # CONFIG_SCSI_DH is not set 492 498 # CONFIG_ATA is not set ··· 529 539 # CONFIG_MDIO_BITBANG is not set 530 540 CONFIG_NET_ETHERNET=y 531 541 CONFIG_MII=y 532 - # CONFIG_MACE is not set 533 - # CONFIG_BMAC is not set 534 542 # CONFIG_HAPPYMEAL is not set 535 543 # CONFIG_SUNGEM is not set 536 544 # CONFIG_CASSINI is not set ··· 540 552 # CONFIG_IBM_NEW_EMAC_RGMII is not set 541 553 # CONFIG_IBM_NEW_EMAC_TAH is not set 542 554 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 555 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 556 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 557 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 543 558 # CONFIG_NET_PCI is not set 544 559 # CONFIG_B44 is not set 560 + # CONFIG_ATL2 is not set 545 561 CONFIG_NETDEV_1000=y 546 562 # CONFIG_ACENIC is not set 547 563 # CONFIG_DL2K is not set 548 564 CONFIG_E1000=y 549 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 550 565 # CONFIG_E1000E is not set 551 566 # CONFIG_IP1000 is not set 552 567 # CONFIG_IGB is not set ··· 572 581 # CONFIG_QLA3XXX is not set 573 582 # CONFIG_ATL1 is not set 574 583 # CONFIG_ATL1E is not set 584 + # CONFIG_JME is not set 575 585 CONFIG_NETDEV_10000=y 576 586 # CONFIG_CHELSIO_T1 is not set 577 587 # CONFIG_CHELSIO_T3 is not set 588 + # CONFIG_ENIC is not set 578 589 # CONFIG_IXGBE is not set 579 590 # CONFIG_IXGB is not set 580 591 # CONFIG_S2IO is not set 581 592 # CONFIG_MYRI10GE is not set 582 593 # CONFIG_NETXEN_NIC is not set 583 594 # CONFIG_NIU is not set 595 + # CONFIG_MLX4_EN is not set 584 596 # CONFIG_MLX4_CORE is not set 585 597 # CONFIG_TEHUTI is not set 586 598 # CONFIG_BNX2X is not set 599 + # CONFIG_QLGE is not set 587 600 # CONFIG_SFC is not set 588 601 # CONFIG_TR is not set 589 602 ··· 673 678 # CONFIG_SERIAL_UARTLITE is not set 674 679 CONFIG_SERIAL_CORE=y 675 680 CONFIG_SERIAL_CORE_CONSOLE=y 676 - # CONFIG_SERIAL_PMACZILOG is not set 677 681 # CONFIG_SERIAL_JSM is not set 678 682 # CONFIG_SERIAL_OF_PLATFORM is not set 679 683 # CONFIG_SERIAL_QE is not set 680 684 CONFIG_UNIX98_PTYS=y 681 685 CONFIG_LEGACY_PTYS=y 682 686 CONFIG_LEGACY_PTY_COUNT=256 683 - # CONFIG_BRIQ_PANEL is not set 684 - # CONFIG_HVC_RTAS is not set 685 687 # CONFIG_IPMI_HANDLER is not set 686 688 CONFIG_HW_RANDOM=y 687 689 # CONFIG_NVRAM is not set ··· 717 725 # CONFIG_I2C_VIAPRO is not set 718 726 719 727 # 720 - # Mac SMBus host controller drivers 721 - # 722 - # CONFIG_I2C_HYDRA is not set 723 - CONFIG_I2C_POWERMAC=y 724 - 725 - # 726 728 # I2C system bus drivers (mostly embedded / system-on-chip) 727 729 # 728 730 CONFIG_I2C_MPC=y ··· 753 767 # CONFIG_SENSORS_PCF8591 is not set 754 768 # CONFIG_SENSORS_MAX6875 is not set 755 769 # CONFIG_SENSORS_TSL2550 is not set 770 + # CONFIG_MCU_MPC8349EMITX is not set 756 771 # CONFIG_I2C_DEBUG_CORE is not set 757 772 # CONFIG_I2C_DEBUG_ALGO is not set 758 773 # CONFIG_I2C_DEBUG_BUS is not set ··· 790 803 # CONFIG_SENSORS_ADM9240 is not set 791 804 # CONFIG_SENSORS_ADT7470 is not set 792 805 # CONFIG_SENSORS_ADT7473 is not set 793 - # CONFIG_SENSORS_AMS is not set 794 806 # CONFIG_SENSORS_ATXP1 is not set 795 807 # CONFIG_SENSORS_DS1621 is not set 796 808 # CONFIG_SENSORS_I5K_AMB is not set ··· 811 825 # CONFIG_SENSORS_LM90 is not set 812 826 # CONFIG_SENSORS_LM92 is not set 813 827 # CONFIG_SENSORS_LM93 is not set 828 + # CONFIG_SENSORS_MAX1111 is not set 814 829 # CONFIG_SENSORS_MAX1619 is not set 815 830 # CONFIG_SENSORS_MAX6650 is not set 816 831 # CONFIG_SENSORS_PC87360 is not set ··· 846 859 # CONFIG_SOFT_WATCHDOG is not set 847 860 # CONFIG_ALIM7101_WDT is not set 848 861 # CONFIG_8xxx_WDT is not set 849 - # CONFIG_WATCHDOG_RTAS is not set 850 862 851 863 # 852 864 # PCI-based Watchdog Cards ··· 871 885 # CONFIG_MFD_SM501 is not set 872 886 # CONFIG_HTC_PASIC3 is not set 873 887 # CONFIG_MFD_TMIO is not set 888 + # CONFIG_PMIC_DA903X is not set 889 + # CONFIG_MFD_WM8400 is not set 890 + # CONFIG_MFD_WM8350_I2C is not set 891 + 892 + # 893 + # Voltage and Current regulators 894 + # 895 + # CONFIG_REGULATOR is not set 896 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 897 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 898 + # CONFIG_REGULATOR_BQ24022 is not set 874 899 875 900 # 876 901 # Multimedia devices ··· 924 927 # USB Input Devices 925 928 # 926 929 # CONFIG_USB_HID is not set 930 + # CONFIG_HID_PID is not set 927 931 928 932 # 929 933 # USB HID Boot Protocol drivers 930 934 # 931 935 # CONFIG_USB_KBD is not set 932 936 # CONFIG_USB_MOUSE is not set 937 + 938 + # 939 + # Special HID drivers 940 + # 941 + CONFIG_HID_COMPAT=y 933 942 CONFIG_USB_SUPPORT=y 934 943 CONFIG_USB_ARCH_HAS_HCD=y 935 944 CONFIG_USB_ARCH_HAS_OHCI=y ··· 954 951 # CONFIG_USB_OTG_WHITELIST is not set 955 952 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 956 953 CONFIG_USB_MON=y 954 + # CONFIG_USB_WUSB is not set 955 + # CONFIG_USB_WUSB_CBAF is not set 957 956 958 957 # 959 958 # USB Host Controller Drivers ··· 979 974 # CONFIG_USB_UHCI_HCD is not set 980 975 # CONFIG_USB_SL811_HCD is not set 981 976 # CONFIG_USB_R8A66597_HCD is not set 977 + # CONFIG_USB_WHCI_HCD is not set 978 + # CONFIG_USB_HWA_HCD is not set 982 979 983 980 # 984 981 # USB Device Class drivers ··· 988 981 # CONFIG_USB_ACM is not set 989 982 # CONFIG_USB_PRINTER is not set 990 983 # CONFIG_USB_WDM is not set 984 + # CONFIG_USB_TMC is not set 991 985 992 986 # 993 987 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1010 1002 # CONFIG_USB_STORAGE_ALAUDA is not set 1011 1003 # CONFIG_USB_STORAGE_ONETOUCH is not set 1012 1004 # CONFIG_USB_STORAGE_KARMA is not set 1013 - # CONFIG_USB_STORAGE_SIERRA is not set 1014 1005 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1015 1006 # CONFIG_USB_LIBUSUAL is not set 1016 1007 ··· 1030 1023 # CONFIG_USB_EMI62 is not set 1031 1024 # CONFIG_USB_EMI26 is not set 1032 1025 # CONFIG_USB_ADUTUX is not set 1026 + # CONFIG_USB_SEVSEG is not set 1033 1027 # CONFIG_USB_RIO500 is not set 1034 1028 # CONFIG_USB_LEGOTOWER is not set 1035 1029 # CONFIG_USB_LCD is not set ··· 1048 1040 # CONFIG_USB_IOWARRIOR is not set 1049 1041 # CONFIG_USB_TEST is not set 1050 1042 # CONFIG_USB_ISIGHTFW is not set 1043 + # CONFIG_USB_VST is not set 1051 1044 # CONFIG_USB_GADGET is not set 1045 + # CONFIG_UWB is not set 1052 1046 CONFIG_MMC=y 1053 1047 # CONFIG_MMC_DEBUG is not set 1054 1048 # CONFIG_MMC_UNSAFE_RESUME is not set 1055 1049 1056 1050 # 1057 - # MMC/SD Card Drivers 1051 + # MMC/SD/SDIO Card Drivers 1058 1052 # 1059 1053 CONFIG_MMC_BLOCK=y 1060 1054 CONFIG_MMC_BLOCK_BOUNCE=y ··· 1064 1054 # CONFIG_MMC_TEST is not set 1065 1055 1066 1056 # 1067 - # MMC/SD Host Controller Drivers 1057 + # MMC/SD/SDIO Host Controller Drivers 1068 1058 # 1069 1059 # CONFIG_MMC_SDHCI is not set 1070 1060 # CONFIG_MMC_WBSD is not set ··· 1078 1068 # CONFIG_RTC_CLASS is not set 1079 1069 # CONFIG_DMADEVICES is not set 1080 1070 # CONFIG_UIO is not set 1071 + # CONFIG_STAGING is not set 1081 1072 1082 1073 # 1083 1074 # File systems ··· 1090 1079 CONFIG_EXT3_FS_XATTR=y 1091 1080 # CONFIG_EXT3_FS_POSIX_ACL is not set 1092 1081 # CONFIG_EXT3_FS_SECURITY is not set 1093 - # CONFIG_EXT4DEV_FS is not set 1082 + # CONFIG_EXT4_FS is not set 1094 1083 CONFIG_JBD=y 1095 1084 CONFIG_FS_MBCACHE=y 1096 1085 # CONFIG_REISERFS_FS is not set 1097 1086 # CONFIG_JFS_FS is not set 1098 1087 # CONFIG_FS_POSIX_ACL is not set 1088 + CONFIG_FILE_LOCKING=y 1099 1089 # CONFIG_XFS_FS is not set 1100 1090 # CONFIG_OCFS2_FS is not set 1101 1091 CONFIG_DNOTIFY=y ··· 1129 1117 CONFIG_PROC_FS=y 1130 1118 CONFIG_PROC_KCORE=y 1131 1119 CONFIG_PROC_SYSCTL=y 1120 + CONFIG_PROC_PAGE_MONITOR=y 1132 1121 CONFIG_SYSFS=y 1133 1122 CONFIG_TMPFS=y 1134 1123 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1167 1154 CONFIG_NFS_COMMON=y 1168 1155 CONFIG_SUNRPC=y 1169 1156 CONFIG_SUNRPC_GSS=y 1157 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1170 1158 CONFIG_RPCSEC_GSS_KRB5=y 1171 1159 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1172 1160 # CONFIG_SMB_FS is not set ··· 1241 1227 # CONFIG_DLM is not set 1242 1228 CONFIG_UCC_FAST=y 1243 1229 CONFIG_UCC=y 1244 - # CONFIG_QE_GPIO is not set 1245 1230 1246 1231 # 1247 1232 # Library routines 1248 1233 # 1249 1234 CONFIG_BITREVERSE=y 1250 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1251 1235 # CONFIG_CRC_CCITT is not set 1252 1236 # CONFIG_CRC16 is not set 1253 1237 CONFIG_CRC_T10DIF=y ··· 1275 1263 # CONFIG_SLUB_STATS is not set 1276 1264 # CONFIG_DEBUG_BUGVERBOSE is not set 1277 1265 # CONFIG_DEBUG_MEMORY_INIT is not set 1266 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1278 1267 # CONFIG_LATENCYTOP is not set 1279 1268 CONFIG_SYSCTL_SYSCALL_CHECK=y 1280 - CONFIG_HAVE_FTRACE=y 1281 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1282 - # CONFIG_FTRACE is not set 1283 - # CONFIG_SCHED_TRACER is not set 1284 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1269 + CONFIG_HAVE_FUNCTION_TRACER=y 1270 + 1271 + # 1272 + # Tracers 1273 + # 1274 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1285 1275 # CONFIG_SAMPLES is not set 1286 1276 CONFIG_HAVE_ARCH_KGDB=y 1287 1277 # CONFIG_IRQSTACKS is not set ··· 1295 1281 # 1296 1282 # CONFIG_KEYS is not set 1297 1283 # CONFIG_SECURITY is not set 1284 + # CONFIG_SECURITYFS is not set 1298 1285 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1299 1286 CONFIG_CRYPTO=y 1300 1287 1301 1288 # 1302 1289 # Crypto core or helper 1303 1290 # 1291 + # CONFIG_CRYPTO_FIPS is not set 1304 1292 CONFIG_CRYPTO_ALGAPI=y 1293 + CONFIG_CRYPTO_AEAD=y 1305 1294 CONFIG_CRYPTO_BLKCIPHER=y 1295 + CONFIG_CRYPTO_HASH=y 1296 + CONFIG_CRYPTO_RNG=y 1306 1297 CONFIG_CRYPTO_MANAGER=y 1307 1298 # CONFIG_CRYPTO_GF128MUL is not set 1308 1299 # CONFIG_CRYPTO_NULL is not set ··· 1380 1361 # 1381 1362 # CONFIG_CRYPTO_DEFLATE is not set 1382 1363 # CONFIG_CRYPTO_LZO is not set 1364 + 1365 + # 1366 + # Random Number Generation 1367 + # 1368 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1383 1369 CONFIG_CRYPTO_HW=y 1384 1370 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1385 1371 # CONFIG_CRYPTO_DEV_TALITOS is not set
+121 -50
arch/powerpc/configs/83xx/mpc834x_itx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:20 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:56 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC834x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 + # CONFIG_MPC8xxx_GPIO is not set 204 205 205 206 # 206 207 # Kernel options ··· 217 224 # CONFIG_PREEMPT_VOLUNTARY is not set 218 225 # CONFIG_PREEMPT is not set 219 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 220 229 # CONFIG_BINFMT_MISC is not set 221 230 # CONFIG_IOMMU_HELPER is not set 222 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 238 # CONFIG_SPARSEMEM_MANUAL is not set 234 239 CONFIG_FLATMEM=y 235 240 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 241 CONFIG_PAGEFLAGS_EXTENDED=y 239 242 CONFIG_SPLIT_PTLOCK_CPUS=4 240 243 CONFIG_MIGRATION=y 241 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 246 CONFIG_ZONE_DMA_FLAG=1 243 247 CONFIG_BOUNCE=y 244 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 245 250 CONFIG_FORCE_MAX_ZONEORDER=11 246 251 CONFIG_PROC_DEVICETREE=y 247 252 # CONFIG_CMDLINE_BOOL is not set ··· 253 258 # 254 259 # Bus options 255 260 # 256 - # CONFIG_ISA is not set 257 261 CONFIG_ZONE_DMA=y 258 262 CONFIG_GENERIC_ISA_DMA=y 259 263 CONFIG_PPC_INDIRECT_PCI=y ··· 265 271 # CONFIG_PCIEPORTBUS is not set 266 272 CONFIG_ARCH_SUPPORTS_MSI=y 267 273 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 269 275 # CONFIG_PCCARD is not set 270 276 # CONFIG_HOTPLUG_PCI is not set 271 277 # CONFIG_HAS_RAPIDIO is not set ··· 333 339 # CONFIG_TIPC is not set 334 340 # CONFIG_ATM is not set 335 341 # CONFIG_BRIDGE is not set 342 + # CONFIG_NET_DSA is not set 336 343 # CONFIG_VLAN_8021Q is not set 337 344 # CONFIG_DECNET is not set 338 345 # CONFIG_LLC2 is not set ··· 354 359 # CONFIG_IRDA is not set 355 360 # CONFIG_BT is not set 356 361 # CONFIG_AF_RXRPC is not set 357 - 358 - # 359 - # Wireless 360 - # 362 + # CONFIG_PHONET is not set 363 + CONFIG_WIRELESS=y 361 364 # CONFIG_CFG80211 is not set 365 + CONFIG_WIRELESS_OLD_REGULATORY=y 362 366 # CONFIG_WIRELESS_EXT is not set 363 367 # CONFIG_MAC80211 is not set 364 368 # CONFIG_IEEE80211 is not set ··· 463 469 # CONFIG_PARPORT is not set 464 470 CONFIG_BLK_DEV=y 465 471 # CONFIG_BLK_DEV_FD is not set 466 - # CONFIG_MAC_FLOPPY is not set 467 472 # CONFIG_BLK_CPQ_DA is not set 468 473 # CONFIG_BLK_CPQ_CISS_DA is not set 469 474 # CONFIG_BLK_DEV_DAC960 is not set ··· 489 496 # CONFIG_HP_ILO is not set 490 497 CONFIG_HAVE_IDE=y 491 498 CONFIG_IDE=y 492 - # CONFIG_BLK_DEV_IDE is not set 499 + 500 + # 501 + # Please see Documentation/ide/ide.txt for help/info on IDE drives 502 + # 503 + # CONFIG_BLK_DEV_IDE_SATA is not set 504 + CONFIG_IDE_GD=y 505 + CONFIG_IDE_GD_ATA=y 506 + # CONFIG_IDE_GD_ATAPI is not set 507 + # CONFIG_BLK_DEV_IDECD is not set 508 + # CONFIG_BLK_DEV_IDETAPE is not set 509 + # CONFIG_BLK_DEV_IDESCSI is not set 510 + # CONFIG_IDE_TASK_IOCTL is not set 511 + CONFIG_IDE_PROC_FS=y 512 + 513 + # 514 + # IDE chipset support/bugfixes 515 + # 516 + # CONFIG_BLK_DEV_PLATFORM is not set 517 + 518 + # 519 + # PCI IDE chipsets support 520 + # 521 + # CONFIG_BLK_DEV_GENERIC is not set 522 + # CONFIG_BLK_DEV_OPTI621 is not set 523 + # CONFIG_BLK_DEV_AEC62XX is not set 524 + # CONFIG_BLK_DEV_ALI15X3 is not set 525 + # CONFIG_BLK_DEV_AMD74XX is not set 526 + # CONFIG_BLK_DEV_CMD64X is not set 527 + # CONFIG_BLK_DEV_TRIFLEX is not set 528 + # CONFIG_BLK_DEV_CS5520 is not set 529 + # CONFIG_BLK_DEV_CS5530 is not set 530 + # CONFIG_BLK_DEV_HPT366 is not set 531 + # CONFIG_BLK_DEV_JMICRON is not set 532 + # CONFIG_BLK_DEV_SC1200 is not set 533 + # CONFIG_BLK_DEV_PIIX is not set 534 + # CONFIG_BLK_DEV_IT8213 is not set 535 + # CONFIG_BLK_DEV_IT821X is not set 536 + # CONFIG_BLK_DEV_NS87415 is not set 537 + # CONFIG_BLK_DEV_PDC202XX_OLD is not set 538 + # CONFIG_BLK_DEV_PDC202XX_NEW is not set 539 + # CONFIG_BLK_DEV_SVWKS is not set 540 + # CONFIG_BLK_DEV_SIIMAGE is not set 541 + # CONFIG_BLK_DEV_SL82C105 is not set 542 + # CONFIG_BLK_DEV_SLC90E66 is not set 543 + # CONFIG_BLK_DEV_TRM290 is not set 544 + # CONFIG_BLK_DEV_VIA82CXXX is not set 545 + # CONFIG_BLK_DEV_TC86C001 is not set 546 + # CONFIG_BLK_DEV_IDEDMA is not set 493 547 494 548 # 495 549 # SCSI device support ··· 612 572 # CONFIG_SCSI_DC390T is not set 613 573 # CONFIG_SCSI_NSP32 is not set 614 574 # CONFIG_SCSI_DEBUG is not set 615 - # CONFIG_SCSI_MESH is not set 616 - # CONFIG_SCSI_MAC53C94 is not set 617 575 # CONFIG_SCSI_SRP is not set 618 576 # CONFIG_SCSI_DH is not set 619 577 CONFIG_ATA=y ··· 678 640 # CONFIG_PATA_SCH is not set 679 641 CONFIG_MD=y 680 642 CONFIG_BLK_DEV_MD=y 643 + CONFIG_MD_AUTODETECT=y 681 644 CONFIG_MD_LINEAR=y 682 645 CONFIG_MD_RAID0=y 683 646 CONFIG_MD_RAID1=y ··· 748 709 # CONFIG_QLA3XXX is not set 749 710 # CONFIG_ATL1 is not set 750 711 # CONFIG_ATL1E is not set 712 + # CONFIG_JME is not set 751 713 CONFIG_NETDEV_10000=y 752 714 # CONFIG_CHELSIO_T1 is not set 753 715 # CONFIG_CHELSIO_T3 is not set 716 + # CONFIG_ENIC is not set 754 717 # CONFIG_IXGBE is not set 755 718 # CONFIG_IXGB is not set 756 719 # CONFIG_S2IO is not set 757 720 # CONFIG_MYRI10GE is not set 758 721 # CONFIG_NETXEN_NIC is not set 759 722 # CONFIG_NIU is not set 723 + # CONFIG_MLX4_EN is not set 760 724 # CONFIG_MLX4_CORE is not set 761 725 # CONFIG_TEHUTI is not set 762 726 # CONFIG_BNX2X is not set 727 + # CONFIG_QLGE is not set 763 728 # CONFIG_SFC is not set 764 729 # CONFIG_TR is not set 765 730 ··· 829 786 # CONFIG_SERIAL_UARTLITE is not set 830 787 CONFIG_SERIAL_CORE=y 831 788 CONFIG_SERIAL_CORE_CONSOLE=y 832 - # CONFIG_SERIAL_PMACZILOG is not set 833 789 # CONFIG_SERIAL_JSM is not set 834 790 # CONFIG_SERIAL_OF_PLATFORM is not set 835 791 CONFIG_UNIX98_PTYS=y 836 792 CONFIG_LEGACY_PTYS=y 837 793 CONFIG_LEGACY_PTY_COUNT=256 838 - # CONFIG_BRIQ_PANEL is not set 839 - # CONFIG_HVC_RTAS is not set 840 794 # CONFIG_IPMI_HANDLER is not set 841 795 CONFIG_HW_RANDOM=y 842 796 # CONFIG_NVRAM is not set ··· 868 828 # CONFIG_I2C_SIS96X is not set 869 829 # CONFIG_I2C_VIA is not set 870 830 # CONFIG_I2C_VIAPRO is not set 871 - 872 - # 873 - # Mac SMBus host controller drivers 874 - # 875 - # CONFIG_I2C_HYDRA is not set 876 - CONFIG_I2C_POWERMAC=y 877 831 878 832 # 879 833 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 906 872 # CONFIG_SENSORS_PCF8591 is not set 907 873 # CONFIG_SENSORS_MAX6875 is not set 908 874 # CONFIG_SENSORS_TSL2550 is not set 875 + # CONFIG_MCU_MPC8349EMITX is not set 909 876 # CONFIG_I2C_DEBUG_CORE is not set 910 877 # CONFIG_I2C_DEBUG_ALGO is not set 911 878 # CONFIG_I2C_DEBUG_BUS is not set ··· 942 907 # CONFIG_SOFT_WATCHDOG is not set 943 908 # CONFIG_ALIM7101_WDT is not set 944 909 # CONFIG_8xxx_WDT is not set 945 - # CONFIG_WATCHDOG_RTAS is not set 946 910 947 911 # 948 912 # PCI-based Watchdog Cards ··· 967 933 # CONFIG_MFD_SM501 is not set 968 934 # CONFIG_HTC_PASIC3 is not set 969 935 # CONFIG_MFD_TMIO is not set 936 + # CONFIG_PMIC_DA903X is not set 937 + # CONFIG_MFD_WM8400 is not set 938 + # CONFIG_MFD_WM8350_I2C is not set 939 + 940 + # 941 + # Voltage and Current regulators 942 + # 943 + # CONFIG_REGULATOR is not set 944 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 945 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 946 + # CONFIG_REGULATOR_BQ24022 is not set 970 947 971 948 # 972 949 # Multimedia devices ··· 1029 984 # CONFIG_USB_OTG_WHITELIST is not set 1030 985 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1031 986 CONFIG_USB_MON=y 987 + # CONFIG_USB_WUSB is not set 988 + # CONFIG_USB_WUSB_CBAF is not set 1032 989 1033 990 # 1034 991 # USB Host Controller Drivers ··· 1047 1000 CONFIG_USB_UHCI_HCD=y 1048 1001 # CONFIG_USB_SL811_HCD is not set 1049 1002 # CONFIG_USB_R8A66597_HCD is not set 1003 + # CONFIG_USB_WHCI_HCD is not set 1004 + # CONFIG_USB_HWA_HCD is not set 1050 1005 1051 1006 # 1052 1007 # USB Device Class drivers ··· 1056 1007 # CONFIG_USB_ACM is not set 1057 1008 # CONFIG_USB_PRINTER is not set 1058 1009 # CONFIG_USB_WDM is not set 1010 + # CONFIG_USB_TMC is not set 1059 1011 1060 1012 # 1061 1013 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1077 1027 # CONFIG_USB_STORAGE_JUMPSHOT is not set 1078 1028 # CONFIG_USB_STORAGE_ALAUDA is not set 1079 1029 # CONFIG_USB_STORAGE_KARMA is not set 1080 - # CONFIG_USB_STORAGE_SIERRA is not set 1081 1030 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1082 1031 # CONFIG_USB_LIBUSUAL is not set 1083 1032 ··· 1097 1048 # CONFIG_USB_EMI62 is not set 1098 1049 # CONFIG_USB_EMI26 is not set 1099 1050 # CONFIG_USB_ADUTUX is not set 1051 + # CONFIG_USB_SEVSEG is not set 1100 1052 # CONFIG_USB_RIO500 is not set 1101 1053 # CONFIG_USB_LEGOTOWER is not set 1102 1054 # CONFIG_USB_LCD is not set ··· 1115 1065 # CONFIG_USB_IOWARRIOR is not set 1116 1066 # CONFIG_USB_TEST is not set 1117 1067 # CONFIG_USB_ISIGHTFW is not set 1068 + # CONFIG_USB_VST is not set 1118 1069 # CONFIG_USB_GADGET is not set 1070 + # CONFIG_UWB is not set 1119 1071 # CONFIG_MMC is not set 1120 1072 # CONFIG_MEMSTICK is not set 1121 1073 # CONFIG_NEW_LEDS is not set ··· 1163 1111 # CONFIG_RTC_DRV_MAX6902 is not set 1164 1112 # CONFIG_RTC_DRV_R9701 is not set 1165 1113 # CONFIG_RTC_DRV_RS5C348 is not set 1114 + # CONFIG_RTC_DRV_DS3234 is not set 1166 1115 1167 1116 # 1168 1117 # Platform RTC drivers 1169 1118 # 1170 1119 # CONFIG_RTC_DRV_CMOS is not set 1120 + # CONFIG_RTC_DRV_DS1286 is not set 1171 1121 # CONFIG_RTC_DRV_DS1511 is not set 1172 1122 # CONFIG_RTC_DRV_DS1553 is not set 1173 1123 # CONFIG_RTC_DRV_DS1742 is not set 1174 1124 # CONFIG_RTC_DRV_STK17TA8 is not set 1175 1125 # CONFIG_RTC_DRV_M48T86 is not set 1126 + # CONFIG_RTC_DRV_M48T35 is not set 1176 1127 # CONFIG_RTC_DRV_M48T59 is not set 1128 + # CONFIG_RTC_DRV_BQ4802 is not set 1177 1129 # CONFIG_RTC_DRV_V3020 is not set 1178 1130 1179 1131 # ··· 1186 1130 # CONFIG_RTC_DRV_PPC is not set 1187 1131 # CONFIG_DMADEVICES is not set 1188 1132 # CONFIG_UIO is not set 1133 + # CONFIG_STAGING is not set 1189 1134 1190 1135 # 1191 1136 # File systems ··· 1198 1141 CONFIG_EXT3_FS_XATTR=y 1199 1142 # CONFIG_EXT3_FS_POSIX_ACL is not set 1200 1143 # CONFIG_EXT3_FS_SECURITY is not set 1201 - # CONFIG_EXT4DEV_FS is not set 1144 + # CONFIG_EXT4_FS is not set 1202 1145 CONFIG_JBD=y 1203 1146 CONFIG_FS_MBCACHE=y 1204 1147 # CONFIG_REISERFS_FS is not set 1205 1148 # CONFIG_JFS_FS is not set 1206 1149 # CONFIG_FS_POSIX_ACL is not set 1150 + CONFIG_FILE_LOCKING=y 1207 1151 # CONFIG_XFS_FS is not set 1208 1152 # CONFIG_OCFS2_FS is not set 1209 1153 CONFIG_DNOTIFY=y ··· 1237 1179 CONFIG_PROC_FS=y 1238 1180 CONFIG_PROC_KCORE=y 1239 1181 CONFIG_PROC_SYSCTL=y 1182 + CONFIG_PROC_PAGE_MONITOR=y 1240 1183 CONFIG_SYSFS=y 1241 1184 CONFIG_TMPFS=y 1242 1185 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1276 1217 CONFIG_NFS_COMMON=y 1277 1218 CONFIG_SUNRPC=y 1278 1219 CONFIG_SUNRPC_GSS=y 1220 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1279 1221 CONFIG_RPCSEC_GSS_KRB5=y 1280 1222 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1281 1223 # CONFIG_SMB_FS is not set ··· 1352 1292 # Library routines 1353 1293 # 1354 1294 CONFIG_BITREVERSE=y 1355 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1356 1295 # CONFIG_CRC_CCITT is not set 1357 1296 # CONFIG_CRC16 is not set 1358 1297 CONFIG_CRC_T10DIF=y ··· 1381 1322 # CONFIG_SLUB_STATS is not set 1382 1323 # CONFIG_DEBUG_BUGVERBOSE is not set 1383 1324 # CONFIG_DEBUG_MEMORY_INIT is not set 1325 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1384 1326 # CONFIG_LATENCYTOP is not set 1385 1327 CONFIG_SYSCTL_SYSCALL_CHECK=y 1386 - CONFIG_HAVE_FTRACE=y 1387 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1388 - # CONFIG_FTRACE is not set 1389 - # CONFIG_SCHED_TRACER is not set 1390 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1328 + CONFIG_HAVE_FUNCTION_TRACER=y 1329 + 1330 + # 1331 + # Tracers 1332 + # 1333 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1391 1334 # CONFIG_SAMPLES is not set 1392 1335 CONFIG_HAVE_ARCH_KGDB=y 1393 1336 # CONFIG_IRQSTACKS is not set ··· 1401 1340 # 1402 1341 # CONFIG_KEYS is not set 1403 1342 # CONFIG_SECURITY is not set 1343 + # CONFIG_SECURITYFS is not set 1404 1344 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1405 1345 CONFIG_CRYPTO=y 1406 1346 1407 1347 # 1408 1348 # Crypto core or helper 1409 1349 # 1350 + # CONFIG_CRYPTO_FIPS is not set 1410 1351 CONFIG_CRYPTO_ALGAPI=y 1352 + CONFIG_CRYPTO_AEAD=y 1411 1353 CONFIG_CRYPTO_BLKCIPHER=y 1354 + CONFIG_CRYPTO_HASH=y 1355 + CONFIG_CRYPTO_RNG=y 1412 1356 CONFIG_CRYPTO_MANAGER=y 1413 1357 # CONFIG_CRYPTO_GF128MUL is not set 1414 1358 # CONFIG_CRYPTO_NULL is not set ··· 1486 1420 # 1487 1421 # CONFIG_CRYPTO_DEFLATE is not set 1488 1422 # CONFIG_CRYPTO_LZO is not set 1423 + 1424 + # 1425 + # Random Number Generation 1426 + # 1427 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1489 1428 CONFIG_CRYPTO_HW=y 1490 1429 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1491 1430 # CONFIG_CRYPTO_DEV_TALITOS is not set
+72 -49
arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:21 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:57 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC834x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 + # CONFIG_MPC8xxx_GPIO is not set 204 205 205 206 # 206 207 # Kernel options ··· 217 224 # CONFIG_PREEMPT_VOLUNTARY is not set 218 225 # CONFIG_PREEMPT is not set 219 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 220 229 # CONFIG_BINFMT_MISC is not set 221 230 # CONFIG_IOMMU_HELPER is not set 222 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 238 # CONFIG_SPARSEMEM_MANUAL is not set 234 239 CONFIG_FLATMEM=y 235 240 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 241 CONFIG_PAGEFLAGS_EXTENDED=y 239 242 CONFIG_SPLIT_PTLOCK_CPUS=4 240 243 CONFIG_MIGRATION=y 241 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 246 CONFIG_ZONE_DMA_FLAG=1 243 247 CONFIG_BOUNCE=y 244 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 245 250 CONFIG_FORCE_MAX_ZONEORDER=11 246 251 CONFIG_PROC_DEVICETREE=y 247 252 # CONFIG_CMDLINE_BOOL is not set ··· 253 258 # 254 259 # Bus options 255 260 # 256 - # CONFIG_ISA is not set 257 261 CONFIG_ZONE_DMA=y 258 262 CONFIG_GENERIC_ISA_DMA=y 259 263 CONFIG_PPC_INDIRECT_PCI=y ··· 265 271 # CONFIG_PCIEPORTBUS is not set 266 272 CONFIG_ARCH_SUPPORTS_MSI=y 267 273 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 269 275 # CONFIG_PCCARD is not set 270 276 # CONFIG_HOTPLUG_PCI is not set 271 277 # CONFIG_HAS_RAPIDIO is not set ··· 333 339 # CONFIG_TIPC is not set 334 340 # CONFIG_ATM is not set 335 341 # CONFIG_BRIDGE is not set 342 + # CONFIG_NET_DSA is not set 336 343 # CONFIG_VLAN_8021Q is not set 337 344 # CONFIG_DECNET is not set 338 345 # CONFIG_LLC2 is not set ··· 354 359 # CONFIG_IRDA is not set 355 360 # CONFIG_BT is not set 356 361 # CONFIG_AF_RXRPC is not set 357 - 358 - # 359 - # Wireless 360 - # 362 + # CONFIG_PHONET is not set 363 + CONFIG_WIRELESS=y 361 364 # CONFIG_CFG80211 is not set 365 + CONFIG_WIRELESS_OLD_REGULATORY=y 362 366 # CONFIG_WIRELESS_EXT is not set 363 367 # CONFIG_MAC80211 is not set 364 368 # CONFIG_IEEE80211 is not set ··· 463 469 # CONFIG_PARPORT is not set 464 470 CONFIG_BLK_DEV=y 465 471 # CONFIG_BLK_DEV_FD is not set 466 - # CONFIG_MAC_FLOPPY is not set 467 472 # CONFIG_BLK_CPQ_DA is not set 468 473 # CONFIG_BLK_CPQ_CISS_DA is not set 469 474 # CONFIG_BLK_DEV_DAC960 is not set ··· 563 570 # CONFIG_SCSI_DC390T is not set 564 571 # CONFIG_SCSI_NSP32 is not set 565 572 # CONFIG_SCSI_DEBUG is not set 566 - # CONFIG_SCSI_MESH is not set 567 - # CONFIG_SCSI_MAC53C94 is not set 568 573 # CONFIG_SCSI_SRP is not set 569 574 # CONFIG_SCSI_DH is not set 570 575 # CONFIG_ATA is not set ··· 628 637 # CONFIG_QLA3XXX is not set 629 638 # CONFIG_ATL1 is not set 630 639 # CONFIG_ATL1E is not set 640 + # CONFIG_JME is not set 631 641 CONFIG_NETDEV_10000=y 632 642 # CONFIG_CHELSIO_T1 is not set 633 643 # CONFIG_CHELSIO_T3 is not set 644 + # CONFIG_ENIC is not set 634 645 # CONFIG_IXGBE is not set 635 646 # CONFIG_IXGB is not set 636 647 # CONFIG_S2IO is not set 637 648 # CONFIG_MYRI10GE is not set 638 649 # CONFIG_NETXEN_NIC is not set 639 650 # CONFIG_NIU is not set 651 + # CONFIG_MLX4_EN is not set 640 652 # CONFIG_MLX4_CORE is not set 641 653 # CONFIG_TEHUTI is not set 642 654 # CONFIG_BNX2X is not set 655 + # CONFIG_QLGE is not set 643 656 # CONFIG_SFC is not set 644 657 # CONFIG_TR is not set 645 658 ··· 709 714 # CONFIG_SERIAL_UARTLITE is not set 710 715 CONFIG_SERIAL_CORE=y 711 716 CONFIG_SERIAL_CORE_CONSOLE=y 712 - # CONFIG_SERIAL_PMACZILOG is not set 713 717 # CONFIG_SERIAL_JSM is not set 714 718 # CONFIG_SERIAL_OF_PLATFORM is not set 715 719 CONFIG_UNIX98_PTYS=y 716 720 CONFIG_LEGACY_PTYS=y 717 721 CONFIG_LEGACY_PTY_COUNT=256 718 - # CONFIG_BRIQ_PANEL is not set 719 - # CONFIG_HVC_RTAS is not set 720 722 # CONFIG_IPMI_HANDLER is not set 721 723 CONFIG_HW_RANDOM=y 722 724 # CONFIG_NVRAM is not set ··· 748 756 # CONFIG_I2C_SIS96X is not set 749 757 # CONFIG_I2C_VIA is not set 750 758 # CONFIG_I2C_VIAPRO is not set 751 - 752 - # 753 - # Mac SMBus host controller drivers 754 - # 755 - # CONFIG_I2C_HYDRA is not set 756 - CONFIG_I2C_POWERMAC=y 757 759 758 760 # 759 761 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 786 800 # CONFIG_SENSORS_PCF8591 is not set 787 801 # CONFIG_SENSORS_MAX6875 is not set 788 802 # CONFIG_SENSORS_TSL2550 is not set 803 + # CONFIG_MCU_MPC8349EMITX is not set 789 804 # CONFIG_I2C_DEBUG_CORE is not set 790 805 # CONFIG_I2C_DEBUG_ALGO is not set 791 806 # CONFIG_I2C_DEBUG_BUS is not set ··· 822 835 # CONFIG_SOFT_WATCHDOG is not set 823 836 # CONFIG_ALIM7101_WDT is not set 824 837 # CONFIG_8xxx_WDT is not set 825 - # CONFIG_WATCHDOG_RTAS is not set 826 838 827 839 # 828 840 # PCI-based Watchdog Cards ··· 847 861 # CONFIG_MFD_SM501 is not set 848 862 # CONFIG_HTC_PASIC3 is not set 849 863 # CONFIG_MFD_TMIO is not set 864 + # CONFIG_PMIC_DA903X is not set 865 + # CONFIG_MFD_WM8400 is not set 866 + # CONFIG_MFD_WM8350_I2C is not set 867 + 868 + # 869 + # Voltage and Current regulators 870 + # 871 + # CONFIG_REGULATOR is not set 872 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 873 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 874 + # CONFIG_REGULATOR_BQ24022 is not set 850 875 851 876 # 852 877 # Multimedia devices ··· 909 912 # CONFIG_USB_OTG_WHITELIST is not set 910 913 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 911 914 CONFIG_USB_MON=y 915 + # CONFIG_USB_WUSB is not set 916 + # CONFIG_USB_WUSB_CBAF is not set 912 917 913 918 # 914 919 # USB Host Controller Drivers ··· 927 928 CONFIG_USB_UHCI_HCD=y 928 929 # CONFIG_USB_SL811_HCD is not set 929 930 # CONFIG_USB_R8A66597_HCD is not set 931 + # CONFIG_USB_WHCI_HCD is not set 932 + # CONFIG_USB_HWA_HCD is not set 930 933 931 934 # 932 935 # USB Device Class drivers ··· 936 935 # CONFIG_USB_ACM is not set 937 936 # CONFIG_USB_PRINTER is not set 938 937 # CONFIG_USB_WDM is not set 938 + # CONFIG_USB_TMC is not set 939 939 940 940 # 941 941 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 957 955 # CONFIG_USB_STORAGE_JUMPSHOT is not set 958 956 # CONFIG_USB_STORAGE_ALAUDA is not set 959 957 # CONFIG_USB_STORAGE_KARMA is not set 960 - # CONFIG_USB_STORAGE_SIERRA is not set 961 958 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 962 959 # CONFIG_USB_LIBUSUAL is not set 963 960 ··· 977 976 # CONFIG_USB_EMI62 is not set 978 977 # CONFIG_USB_EMI26 is not set 979 978 # CONFIG_USB_ADUTUX is not set 979 + # CONFIG_USB_SEVSEG is not set 980 980 # CONFIG_USB_RIO500 is not set 981 981 # CONFIG_USB_LEGOTOWER is not set 982 982 # CONFIG_USB_LCD is not set ··· 994 992 # CONFIG_USB_TRANCEVIBRATOR is not set 995 993 # CONFIG_USB_IOWARRIOR is not set 996 994 # CONFIG_USB_ISIGHTFW is not set 995 + # CONFIG_USB_VST is not set 997 996 # CONFIG_USB_GADGET is not set 997 + # CONFIG_UWB is not set 998 998 # CONFIG_MMC is not set 999 999 # CONFIG_MEMSTICK is not set 1000 1000 # CONFIG_NEW_LEDS is not set ··· 1042 1038 # CONFIG_RTC_DRV_MAX6902 is not set 1043 1039 # CONFIG_RTC_DRV_R9701 is not set 1044 1040 # CONFIG_RTC_DRV_RS5C348 is not set 1041 + # CONFIG_RTC_DRV_DS3234 is not set 1045 1042 1046 1043 # 1047 1044 # Platform RTC drivers 1048 1045 # 1049 1046 # CONFIG_RTC_DRV_CMOS is not set 1047 + # CONFIG_RTC_DRV_DS1286 is not set 1050 1048 # CONFIG_RTC_DRV_DS1511 is not set 1051 1049 # CONFIG_RTC_DRV_DS1553 is not set 1052 1050 # CONFIG_RTC_DRV_DS1742 is not set 1053 1051 # CONFIG_RTC_DRV_STK17TA8 is not set 1054 1052 # CONFIG_RTC_DRV_M48T86 is not set 1053 + # CONFIG_RTC_DRV_M48T35 is not set 1055 1054 # CONFIG_RTC_DRV_M48T59 is not set 1055 + # CONFIG_RTC_DRV_BQ4802 is not set 1056 1056 # CONFIG_RTC_DRV_V3020 is not set 1057 1057 1058 1058 # ··· 1065 1057 # CONFIG_RTC_DRV_PPC is not set 1066 1058 # CONFIG_DMADEVICES is not set 1067 1059 # CONFIG_UIO is not set 1060 + # CONFIG_STAGING is not set 1068 1061 1069 1062 # 1070 1063 # File systems ··· 1077 1068 CONFIG_EXT3_FS_XATTR=y 1078 1069 # CONFIG_EXT3_FS_POSIX_ACL is not set 1079 1070 # CONFIG_EXT3_FS_SECURITY is not set 1080 - # CONFIG_EXT4DEV_FS is not set 1071 + # CONFIG_EXT4_FS is not set 1081 1072 CONFIG_JBD=y 1082 1073 CONFIG_FS_MBCACHE=y 1083 1074 # CONFIG_REISERFS_FS is not set 1084 1075 # CONFIG_JFS_FS is not set 1085 1076 # CONFIG_FS_POSIX_ACL is not set 1077 + CONFIG_FILE_LOCKING=y 1086 1078 # CONFIG_XFS_FS is not set 1087 1079 # CONFIG_OCFS2_FS is not set 1088 1080 CONFIG_DNOTIFY=y ··· 1116 1106 CONFIG_PROC_FS=y 1117 1107 CONFIG_PROC_KCORE=y 1118 1108 CONFIG_PROC_SYSCTL=y 1109 + CONFIG_PROC_PAGE_MONITOR=y 1119 1110 CONFIG_SYSFS=y 1120 1111 CONFIG_TMPFS=y 1121 1112 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1155 1144 CONFIG_NFS_COMMON=y 1156 1145 CONFIG_SUNRPC=y 1157 1146 CONFIG_SUNRPC_GSS=y 1147 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1158 1148 CONFIG_RPCSEC_GSS_KRB5=y 1159 1149 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1160 1150 # CONFIG_SMB_FS is not set ··· 1231 1219 # Library routines 1232 1220 # 1233 1221 CONFIG_BITREVERSE=y 1234 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1235 1222 # CONFIG_CRC_CCITT is not set 1236 1223 # CONFIG_CRC16 is not set 1237 1224 CONFIG_CRC_T10DIF=y ··· 1260 1249 # CONFIG_SLUB_STATS is not set 1261 1250 # CONFIG_DEBUG_BUGVERBOSE is not set 1262 1251 # CONFIG_DEBUG_MEMORY_INIT is not set 1252 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1263 1253 # CONFIG_LATENCYTOP is not set 1264 1254 CONFIG_SYSCTL_SYSCALL_CHECK=y 1265 - CONFIG_HAVE_FTRACE=y 1266 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1267 - # CONFIG_FTRACE is not set 1268 - # CONFIG_SCHED_TRACER is not set 1269 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1255 + CONFIG_HAVE_FUNCTION_TRACER=y 1256 + 1257 + # 1258 + # Tracers 1259 + # 1260 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1270 1261 # CONFIG_SAMPLES is not set 1271 1262 CONFIG_HAVE_ARCH_KGDB=y 1272 1263 # CONFIG_IRQSTACKS is not set ··· 1280 1267 # 1281 1268 # CONFIG_KEYS is not set 1282 1269 # CONFIG_SECURITY is not set 1270 + # CONFIG_SECURITYFS is not set 1283 1271 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1284 1272 CONFIG_CRYPTO=y 1285 1273 1286 1274 # 1287 1275 # Crypto core or helper 1288 1276 # 1277 + # CONFIG_CRYPTO_FIPS is not set 1289 1278 CONFIG_CRYPTO_ALGAPI=y 1279 + CONFIG_CRYPTO_AEAD=y 1290 1280 CONFIG_CRYPTO_BLKCIPHER=y 1281 + CONFIG_CRYPTO_HASH=y 1282 + CONFIG_CRYPTO_RNG=y 1291 1283 CONFIG_CRYPTO_MANAGER=y 1292 1284 # CONFIG_CRYPTO_GF128MUL is not set 1293 1285 # CONFIG_CRYPTO_NULL is not set ··· 1365 1347 # 1366 1348 # CONFIG_CRYPTO_DEFLATE is not set 1367 1349 # CONFIG_CRYPTO_LZO is not set 1350 + 1351 + # 1352 + # Random Number Generation 1353 + # 1354 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1368 1355 CONFIG_CRYPTO_HW=y 1369 1356 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1370 1357 # CONFIG_CRYPTO_DEV_TALITOS is not set
+74 -49
arch/powerpc/configs/83xx/mpc834x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:21 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:58 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 183 187 CONFIG_PPC_MPC834x=y 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 + # CONFIG_MPC8xxx_GPIO is not set 204 205 205 206 # 206 207 # Kernel options ··· 217 224 # CONFIG_PREEMPT_VOLUNTARY is not set 218 225 # CONFIG_PREEMPT is not set 219 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 220 229 # CONFIG_BINFMT_MISC is not set 221 230 # CONFIG_IOMMU_HELPER is not set 222 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 238 # CONFIG_SPARSEMEM_MANUAL is not set 234 239 CONFIG_FLATMEM=y 235 240 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 241 CONFIG_PAGEFLAGS_EXTENDED=y 239 242 CONFIG_SPLIT_PTLOCK_CPUS=4 240 243 CONFIG_MIGRATION=y 241 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 246 CONFIG_ZONE_DMA_FLAG=1 243 247 CONFIG_BOUNCE=y 244 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 245 250 CONFIG_FORCE_MAX_ZONEORDER=11 246 251 CONFIG_PROC_DEVICETREE=y 247 252 # CONFIG_CMDLINE_BOOL is not set ··· 253 258 # 254 259 # Bus options 255 260 # 256 - # CONFIG_ISA is not set 257 261 CONFIG_ZONE_DMA=y 258 262 CONFIG_GENERIC_ISA_DMA=y 259 263 CONFIG_PPC_INDIRECT_PCI=y ··· 265 271 # CONFIG_PCIEPORTBUS is not set 266 272 CONFIG_ARCH_SUPPORTS_MSI=y 267 273 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 269 275 # CONFIG_PCCARD is not set 270 276 # CONFIG_HOTPLUG_PCI is not set 271 277 # CONFIG_HAS_RAPIDIO is not set ··· 333 339 # CONFIG_TIPC is not set 334 340 # CONFIG_ATM is not set 335 341 # CONFIG_BRIDGE is not set 342 + # CONFIG_NET_DSA is not set 336 343 # CONFIG_VLAN_8021Q is not set 337 344 # CONFIG_DECNET is not set 338 345 # CONFIG_LLC2 is not set ··· 354 359 # CONFIG_IRDA is not set 355 360 # CONFIG_BT is not set 356 361 # CONFIG_AF_RXRPC is not set 357 - 358 - # 359 - # Wireless 360 - # 362 + # CONFIG_PHONET is not set 363 + CONFIG_WIRELESS=y 361 364 # CONFIG_CFG80211 is not set 365 + CONFIG_WIRELESS_OLD_REGULATORY=y 362 366 # CONFIG_WIRELESS_EXT is not set 363 367 # CONFIG_MAC80211 is not set 364 368 # CONFIG_IEEE80211 is not set ··· 383 389 # CONFIG_PARPORT is not set 384 390 CONFIG_BLK_DEV=y 385 391 # CONFIG_BLK_DEV_FD is not set 386 - # CONFIG_MAC_FLOPPY is not set 387 392 # CONFIG_BLK_CPQ_DA is not set 388 393 # CONFIG_BLK_CPQ_CISS_DA is not set 389 394 # CONFIG_BLK_DEV_DAC960 is not set ··· 458 465 # CONFIG_MDIO_BITBANG is not set 459 466 CONFIG_NET_ETHERNET=y 460 467 CONFIG_MII=y 461 - # CONFIG_MACE is not set 462 - # CONFIG_BMAC is not set 463 468 # CONFIG_HAPPYMEAL is not set 464 469 # CONFIG_SUNGEM is not set 465 470 # CONFIG_CASSINI is not set ··· 468 477 # CONFIG_IBM_NEW_EMAC_RGMII is not set 469 478 # CONFIG_IBM_NEW_EMAC_TAH is not set 470 479 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 480 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 481 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 482 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 471 483 CONFIG_NET_PCI=y 472 484 # CONFIG_PCNET32 is not set 473 485 # CONFIG_AMD8111_ETH is not set ··· 491 497 # CONFIG_TLAN is not set 492 498 # CONFIG_VIA_RHINE is not set 493 499 # CONFIG_SC92031 is not set 500 + # CONFIG_ATL2 is not set 494 501 CONFIG_NETDEV_1000=y 495 502 # CONFIG_ACENIC is not set 496 503 # CONFIG_DL2K is not set ··· 514 519 # CONFIG_QLA3XXX is not set 515 520 # CONFIG_ATL1 is not set 516 521 # CONFIG_ATL1E is not set 522 + # CONFIG_JME is not set 517 523 CONFIG_NETDEV_10000=y 518 524 # CONFIG_CHELSIO_T1 is not set 519 525 # CONFIG_CHELSIO_T3 is not set 526 + # CONFIG_ENIC is not set 520 527 # CONFIG_IXGBE is not set 521 528 # CONFIG_IXGB is not set 522 529 # CONFIG_S2IO is not set 523 530 # CONFIG_MYRI10GE is not set 524 531 # CONFIG_NETXEN_NIC is not set 525 532 # CONFIG_NIU is not set 533 + # CONFIG_MLX4_EN is not set 526 534 # CONFIG_MLX4_CORE is not set 527 535 # CONFIG_TEHUTI is not set 528 536 # CONFIG_BNX2X is not set 537 + # CONFIG_QLGE is not set 529 538 # CONFIG_SFC is not set 530 539 # CONFIG_TR is not set 531 540 ··· 605 606 # CONFIG_SERIAL_UARTLITE is not set 606 607 CONFIG_SERIAL_CORE=y 607 608 CONFIG_SERIAL_CORE_CONSOLE=y 608 - # CONFIG_SERIAL_PMACZILOG is not set 609 609 # CONFIG_SERIAL_JSM is not set 610 610 # CONFIG_SERIAL_OF_PLATFORM is not set 611 611 CONFIG_UNIX98_PTYS=y 612 612 CONFIG_LEGACY_PTYS=y 613 613 CONFIG_LEGACY_PTY_COUNT=256 614 - # CONFIG_BRIQ_PANEL is not set 615 - # CONFIG_HVC_RTAS is not set 616 614 # CONFIG_IPMI_HANDLER is not set 617 615 # CONFIG_HW_RANDOM is not set 618 616 # CONFIG_NVRAM is not set ··· 644 648 # CONFIG_I2C_SIS96X is not set 645 649 # CONFIG_I2C_VIA is not set 646 650 # CONFIG_I2C_VIAPRO is not set 647 - 648 - # 649 - # Mac SMBus host controller drivers 650 - # 651 - # CONFIG_I2C_HYDRA is not set 652 - CONFIG_I2C_POWERMAC=y 653 651 654 652 # 655 653 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 681 691 # CONFIG_SENSORS_PCF8591 is not set 682 692 # CONFIG_SENSORS_MAX6875 is not set 683 693 # CONFIG_SENSORS_TSL2550 is not set 694 + # CONFIG_MCU_MPC8349EMITX is not set 684 695 # CONFIG_I2C_DEBUG_CORE is not set 685 696 # CONFIG_I2C_DEBUG_ALGO is not set 686 697 # CONFIG_I2C_DEBUG_BUS is not set ··· 703 712 # CONFIG_SENSORS_ADM9240 is not set 704 713 # CONFIG_SENSORS_ADT7470 is not set 705 714 # CONFIG_SENSORS_ADT7473 is not set 706 - # CONFIG_SENSORS_AMS is not set 707 715 # CONFIG_SENSORS_ATXP1 is not set 708 716 # CONFIG_SENSORS_DS1621 is not set 709 717 # CONFIG_SENSORS_I5K_AMB is not set ··· 757 767 # CONFIG_SOFT_WATCHDOG is not set 758 768 # CONFIG_ALIM7101_WDT is not set 759 769 # CONFIG_8xxx_WDT is not set 760 - # CONFIG_WATCHDOG_RTAS is not set 761 770 762 771 # 763 772 # PCI-based Watchdog Cards ··· 777 788 # CONFIG_MFD_SM501 is not set 778 789 # CONFIG_HTC_PASIC3 is not set 779 790 # CONFIG_MFD_TMIO is not set 791 + # CONFIG_PMIC_DA903X is not set 792 + # CONFIG_MFD_WM8400 is not set 793 + # CONFIG_MFD_WM8350_I2C is not set 794 + 795 + # 796 + # Voltage and Current regulators 797 + # 798 + # CONFIG_REGULATOR is not set 799 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 800 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 801 + # CONFIG_REGULATOR_BQ24022 is not set 780 802 781 803 # 782 804 # Multimedia devices ··· 824 824 CONFIG_HID=y 825 825 # CONFIG_HID_DEBUG is not set 826 826 # CONFIG_HIDRAW is not set 827 + # CONFIG_HID_PID is not set 828 + 829 + # 830 + # Special HID drivers 831 + # 832 + CONFIG_HID_COMPAT=y 827 833 CONFIG_USB_SUPPORT=y 828 834 CONFIG_USB_ARCH_HAS_HCD=y 829 835 CONFIG_USB_ARCH_HAS_OHCI=y ··· 846 840 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 847 841 # 848 842 # CONFIG_USB_GADGET is not set 843 + # CONFIG_UWB is not set 849 844 # CONFIG_MMC is not set 850 845 # CONFIG_MEMSTICK is not set 851 846 # CONFIG_NEW_LEDS is not set ··· 892 885 # Platform RTC drivers 893 886 # 894 887 # CONFIG_RTC_DRV_CMOS is not set 888 + # CONFIG_RTC_DRV_DS1286 is not set 895 889 # CONFIG_RTC_DRV_DS1511 is not set 896 890 # CONFIG_RTC_DRV_DS1553 is not set 897 891 # CONFIG_RTC_DRV_DS1742 is not set 898 892 # CONFIG_RTC_DRV_STK17TA8 is not set 899 893 # CONFIG_RTC_DRV_M48T86 is not set 894 + # CONFIG_RTC_DRV_M48T35 is not set 900 895 # CONFIG_RTC_DRV_M48T59 is not set 896 + # CONFIG_RTC_DRV_BQ4802 is not set 901 897 # CONFIG_RTC_DRV_V3020 is not set 902 898 903 899 # ··· 909 899 # CONFIG_RTC_DRV_PPC is not set 910 900 # CONFIG_DMADEVICES is not set 911 901 # CONFIG_UIO is not set 902 + # CONFIG_STAGING is not set 912 903 913 904 # 914 905 # File systems ··· 921 910 CONFIG_EXT3_FS_XATTR=y 922 911 # CONFIG_EXT3_FS_POSIX_ACL is not set 923 912 # CONFIG_EXT3_FS_SECURITY is not set 924 - # CONFIG_EXT4DEV_FS is not set 913 + # CONFIG_EXT4_FS is not set 925 914 CONFIG_JBD=y 926 915 CONFIG_FS_MBCACHE=y 927 916 # CONFIG_REISERFS_FS is not set 928 917 # CONFIG_JFS_FS is not set 929 918 # CONFIG_FS_POSIX_ACL is not set 919 + CONFIG_FILE_LOCKING=y 930 920 # CONFIG_XFS_FS is not set 931 921 # CONFIG_OCFS2_FS is not set 932 922 CONFIG_DNOTIFY=y ··· 957 945 CONFIG_PROC_FS=y 958 946 CONFIG_PROC_KCORE=y 959 947 CONFIG_PROC_SYSCTL=y 948 + CONFIG_PROC_PAGE_MONITOR=y 960 949 CONFIG_SYSFS=y 961 950 CONFIG_TMPFS=y 962 951 # CONFIG_TMPFS_POSIX_ACL is not set ··· 995 982 CONFIG_NFS_COMMON=y 996 983 CONFIG_SUNRPC=y 997 984 CONFIG_SUNRPC_GSS=y 985 + # CONFIG_SUNRPC_REGISTER_V4 is not set 998 986 CONFIG_RPCSEC_GSS_KRB5=y 999 987 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1000 988 # CONFIG_SMB_FS is not set ··· 1028 1014 # Library routines 1029 1015 # 1030 1016 CONFIG_BITREVERSE=y 1031 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1032 1017 # CONFIG_CRC_CCITT is not set 1033 1018 # CONFIG_CRC16 is not set 1034 1019 # CONFIG_CRC_T10DIF is not set ··· 1057 1044 # CONFIG_SLUB_STATS is not set 1058 1045 # CONFIG_DEBUG_BUGVERBOSE is not set 1059 1046 # CONFIG_DEBUG_MEMORY_INIT is not set 1047 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1060 1048 # CONFIG_LATENCYTOP is not set 1061 1049 CONFIG_SYSCTL_SYSCALL_CHECK=y 1062 - CONFIG_HAVE_FTRACE=y 1063 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1064 - # CONFIG_FTRACE is not set 1065 - # CONFIG_SCHED_TRACER is not set 1066 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1050 + CONFIG_HAVE_FUNCTION_TRACER=y 1051 + 1052 + # 1053 + # Tracers 1054 + # 1055 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1067 1056 # CONFIG_SAMPLES is not set 1068 1057 CONFIG_HAVE_ARCH_KGDB=y 1069 1058 # CONFIG_IRQSTACKS is not set ··· 1077 1062 # 1078 1063 # CONFIG_KEYS is not set 1079 1064 # CONFIG_SECURITY is not set 1065 + # CONFIG_SECURITYFS is not set 1080 1066 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1081 1067 CONFIG_CRYPTO=y 1082 1068 1083 1069 # 1084 1070 # Crypto core or helper 1085 1071 # 1072 + # CONFIG_CRYPTO_FIPS is not set 1086 1073 CONFIG_CRYPTO_ALGAPI=y 1074 + CONFIG_CRYPTO_AEAD=y 1087 1075 CONFIG_CRYPTO_BLKCIPHER=y 1076 + CONFIG_CRYPTO_HASH=y 1077 + CONFIG_CRYPTO_RNG=y 1088 1078 CONFIG_CRYPTO_MANAGER=y 1089 1079 # CONFIG_CRYPTO_GF128MUL is not set 1090 1080 # CONFIG_CRYPTO_NULL is not set ··· 1162 1142 # 1163 1143 # CONFIG_CRYPTO_DEFLATE is not set 1164 1144 # CONFIG_CRYPTO_LZO is not set 1145 + 1146 + # 1147 + # Random Number Generation 1148 + # 1149 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1165 1150 CONFIG_CRYPTO_HW=y 1166 1151 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1167 1152 # CONFIG_CRYPTO_DEV_TALITOS is not set
+74 -52
arch/powerpc/configs/83xx/mpc836x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:22 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:59 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLUB_DEBUG=y 110 115 # CONFIG_SLAB is not set 111 116 CONFIG_SLUB=y ··· 120 121 CONFIG_HAVE_KPROBES=y 121 122 CONFIG_HAVE_KRETPROBES=y 122 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 125 CONFIG_SLABINFO=y 129 126 CONFIG_RT_MUTEXES=y ··· 152 157 # CONFIG_DEFAULT_NOOP is not set 153 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 155 161 156 162 # 157 163 # Platform support ··· 160 164 CONFIG_PPC_MULTIPLATFORM=y 161 165 CONFIG_CLASSIC32=y 162 166 # CONFIG_PPC_CHRP is not set 163 - # CONFIG_PPC_PMAC is not set 164 167 # CONFIG_MPC5121_ADS is not set 165 168 # CONFIG_MPC5121_GENERIC is not set 166 169 # CONFIG_PPC_MPC52xx is not set 170 + # CONFIG_PPC_PMAC is not set 167 171 # CONFIG_PPC_CELL is not set 168 172 # CONFIG_PPC_CELL_NATIVE is not set 169 173 # CONFIG_PPC_82xx is not set ··· 182 186 # CONFIG_ASP834x is not set 183 187 # CONFIG_PPC_86xx is not set 184 188 # CONFIG_EMBEDDED6xx is not set 185 - CONFIG_PPC_NATIVE=y 186 - # CONFIG_UDBG_RTAS_CONSOLE is not set 187 189 CONFIG_IPIC=y 188 - CONFIG_MPIC=y 190 + # CONFIG_MPIC is not set 189 191 # CONFIG_MPIC_WEIRD is not set 190 - CONFIG_PPC_I8259=y 191 - CONFIG_PPC_RTAS=y 192 - # CONFIG_RTAS_ERROR_LOGGING is not set 193 - CONFIG_RTAS_PROC=y 192 + # CONFIG_PPC_I8259 is not set 193 + # CONFIG_PPC_RTAS is not set 194 194 # CONFIG_MMIO_NVRAM is not set 195 - CONFIG_PPC_MPC106=y 195 + # CONFIG_PPC_MPC106 is not set 196 196 # CONFIG_PPC_970_NAP is not set 197 197 # CONFIG_PPC_INDIRECT_IO is not set 198 198 # CONFIG_GENERIC_IOMAP is not set 199 199 # CONFIG_CPU_FREQ is not set 200 - # CONFIG_PPC601_SYNC_FIX is not set 201 200 # CONFIG_TAU is not set 202 201 CONFIG_QUICC_ENGINE=y 202 + # CONFIG_QE_GPIO is not set 203 203 # CONFIG_FSL_ULI1575 is not set 204 204 205 205 # ··· 216 224 # CONFIG_PREEMPT_VOLUNTARY is not set 217 225 # CONFIG_PREEMPT is not set 218 226 CONFIG_BINFMT_ELF=y 227 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 228 + # CONFIG_HAVE_AOUT is not set 219 229 # CONFIG_BINFMT_MISC is not set 220 230 # CONFIG_IOMMU_HELPER is not set 221 231 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 232 238 # CONFIG_SPARSEMEM_MANUAL is not set 233 239 CONFIG_FLATMEM=y 234 240 CONFIG_FLAT_NODE_MEM_MAP=y 235 - # CONFIG_SPARSEMEM_STATIC is not set 236 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 237 241 CONFIG_PAGEFLAGS_EXTENDED=y 238 242 CONFIG_SPLIT_PTLOCK_CPUS=4 239 243 CONFIG_MIGRATION=y 240 244 # CONFIG_RESOURCES_64BIT is not set 245 + # CONFIG_PHYS_ADDR_T_64BIT is not set 241 246 CONFIG_ZONE_DMA_FLAG=1 242 247 CONFIG_BOUNCE=y 243 248 CONFIG_VIRT_TO_BUS=y 249 + CONFIG_UNEVICTABLE_LRU=y 244 250 CONFIG_FORCE_MAX_ZONEORDER=11 245 251 CONFIG_PROC_DEVICETREE=y 246 252 # CONFIG_CMDLINE_BOOL is not set ··· 252 258 # 253 259 # Bus options 254 260 # 255 - # CONFIG_ISA is not set 256 261 CONFIG_ZONE_DMA=y 257 262 CONFIG_GENERIC_ISA_DMA=y 258 263 CONFIG_PPC_INDIRECT_PCI=y ··· 264 271 # CONFIG_PCIEPORTBUS is not set 265 272 CONFIG_ARCH_SUPPORTS_MSI=y 266 273 # CONFIG_PCI_MSI is not set 267 - CONFIG_PCI_LEGACY=y 274 + # CONFIG_PCI_LEGACY is not set 268 275 # CONFIG_PCCARD is not set 269 276 # CONFIG_HOTPLUG_PCI is not set 270 277 # CONFIG_HAS_RAPIDIO is not set ··· 332 339 # CONFIG_TIPC is not set 333 340 # CONFIG_ATM is not set 334 341 # CONFIG_BRIDGE is not set 342 + # CONFIG_NET_DSA is not set 335 343 # CONFIG_VLAN_8021Q is not set 336 344 # CONFIG_DECNET is not set 337 345 # CONFIG_LLC2 is not set ··· 353 359 # CONFIG_IRDA is not set 354 360 # CONFIG_BT is not set 355 361 # CONFIG_AF_RXRPC is not set 356 - 357 - # 358 - # Wireless 359 - # 362 + # CONFIG_PHONET is not set 363 + CONFIG_WIRELESS=y 360 364 # CONFIG_CFG80211 is not set 365 + CONFIG_WIRELESS_OLD_REGULATORY=y 361 366 # CONFIG_WIRELESS_EXT is not set 362 367 # CONFIG_MAC80211 is not set 363 368 # CONFIG_IEEE80211 is not set ··· 459 466 # CONFIG_PARPORT is not set 460 467 CONFIG_BLK_DEV=y 461 468 # CONFIG_BLK_DEV_FD is not set 462 - # CONFIG_MAC_FLOPPY is not set 463 469 # CONFIG_BLK_CPQ_DA is not set 464 470 # CONFIG_BLK_CPQ_CISS_DA is not set 465 471 # CONFIG_BLK_DEV_DAC960 is not set ··· 558 566 # CONFIG_SCSI_DC390T is not set 559 567 # CONFIG_SCSI_NSP32 is not set 560 568 # CONFIG_SCSI_DEBUG is not set 561 - # CONFIG_SCSI_MESH is not set 562 - # CONFIG_SCSI_MAC53C94 is not set 563 569 # CONFIG_SCSI_SRP is not set 564 570 # CONFIG_SCSI_DH is not set 565 571 # CONFIG_ATA is not set ··· 602 612 # CONFIG_MDIO_BITBANG is not set 603 613 CONFIG_NET_ETHERNET=y 604 614 CONFIG_MII=y 605 - # CONFIG_MACE is not set 606 - # CONFIG_BMAC is not set 607 615 # CONFIG_HAPPYMEAL is not set 608 616 # CONFIG_SUNGEM is not set 609 617 # CONFIG_CASSINI is not set ··· 612 624 # CONFIG_IBM_NEW_EMAC_RGMII is not set 613 625 # CONFIG_IBM_NEW_EMAC_TAH is not set 614 626 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 627 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 628 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 629 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 615 630 # CONFIG_NET_PCI is not set 616 631 # CONFIG_B44 is not set 632 + # CONFIG_ATL2 is not set 617 633 CONFIG_NETDEV_1000=y 618 634 # CONFIG_ACENIC is not set 619 635 # CONFIG_DL2K is not set ··· 644 652 # CONFIG_QLA3XXX is not set 645 653 # CONFIG_ATL1 is not set 646 654 # CONFIG_ATL1E is not set 655 + # CONFIG_JME is not set 647 656 CONFIG_NETDEV_10000=y 648 657 # CONFIG_CHELSIO_T1 is not set 649 658 # CONFIG_CHELSIO_T3 is not set 659 + # CONFIG_ENIC is not set 650 660 # CONFIG_IXGBE is not set 651 661 # CONFIG_IXGB is not set 652 662 # CONFIG_S2IO is not set 653 663 # CONFIG_MYRI10GE is not set 654 664 # CONFIG_NETXEN_NIC is not set 655 665 # CONFIG_NIU is not set 666 + # CONFIG_MLX4_EN is not set 656 667 # CONFIG_MLX4_CORE is not set 657 668 # CONFIG_TEHUTI is not set 658 669 # CONFIG_BNX2X is not set 670 + # CONFIG_QLGE is not set 659 671 # CONFIG_SFC is not set 660 672 # CONFIG_TR is not set 661 673 ··· 736 740 # CONFIG_SERIAL_UARTLITE is not set 737 741 CONFIG_SERIAL_CORE=y 738 742 CONFIG_SERIAL_CORE_CONSOLE=y 739 - # CONFIG_SERIAL_PMACZILOG is not set 740 743 # CONFIG_SERIAL_JSM is not set 741 744 # CONFIG_SERIAL_OF_PLATFORM is not set 742 745 # CONFIG_SERIAL_QE is not set 743 746 CONFIG_UNIX98_PTYS=y 744 747 CONFIG_LEGACY_PTYS=y 745 748 CONFIG_LEGACY_PTY_COUNT=256 746 - # CONFIG_BRIQ_PANEL is not set 747 - # CONFIG_HVC_RTAS is not set 748 749 # CONFIG_IPMI_HANDLER is not set 749 750 CONFIG_HW_RANDOM=y 750 751 # CONFIG_NVRAM is not set ··· 776 783 # CONFIG_I2C_SIS96X is not set 777 784 # CONFIG_I2C_VIA is not set 778 785 # CONFIG_I2C_VIAPRO is not set 779 - 780 - # 781 - # Mac SMBus host controller drivers 782 - # 783 - # CONFIG_I2C_HYDRA is not set 784 - CONFIG_I2C_POWERMAC=y 785 786 786 787 # 787 788 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 813 826 # CONFIG_SENSORS_PCF8591 is not set 814 827 # CONFIG_SENSORS_MAX6875 is not set 815 828 # CONFIG_SENSORS_TSL2550 is not set 829 + # CONFIG_MCU_MPC8349EMITX is not set 816 830 # CONFIG_I2C_DEBUG_CORE is not set 817 831 # CONFIG_I2C_DEBUG_ALGO is not set 818 832 # CONFIG_I2C_DEBUG_BUS is not set ··· 835 847 # CONFIG_SENSORS_ADM9240 is not set 836 848 # CONFIG_SENSORS_ADT7470 is not set 837 849 # CONFIG_SENSORS_ADT7473 is not set 838 - # CONFIG_SENSORS_AMS is not set 839 850 # CONFIG_SENSORS_ATXP1 is not set 840 851 # CONFIG_SENSORS_DS1621 is not set 841 852 # CONFIG_SENSORS_I5K_AMB is not set ··· 889 902 # CONFIG_SOFT_WATCHDOG is not set 890 903 # CONFIG_ALIM7101_WDT is not set 891 904 # CONFIG_8xxx_WDT is not set 892 - # CONFIG_WATCHDOG_RTAS is not set 893 905 894 906 # 895 907 # PCI-based Watchdog Cards ··· 909 923 # CONFIG_MFD_SM501 is not set 910 924 # CONFIG_HTC_PASIC3 is not set 911 925 # CONFIG_MFD_TMIO is not set 926 + # CONFIG_PMIC_DA903X is not set 927 + # CONFIG_MFD_WM8400 is not set 928 + # CONFIG_MFD_WM8350_I2C is not set 929 + 930 + # 931 + # Voltage and Current regulators 932 + # 933 + # CONFIG_REGULATOR is not set 934 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 935 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 936 + # CONFIG_REGULATOR_BQ24022 is not set 912 937 913 938 # 914 939 # Multimedia devices ··· 956 959 CONFIG_HID=y 957 960 # CONFIG_HID_DEBUG is not set 958 961 # CONFIG_HIDRAW is not set 962 + # CONFIG_HID_PID is not set 963 + 964 + # 965 + # Special HID drivers 966 + # 967 + CONFIG_HID_COMPAT=y 959 968 CONFIG_USB_SUPPORT=y 960 969 CONFIG_USB_ARCH_HAS_HCD=y 961 970 CONFIG_USB_ARCH_HAS_OHCI=y ··· 978 975 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 979 976 # 980 977 # CONFIG_USB_GADGET is not set 978 + # CONFIG_UWB is not set 981 979 # CONFIG_MMC is not set 982 980 # CONFIG_MEMSTICK is not set 983 981 # CONFIG_NEW_LEDS is not set ··· 1024 1020 # Platform RTC drivers 1025 1021 # 1026 1022 # CONFIG_RTC_DRV_CMOS is not set 1023 + # CONFIG_RTC_DRV_DS1286 is not set 1027 1024 # CONFIG_RTC_DRV_DS1511 is not set 1028 1025 # CONFIG_RTC_DRV_DS1553 is not set 1029 1026 # CONFIG_RTC_DRV_DS1742 is not set 1030 1027 # CONFIG_RTC_DRV_STK17TA8 is not set 1031 1028 # CONFIG_RTC_DRV_M48T86 is not set 1029 + # CONFIG_RTC_DRV_M48T35 is not set 1032 1030 # CONFIG_RTC_DRV_M48T59 is not set 1031 + # CONFIG_RTC_DRV_BQ4802 is not set 1033 1032 # CONFIG_RTC_DRV_V3020 is not set 1034 1033 1035 1034 # ··· 1041 1034 # CONFIG_RTC_DRV_PPC is not set 1042 1035 # CONFIG_DMADEVICES is not set 1043 1036 # CONFIG_UIO is not set 1037 + # CONFIG_STAGING is not set 1044 1038 1045 1039 # 1046 1040 # File systems ··· 1053 1045 CONFIG_EXT3_FS_XATTR=y 1054 1046 # CONFIG_EXT3_FS_POSIX_ACL is not set 1055 1047 # CONFIG_EXT3_FS_SECURITY is not set 1056 - # CONFIG_EXT4DEV_FS is not set 1048 + # CONFIG_EXT4_FS is not set 1057 1049 CONFIG_JBD=y 1058 1050 CONFIG_FS_MBCACHE=y 1059 1051 # CONFIG_REISERFS_FS is not set 1060 1052 # CONFIG_JFS_FS is not set 1061 1053 # CONFIG_FS_POSIX_ACL is not set 1054 + CONFIG_FILE_LOCKING=y 1062 1055 # CONFIG_XFS_FS is not set 1063 1056 # CONFIG_OCFS2_FS is not set 1064 1057 CONFIG_DNOTIFY=y ··· 1089 1080 CONFIG_PROC_FS=y 1090 1081 CONFIG_PROC_KCORE=y 1091 1082 CONFIG_PROC_SYSCTL=y 1083 + CONFIG_PROC_PAGE_MONITOR=y 1092 1084 CONFIG_SYSFS=y 1093 1085 CONFIG_TMPFS=y 1094 1086 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1106 1096 # CONFIG_BEFS_FS is not set 1107 1097 # CONFIG_BFS_FS is not set 1108 1098 # CONFIG_EFS_FS is not set 1099 + # CONFIG_JFFS2_FS is not set 1109 1100 # CONFIG_CRAMFS is not set 1110 1101 # CONFIG_VXFS_FS is not set 1111 1102 # CONFIG_MINIX_FS is not set ··· 1128 1117 CONFIG_NFS_COMMON=y 1129 1118 CONFIG_SUNRPC=y 1130 1119 CONFIG_SUNRPC_GSS=y 1120 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1131 1121 CONFIG_RPCSEC_GSS_KRB5=y 1132 1122 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1133 1123 # CONFIG_SMB_FS is not set ··· 1158 1146 # CONFIG_DLM is not set 1159 1147 CONFIG_UCC_FAST=y 1160 1148 CONFIG_UCC=y 1161 - # CONFIG_QE_GPIO is not set 1162 1149 1163 1150 # 1164 1151 # Library routines 1165 1152 # 1166 1153 CONFIG_BITREVERSE=y 1167 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1168 1154 # CONFIG_CRC_CCITT is not set 1169 1155 # CONFIG_CRC16 is not set 1170 1156 # CONFIG_CRC_T10DIF is not set ··· 1192 1182 # CONFIG_SLUB_STATS is not set 1193 1183 # CONFIG_DEBUG_BUGVERBOSE is not set 1194 1184 # CONFIG_DEBUG_MEMORY_INIT is not set 1185 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1195 1186 # CONFIG_LATENCYTOP is not set 1196 1187 CONFIG_SYSCTL_SYSCALL_CHECK=y 1197 - CONFIG_HAVE_FTRACE=y 1198 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1199 - # CONFIG_FTRACE is not set 1200 - # CONFIG_SCHED_TRACER is not set 1201 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1188 + CONFIG_HAVE_FUNCTION_TRACER=y 1189 + 1190 + # 1191 + # Tracers 1192 + # 1193 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1202 1194 # CONFIG_SAMPLES is not set 1203 1195 CONFIG_HAVE_ARCH_KGDB=y 1204 1196 # CONFIG_IRQSTACKS is not set ··· 1212 1200 # 1213 1201 # CONFIG_KEYS is not set 1214 1202 # CONFIG_SECURITY is not set 1203 + # CONFIG_SECURITYFS is not set 1215 1204 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1216 1205 CONFIG_CRYPTO=y 1217 1206 1218 1207 # 1219 1208 # Crypto core or helper 1220 1209 # 1210 + # CONFIG_CRYPTO_FIPS is not set 1221 1211 CONFIG_CRYPTO_ALGAPI=y 1212 + CONFIG_CRYPTO_AEAD=y 1222 1213 CONFIG_CRYPTO_BLKCIPHER=y 1214 + CONFIG_CRYPTO_HASH=y 1215 + CONFIG_CRYPTO_RNG=y 1223 1216 CONFIG_CRYPTO_MANAGER=y 1224 1217 # CONFIG_CRYPTO_GF128MUL is not set 1225 1218 # CONFIG_CRYPTO_NULL is not set ··· 1297 1280 # 1298 1281 # CONFIG_CRYPTO_DEFLATE is not set 1299 1282 # CONFIG_CRYPTO_LZO is not set 1283 + 1284 + # 1285 + # Random Number Generation 1286 + # 1287 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1300 1288 CONFIG_CRYPTO_HW=y 1301 1289 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1302 1290 # CONFIG_CRYPTO_DEV_TALITOS is not set
+67 -52
arch/powerpc/configs/83xx/mpc836x_rdk_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:24 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:00 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 54 54 CONFIG_AUDIT_ARCH=y 55 55 CONFIG_GENERIC_BUG=y 56 56 CONFIG_DEFAULT_UIMAGE=y 57 - CONFIG_HIBERNATE_32=y 58 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 59 57 CONFIG_ARCH_SUSPEND_POSSIBLE=y 60 58 # CONFIG_PPC_DCR_NATIVE is not set 61 59 # CONFIG_PPC_DCR_MMIO is not set ··· 97 99 CONFIG_PRINTK=y 98 100 CONFIG_BUG=y 99 101 CONFIG_ELF_CORE=y 100 - CONFIG_PCSPKR_PLATFORM=y 101 102 CONFIG_COMPAT_BRK=y 102 103 CONFIG_BASE_FULL=y 103 104 CONFIG_FUTEX=y ··· 106 109 CONFIG_TIMERFD=y 107 110 CONFIG_EVENTFD=y 108 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 109 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 110 115 CONFIG_SLUB_DEBUG=y 111 116 # CONFIG_SLAB is not set 112 117 CONFIG_SLUB=y ··· 121 122 CONFIG_HAVE_KPROBES=y 122 123 CONFIG_HAVE_KRETPROBES=y 123 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 - # CONFIG_HAVE_CLK is not set 127 - CONFIG_PROC_PAGE_MONITOR=y 128 125 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 126 CONFIG_SLABINFO=y 130 127 CONFIG_RT_MUTEXES=y ··· 153 158 # CONFIG_DEFAULT_NOOP is not set 154 159 CONFIG_DEFAULT_IOSCHED="anticipatory" 155 160 CONFIG_CLASSIC_RCU=y 161 + # CONFIG_FREEZER is not set 156 162 157 163 # 158 164 # Platform support ··· 161 165 CONFIG_PPC_MULTIPLATFORM=y 162 166 CONFIG_CLASSIC32=y 163 167 # CONFIG_PPC_CHRP is not set 164 - # CONFIG_PPC_PMAC is not set 165 168 # CONFIG_MPC5121_ADS is not set 166 169 # CONFIG_MPC5121_GENERIC is not set 167 170 # CONFIG_PPC_MPC52xx is not set 171 + # CONFIG_PPC_PMAC is not set 168 172 # CONFIG_PPC_CELL is not set 169 173 # CONFIG_PPC_CELL_NATIVE is not set 170 174 # CONFIG_PPC_82xx is not set ··· 183 187 # CONFIG_ASP834x is not set 184 188 # CONFIG_PPC_86xx is not set 185 189 # CONFIG_EMBEDDED6xx is not set 186 - CONFIG_PPC_NATIVE=y 187 - # CONFIG_UDBG_RTAS_CONSOLE is not set 188 190 CONFIG_IPIC=y 189 - CONFIG_MPIC=y 191 + # CONFIG_MPIC is not set 190 192 # CONFIG_MPIC_WEIRD is not set 191 - CONFIG_PPC_I8259=y 192 - CONFIG_PPC_RTAS=y 193 - # CONFIG_RTAS_ERROR_LOGGING is not set 194 - CONFIG_RTAS_PROC=y 193 + # CONFIG_PPC_I8259 is not set 194 + # CONFIG_PPC_RTAS is not set 195 195 # CONFIG_MMIO_NVRAM is not set 196 - CONFIG_PPC_MPC106=y 196 + # CONFIG_PPC_MPC106 is not set 197 197 # CONFIG_PPC_970_NAP is not set 198 198 # CONFIG_PPC_INDIRECT_IO is not set 199 199 # CONFIG_GENERIC_IOMAP is not set 200 200 # CONFIG_CPU_FREQ is not set 201 - # CONFIG_PPC601_SYNC_FIX is not set 202 201 # CONFIG_TAU is not set 203 202 CONFIG_QUICC_ENGINE=y 203 + CONFIG_QE_GPIO=y 204 204 # CONFIG_FSL_ULI1575 is not set 205 205 206 206 # 207 207 # Kernel options 208 208 # 209 209 # CONFIG_HIGHMEM is not set 210 - # CONFIG_TICK_ONESHOT is not set 211 210 # CONFIG_NO_HZ is not set 212 211 # CONFIG_HIGH_RES_TIMERS is not set 213 212 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 216 225 # CONFIG_PREEMPT_VOLUNTARY is not set 217 226 # CONFIG_PREEMPT is not set 218 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 219 230 # CONFIG_BINFMT_MISC is not set 220 231 # CONFIG_IOMMU_HELPER is not set 221 232 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 232 239 # CONFIG_SPARSEMEM_MANUAL is not set 233 240 CONFIG_FLATMEM=y 234 241 CONFIG_FLAT_NODE_MEM_MAP=y 235 - # CONFIG_SPARSEMEM_STATIC is not set 236 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 237 242 CONFIG_PAGEFLAGS_EXTENDED=y 238 243 CONFIG_SPLIT_PTLOCK_CPUS=4 239 244 CONFIG_MIGRATION=y 240 245 # CONFIG_RESOURCES_64BIT is not set 246 + # CONFIG_PHYS_ADDR_T_64BIT is not set 241 247 CONFIG_ZONE_DMA_FLAG=1 242 248 CONFIG_BOUNCE=y 243 249 CONFIG_VIRT_TO_BUS=y 250 + CONFIG_UNEVICTABLE_LRU=y 244 251 CONFIG_FORCE_MAX_ZONEORDER=11 245 252 CONFIG_PROC_DEVICETREE=y 246 253 # CONFIG_CMDLINE_BOOL is not set ··· 252 259 # 253 260 # Bus options 254 261 # 255 - # CONFIG_ISA is not set 256 262 CONFIG_ZONE_DMA=y 257 263 CONFIG_GENERIC_ISA_DMA=y 258 264 CONFIG_PPC_INDIRECT_PCI=y ··· 266 274 # CONFIG_PCIEPORTBUS is not set 267 275 CONFIG_ARCH_SUPPORTS_MSI=y 268 276 # CONFIG_PCI_MSI is not set 269 - CONFIG_PCI_LEGACY=y 277 + # CONFIG_PCI_LEGACY is not set 270 278 # CONFIG_PCCARD is not set 271 279 # CONFIG_HOTPLUG_PCI is not set 272 280 # CONFIG_HAS_RAPIDIO is not set ··· 334 342 # CONFIG_TIPC is not set 335 343 # CONFIG_ATM is not set 336 344 # CONFIG_BRIDGE is not set 345 + # CONFIG_NET_DSA is not set 337 346 # CONFIG_VLAN_8021Q is not set 338 347 # CONFIG_DECNET is not set 339 348 # CONFIG_LLC2 is not set ··· 355 362 # CONFIG_IRDA is not set 356 363 # CONFIG_BT is not set 357 364 # CONFIG_AF_RXRPC is not set 358 - 359 - # 360 - # Wireless 361 - # 365 + # CONFIG_PHONET is not set 366 + CONFIG_WIRELESS=y 362 367 # CONFIG_CFG80211 is not set 368 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 369 # CONFIG_WIRELESS_EXT is not set 364 370 # CONFIG_MAC80211 is not set 365 371 # CONFIG_IEEE80211 is not set ··· 472 480 # CONFIG_PARPORT is not set 473 481 CONFIG_BLK_DEV=y 474 482 # CONFIG_BLK_DEV_FD is not set 475 - # CONFIG_MAC_FLOPPY is not set 476 483 # CONFIG_BLK_CPQ_DA is not set 477 484 # CONFIG_BLK_CPQ_CISS_DA is not set 478 485 # CONFIG_BLK_DEV_DAC960 is not set ··· 572 581 # CONFIG_QLA3XXX is not set 573 582 # CONFIG_ATL1 is not set 574 583 # CONFIG_ATL1E is not set 584 + # CONFIG_JME is not set 575 585 # CONFIG_NETDEV_10000 is not set 576 586 # CONFIG_TR is not set 577 587 ··· 652 660 # CONFIG_SERIAL_UARTLITE is not set 653 661 CONFIG_SERIAL_CORE=y 654 662 CONFIG_SERIAL_CORE_CONSOLE=y 655 - # CONFIG_SERIAL_PMACZILOG is not set 656 663 # CONFIG_SERIAL_JSM is not set 657 664 # CONFIG_SERIAL_OF_PLATFORM is not set 658 665 CONFIG_SERIAL_QE=y 659 666 CONFIG_UNIX98_PTYS=y 660 667 CONFIG_LEGACY_PTYS=y 661 668 CONFIG_LEGACY_PTY_COUNT=256 662 - # CONFIG_BRIQ_PANEL is not set 663 - # CONFIG_HVC_RTAS is not set 664 669 # CONFIG_IPMI_HANDLER is not set 665 670 CONFIG_HW_RANDOM=y 666 671 # CONFIG_NVRAM is not set ··· 693 704 # CONFIG_I2C_SIS96X is not set 694 705 # CONFIG_I2C_VIA is not set 695 706 # CONFIG_I2C_VIAPRO is not set 696 - 697 - # 698 - # Mac SMBus host controller drivers 699 - # 700 - # CONFIG_I2C_HYDRA is not set 701 - CONFIG_I2C_POWERMAC=y 702 707 703 708 # 704 709 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 732 749 # CONFIG_TPS65010 is not set 733 750 # CONFIG_SENSORS_MAX6875 is not set 734 751 # CONFIG_SENSORS_TSL2550 is not set 752 + # CONFIG_MCU_MPC8349EMITX is not set 735 753 # CONFIG_I2C_DEBUG_CORE is not set 736 754 # CONFIG_I2C_DEBUG_ALGO is not set 737 755 # CONFIG_I2C_DEBUG_BUS is not set ··· 788 804 # CONFIG_SOFT_WATCHDOG is not set 789 805 # CONFIG_ALIM7101_WDT is not set 790 806 # CONFIG_8xxx_WDT is not set 791 - # CONFIG_WATCHDOG_RTAS is not set 792 807 793 808 # 794 809 # PCI-based Watchdog Cards ··· 808 825 # CONFIG_MFD_SM501 is not set 809 826 # CONFIG_HTC_PASIC3 is not set 810 827 # CONFIG_MFD_TMIO is not set 828 + # CONFIG_PMIC_DA903X is not set 829 + # CONFIG_MFD_WM8400 is not set 830 + # CONFIG_MFD_WM8350_I2C is not set 831 + 832 + # 833 + # Voltage and Current regulators 834 + # 835 + # CONFIG_REGULATOR is not set 836 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 837 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 838 + # CONFIG_REGULATOR_BQ24022 is not set 811 839 812 840 # 813 841 # Multimedia devices ··· 846 852 CONFIG_FB=y 847 853 # CONFIG_FIRMWARE_EDID is not set 848 854 # CONFIG_FB_DDC is not set 855 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 849 856 CONFIG_FB_CFB_FILLRECT=y 850 857 CONFIG_FB_CFB_COPYAREA=y 851 858 CONFIG_FB_CFB_IMAGEBLIT=y ··· 869 874 # CONFIG_FB_PM2 is not set 870 875 # CONFIG_FB_CYBER2000 is not set 871 876 CONFIG_FB_OF=y 872 - # CONFIG_FB_CONTROL is not set 873 - # CONFIG_FB_PLATINUM is not set 874 - # CONFIG_FB_VALKYRIE is not set 875 877 # CONFIG_FB_CT65550 is not set 876 878 # CONFIG_FB_ASILIANT is not set 877 879 # CONFIG_FB_IMSTT is not set ··· 883 891 # CONFIG_FB_S3 is not set 884 892 # CONFIG_FB_SAVAGE is not set 885 893 # CONFIG_FB_SIS is not set 894 + # CONFIG_FB_VIA is not set 886 895 # CONFIG_FB_NEOMAGIC is not set 887 896 # CONFIG_FB_KYRO is not set 888 897 # CONFIG_FB_3DFX is not set ··· 896 903 # CONFIG_FB_FSL_DIU is not set 897 904 # CONFIG_FB_IBM_GXT4500 is not set 898 905 # CONFIG_FB_VIRTUAL is not set 906 + # CONFIG_FB_METRONOME is not set 899 907 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 900 908 901 909 # ··· 924 930 CONFIG_HID=y 925 931 # CONFIG_HID_DEBUG is not set 926 932 # CONFIG_HIDRAW is not set 933 + # CONFIG_HID_PID is not set 934 + 935 + # 936 + # Special HID drivers 937 + # 938 + CONFIG_HID_COMPAT=y 927 939 # CONFIG_USB_SUPPORT is not set 940 + # CONFIG_UWB is not set 928 941 # CONFIG_MMC is not set 929 942 # CONFIG_MEMSTICK is not set 930 943 # CONFIG_NEW_LEDS is not set ··· 941 940 # CONFIG_RTC_CLASS is not set 942 941 # CONFIG_DMADEVICES is not set 943 942 # CONFIG_UIO is not set 943 + # CONFIG_STAGING is not set 944 944 945 945 # 946 946 # File systems ··· 953 951 CONFIG_EXT3_FS_XATTR=y 954 952 # CONFIG_EXT3_FS_POSIX_ACL is not set 955 953 # CONFIG_EXT3_FS_SECURITY is not set 956 - # CONFIG_EXT4DEV_FS is not set 954 + # CONFIG_EXT4_FS is not set 957 955 CONFIG_JBD=y 958 956 CONFIG_FS_MBCACHE=y 959 957 # CONFIG_REISERFS_FS is not set 960 958 # CONFIG_JFS_FS is not set 961 959 # CONFIG_FS_POSIX_ACL is not set 960 + CONFIG_FILE_LOCKING=y 962 961 # CONFIG_XFS_FS is not set 963 962 # CONFIG_OCFS2_FS is not set 964 963 CONFIG_DNOTIFY=y ··· 989 986 CONFIG_PROC_FS=y 990 987 CONFIG_PROC_KCORE=y 991 988 CONFIG_PROC_SYSCTL=y 989 + CONFIG_PROC_PAGE_MONITOR=y 992 990 CONFIG_SYSFS=y 993 991 CONFIG_TMPFS=y 994 992 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1038 1034 CONFIG_NFS_COMMON=y 1039 1035 CONFIG_SUNRPC=y 1040 1036 CONFIG_SUNRPC_GSS=y 1037 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1041 1038 CONFIG_RPCSEC_GSS_KRB5=y 1042 1039 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1043 1040 # CONFIG_SMB_FS is not set ··· 1069 1064 CONFIG_UCC_SLOW=y 1070 1065 CONFIG_UCC_FAST=y 1071 1066 CONFIG_UCC=y 1072 - CONFIG_QE_GPIO=y 1073 1067 1074 1068 # 1075 1069 # Library routines 1076 1070 # 1077 1071 CONFIG_BITREVERSE=y 1078 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1079 1072 # CONFIG_CRC_CCITT is not set 1080 1073 # CONFIG_CRC16 is not set 1081 1074 # CONFIG_CRC_T10DIF is not set ··· 1105 1102 # CONFIG_SLUB_STATS is not set 1106 1103 # CONFIG_DEBUG_BUGVERBOSE is not set 1107 1104 # CONFIG_DEBUG_MEMORY_INIT is not set 1105 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1108 1106 # CONFIG_LATENCYTOP is not set 1109 1107 CONFIG_SYSCTL_SYSCALL_CHECK=y 1110 - CONFIG_HAVE_FTRACE=y 1111 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1112 - # CONFIG_FTRACE is not set 1113 - # CONFIG_SCHED_TRACER is not set 1114 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1108 + CONFIG_HAVE_FUNCTION_TRACER=y 1109 + 1110 + # 1111 + # Tracers 1112 + # 1113 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1115 1114 # CONFIG_SAMPLES is not set 1116 1115 CONFIG_HAVE_ARCH_KGDB=y 1117 1116 # CONFIG_IRQSTACKS is not set ··· 1121 1116 CONFIG_PPC_EARLY_DEBUG=y 1122 1117 # CONFIG_PPC_EARLY_DEBUG_LPAR is not set 1123 1118 # CONFIG_PPC_EARLY_DEBUG_G5 is not set 1124 - CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL=y 1119 + # CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set 1125 1120 # CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set 1126 1121 # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set 1127 1122 # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set ··· 1136 1131 # 1137 1132 # CONFIG_KEYS is not set 1138 1133 # CONFIG_SECURITY is not set 1134 + # CONFIG_SECURITYFS is not set 1139 1135 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1140 1136 CONFIG_CRYPTO=y 1141 1137 1142 1138 # 1143 1139 # Crypto core or helper 1144 1140 # 1141 + # CONFIG_CRYPTO_FIPS is not set 1145 1142 CONFIG_CRYPTO_ALGAPI=y 1143 + CONFIG_CRYPTO_AEAD=y 1146 1144 CONFIG_CRYPTO_BLKCIPHER=y 1145 + CONFIG_CRYPTO_HASH=y 1146 + CONFIG_CRYPTO_RNG=y 1147 1147 CONFIG_CRYPTO_MANAGER=y 1148 1148 # CONFIG_CRYPTO_GF128MUL is not set 1149 1149 # CONFIG_CRYPTO_NULL is not set ··· 1221 1211 # 1222 1212 # CONFIG_CRYPTO_DEFLATE is not set 1223 1213 # CONFIG_CRYPTO_LZO is not set 1214 + 1215 + # 1216 + # Random Number Generation 1217 + # 1218 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1224 1219 CONFIG_CRYPTO_HW=y 1225 1220 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1226 1221 # CONFIG_CRYPTO_DEV_TALITOS is not set
+71 -52
arch/powerpc/configs/83xx/mpc837x_mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:23 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:00 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 97 99 CONFIG_PRINTK=y 98 100 CONFIG_BUG=y 99 101 CONFIG_ELF_CORE=y 100 - CONFIG_PCSPKR_PLATFORM=y 101 102 CONFIG_COMPAT_BRK=y 102 103 CONFIG_BASE_FULL=y 103 104 CONFIG_FUTEX=y ··· 106 109 CONFIG_TIMERFD=y 107 110 CONFIG_EVENTFD=y 108 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 109 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 110 115 CONFIG_SLAB=y 111 116 # CONFIG_SLUB is not set 112 117 # CONFIG_SLOB is not set ··· 121 122 CONFIG_HAVE_KPROBES=y 122 123 CONFIG_HAVE_KRETPROBES=y 123 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 - # CONFIG_HAVE_CLK is not set 127 - CONFIG_PROC_PAGE_MONITOR=y 128 125 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 126 CONFIG_SLABINFO=y 130 127 CONFIG_RT_MUTEXES=y ··· 153 158 # CONFIG_DEFAULT_NOOP is not set 154 159 CONFIG_DEFAULT_IOSCHED="anticipatory" 155 160 CONFIG_CLASSIC_RCU=y 161 + # CONFIG_FREEZER is not set 156 162 157 163 # 158 164 # Platform support ··· 161 165 CONFIG_PPC_MULTIPLATFORM=y 162 166 CONFIG_CLASSIC32=y 163 167 # CONFIG_PPC_CHRP is not set 164 - # CONFIG_PPC_PMAC is not set 165 168 # CONFIG_MPC5121_ADS is not set 166 169 # CONFIG_MPC5121_GENERIC is not set 167 170 # CONFIG_PPC_MPC52xx is not set 171 + # CONFIG_PPC_PMAC is not set 168 172 # CONFIG_PPC_CELL is not set 169 173 # CONFIG_PPC_CELL_NATIVE is not set 170 174 # CONFIG_PPC_82xx is not set ··· 184 188 CONFIG_PPC_MPC837x=y 185 189 # CONFIG_PPC_86xx is not set 186 190 # CONFIG_EMBEDDED6xx is not set 187 - CONFIG_PPC_NATIVE=y 188 - # CONFIG_UDBG_RTAS_CONSOLE is not set 189 191 CONFIG_IPIC=y 190 - CONFIG_MPIC=y 192 + # CONFIG_MPIC is not set 191 193 # CONFIG_MPIC_WEIRD is not set 192 - CONFIG_PPC_I8259=y 193 - CONFIG_PPC_RTAS=y 194 - # CONFIG_RTAS_ERROR_LOGGING is not set 195 - CONFIG_RTAS_PROC=y 194 + # CONFIG_PPC_I8259 is not set 195 + # CONFIG_PPC_RTAS is not set 196 196 # CONFIG_MMIO_NVRAM is not set 197 - CONFIG_PPC_MPC106=y 197 + # CONFIG_PPC_MPC106 is not set 198 198 # CONFIG_PPC_970_NAP is not set 199 199 # CONFIG_PPC_INDIRECT_IO is not set 200 200 # CONFIG_GENERIC_IOMAP is not set 201 201 # CONFIG_CPU_FREQ is not set 202 - # CONFIG_PPC601_SYNC_FIX is not set 203 202 # CONFIG_TAU is not set 203 + # CONFIG_QUICC_ENGINE is not set 204 204 # CONFIG_FSL_ULI1575 is not set 205 + # CONFIG_MPC8xxx_GPIO is not set 205 206 206 207 # 207 208 # Kernel options 208 209 # 209 210 # CONFIG_HIGHMEM is not set 210 - # CONFIG_TICK_ONESHOT is not set 211 211 # CONFIG_NO_HZ is not set 212 212 # CONFIG_HIGH_RES_TIMERS is not set 213 213 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 217 225 # CONFIG_PREEMPT_VOLUNTARY is not set 218 226 # CONFIG_PREEMPT is not set 219 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 220 230 # CONFIG_BINFMT_MISC is not set 221 231 # CONFIG_IOMMU_HELPER is not set 222 232 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 239 # CONFIG_SPARSEMEM_MANUAL is not set 234 240 CONFIG_FLATMEM=y 235 241 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 242 CONFIG_PAGEFLAGS_EXTENDED=y 239 243 CONFIG_SPLIT_PTLOCK_CPUS=4 240 244 CONFIG_MIGRATION=y 241 245 # CONFIG_RESOURCES_64BIT is not set 246 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 247 CONFIG_ZONE_DMA_FLAG=1 243 248 CONFIG_BOUNCE=y 244 249 CONFIG_VIRT_TO_BUS=y 250 + CONFIG_UNEVICTABLE_LRU=y 245 251 CONFIG_FORCE_MAX_ZONEORDER=11 246 252 CONFIG_PROC_DEVICETREE=y 247 253 # CONFIG_CMDLINE_BOOL is not set ··· 253 259 # 254 260 # Bus options 255 261 # 256 - # CONFIG_ISA is not set 257 262 CONFIG_ZONE_DMA=y 258 263 CONFIG_GENERIC_ISA_DMA=y 259 264 CONFIG_PPC_INDIRECT_PCI=y ··· 265 272 # CONFIG_PCIEPORTBUS is not set 266 273 CONFIG_ARCH_SUPPORTS_MSI=y 267 274 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 275 + # CONFIG_PCI_LEGACY is not set 269 276 # CONFIG_PCCARD is not set 270 277 # CONFIG_HOTPLUG_PCI is not set 271 278 # CONFIG_HAS_RAPIDIO is not set ··· 333 340 # CONFIG_TIPC is not set 334 341 # CONFIG_ATM is not set 335 342 # CONFIG_BRIDGE is not set 343 + # CONFIG_NET_DSA is not set 336 344 # CONFIG_VLAN_8021Q is not set 337 345 # CONFIG_DECNET is not set 338 346 # CONFIG_LLC2 is not set ··· 354 360 # CONFIG_IRDA is not set 355 361 # CONFIG_BT is not set 356 362 # CONFIG_AF_RXRPC is not set 357 - 358 - # 359 - # Wireless 360 - # 363 + # CONFIG_PHONET is not set 364 + CONFIG_WIRELESS=y 361 365 # CONFIG_CFG80211 is not set 366 + CONFIG_WIRELESS_OLD_REGULATORY=y 362 367 # CONFIG_WIRELESS_EXT is not set 363 368 # CONFIG_MAC80211 is not set 364 369 # CONFIG_IEEE80211 is not set ··· 383 390 # CONFIG_PARPORT is not set 384 391 CONFIG_BLK_DEV=y 385 392 # CONFIG_BLK_DEV_FD is not set 386 - # CONFIG_MAC_FLOPPY is not set 387 393 # CONFIG_BLK_CPQ_DA is not set 388 394 # CONFIG_BLK_CPQ_CISS_DA is not set 389 395 # CONFIG_BLK_DEV_DAC960 is not set ··· 483 491 # CONFIG_SCSI_DC390T is not set 484 492 # CONFIG_SCSI_NSP32 is not set 485 493 # CONFIG_SCSI_DEBUG is not set 486 - # CONFIG_SCSI_MESH is not set 487 - # CONFIG_SCSI_MAC53C94 is not set 488 494 # CONFIG_SCSI_SRP is not set 489 495 # CONFIG_SCSI_DH is not set 490 496 CONFIG_ATA=y ··· 587 597 # CONFIG_MDIO_BITBANG is not set 588 598 CONFIG_NET_ETHERNET=y 589 599 CONFIG_MII=y 590 - # CONFIG_MACE is not set 591 - # CONFIG_BMAC is not set 592 600 # CONFIG_HAPPYMEAL is not set 593 601 # CONFIG_SUNGEM is not set 594 602 # CONFIG_CASSINI is not set ··· 597 609 # CONFIG_IBM_NEW_EMAC_RGMII is not set 598 610 # CONFIG_IBM_NEW_EMAC_TAH is not set 599 611 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 612 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 613 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 614 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 600 615 # CONFIG_NET_PCI is not set 601 616 # CONFIG_B44 is not set 617 + # CONFIG_ATL2 is not set 602 618 CONFIG_NETDEV_1000=y 603 619 # CONFIG_ACENIC is not set 604 620 # CONFIG_DL2K is not set ··· 625 633 # CONFIG_QLA3XXX is not set 626 634 # CONFIG_ATL1 is not set 627 635 # CONFIG_ATL1E is not set 636 + # CONFIG_JME is not set 628 637 CONFIG_NETDEV_10000=y 629 638 # CONFIG_CHELSIO_T1 is not set 630 639 # CONFIG_CHELSIO_T3 is not set 640 + # CONFIG_ENIC is not set 631 641 # CONFIG_IXGBE is not set 632 642 # CONFIG_IXGB is not set 633 643 # CONFIG_S2IO is not set 634 644 # CONFIG_MYRI10GE is not set 635 645 # CONFIG_NETXEN_NIC is not set 636 646 # CONFIG_NIU is not set 647 + # CONFIG_MLX4_EN is not set 637 648 # CONFIG_MLX4_CORE is not set 638 649 # CONFIG_TEHUTI is not set 639 650 # CONFIG_BNX2X is not set 651 + # CONFIG_QLGE is not set 640 652 # CONFIG_SFC is not set 641 653 # CONFIG_TR is not set 642 654 ··· 717 721 # CONFIG_SERIAL_UARTLITE is not set 718 722 CONFIG_SERIAL_CORE=y 719 723 CONFIG_SERIAL_CORE_CONSOLE=y 720 - # CONFIG_SERIAL_PMACZILOG is not set 721 724 # CONFIG_SERIAL_JSM is not set 722 725 # CONFIG_SERIAL_OF_PLATFORM is not set 723 726 CONFIG_UNIX98_PTYS=y 724 727 CONFIG_LEGACY_PTYS=y 725 728 CONFIG_LEGACY_PTY_COUNT=256 726 - # CONFIG_BRIQ_PANEL is not set 727 - # CONFIG_HVC_RTAS is not set 728 729 # CONFIG_IPMI_HANDLER is not set 729 730 # CONFIG_HW_RANDOM is not set 730 731 # CONFIG_NVRAM is not set ··· 760 767 # CONFIG_I2C_VIAPRO is not set 761 768 762 769 # 763 - # Mac SMBus host controller drivers 764 - # 765 - # CONFIG_I2C_HYDRA is not set 766 - CONFIG_I2C_POWERMAC=y 767 - 768 - # 769 770 # I2C system bus drivers (mostly embedded / system-on-chip) 770 771 # 771 772 CONFIG_I2C_MPC=y ··· 795 808 # CONFIG_SENSORS_PCF8591 is not set 796 809 # CONFIG_SENSORS_MAX6875 is not set 797 810 # CONFIG_SENSORS_TSL2550 is not set 811 + # CONFIG_MCU_MPC8349EMITX is not set 798 812 # CONFIG_I2C_DEBUG_CORE is not set 799 813 # CONFIG_I2C_DEBUG_ALGO is not set 800 814 # CONFIG_I2C_DEBUG_BUS is not set ··· 817 829 # CONFIG_SENSORS_ADM9240 is not set 818 830 # CONFIG_SENSORS_ADT7470 is not set 819 831 # CONFIG_SENSORS_ADT7473 is not set 820 - # CONFIG_SENSORS_AMS is not set 821 832 # CONFIG_SENSORS_ATXP1 is not set 822 833 # CONFIG_SENSORS_DS1621 is not set 823 834 # CONFIG_SENSORS_I5K_AMB is not set ··· 871 884 # CONFIG_SOFT_WATCHDOG is not set 872 885 # CONFIG_ALIM7101_WDT is not set 873 886 # CONFIG_8xxx_WDT is not set 874 - # CONFIG_WATCHDOG_RTAS is not set 875 887 876 888 # 877 889 # PCI-based Watchdog Cards ··· 891 905 # CONFIG_MFD_SM501 is not set 892 906 # CONFIG_HTC_PASIC3 is not set 893 907 # CONFIG_MFD_TMIO is not set 908 + # CONFIG_PMIC_DA903X is not set 909 + # CONFIG_MFD_WM8400 is not set 910 + # CONFIG_MFD_WM8350_I2C is not set 911 + 912 + # 913 + # Voltage and Current regulators 914 + # 915 + # CONFIG_REGULATOR is not set 916 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 917 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 918 + # CONFIG_REGULATOR_BQ24022 is not set 894 919 895 920 # 896 921 # Multimedia devices ··· 938 941 CONFIG_HID=y 939 942 # CONFIG_HID_DEBUG is not set 940 943 # CONFIG_HIDRAW is not set 944 + # CONFIG_HID_PID is not set 945 + 946 + # 947 + # Special HID drivers 948 + # 949 + CONFIG_HID_COMPAT=y 941 950 CONFIG_USB_SUPPORT=y 942 951 CONFIG_USB_ARCH_HAS_HCD=y 943 952 CONFIG_USB_ARCH_HAS_OHCI=y ··· 960 957 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 961 958 # 962 959 # CONFIG_USB_GADGET is not set 960 + # CONFIG_UWB is not set 963 961 # CONFIG_MMC is not set 964 962 # CONFIG_MEMSTICK is not set 965 963 # CONFIG_NEW_LEDS is not set ··· 970 966 # CONFIG_RTC_CLASS is not set 971 967 # CONFIG_DMADEVICES is not set 972 968 # CONFIG_UIO is not set 969 + # CONFIG_STAGING is not set 973 970 974 971 # 975 972 # File systems ··· 982 977 CONFIG_EXT3_FS_XATTR=y 983 978 # CONFIG_EXT3_FS_POSIX_ACL is not set 984 979 # CONFIG_EXT3_FS_SECURITY is not set 985 - # CONFIG_EXT4DEV_FS is not set 980 + # CONFIG_EXT4_FS is not set 986 981 CONFIG_JBD=y 987 982 CONFIG_FS_MBCACHE=y 988 983 # CONFIG_REISERFS_FS is not set 989 984 # CONFIG_JFS_FS is not set 990 985 # CONFIG_FS_POSIX_ACL is not set 986 + CONFIG_FILE_LOCKING=y 991 987 # CONFIG_XFS_FS is not set 992 988 # CONFIG_OCFS2_FS is not set 993 989 CONFIG_DNOTIFY=y ··· 1018 1012 CONFIG_PROC_FS=y 1019 1013 CONFIG_PROC_KCORE=y 1020 1014 CONFIG_PROC_SYSCTL=y 1015 + CONFIG_PROC_PAGE_MONITOR=y 1021 1016 CONFIG_SYSFS=y 1022 1017 CONFIG_TMPFS=y 1023 1018 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1056 1049 CONFIG_NFS_COMMON=y 1057 1050 CONFIG_SUNRPC=y 1058 1051 CONFIG_SUNRPC_GSS=y 1052 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1059 1053 CONFIG_RPCSEC_GSS_KRB5=y 1060 1054 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1061 1055 # CONFIG_SMB_FS is not set ··· 1093 1085 # Library routines 1094 1086 # 1095 1087 CONFIG_BITREVERSE=y 1096 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1097 1088 # CONFIG_CRC_CCITT is not set 1098 1089 # CONFIG_CRC16 is not set 1099 1090 CONFIG_CRC_T10DIF=y ··· 1120 1113 # CONFIG_DEBUG_KERNEL is not set 1121 1114 # CONFIG_DEBUG_BUGVERBOSE is not set 1122 1115 # CONFIG_DEBUG_MEMORY_INIT is not set 1116 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1123 1117 # CONFIG_LATENCYTOP is not set 1124 1118 CONFIG_SYSCTL_SYSCALL_CHECK=y 1125 - CONFIG_HAVE_FTRACE=y 1126 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1127 - # CONFIG_FTRACE is not set 1128 - # CONFIG_SCHED_TRACER is not set 1129 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1119 + CONFIG_HAVE_FUNCTION_TRACER=y 1120 + 1121 + # 1122 + # Tracers 1123 + # 1124 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1130 1125 # CONFIG_SAMPLES is not set 1131 1126 CONFIG_HAVE_ARCH_KGDB=y 1132 1127 # CONFIG_IRQSTACKS is not set ··· 1140 1131 # 1141 1132 # CONFIG_KEYS is not set 1142 1133 # CONFIG_SECURITY is not set 1134 + # CONFIG_SECURITYFS is not set 1143 1135 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1144 1136 CONFIG_CRYPTO=y 1145 1137 1146 1138 # 1147 1139 # Crypto core or helper 1148 1140 # 1141 + # CONFIG_CRYPTO_FIPS is not set 1149 1142 CONFIG_CRYPTO_ALGAPI=y 1143 + CONFIG_CRYPTO_AEAD=y 1150 1144 CONFIG_CRYPTO_BLKCIPHER=y 1145 + CONFIG_CRYPTO_HASH=y 1146 + CONFIG_CRYPTO_RNG=y 1151 1147 CONFIG_CRYPTO_MANAGER=y 1152 1148 # CONFIG_CRYPTO_GF128MUL is not set 1153 1149 # CONFIG_CRYPTO_NULL is not set ··· 1225 1211 # 1226 1212 # CONFIG_CRYPTO_DEFLATE is not set 1227 1213 # CONFIG_CRYPTO_LZO is not set 1214 + 1215 + # 1216 + # Random Number Generation 1217 + # 1218 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1228 1219 CONFIG_CRYPTO_HW=y 1229 1220 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1230 1221 # CONFIG_CRYPTO_DEV_TALITOS is not set
+100 -55
arch/powerpc/configs/83xx/mpc837x_rdb_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:25 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:01 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 97 99 CONFIG_PRINTK=y 98 100 CONFIG_BUG=y 99 101 CONFIG_ELF_CORE=y 100 - CONFIG_PCSPKR_PLATFORM=y 101 102 CONFIG_COMPAT_BRK=y 102 103 CONFIG_BASE_FULL=y 103 104 CONFIG_FUTEX=y ··· 106 109 CONFIG_TIMERFD=y 107 110 CONFIG_EVENTFD=y 108 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 109 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 110 115 CONFIG_SLAB=y 111 116 # CONFIG_SLUB is not set 112 117 # CONFIG_SLOB is not set ··· 121 122 CONFIG_HAVE_KPROBES=y 122 123 CONFIG_HAVE_KRETPROBES=y 123 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 - # CONFIG_HAVE_CLK is not set 127 - CONFIG_PROC_PAGE_MONITOR=y 128 125 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 126 CONFIG_SLABINFO=y 130 127 CONFIG_RT_MUTEXES=y ··· 153 158 # CONFIG_DEFAULT_NOOP is not set 154 159 CONFIG_DEFAULT_IOSCHED="anticipatory" 155 160 CONFIG_CLASSIC_RCU=y 161 + # CONFIG_FREEZER is not set 156 162 157 163 # 158 164 # Platform support ··· 161 165 CONFIG_PPC_MULTIPLATFORM=y 162 166 CONFIG_CLASSIC32=y 163 167 # CONFIG_PPC_CHRP is not set 164 - # CONFIG_PPC_PMAC is not set 165 168 # CONFIG_MPC5121_ADS is not set 166 169 # CONFIG_MPC5121_GENERIC is not set 167 170 # CONFIG_PPC_MPC52xx is not set 171 + # CONFIG_PPC_PMAC is not set 168 172 # CONFIG_PPC_CELL is not set 169 173 # CONFIG_PPC_CELL_NATIVE is not set 170 174 # CONFIG_PPC_82xx is not set ··· 184 188 CONFIG_PPC_MPC837x=y 185 189 # CONFIG_PPC_86xx is not set 186 190 # CONFIG_EMBEDDED6xx is not set 187 - CONFIG_PPC_NATIVE=y 188 - # CONFIG_UDBG_RTAS_CONSOLE is not set 189 191 CONFIG_IPIC=y 190 - CONFIG_MPIC=y 192 + # CONFIG_MPIC is not set 191 193 # CONFIG_MPIC_WEIRD is not set 192 - CONFIG_PPC_I8259=y 193 - CONFIG_PPC_RTAS=y 194 - # CONFIG_RTAS_ERROR_LOGGING is not set 195 - CONFIG_RTAS_PROC=y 194 + # CONFIG_PPC_I8259 is not set 195 + # CONFIG_PPC_RTAS is not set 196 196 # CONFIG_MMIO_NVRAM is not set 197 - CONFIG_PPC_MPC106=y 197 + # CONFIG_PPC_MPC106 is not set 198 198 # CONFIG_PPC_970_NAP is not set 199 199 # CONFIG_PPC_INDIRECT_IO is not set 200 200 # CONFIG_GENERIC_IOMAP is not set 201 201 # CONFIG_CPU_FREQ is not set 202 - # CONFIG_PPC601_SYNC_FIX is not set 203 202 # CONFIG_TAU is not set 203 + # CONFIG_QUICC_ENGINE is not set 204 204 # CONFIG_FSL_ULI1575 is not set 205 + # CONFIG_MPC8xxx_GPIO is not set 205 206 206 207 # 207 208 # Kernel options 208 209 # 209 210 # CONFIG_HIGHMEM is not set 210 - # CONFIG_TICK_ONESHOT is not set 211 211 # CONFIG_NO_HZ is not set 212 212 # CONFIG_HIGH_RES_TIMERS is not set 213 213 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 217 225 # CONFIG_PREEMPT_VOLUNTARY is not set 218 226 # CONFIG_PREEMPT is not set 219 227 CONFIG_BINFMT_ELF=y 228 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 229 + # CONFIG_HAVE_AOUT is not set 220 230 # CONFIG_BINFMT_MISC is not set 221 231 # CONFIG_IOMMU_HELPER is not set 222 232 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 233 239 # CONFIG_SPARSEMEM_MANUAL is not set 234 240 CONFIG_FLATMEM=y 235 241 CONFIG_FLAT_NODE_MEM_MAP=y 236 - # CONFIG_SPARSEMEM_STATIC is not set 237 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 238 242 CONFIG_PAGEFLAGS_EXTENDED=y 239 243 CONFIG_SPLIT_PTLOCK_CPUS=4 240 244 CONFIG_MIGRATION=y 241 245 # CONFIG_RESOURCES_64BIT is not set 246 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 247 CONFIG_ZONE_DMA_FLAG=1 243 248 CONFIG_BOUNCE=y 244 249 CONFIG_VIRT_TO_BUS=y 250 + CONFIG_UNEVICTABLE_LRU=y 245 251 CONFIG_FORCE_MAX_ZONEORDER=11 246 252 CONFIG_PROC_DEVICETREE=y 247 253 # CONFIG_CMDLINE_BOOL is not set ··· 253 259 # 254 260 # Bus options 255 261 # 256 - # CONFIG_ISA is not set 257 262 CONFIG_ZONE_DMA=y 258 263 CONFIG_GENERIC_ISA_DMA=y 259 264 CONFIG_PPC_INDIRECT_PCI=y ··· 265 272 # CONFIG_PCIEPORTBUS is not set 266 273 CONFIG_ARCH_SUPPORTS_MSI=y 267 274 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 275 + # CONFIG_PCI_LEGACY is not set 269 276 # CONFIG_PCCARD is not set 270 277 # CONFIG_HOTPLUG_PCI is not set 271 278 # CONFIG_HAS_RAPIDIO is not set ··· 328 335 # CONFIG_TIPC is not set 329 336 # CONFIG_ATM is not set 330 337 # CONFIG_BRIDGE is not set 338 + # CONFIG_NET_DSA is not set 331 339 # CONFIG_VLAN_8021Q is not set 332 340 # CONFIG_DECNET is not set 333 341 # CONFIG_LLC2 is not set ··· 349 355 # CONFIG_IRDA is not set 350 356 # CONFIG_BT is not set 351 357 # CONFIG_AF_RXRPC is not set 352 - 353 - # 354 - # Wireless 355 - # 358 + # CONFIG_PHONET is not set 359 + CONFIG_WIRELESS=y 356 360 # CONFIG_CFG80211 is not set 361 + CONFIG_WIRELESS_OLD_REGULATORY=y 357 362 # CONFIG_WIRELESS_EXT is not set 358 363 # CONFIG_MAC80211 is not set 359 364 # CONFIG_IEEE80211 is not set ··· 378 385 # CONFIG_PARPORT is not set 379 386 CONFIG_BLK_DEV=y 380 387 # CONFIG_BLK_DEV_FD is not set 381 - # CONFIG_MAC_FLOPPY is not set 382 388 # CONFIG_BLK_CPQ_DA is not set 383 389 # CONFIG_BLK_CPQ_CISS_DA is not set 384 390 # CONFIG_BLK_DEV_DAC960 is not set ··· 479 487 # CONFIG_SCSI_DC390T is not set 480 488 # CONFIG_SCSI_NSP32 is not set 481 489 # CONFIG_SCSI_DEBUG is not set 482 - # CONFIG_SCSI_MESH is not set 483 - # CONFIG_SCSI_MAC53C94 is not set 484 490 # CONFIG_SCSI_SRP is not set 485 491 # CONFIG_SCSI_DH is not set 486 492 CONFIG_ATA=y ··· 544 554 # CONFIG_PATA_SCH is not set 545 555 CONFIG_MD=y 546 556 CONFIG_BLK_DEV_MD=y 557 + CONFIG_MD_AUTODETECT=y 547 558 # CONFIG_MD_LINEAR is not set 548 559 # CONFIG_MD_RAID0 is not set 549 560 CONFIG_MD_RAID1=y ··· 594 603 # CONFIG_MDIO_BITBANG is not set 595 604 CONFIG_NET_ETHERNET=y 596 605 CONFIG_MII=y 597 - # CONFIG_MACE is not set 598 - # CONFIG_BMAC is not set 599 606 # CONFIG_HAPPYMEAL is not set 600 607 # CONFIG_SUNGEM is not set 601 608 # CONFIG_CASSINI is not set ··· 604 615 # CONFIG_IBM_NEW_EMAC_RGMII is not set 605 616 # CONFIG_IBM_NEW_EMAC_TAH is not set 606 617 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 618 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 619 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 620 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 607 621 # CONFIG_NET_PCI is not set 608 622 # CONFIG_B44 is not set 623 + # CONFIG_ATL2 is not set 609 624 CONFIG_NETDEV_1000=y 610 625 # CONFIG_ACENIC is not set 611 626 # CONFIG_DL2K is not set ··· 632 639 # CONFIG_QLA3XXX is not set 633 640 # CONFIG_ATL1 is not set 634 641 # CONFIG_ATL1E is not set 642 + # CONFIG_JME is not set 635 643 # CONFIG_NETDEV_10000 is not set 636 644 # CONFIG_TR is not set 637 645 ··· 667 673 # Input device support 668 674 # 669 675 CONFIG_INPUT=y 670 - # CONFIG_INPUT_FF_MEMLESS is not set 676 + CONFIG_INPUT_FF_MEMLESS=m 671 677 # CONFIG_INPUT_POLLDEV is not set 672 678 673 679 # ··· 718 724 # CONFIG_SERIAL_UARTLITE is not set 719 725 CONFIG_SERIAL_CORE=y 720 726 CONFIG_SERIAL_CORE_CONSOLE=y 721 - # CONFIG_SERIAL_PMACZILOG is not set 722 727 # CONFIG_SERIAL_JSM is not set 723 728 # CONFIG_SERIAL_OF_PLATFORM is not set 724 729 CONFIG_UNIX98_PTYS=y 725 730 CONFIG_LEGACY_PTYS=y 726 731 CONFIG_LEGACY_PTY_COUNT=256 727 - # CONFIG_BRIQ_PANEL is not set 728 - # CONFIG_HVC_RTAS is not set 729 732 # CONFIG_IPMI_HANDLER is not set 730 733 # CONFIG_HW_RANDOM is not set 731 734 # CONFIG_NVRAM is not set ··· 761 770 # CONFIG_I2C_VIAPRO is not set 762 771 763 772 # 764 - # Mac SMBus host controller drivers 765 - # 766 - # CONFIG_I2C_HYDRA is not set 767 - CONFIG_I2C_POWERMAC=y 768 - 769 - # 770 773 # I2C system bus drivers (mostly embedded / system-on-chip) 771 774 # 772 775 CONFIG_I2C_MPC=y ··· 797 812 # CONFIG_SENSORS_PCF8591 is not set 798 813 # CONFIG_SENSORS_MAX6875 is not set 799 814 # CONFIG_SENSORS_TSL2550 is not set 815 + # CONFIG_MCU_MPC8349EMITX is not set 800 816 # CONFIG_I2C_DEBUG_CORE is not set 801 817 # CONFIG_I2C_DEBUG_ALGO is not set 802 818 # CONFIG_I2C_DEBUG_BUS is not set ··· 819 833 # CONFIG_SENSORS_ADM9240 is not set 820 834 # CONFIG_SENSORS_ADT7470 is not set 821 835 # CONFIG_SENSORS_ADT7473 is not set 822 - # CONFIG_SENSORS_AMS is not set 823 836 # CONFIG_SENSORS_ATXP1 is not set 824 837 # CONFIG_SENSORS_DS1621 is not set 825 838 # CONFIG_SENSORS_I5K_AMB is not set ··· 873 888 # CONFIG_SOFT_WATCHDOG is not set 874 889 # CONFIG_ALIM7101_WDT is not set 875 890 # CONFIG_8xxx_WDT is not set 876 - # CONFIG_WATCHDOG_RTAS is not set 877 891 878 892 # 879 893 # PCI-based Watchdog Cards ··· 898 914 # CONFIG_MFD_SM501 is not set 899 915 # CONFIG_HTC_PASIC3 is not set 900 916 # CONFIG_MFD_TMIO is not set 917 + # CONFIG_PMIC_DA903X is not set 918 + # CONFIG_MFD_WM8400 is not set 919 + # CONFIG_MFD_WM8350_I2C is not set 920 + 921 + # 922 + # Voltage and Current regulators 923 + # 924 + # CONFIG_REGULATOR is not set 925 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 926 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 927 + # CONFIG_REGULATOR_BQ24022 is not set 901 928 902 929 # 903 930 # Multimedia devices ··· 951 956 # USB Input Devices 952 957 # 953 958 CONFIG_USB_HID=y 954 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 955 - # CONFIG_HID_FF is not set 959 + # CONFIG_HID_PID is not set 956 960 # CONFIG_USB_HIDDEV is not set 961 + 962 + # 963 + # Special HID drivers 964 + # 965 + CONFIG_HID_COMPAT=y 966 + CONFIG_HID_A4TECH=y 967 + CONFIG_HID_APPLE=y 968 + CONFIG_HID_BELKIN=y 969 + CONFIG_HID_BRIGHT=y 970 + CONFIG_HID_CHERRY=y 971 + CONFIG_HID_CHICONY=y 972 + CONFIG_HID_CYPRESS=y 973 + CONFIG_HID_DELL=y 974 + CONFIG_HID_EZKEY=y 975 + CONFIG_HID_GYRATION=y 976 + CONFIG_HID_LOGITECH=y 977 + # CONFIG_LOGITECH_FF is not set 978 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 979 + CONFIG_HID_MICROSOFT=y 980 + CONFIG_HID_MONTEREY=y 981 + CONFIG_HID_PANTHERLORD=y 982 + # CONFIG_PANTHERLORD_FF is not set 983 + CONFIG_HID_PETALYNX=y 984 + CONFIG_HID_SAMSUNG=y 985 + CONFIG_HID_SONY=y 986 + CONFIG_HID_SUNPLUS=y 987 + CONFIG_THRUSTMASTER_FF=m 988 + CONFIG_ZEROPLUS_FF=m 957 989 CONFIG_USB_SUPPORT=y 958 990 CONFIG_USB_ARCH_HAS_HCD=y 959 991 CONFIG_USB_ARCH_HAS_OHCI=y ··· 999 977 # CONFIG_USB_OTG_WHITELIST is not set 1000 978 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1001 979 CONFIG_USB_MON=y 980 + # CONFIG_USB_WUSB is not set 981 + # CONFIG_USB_WUSB_CBAF is not set 1002 982 1003 983 # 1004 984 # USB Host Controller Drivers ··· 1017 993 # CONFIG_USB_UHCI_HCD is not set 1018 994 # CONFIG_USB_SL811_HCD is not set 1019 995 # CONFIG_USB_R8A66597_HCD is not set 996 + # CONFIG_USB_WHCI_HCD is not set 997 + # CONFIG_USB_HWA_HCD is not set 1020 998 1021 999 # 1022 1000 # USB Device Class drivers ··· 1026 1000 # CONFIG_USB_ACM is not set 1027 1001 # CONFIG_USB_PRINTER is not set 1028 1002 # CONFIG_USB_WDM is not set 1003 + # CONFIG_USB_TMC is not set 1029 1004 1030 1005 # 1031 1006 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1055 1028 # CONFIG_USB_EMI62 is not set 1056 1029 # CONFIG_USB_EMI26 is not set 1057 1030 # CONFIG_USB_ADUTUX is not set 1031 + # CONFIG_USB_SEVSEG is not set 1058 1032 # CONFIG_USB_RIO500 is not set 1059 1033 # CONFIG_USB_LEGOTOWER is not set 1060 1034 # CONFIG_USB_LCD is not set ··· 1072 1044 # CONFIG_USB_TRANCEVIBRATOR is not set 1073 1045 # CONFIG_USB_IOWARRIOR is not set 1074 1046 # CONFIG_USB_ISIGHTFW is not set 1047 + # CONFIG_USB_VST is not set 1075 1048 # CONFIG_USB_GADGET is not set 1049 + # CONFIG_UWB is not set 1076 1050 # CONFIG_MMC is not set 1077 1051 # CONFIG_MEMSTICK is not set 1078 1052 # CONFIG_NEW_LEDS is not set ··· 1084 1054 # CONFIG_RTC_CLASS is not set 1085 1055 # CONFIG_DMADEVICES is not set 1086 1056 # CONFIG_UIO is not set 1057 + # CONFIG_STAGING is not set 1087 1058 1088 1059 # 1089 1060 # File systems ··· 1096 1065 CONFIG_EXT3_FS_XATTR=y 1097 1066 # CONFIG_EXT3_FS_POSIX_ACL is not set 1098 1067 # CONFIG_EXT3_FS_SECURITY is not set 1099 - # CONFIG_EXT4DEV_FS is not set 1068 + # CONFIG_EXT4_FS is not set 1100 1069 CONFIG_JBD=y 1101 1070 CONFIG_FS_MBCACHE=y 1102 1071 # CONFIG_REISERFS_FS is not set 1103 1072 # CONFIG_JFS_FS is not set 1104 1073 # CONFIG_FS_POSIX_ACL is not set 1074 + CONFIG_FILE_LOCKING=y 1105 1075 # CONFIG_XFS_FS is not set 1106 1076 # CONFIG_OCFS2_FS is not set 1107 1077 CONFIG_DNOTIFY=y ··· 1132 1100 CONFIG_PROC_FS=y 1133 1101 CONFIG_PROC_KCORE=y 1134 1102 CONFIG_PROC_SYSCTL=y 1103 + CONFIG_PROC_PAGE_MONITOR=y 1135 1104 CONFIG_SYSFS=y 1136 1105 CONFIG_TMPFS=y 1137 1106 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1170 1137 CONFIG_NFS_COMMON=y 1171 1138 CONFIG_SUNRPC=y 1172 1139 CONFIG_SUNRPC_GSS=y 1140 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1173 1141 CONFIG_RPCSEC_GSS_KRB5=y 1174 1142 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1175 1143 # CONFIG_SMB_FS is not set ··· 1207 1173 # Library routines 1208 1174 # 1209 1175 CONFIG_BITREVERSE=y 1210 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1211 1176 # CONFIG_CRC_CCITT is not set 1212 1177 # CONFIG_CRC16 is not set 1213 1178 CONFIG_CRC_T10DIF=y ··· 1234 1201 # CONFIG_DEBUG_KERNEL is not set 1235 1202 # CONFIG_DEBUG_BUGVERBOSE is not set 1236 1203 # CONFIG_DEBUG_MEMORY_INIT is not set 1204 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1237 1205 # CONFIG_LATENCYTOP is not set 1238 1206 CONFIG_SYSCTL_SYSCALL_CHECK=y 1239 - CONFIG_HAVE_FTRACE=y 1240 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1241 - # CONFIG_FTRACE is not set 1242 - # CONFIG_SCHED_TRACER is not set 1243 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1207 + CONFIG_HAVE_FUNCTION_TRACER=y 1208 + 1209 + # 1210 + # Tracers 1211 + # 1212 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1244 1213 # CONFIG_SAMPLES is not set 1245 1214 CONFIG_HAVE_ARCH_KGDB=y 1246 1215 # CONFIG_IRQSTACKS is not set ··· 1254 1219 # 1255 1220 # CONFIG_KEYS is not set 1256 1221 # CONFIG_SECURITY is not set 1222 + # CONFIG_SECURITYFS is not set 1257 1223 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1258 1224 CONFIG_XOR_BLOCKS=y 1259 1225 CONFIG_ASYNC_CORE=y ··· 1265 1229 # 1266 1230 # Crypto core or helper 1267 1231 # 1232 + # CONFIG_CRYPTO_FIPS is not set 1268 1233 CONFIG_CRYPTO_ALGAPI=y 1234 + CONFIG_CRYPTO_AEAD=y 1269 1235 CONFIG_CRYPTO_BLKCIPHER=y 1236 + CONFIG_CRYPTO_HASH=y 1237 + CONFIG_CRYPTO_RNG=y 1270 1238 CONFIG_CRYPTO_MANAGER=y 1271 1239 # CONFIG_CRYPTO_GF128MUL is not set 1272 1240 # CONFIG_CRYPTO_NULL is not set ··· 1343 1303 # 1344 1304 # CONFIG_CRYPTO_DEFLATE is not set 1345 1305 # CONFIG_CRYPTO_LZO is not set 1306 + 1307 + # 1308 + # Random Number Generation 1309 + # 1310 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1346 1311 CONFIG_CRYPTO_HW=y 1347 1312 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1348 1313 # CONFIG_CRYPTO_DEV_TALITOS is not set
+68 -51
arch/powerpc/configs/83xx/sbc834x_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:27 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:02 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 CONFIG_ARCH_SUSPEND_POSSIBLE=y 59 57 # CONFIG_PPC_DCR_NATIVE is not set 60 58 # CONFIG_PPC_DCR_MMIO is not set ··· 96 98 CONFIG_PRINTK=y 97 99 CONFIG_BUG=y 98 100 CONFIG_ELF_CORE=y 99 - CONFIG_PCSPKR_PLATFORM=y 100 101 CONFIG_COMPAT_BRK=y 101 102 CONFIG_BASE_FULL=y 102 103 CONFIG_FUTEX=y ··· 105 108 CONFIG_TIMERFD=y 106 109 CONFIG_EVENTFD=y 107 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 108 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 109 114 CONFIG_SLAB=y 110 115 # CONFIG_SLUB is not set 111 116 # CONFIG_SLOB is not set ··· 119 120 CONFIG_HAVE_KPROBES=y 120 121 CONFIG_HAVE_KRETPROBES=y 121 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 122 - # CONFIG_HAVE_DMA_ATTRS is not set 123 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 124 - # CONFIG_HAVE_CLK is not set 125 - CONFIG_PROC_PAGE_MONITOR=y 126 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 127 124 CONFIG_SLABINFO=y 128 125 CONFIG_RT_MUTEXES=y ··· 151 156 # CONFIG_DEFAULT_NOOP is not set 152 157 CONFIG_DEFAULT_IOSCHED="anticipatory" 153 158 CONFIG_CLASSIC_RCU=y 159 + # CONFIG_FREEZER is not set 154 160 155 161 # 156 162 # Platform support ··· 159 163 CONFIG_PPC_MULTIPLATFORM=y 160 164 CONFIG_CLASSIC32=y 161 165 # CONFIG_PPC_CHRP is not set 162 - # CONFIG_PPC_PMAC is not set 163 166 # CONFIG_MPC5121_ADS is not set 164 167 # CONFIG_MPC5121_GENERIC is not set 165 168 # CONFIG_PPC_MPC52xx is not set 169 + # CONFIG_PPC_PMAC is not set 166 170 # CONFIG_PPC_CELL is not set 167 171 # CONFIG_PPC_CELL_NATIVE is not set 168 172 # CONFIG_PPC_82xx is not set ··· 182 186 CONFIG_PPC_MPC834x=y 183 187 # CONFIG_PPC_86xx is not set 184 188 # CONFIG_EMBEDDED6xx is not set 185 - CONFIG_PPC_NATIVE=y 186 - # CONFIG_UDBG_RTAS_CONSOLE is not set 187 189 CONFIG_IPIC=y 188 - CONFIG_MPIC=y 190 + # CONFIG_MPIC is not set 189 191 # CONFIG_MPIC_WEIRD is not set 190 - CONFIG_PPC_I8259=y 191 - CONFIG_PPC_RTAS=y 192 - # CONFIG_RTAS_ERROR_LOGGING is not set 193 - CONFIG_RTAS_PROC=y 192 + # CONFIG_PPC_I8259 is not set 193 + # CONFIG_PPC_RTAS is not set 194 194 # CONFIG_MMIO_NVRAM is not set 195 - CONFIG_PPC_MPC106=y 195 + # CONFIG_PPC_MPC106 is not set 196 196 # CONFIG_PPC_970_NAP is not set 197 197 # CONFIG_PPC_INDIRECT_IO is not set 198 198 # CONFIG_GENERIC_IOMAP is not set 199 199 # CONFIG_CPU_FREQ is not set 200 - # CONFIG_PPC601_SYNC_FIX is not set 201 200 # CONFIG_TAU is not set 201 + # CONFIG_QUICC_ENGINE is not set 202 202 # CONFIG_FSL_ULI1575 is not set 203 + # CONFIG_MPC8xxx_GPIO is not set 203 204 204 205 # 205 206 # Kernel options 206 207 # 207 208 # CONFIG_HIGHMEM is not set 208 - # CONFIG_TICK_ONESHOT is not set 209 209 # CONFIG_NO_HZ is not set 210 210 # CONFIG_HIGH_RES_TIMERS is not set 211 211 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 215 223 # CONFIG_PREEMPT_VOLUNTARY is not set 216 224 # CONFIG_PREEMPT is not set 217 225 CONFIG_BINFMT_ELF=y 226 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 227 + # CONFIG_HAVE_AOUT is not set 218 228 # CONFIG_BINFMT_MISC is not set 219 229 # CONFIG_IOMMU_HELPER is not set 220 230 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 231 237 # CONFIG_SPARSEMEM_MANUAL is not set 232 238 CONFIG_FLATMEM=y 233 239 CONFIG_FLAT_NODE_MEM_MAP=y 234 - # CONFIG_SPARSEMEM_STATIC is not set 235 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 236 240 CONFIG_PAGEFLAGS_EXTENDED=y 237 241 CONFIG_SPLIT_PTLOCK_CPUS=4 238 242 CONFIG_MIGRATION=y 239 243 # CONFIG_RESOURCES_64BIT is not set 244 + # CONFIG_PHYS_ADDR_T_64BIT is not set 240 245 CONFIG_ZONE_DMA_FLAG=1 241 246 CONFIG_BOUNCE=y 242 247 CONFIG_VIRT_TO_BUS=y 248 + CONFIG_UNEVICTABLE_LRU=y 243 249 CONFIG_FORCE_MAX_ZONEORDER=11 244 250 CONFIG_PROC_DEVICETREE=y 245 251 # CONFIG_CMDLINE_BOOL is not set ··· 251 257 # 252 258 # Bus options 253 259 # 254 - # CONFIG_ISA is not set 255 260 CONFIG_ZONE_DMA=y 256 261 CONFIG_GENERIC_ISA_DMA=y 257 262 CONFIG_PPC_INDIRECT_PCI=y ··· 263 270 # CONFIG_PCIEPORTBUS is not set 264 271 CONFIG_ARCH_SUPPORTS_MSI=y 265 272 # CONFIG_PCI_MSI is not set 266 - CONFIG_PCI_LEGACY=y 273 + # CONFIG_PCI_LEGACY is not set 267 274 # CONFIG_PCCARD is not set 268 275 # CONFIG_HOTPLUG_PCI is not set 269 276 # CONFIG_HAS_RAPIDIO is not set ··· 331 338 # CONFIG_TIPC is not set 332 339 # CONFIG_ATM is not set 333 340 # CONFIG_BRIDGE is not set 341 + # CONFIG_NET_DSA is not set 334 342 # CONFIG_VLAN_8021Q is not set 335 343 # CONFIG_DECNET is not set 336 344 # CONFIG_LLC2 is not set ··· 352 358 # CONFIG_IRDA is not set 353 359 # CONFIG_BT is not set 354 360 # CONFIG_AF_RXRPC is not set 355 - 356 - # 357 - # Wireless 358 - # 361 + # CONFIG_PHONET is not set 362 + CONFIG_WIRELESS=y 359 363 # CONFIG_CFG80211 is not set 364 + CONFIG_WIRELESS_OLD_REGULATORY=y 360 365 # CONFIG_WIRELESS_EXT is not set 361 366 # CONFIG_MAC80211 is not set 362 367 # CONFIG_IEEE80211 is not set ··· 381 388 # CONFIG_PARPORT is not set 382 389 CONFIG_BLK_DEV=y 383 390 # CONFIG_BLK_DEV_FD is not set 384 - # CONFIG_MAC_FLOPPY is not set 385 391 # CONFIG_BLK_CPQ_DA is not set 386 392 # CONFIG_BLK_CPQ_CISS_DA is not set 387 393 # CONFIG_BLK_DEV_DAC960 is not set ··· 456 464 # CONFIG_MDIO_BITBANG is not set 457 465 CONFIG_NET_ETHERNET=y 458 466 CONFIG_MII=y 459 - # CONFIG_MACE is not set 460 - # CONFIG_BMAC is not set 461 467 # CONFIG_HAPPYMEAL is not set 462 468 # CONFIG_SUNGEM is not set 463 469 # CONFIG_CASSINI is not set ··· 466 476 # CONFIG_IBM_NEW_EMAC_RGMII is not set 467 477 # CONFIG_IBM_NEW_EMAC_TAH is not set 468 478 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 479 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 480 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 481 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 469 482 # CONFIG_NET_PCI is not set 470 483 # CONFIG_B44 is not set 484 + # CONFIG_ATL2 is not set 471 485 CONFIG_NETDEV_1000=y 472 486 # CONFIG_ACENIC is not set 473 487 # CONFIG_DL2K is not set ··· 494 500 # CONFIG_QLA3XXX is not set 495 501 # CONFIG_ATL1 is not set 496 502 # CONFIG_ATL1E is not set 503 + # CONFIG_JME is not set 497 504 # CONFIG_NETDEV_10000 is not set 498 505 # CONFIG_TR is not set 499 506 ··· 570 575 # CONFIG_SERIAL_UARTLITE is not set 571 576 CONFIG_SERIAL_CORE=y 572 577 CONFIG_SERIAL_CORE_CONSOLE=y 573 - # CONFIG_SERIAL_PMACZILOG is not set 574 578 # CONFIG_SERIAL_JSM is not set 575 579 # CONFIG_SERIAL_OF_PLATFORM is not set 576 580 CONFIG_UNIX98_PTYS=y 577 581 CONFIG_LEGACY_PTYS=y 578 582 CONFIG_LEGACY_PTY_COUNT=256 579 - # CONFIG_BRIQ_PANEL is not set 580 - # CONFIG_HVC_RTAS is not set 581 583 # CONFIG_IPMI_HANDLER is not set 582 584 # CONFIG_HW_RANDOM is not set 583 585 # CONFIG_NVRAM is not set ··· 613 621 # CONFIG_I2C_VIAPRO is not set 614 622 615 623 # 616 - # Mac SMBus host controller drivers 617 - # 618 - # CONFIG_I2C_HYDRA is not set 619 - CONFIG_I2C_POWERMAC=y 620 - 621 - # 622 624 # I2C system bus drivers (mostly embedded / system-on-chip) 623 625 # 624 626 CONFIG_I2C_MPC=y ··· 648 662 # CONFIG_SENSORS_PCF8591 is not set 649 663 # CONFIG_SENSORS_MAX6875 is not set 650 664 # CONFIG_SENSORS_TSL2550 is not set 665 + # CONFIG_MCU_MPC8349EMITX is not set 651 666 # CONFIG_I2C_DEBUG_CORE is not set 652 667 # CONFIG_I2C_DEBUG_ALGO is not set 653 668 # CONFIG_I2C_DEBUG_BUS is not set ··· 670 683 # CONFIG_SENSORS_ADM9240 is not set 671 684 # CONFIG_SENSORS_ADT7470 is not set 672 685 # CONFIG_SENSORS_ADT7473 is not set 673 - # CONFIG_SENSORS_AMS is not set 674 686 # CONFIG_SENSORS_ATXP1 is not set 675 687 # CONFIG_SENSORS_DS1621 is not set 676 688 # CONFIG_SENSORS_I5K_AMB is not set ··· 724 738 # CONFIG_SOFT_WATCHDOG is not set 725 739 # CONFIG_ALIM7101_WDT is not set 726 740 # CONFIG_8xxx_WDT is not set 727 - # CONFIG_WATCHDOG_RTAS is not set 728 741 729 742 # 730 743 # PCI-based Watchdog Cards ··· 744 759 # CONFIG_MFD_SM501 is not set 745 760 # CONFIG_HTC_PASIC3 is not set 746 761 # CONFIG_MFD_TMIO is not set 762 + # CONFIG_PMIC_DA903X is not set 763 + # CONFIG_MFD_WM8400 is not set 764 + # CONFIG_MFD_WM8350_I2C is not set 765 + 766 + # 767 + # Voltage and Current regulators 768 + # 769 + # CONFIG_REGULATOR is not set 770 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 771 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 772 + # CONFIG_REGULATOR_BQ24022 is not set 747 773 748 774 # 749 775 # Multimedia devices ··· 791 795 CONFIG_HID=y 792 796 # CONFIG_HID_DEBUG is not set 793 797 # CONFIG_HIDRAW is not set 798 + # CONFIG_HID_PID is not set 799 + 800 + # 801 + # Special HID drivers 802 + # 803 + CONFIG_HID_COMPAT=y 794 804 # CONFIG_USB_SUPPORT is not set 805 + # CONFIG_UWB is not set 795 806 # CONFIG_MMC is not set 796 807 # CONFIG_MEMSTICK is not set 797 808 # CONFIG_NEW_LEDS is not set ··· 808 805 # CONFIG_RTC_CLASS is not set 809 806 # CONFIG_DMADEVICES is not set 810 807 # CONFIG_UIO is not set 808 + # CONFIG_STAGING is not set 811 809 812 810 # 813 811 # File systems 814 812 # 815 813 # CONFIG_EXT2_FS is not set 816 814 # CONFIG_EXT3_FS is not set 817 - # CONFIG_EXT4DEV_FS is not set 815 + # CONFIG_EXT4_FS is not set 818 816 # CONFIG_REISERFS_FS is not set 819 817 # CONFIG_JFS_FS is not set 820 818 # CONFIG_FS_POSIX_ACL is not set 819 + CONFIG_FILE_LOCKING=y 821 820 # CONFIG_XFS_FS is not set 822 821 # CONFIG_OCFS2_FS is not set 823 822 CONFIG_DNOTIFY=y ··· 849 844 CONFIG_PROC_FS=y 850 845 CONFIG_PROC_KCORE=y 851 846 CONFIG_PROC_SYSCTL=y 847 + CONFIG_PROC_PAGE_MONITOR=y 852 848 CONFIG_SYSFS=y 853 849 CONFIG_TMPFS=y 854 850 # CONFIG_TMPFS_POSIX_ACL is not set ··· 887 881 CONFIG_NFS_COMMON=y 888 882 CONFIG_SUNRPC=y 889 883 CONFIG_SUNRPC_GSS=y 884 + # CONFIG_SUNRPC_REGISTER_V4 is not set 890 885 CONFIG_RPCSEC_GSS_KRB5=y 891 886 # CONFIG_RPCSEC_GSS_SPKM3 is not set 892 887 # CONFIG_SMB_FS is not set ··· 900 893 # Partition Types 901 894 # 902 895 # CONFIG_PARTITION_ADVANCED is not set 903 - CONFIG_MAC_PARTITION=y 904 896 CONFIG_MSDOS_PARTITION=y 905 897 # CONFIG_NLS is not set 906 898 # CONFIG_DLM is not set ··· 908 902 # Library routines 909 903 # 910 904 CONFIG_BITREVERSE=y 911 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 912 905 # CONFIG_CRC_CCITT is not set 913 906 # CONFIG_CRC16 is not set 914 907 # CONFIG_CRC_T10DIF is not set ··· 935 930 # CONFIG_DEBUG_KERNEL is not set 936 931 # CONFIG_DEBUG_BUGVERBOSE is not set 937 932 # CONFIG_DEBUG_MEMORY_INIT is not set 933 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 938 934 # CONFIG_LATENCYTOP is not set 939 935 CONFIG_SYSCTL_SYSCALL_CHECK=y 940 - CONFIG_HAVE_FTRACE=y 941 - CONFIG_HAVE_DYNAMIC_FTRACE=y 942 - # CONFIG_FTRACE is not set 943 - # CONFIG_SCHED_TRACER is not set 944 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 936 + CONFIG_HAVE_FUNCTION_TRACER=y 937 + 938 + # 939 + # Tracers 940 + # 941 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 945 942 # CONFIG_SAMPLES is not set 946 943 CONFIG_HAVE_ARCH_KGDB=y 947 944 # CONFIG_IRQSTACKS is not set ··· 955 948 # 956 949 # CONFIG_KEYS is not set 957 950 # CONFIG_SECURITY is not set 951 + # CONFIG_SECURITYFS is not set 958 952 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 959 953 CONFIG_CRYPTO=y 960 954 961 955 # 962 956 # Crypto core or helper 963 957 # 958 + # CONFIG_CRYPTO_FIPS is not set 964 959 CONFIG_CRYPTO_ALGAPI=y 960 + CONFIG_CRYPTO_AEAD=y 965 961 CONFIG_CRYPTO_BLKCIPHER=y 962 + CONFIG_CRYPTO_HASH=y 963 + CONFIG_CRYPTO_RNG=y 966 964 CONFIG_CRYPTO_MANAGER=y 967 965 # CONFIG_CRYPTO_GF128MUL is not set 968 966 # CONFIG_CRYPTO_NULL is not set ··· 1040 1028 # 1041 1029 # CONFIG_CRYPTO_DEFLATE is not set 1042 1030 # CONFIG_CRYPTO_LZO is not set 1031 + 1032 + # 1033 + # Random Number Generation 1034 + # 1035 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1043 1036 # CONFIG_CRYPTO_HW is not set 1044 1037 # CONFIG_PPC_CLOCK is not set 1045 1038 # CONFIG_VIRTUALIZATION is not set
+59 -28
arch/powerpc/configs/85xx/ksi8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:28 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:03 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 104 104 CONFIG_TIMERFD=y 105 105 CONFIG_EVENTFD=y 106 106 CONFIG_SHMEM=y 107 + CONFIG_AIO=y 107 108 CONFIG_VM_EVENT_COUNTERS=y 108 109 CONFIG_SLUB_DEBUG=y 109 110 # CONFIG_SLAB is not set ··· 118 117 CONFIG_HAVE_KPROBES=y 119 118 CONFIG_HAVE_KRETPROBES=y 120 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 121 - # CONFIG_HAVE_DMA_ATTRS is not set 122 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 123 120 CONFIG_HAVE_CLK=y 124 - CONFIG_PROC_PAGE_MONITOR=y 125 121 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 126 122 CONFIG_SLABINFO=y 127 123 CONFIG_RT_MUTEXES=y ··· 145 147 # CONFIG_DEFAULT_NOOP is not set 146 148 CONFIG_DEFAULT_IOSCHED="anticipatory" 147 149 CONFIG_CLASSIC_RCU=y 150 + # CONFIG_FREEZER is not set 148 151 149 152 # 150 153 # Platform support ··· 180 181 # CONFIG_PPC_INDIRECT_IO is not set 181 182 # CONFIG_GENERIC_IOMAP is not set 182 183 # CONFIG_CPU_FREQ is not set 184 + # CONFIG_QUICC_ENGINE is not set 183 185 CONFIG_CPM2=y 184 186 # CONFIG_FSL_ULI1575 is not set 185 187 CONFIG_CPM=y 188 + # CONFIG_MPC8xxx_GPIO is not set 186 189 187 190 # 188 191 # Kernel options 189 192 # 190 193 CONFIG_HIGHMEM=y 191 - # CONFIG_TICK_ONESHOT is not set 192 194 # CONFIG_NO_HZ is not set 193 195 # CONFIG_HIGH_RES_TIMERS is not set 194 196 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 203 203 # CONFIG_PREEMPT_VOLUNTARY is not set 204 204 # CONFIG_PREEMPT is not set 205 205 CONFIG_BINFMT_ELF=y 206 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 207 + # CONFIG_HAVE_AOUT is not set 206 208 CONFIG_BINFMT_MISC=y 207 209 CONFIG_MATH_EMULATION=y 208 210 # CONFIG_IOMMU_HELPER is not set ··· 219 217 # CONFIG_SPARSEMEM_MANUAL is not set 220 218 CONFIG_FLATMEM=y 221 219 CONFIG_FLAT_NODE_MEM_MAP=y 222 - # CONFIG_SPARSEMEM_STATIC is not set 223 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 224 220 CONFIG_PAGEFLAGS_EXTENDED=y 225 221 CONFIG_SPLIT_PTLOCK_CPUS=4 226 222 CONFIG_MIGRATION=y 227 223 # CONFIG_RESOURCES_64BIT is not set 224 + # CONFIG_PHYS_ADDR_T_64BIT is not set 228 225 CONFIG_ZONE_DMA_FLAG=1 229 226 CONFIG_BOUNCE=y 230 227 CONFIG_VIRT_TO_BUS=y 228 + CONFIG_UNEVICTABLE_LRU=y 231 229 CONFIG_FORCE_MAX_ZONEORDER=11 232 230 # CONFIG_PROC_DEVICETREE is not set 233 231 # CONFIG_CMDLINE_BOOL is not set ··· 313 311 # CONFIG_TIPC is not set 314 312 # CONFIG_ATM is not set 315 313 # CONFIG_BRIDGE is not set 314 + # CONFIG_NET_DSA is not set 316 315 # CONFIG_VLAN_8021Q is not set 317 316 # CONFIG_DECNET is not set 318 317 # CONFIG_LLC2 is not set ··· 334 331 # CONFIG_IRDA is not set 335 332 # CONFIG_BT is not set 336 333 # CONFIG_AF_RXRPC is not set 337 - 338 - # 339 - # Wireless 340 - # 334 + # CONFIG_PHONET is not set 335 + CONFIG_WIRELESS=y 341 336 # CONFIG_CFG80211 is not set 337 + CONFIG_WIRELESS_OLD_REGULATORY=y 342 338 # CONFIG_WIRELESS_EXT is not set 343 339 # CONFIG_MAC80211 is not set 344 340 # CONFIG_IEEE80211 is not set ··· 456 454 # CONFIG_ENCLOSURE_SERVICES is not set 457 455 CONFIG_HAVE_IDE=y 458 456 CONFIG_IDE=y 459 - CONFIG_BLK_DEV_IDE=y 460 457 461 458 # 462 459 # Please see Documentation/ide/ide.txt for help/info on IDE drives 463 460 # 464 461 # CONFIG_BLK_DEV_IDE_SATA is not set 465 - # CONFIG_BLK_DEV_IDEDISK is not set 466 - # CONFIG_IDEDISK_MULTI_MODE is not set 462 + CONFIG_IDE_GD=y 463 + CONFIG_IDE_GD_ATA=y 464 + # CONFIG_IDE_GD_ATAPI is not set 467 465 # CONFIG_BLK_DEV_IDECD is not set 468 466 # CONFIG_BLK_DEV_IDETAPE is not set 469 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 470 467 # CONFIG_IDE_TASK_IOCTL is not set 471 468 CONFIG_IDE_PROC_FS=y 472 469 ··· 516 515 # CONFIG_IBM_NEW_EMAC_RGMII is not set 517 516 # CONFIG_IBM_NEW_EMAC_TAH is not set 518 517 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 518 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 519 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 520 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 519 521 # CONFIG_B44 is not set 520 522 CONFIG_FS_ENET=y 521 523 # CONFIG_FS_ENET_HAS_SCC is not set ··· 594 590 CONFIG_SERIAL_CORE_CONSOLE=y 595 591 CONFIG_SERIAL_CPM=y 596 592 CONFIG_SERIAL_CPM_CONSOLE=y 597 - CONFIG_SERIAL_CPM_SCC1=y 598 - # CONFIG_SERIAL_CPM_SCC2 is not set 599 - # CONFIG_SERIAL_CPM_SCC3 is not set 600 - # CONFIG_SERIAL_CPM_SCC4 is not set 601 - # CONFIG_SERIAL_CPM_SMC1 is not set 602 - # CONFIG_SERIAL_CPM_SMC2 is not set 603 593 CONFIG_UNIX98_PTYS=y 604 594 CONFIG_LEGACY_PTYS=y 605 595 CONFIG_LEGACY_PTY_COUNT=256 ··· 658 660 # CONFIG_MFD_TMIO is not set 659 661 660 662 # 663 + # Voltage and Current regulators 664 + # 665 + # CONFIG_REGULATOR is not set 666 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 667 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 668 + # CONFIG_REGULATOR_BQ24022 is not set 669 + 670 + # 661 671 # Multimedia devices 662 672 # 663 673 ··· 698 692 CONFIG_HID=y 699 693 # CONFIG_HID_DEBUG is not set 700 694 # CONFIG_HIDRAW is not set 695 + # CONFIG_HID_PID is not set 696 + 697 + # 698 + # Special HID drivers 699 + # 700 + CONFIG_HID_COMPAT=y 701 701 CONFIG_USB_SUPPORT=y 702 702 # CONFIG_USB_ARCH_HAS_HCD is not set 703 703 # CONFIG_USB_ARCH_HAS_OHCI is not set ··· 727 715 # CONFIG_RTC_CLASS is not set 728 716 # CONFIG_DMADEVICES is not set 729 717 # CONFIG_UIO is not set 718 + # CONFIG_STAGING is not set 730 719 731 720 # 732 721 # File systems ··· 739 726 CONFIG_EXT3_FS_XATTR=y 740 727 # CONFIG_EXT3_FS_POSIX_ACL is not set 741 728 # CONFIG_EXT3_FS_SECURITY is not set 742 - # CONFIG_EXT4DEV_FS is not set 729 + # CONFIG_EXT4_FS is not set 743 730 CONFIG_JBD=y 744 731 # CONFIG_JBD_DEBUG is not set 745 732 CONFIG_FS_MBCACHE=y 746 733 # CONFIG_REISERFS_FS is not set 747 734 # CONFIG_JFS_FS is not set 748 735 # CONFIG_FS_POSIX_ACL is not set 736 + CONFIG_FILE_LOCKING=y 749 737 # CONFIG_XFS_FS is not set 750 738 # CONFIG_OCFS2_FS is not set 751 739 CONFIG_DNOTIFY=y ··· 776 762 CONFIG_PROC_FS=y 777 763 CONFIG_PROC_KCORE=y 778 764 CONFIG_PROC_SYSCTL=y 765 + CONFIG_PROC_PAGE_MONITOR=y 779 766 CONFIG_SYSFS=y 780 767 CONFIG_TMPFS=y 781 768 # CONFIG_TMPFS_POSIX_ACL is not set ··· 812 797 CONFIG_LOCKD=y 813 798 CONFIG_NFS_COMMON=y 814 799 CONFIG_SUNRPC=y 800 + # CONFIG_SUNRPC_REGISTER_V4 is not set 815 801 # CONFIG_RPCSEC_GSS_KRB5 is not set 816 802 # CONFIG_RPCSEC_GSS_SPKM3 is not set 817 803 # CONFIG_SMB_FS is not set ··· 845 829 # Library routines 846 830 # 847 831 CONFIG_BITREVERSE=y 848 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 849 832 # CONFIG_CRC_CCITT is not set 850 833 # CONFIG_CRC16 is not set 851 834 # CONFIG_CRC_T10DIF is not set ··· 897 882 # CONFIG_DEBUG_SG is not set 898 883 # CONFIG_BOOT_PRINTK_DELAY is not set 899 884 # CONFIG_RCU_TORTURE_TEST is not set 885 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 900 886 # CONFIG_BACKTRACE_SELF_TEST is not set 887 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 901 888 # CONFIG_FAULT_INJECTION is not set 902 889 # CONFIG_LATENCYTOP is not set 903 890 CONFIG_SYSCTL_SYSCALL_CHECK=y 904 - CONFIG_HAVE_FTRACE=y 905 - CONFIG_HAVE_DYNAMIC_FTRACE=y 906 - # CONFIG_FTRACE is not set 891 + CONFIG_HAVE_FUNCTION_TRACER=y 892 + 893 + # 894 + # Tracers 895 + # 896 + # CONFIG_FUNCTION_TRACER is not set 907 897 # CONFIG_SCHED_TRACER is not set 908 898 # CONFIG_CONTEXT_SWITCH_TRACER is not set 899 + # CONFIG_BOOT_TRACER is not set 900 + # CONFIG_STACK_TRACER is not set 901 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 909 902 # CONFIG_SAMPLES is not set 910 903 CONFIG_HAVE_ARCH_KGDB=y 911 904 # CONFIG_KGDB is not set ··· 922 899 # CONFIG_DEBUG_PAGEALLOC is not set 923 900 # CONFIG_CODE_PATCHING_SELFTEST is not set 924 901 # CONFIG_FTR_FIXUP_SELFTEST is not set 902 + # CONFIG_MSI_BITMAP_SELFTEST is not set 925 903 # CONFIG_XMON is not set 926 904 # CONFIG_IRQSTACKS is not set 927 905 # CONFIG_VIRQ_DEBUG is not set ··· 934 910 # 935 911 # CONFIG_KEYS is not set 936 912 # CONFIG_SECURITY is not set 913 + # CONFIG_SECURITYFS is not set 937 914 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 938 915 CONFIG_CRYPTO=y 939 916 940 917 # 941 918 # Crypto core or helper 942 919 # 920 + # CONFIG_CRYPTO_FIPS is not set 943 921 # CONFIG_CRYPTO_MANAGER is not set 944 922 # CONFIG_CRYPTO_GF128MUL is not set 945 923 # CONFIG_CRYPTO_NULL is not set ··· 1013 987 # 1014 988 # CONFIG_CRYPTO_DEFLATE is not set 1015 989 # CONFIG_CRYPTO_LZO is not set 990 + 991 + # 992 + # Random Number Generation 993 + # 994 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1016 995 CONFIG_CRYPTO_HW=y 1017 996 # CONFIG_CRYPTO_DEV_TALITOS is not set 1018 997 CONFIG_PPC_CLOCK=y
+119 -24
arch/powerpc/configs/85xx/mpc8536_ds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 07:18:18 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:05 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 126 124 CONFIG_HAVE_KPROBES=y 127 125 CONFIG_HAVE_KRETPROBES=y 128 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 128 CONFIG_SLABINFO=y 135 129 CONFIG_RT_MUTEXES=y ··· 158 160 # CONFIG_DEFAULT_NOOP is not set 159 161 CONFIG_DEFAULT_IOSCHED="cfq" 160 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 161 164 162 165 # 163 166 # Platform support ··· 193 194 # CONFIG_PPC_INDIRECT_IO is not set 194 195 # CONFIG_GENERIC_IOMAP is not set 195 196 # CONFIG_CPU_FREQ is not set 197 + # CONFIG_QUICC_ENGINE is not set 196 198 # CONFIG_CPM2 is not set 197 199 # CONFIG_FSL_ULI1575 is not set 200 + # CONFIG_MPC8xxx_GPIO is not set 198 201 199 202 # 200 203 # Kernel options ··· 216 215 # CONFIG_PREEMPT_VOLUNTARY is not set 217 216 # CONFIG_PREEMPT is not set 218 217 CONFIG_BINFMT_ELF=y 218 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 219 + # CONFIG_HAVE_AOUT is not set 219 220 CONFIG_BINFMT_MISC=m 220 221 CONFIG_MATH_EMULATION=y 221 222 # CONFIG_IOMMU_HELPER is not set ··· 232 229 # CONFIG_SPARSEMEM_MANUAL is not set 233 230 CONFIG_FLATMEM=y 234 231 CONFIG_FLAT_NODE_MEM_MAP=y 235 - # CONFIG_SPARSEMEM_STATIC is not set 236 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 237 232 CONFIG_PAGEFLAGS_EXTENDED=y 238 233 CONFIG_SPLIT_PTLOCK_CPUS=4 239 234 CONFIG_MIGRATION=y 240 235 # CONFIG_RESOURCES_64BIT is not set 236 + # CONFIG_PHYS_ADDR_T_64BIT is not set 241 237 CONFIG_ZONE_DMA_FLAG=1 242 238 CONFIG_BOUNCE=y 243 239 CONFIG_VIRT_TO_BUS=y 240 + CONFIG_UNEVICTABLE_LRU=y 244 241 CONFIG_FORCE_MAX_ZONEORDER=11 245 242 CONFIG_PROC_DEVICETREE=y 246 243 # CONFIG_CMDLINE_BOOL is not set ··· 263 260 # CONFIG_PCIEPORTBUS is not set 264 261 CONFIG_ARCH_SUPPORTS_MSI=y 265 262 # CONFIG_PCI_MSI is not set 266 - CONFIG_PCI_LEGACY=y 263 + # CONFIG_PCI_LEGACY is not set 267 264 # CONFIG_PCI_DEBUG is not set 268 265 # CONFIG_PCCARD is not set 269 266 # CONFIG_HOTPLUG_PCI is not set ··· 365 362 # CONFIG_TIPC is not set 366 363 # CONFIG_ATM is not set 367 364 # CONFIG_BRIDGE is not set 365 + # CONFIG_NET_DSA is not set 368 366 # CONFIG_VLAN_8021Q is not set 369 367 # CONFIG_DECNET is not set 370 368 # CONFIG_LLC2 is not set ··· 386 382 # CONFIG_IRDA is not set 387 383 # CONFIG_BT is not set 388 384 # CONFIG_AF_RXRPC is not set 385 + # CONFIG_PHONET is not set 389 386 CONFIG_FIB_RULES=y 390 - 391 - # 392 - # Wireless 393 - # 387 + CONFIG_WIRELESS=y 394 388 # CONFIG_CFG80211 is not set 389 + CONFIG_WIRELESS_OLD_REGULATORY=y 395 390 # CONFIG_WIRELESS_EXT is not set 396 391 # CONFIG_MAC80211 is not set 397 392 # CONFIG_IEEE80211 is not set ··· 636 633 # CONFIG_IBM_NEW_EMAC_RGMII is not set 637 634 # CONFIG_IBM_NEW_EMAC_TAH is not set 638 635 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 636 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 637 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 638 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 639 639 # CONFIG_NET_PCI is not set 640 640 # CONFIG_B44 is not set 641 + # CONFIG_ATL2 is not set 641 642 CONFIG_NETDEV_1000=y 642 643 # CONFIG_ACENIC is not set 643 644 # CONFIG_DL2K is not set ··· 665 658 # CONFIG_QLA3XXX is not set 666 659 # CONFIG_ATL1 is not set 667 660 # CONFIG_ATL1E is not set 661 + # CONFIG_JME is not set 668 662 CONFIG_NETDEV_10000=y 669 663 # CONFIG_CHELSIO_T1 is not set 670 664 # CONFIG_CHELSIO_T3 is not set 665 + # CONFIG_ENIC is not set 671 666 # CONFIG_IXGBE is not set 672 667 # CONFIG_IXGB is not set 673 668 # CONFIG_S2IO is not set 674 669 # CONFIG_MYRI10GE is not set 675 670 # CONFIG_NETXEN_NIC is not set 676 671 # CONFIG_NIU is not set 672 + # CONFIG_MLX4_EN is not set 677 673 # CONFIG_MLX4_CORE is not set 678 674 # CONFIG_TEHUTI is not set 679 675 # CONFIG_BNX2X is not set 676 + # CONFIG_QLGE is not set 680 677 # CONFIG_SFC is not set 681 678 # CONFIG_TR is not set 682 679 ··· 715 704 # Input device support 716 705 # 717 706 CONFIG_INPUT=y 718 - # CONFIG_INPUT_FF_MEMLESS is not set 707 + CONFIG_INPUT_FF_MEMLESS=m 719 708 # CONFIG_INPUT_POLLDEV is not set 720 709 721 710 # ··· 883 872 # CONFIG_MFD_SM501 is not set 884 873 # CONFIG_HTC_PASIC3 is not set 885 874 # CONFIG_MFD_TMIO is not set 875 + # CONFIG_PMIC_DA903X is not set 876 + # CONFIG_MFD_WM8400 is not set 877 + # CONFIG_MFD_WM8350_I2C is not set 878 + 879 + # 880 + # Voltage and Current regulators 881 + # 882 + # CONFIG_REGULATOR is not set 883 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 884 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 885 + # CONFIG_REGULATOR_BQ24022 is not set 886 886 887 887 # 888 888 # Multimedia devices ··· 934 912 # CONFIG_DVB_USB is not set 935 913 # CONFIG_DVB_TTUSB_BUDGET is not set 936 914 # CONFIG_DVB_TTUSB_DEC is not set 937 - # CONFIG_DVB_CINERGYT2 is not set 938 915 # CONFIG_DVB_SIANO_SMS1XXX is not set 939 916 940 917 # ··· 951 930 # CONFIG_DVB_PLUTO2 is not set 952 931 953 932 # 933 + # Supported SDMC DM1105 Adapters 934 + # 935 + # CONFIG_DVB_DM1105 is not set 936 + 937 + # 954 938 # Supported DVB Frontends 955 939 # 956 940 ··· 971 945 # CONFIG_DVB_CX24123 is not set 972 946 # CONFIG_DVB_MT312 is not set 973 947 # CONFIG_DVB_S5H1420 is not set 948 + # CONFIG_DVB_STV0288 is not set 949 + # CONFIG_DVB_STB6000 is not set 974 950 # CONFIG_DVB_STV0299 is not set 975 951 # CONFIG_DVB_TDA8083 is not set 976 952 # CONFIG_DVB_TDA10086 is not set ··· 980 952 # CONFIG_DVB_TUNER_ITD1000 is not set 981 953 # CONFIG_DVB_TDA826X is not set 982 954 # CONFIG_DVB_TUA6100 is not set 955 + # CONFIG_DVB_CX24116 is not set 956 + # CONFIG_DVB_SI21XX is not set 983 957 984 958 # 985 959 # DVB-T (terrestrial) frontends ··· 1034 1004 # CONFIG_DVB_LNBP21 is not set 1035 1005 # CONFIG_DVB_ISL6405 is not set 1036 1006 # CONFIG_DVB_ISL6421 is not set 1007 + # CONFIG_DVB_LGS8GL5 is not set 1008 + 1009 + # 1010 + # Tools to develop new frontends 1011 + # 1012 + # CONFIG_DVB_DUMMY_FE is not set 1013 + # CONFIG_DVB_AF9013 is not set 1037 1014 CONFIG_DAB=y 1038 1015 # CONFIG_USB_DABUSB is not set 1039 1016 ··· 1066 1029 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1067 1030 CONFIG_DUMMY_CONSOLE=y 1068 1031 CONFIG_SOUND=y 1032 + # CONFIG_SOUND_OSS_CORE is not set 1069 1033 CONFIG_SND=y 1070 1034 CONFIG_SND_TIMER=y 1071 1035 CONFIG_SND_PCM=y ··· 1165 1127 # USB Input Devices 1166 1128 # 1167 1129 CONFIG_USB_HID=y 1168 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1169 - # CONFIG_HID_FF is not set 1130 + # CONFIG_HID_PID is not set 1170 1131 # CONFIG_USB_HIDDEV is not set 1132 + 1133 + # 1134 + # Special HID drivers 1135 + # 1136 + CONFIG_HID_COMPAT=y 1137 + CONFIG_HID_A4TECH=y 1138 + CONFIG_HID_APPLE=y 1139 + CONFIG_HID_BELKIN=y 1140 + CONFIG_HID_BRIGHT=y 1141 + CONFIG_HID_CHERRY=y 1142 + CONFIG_HID_CHICONY=y 1143 + CONFIG_HID_CYPRESS=y 1144 + CONFIG_HID_DELL=y 1145 + CONFIG_HID_EZKEY=y 1146 + CONFIG_HID_GYRATION=y 1147 + CONFIG_HID_LOGITECH=y 1148 + # CONFIG_LOGITECH_FF is not set 1149 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1150 + CONFIG_HID_MICROSOFT=y 1151 + CONFIG_HID_MONTEREY=y 1152 + CONFIG_HID_PANTHERLORD=y 1153 + # CONFIG_PANTHERLORD_FF is not set 1154 + CONFIG_HID_PETALYNX=y 1155 + CONFIG_HID_SAMSUNG=y 1156 + CONFIG_HID_SONY=y 1157 + CONFIG_HID_SUNPLUS=y 1158 + CONFIG_THRUSTMASTER_FF=m 1159 + CONFIG_ZEROPLUS_FF=m 1171 1160 CONFIG_USB_SUPPORT=y 1172 1161 CONFIG_USB_ARCH_HAS_HCD=y 1173 1162 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1213 1148 # CONFIG_USB_OTG_WHITELIST is not set 1214 1149 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1215 1150 CONFIG_USB_MON=y 1151 + # CONFIG_USB_WUSB is not set 1152 + # CONFIG_USB_WUSB_CBAF is not set 1216 1153 1217 1154 # 1218 1155 # USB Host Controller Drivers ··· 1238 1171 # CONFIG_USB_UHCI_HCD is not set 1239 1172 # CONFIG_USB_SL811_HCD is not set 1240 1173 # CONFIG_USB_R8A66597_HCD is not set 1174 + # CONFIG_USB_WHCI_HCD is not set 1175 + # CONFIG_USB_HWA_HCD is not set 1241 1176 1242 1177 # 1243 1178 # USB Device Class drivers ··· 1247 1178 # CONFIG_USB_ACM is not set 1248 1179 # CONFIG_USB_PRINTER is not set 1249 1180 # CONFIG_USB_WDM is not set 1181 + # CONFIG_USB_TMC is not set 1250 1182 1251 1183 # 1252 1184 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1269 1199 # CONFIG_USB_STORAGE_ALAUDA is not set 1270 1200 # CONFIG_USB_STORAGE_ONETOUCH is not set 1271 1201 # CONFIG_USB_STORAGE_KARMA is not set 1272 - # CONFIG_USB_STORAGE_SIERRA is not set 1273 1202 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1274 1203 # CONFIG_USB_LIBUSUAL is not set 1275 1204 ··· 1289 1220 # CONFIG_USB_EMI62 is not set 1290 1221 # CONFIG_USB_EMI26 is not set 1291 1222 # CONFIG_USB_ADUTUX is not set 1223 + # CONFIG_USB_SEVSEG is not set 1292 1224 # CONFIG_USB_RIO500 is not set 1293 1225 # CONFIG_USB_LEGOTOWER is not set 1294 1226 # CONFIG_USB_LCD is not set ··· 1307 1237 # CONFIG_USB_IOWARRIOR is not set 1308 1238 # CONFIG_USB_TEST is not set 1309 1239 # CONFIG_USB_ISIGHTFW is not set 1240 + # CONFIG_USB_VST is not set 1310 1241 # CONFIG_USB_GADGET is not set 1242 + # CONFIG_UWB is not set 1311 1243 # CONFIG_MMC is not set 1312 1244 # CONFIG_MEMSTICK is not set 1313 1245 # CONFIG_NEW_LEDS is not set ··· 1355 1283 # Platform RTC drivers 1356 1284 # 1357 1285 CONFIG_RTC_DRV_CMOS=y 1286 + # CONFIG_RTC_DRV_DS1286 is not set 1358 1287 # CONFIG_RTC_DRV_DS1511 is not set 1359 1288 # CONFIG_RTC_DRV_DS1553 is not set 1360 1289 # CONFIG_RTC_DRV_DS1742 is not set 1361 1290 # CONFIG_RTC_DRV_STK17TA8 is not set 1362 1291 # CONFIG_RTC_DRV_M48T86 is not set 1292 + # CONFIG_RTC_DRV_M48T35 is not set 1363 1293 # CONFIG_RTC_DRV_M48T59 is not set 1294 + # CONFIG_RTC_DRV_BQ4802 is not set 1364 1295 # CONFIG_RTC_DRV_V3020 is not set 1365 1296 1366 1297 # ··· 1384 1309 # CONFIG_NET_DMA is not set 1385 1310 # CONFIG_DMATEST is not set 1386 1311 # CONFIG_UIO is not set 1312 + # CONFIG_STAGING is not set 1387 1313 1388 1314 # 1389 1315 # File systems ··· 1396 1320 CONFIG_EXT3_FS_XATTR=y 1397 1321 # CONFIG_EXT3_FS_POSIX_ACL is not set 1398 1322 # CONFIG_EXT3_FS_SECURITY is not set 1399 - # CONFIG_EXT4DEV_FS is not set 1323 + # CONFIG_EXT4_FS is not set 1400 1324 CONFIG_JBD=y 1401 1325 # CONFIG_JBD_DEBUG is not set 1402 1326 CONFIG_FS_MBCACHE=y 1403 1327 # CONFIG_REISERFS_FS is not set 1404 1328 # CONFIG_JFS_FS is not set 1405 1329 # CONFIG_FS_POSIX_ACL is not set 1330 + CONFIG_FILE_LOCKING=y 1406 1331 # CONFIG_XFS_FS is not set 1407 1332 # CONFIG_OCFS2_FS is not set 1408 1333 CONFIG_DNOTIFY=y ··· 1441 1364 CONFIG_PROC_FS=y 1442 1365 CONFIG_PROC_KCORE=y 1443 1366 CONFIG_PROC_SYSCTL=y 1367 + CONFIG_PROC_PAGE_MONITOR=y 1444 1368 CONFIG_SYSFS=y 1445 1369 CONFIG_TMPFS=y 1446 1370 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1486 1408 CONFIG_NFS_COMMON=y 1487 1409 CONFIG_SUNRPC=y 1488 1410 CONFIG_SUNRPC_GSS=y 1411 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1489 1412 CONFIG_RPCSEC_GSS_KRB5=y 1490 1413 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1491 1414 # CONFIG_SMB_FS is not set ··· 1562 1483 # Library routines 1563 1484 # 1564 1485 CONFIG_BITREVERSE=y 1565 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1566 1486 # CONFIG_CRC_CCITT is not set 1567 1487 # CONFIG_CRC16 is not set 1568 1488 CONFIG_CRC_T10DIF=y ··· 1615 1537 # CONFIG_DEBUG_SG is not set 1616 1538 # CONFIG_BOOT_PRINTK_DELAY is not set 1617 1539 # CONFIG_RCU_TORTURE_TEST is not set 1540 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1618 1541 # CONFIG_BACKTRACE_SELF_TEST is not set 1542 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1619 1543 # CONFIG_FAULT_INJECTION is not set 1620 1544 # CONFIG_LATENCYTOP is not set 1621 1545 CONFIG_SYSCTL_SYSCALL_CHECK=y 1622 - CONFIG_HAVE_FTRACE=y 1623 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1624 - # CONFIG_FTRACE is not set 1546 + CONFIG_HAVE_FUNCTION_TRACER=y 1547 + 1548 + # 1549 + # Tracers 1550 + # 1551 + # CONFIG_FUNCTION_TRACER is not set 1625 1552 # CONFIG_SCHED_TRACER is not set 1626 1553 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1554 + # CONFIG_BOOT_TRACER is not set 1555 + # CONFIG_STACK_TRACER is not set 1556 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1627 1557 # CONFIG_SAMPLES is not set 1628 1558 CONFIG_HAVE_ARCH_KGDB=y 1629 1559 # CONFIG_KGDB is not set ··· 1640 1554 # CONFIG_DEBUG_PAGEALLOC is not set 1641 1555 # CONFIG_CODE_PATCHING_SELFTEST is not set 1642 1556 # CONFIG_FTR_FIXUP_SELFTEST is not set 1557 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1643 1558 # CONFIG_XMON is not set 1644 1559 # CONFIG_IRQSTACKS is not set 1645 1560 # CONFIG_VIRQ_DEBUG is not set ··· 1652 1565 # 1653 1566 # CONFIG_KEYS is not set 1654 1567 # CONFIG_SECURITY is not set 1568 + # CONFIG_SECURITYFS is not set 1655 1569 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1656 1570 CONFIG_CRYPTO=y 1657 1571 1658 1572 # 1659 1573 # Crypto core or helper 1660 1574 # 1575 + # CONFIG_CRYPTO_FIPS is not set 1661 1576 CONFIG_CRYPTO_ALGAPI=y 1662 1577 CONFIG_CRYPTO_AEAD=y 1663 1578 CONFIG_CRYPTO_BLKCIPHER=y 1664 1579 CONFIG_CRYPTO_HASH=y 1580 + CONFIG_CRYPTO_RNG=y 1665 1581 CONFIG_CRYPTO_MANAGER=y 1666 1582 # CONFIG_CRYPTO_GF128MUL is not set 1667 1583 # CONFIG_CRYPTO_NULL is not set ··· 1737 1647 # 1738 1648 # CONFIG_CRYPTO_DEFLATE is not set 1739 1649 # CONFIG_CRYPTO_LZO is not set 1650 + 1651 + # 1652 + # Random Number Generation 1653 + # 1654 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1740 1655 CONFIG_CRYPTO_HW=y 1741 1656 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1742 1657 CONFIG_CRYPTO_DEV_TALITOS=y
+56 -18
arch/powerpc/configs/85xx/mpc8540_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:30 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:06 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 107 107 CONFIG_TIMERFD=y 108 108 CONFIG_EVENTFD=y 109 109 CONFIG_SHMEM=y 110 + CONFIG_AIO=y 110 111 CONFIG_VM_EVENT_COUNTERS=y 111 112 CONFIG_SLUB_DEBUG=y 112 113 # CONFIG_SLAB is not set ··· 121 120 CONFIG_HAVE_KPROBES=y 122 121 CONFIG_HAVE_KRETPROBES=y 123 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 - # CONFIG_HAVE_CLK is not set 127 - CONFIG_PROC_PAGE_MONITOR=y 128 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 124 CONFIG_SLABINFO=y 130 125 CONFIG_RT_MUTEXES=y ··· 147 150 # CONFIG_DEFAULT_NOOP is not set 148 151 CONFIG_DEFAULT_IOSCHED="anticipatory" 149 152 CONFIG_CLASSIC_RCU=y 153 + # CONFIG_FREEZER is not set 150 154 151 155 # 152 156 # Platform support ··· 182 184 # CONFIG_PPC_INDIRECT_IO is not set 183 185 # CONFIG_GENERIC_IOMAP is not set 184 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 185 188 # CONFIG_CPM2 is not set 186 189 # CONFIG_FSL_ULI1575 is not set 190 + # CONFIG_MPC8xxx_GPIO is not set 187 191 188 192 # 189 193 # Kernel options ··· 205 205 # CONFIG_PREEMPT_VOLUNTARY is not set 206 206 # CONFIG_PREEMPT is not set 207 207 CONFIG_BINFMT_ELF=y 208 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 209 + # CONFIG_HAVE_AOUT is not set 208 210 CONFIG_BINFMT_MISC=y 209 211 CONFIG_MATH_EMULATION=y 210 212 # CONFIG_IOMMU_HELPER is not set ··· 221 219 # CONFIG_SPARSEMEM_MANUAL is not set 222 220 CONFIG_FLATMEM=y 223 221 CONFIG_FLAT_NODE_MEM_MAP=y 224 - # CONFIG_SPARSEMEM_STATIC is not set 225 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 226 222 CONFIG_PAGEFLAGS_EXTENDED=y 227 223 CONFIG_SPLIT_PTLOCK_CPUS=4 228 224 CONFIG_MIGRATION=y 229 225 # CONFIG_RESOURCES_64BIT is not set 226 + # CONFIG_PHYS_ADDR_T_64BIT is not set 230 227 CONFIG_ZONE_DMA_FLAG=1 231 228 CONFIG_BOUNCE=y 232 229 CONFIG_VIRT_TO_BUS=y 230 + CONFIG_UNEVICTABLE_LRU=y 233 231 CONFIG_FORCE_MAX_ZONEORDER=11 234 232 CONFIG_PROC_DEVICETREE=y 235 233 # CONFIG_CMDLINE_BOOL is not set ··· 315 313 # CONFIG_TIPC is not set 316 314 # CONFIG_ATM is not set 317 315 # CONFIG_BRIDGE is not set 316 + # CONFIG_NET_DSA is not set 318 317 # CONFIG_VLAN_8021Q is not set 319 318 # CONFIG_DECNET is not set 320 319 # CONFIG_LLC2 is not set ··· 336 333 # CONFIG_IRDA is not set 337 334 # CONFIG_BT is not set 338 335 # CONFIG_AF_RXRPC is not set 339 - 340 - # 341 - # Wireless 342 - # 336 + # CONFIG_PHONET is not set 337 + CONFIG_WIRELESS=y 343 338 # CONFIG_CFG80211 is not set 339 + CONFIG_WIRELESS_OLD_REGULATORY=y 344 340 # CONFIG_WIRELESS_EXT is not set 345 341 # CONFIG_MAC80211 is not set 346 342 # CONFIG_IEEE80211 is not set ··· 423 421 # CONFIG_IBM_NEW_EMAC_RGMII is not set 424 422 # CONFIG_IBM_NEW_EMAC_TAH is not set 425 423 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 424 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 425 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 426 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 426 427 # CONFIG_B44 is not set 427 428 CONFIG_NETDEV_1000=y 428 429 CONFIG_GIANFAR=y ··· 550 545 # CONFIG_MFD_TMIO is not set 551 546 552 547 # 548 + # Voltage and Current regulators 549 + # 550 + # CONFIG_REGULATOR is not set 551 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 552 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 553 + # CONFIG_REGULATOR_BQ24022 is not set 554 + 555 + # 553 556 # Multimedia devices 554 557 # 555 558 ··· 590 577 CONFIG_HID=y 591 578 # CONFIG_HID_DEBUG is not set 592 579 # CONFIG_HIDRAW is not set 580 + # CONFIG_HID_PID is not set 581 + 582 + # 583 + # Special HID drivers 584 + # 585 + CONFIG_HID_COMPAT=y 593 586 CONFIG_USB_SUPPORT=y 594 587 # CONFIG_USB_ARCH_HAS_HCD is not set 595 588 # CONFIG_USB_ARCH_HAS_OHCI is not set ··· 619 600 # CONFIG_RTC_CLASS is not set 620 601 # CONFIG_DMADEVICES is not set 621 602 # CONFIG_UIO is not set 603 + # CONFIG_STAGING is not set 622 604 623 605 # 624 606 # File systems ··· 631 611 CONFIG_EXT3_FS_XATTR=y 632 612 # CONFIG_EXT3_FS_POSIX_ACL is not set 633 613 # CONFIG_EXT3_FS_SECURITY is not set 634 - # CONFIG_EXT4DEV_FS is not set 614 + # CONFIG_EXT4_FS is not set 635 615 CONFIG_JBD=y 636 616 CONFIG_FS_MBCACHE=y 637 617 # CONFIG_REISERFS_FS is not set 638 618 # CONFIG_JFS_FS is not set 639 619 # CONFIG_FS_POSIX_ACL is not set 620 + CONFIG_FILE_LOCKING=y 640 621 # CONFIG_XFS_FS is not set 641 622 # CONFIG_OCFS2_FS is not set 642 623 CONFIG_DNOTIFY=y ··· 667 646 CONFIG_PROC_FS=y 668 647 CONFIG_PROC_KCORE=y 669 648 CONFIG_PROC_SYSCTL=y 649 + CONFIG_PROC_PAGE_MONITOR=y 670 650 CONFIG_SYSFS=y 671 651 CONFIG_TMPFS=y 672 652 # CONFIG_TMPFS_POSIX_ACL is not set ··· 702 680 CONFIG_LOCKD=y 703 681 CONFIG_NFS_COMMON=y 704 682 CONFIG_SUNRPC=y 683 + # CONFIG_SUNRPC_REGISTER_V4 is not set 705 684 # CONFIG_RPCSEC_GSS_KRB5 is not set 706 685 # CONFIG_RPCSEC_GSS_SPKM3 is not set 707 686 # CONFIG_SMB_FS is not set ··· 735 712 # Library routines 736 713 # 737 714 CONFIG_BITREVERSE=y 738 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 739 715 # CONFIG_CRC_CCITT is not set 740 716 # CONFIG_CRC16 is not set 741 717 # CONFIG_CRC_T10DIF is not set ··· 786 764 # CONFIG_DEBUG_SG is not set 787 765 # CONFIG_BOOT_PRINTK_DELAY is not set 788 766 # CONFIG_RCU_TORTURE_TEST is not set 767 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 789 768 # CONFIG_BACKTRACE_SELF_TEST is not set 769 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 790 770 # CONFIG_FAULT_INJECTION is not set 791 771 # CONFIG_LATENCYTOP is not set 792 772 CONFIG_SYSCTL_SYSCALL_CHECK=y 793 - CONFIG_HAVE_FTRACE=y 794 - CONFIG_HAVE_DYNAMIC_FTRACE=y 795 - # CONFIG_FTRACE is not set 773 + CONFIG_HAVE_FUNCTION_TRACER=y 774 + 775 + # 776 + # Tracers 777 + # 778 + # CONFIG_FUNCTION_TRACER is not set 796 779 # CONFIG_SCHED_TRACER is not set 797 780 # CONFIG_CONTEXT_SWITCH_TRACER is not set 781 + # CONFIG_BOOT_TRACER is not set 782 + # CONFIG_STACK_TRACER is not set 783 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 798 784 # CONFIG_SAMPLES is not set 799 785 CONFIG_HAVE_ARCH_KGDB=y 800 786 # CONFIG_KGDB is not set ··· 811 781 # CONFIG_DEBUG_PAGEALLOC is not set 812 782 # CONFIG_CODE_PATCHING_SELFTEST is not set 813 783 # CONFIG_FTR_FIXUP_SELFTEST is not set 784 + # CONFIG_MSI_BITMAP_SELFTEST is not set 814 785 # CONFIG_XMON is not set 815 786 # CONFIG_IRQSTACKS is not set 816 787 # CONFIG_BDI_SWITCH is not set ··· 822 791 # 823 792 # CONFIG_KEYS is not set 824 793 # CONFIG_SECURITY is not set 794 + # CONFIG_SECURITYFS is not set 825 795 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 826 796 CONFIG_CRYPTO=y 827 797 828 798 # 829 799 # Crypto core or helper 830 800 # 801 + # CONFIG_CRYPTO_FIPS is not set 831 802 # CONFIG_CRYPTO_MANAGER is not set 832 803 # CONFIG_CRYPTO_GF128MUL is not set 833 804 # CONFIG_CRYPTO_NULL is not set ··· 901 868 # 902 869 # CONFIG_CRYPTO_DEFLATE is not set 903 870 # CONFIG_CRYPTO_LZO is not set 871 + 872 + # 873 + # Random Number Generation 874 + # 875 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 904 876 CONFIG_CRYPTO_HW=y 905 877 # CONFIG_CRYPTO_DEV_TALITOS is not set 906 878 # CONFIG_PPC_CLOCK is not set
+119 -24
arch/powerpc/configs/85xx/mpc8544_ds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 07:20:43 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:08 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 126 124 CONFIG_HAVE_KPROBES=y 127 125 CONFIG_HAVE_KRETPROBES=y 128 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 128 CONFIG_SLABINFO=y 135 129 CONFIG_RT_MUTEXES=y ··· 158 160 # CONFIG_DEFAULT_NOOP is not set 159 161 CONFIG_DEFAULT_IOSCHED="cfq" 160 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 161 164 162 165 # 163 166 # Platform support ··· 193 194 # CONFIG_PPC_INDIRECT_IO is not set 194 195 # CONFIG_GENERIC_IOMAP is not set 195 196 # CONFIG_CPU_FREQ is not set 197 + # CONFIG_QUICC_ENGINE is not set 196 198 # CONFIG_CPM2 is not set 197 199 CONFIG_FSL_ULI1575=y 200 + # CONFIG_MPC8xxx_GPIO is not set 198 201 199 202 # 200 203 # Kernel options ··· 216 215 # CONFIG_PREEMPT_VOLUNTARY is not set 217 216 # CONFIG_PREEMPT is not set 218 217 CONFIG_BINFMT_ELF=y 218 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 219 + # CONFIG_HAVE_AOUT is not set 219 220 CONFIG_BINFMT_MISC=m 220 221 CONFIG_MATH_EMULATION=y 221 222 # CONFIG_IOMMU_HELPER is not set ··· 232 229 # CONFIG_SPARSEMEM_MANUAL is not set 233 230 CONFIG_FLATMEM=y 234 231 CONFIG_FLAT_NODE_MEM_MAP=y 235 - # CONFIG_SPARSEMEM_STATIC is not set 236 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 237 232 CONFIG_PAGEFLAGS_EXTENDED=y 238 233 CONFIG_SPLIT_PTLOCK_CPUS=4 239 234 CONFIG_MIGRATION=y 240 235 # CONFIG_RESOURCES_64BIT is not set 236 + # CONFIG_PHYS_ADDR_T_64BIT is not set 241 237 CONFIG_ZONE_DMA_FLAG=1 242 238 CONFIG_BOUNCE=y 243 239 CONFIG_VIRT_TO_BUS=y 240 + CONFIG_UNEVICTABLE_LRU=y 244 241 CONFIG_FORCE_MAX_ZONEORDER=11 245 242 CONFIG_PROC_DEVICETREE=y 246 243 # CONFIG_CMDLINE_BOOL is not set ··· 264 261 # CONFIG_PCIEPORTBUS is not set 265 262 CONFIG_ARCH_SUPPORTS_MSI=y 266 263 # CONFIG_PCI_MSI is not set 267 - CONFIG_PCI_LEGACY=y 264 + # CONFIG_PCI_LEGACY is not set 268 265 # CONFIG_PCI_DEBUG is not set 269 266 # CONFIG_PCCARD is not set 270 267 # CONFIG_HOTPLUG_PCI is not set ··· 366 363 # CONFIG_TIPC is not set 367 364 # CONFIG_ATM is not set 368 365 # CONFIG_BRIDGE is not set 366 + # CONFIG_NET_DSA is not set 369 367 # CONFIG_VLAN_8021Q is not set 370 368 # CONFIG_DECNET is not set 371 369 # CONFIG_LLC2 is not set ··· 387 383 # CONFIG_IRDA is not set 388 384 # CONFIG_BT is not set 389 385 # CONFIG_AF_RXRPC is not set 386 + # CONFIG_PHONET is not set 390 387 CONFIG_FIB_RULES=y 391 - 392 - # 393 - # Wireless 394 - # 388 + CONFIG_WIRELESS=y 395 389 # CONFIG_CFG80211 is not set 390 + CONFIG_WIRELESS_OLD_REGULATORY=y 396 391 # CONFIG_WIRELESS_EXT is not set 397 392 # CONFIG_MAC80211 is not set 398 393 # CONFIG_IEEE80211 is not set ··· 637 634 # CONFIG_IBM_NEW_EMAC_RGMII is not set 638 635 # CONFIG_IBM_NEW_EMAC_TAH is not set 639 636 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 637 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 638 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 639 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 640 640 # CONFIG_NET_PCI is not set 641 641 # CONFIG_B44 is not set 642 + # CONFIG_ATL2 is not set 642 643 CONFIG_NETDEV_1000=y 643 644 # CONFIG_ACENIC is not set 644 645 # CONFIG_DL2K is not set ··· 664 657 # CONFIG_QLA3XXX is not set 665 658 # CONFIG_ATL1 is not set 666 659 # CONFIG_ATL1E is not set 660 + # CONFIG_JME is not set 667 661 CONFIG_NETDEV_10000=y 668 662 # CONFIG_CHELSIO_T1 is not set 669 663 # CONFIG_CHELSIO_T3 is not set 664 + # CONFIG_ENIC is not set 670 665 # CONFIG_IXGBE is not set 671 666 # CONFIG_IXGB is not set 672 667 # CONFIG_S2IO is not set 673 668 # CONFIG_MYRI10GE is not set 674 669 # CONFIG_NETXEN_NIC is not set 675 670 # CONFIG_NIU is not set 671 + # CONFIG_MLX4_EN is not set 676 672 # CONFIG_MLX4_CORE is not set 677 673 # CONFIG_TEHUTI is not set 678 674 # CONFIG_BNX2X is not set 675 + # CONFIG_QLGE is not set 679 676 # CONFIG_SFC is not set 680 677 # CONFIG_TR is not set 681 678 ··· 714 703 # Input device support 715 704 # 716 705 CONFIG_INPUT=y 717 - # CONFIG_INPUT_FF_MEMLESS is not set 706 + CONFIG_INPUT_FF_MEMLESS=m 718 707 # CONFIG_INPUT_POLLDEV is not set 719 708 720 709 # ··· 883 872 # CONFIG_MFD_SM501 is not set 884 873 # CONFIG_HTC_PASIC3 is not set 885 874 # CONFIG_MFD_TMIO is not set 875 + # CONFIG_PMIC_DA903X is not set 876 + # CONFIG_MFD_WM8400 is not set 877 + # CONFIG_MFD_WM8350_I2C is not set 878 + 879 + # 880 + # Voltage and Current regulators 881 + # 882 + # CONFIG_REGULATOR is not set 883 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 884 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 885 + # CONFIG_REGULATOR_BQ24022 is not set 886 886 887 887 # 888 888 # Multimedia devices ··· 934 912 # CONFIG_DVB_USB is not set 935 913 # CONFIG_DVB_TTUSB_BUDGET is not set 936 914 # CONFIG_DVB_TTUSB_DEC is not set 937 - # CONFIG_DVB_CINERGYT2 is not set 938 915 # CONFIG_DVB_SIANO_SMS1XXX is not set 939 916 940 917 # ··· 951 930 # CONFIG_DVB_PLUTO2 is not set 952 931 953 932 # 933 + # Supported SDMC DM1105 Adapters 934 + # 935 + # CONFIG_DVB_DM1105 is not set 936 + 937 + # 954 938 # Supported DVB Frontends 955 939 # 956 940 ··· 971 945 # CONFIG_DVB_CX24123 is not set 972 946 # CONFIG_DVB_MT312 is not set 973 947 # CONFIG_DVB_S5H1420 is not set 948 + # CONFIG_DVB_STV0288 is not set 949 + # CONFIG_DVB_STB6000 is not set 974 950 # CONFIG_DVB_STV0299 is not set 975 951 # CONFIG_DVB_TDA8083 is not set 976 952 # CONFIG_DVB_TDA10086 is not set ··· 980 952 # CONFIG_DVB_TUNER_ITD1000 is not set 981 953 # CONFIG_DVB_TDA826X is not set 982 954 # CONFIG_DVB_TUA6100 is not set 955 + # CONFIG_DVB_CX24116 is not set 956 + # CONFIG_DVB_SI21XX is not set 983 957 984 958 # 985 959 # DVB-T (terrestrial) frontends ··· 1034 1004 # CONFIG_DVB_LNBP21 is not set 1035 1005 # CONFIG_DVB_ISL6405 is not set 1036 1006 # CONFIG_DVB_ISL6421 is not set 1007 + # CONFIG_DVB_LGS8GL5 is not set 1008 + 1009 + # 1010 + # Tools to develop new frontends 1011 + # 1012 + # CONFIG_DVB_DUMMY_FE is not set 1013 + # CONFIG_DVB_AF9013 is not set 1037 1014 CONFIG_DAB=y 1038 1015 # CONFIG_USB_DABUSB is not set 1039 1016 ··· 1066 1029 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1067 1030 CONFIG_DUMMY_CONSOLE=y 1068 1031 CONFIG_SOUND=y 1032 + CONFIG_SOUND_OSS_CORE=y 1069 1033 CONFIG_SND=y 1070 1034 CONFIG_SND_TIMER=y 1071 1035 CONFIG_SND_PCM=y ··· 1167 1129 # USB Input Devices 1168 1130 # 1169 1131 CONFIG_USB_HID=y 1170 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1171 - # CONFIG_HID_FF is not set 1132 + # CONFIG_HID_PID is not set 1172 1133 # CONFIG_USB_HIDDEV is not set 1134 + 1135 + # 1136 + # Special HID drivers 1137 + # 1138 + CONFIG_HID_COMPAT=y 1139 + CONFIG_HID_A4TECH=y 1140 + CONFIG_HID_APPLE=y 1141 + CONFIG_HID_BELKIN=y 1142 + CONFIG_HID_BRIGHT=y 1143 + CONFIG_HID_CHERRY=y 1144 + CONFIG_HID_CHICONY=y 1145 + CONFIG_HID_CYPRESS=y 1146 + CONFIG_HID_DELL=y 1147 + CONFIG_HID_EZKEY=y 1148 + CONFIG_HID_GYRATION=y 1149 + CONFIG_HID_LOGITECH=y 1150 + # CONFIG_LOGITECH_FF is not set 1151 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1152 + CONFIG_HID_MICROSOFT=y 1153 + CONFIG_HID_MONTEREY=y 1154 + CONFIG_HID_PANTHERLORD=y 1155 + # CONFIG_PANTHERLORD_FF is not set 1156 + CONFIG_HID_PETALYNX=y 1157 + CONFIG_HID_SAMSUNG=y 1158 + CONFIG_HID_SONY=y 1159 + CONFIG_HID_SUNPLUS=y 1160 + CONFIG_THRUSTMASTER_FF=m 1161 + CONFIG_ZEROPLUS_FF=m 1173 1162 CONFIG_USB_SUPPORT=y 1174 1163 CONFIG_USB_ARCH_HAS_HCD=y 1175 1164 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1215 1150 # CONFIG_USB_OTG_WHITELIST is not set 1216 1151 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1217 1152 CONFIG_USB_MON=y 1153 + # CONFIG_USB_WUSB is not set 1154 + # CONFIG_USB_WUSB_CBAF is not set 1218 1155 1219 1156 # 1220 1157 # USB Host Controller Drivers ··· 1240 1173 # CONFIG_USB_UHCI_HCD is not set 1241 1174 # CONFIG_USB_SL811_HCD is not set 1242 1175 # CONFIG_USB_R8A66597_HCD is not set 1176 + # CONFIG_USB_WHCI_HCD is not set 1177 + # CONFIG_USB_HWA_HCD is not set 1243 1178 1244 1179 # 1245 1180 # USB Device Class drivers ··· 1249 1180 # CONFIG_USB_ACM is not set 1250 1181 # CONFIG_USB_PRINTER is not set 1251 1182 # CONFIG_USB_WDM is not set 1183 + # CONFIG_USB_TMC is not set 1252 1184 1253 1185 # 1254 1186 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1271 1201 # CONFIG_USB_STORAGE_ALAUDA is not set 1272 1202 # CONFIG_USB_STORAGE_ONETOUCH is not set 1273 1203 # CONFIG_USB_STORAGE_KARMA is not set 1274 - # CONFIG_USB_STORAGE_SIERRA is not set 1275 1204 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1276 1205 # CONFIG_USB_LIBUSUAL is not set 1277 1206 ··· 1291 1222 # CONFIG_USB_EMI62 is not set 1292 1223 # CONFIG_USB_EMI26 is not set 1293 1224 # CONFIG_USB_ADUTUX is not set 1225 + # CONFIG_USB_SEVSEG is not set 1294 1226 # CONFIG_USB_RIO500 is not set 1295 1227 # CONFIG_USB_LEGOTOWER is not set 1296 1228 # CONFIG_USB_LCD is not set ··· 1309 1239 # CONFIG_USB_IOWARRIOR is not set 1310 1240 # CONFIG_USB_TEST is not set 1311 1241 # CONFIG_USB_ISIGHTFW is not set 1242 + # CONFIG_USB_VST is not set 1312 1243 # CONFIG_USB_GADGET is not set 1244 + # CONFIG_UWB is not set 1313 1245 # CONFIG_MMC is not set 1314 1246 # CONFIG_MEMSTICK is not set 1315 1247 # CONFIG_NEW_LEDS is not set ··· 1357 1285 # Platform RTC drivers 1358 1286 # 1359 1287 CONFIG_RTC_DRV_CMOS=y 1288 + # CONFIG_RTC_DRV_DS1286 is not set 1360 1289 # CONFIG_RTC_DRV_DS1511 is not set 1361 1290 # CONFIG_RTC_DRV_DS1553 is not set 1362 1291 # CONFIG_RTC_DRV_DS1742 is not set 1363 1292 # CONFIG_RTC_DRV_STK17TA8 is not set 1364 1293 # CONFIG_RTC_DRV_M48T86 is not set 1294 + # CONFIG_RTC_DRV_M48T35 is not set 1365 1295 # CONFIG_RTC_DRV_M48T59 is not set 1296 + # CONFIG_RTC_DRV_BQ4802 is not set 1366 1297 # CONFIG_RTC_DRV_V3020 is not set 1367 1298 1368 1299 # ··· 1386 1311 # CONFIG_NET_DMA is not set 1387 1312 # CONFIG_DMATEST is not set 1388 1313 # CONFIG_UIO is not set 1314 + # CONFIG_STAGING is not set 1389 1315 1390 1316 # 1391 1317 # File systems ··· 1398 1322 CONFIG_EXT3_FS_XATTR=y 1399 1323 # CONFIG_EXT3_FS_POSIX_ACL is not set 1400 1324 # CONFIG_EXT3_FS_SECURITY is not set 1401 - # CONFIG_EXT4DEV_FS is not set 1325 + # CONFIG_EXT4_FS is not set 1402 1326 CONFIG_JBD=y 1403 1327 CONFIG_FS_MBCACHE=y 1404 1328 # CONFIG_REISERFS_FS is not set 1405 1329 # CONFIG_JFS_FS is not set 1406 1330 # CONFIG_FS_POSIX_ACL is not set 1331 + CONFIG_FILE_LOCKING=y 1407 1332 # CONFIG_XFS_FS is not set 1408 1333 # CONFIG_OCFS2_FS is not set 1409 1334 CONFIG_DNOTIFY=y ··· 1442 1365 CONFIG_PROC_FS=y 1443 1366 CONFIG_PROC_KCORE=y 1444 1367 CONFIG_PROC_SYSCTL=y 1368 + CONFIG_PROC_PAGE_MONITOR=y 1445 1369 CONFIG_SYSFS=y 1446 1370 CONFIG_TMPFS=y 1447 1371 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1487 1409 CONFIG_NFS_COMMON=y 1488 1410 CONFIG_SUNRPC=y 1489 1411 CONFIG_SUNRPC_GSS=y 1412 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1490 1413 CONFIG_RPCSEC_GSS_KRB5=y 1491 1414 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1492 1415 # CONFIG_SMB_FS is not set ··· 1563 1484 # Library routines 1564 1485 # 1565 1486 CONFIG_BITREVERSE=y 1566 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1567 1487 # CONFIG_CRC_CCITT is not set 1568 1488 # CONFIG_CRC16 is not set 1569 1489 CONFIG_CRC_T10DIF=y ··· 1616 1538 # CONFIG_DEBUG_SG is not set 1617 1539 # CONFIG_BOOT_PRINTK_DELAY is not set 1618 1540 # CONFIG_RCU_TORTURE_TEST is not set 1541 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1619 1542 # CONFIG_BACKTRACE_SELF_TEST is not set 1543 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1620 1544 # CONFIG_FAULT_INJECTION is not set 1621 1545 # CONFIG_LATENCYTOP is not set 1622 1546 CONFIG_SYSCTL_SYSCALL_CHECK=y 1623 - CONFIG_HAVE_FTRACE=y 1624 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1625 - # CONFIG_FTRACE is not set 1547 + CONFIG_HAVE_FUNCTION_TRACER=y 1548 + 1549 + # 1550 + # Tracers 1551 + # 1552 + # CONFIG_FUNCTION_TRACER is not set 1626 1553 # CONFIG_SCHED_TRACER is not set 1627 1554 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1555 + # CONFIG_BOOT_TRACER is not set 1556 + # CONFIG_STACK_TRACER is not set 1557 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1628 1558 # CONFIG_SAMPLES is not set 1629 1559 CONFIG_HAVE_ARCH_KGDB=y 1630 1560 # CONFIG_KGDB is not set ··· 1641 1555 # CONFIG_DEBUG_PAGEALLOC is not set 1642 1556 # CONFIG_CODE_PATCHING_SELFTEST is not set 1643 1557 # CONFIG_FTR_FIXUP_SELFTEST is not set 1558 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1644 1559 # CONFIG_XMON is not set 1645 1560 # CONFIG_IRQSTACKS is not set 1646 1561 # CONFIG_BDI_SWITCH is not set ··· 1652 1565 # 1653 1566 # CONFIG_KEYS is not set 1654 1567 # CONFIG_SECURITY is not set 1568 + # CONFIG_SECURITYFS is not set 1655 1569 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1656 1570 CONFIG_CRYPTO=y 1657 1571 1658 1572 # 1659 1573 # Crypto core or helper 1660 1574 # 1575 + # CONFIG_CRYPTO_FIPS is not set 1661 1576 CONFIG_CRYPTO_ALGAPI=y 1662 1577 CONFIG_CRYPTO_AEAD=y 1663 1578 CONFIG_CRYPTO_BLKCIPHER=y 1664 1579 CONFIG_CRYPTO_HASH=y 1580 + CONFIG_CRYPTO_RNG=y 1665 1581 CONFIG_CRYPTO_MANAGER=y 1666 1582 # CONFIG_CRYPTO_GF128MUL is not set 1667 1583 # CONFIG_CRYPTO_NULL is not set ··· 1737 1647 # 1738 1648 # CONFIG_CRYPTO_DEFLATE is not set 1739 1649 # CONFIG_CRYPTO_LZO is not set 1650 + 1651 + # 1652 + # Random Number Generation 1653 + # 1654 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1740 1655 CONFIG_CRYPTO_HW=y 1741 1656 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1742 1657 CONFIG_CRYPTO_DEV_TALITOS=y
+64 -26
arch/powerpc/configs/85xx/mpc8560_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:32 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:09 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 108 108 CONFIG_TIMERFD=y 109 109 CONFIG_EVENTFD=y 110 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 111 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 112 114 CONFIG_SLUB_DEBUG=y 113 115 # CONFIG_SLAB is not set 114 116 CONFIG_SLUB=y ··· 123 121 CONFIG_HAVE_KPROBES=y 124 122 CONFIG_HAVE_KRETPROBES=y 125 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 126 - # CONFIG_HAVE_DMA_ATTRS is not set 127 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 128 124 CONFIG_HAVE_CLK=y 129 - CONFIG_PROC_PAGE_MONITOR=y 130 125 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 131 126 CONFIG_SLABINFO=y 132 127 CONFIG_RT_MUTEXES=y ··· 150 151 # CONFIG_DEFAULT_NOOP is not set 151 152 CONFIG_DEFAULT_IOSCHED="anticipatory" 152 153 CONFIG_CLASSIC_RCU=y 154 + # CONFIG_FREEZER is not set 153 155 154 156 # 155 157 # Platform support ··· 185 185 # CONFIG_PPC_INDIRECT_IO is not set 186 186 # CONFIG_GENERIC_IOMAP is not set 187 187 # CONFIG_CPU_FREQ is not set 188 + # CONFIG_QUICC_ENGINE is not set 188 189 CONFIG_CPM2=y 189 190 # CONFIG_FSL_ULI1575 is not set 190 191 CONFIG_CPM=y 192 + # CONFIG_MPC8xxx_GPIO is not set 191 193 192 194 # 193 195 # Kernel options 194 196 # 195 197 # CONFIG_HIGHMEM is not set 196 - # CONFIG_TICK_ONESHOT is not set 197 198 # CONFIG_NO_HZ is not set 198 199 # CONFIG_HIGH_RES_TIMERS is not set 199 200 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 208 207 # CONFIG_PREEMPT_VOLUNTARY is not set 209 208 # CONFIG_PREEMPT is not set 210 209 CONFIG_BINFMT_ELF=y 210 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 211 + # CONFIG_HAVE_AOUT is not set 211 212 CONFIG_BINFMT_MISC=y 212 213 CONFIG_MATH_EMULATION=y 213 214 # CONFIG_IOMMU_HELPER is not set ··· 224 221 # CONFIG_SPARSEMEM_MANUAL is not set 225 222 CONFIG_FLATMEM=y 226 223 CONFIG_FLAT_NODE_MEM_MAP=y 227 - # CONFIG_SPARSEMEM_STATIC is not set 228 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 229 224 CONFIG_PAGEFLAGS_EXTENDED=y 230 225 CONFIG_SPLIT_PTLOCK_CPUS=4 231 226 CONFIG_MIGRATION=y 232 227 # CONFIG_RESOURCES_64BIT is not set 228 + # CONFIG_PHYS_ADDR_T_64BIT is not set 233 229 CONFIG_ZONE_DMA_FLAG=1 234 230 CONFIG_BOUNCE=y 235 231 CONFIG_VIRT_TO_BUS=y 232 + CONFIG_UNEVICTABLE_LRU=y 236 233 CONFIG_FORCE_MAX_ZONEORDER=11 237 234 # CONFIG_PROC_DEVICETREE is not set 238 235 # CONFIG_CMDLINE_BOOL is not set ··· 255 252 # CONFIG_PCIEPORTBUS is not set 256 253 CONFIG_ARCH_SUPPORTS_MSI=y 257 254 # CONFIG_PCI_MSI is not set 258 - CONFIG_PCI_LEGACY=y 255 + # CONFIG_PCI_LEGACY is not set 259 256 CONFIG_PCI_DEBUG=y 260 257 # CONFIG_PCCARD is not set 261 258 # CONFIG_HOTPLUG_PCI is not set ··· 325 322 # CONFIG_TIPC is not set 326 323 # CONFIG_ATM is not set 327 324 # CONFIG_BRIDGE is not set 325 + # CONFIG_NET_DSA is not set 328 326 # CONFIG_VLAN_8021Q is not set 329 327 # CONFIG_DECNET is not set 330 328 # CONFIG_LLC2 is not set ··· 346 342 # CONFIG_IRDA is not set 347 343 # CONFIG_BT is not set 348 344 # CONFIG_AF_RXRPC is not set 349 - 350 - # 351 - # Wireless 352 - # 345 + # CONFIG_PHONET is not set 346 + CONFIG_WIRELESS=y 353 347 # CONFIG_CFG80211 is not set 348 + CONFIG_WIRELESS_OLD_REGULATORY=y 354 349 # CONFIG_WIRELESS_EXT is not set 355 350 # CONFIG_MAC80211 is not set 356 351 # CONFIG_IEEE80211 is not set ··· 462 459 # CONFIG_IBM_NEW_EMAC_RGMII is not set 463 460 # CONFIG_IBM_NEW_EMAC_TAH is not set 464 461 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 462 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 463 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 464 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 465 465 # CONFIG_NET_PCI is not set 466 466 # CONFIG_B44 is not set 467 + # CONFIG_ATL2 is not set 467 468 CONFIG_FS_ENET=y 468 469 # CONFIG_FS_ENET_HAS_SCC is not set 469 470 CONFIG_FS_ENET_HAS_FCC=y ··· 476 469 # CONFIG_ACENIC is not set 477 470 # CONFIG_DL2K is not set 478 471 CONFIG_E1000=y 479 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 480 472 # CONFIG_E1000E is not set 481 473 # CONFIG_IP1000 is not set 482 474 # CONFIG_IGB is not set ··· 493 487 # CONFIG_QLA3XXX is not set 494 488 # CONFIG_ATL1 is not set 495 489 # CONFIG_ATL1E is not set 490 + # CONFIG_JME is not set 496 491 CONFIG_NETDEV_10000=y 497 492 # CONFIG_CHELSIO_T1 is not set 498 493 # CONFIG_CHELSIO_T3 is not set 494 + # CONFIG_ENIC is not set 499 495 # CONFIG_IXGBE is not set 500 496 # CONFIG_IXGB is not set 501 497 # CONFIG_S2IO is not set 502 498 # CONFIG_MYRI10GE is not set 503 499 # CONFIG_NETXEN_NIC is not set 504 500 # CONFIG_NIU is not set 501 + # CONFIG_MLX4_EN is not set 505 502 # CONFIG_MLX4_CORE is not set 506 503 # CONFIG_TEHUTI is not set 507 504 # CONFIG_BNX2X is not set 505 + # CONFIG_QLGE is not set 508 506 # CONFIG_SFC is not set 509 507 # CONFIG_TR is not set 510 508 ··· 581 571 CONFIG_SERIAL_CORE_CONSOLE=y 582 572 CONFIG_SERIAL_CPM=y 583 573 CONFIG_SERIAL_CPM_CONSOLE=y 584 - CONFIG_SERIAL_CPM_SCC1=y 585 - CONFIG_SERIAL_CPM_SCC2=y 586 - # CONFIG_SERIAL_CPM_SCC3 is not set 587 - # CONFIG_SERIAL_CPM_SCC4 is not set 588 - # CONFIG_SERIAL_CPM_SMC1 is not set 589 - # CONFIG_SERIAL_CPM_SMC2 is not set 590 574 # CONFIG_SERIAL_JSM is not set 591 575 CONFIG_UNIX98_PTYS=y 592 576 CONFIG_LEGACY_PTYS=y ··· 653 649 # CONFIG_MFD_TMIO is not set 654 650 655 651 # 652 + # Voltage and Current regulators 653 + # 654 + # CONFIG_REGULATOR is not set 655 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 656 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 657 + # CONFIG_REGULATOR_BQ24022 is not set 658 + 659 + # 656 660 # Multimedia devices 657 661 # 658 662 ··· 695 683 CONFIG_HID=y 696 684 # CONFIG_HID_DEBUG is not set 697 685 # CONFIG_HIDRAW is not set 686 + # CONFIG_HID_PID is not set 687 + 688 + # 689 + # Special HID drivers 690 + # 691 + CONFIG_HID_COMPAT=y 698 692 CONFIG_USB_SUPPORT=y 699 693 CONFIG_USB_ARCH_HAS_HCD=y 700 694 CONFIG_USB_ARCH_HAS_OHCI=y ··· 717 699 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 718 700 # 719 701 # CONFIG_USB_GADGET is not set 702 + # CONFIG_UWB is not set 720 703 # CONFIG_MMC is not set 721 704 # CONFIG_MEMSTICK is not set 722 705 # CONFIG_NEW_LEDS is not set ··· 727 708 # CONFIG_RTC_CLASS is not set 728 709 # CONFIG_DMADEVICES is not set 729 710 # CONFIG_UIO is not set 711 + # CONFIG_STAGING is not set 730 712 731 713 # 732 714 # File systems ··· 739 719 CONFIG_EXT3_FS_XATTR=y 740 720 # CONFIG_EXT3_FS_POSIX_ACL is not set 741 721 # CONFIG_EXT3_FS_SECURITY is not set 742 - # CONFIG_EXT4DEV_FS is not set 722 + # CONFIG_EXT4_FS is not set 743 723 CONFIG_JBD=y 744 724 CONFIG_FS_MBCACHE=y 745 725 # CONFIG_REISERFS_FS is not set 746 726 # CONFIG_JFS_FS is not set 747 727 # CONFIG_FS_POSIX_ACL is not set 728 + CONFIG_FILE_LOCKING=y 748 729 # CONFIG_XFS_FS is not set 749 730 # CONFIG_OCFS2_FS is not set 750 731 CONFIG_DNOTIFY=y ··· 775 754 CONFIG_PROC_FS=y 776 755 CONFIG_PROC_KCORE=y 777 756 CONFIG_PROC_SYSCTL=y 757 + CONFIG_PROC_PAGE_MONITOR=y 778 758 CONFIG_SYSFS=y 779 759 CONFIG_TMPFS=y 780 760 # CONFIG_TMPFS_POSIX_ACL is not set ··· 810 788 CONFIG_LOCKD=y 811 789 CONFIG_NFS_COMMON=y 812 790 CONFIG_SUNRPC=y 791 + # CONFIG_SUNRPC_REGISTER_V4 is not set 813 792 # CONFIG_RPCSEC_GSS_KRB5 is not set 814 793 # CONFIG_RPCSEC_GSS_SPKM3 is not set 815 794 # CONFIG_SMB_FS is not set ··· 843 820 # Library routines 844 821 # 845 822 CONFIG_BITREVERSE=y 846 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 847 823 # CONFIG_CRC_CCITT is not set 848 824 # CONFIG_CRC16 is not set 849 825 # CONFIG_CRC_T10DIF is not set ··· 894 872 # CONFIG_DEBUG_SG is not set 895 873 # CONFIG_BOOT_PRINTK_DELAY is not set 896 874 # CONFIG_RCU_TORTURE_TEST is not set 875 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 897 876 # CONFIG_BACKTRACE_SELF_TEST is not set 877 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 898 878 # CONFIG_FAULT_INJECTION is not set 899 879 # CONFIG_LATENCYTOP is not set 900 880 CONFIG_SYSCTL_SYSCALL_CHECK=y 901 - CONFIG_HAVE_FTRACE=y 902 - CONFIG_HAVE_DYNAMIC_FTRACE=y 903 - # CONFIG_FTRACE is not set 881 + CONFIG_HAVE_FUNCTION_TRACER=y 882 + 883 + # 884 + # Tracers 885 + # 886 + # CONFIG_FUNCTION_TRACER is not set 904 887 # CONFIG_SCHED_TRACER is not set 905 888 # CONFIG_CONTEXT_SWITCH_TRACER is not set 889 + # CONFIG_BOOT_TRACER is not set 890 + # CONFIG_STACK_TRACER is not set 891 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 906 892 # CONFIG_SAMPLES is not set 907 893 CONFIG_HAVE_ARCH_KGDB=y 908 894 # CONFIG_KGDB is not set ··· 919 889 # CONFIG_DEBUG_PAGEALLOC is not set 920 890 # CONFIG_CODE_PATCHING_SELFTEST is not set 921 891 # CONFIG_FTR_FIXUP_SELFTEST is not set 892 + # CONFIG_MSI_BITMAP_SELFTEST is not set 922 893 # CONFIG_XMON is not set 923 894 # CONFIG_IRQSTACKS is not set 924 895 # CONFIG_BDI_SWITCH is not set ··· 930 899 # 931 900 # CONFIG_KEYS is not set 932 901 # CONFIG_SECURITY is not set 902 + # CONFIG_SECURITYFS is not set 933 903 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 934 904 CONFIG_CRYPTO=y 935 905 936 906 # 937 907 # Crypto core or helper 938 908 # 909 + # CONFIG_CRYPTO_FIPS is not set 939 910 # CONFIG_CRYPTO_MANAGER is not set 940 911 # CONFIG_CRYPTO_GF128MUL is not set 941 912 # CONFIG_CRYPTO_NULL is not set ··· 1009 976 # 1010 977 # CONFIG_CRYPTO_DEFLATE is not set 1011 978 # CONFIG_CRYPTO_LZO is not set 979 + 980 + # 981 + # Random Number Generation 982 + # 983 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1012 984 CONFIG_CRYPTO_HW=y 1013 985 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1014 986 # CONFIG_CRYPTO_DEV_TALITOS is not set
+73 -20
arch/powerpc/configs/85xx/mpc8568mds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:33 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:11 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 105 105 CONFIG_TIMERFD=y 106 106 CONFIG_EVENTFD=y 107 107 CONFIG_SHMEM=y 108 + CONFIG_AIO=y 108 109 CONFIG_VM_EVENT_COUNTERS=y 110 + CONFIG_PCI_QUIRKS=y 109 111 CONFIG_SLUB_DEBUG=y 110 112 # CONFIG_SLAB is not set 111 113 CONFIG_SLUB=y ··· 120 118 CONFIG_HAVE_KPROBES=y 121 119 CONFIG_HAVE_KRETPROBES=y 122 120 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 121 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 122 CONFIG_SLABINFO=y 129 123 CONFIG_RT_MUTEXES=y ··· 152 154 # CONFIG_DEFAULT_NOOP is not set 153 155 CONFIG_DEFAULT_IOSCHED="anticipatory" 154 156 CONFIG_CLASSIC_RCU=y 157 + # CONFIG_FREEZER is not set 155 158 156 159 # 157 160 # Platform support ··· 188 189 # CONFIG_GENERIC_IOMAP is not set 189 190 # CONFIG_CPU_FREQ is not set 190 191 CONFIG_QUICC_ENGINE=y 192 + # CONFIG_QE_GPIO is not set 191 193 # CONFIG_CPM2 is not set 192 194 # CONFIG_FSL_ULI1575 is not set 195 + # CONFIG_MPC8xxx_GPIO is not set 193 196 194 197 # 195 198 # Kernel options ··· 211 210 # CONFIG_PREEMPT_VOLUNTARY is not set 212 211 # CONFIG_PREEMPT is not set 213 212 CONFIG_BINFMT_ELF=y 213 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 214 + # CONFIG_HAVE_AOUT is not set 214 215 # CONFIG_BINFMT_MISC is not set 215 216 CONFIG_MATH_EMULATION=y 216 217 # CONFIG_IOMMU_HELPER is not set ··· 227 224 # CONFIG_SPARSEMEM_MANUAL is not set 228 225 CONFIG_FLATMEM=y 229 226 CONFIG_FLAT_NODE_MEM_MAP=y 230 - # CONFIG_SPARSEMEM_STATIC is not set 231 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 232 227 CONFIG_PAGEFLAGS_EXTENDED=y 233 228 CONFIG_SPLIT_PTLOCK_CPUS=4 234 229 CONFIG_MIGRATION=y 235 230 # CONFIG_RESOURCES_64BIT is not set 231 + # CONFIG_PHYS_ADDR_T_64BIT is not set 236 232 CONFIG_ZONE_DMA_FLAG=1 237 233 CONFIG_BOUNCE=y 238 234 CONFIG_VIRT_TO_BUS=y 235 + CONFIG_UNEVICTABLE_LRU=y 239 236 CONFIG_FORCE_MAX_ZONEORDER=11 240 237 CONFIG_PROC_DEVICETREE=y 241 238 # CONFIG_CMDLINE_BOOL is not set ··· 258 255 # CONFIG_PCIEPORTBUS is not set 259 256 CONFIG_ARCH_SUPPORTS_MSI=y 260 257 # CONFIG_PCI_MSI is not set 261 - CONFIG_PCI_LEGACY=y 258 + # CONFIG_PCI_LEGACY is not set 262 259 # CONFIG_PCI_DEBUG is not set 263 260 # CONFIG_PCCARD is not set 264 261 # CONFIG_HOTPLUG_PCI is not set ··· 328 325 # CONFIG_TIPC is not set 329 326 # CONFIG_ATM is not set 330 327 # CONFIG_BRIDGE is not set 328 + # CONFIG_NET_DSA is not set 331 329 # CONFIG_VLAN_8021Q is not set 332 330 # CONFIG_DECNET is not set 333 331 # CONFIG_LLC2 is not set ··· 349 345 # CONFIG_IRDA is not set 350 346 # CONFIG_BT is not set 351 347 # CONFIG_AF_RXRPC is not set 352 - 353 - # 354 - # Wireless 355 - # 348 + # CONFIG_PHONET is not set 349 + CONFIG_WIRELESS=y 356 350 # CONFIG_CFG80211 is not set 351 + CONFIG_WIRELESS_OLD_REGULATORY=y 357 352 # CONFIG_WIRELESS_EXT is not set 358 353 # CONFIG_MAC80211 is not set 359 354 # CONFIG_IEEE80211 is not set ··· 533 530 # CONFIG_IBM_NEW_EMAC_RGMII is not set 534 531 # CONFIG_IBM_NEW_EMAC_TAH is not set 535 532 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 533 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 534 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 535 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 536 536 # CONFIG_NET_PCI is not set 537 537 # CONFIG_B44 is not set 538 + # CONFIG_ATL2 is not set 538 539 CONFIG_NETDEV_1000=y 539 540 # CONFIG_ACENIC is not set 540 541 # CONFIG_DL2K is not set ··· 561 554 # CONFIG_QLA3XXX is not set 562 555 # CONFIG_ATL1 is not set 563 556 # CONFIG_ATL1E is not set 557 + # CONFIG_JME is not set 564 558 CONFIG_NETDEV_10000=y 565 559 # CONFIG_CHELSIO_T1 is not set 566 560 # CONFIG_CHELSIO_T3 is not set 561 + # CONFIG_ENIC is not set 567 562 # CONFIG_IXGBE is not set 568 563 # CONFIG_IXGB is not set 569 564 # CONFIG_S2IO is not set 570 565 # CONFIG_MYRI10GE is not set 571 566 # CONFIG_NETXEN_NIC is not set 572 567 # CONFIG_NIU is not set 568 + # CONFIG_MLX4_EN is not set 573 569 # CONFIG_MLX4_CORE is not set 574 570 # CONFIG_TEHUTI is not set 575 571 # CONFIG_BNX2X is not set 572 + # CONFIG_QLGE is not set 576 573 # CONFIG_SFC is not set 577 574 # CONFIG_TR is not set 578 575 ··· 826 815 # CONFIG_MFD_SM501 is not set 827 816 # CONFIG_HTC_PASIC3 is not set 828 817 # CONFIG_MFD_TMIO is not set 818 + # CONFIG_PMIC_DA903X is not set 819 + # CONFIG_MFD_WM8400 is not set 820 + # CONFIG_MFD_WM8350_I2C is not set 821 + 822 + # 823 + # Voltage and Current regulators 824 + # 825 + # CONFIG_REGULATOR is not set 826 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 827 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 828 + # CONFIG_REGULATOR_BQ24022 is not set 829 829 830 830 # 831 831 # Multimedia devices ··· 873 851 CONFIG_HID=y 874 852 # CONFIG_HID_DEBUG is not set 875 853 # CONFIG_HIDRAW is not set 854 + # CONFIG_HID_PID is not set 855 + 856 + # 857 + # Special HID drivers 858 + # 859 + CONFIG_HID_COMPAT=y 876 860 CONFIG_USB_SUPPORT=y 877 861 CONFIG_USB_ARCH_HAS_HCD=y 878 862 CONFIG_USB_ARCH_HAS_OHCI=y ··· 895 867 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 896 868 # 897 869 # CONFIG_USB_GADGET is not set 870 + # CONFIG_UWB is not set 898 871 # CONFIG_MMC is not set 899 872 # CONFIG_MEMSTICK is not set 900 873 # CONFIG_NEW_LEDS is not set ··· 941 912 # Platform RTC drivers 942 913 # 943 914 # CONFIG_RTC_DRV_CMOS is not set 915 + # CONFIG_RTC_DRV_DS1286 is not set 944 916 # CONFIG_RTC_DRV_DS1511 is not set 945 917 # CONFIG_RTC_DRV_DS1553 is not set 946 918 # CONFIG_RTC_DRV_DS1742 is not set 947 919 # CONFIG_RTC_DRV_STK17TA8 is not set 948 920 # CONFIG_RTC_DRV_M48T86 is not set 921 + # CONFIG_RTC_DRV_M48T35 is not set 949 922 # CONFIG_RTC_DRV_M48T59 is not set 923 + # CONFIG_RTC_DRV_BQ4802 is not set 950 924 # CONFIG_RTC_DRV_V3020 is not set 951 925 952 926 # ··· 958 926 # CONFIG_RTC_DRV_PPC is not set 959 927 # CONFIG_DMADEVICES is not set 960 928 # CONFIG_UIO is not set 929 + # CONFIG_STAGING is not set 961 930 962 931 # 963 932 # File systems ··· 970 937 CONFIG_EXT3_FS_XATTR=y 971 938 # CONFIG_EXT3_FS_POSIX_ACL is not set 972 939 # CONFIG_EXT3_FS_SECURITY is not set 973 - # CONFIG_EXT4DEV_FS is not set 940 + # CONFIG_EXT4_FS is not set 974 941 CONFIG_JBD=y 975 942 CONFIG_FS_MBCACHE=y 976 943 # CONFIG_REISERFS_FS is not set 977 944 # CONFIG_JFS_FS is not set 978 945 # CONFIG_FS_POSIX_ACL is not set 946 + CONFIG_FILE_LOCKING=y 979 947 # CONFIG_XFS_FS is not set 980 948 # CONFIG_OCFS2_FS is not set 981 949 CONFIG_DNOTIFY=y ··· 1006 972 CONFIG_PROC_FS=y 1007 973 CONFIG_PROC_KCORE=y 1008 974 CONFIG_PROC_SYSCTL=y 975 + CONFIG_PROC_PAGE_MONITOR=y 1009 976 CONFIG_SYSFS=y 1010 977 CONFIG_TMPFS=y 1011 978 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1044 1009 CONFIG_NFS_COMMON=y 1045 1010 CONFIG_SUNRPC=y 1046 1011 CONFIG_SUNRPC_GSS=y 1012 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1047 1013 CONFIG_RPCSEC_GSS_KRB5=y 1048 1014 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1049 1015 # CONFIG_SMB_FS is not set ··· 1072 1036 # CONFIG_SYSV68_PARTITION is not set 1073 1037 # CONFIG_NLS is not set 1074 1038 # CONFIG_DLM is not set 1075 - # CONFIG_QE_GPIO is not set 1076 1039 1077 1040 # 1078 1041 # Library routines 1079 1042 # 1080 1043 CONFIG_BITREVERSE=y 1081 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1082 1044 # CONFIG_CRC_CCITT is not set 1083 1045 # CONFIG_CRC16 is not set 1084 1046 # CONFIG_CRC_T10DIF is not set ··· 1128 1094 # CONFIG_DEBUG_SG is not set 1129 1095 # CONFIG_BOOT_PRINTK_DELAY is not set 1130 1096 # CONFIG_RCU_TORTURE_TEST is not set 1097 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1131 1098 # CONFIG_BACKTRACE_SELF_TEST is not set 1099 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1132 1100 # CONFIG_FAULT_INJECTION is not set 1133 1101 # CONFIG_LATENCYTOP is not set 1134 1102 CONFIG_SYSCTL_SYSCALL_CHECK=y 1135 - CONFIG_HAVE_FTRACE=y 1136 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1137 - # CONFIG_FTRACE is not set 1103 + CONFIG_HAVE_FUNCTION_TRACER=y 1104 + 1105 + # 1106 + # Tracers 1107 + # 1108 + # CONFIG_FUNCTION_TRACER is not set 1138 1109 # CONFIG_SCHED_TRACER is not set 1139 1110 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1111 + # CONFIG_BOOT_TRACER is not set 1112 + # CONFIG_STACK_TRACER is not set 1113 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1140 1114 # CONFIG_SAMPLES is not set 1141 1115 CONFIG_HAVE_ARCH_KGDB=y 1142 1116 # CONFIG_KGDB is not set ··· 1153 1111 # CONFIG_DEBUG_PAGEALLOC is not set 1154 1112 # CONFIG_CODE_PATCHING_SELFTEST is not set 1155 1113 # CONFIG_FTR_FIXUP_SELFTEST is not set 1114 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1156 1115 # CONFIG_XMON is not set 1157 1116 # CONFIG_IRQSTACKS is not set 1158 1117 # CONFIG_BDI_SWITCH is not set ··· 1175 1132 # 1176 1133 # CONFIG_KEYS is not set 1177 1134 # CONFIG_SECURITY is not set 1135 + # CONFIG_SECURITYFS is not set 1178 1136 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1179 1137 CONFIG_CRYPTO=y 1180 1138 1181 1139 # 1182 1140 # Crypto core or helper 1183 1141 # 1142 + # CONFIG_CRYPTO_FIPS is not set 1184 1143 CONFIG_CRYPTO_ALGAPI=y 1144 + CONFIG_CRYPTO_AEAD=y 1185 1145 CONFIG_CRYPTO_BLKCIPHER=y 1146 + CONFIG_CRYPTO_HASH=y 1147 + CONFIG_CRYPTO_RNG=y 1186 1148 CONFIG_CRYPTO_MANAGER=y 1187 1149 # CONFIG_CRYPTO_GF128MUL is not set 1188 1150 # CONFIG_CRYPTO_NULL is not set ··· 1260 1212 # 1261 1213 # CONFIG_CRYPTO_DEFLATE is not set 1262 1214 # CONFIG_CRYPTO_LZO is not set 1215 + 1216 + # 1217 + # Random Number Generation 1218 + # 1219 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1263 1220 CONFIG_CRYPTO_HW=y 1264 1221 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1265 1222 # CONFIG_CRYPTO_DEV_TALITOS is not set
+119 -24
arch/powerpc/configs/85xx/mpc8572_ds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 07:21:42 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:13 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 126 124 CONFIG_HAVE_KPROBES=y 127 125 CONFIG_HAVE_KRETPROBES=y 128 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 128 CONFIG_SLABINFO=y 135 129 CONFIG_RT_MUTEXES=y ··· 158 160 # CONFIG_DEFAULT_NOOP is not set 159 161 CONFIG_DEFAULT_IOSCHED="cfq" 160 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 161 164 162 165 # 163 166 # Platform support ··· 193 194 # CONFIG_PPC_INDIRECT_IO is not set 194 195 # CONFIG_GENERIC_IOMAP is not set 195 196 # CONFIG_CPU_FREQ is not set 197 + # CONFIG_QUICC_ENGINE is not set 196 198 # CONFIG_CPM2 is not set 197 199 CONFIG_FSL_ULI1575=y 200 + # CONFIG_MPC8xxx_GPIO is not set 198 201 199 202 # 200 203 # Kernel options ··· 216 215 # CONFIG_PREEMPT_VOLUNTARY is not set 217 216 # CONFIG_PREEMPT is not set 218 217 CONFIG_BINFMT_ELF=y 218 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 219 + # CONFIG_HAVE_AOUT is not set 219 220 CONFIG_BINFMT_MISC=m 220 221 CONFIG_MATH_EMULATION=y 221 222 # CONFIG_IOMMU_HELPER is not set ··· 232 229 # CONFIG_SPARSEMEM_MANUAL is not set 233 230 CONFIG_FLATMEM=y 234 231 CONFIG_FLAT_NODE_MEM_MAP=y 235 - # CONFIG_SPARSEMEM_STATIC is not set 236 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 237 232 CONFIG_PAGEFLAGS_EXTENDED=y 238 233 CONFIG_SPLIT_PTLOCK_CPUS=4 239 234 CONFIG_MIGRATION=y 240 235 # CONFIG_RESOURCES_64BIT is not set 236 + # CONFIG_PHYS_ADDR_T_64BIT is not set 241 237 CONFIG_ZONE_DMA_FLAG=1 242 238 CONFIG_BOUNCE=y 243 239 CONFIG_VIRT_TO_BUS=y 240 + CONFIG_UNEVICTABLE_LRU=y 244 241 CONFIG_FORCE_MAX_ZONEORDER=11 245 242 CONFIG_PROC_DEVICETREE=y 246 243 # CONFIG_CMDLINE_BOOL is not set ··· 264 261 # CONFIG_PCIEPORTBUS is not set 265 262 CONFIG_ARCH_SUPPORTS_MSI=y 266 263 # CONFIG_PCI_MSI is not set 267 - CONFIG_PCI_LEGACY=y 264 + # CONFIG_PCI_LEGACY is not set 268 265 # CONFIG_PCI_DEBUG is not set 269 266 # CONFIG_PCCARD is not set 270 267 # CONFIG_HOTPLUG_PCI is not set ··· 366 363 # CONFIG_TIPC is not set 367 364 # CONFIG_ATM is not set 368 365 # CONFIG_BRIDGE is not set 366 + # CONFIG_NET_DSA is not set 369 367 # CONFIG_VLAN_8021Q is not set 370 368 # CONFIG_DECNET is not set 371 369 # CONFIG_LLC2 is not set ··· 387 383 # CONFIG_IRDA is not set 388 384 # CONFIG_BT is not set 389 385 # CONFIG_AF_RXRPC is not set 386 + # CONFIG_PHONET is not set 390 387 CONFIG_FIB_RULES=y 391 - 392 - # 393 - # Wireless 394 - # 388 + CONFIG_WIRELESS=y 395 389 # CONFIG_CFG80211 is not set 390 + CONFIG_WIRELESS_OLD_REGULATORY=y 396 391 # CONFIG_WIRELESS_EXT is not set 397 392 # CONFIG_MAC80211 is not set 398 393 # CONFIG_IEEE80211 is not set ··· 637 634 # CONFIG_IBM_NEW_EMAC_RGMII is not set 638 635 # CONFIG_IBM_NEW_EMAC_TAH is not set 639 636 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 637 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 638 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 639 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 640 640 # CONFIG_NET_PCI is not set 641 641 # CONFIG_B44 is not set 642 + # CONFIG_ATL2 is not set 642 643 CONFIG_NETDEV_1000=y 643 644 # CONFIG_ACENIC is not set 644 645 # CONFIG_DL2K is not set ··· 664 657 # CONFIG_QLA3XXX is not set 665 658 # CONFIG_ATL1 is not set 666 659 # CONFIG_ATL1E is not set 660 + # CONFIG_JME is not set 667 661 CONFIG_NETDEV_10000=y 668 662 # CONFIG_CHELSIO_T1 is not set 669 663 # CONFIG_CHELSIO_T3 is not set 664 + # CONFIG_ENIC is not set 670 665 # CONFIG_IXGBE is not set 671 666 # CONFIG_IXGB is not set 672 667 # CONFIG_S2IO is not set 673 668 # CONFIG_MYRI10GE is not set 674 669 # CONFIG_NETXEN_NIC is not set 675 670 # CONFIG_NIU is not set 671 + # CONFIG_MLX4_EN is not set 676 672 # CONFIG_MLX4_CORE is not set 677 673 # CONFIG_TEHUTI is not set 678 674 # CONFIG_BNX2X is not set 675 + # CONFIG_QLGE is not set 679 676 # CONFIG_SFC is not set 680 677 # CONFIG_TR is not set 681 678 ··· 714 703 # Input device support 715 704 # 716 705 CONFIG_INPUT=y 717 - # CONFIG_INPUT_FF_MEMLESS is not set 706 + CONFIG_INPUT_FF_MEMLESS=m 718 707 # CONFIG_INPUT_POLLDEV is not set 719 708 720 709 # ··· 883 872 # CONFIG_MFD_SM501 is not set 884 873 # CONFIG_HTC_PASIC3 is not set 885 874 # CONFIG_MFD_TMIO is not set 875 + # CONFIG_PMIC_DA903X is not set 876 + # CONFIG_MFD_WM8400 is not set 877 + # CONFIG_MFD_WM8350_I2C is not set 878 + 879 + # 880 + # Voltage and Current regulators 881 + # 882 + # CONFIG_REGULATOR is not set 883 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 884 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 885 + # CONFIG_REGULATOR_BQ24022 is not set 886 886 887 887 # 888 888 # Multimedia devices ··· 934 912 # CONFIG_DVB_USB is not set 935 913 # CONFIG_DVB_TTUSB_BUDGET is not set 936 914 # CONFIG_DVB_TTUSB_DEC is not set 937 - # CONFIG_DVB_CINERGYT2 is not set 938 915 # CONFIG_DVB_SIANO_SMS1XXX is not set 939 916 940 917 # ··· 951 930 # CONFIG_DVB_PLUTO2 is not set 952 931 953 932 # 933 + # Supported SDMC DM1105 Adapters 934 + # 935 + # CONFIG_DVB_DM1105 is not set 936 + 937 + # 954 938 # Supported DVB Frontends 955 939 # 956 940 ··· 971 945 # CONFIG_DVB_CX24123 is not set 972 946 # CONFIG_DVB_MT312 is not set 973 947 # CONFIG_DVB_S5H1420 is not set 948 + # CONFIG_DVB_STV0288 is not set 949 + # CONFIG_DVB_STB6000 is not set 974 950 # CONFIG_DVB_STV0299 is not set 975 951 # CONFIG_DVB_TDA8083 is not set 976 952 # CONFIG_DVB_TDA10086 is not set ··· 980 952 # CONFIG_DVB_TUNER_ITD1000 is not set 981 953 # CONFIG_DVB_TDA826X is not set 982 954 # CONFIG_DVB_TUA6100 is not set 955 + # CONFIG_DVB_CX24116 is not set 956 + # CONFIG_DVB_SI21XX is not set 983 957 984 958 # 985 959 # DVB-T (terrestrial) frontends ··· 1034 1004 # CONFIG_DVB_LNBP21 is not set 1035 1005 # CONFIG_DVB_ISL6405 is not set 1036 1006 # CONFIG_DVB_ISL6421 is not set 1007 + # CONFIG_DVB_LGS8GL5 is not set 1008 + 1009 + # 1010 + # Tools to develop new frontends 1011 + # 1012 + # CONFIG_DVB_DUMMY_FE is not set 1013 + # CONFIG_DVB_AF9013 is not set 1037 1014 CONFIG_DAB=y 1038 1015 # CONFIG_USB_DABUSB is not set 1039 1016 ··· 1066 1029 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1067 1030 CONFIG_DUMMY_CONSOLE=y 1068 1031 CONFIG_SOUND=y 1032 + CONFIG_SOUND_OSS_CORE=y 1069 1033 CONFIG_SND=y 1070 1034 CONFIG_SND_TIMER=y 1071 1035 CONFIG_SND_PCM=y ··· 1167 1129 # USB Input Devices 1168 1130 # 1169 1131 CONFIG_USB_HID=y 1170 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1171 - # CONFIG_HID_FF is not set 1132 + # CONFIG_HID_PID is not set 1172 1133 # CONFIG_USB_HIDDEV is not set 1134 + 1135 + # 1136 + # Special HID drivers 1137 + # 1138 + CONFIG_HID_COMPAT=y 1139 + CONFIG_HID_A4TECH=y 1140 + CONFIG_HID_APPLE=y 1141 + CONFIG_HID_BELKIN=y 1142 + CONFIG_HID_BRIGHT=y 1143 + CONFIG_HID_CHERRY=y 1144 + CONFIG_HID_CHICONY=y 1145 + CONFIG_HID_CYPRESS=y 1146 + CONFIG_HID_DELL=y 1147 + CONFIG_HID_EZKEY=y 1148 + CONFIG_HID_GYRATION=y 1149 + CONFIG_HID_LOGITECH=y 1150 + # CONFIG_LOGITECH_FF is not set 1151 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1152 + CONFIG_HID_MICROSOFT=y 1153 + CONFIG_HID_MONTEREY=y 1154 + CONFIG_HID_PANTHERLORD=y 1155 + # CONFIG_PANTHERLORD_FF is not set 1156 + CONFIG_HID_PETALYNX=y 1157 + CONFIG_HID_SAMSUNG=y 1158 + CONFIG_HID_SONY=y 1159 + CONFIG_HID_SUNPLUS=y 1160 + CONFIG_THRUSTMASTER_FF=m 1161 + CONFIG_ZEROPLUS_FF=m 1173 1162 CONFIG_USB_SUPPORT=y 1174 1163 CONFIG_USB_ARCH_HAS_HCD=y 1175 1164 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1215 1150 # CONFIG_USB_OTG_WHITELIST is not set 1216 1151 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1217 1152 CONFIG_USB_MON=y 1153 + # CONFIG_USB_WUSB is not set 1154 + # CONFIG_USB_WUSB_CBAF is not set 1218 1155 1219 1156 # 1220 1157 # USB Host Controller Drivers ··· 1240 1173 # CONFIG_USB_UHCI_HCD is not set 1241 1174 # CONFIG_USB_SL811_HCD is not set 1242 1175 # CONFIG_USB_R8A66597_HCD is not set 1176 + # CONFIG_USB_WHCI_HCD is not set 1177 + # CONFIG_USB_HWA_HCD is not set 1243 1178 1244 1179 # 1245 1180 # USB Device Class drivers ··· 1249 1180 # CONFIG_USB_ACM is not set 1250 1181 # CONFIG_USB_PRINTER is not set 1251 1182 # CONFIG_USB_WDM is not set 1183 + # CONFIG_USB_TMC is not set 1252 1184 1253 1185 # 1254 1186 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1271 1201 # CONFIG_USB_STORAGE_ALAUDA is not set 1272 1202 # CONFIG_USB_STORAGE_ONETOUCH is not set 1273 1203 # CONFIG_USB_STORAGE_KARMA is not set 1274 - # CONFIG_USB_STORAGE_SIERRA is not set 1275 1204 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1276 1205 # CONFIG_USB_LIBUSUAL is not set 1277 1206 ··· 1291 1222 # CONFIG_USB_EMI62 is not set 1292 1223 # CONFIG_USB_EMI26 is not set 1293 1224 # CONFIG_USB_ADUTUX is not set 1225 + # CONFIG_USB_SEVSEG is not set 1294 1226 # CONFIG_USB_RIO500 is not set 1295 1227 # CONFIG_USB_LEGOTOWER is not set 1296 1228 # CONFIG_USB_LCD is not set ··· 1309 1239 # CONFIG_USB_IOWARRIOR is not set 1310 1240 # CONFIG_USB_TEST is not set 1311 1241 # CONFIG_USB_ISIGHTFW is not set 1242 + # CONFIG_USB_VST is not set 1312 1243 # CONFIG_USB_GADGET is not set 1244 + # CONFIG_UWB is not set 1313 1245 # CONFIG_MMC is not set 1314 1246 # CONFIG_MEMSTICK is not set 1315 1247 # CONFIG_NEW_LEDS is not set ··· 1357 1285 # Platform RTC drivers 1358 1286 # 1359 1287 CONFIG_RTC_DRV_CMOS=y 1288 + # CONFIG_RTC_DRV_DS1286 is not set 1360 1289 # CONFIG_RTC_DRV_DS1511 is not set 1361 1290 # CONFIG_RTC_DRV_DS1553 is not set 1362 1291 # CONFIG_RTC_DRV_DS1742 is not set 1363 1292 # CONFIG_RTC_DRV_STK17TA8 is not set 1364 1293 # CONFIG_RTC_DRV_M48T86 is not set 1294 + # CONFIG_RTC_DRV_M48T35 is not set 1365 1295 # CONFIG_RTC_DRV_M48T59 is not set 1296 + # CONFIG_RTC_DRV_BQ4802 is not set 1366 1297 # CONFIG_RTC_DRV_V3020 is not set 1367 1298 1368 1299 # ··· 1374 1299 # CONFIG_RTC_DRV_PPC is not set 1375 1300 # CONFIG_DMADEVICES is not set 1376 1301 # CONFIG_UIO is not set 1302 + # CONFIG_STAGING is not set 1377 1303 1378 1304 # 1379 1305 # File systems ··· 1386 1310 CONFIG_EXT3_FS_XATTR=y 1387 1311 # CONFIG_EXT3_FS_POSIX_ACL is not set 1388 1312 # CONFIG_EXT3_FS_SECURITY is not set 1389 - # CONFIG_EXT4DEV_FS is not set 1313 + # CONFIG_EXT4_FS is not set 1390 1314 CONFIG_JBD=y 1391 1315 CONFIG_FS_MBCACHE=y 1392 1316 # CONFIG_REISERFS_FS is not set 1393 1317 # CONFIG_JFS_FS is not set 1394 1318 # CONFIG_FS_POSIX_ACL is not set 1319 + CONFIG_FILE_LOCKING=y 1395 1320 # CONFIG_XFS_FS is not set 1396 1321 # CONFIG_OCFS2_FS is not set 1397 1322 CONFIG_DNOTIFY=y ··· 1430 1353 CONFIG_PROC_FS=y 1431 1354 CONFIG_PROC_KCORE=y 1432 1355 CONFIG_PROC_SYSCTL=y 1356 + CONFIG_PROC_PAGE_MONITOR=y 1433 1357 CONFIG_SYSFS=y 1434 1358 CONFIG_TMPFS=y 1435 1359 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1475 1397 CONFIG_NFS_COMMON=y 1476 1398 CONFIG_SUNRPC=y 1477 1399 CONFIG_SUNRPC_GSS=y 1400 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1478 1401 CONFIG_RPCSEC_GSS_KRB5=y 1479 1402 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1480 1403 # CONFIG_SMB_FS is not set ··· 1551 1472 # Library routines 1552 1473 # 1553 1474 CONFIG_BITREVERSE=y 1554 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1555 1475 # CONFIG_CRC_CCITT is not set 1556 1476 # CONFIG_CRC16 is not set 1557 1477 CONFIG_CRC_T10DIF=y ··· 1604 1526 # CONFIG_DEBUG_SG is not set 1605 1527 # CONFIG_BOOT_PRINTK_DELAY is not set 1606 1528 # CONFIG_RCU_TORTURE_TEST is not set 1529 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1607 1530 # CONFIG_BACKTRACE_SELF_TEST is not set 1531 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1608 1532 # CONFIG_FAULT_INJECTION is not set 1609 1533 # CONFIG_LATENCYTOP is not set 1610 1534 CONFIG_SYSCTL_SYSCALL_CHECK=y 1611 - CONFIG_HAVE_FTRACE=y 1612 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1613 - # CONFIG_FTRACE is not set 1535 + CONFIG_HAVE_FUNCTION_TRACER=y 1536 + 1537 + # 1538 + # Tracers 1539 + # 1540 + # CONFIG_FUNCTION_TRACER is not set 1614 1541 # CONFIG_SCHED_TRACER is not set 1615 1542 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1543 + # CONFIG_BOOT_TRACER is not set 1544 + # CONFIG_STACK_TRACER is not set 1545 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1616 1546 # CONFIG_SAMPLES is not set 1617 1547 CONFIG_HAVE_ARCH_KGDB=y 1618 1548 # CONFIG_KGDB is not set ··· 1629 1543 # CONFIG_DEBUG_PAGEALLOC is not set 1630 1544 # CONFIG_CODE_PATCHING_SELFTEST is not set 1631 1545 # CONFIG_FTR_FIXUP_SELFTEST is not set 1546 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1632 1547 # CONFIG_XMON is not set 1633 1548 # CONFIG_IRQSTACKS is not set 1634 1549 # CONFIG_BDI_SWITCH is not set ··· 1640 1553 # 1641 1554 # CONFIG_KEYS is not set 1642 1555 # CONFIG_SECURITY is not set 1556 + # CONFIG_SECURITYFS is not set 1643 1557 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1644 1558 CONFIG_CRYPTO=y 1645 1559 1646 1560 # 1647 1561 # Crypto core or helper 1648 1562 # 1563 + # CONFIG_CRYPTO_FIPS is not set 1649 1564 CONFIG_CRYPTO_ALGAPI=y 1650 1565 CONFIG_CRYPTO_AEAD=y 1651 1566 CONFIG_CRYPTO_BLKCIPHER=y 1652 1567 CONFIG_CRYPTO_HASH=y 1568 + CONFIG_CRYPTO_RNG=y 1653 1569 CONFIG_CRYPTO_MANAGER=y 1654 1570 # CONFIG_CRYPTO_GF128MUL is not set 1655 1571 # CONFIG_CRYPTO_NULL is not set ··· 1725 1635 # 1726 1636 # CONFIG_CRYPTO_DEFLATE is not set 1727 1637 # CONFIG_CRYPTO_LZO is not set 1638 + 1639 + # 1640 + # Random Number Generation 1641 + # 1642 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1728 1643 CONFIG_CRYPTO_HW=y 1729 1644 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1730 1645 CONFIG_CRYPTO_DEV_TALITOS=y
+67 -24
arch/powerpc/configs/85xx/mpc85xx_cds_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:34 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:14 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 107 107 CONFIG_TIMERFD=y 108 108 CONFIG_EVENTFD=y 109 109 CONFIG_SHMEM=y 110 + CONFIG_AIO=y 110 111 CONFIG_VM_EVENT_COUNTERS=y 112 + CONFIG_PCI_QUIRKS=y 111 113 CONFIG_SLUB_DEBUG=y 112 114 # CONFIG_SLAB is not set 113 115 CONFIG_SLUB=y ··· 122 120 CONFIG_HAVE_KPROBES=y 123 121 CONFIG_HAVE_KRETPROBES=y 124 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 125 - # CONFIG_HAVE_DMA_ATTRS is not set 126 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 127 - # CONFIG_HAVE_CLK is not set 128 - CONFIG_PROC_PAGE_MONITOR=y 129 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 130 124 CONFIG_SLABINFO=y 131 125 CONFIG_RT_MUTEXES=y ··· 148 150 # CONFIG_DEFAULT_NOOP is not set 149 151 CONFIG_DEFAULT_IOSCHED="anticipatory" 150 152 CONFIG_CLASSIC_RCU=y 153 + # CONFIG_FREEZER is not set 151 154 152 155 # 153 156 # Platform support ··· 183 184 # CONFIG_PPC_INDIRECT_IO is not set 184 185 # CONFIG_GENERIC_IOMAP is not set 185 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 186 188 # CONFIG_CPM2 is not set 187 189 # CONFIG_FSL_ULI1575 is not set 190 + # CONFIG_MPC8xxx_GPIO is not set 188 191 189 192 # 190 193 # Kernel options ··· 206 205 # CONFIG_PREEMPT_VOLUNTARY is not set 207 206 # CONFIG_PREEMPT is not set 208 207 CONFIG_BINFMT_ELF=y 208 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 209 + # CONFIG_HAVE_AOUT is not set 209 210 CONFIG_BINFMT_MISC=y 210 211 CONFIG_MATH_EMULATION=y 211 212 # CONFIG_IOMMU_HELPER is not set ··· 222 219 # CONFIG_SPARSEMEM_MANUAL is not set 223 220 CONFIG_FLATMEM=y 224 221 CONFIG_FLAT_NODE_MEM_MAP=y 225 - # CONFIG_SPARSEMEM_STATIC is not set 226 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 227 222 CONFIG_PAGEFLAGS_EXTENDED=y 228 223 CONFIG_SPLIT_PTLOCK_CPUS=4 229 224 CONFIG_MIGRATION=y 230 225 # CONFIG_RESOURCES_64BIT is not set 226 + # CONFIG_PHYS_ADDR_T_64BIT is not set 231 227 CONFIG_ZONE_DMA_FLAG=1 232 228 CONFIG_BOUNCE=y 233 229 CONFIG_VIRT_TO_BUS=y 230 + CONFIG_UNEVICTABLE_LRU=y 234 231 CONFIG_FORCE_MAX_ZONEORDER=11 235 232 CONFIG_PROC_DEVICETREE=y 236 233 # CONFIG_CMDLINE_BOOL is not set ··· 253 250 # CONFIG_PCIEPORTBUS is not set 254 251 CONFIG_ARCH_SUPPORTS_MSI=y 255 252 # CONFIG_PCI_MSI is not set 256 - CONFIG_PCI_LEGACY=y 253 + # CONFIG_PCI_LEGACY is not set 257 254 # CONFIG_PCI_DEBUG is not set 258 255 # CONFIG_PCCARD is not set 259 256 # CONFIG_HOTPLUG_PCI is not set ··· 323 320 # CONFIG_TIPC is not set 324 321 # CONFIG_ATM is not set 325 322 # CONFIG_BRIDGE is not set 323 + # CONFIG_NET_DSA is not set 326 324 # CONFIG_VLAN_8021Q is not set 327 325 # CONFIG_DECNET is not set 328 326 # CONFIG_LLC2 is not set ··· 344 340 # CONFIG_IRDA is not set 345 341 # CONFIG_BT is not set 346 342 # CONFIG_AF_RXRPC is not set 347 - 348 - # 349 - # Wireless 350 - # 343 + # CONFIG_PHONET is not set 344 + CONFIG_WIRELESS=y 351 345 # CONFIG_CFG80211 is not set 346 + CONFIG_WIRELESS_OLD_REGULATORY=y 352 347 # CONFIG_WIRELESS_EXT is not set 353 348 # CONFIG_MAC80211 is not set 354 349 # CONFIG_IEEE80211 is not set ··· 399 396 # CONFIG_HP_ILO is not set 400 397 CONFIG_HAVE_IDE=y 401 398 CONFIG_IDE=y 402 - CONFIG_BLK_DEV_IDE=y 403 399 404 400 # 405 401 # Please see Documentation/ide/ide.txt for help/info on IDE drives 406 402 # 407 403 CONFIG_IDE_TIMINGS=y 408 404 # CONFIG_BLK_DEV_IDE_SATA is not set 409 - # CONFIG_BLK_DEV_IDEDISK is not set 410 - # CONFIG_IDEDISK_MULTI_MODE is not set 405 + CONFIG_IDE_GD=y 406 + CONFIG_IDE_GD_ATA=y 407 + # CONFIG_IDE_GD_ATAPI is not set 411 408 # CONFIG_BLK_DEV_IDECD is not set 412 409 # CONFIG_BLK_DEV_IDETAPE is not set 413 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 414 410 # CONFIG_IDE_TASK_IOCTL is not set 415 411 CONFIG_IDE_PROC_FS=y 416 412 ··· 512 510 # CONFIG_IBM_NEW_EMAC_RGMII is not set 513 511 # CONFIG_IBM_NEW_EMAC_TAH is not set 514 512 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 513 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 514 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 515 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 515 516 # CONFIG_NET_PCI is not set 516 517 # CONFIG_B44 is not set 518 + # CONFIG_ATL2 is not set 517 519 CONFIG_NETDEV_1000=y 518 520 # CONFIG_ACENIC is not set 519 521 # CONFIG_DL2K is not set 520 522 CONFIG_E1000=y 521 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 522 523 # CONFIG_E1000E is not set 523 524 # CONFIG_IP1000 is not set 524 525 # CONFIG_IGB is not set ··· 539 534 # CONFIG_QLA3XXX is not set 540 535 # CONFIG_ATL1 is not set 541 536 # CONFIG_ATL1E is not set 537 + # CONFIG_JME is not set 542 538 CONFIG_NETDEV_10000=y 543 539 # CONFIG_CHELSIO_T1 is not set 544 540 # CONFIG_CHELSIO_T3 is not set 541 + # CONFIG_ENIC is not set 545 542 # CONFIG_IXGBE is not set 546 543 # CONFIG_IXGB is not set 547 544 # CONFIG_S2IO is not set 548 545 # CONFIG_MYRI10GE is not set 549 546 # CONFIG_NETXEN_NIC is not set 550 547 # CONFIG_NIU is not set 548 + # CONFIG_MLX4_EN is not set 551 549 # CONFIG_MLX4_CORE is not set 552 550 # CONFIG_TEHUTI is not set 553 551 # CONFIG_BNX2X is not set 552 + # CONFIG_QLGE is not set 554 553 # CONFIG_SFC is not set 555 554 # CONFIG_TR is not set 556 555 ··· 688 679 # CONFIG_MFD_TMIO is not set 689 680 690 681 # 682 + # Voltage and Current regulators 683 + # 684 + # CONFIG_REGULATOR is not set 685 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 686 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 687 + # CONFIG_REGULATOR_BQ24022 is not set 688 + 689 + # 691 690 # Multimedia devices 692 691 # 693 692 ··· 730 713 CONFIG_HID=y 731 714 # CONFIG_HID_DEBUG is not set 732 715 # CONFIG_HIDRAW is not set 716 + # CONFIG_HID_PID is not set 717 + 718 + # 719 + # Special HID drivers 720 + # 721 + CONFIG_HID_COMPAT=y 733 722 CONFIG_USB_SUPPORT=y 734 723 CONFIG_USB_ARCH_HAS_HCD=y 735 724 CONFIG_USB_ARCH_HAS_OHCI=y ··· 752 729 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 753 730 # 754 731 # CONFIG_USB_GADGET is not set 732 + # CONFIG_UWB is not set 755 733 # CONFIG_MMC is not set 756 734 # CONFIG_MEMSTICK is not set 757 735 # CONFIG_NEW_LEDS is not set ··· 762 738 # CONFIG_RTC_CLASS is not set 763 739 # CONFIG_DMADEVICES is not set 764 740 # CONFIG_UIO is not set 741 + # CONFIG_STAGING is not set 765 742 766 743 # 767 744 # File systems ··· 774 749 CONFIG_EXT3_FS_XATTR=y 775 750 # CONFIG_EXT3_FS_POSIX_ACL is not set 776 751 # CONFIG_EXT3_FS_SECURITY is not set 777 - # CONFIG_EXT4DEV_FS is not set 752 + # CONFIG_EXT4_FS is not set 778 753 CONFIG_JBD=y 779 754 CONFIG_FS_MBCACHE=y 780 755 # CONFIG_REISERFS_FS is not set 781 756 # CONFIG_JFS_FS is not set 782 757 # CONFIG_FS_POSIX_ACL is not set 758 + CONFIG_FILE_LOCKING=y 783 759 # CONFIG_XFS_FS is not set 784 760 # CONFIG_OCFS2_FS is not set 785 761 CONFIG_DNOTIFY=y ··· 810 784 CONFIG_PROC_FS=y 811 785 CONFIG_PROC_KCORE=y 812 786 CONFIG_PROC_SYSCTL=y 787 + CONFIG_PROC_PAGE_MONITOR=y 813 788 CONFIG_SYSFS=y 814 789 CONFIG_TMPFS=y 815 790 # CONFIG_TMPFS_POSIX_ACL is not set ··· 845 818 CONFIG_LOCKD=y 846 819 CONFIG_NFS_COMMON=y 847 820 CONFIG_SUNRPC=y 821 + # CONFIG_SUNRPC_REGISTER_V4 is not set 848 822 # CONFIG_RPCSEC_GSS_KRB5 is not set 849 823 # CONFIG_RPCSEC_GSS_SPKM3 is not set 850 824 # CONFIG_SMB_FS is not set ··· 878 850 # Library routines 879 851 # 880 852 CONFIG_BITREVERSE=y 881 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 882 853 # CONFIG_CRC_CCITT is not set 883 854 # CONFIG_CRC16 is not set 884 855 # CONFIG_CRC_T10DIF is not set ··· 929 902 # CONFIG_DEBUG_SG is not set 930 903 # CONFIG_BOOT_PRINTK_DELAY is not set 931 904 # CONFIG_RCU_TORTURE_TEST is not set 905 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 932 906 # CONFIG_BACKTRACE_SELF_TEST is not set 907 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 933 908 # CONFIG_FAULT_INJECTION is not set 934 909 # CONFIG_LATENCYTOP is not set 935 910 CONFIG_SYSCTL_SYSCALL_CHECK=y 936 - CONFIG_HAVE_FTRACE=y 937 - CONFIG_HAVE_DYNAMIC_FTRACE=y 938 - # CONFIG_FTRACE is not set 911 + CONFIG_HAVE_FUNCTION_TRACER=y 912 + 913 + # 914 + # Tracers 915 + # 916 + # CONFIG_FUNCTION_TRACER is not set 939 917 # CONFIG_SCHED_TRACER is not set 940 918 # CONFIG_CONTEXT_SWITCH_TRACER is not set 919 + # CONFIG_BOOT_TRACER is not set 920 + # CONFIG_STACK_TRACER is not set 921 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 941 922 # CONFIG_SAMPLES is not set 942 923 CONFIG_HAVE_ARCH_KGDB=y 943 924 # CONFIG_KGDB is not set ··· 954 919 # CONFIG_DEBUG_PAGEALLOC is not set 955 920 # CONFIG_CODE_PATCHING_SELFTEST is not set 956 921 # CONFIG_FTR_FIXUP_SELFTEST is not set 922 + # CONFIG_MSI_BITMAP_SELFTEST is not set 957 923 # CONFIG_XMON is not set 958 924 # CONFIG_IRQSTACKS is not set 959 925 # CONFIG_BDI_SWITCH is not set ··· 965 929 # 966 930 # CONFIG_KEYS is not set 967 931 # CONFIG_SECURITY is not set 932 + # CONFIG_SECURITYFS is not set 968 933 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 969 934 CONFIG_CRYPTO=y 970 935 971 936 # 972 937 # Crypto core or helper 973 938 # 939 + # CONFIG_CRYPTO_FIPS is not set 974 940 # CONFIG_CRYPTO_MANAGER is not set 975 941 # CONFIG_CRYPTO_GF128MUL is not set 976 942 # CONFIG_CRYPTO_NULL is not set ··· 1044 1006 # 1045 1007 # CONFIG_CRYPTO_DEFLATE is not set 1046 1008 # CONFIG_CRYPTO_LZO is not set 1009 + 1010 + # 1011 + # Random Number Generation 1012 + # 1013 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1047 1014 CONFIG_CRYPTO_HW=y 1048 1015 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1049 1016 # CONFIG_CRYPTO_DEV_TALITOS is not set
+53 -22
arch/powerpc/configs/85xx/sbc8548_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:35 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:16 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 106 106 CONFIG_TIMERFD=y 107 107 CONFIG_EVENTFD=y 108 108 CONFIG_SHMEM=y 109 + CONFIG_AIO=y 109 110 CONFIG_VM_EVENT_COUNTERS=y 111 + CONFIG_PCI_QUIRKS=y 110 112 CONFIG_SLAB=y 111 113 # CONFIG_SLUB is not set 112 114 # CONFIG_SLOB is not set ··· 120 118 CONFIG_HAVE_KPROBES=y 121 119 CONFIG_HAVE_KRETPROBES=y 122 120 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 121 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 122 CONFIG_SLABINFO=y 129 123 CONFIG_RT_MUTEXES=y ··· 146 148 # CONFIG_DEFAULT_NOOP is not set 147 149 CONFIG_DEFAULT_IOSCHED="anticipatory" 148 150 CONFIG_CLASSIC_RCU=y 151 + # CONFIG_FREEZER is not set 149 152 150 153 # 151 154 # Platform support ··· 181 182 # CONFIG_PPC_INDIRECT_IO is not set 182 183 # CONFIG_GENERIC_IOMAP is not set 183 184 # CONFIG_CPU_FREQ is not set 185 + # CONFIG_QUICC_ENGINE is not set 184 186 # CONFIG_CPM2 is not set 185 187 # CONFIG_FSL_ULI1575 is not set 188 + # CONFIG_MPC8xxx_GPIO is not set 186 189 187 190 # 188 191 # Kernel options 189 192 # 190 193 # CONFIG_HIGHMEM is not set 191 - # CONFIG_TICK_ONESHOT is not set 192 194 # CONFIG_NO_HZ is not set 193 195 # CONFIG_HIGH_RES_TIMERS is not set 194 196 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 203 203 # CONFIG_PREEMPT_VOLUNTARY is not set 204 204 # CONFIG_PREEMPT is not set 205 205 CONFIG_BINFMT_ELF=y 206 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 207 + # CONFIG_HAVE_AOUT is not set 206 208 CONFIG_BINFMT_MISC=y 207 209 CONFIG_MATH_EMULATION=y 208 210 # CONFIG_IOMMU_HELPER is not set ··· 219 217 # CONFIG_SPARSEMEM_MANUAL is not set 220 218 CONFIG_FLATMEM=y 221 219 CONFIG_FLAT_NODE_MEM_MAP=y 222 - # CONFIG_SPARSEMEM_STATIC is not set 223 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 224 220 CONFIG_PAGEFLAGS_EXTENDED=y 225 221 CONFIG_SPLIT_PTLOCK_CPUS=4 226 222 CONFIG_MIGRATION=y 227 223 # CONFIG_RESOURCES_64BIT is not set 224 + # CONFIG_PHYS_ADDR_T_64BIT is not set 228 225 CONFIG_ZONE_DMA_FLAG=1 229 226 CONFIG_BOUNCE=y 230 227 CONFIG_VIRT_TO_BUS=y 228 + CONFIG_UNEVICTABLE_LRU=y 231 229 CONFIG_FORCE_MAX_ZONEORDER=11 232 230 CONFIG_PROC_DEVICETREE=y 233 231 # CONFIG_CMDLINE_BOOL is not set ··· 250 248 # CONFIG_PCIEPORTBUS is not set 251 249 CONFIG_ARCH_SUPPORTS_MSI=y 252 250 # CONFIG_PCI_MSI is not set 253 - CONFIG_PCI_LEGACY=y 251 + # CONFIG_PCI_LEGACY is not set 254 252 # CONFIG_PCCARD is not set 255 253 # CONFIG_HOTPLUG_PCI is not set 256 254 # CONFIG_HAS_RAPIDIO is not set ··· 319 317 # CONFIG_TIPC is not set 320 318 # CONFIG_ATM is not set 321 319 # CONFIG_BRIDGE is not set 320 + # CONFIG_NET_DSA is not set 322 321 # CONFIG_VLAN_8021Q is not set 323 322 # CONFIG_DECNET is not set 324 323 # CONFIG_LLC2 is not set ··· 340 337 # CONFIG_IRDA is not set 341 338 # CONFIG_BT is not set 342 339 # CONFIG_AF_RXRPC is not set 343 - 344 - # 345 - # Wireless 346 - # 340 + # CONFIG_PHONET is not set 341 + CONFIG_WIRELESS=y 347 342 # CONFIG_CFG80211 is not set 343 + CONFIG_WIRELESS_OLD_REGULATORY=y 348 344 # CONFIG_WIRELESS_EXT is not set 349 345 # CONFIG_MAC80211 is not set 350 346 # CONFIG_IEEE80211 is not set ··· 453 451 # CONFIG_IBM_NEW_EMAC_RGMII is not set 454 452 # CONFIG_IBM_NEW_EMAC_TAH is not set 455 453 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 454 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 455 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 456 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 456 457 # CONFIG_NET_PCI is not set 457 458 # CONFIG_B44 is not set 459 + # CONFIG_ATL2 is not set 458 460 CONFIG_NETDEV_1000=y 459 461 # CONFIG_ACENIC is not set 460 462 # CONFIG_DL2K is not set ··· 480 474 # CONFIG_QLA3XXX is not set 481 475 # CONFIG_ATL1 is not set 482 476 # CONFIG_ATL1E is not set 477 + # CONFIG_JME is not set 483 478 CONFIG_NETDEV_10000=y 484 479 # CONFIG_CHELSIO_T1 is not set 485 480 # CONFIG_CHELSIO_T3 is not set 481 + # CONFIG_ENIC is not set 486 482 # CONFIG_IXGBE is not set 487 483 # CONFIG_IXGB is not set 488 484 # CONFIG_S2IO is not set 489 485 # CONFIG_MYRI10GE is not set 490 486 # CONFIG_NETXEN_NIC is not set 491 487 # CONFIG_NIU is not set 488 + # CONFIG_MLX4_EN is not set 492 489 # CONFIG_MLX4_CORE is not set 493 490 # CONFIG_TEHUTI is not set 494 491 # CONFIG_BNX2X is not set 492 + # CONFIG_QLGE is not set 495 493 # CONFIG_SFC is not set 496 494 # CONFIG_TR is not set 497 495 ··· 629 619 # CONFIG_MFD_TMIO is not set 630 620 631 621 # 622 + # Voltage and Current regulators 623 + # 624 + # CONFIG_REGULATOR is not set 625 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 626 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 627 + # CONFIG_REGULATOR_BQ24022 is not set 628 + 629 + # 632 630 # Multimedia devices 633 631 # 634 632 ··· 669 651 # CONFIG_SOUND is not set 670 652 # CONFIG_HID_SUPPORT is not set 671 653 # CONFIG_USB_SUPPORT is not set 654 + # CONFIG_UWB is not set 672 655 # CONFIG_MMC is not set 673 656 # CONFIG_MEMSTICK is not set 674 657 # CONFIG_NEW_LEDS is not set ··· 679 660 # CONFIG_RTC_CLASS is not set 680 661 # CONFIG_DMADEVICES is not set 681 662 # CONFIG_UIO is not set 663 + # CONFIG_STAGING is not set 682 664 683 665 # 684 666 # File systems 685 667 # 686 668 # CONFIG_EXT2_FS is not set 687 669 # CONFIG_EXT3_FS is not set 688 - # CONFIG_EXT4DEV_FS is not set 670 + # CONFIG_EXT4_FS is not set 689 671 # CONFIG_REISERFS_FS is not set 690 672 # CONFIG_JFS_FS is not set 691 673 # CONFIG_FS_POSIX_ACL is not set 674 + CONFIG_FILE_LOCKING=y 692 675 # CONFIG_XFS_FS is not set 693 676 # CONFIG_OCFS2_FS is not set 694 677 CONFIG_DNOTIFY=y ··· 720 699 CONFIG_PROC_FS=y 721 700 CONFIG_PROC_KCORE=y 722 701 CONFIG_PROC_SYSCTL=y 702 + CONFIG_PROC_PAGE_MONITOR=y 723 703 CONFIG_SYSFS=y 724 704 CONFIG_TMPFS=y 725 705 # CONFIG_TMPFS_POSIX_ACL is not set ··· 755 733 CONFIG_LOCKD=y 756 734 CONFIG_NFS_COMMON=y 757 735 CONFIG_SUNRPC=y 736 + # CONFIG_SUNRPC_REGISTER_V4 is not set 758 737 # CONFIG_RPCSEC_GSS_KRB5 is not set 759 738 # CONFIG_RPCSEC_GSS_SPKM3 is not set 760 739 # CONFIG_SMB_FS is not set ··· 776 753 # Library routines 777 754 # 778 755 CONFIG_BITREVERSE=y 779 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 780 756 # CONFIG_CRC_CCITT is not set 781 757 # CONFIG_CRC16 is not set 782 758 # CONFIG_CRC_T10DIF is not set ··· 803 781 # CONFIG_DEBUG_KERNEL is not set 804 782 # CONFIG_DEBUG_BUGVERBOSE is not set 805 783 # CONFIG_DEBUG_MEMORY_INIT is not set 784 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 806 785 # CONFIG_LATENCYTOP is not set 807 786 CONFIG_SYSCTL_SYSCALL_CHECK=y 808 - CONFIG_HAVE_FTRACE=y 809 - CONFIG_HAVE_DYNAMIC_FTRACE=y 810 - # CONFIG_FTRACE is not set 811 - # CONFIG_SCHED_TRACER is not set 812 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 787 + CONFIG_HAVE_FUNCTION_TRACER=y 788 + 789 + # 790 + # Tracers 791 + # 792 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 813 793 # CONFIG_SAMPLES is not set 814 794 CONFIG_HAVE_ARCH_KGDB=y 815 795 # CONFIG_IRQSTACKS is not set ··· 822 798 # 823 799 # CONFIG_KEYS is not set 824 800 # CONFIG_SECURITY is not set 801 + # CONFIG_SECURITYFS is not set 825 802 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 826 803 CONFIG_CRYPTO=y 827 804 828 805 # 829 806 # Crypto core or helper 830 807 # 808 + # CONFIG_CRYPTO_FIPS is not set 831 809 # CONFIG_CRYPTO_MANAGER is not set 832 810 # CONFIG_CRYPTO_GF128MUL is not set 833 811 # CONFIG_CRYPTO_NULL is not set ··· 901 875 # 902 876 # CONFIG_CRYPTO_DEFLATE is not set 903 877 # CONFIG_CRYPTO_LZO is not set 878 + 879 + # 880 + # Random Number Generation 881 + # 882 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 904 883 CONFIG_CRYPTO_HW=y 905 884 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 906 885 # CONFIG_CRYPTO_DEV_TALITOS is not set
+59 -19
arch/powerpc/configs/85xx/sbc8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:36 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:17 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 107 107 CONFIG_TIMERFD=y 108 108 CONFIG_EVENTFD=y 109 109 CONFIG_SHMEM=y 110 + CONFIG_AIO=y 110 111 CONFIG_VM_EVENT_COUNTERS=y 111 112 CONFIG_SLAB=y 112 113 # CONFIG_SLUB is not set ··· 120 119 CONFIG_HAVE_KPROBES=y 121 120 CONFIG_HAVE_KRETPROBES=y 122 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 122 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 123 CONFIG_SLABINFO=y 129 124 CONFIG_RT_MUTEXES=y ··· 146 149 # CONFIG_DEFAULT_NOOP is not set 147 150 CONFIG_DEFAULT_IOSCHED="anticipatory" 148 151 CONFIG_CLASSIC_RCU=y 152 + # CONFIG_FREEZER is not set 149 153 150 154 # 151 155 # Platform support ··· 181 183 # CONFIG_PPC_INDIRECT_IO is not set 182 184 # CONFIG_GENERIC_IOMAP is not set 183 185 # CONFIG_CPU_FREQ is not set 186 + # CONFIG_QUICC_ENGINE is not set 184 187 # CONFIG_CPM2 is not set 185 188 # CONFIG_FSL_ULI1575 is not set 189 + # CONFIG_MPC8xxx_GPIO is not set 186 190 187 191 # 188 192 # Kernel options 189 193 # 190 194 # CONFIG_HIGHMEM is not set 191 - # CONFIG_TICK_ONESHOT is not set 192 195 # CONFIG_NO_HZ is not set 193 196 # CONFIG_HIGH_RES_TIMERS is not set 194 197 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 203 204 # CONFIG_PREEMPT_VOLUNTARY is not set 204 205 # CONFIG_PREEMPT is not set 205 206 CONFIG_BINFMT_ELF=y 207 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 208 + # CONFIG_HAVE_AOUT is not set 206 209 CONFIG_BINFMT_MISC=y 207 210 # CONFIG_MATH_EMULATION is not set 208 211 # CONFIG_IOMMU_HELPER is not set ··· 219 218 # CONFIG_SPARSEMEM_MANUAL is not set 220 219 CONFIG_FLATMEM=y 221 220 CONFIG_FLAT_NODE_MEM_MAP=y 222 - # CONFIG_SPARSEMEM_STATIC is not set 223 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 224 221 CONFIG_PAGEFLAGS_EXTENDED=y 225 222 CONFIG_SPLIT_PTLOCK_CPUS=4 226 223 CONFIG_MIGRATION=y 227 224 # CONFIG_RESOURCES_64BIT is not set 225 + # CONFIG_PHYS_ADDR_T_64BIT is not set 228 226 CONFIG_ZONE_DMA_FLAG=1 229 227 CONFIG_BOUNCE=y 230 228 CONFIG_VIRT_TO_BUS=y 229 + CONFIG_UNEVICTABLE_LRU=y 231 230 CONFIG_FORCE_MAX_ZONEORDER=11 232 231 CONFIG_PROC_DEVICETREE=y 233 232 # CONFIG_CMDLINE_BOOL is not set ··· 313 312 # CONFIG_TIPC is not set 314 313 # CONFIG_ATM is not set 315 314 # CONFIG_BRIDGE is not set 315 + # CONFIG_NET_DSA is not set 316 316 # CONFIG_VLAN_8021Q is not set 317 317 # CONFIG_DECNET is not set 318 318 # CONFIG_LLC2 is not set ··· 334 332 # CONFIG_IRDA is not set 335 333 # CONFIG_BT is not set 336 334 # CONFIG_AF_RXRPC is not set 337 - 338 - # 339 - # Wireless 340 - # 335 + # CONFIG_PHONET is not set 336 + CONFIG_WIRELESS=y 341 337 # CONFIG_CFG80211 is not set 338 + CONFIG_WIRELESS_OLD_REGULATORY=y 342 339 # CONFIG_WIRELESS_EXT is not set 343 340 # CONFIG_MAC80211 is not set 344 341 # CONFIG_IEEE80211 is not set ··· 421 420 # CONFIG_IBM_NEW_EMAC_RGMII is not set 422 421 # CONFIG_IBM_NEW_EMAC_TAH is not set 423 422 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 423 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 424 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 425 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 424 426 # CONFIG_B44 is not set 425 427 CONFIG_NETDEV_1000=y 426 428 CONFIG_GIANFAR=y ··· 546 542 # CONFIG_MFD_TMIO is not set 547 543 548 544 # 545 + # Voltage and Current regulators 546 + # 547 + # CONFIG_REGULATOR is not set 548 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 549 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 550 + # CONFIG_REGULATOR_BQ24022 is not set 551 + 552 + # 549 553 # Multimedia devices 550 554 # 551 555 ··· 586 574 CONFIG_HID=y 587 575 # CONFIG_HID_DEBUG is not set 588 576 # CONFIG_HIDRAW is not set 577 + # CONFIG_HID_PID is not set 578 + 579 + # 580 + # Special HID drivers 581 + # 582 + CONFIG_HID_COMPAT=y 589 583 CONFIG_USB_SUPPORT=y 590 584 # CONFIG_USB_ARCH_HAS_HCD is not set 591 585 # CONFIG_USB_ARCH_HAS_OHCI is not set ··· 635 617 # Platform RTC drivers 636 618 # 637 619 # CONFIG_RTC_DRV_CMOS is not set 620 + # CONFIG_RTC_DRV_DS1286 is not set 638 621 # CONFIG_RTC_DRV_DS1511 is not set 639 622 # CONFIG_RTC_DRV_DS1553 is not set 640 623 # CONFIG_RTC_DRV_DS1742 is not set 641 624 # CONFIG_RTC_DRV_STK17TA8 is not set 642 625 # CONFIG_RTC_DRV_M48T86 is not set 626 + # CONFIG_RTC_DRV_M48T35 is not set 643 627 CONFIG_RTC_DRV_M48T59=y 628 + # CONFIG_RTC_DRV_BQ4802 is not set 644 629 # CONFIG_RTC_DRV_V3020 is not set 645 630 646 631 # ··· 652 631 # CONFIG_RTC_DRV_PPC is not set 653 632 # CONFIG_DMADEVICES is not set 654 633 # CONFIG_UIO is not set 634 + # CONFIG_STAGING is not set 655 635 656 636 # 657 637 # File systems 658 638 # 659 639 # CONFIG_EXT2_FS is not set 660 640 # CONFIG_EXT3_FS is not set 661 - # CONFIG_EXT4DEV_FS is not set 641 + # CONFIG_EXT4_FS is not set 662 642 # CONFIG_REISERFS_FS is not set 663 643 # CONFIG_JFS_FS is not set 664 644 # CONFIG_FS_POSIX_ACL is not set 645 + CONFIG_FILE_LOCKING=y 665 646 # CONFIG_XFS_FS is not set 666 647 # CONFIG_OCFS2_FS is not set 667 648 CONFIG_DNOTIFY=y ··· 693 670 CONFIG_PROC_FS=y 694 671 CONFIG_PROC_KCORE=y 695 672 CONFIG_PROC_SYSCTL=y 673 + CONFIG_PROC_PAGE_MONITOR=y 696 674 CONFIG_SYSFS=y 697 675 CONFIG_TMPFS=y 698 676 # CONFIG_TMPFS_POSIX_ACL is not set ··· 728 704 CONFIG_LOCKD=y 729 705 CONFIG_NFS_COMMON=y 730 706 CONFIG_SUNRPC=y 707 + # CONFIG_SUNRPC_REGISTER_V4 is not set 731 708 # CONFIG_RPCSEC_GSS_KRB5 is not set 732 709 # CONFIG_RPCSEC_GSS_SPKM3 is not set 733 710 # CONFIG_SMB_FS is not set ··· 761 736 # Library routines 762 737 # 763 738 CONFIG_BITREVERSE=y 764 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 765 739 # CONFIG_CRC_CCITT is not set 766 740 # CONFIG_CRC16 is not set 767 741 # CONFIG_CRC_T10DIF is not set ··· 811 787 # CONFIG_DEBUG_SG is not set 812 788 # CONFIG_BOOT_PRINTK_DELAY is not set 813 789 # CONFIG_RCU_TORTURE_TEST is not set 790 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 814 791 # CONFIG_BACKTRACE_SELF_TEST is not set 792 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 815 793 # CONFIG_FAULT_INJECTION is not set 816 794 # CONFIG_LATENCYTOP is not set 817 795 CONFIG_SYSCTL_SYSCALL_CHECK=y 818 - CONFIG_HAVE_FTRACE=y 819 - CONFIG_HAVE_DYNAMIC_FTRACE=y 820 - # CONFIG_FTRACE is not set 796 + CONFIG_HAVE_FUNCTION_TRACER=y 797 + 798 + # 799 + # Tracers 800 + # 801 + # CONFIG_FUNCTION_TRACER is not set 821 802 # CONFIG_SCHED_TRACER is not set 822 803 # CONFIG_CONTEXT_SWITCH_TRACER is not set 804 + # CONFIG_BOOT_TRACER is not set 805 + # CONFIG_STACK_TRACER is not set 806 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 823 807 # CONFIG_SAMPLES is not set 824 808 CONFIG_HAVE_ARCH_KGDB=y 825 809 # CONFIG_KGDB is not set ··· 836 804 # CONFIG_DEBUG_PAGEALLOC is not set 837 805 # CONFIG_CODE_PATCHING_SELFTEST is not set 838 806 # CONFIG_FTR_FIXUP_SELFTEST is not set 807 + # CONFIG_MSI_BITMAP_SELFTEST is not set 839 808 # CONFIG_XMON is not set 840 809 # CONFIG_IRQSTACKS is not set 841 810 # CONFIG_BDI_SWITCH is not set ··· 858 825 # 859 826 # CONFIG_KEYS is not set 860 827 # CONFIG_SECURITY is not set 828 + # CONFIG_SECURITYFS is not set 861 829 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 862 830 CONFIG_CRYPTO=y 863 831 864 832 # 865 833 # Crypto core or helper 866 834 # 835 + # CONFIG_CRYPTO_FIPS is not set 867 836 # CONFIG_CRYPTO_MANAGER is not set 868 837 # CONFIG_CRYPTO_GF128MUL is not set 869 838 # CONFIG_CRYPTO_NULL is not set ··· 937 902 # 938 903 # CONFIG_CRYPTO_DEFLATE is not set 939 904 # CONFIG_CRYPTO_LZO is not set 905 + 906 + # 907 + # Random Number Generation 908 + # 909 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 940 910 CONFIG_CRYPTO_HW=y 941 911 # CONFIG_CRYPTO_DEV_TALITOS is not set 942 912 # CONFIG_PPC_CLOCK is not set
+80 -37
arch/powerpc/configs/85xx/stx_gp3_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:37 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:19 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 108 108 CONFIG_TIMERFD=y 109 109 CONFIG_EVENTFD=y 110 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 111 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 112 114 CONFIG_SLUB_DEBUG=y 113 115 # CONFIG_SLAB is not set 114 116 CONFIG_SLUB=y ··· 124 122 CONFIG_HAVE_KPROBES=y 125 123 CONFIG_HAVE_KRETPROBES=y 126 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 - # CONFIG_HAVE_DMA_ATTRS is not set 128 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 129 125 CONFIG_HAVE_CLK=y 130 - CONFIG_PROC_PAGE_MONITOR=y 131 126 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 132 127 CONFIG_SLABINFO=y 133 128 CONFIG_RT_MUTEXES=y ··· 156 157 # CONFIG_DEFAULT_NOOP is not set 157 158 CONFIG_DEFAULT_IOSCHED="cfq" 158 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 159 161 160 162 # 161 163 # Platform support ··· 191 191 # CONFIG_PPC_INDIRECT_IO is not set 192 192 # CONFIG_GENERIC_IOMAP is not set 193 193 # CONFIG_CPU_FREQ is not set 194 + # CONFIG_QUICC_ENGINE is not set 194 195 CONFIG_CPM2=y 195 196 # CONFIG_FSL_ULI1575 is not set 196 197 CONFIG_CPM=y 198 + # CONFIG_MPC8xxx_GPIO is not set 197 199 198 200 # 199 201 # Kernel options 200 202 # 201 203 CONFIG_HIGHMEM=y 202 - # CONFIG_TICK_ONESHOT is not set 203 204 # CONFIG_NO_HZ is not set 204 205 # CONFIG_HIGH_RES_TIMERS is not set 205 206 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 214 213 # CONFIG_PREEMPT_VOLUNTARY is not set 215 214 # CONFIG_PREEMPT is not set 216 215 CONFIG_BINFMT_ELF=y 216 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 217 + # CONFIG_HAVE_AOUT is not set 217 218 CONFIG_BINFMT_MISC=m 218 219 CONFIG_MATH_EMULATION=y 219 220 # CONFIG_IOMMU_HELPER is not set ··· 230 227 # CONFIG_SPARSEMEM_MANUAL is not set 231 228 CONFIG_FLATMEM=y 232 229 CONFIG_FLAT_NODE_MEM_MAP=y 233 - # CONFIG_SPARSEMEM_STATIC is not set 234 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 235 230 CONFIG_PAGEFLAGS_EXTENDED=y 236 231 CONFIG_SPLIT_PTLOCK_CPUS=4 237 232 CONFIG_MIGRATION=y 238 233 # CONFIG_RESOURCES_64BIT is not set 234 + # CONFIG_PHYS_ADDR_T_64BIT is not set 239 235 CONFIG_ZONE_DMA_FLAG=1 240 236 CONFIG_BOUNCE=y 241 237 CONFIG_VIRT_TO_BUS=y 238 + CONFIG_UNEVICTABLE_LRU=y 242 239 CONFIG_FORCE_MAX_ZONEORDER=11 243 240 CONFIG_PROC_DEVICETREE=y 244 241 # CONFIG_CMDLINE_BOOL is not set ··· 261 258 # CONFIG_PCIEPORTBUS is not set 262 259 CONFIG_ARCH_SUPPORTS_MSI=y 263 260 # CONFIG_PCI_MSI is not set 264 - CONFIG_PCI_LEGACY=y 261 + # CONFIG_PCI_LEGACY is not set 265 262 # CONFIG_PCI_DEBUG is not set 266 263 # CONFIG_PCCARD is not set 267 264 # CONFIG_HOTPLUG_PCI is not set ··· 322 319 CONFIG_TCP_CONG_CUBIC=y 323 320 CONFIG_DEFAULT_TCP_CONG="cubic" 324 321 # CONFIG_TCP_MD5SIG is not set 325 - # CONFIG_IP_VS is not set 326 322 # CONFIG_IPV6 is not set 327 323 # CONFIG_NETWORK_SECMARK is not set 328 324 CONFIG_NETFILTER=y ··· 337 335 CONFIG_NETFILTER_XTABLES=m 338 336 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 339 337 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 340 - # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 341 338 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 339 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 342 340 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 343 341 # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 344 342 # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 345 343 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 346 344 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 347 345 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 346 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 348 347 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 349 348 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 350 349 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 351 350 # CONFIG_NETFILTER_XT_MATCH_MAC is not set 352 351 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 352 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 353 353 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 354 354 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 355 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 356 355 # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 357 356 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 358 357 # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 359 358 # CONFIG_NETFILTER_XT_MATCH_REALM is not set 359 + # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 360 360 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 361 361 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 362 362 # CONFIG_NETFILTER_XT_MATCH_STRING is not set 363 363 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 364 364 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 365 365 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 366 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 366 + # CONFIG_IP_VS is not set 367 367 368 368 # 369 369 # IP: Netfilter Configuration 370 370 # 371 + # CONFIG_NF_DEFRAG_IPV4 is not set 371 372 # CONFIG_IP_NF_QUEUE is not set 372 373 CONFIG_IP_NF_IPTABLES=m 373 - # CONFIG_IP_NF_MATCH_RECENT is not set 374 - # CONFIG_IP_NF_MATCH_ECN is not set 375 - # CONFIG_IP_NF_MATCH_AH is not set 376 - # CONFIG_IP_NF_MATCH_TTL is not set 377 374 # CONFIG_IP_NF_MATCH_ADDRTYPE is not set 375 + # CONFIG_IP_NF_MATCH_AH is not set 376 + # CONFIG_IP_NF_MATCH_ECN is not set 377 + # CONFIG_IP_NF_MATCH_TTL is not set 378 378 CONFIG_IP_NF_FILTER=m 379 379 # CONFIG_IP_NF_TARGET_REJECT is not set 380 380 # CONFIG_IP_NF_TARGET_LOG is not set ··· 389 385 # CONFIG_TIPC is not set 390 386 # CONFIG_ATM is not set 391 387 # CONFIG_BRIDGE is not set 388 + # CONFIG_NET_DSA is not set 392 389 # CONFIG_VLAN_8021Q is not set 393 390 # CONFIG_DECNET is not set 394 391 # CONFIG_LLC2 is not set ··· 410 405 # CONFIG_IRDA is not set 411 406 # CONFIG_BT is not set 412 407 # CONFIG_AF_RXRPC is not set 413 - 414 - # 415 - # Wireless 416 - # 408 + # CONFIG_PHONET is not set 409 + CONFIG_WIRELESS=y 417 410 # CONFIG_CFG80211 is not set 411 + CONFIG_WIRELESS_OLD_REGULATORY=y 418 412 # CONFIG_WIRELESS_EXT is not set 419 413 # CONFIG_MAC80211 is not set 420 414 # CONFIG_IEEE80211 is not set ··· 474 470 # CONFIG_HP_ILO is not set 475 471 CONFIG_HAVE_IDE=y 476 472 CONFIG_IDE=y 477 - CONFIG_BLK_DEV_IDE=y 478 473 479 474 # 480 475 # Please see Documentation/ide/ide.txt for help/info on IDE drives 481 476 # 482 477 # CONFIG_BLK_DEV_IDE_SATA is not set 483 - CONFIG_BLK_DEV_IDEDISK=y 484 - # CONFIG_IDEDISK_MULTI_MODE is not set 478 + CONFIG_IDE_GD=y 479 + CONFIG_IDE_GD_ATA=y 480 + # CONFIG_IDE_GD_ATAPI is not set 485 481 CONFIG_BLK_DEV_IDECD=m 486 482 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 487 483 # CONFIG_BLK_DEV_IDETAPE is not set 488 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 489 484 # CONFIG_BLK_DEV_IDESCSI is not set 490 485 # CONFIG_IDE_TASK_IOCTL is not set 491 486 CONFIG_IDE_PROC_FS=y ··· 654 651 # CONFIG_IBM_NEW_EMAC_RGMII is not set 655 652 # CONFIG_IBM_NEW_EMAC_TAH is not set 656 653 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 654 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 655 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 656 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 657 657 # CONFIG_NET_PCI is not set 658 658 # CONFIG_B44 is not set 659 659 # CONFIG_NET_POCKET is not set 660 + # CONFIG_ATL2 is not set 660 661 # CONFIG_FS_ENET is not set 661 662 CONFIG_NETDEV_1000=y 662 663 # CONFIG_ACENIC is not set ··· 683 676 # CONFIG_QLA3XXX is not set 684 677 # CONFIG_ATL1 is not set 685 678 # CONFIG_ATL1E is not set 679 + # CONFIG_JME is not set 686 680 CONFIG_NETDEV_10000=y 687 681 # CONFIG_CHELSIO_T1 is not set 688 682 # CONFIG_CHELSIO_T3 is not set 683 + # CONFIG_ENIC is not set 689 684 # CONFIG_IXGBE is not set 690 685 # CONFIG_IXGB is not set 691 686 # CONFIG_S2IO is not set 692 687 # CONFIG_MYRI10GE is not set 693 688 # CONFIG_NETXEN_NIC is not set 694 689 # CONFIG_NIU is not set 690 + # CONFIG_MLX4_EN is not set 695 691 # CONFIG_MLX4_CORE is not set 696 692 # CONFIG_TEHUTI is not set 697 693 # CONFIG_BNX2X is not set 694 + # CONFIG_QLGE is not set 698 695 # CONFIG_SFC is not set 699 696 # CONFIG_TR is not set 700 697 ··· 757 746 CONFIG_MOUSE_PS2_SYNAPTICS=y 758 747 CONFIG_MOUSE_PS2_LIFEBOOK=y 759 748 CONFIG_MOUSE_PS2_TRACKPOINT=y 749 + # CONFIG_MOUSE_PS2_ELANTECH is not set 760 750 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 761 751 # CONFIG_MOUSE_SERIAL is not set 762 752 # CONFIG_MOUSE_APPLETOUCH is not set ··· 803 791 CONFIG_SERIAL_CORE_CONSOLE=y 804 792 CONFIG_SERIAL_CPM=y 805 793 CONFIG_SERIAL_CPM_CONSOLE=y 806 - # CONFIG_SERIAL_CPM_SCC1 is not set 807 - CONFIG_SERIAL_CPM_SCC2=y 808 - # CONFIG_SERIAL_CPM_SCC3 is not set 809 - # CONFIG_SERIAL_CPM_SCC4 is not set 810 - # CONFIG_SERIAL_CPM_SMC1 is not set 811 - # CONFIG_SERIAL_CPM_SMC2 is not set 812 794 # CONFIG_SERIAL_JSM is not set 813 795 CONFIG_UNIX98_PTYS=y 814 796 CONFIG_LEGACY_PTYS=y ··· 986 980 # CONFIG_MFD_SM501 is not set 987 981 # CONFIG_HTC_PASIC3 is not set 988 982 # CONFIG_MFD_TMIO is not set 983 + # CONFIG_MFD_WM8400 is not set 984 + # CONFIG_MFD_WM8350_I2C is not set 985 + 986 + # 987 + # Voltage and Current regulators 988 + # 989 + # CONFIG_REGULATOR is not set 990 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 991 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 992 + # CONFIG_REGULATOR_BQ24022 is not set 989 993 990 994 # 991 995 # Multimedia devices ··· 1035 1019 # 1036 1020 # CONFIG_DISPLAY_SUPPORT is not set 1037 1021 CONFIG_SOUND=m 1022 + # CONFIG_SOUND_OSS_CORE is not set 1038 1023 # CONFIG_SND is not set 1039 1024 # CONFIG_SOUND_PRIME is not set 1040 1025 CONFIG_HID_SUPPORT=y 1041 1026 CONFIG_HID=y 1042 1027 # CONFIG_HID_DEBUG is not set 1043 1028 # CONFIG_HIDRAW is not set 1029 + # CONFIG_HID_PID is not set 1030 + 1031 + # 1032 + # Special HID drivers 1033 + # 1034 + CONFIG_HID_COMPAT=y 1044 1035 CONFIG_USB_SUPPORT=y 1045 1036 CONFIG_USB_ARCH_HAS_HCD=y 1046 1037 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1064 1041 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 1065 1042 # 1066 1043 # CONFIG_USB_GADGET is not set 1044 + # CONFIG_UWB is not set 1067 1045 # CONFIG_MMC is not set 1068 1046 # CONFIG_MEMSTICK is not set 1069 1047 # CONFIG_NEW_LEDS is not set ··· 1075 1051 # CONFIG_DMADEVICES is not set 1076 1052 # CONFIG_AUXDISPLAY is not set 1077 1053 # CONFIG_UIO is not set 1054 + # CONFIG_STAGING is not set 1078 1055 1079 1056 # 1080 1057 # File systems ··· 1087 1062 CONFIG_EXT3_FS_XATTR=y 1088 1063 # CONFIG_EXT3_FS_POSIX_ACL is not set 1089 1064 # CONFIG_EXT3_FS_SECURITY is not set 1090 - # CONFIG_EXT4DEV_FS is not set 1065 + # CONFIG_EXT4_FS is not set 1091 1066 CONFIG_JBD=y 1092 1067 CONFIG_FS_MBCACHE=y 1093 1068 # CONFIG_REISERFS_FS is not set 1094 1069 # CONFIG_JFS_FS is not set 1095 1070 # CONFIG_FS_POSIX_ACL is not set 1071 + CONFIG_FILE_LOCKING=y 1096 1072 # CONFIG_XFS_FS is not set 1097 1073 # CONFIG_OCFS2_FS is not set 1098 1074 CONFIG_DNOTIFY=y ··· 1129 1103 CONFIG_PROC_FS=y 1130 1104 # CONFIG_PROC_KCORE is not set 1131 1105 CONFIG_PROC_SYSCTL=y 1106 + CONFIG_PROC_PAGE_MONITOR=y 1132 1107 CONFIG_SYSFS=y 1133 1108 CONFIG_TMPFS=y 1134 1109 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1166 1139 CONFIG_LOCKD_V4=y 1167 1140 CONFIG_NFS_COMMON=y 1168 1141 CONFIG_SUNRPC=y 1142 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1169 1143 # CONFIG_RPCSEC_GSS_KRB5 is not set 1170 1144 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1171 1145 CONFIG_SMB_FS=m ··· 1227 1199 # Library routines 1228 1200 # 1229 1201 CONFIG_BITREVERSE=y 1230 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1231 1202 CONFIG_CRC_CCITT=y 1232 1203 # CONFIG_CRC16 is not set 1233 1204 CONFIG_CRC_T10DIF=m ··· 1280 1253 # CONFIG_DEBUG_SG is not set 1281 1254 # CONFIG_BOOT_PRINTK_DELAY is not set 1282 1255 # CONFIG_RCU_TORTURE_TEST is not set 1256 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1283 1257 # CONFIG_BACKTRACE_SELF_TEST is not set 1258 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1284 1259 # CONFIG_FAULT_INJECTION is not set 1285 1260 # CONFIG_LATENCYTOP is not set 1286 1261 CONFIG_SYSCTL_SYSCALL_CHECK=y 1287 - CONFIG_HAVE_FTRACE=y 1288 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1289 - # CONFIG_FTRACE is not set 1262 + CONFIG_HAVE_FUNCTION_TRACER=y 1263 + 1264 + # 1265 + # Tracers 1266 + # 1267 + # CONFIG_FUNCTION_TRACER is not set 1290 1268 # CONFIG_SCHED_TRACER is not set 1291 1269 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1270 + # CONFIG_BOOT_TRACER is not set 1271 + # CONFIG_STACK_TRACER is not set 1272 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1292 1273 # CONFIG_SAMPLES is not set 1293 1274 CONFIG_HAVE_ARCH_KGDB=y 1294 1275 # CONFIG_KGDB is not set ··· 1305 1270 # CONFIG_DEBUG_PAGEALLOC is not set 1306 1271 # CONFIG_CODE_PATCHING_SELFTEST is not set 1307 1272 # CONFIG_FTR_FIXUP_SELFTEST is not set 1273 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1308 1274 # CONFIG_XMON is not set 1309 1275 # CONFIG_IRQSTACKS is not set 1310 1276 CONFIG_BDI_SWITCH=y ··· 1316 1280 # 1317 1281 # CONFIG_KEYS is not set 1318 1282 # CONFIG_SECURITY is not set 1283 + # CONFIG_SECURITYFS is not set 1319 1284 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1320 1285 CONFIG_CRYPTO=y 1321 1286 1322 1287 # 1323 1288 # Crypto core or helper 1324 1289 # 1290 + # CONFIG_CRYPTO_FIPS is not set 1325 1291 # CONFIG_CRYPTO_MANAGER is not set 1326 1292 # CONFIG_CRYPTO_GF128MUL is not set 1327 1293 # CONFIG_CRYPTO_NULL is not set ··· 1396 1358 # 1397 1359 # CONFIG_CRYPTO_DEFLATE is not set 1398 1360 # CONFIG_CRYPTO_LZO is not set 1361 + 1362 + # 1363 + # Random Number Generation 1364 + # 1365 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1399 1366 CONFIG_CRYPTO_HW=y 1400 1367 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1401 1368 # CONFIG_CRYPTO_DEV_TALITOS is not set
+65 -26
arch/powerpc/configs/85xx/tqm8540_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:37 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:20 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 105 105 CONFIG_TIMERFD=y 106 106 CONFIG_EVENTFD=y 107 107 CONFIG_SHMEM=y 108 + CONFIG_AIO=y 108 109 CONFIG_VM_EVENT_COUNTERS=y 110 + CONFIG_PCI_QUIRKS=y 109 111 CONFIG_SLUB_DEBUG=y 110 112 # CONFIG_SLAB is not set 111 113 CONFIG_SLUB=y ··· 120 118 CONFIG_HAVE_KPROBES=y 121 119 CONFIG_HAVE_KRETPROBES=y 122 120 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 - # CONFIG_HAVE_DMA_ATTRS is not set 124 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 125 - # CONFIG_HAVE_CLK is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 127 121 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 128 122 CONFIG_SLABINFO=y 129 123 CONFIG_RT_MUTEXES=y ··· 146 148 # CONFIG_DEFAULT_NOOP is not set 147 149 CONFIG_DEFAULT_IOSCHED="anticipatory" 148 150 CONFIG_CLASSIC_RCU=y 151 + # CONFIG_FREEZER is not set 149 152 150 153 # 151 154 # Platform support ··· 182 183 # CONFIG_PPC_INDIRECT_IO is not set 183 184 # CONFIG_GENERIC_IOMAP is not set 184 185 # CONFIG_CPU_FREQ is not set 186 + # CONFIG_QUICC_ENGINE is not set 185 187 # CONFIG_CPM2 is not set 186 188 # CONFIG_FSL_ULI1575 is not set 189 + # CONFIG_MPC8xxx_GPIO is not set 187 190 188 191 # 189 192 # Kernel options 190 193 # 191 194 # CONFIG_HIGHMEM is not set 192 - # CONFIG_TICK_ONESHOT is not set 193 195 # CONFIG_NO_HZ is not set 194 196 # CONFIG_HIGH_RES_TIMERS is not set 195 197 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 204 204 # CONFIG_PREEMPT_VOLUNTARY is not set 205 205 # CONFIG_PREEMPT is not set 206 206 CONFIG_BINFMT_ELF=y 207 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 208 + # CONFIG_HAVE_AOUT is not set 207 209 # CONFIG_BINFMT_MISC is not set 208 210 CONFIG_MATH_EMULATION=y 209 211 # CONFIG_IOMMU_HELPER is not set ··· 220 218 # CONFIG_SPARSEMEM_MANUAL is not set 221 219 CONFIG_FLATMEM=y 222 220 CONFIG_FLAT_NODE_MEM_MAP=y 223 - # CONFIG_SPARSEMEM_STATIC is not set 224 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 225 221 CONFIG_PAGEFLAGS_EXTENDED=y 226 222 CONFIG_SPLIT_PTLOCK_CPUS=4 227 223 CONFIG_MIGRATION=y 228 224 # CONFIG_RESOURCES_64BIT is not set 225 + # CONFIG_PHYS_ADDR_T_64BIT is not set 229 226 CONFIG_ZONE_DMA_FLAG=1 230 227 CONFIG_BOUNCE=y 231 228 CONFIG_VIRT_TO_BUS=y 229 + CONFIG_UNEVICTABLE_LRU=y 232 230 CONFIG_FORCE_MAX_ZONEORDER=11 233 231 # CONFIG_PROC_DEVICETREE is not set 234 232 # CONFIG_CMDLINE_BOOL is not set ··· 251 249 # CONFIG_PCIEPORTBUS is not set 252 250 CONFIG_ARCH_SUPPORTS_MSI=y 253 251 # CONFIG_PCI_MSI is not set 254 - CONFIG_PCI_LEGACY=y 252 + # CONFIG_PCI_LEGACY is not set 255 253 # CONFIG_HAS_RAPIDIO is not set 256 254 257 255 # ··· 318 316 # CONFIG_TIPC is not set 319 317 # CONFIG_ATM is not set 320 318 # CONFIG_BRIDGE is not set 319 + # CONFIG_NET_DSA is not set 321 320 # CONFIG_VLAN_8021Q is not set 322 321 # CONFIG_DECNET is not set 323 322 # CONFIG_LLC2 is not set ··· 339 336 # CONFIG_IRDA is not set 340 337 # CONFIG_BT is not set 341 338 # CONFIG_AF_RXRPC is not set 342 - 343 - # 344 - # Wireless 345 - # 339 + # CONFIG_PHONET is not set 340 + CONFIG_WIRELESS=y 346 341 # CONFIG_CFG80211 is not set 342 + CONFIG_WIRELESS_OLD_REGULATORY=y 347 343 # CONFIG_WIRELESS_EXT is not set 348 344 # CONFIG_MAC80211 is not set 349 345 # CONFIG_IEEE80211 is not set ··· 468 466 # CONFIG_HP_ILO is not set 469 467 CONFIG_HAVE_IDE=y 470 468 CONFIG_IDE=y 471 - CONFIG_BLK_DEV_IDE=y 472 469 473 470 # 474 471 # Please see Documentation/ide/ide.txt for help/info on IDE drives 475 472 # 476 473 CONFIG_IDE_TIMINGS=y 477 474 # CONFIG_BLK_DEV_IDE_SATA is not set 478 - CONFIG_BLK_DEV_IDEDISK=y 479 - # CONFIG_IDEDISK_MULTI_MODE is not set 475 + CONFIG_IDE_GD=y 476 + CONFIG_IDE_GD_ATA=y 477 + # CONFIG_IDE_GD_ATAPI is not set 480 478 # CONFIG_BLK_DEV_IDECD is not set 481 479 # CONFIG_BLK_DEV_IDETAPE is not set 482 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 483 480 # CONFIG_IDE_TASK_IOCTL is not set 484 481 CONFIG_IDE_PROC_FS=y 485 482 ··· 581 580 # CONFIG_IBM_NEW_EMAC_RGMII is not set 582 581 # CONFIG_IBM_NEW_EMAC_TAH is not set 583 582 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 583 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 584 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 585 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 584 586 CONFIG_NET_PCI=y 585 587 # CONFIG_PCNET32 is not set 586 588 # CONFIG_AMD8111_ETH is not set ··· 604 600 # CONFIG_TLAN is not set 605 601 # CONFIG_VIA_RHINE is not set 606 602 # CONFIG_SC92031 is not set 603 + # CONFIG_ATL2 is not set 607 604 CONFIG_NETDEV_1000=y 608 605 # CONFIG_ACENIC is not set 609 606 # CONFIG_DL2K is not set ··· 626 621 # CONFIG_QLA3XXX is not set 627 622 # CONFIG_ATL1 is not set 628 623 # CONFIG_ATL1E is not set 624 + # CONFIG_JME is not set 629 625 CONFIG_NETDEV_10000=y 630 626 # CONFIG_CHELSIO_T1 is not set 631 627 # CONFIG_CHELSIO_T3 is not set 628 + # CONFIG_ENIC is not set 632 629 # CONFIG_IXGBE is not set 633 630 # CONFIG_IXGB is not set 634 631 # CONFIG_S2IO is not set 635 632 # CONFIG_MYRI10GE is not set 636 633 # CONFIG_NETXEN_NIC is not set 637 634 # CONFIG_NIU is not set 635 + # CONFIG_MLX4_EN is not set 638 636 # CONFIG_MLX4_CORE is not set 639 637 # CONFIG_TEHUTI is not set 640 638 # CONFIG_BNX2X is not set 639 + # CONFIG_QLGE is not set 641 640 # CONFIG_SFC is not set 642 641 # CONFIG_TR is not set 643 642 ··· 876 867 # CONFIG_MFD_SM501 is not set 877 868 # CONFIG_HTC_PASIC3 is not set 878 869 # CONFIG_MFD_TMIO is not set 870 + # CONFIG_PMIC_DA903X is not set 871 + # CONFIG_MFD_WM8400 is not set 872 + # CONFIG_MFD_WM8350_I2C is not set 873 + 874 + # 875 + # Voltage and Current regulators 876 + # 877 + # CONFIG_REGULATOR is not set 878 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 879 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 880 + # CONFIG_REGULATOR_BQ24022 is not set 879 881 880 882 # 881 883 # Multimedia devices ··· 923 903 CONFIG_HID=y 924 904 # CONFIG_HID_DEBUG is not set 925 905 # CONFIG_HIDRAW is not set 906 + # CONFIG_HID_PID is not set 907 + 908 + # 909 + # Special HID drivers 910 + # 911 + CONFIG_HID_COMPAT=y 926 912 CONFIG_USB_SUPPORT=y 927 913 CONFIG_USB_ARCH_HAS_HCD=y 928 914 CONFIG_USB_ARCH_HAS_OHCI=y ··· 945 919 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 946 920 # 947 921 # CONFIG_USB_GADGET is not set 922 + # CONFIG_UWB is not set 948 923 # CONFIG_MMC is not set 949 924 # CONFIG_MEMSTICK is not set 950 925 # CONFIG_NEW_LEDS is not set ··· 955 928 # CONFIG_RTC_CLASS is not set 956 929 # CONFIG_DMADEVICES is not set 957 930 # CONFIG_UIO is not set 931 + # CONFIG_STAGING is not set 958 932 959 933 # 960 934 # File systems ··· 967 939 CONFIG_EXT3_FS_XATTR=y 968 940 # CONFIG_EXT3_FS_POSIX_ACL is not set 969 941 # CONFIG_EXT3_FS_SECURITY is not set 970 - # CONFIG_EXT4DEV_FS is not set 942 + # CONFIG_EXT4_FS is not set 971 943 CONFIG_JBD=y 972 944 CONFIG_FS_MBCACHE=y 973 945 # CONFIG_REISERFS_FS is not set 974 946 # CONFIG_JFS_FS is not set 975 947 # CONFIG_FS_POSIX_ACL is not set 948 + CONFIG_FILE_LOCKING=y 976 949 # CONFIG_XFS_FS is not set 977 950 # CONFIG_OCFS2_FS is not set 978 951 CONFIG_DNOTIFY=y ··· 1003 974 CONFIG_PROC_FS=y 1004 975 CONFIG_PROC_KCORE=y 1005 976 CONFIG_PROC_SYSCTL=y 977 + CONFIG_PROC_PAGE_MONITOR=y 1006 978 CONFIG_SYSFS=y 1007 979 CONFIG_TMPFS=y 1008 980 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1049 1019 CONFIG_LOCKD=y 1050 1020 CONFIG_NFS_COMMON=y 1051 1021 CONFIG_SUNRPC=y 1022 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1052 1023 # CONFIG_RPCSEC_GSS_KRB5 is not set 1053 1024 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1054 1025 # CONFIG_SMB_FS is not set ··· 1082 1051 # Library routines 1083 1052 # 1084 1053 CONFIG_BITREVERSE=y 1085 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1086 1054 # CONFIG_CRC_CCITT is not set 1087 1055 # CONFIG_CRC16 is not set 1088 1056 # CONFIG_CRC_T10DIF is not set ··· 1113 1083 # CONFIG_SLUB_STATS is not set 1114 1084 # CONFIG_DEBUG_BUGVERBOSE is not set 1115 1085 # CONFIG_DEBUG_MEMORY_INIT is not set 1086 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1116 1087 # CONFIG_LATENCYTOP is not set 1117 1088 CONFIG_SYSCTL_SYSCALL_CHECK=y 1118 - CONFIG_HAVE_FTRACE=y 1119 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1120 - # CONFIG_FTRACE is not set 1121 - # CONFIG_SCHED_TRACER is not set 1122 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1089 + CONFIG_HAVE_FUNCTION_TRACER=y 1090 + 1091 + # 1092 + # Tracers 1093 + # 1094 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1123 1095 # CONFIG_SAMPLES is not set 1124 1096 CONFIG_HAVE_ARCH_KGDB=y 1125 1097 # CONFIG_IRQSTACKS is not set ··· 1132 1100 # 1133 1101 # CONFIG_KEYS is not set 1134 1102 # CONFIG_SECURITY is not set 1103 + # CONFIG_SECURITYFS is not set 1135 1104 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1136 1105 CONFIG_CRYPTO=y 1137 1106 1138 1107 # 1139 1108 # Crypto core or helper 1140 1109 # 1110 + # CONFIG_CRYPTO_FIPS is not set 1141 1111 # CONFIG_CRYPTO_MANAGER is not set 1142 1112 # CONFIG_CRYPTO_GF128MUL is not set 1143 1113 # CONFIG_CRYPTO_NULL is not set ··· 1211 1177 # 1212 1178 # CONFIG_CRYPTO_DEFLATE is not set 1213 1179 # CONFIG_CRYPTO_LZO is not set 1180 + 1181 + # 1182 + # Random Number Generation 1183 + # 1184 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1214 1185 CONFIG_CRYPTO_HW=y 1215 1186 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1216 1187 # CONFIG_CRYPTO_DEV_TALITOS is not set
+65 -31
arch/powerpc/configs/85xx/tqm8541_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:39 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:21 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 106 106 CONFIG_TIMERFD=y 107 107 CONFIG_EVENTFD=y 108 108 CONFIG_SHMEM=y 109 + CONFIG_AIO=y 109 110 CONFIG_VM_EVENT_COUNTERS=y 111 + CONFIG_PCI_QUIRKS=y 110 112 CONFIG_SLUB_DEBUG=y 111 113 # CONFIG_SLAB is not set 112 114 CONFIG_SLUB=y ··· 121 119 CONFIG_HAVE_KPROBES=y 122 120 CONFIG_HAVE_KRETPROBES=y 123 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 122 CONFIG_HAVE_CLK=y 127 - CONFIG_PROC_PAGE_MONITOR=y 128 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 124 CONFIG_SLABINFO=y 130 125 CONFIG_RT_MUTEXES=y ··· 148 149 # CONFIG_DEFAULT_NOOP is not set 149 150 CONFIG_DEFAULT_IOSCHED="anticipatory" 150 151 CONFIG_CLASSIC_RCU=y 152 + # CONFIG_FREEZER is not set 151 153 152 154 # 153 155 # Platform support ··· 184 184 # CONFIG_PPC_INDIRECT_IO is not set 185 185 # CONFIG_GENERIC_IOMAP is not set 186 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 187 188 CONFIG_CPM2=y 188 189 # CONFIG_FSL_ULI1575 is not set 189 190 CONFIG_CPM=y 191 + # CONFIG_MPC8xxx_GPIO is not set 190 192 191 193 # 192 194 # Kernel options 193 195 # 194 196 # CONFIG_HIGHMEM is not set 195 - # CONFIG_TICK_ONESHOT is not set 196 197 # CONFIG_NO_HZ is not set 197 198 # CONFIG_HIGH_RES_TIMERS is not set 198 199 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 207 206 # CONFIG_PREEMPT_VOLUNTARY is not set 208 207 # CONFIG_PREEMPT is not set 209 208 CONFIG_BINFMT_ELF=y 209 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 210 + # CONFIG_HAVE_AOUT is not set 210 211 # CONFIG_BINFMT_MISC is not set 211 212 CONFIG_MATH_EMULATION=y 212 213 # CONFIG_IOMMU_HELPER is not set ··· 223 220 # CONFIG_SPARSEMEM_MANUAL is not set 224 221 CONFIG_FLATMEM=y 225 222 CONFIG_FLAT_NODE_MEM_MAP=y 226 - # CONFIG_SPARSEMEM_STATIC is not set 227 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 228 223 CONFIG_PAGEFLAGS_EXTENDED=y 229 224 CONFIG_SPLIT_PTLOCK_CPUS=4 230 225 CONFIG_MIGRATION=y 231 226 # CONFIG_RESOURCES_64BIT is not set 227 + # CONFIG_PHYS_ADDR_T_64BIT is not set 232 228 CONFIG_ZONE_DMA_FLAG=1 233 229 CONFIG_BOUNCE=y 234 230 CONFIG_VIRT_TO_BUS=y 231 + CONFIG_UNEVICTABLE_LRU=y 235 232 CONFIG_FORCE_MAX_ZONEORDER=11 236 233 # CONFIG_PROC_DEVICETREE is not set 237 234 # CONFIG_CMDLINE_BOOL is not set ··· 254 251 # CONFIG_PCIEPORTBUS is not set 255 252 CONFIG_ARCH_SUPPORTS_MSI=y 256 253 # CONFIG_PCI_MSI is not set 257 - CONFIG_PCI_LEGACY=y 254 + # CONFIG_PCI_LEGACY is not set 258 255 # CONFIG_HAS_RAPIDIO is not set 259 256 260 257 # ··· 321 318 # CONFIG_TIPC is not set 322 319 # CONFIG_ATM is not set 323 320 # CONFIG_BRIDGE is not set 321 + # CONFIG_NET_DSA is not set 324 322 # CONFIG_VLAN_8021Q is not set 325 323 # CONFIG_DECNET is not set 326 324 # CONFIG_LLC2 is not set ··· 342 338 # CONFIG_IRDA is not set 343 339 # CONFIG_BT is not set 344 340 # CONFIG_AF_RXRPC is not set 345 - 346 - # 347 - # Wireless 348 - # 341 + # CONFIG_PHONET is not set 342 + CONFIG_WIRELESS=y 349 343 # CONFIG_CFG80211 is not set 344 + CONFIG_WIRELESS_OLD_REGULATORY=y 350 345 # CONFIG_WIRELESS_EXT is not set 351 346 # CONFIG_MAC80211 is not set 352 347 # CONFIG_IEEE80211 is not set ··· 472 469 # CONFIG_HP_ILO is not set 473 470 CONFIG_HAVE_IDE=y 474 471 CONFIG_IDE=y 475 - CONFIG_BLK_DEV_IDE=y 476 472 477 473 # 478 474 # Please see Documentation/ide/ide.txt for help/info on IDE drives 479 475 # 480 476 CONFIG_IDE_TIMINGS=y 481 477 # CONFIG_BLK_DEV_IDE_SATA is not set 482 - CONFIG_BLK_DEV_IDEDISK=y 483 - # CONFIG_IDEDISK_MULTI_MODE is not set 478 + CONFIG_IDE_GD=y 479 + CONFIG_IDE_GD_ATA=y 480 + # CONFIG_IDE_GD_ATAPI is not set 484 481 # CONFIG_BLK_DEV_IDECD is not set 485 482 # CONFIG_BLK_DEV_IDETAPE is not set 486 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 487 483 # CONFIG_IDE_TASK_IOCTL is not set 488 484 CONFIG_IDE_PROC_FS=y 489 485 ··· 585 583 # CONFIG_IBM_NEW_EMAC_RGMII is not set 586 584 # CONFIG_IBM_NEW_EMAC_TAH is not set 587 585 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 586 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 587 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 588 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 588 589 CONFIG_NET_PCI=y 589 590 # CONFIG_PCNET32 is not set 590 591 # CONFIG_AMD8111_ETH is not set ··· 608 603 # CONFIG_TLAN is not set 609 604 # CONFIG_VIA_RHINE is not set 610 605 # CONFIG_SC92031 is not set 606 + # CONFIG_ATL2 is not set 611 607 # CONFIG_FS_ENET is not set 612 608 CONFIG_NETDEV_1000=y 613 609 # CONFIG_ACENIC is not set ··· 631 625 # CONFIG_QLA3XXX is not set 632 626 # CONFIG_ATL1 is not set 633 627 # CONFIG_ATL1E is not set 628 + # CONFIG_JME is not set 634 629 CONFIG_NETDEV_10000=y 635 630 # CONFIG_CHELSIO_T1 is not set 636 631 # CONFIG_CHELSIO_T3 is not set 632 + # CONFIG_ENIC is not set 637 633 # CONFIG_IXGBE is not set 638 634 # CONFIG_IXGB is not set 639 635 # CONFIG_S2IO is not set 640 636 # CONFIG_MYRI10GE is not set 641 637 # CONFIG_NETXEN_NIC is not set 642 638 # CONFIG_NIU is not set 639 + # CONFIG_MLX4_EN is not set 643 640 # CONFIG_MLX4_CORE is not set 644 641 # CONFIG_TEHUTI is not set 645 642 # CONFIG_BNX2X is not set 643 + # CONFIG_QLGE is not set 646 644 # CONFIG_SFC is not set 647 645 # CONFIG_TR is not set 648 646 ··· 725 715 CONFIG_SERIAL_CORE_CONSOLE=y 726 716 CONFIG_SERIAL_CPM=y 727 717 CONFIG_SERIAL_CPM_CONSOLE=y 728 - CONFIG_SERIAL_CPM_SCC1=y 729 - # CONFIG_SERIAL_CPM_SCC2 is not set 730 - # CONFIG_SERIAL_CPM_SCC3 is not set 731 - # CONFIG_SERIAL_CPM_SCC4 is not set 732 - # CONFIG_SERIAL_CPM_SMC1 is not set 733 - # CONFIG_SERIAL_CPM_SMC2 is not set 734 718 # CONFIG_SERIAL_JSM is not set 735 719 # CONFIG_SERIAL_OF_PLATFORM is not set 736 720 CONFIG_UNIX98_PTYS=y ··· 904 900 # CONFIG_MFD_SM501 is not set 905 901 # CONFIG_HTC_PASIC3 is not set 906 902 # CONFIG_MFD_TMIO is not set 903 + # CONFIG_PMIC_DA903X is not set 904 + # CONFIG_MFD_WM8400 is not set 905 + # CONFIG_MFD_WM8350_I2C is not set 906 + 907 + # 908 + # Voltage and Current regulators 909 + # 910 + # CONFIG_REGULATOR is not set 911 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 912 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 913 + # CONFIG_REGULATOR_BQ24022 is not set 907 914 908 915 # 909 916 # Multimedia devices ··· 951 936 CONFIG_HID=y 952 937 # CONFIG_HID_DEBUG is not set 953 938 # CONFIG_HIDRAW is not set 939 + # CONFIG_HID_PID is not set 940 + 941 + # 942 + # Special HID drivers 943 + # 944 + CONFIG_HID_COMPAT=y 954 945 CONFIG_USB_SUPPORT=y 955 946 CONFIG_USB_ARCH_HAS_HCD=y 956 947 CONFIG_USB_ARCH_HAS_OHCI=y ··· 973 952 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 974 953 # 975 954 # CONFIG_USB_GADGET is not set 955 + # CONFIG_UWB is not set 976 956 # CONFIG_MMC is not set 977 957 # CONFIG_MEMSTICK is not set 978 958 # CONFIG_NEW_LEDS is not set ··· 983 961 # CONFIG_RTC_CLASS is not set 984 962 # CONFIG_DMADEVICES is not set 985 963 # CONFIG_UIO is not set 964 + # CONFIG_STAGING is not set 986 965 987 966 # 988 967 # File systems ··· 995 972 CONFIG_EXT3_FS_XATTR=y 996 973 # CONFIG_EXT3_FS_POSIX_ACL is not set 997 974 # CONFIG_EXT3_FS_SECURITY is not set 998 - # CONFIG_EXT4DEV_FS is not set 975 + # CONFIG_EXT4_FS is not set 999 976 CONFIG_JBD=y 1000 977 CONFIG_FS_MBCACHE=y 1001 978 # CONFIG_REISERFS_FS is not set 1002 979 # CONFIG_JFS_FS is not set 1003 980 # CONFIG_FS_POSIX_ACL is not set 981 + CONFIG_FILE_LOCKING=y 1004 982 # CONFIG_XFS_FS is not set 1005 983 # CONFIG_OCFS2_FS is not set 1006 984 CONFIG_DNOTIFY=y ··· 1031 1007 CONFIG_PROC_FS=y 1032 1008 CONFIG_PROC_KCORE=y 1033 1009 CONFIG_PROC_SYSCTL=y 1010 + CONFIG_PROC_PAGE_MONITOR=y 1034 1011 CONFIG_SYSFS=y 1035 1012 CONFIG_TMPFS=y 1036 1013 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1077 1052 CONFIG_LOCKD=y 1078 1053 CONFIG_NFS_COMMON=y 1079 1054 CONFIG_SUNRPC=y 1055 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1080 1056 # CONFIG_RPCSEC_GSS_KRB5 is not set 1081 1057 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1082 1058 # CONFIG_SMB_FS is not set ··· 1110 1084 # Library routines 1111 1085 # 1112 1086 CONFIG_BITREVERSE=y 1113 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1114 1087 # CONFIG_CRC_CCITT is not set 1115 1088 # CONFIG_CRC16 is not set 1116 1089 # CONFIG_CRC_T10DIF is not set ··· 1141 1116 # CONFIG_SLUB_STATS is not set 1142 1117 # CONFIG_DEBUG_BUGVERBOSE is not set 1143 1118 # CONFIG_DEBUG_MEMORY_INIT is not set 1119 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1144 1120 # CONFIG_LATENCYTOP is not set 1145 1121 CONFIG_SYSCTL_SYSCALL_CHECK=y 1146 - CONFIG_HAVE_FTRACE=y 1147 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1148 - # CONFIG_FTRACE is not set 1149 - # CONFIG_SCHED_TRACER is not set 1150 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1122 + CONFIG_HAVE_FUNCTION_TRACER=y 1123 + 1124 + # 1125 + # Tracers 1126 + # 1127 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1151 1128 # CONFIG_SAMPLES is not set 1152 1129 CONFIG_HAVE_ARCH_KGDB=y 1153 1130 # CONFIG_IRQSTACKS is not set ··· 1160 1133 # 1161 1134 # CONFIG_KEYS is not set 1162 1135 # CONFIG_SECURITY is not set 1136 + # CONFIG_SECURITYFS is not set 1163 1137 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1164 1138 CONFIG_CRYPTO=y 1165 1139 1166 1140 # 1167 1141 # Crypto core or helper 1168 1142 # 1143 + # CONFIG_CRYPTO_FIPS is not set 1169 1144 # CONFIG_CRYPTO_MANAGER is not set 1170 1145 # CONFIG_CRYPTO_GF128MUL is not set 1171 1146 # CONFIG_CRYPTO_NULL is not set ··· 1239 1210 # 1240 1211 # CONFIG_CRYPTO_DEFLATE is not set 1241 1212 # CONFIG_CRYPTO_LZO is not set 1213 + 1214 + # 1215 + # Random Number Generation 1216 + # 1217 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1242 1218 CONFIG_CRYPTO_HW=y 1243 1219 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1244 1220 # CONFIG_CRYPTO_DEV_TALITOS is not set
+74 -24
arch/powerpc/configs/85xx/tqm8548_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:40 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:22 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 107 107 CONFIG_TIMERFD=y 108 108 CONFIG_EVENTFD=y 109 109 CONFIG_SHMEM=y 110 + CONFIG_AIO=y 110 111 CONFIG_VM_EVENT_COUNTERS=y 112 + CONFIG_PCI_QUIRKS=y 111 113 CONFIG_SLUB_DEBUG=y 112 114 # CONFIG_SLAB is not set 113 115 CONFIG_SLUB=y ··· 123 121 CONFIG_HAVE_KPROBES=y 124 122 CONFIG_HAVE_KRETPROBES=y 125 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 126 - # CONFIG_HAVE_DMA_ATTRS is not set 127 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 128 - # CONFIG_HAVE_CLK is not set 129 - CONFIG_PROC_PAGE_MONITOR=y 130 124 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 131 125 CONFIG_SLABINFO=y 132 126 CONFIG_RT_MUTEXES=y ··· 155 157 # CONFIG_DEFAULT_NOOP is not set 156 158 CONFIG_DEFAULT_IOSCHED="anticipatory" 157 159 CONFIG_CLASSIC_RCU=y 160 + # CONFIG_FREEZER is not set 158 161 159 162 # 160 163 # Platform support ··· 191 192 # CONFIG_PPC_INDIRECT_IO is not set 192 193 # CONFIG_GENERIC_IOMAP is not set 193 194 # CONFIG_CPU_FREQ is not set 195 + # CONFIG_QUICC_ENGINE is not set 194 196 # CONFIG_CPM2 is not set 195 197 # CONFIG_FSL_ULI1575 is not set 198 + # CONFIG_MPC8xxx_GPIO is not set 196 199 197 200 # 198 201 # Kernel options ··· 214 213 # CONFIG_PREEMPT_VOLUNTARY is not set 215 214 # CONFIG_PREEMPT is not set 216 215 CONFIG_BINFMT_ELF=y 216 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 217 + # CONFIG_HAVE_AOUT is not set 217 218 CONFIG_BINFMT_MISC=y 218 219 CONFIG_MATH_EMULATION=y 219 220 # CONFIG_IOMMU_HELPER is not set ··· 230 227 # CONFIG_SPARSEMEM_MANUAL is not set 231 228 CONFIG_FLATMEM=y 232 229 CONFIG_FLAT_NODE_MEM_MAP=y 233 - # CONFIG_SPARSEMEM_STATIC is not set 234 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 235 230 CONFIG_PAGEFLAGS_EXTENDED=y 236 231 CONFIG_SPLIT_PTLOCK_CPUS=4 237 232 CONFIG_MIGRATION=y 238 233 # CONFIG_RESOURCES_64BIT is not set 234 + # CONFIG_PHYS_ADDR_T_64BIT is not set 239 235 CONFIG_ZONE_DMA_FLAG=1 240 236 CONFIG_BOUNCE=y 241 237 CONFIG_VIRT_TO_BUS=y 238 + CONFIG_UNEVICTABLE_LRU=y 242 239 CONFIG_FORCE_MAX_ZONEORDER=11 243 240 CONFIG_PROC_DEVICETREE=y 244 241 # CONFIG_CMDLINE_BOOL is not set ··· 263 260 # CONFIG_PCIEASPM is not set 264 261 CONFIG_ARCH_SUPPORTS_MSI=y 265 262 # CONFIG_PCI_MSI is not set 266 - CONFIG_PCI_LEGACY=y 263 + # CONFIG_PCI_LEGACY is not set 267 264 # CONFIG_PCI_DEBUG is not set 268 265 # CONFIG_PCCARD is not set 269 266 # CONFIG_HOTPLUG_PCI is not set ··· 333 330 # CONFIG_TIPC is not set 334 331 # CONFIG_ATM is not set 335 332 # CONFIG_BRIDGE is not set 333 + # CONFIG_NET_DSA is not set 336 334 # CONFIG_VLAN_8021Q is not set 337 335 # CONFIG_DECNET is not set 338 336 # CONFIG_LLC2 is not set ··· 354 350 # CONFIG_IRDA is not set 355 351 # CONFIG_BT is not set 356 352 # CONFIG_AF_RXRPC is not set 357 - 358 - # 359 - # Wireless 360 - # 353 + # CONFIG_PHONET is not set 354 + CONFIG_WIRELESS=y 361 355 # CONFIG_CFG80211 is not set 356 + CONFIG_WIRELESS_OLD_REGULATORY=y 362 357 # CONFIG_WIRELESS_EXT is not set 363 358 # CONFIG_MAC80211 is not set 364 359 # CONFIG_IEEE80211 is not set ··· 461 458 # CONFIG_MTD_NAND_NANDSIM is not set 462 459 # CONFIG_MTD_NAND_PLATFORM is not set 463 460 # CONFIG_MTD_NAND_FSL_ELBC is not set 461 + # CONFIG_MTD_NAND_FSL_UPM is not set 464 462 # CONFIG_MTD_ONENAND is not set 465 463 466 464 # ··· 506 502 # CONFIG_HP_ILO is not set 507 503 CONFIG_HAVE_IDE=y 508 504 CONFIG_IDE=y 509 - CONFIG_BLK_DEV_IDE=y 510 505 511 506 # 512 507 # Please see Documentation/ide/ide.txt for help/info on IDE drives 513 508 # 514 509 CONFIG_IDE_TIMINGS=y 515 510 # CONFIG_BLK_DEV_IDE_SATA is not set 516 - # CONFIG_BLK_DEV_IDEDISK is not set 517 - # CONFIG_IDEDISK_MULTI_MODE is not set 511 + CONFIG_IDE_GD=y 512 + CONFIG_IDE_GD_ATA=y 513 + # CONFIG_IDE_GD_ATAPI is not set 518 514 # CONFIG_BLK_DEV_IDECD is not set 519 515 # CONFIG_BLK_DEV_IDETAPE is not set 520 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 521 516 # CONFIG_IDE_TASK_IOCTL is not set 522 517 CONFIG_IDE_PROC_FS=y 523 518 ··· 619 616 # CONFIG_IBM_NEW_EMAC_RGMII is not set 620 617 # CONFIG_IBM_NEW_EMAC_TAH is not set 621 618 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 619 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 620 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 621 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 622 622 # CONFIG_NET_PCI is not set 623 623 # CONFIG_B44 is not set 624 + # CONFIG_ATL2 is not set 624 625 CONFIG_NETDEV_1000=y 625 626 # CONFIG_ACENIC is not set 626 627 # CONFIG_DL2K is not set 627 628 CONFIG_E1000=y 628 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 629 629 # CONFIG_E1000E is not set 630 630 # CONFIG_IP1000 is not set 631 631 # CONFIG_IGB is not set ··· 646 640 # CONFIG_QLA3XXX is not set 647 641 # CONFIG_ATL1 is not set 648 642 # CONFIG_ATL1E is not set 643 + # CONFIG_JME is not set 649 644 CONFIG_NETDEV_10000=y 650 645 # CONFIG_CHELSIO_T1 is not set 651 646 # CONFIG_CHELSIO_T3 is not set 647 + # CONFIG_ENIC is not set 652 648 # CONFIG_IXGBE is not set 653 649 # CONFIG_IXGB is not set 654 650 # CONFIG_S2IO is not set 655 651 # CONFIG_MYRI10GE is not set 656 652 # CONFIG_NETXEN_NIC is not set 657 653 # CONFIG_NIU is not set 654 + # CONFIG_MLX4_EN is not set 658 655 # CONFIG_MLX4_CORE is not set 659 656 # CONFIG_TEHUTI is not set 660 657 # CONFIG_BNX2X is not set 658 + # CONFIG_QLGE is not set 661 659 # CONFIG_SFC is not set 662 660 # CONFIG_TR is not set 663 661 ··· 895 885 # CONFIG_MFD_SM501 is not set 896 886 # CONFIG_HTC_PASIC3 is not set 897 887 # CONFIG_MFD_TMIO is not set 888 + # CONFIG_PMIC_DA903X is not set 889 + # CONFIG_MFD_WM8400 is not set 890 + # CONFIG_MFD_WM8350_I2C is not set 891 + 892 + # 893 + # Voltage and Current regulators 894 + # 895 + # CONFIG_REGULATOR is not set 896 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 897 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 898 + # CONFIG_REGULATOR_BQ24022 is not set 898 899 899 900 # 900 901 # Multimedia devices ··· 942 921 CONFIG_HID=y 943 922 # CONFIG_HID_DEBUG is not set 944 923 # CONFIG_HIDRAW is not set 924 + # CONFIG_HID_PID is not set 925 + 926 + # 927 + # Special HID drivers 928 + # 929 + CONFIG_HID_COMPAT=y 945 930 CONFIG_USB_SUPPORT=y 946 931 CONFIG_USB_ARCH_HAS_HCD=y 947 932 CONFIG_USB_ARCH_HAS_OHCI=y ··· 964 937 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 965 938 # 966 939 # CONFIG_USB_GADGET is not set 940 + # CONFIG_UWB is not set 967 941 # CONFIG_MMC is not set 968 942 # CONFIG_MEMSTICK is not set 969 943 # CONFIG_NEW_LEDS is not set ··· 1010 982 # Platform RTC drivers 1011 983 # 1012 984 # CONFIG_RTC_DRV_CMOS is not set 985 + # CONFIG_RTC_DRV_DS1286 is not set 1013 986 # CONFIG_RTC_DRV_DS1511 is not set 1014 987 # CONFIG_RTC_DRV_DS1553 is not set 1015 988 # CONFIG_RTC_DRV_DS1742 is not set 1016 989 # CONFIG_RTC_DRV_STK17TA8 is not set 1017 990 # CONFIG_RTC_DRV_M48T86 is not set 991 + # CONFIG_RTC_DRV_M48T35 is not set 1018 992 # CONFIG_RTC_DRV_M48T59 is not set 993 + # CONFIG_RTC_DRV_BQ4802 is not set 1019 994 # CONFIG_RTC_DRV_V3020 is not set 1020 995 1021 996 # ··· 1027 996 # CONFIG_RTC_DRV_PPC is not set 1028 997 # CONFIG_DMADEVICES is not set 1029 998 # CONFIG_UIO is not set 999 + # CONFIG_STAGING is not set 1030 1000 1031 1001 # 1032 1002 # File systems ··· 1039 1007 CONFIG_EXT3_FS_XATTR=y 1040 1008 # CONFIG_EXT3_FS_POSIX_ACL is not set 1041 1009 # CONFIG_EXT3_FS_SECURITY is not set 1042 - # CONFIG_EXT4DEV_FS is not set 1010 + # CONFIG_EXT4_FS is not set 1043 1011 CONFIG_JBD=y 1044 1012 CONFIG_FS_MBCACHE=y 1045 1013 # CONFIG_REISERFS_FS is not set 1046 1014 # CONFIG_JFS_FS is not set 1047 1015 # CONFIG_FS_POSIX_ACL is not set 1016 + CONFIG_FILE_LOCKING=y 1048 1017 # CONFIG_XFS_FS is not set 1049 1018 # CONFIG_OCFS2_FS is not set 1050 1019 CONFIG_DNOTIFY=y ··· 1075 1042 CONFIG_PROC_FS=y 1076 1043 CONFIG_PROC_KCORE=y 1077 1044 CONFIG_PROC_SYSCTL=y 1045 + CONFIG_PROC_PAGE_MONITOR=y 1078 1046 CONFIG_SYSFS=y 1079 1047 CONFIG_TMPFS=y 1080 1048 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1112 1078 CONFIG_LOCKD=y 1113 1079 CONFIG_NFS_COMMON=y 1114 1080 CONFIG_SUNRPC=y 1081 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1115 1082 # CONFIG_RPCSEC_GSS_KRB5 is not set 1116 1083 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1117 1084 # CONFIG_SMB_FS is not set ··· 1145 1110 # Library routines 1146 1111 # 1147 1112 CONFIG_BITREVERSE=y 1148 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1149 1113 # CONFIG_CRC_CCITT is not set 1150 1114 # CONFIG_CRC16 is not set 1151 1115 # CONFIG_CRC_T10DIF is not set ··· 1196 1162 # CONFIG_DEBUG_SG is not set 1197 1163 # CONFIG_BOOT_PRINTK_DELAY is not set 1198 1164 # CONFIG_RCU_TORTURE_TEST is not set 1165 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1199 1166 # CONFIG_BACKTRACE_SELF_TEST is not set 1167 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1200 1168 # CONFIG_FAULT_INJECTION is not set 1201 1169 # CONFIG_LATENCYTOP is not set 1202 1170 CONFIG_SYSCTL_SYSCALL_CHECK=y 1203 - CONFIG_HAVE_FTRACE=y 1204 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1205 - # CONFIG_FTRACE is not set 1171 + CONFIG_HAVE_FUNCTION_TRACER=y 1172 + 1173 + # 1174 + # Tracers 1175 + # 1176 + # CONFIG_FUNCTION_TRACER is not set 1206 1177 # CONFIG_SCHED_TRACER is not set 1207 1178 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1179 + # CONFIG_BOOT_TRACER is not set 1180 + # CONFIG_STACK_TRACER is not set 1181 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1208 1182 # CONFIG_SAMPLES is not set 1209 1183 CONFIG_HAVE_ARCH_KGDB=y 1210 1184 # CONFIG_KGDB is not set ··· 1221 1179 # CONFIG_DEBUG_PAGEALLOC is not set 1222 1180 # CONFIG_CODE_PATCHING_SELFTEST is not set 1223 1181 # CONFIG_FTR_FIXUP_SELFTEST is not set 1182 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1224 1183 # CONFIG_XMON is not set 1225 1184 # CONFIG_IRQSTACKS is not set 1226 1185 # CONFIG_BDI_SWITCH is not set ··· 1232 1189 # 1233 1190 # CONFIG_KEYS is not set 1234 1191 # CONFIG_SECURITY is not set 1192 + # CONFIG_SECURITYFS is not set 1235 1193 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1236 1194 CONFIG_CRYPTO=y 1237 1195 1238 1196 # 1239 1197 # Crypto core or helper 1240 1198 # 1199 + # CONFIG_CRYPTO_FIPS is not set 1241 1200 # CONFIG_CRYPTO_MANAGER is not set 1242 1201 # CONFIG_CRYPTO_GF128MUL is not set 1243 1202 # CONFIG_CRYPTO_NULL is not set ··· 1312 1267 # 1313 1268 # CONFIG_CRYPTO_DEFLATE is not set 1314 1269 # CONFIG_CRYPTO_LZO is not set 1270 + 1271 + # 1272 + # Random Number Generation 1273 + # 1274 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1315 1275 CONFIG_CRYPTO_HW=y 1316 1276 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1317 1277 # CONFIG_CRYPTO_DEV_TALITOS is not set
+65 -31
arch/powerpc/configs/85xx/tqm8555_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:42 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:23 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 106 106 CONFIG_TIMERFD=y 107 107 CONFIG_EVENTFD=y 108 108 CONFIG_SHMEM=y 109 + CONFIG_AIO=y 109 110 CONFIG_VM_EVENT_COUNTERS=y 111 + CONFIG_PCI_QUIRKS=y 110 112 CONFIG_SLUB_DEBUG=y 111 113 # CONFIG_SLAB is not set 112 114 CONFIG_SLUB=y ··· 121 119 CONFIG_HAVE_KPROBES=y 122 120 CONFIG_HAVE_KRETPROBES=y 123 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 122 CONFIG_HAVE_CLK=y 127 - CONFIG_PROC_PAGE_MONITOR=y 128 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 124 CONFIG_SLABINFO=y 130 125 CONFIG_RT_MUTEXES=y ··· 148 149 # CONFIG_DEFAULT_NOOP is not set 149 150 CONFIG_DEFAULT_IOSCHED="anticipatory" 150 151 CONFIG_CLASSIC_RCU=y 152 + # CONFIG_FREEZER is not set 151 153 152 154 # 153 155 # Platform support ··· 184 184 # CONFIG_PPC_INDIRECT_IO is not set 185 185 # CONFIG_GENERIC_IOMAP is not set 186 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 187 188 CONFIG_CPM2=y 188 189 # CONFIG_FSL_ULI1575 is not set 189 190 CONFIG_CPM=y 191 + # CONFIG_MPC8xxx_GPIO is not set 190 192 191 193 # 192 194 # Kernel options 193 195 # 194 196 # CONFIG_HIGHMEM is not set 195 - # CONFIG_TICK_ONESHOT is not set 196 197 # CONFIG_NO_HZ is not set 197 198 # CONFIG_HIGH_RES_TIMERS is not set 198 199 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 207 206 # CONFIG_PREEMPT_VOLUNTARY is not set 208 207 # CONFIG_PREEMPT is not set 209 208 CONFIG_BINFMT_ELF=y 209 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 210 + # CONFIG_HAVE_AOUT is not set 210 211 # CONFIG_BINFMT_MISC is not set 211 212 CONFIG_MATH_EMULATION=y 212 213 # CONFIG_IOMMU_HELPER is not set ··· 223 220 # CONFIG_SPARSEMEM_MANUAL is not set 224 221 CONFIG_FLATMEM=y 225 222 CONFIG_FLAT_NODE_MEM_MAP=y 226 - # CONFIG_SPARSEMEM_STATIC is not set 227 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 228 223 CONFIG_PAGEFLAGS_EXTENDED=y 229 224 CONFIG_SPLIT_PTLOCK_CPUS=4 230 225 CONFIG_MIGRATION=y 231 226 # CONFIG_RESOURCES_64BIT is not set 227 + # CONFIG_PHYS_ADDR_T_64BIT is not set 232 228 CONFIG_ZONE_DMA_FLAG=1 233 229 CONFIG_BOUNCE=y 234 230 CONFIG_VIRT_TO_BUS=y 231 + CONFIG_UNEVICTABLE_LRU=y 235 232 CONFIG_FORCE_MAX_ZONEORDER=11 236 233 # CONFIG_PROC_DEVICETREE is not set 237 234 # CONFIG_CMDLINE_BOOL is not set ··· 254 251 # CONFIG_PCIEPORTBUS is not set 255 252 CONFIG_ARCH_SUPPORTS_MSI=y 256 253 # CONFIG_PCI_MSI is not set 257 - CONFIG_PCI_LEGACY=y 254 + # CONFIG_PCI_LEGACY is not set 258 255 # CONFIG_HAS_RAPIDIO is not set 259 256 260 257 # ··· 321 318 # CONFIG_TIPC is not set 322 319 # CONFIG_ATM is not set 323 320 # CONFIG_BRIDGE is not set 321 + # CONFIG_NET_DSA is not set 324 322 # CONFIG_VLAN_8021Q is not set 325 323 # CONFIG_DECNET is not set 326 324 # CONFIG_LLC2 is not set ··· 342 338 # CONFIG_IRDA is not set 343 339 # CONFIG_BT is not set 344 340 # CONFIG_AF_RXRPC is not set 345 - 346 - # 347 - # Wireless 348 - # 341 + # CONFIG_PHONET is not set 342 + CONFIG_WIRELESS=y 349 343 # CONFIG_CFG80211 is not set 344 + CONFIG_WIRELESS_OLD_REGULATORY=y 350 345 # CONFIG_WIRELESS_EXT is not set 351 346 # CONFIG_MAC80211 is not set 352 347 # CONFIG_IEEE80211 is not set ··· 472 469 # CONFIG_HP_ILO is not set 473 470 CONFIG_HAVE_IDE=y 474 471 CONFIG_IDE=y 475 - CONFIG_BLK_DEV_IDE=y 476 472 477 473 # 478 474 # Please see Documentation/ide/ide.txt for help/info on IDE drives 479 475 # 480 476 CONFIG_IDE_TIMINGS=y 481 477 # CONFIG_BLK_DEV_IDE_SATA is not set 482 - CONFIG_BLK_DEV_IDEDISK=y 483 - # CONFIG_IDEDISK_MULTI_MODE is not set 478 + CONFIG_IDE_GD=y 479 + CONFIG_IDE_GD_ATA=y 480 + # CONFIG_IDE_GD_ATAPI is not set 484 481 # CONFIG_BLK_DEV_IDECD is not set 485 482 # CONFIG_BLK_DEV_IDETAPE is not set 486 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 487 483 # CONFIG_IDE_TASK_IOCTL is not set 488 484 CONFIG_IDE_PROC_FS=y 489 485 ··· 585 583 # CONFIG_IBM_NEW_EMAC_RGMII is not set 586 584 # CONFIG_IBM_NEW_EMAC_TAH is not set 587 585 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 586 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 587 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 588 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 588 589 CONFIG_NET_PCI=y 589 590 # CONFIG_PCNET32 is not set 590 591 # CONFIG_AMD8111_ETH is not set ··· 608 603 # CONFIG_TLAN is not set 609 604 # CONFIG_VIA_RHINE is not set 610 605 # CONFIG_SC92031 is not set 606 + # CONFIG_ATL2 is not set 611 607 # CONFIG_FS_ENET is not set 612 608 CONFIG_NETDEV_1000=y 613 609 # CONFIG_ACENIC is not set ··· 631 625 # CONFIG_QLA3XXX is not set 632 626 # CONFIG_ATL1 is not set 633 627 # CONFIG_ATL1E is not set 628 + # CONFIG_JME is not set 634 629 CONFIG_NETDEV_10000=y 635 630 # CONFIG_CHELSIO_T1 is not set 636 631 # CONFIG_CHELSIO_T3 is not set 632 + # CONFIG_ENIC is not set 637 633 # CONFIG_IXGBE is not set 638 634 # CONFIG_IXGB is not set 639 635 # CONFIG_S2IO is not set 640 636 # CONFIG_MYRI10GE is not set 641 637 # CONFIG_NETXEN_NIC is not set 642 638 # CONFIG_NIU is not set 639 + # CONFIG_MLX4_EN is not set 643 640 # CONFIG_MLX4_CORE is not set 644 641 # CONFIG_TEHUTI is not set 645 642 # CONFIG_BNX2X is not set 643 + # CONFIG_QLGE is not set 646 644 # CONFIG_SFC is not set 647 645 # CONFIG_TR is not set 648 646 ··· 725 715 CONFIG_SERIAL_CORE_CONSOLE=y 726 716 CONFIG_SERIAL_CPM=y 727 717 CONFIG_SERIAL_CPM_CONSOLE=y 728 - CONFIG_SERIAL_CPM_SCC1=y 729 - # CONFIG_SERIAL_CPM_SCC2 is not set 730 - # CONFIG_SERIAL_CPM_SCC3 is not set 731 - # CONFIG_SERIAL_CPM_SCC4 is not set 732 - # CONFIG_SERIAL_CPM_SMC1 is not set 733 - # CONFIG_SERIAL_CPM_SMC2 is not set 734 718 # CONFIG_SERIAL_JSM is not set 735 719 # CONFIG_SERIAL_OF_PLATFORM is not set 736 720 CONFIG_UNIX98_PTYS=y ··· 904 900 # CONFIG_MFD_SM501 is not set 905 901 # CONFIG_HTC_PASIC3 is not set 906 902 # CONFIG_MFD_TMIO is not set 903 + # CONFIG_PMIC_DA903X is not set 904 + # CONFIG_MFD_WM8400 is not set 905 + # CONFIG_MFD_WM8350_I2C is not set 906 + 907 + # 908 + # Voltage and Current regulators 909 + # 910 + # CONFIG_REGULATOR is not set 911 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 912 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 913 + # CONFIG_REGULATOR_BQ24022 is not set 907 914 908 915 # 909 916 # Multimedia devices ··· 951 936 CONFIG_HID=y 952 937 # CONFIG_HID_DEBUG is not set 953 938 # CONFIG_HIDRAW is not set 939 + # CONFIG_HID_PID is not set 940 + 941 + # 942 + # Special HID drivers 943 + # 944 + CONFIG_HID_COMPAT=y 954 945 CONFIG_USB_SUPPORT=y 955 946 CONFIG_USB_ARCH_HAS_HCD=y 956 947 CONFIG_USB_ARCH_HAS_OHCI=y ··· 973 952 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 974 953 # 975 954 # CONFIG_USB_GADGET is not set 955 + # CONFIG_UWB is not set 976 956 # CONFIG_MMC is not set 977 957 # CONFIG_MEMSTICK is not set 978 958 # CONFIG_NEW_LEDS is not set ··· 983 961 # CONFIG_RTC_CLASS is not set 984 962 # CONFIG_DMADEVICES is not set 985 963 # CONFIG_UIO is not set 964 + # CONFIG_STAGING is not set 986 965 987 966 # 988 967 # File systems ··· 995 972 CONFIG_EXT3_FS_XATTR=y 996 973 # CONFIG_EXT3_FS_POSIX_ACL is not set 997 974 # CONFIG_EXT3_FS_SECURITY is not set 998 - # CONFIG_EXT4DEV_FS is not set 975 + # CONFIG_EXT4_FS is not set 999 976 CONFIG_JBD=y 1000 977 CONFIG_FS_MBCACHE=y 1001 978 # CONFIG_REISERFS_FS is not set 1002 979 # CONFIG_JFS_FS is not set 1003 980 # CONFIG_FS_POSIX_ACL is not set 981 + CONFIG_FILE_LOCKING=y 1004 982 # CONFIG_XFS_FS is not set 1005 983 # CONFIG_OCFS2_FS is not set 1006 984 CONFIG_DNOTIFY=y ··· 1031 1007 CONFIG_PROC_FS=y 1032 1008 CONFIG_PROC_KCORE=y 1033 1009 CONFIG_PROC_SYSCTL=y 1010 + CONFIG_PROC_PAGE_MONITOR=y 1034 1011 CONFIG_SYSFS=y 1035 1012 CONFIG_TMPFS=y 1036 1013 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1077 1052 CONFIG_LOCKD=y 1078 1053 CONFIG_NFS_COMMON=y 1079 1054 CONFIG_SUNRPC=y 1055 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1080 1056 # CONFIG_RPCSEC_GSS_KRB5 is not set 1081 1057 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1082 1058 # CONFIG_SMB_FS is not set ··· 1110 1084 # Library routines 1111 1085 # 1112 1086 CONFIG_BITREVERSE=y 1113 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1114 1087 # CONFIG_CRC_CCITT is not set 1115 1088 # CONFIG_CRC16 is not set 1116 1089 # CONFIG_CRC_T10DIF is not set ··· 1141 1116 # CONFIG_SLUB_STATS is not set 1142 1117 # CONFIG_DEBUG_BUGVERBOSE is not set 1143 1118 # CONFIG_DEBUG_MEMORY_INIT is not set 1119 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1144 1120 # CONFIG_LATENCYTOP is not set 1145 1121 CONFIG_SYSCTL_SYSCALL_CHECK=y 1146 - CONFIG_HAVE_FTRACE=y 1147 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1148 - # CONFIG_FTRACE is not set 1149 - # CONFIG_SCHED_TRACER is not set 1150 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1122 + CONFIG_HAVE_FUNCTION_TRACER=y 1123 + 1124 + # 1125 + # Tracers 1126 + # 1127 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1151 1128 # CONFIG_SAMPLES is not set 1152 1129 CONFIG_HAVE_ARCH_KGDB=y 1153 1130 # CONFIG_IRQSTACKS is not set ··· 1160 1133 # 1161 1134 # CONFIG_KEYS is not set 1162 1135 # CONFIG_SECURITY is not set 1136 + # CONFIG_SECURITYFS is not set 1163 1137 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1164 1138 CONFIG_CRYPTO=y 1165 1139 1166 1140 # 1167 1141 # Crypto core or helper 1168 1142 # 1143 + # CONFIG_CRYPTO_FIPS is not set 1169 1144 # CONFIG_CRYPTO_MANAGER is not set 1170 1145 # CONFIG_CRYPTO_GF128MUL is not set 1171 1146 # CONFIG_CRYPTO_NULL is not set ··· 1239 1210 # 1240 1211 # CONFIG_CRYPTO_DEFLATE is not set 1241 1212 # CONFIG_CRYPTO_LZO is not set 1213 + 1214 + # 1215 + # Random Number Generation 1216 + # 1217 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1242 1218 CONFIG_CRYPTO_HW=y 1243 1219 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1244 1220 # CONFIG_CRYPTO_DEV_TALITOS is not set
+65 -31
arch/powerpc/configs/85xx/tqm8560_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:43 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:25 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 106 106 CONFIG_TIMERFD=y 107 107 CONFIG_EVENTFD=y 108 108 CONFIG_SHMEM=y 109 + CONFIG_AIO=y 109 110 CONFIG_VM_EVENT_COUNTERS=y 111 + CONFIG_PCI_QUIRKS=y 110 112 CONFIG_SLUB_DEBUG=y 111 113 # CONFIG_SLAB is not set 112 114 CONFIG_SLUB=y ··· 121 119 CONFIG_HAVE_KPROBES=y 122 120 CONFIG_HAVE_KRETPROBES=y 123 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 - # CONFIG_HAVE_DMA_ATTRS is not set 125 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 126 122 CONFIG_HAVE_CLK=y 127 - CONFIG_PROC_PAGE_MONITOR=y 128 123 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 129 124 CONFIG_SLABINFO=y 130 125 CONFIG_RT_MUTEXES=y ··· 148 149 # CONFIG_DEFAULT_NOOP is not set 149 150 CONFIG_DEFAULT_IOSCHED="anticipatory" 150 151 CONFIG_CLASSIC_RCU=y 152 + # CONFIG_FREEZER is not set 151 153 152 154 # 153 155 # Platform support ··· 184 184 # CONFIG_PPC_INDIRECT_IO is not set 185 185 # CONFIG_GENERIC_IOMAP is not set 186 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 187 188 CONFIG_CPM2=y 188 189 # CONFIG_FSL_ULI1575 is not set 189 190 CONFIG_CPM=y 191 + # CONFIG_MPC8xxx_GPIO is not set 190 192 191 193 # 192 194 # Kernel options 193 195 # 194 196 # CONFIG_HIGHMEM is not set 195 - # CONFIG_TICK_ONESHOT is not set 196 197 # CONFIG_NO_HZ is not set 197 198 # CONFIG_HIGH_RES_TIMERS is not set 198 199 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 207 206 # CONFIG_PREEMPT_VOLUNTARY is not set 208 207 # CONFIG_PREEMPT is not set 209 208 CONFIG_BINFMT_ELF=y 209 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 210 + # CONFIG_HAVE_AOUT is not set 210 211 # CONFIG_BINFMT_MISC is not set 211 212 CONFIG_MATH_EMULATION=y 212 213 # CONFIG_IOMMU_HELPER is not set ··· 223 220 # CONFIG_SPARSEMEM_MANUAL is not set 224 221 CONFIG_FLATMEM=y 225 222 CONFIG_FLAT_NODE_MEM_MAP=y 226 - # CONFIG_SPARSEMEM_STATIC is not set 227 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 228 223 CONFIG_PAGEFLAGS_EXTENDED=y 229 224 CONFIG_SPLIT_PTLOCK_CPUS=4 230 225 CONFIG_MIGRATION=y 231 226 # CONFIG_RESOURCES_64BIT is not set 227 + # CONFIG_PHYS_ADDR_T_64BIT is not set 232 228 CONFIG_ZONE_DMA_FLAG=1 233 229 CONFIG_BOUNCE=y 234 230 CONFIG_VIRT_TO_BUS=y 231 + CONFIG_UNEVICTABLE_LRU=y 235 232 CONFIG_FORCE_MAX_ZONEORDER=11 236 233 # CONFIG_PROC_DEVICETREE is not set 237 234 # CONFIG_CMDLINE_BOOL is not set ··· 254 251 # CONFIG_PCIEPORTBUS is not set 255 252 CONFIG_ARCH_SUPPORTS_MSI=y 256 253 # CONFIG_PCI_MSI is not set 257 - CONFIG_PCI_LEGACY=y 254 + # CONFIG_PCI_LEGACY is not set 258 255 # CONFIG_HAS_RAPIDIO is not set 259 256 260 257 # ··· 321 318 # CONFIG_TIPC is not set 322 319 # CONFIG_ATM is not set 323 320 # CONFIG_BRIDGE is not set 321 + # CONFIG_NET_DSA is not set 324 322 # CONFIG_VLAN_8021Q is not set 325 323 # CONFIG_DECNET is not set 326 324 # CONFIG_LLC2 is not set ··· 342 338 # CONFIG_IRDA is not set 343 339 # CONFIG_BT is not set 344 340 # CONFIG_AF_RXRPC is not set 345 - 346 - # 347 - # Wireless 348 - # 341 + # CONFIG_PHONET is not set 342 + CONFIG_WIRELESS=y 349 343 # CONFIG_CFG80211 is not set 344 + CONFIG_WIRELESS_OLD_REGULATORY=y 350 345 # CONFIG_WIRELESS_EXT is not set 351 346 # CONFIG_MAC80211 is not set 352 347 # CONFIG_IEEE80211 is not set ··· 472 469 # CONFIG_HP_ILO is not set 473 470 CONFIG_HAVE_IDE=y 474 471 CONFIG_IDE=y 475 - CONFIG_BLK_DEV_IDE=y 476 472 477 473 # 478 474 # Please see Documentation/ide/ide.txt for help/info on IDE drives 479 475 # 480 476 CONFIG_IDE_TIMINGS=y 481 477 # CONFIG_BLK_DEV_IDE_SATA is not set 482 - CONFIG_BLK_DEV_IDEDISK=y 483 - # CONFIG_IDEDISK_MULTI_MODE is not set 478 + CONFIG_IDE_GD=y 479 + CONFIG_IDE_GD_ATA=y 480 + # CONFIG_IDE_GD_ATAPI is not set 484 481 # CONFIG_BLK_DEV_IDECD is not set 485 482 # CONFIG_BLK_DEV_IDETAPE is not set 486 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 487 483 # CONFIG_IDE_TASK_IOCTL is not set 488 484 CONFIG_IDE_PROC_FS=y 489 485 ··· 585 583 # CONFIG_IBM_NEW_EMAC_RGMII is not set 586 584 # CONFIG_IBM_NEW_EMAC_TAH is not set 587 585 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 586 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 587 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 588 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 588 589 CONFIG_NET_PCI=y 589 590 # CONFIG_PCNET32 is not set 590 591 # CONFIG_AMD8111_ETH is not set ··· 608 603 # CONFIG_TLAN is not set 609 604 # CONFIG_VIA_RHINE is not set 610 605 # CONFIG_SC92031 is not set 606 + # CONFIG_ATL2 is not set 611 607 # CONFIG_FS_ENET is not set 612 608 CONFIG_NETDEV_1000=y 613 609 # CONFIG_ACENIC is not set ··· 631 625 # CONFIG_QLA3XXX is not set 632 626 # CONFIG_ATL1 is not set 633 627 # CONFIG_ATL1E is not set 628 + # CONFIG_JME is not set 634 629 CONFIG_NETDEV_10000=y 635 630 # CONFIG_CHELSIO_T1 is not set 636 631 # CONFIG_CHELSIO_T3 is not set 632 + # CONFIG_ENIC is not set 637 633 # CONFIG_IXGBE is not set 638 634 # CONFIG_IXGB is not set 639 635 # CONFIG_S2IO is not set 640 636 # CONFIG_MYRI10GE is not set 641 637 # CONFIG_NETXEN_NIC is not set 642 638 # CONFIG_NIU is not set 639 + # CONFIG_MLX4_EN is not set 643 640 # CONFIG_MLX4_CORE is not set 644 641 # CONFIG_TEHUTI is not set 645 642 # CONFIG_BNX2X is not set 643 + # CONFIG_QLGE is not set 646 644 # CONFIG_SFC is not set 647 645 # CONFIG_TR is not set 648 646 ··· 725 715 CONFIG_SERIAL_CORE_CONSOLE=y 726 716 CONFIG_SERIAL_CPM=y 727 717 CONFIG_SERIAL_CPM_CONSOLE=y 728 - CONFIG_SERIAL_CPM_SCC1=y 729 - # CONFIG_SERIAL_CPM_SCC2 is not set 730 - # CONFIG_SERIAL_CPM_SCC3 is not set 731 - # CONFIG_SERIAL_CPM_SCC4 is not set 732 - # CONFIG_SERIAL_CPM_SMC1 is not set 733 - # CONFIG_SERIAL_CPM_SMC2 is not set 734 718 # CONFIG_SERIAL_JSM is not set 735 719 # CONFIG_SERIAL_OF_PLATFORM is not set 736 720 CONFIG_UNIX98_PTYS=y ··· 904 900 # CONFIG_MFD_SM501 is not set 905 901 # CONFIG_HTC_PASIC3 is not set 906 902 # CONFIG_MFD_TMIO is not set 903 + # CONFIG_PMIC_DA903X is not set 904 + # CONFIG_MFD_WM8400 is not set 905 + # CONFIG_MFD_WM8350_I2C is not set 906 + 907 + # 908 + # Voltage and Current regulators 909 + # 910 + # CONFIG_REGULATOR is not set 911 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 912 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 913 + # CONFIG_REGULATOR_BQ24022 is not set 907 914 908 915 # 909 916 # Multimedia devices ··· 951 936 CONFIG_HID=y 952 937 # CONFIG_HID_DEBUG is not set 953 938 # CONFIG_HIDRAW is not set 939 + # CONFIG_HID_PID is not set 940 + 941 + # 942 + # Special HID drivers 943 + # 944 + CONFIG_HID_COMPAT=y 954 945 CONFIG_USB_SUPPORT=y 955 946 CONFIG_USB_ARCH_HAS_HCD=y 956 947 CONFIG_USB_ARCH_HAS_OHCI=y ··· 973 952 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 974 953 # 975 954 # CONFIG_USB_GADGET is not set 955 + # CONFIG_UWB is not set 976 956 # CONFIG_MMC is not set 977 957 # CONFIG_MEMSTICK is not set 978 958 # CONFIG_NEW_LEDS is not set ··· 983 961 # CONFIG_RTC_CLASS is not set 984 962 # CONFIG_DMADEVICES is not set 985 963 # CONFIG_UIO is not set 964 + # CONFIG_STAGING is not set 986 965 987 966 # 988 967 # File systems ··· 995 972 CONFIG_EXT3_FS_XATTR=y 996 973 # CONFIG_EXT3_FS_POSIX_ACL is not set 997 974 # CONFIG_EXT3_FS_SECURITY is not set 998 - # CONFIG_EXT4DEV_FS is not set 975 + # CONFIG_EXT4_FS is not set 999 976 CONFIG_JBD=y 1000 977 CONFIG_FS_MBCACHE=y 1001 978 # CONFIG_REISERFS_FS is not set 1002 979 # CONFIG_JFS_FS is not set 1003 980 # CONFIG_FS_POSIX_ACL is not set 981 + CONFIG_FILE_LOCKING=y 1004 982 # CONFIG_XFS_FS is not set 1005 983 # CONFIG_OCFS2_FS is not set 1006 984 CONFIG_DNOTIFY=y ··· 1031 1007 CONFIG_PROC_FS=y 1032 1008 CONFIG_PROC_KCORE=y 1033 1009 CONFIG_PROC_SYSCTL=y 1010 + CONFIG_PROC_PAGE_MONITOR=y 1034 1011 CONFIG_SYSFS=y 1035 1012 CONFIG_TMPFS=y 1036 1013 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1077 1052 CONFIG_LOCKD=y 1078 1053 CONFIG_NFS_COMMON=y 1079 1054 CONFIG_SUNRPC=y 1055 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1080 1056 # CONFIG_RPCSEC_GSS_KRB5 is not set 1081 1057 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1082 1058 # CONFIG_SMB_FS is not set ··· 1110 1084 # Library routines 1111 1085 # 1112 1086 CONFIG_BITREVERSE=y 1113 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1114 1087 # CONFIG_CRC_CCITT is not set 1115 1088 # CONFIG_CRC16 is not set 1116 1089 # CONFIG_CRC_T10DIF is not set ··· 1141 1116 # CONFIG_SLUB_STATS is not set 1142 1117 # CONFIG_DEBUG_BUGVERBOSE is not set 1143 1118 # CONFIG_DEBUG_MEMORY_INIT is not set 1119 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1144 1120 # CONFIG_LATENCYTOP is not set 1145 1121 CONFIG_SYSCTL_SYSCALL_CHECK=y 1146 - CONFIG_HAVE_FTRACE=y 1147 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1148 - # CONFIG_FTRACE is not set 1149 - # CONFIG_SCHED_TRACER is not set 1150 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1122 + CONFIG_HAVE_FUNCTION_TRACER=y 1123 + 1124 + # 1125 + # Tracers 1126 + # 1127 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1151 1128 # CONFIG_SAMPLES is not set 1152 1129 CONFIG_HAVE_ARCH_KGDB=y 1153 1130 # CONFIG_IRQSTACKS is not set ··· 1160 1133 # 1161 1134 # CONFIG_KEYS is not set 1162 1135 # CONFIG_SECURITY is not set 1136 + # CONFIG_SECURITYFS is not set 1163 1137 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1164 1138 CONFIG_CRYPTO=y 1165 1139 1166 1140 # 1167 1141 # Crypto core or helper 1168 1142 # 1143 + # CONFIG_CRYPTO_FIPS is not set 1169 1144 # CONFIG_CRYPTO_MANAGER is not set 1170 1145 # CONFIG_CRYPTO_GF128MUL is not set 1171 1146 # CONFIG_CRYPTO_NULL is not set ··· 1239 1210 # 1240 1211 # CONFIG_CRYPTO_DEFLATE is not set 1241 1212 # CONFIG_CRYPTO_LZO is not set 1213 + 1214 + # 1215 + # Random Number Generation 1216 + # 1217 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1242 1218 CONFIG_CRYPTO_HW=y 1243 1219 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1244 1220 # CONFIG_CRYPTO_DEV_TALITOS is not set
+212 -71
arch/powerpc/configs/86xx/gef_sbc610_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.26-rc5 4 - # Wed Jun 11 12:06:53 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:30 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_PHYS_64BIT is not set 18 19 CONFIG_ALTIVEC=y 19 20 CONFIG_PPC_STD_MMU=y 20 21 CONFIG_PPC_STD_MMU_32=y ··· 24 23 CONFIG_NR_CPUS=2 25 24 CONFIG_PPC32=y 26 25 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 27 CONFIG_MMU=y 29 28 CONFIG_GENERIC_CMOS_UPDATE=y 30 29 CONFIG_GENERIC_TIME=y ··· 34 33 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 35 34 CONFIG_IRQ_PER_CPU=y 36 35 CONFIG_STACKTRACE_SUPPORT=y 36 + CONFIG_HAVE_LATENCYTOP_SUPPORT=y 37 37 CONFIG_LOCKDEP_SUPPORT=y 38 38 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 39 39 CONFIG_GENERIC_LOCKBREAK=y ··· 94 92 CONFIG_SYSCTL=y 95 93 CONFIG_EMBEDDED=y 96 94 CONFIG_SYSCTL_SYSCALL=y 97 - CONFIG_SYSCTL_SYSCALL_CHECK=y 98 95 CONFIG_KALLSYMS=y 99 96 # CONFIG_KALLSYMS_ALL is not set 100 97 # CONFIG_KALLSYMS_EXTRA_PASS is not set ··· 110 109 CONFIG_TIMERFD=y 111 110 CONFIG_EVENTFD=y 112 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 113 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 114 115 CONFIG_SLAB=y 115 116 # CONFIG_SLUB is not set 116 117 # CONFIG_SLOB is not set ··· 120 117 # CONFIG_MARKERS is not set 121 118 CONFIG_HAVE_OPROFILE=y 122 119 # CONFIG_KPROBES is not set 120 + CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 121 + CONFIG_HAVE_IOREMAP_PROT=y 123 122 CONFIG_HAVE_KPROBES=y 124 123 CONFIG_HAVE_KRETPROBES=y 125 - # CONFIG_HAVE_DMA_ATTRS is not set 126 - CONFIG_PROC_PAGE_MONITOR=y 124 + CONFIG_HAVE_ARCH_TRACEHOOK=y 125 + CONFIG_USE_GENERIC_SMP_HELPERS=y 126 + # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 127 127 CONFIG_SLABINFO=y 128 128 CONFIG_RT_MUTEXES=y 129 129 # CONFIG_TINY_SHMEM is not set ··· 144 138 # CONFIG_BLK_DEV_IO_TRACE is not set 145 139 # CONFIG_LSF is not set 146 140 # CONFIG_BLK_DEV_BSG is not set 141 + # CONFIG_BLK_DEV_INTEGRITY is not set 147 142 148 143 # 149 144 # IO Schedulers ··· 159 152 # CONFIG_DEFAULT_NOOP is not set 160 153 CONFIG_DEFAULT_IOSCHED="cfq" 161 154 CONFIG_CLASSIC_RCU=y 155 + # CONFIG_FREEZER is not set 162 156 163 157 # 164 158 # Platform support ··· 167 159 CONFIG_PPC_MULTIPLATFORM=y 168 160 CONFIG_CLASSIC32=y 169 161 # CONFIG_PPC_CHRP is not set 162 + # CONFIG_MPC5121_ADS is not set 163 + # CONFIG_MPC5121_GENERIC is not set 164 + # CONFIG_PPC_MPC52xx is not set 170 165 # CONFIG_PPC_PMAC is not set 171 - # CONFIG_PPC_82xx is not set 172 - # CONFIG_PPC_83xx is not set 173 - CONFIG_PPC_86xx=y 174 - # CONFIG_PPC_MPC512x is not set 175 - # CONFIG_PPC_MPC5121 is not set 176 166 # CONFIG_PPC_CELL is not set 177 167 # CONFIG_PPC_CELL_NATIVE is not set 168 + # CONFIG_PPC_82xx is not set 178 169 # CONFIG_PQ2ADS is not set 170 + # CONFIG_PPC_83xx is not set 171 + CONFIG_PPC_86xx=y 179 172 # CONFIG_MPC8641_HPCN is not set 180 173 # CONFIG_SBC8641D is not set 181 174 # CONFIG_MPC8610_HPCD is not set ··· 193 184 # CONFIG_PPC_INDIRECT_IO is not set 194 185 # CONFIG_GENERIC_IOMAP is not set 195 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_TAU is not set 188 + # CONFIG_QUICC_ENGINE is not set 196 189 # CONFIG_FSL_ULI1575 is not set 190 + # CONFIG_MPC8xxx_GPIO is not set 197 191 198 192 # 199 193 # Kernel options ··· 211 199 # CONFIG_HZ_300 is not set 212 200 CONFIG_HZ_1000=y 213 201 CONFIG_HZ=1000 214 - # CONFIG_SCHED_HRTICK is not set 202 + CONFIG_SCHED_HRTICK=y 215 203 # CONFIG_PREEMPT_NONE is not set 216 204 # CONFIG_PREEMPT_VOLUNTARY is not set 217 205 CONFIG_PREEMPT=y 218 206 # CONFIG_PREEMPT_RCU is not set 219 207 CONFIG_BINFMT_ELF=y 208 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 209 + # CONFIG_HAVE_AOUT is not set 220 210 CONFIG_BINFMT_MISC=m 221 211 # CONFIG_IOMMU_HELPER is not set 222 212 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 223 213 CONFIG_ARCH_HAS_WALK_MEMORY=y 224 214 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 215 + # CONFIG_KEXEC is not set 225 216 CONFIG_IRQ_ALL_CPUS=y 226 217 CONFIG_ARCH_FLATMEM_ENABLE=y 227 218 CONFIG_ARCH_POPULATES_NODE_MAP=y ··· 234 219 # CONFIG_SPARSEMEM_MANUAL is not set 235 220 CONFIG_FLATMEM=y 236 221 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 222 CONFIG_PAGEFLAGS_EXTENDED=y 240 223 CONFIG_SPLIT_PTLOCK_CPUS=4 224 + CONFIG_MIGRATION=y 241 225 # CONFIG_RESOURCES_64BIT is not set 226 + # CONFIG_PHYS_ADDR_T_64BIT is not set 242 227 CONFIG_ZONE_DMA_FLAG=1 243 228 CONFIG_BOUNCE=y 244 229 CONFIG_VIRT_TO_BUS=y 230 + CONFIG_UNEVICTABLE_LRU=y 245 231 CONFIG_FORCE_MAX_ZONEORDER=11 246 232 # CONFIG_PROC_DEVICETREE is not set 247 233 # CONFIG_CMDLINE_BOOL is not set 234 + CONFIG_EXTRA_TARGETS="" 248 235 # CONFIG_PM is not set 249 236 CONFIG_SECCOMP=y 250 237 CONFIG_ISA_DMA_API=y ··· 259 242 CONFIG_PPC_INDIRECT_PCI=y 260 243 CONFIG_FSL_SOC=y 261 244 CONFIG_FSL_PCI=y 245 + CONFIG_PPC_PCI_CHOICE=y 262 246 CONFIG_PCI=y 263 247 CONFIG_PCI_DOMAINS=y 264 248 CONFIG_PCI_SYSCALL=y ··· 268 250 # CONFIG_PCIEASPM is not set 269 251 CONFIG_ARCH_SUPPORTS_MSI=y 270 252 # CONFIG_PCI_MSI is not set 271 - CONFIG_PCI_LEGACY=y 253 + # CONFIG_PCI_LEGACY is not set 272 254 CONFIG_PCI_DEBUG=y 273 255 # CONFIG_PCCARD is not set 274 256 # CONFIG_HOTPLUG_PCI is not set ··· 288 270 CONFIG_KERNEL_START=0xc0000000 289 271 CONFIG_PHYSICAL_START=0x00000000 290 272 CONFIG_TASK_SIZE=0xc0000000 291 - 292 - # 293 - # Networking 294 - # 295 273 CONFIG_NET=y 296 274 297 275 # ··· 301 287 # CONFIG_XFRM_SUB_POLICY is not set 302 288 # CONFIG_XFRM_MIGRATE is not set 303 289 # CONFIG_XFRM_STATISTICS is not set 290 + CONFIG_XFRM_IPCOMP=m 304 291 CONFIG_NET_KEY=m 305 292 # CONFIG_NET_KEY_MIGRATE is not set 306 293 CONFIG_INET=y ··· 340 325 CONFIG_TCP_CONG_CUBIC=y 341 326 CONFIG_DEFAULT_TCP_CONG="cubic" 342 327 # CONFIG_TCP_MD5SIG is not set 343 - # CONFIG_IP_VS is not set 344 328 CONFIG_IPV6=m 345 329 # CONFIG_IPV6_PRIVACY is not set 346 330 # CONFIG_IPV6_ROUTER_PREF is not set ··· 376 362 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 377 363 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 378 364 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 379 - # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 380 365 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 366 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 381 367 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 382 368 # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 383 369 # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set ··· 386 372 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 387 373 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 388 374 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 375 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 389 376 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 390 377 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 391 378 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 392 379 # CONFIG_NETFILTER_XT_MATCH_MAC is not set 393 380 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 381 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 394 382 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 395 383 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 396 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 397 384 # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set 398 385 # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 399 386 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 400 387 # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 401 388 # CONFIG_NETFILTER_XT_MATCH_REALM is not set 389 + # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 402 390 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 403 391 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 404 392 # CONFIG_NETFILTER_XT_MATCH_STRING is not set 405 393 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 406 394 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 407 395 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 408 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 396 + # CONFIG_IP_VS is not set 409 397 410 398 # 411 399 # IP: Netfilter Configuration 412 400 # 401 + # CONFIG_NF_DEFRAG_IPV4 is not set 413 402 CONFIG_IP_NF_QUEUE=m 414 403 CONFIG_IP_NF_IPTABLES=m 415 - CONFIG_IP_NF_MATCH_RECENT=m 416 - CONFIG_IP_NF_MATCH_ECN=m 417 - # CONFIG_IP_NF_MATCH_AH is not set 418 - CONFIG_IP_NF_MATCH_TTL=m 419 404 CONFIG_IP_NF_MATCH_ADDRTYPE=m 405 + # CONFIG_IP_NF_MATCH_AH is not set 406 + CONFIG_IP_NF_MATCH_ECN=m 407 + CONFIG_IP_NF_MATCH_TTL=m 420 408 CONFIG_IP_NF_FILTER=m 421 409 CONFIG_IP_NF_TARGET_REJECT=m 422 410 CONFIG_IP_NF_TARGET_LOG=m ··· 427 411 CONFIG_IP_NF_TARGET_ECN=m 428 412 # CONFIG_IP_NF_TARGET_TTL is not set 429 413 CONFIG_IP_NF_RAW=m 414 + # CONFIG_IP_NF_SECURITY is not set 430 415 CONFIG_IP_NF_ARPTABLES=m 431 416 CONFIG_IP_NF_ARPFILTER=m 432 417 CONFIG_IP_NF_ARP_MANGLE=m ··· 437 420 # 438 421 CONFIG_IP6_NF_QUEUE=m 439 422 CONFIG_IP6_NF_IPTABLES=m 440 - CONFIG_IP6_NF_MATCH_RT=m 441 - CONFIG_IP6_NF_MATCH_OPTS=m 423 + # CONFIG_IP6_NF_MATCH_AH is not set 424 + CONFIG_IP6_NF_MATCH_EUI64=m 442 425 CONFIG_IP6_NF_MATCH_FRAG=m 426 + CONFIG_IP6_NF_MATCH_OPTS=m 443 427 CONFIG_IP6_NF_MATCH_HL=m 444 428 CONFIG_IP6_NF_MATCH_IPV6HEADER=m 445 - # CONFIG_IP6_NF_MATCH_AH is not set 446 429 # CONFIG_IP6_NF_MATCH_MH is not set 447 - CONFIG_IP6_NF_MATCH_EUI64=m 448 - CONFIG_IP6_NF_FILTER=m 430 + CONFIG_IP6_NF_MATCH_RT=m 449 431 CONFIG_IP6_NF_TARGET_LOG=m 432 + CONFIG_IP6_NF_FILTER=m 450 433 # CONFIG_IP6_NF_TARGET_REJECT is not set 451 434 CONFIG_IP6_NF_MANGLE=m 452 435 # CONFIG_IP6_NF_TARGET_HL is not set 453 436 CONFIG_IP6_NF_RAW=m 454 - 455 - # 456 - # Bridge: Netfilter Configuration 457 - # 437 + # CONFIG_IP6_NF_SECURITY is not set 458 438 # CONFIG_BRIDGE_NF_EBTABLES is not set 459 439 # CONFIG_IP_DCCP is not set 460 440 CONFIG_IP_SCTP=m ··· 470 456 CONFIG_ATM_MPOA=m 471 457 CONFIG_ATM_BR2684=m 472 458 # CONFIG_ATM_BR2684_IPFILTER is not set 459 + CONFIG_STP=m 473 460 CONFIG_BRIDGE=m 461 + # CONFIG_NET_DSA is not set 474 462 CONFIG_VLAN_8021Q=m 463 + # CONFIG_VLAN_8021Q_GVRP is not set 475 464 # CONFIG_DECNET is not set 476 465 CONFIG_LLC=m 477 466 # CONFIG_LLC2 is not set ··· 494 477 CONFIG_NET_SCH_HFSC=m 495 478 CONFIG_NET_SCH_ATM=m 496 479 CONFIG_NET_SCH_PRIO=m 497 - # CONFIG_NET_SCH_RR is not set 480 + # CONFIG_NET_SCH_MULTIQ is not set 498 481 CONFIG_NET_SCH_RED=m 499 482 CONFIG_NET_SCH_SFQ=m 500 483 CONFIG_NET_SCH_TEQL=m ··· 532 515 # CONFIG_IRDA is not set 533 516 # CONFIG_BT is not set 534 517 # CONFIG_AF_RXRPC is not set 518 + # CONFIG_PHONET is not set 535 519 CONFIG_FIB_RULES=y 536 - 537 - # 538 - # Wireless 539 - # 520 + CONFIG_WIRELESS=y 540 521 # CONFIG_CFG80211 is not set 522 + CONFIG_WIRELESS_OLD_REGULATORY=y 541 523 # CONFIG_WIRELESS_EXT is not set 542 524 # CONFIG_MAC80211 is not set 543 525 # CONFIG_IEEE80211 is not set ··· 662 646 # CONFIG_BLK_DEV_XIP is not set 663 647 # CONFIG_CDROM_PKTCDVD is not set 664 648 # CONFIG_ATA_OVER_ETH is not set 649 + # CONFIG_BLK_DEV_HD is not set 665 650 CONFIG_MISC_DEVICES=y 666 651 # CONFIG_PHANTOM is not set 667 652 # CONFIG_EEPROM_93CX6 is not set 668 653 # CONFIG_SGI_IOC4 is not set 669 654 # CONFIG_TIFM_CORE is not set 670 655 # CONFIG_ENCLOSURE_SERVICES is not set 656 + # CONFIG_HP_ILO is not set 671 657 CONFIG_HAVE_IDE=y 672 658 # CONFIG_IDE is not set 673 659 ··· 749 731 # CONFIG_SCSI_NSP32 is not set 750 732 # CONFIG_SCSI_DEBUG is not set 751 733 # CONFIG_SCSI_SRP is not set 734 + # CONFIG_SCSI_DH is not set 752 735 CONFIG_ATA=y 753 736 # CONFIG_ATA_NONSTANDARD is not set 754 737 CONFIG_SATA_PMP=y ··· 817 798 # 818 799 # IEEE 1394 (FireWire) support 819 800 # 801 + 802 + # 803 + # Enable only one of the two stacks, unless you know what you are doing 804 + # 820 805 # CONFIG_FIREWIRE is not set 821 806 # CONFIG_IEEE1394 is not set 822 807 # CONFIG_I2O is not set 823 808 # CONFIG_MACINTOSH_DRIVERS is not set 824 809 CONFIG_NETDEVICES=y 825 - # CONFIG_NETDEVICES_MULTIQUEUE is not set 826 810 CONFIG_DUMMY=m 827 811 CONFIG_BONDING=m 828 812 # CONFIG_MACVLAN is not set ··· 862 840 # CONFIG_IBM_NEW_EMAC_RGMII is not set 863 841 # CONFIG_IBM_NEW_EMAC_TAH is not set 864 842 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 843 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 844 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 845 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 865 846 # CONFIG_NET_PCI is not set 866 847 # CONFIG_B44 is not set 848 + # CONFIG_ATL2 is not set 867 849 CONFIG_NETDEV_1000=y 868 850 # CONFIG_ACENIC is not set 869 851 # CONFIG_DL2K is not set 870 852 # CONFIG_E1000 is not set 871 853 # CONFIG_E1000E is not set 872 - # CONFIG_E1000E_ENABLED is not set 873 854 # CONFIG_IP1000 is not set 874 855 # CONFIG_IGB is not set 875 856 # CONFIG_NS83820 is not set ··· 886 861 # CONFIG_TIGON3 is not set 887 862 # CONFIG_BNX2 is not set 888 863 CONFIG_GIANFAR=y 889 - # CONFIG_GFAR_NAPI is not set 864 + # CONFIG_MV643XX_ETH is not set 890 865 # CONFIG_QLA3XXX is not set 891 866 # CONFIG_ATL1 is not set 867 + # CONFIG_ATL1E is not set 868 + # CONFIG_JME is not set 892 869 # CONFIG_NETDEV_10000 is not set 893 870 # CONFIG_TR is not set 894 871 ··· 922 895 # CONFIG_ATM_AMBASSADOR is not set 923 896 # CONFIG_ATM_HORIZON is not set 924 897 # CONFIG_ATM_IA is not set 925 - # CONFIG_ATM_FORE200E_MAYBE is not set 898 + # CONFIG_ATM_FORE200E is not set 926 899 # CONFIG_ATM_HE is not set 927 900 # CONFIG_FDDI is not set 928 901 # CONFIG_HIPPI is not set ··· 955 928 # Input device support 956 929 # 957 930 CONFIG_INPUT=y 958 - # CONFIG_INPUT_FF_MEMLESS is not set 931 + CONFIG_INPUT_FF_MEMLESS=m 959 932 # CONFIG_INPUT_POLLDEV is not set 960 933 961 934 # ··· 989 962 # Character devices 990 963 # 991 964 CONFIG_VT=y 965 + CONFIG_CONSOLE_TRANSLATIONS=y 992 966 CONFIG_VT_CONSOLE=y 993 967 CONFIG_HW_CONSOLE=y 994 968 # CONFIG_VT_HW_CONSOLE_BINDING is not set ··· 1028 1000 CONFIG_I2C=y 1029 1001 CONFIG_I2C_BOARDINFO=y 1030 1002 CONFIG_I2C_CHARDEV=y 1003 + CONFIG_I2C_HELPER_AUTO=y 1031 1004 1032 1005 # 1033 1006 # I2C Hardware Bus support 1007 + # 1008 + 1009 + # 1010 + # PC SMBus host controller drivers 1034 1011 # 1035 1012 # CONFIG_I2C_ALI1535 is not set 1036 1013 # CONFIG_I2C_ALI1563 is not set ··· 1043 1010 # CONFIG_I2C_AMD756 is not set 1044 1011 # CONFIG_I2C_AMD8111 is not set 1045 1012 # CONFIG_I2C_I801 is not set 1046 - # CONFIG_I2C_I810 is not set 1013 + # CONFIG_I2C_ISCH is not set 1047 1014 # CONFIG_I2C_PIIX4 is not set 1048 - CONFIG_I2C_MPC=y 1049 1015 # CONFIG_I2C_NFORCE2 is not set 1050 - # CONFIG_I2C_OCORES is not set 1051 - # CONFIG_I2C_PARPORT_LIGHT is not set 1052 - # CONFIG_I2C_PROSAVAGE is not set 1053 - # CONFIG_I2C_SAVAGE4 is not set 1054 - # CONFIG_I2C_SIMTEC is not set 1055 1016 # CONFIG_I2C_SIS5595 is not set 1056 1017 # CONFIG_I2C_SIS630 is not set 1057 1018 # CONFIG_I2C_SIS96X is not set 1058 - # CONFIG_I2C_TAOS_EVM is not set 1059 - # CONFIG_I2C_STUB is not set 1060 - # CONFIG_I2C_TINY_USB is not set 1061 1019 # CONFIG_I2C_VIA is not set 1062 1020 # CONFIG_I2C_VIAPRO is not set 1021 + 1022 + # 1023 + # I2C system bus drivers (mostly embedded / system-on-chip) 1024 + # 1025 + CONFIG_I2C_MPC=y 1026 + # CONFIG_I2C_OCORES is not set 1027 + # CONFIG_I2C_SIMTEC is not set 1028 + 1029 + # 1030 + # External I2C/SMBus adapter drivers 1031 + # 1032 + # CONFIG_I2C_PARPORT_LIGHT is not set 1033 + # CONFIG_I2C_TAOS_EVM is not set 1034 + # CONFIG_I2C_TINY_USB is not set 1035 + 1036 + # 1037 + # Graphics adapter I2C/DDC channel drivers 1038 + # 1063 1039 # CONFIG_I2C_VOODOO3 is not set 1040 + 1041 + # 1042 + # Other I2C/SMBus bus drivers 1043 + # 1064 1044 # CONFIG_I2C_PCA_PLATFORM is not set 1045 + # CONFIG_I2C_STUB is not set 1065 1046 1066 1047 # 1067 1048 # Miscellaneous I2C Chip support 1068 1049 # 1069 1050 CONFIG_DS1682=y 1051 + # CONFIG_AT24 is not set 1070 1052 # CONFIG_SENSORS_EEPROM is not set 1071 1053 # CONFIG_SENSORS_PCF8574 is not set 1072 1054 # CONFIG_PCF8575 is not set 1055 + # CONFIG_SENSORS_PCA9539 is not set 1073 1056 # CONFIG_SENSORS_PCF8591 is not set 1074 1057 # CONFIG_SENSORS_MAX6875 is not set 1075 1058 # CONFIG_SENSORS_TSL2550 is not set ··· 1094 1045 # CONFIG_I2C_DEBUG_BUS is not set 1095 1046 # CONFIG_I2C_DEBUG_CHIP is not set 1096 1047 # CONFIG_SPI is not set 1048 + CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 1049 + # CONFIG_GPIOLIB is not set 1097 1050 # CONFIG_W1 is not set 1098 1051 # CONFIG_POWER_SUPPLY is not set 1099 1052 CONFIG_HWMON=y 1100 1053 # CONFIG_HWMON_VID is not set 1054 + # CONFIG_SENSORS_AD7414 is not set 1101 1055 # CONFIG_SENSORS_AD7418 is not set 1102 1056 # CONFIG_SENSORS_ADM1021 is not set 1103 1057 # CONFIG_SENSORS_ADM1025 is not set ··· 1154 1102 # CONFIG_SENSORS_W83627EHF is not set 1155 1103 # CONFIG_HWMON_DEBUG_CHIP is not set 1156 1104 # CONFIG_THERMAL is not set 1105 + # CONFIG_THERMAL_HWMON is not set 1157 1106 CONFIG_WATCHDOG=y 1158 1107 # CONFIG_WATCHDOG_NOWAYOUT is not set 1159 1108 ··· 1162 1109 # Watchdog Device Drivers 1163 1110 # 1164 1111 # CONFIG_SOFT_WATCHDOG is not set 1112 + # CONFIG_ALIM7101_WDT is not set 1113 + # CONFIG_8xxx_WDT is not set 1165 1114 1166 1115 # 1167 1116 # PCI-based Watchdog Cards ··· 1185 1130 # 1186 1131 # Multifunction device drivers 1187 1132 # 1133 + # CONFIG_MFD_CORE is not set 1188 1134 # CONFIG_MFD_SM501 is not set 1189 1135 # CONFIG_HTC_PASIC3 is not set 1136 + # CONFIG_MFD_TMIO is not set 1137 + # CONFIG_PMIC_DA903X is not set 1138 + # CONFIG_MFD_WM8400 is not set 1139 + # CONFIG_MFD_WM8350_I2C is not set 1140 + 1141 + # 1142 + # Voltage and Current regulators 1143 + # 1144 + # CONFIG_REGULATOR is not set 1145 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1146 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1147 + # CONFIG_REGULATOR_BQ24022 is not set 1190 1148 1191 1149 # 1192 1150 # Multimedia devices ··· 1239 1171 CONFIG_VGA_CONSOLE=y 1240 1172 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1241 1173 CONFIG_DUMMY_CONSOLE=y 1242 - 1243 - # 1244 - # Sound 1245 - # 1246 1174 # CONFIG_SOUND is not set 1247 1175 CONFIG_HID_SUPPORT=y 1248 1176 CONFIG_HID=y ··· 1249 1185 # USB Input Devices 1250 1186 # 1251 1187 CONFIG_USB_HID=y 1252 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1253 - # CONFIG_HID_FF is not set 1188 + # CONFIG_HID_PID is not set 1254 1189 # CONFIG_USB_HIDDEV is not set 1190 + 1191 + # 1192 + # Special HID drivers 1193 + # 1194 + CONFIG_HID_COMPAT=y 1195 + CONFIG_HID_A4TECH=y 1196 + CONFIG_HID_APPLE=y 1197 + CONFIG_HID_BELKIN=y 1198 + CONFIG_HID_BRIGHT=y 1199 + CONFIG_HID_CHERRY=y 1200 + CONFIG_HID_CHICONY=y 1201 + CONFIG_HID_CYPRESS=y 1202 + CONFIG_HID_DELL=y 1203 + CONFIG_HID_EZKEY=y 1204 + CONFIG_HID_GYRATION=y 1205 + CONFIG_HID_LOGITECH=y 1206 + # CONFIG_LOGITECH_FF is not set 1207 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1208 + CONFIG_HID_MICROSOFT=y 1209 + CONFIG_HID_MONTEREY=y 1210 + CONFIG_HID_PANTHERLORD=y 1211 + # CONFIG_PANTHERLORD_FF is not set 1212 + CONFIG_HID_PETALYNX=y 1213 + CONFIG_HID_SAMSUNG=y 1214 + CONFIG_HID_SONY=y 1215 + CONFIG_HID_SUNPLUS=y 1216 + CONFIG_THRUSTMASTER_FF=m 1217 + CONFIG_ZEROPLUS_FF=m 1255 1218 CONFIG_USB_SUPPORT=y 1256 1219 CONFIG_USB_ARCH_HAS_HCD=y 1257 1220 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1296 1205 # CONFIG_USB_OTG is not set 1297 1206 # CONFIG_USB_OTG_WHITELIST is not set 1298 1207 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1208 + # CONFIG_USB_MON is not set 1209 + # CONFIG_USB_WUSB is not set 1210 + # CONFIG_USB_WUSB_CBAF is not set 1299 1211 1300 1212 # 1301 1213 # USB Host Controller Drivers ··· 1319 1225 # CONFIG_USB_UHCI_HCD is not set 1320 1226 # CONFIG_USB_SL811_HCD is not set 1321 1227 # CONFIG_USB_R8A66597_HCD is not set 1228 + # CONFIG_USB_WHCI_HCD is not set 1229 + # CONFIG_USB_HWA_HCD is not set 1322 1230 1323 1231 # 1324 1232 # USB Device Class drivers ··· 1328 1232 # CONFIG_USB_ACM is not set 1329 1233 # CONFIG_USB_PRINTER is not set 1330 1234 # CONFIG_USB_WDM is not set 1235 + # CONFIG_USB_TMC is not set 1331 1236 1332 1237 # 1333 1238 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1358 1261 # 1359 1262 # CONFIG_USB_MDC800 is not set 1360 1263 # CONFIG_USB_MICROTEK is not set 1361 - # CONFIG_USB_MON is not set 1362 1264 1363 1265 # 1364 1266 # USB port drivers ··· 1370 1274 # CONFIG_USB_EMI62 is not set 1371 1275 # CONFIG_USB_EMI26 is not set 1372 1276 # CONFIG_USB_ADUTUX is not set 1373 - # CONFIG_USB_AUERSWALD is not set 1277 + # CONFIG_USB_SEVSEG is not set 1374 1278 # CONFIG_USB_RIO500 is not set 1375 1279 # CONFIG_USB_LEGOTOWER is not set 1376 1280 # CONFIG_USB_LCD is not set ··· 1387 1291 # CONFIG_USB_TRANCEVIBRATOR is not set 1388 1292 # CONFIG_USB_IOWARRIOR is not set 1389 1293 # CONFIG_USB_ISIGHTFW is not set 1294 + # CONFIG_USB_VST is not set 1390 1295 # CONFIG_USB_ATM is not set 1391 1296 # CONFIG_USB_GADGET is not set 1297 + # CONFIG_UWB is not set 1392 1298 # CONFIG_MMC is not set 1393 1299 # CONFIG_MEMSTICK is not set 1394 1300 # CONFIG_NEW_LEDS is not set ··· 1423 1325 # CONFIG_RTC_DRV_PCF8583 is not set 1424 1326 # CONFIG_RTC_DRV_M41T80 is not set 1425 1327 # CONFIG_RTC_DRV_S35390A is not set 1328 + # CONFIG_RTC_DRV_FM3130 is not set 1426 1329 1427 1330 # 1428 1331 # SPI RTC drivers ··· 1433 1334 # Platform RTC drivers 1434 1335 # 1435 1336 # CONFIG_RTC_DRV_CMOS is not set 1337 + # CONFIG_RTC_DRV_DS1286 is not set 1436 1338 # CONFIG_RTC_DRV_DS1511 is not set 1437 1339 # CONFIG_RTC_DRV_DS1553 is not set 1438 1340 # CONFIG_RTC_DRV_DS1742 is not set 1439 1341 # CONFIG_RTC_DRV_STK17TA8 is not set 1440 1342 # CONFIG_RTC_DRV_M48T86 is not set 1343 + # CONFIG_RTC_DRV_M48T35 is not set 1441 1344 # CONFIG_RTC_DRV_M48T59 is not set 1345 + # CONFIG_RTC_DRV_BQ4802 is not set 1442 1346 # CONFIG_RTC_DRV_V3020 is not set 1443 1347 1444 1348 # ··· 1450 1348 # CONFIG_RTC_DRV_PPC is not set 1451 1349 # CONFIG_DMADEVICES is not set 1452 1350 # CONFIG_UIO is not set 1351 + # CONFIG_STAGING is not set 1453 1352 1454 1353 # 1455 1354 # File systems ··· 1464 1361 CONFIG_EXT3_FS_XATTR=y 1465 1362 CONFIG_EXT3_FS_POSIX_ACL=y 1466 1363 # CONFIG_EXT3_FS_SECURITY is not set 1467 - # CONFIG_EXT4DEV_FS is not set 1364 + # CONFIG_EXT4_FS is not set 1468 1365 CONFIG_JBD=y 1469 1366 CONFIG_FS_MBCACHE=y 1470 1367 # CONFIG_REISERFS_FS is not set 1471 1368 # CONFIG_JFS_FS is not set 1472 1369 CONFIG_FS_POSIX_ACL=y 1370 + CONFIG_FILE_LOCKING=y 1473 1371 # CONFIG_XFS_FS is not set 1474 1372 # CONFIG_OCFS2_FS is not set 1475 1373 CONFIG_DNOTIFY=y ··· 1503 1399 CONFIG_PROC_FS=y 1504 1400 CONFIG_PROC_KCORE=y 1505 1401 CONFIG_PROC_SYSCTL=y 1402 + CONFIG_PROC_PAGE_MONITOR=y 1506 1403 CONFIG_SYSFS=y 1507 1404 CONFIG_TMPFS=y 1508 1405 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1524 1419 # CONFIG_CRAMFS is not set 1525 1420 # CONFIG_VXFS_FS is not set 1526 1421 # CONFIG_MINIX_FS is not set 1422 + # CONFIG_OMFS_FS is not set 1527 1423 # CONFIG_HPFS_FS is not set 1528 1424 # CONFIG_QNX4FS_FS is not set 1529 1425 # CONFIG_ROMFS_FS is not set ··· 1535 1429 CONFIG_NFS_V3=y 1536 1430 # CONFIG_NFS_V3_ACL is not set 1537 1431 CONFIG_NFS_V4=y 1538 - # CONFIG_NFSD is not set 1539 1432 CONFIG_ROOT_NFS=y 1433 + # CONFIG_NFSD is not set 1540 1434 CONFIG_LOCKD=y 1541 1435 CONFIG_LOCKD_V4=y 1542 1436 CONFIG_NFS_COMMON=y 1543 1437 CONFIG_SUNRPC=y 1544 1438 CONFIG_SUNRPC_GSS=y 1545 - # CONFIG_SUNRPC_BIND34 is not set 1439 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1546 1440 CONFIG_RPCSEC_GSS_KRB5=y 1547 1441 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1548 1442 # CONFIG_SMB_FS is not set ··· 1608 1502 # Library routines 1609 1503 # 1610 1504 CONFIG_BITREVERSE=y 1611 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1612 1505 CONFIG_CRC_CCITT=m 1613 1506 # CONFIG_CRC16 is not set 1507 + # CONFIG_CRC_T10DIF is not set 1614 1508 # CONFIG_CRC_ITU_T is not set 1615 1509 CONFIG_CRC32=y 1616 1510 # CONFIG_CRC7 is not set ··· 1637 1531 CONFIG_DEBUG_KERNEL=y 1638 1532 # CONFIG_DEBUG_SHIRQ is not set 1639 1533 CONFIG_DETECT_SOFTLOCKUP=y 1534 + # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set 1535 + CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 1640 1536 CONFIG_SCHED_DEBUG=y 1641 1537 # CONFIG_SCHEDSTATS is not set 1642 1538 # CONFIG_TIMER_STATS is not set ··· 1655 1547 CONFIG_DEBUG_INFO=y 1656 1548 # CONFIG_DEBUG_VM is not set 1657 1549 # CONFIG_DEBUG_WRITECOUNT is not set 1550 + # CONFIG_DEBUG_MEMORY_INIT is not set 1658 1551 # CONFIG_DEBUG_LIST is not set 1659 1552 # CONFIG_DEBUG_SG is not set 1660 1553 # CONFIG_BOOT_PRINTK_DELAY is not set 1661 1554 # CONFIG_RCU_TORTURE_TEST is not set 1555 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1662 1556 # CONFIG_BACKTRACE_SELF_TEST is not set 1557 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1663 1558 # CONFIG_FAULT_INJECTION is not set 1559 + # CONFIG_LATENCYTOP is not set 1560 + CONFIG_SYSCTL_SYSCALL_CHECK=y 1561 + CONFIG_HAVE_FUNCTION_TRACER=y 1562 + 1563 + # 1564 + # Tracers 1565 + # 1566 + # CONFIG_FUNCTION_TRACER is not set 1567 + # CONFIG_PREEMPT_TRACER is not set 1568 + # CONFIG_SCHED_TRACER is not set 1569 + # CONFIG_CONTEXT_SWITCH_TRACER is not set 1570 + # CONFIG_BOOT_TRACER is not set 1571 + # CONFIG_STACK_TRACER is not set 1572 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1664 1573 # CONFIG_SAMPLES is not set 1574 + CONFIG_HAVE_ARCH_KGDB=y 1575 + # CONFIG_KGDB is not set 1665 1576 # CONFIG_DEBUG_STACKOVERFLOW is not set 1666 1577 # CONFIG_DEBUG_STACK_USAGE is not set 1667 1578 # CONFIG_DEBUG_PAGEALLOC is not set 1668 - CONFIG_DEBUGGER=y 1579 + # CONFIG_CODE_PATCHING_SELFTEST is not set 1580 + # CONFIG_FTR_FIXUP_SELFTEST is not set 1581 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1669 1582 # CONFIG_XMON is not set 1670 1583 # CONFIG_IRQSTACKS is not set 1671 1584 # CONFIG_BDI_SWITCH is not set 1585 + # CONFIG_BOOTX_TEXT is not set 1672 1586 # CONFIG_PPC_EARLY_DEBUG is not set 1673 1587 1674 1588 # ··· 1698 1568 # 1699 1569 # CONFIG_KEYS is not set 1700 1570 CONFIG_SECURITY=y 1571 + # CONFIG_SECURITYFS is not set 1701 1572 CONFIG_SECURITY_NETWORK=y 1702 1573 # CONFIG_SECURITY_NETWORK_XFRM is not set 1703 - CONFIG_SECURITY_CAPABILITIES=y 1704 1574 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1705 1575 # CONFIG_SECURITY_ROOTPLUG is not set 1706 1576 CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 ··· 1709 1579 # 1710 1580 # Crypto core or helper 1711 1581 # 1582 + # CONFIG_CRYPTO_FIPS is not set 1712 1583 CONFIG_CRYPTO_ALGAPI=y 1713 - CONFIG_CRYPTO_AEAD=m 1584 + CONFIG_CRYPTO_AEAD=y 1714 1585 CONFIG_CRYPTO_BLKCIPHER=y 1715 1586 CONFIG_CRYPTO_HASH=y 1587 + CONFIG_CRYPTO_RNG=y 1716 1588 CONFIG_CRYPTO_MANAGER=y 1717 1589 # CONFIG_CRYPTO_GF128MUL is not set 1718 1590 CONFIG_CRYPTO_NULL=m ··· 1753 1621 CONFIG_CRYPTO_MD4=m 1754 1622 CONFIG_CRYPTO_MD5=y 1755 1623 CONFIG_CRYPTO_MICHAEL_MIC=m 1624 + # CONFIG_CRYPTO_RMD128 is not set 1625 + # CONFIG_CRYPTO_RMD160 is not set 1626 + # CONFIG_CRYPTO_RMD256 is not set 1627 + # CONFIG_CRYPTO_RMD320 is not set 1756 1628 CONFIG_CRYPTO_SHA1=m 1757 1629 CONFIG_CRYPTO_SHA256=m 1758 1630 CONFIG_CRYPTO_SHA512=m ··· 1788 1652 # 1789 1653 CONFIG_CRYPTO_DEFLATE=m 1790 1654 # CONFIG_CRYPTO_LZO is not set 1655 + 1656 + # 1657 + # Random Number Generation 1658 + # 1659 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1791 1660 # CONFIG_CRYPTO_HW is not set 1792 1661 # CONFIG_PPC_CLOCK is not set 1793 1662 # CONFIG_VIRTUALIZATION is not set
+125 -52
arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:10 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:28 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_PHYS_64BIT is not set 18 19 CONFIG_ALTIVEC=y 19 20 CONFIG_PPC_STD_MMU=y 20 21 CONFIG_PPC_STD_MMU_32=y ··· 23 22 # CONFIG_SMP is not set 24 23 CONFIG_PPC32=y 25 24 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 26 CONFIG_MMU=y 28 27 CONFIG_GENERIC_CMOS_UPDATE=y 29 28 CONFIG_GENERIC_TIME=y ··· 53 52 CONFIG_AUDIT_ARCH=y 54 53 CONFIG_GENERIC_BUG=y 55 54 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 55 # CONFIG_PPC_DCR_NATIVE is not set 59 56 # CONFIG_PPC_DCR_MMIO is not set 60 57 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 98 99 CONFIG_PRINTK=y 99 100 CONFIG_BUG=y 100 101 # CONFIG_ELF_CORE is not set 101 - CONFIG_PCSPKR_PLATFORM=y 102 102 CONFIG_COMPAT_BRK=y 103 103 CONFIG_BASE_FULL=y 104 104 CONFIG_FUTEX=y ··· 107 109 CONFIG_TIMERFD=y 108 110 CONFIG_EVENTFD=y 109 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 110 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 111 115 CONFIG_SLUB_DEBUG=y 112 116 # CONFIG_SLAB is not set 113 117 CONFIG_SLUB=y ··· 123 123 CONFIG_HAVE_KPROBES=y 124 124 CONFIG_HAVE_KRETPROBES=y 125 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 126 - # CONFIG_HAVE_DMA_ATTRS is not set 127 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 128 - # CONFIG_HAVE_CLK is not set 129 - CONFIG_PROC_PAGE_MONITOR=y 130 126 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 131 127 CONFIG_SLABINFO=y 132 128 CONFIG_RT_MUTEXES=y ··· 155 159 # CONFIG_DEFAULT_NOOP is not set 156 160 CONFIG_DEFAULT_IOSCHED="deadline" 157 161 CONFIG_CLASSIC_RCU=y 162 + # CONFIG_FREEZER is not set 158 163 159 164 # 160 165 # Platform support ··· 163 166 CONFIG_PPC_MULTIPLATFORM=y 164 167 CONFIG_CLASSIC32=y 165 168 # CONFIG_PPC_CHRP is not set 166 - # CONFIG_PPC_PMAC is not set 167 169 # CONFIG_MPC5121_ADS is not set 168 170 # CONFIG_MPC5121_GENERIC is not set 169 171 # CONFIG_PPC_MPC52xx is not set 172 + # CONFIG_PPC_PMAC is not set 170 173 # CONFIG_PPC_CELL is not set 171 174 # CONFIG_PPC_CELL_NATIVE is not set 172 175 # CONFIG_PPC_82xx is not set ··· 176 179 # CONFIG_MPC8641_HPCN is not set 177 180 # CONFIG_SBC8641D is not set 178 181 CONFIG_MPC8610_HPCD=y 182 + # CONFIG_GEF_SBC610 is not set 179 183 CONFIG_MPC8610=y 180 184 # CONFIG_EMBEDDED6xx is not set 181 - CONFIG_PPC_NATIVE=y 182 - # CONFIG_UDBG_RTAS_CONSOLE is not set 183 185 # CONFIG_IPIC is not set 184 186 CONFIG_MPIC=y 185 187 # CONFIG_MPIC_WEIRD is not set 186 - CONFIG_PPC_I8259=y 187 - CONFIG_PPC_RTAS=y 188 - # CONFIG_RTAS_ERROR_LOGGING is not set 189 - CONFIG_RTAS_PROC=y 188 + # CONFIG_PPC_I8259 is not set 189 + # CONFIG_PPC_RTAS is not set 190 190 # CONFIG_MMIO_NVRAM is not set 191 - CONFIG_PPC_MPC106=y 191 + # CONFIG_PPC_MPC106 is not set 192 192 # CONFIG_PPC_970_NAP is not set 193 193 # CONFIG_PPC_INDIRECT_IO is not set 194 194 # CONFIG_GENERIC_IOMAP is not set 195 195 # CONFIG_CPU_FREQ is not set 196 - # CONFIG_PPC601_SYNC_FIX is not set 197 196 # CONFIG_TAU is not set 197 + # CONFIG_QUICC_ENGINE is not set 198 198 CONFIG_FSL_ULI1575=y 199 + # CONFIG_MPC8xxx_GPIO is not set 199 200 200 201 # 201 202 # Kernel options ··· 213 218 # CONFIG_PREEMPT_VOLUNTARY is not set 214 219 # CONFIG_PREEMPT is not set 215 220 CONFIG_BINFMT_ELF=y 221 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 222 + # CONFIG_HAVE_AOUT is not set 216 223 # CONFIG_BINFMT_MISC is not set 217 224 # CONFIG_IOMMU_HELPER is not set 218 225 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 229 232 # CONFIG_SPARSEMEM_MANUAL is not set 230 233 CONFIG_FLATMEM=y 231 234 CONFIG_FLAT_NODE_MEM_MAP=y 232 - # CONFIG_SPARSEMEM_STATIC is not set 233 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 234 235 CONFIG_PAGEFLAGS_EXTENDED=y 235 236 CONFIG_SPLIT_PTLOCK_CPUS=4 236 237 CONFIG_MIGRATION=y 237 238 # CONFIG_RESOURCES_64BIT is not set 239 + # CONFIG_PHYS_ADDR_T_64BIT is not set 238 240 CONFIG_ZONE_DMA_FLAG=1 239 241 CONFIG_BOUNCE=y 240 242 CONFIG_VIRT_TO_BUS=y 243 + CONFIG_UNEVICTABLE_LRU=y 241 244 CONFIG_FORCE_MAX_ZONEORDER=12 242 245 CONFIG_PROC_DEVICETREE=y 243 246 # CONFIG_CMDLINE_BOOL is not set ··· 249 252 # 250 253 # Bus options 251 254 # 252 - # CONFIG_ISA is not set 253 255 CONFIG_ZONE_DMA=y 254 256 CONFIG_GENERIC_ISA_DMA=y 255 257 CONFIG_PPC_INDIRECT_PCI=y ··· 263 267 # CONFIG_PCIEASPM is not set 264 268 CONFIG_ARCH_SUPPORTS_MSI=y 265 269 # CONFIG_PCI_MSI is not set 266 - CONFIG_PCI_LEGACY=y 270 + # CONFIG_PCI_LEGACY is not set 267 271 CONFIG_PCI_DEBUG=y 268 272 # CONFIG_PCCARD is not set 269 273 # CONFIG_HOTPLUG_PCI is not set ··· 349 353 # CONFIG_TIPC is not set 350 354 # CONFIG_ATM is not set 351 355 # CONFIG_BRIDGE is not set 356 + # CONFIG_NET_DSA is not set 352 357 # CONFIG_VLAN_8021Q is not set 353 358 # CONFIG_DECNET is not set 354 359 # CONFIG_LLC2 is not set ··· 370 373 # CONFIG_IRDA is not set 371 374 # CONFIG_BT is not set 372 375 # CONFIG_AF_RXRPC is not set 373 - 374 - # 375 - # Wireless 376 - # 376 + # CONFIG_PHONET is not set 377 + CONFIG_WIRELESS=y 377 378 # CONFIG_CFG80211 is not set 379 + CONFIG_WIRELESS_OLD_REGULATORY=y 378 380 # CONFIG_WIRELESS_EXT is not set 379 381 # CONFIG_MAC80211 is not set 380 382 # CONFIG_IEEE80211 is not set ··· 489 493 # CONFIG_PARPORT is not set 490 494 CONFIG_BLK_DEV=y 491 495 # CONFIG_BLK_DEV_FD is not set 492 - # CONFIG_MAC_FLOPPY is not set 493 496 # CONFIG_BLK_CPQ_DA is not set 494 497 # CONFIG_BLK_CPQ_CISS_DA is not set 495 498 # CONFIG_BLK_DEV_DAC960 is not set ··· 514 519 # CONFIG_HP_ILO is not set 515 520 CONFIG_HAVE_IDE=y 516 521 CONFIG_IDE=y 517 - # CONFIG_BLK_DEV_IDE is not set 522 + 523 + # 524 + # Please see Documentation/ide/ide.txt for help/info on IDE drives 525 + # 526 + # CONFIG_BLK_DEV_IDE_SATA is not set 527 + CONFIG_IDE_GD=y 528 + CONFIG_IDE_GD_ATA=y 529 + # CONFIG_IDE_GD_ATAPI is not set 530 + # CONFIG_BLK_DEV_IDECD is not set 531 + # CONFIG_BLK_DEV_IDETAPE is not set 532 + # CONFIG_BLK_DEV_IDESCSI is not set 533 + # CONFIG_IDE_TASK_IOCTL is not set 534 + CONFIG_IDE_PROC_FS=y 535 + 536 + # 537 + # IDE chipset support/bugfixes 538 + # 539 + # CONFIG_BLK_DEV_PLATFORM is not set 540 + 541 + # 542 + # PCI IDE chipsets support 543 + # 544 + # CONFIG_BLK_DEV_GENERIC is not set 545 + # CONFIG_BLK_DEV_OPTI621 is not set 546 + # CONFIG_BLK_DEV_AEC62XX is not set 547 + # CONFIG_BLK_DEV_ALI15X3 is not set 548 + # CONFIG_BLK_DEV_AMD74XX is not set 549 + # CONFIG_BLK_DEV_CMD64X is not set 550 + # CONFIG_BLK_DEV_TRIFLEX is not set 551 + # CONFIG_BLK_DEV_CS5520 is not set 552 + # CONFIG_BLK_DEV_CS5530 is not set 553 + # CONFIG_BLK_DEV_HPT366 is not set 554 + # CONFIG_BLK_DEV_JMICRON is not set 555 + # CONFIG_BLK_DEV_SC1200 is not set 556 + # CONFIG_BLK_DEV_PIIX is not set 557 + # CONFIG_BLK_DEV_IT8213 is not set 558 + # CONFIG_BLK_DEV_IT821X is not set 559 + # CONFIG_BLK_DEV_NS87415 is not set 560 + # CONFIG_BLK_DEV_PDC202XX_OLD is not set 561 + # CONFIG_BLK_DEV_PDC202XX_NEW is not set 562 + # CONFIG_BLK_DEV_SVWKS is not set 563 + # CONFIG_BLK_DEV_SIIMAGE is not set 564 + # CONFIG_BLK_DEV_SL82C105 is not set 565 + # CONFIG_BLK_DEV_SLC90E66 is not set 566 + # CONFIG_BLK_DEV_TRM290 is not set 567 + # CONFIG_BLK_DEV_VIA82CXXX is not set 568 + # CONFIG_BLK_DEV_TC86C001 is not set 569 + # CONFIG_BLK_DEV_IDEDMA is not set 518 570 519 571 # 520 572 # SCSI device support ··· 637 595 # CONFIG_SCSI_DC390T is not set 638 596 # CONFIG_SCSI_NSP32 is not set 639 597 # CONFIG_SCSI_DEBUG is not set 640 - # CONFIG_SCSI_MESH is not set 641 - # CONFIG_SCSI_MAC53C94 is not set 642 598 # CONFIG_SCSI_SRP is not set 643 599 # CONFIG_SCSI_DH is not set 644 600 CONFIG_ATA=y ··· 725 685 # CONFIG_PHYLIB is not set 726 686 CONFIG_NET_ETHERNET=y 727 687 # CONFIG_MII is not set 728 - # CONFIG_MACE is not set 729 - # CONFIG_BMAC is not set 730 688 # CONFIG_HAPPYMEAL is not set 731 689 # CONFIG_SUNGEM is not set 732 690 # CONFIG_CASSINI is not set ··· 741 703 # CONFIG_IBM_NEW_EMAC_RGMII is not set 742 704 # CONFIG_IBM_NEW_EMAC_TAH is not set 743 705 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 706 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 707 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 708 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 744 709 # CONFIG_NET_PCI is not set 745 710 # CONFIG_B44 is not set 711 + # CONFIG_ATL2 is not set 746 712 # CONFIG_NETDEV_1000 is not set 747 713 # CONFIG_NETDEV_10000 is not set 748 714 # CONFIG_TR is not set ··· 838 796 # CONFIG_SERIAL_UARTLITE is not set 839 797 CONFIG_SERIAL_CORE=y 840 798 CONFIG_SERIAL_CORE_CONSOLE=y 841 - # CONFIG_SERIAL_PMACZILOG is not set 842 799 # CONFIG_SERIAL_JSM is not set 843 800 # CONFIG_SERIAL_OF_PLATFORM is not set 844 801 CONFIG_UNIX98_PTYS=y 845 802 # CONFIG_LEGACY_PTYS is not set 846 - # CONFIG_BRIQ_PANEL is not set 847 - # CONFIG_HVC_RTAS is not set 848 803 # CONFIG_IPMI_HANDLER is not set 849 804 # CONFIG_HW_RANDOM is not set 850 805 # CONFIG_NVRAM is not set ··· 876 837 # CONFIG_I2C_SIS96X is not set 877 838 # CONFIG_I2C_VIA is not set 878 839 # CONFIG_I2C_VIAPRO is not set 879 - 880 - # 881 - # Mac SMBus host controller drivers 882 - # 883 - # CONFIG_I2C_HYDRA is not set 884 - CONFIG_I2C_POWERMAC=y 885 840 886 841 # 887 842 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 940 907 # CONFIG_MFD_SM501 is not set 941 908 # CONFIG_HTC_PASIC3 is not set 942 909 # CONFIG_MFD_TMIO is not set 910 + # CONFIG_PMIC_DA903X is not set 911 + # CONFIG_MFD_WM8400 is not set 912 + # CONFIG_MFD_WM8350_I2C is not set 913 + 914 + # 915 + # Voltage and Current regulators 916 + # 917 + # CONFIG_REGULATOR is not set 918 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 919 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 920 + # CONFIG_REGULATOR_BQ24022 is not set 943 921 944 922 # 945 923 # Multimedia devices ··· 978 934 CONFIG_FB=y 979 935 # CONFIG_FIRMWARE_EDID is not set 980 936 # CONFIG_FB_DDC is not set 937 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 981 938 CONFIG_FB_CFB_FILLRECT=y 982 939 CONFIG_FB_CFB_COPYAREA=y 983 940 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1001 956 # CONFIG_FB_PM2 is not set 1002 957 # CONFIG_FB_CYBER2000 is not set 1003 958 # CONFIG_FB_OF is not set 1004 - # CONFIG_FB_CONTROL is not set 1005 - # CONFIG_FB_PLATINUM is not set 1006 - # CONFIG_FB_VALKYRIE is not set 1007 959 # CONFIG_FB_CT65550 is not set 1008 960 # CONFIG_FB_ASILIANT is not set 1009 961 # CONFIG_FB_IMSTT is not set ··· 1015 973 # CONFIG_FB_S3 is not set 1016 974 # CONFIG_FB_SAVAGE is not set 1017 975 # CONFIG_FB_SIS is not set 976 + # CONFIG_FB_VIA is not set 1018 977 # CONFIG_FB_NEOMAGIC is not set 1019 978 # CONFIG_FB_KYRO is not set 1020 979 # CONFIG_FB_3DFX is not set ··· 1028 985 CONFIG_FB_FSL_DIU=y 1029 986 # CONFIG_FB_IBM_GXT4500 is not set 1030 987 # CONFIG_FB_VIRTUAL is not set 988 + # CONFIG_FB_METRONOME is not set 1031 989 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1032 990 1033 991 # ··· 1045 1001 # CONFIG_FRAMEBUFFER_CONSOLE is not set 1046 1002 # CONFIG_LOGO is not set 1047 1003 CONFIG_SOUND=y 1004 + CONFIG_SOUND_OSS_CORE=y 1048 1005 CONFIG_SND=y 1049 1006 CONFIG_SND_TIMER=y 1050 1007 CONFIG_SND_PCM=y ··· 1127 1082 # CONFIG_SND_VX222 is not set 1128 1083 # CONFIG_SND_YMFPCI is not set 1129 1084 CONFIG_SND_PPC=y 1130 - # CONFIG_SND_POWERMAC is not set 1131 - # CONFIG_SND_AOA is not set 1132 1085 CONFIG_SND_SOC=y 1133 1086 CONFIG_SND_SOC_MPC8610=y 1134 1087 CONFIG_SND_SOC_MPC8610_HPCD=y 1088 + # CONFIG_SND_SOC_ALL_CODECS is not set 1135 1089 CONFIG_SND_SOC_CS4270=y 1136 1090 CONFIG_SND_SOC_CS4270_VD33_ERRATA=y 1137 1091 # CONFIG_SOUND_PRIME is not set ··· 1138 1094 CONFIG_HID=y 1139 1095 # CONFIG_HID_DEBUG is not set 1140 1096 # CONFIG_HIDRAW is not set 1097 + # CONFIG_HID_PID is not set 1098 + 1099 + # 1100 + # Special HID drivers 1101 + # 1102 + CONFIG_HID_COMPAT=y 1141 1103 CONFIG_USB_SUPPORT=y 1142 1104 CONFIG_USB_ARCH_HAS_HCD=y 1143 1105 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1160 1110 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 1161 1111 # 1162 1112 # CONFIG_USB_GADGET is not set 1113 + # CONFIG_UWB is not set 1163 1114 # CONFIG_MMC is not set 1164 1115 # CONFIG_MEMSTICK is not set 1165 1116 # CONFIG_NEW_LEDS is not set ··· 1206 1155 # Platform RTC drivers 1207 1156 # 1208 1157 CONFIG_RTC_DRV_CMOS=y 1158 + # CONFIG_RTC_DRV_DS1286 is not set 1209 1159 # CONFIG_RTC_DRV_DS1511 is not set 1210 1160 # CONFIG_RTC_DRV_DS1553 is not set 1211 1161 # CONFIG_RTC_DRV_DS1742 is not set 1212 1162 # CONFIG_RTC_DRV_STK17TA8 is not set 1213 1163 # CONFIG_RTC_DRV_M48T86 is not set 1164 + # CONFIG_RTC_DRV_M48T35 is not set 1214 1165 # CONFIG_RTC_DRV_M48T59 is not set 1166 + # CONFIG_RTC_DRV_BQ4802 is not set 1215 1167 # CONFIG_RTC_DRV_V3020 is not set 1216 1168 1217 1169 # ··· 1223 1169 # CONFIG_RTC_DRV_PPC is not set 1224 1170 # CONFIG_DMADEVICES is not set 1225 1171 # CONFIG_UIO is not set 1172 + # CONFIG_STAGING is not set 1226 1173 1227 1174 # 1228 1175 # File systems ··· 1235 1180 CONFIG_EXT3_FS_XATTR=y 1236 1181 # CONFIG_EXT3_FS_POSIX_ACL is not set 1237 1182 # CONFIG_EXT3_FS_SECURITY is not set 1238 - # CONFIG_EXT4DEV_FS is not set 1183 + # CONFIG_EXT4_FS is not set 1239 1184 CONFIG_JBD=y 1240 1185 CONFIG_FS_MBCACHE=y 1241 1186 # CONFIG_REISERFS_FS is not set 1242 1187 # CONFIG_JFS_FS is not set 1243 1188 # CONFIG_FS_POSIX_ACL is not set 1189 + CONFIG_FILE_LOCKING=y 1244 1190 # CONFIG_XFS_FS is not set 1245 1191 # CONFIG_OCFS2_FS is not set 1246 1192 # CONFIG_DNOTIFY is not set ··· 1270 1214 CONFIG_PROC_FS=y 1271 1215 CONFIG_PROC_KCORE=y 1272 1216 CONFIG_PROC_SYSCTL=y 1217 + CONFIG_PROC_PAGE_MONITOR=y 1273 1218 CONFIG_SYSFS=y 1274 1219 CONFIG_TMPFS=y 1275 1220 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1311 1254 CONFIG_EXPORTFS=y 1312 1255 CONFIG_NFS_COMMON=y 1313 1256 CONFIG_SUNRPC=y 1257 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1314 1258 # CONFIG_RPCSEC_GSS_KRB5 is not set 1315 1259 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1316 1260 # CONFIG_SMB_FS is not set ··· 1388 1330 # Library routines 1389 1331 # 1390 1332 CONFIG_BITREVERSE=y 1391 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1392 1333 # CONFIG_CRC_CCITT is not set 1393 1334 # CONFIG_CRC16 is not set 1394 1335 CONFIG_CRC_T10DIF=y ··· 1440 1383 # CONFIG_DEBUG_SG is not set 1441 1384 # CONFIG_BOOT_PRINTK_DELAY is not set 1442 1385 # CONFIG_RCU_TORTURE_TEST is not set 1386 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1443 1387 # CONFIG_BACKTRACE_SELF_TEST is not set 1388 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1444 1389 # CONFIG_FAULT_INJECTION is not set 1445 1390 # CONFIG_LATENCYTOP is not set 1446 1391 CONFIG_SYSCTL_SYSCALL_CHECK=y 1447 - CONFIG_HAVE_FTRACE=y 1448 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1449 - # CONFIG_FTRACE is not set 1392 + CONFIG_HAVE_FUNCTION_TRACER=y 1393 + 1394 + # 1395 + # Tracers 1396 + # 1397 + # CONFIG_FUNCTION_TRACER is not set 1450 1398 # CONFIG_SCHED_TRACER is not set 1451 1399 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1400 + # CONFIG_BOOT_TRACER is not set 1401 + # CONFIG_STACK_TRACER is not set 1402 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1452 1403 # CONFIG_SAMPLES is not set 1453 1404 CONFIG_HAVE_ARCH_KGDB=y 1454 1405 # CONFIG_KGDB is not set ··· 1465 1400 # CONFIG_DEBUG_PAGEALLOC is not set 1466 1401 # CONFIG_CODE_PATCHING_SELFTEST is not set 1467 1402 # CONFIG_FTR_FIXUP_SELFTEST is not set 1403 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1468 1404 # CONFIG_XMON is not set 1469 1405 # CONFIG_IRQSTACKS is not set 1470 1406 # CONFIG_BDI_SWITCH is not set ··· 1477 1411 # 1478 1412 # CONFIG_KEYS is not set 1479 1413 # CONFIG_SECURITY is not set 1414 + # CONFIG_SECURITYFS is not set 1480 1415 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1481 1416 CONFIG_CRYPTO=y 1482 1417 1483 1418 # 1484 1419 # Crypto core or helper 1485 1420 # 1421 + # CONFIG_CRYPTO_FIPS is not set 1486 1422 # CONFIG_CRYPTO_MANAGER is not set 1487 1423 # CONFIG_CRYPTO_GF128MUL is not set 1488 1424 # CONFIG_CRYPTO_NULL is not set ··· 1557 1489 # 1558 1490 # CONFIG_CRYPTO_DEFLATE is not set 1559 1491 # CONFIG_CRYPTO_LZO is not set 1492 + 1493 + # 1494 + # Random Number Generation 1495 + # 1496 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1560 1497 CONFIG_CRYPTO_HW=y 1561 1498 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1562 1499 # CONFIG_CRYPTO_DEV_TALITOS is not set
+125 -50
arch/powerpc/configs/86xx/mpc8641_hpcn_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:11 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:29 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_PHYS_64BIT is not set 18 19 CONFIG_ALTIVEC=y 19 20 CONFIG_PPC_STD_MMU=y 20 21 CONFIG_PPC_STD_MMU_32=y ··· 24 23 CONFIG_NR_CPUS=2 25 24 CONFIG_PPC32=y 26 25 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 27 CONFIG_MMU=y 29 28 CONFIG_GENERIC_CMOS_UPDATE=y 30 29 CONFIG_GENERIC_TIME=y ··· 101 100 CONFIG_PRINTK=y 102 101 CONFIG_BUG=y 103 102 CONFIG_ELF_CORE=y 104 - CONFIG_PCSPKR_PLATFORM=y 105 103 CONFIG_COMPAT_BRK=y 106 104 CONFIG_BASE_FULL=y 107 105 CONFIG_FUTEX=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 126 124 CONFIG_HAVE_KPROBES=y 127 125 CONFIG_HAVE_KRETPROBES=y 128 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 127 CONFIG_USE_GENERIC_SMP_HELPERS=y 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 128 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 129 CONFIG_SLABINFO=y 135 130 CONFIG_RT_MUTEXES=y ··· 160 161 # CONFIG_DEFAULT_NOOP is not set 161 162 CONFIG_DEFAULT_IOSCHED="cfq" 162 163 CONFIG_CLASSIC_RCU=y 164 + # CONFIG_FREEZER is not set 163 165 164 166 # 165 167 # Platform support ··· 168 168 CONFIG_PPC_MULTIPLATFORM=y 169 169 CONFIG_CLASSIC32=y 170 170 # CONFIG_PPC_CHRP is not set 171 - # CONFIG_PPC_PMAC is not set 172 171 # CONFIG_MPC5121_ADS is not set 173 172 # CONFIG_MPC5121_GENERIC is not set 174 173 # CONFIG_PPC_MPC52xx is not set 174 + # CONFIG_PPC_PMAC is not set 175 175 # CONFIG_PPC_CELL is not set 176 176 # CONFIG_PPC_CELL_NATIVE is not set 177 177 # CONFIG_PPC_82xx is not set ··· 181 181 CONFIG_MPC8641_HPCN=y 182 182 # CONFIG_SBC8641D is not set 183 183 # CONFIG_MPC8610_HPCD is not set 184 + # CONFIG_GEF_SBC610 is not set 184 185 CONFIG_MPC8641=y 185 - CONFIG_PPC_NATIVE=y 186 - # CONFIG_UDBG_RTAS_CONSOLE is not set 187 186 # CONFIG_IPIC is not set 188 187 CONFIG_MPIC=y 189 188 # CONFIG_MPIC_WEIRD is not set 190 189 CONFIG_PPC_I8259=y 191 - CONFIG_PPC_RTAS=y 192 - # CONFIG_RTAS_ERROR_LOGGING is not set 193 - CONFIG_RTAS_PROC=y 190 + # CONFIG_PPC_RTAS is not set 194 191 # CONFIG_MMIO_NVRAM is not set 195 - CONFIG_PPC_MPC106=y 192 + # CONFIG_PPC_MPC106 is not set 196 193 # CONFIG_PPC_970_NAP is not set 197 194 # CONFIG_PPC_INDIRECT_IO is not set 198 195 # CONFIG_GENERIC_IOMAP is not set 199 196 # CONFIG_CPU_FREQ is not set 200 - # CONFIG_PPC601_SYNC_FIX is not set 201 197 # CONFIG_TAU is not set 198 + # CONFIG_QUICC_ENGINE is not set 202 199 CONFIG_FSL_ULI1575=y 200 + # CONFIG_MPC8xxx_GPIO is not set 203 201 204 202 # 205 203 # Kernel options ··· 217 219 # CONFIG_PREEMPT_VOLUNTARY is not set 218 220 # CONFIG_PREEMPT is not set 219 221 CONFIG_BINFMT_ELF=y 222 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 223 + # CONFIG_HAVE_AOUT is not set 220 224 CONFIG_BINFMT_MISC=m 221 225 # CONFIG_IOMMU_HELPER is not set 222 - # CONFIG_HOTPLUG_CPU is not set 223 226 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 224 227 CONFIG_ARCH_HAS_WALK_MEMORY=y 225 228 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y ··· 234 235 # CONFIG_SPARSEMEM_MANUAL is not set 235 236 CONFIG_FLATMEM=y 236 237 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 238 CONFIG_PAGEFLAGS_EXTENDED=y 240 239 CONFIG_SPLIT_PTLOCK_CPUS=4 241 240 CONFIG_MIGRATION=y 242 241 # CONFIG_RESOURCES_64BIT is not set 242 + # CONFIG_PHYS_ADDR_T_64BIT is not set 243 243 CONFIG_ZONE_DMA_FLAG=1 244 244 CONFIG_BOUNCE=y 245 245 CONFIG_VIRT_TO_BUS=y 246 + CONFIG_UNEVICTABLE_LRU=y 246 247 CONFIG_FORCE_MAX_ZONEORDER=11 247 248 CONFIG_PROC_DEVICETREE=y 248 249 # CONFIG_CMDLINE_BOOL is not set ··· 254 255 # 255 256 # Bus options 256 257 # 257 - # CONFIG_ISA is not set 258 258 CONFIG_ZONE_DMA=y 259 259 CONFIG_GENERIC_ISA_DMA=y 260 260 CONFIG_PPC_INDIRECT_PCI=y ··· 266 268 # CONFIG_PCIEPORTBUS is not set 267 269 CONFIG_ARCH_SUPPORTS_MSI=y 268 270 # CONFIG_PCI_MSI is not set 269 - CONFIG_PCI_LEGACY=y 271 + # CONFIG_PCI_LEGACY is not set 270 272 # CONFIG_PCI_DEBUG is not set 271 273 # CONFIG_PCCARD is not set 272 274 # CONFIG_HOTPLUG_PCI is not set ··· 368 370 # CONFIG_TIPC is not set 369 371 # CONFIG_ATM is not set 370 372 # CONFIG_BRIDGE is not set 373 + # CONFIG_NET_DSA is not set 371 374 # CONFIG_VLAN_8021Q is not set 372 375 # CONFIG_DECNET is not set 373 376 # CONFIG_LLC2 is not set ··· 389 390 # CONFIG_IRDA is not set 390 391 # CONFIG_BT is not set 391 392 # CONFIG_AF_RXRPC is not set 393 + # CONFIG_PHONET is not set 392 394 CONFIG_FIB_RULES=y 393 - 394 - # 395 - # Wireless 396 - # 395 + CONFIG_WIRELESS=y 397 396 # CONFIG_CFG80211 is not set 397 + CONFIG_WIRELESS_OLD_REGULATORY=y 398 398 # CONFIG_WIRELESS_EXT is not set 399 399 # CONFIG_MAC80211 is not set 400 400 # CONFIG_IEEE80211 is not set ··· 423 425 # CONFIG_PARPORT is not set 424 426 CONFIG_BLK_DEV=y 425 427 # CONFIG_BLK_DEV_FD is not set 426 - # CONFIG_MAC_FLOPPY is not set 427 428 # CONFIG_BLK_CPQ_DA is not set 428 429 # CONFIG_BLK_CPQ_CISS_DA is not set 429 430 # CONFIG_BLK_DEV_DAC960 is not set ··· 525 528 # CONFIG_SCSI_DC390T is not set 526 529 # CONFIG_SCSI_NSP32 is not set 527 530 # CONFIG_SCSI_DEBUG is not set 528 - # CONFIG_SCSI_MESH is not set 529 - # CONFIG_SCSI_MAC53C94 is not set 530 531 # CONFIG_SCSI_SRP is not set 531 532 # CONFIG_SCSI_DH is not set 532 533 CONFIG_ATA=y ··· 629 634 # CONFIG_MDIO_BITBANG is not set 630 635 CONFIG_NET_ETHERNET=y 631 636 CONFIG_MII=y 632 - # CONFIG_MACE is not set 633 - # CONFIG_BMAC is not set 634 637 # CONFIG_HAPPYMEAL is not set 635 638 # CONFIG_SUNGEM is not set 636 639 # CONFIG_CASSINI is not set ··· 639 646 # CONFIG_IBM_NEW_EMAC_RGMII is not set 640 647 # CONFIG_IBM_NEW_EMAC_TAH is not set 641 648 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 649 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 650 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 651 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 642 652 # CONFIG_NET_PCI is not set 643 653 # CONFIG_B44 is not set 654 + # CONFIG_ATL2 is not set 644 655 CONFIG_NETDEV_1000=y 645 656 # CONFIG_ACENIC is not set 646 657 # CONFIG_DL2K is not set ··· 667 670 # CONFIG_QLA3XXX is not set 668 671 # CONFIG_ATL1 is not set 669 672 # CONFIG_ATL1E is not set 673 + # CONFIG_JME is not set 670 674 CONFIG_NETDEV_10000=y 671 675 # CONFIG_CHELSIO_T1 is not set 672 676 # CONFIG_CHELSIO_T3 is not set 677 + # CONFIG_ENIC is not set 673 678 # CONFIG_IXGBE is not set 674 679 # CONFIG_IXGB is not set 675 680 # CONFIG_S2IO is not set 676 681 # CONFIG_MYRI10GE is not set 677 682 # CONFIG_NETXEN_NIC is not set 678 683 # CONFIG_NIU is not set 684 + # CONFIG_MLX4_EN is not set 679 685 # CONFIG_MLX4_CORE is not set 680 686 # CONFIG_TEHUTI is not set 681 687 # CONFIG_BNX2X is not set 688 + # CONFIG_QLGE is not set 682 689 # CONFIG_SFC is not set 683 690 # CONFIG_TR is not set 684 691 ··· 717 716 # Input device support 718 717 # 719 718 CONFIG_INPUT=y 720 - # CONFIG_INPUT_FF_MEMLESS is not set 719 + CONFIG_INPUT_FF_MEMLESS=m 721 720 # CONFIG_INPUT_POLLDEV is not set 722 721 723 722 # ··· 782 781 # CONFIG_SERIAL_UARTLITE is not set 783 782 CONFIG_SERIAL_CORE=y 784 783 CONFIG_SERIAL_CORE_CONSOLE=y 785 - # CONFIG_SERIAL_PMACZILOG is not set 786 784 # CONFIG_SERIAL_JSM is not set 787 785 # CONFIG_SERIAL_OF_PLATFORM is not set 788 786 CONFIG_UNIX98_PTYS=y 789 787 CONFIG_LEGACY_PTYS=y 790 788 CONFIG_LEGACY_PTY_COUNT=256 791 - # CONFIG_BRIQ_PANEL is not set 792 - # CONFIG_HVC_RTAS is not set 793 789 # CONFIG_IPMI_HANDLER is not set 794 790 # CONFIG_HW_RANDOM is not set 795 791 CONFIG_NVRAM=y ··· 821 823 # CONFIG_I2C_SIS96X is not set 822 824 # CONFIG_I2C_VIA is not set 823 825 # CONFIG_I2C_VIAPRO is not set 824 - 825 - # 826 - # Mac SMBus host controller drivers 827 - # 828 - # CONFIG_I2C_HYDRA is not set 829 - CONFIG_I2C_POWERMAC=y 830 826 831 827 # 832 828 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 886 894 # CONFIG_MFD_SM501 is not set 887 895 # CONFIG_HTC_PASIC3 is not set 888 896 # CONFIG_MFD_TMIO is not set 897 + # CONFIG_PMIC_DA903X is not set 898 + # CONFIG_MFD_WM8400 is not set 899 + # CONFIG_MFD_WM8350_I2C is not set 900 + 901 + # 902 + # Voltage and Current regulators 903 + # 904 + # CONFIG_REGULATOR is not set 905 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 906 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 907 + # CONFIG_REGULATOR_BQ24022 is not set 889 908 890 909 # 891 910 # Multimedia devices ··· 937 934 # CONFIG_DVB_USB is not set 938 935 # CONFIG_DVB_TTUSB_BUDGET is not set 939 936 # CONFIG_DVB_TTUSB_DEC is not set 940 - # CONFIG_DVB_CINERGYT2 is not set 941 937 # CONFIG_DVB_SIANO_SMS1XXX is not set 942 938 943 939 # ··· 954 952 # CONFIG_DVB_PLUTO2 is not set 955 953 956 954 # 955 + # Supported SDMC DM1105 Adapters 956 + # 957 + # CONFIG_DVB_DM1105 is not set 958 + 959 + # 957 960 # Supported DVB Frontends 958 961 # 959 962 ··· 974 967 # CONFIG_DVB_CX24123 is not set 975 968 # CONFIG_DVB_MT312 is not set 976 969 # CONFIG_DVB_S5H1420 is not set 970 + # CONFIG_DVB_STV0288 is not set 971 + # CONFIG_DVB_STB6000 is not set 977 972 # CONFIG_DVB_STV0299 is not set 978 973 # CONFIG_DVB_TDA8083 is not set 979 974 # CONFIG_DVB_TDA10086 is not set ··· 983 974 # CONFIG_DVB_TUNER_ITD1000 is not set 984 975 # CONFIG_DVB_TDA826X is not set 985 976 # CONFIG_DVB_TUA6100 is not set 977 + # CONFIG_DVB_CX24116 is not set 978 + # CONFIG_DVB_SI21XX is not set 986 979 987 980 # 988 981 # DVB-T (terrestrial) frontends ··· 1037 1026 # CONFIG_DVB_LNBP21 is not set 1038 1027 # CONFIG_DVB_ISL6405 is not set 1039 1028 # CONFIG_DVB_ISL6421 is not set 1029 + # CONFIG_DVB_LGS8GL5 is not set 1030 + 1031 + # 1032 + # Tools to develop new frontends 1033 + # 1034 + # CONFIG_DVB_DUMMY_FE is not set 1035 + # CONFIG_DVB_AF9013 is not set 1040 1036 CONFIG_DAB=y 1041 1037 # CONFIG_USB_DABUSB is not set 1042 1038 ··· 1069 1051 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1070 1052 CONFIG_DUMMY_CONSOLE=y 1071 1053 CONFIG_SOUND=y 1054 + CONFIG_SOUND_OSS_CORE=y 1072 1055 CONFIG_SND=y 1073 1056 CONFIG_SND_TIMER=y 1074 1057 CONFIG_SND_PCM=y ··· 1154 1135 # CONFIG_SND_VX222 is not set 1155 1136 # CONFIG_SND_YMFPCI is not set 1156 1137 CONFIG_SND_PPC=y 1157 - # CONFIG_SND_POWERMAC is not set 1158 - # CONFIG_SND_AOA is not set 1159 1138 CONFIG_SND_USB=y 1160 1139 # CONFIG_SND_USB_AUDIO is not set 1161 1140 # CONFIG_SND_USB_USX2Y is not set ··· 1170 1153 # USB Input Devices 1171 1154 # 1172 1155 CONFIG_USB_HID=y 1173 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1174 - # CONFIG_HID_FF is not set 1156 + # CONFIG_HID_PID is not set 1175 1157 # CONFIG_USB_HIDDEV is not set 1158 + 1159 + # 1160 + # Special HID drivers 1161 + # 1162 + CONFIG_HID_COMPAT=y 1163 + CONFIG_HID_A4TECH=y 1164 + CONFIG_HID_APPLE=y 1165 + CONFIG_HID_BELKIN=y 1166 + CONFIG_HID_BRIGHT=y 1167 + CONFIG_HID_CHERRY=y 1168 + CONFIG_HID_CHICONY=y 1169 + CONFIG_HID_CYPRESS=y 1170 + CONFIG_HID_DELL=y 1171 + CONFIG_HID_EZKEY=y 1172 + CONFIG_HID_GYRATION=y 1173 + CONFIG_HID_LOGITECH=y 1174 + # CONFIG_LOGITECH_FF is not set 1175 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1176 + CONFIG_HID_MICROSOFT=y 1177 + CONFIG_HID_MONTEREY=y 1178 + CONFIG_HID_PANTHERLORD=y 1179 + # CONFIG_PANTHERLORD_FF is not set 1180 + CONFIG_HID_PETALYNX=y 1181 + CONFIG_HID_SAMSUNG=y 1182 + CONFIG_HID_SONY=y 1183 + CONFIG_HID_SUNPLUS=y 1184 + CONFIG_THRUSTMASTER_FF=m 1185 + CONFIG_ZEROPLUS_FF=m 1176 1186 CONFIG_USB_SUPPORT=y 1177 1187 CONFIG_USB_ARCH_HAS_HCD=y 1178 1188 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1218 1174 # CONFIG_USB_OTG_WHITELIST is not set 1219 1175 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1220 1176 CONFIG_USB_MON=y 1177 + # CONFIG_USB_WUSB is not set 1178 + # CONFIG_USB_WUSB_CBAF is not set 1221 1179 1222 1180 # 1223 1181 # USB Host Controller Drivers ··· 1243 1197 # CONFIG_USB_UHCI_HCD is not set 1244 1198 # CONFIG_USB_SL811_HCD is not set 1245 1199 # CONFIG_USB_R8A66597_HCD is not set 1200 + # CONFIG_USB_WHCI_HCD is not set 1201 + # CONFIG_USB_HWA_HCD is not set 1246 1202 1247 1203 # 1248 1204 # USB Device Class drivers ··· 1252 1204 # CONFIG_USB_ACM is not set 1253 1205 # CONFIG_USB_PRINTER is not set 1254 1206 # CONFIG_USB_WDM is not set 1207 + # CONFIG_USB_TMC is not set 1255 1208 1256 1209 # 1257 1210 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1274 1225 # CONFIG_USB_STORAGE_ALAUDA is not set 1275 1226 # CONFIG_USB_STORAGE_ONETOUCH is not set 1276 1227 # CONFIG_USB_STORAGE_KARMA is not set 1277 - # CONFIG_USB_STORAGE_SIERRA is not set 1278 1228 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1279 1229 # CONFIG_USB_LIBUSUAL is not set 1280 1230 ··· 1294 1246 # CONFIG_USB_EMI62 is not set 1295 1247 # CONFIG_USB_EMI26 is not set 1296 1248 # CONFIG_USB_ADUTUX is not set 1249 + # CONFIG_USB_SEVSEG is not set 1297 1250 # CONFIG_USB_RIO500 is not set 1298 1251 # CONFIG_USB_LEGOTOWER is not set 1299 1252 # CONFIG_USB_LCD is not set ··· 1312 1263 # CONFIG_USB_IOWARRIOR is not set 1313 1264 # CONFIG_USB_TEST is not set 1314 1265 # CONFIG_USB_ISIGHTFW is not set 1266 + # CONFIG_USB_VST is not set 1315 1267 # CONFIG_USB_GADGET is not set 1268 + # CONFIG_UWB is not set 1316 1269 # CONFIG_MMC is not set 1317 1270 # CONFIG_MEMSTICK is not set 1318 1271 # CONFIG_NEW_LEDS is not set ··· 1360 1309 # Platform RTC drivers 1361 1310 # 1362 1311 CONFIG_RTC_DRV_CMOS=y 1312 + # CONFIG_RTC_DRV_DS1286 is not set 1363 1313 # CONFIG_RTC_DRV_DS1511 is not set 1364 1314 # CONFIG_RTC_DRV_DS1553 is not set 1365 1315 # CONFIG_RTC_DRV_DS1742 is not set 1366 1316 # CONFIG_RTC_DRV_STK17TA8 is not set 1367 1317 # CONFIG_RTC_DRV_M48T86 is not set 1318 + # CONFIG_RTC_DRV_M48T35 is not set 1368 1319 # CONFIG_RTC_DRV_M48T59 is not set 1320 + # CONFIG_RTC_DRV_BQ4802 is not set 1369 1321 # CONFIG_RTC_DRV_V3020 is not set 1370 1322 1371 1323 # ··· 1377 1323 # CONFIG_RTC_DRV_PPC is not set 1378 1324 # CONFIG_DMADEVICES is not set 1379 1325 # CONFIG_UIO is not set 1326 + # CONFIG_STAGING is not set 1380 1327 1381 1328 # 1382 1329 # File systems ··· 1389 1334 CONFIG_EXT3_FS_XATTR=y 1390 1335 # CONFIG_EXT3_FS_POSIX_ACL is not set 1391 1336 # CONFIG_EXT3_FS_SECURITY is not set 1392 - # CONFIG_EXT4DEV_FS is not set 1337 + # CONFIG_EXT4_FS is not set 1393 1338 CONFIG_JBD=y 1394 1339 CONFIG_FS_MBCACHE=y 1395 1340 # CONFIG_REISERFS_FS is not set 1396 1341 # CONFIG_JFS_FS is not set 1397 1342 # CONFIG_FS_POSIX_ACL is not set 1343 + CONFIG_FILE_LOCKING=y 1398 1344 # CONFIG_XFS_FS is not set 1399 1345 # CONFIG_OCFS2_FS is not set 1400 1346 CONFIG_DNOTIFY=y ··· 1433 1377 CONFIG_PROC_FS=y 1434 1378 CONFIG_PROC_KCORE=y 1435 1379 CONFIG_PROC_SYSCTL=y 1380 + CONFIG_PROC_PAGE_MONITOR=y 1436 1381 CONFIG_SYSFS=y 1437 1382 CONFIG_TMPFS=y 1438 1383 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1478 1421 CONFIG_NFS_COMMON=y 1479 1422 CONFIG_SUNRPC=y 1480 1423 CONFIG_SUNRPC_GSS=y 1424 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1481 1425 CONFIG_RPCSEC_GSS_KRB5=y 1482 1426 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1483 1427 # CONFIG_SMB_FS is not set ··· 1554 1496 # Library routines 1555 1497 # 1556 1498 CONFIG_BITREVERSE=y 1557 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1558 1499 # CONFIG_CRC_CCITT is not set 1559 1500 # CONFIG_CRC16 is not set 1560 1501 CONFIG_CRC_T10DIF=y ··· 1607 1550 # CONFIG_DEBUG_SG is not set 1608 1551 # CONFIG_BOOT_PRINTK_DELAY is not set 1609 1552 # CONFIG_RCU_TORTURE_TEST is not set 1553 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1610 1554 # CONFIG_BACKTRACE_SELF_TEST is not set 1555 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1611 1556 # CONFIG_FAULT_INJECTION is not set 1612 1557 # CONFIG_LATENCYTOP is not set 1613 1558 CONFIG_SYSCTL_SYSCALL_CHECK=y 1614 - CONFIG_HAVE_FTRACE=y 1615 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1616 - # CONFIG_FTRACE is not set 1559 + CONFIG_HAVE_FUNCTION_TRACER=y 1560 + 1561 + # 1562 + # Tracers 1563 + # 1564 + # CONFIG_FUNCTION_TRACER is not set 1617 1565 # CONFIG_SCHED_TRACER is not set 1618 1566 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1567 + # CONFIG_BOOT_TRACER is not set 1568 + # CONFIG_STACK_TRACER is not set 1569 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1619 1570 # CONFIG_SAMPLES is not set 1620 1571 CONFIG_HAVE_ARCH_KGDB=y 1621 1572 # CONFIG_KGDB is not set ··· 1632 1567 # CONFIG_DEBUG_PAGEALLOC is not set 1633 1568 # CONFIG_CODE_PATCHING_SELFTEST is not set 1634 1569 # CONFIG_FTR_FIXUP_SELFTEST is not set 1570 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1635 1571 # CONFIG_XMON is not set 1636 1572 # CONFIG_IRQSTACKS is not set 1637 1573 # CONFIG_BDI_SWITCH is not set ··· 1644 1578 # 1645 1579 # CONFIG_KEYS is not set 1646 1580 # CONFIG_SECURITY is not set 1581 + # CONFIG_SECURITYFS is not set 1647 1582 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1648 1583 CONFIG_CRYPTO=y 1649 1584 1650 1585 # 1651 1586 # Crypto core or helper 1652 1587 # 1588 + # CONFIG_CRYPTO_FIPS is not set 1653 1589 CONFIG_CRYPTO_ALGAPI=y 1590 + CONFIG_CRYPTO_AEAD=y 1654 1591 CONFIG_CRYPTO_BLKCIPHER=y 1655 1592 CONFIG_CRYPTO_HASH=y 1593 + CONFIG_CRYPTO_RNG=y 1656 1594 CONFIG_CRYPTO_MANAGER=y 1657 1595 # CONFIG_CRYPTO_GF128MUL is not set 1658 1596 # CONFIG_CRYPTO_NULL is not set ··· 1729 1659 # 1730 1660 # CONFIG_CRYPTO_DEFLATE is not set 1731 1661 # CONFIG_CRYPTO_LZO is not set 1662 + 1663 + # 1664 + # Random Number Generation 1665 + # 1666 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1732 1667 CONFIG_CRYPTO_HW=y 1733 1668 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1734 1669 # CONFIG_CRYPTO_DEV_TALITOS is not set
+91 -63
arch/powerpc/configs/86xx/sbc8641d_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:15 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:40:26 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_PHYS_64BIT is not set 18 19 CONFIG_ALTIVEC=y 19 20 CONFIG_PPC_STD_MMU=y 20 21 CONFIG_PPC_STD_MMU_32=y ··· 24 23 CONFIG_NR_CPUS=2 25 24 CONFIG_PPC32=y 26 25 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 27 CONFIG_MMU=y 29 28 CONFIG_GENERIC_CMOS_UPDATE=y 30 29 CONFIG_GENERIC_TIME=y ··· 101 100 CONFIG_PRINTK=y 102 101 CONFIG_BUG=y 103 102 CONFIG_ELF_CORE=y 104 - CONFIG_PCSPKR_PLATFORM=y 105 103 CONFIG_COMPAT_BRK=y 106 104 CONFIG_BASE_FULL=y 107 105 CONFIG_FUTEX=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLAB=y 115 117 # CONFIG_SLUB is not set 116 118 # CONFIG_SLOB is not set ··· 125 123 CONFIG_HAVE_KPROBES=y 126 124 CONFIG_HAVE_KRETPROBES=y 127 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 128 - # CONFIG_HAVE_DMA_ATTRS is not set 129 126 CONFIG_USE_GENERIC_SMP_HELPERS=y 130 - # CONFIG_HAVE_CLK is not set 131 - CONFIG_PROC_PAGE_MONITOR=y 132 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 133 128 CONFIG_SLABINFO=y 134 129 CONFIG_RT_MUTEXES=y ··· 159 160 # CONFIG_DEFAULT_NOOP is not set 160 161 CONFIG_DEFAULT_IOSCHED="cfq" 161 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 162 164 163 165 # 164 166 # Platform support ··· 167 167 CONFIG_PPC_MULTIPLATFORM=y 168 168 CONFIG_CLASSIC32=y 169 169 # CONFIG_PPC_CHRP is not set 170 - # CONFIG_PPC_PMAC is not set 171 170 # CONFIG_MPC5121_ADS is not set 172 171 # CONFIG_MPC5121_GENERIC is not set 173 172 # CONFIG_PPC_MPC52xx is not set 173 + # CONFIG_PPC_PMAC is not set 174 174 # CONFIG_PPC_CELL is not set 175 175 # CONFIG_PPC_CELL_NATIVE is not set 176 176 # CONFIG_PPC_82xx is not set ··· 180 180 # CONFIG_MPC8641_HPCN is not set 181 181 CONFIG_SBC8641D=y 182 182 # CONFIG_MPC8610_HPCD is not set 183 + # CONFIG_GEF_SBC610 is not set 183 184 CONFIG_MPC8641=y 184 - CONFIG_PPC_NATIVE=y 185 - # CONFIG_UDBG_RTAS_CONSOLE is not set 186 185 # CONFIG_IPIC is not set 187 186 CONFIG_MPIC=y 188 187 # CONFIG_MPIC_WEIRD is not set 189 - CONFIG_PPC_I8259=y 190 - CONFIG_PPC_RTAS=y 191 - # CONFIG_RTAS_ERROR_LOGGING is not set 192 - CONFIG_RTAS_PROC=y 188 + # CONFIG_PPC_I8259 is not set 189 + # CONFIG_PPC_RTAS is not set 193 190 # CONFIG_MMIO_NVRAM is not set 194 - CONFIG_PPC_MPC106=y 191 + # CONFIG_PPC_MPC106 is not set 195 192 # CONFIG_PPC_970_NAP is not set 196 193 # CONFIG_PPC_INDIRECT_IO is not set 197 194 # CONFIG_GENERIC_IOMAP is not set 198 195 # CONFIG_CPU_FREQ is not set 199 - # CONFIG_PPC601_SYNC_FIX is not set 200 196 # CONFIG_TAU is not set 197 + # CONFIG_QUICC_ENGINE is not set 201 198 # CONFIG_FSL_ULI1575 is not set 199 + # CONFIG_MPC8xxx_GPIO is not set 202 200 203 201 # 204 202 # Kernel options ··· 217 219 CONFIG_PREEMPT=y 218 220 # CONFIG_PREEMPT_RCU is not set 219 221 CONFIG_BINFMT_ELF=y 222 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 223 + # CONFIG_HAVE_AOUT is not set 220 224 CONFIG_BINFMT_MISC=m 221 225 # CONFIG_IOMMU_HELPER is not set 222 - # CONFIG_HOTPLUG_CPU is not set 223 226 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 224 227 CONFIG_ARCH_HAS_WALK_MEMORY=y 225 228 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y ··· 234 235 # CONFIG_SPARSEMEM_MANUAL is not set 235 236 CONFIG_FLATMEM=y 236 237 CONFIG_FLAT_NODE_MEM_MAP=y 237 - # CONFIG_SPARSEMEM_STATIC is not set 238 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 239 238 CONFIG_PAGEFLAGS_EXTENDED=y 240 239 CONFIG_SPLIT_PTLOCK_CPUS=4 241 240 CONFIG_MIGRATION=y 242 241 # CONFIG_RESOURCES_64BIT is not set 242 + # CONFIG_PHYS_ADDR_T_64BIT is not set 243 243 CONFIG_ZONE_DMA_FLAG=1 244 244 CONFIG_BOUNCE=y 245 245 CONFIG_VIRT_TO_BUS=y 246 + CONFIG_UNEVICTABLE_LRU=y 246 247 CONFIG_FORCE_MAX_ZONEORDER=11 247 248 # CONFIG_PROC_DEVICETREE is not set 248 249 # CONFIG_CMDLINE_BOOL is not set ··· 254 255 # 255 256 # Bus options 256 257 # 257 - # CONFIG_ISA is not set 258 258 CONFIG_ZONE_DMA=y 259 259 CONFIG_GENERIC_ISA_DMA=y 260 260 CONFIG_PPC_INDIRECT_PCI=y ··· 268 270 # CONFIG_PCIEASPM is not set 269 271 CONFIG_ARCH_SUPPORTS_MSI=y 270 272 # CONFIG_PCI_MSI is not set 271 - CONFIG_PCI_LEGACY=y 273 + # CONFIG_PCI_LEGACY is not set 272 274 # CONFIG_PCI_DEBUG is not set 273 275 # CONFIG_PCCARD is not set 274 276 # CONFIG_HOTPLUG_PCI is not set ··· 339 341 CONFIG_TCP_CONG_CUBIC=y 340 342 CONFIG_DEFAULT_TCP_CONG="cubic" 341 343 # CONFIG_TCP_MD5SIG is not set 342 - # CONFIG_IP_VS is not set 343 344 CONFIG_IPV6=m 344 345 # CONFIG_IPV6_PRIVACY is not set 345 346 # CONFIG_IPV6_ROUTER_PREF is not set ··· 375 378 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 376 379 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 377 380 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 378 - # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 379 381 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 382 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 380 383 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 381 384 # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 382 385 # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set ··· 385 388 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 386 389 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 387 390 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 391 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 388 392 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 389 393 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 390 394 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 391 395 # CONFIG_NETFILTER_XT_MATCH_MAC is not set 392 396 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 397 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 393 398 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 394 399 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 395 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 396 400 # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set 397 401 # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 398 402 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 399 403 # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 400 404 # CONFIG_NETFILTER_XT_MATCH_REALM is not set 405 + # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 401 406 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 402 407 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 403 408 # CONFIG_NETFILTER_XT_MATCH_STRING is not set 404 409 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 405 410 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 406 411 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 407 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 412 + # CONFIG_IP_VS is not set 408 413 409 414 # 410 415 # IP: Netfilter Configuration 411 416 # 417 + # CONFIG_NF_DEFRAG_IPV4 is not set 412 418 CONFIG_IP_NF_QUEUE=m 413 419 CONFIG_IP_NF_IPTABLES=m 414 - CONFIG_IP_NF_MATCH_RECENT=m 415 - CONFIG_IP_NF_MATCH_ECN=m 416 - # CONFIG_IP_NF_MATCH_AH is not set 417 - CONFIG_IP_NF_MATCH_TTL=m 418 420 CONFIG_IP_NF_MATCH_ADDRTYPE=m 421 + # CONFIG_IP_NF_MATCH_AH is not set 422 + CONFIG_IP_NF_MATCH_ECN=m 423 + CONFIG_IP_NF_MATCH_TTL=m 419 424 CONFIG_IP_NF_FILTER=m 420 425 CONFIG_IP_NF_TARGET_REJECT=m 421 426 CONFIG_IP_NF_TARGET_LOG=m ··· 436 437 # 437 438 CONFIG_IP6_NF_QUEUE=m 438 439 CONFIG_IP6_NF_IPTABLES=m 439 - CONFIG_IP6_NF_MATCH_RT=m 440 - CONFIG_IP6_NF_MATCH_OPTS=m 440 + # CONFIG_IP6_NF_MATCH_AH is not set 441 + CONFIG_IP6_NF_MATCH_EUI64=m 441 442 CONFIG_IP6_NF_MATCH_FRAG=m 443 + CONFIG_IP6_NF_MATCH_OPTS=m 442 444 CONFIG_IP6_NF_MATCH_HL=m 443 445 CONFIG_IP6_NF_MATCH_IPV6HEADER=m 444 - # CONFIG_IP6_NF_MATCH_AH is not set 445 446 # CONFIG_IP6_NF_MATCH_MH is not set 446 - CONFIG_IP6_NF_MATCH_EUI64=m 447 - CONFIG_IP6_NF_FILTER=m 447 + CONFIG_IP6_NF_MATCH_RT=m 448 448 CONFIG_IP6_NF_TARGET_LOG=m 449 + CONFIG_IP6_NF_FILTER=m 449 450 # CONFIG_IP6_NF_TARGET_REJECT is not set 450 451 CONFIG_IP6_NF_MANGLE=m 451 452 # CONFIG_IP6_NF_TARGET_HL is not set 452 453 CONFIG_IP6_NF_RAW=m 453 454 # CONFIG_IP6_NF_SECURITY is not set 454 - 455 - # 456 - # Bridge: Netfilter Configuration 457 - # 458 455 # CONFIG_BRIDGE_NF_EBTABLES is not set 459 456 # CONFIG_IP_DCCP is not set 460 457 CONFIG_IP_SCTP=m ··· 471 476 # CONFIG_ATM_BR2684_IPFILTER is not set 472 477 CONFIG_STP=m 473 478 CONFIG_BRIDGE=m 479 + # CONFIG_NET_DSA is not set 474 480 CONFIG_VLAN_8021Q=m 475 481 # CONFIG_VLAN_8021Q_GVRP is not set 476 482 # CONFIG_DECNET is not set ··· 493 497 CONFIG_NET_SCH_HFSC=m 494 498 CONFIG_NET_SCH_ATM=m 495 499 CONFIG_NET_SCH_PRIO=m 500 + # CONFIG_NET_SCH_MULTIQ is not set 496 501 CONFIG_NET_SCH_RED=m 497 502 CONFIG_NET_SCH_SFQ=m 498 503 CONFIG_NET_SCH_TEQL=m ··· 531 534 # CONFIG_IRDA is not set 532 535 # CONFIG_BT is not set 533 536 # CONFIG_AF_RXRPC is not set 537 + # CONFIG_PHONET is not set 534 538 CONFIG_FIB_RULES=y 535 - 536 - # 537 - # Wireless 538 - # 539 + CONFIG_WIRELESS=y 539 540 # CONFIG_CFG80211 is not set 541 + CONFIG_WIRELESS_OLD_REGULATORY=y 540 542 # CONFIG_WIRELESS_EXT is not set 541 543 # CONFIG_MAC80211 is not set 542 544 # CONFIG_IEEE80211 is not set ··· 645 649 # CONFIG_PARPORT is not set 646 650 CONFIG_BLK_DEV=y 647 651 # CONFIG_BLK_DEV_FD is not set 648 - # CONFIG_MAC_FLOPPY is not set 649 652 # CONFIG_BLK_CPQ_DA is not set 650 653 # CONFIG_BLK_CPQ_CISS_DA is not set 651 654 # CONFIG_BLK_DEV_DAC960 is not set ··· 681 686 # CONFIG_ATA is not set 682 687 CONFIG_MD=y 683 688 CONFIG_BLK_DEV_MD=y 689 + CONFIG_MD_AUTODETECT=y 684 690 CONFIG_MD_LINEAR=y 685 691 CONFIG_MD_RAID0=y 686 692 CONFIG_MD_RAID1=y ··· 738 742 # CONFIG_MDIO_BITBANG is not set 739 743 CONFIG_NET_ETHERNET=y 740 744 CONFIG_MII=y 741 - # CONFIG_MACE is not set 742 - # CONFIG_BMAC is not set 743 745 # CONFIG_HAPPYMEAL is not set 744 746 # CONFIG_SUNGEM is not set 745 747 # CONFIG_CASSINI is not set ··· 748 754 # CONFIG_IBM_NEW_EMAC_RGMII is not set 749 755 # CONFIG_IBM_NEW_EMAC_TAH is not set 750 756 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 757 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 758 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 759 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 751 760 # CONFIG_NET_PCI is not set 752 761 # CONFIG_B44 is not set 762 + # CONFIG_ATL2 is not set 753 763 CONFIG_NETDEV_1000=y 754 764 # CONFIG_ACENIC is not set 755 765 # CONFIG_DL2K is not set ··· 776 778 # CONFIG_QLA3XXX is not set 777 779 # CONFIG_ATL1 is not set 778 780 # CONFIG_ATL1E is not set 781 + # CONFIG_JME is not set 779 782 # CONFIG_NETDEV_10000 is not set 780 783 # CONFIG_TR is not set 781 784 ··· 889 890 # CONFIG_SERIAL_UARTLITE is not set 890 891 CONFIG_SERIAL_CORE=y 891 892 CONFIG_SERIAL_CORE_CONSOLE=y 892 - # CONFIG_SERIAL_PMACZILOG is not set 893 893 # CONFIG_SERIAL_JSM is not set 894 894 # CONFIG_SERIAL_OF_PLATFORM is not set 895 895 CONFIG_UNIX98_PTYS=y 896 896 CONFIG_LEGACY_PTYS=y 897 897 CONFIG_LEGACY_PTY_COUNT=256 898 - # CONFIG_BRIQ_PANEL is not set 899 - # CONFIG_HVC_RTAS is not set 900 898 # CONFIG_IPMI_HANDLER is not set 901 899 CONFIG_HW_RANDOM=m 902 900 # CONFIG_NVRAM is not set ··· 929 933 # CONFIG_I2C_SIS96X is not set 930 934 # CONFIG_I2C_VIA is not set 931 935 # CONFIG_I2C_VIAPRO is not set 932 - 933 - # 934 - # Mac SMBus host controller drivers 935 - # 936 - # CONFIG_I2C_HYDRA is not set 937 - CONFIG_I2C_POWERMAC=y 938 936 939 937 # 940 938 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 987 997 # CONFIG_SENSORS_ADM9240 is not set 988 998 # CONFIG_SENSORS_ADT7470 is not set 989 999 # CONFIG_SENSORS_ADT7473 is not set 990 - # CONFIG_SENSORS_AMS is not set 991 1000 # CONFIG_SENSORS_ATXP1 is not set 992 1001 # CONFIG_SENSORS_DS1621 is not set 993 1002 # CONFIG_SENSORS_I5K_AMB is not set ··· 1041 1052 CONFIG_SOFT_WATCHDOG=m 1042 1053 # CONFIG_ALIM7101_WDT is not set 1043 1054 # CONFIG_8xxx_WDT is not set 1044 - # CONFIG_WATCHDOG_RTAS is not set 1045 1055 1046 1056 # 1047 1057 # PCI-based Watchdog Cards ··· 1061 1073 # CONFIG_MFD_SM501 is not set 1062 1074 # CONFIG_HTC_PASIC3 is not set 1063 1075 # CONFIG_MFD_TMIO is not set 1076 + # CONFIG_PMIC_DA903X is not set 1077 + # CONFIG_MFD_WM8400 is not set 1078 + # CONFIG_MFD_WM8350_I2C is not set 1079 + 1080 + # 1081 + # Voltage and Current regulators 1082 + # 1083 + # CONFIG_REGULATOR is not set 1084 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1085 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1086 + # CONFIG_REGULATOR_BQ24022 is not set 1064 1087 1065 1088 # 1066 1089 # Multimedia devices ··· 1115 1116 CONFIG_HID=y 1116 1117 # CONFIG_HID_DEBUG is not set 1117 1118 # CONFIG_HIDRAW is not set 1119 + # CONFIG_HID_PID is not set 1120 + 1121 + # 1122 + # Special HID drivers 1123 + # 1124 + CONFIG_HID_COMPAT=y 1118 1125 CONFIG_USB_SUPPORT=y 1119 1126 CONFIG_USB_ARCH_HAS_HCD=y 1120 1127 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1137 1132 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 1138 1133 # 1139 1134 # CONFIG_USB_GADGET is not set 1135 + # CONFIG_UWB is not set 1140 1136 # CONFIG_MMC is not set 1141 1137 # CONFIG_MEMSTICK is not set 1142 1138 # CONFIG_NEW_LEDS is not set ··· 1147 1141 # CONFIG_RTC_CLASS is not set 1148 1142 # CONFIG_DMADEVICES is not set 1149 1143 # CONFIG_UIO is not set 1144 + # CONFIG_STAGING is not set 1150 1145 1151 1146 # 1152 1147 # File systems ··· 1161 1154 CONFIG_EXT3_FS_XATTR=y 1162 1155 CONFIG_EXT3_FS_POSIX_ACL=y 1163 1156 # CONFIG_EXT3_FS_SECURITY is not set 1164 - # CONFIG_EXT4DEV_FS is not set 1157 + # CONFIG_EXT4_FS is not set 1165 1158 CONFIG_JBD=y 1166 1159 # CONFIG_JBD_DEBUG is not set 1160 + CONFIG_JBD2=m 1161 + # CONFIG_JBD2_DEBUG is not set 1167 1162 CONFIG_FS_MBCACHE=y 1168 1163 CONFIG_REISERFS_FS=m 1169 1164 # CONFIG_REISERFS_CHECK is not set ··· 1175 1166 # CONFIG_REISERFS_FS_SECURITY is not set 1176 1167 # CONFIG_JFS_FS is not set 1177 1168 CONFIG_FS_POSIX_ACL=y 1169 + CONFIG_FILE_LOCKING=y 1178 1170 # CONFIG_XFS_FS is not set 1179 1171 CONFIG_OCFS2_FS=m 1180 1172 CONFIG_OCFS2_FS_O2CB=m 1181 1173 CONFIG_OCFS2_FS_STATS=y 1182 1174 CONFIG_OCFS2_DEBUG_MASKLOG=y 1183 1175 # CONFIG_OCFS2_DEBUG_FS is not set 1176 + # CONFIG_OCFS2_COMPAT_JBD is not set 1184 1177 CONFIG_DNOTIFY=y 1185 1178 CONFIG_INOTIFY=y 1186 1179 CONFIG_INOTIFY_USER=y ··· 1210 1199 CONFIG_PROC_FS=y 1211 1200 CONFIG_PROC_KCORE=y 1212 1201 CONFIG_PROC_SYSCTL=y 1202 + CONFIG_PROC_PAGE_MONITOR=y 1213 1203 CONFIG_SYSFS=y 1214 1204 CONFIG_TMPFS=y 1215 1205 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1249 1237 CONFIG_NFS_COMMON=y 1250 1238 CONFIG_SUNRPC=y 1251 1239 CONFIG_SUNRPC_GSS=y 1240 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1252 1241 CONFIG_RPCSEC_GSS_KRB5=y 1253 1242 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1254 1243 CONFIG_SMB_FS=m ··· 1270 1257 # Partition Types 1271 1258 # 1272 1259 # CONFIG_PARTITION_ADVANCED is not set 1273 - CONFIG_MAC_PARTITION=y 1274 1260 CONFIG_MSDOS_PARTITION=y 1275 1261 CONFIG_NLS=m 1276 1262 CONFIG_NLS_DEFAULT="iso8859-1" ··· 1317 1305 # Library routines 1318 1306 # 1319 1307 CONFIG_BITREVERSE=y 1320 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1321 1308 CONFIG_CRC_CCITT=m 1322 1309 # CONFIG_CRC16 is not set 1323 1310 # CONFIG_CRC_T10DIF is not set ··· 1369 1358 # CONFIG_DEBUG_SG is not set 1370 1359 # CONFIG_BOOT_PRINTK_DELAY is not set 1371 1360 # CONFIG_RCU_TORTURE_TEST is not set 1361 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1372 1362 # CONFIG_BACKTRACE_SELF_TEST is not set 1363 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1373 1364 # CONFIG_FAULT_INJECTION is not set 1374 1365 # CONFIG_LATENCYTOP is not set 1375 1366 CONFIG_SYSCTL_SYSCALL_CHECK=y 1376 - CONFIG_HAVE_FTRACE=y 1377 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1378 - # CONFIG_FTRACE is not set 1367 + CONFIG_HAVE_FUNCTION_TRACER=y 1368 + 1369 + # 1370 + # Tracers 1371 + # 1372 + # CONFIG_FUNCTION_TRACER is not set 1379 1373 # CONFIG_PREEMPT_TRACER is not set 1380 1374 # CONFIG_SCHED_TRACER is not set 1381 1375 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1376 + # CONFIG_BOOT_TRACER is not set 1377 + # CONFIG_STACK_TRACER is not set 1378 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1382 1379 # CONFIG_SAMPLES is not set 1383 1380 CONFIG_HAVE_ARCH_KGDB=y 1384 1381 # CONFIG_KGDB is not set ··· 1395 1376 # CONFIG_DEBUG_PAGEALLOC is not set 1396 1377 # CONFIG_CODE_PATCHING_SELFTEST is not set 1397 1378 # CONFIG_FTR_FIXUP_SELFTEST is not set 1379 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1398 1380 # CONFIG_XMON is not set 1399 1381 # CONFIG_IRQSTACKS is not set 1400 1382 # CONFIG_VIRQ_DEBUG is not set ··· 1408 1388 # 1409 1389 # CONFIG_KEYS is not set 1410 1390 CONFIG_SECURITY=y 1391 + # CONFIG_SECURITYFS is not set 1411 1392 CONFIG_SECURITY_NETWORK=y 1412 1393 # CONFIG_SECURITY_NETWORK_XFRM is not set 1413 1394 # CONFIG_SECURITY_FILE_CAPABILITIES is not set ··· 1418 1397 # 1419 1398 # Crypto core or helper 1420 1399 # 1400 + # CONFIG_CRYPTO_FIPS is not set 1421 1401 CONFIG_CRYPTO_ALGAPI=y 1422 - CONFIG_CRYPTO_AEAD=m 1402 + CONFIG_CRYPTO_AEAD=y 1423 1403 CONFIG_CRYPTO_BLKCIPHER=y 1424 1404 CONFIG_CRYPTO_HASH=y 1405 + CONFIG_CRYPTO_RNG=y 1425 1406 CONFIG_CRYPTO_MANAGER=y 1426 1407 # CONFIG_CRYPTO_GF128MUL is not set 1427 1408 CONFIG_CRYPTO_NULL=m ··· 1497 1474 # 1498 1475 CONFIG_CRYPTO_DEFLATE=m 1499 1476 # CONFIG_CRYPTO_LZO is not set 1477 + 1478 + # 1479 + # Random Number Generation 1480 + # 1481 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1500 1482 CONFIG_CRYPTO_HW=y 1501 1483 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1502 1484 # CONFIG_CRYPTO_DEV_TALITOS is not set
+45 -24
arch/powerpc/configs/adder875_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:00 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:32 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 19 19 CONFIG_NOT_COHERENT_CACHE=y 20 20 CONFIG_PPC32=y 21 21 CONFIG_WORD_SIZE=32 22 - CONFIG_PPC_MERGE=y 22 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 23 23 CONFIG_MMU=y 24 24 CONFIG_GENERIC_CMOS_UPDATE=y 25 25 CONFIG_GENERIC_TIME=y ··· 102 102 CONFIG_TIMERFD=y 103 103 CONFIG_EVENTFD=y 104 104 CONFIG_SHMEM=y 105 + CONFIG_AIO=y 105 106 # CONFIG_VM_EVENT_COUNTERS is not set 106 107 CONFIG_SLUB_DEBUG=y 107 108 # CONFIG_SLAB is not set ··· 116 115 CONFIG_HAVE_KPROBES=y 117 116 CONFIG_HAVE_KRETPROBES=y 118 117 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 - # CONFIG_HAVE_DMA_ATTRS is not set 120 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 121 118 CONFIG_HAVE_CLK=y 122 - CONFIG_PROC_PAGE_MONITOR=y 123 119 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 124 120 CONFIG_SLABINFO=y 125 121 # CONFIG_TINY_SHMEM is not set ··· 142 144 # CONFIG_DEFAULT_NOOP is not set 143 145 CONFIG_DEFAULT_IOSCHED="deadline" 144 146 CONFIG_CLASSIC_RCU=y 147 + # CONFIG_FREEZER is not set 145 148 146 149 # 147 150 # Platform support ··· 155 156 # CONFIG_MPC885ADS is not set 156 157 # CONFIG_PPC_EP88XC is not set 157 158 CONFIG_PPC_ADDER875=y 159 + # CONFIG_PPC_MGSUVD is not set 158 160 159 161 # 160 162 # MPC8xx CPM Options ··· 184 184 # CONFIG_PPC_INDIRECT_IO is not set 185 185 # CONFIG_GENERIC_IOMAP is not set 186 186 # CONFIG_CPU_FREQ is not set 187 + # CONFIG_QUICC_ENGINE is not set 187 188 # CONFIG_FSL_ULI1575 is not set 188 189 CONFIG_CPM=y 189 190 ··· 192 191 # Kernel options 193 192 # 194 193 # CONFIG_HIGHMEM is not set 195 - # CONFIG_TICK_ONESHOT is not set 196 194 # CONFIG_NO_HZ is not set 197 195 # CONFIG_HIGH_RES_TIMERS is not set 198 196 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 205 205 # CONFIG_PREEMPT_VOLUNTARY is not set 206 206 # CONFIG_PREEMPT is not set 207 207 CONFIG_BINFMT_ELF=y 208 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 209 + # CONFIG_HAVE_AOUT is not set 208 210 # CONFIG_BINFMT_MISC is not set 209 211 # CONFIG_MATH_EMULATION is not set 210 212 # CONFIG_8XX_MINIMAL_FPEMU is not set ··· 222 220 # CONFIG_SPARSEMEM_MANUAL is not set 223 221 CONFIG_FLATMEM=y 224 222 CONFIG_FLAT_NODE_MEM_MAP=y 225 - # CONFIG_SPARSEMEM_STATIC is not set 226 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 227 223 CONFIG_PAGEFLAGS_EXTENDED=y 228 224 CONFIG_SPLIT_PTLOCK_CPUS=4 229 225 CONFIG_MIGRATION=y 230 226 # CONFIG_RESOURCES_64BIT is not set 227 + # CONFIG_PHYS_ADDR_T_64BIT is not set 231 228 CONFIG_ZONE_DMA_FLAG=1 232 229 CONFIG_BOUNCE=y 233 230 CONFIG_VIRT_TO_BUS=y 231 + CONFIG_UNEVICTABLE_LRU=y 234 232 CONFIG_FORCE_MAX_ZONEORDER=11 235 233 # CONFIG_PROC_DEVICETREE is not set 236 234 # CONFIG_CMDLINE_BOOL is not set ··· 312 310 # CONFIG_TIPC is not set 313 311 # CONFIG_ATM is not set 314 312 # CONFIG_BRIDGE is not set 313 + # CONFIG_NET_DSA is not set 315 314 # CONFIG_VLAN_8021Q is not set 316 315 # CONFIG_DECNET is not set 317 316 # CONFIG_LLC2 is not set ··· 333 330 # CONFIG_IRDA is not set 334 331 # CONFIG_BT is not set 335 332 # CONFIG_AF_RXRPC is not set 336 - 337 - # 338 - # Wireless 339 - # 333 + # CONFIG_PHONET is not set 334 + CONFIG_WIRELESS=y 340 335 # CONFIG_CFG80211 is not set 336 + CONFIG_WIRELESS_OLD_REGULATORY=y 341 337 # CONFIG_WIRELESS_EXT is not set 342 338 # CONFIG_MAC80211 is not set 343 339 # CONFIG_IEEE80211 is not set ··· 478 476 # CONFIG_IBM_NEW_EMAC_RGMII is not set 479 477 # CONFIG_IBM_NEW_EMAC_TAH is not set 480 478 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 479 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 480 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 481 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 481 482 # CONFIG_B44 is not set 482 483 CONFIG_FS_ENET=y 483 484 # CONFIG_FS_ENET_HAS_SCC is not set ··· 539 534 CONFIG_MOUSE_PS2_SYNAPTICS=y 540 535 CONFIG_MOUSE_PS2_LIFEBOOK=y 541 536 CONFIG_MOUSE_PS2_TRACKPOINT=y 537 + # CONFIG_MOUSE_PS2_ELANTECH is not set 542 538 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 543 539 # CONFIG_MOUSE_SERIAL is not set 544 540 # CONFIG_MOUSE_VSXXXAA is not set ··· 579 573 CONFIG_SERIAL_CORE_CONSOLE=y 580 574 CONFIG_SERIAL_CPM=y 581 575 CONFIG_SERIAL_CPM_CONSOLE=y 582 - # CONFIG_SERIAL_CPM_SCC1 is not set 583 - # CONFIG_SERIAL_CPM_SCC2 is not set 584 - # CONFIG_SERIAL_CPM_SCC3 is not set 585 - # CONFIG_SERIAL_CPM_SCC4 is not set 586 - CONFIG_SERIAL_CPM_SMC1=y 587 - CONFIG_SERIAL_CPM_SMC2=y 588 576 CONFIG_UNIX98_PTYS=y 589 577 # CONFIG_LEGACY_PTYS is not set 590 578 # CONFIG_IPMI_HANDLER is not set ··· 612 612 # CONFIG_MFD_SM501 is not set 613 613 # CONFIG_HTC_PASIC3 is not set 614 614 # CONFIG_MFD_TMIO is not set 615 + 616 + # 617 + # Voltage and Current regulators 618 + # 619 + # CONFIG_REGULATOR is not set 620 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 621 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 622 + # CONFIG_REGULATOR_BQ24022 is not set 615 623 616 624 # 617 625 # Multimedia devices ··· 660 652 # CONFIG_RTC_CLASS is not set 661 653 # CONFIG_DMADEVICES is not set 662 654 # CONFIG_UIO is not set 655 + # CONFIG_STAGING is not set 663 656 664 657 # 665 658 # File systems 666 659 # 667 660 # CONFIG_EXT2_FS is not set 668 661 # CONFIG_EXT3_FS is not set 669 - # CONFIG_EXT4DEV_FS is not set 662 + # CONFIG_EXT4_FS is not set 670 663 # CONFIG_REISERFS_FS is not set 671 664 # CONFIG_JFS_FS is not set 672 665 # CONFIG_FS_POSIX_ACL is not set 666 + CONFIG_FILE_LOCKING=y 673 667 # CONFIG_XFS_FS is not set 674 668 # CONFIG_OCFS2_FS is not set 675 669 # CONFIG_DNOTIFY is not set ··· 700 690 CONFIG_PROC_FS=y 701 691 # CONFIG_PROC_KCORE is not set 702 692 CONFIG_PROC_SYSCTL=y 693 + CONFIG_PROC_PAGE_MONITOR=y 703 694 CONFIG_SYSFS=y 704 695 CONFIG_TMPFS=y 705 696 # CONFIG_TMPFS_POSIX_ACL is not set ··· 738 727 CONFIG_LOCKD_V4=y 739 728 CONFIG_NFS_COMMON=y 740 729 CONFIG_SUNRPC=y 730 + # CONFIG_SUNRPC_REGISTER_V4 is not set 741 731 # CONFIG_RPCSEC_GSS_KRB5 is not set 742 732 # CONFIG_RPCSEC_GSS_SPKM3 is not set 743 733 # CONFIG_SMB_FS is not set ··· 774 762 # 775 763 # Library routines 776 764 # 777 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 778 765 # CONFIG_CRC_CCITT is not set 779 766 # CONFIG_CRC16 is not set 780 767 # CONFIG_CRC_T10DIF is not set ··· 823 812 # CONFIG_DEBUG_SG is not set 824 813 # CONFIG_BOOT_PRINTK_DELAY is not set 825 814 # CONFIG_RCU_TORTURE_TEST is not set 815 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 826 816 # CONFIG_BACKTRACE_SELF_TEST is not set 817 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 827 818 # CONFIG_FAULT_INJECTION is not set 828 819 # CONFIG_LATENCYTOP is not set 829 - CONFIG_HAVE_FTRACE=y 830 - CONFIG_HAVE_DYNAMIC_FTRACE=y 831 - # CONFIG_FTRACE is not set 820 + CONFIG_HAVE_FUNCTION_TRACER=y 821 + 822 + # 823 + # Tracers 824 + # 825 + # CONFIG_FUNCTION_TRACER is not set 832 826 # CONFIG_SCHED_TRACER is not set 833 827 # CONFIG_CONTEXT_SWITCH_TRACER is not set 828 + # CONFIG_BOOT_TRACER is not set 829 + # CONFIG_STACK_TRACER is not set 830 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 834 831 # CONFIG_SAMPLES is not set 835 832 CONFIG_HAVE_ARCH_KGDB=y 836 833 # CONFIG_KGDB is not set ··· 847 828 # CONFIG_DEBUG_PAGEALLOC is not set 848 829 # CONFIG_CODE_PATCHING_SELFTEST is not set 849 830 # CONFIG_FTR_FIXUP_SELFTEST is not set 831 + # CONFIG_MSI_BITMAP_SELFTEST is not set 850 832 # CONFIG_XMON is not set 851 833 # CONFIG_IRQSTACKS is not set 852 834 # CONFIG_VIRQ_DEBUG is not set ··· 859 839 # 860 840 # CONFIG_KEYS is not set 861 841 # CONFIG_SECURITY is not set 842 + # CONFIG_SECURITYFS is not set 862 843 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 863 844 # CONFIG_CRYPTO is not set 864 845 CONFIG_PPC_CLOCK=y
+112 -69
arch/powerpc/configs/c2k_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:02 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:34 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 CONFIG_CHECK_CACHE_COHERENCY=y 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 114 114 CONFIG_TIMERFD=y 115 115 CONFIG_EVENTFD=y 116 116 CONFIG_SHMEM=y 117 + CONFIG_AIO=y 117 118 CONFIG_VM_EVENT_COUNTERS=y 119 + CONFIG_PCI_QUIRKS=y 118 120 CONFIG_SLUB_DEBUG=y 119 121 # CONFIG_SLAB is not set 120 122 CONFIG_SLUB=y ··· 132 130 CONFIG_HAVE_KPROBES=y 133 131 CONFIG_HAVE_KRETPROBES=y 134 132 CONFIG_HAVE_ARCH_TRACEHOOK=y 135 - # CONFIG_HAVE_DMA_ATTRS is not set 136 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 137 - # CONFIG_HAVE_CLK is not set 138 - CONFIG_PROC_PAGE_MONITOR=y 139 133 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 140 134 CONFIG_SLABINFO=y 141 135 CONFIG_RT_MUTEXES=y ··· 164 166 # CONFIG_DEFAULT_NOOP is not set 165 167 CONFIG_DEFAULT_IOSCHED="cfq" 166 168 CONFIG_CLASSIC_RCU=y 169 + # CONFIG_FREEZER is not set 167 170 168 171 # 169 172 # Platform support ··· 226 227 # Kernel options 227 228 # 228 229 CONFIG_HIGHMEM=y 229 - # CONFIG_TICK_ONESHOT is not set 230 230 # CONFIG_NO_HZ is not set 231 231 # CONFIG_HIGH_RES_TIMERS is not set 232 232 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 239 241 CONFIG_PREEMPT_VOLUNTARY=y 240 242 # CONFIG_PREEMPT is not set 241 243 CONFIG_BINFMT_ELF=y 244 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 245 + # CONFIG_HAVE_AOUT is not set 242 246 CONFIG_BINFMT_MISC=y 243 247 # CONFIG_IOMMU_HELPER is not set 244 248 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 255 255 # CONFIG_SPARSEMEM_MANUAL is not set 256 256 CONFIG_FLATMEM=y 257 257 CONFIG_FLAT_NODE_MEM_MAP=y 258 - # CONFIG_SPARSEMEM_STATIC is not set 259 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 260 258 CONFIG_PAGEFLAGS_EXTENDED=y 261 259 CONFIG_SPLIT_PTLOCK_CPUS=4 262 260 CONFIG_MIGRATION=y 263 261 # CONFIG_RESOURCES_64BIT is not set 262 + # CONFIG_PHYS_ADDR_T_64BIT is not set 264 263 CONFIG_ZONE_DMA_FLAG=1 265 264 CONFIG_BOUNCE=y 266 265 CONFIG_VIRT_TO_BUS=y 266 + CONFIG_UNEVICTABLE_LRU=y 267 267 CONFIG_FORCE_MAX_ZONEORDER=11 268 268 # CONFIG_PROC_DEVICETREE is not set 269 269 # CONFIG_CMDLINE_BOOL is not set ··· 285 285 # CONFIG_PCIEPORTBUS is not set 286 286 CONFIG_ARCH_SUPPORTS_MSI=y 287 287 CONFIG_PCI_MSI=y 288 - CONFIG_PCI_LEGACY=y 288 + # CONFIG_PCI_LEGACY is not set 289 289 # CONFIG_PCI_DEBUG is not set 290 290 # CONFIG_PCCARD is not set 291 291 CONFIG_HOTPLUG_PCI=y ··· 361 361 CONFIG_TCP_CONG_CUBIC=y 362 362 CONFIG_DEFAULT_TCP_CONG="cubic" 363 363 # CONFIG_TCP_MD5SIG is not set 364 - CONFIG_IP_VS=m 365 - # CONFIG_IP_VS_DEBUG is not set 366 - CONFIG_IP_VS_TAB_BITS=12 367 - 368 - # 369 - # IPVS transport protocol load balancing support 370 - # 371 - CONFIG_IP_VS_PROTO_TCP=y 372 - CONFIG_IP_VS_PROTO_UDP=y 373 - CONFIG_IP_VS_PROTO_ESP=y 374 - CONFIG_IP_VS_PROTO_AH=y 375 - 376 - # 377 - # IPVS scheduler 378 - # 379 - CONFIG_IP_VS_RR=m 380 - CONFIG_IP_VS_WRR=m 381 - CONFIG_IP_VS_LC=m 382 - CONFIG_IP_VS_WLC=m 383 - CONFIG_IP_VS_LBLC=m 384 - CONFIG_IP_VS_LBLCR=m 385 - CONFIG_IP_VS_DH=m 386 - CONFIG_IP_VS_SH=m 387 - CONFIG_IP_VS_SED=m 388 - CONFIG_IP_VS_NQ=m 389 - 390 - # 391 - # IPVS application helper 392 - # 393 - CONFIG_IP_VS_FTP=m 394 364 CONFIG_IPV6=m 395 365 CONFIG_IPV6_PRIVACY=y 396 366 # CONFIG_IPV6_ROUTER_PREF is not set ··· 397 427 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 398 428 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 399 429 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 400 - # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 401 430 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 431 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 402 432 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 403 433 # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 404 434 # CONFIG_NETFILTER_XT_TARGET_SECMARK is not set ··· 408 438 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 409 439 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 410 440 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 441 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 411 442 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 412 443 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 413 444 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 414 445 # CONFIG_NETFILTER_XT_MATCH_MAC is not set 415 446 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 447 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 416 448 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 417 449 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 418 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 419 450 # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set 420 451 # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 421 452 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 422 453 # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 423 454 # CONFIG_NETFILTER_XT_MATCH_REALM is not set 455 + # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 424 456 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 425 457 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 426 458 # CONFIG_NETFILTER_XT_MATCH_STRING is not set 427 459 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 428 460 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 429 461 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 430 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 462 + CONFIG_IP_VS=m 463 + # CONFIG_IP_VS_IPV6 is not set 464 + # CONFIG_IP_VS_DEBUG is not set 465 + CONFIG_IP_VS_TAB_BITS=12 466 + 467 + # 468 + # IPVS transport protocol load balancing support 469 + # 470 + CONFIG_IP_VS_PROTO_TCP=y 471 + CONFIG_IP_VS_PROTO_UDP=y 472 + CONFIG_IP_VS_PROTO_AH_ESP=y 473 + CONFIG_IP_VS_PROTO_ESP=y 474 + CONFIG_IP_VS_PROTO_AH=y 475 + 476 + # 477 + # IPVS scheduler 478 + # 479 + CONFIG_IP_VS_RR=m 480 + CONFIG_IP_VS_WRR=m 481 + CONFIG_IP_VS_LC=m 482 + CONFIG_IP_VS_WLC=m 483 + CONFIG_IP_VS_LBLC=m 484 + CONFIG_IP_VS_LBLCR=m 485 + CONFIG_IP_VS_DH=m 486 + CONFIG_IP_VS_SH=m 487 + CONFIG_IP_VS_SED=m 488 + CONFIG_IP_VS_NQ=m 489 + 490 + # 491 + # IPVS application helper 492 + # 493 + CONFIG_IP_VS_FTP=m 431 494 432 495 # 433 496 # IP: Netfilter Configuration 434 497 # 498 + # CONFIG_NF_DEFRAG_IPV4 is not set 435 499 CONFIG_IP_NF_QUEUE=m 436 500 CONFIG_IP_NF_IPTABLES=m 437 - CONFIG_IP_NF_MATCH_RECENT=m 438 - CONFIG_IP_NF_MATCH_ECN=m 439 - # CONFIG_IP_NF_MATCH_AH is not set 440 - CONFIG_IP_NF_MATCH_TTL=m 441 501 CONFIG_IP_NF_MATCH_ADDRTYPE=m 502 + # CONFIG_IP_NF_MATCH_AH is not set 503 + CONFIG_IP_NF_MATCH_ECN=m 504 + CONFIG_IP_NF_MATCH_TTL=m 442 505 CONFIG_IP_NF_FILTER=m 443 506 CONFIG_IP_NF_TARGET_REJECT=m 444 507 CONFIG_IP_NF_TARGET_LOG=m ··· 490 487 # 491 488 # CONFIG_IP6_NF_QUEUE is not set 492 489 CONFIG_IP6_NF_IPTABLES=m 493 - CONFIG_IP6_NF_MATCH_RT=m 494 - CONFIG_IP6_NF_MATCH_OPTS=m 490 + # CONFIG_IP6_NF_MATCH_AH is not set 491 + CONFIG_IP6_NF_MATCH_EUI64=m 495 492 CONFIG_IP6_NF_MATCH_FRAG=m 493 + CONFIG_IP6_NF_MATCH_OPTS=m 496 494 CONFIG_IP6_NF_MATCH_HL=m 497 495 CONFIG_IP6_NF_MATCH_IPV6HEADER=m 498 - # CONFIG_IP6_NF_MATCH_AH is not set 499 496 # CONFIG_IP6_NF_MATCH_MH is not set 500 - CONFIG_IP6_NF_MATCH_EUI64=m 501 - CONFIG_IP6_NF_FILTER=m 497 + CONFIG_IP6_NF_MATCH_RT=m 502 498 CONFIG_IP6_NF_TARGET_LOG=m 499 + CONFIG_IP6_NF_FILTER=m 503 500 # CONFIG_IP6_NF_TARGET_REJECT is not set 504 501 CONFIG_IP6_NF_MANGLE=m 505 502 # CONFIG_IP6_NF_TARGET_HL is not set 506 503 CONFIG_IP6_NF_RAW=m 507 504 # CONFIG_IP6_NF_SECURITY is not set 508 - 509 - # 510 - # Bridge: Netfilter Configuration 511 - # 512 505 CONFIG_BRIDGE_NF_EBTABLES=m 513 506 CONFIG_BRIDGE_EBT_BROUTE=m 514 507 CONFIG_BRIDGE_EBT_T_FILTER=m ··· 544 545 # CONFIG_ATM_BR2684_IPFILTER is not set 545 546 CONFIG_STP=m 546 547 CONFIG_BRIDGE=m 548 + # CONFIG_NET_DSA is not set 547 549 CONFIG_VLAN_8021Q=m 548 550 # CONFIG_VLAN_8021Q_GVRP is not set 549 551 # CONFIG_DECNET is not set ··· 566 566 CONFIG_NET_SCH_HFSC=m 567 567 CONFIG_NET_SCH_ATM=m 568 568 CONFIG_NET_SCH_PRIO=m 569 + # CONFIG_NET_SCH_MULTIQ is not set 569 570 CONFIG_NET_SCH_RED=m 570 571 CONFIG_NET_SCH_SFQ=m 571 572 CONFIG_NET_SCH_TEQL=m ··· 628 627 CONFIG_BT_HCIBFUSB=m 629 628 CONFIG_BT_HCIVHCI=m 630 629 # CONFIG_AF_RXRPC is not set 630 + # CONFIG_PHONET is not set 631 631 CONFIG_FIB_RULES=y 632 - 633 - # 634 - # Wireless 635 - # 632 + CONFIG_WIRELESS=y 636 633 # CONFIG_CFG80211 is not set 634 + CONFIG_WIRELESS_OLD_REGULATORY=y 637 635 CONFIG_WIRELESS_EXT=y 638 636 CONFIG_WIRELESS_EXT_SYSFS=y 639 637 # CONFIG_MAC80211 is not set ··· 910 910 # CONFIG_IBM_NEW_EMAC_RGMII is not set 911 911 # CONFIG_IBM_NEW_EMAC_TAH is not set 912 912 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 913 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 914 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 915 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 913 916 # CONFIG_NET_PCI is not set 914 917 # CONFIG_B44 is not set 918 + # CONFIG_ATL2 is not set 915 919 CONFIG_NETDEV_1000=y 916 920 # CONFIG_ACENIC is not set 917 921 # CONFIG_DL2K is not set ··· 937 933 # CONFIG_QLA3XXX is not set 938 934 # CONFIG_ATL1 is not set 939 935 # CONFIG_ATL1E is not set 936 + # CONFIG_JME is not set 940 937 # CONFIG_NETDEV_10000 is not set 941 938 # CONFIG_TR is not set 942 939 ··· 1003 998 # CONFIG_INPUT_KEYSPAN_REMOTE is not set 1004 999 # CONFIG_INPUT_POWERMATE is not set 1005 1000 # CONFIG_INPUT_YEALINK is not set 1001 + # CONFIG_INPUT_CM109 is not set 1006 1002 CONFIG_INPUT_UINPUT=m 1007 1003 1008 1004 # ··· 1232 1226 # CONFIG_MFD_SM501 is not set 1233 1227 # CONFIG_HTC_PASIC3 is not set 1234 1228 # CONFIG_MFD_TMIO is not set 1229 + # CONFIG_MFD_WM8400 is not set 1230 + # CONFIG_MFD_WM8350_I2C is not set 1231 + 1232 + # 1233 + # Voltage and Current regulators 1234 + # 1235 + # CONFIG_REGULATOR is not set 1236 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1237 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1238 + # CONFIG_REGULATOR_BQ24022 is not set 1235 1239 1236 1240 # 1237 1241 # Multimedia devices ··· 1299 1283 CONFIG_USB_SUSPEND=y 1300 1284 # CONFIG_USB_OTG is not set 1301 1285 CONFIG_USB_MON=y 1286 + # CONFIG_USB_WUSB is not set 1287 + # CONFIG_USB_WUSB_CBAF is not set 1302 1288 1303 1289 # 1304 1290 # USB Host Controller Drivers ··· 1323 1305 CONFIG_USB_UHCI_HCD=m 1324 1306 # CONFIG_USB_SL811_HCD is not set 1325 1307 # CONFIG_USB_R8A66597_HCD is not set 1308 + # CONFIG_USB_WHCI_HCD is not set 1309 + # CONFIG_USB_HWA_HCD is not set 1326 1310 1327 1311 # 1328 1312 # Enable Host or Gadget support to see Inventra options ··· 1336 1316 CONFIG_USB_ACM=m 1337 1317 CONFIG_USB_PRINTER=m 1338 1318 # CONFIG_USB_WDM is not set 1319 + # CONFIG_USB_TMC is not set 1339 1320 1340 1321 # 1341 1322 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1358 1337 # CONFIG_USB_STORAGE_ALAUDA is not set 1359 1338 # CONFIG_USB_STORAGE_ONETOUCH is not set 1360 1339 # CONFIG_USB_STORAGE_KARMA is not set 1361 - # CONFIG_USB_STORAGE_SIERRA is not set 1362 1340 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1363 1341 # CONFIG_USB_LIBUSUAL is not set 1364 1342 ··· 1433 1413 CONFIG_USB_EMI62=m 1434 1414 # CONFIG_USB_EMI26 is not set 1435 1415 # CONFIG_USB_ADUTUX is not set 1416 + # CONFIG_USB_SEVSEG is not set 1436 1417 CONFIG_USB_RIO500=m 1437 1418 CONFIG_USB_LEGOTOWER=m 1438 1419 CONFIG_USB_LCD=m ··· 1451 1430 # CONFIG_USB_IOWARRIOR is not set 1452 1431 CONFIG_USB_TEST=m 1453 1432 # CONFIG_USB_ISIGHTFW is not set 1433 + # CONFIG_USB_VST is not set 1454 1434 CONFIG_USB_ATM=m 1455 1435 CONFIG_USB_SPEEDTOUCH=m 1456 1436 # CONFIG_USB_CXACRU is not set 1457 1437 # CONFIG_USB_UEAGLEATM is not set 1458 1438 # CONFIG_USB_XUSBATM is not set 1459 1439 # CONFIG_USB_GADGET is not set 1440 + # CONFIG_UWB is not set 1460 1441 # CONFIG_MMC is not set 1461 1442 # CONFIG_MEMSTICK is not set 1462 1443 # CONFIG_NEW_LEDS is not set ··· 1487 1464 # 1488 1465 # DMA Devices 1489 1466 # 1490 - # CONFIG_FSL_DMA is not set 1491 1467 # CONFIG_UIO is not set 1468 + # CONFIG_STAGING is not set 1492 1469 1493 1470 # 1494 1471 # File systems ··· 1498 1475 CONFIG_EXT3_FS_XATTR=y 1499 1476 CONFIG_EXT3_FS_POSIX_ACL=y 1500 1477 CONFIG_EXT3_FS_SECURITY=y 1501 - # CONFIG_EXT4DEV_FS is not set 1478 + # CONFIG_EXT4_FS is not set 1502 1479 CONFIG_JBD=m 1503 1480 CONFIG_FS_MBCACHE=m 1504 1481 # CONFIG_REISERFS_FS is not set 1505 1482 # CONFIG_JFS_FS is not set 1506 1483 CONFIG_FS_POSIX_ACL=y 1484 + CONFIG_FILE_LOCKING=y 1507 1485 # CONFIG_XFS_FS is not set 1508 1486 # CONFIG_OCFS2_FS is not set 1509 1487 CONFIG_DNOTIFY=y ··· 1543 1519 CONFIG_PROC_FS=y 1544 1520 CONFIG_PROC_KCORE=y 1545 1521 CONFIG_PROC_SYSCTL=y 1522 + CONFIG_PROC_PAGE_MONITOR=y 1546 1523 CONFIG_SYSFS=y 1547 1524 CONFIG_TMPFS=y 1548 1525 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1595 1570 CONFIG_SUNRPC=y 1596 1571 CONFIG_SUNRPC_GSS=y 1597 1572 CONFIG_SUNRPC_XPRT_RDMA=m 1573 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1598 1574 CONFIG_RPCSEC_GSS_KRB5=y 1599 1575 CONFIG_RPCSEC_GSS_SPKM3=m 1600 1576 # CONFIG_SMB_FS is not set 1601 1577 CONFIG_CIFS=m 1602 1578 # CONFIG_CIFS_STATS is not set 1603 1579 # CONFIG_CIFS_WEAK_PW_HASH is not set 1580 + # CONFIG_CIFS_UPCALL is not set 1604 1581 CONFIG_CIFS_XATTR=y 1605 1582 CONFIG_CIFS_POSIX=y 1606 1583 # CONFIG_CIFS_DEBUG2 is not set ··· 1678 1651 # Library routines 1679 1652 # 1680 1653 CONFIG_BITREVERSE=y 1681 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1682 1654 CONFIG_CRC_CCITT=m 1683 1655 # CONFIG_CRC16 is not set 1684 1656 CONFIG_CRC_T10DIF=m ··· 1733 1707 # CONFIG_DEBUG_SG is not set 1734 1708 # CONFIG_BOOT_PRINTK_DELAY is not set 1735 1709 # CONFIG_RCU_TORTURE_TEST is not set 1710 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1736 1711 # CONFIG_KPROBES_SANITY_TEST is not set 1737 1712 # CONFIG_BACKTRACE_SELF_TEST is not set 1713 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1738 1714 # CONFIG_LKDTM is not set 1739 1715 # CONFIG_FAULT_INJECTION is not set 1740 1716 # CONFIG_LATENCYTOP is not set 1741 1717 CONFIG_SYSCTL_SYSCALL_CHECK=y 1742 - CONFIG_HAVE_FTRACE=y 1743 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1744 - # CONFIG_FTRACE is not set 1718 + CONFIG_HAVE_FUNCTION_TRACER=y 1719 + 1720 + # 1721 + # Tracers 1722 + # 1723 + # CONFIG_FUNCTION_TRACER is not set 1745 1724 # CONFIG_SCHED_TRACER is not set 1746 1725 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1726 + # CONFIG_BOOT_TRACER is not set 1727 + # CONFIG_STACK_TRACER is not set 1728 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1747 1729 # CONFIG_SAMPLES is not set 1748 1730 CONFIG_HAVE_ARCH_KGDB=y 1749 1731 # CONFIG_KGDB is not set ··· 1760 1726 # CONFIG_DEBUG_PAGEALLOC is not set 1761 1727 # CONFIG_CODE_PATCHING_SELFTEST is not set 1762 1728 # CONFIG_FTR_FIXUP_SELFTEST is not set 1729 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1763 1730 # CONFIG_XMON is not set 1764 1731 # CONFIG_IRQSTACKS is not set 1765 1732 # CONFIG_BDI_SWITCH is not set ··· 1773 1738 CONFIG_KEYS=y 1774 1739 CONFIG_KEYS_DEBUG_PROC_KEYS=y 1775 1740 CONFIG_SECURITY=y 1741 + # CONFIG_SECURITYFS is not set 1776 1742 CONFIG_SECURITY_NETWORK=y 1777 1743 # CONFIG_SECURITY_NETWORK_XFRM is not set 1778 1744 # CONFIG_SECURITY_FILE_CAPABILITIES is not set ··· 1792 1756 # 1793 1757 # Crypto core or helper 1794 1758 # 1759 + # CONFIG_CRYPTO_FIPS is not set 1795 1760 CONFIG_CRYPTO_ALGAPI=y 1796 - CONFIG_CRYPTO_AEAD=m 1761 + CONFIG_CRYPTO_AEAD=y 1797 1762 CONFIG_CRYPTO_BLKCIPHER=y 1798 1763 CONFIG_CRYPTO_HASH=y 1764 + CONFIG_CRYPTO_RNG=y 1799 1765 CONFIG_CRYPTO_MANAGER=y 1800 1766 # CONFIG_CRYPTO_GF128MUL is not set 1801 1767 CONFIG_CRYPTO_NULL=m ··· 1871 1833 # 1872 1834 CONFIG_CRYPTO_DEFLATE=m 1873 1835 # CONFIG_CRYPTO_LZO is not set 1836 + 1837 + # 1838 + # Random Number Generation 1839 + # 1840 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1874 1841 CONFIG_CRYPTO_HW=y 1875 1842 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1876 1843 # CONFIG_PPC_CLOCK is not set
+128 -31
arch/powerpc/configs/chrp32_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:12:40 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:35:37 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 CONFIG_NR_CPUS=4 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 108 108 CONFIG_TIMERFD=y 109 109 CONFIG_EVENTFD=y 110 110 CONFIG_SHMEM=y 111 + CONFIG_AIO=y 111 112 CONFIG_VM_EVENT_COUNTERS=y 113 + CONFIG_PCI_QUIRKS=y 112 114 CONFIG_SLUB_DEBUG=y 113 115 # CONFIG_SLAB is not set 114 116 CONFIG_SLUB=y ··· 124 122 CONFIG_HAVE_KPROBES=y 125 123 CONFIG_HAVE_KRETPROBES=y 126 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 - # CONFIG_HAVE_DMA_ATTRS is not set 128 125 CONFIG_USE_GENERIC_SMP_HELPERS=y 129 - # CONFIG_HAVE_CLK is not set 130 - CONFIG_PROC_PAGE_MONITOR=y 131 126 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 132 127 CONFIG_SLABINFO=y 133 128 CONFIG_RT_MUTEXES=y ··· 158 159 # CONFIG_DEFAULT_NOOP is not set 159 160 CONFIG_DEFAULT_IOSCHED="anticipatory" 160 161 CONFIG_CLASSIC_RCU=y 162 + # CONFIG_FREEZER is not set 161 163 162 164 # 163 165 # Platform support ··· 212 212 # CONFIG_PREEMPT_VOLUNTARY is not set 213 213 # CONFIG_PREEMPT is not set 214 214 CONFIG_BINFMT_ELF=y 215 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 216 + # CONFIG_HAVE_AOUT is not set 215 217 CONFIG_BINFMT_MISC=y 216 218 # CONFIG_IOMMU_HELPER is not set 217 219 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 229 227 # CONFIG_SPARSEMEM_MANUAL is not set 230 228 CONFIG_FLATMEM=y 231 229 CONFIG_FLAT_NODE_MEM_MAP=y 232 - # CONFIG_SPARSEMEM_STATIC is not set 233 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 234 230 CONFIG_PAGEFLAGS_EXTENDED=y 235 231 CONFIG_SPLIT_PTLOCK_CPUS=4 236 232 # CONFIG_MIGRATION is not set 237 233 # CONFIG_RESOURCES_64BIT is not set 234 + # CONFIG_PHYS_ADDR_T_64BIT is not set 238 235 CONFIG_ZONE_DMA_FLAG=1 239 236 CONFIG_BOUNCE=y 240 237 CONFIG_VIRT_TO_BUS=y 238 + CONFIG_UNEVICTABLE_LRU=y 241 239 CONFIG_FORCE_MAX_ZONEORDER=11 242 240 CONFIG_PROC_DEVICETREE=y 243 241 # CONFIG_CMDLINE_BOOL is not set ··· 312 310 CONFIG_TCP_CONG_CUBIC=y 313 311 CONFIG_DEFAULT_TCP_CONG="cubic" 314 312 # CONFIG_TCP_MD5SIG is not set 315 - # CONFIG_IP_VS is not set 316 313 # CONFIG_IPV6 is not set 317 314 # CONFIG_NETWORK_SECMARK is not set 318 315 CONFIG_NETFILTER=y ··· 335 334 # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set 336 335 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 337 336 # CONFIG_NETFILTER_XT_MATCH_STATE is not set 337 + # CONFIG_IP_VS is not set 338 338 339 339 # 340 340 # IP: Netfilter Configuration 341 341 # 342 + CONFIG_NF_DEFRAG_IPV4=m 342 343 CONFIG_NF_CONNTRACK_IPV4=m 343 344 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 344 345 CONFIG_IP_NF_IPTABLES=m ··· 364 361 # CONFIG_TIPC is not set 365 362 # CONFIG_ATM is not set 366 363 # CONFIG_BRIDGE is not set 364 + # CONFIG_NET_DSA is not set 367 365 # CONFIG_VLAN_8021Q is not set 368 366 # CONFIG_DECNET is not set 369 367 # CONFIG_LLC2 is not set ··· 385 381 # CONFIG_IRDA is not set 386 382 # CONFIG_BT is not set 387 383 # CONFIG_AF_RXRPC is not set 388 - 389 - # 390 - # Wireless 391 - # 392 - # CONFIG_CFG80211 is not set 393 - # CONFIG_WIRELESS_EXT is not set 394 - # CONFIG_MAC80211 is not set 395 - # CONFIG_IEEE80211 is not set 384 + # CONFIG_PHONET is not set 385 + # CONFIG_WIRELESS is not set 396 386 # CONFIG_RFKILL is not set 397 387 # CONFIG_NET_9P is not set 398 388 ··· 441 443 # CONFIG_HP_ILO is not set 442 444 CONFIG_HAVE_IDE=y 443 445 CONFIG_IDE=y 444 - CONFIG_BLK_DEV_IDE=y 445 446 446 447 # 447 448 # Please see Documentation/ide/ide.txt for help/info on IDE drives 448 449 # 449 450 CONFIG_IDE_TIMINGS=y 450 451 # CONFIG_BLK_DEV_IDE_SATA is not set 451 - CONFIG_BLK_DEV_IDEDISK=y 452 - CONFIG_IDEDISK_MULTI_MODE=y 452 + CONFIG_IDE_GD=y 453 + CONFIG_IDE_GD_ATA=y 454 + # CONFIG_IDE_GD_ATAPI is not set 453 455 CONFIG_BLK_DEV_IDECD=y 454 456 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 455 457 # CONFIG_BLK_DEV_IDETAPE is not set 456 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 457 458 # CONFIG_BLK_DEV_IDESCSI is not set 458 459 # CONFIG_IDE_TASK_IOCTL is not set 459 460 CONFIG_IDE_PROC_FS=y ··· 613 616 # CONFIG_TUN is not set 614 617 # CONFIG_VETH is not set 615 618 # CONFIG_ARCNET is not set 616 - # CONFIG_PHYLIB is not set 619 + CONFIG_PHYLIB=y 620 + 621 + # 622 + # MII PHY device drivers 623 + # 624 + # CONFIG_MARVELL_PHY is not set 625 + # CONFIG_DAVICOM_PHY is not set 626 + # CONFIG_QSEMI_PHY is not set 627 + # CONFIG_LXT_PHY is not set 628 + # CONFIG_CICADA_PHY is not set 629 + # CONFIG_VITESSE_PHY is not set 630 + # CONFIG_SMSC_PHY is not set 631 + # CONFIG_BROADCOM_PHY is not set 632 + # CONFIG_ICPLUS_PHY is not set 633 + # CONFIG_REALTEK_PHY is not set 634 + # CONFIG_FIXED_PHY is not set 635 + # CONFIG_MDIO_BITBANG is not set 617 636 CONFIG_NET_ETHERNET=y 618 637 CONFIG_MII=y 619 638 # CONFIG_HAPPYMEAL is not set ··· 654 641 # CONFIG_IBM_NEW_EMAC_RGMII is not set 655 642 # CONFIG_IBM_NEW_EMAC_TAH is not set 656 643 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 644 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 645 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 646 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 657 647 CONFIG_NET_PCI=y 658 648 CONFIG_PCNET32=y 659 649 # CONFIG_AMD8111_ETH is not set ··· 685 669 CONFIG_VIA_RHINE=y 686 670 # CONFIG_VIA_RHINE_MMIO is not set 687 671 # CONFIG_SC92031 is not set 672 + # CONFIG_ATL2 is not set 688 673 CONFIG_NETDEV_1000=y 689 674 # CONFIG_ACENIC is not set 690 675 # CONFIG_DL2K is not set ··· 707 690 # CONFIG_QLA3XXX is not set 708 691 # CONFIG_ATL1 is not set 709 692 # CONFIG_ATL1E is not set 693 + # CONFIG_JME is not set 710 694 CONFIG_NETDEV_10000=y 711 695 # CONFIG_CHELSIO_T1 is not set 712 696 # CONFIG_CHELSIO_T3 is not set 697 + # CONFIG_ENIC is not set 713 698 # CONFIG_IXGBE is not set 714 699 # CONFIG_IXGB is not set 715 700 # CONFIG_S2IO is not set 716 701 # CONFIG_MYRI10GE is not set 717 702 # CONFIG_NETXEN_NIC is not set 718 703 # CONFIG_NIU is not set 704 + # CONFIG_MLX4_EN is not set 719 705 # CONFIG_MLX4_CORE is not set 720 706 # CONFIG_TEHUTI is not set 721 707 # CONFIG_BNX2X is not set 708 + # CONFIG_QLGE is not set 722 709 # CONFIG_SFC is not set 723 710 # CONFIG_TR is not set 724 711 ··· 798 777 CONFIG_MOUSE_PS2_SYNAPTICS=y 799 778 CONFIG_MOUSE_PS2_LIFEBOOK=y 800 779 CONFIG_MOUSE_PS2_TRACKPOINT=y 780 + # CONFIG_MOUSE_PS2_ELANTECH is not set 801 781 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 802 782 # CONFIG_MOUSE_SERIAL is not set 803 783 # CONFIG_MOUSE_APPLETOUCH is not set ··· 817 795 # CONFIG_INPUT_KEYSPAN_REMOTE is not set 818 796 # CONFIG_INPUT_POWERMATE is not set 819 797 # CONFIG_INPUT_YEALINK is not set 798 + # CONFIG_INPUT_CM109 is not set 820 799 CONFIG_INPUT_UINPUT=y 821 800 822 801 # ··· 976 953 # CONFIG_MFD_SM501 is not set 977 954 # CONFIG_HTC_PASIC3 is not set 978 955 # CONFIG_MFD_TMIO is not set 956 + # CONFIG_PMIC_DA903X is not set 957 + # CONFIG_MFD_WM8400 is not set 958 + # CONFIG_MFD_WM8350_I2C is not set 959 + 960 + # 961 + # Voltage and Current regulators 962 + # 963 + # CONFIG_REGULATOR is not set 964 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 965 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 966 + # CONFIG_REGULATOR_BQ24022 is not set 979 967 980 968 # 981 969 # Multimedia devices ··· 1014 980 CONFIG_FB=y 1015 981 CONFIG_FIRMWARE_EDID=y 1016 982 CONFIG_FB_DDC=y 983 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1017 984 CONFIG_FB_CFB_FILLRECT=y 1018 985 CONFIG_FB_CFB_COPYAREA=y 1019 986 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1063 1028 # CONFIG_FB_S3 is not set 1064 1029 # CONFIG_FB_SAVAGE is not set 1065 1030 # CONFIG_FB_SIS is not set 1031 + # CONFIG_FB_VIA is not set 1066 1032 # CONFIG_FB_NEOMAGIC is not set 1067 1033 # CONFIG_FB_KYRO is not set 1068 1034 CONFIG_FB_3DFX=y ··· 1076 1040 # CONFIG_FB_CARMINE is not set 1077 1041 # CONFIG_FB_IBM_GXT4500 is not set 1078 1042 # CONFIG_FB_VIRTUAL is not set 1043 + # CONFIG_FB_METRONOME is not set 1079 1044 CONFIG_BACKLIGHT_LCD_SUPPORT=y 1080 1045 CONFIG_LCD_CLASS_DEVICE=m 1081 1046 # CONFIG_LCD_ILI9320 is not set ··· 1120 1083 # USB Input Devices 1121 1084 # 1122 1085 CONFIG_USB_HID=y 1123 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1124 - # CONFIG_HID_FF is not set 1086 + # CONFIG_HID_PID is not set 1125 1087 # CONFIG_USB_HIDDEV is not set 1088 + 1089 + # 1090 + # Special HID drivers 1091 + # 1092 + CONFIG_HID_COMPAT=y 1093 + CONFIG_HID_A4TECH=y 1094 + CONFIG_HID_APPLE=y 1095 + CONFIG_HID_BELKIN=y 1096 + CONFIG_HID_BRIGHT=y 1097 + CONFIG_HID_CHERRY=y 1098 + CONFIG_HID_CHICONY=y 1099 + CONFIG_HID_CYPRESS=y 1100 + CONFIG_HID_DELL=y 1101 + CONFIG_HID_EZKEY=y 1102 + CONFIG_HID_GYRATION=y 1103 + CONFIG_HID_LOGITECH=y 1104 + # CONFIG_LOGITECH_FF is not set 1105 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1106 + CONFIG_HID_MICROSOFT=y 1107 + CONFIG_HID_MONTEREY=y 1108 + CONFIG_HID_PANTHERLORD=y 1109 + # CONFIG_PANTHERLORD_FF is not set 1110 + CONFIG_HID_PETALYNX=y 1111 + CONFIG_HID_SAMSUNG=y 1112 + CONFIG_HID_SONY=y 1113 + CONFIG_HID_SUNPLUS=y 1114 + # CONFIG_THRUSTMASTER_FF is not set 1115 + # CONFIG_ZEROPLUS_FF is not set 1126 1116 CONFIG_USB_SUPPORT=y 1127 1117 CONFIG_USB_ARCH_HAS_HCD=y 1128 1118 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1166 1102 # CONFIG_USB_DYNAMIC_MINORS is not set 1167 1103 # CONFIG_USB_OTG is not set 1168 1104 CONFIG_USB_MON=y 1105 + # CONFIG_USB_WUSB is not set 1106 + # CONFIG_USB_WUSB_CBAF is not set 1169 1107 1170 1108 # 1171 1109 # USB Host Controller Drivers ··· 1187 1121 CONFIG_USB_UHCI_HCD=y 1188 1122 # CONFIG_USB_SL811_HCD is not set 1189 1123 # CONFIG_USB_R8A66597_HCD is not set 1124 + # CONFIG_USB_WHCI_HCD is not set 1125 + # CONFIG_USB_HWA_HCD is not set 1190 1126 1191 1127 # 1192 1128 # USB Device Class drivers ··· 1196 1128 # CONFIG_USB_ACM is not set 1197 1129 # CONFIG_USB_PRINTER is not set 1198 1130 # CONFIG_USB_WDM is not set 1131 + # CONFIG_USB_TMC is not set 1199 1132 1200 1133 # 1201 1134 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1218 1149 # CONFIG_USB_STORAGE_ALAUDA is not set 1219 1150 # CONFIG_USB_STORAGE_ONETOUCH is not set 1220 1151 # CONFIG_USB_STORAGE_KARMA is not set 1221 - # CONFIG_USB_STORAGE_SIERRA is not set 1222 1152 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1223 1153 # CONFIG_USB_LIBUSUAL is not set 1224 1154 ··· 1238 1170 # CONFIG_USB_EMI62 is not set 1239 1171 # CONFIG_USB_EMI26 is not set 1240 1172 # CONFIG_USB_ADUTUX is not set 1173 + # CONFIG_USB_SEVSEG is not set 1241 1174 # CONFIG_USB_RIO500 is not set 1242 1175 # CONFIG_USB_LEGOTOWER is not set 1243 1176 # CONFIG_USB_LCD is not set ··· 1256 1187 # CONFIG_USB_IOWARRIOR is not set 1257 1188 # CONFIG_USB_TEST is not set 1258 1189 # CONFIG_USB_ISIGHTFW is not set 1190 + # CONFIG_USB_VST is not set 1259 1191 # CONFIG_USB_GADGET is not set 1192 + # CONFIG_UWB is not set 1260 1193 # CONFIG_MMC is not set 1261 1194 # CONFIG_MEMSTICK is not set 1262 1195 # CONFIG_NEW_LEDS is not set ··· 1268 1197 # CONFIG_RTC_CLASS is not set 1269 1198 # CONFIG_DMADEVICES is not set 1270 1199 # CONFIG_UIO is not set 1200 + # CONFIG_STAGING is not set 1271 1201 1272 1202 # 1273 1203 # File systems ··· 1280 1208 CONFIG_EXT3_FS_XATTR=y 1281 1209 # CONFIG_EXT3_FS_POSIX_ACL is not set 1282 1210 # CONFIG_EXT3_FS_SECURITY is not set 1283 - # CONFIG_EXT4DEV_FS is not set 1211 + CONFIG_EXT4_FS=y 1212 + # CONFIG_EXT4DEV_COMPAT is not set 1213 + CONFIG_EXT4_FS_XATTR=y 1214 + # CONFIG_EXT4_FS_POSIX_ACL is not set 1215 + # CONFIG_EXT4_FS_SECURITY is not set 1284 1216 CONFIG_JBD=y 1217 + CONFIG_JBD2=y 1285 1218 CONFIG_FS_MBCACHE=y 1286 1219 # CONFIG_REISERFS_FS is not set 1287 1220 # CONFIG_JFS_FS is not set 1288 1221 # CONFIG_FS_POSIX_ACL is not set 1222 + CONFIG_FILE_LOCKING=y 1289 1223 # CONFIG_XFS_FS is not set 1290 1224 # CONFIG_OCFS2_FS is not set 1291 1225 CONFIG_DNOTIFY=y ··· 1326 1248 CONFIG_PROC_FS=y 1327 1249 CONFIG_PROC_KCORE=y 1328 1250 CONFIG_PROC_SYSCTL=y 1251 + CONFIG_PROC_PAGE_MONITOR=y 1329 1252 CONFIG_SYSFS=y 1330 1253 CONFIG_TMPFS=y 1331 1254 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1428 1349 # Library routines 1429 1350 # 1430 1351 CONFIG_BITREVERSE=y 1431 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1432 1352 CONFIG_CRC_CCITT=m 1433 - # CONFIG_CRC16 is not set 1353 + CONFIG_CRC16=y 1434 1354 CONFIG_CRC_T10DIF=y 1435 1355 # CONFIG_CRC_ITU_T is not set 1436 1356 CONFIG_CRC32=y ··· 1482 1404 # CONFIG_DEBUG_SG is not set 1483 1405 # CONFIG_BOOT_PRINTK_DELAY is not set 1484 1406 # CONFIG_RCU_TORTURE_TEST is not set 1407 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1485 1408 # CONFIG_BACKTRACE_SELF_TEST is not set 1409 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1486 1410 # CONFIG_FAULT_INJECTION is not set 1487 1411 # CONFIG_LATENCYTOP is not set 1488 1412 CONFIG_SYSCTL_SYSCALL_CHECK=y 1489 - CONFIG_HAVE_FTRACE=y 1490 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1491 - # CONFIG_FTRACE is not set 1413 + CONFIG_HAVE_FUNCTION_TRACER=y 1414 + 1415 + # 1416 + # Tracers 1417 + # 1418 + # CONFIG_FUNCTION_TRACER is not set 1492 1419 # CONFIG_SCHED_TRACER is not set 1493 1420 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1421 + # CONFIG_BOOT_TRACER is not set 1422 + # CONFIG_STACK_TRACER is not set 1423 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1494 1424 # CONFIG_SAMPLES is not set 1495 1425 CONFIG_HAVE_ARCH_KGDB=y 1496 1426 # CONFIG_KGDB is not set ··· 1507 1421 # CONFIG_DEBUG_PAGEALLOC is not set 1508 1422 # CONFIG_CODE_PATCHING_SELFTEST is not set 1509 1423 # CONFIG_FTR_FIXUP_SELFTEST is not set 1424 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1510 1425 CONFIG_XMON=y 1511 1426 CONFIG_XMON_DEFAULT=y 1512 1427 CONFIG_XMON_DISASSEMBLY=y ··· 1522 1435 # 1523 1436 # CONFIG_KEYS is not set 1524 1437 # CONFIG_SECURITY is not set 1438 + # CONFIG_SECURITYFS is not set 1525 1439 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1526 1440 CONFIG_CRYPTO=y 1527 1441 1528 1442 # 1529 1443 # Crypto core or helper 1530 1444 # 1445 + # CONFIG_CRYPTO_FIPS is not set 1531 1446 CONFIG_CRYPTO_ALGAPI=m 1447 + CONFIG_CRYPTO_AEAD=m 1532 1448 CONFIG_CRYPTO_BLKCIPHER=m 1449 + CONFIG_CRYPTO_HASH=m 1450 + CONFIG_CRYPTO_RNG=m 1533 1451 CONFIG_CRYPTO_MANAGER=m 1534 1452 # CONFIG_CRYPTO_GF128MUL is not set 1535 1453 # CONFIG_CRYPTO_NULL is not set ··· 1607 1515 # 1608 1516 # CONFIG_CRYPTO_DEFLATE is not set 1609 1517 # CONFIG_CRYPTO_LZO is not set 1518 + 1519 + # 1520 + # Random Number Generation 1521 + # 1522 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1610 1523 # CONFIG_CRYPTO_HW is not set 1611 1524 # CONFIG_PPC_CLOCK is not set 1612 1525 # CONFIG_VIRTUALIZATION is not set
+67 -46
arch/powerpc/configs/ep8248e_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:03 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:36 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 48 48 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 49 49 CONFIG_PPC_OF=y 50 50 CONFIG_OF=y 51 - CONFIG_PPC_UDBG_16550=y 51 + # CONFIG_PPC_UDBG_16550 is not set 52 52 # CONFIG_GENERIC_TBSYNC is not set 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 # CONFIG_DEFAULT_UIMAGE is not set 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 # CONFIG_PPC_DCR_NATIVE is not set 59 57 # CONFIG_PPC_DCR_MMIO is not set 60 58 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 91 93 CONFIG_PRINTK=y 92 94 CONFIG_BUG=y 93 95 CONFIG_ELF_CORE=y 94 - CONFIG_PCSPKR_PLATFORM=y 95 96 CONFIG_COMPAT_BRK=y 96 97 CONFIG_BASE_FULL=y 97 98 CONFIG_FUTEX=y ··· 100 103 CONFIG_TIMERFD=y 101 104 CONFIG_EVENTFD=y 102 105 CONFIG_SHMEM=y 106 + CONFIG_AIO=y 103 107 CONFIG_VM_EVENT_COUNTERS=y 108 + CONFIG_PCI_QUIRKS=y 104 109 CONFIG_SLAB=y 105 110 # CONFIG_SLUB is not set 106 111 # CONFIG_SLOB is not set ··· 114 115 CONFIG_HAVE_KPROBES=y 115 116 CONFIG_HAVE_KRETPROBES=y 116 117 CONFIG_HAVE_ARCH_TRACEHOOK=y 117 - # CONFIG_HAVE_DMA_ATTRS is not set 118 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 119 118 CONFIG_HAVE_CLK=y 120 - CONFIG_PROC_PAGE_MONITOR=y 121 119 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 122 120 CONFIG_SLABINFO=y 123 121 CONFIG_RT_MUTEXES=y ··· 140 144 # CONFIG_DEFAULT_NOOP is not set 141 145 CONFIG_DEFAULT_IOSCHED="deadline" 142 146 CONFIG_CLASSIC_RCU=y 147 + # CONFIG_FREEZER is not set 143 148 144 149 # 145 150 # Platform support ··· 148 151 CONFIG_PPC_MULTIPLATFORM=y 149 152 CONFIG_CLASSIC32=y 150 153 # CONFIG_PPC_CHRP is not set 151 - # CONFIG_PPC_PMAC is not set 152 154 # CONFIG_MPC5121_ADS is not set 153 155 # CONFIG_MPC5121_GENERIC is not set 154 156 # CONFIG_PPC_MPC52xx is not set 157 + # CONFIG_PPC_PMAC is not set 155 158 # CONFIG_PPC_CELL is not set 156 159 # CONFIG_PPC_CELL_NATIVE is not set 157 160 CONFIG_PPC_82xx=y 158 161 # CONFIG_MPC8272_ADS is not set 159 162 # CONFIG_PQ2FADS is not set 160 163 CONFIG_EP8248E=y 164 + # CONFIG_MGCOGE is not set 161 165 # CONFIG_PQ2ADS is not set 162 166 CONFIG_8260=y 163 167 CONFIG_8272=y 164 168 # CONFIG_PPC_83xx is not set 165 169 # CONFIG_PPC_86xx is not set 166 170 # CONFIG_EMBEDDED6xx is not set 167 - CONFIG_PPC_NATIVE=y 168 - # CONFIG_UDBG_RTAS_CONSOLE is not set 169 171 # CONFIG_IPIC is not set 170 - CONFIG_MPIC=y 172 + # CONFIG_MPIC is not set 171 173 # CONFIG_MPIC_WEIRD is not set 172 - CONFIG_PPC_I8259=y 173 - CONFIG_PPC_RTAS=y 174 - # CONFIG_RTAS_ERROR_LOGGING is not set 175 - CONFIG_RTAS_PROC=y 174 + # CONFIG_PPC_I8259 is not set 175 + # CONFIG_PPC_RTAS is not set 176 176 # CONFIG_MMIO_NVRAM is not set 177 - CONFIG_PPC_MPC106=y 177 + # CONFIG_PPC_MPC106 is not set 178 178 # CONFIG_PPC_970_NAP is not set 179 179 # CONFIG_PPC_INDIRECT_IO is not set 180 180 # CONFIG_GENERIC_IOMAP is not set 181 181 # CONFIG_CPU_FREQ is not set 182 - # CONFIG_PPC601_SYNC_FIX is not set 183 182 # CONFIG_TAU is not set 183 + # CONFIG_QUICC_ENGINE is not set 184 184 CONFIG_CPM2=y 185 185 # CONFIG_FSL_ULI1575 is not set 186 186 CONFIG_CPM=y ··· 186 192 # Kernel options 187 193 # 188 194 # CONFIG_HIGHMEM is not set 189 - # CONFIG_TICK_ONESHOT is not set 190 195 # CONFIG_NO_HZ is not set 191 196 # CONFIG_HIGH_RES_TIMERS is not set 192 197 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 199 206 # CONFIG_PREEMPT_VOLUNTARY is not set 200 207 # CONFIG_PREEMPT is not set 201 208 CONFIG_BINFMT_ELF=y 209 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 210 + # CONFIG_HAVE_AOUT is not set 202 211 CONFIG_BINFMT_MISC=y 203 212 # CONFIG_IOMMU_HELPER is not set 204 213 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 210 215 CONFIG_ARCH_POPULATES_NODE_MAP=y 211 216 CONFIG_FLATMEM=y 212 217 CONFIG_FLAT_NODE_MEM_MAP=y 213 - # CONFIG_SPARSEMEM_STATIC is not set 214 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 215 218 CONFIG_PAGEFLAGS_EXTENDED=y 216 219 CONFIG_SPLIT_PTLOCK_CPUS=4 217 220 CONFIG_MIGRATION=y 218 221 # CONFIG_RESOURCES_64BIT is not set 222 + # CONFIG_PHYS_ADDR_T_64BIT is not set 219 223 CONFIG_ZONE_DMA_FLAG=1 220 224 CONFIG_BOUNCE=y 221 225 CONFIG_VIRT_TO_BUS=y 226 + CONFIG_UNEVICTABLE_LRU=y 222 227 CONFIG_FORCE_MAX_ZONEORDER=11 223 228 CONFIG_PROC_DEVICETREE=y 224 229 # CONFIG_CMDLINE_BOOL is not set ··· 230 235 # 231 236 # Bus options 232 237 # 233 - # CONFIG_ISA is not set 234 238 CONFIG_ZONE_DMA=y 235 239 CONFIG_PPC_INDIRECT_PCI=y 236 240 CONFIG_FSL_SOC=y ··· 241 247 # CONFIG_PCIEPORTBUS is not set 242 248 CONFIG_ARCH_SUPPORTS_MSI=y 243 249 # CONFIG_PCI_MSI is not set 244 - CONFIG_PCI_LEGACY=y 250 + # CONFIG_PCI_LEGACY is not set 245 251 # CONFIG_PCI_DEBUG is not set 246 252 # CONFIG_PCCARD is not set 247 253 # CONFIG_HOTPLUG_PCI is not set ··· 297 303 # CONFIG_TCP_CONG_ADVANCED is not set 298 304 CONFIG_TCP_CONG_CUBIC=y 299 305 CONFIG_DEFAULT_TCP_CONG="cubic" 300 - # CONFIG_IP_VS is not set 301 306 CONFIG_IPV6=y 302 307 # CONFIG_IPV6_PRIVACY is not set 303 308 # CONFIG_IPV6_ROUTER_PREF is not set ··· 323 330 # CONFIG_NETFILTER_NETLINK_LOG is not set 324 331 # CONFIG_NF_CONNTRACK is not set 325 332 # CONFIG_NETFILTER_XTABLES is not set 333 + # CONFIG_IP_VS is not set 326 334 327 335 # 328 336 # IP: Netfilter Configuration 329 337 # 338 + # CONFIG_NF_DEFRAG_IPV4 is not set 330 339 # CONFIG_IP_NF_QUEUE is not set 331 340 # CONFIG_IP_NF_IPTABLES is not set 332 341 # CONFIG_IP_NF_ARPTABLES is not set ··· 355 360 # CONFIG_CAN is not set 356 361 # CONFIG_IRDA is not set 357 362 # CONFIG_BT is not set 358 - 359 - # 360 - # Wireless 361 - # 363 + # CONFIG_PHONET is not set 364 + CONFIG_WIRELESS=y 362 365 # CONFIG_CFG80211 is not set 366 + CONFIG_WIRELESS_OLD_REGULATORY=y 363 367 # CONFIG_WIRELESS_EXT is not set 364 368 # CONFIG_MAC80211 is not set 365 369 # CONFIG_IEEE80211 is not set ··· 463 469 # CONFIG_PARPORT is not set 464 470 CONFIG_BLK_DEV=y 465 471 # CONFIG_BLK_DEV_FD is not set 466 - # CONFIG_MAC_FLOPPY is not set 467 472 # CONFIG_BLK_CPQ_DA is not set 468 473 # CONFIG_BLK_CPQ_CISS_DA is not set 469 474 # CONFIG_BLK_DEV_DAC960 is not set ··· 527 534 # CONFIG_MDIO_OF_GPIO is not set 528 535 CONFIG_NET_ETHERNET=y 529 536 CONFIG_MII=y 530 - # CONFIG_MACE is not set 531 - # CONFIG_BMAC is not set 532 537 # CONFIG_HAPPYMEAL is not set 533 538 # CONFIG_SUNGEM is not set 534 539 # CONFIG_CASSINI is not set ··· 537 546 # CONFIG_IBM_NEW_EMAC_RGMII is not set 538 547 # CONFIG_IBM_NEW_EMAC_TAH is not set 539 548 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 549 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 550 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 551 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 540 552 # CONFIG_NET_PCI is not set 541 553 # CONFIG_B44 is not set 554 + # CONFIG_ATL2 is not set 542 555 CONFIG_FS_ENET=y 543 556 # CONFIG_FS_ENET_HAS_SCC is not set 544 557 CONFIG_FS_ENET_HAS_FCC=y ··· 565 570 # CONFIG_GIANFAR is not set 566 571 # CONFIG_MV643XX_ETH is not set 567 572 # CONFIG_QLA3XXX is not set 573 + # CONFIG_ATL1 is not set 574 + # CONFIG_JME is not set 568 575 CONFIG_NETDEV_10000=y 569 576 # CONFIG_CHELSIO_T1 is not set 570 577 # CONFIG_CHELSIO_T3 is not set 578 + # CONFIG_ENIC is not set 571 579 # CONFIG_IXGBE is not set 572 580 # CONFIG_IXGB is not set 573 581 # CONFIG_S2IO is not set 574 582 # CONFIG_MYRI10GE is not set 575 583 # CONFIG_NETXEN_NIC is not set 576 584 # CONFIG_NIU is not set 585 + # CONFIG_MLX4_EN is not set 577 586 # CONFIG_MLX4_CORE is not set 578 587 # CONFIG_TEHUTI is not set 579 588 # CONFIG_BNX2X is not set 589 + # CONFIG_QLGE is not set 580 590 # CONFIG_SFC is not set 581 591 # CONFIG_TR is not set 582 592 ··· 629 629 # CONFIG_SERIAL_UARTLITE is not set 630 630 CONFIG_SERIAL_CORE=y 631 631 CONFIG_SERIAL_CORE_CONSOLE=y 632 - # CONFIG_SERIAL_PMACZILOG is not set 633 632 CONFIG_SERIAL_CPM=y 634 633 CONFIG_SERIAL_CPM_CONSOLE=y 635 - CONFIG_SERIAL_CPM_SCC1=y 636 - # CONFIG_SERIAL_CPM_SCC2 is not set 637 - # CONFIG_SERIAL_CPM_SCC3 is not set 638 - CONFIG_SERIAL_CPM_SCC4=y 639 - # CONFIG_SERIAL_CPM_SMC1 is not set 640 - # CONFIG_SERIAL_CPM_SMC2 is not set 641 634 # CONFIG_SERIAL_JSM is not set 642 635 CONFIG_UNIX98_PTYS=y 643 636 CONFIG_LEGACY_PTYS=y 644 637 CONFIG_LEGACY_PTY_COUNT=256 645 - # CONFIG_BRIQ_PANEL is not set 646 - # CONFIG_HVC_RTAS is not set 647 638 # CONFIG_IPMI_HANDLER is not set 648 639 CONFIG_HW_RANDOM=y 649 640 # CONFIG_NVRAM is not set ··· 684 693 # CONFIG_MFD_TMIO is not set 685 694 686 695 # 696 + # Voltage and Current regulators 697 + # 698 + # CONFIG_REGULATOR is not set 699 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 700 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 701 + # CONFIG_REGULATOR_BQ24022 is not set 702 + 703 + # 687 704 # Multimedia devices 688 705 # 689 706 ··· 731 732 # CONFIG_RTC_CLASS is not set 732 733 # CONFIG_DMADEVICES is not set 733 734 # CONFIG_UIO is not set 735 + # CONFIG_STAGING is not set 734 736 735 737 # 736 738 # File systems ··· 741 741 # CONFIG_EXT2_FS_XIP is not set 742 742 CONFIG_EXT3_FS=y 743 743 # CONFIG_EXT3_FS_XATTR is not set 744 + # CONFIG_EXT4_FS is not set 744 745 CONFIG_JBD=y 745 746 # CONFIG_REISERFS_FS is not set 746 747 # CONFIG_JFS_FS is not set 747 748 # CONFIG_FS_POSIX_ACL is not set 749 + CONFIG_FILE_LOCKING=y 748 750 # CONFIG_XFS_FS is not set 749 751 # CONFIG_OCFS2_FS is not set 750 752 CONFIG_DNOTIFY=y ··· 776 774 CONFIG_PROC_FS=y 777 775 CONFIG_PROC_KCORE=y 778 776 CONFIG_PROC_SYSCTL=y 777 + CONFIG_PROC_PAGE_MONITOR=y 779 778 CONFIG_SYSFS=y 780 779 CONFIG_TMPFS=y 781 780 # CONFIG_TMPFS_POSIX_ACL is not set ··· 877 874 # 878 875 # Library routines 879 876 # 880 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 881 877 # CONFIG_CRC_CCITT is not set 882 878 # CONFIG_CRC16 is not set 883 879 # CONFIG_CRC_T10DIF is not set ··· 926 924 # CONFIG_DEBUG_SG is not set 927 925 # CONFIG_BOOT_PRINTK_DELAY is not set 928 926 # CONFIG_RCU_TORTURE_TEST is not set 927 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 929 928 # CONFIG_BACKTRACE_SELF_TEST is not set 929 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 930 930 # CONFIG_FAULT_INJECTION is not set 931 931 # CONFIG_LATENCYTOP is not set 932 932 CONFIG_SYSCTL_SYSCALL_CHECK=y 933 - CONFIG_HAVE_FTRACE=y 934 - CONFIG_HAVE_DYNAMIC_FTRACE=y 935 - # CONFIG_FTRACE is not set 933 + CONFIG_HAVE_FUNCTION_TRACER=y 934 + 935 + # 936 + # Tracers 937 + # 938 + # CONFIG_FUNCTION_TRACER is not set 936 939 # CONFIG_SCHED_TRACER is not set 937 940 # CONFIG_CONTEXT_SWITCH_TRACER is not set 941 + # CONFIG_BOOT_TRACER is not set 942 + # CONFIG_STACK_TRACER is not set 943 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 938 944 # CONFIG_SAMPLES is not set 939 945 CONFIG_HAVE_ARCH_KGDB=y 940 946 # CONFIG_DEBUG_STACKOVERFLOW is not set ··· 950 940 # CONFIG_DEBUG_PAGEALLOC is not set 951 941 # CONFIG_CODE_PATCHING_SELFTEST is not set 952 942 # CONFIG_FTR_FIXUP_SELFTEST is not set 943 + # CONFIG_MSI_BITMAP_SELFTEST is not set 953 944 # CONFIG_XMON is not set 954 945 # CONFIG_IRQSTACKS is not set 955 946 CONFIG_BDI_SWITCH=y ··· 962 951 # 963 952 # CONFIG_KEYS is not set 964 953 # CONFIG_SECURITY is not set 954 + # CONFIG_SECURITYFS is not set 965 955 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 966 956 CONFIG_CRYPTO=y 967 957 968 958 # 969 959 # Crypto core or helper 970 960 # 961 + # CONFIG_CRYPTO_FIPS is not set 971 962 CONFIG_CRYPTO_ALGAPI=y 963 + CONFIG_CRYPTO_AEAD=y 972 964 CONFIG_CRYPTO_BLKCIPHER=y 965 + CONFIG_CRYPTO_HASH=y 966 + CONFIG_CRYPTO_RNG=y 973 967 CONFIG_CRYPTO_MANAGER=y 974 968 # CONFIG_CRYPTO_NULL is not set 975 969 # CONFIG_CRYPTO_CRYPTD is not set ··· 1041 1025 # 1042 1026 # CONFIG_CRYPTO_DEFLATE is not set 1043 1027 # CONFIG_CRYPTO_LZO is not set 1028 + 1029 + # 1030 + # Random Number Generation 1031 + # 1032 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1044 1033 # CONFIG_CRYPTO_HW is not set 1045 1034 CONFIG_PPC_CLOCK=y 1046 1035 CONFIG_PPC_LIB_RHEAP=y
+44 -23
arch/powerpc/configs/ep88xc_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:04 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:37 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 19 19 CONFIG_NOT_COHERENT_CACHE=y 20 20 CONFIG_PPC32=y 21 21 CONFIG_WORD_SIZE=32 22 - CONFIG_PPC_MERGE=y 22 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 23 23 CONFIG_MMU=y 24 24 CONFIG_GENERIC_CMOS_UPDATE=y 25 25 CONFIG_GENERIC_TIME=y ··· 101 101 CONFIG_TIMERFD=y 102 102 CONFIG_EVENTFD=y 103 103 CONFIG_SHMEM=y 104 + CONFIG_AIO=y 104 105 # CONFIG_VM_EVENT_COUNTERS is not set 105 106 CONFIG_SLUB_DEBUG=y 106 107 # CONFIG_SLAB is not set ··· 115 114 CONFIG_HAVE_KPROBES=y 116 115 CONFIG_HAVE_KRETPROBES=y 117 116 CONFIG_HAVE_ARCH_TRACEHOOK=y 118 - # CONFIG_HAVE_DMA_ATTRS is not set 119 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 120 117 CONFIG_HAVE_CLK=y 121 - CONFIG_PROC_PAGE_MONITOR=y 122 118 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 123 119 CONFIG_SLABINFO=y 124 120 # CONFIG_TINY_SHMEM is not set ··· 141 143 # CONFIG_DEFAULT_NOOP is not set 142 144 CONFIG_DEFAULT_IOSCHED="deadline" 143 145 CONFIG_CLASSIC_RCU=y 146 + # CONFIG_FREEZER is not set 144 147 145 148 # 146 149 # Platform support ··· 154 155 # CONFIG_MPC885ADS is not set 155 156 CONFIG_PPC_EP88XC=y 156 157 # CONFIG_PPC_ADDER875 is not set 158 + # CONFIG_PPC_MGSUVD is not set 157 159 158 160 # 159 161 # MPC8xx CPM Options ··· 183 183 # CONFIG_PPC_INDIRECT_IO is not set 184 184 # CONFIG_GENERIC_IOMAP is not set 185 185 # CONFIG_CPU_FREQ is not set 186 + # CONFIG_QUICC_ENGINE is not set 186 187 # CONFIG_FSL_ULI1575 is not set 187 188 CONFIG_CPM=y 188 189 ··· 205 204 # CONFIG_PREEMPT_VOLUNTARY is not set 206 205 # CONFIG_PREEMPT is not set 207 206 CONFIG_BINFMT_ELF=y 207 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 208 + # CONFIG_HAVE_AOUT is not set 208 209 # CONFIG_BINFMT_MISC is not set 209 210 # CONFIG_MATH_EMULATION is not set 210 211 CONFIG_8XX_MINIMAL_FPEMU=y ··· 222 219 # CONFIG_SPARSEMEM_MANUAL is not set 223 220 CONFIG_FLATMEM=y 224 221 CONFIG_FLAT_NODE_MEM_MAP=y 225 - # CONFIG_SPARSEMEM_STATIC is not set 226 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 227 222 CONFIG_PAGEFLAGS_EXTENDED=y 228 223 CONFIG_SPLIT_PTLOCK_CPUS=4 229 224 CONFIG_MIGRATION=y 230 225 # CONFIG_RESOURCES_64BIT is not set 226 + # CONFIG_PHYS_ADDR_T_64BIT is not set 231 227 CONFIG_ZONE_DMA_FLAG=1 232 228 CONFIG_BOUNCE=y 233 229 CONFIG_VIRT_TO_BUS=y 230 + CONFIG_UNEVICTABLE_LRU=y 234 231 CONFIG_FORCE_MAX_ZONEORDER=11 235 232 CONFIG_PROC_DEVICETREE=y 236 233 # CONFIG_CMDLINE_BOOL is not set ··· 312 309 # CONFIG_TIPC is not set 313 310 # CONFIG_ATM is not set 314 311 # CONFIG_BRIDGE is not set 312 + # CONFIG_NET_DSA is not set 315 313 # CONFIG_VLAN_8021Q is not set 316 314 # CONFIG_DECNET is not set 317 315 # CONFIG_LLC2 is not set ··· 333 329 # CONFIG_IRDA is not set 334 330 # CONFIG_BT is not set 335 331 # CONFIG_AF_RXRPC is not set 336 - 337 - # 338 - # Wireless 339 - # 332 + # CONFIG_PHONET is not set 333 + CONFIG_WIRELESS=y 340 334 # CONFIG_CFG80211 is not set 335 + CONFIG_WIRELESS_OLD_REGULATORY=y 341 336 # CONFIG_WIRELESS_EXT is not set 342 337 # CONFIG_MAC80211 is not set 343 338 # CONFIG_IEEE80211 is not set ··· 478 475 # CONFIG_IBM_NEW_EMAC_RGMII is not set 479 476 # CONFIG_IBM_NEW_EMAC_TAH is not set 480 477 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 478 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 479 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 480 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 481 481 # CONFIG_B44 is not set 482 482 CONFIG_FS_ENET=y 483 483 # CONFIG_FS_ENET_HAS_SCC is not set ··· 535 529 CONFIG_SERIAL_CORE_CONSOLE=y 536 530 CONFIG_SERIAL_CPM=y 537 531 CONFIG_SERIAL_CPM_CONSOLE=y 538 - # CONFIG_SERIAL_CPM_SCC1 is not set 539 - # CONFIG_SERIAL_CPM_SCC2 is not set 540 - # CONFIG_SERIAL_CPM_SCC3 is not set 541 - # CONFIG_SERIAL_CPM_SCC4 is not set 542 - CONFIG_SERIAL_CPM_SMC1=y 543 - CONFIG_SERIAL_CPM_SMC2=y 544 532 CONFIG_UNIX98_PTYS=y 545 533 # CONFIG_LEGACY_PTYS is not set 546 534 # CONFIG_IPMI_HANDLER is not set ··· 569 569 # CONFIG_MFD_SM501 is not set 570 570 # CONFIG_HTC_PASIC3 is not set 571 571 # CONFIG_MFD_TMIO is not set 572 + 573 + # 574 + # Voltage and Current regulators 575 + # 576 + # CONFIG_REGULATOR is not set 577 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 578 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 579 + # CONFIG_REGULATOR_BQ24022 is not set 572 580 573 581 # 574 582 # Multimedia devices ··· 616 608 # CONFIG_RTC_CLASS is not set 617 609 # CONFIG_DMADEVICES is not set 618 610 # CONFIG_UIO is not set 611 + # CONFIG_STAGING is not set 619 612 620 613 # 621 614 # File systems 622 615 # 623 616 # CONFIG_EXT2_FS is not set 624 617 # CONFIG_EXT3_FS is not set 625 - # CONFIG_EXT4DEV_FS is not set 618 + # CONFIG_EXT4_FS is not set 626 619 # CONFIG_REISERFS_FS is not set 627 620 # CONFIG_JFS_FS is not set 628 621 # CONFIG_FS_POSIX_ACL is not set 622 + CONFIG_FILE_LOCKING=y 629 623 # CONFIG_XFS_FS is not set 630 624 # CONFIG_OCFS2_FS is not set 631 625 # CONFIG_DNOTIFY is not set ··· 656 646 CONFIG_PROC_FS=y 657 647 # CONFIG_PROC_KCORE is not set 658 648 CONFIG_PROC_SYSCTL=y 649 + CONFIG_PROC_PAGE_MONITOR=y 659 650 CONFIG_SYSFS=y 660 651 CONFIG_TMPFS=y 661 652 # CONFIG_TMPFS_POSIX_ACL is not set ··· 694 683 CONFIG_LOCKD_V4=y 695 684 CONFIG_NFS_COMMON=y 696 685 CONFIG_SUNRPC=y 686 + # CONFIG_SUNRPC_REGISTER_V4 is not set 697 687 # CONFIG_RPCSEC_GSS_KRB5 is not set 698 688 # CONFIG_RPCSEC_GSS_SPKM3 is not set 699 689 # CONFIG_SMB_FS is not set ··· 730 718 # 731 719 # Library routines 732 720 # 733 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 734 721 # CONFIG_CRC_CCITT is not set 735 722 # CONFIG_CRC16 is not set 736 723 # CONFIG_CRC_T10DIF is not set ··· 779 768 # CONFIG_DEBUG_SG is not set 780 769 # CONFIG_BOOT_PRINTK_DELAY is not set 781 770 # CONFIG_RCU_TORTURE_TEST is not set 771 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 782 772 # CONFIG_BACKTRACE_SELF_TEST is not set 773 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 783 774 # CONFIG_FAULT_INJECTION is not set 784 775 # CONFIG_LATENCYTOP is not set 785 - CONFIG_HAVE_FTRACE=y 786 - CONFIG_HAVE_DYNAMIC_FTRACE=y 787 - # CONFIG_FTRACE is not set 776 + CONFIG_HAVE_FUNCTION_TRACER=y 777 + 778 + # 779 + # Tracers 780 + # 781 + # CONFIG_FUNCTION_TRACER is not set 788 782 # CONFIG_SCHED_TRACER is not set 789 783 # CONFIG_CONTEXT_SWITCH_TRACER is not set 784 + # CONFIG_BOOT_TRACER is not set 785 + # CONFIG_STACK_TRACER is not set 786 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 790 787 # CONFIG_SAMPLES is not set 791 788 CONFIG_HAVE_ARCH_KGDB=y 792 789 # CONFIG_KGDB is not set ··· 803 784 # CONFIG_DEBUG_PAGEALLOC is not set 804 785 # CONFIG_CODE_PATCHING_SELFTEST is not set 805 786 # CONFIG_FTR_FIXUP_SELFTEST is not set 787 + # CONFIG_MSI_BITMAP_SELFTEST is not set 806 788 # CONFIG_XMON is not set 807 789 # CONFIG_IRQSTACKS is not set 808 790 # CONFIG_BDI_SWITCH is not set ··· 814 794 # 815 795 # CONFIG_KEYS is not set 816 796 # CONFIG_SECURITY is not set 797 + # CONFIG_SECURITYFS is not set 817 798 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 818 799 # CONFIG_CRYPTO is not set 819 800 CONFIG_PPC_CLOCK=y
+112 -30
arch/powerpc/configs/g5_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:15:06 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:36:30 2008 5 5 # 6 6 CONFIG_PPC64=y 7 7 ··· 21 21 CONFIG_NR_CPUS=4 22 22 CONFIG_64BIT=y 23 23 CONFIG_WORD_SIZE=64 24 - CONFIG_PPC_MERGE=y 24 + CONFIG_ARCH_PHYS_ADDR_T_64BIT=y 25 25 CONFIG_MMU=y 26 26 CONFIG_GENERIC_CMOS_UPDATE=y 27 27 CONFIG_GENERIC_TIME=y ··· 112 112 CONFIG_TIMERFD=y 113 113 CONFIG_EVENTFD=y 114 114 CONFIG_SHMEM=y 115 + CONFIG_AIO=y 115 116 CONFIG_VM_EVENT_COUNTERS=y 117 + CONFIG_PCI_QUIRKS=y 116 118 CONFIG_SLUB_DEBUG=y 117 119 # CONFIG_SLAB is not set 118 120 CONFIG_SLUB=y ··· 131 129 CONFIG_HAVE_ARCH_TRACEHOOK=y 132 130 CONFIG_HAVE_DMA_ATTRS=y 133 131 CONFIG_USE_GENERIC_SMP_HELPERS=y 134 - # CONFIG_HAVE_CLK is not set 135 - CONFIG_PROC_PAGE_MONITOR=y 136 132 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 137 133 CONFIG_SLABINFO=y 138 134 CONFIG_RT_MUTEXES=y ··· 163 163 # CONFIG_DEFAULT_NOOP is not set 164 164 CONFIG_DEFAULT_IOSCHED="anticipatory" 165 165 CONFIG_CLASSIC_RCU=y 166 + # CONFIG_FREEZER is not set 167 + CONFIG_PPC_MSI_BITMAP=y 166 168 167 169 # 168 170 # Platform support ··· 235 233 # CONFIG_PREEMPT is not set 236 234 CONFIG_BINFMT_ELF=y 237 235 CONFIG_COMPAT_BINFMT_ELF=y 236 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 237 + # CONFIG_HAVE_AOUT is not set 238 238 # CONFIG_BINFMT_MISC is not set 239 239 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y 240 240 CONFIG_IOMMU_VMERGE=y ··· 246 242 CONFIG_ARCH_HAS_WALK_MEMORY=y 247 243 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 248 244 CONFIG_KEXEC=y 249 - # CONFIG_CRASH_DUMP is not set 250 245 CONFIG_IRQ_ALL_CPUS=y 251 246 # CONFIG_NUMA is not set 252 247 CONFIG_ARCH_SELECT_MEMORY_MODEL=y ··· 258 255 # CONFIG_SPARSEMEM_MANUAL is not set 259 256 CONFIG_FLATMEM=y 260 257 CONFIG_FLAT_NODE_MEM_MAP=y 261 - # CONFIG_SPARSEMEM_STATIC is not set 262 258 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 263 259 CONFIG_PAGEFLAGS_EXTENDED=y 264 260 CONFIG_SPLIT_PTLOCK_CPUS=4 265 261 # CONFIG_MIGRATION is not set 266 262 CONFIG_RESOURCES_64BIT=y 263 + CONFIG_PHYS_ADDR_T_64BIT=y 267 264 CONFIG_ZONE_DMA_FLAG=1 268 265 CONFIG_BOUNCE=y 266 + CONFIG_UNEVICTABLE_LRU=y 269 267 # CONFIG_PPC_HAS_HASH_64K is not set 270 268 # CONFIG_PPC_64K_PAGES is not set 271 269 CONFIG_FORCE_MAX_ZONEORDER=13 ··· 296 292 # CONFIG_PCCARD is not set 297 293 # CONFIG_HOTPLUG_PCI is not set 298 294 # CONFIG_HAS_RAPIDIO is not set 295 + # CONFIG_RELOCATABLE is not set 299 296 CONFIG_PAGE_OFFSET=0xc000000000000000 300 297 CONFIG_KERNEL_START=0xc000000000000000 301 298 CONFIG_PHYSICAL_START=0x00000000 ··· 341 336 CONFIG_TCP_CONG_CUBIC=y 342 337 CONFIG_DEFAULT_TCP_CONG="cubic" 343 338 # CONFIG_TCP_MD5SIG is not set 344 - # CONFIG_IP_VS is not set 345 339 # CONFIG_IPV6 is not set 346 340 # CONFIG_NETWORK_SECMARK is not set 347 341 CONFIG_NETFILTER=y ··· 371 367 CONFIG_NF_CONNTRACK_TFTP=m 372 368 CONFIG_NF_CT_NETLINK=m 373 369 # CONFIG_NETFILTER_XTABLES is not set 370 + # CONFIG_IP_VS is not set 374 371 375 372 # 376 373 # IP: Netfilter Configuration 377 374 # 375 + CONFIG_NF_DEFRAG_IPV4=m 378 376 CONFIG_NF_CONNTRACK_IPV4=m 379 377 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 380 378 CONFIG_IP_NF_QUEUE=m ··· 387 381 # CONFIG_TIPC is not set 388 382 # CONFIG_ATM is not set 389 383 # CONFIG_BRIDGE is not set 384 + # CONFIG_NET_DSA is not set 390 385 # CONFIG_VLAN_8021Q is not set 391 386 # CONFIG_DECNET is not set 392 387 CONFIG_LLC=y ··· 409 402 # CONFIG_IRDA is not set 410 403 # CONFIG_BT is not set 411 404 # CONFIG_AF_RXRPC is not set 412 - 413 - # 414 - # Wireless 415 - # 405 + # CONFIG_PHONET is not set 406 + CONFIG_WIRELESS=y 416 407 # CONFIG_CFG80211 is not set 408 + CONFIG_WIRELESS_OLD_REGULATORY=y 417 409 # CONFIG_WIRELESS_EXT is not set 418 410 # CONFIG_MAC80211 is not set 419 411 # CONFIG_IEEE80211 is not set ··· 469 463 # CONFIG_HP_ILO is not set 470 464 CONFIG_HAVE_IDE=y 471 465 CONFIG_IDE=y 472 - CONFIG_BLK_DEV_IDE=y 473 466 474 467 # 475 468 # Please see Documentation/ide/ide.txt for help/info on IDE drives 476 469 # 477 470 CONFIG_IDE_TIMINGS=y 478 471 # CONFIG_BLK_DEV_IDE_SATA is not set 479 - CONFIG_BLK_DEV_IDEDISK=y 480 - # CONFIG_IDEDISK_MULTI_MODE is not set 472 + CONFIG_IDE_GD=y 473 + CONFIG_IDE_GD_ATA=y 474 + # CONFIG_IDE_GD_ATAPI is not set 481 475 CONFIG_BLK_DEV_IDECD=y 482 476 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 483 477 # CONFIG_BLK_DEV_IDETAPE is not set 484 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 485 478 # CONFIG_BLK_DEV_IDESCSI is not set 486 479 # CONFIG_IDE_TASK_IOCTL is not set 487 480 CONFIG_IDE_PROC_FS=y ··· 663 658 # CONFIG_PATA_SCH is not set 664 659 CONFIG_MD=y 665 660 CONFIG_BLK_DEV_MD=y 661 + CONFIG_MD_AUTODETECT=y 666 662 CONFIG_MD_LINEAR=y 667 663 CONFIG_MD_RAID0=y 668 664 CONFIG_MD_RAID1=y ··· 750 744 # CONFIG_IBM_NEW_EMAC_RGMII is not set 751 745 # CONFIG_IBM_NEW_EMAC_TAH is not set 752 746 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 747 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 748 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 749 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 753 750 # CONFIG_NET_PCI is not set 754 751 # CONFIG_B44 is not set 752 + # CONFIG_ATL2 is not set 755 753 CONFIG_NETDEV_1000=y 756 754 CONFIG_ACENIC=y 757 755 CONFIG_ACENIC_OMIT_TIGON_I=y 758 756 # CONFIG_DL2K is not set 759 757 CONFIG_E1000=y 760 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 761 758 # CONFIG_E1000E is not set 762 759 # CONFIG_IP1000 is not set 763 760 # CONFIG_IGB is not set ··· 777 768 # CONFIG_QLA3XXX is not set 778 769 # CONFIG_ATL1 is not set 779 770 # CONFIG_ATL1E is not set 771 + # CONFIG_JME is not set 780 772 CONFIG_NETDEV_10000=y 781 773 # CONFIG_CHELSIO_T1 is not set 782 774 # CONFIG_CHELSIO_T3 is not set 775 + # CONFIG_ENIC is not set 783 776 # CONFIG_IXGBE is not set 784 777 # CONFIG_IXGB is not set 785 778 # CONFIG_S2IO is not set 786 779 # CONFIG_MYRI10GE is not set 787 780 # CONFIG_NETXEN_NIC is not set 788 781 # CONFIG_NIU is not set 782 + # CONFIG_MLX4_EN is not set 789 783 # CONFIG_MLX4_CORE is not set 790 784 # CONFIG_TEHUTI is not set 791 785 # CONFIG_BNX2X is not set 786 + # CONFIG_QLGE is not set 792 787 # CONFIG_SFC is not set 793 788 CONFIG_TR=y 794 789 CONFIG_IBMOL=y ··· 817 804 # CONFIG_USB_NET_AX8817X is not set 818 805 CONFIG_USB_NET_CDCETHER=m 819 806 # CONFIG_USB_NET_DM9601 is not set 807 + # CONFIG_USB_NET_SMSC95XX is not set 820 808 # CONFIG_USB_NET_GL620A is not set 821 809 # CONFIG_USB_NET_NET1080 is not set 822 810 # CONFIG_USB_NET_PLUSB is not set ··· 1029 1015 # CONFIG_MFD_SM501 is not set 1030 1016 # CONFIG_HTC_PASIC3 is not set 1031 1017 # CONFIG_MFD_TMIO is not set 1018 + # CONFIG_PMIC_DA903X is not set 1019 + # CONFIG_MFD_WM8400 is not set 1020 + # CONFIG_MFD_WM8350_I2C is not set 1021 + 1022 + # 1023 + # Voltage and Current regulators 1024 + # 1025 + # CONFIG_REGULATOR is not set 1026 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1027 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1028 + # CONFIG_REGULATOR_BQ24022 is not set 1032 1029 1033 1030 # 1034 1031 # Multimedia devices ··· 1069 1044 CONFIG_FB=y 1070 1045 CONFIG_FIRMWARE_EDID=y 1071 1046 CONFIG_FB_DDC=y 1047 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1072 1048 CONFIG_FB_CFB_FILLRECT=y 1073 1049 CONFIG_FB_CFB_COPYAREA=y 1074 1050 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1111 1085 # CONFIG_FB_S3 is not set 1112 1086 # CONFIG_FB_SAVAGE is not set 1113 1087 # CONFIG_FB_SIS is not set 1088 + # CONFIG_FB_VIA is not set 1114 1089 # CONFIG_FB_NEOMAGIC is not set 1115 1090 # CONFIG_FB_KYRO is not set 1116 1091 # CONFIG_FB_3DFX is not set ··· 1123 1096 # CONFIG_FB_CARMINE is not set 1124 1097 # CONFIG_FB_IBM_GXT4500 is not set 1125 1098 # CONFIG_FB_VIRTUAL is not set 1099 + # CONFIG_FB_METRONOME is not set 1126 1100 CONFIG_BACKLIGHT_LCD_SUPPORT=y 1127 1101 CONFIG_LCD_CLASS_DEVICE=m 1128 1102 # CONFIG_LCD_ILI9320 is not set ··· 1152 1124 CONFIG_LOGO_LINUX_VGA16=y 1153 1125 CONFIG_LOGO_LINUX_CLUT224=y 1154 1126 CONFIG_SOUND=m 1127 + CONFIG_SOUND_OSS_CORE=y 1155 1128 CONFIG_SND=m 1156 1129 CONFIG_SND_TIMER=m 1157 1130 CONFIG_SND_PCM=m ··· 1263 1234 # USB Input Devices 1264 1235 # 1265 1236 CONFIG_USB_HID=y 1266 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1267 - CONFIG_HID_FF=y 1268 1237 CONFIG_HID_PID=y 1238 + CONFIG_USB_HIDDEV=y 1239 + 1240 + # 1241 + # Special HID drivers 1242 + # 1243 + CONFIG_HID_COMPAT=y 1244 + CONFIG_HID_A4TECH=y 1245 + CONFIG_HID_APPLE=y 1246 + CONFIG_HID_BELKIN=y 1247 + CONFIG_HID_BRIGHT=y 1248 + CONFIG_HID_CHERRY=y 1249 + CONFIG_HID_CHICONY=y 1250 + CONFIG_HID_CYPRESS=y 1251 + CONFIG_HID_DELL=y 1252 + CONFIG_HID_EZKEY=y 1253 + CONFIG_HID_GYRATION=y 1254 + CONFIG_HID_LOGITECH=y 1269 1255 CONFIG_LOGITECH_FF=y 1270 1256 # CONFIG_LOGIRUMBLEPAD2_FF is not set 1257 + CONFIG_HID_MICROSOFT=y 1258 + CONFIG_HID_MONTEREY=y 1259 + CONFIG_HID_PANTHERLORD=y 1271 1260 # CONFIG_PANTHERLORD_FF is not set 1261 + CONFIG_HID_PETALYNX=y 1262 + CONFIG_HID_SAMSUNG=y 1263 + CONFIG_HID_SONY=y 1264 + CONFIG_HID_SUNPLUS=y 1272 1265 CONFIG_THRUSTMASTER_FF=y 1273 1266 # CONFIG_ZEROPLUS_FF is not set 1274 - CONFIG_USB_HIDDEV=y 1275 1267 CONFIG_USB_SUPPORT=y 1276 1268 CONFIG_USB_ARCH_HAS_HCD=y 1277 1269 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1309 1259 # CONFIG_USB_DYNAMIC_MINORS is not set 1310 1260 # CONFIG_USB_OTG is not set 1311 1261 CONFIG_USB_MON=y 1262 + # CONFIG_USB_WUSB is not set 1263 + # CONFIG_USB_WUSB_CBAF is not set 1312 1264 1313 1265 # 1314 1266 # USB Host Controller Drivers ··· 1333 1281 # CONFIG_USB_UHCI_HCD is not set 1334 1282 # CONFIG_USB_SL811_HCD is not set 1335 1283 # CONFIG_USB_R8A66597_HCD is not set 1284 + # CONFIG_USB_WHCI_HCD is not set 1285 + # CONFIG_USB_HWA_HCD is not set 1336 1286 1337 1287 # 1338 1288 # USB Device Class drivers ··· 1342 1288 CONFIG_USB_ACM=m 1343 1289 CONFIG_USB_PRINTER=y 1344 1290 # CONFIG_USB_WDM is not set 1291 + # CONFIG_USB_TMC is not set 1345 1292 1346 1293 # 1347 1294 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1364 1309 # CONFIG_USB_STORAGE_ALAUDA is not set 1365 1310 # CONFIG_USB_STORAGE_ONETOUCH is not set 1366 1311 # CONFIG_USB_STORAGE_KARMA is not set 1367 - # CONFIG_USB_STORAGE_SIERRA is not set 1368 1312 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1369 1313 # CONFIG_USB_LIBUSUAL is not set 1370 1314 ··· 1439 1385 # CONFIG_USB_EMI62 is not set 1440 1386 # CONFIG_USB_EMI26 is not set 1441 1387 # CONFIG_USB_ADUTUX is not set 1388 + # CONFIG_USB_SEVSEG is not set 1442 1389 # CONFIG_USB_RIO500 is not set 1443 1390 # CONFIG_USB_LEGOTOWER is not set 1444 1391 # CONFIG_USB_LCD is not set ··· 1457 1402 # CONFIG_USB_IOWARRIOR is not set 1458 1403 # CONFIG_USB_TEST is not set 1459 1404 # CONFIG_USB_ISIGHTFW is not set 1405 + # CONFIG_USB_VST is not set 1460 1406 # CONFIG_USB_GADGET is not set 1407 + # CONFIG_UWB is not set 1461 1408 # CONFIG_MMC is not set 1462 1409 # CONFIG_MEMSTICK is not set 1463 1410 # CONFIG_NEW_LEDS is not set ··· 1469 1412 # CONFIG_RTC_CLASS is not set 1470 1413 # CONFIG_DMADEVICES is not set 1471 1414 # CONFIG_UIO is not set 1415 + # CONFIG_STAGING is not set 1472 1416 1473 1417 # 1474 1418 # File systems ··· 1479 1421 CONFIG_EXT2_FS_POSIX_ACL=y 1480 1422 CONFIG_EXT2_FS_SECURITY=y 1481 1423 CONFIG_EXT2_FS_XIP=y 1482 - CONFIG_FS_XIP=y 1483 1424 CONFIG_EXT3_FS=y 1484 1425 CONFIG_EXT3_FS_XATTR=y 1485 1426 CONFIG_EXT3_FS_POSIX_ACL=y 1486 1427 CONFIG_EXT3_FS_SECURITY=y 1487 - # CONFIG_EXT4DEV_FS is not set 1428 + CONFIG_EXT4_FS=y 1429 + # CONFIG_EXT4DEV_COMPAT is not set 1430 + CONFIG_EXT4_FS_XATTR=y 1431 + # CONFIG_EXT4_FS_POSIX_ACL is not set 1432 + # CONFIG_EXT4_FS_SECURITY is not set 1433 + CONFIG_FS_XIP=y 1488 1434 CONFIG_JBD=y 1489 1435 # CONFIG_JBD_DEBUG is not set 1436 + CONFIG_JBD2=y 1437 + # CONFIG_JBD2_DEBUG is not set 1490 1438 CONFIG_FS_MBCACHE=y 1491 1439 CONFIG_REISERFS_FS=y 1492 1440 # CONFIG_REISERFS_CHECK is not set ··· 1502 1438 CONFIG_REISERFS_FS_SECURITY=y 1503 1439 # CONFIG_JFS_FS is not set 1504 1440 CONFIG_FS_POSIX_ACL=y 1441 + CONFIG_FILE_LOCKING=y 1505 1442 CONFIG_XFS_FS=m 1506 1443 # CONFIG_XFS_QUOTA is not set 1507 1444 CONFIG_XFS_POSIX_ACL=y ··· 1543 1478 CONFIG_PROC_FS=y 1544 1479 CONFIG_PROC_KCORE=y 1545 1480 CONFIG_PROC_SYSCTL=y 1481 + CONFIG_PROC_PAGE_MONITOR=y 1546 1482 CONFIG_SYSFS=y 1547 1483 CONFIG_TMPFS=y 1548 1484 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1587 1521 CONFIG_NFS_COMMON=y 1588 1522 CONFIG_SUNRPC=y 1589 1523 CONFIG_SUNRPC_GSS=y 1524 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1590 1525 CONFIG_RPCSEC_GSS_KRB5=y 1591 1526 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1592 1527 # CONFIG_SMB_FS is not set ··· 1668 1601 # Library routines 1669 1602 # 1670 1603 CONFIG_BITREVERSE=y 1671 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1672 1604 CONFIG_CRC_CCITT=m 1673 - # CONFIG_CRC16 is not set 1605 + CONFIG_CRC16=y 1674 1606 CONFIG_CRC_T10DIF=y 1675 1607 CONFIG_CRC_ITU_T=m 1676 1608 CONFIG_CRC32=y ··· 1723 1657 CONFIG_DEBUG_MEMORY_INIT=y 1724 1658 # CONFIG_DEBUG_LIST is not set 1725 1659 # CONFIG_DEBUG_SG is not set 1726 - CONFIG_FRAME_POINTER=y 1727 1660 # CONFIG_BOOT_PRINTK_DELAY is not set 1728 1661 # CONFIG_RCU_TORTURE_TEST is not set 1662 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1729 1663 # CONFIG_BACKTRACE_SELF_TEST is not set 1664 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1730 1665 # CONFIG_FAULT_INJECTION is not set 1731 1666 CONFIG_LATENCYTOP=y 1732 1667 CONFIG_SYSCTL_SYSCALL_CHECK=y 1733 - CONFIG_HAVE_FTRACE=y 1734 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1735 - # CONFIG_FTRACE is not set 1668 + CONFIG_HAVE_FUNCTION_TRACER=y 1669 + 1670 + # 1671 + # Tracers 1672 + # 1673 + # CONFIG_FUNCTION_TRACER is not set 1736 1674 # CONFIG_IRQSOFF_TRACER is not set 1737 1675 # CONFIG_SCHED_TRACER is not set 1738 1676 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1677 + # CONFIG_BOOT_TRACER is not set 1678 + # CONFIG_STACK_TRACER is not set 1679 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 1739 1680 # CONFIG_SAMPLES is not set 1740 1681 CONFIG_HAVE_ARCH_KGDB=y 1741 1682 # CONFIG_KGDB is not set ··· 1751 1678 # CONFIG_DEBUG_PAGEALLOC is not set 1752 1679 # CONFIG_CODE_PATCHING_SELFTEST is not set 1753 1680 # CONFIG_FTR_FIXUP_SELFTEST is not set 1681 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1754 1682 # CONFIG_XMON is not set 1755 1683 CONFIG_IRQSTACKS=y 1756 1684 # CONFIG_VIRQ_DEBUG is not set ··· 1763 1689 # 1764 1690 # CONFIG_KEYS is not set 1765 1691 # CONFIG_SECURITY is not set 1692 + # CONFIG_SECURITYFS is not set 1766 1693 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1767 1694 CONFIG_CRYPTO=y 1768 1695 1769 1696 # 1770 1697 # Crypto core or helper 1771 1698 # 1699 + # CONFIG_CRYPTO_FIPS is not set 1772 1700 CONFIG_CRYPTO_ALGAPI=y 1773 - CONFIG_CRYPTO_AEAD=m 1701 + CONFIG_CRYPTO_AEAD=y 1774 1702 CONFIG_CRYPTO_BLKCIPHER=y 1775 1703 CONFIG_CRYPTO_HASH=y 1704 + CONFIG_CRYPTO_RNG=y 1776 1705 CONFIG_CRYPTO_MANAGER=y 1777 1706 # CONFIG_CRYPTO_GF128MUL is not set 1778 1707 CONFIG_CRYPTO_NULL=m ··· 1849 1772 # 1850 1773 CONFIG_CRYPTO_DEFLATE=m 1851 1774 # CONFIG_CRYPTO_LZO is not set 1775 + 1776 + # 1777 + # Random Number Generation 1778 + # 1779 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1852 1780 # CONFIG_CRYPTO_HW is not set 1853 1781 # CONFIG_PPC_CLOCK is not set 1854 1782 # CONFIG_VIRTUALIZATION is not set
+81 -35
arch/powerpc/configs/iseries_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:15:49 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:36:38 2008 5 5 # 6 6 CONFIG_PPC64=y 7 7 ··· 21 21 CONFIG_NR_CPUS=32 22 22 CONFIG_64BIT=y 23 23 CONFIG_WORD_SIZE=64 24 - CONFIG_PPC_MERGE=y 24 + CONFIG_ARCH_PHYS_ADDR_T_64BIT=y 25 25 CONFIG_MMU=y 26 26 CONFIG_GENERIC_CMOS_UPDATE=y 27 27 CONFIG_GENERIC_TIME=y ··· 111 111 CONFIG_TIMERFD=y 112 112 CONFIG_EVENTFD=y 113 113 CONFIG_SHMEM=y 114 + CONFIG_AIO=y 114 115 CONFIG_VM_EVENT_COUNTERS=y 116 + CONFIG_PCI_QUIRKS=y 115 117 CONFIG_SLUB_DEBUG=y 116 118 # CONFIG_SLAB is not set 117 119 CONFIG_SLUB=y ··· 129 127 CONFIG_HAVE_ARCH_TRACEHOOK=y 130 128 CONFIG_HAVE_DMA_ATTRS=y 131 129 CONFIG_USE_GENERIC_SMP_HELPERS=y 132 - # CONFIG_HAVE_CLK is not set 133 - CONFIG_PROC_PAGE_MONITOR=y 134 130 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 135 131 CONFIG_SLABINFO=y 136 132 CONFIG_RT_MUTEXES=y ··· 161 161 # CONFIG_DEFAULT_NOOP is not set 162 162 CONFIG_DEFAULT_IOSCHED="anticipatory" 163 163 CONFIG_CLASSIC_RCU=y 164 + # CONFIG_FREEZER is not set 164 165 165 166 # 166 167 # Platform support ··· 220 219 # CONFIG_PREEMPT is not set 221 220 CONFIG_BINFMT_ELF=y 222 221 CONFIG_COMPAT_BINFMT_ELF=y 222 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 223 + # CONFIG_HAVE_AOUT is not set 223 224 # CONFIG_BINFMT_MISC is not set 224 225 CONFIG_IOMMU_VMERGE=y 225 226 CONFIG_IOMMU_HELPER=y ··· 229 226 CONFIG_ARCH_HAS_WALK_MEMORY=y 230 227 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 231 228 # CONFIG_KEXEC is not set 232 - # CONFIG_CRASH_DUMP is not set 233 229 CONFIG_IRQ_ALL_CPUS=y 234 230 # CONFIG_NUMA is not set 235 231 CONFIG_ARCH_SELECT_MEMORY_MODEL=y ··· 241 239 # CONFIG_SPARSEMEM_MANUAL is not set 242 240 CONFIG_FLATMEM=y 243 241 CONFIG_FLAT_NODE_MEM_MAP=y 244 - # CONFIG_SPARSEMEM_STATIC is not set 245 242 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 246 243 CONFIG_PAGEFLAGS_EXTENDED=y 247 244 CONFIG_SPLIT_PTLOCK_CPUS=4 248 245 # CONFIG_MIGRATION is not set 249 246 CONFIG_RESOURCES_64BIT=y 247 + CONFIG_PHYS_ADDR_T_64BIT=y 250 248 CONFIG_ZONE_DMA_FLAG=1 251 249 CONFIG_BOUNCE=y 250 + CONFIG_UNEVICTABLE_LRU=y 252 251 # CONFIG_PPC_HAS_HASH_64K is not set 253 252 # CONFIG_PPC_64K_PAGES is not set 254 253 CONFIG_FORCE_MAX_ZONEORDER=13 ··· 278 275 # CONFIG_PCCARD is not set 279 276 # CONFIG_HOTPLUG_PCI is not set 280 277 # CONFIG_HAS_RAPIDIO is not set 278 + # CONFIG_RELOCATABLE is not set 281 279 CONFIG_PAGE_OFFSET=0xc000000000000000 282 280 CONFIG_KERNEL_START=0xc000000000000000 283 281 CONFIG_PHYSICAL_START=0x00000000 ··· 323 319 CONFIG_TCP_CONG_CUBIC=y 324 320 CONFIG_DEFAULT_TCP_CONG="cubic" 325 321 # CONFIG_TCP_MD5SIG is not set 326 - # CONFIG_IP_VS is not set 327 322 # CONFIG_IPV6 is not set 328 323 # CONFIG_NETWORK_SECMARK is not set 329 324 CONFIG_NETFILTER=y ··· 352 349 # CONFIG_NF_CONNTRACK_SIP is not set 353 350 CONFIG_NF_CONNTRACK_TFTP=m 354 351 CONFIG_NF_CT_NETLINK=m 352 + CONFIG_NETFILTER_TPROXY=m 355 353 CONFIG_NETFILTER_XTABLES=m 356 354 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 357 355 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 358 356 CONFIG_NETFILTER_XT_TARGET_DSCP=m 359 357 CONFIG_NETFILTER_XT_TARGET_MARK=m 360 - CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 361 358 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 359 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 362 360 # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set 363 361 CONFIG_NETFILTER_XT_TARGET_RATEEST=m 362 + CONFIG_NETFILTER_XT_TARGET_TPROXY=m 364 363 # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 365 364 # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 366 365 CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m ··· 374 369 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 375 370 CONFIG_NETFILTER_XT_MATCH_DSCP=m 376 371 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 372 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 377 373 # CONFIG_NETFILTER_XT_MATCH_HELPER is not set 378 374 CONFIG_NETFILTER_XT_MATCH_IPRANGE=m 379 375 CONFIG_NETFILTER_XT_MATCH_LENGTH=m 380 376 CONFIG_NETFILTER_XT_MATCH_LIMIT=m 381 377 CONFIG_NETFILTER_XT_MATCH_MAC=m 382 378 CONFIG_NETFILTER_XT_MATCH_MARK=m 379 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 383 380 CONFIG_NETFILTER_XT_MATCH_OWNER=m 384 381 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 385 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 386 382 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 387 383 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 388 384 CONFIG_NETFILTER_XT_MATCH_RATEEST=m 389 385 CONFIG_NETFILTER_XT_MATCH_REALM=m 386 + CONFIG_NETFILTER_XT_MATCH_RECENT=m 387 + # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set 390 388 CONFIG_NETFILTER_XT_MATCH_SCTP=m 389 + # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set 391 390 # CONFIG_NETFILTER_XT_MATCH_STATE is not set 392 391 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 393 392 CONFIG_NETFILTER_XT_MATCH_STRING=m 394 393 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 395 394 CONFIG_NETFILTER_XT_MATCH_TIME=m 396 395 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 397 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 396 + # CONFIG_IP_VS is not set 398 397 399 398 # 400 399 # IP: Netfilter Configuration 401 400 # 401 + CONFIG_NF_DEFRAG_IPV4=m 402 402 CONFIG_NF_CONNTRACK_IPV4=m 403 403 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 404 404 CONFIG_IP_NF_QUEUE=m 405 405 CONFIG_IP_NF_IPTABLES=m 406 - CONFIG_IP_NF_MATCH_RECENT=m 407 - CONFIG_IP_NF_MATCH_ECN=m 408 - # CONFIG_IP_NF_MATCH_AH is not set 409 - CONFIG_IP_NF_MATCH_TTL=m 410 406 CONFIG_IP_NF_MATCH_ADDRTYPE=m 407 + # CONFIG_IP_NF_MATCH_AH is not set 408 + CONFIG_IP_NF_MATCH_ECN=m 409 + CONFIG_IP_NF_MATCH_TTL=m 411 410 CONFIG_IP_NF_FILTER=m 412 411 CONFIG_IP_NF_TARGET_REJECT=m 413 412 CONFIG_IP_NF_TARGET_LOG=m ··· 419 410 CONFIG_NF_NAT=m 420 411 CONFIG_NF_NAT_NEEDED=y 421 412 CONFIG_IP_NF_TARGET_MASQUERADE=m 422 - CONFIG_IP_NF_TARGET_REDIRECT=m 423 413 CONFIG_IP_NF_TARGET_NETMAP=m 414 + CONFIG_IP_NF_TARGET_REDIRECT=m 424 415 # CONFIG_NF_NAT_SNMP_BASIC is not set 425 416 CONFIG_NF_NAT_FTP=m 426 417 CONFIG_NF_NAT_IRC=m ··· 430 421 # CONFIG_NF_NAT_H323 is not set 431 422 # CONFIG_NF_NAT_SIP is not set 432 423 CONFIG_IP_NF_MANGLE=m 424 + CONFIG_IP_NF_TARGET_CLUSTERIP=m 433 425 CONFIG_IP_NF_TARGET_ECN=m 434 426 CONFIG_IP_NF_TARGET_TTL=m 435 - CONFIG_IP_NF_TARGET_CLUSTERIP=m 436 427 CONFIG_IP_NF_RAW=m 437 428 CONFIG_IP_NF_ARPTABLES=m 438 429 CONFIG_IP_NF_ARPFILTER=m ··· 447 438 # CONFIG_TIPC is not set 448 439 # CONFIG_ATM is not set 449 440 # CONFIG_BRIDGE is not set 441 + # CONFIG_NET_DSA is not set 450 442 # CONFIG_VLAN_8021Q is not set 451 443 # CONFIG_DECNET is not set 452 444 CONFIG_LLC=y ··· 470 460 # CONFIG_IRDA is not set 471 461 # CONFIG_BT is not set 472 462 # CONFIG_AF_RXRPC is not set 473 - 474 - # 475 - # Wireless 476 - # 477 - # CONFIG_CFG80211 is not set 478 - # CONFIG_WIRELESS_EXT is not set 479 - # CONFIG_MAC80211 is not set 480 - # CONFIG_IEEE80211 is not set 463 + # CONFIG_PHONET is not set 464 + # CONFIG_WIRELESS is not set 481 465 # CONFIG_RFKILL is not set 482 466 # CONFIG_NET_9P is not set 483 467 ··· 601 597 # CONFIG_ATA is not set 602 598 CONFIG_MD=y 603 599 CONFIG_BLK_DEV_MD=y 600 + CONFIG_MD_AUTODETECT=y 604 601 CONFIG_MD_LINEAR=y 605 602 CONFIG_MD_RAID0=y 606 603 CONFIG_MD_RAID1=y ··· 652 647 # CONFIG_IBM_NEW_EMAC_RGMII is not set 653 648 # CONFIG_IBM_NEW_EMAC_TAH is not set 654 649 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 650 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 651 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 652 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 655 653 CONFIG_NET_PCI=y 656 654 CONFIG_PCNET32=y 657 655 # CONFIG_AMD8111_ETH is not set ··· 675 667 # CONFIG_TLAN is not set 676 668 # CONFIG_VIA_RHINE is not set 677 669 # CONFIG_SC92031 is not set 670 + # CONFIG_ATL2 is not set 678 671 CONFIG_NETDEV_1000=y 679 672 CONFIG_ACENIC=m 680 673 # CONFIG_ACENIC_OMIT_TIGON_I is not set 681 674 # CONFIG_DL2K is not set 682 675 CONFIG_E1000=m 683 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 684 676 # CONFIG_E1000E is not set 685 677 # CONFIG_IP1000 is not set 686 678 # CONFIG_IGB is not set ··· 697 689 # CONFIG_QLA3XXX is not set 698 690 # CONFIG_ATL1 is not set 699 691 # CONFIG_ATL1E is not set 692 + # CONFIG_JME is not set 700 693 CONFIG_NETDEV_10000=y 701 694 # CONFIG_CHELSIO_T1 is not set 702 695 # CONFIG_CHELSIO_T3 is not set 696 + # CONFIG_ENIC is not set 703 697 # CONFIG_IXGBE is not set 704 698 # CONFIG_IXGB is not set 705 699 # CONFIG_S2IO is not set 706 700 # CONFIG_MYRI10GE is not set 707 701 # CONFIG_NETXEN_NIC is not set 708 702 # CONFIG_NIU is not set 703 + # CONFIG_MLX4_EN is not set 709 704 # CONFIG_MLX4_CORE is not set 710 705 # CONFIG_TEHUTI is not set 711 706 # CONFIG_BNX2X is not set 707 + # CONFIG_QLGE is not set 712 708 # CONFIG_SFC is not set 713 709 CONFIG_TR=y 714 710 CONFIG_IBMOL=y ··· 850 838 # CONFIG_MFD_TMIO is not set 851 839 852 840 # 841 + # Voltage and Current regulators 842 + # 843 + # CONFIG_REGULATOR is not set 844 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 845 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 846 + # CONFIG_REGULATOR_BQ24022 is not set 847 + 848 + # 853 849 # Multimedia devices 854 850 # 855 851 ··· 897 877 # CONFIG_SOUND is not set 898 878 # CONFIG_HID_SUPPORT is not set 899 879 # CONFIG_USB_SUPPORT is not set 880 + # CONFIG_UWB is not set 900 881 # CONFIG_MMC is not set 901 882 # CONFIG_MEMSTICK is not set 902 883 # CONFIG_NEW_LEDS is not set ··· 907 886 # CONFIG_RTC_CLASS is not set 908 887 # CONFIG_DMADEVICES is not set 909 888 # CONFIG_UIO is not set 889 + # CONFIG_STAGING is not set 910 890 911 891 # 912 892 # File systems ··· 917 895 CONFIG_EXT2_FS_POSIX_ACL=y 918 896 CONFIG_EXT2_FS_SECURITY=y 919 897 CONFIG_EXT2_FS_XIP=y 920 - CONFIG_FS_XIP=y 921 898 CONFIG_EXT3_FS=y 922 899 CONFIG_EXT3_FS_XATTR=y 923 900 CONFIG_EXT3_FS_POSIX_ACL=y 924 901 CONFIG_EXT3_FS_SECURITY=y 925 - # CONFIG_EXT4DEV_FS is not set 902 + CONFIG_EXT4_FS=y 903 + # CONFIG_EXT4DEV_COMPAT is not set 904 + CONFIG_EXT4_FS_XATTR=y 905 + # CONFIG_EXT4_FS_POSIX_ACL is not set 906 + # CONFIG_EXT4_FS_SECURITY is not set 907 + CONFIG_FS_XIP=y 926 908 CONFIG_JBD=y 927 909 # CONFIG_JBD_DEBUG is not set 910 + CONFIG_JBD2=y 911 + # CONFIG_JBD2_DEBUG is not set 928 912 CONFIG_FS_MBCACHE=y 929 913 CONFIG_REISERFS_FS=y 930 914 # CONFIG_REISERFS_CHECK is not set ··· 944 916 # CONFIG_JFS_DEBUG is not set 945 917 # CONFIG_JFS_STATISTICS is not set 946 918 CONFIG_FS_POSIX_ACL=y 919 + CONFIG_FILE_LOCKING=y 947 920 CONFIG_XFS_FS=m 948 921 # CONFIG_XFS_QUOTA is not set 949 922 CONFIG_XFS_POSIX_ACL=y ··· 987 958 CONFIG_PROC_FS=y 988 959 CONFIG_PROC_KCORE=y 989 960 CONFIG_PROC_SYSCTL=y 961 + CONFIG_PROC_PAGE_MONITOR=y 990 962 CONFIG_SYSFS=y 991 963 CONFIG_TMPFS=y 992 964 CONFIG_TMPFS_POSIX_ACL=y ··· 1031 1001 CONFIG_NFS_COMMON=y 1032 1002 CONFIG_SUNRPC=y 1033 1003 CONFIG_SUNRPC_GSS=y 1004 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1034 1005 CONFIG_RPCSEC_GSS_KRB5=y 1035 1006 CONFIG_RPCSEC_GSS_SPKM3=m 1036 1007 # CONFIG_SMB_FS is not set ··· 1098 1067 # Library routines 1099 1068 # 1100 1069 CONFIG_BITREVERSE=y 1101 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1102 1070 CONFIG_CRC_CCITT=m 1103 - # CONFIG_CRC16 is not set 1071 + CONFIG_CRC16=y 1104 1072 CONFIG_CRC_T10DIF=y 1105 1073 CONFIG_CRC_ITU_T=m 1106 1074 CONFIG_CRC32=y ··· 1157 1127 CONFIG_DEBUG_MEMORY_INIT=y 1158 1128 # CONFIG_DEBUG_LIST is not set 1159 1129 # CONFIG_DEBUG_SG is not set 1160 - CONFIG_FRAME_POINTER=y 1161 1130 # CONFIG_BOOT_PRINTK_DELAY is not set 1162 1131 # CONFIG_RCU_TORTURE_TEST is not set 1132 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1163 1133 # CONFIG_BACKTRACE_SELF_TEST is not set 1134 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1164 1135 # CONFIG_FAULT_INJECTION is not set 1165 1136 CONFIG_LATENCYTOP=y 1166 1137 CONFIG_SYSCTL_SYSCALL_CHECK=y 1167 - CONFIG_HAVE_FTRACE=y 1168 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1169 - # CONFIG_FTRACE is not set 1138 + CONFIG_HAVE_FUNCTION_TRACER=y 1139 + 1140 + # 1141 + # Tracers 1142 + # 1143 + # CONFIG_FUNCTION_TRACER is not set 1170 1144 # CONFIG_IRQSOFF_TRACER is not set 1171 1145 # CONFIG_SCHED_TRACER is not set 1172 1146 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1147 + # CONFIG_BOOT_TRACER is not set 1148 + # CONFIG_STACK_TRACER is not set 1149 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 1173 1150 # CONFIG_SAMPLES is not set 1174 1151 CONFIG_HAVE_ARCH_KGDB=y 1175 1152 # CONFIG_KGDB is not set ··· 1185 1148 # CONFIG_DEBUG_PAGEALLOC is not set 1186 1149 # CONFIG_CODE_PATCHING_SELFTEST is not set 1187 1150 # CONFIG_FTR_FIXUP_SELFTEST is not set 1151 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1188 1152 # CONFIG_XMON is not set 1189 1153 CONFIG_IRQSTACKS=y 1190 1154 # CONFIG_VIRQ_DEBUG is not set ··· 1197 1159 # 1198 1160 # CONFIG_KEYS is not set 1199 1161 # CONFIG_SECURITY is not set 1162 + # CONFIG_SECURITYFS is not set 1200 1163 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1201 1164 CONFIG_CRYPTO=y 1202 1165 1203 1166 # 1204 1167 # Crypto core or helper 1205 1168 # 1169 + # CONFIG_CRYPTO_FIPS is not set 1206 1170 CONFIG_CRYPTO_ALGAPI=y 1207 - CONFIG_CRYPTO_AEAD=m 1171 + CONFIG_CRYPTO_AEAD=y 1208 1172 CONFIG_CRYPTO_BLKCIPHER=y 1209 1173 CONFIG_CRYPTO_HASH=y 1174 + CONFIG_CRYPTO_RNG=y 1210 1175 CONFIG_CRYPTO_MANAGER=y 1211 1176 # CONFIG_CRYPTO_GF128MUL is not set 1212 1177 CONFIG_CRYPTO_NULL=m ··· 1283 1242 # 1284 1243 CONFIG_CRYPTO_DEFLATE=m 1285 1244 # CONFIG_CRYPTO_LZO is not set 1245 + 1246 + # 1247 + # Random Number Generation 1248 + # 1249 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1286 1250 # CONFIG_CRYPTO_HW is not set 1287 1251 # CONFIG_PPC_CLOCK is not set 1288 1252 # CONFIG_VIRTUALIZATION is not set
+93 -31
arch/powerpc/configs/linkstation_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27 4 - # Fri Oct 24 00:42:39 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:38 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 126 124 CONFIG_HAVE_KPROBES=y 127 125 CONFIG_HAVE_KRETPROBES=y 128 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 128 CONFIG_SLABINFO=y 135 129 CONFIG_RT_MUTEXES=y ··· 158 160 # CONFIG_DEFAULT_NOOP is not set 159 161 CONFIG_DEFAULT_IOSCHED="anticipatory" 160 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 161 164 162 165 # 163 166 # Platform support ··· 198 199 # CONFIG_GENERIC_IOMAP is not set 199 200 # CONFIG_CPU_FREQ is not set 200 201 # CONFIG_TAU is not set 202 + # CONFIG_QUICC_ENGINE is not set 201 203 # CONFIG_FSL_ULI1575 is not set 202 204 203 205 # ··· 219 219 # CONFIG_PREEMPT_VOLUNTARY is not set 220 220 # CONFIG_PREEMPT is not set 221 221 CONFIG_BINFMT_ELF=y 222 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 223 + # CONFIG_HAVE_AOUT is not set 222 224 # CONFIG_BINFMT_MISC is not set 223 225 # CONFIG_IOMMU_HELPER is not set 224 226 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 235 233 # CONFIG_SPARSEMEM_MANUAL is not set 236 234 CONFIG_FLATMEM=y 237 235 CONFIG_FLAT_NODE_MEM_MAP=y 238 - # CONFIG_SPARSEMEM_STATIC is not set 239 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 240 236 CONFIG_PAGEFLAGS_EXTENDED=y 241 237 CONFIG_SPLIT_PTLOCK_CPUS=4 242 238 CONFIG_MIGRATION=y 243 239 # CONFIG_RESOURCES_64BIT is not set 240 + # CONFIG_PHYS_ADDR_T_64BIT is not set 244 241 CONFIG_ZONE_DMA_FLAG=1 245 242 CONFIG_BOUNCE=y 246 243 CONFIG_VIRT_TO_BUS=y 244 + CONFIG_UNEVICTABLE_LRU=y 247 245 CONFIG_FORCE_MAX_ZONEORDER=11 248 246 CONFIG_PROC_DEVICETREE=y 249 247 # CONFIG_CMDLINE_BOOL is not set ··· 265 263 # CONFIG_PCIEPORTBUS is not set 266 264 CONFIG_ARCH_SUPPORTS_MSI=y 267 265 # CONFIG_PCI_MSI is not set 268 - CONFIG_PCI_LEGACY=y 266 + # CONFIG_PCI_LEGACY is not set 269 267 # CONFIG_PCI_DEBUG is not set 270 268 # CONFIG_PCCARD is not set 271 269 # CONFIG_HOTPLUG_PCI is not set ··· 326 324 CONFIG_TCP_CONG_CUBIC=y 327 325 CONFIG_DEFAULT_TCP_CONG="cubic" 328 326 # CONFIG_TCP_MD5SIG is not set 329 - # CONFIG_IP_VS is not set 330 327 # CONFIG_IPV6 is not set 331 328 # CONFIG_NETWORK_SECMARK is not set 332 329 CONFIG_NETFILTER=y ··· 355 354 CONFIG_NF_CONNTRACK_SIP=m 356 355 CONFIG_NF_CONNTRACK_TFTP=m 357 356 # CONFIG_NF_CT_NETLINK is not set 357 + # CONFIG_NETFILTER_TPROXY is not set 358 358 CONFIG_NETFILTER_XTABLES=m 359 359 # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 360 360 # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set 361 361 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 362 362 # CONFIG_NETFILTER_XT_TARGET_MARK is not set 363 - # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 364 363 # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 364 + # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 365 365 # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set 366 366 # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 367 367 # CONFIG_NETFILTER_XT_TARGET_TRACE is not set ··· 376 374 # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 377 375 # CONFIG_NETFILTER_XT_MATCH_DSCP is not set 378 376 # CONFIG_NETFILTER_XT_MATCH_ESP is not set 377 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 379 378 # CONFIG_NETFILTER_XT_MATCH_HELPER is not set 380 379 # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 381 380 # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set 382 381 # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set 383 382 CONFIG_NETFILTER_XT_MATCH_MAC=m 384 383 # CONFIG_NETFILTER_XT_MATCH_MARK is not set 384 + # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 385 385 # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 386 386 # CONFIG_NETFILTER_XT_MATCH_POLICY is not set 387 - # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set 388 387 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 389 388 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 390 389 # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 391 390 # CONFIG_NETFILTER_XT_MATCH_REALM is not set 391 + # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 392 392 # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 393 393 CONFIG_NETFILTER_XT_MATCH_STATE=m 394 394 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set ··· 398 394 # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 399 395 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 400 396 # CONFIG_NETFILTER_XT_MATCH_U32 is not set 401 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 397 + # CONFIG_IP_VS is not set 402 398 403 399 # 404 400 # IP: Netfilter Configuration 405 401 # 402 + CONFIG_NF_DEFRAG_IPV4=m 406 403 CONFIG_NF_CONNTRACK_IPV4=m 407 404 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 408 405 # CONFIG_IP_NF_QUEUE is not set 409 406 CONFIG_IP_NF_IPTABLES=m 410 - CONFIG_IP_NF_MATCH_RECENT=m 411 - # CONFIG_IP_NF_MATCH_ECN is not set 412 - # CONFIG_IP_NF_MATCH_AH is not set 413 - # CONFIG_IP_NF_MATCH_TTL is not set 414 407 CONFIG_IP_NF_MATCH_ADDRTYPE=m 408 + # CONFIG_IP_NF_MATCH_AH is not set 409 + # CONFIG_IP_NF_MATCH_ECN is not set 410 + # CONFIG_IP_NF_MATCH_TTL is not set 415 411 CONFIG_IP_NF_FILTER=m 416 412 CONFIG_IP_NF_TARGET_REJECT=m 417 413 # CONFIG_IP_NF_TARGET_LOG is not set ··· 419 415 CONFIG_NF_NAT=m 420 416 CONFIG_NF_NAT_NEEDED=y 421 417 CONFIG_IP_NF_TARGET_MASQUERADE=m 422 - CONFIG_IP_NF_TARGET_REDIRECT=m 423 418 # CONFIG_IP_NF_TARGET_NETMAP is not set 419 + CONFIG_IP_NF_TARGET_REDIRECT=m 424 420 # CONFIG_NF_NAT_SNMP_BASIC is not set 425 421 CONFIG_NF_NAT_PROTO_GRE=m 426 422 CONFIG_NF_NAT_PROTO_SCTP=m ··· 432 428 CONFIG_NF_NAT_H323=m 433 429 CONFIG_NF_NAT_SIP=m 434 430 CONFIG_IP_NF_MANGLE=m 431 + # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 435 432 CONFIG_IP_NF_TARGET_ECN=m 436 433 CONFIG_IP_NF_TARGET_TTL=m 437 - # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 438 434 CONFIG_IP_NF_RAW=m 439 435 CONFIG_IP_NF_ARPTABLES=m 440 436 CONFIG_IP_NF_ARPFILTER=m ··· 444 440 # CONFIG_TIPC is not set 445 441 # CONFIG_ATM is not set 446 442 # CONFIG_BRIDGE is not set 443 + # CONFIG_NET_DSA is not set 447 444 # CONFIG_VLAN_8021Q is not set 448 445 # CONFIG_DECNET is not set 449 446 # CONFIG_LLC2 is not set ··· 465 460 # CONFIG_IRDA is not set 466 461 # CONFIG_BT is not set 467 462 # CONFIG_AF_RXRPC is not set 468 - 469 - # 470 - # Wireless 471 - # 463 + # CONFIG_PHONET is not set 464 + CONFIG_WIRELESS=y 472 465 # CONFIG_CFG80211 is not set 466 + CONFIG_WIRELESS_OLD_REGULATORY=y 473 467 CONFIG_WIRELESS_EXT=y 474 468 CONFIG_WIRELESS_EXT_SYSFS=y 475 469 # CONFIG_MAC80211 is not set ··· 776 772 # CONFIG_ARCNET is not set 777 773 # CONFIG_PHYLIB is not set 778 774 CONFIG_NET_ETHERNET=y 779 - # CONFIG_MII is not set 775 + CONFIG_MII=y 780 776 # CONFIG_HAPPYMEAL is not set 781 777 # CONFIG_SUNGEM is not set 782 778 # CONFIG_CASSINI is not set ··· 796 792 # CONFIG_IBM_NEW_EMAC_RGMII is not set 797 793 # CONFIG_IBM_NEW_EMAC_TAH is not set 798 794 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 795 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 796 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 797 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 799 798 # CONFIG_NET_PCI is not set 800 799 # CONFIG_B44 is not set 800 + # CONFIG_ATL2 is not set 801 801 CONFIG_NETDEV_1000=y 802 802 # CONFIG_ACENIC is not set 803 803 # CONFIG_DL2K is not set ··· 824 816 # CONFIG_QLA3XXX is not set 825 817 # CONFIG_ATL1 is not set 826 818 # CONFIG_ATL1E is not set 819 + # CONFIG_JME is not set 827 820 CONFIG_NETDEV_10000=y 828 821 # CONFIG_CHELSIO_T1 is not set 829 822 # CONFIG_CHELSIO_T3 is not set 823 + # CONFIG_ENIC is not set 830 824 # CONFIG_IXGBE is not set 831 825 # CONFIG_IXGB is not set 832 826 # CONFIG_S2IO is not set 833 827 # CONFIG_MYRI10GE is not set 834 828 # CONFIG_NETXEN_NIC is not set 835 829 # CONFIG_NIU is not set 830 + # CONFIG_MLX4_EN is not set 836 831 # CONFIG_MLX4_CORE is not set 837 832 # CONFIG_TEHUTI is not set 838 833 # CONFIG_BNX2X is not set 834 + # CONFIG_QLGE is not set 839 835 # CONFIG_SFC is not set 840 836 # CONFIG_TR is not set 841 837 ··· 904 892 # CONFIG_INPUT_KEYSPAN_REMOTE is not set 905 893 # CONFIG_INPUT_POWERMATE is not set 906 894 # CONFIG_INPUT_YEALINK is not set 895 + # CONFIG_INPUT_CM109 is not set 907 896 CONFIG_INPUT_UINPUT=m 908 897 909 898 # ··· 1104 1091 # CONFIG_MFD_SM501 is not set 1105 1092 # CONFIG_HTC_PASIC3 is not set 1106 1093 # CONFIG_MFD_TMIO is not set 1094 + # CONFIG_PMIC_DA903X is not set 1095 + # CONFIG_MFD_WM8400 is not set 1096 + # CONFIG_MFD_WM8350_I2C is not set 1097 + 1098 + # 1099 + # Voltage and Current regulators 1100 + # 1101 + # CONFIG_REGULATOR is not set 1102 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1103 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1104 + # CONFIG_REGULATOR_BQ24022 is not set 1107 1105 1108 1106 # 1109 1107 # Multimedia devices ··· 1162 1138 # USB Input Devices 1163 1139 # 1164 1140 # CONFIG_USB_HID is not set 1141 + # CONFIG_HID_PID is not set 1165 1142 1166 1143 # 1167 1144 # USB HID Boot Protocol drivers 1168 1145 # 1169 1146 # CONFIG_USB_KBD is not set 1170 1147 # CONFIG_USB_MOUSE is not set 1148 + 1149 + # 1150 + # Special HID drivers 1151 + # 1152 + CONFIG_HID_COMPAT=y 1171 1153 CONFIG_USB_SUPPORT=y 1172 1154 CONFIG_USB_ARCH_HAS_HCD=y 1173 1155 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1190 1160 # CONFIG_USB_DYNAMIC_MINORS is not set 1191 1161 # CONFIG_USB_OTG is not set 1192 1162 CONFIG_USB_MON=y 1163 + # CONFIG_USB_WUSB is not set 1164 + # CONFIG_USB_WUSB_CBAF is not set 1193 1165 1194 1166 # 1195 1167 # USB Host Controller Drivers ··· 1215 1183 # CONFIG_USB_UHCI_HCD is not set 1216 1184 # CONFIG_USB_SL811_HCD is not set 1217 1185 # CONFIG_USB_R8A66597_HCD is not set 1186 + # CONFIG_USB_WHCI_HCD is not set 1187 + # CONFIG_USB_HWA_HCD is not set 1218 1188 1219 1189 # 1220 1190 # USB Device Class drivers ··· 1224 1190 # CONFIG_USB_ACM is not set 1225 1191 CONFIG_USB_PRINTER=m 1226 1192 # CONFIG_USB_WDM is not set 1193 + # CONFIG_USB_TMC is not set 1227 1194 1228 1195 # 1229 1196 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1309 1274 # CONFIG_USB_EMI62 is not set 1310 1275 # CONFIG_USB_EMI26 is not set 1311 1276 # CONFIG_USB_ADUTUX is not set 1277 + # CONFIG_USB_SEVSEG is not set 1312 1278 # CONFIG_USB_RIO500 is not set 1313 1279 # CONFIG_USB_LEGOTOWER is not set 1314 1280 # CONFIG_USB_LCD is not set ··· 1327 1291 # CONFIG_USB_IOWARRIOR is not set 1328 1292 # CONFIG_USB_TEST is not set 1329 1293 # CONFIG_USB_ISIGHTFW is not set 1294 + # CONFIG_USB_VST is not set 1330 1295 # CONFIG_USB_GADGET is not set 1296 + # CONFIG_UWB is not set 1331 1297 # CONFIG_MMC is not set 1332 1298 # CONFIG_MEMSTICK is not set 1333 1299 # CONFIG_NEW_LEDS is not set ··· 1375 1337 # Platform RTC drivers 1376 1338 # 1377 1339 # CONFIG_RTC_DRV_CMOS is not set 1340 + # CONFIG_RTC_DRV_DS1286 is not set 1378 1341 # CONFIG_RTC_DRV_DS1511 is not set 1379 1342 # CONFIG_RTC_DRV_DS1553 is not set 1380 1343 # CONFIG_RTC_DRV_DS1742 is not set 1381 1344 # CONFIG_RTC_DRV_STK17TA8 is not set 1382 1345 # CONFIG_RTC_DRV_M48T86 is not set 1346 + # CONFIG_RTC_DRV_M48T35 is not set 1383 1347 # CONFIG_RTC_DRV_M48T59 is not set 1348 + # CONFIG_RTC_DRV_BQ4802 is not set 1384 1349 # CONFIG_RTC_DRV_V3020 is not set 1385 1350 1386 1351 # ··· 1392 1351 # CONFIG_RTC_DRV_PPC is not set 1393 1352 # CONFIG_DMADEVICES is not set 1394 1353 # CONFIG_UIO is not set 1354 + # CONFIG_STAGING is not set 1395 1355 1396 1356 # 1397 1357 # File systems ··· 1404 1362 CONFIG_EXT3_FS_XATTR=y 1405 1363 # CONFIG_EXT3_FS_POSIX_ACL is not set 1406 1364 # CONFIG_EXT3_FS_SECURITY is not set 1407 - # CONFIG_EXT4DEV_FS is not set 1365 + # CONFIG_EXT4_FS is not set 1408 1366 CONFIG_JBD=y 1409 1367 CONFIG_FS_MBCACHE=y 1410 1368 # CONFIG_REISERFS_FS is not set 1411 1369 # CONFIG_JFS_FS is not set 1412 1370 CONFIG_FS_POSIX_ACL=y 1371 + CONFIG_FILE_LOCKING=y 1413 1372 CONFIG_XFS_FS=m 1414 1373 # CONFIG_XFS_QUOTA is not set 1415 1374 # CONFIG_XFS_POSIX_ACL is not set ··· 1452 1409 CONFIG_PROC_FS=y 1453 1410 CONFIG_PROC_KCORE=y 1454 1411 CONFIG_PROC_SYSCTL=y 1412 + CONFIG_PROC_PAGE_MONITOR=y 1455 1413 CONFIG_SYSFS=y 1456 1414 CONFIG_TMPFS=y 1457 1415 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1496 1452 CONFIG_NFS_COMMON=y 1497 1453 CONFIG_SUNRPC=y 1498 1454 CONFIG_SUNRPC_GSS=y 1455 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1499 1456 CONFIG_RPCSEC_GSS_KRB5=y 1500 1457 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1501 1458 # CONFIG_SMB_FS is not set ··· 1561 1516 # Library routines 1562 1517 # 1563 1518 CONFIG_BITREVERSE=y 1564 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1565 1519 CONFIG_CRC_CCITT=m 1566 1520 # CONFIG_CRC16 is not set 1567 1521 CONFIG_CRC_T10DIF=y ··· 1616 1572 # CONFIG_DEBUG_SG is not set 1617 1573 # CONFIG_BOOT_PRINTK_DELAY is not set 1618 1574 # CONFIG_RCU_TORTURE_TEST is not set 1575 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1619 1576 # CONFIG_BACKTRACE_SELF_TEST is not set 1577 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1620 1578 # CONFIG_FAULT_INJECTION is not set 1621 1579 # CONFIG_LATENCYTOP is not set 1622 1580 CONFIG_SYSCTL_SYSCALL_CHECK=y 1623 - CONFIG_HAVE_FTRACE=y 1624 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1625 - # CONFIG_FTRACE is not set 1581 + CONFIG_HAVE_FUNCTION_TRACER=y 1582 + 1583 + # 1584 + # Tracers 1585 + # 1586 + # CONFIG_FUNCTION_TRACER is not set 1626 1587 # CONFIG_SCHED_TRACER is not set 1627 1588 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1589 + # CONFIG_BOOT_TRACER is not set 1590 + # CONFIG_STACK_TRACER is not set 1591 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1628 1592 # CONFIG_SAMPLES is not set 1629 1593 CONFIG_HAVE_ARCH_KGDB=y 1630 1594 # CONFIG_KGDB is not set ··· 1641 1589 # CONFIG_DEBUG_PAGEALLOC is not set 1642 1590 # CONFIG_CODE_PATCHING_SELFTEST is not set 1643 1591 # CONFIG_FTR_FIXUP_SELFTEST is not set 1592 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1644 1593 # CONFIG_XMON is not set 1645 1594 # CONFIG_IRQSTACKS is not set 1646 1595 # CONFIG_BDI_SWITCH is not set ··· 1653 1600 # 1654 1601 # CONFIG_KEYS is not set 1655 1602 # CONFIG_SECURITY is not set 1603 + # CONFIG_SECURITYFS is not set 1656 1604 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1657 1605 CONFIG_CRYPTO=y 1658 1606 1659 1607 # 1660 1608 # Crypto core or helper 1661 1609 # 1610 + # CONFIG_CRYPTO_FIPS is not set 1662 1611 CONFIG_CRYPTO_ALGAPI=y 1612 + CONFIG_CRYPTO_AEAD=y 1663 1613 CONFIG_CRYPTO_BLKCIPHER=y 1664 - CONFIG_CRYPTO_HASH=m 1614 + CONFIG_CRYPTO_HASH=y 1615 + CONFIG_CRYPTO_RNG=y 1665 1616 CONFIG_CRYPTO_MANAGER=y 1666 1617 # CONFIG_CRYPTO_GF128MUL is not set 1667 1618 # CONFIG_CRYPTO_NULL is not set ··· 1739 1682 # 1740 1683 CONFIG_CRYPTO_DEFLATE=m 1741 1684 # CONFIG_CRYPTO_LZO is not set 1685 + 1686 + # 1687 + # Random Number Generation 1688 + # 1689 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1742 1690 CONFIG_CRYPTO_HW=y 1743 1691 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1744 1692 # CONFIG_CRYPTO_DEV_TALITOS is not set
+111 -31
arch/powerpc/configs/maple_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:18:58 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:36:45 2008 5 5 # 6 6 CONFIG_PPC64=y 7 7 ··· 20 20 CONFIG_NR_CPUS=4 21 21 CONFIG_64BIT=y 22 22 CONFIG_WORD_SIZE=64 23 - CONFIG_PPC_MERGE=y 23 + CONFIG_ARCH_PHYS_ADDR_T_64BIT=y 24 24 CONFIG_MMU=y 25 25 CONFIG_GENERIC_CMOS_UPDATE=y 26 26 CONFIG_GENERIC_TIME=y ··· 107 107 CONFIG_TIMERFD=y 108 108 CONFIG_EVENTFD=y 109 109 CONFIG_SHMEM=y 110 + CONFIG_AIO=y 110 111 CONFIG_VM_EVENT_COUNTERS=y 112 + CONFIG_PCI_QUIRKS=y 111 113 CONFIG_SLUB_DEBUG=y 112 114 # CONFIG_SLAB is not set 113 115 CONFIG_SLUB=y ··· 127 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 128 126 CONFIG_HAVE_DMA_ATTRS=y 129 127 CONFIG_USE_GENERIC_SMP_HELPERS=y 130 - # CONFIG_HAVE_CLK is not set 131 - CONFIG_PROC_PAGE_MONITOR=y 132 128 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 133 129 CONFIG_SLABINFO=y 134 130 CONFIG_RT_MUTEXES=y ··· 159 159 # CONFIG_DEFAULT_NOOP is not set 160 160 CONFIG_DEFAULT_IOSCHED="anticipatory" 161 161 CONFIG_CLASSIC_RCU=y 162 + # CONFIG_FREEZER is not set 163 + CONFIG_PPC_MSI_BITMAP=y 162 164 163 165 # 164 166 # Platform support ··· 215 213 # CONFIG_PREEMPT is not set 216 214 CONFIG_BINFMT_ELF=y 217 215 CONFIG_COMPAT_BINFMT_ELF=y 216 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 217 + # CONFIG_HAVE_AOUT is not set 218 218 # CONFIG_BINFMT_MISC is not set 219 219 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y 220 220 CONFIG_IOMMU_VMERGE=y ··· 225 221 CONFIG_ARCH_HAS_WALK_MEMORY=y 226 222 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 227 223 CONFIG_KEXEC=y 228 - # CONFIG_CRASH_DUMP is not set 229 224 CONFIG_IRQ_ALL_CPUS=y 230 225 # CONFIG_NUMA is not set 231 226 CONFIG_ARCH_SELECT_MEMORY_MODEL=y ··· 237 234 # CONFIG_SPARSEMEM_MANUAL is not set 238 235 CONFIG_FLATMEM=y 239 236 CONFIG_FLAT_NODE_MEM_MAP=y 240 - # CONFIG_SPARSEMEM_STATIC is not set 241 237 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 242 238 CONFIG_PAGEFLAGS_EXTENDED=y 243 239 CONFIG_SPLIT_PTLOCK_CPUS=4 244 240 # CONFIG_MIGRATION is not set 245 241 CONFIG_RESOURCES_64BIT=y 242 + CONFIG_PHYS_ADDR_T_64BIT=y 246 243 CONFIG_ZONE_DMA_FLAG=1 247 244 CONFIG_BOUNCE=y 245 + CONFIG_UNEVICTABLE_LRU=y 248 246 # CONFIG_PPC_HAS_HASH_64K is not set 249 247 # CONFIG_PPC_64K_PAGES is not set 250 248 CONFIG_FORCE_MAX_ZONEORDER=13 ··· 269 265 # CONFIG_PCIEPORTBUS is not set 270 266 CONFIG_ARCH_SUPPORTS_MSI=y 271 267 CONFIG_PCI_MSI=y 272 - CONFIG_PCI_LEGACY=y 268 + # CONFIG_PCI_LEGACY is not set 273 269 # CONFIG_PCI_DEBUG is not set 274 270 # CONFIG_PCCARD is not set 275 271 # CONFIG_HOTPLUG_PCI is not set 276 272 # CONFIG_HAS_RAPIDIO is not set 273 + # CONFIG_RELOCATABLE is not set 277 274 CONFIG_PAGE_OFFSET=0xc000000000000000 278 275 CONFIG_KERNEL_START=0xc000000000000000 279 276 CONFIG_PHYSICAL_START=0x00000000 ··· 328 323 # CONFIG_TIPC is not set 329 324 # CONFIG_ATM is not set 330 325 # CONFIG_BRIDGE is not set 326 + # CONFIG_NET_DSA is not set 331 327 # CONFIG_VLAN_8021Q is not set 332 328 # CONFIG_DECNET is not set 333 329 # CONFIG_LLC2 is not set ··· 350 344 # CONFIG_IRDA is not set 351 345 # CONFIG_BT is not set 352 346 # CONFIG_AF_RXRPC is not set 353 - 354 - # 355 - # Wireless 356 - # 357 - # CONFIG_CFG80211 is not set 358 - # CONFIG_WIRELESS_EXT is not set 359 - # CONFIG_MAC80211 is not set 360 - # CONFIG_IEEE80211 is not set 347 + # CONFIG_PHONET is not set 348 + # CONFIG_WIRELESS is not set 361 349 # CONFIG_RFKILL is not set 362 350 # CONFIG_NET_9P is not set 363 351 ··· 402 402 # CONFIG_HP_ILO is not set 403 403 CONFIG_HAVE_IDE=y 404 404 CONFIG_IDE=y 405 - CONFIG_BLK_DEV_IDE=y 406 405 407 406 # 408 407 # Please see Documentation/ide/ide.txt for help/info on IDE drives 409 408 # 410 409 CONFIG_IDE_TIMINGS=y 411 410 # CONFIG_BLK_DEV_IDE_SATA is not set 412 - CONFIG_BLK_DEV_IDEDISK=y 413 - # CONFIG_IDEDISK_MULTI_MODE is not set 411 + CONFIG_IDE_GD=y 412 + CONFIG_IDE_GD_ATA=y 413 + # CONFIG_IDE_GD_ATAPI is not set 414 414 CONFIG_BLK_DEV_IDECD=y 415 415 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 416 416 # CONFIG_BLK_DEV_IDETAPE is not set 417 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 418 417 # CONFIG_BLK_DEV_IDESCSI is not set 419 418 CONFIG_IDE_TASK_IOCTL=y 420 419 CONFIG_IDE_PROC_FS=y ··· 643 644 # CONFIG_IBM_NEW_EMAC_RGMII is not set 644 645 # CONFIG_IBM_NEW_EMAC_TAH is not set 645 646 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 647 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 648 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 649 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 646 650 CONFIG_NET_PCI=y 647 651 # CONFIG_PCNET32 is not set 648 652 CONFIG_AMD8111_ETH=y ··· 666 664 # CONFIG_TLAN is not set 667 665 # CONFIG_VIA_RHINE is not set 668 666 # CONFIG_SC92031 is not set 667 + # CONFIG_ATL2 is not set 669 668 CONFIG_NETDEV_1000=y 670 669 # CONFIG_ACENIC is not set 671 670 # CONFIG_DL2K is not set 672 671 CONFIG_E1000=y 673 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 674 672 # CONFIG_E1000E is not set 675 673 # CONFIG_IP1000 is not set 676 674 # CONFIG_IGB is not set ··· 687 685 # CONFIG_QLA3XXX is not set 688 686 # CONFIG_ATL1 is not set 689 687 # CONFIG_ATL1E is not set 688 + # CONFIG_JME is not set 690 689 CONFIG_NETDEV_10000=y 691 690 # CONFIG_CHELSIO_T1 is not set 692 691 # CONFIG_CHELSIO_T3 is not set 692 + # CONFIG_ENIC is not set 693 693 # CONFIG_IXGBE is not set 694 694 # CONFIG_IXGB is not set 695 695 # CONFIG_S2IO is not set 696 696 # CONFIG_MYRI10GE is not set 697 697 # CONFIG_NETXEN_NIC is not set 698 698 # CONFIG_NIU is not set 699 + # CONFIG_MLX4_EN is not set 699 700 # CONFIG_MLX4_CORE is not set 700 701 # CONFIG_TEHUTI is not set 701 702 # CONFIG_BNX2X is not set 703 + # CONFIG_QLGE is not set 702 704 # CONFIG_SFC is not set 703 705 # CONFIG_TR is not set 704 706 ··· 901 895 # CONFIG_MFD_SM501 is not set 902 896 # CONFIG_HTC_PASIC3 is not set 903 897 # CONFIG_MFD_TMIO is not set 898 + # CONFIG_PMIC_DA903X is not set 899 + # CONFIG_MFD_WM8400 is not set 900 + # CONFIG_MFD_WM8350_I2C is not set 901 + 902 + # 903 + # Voltage and Current regulators 904 + # 905 + # CONFIG_REGULATOR is not set 906 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 907 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 908 + # CONFIG_REGULATOR_BQ24022 is not set 904 909 905 910 # 906 911 # Multimedia devices ··· 959 942 # USB Input Devices 960 943 # 961 944 CONFIG_USB_HID=y 962 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 963 - # CONFIG_HID_FF is not set 945 + # CONFIG_HID_PID is not set 964 946 # CONFIG_USB_HIDDEV is not set 947 + 948 + # 949 + # Special HID drivers 950 + # 951 + CONFIG_HID_COMPAT=y 952 + CONFIG_HID_A4TECH=y 953 + CONFIG_HID_APPLE=y 954 + CONFIG_HID_BELKIN=y 955 + CONFIG_HID_BRIGHT=y 956 + CONFIG_HID_CHERRY=y 957 + CONFIG_HID_CHICONY=y 958 + CONFIG_HID_CYPRESS=y 959 + CONFIG_HID_DELL=y 960 + CONFIG_HID_EZKEY=y 961 + CONFIG_HID_GYRATION=y 962 + CONFIG_HID_LOGITECH=y 963 + # CONFIG_LOGITECH_FF is not set 964 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 965 + CONFIG_HID_MICROSOFT=y 966 + CONFIG_HID_MONTEREY=y 967 + CONFIG_HID_PANTHERLORD=y 968 + # CONFIG_PANTHERLORD_FF is not set 969 + CONFIG_HID_PETALYNX=y 970 + CONFIG_HID_SAMSUNG=y 971 + CONFIG_HID_SONY=y 972 + CONFIG_HID_SUNPLUS=y 973 + # CONFIG_THRUSTMASTER_FF is not set 974 + # CONFIG_ZEROPLUS_FF is not set 965 975 CONFIG_USB_SUPPORT=y 966 976 CONFIG_USB_ARCH_HAS_HCD=y 967 977 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1005 961 # CONFIG_USB_DYNAMIC_MINORS is not set 1006 962 # CONFIG_USB_OTG is not set 1007 963 CONFIG_USB_MON=y 964 + # CONFIG_USB_WUSB is not set 965 + # CONFIG_USB_WUSB_CBAF is not set 1008 966 1009 967 # 1010 968 # USB Host Controller Drivers ··· 1026 980 CONFIG_USB_UHCI_HCD=y 1027 981 # CONFIG_USB_SL811_HCD is not set 1028 982 # CONFIG_USB_R8A66597_HCD is not set 983 + # CONFIG_USB_WHCI_HCD is not set 984 + # CONFIG_USB_HWA_HCD is not set 1029 985 1030 986 # 1031 987 # USB Device Class drivers ··· 1035 987 # CONFIG_USB_ACM is not set 1036 988 # CONFIG_USB_PRINTER is not set 1037 989 # CONFIG_USB_WDM is not set 990 + # CONFIG_USB_TMC is not set 1038 991 1039 992 # 1040 993 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1119 1070 # CONFIG_USB_EMI62 is not set 1120 1071 # CONFIG_USB_EMI26 is not set 1121 1072 # CONFIG_USB_ADUTUX is not set 1073 + # CONFIG_USB_SEVSEG is not set 1122 1074 # CONFIG_USB_RIO500 is not set 1123 1075 # CONFIG_USB_LEGOTOWER is not set 1124 1076 # CONFIG_USB_LCD is not set ··· 1137 1087 # CONFIG_USB_IOWARRIOR is not set 1138 1088 # CONFIG_USB_TEST is not set 1139 1089 # CONFIG_USB_ISIGHTFW is not set 1090 + # CONFIG_USB_VST is not set 1140 1091 # CONFIG_USB_GADGET is not set 1092 + # CONFIG_UWB is not set 1141 1093 # CONFIG_MMC is not set 1142 1094 # CONFIG_MEMSTICK is not set 1143 1095 # CONFIG_NEW_LEDS is not set ··· 1149 1097 # CONFIG_RTC_CLASS is not set 1150 1098 # CONFIG_DMADEVICES is not set 1151 1099 # CONFIG_UIO is not set 1100 + # CONFIG_STAGING is not set 1152 1101 1153 1102 # 1154 1103 # File systems ··· 1157 1104 CONFIG_EXT2_FS=y 1158 1105 # CONFIG_EXT2_FS_XATTR is not set 1159 1106 CONFIG_EXT2_FS_XIP=y 1160 - CONFIG_FS_XIP=y 1161 1107 CONFIG_EXT3_FS=y 1162 1108 # CONFIG_EXT3_FS_XATTR is not set 1163 - # CONFIG_EXT4DEV_FS is not set 1109 + CONFIG_EXT4_FS=y 1110 + # CONFIG_EXT4DEV_COMPAT is not set 1111 + CONFIG_EXT4_FS_XATTR=y 1112 + # CONFIG_EXT4_FS_POSIX_ACL is not set 1113 + # CONFIG_EXT4_FS_SECURITY is not set 1114 + CONFIG_FS_XIP=y 1164 1115 CONFIG_JBD=y 1165 1116 # CONFIG_JBD_DEBUG is not set 1117 + CONFIG_JBD2=y 1118 + # CONFIG_JBD2_DEBUG is not set 1119 + CONFIG_FS_MBCACHE=y 1166 1120 # CONFIG_REISERFS_FS is not set 1167 1121 # CONFIG_JFS_FS is not set 1168 1122 CONFIG_FS_POSIX_ACL=y 1123 + CONFIG_FILE_LOCKING=y 1169 1124 # CONFIG_XFS_FS is not set 1170 1125 # CONFIG_GFS2_FS is not set 1171 1126 # CONFIG_OCFS2_FS is not set ··· 1207 1146 CONFIG_PROC_FS=y 1208 1147 CONFIG_PROC_KCORE=y 1209 1148 CONFIG_PROC_SYSCTL=y 1149 + CONFIG_PROC_PAGE_MONITOR=y 1210 1150 CONFIG_SYSFS=y 1211 1151 CONFIG_TMPFS=y 1212 1152 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1247 1185 CONFIG_NFS_COMMON=y 1248 1186 CONFIG_SUNRPC=y 1249 1187 CONFIG_SUNRPC_GSS=y 1188 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1250 1189 CONFIG_RPCSEC_GSS_KRB5=y 1251 1190 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1252 1191 # CONFIG_SMB_FS is not set ··· 1323 1260 # Library routines 1324 1261 # 1325 1262 CONFIG_BITREVERSE=y 1326 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1327 1263 CONFIG_CRC_CCITT=y 1328 - # CONFIG_CRC16 is not set 1264 + CONFIG_CRC16=y 1329 1265 CONFIG_CRC_T10DIF=y 1330 1266 # CONFIG_CRC_ITU_T is not set 1331 1267 CONFIG_CRC32=y ··· 1377 1315 CONFIG_DEBUG_MEMORY_INIT=y 1378 1316 # CONFIG_DEBUG_LIST is not set 1379 1317 # CONFIG_DEBUG_SG is not set 1380 - CONFIG_FRAME_POINTER=y 1381 1318 # CONFIG_BOOT_PRINTK_DELAY is not set 1382 1319 # CONFIG_RCU_TORTURE_TEST is not set 1320 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1383 1321 # CONFIG_KPROBES_SANITY_TEST is not set 1384 1322 # CONFIG_BACKTRACE_SELF_TEST is not set 1323 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1385 1324 # CONFIG_LKDTM is not set 1386 1325 # CONFIG_FAULT_INJECTION is not set 1387 1326 CONFIG_LATENCYTOP=y 1388 1327 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1389 - CONFIG_HAVE_FTRACE=y 1390 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1391 - # CONFIG_FTRACE is not set 1328 + CONFIG_HAVE_FUNCTION_TRACER=y 1329 + 1330 + # 1331 + # Tracers 1332 + # 1333 + # CONFIG_FUNCTION_TRACER is not set 1392 1334 # CONFIG_IRQSOFF_TRACER is not set 1393 1335 # CONFIG_SCHED_TRACER is not set 1394 1336 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1337 + # CONFIG_BOOT_TRACER is not set 1338 + # CONFIG_STACK_TRACER is not set 1339 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 1395 1340 # CONFIG_SAMPLES is not set 1396 1341 CONFIG_HAVE_ARCH_KGDB=y 1397 1342 # CONFIG_KGDB is not set ··· 1407 1338 # CONFIG_DEBUG_PAGEALLOC is not set 1408 1339 # CONFIG_CODE_PATCHING_SELFTEST is not set 1409 1340 # CONFIG_FTR_FIXUP_SELFTEST is not set 1341 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1410 1342 CONFIG_XMON=y 1411 1343 CONFIG_XMON_DEFAULT=y 1412 1344 CONFIG_XMON_DISASSEMBLY=y ··· 1422 1352 # 1423 1353 # CONFIG_KEYS is not set 1424 1354 # CONFIG_SECURITY is not set 1355 + # CONFIG_SECURITYFS is not set 1425 1356 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1426 1357 CONFIG_CRYPTO=y 1427 1358 1428 1359 # 1429 1360 # Crypto core or helper 1430 1361 # 1362 + # CONFIG_CRYPTO_FIPS is not set 1431 1363 CONFIG_CRYPTO_ALGAPI=y 1364 + CONFIG_CRYPTO_AEAD=y 1432 1365 CONFIG_CRYPTO_BLKCIPHER=y 1366 + CONFIG_CRYPTO_HASH=y 1367 + CONFIG_CRYPTO_RNG=y 1433 1368 CONFIG_CRYPTO_MANAGER=y 1434 1369 # CONFIG_CRYPTO_GF128MUL is not set 1435 1370 # CONFIG_CRYPTO_NULL is not set ··· 1507 1432 # 1508 1433 # CONFIG_CRYPTO_DEFLATE is not set 1509 1434 # CONFIG_CRYPTO_LZO is not set 1435 + 1436 + # 1437 + # Random Number Generation 1438 + # 1439 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1510 1440 # CONFIG_CRYPTO_HW is not set 1511 1441 # CONFIG_PPC_CLOCK is not set 1512 1442 # CONFIG_VIRTUALIZATION is not set
+184 -50
arch/powerpc/configs/mgcoge_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.26-rc2 4 - # Thu May 22 08:18:47 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:38 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_ALTIVEC is not set 18 19 CONFIG_PPC_STD_MMU=y 19 20 CONFIG_PPC_STD_MMU_32=y 20 21 # CONFIG_PPC_MM_SLICES is not set 21 22 # CONFIG_SMP is not set 22 23 CONFIG_PPC32=y 23 24 CONFIG_WORD_SIZE=32 24 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 25 26 CONFIG_MMU=y 26 27 CONFIG_GENERIC_CMOS_UPDATE=y 27 28 CONFIG_GENERIC_TIME=y ··· 32 31 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 33 32 CONFIG_IRQ_PER_CPU=y 34 33 CONFIG_STACKTRACE_SUPPORT=y 34 + CONFIG_HAVE_LATENCYTOP_SUPPORT=y 35 35 CONFIG_LOCKDEP_SUPPORT=y 36 36 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 37 37 CONFIG_ARCH_HAS_ILOG2_U32=y 38 38 CONFIG_GENERIC_HWEIGHT=y 39 39 CONFIG_GENERIC_CALIBRATE_DELAY=y 40 40 CONFIG_GENERIC_FIND_NEXT_BIT=y 41 + CONFIG_GENERIC_GPIO=y 41 42 # CONFIG_ARCH_NO_VIRT_TO_BUS is not set 42 43 CONFIG_PPC=y 43 44 CONFIG_EARLY_PRINTK=y ··· 48 45 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 49 46 CONFIG_PPC_OF=y 50 47 CONFIG_OF=y 51 - # CONFIG_PPC_UDBG_16550 is not set 48 + CONFIG_PPC_UDBG_16550=y 52 49 # CONFIG_GENERIC_TBSYNC is not set 53 50 CONFIG_AUDIT_ARCH=y 54 51 CONFIG_GENERIC_BUG=y 55 52 # CONFIG_DEFAULT_UIMAGE is not set 53 + CONFIG_HIBERNATE_32=y 54 + CONFIG_ARCH_HIBERNATION_POSSIBLE=y 56 55 # CONFIG_PPC_DCR_NATIVE is not set 57 56 # CONFIG_PPC_DCR_MMIO is not set 58 57 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 87 82 CONFIG_SYSCTL=y 88 83 CONFIG_EMBEDDED=y 89 84 CONFIG_SYSCTL_SYSCALL=y 90 - CONFIG_SYSCTL_SYSCALL_CHECK=y 91 85 CONFIG_KALLSYMS=y 92 86 CONFIG_KALLSYMS_ALL=y 93 87 # CONFIG_KALLSYMS_EXTRA_PASS is not set ··· 94 90 CONFIG_PRINTK=y 95 91 CONFIG_BUG=y 96 92 CONFIG_ELF_CORE=y 93 + CONFIG_PCSPKR_PLATFORM=y 97 94 CONFIG_COMPAT_BRK=y 98 95 CONFIG_BASE_FULL=y 99 96 CONFIG_FUTEX=y ··· 104 99 CONFIG_TIMERFD=y 105 100 CONFIG_EVENTFD=y 106 101 CONFIG_SHMEM=y 102 + CONFIG_AIO=y 107 103 CONFIG_VM_EVENT_COUNTERS=y 104 + CONFIG_PCI_QUIRKS=y 108 105 CONFIG_SLAB=y 109 106 # CONFIG_SLUB is not set 110 107 # CONFIG_SLOB is not set 111 108 # CONFIG_PROFILING is not set 112 109 # CONFIG_MARKERS is not set 113 110 CONFIG_HAVE_OPROFILE=y 111 + CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 112 + CONFIG_HAVE_IOREMAP_PROT=y 114 113 CONFIG_HAVE_KPROBES=y 115 114 CONFIG_HAVE_KRETPROBES=y 116 - # CONFIG_HAVE_DMA_ATTRS is not set 117 - CONFIG_PROC_PAGE_MONITOR=y 115 + CONFIG_HAVE_ARCH_TRACEHOOK=y 116 + CONFIG_HAVE_CLK=y 117 + # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 118 118 CONFIG_SLABINFO=y 119 119 CONFIG_RT_MUTEXES=y 120 120 # CONFIG_TINY_SHMEM is not set ··· 129 119 # CONFIG_LBD is not set 130 120 # CONFIG_BLK_DEV_IO_TRACE is not set 131 121 # CONFIG_LSF is not set 122 + # CONFIG_BLK_DEV_INTEGRITY is not set 132 123 133 124 # 134 125 # IO Schedulers ··· 144 133 # CONFIG_DEFAULT_NOOP is not set 145 134 CONFIG_DEFAULT_IOSCHED="deadline" 146 135 CONFIG_CLASSIC_RCU=y 136 + # CONFIG_FREEZER is not set 147 137 148 138 # 149 139 # Platform support 150 140 # 151 - # CONFIG_PPC_MULTIPLATFORM is not set 152 - CONFIG_PPC_82xx=y 153 - # CONFIG_PPC_83xx is not set 154 - # CONFIG_PPC_86xx is not set 155 - # CONFIG_PPC_MPC512x is not set 156 - # CONFIG_PPC_MPC5121 is not set 141 + CONFIG_PPC_MULTIPLATFORM=y 142 + CONFIG_CLASSIC32=y 143 + CONFIG_PPC_CHRP=y 144 + # CONFIG_MPC5121_ADS is not set 145 + # CONFIG_MPC5121_GENERIC is not set 146 + # CONFIG_PPC_MPC52xx is not set 147 + CONFIG_PPC_PMAC=y 157 148 # CONFIG_PPC_CELL is not set 158 149 # CONFIG_PPC_CELL_NATIVE is not set 150 + CONFIG_PPC_82xx=y 159 151 # CONFIG_MPC8272_ADS is not set 160 152 # CONFIG_PQ2FADS is not set 161 153 # CONFIG_EP8248E is not set ··· 166 152 # CONFIG_PQ2ADS is not set 167 153 CONFIG_8260=y 168 154 CONFIG_8272=y 155 + # CONFIG_PPC_83xx is not set 156 + # CONFIG_PPC_86xx is not set 157 + # CONFIG_EMBEDDED6xx is not set 158 + CONFIG_PPC_NATIVE=y 159 + # CONFIG_UDBG_RTAS_CONSOLE is not set 169 160 # CONFIG_IPIC is not set 170 - # CONFIG_MPIC is not set 161 + CONFIG_MPIC=y 171 162 # CONFIG_MPIC_WEIRD is not set 172 - # CONFIG_PPC_I8259 is not set 173 - # CONFIG_PPC_RTAS is not set 163 + CONFIG_PPC_I8259=y 164 + CONFIG_PPC_RTAS=y 165 + # CONFIG_RTAS_ERROR_LOGGING is not set 166 + CONFIG_RTAS_PROC=y 174 167 # CONFIG_MMIO_NVRAM is not set 175 - # CONFIG_PPC_MPC106 is not set 168 + CONFIG_PPC_MPC106=y 176 169 # CONFIG_PPC_970_NAP is not set 177 170 # CONFIG_PPC_INDIRECT_IO is not set 178 171 # CONFIG_GENERIC_IOMAP is not set 179 172 # CONFIG_CPU_FREQ is not set 173 + # CONFIG_PPC601_SYNC_FIX is not set 174 + # CONFIG_TAU is not set 175 + # CONFIG_QUICC_ENGINE is not set 180 176 CONFIG_CPM2=y 181 - CONFIG_PPC_CPM_NEW_BINDING=y 182 177 # CONFIG_FSL_ULI1575 is not set 183 178 CONFIG_CPM=y 184 179 ··· 195 172 # Kernel options 196 173 # 197 174 # CONFIG_HIGHMEM is not set 198 - # CONFIG_TICK_ONESHOT is not set 199 175 # CONFIG_NO_HZ is not set 200 176 # CONFIG_HIGH_RES_TIMERS is not set 201 177 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 208 186 # CONFIG_PREEMPT_VOLUNTARY is not set 209 187 # CONFIG_PREEMPT is not set 210 188 CONFIG_BINFMT_ELF=y 189 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 190 + # CONFIG_HAVE_AOUT is not set 211 191 CONFIG_BINFMT_MISC=y 212 192 # CONFIG_IOMMU_HELPER is not set 213 193 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 219 195 CONFIG_ARCH_POPULATES_NODE_MAP=y 220 196 CONFIG_FLATMEM=y 221 197 CONFIG_FLAT_NODE_MEM_MAP=y 222 - # CONFIG_SPARSEMEM_STATIC is not set 223 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 224 198 CONFIG_PAGEFLAGS_EXTENDED=y 225 199 CONFIG_SPLIT_PTLOCK_CPUS=4 200 + CONFIG_MIGRATION=y 226 201 # CONFIG_RESOURCES_64BIT is not set 202 + # CONFIG_PHYS_ADDR_T_64BIT is not set 227 203 CONFIG_ZONE_DMA_FLAG=1 228 204 CONFIG_BOUNCE=y 229 205 CONFIG_VIRT_TO_BUS=y 206 + CONFIG_UNEVICTABLE_LRU=y 230 207 CONFIG_FORCE_MAX_ZONEORDER=11 231 208 CONFIG_PROC_DEVICETREE=y 232 209 # CONFIG_CMDLINE_BOOL is not set 210 + CONFIG_EXTRA_TARGETS="" 233 211 # CONFIG_PM is not set 234 212 # CONFIG_SECCOMP is not set 235 213 CONFIG_ISA_DMA_API=y ··· 239 213 # 240 214 # Bus options 241 215 # 216 + # CONFIG_ISA is not set 242 217 CONFIG_ZONE_DMA=y 218 + CONFIG_PPC_INDIRECT_PCI=y 243 219 CONFIG_FSL_SOC=y 244 - # CONFIG_PCI is not set 245 - # CONFIG_PCI_DOMAINS is not set 246 - # CONFIG_PCI_SYSCALL is not set 247 - # CONFIG_ARCH_SUPPORTS_MSI is not set 220 + CONFIG_PPC_PCI_CHOICE=y 221 + CONFIG_PCI=y 222 + CONFIG_PCI_DOMAINS=y 223 + CONFIG_PCI_SYSCALL=y 224 + CONFIG_PCI_8260=y 225 + # CONFIG_PCIEPORTBUS is not set 226 + CONFIG_ARCH_SUPPORTS_MSI=y 227 + # CONFIG_PCI_MSI is not set 228 + # CONFIG_PCI_LEGACY is not set 229 + # CONFIG_PCI_DEBUG is not set 248 230 # CONFIG_PCCARD is not set 231 + # CONFIG_HOTPLUG_PCI is not set 249 232 # CONFIG_HAS_RAPIDIO is not set 250 233 251 234 # ··· 270 235 CONFIG_KERNEL_START=0xc0000000 271 236 CONFIG_PHYSICAL_START=0x00000000 272 237 CONFIG_TASK_SIZE=0xc0000000 273 - 274 - # 275 - # Networking 276 - # 277 238 CONFIG_NET=y 278 239 279 240 # ··· 307 276 # CONFIG_TCP_CONG_ADVANCED is not set 308 277 CONFIG_TCP_CONG_CUBIC=y 309 278 CONFIG_DEFAULT_TCP_CONG="cubic" 310 - # CONFIG_IP_VS is not set 311 279 # CONFIG_IPV6 is not set 312 280 # CONFIG_NETWORK_SECMARK is not set 313 281 CONFIG_NETFILTER=y ··· 320 290 # CONFIG_NETFILTER_NETLINK_LOG is not set 321 291 # CONFIG_NF_CONNTRACK is not set 322 292 # CONFIG_NETFILTER_XTABLES is not set 293 + # CONFIG_IP_VS is not set 323 294 324 295 # 325 296 # IP: Netfilter Configuration 326 297 # 298 + # CONFIG_NF_DEFRAG_IPV4 is not set 327 299 # CONFIG_IP_NF_QUEUE is not set 328 300 # CONFIG_IP_NF_IPTABLES is not set 329 301 # CONFIG_IP_NF_ARPTABLES is not set ··· 346 314 # CONFIG_CAN is not set 347 315 # CONFIG_IRDA is not set 348 316 # CONFIG_BT is not set 349 - 350 - # 351 - # Wireless 352 - # 317 + # CONFIG_PHONET is not set 318 + CONFIG_WIRELESS=y 353 319 # CONFIG_CFG80211 is not set 320 + CONFIG_WIRELESS_OLD_REGULATORY=y 354 321 # CONFIG_WIRELESS_EXT is not set 355 322 # CONFIG_MAC80211 is not set 356 323 # CONFIG_IEEE80211 is not set ··· 429 398 # CONFIG_MTD_COMPLEX_MAPPINGS is not set 430 399 # CONFIG_MTD_PHYSMAP is not set 431 400 CONFIG_MTD_PHYSMAP_OF=y 401 + # CONFIG_MTD_INTEL_VR_NOR is not set 432 402 # CONFIG_MTD_PLATRAM is not set 433 403 434 404 # 435 405 # Self-contained MTD device drivers 436 406 # 407 + # CONFIG_MTD_PMC551 is not set 437 408 # CONFIG_MTD_SLRAM is not set 438 409 # CONFIG_MTD_PHRAM is not set 439 410 # CONFIG_MTD_MTDRAM is not set ··· 455 422 # 456 423 # CONFIG_MTD_UBI is not set 457 424 CONFIG_OF_DEVICE=y 425 + CONFIG_OF_GPIO=y 458 426 # CONFIG_PARPORT is not set 459 427 CONFIG_BLK_DEV=y 460 428 # CONFIG_BLK_DEV_FD is not set 429 + # CONFIG_MAC_FLOPPY is not set 430 + # CONFIG_BLK_CPQ_DA is not set 431 + # CONFIG_BLK_CPQ_CISS_DA is not set 432 + # CONFIG_BLK_DEV_DAC960 is not set 461 433 # CONFIG_BLK_DEV_COW_COMMON is not set 462 434 CONFIG_BLK_DEV_LOOP=y 463 435 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 464 436 # CONFIG_BLK_DEV_NBD is not set 437 + # CONFIG_BLK_DEV_SX8 is not set 465 438 CONFIG_BLK_DEV_RAM=y 466 439 CONFIG_BLK_DEV_RAM_COUNT=16 467 440 CONFIG_BLK_DEV_RAM_SIZE=4096 468 441 # CONFIG_BLK_DEV_XIP is not set 469 442 # CONFIG_CDROM_PKTCDVD is not set 470 443 # CONFIG_ATA_OVER_ETH is not set 444 + # CONFIG_BLK_DEV_HD is not set 471 445 # CONFIG_MISC_DEVICES is not set 472 446 CONFIG_HAVE_IDE=y 473 447 # CONFIG_IDE is not set ··· 488 448 # CONFIG_SCSI_NETLINK is not set 489 449 # CONFIG_ATA is not set 490 450 # CONFIG_MD is not set 451 + # CONFIG_FUSION is not set 452 + 453 + # 454 + # IEEE 1394 (FireWire) support 455 + # 456 + 457 + # 458 + # A new alternative FireWire stack is available with EXPERIMENTAL=y 459 + # 460 + # CONFIG_IEEE1394 is not set 461 + # CONFIG_I2O is not set 491 462 # CONFIG_MACINTOSH_DRIVERS is not set 492 463 CONFIG_NETDEVICES=y 493 - # CONFIG_NETDEVICES_MULTIQUEUE is not set 494 464 # CONFIG_DUMMY is not set 495 465 # CONFIG_BONDING is not set 496 466 # CONFIG_EQUALIZER is not set 497 467 # CONFIG_TUN is not set 498 468 # CONFIG_VETH is not set 469 + # CONFIG_ARCNET is not set 499 470 CONFIG_PHYLIB=y 500 471 501 472 # ··· 526 475 # CONFIG_MDIO_BITBANG is not set 527 476 CONFIG_NET_ETHERNET=y 528 477 CONFIG_MII=y 478 + # CONFIG_MACE is not set 479 + # CONFIG_BMAC is not set 480 + # CONFIG_HAPPYMEAL is not set 481 + # CONFIG_SUNGEM is not set 482 + # CONFIG_CASSINI is not set 483 + # CONFIG_NET_VENDOR_3COM is not set 484 + # CONFIG_NET_TULIP is not set 485 + # CONFIG_HP100 is not set 529 486 # CONFIG_IBM_NEW_EMAC_ZMII is not set 530 487 # CONFIG_IBM_NEW_EMAC_RGMII is not set 531 488 # CONFIG_IBM_NEW_EMAC_TAH is not set 532 489 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 490 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 491 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 492 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 493 + # CONFIG_NET_PCI is not set 533 494 # CONFIG_B44 is not set 495 + # CONFIG_ATL2 is not set 534 496 CONFIG_FS_ENET=y 535 497 CONFIG_FS_ENET_HAS_SCC=y 536 498 # CONFIG_FS_ENET_HAS_FCC is not set 537 499 # CONFIG_FS_ENET_MDIO_FCC is not set 538 500 # CONFIG_NETDEV_1000 is not set 539 501 # CONFIG_NETDEV_10000 is not set 502 + # CONFIG_TR is not set 540 503 541 504 # 542 505 # Wireless LAN ··· 559 494 # CONFIG_WLAN_80211 is not set 560 495 # CONFIG_IWLWIFI_LEDS is not set 561 496 # CONFIG_WAN is not set 497 + # CONFIG_FDDI is not set 562 498 # CONFIG_PPP is not set 563 499 # CONFIG_SLIP is not set 564 500 # CONFIG_NETPOLL is not set ··· 596 530 # CONFIG_SERIAL_UARTLITE is not set 597 531 CONFIG_SERIAL_CORE=y 598 532 CONFIG_SERIAL_CORE_CONSOLE=y 533 + # CONFIG_SERIAL_PMACZILOG is not set 599 534 CONFIG_SERIAL_CPM=y 600 535 CONFIG_SERIAL_CPM_CONSOLE=y 601 - # CONFIG_SERIAL_CPM_SCC1 is not set 602 - # CONFIG_SERIAL_CPM_SCC2 is not set 603 - # CONFIG_SERIAL_CPM_SCC3 is not set 604 - # CONFIG_SERIAL_CPM_SCC4 is not set 605 - CONFIG_SERIAL_CPM_SMC1=y 606 - CONFIG_SERIAL_CPM_SMC2=y 536 + # CONFIG_SERIAL_JSM is not set 607 537 CONFIG_UNIX98_PTYS=y 608 538 CONFIG_LEGACY_PTYS=y 609 539 CONFIG_LEGACY_PTY_COUNT=256 540 + # CONFIG_BRIQ_PANEL is not set 541 + # CONFIG_HVC_RTAS is not set 610 542 # CONFIG_IPMI_HANDLER is not set 611 543 CONFIG_HW_RANDOM=y 612 544 # CONFIG_NVRAM is not set 613 545 # CONFIG_GEN_RTC is not set 614 546 # CONFIG_R3964 is not set 547 + # CONFIG_APPLICOM is not set 615 548 # CONFIG_RAW_DRIVER is not set 549 + CONFIG_DEVPORT=y 616 550 # CONFIG_I2C is not set 617 551 # CONFIG_SPI is not set 552 + CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 553 + CONFIG_ARCH_REQUIRE_GPIOLIB=y 554 + CONFIG_GPIOLIB=y 555 + # CONFIG_DEBUG_GPIO is not set 556 + 557 + # 558 + # I2C GPIO expanders: 559 + # 560 + 561 + # 562 + # PCI GPIO expanders: 563 + # 564 + # CONFIG_GPIO_BT8XX is not set 565 + 566 + # 567 + # SPI GPIO expanders: 568 + # 618 569 # CONFIG_W1 is not set 619 570 # CONFIG_POWER_SUPPLY is not set 620 571 # CONFIG_HWMON is not set 621 572 # CONFIG_THERMAL is not set 573 + # CONFIG_THERMAL_HWMON is not set 622 574 # CONFIG_WATCHDOG is not set 623 575 624 576 # ··· 648 564 # 649 565 # Multifunction device drivers 650 566 # 567 + # CONFIG_MFD_CORE is not set 651 568 # CONFIG_MFD_SM501 is not set 652 569 # CONFIG_HTC_PASIC3 is not set 570 + # CONFIG_MFD_TMIO is not set 571 + 572 + # 573 + # Voltage and Current regulators 574 + # 575 + # CONFIG_REGULATOR is not set 576 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 577 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 578 + # CONFIG_REGULATOR_BQ24022 is not set 653 579 654 580 # 655 581 # Multimedia devices ··· 680 586 # 681 587 # Graphics support 682 588 # 589 + # CONFIG_AGP is not set 590 + # CONFIG_DRM is not set 683 591 # CONFIG_VGASTATE is not set 684 592 # CONFIG_VIDEO_OUTPUT_CONTROL is not set 685 593 # CONFIG_FB is not set ··· 691 595 # Display device support 692 596 # 693 597 # CONFIG_DISPLAY_SUPPORT is not set 694 - 695 - # 696 - # Sound 697 - # 698 598 # CONFIG_SOUND is not set 699 599 # CONFIG_USB_SUPPORT is not set 700 600 # CONFIG_MMC is not set 701 601 # CONFIG_MEMSTICK is not set 702 602 # CONFIG_NEW_LEDS is not set 703 603 # CONFIG_ACCESSIBILITY is not set 604 + # CONFIG_INFINIBAND is not set 704 605 # CONFIG_RTC_CLASS is not set 705 606 # CONFIG_DMADEVICES is not set 706 607 # CONFIG_UIO is not set 608 + # CONFIG_STAGING is not set 707 609 708 610 # 709 611 # File systems ··· 711 617 # CONFIG_EXT2_FS_XIP is not set 712 618 CONFIG_EXT3_FS=y 713 619 # CONFIG_EXT3_FS_XATTR is not set 620 + # CONFIG_EXT4_FS is not set 714 621 CONFIG_JBD=y 715 622 # CONFIG_JBD_DEBUG is not set 716 623 # CONFIG_REISERFS_FS is not set 717 624 # CONFIG_JFS_FS is not set 718 625 # CONFIG_FS_POSIX_ACL is not set 626 + CONFIG_FILE_LOCKING=y 719 627 # CONFIG_XFS_FS is not set 720 628 # CONFIG_OCFS2_FS is not set 721 629 CONFIG_DNOTIFY=y ··· 747 651 CONFIG_PROC_FS=y 748 652 CONFIG_PROC_KCORE=y 749 653 CONFIG_PROC_SYSCTL=y 654 + CONFIG_PROC_PAGE_MONITOR=y 750 655 CONFIG_SYSFS=y 751 656 CONFIG_TMPFS=y 752 657 # CONFIG_TMPFS_POSIX_ACL is not set ··· 770 673 CONFIG_CRAMFS=y 771 674 # CONFIG_VXFS_FS is not set 772 675 # CONFIG_MINIX_FS is not set 676 + # CONFIG_OMFS_FS is not set 773 677 # CONFIG_HPFS_FS is not set 774 678 # CONFIG_QNX4FS_FS is not set 775 679 # CONFIG_ROMFS_FS is not set ··· 780 682 CONFIG_NFS_FS=y 781 683 CONFIG_NFS_V3=y 782 684 # CONFIG_NFS_V3_ACL is not set 783 - # CONFIG_NFSD is not set 784 685 CONFIG_ROOT_NFS=y 686 + # CONFIG_NFSD is not set 785 687 CONFIG_LOCKD=y 786 688 CONFIG_LOCKD_V4=y 787 689 CONFIG_NFS_COMMON=y ··· 857 759 # Library routines 858 760 # 859 761 CONFIG_BITREVERSE=y 860 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 861 762 # CONFIG_CRC_CCITT is not set 862 763 # CONFIG_CRC16 is not set 764 + # CONFIG_CRC_T10DIF is not set 863 765 # CONFIG_CRC_ITU_T is not set 864 766 CONFIG_CRC32=y 865 767 # CONFIG_CRC7 is not set ··· 902 804 CONFIG_DEBUG_INFO=y 903 805 # CONFIG_DEBUG_VM is not set 904 806 # CONFIG_DEBUG_WRITECOUNT is not set 807 + # CONFIG_DEBUG_MEMORY_INIT is not set 905 808 # CONFIG_DEBUG_LIST is not set 906 809 # CONFIG_DEBUG_SG is not set 907 810 # CONFIG_BOOT_PRINTK_DELAY is not set 811 + # CONFIG_RCU_TORTURE_TEST is not set 812 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 908 813 # CONFIG_BACKTRACE_SELF_TEST is not set 814 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 909 815 # CONFIG_FAULT_INJECTION is not set 816 + # CONFIG_LATENCYTOP is not set 817 + CONFIG_SYSCTL_SYSCALL_CHECK=y 818 + CONFIG_HAVE_FUNCTION_TRACER=y 819 + 820 + # 821 + # Tracers 822 + # 823 + # CONFIG_FUNCTION_TRACER is not set 824 + # CONFIG_SCHED_TRACER is not set 825 + # CONFIG_CONTEXT_SWITCH_TRACER is not set 826 + # CONFIG_BOOT_TRACER is not set 827 + # CONFIG_STACK_TRACER is not set 828 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 910 829 # CONFIG_SAMPLES is not set 830 + CONFIG_HAVE_ARCH_KGDB=y 911 831 # CONFIG_DEBUG_STACKOVERFLOW is not set 912 832 # CONFIG_DEBUG_STACK_USAGE is not set 913 833 # CONFIG_DEBUG_PAGEALLOC is not set 914 - # CONFIG_DEBUGGER is not set 915 - # CONFIG_KGDB_CONSOLE is not set 834 + # CONFIG_CODE_PATCHING_SELFTEST is not set 835 + # CONFIG_FTR_FIXUP_SELFTEST is not set 836 + # CONFIG_MSI_BITMAP_SELFTEST is not set 837 + # CONFIG_XMON is not set 916 838 # CONFIG_IRQSTACKS is not set 917 839 # CONFIG_VIRQ_DEBUG is not set 918 840 CONFIG_BDI_SWITCH=y 841 + # CONFIG_BOOTX_TEXT is not set 919 842 # CONFIG_PPC_EARLY_DEBUG is not set 920 843 921 844 # ··· 944 825 # 945 826 # CONFIG_KEYS is not set 946 827 # CONFIG_SECURITY is not set 828 + # CONFIG_SECURITYFS is not set 829 + # CONFIG_SECURITY_FILE_CAPABILITIES is not set 947 830 CONFIG_CRYPTO=y 948 831 949 832 # 950 833 # Crypto core or helper 951 834 # 835 + # CONFIG_CRYPTO_FIPS is not set 952 836 CONFIG_CRYPTO_ALGAPI=y 837 + CONFIG_CRYPTO_AEAD=y 953 838 CONFIG_CRYPTO_BLKCIPHER=y 839 + CONFIG_CRYPTO_HASH=y 840 + CONFIG_CRYPTO_RNG=y 954 841 CONFIG_CRYPTO_MANAGER=y 955 842 # CONFIG_CRYPTO_NULL is not set 956 843 # CONFIG_CRYPTO_CRYPTD is not set ··· 990 865 # CONFIG_CRYPTO_MD4 is not set 991 866 CONFIG_CRYPTO_MD5=y 992 867 # CONFIG_CRYPTO_MICHAEL_MIC is not set 868 + # CONFIG_CRYPTO_RMD128 is not set 869 + # CONFIG_CRYPTO_RMD160 is not set 870 + # CONFIG_CRYPTO_RMD256 is not set 871 + # CONFIG_CRYPTO_RMD320 is not set 993 872 # CONFIG_CRYPTO_SHA1 is not set 994 873 # CONFIG_CRYPTO_SHA256 is not set 995 874 # CONFIG_CRYPTO_SHA512 is not set ··· 1023 894 # 1024 895 # CONFIG_CRYPTO_DEFLATE is not set 1025 896 # CONFIG_CRYPTO_LZO is not set 897 + 898 + # 899 + # Random Number Generation 900 + # 901 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1026 902 # CONFIG_CRYPTO_HW is not set 1027 - # CONFIG_PPC_CLOCK is not set 903 + CONFIG_PPC_CLOCK=y 1028 904 CONFIG_PPC_LIB_RHEAP=y 1029 905 # CONFIG_VIRTUALIZATION is not set
+72 -35
arch/powerpc/configs/mgsuvd_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.26-rc2 4 - # Wed May 21 13:30:33 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:39 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 19 19 CONFIG_NOT_COHERENT_CACHE=y 20 20 CONFIG_PPC32=y 21 21 CONFIG_WORD_SIZE=32 22 - CONFIG_PPC_MERGE=y 22 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 23 23 CONFIG_MMU=y 24 24 CONFIG_GENERIC_CMOS_UPDATE=y 25 25 CONFIG_GENERIC_TIME=y ··· 29 29 # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 30 30 CONFIG_IRQ_PER_CPU=y 31 31 CONFIG_STACKTRACE_SUPPORT=y 32 + CONFIG_HAVE_LATENCYTOP_SUPPORT=y 32 33 CONFIG_LOCKDEP_SUPPORT=y 33 34 CONFIG_RWSEM_XCHGADD_ALGORITHM=y 34 35 CONFIG_ARCH_HAS_ILOG2_U32=y ··· 100 99 CONFIG_TIMERFD=y 101 100 CONFIG_EVENTFD=y 102 101 CONFIG_SHMEM=y 102 + CONFIG_AIO=y 103 103 # CONFIG_VM_EVENT_COUNTERS is not set 104 104 CONFIG_SLAB=y 105 105 # CONFIG_SLUB is not set ··· 108 106 # CONFIG_PROFILING is not set 109 107 # CONFIG_MARKERS is not set 110 108 CONFIG_HAVE_OPROFILE=y 109 + CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 110 + CONFIG_HAVE_IOREMAP_PROT=y 111 111 CONFIG_HAVE_KPROBES=y 112 112 CONFIG_HAVE_KRETPROBES=y 113 - # CONFIG_HAVE_DMA_ATTRS is not set 114 - CONFIG_PROC_PAGE_MONITOR=y 113 + CONFIG_HAVE_ARCH_TRACEHOOK=y 114 + CONFIG_HAVE_CLK=y 115 + # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 115 116 CONFIG_SLABINFO=y 116 117 CONFIG_RT_MUTEXES=y 117 118 # CONFIG_TINY_SHMEM is not set ··· 125 120 # CONFIG_BLK_DEV_IO_TRACE is not set 126 121 # CONFIG_LSF is not set 127 122 # CONFIG_BLK_DEV_BSG is not set 123 + # CONFIG_BLK_DEV_INTEGRITY is not set 128 124 129 125 # 130 126 # IO Schedulers ··· 140 134 # CONFIG_DEFAULT_NOOP is not set 141 135 CONFIG_DEFAULT_IOSCHED="anticipatory" 142 136 CONFIG_CLASSIC_RCU=y 137 + # CONFIG_FREEZER is not set 143 138 144 139 # 145 140 # Platform support 146 141 # 147 - # CONFIG_PPC_MPC512x is not set 148 - # CONFIG_PPC_MPC5121 is not set 149 142 # CONFIG_PPC_CELL is not set 150 143 # CONFIG_PPC_CELL_NATIVE is not set 151 144 CONFIG_CPM1=y ··· 163 158 # Generic MPC8xx Options 164 159 # 165 160 CONFIG_8xx_COPYBACK=y 161 + # CONFIG_8xx_GPIO is not set 166 162 CONFIG_8xx_CPU6=y 167 163 CONFIG_8xx_CPU15=y 168 164 # CONFIG_NO_UCODE_PATCH is not set ··· 183 177 # CONFIG_PPC_INDIRECT_IO is not set 184 178 # CONFIG_GENERIC_IOMAP is not set 185 179 # CONFIG_CPU_FREQ is not set 186 - CONFIG_PPC_CPM_NEW_BINDING=y 180 + # CONFIG_QUICC_ENGINE is not set 187 181 # CONFIG_FSL_ULI1575 is not set 188 182 CONFIG_CPM=y 189 183 ··· 191 185 # Kernel options 192 186 # 193 187 # CONFIG_HIGHMEM is not set 194 - # CONFIG_TICK_ONESHOT is not set 195 188 # CONFIG_NO_HZ is not set 196 189 # CONFIG_HIGH_RES_TIMERS is not set 197 190 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 204 199 # CONFIG_PREEMPT_VOLUNTARY is not set 205 200 # CONFIG_PREEMPT is not set 206 201 CONFIG_BINFMT_ELF=y 202 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 203 + # CONFIG_HAVE_AOUT is not set 207 204 # CONFIG_BINFMT_MISC is not set 208 205 CONFIG_MATH_EMULATION=y 209 206 # CONFIG_IOMMU_HELPER is not set ··· 220 213 # CONFIG_SPARSEMEM_MANUAL is not set 221 214 CONFIG_FLATMEM=y 222 215 CONFIG_FLAT_NODE_MEM_MAP=y 223 - # CONFIG_SPARSEMEM_STATIC is not set 224 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 225 216 CONFIG_PAGEFLAGS_EXTENDED=y 226 217 CONFIG_SPLIT_PTLOCK_CPUS=4 218 + CONFIG_MIGRATION=y 227 219 # CONFIG_RESOURCES_64BIT is not set 220 + # CONFIG_PHYS_ADDR_T_64BIT is not set 228 221 CONFIG_ZONE_DMA_FLAG=1 229 222 CONFIG_BOUNCE=y 230 223 CONFIG_VIRT_TO_BUS=y 224 + CONFIG_UNEVICTABLE_LRU=y 231 225 CONFIG_FORCE_MAX_ZONEORDER=11 232 226 # CONFIG_PROC_DEVICETREE is not set 233 227 # CONFIG_CMDLINE_BOOL is not set 228 + CONFIG_EXTRA_TARGETS="" 234 229 # CONFIG_PM is not set 235 230 # CONFIG_SECCOMP is not set 236 231 CONFIG_ISA_DMA_API=y ··· 264 255 CONFIG_TASK_SIZE=0x80000000 265 256 CONFIG_CONSISTENT_START=0xfd000000 266 257 CONFIG_CONSISTENT_SIZE=0x00200000 267 - 268 - # 269 - # Networking 270 - # 271 258 CONFIG_NET=y 272 259 273 260 # ··· 314 309 # CONFIG_TIPC is not set 315 310 # CONFIG_ATM is not set 316 311 # CONFIG_BRIDGE is not set 312 + # CONFIG_NET_DSA is not set 317 313 # CONFIG_VLAN_8021Q is not set 318 314 # CONFIG_DECNET is not set 319 315 # CONFIG_LLC2 is not set ··· 335 329 # CONFIG_IRDA is not set 336 330 # CONFIG_BT is not set 337 331 # CONFIG_AF_RXRPC is not set 338 - 339 - # 340 - # Wireless 341 - # 332 + # CONFIG_PHONET is not set 333 + CONFIG_WIRELESS=y 342 334 # CONFIG_CFG80211 is not set 335 + CONFIG_WIRELESS_OLD_REGULATORY=y 343 336 # CONFIG_WIRELESS_EXT is not set 344 337 # CONFIG_MAC80211 is not set 345 338 # CONFIG_IEEE80211 is not set ··· 452 447 # CONFIG_BLK_DEV_XIP is not set 453 448 # CONFIG_CDROM_PKTCDVD is not set 454 449 # CONFIG_ATA_OVER_ETH is not set 450 + # CONFIG_BLK_DEV_HD is not set 455 451 # CONFIG_MISC_DEVICES is not set 456 452 CONFIG_HAVE_IDE=y 457 453 # CONFIG_IDE is not set ··· 468 462 # CONFIG_MD is not set 469 463 # CONFIG_MACINTOSH_DRIVERS is not set 470 464 CONFIG_NETDEVICES=y 471 - # CONFIG_NETDEVICES_MULTIQUEUE is not set 472 465 # CONFIG_DUMMY is not set 473 466 # CONFIG_BONDING is not set 474 467 # CONFIG_MACVLAN is not set ··· 497 492 # CONFIG_IBM_NEW_EMAC_RGMII is not set 498 493 # CONFIG_IBM_NEW_EMAC_TAH is not set 499 494 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 495 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 496 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 497 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 500 498 # CONFIG_B44 is not set 501 499 CONFIG_FS_ENET=y 502 500 CONFIG_FS_ENET_HAS_SCC=y ··· 554 546 CONFIG_SERIAL_CORE_CONSOLE=y 555 547 CONFIG_SERIAL_CPM=y 556 548 CONFIG_SERIAL_CPM_CONSOLE=y 557 - # CONFIG_SERIAL_CPM_SCC1 is not set 558 - # CONFIG_SERIAL_CPM_SCC2 is not set 559 - # CONFIG_SERIAL_CPM_SCC3 is not set 560 - # CONFIG_SERIAL_CPM_SCC4 is not set 561 - CONFIG_SERIAL_CPM_SMC1=y 562 - # CONFIG_SERIAL_CPM_SMC2 is not set 563 549 CONFIG_UNIX98_PTYS=y 564 550 # CONFIG_LEGACY_PTYS is not set 565 551 # CONFIG_IPMI_HANDLER is not set ··· 566 564 # CONFIG_TCG_TPM is not set 567 565 # CONFIG_I2C is not set 568 566 # CONFIG_SPI is not set 567 + CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 568 + # CONFIG_GPIOLIB is not set 569 569 # CONFIG_W1 is not set 570 570 # CONFIG_POWER_SUPPLY is not set 571 571 # CONFIG_HWMON is not set 572 572 # CONFIG_THERMAL is not set 573 + # CONFIG_THERMAL_HWMON is not set 573 574 # CONFIG_WATCHDOG is not set 574 575 575 576 # ··· 584 579 # 585 580 # Multifunction device drivers 586 581 # 582 + # CONFIG_MFD_CORE is not set 587 583 # CONFIG_MFD_SM501 is not set 588 584 # CONFIG_HTC_PASIC3 is not set 585 + # CONFIG_MFD_TMIO is not set 586 + 587 + # 588 + # Voltage and Current regulators 589 + # 590 + # CONFIG_REGULATOR is not set 591 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 592 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 593 + # CONFIG_REGULATOR_BQ24022 is not set 589 594 590 595 # 591 596 # Multimedia devices ··· 625 610 # Display device support 626 611 # 627 612 # CONFIG_DISPLAY_SUPPORT is not set 628 - 629 - # 630 - # Sound 631 - # 632 613 # CONFIG_SOUND is not set 633 614 # CONFIG_USB_SUPPORT is not set 634 615 # CONFIG_MMC is not set ··· 635 624 # CONFIG_RTC_CLASS is not set 636 625 # CONFIG_DMADEVICES is not set 637 626 # CONFIG_UIO is not set 627 + # CONFIG_STAGING is not set 638 628 639 629 # 640 630 # File systems ··· 649 637 CONFIG_EXT3_FS_XATTR=y 650 638 # CONFIG_EXT3_FS_POSIX_ACL is not set 651 639 # CONFIG_EXT3_FS_SECURITY is not set 652 - # CONFIG_EXT4DEV_FS is not set 640 + # CONFIG_EXT4_FS is not set 653 641 CONFIG_JBD=y 654 642 # CONFIG_JBD_DEBUG is not set 655 643 CONFIG_FS_MBCACHE=y 656 644 # CONFIG_REISERFS_FS is not set 657 645 # CONFIG_JFS_FS is not set 658 646 # CONFIG_FS_POSIX_ACL is not set 647 + CONFIG_FILE_LOCKING=y 659 648 # CONFIG_XFS_FS is not set 660 649 # CONFIG_OCFS2_FS is not set 661 650 CONFIG_DNOTIFY=y ··· 686 673 CONFIG_PROC_FS=y 687 674 # CONFIG_PROC_KCORE is not set 688 675 CONFIG_PROC_SYSCTL=y 676 + CONFIG_PROC_PAGE_MONITOR=y 689 677 CONFIG_SYSFS=y 690 678 CONFIG_TMPFS=y 691 679 # CONFIG_TMPFS_POSIX_ACL is not set ··· 717 703 CONFIG_CRAMFS=y 718 704 # CONFIG_VXFS_FS is not set 719 705 # CONFIG_MINIX_FS is not set 706 + # CONFIG_OMFS_FS is not set 720 707 # CONFIG_HPFS_FS is not set 721 708 # CONFIG_QNX4FS_FS is not set 722 709 # CONFIG_ROMFS_FS is not set ··· 728 713 CONFIG_NFS_V3=y 729 714 # CONFIG_NFS_V3_ACL is not set 730 715 # CONFIG_NFS_V4 is not set 731 - # CONFIG_NFSD is not set 732 716 CONFIG_ROOT_NFS=y 717 + # CONFIG_NFSD is not set 733 718 CONFIG_LOCKD=y 734 719 CONFIG_LOCKD_V4=y 735 720 CONFIG_NFS_COMMON=y 736 721 CONFIG_SUNRPC=y 737 - # CONFIG_SUNRPC_BIND34 is not set 722 + # CONFIG_SUNRPC_REGISTER_V4 is not set 738 723 # CONFIG_RPCSEC_GSS_KRB5 is not set 739 724 # CONFIG_RPCSEC_GSS_SPKM3 is not set 740 725 # CONFIG_SMB_FS is not set ··· 771 756 # Library routines 772 757 # 773 758 CONFIG_BITREVERSE=y 774 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 775 759 CONFIG_CRC_CCITT=y 776 760 # CONFIG_CRC16 is not set 761 + # CONFIG_CRC_T10DIF is not set 777 762 # CONFIG_CRC_ITU_T is not set 778 763 CONFIG_CRC32=y 779 764 # CONFIG_CRC7 is not set ··· 798 783 CONFIG_DEBUG_FS=y 799 784 # CONFIG_HEADERS_CHECK is not set 800 785 # CONFIG_DEBUG_KERNEL is not set 786 + # CONFIG_DEBUG_MEMORY_INIT is not set 787 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 788 + # CONFIG_LATENCYTOP is not set 789 + CONFIG_HAVE_FUNCTION_TRACER=y 790 + 791 + # 792 + # Tracers 793 + # 794 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 801 795 # CONFIG_SAMPLES is not set 796 + CONFIG_HAVE_ARCH_KGDB=y 802 797 # CONFIG_IRQSTACKS is not set 803 798 # CONFIG_VIRQ_DEBUG is not set 804 799 # CONFIG_PPC_EARLY_DEBUG is not set ··· 818 793 # 819 794 # CONFIG_KEYS is not set 820 795 # CONFIG_SECURITY is not set 796 + # CONFIG_SECURITYFS is not set 821 797 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 822 798 CONFIG_CRYPTO=y 823 799 824 800 # 825 801 # Crypto core or helper 826 802 # 803 + # CONFIG_CRYPTO_FIPS is not set 827 804 # CONFIG_CRYPTO_MANAGER is not set 828 805 # CONFIG_CRYPTO_GF128MUL is not set 829 806 # CONFIG_CRYPTO_NULL is not set ··· 863 836 # CONFIG_CRYPTO_MD4 is not set 864 837 # CONFIG_CRYPTO_MD5 is not set 865 838 # CONFIG_CRYPTO_MICHAEL_MIC is not set 839 + # CONFIG_CRYPTO_RMD128 is not set 840 + # CONFIG_CRYPTO_RMD160 is not set 841 + # CONFIG_CRYPTO_RMD256 is not set 842 + # CONFIG_CRYPTO_RMD320 is not set 866 843 # CONFIG_CRYPTO_SHA1 is not set 867 844 # CONFIG_CRYPTO_SHA256 is not set 868 845 # CONFIG_CRYPTO_SHA512 is not set ··· 897 866 # 898 867 # CONFIG_CRYPTO_DEFLATE is not set 899 868 # CONFIG_CRYPTO_LZO is not set 869 + 870 + # 871 + # Random Number Generation 872 + # 873 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 900 874 CONFIG_CRYPTO_HW=y 901 - # CONFIG_PPC_CLOCK is not set 875 + # CONFIG_CRYPTO_DEV_TALITOS is not set 876 + CONFIG_PPC_CLOCK=y 902 877 CONFIG_PPC_LIB_RHEAP=y 903 878 # CONFIG_VIRTUALIZATION is not set
+57 -21
arch/powerpc/configs/mpc7448_hpc2_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:06 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:40 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 104 104 CONFIG_TIMERFD=y 105 105 CONFIG_EVENTFD=y 106 106 CONFIG_SHMEM=y 107 + CONFIG_AIO=y 107 108 CONFIG_VM_EVENT_COUNTERS=y 109 + CONFIG_PCI_QUIRKS=y 108 110 CONFIG_SLUB_DEBUG=y 109 111 # CONFIG_SLAB is not set 110 112 CONFIG_SLUB=y ··· 119 117 CONFIG_HAVE_KPROBES=y 120 118 CONFIG_HAVE_KRETPROBES=y 121 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 122 - # CONFIG_HAVE_DMA_ATTRS is not set 123 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 124 - # CONFIG_HAVE_CLK is not set 125 - CONFIG_PROC_PAGE_MONITOR=y 126 120 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 127 121 CONFIG_SLABINFO=y 128 122 CONFIG_RT_MUTEXES=y ··· 145 147 # CONFIG_DEFAULT_NOOP is not set 146 148 CONFIG_DEFAULT_IOSCHED="anticipatory" 147 149 CONFIG_CLASSIC_RCU=y 150 + # CONFIG_FREEZER is not set 148 151 149 152 # 150 153 # Platform support ··· 203 204 # CONFIG_PREEMPT_VOLUNTARY is not set 204 205 # CONFIG_PREEMPT is not set 205 206 CONFIG_BINFMT_ELF=y 207 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 208 + # CONFIG_HAVE_AOUT is not set 206 209 CONFIG_BINFMT_MISC=y 207 210 # CONFIG_IOMMU_HELPER is not set 208 211 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 219 218 # CONFIG_SPARSEMEM_MANUAL is not set 220 219 CONFIG_FLATMEM=y 221 220 CONFIG_FLAT_NODE_MEM_MAP=y 222 - # CONFIG_SPARSEMEM_STATIC is not set 223 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 224 221 CONFIG_PAGEFLAGS_EXTENDED=y 225 222 CONFIG_SPLIT_PTLOCK_CPUS=4 226 223 CONFIG_MIGRATION=y 227 224 # CONFIG_RESOURCES_64BIT is not set 225 + # CONFIG_PHYS_ADDR_T_64BIT is not set 228 226 CONFIG_ZONE_DMA_FLAG=1 229 227 CONFIG_BOUNCE=y 230 228 CONFIG_VIRT_TO_BUS=y 229 + CONFIG_UNEVICTABLE_LRU=y 231 230 CONFIG_FORCE_MAX_ZONEORDER=11 232 231 CONFIG_PROC_DEVICETREE=y 233 232 # CONFIG_CMDLINE_BOOL is not set ··· 248 247 # CONFIG_PCIEPORTBUS is not set 249 248 CONFIG_ARCH_SUPPORTS_MSI=y 250 249 # CONFIG_PCI_MSI is not set 251 - CONFIG_PCI_LEGACY=y 250 + # CONFIG_PCI_LEGACY is not set 252 251 # CONFIG_PCCARD is not set 253 252 # CONFIG_HOTPLUG_PCI is not set 254 253 # CONFIG_HAS_RAPIDIO is not set ··· 316 315 # CONFIG_TIPC is not set 317 316 # CONFIG_ATM is not set 318 317 # CONFIG_BRIDGE is not set 318 + # CONFIG_NET_DSA is not set 319 319 # CONFIG_VLAN_8021Q is not set 320 320 # CONFIG_DECNET is not set 321 321 # CONFIG_LLC2 is not set ··· 337 335 # CONFIG_IRDA is not set 338 336 # CONFIG_BT is not set 339 337 # CONFIG_AF_RXRPC is not set 340 - 341 - # 342 - # Wireless 343 - # 338 + # CONFIG_PHONET is not set 339 + CONFIG_WIRELESS=y 344 340 # CONFIG_CFG80211 is not set 341 + CONFIG_WIRELESS_OLD_REGULATORY=y 345 342 # CONFIG_WIRELESS_EXT is not set 346 343 # CONFIG_MAC80211 is not set 347 344 # CONFIG_IEEE80211 is not set ··· 577 576 # CONFIG_IBM_NEW_EMAC_RGMII is not set 578 577 # CONFIG_IBM_NEW_EMAC_TAH is not set 579 578 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 579 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 580 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 581 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 580 582 CONFIG_NET_PCI=y 581 583 # CONFIG_PCNET32 is not set 582 584 # CONFIG_AMD8111_ETH is not set ··· 604 600 # CONFIG_TLAN is not set 605 601 # CONFIG_VIA_RHINE is not set 606 602 # CONFIG_SC92031 is not set 603 + # CONFIG_ATL2 is not set 607 604 CONFIG_NETDEV_1000=y 608 605 # CONFIG_ACENIC is not set 609 606 # CONFIG_DL2K is not set ··· 627 622 # CONFIG_QLA3XXX is not set 628 623 # CONFIG_ATL1 is not set 629 624 # CONFIG_ATL1E is not set 625 + # CONFIG_JME is not set 630 626 CONFIG_NETDEV_10000=y 631 627 # CONFIG_CHELSIO_T1 is not set 632 628 # CONFIG_CHELSIO_T3 is not set 629 + # CONFIG_ENIC is not set 633 630 # CONFIG_IXGBE is not set 634 631 # CONFIG_IXGB is not set 635 632 # CONFIG_S2IO is not set 636 633 # CONFIG_MYRI10GE is not set 637 634 # CONFIG_NETXEN_NIC is not set 638 635 # CONFIG_NIU is not set 636 + # CONFIG_MLX4_EN is not set 639 637 # CONFIG_MLX4_CORE is not set 640 638 # CONFIG_TEHUTI is not set 641 639 # CONFIG_BNX2X is not set 640 + # CONFIG_QLGE is not set 642 641 # CONFIG_SFC is not set 643 642 # CONFIG_TR is not set 644 643 ··· 776 767 # CONFIG_MFD_TMIO is not set 777 768 778 769 # 770 + # Voltage and Current regulators 771 + # 772 + # CONFIG_REGULATOR is not set 773 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 774 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 775 + # CONFIG_REGULATOR_BQ24022 is not set 776 + 777 + # 779 778 # Multimedia devices 780 779 # 781 780 ··· 818 801 CONFIG_HID=y 819 802 # CONFIG_HID_DEBUG is not set 820 803 # CONFIG_HIDRAW is not set 804 + # CONFIG_HID_PID is not set 805 + 806 + # 807 + # Special HID drivers 808 + # 809 + CONFIG_HID_COMPAT=y 821 810 CONFIG_USB_SUPPORT=y 822 811 CONFIG_USB_ARCH_HAS_HCD=y 823 812 CONFIG_USB_ARCH_HAS_OHCI=y ··· 840 817 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 841 818 # 842 819 # CONFIG_USB_GADGET is not set 820 + # CONFIG_UWB is not set 843 821 # CONFIG_MMC is not set 844 822 # CONFIG_MEMSTICK is not set 845 823 # CONFIG_NEW_LEDS is not set ··· 850 826 # CONFIG_RTC_CLASS is not set 851 827 # CONFIG_DMADEVICES is not set 852 828 # CONFIG_UIO is not set 829 + # CONFIG_STAGING is not set 853 830 854 831 # 855 832 # File systems ··· 862 837 CONFIG_EXT3_FS_XATTR=y 863 838 # CONFIG_EXT3_FS_POSIX_ACL is not set 864 839 # CONFIG_EXT3_FS_SECURITY is not set 865 - # CONFIG_EXT4DEV_FS is not set 840 + # CONFIG_EXT4_FS is not set 866 841 CONFIG_JBD=y 867 842 CONFIG_FS_MBCACHE=y 868 843 # CONFIG_REISERFS_FS is not set 869 844 # CONFIG_JFS_FS is not set 870 845 # CONFIG_FS_POSIX_ACL is not set 846 + CONFIG_FILE_LOCKING=y 871 847 # CONFIG_XFS_FS is not set 872 848 # CONFIG_OCFS2_FS is not set 873 849 CONFIG_DNOTIFY=y ··· 898 872 CONFIG_PROC_FS=y 899 873 CONFIG_PROC_KCORE=y 900 874 CONFIG_PROC_SYSCTL=y 875 + CONFIG_PROC_PAGE_MONITOR=y 901 876 CONFIG_SYSFS=y 902 877 CONFIG_TMPFS=y 903 878 # CONFIG_TMPFS_POSIX_ACL is not set ··· 933 906 CONFIG_LOCKD=y 934 907 CONFIG_NFS_COMMON=y 935 908 CONFIG_SUNRPC=y 909 + # CONFIG_SUNRPC_REGISTER_V4 is not set 936 910 # CONFIG_RPCSEC_GSS_KRB5 is not set 937 911 # CONFIG_RPCSEC_GSS_SPKM3 is not set 938 912 # CONFIG_SMB_FS is not set ··· 970 942 # Library routines 971 943 # 972 944 CONFIG_BITREVERSE=y 973 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 974 945 # CONFIG_CRC_CCITT is not set 975 946 # CONFIG_CRC16 is not set 976 947 CONFIG_CRC_T10DIF=y ··· 999 972 # CONFIG_SLUB_STATS is not set 1000 973 # CONFIG_DEBUG_BUGVERBOSE is not set 1001 974 # CONFIG_DEBUG_MEMORY_INIT is not set 975 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1002 976 # CONFIG_LATENCYTOP is not set 1003 977 CONFIG_SYSCTL_SYSCALL_CHECK=y 1004 - CONFIG_HAVE_FTRACE=y 1005 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1006 - # CONFIG_FTRACE is not set 1007 - # CONFIG_SCHED_TRACER is not set 1008 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 978 + CONFIG_HAVE_FUNCTION_TRACER=y 979 + 980 + # 981 + # Tracers 982 + # 983 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1009 984 # CONFIG_SAMPLES is not set 1010 985 CONFIG_HAVE_ARCH_KGDB=y 1011 986 # CONFIG_IRQSTACKS is not set ··· 1019 990 # 1020 991 # CONFIG_KEYS is not set 1021 992 # CONFIG_SECURITY is not set 993 + # CONFIG_SECURITYFS is not set 1022 994 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1023 995 CONFIG_CRYPTO=y 1024 996 1025 997 # 1026 998 # Crypto core or helper 1027 999 # 1000 + # CONFIG_CRYPTO_FIPS is not set 1028 1001 # CONFIG_CRYPTO_MANAGER is not set 1029 1002 # CONFIG_CRYPTO_GF128MUL is not set 1030 1003 # CONFIG_CRYPTO_NULL is not set ··· 1098 1067 # 1099 1068 # CONFIG_CRYPTO_DEFLATE is not set 1100 1069 # CONFIG_CRYPTO_LZO is not set 1070 + 1071 + # 1072 + # Random Number Generation 1073 + # 1074 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1101 1075 CONFIG_CRYPTO_HW=y 1102 1076 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1103 1077 # CONFIG_PPC_CLOCK is not set
+68 -45
arch/powerpc/configs/mpc8272_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:07 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:41 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 48 48 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 49 49 CONFIG_PPC_OF=y 50 50 CONFIG_OF=y 51 - CONFIG_PPC_UDBG_16550=y 51 + # CONFIG_PPC_UDBG_16550 is not set 52 52 # CONFIG_GENERIC_TBSYNC is not set 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 # CONFIG_PPC_DCR_NATIVE is not set 59 57 # CONFIG_PPC_DCR_MMIO is not set 60 58 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 91 93 CONFIG_PRINTK=y 92 94 CONFIG_BUG=y 93 95 CONFIG_ELF_CORE=y 94 - CONFIG_PCSPKR_PLATFORM=y 95 96 CONFIG_COMPAT_BRK=y 96 97 CONFIG_BASE_FULL=y 97 98 CONFIG_FUTEX=y ··· 100 103 CONFIG_TIMERFD=y 101 104 CONFIG_EVENTFD=y 102 105 CONFIG_SHMEM=y 106 + CONFIG_AIO=y 103 107 CONFIG_VM_EVENT_COUNTERS=y 108 + CONFIG_PCI_QUIRKS=y 104 109 CONFIG_SLUB_DEBUG=y 105 110 # CONFIG_SLAB is not set 106 111 CONFIG_SLUB=y ··· 115 116 CONFIG_HAVE_KPROBES=y 116 117 CONFIG_HAVE_KRETPROBES=y 117 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 118 - # CONFIG_HAVE_DMA_ATTRS is not set 119 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 120 119 CONFIG_HAVE_CLK=y 121 - CONFIG_PROC_PAGE_MONITOR=y 122 120 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 123 121 CONFIG_SLABINFO=y 124 122 CONFIG_RT_MUTEXES=y ··· 141 145 # CONFIG_DEFAULT_NOOP is not set 142 146 CONFIG_DEFAULT_IOSCHED="anticipatory" 143 147 CONFIG_CLASSIC_RCU=y 148 + # CONFIG_FREEZER is not set 144 149 145 150 # 146 151 # Platform support ··· 149 152 CONFIG_PPC_MULTIPLATFORM=y 150 153 CONFIG_CLASSIC32=y 151 154 # CONFIG_PPC_CHRP is not set 152 - # CONFIG_PPC_PMAC is not set 153 155 # CONFIG_MPC5121_ADS is not set 154 156 # CONFIG_MPC5121_GENERIC is not set 155 157 # CONFIG_PPC_MPC52xx is not set 158 + # CONFIG_PPC_PMAC is not set 156 159 # CONFIG_PPC_CELL is not set 157 160 # CONFIG_PPC_CELL_NATIVE is not set 158 161 CONFIG_PPC_82xx=y 159 162 CONFIG_MPC8272_ADS=y 160 163 # CONFIG_PQ2FADS is not set 161 164 # CONFIG_EP8248E is not set 165 + # CONFIG_MGCOGE is not set 162 166 CONFIG_PQ2ADS=y 163 167 CONFIG_8260=y 164 168 CONFIG_8272=y ··· 167 169 # CONFIG_PPC_83xx is not set 168 170 # CONFIG_PPC_86xx is not set 169 171 # CONFIG_EMBEDDED6xx is not set 170 - CONFIG_PPC_NATIVE=y 171 - # CONFIG_UDBG_RTAS_CONSOLE is not set 172 172 # CONFIG_IPIC is not set 173 - CONFIG_MPIC=y 173 + # CONFIG_MPIC is not set 174 174 # CONFIG_MPIC_WEIRD is not set 175 - CONFIG_PPC_I8259=y 176 - CONFIG_PPC_RTAS=y 177 - # CONFIG_RTAS_ERROR_LOGGING is not set 178 - CONFIG_RTAS_PROC=y 175 + # CONFIG_PPC_I8259 is not set 176 + # CONFIG_PPC_RTAS is not set 179 177 # CONFIG_MMIO_NVRAM is not set 180 - CONFIG_PPC_MPC106=y 178 + # CONFIG_PPC_MPC106 is not set 181 179 # CONFIG_PPC_970_NAP is not set 182 180 # CONFIG_PPC_INDIRECT_IO is not set 183 181 # CONFIG_GENERIC_IOMAP is not set 184 182 # CONFIG_CPU_FREQ is not set 185 - # CONFIG_PPC601_SYNC_FIX is not set 186 183 # CONFIG_TAU is not set 184 + # CONFIG_QUICC_ENGINE is not set 187 185 CONFIG_CPM2=y 188 186 # CONFIG_FSL_ULI1575 is not set 189 187 CONFIG_CPM=y ··· 202 208 # CONFIG_PREEMPT_VOLUNTARY is not set 203 209 # CONFIG_PREEMPT is not set 204 210 CONFIG_BINFMT_ELF=y 211 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 212 + # CONFIG_HAVE_AOUT is not set 205 213 CONFIG_BINFMT_MISC=y 206 214 # CONFIG_IOMMU_HELPER is not set 207 215 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 213 217 CONFIG_ARCH_POPULATES_NODE_MAP=y 214 218 CONFIG_FLATMEM=y 215 219 CONFIG_FLAT_NODE_MEM_MAP=y 216 - # CONFIG_SPARSEMEM_STATIC is not set 217 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 218 220 CONFIG_PAGEFLAGS_EXTENDED=y 219 221 CONFIG_SPLIT_PTLOCK_CPUS=4 220 222 CONFIG_MIGRATION=y 221 223 # CONFIG_RESOURCES_64BIT is not set 224 + # CONFIG_PHYS_ADDR_T_64BIT is not set 222 225 CONFIG_ZONE_DMA_FLAG=1 223 226 CONFIG_BOUNCE=y 224 227 CONFIG_VIRT_TO_BUS=y 228 + CONFIG_UNEVICTABLE_LRU=y 225 229 CONFIG_FORCE_MAX_ZONEORDER=11 226 230 CONFIG_PROC_DEVICETREE=y 227 231 # CONFIG_CMDLINE_BOOL is not set ··· 233 237 # 234 238 # Bus options 235 239 # 236 - # CONFIG_ISA is not set 237 240 CONFIG_ZONE_DMA=y 238 241 CONFIG_PPC_INDIRECT_PCI=y 239 242 CONFIG_FSL_SOC=y ··· 244 249 # CONFIG_PCIEPORTBUS is not set 245 250 CONFIG_ARCH_SUPPORTS_MSI=y 246 251 # CONFIG_PCI_MSI is not set 247 - CONFIG_PCI_LEGACY=y 252 + # CONFIG_PCI_LEGACY is not set 248 253 # CONFIG_PCI_DEBUG is not set 249 254 # CONFIG_PCCARD is not set 250 255 # CONFIG_HOTPLUG_PCI is not set ··· 300 305 # CONFIG_TCP_CONG_ADVANCED is not set 301 306 CONFIG_TCP_CONG_CUBIC=y 302 307 CONFIG_DEFAULT_TCP_CONG="cubic" 303 - # CONFIG_IP_VS is not set 304 308 CONFIG_IPV6=y 305 309 # CONFIG_IPV6_PRIVACY is not set 306 310 # CONFIG_IPV6_ROUTER_PREF is not set ··· 326 332 # CONFIG_NETFILTER_NETLINK_LOG is not set 327 333 # CONFIG_NF_CONNTRACK is not set 328 334 # CONFIG_NETFILTER_XTABLES is not set 335 + # CONFIG_IP_VS is not set 329 336 330 337 # 331 338 # IP: Netfilter Configuration 332 339 # 340 + # CONFIG_NF_DEFRAG_IPV4 is not set 333 341 # CONFIG_IP_NF_QUEUE is not set 334 342 # CONFIG_IP_NF_IPTABLES is not set 335 343 # CONFIG_IP_NF_ARPTABLES is not set ··· 358 362 # CONFIG_CAN is not set 359 363 # CONFIG_IRDA is not set 360 364 # CONFIG_BT is not set 361 - 362 - # 363 - # Wireless 364 - # 365 + # CONFIG_PHONET is not set 366 + CONFIG_WIRELESS=y 365 367 # CONFIG_CFG80211 is not set 368 + CONFIG_WIRELESS_OLD_REGULATORY=y 366 369 # CONFIG_WIRELESS_EXT is not set 367 370 # CONFIG_MAC80211 is not set 368 371 # CONFIG_IEEE80211 is not set ··· 467 472 # CONFIG_PARPORT is not set 468 473 CONFIG_BLK_DEV=y 469 474 # CONFIG_BLK_DEV_FD is not set 470 - # CONFIG_MAC_FLOPPY is not set 471 475 # CONFIG_BLK_CPQ_DA is not set 472 476 # CONFIG_BLK_CPQ_CISS_DA is not set 473 477 # CONFIG_BLK_DEV_DAC960 is not set ··· 531 537 # CONFIG_MDIO_OF_GPIO is not set 532 538 CONFIG_NET_ETHERNET=y 533 539 CONFIG_MII=y 534 - # CONFIG_MACE is not set 535 - # CONFIG_BMAC is not set 536 540 # CONFIG_HAPPYMEAL is not set 537 541 # CONFIG_SUNGEM is not set 538 542 # CONFIG_CASSINI is not set ··· 541 549 # CONFIG_IBM_NEW_EMAC_RGMII is not set 542 550 # CONFIG_IBM_NEW_EMAC_TAH is not set 543 551 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 552 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 553 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 554 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 544 555 # CONFIG_NET_PCI is not set 545 556 # CONFIG_B44 is not set 557 + # CONFIG_ATL2 is not set 546 558 CONFIG_FS_ENET=y 547 559 # CONFIG_FS_ENET_HAS_SCC is not set 548 560 CONFIG_FS_ENET_HAS_FCC=y ··· 569 573 # CONFIG_GIANFAR is not set 570 574 # CONFIG_MV643XX_ETH is not set 571 575 # CONFIG_QLA3XXX is not set 576 + # CONFIG_ATL1 is not set 577 + # CONFIG_JME is not set 572 578 CONFIG_NETDEV_10000=y 573 579 # CONFIG_CHELSIO_T1 is not set 574 580 # CONFIG_CHELSIO_T3 is not set 581 + # CONFIG_ENIC is not set 575 582 # CONFIG_IXGBE is not set 576 583 # CONFIG_IXGB is not set 577 584 # CONFIG_S2IO is not set 578 585 # CONFIG_MYRI10GE is not set 579 586 # CONFIG_NETXEN_NIC is not set 580 587 # CONFIG_NIU is not set 588 + # CONFIG_MLX4_EN is not set 581 589 # CONFIG_MLX4_CORE is not set 582 590 # CONFIG_TEHUTI is not set 583 591 # CONFIG_BNX2X is not set 592 + # CONFIG_QLGE is not set 584 593 # CONFIG_SFC is not set 585 594 # CONFIG_TR is not set 586 595 ··· 646 645 CONFIG_MOUSE_PS2_SYNAPTICS=y 647 646 CONFIG_MOUSE_PS2_LIFEBOOK=y 648 647 CONFIG_MOUSE_PS2_TRACKPOINT=y 648 + # CONFIG_MOUSE_PS2_ELANTECH is not set 649 649 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 650 650 # CONFIG_MOUSE_SERIAL is not set 651 651 # CONFIG_MOUSE_VSXXXAA is not set ··· 686 684 # CONFIG_SERIAL_UARTLITE is not set 687 685 CONFIG_SERIAL_CORE=y 688 686 CONFIG_SERIAL_CORE_CONSOLE=y 689 - # CONFIG_SERIAL_PMACZILOG is not set 690 687 CONFIG_SERIAL_CPM=y 691 688 CONFIG_SERIAL_CPM_CONSOLE=y 692 - CONFIG_SERIAL_CPM_SCC1=y 693 - # CONFIG_SERIAL_CPM_SCC2 is not set 694 - # CONFIG_SERIAL_CPM_SCC3 is not set 695 - CONFIG_SERIAL_CPM_SCC4=y 696 - # CONFIG_SERIAL_CPM_SMC1 is not set 697 - # CONFIG_SERIAL_CPM_SMC2 is not set 698 689 # CONFIG_SERIAL_JSM is not set 699 690 CONFIG_UNIX98_PTYS=y 700 691 CONFIG_LEGACY_PTYS=y 701 692 CONFIG_LEGACY_PTY_COUNT=256 702 - # CONFIG_BRIQ_PANEL is not set 703 - # CONFIG_HVC_RTAS is not set 704 693 # CONFIG_IPMI_HANDLER is not set 705 694 CONFIG_HW_RANDOM=y 706 695 # CONFIG_NVRAM is not set ··· 741 748 # CONFIG_MFD_TMIO is not set 742 749 743 750 # 751 + # Voltage and Current regulators 752 + # 753 + # CONFIG_REGULATOR is not set 754 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 755 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 756 + # CONFIG_REGULATOR_BQ24022 is not set 757 + 758 + # 744 759 # Multimedia devices 745 760 # 746 761 ··· 789 788 # CONFIG_RTC_CLASS is not set 790 789 # CONFIG_DMADEVICES is not set 791 790 # CONFIG_UIO is not set 791 + # CONFIG_STAGING is not set 792 792 793 793 # 794 794 # File systems ··· 801 799 CONFIG_EXT3_FS_XATTR=y 802 800 # CONFIG_EXT3_FS_POSIX_ACL is not set 803 801 # CONFIG_EXT3_FS_SECURITY is not set 802 + # CONFIG_EXT4_FS is not set 804 803 CONFIG_JBD=y 805 804 CONFIG_FS_MBCACHE=y 806 805 # CONFIG_REISERFS_FS is not set 807 806 # CONFIG_JFS_FS is not set 808 807 CONFIG_FS_POSIX_ACL=y 808 + CONFIG_FILE_LOCKING=y 809 809 # CONFIG_XFS_FS is not set 810 810 # CONFIG_OCFS2_FS is not set 811 811 CONFIG_DNOTIFY=y ··· 837 833 CONFIG_PROC_FS=y 838 834 CONFIG_PROC_KCORE=y 839 835 CONFIG_PROC_SYSCTL=y 836 + CONFIG_PROC_PAGE_MONITOR=y 840 837 CONFIG_SYSFS=y 841 838 CONFIG_TMPFS=y 842 839 # CONFIG_TMPFS_POSIX_ACL is not set ··· 940 935 # Library routines 941 936 # 942 937 CONFIG_BITREVERSE=y 943 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 944 938 CONFIG_CRC_CCITT=y 945 939 # CONFIG_CRC16 is not set 946 940 # CONFIG_CRC_T10DIF is not set ··· 993 989 # CONFIG_DEBUG_SG is not set 994 990 # CONFIG_BOOT_PRINTK_DELAY is not set 995 991 # CONFIG_RCU_TORTURE_TEST is not set 992 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 996 993 # CONFIG_BACKTRACE_SELF_TEST is not set 994 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 997 995 # CONFIG_FAULT_INJECTION is not set 998 996 # CONFIG_LATENCYTOP is not set 999 997 CONFIG_SYSCTL_SYSCALL_CHECK=y 1000 - CONFIG_HAVE_FTRACE=y 1001 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1002 - # CONFIG_FTRACE is not set 998 + CONFIG_HAVE_FUNCTION_TRACER=y 999 + 1000 + # 1001 + # Tracers 1002 + # 1003 + # CONFIG_FUNCTION_TRACER is not set 1003 1004 # CONFIG_SCHED_TRACER is not set 1004 1005 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1006 + # CONFIG_BOOT_TRACER is not set 1007 + # CONFIG_STACK_TRACER is not set 1008 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1005 1009 # CONFIG_SAMPLES is not set 1006 1010 CONFIG_HAVE_ARCH_KGDB=y 1007 1011 # CONFIG_DEBUG_STACKOVERFLOW is not set ··· 1017 1005 # CONFIG_DEBUG_PAGEALLOC is not set 1018 1006 # CONFIG_CODE_PATCHING_SELFTEST is not set 1019 1007 # CONFIG_FTR_FIXUP_SELFTEST is not set 1008 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1020 1009 # CONFIG_XMON is not set 1021 1010 # CONFIG_IRQSTACKS is not set 1022 1011 CONFIG_BDI_SWITCH=y ··· 1029 1016 # 1030 1017 # CONFIG_KEYS is not set 1031 1018 # CONFIG_SECURITY is not set 1019 + # CONFIG_SECURITYFS is not set 1032 1020 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1033 1021 CONFIG_CRYPTO=y 1034 1022 1035 1023 # 1036 1024 # Crypto core or helper 1037 1025 # 1026 + # CONFIG_CRYPTO_FIPS is not set 1038 1027 CONFIG_CRYPTO_ALGAPI=y 1028 + CONFIG_CRYPTO_AEAD=y 1039 1029 CONFIG_CRYPTO_BLKCIPHER=y 1030 + CONFIG_CRYPTO_HASH=y 1031 + CONFIG_CRYPTO_RNG=y 1040 1032 CONFIG_CRYPTO_MANAGER=y 1041 1033 # CONFIG_CRYPTO_NULL is not set 1042 1034 # CONFIG_CRYPTO_CRYPTD is not set ··· 1108 1090 # 1109 1091 # CONFIG_CRYPTO_DEFLATE is not set 1110 1092 # CONFIG_CRYPTO_LZO is not set 1093 + 1094 + # 1095 + # Random Number Generation 1096 + # 1097 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1111 1098 # CONFIG_CRYPTO_HW is not set 1112 1099 CONFIG_PPC_CLOCK=y 1113 1100 CONFIG_PPC_LIB_RHEAP=y
+100 -56
arch/powerpc/configs/mpc83xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 07:16:25 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:42 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 55 55 CONFIG_GENERIC_BUG=y 56 56 CONFIG_DEFAULT_UIMAGE=y 57 57 CONFIG_REDBOOT=y 58 - CONFIG_HIBERNATE_32=y 59 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 60 58 CONFIG_ARCH_SUSPEND_POSSIBLE=y 61 59 # CONFIG_PPC_DCR_NATIVE is not set 62 60 # CONFIG_PPC_DCR_MMIO is not set ··· 99 101 CONFIG_PRINTK=y 100 102 CONFIG_BUG=y 101 103 CONFIG_ELF_CORE=y 102 - CONFIG_PCSPKR_PLATFORM=y 103 104 CONFIG_COMPAT_BRK=y 104 105 CONFIG_BASE_FULL=y 105 106 CONFIG_FUTEX=y ··· 108 111 CONFIG_TIMERFD=y 109 112 CONFIG_EVENTFD=y 110 113 CONFIG_SHMEM=y 114 + CONFIG_AIO=y 111 115 CONFIG_VM_EVENT_COUNTERS=y 116 + CONFIG_PCI_QUIRKS=y 112 117 CONFIG_SLAB=y 113 118 # CONFIG_SLUB is not set 114 119 # CONFIG_SLOB is not set ··· 123 124 CONFIG_HAVE_KPROBES=y 124 125 CONFIG_HAVE_KRETPROBES=y 125 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 126 - # CONFIG_HAVE_DMA_ATTRS is not set 127 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 128 - # CONFIG_HAVE_CLK is not set 129 - CONFIG_PROC_PAGE_MONITOR=y 130 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 131 128 CONFIG_SLABINFO=y 132 129 CONFIG_RT_MUTEXES=y ··· 155 160 # CONFIG_DEFAULT_NOOP is not set 156 161 CONFIG_DEFAULT_IOSCHED="anticipatory" 157 162 CONFIG_CLASSIC_RCU=y 163 + # CONFIG_FREEZER is not set 158 164 159 165 # 160 166 # Platform support ··· 163 167 CONFIG_PPC_MULTIPLATFORM=y 164 168 CONFIG_CLASSIC32=y 165 169 # CONFIG_PPC_CHRP is not set 166 - # CONFIG_PPC_PMAC is not set 167 170 # CONFIG_MPC5121_ADS is not set 168 171 # CONFIG_MPC5121_GENERIC is not set 169 172 # CONFIG_PPC_MPC52xx is not set 173 + # CONFIG_PPC_PMAC is not set 170 174 # CONFIG_PPC_CELL is not set 171 175 # CONFIG_PPC_CELL_NATIVE is not set 172 176 # CONFIG_PPC_82xx is not set ··· 189 193 CONFIG_PPC_MPC837x=y 190 194 # CONFIG_PPC_86xx is not set 191 195 # CONFIG_EMBEDDED6xx is not set 192 - CONFIG_PPC_NATIVE=y 193 - # CONFIG_UDBG_RTAS_CONSOLE is not set 194 196 CONFIG_IPIC=y 195 - CONFIG_MPIC=y 197 + # CONFIG_MPIC is not set 196 198 # CONFIG_MPIC_WEIRD is not set 197 - CONFIG_PPC_I8259=y 198 - CONFIG_PPC_RTAS=y 199 - # CONFIG_RTAS_ERROR_LOGGING is not set 200 - CONFIG_RTAS_PROC=y 199 + # CONFIG_PPC_I8259 is not set 200 + # CONFIG_PPC_RTAS is not set 201 201 # CONFIG_MMIO_NVRAM is not set 202 - CONFIG_PPC_MPC106=y 202 + # CONFIG_PPC_MPC106 is not set 203 203 # CONFIG_PPC_970_NAP is not set 204 204 # CONFIG_PPC_INDIRECT_IO is not set 205 205 # CONFIG_GENERIC_IOMAP is not set 206 206 # CONFIG_CPU_FREQ is not set 207 - # CONFIG_PPC601_SYNC_FIX is not set 208 207 # CONFIG_TAU is not set 209 208 CONFIG_QUICC_ENGINE=y 209 + CONFIG_QE_GPIO=y 210 210 # CONFIG_FSL_ULI1575 is not set 211 + # CONFIG_MPC8xxx_GPIO is not set 211 212 212 213 # 213 214 # Kernel options 214 215 # 215 216 # CONFIG_HIGHMEM is not set 216 - # CONFIG_TICK_ONESHOT is not set 217 217 # CONFIG_NO_HZ is not set 218 218 # CONFIG_HIGH_RES_TIMERS is not set 219 219 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 223 231 # CONFIG_PREEMPT_VOLUNTARY is not set 224 232 # CONFIG_PREEMPT is not set 225 233 CONFIG_BINFMT_ELF=y 234 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 235 + # CONFIG_HAVE_AOUT is not set 226 236 # CONFIG_BINFMT_MISC is not set 227 237 CONFIG_MATH_EMULATION=y 228 238 # CONFIG_IOMMU_HELPER is not set ··· 240 246 # CONFIG_SPARSEMEM_MANUAL is not set 241 247 CONFIG_FLATMEM=y 242 248 CONFIG_FLAT_NODE_MEM_MAP=y 243 - # CONFIG_SPARSEMEM_STATIC is not set 244 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 245 249 CONFIG_PAGEFLAGS_EXTENDED=y 246 250 CONFIG_SPLIT_PTLOCK_CPUS=4 247 251 CONFIG_MIGRATION=y 248 252 # CONFIG_RESOURCES_64BIT is not set 253 + # CONFIG_PHYS_ADDR_T_64BIT is not set 249 254 CONFIG_ZONE_DMA_FLAG=1 250 255 CONFIG_BOUNCE=y 251 256 CONFIG_VIRT_TO_BUS=y 257 + CONFIG_UNEVICTABLE_LRU=y 252 258 CONFIG_FORCE_MAX_ZONEORDER=11 253 259 CONFIG_PROC_DEVICETREE=y 254 260 # CONFIG_CMDLINE_BOOL is not set ··· 260 266 # 261 267 # Bus options 262 268 # 263 - # CONFIG_ISA is not set 264 269 CONFIG_ZONE_DMA=y 265 270 CONFIG_GENERIC_ISA_DMA=y 266 271 CONFIG_PPC_INDIRECT_PCI=y ··· 274 281 # CONFIG_PCIEPORTBUS is not set 275 282 CONFIG_ARCH_SUPPORTS_MSI=y 276 283 # CONFIG_PCI_MSI is not set 277 - CONFIG_PCI_LEGACY=y 284 + # CONFIG_PCI_LEGACY is not set 278 285 # CONFIG_PCCARD is not set 279 286 # CONFIG_HOTPLUG_PCI is not set 280 287 # CONFIG_HAS_RAPIDIO is not set ··· 342 349 # CONFIG_TIPC is not set 343 350 # CONFIG_ATM is not set 344 351 # CONFIG_BRIDGE is not set 352 + # CONFIG_NET_DSA is not set 345 353 # CONFIG_VLAN_8021Q is not set 346 354 # CONFIG_DECNET is not set 347 355 # CONFIG_LLC2 is not set ··· 363 369 # CONFIG_IRDA is not set 364 370 # CONFIG_BT is not set 365 371 # CONFIG_AF_RXRPC is not set 366 - 367 - # 368 - # Wireless 369 - # 372 + # CONFIG_PHONET is not set 373 + CONFIG_WIRELESS=y 370 374 # CONFIG_CFG80211 is not set 375 + CONFIG_WIRELESS_OLD_REGULATORY=y 371 376 # CONFIG_WIRELESS_EXT is not set 372 377 # CONFIG_MAC80211 is not set 373 378 # CONFIG_IEEE80211 is not set ··· 481 488 # CONFIG_PARPORT is not set 482 489 CONFIG_BLK_DEV=y 483 490 # CONFIG_BLK_DEV_FD is not set 484 - # CONFIG_MAC_FLOPPY is not set 485 491 # CONFIG_BLK_CPQ_DA is not set 486 492 # CONFIG_BLK_CPQ_CISS_DA is not set 487 493 # CONFIG_BLK_DEV_DAC960 is not set ··· 582 590 # CONFIG_SCSI_DC390T is not set 583 591 # CONFIG_SCSI_NSP32 is not set 584 592 # CONFIG_SCSI_DEBUG is not set 585 - # CONFIG_SCSI_MESH is not set 586 - # CONFIG_SCSI_MAC53C94 is not set 587 593 # CONFIG_SCSI_SRP is not set 588 594 # CONFIG_SCSI_DH is not set 589 595 CONFIG_ATA=y ··· 686 696 # CONFIG_MDIO_BITBANG is not set 687 697 CONFIG_NET_ETHERNET=y 688 698 CONFIG_MII=y 689 - # CONFIG_MACE is not set 690 - # CONFIG_BMAC is not set 691 699 # CONFIG_HAPPYMEAL is not set 692 700 # CONFIG_SUNGEM is not set 693 701 # CONFIG_CASSINI is not set ··· 696 708 # CONFIG_IBM_NEW_EMAC_RGMII is not set 697 709 # CONFIG_IBM_NEW_EMAC_TAH is not set 698 710 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 711 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 712 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 713 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 699 714 # CONFIG_NET_PCI is not set 700 715 # CONFIG_B44 is not set 716 + # CONFIG_ATL2 is not set 701 717 CONFIG_NETDEV_1000=y 702 718 # CONFIG_ACENIC is not set 703 719 # CONFIG_DL2K is not set ··· 728 736 # CONFIG_QLA3XXX is not set 729 737 # CONFIG_ATL1 is not set 730 738 # CONFIG_ATL1E is not set 739 + # CONFIG_JME is not set 731 740 CONFIG_NETDEV_10000=y 732 741 # CONFIG_CHELSIO_T1 is not set 733 742 # CONFIG_CHELSIO_T3 is not set 743 + # CONFIG_ENIC is not set 734 744 # CONFIG_IXGBE is not set 735 745 # CONFIG_IXGB is not set 736 746 # CONFIG_S2IO is not set 737 747 # CONFIG_MYRI10GE is not set 738 748 # CONFIG_NETXEN_NIC is not set 739 749 # CONFIG_NIU is not set 750 + # CONFIG_MLX4_EN is not set 740 751 # CONFIG_MLX4_CORE is not set 741 752 # CONFIG_TEHUTI is not set 742 753 # CONFIG_BNX2X is not set 754 + # CONFIG_QLGE is not set 743 755 # CONFIG_SFC is not set 744 756 # CONFIG_TR is not set 745 757 ··· 778 782 # Input device support 779 783 # 780 784 CONFIG_INPUT=y 781 - # CONFIG_INPUT_FF_MEMLESS is not set 785 + CONFIG_INPUT_FF_MEMLESS=m 782 786 # CONFIG_INPUT_POLLDEV is not set 783 787 784 788 # ··· 829 833 # CONFIG_SERIAL_UARTLITE is not set 830 834 CONFIG_SERIAL_CORE=y 831 835 CONFIG_SERIAL_CORE_CONSOLE=y 832 - # CONFIG_SERIAL_PMACZILOG is not set 833 836 # CONFIG_SERIAL_JSM is not set 834 837 # CONFIG_SERIAL_OF_PLATFORM is not set 835 838 # CONFIG_SERIAL_QE is not set 836 839 CONFIG_UNIX98_PTYS=y 837 840 CONFIG_LEGACY_PTYS=y 838 841 CONFIG_LEGACY_PTY_COUNT=256 839 - # CONFIG_BRIQ_PANEL is not set 840 - # CONFIG_HVC_RTAS is not set 841 842 # CONFIG_IPMI_HANDLER is not set 842 843 CONFIG_HW_RANDOM=y 843 844 # CONFIG_NVRAM is not set ··· 871 878 # CONFIG_I2C_SIS96X is not set 872 879 # CONFIG_I2C_VIA is not set 873 880 # CONFIG_I2C_VIAPRO is not set 874 - 875 - # 876 - # Mac SMBus host controller drivers 877 - # 878 - # CONFIG_I2C_HYDRA is not set 879 - CONFIG_I2C_POWERMAC=y 880 881 881 882 # 882 883 # I2C system bus drivers (mostly embedded / system-on-chip) ··· 911 924 # CONFIG_TPS65010 is not set 912 925 # CONFIG_SENSORS_MAX6875 is not set 913 926 # CONFIG_SENSORS_TSL2550 is not set 927 + # CONFIG_MCU_MPC8349EMITX is not set 914 928 # CONFIG_I2C_DEBUG_CORE is not set 915 929 # CONFIG_I2C_DEBUG_ALGO is not set 916 930 # CONFIG_I2C_DEBUG_BUS is not set ··· 951 963 # CONFIG_SENSORS_ADM9240 is not set 952 964 # CONFIG_SENSORS_ADT7470 is not set 953 965 # CONFIG_SENSORS_ADT7473 is not set 954 - # CONFIG_SENSORS_AMS is not set 955 966 # CONFIG_SENSORS_ATXP1 is not set 956 967 # CONFIG_SENSORS_DS1621 is not set 957 968 # CONFIG_SENSORS_I5K_AMB is not set ··· 1005 1018 # CONFIG_SOFT_WATCHDOG is not set 1006 1019 # CONFIG_ALIM7101_WDT is not set 1007 1020 # CONFIG_8xxx_WDT is not set 1008 - # CONFIG_WATCHDOG_RTAS is not set 1009 1021 1010 1022 # 1011 1023 # PCI-based Watchdog Cards ··· 1030 1044 # CONFIG_MFD_SM501 is not set 1031 1045 # CONFIG_HTC_PASIC3 is not set 1032 1046 # CONFIG_MFD_TMIO is not set 1047 + # CONFIG_PMIC_DA903X is not set 1048 + # CONFIG_MFD_WM8400 is not set 1049 + # CONFIG_MFD_WM8350_I2C is not set 1050 + 1051 + # 1052 + # Voltage and Current regulators 1053 + # 1054 + # CONFIG_REGULATOR is not set 1055 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1056 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1057 + # CONFIG_REGULATOR_BQ24022 is not set 1033 1058 1034 1059 # 1035 1060 # Multimedia devices ··· 1083 1086 # USB Input Devices 1084 1087 # 1085 1088 CONFIG_USB_HID=y 1086 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1087 - # CONFIG_HID_FF is not set 1089 + # CONFIG_HID_PID is not set 1088 1090 # CONFIG_USB_HIDDEV is not set 1091 + 1092 + # 1093 + # Special HID drivers 1094 + # 1095 + CONFIG_HID_COMPAT=y 1096 + CONFIG_HID_A4TECH=y 1097 + CONFIG_HID_APPLE=y 1098 + CONFIG_HID_BELKIN=y 1099 + CONFIG_HID_BRIGHT=y 1100 + CONFIG_HID_CHERRY=y 1101 + CONFIG_HID_CHICONY=y 1102 + CONFIG_HID_CYPRESS=y 1103 + CONFIG_HID_DELL=y 1104 + CONFIG_HID_EZKEY=y 1105 + CONFIG_HID_GYRATION=y 1106 + CONFIG_HID_LOGITECH=y 1107 + # CONFIG_LOGITECH_FF is not set 1108 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1109 + CONFIG_HID_MICROSOFT=y 1110 + CONFIG_HID_MONTEREY=y 1111 + CONFIG_HID_PANTHERLORD=y 1112 + # CONFIG_PANTHERLORD_FF is not set 1113 + CONFIG_HID_PETALYNX=y 1114 + CONFIG_HID_SAMSUNG=y 1115 + CONFIG_HID_SONY=y 1116 + CONFIG_HID_SUNPLUS=y 1117 + CONFIG_THRUSTMASTER_FF=m 1118 + CONFIG_ZEROPLUS_FF=m 1089 1119 CONFIG_USB_SUPPORT=y 1090 1120 CONFIG_USB_ARCH_HAS_HCD=y 1091 1121 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1131 1107 # CONFIG_USB_OTG_WHITELIST is not set 1132 1108 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1133 1109 CONFIG_USB_MON=y 1110 + # CONFIG_USB_WUSB is not set 1111 + # CONFIG_USB_WUSB_CBAF is not set 1134 1112 1135 1113 # 1136 1114 # USB Host Controller Drivers ··· 1149 1123 # CONFIG_USB_UHCI_HCD is not set 1150 1124 # CONFIG_USB_SL811_HCD is not set 1151 1125 # CONFIG_USB_R8A66597_HCD is not set 1126 + # CONFIG_USB_WHCI_HCD is not set 1127 + # CONFIG_USB_HWA_HCD is not set 1152 1128 1153 1129 # 1154 1130 # USB Device Class drivers ··· 1158 1130 # CONFIG_USB_ACM is not set 1159 1131 # CONFIG_USB_PRINTER is not set 1160 1132 # CONFIG_USB_WDM is not set 1133 + # CONFIG_USB_TMC is not set 1161 1134 1162 1135 # 1163 1136 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1187 1158 # CONFIG_USB_EMI62 is not set 1188 1159 # CONFIG_USB_EMI26 is not set 1189 1160 # CONFIG_USB_ADUTUX is not set 1161 + # CONFIG_USB_SEVSEG is not set 1190 1162 # CONFIG_USB_RIO500 is not set 1191 1163 # CONFIG_USB_LEGOTOWER is not set 1192 1164 # CONFIG_USB_LCD is not set ··· 1204 1174 # CONFIG_USB_TRANCEVIBRATOR is not set 1205 1175 # CONFIG_USB_IOWARRIOR is not set 1206 1176 # CONFIG_USB_ISIGHTFW is not set 1177 + # CONFIG_USB_VST is not set 1207 1178 # CONFIG_USB_GADGET is not set 1179 + # CONFIG_UWB is not set 1208 1180 # CONFIG_MMC is not set 1209 1181 # CONFIG_MEMSTICK is not set 1210 1182 # CONFIG_NEW_LEDS is not set ··· 1216 1184 # CONFIG_RTC_CLASS is not set 1217 1185 # CONFIG_DMADEVICES is not set 1218 1186 # CONFIG_UIO is not set 1187 + # CONFIG_STAGING is not set 1219 1188 1220 1189 # 1221 1190 # File systems ··· 1228 1195 CONFIG_EXT3_FS_XATTR=y 1229 1196 # CONFIG_EXT3_FS_POSIX_ACL is not set 1230 1197 # CONFIG_EXT3_FS_SECURITY is not set 1231 - # CONFIG_EXT4DEV_FS is not set 1198 + # CONFIG_EXT4_FS is not set 1232 1199 CONFIG_JBD=y 1233 1200 CONFIG_FS_MBCACHE=y 1234 1201 # CONFIG_REISERFS_FS is not set 1235 1202 # CONFIG_JFS_FS is not set 1236 1203 # CONFIG_FS_POSIX_ACL is not set 1204 + CONFIG_FILE_LOCKING=y 1237 1205 # CONFIG_XFS_FS is not set 1238 1206 # CONFIG_OCFS2_FS is not set 1239 1207 CONFIG_DNOTIFY=y ··· 1264 1230 CONFIG_PROC_FS=y 1265 1231 CONFIG_PROC_KCORE=y 1266 1232 CONFIG_PROC_SYSCTL=y 1233 + CONFIG_PROC_PAGE_MONITOR=y 1267 1234 CONFIG_SYSFS=y 1268 1235 CONFIG_TMPFS=y 1269 1236 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1303 1268 CONFIG_NFS_COMMON=y 1304 1269 CONFIG_SUNRPC=y 1305 1270 CONFIG_SUNRPC_GSS=y 1271 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1306 1272 CONFIG_RPCSEC_GSS_KRB5=y 1307 1273 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1308 1274 # CONFIG_SMB_FS is not set ··· 1337 1301 # CONFIG_DLM is not set 1338 1302 CONFIG_UCC_FAST=y 1339 1303 CONFIG_UCC=y 1340 - CONFIG_QE_GPIO=y 1341 1304 1342 1305 # 1343 1306 # Library routines 1344 1307 # 1345 1308 CONFIG_BITREVERSE=y 1346 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1347 1309 # CONFIG_CRC_CCITT is not set 1348 1310 # CONFIG_CRC16 is not set 1349 1311 CONFIG_CRC_T10DIF=y ··· 1369 1335 # CONFIG_DEBUG_KERNEL is not set 1370 1336 # CONFIG_DEBUG_BUGVERBOSE is not set 1371 1337 # CONFIG_DEBUG_MEMORY_INIT is not set 1338 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1372 1339 # CONFIG_LATENCYTOP is not set 1373 1340 CONFIG_SYSCTL_SYSCALL_CHECK=y 1374 - CONFIG_HAVE_FTRACE=y 1375 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1376 - # CONFIG_FTRACE is not set 1377 - # CONFIG_SCHED_TRACER is not set 1378 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1341 + CONFIG_HAVE_FUNCTION_TRACER=y 1342 + 1343 + # 1344 + # Tracers 1345 + # 1346 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1379 1347 # CONFIG_SAMPLES is not set 1380 1348 CONFIG_HAVE_ARCH_KGDB=y 1381 1349 # CONFIG_IRQSTACKS is not set ··· 1389 1353 # 1390 1354 # CONFIG_KEYS is not set 1391 1355 # CONFIG_SECURITY is not set 1356 + # CONFIG_SECURITYFS is not set 1392 1357 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1393 1358 CONFIG_CRYPTO=y 1394 1359 1395 1360 # 1396 1361 # Crypto core or helper 1397 1362 # 1363 + # CONFIG_CRYPTO_FIPS is not set 1398 1364 CONFIG_CRYPTO_ALGAPI=y 1399 1365 CONFIG_CRYPTO_AEAD=y 1400 1366 CONFIG_CRYPTO_BLKCIPHER=y 1401 1367 CONFIG_CRYPTO_HASH=y 1368 + CONFIG_CRYPTO_RNG=y 1402 1369 CONFIG_CRYPTO_MANAGER=y 1403 1370 # CONFIG_CRYPTO_GF128MUL is not set 1404 1371 # CONFIG_CRYPTO_NULL is not set ··· 1474 1435 # 1475 1436 # CONFIG_CRYPTO_DEFLATE is not set 1476 1437 # CONFIG_CRYPTO_LZO is not set 1438 + 1439 + # 1440 + # Random Number Generation 1441 + # 1442 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1477 1443 CONFIG_CRYPTO_HW=y 1478 1444 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1479 1445 CONFIG_CRYPTO_DEV_TALITOS=y
+121 -24
arch/powerpc/configs/mpc85xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 07:15:20 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:43 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 # CONFIG_PPC_MM_SLICES is not set 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 111 111 CONFIG_TIMERFD=y 112 112 CONFIG_EVENTFD=y 113 113 CONFIG_SHMEM=y 114 + CONFIG_AIO=y 114 115 CONFIG_VM_EVENT_COUNTERS=y 116 + CONFIG_PCI_QUIRKS=y 115 117 CONFIG_SLUB_DEBUG=y 116 118 # CONFIG_SLAB is not set 117 119 CONFIG_SLUB=y ··· 127 125 CONFIG_HAVE_KPROBES=y 128 126 CONFIG_HAVE_KRETPROBES=y 129 127 CONFIG_HAVE_ARCH_TRACEHOOK=y 130 - # CONFIG_HAVE_DMA_ATTRS is not set 131 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 132 128 CONFIG_HAVE_CLK=y 133 - CONFIG_PROC_PAGE_MONITOR=y 134 129 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 135 130 CONFIG_SLABINFO=y 136 131 CONFIG_RT_MUTEXES=y ··· 160 161 # CONFIG_DEFAULT_NOOP is not set 161 162 CONFIG_DEFAULT_IOSCHED="cfq" 162 163 CONFIG_CLASSIC_RCU=y 164 + # CONFIG_FREEZER is not set 163 165 164 166 # 165 167 # Platform support ··· 197 197 # CONFIG_GENERIC_IOMAP is not set 198 198 # CONFIG_CPU_FREQ is not set 199 199 CONFIG_QUICC_ENGINE=y 200 + # CONFIG_QE_GPIO is not set 200 201 CONFIG_CPM2=y 201 202 CONFIG_FSL_ULI1575=y 202 203 CONFIG_CPM=y 204 + # CONFIG_MPC8xxx_GPIO is not set 203 205 204 206 # 205 207 # Kernel options ··· 221 219 # CONFIG_PREEMPT_VOLUNTARY is not set 222 220 # CONFIG_PREEMPT is not set 223 221 CONFIG_BINFMT_ELF=y 222 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 223 + # CONFIG_HAVE_AOUT is not set 224 224 CONFIG_BINFMT_MISC=m 225 225 CONFIG_MATH_EMULATION=y 226 226 # CONFIG_IOMMU_HELPER is not set ··· 237 233 # CONFIG_SPARSEMEM_MANUAL is not set 238 234 CONFIG_FLATMEM=y 239 235 CONFIG_FLAT_NODE_MEM_MAP=y 240 - # CONFIG_SPARSEMEM_STATIC is not set 241 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 242 236 CONFIG_PAGEFLAGS_EXTENDED=y 243 237 CONFIG_SPLIT_PTLOCK_CPUS=4 244 238 CONFIG_MIGRATION=y 245 239 # CONFIG_RESOURCES_64BIT is not set 240 + # CONFIG_PHYS_ADDR_T_64BIT is not set 246 241 CONFIG_ZONE_DMA_FLAG=1 247 242 CONFIG_BOUNCE=y 248 243 CONFIG_VIRT_TO_BUS=y 244 + CONFIG_UNEVICTABLE_LRU=y 249 245 CONFIG_FORCE_MAX_ZONEORDER=11 250 246 CONFIG_PROC_DEVICETREE=y 251 247 # CONFIG_CMDLINE_BOOL is not set ··· 269 265 # CONFIG_PCIEPORTBUS is not set 270 266 CONFIG_ARCH_SUPPORTS_MSI=y 271 267 # CONFIG_PCI_MSI is not set 272 - CONFIG_PCI_LEGACY=y 268 + # CONFIG_PCI_LEGACY is not set 273 269 # CONFIG_PCI_DEBUG is not set 274 270 # CONFIG_PCCARD is not set 275 271 # CONFIG_HOTPLUG_PCI is not set ··· 371 367 # CONFIG_TIPC is not set 372 368 # CONFIG_ATM is not set 373 369 # CONFIG_BRIDGE is not set 370 + # CONFIG_NET_DSA is not set 374 371 # CONFIG_VLAN_8021Q is not set 375 372 # CONFIG_DECNET is not set 376 373 # CONFIG_LLC2 is not set ··· 392 387 # CONFIG_IRDA is not set 393 388 # CONFIG_BT is not set 394 389 # CONFIG_AF_RXRPC is not set 390 + # CONFIG_PHONET is not set 395 391 CONFIG_FIB_RULES=y 396 - 397 - # 398 - # Wireless 399 - # 392 + CONFIG_WIRELESS=y 400 393 # CONFIG_CFG80211 is not set 394 + CONFIG_WIRELESS_OLD_REGULATORY=y 401 395 # CONFIG_WIRELESS_EXT is not set 402 396 # CONFIG_MAC80211 is not set 403 397 # CONFIG_IEEE80211 is not set ··· 643 639 # CONFIG_IBM_NEW_EMAC_RGMII is not set 644 640 # CONFIG_IBM_NEW_EMAC_TAH is not set 645 641 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 642 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 643 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 644 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 646 645 # CONFIG_NET_PCI is not set 647 646 # CONFIG_B44 is not set 647 + # CONFIG_ATL2 is not set 648 648 # CONFIG_FS_ENET is not set 649 649 CONFIG_NETDEV_1000=y 650 650 # CONFIG_ACENIC is not set ··· 672 664 # CONFIG_QLA3XXX is not set 673 665 # CONFIG_ATL1 is not set 674 666 # CONFIG_ATL1E is not set 667 + # CONFIG_JME is not set 675 668 CONFIG_NETDEV_10000=y 676 669 # CONFIG_CHELSIO_T1 is not set 677 670 # CONFIG_CHELSIO_T3 is not set 671 + # CONFIG_ENIC is not set 678 672 # CONFIG_IXGBE is not set 679 673 # CONFIG_IXGB is not set 680 674 # CONFIG_S2IO is not set 681 675 # CONFIG_MYRI10GE is not set 682 676 # CONFIG_NETXEN_NIC is not set 683 677 # CONFIG_NIU is not set 678 + # CONFIG_MLX4_EN is not set 684 679 # CONFIG_MLX4_CORE is not set 685 680 # CONFIG_TEHUTI is not set 686 681 # CONFIG_BNX2X is not set 682 + # CONFIG_QLGE is not set 687 683 # CONFIG_SFC is not set 688 684 # CONFIG_TR is not set 689 685 ··· 722 710 # Input device support 723 711 # 724 712 CONFIG_INPUT=y 725 - # CONFIG_INPUT_FF_MEMLESS is not set 713 + CONFIG_INPUT_FF_MEMLESS=m 726 714 # CONFIG_INPUT_POLLDEV is not set 727 715 728 716 # ··· 914 902 # CONFIG_MFD_CORE is not set 915 903 # CONFIG_MFD_SM501 is not set 916 904 # CONFIG_HTC_PASIC3 is not set 905 + # CONFIG_UCB1400_CORE is not set 917 906 # CONFIG_MFD_TMIO is not set 907 + # CONFIG_PMIC_DA903X is not set 908 + # CONFIG_MFD_WM8400 is not set 909 + # CONFIG_MFD_WM8350_I2C is not set 910 + 911 + # 912 + # Voltage and Current regulators 913 + # 914 + # CONFIG_REGULATOR is not set 915 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 916 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 917 + # CONFIG_REGULATOR_BQ24022 is not set 918 918 919 919 # 920 920 # Multimedia devices ··· 967 943 # CONFIG_DVB_USB is not set 968 944 # CONFIG_DVB_TTUSB_BUDGET is not set 969 945 # CONFIG_DVB_TTUSB_DEC is not set 970 - # CONFIG_DVB_CINERGYT2 is not set 971 946 # CONFIG_DVB_SIANO_SMS1XXX is not set 972 947 973 948 # ··· 984 961 # CONFIG_DVB_PLUTO2 is not set 985 962 986 963 # 964 + # Supported SDMC DM1105 Adapters 965 + # 966 + # CONFIG_DVB_DM1105 is not set 967 + 968 + # 987 969 # Supported DVB Frontends 988 970 # 989 971 ··· 1004 976 # CONFIG_DVB_CX24123 is not set 1005 977 # CONFIG_DVB_MT312 is not set 1006 978 # CONFIG_DVB_S5H1420 is not set 979 + # CONFIG_DVB_STV0288 is not set 980 + # CONFIG_DVB_STB6000 is not set 1007 981 # CONFIG_DVB_STV0299 is not set 1008 982 # CONFIG_DVB_TDA8083 is not set 1009 983 # CONFIG_DVB_TDA10086 is not set ··· 1013 983 # CONFIG_DVB_TUNER_ITD1000 is not set 1014 984 # CONFIG_DVB_TDA826X is not set 1015 985 # CONFIG_DVB_TUA6100 is not set 986 + # CONFIG_DVB_CX24116 is not set 987 + # CONFIG_DVB_SI21XX is not set 1016 988 1017 989 # 1018 990 # DVB-T (terrestrial) frontends ··· 1067 1035 # CONFIG_DVB_LNBP21 is not set 1068 1036 # CONFIG_DVB_ISL6405 is not set 1069 1037 # CONFIG_DVB_ISL6421 is not set 1038 + # CONFIG_DVB_LGS8GL5 is not set 1039 + 1040 + # 1041 + # Tools to develop new frontends 1042 + # 1043 + # CONFIG_DVB_DUMMY_FE is not set 1044 + # CONFIG_DVB_AF9013 is not set 1070 1045 CONFIG_DAB=y 1071 1046 # CONFIG_USB_DABUSB is not set 1072 1047 ··· 1099 1060 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1100 1061 CONFIG_DUMMY_CONSOLE=y 1101 1062 CONFIG_SOUND=y 1063 + CONFIG_SOUND_OSS_CORE=y 1102 1064 CONFIG_SND=y 1103 1065 CONFIG_SND_TIMER=y 1104 1066 CONFIG_SND_PCM=y ··· 1200 1160 # USB Input Devices 1201 1161 # 1202 1162 CONFIG_USB_HID=y 1203 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1204 - # CONFIG_HID_FF is not set 1163 + # CONFIG_HID_PID is not set 1205 1164 # CONFIG_USB_HIDDEV is not set 1165 + 1166 + # 1167 + # Special HID drivers 1168 + # 1169 + CONFIG_HID_COMPAT=y 1170 + CONFIG_HID_A4TECH=y 1171 + CONFIG_HID_APPLE=y 1172 + CONFIG_HID_BELKIN=y 1173 + CONFIG_HID_BRIGHT=y 1174 + CONFIG_HID_CHERRY=y 1175 + CONFIG_HID_CHICONY=y 1176 + CONFIG_HID_CYPRESS=y 1177 + CONFIG_HID_DELL=y 1178 + CONFIG_HID_EZKEY=y 1179 + CONFIG_HID_GYRATION=y 1180 + CONFIG_HID_LOGITECH=y 1181 + # CONFIG_LOGITECH_FF is not set 1182 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1183 + CONFIG_HID_MICROSOFT=y 1184 + CONFIG_HID_MONTEREY=y 1185 + CONFIG_HID_PANTHERLORD=y 1186 + # CONFIG_PANTHERLORD_FF is not set 1187 + CONFIG_HID_PETALYNX=y 1188 + CONFIG_HID_SAMSUNG=y 1189 + CONFIG_HID_SONY=y 1190 + CONFIG_HID_SUNPLUS=y 1191 + CONFIG_THRUSTMASTER_FF=m 1192 + CONFIG_ZEROPLUS_FF=m 1206 1193 CONFIG_USB_SUPPORT=y 1207 1194 CONFIG_USB_ARCH_HAS_HCD=y 1208 1195 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1248 1181 # CONFIG_USB_OTG_WHITELIST is not set 1249 1182 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1250 1183 CONFIG_USB_MON=y 1184 + # CONFIG_USB_WUSB is not set 1185 + # CONFIG_USB_WUSB_CBAF is not set 1251 1186 1252 1187 # 1253 1188 # USB Host Controller Drivers ··· 1273 1204 # CONFIG_USB_UHCI_HCD is not set 1274 1205 # CONFIG_USB_SL811_HCD is not set 1275 1206 # CONFIG_USB_R8A66597_HCD is not set 1207 + # CONFIG_USB_WHCI_HCD is not set 1208 + # CONFIG_USB_HWA_HCD is not set 1276 1209 # CONFIG_USB_MUSB_HDRC is not set 1277 1210 1278 1211 # ··· 1283 1212 # CONFIG_USB_ACM is not set 1284 1213 # CONFIG_USB_PRINTER is not set 1285 1214 # CONFIG_USB_WDM is not set 1215 + # CONFIG_USB_TMC is not set 1286 1216 1287 1217 # 1288 1218 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1305 1233 # CONFIG_USB_STORAGE_ALAUDA is not set 1306 1234 # CONFIG_USB_STORAGE_ONETOUCH is not set 1307 1235 # CONFIG_USB_STORAGE_KARMA is not set 1308 - # CONFIG_USB_STORAGE_SIERRA is not set 1309 1236 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1310 1237 # CONFIG_USB_LIBUSUAL is not set 1311 1238 ··· 1325 1254 # CONFIG_USB_EMI62 is not set 1326 1255 # CONFIG_USB_EMI26 is not set 1327 1256 # CONFIG_USB_ADUTUX is not set 1257 + # CONFIG_USB_SEVSEG is not set 1328 1258 # CONFIG_USB_RIO500 is not set 1329 1259 # CONFIG_USB_LEGOTOWER is not set 1330 1260 # CONFIG_USB_LCD is not set ··· 1343 1271 # CONFIG_USB_IOWARRIOR is not set 1344 1272 # CONFIG_USB_TEST is not set 1345 1273 # CONFIG_USB_ISIGHTFW is not set 1274 + # CONFIG_USB_VST is not set 1346 1275 # CONFIG_USB_GADGET is not set 1276 + # CONFIG_UWB is not set 1347 1277 # CONFIG_MMC is not set 1348 1278 # CONFIG_MEMSTICK is not set 1349 1279 # CONFIG_NEW_LEDS is not set ··· 1398 1324 # Platform RTC drivers 1399 1325 # 1400 1326 CONFIG_RTC_DRV_CMOS=y 1327 + # CONFIG_RTC_DRV_DS1286 is not set 1401 1328 # CONFIG_RTC_DRV_DS1511 is not set 1402 1329 # CONFIG_RTC_DRV_DS1553 is not set 1403 1330 # CONFIG_RTC_DRV_DS1742 is not set 1404 1331 # CONFIG_RTC_DRV_STK17TA8 is not set 1405 1332 # CONFIG_RTC_DRV_M48T86 is not set 1333 + # CONFIG_RTC_DRV_M48T35 is not set 1406 1334 # CONFIG_RTC_DRV_M48T59 is not set 1335 + # CONFIG_RTC_DRV_BQ4802 is not set 1407 1336 # CONFIG_RTC_DRV_V3020 is not set 1408 1337 1409 1338 # ··· 1427 1350 # CONFIG_NET_DMA is not set 1428 1351 # CONFIG_DMATEST is not set 1429 1352 # CONFIG_UIO is not set 1353 + # CONFIG_STAGING is not set 1430 1354 1431 1355 # 1432 1356 # File systems ··· 1439 1361 CONFIG_EXT3_FS_XATTR=y 1440 1362 # CONFIG_EXT3_FS_POSIX_ACL is not set 1441 1363 # CONFIG_EXT3_FS_SECURITY is not set 1442 - # CONFIG_EXT4DEV_FS is not set 1364 + # CONFIG_EXT4_FS is not set 1443 1365 CONFIG_JBD=y 1444 1366 # CONFIG_JBD_DEBUG is not set 1445 1367 CONFIG_FS_MBCACHE=y 1446 1368 # CONFIG_REISERFS_FS is not set 1447 1369 # CONFIG_JFS_FS is not set 1448 1370 # CONFIG_FS_POSIX_ACL is not set 1371 + CONFIG_FILE_LOCKING=y 1449 1372 # CONFIG_XFS_FS is not set 1450 1373 # CONFIG_OCFS2_FS is not set 1451 1374 CONFIG_DNOTIFY=y ··· 1484 1405 CONFIG_PROC_FS=y 1485 1406 CONFIG_PROC_KCORE=y 1486 1407 CONFIG_PROC_SYSCTL=y 1408 + CONFIG_PROC_PAGE_MONITOR=y 1487 1409 CONFIG_SYSFS=y 1488 1410 CONFIG_TMPFS=y 1489 1411 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1529 1449 CONFIG_NFS_COMMON=y 1530 1450 CONFIG_SUNRPC=y 1531 1451 CONFIG_SUNRPC_GSS=y 1452 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1532 1453 CONFIG_RPCSEC_GSS_KRB5=y 1533 1454 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1534 1455 # CONFIG_SMB_FS is not set ··· 1600 1519 # CONFIG_NLS_KOI8_U is not set 1601 1520 CONFIG_NLS_UTF8=m 1602 1521 # CONFIG_DLM is not set 1603 - # CONFIG_QE_GPIO is not set 1604 1522 1605 1523 # 1606 1524 # Library routines 1607 1525 # 1608 1526 CONFIG_BITREVERSE=y 1609 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1610 1527 # CONFIG_CRC_CCITT is not set 1611 1528 # CONFIG_CRC16 is not set 1612 1529 CONFIG_CRC_T10DIF=y ··· 1658 1579 # CONFIG_DEBUG_SG is not set 1659 1580 # CONFIG_BOOT_PRINTK_DELAY is not set 1660 1581 # CONFIG_RCU_TORTURE_TEST is not set 1582 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1661 1583 # CONFIG_BACKTRACE_SELF_TEST is not set 1584 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1662 1585 # CONFIG_FAULT_INJECTION is not set 1663 1586 # CONFIG_LATENCYTOP is not set 1664 1587 CONFIG_SYSCTL_SYSCALL_CHECK=y 1665 - CONFIG_HAVE_FTRACE=y 1666 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1667 - # CONFIG_FTRACE is not set 1588 + CONFIG_HAVE_FUNCTION_TRACER=y 1589 + 1590 + # 1591 + # Tracers 1592 + # 1593 + # CONFIG_FUNCTION_TRACER is not set 1668 1594 # CONFIG_SCHED_TRACER is not set 1669 1595 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1596 + # CONFIG_BOOT_TRACER is not set 1597 + # CONFIG_STACK_TRACER is not set 1598 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1670 1599 # CONFIG_SAMPLES is not set 1671 1600 CONFIG_HAVE_ARCH_KGDB=y 1672 1601 # CONFIG_KGDB is not set ··· 1683 1596 # CONFIG_DEBUG_PAGEALLOC is not set 1684 1597 # CONFIG_CODE_PATCHING_SELFTEST is not set 1685 1598 # CONFIG_FTR_FIXUP_SELFTEST is not set 1599 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1686 1600 # CONFIG_XMON is not set 1687 1601 # CONFIG_IRQSTACKS is not set 1688 1602 CONFIG_VIRQ_DEBUG=y ··· 1695 1607 # 1696 1608 # CONFIG_KEYS is not set 1697 1609 # CONFIG_SECURITY is not set 1610 + # CONFIG_SECURITYFS is not set 1698 1611 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1699 1612 CONFIG_CRYPTO=y 1700 1613 1701 1614 # 1702 1615 # Crypto core or helper 1703 1616 # 1617 + # CONFIG_CRYPTO_FIPS is not set 1704 1618 CONFIG_CRYPTO_ALGAPI=y 1619 + CONFIG_CRYPTO_AEAD=y 1705 1620 CONFIG_CRYPTO_BLKCIPHER=y 1706 1621 CONFIG_CRYPTO_HASH=y 1622 + CONFIG_CRYPTO_RNG=y 1707 1623 CONFIG_CRYPTO_MANAGER=y 1708 1624 # CONFIG_CRYPTO_GF128MUL is not set 1709 1625 # CONFIG_CRYPTO_NULL is not set ··· 1780 1688 # 1781 1689 # CONFIG_CRYPTO_DEFLATE is not set 1782 1690 # CONFIG_CRYPTO_LZO is not set 1691 + 1692 + # 1693 + # Random Number Generation 1694 + # 1695 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1783 1696 CONFIG_CRYPTO_HW=y 1784 1697 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1785 1698 # CONFIG_CRYPTO_DEV_TALITOS is not set
+52 -25
arch/powerpc/configs/mpc866_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:11 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:43 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 19 19 CONFIG_NOT_COHERENT_CACHE=y 20 20 CONFIG_PPC32=y 21 21 CONFIG_WORD_SIZE=32 22 - CONFIG_PPC_MERGE=y 22 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 23 23 CONFIG_MMU=y 24 24 CONFIG_GENERIC_CMOS_UPDATE=y 25 25 CONFIG_GENERIC_TIME=y ··· 99 99 CONFIG_TIMERFD=y 100 100 CONFIG_EVENTFD=y 101 101 CONFIG_SHMEM=y 102 + CONFIG_AIO=y 102 103 # CONFIG_VM_EVENT_COUNTERS is not set 103 104 CONFIG_SLUB_DEBUG=y 104 105 # CONFIG_SLAB is not set ··· 113 112 CONFIG_HAVE_KPROBES=y 114 113 CONFIG_HAVE_KRETPROBES=y 115 114 CONFIG_HAVE_ARCH_TRACEHOOK=y 116 - # CONFIG_HAVE_DMA_ATTRS is not set 117 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 118 115 CONFIG_HAVE_CLK=y 119 - CONFIG_PROC_PAGE_MONITOR=y 120 116 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 121 117 CONFIG_SLABINFO=y 122 118 CONFIG_RT_MUTEXES=y ··· 140 142 # CONFIG_DEFAULT_NOOP is not set 141 143 CONFIG_DEFAULT_IOSCHED="anticipatory" 142 144 CONFIG_CLASSIC_RCU=y 145 + # CONFIG_FREEZER is not set 143 146 144 147 # 145 148 # Platform support ··· 153 154 # CONFIG_MPC885ADS is not set 154 155 # CONFIG_PPC_EP88XC is not set 155 156 # CONFIG_PPC_ADDER875 is not set 157 + # CONFIG_PPC_MGSUVD is not set 156 158 157 159 # 158 160 # MPC8xx CPM Options ··· 182 182 # CONFIG_PPC_INDIRECT_IO is not set 183 183 # CONFIG_GENERIC_IOMAP is not set 184 184 # CONFIG_CPU_FREQ is not set 185 + # CONFIG_QUICC_ENGINE is not set 185 186 # CONFIG_FSL_ULI1575 is not set 186 187 CONFIG_CPM=y 187 188 ··· 204 203 # CONFIG_PREEMPT_VOLUNTARY is not set 205 204 # CONFIG_PREEMPT is not set 206 205 CONFIG_BINFMT_ELF=y 206 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 207 + # CONFIG_HAVE_AOUT is not set 207 208 # CONFIG_BINFMT_MISC is not set 208 209 CONFIG_MATH_EMULATION=y 209 210 # CONFIG_IOMMU_HELPER is not set ··· 220 217 # CONFIG_SPARSEMEM_MANUAL is not set 221 218 CONFIG_FLATMEM=y 222 219 CONFIG_FLAT_NODE_MEM_MAP=y 223 - # CONFIG_SPARSEMEM_STATIC is not set 224 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 225 220 CONFIG_PAGEFLAGS_EXTENDED=y 226 221 CONFIG_SPLIT_PTLOCK_CPUS=4 227 222 CONFIG_MIGRATION=y 228 223 # CONFIG_RESOURCES_64BIT is not set 224 + # CONFIG_PHYS_ADDR_T_64BIT is not set 229 225 CONFIG_ZONE_DMA_FLAG=1 230 226 CONFIG_BOUNCE=y 231 227 CONFIG_VIRT_TO_BUS=y 228 + CONFIG_UNEVICTABLE_LRU=y 232 229 CONFIG_FORCE_MAX_ZONEORDER=11 233 230 # CONFIG_PROC_DEVICETREE is not set 234 231 # CONFIG_CMDLINE_BOOL is not set ··· 314 311 # CONFIG_TIPC is not set 315 312 # CONFIG_ATM is not set 316 313 # CONFIG_BRIDGE is not set 314 + # CONFIG_NET_DSA is not set 317 315 # CONFIG_VLAN_8021Q is not set 318 316 # CONFIG_DECNET is not set 319 317 # CONFIG_LLC2 is not set ··· 335 331 # CONFIG_IRDA is not set 336 332 # CONFIG_BT is not set 337 333 # CONFIG_AF_RXRPC is not set 338 - 339 - # 340 - # Wireless 341 - # 334 + # CONFIG_PHONET is not set 335 + CONFIG_WIRELESS=y 342 336 # CONFIG_CFG80211 is not set 337 + CONFIG_WIRELESS_OLD_REGULATORY=y 343 338 # CONFIG_WIRELESS_EXT is not set 344 339 # CONFIG_MAC80211 is not set 345 340 # CONFIG_IEEE80211 is not set ··· 415 412 # CONFIG_IBM_NEW_EMAC_RGMII is not set 416 413 # CONFIG_IBM_NEW_EMAC_TAH is not set 417 414 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 415 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 416 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 417 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 418 418 # CONFIG_B44 is not set 419 419 CONFIG_FS_ENET=y 420 420 CONFIG_FS_ENET_HAS_SCC=y ··· 477 471 CONFIG_MOUSE_PS2_SYNAPTICS=y 478 472 CONFIG_MOUSE_PS2_LIFEBOOK=y 479 473 CONFIG_MOUSE_PS2_TRACKPOINT=y 474 + # CONFIG_MOUSE_PS2_ELANTECH is not set 480 475 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 481 476 # CONFIG_MOUSE_SERIAL is not set 482 477 # CONFIG_MOUSE_VSXXXAA is not set ··· 517 510 CONFIG_SERIAL_CORE_CONSOLE=y 518 511 CONFIG_SERIAL_CPM=y 519 512 CONFIG_SERIAL_CPM_CONSOLE=y 520 - # CONFIG_SERIAL_CPM_SCC1 is not set 521 - # CONFIG_SERIAL_CPM_SCC2 is not set 522 - # CONFIG_SERIAL_CPM_SCC3 is not set 523 - # CONFIG_SERIAL_CPM_SCC4 is not set 524 - CONFIG_SERIAL_CPM_SMC1=y 525 - CONFIG_SERIAL_CPM_SMC2=y 526 513 CONFIG_UNIX98_PTYS=y 527 514 # CONFIG_LEGACY_PTYS is not set 528 515 # CONFIG_IPMI_HANDLER is not set ··· 565 564 # CONFIG_MFD_TMIO is not set 566 565 567 566 # 567 + # Voltage and Current regulators 568 + # 569 + # CONFIG_REGULATOR is not set 570 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 571 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 572 + # CONFIG_REGULATOR_BQ24022 is not set 573 + 574 + # 568 575 # Multimedia devices 569 576 # 570 577 ··· 605 596 CONFIG_HID=y 606 597 # CONFIG_HID_DEBUG is not set 607 598 # CONFIG_HIDRAW is not set 599 + # CONFIG_HID_PID is not set 600 + 601 + # 602 + # Special HID drivers 603 + # 604 + CONFIG_HID_COMPAT=y 608 605 CONFIG_USB_SUPPORT=y 609 606 # CONFIG_USB_ARCH_HAS_HCD is not set 610 607 # CONFIG_USB_ARCH_HAS_OHCI is not set ··· 634 619 # CONFIG_RTC_CLASS is not set 635 620 # CONFIG_DMADEVICES is not set 636 621 # CONFIG_UIO is not set 622 + # CONFIG_STAGING is not set 637 623 638 624 # 639 625 # File systems ··· 648 632 CONFIG_EXT3_FS_XATTR=y 649 633 # CONFIG_EXT3_FS_POSIX_ACL is not set 650 634 # CONFIG_EXT3_FS_SECURITY is not set 651 - # CONFIG_EXT4DEV_FS is not set 635 + # CONFIG_EXT4_FS is not set 652 636 CONFIG_JBD=y 653 637 CONFIG_FS_MBCACHE=y 654 638 # CONFIG_REISERFS_FS is not set 655 639 # CONFIG_JFS_FS is not set 656 640 # CONFIG_FS_POSIX_ACL is not set 641 + CONFIG_FILE_LOCKING=y 657 642 # CONFIG_XFS_FS is not set 658 643 # CONFIG_OCFS2_FS is not set 659 644 CONFIG_DNOTIFY=y ··· 684 667 CONFIG_PROC_FS=y 685 668 # CONFIG_PROC_KCORE is not set 686 669 CONFIG_PROC_SYSCTL=y 670 + CONFIG_PROC_PAGE_MONITOR=y 687 671 CONFIG_SYSFS=y 688 672 CONFIG_TMPFS=y 689 673 # CONFIG_TMPFS_POSIX_ACL is not set ··· 721 703 CONFIG_LOCKD_V4=y 722 704 CONFIG_NFS_COMMON=y 723 705 CONFIG_SUNRPC=y 706 + # CONFIG_SUNRPC_REGISTER_V4 is not set 724 707 # CONFIG_RPCSEC_GSS_KRB5 is not set 725 708 # CONFIG_RPCSEC_GSS_SPKM3 is not set 726 709 # CONFIG_SMB_FS is not set ··· 758 739 # Library routines 759 740 # 760 741 CONFIG_BITREVERSE=y 761 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 762 742 CONFIG_CRC_CCITT=y 763 743 # CONFIG_CRC16 is not set 764 744 # CONFIG_CRC_T10DIF is not set ··· 787 769 # CONFIG_SLUB_DEBUG_ON is not set 788 770 # CONFIG_SLUB_STATS is not set 789 771 # CONFIG_DEBUG_MEMORY_INIT is not set 772 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 790 773 # CONFIG_LATENCYTOP is not set 791 - CONFIG_HAVE_FTRACE=y 792 - CONFIG_HAVE_DYNAMIC_FTRACE=y 793 - # CONFIG_FTRACE is not set 794 - # CONFIG_SCHED_TRACER is not set 795 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 774 + CONFIG_HAVE_FUNCTION_TRACER=y 775 + 776 + # 777 + # Tracers 778 + # 779 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 796 780 # CONFIG_SAMPLES is not set 797 781 CONFIG_HAVE_ARCH_KGDB=y 798 782 # CONFIG_IRQSTACKS is not set ··· 805 785 # 806 786 # CONFIG_KEYS is not set 807 787 # CONFIG_SECURITY is not set 788 + # CONFIG_SECURITYFS is not set 808 789 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 809 790 CONFIG_CRYPTO=y 810 791 811 792 # 812 793 # Crypto core or helper 813 794 # 795 + # CONFIG_CRYPTO_FIPS is not set 814 796 # CONFIG_CRYPTO_MANAGER is not set 815 797 # CONFIG_CRYPTO_GF128MUL is not set 816 798 # CONFIG_CRYPTO_NULL is not set ··· 884 862 # 885 863 # CONFIG_CRYPTO_DEFLATE is not set 886 864 # CONFIG_CRYPTO_LZO is not set 865 + 866 + # 867 + # Random Number Generation 868 + # 869 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 887 870 CONFIG_CRYPTO_HW=y 888 871 # CONFIG_CRYPTO_DEV_TALITOS is not set 889 872 CONFIG_PPC_CLOCK=y
+120 -24
arch/powerpc/configs/mpc86xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc5 4 - # Tue Sep 23 23:28:38 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:44 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 15 15 # CONFIG_44x is not set 16 16 # CONFIG_E200 is not set 17 17 CONFIG_PPC_FPU=y 18 + # CONFIG_PHYS_64BIT is not set 18 19 CONFIG_ALTIVEC=y 19 20 CONFIG_PPC_STD_MMU=y 20 21 CONFIG_PPC_STD_MMU_32=y ··· 24 23 CONFIG_NR_CPUS=2 25 24 CONFIG_PPC32=y 26 25 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 27 CONFIG_MMU=y 29 28 CONFIG_GENERIC_CMOS_UPDATE=y 30 29 CONFIG_GENERIC_TIME=y ··· 110 109 CONFIG_TIMERFD=y 111 110 CONFIG_EVENTFD=y 112 111 CONFIG_SHMEM=y 112 + CONFIG_AIO=y 113 113 CONFIG_VM_EVENT_COUNTERS=y 114 + CONFIG_PCI_QUIRKS=y 114 115 CONFIG_SLUB_DEBUG=y 115 116 # CONFIG_SLAB is not set 116 117 CONFIG_SLUB=y ··· 126 123 CONFIG_HAVE_KPROBES=y 127 124 CONFIG_HAVE_KRETPROBES=y 128 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 - # CONFIG_HAVE_DMA_ATTRS is not set 130 126 CONFIG_USE_GENERIC_SMP_HELPERS=y 131 - # CONFIG_HAVE_CLK is not set 132 - CONFIG_PROC_PAGE_MONITOR=y 133 127 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 134 128 CONFIG_SLABINFO=y 135 129 CONFIG_RT_MUTEXES=y ··· 160 160 # CONFIG_DEFAULT_NOOP is not set 161 161 CONFIG_DEFAULT_IOSCHED="cfq" 162 162 CONFIG_CLASSIC_RCU=y 163 - # CONFIG_MPC8xxx_GPIO is not set 163 + # CONFIG_FREEZER is not set 164 164 165 165 # 166 166 # Platform support ··· 196 196 # CONFIG_GENERIC_IOMAP is not set 197 197 # CONFIG_CPU_FREQ is not set 198 198 # CONFIG_TAU is not set 199 + # CONFIG_QUICC_ENGINE is not set 199 200 CONFIG_FSL_ULI1575=y 201 + # CONFIG_MPC8xxx_GPIO is not set 200 202 201 203 # 202 204 # Kernel options ··· 218 216 # CONFIG_PREEMPT_VOLUNTARY is not set 219 217 # CONFIG_PREEMPT is not set 220 218 CONFIG_BINFMT_ELF=y 219 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 220 + # CONFIG_HAVE_AOUT is not set 221 221 CONFIG_BINFMT_MISC=m 222 222 # CONFIG_IOMMU_HELPER is not set 223 223 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 235 231 # CONFIG_SPARSEMEM_MANUAL is not set 236 232 CONFIG_FLATMEM=y 237 233 CONFIG_FLAT_NODE_MEM_MAP=y 238 - # CONFIG_SPARSEMEM_STATIC is not set 239 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 240 234 CONFIG_PAGEFLAGS_EXTENDED=y 241 235 CONFIG_SPLIT_PTLOCK_CPUS=4 242 236 CONFIG_MIGRATION=y 243 237 # CONFIG_RESOURCES_64BIT is not set 238 + # CONFIG_PHYS_ADDR_T_64BIT is not set 244 239 CONFIG_ZONE_DMA_FLAG=1 245 240 CONFIG_BOUNCE=y 246 241 CONFIG_VIRT_TO_BUS=y 242 + CONFIG_UNEVICTABLE_LRU=y 247 243 CONFIG_FORCE_MAX_ZONEORDER=11 248 244 CONFIG_PROC_DEVICETREE=y 249 245 # CONFIG_CMDLINE_BOOL is not set ··· 267 263 # CONFIG_PCIEPORTBUS is not set 268 264 CONFIG_ARCH_SUPPORTS_MSI=y 269 265 # CONFIG_PCI_MSI is not set 270 - CONFIG_PCI_LEGACY=y 266 + # CONFIG_PCI_LEGACY is not set 271 267 # CONFIG_PCI_DEBUG is not set 272 268 # CONFIG_PCCARD is not set 273 269 # CONFIG_HOTPLUG_PCI is not set ··· 369 365 # CONFIG_TIPC is not set 370 366 # CONFIG_ATM is not set 371 367 # CONFIG_BRIDGE is not set 368 + # CONFIG_NET_DSA is not set 372 369 # CONFIG_VLAN_8021Q is not set 373 370 # CONFIG_DECNET is not set 374 371 # CONFIG_LLC2 is not set ··· 390 385 # CONFIG_IRDA is not set 391 386 # CONFIG_BT is not set 392 387 # CONFIG_AF_RXRPC is not set 388 + # CONFIG_PHONET is not set 393 389 CONFIG_FIB_RULES=y 394 - 395 - # 396 - # Wireless 397 - # 390 + CONFIG_WIRELESS=y 398 391 # CONFIG_CFG80211 is not set 392 + CONFIG_WIRELESS_OLD_REGULATORY=y 399 393 # CONFIG_WIRELESS_EXT is not set 400 394 # CONFIG_MAC80211 is not set 401 395 # CONFIG_IEEE80211 is not set ··· 640 636 # CONFIG_IBM_NEW_EMAC_RGMII is not set 641 637 # CONFIG_IBM_NEW_EMAC_TAH is not set 642 638 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 639 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 640 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 641 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 643 642 # CONFIG_NET_PCI is not set 644 643 # CONFIG_B44 is not set 644 + # CONFIG_ATL2 is not set 645 645 CONFIG_NETDEV_1000=y 646 646 # CONFIG_ACENIC is not set 647 647 # CONFIG_DL2K is not set ··· 668 660 # CONFIG_QLA3XXX is not set 669 661 # CONFIG_ATL1 is not set 670 662 # CONFIG_ATL1E is not set 663 + # CONFIG_JME is not set 671 664 CONFIG_NETDEV_10000=y 672 665 # CONFIG_CHELSIO_T1 is not set 673 666 # CONFIG_CHELSIO_T3 is not set 667 + # CONFIG_ENIC is not set 674 668 # CONFIG_IXGBE is not set 675 669 # CONFIG_IXGB is not set 676 670 # CONFIG_S2IO is not set 677 671 # CONFIG_MYRI10GE is not set 678 672 # CONFIG_NETXEN_NIC is not set 679 673 # CONFIG_NIU is not set 674 + # CONFIG_MLX4_EN is not set 680 675 # CONFIG_MLX4_CORE is not set 681 676 # CONFIG_TEHUTI is not set 682 677 # CONFIG_BNX2X is not set 678 + # CONFIG_QLGE is not set 683 679 # CONFIG_SFC is not set 684 680 # CONFIG_TR is not set 685 681 ··· 718 706 # Input device support 719 707 # 720 708 CONFIG_INPUT=y 721 - # CONFIG_INPUT_FF_MEMLESS is not set 709 + CONFIG_INPUT_FF_MEMLESS=m 722 710 # CONFIG_INPUT_POLLDEV is not set 723 711 724 712 # ··· 887 875 # CONFIG_MFD_SM501 is not set 888 876 # CONFIG_HTC_PASIC3 is not set 889 877 # CONFIG_MFD_TMIO is not set 878 + # CONFIG_PMIC_DA903X is not set 879 + # CONFIG_MFD_WM8400 is not set 880 + # CONFIG_MFD_WM8350_I2C is not set 881 + 882 + # 883 + # Voltage and Current regulators 884 + # 885 + # CONFIG_REGULATOR is not set 886 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 887 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 888 + # CONFIG_REGULATOR_BQ24022 is not set 890 889 891 890 # 892 891 # Multimedia devices ··· 938 915 # CONFIG_DVB_USB is not set 939 916 # CONFIG_DVB_TTUSB_BUDGET is not set 940 917 # CONFIG_DVB_TTUSB_DEC is not set 941 - # CONFIG_DVB_CINERGYT2 is not set 942 918 # CONFIG_DVB_SIANO_SMS1XXX is not set 943 919 944 920 # ··· 955 933 # CONFIG_DVB_PLUTO2 is not set 956 934 957 935 # 936 + # Supported SDMC DM1105 Adapters 937 + # 938 + # CONFIG_DVB_DM1105 is not set 939 + 940 + # 958 941 # Supported DVB Frontends 959 942 # 960 943 ··· 975 948 # CONFIG_DVB_CX24123 is not set 976 949 # CONFIG_DVB_MT312 is not set 977 950 # CONFIG_DVB_S5H1420 is not set 951 + # CONFIG_DVB_STV0288 is not set 952 + # CONFIG_DVB_STB6000 is not set 978 953 # CONFIG_DVB_STV0299 is not set 979 954 # CONFIG_DVB_TDA8083 is not set 980 955 # CONFIG_DVB_TDA10086 is not set ··· 984 955 # CONFIG_DVB_TUNER_ITD1000 is not set 985 956 # CONFIG_DVB_TDA826X is not set 986 957 # CONFIG_DVB_TUA6100 is not set 958 + # CONFIG_DVB_CX24116 is not set 959 + # CONFIG_DVB_SI21XX is not set 987 960 988 961 # 989 962 # DVB-T (terrestrial) frontends ··· 1038 1007 # CONFIG_DVB_LNBP21 is not set 1039 1008 # CONFIG_DVB_ISL6405 is not set 1040 1009 # CONFIG_DVB_ISL6421 is not set 1010 + # CONFIG_DVB_LGS8GL5 is not set 1011 + 1012 + # 1013 + # Tools to develop new frontends 1014 + # 1015 + # CONFIG_DVB_DUMMY_FE is not set 1016 + # CONFIG_DVB_AF9013 is not set 1041 1017 CONFIG_DAB=y 1042 1018 # CONFIG_USB_DABUSB is not set 1043 1019 ··· 1070 1032 # CONFIG_VGACON_SOFT_SCROLLBACK is not set 1071 1033 CONFIG_DUMMY_CONSOLE=y 1072 1034 CONFIG_SOUND=y 1035 + CONFIG_SOUND_OSS_CORE=y 1073 1036 CONFIG_SND=y 1074 1037 CONFIG_SND_TIMER=y 1075 1038 CONFIG_SND_PCM=y ··· 1171 1132 # USB Input Devices 1172 1133 # 1173 1134 CONFIG_USB_HID=y 1174 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1175 - # CONFIG_HID_FF is not set 1135 + # CONFIG_HID_PID is not set 1176 1136 # CONFIG_USB_HIDDEV is not set 1137 + 1138 + # 1139 + # Special HID drivers 1140 + # 1141 + CONFIG_HID_COMPAT=y 1142 + CONFIG_HID_A4TECH=y 1143 + CONFIG_HID_APPLE=y 1144 + CONFIG_HID_BELKIN=y 1145 + CONFIG_HID_BRIGHT=y 1146 + CONFIG_HID_CHERRY=y 1147 + CONFIG_HID_CHICONY=y 1148 + CONFIG_HID_CYPRESS=y 1149 + CONFIG_HID_DELL=y 1150 + CONFIG_HID_EZKEY=y 1151 + CONFIG_HID_GYRATION=y 1152 + CONFIG_HID_LOGITECH=y 1153 + # CONFIG_LOGITECH_FF is not set 1154 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1155 + CONFIG_HID_MICROSOFT=y 1156 + CONFIG_HID_MONTEREY=y 1157 + CONFIG_HID_PANTHERLORD=y 1158 + # CONFIG_PANTHERLORD_FF is not set 1159 + CONFIG_HID_PETALYNX=y 1160 + CONFIG_HID_SAMSUNG=y 1161 + CONFIG_HID_SONY=y 1162 + CONFIG_HID_SUNPLUS=y 1163 + CONFIG_THRUSTMASTER_FF=m 1164 + CONFIG_ZEROPLUS_FF=m 1177 1165 CONFIG_USB_SUPPORT=y 1178 1166 CONFIG_USB_ARCH_HAS_HCD=y 1179 1167 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1219 1153 # CONFIG_USB_OTG_WHITELIST is not set 1220 1154 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1221 1155 CONFIG_USB_MON=y 1156 + # CONFIG_USB_WUSB is not set 1157 + # CONFIG_USB_WUSB_CBAF is not set 1222 1158 1223 1159 # 1224 1160 # USB Host Controller Drivers ··· 1244 1176 # CONFIG_USB_UHCI_HCD is not set 1245 1177 # CONFIG_USB_SL811_HCD is not set 1246 1178 # CONFIG_USB_R8A66597_HCD is not set 1179 + # CONFIG_USB_WHCI_HCD is not set 1180 + # CONFIG_USB_HWA_HCD is not set 1247 1181 1248 1182 # 1249 1183 # USB Device Class drivers ··· 1253 1183 # CONFIG_USB_ACM is not set 1254 1184 # CONFIG_USB_PRINTER is not set 1255 1185 # CONFIG_USB_WDM is not set 1186 + # CONFIG_USB_TMC is not set 1256 1187 1257 1188 # 1258 1189 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1275 1204 # CONFIG_USB_STORAGE_ALAUDA is not set 1276 1205 # CONFIG_USB_STORAGE_ONETOUCH is not set 1277 1206 # CONFIG_USB_STORAGE_KARMA is not set 1278 - # CONFIG_USB_STORAGE_SIERRA is not set 1279 1207 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1280 1208 # CONFIG_USB_LIBUSUAL is not set 1281 1209 ··· 1295 1225 # CONFIG_USB_EMI62 is not set 1296 1226 # CONFIG_USB_EMI26 is not set 1297 1227 # CONFIG_USB_ADUTUX is not set 1228 + # CONFIG_USB_SEVSEG is not set 1298 1229 # CONFIG_USB_RIO500 is not set 1299 1230 # CONFIG_USB_LEGOTOWER is not set 1300 1231 # CONFIG_USB_LCD is not set ··· 1313 1242 # CONFIG_USB_IOWARRIOR is not set 1314 1243 # CONFIG_USB_TEST is not set 1315 1244 # CONFIG_USB_ISIGHTFW is not set 1245 + # CONFIG_USB_VST is not set 1316 1246 # CONFIG_USB_GADGET is not set 1247 + # CONFIG_UWB is not set 1317 1248 # CONFIG_MMC is not set 1318 1249 # CONFIG_MEMSTICK is not set 1319 1250 # CONFIG_NEW_LEDS is not set ··· 1361 1288 # Platform RTC drivers 1362 1289 # 1363 1290 CONFIG_RTC_DRV_CMOS=y 1291 + # CONFIG_RTC_DRV_DS1286 is not set 1364 1292 # CONFIG_RTC_DRV_DS1511 is not set 1365 1293 # CONFIG_RTC_DRV_DS1553 is not set 1366 1294 # CONFIG_RTC_DRV_DS1742 is not set 1367 1295 # CONFIG_RTC_DRV_STK17TA8 is not set 1368 1296 # CONFIG_RTC_DRV_M48T86 is not set 1297 + # CONFIG_RTC_DRV_M48T35 is not set 1369 1298 # CONFIG_RTC_DRV_M48T59 is not set 1299 + # CONFIG_RTC_DRV_BQ4802 is not set 1370 1300 # CONFIG_RTC_DRV_V3020 is not set 1371 1301 1372 1302 # ··· 1378 1302 # CONFIG_RTC_DRV_PPC is not set 1379 1303 # CONFIG_DMADEVICES is not set 1380 1304 # CONFIG_UIO is not set 1305 + # CONFIG_STAGING is not set 1381 1306 1382 1307 # 1383 1308 # File systems ··· 1390 1313 CONFIG_EXT3_FS_XATTR=y 1391 1314 # CONFIG_EXT3_FS_POSIX_ACL is not set 1392 1315 # CONFIG_EXT3_FS_SECURITY is not set 1393 - # CONFIG_EXT4DEV_FS is not set 1316 + # CONFIG_EXT4_FS is not set 1394 1317 CONFIG_JBD=y 1395 1318 CONFIG_FS_MBCACHE=y 1396 1319 # CONFIG_REISERFS_FS is not set 1397 1320 # CONFIG_JFS_FS is not set 1398 1321 # CONFIG_FS_POSIX_ACL is not set 1322 + CONFIG_FILE_LOCKING=y 1399 1323 # CONFIG_XFS_FS is not set 1400 1324 # CONFIG_OCFS2_FS is not set 1401 1325 CONFIG_DNOTIFY=y ··· 1434 1356 CONFIG_PROC_FS=y 1435 1357 CONFIG_PROC_KCORE=y 1436 1358 CONFIG_PROC_SYSCTL=y 1359 + CONFIG_PROC_PAGE_MONITOR=y 1437 1360 CONFIG_SYSFS=y 1438 1361 CONFIG_TMPFS=y 1439 1362 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1479 1400 CONFIG_NFS_COMMON=y 1480 1401 CONFIG_SUNRPC=y 1481 1402 CONFIG_SUNRPC_GSS=y 1403 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1482 1404 CONFIG_RPCSEC_GSS_KRB5=y 1483 1405 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1484 1406 # CONFIG_SMB_FS is not set ··· 1555 1475 # Library routines 1556 1476 # 1557 1477 CONFIG_BITREVERSE=y 1558 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1559 1478 # CONFIG_CRC_CCITT is not set 1560 1479 # CONFIG_CRC16 is not set 1561 1480 CONFIG_CRC_T10DIF=y ··· 1608 1529 # CONFIG_DEBUG_SG is not set 1609 1530 # CONFIG_BOOT_PRINTK_DELAY is not set 1610 1531 # CONFIG_RCU_TORTURE_TEST is not set 1532 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1611 1533 # CONFIG_BACKTRACE_SELF_TEST is not set 1534 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1612 1535 # CONFIG_FAULT_INJECTION is not set 1613 1536 # CONFIG_LATENCYTOP is not set 1614 1537 CONFIG_SYSCTL_SYSCALL_CHECK=y 1615 - CONFIG_HAVE_FTRACE=y 1616 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1617 - # CONFIG_FTRACE is not set 1538 + CONFIG_HAVE_FUNCTION_TRACER=y 1539 + 1540 + # 1541 + # Tracers 1542 + # 1543 + # CONFIG_FUNCTION_TRACER is not set 1618 1544 # CONFIG_SCHED_TRACER is not set 1619 1545 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1546 + # CONFIG_BOOT_TRACER is not set 1547 + # CONFIG_STACK_TRACER is not set 1548 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1620 1549 # CONFIG_SAMPLES is not set 1621 1550 CONFIG_HAVE_ARCH_KGDB=y 1622 1551 # CONFIG_KGDB is not set ··· 1645 1558 # 1646 1559 # CONFIG_KEYS is not set 1647 1560 # CONFIG_SECURITY is not set 1561 + # CONFIG_SECURITYFS is not set 1648 1562 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1649 1563 CONFIG_CRYPTO=y 1650 1564 1651 1565 # 1652 1566 # Crypto core or helper 1653 1567 # 1568 + # CONFIG_CRYPTO_FIPS is not set 1654 1569 CONFIG_CRYPTO_ALGAPI=y 1570 + CONFIG_CRYPTO_AEAD=y 1655 1571 CONFIG_CRYPTO_BLKCIPHER=y 1656 1572 CONFIG_CRYPTO_HASH=y 1573 + CONFIG_CRYPTO_RNG=y 1657 1574 CONFIG_CRYPTO_MANAGER=y 1658 1575 # CONFIG_CRYPTO_GF128MUL is not set 1659 1576 # CONFIG_CRYPTO_NULL is not set ··· 1730 1639 # 1731 1640 # CONFIG_CRYPTO_DEFLATE is not set 1732 1641 # CONFIG_CRYPTO_LZO is not set 1642 + 1643 + # 1644 + # Random Number Generation 1645 + # 1646 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1733 1647 CONFIG_CRYPTO_HW=y 1734 1648 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1735 1649 # CONFIG_CRYPTO_DEV_TALITOS is not set
+44 -23
arch/powerpc/configs/mpc885_ads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:12 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:46 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 19 19 CONFIG_NOT_COHERENT_CACHE=y 20 20 CONFIG_PPC32=y 21 21 CONFIG_WORD_SIZE=32 22 - CONFIG_PPC_MERGE=y 22 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 23 23 CONFIG_MMU=y 24 24 CONFIG_GENERIC_CMOS_UPDATE=y 25 25 CONFIG_GENERIC_TIME=y ··· 101 101 CONFIG_TIMERFD=y 102 102 CONFIG_EVENTFD=y 103 103 CONFIG_SHMEM=y 104 + CONFIG_AIO=y 104 105 # CONFIG_VM_EVENT_COUNTERS is not set 105 106 CONFIG_SLUB_DEBUG=y 106 107 # CONFIG_SLAB is not set ··· 115 114 CONFIG_HAVE_KPROBES=y 116 115 CONFIG_HAVE_KRETPROBES=y 117 116 CONFIG_HAVE_ARCH_TRACEHOOK=y 118 - # CONFIG_HAVE_DMA_ATTRS is not set 119 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 120 117 CONFIG_HAVE_CLK=y 121 - CONFIG_PROC_PAGE_MONITOR=y 122 118 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 123 119 CONFIG_SLABINFO=y 124 120 # CONFIG_TINY_SHMEM is not set ··· 141 143 # CONFIG_DEFAULT_NOOP is not set 142 144 CONFIG_DEFAULT_IOSCHED="deadline" 143 145 CONFIG_CLASSIC_RCU=y 146 + # CONFIG_FREEZER is not set 144 147 145 148 # 146 149 # Platform support ··· 154 155 CONFIG_MPC885ADS=y 155 156 # CONFIG_PPC_EP88XC is not set 156 157 # CONFIG_PPC_ADDER875 is not set 158 + # CONFIG_PPC_MGSUVD is not set 157 159 158 160 # 159 161 # Freescale Ethernet driver platform-specific options ··· 190 190 # CONFIG_PPC_INDIRECT_IO is not set 191 191 # CONFIG_GENERIC_IOMAP is not set 192 192 # CONFIG_CPU_FREQ is not set 193 + # CONFIG_QUICC_ENGINE is not set 193 194 # CONFIG_FSL_ULI1575 is not set 194 195 CONFIG_CPM=y 195 196 ··· 212 211 # CONFIG_PREEMPT_VOLUNTARY is not set 213 212 # CONFIG_PREEMPT is not set 214 213 CONFIG_BINFMT_ELF=y 214 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 215 + # CONFIG_HAVE_AOUT is not set 215 216 # CONFIG_BINFMT_MISC is not set 216 217 # CONFIG_MATH_EMULATION is not set 217 218 CONFIG_8XX_MINIMAL_FPEMU=y ··· 229 226 # CONFIG_SPARSEMEM_MANUAL is not set 230 227 CONFIG_FLATMEM=y 231 228 CONFIG_FLAT_NODE_MEM_MAP=y 232 - # CONFIG_SPARSEMEM_STATIC is not set 233 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 234 229 CONFIG_PAGEFLAGS_EXTENDED=y 235 230 CONFIG_SPLIT_PTLOCK_CPUS=4 236 231 CONFIG_MIGRATION=y 237 232 # CONFIG_RESOURCES_64BIT is not set 233 + # CONFIG_PHYS_ADDR_T_64BIT is not set 238 234 CONFIG_ZONE_DMA_FLAG=1 239 235 CONFIG_BOUNCE=y 240 236 CONFIG_VIRT_TO_BUS=y 237 + CONFIG_UNEVICTABLE_LRU=y 241 238 CONFIG_FORCE_MAX_ZONEORDER=11 242 239 CONFIG_PROC_DEVICETREE=y 243 240 # CONFIG_CMDLINE_BOOL is not set ··· 319 316 # CONFIG_TIPC is not set 320 317 # CONFIG_ATM is not set 321 318 # CONFIG_BRIDGE is not set 319 + # CONFIG_NET_DSA is not set 322 320 # CONFIG_VLAN_8021Q is not set 323 321 # CONFIG_DECNET is not set 324 322 # CONFIG_LLC2 is not set ··· 340 336 # CONFIG_IRDA is not set 341 337 # CONFIG_BT is not set 342 338 # CONFIG_AF_RXRPC is not set 343 - 344 - # 345 - # Wireless 346 - # 339 + # CONFIG_PHONET is not set 340 + CONFIG_WIRELESS=y 347 341 # CONFIG_CFG80211 is not set 342 + CONFIG_WIRELESS_OLD_REGULATORY=y 348 343 # CONFIG_WIRELESS_EXT is not set 349 344 # CONFIG_MAC80211 is not set 350 345 # CONFIG_IEEE80211 is not set ··· 489 486 # CONFIG_IBM_NEW_EMAC_RGMII is not set 490 487 # CONFIG_IBM_NEW_EMAC_TAH is not set 491 488 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 489 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 490 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 491 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 492 492 # CONFIG_B44 is not set 493 493 CONFIG_FS_ENET=y 494 494 # CONFIG_FS_ENET_HAS_SCC is not set ··· 546 540 CONFIG_SERIAL_CORE_CONSOLE=y 547 541 CONFIG_SERIAL_CPM=y 548 542 CONFIG_SERIAL_CPM_CONSOLE=y 549 - # CONFIG_SERIAL_CPM_SCC1 is not set 550 - # CONFIG_SERIAL_CPM_SCC2 is not set 551 - # CONFIG_SERIAL_CPM_SCC3 is not set 552 - # CONFIG_SERIAL_CPM_SCC4 is not set 553 - CONFIG_SERIAL_CPM_SMC1=y 554 - CONFIG_SERIAL_CPM_SMC2=y 555 543 CONFIG_UNIX98_PTYS=y 556 544 # CONFIG_LEGACY_PTYS is not set 557 545 # CONFIG_IPMI_HANDLER is not set ··· 580 580 # CONFIG_MFD_SM501 is not set 581 581 # CONFIG_HTC_PASIC3 is not set 582 582 # CONFIG_MFD_TMIO is not set 583 + 584 + # 585 + # Voltage and Current regulators 586 + # 587 + # CONFIG_REGULATOR is not set 588 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 589 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 590 + # CONFIG_REGULATOR_BQ24022 is not set 583 591 584 592 # 585 593 # Multimedia devices ··· 627 619 # CONFIG_RTC_CLASS is not set 628 620 # CONFIG_DMADEVICES is not set 629 621 # CONFIG_UIO is not set 622 + # CONFIG_STAGING is not set 630 623 631 624 # 632 625 # File systems 633 626 # 634 627 # CONFIG_EXT2_FS is not set 635 628 # CONFIG_EXT3_FS is not set 636 - # CONFIG_EXT4DEV_FS is not set 629 + # CONFIG_EXT4_FS is not set 637 630 # CONFIG_REISERFS_FS is not set 638 631 # CONFIG_JFS_FS is not set 639 632 # CONFIG_FS_POSIX_ACL is not set 633 + CONFIG_FILE_LOCKING=y 640 634 # CONFIG_XFS_FS is not set 641 635 # CONFIG_OCFS2_FS is not set 642 636 # CONFIG_DNOTIFY is not set ··· 667 657 CONFIG_PROC_FS=y 668 658 # CONFIG_PROC_KCORE is not set 669 659 CONFIG_PROC_SYSCTL=y 660 + CONFIG_PROC_PAGE_MONITOR=y 670 661 CONFIG_SYSFS=y 671 662 CONFIG_TMPFS=y 672 663 # CONFIG_TMPFS_POSIX_ACL is not set ··· 705 694 CONFIG_LOCKD_V4=y 706 695 CONFIG_NFS_COMMON=y 707 696 CONFIG_SUNRPC=y 697 + # CONFIG_SUNRPC_REGISTER_V4 is not set 708 698 # CONFIG_RPCSEC_GSS_KRB5 is not set 709 699 # CONFIG_RPCSEC_GSS_SPKM3 is not set 710 700 # CONFIG_SMB_FS is not set ··· 741 729 # 742 730 # Library routines 743 731 # 744 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 745 732 # CONFIG_CRC_CCITT is not set 746 733 # CONFIG_CRC16 is not set 747 734 # CONFIG_CRC_T10DIF is not set ··· 790 779 # CONFIG_DEBUG_SG is not set 791 780 # CONFIG_BOOT_PRINTK_DELAY is not set 792 781 # CONFIG_RCU_TORTURE_TEST is not set 782 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 793 783 # CONFIG_BACKTRACE_SELF_TEST is not set 784 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 794 785 # CONFIG_FAULT_INJECTION is not set 795 786 # CONFIG_LATENCYTOP is not set 796 - CONFIG_HAVE_FTRACE=y 797 - CONFIG_HAVE_DYNAMIC_FTRACE=y 798 - # CONFIG_FTRACE is not set 787 + CONFIG_HAVE_FUNCTION_TRACER=y 788 + 789 + # 790 + # Tracers 791 + # 792 + # CONFIG_FUNCTION_TRACER is not set 799 793 # CONFIG_SCHED_TRACER is not set 800 794 # CONFIG_CONTEXT_SWITCH_TRACER is not set 795 + # CONFIG_BOOT_TRACER is not set 796 + # CONFIG_STACK_TRACER is not set 797 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 801 798 # CONFIG_SAMPLES is not set 802 799 CONFIG_HAVE_ARCH_KGDB=y 803 800 # CONFIG_KGDB is not set ··· 814 795 # CONFIG_DEBUG_PAGEALLOC is not set 815 796 # CONFIG_CODE_PATCHING_SELFTEST is not set 816 797 # CONFIG_FTR_FIXUP_SELFTEST is not set 798 + # CONFIG_MSI_BITMAP_SELFTEST is not set 817 799 # CONFIG_XMON is not set 818 800 # CONFIG_IRQSTACKS is not set 819 801 # CONFIG_BDI_SWITCH is not set ··· 825 805 # 826 806 # CONFIG_KEYS is not set 827 807 # CONFIG_SECURITY is not set 808 + # CONFIG_SECURITYFS is not set 828 809 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 829 810 # CONFIG_CRYPTO is not set 830 811 CONFIG_PPC_CLOCK=y
+126 -36
arch/powerpc/configs/pmac32_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:20:26 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:36:51 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 127 125 CONFIG_HAVE_KPROBES=y 128 126 CONFIG_HAVE_KRETPROBES=y 129 127 CONFIG_HAVE_ARCH_TRACEHOOK=y 130 - # CONFIG_HAVE_DMA_ATTRS is not set 131 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 132 - # CONFIG_HAVE_CLK is not set 133 - CONFIG_PROC_PAGE_MONITOR=y 134 128 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 135 129 CONFIG_SLABINFO=y 136 130 CONFIG_RT_MUTEXES=y ··· 159 161 # CONFIG_DEFAULT_NOOP is not set 160 162 CONFIG_DEFAULT_IOSCHED="anticipatory" 161 163 CONFIG_CLASSIC_RCU=y 164 + CONFIG_FREEZER=y 162 165 163 166 # 164 167 # Platform support ··· 231 232 # CONFIG_PREEMPT_VOLUNTARY is not set 232 233 # CONFIG_PREEMPT is not set 233 234 CONFIG_BINFMT_ELF=y 235 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 236 + # CONFIG_HAVE_AOUT is not set 234 237 CONFIG_BINFMT_MISC=m 235 238 # CONFIG_IOMMU_HELPER is not set 236 239 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 247 246 # CONFIG_SPARSEMEM_MANUAL is not set 248 247 CONFIG_FLATMEM=y 249 248 CONFIG_FLAT_NODE_MEM_MAP=y 250 - # CONFIG_SPARSEMEM_STATIC is not set 251 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 252 249 CONFIG_PAGEFLAGS_EXTENDED=y 253 250 CONFIG_SPLIT_PTLOCK_CPUS=4 254 251 # CONFIG_MIGRATION is not set 255 252 # CONFIG_RESOURCES_64BIT is not set 253 + # CONFIG_PHYS_ADDR_T_64BIT is not set 256 254 CONFIG_ZONE_DMA_FLAG=1 257 255 CONFIG_BOUNCE=y 258 256 CONFIG_VIRT_TO_BUS=y 257 + CONFIG_UNEVICTABLE_LRU=y 259 258 CONFIG_FORCE_MAX_ZONEORDER=11 260 259 CONFIG_PROC_DEVICETREE=y 261 260 # CONFIG_CMDLINE_BOOL is not set ··· 363 362 CONFIG_TCP_CONG_CUBIC=y 364 363 CONFIG_DEFAULT_TCP_CONG="cubic" 365 364 # CONFIG_TCP_MD5SIG is not set 366 - # CONFIG_IP_VS is not set 367 365 # CONFIG_IPV6 is not set 368 366 # CONFIG_NETWORK_SECMARK is not set 369 367 CONFIG_NETFILTER=y ··· 392 392 # CONFIG_NF_CONNTRACK_SIP is not set 393 393 CONFIG_NF_CONNTRACK_TFTP=m 394 394 CONFIG_NF_CT_NETLINK=m 395 + # CONFIG_NETFILTER_TPROXY is not set 395 396 CONFIG_NETFILTER_XTABLES=m 396 397 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 397 398 # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set 398 399 # CONFIG_NETFILTER_XT_TARGET_DSCP is not set 399 400 CONFIG_NETFILTER_XT_TARGET_MARK=m 400 - CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 401 401 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 402 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 402 403 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 403 404 CONFIG_NETFILTER_XT_TARGET_RATEEST=m 404 405 CONFIG_NETFILTER_XT_TARGET_TRACE=m ··· 413 412 CONFIG_NETFILTER_XT_MATCH_DCCP=m 414 413 CONFIG_NETFILTER_XT_MATCH_DSCP=m 415 414 CONFIG_NETFILTER_XT_MATCH_ESP=m 415 + # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 416 416 CONFIG_NETFILTER_XT_MATCH_HELPER=m 417 417 CONFIG_NETFILTER_XT_MATCH_IPRANGE=m 418 418 CONFIG_NETFILTER_XT_MATCH_LENGTH=m 419 419 CONFIG_NETFILTER_XT_MATCH_LIMIT=m 420 420 CONFIG_NETFILTER_XT_MATCH_MAC=m 421 421 CONFIG_NETFILTER_XT_MATCH_MARK=m 422 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 422 423 CONFIG_NETFILTER_XT_MATCH_OWNER=m 423 424 CONFIG_NETFILTER_XT_MATCH_POLICY=m 424 - CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 425 425 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 426 426 # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 427 427 CONFIG_NETFILTER_XT_MATCH_RATEEST=m 428 428 CONFIG_NETFILTER_XT_MATCH_REALM=m 429 + CONFIG_NETFILTER_XT_MATCH_RECENT=m 430 + # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set 429 431 CONFIG_NETFILTER_XT_MATCH_SCTP=m 430 432 # CONFIG_NETFILTER_XT_MATCH_STATE is not set 431 433 # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set ··· 436 432 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 437 433 CONFIG_NETFILTER_XT_MATCH_TIME=m 438 434 CONFIG_NETFILTER_XT_MATCH_U32=m 439 - # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 435 + # CONFIG_IP_VS is not set 440 436 441 437 # 442 438 # IP: Netfilter Configuration 443 439 # 440 + CONFIG_NF_DEFRAG_IPV4=m 444 441 CONFIG_NF_CONNTRACK_IPV4=m 445 442 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 446 443 # CONFIG_IP_NF_QUEUE is not set 447 444 CONFIG_IP_NF_IPTABLES=m 448 - CONFIG_IP_NF_MATCH_RECENT=m 449 - CONFIG_IP_NF_MATCH_ECN=m 450 - CONFIG_IP_NF_MATCH_AH=m 451 - CONFIG_IP_NF_MATCH_TTL=m 452 445 CONFIG_IP_NF_MATCH_ADDRTYPE=m 446 + CONFIG_IP_NF_MATCH_AH=m 447 + CONFIG_IP_NF_MATCH_ECN=m 448 + CONFIG_IP_NF_MATCH_TTL=m 453 449 CONFIG_IP_NF_FILTER=m 454 450 CONFIG_IP_NF_TARGET_REJECT=m 455 451 CONFIG_IP_NF_TARGET_LOG=m ··· 457 453 CONFIG_NF_NAT=m 458 454 CONFIG_NF_NAT_NEEDED=y 459 455 CONFIG_IP_NF_TARGET_MASQUERADE=m 460 - CONFIG_IP_NF_TARGET_REDIRECT=m 461 456 CONFIG_IP_NF_TARGET_NETMAP=m 457 + CONFIG_IP_NF_TARGET_REDIRECT=m 462 458 # CONFIG_NF_NAT_SNMP_BASIC is not set 463 459 CONFIG_NF_NAT_PROTO_DCCP=m 464 460 CONFIG_NF_NAT_FTP=m ··· 469 465 # CONFIG_NF_NAT_H323 is not set 470 466 # CONFIG_NF_NAT_SIP is not set 471 467 CONFIG_IP_NF_MANGLE=m 468 + # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 472 469 CONFIG_IP_NF_TARGET_ECN=m 473 470 CONFIG_IP_NF_TARGET_TTL=m 474 - # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 475 471 CONFIG_IP_NF_RAW=m 476 472 CONFIG_IP_NF_ARPTABLES=m 477 473 CONFIG_IP_NF_ARPFILTER=m ··· 498 494 # CONFIG_TIPC is not set 499 495 # CONFIG_ATM is not set 500 496 # CONFIG_BRIDGE is not set 497 + # CONFIG_NET_DSA is not set 501 498 # CONFIG_VLAN_8021Q is not set 502 499 # CONFIG_DECNET is not set 503 500 # CONFIG_LLC2 is not set ··· 590 585 # CONFIG_BT_HCIBTUART is not set 591 586 # CONFIG_BT_HCIVHCI is not set 592 587 # CONFIG_AF_RXRPC is not set 593 - 594 - # 595 - # Wireless 596 - # 588 + # CONFIG_PHONET is not set 589 + CONFIG_WIRELESS=y 597 590 CONFIG_CFG80211=m 598 591 CONFIG_NL80211=y 592 + CONFIG_WIRELESS_OLD_REGULATORY=y 599 593 CONFIG_WIRELESS_EXT=y 600 594 CONFIG_WIRELESS_EXT_SYSFS=y 601 595 CONFIG_MAC80211=m ··· 603 599 # Rate control algorithm selection 604 600 # 605 601 CONFIG_MAC80211_RC_PID=y 602 + # CONFIG_MAC80211_RC_MINSTREL is not set 606 603 CONFIG_MAC80211_RC_DEFAULT_PID=y 604 + # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set 607 605 CONFIG_MAC80211_RC_DEFAULT="pid" 608 606 # CONFIG_MAC80211_MESH is not set 609 607 CONFIG_MAC80211_LEDS=y ··· 669 663 # CONFIG_HP_ILO is not set 670 664 CONFIG_HAVE_IDE=y 671 665 CONFIG_IDE=y 672 - CONFIG_BLK_DEV_IDE=y 673 666 674 667 # 675 668 # Please see Documentation/ide/ide.txt for help/info on IDE drives ··· 676 671 CONFIG_IDE_TIMINGS=y 677 672 CONFIG_IDE_ATAPI=y 678 673 # CONFIG_BLK_DEV_IDE_SATA is not set 679 - CONFIG_BLK_DEV_IDEDISK=y 680 - # CONFIG_IDEDISK_MULTI_MODE is not set 674 + CONFIG_IDE_GD=y 675 + CONFIG_IDE_GD_ATA=y 676 + # CONFIG_IDE_GD_ATAPI is not set 681 677 CONFIG_BLK_DEV_IDECS=m 682 678 # CONFIG_BLK_DEV_DELKIN is not set 683 679 CONFIG_BLK_DEV_IDECD=y 684 680 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 685 681 # CONFIG_BLK_DEV_IDETAPE is not set 686 - CONFIG_BLK_DEV_IDEFLOPPY=y 687 682 CONFIG_BLK_DEV_IDESCSI=y 688 683 # CONFIG_IDE_TASK_IOCTL is not set 689 684 CONFIG_IDE_PROC_FS=y ··· 904 899 # CONFIG_IBM_NEW_EMAC_RGMII is not set 905 900 # CONFIG_IBM_NEW_EMAC_TAH is not set 906 901 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 902 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 903 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 904 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 907 905 CONFIG_NET_PCI=y 908 906 CONFIG_PCNET32=y 909 907 # CONFIG_AMD8111_ETH is not set ··· 927 919 # CONFIG_TLAN is not set 928 920 # CONFIG_VIA_RHINE is not set 929 921 # CONFIG_SC92031 is not set 922 + # CONFIG_ATL2 is not set 930 923 CONFIG_NETDEV_1000=y 931 924 # CONFIG_ACENIC is not set 932 925 # CONFIG_DL2K is not set ··· 949 940 # CONFIG_QLA3XXX is not set 950 941 # CONFIG_ATL1 is not set 951 942 # CONFIG_ATL1E is not set 943 + # CONFIG_JME is not set 952 944 CONFIG_NETDEV_10000=y 953 945 # CONFIG_CHELSIO_T1 is not set 954 946 # CONFIG_CHELSIO_T3 is not set 947 + # CONFIG_ENIC is not set 955 948 # CONFIG_IXGBE is not set 956 949 # CONFIG_IXGB is not set 957 950 # CONFIG_S2IO is not set 958 951 # CONFIG_MYRI10GE is not set 959 952 # CONFIG_NETXEN_NIC is not set 960 953 # CONFIG_NIU is not set 954 + # CONFIG_MLX4_EN is not set 961 955 # CONFIG_MLX4_CORE is not set 962 956 # CONFIG_TEHUTI is not set 963 957 # CONFIG_BNX2X is not set 958 + # CONFIG_QLGE is not set 964 959 # CONFIG_SFC is not set 965 960 # CONFIG_TR is not set 966 961 ··· 977 964 # CONFIG_IPW2100 is not set 978 965 # CONFIG_IPW2200 is not set 979 966 # CONFIG_LIBERTAS is not set 967 + # CONFIG_LIBERTAS_THINFIRM is not set 980 968 # CONFIG_AIRO is not set 981 969 CONFIG_HERMES=m 982 970 CONFIG_APPLE_AIRPORT=m ··· 1037 1023 CONFIG_USB_NET_AX8817X=m 1038 1024 CONFIG_USB_NET_CDCETHER=m 1039 1025 # CONFIG_USB_NET_DM9601 is not set 1026 + # CONFIG_USB_NET_SMSC95XX is not set 1040 1027 # CONFIG_USB_NET_GL620A is not set 1041 1028 CONFIG_USB_NET_NET1080=m 1042 1029 # CONFIG_USB_NET_PLUSB is not set ··· 1254 1239 CONFIG_APM_POWER=y 1255 1240 # CONFIG_BATTERY_DS2760 is not set 1256 1241 CONFIG_BATTERY_PMU=y 1242 + # CONFIG_BATTERY_BQ27x00 is not set 1257 1243 # CONFIG_HWMON is not set 1258 1244 # CONFIG_THERMAL is not set 1259 1245 # CONFIG_THERMAL_HWMON is not set ··· 1282 1266 # CONFIG_MFD_SM501 is not set 1283 1267 # CONFIG_HTC_PASIC3 is not set 1284 1268 # CONFIG_MFD_TMIO is not set 1269 + # CONFIG_PMIC_DA903X is not set 1270 + # CONFIG_MFD_WM8400 is not set 1271 + # CONFIG_MFD_WM8350_I2C is not set 1272 + 1273 + # 1274 + # Voltage and Current regulators 1275 + # 1276 + # CONFIG_REGULATOR is not set 1277 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1278 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1279 + # CONFIG_REGULATOR_BQ24022 is not set 1285 1280 1286 1281 # 1287 1282 # Multimedia devices ··· 1328 1301 CONFIG_FB=y 1329 1302 # CONFIG_FIRMWARE_EDID is not set 1330 1303 CONFIG_FB_DDC=y 1304 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1331 1305 CONFIG_FB_CFB_FILLRECT=y 1332 1306 CONFIG_FB_CFB_COPYAREA=y 1333 1307 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1385 1357 # CONFIG_FB_S3 is not set 1386 1358 # CONFIG_FB_SAVAGE is not set 1387 1359 # CONFIG_FB_SIS is not set 1360 + # CONFIG_FB_VIA is not set 1388 1361 # CONFIG_FB_NEOMAGIC is not set 1389 1362 # CONFIG_FB_KYRO is not set 1390 1363 CONFIG_FB_3DFX=y ··· 1398 1369 # CONFIG_FB_CARMINE is not set 1399 1370 # CONFIG_FB_IBM_GXT4500 is not set 1400 1371 # CONFIG_FB_VIRTUAL is not set 1372 + # CONFIG_FB_METRONOME is not set 1401 1373 CONFIG_BACKLIGHT_LCD_SUPPORT=y 1402 1374 CONFIG_LCD_CLASS_DEVICE=m 1403 1375 # CONFIG_LCD_ILI9320 is not set ··· 1431 1401 CONFIG_LOGO_LINUX_VGA16=y 1432 1402 CONFIG_LOGO_LINUX_CLUT224=y 1433 1403 CONFIG_SOUND=m 1404 + CONFIG_SOUND_OSS_CORE=y 1434 1405 CONFIG_SND=m 1435 1406 CONFIG_SND_TIMER=m 1436 1407 CONFIG_SND_PCM=m ··· 1545 1514 # USB Input Devices 1546 1515 # 1547 1516 CONFIG_USB_HID=y 1548 - CONFIG_USB_HIDINPUT_POWERBOOK=y 1549 - # CONFIG_HID_FF is not set 1517 + # CONFIG_HID_PID is not set 1550 1518 # CONFIG_USB_HIDDEV is not set 1519 + 1520 + # 1521 + # Special HID drivers 1522 + # 1523 + CONFIG_HID_COMPAT=y 1524 + CONFIG_HID_A4TECH=y 1525 + CONFIG_HID_APPLE=y 1526 + CONFIG_HID_BELKIN=y 1527 + CONFIG_HID_BRIGHT=y 1528 + CONFIG_HID_CHERRY=y 1529 + CONFIG_HID_CHICONY=y 1530 + CONFIG_HID_CYPRESS=y 1531 + CONFIG_HID_DELL=y 1532 + CONFIG_HID_EZKEY=y 1533 + CONFIG_HID_GYRATION=y 1534 + CONFIG_HID_LOGITECH=y 1535 + # CONFIG_LOGITECH_FF is not set 1536 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1537 + CONFIG_HID_MICROSOFT=y 1538 + CONFIG_HID_MONTEREY=y 1539 + CONFIG_HID_PANTHERLORD=y 1540 + # CONFIG_PANTHERLORD_FF is not set 1541 + CONFIG_HID_PETALYNX=y 1542 + CONFIG_HID_SAMSUNG=y 1543 + CONFIG_HID_SONY=y 1544 + CONFIG_HID_SUNPLUS=y 1545 + # CONFIG_THRUSTMASTER_FF is not set 1546 + # CONFIG_ZEROPLUS_FF is not set 1551 1547 CONFIG_USB_SUPPORT=y 1552 1548 CONFIG_USB_ARCH_HAS_HCD=y 1553 1549 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1592 1534 # CONFIG_USB_SUSPEND is not set 1593 1535 # CONFIG_USB_OTG is not set 1594 1536 CONFIG_USB_MON=y 1537 + # CONFIG_USB_WUSB is not set 1538 + # CONFIG_USB_WUSB_CBAF is not set 1595 1539 1596 1540 # 1597 1541 # USB Host Controller Drivers ··· 1613 1553 # CONFIG_USB_UHCI_HCD is not set 1614 1554 # CONFIG_USB_SL811_HCD is not set 1615 1555 # CONFIG_USB_R8A66597_HCD is not set 1556 + # CONFIG_USB_WHCI_HCD is not set 1557 + # CONFIG_USB_HWA_HCD is not set 1616 1558 1617 1559 # 1618 1560 # USB Device Class drivers ··· 1622 1560 CONFIG_USB_ACM=m 1623 1561 CONFIG_USB_PRINTER=m 1624 1562 # CONFIG_USB_WDM is not set 1563 + # CONFIG_USB_TMC is not set 1625 1564 1626 1565 # 1627 1566 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1644 1581 # CONFIG_USB_STORAGE_ALAUDA is not set 1645 1582 CONFIG_USB_STORAGE_ONETOUCH=y 1646 1583 # CONFIG_USB_STORAGE_KARMA is not set 1647 - # CONFIG_USB_STORAGE_SIERRA is not set 1648 1584 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1649 1585 # CONFIG_USB_LIBUSUAL is not set 1650 1586 ··· 1718 1656 # CONFIG_USB_EMI62 is not set 1719 1657 # CONFIG_USB_EMI26 is not set 1720 1658 # CONFIG_USB_ADUTUX is not set 1659 + # CONFIG_USB_SEVSEG is not set 1721 1660 # CONFIG_USB_RIO500 is not set 1722 1661 # CONFIG_USB_LEGOTOWER is not set 1723 1662 # CONFIG_USB_LCD is not set ··· 1736 1673 # CONFIG_USB_IOWARRIOR is not set 1737 1674 # CONFIG_USB_TEST is not set 1738 1675 # CONFIG_USB_ISIGHTFW is not set 1676 + # CONFIG_USB_VST is not set 1739 1677 # CONFIG_USB_GADGET is not set 1678 + # CONFIG_UWB is not set 1740 1679 # CONFIG_MMC is not set 1741 1680 # CONFIG_MEMSTICK is not set 1742 1681 CONFIG_NEW_LEDS=y ··· 1757 1692 # CONFIG_LEDS_TRIGGER_TIMER is not set 1758 1693 CONFIG_LEDS_TRIGGER_IDE_DISK=y 1759 1694 # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set 1695 + # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set 1760 1696 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y 1761 1697 # CONFIG_ACCESSIBILITY is not set 1762 1698 # CONFIG_INFINIBAND is not set ··· 1765 1699 # CONFIG_RTC_CLASS is not set 1766 1700 # CONFIG_DMADEVICES is not set 1767 1701 # CONFIG_UIO is not set 1702 + # CONFIG_STAGING is not set 1768 1703 1769 1704 # 1770 1705 # File systems ··· 1777 1710 CONFIG_EXT3_FS_XATTR=y 1778 1711 CONFIG_EXT3_FS_POSIX_ACL=y 1779 1712 # CONFIG_EXT3_FS_SECURITY is not set 1780 - # CONFIG_EXT4DEV_FS is not set 1713 + CONFIG_EXT4_FS=y 1714 + # CONFIG_EXT4DEV_COMPAT is not set 1715 + CONFIG_EXT4_FS_XATTR=y 1716 + # CONFIG_EXT4_FS_POSIX_ACL is not set 1717 + # CONFIG_EXT4_FS_SECURITY is not set 1781 1718 CONFIG_JBD=y 1719 + CONFIG_JBD2=y 1782 1720 CONFIG_FS_MBCACHE=y 1783 1721 # CONFIG_REISERFS_FS is not set 1784 1722 # CONFIG_JFS_FS is not set 1785 1723 CONFIG_FS_POSIX_ACL=y 1724 + CONFIG_FILE_LOCKING=y 1786 1725 # CONFIG_XFS_FS is not set 1787 1726 # CONFIG_GFS2_FS is not set 1788 1727 # CONFIG_OCFS2_FS is not set ··· 1825 1752 CONFIG_PROC_FS=y 1826 1753 CONFIG_PROC_KCORE=y 1827 1754 CONFIG_PROC_SYSCTL=y 1755 + CONFIG_PROC_PAGE_MONITOR=y 1828 1756 CONFIG_SYSFS=y 1829 1757 CONFIG_TMPFS=y 1830 1758 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1868 1794 CONFIG_NFS_COMMON=y 1869 1795 CONFIG_SUNRPC=y 1870 1796 CONFIG_SUNRPC_GSS=y 1797 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1871 1798 CONFIG_RPCSEC_GSS_KRB5=y 1872 1799 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1873 1800 CONFIG_SMB_FS=m ··· 1945 1870 # Library routines 1946 1871 # 1947 1872 CONFIG_BITREVERSE=y 1948 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1949 1873 CONFIG_CRC_CCITT=y 1950 1874 CONFIG_CRC16=y 1951 1875 CONFIG_CRC_T10DIF=y ··· 2001 1927 CONFIG_DEBUG_MEMORY_INIT=y 2002 1928 # CONFIG_DEBUG_LIST is not set 2003 1929 # CONFIG_DEBUG_SG is not set 2004 - CONFIG_FRAME_POINTER=y 2005 1930 # CONFIG_BOOT_PRINTK_DELAY is not set 2006 1931 # CONFIG_RCU_TORTURE_TEST is not set 1932 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 2007 1933 # CONFIG_BACKTRACE_SELF_TEST is not set 1934 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 2008 1935 # CONFIG_FAULT_INJECTION is not set 2009 1936 CONFIG_LATENCYTOP=y 2010 1937 CONFIG_SYSCTL_SYSCALL_CHECK=y 2011 - CONFIG_HAVE_FTRACE=y 2012 - CONFIG_HAVE_DYNAMIC_FTRACE=y 2013 - # CONFIG_FTRACE is not set 1938 + CONFIG_HAVE_FUNCTION_TRACER=y 1939 + 1940 + # 1941 + # Tracers 1942 + # 1943 + # CONFIG_FUNCTION_TRACER is not set 2014 1944 # CONFIG_SCHED_TRACER is not set 2015 1945 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1946 + # CONFIG_BOOT_TRACER is not set 1947 + # CONFIG_STACK_TRACER is not set 1948 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 2016 1949 # CONFIG_SAMPLES is not set 2017 1950 CONFIG_HAVE_ARCH_KGDB=y 2018 1951 # CONFIG_KGDB is not set ··· 2027 1946 # CONFIG_DEBUG_STACK_USAGE is not set 2028 1947 # CONFIG_CODE_PATCHING_SELFTEST is not set 2029 1948 # CONFIG_FTR_FIXUP_SELFTEST is not set 1949 + # CONFIG_MSI_BITMAP_SELFTEST is not set 2030 1950 CONFIG_XMON=y 2031 1951 CONFIG_XMON_DEFAULT=y 2032 1952 CONFIG_XMON_DISASSEMBLY=y ··· 2042 1960 # 2043 1961 # CONFIG_KEYS is not set 2044 1962 # CONFIG_SECURITY is not set 1963 + # CONFIG_SECURITYFS is not set 2045 1964 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 2046 1965 CONFIG_CRYPTO=y 2047 1966 2048 1967 # 2049 1968 # Crypto core or helper 2050 1969 # 1970 + # CONFIG_CRYPTO_FIPS is not set 2051 1971 CONFIG_CRYPTO_ALGAPI=y 2052 1972 CONFIG_CRYPTO_AEAD=y 2053 1973 CONFIG_CRYPTO_BLKCIPHER=y 2054 1974 CONFIG_CRYPTO_HASH=y 1975 + CONFIG_CRYPTO_RNG=y 2055 1976 CONFIG_CRYPTO_MANAGER=y 2056 1977 # CONFIG_CRYPTO_GF128MUL is not set 2057 1978 CONFIG_CRYPTO_NULL=m ··· 2128 2043 # 2129 2044 CONFIG_CRYPTO_DEFLATE=m 2130 2045 # CONFIG_CRYPTO_LZO is not set 2046 + 2047 + # 2048 + # Random Number Generation 2049 + # 2050 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 2131 2051 CONFIG_CRYPTO_HW=y 2132 2052 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 2133 2053 # CONFIG_PPC_CLOCK is not set
+138 -38
arch/powerpc/configs/ppc64_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:22:03 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:36:56 2008 5 5 # 6 6 CONFIG_PPC64=y 7 7 ··· 22 22 CONFIG_NR_CPUS=32 23 23 CONFIG_64BIT=y 24 24 CONFIG_WORD_SIZE=64 25 - CONFIG_PPC_MERGE=y 25 + CONFIG_ARCH_PHYS_ADDR_T_64BIT=y 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 87 87 CONFIG_CGROUPS=y 88 88 # CONFIG_CGROUP_DEBUG is not set 89 89 # CONFIG_CGROUP_NS is not set 90 + # CONFIG_CGROUP_FREEZER is not set 90 91 # CONFIG_CGROUP_DEVICE is not set 91 92 CONFIG_CPUSETS=y 92 93 # CONFIG_GROUP_SCHED is not set ··· 125 124 CONFIG_TIMERFD=y 126 125 CONFIG_EVENTFD=y 127 126 CONFIG_SHMEM=y 127 + CONFIG_AIO=y 128 128 CONFIG_VM_EVENT_COUNTERS=y 129 + CONFIG_PCI_QUIRKS=y 129 130 CONFIG_SLUB_DEBUG=y 130 131 # CONFIG_SLAB is not set 131 132 CONFIG_SLUB=y 132 133 # CONFIG_SLOB is not set 133 134 CONFIG_PROFILING=y 135 + CONFIG_TRACEPOINTS=y 134 136 CONFIG_MARKERS=y 135 137 CONFIG_OPROFILE=y 136 138 CONFIG_HAVE_OPROFILE=y ··· 145 141 CONFIG_HAVE_ARCH_TRACEHOOK=y 146 142 CONFIG_HAVE_DMA_ATTRS=y 147 143 CONFIG_USE_GENERIC_SMP_HELPERS=y 148 - # CONFIG_HAVE_CLK is not set 149 - CONFIG_PROC_PAGE_MONITOR=y 150 144 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 151 145 CONFIG_SLABINFO=y 152 146 CONFIG_RT_MUTEXES=y ··· 177 175 # CONFIG_DEFAULT_NOOP is not set 178 176 CONFIG_DEFAULT_IOSCHED="anticipatory" 179 177 CONFIG_CLASSIC_RCU=y 178 + # CONFIG_FREEZER is not set 179 + CONFIG_PPC_MSI_BITMAP=y 180 180 181 181 # 182 182 # Platform support ··· 298 294 # CONFIG_PREEMPT is not set 299 295 CONFIG_BINFMT_ELF=y 300 296 CONFIG_COMPAT_BINFMT_ELF=y 297 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 298 + # CONFIG_HAVE_AOUT is not set 301 299 CONFIG_BINFMT_MISC=m 302 300 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y 303 301 CONFIG_IOMMU_VMERGE=y ··· 309 303 CONFIG_ARCH_HAS_WALK_MEMORY=y 310 304 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 311 305 CONFIG_KEXEC=y 312 - # CONFIG_CRASH_DUMP is not set 313 306 # CONFIG_PHYP_DUMP is not set 314 307 CONFIG_IRQ_ALL_CPUS=y 315 308 # CONFIG_NUMA is not set ··· 323 318 CONFIG_SPARSEMEM_MANUAL=y 324 319 CONFIG_SPARSEMEM=y 325 320 CONFIG_HAVE_MEMORY_PRESENT=y 326 - # CONFIG_SPARSEMEM_STATIC is not set 327 321 CONFIG_SPARSEMEM_EXTREME=y 328 322 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 329 323 CONFIG_SPARSEMEM_VMEMMAP=y ··· 333 329 CONFIG_SPLIT_PTLOCK_CPUS=4 334 330 CONFIG_MIGRATION=y 335 331 CONFIG_RESOURCES_64BIT=y 332 + CONFIG_PHYS_ADDR_T_64BIT=y 336 333 CONFIG_ZONE_DMA_FLAG=1 337 334 CONFIG_BOUNCE=y 335 + CONFIG_UNEVICTABLE_LRU=y 338 336 CONFIG_ARCH_MEMORY_PROBE=y 339 337 CONFIG_PPC_HAS_HASH_64K=y 340 338 # CONFIG_PPC_64K_PAGES is not set ··· 385 379 CONFIG_HOTPLUG_PCI_RPA=m 386 380 CONFIG_HOTPLUG_PCI_RPA_DLPAR=m 387 381 # CONFIG_HAS_RAPIDIO is not set 382 + # CONFIG_RELOCATABLE is not set 388 383 CONFIG_PAGE_OFFSET=0xc000000000000000 389 384 CONFIG_KERNEL_START=0xc000000000000000 390 385 CONFIG_PHYSICAL_START=0x00000000 ··· 433 426 CONFIG_TCP_CONG_CUBIC=y 434 427 CONFIG_DEFAULT_TCP_CONG="cubic" 435 428 # CONFIG_TCP_MD5SIG is not set 436 - # CONFIG_IP_VS is not set 437 429 # CONFIG_IPV6 is not set 438 430 # CONFIG_NETWORK_SECMARK is not set 439 431 CONFIG_NETFILTER=y ··· 463 457 CONFIG_NF_CONNTRACK_SIP=m 464 458 CONFIG_NF_CONNTRACK_TFTP=m 465 459 CONFIG_NF_CT_NETLINK=m 460 + CONFIG_NETFILTER_TPROXY=m 466 461 CONFIG_NETFILTER_XTABLES=m 467 462 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 468 463 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 469 464 CONFIG_NETFILTER_XT_TARGET_DSCP=m 470 465 CONFIG_NETFILTER_XT_TARGET_MARK=m 471 - CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 472 466 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 467 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 473 468 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 474 469 CONFIG_NETFILTER_XT_TARGET_RATEEST=m 470 + CONFIG_NETFILTER_XT_TARGET_TPROXY=m 475 471 CONFIG_NETFILTER_XT_TARGET_TRACE=m 476 472 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 477 473 CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m ··· 485 477 CONFIG_NETFILTER_XT_MATCH_DCCP=m 486 478 CONFIG_NETFILTER_XT_MATCH_DSCP=m 487 479 CONFIG_NETFILTER_XT_MATCH_ESP=m 480 + CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 488 481 CONFIG_NETFILTER_XT_MATCH_HELPER=m 489 482 CONFIG_NETFILTER_XT_MATCH_IPRANGE=m 490 483 CONFIG_NETFILTER_XT_MATCH_LENGTH=m 491 484 CONFIG_NETFILTER_XT_MATCH_LIMIT=m 492 485 CONFIG_NETFILTER_XT_MATCH_MAC=m 493 486 CONFIG_NETFILTER_XT_MATCH_MARK=m 487 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 494 488 CONFIG_NETFILTER_XT_MATCH_OWNER=m 495 489 CONFIG_NETFILTER_XT_MATCH_POLICY=m 496 - CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 497 490 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 498 491 CONFIG_NETFILTER_XT_MATCH_QUOTA=m 499 492 CONFIG_NETFILTER_XT_MATCH_RATEEST=m 500 493 CONFIG_NETFILTER_XT_MATCH_REALM=m 494 + CONFIG_NETFILTER_XT_MATCH_RECENT=m 495 + # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set 501 496 CONFIG_NETFILTER_XT_MATCH_SCTP=m 497 + CONFIG_NETFILTER_XT_MATCH_SOCKET=m 502 498 CONFIG_NETFILTER_XT_MATCH_STATE=m 503 499 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 504 500 CONFIG_NETFILTER_XT_MATCH_STRING=m 505 501 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 506 502 # CONFIG_NETFILTER_XT_MATCH_TIME is not set 507 503 CONFIG_NETFILTER_XT_MATCH_U32=m 508 - CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 504 + # CONFIG_IP_VS is not set 509 505 510 506 # 511 507 # IP: Netfilter Configuration 512 508 # 509 + CONFIG_NF_DEFRAG_IPV4=m 513 510 CONFIG_NF_CONNTRACK_IPV4=m 514 511 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 515 512 CONFIG_IP_NF_QUEUE=m 516 513 CONFIG_IP_NF_IPTABLES=m 517 - CONFIG_IP_NF_MATCH_RECENT=m 518 - CONFIG_IP_NF_MATCH_ECN=m 519 - CONFIG_IP_NF_MATCH_AH=m 520 - CONFIG_IP_NF_MATCH_TTL=m 521 514 CONFIG_IP_NF_MATCH_ADDRTYPE=m 515 + CONFIG_IP_NF_MATCH_AH=m 516 + CONFIG_IP_NF_MATCH_ECN=m 517 + CONFIG_IP_NF_MATCH_TTL=m 522 518 CONFIG_IP_NF_FILTER=m 523 519 CONFIG_IP_NF_TARGET_REJECT=m 524 520 CONFIG_IP_NF_TARGET_LOG=m ··· 530 518 CONFIG_NF_NAT=m 531 519 CONFIG_NF_NAT_NEEDED=y 532 520 CONFIG_IP_NF_TARGET_MASQUERADE=m 533 - CONFIG_IP_NF_TARGET_REDIRECT=m 534 521 CONFIG_IP_NF_TARGET_NETMAP=m 522 + CONFIG_IP_NF_TARGET_REDIRECT=m 535 523 CONFIG_NF_NAT_SNMP_BASIC=m 536 524 CONFIG_NF_NAT_PROTO_GRE=m 537 525 CONFIG_NF_NAT_PROTO_SCTP=m ··· 543 531 CONFIG_NF_NAT_H323=m 544 532 CONFIG_NF_NAT_SIP=m 545 533 CONFIG_IP_NF_MANGLE=m 534 + CONFIG_IP_NF_TARGET_CLUSTERIP=m 546 535 CONFIG_IP_NF_TARGET_ECN=m 547 536 CONFIG_IP_NF_TARGET_TTL=m 548 - CONFIG_IP_NF_TARGET_CLUSTERIP=m 549 537 CONFIG_IP_NF_RAW=m 550 538 CONFIG_IP_NF_ARPTABLES=m 551 539 CONFIG_IP_NF_ARPFILTER=m ··· 555 543 # CONFIG_TIPC is not set 556 544 # CONFIG_ATM is not set 557 545 # CONFIG_BRIDGE is not set 546 + # CONFIG_NET_DSA is not set 558 547 # CONFIG_VLAN_8021Q is not set 559 548 # CONFIG_DECNET is not set 560 549 CONFIG_LLC=y ··· 578 565 # CONFIG_IRDA is not set 579 566 # CONFIG_BT is not set 580 567 # CONFIG_AF_RXRPC is not set 581 - 582 - # 583 - # Wireless 584 - # 568 + # CONFIG_PHONET is not set 569 + CONFIG_WIRELESS=y 585 570 # CONFIG_CFG80211 is not set 571 + CONFIG_WIRELESS_OLD_REGULATORY=y 586 572 # CONFIG_WIRELESS_EXT is not set 587 573 # CONFIG_MAC80211 is not set 588 574 # CONFIG_IEEE80211 is not set ··· 636 624 # CONFIG_HP_ILO is not set 637 625 CONFIG_HAVE_IDE=y 638 626 CONFIG_IDE=y 639 - CONFIG_BLK_DEV_IDE=y 640 627 641 628 # 642 629 # Please see Documentation/ide/ide.txt for help/info on IDE drives 643 630 # 644 631 CONFIG_IDE_TIMINGS=y 645 632 # CONFIG_BLK_DEV_IDE_SATA is not set 646 - CONFIG_BLK_DEV_IDEDISK=y 647 - # CONFIG_IDEDISK_MULTI_MODE is not set 633 + CONFIG_IDE_GD=y 634 + CONFIG_IDE_GD_ATA=y 635 + # CONFIG_IDE_GD_ATAPI is not set 648 636 # CONFIG_BLK_DEV_IDECS is not set 649 637 # CONFIG_BLK_DEV_DELKIN is not set 650 638 CONFIG_BLK_DEV_IDECD=y 651 639 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 652 640 # CONFIG_BLK_DEV_IDETAPE is not set 653 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 654 641 # CONFIG_BLK_DEV_IDESCSI is not set 655 642 # CONFIG_IDE_TASK_IOCTL is not set 656 643 CONFIG_IDE_PROC_FS=y ··· 846 835 # CONFIG_PATA_SCH is not set 847 836 CONFIG_MD=y 848 837 CONFIG_BLK_DEV_MD=y 838 + CONFIG_MD_AUTODETECT=y 849 839 CONFIG_MD_LINEAR=y 850 840 CONFIG_MD_RAID0=y 851 841 CONFIG_MD_RAID1=y ··· 938 926 CONFIG_IBM_NEW_EMAC_RGMII=y 939 927 CONFIG_IBM_NEW_EMAC_TAH=y 940 928 CONFIG_IBM_NEW_EMAC_EMAC4=y 929 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 930 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 931 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 941 932 CONFIG_NET_PCI=y 942 933 CONFIG_PCNET32=y 943 934 # CONFIG_AMD8111_ETH is not set ··· 961 946 # CONFIG_TLAN is not set 962 947 # CONFIG_VIA_RHINE is not set 963 948 # CONFIG_SC92031 is not set 949 + # CONFIG_ATL2 is not set 964 950 CONFIG_NETDEV_1000=y 965 951 CONFIG_ACENIC=y 966 952 CONFIG_ACENIC_OMIT_TIGON_I=y 967 953 # CONFIG_DL2K is not set 968 954 CONFIG_E1000=y 969 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 970 955 # CONFIG_E1000E is not set 971 956 # CONFIG_IP1000 is not set 972 957 # CONFIG_IGB is not set ··· 984 969 # CONFIG_QLA3XXX is not set 985 970 # CONFIG_ATL1 is not set 986 971 # CONFIG_ATL1E is not set 972 + # CONFIG_JME is not set 987 973 CONFIG_NETDEV_10000=y 988 974 # CONFIG_CHELSIO_T1 is not set 989 975 # CONFIG_CHELSIO_T3 is not set 990 976 CONFIG_EHEA=m 977 + # CONFIG_ENIC is not set 991 978 # CONFIG_IXGBE is not set 992 979 CONFIG_IXGB=m 993 980 # CONFIG_S2IO is not set ··· 997 980 # CONFIG_NETXEN_NIC is not set 998 981 # CONFIG_NIU is not set 999 982 CONFIG_PASEMI_MAC=y 983 + # CONFIG_MLX4_EN is not set 1000 984 # CONFIG_MLX4_CORE is not set 1001 985 # CONFIG_TEHUTI is not set 1002 986 # CONFIG_BNX2X is not set 987 + # CONFIG_QLGE is not set 1003 988 # CONFIG_SFC is not set 1004 989 CONFIG_TR=y 1005 990 CONFIG_IBMOL=y ··· 1084 1065 CONFIG_MOUSE_PS2_SYNAPTICS=y 1085 1066 CONFIG_MOUSE_PS2_LIFEBOOK=y 1086 1067 CONFIG_MOUSE_PS2_TRACKPOINT=y 1068 + # CONFIG_MOUSE_PS2_ELANTECH is not set 1087 1069 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 1088 1070 # CONFIG_MOUSE_SERIAL is not set 1089 1071 # CONFIG_MOUSE_APPLETOUCH is not set ··· 1100 1080 # CONFIG_INPUT_KEYSPAN_REMOTE is not set 1101 1081 # CONFIG_INPUT_POWERMATE is not set 1102 1082 # CONFIG_INPUT_YEALINK is not set 1083 + # CONFIG_INPUT_CM109 is not set 1103 1084 # CONFIG_INPUT_UINPUT is not set 1104 1085 1105 1086 # ··· 1276 1255 # CONFIG_MFD_SM501 is not set 1277 1256 # CONFIG_HTC_PASIC3 is not set 1278 1257 # CONFIG_MFD_TMIO is not set 1258 + # CONFIG_PMIC_DA903X is not set 1259 + # CONFIG_MFD_WM8400 is not set 1260 + # CONFIG_MFD_WM8350_I2C is not set 1261 + 1262 + # 1263 + # Voltage and Current regulators 1264 + # 1265 + # CONFIG_REGULATOR is not set 1266 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1267 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1268 + # CONFIG_REGULATOR_BQ24022 is not set 1279 1269 1280 1270 # 1281 1271 # Multimedia devices ··· 1314 1282 CONFIG_FB=y 1315 1283 CONFIG_FIRMWARE_EDID=y 1316 1284 CONFIG_FB_DDC=y 1285 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1317 1286 CONFIG_FB_CFB_FILLRECT=y 1318 1287 CONFIG_FB_CFB_COPYAREA=y 1319 1288 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1359 1326 # CONFIG_FB_S3 is not set 1360 1327 # CONFIG_FB_SAVAGE is not set 1361 1328 # CONFIG_FB_SIS is not set 1329 + # CONFIG_FB_VIA is not set 1362 1330 # CONFIG_FB_NEOMAGIC is not set 1363 1331 # CONFIG_FB_KYRO is not set 1364 1332 # CONFIG_FB_3DFX is not set ··· 1371 1337 # CONFIG_FB_CARMINE is not set 1372 1338 CONFIG_FB_IBM_GXT4500=y 1373 1339 # CONFIG_FB_VIRTUAL is not set 1340 + # CONFIG_FB_METRONOME is not set 1374 1341 CONFIG_BACKLIGHT_LCD_SUPPORT=y 1375 1342 CONFIG_LCD_CLASS_DEVICE=y 1376 1343 # CONFIG_LCD_ILI9320 is not set ··· 1405 1370 CONFIG_LOGO_LINUX_VGA16=y 1406 1371 CONFIG_LOGO_LINUX_CLUT224=y 1407 1372 CONFIG_SOUND=m 1373 + CONFIG_SOUND_OSS_CORE=y 1408 1374 CONFIG_SND=m 1409 1375 CONFIG_SND_TIMER=m 1410 1376 CONFIG_SND_PCM=m ··· 1517 1481 # USB Input Devices 1518 1482 # 1519 1483 CONFIG_USB_HID=y 1520 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1521 - # CONFIG_HID_FF is not set 1484 + # CONFIG_HID_PID is not set 1522 1485 CONFIG_USB_HIDDEV=y 1486 + 1487 + # 1488 + # Special HID drivers 1489 + # 1490 + CONFIG_HID_COMPAT=y 1491 + CONFIG_HID_A4TECH=y 1492 + CONFIG_HID_APPLE=y 1493 + CONFIG_HID_BELKIN=y 1494 + CONFIG_HID_BRIGHT=y 1495 + CONFIG_HID_CHERRY=y 1496 + CONFIG_HID_CHICONY=y 1497 + CONFIG_HID_CYPRESS=y 1498 + CONFIG_HID_DELL=y 1499 + CONFIG_HID_EZKEY=y 1500 + CONFIG_HID_GYRATION=y 1501 + CONFIG_HID_LOGITECH=y 1502 + # CONFIG_LOGITECH_FF is not set 1503 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1504 + CONFIG_HID_MICROSOFT=y 1505 + CONFIG_HID_MONTEREY=y 1506 + CONFIG_HID_PANTHERLORD=y 1507 + # CONFIG_PANTHERLORD_FF is not set 1508 + CONFIG_HID_PETALYNX=y 1509 + CONFIG_HID_SAMSUNG=y 1510 + CONFIG_HID_SONY=y 1511 + CONFIG_HID_SUNPLUS=y 1512 + # CONFIG_THRUSTMASTER_FF is not set 1513 + # CONFIG_ZEROPLUS_FF is not set 1523 1514 CONFIG_USB_SUPPORT=y 1524 1515 CONFIG_USB_ARCH_HAS_HCD=y 1525 1516 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1563 1500 # CONFIG_USB_DYNAMIC_MINORS is not set 1564 1501 # CONFIG_USB_OTG is not set 1565 1502 # CONFIG_USB_MON is not set 1503 + # CONFIG_USB_WUSB is not set 1504 + # CONFIG_USB_WUSB_CBAF is not set 1566 1505 1567 1506 # 1568 1507 # USB Host Controller Drivers ··· 1585 1520 # CONFIG_USB_UHCI_HCD is not set 1586 1521 # CONFIG_USB_SL811_HCD is not set 1587 1522 # CONFIG_USB_R8A66597_HCD is not set 1523 + # CONFIG_USB_WHCI_HCD is not set 1524 + # CONFIG_USB_HWA_HCD is not set 1588 1525 1589 1526 # 1590 1527 # USB Device Class drivers ··· 1594 1527 # CONFIG_USB_ACM is not set 1595 1528 # CONFIG_USB_PRINTER is not set 1596 1529 # CONFIG_USB_WDM is not set 1530 + # CONFIG_USB_TMC is not set 1597 1531 1598 1532 # 1599 1533 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1616 1548 # CONFIG_USB_STORAGE_ALAUDA is not set 1617 1549 # CONFIG_USB_STORAGE_ONETOUCH is not set 1618 1550 # CONFIG_USB_STORAGE_KARMA is not set 1619 - # CONFIG_USB_STORAGE_SIERRA is not set 1620 1551 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1621 1552 # CONFIG_USB_LIBUSUAL is not set 1622 1553 ··· 1636 1569 # CONFIG_USB_EMI62 is not set 1637 1570 # CONFIG_USB_EMI26 is not set 1638 1571 # CONFIG_USB_ADUTUX is not set 1572 + # CONFIG_USB_SEVSEG is not set 1639 1573 # CONFIG_USB_RIO500 is not set 1640 1574 # CONFIG_USB_LEGOTOWER is not set 1641 1575 # CONFIG_USB_LCD is not set ··· 1654 1586 # CONFIG_USB_IOWARRIOR is not set 1655 1587 # CONFIG_USB_TEST is not set 1656 1588 # CONFIG_USB_ISIGHTFW is not set 1589 + # CONFIG_USB_VST is not set 1657 1590 # CONFIG_USB_GADGET is not set 1591 + # CONFIG_UWB is not set 1658 1592 # CONFIG_MMC is not set 1659 1593 # CONFIG_MEMSTICK is not set 1660 1594 # CONFIG_NEW_LEDS is not set ··· 1726 1656 # Platform RTC drivers 1727 1657 # 1728 1658 # CONFIG_RTC_DRV_CMOS is not set 1659 + # CONFIG_RTC_DRV_DS1286 is not set 1729 1660 # CONFIG_RTC_DRV_DS1511 is not set 1730 1661 # CONFIG_RTC_DRV_DS1553 is not set 1731 1662 # CONFIG_RTC_DRV_DS1742 is not set 1732 1663 # CONFIG_RTC_DRV_STK17TA8 is not set 1733 1664 # CONFIG_RTC_DRV_M48T86 is not set 1665 + # CONFIG_RTC_DRV_M48T35 is not set 1734 1666 # CONFIG_RTC_DRV_M48T59 is not set 1667 + # CONFIG_RTC_DRV_BQ4802 is not set 1735 1668 # CONFIG_RTC_DRV_V3020 is not set 1736 1669 1737 1670 # ··· 1743 1670 CONFIG_RTC_DRV_PPC=y 1744 1671 # CONFIG_DMADEVICES is not set 1745 1672 # CONFIG_UIO is not set 1673 + # CONFIG_STAGING is not set 1746 1674 1747 1675 # 1748 1676 # File systems ··· 1753 1679 CONFIG_EXT2_FS_POSIX_ACL=y 1754 1680 CONFIG_EXT2_FS_SECURITY=y 1755 1681 CONFIG_EXT2_FS_XIP=y 1756 - CONFIG_FS_XIP=y 1757 1682 CONFIG_EXT3_FS=y 1758 1683 CONFIG_EXT3_FS_XATTR=y 1759 1684 CONFIG_EXT3_FS_POSIX_ACL=y 1760 1685 CONFIG_EXT3_FS_SECURITY=y 1761 - # CONFIG_EXT4DEV_FS is not set 1686 + CONFIG_EXT4_FS=y 1687 + # CONFIG_EXT4DEV_COMPAT is not set 1688 + CONFIG_EXT4_FS_XATTR=y 1689 + CONFIG_EXT4_FS_POSIX_ACL=y 1690 + CONFIG_EXT4_FS_SECURITY=y 1691 + CONFIG_FS_XIP=y 1762 1692 CONFIG_JBD=y 1763 1693 # CONFIG_JBD_DEBUG is not set 1694 + CONFIG_JBD2=y 1695 + # CONFIG_JBD2_DEBUG is not set 1764 1696 CONFIG_FS_MBCACHE=y 1765 1697 CONFIG_REISERFS_FS=y 1766 1698 # CONFIG_REISERFS_CHECK is not set ··· 1780 1700 # CONFIG_JFS_DEBUG is not set 1781 1701 # CONFIG_JFS_STATISTICS is not set 1782 1702 CONFIG_FS_POSIX_ACL=y 1703 + CONFIG_FILE_LOCKING=y 1783 1704 CONFIG_XFS_FS=m 1784 1705 # CONFIG_XFS_QUOTA is not set 1785 1706 CONFIG_XFS_POSIX_ACL=y ··· 1821 1740 CONFIG_PROC_FS=y 1822 1741 CONFIG_PROC_KCORE=y 1823 1742 CONFIG_PROC_SYSCTL=y 1743 + CONFIG_PROC_PAGE_MONITOR=y 1824 1744 CONFIG_SYSFS=y 1825 1745 CONFIG_TMPFS=y 1826 1746 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1867 1785 CONFIG_SUNRPC=y 1868 1786 CONFIG_SUNRPC_GSS=y 1869 1787 CONFIG_SUNRPC_XPRT_RDMA=m 1788 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1870 1789 CONFIG_RPCSEC_GSS_KRB5=y 1871 1790 CONFIG_RPCSEC_GSS_SPKM3=m 1872 1791 # CONFIG_SMB_FS is not set ··· 1949 1866 # Library routines 1950 1867 # 1951 1868 CONFIG_BITREVERSE=y 1952 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1953 1869 CONFIG_CRC_CCITT=m 1954 - # CONFIG_CRC16 is not set 1870 + CONFIG_CRC16=y 1955 1871 CONFIG_CRC_T10DIF=y 1956 1872 CONFIG_CRC_ITU_T=m 1957 1873 CONFIG_CRC32=y ··· 2011 1929 CONFIG_DEBUG_MEMORY_INIT=y 2012 1930 # CONFIG_DEBUG_LIST is not set 2013 1931 # CONFIG_DEBUG_SG is not set 2014 - CONFIG_FRAME_POINTER=y 2015 1932 # CONFIG_BOOT_PRINTK_DELAY is not set 2016 1933 # CONFIG_RCU_TORTURE_TEST is not set 1934 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 2017 1935 # CONFIG_BACKTRACE_SELF_TEST is not set 1936 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 2018 1937 # CONFIG_FAULT_INJECTION is not set 2019 1938 CONFIG_LATENCYTOP=y 2020 1939 CONFIG_SYSCTL_SYSCALL_CHECK=y 2021 - CONFIG_HAVE_FTRACE=y 2022 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1940 + CONFIG_NOP_TRACER=y 1941 + CONFIG_HAVE_FUNCTION_TRACER=y 2023 1942 CONFIG_TRACER_MAX_TRACE=y 1943 + CONFIG_RING_BUFFER=y 2024 1944 CONFIG_TRACING=y 2025 - # CONFIG_FTRACE is not set 1945 + 1946 + # 1947 + # Tracers 1948 + # 1949 + # CONFIG_FUNCTION_TRACER is not set 2026 1950 CONFIG_IRQSOFF_TRACER=y 2027 1951 CONFIG_SCHED_TRACER=y 2028 1952 CONFIG_CONTEXT_SWITCH_TRACER=y 1953 + # CONFIG_BOOT_TRACER is not set 1954 + # CONFIG_STACK_TRACER is not set 2029 1955 # CONFIG_FTRACE_STARTUP_TEST is not set 1956 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 2030 1957 # CONFIG_SAMPLES is not set 2031 1958 CONFIG_HAVE_ARCH_KGDB=y 2032 1959 # CONFIG_KGDB is not set ··· 2045 1954 # CONFIG_HCALL_STATS is not set 2046 1955 # CONFIG_CODE_PATCHING_SELFTEST is not set 2047 1956 # CONFIG_FTR_FIXUP_SELFTEST is not set 1957 + # CONFIG_MSI_BITMAP_SELFTEST is not set 2048 1958 CONFIG_XMON=y 2049 1959 # CONFIG_XMON_DEFAULT is not set 2050 1960 CONFIG_XMON_DISASSEMBLY=y ··· 2060 1968 # 2061 1969 # CONFIG_KEYS is not set 2062 1970 # CONFIG_SECURITY is not set 1971 + # CONFIG_SECURITYFS is not set 2063 1972 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 2064 1973 CONFIG_XOR_BLOCKS=y 2065 1974 CONFIG_ASYNC_CORE=y ··· 2071 1978 # 2072 1979 # Crypto core or helper 2073 1980 # 1981 + # CONFIG_CRYPTO_FIPS is not set 2074 1982 CONFIG_CRYPTO_ALGAPI=y 2075 - CONFIG_CRYPTO_AEAD=m 1983 + CONFIG_CRYPTO_AEAD=y 2076 1984 CONFIG_CRYPTO_BLKCIPHER=y 2077 1985 CONFIG_CRYPTO_HASH=y 1986 + CONFIG_CRYPTO_RNG=y 2078 1987 CONFIG_CRYPTO_MANAGER=y 2079 1988 CONFIG_CRYPTO_GF128MUL=m 2080 1989 CONFIG_CRYPTO_NULL=m ··· 2150 2055 # 2151 2056 CONFIG_CRYPTO_DEFLATE=m 2152 2057 CONFIG_CRYPTO_LZO=m 2058 + 2059 + # 2060 + # Random Number Generation 2061 + # 2062 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 2153 2063 # CONFIG_CRYPTO_HW is not set 2154 2064 # CONFIG_PPC_CLOCK is not set 2155 2065 # CONFIG_VIRTUALIZATION is not set
+211 -77
arch/powerpc/configs/ppc6xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:29:50 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:37:01 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 23 23 # CONFIG_SMP is not set 24 24 CONFIG_PPC32=y 25 25 CONFIG_WORD_SIZE=32 26 - CONFIG_PPC_MERGE=y 26 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 27 27 CONFIG_MMU=y 28 28 CONFIG_GENERIC_CMOS_UPDATE=y 29 29 CONFIG_GENERIC_TIME=y ··· 89 89 CONFIG_CGROUPS=y 90 90 # CONFIG_CGROUP_DEBUG is not set 91 91 CONFIG_CGROUP_NS=y 92 + # CONFIG_CGROUP_FREEZER is not set 92 93 CONFIG_CGROUP_DEVICE=y 93 94 CONFIG_GROUP_SCHED=y 94 95 CONFIG_FAIR_GROUP_SCHED=y ··· 129 128 CONFIG_TIMERFD=y 130 129 CONFIG_EVENTFD=y 131 130 CONFIG_SHMEM=y 131 + CONFIG_AIO=y 132 132 CONFIG_VM_EVENT_COUNTERS=y 133 + CONFIG_PCI_QUIRKS=y 133 134 CONFIG_SLUB_DEBUG=y 134 135 # CONFIG_SLAB is not set 135 136 CONFIG_SLUB=y 136 137 # CONFIG_SLOB is not set 137 138 CONFIG_PROFILING=y 139 + CONFIG_TRACEPOINTS=y 138 140 CONFIG_MARKERS=y 139 141 CONFIG_OPROFILE=m 140 142 CONFIG_HAVE_OPROFILE=y ··· 148 144 CONFIG_HAVE_KPROBES=y 149 145 CONFIG_HAVE_KRETPROBES=y 150 146 CONFIG_HAVE_ARCH_TRACEHOOK=y 151 - # CONFIG_HAVE_DMA_ATTRS is not set 152 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 153 147 CONFIG_HAVE_CLK=y 154 - CONFIG_PROC_PAGE_MONITOR=y 155 148 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 156 149 CONFIG_SLABINFO=y 157 150 CONFIG_RT_MUTEXES=y ··· 181 180 # CONFIG_DEFAULT_NOOP is not set 182 181 CONFIG_DEFAULT_IOSCHED="cfq" 183 182 CONFIG_CLASSIC_RCU=y 183 + CONFIG_FREEZER=y 184 + CONFIG_PPC_MSI_BITMAP=y 184 185 185 186 # 186 187 # Platform support ··· 205 202 CONFIG_MPC8272_ADS=y 206 203 CONFIG_PQ2FADS=y 207 204 CONFIG_EP8248E=y 205 + CONFIG_MGCOGE=y 208 206 CONFIG_PQ2ADS=y 209 207 CONFIG_8260=y 210 208 CONFIG_8272=y ··· 230 226 CONFIG_MPC8641_HPCN=y 231 227 CONFIG_SBC8641D=y 232 228 CONFIG_MPC8610_HPCD=y 229 + CONFIG_GEF_SBC610=y 233 230 CONFIG_MPC8641=y 234 231 CONFIG_MPC8610=y 235 232 # CONFIG_EMBEDDED6xx is not set ··· 273 268 # CONFIG_TAU_INT is not set 274 269 CONFIG_TAU_AVERAGE=y 275 270 CONFIG_QUICC_ENGINE=y 271 + CONFIG_QE_GPIO=y 276 272 CONFIG_CPM2=y 277 273 CONFIG_FSL_ULI1575=y 278 274 CONFIG_CPM=y ··· 281 275 CONFIG_PPC_BESTCOMM_ATA=m 282 276 CONFIG_PPC_BESTCOMM_FEC=m 283 277 CONFIG_PPC_BESTCOMM_GEN_BD=m 278 + CONFIG_MPC8xxx_GPIO=y 284 279 285 280 # 286 281 # Kernel options ··· 301 294 CONFIG_PREEMPT_VOLUNTARY=y 302 295 # CONFIG_PREEMPT is not set 303 296 CONFIG_BINFMT_ELF=y 297 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 298 + # CONFIG_HAVE_AOUT is not set 304 299 CONFIG_BINFMT_MISC=y 305 300 # CONFIG_MATH_EMULATION is not set 306 301 # CONFIG_IOMMU_HELPER is not set ··· 318 309 # CONFIG_SPARSEMEM_MANUAL is not set 319 310 CONFIG_FLATMEM=y 320 311 CONFIG_FLAT_NODE_MEM_MAP=y 321 - # CONFIG_SPARSEMEM_STATIC is not set 322 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 323 312 CONFIG_PAGEFLAGS_EXTENDED=y 324 313 CONFIG_SPLIT_PTLOCK_CPUS=4 325 314 # CONFIG_MIGRATION is not set 326 315 CONFIG_RESOURCES_64BIT=y 316 + # CONFIG_PHYS_ADDR_T_64BIT is not set 327 317 CONFIG_ZONE_DMA_FLAG=1 328 318 CONFIG_BOUNCE=y 329 319 CONFIG_VIRT_TO_BUS=y 320 + CONFIG_UNEVICTABLE_LRU=y 330 321 CONFIG_FORCE_MAX_ZONEORDER=11 331 322 CONFIG_PROC_DEVICETREE=y 332 323 # CONFIG_CMDLINE_BOOL is not set ··· 368 359 # CONFIG_PCIEASPM_DEBUG is not set 369 360 CONFIG_ARCH_SUPPORTS_MSI=y 370 361 CONFIG_PCI_MSI=y 371 - CONFIG_PCI_LEGACY=y 362 + # CONFIG_PCI_LEGACY is not set 372 363 # CONFIG_PCI_DEBUG is not set 373 364 CONFIG_PCCARD=y 374 365 # CONFIG_PCMCIA_DEBUG is not set ··· 475 466 # CONFIG_DEFAULT_RENO is not set 476 467 CONFIG_DEFAULT_TCP_CONG="cubic" 477 468 CONFIG_TCP_MD5SIG=y 478 - # CONFIG_IP_VS is not set 479 469 CONFIG_IPV6=m 480 470 CONFIG_IPV6_PRIVACY=y 481 471 CONFIG_IPV6_ROUTER_PREF=y ··· 529 521 CONFIG_NF_CONNTRACK_SIP=m 530 522 CONFIG_NF_CONNTRACK_TFTP=m 531 523 CONFIG_NF_CT_NETLINK=m 524 + CONFIG_NETFILTER_TPROXY=m 532 525 CONFIG_NETFILTER_XTABLES=m 533 526 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 534 527 CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 528 + CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m 535 529 CONFIG_NETFILTER_XT_TARGET_DSCP=m 536 530 CONFIG_NETFILTER_XT_TARGET_MARK=m 537 - CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 538 531 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 532 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 539 533 CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 540 534 CONFIG_NETFILTER_XT_TARGET_RATEEST=m 535 + CONFIG_NETFILTER_XT_TARGET_TPROXY=m 541 536 CONFIG_NETFILTER_XT_TARGET_TRACE=m 542 537 CONFIG_NETFILTER_XT_TARGET_SECMARK=m 543 - CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m 544 538 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 545 539 CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m 546 540 CONFIG_NETFILTER_XT_MATCH_COMMENT=m ··· 553 543 CONFIG_NETFILTER_XT_MATCH_DCCP=m 554 544 CONFIG_NETFILTER_XT_MATCH_DSCP=m 555 545 CONFIG_NETFILTER_XT_MATCH_ESP=m 546 + CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 556 547 CONFIG_NETFILTER_XT_MATCH_HELPER=m 557 548 CONFIG_NETFILTER_XT_MATCH_IPRANGE=m 558 549 CONFIG_NETFILTER_XT_MATCH_LENGTH=m 559 550 CONFIG_NETFILTER_XT_MATCH_LIMIT=m 560 551 CONFIG_NETFILTER_XT_MATCH_MAC=m 561 552 CONFIG_NETFILTER_XT_MATCH_MARK=m 553 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 562 554 CONFIG_NETFILTER_XT_MATCH_OWNER=m 563 555 CONFIG_NETFILTER_XT_MATCH_POLICY=m 564 - CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 565 556 CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m 566 557 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 567 558 CONFIG_NETFILTER_XT_MATCH_QUOTA=m 568 559 CONFIG_NETFILTER_XT_MATCH_RATEEST=m 569 560 CONFIG_NETFILTER_XT_MATCH_REALM=m 561 + CONFIG_NETFILTER_XT_MATCH_RECENT=m 562 + # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set 570 563 CONFIG_NETFILTER_XT_MATCH_SCTP=m 564 + CONFIG_NETFILTER_XT_MATCH_SOCKET=m 571 565 CONFIG_NETFILTER_XT_MATCH_STATE=m 572 566 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 573 567 CONFIG_NETFILTER_XT_MATCH_STRING=m 574 568 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 575 569 CONFIG_NETFILTER_XT_MATCH_TIME=m 576 570 CONFIG_NETFILTER_XT_MATCH_U32=m 577 - CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 571 + # CONFIG_IP_VS is not set 578 572 579 573 # 580 574 # IP: Netfilter Configuration 581 575 # 576 + CONFIG_NF_DEFRAG_IPV4=m 582 577 CONFIG_NF_CONNTRACK_IPV4=m 583 578 # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set 584 579 CONFIG_IP_NF_QUEUE=m 585 580 CONFIG_IP_NF_IPTABLES=m 586 - CONFIG_IP_NF_MATCH_RECENT=m 587 - CONFIG_IP_NF_MATCH_ECN=m 588 - CONFIG_IP_NF_MATCH_AH=m 589 - CONFIG_IP_NF_MATCH_TTL=m 590 581 CONFIG_IP_NF_MATCH_ADDRTYPE=m 582 + CONFIG_IP_NF_MATCH_AH=m 583 + CONFIG_IP_NF_MATCH_ECN=m 584 + CONFIG_IP_NF_MATCH_TTL=m 591 585 CONFIG_IP_NF_FILTER=m 592 586 CONFIG_IP_NF_TARGET_REJECT=m 593 587 CONFIG_IP_NF_TARGET_LOG=m ··· 599 585 CONFIG_NF_NAT=m 600 586 CONFIG_NF_NAT_NEEDED=y 601 587 CONFIG_IP_NF_TARGET_MASQUERADE=m 602 - CONFIG_IP_NF_TARGET_REDIRECT=m 603 588 CONFIG_IP_NF_TARGET_NETMAP=m 589 + CONFIG_IP_NF_TARGET_REDIRECT=m 604 590 CONFIG_NF_NAT_SNMP_BASIC=m 605 591 CONFIG_NF_NAT_PROTO_DCCP=m 606 592 CONFIG_NF_NAT_PROTO_GRE=m ··· 614 600 CONFIG_NF_NAT_H323=m 615 601 CONFIG_NF_NAT_SIP=m 616 602 CONFIG_IP_NF_MANGLE=m 603 + CONFIG_IP_NF_TARGET_CLUSTERIP=m 617 604 CONFIG_IP_NF_TARGET_ECN=m 618 605 CONFIG_IP_NF_TARGET_TTL=m 619 - CONFIG_IP_NF_TARGET_CLUSTERIP=m 620 606 CONFIG_IP_NF_RAW=m 621 607 CONFIG_IP_NF_SECURITY=m 622 608 CONFIG_IP_NF_ARPTABLES=m ··· 629 615 CONFIG_NF_CONNTRACK_IPV6=m 630 616 CONFIG_IP6_NF_QUEUE=m 631 617 CONFIG_IP6_NF_IPTABLES=m 632 - CONFIG_IP6_NF_MATCH_RT=m 633 - CONFIG_IP6_NF_MATCH_OPTS=m 618 + CONFIG_IP6_NF_MATCH_AH=m 619 + CONFIG_IP6_NF_MATCH_EUI64=m 634 620 CONFIG_IP6_NF_MATCH_FRAG=m 621 + CONFIG_IP6_NF_MATCH_OPTS=m 635 622 CONFIG_IP6_NF_MATCH_HL=m 636 623 CONFIG_IP6_NF_MATCH_IPV6HEADER=m 637 - CONFIG_IP6_NF_MATCH_AH=m 638 624 CONFIG_IP6_NF_MATCH_MH=m 639 - CONFIG_IP6_NF_MATCH_EUI64=m 640 - CONFIG_IP6_NF_FILTER=m 625 + CONFIG_IP6_NF_MATCH_RT=m 641 626 CONFIG_IP6_NF_TARGET_LOG=m 627 + CONFIG_IP6_NF_FILTER=m 642 628 CONFIG_IP6_NF_TARGET_REJECT=m 643 629 CONFIG_IP6_NF_MANGLE=m 644 630 CONFIG_IP6_NF_TARGET_HL=m ··· 649 635 # DECnet: Netfilter Configuration 650 636 # 651 637 # CONFIG_DECNET_NF_GRABULATOR is not set 652 - 653 - # 654 - # Bridge: Netfilter Configuration 655 - # 656 638 CONFIG_BRIDGE_NF_EBTABLES=m 657 639 CONFIG_BRIDGE_EBT_BROUTE=m 658 640 CONFIG_BRIDGE_EBT_T_FILTER=m ··· 708 698 # CONFIG_ATM_BR2684_IPFILTER is not set 709 699 CONFIG_STP=m 710 700 CONFIG_BRIDGE=m 701 + # CONFIG_NET_DSA is not set 711 702 CONFIG_VLAN_8021Q=m 712 703 # CONFIG_VLAN_8021Q_GVRP is not set 713 704 CONFIG_DECNET=m ··· 738 727 CONFIG_NET_SCH_HFSC=m 739 728 CONFIG_NET_SCH_ATM=m 740 729 CONFIG_NET_SCH_PRIO=m 730 + CONFIG_NET_SCH_MULTIQ=m 741 731 CONFIG_NET_SCH_RED=m 742 732 CONFIG_NET_SCH_SFQ=m 743 733 CONFIG_NET_SCH_TEQL=m ··· 779 767 CONFIG_NET_ACT_NAT=m 780 768 CONFIG_NET_ACT_PEDIT=m 781 769 CONFIG_NET_ACT_SIMP=m 770 + CONFIG_NET_ACT_SKBEDIT=m 782 771 CONFIG_NET_CLS_IND=y 783 772 CONFIG_NET_SCH_FIFO=y 784 773 ··· 866 853 CONFIG_BT_HCIBTUART=m 867 854 CONFIG_BT_HCIVHCI=m 868 855 # CONFIG_AF_RXRPC is not set 856 + # CONFIG_PHONET is not set 869 857 CONFIG_FIB_RULES=y 870 - 871 - # 872 - # Wireless 873 - # 858 + CONFIG_WIRELESS=y 874 859 CONFIG_CFG80211=m 875 860 CONFIG_NL80211=y 861 + CONFIG_WIRELESS_OLD_REGULATORY=y 876 862 CONFIG_WIRELESS_EXT=y 877 863 CONFIG_WIRELESS_EXT_SYSFS=y 878 864 CONFIG_MAC80211=m ··· 880 868 # Rate control algorithm selection 881 869 # 882 870 CONFIG_MAC80211_RC_PID=y 871 + # CONFIG_MAC80211_RC_MINSTREL is not set 883 872 CONFIG_MAC80211_RC_DEFAULT_PID=y 873 + # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set 884 874 CONFIG_MAC80211_RC_DEFAULT="pid" 885 875 CONFIG_MAC80211_MESH=y 886 876 CONFIG_MAC80211_LEDS=y ··· 931 917 CONFIG_PARPORT_1284=y 932 918 CONFIG_PARPORT_NOT_PC=y 933 919 CONFIG_PNP=y 934 - # CONFIG_PNP_DEBUG is not set 920 + CONFIG_PNP_DEBUG_MESSAGES=y 935 921 936 922 # 937 923 # Protocols ··· 972 958 # CONFIG_HP_ILO is not set 973 959 CONFIG_HAVE_IDE=y 974 960 CONFIG_IDE=y 975 - CONFIG_BLK_DEV_IDE=y 976 961 977 962 # 978 963 # Please see Documentation/ide/ide.txt for help/info on IDE drives 979 964 # 980 965 CONFIG_IDE_TIMINGS=y 981 - CONFIG_IDE_ATAPI=y 982 966 # CONFIG_BLK_DEV_IDE_SATA is not set 983 - CONFIG_BLK_DEV_IDEDISK=y 984 - CONFIG_IDEDISK_MULTI_MODE=y 967 + CONFIG_IDE_GD=y 968 + CONFIG_IDE_GD_ATA=y 969 + # CONFIG_IDE_GD_ATAPI is not set 985 970 # CONFIG_BLK_DEV_IDECS is not set 986 971 # CONFIG_BLK_DEV_DELKIN is not set 987 972 CONFIG_BLK_DEV_IDECD=m 988 973 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 989 974 # CONFIG_BLK_DEV_IDETAPE is not set 990 - CONFIG_BLK_DEV_IDEFLOPPY=m 991 975 # CONFIG_BLK_DEV_IDESCSI is not set 992 976 CONFIG_IDE_TASK_IOCTL=y 993 977 CONFIG_IDE_PROC_FS=y ··· 1213 1201 CONFIG_PATA_SCH=m 1214 1202 CONFIG_MD=y 1215 1203 CONFIG_BLK_DEV_MD=y 1204 + CONFIG_MD_AUTODETECT=y 1216 1205 CONFIG_MD_LINEAR=m 1217 1206 CONFIG_MD_RAID0=m 1218 1207 CONFIG_MD_RAID1=m ··· 1345 1332 # CONFIG_IBM_NEW_EMAC_RGMII is not set 1346 1333 # CONFIG_IBM_NEW_EMAC_TAH is not set 1347 1334 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 1335 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 1336 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 1337 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 1348 1338 CONFIG_NET_PCI=y 1349 1339 CONFIG_PCNET32=m 1350 1340 CONFIG_AMD8111_ETH=m ··· 1386 1370 CONFIG_DE620=m 1387 1371 CONFIG_FEC_MPC52xx=m 1388 1372 CONFIG_FEC_MPC52xx_MDIO=y 1373 + # CONFIG_ATL2 is not set 1389 1374 # CONFIG_FS_ENET is not set 1390 1375 CONFIG_NETDEV_1000=y 1391 1376 CONFIG_ACENIC=m 1392 1377 # CONFIG_ACENIC_OMIT_TIGON_I is not set 1393 1378 CONFIG_DL2K=m 1394 1379 CONFIG_E1000=m 1395 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 1396 1380 CONFIG_E1000E=m 1397 1381 CONFIG_IP1000=m 1398 1382 CONFIG_IGB=m ··· 1416 1400 CONFIG_QLA3XXX=m 1417 1401 CONFIG_ATL1=m 1418 1402 # CONFIG_ATL1E is not set 1403 + # CONFIG_JME is not set 1419 1404 CONFIG_NETDEV_10000=y 1420 1405 CONFIG_CHELSIO_T1=m 1421 1406 CONFIG_CHELSIO_T1_1G=y 1422 1407 CONFIG_CHELSIO_T3=m 1408 + # CONFIG_ENIC is not set 1423 1409 CONFIG_IXGBE=m 1424 1410 CONFIG_IXGB=m 1425 1411 CONFIG_S2IO=m 1426 1412 CONFIG_MYRI10GE=m 1427 1413 CONFIG_NETXEN_NIC=m 1428 1414 CONFIG_NIU=m 1415 + # CONFIG_MLX4_EN is not set 1429 1416 # CONFIG_MLX4_CORE is not set 1430 1417 CONFIG_TEHUTI=m 1431 1418 CONFIG_BNX2X=m 1419 + CONFIG_QLGE=m 1432 1420 CONFIG_SFC=m 1433 1421 # CONFIG_TR is not set 1434 1422 ··· 1454 1434 CONFIG_USB_NET_AX8817X=m 1455 1435 CONFIG_USB_NET_CDCETHER=m 1456 1436 CONFIG_USB_NET_DM9601=m 1437 + CONFIG_USB_NET_SMSC95XX=m 1457 1438 CONFIG_USB_NET_GL620A=m 1458 1439 CONFIG_USB_NET_NET1080=m 1459 1440 CONFIG_USB_NET_PLUSB=m ··· 1567 1546 CONFIG_MOUSE_PS2_SYNAPTICS=y 1568 1547 CONFIG_MOUSE_PS2_LIFEBOOK=y 1569 1548 CONFIG_MOUSE_PS2_TRACKPOINT=y 1549 + # CONFIG_MOUSE_PS2_ELANTECH is not set 1570 1550 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 1571 1551 CONFIG_MOUSE_SERIAL=m 1572 1552 CONFIG_MOUSE_APPLETOUCH=m ··· 1620 1598 CONFIG_INPUT_KEYSPAN_REMOTE=m 1621 1599 CONFIG_INPUT_POWERMATE=m 1622 1600 CONFIG_INPUT_YEALINK=m 1601 + CONFIG_INPUT_CM109=m 1623 1602 CONFIG_INPUT_UINPUT=m 1624 1603 1625 1604 # ··· 1810 1787 # CONFIG_TPS65010 is not set 1811 1788 CONFIG_SENSORS_MAX6875=m 1812 1789 CONFIG_SENSORS_TSL2550=m 1790 + CONFIG_MCU_MPC8349EMITX=m 1813 1791 # CONFIG_I2C_DEBUG_CORE is not set 1814 1792 # CONFIG_I2C_DEBUG_ALGO is not set 1815 1793 # CONFIG_I2C_DEBUG_BUS is not set ··· 1861 1837 CONFIG_APM_POWER=m 1862 1838 # CONFIG_BATTERY_DS2760 is not set 1863 1839 CONFIG_BATTERY_PMU=m 1840 + # CONFIG_BATTERY_BQ27x00 is not set 1864 1841 CONFIG_HWMON=m 1865 1842 CONFIG_HWMON_VID=m 1866 1843 # CONFIG_SENSORS_AD7414 is not set ··· 1971 1946 # 1972 1947 # CONFIG_MFD_CORE is not set 1973 1948 CONFIG_MFD_SM501=m 1949 + CONFIG_MFD_SM501_GPIO=y 1974 1950 # CONFIG_HTC_PASIC3 is not set 1951 + # CONFIG_UCB1400_CORE is not set 1975 1952 # CONFIG_MFD_TMIO is not set 1953 + # CONFIG_PMIC_DA903X is not set 1954 + # CONFIG_MFD_WM8400 is not set 1955 + # CONFIG_MFD_WM8350_I2C is not set 1956 + 1957 + # 1958 + # Voltage and Current regulators 1959 + # 1960 + # CONFIG_REGULATOR is not set 1961 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1962 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1963 + # CONFIG_REGULATOR_BQ24022 is not set 1976 1964 1977 1965 # 1978 1966 # Multimedia devices ··· 2037 1999 CONFIG_VIDEO_TUNER=m 2038 2000 CONFIG_VIDEO_CAPTURE_DRIVERS=y 2039 2001 # CONFIG_VIDEO_ADV_DEBUG is not set 2002 + # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set 2040 2003 # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set 2041 2004 CONFIG_VIDEO_IR_I2C=m 2042 2005 ··· 2118 2079 CONFIG_VIDEO_CPIA2=m 2119 2080 CONFIG_VIDEO_SAA5246A=m 2120 2081 CONFIG_VIDEO_SAA5249=m 2121 - CONFIG_TUNER_3036=m 2122 2082 # CONFIG_VIDEO_STRADIS is not set 2123 2083 # CONFIG_VIDEO_ZORAN is not set 2124 2084 CONFIG_VIDEO_SAA7134=m 2125 2085 CONFIG_VIDEO_SAA7134_ALSA=m 2126 2086 CONFIG_VIDEO_SAA7134_DVB=m 2127 2087 CONFIG_VIDEO_MXB=m 2128 - CONFIG_VIDEO_DPC=m 2129 2088 CONFIG_VIDEO_HEXIUM_ORION=m 2130 2089 CONFIG_VIDEO_HEXIUM_GEMINI=m 2131 2090 CONFIG_VIDEO_CX88=m ··· 2137 2100 CONFIG_VIDEO_FB_IVTV=m 2138 2101 CONFIG_VIDEO_CX18=m 2139 2102 # CONFIG_VIDEO_CAFE_CCIC is not set 2103 + CONFIG_SOC_CAMERA=m 2104 + CONFIG_SOC_CAMERA_MT9M001=m 2105 + # CONFIG_MT9M001_PCA9536_SWITCH is not set 2106 + # CONFIG_SOC_CAMERA_MT9M111 is not set 2107 + CONFIG_SOC_CAMERA_MT9V022=m 2108 + # CONFIG_MT9V022_PCA9536_SWITCH is not set 2109 + # CONFIG_SOC_CAMERA_PLATFORM is not set 2110 + # CONFIG_VIDEO_SH_MOBILE_CEU is not set 2140 2111 CONFIG_V4L_USB_DRIVERS=y 2141 2112 CONFIG_USB_VIDEO_CLASS=m 2142 2113 CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y 2143 2114 CONFIG_USB_GSPCA=m 2115 + # CONFIG_USB_M5602 is not set 2116 + # CONFIG_USB_GSPCA_CONEX is not set 2117 + # CONFIG_USB_GSPCA_ETOMS is not set 2118 + # CONFIG_USB_GSPCA_FINEPIX is not set 2119 + # CONFIG_USB_GSPCA_MARS is not set 2120 + # CONFIG_USB_GSPCA_OV519 is not set 2121 + # CONFIG_USB_GSPCA_PAC207 is not set 2122 + # CONFIG_USB_GSPCA_PAC7311 is not set 2123 + # CONFIG_USB_GSPCA_SONIXB is not set 2124 + # CONFIG_USB_GSPCA_SONIXJ is not set 2125 + # CONFIG_USB_GSPCA_SPCA500 is not set 2126 + # CONFIG_USB_GSPCA_SPCA501 is not set 2127 + # CONFIG_USB_GSPCA_SPCA505 is not set 2128 + # CONFIG_USB_GSPCA_SPCA506 is not set 2129 + # CONFIG_USB_GSPCA_SPCA508 is not set 2130 + # CONFIG_USB_GSPCA_SPCA561 is not set 2131 + # CONFIG_USB_GSPCA_STK014 is not set 2132 + # CONFIG_USB_GSPCA_SUNPLUS is not set 2133 + # CONFIG_USB_GSPCA_T613 is not set 2134 + # CONFIG_USB_GSPCA_TV8532 is not set 2135 + # CONFIG_USB_GSPCA_VC032X is not set 2136 + # CONFIG_USB_GSPCA_ZC3XX is not set 2144 2137 CONFIG_VIDEO_PVRUSB2=m 2145 2138 CONFIG_VIDEO_PVRUSB2_SYSFS=y 2146 2139 CONFIG_VIDEO_PVRUSB2_DVB=y ··· 2197 2130 CONFIG_USB_ZR364XX=m 2198 2131 CONFIG_USB_STKWEBCAM=m 2199 2132 # CONFIG_USB_S2255 is not set 2200 - CONFIG_SOC_CAMERA=m 2201 - CONFIG_SOC_CAMERA_MT9M001=m 2202 - # CONFIG_MT9M001_PCA9536_SWITCH is not set 2203 - CONFIG_SOC_CAMERA_MT9V022=m 2204 - # CONFIG_MT9V022_PCA9536_SWITCH is not set 2205 - # CONFIG_SOC_CAMERA_PLATFORM is not set 2206 - # CONFIG_VIDEO_SH_MOBILE_CEU is not set 2207 2133 CONFIG_RADIO_ADAPTERS=y 2208 2134 # CONFIG_RADIO_CADET is not set 2209 2135 # CONFIG_RADIO_RTRACK is not set ··· 2214 2154 # CONFIG_RADIO_ZOLTRIX is not set 2215 2155 CONFIG_USB_DSBR=m 2216 2156 CONFIG_USB_SI470X=m 2157 + CONFIG_USB_MR800=m 2217 2158 CONFIG_DVB_CAPTURE_DRIVERS=y 2218 2159 2219 2160 # ··· 2255 2194 CONFIG_DVB_USB_AF9005=m 2256 2195 CONFIG_DVB_USB_AF9005_REMOTE=m 2257 2196 # CONFIG_DVB_USB_DW2102 is not set 2197 + # CONFIG_DVB_USB_CINERGY_T2 is not set 2258 2198 # CONFIG_DVB_USB_ANYSEE is not set 2199 + # CONFIG_DVB_USB_DTV5100 is not set 2200 + # CONFIG_DVB_USB_AF9015 is not set 2259 2201 CONFIG_DVB_TTUSB_BUDGET=m 2260 2202 CONFIG_DVB_TTUSB_DEC=m 2261 - CONFIG_DVB_CINERGYT2=m 2262 - CONFIG_DVB_CINERGYT2_TUNING=y 2263 - CONFIG_DVB_CINERGYT2_STREAM_URB_COUNT=32 2264 - CONFIG_DVB_CINERGYT2_STREAM_BUF_SIZE=512 2265 - CONFIG_DVB_CINERGYT2_QUERY_INTERVAL=250 2266 - CONFIG_DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE=y 2267 - CONFIG_DVB_CINERGYT2_RC_QUERY_INTERVAL=100 2268 2203 # CONFIG_DVB_SIANO_SMS1XXX is not set 2269 2204 2270 2205 # ··· 2282 2225 CONFIG_DVB_PLUTO2=m 2283 2226 2284 2227 # 2228 + # Supported SDMC DM1105 Adapters 2229 + # 2230 + CONFIG_DVB_DM1105=m 2231 + 2232 + # 2285 2233 # Supported DVB Frontends 2286 2234 # 2287 2235 ··· 2302 2240 CONFIG_DVB_CX24123=m 2303 2241 CONFIG_DVB_MT312=m 2304 2242 CONFIG_DVB_S5H1420=m 2243 + CONFIG_DVB_STV0288=m 2244 + CONFIG_DVB_STB6000=m 2305 2245 CONFIG_DVB_STV0299=m 2306 2246 CONFIG_DVB_TDA8083=m 2307 2247 CONFIG_DVB_TDA10086=m ··· 2311 2247 CONFIG_DVB_TUNER_ITD1000=m 2312 2248 CONFIG_DVB_TDA826X=m 2313 2249 CONFIG_DVB_TUA6100=m 2250 + CONFIG_DVB_CX24116=m 2251 + CONFIG_DVB_SI21XX=m 2314 2252 2315 2253 # 2316 2254 # DVB-T (terrestrial) frontends ··· 2365 2299 CONFIG_DVB_LNBP21=m 2366 2300 CONFIG_DVB_ISL6405=m 2367 2301 CONFIG_DVB_ISL6421=m 2302 + CONFIG_DVB_LGS8GL5=m 2303 + 2304 + # 2305 + # Tools to develop new frontends 2306 + # 2307 + # CONFIG_DVB_DUMMY_FE is not set 2308 + # CONFIG_DVB_AF9013 is not set 2368 2309 CONFIG_DAB=y 2369 2310 CONFIG_USB_DABUSB=m 2370 2311 ··· 2393 2320 CONFIG_FB=y 2394 2321 # CONFIG_FIRMWARE_EDID is not set 2395 2322 CONFIG_FB_DDC=y 2323 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 2396 2324 CONFIG_FB_CFB_FILLRECT=y 2397 2325 CONFIG_FB_CFB_COPYAREA=y 2398 2326 CONFIG_FB_CFB_IMAGEBLIT=y ··· 2456 2382 CONFIG_FB_SAVAGE_I2C=y 2457 2383 CONFIG_FB_SAVAGE_ACCEL=y 2458 2384 # CONFIG_FB_SIS is not set 2385 + # CONFIG_FB_VIA is not set 2459 2386 CONFIG_FB_NEOMAGIC=m 2460 2387 CONFIG_FB_KYRO=m 2461 2388 CONFIG_FB_3DFX=m ··· 2472 2397 CONFIG_FB_SM501=m 2473 2398 CONFIG_FB_IBM_GXT4500=y 2474 2399 # CONFIG_FB_VIRTUAL is not set 2400 + # CONFIG_FB_METRONOME is not set 2475 2401 CONFIG_BACKLIGHT_LCD_SUPPORT=y 2476 2402 CONFIG_LCD_CLASS_DEVICE=m 2477 2403 # CONFIG_LCD_ILI9320 is not set ··· 2508 2432 # CONFIG_LOGO_LINUX_VGA16 is not set 2509 2433 CONFIG_LOGO_LINUX_CLUT224=y 2510 2434 CONFIG_SOUND=m 2435 + CONFIG_SOUND_OSS_CORE=y 2511 2436 CONFIG_SND=m 2512 2437 CONFIG_SND_TIMER=m 2513 2438 CONFIG_SND_PCM=m ··· 2671 2594 # USB Input Devices 2672 2595 # 2673 2596 CONFIG_USB_HID=y 2674 - CONFIG_USB_HIDINPUT_POWERBOOK=y 2675 - CONFIG_HID_FF=y 2676 2597 CONFIG_HID_PID=y 2598 + CONFIG_USB_HIDDEV=y 2599 + 2600 + # 2601 + # Special HID drivers 2602 + # 2603 + CONFIG_HID_COMPAT=y 2604 + CONFIG_HID_A4TECH=y 2605 + CONFIG_HID_APPLE=y 2606 + CONFIG_HID_BELKIN=y 2607 + CONFIG_HID_BRIGHT=y 2608 + CONFIG_HID_CHERRY=y 2609 + CONFIG_HID_CHICONY=y 2610 + CONFIG_HID_CYPRESS=y 2611 + CONFIG_HID_DELL=y 2612 + CONFIG_HID_EZKEY=y 2613 + CONFIG_HID_GYRATION=y 2614 + CONFIG_HID_LOGITECH=y 2677 2615 CONFIG_LOGITECH_FF=y 2678 2616 CONFIG_LOGIRUMBLEPAD2_FF=y 2617 + CONFIG_HID_MICROSOFT=y 2618 + CONFIG_HID_MONTEREY=y 2619 + CONFIG_HID_PANTHERLORD=y 2679 2620 CONFIG_PANTHERLORD_FF=y 2621 + CONFIG_HID_PETALYNX=y 2622 + CONFIG_HID_SAMSUNG=y 2623 + CONFIG_HID_SONY=y 2624 + CONFIG_HID_SUNPLUS=y 2680 2625 CONFIG_THRUSTMASTER_FF=y 2681 2626 CONFIG_ZEROPLUS_FF=y 2682 - CONFIG_USB_HIDDEV=y 2683 2627 CONFIG_USB_SUPPORT=y 2684 2628 CONFIG_USB_ARCH_HAS_HCD=y 2685 2629 CONFIG_USB_ARCH_HAS_OHCI=y ··· 2718 2620 CONFIG_USB_SUSPEND=y 2719 2621 # CONFIG_USB_OTG is not set 2720 2622 CONFIG_USB_MON=y 2623 + # CONFIG_USB_WUSB is not set 2624 + # CONFIG_USB_WUSB_CBAF is not set 2721 2625 2722 2626 # 2723 2627 # USB Host Controller Drivers ··· 2747 2647 CONFIG_USB_SL811_HCD=m 2748 2648 # CONFIG_USB_SL811_CS is not set 2749 2649 # CONFIG_USB_R8A66597_HCD is not set 2650 + # CONFIG_USB_WHCI_HCD is not set 2651 + # CONFIG_USB_HWA_HCD is not set 2750 2652 # CONFIG_USB_MUSB_HDRC is not set 2751 2653 2752 2654 # ··· 2757 2655 CONFIG_USB_ACM=m 2758 2656 CONFIG_USB_PRINTER=m 2759 2657 CONFIG_USB_WDM=m 2658 + # CONFIG_USB_TMC is not set 2760 2659 2761 2660 # 2762 2661 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 2779 2676 CONFIG_USB_STORAGE_ALAUDA=y 2780 2677 CONFIG_USB_STORAGE_ONETOUCH=y 2781 2678 CONFIG_USB_STORAGE_KARMA=y 2782 - # CONFIG_USB_STORAGE_SIERRA is not set 2783 2679 CONFIG_USB_STORAGE_CYPRESS_ATACB=y 2784 2680 # CONFIG_USB_LIBUSUAL is not set 2785 2681 ··· 2843 2741 CONFIG_USB_EMI62=m 2844 2742 CONFIG_USB_EMI26=m 2845 2743 CONFIG_USB_ADUTUX=m 2744 + CONFIG_USB_SEVSEG=m 2846 2745 # CONFIG_USB_RIO500 is not set 2847 2746 CONFIG_USB_LEGOTOWER=m 2848 2747 CONFIG_USB_LCD=m ··· 2865 2762 CONFIG_USB_IOWARRIOR=m 2866 2763 # CONFIG_USB_TEST is not set 2867 2764 CONFIG_USB_ISIGHTFW=m 2765 + CONFIG_USB_VST=m 2868 2766 CONFIG_USB_ATM=m 2869 2767 CONFIG_USB_SPEEDTOUCH=m 2870 2768 CONFIG_USB_CXACRU=m 2871 2769 CONFIG_USB_UEAGLEATM=m 2872 2770 CONFIG_USB_XUSBATM=m 2873 2771 # CONFIG_USB_GADGET is not set 2772 + # CONFIG_UWB is not set 2874 2773 # CONFIG_MMC is not set 2875 2774 # CONFIG_MEMSTICK is not set 2876 2775 CONFIG_NEW_LEDS=y ··· 2892 2787 CONFIG_LEDS_TRIGGER_TIMER=m 2893 2788 CONFIG_LEDS_TRIGGER_IDE_DISK=y 2894 2789 CONFIG_LEDS_TRIGGER_HEARTBEAT=m 2790 + CONFIG_LEDS_TRIGGER_BACKLIGHT=m 2895 2791 CONFIG_LEDS_TRIGGER_DEFAULT_ON=m 2896 2792 CONFIG_ACCESSIBILITY=y 2897 2793 CONFIG_A11Y_BRAILLE_CONSOLE=y ··· 2943 2837 # Platform RTC drivers 2944 2838 # 2945 2839 CONFIG_RTC_DRV_CMOS=y 2840 + # CONFIG_RTC_DRV_DS1286 is not set 2946 2841 CONFIG_RTC_DRV_DS1511=m 2947 2842 CONFIG_RTC_DRV_DS1553=m 2948 2843 CONFIG_RTC_DRV_DS1742=m 2949 2844 CONFIG_RTC_DRV_STK17TA8=m 2950 2845 # CONFIG_RTC_DRV_M48T86 is not set 2846 + CONFIG_RTC_DRV_M48T35=m 2951 2847 CONFIG_RTC_DRV_M48T59=m 2848 + # CONFIG_RTC_DRV_BQ4802 is not set 2952 2849 CONFIG_RTC_DRV_V3020=m 2953 2850 2954 2851 # ··· 2971 2862 CONFIG_UIO=m 2972 2863 CONFIG_UIO_CIF=m 2973 2864 CONFIG_UIO_PDRV=m 2865 + CONFIG_UIO_PDRV_GENIRQ=m 2974 2866 CONFIG_UIO_SMX=m 2867 + # CONFIG_UIO_SERCOS3 is not set 2868 + # CONFIG_STAGING is not set 2975 2869 2976 2870 # 2977 2871 # File systems ··· 2984 2872 CONFIG_EXT2_FS_POSIX_ACL=y 2985 2873 CONFIG_EXT2_FS_SECURITY=y 2986 2874 CONFIG_EXT2_FS_XIP=y 2987 - CONFIG_FS_XIP=y 2988 2875 CONFIG_EXT3_FS=m 2989 2876 CONFIG_EXT3_FS_XATTR=y 2990 2877 CONFIG_EXT3_FS_POSIX_ACL=y 2991 2878 CONFIG_EXT3_FS_SECURITY=y 2992 - CONFIG_EXT4DEV_FS=m 2993 - CONFIG_EXT4DEV_FS_XATTR=y 2994 - CONFIG_EXT4DEV_FS_POSIX_ACL=y 2995 - CONFIG_EXT4DEV_FS_SECURITY=y 2879 + CONFIG_EXT4_FS=y 2880 + # CONFIG_EXT4DEV_COMPAT is not set 2881 + CONFIG_EXT4_FS_XATTR=y 2882 + # CONFIG_EXT4_FS_POSIX_ACL is not set 2883 + # CONFIG_EXT4_FS_SECURITY is not set 2884 + CONFIG_FS_XIP=y 2996 2885 CONFIG_JBD=m 2997 2886 # CONFIG_JBD_DEBUG is not set 2998 - CONFIG_JBD2=m 2887 + CONFIG_JBD2=y 2999 2888 CONFIG_JBD2_DEBUG=y 3000 - CONFIG_FS_MBCACHE=m 2889 + CONFIG_FS_MBCACHE=y 3001 2890 CONFIG_REISERFS_FS=m 3002 2891 # CONFIG_REISERFS_CHECK is not set 3003 2892 CONFIG_REISERFS_PROC_INFO=y ··· 3011 2898 # CONFIG_JFS_DEBUG is not set 3012 2899 # CONFIG_JFS_STATISTICS is not set 3013 2900 CONFIG_FS_POSIX_ACL=y 2901 + CONFIG_FILE_LOCKING=y 3014 2902 CONFIG_XFS_FS=m 3015 2903 CONFIG_XFS_QUOTA=y 3016 2904 CONFIG_XFS_POSIX_ACL=y ··· 3025 2911 CONFIG_OCFS2_FS_STATS=y 3026 2912 # CONFIG_OCFS2_DEBUG_MASKLOG is not set 3027 2913 # CONFIG_OCFS2_DEBUG_FS is not set 2914 + # CONFIG_OCFS2_COMPAT_JBD is not set 3028 2915 CONFIG_DNOTIFY=y 3029 2916 CONFIG_INOTIFY=y 3030 2917 CONFIG_INOTIFY_USER=y ··· 3065 2950 CONFIG_PROC_FS=y 3066 2951 CONFIG_PROC_KCORE=y 3067 2952 CONFIG_PROC_SYSCTL=y 2953 + CONFIG_PROC_PAGE_MONITOR=y 3068 2954 CONFIG_SYSFS=y 3069 2955 CONFIG_TMPFS=y 3070 2956 CONFIG_TMPFS_POSIX_ACL=y ··· 3112 2996 CONFIG_NFS_COMMON=y 3113 2997 CONFIG_SUNRPC=m 3114 2998 CONFIG_SUNRPC_GSS=m 2999 + # CONFIG_SUNRPC_REGISTER_V4 is not set 3115 3000 CONFIG_RPCSEC_GSS_KRB5=m 3116 3001 CONFIG_RPCSEC_GSS_SPKM3=m 3117 3002 # CONFIG_SMB_FS is not set 3118 3003 CONFIG_CIFS=m 3119 3004 # CONFIG_CIFS_STATS is not set 3120 3005 CONFIG_CIFS_WEAK_PW_HASH=y 3006 + CONFIG_CIFS_UPCALL=y 3121 3007 CONFIG_CIFS_XATTR=y 3122 3008 CONFIG_CIFS_POSIX=y 3123 3009 # CONFIG_CIFS_DEBUG2 is not set 3124 3010 CONFIG_CIFS_EXPERIMENTAL=y 3125 - CONFIG_CIFS_UPCALL=y 3126 3011 CONFIG_CIFS_DFS_UPCALL=y 3127 3012 CONFIG_NCP_FS=m 3128 3013 CONFIG_NCPFS_PACKET_SIGNING=y ··· 3201 3084 CONFIG_NLS_UTF8=m 3202 3085 CONFIG_DLM=m 3203 3086 CONFIG_DLM_DEBUG=y 3204 - CONFIG_QE_GPIO=y 3205 3087 3206 3088 # 3207 3089 # Library routines 3208 3090 # 3209 3091 CONFIG_BITREVERSE=y 3210 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 3211 3092 CONFIG_CRC_CCITT=m 3212 - CONFIG_CRC16=m 3093 + CONFIG_CRC16=y 3213 3094 CONFIG_CRC_T10DIF=y 3214 3095 CONFIG_CRC_ITU_T=m 3215 3096 CONFIG_CRC32=y ··· 3272 3157 CONFIG_FRAME_POINTER=y 3273 3158 CONFIG_BOOT_PRINTK_DELAY=y 3274 3159 # CONFIG_RCU_TORTURE_TEST is not set 3160 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 3275 3161 # CONFIG_KPROBES_SANITY_TEST is not set 3276 3162 # CONFIG_BACKTRACE_SELF_TEST is not set 3163 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 3277 3164 # CONFIG_LKDTM is not set 3278 3165 CONFIG_FAULT_INJECTION=y 3279 3166 CONFIG_FAILSLAB=y 3280 3167 CONFIG_FAIL_PAGE_ALLOC=y 3281 3168 CONFIG_FAIL_MAKE_REQUEST=y 3169 + CONFIG_FAIL_IO_TIMEOUT=y 3282 3170 CONFIG_FAULT_INJECTION_DEBUG_FS=y 3283 3171 CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y 3284 3172 CONFIG_LATENCYTOP=y 3285 3173 CONFIG_SYSCTL_SYSCALL_CHECK=y 3286 - CONFIG_HAVE_FTRACE=y 3287 - CONFIG_HAVE_DYNAMIC_FTRACE=y 3174 + CONFIG_NOP_TRACER=y 3175 + CONFIG_HAVE_FUNCTION_TRACER=y 3288 3176 CONFIG_TRACER_MAX_TRACE=y 3177 + CONFIG_RING_BUFFER=y 3289 3178 CONFIG_TRACING=y 3290 - CONFIG_FTRACE=y 3179 + 3180 + # 3181 + # Tracers 3182 + # 3183 + CONFIG_FUNCTION_TRACER=y 3291 3184 CONFIG_SCHED_TRACER=y 3292 3185 CONFIG_CONTEXT_SWITCH_TRACER=y 3293 - CONFIG_DYNAMIC_FTRACE=y 3186 + # CONFIG_BOOT_TRACER is not set 3187 + CONFIG_STACK_TRACER=y 3294 3188 # CONFIG_FTRACE_STARTUP_TEST is not set 3295 3189 # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set 3296 3190 # CONFIG_BUILD_DOCSRC is not set 3191 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 3297 3192 # CONFIG_SAMPLES is not set 3298 3193 CONFIG_HAVE_ARCH_KGDB=y 3299 3194 # CONFIG_KGDB is not set ··· 3311 3186 CONFIG_DEBUG_STACK_USAGE=y 3312 3187 # CONFIG_CODE_PATCHING_SELFTEST is not set 3313 3188 # CONFIG_FTR_FIXUP_SELFTEST is not set 3189 + # CONFIG_MSI_BITMAP_SELFTEST is not set 3314 3190 CONFIG_XMON=y 3315 3191 # CONFIG_XMON_DEFAULT is not set 3316 3192 CONFIG_XMON_DISASSEMBLY=y ··· 3328 3202 CONFIG_KEYS=y 3329 3203 CONFIG_KEYS_DEBUG_PROC_KEYS=y 3330 3204 CONFIG_SECURITY=y 3205 + # CONFIG_SECURITYFS is not set 3331 3206 CONFIG_SECURITY_NETWORK=y 3332 3207 CONFIG_SECURITY_NETWORK_XFRM=y 3333 3208 CONFIG_SECURITY_FILE_CAPABILITIES=y ··· 3353 3226 # 3354 3227 # Crypto core or helper 3355 3228 # 3229 + # CONFIG_CRYPTO_FIPS is not set 3356 3230 CONFIG_CRYPTO_ALGAPI=y 3357 - CONFIG_CRYPTO_AEAD=m 3358 - CONFIG_CRYPTO_BLKCIPHER=m 3231 + CONFIG_CRYPTO_AEAD=y 3232 + CONFIG_CRYPTO_BLKCIPHER=y 3359 3233 CONFIG_CRYPTO_HASH=y 3234 + CONFIG_CRYPTO_RNG=y 3360 3235 CONFIG_CRYPTO_MANAGER=y 3361 3236 CONFIG_CRYPTO_GF128MUL=m 3362 3237 CONFIG_CRYPTO_NULL=m ··· 3432 3303 # 3433 3304 CONFIG_CRYPTO_DEFLATE=m 3434 3305 CONFIG_CRYPTO_LZO=m 3306 + 3307 + # 3308 + # Random Number Generation 3309 + # 3310 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 3435 3311 CONFIG_CRYPTO_HW=y 3436 3312 CONFIG_CRYPTO_DEV_HIFN_795X=m 3437 3313 CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y
+81 -58
arch/powerpc/configs/pq2fads_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:13 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:47 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 48 48 CONFIG_ARCH_MAY_HAVE_PC_FDC=y 49 49 CONFIG_PPC_OF=y 50 50 CONFIG_OF=y 51 - CONFIG_PPC_UDBG_16550=y 51 + # CONFIG_PPC_UDBG_16550 is not set 52 52 # CONFIG_GENERIC_TBSYNC is not set 53 53 CONFIG_AUDIT_ARCH=y 54 54 CONFIG_GENERIC_BUG=y 55 55 CONFIG_DEFAULT_UIMAGE=y 56 - CONFIG_HIBERNATE_32=y 57 - CONFIG_ARCH_HIBERNATION_POSSIBLE=y 58 56 # CONFIG_PPC_DCR_NATIVE is not set 59 57 # CONFIG_PPC_DCR_MMIO is not set 60 58 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" ··· 92 94 CONFIG_PRINTK=y 93 95 CONFIG_BUG=y 94 96 CONFIG_ELF_CORE=y 95 - CONFIG_PCSPKR_PLATFORM=y 96 97 CONFIG_COMPAT_BRK=y 97 98 CONFIG_BASE_FULL=y 98 99 CONFIG_FUTEX=y ··· 101 104 CONFIG_TIMERFD=y 102 105 CONFIG_EVENTFD=y 103 106 CONFIG_SHMEM=y 107 + CONFIG_AIO=y 104 108 CONFIG_VM_EVENT_COUNTERS=y 109 + CONFIG_PCI_QUIRKS=y 105 110 CONFIG_SLUB_DEBUG=y 106 111 # CONFIG_SLAB is not set 107 112 CONFIG_SLUB=y ··· 116 117 CONFIG_HAVE_KPROBES=y 117 118 CONFIG_HAVE_KRETPROBES=y 118 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 - # CONFIG_HAVE_DMA_ATTRS is not set 120 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 121 120 CONFIG_HAVE_CLK=y 122 - CONFIG_PROC_PAGE_MONITOR=y 123 121 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 124 122 CONFIG_SLABINFO=y 125 123 CONFIG_RT_MUTEXES=y ··· 142 146 # CONFIG_DEFAULT_NOOP is not set 143 147 CONFIG_DEFAULT_IOSCHED="anticipatory" 144 148 CONFIG_CLASSIC_RCU=y 149 + # CONFIG_FREEZER is not set 145 150 146 151 # 147 152 # Platform support ··· 150 153 CONFIG_PPC_MULTIPLATFORM=y 151 154 CONFIG_CLASSIC32=y 152 155 # CONFIG_PPC_CHRP is not set 153 - # CONFIG_PPC_PMAC is not set 154 156 # CONFIG_MPC5121_ADS is not set 155 157 # CONFIG_MPC5121_GENERIC is not set 156 158 # CONFIG_PPC_MPC52xx is not set 159 + # CONFIG_PPC_PMAC is not set 157 160 # CONFIG_PPC_CELL is not set 158 161 # CONFIG_PPC_CELL_NATIVE is not set 159 162 CONFIG_PPC_82xx=y 160 163 # CONFIG_MPC8272_ADS is not set 161 164 CONFIG_PQ2FADS=y 162 165 # CONFIG_EP8248E is not set 166 + # CONFIG_MGCOGE is not set 163 167 CONFIG_PQ2ADS=y 164 168 CONFIG_8260=y 165 169 CONFIG_PQ2_ADS_PCI_PIC=y 166 170 # CONFIG_PPC_83xx is not set 167 171 # CONFIG_PPC_86xx is not set 168 172 # CONFIG_EMBEDDED6xx is not set 169 - CONFIG_PPC_NATIVE=y 170 - # CONFIG_UDBG_RTAS_CONSOLE is not set 171 173 # CONFIG_IPIC is not set 172 - CONFIG_MPIC=y 174 + # CONFIG_MPIC is not set 173 175 # CONFIG_MPIC_WEIRD is not set 174 - CONFIG_PPC_I8259=y 175 - CONFIG_PPC_RTAS=y 176 - # CONFIG_RTAS_ERROR_LOGGING is not set 177 - CONFIG_RTAS_PROC=y 176 + # CONFIG_PPC_I8259 is not set 177 + # CONFIG_PPC_RTAS is not set 178 178 # CONFIG_MMIO_NVRAM is not set 179 - CONFIG_PPC_MPC106=y 179 + # CONFIG_PPC_MPC106 is not set 180 180 # CONFIG_PPC_970_NAP is not set 181 181 # CONFIG_PPC_INDIRECT_IO is not set 182 182 # CONFIG_GENERIC_IOMAP is not set 183 183 # CONFIG_CPU_FREQ is not set 184 - # CONFIG_PPC601_SYNC_FIX is not set 185 184 # CONFIG_TAU is not set 185 + # CONFIG_QUICC_ENGINE is not set 186 186 CONFIG_CPM2=y 187 187 # CONFIG_FSL_ULI1575 is not set 188 188 CONFIG_CPM=y ··· 202 208 # CONFIG_PREEMPT_VOLUNTARY is not set 203 209 # CONFIG_PREEMPT is not set 204 210 CONFIG_BINFMT_ELF=y 211 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 212 + # CONFIG_HAVE_AOUT is not set 205 213 CONFIG_BINFMT_MISC=y 206 214 # CONFIG_IOMMU_HELPER is not set 207 215 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 213 217 CONFIG_ARCH_POPULATES_NODE_MAP=y 214 218 CONFIG_FLATMEM=y 215 219 CONFIG_FLAT_NODE_MEM_MAP=y 216 - # CONFIG_SPARSEMEM_STATIC is not set 217 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 218 220 CONFIG_PAGEFLAGS_EXTENDED=y 219 221 CONFIG_SPLIT_PTLOCK_CPUS=4 220 222 CONFIG_MIGRATION=y 221 223 # CONFIG_RESOURCES_64BIT is not set 224 + # CONFIG_PHYS_ADDR_T_64BIT is not set 222 225 CONFIG_ZONE_DMA_FLAG=1 223 226 CONFIG_BOUNCE=y 224 227 CONFIG_VIRT_TO_BUS=y 228 + CONFIG_UNEVICTABLE_LRU=y 225 229 CONFIG_FORCE_MAX_ZONEORDER=11 226 230 CONFIG_PROC_DEVICETREE=y 227 231 # CONFIG_CMDLINE_BOOL is not set ··· 233 237 # 234 238 # Bus options 235 239 # 236 - # CONFIG_ISA is not set 237 240 CONFIG_ZONE_DMA=y 238 241 CONFIG_PPC_INDIRECT_PCI=y 239 242 CONFIG_FSL_SOC=y ··· 245 250 # CONFIG_PCIEPORTBUS is not set 246 251 CONFIG_ARCH_SUPPORTS_MSI=y 247 252 # CONFIG_PCI_MSI is not set 248 - CONFIG_PCI_LEGACY=y 253 + # CONFIG_PCI_LEGACY is not set 249 254 # CONFIG_PCI_DEBUG is not set 250 255 # CONFIG_PCCARD is not set 251 256 # CONFIG_HOTPLUG_PCI is not set ··· 301 306 # CONFIG_TCP_CONG_ADVANCED is not set 302 307 CONFIG_TCP_CONG_CUBIC=y 303 308 CONFIG_DEFAULT_TCP_CONG="cubic" 304 - # CONFIG_IP_VS is not set 305 309 CONFIG_IPV6=y 306 310 # CONFIG_IPV6_PRIVACY is not set 307 311 # CONFIG_IPV6_ROUTER_PREF is not set ··· 327 333 # CONFIG_NETFILTER_NETLINK_LOG is not set 328 334 # CONFIG_NF_CONNTRACK is not set 329 335 # CONFIG_NETFILTER_XTABLES is not set 336 + # CONFIG_IP_VS is not set 330 337 331 338 # 332 339 # IP: Netfilter Configuration 333 340 # 341 + # CONFIG_NF_DEFRAG_IPV4 is not set 334 342 # CONFIG_IP_NF_QUEUE is not set 335 343 # CONFIG_IP_NF_IPTABLES is not set 336 344 # CONFIG_IP_NF_ARPTABLES is not set ··· 359 363 # CONFIG_CAN is not set 360 364 # CONFIG_IRDA is not set 361 365 # CONFIG_BT is not set 362 - 363 - # 364 - # Wireless 365 - # 366 + # CONFIG_PHONET is not set 367 + CONFIG_WIRELESS=y 366 368 # CONFIG_CFG80211 is not set 369 + CONFIG_WIRELESS_OLD_REGULATORY=y 367 370 # CONFIG_WIRELESS_EXT is not set 368 371 # CONFIG_MAC80211 is not set 369 372 # CONFIG_IEEE80211 is not set ··· 468 473 # CONFIG_PARPORT is not set 469 474 CONFIG_BLK_DEV=y 470 475 # CONFIG_BLK_DEV_FD is not set 471 - # CONFIG_MAC_FLOPPY is not set 472 476 # CONFIG_BLK_CPQ_DA is not set 473 477 # CONFIG_BLK_CPQ_CISS_DA is not set 474 478 # CONFIG_BLK_DEV_DAC960 is not set ··· 488 494 # CONFIG_HP_ILO is not set 489 495 CONFIG_HAVE_IDE=y 490 496 CONFIG_IDE=y 491 - CONFIG_BLK_DEV_IDE=y 492 497 493 498 # 494 499 # Please see Documentation/ide/ide.txt for help/info on IDE drives 495 500 # 496 501 # CONFIG_BLK_DEV_IDE_SATA is not set 497 - CONFIG_BLK_DEV_IDEDISK=y 498 - # CONFIG_IDEDISK_MULTI_MODE is not set 502 + CONFIG_IDE_GD=y 503 + CONFIG_IDE_GD_ATA=y 504 + # CONFIG_IDE_GD_ATAPI is not set 499 505 # CONFIG_BLK_DEV_IDECD is not set 500 506 # CONFIG_BLK_DEV_IDETAPE is not set 501 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 502 507 # CONFIG_IDE_TASK_IOCTL is not set 503 508 CONFIG_IDE_PROC_FS=y 504 509 ··· 532 539 # CONFIG_BLK_DEV_TRM290 is not set 533 540 # CONFIG_BLK_DEV_VIA82CXXX is not set 534 541 # CONFIG_BLK_DEV_TC86C001 is not set 535 - # CONFIG_BLK_DEV_IDE_PMAC is not set 536 542 # CONFIG_BLK_DEV_IDEDMA is not set 537 543 538 544 # ··· 582 590 # CONFIG_MDIO_OF_GPIO is not set 583 591 CONFIG_NET_ETHERNET=y 584 592 CONFIG_MII=y 585 - # CONFIG_MACE is not set 586 - # CONFIG_BMAC is not set 587 593 # CONFIG_HAPPYMEAL is not set 588 594 # CONFIG_SUNGEM is not set 589 595 # CONFIG_CASSINI is not set ··· 592 602 # CONFIG_IBM_NEW_EMAC_RGMII is not set 593 603 # CONFIG_IBM_NEW_EMAC_TAH is not set 594 604 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 605 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 606 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 607 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 595 608 # CONFIG_NET_PCI is not set 596 609 # CONFIG_B44 is not set 610 + # CONFIG_ATL2 is not set 597 611 CONFIG_FS_ENET=y 598 612 # CONFIG_FS_ENET_HAS_SCC is not set 599 613 CONFIG_FS_ENET_HAS_FCC=y ··· 620 626 # CONFIG_GIANFAR is not set 621 627 # CONFIG_MV643XX_ETH is not set 622 628 # CONFIG_QLA3XXX is not set 629 + # CONFIG_ATL1 is not set 630 + # CONFIG_JME is not set 623 631 CONFIG_NETDEV_10000=y 624 632 # CONFIG_CHELSIO_T1 is not set 625 633 # CONFIG_CHELSIO_T3 is not set 634 + # CONFIG_ENIC is not set 626 635 # CONFIG_IXGBE is not set 627 636 # CONFIG_IXGB is not set 628 637 # CONFIG_S2IO is not set 629 638 # CONFIG_MYRI10GE is not set 630 639 # CONFIG_NETXEN_NIC is not set 631 640 # CONFIG_NIU is not set 641 + # CONFIG_MLX4_EN is not set 632 642 # CONFIG_MLX4_CORE is not set 633 643 # CONFIG_TEHUTI is not set 634 644 # CONFIG_BNX2X is not set 645 + # CONFIG_QLGE is not set 635 646 # CONFIG_SFC is not set 636 647 # CONFIG_TR is not set 637 648 ··· 697 698 CONFIG_MOUSE_PS2_SYNAPTICS=y 698 699 CONFIG_MOUSE_PS2_LIFEBOOK=y 699 700 CONFIG_MOUSE_PS2_TRACKPOINT=y 701 + # CONFIG_MOUSE_PS2_ELANTECH is not set 700 702 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 701 703 # CONFIG_MOUSE_SERIAL is not set 702 704 # CONFIG_MOUSE_APPLETOUCH is not set ··· 739 739 # CONFIG_SERIAL_UARTLITE is not set 740 740 CONFIG_SERIAL_CORE=y 741 741 CONFIG_SERIAL_CORE_CONSOLE=y 742 - # CONFIG_SERIAL_PMACZILOG is not set 743 742 CONFIG_SERIAL_CPM=y 744 743 CONFIG_SERIAL_CPM_CONSOLE=y 745 - CONFIG_SERIAL_CPM_SCC1=y 746 - # CONFIG_SERIAL_CPM_SCC2 is not set 747 - # CONFIG_SERIAL_CPM_SCC3 is not set 748 - CONFIG_SERIAL_CPM_SCC4=y 749 - # CONFIG_SERIAL_CPM_SMC1 is not set 750 - # CONFIG_SERIAL_CPM_SMC2 is not set 751 744 # CONFIG_SERIAL_JSM is not set 752 745 CONFIG_UNIX98_PTYS=y 753 746 CONFIG_LEGACY_PTYS=y 754 747 CONFIG_LEGACY_PTY_COUNT=256 755 - # CONFIG_BRIQ_PANEL is not set 756 - # CONFIG_HVC_RTAS is not set 757 748 # CONFIG_IPMI_HANDLER is not set 758 749 CONFIG_HW_RANDOM=y 759 750 # CONFIG_NVRAM is not set ··· 794 803 # CONFIG_MFD_TMIO is not set 795 804 796 805 # 806 + # Voltage and Current regulators 807 + # 808 + # CONFIG_REGULATOR is not set 809 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 810 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 811 + # CONFIG_REGULATOR_BQ24022 is not set 812 + 813 + # 797 814 # Multimedia devices 798 815 # 799 816 ··· 849 850 CONFIG_USB_GADGET=y 850 851 # CONFIG_USB_GADGET_DEBUG is not set 851 852 # CONFIG_USB_GADGET_DEBUG_FILES is not set 853 + CONFIG_USB_GADGET_VBUS_DRAW=2 852 854 CONFIG_USB_GADGET_SELECTED=y 853 - # CONFIG_USB_GADGET_AMD5536UDC is not set 855 + # CONFIG_USB_GADGET_AT91 is not set 854 856 # CONFIG_USB_GADGET_ATMEL_USBA is not set 855 857 # CONFIG_USB_GADGET_FSL_USB2 is not set 856 - # CONFIG_USB_GADGET_NET2280 is not set 857 - # CONFIG_USB_GADGET_PXA25X is not set 858 - CONFIG_USB_GADGET_M66592=y 859 - CONFIG_USB_M66592=y 860 - # CONFIG_USB_GADGET_PXA27X is not set 861 - # CONFIG_USB_GADGET_GOKU is not set 862 858 # CONFIG_USB_GADGET_LH7A40X is not set 863 859 # CONFIG_USB_GADGET_OMAP is not set 860 + # CONFIG_USB_GADGET_PXA25X is not set 861 + # CONFIG_USB_GADGET_PXA27X is not set 864 862 # CONFIG_USB_GADGET_S3C2410 is not set 865 - # CONFIG_USB_GADGET_AT91 is not set 863 + CONFIG_USB_GADGET_M66592=y 864 + CONFIG_USB_M66592=y 865 + # CONFIG_USB_GADGET_AMD5536UDC is not set 866 + # CONFIG_USB_GADGET_FSL_QE is not set 867 + # CONFIG_USB_GADGET_NET2280 is not set 868 + # CONFIG_USB_GADGET_GOKU is not set 866 869 # CONFIG_USB_GADGET_DUMMY_HCD is not set 867 870 CONFIG_USB_GADGET_DUALSPEED=y 868 871 # CONFIG_USB_ZERO is not set ··· 884 883 # CONFIG_RTC_CLASS is not set 885 884 # CONFIG_DMADEVICES is not set 886 885 # CONFIG_UIO is not set 886 + # CONFIG_STAGING is not set 887 887 888 888 # 889 889 # File systems ··· 896 894 CONFIG_EXT3_FS_XATTR=y 897 895 # CONFIG_EXT3_FS_POSIX_ACL is not set 898 896 # CONFIG_EXT3_FS_SECURITY is not set 897 + # CONFIG_EXT4_FS is not set 899 898 CONFIG_JBD=y 900 899 CONFIG_FS_MBCACHE=y 901 900 # CONFIG_REISERFS_FS is not set 902 901 # CONFIG_JFS_FS is not set 903 902 CONFIG_FS_POSIX_ACL=y 903 + CONFIG_FILE_LOCKING=y 904 904 # CONFIG_XFS_FS is not set 905 905 # CONFIG_OCFS2_FS is not set 906 906 CONFIG_DNOTIFY=y ··· 932 928 CONFIG_PROC_FS=y 933 929 CONFIG_PROC_KCORE=y 934 930 CONFIG_PROC_SYSCTL=y 931 + CONFIG_PROC_PAGE_MONITOR=y 935 932 CONFIG_SYSFS=y 936 933 CONFIG_TMPFS=y 937 934 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1035 1030 # Library routines 1036 1031 # 1037 1032 CONFIG_BITREVERSE=y 1038 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1039 1033 CONFIG_CRC_CCITT=y 1040 1034 # CONFIG_CRC16 is not set 1041 1035 # CONFIG_CRC_T10DIF is not set ··· 1088 1084 # CONFIG_DEBUG_SG is not set 1089 1085 # CONFIG_BOOT_PRINTK_DELAY is not set 1090 1086 # CONFIG_RCU_TORTURE_TEST is not set 1087 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1091 1088 # CONFIG_BACKTRACE_SELF_TEST is not set 1089 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1092 1090 # CONFIG_FAULT_INJECTION is not set 1093 1091 # CONFIG_LATENCYTOP is not set 1094 1092 CONFIG_SYSCTL_SYSCALL_CHECK=y 1095 - CONFIG_HAVE_FTRACE=y 1096 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1097 - # CONFIG_FTRACE is not set 1093 + CONFIG_HAVE_FUNCTION_TRACER=y 1094 + 1095 + # 1096 + # Tracers 1097 + # 1098 + # CONFIG_FUNCTION_TRACER is not set 1098 1099 # CONFIG_SCHED_TRACER is not set 1099 1100 # CONFIG_CONTEXT_SWITCH_TRACER is not set 1101 + # CONFIG_BOOT_TRACER is not set 1102 + # CONFIG_STACK_TRACER is not set 1103 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1100 1104 # CONFIG_SAMPLES is not set 1101 1105 CONFIG_HAVE_ARCH_KGDB=y 1102 1106 # CONFIG_DEBUG_STACKOVERFLOW is not set ··· 1112 1100 # CONFIG_DEBUG_PAGEALLOC is not set 1113 1101 # CONFIG_CODE_PATCHING_SELFTEST is not set 1114 1102 # CONFIG_FTR_FIXUP_SELFTEST is not set 1103 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1115 1104 # CONFIG_XMON is not set 1116 1105 # CONFIG_IRQSTACKS is not set 1117 1106 CONFIG_BDI_SWITCH=y ··· 1124 1111 # 1125 1112 # CONFIG_KEYS is not set 1126 1113 # CONFIG_SECURITY is not set 1114 + # CONFIG_SECURITYFS is not set 1127 1115 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1128 1116 CONFIG_CRYPTO=y 1129 1117 1130 1118 # 1131 1119 # Crypto core or helper 1132 1120 # 1121 + # CONFIG_CRYPTO_FIPS is not set 1133 1122 CONFIG_CRYPTO_ALGAPI=y 1123 + CONFIG_CRYPTO_AEAD=y 1134 1124 CONFIG_CRYPTO_BLKCIPHER=y 1125 + CONFIG_CRYPTO_HASH=y 1126 + CONFIG_CRYPTO_RNG=y 1135 1127 CONFIG_CRYPTO_MANAGER=y 1136 1128 # CONFIG_CRYPTO_NULL is not set 1137 1129 # CONFIG_CRYPTO_CRYPTD is not set ··· 1203 1185 # 1204 1186 # CONFIG_CRYPTO_DEFLATE is not set 1205 1187 # CONFIG_CRYPTO_LZO is not set 1188 + 1189 + # 1190 + # Random Number Generation 1191 + # 1192 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1206 1193 CONFIG_CRYPTO_HW=y 1207 1194 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1208 1195 # CONFIG_CRYPTO_DEV_TALITOS is not set
+97 -29
arch/powerpc/configs/prpmc2800_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:14 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:48 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 24 24 CONFIG_CHECK_CACHE_COHERENCY=y 25 25 CONFIG_PPC32=y 26 26 CONFIG_WORD_SIZE=32 27 - CONFIG_PPC_MERGE=y 27 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 28 28 CONFIG_MMU=y 29 29 CONFIG_GENERIC_CMOS_UPDATE=y 30 30 CONFIG_GENERIC_TIME=y ··· 110 110 CONFIG_TIMERFD=y 111 111 CONFIG_EVENTFD=y 112 112 CONFIG_SHMEM=y 113 + CONFIG_AIO=y 113 114 CONFIG_VM_EVENT_COUNTERS=y 115 + CONFIG_PCI_QUIRKS=y 114 116 CONFIG_SLUB_DEBUG=y 115 117 # CONFIG_SLAB is not set 116 118 CONFIG_SLUB=y ··· 125 123 CONFIG_HAVE_KPROBES=y 126 124 CONFIG_HAVE_KRETPROBES=y 127 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 128 - # CONFIG_HAVE_DMA_ATTRS is not set 129 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 130 - # CONFIG_HAVE_CLK is not set 131 - CONFIG_PROC_PAGE_MONITOR=y 132 126 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 133 127 CONFIG_SLABINFO=y 134 128 CONFIG_RT_MUTEXES=y ··· 151 153 # CONFIG_DEFAULT_NOOP is not set 152 154 CONFIG_DEFAULT_IOSCHED="anticipatory" 153 155 CONFIG_CLASSIC_RCU=y 156 + # CONFIG_FREEZER is not set 154 157 155 158 # 156 159 # Platform support ··· 209 210 # CONFIG_PREEMPT_VOLUNTARY is not set 210 211 # CONFIG_PREEMPT is not set 211 212 CONFIG_BINFMT_ELF=y 213 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 214 + # CONFIG_HAVE_AOUT is not set 212 215 CONFIG_BINFMT_MISC=y 213 216 # CONFIG_IOMMU_HELPER is not set 214 217 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 225 224 # CONFIG_SPARSEMEM_MANUAL is not set 226 225 CONFIG_FLATMEM=y 227 226 CONFIG_FLAT_NODE_MEM_MAP=y 228 - # CONFIG_SPARSEMEM_STATIC is not set 229 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 230 227 CONFIG_PAGEFLAGS_EXTENDED=y 231 228 CONFIG_SPLIT_PTLOCK_CPUS=4 232 229 CONFIG_MIGRATION=y 233 230 # CONFIG_RESOURCES_64BIT is not set 231 + # CONFIG_PHYS_ADDR_T_64BIT is not set 234 232 CONFIG_ZONE_DMA_FLAG=1 235 233 CONFIG_BOUNCE=y 236 234 CONFIG_VIRT_TO_BUS=y 235 + CONFIG_UNEVICTABLE_LRU=y 237 236 CONFIG_FORCE_MAX_ZONEORDER=11 238 237 CONFIG_PROC_DEVICETREE=y 239 238 # CONFIG_CMDLINE_BOOL is not set ··· 254 253 # CONFIG_PCIEPORTBUS is not set 255 254 CONFIG_ARCH_SUPPORTS_MSI=y 256 255 # CONFIG_PCI_MSI is not set 257 - CONFIG_PCI_LEGACY=y 256 + # CONFIG_PCI_LEGACY is not set 258 257 # CONFIG_PCCARD is not set 259 258 # CONFIG_HOTPLUG_PCI is not set 260 259 # CONFIG_HAS_RAPIDIO is not set ··· 324 323 # CONFIG_TIPC is not set 325 324 # CONFIG_ATM is not set 326 325 # CONFIG_BRIDGE is not set 326 + # CONFIG_NET_DSA is not set 327 327 # CONFIG_VLAN_8021Q is not set 328 328 # CONFIG_DECNET is not set 329 329 # CONFIG_LLC2 is not set ··· 345 343 # CONFIG_IRDA is not set 346 344 # CONFIG_BT is not set 347 345 # CONFIG_AF_RXRPC is not set 348 - 349 - # 350 - # Wireless 351 - # 346 + # CONFIG_PHONET is not set 347 + CONFIG_WIRELESS=y 352 348 # CONFIG_CFG80211 is not set 349 + CONFIG_WIRELESS_OLD_REGULATORY=y 353 350 # CONFIG_WIRELESS_EXT is not set 354 351 # CONFIG_MAC80211 is not set 355 352 # CONFIG_IEEE80211 is not set ··· 479 478 # CONFIG_HP_ILO is not set 480 479 CONFIG_HAVE_IDE=y 481 480 CONFIG_IDE=y 482 - CONFIG_BLK_DEV_IDE=y 483 481 484 482 # 485 483 # Please see Documentation/ide/ide.txt for help/info on IDE drives 486 484 # 487 485 # CONFIG_BLK_DEV_IDE_SATA is not set 488 - CONFIG_BLK_DEV_IDEDISK=y 489 - # CONFIG_IDEDISK_MULTI_MODE is not set 486 + CONFIG_IDE_GD=y 487 + CONFIG_IDE_GD_ATA=y 488 + # CONFIG_IDE_GD_ATAPI is not set 490 489 # CONFIG_BLK_DEV_IDECD is not set 491 490 # CONFIG_BLK_DEV_IDETAPE is not set 492 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 493 491 # CONFIG_BLK_DEV_IDESCSI is not set 494 492 # CONFIG_IDE_TASK_IOCTL is not set 495 493 CONFIG_IDE_PROC_FS=y ··· 721 721 # CONFIG_IBM_NEW_EMAC_RGMII is not set 722 722 # CONFIG_IBM_NEW_EMAC_TAH is not set 723 723 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 724 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 725 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 726 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 724 727 CONFIG_NET_PCI=y 725 728 # CONFIG_PCNET32 is not set 726 729 # CONFIG_AMD8111_ETH is not set ··· 748 745 # CONFIG_TLAN is not set 749 746 # CONFIG_VIA_RHINE is not set 750 747 # CONFIG_SC92031 is not set 748 + # CONFIG_ATL2 is not set 751 749 CONFIG_NETDEV_1000=y 752 750 # CONFIG_ACENIC is not set 753 751 # CONFIG_DL2K is not set 754 752 CONFIG_E1000=y 755 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 756 753 # CONFIG_E1000E is not set 757 754 # CONFIG_IP1000 is not set 758 755 # CONFIG_IGB is not set ··· 770 767 # CONFIG_QLA3XXX is not set 771 768 # CONFIG_ATL1 is not set 772 769 # CONFIG_ATL1E is not set 770 + # CONFIG_JME is not set 773 771 CONFIG_NETDEV_10000=y 774 772 # CONFIG_CHELSIO_T1 is not set 775 773 # CONFIG_CHELSIO_T3 is not set 774 + # CONFIG_ENIC is not set 776 775 # CONFIG_IXGBE is not set 777 776 # CONFIG_IXGB is not set 778 777 # CONFIG_S2IO is not set 779 778 # CONFIG_MYRI10GE is not set 780 779 # CONFIG_NETXEN_NIC is not set 781 780 # CONFIG_NIU is not set 781 + # CONFIG_MLX4_EN is not set 782 782 # CONFIG_MLX4_CORE is not set 783 783 # CONFIG_TEHUTI is not set 784 784 # CONFIG_BNX2X is not set 785 + # CONFIG_QLGE is not set 785 786 # CONFIG_SFC is not set 786 787 # CONFIG_TR is not set 787 788 ··· 820 813 # Input device support 821 814 # 822 815 CONFIG_INPUT=y 823 - # CONFIG_INPUT_FF_MEMLESS is not set 816 + CONFIG_INPUT_FF_MEMLESS=y 824 817 # CONFIG_INPUT_POLLDEV is not set 825 818 826 819 # ··· 1032 1025 # CONFIG_MFD_SM501 is not set 1033 1026 # CONFIG_HTC_PASIC3 is not set 1034 1027 # CONFIG_MFD_TMIO is not set 1028 + # CONFIG_PMIC_DA903X is not set 1029 + # CONFIG_MFD_WM8400 is not set 1030 + # CONFIG_MFD_WM8350_I2C is not set 1031 + 1032 + # 1033 + # Voltage and Current regulators 1034 + # 1035 + # CONFIG_REGULATOR is not set 1036 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1037 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1038 + # CONFIG_REGULATOR_BQ24022 is not set 1035 1039 1036 1040 # 1037 1041 # Multimedia devices ··· 1091 1073 # USB Input Devices 1092 1074 # 1093 1075 CONFIG_USB_HID=y 1094 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1095 - # CONFIG_HID_FF is not set 1076 + # CONFIG_HID_PID is not set 1096 1077 # CONFIG_USB_HIDDEV is not set 1078 + 1079 + # 1080 + # Special HID drivers 1081 + # 1082 + CONFIG_HID_COMPAT=y 1083 + CONFIG_HID_A4TECH=y 1084 + CONFIG_HID_APPLE=y 1085 + CONFIG_HID_BELKIN=y 1086 + CONFIG_HID_BRIGHT=y 1087 + CONFIG_HID_CHERRY=y 1088 + CONFIG_HID_CHICONY=y 1089 + CONFIG_HID_CYPRESS=y 1090 + CONFIG_HID_DELL=y 1091 + CONFIG_HID_EZKEY=y 1092 + CONFIG_HID_GYRATION=y 1093 + CONFIG_HID_LOGITECH=y 1094 + # CONFIG_LOGITECH_FF is not set 1095 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1096 + CONFIG_HID_MICROSOFT=y 1097 + CONFIG_HID_MONTEREY=y 1098 + CONFIG_HID_PANTHERLORD=y 1099 + # CONFIG_PANTHERLORD_FF is not set 1100 + CONFIG_HID_PETALYNX=y 1101 + CONFIG_HID_SAMSUNG=y 1102 + CONFIG_HID_SONY=y 1103 + CONFIG_HID_SUNPLUS=y 1104 + CONFIG_THRUSTMASTER_FF=y 1105 + CONFIG_ZEROPLUS_FF=y 1097 1106 CONFIG_USB_SUPPORT=y 1098 1107 CONFIG_USB_ARCH_HAS_HCD=y 1099 1108 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1137 1092 # CONFIG_USB_DYNAMIC_MINORS is not set 1138 1093 # CONFIG_USB_OTG is not set 1139 1094 CONFIG_USB_MON=y 1095 + # CONFIG_USB_WUSB is not set 1096 + # CONFIG_USB_WUSB_CBAF is not set 1140 1097 1141 1098 # 1142 1099 # USB Host Controller Drivers ··· 1158 1111 # CONFIG_USB_UHCI_HCD is not set 1159 1112 # CONFIG_USB_SL811_HCD is not set 1160 1113 # CONFIG_USB_R8A66597_HCD is not set 1114 + # CONFIG_USB_WHCI_HCD is not set 1115 + # CONFIG_USB_HWA_HCD is not set 1161 1116 1162 1117 # 1163 1118 # USB Device Class drivers ··· 1167 1118 # CONFIG_USB_ACM is not set 1168 1119 # CONFIG_USB_PRINTER is not set 1169 1120 # CONFIG_USB_WDM is not set 1121 + # CONFIG_USB_TMC is not set 1170 1122 1171 1123 # 1172 1124 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1196 1146 # CONFIG_USB_EMI62 is not set 1197 1147 # CONFIG_USB_EMI26 is not set 1198 1148 # CONFIG_USB_ADUTUX is not set 1149 + # CONFIG_USB_SEVSEG is not set 1199 1150 # CONFIG_USB_RIO500 is not set 1200 1151 # CONFIG_USB_LEGOTOWER is not set 1201 1152 # CONFIG_USB_LCD is not set ··· 1214 1163 # CONFIG_USB_IOWARRIOR is not set 1215 1164 # CONFIG_USB_TEST is not set 1216 1165 # CONFIG_USB_ISIGHTFW is not set 1166 + # CONFIG_USB_VST is not set 1217 1167 # CONFIG_USB_GADGET is not set 1168 + # CONFIG_UWB is not set 1218 1169 # CONFIG_MMC is not set 1219 1170 # CONFIG_MEMSTICK is not set 1220 1171 # CONFIG_NEW_LEDS is not set ··· 1262 1209 # Platform RTC drivers 1263 1210 # 1264 1211 # CONFIG_RTC_DRV_CMOS is not set 1212 + # CONFIG_RTC_DRV_DS1286 is not set 1265 1213 # CONFIG_RTC_DRV_DS1511 is not set 1266 1214 # CONFIG_RTC_DRV_DS1553 is not set 1267 1215 # CONFIG_RTC_DRV_DS1742 is not set 1268 1216 # CONFIG_RTC_DRV_STK17TA8 is not set 1269 1217 # CONFIG_RTC_DRV_M48T86 is not set 1218 + # CONFIG_RTC_DRV_M48T35 is not set 1270 1219 # CONFIG_RTC_DRV_M48T59 is not set 1220 + # CONFIG_RTC_DRV_BQ4802 is not set 1271 1221 # CONFIG_RTC_DRV_V3020 is not set 1272 1222 1273 1223 # ··· 1279 1223 # CONFIG_RTC_DRV_PPC is not set 1280 1224 # CONFIG_DMADEVICES is not set 1281 1225 # CONFIG_UIO is not set 1226 + # CONFIG_STAGING is not set 1282 1227 1283 1228 # 1284 1229 # File systems ··· 1291 1234 CONFIG_EXT3_FS_XATTR=y 1292 1235 # CONFIG_EXT3_FS_POSIX_ACL is not set 1293 1236 # CONFIG_EXT3_FS_SECURITY is not set 1294 - # CONFIG_EXT4DEV_FS is not set 1237 + # CONFIG_EXT4_FS is not set 1295 1238 CONFIG_JBD=y 1296 1239 CONFIG_FS_MBCACHE=y 1297 1240 # CONFIG_REISERFS_FS is not set 1298 1241 # CONFIG_JFS_FS is not set 1299 1242 # CONFIG_FS_POSIX_ACL is not set 1243 + CONFIG_FILE_LOCKING=y 1300 1244 # CONFIG_XFS_FS is not set 1301 1245 # CONFIG_OCFS2_FS is not set 1302 1246 CONFIG_DNOTIFY=y ··· 1327 1269 CONFIG_PROC_FS=y 1328 1270 CONFIG_PROC_KCORE=y 1329 1271 CONFIG_PROC_SYSCTL=y 1272 + CONFIG_PROC_PAGE_MONITOR=y 1330 1273 CONFIG_SYSFS=y 1331 1274 CONFIG_TMPFS=y 1332 1275 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1363 1304 CONFIG_LOCKD=y 1364 1305 CONFIG_NFS_COMMON=y 1365 1306 CONFIG_SUNRPC=y 1307 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1366 1308 # CONFIG_RPCSEC_GSS_KRB5 is not set 1367 1309 # CONFIG_RPCSEC_GSS_SPKM3 is not set 1368 1310 # CONFIG_SMB_FS is not set ··· 1400 1340 # Library routines 1401 1341 # 1402 1342 CONFIG_BITREVERSE=y 1403 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1404 1343 # CONFIG_CRC_CCITT is not set 1405 1344 # CONFIG_CRC16 is not set 1406 1345 CONFIG_CRC_T10DIF=y ··· 1429 1370 # CONFIG_SLUB_STATS is not set 1430 1371 CONFIG_DEBUG_BUGVERBOSE=y 1431 1372 CONFIG_DEBUG_MEMORY_INIT=y 1373 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1432 1374 # CONFIG_LATENCYTOP is not set 1433 1375 CONFIG_SYSCTL_SYSCALL_CHECK=y 1434 - CONFIG_HAVE_FTRACE=y 1435 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1436 - # CONFIG_FTRACE is not set 1437 - # CONFIG_SCHED_TRACER is not set 1438 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1376 + CONFIG_HAVE_FUNCTION_TRACER=y 1377 + 1378 + # 1379 + # Tracers 1380 + # 1381 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1439 1382 # CONFIG_SAMPLES is not set 1440 1383 CONFIG_HAVE_ARCH_KGDB=y 1441 1384 # CONFIG_IRQSTACKS is not set ··· 1449 1388 # 1450 1389 # CONFIG_KEYS is not set 1451 1390 # CONFIG_SECURITY is not set 1391 + # CONFIG_SECURITYFS is not set 1452 1392 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1453 1393 CONFIG_CRYPTO=y 1454 1394 1455 1395 # 1456 1396 # Crypto core or helper 1457 1397 # 1398 + # CONFIG_CRYPTO_FIPS is not set 1458 1399 # CONFIG_CRYPTO_MANAGER is not set 1459 1400 # CONFIG_CRYPTO_GF128MUL is not set 1460 1401 # CONFIG_CRYPTO_NULL is not set ··· 1528 1465 # 1529 1466 # CONFIG_CRYPTO_DEFLATE is not set 1530 1467 # CONFIG_CRYPTO_LZO is not set 1468 + 1469 + # 1470 + # Random Number Generation 1471 + # 1472 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1531 1473 CONFIG_CRYPTO_HW=y 1532 1474 # CONFIG_CRYPTO_DEV_HIFN_795X is not set 1533 1475 # CONFIG_PPC_CLOCK is not set
+131 -40
arch/powerpc/configs/pseries_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Tue Aug 26 13:31:07 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Tue Nov 11 19:37:06 2008 5 5 # 6 6 CONFIG_PPC64=y 7 7 ··· 22 22 CONFIG_NR_CPUS=128 23 23 CONFIG_64BIT=y 24 24 CONFIG_WORD_SIZE=64 25 - CONFIG_PPC_MERGE=y 25 + CONFIG_ARCH_PHYS_ADDR_T_64BIT=y 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 86 86 CONFIG_CGROUPS=y 87 87 # CONFIG_CGROUP_DEBUG is not set 88 88 CONFIG_CGROUP_NS=y 89 + CONFIG_CGROUP_FREEZER=y 89 90 CONFIG_CGROUP_DEVICE=y 90 91 CONFIG_CPUSETS=y 91 92 # CONFIG_GROUP_SCHED is not set ··· 124 123 CONFIG_TIMERFD=y 125 124 CONFIG_EVENTFD=y 126 125 CONFIG_SHMEM=y 126 + CONFIG_AIO=y 127 127 CONFIG_VM_EVENT_COUNTERS=y 128 + CONFIG_PCI_QUIRKS=y 128 129 CONFIG_SLUB_DEBUG=y 129 130 # CONFIG_SLAB is not set 130 131 CONFIG_SLUB=y 131 132 # CONFIG_SLOB is not set 132 133 CONFIG_PROFILING=y 134 + CONFIG_TRACEPOINTS=y 133 135 CONFIG_MARKERS=y 134 136 CONFIG_OPROFILE=y 135 137 CONFIG_HAVE_OPROFILE=y ··· 145 141 CONFIG_HAVE_ARCH_TRACEHOOK=y 146 142 CONFIG_HAVE_DMA_ATTRS=y 147 143 CONFIG_USE_GENERIC_SMP_HELPERS=y 148 - # CONFIG_HAVE_CLK is not set 149 - CONFIG_PROC_PAGE_MONITOR=y 150 144 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 151 145 CONFIG_SLABINFO=y 152 146 CONFIG_RT_MUTEXES=y ··· 177 175 # CONFIG_DEFAULT_NOOP is not set 178 176 CONFIG_DEFAULT_IOSCHED="anticipatory" 179 177 CONFIG_CLASSIC_RCU=y 178 + CONFIG_FREEZER=y 179 + CONFIG_PPC_MSI_BITMAP=y 180 180 181 181 # 182 182 # Platform support ··· 241 237 # CONFIG_PREEMPT is not set 242 238 CONFIG_BINFMT_ELF=y 243 239 CONFIG_COMPAT_BINFMT_ELF=y 240 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 241 + # CONFIG_HAVE_AOUT is not set 244 242 CONFIG_BINFMT_MISC=m 245 243 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y 246 244 CONFIG_IOMMU_VMERGE=y ··· 252 246 CONFIG_ARCH_HAS_WALK_MEMORY=y 253 247 CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 254 248 CONFIG_KEXEC=y 255 - # CONFIG_CRASH_DUMP is not set 256 249 # CONFIG_PHYP_DUMP is not set 257 250 CONFIG_IRQ_ALL_CPUS=y 258 251 CONFIG_NUMA=y ··· 267 262 CONFIG_SPARSEMEM=y 268 263 CONFIG_NEED_MULTIPLE_NODES=y 269 264 CONFIG_HAVE_MEMORY_PRESENT=y 270 - # CONFIG_SPARSEMEM_STATIC is not set 271 265 CONFIG_SPARSEMEM_EXTREME=y 272 266 CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y 273 267 CONFIG_SPARSEMEM_VMEMMAP=y ··· 275 271 CONFIG_SPLIT_PTLOCK_CPUS=4 276 272 CONFIG_MIGRATION=y 277 273 CONFIG_RESOURCES_64BIT=y 274 + CONFIG_PHYS_ADDR_T_64BIT=y 278 275 CONFIG_ZONE_DMA_FLAG=1 279 276 CONFIG_BOUNCE=y 277 + CONFIG_UNEVICTABLE_LRU=y 280 278 CONFIG_NODES_SPAN_OTHER_NODES=y 281 279 # CONFIG_PPC_HAS_HASH_64K is not set 282 280 # CONFIG_PPC_64K_PAGES is not set ··· 313 307 CONFIG_HOTPLUG_PCI_RPA=m 314 308 CONFIG_HOTPLUG_PCI_RPA_DLPAR=m 315 309 # CONFIG_HAS_RAPIDIO is not set 310 + # CONFIG_RELOCATABLE is not set 316 311 CONFIG_PAGE_OFFSET=0xc000000000000000 317 312 CONFIG_KERNEL_START=0xc000000000000000 318 313 CONFIG_PHYSICAL_START=0x00000000 ··· 358 351 CONFIG_TCP_CONG_CUBIC=y 359 352 CONFIG_DEFAULT_TCP_CONG="cubic" 360 353 # CONFIG_TCP_MD5SIG is not set 361 - # CONFIG_IP_VS is not set 362 354 # CONFIG_IPV6 is not set 363 355 # CONFIG_NETWORK_SECMARK is not set 364 356 CONFIG_NETFILTER=y ··· 389 383 CONFIG_NF_CT_NETLINK=m 390 384 CONFIG_NETFILTER_XTABLES=m 391 385 CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m 386 + CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 392 387 CONFIG_NETFILTER_XT_TARGET_MARK=m 393 - CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 394 388 CONFIG_NETFILTER_XT_TARGET_NFLOG=m 389 + CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m 395 390 CONFIG_NETFILTER_XT_TARGET_RATEEST=m 396 391 CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 397 392 CONFIG_NETFILTER_XT_MATCH_COMMENT=m ··· 403 396 CONFIG_NETFILTER_XT_MATCH_DCCP=m 404 397 CONFIG_NETFILTER_XT_MATCH_DSCP=m 405 398 CONFIG_NETFILTER_XT_MATCH_ESP=m 399 + CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 406 400 CONFIG_NETFILTER_XT_MATCH_HELPER=m 407 401 CONFIG_NETFILTER_XT_MATCH_IPRANGE=m 408 402 CONFIG_NETFILTER_XT_MATCH_LENGTH=m 409 403 CONFIG_NETFILTER_XT_MATCH_LIMIT=m 410 404 CONFIG_NETFILTER_XT_MATCH_MAC=m 411 405 CONFIG_NETFILTER_XT_MATCH_MARK=m 406 + CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 412 407 CONFIG_NETFILTER_XT_MATCH_OWNER=m 413 408 CONFIG_NETFILTER_XT_MATCH_POLICY=m 414 - CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 415 409 CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m 416 410 CONFIG_NETFILTER_XT_MATCH_QUOTA=m 417 411 CONFIG_NETFILTER_XT_MATCH_RATEEST=m 418 412 CONFIG_NETFILTER_XT_MATCH_REALM=m 413 + CONFIG_NETFILTER_XT_MATCH_RECENT=m 414 + # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set 419 415 CONFIG_NETFILTER_XT_MATCH_SCTP=m 420 416 CONFIG_NETFILTER_XT_MATCH_STATE=m 421 417 CONFIG_NETFILTER_XT_MATCH_STATISTIC=m ··· 426 416 CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 427 417 CONFIG_NETFILTER_XT_MATCH_TIME=m 428 418 CONFIG_NETFILTER_XT_MATCH_U32=m 429 - CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 419 + # CONFIG_IP_VS is not set 430 420 431 421 # 432 422 # IP: Netfilter Configuration 433 423 # 424 + CONFIG_NF_DEFRAG_IPV4=m 434 425 CONFIG_NF_CONNTRACK_IPV4=m 435 426 CONFIG_NF_CONNTRACK_PROC_COMPAT=y 436 427 CONFIG_IP_NF_QUEUE=m 437 428 CONFIG_IP_NF_IPTABLES=m 438 - CONFIG_IP_NF_MATCH_RECENT=m 439 - CONFIG_IP_NF_MATCH_ECN=m 440 - CONFIG_IP_NF_MATCH_AH=m 441 - CONFIG_IP_NF_MATCH_TTL=m 442 429 CONFIG_IP_NF_MATCH_ADDRTYPE=m 430 + CONFIG_IP_NF_MATCH_AH=m 431 + CONFIG_IP_NF_MATCH_ECN=m 432 + CONFIG_IP_NF_MATCH_TTL=m 443 433 CONFIG_IP_NF_FILTER=m 444 434 CONFIG_IP_NF_TARGET_REJECT=m 445 435 CONFIG_IP_NF_TARGET_LOG=m ··· 447 437 CONFIG_NF_NAT=m 448 438 CONFIG_NF_NAT_NEEDED=y 449 439 CONFIG_IP_NF_TARGET_MASQUERADE=m 450 - CONFIG_IP_NF_TARGET_REDIRECT=m 451 440 CONFIG_IP_NF_TARGET_NETMAP=m 441 + CONFIG_IP_NF_TARGET_REDIRECT=m 452 442 CONFIG_NF_NAT_SNMP_BASIC=m 453 443 CONFIG_NF_NAT_PROTO_UDPLITE=m 454 444 CONFIG_NF_NAT_FTP=m ··· 466 456 # CONFIG_TIPC is not set 467 457 # CONFIG_ATM is not set 468 458 # CONFIG_BRIDGE is not set 459 + # CONFIG_NET_DSA is not set 469 460 # CONFIG_VLAN_8021Q is not set 470 461 # CONFIG_DECNET is not set 471 462 CONFIG_LLC=y ··· 490 479 # CONFIG_IRDA is not set 491 480 # CONFIG_BT is not set 492 481 # CONFIG_AF_RXRPC is not set 493 - 494 - # 495 - # Wireless 496 - # 497 - # CONFIG_CFG80211 is not set 498 - # CONFIG_WIRELESS_EXT is not set 499 - # CONFIG_MAC80211 is not set 500 - # CONFIG_IEEE80211 is not set 482 + # CONFIG_PHONET is not set 483 + # CONFIG_WIRELESS is not set 501 484 # CONFIG_RFKILL is not set 502 485 # CONFIG_NET_9P is not set 503 486 ··· 551 546 # CONFIG_HP_ILO is not set 552 547 CONFIG_HAVE_IDE=y 553 548 CONFIG_IDE=y 554 - CONFIG_BLK_DEV_IDE=y 555 549 556 550 # 557 551 # Please see Documentation/ide/ide.txt for help/info on IDE drives 558 552 # 559 553 CONFIG_IDE_TIMINGS=y 560 554 # CONFIG_BLK_DEV_IDE_SATA is not set 561 - CONFIG_BLK_DEV_IDEDISK=y 562 - # CONFIG_IDEDISK_MULTI_MODE is not set 555 + CONFIG_IDE_GD=y 556 + CONFIG_IDE_GD_ATA=y 557 + # CONFIG_IDE_GD_ATAPI is not set 563 558 CONFIG_BLK_DEV_IDECD=y 564 559 CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y 565 560 # CONFIG_BLK_DEV_IDETAPE is not set 566 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 567 561 # CONFIG_BLK_DEV_IDESCSI is not set 568 562 # CONFIG_IDE_TASK_IOCTL is not set 569 563 CONFIG_IDE_PROC_FS=y ··· 700 696 # CONFIG_ATA_SFF is not set 701 697 CONFIG_MD=y 702 698 CONFIG_BLK_DEV_MD=y 699 + CONFIG_MD_AUTODETECT=y 703 700 CONFIG_MD_LINEAR=y 704 701 CONFIG_MD_RAID0=y 705 702 CONFIG_MD_RAID1=y ··· 770 765 # CONFIG_IBM_NEW_EMAC_RGMII is not set 771 766 # CONFIG_IBM_NEW_EMAC_TAH is not set 772 767 # CONFIG_IBM_NEW_EMAC_EMAC4 is not set 768 + # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set 769 + # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set 770 + # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 773 771 CONFIG_NET_PCI=y 774 772 CONFIG_PCNET32=y 775 773 # CONFIG_AMD8111_ETH is not set ··· 794 786 # CONFIG_VIA_RHINE is not set 795 787 # CONFIG_SC92031 is not set 796 788 # CONFIG_NET_POCKET is not set 789 + # CONFIG_ATL2 is not set 797 790 CONFIG_NETDEV_1000=y 798 791 CONFIG_ACENIC=y 799 792 CONFIG_ACENIC_OMIT_TIGON_I=y 800 793 # CONFIG_DL2K is not set 801 794 CONFIG_E1000=y 802 - # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 803 795 # CONFIG_E1000E is not set 804 796 # CONFIG_IP1000 is not set 805 797 # CONFIG_IGB is not set ··· 816 808 # CONFIG_QLA3XXX is not set 817 809 # CONFIG_ATL1 is not set 818 810 # CONFIG_ATL1E is not set 811 + # CONFIG_JME is not set 819 812 CONFIG_NETDEV_10000=y 820 813 # CONFIG_CHELSIO_T1 is not set 821 814 # CONFIG_CHELSIO_T3 is not set 822 815 CONFIG_EHEA=y 816 + # CONFIG_ENIC is not set 823 817 # CONFIG_IXGBE is not set 824 818 CONFIG_IXGB=m 825 819 CONFIG_S2IO=m 826 820 # CONFIG_MYRI10GE is not set 827 821 # CONFIG_NETXEN_NIC is not set 828 822 # CONFIG_NIU is not set 823 + # CONFIG_MLX4_EN is not set 829 824 # CONFIG_MLX4_CORE is not set 830 825 # CONFIG_TEHUTI is not set 831 826 # CONFIG_BNX2X is not set 827 + # CONFIG_QLGE is not set 832 828 # CONFIG_SFC is not set 833 829 CONFIG_TR=y 834 830 CONFIG_IBMOL=y ··· 914 902 CONFIG_MOUSE_PS2_SYNAPTICS=y 915 903 CONFIG_MOUSE_PS2_LIFEBOOK=y 916 904 CONFIG_MOUSE_PS2_TRACKPOINT=y 905 + # CONFIG_MOUSE_PS2_ELANTECH is not set 917 906 # CONFIG_MOUSE_PS2_TOUCHKIT is not set 918 907 # CONFIG_MOUSE_SERIAL is not set 919 908 # CONFIG_MOUSE_APPLETOUCH is not set ··· 930 917 # CONFIG_INPUT_KEYSPAN_REMOTE is not set 931 918 # CONFIG_INPUT_POWERMATE is not set 932 919 # CONFIG_INPUT_YEALINK is not set 920 + # CONFIG_INPUT_CM109 is not set 933 921 # CONFIG_INPUT_UINPUT is not set 934 922 935 923 # ··· 1090 1076 # CONFIG_MFD_SM501 is not set 1091 1077 # CONFIG_HTC_PASIC3 is not set 1092 1078 # CONFIG_MFD_TMIO is not set 1079 + # CONFIG_PMIC_DA903X is not set 1080 + # CONFIG_MFD_WM8400 is not set 1081 + # CONFIG_MFD_WM8350_I2C is not set 1082 + 1083 + # 1084 + # Voltage and Current regulators 1085 + # 1086 + # CONFIG_REGULATOR is not set 1087 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 1088 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 1089 + # CONFIG_REGULATOR_BQ24022 is not set 1093 1090 1094 1091 # 1095 1092 # Multimedia devices ··· 1128 1103 CONFIG_FB=y 1129 1104 CONFIG_FIRMWARE_EDID=y 1130 1105 CONFIG_FB_DDC=y 1106 + # CONFIG_FB_BOOT_VESA_SUPPORT is not set 1131 1107 CONFIG_FB_CFB_FILLRECT=y 1132 1108 CONFIG_FB_CFB_COPYAREA=y 1133 1109 CONFIG_FB_CFB_IMAGEBLIT=y ··· 1172 1146 # CONFIG_FB_S3 is not set 1173 1147 # CONFIG_FB_SAVAGE is not set 1174 1148 # CONFIG_FB_SIS is not set 1149 + # CONFIG_FB_VIA is not set 1175 1150 # CONFIG_FB_NEOMAGIC is not set 1176 1151 # CONFIG_FB_KYRO is not set 1177 1152 # CONFIG_FB_3DFX is not set ··· 1184 1157 # CONFIG_FB_CARMINE is not set 1185 1158 CONFIG_FB_IBM_GXT4500=y 1186 1159 # CONFIG_FB_VIRTUAL is not set 1160 + # CONFIG_FB_METRONOME is not set 1187 1161 CONFIG_BACKLIGHT_LCD_SUPPORT=y 1188 1162 CONFIG_LCD_CLASS_DEVICE=m 1189 1163 # CONFIG_LCD_ILI9320 is not set ··· 1226 1198 # USB Input Devices 1227 1199 # 1228 1200 CONFIG_USB_HID=y 1229 - # CONFIG_USB_HIDINPUT_POWERBOOK is not set 1230 - # CONFIG_HID_FF is not set 1201 + # CONFIG_HID_PID is not set 1231 1202 CONFIG_USB_HIDDEV=y 1203 + 1204 + # 1205 + # Special HID drivers 1206 + # 1207 + CONFIG_HID_COMPAT=y 1208 + CONFIG_HID_A4TECH=y 1209 + CONFIG_HID_APPLE=y 1210 + CONFIG_HID_BELKIN=y 1211 + CONFIG_HID_BRIGHT=y 1212 + CONFIG_HID_CHERRY=y 1213 + CONFIG_HID_CHICONY=y 1214 + CONFIG_HID_CYPRESS=y 1215 + CONFIG_HID_DELL=y 1216 + CONFIG_HID_EZKEY=y 1217 + CONFIG_HID_GYRATION=y 1218 + CONFIG_HID_LOGITECH=y 1219 + # CONFIG_LOGITECH_FF is not set 1220 + # CONFIG_LOGIRUMBLEPAD2_FF is not set 1221 + CONFIG_HID_MICROSOFT=y 1222 + CONFIG_HID_MONTEREY=y 1223 + CONFIG_HID_PANTHERLORD=y 1224 + # CONFIG_PANTHERLORD_FF is not set 1225 + CONFIG_HID_PETALYNX=y 1226 + CONFIG_HID_SAMSUNG=y 1227 + CONFIG_HID_SONY=y 1228 + CONFIG_HID_SUNPLUS=y 1229 + # CONFIG_THRUSTMASTER_FF is not set 1230 + # CONFIG_ZEROPLUS_FF is not set 1232 1231 CONFIG_USB_SUPPORT=y 1233 1232 CONFIG_USB_ARCH_HAS_HCD=y 1234 1233 CONFIG_USB_ARCH_HAS_OHCI=y ··· 1272 1217 # CONFIG_USB_DYNAMIC_MINORS is not set 1273 1218 # CONFIG_USB_OTG is not set 1274 1219 CONFIG_USB_MON=y 1220 + # CONFIG_USB_WUSB is not set 1221 + # CONFIG_USB_WUSB_CBAF is not set 1275 1222 1276 1223 # 1277 1224 # USB Host Controller Drivers ··· 1293 1236 # CONFIG_USB_UHCI_HCD is not set 1294 1237 # CONFIG_USB_SL811_HCD is not set 1295 1238 # CONFIG_USB_R8A66597_HCD is not set 1239 + # CONFIG_USB_WHCI_HCD is not set 1240 + # CONFIG_USB_HWA_HCD is not set 1296 1241 1297 1242 # 1298 1243 # USB Device Class drivers ··· 1302 1243 # CONFIG_USB_ACM is not set 1303 1244 # CONFIG_USB_PRINTER is not set 1304 1245 # CONFIG_USB_WDM is not set 1246 + # CONFIG_USB_TMC is not set 1305 1247 1306 1248 # 1307 1249 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 1324 1264 # CONFIG_USB_STORAGE_ALAUDA is not set 1325 1265 CONFIG_USB_STORAGE_ONETOUCH=y 1326 1266 # CONFIG_USB_STORAGE_KARMA is not set 1327 - # CONFIG_USB_STORAGE_SIERRA is not set 1328 1267 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 1329 1268 # CONFIG_USB_LIBUSUAL is not set 1330 1269 ··· 1345 1286 # CONFIG_USB_EMI62 is not set 1346 1287 # CONFIG_USB_EMI26 is not set 1347 1288 # CONFIG_USB_ADUTUX is not set 1289 + # CONFIG_USB_SEVSEG is not set 1348 1290 # CONFIG_USB_RIO500 is not set 1349 1291 # CONFIG_USB_LEGOTOWER is not set 1350 1292 # CONFIG_USB_LCD is not set ··· 1363 1303 # CONFIG_USB_IOWARRIOR is not set 1364 1304 # CONFIG_USB_TEST is not set 1365 1305 # CONFIG_USB_ISIGHTFW is not set 1306 + # CONFIG_USB_VST is not set 1366 1307 # CONFIG_USB_GADGET is not set 1308 + # CONFIG_UWB is not set 1367 1309 # CONFIG_MMC is not set 1368 1310 # CONFIG_MEMSTICK is not set 1369 1311 # CONFIG_NEW_LEDS is not set ··· 1393 1331 # CONFIG_DMADEVICES is not set 1394 1332 # CONFIG_AUXDISPLAY is not set 1395 1333 # CONFIG_UIO is not set 1334 + # CONFIG_STAGING is not set 1396 1335 1397 1336 # 1398 1337 # File systems ··· 1403 1340 CONFIG_EXT2_FS_POSIX_ACL=y 1404 1341 CONFIG_EXT2_FS_SECURITY=y 1405 1342 CONFIG_EXT2_FS_XIP=y 1406 - CONFIG_FS_XIP=y 1407 1343 CONFIG_EXT3_FS=y 1408 1344 CONFIG_EXT3_FS_XATTR=y 1409 1345 CONFIG_EXT3_FS_POSIX_ACL=y 1410 1346 CONFIG_EXT3_FS_SECURITY=y 1411 - # CONFIG_EXT4DEV_FS is not set 1347 + CONFIG_EXT4_FS=y 1348 + # CONFIG_EXT4DEV_COMPAT is not set 1349 + CONFIG_EXT4_FS_XATTR=y 1350 + CONFIG_EXT4_FS_POSIX_ACL=y 1351 + CONFIG_EXT4_FS_SECURITY=y 1352 + CONFIG_FS_XIP=y 1412 1353 CONFIG_JBD=y 1413 1354 # CONFIG_JBD_DEBUG is not set 1355 + CONFIG_JBD2=y 1356 + # CONFIG_JBD2_DEBUG is not set 1414 1357 CONFIG_FS_MBCACHE=y 1415 1358 CONFIG_REISERFS_FS=y 1416 1359 # CONFIG_REISERFS_CHECK is not set ··· 1430 1361 # CONFIG_JFS_DEBUG is not set 1431 1362 # CONFIG_JFS_STATISTICS is not set 1432 1363 CONFIG_FS_POSIX_ACL=y 1364 + CONFIG_FILE_LOCKING=y 1433 1365 CONFIG_XFS_FS=m 1434 1366 # CONFIG_XFS_QUOTA is not set 1435 1367 CONFIG_XFS_POSIX_ACL=y ··· 1442 1372 CONFIG_OCFS2_FS_STATS=y 1443 1373 CONFIG_OCFS2_DEBUG_MASKLOG=y 1444 1374 # CONFIG_OCFS2_DEBUG_FS is not set 1375 + # CONFIG_OCFS2_COMPAT_JBD is not set 1445 1376 CONFIG_DNOTIFY=y 1446 1377 CONFIG_INOTIFY=y 1447 1378 CONFIG_INOTIFY_USER=y ··· 1476 1405 CONFIG_PROC_FS=y 1477 1406 CONFIG_PROC_KCORE=y 1478 1407 CONFIG_PROC_SYSCTL=y 1408 + CONFIG_PROC_PAGE_MONITOR=y 1479 1409 CONFIG_SYSFS=y 1480 1410 CONFIG_TMPFS=y 1481 1411 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1521 1449 CONFIG_SUNRPC=y 1522 1450 CONFIG_SUNRPC_GSS=y 1523 1451 CONFIG_SUNRPC_XPRT_RDMA=m 1452 + # CONFIG_SUNRPC_REGISTER_V4 is not set 1524 1453 CONFIG_RPCSEC_GSS_KRB5=y 1525 1454 CONFIG_RPCSEC_GSS_SPKM3=m 1526 1455 # CONFIG_SMB_FS is not set ··· 1587 1514 # Library routines 1588 1515 # 1589 1516 CONFIG_BITREVERSE=y 1590 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1591 1517 CONFIG_CRC_CCITT=m 1592 - # CONFIG_CRC16 is not set 1518 + CONFIG_CRC16=y 1593 1519 CONFIG_CRC_T10DIF=y 1594 1520 CONFIG_CRC_ITU_T=m 1595 1521 CONFIG_CRC32=y ··· 1652 1580 CONFIG_FRAME_POINTER=y 1653 1581 # CONFIG_BOOT_PRINTK_DELAY is not set 1654 1582 # CONFIG_RCU_TORTURE_TEST is not set 1583 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1655 1584 # CONFIG_KPROBES_SANITY_TEST is not set 1656 1585 # CONFIG_BACKTRACE_SELF_TEST is not set 1586 + # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1657 1587 # CONFIG_LKDTM is not set 1658 1588 # CONFIG_FAULT_INJECTION is not set 1659 1589 CONFIG_LATENCYTOP=y 1660 1590 CONFIG_SYSCTL_SYSCALL_CHECK=y 1661 - CONFIG_HAVE_FTRACE=y 1662 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1591 + CONFIG_NOP_TRACER=y 1592 + CONFIG_HAVE_FUNCTION_TRACER=y 1663 1593 CONFIG_TRACER_MAX_TRACE=y 1594 + CONFIG_RING_BUFFER=y 1664 1595 CONFIG_TRACING=y 1665 - # CONFIG_FTRACE is not set 1596 + 1597 + # 1598 + # Tracers 1599 + # 1600 + CONFIG_FUNCTION_TRACER=y 1666 1601 CONFIG_IRQSOFF_TRACER=y 1667 1602 CONFIG_SCHED_TRACER=y 1668 1603 CONFIG_CONTEXT_SWITCH_TRACER=y 1604 + # CONFIG_BOOT_TRACER is not set 1605 + CONFIG_STACK_TRACER=y 1669 1606 # CONFIG_FTRACE_STARTUP_TEST is not set 1607 + CONFIG_DYNAMIC_PRINTK_DEBUG=y 1670 1608 # CONFIG_SAMPLES is not set 1671 1609 CONFIG_HAVE_ARCH_KGDB=y 1672 1610 # CONFIG_KGDB is not set ··· 1686 1604 CONFIG_HCALL_STATS=y 1687 1605 # CONFIG_CODE_PATCHING_SELFTEST is not set 1688 1606 # CONFIG_FTR_FIXUP_SELFTEST is not set 1607 + # CONFIG_MSI_BITMAP_SELFTEST is not set 1689 1608 CONFIG_XMON=y 1690 1609 CONFIG_XMON_DEFAULT=y 1691 1610 CONFIG_XMON_DISASSEMBLY=y ··· 1701 1618 # 1702 1619 # CONFIG_KEYS is not set 1703 1620 # CONFIG_SECURITY is not set 1621 + # CONFIG_SECURITYFS is not set 1704 1622 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1705 1623 CONFIG_CRYPTO=y 1706 1624 1707 1625 # 1708 1626 # Crypto core or helper 1709 1627 # 1628 + # CONFIG_CRYPTO_FIPS is not set 1710 1629 CONFIG_CRYPTO_ALGAPI=y 1711 - CONFIG_CRYPTO_AEAD=m 1630 + CONFIG_CRYPTO_AEAD=y 1712 1631 CONFIG_CRYPTO_BLKCIPHER=y 1713 1632 CONFIG_CRYPTO_HASH=y 1633 + CONFIG_CRYPTO_RNG=y 1714 1634 CONFIG_CRYPTO_MANAGER=y 1715 1635 CONFIG_CRYPTO_GF128MUL=m 1716 1636 CONFIG_CRYPTO_NULL=m ··· 1787 1701 # 1788 1702 CONFIG_CRYPTO_DEFLATE=m 1789 1703 CONFIG_CRYPTO_LZO=m 1704 + 1705 + # 1706 + # Random Number Generation 1707 + # 1708 + # CONFIG_CRYPTO_ANSI_CPRNG is not set 1790 1709 # CONFIG_CRYPTO_HW is not set 1791 1710 # CONFIG_PPC_CLOCK is not set 1792 1711 # CONFIG_VIRTUALIZATION is not set
+56 -27
arch/powerpc/configs/storcenter_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.27-rc4 4 - # Thu Aug 21 00:52:16 2008 3 + # Linux kernel version: 2.6.28-rc3 4 + # Sat Nov 8 12:39:48 2008 5 5 # 6 6 # CONFIG_PPC64 is not set 7 7 ··· 22 22 # CONFIG_SMP is not set 23 23 CONFIG_PPC32=y 24 24 CONFIG_WORD_SIZE=32 25 - CONFIG_PPC_MERGE=y 25 + # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 26 26 CONFIG_MMU=y 27 27 CONFIG_GENERIC_CMOS_UPDATE=y 28 28 CONFIG_GENERIC_TIME=y ··· 102 102 CONFIG_TIMERFD=y 103 103 CONFIG_EVENTFD=y 104 104 CONFIG_SHMEM=y 105 + CONFIG_AIO=y 105 106 CONFIG_VM_EVENT_COUNTERS=y 107 + CONFIG_PCI_QUIRKS=y 106 108 CONFIG_SLUB_DEBUG=y 107 109 # CONFIG_SLAB is not set 108 110 CONFIG_SLUB=y ··· 117 115 CONFIG_HAVE_KPROBES=y 118 116 CONFIG_HAVE_KRETPROBES=y 119 117 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 - # CONFIG_HAVE_DMA_ATTRS is not set 121 - # CONFIG_USE_GENERIC_SMP_HELPERS is not set 122 - # CONFIG_HAVE_CLK is not set 123 - CONFIG_PROC_PAGE_MONITOR=y 124 118 # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 125 119 CONFIG_SLABINFO=y 126 120 CONFIG_RT_MUTEXES=y ··· 149 151 # CONFIG_DEFAULT_NOOP is not set 150 152 CONFIG_DEFAULT_IOSCHED="cfq" 151 153 CONFIG_CLASSIC_RCU=y 154 + # CONFIG_FREEZER is not set 152 155 153 156 # 154 157 # Platform support ··· 189 190 # CONFIG_GENERIC_IOMAP is not set 190 191 # CONFIG_CPU_FREQ is not set 191 192 # CONFIG_TAU is not set 193 + # CONFIG_QUICC_ENGINE is not set 192 194 # CONFIG_FSL_ULI1575 is not set 193 195 194 196 # 195 197 # Kernel options 196 198 # 197 199 # CONFIG_HIGHMEM is not set 198 - # CONFIG_TICK_ONESHOT is not set 199 200 # CONFIG_NO_HZ is not set 200 201 # CONFIG_HIGH_RES_TIMERS is not set 201 202 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y ··· 209 210 # CONFIG_PREEMPT_VOLUNTARY is not set 210 211 # CONFIG_PREEMPT is not set 211 212 CONFIG_BINFMT_ELF=y 213 + # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 214 + # CONFIG_HAVE_AOUT is not set 212 215 CONFIG_BINFMT_MISC=y 213 216 # CONFIG_IOMMU_HELPER is not set 214 217 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ··· 225 224 # CONFIG_SPARSEMEM_MANUAL is not set 226 225 CONFIG_FLATMEM=y 227 226 CONFIG_FLAT_NODE_MEM_MAP=y 228 - # CONFIG_SPARSEMEM_STATIC is not set 229 - # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set 230 227 CONFIG_PAGEFLAGS_EXTENDED=y 231 228 CONFIG_SPLIT_PTLOCK_CPUS=4 232 229 CONFIG_MIGRATION=y 233 230 # CONFIG_RESOURCES_64BIT is not set 231 + # CONFIG_PHYS_ADDR_T_64BIT is not set 234 232 CONFIG_ZONE_DMA_FLAG=1 235 233 CONFIG_BOUNCE=y 236 234 CONFIG_VIRT_TO_BUS=y 235 + CONFIG_UNEVICTABLE_LRU=y 237 236 CONFIG_FORCE_MAX_ZONEORDER=11 238 237 CONFIG_PROC_DEVICETREE=y 239 238 CONFIG_CMDLINE_BOOL=y ··· 256 255 # CONFIG_PCIEPORTBUS is not set 257 256 CONFIG_ARCH_SUPPORTS_MSI=y 258 257 # CONFIG_PCI_MSI is not set 259 - CONFIG_PCI_LEGACY=y 258 + # CONFIG_PCI_LEGACY is not set 260 259 # CONFIG_PCCARD is not set 261 260 # CONFIG_HOTPLUG_PCI is not set 262 261 # CONFIG_HAS_RAPIDIO is not set ··· 319 318 # CONFIG_TIPC is not set 320 319 # CONFIG_ATM is not set 321 320 # CONFIG_BRIDGE is not set 321 + # CONFIG_NET_DSA is not set 322 322 # CONFIG_VLAN_8021Q is not set 323 323 # CONFIG_DECNET is not set 324 324 # CONFIG_LLC2 is not set ··· 340 338 # CONFIG_IRDA is not set 341 339 # CONFIG_BT is not set 342 340 # CONFIG_AF_RXRPC is not set 343 - 344 - # 345 - # Wireless 346 - # 341 + # CONFIG_PHONET is not set 342 + CONFIG_WIRELESS=y 347 343 # CONFIG_CFG80211 is not set 344 + CONFIG_WIRELESS_OLD_REGULATORY=y 348 345 # CONFIG_WIRELESS_EXT is not set 349 346 # CONFIG_MAC80211 is not set 350 347 # CONFIG_IEEE80211 is not set ··· 472 471 # CONFIG_HP_ILO is not set 473 472 CONFIG_HAVE_IDE=y 474 473 CONFIG_IDE=y 475 - CONFIG_BLK_DEV_IDE=y 476 474 477 475 # 478 476 # Please see Documentation/ide/ide.txt for help/info on IDE drives 479 477 # 480 478 CONFIG_IDE_TIMINGS=y 481 479 # CONFIG_BLK_DEV_IDE_SATA is not set 482 - CONFIG_BLK_DEV_IDEDISK=y 483 - CONFIG_IDEDISK_MULTI_MODE=y 480 + CONFIG_IDE_GD=y 481 + CONFIG_IDE_GD_ATA=y 482 + # CONFIG_IDE_GD_ATAPI is not set 484 483 # CONFIG_BLK_DEV_IDECD is not set 485 484 # CONFIG_BLK_DEV_IDETAPE is not set 486 - # CONFIG_BLK_DEV_IDEFLOPPY is not set 487 485 # CONFIG_BLK_DEV_IDESCSI is not set 488 486 # CONFIG_IDE_TASK_IOCTL is not set 489 487 CONFIG_IDE_PROC_FS=y ··· 605 605 # CONFIG_ATA is not set 606 606 CONFIG_MD=y 607 607 CONFIG_BLK_DEV_MD=y 608 + CONFIG_MD_AUTODETECT=y 608 609 CONFIG_MD_LINEAR=y 609 610 CONFIG_MD_RAID0=y 610 611 CONFIG_MD_RAID1=y ··· 637 636 # CONFIG_VETH is not set 638 637 # CONFIG_ARCNET is not set 639 638 # CONFIG_NET_ETHERNET is not set 639 + CONFIG_MII=y 640 640 CONFIG_NETDEV_1000=y 641 641 # CONFIG_ACENIC is not set 642 642 # CONFIG_DL2K is not set ··· 660 658 # CONFIG_QLA3XXX is not set 661 659 # CONFIG_ATL1 is not set 662 660 # CONFIG_ATL1E is not set 661 + # CONFIG_JME is not set 663 662 # CONFIG_NETDEV_10000 is not set 664 663 # CONFIG_TR is not set 665 664 ··· 830 827 # CONFIG_MFD_SM501 is not set 831 828 # CONFIG_HTC_PASIC3 is not set 832 829 # CONFIG_MFD_TMIO is not set 830 + # CONFIG_PMIC_DA903X is not set 831 + # CONFIG_MFD_WM8400 is not set 832 + # CONFIG_MFD_WM8350_I2C is not set 833 + 834 + # 835 + # Voltage and Current regulators 836 + # 837 + # CONFIG_REGULATOR is not set 838 + # CONFIG_REGULATOR_FIXED_VOLTAGE is not set 839 + # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set 840 + # CONFIG_REGULATOR_BQ24022 is not set 833 841 834 842 # 835 843 # Multimedia devices ··· 891 877 # CONFIG_USB_OTG_WHITELIST is not set 892 878 # CONFIG_USB_OTG_BLACKLIST_HUB is not set 893 879 # CONFIG_USB_MON is not set 880 + # CONFIG_USB_WUSB is not set 881 + # CONFIG_USB_WUSB_CBAF is not set 894 882 895 883 # 896 884 # USB Host Controller Drivers ··· 913 897 # CONFIG_USB_UHCI_HCD is not set 914 898 # CONFIG_USB_SL811_HCD is not set 915 899 # CONFIG_USB_R8A66597_HCD is not set 900 + # CONFIG_USB_WHCI_HCD is not set 901 + # CONFIG_USB_HWA_HCD is not set 916 902 917 903 # 918 904 # USB Device Class drivers ··· 922 904 # CONFIG_USB_ACM is not set 923 905 # CONFIG_USB_PRINTER is not set 924 906 # CONFIG_USB_WDM is not set 907 + # CONFIG_USB_TMC is not set 925 908 926 909 # 927 910 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' ··· 943 924 # CONFIG_USB_STORAGE_JUMPSHOT is not set 944 925 # CONFIG_USB_STORAGE_ALAUDA is not set 945 926 # CONFIG_USB_STORAGE_KARMA is not set 946 - # CONFIG_USB_STORAGE_SIERRA is not set 947 927 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set 948 928 # CONFIG_USB_LIBUSUAL is not set 949 929 ··· 963 945 # CONFIG_USB_EMI62 is not set 964 946 # CONFIG_USB_EMI26 is not set 965 947 # CONFIG_USB_ADUTUX is not set 948 + # CONFIG_USB_SEVSEG is not set 966 949 # CONFIG_USB_RIO500 is not set 967 950 # CONFIG_USB_LEGOTOWER is not set 968 951 # CONFIG_USB_LCD is not set ··· 981 962 # CONFIG_USB_IOWARRIOR is not set 982 963 # CONFIG_USB_TEST is not set 983 964 # CONFIG_USB_ISIGHTFW is not set 965 + # CONFIG_USB_VST is not set 984 966 # CONFIG_USB_GADGET is not set 967 + # CONFIG_UWB is not set 985 968 # CONFIG_MMC is not set 986 969 # CONFIG_MEMSTICK is not set 987 970 # CONFIG_NEW_LEDS is not set ··· 1029 1008 # Platform RTC drivers 1030 1009 # 1031 1010 # CONFIG_RTC_DRV_CMOS is not set 1011 + # CONFIG_RTC_DRV_DS1286 is not set 1032 1012 # CONFIG_RTC_DRV_DS1511 is not set 1033 1013 # CONFIG_RTC_DRV_DS1553 is not set 1034 1014 # CONFIG_RTC_DRV_DS1742 is not set 1035 1015 # CONFIG_RTC_DRV_STK17TA8 is not set 1036 1016 # CONFIG_RTC_DRV_M48T86 is not set 1017 + # CONFIG_RTC_DRV_M48T35 is not set 1037 1018 # CONFIG_RTC_DRV_M48T59 is not set 1019 + # CONFIG_RTC_DRV_BQ4802 is not set 1038 1020 # CONFIG_RTC_DRV_V3020 is not set 1039 1021 1040 1022 # ··· 1046 1022 # CONFIG_RTC_DRV_PPC is not set 1047 1023 # CONFIG_DMADEVICES is not set 1048 1024 # CONFIG_UIO is not set 1025 + # CONFIG_STAGING is not set 1049 1026 1050 1027 # 1051 1028 # File systems ··· 1058 1033 CONFIG_EXT3_FS_XATTR=y 1059 1034 # CONFIG_EXT3_FS_POSIX_ACL is not set 1060 1035 # CONFIG_EXT3_FS_SECURITY is not set 1061 - # CONFIG_EXT4DEV_FS is not set 1036 + # CONFIG_EXT4_FS is not set 1062 1037 CONFIG_JBD=y 1063 1038 CONFIG_FS_MBCACHE=y 1064 1039 # CONFIG_REISERFS_FS is not set 1065 1040 # CONFIG_JFS_FS is not set 1066 1041 # CONFIG_FS_POSIX_ACL is not set 1042 + CONFIG_FILE_LOCKING=y 1067 1043 CONFIG_XFS_FS=m 1068 1044 # CONFIG_XFS_QUOTA is not set 1069 1045 # CONFIG_XFS_POSIX_ACL is not set ··· 1098 1072 CONFIG_PROC_FS=y 1099 1073 CONFIG_PROC_KCORE=y 1100 1074 CONFIG_PROC_SYSCTL=y 1075 + CONFIG_PROC_PAGE_MONITOR=y 1101 1076 CONFIG_SYSFS=y 1102 1077 CONFIG_TMPFS=y 1103 1078 # CONFIG_TMPFS_POSIX_ACL is not set ··· 1204 1177 # Library routines 1205 1178 # 1206 1179 CONFIG_BITREVERSE=y 1207 - # CONFIG_GENERIC_FIND_FIRST_BIT is not set 1208 1180 # CONFIG_CRC_CCITT is not set 1209 1181 # CONFIG_CRC16 is not set 1210 1182 CONFIG_CRC_T10DIF=y ··· 1235 1209 # CONFIG_SLUB_STATS is not set 1236 1210 # CONFIG_DEBUG_BUGVERBOSE is not set 1237 1211 # CONFIG_DEBUG_MEMORY_INIT is not set 1212 + # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1238 1213 # CONFIG_LATENCYTOP is not set 1239 1214 CONFIG_SYSCTL_SYSCALL_CHECK=y 1240 - CONFIG_HAVE_FTRACE=y 1241 - CONFIG_HAVE_DYNAMIC_FTRACE=y 1242 - # CONFIG_FTRACE is not set 1243 - # CONFIG_SCHED_TRACER is not set 1244 - # CONFIG_CONTEXT_SWITCH_TRACER is not set 1215 + CONFIG_HAVE_FUNCTION_TRACER=y 1216 + 1217 + # 1218 + # Tracers 1219 + # 1220 + # CONFIG_DYNAMIC_PRINTK_DEBUG is not set 1245 1221 # CONFIG_SAMPLES is not set 1246 1222 CONFIG_HAVE_ARCH_KGDB=y 1247 1223 # CONFIG_IRQSTACKS is not set ··· 1255 1227 # 1256 1228 # CONFIG_KEYS is not set 1257 1229 # CONFIG_SECURITY is not set 1230 + # CONFIG_SECURITYFS is not set 1258 1231 # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1259 1232 CONFIG_XOR_BLOCKS=y 1260 1233 CONFIG_ASYNC_CORE=y
+3 -6
arch/powerpc/include/asm/immap_cpm2.h
··· 554 554 u8 usb_usadr; 555 555 u8 usb_uscom; 556 556 u8 res1[1]; 557 - u16 usb_usep1; 558 - u16 usb_usep2; 559 - u16 usb_usep3; 560 - u16 usb_usep4; 557 + __be16 usb_usep[4]; 561 558 u8 res2[4]; 562 - u16 usb_usber; 559 + __be16 usb_usber; 563 560 u8 res3[2]; 564 - u16 usb_usbmr; 561 + __be16 usb_usbmr; 565 562 u8 usb_usbs; 566 563 u8 res4[7]; 567 564 } usb_cpm2_t;
+1 -4
arch/powerpc/include/asm/immap_qe.h
··· 215 215 u8 usb_usadr; 216 216 u8 usb_uscom; 217 217 u8 res1[1]; 218 - __be16 usb_usep1; 219 - __be16 usb_usep2; 220 - __be16 usb_usep3; 221 - __be16 usb_usep4; 218 + __be16 usb_usep[4]; 222 219 u8 res2[4]; 223 220 __be16 usb_usber; 224 221 u8 res3[2];
+4
arch/powerpc/kernel/misc_32.S
··· 470 470 mfspr r3,SPRN_MMUCSR0 471 471 andi. r3,r3,MMUCSR0_TLBFI@l 472 472 bne 1b 473 + msync 474 + isync 473 475 blr 474 476 475 477 /* ··· 488 486 rlwinm r4,r4,0,1,31 489 487 mtspr SPRN_MAS1,r4 490 488 tlbwe 489 + msync 490 + isync 491 491 blr 492 492 #endif /* CONFIG_FSL_BOOKE */ 493 493
+15 -3
arch/powerpc/kernel/signal_32.c
··· 941 941 #ifdef CONFIG_PPC64 942 942 unsigned long new_msr = 0; 943 943 944 - if (new_ctx && 945 - get_user(new_msr, &new_ctx->uc_mcontext.mc_gregs[PT_MSR])) 946 - return -EFAULT; 944 + if (new_ctx) { 945 + struct mcontext __user *mcp; 946 + u32 cmcp; 947 + 948 + /* 949 + * Get pointer to the real mcontext. No need for 950 + * access_ok since we are dealing with compat 951 + * pointers. 952 + */ 953 + if (__get_user(cmcp, &new_ctx->uc_regs)) 954 + return -EFAULT; 955 + mcp = (struct mcontext __user *)(u64)cmcp; 956 + if (__get_user(new_msr, &mcp->mc_gregs[PT_MSR])) 957 + return -EFAULT; 958 + } 947 959 /* 948 960 * Check that the context is not smaller than the original 949 961 * size (with VMX but without VSX)
+4 -1
drivers/watchdog/booke_wdt.c
··· 42 42 43 43 #ifdef CONFIG_FSL_BOOKE 44 44 #define WDTP(x) ((((63-x)&0x3)<<30)|(((63-x)&0x3c)<<15)) 45 + #define WDTP_MASK (WDTP(0)) 45 46 #else 46 47 #define WDTP(x) (TCR_WP(x)) 48 + #define WDTP_MASK (TCR_WP_MASK) 47 49 #endif 48 50 49 51 static DEFINE_SPINLOCK(booke_wdt_lock); ··· 67 65 /* clear status before enabling watchdog */ 68 66 __booke_wdt_ping(NULL); 69 67 val = mfspr(SPRN_TCR); 68 + val &= ~WDTP_MASK; 70 69 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(booke_wdt_period)); 71 70 72 71 mtspr(SPRN_TCR, val); ··· 117 114 case WDIOC_SETTIMEOUT: 118 115 if (get_user(booke_wdt_period, p)) 119 116 return -EFAULT; 120 - mtspr(SPRN_TCR, (mfspr(SPRN_TCR) & ~WDTP(0)) | 117 + mtspr(SPRN_TCR, (mfspr(SPRN_TCR) & ~WDTP_MASK) | 121 118 WDTP(booke_wdt_period)); 122 119 return 0; 123 120 case WDIOC_GETTIMEOUT: