diff options
Diffstat (limited to 'arch/powerpc')
39 files changed, 2679 insertions, 1084 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 63c9cafda9c4..587da5e0990f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -42,9 +42,6 @@ config GENERIC_HARDIRQS | |||
| 42 | bool | 42 | bool |
| 43 | default y | 43 | default y |
| 44 | 44 | ||
| 45 | config HAVE_GET_USER_PAGES_FAST | ||
| 46 | def_bool PPC64 | ||
| 47 | |||
| 48 | config HAVE_SETUP_PER_CPU_AREA | 45 | config HAVE_SETUP_PER_CPU_AREA |
| 49 | def_bool PPC64 | 46 | def_bool PPC64 |
| 50 | 47 | ||
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts index 340018cf16b7..f4e4ba69eef7 100644 --- a/arch/powerpc/boot/dts/warp.dts +++ b/arch/powerpc/boot/dts/warp.dts | |||
| @@ -139,6 +139,11 @@ | |||
| 139 | interrupt-parent = <&UIC0>; | 139 | interrupt-parent = <&UIC0>; |
| 140 | }; | 140 | }; |
| 141 | 141 | ||
| 142 | fpga@2,2000 { | ||
| 143 | compatible = "pika,fpga-sgl"; | ||
| 144 | reg = <0x00000002 0x00002000 0x00000200>; | ||
| 145 | }; | ||
| 146 | |||
| 142 | fpga@2,4000 { | 147 | fpga@2,4000 { |
| 143 | compatible = "pika,fpga-sd"; | 148 | compatible = "pika,fpga-sd"; |
| 144 | reg = <0x00000002 0x00004000 0x00000A00>; | 149 | reg = <0x00000002 0x00004000 0x00000A00>; |
| @@ -152,7 +157,7 @@ | |||
| 152 | #size-cells = <1>; | 157 | #size-cells = <1>; |
| 153 | partition@300000 { | 158 | partition@300000 { |
| 154 | label = "fpga"; | 159 | label = "fpga"; |
| 155 | reg = <0x0030000 0x00040000>; | 160 | reg = <0x0300000 0x00040000>; |
| 156 | }; | 161 | }; |
| 157 | partition@340000 { | 162 | partition@340000 { |
| 158 | label = "env"; | 163 | label = "env"; |
| @@ -181,7 +186,6 @@ | |||
| 181 | reg = <0xef600700 0x00000014>; | 186 | reg = <0xef600700 0x00000014>; |
| 182 | interrupt-parent = <&UIC0>; | 187 | interrupt-parent = <&UIC0>; |
| 183 | interrupts = <0x2 0x4>; | 188 | interrupts = <0x2 0x4>; |
| 184 | index = <0x0>; | ||
| 185 | #address-cells = <1>; | 189 | #address-cells = <1>; |
| 186 | #size-cells = <0>; | 190 | #size-cells = <0>; |
| 187 | 191 | ||
| @@ -191,6 +195,12 @@ | |||
| 191 | interrupts = <0x19 0x8>; | 195 | interrupts = <0x19 0x8>; |
| 192 | interrupt-parent = <&UIC0>; | 196 | interrupt-parent = <&UIC0>; |
| 193 | }; | 197 | }; |
| 198 | |||
| 199 | /* This will create 52 and 53 */ | ||
| 200 | at24@52 { | ||
| 201 | compatible = "at,24c04"; | ||
| 202 | reg = <0x52>; | ||
| 203 | }; | ||
| 194 | }; | 204 | }; |
| 195 | 205 | ||
| 196 | GPIO0: gpio@ef600b00 { | 206 | GPIO0: gpio@ef600b00 { |
| @@ -209,7 +219,13 @@ | |||
| 209 | led@31 { | 219 | led@31 { |
| 210 | compatible = "linux,gpio-led"; | 220 | compatible = "linux,gpio-led"; |
| 211 | linux,name = ":green:"; | 221 | linux,name = ":green:"; |
| 212 | gpios = <&GPIO1 0x30 0>; | 222 | gpios = <&GPIO1 31 0>; |
| 223 | }; | ||
| 224 | |||
| 225 | led@30 { | ||
| 226 | compatible = "linux,gpio-led"; | ||
| 227 | linux,name = ":red:"; | ||
| 228 | gpios = <&GPIO1 30 0>; | ||
| 213 | }; | 229 | }; |
| 214 | }; | 230 | }; |
| 215 | 231 | ||
diff --git a/arch/powerpc/configs/40x/ep405_defconfig b/arch/powerpc/configs/40x/ep405_defconfig index e24240a9a047..2113ae2ab401 100644 --- a/arch/powerpc/configs/40x/ep405_defconfig +++ b/arch/powerpc/configs/40x/ep405_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:50:09 2008 | 4 | # Tue Aug 5 19:34:03 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
| 26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
| 29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
| 32 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -75,6 +79,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
| 76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
| 77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
| 82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
| 79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
| 80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
| @@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
| 88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | ||
| 121 | 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 | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
| 125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 128 | 144 | ||
| 129 | # | 145 | # |
| 130 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
| 139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
| 140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
| 142 | # CONFIG_PREEMPT_RCU is not set | ||
| 143 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 158 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 144 | 159 | ||
| 145 | # | 160 | # |
| 146 | # Platform support | 161 | # Platform support |
| 147 | # | 162 | # |
| 148 | # CONFIG_PPC_MPC512x is not set | ||
| 149 | # CONFIG_PPC_MPC5121 is not set | ||
| 150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| @@ -188,7 +201,6 @@ CONFIG_HZ=250 | |||
| 188 | CONFIG_PREEMPT_NONE=y | 201 | CONFIG_PREEMPT_NONE=y |
| 189 | # CONFIG_PREEMPT_VOLUNTARY is not set | 202 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 190 | # CONFIG_PREEMPT is not set | 203 | # CONFIG_PREEMPT is not set |
| 191 | CONFIG_RCU_TRACE=y | ||
| 192 | CONFIG_BINFMT_ELF=y | 204 | CONFIG_BINFMT_ELF=y |
| 193 | # CONFIG_BINFMT_MISC is not set | 205 | # CONFIG_BINFMT_MISC is not set |
| 194 | # CONFIG_MATH_EMULATION is not set | 206 | # CONFIG_MATH_EMULATION is not set |
| @@ -206,13 +218,17 @@ CONFIG_FLATMEM=y | |||
| 206 | CONFIG_FLAT_NODE_MEM_MAP=y | 218 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 207 | # CONFIG_SPARSEMEM_STATIC is not set | 219 | # CONFIG_SPARSEMEM_STATIC is not set |
| 208 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 220 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 221 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 209 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 222 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 223 | CONFIG_MIGRATION=y | ||
| 210 | # CONFIG_RESOURCES_64BIT is not set | 224 | # CONFIG_RESOURCES_64BIT is not set |
| 211 | CONFIG_ZONE_DMA_FLAG=1 | 225 | CONFIG_ZONE_DMA_FLAG=1 |
| 212 | CONFIG_BOUNCE=y | 226 | CONFIG_BOUNCE=y |
| 213 | CONFIG_VIRT_TO_BUS=y | 227 | CONFIG_VIRT_TO_BUS=y |
| 228 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 214 | CONFIG_PROC_DEVICETREE=y | 229 | CONFIG_PROC_DEVICETREE=y |
| 215 | # CONFIG_CMDLINE_BOOL is not set | 230 | # CONFIG_CMDLINE_BOOL is not set |
| 231 | CONFIG_EXTRA_TARGETS="" | ||
| 216 | # CONFIG_PM is not set | 232 | # CONFIG_PM is not set |
| 217 | CONFIG_SECCOMP=y | 233 | CONFIG_SECCOMP=y |
| 218 | CONFIG_ISA_DMA_API=y | 234 | CONFIG_ISA_DMA_API=y |
| @@ -222,6 +238,8 @@ CONFIG_ISA_DMA_API=y | |||
| 222 | # | 238 | # |
| 223 | CONFIG_ZONE_DMA=y | 239 | CONFIG_ZONE_DMA=y |
| 224 | CONFIG_PPC_INDIRECT_PCI=y | 240 | CONFIG_PPC_INDIRECT_PCI=y |
| 241 | CONFIG_4xx_SOC=y | ||
| 242 | CONFIG_PPC_PCI_CHOICE=y | ||
| 225 | CONFIG_PCI=y | 243 | CONFIG_PCI=y |
| 226 | CONFIG_PCI_DOMAINS=y | 244 | CONFIG_PCI_DOMAINS=y |
| 227 | CONFIG_PCI_SYSCALL=y | 245 | CONFIG_PCI_SYSCALL=y |
| @@ -232,6 +250,7 @@ CONFIG_PCI_LEGACY=y | |||
| 232 | # CONFIG_PCI_DEBUG is not set | 250 | # CONFIG_PCI_DEBUG is not set |
| 233 | # CONFIG_PCCARD is not set | 251 | # CONFIG_PCCARD is not set |
| 234 | # CONFIG_HOTPLUG_PCI is not set | 252 | # CONFIG_HOTPLUG_PCI is not set |
| 253 | # CONFIG_HAS_RAPIDIO is not set | ||
| 235 | 254 | ||
| 236 | # | 255 | # |
| 237 | # Advanced setup | 256 | # Advanced setup |
| @@ -241,17 +260,13 @@ CONFIG_PCI_LEGACY=y | |||
| 241 | # | 260 | # |
| 242 | # Default settings for advanced configuration options are used | 261 | # Default settings for advanced configuration options are used |
| 243 | # | 262 | # |
| 244 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 245 | CONFIG_LOWMEM_SIZE=0x30000000 | 263 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 264 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 246 | CONFIG_KERNEL_START=0xc0000000 | 265 | CONFIG_KERNEL_START=0xc0000000 |
| 266 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 247 | CONFIG_TASK_SIZE=0xc0000000 | 267 | CONFIG_TASK_SIZE=0xc0000000 |
| 248 | CONFIG_CONSISTENT_START=0xff100000 | 268 | CONFIG_CONSISTENT_START=0xff100000 |
| 249 | CONFIG_CONSISTENT_SIZE=0x00200000 | 269 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 250 | CONFIG_BOOT_LOAD=0x00400000 | ||
| 251 | |||
| 252 | # | ||
| 253 | # Networking | ||
| 254 | # | ||
| 255 | CONFIG_NET=y | 270 | CONFIG_NET=y |
| 256 | 271 | ||
| 257 | # | 272 | # |
| @@ -289,8 +304,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 289 | CONFIG_DEFAULT_TCP_CONG="cubic" | 304 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 290 | # CONFIG_TCP_MD5SIG is not set | 305 | # CONFIG_TCP_MD5SIG is not set |
| 291 | # CONFIG_IPV6 is not set | 306 | # CONFIG_IPV6 is not set |
| 292 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 293 | # CONFIG_INET6_TUNNEL is not set | ||
| 294 | # CONFIG_NETWORK_SECMARK is not set | 307 | # CONFIG_NETWORK_SECMARK is not set |
| 295 | # CONFIG_NETFILTER is not set | 308 | # CONFIG_NETFILTER is not set |
| 296 | # CONFIG_IP_DCCP is not set | 309 | # CONFIG_IP_DCCP is not set |
| @@ -340,6 +353,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 340 | CONFIG_STANDALONE=y | 353 | CONFIG_STANDALONE=y |
| 341 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 354 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 342 | CONFIG_FW_LOADER=y | 355 | CONFIG_FW_LOADER=y |
| 356 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 357 | CONFIG_EXTRA_FIRMWARE="" | ||
| 343 | # CONFIG_DEBUG_DRIVER is not set | 358 | # CONFIG_DEBUG_DRIVER is not set |
| 344 | # CONFIG_DEBUG_DEVRES is not set | 359 | # CONFIG_DEBUG_DEVRES is not set |
| 345 | # CONFIG_SYS_HYPERVISOR is not set | 360 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -352,6 +367,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 352 | # CONFIG_MTD_REDBOOT_PARTS is not set | 367 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 353 | CONFIG_MTD_CMDLINE_PARTS=y | 368 | CONFIG_MTD_CMDLINE_PARTS=y |
| 354 | CONFIG_MTD_OF_PARTS=y | 369 | CONFIG_MTD_OF_PARTS=y |
| 370 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 355 | 371 | ||
| 356 | # | 372 | # |
| 357 | # User Modules And Translation Layers | 373 | # User Modules And Translation Layers |
| @@ -443,12 +459,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 443 | # CONFIG_CDROM_PKTCDVD is not set | 459 | # CONFIG_CDROM_PKTCDVD is not set |
| 444 | # CONFIG_ATA_OVER_ETH is not set | 460 | # CONFIG_ATA_OVER_ETH is not set |
| 445 | # CONFIG_XILINX_SYSACE is not set | 461 | # CONFIG_XILINX_SYSACE is not set |
| 462 | # CONFIG_BLK_DEV_HD is not set | ||
| 446 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
| 447 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
| 448 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
| 449 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
| 450 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
| 451 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HP_ILO is not set | ||
| 452 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
| 453 | # CONFIG_IDE is not set | 471 | # CONFIG_IDE is not set |
| 454 | 472 | ||
| @@ -466,12 +484,15 @@ CONFIG_HAVE_IDE=y | |||
| 466 | # | 484 | # |
| 467 | # IEEE 1394 (FireWire) support | 485 | # IEEE 1394 (FireWire) support |
| 468 | # | 486 | # |
| 487 | |||
| 488 | # | ||
| 489 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 490 | # | ||
| 469 | # CONFIG_FIREWIRE is not set | 491 | # CONFIG_FIREWIRE is not set |
| 470 | # CONFIG_IEEE1394 is not set | 492 | # CONFIG_IEEE1394 is not set |
| 471 | # CONFIG_I2O is not set | 493 | # CONFIG_I2O is not set |
| 472 | # CONFIG_MACINTOSH_DRIVERS is not set | 494 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 473 | CONFIG_NETDEVICES=y | 495 | CONFIG_NETDEVICES=y |
| 474 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 475 | # CONFIG_DUMMY is not set | 496 | # CONFIG_DUMMY is not set |
| 476 | # CONFIG_BONDING is not set | 497 | # CONFIG_BONDING is not set |
| 477 | # CONFIG_MACVLAN is not set | 498 | # CONFIG_MACVLAN is not set |
| @@ -506,7 +527,6 @@ CONFIG_NETDEV_1000=y | |||
| 506 | # CONFIG_DL2K is not set | 527 | # CONFIG_DL2K is not set |
| 507 | # CONFIG_E1000 is not set | 528 | # CONFIG_E1000 is not set |
| 508 | # CONFIG_E1000E is not set | 529 | # CONFIG_E1000E is not set |
| 509 | # CONFIG_E1000E_ENABLED is not set | ||
| 510 | # CONFIG_IP1000 is not set | 530 | # CONFIG_IP1000 is not set |
| 511 | # CONFIG_IGB is not set | 531 | # CONFIG_IGB is not set |
| 512 | # CONFIG_NS83820 is not set | 532 | # CONFIG_NS83820 is not set |
| @@ -516,12 +536,12 @@ CONFIG_NETDEV_1000=y | |||
| 516 | # CONFIG_SIS190 is not set | 536 | # CONFIG_SIS190 is not set |
| 517 | # CONFIG_SKGE is not set | 537 | # CONFIG_SKGE is not set |
| 518 | # CONFIG_SKY2 is not set | 538 | # CONFIG_SKY2 is not set |
| 519 | # CONFIG_SK98LIN is not set | ||
| 520 | # CONFIG_VIA_VELOCITY is not set | 539 | # CONFIG_VIA_VELOCITY is not set |
| 521 | # CONFIG_TIGON3 is not set | 540 | # CONFIG_TIGON3 is not set |
| 522 | # CONFIG_BNX2 is not set | 541 | # CONFIG_BNX2 is not set |
| 523 | # CONFIG_QLA3XXX is not set | 542 | # CONFIG_QLA3XXX is not set |
| 524 | # CONFIG_ATL1 is not set | 543 | # CONFIG_ATL1 is not set |
| 544 | # CONFIG_ATL1E is not set | ||
| 525 | CONFIG_NETDEV_10000=y | 545 | CONFIG_NETDEV_10000=y |
| 526 | # CONFIG_CHELSIO_T1 is not set | 546 | # CONFIG_CHELSIO_T1 is not set |
| 527 | # CONFIG_CHELSIO_T3 is not set | 547 | # CONFIG_CHELSIO_T3 is not set |
| @@ -534,6 +554,7 @@ CONFIG_NETDEV_10000=y | |||
| 534 | # CONFIG_MLX4_CORE is not set | 554 | # CONFIG_MLX4_CORE is not set |
| 535 | # CONFIG_TEHUTI is not set | 555 | # CONFIG_TEHUTI is not set |
| 536 | # CONFIG_BNX2X is not set | 556 | # CONFIG_BNX2X is not set |
| 557 | # CONFIG_SFC is not set | ||
| 537 | # CONFIG_TR is not set | 558 | # CONFIG_TR is not set |
| 538 | 559 | ||
| 539 | # | 560 | # |
| @@ -541,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
| 541 | # | 562 | # |
| 542 | # CONFIG_WLAN_PRE80211 is not set | 563 | # CONFIG_WLAN_PRE80211 is not set |
| 543 | # CONFIG_WLAN_80211 is not set | 564 | # CONFIG_WLAN_80211 is not set |
| 565 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 544 | 566 | ||
| 545 | # | 567 | # |
| 546 | # USB Network Adapters | 568 | # USB Network Adapters |
| @@ -576,6 +598,7 @@ CONFIG_NETDEV_10000=y | |||
| 576 | # Character devices | 598 | # Character devices |
| 577 | # | 599 | # |
| 578 | # CONFIG_VT is not set | 600 | # CONFIG_VT is not set |
| 601 | CONFIG_DEVKMEM=y | ||
| 579 | # CONFIG_SERIAL_NONSTANDARD is not set | 602 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 580 | # CONFIG_NOZOMI is not set | 603 | # CONFIG_NOZOMI is not set |
| 581 | 604 | ||
| @@ -614,12 +637,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 614 | # CONFIG_TCG_TPM is not set | 637 | # CONFIG_TCG_TPM is not set |
| 615 | CONFIG_DEVPORT=y | 638 | CONFIG_DEVPORT=y |
| 616 | # CONFIG_I2C is not set | 639 | # CONFIG_I2C is not set |
| 617 | |||
| 618 | # | ||
| 619 | # SPI support | ||
| 620 | # | ||
| 621 | # CONFIG_SPI is not set | 640 | # CONFIG_SPI is not set |
| 622 | # CONFIG_SPI_MASTER is not set | 641 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 642 | # CONFIG_GPIOLIB is not set | ||
| 623 | # CONFIG_W1 is not set | 643 | # CONFIG_W1 is not set |
| 624 | # CONFIG_POWER_SUPPLY is not set | 644 | # CONFIG_POWER_SUPPLY is not set |
| 625 | # CONFIG_HWMON is not set | 645 | # CONFIG_HWMON is not set |
| @@ -635,13 +655,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 635 | # | 655 | # |
| 636 | # Multifunction device drivers | 656 | # Multifunction device drivers |
| 637 | # | 657 | # |
| 658 | # CONFIG_MFD_CORE is not set | ||
| 638 | # CONFIG_MFD_SM501 is not set | 659 | # CONFIG_MFD_SM501 is not set |
| 660 | # CONFIG_HTC_PASIC3 is not set | ||
| 639 | 661 | ||
| 640 | # | 662 | # |
| 641 | # Multimedia devices | 663 | # Multimedia devices |
| 642 | # | 664 | # |
| 665 | |||
| 666 | # | ||
| 667 | # Multimedia core support | ||
| 668 | # | ||
| 643 | # CONFIG_VIDEO_DEV is not set | 669 | # CONFIG_VIDEO_DEV is not set |
| 644 | # CONFIG_DVB_CORE is not set | 670 | # CONFIG_DVB_CORE is not set |
| 671 | # CONFIG_VIDEO_MEDIA is not set | ||
| 672 | |||
| 673 | # | ||
| 674 | # Multimedia drivers | ||
| 675 | # | ||
| 645 | # CONFIG_DAB is not set | 676 | # CONFIG_DAB is not set |
| 646 | 677 | ||
| 647 | # | 678 | # |
| @@ -658,10 +689,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 658 | # Display device support | 689 | # Display device support |
| 659 | # | 690 | # |
| 660 | # CONFIG_DISPLAY_SUPPORT is not set | 691 | # CONFIG_DISPLAY_SUPPORT is not set |
| 661 | |||
| 662 | # | ||
| 663 | # Sound | ||
| 664 | # | ||
| 665 | # CONFIG_SOUND is not set | 692 | # CONFIG_SOUND is not set |
| 666 | CONFIG_USB_SUPPORT=y | 693 | CONFIG_USB_SUPPORT=y |
| 667 | CONFIG_USB_ARCH_HAS_HCD=y | 694 | CONFIG_USB_ARCH_HAS_HCD=y |
| @@ -678,12 +705,16 @@ CONFIG_USB_DEVICEFS=y | |||
| 678 | CONFIG_USB_DEVICE_CLASS=y | 705 | CONFIG_USB_DEVICE_CLASS=y |
| 679 | # CONFIG_USB_DYNAMIC_MINORS is not set | 706 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 680 | # CONFIG_USB_OTG is not set | 707 | # CONFIG_USB_OTG is not set |
| 708 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 709 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 681 | 710 | ||
| 682 | # | 711 | # |
| 683 | # USB Host Controller Drivers | 712 | # USB Host Controller Drivers |
| 684 | # | 713 | # |
| 714 | # CONFIG_USB_C67X00_HCD is not set | ||
| 685 | # CONFIG_USB_EHCI_HCD is not set | 715 | # CONFIG_USB_EHCI_HCD is not set |
| 686 | # CONFIG_USB_ISP116X_HCD is not set | 716 | # CONFIG_USB_ISP116X_HCD is not set |
| 717 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 687 | CONFIG_USB_OHCI_HCD=y | 718 | CONFIG_USB_OHCI_HCD=y |
| 688 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 719 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
| 689 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 720 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
| @@ -701,6 +732,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 701 | # | 732 | # |
| 702 | # CONFIG_USB_ACM is not set | 733 | # CONFIG_USB_ACM is not set |
| 703 | # CONFIG_USB_PRINTER is not set | 734 | # CONFIG_USB_PRINTER is not set |
| 735 | # CONFIG_USB_WDM is not set | ||
| 704 | 736 | ||
| 705 | # | 737 | # |
| 706 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 738 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -744,17 +776,16 @@ CONFIG_USB_MON=y | |||
| 744 | # CONFIG_USB_TRANCEVIBRATOR is not set | 776 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 745 | # CONFIG_USB_IOWARRIOR is not set | 777 | # CONFIG_USB_IOWARRIOR is not set |
| 746 | # CONFIG_USB_TEST is not set | 778 | # CONFIG_USB_TEST is not set |
| 779 | # CONFIG_USB_ISIGHTFW is not set | ||
| 747 | # CONFIG_USB_GADGET is not set | 780 | # CONFIG_USB_GADGET is not set |
| 748 | # CONFIG_MMC is not set | 781 | # CONFIG_MMC is not set |
| 749 | # CONFIG_MEMSTICK is not set | 782 | # CONFIG_MEMSTICK is not set |
| 750 | # CONFIG_NEW_LEDS is not set | 783 | # CONFIG_NEW_LEDS is not set |
| 784 | # CONFIG_ACCESSIBILITY is not set | ||
| 751 | # CONFIG_INFINIBAND is not set | 785 | # CONFIG_INFINIBAND is not set |
| 752 | # CONFIG_EDAC is not set | 786 | # CONFIG_EDAC is not set |
| 753 | # CONFIG_RTC_CLASS is not set | 787 | # CONFIG_RTC_CLASS is not set |
| 754 | 788 | # CONFIG_DMADEVICES is not set | |
| 755 | # | ||
| 756 | # Userspace I/O | ||
| 757 | # | ||
| 758 | # CONFIG_UIO is not set | 789 | # CONFIG_UIO is not set |
| 759 | 790 | ||
| 760 | # | 791 | # |
| @@ -769,7 +800,6 @@ CONFIG_EXT2_FS=y | |||
| 769 | # CONFIG_JFS_FS is not set | 800 | # CONFIG_JFS_FS is not set |
| 770 | # CONFIG_FS_POSIX_ACL is not set | 801 | # CONFIG_FS_POSIX_ACL is not set |
| 771 | # CONFIG_XFS_FS is not set | 802 | # CONFIG_XFS_FS is not set |
| 772 | # CONFIG_GFS2_FS is not set | ||
| 773 | # CONFIG_OCFS2_FS is not set | 803 | # CONFIG_OCFS2_FS is not set |
| 774 | CONFIG_DNOTIFY=y | 804 | CONFIG_DNOTIFY=y |
| 775 | CONFIG_INOTIFY=y | 805 | CONFIG_INOTIFY=y |
| @@ -818,6 +848,7 @@ CONFIG_TMPFS=y | |||
| 818 | CONFIG_CRAMFS=y | 848 | CONFIG_CRAMFS=y |
| 819 | # CONFIG_VXFS_FS is not set | 849 | # CONFIG_VXFS_FS is not set |
| 820 | # CONFIG_MINIX_FS is not set | 850 | # CONFIG_MINIX_FS is not set |
| 851 | # CONFIG_OMFS_FS is not set | ||
| 821 | # CONFIG_HPFS_FS is not set | 852 | # CONFIG_HPFS_FS is not set |
| 822 | # CONFIG_QNX4FS_FS is not set | 853 | # CONFIG_QNX4FS_FS is not set |
| 823 | # CONFIG_ROMFS_FS is not set | 854 | # CONFIG_ROMFS_FS is not set |
| @@ -828,14 +859,12 @@ CONFIG_NFS_FS=y | |||
| 828 | CONFIG_NFS_V3=y | 859 | CONFIG_NFS_V3=y |
| 829 | # CONFIG_NFS_V3_ACL is not set | 860 | # CONFIG_NFS_V3_ACL is not set |
| 830 | # CONFIG_NFS_V4 is not set | 861 | # CONFIG_NFS_V4 is not set |
| 831 | # CONFIG_NFS_DIRECTIO is not set | ||
| 832 | # CONFIG_NFSD is not set | ||
| 833 | CONFIG_ROOT_NFS=y | 862 | CONFIG_ROOT_NFS=y |
| 863 | # CONFIG_NFSD is not set | ||
| 834 | CONFIG_LOCKD=y | 864 | CONFIG_LOCKD=y |
| 835 | CONFIG_LOCKD_V4=y | 865 | CONFIG_LOCKD_V4=y |
| 836 | CONFIG_NFS_COMMON=y | 866 | CONFIG_NFS_COMMON=y |
| 837 | CONFIG_SUNRPC=y | 867 | CONFIG_SUNRPC=y |
| 838 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 839 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 868 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 840 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 869 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 841 | # CONFIG_SMB_FS is not set | 870 | # CONFIG_SMB_FS is not set |
| @@ -856,8 +885,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 856 | # Library routines | 885 | # Library routines |
| 857 | # | 886 | # |
| 858 | CONFIG_BITREVERSE=y | 887 | CONFIG_BITREVERSE=y |
| 888 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 859 | # CONFIG_CRC_CCITT is not set | 889 | # CONFIG_CRC_CCITT is not set |
| 860 | # CONFIG_CRC16 is not set | 890 | # CONFIG_CRC16 is not set |
| 891 | # CONFIG_CRC_T10DIF is not set | ||
| 861 | # CONFIG_CRC_ITU_T is not set | 892 | # CONFIG_CRC_ITU_T is not set |
| 862 | CONFIG_CRC32=y | 893 | CONFIG_CRC32=y |
| 863 | # CONFIG_CRC7 is not set | 894 | # CONFIG_CRC7 is not set |
| @@ -867,6 +898,7 @@ CONFIG_PLIST=y | |||
| 867 | CONFIG_HAS_IOMEM=y | 898 | CONFIG_HAS_IOMEM=y |
| 868 | CONFIG_HAS_IOPORT=y | 899 | CONFIG_HAS_IOPORT=y |
| 869 | CONFIG_HAS_DMA=y | 900 | CONFIG_HAS_DMA=y |
| 901 | CONFIG_HAVE_LMB=y | ||
| 870 | 902 | ||
| 871 | # | 903 | # |
| 872 | # Kernel hacking | 904 | # Kernel hacking |
| @@ -874,6 +906,7 @@ CONFIG_HAS_DMA=y | |||
| 874 | # CONFIG_PRINTK_TIME is not set | 906 | # CONFIG_PRINTK_TIME is not set |
| 875 | CONFIG_ENABLE_WARN_DEPRECATED=y | 907 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 876 | CONFIG_ENABLE_MUST_CHECK=y | 908 | CONFIG_ENABLE_MUST_CHECK=y |
| 909 | CONFIG_FRAME_WARN=1024 | ||
| 877 | CONFIG_MAGIC_SYSRQ=y | 910 | CONFIG_MAGIC_SYSRQ=y |
| 878 | # CONFIG_UNUSED_SYMBOLS is not set | 911 | # CONFIG_UNUSED_SYMBOLS is not set |
| 879 | CONFIG_DEBUG_FS=y | 912 | CONFIG_DEBUG_FS=y |
| @@ -881,9 +914,12 @@ CONFIG_DEBUG_FS=y | |||
| 881 | CONFIG_DEBUG_KERNEL=y | 914 | CONFIG_DEBUG_KERNEL=y |
| 882 | # CONFIG_DEBUG_SHIRQ is not set | 915 | # CONFIG_DEBUG_SHIRQ is not set |
| 883 | CONFIG_DETECT_SOFTLOCKUP=y | 916 | CONFIG_DETECT_SOFTLOCKUP=y |
| 917 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 918 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 884 | CONFIG_SCHED_DEBUG=y | 919 | CONFIG_SCHED_DEBUG=y |
| 885 | # CONFIG_SCHEDSTATS is not set | 920 | # CONFIG_SCHEDSTATS is not set |
| 886 | # CONFIG_TIMER_STATS is not set | 921 | # CONFIG_TIMER_STATS is not set |
| 922 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 887 | # CONFIG_SLUB_DEBUG_ON is not set | 923 | # CONFIG_SLUB_DEBUG_ON is not set |
| 888 | # CONFIG_SLUB_STATS is not set | 924 | # CONFIG_SLUB_STATS is not set |
| 889 | # CONFIG_DEBUG_RT_MUTEXES is not set | 925 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -896,17 +932,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 896 | CONFIG_DEBUG_BUGVERBOSE=y | 932 | CONFIG_DEBUG_BUGVERBOSE=y |
| 897 | # CONFIG_DEBUG_INFO is not set | 933 | # CONFIG_DEBUG_INFO is not set |
| 898 | # CONFIG_DEBUG_VM is not set | 934 | # CONFIG_DEBUG_VM is not set |
| 935 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 936 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 899 | # CONFIG_DEBUG_LIST is not set | 937 | # CONFIG_DEBUG_LIST is not set |
| 900 | # CONFIG_DEBUG_SG is not set | 938 | # CONFIG_DEBUG_SG is not set |
| 901 | # CONFIG_BOOT_PRINTK_DELAY is not set | 939 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 902 | # CONFIG_RCU_TORTURE_TEST is not set | 940 | # CONFIG_RCU_TORTURE_TEST is not set |
| 903 | # CONFIG_BACKTRACE_SELF_TEST is not set | 941 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 904 | # CONFIG_FAULT_INJECTION is not set | 942 | # CONFIG_FAULT_INJECTION is not set |
| 943 | # CONFIG_LATENCYTOP is not set | ||
| 944 | CONFIG_HAVE_FTRACE=y | ||
| 945 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 946 | # CONFIG_FTRACE is not set | ||
| 947 | # CONFIG_SCHED_TRACER is not set | ||
| 948 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 905 | # CONFIG_SAMPLES is not set | 949 | # CONFIG_SAMPLES is not set |
| 950 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 951 | # CONFIG_KGDB is not set | ||
| 906 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 952 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 907 | # CONFIG_DEBUG_STACK_USAGE is not set | 953 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 908 | # CONFIG_DEBUG_PAGEALLOC is not set | 954 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 909 | # CONFIG_DEBUGGER is not set | 955 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 956 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 957 | # CONFIG_XMON is not set | ||
| 958 | # CONFIG_IRQSTACKS is not set | ||
| 910 | # CONFIG_VIRQ_DEBUG is not set | 959 | # CONFIG_VIRQ_DEBUG is not set |
| 911 | # CONFIG_BDI_SWITCH is not set | 960 | # CONFIG_BDI_SWITCH is not set |
| 912 | # CONFIG_PPC_EARLY_DEBUG is not set | 961 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -918,51 +967,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 918 | # CONFIG_SECURITY is not set | 967 | # CONFIG_SECURITY is not set |
| 919 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 968 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 920 | CONFIG_CRYPTO=y | 969 | CONFIG_CRYPTO=y |
| 970 | |||
| 971 | # | ||
| 972 | # Crypto core or helper | ||
| 973 | # | ||
| 921 | CONFIG_CRYPTO_ALGAPI=y | 974 | CONFIG_CRYPTO_ALGAPI=y |
| 922 | CONFIG_CRYPTO_BLKCIPHER=y | 975 | CONFIG_CRYPTO_BLKCIPHER=y |
| 923 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 924 | CONFIG_CRYPTO_MANAGER=y | 976 | CONFIG_CRYPTO_MANAGER=y |
| 977 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 978 | # CONFIG_CRYPTO_NULL is not set | ||
| 979 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 980 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 981 | # CONFIG_CRYPTO_TEST is not set | ||
| 982 | |||
| 983 | # | ||
| 984 | # Authenticated Encryption with Associated Data | ||
| 985 | # | ||
| 986 | # CONFIG_CRYPTO_CCM is not set | ||
| 987 | # CONFIG_CRYPTO_GCM is not set | ||
| 988 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 989 | |||
| 990 | # | ||
| 991 | # Block modes | ||
| 992 | # | ||
| 993 | CONFIG_CRYPTO_CBC=y | ||
| 994 | # CONFIG_CRYPTO_CTR is not set | ||
| 995 | # CONFIG_CRYPTO_CTS is not set | ||
| 996 | CONFIG_CRYPTO_ECB=y | ||
| 997 | # CONFIG_CRYPTO_LRW is not set | ||
| 998 | CONFIG_CRYPTO_PCBC=y | ||
| 999 | # CONFIG_CRYPTO_XTS is not set | ||
| 1000 | |||
| 1001 | # | ||
| 1002 | # Hash modes | ||
| 1003 | # | ||
| 925 | # CONFIG_CRYPTO_HMAC is not set | 1004 | # CONFIG_CRYPTO_HMAC is not set |
| 926 | # CONFIG_CRYPTO_XCBC is not set | 1005 | # CONFIG_CRYPTO_XCBC is not set |
| 927 | # CONFIG_CRYPTO_NULL is not set | 1006 | |
| 1007 | # | ||
| 1008 | # Digest | ||
| 1009 | # | ||
| 1010 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 928 | # CONFIG_CRYPTO_MD4 is not set | 1011 | # CONFIG_CRYPTO_MD4 is not set |
| 929 | CONFIG_CRYPTO_MD5=y | 1012 | CONFIG_CRYPTO_MD5=y |
| 1013 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1014 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1015 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1016 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1017 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 930 | # CONFIG_CRYPTO_SHA1 is not set | 1018 | # CONFIG_CRYPTO_SHA1 is not set |
| 931 | # CONFIG_CRYPTO_SHA256 is not set | 1019 | # CONFIG_CRYPTO_SHA256 is not set |
| 932 | # CONFIG_CRYPTO_SHA512 is not set | 1020 | # CONFIG_CRYPTO_SHA512 is not set |
| 933 | # CONFIG_CRYPTO_WP512 is not set | ||
| 934 | # CONFIG_CRYPTO_TGR192 is not set | 1021 | # CONFIG_CRYPTO_TGR192 is not set |
| 935 | # CONFIG_CRYPTO_GF128MUL is not set | 1022 | # CONFIG_CRYPTO_WP512 is not set |
| 936 | CONFIG_CRYPTO_ECB=y | 1023 | |
| 937 | CONFIG_CRYPTO_CBC=y | 1024 | # |
| 938 | CONFIG_CRYPTO_PCBC=y | 1025 | # Ciphers |
| 939 | # CONFIG_CRYPTO_LRW is not set | 1026 | # |
| 940 | # CONFIG_CRYPTO_XTS is not set | ||
| 941 | # CONFIG_CRYPTO_CTR is not set | ||
| 942 | # CONFIG_CRYPTO_GCM is not set | ||
| 943 | # CONFIG_CRYPTO_CCM is not set | ||
| 944 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 945 | CONFIG_CRYPTO_DES=y | ||
| 946 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 947 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 948 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 949 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 950 | # CONFIG_CRYPTO_AES is not set | 1027 | # CONFIG_CRYPTO_AES is not set |
| 1028 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1029 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1030 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1031 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 951 | # CONFIG_CRYPTO_CAST5 is not set | 1032 | # CONFIG_CRYPTO_CAST5 is not set |
| 952 | # CONFIG_CRYPTO_CAST6 is not set | 1033 | # CONFIG_CRYPTO_CAST6 is not set |
| 953 | # CONFIG_CRYPTO_TEA is not set | 1034 | CONFIG_CRYPTO_DES=y |
| 954 | # CONFIG_CRYPTO_ARC4 is not set | 1035 | # CONFIG_CRYPTO_FCRYPT is not set |
| 955 | # CONFIG_CRYPTO_KHAZAD is not set | 1036 | # CONFIG_CRYPTO_KHAZAD is not set |
| 956 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 957 | # CONFIG_CRYPTO_SEED is not set | ||
| 958 | # CONFIG_CRYPTO_SALSA20 is not set | 1037 | # CONFIG_CRYPTO_SALSA20 is not set |
| 1038 | # CONFIG_CRYPTO_SEED is not set | ||
| 1039 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1040 | # CONFIG_CRYPTO_TEA is not set | ||
| 1041 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1042 | |||
| 1043 | # | ||
| 1044 | # Compression | ||
| 1045 | # | ||
| 959 | # CONFIG_CRYPTO_DEFLATE is not set | 1046 | # CONFIG_CRYPTO_DEFLATE is not set |
| 960 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 961 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 962 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 963 | # CONFIG_CRYPTO_TEST is not set | ||
| 964 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 965 | # CONFIG_CRYPTO_LZO is not set | 1047 | # CONFIG_CRYPTO_LZO is not set |
| 966 | CONFIG_CRYPTO_HW=y | 1048 | CONFIG_CRYPTO_HW=y |
| 967 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1049 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 968 | # CONFIG_PPC_CLOCK is not set | 1050 | # CONFIG_PPC_CLOCK is not set |
| 1051 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/kilauea_defconfig b/arch/powerpc/configs/40x/kilauea_defconfig index 2f475391f1d1..565ed9666c54 100644 --- a/arch/powerpc/configs/40x/kilauea_defconfig +++ b/arch/powerpc/configs/40x/kilauea_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:51:43 2008 | 4 | # Tue Aug 5 19:36:14 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
| 26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
| 29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
| 32 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -75,6 +79,7 @@ CONFIG_GROUP_SCHED=y | |||
| 75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
| 76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
| 77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
| 82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
| 79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
| 80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
| @@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
| 88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | ||
| 121 | 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 | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
| 125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 128 | 144 | ||
| 129 | # | 145 | # |
| 130 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
| 139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
| 140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
| 142 | # CONFIG_PREEMPT_RCU is not set | ||
| 143 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
| 144 | 159 | ||
| 145 | # | 160 | # |
| 146 | # Platform support | 161 | # Platform support |
| 147 | # | 162 | # |
| 148 | # CONFIG_PPC_MPC512x is not set | ||
| 149 | # CONFIG_PPC_MPC5121 is not set | ||
| 150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| @@ -186,7 +199,6 @@ CONFIG_HZ=250 | |||
| 186 | CONFIG_PREEMPT_NONE=y | 199 | CONFIG_PREEMPT_NONE=y |
| 187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 200 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 188 | # CONFIG_PREEMPT is not set | 201 | # CONFIG_PREEMPT is not set |
| 189 | CONFIG_RCU_TRACE=y | ||
| 190 | CONFIG_BINFMT_ELF=y | 202 | CONFIG_BINFMT_ELF=y |
| 191 | # CONFIG_BINFMT_MISC is not set | 203 | # CONFIG_BINFMT_MISC is not set |
| 192 | # CONFIG_MATH_EMULATION is not set | 204 | # CONFIG_MATH_EMULATION is not set |
| @@ -204,13 +216,17 @@ CONFIG_FLATMEM=y | |||
| 204 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 205 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
| 206 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 219 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 221 | CONFIG_MIGRATION=y | ||
| 208 | # CONFIG_RESOURCES_64BIT is not set | 222 | # CONFIG_RESOURCES_64BIT is not set |
| 209 | CONFIG_ZONE_DMA_FLAG=1 | 223 | CONFIG_ZONE_DMA_FLAG=1 |
| 210 | CONFIG_BOUNCE=y | 224 | CONFIG_BOUNCE=y |
| 211 | CONFIG_VIRT_TO_BUS=y | 225 | CONFIG_VIRT_TO_BUS=y |
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 212 | CONFIG_PROC_DEVICETREE=y | 227 | CONFIG_PROC_DEVICETREE=y |
| 213 | # CONFIG_CMDLINE_BOOL is not set | 228 | # CONFIG_CMDLINE_BOOL is not set |
| 229 | CONFIG_EXTRA_TARGETS="" | ||
| 214 | # CONFIG_PM is not set | 230 | # CONFIG_PM is not set |
| 215 | CONFIG_SECCOMP=y | 231 | CONFIG_SECCOMP=y |
| 216 | CONFIG_ISA_DMA_API=y | 232 | CONFIG_ISA_DMA_API=y |
| @@ -220,6 +236,8 @@ CONFIG_ISA_DMA_API=y | |||
| 220 | # | 236 | # |
| 221 | CONFIG_ZONE_DMA=y | 237 | CONFIG_ZONE_DMA=y |
| 222 | CONFIG_PPC_INDIRECT_PCI=y | 238 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_4xx_SOC=y | ||
| 240 | CONFIG_PPC_PCI_CHOICE=y | ||
| 223 | CONFIG_PCI=y | 241 | CONFIG_PCI=y |
| 224 | CONFIG_PCI_DOMAINS=y | 242 | CONFIG_PCI_DOMAINS=y |
| 225 | CONFIG_PCI_SYSCALL=y | 243 | CONFIG_PCI_SYSCALL=y |
| @@ -230,6 +248,7 @@ CONFIG_PCI_LEGACY=y | |||
| 230 | # CONFIG_PCI_DEBUG is not set | 248 | # CONFIG_PCI_DEBUG is not set |
| 231 | # CONFIG_PCCARD is not set | 249 | # CONFIG_PCCARD is not set |
| 232 | # CONFIG_HOTPLUG_PCI is not set | 250 | # CONFIG_HOTPLUG_PCI is not set |
| 251 | # CONFIG_HAS_RAPIDIO is not set | ||
| 233 | 252 | ||
| 234 | # | 253 | # |
| 235 | # Advanced setup | 254 | # Advanced setup |
| @@ -239,17 +258,13 @@ CONFIG_PCI_LEGACY=y | |||
| 239 | # | 258 | # |
| 240 | # Default settings for advanced configuration options are used | 259 | # Default settings for advanced configuration options are used |
| 241 | # | 260 | # |
| 242 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 243 | CONFIG_LOWMEM_SIZE=0x30000000 | 261 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 262 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 244 | CONFIG_KERNEL_START=0xc0000000 | 263 | CONFIG_KERNEL_START=0xc0000000 |
| 264 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 245 | CONFIG_TASK_SIZE=0xc0000000 | 265 | CONFIG_TASK_SIZE=0xc0000000 |
| 246 | CONFIG_CONSISTENT_START=0xff100000 | 266 | CONFIG_CONSISTENT_START=0xff100000 |
| 247 | CONFIG_CONSISTENT_SIZE=0x00200000 | 267 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 248 | CONFIG_BOOT_LOAD=0x00400000 | ||
| 249 | |||
| 250 | # | ||
| 251 | # Networking | ||
| 252 | # | ||
| 253 | CONFIG_NET=y | 268 | CONFIG_NET=y |
| 254 | 269 | ||
| 255 | # | 270 | # |
| @@ -287,8 +302,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 287 | CONFIG_DEFAULT_TCP_CONG="cubic" | 302 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 288 | # CONFIG_TCP_MD5SIG is not set | 303 | # CONFIG_TCP_MD5SIG is not set |
| 289 | # CONFIG_IPV6 is not set | 304 | # CONFIG_IPV6 is not set |
| 290 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 291 | # CONFIG_INET6_TUNNEL is not set | ||
| 292 | # CONFIG_NETWORK_SECMARK is not set | 305 | # CONFIG_NETWORK_SECMARK is not set |
| 293 | # CONFIG_NETFILTER is not set | 306 | # CONFIG_NETFILTER is not set |
| 294 | # CONFIG_IP_DCCP is not set | 307 | # CONFIG_IP_DCCP is not set |
| @@ -338,6 +351,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 338 | CONFIG_STANDALONE=y | 351 | CONFIG_STANDALONE=y |
| 339 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 352 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 340 | CONFIG_FW_LOADER=y | 353 | CONFIG_FW_LOADER=y |
| 354 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 355 | CONFIG_EXTRA_FIRMWARE="" | ||
| 341 | # CONFIG_DEBUG_DRIVER is not set | 356 | # CONFIG_DEBUG_DRIVER is not set |
| 342 | # CONFIG_DEBUG_DEVRES is not set | 357 | # CONFIG_DEBUG_DEVRES is not set |
| 343 | # CONFIG_SYS_HYPERVISOR is not set | 358 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -350,6 +365,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 350 | # CONFIG_MTD_REDBOOT_PARTS is not set | 365 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 351 | CONFIG_MTD_CMDLINE_PARTS=y | 366 | CONFIG_MTD_CMDLINE_PARTS=y |
| 352 | CONFIG_MTD_OF_PARTS=y | 367 | CONFIG_MTD_OF_PARTS=y |
| 368 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 353 | 369 | ||
| 354 | # | 370 | # |
| 355 | # User Modules And Translation Layers | 371 | # User Modules And Translation Layers |
| @@ -440,6 +456,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 440 | # CONFIG_CDROM_PKTCDVD is not set | 456 | # CONFIG_CDROM_PKTCDVD is not set |
| 441 | # CONFIG_ATA_OVER_ETH is not set | 457 | # CONFIG_ATA_OVER_ETH is not set |
| 442 | # CONFIG_XILINX_SYSACE is not set | 458 | # CONFIG_XILINX_SYSACE is not set |
| 459 | # CONFIG_BLK_DEV_HD is not set | ||
| 443 | # CONFIG_MISC_DEVICES is not set | 460 | # CONFIG_MISC_DEVICES is not set |
| 444 | CONFIG_HAVE_IDE=y | 461 | CONFIG_HAVE_IDE=y |
| 445 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
| @@ -458,12 +475,15 @@ CONFIG_HAVE_IDE=y | |||
| 458 | # | 475 | # |
| 459 | # IEEE 1394 (FireWire) support | 476 | # IEEE 1394 (FireWire) support |
| 460 | # | 477 | # |
| 478 | |||
| 479 | # | ||
| 480 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 481 | # | ||
| 461 | # CONFIG_FIREWIRE is not set | 482 | # CONFIG_FIREWIRE is not set |
| 462 | # CONFIG_IEEE1394 is not set | 483 | # CONFIG_IEEE1394 is not set |
| 463 | # CONFIG_I2O is not set | 484 | # CONFIG_I2O is not set |
| 464 | # CONFIG_MACINTOSH_DRIVERS is not set | 485 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 465 | CONFIG_NETDEVICES=y | 486 | CONFIG_NETDEVICES=y |
| 466 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 467 | # CONFIG_DUMMY is not set | 487 | # CONFIG_DUMMY is not set |
| 468 | # CONFIG_BONDING is not set | 488 | # CONFIG_BONDING is not set |
| 469 | # CONFIG_MACVLAN is not set | 489 | # CONFIG_MACVLAN is not set |
| @@ -502,6 +522,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 502 | # | 522 | # |
| 503 | # CONFIG_WLAN_PRE80211 is not set | 523 | # CONFIG_WLAN_PRE80211 is not set |
| 504 | # CONFIG_WLAN_80211 is not set | 524 | # CONFIG_WLAN_80211 is not set |
| 525 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 505 | # CONFIG_WAN is not set | 526 | # CONFIG_WAN is not set |
| 506 | # CONFIG_FDDI is not set | 527 | # CONFIG_FDDI is not set |
| 507 | # CONFIG_HIPPI is not set | 528 | # CONFIG_HIPPI is not set |
| @@ -528,6 +549,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 528 | # Character devices | 549 | # Character devices |
| 529 | # | 550 | # |
| 530 | # CONFIG_VT is not set | 551 | # CONFIG_VT is not set |
| 552 | CONFIG_DEVKMEM=y | ||
| 531 | # CONFIG_SERIAL_NONSTANDARD is not set | 553 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 532 | # CONFIG_NOZOMI is not set | 554 | # CONFIG_NOZOMI is not set |
| 533 | 555 | ||
| @@ -566,12 +588,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 566 | # CONFIG_TCG_TPM is not set | 588 | # CONFIG_TCG_TPM is not set |
| 567 | CONFIG_DEVPORT=y | 589 | CONFIG_DEVPORT=y |
| 568 | # CONFIG_I2C is not set | 590 | # CONFIG_I2C is not set |
| 569 | |||
| 570 | # | ||
| 571 | # SPI support | ||
| 572 | # | ||
| 573 | # CONFIG_SPI is not set | 591 | # CONFIG_SPI is not set |
| 574 | # CONFIG_SPI_MASTER is not set | 592 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 593 | # CONFIG_GPIOLIB is not set | ||
| 575 | # CONFIG_W1 is not set | 594 | # CONFIG_W1 is not set |
| 576 | # CONFIG_POWER_SUPPLY is not set | 595 | # CONFIG_POWER_SUPPLY is not set |
| 577 | # CONFIG_HWMON is not set | 596 | # CONFIG_HWMON is not set |
| @@ -587,13 +606,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 587 | # | 606 | # |
| 588 | # Multifunction device drivers | 607 | # Multifunction device drivers |
| 589 | # | 608 | # |
| 609 | # CONFIG_MFD_CORE is not set | ||
| 590 | # CONFIG_MFD_SM501 is not set | 610 | # CONFIG_MFD_SM501 is not set |
| 611 | # CONFIG_HTC_PASIC3 is not set | ||
| 591 | 612 | ||
| 592 | # | 613 | # |
| 593 | # Multimedia devices | 614 | # Multimedia devices |
| 594 | # | 615 | # |
| 616 | |||
| 617 | # | ||
| 618 | # Multimedia core support | ||
| 619 | # | ||
| 595 | # CONFIG_VIDEO_DEV is not set | 620 | # CONFIG_VIDEO_DEV is not set |
| 596 | # CONFIG_DVB_CORE is not set | 621 | # CONFIG_DVB_CORE is not set |
| 622 | # CONFIG_VIDEO_MEDIA is not set | ||
| 623 | |||
| 624 | # | ||
| 625 | # Multimedia drivers | ||
| 626 | # | ||
| 597 | # CONFIG_DAB is not set | 627 | # CONFIG_DAB is not set |
| 598 | 628 | ||
| 599 | # | 629 | # |
| @@ -610,22 +640,16 @@ CONFIG_SSB_POSSIBLE=y | |||
| 610 | # Display device support | 640 | # Display device support |
| 611 | # | 641 | # |
| 612 | # CONFIG_DISPLAY_SUPPORT is not set | 642 | # CONFIG_DISPLAY_SUPPORT is not set |
| 613 | |||
| 614 | # | ||
| 615 | # Sound | ||
| 616 | # | ||
| 617 | # CONFIG_SOUND is not set | 643 | # CONFIG_SOUND is not set |
| 618 | # CONFIG_USB_SUPPORT is not set | 644 | # CONFIG_USB_SUPPORT is not set |
| 619 | # CONFIG_MMC is not set | 645 | # CONFIG_MMC is not set |
| 620 | # CONFIG_MEMSTICK is not set | 646 | # CONFIG_MEMSTICK is not set |
| 621 | # CONFIG_NEW_LEDS is not set | 647 | # CONFIG_NEW_LEDS is not set |
| 648 | # CONFIG_ACCESSIBILITY is not set | ||
| 622 | # CONFIG_INFINIBAND is not set | 649 | # CONFIG_INFINIBAND is not set |
| 623 | # CONFIG_EDAC is not set | 650 | # CONFIG_EDAC is not set |
| 624 | # CONFIG_RTC_CLASS is not set | 651 | # CONFIG_RTC_CLASS is not set |
| 625 | 652 | # CONFIG_DMADEVICES is not set | |
| 626 | # | ||
| 627 | # Userspace I/O | ||
| 628 | # | ||
| 629 | # CONFIG_UIO is not set | 653 | # CONFIG_UIO is not set |
| 630 | 654 | ||
| 631 | # | 655 | # |
| @@ -640,7 +664,6 @@ CONFIG_EXT2_FS=y | |||
| 640 | # CONFIG_JFS_FS is not set | 664 | # CONFIG_JFS_FS is not set |
| 641 | # CONFIG_FS_POSIX_ACL is not set | 665 | # CONFIG_FS_POSIX_ACL is not set |
| 642 | # CONFIG_XFS_FS is not set | 666 | # CONFIG_XFS_FS is not set |
| 643 | # CONFIG_GFS2_FS is not set | ||
| 644 | # CONFIG_OCFS2_FS is not set | 667 | # CONFIG_OCFS2_FS is not set |
| 645 | CONFIG_DNOTIFY=y | 668 | CONFIG_DNOTIFY=y |
| 646 | CONFIG_INOTIFY=y | 669 | CONFIG_INOTIFY=y |
| @@ -689,6 +712,7 @@ CONFIG_TMPFS=y | |||
| 689 | CONFIG_CRAMFS=y | 712 | CONFIG_CRAMFS=y |
| 690 | # CONFIG_VXFS_FS is not set | 713 | # CONFIG_VXFS_FS is not set |
| 691 | # CONFIG_MINIX_FS is not set | 714 | # CONFIG_MINIX_FS is not set |
| 715 | # CONFIG_OMFS_FS is not set | ||
| 692 | # CONFIG_HPFS_FS is not set | 716 | # CONFIG_HPFS_FS is not set |
| 693 | # CONFIG_QNX4FS_FS is not set | 717 | # CONFIG_QNX4FS_FS is not set |
| 694 | # CONFIG_ROMFS_FS is not set | 718 | # CONFIG_ROMFS_FS is not set |
| @@ -699,14 +723,12 @@ CONFIG_NFS_FS=y | |||
| 699 | CONFIG_NFS_V3=y | 723 | CONFIG_NFS_V3=y |
| 700 | # CONFIG_NFS_V3_ACL is not set | 724 | # CONFIG_NFS_V3_ACL is not set |
| 701 | # CONFIG_NFS_V4 is not set | 725 | # CONFIG_NFS_V4 is not set |
| 702 | # CONFIG_NFS_DIRECTIO is not set | ||
| 703 | # CONFIG_NFSD is not set | ||
| 704 | CONFIG_ROOT_NFS=y | 726 | CONFIG_ROOT_NFS=y |
| 727 | # CONFIG_NFSD is not set | ||
| 705 | CONFIG_LOCKD=y | 728 | CONFIG_LOCKD=y |
| 706 | CONFIG_LOCKD_V4=y | 729 | CONFIG_LOCKD_V4=y |
| 707 | CONFIG_NFS_COMMON=y | 730 | CONFIG_NFS_COMMON=y |
| 708 | CONFIG_SUNRPC=y | 731 | CONFIG_SUNRPC=y |
| 709 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 710 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 732 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 711 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 733 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 712 | # CONFIG_SMB_FS is not set | 734 | # CONFIG_SMB_FS is not set |
| @@ -727,8 +749,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 727 | # Library routines | 749 | # Library routines |
| 728 | # | 750 | # |
| 729 | CONFIG_BITREVERSE=y | 751 | CONFIG_BITREVERSE=y |
| 752 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 730 | # CONFIG_CRC_CCITT is not set | 753 | # CONFIG_CRC_CCITT is not set |
| 731 | # CONFIG_CRC16 is not set | 754 | # CONFIG_CRC16 is not set |
| 755 | # CONFIG_CRC_T10DIF is not set | ||
| 732 | # CONFIG_CRC_ITU_T is not set | 756 | # CONFIG_CRC_ITU_T is not set |
| 733 | CONFIG_CRC32=y | 757 | CONFIG_CRC32=y |
| 734 | # CONFIG_CRC7 is not set | 758 | # CONFIG_CRC7 is not set |
| @@ -738,6 +762,7 @@ CONFIG_PLIST=y | |||
| 738 | CONFIG_HAS_IOMEM=y | 762 | CONFIG_HAS_IOMEM=y |
| 739 | CONFIG_HAS_IOPORT=y | 763 | CONFIG_HAS_IOPORT=y |
| 740 | CONFIG_HAS_DMA=y | 764 | CONFIG_HAS_DMA=y |
| 765 | CONFIG_HAVE_LMB=y | ||
| 741 | 766 | ||
| 742 | # | 767 | # |
| 743 | # Kernel hacking | 768 | # Kernel hacking |
| @@ -745,6 +770,7 @@ CONFIG_HAS_DMA=y | |||
| 745 | # CONFIG_PRINTK_TIME is not set | 770 | # CONFIG_PRINTK_TIME is not set |
| 746 | CONFIG_ENABLE_WARN_DEPRECATED=y | 771 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 747 | CONFIG_ENABLE_MUST_CHECK=y | 772 | CONFIG_ENABLE_MUST_CHECK=y |
| 773 | CONFIG_FRAME_WARN=1024 | ||
| 748 | CONFIG_MAGIC_SYSRQ=y | 774 | CONFIG_MAGIC_SYSRQ=y |
| 749 | # CONFIG_UNUSED_SYMBOLS is not set | 775 | # CONFIG_UNUSED_SYMBOLS is not set |
| 750 | CONFIG_DEBUG_FS=y | 776 | CONFIG_DEBUG_FS=y |
| @@ -752,9 +778,12 @@ CONFIG_DEBUG_FS=y | |||
| 752 | CONFIG_DEBUG_KERNEL=y | 778 | CONFIG_DEBUG_KERNEL=y |
| 753 | # CONFIG_DEBUG_SHIRQ is not set | 779 | # CONFIG_DEBUG_SHIRQ is not set |
| 754 | CONFIG_DETECT_SOFTLOCKUP=y | 780 | CONFIG_DETECT_SOFTLOCKUP=y |
| 781 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 782 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 755 | CONFIG_SCHED_DEBUG=y | 783 | CONFIG_SCHED_DEBUG=y |
| 756 | # CONFIG_SCHEDSTATS is not set | 784 | # CONFIG_SCHEDSTATS is not set |
| 757 | # CONFIG_TIMER_STATS is not set | 785 | # CONFIG_TIMER_STATS is not set |
| 786 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 758 | # CONFIG_SLUB_DEBUG_ON is not set | 787 | # CONFIG_SLUB_DEBUG_ON is not set |
| 759 | # CONFIG_SLUB_STATS is not set | 788 | # CONFIG_SLUB_STATS is not set |
| 760 | # CONFIG_DEBUG_RT_MUTEXES is not set | 789 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -767,17 +796,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 767 | CONFIG_DEBUG_BUGVERBOSE=y | 796 | CONFIG_DEBUG_BUGVERBOSE=y |
| 768 | # CONFIG_DEBUG_INFO is not set | 797 | # CONFIG_DEBUG_INFO is not set |
| 769 | # CONFIG_DEBUG_VM is not set | 798 | # CONFIG_DEBUG_VM is not set |
| 799 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 800 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 770 | # CONFIG_DEBUG_LIST is not set | 801 | # CONFIG_DEBUG_LIST is not set |
| 771 | # CONFIG_DEBUG_SG is not set | 802 | # CONFIG_DEBUG_SG is not set |
| 772 | # CONFIG_BOOT_PRINTK_DELAY is not set | 803 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 773 | # CONFIG_RCU_TORTURE_TEST is not set | 804 | # CONFIG_RCU_TORTURE_TEST is not set |
| 774 | # CONFIG_BACKTRACE_SELF_TEST is not set | 805 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 775 | # CONFIG_FAULT_INJECTION is not set | 806 | # CONFIG_FAULT_INJECTION is not set |
| 807 | # CONFIG_LATENCYTOP is not set | ||
| 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 | ||
| 776 | # CONFIG_SAMPLES is not set | 813 | # CONFIG_SAMPLES is not set |
| 814 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 815 | # CONFIG_KGDB is not set | ||
| 777 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 816 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 778 | # CONFIG_DEBUG_STACK_USAGE is not set | 817 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 779 | # CONFIG_DEBUG_PAGEALLOC is not set | 818 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 780 | # CONFIG_DEBUGGER is not set | 819 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 820 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 821 | # CONFIG_XMON is not set | ||
| 822 | # CONFIG_IRQSTACKS is not set | ||
| 781 | # CONFIG_VIRQ_DEBUG is not set | 823 | # CONFIG_VIRQ_DEBUG is not set |
| 782 | # CONFIG_BDI_SWITCH is not set | 824 | # CONFIG_BDI_SWITCH is not set |
| 783 | # CONFIG_PPC_EARLY_DEBUG is not set | 825 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -789,51 +831,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 789 | # CONFIG_SECURITY is not set | 831 | # CONFIG_SECURITY is not set |
| 790 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 832 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 791 | CONFIG_CRYPTO=y | 833 | CONFIG_CRYPTO=y |
| 834 | |||
| 835 | # | ||
| 836 | # Crypto core or helper | ||
| 837 | # | ||
| 792 | CONFIG_CRYPTO_ALGAPI=y | 838 | CONFIG_CRYPTO_ALGAPI=y |
| 793 | CONFIG_CRYPTO_BLKCIPHER=y | 839 | CONFIG_CRYPTO_BLKCIPHER=y |
| 794 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 795 | CONFIG_CRYPTO_MANAGER=y | 840 | CONFIG_CRYPTO_MANAGER=y |
| 841 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 842 | # CONFIG_CRYPTO_NULL is not set | ||
| 843 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 844 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 845 | # CONFIG_CRYPTO_TEST is not set | ||
| 846 | |||
| 847 | # | ||
| 848 | # Authenticated Encryption with Associated Data | ||
| 849 | # | ||
| 850 | # CONFIG_CRYPTO_CCM is not set | ||
| 851 | # CONFIG_CRYPTO_GCM is not set | ||
| 852 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 853 | |||
| 854 | # | ||
| 855 | # Block modes | ||
| 856 | # | ||
| 857 | CONFIG_CRYPTO_CBC=y | ||
| 858 | # CONFIG_CRYPTO_CTR is not set | ||
| 859 | # CONFIG_CRYPTO_CTS is not set | ||
| 860 | CONFIG_CRYPTO_ECB=y | ||
| 861 | # CONFIG_CRYPTO_LRW is not set | ||
| 862 | CONFIG_CRYPTO_PCBC=y | ||
| 863 | # CONFIG_CRYPTO_XTS is not set | ||
| 864 | |||
| 865 | # | ||
| 866 | # Hash modes | ||
| 867 | # | ||
| 796 | # CONFIG_CRYPTO_HMAC is not set | 868 | # CONFIG_CRYPTO_HMAC is not set |
| 797 | # CONFIG_CRYPTO_XCBC is not set | 869 | # CONFIG_CRYPTO_XCBC is not set |
| 798 | # CONFIG_CRYPTO_NULL is not set | 870 | |
| 871 | # | ||
| 872 | # Digest | ||
| 873 | # | ||
| 874 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 799 | # CONFIG_CRYPTO_MD4 is not set | 875 | # CONFIG_CRYPTO_MD4 is not set |
| 800 | CONFIG_CRYPTO_MD5=y | 876 | CONFIG_CRYPTO_MD5=y |
| 877 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 878 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 879 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 880 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 881 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 801 | # CONFIG_CRYPTO_SHA1 is not set | 882 | # CONFIG_CRYPTO_SHA1 is not set |
| 802 | # CONFIG_CRYPTO_SHA256 is not set | 883 | # CONFIG_CRYPTO_SHA256 is not set |
| 803 | # CONFIG_CRYPTO_SHA512 is not set | 884 | # CONFIG_CRYPTO_SHA512 is not set |
| 804 | # CONFIG_CRYPTO_WP512 is not set | ||
| 805 | # CONFIG_CRYPTO_TGR192 is not set | 885 | # CONFIG_CRYPTO_TGR192 is not set |
| 806 | # CONFIG_CRYPTO_GF128MUL is not set | 886 | # CONFIG_CRYPTO_WP512 is not set |
| 807 | CONFIG_CRYPTO_ECB=y | 887 | |
| 808 | CONFIG_CRYPTO_CBC=y | 888 | # |
| 809 | CONFIG_CRYPTO_PCBC=y | 889 | # Ciphers |
| 810 | # CONFIG_CRYPTO_LRW is not set | 890 | # |
| 811 | # CONFIG_CRYPTO_XTS is not set | ||
| 812 | # CONFIG_CRYPTO_CTR is not set | ||
| 813 | # CONFIG_CRYPTO_GCM is not set | ||
| 814 | # CONFIG_CRYPTO_CCM is not set | ||
| 815 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 816 | CONFIG_CRYPTO_DES=y | ||
| 817 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 818 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 819 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 820 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 821 | # CONFIG_CRYPTO_AES is not set | 891 | # CONFIG_CRYPTO_AES is not set |
| 892 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 893 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 894 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 895 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 822 | # CONFIG_CRYPTO_CAST5 is not set | 896 | # CONFIG_CRYPTO_CAST5 is not set |
| 823 | # CONFIG_CRYPTO_CAST6 is not set | 897 | # CONFIG_CRYPTO_CAST6 is not set |
| 824 | # CONFIG_CRYPTO_TEA is not set | 898 | CONFIG_CRYPTO_DES=y |
| 825 | # CONFIG_CRYPTO_ARC4 is not set | 899 | # CONFIG_CRYPTO_FCRYPT is not set |
| 826 | # CONFIG_CRYPTO_KHAZAD is not set | 900 | # CONFIG_CRYPTO_KHAZAD is not set |
| 827 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 828 | # CONFIG_CRYPTO_SEED is not set | ||
| 829 | # CONFIG_CRYPTO_SALSA20 is not set | 901 | # CONFIG_CRYPTO_SALSA20 is not set |
| 902 | # CONFIG_CRYPTO_SEED is not set | ||
| 903 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 904 | # CONFIG_CRYPTO_TEA is not set | ||
| 905 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 906 | |||
| 907 | # | ||
| 908 | # Compression | ||
| 909 | # | ||
| 830 | # CONFIG_CRYPTO_DEFLATE is not set | 910 | # CONFIG_CRYPTO_DEFLATE is not set |
| 831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 832 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 833 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 834 | # CONFIG_CRYPTO_TEST is not set | ||
| 835 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 836 | # CONFIG_CRYPTO_LZO is not set | 911 | # CONFIG_CRYPTO_LZO is not set |
| 837 | CONFIG_CRYPTO_HW=y | 912 | CONFIG_CRYPTO_HW=y |
| 838 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 913 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 839 | # CONFIG_PPC_CLOCK is not set | 914 | # CONFIG_PPC_CLOCK is not set |
| 915 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/makalu_defconfig b/arch/powerpc/configs/40x/makalu_defconfig index 9ef4d8a312c8..987a4481800f 100644 --- a/arch/powerpc/configs/40x/makalu_defconfig +++ b/arch/powerpc/configs/40x/makalu_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:52:30 2008 | 4 | # Tue Aug 5 19:38:39 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
| 26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
| 29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
| 32 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -75,6 +79,7 @@ CONFIG_GROUP_SCHED=y | |||
| 75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
| 76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
| 77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
| 82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
| 79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
| 80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
| @@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
| 88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | ||
| 121 | 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 | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
| 125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 128 | 144 | ||
| 129 | # | 145 | # |
| 130 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
| 139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
| 140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
| 142 | # CONFIG_PREEMPT_RCU is not set | ||
| 143 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
| 144 | 159 | ||
| 145 | # | 160 | # |
| 146 | # Platform support | 161 | # Platform support |
| 147 | # | 162 | # |
| 148 | # CONFIG_PPC_MPC512x is not set | ||
| 149 | # CONFIG_PPC_MPC5121 is not set | ||
| 150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| @@ -186,7 +199,6 @@ CONFIG_HZ=250 | |||
| 186 | CONFIG_PREEMPT_NONE=y | 199 | CONFIG_PREEMPT_NONE=y |
| 187 | # CONFIG_PREEMPT_VOLUNTARY is not set | 200 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 188 | # CONFIG_PREEMPT is not set | 201 | # CONFIG_PREEMPT is not set |
| 189 | CONFIG_RCU_TRACE=y | ||
| 190 | CONFIG_BINFMT_ELF=y | 202 | CONFIG_BINFMT_ELF=y |
| 191 | # CONFIG_BINFMT_MISC is not set | 203 | # CONFIG_BINFMT_MISC is not set |
| 192 | # CONFIG_MATH_EMULATION is not set | 204 | # CONFIG_MATH_EMULATION is not set |
| @@ -204,13 +216,17 @@ CONFIG_FLATMEM=y | |||
| 204 | CONFIG_FLAT_NODE_MEM_MAP=y | 216 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 205 | # CONFIG_SPARSEMEM_STATIC is not set | 217 | # CONFIG_SPARSEMEM_STATIC is not set |
| 206 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 219 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 221 | CONFIG_MIGRATION=y | ||
| 208 | # CONFIG_RESOURCES_64BIT is not set | 222 | # CONFIG_RESOURCES_64BIT is not set |
| 209 | CONFIG_ZONE_DMA_FLAG=1 | 223 | CONFIG_ZONE_DMA_FLAG=1 |
| 210 | CONFIG_BOUNCE=y | 224 | CONFIG_BOUNCE=y |
| 211 | CONFIG_VIRT_TO_BUS=y | 225 | CONFIG_VIRT_TO_BUS=y |
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 212 | CONFIG_PROC_DEVICETREE=y | 227 | CONFIG_PROC_DEVICETREE=y |
| 213 | # CONFIG_CMDLINE_BOOL is not set | 228 | # CONFIG_CMDLINE_BOOL is not set |
| 229 | CONFIG_EXTRA_TARGETS="" | ||
| 214 | # CONFIG_PM is not set | 230 | # CONFIG_PM is not set |
| 215 | CONFIG_SECCOMP=y | 231 | CONFIG_SECCOMP=y |
| 216 | CONFIG_ISA_DMA_API=y | 232 | CONFIG_ISA_DMA_API=y |
| @@ -220,6 +236,8 @@ CONFIG_ISA_DMA_API=y | |||
| 220 | # | 236 | # |
| 221 | CONFIG_ZONE_DMA=y | 237 | CONFIG_ZONE_DMA=y |
| 222 | CONFIG_PPC_INDIRECT_PCI=y | 238 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_4xx_SOC=y | ||
| 240 | CONFIG_PPC_PCI_CHOICE=y | ||
| 223 | CONFIG_PCI=y | 241 | CONFIG_PCI=y |
| 224 | CONFIG_PCI_DOMAINS=y | 242 | CONFIG_PCI_DOMAINS=y |
| 225 | CONFIG_PCI_SYSCALL=y | 243 | CONFIG_PCI_SYSCALL=y |
| @@ -230,6 +248,7 @@ CONFIG_PCI_LEGACY=y | |||
| 230 | # CONFIG_PCI_DEBUG is not set | 248 | # CONFIG_PCI_DEBUG is not set |
| 231 | # CONFIG_PCCARD is not set | 249 | # CONFIG_PCCARD is not set |
| 232 | # CONFIG_HOTPLUG_PCI is not set | 250 | # CONFIG_HOTPLUG_PCI is not set |
| 251 | # CONFIG_HAS_RAPIDIO is not set | ||
| 233 | 252 | ||
| 234 | # | 253 | # |
| 235 | # Advanced setup | 254 | # Advanced setup |
| @@ -239,17 +258,13 @@ CONFIG_PCI_LEGACY=y | |||
| 239 | # | 258 | # |
| 240 | # Default settings for advanced configuration options are used | 259 | # Default settings for advanced configuration options are used |
| 241 | # | 260 | # |
| 242 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 243 | CONFIG_LOWMEM_SIZE=0x30000000 | 261 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 262 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 244 | CONFIG_KERNEL_START=0xc0000000 | 263 | CONFIG_KERNEL_START=0xc0000000 |
| 264 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 245 | CONFIG_TASK_SIZE=0xc0000000 | 265 | CONFIG_TASK_SIZE=0xc0000000 |
| 246 | CONFIG_CONSISTENT_START=0xff100000 | 266 | CONFIG_CONSISTENT_START=0xff100000 |
| 247 | CONFIG_CONSISTENT_SIZE=0x00200000 | 267 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 248 | CONFIG_BOOT_LOAD=0x00400000 | ||
| 249 | |||
| 250 | # | ||
| 251 | # Networking | ||
| 252 | # | ||
| 253 | CONFIG_NET=y | 268 | CONFIG_NET=y |
| 254 | 269 | ||
| 255 | # | 270 | # |
| @@ -287,8 +302,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 287 | CONFIG_DEFAULT_TCP_CONG="cubic" | 302 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 288 | # CONFIG_TCP_MD5SIG is not set | 303 | # CONFIG_TCP_MD5SIG is not set |
| 289 | # CONFIG_IPV6 is not set | 304 | # CONFIG_IPV6 is not set |
| 290 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 291 | # CONFIG_INET6_TUNNEL is not set | ||
| 292 | # CONFIG_NETWORK_SECMARK is not set | 305 | # CONFIG_NETWORK_SECMARK is not set |
| 293 | # CONFIG_NETFILTER is not set | 306 | # CONFIG_NETFILTER is not set |
| 294 | # CONFIG_IP_DCCP is not set | 307 | # CONFIG_IP_DCCP is not set |
| @@ -338,6 +351,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 338 | CONFIG_STANDALONE=y | 351 | CONFIG_STANDALONE=y |
| 339 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 352 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 340 | CONFIG_FW_LOADER=y | 353 | CONFIG_FW_LOADER=y |
| 354 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 355 | CONFIG_EXTRA_FIRMWARE="" | ||
| 341 | # CONFIG_DEBUG_DRIVER is not set | 356 | # CONFIG_DEBUG_DRIVER is not set |
| 342 | # CONFIG_DEBUG_DEVRES is not set | 357 | # CONFIG_DEBUG_DEVRES is not set |
| 343 | # CONFIG_SYS_HYPERVISOR is not set | 358 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -350,6 +365,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 350 | # CONFIG_MTD_REDBOOT_PARTS is not set | 365 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 351 | CONFIG_MTD_CMDLINE_PARTS=y | 366 | CONFIG_MTD_CMDLINE_PARTS=y |
| 352 | CONFIG_MTD_OF_PARTS=y | 367 | CONFIG_MTD_OF_PARTS=y |
| 368 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 353 | 369 | ||
| 354 | # | 370 | # |
| 355 | # User Modules And Translation Layers | 371 | # User Modules And Translation Layers |
| @@ -440,6 +456,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 440 | # CONFIG_CDROM_PKTCDVD is not set | 456 | # CONFIG_CDROM_PKTCDVD is not set |
| 441 | # CONFIG_ATA_OVER_ETH is not set | 457 | # CONFIG_ATA_OVER_ETH is not set |
| 442 | # CONFIG_XILINX_SYSACE is not set | 458 | # CONFIG_XILINX_SYSACE is not set |
| 459 | # CONFIG_BLK_DEV_HD is not set | ||
| 443 | # CONFIG_MISC_DEVICES is not set | 460 | # CONFIG_MISC_DEVICES is not set |
| 444 | CONFIG_HAVE_IDE=y | 461 | CONFIG_HAVE_IDE=y |
| 445 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
| @@ -458,12 +475,15 @@ CONFIG_HAVE_IDE=y | |||
| 458 | # | 475 | # |
| 459 | # IEEE 1394 (FireWire) support | 476 | # IEEE 1394 (FireWire) support |
| 460 | # | 477 | # |
| 478 | |||
| 479 | # | ||
| 480 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 481 | # | ||
| 461 | # CONFIG_FIREWIRE is not set | 482 | # CONFIG_FIREWIRE is not set |
| 462 | # CONFIG_IEEE1394 is not set | 483 | # CONFIG_IEEE1394 is not set |
| 463 | # CONFIG_I2O is not set | 484 | # CONFIG_I2O is not set |
| 464 | # CONFIG_MACINTOSH_DRIVERS is not set | 485 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 465 | CONFIG_NETDEVICES=y | 486 | CONFIG_NETDEVICES=y |
| 466 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 467 | # CONFIG_DUMMY is not set | 487 | # CONFIG_DUMMY is not set |
| 468 | # CONFIG_BONDING is not set | 488 | # CONFIG_BONDING is not set |
| 469 | # CONFIG_MACVLAN is not set | 489 | # CONFIG_MACVLAN is not set |
| @@ -502,6 +522,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 502 | # | 522 | # |
| 503 | # CONFIG_WLAN_PRE80211 is not set | 523 | # CONFIG_WLAN_PRE80211 is not set |
| 504 | # CONFIG_WLAN_80211 is not set | 524 | # CONFIG_WLAN_80211 is not set |
| 525 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 505 | # CONFIG_WAN is not set | 526 | # CONFIG_WAN is not set |
| 506 | # CONFIG_FDDI is not set | 527 | # CONFIG_FDDI is not set |
| 507 | # CONFIG_HIPPI is not set | 528 | # CONFIG_HIPPI is not set |
| @@ -528,6 +549,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 528 | # Character devices | 549 | # Character devices |
| 529 | # | 550 | # |
| 530 | # CONFIG_VT is not set | 551 | # CONFIG_VT is not set |
| 552 | CONFIG_DEVKMEM=y | ||
| 531 | # CONFIG_SERIAL_NONSTANDARD is not set | 553 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 532 | # CONFIG_NOZOMI is not set | 554 | # CONFIG_NOZOMI is not set |
| 533 | 555 | ||
| @@ -566,12 +588,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 566 | # CONFIG_TCG_TPM is not set | 588 | # CONFIG_TCG_TPM is not set |
| 567 | CONFIG_DEVPORT=y | 589 | CONFIG_DEVPORT=y |
| 568 | # CONFIG_I2C is not set | 590 | # CONFIG_I2C is not set |
| 569 | |||
| 570 | # | ||
| 571 | # SPI support | ||
| 572 | # | ||
| 573 | # CONFIG_SPI is not set | 591 | # CONFIG_SPI is not set |
| 574 | # CONFIG_SPI_MASTER is not set | 592 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 593 | # CONFIG_GPIOLIB is not set | ||
| 575 | # CONFIG_W1 is not set | 594 | # CONFIG_W1 is not set |
| 576 | # CONFIG_POWER_SUPPLY is not set | 595 | # CONFIG_POWER_SUPPLY is not set |
| 577 | # CONFIG_HWMON is not set | 596 | # CONFIG_HWMON is not set |
| @@ -587,13 +606,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 587 | # | 606 | # |
| 588 | # Multifunction device drivers | 607 | # Multifunction device drivers |
| 589 | # | 608 | # |
| 609 | # CONFIG_MFD_CORE is not set | ||
| 590 | # CONFIG_MFD_SM501 is not set | 610 | # CONFIG_MFD_SM501 is not set |
| 611 | # CONFIG_HTC_PASIC3 is not set | ||
| 591 | 612 | ||
| 592 | # | 613 | # |
| 593 | # Multimedia devices | 614 | # Multimedia devices |
| 594 | # | 615 | # |
| 616 | |||
| 617 | # | ||
| 618 | # Multimedia core support | ||
| 619 | # | ||
| 595 | # CONFIG_VIDEO_DEV is not set | 620 | # CONFIG_VIDEO_DEV is not set |
| 596 | # CONFIG_DVB_CORE is not set | 621 | # CONFIG_DVB_CORE is not set |
| 622 | # CONFIG_VIDEO_MEDIA is not set | ||
| 623 | |||
| 624 | # | ||
| 625 | # Multimedia drivers | ||
| 626 | # | ||
| 597 | # CONFIG_DAB is not set | 627 | # CONFIG_DAB is not set |
| 598 | 628 | ||
| 599 | # | 629 | # |
| @@ -610,22 +640,16 @@ CONFIG_SSB_POSSIBLE=y | |||
| 610 | # Display device support | 640 | # Display device support |
| 611 | # | 641 | # |
| 612 | # CONFIG_DISPLAY_SUPPORT is not set | 642 | # CONFIG_DISPLAY_SUPPORT is not set |
| 613 | |||
| 614 | # | ||
| 615 | # Sound | ||
| 616 | # | ||
| 617 | # CONFIG_SOUND is not set | 643 | # CONFIG_SOUND is not set |
| 618 | # CONFIG_USB_SUPPORT is not set | 644 | # CONFIG_USB_SUPPORT is not set |
| 619 | # CONFIG_MMC is not set | 645 | # CONFIG_MMC is not set |
| 620 | # CONFIG_MEMSTICK is not set | 646 | # CONFIG_MEMSTICK is not set |
| 621 | # CONFIG_NEW_LEDS is not set | 647 | # CONFIG_NEW_LEDS is not set |
| 648 | # CONFIG_ACCESSIBILITY is not set | ||
| 622 | # CONFIG_INFINIBAND is not set | 649 | # CONFIG_INFINIBAND is not set |
| 623 | # CONFIG_EDAC is not set | 650 | # CONFIG_EDAC is not set |
| 624 | # CONFIG_RTC_CLASS is not set | 651 | # CONFIG_RTC_CLASS is not set |
| 625 | 652 | # CONFIG_DMADEVICES is not set | |
| 626 | # | ||
| 627 | # Userspace I/O | ||
| 628 | # | ||
| 629 | # CONFIG_UIO is not set | 653 | # CONFIG_UIO is not set |
| 630 | 654 | ||
| 631 | # | 655 | # |
| @@ -640,7 +664,6 @@ CONFIG_EXT2_FS=y | |||
| 640 | # CONFIG_JFS_FS is not set | 664 | # CONFIG_JFS_FS is not set |
| 641 | # CONFIG_FS_POSIX_ACL is not set | 665 | # CONFIG_FS_POSIX_ACL is not set |
| 642 | # CONFIG_XFS_FS is not set | 666 | # CONFIG_XFS_FS is not set |
| 643 | # CONFIG_GFS2_FS is not set | ||
| 644 | # CONFIG_OCFS2_FS is not set | 667 | # CONFIG_OCFS2_FS is not set |
| 645 | CONFIG_DNOTIFY=y | 668 | CONFIG_DNOTIFY=y |
| 646 | CONFIG_INOTIFY=y | 669 | CONFIG_INOTIFY=y |
| @@ -689,6 +712,7 @@ CONFIG_TMPFS=y | |||
| 689 | CONFIG_CRAMFS=y | 712 | CONFIG_CRAMFS=y |
| 690 | # CONFIG_VXFS_FS is not set | 713 | # CONFIG_VXFS_FS is not set |
| 691 | # CONFIG_MINIX_FS is not set | 714 | # CONFIG_MINIX_FS is not set |
| 715 | # CONFIG_OMFS_FS is not set | ||
| 692 | # CONFIG_HPFS_FS is not set | 716 | # CONFIG_HPFS_FS is not set |
| 693 | # CONFIG_QNX4FS_FS is not set | 717 | # CONFIG_QNX4FS_FS is not set |
| 694 | # CONFIG_ROMFS_FS is not set | 718 | # CONFIG_ROMFS_FS is not set |
| @@ -699,14 +723,12 @@ CONFIG_NFS_FS=y | |||
| 699 | CONFIG_NFS_V3=y | 723 | CONFIG_NFS_V3=y |
| 700 | # CONFIG_NFS_V3_ACL is not set | 724 | # CONFIG_NFS_V3_ACL is not set |
| 701 | # CONFIG_NFS_V4 is not set | 725 | # CONFIG_NFS_V4 is not set |
| 702 | # CONFIG_NFS_DIRECTIO is not set | ||
| 703 | # CONFIG_NFSD is not set | ||
| 704 | CONFIG_ROOT_NFS=y | 726 | CONFIG_ROOT_NFS=y |
| 727 | # CONFIG_NFSD is not set | ||
| 705 | CONFIG_LOCKD=y | 728 | CONFIG_LOCKD=y |
| 706 | CONFIG_LOCKD_V4=y | 729 | CONFIG_LOCKD_V4=y |
| 707 | CONFIG_NFS_COMMON=y | 730 | CONFIG_NFS_COMMON=y |
| 708 | CONFIG_SUNRPC=y | 731 | CONFIG_SUNRPC=y |
| 709 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 710 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 732 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 711 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 733 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 712 | # CONFIG_SMB_FS is not set | 734 | # CONFIG_SMB_FS is not set |
| @@ -727,8 +749,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 727 | # Library routines | 749 | # Library routines |
| 728 | # | 750 | # |
| 729 | CONFIG_BITREVERSE=y | 751 | CONFIG_BITREVERSE=y |
| 752 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 730 | # CONFIG_CRC_CCITT is not set | 753 | # CONFIG_CRC_CCITT is not set |
| 731 | # CONFIG_CRC16 is not set | 754 | # CONFIG_CRC16 is not set |
| 755 | # CONFIG_CRC_T10DIF is not set | ||
| 732 | # CONFIG_CRC_ITU_T is not set | 756 | # CONFIG_CRC_ITU_T is not set |
| 733 | CONFIG_CRC32=y | 757 | CONFIG_CRC32=y |
| 734 | # CONFIG_CRC7 is not set | 758 | # CONFIG_CRC7 is not set |
| @@ -738,6 +762,7 @@ CONFIG_PLIST=y | |||
| 738 | CONFIG_HAS_IOMEM=y | 762 | CONFIG_HAS_IOMEM=y |
| 739 | CONFIG_HAS_IOPORT=y | 763 | CONFIG_HAS_IOPORT=y |
| 740 | CONFIG_HAS_DMA=y | 764 | CONFIG_HAS_DMA=y |
| 765 | CONFIG_HAVE_LMB=y | ||
| 741 | 766 | ||
| 742 | # | 767 | # |
| 743 | # Kernel hacking | 768 | # Kernel hacking |
| @@ -745,6 +770,7 @@ CONFIG_HAS_DMA=y | |||
| 745 | # CONFIG_PRINTK_TIME is not set | 770 | # CONFIG_PRINTK_TIME is not set |
| 746 | CONFIG_ENABLE_WARN_DEPRECATED=y | 771 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 747 | CONFIG_ENABLE_MUST_CHECK=y | 772 | CONFIG_ENABLE_MUST_CHECK=y |
| 773 | CONFIG_FRAME_WARN=1024 | ||
| 748 | CONFIG_MAGIC_SYSRQ=y | 774 | CONFIG_MAGIC_SYSRQ=y |
| 749 | # CONFIG_UNUSED_SYMBOLS is not set | 775 | # CONFIG_UNUSED_SYMBOLS is not set |
| 750 | CONFIG_DEBUG_FS=y | 776 | CONFIG_DEBUG_FS=y |
| @@ -752,9 +778,12 @@ CONFIG_DEBUG_FS=y | |||
| 752 | CONFIG_DEBUG_KERNEL=y | 778 | CONFIG_DEBUG_KERNEL=y |
| 753 | # CONFIG_DEBUG_SHIRQ is not set | 779 | # CONFIG_DEBUG_SHIRQ is not set |
| 754 | CONFIG_DETECT_SOFTLOCKUP=y | 780 | CONFIG_DETECT_SOFTLOCKUP=y |
| 781 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 782 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 755 | CONFIG_SCHED_DEBUG=y | 783 | CONFIG_SCHED_DEBUG=y |
| 756 | # CONFIG_SCHEDSTATS is not set | 784 | # CONFIG_SCHEDSTATS is not set |
| 757 | # CONFIG_TIMER_STATS is not set | 785 | # CONFIG_TIMER_STATS is not set |
| 786 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 758 | # CONFIG_SLUB_DEBUG_ON is not set | 787 | # CONFIG_SLUB_DEBUG_ON is not set |
| 759 | # CONFIG_SLUB_STATS is not set | 788 | # CONFIG_SLUB_STATS is not set |
| 760 | # CONFIG_DEBUG_RT_MUTEXES is not set | 789 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -767,17 +796,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 767 | CONFIG_DEBUG_BUGVERBOSE=y | 796 | CONFIG_DEBUG_BUGVERBOSE=y |
| 768 | # CONFIG_DEBUG_INFO is not set | 797 | # CONFIG_DEBUG_INFO is not set |
| 769 | # CONFIG_DEBUG_VM is not set | 798 | # CONFIG_DEBUG_VM is not set |
| 799 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 800 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 770 | # CONFIG_DEBUG_LIST is not set | 801 | # CONFIG_DEBUG_LIST is not set |
| 771 | # CONFIG_DEBUG_SG is not set | 802 | # CONFIG_DEBUG_SG is not set |
| 772 | # CONFIG_BOOT_PRINTK_DELAY is not set | 803 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 773 | # CONFIG_RCU_TORTURE_TEST is not set | 804 | # CONFIG_RCU_TORTURE_TEST is not set |
| 774 | # CONFIG_BACKTRACE_SELF_TEST is not set | 805 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 775 | # CONFIG_FAULT_INJECTION is not set | 806 | # CONFIG_FAULT_INJECTION is not set |
| 807 | # CONFIG_LATENCYTOP is not set | ||
| 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 | ||
| 776 | # CONFIG_SAMPLES is not set | 813 | # CONFIG_SAMPLES is not set |
| 814 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 815 | # CONFIG_KGDB is not set | ||
| 777 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 816 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 778 | # CONFIG_DEBUG_STACK_USAGE is not set | 817 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 779 | # CONFIG_DEBUG_PAGEALLOC is not set | 818 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 780 | # CONFIG_DEBUGGER is not set | 819 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 820 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 821 | # CONFIG_XMON is not set | ||
| 822 | # CONFIG_IRQSTACKS is not set | ||
| 781 | # CONFIG_VIRQ_DEBUG is not set | 823 | # CONFIG_VIRQ_DEBUG is not set |
| 782 | # CONFIG_BDI_SWITCH is not set | 824 | # CONFIG_BDI_SWITCH is not set |
| 783 | # CONFIG_PPC_EARLY_DEBUG is not set | 825 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -789,51 +831,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 789 | # CONFIG_SECURITY is not set | 831 | # CONFIG_SECURITY is not set |
| 790 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 832 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 791 | CONFIG_CRYPTO=y | 833 | CONFIG_CRYPTO=y |
| 834 | |||
| 835 | # | ||
| 836 | # Crypto core or helper | ||
| 837 | # | ||
| 792 | CONFIG_CRYPTO_ALGAPI=y | 838 | CONFIG_CRYPTO_ALGAPI=y |
| 793 | CONFIG_CRYPTO_BLKCIPHER=y | 839 | CONFIG_CRYPTO_BLKCIPHER=y |
| 794 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 795 | CONFIG_CRYPTO_MANAGER=y | 840 | CONFIG_CRYPTO_MANAGER=y |
| 841 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 842 | # CONFIG_CRYPTO_NULL is not set | ||
| 843 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 844 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 845 | # CONFIG_CRYPTO_TEST is not set | ||
| 846 | |||
| 847 | # | ||
| 848 | # Authenticated Encryption with Associated Data | ||
| 849 | # | ||
| 850 | # CONFIG_CRYPTO_CCM is not set | ||
| 851 | # CONFIG_CRYPTO_GCM is not set | ||
| 852 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 853 | |||
| 854 | # | ||
| 855 | # Block modes | ||
| 856 | # | ||
| 857 | CONFIG_CRYPTO_CBC=y | ||
| 858 | # CONFIG_CRYPTO_CTR is not set | ||
| 859 | # CONFIG_CRYPTO_CTS is not set | ||
| 860 | CONFIG_CRYPTO_ECB=y | ||
| 861 | # CONFIG_CRYPTO_LRW is not set | ||
| 862 | CONFIG_CRYPTO_PCBC=y | ||
| 863 | # CONFIG_CRYPTO_XTS is not set | ||
| 864 | |||
| 865 | # | ||
| 866 | # Hash modes | ||
| 867 | # | ||
| 796 | # CONFIG_CRYPTO_HMAC is not set | 868 | # CONFIG_CRYPTO_HMAC is not set |
| 797 | # CONFIG_CRYPTO_XCBC is not set | 869 | # CONFIG_CRYPTO_XCBC is not set |
| 798 | # CONFIG_CRYPTO_NULL is not set | 870 | |
| 871 | # | ||
| 872 | # Digest | ||
| 873 | # | ||
| 874 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 799 | # CONFIG_CRYPTO_MD4 is not set | 875 | # CONFIG_CRYPTO_MD4 is not set |
| 800 | CONFIG_CRYPTO_MD5=y | 876 | CONFIG_CRYPTO_MD5=y |
| 877 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 878 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 879 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 880 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 881 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 801 | # CONFIG_CRYPTO_SHA1 is not set | 882 | # CONFIG_CRYPTO_SHA1 is not set |
| 802 | # CONFIG_CRYPTO_SHA256 is not set | 883 | # CONFIG_CRYPTO_SHA256 is not set |
| 803 | # CONFIG_CRYPTO_SHA512 is not set | 884 | # CONFIG_CRYPTO_SHA512 is not set |
| 804 | # CONFIG_CRYPTO_WP512 is not set | ||
| 805 | # CONFIG_CRYPTO_TGR192 is not set | 885 | # CONFIG_CRYPTO_TGR192 is not set |
| 806 | # CONFIG_CRYPTO_GF128MUL is not set | 886 | # CONFIG_CRYPTO_WP512 is not set |
| 807 | CONFIG_CRYPTO_ECB=y | 887 | |
| 808 | CONFIG_CRYPTO_CBC=y | 888 | # |
| 809 | CONFIG_CRYPTO_PCBC=y | 889 | # Ciphers |
| 810 | # CONFIG_CRYPTO_LRW is not set | 890 | # |
| 811 | # CONFIG_CRYPTO_XTS is not set | ||
| 812 | # CONFIG_CRYPTO_CTR is not set | ||
| 813 | # CONFIG_CRYPTO_GCM is not set | ||
| 814 | # CONFIG_CRYPTO_CCM is not set | ||
| 815 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 816 | CONFIG_CRYPTO_DES=y | ||
| 817 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 818 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 819 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 820 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 821 | # CONFIG_CRYPTO_AES is not set | 891 | # CONFIG_CRYPTO_AES is not set |
| 892 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 893 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 894 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 895 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 822 | # CONFIG_CRYPTO_CAST5 is not set | 896 | # CONFIG_CRYPTO_CAST5 is not set |
| 823 | # CONFIG_CRYPTO_CAST6 is not set | 897 | # CONFIG_CRYPTO_CAST6 is not set |
| 824 | # CONFIG_CRYPTO_TEA is not set | 898 | CONFIG_CRYPTO_DES=y |
| 825 | # CONFIG_CRYPTO_ARC4 is not set | 899 | # CONFIG_CRYPTO_FCRYPT is not set |
| 826 | # CONFIG_CRYPTO_KHAZAD is not set | 900 | # CONFIG_CRYPTO_KHAZAD is not set |
| 827 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 828 | # CONFIG_CRYPTO_SEED is not set | ||
| 829 | # CONFIG_CRYPTO_SALSA20 is not set | 901 | # CONFIG_CRYPTO_SALSA20 is not set |
| 902 | # CONFIG_CRYPTO_SEED is not set | ||
| 903 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 904 | # CONFIG_CRYPTO_TEA is not set | ||
| 905 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 906 | |||
| 907 | # | ||
| 908 | # Compression | ||
| 909 | # | ||
| 830 | # CONFIG_CRYPTO_DEFLATE is not set | 910 | # CONFIG_CRYPTO_DEFLATE is not set |
| 831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 832 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 833 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 834 | # CONFIG_CRYPTO_TEST is not set | ||
| 835 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 836 | # CONFIG_CRYPTO_LZO is not set | 911 | # CONFIG_CRYPTO_LZO is not set |
| 837 | CONFIG_CRYPTO_HW=y | 912 | CONFIG_CRYPTO_HW=y |
| 838 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 913 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 839 | # CONFIG_PPC_CLOCK is not set | 914 | # CONFIG_PPC_CLOCK is not set |
| 915 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/40x/walnut_defconfig b/arch/powerpc/configs/40x/walnut_defconfig index 3b2689e5002a..aee79338f41f 100644 --- a/arch/powerpc/configs/40x/walnut_defconfig +++ b/arch/powerpc/configs/40x/walnut_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:54:12 2008 | 4 | # Tue Aug 5 19:40:56 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
| 26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
| 29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
| 32 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -75,6 +79,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 75 | CONFIG_USER_SCHED=y | 79 | CONFIG_USER_SCHED=y |
| 76 | # CONFIG_CGROUP_SCHED is not set | 80 | # CONFIG_CGROUP_SCHED is not set |
| 77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
| 82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
| 79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
| 80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
| @@ -83,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 87 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
| 88 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -108,13 +114,22 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 109 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 110 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | ||
| 121 | 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 | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 116 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 117 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 118 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 119 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 120 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -125,6 +140,7 @@ CONFIG_LBD=y | |||
| 125 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 126 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 127 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 128 | 144 | ||
| 129 | # | 145 | # |
| 130 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -139,14 +155,11 @@ CONFIG_DEFAULT_AS=y | |||
| 139 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
| 140 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 141 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
| 142 | # CONFIG_PREEMPT_RCU is not set | ||
| 143 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 158 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 144 | 159 | ||
| 145 | # | 160 | # |
| 146 | # Platform support | 161 | # Platform support |
| 147 | # | 162 | # |
| 148 | # CONFIG_PPC_MPC512x is not set | ||
| 149 | # CONFIG_PPC_MPC5121 is not set | ||
| 150 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 151 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 152 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| @@ -189,7 +202,6 @@ CONFIG_HZ=250 | |||
| 189 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
| 190 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 191 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
| 192 | CONFIG_RCU_TRACE=y | ||
| 193 | CONFIG_BINFMT_ELF=y | 205 | CONFIG_BINFMT_ELF=y |
| 194 | # CONFIG_BINFMT_MISC is not set | 206 | # CONFIG_BINFMT_MISC is not set |
| 195 | # CONFIG_MATH_EMULATION is not set | 207 | # CONFIG_MATH_EMULATION is not set |
| @@ -207,13 +219,17 @@ CONFIG_FLATMEM=y | |||
| 207 | CONFIG_FLAT_NODE_MEM_MAP=y | 219 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 208 | # CONFIG_SPARSEMEM_STATIC is not set | 220 | # CONFIG_SPARSEMEM_STATIC is not set |
| 209 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 222 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 210 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 211 | CONFIG_RESOURCES_64BIT=y | 225 | CONFIG_RESOURCES_64BIT=y |
| 212 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 213 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| 214 | CONFIG_VIRT_TO_BUS=y | 228 | CONFIG_VIRT_TO_BUS=y |
| 229 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 215 | CONFIG_PROC_DEVICETREE=y | 230 | CONFIG_PROC_DEVICETREE=y |
| 216 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 217 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 218 | CONFIG_SECCOMP=y | 234 | CONFIG_SECCOMP=y |
| 219 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -223,6 +239,8 @@ CONFIG_ISA_DMA_API=y | |||
| 223 | # | 239 | # |
| 224 | CONFIG_ZONE_DMA=y | 240 | CONFIG_ZONE_DMA=y |
| 225 | CONFIG_PPC_INDIRECT_PCI=y | 241 | CONFIG_PPC_INDIRECT_PCI=y |
| 242 | CONFIG_4xx_SOC=y | ||
| 243 | CONFIG_PPC_PCI_CHOICE=y | ||
| 226 | CONFIG_PCI=y | 244 | CONFIG_PCI=y |
| 227 | CONFIG_PCI_DOMAINS=y | 245 | CONFIG_PCI_DOMAINS=y |
| 228 | CONFIG_PCI_SYSCALL=y | 246 | CONFIG_PCI_SYSCALL=y |
| @@ -233,6 +251,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
| 233 | # CONFIG_PCI_DEBUG is not set | 251 | # CONFIG_PCI_DEBUG is not set |
| 234 | # CONFIG_PCCARD is not set | 252 | # CONFIG_PCCARD is not set |
| 235 | # CONFIG_HOTPLUG_PCI is not set | 253 | # CONFIG_HOTPLUG_PCI is not set |
| 254 | # CONFIG_HAS_RAPIDIO is not set | ||
| 236 | 255 | ||
| 237 | # | 256 | # |
| 238 | # Advanced setup | 257 | # Advanced setup |
| @@ -242,17 +261,13 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
| 242 | # | 261 | # |
| 243 | # Default settings for advanced configuration options are used | 262 | # Default settings for advanced configuration options are used |
| 244 | # | 263 | # |
| 245 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 246 | CONFIG_LOWMEM_SIZE=0x30000000 | 264 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 265 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 247 | CONFIG_KERNEL_START=0xc0000000 | 266 | CONFIG_KERNEL_START=0xc0000000 |
| 267 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 248 | CONFIG_TASK_SIZE=0xc0000000 | 268 | CONFIG_TASK_SIZE=0xc0000000 |
| 249 | CONFIG_CONSISTENT_START=0xff100000 | 269 | CONFIG_CONSISTENT_START=0xff100000 |
| 250 | CONFIG_CONSISTENT_SIZE=0x00200000 | 270 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 251 | CONFIG_BOOT_LOAD=0x00400000 | ||
| 252 | |||
| 253 | # | ||
| 254 | # Networking | ||
| 255 | # | ||
| 256 | CONFIG_NET=y | 271 | CONFIG_NET=y |
| 257 | 272 | ||
| 258 | # | 273 | # |
| @@ -290,8 +305,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 290 | CONFIG_DEFAULT_TCP_CONG="cubic" | 305 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 291 | # CONFIG_TCP_MD5SIG is not set | 306 | # CONFIG_TCP_MD5SIG is not set |
| 292 | # CONFIG_IPV6 is not set | 307 | # CONFIG_IPV6 is not set |
| 293 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 294 | # CONFIG_INET6_TUNNEL is not set | ||
| 295 | # CONFIG_NETWORK_SECMARK is not set | 308 | # CONFIG_NETWORK_SECMARK is not set |
| 296 | # CONFIG_NETFILTER is not set | 309 | # CONFIG_NETFILTER is not set |
| 297 | # CONFIG_IP_DCCP is not set | 310 | # CONFIG_IP_DCCP is not set |
| @@ -341,6 +354,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 341 | CONFIG_STANDALONE=y | 354 | CONFIG_STANDALONE=y |
| 342 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 355 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 343 | CONFIG_FW_LOADER=y | 356 | CONFIG_FW_LOADER=y |
| 357 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 358 | CONFIG_EXTRA_FIRMWARE="" | ||
| 344 | # CONFIG_DEBUG_DRIVER is not set | 359 | # CONFIG_DEBUG_DRIVER is not set |
| 345 | # CONFIG_DEBUG_DEVRES is not set | 360 | # CONFIG_DEBUG_DEVRES is not set |
| 346 | # CONFIG_SYS_HYPERVISOR is not set | 361 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -353,6 +368,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 353 | # CONFIG_MTD_REDBOOT_PARTS is not set | 368 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 354 | CONFIG_MTD_CMDLINE_PARTS=y | 369 | CONFIG_MTD_CMDLINE_PARTS=y |
| 355 | CONFIG_MTD_OF_PARTS=y | 370 | CONFIG_MTD_OF_PARTS=y |
| 371 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 356 | 372 | ||
| 357 | # | 373 | # |
| 358 | # User Modules And Translation Layers | 374 | # User Modules And Translation Layers |
| @@ -443,12 +459,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 443 | # CONFIG_CDROM_PKTCDVD is not set | 459 | # CONFIG_CDROM_PKTCDVD is not set |
| 444 | # CONFIG_ATA_OVER_ETH is not set | 460 | # CONFIG_ATA_OVER_ETH is not set |
| 445 | # CONFIG_XILINX_SYSACE is not set | 461 | # CONFIG_XILINX_SYSACE is not set |
| 462 | # CONFIG_BLK_DEV_HD is not set | ||
| 446 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
| 447 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
| 448 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
| 449 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
| 450 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
| 451 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HP_ILO is not set | ||
| 452 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
| 453 | # CONFIG_IDE is not set | 471 | # CONFIG_IDE is not set |
| 454 | 472 | ||
| @@ -466,12 +484,15 @@ CONFIG_HAVE_IDE=y | |||
| 466 | # | 484 | # |
| 467 | # IEEE 1394 (FireWire) support | 485 | # IEEE 1394 (FireWire) support |
| 468 | # | 486 | # |
| 487 | |||
| 488 | # | ||
| 489 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 490 | # | ||
| 469 | # CONFIG_FIREWIRE is not set | 491 | # CONFIG_FIREWIRE is not set |
| 470 | # CONFIG_IEEE1394 is not set | 492 | # CONFIG_IEEE1394 is not set |
| 471 | # CONFIG_I2O is not set | 493 | # CONFIG_I2O is not set |
| 472 | # CONFIG_MACINTOSH_DRIVERS is not set | 494 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 473 | CONFIG_NETDEVICES=y | 495 | CONFIG_NETDEVICES=y |
| 474 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 475 | # CONFIG_DUMMY is not set | 496 | # CONFIG_DUMMY is not set |
| 476 | # CONFIG_BONDING is not set | 497 | # CONFIG_BONDING is not set |
| 477 | # CONFIG_MACVLAN is not set | 498 | # CONFIG_MACVLAN is not set |
| @@ -506,7 +527,6 @@ CONFIG_NETDEV_1000=y | |||
| 506 | # CONFIG_DL2K is not set | 527 | # CONFIG_DL2K is not set |
| 507 | # CONFIG_E1000 is not set | 528 | # CONFIG_E1000 is not set |
| 508 | # CONFIG_E1000E is not set | 529 | # CONFIG_E1000E is not set |
| 509 | # CONFIG_E1000E_ENABLED is not set | ||
| 510 | # CONFIG_IP1000 is not set | 530 | # CONFIG_IP1000 is not set |
| 511 | # CONFIG_IGB is not set | 531 | # CONFIG_IGB is not set |
| 512 | # CONFIG_NS83820 is not set | 532 | # CONFIG_NS83820 is not set |
| @@ -516,12 +536,12 @@ CONFIG_NETDEV_1000=y | |||
| 516 | # CONFIG_SIS190 is not set | 536 | # CONFIG_SIS190 is not set |
| 517 | # CONFIG_SKGE is not set | 537 | # CONFIG_SKGE is not set |
| 518 | # CONFIG_SKY2 is not set | 538 | # CONFIG_SKY2 is not set |
| 519 | # CONFIG_SK98LIN is not set | ||
| 520 | # CONFIG_VIA_VELOCITY is not set | 539 | # CONFIG_VIA_VELOCITY is not set |
| 521 | # CONFIG_TIGON3 is not set | 540 | # CONFIG_TIGON3 is not set |
| 522 | # CONFIG_BNX2 is not set | 541 | # CONFIG_BNX2 is not set |
| 523 | # CONFIG_QLA3XXX is not set | 542 | # CONFIG_QLA3XXX is not set |
| 524 | # CONFIG_ATL1 is not set | 543 | # CONFIG_ATL1 is not set |
| 544 | # CONFIG_ATL1E is not set | ||
| 525 | CONFIG_NETDEV_10000=y | 545 | CONFIG_NETDEV_10000=y |
| 526 | # CONFIG_CHELSIO_T1 is not set | 546 | # CONFIG_CHELSIO_T1 is not set |
| 527 | # CONFIG_CHELSIO_T3 is not set | 547 | # CONFIG_CHELSIO_T3 is not set |
| @@ -534,6 +554,7 @@ CONFIG_NETDEV_10000=y | |||
| 534 | # CONFIG_MLX4_CORE is not set | 554 | # CONFIG_MLX4_CORE is not set |
| 535 | # CONFIG_TEHUTI is not set | 555 | # CONFIG_TEHUTI is not set |
| 536 | # CONFIG_BNX2X is not set | 556 | # CONFIG_BNX2X is not set |
| 557 | # CONFIG_SFC is not set | ||
| 537 | # CONFIG_TR is not set | 558 | # CONFIG_TR is not set |
| 538 | 559 | ||
| 539 | # | 560 | # |
| @@ -541,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
| 541 | # | 562 | # |
| 542 | # CONFIG_WLAN_PRE80211 is not set | 563 | # CONFIG_WLAN_PRE80211 is not set |
| 543 | # CONFIG_WLAN_80211 is not set | 564 | # CONFIG_WLAN_80211 is not set |
| 565 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 544 | # CONFIG_WAN is not set | 566 | # CONFIG_WAN is not set |
| 545 | # CONFIG_FDDI is not set | 567 | # CONFIG_FDDI is not set |
| 546 | # CONFIG_HIPPI is not set | 568 | # CONFIG_HIPPI is not set |
| @@ -567,6 +589,7 @@ CONFIG_NETDEV_10000=y | |||
| 567 | # Character devices | 589 | # Character devices |
| 568 | # | 590 | # |
| 569 | # CONFIG_VT is not set | 591 | # CONFIG_VT is not set |
| 592 | CONFIG_DEVKMEM=y | ||
| 570 | # CONFIG_SERIAL_NONSTANDARD is not set | 593 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 571 | # CONFIG_NOZOMI is not set | 594 | # CONFIG_NOZOMI is not set |
| 572 | 595 | ||
| @@ -605,12 +628,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 605 | # CONFIG_TCG_TPM is not set | 628 | # CONFIG_TCG_TPM is not set |
| 606 | CONFIG_DEVPORT=y | 629 | CONFIG_DEVPORT=y |
| 607 | # CONFIG_I2C is not set | 630 | # CONFIG_I2C is not set |
| 608 | |||
| 609 | # | ||
| 610 | # SPI support | ||
| 611 | # | ||
| 612 | # CONFIG_SPI is not set | 631 | # CONFIG_SPI is not set |
| 613 | # CONFIG_SPI_MASTER is not set | 632 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 633 | # CONFIG_GPIOLIB is not set | ||
| 614 | # CONFIG_W1 is not set | 634 | # CONFIG_W1 is not set |
| 615 | # CONFIG_POWER_SUPPLY is not set | 635 | # CONFIG_POWER_SUPPLY is not set |
| 616 | # CONFIG_HWMON is not set | 636 | # CONFIG_HWMON is not set |
| @@ -626,13 +646,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 626 | # | 646 | # |
| 627 | # Multifunction device drivers | 647 | # Multifunction device drivers |
| 628 | # | 648 | # |
| 649 | # CONFIG_MFD_CORE is not set | ||
| 629 | # CONFIG_MFD_SM501 is not set | 650 | # CONFIG_MFD_SM501 is not set |
| 651 | # CONFIG_HTC_PASIC3 is not set | ||
| 630 | 652 | ||
| 631 | # | 653 | # |
| 632 | # Multimedia devices | 654 | # Multimedia devices |
| 633 | # | 655 | # |
| 656 | |||
| 657 | # | ||
| 658 | # Multimedia core support | ||
| 659 | # | ||
| 634 | # CONFIG_VIDEO_DEV is not set | 660 | # CONFIG_VIDEO_DEV is not set |
| 635 | # CONFIG_DVB_CORE is not set | 661 | # CONFIG_DVB_CORE is not set |
| 662 | # CONFIG_VIDEO_MEDIA is not set | ||
| 663 | |||
| 664 | # | ||
| 665 | # Multimedia drivers | ||
| 666 | # | ||
| 636 | # CONFIG_DAB is not set | 667 | # CONFIG_DAB is not set |
| 637 | 668 | ||
| 638 | # | 669 | # |
| @@ -649,16 +680,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 649 | # Display device support | 680 | # Display device support |
| 650 | # | 681 | # |
| 651 | # CONFIG_DISPLAY_SUPPORT is not set | 682 | # CONFIG_DISPLAY_SUPPORT is not set |
| 652 | |||
| 653 | # | ||
| 654 | # Sound | ||
| 655 | # | ||
| 656 | # CONFIG_SOUND is not set | 683 | # CONFIG_SOUND is not set |
| 657 | CONFIG_USB_SUPPORT=y | 684 | CONFIG_USB_SUPPORT=y |
| 658 | CONFIG_USB_ARCH_HAS_HCD=y | 685 | CONFIG_USB_ARCH_HAS_HCD=y |
| 659 | CONFIG_USB_ARCH_HAS_OHCI=y | 686 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 660 | CONFIG_USB_ARCH_HAS_EHCI=y | 687 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 661 | # CONFIG_USB is not set | 688 | # CONFIG_USB is not set |
| 689 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 690 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 662 | 691 | ||
| 663 | # | 692 | # |
| 664 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 693 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -667,13 +696,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 667 | # CONFIG_MMC is not set | 696 | # CONFIG_MMC is not set |
| 668 | # CONFIG_MEMSTICK is not set | 697 | # CONFIG_MEMSTICK is not set |
| 669 | # CONFIG_NEW_LEDS is not set | 698 | # CONFIG_NEW_LEDS is not set |
| 699 | # CONFIG_ACCESSIBILITY is not set | ||
| 670 | # CONFIG_INFINIBAND is not set | 700 | # CONFIG_INFINIBAND is not set |
| 671 | # CONFIG_EDAC is not set | 701 | # CONFIG_EDAC is not set |
| 672 | # CONFIG_RTC_CLASS is not set | 702 | # CONFIG_RTC_CLASS is not set |
| 673 | 703 | # CONFIG_DMADEVICES is not set | |
| 674 | # | ||
| 675 | # Userspace I/O | ||
| 676 | # | ||
| 677 | # CONFIG_UIO is not set | 704 | # CONFIG_UIO is not set |
| 678 | 705 | ||
| 679 | # | 706 | # |
| @@ -688,7 +715,6 @@ CONFIG_EXT2_FS=y | |||
| 688 | # CONFIG_JFS_FS is not set | 715 | # CONFIG_JFS_FS is not set |
| 689 | # CONFIG_FS_POSIX_ACL is not set | 716 | # CONFIG_FS_POSIX_ACL is not set |
| 690 | # CONFIG_XFS_FS is not set | 717 | # CONFIG_XFS_FS is not set |
| 691 | # CONFIG_GFS2_FS is not set | ||
| 692 | # CONFIG_OCFS2_FS is not set | 718 | # CONFIG_OCFS2_FS is not set |
| 693 | CONFIG_DNOTIFY=y | 719 | CONFIG_DNOTIFY=y |
| 694 | CONFIG_INOTIFY=y | 720 | CONFIG_INOTIFY=y |
| @@ -737,6 +763,7 @@ CONFIG_TMPFS=y | |||
| 737 | CONFIG_CRAMFS=y | 763 | CONFIG_CRAMFS=y |
| 738 | # CONFIG_VXFS_FS is not set | 764 | # CONFIG_VXFS_FS is not set |
| 739 | # CONFIG_MINIX_FS is not set | 765 | # CONFIG_MINIX_FS is not set |
| 766 | # CONFIG_OMFS_FS is not set | ||
| 740 | # CONFIG_HPFS_FS is not set | 767 | # CONFIG_HPFS_FS is not set |
| 741 | # CONFIG_QNX4FS_FS is not set | 768 | # CONFIG_QNX4FS_FS is not set |
| 742 | # CONFIG_ROMFS_FS is not set | 769 | # CONFIG_ROMFS_FS is not set |
| @@ -747,14 +774,12 @@ CONFIG_NFS_FS=y | |||
| 747 | CONFIG_NFS_V3=y | 774 | CONFIG_NFS_V3=y |
| 748 | # CONFIG_NFS_V3_ACL is not set | 775 | # CONFIG_NFS_V3_ACL is not set |
| 749 | # CONFIG_NFS_V4 is not set | 776 | # CONFIG_NFS_V4 is not set |
| 750 | # CONFIG_NFS_DIRECTIO is not set | ||
| 751 | # CONFIG_NFSD is not set | ||
| 752 | CONFIG_ROOT_NFS=y | 777 | CONFIG_ROOT_NFS=y |
| 778 | # CONFIG_NFSD is not set | ||
| 753 | CONFIG_LOCKD=y | 779 | CONFIG_LOCKD=y |
| 754 | CONFIG_LOCKD_V4=y | 780 | CONFIG_LOCKD_V4=y |
| 755 | CONFIG_NFS_COMMON=y | 781 | CONFIG_NFS_COMMON=y |
| 756 | CONFIG_SUNRPC=y | 782 | CONFIG_SUNRPC=y |
| 757 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 758 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 783 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 759 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 784 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 760 | # CONFIG_SMB_FS is not set | 785 | # CONFIG_SMB_FS is not set |
| @@ -775,8 +800,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 775 | # Library routines | 800 | # Library routines |
| 776 | # | 801 | # |
| 777 | CONFIG_BITREVERSE=y | 802 | CONFIG_BITREVERSE=y |
| 803 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 778 | # CONFIG_CRC_CCITT is not set | 804 | # CONFIG_CRC_CCITT is not set |
| 779 | # CONFIG_CRC16 is not set | 805 | # CONFIG_CRC16 is not set |
| 806 | # CONFIG_CRC_T10DIF is not set | ||
| 780 | # CONFIG_CRC_ITU_T is not set | 807 | # CONFIG_CRC_ITU_T is not set |
| 781 | CONFIG_CRC32=y | 808 | CONFIG_CRC32=y |
| 782 | # CONFIG_CRC7 is not set | 809 | # CONFIG_CRC7 is not set |
| @@ -786,6 +813,7 @@ CONFIG_PLIST=y | |||
| 786 | CONFIG_HAS_IOMEM=y | 813 | CONFIG_HAS_IOMEM=y |
| 787 | CONFIG_HAS_IOPORT=y | 814 | CONFIG_HAS_IOPORT=y |
| 788 | CONFIG_HAS_DMA=y | 815 | CONFIG_HAS_DMA=y |
| 816 | CONFIG_HAVE_LMB=y | ||
| 789 | 817 | ||
| 790 | # | 818 | # |
| 791 | # Kernel hacking | 819 | # Kernel hacking |
| @@ -793,6 +821,7 @@ CONFIG_HAS_DMA=y | |||
| 793 | # CONFIG_PRINTK_TIME is not set | 821 | # CONFIG_PRINTK_TIME is not set |
| 794 | CONFIG_ENABLE_WARN_DEPRECATED=y | 822 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 795 | CONFIG_ENABLE_MUST_CHECK=y | 823 | CONFIG_ENABLE_MUST_CHECK=y |
| 824 | CONFIG_FRAME_WARN=1024 | ||
| 796 | CONFIG_MAGIC_SYSRQ=y | 825 | CONFIG_MAGIC_SYSRQ=y |
| 797 | # CONFIG_UNUSED_SYMBOLS is not set | 826 | # CONFIG_UNUSED_SYMBOLS is not set |
| 798 | CONFIG_DEBUG_FS=y | 827 | CONFIG_DEBUG_FS=y |
| @@ -800,9 +829,12 @@ CONFIG_DEBUG_FS=y | |||
| 800 | CONFIG_DEBUG_KERNEL=y | 829 | CONFIG_DEBUG_KERNEL=y |
| 801 | # CONFIG_DEBUG_SHIRQ is not set | 830 | # CONFIG_DEBUG_SHIRQ is not set |
| 802 | CONFIG_DETECT_SOFTLOCKUP=y | 831 | CONFIG_DETECT_SOFTLOCKUP=y |
| 832 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 833 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 803 | CONFIG_SCHED_DEBUG=y | 834 | CONFIG_SCHED_DEBUG=y |
| 804 | # CONFIG_SCHEDSTATS is not set | 835 | # CONFIG_SCHEDSTATS is not set |
| 805 | # CONFIG_TIMER_STATS is not set | 836 | # CONFIG_TIMER_STATS is not set |
| 837 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 806 | # CONFIG_SLUB_DEBUG_ON is not set | 838 | # CONFIG_SLUB_DEBUG_ON is not set |
| 807 | # CONFIG_SLUB_STATS is not set | 839 | # CONFIG_SLUB_STATS is not set |
| 808 | # CONFIG_DEBUG_RT_MUTEXES is not set | 840 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -815,17 +847,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 815 | CONFIG_DEBUG_BUGVERBOSE=y | 847 | CONFIG_DEBUG_BUGVERBOSE=y |
| 816 | # CONFIG_DEBUG_INFO is not set | 848 | # CONFIG_DEBUG_INFO is not set |
| 817 | # CONFIG_DEBUG_VM is not set | 849 | # CONFIG_DEBUG_VM is not set |
| 850 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 851 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 818 | # CONFIG_DEBUG_LIST is not set | 852 | # CONFIG_DEBUG_LIST is not set |
| 819 | # CONFIG_DEBUG_SG is not set | 853 | # CONFIG_DEBUG_SG is not set |
| 820 | # CONFIG_BOOT_PRINTK_DELAY is not set | 854 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 821 | # CONFIG_RCU_TORTURE_TEST is not set | 855 | # CONFIG_RCU_TORTURE_TEST is not set |
| 822 | # CONFIG_BACKTRACE_SELF_TEST is not set | 856 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 823 | # CONFIG_FAULT_INJECTION is not set | 857 | # CONFIG_FAULT_INJECTION is not set |
| 858 | # CONFIG_LATENCYTOP is not set | ||
| 859 | CONFIG_HAVE_FTRACE=y | ||
| 860 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 861 | # CONFIG_FTRACE is not set | ||
| 862 | # CONFIG_SCHED_TRACER is not set | ||
| 863 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 824 | # CONFIG_SAMPLES is not set | 864 | # CONFIG_SAMPLES is not set |
| 865 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 866 | # CONFIG_KGDB is not set | ||
| 825 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 867 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 826 | # CONFIG_DEBUG_STACK_USAGE is not set | 868 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 827 | # CONFIG_DEBUG_PAGEALLOC is not set | 869 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 828 | # CONFIG_DEBUGGER is not set | 870 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 871 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 872 | # CONFIG_XMON is not set | ||
| 873 | # CONFIG_IRQSTACKS is not set | ||
| 829 | # CONFIG_VIRQ_DEBUG is not set | 874 | # CONFIG_VIRQ_DEBUG is not set |
| 830 | # CONFIG_BDI_SWITCH is not set | 875 | # CONFIG_BDI_SWITCH is not set |
| 831 | # CONFIG_PPC_EARLY_DEBUG is not set | 876 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -837,51 +882,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 837 | # CONFIG_SECURITY is not set | 882 | # CONFIG_SECURITY is not set |
| 838 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 883 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 839 | CONFIG_CRYPTO=y | 884 | CONFIG_CRYPTO=y |
| 885 | |||
| 886 | # | ||
| 887 | # Crypto core or helper | ||
| 888 | # | ||
| 840 | CONFIG_CRYPTO_ALGAPI=y | 889 | CONFIG_CRYPTO_ALGAPI=y |
| 841 | CONFIG_CRYPTO_BLKCIPHER=y | 890 | CONFIG_CRYPTO_BLKCIPHER=y |
| 842 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 843 | CONFIG_CRYPTO_MANAGER=y | 891 | CONFIG_CRYPTO_MANAGER=y |
| 892 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 893 | # CONFIG_CRYPTO_NULL is not set | ||
| 894 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 896 | # CONFIG_CRYPTO_TEST is not set | ||
| 897 | |||
| 898 | # | ||
| 899 | # Authenticated Encryption with Associated Data | ||
| 900 | # | ||
| 901 | # CONFIG_CRYPTO_CCM is not set | ||
| 902 | # CONFIG_CRYPTO_GCM is not set | ||
| 903 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 904 | |||
| 905 | # | ||
| 906 | # Block modes | ||
| 907 | # | ||
| 908 | CONFIG_CRYPTO_CBC=y | ||
| 909 | # CONFIG_CRYPTO_CTR is not set | ||
| 910 | # CONFIG_CRYPTO_CTS is not set | ||
| 911 | CONFIG_CRYPTO_ECB=y | ||
| 912 | # CONFIG_CRYPTO_LRW is not set | ||
| 913 | CONFIG_CRYPTO_PCBC=y | ||
| 914 | # CONFIG_CRYPTO_XTS is not set | ||
| 915 | |||
| 916 | # | ||
| 917 | # Hash modes | ||
| 918 | # | ||
| 844 | # CONFIG_CRYPTO_HMAC is not set | 919 | # CONFIG_CRYPTO_HMAC is not set |
| 845 | # CONFIG_CRYPTO_XCBC is not set | 920 | # CONFIG_CRYPTO_XCBC is not set |
| 846 | # CONFIG_CRYPTO_NULL is not set | 921 | |
| 922 | # | ||
| 923 | # Digest | ||
| 924 | # | ||
| 925 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 847 | # CONFIG_CRYPTO_MD4 is not set | 926 | # CONFIG_CRYPTO_MD4 is not set |
| 848 | CONFIG_CRYPTO_MD5=y | 927 | CONFIG_CRYPTO_MD5=y |
| 928 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 929 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 930 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 931 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 932 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 849 | # CONFIG_CRYPTO_SHA1 is not set | 933 | # CONFIG_CRYPTO_SHA1 is not set |
| 850 | # CONFIG_CRYPTO_SHA256 is not set | 934 | # CONFIG_CRYPTO_SHA256 is not set |
| 851 | # CONFIG_CRYPTO_SHA512 is not set | 935 | # CONFIG_CRYPTO_SHA512 is not set |
| 852 | # CONFIG_CRYPTO_WP512 is not set | ||
| 853 | # CONFIG_CRYPTO_TGR192 is not set | 936 | # CONFIG_CRYPTO_TGR192 is not set |
| 854 | # CONFIG_CRYPTO_GF128MUL is not set | 937 | # CONFIG_CRYPTO_WP512 is not set |
| 855 | CONFIG_CRYPTO_ECB=y | 938 | |
| 856 | CONFIG_CRYPTO_CBC=y | 939 | # |
| 857 | CONFIG_CRYPTO_PCBC=y | 940 | # Ciphers |
| 858 | # CONFIG_CRYPTO_LRW is not set | 941 | # |
| 859 | # CONFIG_CRYPTO_XTS is not set | ||
| 860 | # CONFIG_CRYPTO_CTR is not set | ||
| 861 | # CONFIG_CRYPTO_GCM is not set | ||
| 862 | # CONFIG_CRYPTO_CCM is not set | ||
| 863 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 864 | CONFIG_CRYPTO_DES=y | ||
| 865 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 866 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 867 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 868 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 869 | # CONFIG_CRYPTO_AES is not set | 942 | # CONFIG_CRYPTO_AES is not set |
| 943 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 944 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 945 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 946 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 870 | # CONFIG_CRYPTO_CAST5 is not set | 947 | # CONFIG_CRYPTO_CAST5 is not set |
| 871 | # CONFIG_CRYPTO_CAST6 is not set | 948 | # CONFIG_CRYPTO_CAST6 is not set |
| 872 | # CONFIG_CRYPTO_TEA is not set | 949 | CONFIG_CRYPTO_DES=y |
| 873 | # CONFIG_CRYPTO_ARC4 is not set | 950 | # CONFIG_CRYPTO_FCRYPT is not set |
| 874 | # CONFIG_CRYPTO_KHAZAD is not set | 951 | # CONFIG_CRYPTO_KHAZAD is not set |
| 875 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 876 | # CONFIG_CRYPTO_SEED is not set | ||
| 877 | # CONFIG_CRYPTO_SALSA20 is not set | 952 | # CONFIG_CRYPTO_SALSA20 is not set |
| 953 | # CONFIG_CRYPTO_SEED is not set | ||
| 954 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 955 | # CONFIG_CRYPTO_TEA is not set | ||
| 956 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 957 | |||
| 958 | # | ||
| 959 | # Compression | ||
| 960 | # | ||
| 878 | # CONFIG_CRYPTO_DEFLATE is not set | 961 | # CONFIG_CRYPTO_DEFLATE is not set |
| 879 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 880 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 881 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 882 | # CONFIG_CRYPTO_TEST is not set | ||
| 883 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 884 | # CONFIG_CRYPTO_LZO is not set | 962 | # CONFIG_CRYPTO_LZO is not set |
| 885 | CONFIG_CRYPTO_HW=y | 963 | CONFIG_CRYPTO_HW=y |
| 886 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 964 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 887 | # CONFIG_PPC_CLOCK is not set | 965 | # CONFIG_PPC_CLOCK is not set |
| 966 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/bamboo_defconfig b/arch/powerpc/configs/44x/bamboo_defconfig index c44db554cdc6..e920693535af 100644 --- a/arch/powerpc/configs/44x/bamboo_defconfig +++ b/arch/powerpc/configs/44x/bamboo_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:36:39 2008 | 4 | # Tue Aug 5 08:43:44 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 38 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -79,6 +83,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
| 80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
| 81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
| 86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
| 83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
| 84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
| @@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
| 92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -112,13 +118,22 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 114 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 124 | CONFIG_HAVE_KRETPROBES=y | ||
| 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 | ||
| 116 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 117 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 118 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 119 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| 120 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
| 121 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
| 136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 122 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
| 123 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 124 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
| @@ -129,6 +144,7 @@ CONFIG_LBD=y | |||
| 129 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 130 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
| 131 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
| 147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 132 | 148 | ||
| 133 | # | 149 | # |
| 134 | # IO Schedulers | 150 | # IO Schedulers |
| @@ -143,24 +159,25 @@ CONFIG_DEFAULT_AS=y | |||
| 143 | # CONFIG_DEFAULT_NOOP is not set | 159 | # CONFIG_DEFAULT_NOOP is not set |
| 144 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 160 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 145 | CONFIG_CLASSIC_RCU=y | 161 | CONFIG_CLASSIC_RCU=y |
| 146 | # CONFIG_PREEMPT_RCU is not set | ||
| 147 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 162 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 148 | 163 | ||
| 149 | # | 164 | # |
| 150 | # Platform support | 165 | # Platform support |
| 151 | # | 166 | # |
| 152 | # CONFIG_PPC_MPC512x is not set | ||
| 153 | # CONFIG_PPC_MPC5121 is not set | ||
| 154 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 155 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 156 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| 157 | CONFIG_BAMBOO=y | 170 | CONFIG_BAMBOO=y |
| 158 | # CONFIG_EBONY is not set | 171 | # CONFIG_EBONY is not set |
| 172 | # CONFIG_SAM440EP is not set | ||
| 159 | # CONFIG_SEQUOIA is not set | 173 | # CONFIG_SEQUOIA is not set |
| 160 | # CONFIG_TAISHAN is not set | 174 | # CONFIG_TAISHAN is not set |
| 161 | # CONFIG_KATMAI is not set | 175 | # CONFIG_KATMAI is not set |
| 162 | # CONFIG_RAINIER is not set | 176 | # CONFIG_RAINIER is not set |
| 163 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
| 178 | # CONFIG_CANYONLANDS is not set | ||
| 179 | # CONFIG_YOSEMITE is not set | ||
| 180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 164 | CONFIG_440EP=y | 181 | CONFIG_440EP=y |
| 165 | CONFIG_IBM440EP_ERR42=y | 182 | CONFIG_IBM440EP_ERR42=y |
| 166 | # CONFIG_IPIC is not set | 183 | # CONFIG_IPIC is not set |
| @@ -193,7 +210,6 @@ CONFIG_HZ=250 | |||
| 193 | CONFIG_PREEMPT_NONE=y | 210 | CONFIG_PREEMPT_NONE=y |
| 194 | # CONFIG_PREEMPT_VOLUNTARY is not set | 211 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 195 | # CONFIG_PREEMPT is not set | 212 | # CONFIG_PREEMPT is not set |
| 196 | CONFIG_RCU_TRACE=y | ||
| 197 | CONFIG_BINFMT_ELF=y | 213 | CONFIG_BINFMT_ELF=y |
| 198 | # CONFIG_BINFMT_MISC is not set | 214 | # CONFIG_BINFMT_MISC is not set |
| 199 | # CONFIG_MATH_EMULATION is not set | 215 | # CONFIG_MATH_EMULATION is not set |
| @@ -211,14 +227,18 @@ CONFIG_FLATMEM=y | |||
| 211 | CONFIG_FLAT_NODE_MEM_MAP=y | 227 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 212 | # CONFIG_SPARSEMEM_STATIC is not set | 228 | # CONFIG_SPARSEMEM_STATIC is not set |
| 213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 230 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 214 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 232 | CONFIG_MIGRATION=y | ||
| 215 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
| 216 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
| 217 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
| 218 | CONFIG_VIRT_TO_BUS=y | 236 | CONFIG_VIRT_TO_BUS=y |
| 237 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 219 | CONFIG_PROC_DEVICETREE=y | 238 | CONFIG_PROC_DEVICETREE=y |
| 220 | CONFIG_CMDLINE_BOOL=y | 239 | CONFIG_CMDLINE_BOOL=y |
| 221 | CONFIG_CMDLINE="" | 240 | CONFIG_CMDLINE="" |
| 241 | CONFIG_EXTRA_TARGETS="" | ||
| 222 | CONFIG_SECCOMP=y | 242 | CONFIG_SECCOMP=y |
| 223 | CONFIG_ISA_DMA_API=y | 243 | CONFIG_ISA_DMA_API=y |
| 224 | 244 | ||
| @@ -227,6 +247,8 @@ CONFIG_ISA_DMA_API=y | |||
| 227 | # | 247 | # |
| 228 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
| 229 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
| 250 | CONFIG_4xx_SOC=y | ||
| 251 | CONFIG_PPC_PCI_CHOICE=y | ||
| 230 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
| 231 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
| 232 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
| @@ -237,6 +259,7 @@ CONFIG_PCI_LEGACY=y | |||
| 237 | # CONFIG_PCI_DEBUG is not set | 259 | # CONFIG_PCI_DEBUG is not set |
| 238 | # CONFIG_PCCARD is not set | 260 | # CONFIG_PCCARD is not set |
| 239 | # CONFIG_HOTPLUG_PCI is not set | 261 | # CONFIG_HOTPLUG_PCI is not set |
| 262 | # CONFIG_HAS_RAPIDIO is not set | ||
| 240 | 263 | ||
| 241 | # | 264 | # |
| 242 | # Advanced setup | 265 | # Advanced setup |
| @@ -246,17 +269,13 @@ CONFIG_PCI_LEGACY=y | |||
| 246 | # | 269 | # |
| 247 | # Default settings for advanced configuration options are used | 270 | # Default settings for advanced configuration options are used |
| 248 | # | 271 | # |
| 249 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 250 | CONFIG_LOWMEM_SIZE=0x30000000 | 272 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 273 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 251 | CONFIG_KERNEL_START=0xc0000000 | 274 | CONFIG_KERNEL_START=0xc0000000 |
| 275 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 252 | CONFIG_TASK_SIZE=0xc0000000 | 276 | CONFIG_TASK_SIZE=0xc0000000 |
| 253 | CONFIG_CONSISTENT_START=0xff100000 | 277 | CONFIG_CONSISTENT_START=0xff100000 |
| 254 | CONFIG_CONSISTENT_SIZE=0x00200000 | 278 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 255 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 256 | |||
| 257 | # | ||
| 258 | # Networking | ||
| 259 | # | ||
| 260 | CONFIG_NET=y | 279 | CONFIG_NET=y |
| 261 | 280 | ||
| 262 | # | 281 | # |
| @@ -294,8 +313,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 294 | CONFIG_DEFAULT_TCP_CONG="cubic" | 313 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 295 | # CONFIG_TCP_MD5SIG is not set | 314 | # CONFIG_TCP_MD5SIG is not set |
| 296 | # CONFIG_IPV6 is not set | 315 | # CONFIG_IPV6 is not set |
| 297 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 298 | # CONFIG_INET6_TUNNEL is not set | ||
| 299 | # CONFIG_NETWORK_SECMARK is not set | 316 | # CONFIG_NETWORK_SECMARK is not set |
| 300 | # CONFIG_NETFILTER is not set | 317 | # CONFIG_NETFILTER is not set |
| 301 | # CONFIG_IP_DCCP is not set | 318 | # CONFIG_IP_DCCP is not set |
| @@ -345,6 +362,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 345 | CONFIG_STANDALONE=y | 362 | CONFIG_STANDALONE=y |
| 346 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 363 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 347 | CONFIG_FW_LOADER=y | 364 | CONFIG_FW_LOADER=y |
| 365 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 366 | CONFIG_EXTRA_FIRMWARE="" | ||
| 348 | # CONFIG_DEBUG_DRIVER is not set | 367 | # CONFIG_DEBUG_DRIVER is not set |
| 349 | # CONFIG_DEBUG_DEVRES is not set | 368 | # CONFIG_DEBUG_DEVRES is not set |
| 350 | # CONFIG_SYS_HYPERVISOR is not set | 369 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -370,12 +389,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 370 | # CONFIG_CDROM_PKTCDVD is not set | 389 | # CONFIG_CDROM_PKTCDVD is not set |
| 371 | # CONFIG_ATA_OVER_ETH is not set | 390 | # CONFIG_ATA_OVER_ETH is not set |
| 372 | # CONFIG_XILINX_SYSACE is not set | 391 | # CONFIG_XILINX_SYSACE is not set |
| 392 | # CONFIG_BLK_DEV_HD is not set | ||
| 373 | CONFIG_MISC_DEVICES=y | 393 | CONFIG_MISC_DEVICES=y |
| 374 | # CONFIG_PHANTOM is not set | 394 | # CONFIG_PHANTOM is not set |
| 375 | # CONFIG_EEPROM_93CX6 is not set | 395 | # CONFIG_EEPROM_93CX6 is not set |
| 376 | # CONFIG_SGI_IOC4 is not set | 396 | # CONFIG_SGI_IOC4 is not set |
| 377 | # CONFIG_TIFM_CORE is not set | 397 | # CONFIG_TIFM_CORE is not set |
| 378 | # CONFIG_ENCLOSURE_SERVICES is not set | 398 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 399 | # CONFIG_HP_ILO is not set | ||
| 379 | CONFIG_HAVE_IDE=y | 400 | CONFIG_HAVE_IDE=y |
| 380 | # CONFIG_IDE is not set | 401 | # CONFIG_IDE is not set |
| 381 | 402 | ||
| @@ -393,12 +414,15 @@ CONFIG_HAVE_IDE=y | |||
| 393 | # | 414 | # |
| 394 | # IEEE 1394 (FireWire) support | 415 | # IEEE 1394 (FireWire) support |
| 395 | # | 416 | # |
| 417 | |||
| 418 | # | ||
| 419 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 420 | # | ||
| 396 | # CONFIG_FIREWIRE is not set | 421 | # CONFIG_FIREWIRE is not set |
| 397 | # CONFIG_IEEE1394 is not set | 422 | # CONFIG_IEEE1394 is not set |
| 398 | # CONFIG_I2O is not set | 423 | # CONFIG_I2O is not set |
| 399 | # CONFIG_MACINTOSH_DRIVERS is not set | 424 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 400 | CONFIG_NETDEVICES=y | 425 | CONFIG_NETDEVICES=y |
| 401 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 402 | # CONFIG_DUMMY is not set | 426 | # CONFIG_DUMMY is not set |
| 403 | # CONFIG_BONDING is not set | 427 | # CONFIG_BONDING is not set |
| 404 | # CONFIG_MACVLAN is not set | 428 | # CONFIG_MACVLAN is not set |
| @@ -433,7 +457,6 @@ CONFIG_NETDEV_1000=y | |||
| 433 | # CONFIG_DL2K is not set | 457 | # CONFIG_DL2K is not set |
| 434 | # CONFIG_E1000 is not set | 458 | # CONFIG_E1000 is not set |
| 435 | # CONFIG_E1000E is not set | 459 | # CONFIG_E1000E is not set |
| 436 | # CONFIG_E1000E_ENABLED is not set | ||
| 437 | # CONFIG_IP1000 is not set | 460 | # CONFIG_IP1000 is not set |
| 438 | # CONFIG_IGB is not set | 461 | # CONFIG_IGB is not set |
| 439 | # CONFIG_NS83820 is not set | 462 | # CONFIG_NS83820 is not set |
| @@ -443,12 +466,12 @@ CONFIG_NETDEV_1000=y | |||
| 443 | # CONFIG_SIS190 is not set | 466 | # CONFIG_SIS190 is not set |
| 444 | # CONFIG_SKGE is not set | 467 | # CONFIG_SKGE is not set |
| 445 | # CONFIG_SKY2 is not set | 468 | # CONFIG_SKY2 is not set |
| 446 | # CONFIG_SK98LIN is not set | ||
| 447 | # CONFIG_VIA_VELOCITY is not set | 469 | # CONFIG_VIA_VELOCITY is not set |
| 448 | # CONFIG_TIGON3 is not set | 470 | # CONFIG_TIGON3 is not set |
| 449 | # CONFIG_BNX2 is not set | 471 | # CONFIG_BNX2 is not set |
| 450 | # CONFIG_QLA3XXX is not set | 472 | # CONFIG_QLA3XXX is not set |
| 451 | # CONFIG_ATL1 is not set | 473 | # CONFIG_ATL1 is not set |
| 474 | # CONFIG_ATL1E is not set | ||
| 452 | CONFIG_NETDEV_10000=y | 475 | CONFIG_NETDEV_10000=y |
| 453 | # CONFIG_CHELSIO_T1 is not set | 476 | # CONFIG_CHELSIO_T1 is not set |
| 454 | # CONFIG_CHELSIO_T3 is not set | 477 | # CONFIG_CHELSIO_T3 is not set |
| @@ -461,6 +484,7 @@ CONFIG_NETDEV_10000=y | |||
| 461 | # CONFIG_MLX4_CORE is not set | 484 | # CONFIG_MLX4_CORE is not set |
| 462 | # CONFIG_TEHUTI is not set | 485 | # CONFIG_TEHUTI is not set |
| 463 | # CONFIG_BNX2X is not set | 486 | # CONFIG_BNX2X is not set |
| 487 | # CONFIG_SFC is not set | ||
| 464 | # CONFIG_TR is not set | 488 | # CONFIG_TR is not set |
| 465 | 489 | ||
| 466 | # | 490 | # |
| @@ -468,6 +492,7 @@ CONFIG_NETDEV_10000=y | |||
| 468 | # | 492 | # |
| 469 | # CONFIG_WLAN_PRE80211 is not set | 493 | # CONFIG_WLAN_PRE80211 is not set |
| 470 | # CONFIG_WLAN_80211 is not set | 494 | # CONFIG_WLAN_80211 is not set |
| 495 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 471 | # CONFIG_WAN is not set | 496 | # CONFIG_WAN is not set |
| 472 | # CONFIG_FDDI is not set | 497 | # CONFIG_FDDI is not set |
| 473 | # CONFIG_HIPPI is not set | 498 | # CONFIG_HIPPI is not set |
| @@ -494,6 +519,7 @@ CONFIG_NETDEV_10000=y | |||
| 494 | # Character devices | 519 | # Character devices |
| 495 | # | 520 | # |
| 496 | # CONFIG_VT is not set | 521 | # CONFIG_VT is not set |
| 522 | CONFIG_DEVKMEM=y | ||
| 497 | # CONFIG_SERIAL_NONSTANDARD is not set | 523 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 498 | # CONFIG_NOZOMI is not set | 524 | # CONFIG_NOZOMI is not set |
| 499 | 525 | ||
| @@ -532,12 +558,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 532 | # CONFIG_TCG_TPM is not set | 558 | # CONFIG_TCG_TPM is not set |
| 533 | CONFIG_DEVPORT=y | 559 | CONFIG_DEVPORT=y |
| 534 | # CONFIG_I2C is not set | 560 | # CONFIG_I2C is not set |
| 535 | |||
| 536 | # | ||
| 537 | # SPI support | ||
| 538 | # | ||
| 539 | # CONFIG_SPI is not set | 561 | # CONFIG_SPI is not set |
| 540 | # CONFIG_SPI_MASTER is not set | 562 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 563 | # CONFIG_GPIOLIB is not set | ||
| 541 | # CONFIG_W1 is not set | 564 | # CONFIG_W1 is not set |
| 542 | # CONFIG_POWER_SUPPLY is not set | 565 | # CONFIG_POWER_SUPPLY is not set |
| 543 | # CONFIG_HWMON is not set | 566 | # CONFIG_HWMON is not set |
| @@ -553,13 +576,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 553 | # | 576 | # |
| 554 | # Multifunction device drivers | 577 | # Multifunction device drivers |
| 555 | # | 578 | # |
| 579 | # CONFIG_MFD_CORE is not set | ||
| 556 | # CONFIG_MFD_SM501 is not set | 580 | # CONFIG_MFD_SM501 is not set |
| 581 | # CONFIG_HTC_PASIC3 is not set | ||
| 557 | 582 | ||
| 558 | # | 583 | # |
| 559 | # Multimedia devices | 584 | # Multimedia devices |
| 560 | # | 585 | # |
| 586 | |||
| 587 | # | ||
| 588 | # Multimedia core support | ||
| 589 | # | ||
| 561 | # CONFIG_VIDEO_DEV is not set | 590 | # CONFIG_VIDEO_DEV is not set |
| 562 | # CONFIG_DVB_CORE is not set | 591 | # CONFIG_DVB_CORE is not set |
| 592 | # CONFIG_VIDEO_MEDIA is not set | ||
| 593 | |||
| 594 | # | ||
| 595 | # Multimedia drivers | ||
| 596 | # | ||
| 563 | CONFIG_DAB=y | 597 | CONFIG_DAB=y |
| 564 | 598 | ||
| 565 | # | 599 | # |
| @@ -576,16 +610,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 576 | # Display device support | 610 | # Display device support |
| 577 | # | 611 | # |
| 578 | # CONFIG_DISPLAY_SUPPORT is not set | 612 | # CONFIG_DISPLAY_SUPPORT is not set |
| 579 | |||
| 580 | # | ||
| 581 | # Sound | ||
| 582 | # | ||
| 583 | # CONFIG_SOUND is not set | 613 | # CONFIG_SOUND is not set |
| 584 | CONFIG_USB_SUPPORT=y | 614 | CONFIG_USB_SUPPORT=y |
| 585 | CONFIG_USB_ARCH_HAS_HCD=y | 615 | CONFIG_USB_ARCH_HAS_HCD=y |
| 586 | CONFIG_USB_ARCH_HAS_OHCI=y | 616 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 587 | CONFIG_USB_ARCH_HAS_EHCI=y | 617 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 588 | # CONFIG_USB is not set | 618 | # CONFIG_USB is not set |
| 619 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 620 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 589 | 621 | ||
| 590 | # | 622 | # |
| 591 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 623 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -594,13 +626,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 594 | # CONFIG_MMC is not set | 626 | # CONFIG_MMC is not set |
| 595 | # CONFIG_MEMSTICK is not set | 627 | # CONFIG_MEMSTICK is not set |
| 596 | # CONFIG_NEW_LEDS is not set | 628 | # CONFIG_NEW_LEDS is not set |
| 629 | # CONFIG_ACCESSIBILITY is not set | ||
| 597 | # CONFIG_INFINIBAND is not set | 630 | # CONFIG_INFINIBAND is not set |
| 598 | # CONFIG_EDAC is not set | 631 | # CONFIG_EDAC is not set |
| 599 | # CONFIG_RTC_CLASS is not set | 632 | # CONFIG_RTC_CLASS is not set |
| 600 | 633 | # CONFIG_DMADEVICES is not set | |
| 601 | # | ||
| 602 | # Userspace I/O | ||
| 603 | # | ||
| 604 | # CONFIG_UIO is not set | 634 | # CONFIG_UIO is not set |
| 605 | 635 | ||
| 606 | # | 636 | # |
| @@ -615,7 +645,6 @@ CONFIG_EXT2_FS=y | |||
| 615 | # CONFIG_JFS_FS is not set | 645 | # CONFIG_JFS_FS is not set |
| 616 | # CONFIG_FS_POSIX_ACL is not set | 646 | # CONFIG_FS_POSIX_ACL is not set |
| 617 | # CONFIG_XFS_FS is not set | 647 | # CONFIG_XFS_FS is not set |
| 618 | # CONFIG_GFS2_FS is not set | ||
| 619 | # CONFIG_OCFS2_FS is not set | 648 | # CONFIG_OCFS2_FS is not set |
| 620 | CONFIG_DNOTIFY=y | 649 | CONFIG_DNOTIFY=y |
| 621 | CONFIG_INOTIFY=y | 650 | CONFIG_INOTIFY=y |
| @@ -663,6 +692,7 @@ CONFIG_TMPFS=y | |||
| 663 | CONFIG_CRAMFS=y | 692 | CONFIG_CRAMFS=y |
| 664 | # CONFIG_VXFS_FS is not set | 693 | # CONFIG_VXFS_FS is not set |
| 665 | # CONFIG_MINIX_FS is not set | 694 | # CONFIG_MINIX_FS is not set |
| 695 | # CONFIG_OMFS_FS is not set | ||
| 666 | # CONFIG_HPFS_FS is not set | 696 | # CONFIG_HPFS_FS is not set |
| 667 | # CONFIG_QNX4FS_FS is not set | 697 | # CONFIG_QNX4FS_FS is not set |
| 668 | # CONFIG_ROMFS_FS is not set | 698 | # CONFIG_ROMFS_FS is not set |
| @@ -673,14 +703,12 @@ CONFIG_NFS_FS=y | |||
| 673 | CONFIG_NFS_V3=y | 703 | CONFIG_NFS_V3=y |
| 674 | # CONFIG_NFS_V3_ACL is not set | 704 | # CONFIG_NFS_V3_ACL is not set |
| 675 | # CONFIG_NFS_V4 is not set | 705 | # CONFIG_NFS_V4 is not set |
| 676 | # CONFIG_NFS_DIRECTIO is not set | ||
| 677 | # CONFIG_NFSD is not set | ||
| 678 | CONFIG_ROOT_NFS=y | 706 | CONFIG_ROOT_NFS=y |
| 707 | # CONFIG_NFSD is not set | ||
| 679 | CONFIG_LOCKD=y | 708 | CONFIG_LOCKD=y |
| 680 | CONFIG_LOCKD_V4=y | 709 | CONFIG_LOCKD_V4=y |
| 681 | CONFIG_NFS_COMMON=y | 710 | CONFIG_NFS_COMMON=y |
| 682 | CONFIG_SUNRPC=y | 711 | CONFIG_SUNRPC=y |
| 683 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 684 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 712 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 685 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 713 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 686 | # CONFIG_SMB_FS is not set | 714 | # CONFIG_SMB_FS is not set |
| @@ -701,8 +729,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 701 | # Library routines | 729 | # Library routines |
| 702 | # | 730 | # |
| 703 | CONFIG_BITREVERSE=y | 731 | CONFIG_BITREVERSE=y |
| 732 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 704 | # CONFIG_CRC_CCITT is not set | 733 | # CONFIG_CRC_CCITT is not set |
| 705 | # CONFIG_CRC16 is not set | 734 | # CONFIG_CRC16 is not set |
| 735 | # CONFIG_CRC_T10DIF is not set | ||
| 706 | # CONFIG_CRC_ITU_T is not set | 736 | # CONFIG_CRC_ITU_T is not set |
| 707 | CONFIG_CRC32=y | 737 | CONFIG_CRC32=y |
| 708 | # CONFIG_CRC7 is not set | 738 | # CONFIG_CRC7 is not set |
| @@ -712,6 +742,7 @@ CONFIG_PLIST=y | |||
| 712 | CONFIG_HAS_IOMEM=y | 742 | CONFIG_HAS_IOMEM=y |
| 713 | CONFIG_HAS_IOPORT=y | 743 | CONFIG_HAS_IOPORT=y |
| 714 | CONFIG_HAS_DMA=y | 744 | CONFIG_HAS_DMA=y |
| 745 | CONFIG_HAVE_LMB=y | ||
| 715 | 746 | ||
| 716 | # | 747 | # |
| 717 | # Kernel hacking | 748 | # Kernel hacking |
| @@ -719,6 +750,7 @@ CONFIG_HAS_DMA=y | |||
| 719 | # CONFIG_PRINTK_TIME is not set | 750 | # CONFIG_PRINTK_TIME is not set |
| 720 | CONFIG_ENABLE_WARN_DEPRECATED=y | 751 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 721 | CONFIG_ENABLE_MUST_CHECK=y | 752 | CONFIG_ENABLE_MUST_CHECK=y |
| 753 | CONFIG_FRAME_WARN=1024 | ||
| 722 | CONFIG_MAGIC_SYSRQ=y | 754 | CONFIG_MAGIC_SYSRQ=y |
| 723 | # CONFIG_UNUSED_SYMBOLS is not set | 755 | # CONFIG_UNUSED_SYMBOLS is not set |
| 724 | CONFIG_DEBUG_FS=y | 756 | CONFIG_DEBUG_FS=y |
| @@ -726,9 +758,12 @@ CONFIG_DEBUG_FS=y | |||
| 726 | CONFIG_DEBUG_KERNEL=y | 758 | CONFIG_DEBUG_KERNEL=y |
| 727 | # CONFIG_DEBUG_SHIRQ is not set | 759 | # CONFIG_DEBUG_SHIRQ is not set |
| 728 | CONFIG_DETECT_SOFTLOCKUP=y | 760 | CONFIG_DETECT_SOFTLOCKUP=y |
| 761 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 762 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 729 | CONFIG_SCHED_DEBUG=y | 763 | CONFIG_SCHED_DEBUG=y |
| 730 | # CONFIG_SCHEDSTATS is not set | 764 | # CONFIG_SCHEDSTATS is not set |
| 731 | # CONFIG_TIMER_STATS is not set | 765 | # CONFIG_TIMER_STATS is not set |
| 766 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 732 | # CONFIG_SLUB_DEBUG_ON is not set | 767 | # CONFIG_SLUB_DEBUG_ON is not set |
| 733 | # CONFIG_SLUB_STATS is not set | 768 | # CONFIG_SLUB_STATS is not set |
| 734 | # CONFIG_DEBUG_RT_MUTEXES is not set | 769 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -741,19 +776,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 741 | # CONFIG_DEBUG_BUGVERBOSE is not set | 776 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 742 | # CONFIG_DEBUG_INFO is not set | 777 | # CONFIG_DEBUG_INFO is not set |
| 743 | # CONFIG_DEBUG_VM is not set | 778 | # CONFIG_DEBUG_VM is not set |
| 779 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 780 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 744 | # CONFIG_DEBUG_LIST is not set | 781 | # CONFIG_DEBUG_LIST is not set |
| 745 | # CONFIG_DEBUG_SG is not set | 782 | # CONFIG_DEBUG_SG is not set |
| 746 | # CONFIG_BOOT_PRINTK_DELAY is not set | 783 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 747 | # CONFIG_RCU_TORTURE_TEST is not set | 784 | # CONFIG_RCU_TORTURE_TEST is not set |
| 748 | # CONFIG_BACKTRACE_SELF_TEST is not set | 785 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 749 | # CONFIG_FAULT_INJECTION is not set | 786 | # CONFIG_FAULT_INJECTION is not set |
| 787 | # CONFIG_LATENCYTOP is not set | ||
| 788 | CONFIG_HAVE_FTRACE=y | ||
| 789 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 790 | # CONFIG_FTRACE is not set | ||
| 791 | # CONFIG_SCHED_TRACER is not set | ||
| 792 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 750 | # CONFIG_SAMPLES is not set | 793 | # CONFIG_SAMPLES is not set |
| 794 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 795 | # CONFIG_KGDB is not set | ||
| 751 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 796 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 752 | # CONFIG_DEBUG_STACK_USAGE is not set | 797 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 753 | # CONFIG_DEBUG_PAGEALLOC is not set | 798 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 754 | CONFIG_DEBUGGER=y | 799 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 755 | # CONFIG_KGDB is not set | 800 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 756 | # CONFIG_XMON is not set | 801 | # CONFIG_XMON is not set |
| 802 | # CONFIG_IRQSTACKS is not set | ||
| 757 | # CONFIG_VIRQ_DEBUG is not set | 803 | # CONFIG_VIRQ_DEBUG is not set |
| 758 | # CONFIG_BDI_SWITCH is not set | 804 | # CONFIG_BDI_SWITCH is not set |
| 759 | # CONFIG_PPC_EARLY_DEBUG is not set | 805 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -765,51 +811,85 @@ CONFIG_DEBUGGER=y | |||
| 765 | # CONFIG_SECURITY is not set | 811 | # CONFIG_SECURITY is not set |
| 766 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 812 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 767 | CONFIG_CRYPTO=y | 813 | CONFIG_CRYPTO=y |
| 814 | |||
| 815 | # | ||
| 816 | # Crypto core or helper | ||
| 817 | # | ||
| 768 | CONFIG_CRYPTO_ALGAPI=y | 818 | CONFIG_CRYPTO_ALGAPI=y |
| 769 | CONFIG_CRYPTO_BLKCIPHER=y | 819 | CONFIG_CRYPTO_BLKCIPHER=y |
| 770 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 771 | CONFIG_CRYPTO_MANAGER=y | 820 | CONFIG_CRYPTO_MANAGER=y |
| 821 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 822 | # CONFIG_CRYPTO_NULL is not set | ||
| 823 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 824 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 825 | # CONFIG_CRYPTO_TEST is not set | ||
| 826 | |||
| 827 | # | ||
| 828 | # Authenticated Encryption with Associated Data | ||
| 829 | # | ||
| 830 | # CONFIG_CRYPTO_CCM is not set | ||
| 831 | # CONFIG_CRYPTO_GCM is not set | ||
| 832 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 833 | |||
| 834 | # | ||
| 835 | # Block modes | ||
| 836 | # | ||
| 837 | CONFIG_CRYPTO_CBC=y | ||
| 838 | # CONFIG_CRYPTO_CTR is not set | ||
| 839 | # CONFIG_CRYPTO_CTS is not set | ||
| 840 | CONFIG_CRYPTO_ECB=y | ||
| 841 | # CONFIG_CRYPTO_LRW is not set | ||
| 842 | CONFIG_CRYPTO_PCBC=y | ||
| 843 | # CONFIG_CRYPTO_XTS is not set | ||
| 844 | |||
| 845 | # | ||
| 846 | # Hash modes | ||
| 847 | # | ||
| 772 | # CONFIG_CRYPTO_HMAC is not set | 848 | # CONFIG_CRYPTO_HMAC is not set |
| 773 | # CONFIG_CRYPTO_XCBC is not set | 849 | # CONFIG_CRYPTO_XCBC is not set |
| 774 | # CONFIG_CRYPTO_NULL is not set | 850 | |
| 851 | # | ||
| 852 | # Digest | ||
| 853 | # | ||
| 854 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 775 | # CONFIG_CRYPTO_MD4 is not set | 855 | # CONFIG_CRYPTO_MD4 is not set |
| 776 | CONFIG_CRYPTO_MD5=y | 856 | CONFIG_CRYPTO_MD5=y |
| 857 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 858 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 859 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 860 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 861 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 777 | # CONFIG_CRYPTO_SHA1 is not set | 862 | # CONFIG_CRYPTO_SHA1 is not set |
| 778 | # CONFIG_CRYPTO_SHA256 is not set | 863 | # CONFIG_CRYPTO_SHA256 is not set |
| 779 | # CONFIG_CRYPTO_SHA512 is not set | 864 | # CONFIG_CRYPTO_SHA512 is not set |
| 780 | # CONFIG_CRYPTO_WP512 is not set | ||
| 781 | # CONFIG_CRYPTO_TGR192 is not set | 865 | # CONFIG_CRYPTO_TGR192 is not set |
| 782 | # CONFIG_CRYPTO_GF128MUL is not set | 866 | # CONFIG_CRYPTO_WP512 is not set |
| 783 | CONFIG_CRYPTO_ECB=y | 867 | |
| 784 | CONFIG_CRYPTO_CBC=y | 868 | # |
| 785 | CONFIG_CRYPTO_PCBC=y | 869 | # Ciphers |
| 786 | # CONFIG_CRYPTO_LRW is not set | 870 | # |
| 787 | # CONFIG_CRYPTO_XTS is not set | ||
| 788 | # CONFIG_CRYPTO_CTR is not set | ||
| 789 | # CONFIG_CRYPTO_GCM is not set | ||
| 790 | # CONFIG_CRYPTO_CCM is not set | ||
| 791 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 792 | CONFIG_CRYPTO_DES=y | ||
| 793 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 794 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 795 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 796 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 797 | # CONFIG_CRYPTO_AES is not set | 871 | # CONFIG_CRYPTO_AES is not set |
| 872 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 873 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 874 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 875 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 798 | # CONFIG_CRYPTO_CAST5 is not set | 876 | # CONFIG_CRYPTO_CAST5 is not set |
| 799 | # CONFIG_CRYPTO_CAST6 is not set | 877 | # CONFIG_CRYPTO_CAST6 is not set |
| 800 | # CONFIG_CRYPTO_TEA is not set | 878 | CONFIG_CRYPTO_DES=y |
| 801 | # CONFIG_CRYPTO_ARC4 is not set | 879 | # CONFIG_CRYPTO_FCRYPT is not set |
| 802 | # CONFIG_CRYPTO_KHAZAD is not set | 880 | # CONFIG_CRYPTO_KHAZAD is not set |
| 803 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 804 | # CONFIG_CRYPTO_SEED is not set | ||
| 805 | # CONFIG_CRYPTO_SALSA20 is not set | 881 | # CONFIG_CRYPTO_SALSA20 is not set |
| 882 | # CONFIG_CRYPTO_SEED is not set | ||
| 883 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 884 | # CONFIG_CRYPTO_TEA is not set | ||
| 885 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 886 | |||
| 887 | # | ||
| 888 | # Compression | ||
| 889 | # | ||
| 806 | # CONFIG_CRYPTO_DEFLATE is not set | 890 | # CONFIG_CRYPTO_DEFLATE is not set |
| 807 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 808 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 809 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 810 | # CONFIG_CRYPTO_TEST is not set | ||
| 811 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 812 | # CONFIG_CRYPTO_LZO is not set | 891 | # CONFIG_CRYPTO_LZO is not set |
| 813 | CONFIG_CRYPTO_HW=y | 892 | CONFIG_CRYPTO_HW=y |
| 814 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 893 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 815 | # CONFIG_PPC_CLOCK is not set | 894 | # CONFIG_PPC_CLOCK is not set |
| 895 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/canyonlands_defconfig b/arch/powerpc/configs/44x/canyonlands_defconfig index a3b763c45ec6..74da5c7754a4 100644 --- a/arch/powerpc/configs/44x/canyonlands_defconfig +++ b/arch/powerpc/configs/44x/canyonlands_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc1 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Thu Feb 21 14:29:28 2008 | 4 | # Tue Aug 5 08:46:14 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 38 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -73,8 +77,9 @@ CONFIG_POSIX_MQUEUE=y | |||
| 73 | # CONFIG_IKCONFIG is not set | 77 | # CONFIG_IKCONFIG is not set |
| 74 | CONFIG_LOG_BUF_SHIFT=14 | 78 | CONFIG_LOG_BUF_SHIFT=14 |
| 75 | # CONFIG_CGROUPS is not set | 79 | # CONFIG_CGROUPS is not set |
| 76 | # CONFIG_FAIR_GROUP_SCHED is not set | 80 | # CONFIG_GROUP_SCHED is not set |
| 77 | CONFIG_SYSFS_DEPRECATED=y | 81 | CONFIG_SYSFS_DEPRECATED=y |
| 82 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 78 | # CONFIG_RELAY is not set | 83 | # CONFIG_RELAY is not set |
| 79 | # CONFIG_NAMESPACES is not set | 84 | # CONFIG_NAMESPACES is not set |
| 80 | CONFIG_BLK_DEV_INITRD=y | 85 | CONFIG_BLK_DEV_INITRD=y |
| @@ -83,12 +88,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 83 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 84 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 85 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 87 | # CONFIG_KALLSYMS_ALL is not set | 93 | # CONFIG_KALLSYMS_ALL is not set |
| 88 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 94 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 89 | CONFIG_HOTPLUG=y | 95 | CONFIG_HOTPLUG=y |
| 90 | CONFIG_PRINTK=y | 96 | CONFIG_PRINTK=y |
| 91 | # CONFIG_LOGBUFFER is not set | ||
| 92 | CONFIG_BUG=y | 97 | CONFIG_BUG=y |
| 93 | CONFIG_ELF_CORE=y | 98 | CONFIG_ELF_CORE=y |
| 94 | CONFIG_COMPAT_BRK=y | 99 | CONFIG_COMPAT_BRK=y |
| @@ -109,13 +114,22 @@ CONFIG_SLUB=y | |||
| 109 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 110 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 111 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 112 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | ||
| 121 | 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 | ||
| 113 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 114 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 115 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 116 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 117 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 118 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 119 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 120 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 121 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -126,6 +140,7 @@ CONFIG_LBD=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 144 | ||
| 130 | # | 145 | # |
| 131 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -140,25 +155,25 @@ CONFIG_DEFAULT_AS=y | |||
| 140 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
| 141 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 142 | CONFIG_CLASSIC_RCU=y | 157 | CONFIG_CLASSIC_RCU=y |
| 143 | # CONFIG_PREEMPT_RCU is not set | ||
| 144 | CONFIG_PPC4xx_PCI_EXPRESS=y | 158 | CONFIG_PPC4xx_PCI_EXPRESS=y |
| 145 | 159 | ||
| 146 | # | 160 | # |
| 147 | # Platform support | 161 | # Platform support |
| 148 | # | 162 | # |
| 149 | # CONFIG_PPC_MPC512x is not set | ||
| 150 | # CONFIG_PPC_MPC5121 is not set | ||
| 151 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 152 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 153 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| 154 | # CONFIG_BAMBOO is not set | 166 | # CONFIG_BAMBOO is not set |
| 155 | # CONFIG_EBONY is not set | 167 | # CONFIG_EBONY is not set |
| 168 | # CONFIG_SAM440EP is not set | ||
| 156 | # CONFIG_SEQUOIA is not set | 169 | # CONFIG_SEQUOIA is not set |
| 157 | # CONFIG_TAISHAN is not set | 170 | # CONFIG_TAISHAN is not set |
| 158 | # CONFIG_KATMAI is not set | 171 | # CONFIG_KATMAI is not set |
| 159 | # CONFIG_RAINIER is not set | 172 | # CONFIG_RAINIER is not set |
| 160 | # CONFIG_WARP is not set | 173 | # CONFIG_WARP is not set |
| 161 | CONFIG_CANYONLANDS=y | 174 | CONFIG_CANYONLANDS=y |
| 175 | # CONFIG_YOSEMITE is not set | ||
| 176 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 162 | CONFIG_460EX=y | 177 | CONFIG_460EX=y |
| 163 | # CONFIG_IPIC is not set | 178 | # CONFIG_IPIC is not set |
| 164 | # CONFIG_MPIC is not set | 179 | # CONFIG_MPIC is not set |
| @@ -190,7 +205,6 @@ CONFIG_HZ=250 | |||
| 190 | CONFIG_PREEMPT_NONE=y | 205 | CONFIG_PREEMPT_NONE=y |
| 191 | # CONFIG_PREEMPT_VOLUNTARY is not set | 206 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 192 | # CONFIG_PREEMPT is not set | 207 | # CONFIG_PREEMPT is not set |
| 193 | CONFIG_RCU_TRACE=y | ||
| 194 | CONFIG_BINFMT_ELF=y | 208 | CONFIG_BINFMT_ELF=y |
| 195 | # CONFIG_BINFMT_MISC is not set | 209 | # CONFIG_BINFMT_MISC is not set |
| 196 | # CONFIG_MATH_EMULATION is not set | 210 | # CONFIG_MATH_EMULATION is not set |
| @@ -208,16 +222,19 @@ CONFIG_FLATMEM=y | |||
| 208 | CONFIG_FLAT_NODE_MEM_MAP=y | 222 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 209 | # CONFIG_SPARSEMEM_STATIC is not set | 223 | # CONFIG_SPARSEMEM_STATIC is not set |
| 210 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 225 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 211 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 227 | CONFIG_MIGRATION=y | ||
| 212 | CONFIG_RESOURCES_64BIT=y | 228 | CONFIG_RESOURCES_64BIT=y |
| 213 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
| 214 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
| 215 | CONFIG_VIRT_TO_BUS=y | 231 | CONFIG_VIRT_TO_BUS=y |
| 232 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 216 | CONFIG_PROC_DEVICETREE=y | 233 | CONFIG_PROC_DEVICETREE=y |
| 217 | CONFIG_CMDLINE_BOOL=y | 234 | CONFIG_CMDLINE_BOOL=y |
| 218 | CONFIG_CMDLINE="" | 235 | CONFIG_CMDLINE="" |
| 236 | CONFIG_EXTRA_TARGETS="" | ||
| 219 | CONFIG_SECCOMP=y | 237 | CONFIG_SECCOMP=y |
| 220 | CONFIG_WANT_DEVICE_TREE=y | ||
| 221 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
| 222 | 239 | ||
| 223 | # | 240 | # |
| @@ -225,6 +242,8 @@ CONFIG_ISA_DMA_API=y | |||
| 225 | # | 242 | # |
| 226 | CONFIG_ZONE_DMA=y | 243 | CONFIG_ZONE_DMA=y |
| 227 | CONFIG_PPC_INDIRECT_PCI=y | 244 | CONFIG_PPC_INDIRECT_PCI=y |
| 245 | CONFIG_4xx_SOC=y | ||
| 246 | CONFIG_PPC_PCI_CHOICE=y | ||
| 228 | CONFIG_PCI=y | 247 | CONFIG_PCI=y |
| 229 | CONFIG_PCI_DOMAINS=y | 248 | CONFIG_PCI_DOMAINS=y |
| 230 | CONFIG_PCI_SYSCALL=y | 249 | CONFIG_PCI_SYSCALL=y |
| @@ -235,6 +254,7 @@ CONFIG_PCI_LEGACY=y | |||
| 235 | # CONFIG_PCI_DEBUG is not set | 254 | # CONFIG_PCI_DEBUG is not set |
| 236 | # CONFIG_PCCARD is not set | 255 | # CONFIG_PCCARD is not set |
| 237 | # CONFIG_HOTPLUG_PCI is not set | 256 | # CONFIG_HOTPLUG_PCI is not set |
| 257 | # CONFIG_HAS_RAPIDIO is not set | ||
| 238 | 258 | ||
| 239 | # | 259 | # |
| 240 | # Advanced setup | 260 | # Advanced setup |
| @@ -244,17 +264,13 @@ CONFIG_PCI_LEGACY=y | |||
| 244 | # | 264 | # |
| 245 | # Default settings for advanced configuration options are used | 265 | # Default settings for advanced configuration options are used |
| 246 | # | 266 | # |
| 247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 248 | CONFIG_LOWMEM_SIZE=0x30000000 | 267 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 268 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 249 | CONFIG_KERNEL_START=0xc0000000 | 269 | CONFIG_KERNEL_START=0xc0000000 |
| 270 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 250 | CONFIG_TASK_SIZE=0xc0000000 | 271 | CONFIG_TASK_SIZE=0xc0000000 |
| 251 | CONFIG_CONSISTENT_START=0xff100000 | 272 | CONFIG_CONSISTENT_START=0xff100000 |
| 252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 273 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 253 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 254 | |||
| 255 | # | ||
| 256 | # Networking | ||
| 257 | # | ||
| 258 | CONFIG_NET=y | 274 | CONFIG_NET=y |
| 259 | 275 | ||
| 260 | # | 276 | # |
| @@ -292,8 +308,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 308 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 293 | # CONFIG_TCP_MD5SIG is not set | 309 | # CONFIG_TCP_MD5SIG is not set |
| 294 | # CONFIG_IPV6 is not set | 310 | # CONFIG_IPV6 is not set |
| 295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 296 | # CONFIG_INET6_TUNNEL is not set | ||
| 297 | # CONFIG_NETWORK_SECMARK is not set | 311 | # CONFIG_NETWORK_SECMARK is not set |
| 298 | # CONFIG_NETFILTER is not set | 312 | # CONFIG_NETFILTER is not set |
| 299 | # CONFIG_IP_DCCP is not set | 313 | # CONFIG_IP_DCCP is not set |
| @@ -343,6 +357,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 343 | CONFIG_STANDALONE=y | 357 | CONFIG_STANDALONE=y |
| 344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 358 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 345 | CONFIG_FW_LOADER=y | 359 | CONFIG_FW_LOADER=y |
| 360 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 361 | CONFIG_EXTRA_FIRMWARE="" | ||
| 346 | # CONFIG_DEBUG_DRIVER is not set | 362 | # CONFIG_DEBUG_DRIVER is not set |
| 347 | # CONFIG_DEBUG_DEVRES is not set | 363 | # CONFIG_DEBUG_DEVRES is not set |
| 348 | # CONFIG_SYS_HYPERVISOR is not set | 364 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -368,6 +384,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 368 | # CONFIG_CDROM_PKTCDVD is not set | 384 | # CONFIG_CDROM_PKTCDVD is not set |
| 369 | # CONFIG_ATA_OVER_ETH is not set | 385 | # CONFIG_ATA_OVER_ETH is not set |
| 370 | # CONFIG_XILINX_SYSACE is not set | 386 | # CONFIG_XILINX_SYSACE is not set |
| 387 | # CONFIG_BLK_DEV_HD is not set | ||
| 371 | # CONFIG_MISC_DEVICES is not set | 388 | # CONFIG_MISC_DEVICES is not set |
| 372 | CONFIG_HAVE_IDE=y | 389 | CONFIG_HAVE_IDE=y |
| 373 | # CONFIG_IDE is not set | 390 | # CONFIG_IDE is not set |
| @@ -386,12 +403,15 @@ CONFIG_HAVE_IDE=y | |||
| 386 | # | 403 | # |
| 387 | # IEEE 1394 (FireWire) support | 404 | # IEEE 1394 (FireWire) support |
| 388 | # | 405 | # |
| 406 | |||
| 407 | # | ||
| 408 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 409 | # | ||
| 389 | # CONFIG_FIREWIRE is not set | 410 | # CONFIG_FIREWIRE is not set |
| 390 | # CONFIG_IEEE1394 is not set | 411 | # CONFIG_IEEE1394 is not set |
| 391 | # CONFIG_I2O is not set | 412 | # CONFIG_I2O is not set |
| 392 | # CONFIG_MACINTOSH_DRIVERS is not set | 413 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 393 | CONFIG_NETDEVICES=y | 414 | CONFIG_NETDEVICES=y |
| 394 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 395 | # CONFIG_DUMMY is not set | 415 | # CONFIG_DUMMY is not set |
| 396 | # CONFIG_BONDING is not set | 416 | # CONFIG_BONDING is not set |
| 397 | # CONFIG_MACVLAN is not set | 417 | # CONFIG_MACVLAN is not set |
| @@ -430,6 +450,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 430 | # | 450 | # |
| 431 | # CONFIG_WLAN_PRE80211 is not set | 451 | # CONFIG_WLAN_PRE80211 is not set |
| 432 | # CONFIG_WLAN_80211 is not set | 452 | # CONFIG_WLAN_80211 is not set |
| 453 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 433 | # CONFIG_WAN is not set | 454 | # CONFIG_WAN is not set |
| 434 | # CONFIG_FDDI is not set | 455 | # CONFIG_FDDI is not set |
| 435 | # CONFIG_HIPPI is not set | 456 | # CONFIG_HIPPI is not set |
| @@ -456,6 +477,7 @@ CONFIG_IBM_NEW_EMAC_EMAC4=y | |||
| 456 | # Character devices | 477 | # Character devices |
| 457 | # | 478 | # |
| 458 | # CONFIG_VT is not set | 479 | # CONFIG_VT is not set |
| 480 | CONFIG_DEVKMEM=y | ||
| 459 | # CONFIG_SERIAL_NONSTANDARD is not set | 481 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 460 | # CONFIG_NOZOMI is not set | 482 | # CONFIG_NOZOMI is not set |
| 461 | 483 | ||
| @@ -494,16 +516,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 494 | # CONFIG_TCG_TPM is not set | 516 | # CONFIG_TCG_TPM is not set |
| 495 | CONFIG_DEVPORT=y | 517 | CONFIG_DEVPORT=y |
| 496 | # CONFIG_I2C is not set | 518 | # CONFIG_I2C is not set |
| 497 | |||
| 498 | # | ||
| 499 | # SPI support | ||
| 500 | # | ||
| 501 | # CONFIG_SPI is not set | 519 | # CONFIG_SPI is not set |
| 502 | # CONFIG_SPI_MASTER is not set | 520 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 521 | # CONFIG_GPIOLIB is not set | ||
| 503 | # CONFIG_W1 is not set | 522 | # CONFIG_W1 is not set |
| 504 | # CONFIG_POWER_SUPPLY is not set | 523 | # CONFIG_POWER_SUPPLY is not set |
| 505 | # CONFIG_HWMON is not set | 524 | # CONFIG_HWMON is not set |
| 506 | # CONFIG_THERMAL is not set | 525 | # CONFIG_THERMAL is not set |
| 526 | # CONFIG_THERMAL_HWMON is not set | ||
| 507 | # CONFIG_WATCHDOG is not set | 527 | # CONFIG_WATCHDOG is not set |
| 508 | 528 | ||
| 509 | # | 529 | # |
| @@ -515,13 +535,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 515 | # | 535 | # |
| 516 | # Multifunction device drivers | 536 | # Multifunction device drivers |
| 517 | # | 537 | # |
| 538 | # CONFIG_MFD_CORE is not set | ||
| 518 | # CONFIG_MFD_SM501 is not set | 539 | # CONFIG_MFD_SM501 is not set |
| 540 | # CONFIG_HTC_PASIC3 is not set | ||
| 519 | 541 | ||
| 520 | # | 542 | # |
| 521 | # Multimedia devices | 543 | # Multimedia devices |
| 522 | # | 544 | # |
| 545 | |||
| 546 | # | ||
| 547 | # Multimedia core support | ||
| 548 | # | ||
| 523 | # CONFIG_VIDEO_DEV is not set | 549 | # CONFIG_VIDEO_DEV is not set |
| 524 | # CONFIG_DVB_CORE is not set | 550 | # CONFIG_DVB_CORE is not set |
| 551 | # CONFIG_VIDEO_MEDIA is not set | ||
| 552 | |||
| 553 | # | ||
| 554 | # Multimedia drivers | ||
| 555 | # | ||
| 525 | CONFIG_DAB=y | 556 | CONFIG_DAB=y |
| 526 | 557 | ||
| 527 | # | 558 | # |
| @@ -538,22 +569,16 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 538 | # Display device support | 569 | # Display device support |
| 539 | # | 570 | # |
| 540 | # CONFIG_DISPLAY_SUPPORT is not set | 571 | # CONFIG_DISPLAY_SUPPORT is not set |
| 541 | |||
| 542 | # | ||
| 543 | # Sound | ||
| 544 | # | ||
| 545 | # CONFIG_SOUND is not set | 572 | # CONFIG_SOUND is not set |
| 546 | # CONFIG_USB_SUPPORT is not set | 573 | # CONFIG_USB_SUPPORT is not set |
| 547 | # CONFIG_MMC is not set | 574 | # CONFIG_MMC is not set |
| 548 | # CONFIG_MEMSTICK is not set | 575 | # CONFIG_MEMSTICK is not set |
| 549 | # CONFIG_NEW_LEDS is not set | 576 | # CONFIG_NEW_LEDS is not set |
| 577 | # CONFIG_ACCESSIBILITY is not set | ||
| 550 | # CONFIG_INFINIBAND is not set | 578 | # CONFIG_INFINIBAND is not set |
| 551 | # CONFIG_EDAC is not set | 579 | # CONFIG_EDAC is not set |
| 552 | # CONFIG_RTC_CLASS is not set | 580 | # CONFIG_RTC_CLASS is not set |
| 553 | 581 | # CONFIG_DMADEVICES is not set | |
| 554 | # | ||
| 555 | # Userspace I/O | ||
| 556 | # | ||
| 557 | # CONFIG_UIO is not set | 582 | # CONFIG_UIO is not set |
| 558 | 583 | ||
| 559 | # | 584 | # |
| @@ -568,7 +593,6 @@ CONFIG_EXT2_FS=y | |||
| 568 | # CONFIG_JFS_FS is not set | 593 | # CONFIG_JFS_FS is not set |
| 569 | # CONFIG_FS_POSIX_ACL is not set | 594 | # CONFIG_FS_POSIX_ACL is not set |
| 570 | # CONFIG_XFS_FS is not set | 595 | # CONFIG_XFS_FS is not set |
| 571 | # CONFIG_GFS2_FS is not set | ||
| 572 | # CONFIG_OCFS2_FS is not set | 596 | # CONFIG_OCFS2_FS is not set |
| 573 | CONFIG_DNOTIFY=y | 597 | CONFIG_DNOTIFY=y |
| 574 | CONFIG_INOTIFY=y | 598 | CONFIG_INOTIFY=y |
| @@ -616,6 +640,7 @@ CONFIG_TMPFS=y | |||
| 616 | CONFIG_CRAMFS=y | 640 | CONFIG_CRAMFS=y |
| 617 | # CONFIG_VXFS_FS is not set | 641 | # CONFIG_VXFS_FS is not set |
| 618 | # CONFIG_MINIX_FS is not set | 642 | # CONFIG_MINIX_FS is not set |
| 643 | # CONFIG_OMFS_FS is not set | ||
| 619 | # CONFIG_HPFS_FS is not set | 644 | # CONFIG_HPFS_FS is not set |
| 620 | # CONFIG_QNX4FS_FS is not set | 645 | # CONFIG_QNX4FS_FS is not set |
| 621 | # CONFIG_ROMFS_FS is not set | 646 | # CONFIG_ROMFS_FS is not set |
| @@ -626,14 +651,12 @@ CONFIG_NFS_FS=y | |||
| 626 | CONFIG_NFS_V3=y | 651 | CONFIG_NFS_V3=y |
| 627 | # CONFIG_NFS_V3_ACL is not set | 652 | # CONFIG_NFS_V3_ACL is not set |
| 628 | # CONFIG_NFS_V4 is not set | 653 | # CONFIG_NFS_V4 is not set |
| 629 | # CONFIG_NFS_DIRECTIO is not set | ||
| 630 | # CONFIG_NFSD is not set | ||
| 631 | CONFIG_ROOT_NFS=y | 654 | CONFIG_ROOT_NFS=y |
| 655 | # CONFIG_NFSD is not set | ||
| 632 | CONFIG_LOCKD=y | 656 | CONFIG_LOCKD=y |
| 633 | CONFIG_LOCKD_V4=y | 657 | CONFIG_LOCKD_V4=y |
| 634 | CONFIG_NFS_COMMON=y | 658 | CONFIG_NFS_COMMON=y |
| 635 | CONFIG_SUNRPC=y | 659 | CONFIG_SUNRPC=y |
| 636 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 637 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 660 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 638 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 661 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 639 | # CONFIG_SMB_FS is not set | 662 | # CONFIG_SMB_FS is not set |
| @@ -654,8 +677,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 654 | # Library routines | 677 | # Library routines |
| 655 | # | 678 | # |
| 656 | CONFIG_BITREVERSE=y | 679 | CONFIG_BITREVERSE=y |
| 680 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 657 | # CONFIG_CRC_CCITT is not set | 681 | # CONFIG_CRC_CCITT is not set |
| 658 | # CONFIG_CRC16 is not set | 682 | # CONFIG_CRC16 is not set |
| 683 | # CONFIG_CRC_T10DIF is not set | ||
| 659 | # CONFIG_CRC_ITU_T is not set | 684 | # CONFIG_CRC_ITU_T is not set |
| 660 | CONFIG_CRC32=y | 685 | CONFIG_CRC32=y |
| 661 | # CONFIG_CRC7 is not set | 686 | # CONFIG_CRC7 is not set |
| @@ -665,6 +690,7 @@ CONFIG_PLIST=y | |||
| 665 | CONFIG_HAS_IOMEM=y | 690 | CONFIG_HAS_IOMEM=y |
| 666 | CONFIG_HAS_IOPORT=y | 691 | CONFIG_HAS_IOPORT=y |
| 667 | CONFIG_HAS_DMA=y | 692 | CONFIG_HAS_DMA=y |
| 693 | CONFIG_HAVE_LMB=y | ||
| 668 | 694 | ||
| 669 | # | 695 | # |
| 670 | # Kernel hacking | 696 | # Kernel hacking |
| @@ -672,6 +698,7 @@ CONFIG_HAS_DMA=y | |||
| 672 | # CONFIG_PRINTK_TIME is not set | 698 | # CONFIG_PRINTK_TIME is not set |
| 673 | CONFIG_ENABLE_WARN_DEPRECATED=y | 699 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 674 | CONFIG_ENABLE_MUST_CHECK=y | 700 | CONFIG_ENABLE_MUST_CHECK=y |
| 701 | CONFIG_FRAME_WARN=1024 | ||
| 675 | CONFIG_MAGIC_SYSRQ=y | 702 | CONFIG_MAGIC_SYSRQ=y |
| 676 | # CONFIG_UNUSED_SYMBOLS is not set | 703 | # CONFIG_UNUSED_SYMBOLS is not set |
| 677 | CONFIG_DEBUG_FS=y | 704 | CONFIG_DEBUG_FS=y |
| @@ -679,9 +706,12 @@ CONFIG_DEBUG_FS=y | |||
| 679 | CONFIG_DEBUG_KERNEL=y | 706 | CONFIG_DEBUG_KERNEL=y |
| 680 | # CONFIG_DEBUG_SHIRQ is not set | 707 | # CONFIG_DEBUG_SHIRQ is not set |
| 681 | CONFIG_DETECT_SOFTLOCKUP=y | 708 | CONFIG_DETECT_SOFTLOCKUP=y |
| 709 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 710 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 682 | CONFIG_SCHED_DEBUG=y | 711 | CONFIG_SCHED_DEBUG=y |
| 683 | # CONFIG_SCHEDSTATS is not set | 712 | # CONFIG_SCHEDSTATS is not set |
| 684 | # CONFIG_TIMER_STATS is not set | 713 | # CONFIG_TIMER_STATS is not set |
| 714 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 685 | # CONFIG_SLUB_DEBUG_ON is not set | 715 | # CONFIG_SLUB_DEBUG_ON is not set |
| 686 | # CONFIG_SLUB_STATS is not set | 716 | # CONFIG_SLUB_STATS is not set |
| 687 | # CONFIG_DEBUG_RT_MUTEXES is not set | 717 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -694,19 +724,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 694 | # CONFIG_DEBUG_BUGVERBOSE is not set | 724 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 695 | # CONFIG_DEBUG_INFO is not set | 725 | # CONFIG_DEBUG_INFO is not set |
| 696 | # CONFIG_DEBUG_VM is not set | 726 | # CONFIG_DEBUG_VM is not set |
| 727 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 728 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 697 | # CONFIG_DEBUG_LIST is not set | 729 | # CONFIG_DEBUG_LIST is not set |
| 698 | # CONFIG_DEBUG_SG is not set | 730 | # CONFIG_DEBUG_SG is not set |
| 699 | # CONFIG_BOOT_PRINTK_DELAY is not set | 731 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 700 | # CONFIG_RCU_TORTURE_TEST is not set | 732 | # CONFIG_RCU_TORTURE_TEST is not set |
| 701 | # CONFIG_BACKTRACE_SELF_TEST is not set | 733 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 702 | # CONFIG_FAULT_INJECTION is not set | 734 | # CONFIG_FAULT_INJECTION is not set |
| 735 | # CONFIG_LATENCYTOP is not set | ||
| 736 | CONFIG_HAVE_FTRACE=y | ||
| 737 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 738 | # CONFIG_FTRACE is not set | ||
| 739 | # CONFIG_SCHED_TRACER is not set | ||
| 740 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 703 | # CONFIG_SAMPLES is not set | 741 | # CONFIG_SAMPLES is not set |
| 742 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 743 | # CONFIG_KGDB is not set | ||
| 704 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 744 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 705 | # CONFIG_DEBUG_STACK_USAGE is not set | 745 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 706 | # CONFIG_DEBUG_PAGEALLOC is not set | 746 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 707 | CONFIG_DEBUGGER=y | 747 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 708 | # CONFIG_KGDB is not set | 748 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 709 | # CONFIG_XMON is not set | 749 | # CONFIG_XMON is not set |
| 750 | # CONFIG_IRQSTACKS is not set | ||
| 710 | # CONFIG_VIRQ_DEBUG is not set | 751 | # CONFIG_VIRQ_DEBUG is not set |
| 711 | # CONFIG_BDI_SWITCH is not set | 752 | # CONFIG_BDI_SWITCH is not set |
| 712 | # CONFIG_PPC_EARLY_DEBUG is not set | 753 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -719,3 +760,4 @@ CONFIG_DEBUGGER=y | |||
| 719 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 760 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 720 | # CONFIG_CRYPTO is not set | 761 | # CONFIG_CRYPTO is not set |
| 721 | # CONFIG_PPC_CLOCK is not set | 762 | # CONFIG_PPC_CLOCK is not set |
| 763 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/ebony_defconfig b/arch/powerpc/configs/44x/ebony_defconfig index 07c8d4ce175a..17615750b494 100644 --- a/arch/powerpc/configs/44x/ebony_defconfig +++ b/arch/powerpc/configs/44x/ebony_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:50:44 2008 | 4 | # Tue Aug 5 09:04:12 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
| 29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
| 32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
| 79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
| 80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
| 85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
| 82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
| 83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
| @@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 90 | CONFIG_KALLSYMS_ALL=y | 96 | CONFIG_KALLSYMS_ALL=y |
| 91 | CONFIG_KALLSYMS_EXTRA_PASS=y | 97 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | ||
| 124 | 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 | ||
| 115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| 119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
| 120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
| 135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
| 122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| @@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 147 | ||
| 132 | # | 148 | # |
| 133 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
| 142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
| 143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
| 145 | # CONFIG_PREEMPT_RCU is not set | ||
| 146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 147 | 162 | ||
| 148 | # | 163 | # |
| 149 | # Platform support | 164 | # Platform support |
| 150 | # | 165 | # |
| 151 | # CONFIG_PPC_MPC512x is not set | ||
| 152 | # CONFIG_PPC_MPC5121 is not set | ||
| 153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
| 154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
| 155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
| 156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
| 157 | CONFIG_EBONY=y | 170 | CONFIG_EBONY=y |
| 171 | # CONFIG_SAM440EP is not set | ||
| 158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
| 159 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
| 160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
| 161 | # CONFIG_RAINIER is not set | 175 | # CONFIG_RAINIER is not set |
| 162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
| 177 | # CONFIG_CANYONLANDS is not set | ||
| 178 | # CONFIG_YOSEMITE is not set | ||
| 179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 163 | CONFIG_440GP=y | 180 | CONFIG_440GP=y |
| 164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
| 165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
| @@ -192,7 +209,6 @@ CONFIG_HZ=250 | |||
| 192 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
| 193 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 194 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
| 195 | CONFIG_RCU_TRACE=y | ||
| 196 | CONFIG_BINFMT_ELF=y | 212 | CONFIG_BINFMT_ELF=y |
| 197 | # CONFIG_BINFMT_MISC is not set | 213 | # CONFIG_BINFMT_MISC is not set |
| 198 | CONFIG_MATH_EMULATION=y | 214 | CONFIG_MATH_EMULATION=y |
| @@ -210,13 +226,17 @@ CONFIG_FLATMEM=y | |||
| 210 | CONFIG_FLAT_NODE_MEM_MAP=y | 226 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 211 | # CONFIG_SPARSEMEM_STATIC is not set | 227 | # CONFIG_SPARSEMEM_STATIC is not set |
| 212 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 229 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 213 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 231 | CONFIG_MIGRATION=y | ||
| 214 | CONFIG_RESOURCES_64BIT=y | 232 | CONFIG_RESOURCES_64BIT=y |
| 215 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
| 216 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
| 217 | CONFIG_VIRT_TO_BUS=y | 235 | CONFIG_VIRT_TO_BUS=y |
| 236 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 218 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
| 219 | # CONFIG_CMDLINE_BOOL is not set | 238 | # CONFIG_CMDLINE_BOOL is not set |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
| 221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
| 222 | 242 | ||
| @@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
| 225 | # | 245 | # |
| 226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
| 227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
| 248 | CONFIG_4xx_SOC=y | ||
| 249 | CONFIG_PPC_PCI_CHOICE=y | ||
| 228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
| 229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
| 230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
| @@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
| 235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
| 236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
| 237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
| 260 | # CONFIG_HAS_RAPIDIO is not set | ||
| 238 | 261 | ||
| 239 | # | 262 | # |
| 240 | # Advanced setup | 263 | # Advanced setup |
| @@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
| 244 | # | 267 | # |
| 245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
| 246 | # | 269 | # |
| 247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
| 273 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
| 251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
| 252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 253 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 254 | |||
| 255 | # | ||
| 256 | # Networking | ||
| 257 | # | ||
| 258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
| 259 | 278 | ||
| 260 | # | 279 | # |
| @@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
| 294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
| 295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 296 | # CONFIG_INET6_TUNNEL is not set | ||
| 297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
| 298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
| 299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
| @@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
| 344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
| 363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 364 | CONFIG_EXTRA_FIRMWARE="" | ||
| 346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
| 347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
| 348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -355,6 +374,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 356 | # CONFIG_MTD_CMDLINE_PARTS is not set | 375 | # CONFIG_MTD_CMDLINE_PARTS is not set |
| 357 | CONFIG_MTD_OF_PARTS=y | 376 | CONFIG_MTD_OF_PARTS=y |
| 377 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 358 | 378 | ||
| 359 | # | 379 | # |
| 360 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
| @@ -444,12 +464,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 444 | # CONFIG_CDROM_PKTCDVD is not set | 464 | # CONFIG_CDROM_PKTCDVD is not set |
| 445 | # CONFIG_ATA_OVER_ETH is not set | 465 | # CONFIG_ATA_OVER_ETH is not set |
| 446 | # CONFIG_XILINX_SYSACE is not set | 466 | # CONFIG_XILINX_SYSACE is not set |
| 467 | # CONFIG_BLK_DEV_HD is not set | ||
| 447 | CONFIG_MISC_DEVICES=y | 468 | CONFIG_MISC_DEVICES=y |
| 448 | # CONFIG_PHANTOM is not set | 469 | # CONFIG_PHANTOM is not set |
| 449 | # CONFIG_EEPROM_93CX6 is not set | 470 | # CONFIG_EEPROM_93CX6 is not set |
| 450 | # CONFIG_SGI_IOC4 is not set | 471 | # CONFIG_SGI_IOC4 is not set |
| 451 | # CONFIG_TIFM_CORE is not set | 472 | # CONFIG_TIFM_CORE is not set |
| 452 | # CONFIG_ENCLOSURE_SERVICES is not set | 473 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 474 | # CONFIG_HP_ILO is not set | ||
| 453 | CONFIG_HAVE_IDE=y | 475 | CONFIG_HAVE_IDE=y |
| 454 | # CONFIG_IDE is not set | 476 | # CONFIG_IDE is not set |
| 455 | 477 | ||
| @@ -467,12 +489,15 @@ CONFIG_HAVE_IDE=y | |||
| 467 | # | 489 | # |
| 468 | # IEEE 1394 (FireWire) support | 490 | # IEEE 1394 (FireWire) support |
| 469 | # | 491 | # |
| 492 | |||
| 493 | # | ||
| 494 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 495 | # | ||
| 470 | # CONFIG_FIREWIRE is not set | 496 | # CONFIG_FIREWIRE is not set |
| 471 | # CONFIG_IEEE1394 is not set | 497 | # CONFIG_IEEE1394 is not set |
| 472 | # CONFIG_I2O is not set | 498 | # CONFIG_I2O is not set |
| 473 | # CONFIG_MACINTOSH_DRIVERS is not set | 499 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 474 | CONFIG_NETDEVICES=y | 500 | CONFIG_NETDEVICES=y |
| 475 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 476 | # CONFIG_DUMMY is not set | 501 | # CONFIG_DUMMY is not set |
| 477 | # CONFIG_BONDING is not set | 502 | # CONFIG_BONDING is not set |
| 478 | # CONFIG_MACVLAN is not set | 503 | # CONFIG_MACVLAN is not set |
| @@ -507,7 +532,6 @@ CONFIG_NETDEV_1000=y | |||
| 507 | # CONFIG_DL2K is not set | 532 | # CONFIG_DL2K is not set |
| 508 | # CONFIG_E1000 is not set | 533 | # CONFIG_E1000 is not set |
| 509 | # CONFIG_E1000E is not set | 534 | # CONFIG_E1000E is not set |
| 510 | # CONFIG_E1000E_ENABLED is not set | ||
| 511 | # CONFIG_IP1000 is not set | 535 | # CONFIG_IP1000 is not set |
| 512 | # CONFIG_IGB is not set | 536 | # CONFIG_IGB is not set |
| 513 | # CONFIG_NS83820 is not set | 537 | # CONFIG_NS83820 is not set |
| @@ -517,12 +541,12 @@ CONFIG_NETDEV_1000=y | |||
| 517 | # CONFIG_SIS190 is not set | 541 | # CONFIG_SIS190 is not set |
| 518 | # CONFIG_SKGE is not set | 542 | # CONFIG_SKGE is not set |
| 519 | # CONFIG_SKY2 is not set | 543 | # CONFIG_SKY2 is not set |
| 520 | # CONFIG_SK98LIN is not set | ||
| 521 | # CONFIG_VIA_VELOCITY is not set | 544 | # CONFIG_VIA_VELOCITY is not set |
| 522 | # CONFIG_TIGON3 is not set | 545 | # CONFIG_TIGON3 is not set |
| 523 | # CONFIG_BNX2 is not set | 546 | # CONFIG_BNX2 is not set |
| 524 | # CONFIG_QLA3XXX is not set | 547 | # CONFIG_QLA3XXX is not set |
| 525 | # CONFIG_ATL1 is not set | 548 | # CONFIG_ATL1 is not set |
| 549 | # CONFIG_ATL1E is not set | ||
| 526 | CONFIG_NETDEV_10000=y | 550 | CONFIG_NETDEV_10000=y |
| 527 | # CONFIG_CHELSIO_T1 is not set | 551 | # CONFIG_CHELSIO_T1 is not set |
| 528 | # CONFIG_CHELSIO_T3 is not set | 552 | # CONFIG_CHELSIO_T3 is not set |
| @@ -535,6 +559,7 @@ CONFIG_NETDEV_10000=y | |||
| 535 | # CONFIG_MLX4_CORE is not set | 559 | # CONFIG_MLX4_CORE is not set |
| 536 | # CONFIG_TEHUTI is not set | 560 | # CONFIG_TEHUTI is not set |
| 537 | # CONFIG_BNX2X is not set | 561 | # CONFIG_BNX2X is not set |
| 562 | # CONFIG_SFC is not set | ||
| 538 | # CONFIG_TR is not set | 563 | # CONFIG_TR is not set |
| 539 | 564 | ||
| 540 | # | 565 | # |
| @@ -542,6 +567,7 @@ CONFIG_NETDEV_10000=y | |||
| 542 | # | 567 | # |
| 543 | # CONFIG_WLAN_PRE80211 is not set | 568 | # CONFIG_WLAN_PRE80211 is not set |
| 544 | # CONFIG_WLAN_80211 is not set | 569 | # CONFIG_WLAN_80211 is not set |
| 570 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 545 | # CONFIG_WAN is not set | 571 | # CONFIG_WAN is not set |
| 546 | # CONFIG_FDDI is not set | 572 | # CONFIG_FDDI is not set |
| 547 | # CONFIG_HIPPI is not set | 573 | # CONFIG_HIPPI is not set |
| @@ -568,6 +594,7 @@ CONFIG_NETDEV_10000=y | |||
| 568 | # Character devices | 594 | # Character devices |
| 569 | # | 595 | # |
| 570 | # CONFIG_VT is not set | 596 | # CONFIG_VT is not set |
| 597 | CONFIG_DEVKMEM=y | ||
| 571 | # CONFIG_SERIAL_NONSTANDARD is not set | 598 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 572 | # CONFIG_NOZOMI is not set | 599 | # CONFIG_NOZOMI is not set |
| 573 | 600 | ||
| @@ -606,12 +633,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 606 | # CONFIG_TCG_TPM is not set | 633 | # CONFIG_TCG_TPM is not set |
| 607 | CONFIG_DEVPORT=y | 634 | CONFIG_DEVPORT=y |
| 608 | # CONFIG_I2C is not set | 635 | # CONFIG_I2C is not set |
| 609 | |||
| 610 | # | ||
| 611 | # SPI support | ||
| 612 | # | ||
| 613 | # CONFIG_SPI is not set | 636 | # CONFIG_SPI is not set |
| 614 | # CONFIG_SPI_MASTER is not set | 637 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 638 | # CONFIG_GPIOLIB is not set | ||
| 615 | # CONFIG_W1 is not set | 639 | # CONFIG_W1 is not set |
| 616 | # CONFIG_POWER_SUPPLY is not set | 640 | # CONFIG_POWER_SUPPLY is not set |
| 617 | # CONFIG_HWMON is not set | 641 | # CONFIG_HWMON is not set |
| @@ -627,13 +651,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 627 | # | 651 | # |
| 628 | # Multifunction device drivers | 652 | # Multifunction device drivers |
| 629 | # | 653 | # |
| 654 | # CONFIG_MFD_CORE is not set | ||
| 630 | # CONFIG_MFD_SM501 is not set | 655 | # CONFIG_MFD_SM501 is not set |
| 656 | # CONFIG_HTC_PASIC3 is not set | ||
| 631 | 657 | ||
| 632 | # | 658 | # |
| 633 | # Multimedia devices | 659 | # Multimedia devices |
| 634 | # | 660 | # |
| 661 | |||
| 662 | # | ||
| 663 | # Multimedia core support | ||
| 664 | # | ||
| 635 | # CONFIG_VIDEO_DEV is not set | 665 | # CONFIG_VIDEO_DEV is not set |
| 636 | # CONFIG_DVB_CORE is not set | 666 | # CONFIG_DVB_CORE is not set |
| 667 | # CONFIG_VIDEO_MEDIA is not set | ||
| 668 | |||
| 669 | # | ||
| 670 | # Multimedia drivers | ||
| 671 | # | ||
| 637 | # CONFIG_DAB is not set | 672 | # CONFIG_DAB is not set |
| 638 | 673 | ||
| 639 | # | 674 | # |
| @@ -650,16 +685,14 @@ CONFIG_SSB_POSSIBLE=y | |||
| 650 | # Display device support | 685 | # Display device support |
| 651 | # | 686 | # |
| 652 | # CONFIG_DISPLAY_SUPPORT is not set | 687 | # CONFIG_DISPLAY_SUPPORT is not set |
| 653 | |||
| 654 | # | ||
| 655 | # Sound | ||
| 656 | # | ||
| 657 | # CONFIG_SOUND is not set | 688 | # CONFIG_SOUND is not set |
| 658 | CONFIG_USB_SUPPORT=y | 689 | CONFIG_USB_SUPPORT=y |
| 659 | CONFIG_USB_ARCH_HAS_HCD=y | 690 | CONFIG_USB_ARCH_HAS_HCD=y |
| 660 | CONFIG_USB_ARCH_HAS_OHCI=y | 691 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 661 | CONFIG_USB_ARCH_HAS_EHCI=y | 692 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 662 | # CONFIG_USB is not set | 693 | # CONFIG_USB is not set |
| 694 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 695 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 663 | 696 | ||
| 664 | # | 697 | # |
| 665 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 698 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -668,13 +701,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 668 | # CONFIG_MMC is not set | 701 | # CONFIG_MMC is not set |
| 669 | # CONFIG_MEMSTICK is not set | 702 | # CONFIG_MEMSTICK is not set |
| 670 | # CONFIG_NEW_LEDS is not set | 703 | # CONFIG_NEW_LEDS is not set |
| 704 | # CONFIG_ACCESSIBILITY is not set | ||
| 671 | # CONFIG_INFINIBAND is not set | 705 | # CONFIG_INFINIBAND is not set |
| 672 | # CONFIG_EDAC is not set | 706 | # CONFIG_EDAC is not set |
| 673 | # CONFIG_RTC_CLASS is not set | 707 | # CONFIG_RTC_CLASS is not set |
| 674 | 708 | # CONFIG_DMADEVICES is not set | |
| 675 | # | ||
| 676 | # Userspace I/O | ||
| 677 | # | ||
| 678 | # CONFIG_UIO is not set | 709 | # CONFIG_UIO is not set |
| 679 | 710 | ||
| 680 | # | 711 | # |
| @@ -689,7 +720,6 @@ CONFIG_EXT2_FS=y | |||
| 689 | # CONFIG_JFS_FS is not set | 720 | # CONFIG_JFS_FS is not set |
| 690 | # CONFIG_FS_POSIX_ACL is not set | 721 | # CONFIG_FS_POSIX_ACL is not set |
| 691 | # CONFIG_XFS_FS is not set | 722 | # CONFIG_XFS_FS is not set |
| 692 | # CONFIG_GFS2_FS is not set | ||
| 693 | # CONFIG_OCFS2_FS is not set | 723 | # CONFIG_OCFS2_FS is not set |
| 694 | CONFIG_DNOTIFY=y | 724 | CONFIG_DNOTIFY=y |
| 695 | CONFIG_INOTIFY=y | 725 | CONFIG_INOTIFY=y |
| @@ -748,6 +778,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 748 | CONFIG_CRAMFS=y | 778 | CONFIG_CRAMFS=y |
| 749 | # CONFIG_VXFS_FS is not set | 779 | # CONFIG_VXFS_FS is not set |
| 750 | # CONFIG_MINIX_FS is not set | 780 | # CONFIG_MINIX_FS is not set |
| 781 | # CONFIG_OMFS_FS is not set | ||
| 751 | # CONFIG_HPFS_FS is not set | 782 | # CONFIG_HPFS_FS is not set |
| 752 | # CONFIG_QNX4FS_FS is not set | 783 | # CONFIG_QNX4FS_FS is not set |
| 753 | # CONFIG_ROMFS_FS is not set | 784 | # CONFIG_ROMFS_FS is not set |
| @@ -758,14 +789,12 @@ CONFIG_NFS_FS=y | |||
| 758 | CONFIG_NFS_V3=y | 789 | CONFIG_NFS_V3=y |
| 759 | # CONFIG_NFS_V3_ACL is not set | 790 | # CONFIG_NFS_V3_ACL is not set |
| 760 | # CONFIG_NFS_V4 is not set | 791 | # CONFIG_NFS_V4 is not set |
| 761 | # CONFIG_NFS_DIRECTIO is not set | ||
| 762 | # CONFIG_NFSD is not set | ||
| 763 | CONFIG_ROOT_NFS=y | 792 | CONFIG_ROOT_NFS=y |
| 793 | # CONFIG_NFSD is not set | ||
| 764 | CONFIG_LOCKD=y | 794 | CONFIG_LOCKD=y |
| 765 | CONFIG_LOCKD_V4=y | 795 | CONFIG_LOCKD_V4=y |
| 766 | CONFIG_NFS_COMMON=y | 796 | CONFIG_NFS_COMMON=y |
| 767 | CONFIG_SUNRPC=y | 797 | CONFIG_SUNRPC=y |
| 768 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 769 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 798 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 770 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 799 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 771 | # CONFIG_SMB_FS is not set | 800 | # CONFIG_SMB_FS is not set |
| @@ -786,8 +815,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 786 | # Library routines | 815 | # Library routines |
| 787 | # | 816 | # |
| 788 | CONFIG_BITREVERSE=y | 817 | CONFIG_BITREVERSE=y |
| 818 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 789 | # CONFIG_CRC_CCITT is not set | 819 | # CONFIG_CRC_CCITT is not set |
| 790 | # CONFIG_CRC16 is not set | 820 | # CONFIG_CRC16 is not set |
| 821 | # CONFIG_CRC_T10DIF is not set | ||
| 791 | # CONFIG_CRC_ITU_T is not set | 822 | # CONFIG_CRC_ITU_T is not set |
| 792 | CONFIG_CRC32=y | 823 | CONFIG_CRC32=y |
| 793 | # CONFIG_CRC7 is not set | 824 | # CONFIG_CRC7 is not set |
| @@ -798,6 +829,7 @@ CONFIG_PLIST=y | |||
| 798 | CONFIG_HAS_IOMEM=y | 829 | CONFIG_HAS_IOMEM=y |
| 799 | CONFIG_HAS_IOPORT=y | 830 | CONFIG_HAS_IOPORT=y |
| 800 | CONFIG_HAS_DMA=y | 831 | CONFIG_HAS_DMA=y |
| 832 | CONFIG_HAVE_LMB=y | ||
| 801 | 833 | ||
| 802 | # | 834 | # |
| 803 | # Kernel hacking | 835 | # Kernel hacking |
| @@ -805,6 +837,7 @@ CONFIG_HAS_DMA=y | |||
| 805 | # CONFIG_PRINTK_TIME is not set | 837 | # CONFIG_PRINTK_TIME is not set |
| 806 | CONFIG_ENABLE_WARN_DEPRECATED=y | 838 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 807 | CONFIG_ENABLE_MUST_CHECK=y | 839 | CONFIG_ENABLE_MUST_CHECK=y |
| 840 | CONFIG_FRAME_WARN=1024 | ||
| 808 | CONFIG_MAGIC_SYSRQ=y | 841 | CONFIG_MAGIC_SYSRQ=y |
| 809 | # CONFIG_UNUSED_SYMBOLS is not set | 842 | # CONFIG_UNUSED_SYMBOLS is not set |
| 810 | CONFIG_DEBUG_FS=y | 843 | CONFIG_DEBUG_FS=y |
| @@ -812,9 +845,12 @@ CONFIG_DEBUG_FS=y | |||
| 812 | CONFIG_DEBUG_KERNEL=y | 845 | CONFIG_DEBUG_KERNEL=y |
| 813 | # CONFIG_DEBUG_SHIRQ is not set | 846 | # CONFIG_DEBUG_SHIRQ is not set |
| 814 | CONFIG_DETECT_SOFTLOCKUP=y | 847 | CONFIG_DETECT_SOFTLOCKUP=y |
| 848 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 849 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 815 | CONFIG_SCHED_DEBUG=y | 850 | CONFIG_SCHED_DEBUG=y |
| 816 | # CONFIG_SCHEDSTATS is not set | 851 | # CONFIG_SCHEDSTATS is not set |
| 817 | # CONFIG_TIMER_STATS is not set | 852 | # CONFIG_TIMER_STATS is not set |
| 853 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 818 | # CONFIG_SLUB_DEBUG_ON is not set | 854 | # CONFIG_SLUB_DEBUG_ON is not set |
| 819 | # CONFIG_SLUB_STATS is not set | 855 | # CONFIG_SLUB_STATS is not set |
| 820 | # CONFIG_DEBUG_RT_MUTEXES is not set | 856 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -827,17 +863,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 827 | CONFIG_DEBUG_BUGVERBOSE=y | 863 | CONFIG_DEBUG_BUGVERBOSE=y |
| 828 | # CONFIG_DEBUG_INFO is not set | 864 | # CONFIG_DEBUG_INFO is not set |
| 829 | # CONFIG_DEBUG_VM is not set | 865 | # CONFIG_DEBUG_VM is not set |
| 866 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 867 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 830 | # CONFIG_DEBUG_LIST is not set | 868 | # CONFIG_DEBUG_LIST is not set |
| 831 | # CONFIG_DEBUG_SG is not set | 869 | # CONFIG_DEBUG_SG is not set |
| 832 | # CONFIG_BOOT_PRINTK_DELAY is not set | 870 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 833 | # CONFIG_RCU_TORTURE_TEST is not set | 871 | # CONFIG_RCU_TORTURE_TEST is not set |
| 834 | # CONFIG_BACKTRACE_SELF_TEST is not set | 872 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 835 | # CONFIG_FAULT_INJECTION is not set | 873 | # CONFIG_FAULT_INJECTION is not set |
| 874 | # CONFIG_LATENCYTOP is not set | ||
| 875 | CONFIG_HAVE_FTRACE=y | ||
| 876 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 877 | # CONFIG_FTRACE is not set | ||
| 878 | # CONFIG_SCHED_TRACER is not set | ||
| 879 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 836 | # CONFIG_SAMPLES is not set | 880 | # CONFIG_SAMPLES is not set |
| 881 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 882 | # CONFIG_KGDB is not set | ||
| 837 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 883 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 838 | # CONFIG_DEBUG_STACK_USAGE is not set | 884 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 839 | # CONFIG_DEBUG_PAGEALLOC is not set | 885 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 840 | # CONFIG_DEBUGGER is not set | 886 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 887 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 888 | # CONFIG_XMON is not set | ||
| 889 | # CONFIG_IRQSTACKS is not set | ||
| 841 | # CONFIG_VIRQ_DEBUG is not set | 890 | # CONFIG_VIRQ_DEBUG is not set |
| 842 | # CONFIG_BDI_SWITCH is not set | 891 | # CONFIG_BDI_SWITCH is not set |
| 843 | # CONFIG_PPC_EARLY_DEBUG is not set | 892 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -849,50 +898,84 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 849 | # CONFIG_SECURITY is not set | 898 | # CONFIG_SECURITY is not set |
| 850 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 899 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 851 | CONFIG_CRYPTO=y | 900 | CONFIG_CRYPTO=y |
| 901 | |||
| 902 | # | ||
| 903 | # Crypto core or helper | ||
| 904 | # | ||
| 852 | CONFIG_CRYPTO_ALGAPI=y | 905 | CONFIG_CRYPTO_ALGAPI=y |
| 853 | CONFIG_CRYPTO_BLKCIPHER=y | 906 | CONFIG_CRYPTO_BLKCIPHER=y |
| 854 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 855 | CONFIG_CRYPTO_MANAGER=y | 907 | CONFIG_CRYPTO_MANAGER=y |
| 908 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 909 | # CONFIG_CRYPTO_NULL is not set | ||
| 910 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 911 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 912 | # CONFIG_CRYPTO_TEST is not set | ||
| 913 | |||
| 914 | # | ||
| 915 | # Authenticated Encryption with Associated Data | ||
| 916 | # | ||
| 917 | # CONFIG_CRYPTO_CCM is not set | ||
| 918 | # CONFIG_CRYPTO_GCM is not set | ||
| 919 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 920 | |||
| 921 | # | ||
| 922 | # Block modes | ||
| 923 | # | ||
| 924 | CONFIG_CRYPTO_CBC=y | ||
| 925 | # CONFIG_CRYPTO_CTR is not set | ||
| 926 | # CONFIG_CRYPTO_CTS is not set | ||
| 927 | CONFIG_CRYPTO_ECB=y | ||
| 928 | # CONFIG_CRYPTO_LRW is not set | ||
| 929 | CONFIG_CRYPTO_PCBC=y | ||
| 930 | # CONFIG_CRYPTO_XTS is not set | ||
| 931 | |||
| 932 | # | ||
| 933 | # Hash modes | ||
| 934 | # | ||
| 856 | # CONFIG_CRYPTO_HMAC is not set | 935 | # CONFIG_CRYPTO_HMAC is not set |
| 857 | # CONFIG_CRYPTO_XCBC is not set | 936 | # CONFIG_CRYPTO_XCBC is not set |
| 858 | # CONFIG_CRYPTO_NULL is not set | 937 | |
| 938 | # | ||
| 939 | # Digest | ||
| 940 | # | ||
| 941 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 859 | # CONFIG_CRYPTO_MD4 is not set | 942 | # CONFIG_CRYPTO_MD4 is not set |
| 860 | CONFIG_CRYPTO_MD5=y | 943 | CONFIG_CRYPTO_MD5=y |
| 944 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 945 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 946 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 947 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 948 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 861 | # CONFIG_CRYPTO_SHA1 is not set | 949 | # CONFIG_CRYPTO_SHA1 is not set |
| 862 | # CONFIG_CRYPTO_SHA256 is not set | 950 | # CONFIG_CRYPTO_SHA256 is not set |
| 863 | # CONFIG_CRYPTO_SHA512 is not set | 951 | # CONFIG_CRYPTO_SHA512 is not set |
| 864 | # CONFIG_CRYPTO_WP512 is not set | ||
| 865 | # CONFIG_CRYPTO_TGR192 is not set | 952 | # CONFIG_CRYPTO_TGR192 is not set |
| 866 | # CONFIG_CRYPTO_GF128MUL is not set | 953 | # CONFIG_CRYPTO_WP512 is not set |
| 867 | CONFIG_CRYPTO_ECB=y | 954 | |
| 868 | CONFIG_CRYPTO_CBC=y | 955 | # |
| 869 | CONFIG_CRYPTO_PCBC=y | 956 | # Ciphers |
| 870 | # CONFIG_CRYPTO_LRW is not set | 957 | # |
| 871 | # CONFIG_CRYPTO_XTS is not set | ||
| 872 | # CONFIG_CRYPTO_CTR is not set | ||
| 873 | # CONFIG_CRYPTO_GCM is not set | ||
| 874 | # CONFIG_CRYPTO_CCM is not set | ||
| 875 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 876 | CONFIG_CRYPTO_DES=y | ||
| 877 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 878 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 879 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 880 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 881 | # CONFIG_CRYPTO_AES is not set | 958 | # CONFIG_CRYPTO_AES is not set |
| 959 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 960 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 961 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 962 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 882 | # CONFIG_CRYPTO_CAST5 is not set | 963 | # CONFIG_CRYPTO_CAST5 is not set |
| 883 | # CONFIG_CRYPTO_CAST6 is not set | 964 | # CONFIG_CRYPTO_CAST6 is not set |
| 884 | # CONFIG_CRYPTO_TEA is not set | 965 | CONFIG_CRYPTO_DES=y |
| 885 | # CONFIG_CRYPTO_ARC4 is not set | 966 | # CONFIG_CRYPTO_FCRYPT is not set |
| 886 | # CONFIG_CRYPTO_KHAZAD is not set | 967 | # CONFIG_CRYPTO_KHAZAD is not set |
| 887 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 888 | # CONFIG_CRYPTO_SEED is not set | ||
| 889 | # CONFIG_CRYPTO_SALSA20 is not set | 968 | # CONFIG_CRYPTO_SALSA20 is not set |
| 969 | # CONFIG_CRYPTO_SEED is not set | ||
| 970 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 971 | # CONFIG_CRYPTO_TEA is not set | ||
| 972 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 973 | |||
| 974 | # | ||
| 975 | # Compression | ||
| 976 | # | ||
| 890 | # CONFIG_CRYPTO_DEFLATE is not set | 977 | # CONFIG_CRYPTO_DEFLATE is not set |
| 891 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 892 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 893 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 894 | # CONFIG_CRYPTO_TEST is not set | ||
| 895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 896 | # CONFIG_CRYPTO_LZO is not set | 978 | # CONFIG_CRYPTO_LZO is not set |
| 897 | # CONFIG_CRYPTO_HW is not set | 979 | # CONFIG_CRYPTO_HW is not set |
| 898 | # CONFIG_PPC_CLOCK is not set | 980 | # CONFIG_PPC_CLOCK is not set |
| 981 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/katmai_defconfig b/arch/powerpc/configs/44x/katmai_defconfig index c8804ec01ea4..7bc4082a1c93 100644 --- a/arch/powerpc/configs/44x/katmai_defconfig +++ b/arch/powerpc/configs/44x/katmai_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.24-rc6 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Mon Dec 24 11:17:43 2007 | 4 | # Tue Aug 5 09:06:51 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,7 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
| 29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
| 32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
| 32 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 35 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -67,23 +72,22 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
| 67 | CONFIG_POSIX_MQUEUE=y | 72 | CONFIG_POSIX_MQUEUE=y |
| 68 | # CONFIG_BSD_PROCESS_ACCT is not set | 73 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 69 | # CONFIG_TASKSTATS is not set | 74 | # CONFIG_TASKSTATS is not set |
| 70 | # CONFIG_USER_NS is not set | ||
| 71 | # CONFIG_PID_NS is not set | ||
| 72 | # CONFIG_AUDIT is not set | 75 | # CONFIG_AUDIT is not set |
| 73 | # CONFIG_IKCONFIG is not set | 76 | # CONFIG_IKCONFIG is not set |
| 74 | CONFIG_LOG_BUF_SHIFT=14 | 77 | CONFIG_LOG_BUF_SHIFT=14 |
| 75 | # CONFIG_CGROUPS is not set | 78 | # CONFIG_CGROUPS is not set |
| 76 | CONFIG_FAIR_GROUP_SCHED=y | 79 | # CONFIG_GROUP_SCHED is not set |
| 77 | CONFIG_FAIR_USER_SCHED=y | ||
| 78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 79 | CONFIG_SYSFS_DEPRECATED=y | 80 | CONFIG_SYSFS_DEPRECATED=y |
| 81 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 80 | # CONFIG_RELAY is not set | 82 | # CONFIG_RELAY is not set |
| 83 | # CONFIG_NAMESPACES is not set | ||
| 81 | CONFIG_BLK_DEV_INITRD=y | 84 | CONFIG_BLK_DEV_INITRD=y |
| 82 | CONFIG_INITRAMFS_SOURCE="" | 85 | CONFIG_INITRAMFS_SOURCE="" |
| 83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 86 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
| 84 | CONFIG_SYSCTL=y | 87 | CONFIG_SYSCTL=y |
| 85 | CONFIG_EMBEDDED=y | 88 | CONFIG_EMBEDDED=y |
| 86 | CONFIG_SYSCTL_SYSCALL=y | 89 | CONFIG_SYSCTL_SYSCALL=y |
| 90 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 87 | CONFIG_KALLSYMS=y | 91 | CONFIG_KALLSYMS=y |
| 88 | # CONFIG_KALLSYMS_ALL is not set | 92 | # CONFIG_KALLSYMS_ALL is not set |
| 89 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -91,11 +95,13 @@ CONFIG_HOTPLUG=y | |||
| 91 | CONFIG_PRINTK=y | 95 | CONFIG_PRINTK=y |
| 92 | CONFIG_BUG=y | 96 | CONFIG_BUG=y |
| 93 | CONFIG_ELF_CORE=y | 97 | CONFIG_ELF_CORE=y |
| 98 | CONFIG_COMPAT_BRK=y | ||
| 94 | CONFIG_BASE_FULL=y | 99 | CONFIG_BASE_FULL=y |
| 95 | CONFIG_FUTEX=y | 100 | CONFIG_FUTEX=y |
| 96 | CONFIG_ANON_INODES=y | 101 | CONFIG_ANON_INODES=y |
| 97 | CONFIG_EPOLL=y | 102 | CONFIG_EPOLL=y |
| 98 | CONFIG_SIGNALFD=y | 103 | CONFIG_SIGNALFD=y |
| 104 | CONFIG_TIMERFD=y | ||
| 99 | CONFIG_EVENTFD=y | 105 | CONFIG_EVENTFD=y |
| 100 | CONFIG_SHMEM=y | 106 | CONFIG_SHMEM=y |
| 101 | CONFIG_VM_EVENT_COUNTERS=y | 107 | CONFIG_VM_EVENT_COUNTERS=y |
| @@ -103,10 +109,26 @@ CONFIG_SLUB_DEBUG=y | |||
| 103 | # CONFIG_SLAB is not set | 109 | # CONFIG_SLAB is not set |
| 104 | CONFIG_SLUB=y | 110 | CONFIG_SLUB=y |
| 105 | # CONFIG_SLOB is not set | 111 | # CONFIG_SLOB is not set |
| 112 | # CONFIG_PROFILING is not set | ||
| 113 | # CONFIG_MARKERS is not set | ||
| 114 | CONFIG_HAVE_OPROFILE=y | ||
| 115 | # CONFIG_KPROBES is not set | ||
| 116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 117 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 118 | CONFIG_HAVE_KPROBES=y | ||
| 119 | CONFIG_HAVE_KRETPROBES=y | ||
| 120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 121 | # CONFIG_HAVE_DMA_ATTRS is not set | ||
| 122 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 123 | # CONFIG_HAVE_CLK is not set | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 125 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 126 | CONFIG_SLABINFO=y | ||
| 106 | CONFIG_RT_MUTEXES=y | 127 | CONFIG_RT_MUTEXES=y |
| 107 | # CONFIG_TINY_SHMEM is not set | 128 | # CONFIG_TINY_SHMEM is not set |
| 108 | CONFIG_BASE_SMALL=0 | 129 | CONFIG_BASE_SMALL=0 |
| 109 | CONFIG_MODULES=y | 130 | CONFIG_MODULES=y |
| 131 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 110 | CONFIG_MODULE_UNLOAD=y | 132 | CONFIG_MODULE_UNLOAD=y |
| 111 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 133 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 112 | # CONFIG_MODVERSIONS is not set | 134 | # CONFIG_MODVERSIONS is not set |
| @@ -117,6 +139,7 @@ CONFIG_LBD=y | |||
| 117 | # CONFIG_BLK_DEV_IO_TRACE is not set | 139 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 118 | # CONFIG_LSF is not set | 140 | # CONFIG_LSF is not set |
| 119 | # CONFIG_BLK_DEV_BSG is not set | 141 | # CONFIG_BLK_DEV_BSG is not set |
| 142 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 120 | 143 | ||
| 121 | # | 144 | # |
| 122 | # IO Schedulers | 145 | # IO Schedulers |
| @@ -130,23 +153,28 @@ CONFIG_DEFAULT_AS=y | |||
| 130 | # CONFIG_DEFAULT_CFQ is not set | 153 | # CONFIG_DEFAULT_CFQ is not set |
| 131 | # CONFIG_DEFAULT_NOOP is not set | 154 | # CONFIG_DEFAULT_NOOP is not set |
| 132 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 155 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 156 | CONFIG_CLASSIC_RCU=y | ||
| 133 | CONFIG_PPC4xx_PCI_EXPRESS=y | 157 | CONFIG_PPC4xx_PCI_EXPRESS=y |
| 134 | 158 | ||
| 135 | # | 159 | # |
| 136 | # Platform support | 160 | # Platform support |
| 137 | # | 161 | # |
| 138 | # CONFIG_PPC_MPC52xx is not set | ||
| 139 | # CONFIG_PPC_MPC5200 is not set | ||
| 140 | # CONFIG_PPC_CELL is not set | 162 | # CONFIG_PPC_CELL is not set |
| 141 | # CONFIG_PPC_CELL_NATIVE is not set | 163 | # CONFIG_PPC_CELL_NATIVE is not set |
| 142 | # CONFIG_PQ2ADS is not set | 164 | # CONFIG_PQ2ADS is not set |
| 143 | # CONFIG_BAMBOO is not set | 165 | # CONFIG_BAMBOO is not set |
| 144 | # CONFIG_EBONY is not set | 166 | # CONFIG_EBONY is not set |
| 167 | # CONFIG_SAM440EP is not set | ||
| 145 | # CONFIG_SEQUOIA is not set | 168 | # CONFIG_SEQUOIA is not set |
| 146 | # CONFIG_TAISHAN is not set | 169 | # CONFIG_TAISHAN is not set |
| 147 | CONFIG_KATMAI=y | 170 | CONFIG_KATMAI=y |
| 148 | # CONFIG_RAINIER is not set | 171 | # CONFIG_RAINIER is not set |
| 172 | # CONFIG_WARP is not set | ||
| 173 | # CONFIG_CANYONLANDS is not set | ||
| 174 | # CONFIG_YOSEMITE is not set | ||
| 175 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 149 | CONFIG_440SPe=y | 176 | CONFIG_440SPe=y |
| 177 | # CONFIG_IPIC is not set | ||
| 150 | # CONFIG_MPIC is not set | 178 | # CONFIG_MPIC is not set |
| 151 | # CONFIG_MPIC_WEIRD is not set | 179 | # CONFIG_MPIC_WEIRD is not set |
| 152 | # CONFIG_PPC_I8259 is not set | 180 | # CONFIG_PPC_I8259 is not set |
| @@ -157,7 +185,6 @@ CONFIG_440SPe=y | |||
| 157 | # CONFIG_PPC_INDIRECT_IO is not set | 185 | # CONFIG_PPC_INDIRECT_IO is not set |
| 158 | # CONFIG_GENERIC_IOMAP is not set | 186 | # CONFIG_GENERIC_IOMAP is not set |
| 159 | # CONFIG_CPU_FREQ is not set | 187 | # CONFIG_CPU_FREQ is not set |
| 160 | # CONFIG_CPM2 is not set | ||
| 161 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
| 162 | 189 | ||
| 163 | # | 190 | # |
| @@ -173,13 +200,17 @@ CONFIG_HZ_250=y | |||
| 173 | # CONFIG_HZ_300 is not set | 200 | # CONFIG_HZ_300 is not set |
| 174 | # CONFIG_HZ_1000 is not set | 201 | # CONFIG_HZ_1000 is not set |
| 175 | CONFIG_HZ=250 | 202 | CONFIG_HZ=250 |
| 203 | # CONFIG_SCHED_HRTICK is not set | ||
| 176 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
| 177 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 178 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
| 179 | CONFIG_BINFMT_ELF=y | 207 | CONFIG_BINFMT_ELF=y |
| 180 | # CONFIG_BINFMT_MISC is not set | 208 | # CONFIG_BINFMT_MISC is not set |
| 181 | # CONFIG_MATH_EMULATION is not set | 209 | # CONFIG_MATH_EMULATION is not set |
| 210 | # CONFIG_IOMMU_HELPER is not set | ||
| 182 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 211 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 212 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
| 213 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
| 183 | CONFIG_ARCH_FLATMEM_ENABLE=y | 214 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 184 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 215 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 185 | CONFIG_SELECT_MEMORY_MODEL=y | 216 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -190,17 +221,19 @@ CONFIG_FLATMEM=y | |||
| 190 | CONFIG_FLAT_NODE_MEM_MAP=y | 221 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 191 | # CONFIG_SPARSEMEM_STATIC is not set | 222 | # CONFIG_SPARSEMEM_STATIC is not set |
| 192 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 224 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 193 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 226 | CONFIG_MIGRATION=y | ||
| 194 | CONFIG_RESOURCES_64BIT=y | 227 | CONFIG_RESOURCES_64BIT=y |
| 195 | CONFIG_ZONE_DMA_FLAG=1 | 228 | CONFIG_ZONE_DMA_FLAG=1 |
| 196 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
| 197 | CONFIG_VIRT_TO_BUS=y | 230 | CONFIG_VIRT_TO_BUS=y |
| 231 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 198 | CONFIG_PROC_DEVICETREE=y | 232 | CONFIG_PROC_DEVICETREE=y |
| 199 | CONFIG_CMDLINE_BOOL=y | 233 | CONFIG_CMDLINE_BOOL=y |
| 200 | CONFIG_CMDLINE="" | 234 | CONFIG_CMDLINE="" |
| 235 | CONFIG_EXTRA_TARGETS="" | ||
| 201 | CONFIG_SECCOMP=y | 236 | CONFIG_SECCOMP=y |
| 202 | CONFIG_WANT_DEVICE_TREE=y | ||
| 203 | CONFIG_DEVICE_TREE="katmai.dts" | ||
| 204 | CONFIG_ISA_DMA_API=y | 237 | CONFIG_ISA_DMA_API=y |
| 205 | 238 | ||
| 206 | # | 239 | # |
| @@ -208,6 +241,8 @@ CONFIG_ISA_DMA_API=y | |||
| 208 | # | 241 | # |
| 209 | CONFIG_ZONE_DMA=y | 242 | CONFIG_ZONE_DMA=y |
| 210 | CONFIG_PPC_INDIRECT_PCI=y | 243 | CONFIG_PPC_INDIRECT_PCI=y |
| 244 | CONFIG_4xx_SOC=y | ||
| 245 | CONFIG_PPC_PCI_CHOICE=y | ||
| 211 | CONFIG_PCI=y | 246 | CONFIG_PCI=y |
| 212 | CONFIG_PCI_DOMAINS=y | 247 | CONFIG_PCI_DOMAINS=y |
| 213 | CONFIG_PCI_SYSCALL=y | 248 | CONFIG_PCI_SYSCALL=y |
| @@ -218,6 +253,7 @@ CONFIG_PCI_LEGACY=y | |||
| 218 | # CONFIG_PCI_DEBUG is not set | 253 | # CONFIG_PCI_DEBUG is not set |
| 219 | # CONFIG_PCCARD is not set | 254 | # CONFIG_PCCARD is not set |
| 220 | # CONFIG_HOTPLUG_PCI is not set | 255 | # CONFIG_HOTPLUG_PCI is not set |
| 256 | # CONFIG_HAS_RAPIDIO is not set | ||
| 221 | 257 | ||
| 222 | # | 258 | # |
| 223 | # Advanced setup | 259 | # Advanced setup |
| @@ -227,17 +263,13 @@ CONFIG_PCI_LEGACY=y | |||
| 227 | # | 263 | # |
| 228 | # Default settings for advanced configuration options are used | 264 | # Default settings for advanced configuration options are used |
| 229 | # | 265 | # |
| 230 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 231 | CONFIG_LOWMEM_SIZE=0x30000000 | 266 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 267 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 232 | CONFIG_KERNEL_START=0xc0000000 | 268 | CONFIG_KERNEL_START=0xc0000000 |
| 269 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 233 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
| 234 | CONFIG_CONSISTENT_START=0xff100000 | 271 | CONFIG_CONSISTENT_START=0xff100000 |
| 235 | CONFIG_CONSISTENT_SIZE=0x00200000 | 272 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 236 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 237 | |||
| 238 | # | ||
| 239 | # Networking | ||
| 240 | # | ||
| 241 | CONFIG_NET=y | 273 | CONFIG_NET=y |
| 242 | 274 | ||
| 243 | # | 275 | # |
| @@ -275,8 +307,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 275 | CONFIG_DEFAULT_TCP_CONG="cubic" | 307 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 276 | # CONFIG_TCP_MD5SIG is not set | 308 | # CONFIG_TCP_MD5SIG is not set |
| 277 | # CONFIG_IPV6 is not set | 309 | # CONFIG_IPV6 is not set |
| 278 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 279 | # CONFIG_INET6_TUNNEL is not set | ||
| 280 | # CONFIG_NETWORK_SECMARK is not set | 310 | # CONFIG_NETWORK_SECMARK is not set |
| 281 | # CONFIG_NETFILTER is not set | 311 | # CONFIG_NETFILTER is not set |
| 282 | # CONFIG_IP_DCCP is not set | 312 | # CONFIG_IP_DCCP is not set |
| @@ -300,6 +330,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 300 | # | 330 | # |
| 301 | # CONFIG_NET_PKTGEN is not set | 331 | # CONFIG_NET_PKTGEN is not set |
| 302 | # CONFIG_HAMRADIO is not set | 332 | # CONFIG_HAMRADIO is not set |
| 333 | # CONFIG_CAN is not set | ||
| 303 | # CONFIG_IRDA is not set | 334 | # CONFIG_IRDA is not set |
| 304 | # CONFIG_BT is not set | 335 | # CONFIG_BT is not set |
| 305 | # CONFIG_AF_RXRPC is not set | 336 | # CONFIG_AF_RXRPC is not set |
| @@ -325,6 +356,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 325 | CONFIG_STANDALONE=y | 356 | CONFIG_STANDALONE=y |
| 326 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 357 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 327 | CONFIG_FW_LOADER=y | 358 | CONFIG_FW_LOADER=y |
| 359 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 360 | CONFIG_EXTRA_FIRMWARE="" | ||
| 328 | # CONFIG_DEBUG_DRIVER is not set | 361 | # CONFIG_DEBUG_DRIVER is not set |
| 329 | # CONFIG_DEBUG_DEVRES is not set | 362 | # CONFIG_DEBUG_DEVRES is not set |
| 330 | # CONFIG_SYS_HYPERVISOR is not set | 363 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -346,15 +379,19 @@ CONFIG_BLK_DEV=y | |||
| 346 | CONFIG_BLK_DEV_RAM=y | 379 | CONFIG_BLK_DEV_RAM=y |
| 347 | CONFIG_BLK_DEV_RAM_COUNT=16 | 380 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 348 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 381 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
| 349 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 382 | # CONFIG_BLK_DEV_XIP is not set |
| 350 | # CONFIG_CDROM_PKTCDVD is not set | 383 | # CONFIG_CDROM_PKTCDVD is not set |
| 351 | # CONFIG_ATA_OVER_ETH is not set | 384 | # CONFIG_ATA_OVER_ETH is not set |
| 352 | # CONFIG_XILINX_SYSACE is not set | 385 | # CONFIG_XILINX_SYSACE is not set |
| 386 | # CONFIG_BLK_DEV_HD is not set | ||
| 353 | CONFIG_MISC_DEVICES=y | 387 | CONFIG_MISC_DEVICES=y |
| 354 | # CONFIG_PHANTOM is not set | 388 | # CONFIG_PHANTOM is not set |
| 355 | # CONFIG_EEPROM_93CX6 is not set | 389 | # CONFIG_EEPROM_93CX6 is not set |
| 356 | # CONFIG_SGI_IOC4 is not set | 390 | # CONFIG_SGI_IOC4 is not set |
| 357 | # CONFIG_TIFM_CORE is not set | 391 | # CONFIG_TIFM_CORE is not set |
| 392 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
| 393 | # CONFIG_HP_ILO is not set | ||
| 394 | CONFIG_HAVE_IDE=y | ||
| 358 | # CONFIG_IDE is not set | 395 | # CONFIG_IDE is not set |
| 359 | 396 | ||
| 360 | # | 397 | # |
| @@ -371,6 +408,10 @@ CONFIG_MISC_DEVICES=y | |||
| 371 | # | 408 | # |
| 372 | # IEEE 1394 (FireWire) support | 409 | # IEEE 1394 (FireWire) support |
| 373 | # | 410 | # |
| 411 | |||
| 412 | # | ||
| 413 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 414 | # | ||
| 374 | # CONFIG_FIREWIRE is not set | 415 | # CONFIG_FIREWIRE is not set |
| 375 | # CONFIG_IEEE1394 is not set | 416 | # CONFIG_IEEE1394 is not set |
| 376 | # CONFIG_I2O is not set | 417 | # CONFIG_I2O is not set |
| @@ -378,14 +419,12 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
| 378 | # CONFIG_MAC_EMUMOUSEBTN is not set | 419 | # CONFIG_MAC_EMUMOUSEBTN is not set |
| 379 | # CONFIG_WINDFARM is not set | 420 | # CONFIG_WINDFARM is not set |
| 380 | CONFIG_NETDEVICES=y | 421 | CONFIG_NETDEVICES=y |
| 381 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 382 | # CONFIG_DUMMY is not set | 422 | # CONFIG_DUMMY is not set |
| 383 | # CONFIG_BONDING is not set | 423 | # CONFIG_BONDING is not set |
| 384 | # CONFIG_MACVLAN is not set | 424 | # CONFIG_MACVLAN is not set |
| 385 | # CONFIG_EQUALIZER is not set | 425 | # CONFIG_EQUALIZER is not set |
| 386 | # CONFIG_TUN is not set | 426 | # CONFIG_TUN is not set |
| 387 | # CONFIG_VETH is not set | 427 | # CONFIG_VETH is not set |
| 388 | # CONFIG_IP1000 is not set | ||
| 389 | # CONFIG_ARCNET is not set | 428 | # CONFIG_ARCNET is not set |
| 390 | # CONFIG_PHYLIB is not set | 429 | # CONFIG_PHYLIB is not set |
| 391 | CONFIG_NET_ETHERNET=y | 430 | CONFIG_NET_ETHERNET=y |
| @@ -414,6 +453,8 @@ CONFIG_NETDEV_1000=y | |||
| 414 | # CONFIG_DL2K is not set | 453 | # CONFIG_DL2K is not set |
| 415 | # CONFIG_E1000 is not set | 454 | # CONFIG_E1000 is not set |
| 416 | # CONFIG_E1000E is not set | 455 | # CONFIG_E1000E is not set |
| 456 | # CONFIG_IP1000 is not set | ||
| 457 | # CONFIG_IGB is not set | ||
| 417 | # CONFIG_NS83820 is not set | 458 | # CONFIG_NS83820 is not set |
| 418 | # CONFIG_HAMACHI is not set | 459 | # CONFIG_HAMACHI is not set |
| 419 | # CONFIG_YELLOWFIN is not set | 460 | # CONFIG_YELLOWFIN is not set |
| @@ -421,12 +462,12 @@ CONFIG_NETDEV_1000=y | |||
| 421 | # CONFIG_SIS190 is not set | 462 | # CONFIG_SIS190 is not set |
| 422 | # CONFIG_SKGE is not set | 463 | # CONFIG_SKGE is not set |
| 423 | # CONFIG_SKY2 is not set | 464 | # CONFIG_SKY2 is not set |
| 424 | # CONFIG_SK98LIN is not set | ||
| 425 | # CONFIG_VIA_VELOCITY is not set | 465 | # CONFIG_VIA_VELOCITY is not set |
| 426 | # CONFIG_TIGON3 is not set | 466 | # CONFIG_TIGON3 is not set |
| 427 | # CONFIG_BNX2 is not set | 467 | # CONFIG_BNX2 is not set |
| 428 | # CONFIG_QLA3XXX is not set | 468 | # CONFIG_QLA3XXX is not set |
| 429 | # CONFIG_ATL1 is not set | 469 | # CONFIG_ATL1 is not set |
| 470 | # CONFIG_ATL1E is not set | ||
| 430 | CONFIG_NETDEV_10000=y | 471 | CONFIG_NETDEV_10000=y |
| 431 | # CONFIG_CHELSIO_T1 is not set | 472 | # CONFIG_CHELSIO_T1 is not set |
| 432 | # CONFIG_CHELSIO_T3 is not set | 473 | # CONFIG_CHELSIO_T3 is not set |
| @@ -438,6 +479,8 @@ CONFIG_NETDEV_10000=y | |||
| 438 | # CONFIG_NIU is not set | 479 | # CONFIG_NIU is not set |
| 439 | # CONFIG_MLX4_CORE is not set | 480 | # CONFIG_MLX4_CORE is not set |
| 440 | # CONFIG_TEHUTI is not set | 481 | # CONFIG_TEHUTI is not set |
| 482 | # CONFIG_BNX2X is not set | ||
| 483 | # CONFIG_SFC is not set | ||
| 441 | # CONFIG_TR is not set | 484 | # CONFIG_TR is not set |
| 442 | 485 | ||
| 443 | # | 486 | # |
| @@ -445,12 +488,12 @@ CONFIG_NETDEV_10000=y | |||
| 445 | # | 488 | # |
| 446 | # CONFIG_WLAN_PRE80211 is not set | 489 | # CONFIG_WLAN_PRE80211 is not set |
| 447 | # CONFIG_WLAN_80211 is not set | 490 | # CONFIG_WLAN_80211 is not set |
| 491 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 448 | # CONFIG_WAN is not set | 492 | # CONFIG_WAN is not set |
| 449 | # CONFIG_FDDI is not set | 493 | # CONFIG_FDDI is not set |
| 450 | # CONFIG_HIPPI is not set | 494 | # CONFIG_HIPPI is not set |
| 451 | # CONFIG_PPP is not set | 495 | # CONFIG_PPP is not set |
| 452 | # CONFIG_SLIP is not set | 496 | # CONFIG_SLIP is not set |
| 453 | # CONFIG_SHAPER is not set | ||
| 454 | # CONFIG_NETCONSOLE is not set | 497 | # CONFIG_NETCONSOLE is not set |
| 455 | # CONFIG_NETPOLL is not set | 498 | # CONFIG_NETPOLL is not set |
| 456 | # CONFIG_NET_POLL_CONTROLLER is not set | 499 | # CONFIG_NET_POLL_CONTROLLER is not set |
| @@ -472,7 +515,9 @@ CONFIG_NETDEV_10000=y | |||
| 472 | # Character devices | 515 | # Character devices |
| 473 | # | 516 | # |
| 474 | # CONFIG_VT is not set | 517 | # CONFIG_VT is not set |
| 518 | CONFIG_DEVKMEM=y | ||
| 475 | # CONFIG_SERIAL_NONSTANDARD is not set | 519 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 520 | # CONFIG_NOZOMI is not set | ||
| 476 | 521 | ||
| 477 | # | 522 | # |
| 478 | # Serial drivers | 523 | # Serial drivers |
| @@ -509,15 +554,14 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 509 | # CONFIG_TCG_TPM is not set | 554 | # CONFIG_TCG_TPM is not set |
| 510 | CONFIG_DEVPORT=y | 555 | CONFIG_DEVPORT=y |
| 511 | # CONFIG_I2C is not set | 556 | # CONFIG_I2C is not set |
| 512 | |||
| 513 | # | ||
| 514 | # SPI support | ||
| 515 | # | ||
| 516 | # CONFIG_SPI is not set | 557 | # CONFIG_SPI is not set |
| 517 | # CONFIG_SPI_MASTER is not set | 558 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 559 | # CONFIG_GPIOLIB is not set | ||
| 518 | # CONFIG_W1 is not set | 560 | # CONFIG_W1 is not set |
| 519 | # CONFIG_POWER_SUPPLY is not set | 561 | # CONFIG_POWER_SUPPLY is not set |
| 520 | # CONFIG_HWMON is not set | 562 | # CONFIG_HWMON is not set |
| 563 | # CONFIG_THERMAL is not set | ||
| 564 | # CONFIG_THERMAL_HWMON is not set | ||
| 521 | # CONFIG_WATCHDOG is not set | 565 | # CONFIG_WATCHDOG is not set |
| 522 | 566 | ||
| 523 | # | 567 | # |
| @@ -529,13 +573,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 529 | # | 573 | # |
| 530 | # Multifunction device drivers | 574 | # Multifunction device drivers |
| 531 | # | 575 | # |
| 576 | # CONFIG_MFD_CORE is not set | ||
| 532 | # CONFIG_MFD_SM501 is not set | 577 | # CONFIG_MFD_SM501 is not set |
| 578 | # CONFIG_HTC_PASIC3 is not set | ||
| 533 | 579 | ||
| 534 | # | 580 | # |
| 535 | # Multimedia devices | 581 | # Multimedia devices |
| 536 | # | 582 | # |
| 583 | |||
| 584 | # | ||
| 585 | # Multimedia core support | ||
| 586 | # | ||
| 537 | # CONFIG_VIDEO_DEV is not set | 587 | # CONFIG_VIDEO_DEV is not set |
| 538 | # CONFIG_DVB_CORE is not set | 588 | # CONFIG_DVB_CORE is not set |
| 589 | # CONFIG_VIDEO_MEDIA is not set | ||
| 590 | |||
| 591 | # | ||
| 592 | # Multimedia drivers | ||
| 593 | # | ||
| 539 | CONFIG_DAB=y | 594 | CONFIG_DAB=y |
| 540 | 595 | ||
| 541 | # | 596 | # |
| @@ -552,34 +607,27 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 552 | # Display device support | 607 | # Display device support |
| 553 | # | 608 | # |
| 554 | # CONFIG_DISPLAY_SUPPORT is not set | 609 | # CONFIG_DISPLAY_SUPPORT is not set |
| 555 | |||
| 556 | # | ||
| 557 | # Sound | ||
| 558 | # | ||
| 559 | # CONFIG_SOUND is not set | 610 | # CONFIG_SOUND is not set |
| 560 | CONFIG_USB_SUPPORT=y | 611 | CONFIG_USB_SUPPORT=y |
| 561 | CONFIG_USB_ARCH_HAS_HCD=y | 612 | CONFIG_USB_ARCH_HAS_HCD=y |
| 562 | CONFIG_USB_ARCH_HAS_OHCI=y | 613 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 563 | CONFIG_USB_ARCH_HAS_EHCI=y | 614 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 564 | # CONFIG_USB is not set | 615 | # CONFIG_USB is not set |
| 616 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 617 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 565 | 618 | ||
| 566 | # | 619 | # |
| 567 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 620 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 568 | # | 621 | # |
| 569 | |||
| 570 | # | ||
| 571 | # USB Gadget Support | ||
| 572 | # | ||
| 573 | # CONFIG_USB_GADGET is not set | 622 | # CONFIG_USB_GADGET is not set |
| 574 | # CONFIG_MMC is not set | 623 | # CONFIG_MMC is not set |
| 624 | # CONFIG_MEMSTICK is not set | ||
| 575 | # CONFIG_NEW_LEDS is not set | 625 | # CONFIG_NEW_LEDS is not set |
| 626 | # CONFIG_ACCESSIBILITY is not set | ||
| 576 | # CONFIG_INFINIBAND is not set | 627 | # CONFIG_INFINIBAND is not set |
| 577 | # CONFIG_EDAC is not set | 628 | # CONFIG_EDAC is not set |
| 578 | # CONFIG_RTC_CLASS is not set | 629 | # CONFIG_RTC_CLASS is not set |
| 579 | 630 | # CONFIG_DMADEVICES is not set | |
| 580 | # | ||
| 581 | # Userspace I/O | ||
| 582 | # | ||
| 583 | # CONFIG_UIO is not set | 631 | # CONFIG_UIO is not set |
| 584 | 632 | ||
| 585 | # | 633 | # |
| @@ -594,14 +642,11 @@ CONFIG_EXT2_FS=y | |||
| 594 | # CONFIG_JFS_FS is not set | 642 | # CONFIG_JFS_FS is not set |
| 595 | # CONFIG_FS_POSIX_ACL is not set | 643 | # CONFIG_FS_POSIX_ACL is not set |
| 596 | # CONFIG_XFS_FS is not set | 644 | # CONFIG_XFS_FS is not set |
| 597 | # CONFIG_GFS2_FS is not set | ||
| 598 | # CONFIG_OCFS2_FS is not set | 645 | # CONFIG_OCFS2_FS is not set |
| 599 | # CONFIG_MINIX_FS is not set | 646 | CONFIG_DNOTIFY=y |
| 600 | # CONFIG_ROMFS_FS is not set | ||
| 601 | CONFIG_INOTIFY=y | 647 | CONFIG_INOTIFY=y |
| 602 | CONFIG_INOTIFY_USER=y | 648 | CONFIG_INOTIFY_USER=y |
| 603 | # CONFIG_QUOTA is not set | 649 | # CONFIG_QUOTA is not set |
| 604 | CONFIG_DNOTIFY=y | ||
| 605 | # CONFIG_AUTOFS_FS is not set | 650 | # CONFIG_AUTOFS_FS is not set |
| 606 | # CONFIG_AUTOFS4_FS is not set | 651 | # CONFIG_AUTOFS4_FS is not set |
| 607 | # CONFIG_FUSE_FS is not set | 652 | # CONFIG_FUSE_FS is not set |
| @@ -643,8 +688,11 @@ CONFIG_TMPFS=y | |||
| 643 | # CONFIG_EFS_FS is not set | 688 | # CONFIG_EFS_FS is not set |
| 644 | CONFIG_CRAMFS=y | 689 | CONFIG_CRAMFS=y |
| 645 | # CONFIG_VXFS_FS is not set | 690 | # CONFIG_VXFS_FS is not set |
| 691 | # CONFIG_MINIX_FS is not set | ||
| 692 | # CONFIG_OMFS_FS is not set | ||
| 646 | # CONFIG_HPFS_FS is not set | 693 | # CONFIG_HPFS_FS is not set |
| 647 | # CONFIG_QNX4FS_FS is not set | 694 | # CONFIG_QNX4FS_FS is not set |
| 695 | # CONFIG_ROMFS_FS is not set | ||
| 648 | # CONFIG_SYSV_FS is not set | 696 | # CONFIG_SYSV_FS is not set |
| 649 | # CONFIG_UFS_FS is not set | 697 | # CONFIG_UFS_FS is not set |
| 650 | CONFIG_NETWORK_FILESYSTEMS=y | 698 | CONFIG_NETWORK_FILESYSTEMS=y |
| @@ -652,14 +700,12 @@ CONFIG_NFS_FS=y | |||
| 652 | CONFIG_NFS_V3=y | 700 | CONFIG_NFS_V3=y |
| 653 | # CONFIG_NFS_V3_ACL is not set | 701 | # CONFIG_NFS_V3_ACL is not set |
| 654 | # CONFIG_NFS_V4 is not set | 702 | # CONFIG_NFS_V4 is not set |
| 655 | # CONFIG_NFS_DIRECTIO is not set | ||
| 656 | # CONFIG_NFSD is not set | ||
| 657 | CONFIG_ROOT_NFS=y | 703 | CONFIG_ROOT_NFS=y |
| 704 | # CONFIG_NFSD is not set | ||
| 658 | CONFIG_LOCKD=y | 705 | CONFIG_LOCKD=y |
| 659 | CONFIG_LOCKD_V4=y | 706 | CONFIG_LOCKD_V4=y |
| 660 | CONFIG_NFS_COMMON=y | 707 | CONFIG_NFS_COMMON=y |
| 661 | CONFIG_SUNRPC=y | 708 | CONFIG_SUNRPC=y |
| 662 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 663 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 709 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 664 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 710 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 665 | # CONFIG_SMB_FS is not set | 711 | # CONFIG_SMB_FS is not set |
| @@ -675,14 +721,15 @@ CONFIG_SUNRPC=y | |||
| 675 | CONFIG_MSDOS_PARTITION=y | 721 | CONFIG_MSDOS_PARTITION=y |
| 676 | # CONFIG_NLS is not set | 722 | # CONFIG_NLS is not set |
| 677 | # CONFIG_DLM is not set | 723 | # CONFIG_DLM is not set |
| 678 | # CONFIG_UCC_SLOW is not set | ||
| 679 | 724 | ||
| 680 | # | 725 | # |
| 681 | # Library routines | 726 | # Library routines |
| 682 | # | 727 | # |
| 683 | CONFIG_BITREVERSE=y | 728 | CONFIG_BITREVERSE=y |
| 729 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 684 | # CONFIG_CRC_CCITT is not set | 730 | # CONFIG_CRC_CCITT is not set |
| 685 | # CONFIG_CRC16 is not set | 731 | # CONFIG_CRC16 is not set |
| 732 | # CONFIG_CRC_T10DIF is not set | ||
| 686 | # CONFIG_CRC_ITU_T is not set | 733 | # CONFIG_CRC_ITU_T is not set |
| 687 | CONFIG_CRC32=y | 734 | CONFIG_CRC32=y |
| 688 | # CONFIG_CRC7 is not set | 735 | # CONFIG_CRC7 is not set |
| @@ -692,10 +739,7 @@ CONFIG_PLIST=y | |||
| 692 | CONFIG_HAS_IOMEM=y | 739 | CONFIG_HAS_IOMEM=y |
| 693 | CONFIG_HAS_IOPORT=y | 740 | CONFIG_HAS_IOPORT=y |
| 694 | CONFIG_HAS_DMA=y | 741 | CONFIG_HAS_DMA=y |
| 695 | CONFIG_INSTRUMENTATION=y | 742 | CONFIG_HAVE_LMB=y |
| 696 | # CONFIG_PROFILING is not set | ||
| 697 | # CONFIG_KPROBES is not set | ||
| 698 | # CONFIG_MARKERS is not set | ||
| 699 | 743 | ||
| 700 | # | 744 | # |
| 701 | # Kernel hacking | 745 | # Kernel hacking |
| @@ -703,6 +747,7 @@ CONFIG_INSTRUMENTATION=y | |||
| 703 | # CONFIG_PRINTK_TIME is not set | 747 | # CONFIG_PRINTK_TIME is not set |
| 704 | CONFIG_ENABLE_WARN_DEPRECATED=y | 748 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 705 | CONFIG_ENABLE_MUST_CHECK=y | 749 | CONFIG_ENABLE_MUST_CHECK=y |
| 750 | CONFIG_FRAME_WARN=1024 | ||
| 706 | CONFIG_MAGIC_SYSRQ=y | 751 | CONFIG_MAGIC_SYSRQ=y |
| 707 | # CONFIG_UNUSED_SYMBOLS is not set | 752 | # CONFIG_UNUSED_SYMBOLS is not set |
| 708 | # CONFIG_DEBUG_FS is not set | 753 | # CONFIG_DEBUG_FS is not set |
| @@ -710,10 +755,14 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 710 | CONFIG_DEBUG_KERNEL=y | 755 | CONFIG_DEBUG_KERNEL=y |
| 711 | # CONFIG_DEBUG_SHIRQ is not set | 756 | # CONFIG_DEBUG_SHIRQ is not set |
| 712 | CONFIG_DETECT_SOFTLOCKUP=y | 757 | CONFIG_DETECT_SOFTLOCKUP=y |
| 758 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 759 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 713 | CONFIG_SCHED_DEBUG=y | 760 | CONFIG_SCHED_DEBUG=y |
| 714 | # CONFIG_SCHEDSTATS is not set | 761 | # CONFIG_SCHEDSTATS is not set |
| 715 | # CONFIG_TIMER_STATS is not set | 762 | # CONFIG_TIMER_STATS is not set |
| 763 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 716 | # CONFIG_SLUB_DEBUG_ON is not set | 764 | # CONFIG_SLUB_DEBUG_ON is not set |
| 765 | # CONFIG_SLUB_STATS is not set | ||
| 717 | # CONFIG_DEBUG_RT_MUTEXES is not set | 766 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| 718 | # CONFIG_RT_MUTEX_TESTER is not set | 767 | # CONFIG_RT_MUTEX_TESTER is not set |
| 719 | # CONFIG_DEBUG_SPINLOCK is not set | 768 | # CONFIG_DEBUG_SPINLOCK is not set |
| @@ -724,19 +773,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 724 | # CONFIG_DEBUG_BUGVERBOSE is not set | 773 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 725 | # CONFIG_DEBUG_INFO is not set | 774 | # CONFIG_DEBUG_INFO is not set |
| 726 | # CONFIG_DEBUG_VM is not set | 775 | # CONFIG_DEBUG_VM is not set |
| 776 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 777 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 727 | # CONFIG_DEBUG_LIST is not set | 778 | # CONFIG_DEBUG_LIST is not set |
| 728 | # CONFIG_DEBUG_SG is not set | 779 | # CONFIG_DEBUG_SG is not set |
| 729 | CONFIG_FORCED_INLINING=y | ||
| 730 | # CONFIG_BOOT_PRINTK_DELAY is not set | 780 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 731 | # CONFIG_RCU_TORTURE_TEST is not set | 781 | # CONFIG_RCU_TORTURE_TEST is not set |
| 782 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
| 732 | # CONFIG_FAULT_INJECTION is not set | 783 | # CONFIG_FAULT_INJECTION is not set |
| 784 | # CONFIG_LATENCYTOP is not set | ||
| 785 | CONFIG_HAVE_FTRACE=y | ||
| 786 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 787 | # CONFIG_FTRACE is not set | ||
| 788 | # CONFIG_SCHED_TRACER is not set | ||
| 789 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 733 | # CONFIG_SAMPLES is not set | 790 | # CONFIG_SAMPLES is not set |
| 791 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 792 | # CONFIG_KGDB is not set | ||
| 734 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 793 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 735 | # CONFIG_DEBUG_STACK_USAGE is not set | 794 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 736 | # CONFIG_DEBUG_PAGEALLOC is not set | 795 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 737 | CONFIG_DEBUGGER=y | 796 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 738 | # CONFIG_KGDB is not set | 797 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 739 | # CONFIG_XMON is not set | 798 | # CONFIG_XMON is not set |
| 799 | # CONFIG_IRQSTACKS is not set | ||
| 740 | # CONFIG_BDI_SWITCH is not set | 800 | # CONFIG_BDI_SWITCH is not set |
| 741 | # CONFIG_PPC_EARLY_DEBUG is not set | 801 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 742 | 802 | ||
| @@ -747,44 +807,85 @@ CONFIG_DEBUGGER=y | |||
| 747 | # CONFIG_SECURITY is not set | 807 | # CONFIG_SECURITY is not set |
| 748 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 808 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 749 | CONFIG_CRYPTO=y | 809 | CONFIG_CRYPTO=y |
| 810 | |||
| 811 | # | ||
| 812 | # Crypto core or helper | ||
| 813 | # | ||
| 750 | CONFIG_CRYPTO_ALGAPI=y | 814 | CONFIG_CRYPTO_ALGAPI=y |
| 751 | CONFIG_CRYPTO_BLKCIPHER=y | 815 | CONFIG_CRYPTO_BLKCIPHER=y |
| 752 | CONFIG_CRYPTO_MANAGER=y | 816 | CONFIG_CRYPTO_MANAGER=y |
| 817 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 818 | # CONFIG_CRYPTO_NULL is not set | ||
| 819 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 820 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 821 | # CONFIG_CRYPTO_TEST is not set | ||
| 822 | |||
| 823 | # | ||
| 824 | # Authenticated Encryption with Associated Data | ||
| 825 | # | ||
| 826 | # CONFIG_CRYPTO_CCM is not set | ||
| 827 | # CONFIG_CRYPTO_GCM is not set | ||
| 828 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 829 | |||
| 830 | # | ||
| 831 | # Block modes | ||
| 832 | # | ||
| 833 | CONFIG_CRYPTO_CBC=y | ||
| 834 | # CONFIG_CRYPTO_CTR is not set | ||
| 835 | # CONFIG_CRYPTO_CTS is not set | ||
| 836 | CONFIG_CRYPTO_ECB=y | ||
| 837 | # CONFIG_CRYPTO_LRW is not set | ||
| 838 | CONFIG_CRYPTO_PCBC=y | ||
| 839 | # CONFIG_CRYPTO_XTS is not set | ||
| 840 | |||
| 841 | # | ||
| 842 | # Hash modes | ||
| 843 | # | ||
| 753 | # CONFIG_CRYPTO_HMAC is not set | 844 | # CONFIG_CRYPTO_HMAC is not set |
| 754 | # CONFIG_CRYPTO_XCBC is not set | 845 | # CONFIG_CRYPTO_XCBC is not set |
| 755 | # CONFIG_CRYPTO_NULL is not set | 846 | |
| 847 | # | ||
| 848 | # Digest | ||
| 849 | # | ||
| 850 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 756 | # CONFIG_CRYPTO_MD4 is not set | 851 | # CONFIG_CRYPTO_MD4 is not set |
| 757 | CONFIG_CRYPTO_MD5=y | 852 | CONFIG_CRYPTO_MD5=y |
| 853 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 854 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 855 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 856 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 857 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 758 | # CONFIG_CRYPTO_SHA1 is not set | 858 | # CONFIG_CRYPTO_SHA1 is not set |
| 759 | # CONFIG_CRYPTO_SHA256 is not set | 859 | # CONFIG_CRYPTO_SHA256 is not set |
| 760 | # CONFIG_CRYPTO_SHA512 is not set | 860 | # CONFIG_CRYPTO_SHA512 is not set |
| 761 | # CONFIG_CRYPTO_WP512 is not set | ||
| 762 | # CONFIG_CRYPTO_TGR192 is not set | 861 | # CONFIG_CRYPTO_TGR192 is not set |
| 763 | # CONFIG_CRYPTO_GF128MUL is not set | 862 | # CONFIG_CRYPTO_WP512 is not set |
| 764 | CONFIG_CRYPTO_ECB=y | 863 | |
| 765 | CONFIG_CRYPTO_CBC=y | 864 | # |
| 766 | CONFIG_CRYPTO_PCBC=y | 865 | # Ciphers |
| 767 | # CONFIG_CRYPTO_LRW is not set | 866 | # |
| 768 | # CONFIG_CRYPTO_XTS is not set | ||
| 769 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 770 | CONFIG_CRYPTO_DES=y | ||
| 771 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 772 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 773 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 774 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 775 | # CONFIG_CRYPTO_AES is not set | 867 | # CONFIG_CRYPTO_AES is not set |
| 868 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 869 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 870 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 871 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 776 | # CONFIG_CRYPTO_CAST5 is not set | 872 | # CONFIG_CRYPTO_CAST5 is not set |
| 777 | # CONFIG_CRYPTO_CAST6 is not set | 873 | # CONFIG_CRYPTO_CAST6 is not set |
| 778 | # CONFIG_CRYPTO_TEA is not set | 874 | CONFIG_CRYPTO_DES=y |
| 779 | # CONFIG_CRYPTO_ARC4 is not set | 875 | # CONFIG_CRYPTO_FCRYPT is not set |
| 780 | # CONFIG_CRYPTO_KHAZAD is not set | 876 | # CONFIG_CRYPTO_KHAZAD is not set |
| 781 | # CONFIG_CRYPTO_ANUBIS is not set | 877 | # CONFIG_CRYPTO_SALSA20 is not set |
| 782 | # CONFIG_CRYPTO_SEED is not set | 878 | # CONFIG_CRYPTO_SEED is not set |
| 879 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 880 | # CONFIG_CRYPTO_TEA is not set | ||
| 881 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 882 | |||
| 883 | # | ||
| 884 | # Compression | ||
| 885 | # | ||
| 783 | # CONFIG_CRYPTO_DEFLATE is not set | 886 | # CONFIG_CRYPTO_DEFLATE is not set |
| 784 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 887 | # CONFIG_CRYPTO_LZO is not set |
| 785 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 786 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 787 | # CONFIG_CRYPTO_TEST is not set | ||
| 788 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 789 | CONFIG_CRYPTO_HW=y | 888 | CONFIG_CRYPTO_HW=y |
| 889 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 790 | # CONFIG_PPC_CLOCK is not set | 890 | # CONFIG_PPC_CLOCK is not set |
| 891 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/rainier_defconfig b/arch/powerpc/configs/44x/rainier_defconfig index dec18ca73519..0479648a9141 100644 --- a/arch/powerpc/configs/44x/rainier_defconfig +++ b/arch/powerpc/configs/44x/rainier_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:53:10 2008 | 4 | # Tue Aug 5 09:09:35 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
| 29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
| 32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
| 79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
| 80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
| 85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
| 82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
| 83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
| @@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 90 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
| 91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | ||
| 124 | 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 | ||
| 115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| 119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
| 120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
| 135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
| 122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| @@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 147 | ||
| 132 | # | 148 | # |
| 133 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
| 142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
| 143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
| 145 | # CONFIG_PREEMPT_RCU is not set | ||
| 146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 147 | 162 | ||
| 148 | # | 163 | # |
| 149 | # Platform support | 164 | # Platform support |
| 150 | # | 165 | # |
| 151 | # CONFIG_PPC_MPC512x is not set | ||
| 152 | # CONFIG_PPC_MPC5121 is not set | ||
| 153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
| 154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
| 155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
| 156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
| 157 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
| 171 | # CONFIG_SAM440EP is not set | ||
| 158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
| 159 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
| 160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
| 161 | CONFIG_RAINIER=y | 175 | CONFIG_RAINIER=y |
| 162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
| 177 | # CONFIG_CANYONLANDS is not set | ||
| 178 | # CONFIG_YOSEMITE is not set | ||
| 179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 163 | CONFIG_440GRX=y | 180 | CONFIG_440GRX=y |
| 164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
| 165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
| @@ -191,7 +208,6 @@ CONFIG_HZ=250 | |||
| 191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
| 192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
| 194 | CONFIG_RCU_TRACE=y | ||
| 195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
| 196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
| 197 | CONFIG_MATH_EMULATION=y | 213 | CONFIG_MATH_EMULATION=y |
| @@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
| 209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
| 211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 230 | CONFIG_MIGRATION=y | ||
| 213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
| 214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
| 215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
| 216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
| 235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
| 218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
| 219 | CONFIG_CMDLINE="" | 238 | CONFIG_CMDLINE="" |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
| 221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
| 222 | 242 | ||
| @@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
| 225 | # | 245 | # |
| 226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
| 227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
| 248 | CONFIG_4xx_SOC=y | ||
| 249 | CONFIG_PPC_PCI_CHOICE=y | ||
| 228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
| 229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
| 230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
| @@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
| 235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
| 236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
| 237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
| 260 | # CONFIG_HAS_RAPIDIO is not set | ||
| 238 | 261 | ||
| 239 | # | 262 | # |
| 240 | # Advanced setup | 263 | # Advanced setup |
| @@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
| 244 | # | 267 | # |
| 245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
| 246 | # | 269 | # |
| 247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
| 273 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
| 251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
| 252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 253 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 254 | |||
| 255 | # | ||
| 256 | # Networking | ||
| 257 | # | ||
| 258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
| 259 | 278 | ||
| 260 | # | 279 | # |
| @@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
| 294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
| 295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 296 | # CONFIG_INET6_TUNNEL is not set | ||
| 297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
| 298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
| 299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
| @@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
| 344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
| 363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 364 | CONFIG_EXTRA_FIRMWARE="" | ||
| 346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
| 347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
| 348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -355,6 +374,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 356 | CONFIG_MTD_CMDLINE_PARTS=y | 375 | CONFIG_MTD_CMDLINE_PARTS=y |
| 357 | CONFIG_MTD_OF_PARTS=y | 376 | CONFIG_MTD_OF_PARTS=y |
| 377 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 358 | 378 | ||
| 359 | # | 379 | # |
| 360 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
| @@ -445,12 +465,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 445 | # CONFIG_CDROM_PKTCDVD is not set | 465 | # CONFIG_CDROM_PKTCDVD is not set |
| 446 | # CONFIG_ATA_OVER_ETH is not set | 466 | # CONFIG_ATA_OVER_ETH is not set |
| 447 | # CONFIG_XILINX_SYSACE is not set | 467 | # CONFIG_XILINX_SYSACE is not set |
| 468 | # CONFIG_BLK_DEV_HD is not set | ||
| 448 | CONFIG_MISC_DEVICES=y | 469 | CONFIG_MISC_DEVICES=y |
| 449 | # CONFIG_PHANTOM is not set | 470 | # CONFIG_PHANTOM is not set |
| 450 | # CONFIG_EEPROM_93CX6 is not set | 471 | # CONFIG_EEPROM_93CX6 is not set |
| 451 | # CONFIG_SGI_IOC4 is not set | 472 | # CONFIG_SGI_IOC4 is not set |
| 452 | # CONFIG_TIFM_CORE is not set | 473 | # CONFIG_TIFM_CORE is not set |
| 453 | # CONFIG_ENCLOSURE_SERVICES is not set | 474 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 475 | # CONFIG_HP_ILO is not set | ||
| 454 | CONFIG_HAVE_IDE=y | 476 | CONFIG_HAVE_IDE=y |
| 455 | # CONFIG_IDE is not set | 477 | # CONFIG_IDE is not set |
| 456 | 478 | ||
| @@ -468,6 +490,10 @@ CONFIG_HAVE_IDE=y | |||
| 468 | # | 490 | # |
| 469 | # IEEE 1394 (FireWire) support | 491 | # IEEE 1394 (FireWire) support |
| 470 | # | 492 | # |
| 493 | |||
| 494 | # | ||
| 495 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 496 | # | ||
| 471 | # CONFIG_FIREWIRE is not set | 497 | # CONFIG_FIREWIRE is not set |
| 472 | # CONFIG_IEEE1394 is not set | 498 | # CONFIG_IEEE1394 is not set |
| 473 | # CONFIG_I2O is not set | 499 | # CONFIG_I2O is not set |
| @@ -475,7 +501,6 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
| 475 | # CONFIG_MAC_EMUMOUSEBTN is not set | 501 | # CONFIG_MAC_EMUMOUSEBTN is not set |
| 476 | # CONFIG_WINDFARM is not set | 502 | # CONFIG_WINDFARM is not set |
| 477 | CONFIG_NETDEVICES=y | 503 | CONFIG_NETDEVICES=y |
| 478 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 479 | # CONFIG_DUMMY is not set | 504 | # CONFIG_DUMMY is not set |
| 480 | # CONFIG_BONDING is not set | 505 | # CONFIG_BONDING is not set |
| 481 | # CONFIG_MACVLAN is not set | 506 | # CONFIG_MACVLAN is not set |
| @@ -492,7 +517,6 @@ CONFIG_NETDEV_1000=y | |||
| 492 | # CONFIG_DL2K is not set | 517 | # CONFIG_DL2K is not set |
| 493 | # CONFIG_E1000 is not set | 518 | # CONFIG_E1000 is not set |
| 494 | # CONFIG_E1000E is not set | 519 | # CONFIG_E1000E is not set |
| 495 | # CONFIG_E1000E_ENABLED is not set | ||
| 496 | # CONFIG_IP1000 is not set | 520 | # CONFIG_IP1000 is not set |
| 497 | # CONFIG_IGB is not set | 521 | # CONFIG_IGB is not set |
| 498 | # CONFIG_NS83820 is not set | 522 | # CONFIG_NS83820 is not set |
| @@ -502,12 +526,12 @@ CONFIG_NETDEV_1000=y | |||
| 502 | # CONFIG_SIS190 is not set | 526 | # CONFIG_SIS190 is not set |
| 503 | # CONFIG_SKGE is not set | 527 | # CONFIG_SKGE is not set |
| 504 | # CONFIG_SKY2 is not set | 528 | # CONFIG_SKY2 is not set |
| 505 | # CONFIG_SK98LIN is not set | ||
| 506 | # CONFIG_VIA_VELOCITY is not set | 529 | # CONFIG_VIA_VELOCITY is not set |
| 507 | # CONFIG_TIGON3 is not set | 530 | # CONFIG_TIGON3 is not set |
| 508 | # CONFIG_BNX2 is not set | 531 | # CONFIG_BNX2 is not set |
| 509 | # CONFIG_QLA3XXX is not set | 532 | # CONFIG_QLA3XXX is not set |
| 510 | # CONFIG_ATL1 is not set | 533 | # CONFIG_ATL1 is not set |
| 534 | # CONFIG_ATL1E is not set | ||
| 511 | CONFIG_NETDEV_10000=y | 535 | CONFIG_NETDEV_10000=y |
| 512 | # CONFIG_CHELSIO_T1 is not set | 536 | # CONFIG_CHELSIO_T1 is not set |
| 513 | # CONFIG_CHELSIO_T3 is not set | 537 | # CONFIG_CHELSIO_T3 is not set |
| @@ -520,6 +544,7 @@ CONFIG_NETDEV_10000=y | |||
| 520 | # CONFIG_MLX4_CORE is not set | 544 | # CONFIG_MLX4_CORE is not set |
| 521 | # CONFIG_TEHUTI is not set | 545 | # CONFIG_TEHUTI is not set |
| 522 | # CONFIG_BNX2X is not set | 546 | # CONFIG_BNX2X is not set |
| 547 | # CONFIG_SFC is not set | ||
| 523 | # CONFIG_TR is not set | 548 | # CONFIG_TR is not set |
| 524 | 549 | ||
| 525 | # | 550 | # |
| @@ -527,6 +552,7 @@ CONFIG_NETDEV_10000=y | |||
| 527 | # | 552 | # |
| 528 | # CONFIG_WLAN_PRE80211 is not set | 553 | # CONFIG_WLAN_PRE80211 is not set |
| 529 | # CONFIG_WLAN_80211 is not set | 554 | # CONFIG_WLAN_80211 is not set |
| 555 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 530 | # CONFIG_WAN is not set | 556 | # CONFIG_WAN is not set |
| 531 | # CONFIG_FDDI is not set | 557 | # CONFIG_FDDI is not set |
| 532 | # CONFIG_HIPPI is not set | 558 | # CONFIG_HIPPI is not set |
| @@ -553,6 +579,7 @@ CONFIG_NETDEV_10000=y | |||
| 553 | # Character devices | 579 | # Character devices |
| 554 | # | 580 | # |
| 555 | # CONFIG_VT is not set | 581 | # CONFIG_VT is not set |
| 582 | CONFIG_DEVKMEM=y | ||
| 556 | # CONFIG_SERIAL_NONSTANDARD is not set | 583 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 557 | # CONFIG_NOZOMI is not set | 584 | # CONFIG_NOZOMI is not set |
| 558 | 585 | ||
| @@ -591,12 +618,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 591 | # CONFIG_TCG_TPM is not set | 618 | # CONFIG_TCG_TPM is not set |
| 592 | CONFIG_DEVPORT=y | 619 | CONFIG_DEVPORT=y |
| 593 | # CONFIG_I2C is not set | 620 | # CONFIG_I2C is not set |
| 594 | |||
| 595 | # | ||
| 596 | # SPI support | ||
| 597 | # | ||
| 598 | # CONFIG_SPI is not set | 621 | # CONFIG_SPI is not set |
| 599 | # CONFIG_SPI_MASTER is not set | 622 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 623 | # CONFIG_GPIOLIB is not set | ||
| 600 | # CONFIG_W1 is not set | 624 | # CONFIG_W1 is not set |
| 601 | # CONFIG_POWER_SUPPLY is not set | 625 | # CONFIG_POWER_SUPPLY is not set |
| 602 | # CONFIG_HWMON is not set | 626 | # CONFIG_HWMON is not set |
| @@ -612,13 +636,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 612 | # | 636 | # |
| 613 | # Multifunction device drivers | 637 | # Multifunction device drivers |
| 614 | # | 638 | # |
| 639 | # CONFIG_MFD_CORE is not set | ||
| 615 | # CONFIG_MFD_SM501 is not set | 640 | # CONFIG_MFD_SM501 is not set |
| 641 | # CONFIG_HTC_PASIC3 is not set | ||
| 616 | 642 | ||
| 617 | # | 643 | # |
| 618 | # Multimedia devices | 644 | # Multimedia devices |
| 619 | # | 645 | # |
| 646 | |||
| 647 | # | ||
| 648 | # Multimedia core support | ||
| 649 | # | ||
| 620 | # CONFIG_VIDEO_DEV is not set | 650 | # CONFIG_VIDEO_DEV is not set |
| 621 | # CONFIG_DVB_CORE is not set | 651 | # CONFIG_DVB_CORE is not set |
| 652 | # CONFIG_VIDEO_MEDIA is not set | ||
| 653 | |||
| 654 | # | ||
| 655 | # Multimedia drivers | ||
| 656 | # | ||
| 622 | CONFIG_DAB=y | 657 | CONFIG_DAB=y |
| 623 | 658 | ||
| 624 | # | 659 | # |
| @@ -635,16 +670,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 635 | # Display device support | 670 | # Display device support |
| 636 | # | 671 | # |
| 637 | # CONFIG_DISPLAY_SUPPORT is not set | 672 | # CONFIG_DISPLAY_SUPPORT is not set |
| 638 | |||
| 639 | # | ||
| 640 | # Sound | ||
| 641 | # | ||
| 642 | # CONFIG_SOUND is not set | 673 | # CONFIG_SOUND is not set |
| 643 | CONFIG_USB_SUPPORT=y | 674 | CONFIG_USB_SUPPORT=y |
| 644 | CONFIG_USB_ARCH_HAS_HCD=y | 675 | CONFIG_USB_ARCH_HAS_HCD=y |
| 645 | CONFIG_USB_ARCH_HAS_OHCI=y | 676 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 646 | CONFIG_USB_ARCH_HAS_EHCI=y | 677 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 647 | # CONFIG_USB is not set | 678 | # CONFIG_USB is not set |
| 679 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 680 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 648 | 681 | ||
| 649 | # | 682 | # |
| 650 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 683 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -653,13 +686,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 653 | # CONFIG_MMC is not set | 686 | # CONFIG_MMC is not set |
| 654 | # CONFIG_MEMSTICK is not set | 687 | # CONFIG_MEMSTICK is not set |
| 655 | # CONFIG_NEW_LEDS is not set | 688 | # CONFIG_NEW_LEDS is not set |
| 689 | # CONFIG_ACCESSIBILITY is not set | ||
| 656 | # CONFIG_INFINIBAND is not set | 690 | # CONFIG_INFINIBAND is not set |
| 657 | # CONFIG_EDAC is not set | 691 | # CONFIG_EDAC is not set |
| 658 | # CONFIG_RTC_CLASS is not set | 692 | # CONFIG_RTC_CLASS is not set |
| 659 | 693 | # CONFIG_DMADEVICES is not set | |
| 660 | # | ||
| 661 | # Userspace I/O | ||
| 662 | # | ||
| 663 | # CONFIG_UIO is not set | 694 | # CONFIG_UIO is not set |
| 664 | 695 | ||
| 665 | # | 696 | # |
| @@ -674,7 +705,6 @@ CONFIG_EXT2_FS=y | |||
| 674 | # CONFIG_JFS_FS is not set | 705 | # CONFIG_JFS_FS is not set |
| 675 | # CONFIG_FS_POSIX_ACL is not set | 706 | # CONFIG_FS_POSIX_ACL is not set |
| 676 | # CONFIG_XFS_FS is not set | 707 | # CONFIG_XFS_FS is not set |
| 677 | # CONFIG_GFS2_FS is not set | ||
| 678 | # CONFIG_OCFS2_FS is not set | 708 | # CONFIG_OCFS2_FS is not set |
| 679 | CONFIG_DNOTIFY=y | 709 | CONFIG_DNOTIFY=y |
| 680 | CONFIG_INOTIFY=y | 710 | CONFIG_INOTIFY=y |
| @@ -733,6 +763,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 733 | CONFIG_CRAMFS=y | 763 | CONFIG_CRAMFS=y |
| 734 | # CONFIG_VXFS_FS is not set | 764 | # CONFIG_VXFS_FS is not set |
| 735 | # CONFIG_MINIX_FS is not set | 765 | # CONFIG_MINIX_FS is not set |
| 766 | # CONFIG_OMFS_FS is not set | ||
| 736 | # CONFIG_HPFS_FS is not set | 767 | # CONFIG_HPFS_FS is not set |
| 737 | # CONFIG_QNX4FS_FS is not set | 768 | # CONFIG_QNX4FS_FS is not set |
| 738 | # CONFIG_ROMFS_FS is not set | 769 | # CONFIG_ROMFS_FS is not set |
| @@ -743,14 +774,12 @@ CONFIG_NFS_FS=y | |||
| 743 | CONFIG_NFS_V3=y | 774 | CONFIG_NFS_V3=y |
| 744 | # CONFIG_NFS_V3_ACL is not set | 775 | # CONFIG_NFS_V3_ACL is not set |
| 745 | # CONFIG_NFS_V4 is not set | 776 | # CONFIG_NFS_V4 is not set |
| 746 | # CONFIG_NFS_DIRECTIO is not set | ||
| 747 | # CONFIG_NFSD is not set | ||
| 748 | CONFIG_ROOT_NFS=y | 777 | CONFIG_ROOT_NFS=y |
| 778 | # CONFIG_NFSD is not set | ||
| 749 | CONFIG_LOCKD=y | 779 | CONFIG_LOCKD=y |
| 750 | CONFIG_LOCKD_V4=y | 780 | CONFIG_LOCKD_V4=y |
| 751 | CONFIG_NFS_COMMON=y | 781 | CONFIG_NFS_COMMON=y |
| 752 | CONFIG_SUNRPC=y | 782 | CONFIG_SUNRPC=y |
| 753 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 754 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 783 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 755 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 784 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 756 | # CONFIG_SMB_FS is not set | 785 | # CONFIG_SMB_FS is not set |
| @@ -771,8 +800,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 771 | # Library routines | 800 | # Library routines |
| 772 | # | 801 | # |
| 773 | CONFIG_BITREVERSE=y | 802 | CONFIG_BITREVERSE=y |
| 803 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 774 | # CONFIG_CRC_CCITT is not set | 804 | # CONFIG_CRC_CCITT is not set |
| 775 | # CONFIG_CRC16 is not set | 805 | # CONFIG_CRC16 is not set |
| 806 | # CONFIG_CRC_T10DIF is not set | ||
| 776 | # CONFIG_CRC_ITU_T is not set | 807 | # CONFIG_CRC_ITU_T is not set |
| 777 | CONFIG_CRC32=y | 808 | CONFIG_CRC32=y |
| 778 | # CONFIG_CRC7 is not set | 809 | # CONFIG_CRC7 is not set |
| @@ -783,6 +814,7 @@ CONFIG_PLIST=y | |||
| 783 | CONFIG_HAS_IOMEM=y | 814 | CONFIG_HAS_IOMEM=y |
| 784 | CONFIG_HAS_IOPORT=y | 815 | CONFIG_HAS_IOPORT=y |
| 785 | CONFIG_HAS_DMA=y | 816 | CONFIG_HAS_DMA=y |
| 817 | CONFIG_HAVE_LMB=y | ||
| 786 | 818 | ||
| 787 | # | 819 | # |
| 788 | # Kernel hacking | 820 | # Kernel hacking |
| @@ -790,6 +822,7 @@ CONFIG_HAS_DMA=y | |||
| 790 | # CONFIG_PRINTK_TIME is not set | 822 | # CONFIG_PRINTK_TIME is not set |
| 791 | CONFIG_ENABLE_WARN_DEPRECATED=y | 823 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 792 | CONFIG_ENABLE_MUST_CHECK=y | 824 | CONFIG_ENABLE_MUST_CHECK=y |
| 825 | CONFIG_FRAME_WARN=1024 | ||
| 793 | CONFIG_MAGIC_SYSRQ=y | 826 | CONFIG_MAGIC_SYSRQ=y |
| 794 | # CONFIG_UNUSED_SYMBOLS is not set | 827 | # CONFIG_UNUSED_SYMBOLS is not set |
| 795 | CONFIG_DEBUG_FS=y | 828 | CONFIG_DEBUG_FS=y |
| @@ -797,9 +830,12 @@ CONFIG_DEBUG_FS=y | |||
| 797 | CONFIG_DEBUG_KERNEL=y | 830 | CONFIG_DEBUG_KERNEL=y |
| 798 | # CONFIG_DEBUG_SHIRQ is not set | 831 | # CONFIG_DEBUG_SHIRQ is not set |
| 799 | CONFIG_DETECT_SOFTLOCKUP=y | 832 | CONFIG_DETECT_SOFTLOCKUP=y |
| 833 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 834 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 800 | CONFIG_SCHED_DEBUG=y | 835 | CONFIG_SCHED_DEBUG=y |
| 801 | # CONFIG_SCHEDSTATS is not set | 836 | # CONFIG_SCHEDSTATS is not set |
| 802 | # CONFIG_TIMER_STATS is not set | 837 | # CONFIG_TIMER_STATS is not set |
| 838 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 803 | # CONFIG_SLUB_DEBUG_ON is not set | 839 | # CONFIG_SLUB_DEBUG_ON is not set |
| 804 | # CONFIG_SLUB_STATS is not set | 840 | # CONFIG_SLUB_STATS is not set |
| 805 | # CONFIG_DEBUG_RT_MUTEXES is not set | 841 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -812,19 +848,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 812 | # CONFIG_DEBUG_BUGVERBOSE is not set | 848 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 813 | # CONFIG_DEBUG_INFO is not set | 849 | # CONFIG_DEBUG_INFO is not set |
| 814 | # CONFIG_DEBUG_VM is not set | 850 | # CONFIG_DEBUG_VM is not set |
| 851 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 852 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 815 | # CONFIG_DEBUG_LIST is not set | 853 | # CONFIG_DEBUG_LIST is not set |
| 816 | # CONFIG_DEBUG_SG is not set | 854 | # CONFIG_DEBUG_SG is not set |
| 817 | # CONFIG_BOOT_PRINTK_DELAY is not set | 855 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 818 | # CONFIG_RCU_TORTURE_TEST is not set | 856 | # CONFIG_RCU_TORTURE_TEST is not set |
| 819 | # CONFIG_BACKTRACE_SELF_TEST is not set | 857 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 820 | # CONFIG_FAULT_INJECTION is not set | 858 | # CONFIG_FAULT_INJECTION is not set |
| 859 | # CONFIG_LATENCYTOP is not set | ||
| 860 | CONFIG_HAVE_FTRACE=y | ||
| 861 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 862 | # CONFIG_FTRACE is not set | ||
| 863 | # CONFIG_SCHED_TRACER is not set | ||
| 864 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 821 | # CONFIG_SAMPLES is not set | 865 | # CONFIG_SAMPLES is not set |
| 866 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 867 | # CONFIG_KGDB is not set | ||
| 822 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 868 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 823 | # CONFIG_DEBUG_STACK_USAGE is not set | 869 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 824 | # CONFIG_DEBUG_PAGEALLOC is not set | 870 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 825 | CONFIG_DEBUGGER=y | 871 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 826 | # CONFIG_KGDB is not set | 872 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 827 | # CONFIG_XMON is not set | 873 | # CONFIG_XMON is not set |
| 874 | # CONFIG_IRQSTACKS is not set | ||
| 828 | # CONFIG_VIRQ_DEBUG is not set | 875 | # CONFIG_VIRQ_DEBUG is not set |
| 829 | # CONFIG_BDI_SWITCH is not set | 876 | # CONFIG_BDI_SWITCH is not set |
| 830 | CONFIG_PPC_EARLY_DEBUG=y | 877 | CONFIG_PPC_EARLY_DEBUG=y |
| @@ -849,51 +896,85 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
| 849 | # CONFIG_SECURITY is not set | 896 | # CONFIG_SECURITY is not set |
| 850 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 897 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 851 | CONFIG_CRYPTO=y | 898 | CONFIG_CRYPTO=y |
| 899 | |||
| 900 | # | ||
| 901 | # Crypto core or helper | ||
| 902 | # | ||
| 852 | CONFIG_CRYPTO_ALGAPI=y | 903 | CONFIG_CRYPTO_ALGAPI=y |
| 853 | CONFIG_CRYPTO_BLKCIPHER=y | 904 | CONFIG_CRYPTO_BLKCIPHER=y |
| 854 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 855 | CONFIG_CRYPTO_MANAGER=y | 905 | CONFIG_CRYPTO_MANAGER=y |
| 906 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 907 | # CONFIG_CRYPTO_NULL is not set | ||
| 908 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 909 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 910 | # CONFIG_CRYPTO_TEST is not set | ||
| 911 | |||
| 912 | # | ||
| 913 | # Authenticated Encryption with Associated Data | ||
| 914 | # | ||
| 915 | # CONFIG_CRYPTO_CCM is not set | ||
| 916 | # CONFIG_CRYPTO_GCM is not set | ||
| 917 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 918 | |||
| 919 | # | ||
| 920 | # Block modes | ||
| 921 | # | ||
| 922 | CONFIG_CRYPTO_CBC=y | ||
| 923 | # CONFIG_CRYPTO_CTR is not set | ||
| 924 | # CONFIG_CRYPTO_CTS is not set | ||
| 925 | CONFIG_CRYPTO_ECB=y | ||
| 926 | # CONFIG_CRYPTO_LRW is not set | ||
| 927 | CONFIG_CRYPTO_PCBC=y | ||
| 928 | # CONFIG_CRYPTO_XTS is not set | ||
| 929 | |||
| 930 | # | ||
| 931 | # Hash modes | ||
| 932 | # | ||
| 856 | # CONFIG_CRYPTO_HMAC is not set | 933 | # CONFIG_CRYPTO_HMAC is not set |
| 857 | # CONFIG_CRYPTO_XCBC is not set | 934 | # CONFIG_CRYPTO_XCBC is not set |
| 858 | # CONFIG_CRYPTO_NULL is not set | 935 | |
| 936 | # | ||
| 937 | # Digest | ||
| 938 | # | ||
| 939 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 859 | # CONFIG_CRYPTO_MD4 is not set | 940 | # CONFIG_CRYPTO_MD4 is not set |
| 860 | CONFIG_CRYPTO_MD5=y | 941 | CONFIG_CRYPTO_MD5=y |
| 942 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 943 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 944 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 945 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 946 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 861 | # CONFIG_CRYPTO_SHA1 is not set | 947 | # CONFIG_CRYPTO_SHA1 is not set |
| 862 | # CONFIG_CRYPTO_SHA256 is not set | 948 | # CONFIG_CRYPTO_SHA256 is not set |
| 863 | # CONFIG_CRYPTO_SHA512 is not set | 949 | # CONFIG_CRYPTO_SHA512 is not set |
| 864 | # CONFIG_CRYPTO_WP512 is not set | ||
| 865 | # CONFIG_CRYPTO_TGR192 is not set | 950 | # CONFIG_CRYPTO_TGR192 is not set |
| 866 | # CONFIG_CRYPTO_GF128MUL is not set | 951 | # CONFIG_CRYPTO_WP512 is not set |
| 867 | CONFIG_CRYPTO_ECB=y | 952 | |
| 868 | CONFIG_CRYPTO_CBC=y | 953 | # |
| 869 | CONFIG_CRYPTO_PCBC=y | 954 | # Ciphers |
| 870 | # CONFIG_CRYPTO_LRW is not set | 955 | # |
| 871 | # CONFIG_CRYPTO_XTS is not set | ||
| 872 | # CONFIG_CRYPTO_CTR is not set | ||
| 873 | # CONFIG_CRYPTO_GCM is not set | ||
| 874 | # CONFIG_CRYPTO_CCM is not set | ||
| 875 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 876 | CONFIG_CRYPTO_DES=y | ||
| 877 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 878 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 879 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 880 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 881 | # CONFIG_CRYPTO_AES is not set | 956 | # CONFIG_CRYPTO_AES is not set |
| 957 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 958 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 959 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 960 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 882 | # CONFIG_CRYPTO_CAST5 is not set | 961 | # CONFIG_CRYPTO_CAST5 is not set |
| 883 | # CONFIG_CRYPTO_CAST6 is not set | 962 | # CONFIG_CRYPTO_CAST6 is not set |
| 884 | # CONFIG_CRYPTO_TEA is not set | 963 | CONFIG_CRYPTO_DES=y |
| 885 | # CONFIG_CRYPTO_ARC4 is not set | 964 | # CONFIG_CRYPTO_FCRYPT is not set |
| 886 | # CONFIG_CRYPTO_KHAZAD is not set | 965 | # CONFIG_CRYPTO_KHAZAD is not set |
| 887 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 888 | # CONFIG_CRYPTO_SEED is not set | ||
| 889 | # CONFIG_CRYPTO_SALSA20 is not set | 966 | # CONFIG_CRYPTO_SALSA20 is not set |
| 967 | # CONFIG_CRYPTO_SEED is not set | ||
| 968 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 969 | # CONFIG_CRYPTO_TEA is not set | ||
| 970 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 971 | |||
| 972 | # | ||
| 973 | # Compression | ||
| 974 | # | ||
| 890 | # CONFIG_CRYPTO_DEFLATE is not set | 975 | # CONFIG_CRYPTO_DEFLATE is not set |
| 891 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 892 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 893 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 894 | # CONFIG_CRYPTO_TEST is not set | ||
| 895 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 896 | # CONFIG_CRYPTO_LZO is not set | 976 | # CONFIG_CRYPTO_LZO is not set |
| 897 | CONFIG_CRYPTO_HW=y | 977 | CONFIG_CRYPTO_HW=y |
| 898 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 978 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 899 | # CONFIG_PPC_CLOCK is not set | 979 | # CONFIG_PPC_CLOCK is not set |
| 980 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/sam440ep_defconfig b/arch/powerpc/configs/44x/sam440ep_defconfig index 9ce5cbc2a4e7..0ed2de05f4e8 100644 --- a/arch/powerpc/configs/44x/sam440ep_defconfig +++ b/arch/powerpc/configs/44x/sam440ep_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Mon May 5 13:43:02 2008 | 4 | # Tue Aug 5 09:12:48 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,9 +30,11 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 36 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 38 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -116,15 +118,22 @@ CONFIG_SLUB=y | |||
| 116 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 117 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 118 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 119 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
| 125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 121 | # CONFIG_HAVE_DMA_ATTRS is not set | 126 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 128 | # CONFIG_HAVE_CLK is not set | ||
| 122 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 123 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 124 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 125 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| 126 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
| 127 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
| 136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 128 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
| 129 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 130 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
| @@ -135,6 +144,7 @@ CONFIG_BLOCK=y | |||
| 135 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 136 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
| 137 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
| 147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 138 | 148 | ||
| 139 | # | 149 | # |
| 140 | # IO Schedulers | 150 | # IO Schedulers |
| @@ -154,8 +164,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 154 | # | 164 | # |
| 155 | # Platform support | 165 | # Platform support |
| 156 | # | 166 | # |
| 157 | # CONFIG_PPC_MPC512x is not set | ||
| 158 | # CONFIG_PPC_MPC5121 is not set | ||
| 159 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 161 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| @@ -169,6 +177,7 @@ CONFIG_SAM440EP=y | |||
| 169 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
| 170 | # CONFIG_CANYONLANDS is not set | 178 | # CONFIG_CANYONLANDS is not set |
| 171 | # CONFIG_YOSEMITE is not set | 179 | # CONFIG_YOSEMITE is not set |
| 180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 172 | CONFIG_440EP=y | 181 | CONFIG_440EP=y |
| 173 | CONFIG_IBM440EP_ERR42=y | 182 | CONFIG_IBM440EP_ERR42=y |
| 174 | # CONFIG_IPIC is not set | 183 | # CONFIG_IPIC is not set |
| @@ -220,6 +229,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 220 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 221 | CONFIG_PAGEFLAGS_EXTENDED=y | 230 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 222 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 232 | CONFIG_MIGRATION=y | ||
| 223 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
| 224 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
| 225 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
| @@ -228,6 +238,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11 | |||
| 228 | CONFIG_PROC_DEVICETREE=y | 238 | CONFIG_PROC_DEVICETREE=y |
| 229 | CONFIG_CMDLINE_BOOL=y | 239 | CONFIG_CMDLINE_BOOL=y |
| 230 | CONFIG_CMDLINE="" | 240 | CONFIG_CMDLINE="" |
| 241 | CONFIG_EXTRA_TARGETS="" | ||
| 231 | CONFIG_SECCOMP=y | 242 | CONFIG_SECCOMP=y |
| 232 | CONFIG_ISA_DMA_API=y | 243 | CONFIG_ISA_DMA_API=y |
| 233 | 244 | ||
| @@ -237,6 +248,7 @@ CONFIG_ISA_DMA_API=y | |||
| 237 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_4xx_SOC=y | 250 | CONFIG_4xx_SOC=y |
| 251 | CONFIG_PPC_PCI_CHOICE=y | ||
| 240 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
| 241 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
| 242 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
| @@ -263,10 +275,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 263 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
| 264 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
| 265 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 266 | |||
| 267 | # | ||
| 268 | # Networking | ||
| 269 | # | ||
| 270 | CONFIG_NET=y | 278 | CONFIG_NET=y |
| 271 | 279 | ||
| 272 | # | 280 | # |
| @@ -353,6 +361,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 353 | CONFIG_STANDALONE=y | 361 | CONFIG_STANDALONE=y |
| 354 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 362 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 355 | CONFIG_FW_LOADER=y | 363 | CONFIG_FW_LOADER=y |
| 364 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 365 | CONFIG_EXTRA_FIRMWARE="" | ||
| 356 | # CONFIG_SYS_HYPERVISOR is not set | 366 | # CONFIG_SYS_HYPERVISOR is not set |
| 357 | CONFIG_CONNECTOR=y | 367 | CONFIG_CONNECTOR=y |
| 358 | CONFIG_PROC_EVENTS=y | 368 | CONFIG_PROC_EVENTS=y |
| @@ -379,6 +389,7 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 379 | # CONFIG_CDROM_PKTCDVD is not set | 389 | # CONFIG_CDROM_PKTCDVD is not set |
| 380 | # CONFIG_ATA_OVER_ETH is not set | 390 | # CONFIG_ATA_OVER_ETH is not set |
| 381 | # CONFIG_XILINX_SYSACE is not set | 391 | # CONFIG_XILINX_SYSACE is not set |
| 392 | # CONFIG_BLK_DEV_HD is not set | ||
| 382 | # CONFIG_MISC_DEVICES is not set | 393 | # CONFIG_MISC_DEVICES is not set |
| 383 | CONFIG_HAVE_IDE=y | 394 | CONFIG_HAVE_IDE=y |
| 384 | # CONFIG_IDE is not set | 395 | # CONFIG_IDE is not set |
| @@ -422,6 +433,7 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 422 | # CONFIG_SCSI_SAS_LIBSAS is not set | 433 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 423 | # CONFIG_SCSI_SRP_ATTRS is not set | 434 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 424 | # CONFIG_SCSI_LOWLEVEL is not set | 435 | # CONFIG_SCSI_LOWLEVEL is not set |
| 436 | # CONFIG_SCSI_DH is not set | ||
| 425 | CONFIG_ATA=y | 437 | CONFIG_ATA=y |
| 426 | # CONFIG_ATA_NONSTANDARD is not set | 438 | # CONFIG_ATA_NONSTANDARD is not set |
| 427 | # CONFIG_SATA_PMP is not set | 439 | # CONFIG_SATA_PMP is not set |
| @@ -481,18 +493,22 @@ CONFIG_SATA_SIL=y | |||
| 481 | # CONFIG_PATA_VIA is not set | 493 | # CONFIG_PATA_VIA is not set |
| 482 | # CONFIG_PATA_WINBOND is not set | 494 | # CONFIG_PATA_WINBOND is not set |
| 483 | # CONFIG_PATA_PLATFORM is not set | 495 | # CONFIG_PATA_PLATFORM is not set |
| 496 | # CONFIG_PATA_SCH is not set | ||
| 484 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
| 485 | # CONFIG_FUSION is not set | 498 | # CONFIG_FUSION is not set |
| 486 | 499 | ||
| 487 | # | 500 | # |
| 488 | # IEEE 1394 (FireWire) support | 501 | # IEEE 1394 (FireWire) support |
| 489 | # | 502 | # |
| 503 | |||
| 504 | # | ||
| 505 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 506 | # | ||
| 490 | # CONFIG_FIREWIRE is not set | 507 | # CONFIG_FIREWIRE is not set |
| 491 | # CONFIG_IEEE1394 is not set | 508 | # CONFIG_IEEE1394 is not set |
| 492 | # CONFIG_I2O is not set | 509 | # CONFIG_I2O is not set |
| 493 | # CONFIG_MACINTOSH_DRIVERS is not set | 510 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 494 | CONFIG_NETDEVICES=y | 511 | CONFIG_NETDEVICES=y |
| 495 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 496 | # CONFIG_DUMMY is not set | 512 | # CONFIG_DUMMY is not set |
| 497 | # CONFIG_BONDING is not set | 513 | # CONFIG_BONDING is not set |
| 498 | # CONFIG_MACVLAN is not set | 514 | # CONFIG_MACVLAN is not set |
| @@ -531,7 +547,6 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
| 531 | # | 547 | # |
| 532 | # CONFIG_WLAN_PRE80211 is not set | 548 | # CONFIG_WLAN_PRE80211 is not set |
| 533 | # CONFIG_WLAN_80211 is not set | 549 | # CONFIG_WLAN_80211 is not set |
| 534 | # CONFIG_IWLWIFI is not set | ||
| 535 | # CONFIG_IWLWIFI_LEDS is not set | 550 | # CONFIG_IWLWIFI_LEDS is not set |
| 536 | 551 | ||
| 537 | # | 552 | # |
| @@ -607,12 +622,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 607 | # CONFIG_SERIO_PCIPS2 is not set | 622 | # CONFIG_SERIO_PCIPS2 is not set |
| 608 | CONFIG_SERIO_LIBPS2=y | 623 | CONFIG_SERIO_LIBPS2=y |
| 609 | # CONFIG_SERIO_RAW is not set | 624 | # CONFIG_SERIO_RAW is not set |
| 625 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 610 | # CONFIG_GAMEPORT is not set | 626 | # CONFIG_GAMEPORT is not set |
| 611 | 627 | ||
| 612 | # | 628 | # |
| 613 | # Character devices | 629 | # Character devices |
| 614 | # | 630 | # |
| 615 | CONFIG_VT=y | 631 | CONFIG_VT=y |
| 632 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 616 | CONFIG_VT_CONSOLE=y | 633 | CONFIG_VT_CONSOLE=y |
| 617 | CONFIG_HW_CONSOLE=y | 634 | CONFIG_HW_CONSOLE=y |
| 618 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 635 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -661,40 +678,60 @@ CONFIG_I2C_ALGOBIT=y | |||
| 661 | # | 678 | # |
| 662 | # I2C Hardware Bus support | 679 | # I2C Hardware Bus support |
| 663 | # | 680 | # |
| 681 | |||
| 682 | # | ||
| 683 | # PC SMBus host controller drivers | ||
| 684 | # | ||
| 664 | # CONFIG_I2C_ALI1535 is not set | 685 | # CONFIG_I2C_ALI1535 is not set |
| 665 | # CONFIG_I2C_ALI1563 is not set | 686 | # CONFIG_I2C_ALI1563 is not set |
| 666 | # CONFIG_I2C_ALI15X3 is not set | 687 | # CONFIG_I2C_ALI15X3 is not set |
| 667 | # CONFIG_I2C_AMD756 is not set | 688 | # CONFIG_I2C_AMD756 is not set |
| 668 | # CONFIG_I2C_AMD8111 is not set | 689 | # CONFIG_I2C_AMD8111 is not set |
| 669 | # CONFIG_I2C_I801 is not set | 690 | # CONFIG_I2C_I801 is not set |
| 670 | # CONFIG_I2C_I810 is not set | 691 | # CONFIG_I2C_ISCH is not set |
| 671 | # CONFIG_I2C_PIIX4 is not set | 692 | # CONFIG_I2C_PIIX4 is not set |
| 672 | CONFIG_I2C_IBM_IIC=y | ||
| 673 | # CONFIG_I2C_MPC is not set | ||
| 674 | # CONFIG_I2C_NFORCE2 is not set | 693 | # CONFIG_I2C_NFORCE2 is not set |
| 675 | # CONFIG_I2C_OCORES is not set | ||
| 676 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 677 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 678 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 679 | # CONFIG_I2C_SIMTEC is not set | ||
| 680 | # CONFIG_I2C_SIS5595 is not set | 694 | # CONFIG_I2C_SIS5595 is not set |
| 681 | # CONFIG_I2C_SIS630 is not set | 695 | # CONFIG_I2C_SIS630 is not set |
| 682 | # CONFIG_I2C_SIS96X is not set | 696 | # CONFIG_I2C_SIS96X is not set |
| 683 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 684 | # CONFIG_I2C_STUB is not set | ||
| 685 | # CONFIG_I2C_TINY_USB is not set | ||
| 686 | # CONFIG_I2C_VIA is not set | 697 | # CONFIG_I2C_VIA is not set |
| 687 | # CONFIG_I2C_VIAPRO is not set | 698 | # CONFIG_I2C_VIAPRO is not set |
| 699 | |||
| 700 | # | ||
| 701 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 702 | # | ||
| 703 | CONFIG_I2C_IBM_IIC=y | ||
| 704 | # CONFIG_I2C_MPC is not set | ||
| 705 | # CONFIG_I2C_OCORES is not set | ||
| 706 | # CONFIG_I2C_SIMTEC is not set | ||
| 707 | |||
| 708 | # | ||
| 709 | # External I2C/SMBus adapter drivers | ||
| 710 | # | ||
| 711 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 712 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 713 | # CONFIG_I2C_TINY_USB is not set | ||
| 714 | |||
| 715 | # | ||
| 716 | # Graphics adapter I2C/DDC channel drivers | ||
| 717 | # | ||
| 688 | # CONFIG_I2C_VOODOO3 is not set | 718 | # CONFIG_I2C_VOODOO3 is not set |
| 719 | |||
| 720 | # | ||
| 721 | # Other I2C/SMBus bus drivers | ||
| 722 | # | ||
| 689 | # CONFIG_I2C_PCA_PLATFORM is not set | 723 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 724 | # CONFIG_I2C_STUB is not set | ||
| 690 | 725 | ||
| 691 | # | 726 | # |
| 692 | # Miscellaneous I2C Chip support | 727 | # Miscellaneous I2C Chip support |
| 693 | # | 728 | # |
| 694 | # CONFIG_DS1682 is not set | 729 | # CONFIG_DS1682 is not set |
| 730 | # CONFIG_AT24 is not set | ||
| 695 | # CONFIG_SENSORS_EEPROM is not set | 731 | # CONFIG_SENSORS_EEPROM is not set |
| 696 | # CONFIG_SENSORS_PCF8574 is not set | 732 | # CONFIG_SENSORS_PCF8574 is not set |
| 697 | # CONFIG_PCF8575 is not set | 733 | # CONFIG_PCF8575 is not set |
| 734 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 698 | # CONFIG_SENSORS_PCF8591 is not set | 735 | # CONFIG_SENSORS_PCF8591 is not set |
| 699 | # CONFIG_SENSORS_MAX6875 is not set | 736 | # CONFIG_SENSORS_MAX6875 is not set |
| 700 | # CONFIG_SENSORS_TSL2550 is not set | 737 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -703,10 +740,13 @@ CONFIG_I2C_IBM_IIC=y | |||
| 703 | # CONFIG_I2C_DEBUG_BUS is not set | 740 | # CONFIG_I2C_DEBUG_BUS is not set |
| 704 | # CONFIG_I2C_DEBUG_CHIP is not set | 741 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 705 | # CONFIG_SPI is not set | 742 | # CONFIG_SPI is not set |
| 743 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 744 | # CONFIG_GPIOLIB is not set | ||
| 706 | # CONFIG_W1 is not set | 745 | # CONFIG_W1 is not set |
| 707 | # CONFIG_POWER_SUPPLY is not set | 746 | # CONFIG_POWER_SUPPLY is not set |
| 708 | # CONFIG_HWMON is not set | 747 | # CONFIG_HWMON is not set |
| 709 | # CONFIG_THERMAL is not set | 748 | # CONFIG_THERMAL is not set |
| 749 | # CONFIG_THERMAL_HWMON is not set | ||
| 710 | # CONFIG_WATCHDOG is not set | 750 | # CONFIG_WATCHDOG is not set |
| 711 | 751 | ||
| 712 | # | 752 | # |
| @@ -718,6 +758,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 718 | # | 758 | # |
| 719 | # Multifunction device drivers | 759 | # Multifunction device drivers |
| 720 | # | 760 | # |
| 761 | # CONFIG_MFD_CORE is not set | ||
| 721 | # CONFIG_MFD_SM501 is not set | 762 | # CONFIG_MFD_SM501 is not set |
| 722 | # CONFIG_HTC_PASIC3 is not set | 763 | # CONFIG_HTC_PASIC3 is not set |
| 723 | 764 | ||
| @@ -730,6 +771,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 730 | # | 771 | # |
| 731 | # CONFIG_VIDEO_DEV is not set | 772 | # CONFIG_VIDEO_DEV is not set |
| 732 | # CONFIG_DVB_CORE is not set | 773 | # CONFIG_DVB_CORE is not set |
| 774 | # CONFIG_VIDEO_MEDIA is not set | ||
| 733 | 775 | ||
| 734 | # | 776 | # |
| 735 | # Multimedia drivers | 777 | # Multimedia drivers |
| @@ -755,7 +797,6 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
| 755 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 797 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
| 756 | # CONFIG_FB_FOREIGN_ENDIAN is not set | 798 | # CONFIG_FB_FOREIGN_ENDIAN is not set |
| 757 | # CONFIG_FB_SYS_FOPS is not set | 799 | # CONFIG_FB_SYS_FOPS is not set |
| 758 | CONFIG_FB_DEFERRED_IO=y | ||
| 759 | # CONFIG_FB_SVGALIB is not set | 800 | # CONFIG_FB_SVGALIB is not set |
| 760 | CONFIG_FB_MACMODES=y | 801 | CONFIG_FB_MACMODES=y |
| 761 | CONFIG_FB_BACKLIGHT=y | 802 | CONFIG_FB_BACKLIGHT=y |
| @@ -795,10 +836,13 @@ CONFIG_FB_RADEON_BACKLIGHT=y | |||
| 795 | # CONFIG_FB_TRIDENT is not set | 836 | # CONFIG_FB_TRIDENT is not set |
| 796 | # CONFIG_FB_ARK is not set | 837 | # CONFIG_FB_ARK is not set |
| 797 | # CONFIG_FB_PM3 is not set | 838 | # CONFIG_FB_PM3 is not set |
| 839 | # CONFIG_FB_CARMINE is not set | ||
| 798 | # CONFIG_FB_IBM_GXT4500 is not set | 840 | # CONFIG_FB_IBM_GXT4500 is not set |
| 799 | # CONFIG_FB_VIRTUAL is not set | 841 | # CONFIG_FB_VIRTUAL is not set |
| 800 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 842 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
| 801 | CONFIG_LCD_CLASS_DEVICE=y | 843 | CONFIG_LCD_CLASS_DEVICE=y |
| 844 | # CONFIG_LCD_ILI9320 is not set | ||
| 845 | # CONFIG_LCD_PLATFORM is not set | ||
| 802 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 846 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
| 803 | # CONFIG_BACKLIGHT_CORGI is not set | 847 | # CONFIG_BACKLIGHT_CORGI is not set |
| 804 | 848 | ||
| @@ -821,10 +865,6 @@ CONFIG_LOGO=y | |||
| 821 | CONFIG_LOGO_LINUX_MONO=y | 865 | CONFIG_LOGO_LINUX_MONO=y |
| 822 | CONFIG_LOGO_LINUX_VGA16=y | 866 | CONFIG_LOGO_LINUX_VGA16=y |
| 823 | CONFIG_LOGO_LINUX_CLUT224=y | 867 | CONFIG_LOGO_LINUX_CLUT224=y |
| 824 | |||
| 825 | # | ||
| 826 | # Sound | ||
| 827 | # | ||
| 828 | # CONFIG_SOUND is not set | 868 | # CONFIG_SOUND is not set |
| 829 | CONFIG_HID_SUPPORT=y | 869 | CONFIG_HID_SUPPORT=y |
| 830 | CONFIG_HID=y | 870 | CONFIG_HID=y |
| @@ -859,11 +899,13 @@ CONFIG_USB_DEVICEFS=y | |||
| 859 | # | 899 | # |
| 860 | # USB Host Controller Drivers | 900 | # USB Host Controller Drivers |
| 861 | # | 901 | # |
| 902 | # CONFIG_USB_C67X00_HCD is not set | ||
| 862 | CONFIG_USB_EHCI_HCD=m | 903 | CONFIG_USB_EHCI_HCD=m |
| 863 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 904 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
| 864 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 905 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
| 865 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 906 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
| 866 | # CONFIG_USB_ISP116X_HCD is not set | 907 | # CONFIG_USB_ISP116X_HCD is not set |
| 908 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 867 | CONFIG_USB_OHCI_HCD=y | 909 | CONFIG_USB_OHCI_HCD=y |
| 868 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 910 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
| 869 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 911 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
| @@ -881,6 +923,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 881 | # | 923 | # |
| 882 | # CONFIG_USB_ACM is not set | 924 | # CONFIG_USB_ACM is not set |
| 883 | # CONFIG_USB_PRINTER is not set | 925 | # CONFIG_USB_PRINTER is not set |
| 926 | # CONFIG_USB_WDM is not set | ||
| 884 | 927 | ||
| 885 | # | 928 | # |
| 886 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 929 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -900,6 +943,7 @@ CONFIG_USB_STORAGE=m | |||
| 900 | # CONFIG_USB_STORAGE_SDDR55 is not set | 943 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 901 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 944 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 902 | # CONFIG_USB_STORAGE_ALAUDA is not set | 945 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 946 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 903 | # CONFIG_USB_STORAGE_KARMA is not set | 947 | # CONFIG_USB_STORAGE_KARMA is not set |
| 904 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 948 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 905 | # CONFIG_USB_LIBUSUAL is not set | 949 | # CONFIG_USB_LIBUSUAL is not set |
| @@ -939,6 +983,7 @@ CONFIG_USB_STORAGE=m | |||
| 939 | # CONFIG_USB_TRANCEVIBRATOR is not set | 983 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 940 | # CONFIG_USB_IOWARRIOR is not set | 984 | # CONFIG_USB_IOWARRIOR is not set |
| 941 | # CONFIG_USB_TEST is not set | 985 | # CONFIG_USB_TEST is not set |
| 986 | # CONFIG_USB_ISIGHTFW is not set | ||
| 942 | # CONFIG_USB_GADGET is not set | 987 | # CONFIG_USB_GADGET is not set |
| 943 | # CONFIG_MMC is not set | 988 | # CONFIG_MMC is not set |
| 944 | # CONFIG_MEMSTICK is not set | 989 | # CONFIG_MEMSTICK is not set |
| @@ -976,6 +1021,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 976 | CONFIG_RTC_DRV_M41T80=y | 1021 | CONFIG_RTC_DRV_M41T80=y |
| 977 | CONFIG_RTC_DRV_M41T80_WDT=y | 1022 | CONFIG_RTC_DRV_M41T80_WDT=y |
| 978 | # CONFIG_RTC_DRV_S35390A is not set | 1023 | # CONFIG_RTC_DRV_S35390A is not set |
| 1024 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 979 | 1025 | ||
| 980 | # | 1026 | # |
| 981 | # SPI RTC drivers | 1027 | # SPI RTC drivers |
| @@ -996,6 +1042,7 @@ CONFIG_RTC_DRV_M41T80_WDT=y | |||
| 996 | # | 1042 | # |
| 997 | # on-CPU RTC drivers | 1043 | # on-CPU RTC drivers |
| 998 | # | 1044 | # |
| 1045 | # CONFIG_RTC_DRV_PPC is not set | ||
| 999 | # CONFIG_DMADEVICES is not set | 1046 | # CONFIG_DMADEVICES is not set |
| 1000 | # CONFIG_UIO is not set | 1047 | # CONFIG_UIO is not set |
| 1001 | 1048 | ||
| @@ -1074,6 +1121,7 @@ CONFIG_AFFS_FS=m | |||
| 1074 | # CONFIG_CRAMFS is not set | 1121 | # CONFIG_CRAMFS is not set |
| 1075 | # CONFIG_VXFS_FS is not set | 1122 | # CONFIG_VXFS_FS is not set |
| 1076 | # CONFIG_MINIX_FS is not set | 1123 | # CONFIG_MINIX_FS is not set |
| 1124 | # CONFIG_OMFS_FS is not set | ||
| 1077 | # CONFIG_HPFS_FS is not set | 1125 | # CONFIG_HPFS_FS is not set |
| 1078 | # CONFIG_QNX4FS_FS is not set | 1126 | # CONFIG_QNX4FS_FS is not set |
| 1079 | # CONFIG_ROMFS_FS is not set | 1127 | # CONFIG_ROMFS_FS is not set |
| @@ -1151,6 +1199,7 @@ CONFIG_BITREVERSE=y | |||
| 1151 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1199 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1152 | # CONFIG_CRC_CCITT is not set | 1200 | # CONFIG_CRC_CCITT is not set |
| 1153 | # CONFIG_CRC16 is not set | 1201 | # CONFIG_CRC16 is not set |
| 1202 | CONFIG_CRC_T10DIF=y | ||
| 1154 | CONFIG_CRC_ITU_T=y | 1203 | CONFIG_CRC_ITU_T=y |
| 1155 | CONFIG_CRC32=y | 1204 | CONFIG_CRC32=y |
| 1156 | # CONFIG_CRC7 is not set | 1205 | # CONFIG_CRC7 is not set |
| @@ -1177,7 +1226,15 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 1177 | # CONFIG_SLUB_DEBUG_ON is not set | 1226 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1178 | # CONFIG_SLUB_STATS is not set | 1227 | # CONFIG_SLUB_STATS is not set |
| 1179 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1228 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1229 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1230 | # CONFIG_LATENCYTOP is not set | ||
| 1231 | CONFIG_HAVE_FTRACE=y | ||
| 1232 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1233 | # CONFIG_FTRACE is not set | ||
| 1234 | # CONFIG_SCHED_TRACER is not set | ||
| 1235 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1180 | # CONFIG_SAMPLES is not set | 1236 | # CONFIG_SAMPLES is not set |
| 1237 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1181 | # CONFIG_IRQSTACKS is not set | 1238 | # CONFIG_IRQSTACKS is not set |
| 1182 | # CONFIG_PPC_EARLY_DEBUG is not set | 1239 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1183 | 1240 | ||
diff --git a/arch/powerpc/configs/44x/sequoia_defconfig b/arch/powerpc/configs/44x/sequoia_defconfig index dd5d6303c396..e40b1023265c 100644 --- a/arch/powerpc/configs/44x/sequoia_defconfig +++ b/arch/powerpc/configs/44x/sequoia_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:53:46 2008 | 4 | # Tue Aug 5 09:15:13 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 38 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -79,6 +83,7 @@ CONFIG_GROUP_SCHED=y | |||
| 79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
| 80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
| 81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
| 86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
| 83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
| 84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
| @@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
| 92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -112,13 +118,22 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 114 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 124 | CONFIG_HAVE_KRETPROBES=y | ||
| 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 | ||
| 116 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 117 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 118 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 119 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| 120 | CONFIG_BASE_SMALL=0 | 134 | CONFIG_BASE_SMALL=0 |
| 121 | CONFIG_MODULES=y | 135 | CONFIG_MODULES=y |
| 136 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 122 | CONFIG_MODULE_UNLOAD=y | 137 | CONFIG_MODULE_UNLOAD=y |
| 123 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 138 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 124 | # CONFIG_MODVERSIONS is not set | 139 | # CONFIG_MODVERSIONS is not set |
| @@ -129,6 +144,7 @@ CONFIG_LBD=y | |||
| 129 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 130 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
| 131 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
| 147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 132 | 148 | ||
| 133 | # | 149 | # |
| 134 | # IO Schedulers | 150 | # IO Schedulers |
| @@ -143,24 +159,25 @@ CONFIG_DEFAULT_AS=y | |||
| 143 | # CONFIG_DEFAULT_NOOP is not set | 159 | # CONFIG_DEFAULT_NOOP is not set |
| 144 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 160 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 145 | CONFIG_CLASSIC_RCU=y | 161 | CONFIG_CLASSIC_RCU=y |
| 146 | # CONFIG_PREEMPT_RCU is not set | ||
| 147 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 162 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 148 | 163 | ||
| 149 | # | 164 | # |
| 150 | # Platform support | 165 | # Platform support |
| 151 | # | 166 | # |
| 152 | # CONFIG_PPC_MPC512x is not set | ||
| 153 | # CONFIG_PPC_MPC5121 is not set | ||
| 154 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 155 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 156 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| 157 | # CONFIG_BAMBOO is not set | 170 | # CONFIG_BAMBOO is not set |
| 158 | # CONFIG_EBONY is not set | 171 | # CONFIG_EBONY is not set |
| 172 | # CONFIG_SAM440EP is not set | ||
| 159 | CONFIG_SEQUOIA=y | 173 | CONFIG_SEQUOIA=y |
| 160 | # CONFIG_TAISHAN is not set | 174 | # CONFIG_TAISHAN is not set |
| 161 | # CONFIG_KATMAI is not set | 175 | # CONFIG_KATMAI is not set |
| 162 | # CONFIG_RAINIER is not set | 176 | # CONFIG_RAINIER is not set |
| 163 | # CONFIG_WARP is not set | 177 | # CONFIG_WARP is not set |
| 178 | # CONFIG_CANYONLANDS is not set | ||
| 179 | # CONFIG_YOSEMITE is not set | ||
| 180 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 164 | CONFIG_440EPX=y | 181 | CONFIG_440EPX=y |
| 165 | # CONFIG_IPIC is not set | 182 | # CONFIG_IPIC is not set |
| 166 | # CONFIG_MPIC is not set | 183 | # CONFIG_MPIC is not set |
| @@ -192,7 +209,6 @@ CONFIG_HZ=250 | |||
| 192 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
| 193 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 194 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
| 195 | CONFIG_RCU_TRACE=y | ||
| 196 | CONFIG_BINFMT_ELF=y | 212 | CONFIG_BINFMT_ELF=y |
| 197 | # CONFIG_BINFMT_MISC is not set | 213 | # CONFIG_BINFMT_MISC is not set |
| 198 | # CONFIG_MATH_EMULATION is not set | 214 | # CONFIG_MATH_EMULATION is not set |
| @@ -210,14 +226,18 @@ CONFIG_FLATMEM=y | |||
| 210 | CONFIG_FLAT_NODE_MEM_MAP=y | 226 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 211 | # CONFIG_SPARSEMEM_STATIC is not set | 227 | # CONFIG_SPARSEMEM_STATIC is not set |
| 212 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 229 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 213 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 231 | CONFIG_MIGRATION=y | ||
| 214 | CONFIG_RESOURCES_64BIT=y | 232 | CONFIG_RESOURCES_64BIT=y |
| 215 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
| 216 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
| 217 | CONFIG_VIRT_TO_BUS=y | 235 | CONFIG_VIRT_TO_BUS=y |
| 236 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 218 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
| 219 | CONFIG_CMDLINE_BOOL=y | 238 | CONFIG_CMDLINE_BOOL=y |
| 220 | CONFIG_CMDLINE="" | 239 | CONFIG_CMDLINE="" |
| 240 | CONFIG_EXTRA_TARGETS="" | ||
| 221 | CONFIG_SECCOMP=y | 241 | CONFIG_SECCOMP=y |
| 222 | CONFIG_ISA_DMA_API=y | 242 | CONFIG_ISA_DMA_API=y |
| 223 | 243 | ||
| @@ -226,6 +246,8 @@ CONFIG_ISA_DMA_API=y | |||
| 226 | # | 246 | # |
| 227 | CONFIG_ZONE_DMA=y | 247 | CONFIG_ZONE_DMA=y |
| 228 | CONFIG_PPC_INDIRECT_PCI=y | 248 | CONFIG_PPC_INDIRECT_PCI=y |
| 249 | CONFIG_4xx_SOC=y | ||
| 250 | CONFIG_PPC_PCI_CHOICE=y | ||
| 229 | CONFIG_PCI=y | 251 | CONFIG_PCI=y |
| 230 | CONFIG_PCI_DOMAINS=y | 252 | CONFIG_PCI_DOMAINS=y |
| 231 | CONFIG_PCI_SYSCALL=y | 253 | CONFIG_PCI_SYSCALL=y |
| @@ -236,6 +258,7 @@ CONFIG_PCI_LEGACY=y | |||
| 236 | # CONFIG_PCI_DEBUG is not set | 258 | # CONFIG_PCI_DEBUG is not set |
| 237 | # CONFIG_PCCARD is not set | 259 | # CONFIG_PCCARD is not set |
| 238 | # CONFIG_HOTPLUG_PCI is not set | 260 | # CONFIG_HOTPLUG_PCI is not set |
| 261 | # CONFIG_HAS_RAPIDIO is not set | ||
| 239 | 262 | ||
| 240 | # | 263 | # |
| 241 | # Advanced setup | 264 | # Advanced setup |
| @@ -245,17 +268,13 @@ CONFIG_PCI_LEGACY=y | |||
| 245 | # | 268 | # |
| 246 | # Default settings for advanced configuration options are used | 269 | # Default settings for advanced configuration options are used |
| 247 | # | 270 | # |
| 248 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 249 | CONFIG_LOWMEM_SIZE=0x30000000 | 271 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 272 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 250 | CONFIG_KERNEL_START=0xc0000000 | 273 | CONFIG_KERNEL_START=0xc0000000 |
| 274 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 251 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
| 252 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
| 253 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 254 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 255 | |||
| 256 | # | ||
| 257 | # Networking | ||
| 258 | # | ||
| 259 | CONFIG_NET=y | 278 | CONFIG_NET=y |
| 260 | 279 | ||
| 261 | # | 280 | # |
| @@ -293,8 +312,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 293 | CONFIG_DEFAULT_TCP_CONG="cubic" | 312 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 294 | # CONFIG_TCP_MD5SIG is not set | 313 | # CONFIG_TCP_MD5SIG is not set |
| 295 | # CONFIG_IPV6 is not set | 314 | # CONFIG_IPV6 is not set |
| 296 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 297 | # CONFIG_INET6_TUNNEL is not set | ||
| 298 | # CONFIG_NETWORK_SECMARK is not set | 315 | # CONFIG_NETWORK_SECMARK is not set |
| 299 | # CONFIG_NETFILTER is not set | 316 | # CONFIG_NETFILTER is not set |
| 300 | # CONFIG_IP_DCCP is not set | 317 | # CONFIG_IP_DCCP is not set |
| @@ -344,6 +361,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 344 | CONFIG_STANDALONE=y | 361 | CONFIG_STANDALONE=y |
| 345 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 362 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 346 | CONFIG_FW_LOADER=y | 363 | CONFIG_FW_LOADER=y |
| 364 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 365 | CONFIG_EXTRA_FIRMWARE="" | ||
| 347 | # CONFIG_DEBUG_DRIVER is not set | 366 | # CONFIG_DEBUG_DRIVER is not set |
| 348 | # CONFIG_DEBUG_DEVRES is not set | 367 | # CONFIG_DEBUG_DEVRES is not set |
| 349 | # CONFIG_SYS_HYPERVISOR is not set | 368 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -356,6 +375,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 356 | # CONFIG_MTD_REDBOOT_PARTS is not set | 375 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 357 | CONFIG_MTD_CMDLINE_PARTS=y | 376 | CONFIG_MTD_CMDLINE_PARTS=y |
| 358 | CONFIG_MTD_OF_PARTS=y | 377 | CONFIG_MTD_OF_PARTS=y |
| 378 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 359 | 379 | ||
| 360 | # | 380 | # |
| 361 | # User Modules And Translation Layers | 381 | # User Modules And Translation Layers |
| @@ -446,12 +466,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 446 | # CONFIG_CDROM_PKTCDVD is not set | 466 | # CONFIG_CDROM_PKTCDVD is not set |
| 447 | # CONFIG_ATA_OVER_ETH is not set | 467 | # CONFIG_ATA_OVER_ETH is not set |
| 448 | # CONFIG_XILINX_SYSACE is not set | 468 | # CONFIG_XILINX_SYSACE is not set |
| 469 | # CONFIG_BLK_DEV_HD is not set | ||
| 449 | CONFIG_MISC_DEVICES=y | 470 | CONFIG_MISC_DEVICES=y |
| 450 | # CONFIG_PHANTOM is not set | 471 | # CONFIG_PHANTOM is not set |
| 451 | # CONFIG_EEPROM_93CX6 is not set | 472 | # CONFIG_EEPROM_93CX6 is not set |
| 452 | # CONFIG_SGI_IOC4 is not set | 473 | # CONFIG_SGI_IOC4 is not set |
| 453 | # CONFIG_TIFM_CORE is not set | 474 | # CONFIG_TIFM_CORE is not set |
| 454 | # CONFIG_ENCLOSURE_SERVICES is not set | 475 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 476 | # CONFIG_HP_ILO is not set | ||
| 455 | CONFIG_HAVE_IDE=y | 477 | CONFIG_HAVE_IDE=y |
| 456 | # CONFIG_IDE is not set | 478 | # CONFIG_IDE is not set |
| 457 | 479 | ||
| @@ -469,12 +491,15 @@ CONFIG_HAVE_IDE=y | |||
| 469 | # | 491 | # |
| 470 | # IEEE 1394 (FireWire) support | 492 | # IEEE 1394 (FireWire) support |
| 471 | # | 493 | # |
| 494 | |||
| 495 | # | ||
| 496 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 497 | # | ||
| 472 | # CONFIG_FIREWIRE is not set | 498 | # CONFIG_FIREWIRE is not set |
| 473 | # CONFIG_IEEE1394 is not set | 499 | # CONFIG_IEEE1394 is not set |
| 474 | # CONFIG_I2O is not set | 500 | # CONFIG_I2O is not set |
| 475 | # CONFIG_MACINTOSH_DRIVERS is not set | 501 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 476 | CONFIG_NETDEVICES=y | 502 | CONFIG_NETDEVICES=y |
| 477 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 478 | # CONFIG_DUMMY is not set | 503 | # CONFIG_DUMMY is not set |
| 479 | # CONFIG_BONDING is not set | 504 | # CONFIG_BONDING is not set |
| 480 | # CONFIG_MACVLAN is not set | 505 | # CONFIG_MACVLAN is not set |
| @@ -509,7 +534,6 @@ CONFIG_NETDEV_1000=y | |||
| 509 | # CONFIG_DL2K is not set | 534 | # CONFIG_DL2K is not set |
| 510 | # CONFIG_E1000 is not set | 535 | # CONFIG_E1000 is not set |
| 511 | # CONFIG_E1000E is not set | 536 | # CONFIG_E1000E is not set |
| 512 | # CONFIG_E1000E_ENABLED is not set | ||
| 513 | # CONFIG_IP1000 is not set | 537 | # CONFIG_IP1000 is not set |
| 514 | # CONFIG_IGB is not set | 538 | # CONFIG_IGB is not set |
| 515 | # CONFIG_NS83820 is not set | 539 | # CONFIG_NS83820 is not set |
| @@ -519,12 +543,12 @@ CONFIG_NETDEV_1000=y | |||
| 519 | # CONFIG_SIS190 is not set | 543 | # CONFIG_SIS190 is not set |
| 520 | # CONFIG_SKGE is not set | 544 | # CONFIG_SKGE is not set |
| 521 | # CONFIG_SKY2 is not set | 545 | # CONFIG_SKY2 is not set |
| 522 | # CONFIG_SK98LIN is not set | ||
| 523 | # CONFIG_VIA_VELOCITY is not set | 546 | # CONFIG_VIA_VELOCITY is not set |
| 524 | # CONFIG_TIGON3 is not set | 547 | # CONFIG_TIGON3 is not set |
| 525 | # CONFIG_BNX2 is not set | 548 | # CONFIG_BNX2 is not set |
| 526 | # CONFIG_QLA3XXX is not set | 549 | # CONFIG_QLA3XXX is not set |
| 527 | # CONFIG_ATL1 is not set | 550 | # CONFIG_ATL1 is not set |
| 551 | # CONFIG_ATL1E is not set | ||
| 528 | CONFIG_NETDEV_10000=y | 552 | CONFIG_NETDEV_10000=y |
| 529 | # CONFIG_CHELSIO_T1 is not set | 553 | # CONFIG_CHELSIO_T1 is not set |
| 530 | # CONFIG_CHELSIO_T3 is not set | 554 | # CONFIG_CHELSIO_T3 is not set |
| @@ -537,6 +561,7 @@ CONFIG_NETDEV_10000=y | |||
| 537 | # CONFIG_MLX4_CORE is not set | 561 | # CONFIG_MLX4_CORE is not set |
| 538 | # CONFIG_TEHUTI is not set | 562 | # CONFIG_TEHUTI is not set |
| 539 | # CONFIG_BNX2X is not set | 563 | # CONFIG_BNX2X is not set |
| 564 | # CONFIG_SFC is not set | ||
| 540 | # CONFIG_TR is not set | 565 | # CONFIG_TR is not set |
| 541 | 566 | ||
| 542 | # | 567 | # |
| @@ -544,6 +569,7 @@ CONFIG_NETDEV_10000=y | |||
| 544 | # | 569 | # |
| 545 | # CONFIG_WLAN_PRE80211 is not set | 570 | # CONFIG_WLAN_PRE80211 is not set |
| 546 | # CONFIG_WLAN_80211 is not set | 571 | # CONFIG_WLAN_80211 is not set |
| 572 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 547 | # CONFIG_WAN is not set | 573 | # CONFIG_WAN is not set |
| 548 | # CONFIG_FDDI is not set | 574 | # CONFIG_FDDI is not set |
| 549 | # CONFIG_HIPPI is not set | 575 | # CONFIG_HIPPI is not set |
| @@ -570,6 +596,7 @@ CONFIG_NETDEV_10000=y | |||
| 570 | # Character devices | 596 | # Character devices |
| 571 | # | 597 | # |
| 572 | # CONFIG_VT is not set | 598 | # CONFIG_VT is not set |
| 599 | CONFIG_DEVKMEM=y | ||
| 573 | # CONFIG_SERIAL_NONSTANDARD is not set | 600 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 574 | # CONFIG_NOZOMI is not set | 601 | # CONFIG_NOZOMI is not set |
| 575 | 602 | ||
| @@ -608,12 +635,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 608 | # CONFIG_TCG_TPM is not set | 635 | # CONFIG_TCG_TPM is not set |
| 609 | CONFIG_DEVPORT=y | 636 | CONFIG_DEVPORT=y |
| 610 | # CONFIG_I2C is not set | 637 | # CONFIG_I2C is not set |
| 611 | |||
| 612 | # | ||
| 613 | # SPI support | ||
| 614 | # | ||
| 615 | # CONFIG_SPI is not set | 638 | # CONFIG_SPI is not set |
| 616 | # CONFIG_SPI_MASTER is not set | 639 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 640 | # CONFIG_GPIOLIB is not set | ||
| 617 | # CONFIG_W1 is not set | 641 | # CONFIG_W1 is not set |
| 618 | # CONFIG_POWER_SUPPLY is not set | 642 | # CONFIG_POWER_SUPPLY is not set |
| 619 | # CONFIG_HWMON is not set | 643 | # CONFIG_HWMON is not set |
| @@ -629,13 +653,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 629 | # | 653 | # |
| 630 | # Multifunction device drivers | 654 | # Multifunction device drivers |
| 631 | # | 655 | # |
| 656 | # CONFIG_MFD_CORE is not set | ||
| 632 | # CONFIG_MFD_SM501 is not set | 657 | # CONFIG_MFD_SM501 is not set |
| 658 | # CONFIG_HTC_PASIC3 is not set | ||
| 633 | 659 | ||
| 634 | # | 660 | # |
| 635 | # Multimedia devices | 661 | # Multimedia devices |
| 636 | # | 662 | # |
| 663 | |||
| 664 | # | ||
| 665 | # Multimedia core support | ||
| 666 | # | ||
| 637 | # CONFIG_VIDEO_DEV is not set | 667 | # CONFIG_VIDEO_DEV is not set |
| 638 | # CONFIG_DVB_CORE is not set | 668 | # CONFIG_DVB_CORE is not set |
| 669 | # CONFIG_VIDEO_MEDIA is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # Multimedia drivers | ||
| 673 | # | ||
| 639 | CONFIG_DAB=y | 674 | CONFIG_DAB=y |
| 640 | 675 | ||
| 641 | # | 676 | # |
| @@ -652,16 +687,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 652 | # Display device support | 687 | # Display device support |
| 653 | # | 688 | # |
| 654 | # CONFIG_DISPLAY_SUPPORT is not set | 689 | # CONFIG_DISPLAY_SUPPORT is not set |
| 655 | |||
| 656 | # | ||
| 657 | # Sound | ||
| 658 | # | ||
| 659 | # CONFIG_SOUND is not set | 690 | # CONFIG_SOUND is not set |
| 660 | CONFIG_USB_SUPPORT=y | 691 | CONFIG_USB_SUPPORT=y |
| 661 | CONFIG_USB_ARCH_HAS_HCD=y | 692 | CONFIG_USB_ARCH_HAS_HCD=y |
| 662 | CONFIG_USB_ARCH_HAS_OHCI=y | 693 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 663 | CONFIG_USB_ARCH_HAS_EHCI=y | 694 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 664 | # CONFIG_USB is not set | 695 | # CONFIG_USB is not set |
| 696 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 697 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 665 | 698 | ||
| 666 | # | 699 | # |
| 667 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 700 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -670,13 +703,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 670 | # CONFIG_MMC is not set | 703 | # CONFIG_MMC is not set |
| 671 | # CONFIG_MEMSTICK is not set | 704 | # CONFIG_MEMSTICK is not set |
| 672 | # CONFIG_NEW_LEDS is not set | 705 | # CONFIG_NEW_LEDS is not set |
| 706 | # CONFIG_ACCESSIBILITY is not set | ||
| 673 | # CONFIG_INFINIBAND is not set | 707 | # CONFIG_INFINIBAND is not set |
| 674 | # CONFIG_EDAC is not set | 708 | # CONFIG_EDAC is not set |
| 675 | # CONFIG_RTC_CLASS is not set | 709 | # CONFIG_RTC_CLASS is not set |
| 676 | 710 | # CONFIG_DMADEVICES is not set | |
| 677 | # | ||
| 678 | # Userspace I/O | ||
| 679 | # | ||
| 680 | # CONFIG_UIO is not set | 711 | # CONFIG_UIO is not set |
| 681 | 712 | ||
| 682 | # | 713 | # |
| @@ -691,7 +722,6 @@ CONFIG_EXT2_FS=y | |||
| 691 | # CONFIG_JFS_FS is not set | 722 | # CONFIG_JFS_FS is not set |
| 692 | # CONFIG_FS_POSIX_ACL is not set | 723 | # CONFIG_FS_POSIX_ACL is not set |
| 693 | # CONFIG_XFS_FS is not set | 724 | # CONFIG_XFS_FS is not set |
| 694 | # CONFIG_GFS2_FS is not set | ||
| 695 | # CONFIG_OCFS2_FS is not set | 725 | # CONFIG_OCFS2_FS is not set |
| 696 | CONFIG_DNOTIFY=y | 726 | CONFIG_DNOTIFY=y |
| 697 | CONFIG_INOTIFY=y | 727 | CONFIG_INOTIFY=y |
| @@ -750,6 +780,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 750 | CONFIG_CRAMFS=y | 780 | CONFIG_CRAMFS=y |
| 751 | # CONFIG_VXFS_FS is not set | 781 | # CONFIG_VXFS_FS is not set |
| 752 | # CONFIG_MINIX_FS is not set | 782 | # CONFIG_MINIX_FS is not set |
| 783 | # CONFIG_OMFS_FS is not set | ||
| 753 | # CONFIG_HPFS_FS is not set | 784 | # CONFIG_HPFS_FS is not set |
| 754 | # CONFIG_QNX4FS_FS is not set | 785 | # CONFIG_QNX4FS_FS is not set |
| 755 | # CONFIG_ROMFS_FS is not set | 786 | # CONFIG_ROMFS_FS is not set |
| @@ -760,14 +791,12 @@ CONFIG_NFS_FS=y | |||
| 760 | CONFIG_NFS_V3=y | 791 | CONFIG_NFS_V3=y |
| 761 | # CONFIG_NFS_V3_ACL is not set | 792 | # CONFIG_NFS_V3_ACL is not set |
| 762 | # CONFIG_NFS_V4 is not set | 793 | # CONFIG_NFS_V4 is not set |
| 763 | # CONFIG_NFS_DIRECTIO is not set | ||
| 764 | # CONFIG_NFSD is not set | ||
| 765 | CONFIG_ROOT_NFS=y | 794 | CONFIG_ROOT_NFS=y |
| 795 | # CONFIG_NFSD is not set | ||
| 766 | CONFIG_LOCKD=y | 796 | CONFIG_LOCKD=y |
| 767 | CONFIG_LOCKD_V4=y | 797 | CONFIG_LOCKD_V4=y |
| 768 | CONFIG_NFS_COMMON=y | 798 | CONFIG_NFS_COMMON=y |
| 769 | CONFIG_SUNRPC=y | 799 | CONFIG_SUNRPC=y |
| 770 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 771 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 800 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 772 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 801 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 773 | # CONFIG_SMB_FS is not set | 802 | # CONFIG_SMB_FS is not set |
| @@ -788,8 +817,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 788 | # Library routines | 817 | # Library routines |
| 789 | # | 818 | # |
| 790 | CONFIG_BITREVERSE=y | 819 | CONFIG_BITREVERSE=y |
| 820 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 791 | # CONFIG_CRC_CCITT is not set | 821 | # CONFIG_CRC_CCITT is not set |
| 792 | # CONFIG_CRC16 is not set | 822 | # CONFIG_CRC16 is not set |
| 823 | # CONFIG_CRC_T10DIF is not set | ||
| 793 | # CONFIG_CRC_ITU_T is not set | 824 | # CONFIG_CRC_ITU_T is not set |
| 794 | CONFIG_CRC32=y | 825 | CONFIG_CRC32=y |
| 795 | # CONFIG_CRC7 is not set | 826 | # CONFIG_CRC7 is not set |
| @@ -800,6 +831,7 @@ CONFIG_PLIST=y | |||
| 800 | CONFIG_HAS_IOMEM=y | 831 | CONFIG_HAS_IOMEM=y |
| 801 | CONFIG_HAS_IOPORT=y | 832 | CONFIG_HAS_IOPORT=y |
| 802 | CONFIG_HAS_DMA=y | 833 | CONFIG_HAS_DMA=y |
| 834 | CONFIG_HAVE_LMB=y | ||
| 803 | 835 | ||
| 804 | # | 836 | # |
| 805 | # Kernel hacking | 837 | # Kernel hacking |
| @@ -807,6 +839,7 @@ CONFIG_HAS_DMA=y | |||
| 807 | # CONFIG_PRINTK_TIME is not set | 839 | # CONFIG_PRINTK_TIME is not set |
| 808 | CONFIG_ENABLE_WARN_DEPRECATED=y | 840 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 809 | CONFIG_ENABLE_MUST_CHECK=y | 841 | CONFIG_ENABLE_MUST_CHECK=y |
| 842 | CONFIG_FRAME_WARN=1024 | ||
| 810 | CONFIG_MAGIC_SYSRQ=y | 843 | CONFIG_MAGIC_SYSRQ=y |
| 811 | # CONFIG_UNUSED_SYMBOLS is not set | 844 | # CONFIG_UNUSED_SYMBOLS is not set |
| 812 | CONFIG_DEBUG_FS=y | 845 | CONFIG_DEBUG_FS=y |
| @@ -814,9 +847,12 @@ CONFIG_DEBUG_FS=y | |||
| 814 | CONFIG_DEBUG_KERNEL=y | 847 | CONFIG_DEBUG_KERNEL=y |
| 815 | # CONFIG_DEBUG_SHIRQ is not set | 848 | # CONFIG_DEBUG_SHIRQ is not set |
| 816 | CONFIG_DETECT_SOFTLOCKUP=y | 849 | CONFIG_DETECT_SOFTLOCKUP=y |
| 850 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 851 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 817 | CONFIG_SCHED_DEBUG=y | 852 | CONFIG_SCHED_DEBUG=y |
| 818 | # CONFIG_SCHEDSTATS is not set | 853 | # CONFIG_SCHEDSTATS is not set |
| 819 | # CONFIG_TIMER_STATS is not set | 854 | # CONFIG_TIMER_STATS is not set |
| 855 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 820 | # CONFIG_SLUB_DEBUG_ON is not set | 856 | # CONFIG_SLUB_DEBUG_ON is not set |
| 821 | # CONFIG_SLUB_STATS is not set | 857 | # CONFIG_SLUB_STATS is not set |
| 822 | # CONFIG_DEBUG_RT_MUTEXES is not set | 858 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -829,19 +865,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 829 | # CONFIG_DEBUG_BUGVERBOSE is not set | 865 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 830 | # CONFIG_DEBUG_INFO is not set | 866 | # CONFIG_DEBUG_INFO is not set |
| 831 | # CONFIG_DEBUG_VM is not set | 867 | # CONFIG_DEBUG_VM is not set |
| 868 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 869 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 832 | # CONFIG_DEBUG_LIST is not set | 870 | # CONFIG_DEBUG_LIST is not set |
| 833 | # CONFIG_DEBUG_SG is not set | 871 | # CONFIG_DEBUG_SG is not set |
| 834 | # CONFIG_BOOT_PRINTK_DELAY is not set | 872 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 835 | # CONFIG_RCU_TORTURE_TEST is not set | 873 | # CONFIG_RCU_TORTURE_TEST is not set |
| 836 | # CONFIG_BACKTRACE_SELF_TEST is not set | 874 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 837 | # CONFIG_FAULT_INJECTION is not set | 875 | # CONFIG_FAULT_INJECTION is not set |
| 876 | # CONFIG_LATENCYTOP is not set | ||
| 877 | CONFIG_HAVE_FTRACE=y | ||
| 878 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 879 | # CONFIG_FTRACE is not set | ||
| 880 | # CONFIG_SCHED_TRACER is not set | ||
| 881 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 838 | # CONFIG_SAMPLES is not set | 882 | # CONFIG_SAMPLES is not set |
| 883 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 884 | # CONFIG_KGDB is not set | ||
| 839 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 885 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 840 | # CONFIG_DEBUG_STACK_USAGE is not set | 886 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 841 | # CONFIG_DEBUG_PAGEALLOC is not set | 887 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 842 | CONFIG_DEBUGGER=y | 888 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 843 | # CONFIG_KGDB is not set | 889 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 844 | # CONFIG_XMON is not set | 890 | # CONFIG_XMON is not set |
| 891 | # CONFIG_IRQSTACKS is not set | ||
| 845 | # CONFIG_VIRQ_DEBUG is not set | 892 | # CONFIG_VIRQ_DEBUG is not set |
| 846 | # CONFIG_BDI_SWITCH is not set | 893 | # CONFIG_BDI_SWITCH is not set |
| 847 | CONFIG_PPC_EARLY_DEBUG=y | 894 | CONFIG_PPC_EARLY_DEBUG=y |
| @@ -866,51 +913,85 @@ CONFIG_PPC_EARLY_DEBUG_44x_PHYSHIGH=0x1 | |||
| 866 | # CONFIG_SECURITY is not set | 913 | # CONFIG_SECURITY is not set |
| 867 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 914 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 868 | CONFIG_CRYPTO=y | 915 | CONFIG_CRYPTO=y |
| 916 | |||
| 917 | # | ||
| 918 | # Crypto core or helper | ||
| 919 | # | ||
| 869 | CONFIG_CRYPTO_ALGAPI=y | 920 | CONFIG_CRYPTO_ALGAPI=y |
| 870 | CONFIG_CRYPTO_BLKCIPHER=y | 921 | CONFIG_CRYPTO_BLKCIPHER=y |
| 871 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 872 | CONFIG_CRYPTO_MANAGER=y | 922 | CONFIG_CRYPTO_MANAGER=y |
| 923 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 924 | # CONFIG_CRYPTO_NULL is not set | ||
| 925 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 926 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 927 | # CONFIG_CRYPTO_TEST is not set | ||
| 928 | |||
| 929 | # | ||
| 930 | # Authenticated Encryption with Associated Data | ||
| 931 | # | ||
| 932 | # CONFIG_CRYPTO_CCM is not set | ||
| 933 | # CONFIG_CRYPTO_GCM is not set | ||
| 934 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 935 | |||
| 936 | # | ||
| 937 | # Block modes | ||
| 938 | # | ||
| 939 | CONFIG_CRYPTO_CBC=y | ||
| 940 | # CONFIG_CRYPTO_CTR is not set | ||
| 941 | # CONFIG_CRYPTO_CTS is not set | ||
| 942 | CONFIG_CRYPTO_ECB=y | ||
| 943 | # CONFIG_CRYPTO_LRW is not set | ||
| 944 | CONFIG_CRYPTO_PCBC=y | ||
| 945 | # CONFIG_CRYPTO_XTS is not set | ||
| 946 | |||
| 947 | # | ||
| 948 | # Hash modes | ||
| 949 | # | ||
| 873 | # CONFIG_CRYPTO_HMAC is not set | 950 | # CONFIG_CRYPTO_HMAC is not set |
| 874 | # CONFIG_CRYPTO_XCBC is not set | 951 | # CONFIG_CRYPTO_XCBC is not set |
| 875 | # CONFIG_CRYPTO_NULL is not set | 952 | |
| 953 | # | ||
| 954 | # Digest | ||
| 955 | # | ||
| 956 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 876 | # CONFIG_CRYPTO_MD4 is not set | 957 | # CONFIG_CRYPTO_MD4 is not set |
| 877 | CONFIG_CRYPTO_MD5=y | 958 | CONFIG_CRYPTO_MD5=y |
| 959 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 960 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 961 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 962 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 963 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 878 | # CONFIG_CRYPTO_SHA1 is not set | 964 | # CONFIG_CRYPTO_SHA1 is not set |
| 879 | # CONFIG_CRYPTO_SHA256 is not set | 965 | # CONFIG_CRYPTO_SHA256 is not set |
| 880 | # CONFIG_CRYPTO_SHA512 is not set | 966 | # CONFIG_CRYPTO_SHA512 is not set |
| 881 | # CONFIG_CRYPTO_WP512 is not set | ||
| 882 | # CONFIG_CRYPTO_TGR192 is not set | 967 | # CONFIG_CRYPTO_TGR192 is not set |
| 883 | # CONFIG_CRYPTO_GF128MUL is not set | 968 | # CONFIG_CRYPTO_WP512 is not set |
| 884 | CONFIG_CRYPTO_ECB=y | 969 | |
| 885 | CONFIG_CRYPTO_CBC=y | 970 | # |
| 886 | CONFIG_CRYPTO_PCBC=y | 971 | # Ciphers |
| 887 | # CONFIG_CRYPTO_LRW is not set | 972 | # |
| 888 | # CONFIG_CRYPTO_XTS is not set | ||
| 889 | # CONFIG_CRYPTO_CTR is not set | ||
| 890 | # CONFIG_CRYPTO_GCM is not set | ||
| 891 | # CONFIG_CRYPTO_CCM is not set | ||
| 892 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 893 | CONFIG_CRYPTO_DES=y | ||
| 894 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 895 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 896 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 897 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 898 | # CONFIG_CRYPTO_AES is not set | 973 | # CONFIG_CRYPTO_AES is not set |
| 974 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 975 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 976 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 977 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 899 | # CONFIG_CRYPTO_CAST5 is not set | 978 | # CONFIG_CRYPTO_CAST5 is not set |
| 900 | # CONFIG_CRYPTO_CAST6 is not set | 979 | # CONFIG_CRYPTO_CAST6 is not set |
| 901 | # CONFIG_CRYPTO_TEA is not set | 980 | CONFIG_CRYPTO_DES=y |
| 902 | # CONFIG_CRYPTO_ARC4 is not set | 981 | # CONFIG_CRYPTO_FCRYPT is not set |
| 903 | # CONFIG_CRYPTO_KHAZAD is not set | 982 | # CONFIG_CRYPTO_KHAZAD is not set |
| 904 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 905 | # CONFIG_CRYPTO_SEED is not set | ||
| 906 | # CONFIG_CRYPTO_SALSA20 is not set | 983 | # CONFIG_CRYPTO_SALSA20 is not set |
| 984 | # CONFIG_CRYPTO_SEED is not set | ||
| 985 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 986 | # CONFIG_CRYPTO_TEA is not set | ||
| 987 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 988 | |||
| 989 | # | ||
| 990 | # Compression | ||
| 991 | # | ||
| 907 | # CONFIG_CRYPTO_DEFLATE is not set | 992 | # CONFIG_CRYPTO_DEFLATE is not set |
| 908 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 909 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 910 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 911 | # CONFIG_CRYPTO_TEST is not set | ||
| 912 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 913 | # CONFIG_CRYPTO_LZO is not set | 993 | # CONFIG_CRYPTO_LZO is not set |
| 914 | CONFIG_CRYPTO_HW=y | 994 | CONFIG_CRYPTO_HW=y |
| 915 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 995 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 916 | # CONFIG_PPC_CLOCK is not set | 996 | # CONFIG_PPC_CLOCK is not set |
| 997 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/taishan_defconfig b/arch/powerpc/configs/44x/taishan_defconfig index e53c92655bd6..5075873bdb1b 100644 --- a/arch/powerpc/configs/44x/taishan_defconfig +++ b/arch/powerpc/configs/44x/taishan_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:40:44 2008 | 4 | # Tue Aug 5 09:17:48 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,8 +29,12 @@ CONFIG_GENERIC_TIME=y | |||
| 29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
| 32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 35 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 36 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -78,6 +82,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 78 | CONFIG_USER_SCHED=y | 82 | CONFIG_USER_SCHED=y |
| 79 | # CONFIG_CGROUP_SCHED is not set | 83 | # CONFIG_CGROUP_SCHED is not set |
| 80 | CONFIG_SYSFS_DEPRECATED=y | 84 | CONFIG_SYSFS_DEPRECATED=y |
| 85 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 81 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
| 82 | # CONFIG_NAMESPACES is not set | 87 | # CONFIG_NAMESPACES is not set |
| 83 | CONFIG_BLK_DEV_INITRD=y | 88 | CONFIG_BLK_DEV_INITRD=y |
| @@ -86,6 +91,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 86 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 87 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 88 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 89 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 90 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
| 91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -111,13 +117,22 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | ||
| 124 | 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 | ||
| 115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| 119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
| 120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
| 135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
| 122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| @@ -128,6 +143,7 @@ CONFIG_LBD=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 147 | ||
| 132 | # | 148 | # |
| 133 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -142,24 +158,25 @@ CONFIG_DEFAULT_AS=y | |||
| 142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
| 143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
| 145 | # CONFIG_PREEMPT_RCU is not set | ||
| 146 | # CONFIG_PPC4xx_PCI_EXPRESS is not set | 161 | # CONFIG_PPC4xx_PCI_EXPRESS is not set |
| 147 | 162 | ||
| 148 | # | 163 | # |
| 149 | # Platform support | 164 | # Platform support |
| 150 | # | 165 | # |
| 151 | # CONFIG_PPC_MPC512x is not set | ||
| 152 | # CONFIG_PPC_MPC5121 is not set | ||
| 153 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
| 154 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
| 155 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
| 156 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
| 157 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
| 171 | # CONFIG_SAM440EP is not set | ||
| 158 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
| 159 | CONFIG_TAISHAN=y | 173 | CONFIG_TAISHAN=y |
| 160 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
| 161 | # CONFIG_RAINIER is not set | 175 | # CONFIG_RAINIER is not set |
| 162 | # CONFIG_WARP is not set | 176 | # CONFIG_WARP is not set |
| 177 | # CONFIG_CANYONLANDS is not set | ||
| 178 | # CONFIG_YOSEMITE is not set | ||
| 179 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 163 | CONFIG_440GX=y | 180 | CONFIG_440GX=y |
| 164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
| 165 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
| @@ -191,7 +208,6 @@ CONFIG_HZ=250 | |||
| 191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
| 192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
| 194 | CONFIG_RCU_TRACE=y | ||
| 195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
| 196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
| 197 | # CONFIG_MATH_EMULATION is not set | 213 | # CONFIG_MATH_EMULATION is not set |
| @@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
| 209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
| 211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 230 | CONFIG_MIGRATION=y | ||
| 213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
| 214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
| 215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
| 216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
| 235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
| 218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
| 219 | CONFIG_CMDLINE="" | 238 | CONFIG_CMDLINE="" |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
| 221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
| 222 | 242 | ||
| @@ -225,6 +245,8 @@ CONFIG_ISA_DMA_API=y | |||
| 225 | # | 245 | # |
| 226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
| 227 | CONFIG_PPC_INDIRECT_PCI=y | 247 | CONFIG_PPC_INDIRECT_PCI=y |
| 248 | CONFIG_4xx_SOC=y | ||
| 249 | CONFIG_PPC_PCI_CHOICE=y | ||
| 228 | CONFIG_PCI=y | 250 | CONFIG_PCI=y |
| 229 | CONFIG_PCI_DOMAINS=y | 251 | CONFIG_PCI_DOMAINS=y |
| 230 | CONFIG_PCI_SYSCALL=y | 252 | CONFIG_PCI_SYSCALL=y |
| @@ -235,6 +257,7 @@ CONFIG_PCI_LEGACY=y | |||
| 235 | # CONFIG_PCI_DEBUG is not set | 257 | # CONFIG_PCI_DEBUG is not set |
| 236 | # CONFIG_PCCARD is not set | 258 | # CONFIG_PCCARD is not set |
| 237 | # CONFIG_HOTPLUG_PCI is not set | 259 | # CONFIG_HOTPLUG_PCI is not set |
| 260 | # CONFIG_HAS_RAPIDIO is not set | ||
| 238 | 261 | ||
| 239 | # | 262 | # |
| 240 | # Advanced setup | 263 | # Advanced setup |
| @@ -244,17 +267,13 @@ CONFIG_PCI_LEGACY=y | |||
| 244 | # | 267 | # |
| 245 | # Default settings for advanced configuration options are used | 268 | # Default settings for advanced configuration options are used |
| 246 | # | 269 | # |
| 247 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 248 | CONFIG_LOWMEM_SIZE=0x30000000 | 270 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 271 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 249 | CONFIG_KERNEL_START=0xc0000000 | 272 | CONFIG_KERNEL_START=0xc0000000 |
| 273 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 250 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
| 251 | CONFIG_CONSISTENT_START=0xff100000 | 275 | CONFIG_CONSISTENT_START=0xff100000 |
| 252 | CONFIG_CONSISTENT_SIZE=0x00200000 | 276 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 253 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 254 | |||
| 255 | # | ||
| 256 | # Networking | ||
| 257 | # | ||
| 258 | CONFIG_NET=y | 277 | CONFIG_NET=y |
| 259 | 278 | ||
| 260 | # | 279 | # |
| @@ -292,8 +311,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 292 | CONFIG_DEFAULT_TCP_CONG="cubic" | 311 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 293 | # CONFIG_TCP_MD5SIG is not set | 312 | # CONFIG_TCP_MD5SIG is not set |
| 294 | # CONFIG_IPV6 is not set | 313 | # CONFIG_IPV6 is not set |
| 295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 296 | # CONFIG_INET6_TUNNEL is not set | ||
| 297 | # CONFIG_NETWORK_SECMARK is not set | 314 | # CONFIG_NETWORK_SECMARK is not set |
| 298 | # CONFIG_NETFILTER is not set | 315 | # CONFIG_NETFILTER is not set |
| 299 | # CONFIG_IP_DCCP is not set | 316 | # CONFIG_IP_DCCP is not set |
| @@ -343,6 +360,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 343 | CONFIG_STANDALONE=y | 360 | CONFIG_STANDALONE=y |
| 344 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 345 | CONFIG_FW_LOADER=y | 362 | CONFIG_FW_LOADER=y |
| 363 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 364 | CONFIG_EXTRA_FIRMWARE="" | ||
| 346 | # CONFIG_DEBUG_DRIVER is not set | 365 | # CONFIG_DEBUG_DRIVER is not set |
| 347 | # CONFIG_DEBUG_DEVRES is not set | 366 | # CONFIG_DEBUG_DEVRES is not set |
| 348 | # CONFIG_SYS_HYPERVISOR is not set | 367 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -354,6 +373,8 @@ CONFIG_MTD=y | |||
| 354 | CONFIG_MTD_PARTITIONS=y | 373 | CONFIG_MTD_PARTITIONS=y |
| 355 | # CONFIG_MTD_REDBOOT_PARTS is not set | 374 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 356 | CONFIG_MTD_CMDLINE_PARTS=y | 375 | CONFIG_MTD_CMDLINE_PARTS=y |
| 376 | # CONFIG_MTD_OF_PARTS is not set | ||
| 377 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 357 | 378 | ||
| 358 | # | 379 | # |
| 359 | # User Modules And Translation Layers | 380 | # User Modules And Translation Layers |
| @@ -444,12 +465,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 444 | # CONFIG_CDROM_PKTCDVD is not set | 465 | # CONFIG_CDROM_PKTCDVD is not set |
| 445 | # CONFIG_ATA_OVER_ETH is not set | 466 | # CONFIG_ATA_OVER_ETH is not set |
| 446 | # CONFIG_XILINX_SYSACE is not set | 467 | # CONFIG_XILINX_SYSACE is not set |
| 468 | # CONFIG_BLK_DEV_HD is not set | ||
| 447 | CONFIG_MISC_DEVICES=y | 469 | CONFIG_MISC_DEVICES=y |
| 448 | # CONFIG_PHANTOM is not set | 470 | # CONFIG_PHANTOM is not set |
| 449 | # CONFIG_EEPROM_93CX6 is not set | 471 | # CONFIG_EEPROM_93CX6 is not set |
| 450 | # CONFIG_SGI_IOC4 is not set | 472 | # CONFIG_SGI_IOC4 is not set |
| 451 | # CONFIG_TIFM_CORE is not set | 473 | # CONFIG_TIFM_CORE is not set |
| 452 | # CONFIG_ENCLOSURE_SERVICES is not set | 474 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 475 | # CONFIG_HP_ILO is not set | ||
| 453 | CONFIG_HAVE_IDE=y | 476 | CONFIG_HAVE_IDE=y |
| 454 | # CONFIG_IDE is not set | 477 | # CONFIG_IDE is not set |
| 455 | 478 | ||
| @@ -467,6 +490,10 @@ CONFIG_HAVE_IDE=y | |||
| 467 | # | 490 | # |
| 468 | # IEEE 1394 (FireWire) support | 491 | # IEEE 1394 (FireWire) support |
| 469 | # | 492 | # |
| 493 | |||
| 494 | # | ||
| 495 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 496 | # | ||
| 470 | # CONFIG_FIREWIRE is not set | 497 | # CONFIG_FIREWIRE is not set |
| 471 | # CONFIG_IEEE1394 is not set | 498 | # CONFIG_IEEE1394 is not set |
| 472 | # CONFIG_I2O is not set | 499 | # CONFIG_I2O is not set |
| @@ -474,7 +501,6 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
| 474 | # CONFIG_MAC_EMUMOUSEBTN is not set | 501 | # CONFIG_MAC_EMUMOUSEBTN is not set |
| 475 | # CONFIG_WINDFARM is not set | 502 | # CONFIG_WINDFARM is not set |
| 476 | CONFIG_NETDEVICES=y | 503 | CONFIG_NETDEVICES=y |
| 477 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 478 | # CONFIG_DUMMY is not set | 504 | # CONFIG_DUMMY is not set |
| 479 | # CONFIG_BONDING is not set | 505 | # CONFIG_BONDING is not set |
| 480 | # CONFIG_MACVLAN is not set | 506 | # CONFIG_MACVLAN is not set |
| @@ -509,7 +535,6 @@ CONFIG_NETDEV_1000=y | |||
| 509 | # CONFIG_DL2K is not set | 535 | # CONFIG_DL2K is not set |
| 510 | # CONFIG_E1000 is not set | 536 | # CONFIG_E1000 is not set |
| 511 | # CONFIG_E1000E is not set | 537 | # CONFIG_E1000E is not set |
| 512 | # CONFIG_E1000E_ENABLED is not set | ||
| 513 | # CONFIG_IP1000 is not set | 538 | # CONFIG_IP1000 is not set |
| 514 | # CONFIG_IGB is not set | 539 | # CONFIG_IGB is not set |
| 515 | # CONFIG_NS83820 is not set | 540 | # CONFIG_NS83820 is not set |
| @@ -519,12 +544,12 @@ CONFIG_NETDEV_1000=y | |||
| 519 | # CONFIG_SIS190 is not set | 544 | # CONFIG_SIS190 is not set |
| 520 | # CONFIG_SKGE is not set | 545 | # CONFIG_SKGE is not set |
| 521 | # CONFIG_SKY2 is not set | 546 | # CONFIG_SKY2 is not set |
| 522 | # CONFIG_SK98LIN is not set | ||
| 523 | # CONFIG_VIA_VELOCITY is not set | 547 | # CONFIG_VIA_VELOCITY is not set |
| 524 | # CONFIG_TIGON3 is not set | 548 | # CONFIG_TIGON3 is not set |
| 525 | # CONFIG_BNX2 is not set | 549 | # CONFIG_BNX2 is not set |
| 526 | # CONFIG_QLA3XXX is not set | 550 | # CONFIG_QLA3XXX is not set |
| 527 | # CONFIG_ATL1 is not set | 551 | # CONFIG_ATL1 is not set |
| 552 | # CONFIG_ATL1E is not set | ||
| 528 | CONFIG_NETDEV_10000=y | 553 | CONFIG_NETDEV_10000=y |
| 529 | # CONFIG_CHELSIO_T1 is not set | 554 | # CONFIG_CHELSIO_T1 is not set |
| 530 | # CONFIG_CHELSIO_T3 is not set | 555 | # CONFIG_CHELSIO_T3 is not set |
| @@ -537,6 +562,7 @@ CONFIG_NETDEV_10000=y | |||
| 537 | # CONFIG_MLX4_CORE is not set | 562 | # CONFIG_MLX4_CORE is not set |
| 538 | # CONFIG_TEHUTI is not set | 563 | # CONFIG_TEHUTI is not set |
| 539 | # CONFIG_BNX2X is not set | 564 | # CONFIG_BNX2X is not set |
| 565 | # CONFIG_SFC is not set | ||
| 540 | # CONFIG_TR is not set | 566 | # CONFIG_TR is not set |
| 541 | 567 | ||
| 542 | # | 568 | # |
| @@ -544,6 +570,7 @@ CONFIG_NETDEV_10000=y | |||
| 544 | # | 570 | # |
| 545 | # CONFIG_WLAN_PRE80211 is not set | 571 | # CONFIG_WLAN_PRE80211 is not set |
| 546 | # CONFIG_WLAN_80211 is not set | 572 | # CONFIG_WLAN_80211 is not set |
| 573 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 547 | # CONFIG_WAN is not set | 574 | # CONFIG_WAN is not set |
| 548 | # CONFIG_FDDI is not set | 575 | # CONFIG_FDDI is not set |
| 549 | # CONFIG_HIPPI is not set | 576 | # CONFIG_HIPPI is not set |
| @@ -570,6 +597,7 @@ CONFIG_NETDEV_10000=y | |||
| 570 | # Character devices | 597 | # Character devices |
| 571 | # | 598 | # |
| 572 | # CONFIG_VT is not set | 599 | # CONFIG_VT is not set |
| 600 | CONFIG_DEVKMEM=y | ||
| 573 | # CONFIG_SERIAL_NONSTANDARD is not set | 601 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 574 | # CONFIG_NOZOMI is not set | 602 | # CONFIG_NOZOMI is not set |
| 575 | 603 | ||
| @@ -608,12 +636,9 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 608 | # CONFIG_TCG_TPM is not set | 636 | # CONFIG_TCG_TPM is not set |
| 609 | CONFIG_DEVPORT=y | 637 | CONFIG_DEVPORT=y |
| 610 | # CONFIG_I2C is not set | 638 | # CONFIG_I2C is not set |
| 611 | |||
| 612 | # | ||
| 613 | # SPI support | ||
| 614 | # | ||
| 615 | # CONFIG_SPI is not set | 639 | # CONFIG_SPI is not set |
| 616 | # CONFIG_SPI_MASTER is not set | 640 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 641 | # CONFIG_GPIOLIB is not set | ||
| 617 | # CONFIG_W1 is not set | 642 | # CONFIG_W1 is not set |
| 618 | # CONFIG_POWER_SUPPLY is not set | 643 | # CONFIG_POWER_SUPPLY is not set |
| 619 | # CONFIG_HWMON is not set | 644 | # CONFIG_HWMON is not set |
| @@ -629,13 +654,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 629 | # | 654 | # |
| 630 | # Multifunction device drivers | 655 | # Multifunction device drivers |
| 631 | # | 656 | # |
| 657 | # CONFIG_MFD_CORE is not set | ||
| 632 | # CONFIG_MFD_SM501 is not set | 658 | # CONFIG_MFD_SM501 is not set |
| 659 | # CONFIG_HTC_PASIC3 is not set | ||
| 633 | 660 | ||
| 634 | # | 661 | # |
| 635 | # Multimedia devices | 662 | # Multimedia devices |
| 636 | # | 663 | # |
| 664 | |||
| 665 | # | ||
| 666 | # Multimedia core support | ||
| 667 | # | ||
| 637 | # CONFIG_VIDEO_DEV is not set | 668 | # CONFIG_VIDEO_DEV is not set |
| 638 | # CONFIG_DVB_CORE is not set | 669 | # CONFIG_DVB_CORE is not set |
| 670 | # CONFIG_VIDEO_MEDIA is not set | ||
| 671 | |||
| 672 | # | ||
| 673 | # Multimedia drivers | ||
| 674 | # | ||
| 639 | CONFIG_DAB=y | 675 | CONFIG_DAB=y |
| 640 | 676 | ||
| 641 | # | 677 | # |
| @@ -652,16 +688,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 652 | # Display device support | 688 | # Display device support |
| 653 | # | 689 | # |
| 654 | # CONFIG_DISPLAY_SUPPORT is not set | 690 | # CONFIG_DISPLAY_SUPPORT is not set |
| 655 | |||
| 656 | # | ||
| 657 | # Sound | ||
| 658 | # | ||
| 659 | # CONFIG_SOUND is not set | 691 | # CONFIG_SOUND is not set |
| 660 | CONFIG_USB_SUPPORT=y | 692 | CONFIG_USB_SUPPORT=y |
| 661 | CONFIG_USB_ARCH_HAS_HCD=y | 693 | CONFIG_USB_ARCH_HAS_HCD=y |
| 662 | CONFIG_USB_ARCH_HAS_OHCI=y | 694 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 663 | CONFIG_USB_ARCH_HAS_EHCI=y | 695 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 664 | # CONFIG_USB is not set | 696 | # CONFIG_USB is not set |
| 697 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 698 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 665 | 699 | ||
| 666 | # | 700 | # |
| 667 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 701 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -670,13 +704,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 670 | # CONFIG_MMC is not set | 704 | # CONFIG_MMC is not set |
| 671 | # CONFIG_MEMSTICK is not set | 705 | # CONFIG_MEMSTICK is not set |
| 672 | # CONFIG_NEW_LEDS is not set | 706 | # CONFIG_NEW_LEDS is not set |
| 707 | # CONFIG_ACCESSIBILITY is not set | ||
| 673 | # CONFIG_INFINIBAND is not set | 708 | # CONFIG_INFINIBAND is not set |
| 674 | # CONFIG_EDAC is not set | 709 | # CONFIG_EDAC is not set |
| 675 | # CONFIG_RTC_CLASS is not set | 710 | # CONFIG_RTC_CLASS is not set |
| 676 | 711 | # CONFIG_DMADEVICES is not set | |
| 677 | # | ||
| 678 | # Userspace I/O | ||
| 679 | # | ||
| 680 | # CONFIG_UIO is not set | 712 | # CONFIG_UIO is not set |
| 681 | 713 | ||
| 682 | # | 714 | # |
| @@ -691,7 +723,6 @@ CONFIG_EXT2_FS=y | |||
| 691 | # CONFIG_JFS_FS is not set | 723 | # CONFIG_JFS_FS is not set |
| 692 | # CONFIG_FS_POSIX_ACL is not set | 724 | # CONFIG_FS_POSIX_ACL is not set |
| 693 | # CONFIG_XFS_FS is not set | 725 | # CONFIG_XFS_FS is not set |
| 694 | # CONFIG_GFS2_FS is not set | ||
| 695 | # CONFIG_OCFS2_FS is not set | 726 | # CONFIG_OCFS2_FS is not set |
| 696 | CONFIG_DNOTIFY=y | 727 | CONFIG_DNOTIFY=y |
| 697 | CONFIG_INOTIFY=y | 728 | CONFIG_INOTIFY=y |
| @@ -740,6 +771,7 @@ CONFIG_TMPFS=y | |||
| 740 | CONFIG_CRAMFS=y | 771 | CONFIG_CRAMFS=y |
| 741 | # CONFIG_VXFS_FS is not set | 772 | # CONFIG_VXFS_FS is not set |
| 742 | # CONFIG_MINIX_FS is not set | 773 | # CONFIG_MINIX_FS is not set |
| 774 | # CONFIG_OMFS_FS is not set | ||
| 743 | # CONFIG_HPFS_FS is not set | 775 | # CONFIG_HPFS_FS is not set |
| 744 | # CONFIG_QNX4FS_FS is not set | 776 | # CONFIG_QNX4FS_FS is not set |
| 745 | # CONFIG_ROMFS_FS is not set | 777 | # CONFIG_ROMFS_FS is not set |
| @@ -750,14 +782,12 @@ CONFIG_NFS_FS=y | |||
| 750 | CONFIG_NFS_V3=y | 782 | CONFIG_NFS_V3=y |
| 751 | # CONFIG_NFS_V3_ACL is not set | 783 | # CONFIG_NFS_V3_ACL is not set |
| 752 | # CONFIG_NFS_V4 is not set | 784 | # CONFIG_NFS_V4 is not set |
| 753 | # CONFIG_NFS_DIRECTIO is not set | ||
| 754 | # CONFIG_NFSD is not set | ||
| 755 | CONFIG_ROOT_NFS=y | 785 | CONFIG_ROOT_NFS=y |
| 786 | # CONFIG_NFSD is not set | ||
| 756 | CONFIG_LOCKD=y | 787 | CONFIG_LOCKD=y |
| 757 | CONFIG_LOCKD_V4=y | 788 | CONFIG_LOCKD_V4=y |
| 758 | CONFIG_NFS_COMMON=y | 789 | CONFIG_NFS_COMMON=y |
| 759 | CONFIG_SUNRPC=y | 790 | CONFIG_SUNRPC=y |
| 760 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 761 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 791 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 762 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 792 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 763 | # CONFIG_SMB_FS is not set | 793 | # CONFIG_SMB_FS is not set |
| @@ -778,8 +808,10 @@ CONFIG_MSDOS_PARTITION=y | |||
| 778 | # Library routines | 808 | # Library routines |
| 779 | # | 809 | # |
| 780 | CONFIG_BITREVERSE=y | 810 | CONFIG_BITREVERSE=y |
| 811 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 781 | # CONFIG_CRC_CCITT is not set | 812 | # CONFIG_CRC_CCITT is not set |
| 782 | # CONFIG_CRC16 is not set | 813 | # CONFIG_CRC16 is not set |
| 814 | # CONFIG_CRC_T10DIF is not set | ||
| 783 | # CONFIG_CRC_ITU_T is not set | 815 | # CONFIG_CRC_ITU_T is not set |
| 784 | CONFIG_CRC32=y | 816 | CONFIG_CRC32=y |
| 785 | # CONFIG_CRC7 is not set | 817 | # CONFIG_CRC7 is not set |
| @@ -789,6 +821,7 @@ CONFIG_PLIST=y | |||
| 789 | CONFIG_HAS_IOMEM=y | 821 | CONFIG_HAS_IOMEM=y |
| 790 | CONFIG_HAS_IOPORT=y | 822 | CONFIG_HAS_IOPORT=y |
| 791 | CONFIG_HAS_DMA=y | 823 | CONFIG_HAS_DMA=y |
| 824 | CONFIG_HAVE_LMB=y | ||
| 792 | 825 | ||
| 793 | # | 826 | # |
| 794 | # Kernel hacking | 827 | # Kernel hacking |
| @@ -796,6 +829,7 @@ CONFIG_HAS_DMA=y | |||
| 796 | # CONFIG_PRINTK_TIME is not set | 829 | # CONFIG_PRINTK_TIME is not set |
| 797 | CONFIG_ENABLE_WARN_DEPRECATED=y | 830 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 798 | CONFIG_ENABLE_MUST_CHECK=y | 831 | CONFIG_ENABLE_MUST_CHECK=y |
| 832 | CONFIG_FRAME_WARN=1024 | ||
| 799 | CONFIG_MAGIC_SYSRQ=y | 833 | CONFIG_MAGIC_SYSRQ=y |
| 800 | # CONFIG_UNUSED_SYMBOLS is not set | 834 | # CONFIG_UNUSED_SYMBOLS is not set |
| 801 | CONFIG_DEBUG_FS=y | 835 | CONFIG_DEBUG_FS=y |
| @@ -803,9 +837,12 @@ CONFIG_DEBUG_FS=y | |||
| 803 | CONFIG_DEBUG_KERNEL=y | 837 | CONFIG_DEBUG_KERNEL=y |
| 804 | # CONFIG_DEBUG_SHIRQ is not set | 838 | # CONFIG_DEBUG_SHIRQ is not set |
| 805 | CONFIG_DETECT_SOFTLOCKUP=y | 839 | CONFIG_DETECT_SOFTLOCKUP=y |
| 840 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 841 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 806 | CONFIG_SCHED_DEBUG=y | 842 | CONFIG_SCHED_DEBUG=y |
| 807 | # CONFIG_SCHEDSTATS is not set | 843 | # CONFIG_SCHEDSTATS is not set |
| 808 | # CONFIG_TIMER_STATS is not set | 844 | # CONFIG_TIMER_STATS is not set |
| 845 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 809 | # CONFIG_SLUB_DEBUG_ON is not set | 846 | # CONFIG_SLUB_DEBUG_ON is not set |
| 810 | # CONFIG_SLUB_STATS is not set | 847 | # CONFIG_SLUB_STATS is not set |
| 811 | # CONFIG_DEBUG_RT_MUTEXES is not set | 848 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -818,19 +855,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 818 | # CONFIG_DEBUG_BUGVERBOSE is not set | 855 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 819 | # CONFIG_DEBUG_INFO is not set | 856 | # CONFIG_DEBUG_INFO is not set |
| 820 | # CONFIG_DEBUG_VM is not set | 857 | # CONFIG_DEBUG_VM is not set |
| 858 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 859 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 821 | # CONFIG_DEBUG_LIST is not set | 860 | # CONFIG_DEBUG_LIST is not set |
| 822 | # CONFIG_DEBUG_SG is not set | 861 | # CONFIG_DEBUG_SG is not set |
| 823 | # CONFIG_BOOT_PRINTK_DELAY is not set | 862 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 824 | # CONFIG_RCU_TORTURE_TEST is not set | 863 | # CONFIG_RCU_TORTURE_TEST is not set |
| 825 | # CONFIG_BACKTRACE_SELF_TEST is not set | 864 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 826 | # CONFIG_FAULT_INJECTION is not set | 865 | # CONFIG_FAULT_INJECTION is not set |
| 866 | # CONFIG_LATENCYTOP is not set | ||
| 867 | CONFIG_HAVE_FTRACE=y | ||
| 868 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 869 | # CONFIG_FTRACE is not set | ||
| 870 | # CONFIG_SCHED_TRACER is not set | ||
| 871 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 827 | # CONFIG_SAMPLES is not set | 872 | # CONFIG_SAMPLES is not set |
| 873 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 874 | # CONFIG_KGDB is not set | ||
| 828 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 875 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 829 | # CONFIG_DEBUG_STACK_USAGE is not set | 876 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 830 | # CONFIG_DEBUG_PAGEALLOC is not set | 877 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 831 | CONFIG_DEBUGGER=y | 878 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 832 | # CONFIG_KGDB is not set | 879 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 833 | # CONFIG_XMON is not set | 880 | # CONFIG_XMON is not set |
| 881 | # CONFIG_IRQSTACKS is not set | ||
| 834 | # CONFIG_VIRQ_DEBUG is not set | 882 | # CONFIG_VIRQ_DEBUG is not set |
| 835 | # CONFIG_BDI_SWITCH is not set | 883 | # CONFIG_BDI_SWITCH is not set |
| 836 | # CONFIG_PPC_EARLY_DEBUG is not set | 884 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -842,51 +890,85 @@ CONFIG_DEBUGGER=y | |||
| 842 | # CONFIG_SECURITY is not set | 890 | # CONFIG_SECURITY is not set |
| 843 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 891 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 844 | CONFIG_CRYPTO=y | 892 | CONFIG_CRYPTO=y |
| 893 | |||
| 894 | # | ||
| 895 | # Crypto core or helper | ||
| 896 | # | ||
| 845 | CONFIG_CRYPTO_ALGAPI=y | 897 | CONFIG_CRYPTO_ALGAPI=y |
| 846 | CONFIG_CRYPTO_BLKCIPHER=y | 898 | CONFIG_CRYPTO_BLKCIPHER=y |
| 847 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 848 | CONFIG_CRYPTO_MANAGER=y | 899 | CONFIG_CRYPTO_MANAGER=y |
| 900 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 901 | # CONFIG_CRYPTO_NULL is not set | ||
| 902 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 903 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 904 | # CONFIG_CRYPTO_TEST is not set | ||
| 905 | |||
| 906 | # | ||
| 907 | # Authenticated Encryption with Associated Data | ||
| 908 | # | ||
| 909 | # CONFIG_CRYPTO_CCM is not set | ||
| 910 | # CONFIG_CRYPTO_GCM is not set | ||
| 911 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 912 | |||
| 913 | # | ||
| 914 | # Block modes | ||
| 915 | # | ||
| 916 | CONFIG_CRYPTO_CBC=y | ||
| 917 | # CONFIG_CRYPTO_CTR is not set | ||
| 918 | # CONFIG_CRYPTO_CTS is not set | ||
| 919 | CONFIG_CRYPTO_ECB=y | ||
| 920 | # CONFIG_CRYPTO_LRW is not set | ||
| 921 | CONFIG_CRYPTO_PCBC=y | ||
| 922 | # CONFIG_CRYPTO_XTS is not set | ||
| 923 | |||
| 924 | # | ||
| 925 | # Hash modes | ||
| 926 | # | ||
| 849 | # CONFIG_CRYPTO_HMAC is not set | 927 | # CONFIG_CRYPTO_HMAC is not set |
| 850 | # CONFIG_CRYPTO_XCBC is not set | 928 | # CONFIG_CRYPTO_XCBC is not set |
| 851 | # CONFIG_CRYPTO_NULL is not set | 929 | |
| 930 | # | ||
| 931 | # Digest | ||
| 932 | # | ||
| 933 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 852 | # CONFIG_CRYPTO_MD4 is not set | 934 | # CONFIG_CRYPTO_MD4 is not set |
| 853 | CONFIG_CRYPTO_MD5=y | 935 | CONFIG_CRYPTO_MD5=y |
| 936 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 937 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 938 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 939 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 940 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 854 | # CONFIG_CRYPTO_SHA1 is not set | 941 | # CONFIG_CRYPTO_SHA1 is not set |
| 855 | # CONFIG_CRYPTO_SHA256 is not set | 942 | # CONFIG_CRYPTO_SHA256 is not set |
| 856 | # CONFIG_CRYPTO_SHA512 is not set | 943 | # CONFIG_CRYPTO_SHA512 is not set |
| 857 | # CONFIG_CRYPTO_WP512 is not set | ||
| 858 | # CONFIG_CRYPTO_TGR192 is not set | 944 | # CONFIG_CRYPTO_TGR192 is not set |
| 859 | # CONFIG_CRYPTO_GF128MUL is not set | 945 | # CONFIG_CRYPTO_WP512 is not set |
| 860 | CONFIG_CRYPTO_ECB=y | 946 | |
| 861 | CONFIG_CRYPTO_CBC=y | 947 | # |
| 862 | CONFIG_CRYPTO_PCBC=y | 948 | # Ciphers |
| 863 | # CONFIG_CRYPTO_LRW is not set | 949 | # |
| 864 | # CONFIG_CRYPTO_XTS is not set | ||
| 865 | # CONFIG_CRYPTO_CTR is not set | ||
| 866 | # CONFIG_CRYPTO_GCM is not set | ||
| 867 | # CONFIG_CRYPTO_CCM is not set | ||
| 868 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 869 | CONFIG_CRYPTO_DES=y | ||
| 870 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 871 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 872 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 873 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 874 | # CONFIG_CRYPTO_AES is not set | 950 | # CONFIG_CRYPTO_AES is not set |
| 951 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 952 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 953 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 954 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 875 | # CONFIG_CRYPTO_CAST5 is not set | 955 | # CONFIG_CRYPTO_CAST5 is not set |
| 876 | # CONFIG_CRYPTO_CAST6 is not set | 956 | # CONFIG_CRYPTO_CAST6 is not set |
| 877 | # CONFIG_CRYPTO_TEA is not set | 957 | CONFIG_CRYPTO_DES=y |
| 878 | # CONFIG_CRYPTO_ARC4 is not set | 958 | # CONFIG_CRYPTO_FCRYPT is not set |
| 879 | # CONFIG_CRYPTO_KHAZAD is not set | 959 | # CONFIG_CRYPTO_KHAZAD is not set |
| 880 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 881 | # CONFIG_CRYPTO_SEED is not set | ||
| 882 | # CONFIG_CRYPTO_SALSA20 is not set | 960 | # CONFIG_CRYPTO_SALSA20 is not set |
| 961 | # CONFIG_CRYPTO_SEED is not set | ||
| 962 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 963 | # CONFIG_CRYPTO_TEA is not set | ||
| 964 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 965 | |||
| 966 | # | ||
| 967 | # Compression | ||
| 968 | # | ||
| 883 | # CONFIG_CRYPTO_DEFLATE is not set | 969 | # CONFIG_CRYPTO_DEFLATE is not set |
| 884 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 885 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 886 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 887 | # CONFIG_CRYPTO_TEST is not set | ||
| 888 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 889 | # CONFIG_CRYPTO_LZO is not set | 970 | # CONFIG_CRYPTO_LZO is not set |
| 890 | CONFIG_CRYPTO_HW=y | 971 | CONFIG_CRYPTO_HW=y |
| 891 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 972 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 892 | # CONFIG_PPC_CLOCK is not set | 973 | # CONFIG_PPC_CLOCK is not set |
| 974 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/44x/virtex5_defconfig b/arch/powerpc/configs/44x/virtex5_defconfig index 9c41f66b5a7d..663ec512b33b 100644 --- a/arch/powerpc/configs/44x/virtex5_defconfig +++ b/arch/powerpc/configs/44x/virtex5_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc8 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Wed Jul 2 15:36:41 2008 | 4 | # Tue Aug 5 09:20:16 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,9 +29,11 @@ CONFIG_GENERIC_TIME=y | |||
| 29 | CONFIG_GENERIC_TIME_VSYSCALL=y | 29 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 30 | CONFIG_GENERIC_CLOCKEVENTS=y | 30 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 31 | CONFIG_GENERIC_HARDIRQS=y | 31 | CONFIG_GENERIC_HARDIRQS=y |
| 32 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 34 | CONFIG_STACKTRACE_SUPPORT=y | 35 | CONFIG_STACKTRACE_SUPPORT=y |
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 35 | CONFIG_LOCKDEP_SUPPORT=y | 37 | CONFIG_LOCKDEP_SUPPORT=y |
| 36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -115,10 +117,16 @@ CONFIG_SLAB=y | |||
| 115 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 116 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 117 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 118 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 119 | CONFIG_HAVE_KRETPROBES=y | 123 | CONFIG_HAVE_KRETPROBES=y |
| 124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 120 | # CONFIG_HAVE_DMA_ATTRS is not set | 125 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 126 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 127 | # CONFIG_HAVE_CLK is not set | ||
| 121 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 122 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 123 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 124 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| @@ -135,6 +143,7 @@ CONFIG_BLOCK=y | |||
| 135 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 136 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 137 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 138 | 147 | ||
| 139 | # | 148 | # |
| 140 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -154,13 +163,12 @@ CONFIG_CLASSIC_RCU=y | |||
| 154 | # | 163 | # |
| 155 | # Platform support | 164 | # Platform support |
| 156 | # | 165 | # |
| 157 | # CONFIG_PPC_MPC512x is not set | ||
| 158 | # CONFIG_PPC_MPC5121 is not set | ||
| 159 | # CONFIG_PPC_CELL is not set | 166 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 167 | # CONFIG_PPC_CELL_NATIVE is not set |
| 161 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
| 162 | # CONFIG_BAMBOO is not set | 169 | # CONFIG_BAMBOO is not set |
| 163 | # CONFIG_EBONY is not set | 170 | # CONFIG_EBONY is not set |
| 171 | # CONFIG_SAM440EP is not set | ||
| 164 | # CONFIG_SEQUOIA is not set | 172 | # CONFIG_SEQUOIA is not set |
| 165 | # CONFIG_TAISHAN is not set | 173 | # CONFIG_TAISHAN is not set |
| 166 | # CONFIG_KATMAI is not set | 174 | # CONFIG_KATMAI is not set |
| @@ -221,6 +229,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 222 | CONFIG_PAGEFLAGS_EXTENDED=y | 230 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 232 | CONFIG_MIGRATION=y | ||
| 224 | CONFIG_RESOURCES_64BIT=y | 233 | CONFIG_RESOURCES_64BIT=y |
| 225 | CONFIG_ZONE_DMA_FLAG=1 | 234 | CONFIG_ZONE_DMA_FLAG=1 |
| 226 | CONFIG_BOUNCE=y | 235 | CONFIG_BOUNCE=y |
| @@ -239,6 +248,7 @@ CONFIG_ISA_DMA_API=y | |||
| 239 | CONFIG_ZONE_DMA=y | 248 | CONFIG_ZONE_DMA=y |
| 240 | CONFIG_PPC_INDIRECT_PCI=y | 249 | CONFIG_PPC_INDIRECT_PCI=y |
| 241 | CONFIG_4xx_SOC=y | 250 | CONFIG_4xx_SOC=y |
| 251 | CONFIG_PPC_PCI_CHOICE=y | ||
| 242 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
| 243 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
| 244 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
| @@ -265,10 +275,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 265 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
| 266 | CONFIG_CONSISTENT_START=0xff100000 | 276 | CONFIG_CONSISTENT_START=0xff100000 |
| 267 | CONFIG_CONSISTENT_SIZE=0x00200000 | 277 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 268 | |||
| 269 | # | ||
| 270 | # Networking | ||
| 271 | # | ||
| 272 | CONFIG_NET=y | 278 | CONFIG_NET=y |
| 273 | 279 | ||
| 274 | # | 280 | # |
| @@ -446,7 +452,9 @@ CONFIG_IP_NF_MANGLE=m | |||
| 446 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 452 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 447 | CONFIG_STANDALONE=y | 453 | CONFIG_STANDALONE=y |
| 448 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 454 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 449 | # CONFIG_FW_LOADER is not set | 455 | CONFIG_FW_LOADER=y |
| 456 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 457 | CONFIG_EXTRA_FIRMWARE="" | ||
| 450 | # CONFIG_SYS_HYPERVISOR is not set | 458 | # CONFIG_SYS_HYPERVISOR is not set |
| 451 | # CONFIG_CONNECTOR is not set | 459 | # CONFIG_CONNECTOR is not set |
| 452 | # CONFIG_MTD is not set | 460 | # CONFIG_MTD is not set |
| @@ -471,12 +479,14 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
| 471 | # CONFIG_CDROM_PKTCDVD is not set | 479 | # CONFIG_CDROM_PKTCDVD is not set |
| 472 | # CONFIG_ATA_OVER_ETH is not set | 480 | # CONFIG_ATA_OVER_ETH is not set |
| 473 | # CONFIG_XILINX_SYSACE is not set | 481 | # CONFIG_XILINX_SYSACE is not set |
| 482 | # CONFIG_BLK_DEV_HD is not set | ||
| 474 | CONFIG_MISC_DEVICES=y | 483 | CONFIG_MISC_DEVICES=y |
| 475 | # CONFIG_PHANTOM is not set | 484 | # CONFIG_PHANTOM is not set |
| 476 | # CONFIG_EEPROM_93CX6 is not set | 485 | # CONFIG_EEPROM_93CX6 is not set |
| 477 | # CONFIG_SGI_IOC4 is not set | 486 | # CONFIG_SGI_IOC4 is not set |
| 478 | # CONFIG_TIFM_CORE is not set | 487 | # CONFIG_TIFM_CORE is not set |
| 479 | # CONFIG_ENCLOSURE_SERVICES is not set | 488 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 489 | # CONFIG_HP_ILO is not set | ||
| 480 | CONFIG_HAVE_IDE=y | 490 | CONFIG_HAVE_IDE=y |
| 481 | # CONFIG_IDE is not set | 491 | # CONFIG_IDE is not set |
| 482 | 492 | ||
| @@ -503,7 +513,6 @@ CONFIG_HAVE_IDE=y | |||
| 503 | # CONFIG_I2O is not set | 513 | # CONFIG_I2O is not set |
| 504 | # CONFIG_MACINTOSH_DRIVERS is not set | 514 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 505 | CONFIG_NETDEVICES=y | 515 | CONFIG_NETDEVICES=y |
| 506 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 507 | # CONFIG_DUMMY is not set | 516 | # CONFIG_DUMMY is not set |
| 508 | # CONFIG_BONDING is not set | 517 | # CONFIG_BONDING is not set |
| 509 | # CONFIG_MACVLAN is not set | 518 | # CONFIG_MACVLAN is not set |
| @@ -532,7 +541,6 @@ CONFIG_NETDEV_1000=y | |||
| 532 | # CONFIG_DL2K is not set | 541 | # CONFIG_DL2K is not set |
| 533 | # CONFIG_E1000 is not set | 542 | # CONFIG_E1000 is not set |
| 534 | # CONFIG_E1000E is not set | 543 | # CONFIG_E1000E is not set |
| 535 | # CONFIG_E1000E_ENABLED is not set | ||
| 536 | # CONFIG_IP1000 is not set | 544 | # CONFIG_IP1000 is not set |
| 537 | # CONFIG_IGB is not set | 545 | # CONFIG_IGB is not set |
| 538 | # CONFIG_NS83820 is not set | 546 | # CONFIG_NS83820 is not set |
| @@ -547,6 +555,7 @@ CONFIG_NETDEV_1000=y | |||
| 547 | # CONFIG_BNX2 is not set | 555 | # CONFIG_BNX2 is not set |
| 548 | # CONFIG_QLA3XXX is not set | 556 | # CONFIG_QLA3XXX is not set |
| 549 | # CONFIG_ATL1 is not set | 557 | # CONFIG_ATL1 is not set |
| 558 | # CONFIG_ATL1E is not set | ||
| 550 | # CONFIG_NETDEV_10000 is not set | 559 | # CONFIG_NETDEV_10000 is not set |
| 551 | # CONFIG_TR is not set | 560 | # CONFIG_TR is not set |
| 552 | 561 | ||
| @@ -619,12 +628,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 619 | # CONFIG_SERIO_PCIPS2 is not set | 628 | # CONFIG_SERIO_PCIPS2 is not set |
| 620 | CONFIG_SERIO_LIBPS2=y | 629 | CONFIG_SERIO_LIBPS2=y |
| 621 | # CONFIG_SERIO_RAW is not set | 630 | # CONFIG_SERIO_RAW is not set |
| 631 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 622 | # CONFIG_GAMEPORT is not set | 632 | # CONFIG_GAMEPORT is not set |
| 623 | 633 | ||
| 624 | # | 634 | # |
| 625 | # Character devices | 635 | # Character devices |
| 626 | # | 636 | # |
| 627 | CONFIG_VT=y | 637 | CONFIG_VT=y |
| 638 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 628 | CONFIG_VT_CONSOLE=y | 639 | CONFIG_VT_CONSOLE=y |
| 629 | CONFIG_HW_CONSOLE=y | 640 | CONFIG_HW_CONSOLE=y |
| 630 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 641 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -670,39 +681,59 @@ CONFIG_I2C_CHARDEV=y | |||
| 670 | # | 681 | # |
| 671 | # I2C Hardware Bus support | 682 | # I2C Hardware Bus support |
| 672 | # | 683 | # |
| 684 | |||
| 685 | # | ||
| 686 | # PC SMBus host controller drivers | ||
| 687 | # | ||
| 673 | # CONFIG_I2C_ALI1535 is not set | 688 | # CONFIG_I2C_ALI1535 is not set |
| 674 | # CONFIG_I2C_ALI1563 is not set | 689 | # CONFIG_I2C_ALI1563 is not set |
| 675 | # CONFIG_I2C_ALI15X3 is not set | 690 | # CONFIG_I2C_ALI15X3 is not set |
| 676 | # CONFIG_I2C_AMD756 is not set | 691 | # CONFIG_I2C_AMD756 is not set |
| 677 | # CONFIG_I2C_AMD8111 is not set | 692 | # CONFIG_I2C_AMD8111 is not set |
| 678 | # CONFIG_I2C_I801 is not set | 693 | # CONFIG_I2C_I801 is not set |
| 679 | # CONFIG_I2C_I810 is not set | 694 | # CONFIG_I2C_ISCH is not set |
| 680 | # CONFIG_I2C_PIIX4 is not set | 695 | # CONFIG_I2C_PIIX4 is not set |
| 681 | # CONFIG_I2C_IBM_IIC is not set | ||
| 682 | # CONFIG_I2C_MPC is not set | ||
| 683 | # CONFIG_I2C_NFORCE2 is not set | 696 | # CONFIG_I2C_NFORCE2 is not set |
| 684 | # CONFIG_I2C_OCORES is not set | ||
| 685 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 686 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 687 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 688 | # CONFIG_I2C_SIMTEC is not set | ||
| 689 | # CONFIG_I2C_SIS5595 is not set | 697 | # CONFIG_I2C_SIS5595 is not set |
| 690 | # CONFIG_I2C_SIS630 is not set | 698 | # CONFIG_I2C_SIS630 is not set |
| 691 | # CONFIG_I2C_SIS96X is not set | 699 | # CONFIG_I2C_SIS96X is not set |
| 692 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 693 | # CONFIG_I2C_STUB is not set | ||
| 694 | # CONFIG_I2C_VIA is not set | 700 | # CONFIG_I2C_VIA is not set |
| 695 | # CONFIG_I2C_VIAPRO is not set | 701 | # CONFIG_I2C_VIAPRO is not set |
| 702 | |||
| 703 | # | ||
| 704 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 705 | # | ||
| 706 | # CONFIG_I2C_IBM_IIC is not set | ||
| 707 | # CONFIG_I2C_MPC is not set | ||
| 708 | # CONFIG_I2C_OCORES is not set | ||
| 709 | # CONFIG_I2C_SIMTEC is not set | ||
| 710 | |||
| 711 | # | ||
| 712 | # External I2C/SMBus adapter drivers | ||
| 713 | # | ||
| 714 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 715 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 716 | |||
| 717 | # | ||
| 718 | # Graphics adapter I2C/DDC channel drivers | ||
| 719 | # | ||
| 696 | # CONFIG_I2C_VOODOO3 is not set | 720 | # CONFIG_I2C_VOODOO3 is not set |
| 721 | |||
| 722 | # | ||
| 723 | # Other I2C/SMBus bus drivers | ||
| 724 | # | ||
| 697 | # CONFIG_I2C_PCA_PLATFORM is not set | 725 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 726 | # CONFIG_I2C_STUB is not set | ||
| 698 | 727 | ||
| 699 | # | 728 | # |
| 700 | # Miscellaneous I2C Chip support | 729 | # Miscellaneous I2C Chip support |
| 701 | # | 730 | # |
| 702 | # CONFIG_DS1682 is not set | 731 | # CONFIG_DS1682 is not set |
| 732 | # CONFIG_AT24 is not set | ||
| 703 | # CONFIG_SENSORS_EEPROM is not set | 733 | # CONFIG_SENSORS_EEPROM is not set |
| 704 | # CONFIG_SENSORS_PCF8574 is not set | 734 | # CONFIG_SENSORS_PCF8574 is not set |
| 705 | # CONFIG_PCF8575 is not set | 735 | # CONFIG_PCF8575 is not set |
| 736 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 706 | # CONFIG_SENSORS_PCF8591 is not set | 737 | # CONFIG_SENSORS_PCF8591 is not set |
| 707 | # CONFIG_SENSORS_MAX6875 is not set | 738 | # CONFIG_SENSORS_MAX6875 is not set |
| 708 | # CONFIG_SENSORS_TSL2550 is not set | 739 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -711,10 +742,13 @@ CONFIG_I2C_DEBUG_ALGO=y | |||
| 711 | # CONFIG_I2C_DEBUG_BUS is not set | 742 | # CONFIG_I2C_DEBUG_BUS is not set |
| 712 | # CONFIG_I2C_DEBUG_CHIP is not set | 743 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 713 | # CONFIG_SPI is not set | 744 | # CONFIG_SPI is not set |
| 745 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 746 | # CONFIG_GPIOLIB is not set | ||
| 714 | # CONFIG_W1 is not set | 747 | # CONFIG_W1 is not set |
| 715 | # CONFIG_POWER_SUPPLY is not set | 748 | # CONFIG_POWER_SUPPLY is not set |
| 716 | # CONFIG_HWMON is not set | 749 | # CONFIG_HWMON is not set |
| 717 | # CONFIG_THERMAL is not set | 750 | # CONFIG_THERMAL is not set |
| 751 | # CONFIG_THERMAL_HWMON is not set | ||
| 718 | # CONFIG_WATCHDOG is not set | 752 | # CONFIG_WATCHDOG is not set |
| 719 | 753 | ||
| 720 | # | 754 | # |
| @@ -726,6 +760,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 726 | # | 760 | # |
| 727 | # Multifunction device drivers | 761 | # Multifunction device drivers |
| 728 | # | 762 | # |
| 763 | # CONFIG_MFD_CORE is not set | ||
| 729 | # CONFIG_MFD_SM501 is not set | 764 | # CONFIG_MFD_SM501 is not set |
| 730 | # CONFIG_HTC_PASIC3 is not set | 765 | # CONFIG_HTC_PASIC3 is not set |
| 731 | 766 | ||
| @@ -799,6 +834,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
| 799 | # CONFIG_FB_TRIDENT is not set | 834 | # CONFIG_FB_TRIDENT is not set |
| 800 | # CONFIG_FB_ARK is not set | 835 | # CONFIG_FB_ARK is not set |
| 801 | # CONFIG_FB_PM3 is not set | 836 | # CONFIG_FB_PM3 is not set |
| 837 | # CONFIG_FB_CARMINE is not set | ||
| 802 | # CONFIG_FB_IBM_GXT4500 is not set | 838 | # CONFIG_FB_IBM_GXT4500 is not set |
| 803 | CONFIG_FB_XILINX=y | 839 | CONFIG_FB_XILINX=y |
| 804 | # CONFIG_FB_VIRTUAL is not set | 840 | # CONFIG_FB_VIRTUAL is not set |
| @@ -831,10 +867,6 @@ CONFIG_LOGO=y | |||
| 831 | CONFIG_LOGO_LINUX_MONO=y | 867 | CONFIG_LOGO_LINUX_MONO=y |
| 832 | CONFIG_LOGO_LINUX_VGA16=y | 868 | CONFIG_LOGO_LINUX_VGA16=y |
| 833 | CONFIG_LOGO_LINUX_CLUT224=y | 869 | CONFIG_LOGO_LINUX_CLUT224=y |
| 834 | |||
| 835 | # | ||
| 836 | # Sound | ||
| 837 | # | ||
| 838 | # CONFIG_SOUND is not set | 870 | # CONFIG_SOUND is not set |
| 839 | # CONFIG_HID_SUPPORT is not set | 871 | # CONFIG_HID_SUPPORT is not set |
| 840 | # CONFIG_USB_SUPPORT is not set | 872 | # CONFIG_USB_SUPPORT is not set |
| @@ -910,6 +942,7 @@ CONFIG_TMPFS=y | |||
| 910 | CONFIG_CRAMFS=y | 942 | CONFIG_CRAMFS=y |
| 911 | # CONFIG_VXFS_FS is not set | 943 | # CONFIG_VXFS_FS is not set |
| 912 | # CONFIG_MINIX_FS is not set | 944 | # CONFIG_MINIX_FS is not set |
| 945 | # CONFIG_OMFS_FS is not set | ||
| 913 | # CONFIG_HPFS_FS is not set | 946 | # CONFIG_HPFS_FS is not set |
| 914 | # CONFIG_QNX4FS_FS is not set | 947 | # CONFIG_QNX4FS_FS is not set |
| 915 | CONFIG_ROMFS_FS=y | 948 | CONFIG_ROMFS_FS=y |
| @@ -920,17 +953,16 @@ CONFIG_NFS_FS=y | |||
| 920 | CONFIG_NFS_V3=y | 953 | CONFIG_NFS_V3=y |
| 921 | # CONFIG_NFS_V3_ACL is not set | 954 | # CONFIG_NFS_V3_ACL is not set |
| 922 | # CONFIG_NFS_V4 is not set | 955 | # CONFIG_NFS_V4 is not set |
| 956 | CONFIG_ROOT_NFS=y | ||
| 923 | CONFIG_NFSD=y | 957 | CONFIG_NFSD=y |
| 924 | CONFIG_NFSD_V3=y | 958 | CONFIG_NFSD_V3=y |
| 925 | # CONFIG_NFSD_V3_ACL is not set | 959 | # CONFIG_NFSD_V3_ACL is not set |
| 926 | # CONFIG_NFSD_V4 is not set | 960 | # CONFIG_NFSD_V4 is not set |
| 927 | CONFIG_ROOT_NFS=y | ||
| 928 | CONFIG_LOCKD=y | 961 | CONFIG_LOCKD=y |
| 929 | CONFIG_LOCKD_V4=y | 962 | CONFIG_LOCKD_V4=y |
| 930 | CONFIG_EXPORTFS=y | 963 | CONFIG_EXPORTFS=y |
| 931 | CONFIG_NFS_COMMON=y | 964 | CONFIG_NFS_COMMON=y |
| 932 | CONFIG_SUNRPC=y | 965 | CONFIG_SUNRPC=y |
| 933 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 934 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 966 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 935 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 967 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 936 | CONFIG_SMB_FS=y | 968 | CONFIG_SMB_FS=y |
| @@ -994,6 +1026,7 @@ CONFIG_BITREVERSE=y | |||
| 994 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1026 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 995 | CONFIG_CRC_CCITT=y | 1027 | CONFIG_CRC_CCITT=y |
| 996 | # CONFIG_CRC16 is not set | 1028 | # CONFIG_CRC16 is not set |
| 1029 | # CONFIG_CRC_T10DIF is not set | ||
| 997 | # CONFIG_CRC_ITU_T is not set | 1030 | # CONFIG_CRC_ITU_T is not set |
| 998 | CONFIG_CRC32=y | 1031 | CONFIG_CRC32=y |
| 999 | # CONFIG_CRC7 is not set | 1032 | # CONFIG_CRC7 is not set |
| @@ -1018,7 +1051,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1018 | # CONFIG_HEADERS_CHECK is not set | 1051 | # CONFIG_HEADERS_CHECK is not set |
| 1019 | # CONFIG_DEBUG_KERNEL is not set | 1052 | # CONFIG_DEBUG_KERNEL is not set |
| 1020 | CONFIG_DEBUG_BUGVERBOSE=y | 1053 | CONFIG_DEBUG_BUGVERBOSE=y |
| 1054 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1055 | # CONFIG_LATENCYTOP is not set | ||
| 1056 | CONFIG_HAVE_FTRACE=y | ||
| 1057 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1058 | # CONFIG_FTRACE is not set | ||
| 1059 | # CONFIG_PREEMPT_TRACER is not set | ||
| 1060 | # CONFIG_SCHED_TRACER is not set | ||
| 1061 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1021 | # CONFIG_SAMPLES is not set | 1062 | # CONFIG_SAMPLES is not set |
| 1063 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1022 | # CONFIG_IRQSTACKS is not set | 1064 | # CONFIG_IRQSTACKS is not set |
| 1023 | # CONFIG_PPC_EARLY_DEBUG is not set | 1065 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1024 | 1066 | ||
| @@ -1071,6 +1113,10 @@ CONFIG_CRYPTO=y | |||
| 1071 | # CONFIG_CRYPTO_MD4 is not set | 1113 | # CONFIG_CRYPTO_MD4 is not set |
| 1072 | # CONFIG_CRYPTO_MD5 is not set | 1114 | # CONFIG_CRYPTO_MD5 is not set |
| 1073 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1115 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1116 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1117 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1118 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1119 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1074 | # CONFIG_CRYPTO_SHA1 is not set | 1120 | # CONFIG_CRYPTO_SHA1 is not set |
| 1075 | # CONFIG_CRYPTO_SHA256 is not set | 1121 | # CONFIG_CRYPTO_SHA256 is not set |
| 1076 | # CONFIG_CRYPTO_SHA512 is not set | 1122 | # CONFIG_CRYPTO_SHA512 is not set |
diff --git a/arch/powerpc/configs/44x/warp_defconfig b/arch/powerpc/configs/44x/warp_defconfig index 2313c3e8ef61..d9375a969c67 100644 --- a/arch/powerpc/configs/44x/warp_defconfig +++ b/arch/powerpc/configs/44x/warp_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc2 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Fri Feb 15 21:54:43 2008 | 4 | # Tue Aug 5 09:23:39 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,8 +30,12 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 38 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -79,6 +83,7 @@ CONFIG_FAIR_GROUP_SCHED=y | |||
| 79 | CONFIG_USER_SCHED=y | 83 | CONFIG_USER_SCHED=y |
| 80 | # CONFIG_CGROUP_SCHED is not set | 84 | # CONFIG_CGROUP_SCHED is not set |
| 81 | CONFIG_SYSFS_DEPRECATED=y | 85 | CONFIG_SYSFS_DEPRECATED=y |
| 86 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 82 | # CONFIG_RELAY is not set | 87 | # CONFIG_RELAY is not set |
| 83 | # CONFIG_NAMESPACES is not set | 88 | # CONFIG_NAMESPACES is not set |
| 84 | CONFIG_BLK_DEV_INITRD=y | 89 | CONFIG_BLK_DEV_INITRD=y |
| @@ -87,6 +92,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 87 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 88 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 89 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 90 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 91 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
| 92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -111,13 +117,22 @@ CONFIG_SLAB=y | |||
| 111 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 113 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | ||
| 124 | 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 | ||
| 115 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 116 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 117 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 118 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| 119 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
| 120 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
| 135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 121 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
| 122 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 123 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| @@ -128,6 +143,7 @@ CONFIG_BLOCK=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 147 | ||
| 132 | # | 148 | # |
| 133 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -142,23 +158,24 @@ CONFIG_DEFAULT_AS=y | |||
| 142 | # CONFIG_DEFAULT_NOOP is not set | 158 | # CONFIG_DEFAULT_NOOP is not set |
| 143 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 159 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 144 | CONFIG_CLASSIC_RCU=y | 160 | CONFIG_CLASSIC_RCU=y |
| 145 | # CONFIG_PREEMPT_RCU is not set | ||
| 146 | 161 | ||
| 147 | # | 162 | # |
| 148 | # Platform support | 163 | # Platform support |
| 149 | # | 164 | # |
| 150 | # CONFIG_PPC_MPC512x is not set | ||
| 151 | # CONFIG_PPC_MPC5121 is not set | ||
| 152 | # CONFIG_PPC_CELL is not set | 165 | # CONFIG_PPC_CELL is not set |
| 153 | # CONFIG_PPC_CELL_NATIVE is not set | 166 | # CONFIG_PPC_CELL_NATIVE is not set |
| 154 | # CONFIG_PQ2ADS is not set | 167 | # CONFIG_PQ2ADS is not set |
| 155 | # CONFIG_BAMBOO is not set | 168 | # CONFIG_BAMBOO is not set |
| 156 | # CONFIG_EBONY is not set | 169 | # CONFIG_EBONY is not set |
| 170 | # CONFIG_SAM440EP is not set | ||
| 157 | # CONFIG_SEQUOIA is not set | 171 | # CONFIG_SEQUOIA is not set |
| 158 | # CONFIG_TAISHAN is not set | 172 | # CONFIG_TAISHAN is not set |
| 159 | # CONFIG_KATMAI is not set | 173 | # CONFIG_KATMAI is not set |
| 160 | # CONFIG_RAINIER is not set | 174 | # CONFIG_RAINIER is not set |
| 161 | CONFIG_WARP=y | 175 | CONFIG_WARP=y |
| 176 | # CONFIG_CANYONLANDS is not set | ||
| 177 | # CONFIG_YOSEMITE is not set | ||
| 178 | # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set | ||
| 162 | CONFIG_440EP=y | 179 | CONFIG_440EP=y |
| 163 | CONFIG_IBM440EP_ERR42=y | 180 | CONFIG_IBM440EP_ERR42=y |
| 164 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
| @@ -191,7 +208,6 @@ CONFIG_HZ=1000 | |||
| 191 | CONFIG_PREEMPT_NONE=y | 208 | CONFIG_PREEMPT_NONE=y |
| 192 | # CONFIG_PREEMPT_VOLUNTARY is not set | 209 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 193 | # CONFIG_PREEMPT is not set | 210 | # CONFIG_PREEMPT is not set |
| 194 | CONFIG_RCU_TRACE=y | ||
| 195 | CONFIG_BINFMT_ELF=y | 211 | CONFIG_BINFMT_ELF=y |
| 196 | # CONFIG_BINFMT_MISC is not set | 212 | # CONFIG_BINFMT_MISC is not set |
| 197 | # CONFIG_MATH_EMULATION is not set | 213 | # CONFIG_MATH_EMULATION is not set |
| @@ -209,14 +225,18 @@ CONFIG_FLATMEM=y | |||
| 209 | CONFIG_FLAT_NODE_MEM_MAP=y | 225 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 210 | # CONFIG_SPARSEMEM_STATIC is not set | 226 | # CONFIG_SPARSEMEM_STATIC is not set |
| 211 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 227 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 228 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 212 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 229 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 230 | CONFIG_MIGRATION=y | ||
| 213 | CONFIG_RESOURCES_64BIT=y | 231 | CONFIG_RESOURCES_64BIT=y |
| 214 | CONFIG_ZONE_DMA_FLAG=1 | 232 | CONFIG_ZONE_DMA_FLAG=1 |
| 215 | CONFIG_BOUNCE=y | 233 | CONFIG_BOUNCE=y |
| 216 | CONFIG_VIRT_TO_BUS=y | 234 | CONFIG_VIRT_TO_BUS=y |
| 235 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 217 | CONFIG_PROC_DEVICETREE=y | 236 | CONFIG_PROC_DEVICETREE=y |
| 218 | CONFIG_CMDLINE_BOOL=y | 237 | CONFIG_CMDLINE_BOOL=y |
| 219 | CONFIG_CMDLINE="ip=on" | 238 | CONFIG_CMDLINE="ip=on" |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 220 | CONFIG_SECCOMP=y | 240 | CONFIG_SECCOMP=y |
| 221 | CONFIG_ISA_DMA_API=y | 241 | CONFIG_ISA_DMA_API=y |
| 222 | 242 | ||
| @@ -224,10 +244,13 @@ CONFIG_ISA_DMA_API=y | |||
| 224 | # Bus options | 244 | # Bus options |
| 225 | # | 245 | # |
| 226 | CONFIG_ZONE_DMA=y | 246 | CONFIG_ZONE_DMA=y |
| 247 | CONFIG_4xx_SOC=y | ||
| 248 | CONFIG_PPC_PCI_CHOICE=y | ||
| 227 | # CONFIG_PCI is not set | 249 | # CONFIG_PCI is not set |
| 228 | # CONFIG_PCI_DOMAINS is not set | 250 | # CONFIG_PCI_DOMAINS is not set |
| 229 | # CONFIG_PCI_SYSCALL is not set | 251 | # CONFIG_PCI_SYSCALL is not set |
| 230 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 252 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 253 | # CONFIG_HAS_RAPIDIO is not set | ||
| 231 | 254 | ||
| 232 | # | 255 | # |
| 233 | # Advanced setup | 256 | # Advanced setup |
| @@ -237,17 +260,13 @@ CONFIG_ZONE_DMA=y | |||
| 237 | # | 260 | # |
| 238 | # Default settings for advanced configuration options are used | 261 | # Default settings for advanced configuration options are used |
| 239 | # | 262 | # |
| 240 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 241 | CONFIG_LOWMEM_SIZE=0x30000000 | 263 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 264 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 242 | CONFIG_KERNEL_START=0xc0000000 | 265 | CONFIG_KERNEL_START=0xc0000000 |
| 266 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 243 | CONFIG_TASK_SIZE=0xc0000000 | 267 | CONFIG_TASK_SIZE=0xc0000000 |
| 244 | CONFIG_CONSISTENT_START=0xff100000 | 268 | CONFIG_CONSISTENT_START=0xff100000 |
| 245 | CONFIG_CONSISTENT_SIZE=0x00200000 | 269 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 246 | CONFIG_BOOT_LOAD=0x01000000 | ||
| 247 | |||
| 248 | # | ||
| 249 | # Networking | ||
| 250 | # | ||
| 251 | CONFIG_NET=y | 270 | CONFIG_NET=y |
| 252 | 271 | ||
| 253 | # | 272 | # |
| @@ -291,8 +310,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 291 | # CONFIG_TCP_MD5SIG is not set | 310 | # CONFIG_TCP_MD5SIG is not set |
| 292 | # CONFIG_IP_VS is not set | 311 | # CONFIG_IP_VS is not set |
| 293 | # CONFIG_IPV6 is not set | 312 | # CONFIG_IPV6 is not set |
| 294 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 295 | # CONFIG_INET6_TUNNEL is not set | ||
| 296 | # CONFIG_NETWORK_SECMARK is not set | 313 | # CONFIG_NETWORK_SECMARK is not set |
| 297 | CONFIG_NETFILTER=y | 314 | CONFIG_NETFILTER=y |
| 298 | # CONFIG_NETFILTER_DEBUG is not set | 315 | # CONFIG_NETFILTER_DEBUG is not set |
| @@ -318,6 +335,7 @@ CONFIG_NETFILTER_ADVANCED=y | |||
| 318 | # CONFIG_ATM is not set | 335 | # CONFIG_ATM is not set |
| 319 | # CONFIG_BRIDGE is not set | 336 | # CONFIG_BRIDGE is not set |
| 320 | CONFIG_VLAN_8021Q=y | 337 | CONFIG_VLAN_8021Q=y |
| 338 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
| 321 | # CONFIG_DECNET is not set | 339 | # CONFIG_DECNET is not set |
| 322 | # CONFIG_LLC2 is not set | 340 | # CONFIG_LLC2 is not set |
| 323 | # CONFIG_IPX is not set | 341 | # CONFIG_IPX is not set |
| @@ -368,6 +386,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 368 | # CONFIG_MTD_REDBOOT_PARTS is not set | 386 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 369 | # CONFIG_MTD_CMDLINE_PARTS is not set | 387 | # CONFIG_MTD_CMDLINE_PARTS is not set |
| 370 | CONFIG_MTD_OF_PARTS=y | 388 | CONFIG_MTD_OF_PARTS=y |
| 389 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 371 | 390 | ||
| 372 | # | 391 | # |
| 373 | # User Modules And Translation Layers | 392 | # User Modules And Translation Layers |
| @@ -446,6 +465,7 @@ CONFIG_MTD_NAND_IDS=y | |||
| 446 | # | 465 | # |
| 447 | # CONFIG_MTD_UBI is not set | 466 | # CONFIG_MTD_UBI is not set |
| 448 | CONFIG_OF_DEVICE=y | 467 | CONFIG_OF_DEVICE=y |
| 468 | CONFIG_OF_I2C=y | ||
| 449 | # CONFIG_PARPORT is not set | 469 | # CONFIG_PARPORT is not set |
| 450 | CONFIG_BLK_DEV=y | 470 | CONFIG_BLK_DEV=y |
| 451 | # CONFIG_BLK_DEV_FD is not set | 471 | # CONFIG_BLK_DEV_FD is not set |
| @@ -460,6 +480,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 460 | # CONFIG_CDROM_PKTCDVD is not set | 480 | # CONFIG_CDROM_PKTCDVD is not set |
| 461 | # CONFIG_ATA_OVER_ETH is not set | 481 | # CONFIG_ATA_OVER_ETH is not set |
| 462 | # CONFIG_XILINX_SYSACE is not set | 482 | # CONFIG_XILINX_SYSACE is not set |
| 483 | # CONFIG_BLK_DEV_HD is not set | ||
| 463 | CONFIG_MISC_DEVICES=y | 484 | CONFIG_MISC_DEVICES=y |
| 464 | # CONFIG_EEPROM_93CX6 is not set | 485 | # CONFIG_EEPROM_93CX6 is not set |
| 465 | # CONFIG_ENCLOSURE_SERVICES is not set | 486 | # CONFIG_ENCLOSURE_SERVICES is not set |
| @@ -504,11 +525,11 @@ CONFIG_SCSI_SPI_ATTRS=y | |||
| 504 | # CONFIG_SCSI_SAS_LIBSAS is not set | 525 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 505 | # CONFIG_SCSI_SRP_ATTRS is not set | 526 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 506 | # CONFIG_SCSI_LOWLEVEL is not set | 527 | # CONFIG_SCSI_LOWLEVEL is not set |
| 528 | # CONFIG_SCSI_DH is not set | ||
| 507 | # CONFIG_ATA is not set | 529 | # CONFIG_ATA is not set |
| 508 | # CONFIG_MD is not set | 530 | # CONFIG_MD is not set |
| 509 | # CONFIG_MACINTOSH_DRIVERS is not set | 531 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 510 | CONFIG_NETDEVICES=y | 532 | CONFIG_NETDEVICES=y |
| 511 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 512 | # CONFIG_DUMMY is not set | 533 | # CONFIG_DUMMY is not set |
| 513 | # CONFIG_BONDING is not set | 534 | # CONFIG_BONDING is not set |
| 514 | # CONFIG_MACVLAN is not set | 535 | # CONFIG_MACVLAN is not set |
| @@ -538,6 +559,7 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
| 538 | # | 559 | # |
| 539 | # CONFIG_WLAN_PRE80211 is not set | 560 | # CONFIG_WLAN_PRE80211 is not set |
| 540 | # CONFIG_WLAN_80211 is not set | 561 | # CONFIG_WLAN_80211 is not set |
| 562 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 541 | 563 | ||
| 542 | # | 564 | # |
| 543 | # USB Network Adapters | 565 | # USB Network Adapters |
| @@ -571,6 +593,7 @@ CONFIG_IBM_NEW_EMAC_ZMII=y | |||
| 571 | # Character devices | 593 | # Character devices |
| 572 | # | 594 | # |
| 573 | # CONFIG_VT is not set | 595 | # CONFIG_VT is not set |
| 596 | CONFIG_DEVKMEM=y | ||
| 574 | # CONFIG_SERIAL_NONSTANDARD is not set | 597 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 575 | 598 | ||
| 576 | # | 599 | # |
| @@ -608,44 +631,49 @@ CONFIG_I2C_BOARDINFO=y | |||
| 608 | # CONFIG_I2C_CHARDEV is not set | 631 | # CONFIG_I2C_CHARDEV is not set |
| 609 | 632 | ||
| 610 | # | 633 | # |
| 611 | # I2C Algorithms | 634 | # I2C Hardware Bus support |
| 612 | # | 635 | # |
| 613 | # CONFIG_I2C_ALGOBIT is not set | ||
| 614 | # CONFIG_I2C_ALGOPCF is not set | ||
| 615 | # CONFIG_I2C_ALGOPCA is not set | ||
| 616 | 636 | ||
| 617 | # | 637 | # |
| 618 | # I2C Hardware Bus support | 638 | # I2C system bus drivers (mostly embedded / system-on-chip) |
| 619 | # | 639 | # |
| 640 | # CONFIG_I2C_IBM_IIC is not set | ||
| 620 | # CONFIG_I2C_MPC is not set | 641 | # CONFIG_I2C_MPC is not set |
| 621 | # CONFIG_I2C_OCORES is not set | 642 | # CONFIG_I2C_OCORES is not set |
| 622 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 623 | # CONFIG_I2C_SIMTEC is not set | 643 | # CONFIG_I2C_SIMTEC is not set |
| 644 | |||
| 645 | # | ||
| 646 | # External I2C/SMBus adapter drivers | ||
| 647 | # | ||
| 648 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 624 | # CONFIG_I2C_TAOS_EVM is not set | 649 | # CONFIG_I2C_TAOS_EVM is not set |
| 625 | # CONFIG_I2C_STUB is not set | ||
| 626 | # CONFIG_I2C_TINY_USB is not set | 650 | # CONFIG_I2C_TINY_USB is not set |
| 627 | 651 | ||
| 628 | # | 652 | # |
| 653 | # Other I2C/SMBus bus drivers | ||
| 654 | # | ||
| 655 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 656 | # CONFIG_I2C_STUB is not set | ||
| 657 | |||
| 658 | # | ||
| 629 | # Miscellaneous I2C Chip support | 659 | # Miscellaneous I2C Chip support |
| 630 | # | 660 | # |
| 631 | # CONFIG_DS1682 is not set | 661 | # CONFIG_DS1682 is not set |
| 662 | # CONFIG_AT24 is not set | ||
| 632 | CONFIG_SENSORS_EEPROM=y | 663 | CONFIG_SENSORS_EEPROM=y |
| 633 | # CONFIG_SENSORS_PCF8574 is not set | 664 | # CONFIG_SENSORS_PCF8574 is not set |
| 634 | # CONFIG_PCF8575 is not set | 665 | # CONFIG_PCF8575 is not set |
| 666 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 635 | # CONFIG_SENSORS_PCF8591 is not set | 667 | # CONFIG_SENSORS_PCF8591 is not set |
| 636 | # CONFIG_TPS65010 is not set | ||
| 637 | # CONFIG_SENSORS_MAX6875 is not set | 668 | # CONFIG_SENSORS_MAX6875 is not set |
| 638 | # CONFIG_SENSORS_TSL2550 is not set | 669 | # CONFIG_SENSORS_TSL2550 is not set |
| 639 | # CONFIG_I2C_DEBUG_CORE is not set | 670 | # CONFIG_I2C_DEBUG_CORE is not set |
| 640 | # CONFIG_I2C_DEBUG_ALGO is not set | 671 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 641 | # CONFIG_I2C_DEBUG_BUS is not set | 672 | # CONFIG_I2C_DEBUG_BUS is not set |
| 642 | # CONFIG_I2C_DEBUG_CHIP is not set | 673 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 643 | |||
| 644 | # | ||
| 645 | # SPI support | ||
| 646 | # | ||
| 647 | # CONFIG_SPI is not set | 674 | # CONFIG_SPI is not set |
| 648 | # CONFIG_SPI_MASTER is not set | 675 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 676 | # CONFIG_GPIOLIB is not set | ||
| 649 | # CONFIG_W1 is not set | 677 | # CONFIG_W1 is not set |
| 650 | # CONFIG_POWER_SUPPLY is not set | 678 | # CONFIG_POWER_SUPPLY is not set |
| 651 | CONFIG_HWMON=y | 679 | CONFIG_HWMON=y |
| @@ -658,6 +686,7 @@ CONFIG_HWMON=y | |||
| 658 | # CONFIG_SENSORS_ADM1031 is not set | 686 | # CONFIG_SENSORS_ADM1031 is not set |
| 659 | # CONFIG_SENSORS_ADM9240 is not set | 687 | # CONFIG_SENSORS_ADM9240 is not set |
| 660 | # CONFIG_SENSORS_ADT7470 is not set | 688 | # CONFIG_SENSORS_ADT7470 is not set |
| 689 | # CONFIG_SENSORS_ADT7473 is not set | ||
| 661 | # CONFIG_SENSORS_ATXP1 is not set | 690 | # CONFIG_SENSORS_ATXP1 is not set |
| 662 | # CONFIG_SENSORS_DS1621 is not set | 691 | # CONFIG_SENSORS_DS1621 is not set |
| 663 | # CONFIG_SENSORS_F71805F is not set | 692 | # CONFIG_SENSORS_F71805F is not set |
| @@ -698,6 +727,7 @@ CONFIG_HWMON=y | |||
| 698 | # CONFIG_SENSORS_W83627EHF is not set | 727 | # CONFIG_SENSORS_W83627EHF is not set |
| 699 | # CONFIG_HWMON_DEBUG_CHIP is not set | 728 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 700 | CONFIG_THERMAL=y | 729 | CONFIG_THERMAL=y |
| 730 | # CONFIG_THERMAL_HWMON is not set | ||
| 701 | # CONFIG_WATCHDOG is not set | 731 | # CONFIG_WATCHDOG is not set |
| 702 | 732 | ||
| 703 | # | 733 | # |
| @@ -709,13 +739,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 709 | # | 739 | # |
| 710 | # Multifunction device drivers | 740 | # Multifunction device drivers |
| 711 | # | 741 | # |
| 742 | # CONFIG_MFD_CORE is not set | ||
| 712 | # CONFIG_MFD_SM501 is not set | 743 | # CONFIG_MFD_SM501 is not set |
| 744 | # CONFIG_HTC_PASIC3 is not set | ||
| 713 | 745 | ||
| 714 | # | 746 | # |
| 715 | # Multimedia devices | 747 | # Multimedia devices |
| 716 | # | 748 | # |
| 749 | |||
| 750 | # | ||
| 751 | # Multimedia core support | ||
| 752 | # | ||
| 717 | # CONFIG_VIDEO_DEV is not set | 753 | # CONFIG_VIDEO_DEV is not set |
| 718 | # CONFIG_DVB_CORE is not set | 754 | # CONFIG_DVB_CORE is not set |
| 755 | # CONFIG_VIDEO_MEDIA is not set | ||
| 756 | |||
| 757 | # | ||
| 758 | # Multimedia drivers | ||
| 759 | # | ||
| 719 | # CONFIG_DAB is not set | 760 | # CONFIG_DAB is not set |
| 720 | 761 | ||
| 721 | # | 762 | # |
| @@ -730,10 +771,6 @@ CONFIG_SSB_POSSIBLE=y | |||
| 730 | # Display device support | 771 | # Display device support |
| 731 | # | 772 | # |
| 732 | # CONFIG_DISPLAY_SUPPORT is not set | 773 | # CONFIG_DISPLAY_SUPPORT is not set |
| 733 | |||
| 734 | # | ||
| 735 | # Sound | ||
| 736 | # | ||
| 737 | # CONFIG_SOUND is not set | 774 | # CONFIG_SOUND is not set |
| 738 | CONFIG_USB_SUPPORT=y | 775 | CONFIG_USB_SUPPORT=y |
| 739 | CONFIG_USB_ARCH_HAS_HCD=y | 776 | CONFIG_USB_ARCH_HAS_HCD=y |
| @@ -750,11 +787,15 @@ CONFIG_USB=y | |||
| 750 | CONFIG_USB_DEVICE_CLASS=y | 787 | CONFIG_USB_DEVICE_CLASS=y |
| 751 | # CONFIG_USB_DYNAMIC_MINORS is not set | 788 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 752 | # CONFIG_USB_OTG is not set | 789 | # CONFIG_USB_OTG is not set |
| 790 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 791 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 753 | 792 | ||
| 754 | # | 793 | # |
| 755 | # USB Host Controller Drivers | 794 | # USB Host Controller Drivers |
| 756 | # | 795 | # |
| 796 | # CONFIG_USB_C67X00_HCD is not set | ||
| 757 | # CONFIG_USB_ISP116X_HCD is not set | 797 | # CONFIG_USB_ISP116X_HCD is not set |
| 798 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 758 | CONFIG_USB_OHCI_HCD=y | 799 | CONFIG_USB_OHCI_HCD=y |
| 759 | CONFIG_USB_OHCI_HCD_PPC_OF=y | 800 | CONFIG_USB_OHCI_HCD_PPC_OF=y |
| 760 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | 801 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y |
| @@ -770,6 +811,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 770 | # | 811 | # |
| 771 | # CONFIG_USB_ACM is not set | 812 | # CONFIG_USB_ACM is not set |
| 772 | # CONFIG_USB_PRINTER is not set | 813 | # CONFIG_USB_PRINTER is not set |
| 814 | # CONFIG_USB_WDM is not set | ||
| 773 | 815 | ||
| 774 | # | 816 | # |
| 775 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 817 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -790,6 +832,7 @@ CONFIG_USB_STORAGE=y | |||
| 790 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 832 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 791 | # CONFIG_USB_STORAGE_ALAUDA is not set | 833 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 792 | # CONFIG_USB_STORAGE_KARMA is not set | 834 | # CONFIG_USB_STORAGE_KARMA is not set |
| 835 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
| 793 | # CONFIG_USB_LIBUSUAL is not set | 836 | # CONFIG_USB_LIBUSUAL is not set |
| 794 | 837 | ||
| 795 | # | 838 | # |
| @@ -825,6 +868,7 @@ CONFIG_USB_MON=y | |||
| 825 | # CONFIG_USB_LD is not set | 868 | # CONFIG_USB_LD is not set |
| 826 | # CONFIG_USB_TRANCEVIBRATOR is not set | 869 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 827 | # CONFIG_USB_IOWARRIOR is not set | 870 | # CONFIG_USB_IOWARRIOR is not set |
| 871 | # CONFIG_USB_ISIGHTFW is not set | ||
| 828 | # CONFIG_USB_GADGET is not set | 872 | # CONFIG_USB_GADGET is not set |
| 829 | CONFIG_MMC=m | 873 | CONFIG_MMC=m |
| 830 | # CONFIG_MMC_DEBUG is not set | 874 | # CONFIG_MMC_DEBUG is not set |
| @@ -836,19 +880,19 @@ CONFIG_MMC=m | |||
| 836 | CONFIG_MMC_BLOCK=m | 880 | CONFIG_MMC_BLOCK=m |
| 837 | CONFIG_MMC_BLOCK_BOUNCE=y | 881 | CONFIG_MMC_BLOCK_BOUNCE=y |
| 838 | # CONFIG_SDIO_UART is not set | 882 | # CONFIG_SDIO_UART is not set |
| 883 | # CONFIG_MMC_TEST is not set | ||
| 839 | 884 | ||
| 840 | # | 885 | # |
| 841 | # MMC/SD Host Controller Drivers | 886 | # MMC/SD Host Controller Drivers |
| 842 | # | 887 | # |
| 888 | # CONFIG_MMC_SDHCI is not set | ||
| 843 | # CONFIG_MMC_WBSD is not set | 889 | # CONFIG_MMC_WBSD is not set |
| 844 | # CONFIG_MEMSTICK is not set | 890 | # CONFIG_MEMSTICK is not set |
| 845 | # CONFIG_NEW_LEDS is not set | 891 | # CONFIG_NEW_LEDS is not set |
| 892 | # CONFIG_ACCESSIBILITY is not set | ||
| 846 | # CONFIG_EDAC is not set | 893 | # CONFIG_EDAC is not set |
| 847 | # CONFIG_RTC_CLASS is not set | 894 | # CONFIG_RTC_CLASS is not set |
| 848 | 895 | # CONFIG_DMADEVICES is not set | |
| 849 | # | ||
| 850 | # Userspace I/O | ||
| 851 | # | ||
| 852 | # CONFIG_UIO is not set | 896 | # CONFIG_UIO is not set |
| 853 | 897 | ||
| 854 | # | 898 | # |
| @@ -863,7 +907,6 @@ CONFIG_EXT2_FS=y | |||
| 863 | # CONFIG_JFS_FS is not set | 907 | # CONFIG_JFS_FS is not set |
| 864 | # CONFIG_FS_POSIX_ACL is not set | 908 | # CONFIG_FS_POSIX_ACL is not set |
| 865 | # CONFIG_XFS_FS is not set | 909 | # CONFIG_XFS_FS is not set |
| 866 | # CONFIG_GFS2_FS is not set | ||
| 867 | # CONFIG_OCFS2_FS is not set | 910 | # CONFIG_OCFS2_FS is not set |
| 868 | CONFIG_DNOTIFY=y | 911 | CONFIG_DNOTIFY=y |
| 869 | CONFIG_INOTIFY=y | 912 | CONFIG_INOTIFY=y |
| @@ -924,6 +967,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 924 | CONFIG_CRAMFS=y | 967 | CONFIG_CRAMFS=y |
| 925 | # CONFIG_VXFS_FS is not set | 968 | # CONFIG_VXFS_FS is not set |
| 926 | # CONFIG_MINIX_FS is not set | 969 | # CONFIG_MINIX_FS is not set |
| 970 | # CONFIG_OMFS_FS is not set | ||
| 927 | # CONFIG_HPFS_FS is not set | 971 | # CONFIG_HPFS_FS is not set |
| 928 | # CONFIG_QNX4FS_FS is not set | 972 | # CONFIG_QNX4FS_FS is not set |
| 929 | # CONFIG_ROMFS_FS is not set | 973 | # CONFIG_ROMFS_FS is not set |
| @@ -934,14 +978,12 @@ CONFIG_NFS_FS=y | |||
| 934 | CONFIG_NFS_V3=y | 978 | CONFIG_NFS_V3=y |
| 935 | # CONFIG_NFS_V3_ACL is not set | 979 | # CONFIG_NFS_V3_ACL is not set |
| 936 | # CONFIG_NFS_V4 is not set | 980 | # CONFIG_NFS_V4 is not set |
| 937 | # CONFIG_NFS_DIRECTIO is not set | ||
| 938 | # CONFIG_NFSD is not set | ||
| 939 | CONFIG_ROOT_NFS=y | 981 | CONFIG_ROOT_NFS=y |
| 982 | # CONFIG_NFSD is not set | ||
| 940 | CONFIG_LOCKD=y | 983 | CONFIG_LOCKD=y |
| 941 | CONFIG_LOCKD_V4=y | 984 | CONFIG_LOCKD_V4=y |
| 942 | CONFIG_NFS_COMMON=y | 985 | CONFIG_NFS_COMMON=y |
| 943 | CONFIG_SUNRPC=y | 986 | CONFIG_SUNRPC=y |
| 944 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 945 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 987 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 946 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 988 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 947 | # CONFIG_SMB_FS is not set | 989 | # CONFIG_SMB_FS is not set |
| @@ -1001,8 +1043,10 @@ CONFIG_NLS_UTF8=y | |||
| 1001 | # Library routines | 1043 | # Library routines |
| 1002 | # | 1044 | # |
| 1003 | CONFIG_BITREVERSE=y | 1045 | CONFIG_BITREVERSE=y |
| 1046 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 1004 | CONFIG_CRC_CCITT=y | 1047 | CONFIG_CRC_CCITT=y |
| 1005 | # CONFIG_CRC16 is not set | 1048 | # CONFIG_CRC16 is not set |
| 1049 | CONFIG_CRC_T10DIF=y | ||
| 1006 | # CONFIG_CRC_ITU_T is not set | 1050 | # CONFIG_CRC_ITU_T is not set |
| 1007 | CONFIG_CRC32=y | 1051 | CONFIG_CRC32=y |
| 1008 | # CONFIG_CRC7 is not set | 1052 | # CONFIG_CRC7 is not set |
| @@ -1013,6 +1057,7 @@ CONFIG_PLIST=y | |||
| 1013 | CONFIG_HAS_IOMEM=y | 1057 | CONFIG_HAS_IOMEM=y |
| 1014 | CONFIG_HAS_IOPORT=y | 1058 | CONFIG_HAS_IOPORT=y |
| 1015 | CONFIG_HAS_DMA=y | 1059 | CONFIG_HAS_DMA=y |
| 1060 | CONFIG_HAVE_LMB=y | ||
| 1016 | 1061 | ||
| 1017 | # | 1062 | # |
| 1018 | # Kernel hacking | 1063 | # Kernel hacking |
| @@ -1020,6 +1065,7 @@ CONFIG_HAS_DMA=y | |||
| 1020 | # CONFIG_PRINTK_TIME is not set | 1065 | # CONFIG_PRINTK_TIME is not set |
| 1021 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1066 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 1022 | CONFIG_ENABLE_MUST_CHECK=y | 1067 | CONFIG_ENABLE_MUST_CHECK=y |
| 1068 | CONFIG_FRAME_WARN=1024 | ||
| 1023 | CONFIG_MAGIC_SYSRQ=y | 1069 | CONFIG_MAGIC_SYSRQ=y |
| 1024 | # CONFIG_UNUSED_SYMBOLS is not set | 1070 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1025 | CONFIG_DEBUG_FS=y | 1071 | CONFIG_DEBUG_FS=y |
| @@ -1027,9 +1073,12 @@ CONFIG_DEBUG_FS=y | |||
| 1027 | CONFIG_DEBUG_KERNEL=y | 1073 | CONFIG_DEBUG_KERNEL=y |
| 1028 | # CONFIG_DEBUG_SHIRQ is not set | 1074 | # CONFIG_DEBUG_SHIRQ is not set |
| 1029 | CONFIG_DETECT_SOFTLOCKUP=y | 1075 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1076 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1077 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1030 | # CONFIG_SCHED_DEBUG is not set | 1078 | # CONFIG_SCHED_DEBUG is not set |
| 1031 | # CONFIG_SCHEDSTATS is not set | 1079 | # CONFIG_SCHEDSTATS is not set |
| 1032 | # CONFIG_TIMER_STATS is not set | 1080 | # CONFIG_TIMER_STATS is not set |
| 1081 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 1033 | # CONFIG_DEBUG_SLAB is not set | 1082 | # CONFIG_DEBUG_SLAB is not set |
| 1034 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1083 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| 1035 | # CONFIG_RT_MUTEX_TESTER is not set | 1084 | # CONFIG_RT_MUTEX_TESTER is not set |
| @@ -1041,17 +1090,30 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
| 1041 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1090 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1042 | CONFIG_DEBUG_INFO=y | 1091 | CONFIG_DEBUG_INFO=y |
| 1043 | # CONFIG_DEBUG_VM is not set | 1092 | # CONFIG_DEBUG_VM is not set |
| 1093 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 1094 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1044 | # CONFIG_DEBUG_LIST is not set | 1095 | # CONFIG_DEBUG_LIST is not set |
| 1045 | # CONFIG_DEBUG_SG is not set | 1096 | # CONFIG_DEBUG_SG is not set |
| 1046 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1097 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1047 | # CONFIG_RCU_TORTURE_TEST is not set | 1098 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1048 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1099 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1049 | # CONFIG_FAULT_INJECTION is not set | 1100 | # CONFIG_FAULT_INJECTION is not set |
| 1101 | # CONFIG_LATENCYTOP is not set | ||
| 1102 | CONFIG_HAVE_FTRACE=y | ||
| 1103 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1104 | # CONFIG_FTRACE is not set | ||
| 1105 | # CONFIG_SCHED_TRACER is not set | ||
| 1106 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1050 | # CONFIG_SAMPLES is not set | 1107 | # CONFIG_SAMPLES is not set |
| 1108 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1109 | # CONFIG_KGDB is not set | ||
| 1051 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1110 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1052 | # CONFIG_DEBUG_STACK_USAGE is not set | 1111 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1053 | # CONFIG_DEBUG_PAGEALLOC is not set | 1112 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1054 | # CONFIG_DEBUGGER is not set | 1113 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1114 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1115 | # CONFIG_XMON is not set | ||
| 1116 | # CONFIG_IRQSTACKS is not set | ||
| 1055 | # CONFIG_VIRQ_DEBUG is not set | 1117 | # CONFIG_VIRQ_DEBUG is not set |
| 1056 | CONFIG_BDI_SWITCH=y | 1118 | CONFIG_BDI_SWITCH=y |
| 1057 | # CONFIG_PPC_EARLY_DEBUG is not set | 1119 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1063,48 +1125,82 @@ CONFIG_BDI_SWITCH=y | |||
| 1063 | # CONFIG_SECURITY is not set | 1125 | # CONFIG_SECURITY is not set |
| 1064 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1126 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 1065 | CONFIG_CRYPTO=y | 1127 | CONFIG_CRYPTO=y |
| 1066 | # CONFIG_CRYPTO_SEQIV is not set | 1128 | |
| 1129 | # | ||
| 1130 | # Crypto core or helper | ||
| 1131 | # | ||
| 1067 | # CONFIG_CRYPTO_MANAGER is not set | 1132 | # CONFIG_CRYPTO_MANAGER is not set |
| 1133 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1134 | # CONFIG_CRYPTO_NULL is not set | ||
| 1135 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1136 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1137 | # CONFIG_CRYPTO_TEST is not set | ||
| 1138 | |||
| 1139 | # | ||
| 1140 | # Authenticated Encryption with Associated Data | ||
| 1141 | # | ||
| 1142 | # CONFIG_CRYPTO_CCM is not set | ||
| 1143 | # CONFIG_CRYPTO_GCM is not set | ||
| 1144 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1145 | |||
| 1146 | # | ||
| 1147 | # Block modes | ||
| 1148 | # | ||
| 1149 | # CONFIG_CRYPTO_CBC is not set | ||
| 1150 | # CONFIG_CRYPTO_CTR is not set | ||
| 1151 | # CONFIG_CRYPTO_CTS is not set | ||
| 1152 | # CONFIG_CRYPTO_ECB is not set | ||
| 1153 | # CONFIG_CRYPTO_LRW is not set | ||
| 1154 | # CONFIG_CRYPTO_PCBC is not set | ||
| 1155 | # CONFIG_CRYPTO_XTS is not set | ||
| 1156 | |||
| 1157 | # | ||
| 1158 | # Hash modes | ||
| 1159 | # | ||
| 1068 | # CONFIG_CRYPTO_HMAC is not set | 1160 | # CONFIG_CRYPTO_HMAC is not set |
| 1069 | # CONFIG_CRYPTO_XCBC is not set | 1161 | # CONFIG_CRYPTO_XCBC is not set |
| 1070 | # CONFIG_CRYPTO_NULL is not set | 1162 | |
| 1163 | # | ||
| 1164 | # Digest | ||
| 1165 | # | ||
| 1166 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1071 | # CONFIG_CRYPTO_MD4 is not set | 1167 | # CONFIG_CRYPTO_MD4 is not set |
| 1072 | # CONFIG_CRYPTO_MD5 is not set | 1168 | # CONFIG_CRYPTO_MD5 is not set |
| 1169 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1170 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1171 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1172 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1173 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1073 | # CONFIG_CRYPTO_SHA1 is not set | 1174 | # CONFIG_CRYPTO_SHA1 is not set |
| 1074 | # CONFIG_CRYPTO_SHA256 is not set | 1175 | # CONFIG_CRYPTO_SHA256 is not set |
| 1075 | # CONFIG_CRYPTO_SHA512 is not set | 1176 | # CONFIG_CRYPTO_SHA512 is not set |
| 1076 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1077 | # CONFIG_CRYPTO_TGR192 is not set | 1177 | # CONFIG_CRYPTO_TGR192 is not set |
| 1078 | # CONFIG_CRYPTO_GF128MUL is not set | 1178 | # CONFIG_CRYPTO_WP512 is not set |
| 1079 | # CONFIG_CRYPTO_ECB is not set | 1179 | |
| 1080 | # CONFIG_CRYPTO_CBC is not set | 1180 | # |
| 1081 | # CONFIG_CRYPTO_PCBC is not set | 1181 | # Ciphers |
| 1082 | # CONFIG_CRYPTO_LRW is not set | 1182 | # |
| 1083 | # CONFIG_CRYPTO_XTS is not set | ||
| 1084 | # CONFIG_CRYPTO_CTR is not set | ||
| 1085 | # CONFIG_CRYPTO_GCM is not set | ||
| 1086 | # CONFIG_CRYPTO_CCM is not set | ||
| 1087 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1088 | # CONFIG_CRYPTO_DES is not set | ||
| 1089 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 1090 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1091 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1092 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1093 | # CONFIG_CRYPTO_AES is not set | 1183 | # CONFIG_CRYPTO_AES is not set |
| 1184 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1185 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1186 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1187 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1094 | # CONFIG_CRYPTO_CAST5 is not set | 1188 | # CONFIG_CRYPTO_CAST5 is not set |
| 1095 | # CONFIG_CRYPTO_CAST6 is not set | 1189 | # CONFIG_CRYPTO_CAST6 is not set |
| 1096 | # CONFIG_CRYPTO_TEA is not set | 1190 | # CONFIG_CRYPTO_DES is not set |
| 1097 | # CONFIG_CRYPTO_ARC4 is not set | 1191 | # CONFIG_CRYPTO_FCRYPT is not set |
| 1098 | # CONFIG_CRYPTO_KHAZAD is not set | 1192 | # CONFIG_CRYPTO_KHAZAD is not set |
| 1099 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1100 | # CONFIG_CRYPTO_SEED is not set | ||
| 1101 | # CONFIG_CRYPTO_SALSA20 is not set | 1193 | # CONFIG_CRYPTO_SALSA20 is not set |
| 1194 | # CONFIG_CRYPTO_SEED is not set | ||
| 1195 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1196 | # CONFIG_CRYPTO_TEA is not set | ||
| 1197 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1198 | |||
| 1199 | # | ||
| 1200 | # Compression | ||
| 1201 | # | ||
| 1102 | # CONFIG_CRYPTO_DEFLATE is not set | 1202 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1103 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1104 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1105 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1106 | # CONFIG_CRYPTO_TEST is not set | ||
| 1107 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1108 | # CONFIG_CRYPTO_LZO is not set | 1203 | # CONFIG_CRYPTO_LZO is not set |
| 1109 | CONFIG_CRYPTO_HW=y | 1204 | CONFIG_CRYPTO_HW=y |
| 1110 | # CONFIG_PPC_CLOCK is not set | 1205 | # CONFIG_PPC_CLOCK is not set |
| 1206 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/ppc40x_defconfig b/arch/powerpc/configs/ppc40x_defconfig index 9d0140e3838e..6a5b713a07e0 100644 --- a/arch/powerpc/configs/ppc40x_defconfig +++ b/arch/powerpc/configs/ppc40x_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.25-rc9 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Tue Apr 15 08:46:44 2008 | 4 | # Tue Aug 5 12:34:33 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -26,8 +26,12 @@ CONFIG_GENERIC_TIME=y | |||
| 26 | CONFIG_GENERIC_TIME_VSYSCALL=y | 26 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 27 | CONFIG_GENERIC_CLOCKEVENTS=y | 27 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 28 | CONFIG_GENERIC_HARDIRQS=y | 28 | CONFIG_GENERIC_HARDIRQS=y |
| 29 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 30 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 31 | CONFIG_IRQ_PER_CPU=y |
| 32 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 33 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 31 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 32 | CONFIG_ARCH_HAS_ILOG2_U32=y | 36 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 33 | CONFIG_GENERIC_HWEIGHT=y | 37 | CONFIG_GENERIC_HWEIGHT=y |
| @@ -84,6 +88,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 84 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 85 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 86 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 87 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 88 | CONFIG_KALLSYMS_ALL=y | 93 | CONFIG_KALLSYMS_ALL=y |
| 89 | CONFIG_KALLSYMS_EXTRA_PASS=y | 94 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -109,14 +114,22 @@ CONFIG_SLUB=y | |||
| 109 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 110 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 111 | # CONFIG_KPROBES is not set | 116 | # CONFIG_KPROBES is not set |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 112 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 113 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
| 121 | 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 | ||
| 114 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 115 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 116 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 117 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| 118 | CONFIG_BASE_SMALL=0 | 130 | CONFIG_BASE_SMALL=0 |
| 119 | CONFIG_MODULES=y | 131 | CONFIG_MODULES=y |
| 132 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 120 | CONFIG_MODULE_UNLOAD=y | 133 | CONFIG_MODULE_UNLOAD=y |
| 121 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 134 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 122 | # CONFIG_MODVERSIONS is not set | 135 | # CONFIG_MODVERSIONS is not set |
| @@ -127,6 +140,7 @@ CONFIG_LBD=y | |||
| 127 | # CONFIG_BLK_DEV_IO_TRACE is not set | 140 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 128 | # CONFIG_LSF is not set | 141 | # CONFIG_LSF is not set |
| 129 | # CONFIG_BLK_DEV_BSG is not set | 142 | # CONFIG_BLK_DEV_BSG is not set |
| 143 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 130 | 144 | ||
| 131 | # | 145 | # |
| 132 | # IO Schedulers | 146 | # IO Schedulers |
| @@ -146,11 +160,10 @@ CONFIG_PPC4xx_PCI_EXPRESS=y | |||
| 146 | # | 160 | # |
| 147 | # Platform support | 161 | # Platform support |
| 148 | # | 162 | # |
| 149 | # CONFIG_PPC_MPC512x is not set | ||
| 150 | # CONFIG_PPC_MPC5121 is not set | ||
| 151 | # CONFIG_PPC_CELL is not set | 163 | # CONFIG_PPC_CELL is not set |
| 152 | # CONFIG_PPC_CELL_NATIVE is not set | 164 | # CONFIG_PPC_CELL_NATIVE is not set |
| 153 | # CONFIG_PQ2ADS is not set | 165 | # CONFIG_PQ2ADS is not set |
| 166 | CONFIG_XILINX_VIRTEX=y | ||
| 154 | CONFIG_EP405=y | 167 | CONFIG_EP405=y |
| 155 | CONFIG_KILAUEA=y | 168 | CONFIG_KILAUEA=y |
| 156 | CONFIG_MAKALU=y | 169 | CONFIG_MAKALU=y |
| @@ -158,7 +171,6 @@ CONFIG_WALNUT=y | |||
| 158 | CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y | 171 | CONFIG_XILINX_VIRTEX_GENERIC_BOARD=y |
| 159 | CONFIG_405GP=y | 172 | CONFIG_405GP=y |
| 160 | CONFIG_405EX=y | 173 | CONFIG_405EX=y |
| 161 | CONFIG_XILINX_VIRTEX=y | ||
| 162 | CONFIG_XILINX_VIRTEX_II_PRO=y | 174 | CONFIG_XILINX_VIRTEX_II_PRO=y |
| 163 | CONFIG_XILINX_VIRTEX_4_FX=y | 175 | CONFIG_XILINX_VIRTEX_4_FX=y |
| 164 | CONFIG_IBM405_ERR77=y | 176 | CONFIG_IBM405_ERR77=y |
| @@ -211,7 +223,9 @@ CONFIG_FLATMEM=y | |||
| 211 | CONFIG_FLAT_NODE_MEM_MAP=y | 223 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 212 | # CONFIG_SPARSEMEM_STATIC is not set | 224 | # CONFIG_SPARSEMEM_STATIC is not set |
| 213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 225 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 226 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 214 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 227 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 228 | CONFIG_MIGRATION=y | ||
| 215 | CONFIG_RESOURCES_64BIT=y | 229 | CONFIG_RESOURCES_64BIT=y |
| 216 | CONFIG_ZONE_DMA_FLAG=1 | 230 | CONFIG_ZONE_DMA_FLAG=1 |
| 217 | CONFIG_BOUNCE=y | 231 | CONFIG_BOUNCE=y |
| @@ -219,6 +233,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 219 | CONFIG_FORCE_MAX_ZONEORDER=11 | 233 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 220 | CONFIG_PROC_DEVICETREE=y | 234 | CONFIG_PROC_DEVICETREE=y |
| 221 | # CONFIG_CMDLINE_BOOL is not set | 235 | # CONFIG_CMDLINE_BOOL is not set |
| 236 | CONFIG_EXTRA_TARGETS="" | ||
| 222 | # CONFIG_PM is not set | 237 | # CONFIG_PM is not set |
| 223 | CONFIG_SECCOMP=y | 238 | CONFIG_SECCOMP=y |
| 224 | CONFIG_ISA_DMA_API=y | 239 | CONFIG_ISA_DMA_API=y |
| @@ -229,6 +244,7 @@ CONFIG_ISA_DMA_API=y | |||
| 229 | CONFIG_ZONE_DMA=y | 244 | CONFIG_ZONE_DMA=y |
| 230 | CONFIG_PPC_INDIRECT_PCI=y | 245 | CONFIG_PPC_INDIRECT_PCI=y |
| 231 | CONFIG_4xx_SOC=y | 246 | CONFIG_4xx_SOC=y |
| 247 | CONFIG_PPC_PCI_CHOICE=y | ||
| 232 | CONFIG_PCI=y | 248 | CONFIG_PCI=y |
| 233 | CONFIG_PCI_DOMAINS=y | 249 | CONFIG_PCI_DOMAINS=y |
| 234 | CONFIG_PCI_SYSCALL=y | 250 | CONFIG_PCI_SYSCALL=y |
| @@ -239,6 +255,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
| 239 | # CONFIG_PCI_DEBUG is not set | 255 | # CONFIG_PCI_DEBUG is not set |
| 240 | # CONFIG_PCCARD is not set | 256 | # CONFIG_PCCARD is not set |
| 241 | # CONFIG_HOTPLUG_PCI is not set | 257 | # CONFIG_HOTPLUG_PCI is not set |
| 258 | # CONFIG_HAS_RAPIDIO is not set | ||
| 242 | 259 | ||
| 243 | # | 260 | # |
| 244 | # Advanced setup | 261 | # Advanced setup |
| @@ -248,17 +265,13 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
| 248 | # | 265 | # |
| 249 | # Default settings for advanced configuration options are used | 266 | # Default settings for advanced configuration options are used |
| 250 | # | 267 | # |
| 251 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 252 | CONFIG_LOWMEM_SIZE=0x30000000 | 268 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 269 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 253 | CONFIG_KERNEL_START=0xc0000000 | 270 | CONFIG_KERNEL_START=0xc0000000 |
| 271 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 254 | CONFIG_TASK_SIZE=0xc0000000 | 272 | CONFIG_TASK_SIZE=0xc0000000 |
| 255 | CONFIG_CONSISTENT_START=0xff100000 | 273 | CONFIG_CONSISTENT_START=0xff100000 |
| 256 | CONFIG_CONSISTENT_SIZE=0x00200000 | 274 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 257 | CONFIG_BOOT_LOAD=0x00400000 | ||
| 258 | |||
| 259 | # | ||
| 260 | # Networking | ||
| 261 | # | ||
| 262 | CONFIG_NET=y | 275 | CONFIG_NET=y |
| 263 | 276 | ||
| 264 | # | 277 | # |
| @@ -267,6 +280,11 @@ CONFIG_NET=y | |||
| 267 | CONFIG_PACKET=y | 280 | CONFIG_PACKET=y |
| 268 | # CONFIG_PACKET_MMAP is not set | 281 | # CONFIG_PACKET_MMAP is not set |
| 269 | CONFIG_UNIX=y | 282 | CONFIG_UNIX=y |
| 283 | CONFIG_XFRM=y | ||
| 284 | # CONFIG_XFRM_USER is not set | ||
| 285 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 286 | # CONFIG_XFRM_MIGRATE is not set | ||
| 287 | # CONFIG_XFRM_STATISTICS is not set | ||
| 270 | # CONFIG_NET_KEY is not set | 288 | # CONFIG_NET_KEY is not set |
| 271 | CONFIG_INET=y | 289 | CONFIG_INET=y |
| 272 | # CONFIG_IP_MULTICAST is not set | 290 | # CONFIG_IP_MULTICAST is not set |
| @@ -284,7 +302,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 284 | # CONFIG_INET_ESP is not set | 302 | # CONFIG_INET_ESP is not set |
| 285 | # CONFIG_INET_IPCOMP is not set | 303 | # CONFIG_INET_IPCOMP is not set |
| 286 | # CONFIG_INET_XFRM_TUNNEL is not set | 304 | # CONFIG_INET_XFRM_TUNNEL is not set |
| 287 | # CONFIG_INET_TUNNEL is not set | 305 | CONFIG_INET_TUNNEL=m |
| 288 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 306 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
| 289 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 307 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
| 290 | # CONFIG_INET_XFRM_MODE_BEET is not set | 308 | # CONFIG_INET_XFRM_MODE_BEET is not set |
| @@ -295,9 +313,25 @@ CONFIG_INET_TCP_DIAG=y | |||
| 295 | CONFIG_TCP_CONG_CUBIC=y | 313 | CONFIG_TCP_CONG_CUBIC=y |
| 296 | CONFIG_DEFAULT_TCP_CONG="cubic" | 314 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 297 | # CONFIG_TCP_MD5SIG is not set | 315 | # CONFIG_TCP_MD5SIG is not set |
| 298 | # CONFIG_IPV6 is not set | 316 | CONFIG_IPV6=m |
| 317 | # CONFIG_IPV6_PRIVACY is not set | ||
| 318 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
| 319 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
| 320 | # CONFIG_INET6_AH is not set | ||
| 321 | # CONFIG_INET6_ESP is not set | ||
| 322 | # CONFIG_INET6_IPCOMP is not set | ||
| 323 | # CONFIG_IPV6_MIP6 is not set | ||
| 299 | # CONFIG_INET6_XFRM_TUNNEL is not set | 324 | # CONFIG_INET6_XFRM_TUNNEL is not set |
| 300 | # CONFIG_INET6_TUNNEL is not set | 325 | # CONFIG_INET6_TUNNEL is not set |
| 326 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
| 327 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
| 328 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
| 329 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
| 330 | CONFIG_IPV6_SIT=m | ||
| 331 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
| 332 | # CONFIG_IPV6_TUNNEL is not set | ||
| 333 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
| 334 | # CONFIG_IPV6_MROUTE is not set | ||
| 301 | # CONFIG_NETWORK_SECMARK is not set | 335 | # CONFIG_NETWORK_SECMARK is not set |
| 302 | # CONFIG_NETFILTER is not set | 336 | # CONFIG_NETFILTER is not set |
| 303 | # CONFIG_IP_DCCP is not set | 337 | # CONFIG_IP_DCCP is not set |
| @@ -347,6 +381,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 347 | CONFIG_STANDALONE=y | 381 | CONFIG_STANDALONE=y |
| 348 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 382 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 349 | CONFIG_FW_LOADER=y | 383 | CONFIG_FW_LOADER=y |
| 384 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 385 | CONFIG_EXTRA_FIRMWARE="" | ||
| 350 | # CONFIG_DEBUG_DRIVER is not set | 386 | # CONFIG_DEBUG_DRIVER is not set |
| 351 | # CONFIG_DEBUG_DEVRES is not set | 387 | # CONFIG_DEBUG_DEVRES is not set |
| 352 | # CONFIG_SYS_HYPERVISOR is not set | 388 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -359,6 +395,7 @@ CONFIG_MTD_PARTITIONS=y | |||
| 359 | # CONFIG_MTD_REDBOOT_PARTS is not set | 395 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 360 | CONFIG_MTD_CMDLINE_PARTS=y | 396 | CONFIG_MTD_CMDLINE_PARTS=y |
| 361 | CONFIG_MTD_OF_PARTS=y | 397 | CONFIG_MTD_OF_PARTS=y |
| 398 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 362 | 399 | ||
| 363 | # | 400 | # |
| 364 | # User Modules And Translation Layers | 401 | # User Modules And Translation Layers |
| @@ -429,8 +466,17 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 429 | # | 466 | # |
| 430 | # UBI - Unsorted block images | 467 | # UBI - Unsorted block images |
| 431 | # | 468 | # |
| 432 | # CONFIG_MTD_UBI is not set | 469 | CONFIG_MTD_UBI=m |
| 470 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
| 471 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
| 472 | CONFIG_MTD_UBI_GLUEBI=y | ||
| 473 | |||
| 474 | # | ||
| 475 | # UBI debugging options | ||
| 476 | # | ||
| 477 | # CONFIG_MTD_UBI_DEBUG is not set | ||
| 433 | CONFIG_OF_DEVICE=y | 478 | CONFIG_OF_DEVICE=y |
| 479 | CONFIG_OF_I2C=m | ||
| 434 | # CONFIG_PARPORT is not set | 480 | # CONFIG_PARPORT is not set |
| 435 | CONFIG_BLK_DEV=y | 481 | CONFIG_BLK_DEV=y |
| 436 | # CONFIG_BLK_DEV_FD is not set | 482 | # CONFIG_BLK_DEV_FD is not set |
| @@ -449,12 +495,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 449 | # CONFIG_CDROM_PKTCDVD is not set | 495 | # CONFIG_CDROM_PKTCDVD is not set |
| 450 | # CONFIG_ATA_OVER_ETH is not set | 496 | # CONFIG_ATA_OVER_ETH is not set |
| 451 | # CONFIG_XILINX_SYSACE is not set | 497 | # CONFIG_XILINX_SYSACE is not set |
| 498 | # CONFIG_BLK_DEV_HD is not set | ||
| 452 | CONFIG_MISC_DEVICES=y | 499 | CONFIG_MISC_DEVICES=y |
| 453 | # CONFIG_PHANTOM is not set | 500 | # CONFIG_PHANTOM is not set |
| 454 | # CONFIG_EEPROM_93CX6 is not set | 501 | # CONFIG_EEPROM_93CX6 is not set |
| 455 | # CONFIG_SGI_IOC4 is not set | 502 | # CONFIG_SGI_IOC4 is not set |
| 456 | # CONFIG_TIFM_CORE is not set | 503 | # CONFIG_TIFM_CORE is not set |
| 457 | # CONFIG_ENCLOSURE_SERVICES is not set | 504 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 505 | # CONFIG_HP_ILO is not set | ||
| 458 | CONFIG_HAVE_IDE=y | 506 | CONFIG_HAVE_IDE=y |
| 459 | # CONFIG_IDE is not set | 507 | # CONFIG_IDE is not set |
| 460 | 508 | ||
| @@ -472,12 +520,15 @@ CONFIG_HAVE_IDE=y | |||
| 472 | # | 520 | # |
| 473 | # IEEE 1394 (FireWire) support | 521 | # IEEE 1394 (FireWire) support |
| 474 | # | 522 | # |
| 523 | |||
| 524 | # | ||
| 525 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 526 | # | ||
| 475 | # CONFIG_FIREWIRE is not set | 527 | # CONFIG_FIREWIRE is not set |
| 476 | # CONFIG_IEEE1394 is not set | 528 | # CONFIG_IEEE1394 is not set |
| 477 | # CONFIG_I2O is not set | 529 | # CONFIG_I2O is not set |
| 478 | # CONFIG_MACINTOSH_DRIVERS is not set | 530 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 479 | CONFIG_NETDEVICES=y | 531 | CONFIG_NETDEVICES=y |
| 480 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 481 | # CONFIG_DUMMY is not set | 532 | # CONFIG_DUMMY is not set |
| 482 | # CONFIG_BONDING is not set | 533 | # CONFIG_BONDING is not set |
| 483 | # CONFIG_MACVLAN is not set | 534 | # CONFIG_MACVLAN is not set |
| @@ -512,7 +563,6 @@ CONFIG_NETDEV_1000=y | |||
| 512 | # CONFIG_DL2K is not set | 563 | # CONFIG_DL2K is not set |
| 513 | # CONFIG_E1000 is not set | 564 | # CONFIG_E1000 is not set |
| 514 | # CONFIG_E1000E is not set | 565 | # CONFIG_E1000E is not set |
| 515 | # CONFIG_E1000E_ENABLED is not set | ||
| 516 | # CONFIG_IP1000 is not set | 566 | # CONFIG_IP1000 is not set |
| 517 | # CONFIG_IGB is not set | 567 | # CONFIG_IGB is not set |
| 518 | # CONFIG_NS83820 is not set | 568 | # CONFIG_NS83820 is not set |
| @@ -522,12 +572,12 @@ CONFIG_NETDEV_1000=y | |||
| 522 | # CONFIG_SIS190 is not set | 572 | # CONFIG_SIS190 is not set |
| 523 | # CONFIG_SKGE is not set | 573 | # CONFIG_SKGE is not set |
| 524 | # CONFIG_SKY2 is not set | 574 | # CONFIG_SKY2 is not set |
| 525 | # CONFIG_SK98LIN is not set | ||
| 526 | # CONFIG_VIA_VELOCITY is not set | 575 | # CONFIG_VIA_VELOCITY is not set |
| 527 | # CONFIG_TIGON3 is not set | 576 | # CONFIG_TIGON3 is not set |
| 528 | # CONFIG_BNX2 is not set | 577 | # CONFIG_BNX2 is not set |
| 529 | # CONFIG_QLA3XXX is not set | 578 | # CONFIG_QLA3XXX is not set |
| 530 | # CONFIG_ATL1 is not set | 579 | # CONFIG_ATL1 is not set |
| 580 | # CONFIG_ATL1E is not set | ||
| 531 | CONFIG_NETDEV_10000=y | 581 | CONFIG_NETDEV_10000=y |
| 532 | # CONFIG_CHELSIO_T1 is not set | 582 | # CONFIG_CHELSIO_T1 is not set |
| 533 | # CONFIG_CHELSIO_T3 is not set | 583 | # CONFIG_CHELSIO_T3 is not set |
| @@ -540,6 +590,7 @@ CONFIG_NETDEV_10000=y | |||
| 540 | # CONFIG_MLX4_CORE is not set | 590 | # CONFIG_MLX4_CORE is not set |
| 541 | # CONFIG_TEHUTI is not set | 591 | # CONFIG_TEHUTI is not set |
| 542 | # CONFIG_BNX2X is not set | 592 | # CONFIG_BNX2X is not set |
| 593 | # CONFIG_SFC is not set | ||
| 543 | # CONFIG_TR is not set | 594 | # CONFIG_TR is not set |
| 544 | 595 | ||
| 545 | # | 596 | # |
| @@ -547,6 +598,7 @@ CONFIG_NETDEV_10000=y | |||
| 547 | # | 598 | # |
| 548 | # CONFIG_WLAN_PRE80211 is not set | 599 | # CONFIG_WLAN_PRE80211 is not set |
| 549 | # CONFIG_WLAN_80211 is not set | 600 | # CONFIG_WLAN_80211 is not set |
| 601 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 550 | # CONFIG_WAN is not set | 602 | # CONFIG_WAN is not set |
| 551 | # CONFIG_FDDI is not set | 603 | # CONFIG_FDDI is not set |
| 552 | # CONFIG_HIPPI is not set | 604 | # CONFIG_HIPPI is not set |
| @@ -573,6 +625,7 @@ CONFIG_NETDEV_10000=y | |||
| 573 | # Character devices | 625 | # Character devices |
| 574 | # | 626 | # |
| 575 | # CONFIG_VT is not set | 627 | # CONFIG_VT is not set |
| 628 | CONFIG_DEVKMEM=y | ||
| 576 | # CONFIG_SERIAL_NONSTANDARD is not set | 629 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 577 | # CONFIG_NOZOMI is not set | 630 | # CONFIG_NOZOMI is not set |
| 578 | 631 | ||
| @@ -611,13 +664,76 @@ CONFIG_XILINX_HWICAP=m | |||
| 611 | # CONFIG_RAW_DRIVER is not set | 664 | # CONFIG_RAW_DRIVER is not set |
| 612 | # CONFIG_TCG_TPM is not set | 665 | # CONFIG_TCG_TPM is not set |
| 613 | CONFIG_DEVPORT=y | 666 | CONFIG_DEVPORT=y |
| 614 | # CONFIG_I2C is not set | 667 | CONFIG_I2C=m |
| 668 | CONFIG_I2C_BOARDINFO=y | ||
| 669 | CONFIG_I2C_CHARDEV=m | ||
| 615 | 670 | ||
| 616 | # | 671 | # |
| 617 | # SPI support | 672 | # I2C Hardware Bus support |
| 673 | # | ||
| 674 | |||
| 675 | # | ||
| 676 | # PC SMBus host controller drivers | ||
| 677 | # | ||
| 678 | # CONFIG_I2C_ALI1535 is not set | ||
| 679 | # CONFIG_I2C_ALI1563 is not set | ||
| 680 | # CONFIG_I2C_ALI15X3 is not set | ||
| 681 | # CONFIG_I2C_AMD756 is not set | ||
| 682 | # CONFIG_I2C_AMD8111 is not set | ||
| 683 | # CONFIG_I2C_I801 is not set | ||
| 684 | # CONFIG_I2C_ISCH is not set | ||
| 685 | # CONFIG_I2C_PIIX4 is not set | ||
| 686 | # CONFIG_I2C_NFORCE2 is not set | ||
| 687 | # CONFIG_I2C_SIS5595 is not set | ||
| 688 | # CONFIG_I2C_SIS630 is not set | ||
| 689 | # CONFIG_I2C_SIS96X is not set | ||
| 690 | # CONFIG_I2C_VIA is not set | ||
| 691 | # CONFIG_I2C_VIAPRO is not set | ||
| 692 | |||
| 618 | # | 693 | # |
| 694 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 695 | # | ||
| 696 | CONFIG_I2C_IBM_IIC=m | ||
| 697 | # CONFIG_I2C_MPC is not set | ||
| 698 | # CONFIG_I2C_OCORES is not set | ||
| 699 | # CONFIG_I2C_SIMTEC is not set | ||
| 700 | |||
| 701 | # | ||
| 702 | # External I2C/SMBus adapter drivers | ||
| 703 | # | ||
| 704 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 705 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 706 | |||
| 707 | # | ||
| 708 | # Graphics adapter I2C/DDC channel drivers | ||
| 709 | # | ||
| 710 | # CONFIG_I2C_VOODOO3 is not set | ||
| 711 | |||
| 712 | # | ||
| 713 | # Other I2C/SMBus bus drivers | ||
| 714 | # | ||
| 715 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 716 | # CONFIG_I2C_STUB is not set | ||
| 717 | |||
| 718 | # | ||
| 719 | # Miscellaneous I2C Chip support | ||
| 720 | # | ||
| 721 | # CONFIG_DS1682 is not set | ||
| 722 | # CONFIG_AT24 is not set | ||
| 723 | # CONFIG_SENSORS_EEPROM is not set | ||
| 724 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 725 | # CONFIG_PCF8575 is not set | ||
| 726 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 727 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 728 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 729 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 730 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 731 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 732 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 733 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 619 | # CONFIG_SPI is not set | 734 | # CONFIG_SPI is not set |
| 620 | # CONFIG_SPI_MASTER is not set | 735 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 736 | # CONFIG_GPIOLIB is not set | ||
| 621 | # CONFIG_W1 is not set | 737 | # CONFIG_W1 is not set |
| 622 | # CONFIG_POWER_SUPPLY is not set | 738 | # CONFIG_POWER_SUPPLY is not set |
| 623 | # CONFIG_HWMON is not set | 739 | # CONFIG_HWMON is not set |
| @@ -633,13 +749,24 @@ CONFIG_SSB_POSSIBLE=y | |||
| 633 | # | 749 | # |
| 634 | # Multifunction device drivers | 750 | # Multifunction device drivers |
| 635 | # | 751 | # |
| 752 | # CONFIG_MFD_CORE is not set | ||
| 636 | # CONFIG_MFD_SM501 is not set | 753 | # CONFIG_MFD_SM501 is not set |
| 754 | # CONFIG_HTC_PASIC3 is not set | ||
| 637 | 755 | ||
| 638 | # | 756 | # |
| 639 | # Multimedia devices | 757 | # Multimedia devices |
| 640 | # | 758 | # |
| 759 | |||
| 760 | # | ||
| 761 | # Multimedia core support | ||
| 762 | # | ||
| 641 | # CONFIG_VIDEO_DEV is not set | 763 | # CONFIG_VIDEO_DEV is not set |
| 642 | # CONFIG_DVB_CORE is not set | 764 | # CONFIG_DVB_CORE is not set |
| 765 | # CONFIG_VIDEO_MEDIA is not set | ||
| 766 | |||
| 767 | # | ||
| 768 | # Multimedia drivers | ||
| 769 | # | ||
| 643 | # CONFIG_DAB is not set | 770 | # CONFIG_DAB is not set |
| 644 | 771 | ||
| 645 | # | 772 | # |
| @@ -656,16 +783,14 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 656 | # Display device support | 783 | # Display device support |
| 657 | # | 784 | # |
| 658 | # CONFIG_DISPLAY_SUPPORT is not set | 785 | # CONFIG_DISPLAY_SUPPORT is not set |
| 659 | |||
| 660 | # | ||
| 661 | # Sound | ||
| 662 | # | ||
| 663 | # CONFIG_SOUND is not set | 786 | # CONFIG_SOUND is not set |
| 664 | CONFIG_USB_SUPPORT=y | 787 | CONFIG_USB_SUPPORT=y |
| 665 | CONFIG_USB_ARCH_HAS_HCD=y | 788 | CONFIG_USB_ARCH_HAS_HCD=y |
| 666 | CONFIG_USB_ARCH_HAS_OHCI=y | 789 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 667 | CONFIG_USB_ARCH_HAS_EHCI=y | 790 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 668 | # CONFIG_USB is not set | 791 | # CONFIG_USB is not set |
| 792 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 793 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 669 | 794 | ||
| 670 | # | 795 | # |
| 671 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 796 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -674,14 +799,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 674 | # CONFIG_MMC is not set | 799 | # CONFIG_MMC is not set |
| 675 | # CONFIG_MEMSTICK is not set | 800 | # CONFIG_MEMSTICK is not set |
| 676 | # CONFIG_NEW_LEDS is not set | 801 | # CONFIG_NEW_LEDS is not set |
| 802 | # CONFIG_ACCESSIBILITY is not set | ||
| 677 | # CONFIG_INFINIBAND is not set | 803 | # CONFIG_INFINIBAND is not set |
| 678 | # CONFIG_EDAC is not set | 804 | # CONFIG_EDAC is not set |
| 679 | # CONFIG_RTC_CLASS is not set | 805 | # CONFIG_RTC_CLASS is not set |
| 680 | # CONFIG_DMADEVICES is not set | 806 | # CONFIG_DMADEVICES is not set |
| 681 | |||
| 682 | # | ||
| 683 | # Userspace I/O | ||
| 684 | # | ||
| 685 | # CONFIG_UIO is not set | 807 | # CONFIG_UIO is not set |
| 686 | 808 | ||
| 687 | # | 809 | # |
| @@ -690,13 +812,18 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 690 | CONFIG_EXT2_FS=y | 812 | CONFIG_EXT2_FS=y |
| 691 | # CONFIG_EXT2_FS_XATTR is not set | 813 | # CONFIG_EXT2_FS_XATTR is not set |
| 692 | # CONFIG_EXT2_FS_XIP is not set | 814 | # CONFIG_EXT2_FS_XIP is not set |
| 693 | # CONFIG_EXT3_FS is not set | 815 | CONFIG_EXT3_FS=m |
| 816 | CONFIG_EXT3_FS_XATTR=y | ||
| 817 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 818 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 694 | # CONFIG_EXT4DEV_FS is not set | 819 | # CONFIG_EXT4DEV_FS is not set |
| 820 | CONFIG_JBD=m | ||
| 821 | # CONFIG_JBD_DEBUG is not set | ||
| 822 | CONFIG_FS_MBCACHE=y | ||
| 695 | # CONFIG_REISERFS_FS is not set | 823 | # CONFIG_REISERFS_FS is not set |
| 696 | # CONFIG_JFS_FS is not set | 824 | # CONFIG_JFS_FS is not set |
| 697 | # CONFIG_FS_POSIX_ACL is not set | 825 | # CONFIG_FS_POSIX_ACL is not set |
| 698 | # CONFIG_XFS_FS is not set | 826 | # CONFIG_XFS_FS is not set |
| 699 | # CONFIG_GFS2_FS is not set | ||
| 700 | # CONFIG_OCFS2_FS is not set | 827 | # CONFIG_OCFS2_FS is not set |
| 701 | CONFIG_DNOTIFY=y | 828 | CONFIG_DNOTIFY=y |
| 702 | CONFIG_INOTIFY=y | 829 | CONFIG_INOTIFY=y |
| @@ -715,8 +842,11 @@ CONFIG_INOTIFY_USER=y | |||
| 715 | # | 842 | # |
| 716 | # DOS/FAT/NT Filesystems | 843 | # DOS/FAT/NT Filesystems |
| 717 | # | 844 | # |
| 845 | CONFIG_FAT_FS=m | ||
| 718 | # CONFIG_MSDOS_FS is not set | 846 | # CONFIG_MSDOS_FS is not set |
| 719 | # CONFIG_VFAT_FS is not set | 847 | CONFIG_VFAT_FS=m |
| 848 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 849 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 720 | # CONFIG_NTFS_FS is not set | 850 | # CONFIG_NTFS_FS is not set |
| 721 | 851 | ||
| 722 | # | 852 | # |
| @@ -741,10 +871,27 @@ CONFIG_TMPFS=y | |||
| 741 | # CONFIG_BEFS_FS is not set | 871 | # CONFIG_BEFS_FS is not set |
| 742 | # CONFIG_BFS_FS is not set | 872 | # CONFIG_BFS_FS is not set |
| 743 | # CONFIG_EFS_FS is not set | 873 | # CONFIG_EFS_FS is not set |
| 744 | # CONFIG_JFFS2_FS is not set | 874 | CONFIG_JFFS2_FS=m |
| 875 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 876 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 877 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
| 878 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 879 | # CONFIG_JFFS2_FS_XATTR is not set | ||
| 880 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 881 | CONFIG_JFFS2_ZLIB=y | ||
| 882 | # CONFIG_JFFS2_LZO is not set | ||
| 883 | CONFIG_JFFS2_RTIME=y | ||
| 884 | # CONFIG_JFFS2_RUBIN is not set | ||
| 885 | CONFIG_UBIFS_FS=m | ||
| 886 | # CONFIG_UBIFS_FS_XATTR is not set | ||
| 887 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
| 888 | CONFIG_UBIFS_FS_LZO=y | ||
| 889 | CONFIG_UBIFS_FS_ZLIB=y | ||
| 890 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
| 745 | CONFIG_CRAMFS=y | 891 | CONFIG_CRAMFS=y |
| 746 | # CONFIG_VXFS_FS is not set | 892 | # CONFIG_VXFS_FS is not set |
| 747 | # CONFIG_MINIX_FS is not set | 893 | # CONFIG_MINIX_FS is not set |
| 894 | # CONFIG_OMFS_FS is not set | ||
| 748 | # CONFIG_HPFS_FS is not set | 895 | # CONFIG_HPFS_FS is not set |
| 749 | # CONFIG_QNX4FS_FS is not set | 896 | # CONFIG_QNX4FS_FS is not set |
| 750 | # CONFIG_ROMFS_FS is not set | 897 | # CONFIG_ROMFS_FS is not set |
| @@ -755,14 +902,12 @@ CONFIG_NFS_FS=y | |||
| 755 | CONFIG_NFS_V3=y | 902 | CONFIG_NFS_V3=y |
| 756 | # CONFIG_NFS_V3_ACL is not set | 903 | # CONFIG_NFS_V3_ACL is not set |
| 757 | # CONFIG_NFS_V4 is not set | 904 | # CONFIG_NFS_V4 is not set |
| 758 | # CONFIG_NFS_DIRECTIO is not set | ||
| 759 | # CONFIG_NFSD is not set | ||
| 760 | CONFIG_ROOT_NFS=y | 905 | CONFIG_ROOT_NFS=y |
| 906 | # CONFIG_NFSD is not set | ||
| 761 | CONFIG_LOCKD=y | 907 | CONFIG_LOCKD=y |
| 762 | CONFIG_LOCKD_V4=y | 908 | CONFIG_LOCKD_V4=y |
| 763 | CONFIG_NFS_COMMON=y | 909 | CONFIG_NFS_COMMON=y |
| 764 | CONFIG_SUNRPC=y | 910 | CONFIG_SUNRPC=y |
| 765 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 766 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 911 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 767 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 912 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 768 | # CONFIG_SMB_FS is not set | 913 | # CONFIG_SMB_FS is not set |
| @@ -776,20 +921,64 @@ CONFIG_SUNRPC=y | |||
| 776 | # | 921 | # |
| 777 | # CONFIG_PARTITION_ADVANCED is not set | 922 | # CONFIG_PARTITION_ADVANCED is not set |
| 778 | CONFIG_MSDOS_PARTITION=y | 923 | CONFIG_MSDOS_PARTITION=y |
| 779 | # CONFIG_NLS is not set | 924 | CONFIG_NLS=m |
| 925 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 926 | CONFIG_NLS_CODEPAGE_437=m | ||
| 927 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 928 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 929 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 930 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 931 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 932 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 933 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 934 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 935 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 936 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 937 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 938 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 939 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 940 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 941 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 942 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 943 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 944 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 945 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 946 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 947 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 948 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 949 | # CONFIG_NLS_ASCII is not set | ||
| 950 | CONFIG_NLS_ISO8859_1=m | ||
| 951 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 952 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 953 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 954 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 955 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 956 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 957 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 958 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 959 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 960 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 961 | # CONFIG_NLS_KOI8_R is not set | ||
| 962 | # CONFIG_NLS_KOI8_U is not set | ||
| 963 | # CONFIG_NLS_UTF8 is not set | ||
| 780 | # CONFIG_DLM is not set | 964 | # CONFIG_DLM is not set |
| 781 | 965 | ||
| 782 | # | 966 | # |
| 783 | # Library routines | 967 | # Library routines |
| 784 | # | 968 | # |
| 785 | CONFIG_BITREVERSE=y | 969 | CONFIG_BITREVERSE=y |
| 970 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 786 | # CONFIG_CRC_CCITT is not set | 971 | # CONFIG_CRC_CCITT is not set |
| 787 | # CONFIG_CRC16 is not set | 972 | CONFIG_CRC16=m |
| 973 | # CONFIG_CRC_T10DIF is not set | ||
| 788 | # CONFIG_CRC_ITU_T is not set | 974 | # CONFIG_CRC_ITU_T is not set |
| 789 | CONFIG_CRC32=y | 975 | CONFIG_CRC32=y |
| 790 | # CONFIG_CRC7 is not set | 976 | # CONFIG_CRC7 is not set |
| 791 | # CONFIG_LIBCRC32C is not set | 977 | # CONFIG_LIBCRC32C is not set |
| 792 | CONFIG_ZLIB_INFLATE=y | 978 | CONFIG_ZLIB_INFLATE=y |
| 979 | CONFIG_ZLIB_DEFLATE=m | ||
| 980 | CONFIG_LZO_COMPRESS=m | ||
| 981 | CONFIG_LZO_DECOMPRESS=m | ||
| 793 | CONFIG_PLIST=y | 982 | CONFIG_PLIST=y |
| 794 | CONFIG_HAS_IOMEM=y | 983 | CONFIG_HAS_IOMEM=y |
| 795 | CONFIG_HAS_IOPORT=y | 984 | CONFIG_HAS_IOPORT=y |
| @@ -802,6 +991,7 @@ CONFIG_HAVE_LMB=y | |||
| 802 | # CONFIG_PRINTK_TIME is not set | 991 | # CONFIG_PRINTK_TIME is not set |
| 803 | CONFIG_ENABLE_WARN_DEPRECATED=y | 992 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 804 | CONFIG_ENABLE_MUST_CHECK=y | 993 | CONFIG_ENABLE_MUST_CHECK=y |
| 994 | CONFIG_FRAME_WARN=1024 | ||
| 805 | CONFIG_MAGIC_SYSRQ=y | 995 | CONFIG_MAGIC_SYSRQ=y |
| 806 | # CONFIG_UNUSED_SYMBOLS is not set | 996 | # CONFIG_UNUSED_SYMBOLS is not set |
| 807 | CONFIG_DEBUG_FS=y | 997 | CONFIG_DEBUG_FS=y |
| @@ -809,9 +999,12 @@ CONFIG_DEBUG_FS=y | |||
| 809 | CONFIG_DEBUG_KERNEL=y | 999 | CONFIG_DEBUG_KERNEL=y |
| 810 | # CONFIG_DEBUG_SHIRQ is not set | 1000 | # CONFIG_DEBUG_SHIRQ is not set |
| 811 | CONFIG_DETECT_SOFTLOCKUP=y | 1001 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1002 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1003 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 812 | CONFIG_SCHED_DEBUG=y | 1004 | CONFIG_SCHED_DEBUG=y |
| 813 | # CONFIG_SCHEDSTATS is not set | 1005 | # CONFIG_SCHEDSTATS is not set |
| 814 | # CONFIG_TIMER_STATS is not set | 1006 | # CONFIG_TIMER_STATS is not set |
| 1007 | # CONFIG_DEBUG_OBJECTS is not set | ||
| 815 | # CONFIG_SLUB_DEBUG_ON is not set | 1008 | # CONFIG_SLUB_DEBUG_ON is not set |
| 816 | # CONFIG_SLUB_STATS is not set | 1009 | # CONFIG_SLUB_STATS is not set |
| 817 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1010 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| @@ -824,17 +1017,30 @@ CONFIG_SCHED_DEBUG=y | |||
| 824 | CONFIG_DEBUG_BUGVERBOSE=y | 1017 | CONFIG_DEBUG_BUGVERBOSE=y |
| 825 | # CONFIG_DEBUG_INFO is not set | 1018 | # CONFIG_DEBUG_INFO is not set |
| 826 | # CONFIG_DEBUG_VM is not set | 1019 | # CONFIG_DEBUG_VM is not set |
| 1020 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 1021 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 827 | # CONFIG_DEBUG_LIST is not set | 1022 | # CONFIG_DEBUG_LIST is not set |
| 828 | # CONFIG_DEBUG_SG is not set | 1023 | # CONFIG_DEBUG_SG is not set |
| 829 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1024 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 830 | # CONFIG_RCU_TORTURE_TEST is not set | 1025 | # CONFIG_RCU_TORTURE_TEST is not set |
| 831 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1026 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 832 | # CONFIG_FAULT_INJECTION is not set | 1027 | # CONFIG_FAULT_INJECTION is not set |
| 1028 | # CONFIG_LATENCYTOP is not set | ||
| 1029 | CONFIG_HAVE_FTRACE=y | ||
| 1030 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1031 | # CONFIG_FTRACE is not set | ||
| 1032 | # CONFIG_SCHED_TRACER is not set | ||
| 1033 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 833 | # CONFIG_SAMPLES is not set | 1034 | # CONFIG_SAMPLES is not set |
| 1035 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1036 | # CONFIG_KGDB is not set | ||
| 834 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1037 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 835 | # CONFIG_DEBUG_STACK_USAGE is not set | 1038 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 836 | # CONFIG_DEBUG_PAGEALLOC is not set | 1039 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 837 | # CONFIG_DEBUGGER is not set | 1040 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1041 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1042 | # CONFIG_XMON is not set | ||
| 1043 | # CONFIG_IRQSTACKS is not set | ||
| 838 | # CONFIG_VIRQ_DEBUG is not set | 1044 | # CONFIG_VIRQ_DEBUG is not set |
| 839 | # CONFIG_BDI_SWITCH is not set | 1045 | # CONFIG_BDI_SWITCH is not set |
| 840 | # CONFIG_PPC_EARLY_DEBUG is not set | 1046 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -846,51 +1052,85 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 846 | # CONFIG_SECURITY is not set | 1052 | # CONFIG_SECURITY is not set |
| 847 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1053 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 848 | CONFIG_CRYPTO=y | 1054 | CONFIG_CRYPTO=y |
| 1055 | |||
| 1056 | # | ||
| 1057 | # Crypto core or helper | ||
| 1058 | # | ||
| 849 | CONFIG_CRYPTO_ALGAPI=y | 1059 | CONFIG_CRYPTO_ALGAPI=y |
| 850 | CONFIG_CRYPTO_BLKCIPHER=y | 1060 | CONFIG_CRYPTO_BLKCIPHER=y |
| 851 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 852 | CONFIG_CRYPTO_MANAGER=y | 1061 | CONFIG_CRYPTO_MANAGER=y |
| 1062 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1063 | # CONFIG_CRYPTO_NULL is not set | ||
| 1064 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1065 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1066 | # CONFIG_CRYPTO_TEST is not set | ||
| 1067 | |||
| 1068 | # | ||
| 1069 | # Authenticated Encryption with Associated Data | ||
| 1070 | # | ||
| 1071 | # CONFIG_CRYPTO_CCM is not set | ||
| 1072 | # CONFIG_CRYPTO_GCM is not set | ||
| 1073 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1074 | |||
| 1075 | # | ||
| 1076 | # Block modes | ||
| 1077 | # | ||
| 1078 | CONFIG_CRYPTO_CBC=y | ||
| 1079 | # CONFIG_CRYPTO_CTR is not set | ||
| 1080 | # CONFIG_CRYPTO_CTS is not set | ||
| 1081 | CONFIG_CRYPTO_ECB=y | ||
| 1082 | # CONFIG_CRYPTO_LRW is not set | ||
| 1083 | CONFIG_CRYPTO_PCBC=y | ||
| 1084 | # CONFIG_CRYPTO_XTS is not set | ||
| 1085 | |||
| 1086 | # | ||
| 1087 | # Hash modes | ||
| 1088 | # | ||
| 853 | # CONFIG_CRYPTO_HMAC is not set | 1089 | # CONFIG_CRYPTO_HMAC is not set |
| 854 | # CONFIG_CRYPTO_XCBC is not set | 1090 | # CONFIG_CRYPTO_XCBC is not set |
| 855 | # CONFIG_CRYPTO_NULL is not set | 1091 | |
| 1092 | # | ||
| 1093 | # Digest | ||
| 1094 | # | ||
| 1095 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 856 | # CONFIG_CRYPTO_MD4 is not set | 1096 | # CONFIG_CRYPTO_MD4 is not set |
| 857 | CONFIG_CRYPTO_MD5=y | 1097 | CONFIG_CRYPTO_MD5=y |
| 1098 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1099 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1100 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1101 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1102 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 858 | # CONFIG_CRYPTO_SHA1 is not set | 1103 | # CONFIG_CRYPTO_SHA1 is not set |
| 859 | # CONFIG_CRYPTO_SHA256 is not set | 1104 | # CONFIG_CRYPTO_SHA256 is not set |
| 860 | # CONFIG_CRYPTO_SHA512 is not set | 1105 | # CONFIG_CRYPTO_SHA512 is not set |
| 861 | # CONFIG_CRYPTO_WP512 is not set | ||
| 862 | # CONFIG_CRYPTO_TGR192 is not set | 1106 | # CONFIG_CRYPTO_TGR192 is not set |
| 863 | # CONFIG_CRYPTO_GF128MUL is not set | 1107 | # CONFIG_CRYPTO_WP512 is not set |
| 864 | CONFIG_CRYPTO_ECB=y | 1108 | |
| 865 | CONFIG_CRYPTO_CBC=y | 1109 | # |
| 866 | CONFIG_CRYPTO_PCBC=y | 1110 | # Ciphers |
| 867 | # CONFIG_CRYPTO_LRW is not set | 1111 | # |
| 868 | # CONFIG_CRYPTO_XTS is not set | ||
| 869 | # CONFIG_CRYPTO_CTR is not set | ||
| 870 | # CONFIG_CRYPTO_GCM is not set | ||
| 871 | # CONFIG_CRYPTO_CCM is not set | ||
| 872 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 873 | CONFIG_CRYPTO_DES=y | ||
| 874 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 875 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 876 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 877 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 878 | # CONFIG_CRYPTO_AES is not set | 1112 | # CONFIG_CRYPTO_AES is not set |
| 1113 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1114 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1115 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1116 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 879 | # CONFIG_CRYPTO_CAST5 is not set | 1117 | # CONFIG_CRYPTO_CAST5 is not set |
| 880 | # CONFIG_CRYPTO_CAST6 is not set | 1118 | # CONFIG_CRYPTO_CAST6 is not set |
| 881 | # CONFIG_CRYPTO_TEA is not set | 1119 | CONFIG_CRYPTO_DES=y |
| 882 | # CONFIG_CRYPTO_ARC4 is not set | 1120 | # CONFIG_CRYPTO_FCRYPT is not set |
| 883 | # CONFIG_CRYPTO_KHAZAD is not set | 1121 | # CONFIG_CRYPTO_KHAZAD is not set |
| 884 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 885 | # CONFIG_CRYPTO_SEED is not set | ||
| 886 | # CONFIG_CRYPTO_SALSA20 is not set | 1122 | # CONFIG_CRYPTO_SALSA20 is not set |
| 887 | # CONFIG_CRYPTO_DEFLATE is not set | 1123 | # CONFIG_CRYPTO_SEED is not set |
| 888 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1124 | # CONFIG_CRYPTO_SERPENT is not set |
| 889 | # CONFIG_CRYPTO_CRC32C is not set | 1125 | # CONFIG_CRYPTO_TEA is not set |
| 890 | # CONFIG_CRYPTO_CAMELLIA is not set | 1126 | # CONFIG_CRYPTO_TWOFISH is not set |
| 891 | # CONFIG_CRYPTO_TEST is not set | 1127 | |
| 892 | # CONFIG_CRYPTO_AUTHENC is not set | 1128 | # |
| 893 | # CONFIG_CRYPTO_LZO is not set | 1129 | # Compression |
| 1130 | # | ||
| 1131 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1132 | CONFIG_CRYPTO_LZO=m | ||
| 894 | CONFIG_CRYPTO_HW=y | 1133 | CONFIG_CRYPTO_HW=y |
| 895 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1134 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 896 | # CONFIG_PPC_CLOCK is not set | 1135 | # CONFIG_PPC_CLOCK is not set |
| 1136 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/ppc44x_defconfig b/arch/powerpc/configs/ppc44x_defconfig index f9d279bb700b..c7825dcbf415 100644 --- a/arch/powerpc/configs/ppc44x_defconfig +++ b/arch/powerpc/configs/ppc44x_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc8 | 3 | # Linux kernel version: 2.6.27-rc1 |
| 4 | # Wed Jul 9 13:50:48 2008 | 4 | # Tue Aug 5 10:01:31 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -30,9 +30,11 @@ CONFIG_GENERIC_TIME=y | |||
| 30 | CONFIG_GENERIC_TIME_VSYSCALL=y | 30 | CONFIG_GENERIC_TIME_VSYSCALL=y |
| 31 | CONFIG_GENERIC_CLOCKEVENTS=y | 31 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 32 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 33 | # CONFIG_HAVE_GET_USER_PAGES_FAST is not set | ||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 36 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 38 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -116,10 +118,16 @@ CONFIG_SLUB=y | |||
| 116 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 117 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 118 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 119 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
| 125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 121 | # CONFIG_HAVE_DMA_ATTRS is not set | 126 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 127 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 128 | # CONFIG_HAVE_CLK is not set | ||
| 122 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 123 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 124 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 125 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| @@ -136,6 +144,7 @@ CONFIG_LBD=y | |||
| 136 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 137 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
| 138 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
| 147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 139 | 148 | ||
| 140 | # | 149 | # |
| 141 | # IO Schedulers | 150 | # IO Schedulers |
| @@ -155,8 +164,6 @@ CONFIG_PPC4xx_PCI_EXPRESS=y | |||
| 155 | # | 164 | # |
| 156 | # Platform support | 165 | # Platform support |
| 157 | # | 166 | # |
| 158 | # CONFIG_PPC_MPC512x is not set | ||
| 159 | # CONFIG_PPC_MPC5121 is not set | ||
| 160 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 161 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 162 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| @@ -231,6 +238,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 231 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 238 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 232 | CONFIG_PAGEFLAGS_EXTENDED=y | 239 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 233 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 240 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 241 | CONFIG_MIGRATION=y | ||
| 234 | CONFIG_RESOURCES_64BIT=y | 242 | CONFIG_RESOURCES_64BIT=y |
| 235 | CONFIG_ZONE_DMA_FLAG=1 | 243 | CONFIG_ZONE_DMA_FLAG=1 |
| 236 | CONFIG_BOUNCE=y | 244 | CONFIG_BOUNCE=y |
| @@ -248,6 +256,7 @@ CONFIG_ISA_DMA_API=y | |||
| 248 | CONFIG_ZONE_DMA=y | 256 | CONFIG_ZONE_DMA=y |
| 249 | CONFIG_PPC_INDIRECT_PCI=y | 257 | CONFIG_PPC_INDIRECT_PCI=y |
| 250 | CONFIG_4xx_SOC=y | 258 | CONFIG_4xx_SOC=y |
| 259 | CONFIG_PPC_PCI_CHOICE=y | ||
| 251 | CONFIG_PCI=y | 260 | CONFIG_PCI=y |
| 252 | CONFIG_PCI_DOMAINS=y | 261 | CONFIG_PCI_DOMAINS=y |
| 253 | CONFIG_PCI_SYSCALL=y | 262 | CONFIG_PCI_SYSCALL=y |
| @@ -275,10 +284,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 275 | CONFIG_TASK_SIZE=0xc0000000 | 284 | CONFIG_TASK_SIZE=0xc0000000 |
| 276 | CONFIG_CONSISTENT_START=0xff100000 | 285 | CONFIG_CONSISTENT_START=0xff100000 |
| 277 | CONFIG_CONSISTENT_SIZE=0x00200000 | 286 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 278 | |||
| 279 | # | ||
| 280 | # Networking | ||
| 281 | # | ||
| 282 | CONFIG_NET=y | 287 | CONFIG_NET=y |
| 283 | 288 | ||
| 284 | # | 289 | # |
| @@ -287,6 +292,11 @@ CONFIG_NET=y | |||
| 287 | CONFIG_PACKET=y | 292 | CONFIG_PACKET=y |
| 288 | # CONFIG_PACKET_MMAP is not set | 293 | # CONFIG_PACKET_MMAP is not set |
| 289 | CONFIG_UNIX=y | 294 | CONFIG_UNIX=y |
| 295 | CONFIG_XFRM=y | ||
| 296 | # CONFIG_XFRM_USER is not set | ||
| 297 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 298 | # CONFIG_XFRM_MIGRATE is not set | ||
| 299 | # CONFIG_XFRM_STATISTICS is not set | ||
| 290 | # CONFIG_NET_KEY is not set | 300 | # CONFIG_NET_KEY is not set |
| 291 | CONFIG_INET=y | 301 | CONFIG_INET=y |
| 292 | # CONFIG_IP_MULTICAST is not set | 302 | # CONFIG_IP_MULTICAST is not set |
| @@ -304,7 +314,7 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 304 | # CONFIG_INET_ESP is not set | 314 | # CONFIG_INET_ESP is not set |
| 305 | # CONFIG_INET_IPCOMP is not set | 315 | # CONFIG_INET_IPCOMP is not set |
| 306 | # CONFIG_INET_XFRM_TUNNEL is not set | 316 | # CONFIG_INET_XFRM_TUNNEL is not set |
| 307 | # CONFIG_INET_TUNNEL is not set | 317 | CONFIG_INET_TUNNEL=m |
| 308 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | 318 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set |
| 309 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | 319 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set |
| 310 | # CONFIG_INET_XFRM_MODE_BEET is not set | 320 | # CONFIG_INET_XFRM_MODE_BEET is not set |
| @@ -315,7 +325,25 @@ CONFIG_INET_TCP_DIAG=y | |||
| 315 | CONFIG_TCP_CONG_CUBIC=y | 325 | CONFIG_TCP_CONG_CUBIC=y |
| 316 | CONFIG_DEFAULT_TCP_CONG="cubic" | 326 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 317 | # CONFIG_TCP_MD5SIG is not set | 327 | # CONFIG_TCP_MD5SIG is not set |
| 318 | # CONFIG_IPV6 is not set | 328 | CONFIG_IPV6=m |
| 329 | # CONFIG_IPV6_PRIVACY is not set | ||
| 330 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
| 331 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
| 332 | # CONFIG_INET6_AH is not set | ||
| 333 | # CONFIG_INET6_ESP is not set | ||
| 334 | # CONFIG_INET6_IPCOMP is not set | ||
| 335 | # CONFIG_IPV6_MIP6 is not set | ||
| 336 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 337 | # CONFIG_INET6_TUNNEL is not set | ||
| 338 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
| 339 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
| 340 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
| 341 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
| 342 | CONFIG_IPV6_SIT=m | ||
| 343 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
| 344 | # CONFIG_IPV6_TUNNEL is not set | ||
| 345 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
| 346 | # CONFIG_IPV6_MROUTE is not set | ||
| 319 | # CONFIG_NETWORK_SECMARK is not set | 347 | # CONFIG_NETWORK_SECMARK is not set |
| 320 | # CONFIG_NETFILTER is not set | 348 | # CONFIG_NETFILTER is not set |
| 321 | # CONFIG_IP_DCCP is not set | 349 | # CONFIG_IP_DCCP is not set |
| @@ -365,6 +393,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 365 | CONFIG_STANDALONE=y | 393 | CONFIG_STANDALONE=y |
| 366 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 394 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 367 | CONFIG_FW_LOADER=y | 395 | CONFIG_FW_LOADER=y |
| 396 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 397 | CONFIG_EXTRA_FIRMWARE="" | ||
| 368 | # CONFIG_DEBUG_DRIVER is not set | 398 | # CONFIG_DEBUG_DRIVER is not set |
| 369 | # CONFIG_DEBUG_DEVRES is not set | 399 | # CONFIG_DEBUG_DEVRES is not set |
| 370 | # CONFIG_SYS_HYPERVISOR is not set | 400 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -447,8 +477,17 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 447 | # | 477 | # |
| 448 | # UBI - Unsorted block images | 478 | # UBI - Unsorted block images |
| 449 | # | 479 | # |
| 450 | # CONFIG_MTD_UBI is not set | 480 | CONFIG_MTD_UBI=m |
| 481 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 | ||
| 482 | CONFIG_MTD_UBI_BEB_RESERVE=1 | ||
| 483 | CONFIG_MTD_UBI_GLUEBI=y | ||
| 484 | |||
| 485 | # | ||
| 486 | # UBI debugging options | ||
| 487 | # | ||
| 488 | # CONFIG_MTD_UBI_DEBUG is not set | ||
| 451 | CONFIG_OF_DEVICE=y | 489 | CONFIG_OF_DEVICE=y |
| 490 | CONFIG_OF_I2C=m | ||
| 452 | # CONFIG_PARPORT is not set | 491 | # CONFIG_PARPORT is not set |
| 453 | CONFIG_BLK_DEV=y | 492 | CONFIG_BLK_DEV=y |
| 454 | # CONFIG_BLK_DEV_FD is not set | 493 | # CONFIG_BLK_DEV_FD is not set |
| @@ -460,6 +499,7 @@ CONFIG_BLK_DEV=y | |||
| 460 | # CONFIG_BLK_DEV_LOOP is not set | 499 | # CONFIG_BLK_DEV_LOOP is not set |
| 461 | # CONFIG_BLK_DEV_NBD is not set | 500 | # CONFIG_BLK_DEV_NBD is not set |
| 462 | # CONFIG_BLK_DEV_SX8 is not set | 501 | # CONFIG_BLK_DEV_SX8 is not set |
| 502 | # CONFIG_BLK_DEV_UB is not set | ||
| 463 | CONFIG_BLK_DEV_RAM=y | 503 | CONFIG_BLK_DEV_RAM=y |
| 464 | CONFIG_BLK_DEV_RAM_COUNT=16 | 504 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 465 | CONFIG_BLK_DEV_RAM_SIZE=35000 | 505 | CONFIG_BLK_DEV_RAM_SIZE=35000 |
| @@ -467,12 +507,14 @@ CONFIG_BLK_DEV_RAM_SIZE=35000 | |||
| 467 | # CONFIG_CDROM_PKTCDVD is not set | 507 | # CONFIG_CDROM_PKTCDVD is not set |
| 468 | # CONFIG_ATA_OVER_ETH is not set | 508 | # CONFIG_ATA_OVER_ETH is not set |
| 469 | # CONFIG_XILINX_SYSACE is not set | 509 | # CONFIG_XILINX_SYSACE is not set |
| 510 | # CONFIG_BLK_DEV_HD is not set | ||
| 470 | CONFIG_MISC_DEVICES=y | 511 | CONFIG_MISC_DEVICES=y |
| 471 | # CONFIG_PHANTOM is not set | 512 | # CONFIG_PHANTOM is not set |
| 472 | # CONFIG_EEPROM_93CX6 is not set | 513 | # CONFIG_EEPROM_93CX6 is not set |
| 473 | # CONFIG_SGI_IOC4 is not set | 514 | # CONFIG_SGI_IOC4 is not set |
| 474 | # CONFIG_TIFM_CORE is not set | 515 | # CONFIG_TIFM_CORE is not set |
| 475 | # CONFIG_ENCLOSURE_SERVICES is not set | 516 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 517 | # CONFIG_HP_ILO is not set | ||
| 476 | CONFIG_HAVE_IDE=y | 518 | CONFIG_HAVE_IDE=y |
| 477 | # CONFIG_IDE is not set | 519 | # CONFIG_IDE is not set |
| 478 | 520 | ||
| @@ -480,9 +522,41 @@ CONFIG_HAVE_IDE=y | |||
| 480 | # SCSI device support | 522 | # SCSI device support |
| 481 | # | 523 | # |
| 482 | # CONFIG_RAID_ATTRS is not set | 524 | # CONFIG_RAID_ATTRS is not set |
| 483 | # CONFIG_SCSI is not set | 525 | CONFIG_SCSI=m |
| 484 | # CONFIG_SCSI_DMA is not set | 526 | CONFIG_SCSI_DMA=y |
| 527 | # CONFIG_SCSI_TGT is not set | ||
| 485 | # CONFIG_SCSI_NETLINK is not set | 528 | # CONFIG_SCSI_NETLINK is not set |
| 529 | CONFIG_SCSI_PROC_FS=y | ||
| 530 | |||
| 531 | # | ||
| 532 | # SCSI support type (disk, tape, CD-ROM) | ||
| 533 | # | ||
| 534 | CONFIG_BLK_DEV_SD=m | ||
| 535 | # CONFIG_CHR_DEV_ST is not set | ||
| 536 | # CONFIG_CHR_DEV_OSST is not set | ||
| 537 | # CONFIG_BLK_DEV_SR is not set | ||
| 538 | # CONFIG_CHR_DEV_SG is not set | ||
| 539 | # CONFIG_CHR_DEV_SCH is not set | ||
| 540 | |||
| 541 | # | ||
| 542 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 543 | # | ||
| 544 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 545 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 546 | # CONFIG_SCSI_LOGGING is not set | ||
| 547 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
| 548 | CONFIG_SCSI_WAIT_SCAN=m | ||
| 549 | |||
| 550 | # | ||
| 551 | # SCSI Transports | ||
| 552 | # | ||
| 553 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 554 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 555 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 556 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 557 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
| 558 | # CONFIG_SCSI_LOWLEVEL is not set | ||
| 559 | # CONFIG_SCSI_DH is not set | ||
| 486 | # CONFIG_ATA is not set | 560 | # CONFIG_ATA is not set |
| 487 | # CONFIG_MD is not set | 561 | # CONFIG_MD is not set |
| 488 | # CONFIG_FUSION is not set | 562 | # CONFIG_FUSION is not set |
| @@ -499,7 +573,6 @@ CONFIG_HAVE_IDE=y | |||
| 499 | # CONFIG_I2O is not set | 573 | # CONFIG_I2O is not set |
| 500 | # CONFIG_MACINTOSH_DRIVERS is not set | 574 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 501 | CONFIG_NETDEVICES=y | 575 | CONFIG_NETDEVICES=y |
| 502 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 503 | # CONFIG_DUMMY is not set | 576 | # CONFIG_DUMMY is not set |
| 504 | # CONFIG_BONDING is not set | 577 | # CONFIG_BONDING is not set |
| 505 | # CONFIG_MACVLAN is not set | 578 | # CONFIG_MACVLAN is not set |
| @@ -534,7 +607,6 @@ CONFIG_NETDEV_1000=y | |||
| 534 | # CONFIG_DL2K is not set | 607 | # CONFIG_DL2K is not set |
| 535 | # CONFIG_E1000 is not set | 608 | # CONFIG_E1000 is not set |
| 536 | # CONFIG_E1000E is not set | 609 | # CONFIG_E1000E is not set |
| 537 | # CONFIG_E1000E_ENABLED is not set | ||
| 538 | # CONFIG_IP1000 is not set | 610 | # CONFIG_IP1000 is not set |
| 539 | # CONFIG_IGB is not set | 611 | # CONFIG_IGB is not set |
| 540 | # CONFIG_NS83820 is not set | 612 | # CONFIG_NS83820 is not set |
| @@ -549,6 +621,7 @@ CONFIG_NETDEV_1000=y | |||
| 549 | # CONFIG_BNX2 is not set | 621 | # CONFIG_BNX2 is not set |
| 550 | # CONFIG_QLA3XXX is not set | 622 | # CONFIG_QLA3XXX is not set |
| 551 | # CONFIG_ATL1 is not set | 623 | # CONFIG_ATL1 is not set |
| 624 | # CONFIG_ATL1E is not set | ||
| 552 | CONFIG_NETDEV_10000=y | 625 | CONFIG_NETDEV_10000=y |
| 553 | # CONFIG_CHELSIO_T1 is not set | 626 | # CONFIG_CHELSIO_T1 is not set |
| 554 | # CONFIG_CHELSIO_T3 is not set | 627 | # CONFIG_CHELSIO_T3 is not set |
| @@ -570,11 +643,21 @@ CONFIG_NETDEV_10000=y | |||
| 570 | # CONFIG_WLAN_PRE80211 is not set | 643 | # CONFIG_WLAN_PRE80211 is not set |
| 571 | # CONFIG_WLAN_80211 is not set | 644 | # CONFIG_WLAN_80211 is not set |
| 572 | # CONFIG_IWLWIFI_LEDS is not set | 645 | # CONFIG_IWLWIFI_LEDS is not set |
| 646 | |||
| 647 | # | ||
| 648 | # USB Network Adapters | ||
| 649 | # | ||
| 650 | # CONFIG_USB_CATC is not set | ||
| 651 | # CONFIG_USB_KAWETH is not set | ||
| 652 | # CONFIG_USB_PEGASUS is not set | ||
| 653 | # CONFIG_USB_RTL8150 is not set | ||
| 654 | # CONFIG_USB_USBNET is not set | ||
| 573 | # CONFIG_WAN is not set | 655 | # CONFIG_WAN is not set |
| 574 | # CONFIG_FDDI is not set | 656 | # CONFIG_FDDI is not set |
| 575 | # CONFIG_HIPPI is not set | 657 | # CONFIG_HIPPI is not set |
| 576 | # CONFIG_PPP is not set | 658 | # CONFIG_PPP is not set |
| 577 | # CONFIG_SLIP is not set | 659 | # CONFIG_SLIP is not set |
| 660 | # CONFIG_NET_FC is not set | ||
| 578 | # CONFIG_NETCONSOLE is not set | 661 | # CONFIG_NETCONSOLE is not set |
| 579 | # CONFIG_NETPOLL is not set | 662 | # CONFIG_NETPOLL is not set |
| 580 | # CONFIG_NET_POLL_CONTROLLER is not set | 663 | # CONFIG_NET_POLL_CONTROLLER is not set |
| @@ -635,8 +718,77 @@ CONFIG_XILINX_HWICAP=m | |||
| 635 | # CONFIG_RAW_DRIVER is not set | 718 | # CONFIG_RAW_DRIVER is not set |
| 636 | # CONFIG_TCG_TPM is not set | 719 | # CONFIG_TCG_TPM is not set |
| 637 | CONFIG_DEVPORT=y | 720 | CONFIG_DEVPORT=y |
| 638 | # CONFIG_I2C is not set | 721 | CONFIG_I2C=m |
| 722 | CONFIG_I2C_BOARDINFO=y | ||
| 723 | CONFIG_I2C_CHARDEV=m | ||
| 724 | |||
| 725 | # | ||
| 726 | # I2C Hardware Bus support | ||
| 727 | # | ||
| 728 | |||
| 729 | # | ||
| 730 | # PC SMBus host controller drivers | ||
| 731 | # | ||
| 732 | # CONFIG_I2C_ALI1535 is not set | ||
| 733 | # CONFIG_I2C_ALI1563 is not set | ||
| 734 | # CONFIG_I2C_ALI15X3 is not set | ||
| 735 | # CONFIG_I2C_AMD756 is not set | ||
| 736 | # CONFIG_I2C_AMD8111 is not set | ||
| 737 | # CONFIG_I2C_I801 is not set | ||
| 738 | # CONFIG_I2C_ISCH is not set | ||
| 739 | # CONFIG_I2C_PIIX4 is not set | ||
| 740 | # CONFIG_I2C_NFORCE2 is not set | ||
| 741 | # CONFIG_I2C_SIS5595 is not set | ||
| 742 | # CONFIG_I2C_SIS630 is not set | ||
| 743 | # CONFIG_I2C_SIS96X is not set | ||
| 744 | # CONFIG_I2C_VIA is not set | ||
| 745 | # CONFIG_I2C_VIAPRO is not set | ||
| 746 | |||
| 747 | # | ||
| 748 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 749 | # | ||
| 750 | CONFIG_I2C_IBM_IIC=m | ||
| 751 | # CONFIG_I2C_MPC is not set | ||
| 752 | # CONFIG_I2C_OCORES is not set | ||
| 753 | # CONFIG_I2C_SIMTEC is not set | ||
| 754 | |||
| 755 | # | ||
| 756 | # External I2C/SMBus adapter drivers | ||
| 757 | # | ||
| 758 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 759 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 760 | # CONFIG_I2C_TINY_USB is not set | ||
| 761 | |||
| 762 | # | ||
| 763 | # Graphics adapter I2C/DDC channel drivers | ||
| 764 | # | ||
| 765 | # CONFIG_I2C_VOODOO3 is not set | ||
| 766 | |||
| 767 | # | ||
| 768 | # Other I2C/SMBus bus drivers | ||
| 769 | # | ||
| 770 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 771 | # CONFIG_I2C_STUB is not set | ||
| 772 | |||
| 773 | # | ||
| 774 | # Miscellaneous I2C Chip support | ||
| 775 | # | ||
| 776 | # CONFIG_DS1682 is not set | ||
| 777 | # CONFIG_AT24 is not set | ||
| 778 | # CONFIG_SENSORS_EEPROM is not set | ||
| 779 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 780 | # CONFIG_PCF8575 is not set | ||
| 781 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 782 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 783 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 784 | # CONFIG_SENSORS_TSL2550 is not set | ||
| 785 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 786 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 787 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 788 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 639 | # CONFIG_SPI is not set | 789 | # CONFIG_SPI is not set |
| 790 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 791 | # CONFIG_GPIOLIB is not set | ||
| 640 | # CONFIG_W1 is not set | 792 | # CONFIG_W1 is not set |
| 641 | # CONFIG_POWER_SUPPLY is not set | 793 | # CONFIG_POWER_SUPPLY is not set |
| 642 | # CONFIG_HWMON is not set | 794 | # CONFIG_HWMON is not set |
| @@ -653,6 +805,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 653 | # | 805 | # |
| 654 | # Multifunction device drivers | 806 | # Multifunction device drivers |
| 655 | # | 807 | # |
| 808 | # CONFIG_MFD_CORE is not set | ||
| 656 | # CONFIG_MFD_SM501 is not set | 809 | # CONFIG_MFD_SM501 is not set |
| 657 | # CONFIG_HTC_PASIC3 is not set | 810 | # CONFIG_HTC_PASIC3 is not set |
| 658 | 811 | ||
| @@ -686,22 +839,113 @@ CONFIG_SSB_POSSIBLE=y | |||
| 686 | # Display device support | 839 | # Display device support |
| 687 | # | 840 | # |
| 688 | # CONFIG_DISPLAY_SUPPORT is not set | 841 | # CONFIG_DISPLAY_SUPPORT is not set |
| 689 | |||
| 690 | # | ||
| 691 | # Sound | ||
| 692 | # | ||
| 693 | # CONFIG_SOUND is not set | 842 | # CONFIG_SOUND is not set |
| 694 | CONFIG_USB_SUPPORT=y | 843 | CONFIG_USB_SUPPORT=y |
| 695 | CONFIG_USB_ARCH_HAS_HCD=y | 844 | CONFIG_USB_ARCH_HAS_HCD=y |
| 696 | CONFIG_USB_ARCH_HAS_OHCI=y | 845 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 697 | CONFIG_USB_ARCH_HAS_EHCI=y | 846 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 698 | # CONFIG_USB is not set | 847 | CONFIG_USB=m |
| 848 | # CONFIG_USB_DEBUG is not set | ||
| 849 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
| 850 | |||
| 851 | # | ||
| 852 | # Miscellaneous USB options | ||
| 853 | # | ||
| 854 | # CONFIG_USB_DEVICEFS is not set | ||
| 855 | CONFIG_USB_DEVICE_CLASS=y | ||
| 856 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 857 | # CONFIG_USB_OTG is not set | ||
| 699 | # CONFIG_USB_OTG_WHITELIST is not set | 858 | # CONFIG_USB_OTG_WHITELIST is not set |
| 700 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 859 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 701 | 860 | ||
| 702 | # | 861 | # |
| 862 | # USB Host Controller Drivers | ||
| 863 | # | ||
| 864 | # CONFIG_USB_C67X00_HCD is not set | ||
| 865 | CONFIG_USB_EHCI_HCD=m | ||
| 866 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
| 867 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
| 868 | CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y | ||
| 869 | CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y | ||
| 870 | CONFIG_USB_EHCI_HCD_PPC_OF=y | ||
| 871 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 872 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 873 | CONFIG_USB_OHCI_HCD=m | ||
| 874 | CONFIG_USB_OHCI_HCD_PPC_OF=y | ||
| 875 | CONFIG_USB_OHCI_HCD_PPC_OF_BE=y | ||
| 876 | # CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set | ||
| 877 | # CONFIG_USB_OHCI_HCD_PCI is not set | ||
| 878 | CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y | ||
| 879 | CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y | ||
| 880 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 881 | # CONFIG_USB_UHCI_HCD is not set | ||
| 882 | # CONFIG_USB_SL811_HCD is not set | ||
| 883 | # CONFIG_USB_R8A66597_HCD is not set | ||
| 884 | |||
| 885 | # | ||
| 886 | # USB Device Class drivers | ||
| 887 | # | ||
| 888 | # CONFIG_USB_ACM is not set | ||
| 889 | # CONFIG_USB_PRINTER is not set | ||
| 890 | # CONFIG_USB_WDM is not set | ||
| 891 | |||
| 892 | # | ||
| 703 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 893 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 704 | # | 894 | # |
| 895 | |||
| 896 | # | ||
| 897 | # may also be needed; see USB_STORAGE Help for more information | ||
| 898 | # | ||
| 899 | CONFIG_USB_STORAGE=m | ||
| 900 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 901 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 902 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 903 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 904 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 905 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 906 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 907 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 908 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 909 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 910 | # CONFIG_USB_STORAGE_KARMA is not set | ||
| 911 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
| 912 | # CONFIG_USB_LIBUSUAL is not set | ||
| 913 | |||
| 914 | # | ||
| 915 | # USB Imaging devices | ||
| 916 | # | ||
| 917 | # CONFIG_USB_MDC800 is not set | ||
| 918 | # CONFIG_USB_MICROTEK is not set | ||
| 919 | # CONFIG_USB_MON is not set | ||
| 920 | |||
| 921 | # | ||
| 922 | # USB port drivers | ||
| 923 | # | ||
| 924 | # CONFIG_USB_SERIAL is not set | ||
| 925 | |||
| 926 | # | ||
| 927 | # USB Miscellaneous drivers | ||
| 928 | # | ||
| 929 | # CONFIG_USB_EMI62 is not set | ||
| 930 | # CONFIG_USB_EMI26 is not set | ||
| 931 | # CONFIG_USB_ADUTUX is not set | ||
| 932 | # CONFIG_USB_AUERSWALD is not set | ||
| 933 | # CONFIG_USB_RIO500 is not set | ||
| 934 | # CONFIG_USB_LEGOTOWER is not set | ||
| 935 | # CONFIG_USB_LCD is not set | ||
| 936 | # CONFIG_USB_BERRY_CHARGE is not set | ||
| 937 | # CONFIG_USB_LED is not set | ||
| 938 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
| 939 | # CONFIG_USB_CYTHERM is not set | ||
| 940 | # CONFIG_USB_PHIDGET is not set | ||
| 941 | # CONFIG_USB_IDMOUSE is not set | ||
| 942 | # CONFIG_USB_FTDI_ELAN is not set | ||
| 943 | # CONFIG_USB_APPLEDISPLAY is not set | ||
| 944 | # CONFIG_USB_SISUSBVGA is not set | ||
| 945 | # CONFIG_USB_LD is not set | ||
| 946 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
| 947 | # CONFIG_USB_IOWARRIOR is not set | ||
| 948 | # CONFIG_USB_ISIGHTFW is not set | ||
| 705 | # CONFIG_USB_GADGET is not set | 949 | # CONFIG_USB_GADGET is not set |
| 706 | # CONFIG_MMC is not set | 950 | # CONFIG_MMC is not set |
| 707 | # CONFIG_MEMSTICK is not set | 951 | # CONFIG_MEMSTICK is not set |
| @@ -719,8 +963,13 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 719 | CONFIG_EXT2_FS=y | 963 | CONFIG_EXT2_FS=y |
| 720 | # CONFIG_EXT2_FS_XATTR is not set | 964 | # CONFIG_EXT2_FS_XATTR is not set |
| 721 | # CONFIG_EXT2_FS_XIP is not set | 965 | # CONFIG_EXT2_FS_XIP is not set |
| 722 | # CONFIG_EXT3_FS is not set | 966 | CONFIG_EXT3_FS=m |
| 967 | CONFIG_EXT3_FS_XATTR=y | ||
| 968 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 969 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 723 | # CONFIG_EXT4DEV_FS is not set | 970 | # CONFIG_EXT4DEV_FS is not set |
| 971 | CONFIG_JBD=m | ||
| 972 | CONFIG_FS_MBCACHE=y | ||
| 724 | # CONFIG_REISERFS_FS is not set | 973 | # CONFIG_REISERFS_FS is not set |
| 725 | # CONFIG_JFS_FS is not set | 974 | # CONFIG_JFS_FS is not set |
| 726 | # CONFIG_FS_POSIX_ACL is not set | 975 | # CONFIG_FS_POSIX_ACL is not set |
| @@ -743,8 +992,11 @@ CONFIG_INOTIFY_USER=y | |||
| 743 | # | 992 | # |
| 744 | # DOS/FAT/NT Filesystems | 993 | # DOS/FAT/NT Filesystems |
| 745 | # | 994 | # |
| 995 | CONFIG_FAT_FS=m | ||
| 746 | # CONFIG_MSDOS_FS is not set | 996 | # CONFIG_MSDOS_FS is not set |
| 747 | # CONFIG_VFAT_FS is not set | 997 | CONFIG_VFAT_FS=m |
| 998 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 999 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 748 | # CONFIG_NTFS_FS is not set | 1000 | # CONFIG_NTFS_FS is not set |
| 749 | 1001 | ||
| 750 | # | 1002 | # |
| @@ -780,9 +1032,16 @@ CONFIG_JFFS2_ZLIB=y | |||
| 780 | # CONFIG_JFFS2_LZO is not set | 1032 | # CONFIG_JFFS2_LZO is not set |
| 781 | CONFIG_JFFS2_RTIME=y | 1033 | CONFIG_JFFS2_RTIME=y |
| 782 | # CONFIG_JFFS2_RUBIN is not set | 1034 | # CONFIG_JFFS2_RUBIN is not set |
| 1035 | CONFIG_UBIFS_FS=m | ||
| 1036 | CONFIG_UBIFS_FS_XATTR=y | ||
| 1037 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set | ||
| 1038 | CONFIG_UBIFS_FS_LZO=y | ||
| 1039 | CONFIG_UBIFS_FS_ZLIB=y | ||
| 1040 | # CONFIG_UBIFS_FS_DEBUG is not set | ||
| 783 | CONFIG_CRAMFS=y | 1041 | CONFIG_CRAMFS=y |
| 784 | # CONFIG_VXFS_FS is not set | 1042 | # CONFIG_VXFS_FS is not set |
| 785 | # CONFIG_MINIX_FS is not set | 1043 | # CONFIG_MINIX_FS is not set |
| 1044 | # CONFIG_OMFS_FS is not set | ||
| 786 | # CONFIG_HPFS_FS is not set | 1045 | # CONFIG_HPFS_FS is not set |
| 787 | # CONFIG_QNX4FS_FS is not set | 1046 | # CONFIG_QNX4FS_FS is not set |
| 788 | # CONFIG_ROMFS_FS is not set | 1047 | # CONFIG_ROMFS_FS is not set |
| @@ -793,13 +1052,12 @@ CONFIG_NFS_FS=y | |||
| 793 | CONFIG_NFS_V3=y | 1052 | CONFIG_NFS_V3=y |
| 794 | # CONFIG_NFS_V3_ACL is not set | 1053 | # CONFIG_NFS_V3_ACL is not set |
| 795 | # CONFIG_NFS_V4 is not set | 1054 | # CONFIG_NFS_V4 is not set |
| 796 | # CONFIG_NFSD is not set | ||
| 797 | CONFIG_ROOT_NFS=y | 1055 | CONFIG_ROOT_NFS=y |
| 1056 | # CONFIG_NFSD is not set | ||
| 798 | CONFIG_LOCKD=y | 1057 | CONFIG_LOCKD=y |
| 799 | CONFIG_LOCKD_V4=y | 1058 | CONFIG_LOCKD_V4=y |
| 800 | CONFIG_NFS_COMMON=y | 1059 | CONFIG_NFS_COMMON=y |
| 801 | CONFIG_SUNRPC=y | 1060 | CONFIG_SUNRPC=y |
| 802 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 803 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1061 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 804 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1062 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 805 | # CONFIG_SMB_FS is not set | 1063 | # CONFIG_SMB_FS is not set |
| @@ -813,7 +1071,46 @@ CONFIG_SUNRPC=y | |||
| 813 | # | 1071 | # |
| 814 | # CONFIG_PARTITION_ADVANCED is not set | 1072 | # CONFIG_PARTITION_ADVANCED is not set |
| 815 | CONFIG_MSDOS_PARTITION=y | 1073 | CONFIG_MSDOS_PARTITION=y |
| 816 | # CONFIG_NLS is not set | 1074 | CONFIG_NLS=m |
| 1075 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1076 | CONFIG_NLS_CODEPAGE_437=m | ||
| 1077 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1078 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1079 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1080 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1081 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1082 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1083 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1084 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1085 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1086 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1087 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1088 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1089 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1090 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1091 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1092 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1093 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1094 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1095 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1096 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1097 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1098 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1099 | # CONFIG_NLS_ASCII is not set | ||
| 1100 | CONFIG_NLS_ISO8859_1=m | ||
| 1101 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1102 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1103 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1104 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1105 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1106 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1107 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1108 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1109 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1110 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1111 | # CONFIG_NLS_KOI8_R is not set | ||
| 1112 | # CONFIG_NLS_KOI8_U is not set | ||
| 1113 | # CONFIG_NLS_UTF8 is not set | ||
| 817 | # CONFIG_DLM is not set | 1114 | # CONFIG_DLM is not set |
| 818 | 1115 | ||
| 819 | # | 1116 | # |
| @@ -822,13 +1119,16 @@ CONFIG_MSDOS_PARTITION=y | |||
| 822 | CONFIG_BITREVERSE=y | 1119 | CONFIG_BITREVERSE=y |
| 823 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1120 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 824 | # CONFIG_CRC_CCITT is not set | 1121 | # CONFIG_CRC_CCITT is not set |
| 825 | # CONFIG_CRC16 is not set | 1122 | CONFIG_CRC16=m |
| 1123 | CONFIG_CRC_T10DIF=m | ||
| 826 | # CONFIG_CRC_ITU_T is not set | 1124 | # CONFIG_CRC_ITU_T is not set |
| 827 | CONFIG_CRC32=y | 1125 | CONFIG_CRC32=y |
| 828 | # CONFIG_CRC7 is not set | 1126 | # CONFIG_CRC7 is not set |
| 829 | # CONFIG_LIBCRC32C is not set | 1127 | # CONFIG_LIBCRC32C is not set |
| 830 | CONFIG_ZLIB_INFLATE=y | 1128 | CONFIG_ZLIB_INFLATE=y |
| 831 | CONFIG_ZLIB_DEFLATE=y | 1129 | CONFIG_ZLIB_DEFLATE=y |
| 1130 | CONFIG_LZO_COMPRESS=m | ||
| 1131 | CONFIG_LZO_DECOMPRESS=m | ||
| 832 | CONFIG_PLIST=y | 1132 | CONFIG_PLIST=y |
| 833 | CONFIG_HAS_IOMEM=y | 1133 | CONFIG_HAS_IOMEM=y |
| 834 | CONFIG_HAS_IOPORT=y | 1134 | CONFIG_HAS_IOPORT=y |
| @@ -849,6 +1149,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 849 | CONFIG_DEBUG_KERNEL=y | 1149 | CONFIG_DEBUG_KERNEL=y |
| 850 | # CONFIG_DEBUG_SHIRQ is not set | 1150 | # CONFIG_DEBUG_SHIRQ is not set |
| 851 | CONFIG_DETECT_SOFTLOCKUP=y | 1151 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1152 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1153 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 852 | CONFIG_SCHED_DEBUG=y | 1154 | CONFIG_SCHED_DEBUG=y |
| 853 | # CONFIG_SCHEDSTATS is not set | 1155 | # CONFIG_SCHEDSTATS is not set |
| 854 | # CONFIG_TIMER_STATS is not set | 1156 | # CONFIG_TIMER_STATS is not set |
| @@ -866,19 +1168,28 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 866 | # CONFIG_DEBUG_INFO is not set | 1168 | # CONFIG_DEBUG_INFO is not set |
| 867 | # CONFIG_DEBUG_VM is not set | 1169 | # CONFIG_DEBUG_VM is not set |
| 868 | # CONFIG_DEBUG_WRITECOUNT is not set | 1170 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1171 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 869 | # CONFIG_DEBUG_LIST is not set | 1172 | # CONFIG_DEBUG_LIST is not set |
| 870 | # CONFIG_DEBUG_SG is not set | 1173 | # CONFIG_DEBUG_SG is not set |
| 871 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1174 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 872 | # CONFIG_RCU_TORTURE_TEST is not set | 1175 | # CONFIG_RCU_TORTURE_TEST is not set |
| 873 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1176 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 874 | # CONFIG_FAULT_INJECTION is not set | 1177 | # CONFIG_FAULT_INJECTION is not set |
| 1178 | # CONFIG_LATENCYTOP is not set | ||
| 1179 | CONFIG_HAVE_FTRACE=y | ||
| 1180 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1181 | # CONFIG_FTRACE is not set | ||
| 1182 | # CONFIG_SCHED_TRACER is not set | ||
| 1183 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 875 | # CONFIG_SAMPLES is not set | 1184 | # CONFIG_SAMPLES is not set |
| 1185 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1186 | # CONFIG_KGDB is not set | ||
| 876 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1187 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 877 | # CONFIG_DEBUG_STACK_USAGE is not set | 1188 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 878 | # CONFIG_DEBUG_PAGEALLOC is not set | 1189 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 879 | # CONFIG_DEBUGGER is not set | ||
| 880 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1190 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 881 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1191 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1192 | # CONFIG_XMON is not set | ||
| 882 | # CONFIG_IRQSTACKS is not set | 1193 | # CONFIG_IRQSTACKS is not set |
| 883 | # CONFIG_BDI_SWITCH is not set | 1194 | # CONFIG_BDI_SWITCH is not set |
| 884 | # CONFIG_PPC_EARLY_DEBUG is not set | 1195 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -934,6 +1245,10 @@ CONFIG_CRYPTO_PCBC=y | |||
| 934 | # CONFIG_CRYPTO_MD4 is not set | 1245 | # CONFIG_CRYPTO_MD4 is not set |
| 935 | CONFIG_CRYPTO_MD5=y | 1246 | CONFIG_CRYPTO_MD5=y |
| 936 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1247 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1248 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1249 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1250 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1251 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 937 | # CONFIG_CRYPTO_SHA1 is not set | 1252 | # CONFIG_CRYPTO_SHA1 is not set |
| 938 | # CONFIG_CRYPTO_SHA256 is not set | 1253 | # CONFIG_CRYPTO_SHA256 is not set |
| 939 | # CONFIG_CRYPTO_SHA512 is not set | 1254 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -962,8 +1277,8 @@ CONFIG_CRYPTO_DES=y | |||
| 962 | # | 1277 | # |
| 963 | # Compression | 1278 | # Compression |
| 964 | # | 1279 | # |
| 965 | # CONFIG_CRYPTO_DEFLATE is not set | 1280 | CONFIG_CRYPTO_DEFLATE=m |
| 966 | # CONFIG_CRYPTO_LZO is not set | 1281 | CONFIG_CRYPTO_LZO=m |
| 967 | # CONFIG_CRYPTO_HW is not set | 1282 | # CONFIG_CRYPTO_HW is not set |
| 968 | # CONFIG_PPC_CLOCK is not set | 1283 | # CONFIG_PPC_CLOCK is not set |
| 969 | # CONFIG_VIRTUALIZATION is not set | 1284 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h index fbe2932fa9e9..6251a4b10be7 100644 --- a/arch/powerpc/include/asm/hvcall.h +++ b/arch/powerpc/include/asm/hvcall.h | |||
| @@ -291,6 +291,28 @@ struct hvcall_mpp_data { | |||
| 291 | }; | 291 | }; |
| 292 | 292 | ||
| 293 | int h_get_mpp(struct hvcall_mpp_data *); | 293 | int h_get_mpp(struct hvcall_mpp_data *); |
| 294 | |||
| 295 | #ifdef CONFIG_PPC_PSERIES | ||
| 296 | extern int CMO_PrPSP; | ||
| 297 | extern int CMO_SecPSP; | ||
| 298 | extern unsigned long CMO_PageSize; | ||
| 299 | |||
| 300 | static inline int cmo_get_primary_psp(void) | ||
| 301 | { | ||
| 302 | return CMO_PrPSP; | ||
| 303 | } | ||
| 304 | |||
| 305 | static inline int cmo_get_secondary_psp(void) | ||
| 306 | { | ||
| 307 | return CMO_SecPSP; | ||
| 308 | } | ||
| 309 | |||
| 310 | static inline unsigned long cmo_get_page_size(void) | ||
| 311 | { | ||
| 312 | return CMO_PageSize; | ||
| 313 | } | ||
| 314 | #endif /* CONFIG_PPC_PSERIES */ | ||
| 315 | |||
| 294 | #endif /* __ASSEMBLY__ */ | 316 | #endif /* __ASSEMBLY__ */ |
| 295 | #endif /* __KERNEL__ */ | 317 | #endif /* __KERNEL__ */ |
| 296 | #endif /* _ASM_POWERPC_HVCALL_H */ | 318 | #endif /* _ASM_POWERPC_HVCALL_H */ |
diff --git a/arch/powerpc/include/asm/ide.h b/arch/powerpc/include/asm/ide.h index 048480e340f2..da01b20aea59 100644 --- a/arch/powerpc/include/asm/ide.h +++ b/arch/powerpc/include/asm/ide.h | |||
| @@ -6,12 +6,7 @@ | |||
| 6 | #ifndef _ASM_POWERPC_IDE_H | 6 | #ifndef _ASM_POWERPC_IDE_H |
| 7 | #define _ASM_POWERPC_IDE_H | 7 | #define _ASM_POWERPC_IDE_H |
| 8 | 8 | ||
| 9 | #ifdef __KERNEL__ | 9 | #include <linux/compiler.h> |
| 10 | |||
| 11 | #ifndef __powerpc64__ | ||
| 12 | #include <linux/sched.h> | ||
| 13 | #include <asm/mpc8xx.h> | ||
| 14 | #endif | ||
| 15 | #include <asm/io.h> | 10 | #include <asm/io.h> |
| 16 | 11 | ||
| 17 | #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) | 12 | #define __ide_mm_insw(p, a, c) readsw((void __iomem *)(p), (a), (c)) |
| @@ -19,40 +14,4 @@ | |||
| 19 | #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) | 14 | #define __ide_mm_outsw(p, a, c) writesw((void __iomem *)(p), (a), (c)) |
| 20 | #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) | 15 | #define __ide_mm_outsl(p, a, c) writesl((void __iomem *)(p), (a), (c)) |
| 21 | 16 | ||
| 22 | #ifndef __powerpc64__ | ||
| 23 | #include <linux/ioport.h> | ||
| 24 | |||
| 25 | /* FIXME: use ide_platform host driver */ | ||
| 26 | static __inline__ int ide_default_irq(unsigned long base) | ||
| 27 | { | ||
| 28 | #ifdef CONFIG_PPLUS | ||
| 29 | switch (base) { | ||
| 30 | case 0x1f0: return 14; | ||
| 31 | case 0x170: return 15; | ||
| 32 | } | ||
| 33 | #endif | ||
| 34 | return 0; | ||
| 35 | } | ||
| 36 | |||
| 37 | /* FIXME: use ide_platform host driver */ | ||
| 38 | static __inline__ unsigned long ide_default_io_base(int index) | ||
| 39 | { | ||
| 40 | #ifdef CONFIG_PPLUS | ||
| 41 | switch (index) { | ||
| 42 | case 0: return 0x1f0; | ||
| 43 | case 1: return 0x170; | ||
| 44 | } | ||
| 45 | #endif | ||
| 46 | return 0; | ||
| 47 | } | ||
| 48 | |||
| 49 | #ifdef CONFIG_BLK_DEV_MPC8xx_IDE | ||
| 50 | #define IDE_ARCH_ACK_INTR 1 | ||
| 51 | #define ide_ack_intr(hwif) ((hwif)->ack_intr ? (hwif)->ack_intr(hwif) : 1) | ||
| 52 | #endif | ||
| 53 | |||
| 54 | #endif /* __powerpc64__ */ | ||
| 55 | |||
| 56 | #endif /* __KERNEL__ */ | ||
| 57 | |||
| 58 | #endif /* _ASM_POWERPC_IDE_H */ | 17 | #endif /* _ASM_POWERPC_IDE_H */ |
diff --git a/arch/powerpc/include/asm/irqflags.h b/arch/powerpc/include/asm/irqflags.h index 17ba3a881bfd..5f68ecfdf516 100644 --- a/arch/powerpc/include/asm/irqflags.h +++ b/arch/powerpc/include/asm/irqflags.h | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #define TRACE_ENABLE_INTS bl .trace_hardirqs_on | 20 | #define TRACE_ENABLE_INTS bl .trace_hardirqs_on |
| 21 | #define TRACE_DISABLE_INTS bl .trace_hardirqs_off | 21 | #define TRACE_DISABLE_INTS bl .trace_hardirqs_off |
| 22 | #define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \ | 22 | #define TRACE_AND_RESTORE_IRQ_PARTIAL(en,skip) \ |
| 23 | cmpdi en, 0; \ | 23 | cmpdi en,0; \ |
| 24 | bne 95f; \ | 24 | bne 95f; \ |
| 25 | stb en,PACASOFTIRQEN(r13); \ | 25 | stb en,PACASOFTIRQEN(r13); \ |
| 26 | bl .trace_hardirqs_off; \ | 26 | bl .trace_hardirqs_off; \ |
| @@ -29,7 +29,8 @@ | |||
| 29 | li en,1; | 29 | li en,1; |
| 30 | #define TRACE_AND_RESTORE_IRQ(en) \ | 30 | #define TRACE_AND_RESTORE_IRQ(en) \ |
| 31 | TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f); \ | 31 | TRACE_AND_RESTORE_IRQ_PARTIAL(en,96f); \ |
| 32 | 96: stb en,PACASOFTIRQEN(r13) | 32 | stb en,PACASOFTIRQEN(r13); \ |
| 33 | 96: | ||
| 33 | #else | 34 | #else |
| 34 | #define TRACE_ENABLE_INTS | 35 | #define TRACE_ENABLE_INTS |
| 35 | #define TRACE_DISABLE_INTS | 36 | #define TRACE_DISABLE_INTS |
diff --git a/arch/powerpc/include/asm/kexec.h b/arch/powerpc/include/asm/kexec.h index acdcdc66f1b6..3736d9b33289 100644 --- a/arch/powerpc/include/asm/kexec.h +++ b/arch/powerpc/include/asm/kexec.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE | 22 | #define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE |
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
| 25 | #define KEXEC_CONTROL_CODE_SIZE 4096 | 25 | #define KEXEC_CONTROL_PAGE_SIZE 4096 |
| 26 | 26 | ||
| 27 | /* The native architecture */ | 27 | /* The native architecture */ |
| 28 | #ifdef __powerpc64__ | 28 | #ifdef __powerpc64__ |
diff --git a/arch/powerpc/include/asm/mmu-hash64.h b/arch/powerpc/include/asm/mmu-hash64.h index 19c7a9403490..c2df53c5ceb9 100644 --- a/arch/powerpc/include/asm/mmu-hash64.h +++ b/arch/powerpc/include/asm/mmu-hash64.h | |||
| @@ -278,7 +278,7 @@ extern int hash_huge_page(struct mm_struct *mm, unsigned long access, | |||
| 278 | unsigned long trap); | 278 | unsigned long trap); |
| 279 | 279 | ||
| 280 | extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, | 280 | extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, |
| 281 | unsigned long pstart, unsigned long mode, | 281 | unsigned long pstart, unsigned long prot, |
| 282 | int psize, int ssize); | 282 | int psize, int ssize); |
| 283 | extern void set_huge_psize(int psize); | 283 | extern void set_huge_psize(int psize); |
| 284 | extern void add_gpage(unsigned long addr, unsigned long page_size, | 284 | extern void add_gpage(unsigned long addr, unsigned long page_size, |
diff --git a/arch/powerpc/include/asm/mmu_context.h b/arch/powerpc/include/asm/mmu_context.h index 9102b8bf0ead..6b993ef452ff 100644 --- a/arch/powerpc/include/asm/mmu_context.h +++ b/arch/powerpc/include/asm/mmu_context.h | |||
| @@ -147,7 +147,6 @@ static inline void get_mmu_context(struct mm_struct *mm) | |||
| 147 | static inline int init_new_context(struct task_struct *t, struct mm_struct *mm) | 147 | static inline int init_new_context(struct task_struct *t, struct mm_struct *mm) |
| 148 | { | 148 | { |
| 149 | mm->context.id = NO_CONTEXT; | 149 | mm->context.id = NO_CONTEXT; |
| 150 | mm->context.vdso_base = 0; | ||
| 151 | return 0; | 150 | return 0; |
| 152 | } | 151 | } |
| 153 | 152 | ||
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index e084272ed1c2..f6cc7a43b4fa 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h | |||
| @@ -92,7 +92,7 @@ COMPAT_SYS_SPU(readlink) | |||
| 92 | SYSCALL(uselib) | 92 | SYSCALL(uselib) |
| 93 | SYSCALL(swapon) | 93 | SYSCALL(swapon) |
| 94 | SYSCALL(reboot) | 94 | SYSCALL(reboot) |
| 95 | SYSX(sys_ni_syscall,old32_readdir,old_readdir) | 95 | SYSX(sys_ni_syscall,compat_sys_old_readdir,old_readdir) |
| 96 | SYSCALL_SPU(mmap) | 96 | SYSCALL_SPU(mmap) |
| 97 | SYSCALL_SPU(munmap) | 97 | SYSCALL_SPU(munmap) |
| 98 | SYSCALL_SPU(truncate) | 98 | SYSCALL_SPU(truncate) |
diff --git a/arch/powerpc/kernel/head_32.S b/arch/powerpc/kernel/head_32.S index 99ee2f0f0f2b..8bb657519299 100644 --- a/arch/powerpc/kernel/head_32.S +++ b/arch/powerpc/kernel/head_32.S | |||
| @@ -1155,7 +1155,7 @@ flush_tlbs: | |||
| 1155 | lis r10, 0x40 | 1155 | lis r10, 0x40 |
| 1156 | 1: addic. r10, r10, -0x1000 | 1156 | 1: addic. r10, r10, -0x1000 |
| 1157 | tlbie r10 | 1157 | tlbie r10 |
| 1158 | blt 1b | 1158 | bgt 1b |
| 1159 | sync | 1159 | sync |
| 1160 | blr | 1160 | blr |
| 1161 | 1161 | ||
diff --git a/arch/powerpc/kernel/lparcfg.c b/arch/powerpc/kernel/lparcfg.c index 1a09719c7628..b3eef30b5131 100644 --- a/arch/powerpc/kernel/lparcfg.c +++ b/arch/powerpc/kernel/lparcfg.c | |||
| @@ -416,6 +416,8 @@ static void pseries_cmo_data(struct seq_file *m) | |||
| 416 | unsigned long cmo_faults = 0; | 416 | unsigned long cmo_faults = 0; |
| 417 | unsigned long cmo_fault_time = 0; | 417 | unsigned long cmo_fault_time = 0; |
| 418 | 418 | ||
| 419 | seq_printf(m, "cmo_enabled=%d\n", firmware_has_feature(FW_FEATURE_CMO)); | ||
| 420 | |||
| 419 | if (!firmware_has_feature(FW_FEATURE_CMO)) | 421 | if (!firmware_has_feature(FW_FEATURE_CMO)) |
| 420 | return; | 422 | return; |
| 421 | 423 | ||
| @@ -427,6 +429,9 @@ static void pseries_cmo_data(struct seq_file *m) | |||
| 427 | seq_printf(m, "cmo_faults=%lu\n", cmo_faults); | 429 | seq_printf(m, "cmo_faults=%lu\n", cmo_faults); |
| 428 | seq_printf(m, "cmo_fault_time_usec=%lu\n", | 430 | seq_printf(m, "cmo_fault_time_usec=%lu\n", |
| 429 | cmo_fault_time / tb_ticks_per_usec); | 431 | cmo_fault_time / tb_ticks_per_usec); |
| 432 | seq_printf(m, "cmo_primary_psp=%d\n", cmo_get_primary_psp()); | ||
| 433 | seq_printf(m, "cmo_secondary_psp=%d\n", cmo_get_secondary_psp()); | ||
| 434 | seq_printf(m, "cmo_page_size=%lu\n", cmo_get_page_size()); | ||
| 430 | } | 435 | } |
| 431 | 436 | ||
| 432 | static int pseries_lparcfg_data(struct seq_file *m, void *v) | 437 | static int pseries_lparcfg_data(struct seq_file *m, void *v) |
diff --git a/arch/powerpc/kernel/machine_kexec_32.c b/arch/powerpc/kernel/machine_kexec_32.c index cbaa34196797..ae63a964b858 100644 --- a/arch/powerpc/kernel/machine_kexec_32.c +++ b/arch/powerpc/kernel/machine_kexec_32.c | |||
| @@ -51,7 +51,7 @@ void default_machine_kexec(struct kimage *image) | |||
| 51 | relocate_new_kernel_size); | 51 | relocate_new_kernel_size); |
| 52 | 52 | ||
| 53 | flush_icache_range(reboot_code_buffer, | 53 | flush_icache_range(reboot_code_buffer, |
| 54 | reboot_code_buffer + KEXEC_CONTROL_CODE_SIZE); | 54 | reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); |
| 55 | printk(KERN_INFO "Bye!\n"); | 55 | printk(KERN_INFO "Bye!\n"); |
| 56 | 56 | ||
| 57 | /* now call it */ | 57 | /* now call it */ |
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index 6321ae36f729..7a6dfbca7682 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S | |||
| @@ -899,7 +899,7 @@ relocate_new_kernel: | |||
| 899 | 899 | ||
| 900 | /* set a new stack at the bottom of our page... */ | 900 | /* set a new stack at the bottom of our page... */ |
| 901 | /* (not really needed now) */ | 901 | /* (not really needed now) */ |
| 902 | addi r1, r4, KEXEC_CONTROL_CODE_SIZE - 8 /* for LR Save+Back Chain */ | 902 | addi r1, r4, KEXEC_CONTROL_PAGE_SIZE - 8 /* for LR Save+Back Chain */ |
| 903 | stw r0, 0(r1) | 903 | stw r0, 0(r1) |
| 904 | 904 | ||
| 905 | /* Do the copies */ | 905 | /* Do the copies */ |
diff --git a/arch/powerpc/kernel/module.c b/arch/powerpc/kernel/module.c index af07003573c4..7ff292475269 100644 --- a/arch/powerpc/kernel/module.c +++ b/arch/powerpc/kernel/module.c | |||
| @@ -99,18 +99,3 @@ void module_arch_cleanup(struct module *mod) | |||
| 99 | { | 99 | { |
| 100 | module_bug_cleanup(mod); | 100 | module_bug_cleanup(mod); |
| 101 | } | 101 | } |
| 102 | |||
| 103 | struct bug_entry *module_find_bug(unsigned long bugaddr) | ||
| 104 | { | ||
| 105 | struct mod_arch_specific *mod; | ||
| 106 | unsigned int i; | ||
| 107 | struct bug_entry *bug; | ||
| 108 | |||
| 109 | list_for_each_entry(mod, &module_bug_list, bug_list) { | ||
| 110 | bug = mod->bug_table; | ||
| 111 | for (i = 0; i < mod->num_bugs; ++i, ++bug) | ||
| 112 | if (bugaddr == bug->bug_addr) | ||
| 113 | return bug; | ||
| 114 | } | ||
| 115 | return NULL; | ||
| 116 | } | ||
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 224e9a11765c..ea0c61e09b76 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
| @@ -650,11 +650,18 @@ void __devinit pci_process_bridge_OF_ranges(struct pci_controller *hose, | |||
| 650 | } | 650 | } |
| 651 | } | 651 | } |
| 652 | 652 | ||
| 653 | /* Out of paranoia, let's put the ISA hole last if any */ | 653 | /* If there's an ISA hole and the pci_mem_offset is -not- matching |
| 654 | if (isa_hole >= 0 && memno > 0 && isa_hole != (memno-1)) { | 654 | * the ISA hole offset, then we need to remove the ISA hole from |
| 655 | struct resource tmp = hose->mem_resources[isa_hole]; | 655 | * the resource list for that brige |
| 656 | hose->mem_resources[isa_hole] = hose->mem_resources[memno-1]; | 656 | */ |
| 657 | hose->mem_resources[memno-1] = tmp; | 657 | if (isa_hole >= 0 && hose->pci_mem_offset != isa_mb) { |
| 658 | unsigned int next = isa_hole + 1; | ||
| 659 | printk(KERN_INFO " Removing ISA hole at 0x%016llx\n", isa_mb); | ||
| 660 | if (next < memno) | ||
| 661 | memmove(&hose->mem_resources[isa_hole], | ||
| 662 | &hose->mem_resources[next], | ||
| 663 | sizeof(struct resource) * (memno - next)); | ||
| 664 | hose->mem_resources[--memno].flags = 0; | ||
| 658 | } | 665 | } |
| 659 | } | 666 | } |
| 660 | 667 | ||
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index c680f1bbd387..1f8505c23548 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
| @@ -792,6 +792,9 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) | |||
| 792 | if (args.token == RTAS_UNKNOWN_SERVICE) | 792 | if (args.token == RTAS_UNKNOWN_SERVICE) |
| 793 | return -EINVAL; | 793 | return -EINVAL; |
| 794 | 794 | ||
| 795 | args.rets = &args.args[nargs]; | ||
| 796 | memset(args.rets, 0, args.nret * sizeof(rtas_arg_t)); | ||
| 797 | |||
| 795 | /* Need to handle ibm,suspend_me call specially */ | 798 | /* Need to handle ibm,suspend_me call specially */ |
| 796 | if (args.token == ibm_suspend_me_token) { | 799 | if (args.token == ibm_suspend_me_token) { |
| 797 | rc = rtas_ibm_suspend_me(&args); | 800 | rc = rtas_ibm_suspend_me(&args); |
| @@ -808,8 +811,6 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs) | |||
| 808 | enter_rtas(__pa(&rtas.args)); | 811 | enter_rtas(__pa(&rtas.args)); |
| 809 | args = rtas.args; | 812 | args = rtas.args; |
| 810 | 813 | ||
| 811 | args.rets = &args.args[nargs]; | ||
| 812 | |||
| 813 | /* A -1 return code indicates that the last command couldn't | 814 | /* A -1 return code indicates that the last command couldn't |
| 814 | be completed due to a hardware error. */ | 815 | be completed due to a hardware error. */ |
| 815 | if (args.rets[0] == -1) | 816 | if (args.rets[0] == -1) |
diff --git a/arch/powerpc/kernel/sys_ppc32.c b/arch/powerpc/kernel/sys_ppc32.c index 709f8cb8bfca..d98634c76060 100644 --- a/arch/powerpc/kernel/sys_ppc32.c +++ b/arch/powerpc/kernel/sys_ppc32.c | |||
| @@ -52,63 +52,6 @@ | |||
| 52 | #include <asm/ppc-pci.h> | 52 | #include <asm/ppc-pci.h> |
| 53 | #include <asm/syscalls.h> | 53 | #include <asm/syscalls.h> |
| 54 | 54 | ||
| 55 | struct old_linux_dirent32 { | ||
| 56 | u32 d_ino; | ||
| 57 | u32 d_offset; | ||
| 58 | unsigned short d_namlen; | ||
| 59 | char d_name[1]; | ||
| 60 | }; | ||
| 61 | |||
| 62 | struct readdir_callback32 { | ||
| 63 | struct old_linux_dirent32 __user * dirent; | ||
| 64 | int count; | ||
| 65 | }; | ||
| 66 | |||
| 67 | static int fillonedir(void * __buf, const char * name, int namlen, | ||
| 68 | off_t offset, u64 ino, unsigned int d_type) | ||
| 69 | { | ||
| 70 | struct readdir_callback32 * buf = (struct readdir_callback32 *) __buf; | ||
| 71 | struct old_linux_dirent32 __user * dirent; | ||
| 72 | ino_t d_ino; | ||
| 73 | |||
| 74 | if (buf->count) | ||
| 75 | return -EINVAL; | ||
| 76 | d_ino = ino; | ||
| 77 | if (sizeof(d_ino) < sizeof(ino) && d_ino != ino) | ||
| 78 | return -EOVERFLOW; | ||
| 79 | buf->count++; | ||
| 80 | dirent = buf->dirent; | ||
| 81 | put_user(d_ino, &dirent->d_ino); | ||
| 82 | put_user(offset, &dirent->d_offset); | ||
| 83 | put_user(namlen, &dirent->d_namlen); | ||
| 84 | copy_to_user(dirent->d_name, name, namlen); | ||
| 85 | put_user(0, dirent->d_name + namlen); | ||
| 86 | return 0; | ||
| 87 | } | ||
| 88 | |||
| 89 | asmlinkage int old32_readdir(unsigned int fd, struct old_linux_dirent32 __user *dirent, unsigned int count) | ||
| 90 | { | ||
| 91 | int error = -EBADF; | ||
| 92 | struct file * file; | ||
| 93 | struct readdir_callback32 buf; | ||
| 94 | |||
| 95 | file = fget(fd); | ||
| 96 | if (!file) | ||
| 97 | goto out; | ||
| 98 | |||
| 99 | buf.count = 0; | ||
| 100 | buf.dirent = dirent; | ||
| 101 | |||
| 102 | error = vfs_readdir(file, (filldir_t)fillonedir, &buf); | ||
| 103 | if (error < 0) | ||
| 104 | goto out_putf; | ||
| 105 | error = buf.count; | ||
| 106 | |||
| 107 | out_putf: | ||
| 108 | fput(file); | ||
| 109 | out: | ||
| 110 | return error; | ||
| 111 | } | ||
| 112 | 55 | ||
| 113 | asmlinkage long ppc32_select(u32 n, compat_ulong_t __user *inp, | 56 | asmlinkage long ppc32_select(u32 n, compat_ulong_t __user *inp, |
| 114 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, | 57 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, |
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index 5ce5a4dcd008..14be408dfc9b 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
| @@ -151,39 +151,53 @@ static struct mmu_psize_def mmu_psize_defaults_gp[] = { | |||
| 151 | }, | 151 | }, |
| 152 | }; | 152 | }; |
| 153 | 153 | ||
| 154 | static unsigned long htab_convert_pte_flags(unsigned long pteflags) | ||
| 155 | { | ||
| 156 | unsigned long rflags = pteflags & 0x1fa; | ||
| 157 | |||
| 158 | /* _PAGE_EXEC -> NOEXEC */ | ||
| 159 | if ((pteflags & _PAGE_EXEC) == 0) | ||
| 160 | rflags |= HPTE_R_N; | ||
| 161 | |||
| 162 | /* PP bits. PAGE_USER is already PP bit 0x2, so we only | ||
| 163 | * need to add in 0x1 if it's a read-only user page | ||
| 164 | */ | ||
| 165 | if ((pteflags & _PAGE_USER) && !((pteflags & _PAGE_RW) && | ||
| 166 | (pteflags & _PAGE_DIRTY))) | ||
| 167 | rflags |= 1; | ||
| 168 | |||
| 169 | /* Always add C */ | ||
| 170 | return rflags | HPTE_R_C; | ||
| 171 | } | ||
| 154 | 172 | ||
| 155 | int htab_bolt_mapping(unsigned long vstart, unsigned long vend, | 173 | int htab_bolt_mapping(unsigned long vstart, unsigned long vend, |
| 156 | unsigned long pstart, unsigned long mode, | 174 | unsigned long pstart, unsigned long prot, |
| 157 | int psize, int ssize) | 175 | int psize, int ssize) |
| 158 | { | 176 | { |
| 159 | unsigned long vaddr, paddr; | 177 | unsigned long vaddr, paddr; |
| 160 | unsigned int step, shift; | 178 | unsigned int step, shift; |
| 161 | unsigned long tmp_mode; | ||
| 162 | int ret = 0; | 179 | int ret = 0; |
| 163 | 180 | ||
| 164 | shift = mmu_psize_defs[psize].shift; | 181 | shift = mmu_psize_defs[psize].shift; |
| 165 | step = 1 << shift; | 182 | step = 1 << shift; |
| 166 | 183 | ||
| 184 | prot = htab_convert_pte_flags(prot); | ||
| 185 | |||
| 186 | DBG("htab_bolt_mapping(%lx..%lx -> %lx (%lx,%d,%d)\n", | ||
| 187 | vstart, vend, pstart, prot, psize, ssize); | ||
| 188 | |||
| 167 | for (vaddr = vstart, paddr = pstart; vaddr < vend; | 189 | for (vaddr = vstart, paddr = pstart; vaddr < vend; |
| 168 | vaddr += step, paddr += step) { | 190 | vaddr += step, paddr += step) { |
| 169 | unsigned long hash, hpteg; | 191 | unsigned long hash, hpteg; |
| 170 | unsigned long vsid = get_kernel_vsid(vaddr, ssize); | 192 | unsigned long vsid = get_kernel_vsid(vaddr, ssize); |
| 171 | unsigned long va = hpt_va(vaddr, vsid, ssize); | 193 | unsigned long va = hpt_va(vaddr, vsid, ssize); |
| 172 | 194 | ||
| 173 | tmp_mode = mode; | ||
| 174 | |||
| 175 | /* Make non-kernel text non-executable */ | ||
| 176 | if (!in_kernel_text(vaddr)) | ||
| 177 | tmp_mode = mode | HPTE_R_N; | ||
| 178 | |||
| 179 | hash = hpt_hash(va, shift, ssize); | 195 | hash = hpt_hash(va, shift, ssize); |
| 180 | hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP); | 196 | hpteg = ((hash & htab_hash_mask) * HPTES_PER_GROUP); |
| 181 | 197 | ||
| 182 | DBG("htab_bolt_mapping: calling %p\n", ppc_md.hpte_insert); | ||
| 183 | |||
| 184 | BUG_ON(!ppc_md.hpte_insert); | 198 | BUG_ON(!ppc_md.hpte_insert); |
| 185 | ret = ppc_md.hpte_insert(hpteg, va, paddr, | 199 | ret = ppc_md.hpte_insert(hpteg, va, paddr, prot, |
| 186 | tmp_mode, HPTE_V_BOLTED, psize, ssize); | 200 | HPTE_V_BOLTED, psize, ssize); |
| 187 | 201 | ||
| 188 | if (ret < 0) | 202 | if (ret < 0) |
| 189 | break; | 203 | break; |
| @@ -519,9 +533,9 @@ static unsigned long __init htab_get_table_size(void) | |||
| 519 | #ifdef CONFIG_MEMORY_HOTPLUG | 533 | #ifdef CONFIG_MEMORY_HOTPLUG |
| 520 | void create_section_mapping(unsigned long start, unsigned long end) | 534 | void create_section_mapping(unsigned long start, unsigned long end) |
| 521 | { | 535 | { |
| 522 | BUG_ON(htab_bolt_mapping(start, end, __pa(start), | 536 | BUG_ON(htab_bolt_mapping(start, end, __pa(start), |
| 523 | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX, | 537 | PAGE_KERNEL, mmu_linear_psize, |
| 524 | mmu_linear_psize, mmu_kernel_ssize)); | 538 | mmu_kernel_ssize)); |
| 525 | } | 539 | } |
| 526 | 540 | ||
| 527 | int remove_section_mapping(unsigned long start, unsigned long end) | 541 | int remove_section_mapping(unsigned long start, unsigned long end) |
| @@ -570,7 +584,7 @@ void __init htab_initialize(void) | |||
| 570 | { | 584 | { |
| 571 | unsigned long table; | 585 | unsigned long table; |
| 572 | unsigned long pteg_count; | 586 | unsigned long pteg_count; |
| 573 | unsigned long mode_rw; | 587 | unsigned long prot, tprot; |
| 574 | unsigned long base = 0, size = 0, limit; | 588 | unsigned long base = 0, size = 0, limit; |
| 575 | int i; | 589 | int i; |
| 576 | 590 | ||
| @@ -628,7 +642,7 @@ void __init htab_initialize(void) | |||
| 628 | mtspr(SPRN_SDR1, _SDR1); | 642 | mtspr(SPRN_SDR1, _SDR1); |
| 629 | } | 643 | } |
| 630 | 644 | ||
| 631 | mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX; | 645 | prot = PAGE_KERNEL; |
| 632 | 646 | ||
| 633 | #ifdef CONFIG_DEBUG_PAGEALLOC | 647 | #ifdef CONFIG_DEBUG_PAGEALLOC |
| 634 | linear_map_hash_count = lmb_end_of_DRAM() >> PAGE_SHIFT; | 648 | linear_map_hash_count = lmb_end_of_DRAM() >> PAGE_SHIFT; |
| @@ -646,8 +660,10 @@ void __init htab_initialize(void) | |||
| 646 | for (i=0; i < lmb.memory.cnt; i++) { | 660 | for (i=0; i < lmb.memory.cnt; i++) { |
| 647 | base = (unsigned long)__va(lmb.memory.region[i].base); | 661 | base = (unsigned long)__va(lmb.memory.region[i].base); |
| 648 | size = lmb.memory.region[i].size; | 662 | size = lmb.memory.region[i].size; |
| 663 | tprot = prot | (in_kernel_text(base) ? _PAGE_EXEC : 0); | ||
| 649 | 664 | ||
| 650 | DBG("creating mapping for region: %lx : %lx\n", base, size); | 665 | DBG("creating mapping for region: %lx..%lx (prot: %x)\n", |
| 666 | base, size, tprot); | ||
| 651 | 667 | ||
| 652 | #ifdef CONFIG_U3_DART | 668 | #ifdef CONFIG_U3_DART |
| 653 | /* Do not map the DART space. Fortunately, it will be aligned | 669 | /* Do not map the DART space. Fortunately, it will be aligned |
| @@ -664,21 +680,21 @@ void __init htab_initialize(void) | |||
| 664 | unsigned long dart_table_end = dart_tablebase + 16 * MB; | 680 | unsigned long dart_table_end = dart_tablebase + 16 * MB; |
| 665 | if (base != dart_tablebase) | 681 | if (base != dart_tablebase) |
| 666 | BUG_ON(htab_bolt_mapping(base, dart_tablebase, | 682 | BUG_ON(htab_bolt_mapping(base, dart_tablebase, |
| 667 | __pa(base), mode_rw, | 683 | __pa(base), tprot, |
| 668 | mmu_linear_psize, | 684 | mmu_linear_psize, |
| 669 | mmu_kernel_ssize)); | 685 | mmu_kernel_ssize)); |
| 670 | if ((base + size) > dart_table_end) | 686 | if ((base + size) > dart_table_end) |
| 671 | BUG_ON(htab_bolt_mapping(dart_tablebase+16*MB, | 687 | BUG_ON(htab_bolt_mapping(dart_tablebase+16*MB, |
| 672 | base + size, | 688 | base + size, |
| 673 | __pa(dart_table_end), | 689 | __pa(dart_table_end), |
| 674 | mode_rw, | 690 | tprot, |
| 675 | mmu_linear_psize, | 691 | mmu_linear_psize, |
| 676 | mmu_kernel_ssize)); | 692 | mmu_kernel_ssize)); |
| 677 | continue; | 693 | continue; |
| 678 | } | 694 | } |
| 679 | #endif /* CONFIG_U3_DART */ | 695 | #endif /* CONFIG_U3_DART */ |
| 680 | BUG_ON(htab_bolt_mapping(base, base + size, __pa(base), | 696 | BUG_ON(htab_bolt_mapping(base, base + size, __pa(base), |
| 681 | mode_rw, mmu_linear_psize, mmu_kernel_ssize)); | 697 | tprot, mmu_linear_psize, mmu_kernel_ssize)); |
| 682 | } | 698 | } |
| 683 | 699 | ||
| 684 | /* | 700 | /* |
| @@ -696,7 +712,7 @@ void __init htab_initialize(void) | |||
| 696 | tce_alloc_start = base + size + 1; | 712 | tce_alloc_start = base + size + 1; |
| 697 | 713 | ||
| 698 | BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end, | 714 | BUG_ON(htab_bolt_mapping(tce_alloc_start, tce_alloc_end, |
| 699 | __pa(tce_alloc_start), mode_rw, | 715 | __pa(tce_alloc_start), prot, |
| 700 | mmu_linear_psize, mmu_kernel_ssize)); | 716 | mmu_linear_psize, mmu_kernel_ssize)); |
| 701 | } | 717 | } |
| 702 | 718 | ||
| @@ -1117,8 +1133,7 @@ static void kernel_map_linear_page(unsigned long vaddr, unsigned long lmi) | |||
| 1117 | unsigned long hash, hpteg; | 1133 | unsigned long hash, hpteg; |
| 1118 | unsigned long vsid = get_kernel_vsid(vaddr, mmu_kernel_ssize); | 1134 | unsigned long vsid = get_kernel_vsid(vaddr, mmu_kernel_ssize); |
| 1119 | unsigned long va = hpt_va(vaddr, vsid, mmu_kernel_ssize); | 1135 | unsigned long va = hpt_va(vaddr, vsid, mmu_kernel_ssize); |
| 1120 | unsigned long mode = _PAGE_ACCESSED | _PAGE_DIRTY | | 1136 | unsigned long mode = htab_convert_pte_flags(PAGE_KERNEL); |
| 1121 | _PAGE_COHERENT | PP_RWXX | HPTE_R_N; | ||
| 1122 | int ret; | 1137 | int ret; |
| 1123 | 1138 | ||
| 1124 | hash = hpt_hash(va, PAGE_SHIFT, mmu_kernel_ssize); | 1139 | hash = hpt_hash(va, PAGE_SHIFT, mmu_kernel_ssize); |
diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c index 4f7df85129d8..036fe2f10c77 100644 --- a/arch/powerpc/mm/init_64.c +++ b/arch/powerpc/mm/init_64.c | |||
| @@ -206,13 +206,10 @@ static int __meminit vmemmap_populated(unsigned long start, int page_size) | |||
| 206 | int __meminit vmemmap_populate(struct page *start_page, | 206 | int __meminit vmemmap_populate(struct page *start_page, |
| 207 | unsigned long nr_pages, int node) | 207 | unsigned long nr_pages, int node) |
| 208 | { | 208 | { |
| 209 | unsigned long mode_rw; | ||
| 210 | unsigned long start = (unsigned long)start_page; | 209 | unsigned long start = (unsigned long)start_page; |
| 211 | unsigned long end = (unsigned long)(start_page + nr_pages); | 210 | unsigned long end = (unsigned long)(start_page + nr_pages); |
| 212 | unsigned long page_size = 1 << mmu_psize_defs[mmu_vmemmap_psize].shift; | 211 | unsigned long page_size = 1 << mmu_psize_defs[mmu_vmemmap_psize].shift; |
| 213 | 212 | ||
| 214 | mode_rw = _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_COHERENT | PP_RWXX; | ||
| 215 | |||
| 216 | /* Align to the page size of the linear mapping. */ | 213 | /* Align to the page size of the linear mapping. */ |
| 217 | start = _ALIGN_DOWN(start, page_size); | 214 | start = _ALIGN_DOWN(start, page_size); |
| 218 | 215 | ||
| @@ -230,9 +227,9 @@ int __meminit vmemmap_populate(struct page *start_page, | |||
| 230 | pr_debug("vmemmap %08lx allocated at %p, physical %08lx.\n", | 227 | pr_debug("vmemmap %08lx allocated at %p, physical %08lx.\n", |
| 231 | start, p, __pa(p)); | 228 | start, p, __pa(p)); |
| 232 | 229 | ||
| 233 | mapped = htab_bolt_mapping(start, start + page_size, | 230 | mapped = htab_bolt_mapping(start, start + page_size, __pa(p), |
| 234 | __pa(p), mode_rw, mmu_vmemmap_psize, | 231 | PAGE_KERNEL, mmu_vmemmap_psize, |
| 235 | mmu_kernel_ssize); | 232 | mmu_kernel_ssize); |
| 236 | BUG_ON(mapped < 0); | 233 | BUG_ON(mapped < 0); |
| 237 | } | 234 | } |
| 238 | 235 | ||
diff --git a/arch/powerpc/platforms/44x/warp-nand.c b/arch/powerpc/platforms/44x/warp-nand.c index e55746b824b4..89ecd76127d8 100644 --- a/arch/powerpc/platforms/44x/warp-nand.c +++ b/arch/powerpc/platforms/44x/warp-nand.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | static struct resource warp_ndfc = { | 25 | static struct resource warp_ndfc = { |
| 26 | .start = WARP_NAND_FLASH_REG_ADDR, | 26 | .start = WARP_NAND_FLASH_REG_ADDR, |
| 27 | .end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE, | 27 | .end = WARP_NAND_FLASH_REG_ADDR + WARP_NAND_FLASH_REG_SIZE - 1, |
| 28 | .flags = IORESOURCE_MEM, | 28 | .flags = IORESOURCE_MEM, |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
diff --git a/arch/powerpc/platforms/44x/warp.c b/arch/powerpc/platforms/44x/warp.c index 9565995cba7f..960edf89be51 100644 --- a/arch/powerpc/platforms/44x/warp.c +++ b/arch/powerpc/platforms/44x/warp.c | |||
| @@ -30,18 +30,6 @@ static __initdata struct of_device_id warp_of_bus[] = { | |||
| 30 | {}, | 30 | {}, |
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | static __initdata struct i2c_board_info warp_i2c_info[] = { | ||
| 34 | { I2C_BOARD_INFO("ad7414", 0x4a) } | ||
| 35 | }; | ||
| 36 | |||
| 37 | static int __init warp_arch_init(void) | ||
| 38 | { | ||
| 39 | /* This should go away once support is moved to the dts. */ | ||
| 40 | i2c_register_board_info(0, warp_i2c_info, ARRAY_SIZE(warp_i2c_info)); | ||
| 41 | return 0; | ||
| 42 | } | ||
| 43 | machine_arch_initcall(warp, warp_arch_init); | ||
| 44 | |||
| 45 | static int __init warp_device_probe(void) | 33 | static int __init warp_device_probe(void) |
| 46 | { | 34 | { |
| 47 | of_platform_bus_probe(NULL, warp_of_bus, NULL); | 35 | of_platform_bus_probe(NULL, warp_of_bus, NULL); |
| @@ -223,7 +211,7 @@ static void pika_setup_critical_temp(struct i2c_client *client) | |||
| 223 | 211 | ||
| 224 | /* These registers are in 1 degree increments. */ | 212 | /* These registers are in 1 degree increments. */ |
| 225 | i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ | 213 | i2c_smbus_write_byte_data(client, 2, 65); /* Thigh */ |
| 226 | i2c_smbus_write_byte_data(client, 3, 55); /* Tlow */ | 214 | i2c_smbus_write_byte_data(client, 3, 0); /* Tlow */ |
| 227 | 215 | ||
| 228 | np = of_find_compatible_node(NULL, NULL, "adi,ad7414"); | 216 | np = of_find_compatible_node(NULL, NULL, "adi,ad7414"); |
| 229 | if (np == NULL) { | 217 | if (np == NULL) { |
| @@ -289,8 +277,15 @@ found_it: | |||
| 289 | printk(KERN_INFO "PIKA DTM thread running.\n"); | 277 | printk(KERN_INFO "PIKA DTM thread running.\n"); |
| 290 | 278 | ||
| 291 | while (!kthread_should_stop()) { | 279 | while (!kthread_should_stop()) { |
| 292 | u16 temp = swab16(i2c_smbus_read_word_data(client, 0)); | 280 | int val; |
| 293 | out_be32(fpga + 0x20, temp); | 281 | |
| 282 | val = i2c_smbus_read_word_data(client, 0); | ||
| 283 | if (val < 0) | ||
| 284 | dev_dbg(&client->dev, "DTM read temp failed.\n"); | ||
| 285 | else { | ||
| 286 | s16 temp = swab16(val); | ||
| 287 | out_be32(fpga + 0x20, temp); | ||
| 288 | } | ||
| 294 | 289 | ||
| 295 | pika_dtm_check_fan(fpga); | 290 | pika_dtm_check_fan(fpga); |
| 296 | 291 | ||
diff --git a/arch/powerpc/platforms/pseries/plpar_wrappers.h b/arch/powerpc/platforms/pseries/plpar_wrappers.h index a437267c6bf8..d967c1893ab5 100644 --- a/arch/powerpc/platforms/pseries/plpar_wrappers.h +++ b/arch/powerpc/platforms/pseries/plpar_wrappers.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | #define _PSERIES_PLPAR_WRAPPERS_H | 2 | #define _PSERIES_PLPAR_WRAPPERS_H |
| 3 | 3 | ||
| 4 | #include <asm/hvcall.h> | 4 | #include <asm/hvcall.h> |
| 5 | #include <asm/page.h> | ||
| 5 | 6 | ||
| 6 | static inline long poll_pending(void) | 7 | static inline long poll_pending(void) |
| 7 | { | 8 | { |
| @@ -44,12 +45,34 @@ static inline long register_slb_shadow(unsigned long cpu, unsigned long vpa) | |||
| 44 | 45 | ||
| 45 | static inline long plpar_page_set_loaned(unsigned long vpa) | 46 | static inline long plpar_page_set_loaned(unsigned long vpa) |
| 46 | { | 47 | { |
| 47 | return plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_LOANED, vpa, 0); | 48 | unsigned long cmo_page_sz = cmo_get_page_size(); |
| 49 | long rc = 0; | ||
| 50 | int i; | ||
| 51 | |||
| 52 | for (i = 0; !rc && i < PAGE_SIZE; i += cmo_page_sz) | ||
| 53 | rc = plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_LOANED, vpa + i, 0); | ||
| 54 | |||
| 55 | for (i -= cmo_page_sz; rc && i != 0; i -= cmo_page_sz) | ||
| 56 | plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_ACTIVE, | ||
| 57 | vpa + i - cmo_page_sz, 0); | ||
| 58 | |||
| 59 | return rc; | ||
| 48 | } | 60 | } |
| 49 | 61 | ||
| 50 | static inline long plpar_page_set_active(unsigned long vpa) | 62 | static inline long plpar_page_set_active(unsigned long vpa) |
| 51 | { | 63 | { |
| 52 | return plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_ACTIVE, vpa, 0); | 64 | unsigned long cmo_page_sz = cmo_get_page_size(); |
| 65 | long rc = 0; | ||
| 66 | int i; | ||
| 67 | |||
| 68 | for (i = 0; !rc && i < PAGE_SIZE; i += cmo_page_sz) | ||
| 69 | rc = plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_ACTIVE, vpa + i, 0); | ||
| 70 | |||
| 71 | for (i -= cmo_page_sz; rc && i != 0; i -= cmo_page_sz) | ||
| 72 | plpar_hcall_norets(H_PAGE_INIT, H_PAGE_SET_LOANED, | ||
| 73 | vpa + i - cmo_page_sz, 0); | ||
| 74 | |||
| 75 | return rc; | ||
| 53 | } | 76 | } |
| 54 | 77 | ||
| 55 | extern void vpa_init(int cpu); | 78 | extern void vpa_init(int cpu); |
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c index 063a0d2fba30..3ce8a139b85d 100644 --- a/arch/powerpc/platforms/pseries/setup.c +++ b/arch/powerpc/platforms/pseries/setup.c | |||
| @@ -68,6 +68,9 @@ | |||
| 68 | #include "plpar_wrappers.h" | 68 | #include "plpar_wrappers.h" |
| 69 | #include "pseries.h" | 69 | #include "pseries.h" |
| 70 | 70 | ||
| 71 | int CMO_PrPSP = -1; | ||
| 72 | int CMO_SecPSP = -1; | ||
| 73 | unsigned long CMO_PageSize = (ASM_CONST(1) << IOMMU_PAGE_SHIFT); | ||
| 71 | 74 | ||
| 72 | int fwnmi_active; /* TRUE if an FWNMI handler is present */ | 75 | int fwnmi_active; /* TRUE if an FWNMI handler is present */ |
| 73 | 76 | ||
| @@ -325,8 +328,7 @@ void pSeries_cmo_feature_init(void) | |||
| 325 | { | 328 | { |
| 326 | char *ptr, *key, *value, *end; | 329 | char *ptr, *key, *value, *end; |
| 327 | int call_status; | 330 | int call_status; |
| 328 | int PrPSP = -1; | 331 | int page_order = IOMMU_PAGE_SHIFT; |
| 329 | int SecPSP = -1; | ||
| 330 | 332 | ||
| 331 | pr_debug(" -> fw_cmo_feature_init()\n"); | 333 | pr_debug(" -> fw_cmo_feature_init()\n"); |
| 332 | spin_lock(&rtas_data_buf_lock); | 334 | spin_lock(&rtas_data_buf_lock); |
| @@ -365,21 +367,31 @@ void pSeries_cmo_feature_init(void) | |||
| 365 | break; | 367 | break; |
| 366 | } | 368 | } |
| 367 | 369 | ||
| 368 | if (0 == strcmp(key, "PrPSP")) | 370 | if (0 == strcmp(key, "CMOPageSize")) |
| 369 | PrPSP = simple_strtol(value, NULL, 10); | 371 | page_order = simple_strtol(value, NULL, 10); |
| 372 | else if (0 == strcmp(key, "PrPSP")) | ||
| 373 | CMO_PrPSP = simple_strtol(value, NULL, 10); | ||
| 370 | else if (0 == strcmp(key, "SecPSP")) | 374 | else if (0 == strcmp(key, "SecPSP")) |
| 371 | SecPSP = simple_strtol(value, NULL, 10); | 375 | CMO_SecPSP = simple_strtol(value, NULL, 10); |
| 372 | value = key = ptr + 1; | 376 | value = key = ptr + 1; |
| 373 | } | 377 | } |
| 374 | ptr++; | 378 | ptr++; |
| 375 | } | 379 | } |
| 376 | 380 | ||
| 377 | if (PrPSP != -1 || SecPSP != -1) { | 381 | /* Page size is returned as the power of 2 of the page size, |
| 382 | * convert to the page size in bytes before returning | ||
| 383 | */ | ||
| 384 | CMO_PageSize = 1 << page_order; | ||
| 385 | pr_debug("CMO_PageSize = %lu\n", CMO_PageSize); | ||
| 386 | |||
| 387 | if (CMO_PrPSP != -1 || CMO_SecPSP != -1) { | ||
| 378 | pr_info("CMO enabled\n"); | 388 | pr_info("CMO enabled\n"); |
| 379 | pr_debug("CMO enabled, PrPSP=%d, SecPSP=%d\n", PrPSP, SecPSP); | 389 | pr_debug("CMO enabled, PrPSP=%d, SecPSP=%d\n", CMO_PrPSP, |
| 390 | CMO_SecPSP); | ||
| 380 | powerpc_firmware_features |= FW_FEATURE_CMO; | 391 | powerpc_firmware_features |= FW_FEATURE_CMO; |
| 381 | } else | 392 | } else |
| 382 | pr_debug("CMO not enabled, PrPSP=%d, SecPSP=%d\n", PrPSP, SecPSP); | 393 | pr_debug("CMO not enabled, PrPSP=%d, SecPSP=%d\n", CMO_PrPSP, |
| 394 | CMO_SecPSP); | ||
| 383 | spin_unlock(&rtas_data_buf_lock); | 395 | spin_unlock(&rtas_data_buf_lock); |
| 384 | pr_debug(" <- fw_cmo_feature_init()\n"); | 396 | pr_debug(" <- fw_cmo_feature_init()\n"); |
| 385 | } | 397 | } |
