diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2008-08-21 08:11:30 -0400 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2008-08-21 08:23:03 -0400 |
| commit | 2bb2e1db906e6e139636271d2cf46466d9e84005 (patch) | |
| tree | 0421299121a27e97fa38cad37aed1e742bfde546 | |
| parent | 8dd217b27e32081121c31d927e7c70f6dbf6f5c6 (diff) | |
powerpc: Update defconfigs for FSL PPC boards
Since we are updated defconfigs I went ahead and moved the
asp8347_defconfig under 83xx/ and the mpc8536_ds_defconfig under
85xx/ as that is where they should have been to start with.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46 files changed, 5367 insertions, 1958 deletions
diff --git a/arch/powerpc/configs/asp8347_defconfig b/arch/powerpc/configs/83xx/asp8347_defconfig index 60bb4d106c87..5e6780a088ce 100644 --- a/arch/powerpc/configs/asp8347_defconfig +++ b/arch/powerpc/configs/83xx/asp8347_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-rc6 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Tue May 6 02:21:00 2008 | 4 | # Thu Aug 21 00:52:01 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | CONFIG_FSL_EMB_PERFMON=y | 18 | CONFIG_FSL_EMB_PERFMON=y |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -31,6 +32,9 @@ CONFIG_GENERIC_CLOCKEVENTS=y | |||
| 31 | CONFIG_GENERIC_HARDIRQS=y | 32 | CONFIG_GENERIC_HARDIRQS=y |
| 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 |
| @@ -50,6 +54,9 @@ CONFIG_AUDIT_ARCH=y | |||
| 50 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 51 | # CONFIG_DEFAULT_UIMAGE is not set | 55 | # CONFIG_DEFAULT_UIMAGE is not set |
| 52 | CONFIG_REDBOOT=y | 56 | CONFIG_REDBOOT=y |
| 57 | CONFIG_HIBERNATE_32=y | ||
| 58 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 59 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 53 | # CONFIG_PPC_DCR_NATIVE is not set | 60 | # CONFIG_PPC_DCR_NATIVE is not set |
| 54 | # CONFIG_PPC_DCR_MMIO is not set | 61 | # CONFIG_PPC_DCR_MMIO is not set |
| 55 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 62 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -92,6 +99,7 @@ CONFIG_HOTPLUG=y | |||
| 92 | CONFIG_PRINTK=y | 99 | CONFIG_PRINTK=y |
| 93 | CONFIG_BUG=y | 100 | CONFIG_BUG=y |
| 94 | CONFIG_ELF_CORE=y | 101 | CONFIG_ELF_CORE=y |
| 102 | CONFIG_PCSPKR_PLATFORM=y | ||
| 95 | CONFIG_COMPAT_BRK=y | 103 | CONFIG_COMPAT_BRK=y |
| 96 | CONFIG_BASE_FULL=y | 104 | CONFIG_BASE_FULL=y |
| 97 | CONFIG_FUTEX=y | 105 | CONFIG_FUTEX=y |
| @@ -109,24 +117,33 @@ CONFIG_SLUB=y | |||
| 109 | # CONFIG_PROFILING is not set | 117 | # CONFIG_PROFILING is not set |
| 110 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 111 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 112 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 113 | CONFIG_HAVE_KRETPROBES=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 | ||
| 114 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 115 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 116 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 117 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| 118 | CONFIG_BASE_SMALL=0 | 133 | CONFIG_BASE_SMALL=0 |
| 119 | CONFIG_MODULES=y | 134 | CONFIG_MODULES=y |
| 135 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 120 | CONFIG_MODULE_UNLOAD=y | 136 | CONFIG_MODULE_UNLOAD=y |
| 121 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 122 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| 123 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 139 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 124 | # CONFIG_KMOD is not set | 140 | CONFIG_KMOD=y |
| 125 | CONFIG_BLOCK=y | 141 | CONFIG_BLOCK=y |
| 126 | # CONFIG_LBD is not set | 142 | # CONFIG_LBD is not set |
| 127 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 128 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 129 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 130 | 147 | ||
| 131 | # | 148 | # |
| 132 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -145,38 +162,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 145 | # | 162 | # |
| 146 | # Platform support | 163 | # Platform support |
| 147 | # | 164 | # |
| 148 | # CONFIG_PPC_MULTIPLATFORM is not set | 165 | CONFIG_PPC_MULTIPLATFORM=y |
| 149 | # CONFIG_PPC_82xx is not set | 166 | CONFIG_CLASSIC32=y |
| 150 | CONFIG_PPC_83xx=y | 167 | CONFIG_PPC_CHRP=y |
| 151 | # CONFIG_PPC_86xx is not set | 168 | # CONFIG_MPC5121_ADS is not set |
| 152 | # CONFIG_PPC_MPC512x is not set | 169 | # CONFIG_MPC5121_GENERIC is not set |
| 153 | # CONFIG_PPC_MPC5121 is not set | 170 | # CONFIG_PPC_MPC52xx is not set |
| 171 | CONFIG_PPC_PMAC=y | ||
| 154 | # CONFIG_PPC_CELL is not set | 172 | # CONFIG_PPC_CELL is not set |
| 155 | # CONFIG_PPC_CELL_NATIVE is not set | 173 | # CONFIG_PPC_CELL_NATIVE is not set |
| 174 | # CONFIG_PPC_82xx is not set | ||
| 156 | # CONFIG_PQ2ADS is not set | 175 | # CONFIG_PQ2ADS is not set |
| 157 | CONFIG_MPC83xx=y | 176 | CONFIG_PPC_83xx=y |
| 158 | # CONFIG_MPC831x_RDB is not set | 177 | # CONFIG_MPC831x_RDB is not set |
| 159 | # CONFIG_MPC832x_MDS is not set | 178 | # CONFIG_MPC832x_MDS is not set |
| 160 | # CONFIG_MPC832x_RDB is not set | 179 | # CONFIG_MPC832x_RDB is not set |
| 161 | # CONFIG_MPC834x_MDS is not set | 180 | # CONFIG_MPC834x_MDS is not set |
| 162 | # CONFIG_MPC834x_ITX is not set | 181 | # CONFIG_MPC834x_ITX is not set |
| 163 | # CONFIG_MPC836x_MDS is not set | 182 | # CONFIG_MPC836x_MDS is not set |
| 183 | # CONFIG_MPC836x_RDK is not set | ||
| 164 | # CONFIG_MPC837x_MDS is not set | 184 | # CONFIG_MPC837x_MDS is not set |
| 165 | # CONFIG_MPC837x_RDB is not set | 185 | # CONFIG_MPC837x_RDB is not set |
| 166 | # CONFIG_SBC834x is not set | 186 | # CONFIG_SBC834x is not set |
| 167 | CONFIG_ASP834x=y | 187 | CONFIG_ASP834x=y |
| 168 | CONFIG_PPC_MPC834x=y | 188 | CONFIG_PPC_MPC834x=y |
| 189 | # CONFIG_PPC_86xx is not set | ||
| 190 | # CONFIG_EMBEDDED6xx is not set | ||
| 191 | CONFIG_PPC_NATIVE=y | ||
| 192 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 169 | CONFIG_IPIC=y | 193 | CONFIG_IPIC=y |
| 170 | # CONFIG_MPIC is not set | 194 | CONFIG_MPIC=y |
| 171 | # CONFIG_MPIC_WEIRD is not set | 195 | # CONFIG_MPIC_WEIRD is not set |
| 172 | # CONFIG_PPC_I8259 is not set | 196 | CONFIG_PPC_I8259=y |
| 173 | # CONFIG_PPC_RTAS is not set | 197 | CONFIG_PPC_RTAS=y |
| 198 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 199 | CONFIG_RTAS_PROC=y | ||
| 174 | # CONFIG_MMIO_NVRAM is not set | 200 | # CONFIG_MMIO_NVRAM is not set |
| 175 | # CONFIG_PPC_MPC106 is not set | 201 | CONFIG_PPC_MPC106=y |
| 176 | # CONFIG_PPC_970_NAP is not set | 202 | # CONFIG_PPC_970_NAP is not set |
| 177 | # CONFIG_PPC_INDIRECT_IO is not set | 203 | # CONFIG_PPC_INDIRECT_IO is not set |
| 178 | # CONFIG_GENERIC_IOMAP is not set | 204 | # CONFIG_GENERIC_IOMAP is not set |
| 179 | # CONFIG_CPU_FREQ is not set | 205 | # CONFIG_CPU_FREQ is not set |
| 206 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 207 | # CONFIG_TAU is not set | ||
| 180 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 181 | 209 | ||
| 182 | # | 210 | # |
| @@ -192,7 +220,7 @@ CONFIG_HZ_250=y | |||
| 192 | # CONFIG_HZ_300 is not set | 220 | # CONFIG_HZ_300 is not set |
| 193 | # CONFIG_HZ_1000 is not set | 221 | # CONFIG_HZ_1000 is not set |
| 194 | CONFIG_HZ=250 | 222 | CONFIG_HZ=250 |
| 195 | # CONFIG_SCHED_HRTICK is not set | 223 | CONFIG_SCHED_HRTICK=y |
| 196 | CONFIG_PREEMPT_NONE=y | 224 | CONFIG_PREEMPT_NONE=y |
| 197 | # CONFIG_PREEMPT_VOLUNTARY is not set | 225 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 198 | # CONFIG_PREEMPT is not set | 226 | # CONFIG_PREEMPT is not set |
| @@ -202,6 +230,7 @@ CONFIG_BINFMT_ELF=y | |||
| 202 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 230 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 203 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 231 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 204 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 232 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 233 | # CONFIG_KEXEC is not set | ||
| 205 | CONFIG_ARCH_FLATMEM_ENABLE=y | 234 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 206 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 235 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 207 | CONFIG_SELECT_MEMORY_MODEL=y | 236 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -212,13 +241,17 @@ CONFIG_FLATMEM=y | |||
| 212 | CONFIG_FLAT_NODE_MEM_MAP=y | 241 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 213 | # CONFIG_SPARSEMEM_STATIC is not set | 242 | # CONFIG_SPARSEMEM_STATIC is not set |
| 214 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 243 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 244 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 215 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 245 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 246 | CONFIG_MIGRATION=y | ||
| 216 | # CONFIG_RESOURCES_64BIT is not set | 247 | # CONFIG_RESOURCES_64BIT is not set |
| 217 | CONFIG_ZONE_DMA_FLAG=1 | 248 | CONFIG_ZONE_DMA_FLAG=1 |
| 218 | CONFIG_BOUNCE=y | 249 | CONFIG_BOUNCE=y |
| 219 | CONFIG_VIRT_TO_BUS=y | 250 | CONFIG_VIRT_TO_BUS=y |
| 251 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
| 220 | CONFIG_PROC_DEVICETREE=y | 252 | CONFIG_PROC_DEVICETREE=y |
| 221 | # CONFIG_CMDLINE_BOOL is not set | 253 | # CONFIG_CMDLINE_BOOL is not set |
| 254 | CONFIG_EXTRA_TARGETS="" | ||
| 222 | # CONFIG_PM is not set | 255 | # CONFIG_PM is not set |
| 223 | CONFIG_SECCOMP=y | 256 | CONFIG_SECCOMP=y |
| 224 | CONFIG_ISA_DMA_API=y | 257 | CONFIG_ISA_DMA_API=y |
| @@ -226,10 +259,13 @@ CONFIG_ISA_DMA_API=y | |||
| 226 | # | 259 | # |
| 227 | # Bus options | 260 | # Bus options |
| 228 | # | 261 | # |
| 262 | # CONFIG_ISA is not set | ||
| 229 | CONFIG_ZONE_DMA=y | 263 | CONFIG_ZONE_DMA=y |
| 230 | CONFIG_GENERIC_ISA_DMA=y | 264 | CONFIG_GENERIC_ISA_DMA=y |
| 231 | CONFIG_PPC_INDIRECT_PCI=y | 265 | CONFIG_PPC_INDIRECT_PCI=y |
| 232 | CONFIG_FSL_SOC=y | 266 | CONFIG_FSL_SOC=y |
| 267 | CONFIG_FSL_PCI=y | ||
| 268 | CONFIG_PPC_PCI_CHOICE=y | ||
| 233 | CONFIG_PCI=y | 269 | CONFIG_PCI=y |
| 234 | CONFIG_PCI_DOMAINS=y | 270 | CONFIG_PCI_DOMAINS=y |
| 235 | CONFIG_PCI_SYSCALL=y | 271 | CONFIG_PCI_SYSCALL=y |
| @@ -239,6 +275,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y | |||
| 239 | CONFIG_PCI_LEGACY=y | 275 | CONFIG_PCI_LEGACY=y |
| 240 | # CONFIG_PCCARD is not set | 276 | # CONFIG_PCCARD is not set |
| 241 | # CONFIG_HOTPLUG_PCI is not set | 277 | # CONFIG_HOTPLUG_PCI is not set |
| 278 | # CONFIG_HAS_RAPIDIO is not set | ||
| 242 | 279 | ||
| 243 | # | 280 | # |
| 244 | # Advanced setup | 281 | # Advanced setup |
| @@ -248,15 +285,11 @@ CONFIG_PCI_LEGACY=y | |||
| 248 | # | 285 | # |
| 249 | # Default settings for advanced configuration options are used | 286 | # Default settings for advanced configuration options are used |
| 250 | # | 287 | # |
| 251 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 252 | CONFIG_LOWMEM_SIZE=0x30000000 | 288 | CONFIG_LOWMEM_SIZE=0x30000000 |
| 289 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
| 253 | CONFIG_KERNEL_START=0xc0000000 | 290 | CONFIG_KERNEL_START=0xc0000000 |
| 291 | CONFIG_PHYSICAL_START=0x00000000 | ||
| 254 | CONFIG_TASK_SIZE=0xc0000000 | 292 | CONFIG_TASK_SIZE=0xc0000000 |
| 255 | CONFIG_BOOT_LOAD=0x00800000 | ||
| 256 | |||
| 257 | # | ||
| 258 | # Networking | ||
| 259 | # | ||
| 260 | CONFIG_NET=y | 293 | CONFIG_NET=y |
| 261 | 294 | ||
| 262 | # | 295 | # |
| @@ -300,8 +333,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 300 | CONFIG_DEFAULT_TCP_CONG="cubic" | 333 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 301 | # CONFIG_TCP_MD5SIG is not set | 334 | # CONFIG_TCP_MD5SIG is not set |
| 302 | # CONFIG_IPV6 is not set | 335 | # CONFIG_IPV6 is not set |
| 303 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 304 | # CONFIG_INET6_TUNNEL is not set | ||
| 305 | # CONFIG_NETWORK_SECMARK is not set | 336 | # CONFIG_NETWORK_SECMARK is not set |
| 306 | # CONFIG_NETFILTER is not set | 337 | # CONFIG_NETFILTER is not set |
| 307 | # CONFIG_IP_DCCP is not set | 338 | # CONFIG_IP_DCCP is not set |
| @@ -363,6 +394,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | |||
| 363 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | 394 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set |
| 364 | # CONFIG_MTD_CMDLINE_PARTS is not set | 395 | # CONFIG_MTD_CMDLINE_PARTS is not set |
| 365 | CONFIG_MTD_OF_PARTS=y | 396 | CONFIG_MTD_OF_PARTS=y |
| 397 | # CONFIG_MTD_AR7_PARTS is not set | ||
| 366 | 398 | ||
| 367 | # | 399 | # |
| 368 | # User Modules And Translation Layers | 400 | # User Modules And Translation Layers |
| @@ -434,9 +466,11 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 434 | # | 466 | # |
| 435 | # CONFIG_MTD_UBI is not set | 467 | # CONFIG_MTD_UBI is not set |
| 436 | CONFIG_OF_DEVICE=y | 468 | CONFIG_OF_DEVICE=y |
| 469 | CONFIG_OF_I2C=y | ||
| 437 | # CONFIG_PARPORT is not set | 470 | # CONFIG_PARPORT is not set |
| 438 | CONFIG_BLK_DEV=y | 471 | CONFIG_BLK_DEV=y |
| 439 | # CONFIG_BLK_DEV_FD is not set | 472 | # CONFIG_BLK_DEV_FD is not set |
| 473 | # CONFIG_MAC_FLOPPY is not set | ||
| 440 | # CONFIG_BLK_CPQ_DA is not set | 474 | # CONFIG_BLK_CPQ_DA is not set |
| 441 | # CONFIG_BLK_CPQ_CISS_DA is not set | 475 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 442 | # CONFIG_BLK_DEV_DAC960 is not set | 476 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -453,12 +487,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 453 | # CONFIG_BLK_DEV_XIP is not set | 487 | # CONFIG_BLK_DEV_XIP is not set |
| 454 | # CONFIG_CDROM_PKTCDVD is not set | 488 | # CONFIG_CDROM_PKTCDVD is not set |
| 455 | # CONFIG_ATA_OVER_ETH is not set | 489 | # CONFIG_ATA_OVER_ETH is not set |
| 490 | # CONFIG_BLK_DEV_HD is not set | ||
| 456 | CONFIG_MISC_DEVICES=y | 491 | CONFIG_MISC_DEVICES=y |
| 457 | # CONFIG_PHANTOM is not set | 492 | # CONFIG_PHANTOM is not set |
| 458 | # CONFIG_EEPROM_93CX6 is not set | 493 | # CONFIG_EEPROM_93CX6 is not set |
| 459 | # CONFIG_SGI_IOC4 is not set | 494 | # CONFIG_SGI_IOC4 is not set |
| 460 | # CONFIG_TIFM_CORE is not set | 495 | # CONFIG_TIFM_CORE is not set |
| 461 | # CONFIG_ENCLOSURE_SERVICES is not set | 496 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 497 | # CONFIG_HP_ILO is not set | ||
| 462 | CONFIG_HAVE_IDE=y | 498 | CONFIG_HAVE_IDE=y |
| 463 | # CONFIG_IDE is not set | 499 | # CONFIG_IDE is not set |
| 464 | 500 | ||
| @@ -476,12 +512,15 @@ CONFIG_HAVE_IDE=y | |||
| 476 | # | 512 | # |
| 477 | # IEEE 1394 (FireWire) support | 513 | # IEEE 1394 (FireWire) support |
| 478 | # | 514 | # |
| 515 | |||
| 516 | # | ||
| 517 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 518 | # | ||
| 479 | # CONFIG_FIREWIRE is not set | 519 | # CONFIG_FIREWIRE is not set |
| 480 | # CONFIG_IEEE1394 is not set | 520 | # CONFIG_IEEE1394 is not set |
| 481 | # CONFIG_I2O is not set | 521 | # CONFIG_I2O is not set |
| 482 | # CONFIG_MACINTOSH_DRIVERS is not set | 522 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 483 | CONFIG_NETDEVICES=y | 523 | CONFIG_NETDEVICES=y |
| 484 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 485 | # CONFIG_DUMMY is not set | 524 | # CONFIG_DUMMY is not set |
| 486 | # CONFIG_BONDING is not set | 525 | # CONFIG_BONDING is not set |
| 487 | # CONFIG_MACVLAN is not set | 526 | # CONFIG_MACVLAN is not set |
| @@ -508,6 +547,8 @@ CONFIG_PHYLIB=y | |||
| 508 | # CONFIG_MDIO_BITBANG is not set | 547 | # CONFIG_MDIO_BITBANG is not set |
| 509 | CONFIG_NET_ETHERNET=y | 548 | CONFIG_NET_ETHERNET=y |
| 510 | CONFIG_MII=y | 549 | CONFIG_MII=y |
| 550 | # CONFIG_MACE is not set | ||
| 551 | # CONFIG_BMAC is not set | ||
| 511 | # CONFIG_HAPPYMEAL is not set | 552 | # CONFIG_HAPPYMEAL is not set |
| 512 | # CONFIG_SUNGEM is not set | 553 | # CONFIG_SUNGEM is not set |
| 513 | # CONFIG_CASSINI is not set | 554 | # CONFIG_CASSINI is not set |
| @@ -525,7 +566,6 @@ CONFIG_NETDEV_1000=y | |||
| 525 | # CONFIG_DL2K is not set | 566 | # CONFIG_DL2K is not set |
| 526 | # CONFIG_E1000 is not set | 567 | # CONFIG_E1000 is not set |
| 527 | # CONFIG_E1000E is not set | 568 | # CONFIG_E1000E is not set |
| 528 | # CONFIG_E1000E_ENABLED is not set | ||
| 529 | # CONFIG_IP1000 is not set | 569 | # CONFIG_IP1000 is not set |
| 530 | # CONFIG_IGB is not set | 570 | # CONFIG_IGB is not set |
| 531 | # CONFIG_NS83820 is not set | 571 | # CONFIG_NS83820 is not set |
| @@ -535,14 +575,14 @@ CONFIG_NETDEV_1000=y | |||
| 535 | # CONFIG_SIS190 is not set | 575 | # CONFIG_SIS190 is not set |
| 536 | # CONFIG_SKGE is not set | 576 | # CONFIG_SKGE is not set |
| 537 | # CONFIG_SKY2 is not set | 577 | # CONFIG_SKY2 is not set |
| 538 | # CONFIG_SK98LIN is not set | ||
| 539 | # CONFIG_VIA_VELOCITY is not set | 578 | # CONFIG_VIA_VELOCITY is not set |
| 540 | # CONFIG_TIGON3 is not set | 579 | # CONFIG_TIGON3 is not set |
| 541 | # CONFIG_BNX2 is not set | 580 | # CONFIG_BNX2 is not set |
| 542 | CONFIG_GIANFAR=y | 581 | CONFIG_GIANFAR=y |
| 543 | # CONFIG_GFAR_NAPI is not set | 582 | # CONFIG_MV643XX_ETH is not set |
| 544 | # CONFIG_QLA3XXX is not set | 583 | # CONFIG_QLA3XXX is not set |
| 545 | # CONFIG_ATL1 is not set | 584 | # CONFIG_ATL1 is not set |
| 585 | # CONFIG_ATL1E is not set | ||
| 546 | # CONFIG_NETDEV_10000 is not set | 586 | # CONFIG_NETDEV_10000 is not set |
| 547 | # CONFIG_TR is not set | 587 | # CONFIG_TR is not set |
| 548 | 588 | ||
| @@ -551,6 +591,7 @@ CONFIG_GIANFAR=y | |||
| 551 | # | 591 | # |
| 552 | # CONFIG_WLAN_PRE80211 is not set | 592 | # CONFIG_WLAN_PRE80211 is not set |
| 553 | # CONFIG_WLAN_80211 is not set | 593 | # CONFIG_WLAN_80211 is not set |
| 594 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 554 | 595 | ||
| 555 | # | 596 | # |
| 556 | # USB Network Adapters | 597 | # USB Network Adapters |
| @@ -606,6 +647,7 @@ CONFIG_INPUT=y | |||
| 606 | # Character devices | 647 | # Character devices |
| 607 | # | 648 | # |
| 608 | # CONFIG_VT is not set | 649 | # CONFIG_VT is not set |
| 650 | CONFIG_DEVKMEM=y | ||
| 609 | # CONFIG_SERIAL_NONSTANDARD is not set | 651 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 610 | # CONFIG_NOZOMI is not set | 652 | # CONFIG_NOZOMI is not set |
| 611 | 653 | ||
| @@ -625,16 +667,17 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 625 | # CONFIG_SERIAL_UARTLITE is not set | 667 | # CONFIG_SERIAL_UARTLITE is not set |
| 626 | CONFIG_SERIAL_CORE=y | 668 | CONFIG_SERIAL_CORE=y |
| 627 | CONFIG_SERIAL_CORE_CONSOLE=y | 669 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 670 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 628 | # CONFIG_SERIAL_JSM is not set | 671 | # CONFIG_SERIAL_JSM is not set |
| 629 | # CONFIG_SERIAL_OF_PLATFORM is not set | 672 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 630 | CONFIG_UNIX98_PTYS=y | 673 | CONFIG_UNIX98_PTYS=y |
| 631 | CONFIG_LEGACY_PTYS=y | 674 | CONFIG_LEGACY_PTYS=y |
| 632 | CONFIG_LEGACY_PTY_COUNT=256 | 675 | CONFIG_LEGACY_PTY_COUNT=256 |
| 676 | # CONFIG_BRIQ_PANEL is not set | ||
| 677 | # CONFIG_HVC_RTAS is not set | ||
| 633 | # CONFIG_IPMI_HANDLER is not set | 678 | # CONFIG_IPMI_HANDLER is not set |
| 634 | # CONFIG_HW_RANDOM is not set | 679 | # CONFIG_HW_RANDOM is not set |
| 635 | # CONFIG_NVRAM is not set | 680 | # CONFIG_NVRAM is not set |
| 636 | CONFIG_GEN_RTC=y | ||
| 637 | # CONFIG_GEN_RTC_X is not set | ||
| 638 | # CONFIG_R3964 is not set | 681 | # CONFIG_R3964 is not set |
| 639 | # CONFIG_APPLICOM is not set | 682 | # CONFIG_APPLICOM is not set |
| 640 | # CONFIG_RAW_DRIVER is not set | 683 | # CONFIG_RAW_DRIVER is not set |
| @@ -643,16 +686,14 @@ CONFIG_DEVPORT=y | |||
| 643 | CONFIG_I2C=y | 686 | CONFIG_I2C=y |
| 644 | CONFIG_I2C_BOARDINFO=y | 687 | CONFIG_I2C_BOARDINFO=y |
| 645 | CONFIG_I2C_CHARDEV=y | 688 | CONFIG_I2C_CHARDEV=y |
| 689 | CONFIG_I2C_HELPER_AUTO=y | ||
| 646 | 690 | ||
| 647 | # | 691 | # |
| 648 | # I2C Algorithms | 692 | # I2C Hardware Bus support |
| 649 | # | 693 | # |
| 650 | # CONFIG_I2C_ALGOBIT is not set | ||
| 651 | # CONFIG_I2C_ALGOPCF is not set | ||
| 652 | # CONFIG_I2C_ALGOPCA is not set | ||
| 653 | 694 | ||
| 654 | # | 695 | # |
| 655 | # I2C Hardware Bus support | 696 | # PC SMBus host controller drivers |
| 656 | # | 697 | # |
| 657 | # CONFIG_I2C_ALI1535 is not set | 698 | # CONFIG_I2C_ALI1535 is not set |
| 658 | # CONFIG_I2C_ALI1563 is not set | 699 | # CONFIG_I2C_ALI1563 is not set |
| @@ -660,50 +701,70 @@ CONFIG_I2C_CHARDEV=y | |||
| 660 | # CONFIG_I2C_AMD756 is not set | 701 | # CONFIG_I2C_AMD756 is not set |
| 661 | # CONFIG_I2C_AMD8111 is not set | 702 | # CONFIG_I2C_AMD8111 is not set |
| 662 | # CONFIG_I2C_I801 is not set | 703 | # CONFIG_I2C_I801 is not set |
| 663 | # CONFIG_I2C_I810 is not set | 704 | # CONFIG_I2C_ISCH is not set |
| 664 | # CONFIG_I2C_PIIX4 is not set | 705 | # CONFIG_I2C_PIIX4 is not set |
| 665 | CONFIG_I2C_MPC=y | ||
| 666 | # CONFIG_I2C_NFORCE2 is not set | 706 | # CONFIG_I2C_NFORCE2 is not set |
| 667 | # CONFIG_I2C_OCORES is not set | ||
| 668 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 669 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 670 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 671 | # CONFIG_I2C_SIMTEC is not set | ||
| 672 | # CONFIG_I2C_SIS5595 is not set | 707 | # CONFIG_I2C_SIS5595 is not set |
| 673 | # CONFIG_I2C_SIS630 is not set | 708 | # CONFIG_I2C_SIS630 is not set |
| 674 | # CONFIG_I2C_SIS96X is not set | 709 | # CONFIG_I2C_SIS96X is not set |
| 675 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 676 | # CONFIG_I2C_STUB is not set | ||
| 677 | # CONFIG_I2C_TINY_USB is not set | ||
| 678 | # CONFIG_I2C_VIA is not set | 710 | # CONFIG_I2C_VIA is not set |
| 679 | # CONFIG_I2C_VIAPRO is not set | 711 | # CONFIG_I2C_VIAPRO is not set |
| 712 | |||
| 713 | # | ||
| 714 | # Mac SMBus host controller drivers | ||
| 715 | # | ||
| 716 | # CONFIG_I2C_HYDRA is not set | ||
| 717 | CONFIG_I2C_POWERMAC=y | ||
| 718 | |||
| 719 | # | ||
| 720 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 721 | # | ||
| 722 | CONFIG_I2C_MPC=y | ||
| 723 | # CONFIG_I2C_OCORES is not set | ||
| 724 | # CONFIG_I2C_SIMTEC is not set | ||
| 725 | |||
| 726 | # | ||
| 727 | # External I2C/SMBus adapter drivers | ||
| 728 | # | ||
| 729 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 730 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 731 | # CONFIG_I2C_TINY_USB is not set | ||
| 732 | |||
| 733 | # | ||
| 734 | # Graphics adapter I2C/DDC channel drivers | ||
| 735 | # | ||
| 680 | # CONFIG_I2C_VOODOO3 is not set | 736 | # CONFIG_I2C_VOODOO3 is not set |
| 681 | 737 | ||
| 682 | # | 738 | # |
| 739 | # Other I2C/SMBus bus drivers | ||
| 740 | # | ||
| 741 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
| 742 | # CONFIG_I2C_STUB is not set | ||
| 743 | |||
| 744 | # | ||
| 683 | # Miscellaneous I2C Chip support | 745 | # Miscellaneous I2C Chip support |
| 684 | # | 746 | # |
| 685 | # CONFIG_DS1682 is not set | 747 | # CONFIG_DS1682 is not set |
| 748 | # CONFIG_AT24 is not set | ||
| 686 | # CONFIG_SENSORS_EEPROM is not set | 749 | # CONFIG_SENSORS_EEPROM is not set |
| 687 | # CONFIG_SENSORS_PCF8574 is not set | 750 | # CONFIG_SENSORS_PCF8574 is not set |
| 688 | # CONFIG_PCF8575 is not set | 751 | # CONFIG_PCF8575 is not set |
| 752 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 689 | # CONFIG_SENSORS_PCF8591 is not set | 753 | # CONFIG_SENSORS_PCF8591 is not set |
| 690 | # CONFIG_TPS65010 is not set | ||
| 691 | # CONFIG_SENSORS_MAX6875 is not set | 754 | # CONFIG_SENSORS_MAX6875 is not set |
| 692 | # CONFIG_SENSORS_TSL2550 is not set | 755 | # CONFIG_SENSORS_TSL2550 is not set |
| 693 | # CONFIG_I2C_DEBUG_CORE is not set | 756 | # CONFIG_I2C_DEBUG_CORE is not set |
| 694 | # CONFIG_I2C_DEBUG_ALGO is not set | 757 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 695 | # CONFIG_I2C_DEBUG_BUS is not set | 758 | # CONFIG_I2C_DEBUG_BUS is not set |
| 696 | # CONFIG_I2C_DEBUG_CHIP is not set | 759 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 697 | |||
| 698 | # | ||
| 699 | # SPI support | ||
| 700 | # | ||
| 701 | # CONFIG_SPI is not set | 760 | # CONFIG_SPI is not set |
| 702 | # CONFIG_SPI_MASTER is not set | 761 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 762 | # CONFIG_GPIOLIB is not set | ||
| 703 | # CONFIG_W1 is not set | 763 | # CONFIG_W1 is not set |
| 704 | # CONFIG_POWER_SUPPLY is not set | 764 | # CONFIG_POWER_SUPPLY is not set |
| 705 | CONFIG_HWMON=y | 765 | CONFIG_HWMON=y |
| 706 | # CONFIG_HWMON_VID is not set | 766 | # CONFIG_HWMON_VID is not set |
| 767 | # CONFIG_SENSORS_AD7414 is not set | ||
| 707 | # CONFIG_SENSORS_AD7418 is not set | 768 | # CONFIG_SENSORS_AD7418 is not set |
| 708 | # CONFIG_SENSORS_ADM1021 is not set | 769 | # CONFIG_SENSORS_ADM1021 is not set |
| 709 | # CONFIG_SENSORS_ADM1025 is not set | 770 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -713,6 +774,7 @@ CONFIG_HWMON=y | |||
| 713 | # CONFIG_SENSORS_ADM9240 is not set | 774 | # CONFIG_SENSORS_ADM9240 is not set |
| 714 | # CONFIG_SENSORS_ADT7470 is not set | 775 | # CONFIG_SENSORS_ADT7470 is not set |
| 715 | # CONFIG_SENSORS_ADT7473 is not set | 776 | # CONFIG_SENSORS_ADT7473 is not set |
| 777 | # CONFIG_SENSORS_AMS is not set | ||
| 716 | # CONFIG_SENSORS_ATXP1 is not set | 778 | # CONFIG_SENSORS_ATXP1 is not set |
| 717 | # CONFIG_SENSORS_DS1621 is not set | 779 | # CONFIG_SENSORS_DS1621 is not set |
| 718 | # CONFIG_SENSORS_I5K_AMB is not set | 780 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -757,6 +819,7 @@ CONFIG_HWMON=y | |||
| 757 | # CONFIG_SENSORS_W83627EHF is not set | 819 | # CONFIG_SENSORS_W83627EHF is not set |
| 758 | # CONFIG_HWMON_DEBUG_CHIP is not set | 820 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 759 | CONFIG_THERMAL=y | 821 | CONFIG_THERMAL=y |
| 822 | # CONFIG_THERMAL_HWMON is not set | ||
| 760 | CONFIG_WATCHDOG=y | 823 | CONFIG_WATCHDOG=y |
| 761 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 824 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 762 | 825 | ||
| @@ -764,7 +827,9 @@ CONFIG_WATCHDOG=y | |||
| 764 | # Watchdog Device Drivers | 827 | # Watchdog Device Drivers |
| 765 | # | 828 | # |
| 766 | # CONFIG_SOFT_WATCHDOG is not set | 829 | # CONFIG_SOFT_WATCHDOG is not set |
| 767 | CONFIG_83xx_WDT=y | 830 | # CONFIG_ALIM7101_WDT is not set |
| 831 | # CONFIG_8xxx_WDT is not set | ||
| 832 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 768 | 833 | ||
| 769 | # | 834 | # |
| 770 | # PCI-based Watchdog Cards | 835 | # PCI-based Watchdog Cards |
| @@ -786,13 +851,25 @@ CONFIG_SSB_POSSIBLE=y | |||
| 786 | # | 851 | # |
| 787 | # Multifunction device drivers | 852 | # Multifunction device drivers |
| 788 | # | 853 | # |
| 854 | # CONFIG_MFD_CORE is not set | ||
| 789 | # CONFIG_MFD_SM501 is not set | 855 | # CONFIG_MFD_SM501 is not set |
| 856 | # CONFIG_HTC_PASIC3 is not set | ||
| 857 | # CONFIG_MFD_TMIO is not set | ||
| 790 | 858 | ||
| 791 | # | 859 | # |
| 792 | # Multimedia devices | 860 | # Multimedia devices |
| 793 | # | 861 | # |
| 862 | |||
| 863 | # | ||
| 864 | # Multimedia core support | ||
| 865 | # | ||
| 794 | # CONFIG_VIDEO_DEV is not set | 866 | # CONFIG_VIDEO_DEV is not set |
| 795 | # CONFIG_DVB_CORE is not set | 867 | # CONFIG_DVB_CORE is not set |
| 868 | # CONFIG_VIDEO_MEDIA is not set | ||
| 869 | |||
| 870 | # | ||
| 871 | # Multimedia drivers | ||
| 872 | # | ||
| 796 | CONFIG_DAB=y | 873 | CONFIG_DAB=y |
| 797 | # CONFIG_USB_DABUSB is not set | 874 | # CONFIG_USB_DABUSB is not set |
| 798 | 875 | ||
| @@ -810,10 +887,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 810 | # Display device support | 887 | # Display device support |
| 811 | # | 888 | # |
| 812 | # CONFIG_DISPLAY_SUPPORT is not set | 889 | # CONFIG_DISPLAY_SUPPORT is not set |
| 813 | |||
| 814 | # | ||
| 815 | # Sound | ||
| 816 | # | ||
| 817 | # CONFIG_SOUND is not set | 890 | # CONFIG_SOUND is not set |
| 818 | # CONFIG_HID_SUPPORT is not set | 891 | # CONFIG_HID_SUPPORT is not set |
| 819 | CONFIG_USB_SUPPORT=y | 892 | CONFIG_USB_SUPPORT=y |
| @@ -831,16 +904,21 @@ CONFIG_USB=y | |||
| 831 | CONFIG_USB_DEVICE_CLASS=y | 904 | CONFIG_USB_DEVICE_CLASS=y |
| 832 | # CONFIG_USB_DYNAMIC_MINORS is not set | 905 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 833 | # CONFIG_USB_OTG is not set | 906 | # CONFIG_USB_OTG is not set |
| 907 | # CONFIG_USB_OTG_WHITELIST is not set | ||
| 908 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
| 909 | CONFIG_USB_MON=y | ||
| 834 | 910 | ||
| 835 | # | 911 | # |
| 836 | # USB Host Controller Drivers | 912 | # USB Host Controller Drivers |
| 837 | # | 913 | # |
| 914 | # CONFIG_USB_C67X00_HCD is not set | ||
| 838 | CONFIG_USB_EHCI_HCD=y | 915 | CONFIG_USB_EHCI_HCD=y |
| 839 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | 916 | CONFIG_USB_EHCI_ROOT_HUB_TT=y |
| 840 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 917 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
| 841 | CONFIG_USB_EHCI_FSL=y | 918 | CONFIG_USB_EHCI_FSL=y |
| 842 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 919 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
| 843 | # CONFIG_USB_ISP116X_HCD is not set | 920 | # CONFIG_USB_ISP116X_HCD is not set |
| 921 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 844 | # CONFIG_USB_OHCI_HCD is not set | 922 | # CONFIG_USB_OHCI_HCD is not set |
| 845 | # CONFIG_USB_UHCI_HCD is not set | 923 | # CONFIG_USB_UHCI_HCD is not set |
| 846 | # CONFIG_USB_SL811_HCD is not set | 924 | # CONFIG_USB_SL811_HCD is not set |
| @@ -851,6 +929,7 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y | |||
| 851 | # | 929 | # |
| 852 | # CONFIG_USB_ACM is not set | 930 | # CONFIG_USB_ACM is not set |
| 853 | # CONFIG_USB_PRINTER is not set | 931 | # CONFIG_USB_PRINTER is not set |
| 932 | # CONFIG_USB_WDM is not set | ||
| 854 | 933 | ||
| 855 | # | 934 | # |
| 856 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 935 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -865,7 +944,6 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y | |||
| 865 | # USB Imaging devices | 944 | # USB Imaging devices |
| 866 | # | 945 | # |
| 867 | # CONFIG_USB_MDC800 is not set | 946 | # CONFIG_USB_MDC800 is not set |
| 868 | CONFIG_USB_MON=y | ||
| 869 | 947 | ||
| 870 | # | 948 | # |
| 871 | # USB port drivers | 949 | # USB port drivers |
| @@ -878,7 +956,6 @@ CONFIG_USB_MON=y | |||
| 878 | # CONFIG_USB_EMI62 is not set | 956 | # CONFIG_USB_EMI62 is not set |
| 879 | # CONFIG_USB_EMI26 is not set | 957 | # CONFIG_USB_EMI26 is not set |
| 880 | # CONFIG_USB_ADUTUX is not set | 958 | # CONFIG_USB_ADUTUX is not set |
| 881 | # CONFIG_USB_AUERSWALD is not set | ||
| 882 | # CONFIG_USB_RIO500 is not set | 959 | # CONFIG_USB_RIO500 is not set |
| 883 | # CONFIG_USB_LEGOTOWER is not set | 960 | # CONFIG_USB_LEGOTOWER is not set |
| 884 | # CONFIG_USB_LCD is not set | 961 | # CONFIG_USB_LCD is not set |
| @@ -894,18 +971,16 @@ CONFIG_USB_MON=y | |||
| 894 | # CONFIG_USB_LD is not set | 971 | # CONFIG_USB_LD is not set |
| 895 | # CONFIG_USB_TRANCEVIBRATOR is not set | 972 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 896 | # CONFIG_USB_IOWARRIOR is not set | 973 | # CONFIG_USB_IOWARRIOR is not set |
| 974 | # CONFIG_USB_ISIGHTFW is not set | ||
| 897 | # CONFIG_USB_GADGET is not set | 975 | # CONFIG_USB_GADGET is not set |
| 898 | # CONFIG_MMC is not set | 976 | # CONFIG_MMC is not set |
| 899 | # CONFIG_MEMSTICK is not set | 977 | # CONFIG_MEMSTICK is not set |
| 900 | # CONFIG_NEW_LEDS is not set | 978 | # CONFIG_NEW_LEDS is not set |
| 979 | # CONFIG_ACCESSIBILITY is not set | ||
| 901 | # CONFIG_INFINIBAND is not set | 980 | # CONFIG_INFINIBAND is not set |
| 902 | # CONFIG_EDAC is not set | 981 | # CONFIG_EDAC is not set |
| 903 | CONFIG_RTC_LIB=y | 982 | CONFIG_RTC_LIB=y |
| 904 | CONFIG_RTC_CLASS=y | 983 | CONFIG_RTC_CLASS=y |
| 905 | |||
| 906 | # | ||
| 907 | # Conflicting RTC option has been selected, check GEN_RTC and RTC | ||
| 908 | # | ||
| 909 | CONFIG_RTC_HCTOSYS=y | 984 | CONFIG_RTC_HCTOSYS=y |
| 910 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | 985 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" |
| 911 | # CONFIG_RTC_DEBUG is not set | 986 | # CONFIG_RTC_DEBUG is not set |
| @@ -933,6 +1008,7 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 933 | # CONFIG_RTC_DRV_PCF8583 is not set | 1008 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 934 | # CONFIG_RTC_DRV_M41T80 is not set | 1009 | # CONFIG_RTC_DRV_M41T80 is not set |
| 935 | # CONFIG_RTC_DRV_S35390A is not set | 1010 | # CONFIG_RTC_DRV_S35390A is not set |
| 1011 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 936 | 1012 | ||
| 937 | # | 1013 | # |
| 938 | # SPI RTC drivers | 1014 | # SPI RTC drivers |
| @@ -953,11 +1029,8 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 953 | # | 1029 | # |
| 954 | # on-CPU RTC drivers | 1030 | # on-CPU RTC drivers |
| 955 | # | 1031 | # |
| 1032 | # CONFIG_RTC_DRV_PPC is not set | ||
| 956 | # CONFIG_DMADEVICES is not set | 1033 | # CONFIG_DMADEVICES is not set |
| 957 | |||
| 958 | # | ||
| 959 | # Userspace I/O | ||
| 960 | # | ||
| 961 | # CONFIG_UIO is not set | 1034 | # CONFIG_UIO is not set |
| 962 | 1035 | ||
| 963 | # | 1036 | # |
| @@ -977,7 +1050,6 @@ CONFIG_FS_MBCACHE=y | |||
| 977 | # CONFIG_JFS_FS is not set | 1050 | # CONFIG_JFS_FS is not set |
| 978 | # CONFIG_FS_POSIX_ACL is not set | 1051 | # CONFIG_FS_POSIX_ACL is not set |
| 979 | # CONFIG_XFS_FS is not set | 1052 | # CONFIG_XFS_FS is not set |
| 980 | # CONFIG_GFS2_FS is not set | ||
| 981 | # CONFIG_OCFS2_FS is not set | 1053 | # CONFIG_OCFS2_FS is not set |
| 982 | CONFIG_DNOTIFY=y | 1054 | CONFIG_DNOTIFY=y |
| 983 | CONFIG_INOTIFY=y | 1055 | CONFIG_INOTIFY=y |
| @@ -1036,6 +1108,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 1036 | # CONFIG_CRAMFS is not set | 1108 | # CONFIG_CRAMFS is not set |
| 1037 | # CONFIG_VXFS_FS is not set | 1109 | # CONFIG_VXFS_FS is not set |
| 1038 | # CONFIG_MINIX_FS is not set | 1110 | # CONFIG_MINIX_FS is not set |
| 1111 | # CONFIG_OMFS_FS is not set | ||
| 1039 | # CONFIG_HPFS_FS is not set | 1112 | # CONFIG_HPFS_FS is not set |
| 1040 | # CONFIG_QNX4FS_FS is not set | 1113 | # CONFIG_QNX4FS_FS is not set |
| 1041 | # CONFIG_ROMFS_FS is not set | 1114 | # CONFIG_ROMFS_FS is not set |
| @@ -1046,15 +1119,13 @@ CONFIG_NFS_FS=y | |||
| 1046 | CONFIG_NFS_V3=y | 1119 | CONFIG_NFS_V3=y |
| 1047 | # CONFIG_NFS_V3_ACL is not set | 1120 | # CONFIG_NFS_V3_ACL is not set |
| 1048 | CONFIG_NFS_V4=y | 1121 | CONFIG_NFS_V4=y |
| 1049 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1050 | # CONFIG_NFSD is not set | ||
| 1051 | CONFIG_ROOT_NFS=y | 1122 | CONFIG_ROOT_NFS=y |
| 1123 | # CONFIG_NFSD is not set | ||
| 1052 | CONFIG_LOCKD=y | 1124 | CONFIG_LOCKD=y |
| 1053 | CONFIG_LOCKD_V4=y | 1125 | CONFIG_LOCKD_V4=y |
| 1054 | CONFIG_NFS_COMMON=y | 1126 | CONFIG_NFS_COMMON=y |
| 1055 | CONFIG_SUNRPC=y | 1127 | CONFIG_SUNRPC=y |
| 1056 | CONFIG_SUNRPC_GSS=y | 1128 | CONFIG_SUNRPC_GSS=y |
| 1057 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1058 | CONFIG_RPCSEC_GSS_KRB5=y | 1129 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1059 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1130 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1060 | # CONFIG_SMB_FS is not set | 1131 | # CONFIG_SMB_FS is not set |
| @@ -1126,8 +1197,10 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
| 1126 | # Library routines | 1197 | # Library routines |
| 1127 | # | 1198 | # |
| 1128 | CONFIG_BITREVERSE=y | 1199 | CONFIG_BITREVERSE=y |
| 1200 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 1129 | # CONFIG_CRC_CCITT is not set | 1201 | # CONFIG_CRC_CCITT is not set |
| 1130 | # CONFIG_CRC16 is not set | 1202 | # CONFIG_CRC16 is not set |
| 1203 | # CONFIG_CRC_T10DIF is not set | ||
| 1131 | # CONFIG_CRC_ITU_T is not set | 1204 | # CONFIG_CRC_ITU_T is not set |
| 1132 | CONFIG_CRC32=y | 1205 | CONFIG_CRC32=y |
| 1133 | # CONFIG_CRC7 is not set | 1206 | # CONFIG_CRC7 is not set |
| @@ -1146,6 +1219,7 @@ CONFIG_HAVE_LMB=y | |||
| 1146 | # CONFIG_PRINTK_TIME is not set | 1219 | # CONFIG_PRINTK_TIME is not set |
| 1147 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1220 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 1148 | CONFIG_ENABLE_MUST_CHECK=y | 1221 | CONFIG_ENABLE_MUST_CHECK=y |
| 1222 | CONFIG_FRAME_WARN=1024 | ||
| 1149 | # CONFIG_MAGIC_SYSRQ is not set | 1223 | # CONFIG_MAGIC_SYSRQ is not set |
| 1150 | # CONFIG_UNUSED_SYMBOLS is not set | 1224 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1151 | # CONFIG_DEBUG_FS is not set | 1225 | # CONFIG_DEBUG_FS is not set |
| @@ -1154,7 +1228,18 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
| 1154 | # CONFIG_SLUB_DEBUG_ON is not set | 1228 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1155 | # CONFIG_SLUB_STATS is not set | 1229 | # CONFIG_SLUB_STATS is not set |
| 1156 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1230 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1231 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1232 | # CONFIG_LATENCYTOP is not set | ||
| 1233 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
| 1234 | CONFIG_HAVE_FTRACE=y | ||
| 1235 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1236 | # CONFIG_FTRACE is not set | ||
| 1237 | # CONFIG_SCHED_TRACER is not set | ||
| 1238 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1157 | # CONFIG_SAMPLES is not set | 1239 | # CONFIG_SAMPLES is not set |
| 1240 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1241 | # CONFIG_IRQSTACKS is not set | ||
| 1242 | # CONFIG_BOOTX_TEXT is not set | ||
| 1158 | # CONFIG_PPC_EARLY_DEBUG is not set | 1243 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1159 | 1244 | ||
| 1160 | # | 1245 | # |
| @@ -1164,51 +1249,86 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
| 1164 | # CONFIG_SECURITY is not set | 1249 | # CONFIG_SECURITY is not set |
| 1165 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1250 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 1166 | CONFIG_CRYPTO=y | 1251 | CONFIG_CRYPTO=y |
| 1252 | |||
| 1253 | # | ||
| 1254 | # Crypto core or helper | ||
| 1255 | # | ||
| 1167 | CONFIG_CRYPTO_ALGAPI=y | 1256 | CONFIG_CRYPTO_ALGAPI=y |
| 1168 | CONFIG_CRYPTO_BLKCIPHER=y | 1257 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1169 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1170 | CONFIG_CRYPTO_MANAGER=y | 1258 | CONFIG_CRYPTO_MANAGER=y |
| 1259 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1260 | # CONFIG_CRYPTO_NULL is not set | ||
| 1261 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1262 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1263 | # CONFIG_CRYPTO_TEST is not set | ||
| 1264 | |||
| 1265 | # | ||
| 1266 | # Authenticated Encryption with Associated Data | ||
| 1267 | # | ||
| 1268 | # CONFIG_CRYPTO_CCM is not set | ||
| 1269 | # CONFIG_CRYPTO_GCM is not set | ||
| 1270 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1271 | |||
| 1272 | # | ||
| 1273 | # Block modes | ||
| 1274 | # | ||
| 1275 | CONFIG_CRYPTO_CBC=y | ||
| 1276 | # CONFIG_CRYPTO_CTR is not set | ||
| 1277 | # CONFIG_CRYPTO_CTS is not set | ||
| 1278 | CONFIG_CRYPTO_ECB=m | ||
| 1279 | # CONFIG_CRYPTO_LRW is not set | ||
| 1280 | CONFIG_CRYPTO_PCBC=m | ||
| 1281 | # CONFIG_CRYPTO_XTS is not set | ||
| 1282 | |||
| 1283 | # | ||
| 1284 | # Hash modes | ||
| 1285 | # | ||
| 1171 | # CONFIG_CRYPTO_HMAC is not set | 1286 | # CONFIG_CRYPTO_HMAC is not set |
| 1172 | # CONFIG_CRYPTO_XCBC is not set | 1287 | # CONFIG_CRYPTO_XCBC is not set |
| 1173 | # CONFIG_CRYPTO_NULL is not set | 1288 | |
| 1289 | # | ||
| 1290 | # Digest | ||
| 1291 | # | ||
| 1292 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1174 | # CONFIG_CRYPTO_MD4 is not set | 1293 | # CONFIG_CRYPTO_MD4 is not set |
| 1175 | CONFIG_CRYPTO_MD5=y | 1294 | CONFIG_CRYPTO_MD5=y |
| 1295 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1296 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1297 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1298 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1299 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1176 | # CONFIG_CRYPTO_SHA1 is not set | 1300 | # CONFIG_CRYPTO_SHA1 is not set |
| 1177 | # CONFIG_CRYPTO_SHA256 is not set | 1301 | # CONFIG_CRYPTO_SHA256 is not set |
| 1178 | # CONFIG_CRYPTO_SHA512 is not set | 1302 | # CONFIG_CRYPTO_SHA512 is not set |
| 1179 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1180 | # CONFIG_CRYPTO_TGR192 is not set | 1303 | # CONFIG_CRYPTO_TGR192 is not set |
| 1181 | # CONFIG_CRYPTO_GF128MUL is not set | 1304 | # CONFIG_CRYPTO_WP512 is not set |
| 1182 | CONFIG_CRYPTO_ECB=m | 1305 | |
| 1183 | CONFIG_CRYPTO_CBC=y | 1306 | # |
| 1184 | CONFIG_CRYPTO_PCBC=m | 1307 | # Ciphers |
| 1185 | # CONFIG_CRYPTO_LRW is not set | 1308 | # |
| 1186 | # CONFIG_CRYPTO_XTS is not set | ||
| 1187 | # CONFIG_CRYPTO_CTR is not set | ||
| 1188 | # CONFIG_CRYPTO_GCM is not set | ||
| 1189 | # CONFIG_CRYPTO_CCM is not set | ||
| 1190 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1191 | CONFIG_CRYPTO_DES=y | ||
| 1192 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 1193 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1194 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1195 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1196 | # CONFIG_CRYPTO_AES is not set | 1309 | # CONFIG_CRYPTO_AES is not set |
| 1310 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1311 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1312 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1313 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1197 | # CONFIG_CRYPTO_CAST5 is not set | 1314 | # CONFIG_CRYPTO_CAST5 is not set |
| 1198 | # CONFIG_CRYPTO_CAST6 is not set | 1315 | # CONFIG_CRYPTO_CAST6 is not set |
| 1199 | # CONFIG_CRYPTO_TEA is not set | 1316 | CONFIG_CRYPTO_DES=y |
| 1200 | # CONFIG_CRYPTO_ARC4 is not set | 1317 | # CONFIG_CRYPTO_FCRYPT is not set |
| 1201 | # CONFIG_CRYPTO_KHAZAD is not set | 1318 | # CONFIG_CRYPTO_KHAZAD is not set |
| 1202 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1203 | # CONFIG_CRYPTO_SEED is not set | ||
| 1204 | # CONFIG_CRYPTO_SALSA20 is not set | 1319 | # CONFIG_CRYPTO_SALSA20 is not set |
| 1320 | # CONFIG_CRYPTO_SEED is not set | ||
| 1321 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1322 | # CONFIG_CRYPTO_TEA is not set | ||
| 1323 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1324 | |||
| 1325 | # | ||
| 1326 | # Compression | ||
| 1327 | # | ||
| 1205 | # CONFIG_CRYPTO_DEFLATE is not set | 1328 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1206 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1207 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1208 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1209 | # CONFIG_CRYPTO_TEST is not set | ||
| 1210 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1211 | # CONFIG_CRYPTO_LZO is not set | 1329 | # CONFIG_CRYPTO_LZO is not set |
| 1212 | CONFIG_CRYPTO_HW=y | 1330 | CONFIG_CRYPTO_HW=y |
| 1213 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1331 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1332 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1214 | # CONFIG_PPC_CLOCK is not set | 1333 | # CONFIG_PPC_CLOCK is not set |
| 1334 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig index 5428f9f5ed85..2028337868b4 100644 --- a/arch/powerpc/configs/83xx/mpc8313_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc8313_rdb_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:21 2008 | 4 | # Thu Aug 21 00:52:17 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | CONFIG_MPC831x_RDB=y | 176 | CONFIG_MPC831x_RDB=y |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC831x=y | 187 | CONFIG_PPC_MPC831x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| 185 | # | 209 | # |
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -260,10 +290,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 260 | CONFIG_KERNEL_START=0xc0000000 | 290 | CONFIG_KERNEL_START=0xc0000000 |
| 261 | CONFIG_PHYSICAL_START=0x00000000 | 291 | CONFIG_PHYSICAL_START=0x00000000 |
| 262 | CONFIG_TASK_SIZE=0xc0000000 | 292 | CONFIG_TASK_SIZE=0xc0000000 |
| 263 | |||
| 264 | # | ||
| 265 | # Networking | ||
| 266 | # | ||
| 267 | CONFIG_NET=y | 293 | CONFIG_NET=y |
| 268 | 294 | ||
| 269 | # | 295 | # |
| @@ -452,9 +478,11 @@ CONFIG_MTD_NAND_FSL_ELBC=y | |||
| 452 | # CONFIG_MTD_UBI is not set | 478 | # CONFIG_MTD_UBI is not set |
| 453 | CONFIG_OF_DEVICE=y | 479 | CONFIG_OF_DEVICE=y |
| 454 | CONFIG_OF_I2C=y | 480 | CONFIG_OF_I2C=y |
| 481 | CONFIG_OF_SPI=y | ||
| 455 | # CONFIG_PARPORT is not set | 482 | # CONFIG_PARPORT is not set |
| 456 | CONFIG_BLK_DEV=y | 483 | CONFIG_BLK_DEV=y |
| 457 | # CONFIG_BLK_DEV_FD is not set | 484 | # CONFIG_BLK_DEV_FD is not set |
| 485 | # CONFIG_MAC_FLOPPY is not set | ||
| 458 | # CONFIG_BLK_CPQ_DA is not set | 486 | # CONFIG_BLK_CPQ_DA is not set |
| 459 | # CONFIG_BLK_CPQ_CISS_DA is not set | 487 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 460 | # CONFIG_BLK_DEV_DAC960 is not set | 488 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -471,12 +499,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 471 | # CONFIG_BLK_DEV_XIP is not set | 499 | # CONFIG_BLK_DEV_XIP is not set |
| 472 | # CONFIG_CDROM_PKTCDVD is not set | 500 | # CONFIG_CDROM_PKTCDVD is not set |
| 473 | # CONFIG_ATA_OVER_ETH is not set | 501 | # CONFIG_ATA_OVER_ETH is not set |
| 502 | # CONFIG_BLK_DEV_HD is not set | ||
| 474 | CONFIG_MISC_DEVICES=y | 503 | CONFIG_MISC_DEVICES=y |
| 475 | # CONFIG_PHANTOM is not set | 504 | # CONFIG_PHANTOM is not set |
| 476 | # CONFIG_EEPROM_93CX6 is not set | 505 | # CONFIG_EEPROM_93CX6 is not set |
| 477 | # CONFIG_SGI_IOC4 is not set | 506 | # CONFIG_SGI_IOC4 is not set |
| 478 | # CONFIG_TIFM_CORE is not set | 507 | # CONFIG_TIFM_CORE is not set |
| 479 | # CONFIG_ENCLOSURE_SERVICES is not set | 508 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 509 | # CONFIG_HP_ILO is not set | ||
| 480 | CONFIG_HAVE_IDE=y | 510 | CONFIG_HAVE_IDE=y |
| 481 | # CONFIG_IDE is not set | 511 | # CONFIG_IDE is not set |
| 482 | 512 | ||
| @@ -553,7 +583,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 553 | # CONFIG_SCSI_DC390T is not set | 583 | # CONFIG_SCSI_DC390T is not set |
| 554 | # CONFIG_SCSI_NSP32 is not set | 584 | # CONFIG_SCSI_NSP32 is not set |
| 555 | # CONFIG_SCSI_DEBUG is not set | 585 | # CONFIG_SCSI_DEBUG is not set |
| 586 | # CONFIG_SCSI_MESH is not set | ||
| 587 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 556 | # CONFIG_SCSI_SRP is not set | 588 | # CONFIG_SCSI_SRP is not set |
| 589 | # CONFIG_SCSI_DH is not set | ||
| 557 | # CONFIG_ATA is not set | 590 | # CONFIG_ATA is not set |
| 558 | CONFIG_MD=y | 591 | CONFIG_MD=y |
| 559 | CONFIG_BLK_DEV_MD=y | 592 | CONFIG_BLK_DEV_MD=y |
| @@ -570,12 +603,15 @@ CONFIG_MD_RAID1=y | |||
| 570 | # | 603 | # |
| 571 | # IEEE 1394 (FireWire) support | 604 | # IEEE 1394 (FireWire) support |
| 572 | # | 605 | # |
| 606 | |||
| 607 | # | ||
| 608 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 609 | # | ||
| 573 | # CONFIG_FIREWIRE is not set | 610 | # CONFIG_FIREWIRE is not set |
| 574 | # CONFIG_IEEE1394 is not set | 611 | # CONFIG_IEEE1394 is not set |
| 575 | # CONFIG_I2O is not set | 612 | # CONFIG_I2O is not set |
| 576 | # CONFIG_MACINTOSH_DRIVERS is not set | 613 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 577 | CONFIG_NETDEVICES=y | 614 | CONFIG_NETDEVICES=y |
| 578 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 579 | # CONFIG_DUMMY is not set | 615 | # CONFIG_DUMMY is not set |
| 580 | # CONFIG_BONDING is not set | 616 | # CONFIG_BONDING is not set |
| 581 | # CONFIG_MACVLAN is not set | 617 | # CONFIG_MACVLAN is not set |
| @@ -602,6 +638,8 @@ CONFIG_CICADA_PHY=y | |||
| 602 | # CONFIG_MDIO_BITBANG is not set | 638 | # CONFIG_MDIO_BITBANG is not set |
| 603 | CONFIG_NET_ETHERNET=y | 639 | CONFIG_NET_ETHERNET=y |
| 604 | CONFIG_MII=y | 640 | CONFIG_MII=y |
| 641 | # CONFIG_MACE is not set | ||
| 642 | # CONFIG_BMAC is not set | ||
| 605 | # CONFIG_HAPPYMEAL is not set | 643 | # CONFIG_HAPPYMEAL is not set |
| 606 | # CONFIG_SUNGEM is not set | 644 | # CONFIG_SUNGEM is not set |
| 607 | # CONFIG_CASSINI is not set | 645 | # CONFIG_CASSINI is not set |
| @@ -638,7 +676,6 @@ CONFIG_NETDEV_1000=y | |||
| 638 | # CONFIG_DL2K is not set | 676 | # CONFIG_DL2K is not set |
| 639 | # CONFIG_E1000 is not set | 677 | # CONFIG_E1000 is not set |
| 640 | # CONFIG_E1000E is not set | 678 | # CONFIG_E1000E is not set |
| 641 | # CONFIG_E1000E_ENABLED is not set | ||
| 642 | # CONFIG_IP1000 is not set | 679 | # CONFIG_IP1000 is not set |
| 643 | # CONFIG_IGB is not set | 680 | # CONFIG_IGB is not set |
| 644 | # CONFIG_NS83820 is not set | 681 | # CONFIG_NS83820 is not set |
| @@ -652,9 +689,10 @@ CONFIG_NETDEV_1000=y | |||
| 652 | # CONFIG_TIGON3 is not set | 689 | # CONFIG_TIGON3 is not set |
| 653 | # CONFIG_BNX2 is not set | 690 | # CONFIG_BNX2 is not set |
| 654 | CONFIG_GIANFAR=y | 691 | CONFIG_GIANFAR=y |
| 655 | CONFIG_GFAR_NAPI=y | 692 | # CONFIG_MV643XX_ETH is not set |
| 656 | # CONFIG_QLA3XXX is not set | 693 | # CONFIG_QLA3XXX is not set |
| 657 | # CONFIG_ATL1 is not set | 694 | # CONFIG_ATL1 is not set |
| 695 | # CONFIG_ATL1E is not set | ||
| 658 | CONFIG_NETDEV_10000=y | 696 | CONFIG_NETDEV_10000=y |
| 659 | # CONFIG_CHELSIO_T1 is not set | 697 | # CONFIG_CHELSIO_T1 is not set |
| 660 | # CONFIG_CHELSIO_T3 is not set | 698 | # CONFIG_CHELSIO_T3 is not set |
| @@ -752,11 +790,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 752 | # CONFIG_SERIAL_UARTLITE is not set | 790 | # CONFIG_SERIAL_UARTLITE is not set |
| 753 | CONFIG_SERIAL_CORE=y | 791 | CONFIG_SERIAL_CORE=y |
| 754 | CONFIG_SERIAL_CORE_CONSOLE=y | 792 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 793 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 755 | # CONFIG_SERIAL_JSM is not set | 794 | # CONFIG_SERIAL_JSM is not set |
| 756 | # CONFIG_SERIAL_OF_PLATFORM is not set | 795 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 757 | CONFIG_UNIX98_PTYS=y | 796 | CONFIG_UNIX98_PTYS=y |
| 758 | CONFIG_LEGACY_PTYS=y | 797 | CONFIG_LEGACY_PTYS=y |
| 759 | CONFIG_LEGACY_PTY_COUNT=256 | 798 | CONFIG_LEGACY_PTY_COUNT=256 |
| 799 | # CONFIG_BRIQ_PANEL is not set | ||
| 800 | # CONFIG_HVC_RTAS is not set | ||
| 760 | # CONFIG_IPMI_HANDLER is not set | 801 | # CONFIG_IPMI_HANDLER is not set |
| 761 | CONFIG_HW_RANDOM=y | 802 | CONFIG_HW_RANDOM=y |
| 762 | # CONFIG_NVRAM is not set | 803 | # CONFIG_NVRAM is not set |
| @@ -768,43 +809,70 @@ CONFIG_DEVPORT=y | |||
| 768 | CONFIG_I2C=y | 809 | CONFIG_I2C=y |
| 769 | CONFIG_I2C_BOARDINFO=y | 810 | CONFIG_I2C_BOARDINFO=y |
| 770 | CONFIG_I2C_CHARDEV=y | 811 | CONFIG_I2C_CHARDEV=y |
| 812 | CONFIG_I2C_HELPER_AUTO=y | ||
| 771 | 813 | ||
| 772 | # | 814 | # |
| 773 | # I2C Hardware Bus support | 815 | # I2C Hardware Bus support |
| 774 | # | 816 | # |
| 817 | |||
| 818 | # | ||
| 819 | # PC SMBus host controller drivers | ||
| 820 | # | ||
| 775 | # CONFIG_I2C_ALI1535 is not set | 821 | # CONFIG_I2C_ALI1535 is not set |
| 776 | # CONFIG_I2C_ALI1563 is not set | 822 | # CONFIG_I2C_ALI1563 is not set |
| 777 | # CONFIG_I2C_ALI15X3 is not set | 823 | # CONFIG_I2C_ALI15X3 is not set |
| 778 | # CONFIG_I2C_AMD756 is not set | 824 | # CONFIG_I2C_AMD756 is not set |
| 779 | # CONFIG_I2C_AMD8111 is not set | 825 | # CONFIG_I2C_AMD8111 is not set |
| 780 | # CONFIG_I2C_I801 is not set | 826 | # CONFIG_I2C_I801 is not set |
| 781 | # CONFIG_I2C_I810 is not set | 827 | # CONFIG_I2C_ISCH is not set |
| 782 | # CONFIG_I2C_PIIX4 is not set | 828 | # CONFIG_I2C_PIIX4 is not set |
| 783 | CONFIG_I2C_MPC=y | ||
| 784 | # CONFIG_I2C_NFORCE2 is not set | 829 | # CONFIG_I2C_NFORCE2 is not set |
| 785 | # CONFIG_I2C_OCORES is not set | ||
| 786 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 787 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 788 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 789 | # CONFIG_I2C_SIMTEC is not set | ||
| 790 | # CONFIG_I2C_SIS5595 is not set | 830 | # CONFIG_I2C_SIS5595 is not set |
| 791 | # CONFIG_I2C_SIS630 is not set | 831 | # CONFIG_I2C_SIS630 is not set |
| 792 | # CONFIG_I2C_SIS96X is not set | 832 | # CONFIG_I2C_SIS96X is not set |
| 793 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 794 | # CONFIG_I2C_STUB is not set | ||
| 795 | # CONFIG_I2C_TINY_USB is not set | ||
| 796 | # CONFIG_I2C_VIA is not set | 833 | # CONFIG_I2C_VIA is not set |
| 797 | # CONFIG_I2C_VIAPRO is not set | 834 | # CONFIG_I2C_VIAPRO is not set |
| 835 | |||
| 836 | # | ||
| 837 | # Mac SMBus host controller drivers | ||
| 838 | # | ||
| 839 | # CONFIG_I2C_HYDRA is not set | ||
| 840 | CONFIG_I2C_POWERMAC=y | ||
| 841 | |||
| 842 | # | ||
| 843 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 844 | # | ||
| 845 | CONFIG_I2C_MPC=y | ||
| 846 | # CONFIG_I2C_OCORES is not set | ||
| 847 | # CONFIG_I2C_SIMTEC is not set | ||
| 848 | |||
| 849 | # | ||
| 850 | # External I2C/SMBus adapter drivers | ||
| 851 | # | ||
| 852 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 853 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 854 | # CONFIG_I2C_TINY_USB is not set | ||
| 855 | |||
| 856 | # | ||
| 857 | # Graphics adapter I2C/DDC channel drivers | ||
| 858 | # | ||
| 798 | # CONFIG_I2C_VOODOO3 is not set | 859 | # CONFIG_I2C_VOODOO3 is not set |
| 860 | |||
| 861 | # | ||
| 862 | # Other I2C/SMBus bus drivers | ||
| 863 | # | ||
| 799 | # CONFIG_I2C_PCA_PLATFORM is not set | 864 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 865 | # CONFIG_I2C_STUB is not set | ||
| 800 | 866 | ||
| 801 | # | 867 | # |
| 802 | # Miscellaneous I2C Chip support | 868 | # Miscellaneous I2C Chip support |
| 803 | # | 869 | # |
| 804 | # CONFIG_DS1682 is not set | 870 | # CONFIG_DS1682 is not set |
| 871 | # CONFIG_AT24 is not set | ||
| 805 | # CONFIG_SENSORS_EEPROM is not set | 872 | # CONFIG_SENSORS_EEPROM is not set |
| 806 | # CONFIG_SENSORS_PCF8574 is not set | 873 | # CONFIG_SENSORS_PCF8574 is not set |
| 807 | # CONFIG_PCF8575 is not set | 874 | # CONFIG_PCF8575 is not set |
| 875 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 808 | # CONFIG_SENSORS_PCF8591 is not set | 876 | # CONFIG_SENSORS_PCF8591 is not set |
| 809 | # CONFIG_SENSORS_MAX6875 is not set | 877 | # CONFIG_SENSORS_MAX6875 is not set |
| 810 | # CONFIG_SENSORS_TSL2550 is not set | 878 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -828,11 +896,15 @@ CONFIG_SPI_MPC83xx=y | |||
| 828 | # CONFIG_SPI_AT25 is not set | 896 | # CONFIG_SPI_AT25 is not set |
| 829 | # CONFIG_SPI_SPIDEV is not set | 897 | # CONFIG_SPI_SPIDEV is not set |
| 830 | # CONFIG_SPI_TLE62X0 is not set | 898 | # CONFIG_SPI_TLE62X0 is not set |
| 899 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 900 | # CONFIG_GPIOLIB is not set | ||
| 831 | # CONFIG_W1 is not set | 901 | # CONFIG_W1 is not set |
| 832 | # CONFIG_POWER_SUPPLY is not set | 902 | # CONFIG_POWER_SUPPLY is not set |
| 833 | CONFIG_HWMON=y | 903 | CONFIG_HWMON=y |
| 834 | # CONFIG_HWMON_VID is not set | 904 | # CONFIG_HWMON_VID is not set |
| 905 | # CONFIG_SENSORS_AD7414 is not set | ||
| 835 | # CONFIG_SENSORS_AD7418 is not set | 906 | # CONFIG_SENSORS_AD7418 is not set |
| 907 | # CONFIG_SENSORS_ADCXX is not set | ||
| 836 | # CONFIG_SENSORS_ADM1021 is not set | 908 | # CONFIG_SENSORS_ADM1021 is not set |
| 837 | # CONFIG_SENSORS_ADM1025 is not set | 909 | # CONFIG_SENSORS_ADM1025 is not set |
| 838 | # CONFIG_SENSORS_ADM1026 is not set | 910 | # CONFIG_SENSORS_ADM1026 is not set |
| @@ -841,6 +913,7 @@ CONFIG_HWMON=y | |||
| 841 | # CONFIG_SENSORS_ADM9240 is not set | 913 | # CONFIG_SENSORS_ADM9240 is not set |
| 842 | # CONFIG_SENSORS_ADT7470 is not set | 914 | # CONFIG_SENSORS_ADT7470 is not set |
| 843 | # CONFIG_SENSORS_ADT7473 is not set | 915 | # CONFIG_SENSORS_ADT7473 is not set |
| 916 | # CONFIG_SENSORS_AMS is not set | ||
| 844 | # CONFIG_SENSORS_ATXP1 is not set | 917 | # CONFIG_SENSORS_ATXP1 is not set |
| 845 | # CONFIG_SENSORS_DS1621 is not set | 918 | # CONFIG_SENSORS_DS1621 is not set |
| 846 | # CONFIG_SENSORS_I5K_AMB is not set | 919 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -886,6 +959,7 @@ CONFIG_HWMON=y | |||
| 886 | # CONFIG_SENSORS_W83627EHF is not set | 959 | # CONFIG_SENSORS_W83627EHF is not set |
| 887 | # CONFIG_HWMON_DEBUG_CHIP is not set | 960 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 888 | # CONFIG_THERMAL is not set | 961 | # CONFIG_THERMAL is not set |
| 962 | # CONFIG_THERMAL_HWMON is not set | ||
| 889 | CONFIG_WATCHDOG=y | 963 | CONFIG_WATCHDOG=y |
| 890 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 964 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 891 | 965 | ||
| @@ -893,7 +967,9 @@ CONFIG_WATCHDOG=y | |||
| 893 | # Watchdog Device Drivers | 967 | # Watchdog Device Drivers |
| 894 | # | 968 | # |
| 895 | # CONFIG_SOFT_WATCHDOG is not set | 969 | # CONFIG_SOFT_WATCHDOG is not set |
| 896 | CONFIG_83xx_WDT=y | 970 | # CONFIG_ALIM7101_WDT is not set |
| 971 | # CONFIG_8xxx_WDT is not set | ||
| 972 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 897 | 973 | ||
| 898 | # | 974 | # |
| 899 | # PCI-based Watchdog Cards | 975 | # PCI-based Watchdog Cards |
| @@ -915,8 +991,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 915 | # | 991 | # |
| 916 | # Multifunction device drivers | 992 | # Multifunction device drivers |
| 917 | # | 993 | # |
| 994 | # CONFIG_MFD_CORE is not set | ||
| 918 | # CONFIG_MFD_SM501 is not set | 995 | # CONFIG_MFD_SM501 is not set |
| 919 | # CONFIG_HTC_PASIC3 is not set | 996 | # CONFIG_HTC_PASIC3 is not set |
| 997 | # CONFIG_MFD_TMIO is not set | ||
| 920 | 998 | ||
| 921 | # | 999 | # |
| 922 | # Multimedia devices | 1000 | # Multimedia devices |
| @@ -949,10 +1027,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 949 | # Display device support | 1027 | # Display device support |
| 950 | # | 1028 | # |
| 951 | # CONFIG_DISPLAY_SUPPORT is not set | 1029 | # CONFIG_DISPLAY_SUPPORT is not set |
| 952 | |||
| 953 | # | ||
| 954 | # Sound | ||
| 955 | # | ||
| 956 | # CONFIG_SOUND is not set | 1030 | # CONFIG_SOUND is not set |
| 957 | CONFIG_HID_SUPPORT=y | 1031 | CONFIG_HID_SUPPORT=y |
| 958 | CONFIG_HID=y | 1032 | CONFIG_HID=y |
| @@ -986,6 +1060,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 986 | # CONFIG_USB_OTG is not set | 1060 | # CONFIG_USB_OTG is not set |
| 987 | # CONFIG_USB_OTG_WHITELIST is not set | 1061 | # CONFIG_USB_OTG_WHITELIST is not set |
| 988 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1062 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1063 | CONFIG_USB_MON=y | ||
| 989 | 1064 | ||
| 990 | # | 1065 | # |
| 991 | # USB Host Controller Drivers | 1066 | # USB Host Controller Drivers |
| @@ -1009,6 +1084,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 1009 | CONFIG_USB_UHCI_HCD=y | 1084 | CONFIG_USB_UHCI_HCD=y |
| 1010 | # CONFIG_USB_SL811_HCD is not set | 1085 | # CONFIG_USB_SL811_HCD is not set |
| 1011 | # CONFIG_USB_R8A66597_HCD is not set | 1086 | # CONFIG_USB_R8A66597_HCD is not set |
| 1087 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
| 1012 | 1088 | ||
| 1013 | # | 1089 | # |
| 1014 | # USB Device Class drivers | 1090 | # USB Device Class drivers |
| @@ -1037,6 +1113,7 @@ CONFIG_USB_STORAGE=y | |||
| 1037 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1113 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1038 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1114 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1039 | # CONFIG_USB_STORAGE_KARMA is not set | 1115 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1116 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1040 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1117 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1041 | # CONFIG_USB_LIBUSUAL is not set | 1118 | # CONFIG_USB_LIBUSUAL is not set |
| 1042 | 1119 | ||
| @@ -1045,7 +1122,6 @@ CONFIG_USB_STORAGE=y | |||
| 1045 | # | 1122 | # |
| 1046 | # CONFIG_USB_MDC800 is not set | 1123 | # CONFIG_USB_MDC800 is not set |
| 1047 | # CONFIG_USB_MICROTEK is not set | 1124 | # CONFIG_USB_MICROTEK is not set |
| 1048 | CONFIG_USB_MON=y | ||
| 1049 | 1125 | ||
| 1050 | # | 1126 | # |
| 1051 | # USB port drivers | 1127 | # USB port drivers |
| @@ -1058,7 +1134,6 @@ CONFIG_USB_MON=y | |||
| 1058 | # CONFIG_USB_EMI62 is not set | 1134 | # CONFIG_USB_EMI62 is not set |
| 1059 | # CONFIG_USB_EMI26 is not set | 1135 | # CONFIG_USB_EMI26 is not set |
| 1060 | # CONFIG_USB_ADUTUX is not set | 1136 | # CONFIG_USB_ADUTUX is not set |
| 1061 | # CONFIG_USB_AUERSWALD is not set | ||
| 1062 | # CONFIG_USB_RIO500 is not set | 1137 | # CONFIG_USB_RIO500 is not set |
| 1063 | # CONFIG_USB_LEGOTOWER is not set | 1138 | # CONFIG_USB_LEGOTOWER is not set |
| 1064 | # CONFIG_USB_LCD is not set | 1139 | # CONFIG_USB_LCD is not set |
| @@ -1085,7 +1160,7 @@ CONFIG_USB_GADGET_SELECTED=y | |||
| 1085 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 1160 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
| 1086 | CONFIG_USB_GADGET_NET2280=y | 1161 | CONFIG_USB_GADGET_NET2280=y |
| 1087 | CONFIG_USB_NET2280=y | 1162 | CONFIG_USB_NET2280=y |
| 1088 | # CONFIG_USB_GADGET_PXA2XX is not set | 1163 | # CONFIG_USB_GADGET_PXA25X is not set |
| 1089 | # CONFIG_USB_GADGET_M66592 is not set | 1164 | # CONFIG_USB_GADGET_M66592 is not set |
| 1090 | # CONFIG_USB_GADGET_PXA27X is not set | 1165 | # CONFIG_USB_GADGET_PXA27X is not set |
| 1091 | # CONFIG_USB_GADGET_GOKU is not set | 1166 | # CONFIG_USB_GADGET_GOKU is not set |
| @@ -1103,6 +1178,7 @@ CONFIG_USB_ETH_RNDIS=y | |||
| 1103 | # CONFIG_USB_G_SERIAL is not set | 1178 | # CONFIG_USB_G_SERIAL is not set |
| 1104 | # CONFIG_USB_MIDI_GADGET is not set | 1179 | # CONFIG_USB_MIDI_GADGET is not set |
| 1105 | # CONFIG_USB_G_PRINTER is not set | 1180 | # CONFIG_USB_G_PRINTER is not set |
| 1181 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
| 1106 | # CONFIG_MMC is not set | 1182 | # CONFIG_MMC is not set |
| 1107 | # CONFIG_MEMSTICK is not set | 1183 | # CONFIG_MEMSTICK is not set |
| 1108 | # CONFIG_NEW_LEDS is not set | 1184 | # CONFIG_NEW_LEDS is not set |
| @@ -1138,10 +1214,13 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 1138 | # CONFIG_RTC_DRV_PCF8583 is not set | 1214 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1139 | # CONFIG_RTC_DRV_M41T80 is not set | 1215 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1140 | # CONFIG_RTC_DRV_S35390A is not set | 1216 | # CONFIG_RTC_DRV_S35390A is not set |
| 1217 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1141 | 1218 | ||
| 1142 | # | 1219 | # |
| 1143 | # SPI RTC drivers | 1220 | # SPI RTC drivers |
| 1144 | # | 1221 | # |
| 1222 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1223 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 1145 | # CONFIG_RTC_DRV_MAX6902 is not set | 1224 | # CONFIG_RTC_DRV_MAX6902 is not set |
| 1146 | # CONFIG_RTC_DRV_R9701 is not set | 1225 | # CONFIG_RTC_DRV_R9701 is not set |
| 1147 | # CONFIG_RTC_DRV_RS5C348 is not set | 1226 | # CONFIG_RTC_DRV_RS5C348 is not set |
| @@ -1240,6 +1319,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 1240 | # CONFIG_CRAMFS is not set | 1319 | # CONFIG_CRAMFS is not set |
| 1241 | # CONFIG_VXFS_FS is not set | 1320 | # CONFIG_VXFS_FS is not set |
| 1242 | # CONFIG_MINIX_FS is not set | 1321 | # CONFIG_MINIX_FS is not set |
| 1322 | # CONFIG_OMFS_FS is not set | ||
| 1243 | # CONFIG_HPFS_FS is not set | 1323 | # CONFIG_HPFS_FS is not set |
| 1244 | # CONFIG_QNX4FS_FS is not set | 1324 | # CONFIG_QNX4FS_FS is not set |
| 1245 | # CONFIG_ROMFS_FS is not set | 1325 | # CONFIG_ROMFS_FS is not set |
| @@ -1250,14 +1330,13 @@ CONFIG_NFS_FS=y | |||
| 1250 | CONFIG_NFS_V3=y | 1330 | CONFIG_NFS_V3=y |
| 1251 | # CONFIG_NFS_V3_ACL is not set | 1331 | # CONFIG_NFS_V3_ACL is not set |
| 1252 | CONFIG_NFS_V4=y | 1332 | CONFIG_NFS_V4=y |
| 1253 | # CONFIG_NFSD is not set | ||
| 1254 | CONFIG_ROOT_NFS=y | 1333 | CONFIG_ROOT_NFS=y |
| 1334 | # CONFIG_NFSD is not set | ||
| 1255 | CONFIG_LOCKD=y | 1335 | CONFIG_LOCKD=y |
| 1256 | CONFIG_LOCKD_V4=y | 1336 | CONFIG_LOCKD_V4=y |
| 1257 | CONFIG_NFS_COMMON=y | 1337 | CONFIG_NFS_COMMON=y |
| 1258 | CONFIG_SUNRPC=y | 1338 | CONFIG_SUNRPC=y |
| 1259 | CONFIG_SUNRPC_GSS=y | 1339 | CONFIG_SUNRPC_GSS=y |
| 1260 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1261 | CONFIG_RPCSEC_GSS_KRB5=y | 1340 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1262 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1341 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1263 | # CONFIG_SMB_FS is not set | 1342 | # CONFIG_SMB_FS is not set |
| @@ -1297,6 +1376,7 @@ CONFIG_BITREVERSE=y | |||
| 1297 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1376 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1298 | # CONFIG_CRC_CCITT is not set | 1377 | # CONFIG_CRC_CCITT is not set |
| 1299 | # CONFIG_CRC16 is not set | 1378 | # CONFIG_CRC16 is not set |
| 1379 | # CONFIG_CRC_T10DIF is not set | ||
| 1300 | # CONFIG_CRC_ITU_T is not set | 1380 | # CONFIG_CRC_ITU_T is not set |
| 1301 | CONFIG_CRC32=y | 1381 | CONFIG_CRC32=y |
| 1302 | # CONFIG_CRC7 is not set | 1382 | # CONFIG_CRC7 is not set |
| @@ -1323,6 +1403,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1323 | CONFIG_DEBUG_KERNEL=y | 1403 | CONFIG_DEBUG_KERNEL=y |
| 1324 | # CONFIG_DEBUG_SHIRQ is not set | 1404 | # CONFIG_DEBUG_SHIRQ is not set |
| 1325 | CONFIG_DETECT_SOFTLOCKUP=y | 1405 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1406 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1407 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1326 | CONFIG_SCHED_DEBUG=y | 1408 | CONFIG_SCHED_DEBUG=y |
| 1327 | # CONFIG_SCHEDSTATS is not set | 1409 | # CONFIG_SCHEDSTATS is not set |
| 1328 | # CONFIG_TIMER_STATS is not set | 1410 | # CONFIG_TIMER_STATS is not set |
| @@ -1340,19 +1422,32 @@ CONFIG_SCHED_DEBUG=y | |||
| 1340 | # CONFIG_DEBUG_INFO is not set | 1422 | # CONFIG_DEBUG_INFO is not set |
| 1341 | # CONFIG_DEBUG_VM is not set | 1423 | # CONFIG_DEBUG_VM is not set |
| 1342 | # CONFIG_DEBUG_WRITECOUNT is not set | 1424 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1425 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1343 | # CONFIG_DEBUG_LIST is not set | 1426 | # CONFIG_DEBUG_LIST is not set |
| 1344 | # CONFIG_DEBUG_SG is not set | 1427 | # CONFIG_DEBUG_SG is not set |
| 1345 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1428 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1346 | # CONFIG_RCU_TORTURE_TEST is not set | 1429 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1347 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1430 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1348 | # CONFIG_FAULT_INJECTION is not set | 1431 | # CONFIG_FAULT_INJECTION is not set |
| 1432 | # CONFIG_LATENCYTOP is not set | ||
| 1433 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1434 | CONFIG_HAVE_FTRACE=y | ||
| 1435 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1436 | # CONFIG_FTRACE is not set | ||
| 1437 | # CONFIG_SCHED_TRACER is not set | ||
| 1438 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1349 | # CONFIG_SAMPLES is not set | 1439 | # CONFIG_SAMPLES is not set |
| 1440 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1441 | # CONFIG_KGDB is not set | ||
| 1350 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1442 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1351 | # CONFIG_DEBUG_STACK_USAGE is not set | 1443 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1352 | # CONFIG_DEBUG_PAGEALLOC is not set | 1444 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1353 | # CONFIG_DEBUGGER is not set | 1445 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1446 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1447 | # CONFIG_XMON is not set | ||
| 1354 | # CONFIG_IRQSTACKS is not set | 1448 | # CONFIG_IRQSTACKS is not set |
| 1355 | # CONFIG_BDI_SWITCH is not set | 1449 | # CONFIG_BDI_SWITCH is not set |
| 1450 | # CONFIG_BOOTX_TEXT is not set | ||
| 1356 | # CONFIG_PPC_EARLY_DEBUG is not set | 1451 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1357 | 1452 | ||
| 1358 | # | 1453 | # |
| @@ -1406,6 +1501,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1406 | # CONFIG_CRYPTO_MD4 is not set | 1501 | # CONFIG_CRYPTO_MD4 is not set |
| 1407 | CONFIG_CRYPTO_MD5=y | 1502 | CONFIG_CRYPTO_MD5=y |
| 1408 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1503 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1504 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1505 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1506 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1507 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1409 | # CONFIG_CRYPTO_SHA1 is not set | 1508 | # CONFIG_CRYPTO_SHA1 is not set |
| 1410 | # CONFIG_CRYPTO_SHA256 is not set | 1509 | # CONFIG_CRYPTO_SHA256 is not set |
| 1411 | # CONFIG_CRYPTO_SHA512 is not set | 1510 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1438,5 +1537,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1438 | # CONFIG_CRYPTO_LZO is not set | 1537 | # CONFIG_CRYPTO_LZO is not set |
| 1439 | CONFIG_CRYPTO_HW=y | 1538 | CONFIG_CRYPTO_HW=y |
| 1440 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1539 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1540 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1441 | # CONFIG_PPC_CLOCK is not set | 1541 | # CONFIG_PPC_CLOCK is not set |
| 1442 | # CONFIG_VIRTUALIZATION is not set | 1542 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig b/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig index 9bc3a03ae264..dd80eb0a87a1 100644 --- a/arch/powerpc/configs/83xx/mpc8315_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc8315_rdb_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:21 2008 | 4 | # Thu Aug 21 00:52:18 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | CONFIG_MPC831x_RDB=y | 176 | CONFIG_MPC831x_RDB=y |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC831x=y | 187 | CONFIG_PPC_MPC831x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| 185 | # | 209 | # |
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -260,10 +290,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 260 | CONFIG_KERNEL_START=0xc0000000 | 290 | CONFIG_KERNEL_START=0xc0000000 |
| 261 | CONFIG_PHYSICAL_START=0x00000000 | 291 | CONFIG_PHYSICAL_START=0x00000000 |
| 262 | CONFIG_TASK_SIZE=0xc0000000 | 292 | CONFIG_TASK_SIZE=0xc0000000 |
| 263 | |||
| 264 | # | ||
| 265 | # Networking | ||
| 266 | # | ||
| 267 | CONFIG_NET=y | 293 | CONFIG_NET=y |
| 268 | 294 | ||
| 269 | # | 295 | # |
| @@ -452,9 +478,11 @@ CONFIG_MTD_NAND_IDS=y | |||
| 452 | # CONFIG_MTD_UBI is not set | 478 | # CONFIG_MTD_UBI is not set |
| 453 | CONFIG_OF_DEVICE=y | 479 | CONFIG_OF_DEVICE=y |
| 454 | CONFIG_OF_I2C=y | 480 | CONFIG_OF_I2C=y |
| 481 | CONFIG_OF_SPI=y | ||
| 455 | # CONFIG_PARPORT is not set | 482 | # CONFIG_PARPORT is not set |
| 456 | CONFIG_BLK_DEV=y | 483 | CONFIG_BLK_DEV=y |
| 457 | # CONFIG_BLK_DEV_FD is not set | 484 | # CONFIG_BLK_DEV_FD is not set |
| 485 | # CONFIG_MAC_FLOPPY is not set | ||
| 458 | # CONFIG_BLK_CPQ_DA is not set | 486 | # CONFIG_BLK_CPQ_DA is not set |
| 459 | # CONFIG_BLK_CPQ_CISS_DA is not set | 487 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 460 | # CONFIG_BLK_DEV_DAC960 is not set | 488 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -471,12 +499,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 471 | # CONFIG_BLK_DEV_XIP is not set | 499 | # CONFIG_BLK_DEV_XIP is not set |
| 472 | # CONFIG_CDROM_PKTCDVD is not set | 500 | # CONFIG_CDROM_PKTCDVD is not set |
| 473 | # CONFIG_ATA_OVER_ETH is not set | 501 | # CONFIG_ATA_OVER_ETH is not set |
| 502 | # CONFIG_BLK_DEV_HD is not set | ||
| 474 | CONFIG_MISC_DEVICES=y | 503 | CONFIG_MISC_DEVICES=y |
| 475 | # CONFIG_PHANTOM is not set | 504 | # CONFIG_PHANTOM is not set |
| 476 | # CONFIG_EEPROM_93CX6 is not set | 505 | # CONFIG_EEPROM_93CX6 is not set |
| 477 | # CONFIG_SGI_IOC4 is not set | 506 | # CONFIG_SGI_IOC4 is not set |
| 478 | # CONFIG_TIFM_CORE is not set | 507 | # CONFIG_TIFM_CORE is not set |
| 479 | # CONFIG_ENCLOSURE_SERVICES is not set | 508 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 509 | # CONFIG_HP_ILO is not set | ||
| 480 | CONFIG_HAVE_IDE=y | 510 | CONFIG_HAVE_IDE=y |
| 481 | # CONFIG_IDE is not set | 511 | # CONFIG_IDE is not set |
| 482 | 512 | ||
| @@ -554,7 +584,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 554 | # CONFIG_SCSI_DC390T is not set | 584 | # CONFIG_SCSI_DC390T is not set |
| 555 | # CONFIG_SCSI_NSP32 is not set | 585 | # CONFIG_SCSI_NSP32 is not set |
| 556 | # CONFIG_SCSI_DEBUG is not set | 586 | # CONFIG_SCSI_DEBUG is not set |
| 587 | # CONFIG_SCSI_MESH is not set | ||
| 588 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 557 | # CONFIG_SCSI_SRP is not set | 589 | # CONFIG_SCSI_SRP is not set |
| 590 | # CONFIG_SCSI_DH is not set | ||
| 558 | CONFIG_ATA=y | 591 | CONFIG_ATA=y |
| 559 | # CONFIG_ATA_NONSTANDARD is not set | 592 | # CONFIG_ATA_NONSTANDARD is not set |
| 560 | CONFIG_SATA_PMP=y | 593 | CONFIG_SATA_PMP=y |
| @@ -631,12 +664,15 @@ CONFIG_MD_RAID1=y | |||
| 631 | # | 664 | # |
| 632 | # IEEE 1394 (FireWire) support | 665 | # IEEE 1394 (FireWire) support |
| 633 | # | 666 | # |
| 667 | |||
| 668 | # | ||
| 669 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 670 | # | ||
| 634 | # CONFIG_FIREWIRE is not set | 671 | # CONFIG_FIREWIRE is not set |
| 635 | # CONFIG_IEEE1394 is not set | 672 | # CONFIG_IEEE1394 is not set |
| 636 | # CONFIG_I2O is not set | 673 | # CONFIG_I2O is not set |
| 637 | # CONFIG_MACINTOSH_DRIVERS is not set | 674 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 638 | CONFIG_NETDEVICES=y | 675 | CONFIG_NETDEVICES=y |
| 639 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 640 | # CONFIG_DUMMY is not set | 676 | # CONFIG_DUMMY is not set |
| 641 | # CONFIG_BONDING is not set | 677 | # CONFIG_BONDING is not set |
| 642 | # CONFIG_MACVLAN is not set | 678 | # CONFIG_MACVLAN is not set |
| @@ -663,6 +699,8 @@ CONFIG_PHYLIB=y | |||
| 663 | # CONFIG_MDIO_BITBANG is not set | 699 | # CONFIG_MDIO_BITBANG is not set |
| 664 | CONFIG_NET_ETHERNET=y | 700 | CONFIG_NET_ETHERNET=y |
| 665 | CONFIG_MII=y | 701 | CONFIG_MII=y |
| 702 | # CONFIG_MACE is not set | ||
| 703 | # CONFIG_BMAC is not set | ||
| 666 | # CONFIG_HAPPYMEAL is not set | 704 | # CONFIG_HAPPYMEAL is not set |
| 667 | # CONFIG_SUNGEM is not set | 705 | # CONFIG_SUNGEM is not set |
| 668 | # CONFIG_CASSINI is not set | 706 | # CONFIG_CASSINI is not set |
| @@ -699,7 +737,6 @@ CONFIG_NETDEV_1000=y | |||
| 699 | # CONFIG_DL2K is not set | 737 | # CONFIG_DL2K is not set |
| 700 | # CONFIG_E1000 is not set | 738 | # CONFIG_E1000 is not set |
| 701 | # CONFIG_E1000E is not set | 739 | # CONFIG_E1000E is not set |
| 702 | # CONFIG_E1000E_ENABLED is not set | ||
| 703 | # CONFIG_IP1000 is not set | 740 | # CONFIG_IP1000 is not set |
| 704 | # CONFIG_IGB is not set | 741 | # CONFIG_IGB is not set |
| 705 | # CONFIG_NS83820 is not set | 742 | # CONFIG_NS83820 is not set |
| @@ -713,9 +750,10 @@ CONFIG_NETDEV_1000=y | |||
| 713 | # CONFIG_TIGON3 is not set | 750 | # CONFIG_TIGON3 is not set |
| 714 | # CONFIG_BNX2 is not set | 751 | # CONFIG_BNX2 is not set |
| 715 | CONFIG_GIANFAR=y | 752 | CONFIG_GIANFAR=y |
| 716 | CONFIG_GFAR_NAPI=y | 753 | # CONFIG_MV643XX_ETH is not set |
| 717 | # CONFIG_QLA3XXX is not set | 754 | # CONFIG_QLA3XXX is not set |
| 718 | # CONFIG_ATL1 is not set | 755 | # CONFIG_ATL1 is not set |
| 756 | # CONFIG_ATL1E is not set | ||
| 719 | CONFIG_NETDEV_10000=y | 757 | CONFIG_NETDEV_10000=y |
| 720 | # CONFIG_CHELSIO_T1 is not set | 758 | # CONFIG_CHELSIO_T1 is not set |
| 721 | # CONFIG_CHELSIO_T3 is not set | 759 | # CONFIG_CHELSIO_T3 is not set |
| @@ -813,11 +851,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 813 | # CONFIG_SERIAL_UARTLITE is not set | 851 | # CONFIG_SERIAL_UARTLITE is not set |
| 814 | CONFIG_SERIAL_CORE=y | 852 | CONFIG_SERIAL_CORE=y |
| 815 | CONFIG_SERIAL_CORE_CONSOLE=y | 853 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 854 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 816 | # CONFIG_SERIAL_JSM is not set | 855 | # CONFIG_SERIAL_JSM is not set |
| 817 | # CONFIG_SERIAL_OF_PLATFORM is not set | 856 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 818 | CONFIG_UNIX98_PTYS=y | 857 | CONFIG_UNIX98_PTYS=y |
| 819 | CONFIG_LEGACY_PTYS=y | 858 | CONFIG_LEGACY_PTYS=y |
| 820 | CONFIG_LEGACY_PTY_COUNT=256 | 859 | CONFIG_LEGACY_PTY_COUNT=256 |
| 860 | # CONFIG_BRIQ_PANEL is not set | ||
| 861 | # CONFIG_HVC_RTAS is not set | ||
| 821 | # CONFIG_IPMI_HANDLER is not set | 862 | # CONFIG_IPMI_HANDLER is not set |
| 822 | CONFIG_HW_RANDOM=y | 863 | CONFIG_HW_RANDOM=y |
| 823 | # CONFIG_NVRAM is not set | 864 | # CONFIG_NVRAM is not set |
| @@ -829,43 +870,70 @@ CONFIG_DEVPORT=y | |||
| 829 | CONFIG_I2C=y | 870 | CONFIG_I2C=y |
| 830 | CONFIG_I2C_BOARDINFO=y | 871 | CONFIG_I2C_BOARDINFO=y |
| 831 | CONFIG_I2C_CHARDEV=y | 872 | CONFIG_I2C_CHARDEV=y |
| 873 | CONFIG_I2C_HELPER_AUTO=y | ||
| 832 | 874 | ||
| 833 | # | 875 | # |
| 834 | # I2C Hardware Bus support | 876 | # I2C Hardware Bus support |
| 835 | # | 877 | # |
| 878 | |||
| 879 | # | ||
| 880 | # PC SMBus host controller drivers | ||
| 881 | # | ||
| 836 | # CONFIG_I2C_ALI1535 is not set | 882 | # CONFIG_I2C_ALI1535 is not set |
| 837 | # CONFIG_I2C_ALI1563 is not set | 883 | # CONFIG_I2C_ALI1563 is not set |
| 838 | # CONFIG_I2C_ALI15X3 is not set | 884 | # CONFIG_I2C_ALI15X3 is not set |
| 839 | # CONFIG_I2C_AMD756 is not set | 885 | # CONFIG_I2C_AMD756 is not set |
| 840 | # CONFIG_I2C_AMD8111 is not set | 886 | # CONFIG_I2C_AMD8111 is not set |
| 841 | # CONFIG_I2C_I801 is not set | 887 | # CONFIG_I2C_I801 is not set |
| 842 | # CONFIG_I2C_I810 is not set | 888 | # CONFIG_I2C_ISCH is not set |
| 843 | # CONFIG_I2C_PIIX4 is not set | 889 | # CONFIG_I2C_PIIX4 is not set |
| 844 | CONFIG_I2C_MPC=y | ||
| 845 | # CONFIG_I2C_NFORCE2 is not set | 890 | # CONFIG_I2C_NFORCE2 is not set |
| 846 | # CONFIG_I2C_OCORES is not set | ||
| 847 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 848 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 849 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 850 | # CONFIG_I2C_SIMTEC is not set | ||
| 851 | # CONFIG_I2C_SIS5595 is not set | 891 | # CONFIG_I2C_SIS5595 is not set |
| 852 | # CONFIG_I2C_SIS630 is not set | 892 | # CONFIG_I2C_SIS630 is not set |
| 853 | # CONFIG_I2C_SIS96X is not set | 893 | # CONFIG_I2C_SIS96X is not set |
| 854 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 855 | # CONFIG_I2C_STUB is not set | ||
| 856 | # CONFIG_I2C_TINY_USB is not set | ||
| 857 | # CONFIG_I2C_VIA is not set | 894 | # CONFIG_I2C_VIA is not set |
| 858 | # CONFIG_I2C_VIAPRO is not set | 895 | # CONFIG_I2C_VIAPRO is not set |
| 896 | |||
| 897 | # | ||
| 898 | # Mac SMBus host controller drivers | ||
| 899 | # | ||
| 900 | # CONFIG_I2C_HYDRA is not set | ||
| 901 | CONFIG_I2C_POWERMAC=y | ||
| 902 | |||
| 903 | # | ||
| 904 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 905 | # | ||
| 906 | CONFIG_I2C_MPC=y | ||
| 907 | # CONFIG_I2C_OCORES is not set | ||
| 908 | # CONFIG_I2C_SIMTEC is not set | ||
| 909 | |||
| 910 | # | ||
| 911 | # External I2C/SMBus adapter drivers | ||
| 912 | # | ||
| 913 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 914 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 915 | # CONFIG_I2C_TINY_USB is not set | ||
| 916 | |||
| 917 | # | ||
| 918 | # Graphics adapter I2C/DDC channel drivers | ||
| 919 | # | ||
| 859 | # CONFIG_I2C_VOODOO3 is not set | 920 | # CONFIG_I2C_VOODOO3 is not set |
| 921 | |||
| 922 | # | ||
| 923 | # Other I2C/SMBus bus drivers | ||
| 924 | # | ||
| 860 | # CONFIG_I2C_PCA_PLATFORM is not set | 925 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 926 | # CONFIG_I2C_STUB is not set | ||
| 861 | 927 | ||
| 862 | # | 928 | # |
| 863 | # Miscellaneous I2C Chip support | 929 | # Miscellaneous I2C Chip support |
| 864 | # | 930 | # |
| 865 | # CONFIG_DS1682 is not set | 931 | # CONFIG_DS1682 is not set |
| 932 | # CONFIG_AT24 is not set | ||
| 866 | # CONFIG_SENSORS_EEPROM is not set | 933 | # CONFIG_SENSORS_EEPROM is not set |
| 867 | # CONFIG_SENSORS_PCF8574 is not set | 934 | # CONFIG_SENSORS_PCF8574 is not set |
| 868 | # CONFIG_PCF8575 is not set | 935 | # CONFIG_PCF8575 is not set |
| 936 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 869 | # CONFIG_SENSORS_PCF8591 is not set | 937 | # CONFIG_SENSORS_PCF8591 is not set |
| 870 | # CONFIG_SENSORS_MAX6875 is not set | 938 | # CONFIG_SENSORS_MAX6875 is not set |
| 871 | # CONFIG_SENSORS_TSL2550 is not set | 939 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -889,11 +957,15 @@ CONFIG_SPI_MPC83xx=y | |||
| 889 | # CONFIG_SPI_AT25 is not set | 957 | # CONFIG_SPI_AT25 is not set |
| 890 | # CONFIG_SPI_SPIDEV is not set | 958 | # CONFIG_SPI_SPIDEV is not set |
| 891 | # CONFIG_SPI_TLE62X0 is not set | 959 | # CONFIG_SPI_TLE62X0 is not set |
| 960 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 961 | # CONFIG_GPIOLIB is not set | ||
| 892 | # CONFIG_W1 is not set | 962 | # CONFIG_W1 is not set |
| 893 | # CONFIG_POWER_SUPPLY is not set | 963 | # CONFIG_POWER_SUPPLY is not set |
| 894 | CONFIG_HWMON=y | 964 | CONFIG_HWMON=y |
| 895 | # CONFIG_HWMON_VID is not set | 965 | # CONFIG_HWMON_VID is not set |
| 966 | # CONFIG_SENSORS_AD7414 is not set | ||
| 896 | # CONFIG_SENSORS_AD7418 is not set | 967 | # CONFIG_SENSORS_AD7418 is not set |
| 968 | # CONFIG_SENSORS_ADCXX is not set | ||
| 897 | # CONFIG_SENSORS_ADM1021 is not set | 969 | # CONFIG_SENSORS_ADM1021 is not set |
| 898 | # CONFIG_SENSORS_ADM1025 is not set | 970 | # CONFIG_SENSORS_ADM1025 is not set |
| 899 | # CONFIG_SENSORS_ADM1026 is not set | 971 | # CONFIG_SENSORS_ADM1026 is not set |
| @@ -902,6 +974,7 @@ CONFIG_HWMON=y | |||
| 902 | # CONFIG_SENSORS_ADM9240 is not set | 974 | # CONFIG_SENSORS_ADM9240 is not set |
| 903 | # CONFIG_SENSORS_ADT7470 is not set | 975 | # CONFIG_SENSORS_ADT7470 is not set |
| 904 | # CONFIG_SENSORS_ADT7473 is not set | 976 | # CONFIG_SENSORS_ADT7473 is not set |
| 977 | # CONFIG_SENSORS_AMS is not set | ||
| 905 | # CONFIG_SENSORS_ATXP1 is not set | 978 | # CONFIG_SENSORS_ATXP1 is not set |
| 906 | # CONFIG_SENSORS_DS1621 is not set | 979 | # CONFIG_SENSORS_DS1621 is not set |
| 907 | # CONFIG_SENSORS_I5K_AMB is not set | 980 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -947,6 +1020,7 @@ CONFIG_HWMON=y | |||
| 947 | # CONFIG_SENSORS_W83627EHF is not set | 1020 | # CONFIG_SENSORS_W83627EHF is not set |
| 948 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1021 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 949 | # CONFIG_THERMAL is not set | 1022 | # CONFIG_THERMAL is not set |
| 1023 | # CONFIG_THERMAL_HWMON is not set | ||
| 950 | CONFIG_WATCHDOG=y | 1024 | CONFIG_WATCHDOG=y |
| 951 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 1025 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 952 | 1026 | ||
| @@ -954,7 +1028,9 @@ CONFIG_WATCHDOG=y | |||
| 954 | # Watchdog Device Drivers | 1028 | # Watchdog Device Drivers |
| 955 | # | 1029 | # |
| 956 | # CONFIG_SOFT_WATCHDOG is not set | 1030 | # CONFIG_SOFT_WATCHDOG is not set |
| 957 | CONFIG_83xx_WDT=y | 1031 | # CONFIG_ALIM7101_WDT is not set |
| 1032 | # CONFIG_8xxx_WDT is not set | ||
| 1033 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 958 | 1034 | ||
| 959 | # | 1035 | # |
| 960 | # PCI-based Watchdog Cards | 1036 | # PCI-based Watchdog Cards |
| @@ -976,8 +1052,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 976 | # | 1052 | # |
| 977 | # Multifunction device drivers | 1053 | # Multifunction device drivers |
| 978 | # | 1054 | # |
| 1055 | # CONFIG_MFD_CORE is not set | ||
| 979 | # CONFIG_MFD_SM501 is not set | 1056 | # CONFIG_MFD_SM501 is not set |
| 980 | # CONFIG_HTC_PASIC3 is not set | 1057 | # CONFIG_HTC_PASIC3 is not set |
| 1058 | # CONFIG_MFD_TMIO is not set | ||
| 981 | 1059 | ||
| 982 | # | 1060 | # |
| 983 | # Multimedia devices | 1061 | # Multimedia devices |
| @@ -1010,10 +1088,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 1010 | # Display device support | 1088 | # Display device support |
| 1011 | # | 1089 | # |
| 1012 | # CONFIG_DISPLAY_SUPPORT is not set | 1090 | # CONFIG_DISPLAY_SUPPORT is not set |
| 1013 | |||
| 1014 | # | ||
| 1015 | # Sound | ||
| 1016 | # | ||
| 1017 | # CONFIG_SOUND is not set | 1091 | # CONFIG_SOUND is not set |
| 1018 | CONFIG_HID_SUPPORT=y | 1092 | CONFIG_HID_SUPPORT=y |
| 1019 | CONFIG_HID=y | 1093 | CONFIG_HID=y |
| @@ -1047,6 +1121,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1047 | # CONFIG_USB_OTG is not set | 1121 | # CONFIG_USB_OTG is not set |
| 1048 | # CONFIG_USB_OTG_WHITELIST is not set | 1122 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1049 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1123 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1124 | CONFIG_USB_MON=y | ||
| 1050 | 1125 | ||
| 1051 | # | 1126 | # |
| 1052 | # USB Host Controller Drivers | 1127 | # USB Host Controller Drivers |
| @@ -1070,6 +1145,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 1070 | CONFIG_USB_UHCI_HCD=y | 1145 | CONFIG_USB_UHCI_HCD=y |
| 1071 | # CONFIG_USB_SL811_HCD is not set | 1146 | # CONFIG_USB_SL811_HCD is not set |
| 1072 | # CONFIG_USB_R8A66597_HCD is not set | 1147 | # CONFIG_USB_R8A66597_HCD is not set |
| 1148 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
| 1073 | 1149 | ||
| 1074 | # | 1150 | # |
| 1075 | # USB Device Class drivers | 1151 | # USB Device Class drivers |
| @@ -1098,6 +1174,7 @@ CONFIG_USB_STORAGE=y | |||
| 1098 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1174 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1099 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1175 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1100 | # CONFIG_USB_STORAGE_KARMA is not set | 1176 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1177 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1101 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1178 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1102 | # CONFIG_USB_LIBUSUAL is not set | 1179 | # CONFIG_USB_LIBUSUAL is not set |
| 1103 | 1180 | ||
| @@ -1106,7 +1183,6 @@ CONFIG_USB_STORAGE=y | |||
| 1106 | # | 1183 | # |
| 1107 | # CONFIG_USB_MDC800 is not set | 1184 | # CONFIG_USB_MDC800 is not set |
| 1108 | # CONFIG_USB_MICROTEK is not set | 1185 | # CONFIG_USB_MICROTEK is not set |
| 1109 | CONFIG_USB_MON=y | ||
| 1110 | 1186 | ||
| 1111 | # | 1187 | # |
| 1112 | # USB port drivers | 1188 | # USB port drivers |
| @@ -1119,7 +1195,6 @@ CONFIG_USB_MON=y | |||
| 1119 | # CONFIG_USB_EMI62 is not set | 1195 | # CONFIG_USB_EMI62 is not set |
| 1120 | # CONFIG_USB_EMI26 is not set | 1196 | # CONFIG_USB_EMI26 is not set |
| 1121 | # CONFIG_USB_ADUTUX is not set | 1197 | # CONFIG_USB_ADUTUX is not set |
| 1122 | # CONFIG_USB_AUERSWALD is not set | ||
| 1123 | # CONFIG_USB_RIO500 is not set | 1198 | # CONFIG_USB_RIO500 is not set |
| 1124 | # CONFIG_USB_LEGOTOWER is not set | 1199 | # CONFIG_USB_LEGOTOWER is not set |
| 1125 | # CONFIG_USB_LCD is not set | 1200 | # CONFIG_USB_LCD is not set |
| @@ -1146,7 +1221,7 @@ CONFIG_USB_GADGET_SELECTED=y | |||
| 1146 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 1221 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
| 1147 | CONFIG_USB_GADGET_NET2280=y | 1222 | CONFIG_USB_GADGET_NET2280=y |
| 1148 | CONFIG_USB_NET2280=y | 1223 | CONFIG_USB_NET2280=y |
| 1149 | # CONFIG_USB_GADGET_PXA2XX is not set | 1224 | # CONFIG_USB_GADGET_PXA25X is not set |
| 1150 | # CONFIG_USB_GADGET_M66592 is not set | 1225 | # CONFIG_USB_GADGET_M66592 is not set |
| 1151 | # CONFIG_USB_GADGET_PXA27X is not set | 1226 | # CONFIG_USB_GADGET_PXA27X is not set |
| 1152 | # CONFIG_USB_GADGET_GOKU is not set | 1227 | # CONFIG_USB_GADGET_GOKU is not set |
| @@ -1164,6 +1239,7 @@ CONFIG_USB_ETH_RNDIS=y | |||
| 1164 | # CONFIG_USB_G_SERIAL is not set | 1239 | # CONFIG_USB_G_SERIAL is not set |
| 1165 | # CONFIG_USB_MIDI_GADGET is not set | 1240 | # CONFIG_USB_MIDI_GADGET is not set |
| 1166 | # CONFIG_USB_G_PRINTER is not set | 1241 | # CONFIG_USB_G_PRINTER is not set |
| 1242 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
| 1167 | # CONFIG_MMC is not set | 1243 | # CONFIG_MMC is not set |
| 1168 | # CONFIG_MEMSTICK is not set | 1244 | # CONFIG_MEMSTICK is not set |
| 1169 | # CONFIG_NEW_LEDS is not set | 1245 | # CONFIG_NEW_LEDS is not set |
| @@ -1199,10 +1275,13 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 1199 | # CONFIG_RTC_DRV_PCF8583 is not set | 1275 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1200 | # CONFIG_RTC_DRV_M41T80 is not set | 1276 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1201 | # CONFIG_RTC_DRV_S35390A is not set | 1277 | # CONFIG_RTC_DRV_S35390A is not set |
| 1278 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1202 | 1279 | ||
| 1203 | # | 1280 | # |
| 1204 | # SPI RTC drivers | 1281 | # SPI RTC drivers |
| 1205 | # | 1282 | # |
| 1283 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1284 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 1206 | # CONFIG_RTC_DRV_MAX6902 is not set | 1285 | # CONFIG_RTC_DRV_MAX6902 is not set |
| 1207 | # CONFIG_RTC_DRV_R9701 is not set | 1286 | # CONFIG_RTC_DRV_R9701 is not set |
| 1208 | # CONFIG_RTC_DRV_RS5C348 is not set | 1287 | # CONFIG_RTC_DRV_RS5C348 is not set |
| @@ -1301,6 +1380,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 1301 | # CONFIG_CRAMFS is not set | 1380 | # CONFIG_CRAMFS is not set |
| 1302 | # CONFIG_VXFS_FS is not set | 1381 | # CONFIG_VXFS_FS is not set |
| 1303 | # CONFIG_MINIX_FS is not set | 1382 | # CONFIG_MINIX_FS is not set |
| 1383 | # CONFIG_OMFS_FS is not set | ||
| 1304 | # CONFIG_HPFS_FS is not set | 1384 | # CONFIG_HPFS_FS is not set |
| 1305 | # CONFIG_QNX4FS_FS is not set | 1385 | # CONFIG_QNX4FS_FS is not set |
| 1306 | # CONFIG_ROMFS_FS is not set | 1386 | # CONFIG_ROMFS_FS is not set |
| @@ -1311,14 +1391,13 @@ CONFIG_NFS_FS=y | |||
| 1311 | CONFIG_NFS_V3=y | 1391 | CONFIG_NFS_V3=y |
| 1312 | # CONFIG_NFS_V3_ACL is not set | 1392 | # CONFIG_NFS_V3_ACL is not set |
| 1313 | CONFIG_NFS_V4=y | 1393 | CONFIG_NFS_V4=y |
| 1314 | # CONFIG_NFSD is not set | ||
| 1315 | CONFIG_ROOT_NFS=y | 1394 | CONFIG_ROOT_NFS=y |
| 1395 | # CONFIG_NFSD is not set | ||
| 1316 | CONFIG_LOCKD=y | 1396 | CONFIG_LOCKD=y |
| 1317 | CONFIG_LOCKD_V4=y | 1397 | CONFIG_LOCKD_V4=y |
| 1318 | CONFIG_NFS_COMMON=y | 1398 | CONFIG_NFS_COMMON=y |
| 1319 | CONFIG_SUNRPC=y | 1399 | CONFIG_SUNRPC=y |
| 1320 | CONFIG_SUNRPC_GSS=y | 1400 | CONFIG_SUNRPC_GSS=y |
| 1321 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1322 | CONFIG_RPCSEC_GSS_KRB5=y | 1401 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1323 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1402 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1324 | # CONFIG_SMB_FS is not set | 1403 | # CONFIG_SMB_FS is not set |
| @@ -1358,6 +1437,7 @@ CONFIG_BITREVERSE=y | |||
| 1358 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1437 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1359 | # CONFIG_CRC_CCITT is not set | 1438 | # CONFIG_CRC_CCITT is not set |
| 1360 | # CONFIG_CRC16 is not set | 1439 | # CONFIG_CRC16 is not set |
| 1440 | # CONFIG_CRC_T10DIF is not set | ||
| 1361 | # CONFIG_CRC_ITU_T is not set | 1441 | # CONFIG_CRC_ITU_T is not set |
| 1362 | CONFIG_CRC32=y | 1442 | CONFIG_CRC32=y |
| 1363 | # CONFIG_CRC7 is not set | 1443 | # CONFIG_CRC7 is not set |
| @@ -1384,6 +1464,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1384 | CONFIG_DEBUG_KERNEL=y | 1464 | CONFIG_DEBUG_KERNEL=y |
| 1385 | # CONFIG_DEBUG_SHIRQ is not set | 1465 | # CONFIG_DEBUG_SHIRQ is not set |
| 1386 | CONFIG_DETECT_SOFTLOCKUP=y | 1466 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1467 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1468 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1387 | CONFIG_SCHED_DEBUG=y | 1469 | CONFIG_SCHED_DEBUG=y |
| 1388 | # CONFIG_SCHEDSTATS is not set | 1470 | # CONFIG_SCHEDSTATS is not set |
| 1389 | # CONFIG_TIMER_STATS is not set | 1471 | # CONFIG_TIMER_STATS is not set |
| @@ -1401,19 +1483,32 @@ CONFIG_SCHED_DEBUG=y | |||
| 1401 | # CONFIG_DEBUG_INFO is not set | 1483 | # CONFIG_DEBUG_INFO is not set |
| 1402 | # CONFIG_DEBUG_VM is not set | 1484 | # CONFIG_DEBUG_VM is not set |
| 1403 | # CONFIG_DEBUG_WRITECOUNT is not set | 1485 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1486 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1404 | # CONFIG_DEBUG_LIST is not set | 1487 | # CONFIG_DEBUG_LIST is not set |
| 1405 | # CONFIG_DEBUG_SG is not set | 1488 | # CONFIG_DEBUG_SG is not set |
| 1406 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1489 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1407 | # CONFIG_RCU_TORTURE_TEST is not set | 1490 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1408 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1491 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1409 | # CONFIG_FAULT_INJECTION is not set | 1492 | # CONFIG_FAULT_INJECTION is not set |
| 1493 | # CONFIG_LATENCYTOP is not set | ||
| 1494 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1495 | CONFIG_HAVE_FTRACE=y | ||
| 1496 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1497 | # CONFIG_FTRACE is not set | ||
| 1498 | # CONFIG_SCHED_TRACER is not set | ||
| 1499 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1410 | # CONFIG_SAMPLES is not set | 1500 | # CONFIG_SAMPLES is not set |
| 1501 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1502 | # CONFIG_KGDB is not set | ||
| 1411 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1503 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1412 | # CONFIG_DEBUG_STACK_USAGE is not set | 1504 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1413 | # CONFIG_DEBUG_PAGEALLOC is not set | 1505 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1414 | # CONFIG_DEBUGGER is not set | 1506 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1507 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1508 | # CONFIG_XMON is not set | ||
| 1415 | # CONFIG_IRQSTACKS is not set | 1509 | # CONFIG_IRQSTACKS is not set |
| 1416 | # CONFIG_BDI_SWITCH is not set | 1510 | # CONFIG_BDI_SWITCH is not set |
| 1511 | # CONFIG_BOOTX_TEXT is not set | ||
| 1417 | # CONFIG_PPC_EARLY_DEBUG is not set | 1512 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1418 | 1513 | ||
| 1419 | # | 1514 | # |
| @@ -1467,6 +1562,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1467 | # CONFIG_CRYPTO_MD4 is not set | 1562 | # CONFIG_CRYPTO_MD4 is not set |
| 1468 | CONFIG_CRYPTO_MD5=y | 1563 | CONFIG_CRYPTO_MD5=y |
| 1469 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1564 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1565 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1566 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1567 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1568 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1470 | # CONFIG_CRYPTO_SHA1 is not set | 1569 | # CONFIG_CRYPTO_SHA1 is not set |
| 1471 | # CONFIG_CRYPTO_SHA256 is not set | 1570 | # CONFIG_CRYPTO_SHA256 is not set |
| 1472 | # CONFIG_CRYPTO_SHA512 is not set | 1571 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1499,5 +1598,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1499 | # CONFIG_CRYPTO_LZO is not set | 1598 | # CONFIG_CRYPTO_LZO is not set |
| 1500 | CONFIG_CRYPTO_HW=y | 1599 | CONFIG_CRYPTO_HW=y |
| 1501 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1600 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1601 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1502 | # CONFIG_PPC_CLOCK is not set | 1602 | # CONFIG_PPC_CLOCK is not set |
| 1503 | # CONFIG_VIRTUALIZATION is not set | 1603 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig b/arch/powerpc/configs/83xx/mpc832x_mds_defconfig index 1eca26f3659a..bdf50c8a17e6 100644 --- a/arch/powerpc/configs/83xx/mpc832x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc832x_mds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:22 2008 | 4 | # Thu Aug 21 00:52:18 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | CONFIG_MPC832x_MDS=y | 177 | CONFIG_MPC832x_MDS=y |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC832x=y | 187 | CONFIG_PPC_MPC832x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | CONFIG_QUICC_ENGINE=y | 207 | CONFIG_QUICC_ENGINE=y |
| 184 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 185 | 209 | ||
| @@ -196,7 +220,7 @@ CONFIG_HZ_250=y | |||
| 196 | # CONFIG_HZ_300 is not set | 220 | # CONFIG_HZ_300 is not set |
| 197 | # CONFIG_HZ_1000 is not set | 221 | # CONFIG_HZ_1000 is not set |
| 198 | CONFIG_HZ=250 | 222 | CONFIG_HZ=250 |
| 199 | # CONFIG_SCHED_HRTICK is not set | 223 | CONFIG_SCHED_HRTICK=y |
| 200 | CONFIG_PREEMPT_NONE=y | 224 | CONFIG_PREEMPT_NONE=y |
| 201 | # CONFIG_PREEMPT_VOLUNTARY is not set | 225 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 202 | # CONFIG_PREEMPT is not set | 226 | # CONFIG_PREEMPT is not set |
| @@ -207,6 +231,7 @@ CONFIG_MATH_EMULATION=y | |||
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 208 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 232 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 209 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 233 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 234 | # CONFIG_KEXEC is not set | ||
| 210 | CONFIG_ARCH_FLATMEM_ENABLE=y | 235 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 211 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 236 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 212 | CONFIG_SELECT_MEMORY_MODEL=y | 237 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -219,6 +244,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 244 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 220 | CONFIG_PAGEFLAGS_EXTENDED=y | 245 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 246 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 247 | CONFIG_MIGRATION=y | ||
| 222 | # CONFIG_RESOURCES_64BIT is not set | 248 | # CONFIG_RESOURCES_64BIT is not set |
| 223 | CONFIG_ZONE_DMA_FLAG=1 | 249 | CONFIG_ZONE_DMA_FLAG=1 |
| 224 | CONFIG_BOUNCE=y | 250 | CONFIG_BOUNCE=y |
| @@ -226,6 +252,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | 252 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 227 | CONFIG_PROC_DEVICETREE=y | 253 | CONFIG_PROC_DEVICETREE=y |
| 228 | # CONFIG_CMDLINE_BOOL is not set | 254 | # CONFIG_CMDLINE_BOOL is not set |
| 255 | CONFIG_EXTRA_TARGETS="" | ||
| 229 | # CONFIG_PM is not set | 256 | # CONFIG_PM is not set |
| 230 | CONFIG_SECCOMP=y | 257 | CONFIG_SECCOMP=y |
| 231 | CONFIG_ISA_DMA_API=y | 258 | CONFIG_ISA_DMA_API=y |
| @@ -233,10 +260,13 @@ CONFIG_ISA_DMA_API=y | |||
| 233 | # | 260 | # |
| 234 | # Bus options | 261 | # Bus options |
| 235 | # | 262 | # |
| 263 | # CONFIG_ISA is not set | ||
| 236 | CONFIG_ZONE_DMA=y | 264 | CONFIG_ZONE_DMA=y |
| 237 | CONFIG_GENERIC_ISA_DMA=y | 265 | CONFIG_GENERIC_ISA_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 266 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 267 | CONFIG_FSL_SOC=y |
| 268 | CONFIG_FSL_PCI=y | ||
| 269 | CONFIG_PPC_PCI_CHOICE=y | ||
| 240 | CONFIG_PCI=y | 270 | CONFIG_PCI=y |
| 241 | CONFIG_PCI_DOMAINS=y | 271 | CONFIG_PCI_DOMAINS=y |
| 242 | CONFIG_PCI_SYSCALL=y | 272 | CONFIG_PCI_SYSCALL=y |
| @@ -261,10 +291,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 261 | CONFIG_KERNEL_START=0xc0000000 | 291 | CONFIG_KERNEL_START=0xc0000000 |
| 262 | CONFIG_PHYSICAL_START=0x00000000 | 292 | CONFIG_PHYSICAL_START=0x00000000 |
| 263 | CONFIG_TASK_SIZE=0xc0000000 | 293 | CONFIG_TASK_SIZE=0xc0000000 |
| 264 | |||
| 265 | # | ||
| 266 | # Networking | ||
| 267 | # | ||
| 268 | CONFIG_NET=y | 294 | CONFIG_NET=y |
| 269 | 295 | ||
| 270 | # | 296 | # |
| @@ -365,6 +391,7 @@ CONFIG_OF_I2C=y | |||
| 365 | # CONFIG_PARPORT is not set | 391 | # CONFIG_PARPORT is not set |
| 366 | CONFIG_BLK_DEV=y | 392 | CONFIG_BLK_DEV=y |
| 367 | # CONFIG_BLK_DEV_FD is not set | 393 | # CONFIG_BLK_DEV_FD is not set |
| 394 | # CONFIG_MAC_FLOPPY is not set | ||
| 368 | # CONFIG_BLK_CPQ_DA is not set | 395 | # CONFIG_BLK_CPQ_DA is not set |
| 369 | # CONFIG_BLK_CPQ_CISS_DA is not set | 396 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 370 | # CONFIG_BLK_DEV_DAC960 is not set | 397 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -380,12 +407,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 380 | # CONFIG_BLK_DEV_XIP is not set | 407 | # CONFIG_BLK_DEV_XIP is not set |
| 381 | # CONFIG_CDROM_PKTCDVD is not set | 408 | # CONFIG_CDROM_PKTCDVD is not set |
| 382 | # CONFIG_ATA_OVER_ETH is not set | 409 | # CONFIG_ATA_OVER_ETH is not set |
| 410 | # CONFIG_BLK_DEV_HD is not set | ||
| 383 | CONFIG_MISC_DEVICES=y | 411 | CONFIG_MISC_DEVICES=y |
| 384 | # CONFIG_PHANTOM is not set | 412 | # CONFIG_PHANTOM is not set |
| 385 | # CONFIG_EEPROM_93CX6 is not set | 413 | # CONFIG_EEPROM_93CX6 is not set |
| 386 | # CONFIG_SGI_IOC4 is not set | 414 | # CONFIG_SGI_IOC4 is not set |
| 387 | # CONFIG_TIFM_CORE is not set | 415 | # CONFIG_TIFM_CORE is not set |
| 388 | # CONFIG_ENCLOSURE_SERVICES is not set | 416 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 417 | # CONFIG_HP_ILO is not set | ||
| 389 | CONFIG_HAVE_IDE=y | 418 | CONFIG_HAVE_IDE=y |
| 390 | # CONFIG_IDE is not set | 419 | # CONFIG_IDE is not set |
| 391 | 420 | ||
| @@ -462,7 +491,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 462 | # CONFIG_SCSI_DC390T is not set | 491 | # CONFIG_SCSI_DC390T is not set |
| 463 | # CONFIG_SCSI_NSP32 is not set | 492 | # CONFIG_SCSI_NSP32 is not set |
| 464 | # CONFIG_SCSI_DEBUG is not set | 493 | # CONFIG_SCSI_DEBUG is not set |
| 494 | # CONFIG_SCSI_MESH is not set | ||
| 495 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 465 | # CONFIG_SCSI_SRP is not set | 496 | # CONFIG_SCSI_SRP is not set |
| 497 | # CONFIG_SCSI_DH is not set | ||
| 466 | # CONFIG_ATA is not set | 498 | # CONFIG_ATA is not set |
| 467 | # CONFIG_MD is not set | 499 | # CONFIG_MD is not set |
| 468 | # CONFIG_FUSION is not set | 500 | # CONFIG_FUSION is not set |
| @@ -470,12 +502,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 470 | # | 502 | # |
| 471 | # IEEE 1394 (FireWire) support | 503 | # IEEE 1394 (FireWire) support |
| 472 | # | 504 | # |
| 505 | |||
| 506 | # | ||
| 507 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 508 | # | ||
| 473 | # CONFIG_FIREWIRE is not set | 509 | # CONFIG_FIREWIRE is not set |
| 474 | # CONFIG_IEEE1394 is not set | 510 | # CONFIG_IEEE1394 is not set |
| 475 | # CONFIG_I2O is not set | 511 | # CONFIG_I2O is not set |
| 476 | # CONFIG_MACINTOSH_DRIVERS is not set | 512 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 477 | CONFIG_NETDEVICES=y | 513 | CONFIG_NETDEVICES=y |
| 478 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 479 | # CONFIG_DUMMY is not set | 514 | # CONFIG_DUMMY is not set |
| 480 | # CONFIG_BONDING is not set | 515 | # CONFIG_BONDING is not set |
| 481 | # CONFIG_MACVLAN is not set | 516 | # CONFIG_MACVLAN is not set |
| @@ -502,6 +537,8 @@ CONFIG_DAVICOM_PHY=y | |||
| 502 | # CONFIG_MDIO_BITBANG is not set | 537 | # CONFIG_MDIO_BITBANG is not set |
| 503 | CONFIG_NET_ETHERNET=y | 538 | CONFIG_NET_ETHERNET=y |
| 504 | CONFIG_MII=y | 539 | CONFIG_MII=y |
| 540 | # CONFIG_MACE is not set | ||
| 541 | # CONFIG_BMAC is not set | ||
| 505 | # CONFIG_HAPPYMEAL is not set | 542 | # CONFIG_HAPPYMEAL is not set |
| 506 | # CONFIG_SUNGEM is not set | 543 | # CONFIG_SUNGEM is not set |
| 507 | # CONFIG_CASSINI is not set | 544 | # CONFIG_CASSINI is not set |
| @@ -519,7 +556,6 @@ CONFIG_NETDEV_1000=y | |||
| 519 | # CONFIG_DL2K is not set | 556 | # CONFIG_DL2K is not set |
| 520 | # CONFIG_E1000 is not set | 557 | # CONFIG_E1000 is not set |
| 521 | # CONFIG_E1000E is not set | 558 | # CONFIG_E1000E is not set |
| 522 | # CONFIG_E1000E_ENABLED is not set | ||
| 523 | # CONFIG_IP1000 is not set | 559 | # CONFIG_IP1000 is not set |
| 524 | # CONFIG_IGB is not set | 560 | # CONFIG_IGB is not set |
| 525 | # CONFIG_NS83820 is not set | 561 | # CONFIG_NS83820 is not set |
| @@ -534,12 +570,13 @@ CONFIG_NETDEV_1000=y | |||
| 534 | # CONFIG_BNX2 is not set | 570 | # CONFIG_BNX2 is not set |
| 535 | # CONFIG_GIANFAR is not set | 571 | # CONFIG_GIANFAR is not set |
| 536 | CONFIG_UCC_GETH=y | 572 | CONFIG_UCC_GETH=y |
| 537 | # CONFIG_UGETH_NAPI is not set | ||
| 538 | # CONFIG_UGETH_MAGIC_PACKET is not set | 573 | # CONFIG_UGETH_MAGIC_PACKET is not set |
| 539 | # CONFIG_UGETH_FILTERING is not set | 574 | # CONFIG_UGETH_FILTERING is not set |
| 540 | # CONFIG_UGETH_TX_ON_DEMAND is not set | 575 | # CONFIG_UGETH_TX_ON_DEMAND is not set |
| 576 | # CONFIG_MV643XX_ETH is not set | ||
| 541 | # CONFIG_QLA3XXX is not set | 577 | # CONFIG_QLA3XXX is not set |
| 542 | # CONFIG_ATL1 is not set | 578 | # CONFIG_ATL1 is not set |
| 579 | # CONFIG_ATL1E is not set | ||
| 543 | CONFIG_NETDEV_10000=y | 580 | CONFIG_NETDEV_10000=y |
| 544 | # CONFIG_CHELSIO_T1 is not set | 581 | # CONFIG_CHELSIO_T1 is not set |
| 545 | # CONFIG_CHELSIO_T3 is not set | 582 | # CONFIG_CHELSIO_T3 is not set |
| @@ -628,12 +665,15 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 628 | # CONFIG_SERIAL_UARTLITE is not set | 665 | # CONFIG_SERIAL_UARTLITE is not set |
| 629 | CONFIG_SERIAL_CORE=y | 666 | CONFIG_SERIAL_CORE=y |
| 630 | CONFIG_SERIAL_CORE_CONSOLE=y | 667 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 668 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 631 | # CONFIG_SERIAL_JSM is not set | 669 | # CONFIG_SERIAL_JSM is not set |
| 632 | # CONFIG_SERIAL_OF_PLATFORM is not set | 670 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 633 | # CONFIG_SERIAL_QE is not set | 671 | # CONFIG_SERIAL_QE is not set |
| 634 | CONFIG_UNIX98_PTYS=y | 672 | CONFIG_UNIX98_PTYS=y |
| 635 | CONFIG_LEGACY_PTYS=y | 673 | CONFIG_LEGACY_PTYS=y |
| 636 | CONFIG_LEGACY_PTY_COUNT=256 | 674 | CONFIG_LEGACY_PTY_COUNT=256 |
| 675 | # CONFIG_BRIQ_PANEL is not set | ||
| 676 | # CONFIG_HVC_RTAS is not set | ||
| 637 | # CONFIG_IPMI_HANDLER is not set | 677 | # CONFIG_IPMI_HANDLER is not set |
| 638 | CONFIG_HW_RANDOM=y | 678 | CONFIG_HW_RANDOM=y |
| 639 | # CONFIG_NVRAM is not set | 679 | # CONFIG_NVRAM is not set |
| @@ -645,42 +685,69 @@ CONFIG_DEVPORT=y | |||
| 645 | CONFIG_I2C=y | 685 | CONFIG_I2C=y |
| 646 | CONFIG_I2C_BOARDINFO=y | 686 | CONFIG_I2C_BOARDINFO=y |
| 647 | CONFIG_I2C_CHARDEV=y | 687 | CONFIG_I2C_CHARDEV=y |
| 688 | CONFIG_I2C_HELPER_AUTO=y | ||
| 648 | 689 | ||
| 649 | # | 690 | # |
| 650 | # I2C Hardware Bus support | 691 | # I2C Hardware Bus support |
| 651 | # | 692 | # |
| 693 | |||
| 694 | # | ||
| 695 | # PC SMBus host controller drivers | ||
| 696 | # | ||
| 652 | # CONFIG_I2C_ALI1535 is not set | 697 | # CONFIG_I2C_ALI1535 is not set |
| 653 | # CONFIG_I2C_ALI1563 is not set | 698 | # CONFIG_I2C_ALI1563 is not set |
| 654 | # CONFIG_I2C_ALI15X3 is not set | 699 | # CONFIG_I2C_ALI15X3 is not set |
| 655 | # CONFIG_I2C_AMD756 is not set | 700 | # CONFIG_I2C_AMD756 is not set |
| 656 | # CONFIG_I2C_AMD8111 is not set | 701 | # CONFIG_I2C_AMD8111 is not set |
| 657 | # CONFIG_I2C_I801 is not set | 702 | # CONFIG_I2C_I801 is not set |
| 658 | # CONFIG_I2C_I810 is not set | 703 | # CONFIG_I2C_ISCH is not set |
| 659 | # CONFIG_I2C_PIIX4 is not set | 704 | # CONFIG_I2C_PIIX4 is not set |
| 660 | CONFIG_I2C_MPC=y | ||
| 661 | # CONFIG_I2C_NFORCE2 is not set | 705 | # CONFIG_I2C_NFORCE2 is not set |
| 662 | # CONFIG_I2C_OCORES is not set | ||
| 663 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 664 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 665 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 666 | # CONFIG_I2C_SIMTEC is not set | ||
| 667 | # CONFIG_I2C_SIS5595 is not set | 706 | # CONFIG_I2C_SIS5595 is not set |
| 668 | # CONFIG_I2C_SIS630 is not set | 707 | # CONFIG_I2C_SIS630 is not set |
| 669 | # CONFIG_I2C_SIS96X is not set | 708 | # CONFIG_I2C_SIS96X is not set |
| 670 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 671 | # CONFIG_I2C_STUB is not set | ||
| 672 | # CONFIG_I2C_VIA is not set | 709 | # CONFIG_I2C_VIA is not set |
| 673 | # CONFIG_I2C_VIAPRO is not set | 710 | # CONFIG_I2C_VIAPRO is not set |
| 711 | |||
| 712 | # | ||
| 713 | # Mac SMBus host controller drivers | ||
| 714 | # | ||
| 715 | # CONFIG_I2C_HYDRA is not set | ||
| 716 | CONFIG_I2C_POWERMAC=y | ||
| 717 | |||
| 718 | # | ||
| 719 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 720 | # | ||
| 721 | CONFIG_I2C_MPC=y | ||
| 722 | # CONFIG_I2C_OCORES is not set | ||
| 723 | # CONFIG_I2C_SIMTEC is not set | ||
| 724 | |||
| 725 | # | ||
| 726 | # External I2C/SMBus adapter drivers | ||
| 727 | # | ||
| 728 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 729 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 730 | |||
| 731 | # | ||
| 732 | # Graphics adapter I2C/DDC channel drivers | ||
| 733 | # | ||
| 674 | # CONFIG_I2C_VOODOO3 is not set | 734 | # CONFIG_I2C_VOODOO3 is not set |
| 735 | |||
| 736 | # | ||
| 737 | # Other I2C/SMBus bus drivers | ||
| 738 | # | ||
| 675 | # CONFIG_I2C_PCA_PLATFORM is not set | 739 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 740 | # CONFIG_I2C_STUB is not set | ||
| 676 | 741 | ||
| 677 | # | 742 | # |
| 678 | # Miscellaneous I2C Chip support | 743 | # Miscellaneous I2C Chip support |
| 679 | # | 744 | # |
| 680 | # CONFIG_DS1682 is not set | 745 | # CONFIG_DS1682 is not set |
| 746 | # CONFIG_AT24 is not set | ||
| 681 | # CONFIG_SENSORS_EEPROM is not set | 747 | # CONFIG_SENSORS_EEPROM is not set |
| 682 | # CONFIG_SENSORS_PCF8574 is not set | 748 | # CONFIG_SENSORS_PCF8574 is not set |
| 683 | # CONFIG_PCF8575 is not set | 749 | # CONFIG_PCF8575 is not set |
| 750 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 684 | # CONFIG_SENSORS_PCF8591 is not set | 751 | # CONFIG_SENSORS_PCF8591 is not set |
| 685 | # CONFIG_SENSORS_MAX6875 is not set | 752 | # CONFIG_SENSORS_MAX6875 is not set |
| 686 | # CONFIG_SENSORS_TSL2550 is not set | 753 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -689,10 +756,13 @@ CONFIG_I2C_MPC=y | |||
| 689 | # CONFIG_I2C_DEBUG_BUS is not set | 756 | # CONFIG_I2C_DEBUG_BUS is not set |
| 690 | # CONFIG_I2C_DEBUG_CHIP is not set | 757 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 691 | # CONFIG_SPI is not set | 758 | # CONFIG_SPI is not set |
| 759 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 760 | # CONFIG_GPIOLIB is not set | ||
| 692 | # CONFIG_W1 is not set | 761 | # CONFIG_W1 is not set |
| 693 | # CONFIG_POWER_SUPPLY is not set | 762 | # CONFIG_POWER_SUPPLY is not set |
| 694 | CONFIG_HWMON=y | 763 | CONFIG_HWMON=y |
| 695 | # CONFIG_HWMON_VID is not set | 764 | # CONFIG_HWMON_VID is not set |
| 765 | # CONFIG_SENSORS_AD7414 is not set | ||
| 696 | # CONFIG_SENSORS_AD7418 is not set | 766 | # CONFIG_SENSORS_AD7418 is not set |
| 697 | # CONFIG_SENSORS_ADM1021 is not set | 767 | # CONFIG_SENSORS_ADM1021 is not set |
| 698 | # CONFIG_SENSORS_ADM1025 is not set | 768 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -702,6 +772,7 @@ CONFIG_HWMON=y | |||
| 702 | # CONFIG_SENSORS_ADM9240 is not set | 772 | # CONFIG_SENSORS_ADM9240 is not set |
| 703 | # CONFIG_SENSORS_ADT7470 is not set | 773 | # CONFIG_SENSORS_ADT7470 is not set |
| 704 | # CONFIG_SENSORS_ADT7473 is not set | 774 | # CONFIG_SENSORS_ADT7473 is not set |
| 775 | # CONFIG_SENSORS_AMS is not set | ||
| 705 | # CONFIG_SENSORS_ATXP1 is not set | 776 | # CONFIG_SENSORS_ATXP1 is not set |
| 706 | # CONFIG_SENSORS_DS1621 is not set | 777 | # CONFIG_SENSORS_DS1621 is not set |
| 707 | # CONFIG_SENSORS_I5K_AMB is not set | 778 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -746,6 +817,7 @@ CONFIG_HWMON=y | |||
| 746 | # CONFIG_SENSORS_W83627EHF is not set | 817 | # CONFIG_SENSORS_W83627EHF is not set |
| 747 | # CONFIG_HWMON_DEBUG_CHIP is not set | 818 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 748 | # CONFIG_THERMAL is not set | 819 | # CONFIG_THERMAL is not set |
| 820 | # CONFIG_THERMAL_HWMON is not set | ||
| 749 | CONFIG_WATCHDOG=y | 821 | CONFIG_WATCHDOG=y |
| 750 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 822 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 751 | 823 | ||
| @@ -753,7 +825,9 @@ CONFIG_WATCHDOG=y | |||
| 753 | # Watchdog Device Drivers | 825 | # Watchdog Device Drivers |
| 754 | # | 826 | # |
| 755 | # CONFIG_SOFT_WATCHDOG is not set | 827 | # CONFIG_SOFT_WATCHDOG is not set |
| 756 | CONFIG_83xx_WDT=y | 828 | # CONFIG_ALIM7101_WDT is not set |
| 829 | # CONFIG_8xxx_WDT is not set | ||
| 830 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 757 | 831 | ||
| 758 | # | 832 | # |
| 759 | # PCI-based Watchdog Cards | 833 | # PCI-based Watchdog Cards |
| @@ -770,8 +844,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 770 | # | 844 | # |
| 771 | # Multifunction device drivers | 845 | # Multifunction device drivers |
| 772 | # | 846 | # |
| 847 | # CONFIG_MFD_CORE is not set | ||
| 773 | # CONFIG_MFD_SM501 is not set | 848 | # CONFIG_MFD_SM501 is not set |
| 774 | # CONFIG_HTC_PASIC3 is not set | 849 | # CONFIG_HTC_PASIC3 is not set |
| 850 | # CONFIG_MFD_TMIO is not set | ||
| 775 | 851 | ||
| 776 | # | 852 | # |
| 777 | # Multimedia devices | 853 | # Multimedia devices |
| @@ -803,10 +879,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 803 | # Display device support | 879 | # Display device support |
| 804 | # | 880 | # |
| 805 | # CONFIG_DISPLAY_SUPPORT is not set | 881 | # CONFIG_DISPLAY_SUPPORT is not set |
| 806 | |||
| 807 | # | ||
| 808 | # Sound | ||
| 809 | # | ||
| 810 | # CONFIG_SOUND is not set | 882 | # CONFIG_SOUND is not set |
| 811 | CONFIG_HID_SUPPORT=y | 883 | CONFIG_HID_SUPPORT=y |
| 812 | CONFIG_HID=y | 884 | CONFIG_HID=y |
| @@ -821,6 +893,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 821 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 893 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 822 | 894 | ||
| 823 | # | 895 | # |
| 896 | # Enable Host or Gadget support to see Inventra options | ||
| 897 | # | ||
| 898 | |||
| 899 | # | ||
| 824 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 900 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 825 | # | 901 | # |
| 826 | # CONFIG_USB_GADGET is not set | 902 | # CONFIG_USB_GADGET is not set |
| @@ -859,6 +935,7 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 859 | # CONFIG_RTC_DRV_PCF8583 is not set | 935 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 860 | # CONFIG_RTC_DRV_M41T80 is not set | 936 | # CONFIG_RTC_DRV_M41T80 is not set |
| 861 | # CONFIG_RTC_DRV_S35390A is not set | 937 | # CONFIG_RTC_DRV_S35390A is not set |
| 938 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 862 | 939 | ||
| 863 | # | 940 | # |
| 864 | # SPI RTC drivers | 941 | # SPI RTC drivers |
| @@ -947,6 +1024,7 @@ CONFIG_TMPFS=y | |||
| 947 | # CONFIG_CRAMFS is not set | 1024 | # CONFIG_CRAMFS is not set |
| 948 | # CONFIG_VXFS_FS is not set | 1025 | # CONFIG_VXFS_FS is not set |
| 949 | # CONFIG_MINIX_FS is not set | 1026 | # CONFIG_MINIX_FS is not set |
| 1027 | # CONFIG_OMFS_FS is not set | ||
| 950 | # CONFIG_HPFS_FS is not set | 1028 | # CONFIG_HPFS_FS is not set |
| 951 | # CONFIG_QNX4FS_FS is not set | 1029 | # CONFIG_QNX4FS_FS is not set |
| 952 | # CONFIG_ROMFS_FS is not set | 1030 | # CONFIG_ROMFS_FS is not set |
| @@ -957,14 +1035,13 @@ CONFIG_NFS_FS=y | |||
| 957 | CONFIG_NFS_V3=y | 1035 | CONFIG_NFS_V3=y |
| 958 | # CONFIG_NFS_V3_ACL is not set | 1036 | # CONFIG_NFS_V3_ACL is not set |
| 959 | CONFIG_NFS_V4=y | 1037 | CONFIG_NFS_V4=y |
| 960 | # CONFIG_NFSD is not set | ||
| 961 | CONFIG_ROOT_NFS=y | 1038 | CONFIG_ROOT_NFS=y |
| 1039 | # CONFIG_NFSD is not set | ||
| 962 | CONFIG_LOCKD=y | 1040 | CONFIG_LOCKD=y |
| 963 | CONFIG_LOCKD_V4=y | 1041 | CONFIG_LOCKD_V4=y |
| 964 | CONFIG_NFS_COMMON=y | 1042 | CONFIG_NFS_COMMON=y |
| 965 | CONFIG_SUNRPC=y | 1043 | CONFIG_SUNRPC=y |
| 966 | CONFIG_SUNRPC_GSS=y | 1044 | CONFIG_SUNRPC_GSS=y |
| 967 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 968 | CONFIG_RPCSEC_GSS_KRB5=y | 1045 | CONFIG_RPCSEC_GSS_KRB5=y |
| 969 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1046 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 970 | # CONFIG_SMB_FS is not set | 1047 | # CONFIG_SMB_FS is not set |
| @@ -994,6 +1071,7 @@ CONFIG_PARTITION_ADVANCED=y | |||
| 994 | # CONFIG_DLM is not set | 1071 | # CONFIG_DLM is not set |
| 995 | CONFIG_UCC_FAST=y | 1072 | CONFIG_UCC_FAST=y |
| 996 | CONFIG_UCC=y | 1073 | CONFIG_UCC=y |
| 1074 | # CONFIG_QE_GPIO is not set | ||
| 997 | 1075 | ||
| 998 | # | 1076 | # |
| 999 | # Library routines | 1077 | # Library routines |
| @@ -1002,6 +1080,7 @@ CONFIG_BITREVERSE=y | |||
| 1002 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1080 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1003 | # CONFIG_CRC_CCITT is not set | 1081 | # CONFIG_CRC_CCITT is not set |
| 1004 | # CONFIG_CRC16 is not set | 1082 | # CONFIG_CRC16 is not set |
| 1083 | # CONFIG_CRC_T10DIF is not set | ||
| 1005 | # CONFIG_CRC_ITU_T is not set | 1084 | # CONFIG_CRC_ITU_T is not set |
| 1006 | CONFIG_CRC32=y | 1085 | CONFIG_CRC32=y |
| 1007 | # CONFIG_CRC7 is not set | 1086 | # CONFIG_CRC7 is not set |
| @@ -1027,8 +1106,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1027 | # CONFIG_SLUB_DEBUG_ON is not set | 1106 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1028 | # CONFIG_SLUB_STATS is not set | 1107 | # CONFIG_SLUB_STATS is not set |
| 1029 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1108 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1109 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1110 | # CONFIG_LATENCYTOP is not set | ||
| 1111 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1112 | CONFIG_HAVE_FTRACE=y | ||
| 1113 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1114 | # CONFIG_FTRACE is not set | ||
| 1115 | # CONFIG_SCHED_TRACER is not set | ||
| 1116 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1030 | # CONFIG_SAMPLES is not set | 1117 | # CONFIG_SAMPLES is not set |
| 1118 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1031 | # CONFIG_IRQSTACKS is not set | 1119 | # CONFIG_IRQSTACKS is not set |
| 1120 | # CONFIG_BOOTX_TEXT is not set | ||
| 1032 | # CONFIG_PPC_EARLY_DEBUG is not set | 1121 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1033 | 1122 | ||
| 1034 | # | 1123 | # |
| @@ -1082,6 +1171,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1082 | # CONFIG_CRYPTO_MD4 is not set | 1171 | # CONFIG_CRYPTO_MD4 is not set |
| 1083 | CONFIG_CRYPTO_MD5=y | 1172 | CONFIG_CRYPTO_MD5=y |
| 1084 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1173 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1174 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1175 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1176 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1177 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1085 | # CONFIG_CRYPTO_SHA1 is not set | 1178 | # CONFIG_CRYPTO_SHA1 is not set |
| 1086 | # CONFIG_CRYPTO_SHA256 is not set | 1179 | # CONFIG_CRYPTO_SHA256 is not set |
| 1087 | # CONFIG_CRYPTO_SHA512 is not set | 1180 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1114,6 +1207,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1114 | # CONFIG_CRYPTO_LZO is not set | 1207 | # CONFIG_CRYPTO_LZO is not set |
| 1115 | CONFIG_CRYPTO_HW=y | 1208 | CONFIG_CRYPTO_HW=y |
| 1116 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1209 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1210 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1117 | # CONFIG_PPC_CLOCK is not set | 1211 | # CONFIG_PPC_CLOCK is not set |
| 1118 | CONFIG_PPC_LIB_RHEAP=y | 1212 | CONFIG_PPC_LIB_RHEAP=y |
| 1119 | # CONFIG_VIRTUALIZATION is not set | 1213 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig index de95d327463c..4eef8c95480e 100644 --- a/arch/powerpc/configs/83xx/mpc832x_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc832x_rdb_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:24 2008 | 4 | # Thu Aug 21 00:52:19 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | CONFIG_MPC832x_RDB=y | 178 | CONFIG_MPC832x_RDB=y |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC832x=y | 187 | CONFIG_PPC_MPC832x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | CONFIG_QUICC_ENGINE=y | 207 | CONFIG_QUICC_ENGINE=y |
| 184 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 185 | 209 | ||
| @@ -196,7 +220,7 @@ CONFIG_HZ_250=y | |||
| 196 | # CONFIG_HZ_300 is not set | 220 | # CONFIG_HZ_300 is not set |
| 197 | # CONFIG_HZ_1000 is not set | 221 | # CONFIG_HZ_1000 is not set |
| 198 | CONFIG_HZ=250 | 222 | CONFIG_HZ=250 |
| 199 | # CONFIG_SCHED_HRTICK is not set | 223 | CONFIG_SCHED_HRTICK=y |
| 200 | CONFIG_PREEMPT_NONE=y | 224 | CONFIG_PREEMPT_NONE=y |
| 201 | # CONFIG_PREEMPT_VOLUNTARY is not set | 225 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 202 | # CONFIG_PREEMPT is not set | 226 | # CONFIG_PREEMPT is not set |
| @@ -207,6 +231,7 @@ CONFIG_MATH_EMULATION=y | |||
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 208 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 232 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 209 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 233 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 234 | # CONFIG_KEXEC is not set | ||
| 210 | CONFIG_ARCH_FLATMEM_ENABLE=y | 235 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 211 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 236 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 212 | CONFIG_SELECT_MEMORY_MODEL=y | 237 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -219,6 +244,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 244 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 220 | CONFIG_PAGEFLAGS_EXTENDED=y | 245 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 246 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 247 | CONFIG_MIGRATION=y | ||
| 222 | # CONFIG_RESOURCES_64BIT is not set | 248 | # CONFIG_RESOURCES_64BIT is not set |
| 223 | CONFIG_ZONE_DMA_FLAG=1 | 249 | CONFIG_ZONE_DMA_FLAG=1 |
| 224 | CONFIG_BOUNCE=y | 250 | CONFIG_BOUNCE=y |
| @@ -226,6 +252,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | 252 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 227 | CONFIG_PROC_DEVICETREE=y | 253 | CONFIG_PROC_DEVICETREE=y |
| 228 | # CONFIG_CMDLINE_BOOL is not set | 254 | # CONFIG_CMDLINE_BOOL is not set |
| 255 | CONFIG_EXTRA_TARGETS="" | ||
| 229 | # CONFIG_PM is not set | 256 | # CONFIG_PM is not set |
| 230 | CONFIG_SECCOMP=y | 257 | CONFIG_SECCOMP=y |
| 231 | CONFIG_ISA_DMA_API=y | 258 | CONFIG_ISA_DMA_API=y |
| @@ -233,10 +260,13 @@ CONFIG_ISA_DMA_API=y | |||
| 233 | # | 260 | # |
| 234 | # Bus options | 261 | # Bus options |
| 235 | # | 262 | # |
| 263 | # CONFIG_ISA is not set | ||
| 236 | CONFIG_ZONE_DMA=y | 264 | CONFIG_ZONE_DMA=y |
| 237 | CONFIG_GENERIC_ISA_DMA=y | 265 | CONFIG_GENERIC_ISA_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 266 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 267 | CONFIG_FSL_SOC=y |
| 268 | CONFIG_FSL_PCI=y | ||
| 269 | CONFIG_PPC_PCI_CHOICE=y | ||
| 240 | CONFIG_PCI=y | 270 | CONFIG_PCI=y |
| 241 | CONFIG_PCI_DOMAINS=y | 271 | CONFIG_PCI_DOMAINS=y |
| 242 | CONFIG_PCI_SYSCALL=y | 272 | CONFIG_PCI_SYSCALL=y |
| @@ -261,10 +291,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 261 | CONFIG_KERNEL_START=0xc0000000 | 291 | CONFIG_KERNEL_START=0xc0000000 |
| 262 | CONFIG_PHYSICAL_START=0x00000000 | 292 | CONFIG_PHYSICAL_START=0x00000000 |
| 263 | CONFIG_TASK_SIZE=0xc0000000 | 293 | CONFIG_TASK_SIZE=0xc0000000 |
| 264 | |||
| 265 | # | ||
| 266 | # Networking | ||
| 267 | # | ||
| 268 | CONFIG_NET=y | 294 | CONFIG_NET=y |
| 269 | 295 | ||
| 270 | # | 296 | # |
| @@ -362,9 +388,11 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
| 362 | # CONFIG_MTD is not set | 388 | # CONFIG_MTD is not set |
| 363 | CONFIG_OF_DEVICE=y | 389 | CONFIG_OF_DEVICE=y |
| 364 | CONFIG_OF_I2C=y | 390 | CONFIG_OF_I2C=y |
| 391 | CONFIG_OF_SPI=y | ||
| 365 | # CONFIG_PARPORT is not set | 392 | # CONFIG_PARPORT is not set |
| 366 | CONFIG_BLK_DEV=y | 393 | CONFIG_BLK_DEV=y |
| 367 | # CONFIG_BLK_DEV_FD is not set | 394 | # CONFIG_BLK_DEV_FD is not set |
| 395 | # CONFIG_MAC_FLOPPY is not set | ||
| 368 | # CONFIG_BLK_CPQ_DA is not set | 396 | # CONFIG_BLK_CPQ_DA is not set |
| 369 | # CONFIG_BLK_CPQ_CISS_DA is not set | 397 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 370 | # CONFIG_BLK_DEV_DAC960 is not set | 398 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -381,12 +409,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 381 | # CONFIG_BLK_DEV_XIP is not set | 409 | # CONFIG_BLK_DEV_XIP is not set |
| 382 | # CONFIG_CDROM_PKTCDVD is not set | 410 | # CONFIG_CDROM_PKTCDVD is not set |
| 383 | # CONFIG_ATA_OVER_ETH is not set | 411 | # CONFIG_ATA_OVER_ETH is not set |
| 412 | # CONFIG_BLK_DEV_HD is not set | ||
| 384 | CONFIG_MISC_DEVICES=y | 413 | CONFIG_MISC_DEVICES=y |
| 385 | # CONFIG_PHANTOM is not set | 414 | # CONFIG_PHANTOM is not set |
| 386 | # CONFIG_EEPROM_93CX6 is not set | 415 | # CONFIG_EEPROM_93CX6 is not set |
| 387 | # CONFIG_SGI_IOC4 is not set | 416 | # CONFIG_SGI_IOC4 is not set |
| 388 | # CONFIG_TIFM_CORE is not set | 417 | # CONFIG_TIFM_CORE is not set |
| 389 | # CONFIG_ENCLOSURE_SERVICES is not set | 418 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 419 | # CONFIG_HP_ILO is not set | ||
| 390 | CONFIG_HAVE_IDE=y | 420 | CONFIG_HAVE_IDE=y |
| 391 | # CONFIG_IDE is not set | 421 | # CONFIG_IDE is not set |
| 392 | 422 | ||
| @@ -463,7 +493,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 463 | # CONFIG_SCSI_DC390T is not set | 493 | # CONFIG_SCSI_DC390T is not set |
| 464 | # CONFIG_SCSI_NSP32 is not set | 494 | # CONFIG_SCSI_NSP32 is not set |
| 465 | # CONFIG_SCSI_DEBUG is not set | 495 | # CONFIG_SCSI_DEBUG is not set |
| 496 | # CONFIG_SCSI_MESH is not set | ||
| 497 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 466 | # CONFIG_SCSI_SRP is not set | 498 | # CONFIG_SCSI_SRP is not set |
| 499 | # CONFIG_SCSI_DH is not set | ||
| 467 | # CONFIG_ATA is not set | 500 | # CONFIG_ATA is not set |
| 468 | # CONFIG_MD is not set | 501 | # CONFIG_MD is not set |
| 469 | # CONFIG_FUSION is not set | 502 | # CONFIG_FUSION is not set |
| @@ -471,12 +504,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 471 | # | 504 | # |
| 472 | # IEEE 1394 (FireWire) support | 505 | # IEEE 1394 (FireWire) support |
| 473 | # | 506 | # |
| 507 | |||
| 508 | # | ||
| 509 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 510 | # | ||
| 474 | # CONFIG_FIREWIRE is not set | 511 | # CONFIG_FIREWIRE is not set |
| 475 | # CONFIG_IEEE1394 is not set | 512 | # CONFIG_IEEE1394 is not set |
| 476 | # CONFIG_I2O is not set | 513 | # CONFIG_I2O is not set |
| 477 | # CONFIG_MACINTOSH_DRIVERS is not set | 514 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 478 | CONFIG_NETDEVICES=y | 515 | CONFIG_NETDEVICES=y |
| 479 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 480 | # CONFIG_DUMMY is not set | 516 | # CONFIG_DUMMY is not set |
| 481 | # CONFIG_BONDING is not set | 517 | # CONFIG_BONDING is not set |
| 482 | # CONFIG_MACVLAN is not set | 518 | # CONFIG_MACVLAN is not set |
| @@ -503,6 +539,8 @@ CONFIG_ICPLUS_PHY=y | |||
| 503 | # CONFIG_MDIO_BITBANG is not set | 539 | # CONFIG_MDIO_BITBANG is not set |
| 504 | CONFIG_NET_ETHERNET=y | 540 | CONFIG_NET_ETHERNET=y |
| 505 | CONFIG_MII=y | 541 | CONFIG_MII=y |
| 542 | # CONFIG_MACE is not set | ||
| 543 | # CONFIG_BMAC is not set | ||
| 506 | # CONFIG_HAPPYMEAL is not set | 544 | # CONFIG_HAPPYMEAL is not set |
| 507 | # CONFIG_SUNGEM is not set | 545 | # CONFIG_SUNGEM is not set |
| 508 | # CONFIG_CASSINI is not set | 546 | # CONFIG_CASSINI is not set |
| @@ -520,10 +558,8 @@ CONFIG_NETDEV_1000=y | |||
| 520 | # CONFIG_ACENIC is not set | 558 | # CONFIG_ACENIC is not set |
| 521 | # CONFIG_DL2K is not set | 559 | # CONFIG_DL2K is not set |
| 522 | CONFIG_E1000=y | 560 | CONFIG_E1000=y |
| 523 | # CONFIG_E1000_NAPI is not set | ||
| 524 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 561 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 525 | # CONFIG_E1000E is not set | 562 | # CONFIG_E1000E is not set |
| 526 | # CONFIG_E1000E_ENABLED is not set | ||
| 527 | # CONFIG_IP1000 is not set | 563 | # CONFIG_IP1000 is not set |
| 528 | # CONFIG_IGB is not set | 564 | # CONFIG_IGB is not set |
| 529 | # CONFIG_NS83820 is not set | 565 | # CONFIG_NS83820 is not set |
| @@ -538,12 +574,13 @@ CONFIG_E1000=y | |||
| 538 | # CONFIG_BNX2 is not set | 574 | # CONFIG_BNX2 is not set |
| 539 | # CONFIG_GIANFAR is not set | 575 | # CONFIG_GIANFAR is not set |
| 540 | CONFIG_UCC_GETH=y | 576 | CONFIG_UCC_GETH=y |
| 541 | CONFIG_UGETH_NAPI=y | ||
| 542 | # CONFIG_UGETH_MAGIC_PACKET is not set | 577 | # CONFIG_UGETH_MAGIC_PACKET is not set |
| 543 | # CONFIG_UGETH_FILTERING is not set | 578 | # CONFIG_UGETH_FILTERING is not set |
| 544 | # CONFIG_UGETH_TX_ON_DEMAND is not set | 579 | # CONFIG_UGETH_TX_ON_DEMAND is not set |
| 580 | # CONFIG_MV643XX_ETH is not set | ||
| 545 | # CONFIG_QLA3XXX is not set | 581 | # CONFIG_QLA3XXX is not set |
| 546 | # CONFIG_ATL1 is not set | 582 | # CONFIG_ATL1 is not set |
| 583 | # CONFIG_ATL1E is not set | ||
| 547 | CONFIG_NETDEV_10000=y | 584 | CONFIG_NETDEV_10000=y |
| 548 | # CONFIG_CHELSIO_T1 is not set | 585 | # CONFIG_CHELSIO_T1 is not set |
| 549 | # CONFIG_CHELSIO_T3 is not set | 586 | # CONFIG_CHELSIO_T3 is not set |
| @@ -641,12 +678,15 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 641 | # CONFIG_SERIAL_UARTLITE is not set | 678 | # CONFIG_SERIAL_UARTLITE is not set |
| 642 | CONFIG_SERIAL_CORE=y | 679 | CONFIG_SERIAL_CORE=y |
| 643 | CONFIG_SERIAL_CORE_CONSOLE=y | 680 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 681 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 644 | # CONFIG_SERIAL_JSM is not set | 682 | # CONFIG_SERIAL_JSM is not set |
| 645 | # CONFIG_SERIAL_OF_PLATFORM is not set | 683 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 646 | # CONFIG_SERIAL_QE is not set | 684 | # CONFIG_SERIAL_QE is not set |
| 647 | CONFIG_UNIX98_PTYS=y | 685 | CONFIG_UNIX98_PTYS=y |
| 648 | CONFIG_LEGACY_PTYS=y | 686 | CONFIG_LEGACY_PTYS=y |
| 649 | CONFIG_LEGACY_PTY_COUNT=256 | 687 | CONFIG_LEGACY_PTY_COUNT=256 |
| 688 | # CONFIG_BRIQ_PANEL is not set | ||
| 689 | # CONFIG_HVC_RTAS is not set | ||
| 650 | # CONFIG_IPMI_HANDLER is not set | 690 | # CONFIG_IPMI_HANDLER is not set |
| 651 | CONFIG_HW_RANDOM=y | 691 | CONFIG_HW_RANDOM=y |
| 652 | # CONFIG_NVRAM is not set | 692 | # CONFIG_NVRAM is not set |
| @@ -660,43 +700,70 @@ CONFIG_DEVPORT=y | |||
| 660 | CONFIG_I2C=y | 700 | CONFIG_I2C=y |
| 661 | CONFIG_I2C_BOARDINFO=y | 701 | CONFIG_I2C_BOARDINFO=y |
| 662 | CONFIG_I2C_CHARDEV=y | 702 | CONFIG_I2C_CHARDEV=y |
| 703 | CONFIG_I2C_HELPER_AUTO=y | ||
| 663 | 704 | ||
| 664 | # | 705 | # |
| 665 | # I2C Hardware Bus support | 706 | # I2C Hardware Bus support |
| 666 | # | 707 | # |
| 708 | |||
| 709 | # | ||
| 710 | # PC SMBus host controller drivers | ||
| 711 | # | ||
| 667 | # CONFIG_I2C_ALI1535 is not set | 712 | # CONFIG_I2C_ALI1535 is not set |
| 668 | # CONFIG_I2C_ALI1563 is not set | 713 | # CONFIG_I2C_ALI1563 is not set |
| 669 | # CONFIG_I2C_ALI15X3 is not set | 714 | # CONFIG_I2C_ALI15X3 is not set |
| 670 | # CONFIG_I2C_AMD756 is not set | 715 | # CONFIG_I2C_AMD756 is not set |
| 671 | # CONFIG_I2C_AMD8111 is not set | 716 | # CONFIG_I2C_AMD8111 is not set |
| 672 | # CONFIG_I2C_I801 is not set | 717 | # CONFIG_I2C_I801 is not set |
| 673 | # CONFIG_I2C_I810 is not set | 718 | # CONFIG_I2C_ISCH is not set |
| 674 | # CONFIG_I2C_PIIX4 is not set | 719 | # CONFIG_I2C_PIIX4 is not set |
| 675 | CONFIG_I2C_MPC=y | ||
| 676 | # CONFIG_I2C_NFORCE2 is not set | 720 | # CONFIG_I2C_NFORCE2 is not set |
| 677 | # CONFIG_I2C_OCORES is not set | ||
| 678 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 679 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 680 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 681 | # CONFIG_I2C_SIMTEC is not set | ||
| 682 | # CONFIG_I2C_SIS5595 is not set | 721 | # CONFIG_I2C_SIS5595 is not set |
| 683 | # CONFIG_I2C_SIS630 is not set | 722 | # CONFIG_I2C_SIS630 is not set |
| 684 | # CONFIG_I2C_SIS96X is not set | 723 | # CONFIG_I2C_SIS96X is not set |
| 685 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 686 | # CONFIG_I2C_STUB is not set | ||
| 687 | # CONFIG_I2C_TINY_USB is not set | ||
| 688 | # CONFIG_I2C_VIA is not set | 724 | # CONFIG_I2C_VIA is not set |
| 689 | # CONFIG_I2C_VIAPRO is not set | 725 | # CONFIG_I2C_VIAPRO is not set |
| 726 | |||
| 727 | # | ||
| 728 | # Mac SMBus host controller drivers | ||
| 729 | # | ||
| 730 | # CONFIG_I2C_HYDRA is not set | ||
| 731 | CONFIG_I2C_POWERMAC=y | ||
| 732 | |||
| 733 | # | ||
| 734 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 735 | # | ||
| 736 | CONFIG_I2C_MPC=y | ||
| 737 | # CONFIG_I2C_OCORES is not set | ||
| 738 | # CONFIG_I2C_SIMTEC is not set | ||
| 739 | |||
| 740 | # | ||
| 741 | # External I2C/SMBus adapter drivers | ||
| 742 | # | ||
| 743 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 744 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 745 | # CONFIG_I2C_TINY_USB is not set | ||
| 746 | |||
| 747 | # | ||
| 748 | # Graphics adapter I2C/DDC channel drivers | ||
| 749 | # | ||
| 690 | # CONFIG_I2C_VOODOO3 is not set | 750 | # CONFIG_I2C_VOODOO3 is not set |
| 751 | |||
| 752 | # | ||
| 753 | # Other I2C/SMBus bus drivers | ||
| 754 | # | ||
| 691 | # CONFIG_I2C_PCA_PLATFORM is not set | 755 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 756 | # CONFIG_I2C_STUB is not set | ||
| 692 | 757 | ||
| 693 | # | 758 | # |
| 694 | # Miscellaneous I2C Chip support | 759 | # Miscellaneous I2C Chip support |
| 695 | # | 760 | # |
| 696 | # CONFIG_DS1682 is not set | 761 | # CONFIG_DS1682 is not set |
| 762 | # CONFIG_AT24 is not set | ||
| 697 | # CONFIG_SENSORS_EEPROM is not set | 763 | # CONFIG_SENSORS_EEPROM is not set |
| 698 | # CONFIG_SENSORS_PCF8574 is not set | 764 | # CONFIG_SENSORS_PCF8574 is not set |
| 699 | # CONFIG_PCF8575 is not set | 765 | # CONFIG_PCF8575 is not set |
| 766 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 700 | # CONFIG_SENSORS_PCF8591 is not set | 767 | # CONFIG_SENSORS_PCF8591 is not set |
| 701 | # CONFIG_SENSORS_MAX6875 is not set | 768 | # CONFIG_SENSORS_MAX6875 is not set |
| 702 | # CONFIG_SENSORS_TSL2550 is not set | 769 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -719,11 +786,15 @@ CONFIG_SPI_MPC83xx=y | |||
| 719 | # CONFIG_SPI_AT25 is not set | 786 | # CONFIG_SPI_AT25 is not set |
| 720 | # CONFIG_SPI_SPIDEV is not set | 787 | # CONFIG_SPI_SPIDEV is not set |
| 721 | # CONFIG_SPI_TLE62X0 is not set | 788 | # CONFIG_SPI_TLE62X0 is not set |
| 789 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 790 | # CONFIG_GPIOLIB is not set | ||
| 722 | # CONFIG_W1 is not set | 791 | # CONFIG_W1 is not set |
| 723 | # CONFIG_POWER_SUPPLY is not set | 792 | # CONFIG_POWER_SUPPLY is not set |
| 724 | CONFIG_HWMON=y | 793 | CONFIG_HWMON=y |
| 725 | # CONFIG_HWMON_VID is not set | 794 | # CONFIG_HWMON_VID is not set |
| 795 | # CONFIG_SENSORS_AD7414 is not set | ||
| 726 | # CONFIG_SENSORS_AD7418 is not set | 796 | # CONFIG_SENSORS_AD7418 is not set |
| 797 | # CONFIG_SENSORS_ADCXX is not set | ||
| 727 | # CONFIG_SENSORS_ADM1021 is not set | 798 | # CONFIG_SENSORS_ADM1021 is not set |
| 728 | # CONFIG_SENSORS_ADM1025 is not set | 799 | # CONFIG_SENSORS_ADM1025 is not set |
| 729 | # CONFIG_SENSORS_ADM1026 is not set | 800 | # CONFIG_SENSORS_ADM1026 is not set |
| @@ -732,6 +803,7 @@ CONFIG_HWMON=y | |||
| 732 | # CONFIG_SENSORS_ADM9240 is not set | 803 | # CONFIG_SENSORS_ADM9240 is not set |
| 733 | # CONFIG_SENSORS_ADT7470 is not set | 804 | # CONFIG_SENSORS_ADT7470 is not set |
| 734 | # CONFIG_SENSORS_ADT7473 is not set | 805 | # CONFIG_SENSORS_ADT7473 is not set |
| 806 | # CONFIG_SENSORS_AMS is not set | ||
| 735 | # CONFIG_SENSORS_ATXP1 is not set | 807 | # CONFIG_SENSORS_ATXP1 is not set |
| 736 | # CONFIG_SENSORS_DS1621 is not set | 808 | # CONFIG_SENSORS_DS1621 is not set |
| 737 | # CONFIG_SENSORS_I5K_AMB is not set | 809 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -777,6 +849,7 @@ CONFIG_HWMON=y | |||
| 777 | # CONFIG_SENSORS_W83627EHF is not set | 849 | # CONFIG_SENSORS_W83627EHF is not set |
| 778 | # CONFIG_HWMON_DEBUG_CHIP is not set | 850 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 779 | # CONFIG_THERMAL is not set | 851 | # CONFIG_THERMAL is not set |
| 852 | # CONFIG_THERMAL_HWMON is not set | ||
| 780 | CONFIG_WATCHDOG=y | 853 | CONFIG_WATCHDOG=y |
| 781 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 854 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 782 | 855 | ||
| @@ -784,7 +857,9 @@ CONFIG_WATCHDOG=y | |||
| 784 | # Watchdog Device Drivers | 857 | # Watchdog Device Drivers |
| 785 | # | 858 | # |
| 786 | # CONFIG_SOFT_WATCHDOG is not set | 859 | # CONFIG_SOFT_WATCHDOG is not set |
| 787 | CONFIG_83xx_WDT=y | 860 | # CONFIG_ALIM7101_WDT is not set |
| 861 | # CONFIG_8xxx_WDT is not set | ||
| 862 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 788 | 863 | ||
| 789 | # | 864 | # |
| 790 | # PCI-based Watchdog Cards | 865 | # PCI-based Watchdog Cards |
| @@ -806,8 +881,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 806 | # | 881 | # |
| 807 | # Multifunction device drivers | 882 | # Multifunction device drivers |
| 808 | # | 883 | # |
| 884 | # CONFIG_MFD_CORE is not set | ||
| 809 | # CONFIG_MFD_SM501 is not set | 885 | # CONFIG_MFD_SM501 is not set |
| 810 | # CONFIG_HTC_PASIC3 is not set | 886 | # CONFIG_HTC_PASIC3 is not set |
| 887 | # CONFIG_MFD_TMIO is not set | ||
| 811 | 888 | ||
| 812 | # | 889 | # |
| 813 | # Multimedia devices | 890 | # Multimedia devices |
| @@ -840,10 +917,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 840 | # Display device support | 917 | # Display device support |
| 841 | # | 918 | # |
| 842 | # CONFIG_DISPLAY_SUPPORT is not set | 919 | # CONFIG_DISPLAY_SUPPORT is not set |
| 843 | |||
| 844 | # | ||
| 845 | # Sound | ||
| 846 | # | ||
| 847 | # CONFIG_SOUND is not set | 920 | # CONFIG_SOUND is not set |
| 848 | CONFIG_HID_SUPPORT=y | 921 | CONFIG_HID_SUPPORT=y |
| 849 | CONFIG_HID=y | 922 | CONFIG_HID=y |
| @@ -877,6 +950,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 877 | # CONFIG_USB_OTG is not set | 950 | # CONFIG_USB_OTG is not set |
| 878 | # CONFIG_USB_OTG_WHITELIST is not set | 951 | # CONFIG_USB_OTG_WHITELIST is not set |
| 879 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 952 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 953 | CONFIG_USB_MON=y | ||
| 880 | 954 | ||
| 881 | # | 955 | # |
| 882 | # USB Host Controller Drivers | 956 | # USB Host Controller Drivers |
| @@ -928,6 +1002,7 @@ CONFIG_USB_STORAGE=y | |||
| 928 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1002 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 929 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1003 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 930 | # CONFIG_USB_STORAGE_KARMA is not set | 1004 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1005 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 931 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1006 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 932 | # CONFIG_USB_LIBUSUAL is not set | 1007 | # CONFIG_USB_LIBUSUAL is not set |
| 933 | 1008 | ||
| @@ -936,7 +1011,6 @@ CONFIG_USB_STORAGE=y | |||
| 936 | # | 1011 | # |
| 937 | # CONFIG_USB_MDC800 is not set | 1012 | # CONFIG_USB_MDC800 is not set |
| 938 | # CONFIG_USB_MICROTEK is not set | 1013 | # CONFIG_USB_MICROTEK is not set |
| 939 | CONFIG_USB_MON=y | ||
| 940 | 1014 | ||
| 941 | # | 1015 | # |
| 942 | # USB port drivers | 1016 | # USB port drivers |
| @@ -949,7 +1023,6 @@ CONFIG_USB_MON=y | |||
| 949 | # CONFIG_USB_EMI62 is not set | 1023 | # CONFIG_USB_EMI62 is not set |
| 950 | # CONFIG_USB_EMI26 is not set | 1024 | # CONFIG_USB_EMI26 is not set |
| 951 | # CONFIG_USB_ADUTUX is not set | 1025 | # CONFIG_USB_ADUTUX is not set |
| 952 | # CONFIG_USB_AUERSWALD is not set | ||
| 953 | # CONFIG_USB_RIO500 is not set | 1026 | # CONFIG_USB_RIO500 is not set |
| 954 | # CONFIG_USB_LEGOTOWER is not set | 1027 | # CONFIG_USB_LEGOTOWER is not set |
| 955 | # CONFIG_USB_LCD is not set | 1028 | # CONFIG_USB_LCD is not set |
| @@ -1063,6 +1136,7 @@ CONFIG_TMPFS=y | |||
| 1063 | # CONFIG_CRAMFS is not set | 1136 | # CONFIG_CRAMFS is not set |
| 1064 | # CONFIG_VXFS_FS is not set | 1137 | # CONFIG_VXFS_FS is not set |
| 1065 | # CONFIG_MINIX_FS is not set | 1138 | # CONFIG_MINIX_FS is not set |
| 1139 | # CONFIG_OMFS_FS is not set | ||
| 1066 | # CONFIG_HPFS_FS is not set | 1140 | # CONFIG_HPFS_FS is not set |
| 1067 | # CONFIG_QNX4FS_FS is not set | 1141 | # CONFIG_QNX4FS_FS is not set |
| 1068 | # CONFIG_ROMFS_FS is not set | 1142 | # CONFIG_ROMFS_FS is not set |
| @@ -1073,14 +1147,13 @@ CONFIG_NFS_FS=y | |||
| 1073 | CONFIG_NFS_V3=y | 1147 | CONFIG_NFS_V3=y |
| 1074 | # CONFIG_NFS_V3_ACL is not set | 1148 | # CONFIG_NFS_V3_ACL is not set |
| 1075 | CONFIG_NFS_V4=y | 1149 | CONFIG_NFS_V4=y |
| 1076 | # CONFIG_NFSD is not set | ||
| 1077 | CONFIG_ROOT_NFS=y | 1150 | CONFIG_ROOT_NFS=y |
| 1151 | # CONFIG_NFSD is not set | ||
| 1078 | CONFIG_LOCKD=y | 1152 | CONFIG_LOCKD=y |
| 1079 | CONFIG_LOCKD_V4=y | 1153 | CONFIG_LOCKD_V4=y |
| 1080 | CONFIG_NFS_COMMON=y | 1154 | CONFIG_NFS_COMMON=y |
| 1081 | CONFIG_SUNRPC=y | 1155 | CONFIG_SUNRPC=y |
| 1082 | CONFIG_SUNRPC_GSS=y | 1156 | CONFIG_SUNRPC_GSS=y |
| 1083 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1084 | CONFIG_RPCSEC_GSS_KRB5=y | 1157 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1085 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1158 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1086 | # CONFIG_SMB_FS is not set | 1159 | # CONFIG_SMB_FS is not set |
| @@ -1154,6 +1227,7 @@ CONFIG_NLS_ISO8859_1=y | |||
| 1154 | # CONFIG_DLM is not set | 1227 | # CONFIG_DLM is not set |
| 1155 | CONFIG_UCC_FAST=y | 1228 | CONFIG_UCC_FAST=y |
| 1156 | CONFIG_UCC=y | 1229 | CONFIG_UCC=y |
| 1230 | # CONFIG_QE_GPIO is not set | ||
| 1157 | 1231 | ||
| 1158 | # | 1232 | # |
| 1159 | # Library routines | 1233 | # Library routines |
| @@ -1162,6 +1236,7 @@ CONFIG_BITREVERSE=y | |||
| 1162 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1236 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1163 | # CONFIG_CRC_CCITT is not set | 1237 | # CONFIG_CRC_CCITT is not set |
| 1164 | # CONFIG_CRC16 is not set | 1238 | # CONFIG_CRC16 is not set |
| 1239 | CONFIG_CRC_T10DIF=y | ||
| 1165 | CONFIG_CRC_ITU_T=y | 1240 | CONFIG_CRC_ITU_T=y |
| 1166 | CONFIG_CRC32=y | 1241 | CONFIG_CRC32=y |
| 1167 | CONFIG_CRC7=y | 1242 | CONFIG_CRC7=y |
| @@ -1187,8 +1262,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1187 | # CONFIG_SLUB_DEBUG_ON is not set | 1262 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1188 | # CONFIG_SLUB_STATS is not set | 1263 | # CONFIG_SLUB_STATS is not set |
| 1189 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1264 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1265 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1266 | # CONFIG_LATENCYTOP is not set | ||
| 1267 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1268 | CONFIG_HAVE_FTRACE=y | ||
| 1269 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1270 | # CONFIG_FTRACE is not set | ||
| 1271 | # CONFIG_SCHED_TRACER is not set | ||
| 1272 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1190 | # CONFIG_SAMPLES is not set | 1273 | # CONFIG_SAMPLES is not set |
| 1274 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1191 | # CONFIG_IRQSTACKS is not set | 1275 | # CONFIG_IRQSTACKS is not set |
| 1276 | # CONFIG_BOOTX_TEXT is not set | ||
| 1192 | # CONFIG_PPC_EARLY_DEBUG is not set | 1277 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1193 | 1278 | ||
| 1194 | # | 1279 | # |
| @@ -1242,6 +1327,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1242 | # CONFIG_CRYPTO_MD4 is not set | 1327 | # CONFIG_CRYPTO_MD4 is not set |
| 1243 | CONFIG_CRYPTO_MD5=y | 1328 | CONFIG_CRYPTO_MD5=y |
| 1244 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1329 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1330 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1331 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1332 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1333 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1245 | # CONFIG_CRYPTO_SHA1 is not set | 1334 | # CONFIG_CRYPTO_SHA1 is not set |
| 1246 | # CONFIG_CRYPTO_SHA256 is not set | 1335 | # CONFIG_CRYPTO_SHA256 is not set |
| 1247 | # CONFIG_CRYPTO_SHA512 is not set | 1336 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1274,6 +1363,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1274 | # CONFIG_CRYPTO_LZO is not set | 1363 | # CONFIG_CRYPTO_LZO is not set |
| 1275 | CONFIG_CRYPTO_HW=y | 1364 | CONFIG_CRYPTO_HW=y |
| 1276 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1365 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1366 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1277 | # CONFIG_PPC_CLOCK is not set | 1367 | # CONFIG_PPC_CLOCK is not set |
| 1278 | CONFIG_PPC_LIB_RHEAP=y | 1368 | CONFIG_PPC_LIB_RHEAP=y |
| 1279 | # CONFIG_VIRTUALIZATION is not set | 1369 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig b/arch/powerpc/configs/83xx/mpc834x_itx_defconfig index b47fc9185708..8d6513931850 100644 --- a/arch/powerpc/configs/83xx/mpc834x_itx_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_itx_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:25 2008 | 4 | # Thu Aug 21 00:52:20 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | CONFIG_MPC834x_ITX=y | 180 | CONFIG_MPC834x_ITX=y |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC834x=y | 187 | CONFIG_PPC_MPC834x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| 185 | # | 209 | # |
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -259,10 +289,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 259 | CONFIG_KERNEL_START=0xc0000000 | 289 | CONFIG_KERNEL_START=0xc0000000 |
| 260 | CONFIG_PHYSICAL_START=0x00000000 | 290 | CONFIG_PHYSICAL_START=0x00000000 |
| 261 | CONFIG_TASK_SIZE=0xc0000000 | 291 | CONFIG_TASK_SIZE=0xc0000000 |
| 262 | |||
| 263 | # | ||
| 264 | # Networking | ||
| 265 | # | ||
| 266 | CONFIG_NET=y | 292 | CONFIG_NET=y |
| 267 | 293 | ||
| 268 | # | 294 | # |
| @@ -439,9 +465,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
| 439 | # CONFIG_MTD_UBI is not set | 465 | # CONFIG_MTD_UBI is not set |
| 440 | CONFIG_OF_DEVICE=y | 466 | CONFIG_OF_DEVICE=y |
| 441 | CONFIG_OF_I2C=y | 467 | CONFIG_OF_I2C=y |
| 468 | CONFIG_OF_SPI=y | ||
| 442 | # CONFIG_PARPORT is not set | 469 | # CONFIG_PARPORT is not set |
| 443 | CONFIG_BLK_DEV=y | 470 | CONFIG_BLK_DEV=y |
| 444 | # CONFIG_BLK_DEV_FD is not set | 471 | # CONFIG_BLK_DEV_FD is not set |
| 472 | # CONFIG_MAC_FLOPPY is not set | ||
| 445 | # CONFIG_BLK_CPQ_DA is not set | 473 | # CONFIG_BLK_CPQ_DA is not set |
| 446 | # CONFIG_BLK_CPQ_CISS_DA is not set | 474 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 447 | # CONFIG_BLK_DEV_DAC960 is not set | 475 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -458,18 +486,17 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 458 | # CONFIG_BLK_DEV_XIP is not set | 486 | # CONFIG_BLK_DEV_XIP is not set |
| 459 | # CONFIG_CDROM_PKTCDVD is not set | 487 | # CONFIG_CDROM_PKTCDVD is not set |
| 460 | # CONFIG_ATA_OVER_ETH is not set | 488 | # CONFIG_ATA_OVER_ETH is not set |
| 489 | # CONFIG_BLK_DEV_HD is not set | ||
| 461 | CONFIG_MISC_DEVICES=y | 490 | CONFIG_MISC_DEVICES=y |
| 462 | # CONFIG_PHANTOM is not set | 491 | # CONFIG_PHANTOM is not set |
| 463 | # CONFIG_EEPROM_93CX6 is not set | 492 | # CONFIG_EEPROM_93CX6 is not set |
| 464 | # CONFIG_SGI_IOC4 is not set | 493 | # CONFIG_SGI_IOC4 is not set |
| 465 | # CONFIG_TIFM_CORE is not set | 494 | # CONFIG_TIFM_CORE is not set |
| 466 | # CONFIG_ENCLOSURE_SERVICES is not set | 495 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 496 | # CONFIG_HP_ILO is not set | ||
| 467 | CONFIG_HAVE_IDE=y | 497 | CONFIG_HAVE_IDE=y |
| 468 | CONFIG_IDE=y | 498 | CONFIG_IDE=y |
| 469 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 470 | # CONFIG_BLK_DEV_IDE is not set | 499 | # CONFIG_BLK_DEV_IDE is not set |
| 471 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 472 | # CONFIG_BLK_DEV_HD is not set | ||
| 473 | 500 | ||
| 474 | # | 501 | # |
| 475 | # SCSI device support | 502 | # SCSI device support |
| @@ -545,7 +572,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 545 | # CONFIG_SCSI_DC390T is not set | 572 | # CONFIG_SCSI_DC390T is not set |
| 546 | # CONFIG_SCSI_NSP32 is not set | 573 | # CONFIG_SCSI_NSP32 is not set |
| 547 | # CONFIG_SCSI_DEBUG is not set | 574 | # CONFIG_SCSI_DEBUG is not set |
| 575 | # CONFIG_SCSI_MESH is not set | ||
| 576 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 548 | # CONFIG_SCSI_SRP is not set | 577 | # CONFIG_SCSI_SRP is not set |
| 578 | # CONFIG_SCSI_DH is not set | ||
| 549 | CONFIG_ATA=y | 579 | CONFIG_ATA=y |
| 550 | # CONFIG_ATA_NONSTANDARD is not set | 580 | # CONFIG_ATA_NONSTANDARD is not set |
| 551 | CONFIG_SATA_PMP=y | 581 | CONFIG_SATA_PMP=y |
| @@ -623,12 +653,15 @@ CONFIG_MD_RAID1=y | |||
| 623 | # | 653 | # |
| 624 | # IEEE 1394 (FireWire) support | 654 | # IEEE 1394 (FireWire) support |
| 625 | # | 655 | # |
| 656 | |||
| 657 | # | ||
| 658 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 659 | # | ||
| 626 | # CONFIG_FIREWIRE is not set | 660 | # CONFIG_FIREWIRE is not set |
| 627 | # CONFIG_IEEE1394 is not set | 661 | # CONFIG_IEEE1394 is not set |
| 628 | # CONFIG_I2O is not set | 662 | # CONFIG_I2O is not set |
| 629 | # CONFIG_MACINTOSH_DRIVERS is not set | 663 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 630 | CONFIG_NETDEVICES=y | 664 | CONFIG_NETDEVICES=y |
| 631 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 632 | # CONFIG_DUMMY is not set | 665 | # CONFIG_DUMMY is not set |
| 633 | # CONFIG_BONDING is not set | 666 | # CONFIG_BONDING is not set |
| 634 | # CONFIG_MACVLAN is not set | 667 | # CONFIG_MACVLAN is not set |
| @@ -659,7 +692,6 @@ CONFIG_NETDEV_1000=y | |||
| 659 | # CONFIG_DL2K is not set | 692 | # CONFIG_DL2K is not set |
| 660 | # CONFIG_E1000 is not set | 693 | # CONFIG_E1000 is not set |
| 661 | # CONFIG_E1000E is not set | 694 | # CONFIG_E1000E is not set |
| 662 | # CONFIG_E1000E_ENABLED is not set | ||
| 663 | # CONFIG_IP1000 is not set | 695 | # CONFIG_IP1000 is not set |
| 664 | # CONFIG_IGB is not set | 696 | # CONFIG_IGB is not set |
| 665 | # CONFIG_NS83820 is not set | 697 | # CONFIG_NS83820 is not set |
| @@ -673,9 +705,10 @@ CONFIG_NETDEV_1000=y | |||
| 673 | # CONFIG_TIGON3 is not set | 705 | # CONFIG_TIGON3 is not set |
| 674 | # CONFIG_BNX2 is not set | 706 | # CONFIG_BNX2 is not set |
| 675 | CONFIG_GIANFAR=y | 707 | CONFIG_GIANFAR=y |
| 676 | CONFIG_GFAR_NAPI=y | 708 | # CONFIG_MV643XX_ETH is not set |
| 677 | # CONFIG_QLA3XXX is not set | 709 | # CONFIG_QLA3XXX is not set |
| 678 | # CONFIG_ATL1 is not set | 710 | # CONFIG_ATL1 is not set |
| 711 | # CONFIG_ATL1E is not set | ||
| 679 | CONFIG_NETDEV_10000=y | 712 | CONFIG_NETDEV_10000=y |
| 680 | # CONFIG_CHELSIO_T1 is not set | 713 | # CONFIG_CHELSIO_T1 is not set |
| 681 | # CONFIG_CHELSIO_T3 is not set | 714 | # CONFIG_CHELSIO_T3 is not set |
| @@ -753,11 +786,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 753 | # CONFIG_SERIAL_UARTLITE is not set | 786 | # CONFIG_SERIAL_UARTLITE is not set |
| 754 | CONFIG_SERIAL_CORE=y | 787 | CONFIG_SERIAL_CORE=y |
| 755 | CONFIG_SERIAL_CORE_CONSOLE=y | 788 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 789 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 756 | # CONFIG_SERIAL_JSM is not set | 790 | # CONFIG_SERIAL_JSM is not set |
| 757 | # CONFIG_SERIAL_OF_PLATFORM is not set | 791 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 758 | CONFIG_UNIX98_PTYS=y | 792 | CONFIG_UNIX98_PTYS=y |
| 759 | CONFIG_LEGACY_PTYS=y | 793 | CONFIG_LEGACY_PTYS=y |
| 760 | CONFIG_LEGACY_PTY_COUNT=256 | 794 | CONFIG_LEGACY_PTY_COUNT=256 |
| 795 | # CONFIG_BRIQ_PANEL is not set | ||
| 796 | # CONFIG_HVC_RTAS is not set | ||
| 761 | # CONFIG_IPMI_HANDLER is not set | 797 | # CONFIG_IPMI_HANDLER is not set |
| 762 | CONFIG_HW_RANDOM=y | 798 | CONFIG_HW_RANDOM=y |
| 763 | # CONFIG_NVRAM is not set | 799 | # CONFIG_NVRAM is not set |
| @@ -769,43 +805,70 @@ CONFIG_DEVPORT=y | |||
| 769 | CONFIG_I2C=y | 805 | CONFIG_I2C=y |
| 770 | CONFIG_I2C_BOARDINFO=y | 806 | CONFIG_I2C_BOARDINFO=y |
| 771 | CONFIG_I2C_CHARDEV=y | 807 | CONFIG_I2C_CHARDEV=y |
| 808 | CONFIG_I2C_HELPER_AUTO=y | ||
| 772 | 809 | ||
| 773 | # | 810 | # |
| 774 | # I2C Hardware Bus support | 811 | # I2C Hardware Bus support |
| 775 | # | 812 | # |
| 813 | |||
| 814 | # | ||
| 815 | # PC SMBus host controller drivers | ||
| 816 | # | ||
| 776 | # CONFIG_I2C_ALI1535 is not set | 817 | # CONFIG_I2C_ALI1535 is not set |
| 777 | # CONFIG_I2C_ALI1563 is not set | 818 | # CONFIG_I2C_ALI1563 is not set |
| 778 | # CONFIG_I2C_ALI15X3 is not set | 819 | # CONFIG_I2C_ALI15X3 is not set |
| 779 | # CONFIG_I2C_AMD756 is not set | 820 | # CONFIG_I2C_AMD756 is not set |
| 780 | # CONFIG_I2C_AMD8111 is not set | 821 | # CONFIG_I2C_AMD8111 is not set |
| 781 | # CONFIG_I2C_I801 is not set | 822 | # CONFIG_I2C_I801 is not set |
| 782 | # CONFIG_I2C_I810 is not set | 823 | # CONFIG_I2C_ISCH is not set |
| 783 | # CONFIG_I2C_PIIX4 is not set | 824 | # CONFIG_I2C_PIIX4 is not set |
| 784 | CONFIG_I2C_MPC=y | ||
| 785 | # CONFIG_I2C_NFORCE2 is not set | 825 | # CONFIG_I2C_NFORCE2 is not set |
| 786 | # CONFIG_I2C_OCORES is not set | ||
| 787 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 788 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 789 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 790 | # CONFIG_I2C_SIMTEC is not set | ||
| 791 | # CONFIG_I2C_SIS5595 is not set | 826 | # CONFIG_I2C_SIS5595 is not set |
| 792 | # CONFIG_I2C_SIS630 is not set | 827 | # CONFIG_I2C_SIS630 is not set |
| 793 | # CONFIG_I2C_SIS96X is not set | 828 | # CONFIG_I2C_SIS96X is not set |
| 794 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 795 | # CONFIG_I2C_STUB is not set | ||
| 796 | # CONFIG_I2C_TINY_USB is not set | ||
| 797 | # CONFIG_I2C_VIA is not set | 829 | # CONFIG_I2C_VIA is not set |
| 798 | # CONFIG_I2C_VIAPRO is not set | 830 | # CONFIG_I2C_VIAPRO is not set |
| 831 | |||
| 832 | # | ||
| 833 | # Mac SMBus host controller drivers | ||
| 834 | # | ||
| 835 | # CONFIG_I2C_HYDRA is not set | ||
| 836 | CONFIG_I2C_POWERMAC=y | ||
| 837 | |||
| 838 | # | ||
| 839 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 840 | # | ||
| 841 | CONFIG_I2C_MPC=y | ||
| 842 | # CONFIG_I2C_OCORES is not set | ||
| 843 | # CONFIG_I2C_SIMTEC is not set | ||
| 844 | |||
| 845 | # | ||
| 846 | # External I2C/SMBus adapter drivers | ||
| 847 | # | ||
| 848 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 849 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 850 | # CONFIG_I2C_TINY_USB is not set | ||
| 851 | |||
| 852 | # | ||
| 853 | # Graphics adapter I2C/DDC channel drivers | ||
| 854 | # | ||
| 799 | # CONFIG_I2C_VOODOO3 is not set | 855 | # CONFIG_I2C_VOODOO3 is not set |
| 856 | |||
| 857 | # | ||
| 858 | # Other I2C/SMBus bus drivers | ||
| 859 | # | ||
| 800 | # CONFIG_I2C_PCA_PLATFORM is not set | 860 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 861 | # CONFIG_I2C_STUB is not set | ||
| 801 | 862 | ||
| 802 | # | 863 | # |
| 803 | # Miscellaneous I2C Chip support | 864 | # Miscellaneous I2C Chip support |
| 804 | # | 865 | # |
| 805 | # CONFIG_DS1682 is not set | 866 | # CONFIG_DS1682 is not set |
| 867 | # CONFIG_AT24 is not set | ||
| 806 | # CONFIG_SENSORS_EEPROM is not set | 868 | # CONFIG_SENSORS_EEPROM is not set |
| 807 | CONFIG_SENSORS_PCF8574=y | 869 | CONFIG_SENSORS_PCF8574=y |
| 808 | # CONFIG_PCF8575 is not set | 870 | # CONFIG_PCF8575 is not set |
| 871 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 809 | # CONFIG_SENSORS_PCF8591 is not set | 872 | # CONFIG_SENSORS_PCF8591 is not set |
| 810 | # CONFIG_SENSORS_MAX6875 is not set | 873 | # CONFIG_SENSORS_MAX6875 is not set |
| 811 | # CONFIG_SENSORS_TSL2550 is not set | 874 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -828,10 +891,13 @@ CONFIG_SPI_MPC83xx=y | |||
| 828 | # CONFIG_SPI_AT25 is not set | 891 | # CONFIG_SPI_AT25 is not set |
| 829 | # CONFIG_SPI_SPIDEV is not set | 892 | # CONFIG_SPI_SPIDEV is not set |
| 830 | # CONFIG_SPI_TLE62X0 is not set | 893 | # CONFIG_SPI_TLE62X0 is not set |
| 894 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 895 | # CONFIG_GPIOLIB is not set | ||
| 831 | # CONFIG_W1 is not set | 896 | # CONFIG_W1 is not set |
| 832 | # CONFIG_POWER_SUPPLY is not set | 897 | # CONFIG_POWER_SUPPLY is not set |
| 833 | # CONFIG_HWMON is not set | 898 | # CONFIG_HWMON is not set |
| 834 | # CONFIG_THERMAL is not set | 899 | # CONFIG_THERMAL is not set |
| 900 | # CONFIG_THERMAL_HWMON is not set | ||
| 835 | CONFIG_WATCHDOG=y | 901 | CONFIG_WATCHDOG=y |
| 836 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 902 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 837 | 903 | ||
| @@ -839,7 +905,9 @@ CONFIG_WATCHDOG=y | |||
| 839 | # Watchdog Device Drivers | 905 | # Watchdog Device Drivers |
| 840 | # | 906 | # |
| 841 | # CONFIG_SOFT_WATCHDOG is not set | 907 | # CONFIG_SOFT_WATCHDOG is not set |
| 842 | CONFIG_83xx_WDT=y | 908 | # CONFIG_ALIM7101_WDT is not set |
| 909 | # CONFIG_8xxx_WDT is not set | ||
| 910 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 843 | 911 | ||
| 844 | # | 912 | # |
| 845 | # PCI-based Watchdog Cards | 913 | # PCI-based Watchdog Cards |
| @@ -861,8 +929,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 861 | # | 929 | # |
| 862 | # Multifunction device drivers | 930 | # Multifunction device drivers |
| 863 | # | 931 | # |
| 932 | # CONFIG_MFD_CORE is not set | ||
| 864 | # CONFIG_MFD_SM501 is not set | 933 | # CONFIG_MFD_SM501 is not set |
| 865 | # CONFIG_HTC_PASIC3 is not set | 934 | # CONFIG_HTC_PASIC3 is not set |
| 935 | # CONFIG_MFD_TMIO is not set | ||
| 866 | 936 | ||
| 867 | # | 937 | # |
| 868 | # Multimedia devices | 938 | # Multimedia devices |
| @@ -895,10 +965,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 895 | # Display device support | 965 | # Display device support |
| 896 | # | 966 | # |
| 897 | # CONFIG_DISPLAY_SUPPORT is not set | 967 | # CONFIG_DISPLAY_SUPPORT is not set |
| 898 | |||
| 899 | # | ||
| 900 | # Sound | ||
| 901 | # | ||
| 902 | # CONFIG_SOUND is not set | 968 | # CONFIG_SOUND is not set |
| 903 | CONFIG_USB_SUPPORT=y | 969 | CONFIG_USB_SUPPORT=y |
| 904 | CONFIG_USB_ARCH_HAS_HCD=y | 970 | CONFIG_USB_ARCH_HAS_HCD=y |
| @@ -917,6 +983,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 917 | # CONFIG_USB_OTG is not set | 983 | # CONFIG_USB_OTG is not set |
| 918 | # CONFIG_USB_OTG_WHITELIST is not set | 984 | # CONFIG_USB_OTG_WHITELIST is not set |
| 919 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 985 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 986 | CONFIG_USB_MON=y | ||
| 920 | 987 | ||
| 921 | # | 988 | # |
| 922 | # USB Host Controller Drivers | 989 | # USB Host Controller Drivers |
| @@ -960,6 +1027,7 @@ CONFIG_USB_STORAGE=y | |||
| 960 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1027 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 961 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1028 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 962 | # CONFIG_USB_STORAGE_KARMA is not set | 1029 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1030 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 963 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1031 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 964 | # CONFIG_USB_LIBUSUAL is not set | 1032 | # CONFIG_USB_LIBUSUAL is not set |
| 965 | 1033 | ||
| @@ -968,7 +1036,6 @@ CONFIG_USB_STORAGE=y | |||
| 968 | # | 1036 | # |
| 969 | # CONFIG_USB_MDC800 is not set | 1037 | # CONFIG_USB_MDC800 is not set |
| 970 | # CONFIG_USB_MICROTEK is not set | 1038 | # CONFIG_USB_MICROTEK is not set |
| 971 | CONFIG_USB_MON=y | ||
| 972 | 1039 | ||
| 973 | # | 1040 | # |
| 974 | # USB port drivers | 1041 | # USB port drivers |
| @@ -981,7 +1048,6 @@ CONFIG_USB_MON=y | |||
| 981 | # CONFIG_USB_EMI62 is not set | 1048 | # CONFIG_USB_EMI62 is not set |
| 982 | # CONFIG_USB_EMI26 is not set | 1049 | # CONFIG_USB_EMI26 is not set |
| 983 | # CONFIG_USB_ADUTUX is not set | 1050 | # CONFIG_USB_ADUTUX is not set |
| 984 | # CONFIG_USB_AUERSWALD is not set | ||
| 985 | # CONFIG_USB_RIO500 is not set | 1051 | # CONFIG_USB_RIO500 is not set |
| 986 | # CONFIG_USB_LEGOTOWER is not set | 1052 | # CONFIG_USB_LEGOTOWER is not set |
| 987 | # CONFIG_USB_LCD is not set | 1053 | # CONFIG_USB_LCD is not set |
| @@ -1035,10 +1101,13 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 1035 | # CONFIG_RTC_DRV_PCF8583 is not set | 1101 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1036 | # CONFIG_RTC_DRV_M41T80 is not set | 1102 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1037 | # CONFIG_RTC_DRV_S35390A is not set | 1103 | # CONFIG_RTC_DRV_S35390A is not set |
| 1104 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1038 | 1105 | ||
| 1039 | # | 1106 | # |
| 1040 | # SPI RTC drivers | 1107 | # SPI RTC drivers |
| 1041 | # | 1108 | # |
| 1109 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1110 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 1042 | # CONFIG_RTC_DRV_MAX6902 is not set | 1111 | # CONFIG_RTC_DRV_MAX6902 is not set |
| 1043 | # CONFIG_RTC_DRV_R9701 is not set | 1112 | # CONFIG_RTC_DRV_R9701 is not set |
| 1044 | # CONFIG_RTC_DRV_RS5C348 is not set | 1113 | # CONFIG_RTC_DRV_RS5C348 is not set |
| @@ -1130,6 +1199,7 @@ CONFIG_TMPFS=y | |||
| 1130 | # CONFIG_CRAMFS is not set | 1199 | # CONFIG_CRAMFS is not set |
| 1131 | # CONFIG_VXFS_FS is not set | 1200 | # CONFIG_VXFS_FS is not set |
| 1132 | # CONFIG_MINIX_FS is not set | 1201 | # CONFIG_MINIX_FS is not set |
| 1202 | # CONFIG_OMFS_FS is not set | ||
| 1133 | # CONFIG_HPFS_FS is not set | 1203 | # CONFIG_HPFS_FS is not set |
| 1134 | # CONFIG_QNX4FS_FS is not set | 1204 | # CONFIG_QNX4FS_FS is not set |
| 1135 | # CONFIG_ROMFS_FS is not set | 1205 | # CONFIG_ROMFS_FS is not set |
| @@ -1140,14 +1210,13 @@ CONFIG_NFS_FS=y | |||
| 1140 | CONFIG_NFS_V3=y | 1210 | CONFIG_NFS_V3=y |
| 1141 | # CONFIG_NFS_V3_ACL is not set | 1211 | # CONFIG_NFS_V3_ACL is not set |
| 1142 | CONFIG_NFS_V4=y | 1212 | CONFIG_NFS_V4=y |
| 1143 | # CONFIG_NFSD is not set | ||
| 1144 | CONFIG_ROOT_NFS=y | 1213 | CONFIG_ROOT_NFS=y |
| 1214 | # CONFIG_NFSD is not set | ||
| 1145 | CONFIG_LOCKD=y | 1215 | CONFIG_LOCKD=y |
| 1146 | CONFIG_LOCKD_V4=y | 1216 | CONFIG_LOCKD_V4=y |
| 1147 | CONFIG_NFS_COMMON=y | 1217 | CONFIG_NFS_COMMON=y |
| 1148 | CONFIG_SUNRPC=y | 1218 | CONFIG_SUNRPC=y |
| 1149 | CONFIG_SUNRPC_GSS=y | 1219 | CONFIG_SUNRPC_GSS=y |
| 1150 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1151 | CONFIG_RPCSEC_GSS_KRB5=y | 1220 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1152 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1221 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1153 | # CONFIG_SMB_FS is not set | 1222 | # CONFIG_SMB_FS is not set |
| @@ -1226,6 +1295,7 @@ CONFIG_BITREVERSE=y | |||
| 1226 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1295 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1227 | # CONFIG_CRC_CCITT is not set | 1296 | # CONFIG_CRC_CCITT is not set |
| 1228 | # CONFIG_CRC16 is not set | 1297 | # CONFIG_CRC16 is not set |
| 1298 | CONFIG_CRC_T10DIF=y | ||
| 1229 | # CONFIG_CRC_ITU_T is not set | 1299 | # CONFIG_CRC_ITU_T is not set |
| 1230 | CONFIG_CRC32=y | 1300 | CONFIG_CRC32=y |
| 1231 | # CONFIG_CRC7 is not set | 1301 | # CONFIG_CRC7 is not set |
| @@ -1251,8 +1321,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1251 | # CONFIG_SLUB_DEBUG_ON is not set | 1321 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1252 | # CONFIG_SLUB_STATS is not set | 1322 | # CONFIG_SLUB_STATS is not set |
| 1253 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1323 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1324 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1325 | # CONFIG_LATENCYTOP is not set | ||
| 1326 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1327 | CONFIG_HAVE_FTRACE=y | ||
| 1328 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1329 | # CONFIG_FTRACE is not set | ||
| 1330 | # CONFIG_SCHED_TRACER is not set | ||
| 1331 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1254 | # CONFIG_SAMPLES is not set | 1332 | # CONFIG_SAMPLES is not set |
| 1333 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1255 | # CONFIG_IRQSTACKS is not set | 1334 | # CONFIG_IRQSTACKS is not set |
| 1335 | # CONFIG_BOOTX_TEXT is not set | ||
| 1256 | # CONFIG_PPC_EARLY_DEBUG is not set | 1336 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1257 | 1337 | ||
| 1258 | # | 1338 | # |
| @@ -1306,6 +1386,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1306 | # CONFIG_CRYPTO_MD4 is not set | 1386 | # CONFIG_CRYPTO_MD4 is not set |
| 1307 | CONFIG_CRYPTO_MD5=y | 1387 | CONFIG_CRYPTO_MD5=y |
| 1308 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1388 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1389 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1390 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1391 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1392 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1309 | # CONFIG_CRYPTO_SHA1 is not set | 1393 | # CONFIG_CRYPTO_SHA1 is not set |
| 1310 | # CONFIG_CRYPTO_SHA256 is not set | 1394 | # CONFIG_CRYPTO_SHA256 is not set |
| 1311 | # CONFIG_CRYPTO_SHA512 is not set | 1395 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1338,5 +1422,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1338 | # CONFIG_CRYPTO_LZO is not set | 1422 | # CONFIG_CRYPTO_LZO is not set |
| 1339 | CONFIG_CRYPTO_HW=y | 1423 | CONFIG_CRYPTO_HW=y |
| 1340 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1424 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1425 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1341 | # CONFIG_PPC_CLOCK is not set | 1426 | # CONFIG_PPC_CLOCK is not set |
| 1342 | # CONFIG_VIRTUALIZATION is not set | 1427 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig b/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig index fdac4845bad9..a8afa39d6f76 100644 --- a/arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_itxgp_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:26 2008 | 4 | # Thu Aug 21 00:52:21 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | CONFIG_MPC834x_ITX=y | 180 | CONFIG_MPC834x_ITX=y |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC834x=y | 187 | CONFIG_PPC_MPC834x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| 185 | # | 209 | # |
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -259,10 +289,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 259 | CONFIG_KERNEL_START=0xc0000000 | 289 | CONFIG_KERNEL_START=0xc0000000 |
| 260 | CONFIG_PHYSICAL_START=0x00000000 | 290 | CONFIG_PHYSICAL_START=0x00000000 |
| 261 | CONFIG_TASK_SIZE=0xc0000000 | 291 | CONFIG_TASK_SIZE=0xc0000000 |
| 262 | |||
| 263 | # | ||
| 264 | # Networking | ||
| 265 | # | ||
| 266 | CONFIG_NET=y | 292 | CONFIG_NET=y |
| 267 | 293 | ||
| 268 | # | 294 | # |
| @@ -439,9 +465,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
| 439 | # CONFIG_MTD_UBI is not set | 465 | # CONFIG_MTD_UBI is not set |
| 440 | CONFIG_OF_DEVICE=y | 466 | CONFIG_OF_DEVICE=y |
| 441 | CONFIG_OF_I2C=y | 467 | CONFIG_OF_I2C=y |
| 468 | CONFIG_OF_SPI=y | ||
| 442 | # CONFIG_PARPORT is not set | 469 | # CONFIG_PARPORT is not set |
| 443 | CONFIG_BLK_DEV=y | 470 | CONFIG_BLK_DEV=y |
| 444 | # CONFIG_BLK_DEV_FD is not set | 471 | # CONFIG_BLK_DEV_FD is not set |
| 472 | # CONFIG_MAC_FLOPPY is not set | ||
| 445 | # CONFIG_BLK_CPQ_DA is not set | 473 | # CONFIG_BLK_CPQ_DA is not set |
| 446 | # CONFIG_BLK_CPQ_CISS_DA is not set | 474 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 447 | # CONFIG_BLK_DEV_DAC960 is not set | 475 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -458,12 +486,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 458 | # CONFIG_BLK_DEV_XIP is not set | 486 | # CONFIG_BLK_DEV_XIP is not set |
| 459 | # CONFIG_CDROM_PKTCDVD is not set | 487 | # CONFIG_CDROM_PKTCDVD is not set |
| 460 | # CONFIG_ATA_OVER_ETH is not set | 488 | # CONFIG_ATA_OVER_ETH is not set |
| 489 | # CONFIG_BLK_DEV_HD is not set | ||
| 461 | CONFIG_MISC_DEVICES=y | 490 | CONFIG_MISC_DEVICES=y |
| 462 | # CONFIG_PHANTOM is not set | 491 | # CONFIG_PHANTOM is not set |
| 463 | # CONFIG_EEPROM_93CX6 is not set | 492 | # CONFIG_EEPROM_93CX6 is not set |
| 464 | # CONFIG_SGI_IOC4 is not set | 493 | # CONFIG_SGI_IOC4 is not set |
| 465 | # CONFIG_TIFM_CORE is not set | 494 | # CONFIG_TIFM_CORE is not set |
| 466 | # CONFIG_ENCLOSURE_SERVICES is not set | 495 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 496 | # CONFIG_HP_ILO is not set | ||
| 467 | CONFIG_HAVE_IDE=y | 497 | CONFIG_HAVE_IDE=y |
| 468 | # CONFIG_IDE is not set | 498 | # CONFIG_IDE is not set |
| 469 | 499 | ||
| @@ -540,7 +570,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 540 | # CONFIG_SCSI_DC390T is not set | 570 | # CONFIG_SCSI_DC390T is not set |
| 541 | # CONFIG_SCSI_NSP32 is not set | 571 | # CONFIG_SCSI_NSP32 is not set |
| 542 | # CONFIG_SCSI_DEBUG is not set | 572 | # CONFIG_SCSI_DEBUG is not set |
| 573 | # CONFIG_SCSI_MESH is not set | ||
| 574 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 543 | # CONFIG_SCSI_SRP is not set | 575 | # CONFIG_SCSI_SRP is not set |
| 576 | # CONFIG_SCSI_DH is not set | ||
| 544 | # CONFIG_ATA is not set | 577 | # CONFIG_ATA is not set |
| 545 | # CONFIG_MD is not set | 578 | # CONFIG_MD is not set |
| 546 | # CONFIG_FUSION is not set | 579 | # CONFIG_FUSION is not set |
| @@ -548,12 +581,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 548 | # | 581 | # |
| 549 | # IEEE 1394 (FireWire) support | 582 | # IEEE 1394 (FireWire) support |
| 550 | # | 583 | # |
| 584 | |||
| 585 | # | ||
| 586 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 587 | # | ||
| 551 | # CONFIG_FIREWIRE is not set | 588 | # CONFIG_FIREWIRE is not set |
| 552 | # CONFIG_IEEE1394 is not set | 589 | # CONFIG_IEEE1394 is not set |
| 553 | # CONFIG_I2O is not set | 590 | # CONFIG_I2O is not set |
| 554 | # CONFIG_MACINTOSH_DRIVERS is not set | 591 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 555 | CONFIG_NETDEVICES=y | 592 | CONFIG_NETDEVICES=y |
| 556 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 557 | # CONFIG_DUMMY is not set | 593 | # CONFIG_DUMMY is not set |
| 558 | # CONFIG_BONDING is not set | 594 | # CONFIG_BONDING is not set |
| 559 | # CONFIG_MACVLAN is not set | 595 | # CONFIG_MACVLAN is not set |
| @@ -584,7 +620,6 @@ CONFIG_NETDEV_1000=y | |||
| 584 | # CONFIG_DL2K is not set | 620 | # CONFIG_DL2K is not set |
| 585 | # CONFIG_E1000 is not set | 621 | # CONFIG_E1000 is not set |
| 586 | # CONFIG_E1000E is not set | 622 | # CONFIG_E1000E is not set |
| 587 | # CONFIG_E1000E_ENABLED is not set | ||
| 588 | # CONFIG_IP1000 is not set | 623 | # CONFIG_IP1000 is not set |
| 589 | # CONFIG_IGB is not set | 624 | # CONFIG_IGB is not set |
| 590 | # CONFIG_NS83820 is not set | 625 | # CONFIG_NS83820 is not set |
| @@ -598,9 +633,10 @@ CONFIG_NETDEV_1000=y | |||
| 598 | # CONFIG_TIGON3 is not set | 633 | # CONFIG_TIGON3 is not set |
| 599 | # CONFIG_BNX2 is not set | 634 | # CONFIG_BNX2 is not set |
| 600 | CONFIG_GIANFAR=y | 635 | CONFIG_GIANFAR=y |
| 601 | CONFIG_GFAR_NAPI=y | 636 | # CONFIG_MV643XX_ETH is not set |
| 602 | # CONFIG_QLA3XXX is not set | 637 | # CONFIG_QLA3XXX is not set |
| 603 | # CONFIG_ATL1 is not set | 638 | # CONFIG_ATL1 is not set |
| 639 | # CONFIG_ATL1E is not set | ||
| 604 | CONFIG_NETDEV_10000=y | 640 | CONFIG_NETDEV_10000=y |
| 605 | # CONFIG_CHELSIO_T1 is not set | 641 | # CONFIG_CHELSIO_T1 is not set |
| 606 | # CONFIG_CHELSIO_T3 is not set | 642 | # CONFIG_CHELSIO_T3 is not set |
| @@ -678,11 +714,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 678 | # CONFIG_SERIAL_UARTLITE is not set | 714 | # CONFIG_SERIAL_UARTLITE is not set |
| 679 | CONFIG_SERIAL_CORE=y | 715 | CONFIG_SERIAL_CORE=y |
| 680 | CONFIG_SERIAL_CORE_CONSOLE=y | 716 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 717 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 681 | # CONFIG_SERIAL_JSM is not set | 718 | # CONFIG_SERIAL_JSM is not set |
| 682 | # CONFIG_SERIAL_OF_PLATFORM is not set | 719 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 683 | CONFIG_UNIX98_PTYS=y | 720 | CONFIG_UNIX98_PTYS=y |
| 684 | CONFIG_LEGACY_PTYS=y | 721 | CONFIG_LEGACY_PTYS=y |
| 685 | CONFIG_LEGACY_PTY_COUNT=256 | 722 | CONFIG_LEGACY_PTY_COUNT=256 |
| 723 | # CONFIG_BRIQ_PANEL is not set | ||
| 724 | # CONFIG_HVC_RTAS is not set | ||
| 686 | # CONFIG_IPMI_HANDLER is not set | 725 | # CONFIG_IPMI_HANDLER is not set |
| 687 | CONFIG_HW_RANDOM=y | 726 | CONFIG_HW_RANDOM=y |
| 688 | # CONFIG_NVRAM is not set | 727 | # CONFIG_NVRAM is not set |
| @@ -694,43 +733,70 @@ CONFIG_DEVPORT=y | |||
| 694 | CONFIG_I2C=y | 733 | CONFIG_I2C=y |
| 695 | CONFIG_I2C_BOARDINFO=y | 734 | CONFIG_I2C_BOARDINFO=y |
| 696 | CONFIG_I2C_CHARDEV=y | 735 | CONFIG_I2C_CHARDEV=y |
| 736 | CONFIG_I2C_HELPER_AUTO=y | ||
| 697 | 737 | ||
| 698 | # | 738 | # |
| 699 | # I2C Hardware Bus support | 739 | # I2C Hardware Bus support |
| 700 | # | 740 | # |
| 741 | |||
| 742 | # | ||
| 743 | # PC SMBus host controller drivers | ||
| 744 | # | ||
| 701 | # CONFIG_I2C_ALI1535 is not set | 745 | # CONFIG_I2C_ALI1535 is not set |
| 702 | # CONFIG_I2C_ALI1563 is not set | 746 | # CONFIG_I2C_ALI1563 is not set |
| 703 | # CONFIG_I2C_ALI15X3 is not set | 747 | # CONFIG_I2C_ALI15X3 is not set |
| 704 | # CONFIG_I2C_AMD756 is not set | 748 | # CONFIG_I2C_AMD756 is not set |
| 705 | # CONFIG_I2C_AMD8111 is not set | 749 | # CONFIG_I2C_AMD8111 is not set |
| 706 | # CONFIG_I2C_I801 is not set | 750 | # CONFIG_I2C_I801 is not set |
| 707 | # CONFIG_I2C_I810 is not set | 751 | # CONFIG_I2C_ISCH is not set |
| 708 | # CONFIG_I2C_PIIX4 is not set | 752 | # CONFIG_I2C_PIIX4 is not set |
| 709 | CONFIG_I2C_MPC=y | ||
| 710 | # CONFIG_I2C_NFORCE2 is not set | 753 | # CONFIG_I2C_NFORCE2 is not set |
| 711 | # CONFIG_I2C_OCORES is not set | ||
| 712 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 713 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 714 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 715 | # CONFIG_I2C_SIMTEC is not set | ||
| 716 | # CONFIG_I2C_SIS5595 is not set | 754 | # CONFIG_I2C_SIS5595 is not set |
| 717 | # CONFIG_I2C_SIS630 is not set | 755 | # CONFIG_I2C_SIS630 is not set |
| 718 | # CONFIG_I2C_SIS96X is not set | 756 | # CONFIG_I2C_SIS96X is not set |
| 719 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 720 | # CONFIG_I2C_STUB is not set | ||
| 721 | # CONFIG_I2C_TINY_USB is not set | ||
| 722 | # CONFIG_I2C_VIA is not set | 757 | # CONFIG_I2C_VIA is not set |
| 723 | # CONFIG_I2C_VIAPRO is not set | 758 | # CONFIG_I2C_VIAPRO is not set |
| 759 | |||
| 760 | # | ||
| 761 | # Mac SMBus host controller drivers | ||
| 762 | # | ||
| 763 | # CONFIG_I2C_HYDRA is not set | ||
| 764 | CONFIG_I2C_POWERMAC=y | ||
| 765 | |||
| 766 | # | ||
| 767 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 768 | # | ||
| 769 | CONFIG_I2C_MPC=y | ||
| 770 | # CONFIG_I2C_OCORES is not set | ||
| 771 | # CONFIG_I2C_SIMTEC is not set | ||
| 772 | |||
| 773 | # | ||
| 774 | # External I2C/SMBus adapter drivers | ||
| 775 | # | ||
| 776 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 777 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 778 | # CONFIG_I2C_TINY_USB is not set | ||
| 779 | |||
| 780 | # | ||
| 781 | # Graphics adapter I2C/DDC channel drivers | ||
| 782 | # | ||
| 724 | # CONFIG_I2C_VOODOO3 is not set | 783 | # CONFIG_I2C_VOODOO3 is not set |
| 784 | |||
| 785 | # | ||
| 786 | # Other I2C/SMBus bus drivers | ||
| 787 | # | ||
| 725 | # CONFIG_I2C_PCA_PLATFORM is not set | 788 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 789 | # CONFIG_I2C_STUB is not set | ||
| 726 | 790 | ||
| 727 | # | 791 | # |
| 728 | # Miscellaneous I2C Chip support | 792 | # Miscellaneous I2C Chip support |
| 729 | # | 793 | # |
| 730 | # CONFIG_DS1682 is not set | 794 | # CONFIG_DS1682 is not set |
| 795 | # CONFIG_AT24 is not set | ||
| 731 | # CONFIG_SENSORS_EEPROM is not set | 796 | # CONFIG_SENSORS_EEPROM is not set |
| 732 | CONFIG_SENSORS_PCF8574=y | 797 | CONFIG_SENSORS_PCF8574=y |
| 733 | # CONFIG_PCF8575 is not set | 798 | # CONFIG_PCF8575 is not set |
| 799 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 734 | # CONFIG_SENSORS_PCF8591 is not set | 800 | # CONFIG_SENSORS_PCF8591 is not set |
| 735 | # CONFIG_SENSORS_MAX6875 is not set | 801 | # CONFIG_SENSORS_MAX6875 is not set |
| 736 | # CONFIG_SENSORS_TSL2550 is not set | 802 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -753,10 +819,13 @@ CONFIG_SPI_MPC83xx=y | |||
| 753 | # CONFIG_SPI_AT25 is not set | 819 | # CONFIG_SPI_AT25 is not set |
| 754 | # CONFIG_SPI_SPIDEV is not set | 820 | # CONFIG_SPI_SPIDEV is not set |
| 755 | # CONFIG_SPI_TLE62X0 is not set | 821 | # CONFIG_SPI_TLE62X0 is not set |
| 822 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 823 | # CONFIG_GPIOLIB is not set | ||
| 756 | # CONFIG_W1 is not set | 824 | # CONFIG_W1 is not set |
| 757 | # CONFIG_POWER_SUPPLY is not set | 825 | # CONFIG_POWER_SUPPLY is not set |
| 758 | # CONFIG_HWMON is not set | 826 | # CONFIG_HWMON is not set |
| 759 | # CONFIG_THERMAL is not set | 827 | # CONFIG_THERMAL is not set |
| 828 | # CONFIG_THERMAL_HWMON is not set | ||
| 760 | CONFIG_WATCHDOG=y | 829 | CONFIG_WATCHDOG=y |
| 761 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 830 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 762 | 831 | ||
| @@ -764,7 +833,9 @@ CONFIG_WATCHDOG=y | |||
| 764 | # Watchdog Device Drivers | 833 | # Watchdog Device Drivers |
| 765 | # | 834 | # |
| 766 | # CONFIG_SOFT_WATCHDOG is not set | 835 | # CONFIG_SOFT_WATCHDOG is not set |
| 767 | CONFIG_83xx_WDT=y | 836 | # CONFIG_ALIM7101_WDT is not set |
| 837 | # CONFIG_8xxx_WDT is not set | ||
| 838 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 768 | 839 | ||
| 769 | # | 840 | # |
| 770 | # PCI-based Watchdog Cards | 841 | # PCI-based Watchdog Cards |
| @@ -786,8 +857,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 786 | # | 857 | # |
| 787 | # Multifunction device drivers | 858 | # Multifunction device drivers |
| 788 | # | 859 | # |
| 860 | # CONFIG_MFD_CORE is not set | ||
| 789 | # CONFIG_MFD_SM501 is not set | 861 | # CONFIG_MFD_SM501 is not set |
| 790 | # CONFIG_HTC_PASIC3 is not set | 862 | # CONFIG_HTC_PASIC3 is not set |
| 863 | # CONFIG_MFD_TMIO is not set | ||
| 791 | 864 | ||
| 792 | # | 865 | # |
| 793 | # Multimedia devices | 866 | # Multimedia devices |
| @@ -820,10 +893,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 820 | # Display device support | 893 | # Display device support |
| 821 | # | 894 | # |
| 822 | # CONFIG_DISPLAY_SUPPORT is not set | 895 | # CONFIG_DISPLAY_SUPPORT is not set |
| 823 | |||
| 824 | # | ||
| 825 | # Sound | ||
| 826 | # | ||
| 827 | # CONFIG_SOUND is not set | 896 | # CONFIG_SOUND is not set |
| 828 | CONFIG_USB_SUPPORT=y | 897 | CONFIG_USB_SUPPORT=y |
| 829 | CONFIG_USB_ARCH_HAS_HCD=y | 898 | CONFIG_USB_ARCH_HAS_HCD=y |
| @@ -842,6 +911,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 842 | # CONFIG_USB_OTG is not set | 911 | # CONFIG_USB_OTG is not set |
| 843 | # CONFIG_USB_OTG_WHITELIST is not set | 912 | # CONFIG_USB_OTG_WHITELIST is not set |
| 844 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 913 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 914 | CONFIG_USB_MON=y | ||
| 845 | 915 | ||
| 846 | # | 916 | # |
| 847 | # USB Host Controller Drivers | 917 | # USB Host Controller Drivers |
| @@ -885,6 +955,7 @@ CONFIG_USB_STORAGE=y | |||
| 885 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 955 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 886 | # CONFIG_USB_STORAGE_ALAUDA is not set | 956 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 887 | # CONFIG_USB_STORAGE_KARMA is not set | 957 | # CONFIG_USB_STORAGE_KARMA is not set |
| 958 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 888 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 959 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 889 | # CONFIG_USB_LIBUSUAL is not set | 960 | # CONFIG_USB_LIBUSUAL is not set |
| 890 | 961 | ||
| @@ -893,7 +964,6 @@ CONFIG_USB_STORAGE=y | |||
| 893 | # | 964 | # |
| 894 | # CONFIG_USB_MDC800 is not set | 965 | # CONFIG_USB_MDC800 is not set |
| 895 | # CONFIG_USB_MICROTEK is not set | 966 | # CONFIG_USB_MICROTEK is not set |
| 896 | CONFIG_USB_MON=y | ||
| 897 | 967 | ||
| 898 | # | 968 | # |
| 899 | # USB port drivers | 969 | # USB port drivers |
| @@ -906,7 +976,6 @@ CONFIG_USB_MON=y | |||
| 906 | # CONFIG_USB_EMI62 is not set | 976 | # CONFIG_USB_EMI62 is not set |
| 907 | # CONFIG_USB_EMI26 is not set | 977 | # CONFIG_USB_EMI26 is not set |
| 908 | # CONFIG_USB_ADUTUX is not set | 978 | # CONFIG_USB_ADUTUX is not set |
| 909 | # CONFIG_USB_AUERSWALD is not set | ||
| 910 | # CONFIG_USB_RIO500 is not set | 979 | # CONFIG_USB_RIO500 is not set |
| 911 | # CONFIG_USB_LEGOTOWER is not set | 980 | # CONFIG_USB_LEGOTOWER is not set |
| 912 | # CONFIG_USB_LCD is not set | 981 | # CONFIG_USB_LCD is not set |
| @@ -959,10 +1028,13 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 959 | # CONFIG_RTC_DRV_PCF8583 is not set | 1028 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 960 | # CONFIG_RTC_DRV_M41T80 is not set | 1029 | # CONFIG_RTC_DRV_M41T80 is not set |
| 961 | # CONFIG_RTC_DRV_S35390A is not set | 1030 | # CONFIG_RTC_DRV_S35390A is not set |
| 1031 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 962 | 1032 | ||
| 963 | # | 1033 | # |
| 964 | # SPI RTC drivers | 1034 | # SPI RTC drivers |
| 965 | # | 1035 | # |
| 1036 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1037 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 966 | # CONFIG_RTC_DRV_MAX6902 is not set | 1038 | # CONFIG_RTC_DRV_MAX6902 is not set |
| 967 | # CONFIG_RTC_DRV_R9701 is not set | 1039 | # CONFIG_RTC_DRV_R9701 is not set |
| 968 | # CONFIG_RTC_DRV_RS5C348 is not set | 1040 | # CONFIG_RTC_DRV_RS5C348 is not set |
| @@ -1054,6 +1126,7 @@ CONFIG_TMPFS=y | |||
| 1054 | # CONFIG_CRAMFS is not set | 1126 | # CONFIG_CRAMFS is not set |
| 1055 | # CONFIG_VXFS_FS is not set | 1127 | # CONFIG_VXFS_FS is not set |
| 1056 | # CONFIG_MINIX_FS is not set | 1128 | # CONFIG_MINIX_FS is not set |
| 1129 | # CONFIG_OMFS_FS is not set | ||
| 1057 | # CONFIG_HPFS_FS is not set | 1130 | # CONFIG_HPFS_FS is not set |
| 1058 | # CONFIG_QNX4FS_FS is not set | 1131 | # CONFIG_QNX4FS_FS is not set |
| 1059 | # CONFIG_ROMFS_FS is not set | 1132 | # CONFIG_ROMFS_FS is not set |
| @@ -1064,14 +1137,13 @@ CONFIG_NFS_FS=y | |||
| 1064 | CONFIG_NFS_V3=y | 1137 | CONFIG_NFS_V3=y |
| 1065 | # CONFIG_NFS_V3_ACL is not set | 1138 | # CONFIG_NFS_V3_ACL is not set |
| 1066 | CONFIG_NFS_V4=y | 1139 | CONFIG_NFS_V4=y |
| 1067 | # CONFIG_NFSD is not set | ||
| 1068 | CONFIG_ROOT_NFS=y | 1140 | CONFIG_ROOT_NFS=y |
| 1141 | # CONFIG_NFSD is not set | ||
| 1069 | CONFIG_LOCKD=y | 1142 | CONFIG_LOCKD=y |
| 1070 | CONFIG_LOCKD_V4=y | 1143 | CONFIG_LOCKD_V4=y |
| 1071 | CONFIG_NFS_COMMON=y | 1144 | CONFIG_NFS_COMMON=y |
| 1072 | CONFIG_SUNRPC=y | 1145 | CONFIG_SUNRPC=y |
| 1073 | CONFIG_SUNRPC_GSS=y | 1146 | CONFIG_SUNRPC_GSS=y |
| 1074 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1075 | CONFIG_RPCSEC_GSS_KRB5=y | 1147 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1076 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1148 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1077 | # CONFIG_SMB_FS is not set | 1149 | # CONFIG_SMB_FS is not set |
| @@ -1150,6 +1222,7 @@ CONFIG_BITREVERSE=y | |||
| 1150 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1222 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1151 | # CONFIG_CRC_CCITT is not set | 1223 | # CONFIG_CRC_CCITT is not set |
| 1152 | # CONFIG_CRC16 is not set | 1224 | # CONFIG_CRC16 is not set |
| 1225 | CONFIG_CRC_T10DIF=y | ||
| 1153 | # CONFIG_CRC_ITU_T is not set | 1226 | # CONFIG_CRC_ITU_T is not set |
| 1154 | CONFIG_CRC32=y | 1227 | CONFIG_CRC32=y |
| 1155 | # CONFIG_CRC7 is not set | 1228 | # CONFIG_CRC7 is not set |
| @@ -1175,8 +1248,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1175 | # CONFIG_SLUB_DEBUG_ON is not set | 1248 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1176 | # CONFIG_SLUB_STATS is not set | 1249 | # CONFIG_SLUB_STATS is not set |
| 1177 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1250 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1251 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1252 | # CONFIG_LATENCYTOP is not set | ||
| 1253 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1254 | CONFIG_HAVE_FTRACE=y | ||
| 1255 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1256 | # CONFIG_FTRACE is not set | ||
| 1257 | # CONFIG_SCHED_TRACER is not set | ||
| 1258 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1178 | # CONFIG_SAMPLES is not set | 1259 | # CONFIG_SAMPLES is not set |
| 1260 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1179 | # CONFIG_IRQSTACKS is not set | 1261 | # CONFIG_IRQSTACKS is not set |
| 1262 | # CONFIG_BOOTX_TEXT is not set | ||
| 1180 | # CONFIG_PPC_EARLY_DEBUG is not set | 1263 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1181 | 1264 | ||
| 1182 | # | 1265 | # |
| @@ -1230,6 +1313,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1230 | # CONFIG_CRYPTO_MD4 is not set | 1313 | # CONFIG_CRYPTO_MD4 is not set |
| 1231 | CONFIG_CRYPTO_MD5=y | 1314 | CONFIG_CRYPTO_MD5=y |
| 1232 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1315 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1316 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1317 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1318 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1319 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1233 | # CONFIG_CRYPTO_SHA1 is not set | 1320 | # CONFIG_CRYPTO_SHA1 is not set |
| 1234 | # CONFIG_CRYPTO_SHA256 is not set | 1321 | # CONFIG_CRYPTO_SHA256 is not set |
| 1235 | # CONFIG_CRYPTO_SHA512 is not set | 1322 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1262,5 +1349,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1262 | # CONFIG_CRYPTO_LZO is not set | 1349 | # CONFIG_CRYPTO_LZO is not set |
| 1263 | CONFIG_CRYPTO_HW=y | 1350 | CONFIG_CRYPTO_HW=y |
| 1264 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1351 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1352 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1265 | # CONFIG_PPC_CLOCK is not set | 1353 | # CONFIG_PPC_CLOCK is not set |
| 1266 | # CONFIG_VIRTUALIZATION is not set | 1354 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig b/arch/powerpc/configs/83xx/mpc834x_mds_defconfig index c82e96e984fc..24c320a36670 100644 --- a/arch/powerpc/configs/83xx/mpc834x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc834x_mds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:26 2008 | 4 | # Thu Aug 21 00:52:21 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,37 +161,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | CONFIG_MPC834x_MDS=y | 179 | CONFIG_MPC834x_MDS=y |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | # CONFIG_MPC836x_MDS is not set | 181 | # CONFIG_MPC836x_MDS is not set |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 171 | CONFIG_PPC_MPC834x=y | 187 | CONFIG_PPC_MPC834x=y |
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 173 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| 185 | # | 209 | # |
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -259,10 +289,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 259 | CONFIG_KERNEL_START=0xc0000000 | 289 | CONFIG_KERNEL_START=0xc0000000 |
| 260 | CONFIG_PHYSICAL_START=0x00000000 | 290 | CONFIG_PHYSICAL_START=0x00000000 |
| 261 | CONFIG_TASK_SIZE=0xc0000000 | 291 | CONFIG_TASK_SIZE=0xc0000000 |
| 262 | |||
| 263 | # | ||
| 264 | # Networking | ||
| 265 | # | ||
| 266 | CONFIG_NET=y | 292 | CONFIG_NET=y |
| 267 | 293 | ||
| 268 | # | 294 | # |
| @@ -363,6 +389,7 @@ CONFIG_OF_I2C=y | |||
| 363 | # CONFIG_PARPORT is not set | 389 | # CONFIG_PARPORT is not set |
| 364 | CONFIG_BLK_DEV=y | 390 | CONFIG_BLK_DEV=y |
| 365 | # CONFIG_BLK_DEV_FD is not set | 391 | # CONFIG_BLK_DEV_FD is not set |
| 392 | # CONFIG_MAC_FLOPPY is not set | ||
| 366 | # CONFIG_BLK_CPQ_DA is not set | 393 | # CONFIG_BLK_CPQ_DA is not set |
| 367 | # CONFIG_BLK_CPQ_CISS_DA is not set | 394 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 368 | # CONFIG_BLK_DEV_DAC960 is not set | 395 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -378,12 +405,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 378 | # CONFIG_BLK_DEV_XIP is not set | 405 | # CONFIG_BLK_DEV_XIP is not set |
| 379 | # CONFIG_CDROM_PKTCDVD is not set | 406 | # CONFIG_CDROM_PKTCDVD is not set |
| 380 | # CONFIG_ATA_OVER_ETH is not set | 407 | # CONFIG_ATA_OVER_ETH is not set |
| 408 | # CONFIG_BLK_DEV_HD is not set | ||
| 381 | CONFIG_MISC_DEVICES=y | 409 | CONFIG_MISC_DEVICES=y |
| 382 | # CONFIG_PHANTOM is not set | 410 | # CONFIG_PHANTOM is not set |
| 383 | # CONFIG_EEPROM_93CX6 is not set | 411 | # CONFIG_EEPROM_93CX6 is not set |
| 384 | # CONFIG_SGI_IOC4 is not set | 412 | # CONFIG_SGI_IOC4 is not set |
| 385 | # CONFIG_TIFM_CORE is not set | 413 | # CONFIG_TIFM_CORE is not set |
| 386 | # CONFIG_ENCLOSURE_SERVICES is not set | 414 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 415 | # CONFIG_HP_ILO is not set | ||
| 387 | CONFIG_HAVE_IDE=y | 416 | CONFIG_HAVE_IDE=y |
| 388 | # CONFIG_IDE is not set | 417 | # CONFIG_IDE is not set |
| 389 | 418 | ||
| @@ -401,12 +430,15 @@ CONFIG_HAVE_IDE=y | |||
| 401 | # | 430 | # |
| 402 | # IEEE 1394 (FireWire) support | 431 | # IEEE 1394 (FireWire) support |
| 403 | # | 432 | # |
| 433 | |||
| 434 | # | ||
| 435 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 436 | # | ||
| 404 | # CONFIG_FIREWIRE is not set | 437 | # CONFIG_FIREWIRE is not set |
| 405 | # CONFIG_IEEE1394 is not set | 438 | # CONFIG_IEEE1394 is not set |
| 406 | # CONFIG_I2O is not set | 439 | # CONFIG_I2O is not set |
| 407 | # CONFIG_MACINTOSH_DRIVERS is not set | 440 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 408 | CONFIG_NETDEVICES=y | 441 | CONFIG_NETDEVICES=y |
| 409 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 410 | # CONFIG_DUMMY is not set | 442 | # CONFIG_DUMMY is not set |
| 411 | # CONFIG_BONDING is not set | 443 | # CONFIG_BONDING is not set |
| 412 | # CONFIG_MACVLAN is not set | 444 | # CONFIG_MACVLAN is not set |
| @@ -433,6 +465,8 @@ CONFIG_MARVELL_PHY=y | |||
| 433 | # CONFIG_MDIO_BITBANG is not set | 465 | # CONFIG_MDIO_BITBANG is not set |
| 434 | CONFIG_NET_ETHERNET=y | 466 | CONFIG_NET_ETHERNET=y |
| 435 | CONFIG_MII=y | 467 | CONFIG_MII=y |
| 468 | # CONFIG_MACE is not set | ||
| 469 | # CONFIG_BMAC is not set | ||
| 436 | # CONFIG_HAPPYMEAL is not set | 470 | # CONFIG_HAPPYMEAL is not set |
| 437 | # CONFIG_SUNGEM is not set | 471 | # CONFIG_SUNGEM is not set |
| 438 | # CONFIG_CASSINI is not set | 472 | # CONFIG_CASSINI is not set |
| @@ -468,7 +502,6 @@ CONFIG_NETDEV_1000=y | |||
| 468 | # CONFIG_DL2K is not set | 502 | # CONFIG_DL2K is not set |
| 469 | # CONFIG_E1000 is not set | 503 | # CONFIG_E1000 is not set |
| 470 | # CONFIG_E1000E is not set | 504 | # CONFIG_E1000E is not set |
| 471 | # CONFIG_E1000E_ENABLED is not set | ||
| 472 | # CONFIG_IP1000 is not set | 505 | # CONFIG_IP1000 is not set |
| 473 | # CONFIG_IGB is not set | 506 | # CONFIG_IGB is not set |
| 474 | # CONFIG_NS83820 is not set | 507 | # CONFIG_NS83820 is not set |
| @@ -482,9 +515,10 @@ CONFIG_NETDEV_1000=y | |||
| 482 | # CONFIG_TIGON3 is not set | 515 | # CONFIG_TIGON3 is not set |
| 483 | # CONFIG_BNX2 is not set | 516 | # CONFIG_BNX2 is not set |
| 484 | CONFIG_GIANFAR=y | 517 | CONFIG_GIANFAR=y |
| 485 | # CONFIG_GFAR_NAPI is not set | 518 | # CONFIG_MV643XX_ETH is not set |
| 486 | # CONFIG_QLA3XXX is not set | 519 | # CONFIG_QLA3XXX is not set |
| 487 | # CONFIG_ATL1 is not set | 520 | # CONFIG_ATL1 is not set |
| 521 | # CONFIG_ATL1E is not set | ||
| 488 | CONFIG_NETDEV_10000=y | 522 | CONFIG_NETDEV_10000=y |
| 489 | # CONFIG_CHELSIO_T1 is not set | 523 | # CONFIG_CHELSIO_T1 is not set |
| 490 | # CONFIG_CHELSIO_T3 is not set | 524 | # CONFIG_CHELSIO_T3 is not set |
| @@ -572,11 +606,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 572 | # CONFIG_SERIAL_UARTLITE is not set | 606 | # CONFIG_SERIAL_UARTLITE is not set |
| 573 | CONFIG_SERIAL_CORE=y | 607 | CONFIG_SERIAL_CORE=y |
| 574 | CONFIG_SERIAL_CORE_CONSOLE=y | 608 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 609 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 575 | # CONFIG_SERIAL_JSM is not set | 610 | # CONFIG_SERIAL_JSM is not set |
| 576 | # CONFIG_SERIAL_OF_PLATFORM is not set | 611 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 577 | CONFIG_UNIX98_PTYS=y | 612 | CONFIG_UNIX98_PTYS=y |
| 578 | CONFIG_LEGACY_PTYS=y | 613 | CONFIG_LEGACY_PTYS=y |
| 579 | CONFIG_LEGACY_PTY_COUNT=256 | 614 | CONFIG_LEGACY_PTY_COUNT=256 |
| 615 | # CONFIG_BRIQ_PANEL is not set | ||
| 616 | # CONFIG_HVC_RTAS is not set | ||
| 580 | # CONFIG_IPMI_HANDLER is not set | 617 | # CONFIG_IPMI_HANDLER is not set |
| 581 | # CONFIG_HW_RANDOM is not set | 618 | # CONFIG_HW_RANDOM is not set |
| 582 | # CONFIG_NVRAM is not set | 619 | # CONFIG_NVRAM is not set |
| @@ -588,42 +625,69 @@ CONFIG_DEVPORT=y | |||
| 588 | CONFIG_I2C=y | 625 | CONFIG_I2C=y |
| 589 | CONFIG_I2C_BOARDINFO=y | 626 | CONFIG_I2C_BOARDINFO=y |
| 590 | CONFIG_I2C_CHARDEV=y | 627 | CONFIG_I2C_CHARDEV=y |
| 628 | CONFIG_I2C_HELPER_AUTO=y | ||
| 591 | 629 | ||
| 592 | # | 630 | # |
| 593 | # I2C Hardware Bus support | 631 | # I2C Hardware Bus support |
| 594 | # | 632 | # |
| 633 | |||
| 634 | # | ||
| 635 | # PC SMBus host controller drivers | ||
| 636 | # | ||
| 595 | # CONFIG_I2C_ALI1535 is not set | 637 | # CONFIG_I2C_ALI1535 is not set |
| 596 | # CONFIG_I2C_ALI1563 is not set | 638 | # CONFIG_I2C_ALI1563 is not set |
| 597 | # CONFIG_I2C_ALI15X3 is not set | 639 | # CONFIG_I2C_ALI15X3 is not set |
| 598 | # CONFIG_I2C_AMD756 is not set | 640 | # CONFIG_I2C_AMD756 is not set |
| 599 | # CONFIG_I2C_AMD8111 is not set | 641 | # CONFIG_I2C_AMD8111 is not set |
| 600 | # CONFIG_I2C_I801 is not set | 642 | # CONFIG_I2C_I801 is not set |
| 601 | # CONFIG_I2C_I810 is not set | 643 | # CONFIG_I2C_ISCH is not set |
| 602 | # CONFIG_I2C_PIIX4 is not set | 644 | # CONFIG_I2C_PIIX4 is not set |
| 603 | CONFIG_I2C_MPC=y | ||
| 604 | # CONFIG_I2C_NFORCE2 is not set | 645 | # CONFIG_I2C_NFORCE2 is not set |
| 605 | # CONFIG_I2C_OCORES is not set | ||
| 606 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 607 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 608 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 609 | # CONFIG_I2C_SIMTEC is not set | ||
| 610 | # CONFIG_I2C_SIS5595 is not set | 646 | # CONFIG_I2C_SIS5595 is not set |
| 611 | # CONFIG_I2C_SIS630 is not set | 647 | # CONFIG_I2C_SIS630 is not set |
| 612 | # CONFIG_I2C_SIS96X is not set | 648 | # CONFIG_I2C_SIS96X is not set |
| 613 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 614 | # CONFIG_I2C_STUB is not set | ||
| 615 | # CONFIG_I2C_VIA is not set | 649 | # CONFIG_I2C_VIA is not set |
| 616 | # CONFIG_I2C_VIAPRO is not set | 650 | # CONFIG_I2C_VIAPRO is not set |
| 651 | |||
| 652 | # | ||
| 653 | # Mac SMBus host controller drivers | ||
| 654 | # | ||
| 655 | # CONFIG_I2C_HYDRA is not set | ||
| 656 | CONFIG_I2C_POWERMAC=y | ||
| 657 | |||
| 658 | # | ||
| 659 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 660 | # | ||
| 661 | CONFIG_I2C_MPC=y | ||
| 662 | # CONFIG_I2C_OCORES is not set | ||
| 663 | # CONFIG_I2C_SIMTEC is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # External I2C/SMBus adapter drivers | ||
| 667 | # | ||
| 668 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 669 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # Graphics adapter I2C/DDC channel drivers | ||
| 673 | # | ||
| 617 | # CONFIG_I2C_VOODOO3 is not set | 674 | # CONFIG_I2C_VOODOO3 is not set |
| 675 | |||
| 676 | # | ||
| 677 | # Other I2C/SMBus bus drivers | ||
| 678 | # | ||
| 618 | # CONFIG_I2C_PCA_PLATFORM is not set | 679 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 680 | # CONFIG_I2C_STUB is not set | ||
| 619 | 681 | ||
| 620 | # | 682 | # |
| 621 | # Miscellaneous I2C Chip support | 683 | # Miscellaneous I2C Chip support |
| 622 | # | 684 | # |
| 623 | # CONFIG_DS1682 is not set | 685 | # CONFIG_DS1682 is not set |
| 686 | # CONFIG_AT24 is not set | ||
| 624 | # CONFIG_SENSORS_EEPROM is not set | 687 | # CONFIG_SENSORS_EEPROM is not set |
| 625 | # CONFIG_SENSORS_PCF8574 is not set | 688 | # CONFIG_SENSORS_PCF8574 is not set |
| 626 | # CONFIG_PCF8575 is not set | 689 | # CONFIG_PCF8575 is not set |
| 690 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 627 | # CONFIG_SENSORS_PCF8591 is not set | 691 | # CONFIG_SENSORS_PCF8591 is not set |
| 628 | # CONFIG_SENSORS_MAX6875 is not set | 692 | # CONFIG_SENSORS_MAX6875 is not set |
| 629 | # CONFIG_SENSORS_TSL2550 is not set | 693 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -632,10 +696,13 @@ CONFIG_I2C_MPC=y | |||
| 632 | # CONFIG_I2C_DEBUG_BUS is not set | 696 | # CONFIG_I2C_DEBUG_BUS is not set |
| 633 | # CONFIG_I2C_DEBUG_CHIP is not set | 697 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 634 | # CONFIG_SPI is not set | 698 | # CONFIG_SPI is not set |
| 699 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 700 | # CONFIG_GPIOLIB is not set | ||
| 635 | # CONFIG_W1 is not set | 701 | # CONFIG_W1 is not set |
| 636 | # CONFIG_POWER_SUPPLY is not set | 702 | # CONFIG_POWER_SUPPLY is not set |
| 637 | CONFIG_HWMON=y | 703 | CONFIG_HWMON=y |
| 638 | # CONFIG_HWMON_VID is not set | 704 | # CONFIG_HWMON_VID is not set |
| 705 | # CONFIG_SENSORS_AD7414 is not set | ||
| 639 | # CONFIG_SENSORS_AD7418 is not set | 706 | # CONFIG_SENSORS_AD7418 is not set |
| 640 | # CONFIG_SENSORS_ADM1021 is not set | 707 | # CONFIG_SENSORS_ADM1021 is not set |
| 641 | # CONFIG_SENSORS_ADM1025 is not set | 708 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -645,6 +712,7 @@ CONFIG_HWMON=y | |||
| 645 | # CONFIG_SENSORS_ADM9240 is not set | 712 | # CONFIG_SENSORS_ADM9240 is not set |
| 646 | # CONFIG_SENSORS_ADT7470 is not set | 713 | # CONFIG_SENSORS_ADT7470 is not set |
| 647 | # CONFIG_SENSORS_ADT7473 is not set | 714 | # CONFIG_SENSORS_ADT7473 is not set |
| 715 | # CONFIG_SENSORS_AMS is not set | ||
| 648 | # CONFIG_SENSORS_ATXP1 is not set | 716 | # CONFIG_SENSORS_ATXP1 is not set |
| 649 | # CONFIG_SENSORS_DS1621 is not set | 717 | # CONFIG_SENSORS_DS1621 is not set |
| 650 | # CONFIG_SENSORS_I5K_AMB is not set | 718 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -689,6 +757,7 @@ CONFIG_HWMON=y | |||
| 689 | # CONFIG_SENSORS_W83627EHF is not set | 757 | # CONFIG_SENSORS_W83627EHF is not set |
| 690 | # CONFIG_HWMON_DEBUG_CHIP is not set | 758 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 691 | # CONFIG_THERMAL is not set | 759 | # CONFIG_THERMAL is not set |
| 760 | # CONFIG_THERMAL_HWMON is not set | ||
| 692 | CONFIG_WATCHDOG=y | 761 | CONFIG_WATCHDOG=y |
| 693 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 762 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 694 | 763 | ||
| @@ -696,7 +765,9 @@ CONFIG_WATCHDOG=y | |||
| 696 | # Watchdog Device Drivers | 765 | # Watchdog Device Drivers |
| 697 | # | 766 | # |
| 698 | # CONFIG_SOFT_WATCHDOG is not set | 767 | # CONFIG_SOFT_WATCHDOG is not set |
| 699 | CONFIG_83xx_WDT=y | 768 | # CONFIG_ALIM7101_WDT is not set |
| 769 | # CONFIG_8xxx_WDT is not set | ||
| 770 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 700 | 771 | ||
| 701 | # | 772 | # |
| 702 | # PCI-based Watchdog Cards | 773 | # PCI-based Watchdog Cards |
| @@ -713,8 +784,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 713 | # | 784 | # |
| 714 | # Multifunction device drivers | 785 | # Multifunction device drivers |
| 715 | # | 786 | # |
| 787 | # CONFIG_MFD_CORE is not set | ||
| 716 | # CONFIG_MFD_SM501 is not set | 788 | # CONFIG_MFD_SM501 is not set |
| 717 | # CONFIG_HTC_PASIC3 is not set | 789 | # CONFIG_HTC_PASIC3 is not set |
| 790 | # CONFIG_MFD_TMIO is not set | ||
| 718 | 791 | ||
| 719 | # | 792 | # |
| 720 | # Multimedia devices | 793 | # Multimedia devices |
| @@ -746,10 +819,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 746 | # Display device support | 819 | # Display device support |
| 747 | # | 820 | # |
| 748 | # CONFIG_DISPLAY_SUPPORT is not set | 821 | # CONFIG_DISPLAY_SUPPORT is not set |
| 749 | |||
| 750 | # | ||
| 751 | # Sound | ||
| 752 | # | ||
| 753 | # CONFIG_SOUND is not set | 822 | # CONFIG_SOUND is not set |
| 754 | CONFIG_HID_SUPPORT=y | 823 | CONFIG_HID_SUPPORT=y |
| 755 | CONFIG_HID=y | 824 | CONFIG_HID=y |
| @@ -764,6 +833,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 764 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 833 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 765 | 834 | ||
| 766 | # | 835 | # |
| 836 | # Enable Host or Gadget support to see Inventra options | ||
| 837 | # | ||
| 838 | |||
| 839 | # | ||
| 767 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 840 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 768 | # | 841 | # |
| 769 | # CONFIG_USB_GADGET is not set | 842 | # CONFIG_USB_GADGET is not set |
| @@ -802,6 +875,7 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 802 | # CONFIG_RTC_DRV_PCF8583 is not set | 875 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 803 | # CONFIG_RTC_DRV_M41T80 is not set | 876 | # CONFIG_RTC_DRV_M41T80 is not set |
| 804 | # CONFIG_RTC_DRV_S35390A is not set | 877 | # CONFIG_RTC_DRV_S35390A is not set |
| 878 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 805 | 879 | ||
| 806 | # | 880 | # |
| 807 | # SPI RTC drivers | 881 | # SPI RTC drivers |
| @@ -890,6 +964,7 @@ CONFIG_TMPFS=y | |||
| 890 | # CONFIG_CRAMFS is not set | 964 | # CONFIG_CRAMFS is not set |
| 891 | # CONFIG_VXFS_FS is not set | 965 | # CONFIG_VXFS_FS is not set |
| 892 | # CONFIG_MINIX_FS is not set | 966 | # CONFIG_MINIX_FS is not set |
| 967 | # CONFIG_OMFS_FS is not set | ||
| 893 | # CONFIG_HPFS_FS is not set | 968 | # CONFIG_HPFS_FS is not set |
| 894 | # CONFIG_QNX4FS_FS is not set | 969 | # CONFIG_QNX4FS_FS is not set |
| 895 | # CONFIG_ROMFS_FS is not set | 970 | # CONFIG_ROMFS_FS is not set |
| @@ -900,14 +975,13 @@ CONFIG_NFS_FS=y | |||
| 900 | CONFIG_NFS_V3=y | 975 | CONFIG_NFS_V3=y |
| 901 | # CONFIG_NFS_V3_ACL is not set | 976 | # CONFIG_NFS_V3_ACL is not set |
| 902 | CONFIG_NFS_V4=y | 977 | CONFIG_NFS_V4=y |
| 903 | # CONFIG_NFSD is not set | ||
| 904 | CONFIG_ROOT_NFS=y | 978 | CONFIG_ROOT_NFS=y |
| 979 | # CONFIG_NFSD is not set | ||
| 905 | CONFIG_LOCKD=y | 980 | CONFIG_LOCKD=y |
| 906 | CONFIG_LOCKD_V4=y | 981 | CONFIG_LOCKD_V4=y |
| 907 | CONFIG_NFS_COMMON=y | 982 | CONFIG_NFS_COMMON=y |
| 908 | CONFIG_SUNRPC=y | 983 | CONFIG_SUNRPC=y |
| 909 | CONFIG_SUNRPC_GSS=y | 984 | CONFIG_SUNRPC_GSS=y |
| 910 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 911 | CONFIG_RPCSEC_GSS_KRB5=y | 985 | CONFIG_RPCSEC_GSS_KRB5=y |
| 912 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 986 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 913 | # CONFIG_SMB_FS is not set | 987 | # CONFIG_SMB_FS is not set |
| @@ -943,6 +1017,7 @@ CONFIG_BITREVERSE=y | |||
| 943 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1017 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 944 | # CONFIG_CRC_CCITT is not set | 1018 | # CONFIG_CRC_CCITT is not set |
| 945 | # CONFIG_CRC16 is not set | 1019 | # CONFIG_CRC16 is not set |
| 1020 | # CONFIG_CRC_T10DIF is not set | ||
| 946 | # CONFIG_CRC_ITU_T is not set | 1021 | # CONFIG_CRC_ITU_T is not set |
| 947 | CONFIG_CRC32=y | 1022 | CONFIG_CRC32=y |
| 948 | # CONFIG_CRC7 is not set | 1023 | # CONFIG_CRC7 is not set |
| @@ -968,8 +1043,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 968 | # CONFIG_SLUB_DEBUG_ON is not set | 1043 | # CONFIG_SLUB_DEBUG_ON is not set |
| 969 | # CONFIG_SLUB_STATS is not set | 1044 | # CONFIG_SLUB_STATS is not set |
| 970 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1045 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1046 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1047 | # CONFIG_LATENCYTOP is not set | ||
| 1048 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1049 | CONFIG_HAVE_FTRACE=y | ||
| 1050 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1051 | # CONFIG_FTRACE is not set | ||
| 1052 | # CONFIG_SCHED_TRACER is not set | ||
| 1053 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 971 | # CONFIG_SAMPLES is not set | 1054 | # CONFIG_SAMPLES is not set |
| 1055 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 972 | # CONFIG_IRQSTACKS is not set | 1056 | # CONFIG_IRQSTACKS is not set |
| 1057 | # CONFIG_BOOTX_TEXT is not set | ||
| 973 | # CONFIG_PPC_EARLY_DEBUG is not set | 1058 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 974 | 1059 | ||
| 975 | # | 1060 | # |
| @@ -1023,6 +1108,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1023 | # CONFIG_CRYPTO_MD4 is not set | 1108 | # CONFIG_CRYPTO_MD4 is not set |
| 1024 | CONFIG_CRYPTO_MD5=y | 1109 | CONFIG_CRYPTO_MD5=y |
| 1025 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1110 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1111 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1112 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1113 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1114 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1026 | # CONFIG_CRYPTO_SHA1 is not set | 1115 | # CONFIG_CRYPTO_SHA1 is not set |
| 1027 | # CONFIG_CRYPTO_SHA256 is not set | 1116 | # CONFIG_CRYPTO_SHA256 is not set |
| 1028 | # CONFIG_CRYPTO_SHA512 is not set | 1117 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1055,5 +1144,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1055 | # CONFIG_CRYPTO_LZO is not set | 1144 | # CONFIG_CRYPTO_LZO is not set |
| 1056 | CONFIG_CRYPTO_HW=y | 1145 | CONFIG_CRYPTO_HW=y |
| 1057 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1146 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1147 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1058 | # CONFIG_PPC_CLOCK is not set | 1148 | # CONFIG_PPC_CLOCK is not set |
| 1059 | # CONFIG_VIRTUALIZATION is not set | 1149 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig b/arch/powerpc/configs/83xx/mpc836x_mds_defconfig index 20fd9f58cf42..e029e9e14622 100644 --- a/arch/powerpc/configs/83xx/mpc836x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc836x_mds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:27 2008 | 4 | # Thu Aug 21 00:52:22 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -111,10 +116,16 @@ CONFIG_SLUB=y | |||
| 111 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 114 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 115 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 116 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 117 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 118 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 119 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 120 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -125,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 125 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 126 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 127 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 128 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 129 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 130 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 131 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 132 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 134 | 146 | ||
| 135 | # | 147 | # |
| 136 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -149,36 +161,48 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # | 161 | # |
| 150 | # Platform support | 162 | # Platform support |
| 151 | # | 163 | # |
| 152 | # CONFIG_PPC_MULTIPLATFORM is not set | 164 | CONFIG_PPC_MULTIPLATFORM=y |
| 153 | # CONFIG_PPC_82xx is not set | 165 | CONFIG_CLASSIC32=y |
| 154 | CONFIG_PPC_83xx=y | 166 | CONFIG_PPC_CHRP=y |
| 155 | # CONFIG_PPC_86xx is not set | 167 | # CONFIG_MPC5121_ADS is not set |
| 156 | # CONFIG_PPC_MPC512x is not set | 168 | # CONFIG_MPC5121_GENERIC is not set |
| 157 | # CONFIG_PPC_MPC5121 is not set | 169 | # CONFIG_PPC_MPC52xx is not set |
| 170 | CONFIG_PPC_PMAC=y | ||
| 158 | # CONFIG_PPC_CELL is not set | 171 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 172 | # CONFIG_PPC_CELL_NATIVE is not set |
| 173 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 174 | # CONFIG_PQ2ADS is not set |
| 161 | CONFIG_MPC83xx=y | 175 | CONFIG_PPC_83xx=y |
| 162 | # CONFIG_MPC831x_RDB is not set | 176 | # CONFIG_MPC831x_RDB is not set |
| 163 | # CONFIG_MPC832x_MDS is not set | 177 | # CONFIG_MPC832x_MDS is not set |
| 164 | # CONFIG_MPC832x_RDB is not set | 178 | # CONFIG_MPC832x_RDB is not set |
| 165 | # CONFIG_MPC834x_MDS is not set | 179 | # CONFIG_MPC834x_MDS is not set |
| 166 | # CONFIG_MPC834x_ITX is not set | 180 | # CONFIG_MPC834x_ITX is not set |
| 167 | CONFIG_MPC836x_MDS=y | 181 | CONFIG_MPC836x_MDS=y |
| 182 | # CONFIG_MPC836x_RDK is not set | ||
| 168 | # CONFIG_MPC837x_MDS is not set | 183 | # CONFIG_MPC837x_MDS is not set |
| 169 | # CONFIG_MPC837x_RDB is not set | 184 | # CONFIG_MPC837x_RDB is not set |
| 170 | # CONFIG_SBC834x is not set | 185 | # CONFIG_SBC834x is not set |
| 186 | # CONFIG_ASP834x is not set | ||
| 187 | # CONFIG_PPC_86xx is not set | ||
| 188 | # CONFIG_EMBEDDED6xx is not set | ||
| 189 | CONFIG_PPC_NATIVE=y | ||
| 190 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 171 | CONFIG_IPIC=y | 191 | CONFIG_IPIC=y |
| 172 | # CONFIG_MPIC is not set | 192 | CONFIG_MPIC=y |
| 173 | # CONFIG_MPIC_WEIRD is not set | 193 | # CONFIG_MPIC_WEIRD is not set |
| 174 | # CONFIG_PPC_I8259 is not set | 194 | CONFIG_PPC_I8259=y |
| 175 | # CONFIG_PPC_RTAS is not set | 195 | CONFIG_PPC_RTAS=y |
| 196 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 197 | CONFIG_RTAS_PROC=y | ||
| 176 | # CONFIG_MMIO_NVRAM is not set | 198 | # CONFIG_MMIO_NVRAM is not set |
| 177 | # CONFIG_PPC_MPC106 is not set | 199 | CONFIG_PPC_MPC106=y |
| 178 | # CONFIG_PPC_970_NAP is not set | 200 | # CONFIG_PPC_970_NAP is not set |
| 179 | # CONFIG_PPC_INDIRECT_IO is not set | 201 | # CONFIG_PPC_INDIRECT_IO is not set |
| 180 | # CONFIG_GENERIC_IOMAP is not set | 202 | # CONFIG_GENERIC_IOMAP is not set |
| 181 | # CONFIG_CPU_FREQ is not set | 203 | # CONFIG_CPU_FREQ is not set |
| 204 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 205 | # CONFIG_TAU is not set | ||
| 182 | CONFIG_QUICC_ENGINE=y | 206 | CONFIG_QUICC_ENGINE=y |
| 183 | # CONFIG_FSL_ULI1575 is not set | 207 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 208 | ||
| @@ -195,7 +219,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 219 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 222 | CONFIG_SCHED_HRTICK=y |
| 199 | CONFIG_PREEMPT_NONE=y | 223 | CONFIG_PREEMPT_NONE=y |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 224 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | # CONFIG_PREEMPT is not set | 225 | # CONFIG_PREEMPT is not set |
| @@ -205,6 +229,7 @@ CONFIG_BINFMT_ELF=y | |||
| 205 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 229 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 206 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 230 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 231 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 232 | # CONFIG_KEXEC is not set | ||
| 208 | CONFIG_ARCH_FLATMEM_ENABLE=y | 233 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 209 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 234 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 210 | CONFIG_SELECT_MEMORY_MODEL=y | 235 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -217,6 +242,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 242 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 243 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 244 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 245 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 246 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 247 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 248 | CONFIG_BOUNCE=y |
| @@ -224,6 +250,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 250 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 251 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 252 | # CONFIG_CMDLINE_BOOL is not set |
| 253 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 254 | # CONFIG_PM is not set |
| 228 | CONFIG_SECCOMP=y | 255 | CONFIG_SECCOMP=y |
| 229 | CONFIG_ISA_DMA_API=y | 256 | CONFIG_ISA_DMA_API=y |
| @@ -231,10 +258,13 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 258 | # |
| 232 | # Bus options | 259 | # Bus options |
| 233 | # | 260 | # |
| 261 | # CONFIG_ISA is not set | ||
| 234 | CONFIG_ZONE_DMA=y | 262 | CONFIG_ZONE_DMA=y |
| 235 | CONFIG_GENERIC_ISA_DMA=y | 263 | CONFIG_GENERIC_ISA_DMA=y |
| 236 | CONFIG_PPC_INDIRECT_PCI=y | 264 | CONFIG_PPC_INDIRECT_PCI=y |
| 237 | CONFIG_FSL_SOC=y | 265 | CONFIG_FSL_SOC=y |
| 266 | CONFIG_FSL_PCI=y | ||
| 267 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 268 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 269 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 270 | CONFIG_PCI_SYSCALL=y |
| @@ -259,10 +289,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 259 | CONFIG_KERNEL_START=0xc0000000 | 289 | CONFIG_KERNEL_START=0xc0000000 |
| 260 | CONFIG_PHYSICAL_START=0x00000000 | 290 | CONFIG_PHYSICAL_START=0x00000000 |
| 261 | CONFIG_TASK_SIZE=0xc0000000 | 291 | CONFIG_TASK_SIZE=0xc0000000 |
| 262 | |||
| 263 | # | ||
| 264 | # Networking | ||
| 265 | # | ||
| 266 | CONFIG_NET=y | 292 | CONFIG_NET=y |
| 267 | 293 | ||
| 268 | # | 294 | # |
| @@ -363,6 +389,7 @@ CONFIG_OF_I2C=y | |||
| 363 | # CONFIG_PARPORT is not set | 389 | # CONFIG_PARPORT is not set |
| 364 | CONFIG_BLK_DEV=y | 390 | CONFIG_BLK_DEV=y |
| 365 | # CONFIG_BLK_DEV_FD is not set | 391 | # CONFIG_BLK_DEV_FD is not set |
| 392 | # CONFIG_MAC_FLOPPY is not set | ||
| 366 | # CONFIG_BLK_CPQ_DA is not set | 393 | # CONFIG_BLK_CPQ_DA is not set |
| 367 | # CONFIG_BLK_CPQ_CISS_DA is not set | 394 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 368 | # CONFIG_BLK_DEV_DAC960 is not set | 395 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -378,12 +405,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 378 | # CONFIG_BLK_DEV_XIP is not set | 405 | # CONFIG_BLK_DEV_XIP is not set |
| 379 | # CONFIG_CDROM_PKTCDVD is not set | 406 | # CONFIG_CDROM_PKTCDVD is not set |
| 380 | # CONFIG_ATA_OVER_ETH is not set | 407 | # CONFIG_ATA_OVER_ETH is not set |
| 408 | # CONFIG_BLK_DEV_HD is not set | ||
| 381 | CONFIG_MISC_DEVICES=y | 409 | CONFIG_MISC_DEVICES=y |
| 382 | # CONFIG_PHANTOM is not set | 410 | # CONFIG_PHANTOM is not set |
| 383 | # CONFIG_EEPROM_93CX6 is not set | 411 | # CONFIG_EEPROM_93CX6 is not set |
| 384 | # CONFIG_SGI_IOC4 is not set | 412 | # CONFIG_SGI_IOC4 is not set |
| 385 | # CONFIG_TIFM_CORE is not set | 413 | # CONFIG_TIFM_CORE is not set |
| 386 | # CONFIG_ENCLOSURE_SERVICES is not set | 414 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 415 | # CONFIG_HP_ILO is not set | ||
| 387 | CONFIG_HAVE_IDE=y | 416 | CONFIG_HAVE_IDE=y |
| 388 | # CONFIG_IDE is not set | 417 | # CONFIG_IDE is not set |
| 389 | 418 | ||
| @@ -460,7 +489,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 460 | # CONFIG_SCSI_DC390T is not set | 489 | # CONFIG_SCSI_DC390T is not set |
| 461 | # CONFIG_SCSI_NSP32 is not set | 490 | # CONFIG_SCSI_NSP32 is not set |
| 462 | # CONFIG_SCSI_DEBUG is not set | 491 | # CONFIG_SCSI_DEBUG is not set |
| 492 | # CONFIG_SCSI_MESH is not set | ||
| 493 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 463 | # CONFIG_SCSI_SRP is not set | 494 | # CONFIG_SCSI_SRP is not set |
| 495 | # CONFIG_SCSI_DH is not set | ||
| 464 | # CONFIG_ATA is not set | 496 | # CONFIG_ATA is not set |
| 465 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
| 466 | # CONFIG_FUSION is not set | 498 | # CONFIG_FUSION is not set |
| @@ -468,12 +500,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 468 | # | 500 | # |
| 469 | # IEEE 1394 (FireWire) support | 501 | # IEEE 1394 (FireWire) support |
| 470 | # | 502 | # |
| 503 | |||
| 504 | # | ||
| 505 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 506 | # | ||
| 471 | # CONFIG_FIREWIRE is not set | 507 | # CONFIG_FIREWIRE is not set |
| 472 | # CONFIG_IEEE1394 is not set | 508 | # CONFIG_IEEE1394 is not set |
| 473 | # CONFIG_I2O is not set | 509 | # CONFIG_I2O is not set |
| 474 | # CONFIG_MACINTOSH_DRIVERS is not set | 510 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 475 | CONFIG_NETDEVICES=y | 511 | CONFIG_NETDEVICES=y |
| 476 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 477 | # CONFIG_DUMMY is not set | 512 | # CONFIG_DUMMY is not set |
| 478 | # CONFIG_BONDING is not set | 513 | # CONFIG_BONDING is not set |
| 479 | # CONFIG_MACVLAN is not set | 514 | # CONFIG_MACVLAN is not set |
| @@ -500,6 +535,8 @@ CONFIG_MARVELL_PHY=y | |||
| 500 | # CONFIG_MDIO_BITBANG is not set | 535 | # CONFIG_MDIO_BITBANG is not set |
| 501 | CONFIG_NET_ETHERNET=y | 536 | CONFIG_NET_ETHERNET=y |
| 502 | CONFIG_MII=y | 537 | CONFIG_MII=y |
| 538 | # CONFIG_MACE is not set | ||
| 539 | # CONFIG_BMAC is not set | ||
| 503 | # CONFIG_HAPPYMEAL is not set | 540 | # CONFIG_HAPPYMEAL is not set |
| 504 | # CONFIG_SUNGEM is not set | 541 | # CONFIG_SUNGEM is not set |
| 505 | # CONFIG_CASSINI is not set | 542 | # CONFIG_CASSINI is not set |
| @@ -517,7 +554,6 @@ CONFIG_NETDEV_1000=y | |||
| 517 | # CONFIG_DL2K is not set | 554 | # CONFIG_DL2K is not set |
| 518 | # CONFIG_E1000 is not set | 555 | # CONFIG_E1000 is not set |
| 519 | # CONFIG_E1000E is not set | 556 | # CONFIG_E1000E is not set |
| 520 | # CONFIG_E1000E_ENABLED is not set | ||
| 521 | # CONFIG_IP1000 is not set | 557 | # CONFIG_IP1000 is not set |
| 522 | # CONFIG_IGB is not set | 558 | # CONFIG_IGB is not set |
| 523 | # CONFIG_NS83820 is not set | 559 | # CONFIG_NS83820 is not set |
| @@ -532,12 +568,13 @@ CONFIG_NETDEV_1000=y | |||
| 532 | # CONFIG_BNX2 is not set | 568 | # CONFIG_BNX2 is not set |
| 533 | # CONFIG_GIANFAR is not set | 569 | # CONFIG_GIANFAR is not set |
| 534 | CONFIG_UCC_GETH=y | 570 | CONFIG_UCC_GETH=y |
| 535 | # CONFIG_UGETH_NAPI is not set | ||
| 536 | # CONFIG_UGETH_MAGIC_PACKET is not set | 571 | # CONFIG_UGETH_MAGIC_PACKET is not set |
| 537 | # CONFIG_UGETH_FILTERING is not set | 572 | # CONFIG_UGETH_FILTERING is not set |
| 538 | # CONFIG_UGETH_TX_ON_DEMAND is not set | 573 | # CONFIG_UGETH_TX_ON_DEMAND is not set |
| 574 | # CONFIG_MV643XX_ETH is not set | ||
| 539 | # CONFIG_QLA3XXX is not set | 575 | # CONFIG_QLA3XXX is not set |
| 540 | # CONFIG_ATL1 is not set | 576 | # CONFIG_ATL1 is not set |
| 577 | # CONFIG_ATL1E is not set | ||
| 541 | CONFIG_NETDEV_10000=y | 578 | CONFIG_NETDEV_10000=y |
| 542 | # CONFIG_CHELSIO_T1 is not set | 579 | # CONFIG_CHELSIO_T1 is not set |
| 543 | # CONFIG_CHELSIO_T3 is not set | 580 | # CONFIG_CHELSIO_T3 is not set |
| @@ -626,12 +663,15 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 626 | # CONFIG_SERIAL_UARTLITE is not set | 663 | # CONFIG_SERIAL_UARTLITE is not set |
| 627 | CONFIG_SERIAL_CORE=y | 664 | CONFIG_SERIAL_CORE=y |
| 628 | CONFIG_SERIAL_CORE_CONSOLE=y | 665 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 666 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 629 | # CONFIG_SERIAL_JSM is not set | 667 | # CONFIG_SERIAL_JSM is not set |
| 630 | # CONFIG_SERIAL_OF_PLATFORM is not set | 668 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 631 | # CONFIG_SERIAL_QE is not set | 669 | # CONFIG_SERIAL_QE is not set |
| 632 | CONFIG_UNIX98_PTYS=y | 670 | CONFIG_UNIX98_PTYS=y |
| 633 | CONFIG_LEGACY_PTYS=y | 671 | CONFIG_LEGACY_PTYS=y |
| 634 | CONFIG_LEGACY_PTY_COUNT=256 | 672 | CONFIG_LEGACY_PTY_COUNT=256 |
| 673 | # CONFIG_BRIQ_PANEL is not set | ||
| 674 | # CONFIG_HVC_RTAS is not set | ||
| 635 | # CONFIG_IPMI_HANDLER is not set | 675 | # CONFIG_IPMI_HANDLER is not set |
| 636 | CONFIG_HW_RANDOM=y | 676 | CONFIG_HW_RANDOM=y |
| 637 | # CONFIG_NVRAM is not set | 677 | # CONFIG_NVRAM is not set |
| @@ -643,42 +683,69 @@ CONFIG_DEVPORT=y | |||
| 643 | CONFIG_I2C=y | 683 | CONFIG_I2C=y |
| 644 | CONFIG_I2C_BOARDINFO=y | 684 | CONFIG_I2C_BOARDINFO=y |
| 645 | CONFIG_I2C_CHARDEV=y | 685 | CONFIG_I2C_CHARDEV=y |
| 686 | CONFIG_I2C_HELPER_AUTO=y | ||
| 646 | 687 | ||
| 647 | # | 688 | # |
| 648 | # I2C Hardware Bus support | 689 | # I2C Hardware Bus support |
| 649 | # | 690 | # |
| 691 | |||
| 692 | # | ||
| 693 | # PC SMBus host controller drivers | ||
| 694 | # | ||
| 650 | # CONFIG_I2C_ALI1535 is not set | 695 | # CONFIG_I2C_ALI1535 is not set |
| 651 | # CONFIG_I2C_ALI1563 is not set | 696 | # CONFIG_I2C_ALI1563 is not set |
| 652 | # CONFIG_I2C_ALI15X3 is not set | 697 | # CONFIG_I2C_ALI15X3 is not set |
| 653 | # CONFIG_I2C_AMD756 is not set | 698 | # CONFIG_I2C_AMD756 is not set |
| 654 | # CONFIG_I2C_AMD8111 is not set | 699 | # CONFIG_I2C_AMD8111 is not set |
| 655 | # CONFIG_I2C_I801 is not set | 700 | # CONFIG_I2C_I801 is not set |
| 656 | # CONFIG_I2C_I810 is not set | 701 | # CONFIG_I2C_ISCH is not set |
| 657 | # CONFIG_I2C_PIIX4 is not set | 702 | # CONFIG_I2C_PIIX4 is not set |
| 658 | CONFIG_I2C_MPC=y | ||
| 659 | # CONFIG_I2C_NFORCE2 is not set | 703 | # CONFIG_I2C_NFORCE2 is not set |
| 660 | # CONFIG_I2C_OCORES is not set | ||
| 661 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 662 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 663 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 664 | # CONFIG_I2C_SIMTEC is not set | ||
| 665 | # CONFIG_I2C_SIS5595 is not set | 704 | # CONFIG_I2C_SIS5595 is not set |
| 666 | # CONFIG_I2C_SIS630 is not set | 705 | # CONFIG_I2C_SIS630 is not set |
| 667 | # CONFIG_I2C_SIS96X is not set | 706 | # CONFIG_I2C_SIS96X is not set |
| 668 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 669 | # CONFIG_I2C_STUB is not set | ||
| 670 | # CONFIG_I2C_VIA is not set | 707 | # CONFIG_I2C_VIA is not set |
| 671 | # CONFIG_I2C_VIAPRO is not set | 708 | # CONFIG_I2C_VIAPRO is not set |
| 709 | |||
| 710 | # | ||
| 711 | # Mac SMBus host controller drivers | ||
| 712 | # | ||
| 713 | # CONFIG_I2C_HYDRA is not set | ||
| 714 | CONFIG_I2C_POWERMAC=y | ||
| 715 | |||
| 716 | # | ||
| 717 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 718 | # | ||
| 719 | CONFIG_I2C_MPC=y | ||
| 720 | # CONFIG_I2C_OCORES is not set | ||
| 721 | # CONFIG_I2C_SIMTEC is not set | ||
| 722 | |||
| 723 | # | ||
| 724 | # External I2C/SMBus adapter drivers | ||
| 725 | # | ||
| 726 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 727 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 728 | |||
| 729 | # | ||
| 730 | # Graphics adapter I2C/DDC channel drivers | ||
| 731 | # | ||
| 672 | # CONFIG_I2C_VOODOO3 is not set | 732 | # CONFIG_I2C_VOODOO3 is not set |
| 733 | |||
| 734 | # | ||
| 735 | # Other I2C/SMBus bus drivers | ||
| 736 | # | ||
| 673 | # CONFIG_I2C_PCA_PLATFORM is not set | 737 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 738 | # CONFIG_I2C_STUB is not set | ||
| 674 | 739 | ||
| 675 | # | 740 | # |
| 676 | # Miscellaneous I2C Chip support | 741 | # Miscellaneous I2C Chip support |
| 677 | # | 742 | # |
| 678 | # CONFIG_DS1682 is not set | 743 | # CONFIG_DS1682 is not set |
| 744 | # CONFIG_AT24 is not set | ||
| 679 | # CONFIG_SENSORS_EEPROM is not set | 745 | # CONFIG_SENSORS_EEPROM is not set |
| 680 | # CONFIG_SENSORS_PCF8574 is not set | 746 | # CONFIG_SENSORS_PCF8574 is not set |
| 681 | # CONFIG_PCF8575 is not set | 747 | # CONFIG_PCF8575 is not set |
| 748 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 682 | # CONFIG_SENSORS_PCF8591 is not set | 749 | # CONFIG_SENSORS_PCF8591 is not set |
| 683 | # CONFIG_SENSORS_MAX6875 is not set | 750 | # CONFIG_SENSORS_MAX6875 is not set |
| 684 | # CONFIG_SENSORS_TSL2550 is not set | 751 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -687,10 +754,13 @@ CONFIG_I2C_MPC=y | |||
| 687 | # CONFIG_I2C_DEBUG_BUS is not set | 754 | # CONFIG_I2C_DEBUG_BUS is not set |
| 688 | # CONFIG_I2C_DEBUG_CHIP is not set | 755 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 689 | # CONFIG_SPI is not set | 756 | # CONFIG_SPI is not set |
| 757 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 758 | # CONFIG_GPIOLIB is not set | ||
| 690 | # CONFIG_W1 is not set | 759 | # CONFIG_W1 is not set |
| 691 | # CONFIG_POWER_SUPPLY is not set | 760 | # CONFIG_POWER_SUPPLY is not set |
| 692 | CONFIG_HWMON=y | 761 | CONFIG_HWMON=y |
| 693 | # CONFIG_HWMON_VID is not set | 762 | # CONFIG_HWMON_VID is not set |
| 763 | # CONFIG_SENSORS_AD7414 is not set | ||
| 694 | # CONFIG_SENSORS_AD7418 is not set | 764 | # CONFIG_SENSORS_AD7418 is not set |
| 695 | # CONFIG_SENSORS_ADM1021 is not set | 765 | # CONFIG_SENSORS_ADM1021 is not set |
| 696 | # CONFIG_SENSORS_ADM1025 is not set | 766 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -700,6 +770,7 @@ CONFIG_HWMON=y | |||
| 700 | # CONFIG_SENSORS_ADM9240 is not set | 770 | # CONFIG_SENSORS_ADM9240 is not set |
| 701 | # CONFIG_SENSORS_ADT7470 is not set | 771 | # CONFIG_SENSORS_ADT7470 is not set |
| 702 | # CONFIG_SENSORS_ADT7473 is not set | 772 | # CONFIG_SENSORS_ADT7473 is not set |
| 773 | # CONFIG_SENSORS_AMS is not set | ||
| 703 | # CONFIG_SENSORS_ATXP1 is not set | 774 | # CONFIG_SENSORS_ATXP1 is not set |
| 704 | # CONFIG_SENSORS_DS1621 is not set | 775 | # CONFIG_SENSORS_DS1621 is not set |
| 705 | # CONFIG_SENSORS_I5K_AMB is not set | 776 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -744,6 +815,7 @@ CONFIG_HWMON=y | |||
| 744 | # CONFIG_SENSORS_W83627EHF is not set | 815 | # CONFIG_SENSORS_W83627EHF is not set |
| 745 | # CONFIG_HWMON_DEBUG_CHIP is not set | 816 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 746 | # CONFIG_THERMAL is not set | 817 | # CONFIG_THERMAL is not set |
| 818 | # CONFIG_THERMAL_HWMON is not set | ||
| 747 | CONFIG_WATCHDOG=y | 819 | CONFIG_WATCHDOG=y |
| 748 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 820 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 749 | 821 | ||
| @@ -751,7 +823,9 @@ CONFIG_WATCHDOG=y | |||
| 751 | # Watchdog Device Drivers | 823 | # Watchdog Device Drivers |
| 752 | # | 824 | # |
| 753 | # CONFIG_SOFT_WATCHDOG is not set | 825 | # CONFIG_SOFT_WATCHDOG is not set |
| 754 | CONFIG_83xx_WDT=y | 826 | # CONFIG_ALIM7101_WDT is not set |
| 827 | # CONFIG_8xxx_WDT is not set | ||
| 828 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 755 | 829 | ||
| 756 | # | 830 | # |
| 757 | # PCI-based Watchdog Cards | 831 | # PCI-based Watchdog Cards |
| @@ -768,8 +842,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 768 | # | 842 | # |
| 769 | # Multifunction device drivers | 843 | # Multifunction device drivers |
| 770 | # | 844 | # |
| 845 | # CONFIG_MFD_CORE is not set | ||
| 771 | # CONFIG_MFD_SM501 is not set | 846 | # CONFIG_MFD_SM501 is not set |
| 772 | # CONFIG_HTC_PASIC3 is not set | 847 | # CONFIG_HTC_PASIC3 is not set |
| 848 | # CONFIG_MFD_TMIO is not set | ||
| 773 | 849 | ||
| 774 | # | 850 | # |
| 775 | # Multimedia devices | 851 | # Multimedia devices |
| @@ -801,10 +877,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 801 | # Display device support | 877 | # Display device support |
| 802 | # | 878 | # |
| 803 | # CONFIG_DISPLAY_SUPPORT is not set | 879 | # CONFIG_DISPLAY_SUPPORT is not set |
| 804 | |||
| 805 | # | ||
| 806 | # Sound | ||
| 807 | # | ||
| 808 | # CONFIG_SOUND is not set | 880 | # CONFIG_SOUND is not set |
| 809 | CONFIG_HID_SUPPORT=y | 881 | CONFIG_HID_SUPPORT=y |
| 810 | CONFIG_HID=y | 882 | CONFIG_HID=y |
| @@ -819,6 +891,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 819 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 891 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 820 | 892 | ||
| 821 | # | 893 | # |
| 894 | # Enable Host or Gadget support to see Inventra options | ||
| 895 | # | ||
| 896 | |||
| 897 | # | ||
| 822 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 898 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 823 | # | 899 | # |
| 824 | # CONFIG_USB_GADGET is not set | 900 | # CONFIG_USB_GADGET is not set |
| @@ -857,6 +933,7 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 857 | # CONFIG_RTC_DRV_PCF8583 is not set | 933 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 858 | # CONFIG_RTC_DRV_M41T80 is not set | 934 | # CONFIG_RTC_DRV_M41T80 is not set |
| 859 | # CONFIG_RTC_DRV_S35390A is not set | 935 | # CONFIG_RTC_DRV_S35390A is not set |
| 936 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 860 | 937 | ||
| 861 | # | 938 | # |
| 862 | # SPI RTC drivers | 939 | # SPI RTC drivers |
| @@ -945,6 +1022,7 @@ CONFIG_TMPFS=y | |||
| 945 | # CONFIG_CRAMFS is not set | 1022 | # CONFIG_CRAMFS is not set |
| 946 | # CONFIG_VXFS_FS is not set | 1023 | # CONFIG_VXFS_FS is not set |
| 947 | # CONFIG_MINIX_FS is not set | 1024 | # CONFIG_MINIX_FS is not set |
| 1025 | # CONFIG_OMFS_FS is not set | ||
| 948 | # CONFIG_HPFS_FS is not set | 1026 | # CONFIG_HPFS_FS is not set |
| 949 | # CONFIG_QNX4FS_FS is not set | 1027 | # CONFIG_QNX4FS_FS is not set |
| 950 | # CONFIG_ROMFS_FS is not set | 1028 | # CONFIG_ROMFS_FS is not set |
| @@ -955,14 +1033,13 @@ CONFIG_NFS_FS=y | |||
| 955 | CONFIG_NFS_V3=y | 1033 | CONFIG_NFS_V3=y |
| 956 | # CONFIG_NFS_V3_ACL is not set | 1034 | # CONFIG_NFS_V3_ACL is not set |
| 957 | CONFIG_NFS_V4=y | 1035 | CONFIG_NFS_V4=y |
| 958 | # CONFIG_NFSD is not set | ||
| 959 | CONFIG_ROOT_NFS=y | 1036 | CONFIG_ROOT_NFS=y |
| 1037 | # CONFIG_NFSD is not set | ||
| 960 | CONFIG_LOCKD=y | 1038 | CONFIG_LOCKD=y |
| 961 | CONFIG_LOCKD_V4=y | 1039 | CONFIG_LOCKD_V4=y |
| 962 | CONFIG_NFS_COMMON=y | 1040 | CONFIG_NFS_COMMON=y |
| 963 | CONFIG_SUNRPC=y | 1041 | CONFIG_SUNRPC=y |
| 964 | CONFIG_SUNRPC_GSS=y | 1042 | CONFIG_SUNRPC_GSS=y |
| 965 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 966 | CONFIG_RPCSEC_GSS_KRB5=y | 1043 | CONFIG_RPCSEC_GSS_KRB5=y |
| 967 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1044 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 968 | # CONFIG_SMB_FS is not set | 1045 | # CONFIG_SMB_FS is not set |
| @@ -992,6 +1069,7 @@ CONFIG_PARTITION_ADVANCED=y | |||
| 992 | # CONFIG_DLM is not set | 1069 | # CONFIG_DLM is not set |
| 993 | CONFIG_UCC_FAST=y | 1070 | CONFIG_UCC_FAST=y |
| 994 | CONFIG_UCC=y | 1071 | CONFIG_UCC=y |
| 1072 | # CONFIG_QE_GPIO is not set | ||
| 995 | 1073 | ||
| 996 | # | 1074 | # |
| 997 | # Library routines | 1075 | # Library routines |
| @@ -1000,6 +1078,7 @@ CONFIG_BITREVERSE=y | |||
| 1000 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1078 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1001 | # CONFIG_CRC_CCITT is not set | 1079 | # CONFIG_CRC_CCITT is not set |
| 1002 | # CONFIG_CRC16 is not set | 1080 | # CONFIG_CRC16 is not set |
| 1081 | # CONFIG_CRC_T10DIF is not set | ||
| 1003 | # CONFIG_CRC_ITU_T is not set | 1082 | # CONFIG_CRC_ITU_T is not set |
| 1004 | CONFIG_CRC32=y | 1083 | CONFIG_CRC32=y |
| 1005 | # CONFIG_CRC7 is not set | 1084 | # CONFIG_CRC7 is not set |
| @@ -1025,8 +1104,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1025 | # CONFIG_SLUB_DEBUG_ON is not set | 1104 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1026 | # CONFIG_SLUB_STATS is not set | 1105 | # CONFIG_SLUB_STATS is not set |
| 1027 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1106 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1107 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1108 | # CONFIG_LATENCYTOP is not set | ||
| 1109 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1110 | CONFIG_HAVE_FTRACE=y | ||
| 1111 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1112 | # CONFIG_FTRACE is not set | ||
| 1113 | # CONFIG_SCHED_TRACER is not set | ||
| 1114 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1028 | # CONFIG_SAMPLES is not set | 1115 | # CONFIG_SAMPLES is not set |
| 1116 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1029 | # CONFIG_IRQSTACKS is not set | 1117 | # CONFIG_IRQSTACKS is not set |
| 1118 | # CONFIG_BOOTX_TEXT is not set | ||
| 1030 | # CONFIG_PPC_EARLY_DEBUG is not set | 1119 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1031 | 1120 | ||
| 1032 | # | 1121 | # |
| @@ -1080,6 +1169,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1080 | # CONFIG_CRYPTO_MD4 is not set | 1169 | # CONFIG_CRYPTO_MD4 is not set |
| 1081 | CONFIG_CRYPTO_MD5=y | 1170 | CONFIG_CRYPTO_MD5=y |
| 1082 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1171 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1172 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1173 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1174 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1175 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1083 | # CONFIG_CRYPTO_SHA1 is not set | 1176 | # CONFIG_CRYPTO_SHA1 is not set |
| 1084 | # CONFIG_CRYPTO_SHA256 is not set | 1177 | # CONFIG_CRYPTO_SHA256 is not set |
| 1085 | # CONFIG_CRYPTO_SHA512 is not set | 1178 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1112,6 +1205,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1112 | # CONFIG_CRYPTO_LZO is not set | 1205 | # CONFIG_CRYPTO_LZO is not set |
| 1113 | CONFIG_CRYPTO_HW=y | 1206 | CONFIG_CRYPTO_HW=y |
| 1114 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1207 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1208 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1115 | # CONFIG_PPC_CLOCK is not set | 1209 | # CONFIG_PPC_CLOCK is not set |
| 1116 | CONFIG_PPC_LIB_RHEAP=y | 1210 | CONFIG_PPC_LIB_RHEAP=y |
| 1117 | # CONFIG_VIRTUALIZATION is not set | 1211 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig b/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig index d2c435f0da42..7d674be702fe 100644 --- a/arch/powerpc/configs/83xx/mpc836x_rdk_defconfig +++ b/arch/powerpc/configs/83xx/mpc836x_rdk_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-rc2 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon May 19 21:12:32 2008 | 4 | # Thu Aug 21 00:52:24 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -52,6 +54,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 52 | CONFIG_AUDIT_ARCH=y | 54 | CONFIG_AUDIT_ARCH=y |
| 53 | CONFIG_GENERIC_BUG=y | 55 | CONFIG_GENERIC_BUG=y |
| 54 | CONFIG_DEFAULT_UIMAGE=y | 56 | CONFIG_DEFAULT_UIMAGE=y |
| 57 | CONFIG_HIBERNATE_32=y | ||
| 58 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 59 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 55 | # CONFIG_PPC_DCR_NATIVE is not set | 60 | # CONFIG_PPC_DCR_NATIVE is not set |
| 56 | # CONFIG_PPC_DCR_MMIO is not set | 61 | # CONFIG_PPC_DCR_MMIO is not set |
| 57 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 62 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -89,12 +94,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 95 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 97 | # CONFIG_KALLSYMS is not set |
| 94 | CONFIG_HOTPLUG=y | 98 | CONFIG_HOTPLUG=y |
| 95 | CONFIG_PRINTK=y | 99 | CONFIG_PRINTK=y |
| 96 | CONFIG_BUG=y | 100 | CONFIG_BUG=y |
| 97 | CONFIG_ELF_CORE=y | 101 | CONFIG_ELF_CORE=y |
| 102 | CONFIG_PCSPKR_PLATFORM=y | ||
| 98 | CONFIG_COMPAT_BRK=y | 103 | CONFIG_COMPAT_BRK=y |
| 99 | CONFIG_BASE_FULL=y | 104 | CONFIG_BASE_FULL=y |
| 100 | CONFIG_FUTEX=y | 105 | CONFIG_FUTEX=y |
| @@ -112,10 +117,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 117 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 123 | CONFIG_HAVE_KRETPROBES=y |
| 124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # 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 | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,12 +137,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 126 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 127 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| 128 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 139 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 129 | # CONFIG_KMOD is not set | 140 | CONFIG_KMOD=y |
| 130 | CONFIG_BLOCK=y | 141 | CONFIG_BLOCK=y |
| 131 | # CONFIG_LBD is not set | 142 | # CONFIG_LBD is not set |
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 147 | ||
| 136 | # | 148 | # |
| 137 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -150,16 +162,18 @@ CONFIG_CLASSIC_RCU=y | |||
| 150 | # | 162 | # |
| 151 | # Platform support | 163 | # Platform support |
| 152 | # | 164 | # |
| 153 | # CONFIG_PPC_MULTIPLATFORM is not set | 165 | CONFIG_PPC_MULTIPLATFORM=y |
| 154 | # CONFIG_PPC_82xx is not set | 166 | CONFIG_CLASSIC32=y |
| 155 | CONFIG_PPC_83xx=y | 167 | CONFIG_PPC_CHRP=y |
| 156 | # CONFIG_PPC_86xx is not set | 168 | # CONFIG_MPC5121_ADS is not set |
| 157 | # CONFIG_PPC_MPC512x is not set | 169 | # CONFIG_MPC5121_GENERIC is not set |
| 158 | # CONFIG_PPC_MPC5121 is not set | 170 | # CONFIG_PPC_MPC52xx is not set |
| 171 | CONFIG_PPC_PMAC=y | ||
| 159 | # CONFIG_PPC_CELL is not set | 172 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 173 | # CONFIG_PPC_CELL_NATIVE is not set |
| 174 | # CONFIG_PPC_82xx is not set | ||
| 161 | # CONFIG_PQ2ADS is not set | 175 | # CONFIG_PQ2ADS is not set |
| 162 | CONFIG_MPC83xx=y | 176 | CONFIG_PPC_83xx=y |
| 163 | # CONFIG_MPC831x_RDB is not set | 177 | # CONFIG_MPC831x_RDB is not set |
| 164 | # CONFIG_MPC832x_MDS is not set | 178 | # CONFIG_MPC832x_MDS is not set |
| 165 | # CONFIG_MPC832x_RDB is not set | 179 | # CONFIG_MPC832x_RDB is not set |
| @@ -170,17 +184,26 @@ CONFIG_MPC836x_RDK=y | |||
| 170 | # CONFIG_MPC837x_MDS is not set | 184 | # CONFIG_MPC837x_MDS is not set |
| 171 | # CONFIG_MPC837x_RDB is not set | 185 | # CONFIG_MPC837x_RDB is not set |
| 172 | # CONFIG_SBC834x is not set | 186 | # CONFIG_SBC834x is not set |
| 187 | # CONFIG_ASP834x is not set | ||
| 188 | # CONFIG_PPC_86xx is not set | ||
| 189 | # CONFIG_EMBEDDED6xx is not set | ||
| 190 | CONFIG_PPC_NATIVE=y | ||
| 191 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 173 | CONFIG_IPIC=y | 192 | CONFIG_IPIC=y |
| 174 | # CONFIG_MPIC is not set | 193 | CONFIG_MPIC=y |
| 175 | # CONFIG_MPIC_WEIRD is not set | 194 | # CONFIG_MPIC_WEIRD is not set |
| 176 | # CONFIG_PPC_I8259 is not set | 195 | CONFIG_PPC_I8259=y |
| 177 | # CONFIG_PPC_RTAS is not set | 196 | CONFIG_PPC_RTAS=y |
| 197 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 198 | CONFIG_RTAS_PROC=y | ||
| 178 | # CONFIG_MMIO_NVRAM is not set | 199 | # CONFIG_MMIO_NVRAM is not set |
| 179 | # CONFIG_PPC_MPC106 is not set | 200 | CONFIG_PPC_MPC106=y |
| 180 | # CONFIG_PPC_970_NAP is not set | 201 | # CONFIG_PPC_970_NAP is not set |
| 181 | # CONFIG_PPC_INDIRECT_IO is not set | 202 | # CONFIG_PPC_INDIRECT_IO is not set |
| 182 | # CONFIG_GENERIC_IOMAP is not set | 203 | # CONFIG_GENERIC_IOMAP is not set |
| 183 | # CONFIG_CPU_FREQ is not set | 204 | # CONFIG_CPU_FREQ is not set |
| 205 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 206 | # CONFIG_TAU is not set | ||
| 184 | CONFIG_QUICC_ENGINE=y | 207 | CONFIG_QUICC_ENGINE=y |
| 185 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 186 | 209 | ||
| @@ -207,6 +230,7 @@ CONFIG_BINFMT_ELF=y | |||
| 207 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 230 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 208 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 231 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 209 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 232 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 233 | # CONFIG_KEXEC is not set | ||
| 210 | CONFIG_ARCH_FLATMEM_ENABLE=y | 234 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 211 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 235 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 212 | CONFIG_SELECT_MEMORY_MODEL=y | 236 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -219,6 +243,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 243 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 220 | CONFIG_PAGEFLAGS_EXTENDED=y | 244 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 245 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 246 | CONFIG_MIGRATION=y | ||
| 222 | # CONFIG_RESOURCES_64BIT is not set | 247 | # CONFIG_RESOURCES_64BIT is not set |
| 223 | CONFIG_ZONE_DMA_FLAG=1 | 248 | CONFIG_ZONE_DMA_FLAG=1 |
| 224 | CONFIG_BOUNCE=y | 249 | CONFIG_BOUNCE=y |
| @@ -226,6 +251,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | 251 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 227 | CONFIG_PROC_DEVICETREE=y | 252 | CONFIG_PROC_DEVICETREE=y |
| 228 | # CONFIG_CMDLINE_BOOL is not set | 253 | # CONFIG_CMDLINE_BOOL is not set |
| 254 | CONFIG_EXTRA_TARGETS="" | ||
| 229 | # CONFIG_PM is not set | 255 | # CONFIG_PM is not set |
| 230 | CONFIG_SECCOMP=y | 256 | CONFIG_SECCOMP=y |
| 231 | CONFIG_ISA_DMA_API=y | 257 | CONFIG_ISA_DMA_API=y |
| @@ -233,12 +259,15 @@ CONFIG_ISA_DMA_API=y | |||
| 233 | # | 259 | # |
| 234 | # Bus options | 260 | # Bus options |
| 235 | # | 261 | # |
| 262 | # CONFIG_ISA is not set | ||
| 236 | CONFIG_ZONE_DMA=y | 263 | CONFIG_ZONE_DMA=y |
| 237 | CONFIG_GENERIC_ISA_DMA=y | 264 | CONFIG_GENERIC_ISA_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 265 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 266 | CONFIG_FSL_SOC=y |
| 267 | CONFIG_FSL_PCI=y | ||
| 240 | CONFIG_FSL_LBC=y | 268 | CONFIG_FSL_LBC=y |
| 241 | CONFIG_FSL_GTM=y | 269 | CONFIG_FSL_GTM=y |
| 270 | CONFIG_PPC_PCI_CHOICE=y | ||
| 242 | CONFIG_PCI=y | 271 | CONFIG_PCI=y |
| 243 | CONFIG_PCI_DOMAINS=y | 272 | CONFIG_PCI_DOMAINS=y |
| 244 | CONFIG_PCI_SYSCALL=y | 273 | CONFIG_PCI_SYSCALL=y |
| @@ -263,10 +292,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 263 | CONFIG_KERNEL_START=0xc0000000 | 292 | CONFIG_KERNEL_START=0xc0000000 |
| 264 | CONFIG_PHYSICAL_START=0x00000000 | 293 | CONFIG_PHYSICAL_START=0x00000000 |
| 265 | CONFIG_TASK_SIZE=0xc0000000 | 294 | CONFIG_TASK_SIZE=0xc0000000 |
| 266 | |||
| 267 | # | ||
| 268 | # Networking | ||
| 269 | # | ||
| 270 | CONFIG_NET=y | 295 | CONFIG_NET=y |
| 271 | 296 | ||
| 272 | # | 297 | # |
| @@ -359,6 +384,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 359 | CONFIG_STANDALONE=y | 384 | CONFIG_STANDALONE=y |
| 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 385 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 361 | CONFIG_FW_LOADER=y | 386 | CONFIG_FW_LOADER=y |
| 387 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 388 | CONFIG_EXTRA_FIRMWARE="" | ||
| 362 | # CONFIG_SYS_HYPERVISOR is not set | 389 | # CONFIG_SYS_HYPERVISOR is not set |
| 363 | # CONFIG_CONNECTOR is not set | 390 | # CONFIG_CONNECTOR is not set |
| 364 | CONFIG_MTD=y | 391 | CONFIG_MTD=y |
| @@ -449,9 +476,11 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 449 | CONFIG_OF_DEVICE=y | 476 | CONFIG_OF_DEVICE=y |
| 450 | CONFIG_OF_GPIO=y | 477 | CONFIG_OF_GPIO=y |
| 451 | CONFIG_OF_I2C=y | 478 | CONFIG_OF_I2C=y |
| 479 | CONFIG_OF_SPI=y | ||
| 452 | # CONFIG_PARPORT is not set | 480 | # CONFIG_PARPORT is not set |
| 453 | CONFIG_BLK_DEV=y | 481 | CONFIG_BLK_DEV=y |
| 454 | # CONFIG_BLK_DEV_FD is not set | 482 | # CONFIG_BLK_DEV_FD is not set |
| 483 | # CONFIG_MAC_FLOPPY is not set | ||
| 455 | # CONFIG_BLK_CPQ_DA is not set | 484 | # CONFIG_BLK_CPQ_DA is not set |
| 456 | # CONFIG_BLK_CPQ_CISS_DA is not set | 485 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 457 | # CONFIG_BLK_DEV_DAC960 is not set | 486 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -467,12 +496,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 467 | # CONFIG_BLK_DEV_XIP is not set | 496 | # CONFIG_BLK_DEV_XIP is not set |
| 468 | # CONFIG_CDROM_PKTCDVD is not set | 497 | # CONFIG_CDROM_PKTCDVD is not set |
| 469 | # CONFIG_ATA_OVER_ETH is not set | 498 | # CONFIG_ATA_OVER_ETH is not set |
| 499 | # CONFIG_BLK_DEV_HD is not set | ||
| 470 | CONFIG_MISC_DEVICES=y | 500 | CONFIG_MISC_DEVICES=y |
| 471 | # CONFIG_PHANTOM is not set | 501 | # CONFIG_PHANTOM is not set |
| 472 | # CONFIG_EEPROM_93CX6 is not set | 502 | # CONFIG_EEPROM_93CX6 is not set |
| 473 | # CONFIG_SGI_IOC4 is not set | 503 | # CONFIG_SGI_IOC4 is not set |
| 474 | # CONFIG_TIFM_CORE is not set | 504 | # CONFIG_TIFM_CORE is not set |
| 475 | # CONFIG_ENCLOSURE_SERVICES is not set | 505 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 506 | # CONFIG_HP_ILO is not set | ||
| 476 | CONFIG_HAVE_IDE=y | 507 | CONFIG_HAVE_IDE=y |
| 477 | # CONFIG_IDE is not set | 508 | # CONFIG_IDE is not set |
| 478 | 509 | ||
| @@ -490,12 +521,15 @@ CONFIG_HAVE_IDE=y | |||
| 490 | # | 521 | # |
| 491 | # IEEE 1394 (FireWire) support | 522 | # IEEE 1394 (FireWire) support |
| 492 | # | 523 | # |
| 524 | |||
| 525 | # | ||
| 526 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 527 | # | ||
| 493 | # CONFIG_FIREWIRE is not set | 528 | # CONFIG_FIREWIRE is not set |
| 494 | # CONFIG_IEEE1394 is not set | 529 | # CONFIG_IEEE1394 is not set |
| 495 | # CONFIG_I2O is not set | 530 | # CONFIG_I2O is not set |
| 496 | # CONFIG_MACINTOSH_DRIVERS is not set | 531 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 497 | CONFIG_NETDEVICES=y | 532 | CONFIG_NETDEVICES=y |
| 498 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 499 | # CONFIG_DUMMY is not set | 533 | # CONFIG_DUMMY is not set |
| 500 | # CONFIG_BONDING is not set | 534 | # CONFIG_BONDING is not set |
| 501 | # CONFIG_MACVLAN is not set | 535 | # CONFIG_MACVLAN is not set |
| @@ -526,7 +560,6 @@ CONFIG_NETDEV_1000=y | |||
| 526 | # CONFIG_DL2K is not set | 560 | # CONFIG_DL2K is not set |
| 527 | # CONFIG_E1000 is not set | 561 | # CONFIG_E1000 is not set |
| 528 | # CONFIG_E1000E is not set | 562 | # CONFIG_E1000E is not set |
| 529 | # CONFIG_E1000E_ENABLED is not set | ||
| 530 | # CONFIG_IP1000 is not set | 563 | # CONFIG_IP1000 is not set |
| 531 | # CONFIG_IGB is not set | 564 | # CONFIG_IGB is not set |
| 532 | # CONFIG_NS83820 is not set | 565 | # CONFIG_NS83820 is not set |
| @@ -541,12 +574,13 @@ CONFIG_NETDEV_1000=y | |||
| 541 | # CONFIG_BNX2 is not set | 574 | # CONFIG_BNX2 is not set |
| 542 | # CONFIG_GIANFAR is not set | 575 | # CONFIG_GIANFAR is not set |
| 543 | CONFIG_UCC_GETH=y | 576 | CONFIG_UCC_GETH=y |
| 544 | CONFIG_UGETH_NAPI=y | ||
| 545 | # CONFIG_UGETH_MAGIC_PACKET is not set | 577 | # CONFIG_UGETH_MAGIC_PACKET is not set |
| 546 | # CONFIG_UGETH_FILTERING is not set | 578 | # CONFIG_UGETH_FILTERING is not set |
| 547 | # CONFIG_UGETH_TX_ON_DEMAND is not set | 579 | # CONFIG_UGETH_TX_ON_DEMAND is not set |
| 580 | # CONFIG_MV643XX_ETH is not set | ||
| 548 | # CONFIG_QLA3XXX is not set | 581 | # CONFIG_QLA3XXX is not set |
| 549 | # CONFIG_ATL1 is not set | 582 | # CONFIG_ATL1 is not set |
| 583 | # CONFIG_ATL1E is not set | ||
| 550 | # CONFIG_NETDEV_10000 is not set | 584 | # CONFIG_NETDEV_10000 is not set |
| 551 | # CONFIG_TR is not set | 585 | # CONFIG_TR is not set |
| 552 | 586 | ||
| @@ -602,6 +636,7 @@ CONFIG_INPUT=y | |||
| 602 | # Character devices | 636 | # Character devices |
| 603 | # | 637 | # |
| 604 | CONFIG_VT=y | 638 | CONFIG_VT=y |
| 639 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 605 | CONFIG_VT_CONSOLE=y | 640 | CONFIG_VT_CONSOLE=y |
| 606 | CONFIG_HW_CONSOLE=y | 641 | CONFIG_HW_CONSOLE=y |
| 607 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 642 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -625,12 +660,15 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 625 | # CONFIG_SERIAL_UARTLITE is not set | 660 | # CONFIG_SERIAL_UARTLITE is not set |
| 626 | CONFIG_SERIAL_CORE=y | 661 | CONFIG_SERIAL_CORE=y |
| 627 | CONFIG_SERIAL_CORE_CONSOLE=y | 662 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 663 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 628 | # CONFIG_SERIAL_JSM is not set | 664 | # CONFIG_SERIAL_JSM is not set |
| 629 | # CONFIG_SERIAL_OF_PLATFORM is not set | 665 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 630 | CONFIG_SERIAL_QE=y | 666 | CONFIG_SERIAL_QE=y |
| 631 | CONFIG_UNIX98_PTYS=y | 667 | CONFIG_UNIX98_PTYS=y |
| 632 | CONFIG_LEGACY_PTYS=y | 668 | CONFIG_LEGACY_PTYS=y |
| 633 | CONFIG_LEGACY_PTY_COUNT=256 | 669 | CONFIG_LEGACY_PTY_COUNT=256 |
| 670 | # CONFIG_BRIQ_PANEL is not set | ||
| 671 | # CONFIG_HVC_RTAS is not set | ||
| 634 | # CONFIG_IPMI_HANDLER is not set | 672 | # CONFIG_IPMI_HANDLER is not set |
| 635 | CONFIG_HW_RANDOM=y | 673 | CONFIG_HW_RANDOM=y |
| 636 | # CONFIG_NVRAM is not set | 674 | # CONFIG_NVRAM is not set |
| @@ -643,43 +681,70 @@ CONFIG_DEVPORT=y | |||
| 643 | CONFIG_I2C=y | 681 | CONFIG_I2C=y |
| 644 | CONFIG_I2C_BOARDINFO=y | 682 | CONFIG_I2C_BOARDINFO=y |
| 645 | CONFIG_I2C_CHARDEV=y | 683 | CONFIG_I2C_CHARDEV=y |
| 684 | CONFIG_I2C_HELPER_AUTO=y | ||
| 646 | 685 | ||
| 647 | # | 686 | # |
| 648 | # I2C Hardware Bus support | 687 | # I2C Hardware Bus support |
| 649 | # | 688 | # |
| 689 | |||
| 690 | # | ||
| 691 | # PC SMBus host controller drivers | ||
| 692 | # | ||
| 650 | # CONFIG_I2C_ALI1535 is not set | 693 | # CONFIG_I2C_ALI1535 is not set |
| 651 | # CONFIG_I2C_ALI1563 is not set | 694 | # CONFIG_I2C_ALI1563 is not set |
| 652 | # CONFIG_I2C_ALI15X3 is not set | 695 | # CONFIG_I2C_ALI15X3 is not set |
| 653 | # CONFIG_I2C_AMD756 is not set | 696 | # CONFIG_I2C_AMD756 is not set |
| 654 | # CONFIG_I2C_AMD8111 is not set | 697 | # CONFIG_I2C_AMD8111 is not set |
| 655 | # CONFIG_I2C_GPIO is not set | ||
| 656 | # CONFIG_I2C_I801 is not set | 698 | # CONFIG_I2C_I801 is not set |
| 657 | # CONFIG_I2C_I810 is not set | 699 | # CONFIG_I2C_ISCH is not set |
| 658 | # CONFIG_I2C_PIIX4 is not set | 700 | # CONFIG_I2C_PIIX4 is not set |
| 659 | CONFIG_I2C_MPC=y | ||
| 660 | # CONFIG_I2C_NFORCE2 is not set | 701 | # CONFIG_I2C_NFORCE2 is not set |
| 661 | # CONFIG_I2C_OCORES is not set | ||
| 662 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 663 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 664 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 665 | # CONFIG_I2C_SIMTEC is not set | ||
| 666 | # CONFIG_I2C_SIS5595 is not set | 702 | # CONFIG_I2C_SIS5595 is not set |
| 667 | # CONFIG_I2C_SIS630 is not set | 703 | # CONFIG_I2C_SIS630 is not set |
| 668 | # CONFIG_I2C_SIS96X is not set | 704 | # CONFIG_I2C_SIS96X is not set |
| 669 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 670 | # CONFIG_I2C_STUB is not set | ||
| 671 | # CONFIG_I2C_VIA is not set | 705 | # CONFIG_I2C_VIA is not set |
| 672 | # CONFIG_I2C_VIAPRO is not set | 706 | # CONFIG_I2C_VIAPRO is not set |
| 707 | |||
| 708 | # | ||
| 709 | # Mac SMBus host controller drivers | ||
| 710 | # | ||
| 711 | # CONFIG_I2C_HYDRA is not set | ||
| 712 | CONFIG_I2C_POWERMAC=y | ||
| 713 | |||
| 714 | # | ||
| 715 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 716 | # | ||
| 717 | # CONFIG_I2C_GPIO is not set | ||
| 718 | CONFIG_I2C_MPC=y | ||
| 719 | # CONFIG_I2C_OCORES is not set | ||
| 720 | # CONFIG_I2C_SIMTEC is not set | ||
| 721 | |||
| 722 | # | ||
| 723 | # External I2C/SMBus adapter drivers | ||
| 724 | # | ||
| 725 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 726 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 727 | |||
| 728 | # | ||
| 729 | # Graphics adapter I2C/DDC channel drivers | ||
| 730 | # | ||
| 673 | # CONFIG_I2C_VOODOO3 is not set | 731 | # CONFIG_I2C_VOODOO3 is not set |
| 732 | |||
| 733 | # | ||
| 734 | # Other I2C/SMBus bus drivers | ||
| 735 | # | ||
| 674 | # CONFIG_I2C_PCA_PLATFORM is not set | 736 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 737 | # CONFIG_I2C_STUB is not set | ||
| 675 | 738 | ||
| 676 | # | 739 | # |
| 677 | # Miscellaneous I2C Chip support | 740 | # Miscellaneous I2C Chip support |
| 678 | # | 741 | # |
| 679 | # CONFIG_DS1682 is not set | 742 | # CONFIG_DS1682 is not set |
| 743 | # CONFIG_AT24 is not set | ||
| 680 | # CONFIG_SENSORS_EEPROM is not set | 744 | # CONFIG_SENSORS_EEPROM is not set |
| 681 | # CONFIG_SENSORS_PCF8574 is not set | 745 | # CONFIG_SENSORS_PCF8574 is not set |
| 682 | # CONFIG_PCF8575 is not set | 746 | # CONFIG_PCF8575 is not set |
| 747 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 683 | # CONFIG_SENSORS_PCF8591 is not set | 748 | # CONFIG_SENSORS_PCF8591 is not set |
| 684 | # CONFIG_TPS65010 is not set | 749 | # CONFIG_TPS65010 is not set |
| 685 | # CONFIG_SENSORS_MAX6875 is not set | 750 | # CONFIG_SENSORS_MAX6875 is not set |
| @@ -703,26 +768,33 @@ CONFIG_SPI_MPC83xx=y | |||
| 703 | # CONFIG_SPI_AT25 is not set | 768 | # CONFIG_SPI_AT25 is not set |
| 704 | CONFIG_SPI_SPIDEV=y | 769 | CONFIG_SPI_SPIDEV=y |
| 705 | # CONFIG_SPI_TLE62X0 is not set | 770 | # CONFIG_SPI_TLE62X0 is not set |
| 706 | CONFIG_HAVE_GPIO_LIB=y | 771 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 707 | 772 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | |
| 708 | # | 773 | CONFIG_GPIOLIB=y |
| 709 | # GPIO Support | 774 | # CONFIG_GPIO_SYSFS is not set |
| 710 | # | ||
| 711 | 775 | ||
| 712 | # | 776 | # |
| 713 | # I2C GPIO expanders: | 777 | # I2C GPIO expanders: |
| 714 | # | 778 | # |
| 779 | # CONFIG_GPIO_MAX732X is not set | ||
| 715 | # CONFIG_GPIO_PCA953X is not set | 780 | # CONFIG_GPIO_PCA953X is not set |
| 716 | # CONFIG_GPIO_PCF857X is not set | 781 | # CONFIG_GPIO_PCF857X is not set |
| 717 | 782 | ||
| 718 | # | 783 | # |
| 784 | # PCI GPIO expanders: | ||
| 785 | # | ||
| 786 | # CONFIG_GPIO_BT8XX is not set | ||
| 787 | |||
| 788 | # | ||
| 719 | # SPI GPIO expanders: | 789 | # SPI GPIO expanders: |
| 720 | # | 790 | # |
| 791 | # CONFIG_GPIO_MAX7301 is not set | ||
| 721 | # CONFIG_GPIO_MCP23S08 is not set | 792 | # CONFIG_GPIO_MCP23S08 is not set |
| 722 | # CONFIG_W1 is not set | 793 | # CONFIG_W1 is not set |
| 723 | # CONFIG_POWER_SUPPLY is not set | 794 | # CONFIG_POWER_SUPPLY is not set |
| 724 | # CONFIG_HWMON is not set | 795 | # CONFIG_HWMON is not set |
| 725 | # CONFIG_THERMAL is not set | 796 | # CONFIG_THERMAL is not set |
| 797 | # CONFIG_THERMAL_HWMON is not set | ||
| 726 | CONFIG_WATCHDOG=y | 798 | CONFIG_WATCHDOG=y |
| 727 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 799 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 728 | 800 | ||
| @@ -730,7 +802,9 @@ CONFIG_WATCHDOG=y | |||
| 730 | # Watchdog Device Drivers | 802 | # Watchdog Device Drivers |
| 731 | # | 803 | # |
| 732 | # CONFIG_SOFT_WATCHDOG is not set | 804 | # CONFIG_SOFT_WATCHDOG is not set |
| 733 | CONFIG_83xx_WDT=y | 805 | # CONFIG_ALIM7101_WDT is not set |
| 806 | # CONFIG_8xxx_WDT is not set | ||
| 807 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 734 | 808 | ||
| 735 | # | 809 | # |
| 736 | # PCI-based Watchdog Cards | 810 | # PCI-based Watchdog Cards |
| @@ -747,9 +821,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 747 | # | 821 | # |
| 748 | # Multifunction device drivers | 822 | # Multifunction device drivers |
| 749 | # | 823 | # |
| 824 | # CONFIG_MFD_CORE is not set | ||
| 750 | # CONFIG_MFD_SM501 is not set | 825 | # CONFIG_MFD_SM501 is not set |
| 751 | # CONFIG_HTC_EGPIO is not set | ||
| 752 | # CONFIG_HTC_PASIC3 is not set | 826 | # CONFIG_HTC_PASIC3 is not set |
| 827 | # CONFIG_MFD_TMIO is not set | ||
| 753 | 828 | ||
| 754 | # | 829 | # |
| 755 | # Multimedia devices | 830 | # Multimedia devices |
| @@ -799,6 +874,9 @@ CONFIG_FB_MACMODES=y | |||
| 799 | # CONFIG_FB_PM2 is not set | 874 | # CONFIG_FB_PM2 is not set |
| 800 | # CONFIG_FB_CYBER2000 is not set | 875 | # CONFIG_FB_CYBER2000 is not set |
| 801 | CONFIG_FB_OF=y | 876 | CONFIG_FB_OF=y |
| 877 | # CONFIG_FB_CONTROL is not set | ||
| 878 | # CONFIG_FB_PLATINUM is not set | ||
| 879 | # CONFIG_FB_VALKYRIE is not set | ||
| 802 | # CONFIG_FB_CT65550 is not set | 880 | # CONFIG_FB_CT65550 is not set |
| 803 | # CONFIG_FB_ASILIANT is not set | 881 | # CONFIG_FB_ASILIANT is not set |
| 804 | # CONFIG_FB_IMSTT is not set | 882 | # CONFIG_FB_IMSTT is not set |
| @@ -821,6 +899,7 @@ CONFIG_FB_OF=y | |||
| 821 | # CONFIG_FB_TRIDENT is not set | 899 | # CONFIG_FB_TRIDENT is not set |
| 822 | # CONFIG_FB_ARK is not set | 900 | # CONFIG_FB_ARK is not set |
| 823 | # CONFIG_FB_PM3 is not set | 901 | # CONFIG_FB_PM3 is not set |
| 902 | # CONFIG_FB_CARMINE is not set | ||
| 824 | # CONFIG_FB_FSL_DIU is not set | 903 | # CONFIG_FB_FSL_DIU is not set |
| 825 | # CONFIG_FB_IBM_GXT4500 is not set | 904 | # CONFIG_FB_IBM_GXT4500 is not set |
| 826 | # CONFIG_FB_VIRTUAL is not set | 905 | # CONFIG_FB_VIRTUAL is not set |
| @@ -846,10 +925,6 @@ CONFIG_LOGO=y | |||
| 846 | # CONFIG_LOGO_LINUX_MONO is not set | 925 | # CONFIG_LOGO_LINUX_MONO is not set |
| 847 | CONFIG_LOGO_LINUX_VGA16=y | 926 | CONFIG_LOGO_LINUX_VGA16=y |
| 848 | CONFIG_LOGO_LINUX_CLUT224=y | 927 | CONFIG_LOGO_LINUX_CLUT224=y |
| 849 | |||
| 850 | # | ||
| 851 | # Sound | ||
| 852 | # | ||
| 853 | # CONFIG_SOUND is not set | 928 | # CONFIG_SOUND is not set |
| 854 | CONFIG_HID_SUPPORT=y | 929 | CONFIG_HID_SUPPORT=y |
| 855 | CONFIG_HID=y | 930 | CONFIG_HID=y |
| @@ -941,6 +1016,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 941 | # CONFIG_CRAMFS is not set | 1016 | # CONFIG_CRAMFS is not set |
| 942 | # CONFIG_VXFS_FS is not set | 1017 | # CONFIG_VXFS_FS is not set |
| 943 | # CONFIG_MINIX_FS is not set | 1018 | # CONFIG_MINIX_FS is not set |
| 1019 | # CONFIG_OMFS_FS is not set | ||
| 944 | # CONFIG_HPFS_FS is not set | 1020 | # CONFIG_HPFS_FS is not set |
| 945 | # CONFIG_QNX4FS_FS is not set | 1021 | # CONFIG_QNX4FS_FS is not set |
| 946 | # CONFIG_ROMFS_FS is not set | 1022 | # CONFIG_ROMFS_FS is not set |
| @@ -951,14 +1027,13 @@ CONFIG_NFS_FS=y | |||
| 951 | CONFIG_NFS_V3=y | 1027 | CONFIG_NFS_V3=y |
| 952 | # CONFIG_NFS_V3_ACL is not set | 1028 | # CONFIG_NFS_V3_ACL is not set |
| 953 | CONFIG_NFS_V4=y | 1029 | CONFIG_NFS_V4=y |
| 954 | # CONFIG_NFSD is not set | ||
| 955 | CONFIG_ROOT_NFS=y | 1030 | CONFIG_ROOT_NFS=y |
| 1031 | # CONFIG_NFSD is not set | ||
| 956 | CONFIG_LOCKD=y | 1032 | CONFIG_LOCKD=y |
| 957 | CONFIG_LOCKD_V4=y | 1033 | CONFIG_LOCKD_V4=y |
| 958 | CONFIG_NFS_COMMON=y | 1034 | CONFIG_NFS_COMMON=y |
| 959 | CONFIG_SUNRPC=y | 1035 | CONFIG_SUNRPC=y |
| 960 | CONFIG_SUNRPC_GSS=y | 1036 | CONFIG_SUNRPC_GSS=y |
| 961 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 962 | CONFIG_RPCSEC_GSS_KRB5=y | 1037 | CONFIG_RPCSEC_GSS_KRB5=y |
| 963 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1038 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 964 | # CONFIG_SMB_FS is not set | 1039 | # CONFIG_SMB_FS is not set |
| @@ -998,6 +1073,7 @@ CONFIG_BITREVERSE=y | |||
| 998 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1073 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 999 | # CONFIG_CRC_CCITT is not set | 1074 | # CONFIG_CRC_CCITT is not set |
| 1000 | # CONFIG_CRC16 is not set | 1075 | # CONFIG_CRC16 is not set |
| 1076 | # CONFIG_CRC_T10DIF is not set | ||
| 1001 | # CONFIG_CRC_ITU_T is not set | 1077 | # CONFIG_CRC_ITU_T is not set |
| 1002 | CONFIG_CRC32=y | 1078 | CONFIG_CRC32=y |
| 1003 | # CONFIG_CRC7 is not set | 1079 | # CONFIG_CRC7 is not set |
| @@ -1025,12 +1101,22 @@ CONFIG_FRAME_WARN=1024 | |||
| 1025 | # CONFIG_SLUB_DEBUG_ON is not set | 1101 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1026 | # CONFIG_SLUB_STATS is not set | 1102 | # CONFIG_SLUB_STATS is not set |
| 1027 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1103 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1104 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1105 | # CONFIG_LATENCYTOP is not set | ||
| 1106 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1107 | CONFIG_HAVE_FTRACE=y | ||
| 1108 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1109 | # CONFIG_FTRACE is not set | ||
| 1110 | # CONFIG_SCHED_TRACER is not set | ||
| 1111 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1028 | # CONFIG_SAMPLES is not set | 1112 | # CONFIG_SAMPLES is not set |
| 1113 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1029 | # CONFIG_IRQSTACKS is not set | 1114 | # CONFIG_IRQSTACKS is not set |
| 1115 | # CONFIG_BOOTX_TEXT is not set | ||
| 1030 | CONFIG_PPC_EARLY_DEBUG=y | 1116 | CONFIG_PPC_EARLY_DEBUG=y |
| 1031 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set | 1117 | # CONFIG_PPC_EARLY_DEBUG_LPAR is not set |
| 1032 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set | 1118 | # CONFIG_PPC_EARLY_DEBUG_G5 is not set |
| 1033 | # CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set | 1119 | CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL=y |
| 1034 | # CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set | 1120 | # CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set |
| 1035 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set | 1121 | # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set |
| 1036 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set | 1122 | # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set |
| @@ -1091,6 +1177,10 @@ CONFIG_CRYPTO_CBC=y | |||
| 1091 | # CONFIG_CRYPTO_MD4 is not set | 1177 | # CONFIG_CRYPTO_MD4 is not set |
| 1092 | CONFIG_CRYPTO_MD5=y | 1178 | CONFIG_CRYPTO_MD5=y |
| 1093 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1179 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1180 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1181 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1183 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1094 | # CONFIG_CRYPTO_SHA1 is not set | 1184 | # CONFIG_CRYPTO_SHA1 is not set |
| 1095 | # CONFIG_CRYPTO_SHA256 is not set | 1185 | # CONFIG_CRYPTO_SHA256 is not set |
| 1096 | # CONFIG_CRYPTO_SHA512 is not set | 1186 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1123,6 +1213,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1123 | # CONFIG_CRYPTO_LZO is not set | 1213 | # CONFIG_CRYPTO_LZO is not set |
| 1124 | CONFIG_CRYPTO_HW=y | 1214 | CONFIG_CRYPTO_HW=y |
| 1125 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1215 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1216 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1126 | # CONFIG_PPC_CLOCK is not set | 1217 | # CONFIG_PPC_CLOCK is not set |
| 1127 | CONFIG_PPC_LIB_RHEAP=y | 1218 | CONFIG_PPC_LIB_RHEAP=y |
| 1128 | # CONFIG_VIRTUALIZATION is not set | 1219 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig b/arch/powerpc/configs/83xx/mpc837x_mds_defconfig index 0f94d9f56beb..de472022aa81 100644 --- a/arch/powerpc/configs/83xx/mpc837x_mds_defconfig +++ b/arch/powerpc/configs/83xx/mpc837x_mds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:28 2008 | 4 | # Thu Aug 21 00:52:23 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,13 +93,13 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 94 | CONFIG_HOTPLUG=y | 98 | CONFIG_HOTPLUG=y |
| 95 | CONFIG_PRINTK=y | 99 | CONFIG_PRINTK=y |
| 96 | CONFIG_BUG=y | 100 | CONFIG_BUG=y |
| 97 | CONFIG_ELF_CORE=y | 101 | CONFIG_ELF_CORE=y |
| 102 | CONFIG_PCSPKR_PLATFORM=y | ||
| 98 | CONFIG_COMPAT_BRK=y | 103 | CONFIG_COMPAT_BRK=y |
| 99 | CONFIG_BASE_FULL=y | 104 | CONFIG_BASE_FULL=y |
| 100 | CONFIG_FUTEX=y | 105 | CONFIG_FUTEX=y |
| @@ -112,10 +117,16 @@ CONFIG_SLAB=y | |||
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 114 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 123 | CONFIG_HAVE_KRETPROBES=y |
| 124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # 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 | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,12 +137,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 126 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 127 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| 128 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 139 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 129 | # CONFIG_KMOD is not set | 140 | CONFIG_KMOD=y |
| 130 | CONFIG_BLOCK=y | 141 | CONFIG_BLOCK=y |
| 131 | # CONFIG_LBD is not set | 142 | # CONFIG_LBD is not set |
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 147 | ||
| 136 | # | 148 | # |
| 137 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -150,37 +162,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 150 | # | 162 | # |
| 151 | # Platform support | 163 | # Platform support |
| 152 | # | 164 | # |
| 153 | # CONFIG_PPC_MULTIPLATFORM is not set | 165 | CONFIG_PPC_MULTIPLATFORM=y |
| 154 | # CONFIG_PPC_82xx is not set | 166 | CONFIG_CLASSIC32=y |
| 155 | CONFIG_PPC_83xx=y | 167 | CONFIG_PPC_CHRP=y |
| 156 | # CONFIG_PPC_86xx is not set | 168 | # CONFIG_MPC5121_ADS is not set |
| 157 | # CONFIG_PPC_MPC512x is not set | 169 | # CONFIG_MPC5121_GENERIC is not set |
| 158 | # CONFIG_PPC_MPC5121 is not set | 170 | # CONFIG_PPC_MPC52xx is not set |
| 171 | CONFIG_PPC_PMAC=y | ||
| 159 | # CONFIG_PPC_CELL is not set | 172 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 173 | # CONFIG_PPC_CELL_NATIVE is not set |
| 174 | # CONFIG_PPC_82xx is not set | ||
| 161 | # CONFIG_PQ2ADS is not set | 175 | # CONFIG_PQ2ADS is not set |
| 162 | CONFIG_MPC83xx=y | 176 | CONFIG_PPC_83xx=y |
| 163 | # CONFIG_MPC831x_RDB is not set | 177 | # CONFIG_MPC831x_RDB is not set |
| 164 | # CONFIG_MPC832x_MDS is not set | 178 | # CONFIG_MPC832x_MDS is not set |
| 165 | # CONFIG_MPC832x_RDB is not set | 179 | # CONFIG_MPC832x_RDB is not set |
| 166 | # CONFIG_MPC834x_MDS is not set | 180 | # CONFIG_MPC834x_MDS is not set |
| 167 | # CONFIG_MPC834x_ITX is not set | 181 | # CONFIG_MPC834x_ITX is not set |
| 168 | # CONFIG_MPC836x_MDS is not set | 182 | # CONFIG_MPC836x_MDS is not set |
| 183 | # CONFIG_MPC836x_RDK is not set | ||
| 169 | CONFIG_MPC837x_MDS=y | 184 | CONFIG_MPC837x_MDS=y |
| 170 | # CONFIG_MPC837x_RDB is not set | 185 | # CONFIG_MPC837x_RDB is not set |
| 171 | # CONFIG_SBC834x is not set | 186 | # CONFIG_SBC834x is not set |
| 187 | # CONFIG_ASP834x is not set | ||
| 172 | CONFIG_PPC_MPC837x=y | 188 | CONFIG_PPC_MPC837x=y |
| 189 | # CONFIG_PPC_86xx is not set | ||
| 190 | # CONFIG_EMBEDDED6xx is not set | ||
| 191 | CONFIG_PPC_NATIVE=y | ||
| 192 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 173 | CONFIG_IPIC=y | 193 | CONFIG_IPIC=y |
| 174 | # CONFIG_MPIC is not set | 194 | CONFIG_MPIC=y |
| 175 | # CONFIG_MPIC_WEIRD is not set | 195 | # CONFIG_MPIC_WEIRD is not set |
| 176 | # CONFIG_PPC_I8259 is not set | 196 | CONFIG_PPC_I8259=y |
| 177 | # CONFIG_PPC_RTAS is not set | 197 | CONFIG_PPC_RTAS=y |
| 198 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 199 | CONFIG_RTAS_PROC=y | ||
| 178 | # CONFIG_MMIO_NVRAM is not set | 200 | # CONFIG_MMIO_NVRAM is not set |
| 179 | # CONFIG_PPC_MPC106 is not set | 201 | CONFIG_PPC_MPC106=y |
| 180 | # CONFIG_PPC_970_NAP is not set | 202 | # CONFIG_PPC_970_NAP is not set |
| 181 | # CONFIG_PPC_INDIRECT_IO is not set | 203 | # CONFIG_PPC_INDIRECT_IO is not set |
| 182 | # CONFIG_GENERIC_IOMAP is not set | 204 | # CONFIG_GENERIC_IOMAP is not set |
| 183 | # CONFIG_CPU_FREQ is not set | 205 | # CONFIG_CPU_FREQ is not set |
| 206 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 207 | # CONFIG_TAU is not set | ||
| 184 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 185 | 209 | ||
| 186 | # | 210 | # |
| @@ -206,6 +230,7 @@ CONFIG_BINFMT_ELF=y | |||
| 206 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 230 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 207 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 231 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 208 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 232 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 233 | # CONFIG_KEXEC is not set | ||
| 209 | CONFIG_ARCH_FLATMEM_ENABLE=y | 234 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 210 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 235 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 211 | CONFIG_SELECT_MEMORY_MODEL=y | 236 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -218,6 +243,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 243 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 219 | CONFIG_PAGEFLAGS_EXTENDED=y | 244 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 245 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 246 | CONFIG_MIGRATION=y | ||
| 221 | # CONFIG_RESOURCES_64BIT is not set | 247 | # CONFIG_RESOURCES_64BIT is not set |
| 222 | CONFIG_ZONE_DMA_FLAG=1 | 248 | CONFIG_ZONE_DMA_FLAG=1 |
| 223 | CONFIG_BOUNCE=y | 249 | CONFIG_BOUNCE=y |
| @@ -225,6 +251,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 225 | CONFIG_FORCE_MAX_ZONEORDER=11 | 251 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 226 | CONFIG_PROC_DEVICETREE=y | 252 | CONFIG_PROC_DEVICETREE=y |
| 227 | # CONFIG_CMDLINE_BOOL is not set | 253 | # CONFIG_CMDLINE_BOOL is not set |
| 254 | CONFIG_EXTRA_TARGETS="" | ||
| 228 | # CONFIG_PM is not set | 255 | # CONFIG_PM is not set |
| 229 | CONFIG_SECCOMP=y | 256 | CONFIG_SECCOMP=y |
| 230 | CONFIG_ISA_DMA_API=y | 257 | CONFIG_ISA_DMA_API=y |
| @@ -232,15 +259,22 @@ CONFIG_ISA_DMA_API=y | |||
| 232 | # | 259 | # |
| 233 | # Bus options | 260 | # Bus options |
| 234 | # | 261 | # |
| 262 | # CONFIG_ISA is not set | ||
| 235 | CONFIG_ZONE_DMA=y | 263 | CONFIG_ZONE_DMA=y |
| 236 | CONFIG_GENERIC_ISA_DMA=y | 264 | CONFIG_GENERIC_ISA_DMA=y |
| 237 | CONFIG_PPC_INDIRECT_PCI=y | 265 | CONFIG_PPC_INDIRECT_PCI=y |
| 238 | CONFIG_FSL_SOC=y | 266 | CONFIG_FSL_SOC=y |
| 239 | # CONFIG_PCI is not set | 267 | CONFIG_FSL_PCI=y |
| 240 | # CONFIG_PCI_DOMAINS is not set | 268 | CONFIG_PPC_PCI_CHOICE=y |
| 241 | # CONFIG_PCI_SYSCALL is not set | 269 | CONFIG_PCI=y |
| 242 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 270 | CONFIG_PCI_DOMAINS=y |
| 271 | CONFIG_PCI_SYSCALL=y | ||
| 272 | # CONFIG_PCIEPORTBUS is not set | ||
| 273 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 274 | # CONFIG_PCI_MSI is not set | ||
| 275 | CONFIG_PCI_LEGACY=y | ||
| 243 | # CONFIG_PCCARD is not set | 276 | # CONFIG_PCCARD is not set |
| 277 | # CONFIG_HOTPLUG_PCI is not set | ||
| 244 | # CONFIG_HAS_RAPIDIO is not set | 278 | # CONFIG_HAS_RAPIDIO is not set |
| 245 | 279 | ||
| 246 | # | 280 | # |
| @@ -256,10 +290,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 256 | CONFIG_KERNEL_START=0xc0000000 | 290 | CONFIG_KERNEL_START=0xc0000000 |
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 291 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_TASK_SIZE=0xc0000000 | 292 | CONFIG_TASK_SIZE=0xc0000000 |
| 259 | |||
| 260 | # | ||
| 261 | # Networking | ||
| 262 | # | ||
| 263 | CONFIG_NET=y | 293 | CONFIG_NET=y |
| 264 | 294 | ||
| 265 | # | 295 | # |
| @@ -360,19 +390,30 @@ CONFIG_OF_I2C=y | |||
| 360 | # CONFIG_PARPORT is not set | 390 | # CONFIG_PARPORT is not set |
| 361 | CONFIG_BLK_DEV=y | 391 | CONFIG_BLK_DEV=y |
| 362 | # CONFIG_BLK_DEV_FD is not set | 392 | # CONFIG_BLK_DEV_FD is not set |
| 393 | # CONFIG_MAC_FLOPPY is not set | ||
| 394 | # CONFIG_BLK_CPQ_DA is not set | ||
| 395 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 396 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 397 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 363 | # CONFIG_BLK_DEV_COW_COMMON is not set | 398 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 364 | CONFIG_BLK_DEV_LOOP=y | 399 | CONFIG_BLK_DEV_LOOP=y |
| 365 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 400 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 366 | # CONFIG_BLK_DEV_NBD is not set | 401 | # CONFIG_BLK_DEV_NBD is not set |
| 402 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 367 | CONFIG_BLK_DEV_RAM=y | 403 | CONFIG_BLK_DEV_RAM=y |
| 368 | CONFIG_BLK_DEV_RAM_COUNT=16 | 404 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 369 | CONFIG_BLK_DEV_RAM_SIZE=32768 | 405 | CONFIG_BLK_DEV_RAM_SIZE=32768 |
| 370 | # CONFIG_BLK_DEV_XIP is not set | 406 | # CONFIG_BLK_DEV_XIP is not set |
| 371 | # CONFIG_CDROM_PKTCDVD is not set | 407 | # CONFIG_CDROM_PKTCDVD is not set |
| 372 | # CONFIG_ATA_OVER_ETH is not set | 408 | # CONFIG_ATA_OVER_ETH is not set |
| 409 | # CONFIG_BLK_DEV_HD is not set | ||
| 373 | CONFIG_MISC_DEVICES=y | 410 | CONFIG_MISC_DEVICES=y |
| 411 | # CONFIG_PHANTOM is not set | ||
| 374 | # CONFIG_EEPROM_93CX6 is not set | 412 | # CONFIG_EEPROM_93CX6 is not set |
| 413 | # CONFIG_SGI_IOC4 is not set | ||
| 414 | # CONFIG_TIFM_CORE is not set | ||
| 375 | # CONFIG_ENCLOSURE_SERVICES is not set | 415 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 416 | # CONFIG_HP_ILO is not set | ||
| 376 | CONFIG_HAVE_IDE=y | 417 | CONFIG_HAVE_IDE=y |
| 377 | # CONFIG_IDE is not set | 418 | # CONFIG_IDE is not set |
| 378 | 419 | ||
| @@ -415,24 +456,128 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 415 | # CONFIG_SCSI_SRP_ATTRS is not set | 456 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 416 | CONFIG_SCSI_LOWLEVEL=y | 457 | CONFIG_SCSI_LOWLEVEL=y |
| 417 | # CONFIG_ISCSI_TCP is not set | 458 | # CONFIG_ISCSI_TCP is not set |
| 459 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 460 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 461 | # CONFIG_SCSI_ACARD is not set | ||
| 462 | # CONFIG_SCSI_AACRAID is not set | ||
| 463 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 464 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 465 | # CONFIG_SCSI_AIC79XX is not set | ||
| 466 | # CONFIG_SCSI_AIC94XX is not set | ||
| 467 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 468 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 469 | # CONFIG_SCSI_ARCMSR is not set | ||
| 470 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 471 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 472 | # CONFIG_MEGARAID_SAS is not set | ||
| 473 | # CONFIG_SCSI_HPTIOP is not set | ||
| 474 | # CONFIG_SCSI_BUSLOGIC is not set | ||
| 475 | # CONFIG_SCSI_DMX3191D is not set | ||
| 476 | # CONFIG_SCSI_EATA is not set | ||
| 477 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 478 | # CONFIG_SCSI_GDTH is not set | ||
| 479 | # CONFIG_SCSI_IPS is not set | ||
| 480 | # CONFIG_SCSI_INITIO is not set | ||
| 481 | # CONFIG_SCSI_INIA100 is not set | ||
| 482 | # CONFIG_SCSI_MVSAS is not set | ||
| 483 | # CONFIG_SCSI_STEX is not set | ||
| 484 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
| 485 | # CONFIG_SCSI_IPR is not set | ||
| 486 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 487 | # CONFIG_SCSI_QLA_FC is not set | ||
| 488 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
| 489 | # CONFIG_SCSI_LPFC is not set | ||
| 490 | # CONFIG_SCSI_DC395x is not set | ||
| 491 | # CONFIG_SCSI_DC390T is not set | ||
| 492 | # CONFIG_SCSI_NSP32 is not set | ||
| 418 | # CONFIG_SCSI_DEBUG is not set | 493 | # CONFIG_SCSI_DEBUG is not set |
| 494 | # CONFIG_SCSI_MESH is not set | ||
| 495 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 496 | # CONFIG_SCSI_SRP is not set | ||
| 497 | # CONFIG_SCSI_DH is not set | ||
| 419 | CONFIG_ATA=y | 498 | CONFIG_ATA=y |
| 420 | # CONFIG_ATA_NONSTANDARD is not set | 499 | # CONFIG_ATA_NONSTANDARD is not set |
| 421 | CONFIG_SATA_PMP=y | 500 | CONFIG_SATA_PMP=y |
| 501 | # CONFIG_SATA_AHCI is not set | ||
| 502 | # CONFIG_SATA_SIL24 is not set | ||
| 422 | CONFIG_SATA_FSL=y | 503 | CONFIG_SATA_FSL=y |
| 423 | CONFIG_ATA_SFF=y | 504 | CONFIG_ATA_SFF=y |
| 505 | # CONFIG_SATA_SVW is not set | ||
| 506 | # CONFIG_ATA_PIIX is not set | ||
| 424 | # CONFIG_SATA_MV is not set | 507 | # CONFIG_SATA_MV is not set |
| 508 | # CONFIG_SATA_NV is not set | ||
| 509 | # CONFIG_PDC_ADMA is not set | ||
| 510 | # CONFIG_SATA_QSTOR is not set | ||
| 511 | # CONFIG_SATA_PROMISE is not set | ||
| 512 | # CONFIG_SATA_SX4 is not set | ||
| 513 | # CONFIG_SATA_SIL is not set | ||
| 514 | # CONFIG_SATA_SIS is not set | ||
| 515 | # CONFIG_SATA_ULI is not set | ||
| 516 | # CONFIG_SATA_VIA is not set | ||
| 517 | # CONFIG_SATA_VITESSE is not set | ||
| 518 | # CONFIG_SATA_INIC162X is not set | ||
| 519 | # CONFIG_PATA_ALI is not set | ||
| 520 | # CONFIG_PATA_AMD is not set | ||
| 521 | # CONFIG_PATA_ARTOP is not set | ||
| 522 | # CONFIG_PATA_ATIIXP is not set | ||
| 523 | # CONFIG_PATA_CMD640_PCI is not set | ||
| 524 | # CONFIG_PATA_CMD64X is not set | ||
| 525 | # CONFIG_PATA_CS5520 is not set | ||
| 526 | # CONFIG_PATA_CS5530 is not set | ||
| 527 | # CONFIG_PATA_CYPRESS is not set | ||
| 528 | # CONFIG_PATA_EFAR is not set | ||
| 529 | # CONFIG_ATA_GENERIC is not set | ||
| 530 | # CONFIG_PATA_HPT366 is not set | ||
| 531 | # CONFIG_PATA_HPT37X is not set | ||
| 532 | # CONFIG_PATA_HPT3X2N is not set | ||
| 533 | # CONFIG_PATA_HPT3X3 is not set | ||
| 534 | # CONFIG_PATA_IT821X is not set | ||
| 535 | # CONFIG_PATA_IT8213 is not set | ||
| 536 | # CONFIG_PATA_JMICRON is not set | ||
| 537 | # CONFIG_PATA_TRIFLEX is not set | ||
| 538 | # CONFIG_PATA_MARVELL is not set | ||
| 539 | # CONFIG_PATA_MPIIX is not set | ||
| 540 | # CONFIG_PATA_OLDPIIX is not set | ||
| 541 | # CONFIG_PATA_NETCELL is not set | ||
| 542 | # CONFIG_PATA_NINJA32 is not set | ||
| 543 | # CONFIG_PATA_NS87410 is not set | ||
| 544 | # CONFIG_PATA_NS87415 is not set | ||
| 545 | # CONFIG_PATA_OPTI is not set | ||
| 546 | # CONFIG_PATA_OPTIDMA is not set | ||
| 547 | # CONFIG_PATA_PDC_OLD is not set | ||
| 548 | # CONFIG_PATA_RADISYS is not set | ||
| 549 | # CONFIG_PATA_RZ1000 is not set | ||
| 550 | # CONFIG_PATA_SC1200 is not set | ||
| 551 | # CONFIG_PATA_SERVERWORKS is not set | ||
| 552 | # CONFIG_PATA_PDC2027X is not set | ||
| 553 | # CONFIG_PATA_SIL680 is not set | ||
| 554 | # CONFIG_PATA_SIS is not set | ||
| 555 | # CONFIG_PATA_VIA is not set | ||
| 556 | # CONFIG_PATA_WINBOND is not set | ||
| 425 | # CONFIG_PATA_PLATFORM is not set | 557 | # CONFIG_PATA_PLATFORM is not set |
| 558 | # CONFIG_PATA_SCH is not set | ||
| 426 | # CONFIG_MD is not set | 559 | # CONFIG_MD is not set |
| 560 | # CONFIG_FUSION is not set | ||
| 561 | |||
| 562 | # | ||
| 563 | # IEEE 1394 (FireWire) support | ||
| 564 | # | ||
| 565 | |||
| 566 | # | ||
| 567 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 568 | # | ||
| 569 | # CONFIG_FIREWIRE is not set | ||
| 570 | # CONFIG_IEEE1394 is not set | ||
| 571 | # CONFIG_I2O is not set | ||
| 427 | # CONFIG_MACINTOSH_DRIVERS is not set | 572 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 428 | CONFIG_NETDEVICES=y | 573 | CONFIG_NETDEVICES=y |
| 429 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 430 | # CONFIG_DUMMY is not set | 574 | # CONFIG_DUMMY is not set |
| 431 | # CONFIG_BONDING is not set | 575 | # CONFIG_BONDING is not set |
| 432 | # CONFIG_MACVLAN is not set | 576 | # CONFIG_MACVLAN is not set |
| 433 | # CONFIG_EQUALIZER is not set | 577 | # CONFIG_EQUALIZER is not set |
| 434 | # CONFIG_TUN is not set | 578 | # CONFIG_TUN is not set |
| 435 | # CONFIG_VETH is not set | 579 | # CONFIG_VETH is not set |
| 580 | # CONFIG_ARCNET is not set | ||
| 436 | CONFIG_PHYLIB=y | 581 | CONFIG_PHYLIB=y |
| 437 | 582 | ||
| 438 | # | 583 | # |
| @@ -452,16 +597,56 @@ CONFIG_MARVELL_PHY=y | |||
| 452 | # CONFIG_MDIO_BITBANG is not set | 597 | # CONFIG_MDIO_BITBANG is not set |
| 453 | CONFIG_NET_ETHERNET=y | 598 | CONFIG_NET_ETHERNET=y |
| 454 | CONFIG_MII=y | 599 | CONFIG_MII=y |
| 600 | # CONFIG_MACE is not set | ||
| 601 | # CONFIG_BMAC is not set | ||
| 602 | # CONFIG_HAPPYMEAL is not set | ||
| 603 | # CONFIG_SUNGEM is not set | ||
| 604 | # CONFIG_CASSINI is not set | ||
| 605 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 606 | # CONFIG_NET_TULIP is not set | ||
| 607 | # CONFIG_HP100 is not set | ||
| 455 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 608 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 456 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 609 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 457 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 610 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 458 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 611 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 612 | # CONFIG_NET_PCI is not set | ||
| 459 | # CONFIG_B44 is not set | 613 | # CONFIG_B44 is not set |
| 460 | CONFIG_NETDEV_1000=y | 614 | CONFIG_NETDEV_1000=y |
| 461 | # CONFIG_E1000E_ENABLED is not set | 615 | # CONFIG_ACENIC is not set |
| 616 | # CONFIG_DL2K is not set | ||
| 617 | # CONFIG_E1000 is not set | ||
| 618 | # CONFIG_E1000E is not set | ||
| 619 | # CONFIG_IP1000 is not set | ||
| 620 | # CONFIG_IGB is not set | ||
| 621 | # CONFIG_NS83820 is not set | ||
| 622 | # CONFIG_HAMACHI is not set | ||
| 623 | # CONFIG_YELLOWFIN is not set | ||
| 624 | # CONFIG_R8169 is not set | ||
| 625 | # CONFIG_SIS190 is not set | ||
| 626 | # CONFIG_SKGE is not set | ||
| 627 | # CONFIG_SKY2 is not set | ||
| 628 | # CONFIG_VIA_VELOCITY is not set | ||
| 629 | # CONFIG_TIGON3 is not set | ||
| 630 | # CONFIG_BNX2 is not set | ||
| 462 | CONFIG_GIANFAR=y | 631 | CONFIG_GIANFAR=y |
| 463 | # CONFIG_GFAR_NAPI is not set | 632 | # CONFIG_MV643XX_ETH is not set |
| 633 | # CONFIG_QLA3XXX is not set | ||
| 634 | # CONFIG_ATL1 is not set | ||
| 635 | # CONFIG_ATL1E is not set | ||
| 464 | CONFIG_NETDEV_10000=y | 636 | CONFIG_NETDEV_10000=y |
| 637 | # CONFIG_CHELSIO_T1 is not set | ||
| 638 | # CONFIG_CHELSIO_T3 is not set | ||
| 639 | # CONFIG_IXGBE is not set | ||
| 640 | # CONFIG_IXGB is not set | ||
| 641 | # CONFIG_S2IO is not set | ||
| 642 | # CONFIG_MYRI10GE is not set | ||
| 643 | # CONFIG_NETXEN_NIC is not set | ||
| 644 | # CONFIG_NIU is not set | ||
| 645 | # CONFIG_MLX4_CORE is not set | ||
| 646 | # CONFIG_TEHUTI is not set | ||
| 647 | # CONFIG_BNX2X is not set | ||
| 648 | # CONFIG_SFC is not set | ||
| 649 | # CONFIG_TR is not set | ||
| 465 | 650 | ||
| 466 | # | 651 | # |
| 467 | # Wireless LAN | 652 | # Wireless LAN |
| @@ -470,8 +655,11 @@ CONFIG_NETDEV_10000=y | |||
| 470 | # CONFIG_WLAN_80211 is not set | 655 | # CONFIG_WLAN_80211 is not set |
| 471 | # CONFIG_IWLWIFI_LEDS is not set | 656 | # CONFIG_IWLWIFI_LEDS is not set |
| 472 | # CONFIG_WAN is not set | 657 | # CONFIG_WAN is not set |
| 658 | # CONFIG_FDDI is not set | ||
| 659 | # CONFIG_HIPPI is not set | ||
| 473 | # CONFIG_PPP is not set | 660 | # CONFIG_PPP is not set |
| 474 | # CONFIG_SLIP is not set | 661 | # CONFIG_SLIP is not set |
| 662 | # CONFIG_NET_FC is not set | ||
| 475 | # CONFIG_NETCONSOLE is not set | 663 | # CONFIG_NETCONSOLE is not set |
| 476 | # CONFIG_NETPOLL is not set | 664 | # CONFIG_NETPOLL is not set |
| 477 | # CONFIG_NET_POLL_CONTROLLER is not set | 665 | # CONFIG_NET_POLL_CONTROLLER is not set |
| @@ -515,12 +703,14 @@ CONFIG_INPUT=y | |||
| 515 | # CONFIG_VT is not set | 703 | # CONFIG_VT is not set |
| 516 | CONFIG_DEVKMEM=y | 704 | CONFIG_DEVKMEM=y |
| 517 | # CONFIG_SERIAL_NONSTANDARD is not set | 705 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 706 | # CONFIG_NOZOMI is not set | ||
| 518 | 707 | ||
| 519 | # | 708 | # |
| 520 | # Serial drivers | 709 | # Serial drivers |
| 521 | # | 710 | # |
| 522 | CONFIG_SERIAL_8250=y | 711 | CONFIG_SERIAL_8250=y |
| 523 | CONFIG_SERIAL_8250_CONSOLE=y | 712 | CONFIG_SERIAL_8250_CONSOLE=y |
| 713 | CONFIG_SERIAL_8250_PCI=y | ||
| 524 | CONFIG_SERIAL_8250_NR_UARTS=4 | 714 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 525 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 715 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
| 526 | # CONFIG_SERIAL_8250_EXTENDED is not set | 716 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| @@ -531,40 +721,90 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 531 | # CONFIG_SERIAL_UARTLITE is not set | 721 | # CONFIG_SERIAL_UARTLITE is not set |
| 532 | CONFIG_SERIAL_CORE=y | 722 | CONFIG_SERIAL_CORE=y |
| 533 | CONFIG_SERIAL_CORE_CONSOLE=y | 723 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 724 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 725 | # CONFIG_SERIAL_JSM is not set | ||
| 534 | # CONFIG_SERIAL_OF_PLATFORM is not set | 726 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 535 | CONFIG_UNIX98_PTYS=y | 727 | CONFIG_UNIX98_PTYS=y |
| 536 | CONFIG_LEGACY_PTYS=y | 728 | CONFIG_LEGACY_PTYS=y |
| 537 | CONFIG_LEGACY_PTY_COUNT=256 | 729 | CONFIG_LEGACY_PTY_COUNT=256 |
| 730 | # CONFIG_BRIQ_PANEL is not set | ||
| 731 | # CONFIG_HVC_RTAS is not set | ||
| 538 | # CONFIG_IPMI_HANDLER is not set | 732 | # CONFIG_IPMI_HANDLER is not set |
| 539 | # CONFIG_HW_RANDOM is not set | 733 | # CONFIG_HW_RANDOM is not set |
| 540 | # CONFIG_NVRAM is not set | 734 | # CONFIG_NVRAM is not set |
| 541 | CONFIG_GEN_RTC=y | 735 | CONFIG_GEN_RTC=y |
| 542 | # CONFIG_GEN_RTC_X is not set | 736 | # CONFIG_GEN_RTC_X is not set |
| 543 | # CONFIG_R3964 is not set | 737 | # CONFIG_R3964 is not set |
| 738 | # CONFIG_APPLICOM is not set | ||
| 544 | # CONFIG_RAW_DRIVER is not set | 739 | # CONFIG_RAW_DRIVER is not set |
| 545 | # CONFIG_TCG_TPM is not set | 740 | # CONFIG_TCG_TPM is not set |
| 741 | CONFIG_DEVPORT=y | ||
| 546 | CONFIG_I2C=y | 742 | CONFIG_I2C=y |
| 547 | CONFIG_I2C_BOARDINFO=y | 743 | CONFIG_I2C_BOARDINFO=y |
| 548 | CONFIG_I2C_CHARDEV=y | 744 | CONFIG_I2C_CHARDEV=y |
| 745 | CONFIG_I2C_HELPER_AUTO=y | ||
| 549 | 746 | ||
| 550 | # | 747 | # |
| 551 | # I2C Hardware Bus support | 748 | # I2C Hardware Bus support |
| 552 | # | 749 | # |
| 750 | |||
| 751 | # | ||
| 752 | # PC SMBus host controller drivers | ||
| 753 | # | ||
| 754 | # CONFIG_I2C_ALI1535 is not set | ||
| 755 | # CONFIG_I2C_ALI1563 is not set | ||
| 756 | # CONFIG_I2C_ALI15X3 is not set | ||
| 757 | # CONFIG_I2C_AMD756 is not set | ||
| 758 | # CONFIG_I2C_AMD8111 is not set | ||
| 759 | # CONFIG_I2C_I801 is not set | ||
| 760 | # CONFIG_I2C_ISCH is not set | ||
| 761 | # CONFIG_I2C_PIIX4 is not set | ||
| 762 | # CONFIG_I2C_NFORCE2 is not set | ||
| 763 | # CONFIG_I2C_SIS5595 is not set | ||
| 764 | # CONFIG_I2C_SIS630 is not set | ||
| 765 | # CONFIG_I2C_SIS96X is not set | ||
| 766 | # CONFIG_I2C_VIA is not set | ||
| 767 | # CONFIG_I2C_VIAPRO is not set | ||
| 768 | |||
| 769 | # | ||
| 770 | # Mac SMBus host controller drivers | ||
| 771 | # | ||
| 772 | # CONFIG_I2C_HYDRA is not set | ||
| 773 | CONFIG_I2C_POWERMAC=y | ||
| 774 | |||
| 775 | # | ||
| 776 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 777 | # | ||
| 553 | CONFIG_I2C_MPC=y | 778 | CONFIG_I2C_MPC=y |
| 554 | # CONFIG_I2C_OCORES is not set | 779 | # CONFIG_I2C_OCORES is not set |
| 555 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 556 | # CONFIG_I2C_SIMTEC is not set | 780 | # CONFIG_I2C_SIMTEC is not set |
| 781 | |||
| 782 | # | ||
| 783 | # External I2C/SMBus adapter drivers | ||
| 784 | # | ||
| 785 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 557 | # CONFIG_I2C_TAOS_EVM is not set | 786 | # CONFIG_I2C_TAOS_EVM is not set |
| 558 | # CONFIG_I2C_STUB is not set | 787 | |
| 788 | # | ||
| 789 | # Graphics adapter I2C/DDC channel drivers | ||
| 790 | # | ||
| 791 | # CONFIG_I2C_VOODOO3 is not set | ||
| 792 | |||
| 793 | # | ||
| 794 | # Other I2C/SMBus bus drivers | ||
| 795 | # | ||
| 559 | # CONFIG_I2C_PCA_PLATFORM is not set | 796 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 797 | # CONFIG_I2C_STUB is not set | ||
| 560 | 798 | ||
| 561 | # | 799 | # |
| 562 | # Miscellaneous I2C Chip support | 800 | # Miscellaneous I2C Chip support |
| 563 | # | 801 | # |
| 564 | # CONFIG_DS1682 is not set | 802 | # CONFIG_DS1682 is not set |
| 803 | # CONFIG_AT24 is not set | ||
| 565 | # CONFIG_SENSORS_EEPROM is not set | 804 | # CONFIG_SENSORS_EEPROM is not set |
| 566 | # CONFIG_SENSORS_PCF8574 is not set | 805 | # CONFIG_SENSORS_PCF8574 is not set |
| 567 | # CONFIG_PCF8575 is not set | 806 | # CONFIG_PCF8575 is not set |
| 807 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 568 | # CONFIG_SENSORS_PCF8591 is not set | 808 | # CONFIG_SENSORS_PCF8591 is not set |
| 569 | # CONFIG_SENSORS_MAX6875 is not set | 809 | # CONFIG_SENSORS_MAX6875 is not set |
| 570 | # CONFIG_SENSORS_TSL2550 is not set | 810 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -573,10 +813,13 @@ CONFIG_I2C_MPC=y | |||
| 573 | # CONFIG_I2C_DEBUG_BUS is not set | 813 | # CONFIG_I2C_DEBUG_BUS is not set |
| 574 | # CONFIG_I2C_DEBUG_CHIP is not set | 814 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 575 | # CONFIG_SPI is not set | 815 | # CONFIG_SPI is not set |
| 816 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 817 | # CONFIG_GPIOLIB is not set | ||
| 576 | # CONFIG_W1 is not set | 818 | # CONFIG_W1 is not set |
| 577 | # CONFIG_POWER_SUPPLY is not set | 819 | # CONFIG_POWER_SUPPLY is not set |
| 578 | CONFIG_HWMON=y | 820 | CONFIG_HWMON=y |
| 579 | # CONFIG_HWMON_VID is not set | 821 | # CONFIG_HWMON_VID is not set |
| 822 | # CONFIG_SENSORS_AD7414 is not set | ||
| 580 | # CONFIG_SENSORS_AD7418 is not set | 823 | # CONFIG_SENSORS_AD7418 is not set |
| 581 | # CONFIG_SENSORS_ADM1021 is not set | 824 | # CONFIG_SENSORS_ADM1021 is not set |
| 582 | # CONFIG_SENSORS_ADM1025 is not set | 825 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -586,8 +829,10 @@ CONFIG_HWMON=y | |||
| 586 | # CONFIG_SENSORS_ADM9240 is not set | 829 | # CONFIG_SENSORS_ADM9240 is not set |
| 587 | # CONFIG_SENSORS_ADT7470 is not set | 830 | # CONFIG_SENSORS_ADT7470 is not set |
| 588 | # CONFIG_SENSORS_ADT7473 is not set | 831 | # CONFIG_SENSORS_ADT7473 is not set |
| 832 | # CONFIG_SENSORS_AMS is not set | ||
| 589 | # CONFIG_SENSORS_ATXP1 is not set | 833 | # CONFIG_SENSORS_ATXP1 is not set |
| 590 | # CONFIG_SENSORS_DS1621 is not set | 834 | # CONFIG_SENSORS_DS1621 is not set |
| 835 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 591 | # CONFIG_SENSORS_F71805F is not set | 836 | # CONFIG_SENSORS_F71805F is not set |
| 592 | # CONFIG_SENSORS_F71882FG is not set | 837 | # CONFIG_SENSORS_F71882FG is not set |
| 593 | # CONFIG_SENSORS_F75375S is not set | 838 | # CONFIG_SENSORS_F75375S is not set |
| @@ -609,13 +854,16 @@ CONFIG_HWMON=y | |||
| 609 | # CONFIG_SENSORS_MAX6650 is not set | 854 | # CONFIG_SENSORS_MAX6650 is not set |
| 610 | # CONFIG_SENSORS_PC87360 is not set | 855 | # CONFIG_SENSORS_PC87360 is not set |
| 611 | # CONFIG_SENSORS_PC87427 is not set | 856 | # CONFIG_SENSORS_PC87427 is not set |
| 857 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 612 | # CONFIG_SENSORS_DME1737 is not set | 858 | # CONFIG_SENSORS_DME1737 is not set |
| 613 | # CONFIG_SENSORS_SMSC47M1 is not set | 859 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 614 | # CONFIG_SENSORS_SMSC47M192 is not set | 860 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 615 | # CONFIG_SENSORS_SMSC47B397 is not set | 861 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 616 | # CONFIG_SENSORS_ADS7828 is not set | 862 | # CONFIG_SENSORS_ADS7828 is not set |
| 617 | # CONFIG_SENSORS_THMC50 is not set | 863 | # CONFIG_SENSORS_THMC50 is not set |
| 864 | # CONFIG_SENSORS_VIA686A is not set | ||
| 618 | # CONFIG_SENSORS_VT1211 is not set | 865 | # CONFIG_SENSORS_VT1211 is not set |
| 866 | # CONFIG_SENSORS_VT8231 is not set | ||
| 619 | # CONFIG_SENSORS_W83781D is not set | 867 | # CONFIG_SENSORS_W83781D is not set |
| 620 | # CONFIG_SENSORS_W83791D is not set | 868 | # CONFIG_SENSORS_W83791D is not set |
| 621 | # CONFIG_SENSORS_W83792D is not set | 869 | # CONFIG_SENSORS_W83792D is not set |
| @@ -626,6 +874,7 @@ CONFIG_HWMON=y | |||
| 626 | # CONFIG_SENSORS_W83627EHF is not set | 874 | # CONFIG_SENSORS_W83627EHF is not set |
| 627 | # CONFIG_HWMON_DEBUG_CHIP is not set | 875 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 628 | # CONFIG_THERMAL is not set | 876 | # CONFIG_THERMAL is not set |
| 877 | # CONFIG_THERMAL_HWMON is not set | ||
| 629 | CONFIG_WATCHDOG=y | 878 | CONFIG_WATCHDOG=y |
| 630 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 879 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 631 | 880 | ||
| @@ -633,7 +882,15 @@ CONFIG_WATCHDOG=y | |||
| 633 | # Watchdog Device Drivers | 882 | # Watchdog Device Drivers |
| 634 | # | 883 | # |
| 635 | # CONFIG_SOFT_WATCHDOG is not set | 884 | # CONFIG_SOFT_WATCHDOG is not set |
| 636 | CONFIG_83xx_WDT=y | 885 | # CONFIG_ALIM7101_WDT is not set |
| 886 | # CONFIG_8xxx_WDT is not set | ||
| 887 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 888 | |||
| 889 | # | ||
| 890 | # PCI-based Watchdog Cards | ||
| 891 | # | ||
| 892 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 893 | # CONFIG_WDTPCI is not set | ||
| 637 | 894 | ||
| 638 | # | 895 | # |
| 639 | # Sonics Silicon Backplane | 896 | # Sonics Silicon Backplane |
| @@ -644,8 +901,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 644 | # | 901 | # |
| 645 | # Multifunction device drivers | 902 | # Multifunction device drivers |
| 646 | # | 903 | # |
| 904 | # CONFIG_MFD_CORE is not set | ||
| 647 | # CONFIG_MFD_SM501 is not set | 905 | # CONFIG_MFD_SM501 is not set |
| 648 | # CONFIG_HTC_PASIC3 is not set | 906 | # CONFIG_HTC_PASIC3 is not set |
| 907 | # CONFIG_MFD_TMIO is not set | ||
| 649 | 908 | ||
| 650 | # | 909 | # |
| 651 | # Multimedia devices | 910 | # Multimedia devices |
| @@ -666,6 +925,8 @@ CONFIG_DAB=y | |||
| 666 | # | 925 | # |
| 667 | # Graphics support | 926 | # Graphics support |
| 668 | # | 927 | # |
| 928 | # CONFIG_AGP is not set | ||
| 929 | # CONFIG_DRM is not set | ||
| 669 | # CONFIG_VGASTATE is not set | 930 | # CONFIG_VGASTATE is not set |
| 670 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 931 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
| 671 | # CONFIG_FB is not set | 932 | # CONFIG_FB is not set |
| @@ -675,10 +936,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 675 | # Display device support | 936 | # Display device support |
| 676 | # | 937 | # |
| 677 | # CONFIG_DISPLAY_SUPPORT is not set | 938 | # CONFIG_DISPLAY_SUPPORT is not set |
| 678 | |||
| 679 | # | ||
| 680 | # Sound | ||
| 681 | # | ||
| 682 | # CONFIG_SOUND is not set | 939 | # CONFIG_SOUND is not set |
| 683 | CONFIG_HID_SUPPORT=y | 940 | CONFIG_HID_SUPPORT=y |
| 684 | CONFIG_HID=y | 941 | CONFIG_HID=y |
| @@ -686,13 +943,17 @@ CONFIG_HID=y | |||
| 686 | # CONFIG_HIDRAW is not set | 943 | # CONFIG_HIDRAW is not set |
| 687 | CONFIG_USB_SUPPORT=y | 944 | CONFIG_USB_SUPPORT=y |
| 688 | CONFIG_USB_ARCH_HAS_HCD=y | 945 | CONFIG_USB_ARCH_HAS_HCD=y |
| 689 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 946 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 690 | CONFIG_USB_ARCH_HAS_EHCI=y | 947 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 691 | # CONFIG_USB is not set | 948 | # CONFIG_USB is not set |
| 692 | # CONFIG_USB_OTG_WHITELIST is not set | 949 | # CONFIG_USB_OTG_WHITELIST is not set |
| 693 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 950 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 694 | 951 | ||
| 695 | # | 952 | # |
| 953 | # Enable Host or Gadget support to see Inventra options | ||
| 954 | # | ||
| 955 | |||
| 956 | # | ||
| 696 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 957 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 697 | # | 958 | # |
| 698 | # CONFIG_USB_GADGET is not set | 959 | # CONFIG_USB_GADGET is not set |
| @@ -700,6 +961,7 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 700 | # CONFIG_MEMSTICK is not set | 961 | # CONFIG_MEMSTICK is not set |
| 701 | # CONFIG_NEW_LEDS is not set | 962 | # CONFIG_NEW_LEDS is not set |
| 702 | # CONFIG_ACCESSIBILITY is not set | 963 | # CONFIG_ACCESSIBILITY is not set |
| 964 | # CONFIG_INFINIBAND is not set | ||
| 703 | # CONFIG_EDAC is not set | 965 | # CONFIG_EDAC is not set |
| 704 | # CONFIG_RTC_CLASS is not set | 966 | # CONFIG_RTC_CLASS is not set |
| 705 | # CONFIG_DMADEVICES is not set | 967 | # CONFIG_DMADEVICES is not set |
| @@ -769,6 +1031,7 @@ CONFIG_TMPFS=y | |||
| 769 | # CONFIG_CRAMFS is not set | 1031 | # CONFIG_CRAMFS is not set |
| 770 | # CONFIG_VXFS_FS is not set | 1032 | # CONFIG_VXFS_FS is not set |
| 771 | # CONFIG_MINIX_FS is not set | 1033 | # CONFIG_MINIX_FS is not set |
| 1034 | # CONFIG_OMFS_FS is not set | ||
| 772 | # CONFIG_HPFS_FS is not set | 1035 | # CONFIG_HPFS_FS is not set |
| 773 | # CONFIG_QNX4FS_FS is not set | 1036 | # CONFIG_QNX4FS_FS is not set |
| 774 | # CONFIG_ROMFS_FS is not set | 1037 | # CONFIG_ROMFS_FS is not set |
| @@ -779,14 +1042,13 @@ CONFIG_NFS_FS=y | |||
| 779 | CONFIG_NFS_V3=y | 1042 | CONFIG_NFS_V3=y |
| 780 | # CONFIG_NFS_V3_ACL is not set | 1043 | # CONFIG_NFS_V3_ACL is not set |
| 781 | CONFIG_NFS_V4=y | 1044 | CONFIG_NFS_V4=y |
| 782 | # CONFIG_NFSD is not set | ||
| 783 | CONFIG_ROOT_NFS=y | 1045 | CONFIG_ROOT_NFS=y |
| 1046 | # CONFIG_NFSD is not set | ||
| 784 | CONFIG_LOCKD=y | 1047 | CONFIG_LOCKD=y |
| 785 | CONFIG_LOCKD_V4=y | 1048 | CONFIG_LOCKD_V4=y |
| 786 | CONFIG_NFS_COMMON=y | 1049 | CONFIG_NFS_COMMON=y |
| 787 | CONFIG_SUNRPC=y | 1050 | CONFIG_SUNRPC=y |
| 788 | CONFIG_SUNRPC_GSS=y | 1051 | CONFIG_SUNRPC_GSS=y |
| 789 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 790 | CONFIG_RPCSEC_GSS_KRB5=y | 1052 | CONFIG_RPCSEC_GSS_KRB5=y |
| 791 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1053 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 792 | # CONFIG_SMB_FS is not set | 1054 | # CONFIG_SMB_FS is not set |
| @@ -826,6 +1088,7 @@ CONFIG_BITREVERSE=y | |||
| 826 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1088 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 827 | # CONFIG_CRC_CCITT is not set | 1089 | # CONFIG_CRC_CCITT is not set |
| 828 | # CONFIG_CRC16 is not set | 1090 | # CONFIG_CRC16 is not set |
| 1091 | CONFIG_CRC_T10DIF=y | ||
| 829 | # CONFIG_CRC_ITU_T is not set | 1092 | # CONFIG_CRC_ITU_T is not set |
| 830 | CONFIG_CRC32=y | 1093 | CONFIG_CRC32=y |
| 831 | # CONFIG_CRC7 is not set | 1094 | # CONFIG_CRC7 is not set |
| @@ -849,8 +1112,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 849 | # CONFIG_HEADERS_CHECK is not set | 1112 | # CONFIG_HEADERS_CHECK is not set |
| 850 | # CONFIG_DEBUG_KERNEL is not set | 1113 | # CONFIG_DEBUG_KERNEL is not set |
| 851 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1114 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1115 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1116 | # CONFIG_LATENCYTOP is not set | ||
| 1117 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1118 | CONFIG_HAVE_FTRACE=y | ||
| 1119 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1120 | # CONFIG_FTRACE is not set | ||
| 1121 | # CONFIG_SCHED_TRACER is not set | ||
| 1122 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 852 | # CONFIG_SAMPLES is not set | 1123 | # CONFIG_SAMPLES is not set |
| 1124 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 853 | # CONFIG_IRQSTACKS is not set | 1125 | # CONFIG_IRQSTACKS is not set |
| 1126 | # CONFIG_BOOTX_TEXT is not set | ||
| 854 | # CONFIG_PPC_EARLY_DEBUG is not set | 1127 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 855 | 1128 | ||
| 856 | # | 1129 | # |
| @@ -904,6 +1177,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 904 | # CONFIG_CRYPTO_MD4 is not set | 1177 | # CONFIG_CRYPTO_MD4 is not set |
| 905 | CONFIG_CRYPTO_MD5=y | 1178 | CONFIG_CRYPTO_MD5=y |
| 906 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1179 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1180 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1181 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1183 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 907 | # CONFIG_CRYPTO_SHA1 is not set | 1184 | # CONFIG_CRYPTO_SHA1 is not set |
| 908 | # CONFIG_CRYPTO_SHA256 is not set | 1185 | # CONFIG_CRYPTO_SHA256 is not set |
| 909 | # CONFIG_CRYPTO_SHA512 is not set | 1186 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -935,5 +1212,7 @@ CONFIG_CRYPTO_DES=y | |||
| 935 | # CONFIG_CRYPTO_DEFLATE is not set | 1212 | # CONFIG_CRYPTO_DEFLATE is not set |
| 936 | # CONFIG_CRYPTO_LZO is not set | 1213 | # CONFIG_CRYPTO_LZO is not set |
| 937 | CONFIG_CRYPTO_HW=y | 1214 | CONFIG_CRYPTO_HW=y |
| 1215 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 1216 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 938 | # CONFIG_PPC_CLOCK is not set | 1217 | # CONFIG_PPC_CLOCK is not set |
| 939 | # CONFIG_VIRTUALIZATION is not set | 1218 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig b/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig index 0d448556f53a..e8d2d691d26c 100644 --- a/arch/powerpc/configs/83xx/mpc837x_rdb_defconfig +++ b/arch/powerpc/configs/83xx/mpc837x_rdb_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Tue Jun 10 09:17:12 2008 | 4 | # Thu Aug 21 00:52:25 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,13 +93,13 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 94 | CONFIG_HOTPLUG=y | 98 | CONFIG_HOTPLUG=y |
| 95 | CONFIG_PRINTK=y | 99 | CONFIG_PRINTK=y |
| 96 | CONFIG_BUG=y | 100 | CONFIG_BUG=y |
| 97 | CONFIG_ELF_CORE=y | 101 | CONFIG_ELF_CORE=y |
| 102 | CONFIG_PCSPKR_PLATFORM=y | ||
| 98 | CONFIG_COMPAT_BRK=y | 103 | CONFIG_COMPAT_BRK=y |
| 99 | CONFIG_BASE_FULL=y | 104 | CONFIG_BASE_FULL=y |
| 100 | CONFIG_FUTEX=y | 105 | CONFIG_FUTEX=y |
| @@ -112,10 +117,16 @@ CONFIG_SLAB=y | |||
| 112 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 114 | # CONFIG_KPROBES is not set | 119 | # CONFIG_KPROBES is not set |
| 120 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 121 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 122 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 123 | CONFIG_HAVE_KRETPROBES=y |
| 124 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # 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 | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 128 | CONFIG_PROC_PAGE_MONITOR=y |
| 129 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 130 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 131 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 132 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,12 +137,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 126 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 137 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 127 | # CONFIG_MODVERSIONS is not set | 138 | # CONFIG_MODVERSIONS is not set |
| 128 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 139 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 129 | # CONFIG_KMOD is not set | 140 | CONFIG_KMOD=y |
| 130 | CONFIG_BLOCK=y | 141 | CONFIG_BLOCK=y |
| 131 | # CONFIG_LBD is not set | 142 | # CONFIG_LBD is not set |
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 143 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 144 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 145 | # CONFIG_BLK_DEV_BSG is not set |
| 146 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 147 | ||
| 136 | # | 148 | # |
| 137 | # IO Schedulers | 149 | # IO Schedulers |
| @@ -150,37 +162,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 150 | # | 162 | # |
| 151 | # Platform support | 163 | # Platform support |
| 152 | # | 164 | # |
| 153 | # CONFIG_PPC_MULTIPLATFORM is not set | 165 | CONFIG_PPC_MULTIPLATFORM=y |
| 154 | # CONFIG_PPC_82xx is not set | 166 | CONFIG_CLASSIC32=y |
| 155 | CONFIG_PPC_83xx=y | 167 | CONFIG_PPC_CHRP=y |
| 156 | # CONFIG_PPC_86xx is not set | 168 | # CONFIG_MPC5121_ADS is not set |
| 157 | # CONFIG_PPC_MPC512x is not set | 169 | # CONFIG_MPC5121_GENERIC is not set |
| 158 | # CONFIG_PPC_MPC5121 is not set | 170 | # CONFIG_PPC_MPC52xx is not set |
| 171 | CONFIG_PPC_PMAC=y | ||
| 159 | # CONFIG_PPC_CELL is not set | 172 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 173 | # CONFIG_PPC_CELL_NATIVE is not set |
| 174 | # CONFIG_PPC_82xx is not set | ||
| 161 | # CONFIG_PQ2ADS is not set | 175 | # CONFIG_PQ2ADS is not set |
| 162 | CONFIG_MPC83xx=y | 176 | CONFIG_PPC_83xx=y |
| 163 | # CONFIG_MPC831x_RDB is not set | 177 | # CONFIG_MPC831x_RDB is not set |
| 164 | # CONFIG_MPC832x_MDS is not set | 178 | # CONFIG_MPC832x_MDS is not set |
| 165 | # CONFIG_MPC832x_RDB is not set | 179 | # CONFIG_MPC832x_RDB is not set |
| 166 | # CONFIG_MPC834x_MDS is not set | 180 | # CONFIG_MPC834x_MDS is not set |
| 167 | # CONFIG_MPC834x_ITX is not set | 181 | # CONFIG_MPC834x_ITX is not set |
| 168 | # CONFIG_MPC836x_MDS is not set | 182 | # CONFIG_MPC836x_MDS is not set |
| 183 | # CONFIG_MPC836x_RDK is not set | ||
| 169 | # CONFIG_MPC837x_MDS is not set | 184 | # CONFIG_MPC837x_MDS is not set |
| 170 | CONFIG_MPC837x_RDB=y | 185 | CONFIG_MPC837x_RDB=y |
| 171 | # CONFIG_SBC834x is not set | 186 | # CONFIG_SBC834x is not set |
| 187 | # CONFIG_ASP834x is not set | ||
| 172 | CONFIG_PPC_MPC837x=y | 188 | CONFIG_PPC_MPC837x=y |
| 189 | # CONFIG_PPC_86xx is not set | ||
| 190 | # CONFIG_EMBEDDED6xx is not set | ||
| 191 | CONFIG_PPC_NATIVE=y | ||
| 192 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 173 | CONFIG_IPIC=y | 193 | CONFIG_IPIC=y |
| 174 | # CONFIG_MPIC is not set | 194 | CONFIG_MPIC=y |
| 175 | # CONFIG_MPIC_WEIRD is not set | 195 | # CONFIG_MPIC_WEIRD is not set |
| 176 | # CONFIG_PPC_I8259 is not set | 196 | CONFIG_PPC_I8259=y |
| 177 | # CONFIG_PPC_RTAS is not set | 197 | CONFIG_PPC_RTAS=y |
| 198 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 199 | CONFIG_RTAS_PROC=y | ||
| 178 | # CONFIG_MMIO_NVRAM is not set | 200 | # CONFIG_MMIO_NVRAM is not set |
| 179 | # CONFIG_PPC_MPC106 is not set | 201 | CONFIG_PPC_MPC106=y |
| 180 | # CONFIG_PPC_970_NAP is not set | 202 | # CONFIG_PPC_970_NAP is not set |
| 181 | # CONFIG_PPC_INDIRECT_IO is not set | 203 | # CONFIG_PPC_INDIRECT_IO is not set |
| 182 | # CONFIG_GENERIC_IOMAP is not set | 204 | # CONFIG_GENERIC_IOMAP is not set |
| 183 | # CONFIG_CPU_FREQ is not set | 205 | # CONFIG_CPU_FREQ is not set |
| 206 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 207 | # CONFIG_TAU is not set | ||
| 184 | # CONFIG_FSL_ULI1575 is not set | 208 | # CONFIG_FSL_ULI1575 is not set |
| 185 | 209 | ||
| 186 | # | 210 | # |
| @@ -206,6 +230,7 @@ CONFIG_BINFMT_ELF=y | |||
| 206 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 230 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 207 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 231 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 208 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 232 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 233 | # CONFIG_KEXEC is not set | ||
| 209 | CONFIG_ARCH_FLATMEM_ENABLE=y | 234 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 210 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 235 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 211 | CONFIG_SELECT_MEMORY_MODEL=y | 236 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -218,6 +243,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 243 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 219 | CONFIG_PAGEFLAGS_EXTENDED=y | 244 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 245 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 246 | CONFIG_MIGRATION=y | ||
| 221 | # CONFIG_RESOURCES_64BIT is not set | 247 | # CONFIG_RESOURCES_64BIT is not set |
| 222 | CONFIG_ZONE_DMA_FLAG=1 | 248 | CONFIG_ZONE_DMA_FLAG=1 |
| 223 | CONFIG_BOUNCE=y | 249 | CONFIG_BOUNCE=y |
| @@ -225,6 +251,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 225 | CONFIG_FORCE_MAX_ZONEORDER=11 | 251 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 226 | CONFIG_PROC_DEVICETREE=y | 252 | CONFIG_PROC_DEVICETREE=y |
| 227 | # CONFIG_CMDLINE_BOOL is not set | 253 | # CONFIG_CMDLINE_BOOL is not set |
| 254 | CONFIG_EXTRA_TARGETS="" | ||
| 228 | # CONFIG_PM is not set | 255 | # CONFIG_PM is not set |
| 229 | CONFIG_SECCOMP=y | 256 | CONFIG_SECCOMP=y |
| 230 | CONFIG_ISA_DMA_API=y | 257 | CONFIG_ISA_DMA_API=y |
| @@ -232,15 +259,22 @@ CONFIG_ISA_DMA_API=y | |||
| 232 | # | 259 | # |
| 233 | # Bus options | 260 | # Bus options |
| 234 | # | 261 | # |
| 262 | # CONFIG_ISA is not set | ||
| 235 | CONFIG_ZONE_DMA=y | 263 | CONFIG_ZONE_DMA=y |
| 236 | CONFIG_GENERIC_ISA_DMA=y | 264 | CONFIG_GENERIC_ISA_DMA=y |
| 237 | CONFIG_PPC_INDIRECT_PCI=y | 265 | CONFIG_PPC_INDIRECT_PCI=y |
| 238 | CONFIG_FSL_SOC=y | 266 | CONFIG_FSL_SOC=y |
| 239 | # CONFIG_PCI is not set | 267 | CONFIG_FSL_PCI=y |
| 240 | # CONFIG_PCI_DOMAINS is not set | 268 | CONFIG_PPC_PCI_CHOICE=y |
| 241 | # CONFIG_PCI_SYSCALL is not set | 269 | CONFIG_PCI=y |
| 242 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 270 | CONFIG_PCI_DOMAINS=y |
| 271 | CONFIG_PCI_SYSCALL=y | ||
| 272 | # CONFIG_PCIEPORTBUS is not set | ||
| 273 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 274 | # CONFIG_PCI_MSI is not set | ||
| 275 | CONFIG_PCI_LEGACY=y | ||
| 243 | # CONFIG_PCCARD is not set | 276 | # CONFIG_PCCARD is not set |
| 277 | # CONFIG_HOTPLUG_PCI is not set | ||
| 244 | # CONFIG_HAS_RAPIDIO is not set | 278 | # CONFIG_HAS_RAPIDIO is not set |
| 245 | 279 | ||
| 246 | # | 280 | # |
| @@ -256,10 +290,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 256 | CONFIG_KERNEL_START=0xc0000000 | 290 | CONFIG_KERNEL_START=0xc0000000 |
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 291 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_TASK_SIZE=0xc0000000 | 292 | CONFIG_TASK_SIZE=0xc0000000 |
| 259 | |||
| 260 | # | ||
| 261 | # Networking | ||
| 262 | # | ||
| 263 | CONFIG_NET=y | 293 | CONFIG_NET=y |
| 264 | 294 | ||
| 265 | # | 295 | # |
| @@ -355,10 +385,16 @@ CONFIG_OF_I2C=y | |||
| 355 | # CONFIG_PARPORT is not set | 385 | # CONFIG_PARPORT is not set |
| 356 | CONFIG_BLK_DEV=y | 386 | CONFIG_BLK_DEV=y |
| 357 | # CONFIG_BLK_DEV_FD is not set | 387 | # CONFIG_BLK_DEV_FD is not set |
| 388 | # CONFIG_MAC_FLOPPY is not set | ||
| 389 | # CONFIG_BLK_CPQ_DA is not set | ||
| 390 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 391 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 392 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 358 | # CONFIG_BLK_DEV_COW_COMMON is not set | 393 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 359 | CONFIG_BLK_DEV_LOOP=y | 394 | CONFIG_BLK_DEV_LOOP=y |
| 360 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 395 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 361 | # CONFIG_BLK_DEV_NBD is not set | 396 | # CONFIG_BLK_DEV_NBD is not set |
| 397 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 362 | # CONFIG_BLK_DEV_UB is not set | 398 | # CONFIG_BLK_DEV_UB is not set |
| 363 | CONFIG_BLK_DEV_RAM=y | 399 | CONFIG_BLK_DEV_RAM=y |
| 364 | CONFIG_BLK_DEV_RAM_COUNT=16 | 400 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| @@ -366,9 +402,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 366 | # CONFIG_BLK_DEV_XIP is not set | 402 | # CONFIG_BLK_DEV_XIP is not set |
| 367 | # CONFIG_CDROM_PKTCDVD is not set | 403 | # CONFIG_CDROM_PKTCDVD is not set |
| 368 | # CONFIG_ATA_OVER_ETH is not set | 404 | # CONFIG_ATA_OVER_ETH is not set |
| 405 | # CONFIG_BLK_DEV_HD is not set | ||
| 369 | CONFIG_MISC_DEVICES=y | 406 | CONFIG_MISC_DEVICES=y |
| 407 | # CONFIG_PHANTOM is not set | ||
| 370 | # CONFIG_EEPROM_93CX6 is not set | 408 | # CONFIG_EEPROM_93CX6 is not set |
| 409 | # CONFIG_SGI_IOC4 is not set | ||
| 410 | # CONFIG_TIFM_CORE is not set | ||
| 371 | # CONFIG_ENCLOSURE_SERVICES is not set | 411 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 412 | # CONFIG_HP_ILO is not set | ||
| 372 | CONFIG_HAVE_IDE=y | 413 | CONFIG_HAVE_IDE=y |
| 373 | # CONFIG_IDE is not set | 414 | # CONFIG_IDE is not set |
| 374 | 415 | ||
| @@ -411,14 +452,106 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 411 | # CONFIG_SCSI_SRP_ATTRS is not set | 452 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 412 | CONFIG_SCSI_LOWLEVEL=y | 453 | CONFIG_SCSI_LOWLEVEL=y |
| 413 | # CONFIG_ISCSI_TCP is not set | 454 | # CONFIG_ISCSI_TCP is not set |
| 455 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 456 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 457 | # CONFIG_SCSI_ACARD is not set | ||
| 458 | # CONFIG_SCSI_AACRAID is not set | ||
| 459 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 460 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 461 | # CONFIG_SCSI_AIC79XX is not set | ||
| 462 | # CONFIG_SCSI_AIC94XX is not set | ||
| 463 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 464 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 465 | # CONFIG_SCSI_ARCMSR is not set | ||
| 466 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 467 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 468 | # CONFIG_MEGARAID_SAS is not set | ||
| 469 | # CONFIG_SCSI_HPTIOP is not set | ||
| 470 | # CONFIG_SCSI_BUSLOGIC is not set | ||
| 471 | # CONFIG_SCSI_DMX3191D is not set | ||
| 472 | # CONFIG_SCSI_EATA is not set | ||
| 473 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 474 | # CONFIG_SCSI_GDTH is not set | ||
| 475 | # CONFIG_SCSI_IPS is not set | ||
| 476 | # CONFIG_SCSI_INITIO is not set | ||
| 477 | # CONFIG_SCSI_INIA100 is not set | ||
| 478 | # CONFIG_SCSI_MVSAS is not set | ||
| 479 | # CONFIG_SCSI_STEX is not set | ||
| 480 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
| 481 | # CONFIG_SCSI_IPR is not set | ||
| 482 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 483 | # CONFIG_SCSI_QLA_FC is not set | ||
| 484 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
| 485 | # CONFIG_SCSI_LPFC is not set | ||
| 486 | # CONFIG_SCSI_DC395x is not set | ||
| 487 | # CONFIG_SCSI_DC390T is not set | ||
| 488 | # CONFIG_SCSI_NSP32 is not set | ||
| 414 | # CONFIG_SCSI_DEBUG is not set | 489 | # CONFIG_SCSI_DEBUG is not set |
| 490 | # CONFIG_SCSI_MESH is not set | ||
| 491 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 492 | # CONFIG_SCSI_SRP is not set | ||
| 493 | # CONFIG_SCSI_DH is not set | ||
| 415 | CONFIG_ATA=y | 494 | CONFIG_ATA=y |
| 416 | # CONFIG_ATA_NONSTANDARD is not set | 495 | # CONFIG_ATA_NONSTANDARD is not set |
| 417 | CONFIG_SATA_PMP=y | 496 | CONFIG_SATA_PMP=y |
| 497 | # CONFIG_SATA_AHCI is not set | ||
| 498 | # CONFIG_SATA_SIL24 is not set | ||
| 418 | CONFIG_SATA_FSL=y | 499 | CONFIG_SATA_FSL=y |
| 419 | CONFIG_ATA_SFF=y | 500 | CONFIG_ATA_SFF=y |
| 501 | # CONFIG_SATA_SVW is not set | ||
| 502 | # CONFIG_ATA_PIIX is not set | ||
| 420 | # CONFIG_SATA_MV is not set | 503 | # CONFIG_SATA_MV is not set |
| 504 | # CONFIG_SATA_NV is not set | ||
| 505 | # CONFIG_PDC_ADMA is not set | ||
| 506 | # CONFIG_SATA_QSTOR is not set | ||
| 507 | # CONFIG_SATA_PROMISE is not set | ||
| 508 | # CONFIG_SATA_SX4 is not set | ||
| 509 | # CONFIG_SATA_SIL is not set | ||
| 510 | # CONFIG_SATA_SIS is not set | ||
| 511 | # CONFIG_SATA_ULI is not set | ||
| 512 | # CONFIG_SATA_VIA is not set | ||
| 513 | # CONFIG_SATA_VITESSE is not set | ||
| 514 | # CONFIG_SATA_INIC162X is not set | ||
| 515 | # CONFIG_PATA_ALI is not set | ||
| 516 | # CONFIG_PATA_AMD is not set | ||
| 517 | # CONFIG_PATA_ARTOP is not set | ||
| 518 | # CONFIG_PATA_ATIIXP is not set | ||
| 519 | # CONFIG_PATA_CMD640_PCI is not set | ||
| 520 | # CONFIG_PATA_CMD64X is not set | ||
| 521 | # CONFIG_PATA_CS5520 is not set | ||
| 522 | # CONFIG_PATA_CS5530 is not set | ||
| 523 | # CONFIG_PATA_CYPRESS is not set | ||
| 524 | # CONFIG_PATA_EFAR is not set | ||
| 525 | # CONFIG_ATA_GENERIC is not set | ||
| 526 | # CONFIG_PATA_HPT366 is not set | ||
| 527 | # CONFIG_PATA_HPT37X is not set | ||
| 528 | # CONFIG_PATA_HPT3X2N is not set | ||
| 529 | # CONFIG_PATA_HPT3X3 is not set | ||
| 530 | # CONFIG_PATA_IT821X is not set | ||
| 531 | # CONFIG_PATA_IT8213 is not set | ||
| 532 | # CONFIG_PATA_JMICRON is not set | ||
| 533 | # CONFIG_PATA_TRIFLEX is not set | ||
| 534 | # CONFIG_PATA_MARVELL is not set | ||
| 535 | # CONFIG_PATA_MPIIX is not set | ||
| 536 | # CONFIG_PATA_OLDPIIX is not set | ||
| 537 | # CONFIG_PATA_NETCELL is not set | ||
| 538 | # CONFIG_PATA_NINJA32 is not set | ||
| 539 | # CONFIG_PATA_NS87410 is not set | ||
| 540 | # CONFIG_PATA_NS87415 is not set | ||
| 541 | # CONFIG_PATA_OPTI is not set | ||
| 542 | # CONFIG_PATA_OPTIDMA is not set | ||
| 543 | # CONFIG_PATA_PDC_OLD is not set | ||
| 544 | # CONFIG_PATA_RADISYS is not set | ||
| 545 | # CONFIG_PATA_RZ1000 is not set | ||
| 546 | # CONFIG_PATA_SC1200 is not set | ||
| 547 | # CONFIG_PATA_SERVERWORKS is not set | ||
| 548 | # CONFIG_PATA_PDC2027X is not set | ||
| 549 | # CONFIG_PATA_SIL680 is not set | ||
| 550 | # CONFIG_PATA_SIS is not set | ||
| 551 | # CONFIG_PATA_VIA is not set | ||
| 552 | # CONFIG_PATA_WINBOND is not set | ||
| 421 | # CONFIG_PATA_PLATFORM is not set | 553 | # CONFIG_PATA_PLATFORM is not set |
| 554 | # CONFIG_PATA_SCH is not set | ||
| 422 | CONFIG_MD=y | 555 | CONFIG_MD=y |
| 423 | CONFIG_BLK_DEV_MD=y | 556 | CONFIG_BLK_DEV_MD=y |
| 424 | # CONFIG_MD_LINEAR is not set | 557 | # CONFIG_MD_LINEAR is not set |
| @@ -430,15 +563,27 @@ CONFIG_MD_RAID5_RESHAPE=y | |||
| 430 | # CONFIG_MD_MULTIPATH is not set | 563 | # CONFIG_MD_MULTIPATH is not set |
| 431 | # CONFIG_MD_FAULTY is not set | 564 | # CONFIG_MD_FAULTY is not set |
| 432 | # CONFIG_BLK_DEV_DM is not set | 565 | # CONFIG_BLK_DEV_DM is not set |
| 566 | # CONFIG_FUSION is not set | ||
| 567 | |||
| 568 | # | ||
| 569 | # IEEE 1394 (FireWire) support | ||
| 570 | # | ||
| 571 | |||
| 572 | # | ||
| 573 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 574 | # | ||
| 575 | # CONFIG_FIREWIRE is not set | ||
| 576 | # CONFIG_IEEE1394 is not set | ||
| 577 | # CONFIG_I2O is not set | ||
| 433 | # CONFIG_MACINTOSH_DRIVERS is not set | 578 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 434 | CONFIG_NETDEVICES=y | 579 | CONFIG_NETDEVICES=y |
| 435 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 436 | # CONFIG_DUMMY is not set | 580 | # CONFIG_DUMMY is not set |
| 437 | # CONFIG_BONDING is not set | 581 | # CONFIG_BONDING is not set |
| 438 | # CONFIG_MACVLAN is not set | 582 | # CONFIG_MACVLAN is not set |
| 439 | # CONFIG_EQUALIZER is not set | 583 | # CONFIG_EQUALIZER is not set |
| 440 | # CONFIG_TUN is not set | 584 | # CONFIG_TUN is not set |
| 441 | # CONFIG_VETH is not set | 585 | # CONFIG_VETH is not set |
| 586 | # CONFIG_ARCNET is not set | ||
| 442 | CONFIG_PHYLIB=y | 587 | CONFIG_PHYLIB=y |
| 443 | 588 | ||
| 444 | # | 589 | # |
| @@ -458,16 +603,44 @@ CONFIG_FIXED_PHY=y | |||
| 458 | # CONFIG_MDIO_BITBANG is not set | 603 | # CONFIG_MDIO_BITBANG is not set |
| 459 | CONFIG_NET_ETHERNET=y | 604 | CONFIG_NET_ETHERNET=y |
| 460 | CONFIG_MII=y | 605 | CONFIG_MII=y |
| 606 | # CONFIG_MACE is not set | ||
| 607 | # CONFIG_BMAC is not set | ||
| 608 | # CONFIG_HAPPYMEAL is not set | ||
| 609 | # CONFIG_SUNGEM is not set | ||
| 610 | # CONFIG_CASSINI is not set | ||
| 611 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 612 | # CONFIG_NET_TULIP is not set | ||
| 613 | # CONFIG_HP100 is not set | ||
| 461 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 614 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 462 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 615 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 463 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 616 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 464 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 617 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 618 | # CONFIG_NET_PCI is not set | ||
| 465 | # CONFIG_B44 is not set | 619 | # CONFIG_B44 is not set |
| 466 | CONFIG_NETDEV_1000=y | 620 | CONFIG_NETDEV_1000=y |
| 467 | # CONFIG_E1000E_ENABLED is not set | 621 | # CONFIG_ACENIC is not set |
| 622 | # CONFIG_DL2K is not set | ||
| 623 | # CONFIG_E1000 is not set | ||
| 624 | # CONFIG_E1000E is not set | ||
| 625 | # CONFIG_IP1000 is not set | ||
| 626 | # CONFIG_IGB is not set | ||
| 627 | # CONFIG_NS83820 is not set | ||
| 628 | # CONFIG_HAMACHI is not set | ||
| 629 | # CONFIG_YELLOWFIN is not set | ||
| 630 | # CONFIG_R8169 is not set | ||
| 631 | # CONFIG_SIS190 is not set | ||
| 632 | # CONFIG_SKGE is not set | ||
| 633 | # CONFIG_SKY2 is not set | ||
| 634 | # CONFIG_VIA_VELOCITY is not set | ||
| 635 | # CONFIG_TIGON3 is not set | ||
| 636 | # CONFIG_BNX2 is not set | ||
| 468 | CONFIG_GIANFAR=y | 637 | CONFIG_GIANFAR=y |
| 469 | CONFIG_GFAR_NAPI=y | 638 | # CONFIG_MV643XX_ETH is not set |
| 639 | # CONFIG_QLA3XXX is not set | ||
| 640 | # CONFIG_ATL1 is not set | ||
| 641 | # CONFIG_ATL1E is not set | ||
| 470 | # CONFIG_NETDEV_10000 is not set | 642 | # CONFIG_NETDEV_10000 is not set |
| 643 | # CONFIG_TR is not set | ||
| 471 | 644 | ||
| 472 | # | 645 | # |
| 473 | # Wireless LAN | 646 | # Wireless LAN |
| @@ -485,8 +658,11 @@ CONFIG_GFAR_NAPI=y | |||
| 485 | # CONFIG_USB_RTL8150 is not set | 658 | # CONFIG_USB_RTL8150 is not set |
| 486 | # CONFIG_USB_USBNET is not set | 659 | # CONFIG_USB_USBNET is not set |
| 487 | # CONFIG_WAN is not set | 660 | # CONFIG_WAN is not set |
| 661 | # CONFIG_FDDI is not set | ||
| 662 | # CONFIG_HIPPI is not set | ||
| 488 | # CONFIG_PPP is not set | 663 | # CONFIG_PPP is not set |
| 489 | # CONFIG_SLIP is not set | 664 | # CONFIG_SLIP is not set |
| 665 | # CONFIG_NET_FC is not set | ||
| 490 | # CONFIG_NETCONSOLE is not set | 666 | # CONFIG_NETCONSOLE is not set |
| 491 | # CONFIG_NETPOLL is not set | 667 | # CONFIG_NETPOLL is not set |
| 492 | # CONFIG_NET_POLL_CONTROLLER is not set | 668 | # CONFIG_NET_POLL_CONTROLLER is not set |
| @@ -530,12 +706,14 @@ CONFIG_INPUT=y | |||
| 530 | # CONFIG_VT is not set | 706 | # CONFIG_VT is not set |
| 531 | CONFIG_DEVKMEM=y | 707 | CONFIG_DEVKMEM=y |
| 532 | # CONFIG_SERIAL_NONSTANDARD is not set | 708 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 709 | # CONFIG_NOZOMI is not set | ||
| 533 | 710 | ||
| 534 | # | 711 | # |
| 535 | # Serial drivers | 712 | # Serial drivers |
| 536 | # | 713 | # |
| 537 | CONFIG_SERIAL_8250=y | 714 | CONFIG_SERIAL_8250=y |
| 538 | CONFIG_SERIAL_8250_CONSOLE=y | 715 | CONFIG_SERIAL_8250_CONSOLE=y |
| 716 | CONFIG_SERIAL_8250_PCI=y | ||
| 539 | CONFIG_SERIAL_8250_NR_UARTS=4 | 717 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 540 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 718 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
| 541 | # CONFIG_SERIAL_8250_EXTENDED is not set | 719 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| @@ -546,41 +724,91 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 546 | # CONFIG_SERIAL_UARTLITE is not set | 724 | # CONFIG_SERIAL_UARTLITE is not set |
| 547 | CONFIG_SERIAL_CORE=y | 725 | CONFIG_SERIAL_CORE=y |
| 548 | CONFIG_SERIAL_CORE_CONSOLE=y | 726 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 727 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 728 | # CONFIG_SERIAL_JSM is not set | ||
| 549 | # CONFIG_SERIAL_OF_PLATFORM is not set | 729 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 550 | CONFIG_UNIX98_PTYS=y | 730 | CONFIG_UNIX98_PTYS=y |
| 551 | CONFIG_LEGACY_PTYS=y | 731 | CONFIG_LEGACY_PTYS=y |
| 552 | CONFIG_LEGACY_PTY_COUNT=256 | 732 | CONFIG_LEGACY_PTY_COUNT=256 |
| 733 | # CONFIG_BRIQ_PANEL is not set | ||
| 734 | # CONFIG_HVC_RTAS is not set | ||
| 553 | # CONFIG_IPMI_HANDLER is not set | 735 | # CONFIG_IPMI_HANDLER is not set |
| 554 | # CONFIG_HW_RANDOM is not set | 736 | # CONFIG_HW_RANDOM is not set |
| 555 | # CONFIG_NVRAM is not set | 737 | # CONFIG_NVRAM is not set |
| 556 | CONFIG_GEN_RTC=y | 738 | CONFIG_GEN_RTC=y |
| 557 | # CONFIG_GEN_RTC_X is not set | 739 | # CONFIG_GEN_RTC_X is not set |
| 558 | # CONFIG_R3964 is not set | 740 | # CONFIG_R3964 is not set |
| 741 | # CONFIG_APPLICOM is not set | ||
| 559 | # CONFIG_RAW_DRIVER is not set | 742 | # CONFIG_RAW_DRIVER is not set |
| 560 | # CONFIG_TCG_TPM is not set | 743 | # CONFIG_TCG_TPM is not set |
| 744 | CONFIG_DEVPORT=y | ||
| 561 | CONFIG_I2C=y | 745 | CONFIG_I2C=y |
| 562 | CONFIG_I2C_BOARDINFO=y | 746 | CONFIG_I2C_BOARDINFO=y |
| 563 | CONFIG_I2C_CHARDEV=y | 747 | CONFIG_I2C_CHARDEV=y |
| 748 | CONFIG_I2C_HELPER_AUTO=y | ||
| 564 | 749 | ||
| 565 | # | 750 | # |
| 566 | # I2C Hardware Bus support | 751 | # I2C Hardware Bus support |
| 567 | # | 752 | # |
| 753 | |||
| 754 | # | ||
| 755 | # PC SMBus host controller drivers | ||
| 756 | # | ||
| 757 | # CONFIG_I2C_ALI1535 is not set | ||
| 758 | # CONFIG_I2C_ALI1563 is not set | ||
| 759 | # CONFIG_I2C_ALI15X3 is not set | ||
| 760 | # CONFIG_I2C_AMD756 is not set | ||
| 761 | # CONFIG_I2C_AMD8111 is not set | ||
| 762 | # CONFIG_I2C_I801 is not set | ||
| 763 | # CONFIG_I2C_ISCH is not set | ||
| 764 | # CONFIG_I2C_PIIX4 is not set | ||
| 765 | # CONFIG_I2C_NFORCE2 is not set | ||
| 766 | # CONFIG_I2C_SIS5595 is not set | ||
| 767 | # CONFIG_I2C_SIS630 is not set | ||
| 768 | # CONFIG_I2C_SIS96X is not set | ||
| 769 | # CONFIG_I2C_VIA is not set | ||
| 770 | # CONFIG_I2C_VIAPRO is not set | ||
| 771 | |||
| 772 | # | ||
| 773 | # Mac SMBus host controller drivers | ||
| 774 | # | ||
| 775 | # CONFIG_I2C_HYDRA is not set | ||
| 776 | CONFIG_I2C_POWERMAC=y | ||
| 777 | |||
| 778 | # | ||
| 779 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 780 | # | ||
| 568 | CONFIG_I2C_MPC=y | 781 | CONFIG_I2C_MPC=y |
| 569 | # CONFIG_I2C_OCORES is not set | 782 | # CONFIG_I2C_OCORES is not set |
| 570 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 571 | # CONFIG_I2C_SIMTEC is not set | 783 | # CONFIG_I2C_SIMTEC is not set |
| 784 | |||
| 785 | # | ||
| 786 | # External I2C/SMBus adapter drivers | ||
| 787 | # | ||
| 788 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 572 | # CONFIG_I2C_TAOS_EVM is not set | 789 | # CONFIG_I2C_TAOS_EVM is not set |
| 573 | # CONFIG_I2C_STUB is not set | ||
| 574 | # CONFIG_I2C_TINY_USB is not set | 790 | # CONFIG_I2C_TINY_USB is not set |
| 791 | |||
| 792 | # | ||
| 793 | # Graphics adapter I2C/DDC channel drivers | ||
| 794 | # | ||
| 795 | # CONFIG_I2C_VOODOO3 is not set | ||
| 796 | |||
| 797 | # | ||
| 798 | # Other I2C/SMBus bus drivers | ||
| 799 | # | ||
| 575 | # CONFIG_I2C_PCA_PLATFORM is not set | 800 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 801 | # CONFIG_I2C_STUB is not set | ||
| 576 | 802 | ||
| 577 | # | 803 | # |
| 578 | # Miscellaneous I2C Chip support | 804 | # Miscellaneous I2C Chip support |
| 579 | # | 805 | # |
| 580 | # CONFIG_DS1682 is not set | 806 | # CONFIG_DS1682 is not set |
| 807 | # CONFIG_AT24 is not set | ||
| 581 | # CONFIG_SENSORS_EEPROM is not set | 808 | # CONFIG_SENSORS_EEPROM is not set |
| 582 | # CONFIG_SENSORS_PCF8574 is not set | 809 | # CONFIG_SENSORS_PCF8574 is not set |
| 583 | # CONFIG_PCF8575 is not set | 810 | # CONFIG_PCF8575 is not set |
| 811 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 584 | # CONFIG_SENSORS_PCF8591 is not set | 812 | # CONFIG_SENSORS_PCF8591 is not set |
| 585 | # CONFIG_SENSORS_MAX6875 is not set | 813 | # CONFIG_SENSORS_MAX6875 is not set |
| 586 | # CONFIG_SENSORS_TSL2550 is not set | 814 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -589,10 +817,13 @@ CONFIG_I2C_MPC=y | |||
| 589 | # CONFIG_I2C_DEBUG_BUS is not set | 817 | # CONFIG_I2C_DEBUG_BUS is not set |
| 590 | # CONFIG_I2C_DEBUG_CHIP is not set | 818 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 591 | # CONFIG_SPI is not set | 819 | # CONFIG_SPI is not set |
| 820 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 821 | # CONFIG_GPIOLIB is not set | ||
| 592 | # CONFIG_W1 is not set | 822 | # CONFIG_W1 is not set |
| 593 | # CONFIG_POWER_SUPPLY is not set | 823 | # CONFIG_POWER_SUPPLY is not set |
| 594 | CONFIG_HWMON=y | 824 | CONFIG_HWMON=y |
| 595 | # CONFIG_HWMON_VID is not set | 825 | # CONFIG_HWMON_VID is not set |
| 826 | # CONFIG_SENSORS_AD7414 is not set | ||
| 596 | # CONFIG_SENSORS_AD7418 is not set | 827 | # CONFIG_SENSORS_AD7418 is not set |
| 597 | # CONFIG_SENSORS_ADM1021 is not set | 828 | # CONFIG_SENSORS_ADM1021 is not set |
| 598 | # CONFIG_SENSORS_ADM1025 is not set | 829 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -602,8 +833,10 @@ CONFIG_HWMON=y | |||
| 602 | # CONFIG_SENSORS_ADM9240 is not set | 833 | # CONFIG_SENSORS_ADM9240 is not set |
| 603 | # CONFIG_SENSORS_ADT7470 is not set | 834 | # CONFIG_SENSORS_ADT7470 is not set |
| 604 | # CONFIG_SENSORS_ADT7473 is not set | 835 | # CONFIG_SENSORS_ADT7473 is not set |
| 836 | # CONFIG_SENSORS_AMS is not set | ||
| 605 | # CONFIG_SENSORS_ATXP1 is not set | 837 | # CONFIG_SENSORS_ATXP1 is not set |
| 606 | # CONFIG_SENSORS_DS1621 is not set | 838 | # CONFIG_SENSORS_DS1621 is not set |
| 839 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 607 | # CONFIG_SENSORS_F71805F is not set | 840 | # CONFIG_SENSORS_F71805F is not set |
| 608 | # CONFIG_SENSORS_F71882FG is not set | 841 | # CONFIG_SENSORS_F71882FG is not set |
| 609 | # CONFIG_SENSORS_F75375S is not set | 842 | # CONFIG_SENSORS_F75375S is not set |
| @@ -625,13 +858,16 @@ CONFIG_HWMON=y | |||
| 625 | # CONFIG_SENSORS_MAX6650 is not set | 858 | # CONFIG_SENSORS_MAX6650 is not set |
| 626 | # CONFIG_SENSORS_PC87360 is not set | 859 | # CONFIG_SENSORS_PC87360 is not set |
| 627 | # CONFIG_SENSORS_PC87427 is not set | 860 | # CONFIG_SENSORS_PC87427 is not set |
| 861 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 628 | # CONFIG_SENSORS_DME1737 is not set | 862 | # CONFIG_SENSORS_DME1737 is not set |
| 629 | # CONFIG_SENSORS_SMSC47M1 is not set | 863 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 630 | # CONFIG_SENSORS_SMSC47M192 is not set | 864 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 631 | # CONFIG_SENSORS_SMSC47B397 is not set | 865 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 632 | # CONFIG_SENSORS_ADS7828 is not set | 866 | # CONFIG_SENSORS_ADS7828 is not set |
| 633 | # CONFIG_SENSORS_THMC50 is not set | 867 | # CONFIG_SENSORS_THMC50 is not set |
| 868 | # CONFIG_SENSORS_VIA686A is not set | ||
| 634 | # CONFIG_SENSORS_VT1211 is not set | 869 | # CONFIG_SENSORS_VT1211 is not set |
| 870 | # CONFIG_SENSORS_VT8231 is not set | ||
| 635 | # CONFIG_SENSORS_W83781D is not set | 871 | # CONFIG_SENSORS_W83781D is not set |
| 636 | # CONFIG_SENSORS_W83791D is not set | 872 | # CONFIG_SENSORS_W83791D is not set |
| 637 | # CONFIG_SENSORS_W83792D is not set | 873 | # CONFIG_SENSORS_W83792D is not set |
| @@ -642,6 +878,7 @@ CONFIG_HWMON=y | |||
| 642 | # CONFIG_SENSORS_W83627EHF is not set | 878 | # CONFIG_SENSORS_W83627EHF is not set |
| 643 | # CONFIG_HWMON_DEBUG_CHIP is not set | 879 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 644 | # CONFIG_THERMAL is not set | 880 | # CONFIG_THERMAL is not set |
| 881 | # CONFIG_THERMAL_HWMON is not set | ||
| 645 | CONFIG_WATCHDOG=y | 882 | CONFIG_WATCHDOG=y |
| 646 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 883 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 647 | 884 | ||
| @@ -649,7 +886,15 @@ CONFIG_WATCHDOG=y | |||
| 649 | # Watchdog Device Drivers | 886 | # Watchdog Device Drivers |
| 650 | # | 887 | # |
| 651 | # CONFIG_SOFT_WATCHDOG is not set | 888 | # CONFIG_SOFT_WATCHDOG is not set |
| 652 | CONFIG_83xx_WDT=y | 889 | # CONFIG_ALIM7101_WDT is not set |
| 890 | # CONFIG_8xxx_WDT is not set | ||
| 891 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 892 | |||
| 893 | # | ||
| 894 | # PCI-based Watchdog Cards | ||
| 895 | # | ||
| 896 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 897 | # CONFIG_WDTPCI is not set | ||
| 653 | 898 | ||
| 654 | # | 899 | # |
| 655 | # USB-based Watchdog Cards | 900 | # USB-based Watchdog Cards |
| @@ -665,8 +910,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 665 | # | 910 | # |
| 666 | # Multifunction device drivers | 911 | # Multifunction device drivers |
| 667 | # | 912 | # |
| 913 | # CONFIG_MFD_CORE is not set | ||
| 668 | # CONFIG_MFD_SM501 is not set | 914 | # CONFIG_MFD_SM501 is not set |
| 669 | # CONFIG_HTC_PASIC3 is not set | 915 | # CONFIG_HTC_PASIC3 is not set |
| 916 | # CONFIG_MFD_TMIO is not set | ||
| 670 | 917 | ||
| 671 | # | 918 | # |
| 672 | # Multimedia devices | 919 | # Multimedia devices |
| @@ -688,6 +935,8 @@ CONFIG_DAB=y | |||
| 688 | # | 935 | # |
| 689 | # Graphics support | 936 | # Graphics support |
| 690 | # | 937 | # |
| 938 | # CONFIG_AGP is not set | ||
| 939 | # CONFIG_DRM is not set | ||
| 691 | # CONFIG_VGASTATE is not set | 940 | # CONFIG_VGASTATE is not set |
| 692 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 941 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
| 693 | # CONFIG_FB is not set | 942 | # CONFIG_FB is not set |
| @@ -697,10 +946,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 697 | # Display device support | 946 | # Display device support |
| 698 | # | 947 | # |
| 699 | # CONFIG_DISPLAY_SUPPORT is not set | 948 | # CONFIG_DISPLAY_SUPPORT is not set |
| 700 | |||
| 701 | # | ||
| 702 | # Sound | ||
| 703 | # | ||
| 704 | # CONFIG_SOUND is not set | 949 | # CONFIG_SOUND is not set |
| 705 | CONFIG_HID_SUPPORT=y | 950 | CONFIG_HID_SUPPORT=y |
| 706 | CONFIG_HID=y | 951 | CONFIG_HID=y |
| @@ -716,7 +961,7 @@ CONFIG_USB_HID=y | |||
| 716 | # CONFIG_USB_HIDDEV is not set | 961 | # CONFIG_USB_HIDDEV is not set |
| 717 | CONFIG_USB_SUPPORT=y | 962 | CONFIG_USB_SUPPORT=y |
| 718 | CONFIG_USB_ARCH_HAS_HCD=y | 963 | CONFIG_USB_ARCH_HAS_HCD=y |
| 719 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 964 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 720 | CONFIG_USB_ARCH_HAS_EHCI=y | 965 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 721 | CONFIG_USB=y | 966 | CONFIG_USB=y |
| 722 | # CONFIG_USB_DEBUG is not set | 967 | # CONFIG_USB_DEBUG is not set |
| @@ -731,6 +976,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 731 | # CONFIG_USB_OTG is not set | 976 | # CONFIG_USB_OTG is not set |
| 732 | # CONFIG_USB_OTG_WHITELIST is not set | 977 | # CONFIG_USB_OTG_WHITELIST is not set |
| 733 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 978 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 979 | CONFIG_USB_MON=y | ||
| 734 | 980 | ||
| 735 | # | 981 | # |
| 736 | # USB Host Controller Drivers | 982 | # USB Host Controller Drivers |
| @@ -743,6 +989,8 @@ CONFIG_USB_EHCI_FSL=y | |||
| 743 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 989 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
| 744 | # CONFIG_USB_ISP116X_HCD is not set | 990 | # CONFIG_USB_ISP116X_HCD is not set |
| 745 | # CONFIG_USB_ISP1760_HCD is not set | 991 | # CONFIG_USB_ISP1760_HCD is not set |
| 992 | # CONFIG_USB_OHCI_HCD is not set | ||
| 993 | # CONFIG_USB_UHCI_HCD is not set | ||
| 746 | # CONFIG_USB_SL811_HCD is not set | 994 | # CONFIG_USB_SL811_HCD is not set |
| 747 | # CONFIG_USB_R8A66597_HCD is not set | 995 | # CONFIG_USB_R8A66597_HCD is not set |
| 748 | 996 | ||
| @@ -768,7 +1016,6 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y | |||
| 768 | # | 1016 | # |
| 769 | # CONFIG_USB_MDC800 is not set | 1017 | # CONFIG_USB_MDC800 is not set |
| 770 | # CONFIG_USB_MICROTEK is not set | 1018 | # CONFIG_USB_MICROTEK is not set |
| 771 | CONFIG_USB_MON=y | ||
| 772 | 1019 | ||
| 773 | # | 1020 | # |
| 774 | # USB port drivers | 1021 | # USB port drivers |
| @@ -781,7 +1028,6 @@ CONFIG_USB_MON=y | |||
| 781 | # CONFIG_USB_EMI62 is not set | 1028 | # CONFIG_USB_EMI62 is not set |
| 782 | # CONFIG_USB_EMI26 is not set | 1029 | # CONFIG_USB_EMI26 is not set |
| 783 | # CONFIG_USB_ADUTUX is not set | 1030 | # CONFIG_USB_ADUTUX is not set |
| 784 | # CONFIG_USB_AUERSWALD is not set | ||
| 785 | # CONFIG_USB_RIO500 is not set | 1031 | # CONFIG_USB_RIO500 is not set |
| 786 | # CONFIG_USB_LEGOTOWER is not set | 1032 | # CONFIG_USB_LEGOTOWER is not set |
| 787 | # CONFIG_USB_LCD is not set | 1033 | # CONFIG_USB_LCD is not set |
| @@ -803,6 +1049,7 @@ CONFIG_USB_MON=y | |||
| 803 | # CONFIG_MEMSTICK is not set | 1049 | # CONFIG_MEMSTICK is not set |
| 804 | # CONFIG_NEW_LEDS is not set | 1050 | # CONFIG_NEW_LEDS is not set |
| 805 | # CONFIG_ACCESSIBILITY is not set | 1051 | # CONFIG_ACCESSIBILITY is not set |
| 1052 | # CONFIG_INFINIBAND is not set | ||
| 806 | # CONFIG_EDAC is not set | 1053 | # CONFIG_EDAC is not set |
| 807 | # CONFIG_RTC_CLASS is not set | 1054 | # CONFIG_RTC_CLASS is not set |
| 808 | # CONFIG_DMADEVICES is not set | 1055 | # CONFIG_DMADEVICES is not set |
| @@ -872,6 +1119,7 @@ CONFIG_TMPFS=y | |||
| 872 | # CONFIG_CRAMFS is not set | 1119 | # CONFIG_CRAMFS is not set |
| 873 | # CONFIG_VXFS_FS is not set | 1120 | # CONFIG_VXFS_FS is not set |
| 874 | # CONFIG_MINIX_FS is not set | 1121 | # CONFIG_MINIX_FS is not set |
| 1122 | # CONFIG_OMFS_FS is not set | ||
| 875 | # CONFIG_HPFS_FS is not set | 1123 | # CONFIG_HPFS_FS is not set |
| 876 | # CONFIG_QNX4FS_FS is not set | 1124 | # CONFIG_QNX4FS_FS is not set |
| 877 | # CONFIG_ROMFS_FS is not set | 1125 | # CONFIG_ROMFS_FS is not set |
| @@ -882,14 +1130,13 @@ CONFIG_NFS_FS=y | |||
| 882 | CONFIG_NFS_V3=y | 1130 | CONFIG_NFS_V3=y |
| 883 | # CONFIG_NFS_V3_ACL is not set | 1131 | # CONFIG_NFS_V3_ACL is not set |
| 884 | CONFIG_NFS_V4=y | 1132 | CONFIG_NFS_V4=y |
| 885 | # CONFIG_NFSD is not set | ||
| 886 | CONFIG_ROOT_NFS=y | 1133 | CONFIG_ROOT_NFS=y |
| 1134 | # CONFIG_NFSD is not set | ||
| 887 | CONFIG_LOCKD=y | 1135 | CONFIG_LOCKD=y |
| 888 | CONFIG_LOCKD_V4=y | 1136 | CONFIG_LOCKD_V4=y |
| 889 | CONFIG_NFS_COMMON=y | 1137 | CONFIG_NFS_COMMON=y |
| 890 | CONFIG_SUNRPC=y | 1138 | CONFIG_SUNRPC=y |
| 891 | CONFIG_SUNRPC_GSS=y | 1139 | CONFIG_SUNRPC_GSS=y |
| 892 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 893 | CONFIG_RPCSEC_GSS_KRB5=y | 1140 | CONFIG_RPCSEC_GSS_KRB5=y |
| 894 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1141 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 895 | # CONFIG_SMB_FS is not set | 1142 | # CONFIG_SMB_FS is not set |
| @@ -929,6 +1176,7 @@ CONFIG_BITREVERSE=y | |||
| 929 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1176 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 930 | # CONFIG_CRC_CCITT is not set | 1177 | # CONFIG_CRC_CCITT is not set |
| 931 | # CONFIG_CRC16 is not set | 1178 | # CONFIG_CRC16 is not set |
| 1179 | CONFIG_CRC_T10DIF=y | ||
| 932 | # CONFIG_CRC_ITU_T is not set | 1180 | # CONFIG_CRC_ITU_T is not set |
| 933 | CONFIG_CRC32=y | 1181 | CONFIG_CRC32=y |
| 934 | # CONFIG_CRC7 is not set | 1182 | # CONFIG_CRC7 is not set |
| @@ -952,8 +1200,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 952 | # CONFIG_HEADERS_CHECK is not set | 1200 | # CONFIG_HEADERS_CHECK is not set |
| 953 | # CONFIG_DEBUG_KERNEL is not set | 1201 | # CONFIG_DEBUG_KERNEL is not set |
| 954 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1202 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1203 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1204 | # CONFIG_LATENCYTOP is not set | ||
| 1205 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1206 | CONFIG_HAVE_FTRACE=y | ||
| 1207 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1208 | # CONFIG_FTRACE is not set | ||
| 1209 | # CONFIG_SCHED_TRACER is not set | ||
| 1210 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 955 | # CONFIG_SAMPLES is not set | 1211 | # CONFIG_SAMPLES is not set |
| 1212 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 956 | # CONFIG_IRQSTACKS is not set | 1213 | # CONFIG_IRQSTACKS is not set |
| 1214 | # CONFIG_BOOTX_TEXT is not set | ||
| 957 | # CONFIG_PPC_EARLY_DEBUG is not set | 1215 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 958 | 1216 | ||
| 959 | # | 1217 | # |
| @@ -1011,6 +1269,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1011 | # CONFIG_CRYPTO_MD4 is not set | 1269 | # CONFIG_CRYPTO_MD4 is not set |
| 1012 | CONFIG_CRYPTO_MD5=y | 1270 | CONFIG_CRYPTO_MD5=y |
| 1013 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1271 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1272 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1273 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1274 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1275 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1014 | # CONFIG_CRYPTO_SHA1 is not set | 1276 | # CONFIG_CRYPTO_SHA1 is not set |
| 1015 | # CONFIG_CRYPTO_SHA256 is not set | 1277 | # CONFIG_CRYPTO_SHA256 is not set |
| 1016 | # CONFIG_CRYPTO_SHA512 is not set | 1278 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1042,5 +1304,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1042 | # CONFIG_CRYPTO_DEFLATE is not set | 1304 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1043 | # CONFIG_CRYPTO_LZO is not set | 1305 | # CONFIG_CRYPTO_LZO is not set |
| 1044 | CONFIG_CRYPTO_HW=y | 1306 | CONFIG_CRYPTO_HW=y |
| 1307 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 1308 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1045 | # CONFIG_PPC_CLOCK is not set | 1309 | # CONFIG_PPC_CLOCK is not set |
| 1046 | # CONFIG_VIRTUALIZATION is not set | 1310 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/83xx/sbc834x_defconfig b/arch/powerpc/configs/83xx/sbc834x_defconfig index 1752918be2c1..9245a67da200 100644 --- a/arch/powerpc/configs/83xx/sbc834x_defconfig +++ b/arch/powerpc/configs/83xx/sbc834x_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:30 2008 | 4 | # Thu Aug 21 00:52:27 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -51,6 +53,9 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 58 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 59 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 60 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,12 +93,12 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | # CONFIG_KALLSYMS is not set | 96 | # CONFIG_KALLSYMS is not set |
| 93 | CONFIG_HOTPLUG=y | 97 | CONFIG_HOTPLUG=y |
| 94 | CONFIG_PRINTK=y | 98 | CONFIG_PRINTK=y |
| 95 | CONFIG_BUG=y | 99 | CONFIG_BUG=y |
| 96 | CONFIG_ELF_CORE=y | 100 | CONFIG_ELF_CORE=y |
| 101 | CONFIG_PCSPKR_PLATFORM=y | ||
| 97 | CONFIG_COMPAT_BRK=y | 102 | CONFIG_COMPAT_BRK=y |
| 98 | CONFIG_BASE_FULL=y | 103 | CONFIG_BASE_FULL=y |
| 99 | CONFIG_FUTEX=y | 104 | CONFIG_FUTEX=y |
| @@ -110,10 +115,16 @@ CONFIG_SLAB=y | |||
| 110 | # CONFIG_PROFILING is not set | 115 | # CONFIG_PROFILING is not set |
| 111 | # CONFIG_MARKERS is not set | 116 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 117 | CONFIG_HAVE_OPROFILE=y |
| 118 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 119 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 113 | CONFIG_HAVE_KPROBES=y | 120 | CONFIG_HAVE_KPROBES=y |
| 114 | CONFIG_HAVE_KRETPROBES=y | 121 | CONFIG_HAVE_KRETPROBES=y |
| 122 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 115 | # CONFIG_HAVE_DMA_ATTRS is not set | 123 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 124 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 125 | # CONFIG_HAVE_CLK is not set | ||
| 116 | CONFIG_PROC_PAGE_MONITOR=y | 126 | CONFIG_PROC_PAGE_MONITOR=y |
| 127 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 117 | CONFIG_SLABINFO=y | 128 | CONFIG_SLABINFO=y |
| 118 | CONFIG_RT_MUTEXES=y | 129 | CONFIG_RT_MUTEXES=y |
| 119 | # CONFIG_TINY_SHMEM is not set | 130 | # CONFIG_TINY_SHMEM is not set |
| @@ -124,12 +135,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 124 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 135 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 125 | # CONFIG_MODVERSIONS is not set | 136 | # CONFIG_MODVERSIONS is not set |
| 126 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 137 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 127 | # CONFIG_KMOD is not set | 138 | CONFIG_KMOD=y |
| 128 | CONFIG_BLOCK=y | 139 | CONFIG_BLOCK=y |
| 129 | # CONFIG_LBD is not set | 140 | # CONFIG_LBD is not set |
| 130 | # CONFIG_BLK_DEV_IO_TRACE is not set | 141 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 131 | # CONFIG_LSF is not set | 142 | # CONFIG_LSF is not set |
| 132 | # CONFIG_BLK_DEV_BSG is not set | 143 | # CONFIG_BLK_DEV_BSG is not set |
| 144 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 133 | 145 | ||
| 134 | # | 146 | # |
| 135 | # IO Schedulers | 147 | # IO Schedulers |
| @@ -148,37 +160,49 @@ CONFIG_CLASSIC_RCU=y | |||
| 148 | # | 160 | # |
| 149 | # Platform support | 161 | # Platform support |
| 150 | # | 162 | # |
| 151 | # CONFIG_PPC_MULTIPLATFORM is not set | 163 | CONFIG_PPC_MULTIPLATFORM=y |
| 152 | # CONFIG_PPC_82xx is not set | 164 | CONFIG_CLASSIC32=y |
| 153 | CONFIG_PPC_83xx=y | 165 | CONFIG_PPC_CHRP=y |
| 154 | # CONFIG_PPC_86xx is not set | 166 | # CONFIG_MPC5121_ADS is not set |
| 155 | # CONFIG_PPC_MPC512x is not set | 167 | # CONFIG_MPC5121_GENERIC is not set |
| 156 | # CONFIG_PPC_MPC5121 is not set | 168 | # CONFIG_PPC_MPC52xx is not set |
| 169 | CONFIG_PPC_PMAC=y | ||
| 157 | # CONFIG_PPC_CELL is not set | 170 | # CONFIG_PPC_CELL is not set |
| 158 | # CONFIG_PPC_CELL_NATIVE is not set | 171 | # CONFIG_PPC_CELL_NATIVE is not set |
| 172 | # CONFIG_PPC_82xx is not set | ||
| 159 | # CONFIG_PQ2ADS is not set | 173 | # CONFIG_PQ2ADS is not set |
| 160 | CONFIG_MPC83xx=y | 174 | CONFIG_PPC_83xx=y |
| 161 | # CONFIG_MPC831x_RDB is not set | 175 | # CONFIG_MPC831x_RDB is not set |
| 162 | # CONFIG_MPC832x_MDS is not set | 176 | # CONFIG_MPC832x_MDS is not set |
| 163 | # CONFIG_MPC832x_RDB is not set | 177 | # CONFIG_MPC832x_RDB is not set |
| 164 | # CONFIG_MPC834x_MDS is not set | 178 | # CONFIG_MPC834x_MDS is not set |
| 165 | # CONFIG_MPC834x_ITX is not set | 179 | # CONFIG_MPC834x_ITX is not set |
| 166 | # CONFIG_MPC836x_MDS is not set | 180 | # CONFIG_MPC836x_MDS is not set |
| 181 | # CONFIG_MPC836x_RDK is not set | ||
| 167 | # CONFIG_MPC837x_MDS is not set | 182 | # CONFIG_MPC837x_MDS is not set |
| 168 | # CONFIG_MPC837x_RDB is not set | 183 | # CONFIG_MPC837x_RDB is not set |
| 169 | CONFIG_SBC834x=y | 184 | CONFIG_SBC834x=y |
| 185 | # CONFIG_ASP834x is not set | ||
| 170 | CONFIG_PPC_MPC834x=y | 186 | CONFIG_PPC_MPC834x=y |
| 187 | # CONFIG_PPC_86xx is not set | ||
| 188 | # CONFIG_EMBEDDED6xx is not set | ||
| 189 | CONFIG_PPC_NATIVE=y | ||
| 190 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 171 | CONFIG_IPIC=y | 191 | CONFIG_IPIC=y |
| 172 | # CONFIG_MPIC is not set | 192 | CONFIG_MPIC=y |
| 173 | # CONFIG_MPIC_WEIRD is not set | 193 | # CONFIG_MPIC_WEIRD is not set |
| 174 | # CONFIG_PPC_I8259 is not set | 194 | CONFIG_PPC_I8259=y |
| 175 | # CONFIG_PPC_RTAS is not set | 195 | CONFIG_PPC_RTAS=y |
| 196 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 197 | CONFIG_RTAS_PROC=y | ||
| 176 | # CONFIG_MMIO_NVRAM is not set | 198 | # CONFIG_MMIO_NVRAM is not set |
| 177 | # CONFIG_PPC_MPC106 is not set | 199 | CONFIG_PPC_MPC106=y |
| 178 | # CONFIG_PPC_970_NAP is not set | 200 | # CONFIG_PPC_970_NAP is not set |
| 179 | # CONFIG_PPC_INDIRECT_IO is not set | 201 | # CONFIG_PPC_INDIRECT_IO is not set |
| 180 | # CONFIG_GENERIC_IOMAP is not set | 202 | # CONFIG_GENERIC_IOMAP is not set |
| 181 | # CONFIG_CPU_FREQ is not set | 203 | # CONFIG_CPU_FREQ is not set |
| 204 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 205 | # CONFIG_TAU is not set | ||
| 182 | # CONFIG_FSL_ULI1575 is not set | 206 | # CONFIG_FSL_ULI1575 is not set |
| 183 | 207 | ||
| 184 | # | 208 | # |
| @@ -204,6 +228,7 @@ CONFIG_BINFMT_ELF=y | |||
| 204 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 228 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 205 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 229 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 206 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 230 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 231 | # CONFIG_KEXEC is not set | ||
| 207 | CONFIG_ARCH_FLATMEM_ENABLE=y | 232 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 208 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 233 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 209 | CONFIG_SELECT_MEMORY_MODEL=y | 234 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -216,6 +241,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 241 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 217 | CONFIG_PAGEFLAGS_EXTENDED=y | 242 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 243 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 244 | CONFIG_MIGRATION=y | ||
| 219 | # CONFIG_RESOURCES_64BIT is not set | 245 | # CONFIG_RESOURCES_64BIT is not set |
| 220 | CONFIG_ZONE_DMA_FLAG=1 | 246 | CONFIG_ZONE_DMA_FLAG=1 |
| 221 | CONFIG_BOUNCE=y | 247 | CONFIG_BOUNCE=y |
| @@ -223,6 +249,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 223 | CONFIG_FORCE_MAX_ZONEORDER=11 | 249 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 224 | CONFIG_PROC_DEVICETREE=y | 250 | CONFIG_PROC_DEVICETREE=y |
| 225 | # CONFIG_CMDLINE_BOOL is not set | 251 | # CONFIG_CMDLINE_BOOL is not set |
| 252 | CONFIG_EXTRA_TARGETS="" | ||
| 226 | # CONFIG_PM is not set | 253 | # CONFIG_PM is not set |
| 227 | CONFIG_SECCOMP=y | 254 | CONFIG_SECCOMP=y |
| 228 | CONFIG_ISA_DMA_API=y | 255 | CONFIG_ISA_DMA_API=y |
| @@ -230,15 +257,22 @@ CONFIG_ISA_DMA_API=y | |||
| 230 | # | 257 | # |
| 231 | # Bus options | 258 | # Bus options |
| 232 | # | 259 | # |
| 260 | # CONFIG_ISA is not set | ||
| 233 | CONFIG_ZONE_DMA=y | 261 | CONFIG_ZONE_DMA=y |
| 234 | CONFIG_GENERIC_ISA_DMA=y | 262 | CONFIG_GENERIC_ISA_DMA=y |
| 235 | CONFIG_PPC_INDIRECT_PCI=y | 263 | CONFIG_PPC_INDIRECT_PCI=y |
| 236 | CONFIG_FSL_SOC=y | 264 | CONFIG_FSL_SOC=y |
| 237 | # CONFIG_PCI is not set | 265 | CONFIG_FSL_PCI=y |
| 238 | # CONFIG_PCI_DOMAINS is not set | 266 | CONFIG_PPC_PCI_CHOICE=y |
| 239 | # CONFIG_PCI_SYSCALL is not set | 267 | CONFIG_PCI=y |
| 240 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 268 | CONFIG_PCI_DOMAINS=y |
| 269 | CONFIG_PCI_SYSCALL=y | ||
| 270 | # CONFIG_PCIEPORTBUS is not set | ||
| 271 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 272 | # CONFIG_PCI_MSI is not set | ||
| 273 | CONFIG_PCI_LEGACY=y | ||
| 241 | # CONFIG_PCCARD is not set | 274 | # CONFIG_PCCARD is not set |
| 275 | # CONFIG_HOTPLUG_PCI is not set | ||
| 242 | # CONFIG_HAS_RAPIDIO is not set | 276 | # CONFIG_HAS_RAPIDIO is not set |
| 243 | 277 | ||
| 244 | # | 278 | # |
| @@ -254,10 +288,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 254 | CONFIG_KERNEL_START=0xc0000000 | 288 | CONFIG_KERNEL_START=0xc0000000 |
| 255 | CONFIG_PHYSICAL_START=0x00000000 | 289 | CONFIG_PHYSICAL_START=0x00000000 |
| 256 | CONFIG_TASK_SIZE=0xc0000000 | 290 | CONFIG_TASK_SIZE=0xc0000000 |
| 257 | |||
| 258 | # | ||
| 259 | # Networking | ||
| 260 | # | ||
| 261 | CONFIG_NET=y | 291 | CONFIG_NET=y |
| 262 | 292 | ||
| 263 | # | 293 | # |
| @@ -358,19 +388,30 @@ CONFIG_OF_I2C=y | |||
| 358 | # CONFIG_PARPORT is not set | 388 | # CONFIG_PARPORT is not set |
| 359 | CONFIG_BLK_DEV=y | 389 | CONFIG_BLK_DEV=y |
| 360 | # CONFIG_BLK_DEV_FD is not set | 390 | # CONFIG_BLK_DEV_FD is not set |
| 391 | # CONFIG_MAC_FLOPPY is not set | ||
| 392 | # CONFIG_BLK_CPQ_DA is not set | ||
| 393 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 394 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 395 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 361 | # CONFIG_BLK_DEV_COW_COMMON is not set | 396 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 362 | CONFIG_BLK_DEV_LOOP=y | 397 | CONFIG_BLK_DEV_LOOP=y |
| 363 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 398 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 364 | # CONFIG_BLK_DEV_NBD is not set | 399 | # CONFIG_BLK_DEV_NBD is not set |
| 400 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 365 | CONFIG_BLK_DEV_RAM=y | 401 | CONFIG_BLK_DEV_RAM=y |
| 366 | CONFIG_BLK_DEV_RAM_COUNT=16 | 402 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 367 | CONFIG_BLK_DEV_RAM_SIZE=32768 | 403 | CONFIG_BLK_DEV_RAM_SIZE=32768 |
| 368 | # CONFIG_BLK_DEV_XIP is not set | 404 | # CONFIG_BLK_DEV_XIP is not set |
| 369 | # CONFIG_CDROM_PKTCDVD is not set | 405 | # CONFIG_CDROM_PKTCDVD is not set |
| 370 | # CONFIG_ATA_OVER_ETH is not set | 406 | # CONFIG_ATA_OVER_ETH is not set |
| 407 | # CONFIG_BLK_DEV_HD is not set | ||
| 371 | CONFIG_MISC_DEVICES=y | 408 | CONFIG_MISC_DEVICES=y |
| 409 | # CONFIG_PHANTOM is not set | ||
| 372 | # CONFIG_EEPROM_93CX6 is not set | 410 | # CONFIG_EEPROM_93CX6 is not set |
| 411 | # CONFIG_SGI_IOC4 is not set | ||
| 412 | # CONFIG_TIFM_CORE is not set | ||
| 373 | # CONFIG_ENCLOSURE_SERVICES is not set | 413 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 414 | # CONFIG_HP_ILO is not set | ||
| 374 | CONFIG_HAVE_IDE=y | 415 | CONFIG_HAVE_IDE=y |
| 375 | # CONFIG_IDE is not set | 416 | # CONFIG_IDE is not set |
| 376 | 417 | ||
| @@ -383,15 +424,27 @@ CONFIG_HAVE_IDE=y | |||
| 383 | # CONFIG_SCSI_NETLINK is not set | 424 | # CONFIG_SCSI_NETLINK is not set |
| 384 | # CONFIG_ATA is not set | 425 | # CONFIG_ATA is not set |
| 385 | # CONFIG_MD is not set | 426 | # CONFIG_MD is not set |
| 427 | # CONFIG_FUSION is not set | ||
| 428 | |||
| 429 | # | ||
| 430 | # IEEE 1394 (FireWire) support | ||
| 431 | # | ||
| 432 | |||
| 433 | # | ||
| 434 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 435 | # | ||
| 436 | # CONFIG_FIREWIRE is not set | ||
| 437 | # CONFIG_IEEE1394 is not set | ||
| 438 | # CONFIG_I2O is not set | ||
| 386 | # CONFIG_MACINTOSH_DRIVERS is not set | 439 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 387 | CONFIG_NETDEVICES=y | 440 | CONFIG_NETDEVICES=y |
| 388 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 389 | # CONFIG_DUMMY is not set | 441 | # CONFIG_DUMMY is not set |
| 390 | # CONFIG_BONDING is not set | 442 | # CONFIG_BONDING is not set |
| 391 | # CONFIG_MACVLAN is not set | 443 | # CONFIG_MACVLAN is not set |
| 392 | # CONFIG_EQUALIZER is not set | 444 | # CONFIG_EQUALIZER is not set |
| 393 | # CONFIG_TUN is not set | 445 | # CONFIG_TUN is not set |
| 394 | # CONFIG_VETH is not set | 446 | # CONFIG_VETH is not set |
| 447 | # CONFIG_ARCNET is not set | ||
| 395 | CONFIG_PHYLIB=y | 448 | CONFIG_PHYLIB=y |
| 396 | 449 | ||
| 397 | # | 450 | # |
| @@ -411,16 +464,44 @@ CONFIG_BROADCOM_PHY=y | |||
| 411 | # CONFIG_MDIO_BITBANG is not set | 464 | # CONFIG_MDIO_BITBANG is not set |
| 412 | CONFIG_NET_ETHERNET=y | 465 | CONFIG_NET_ETHERNET=y |
| 413 | CONFIG_MII=y | 466 | CONFIG_MII=y |
| 467 | # CONFIG_MACE is not set | ||
| 468 | # CONFIG_BMAC is not set | ||
| 469 | # CONFIG_HAPPYMEAL is not set | ||
| 470 | # CONFIG_SUNGEM is not set | ||
| 471 | # CONFIG_CASSINI is not set | ||
| 472 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 473 | # CONFIG_NET_TULIP is not set | ||
| 474 | # CONFIG_HP100 is not set | ||
| 414 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 475 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 415 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 476 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 416 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 477 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 417 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 478 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 479 | # CONFIG_NET_PCI is not set | ||
| 418 | # CONFIG_B44 is not set | 480 | # CONFIG_B44 is not set |
| 419 | CONFIG_NETDEV_1000=y | 481 | CONFIG_NETDEV_1000=y |
| 420 | # CONFIG_E1000E_ENABLED is not set | 482 | # CONFIG_ACENIC is not set |
| 483 | # CONFIG_DL2K is not set | ||
| 484 | # CONFIG_E1000 is not set | ||
| 485 | # CONFIG_E1000E is not set | ||
| 486 | # CONFIG_IP1000 is not set | ||
| 487 | # CONFIG_IGB is not set | ||
| 488 | # CONFIG_NS83820 is not set | ||
| 489 | # CONFIG_HAMACHI is not set | ||
| 490 | # CONFIG_YELLOWFIN is not set | ||
| 491 | # CONFIG_R8169 is not set | ||
| 492 | # CONFIG_SIS190 is not set | ||
| 493 | # CONFIG_SKGE is not set | ||
| 494 | # CONFIG_SKY2 is not set | ||
| 495 | # CONFIG_VIA_VELOCITY is not set | ||
| 496 | # CONFIG_TIGON3 is not set | ||
| 497 | # CONFIG_BNX2 is not set | ||
| 421 | CONFIG_GIANFAR=y | 498 | CONFIG_GIANFAR=y |
| 422 | # CONFIG_GFAR_NAPI is not set | 499 | # CONFIG_MV643XX_ETH is not set |
| 500 | # CONFIG_QLA3XXX is not set | ||
| 501 | # CONFIG_ATL1 is not set | ||
| 502 | # CONFIG_ATL1E is not set | ||
| 423 | # CONFIG_NETDEV_10000 is not set | 503 | # CONFIG_NETDEV_10000 is not set |
| 504 | # CONFIG_TR is not set | ||
| 424 | 505 | ||
| 425 | # | 506 | # |
| 426 | # Wireless LAN | 507 | # Wireless LAN |
| @@ -429,6 +510,8 @@ CONFIG_GIANFAR=y | |||
| 429 | # CONFIG_WLAN_80211 is not set | 510 | # CONFIG_WLAN_80211 is not set |
| 430 | # CONFIG_IWLWIFI_LEDS is not set | 511 | # CONFIG_IWLWIFI_LEDS is not set |
| 431 | # CONFIG_WAN is not set | 512 | # CONFIG_WAN is not set |
| 513 | # CONFIG_FDDI is not set | ||
| 514 | # CONFIG_HIPPI is not set | ||
| 432 | # CONFIG_PPP is not set | 515 | # CONFIG_PPP is not set |
| 433 | # CONFIG_SLIP is not set | 516 | # CONFIG_SLIP is not set |
| 434 | # CONFIG_NETCONSOLE is not set | 517 | # CONFIG_NETCONSOLE is not set |
| @@ -474,12 +557,14 @@ CONFIG_INPUT=y | |||
| 474 | # CONFIG_VT is not set | 557 | # CONFIG_VT is not set |
| 475 | CONFIG_DEVKMEM=y | 558 | CONFIG_DEVKMEM=y |
| 476 | # CONFIG_SERIAL_NONSTANDARD is not set | 559 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 560 | # CONFIG_NOZOMI is not set | ||
| 477 | 561 | ||
| 478 | # | 562 | # |
| 479 | # Serial drivers | 563 | # Serial drivers |
| 480 | # | 564 | # |
| 481 | CONFIG_SERIAL_8250=y | 565 | CONFIG_SERIAL_8250=y |
| 482 | CONFIG_SERIAL_8250_CONSOLE=y | 566 | CONFIG_SERIAL_8250_CONSOLE=y |
| 567 | CONFIG_SERIAL_8250_PCI=y | ||
| 483 | CONFIG_SERIAL_8250_NR_UARTS=4 | 568 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 484 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 569 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
| 485 | # CONFIG_SERIAL_8250_EXTENDED is not set | 570 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| @@ -490,40 +575,90 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 490 | # CONFIG_SERIAL_UARTLITE is not set | 575 | # CONFIG_SERIAL_UARTLITE is not set |
| 491 | CONFIG_SERIAL_CORE=y | 576 | CONFIG_SERIAL_CORE=y |
| 492 | CONFIG_SERIAL_CORE_CONSOLE=y | 577 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 578 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 579 | # CONFIG_SERIAL_JSM is not set | ||
| 493 | # CONFIG_SERIAL_OF_PLATFORM is not set | 580 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 494 | CONFIG_UNIX98_PTYS=y | 581 | CONFIG_UNIX98_PTYS=y |
| 495 | CONFIG_LEGACY_PTYS=y | 582 | CONFIG_LEGACY_PTYS=y |
| 496 | CONFIG_LEGACY_PTY_COUNT=256 | 583 | CONFIG_LEGACY_PTY_COUNT=256 |
| 584 | # CONFIG_BRIQ_PANEL is not set | ||
| 585 | # CONFIG_HVC_RTAS is not set | ||
| 497 | # CONFIG_IPMI_HANDLER is not set | 586 | # CONFIG_IPMI_HANDLER is not set |
| 498 | # CONFIG_HW_RANDOM is not set | 587 | # CONFIG_HW_RANDOM is not set |
| 499 | # CONFIG_NVRAM is not set | 588 | # CONFIG_NVRAM is not set |
| 500 | CONFIG_GEN_RTC=y | 589 | CONFIG_GEN_RTC=y |
| 501 | # CONFIG_GEN_RTC_X is not set | 590 | # CONFIG_GEN_RTC_X is not set |
| 502 | # CONFIG_R3964 is not set | 591 | # CONFIG_R3964 is not set |
| 592 | # CONFIG_APPLICOM is not set | ||
| 503 | # CONFIG_RAW_DRIVER is not set | 593 | # CONFIG_RAW_DRIVER is not set |
| 504 | # CONFIG_TCG_TPM is not set | 594 | # CONFIG_TCG_TPM is not set |
| 595 | CONFIG_DEVPORT=y | ||
| 505 | CONFIG_I2C=y | 596 | CONFIG_I2C=y |
| 506 | CONFIG_I2C_BOARDINFO=y | 597 | CONFIG_I2C_BOARDINFO=y |
| 507 | CONFIG_I2C_CHARDEV=y | 598 | CONFIG_I2C_CHARDEV=y |
| 599 | CONFIG_I2C_HELPER_AUTO=y | ||
| 508 | 600 | ||
| 509 | # | 601 | # |
| 510 | # I2C Hardware Bus support | 602 | # I2C Hardware Bus support |
| 511 | # | 603 | # |
| 604 | |||
| 605 | # | ||
| 606 | # PC SMBus host controller drivers | ||
| 607 | # | ||
| 608 | # CONFIG_I2C_ALI1535 is not set | ||
| 609 | # CONFIG_I2C_ALI1563 is not set | ||
| 610 | # CONFIG_I2C_ALI15X3 is not set | ||
| 611 | # CONFIG_I2C_AMD756 is not set | ||
| 612 | # CONFIG_I2C_AMD8111 is not set | ||
| 613 | # CONFIG_I2C_I801 is not set | ||
| 614 | # CONFIG_I2C_ISCH is not set | ||
| 615 | # CONFIG_I2C_PIIX4 is not set | ||
| 616 | # CONFIG_I2C_NFORCE2 is not set | ||
| 617 | # CONFIG_I2C_SIS5595 is not set | ||
| 618 | # CONFIG_I2C_SIS630 is not set | ||
| 619 | # CONFIG_I2C_SIS96X is not set | ||
| 620 | # CONFIG_I2C_VIA is not set | ||
| 621 | # CONFIG_I2C_VIAPRO is not set | ||
| 622 | |||
| 623 | # | ||
| 624 | # Mac SMBus host controller drivers | ||
| 625 | # | ||
| 626 | # CONFIG_I2C_HYDRA is not set | ||
| 627 | CONFIG_I2C_POWERMAC=y | ||
| 628 | |||
| 629 | # | ||
| 630 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 631 | # | ||
| 512 | CONFIG_I2C_MPC=y | 632 | CONFIG_I2C_MPC=y |
| 513 | # CONFIG_I2C_OCORES is not set | 633 | # CONFIG_I2C_OCORES is not set |
| 514 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 515 | # CONFIG_I2C_SIMTEC is not set | 634 | # CONFIG_I2C_SIMTEC is not set |
| 635 | |||
| 636 | # | ||
| 637 | # External I2C/SMBus adapter drivers | ||
| 638 | # | ||
| 639 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 516 | # CONFIG_I2C_TAOS_EVM is not set | 640 | # CONFIG_I2C_TAOS_EVM is not set |
| 517 | # CONFIG_I2C_STUB is not set | 641 | |
| 642 | # | ||
| 643 | # Graphics adapter I2C/DDC channel drivers | ||
| 644 | # | ||
| 645 | # CONFIG_I2C_VOODOO3 is not set | ||
| 646 | |||
| 647 | # | ||
| 648 | # Other I2C/SMBus bus drivers | ||
| 649 | # | ||
| 518 | # CONFIG_I2C_PCA_PLATFORM is not set | 650 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 651 | # CONFIG_I2C_STUB is not set | ||
| 519 | 652 | ||
| 520 | # | 653 | # |
| 521 | # Miscellaneous I2C Chip support | 654 | # Miscellaneous I2C Chip support |
| 522 | # | 655 | # |
| 523 | # CONFIG_DS1682 is not set | 656 | # CONFIG_DS1682 is not set |
| 657 | # CONFIG_AT24 is not set | ||
| 524 | # CONFIG_SENSORS_EEPROM is not set | 658 | # CONFIG_SENSORS_EEPROM is not set |
| 525 | # CONFIG_SENSORS_PCF8574 is not set | 659 | # CONFIG_SENSORS_PCF8574 is not set |
| 526 | # CONFIG_PCF8575 is not set | 660 | # CONFIG_PCF8575 is not set |
| 661 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 527 | # CONFIG_SENSORS_PCF8591 is not set | 662 | # CONFIG_SENSORS_PCF8591 is not set |
| 528 | # CONFIG_SENSORS_MAX6875 is not set | 663 | # CONFIG_SENSORS_MAX6875 is not set |
| 529 | # CONFIG_SENSORS_TSL2550 is not set | 664 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -532,10 +667,13 @@ CONFIG_I2C_MPC=y | |||
| 532 | # CONFIG_I2C_DEBUG_BUS is not set | 667 | # CONFIG_I2C_DEBUG_BUS is not set |
| 533 | # CONFIG_I2C_DEBUG_CHIP is not set | 668 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 534 | # CONFIG_SPI is not set | 669 | # CONFIG_SPI is not set |
| 670 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 671 | # CONFIG_GPIOLIB is not set | ||
| 535 | # CONFIG_W1 is not set | 672 | # CONFIG_W1 is not set |
| 536 | # CONFIG_POWER_SUPPLY is not set | 673 | # CONFIG_POWER_SUPPLY is not set |
| 537 | CONFIG_HWMON=y | 674 | CONFIG_HWMON=y |
| 538 | # CONFIG_HWMON_VID is not set | 675 | # CONFIG_HWMON_VID is not set |
| 676 | # CONFIG_SENSORS_AD7414 is not set | ||
| 539 | # CONFIG_SENSORS_AD7418 is not set | 677 | # CONFIG_SENSORS_AD7418 is not set |
| 540 | # CONFIG_SENSORS_ADM1021 is not set | 678 | # CONFIG_SENSORS_ADM1021 is not set |
| 541 | # CONFIG_SENSORS_ADM1025 is not set | 679 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -545,8 +683,10 @@ CONFIG_HWMON=y | |||
| 545 | # CONFIG_SENSORS_ADM9240 is not set | 683 | # CONFIG_SENSORS_ADM9240 is not set |
| 546 | # CONFIG_SENSORS_ADT7470 is not set | 684 | # CONFIG_SENSORS_ADT7470 is not set |
| 547 | # CONFIG_SENSORS_ADT7473 is not set | 685 | # CONFIG_SENSORS_ADT7473 is not set |
| 686 | # CONFIG_SENSORS_AMS is not set | ||
| 548 | # CONFIG_SENSORS_ATXP1 is not set | 687 | # CONFIG_SENSORS_ATXP1 is not set |
| 549 | # CONFIG_SENSORS_DS1621 is not set | 688 | # CONFIG_SENSORS_DS1621 is not set |
| 689 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 550 | # CONFIG_SENSORS_F71805F is not set | 690 | # CONFIG_SENSORS_F71805F is not set |
| 551 | # CONFIG_SENSORS_F71882FG is not set | 691 | # CONFIG_SENSORS_F71882FG is not set |
| 552 | # CONFIG_SENSORS_F75375S is not set | 692 | # CONFIG_SENSORS_F75375S is not set |
| @@ -568,13 +708,16 @@ CONFIG_HWMON=y | |||
| 568 | # CONFIG_SENSORS_MAX6650 is not set | 708 | # CONFIG_SENSORS_MAX6650 is not set |
| 569 | # CONFIG_SENSORS_PC87360 is not set | 709 | # CONFIG_SENSORS_PC87360 is not set |
| 570 | # CONFIG_SENSORS_PC87427 is not set | 710 | # CONFIG_SENSORS_PC87427 is not set |
| 711 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 571 | # CONFIG_SENSORS_DME1737 is not set | 712 | # CONFIG_SENSORS_DME1737 is not set |
| 572 | # CONFIG_SENSORS_SMSC47M1 is not set | 713 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 573 | # CONFIG_SENSORS_SMSC47M192 is not set | 714 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 574 | # CONFIG_SENSORS_SMSC47B397 is not set | 715 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 575 | # CONFIG_SENSORS_ADS7828 is not set | 716 | # CONFIG_SENSORS_ADS7828 is not set |
| 576 | # CONFIG_SENSORS_THMC50 is not set | 717 | # CONFIG_SENSORS_THMC50 is not set |
| 718 | # CONFIG_SENSORS_VIA686A is not set | ||
| 577 | # CONFIG_SENSORS_VT1211 is not set | 719 | # CONFIG_SENSORS_VT1211 is not set |
| 720 | # CONFIG_SENSORS_VT8231 is not set | ||
| 578 | # CONFIG_SENSORS_W83781D is not set | 721 | # CONFIG_SENSORS_W83781D is not set |
| 579 | # CONFIG_SENSORS_W83791D is not set | 722 | # CONFIG_SENSORS_W83791D is not set |
| 580 | # CONFIG_SENSORS_W83792D is not set | 723 | # CONFIG_SENSORS_W83792D is not set |
| @@ -585,6 +728,7 @@ CONFIG_HWMON=y | |||
| 585 | # CONFIG_SENSORS_W83627EHF is not set | 728 | # CONFIG_SENSORS_W83627EHF is not set |
| 586 | # CONFIG_HWMON_DEBUG_CHIP is not set | 729 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 587 | # CONFIG_THERMAL is not set | 730 | # CONFIG_THERMAL is not set |
| 731 | # CONFIG_THERMAL_HWMON is not set | ||
| 588 | CONFIG_WATCHDOG=y | 732 | CONFIG_WATCHDOG=y |
| 589 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 733 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 590 | 734 | ||
| @@ -592,7 +736,15 @@ CONFIG_WATCHDOG=y | |||
| 592 | # Watchdog Device Drivers | 736 | # Watchdog Device Drivers |
| 593 | # | 737 | # |
| 594 | # CONFIG_SOFT_WATCHDOG is not set | 738 | # CONFIG_SOFT_WATCHDOG is not set |
| 595 | CONFIG_83xx_WDT=y | 739 | # CONFIG_ALIM7101_WDT is not set |
| 740 | # CONFIG_8xxx_WDT is not set | ||
| 741 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 742 | |||
| 743 | # | ||
| 744 | # PCI-based Watchdog Cards | ||
| 745 | # | ||
| 746 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 747 | # CONFIG_WDTPCI is not set | ||
| 596 | 748 | ||
| 597 | # | 749 | # |
| 598 | # Sonics Silicon Backplane | 750 | # Sonics Silicon Backplane |
| @@ -603,8 +755,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 603 | # | 755 | # |
| 604 | # Multifunction device drivers | 756 | # Multifunction device drivers |
| 605 | # | 757 | # |
| 758 | # CONFIG_MFD_CORE is not set | ||
| 606 | # CONFIG_MFD_SM501 is not set | 759 | # CONFIG_MFD_SM501 is not set |
| 607 | # CONFIG_HTC_PASIC3 is not set | 760 | # CONFIG_HTC_PASIC3 is not set |
| 761 | # CONFIG_MFD_TMIO is not set | ||
| 608 | 762 | ||
| 609 | # | 763 | # |
| 610 | # Multimedia devices | 764 | # Multimedia devices |
| @@ -625,6 +779,8 @@ CONFIG_SSB_POSSIBLE=y | |||
| 625 | # | 779 | # |
| 626 | # Graphics support | 780 | # Graphics support |
| 627 | # | 781 | # |
| 782 | # CONFIG_AGP is not set | ||
| 783 | # CONFIG_DRM is not set | ||
| 628 | # CONFIG_VGASTATE is not set | 784 | # CONFIG_VGASTATE is not set |
| 629 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 785 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
| 630 | # CONFIG_FB is not set | 786 | # CONFIG_FB is not set |
| @@ -634,10 +790,6 @@ CONFIG_SSB_POSSIBLE=y | |||
| 634 | # Display device support | 790 | # Display device support |
| 635 | # | 791 | # |
| 636 | # CONFIG_DISPLAY_SUPPORT is not set | 792 | # CONFIG_DISPLAY_SUPPORT is not set |
| 637 | |||
| 638 | # | ||
| 639 | # Sound | ||
| 640 | # | ||
| 641 | # CONFIG_SOUND is not set | 793 | # CONFIG_SOUND is not set |
| 642 | CONFIG_HID_SUPPORT=y | 794 | CONFIG_HID_SUPPORT=y |
| 643 | CONFIG_HID=y | 795 | CONFIG_HID=y |
| @@ -648,6 +800,7 @@ CONFIG_HID=y | |||
| 648 | # CONFIG_MEMSTICK is not set | 800 | # CONFIG_MEMSTICK is not set |
| 649 | # CONFIG_NEW_LEDS is not set | 801 | # CONFIG_NEW_LEDS is not set |
| 650 | # CONFIG_ACCESSIBILITY is not set | 802 | # CONFIG_ACCESSIBILITY is not set |
| 803 | # CONFIG_INFINIBAND is not set | ||
| 651 | # CONFIG_EDAC is not set | 804 | # CONFIG_EDAC is not set |
| 652 | # CONFIG_RTC_CLASS is not set | 805 | # CONFIG_RTC_CLASS is not set |
| 653 | # CONFIG_DMADEVICES is not set | 806 | # CONFIG_DMADEVICES is not set |
| @@ -710,6 +863,7 @@ CONFIG_TMPFS=y | |||
| 710 | # CONFIG_CRAMFS is not set | 863 | # CONFIG_CRAMFS is not set |
| 711 | # CONFIG_VXFS_FS is not set | 864 | # CONFIG_VXFS_FS is not set |
| 712 | # CONFIG_MINIX_FS is not set | 865 | # CONFIG_MINIX_FS is not set |
| 866 | # CONFIG_OMFS_FS is not set | ||
| 713 | # CONFIG_HPFS_FS is not set | 867 | # CONFIG_HPFS_FS is not set |
| 714 | # CONFIG_QNX4FS_FS is not set | 868 | # CONFIG_QNX4FS_FS is not set |
| 715 | # CONFIG_ROMFS_FS is not set | 869 | # CONFIG_ROMFS_FS is not set |
| @@ -720,14 +874,13 @@ CONFIG_NFS_FS=y | |||
| 720 | CONFIG_NFS_V3=y | 874 | CONFIG_NFS_V3=y |
| 721 | # CONFIG_NFS_V3_ACL is not set | 875 | # CONFIG_NFS_V3_ACL is not set |
| 722 | CONFIG_NFS_V4=y | 876 | CONFIG_NFS_V4=y |
| 723 | # CONFIG_NFSD is not set | ||
| 724 | CONFIG_ROOT_NFS=y | 877 | CONFIG_ROOT_NFS=y |
| 878 | # CONFIG_NFSD is not set | ||
| 725 | CONFIG_LOCKD=y | 879 | CONFIG_LOCKD=y |
| 726 | CONFIG_LOCKD_V4=y | 880 | CONFIG_LOCKD_V4=y |
| 727 | CONFIG_NFS_COMMON=y | 881 | CONFIG_NFS_COMMON=y |
| 728 | CONFIG_SUNRPC=y | 882 | CONFIG_SUNRPC=y |
| 729 | CONFIG_SUNRPC_GSS=y | 883 | CONFIG_SUNRPC_GSS=y |
| 730 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 731 | CONFIG_RPCSEC_GSS_KRB5=y | 884 | CONFIG_RPCSEC_GSS_KRB5=y |
| 732 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 885 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 733 | # CONFIG_SMB_FS is not set | 886 | # CONFIG_SMB_FS is not set |
| @@ -740,6 +893,7 @@ CONFIG_RPCSEC_GSS_KRB5=y | |||
| 740 | # Partition Types | 893 | # Partition Types |
| 741 | # | 894 | # |
| 742 | # CONFIG_PARTITION_ADVANCED is not set | 895 | # CONFIG_PARTITION_ADVANCED is not set |
| 896 | CONFIG_MAC_PARTITION=y | ||
| 743 | CONFIG_MSDOS_PARTITION=y | 897 | CONFIG_MSDOS_PARTITION=y |
| 744 | # CONFIG_NLS is not set | 898 | # CONFIG_NLS is not set |
| 745 | # CONFIG_DLM is not set | 899 | # CONFIG_DLM is not set |
| @@ -751,6 +905,7 @@ CONFIG_BITREVERSE=y | |||
| 751 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 905 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 752 | # CONFIG_CRC_CCITT is not set | 906 | # CONFIG_CRC_CCITT is not set |
| 753 | # CONFIG_CRC16 is not set | 907 | # CONFIG_CRC16 is not set |
| 908 | # CONFIG_CRC_T10DIF is not set | ||
| 754 | # CONFIG_CRC_ITU_T is not set | 909 | # CONFIG_CRC_ITU_T is not set |
| 755 | CONFIG_CRC32=y | 910 | CONFIG_CRC32=y |
| 756 | # CONFIG_CRC7 is not set | 911 | # CONFIG_CRC7 is not set |
| @@ -774,8 +929,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 774 | # CONFIG_HEADERS_CHECK is not set | 929 | # CONFIG_HEADERS_CHECK is not set |
| 775 | # CONFIG_DEBUG_KERNEL is not set | 930 | # CONFIG_DEBUG_KERNEL is not set |
| 776 | # CONFIG_DEBUG_BUGVERBOSE is not set | 931 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 932 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 933 | # CONFIG_LATENCYTOP is not set | ||
| 934 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 935 | CONFIG_HAVE_FTRACE=y | ||
| 936 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 937 | # CONFIG_FTRACE is not set | ||
| 938 | # CONFIG_SCHED_TRACER is not set | ||
| 939 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 777 | # CONFIG_SAMPLES is not set | 940 | # CONFIG_SAMPLES is not set |
| 941 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 778 | # CONFIG_IRQSTACKS is not set | 942 | # CONFIG_IRQSTACKS is not set |
| 943 | # CONFIG_BOOTX_TEXT is not set | ||
| 779 | # CONFIG_PPC_EARLY_DEBUG is not set | 944 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 780 | 945 | ||
| 781 | # | 946 | # |
| @@ -829,6 +994,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 829 | # CONFIG_CRYPTO_MD4 is not set | 994 | # CONFIG_CRYPTO_MD4 is not set |
| 830 | CONFIG_CRYPTO_MD5=y | 995 | CONFIG_CRYPTO_MD5=y |
| 831 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 996 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 997 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 998 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 999 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1000 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 832 | # CONFIG_CRYPTO_SHA1 is not set | 1001 | # CONFIG_CRYPTO_SHA1 is not set |
| 833 | # CONFIG_CRYPTO_SHA256 is not set | 1002 | # CONFIG_CRYPTO_SHA256 is not set |
| 834 | # CONFIG_CRYPTO_SHA512 is not set | 1003 | # CONFIG_CRYPTO_SHA512 is not set |
diff --git a/arch/powerpc/configs/85xx/ksi8560_defconfig b/arch/powerpc/configs/85xx/ksi8560_defconfig index b82bb042308a..8bb89f26a20d 100644 --- a/arch/powerpc/configs/85xx/ksi8560_defconfig +++ b/arch/powerpc/configs/85xx/ksi8560_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:30 2008 | 4 | # Thu Aug 21 00:52:28 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -85,7 +88,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 85 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 86 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 87 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 88 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 89 | CONFIG_KALLSYMS=y | 91 | CONFIG_KALLSYMS=y |
| 90 | # CONFIG_KALLSYMS_ALL is not set | 92 | # CONFIG_KALLSYMS_ALL is not set |
| 91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -110,10 +112,16 @@ CONFIG_SLUB=y | |||
| 110 | # CONFIG_PROFILING is not set | 112 | # CONFIG_PROFILING is not set |
| 111 | # CONFIG_MARKERS is not set | 113 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 114 | CONFIG_HAVE_OPROFILE=y |
| 115 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 116 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 113 | CONFIG_HAVE_KPROBES=y | 117 | CONFIG_HAVE_KPROBES=y |
| 114 | CONFIG_HAVE_KRETPROBES=y | 118 | CONFIG_HAVE_KRETPROBES=y |
| 119 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 115 | # CONFIG_HAVE_DMA_ATTRS is not set | 120 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 121 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 122 | CONFIG_HAVE_CLK=y | ||
| 116 | CONFIG_PROC_PAGE_MONITOR=y | 123 | CONFIG_PROC_PAGE_MONITOR=y |
| 124 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 117 | CONFIG_SLABINFO=y | 125 | CONFIG_SLABINFO=y |
| 118 | CONFIG_RT_MUTEXES=y | 126 | CONFIG_RT_MUTEXES=y |
| 119 | # CONFIG_TINY_SHMEM is not set | 127 | # CONFIG_TINY_SHMEM is not set |
| @@ -124,6 +132,7 @@ CONFIG_BLOCK=y | |||
| 124 | # CONFIG_BLK_DEV_IO_TRACE is not set | 132 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 125 | # CONFIG_LSF is not set | 133 | # CONFIG_LSF is not set |
| 126 | # CONFIG_BLK_DEV_BSG is not set | 134 | # CONFIG_BLK_DEV_BSG is not set |
| 135 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 127 | 136 | ||
| 128 | # | 137 | # |
| 129 | # IO Schedulers | 138 | # IO Schedulers |
| @@ -142,8 +151,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 142 | # | 151 | # |
| 143 | # Platform support | 152 | # Platform support |
| 144 | # | 153 | # |
| 145 | # CONFIG_PPC_MPC512x is not set | ||
| 146 | # CONFIG_PPC_MPC5121 is not set | ||
| 147 | # CONFIG_PPC_CELL is not set | 154 | # CONFIG_PPC_CELL is not set |
| 148 | # CONFIG_PPC_CELL_NATIVE is not set | 155 | # CONFIG_PPC_CELL_NATIVE is not set |
| 149 | # CONFIG_PQ2ADS is not set | 156 | # CONFIG_PQ2ADS is not set |
| @@ -152,11 +159,13 @@ CONFIG_MPC85xx=y | |||
| 152 | # CONFIG_MPC8560_ADS is not set | 159 | # CONFIG_MPC8560_ADS is not set |
| 153 | # CONFIG_MPC85xx_CDS is not set | 160 | # CONFIG_MPC85xx_CDS is not set |
| 154 | # CONFIG_MPC85xx_MDS is not set | 161 | # CONFIG_MPC85xx_MDS is not set |
| 162 | # CONFIG_MPC8536_DS is not set | ||
| 155 | # CONFIG_MPC85xx_DS is not set | 163 | # CONFIG_MPC85xx_DS is not set |
| 156 | CONFIG_KSI8560=y | 164 | CONFIG_KSI8560=y |
| 157 | # CONFIG_STX_GP3 is not set | 165 | # CONFIG_STX_GP3 is not set |
| 158 | # CONFIG_TQM8540 is not set | 166 | # CONFIG_TQM8540 is not set |
| 159 | # CONFIG_TQM8541 is not set | 167 | # CONFIG_TQM8541 is not set |
| 168 | # CONFIG_TQM8548 is not set | ||
| 160 | # CONFIG_TQM8555 is not set | 169 | # CONFIG_TQM8555 is not set |
| 161 | # CONFIG_TQM8560 is not set | 170 | # CONFIG_TQM8560 is not set |
| 162 | # CONFIG_SBC8548 is not set | 171 | # CONFIG_SBC8548 is not set |
| @@ -173,7 +182,6 @@ CONFIG_MPIC=y | |||
| 173 | # CONFIG_GENERIC_IOMAP is not set | 182 | # CONFIG_GENERIC_IOMAP is not set |
| 174 | # CONFIG_CPU_FREQ is not set | 183 | # CONFIG_CPU_FREQ is not set |
| 175 | CONFIG_CPM2=y | 184 | CONFIG_CPM2=y |
| 176 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 177 | # CONFIG_FSL_ULI1575 is not set | 185 | # CONFIG_FSL_ULI1575 is not set |
| 178 | CONFIG_CPM=y | 186 | CONFIG_CPM=y |
| 179 | 187 | ||
| @@ -213,6 +221,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 214 | CONFIG_PAGEFLAGS_EXTENDED=y | 222 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 215 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 216 | # CONFIG_RESOURCES_64BIT is not set | 225 | # CONFIG_RESOURCES_64BIT is not set |
| 217 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 218 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| @@ -220,6 +229,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 220 | CONFIG_FORCE_MAX_ZONEORDER=11 | 229 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 221 | # CONFIG_PROC_DEVICETREE is not set | 230 | # CONFIG_PROC_DEVICETREE is not set |
| 222 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 223 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 224 | # CONFIG_SECCOMP is not set | 234 | # CONFIG_SECCOMP is not set |
| 225 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -229,6 +239,7 @@ CONFIG_ISA_DMA_API=y | |||
| 229 | # | 239 | # |
| 230 | CONFIG_ZONE_DMA=y | 240 | CONFIG_ZONE_DMA=y |
| 231 | CONFIG_FSL_SOC=y | 241 | CONFIG_FSL_SOC=y |
| 242 | CONFIG_PPC_PCI_CHOICE=y | ||
| 232 | # CONFIG_PCI is not set | 243 | # CONFIG_PCI is not set |
| 233 | # CONFIG_PCI_DOMAINS is not set | 244 | # CONFIG_PCI_DOMAINS is not set |
| 234 | # CONFIG_PCI_SYSCALL is not set | 245 | # CONFIG_PCI_SYSCALL is not set |
| @@ -250,10 +261,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 250 | CONFIG_PHYSICAL_START=0x00000000 | 261 | CONFIG_PHYSICAL_START=0x00000000 |
| 251 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 262 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 252 | CONFIG_TASK_SIZE=0xc0000000 | 263 | CONFIG_TASK_SIZE=0xc0000000 |
| 253 | |||
| 254 | # | ||
| 255 | # Networking | ||
| 256 | # | ||
| 257 | CONFIG_NET=y | 264 | CONFIG_NET=y |
| 258 | 265 | ||
| 259 | # | 266 | # |
| @@ -427,6 +434,7 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 427 | # | 434 | # |
| 428 | # CONFIG_MTD_UBI is not set | 435 | # CONFIG_MTD_UBI is not set |
| 429 | CONFIG_OF_DEVICE=y | 436 | CONFIG_OF_DEVICE=y |
| 437 | CONFIG_OF_GPIO=y | ||
| 430 | # CONFIG_PARPORT is not set | 438 | # CONFIG_PARPORT is not set |
| 431 | CONFIG_BLK_DEV=y | 439 | CONFIG_BLK_DEV=y |
| 432 | # CONFIG_BLK_DEV_FD is not set | 440 | # CONFIG_BLK_DEV_FD is not set |
| @@ -440,12 +448,12 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 440 | # CONFIG_BLK_DEV_XIP is not set | 448 | # CONFIG_BLK_DEV_XIP is not set |
| 441 | # CONFIG_CDROM_PKTCDVD is not set | 449 | # CONFIG_CDROM_PKTCDVD is not set |
| 442 | # CONFIG_ATA_OVER_ETH is not set | 450 | # CONFIG_ATA_OVER_ETH is not set |
| 451 | # CONFIG_BLK_DEV_HD is not set | ||
| 443 | CONFIG_MISC_DEVICES=y | 452 | CONFIG_MISC_DEVICES=y |
| 444 | # CONFIG_EEPROM_93CX6 is not set | 453 | # CONFIG_EEPROM_93CX6 is not set |
| 445 | # CONFIG_ENCLOSURE_SERVICES is not set | 454 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 446 | CONFIG_HAVE_IDE=y | 455 | CONFIG_HAVE_IDE=y |
| 447 | CONFIG_IDE=y | 456 | CONFIG_IDE=y |
| 448 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 449 | CONFIG_BLK_DEV_IDE=y | 457 | CONFIG_BLK_DEV_IDE=y |
| 450 | 458 | ||
| 451 | # | 459 | # |
| @@ -463,11 +471,8 @@ CONFIG_IDE_PROC_FS=y | |||
| 463 | # | 471 | # |
| 464 | # IDE chipset support/bugfixes | 472 | # IDE chipset support/bugfixes |
| 465 | # | 473 | # |
| 466 | CONFIG_IDE_GENERIC=y | ||
| 467 | # CONFIG_BLK_DEV_PLATFORM is not set | 474 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 468 | # CONFIG_BLK_DEV_IDEDMA is not set | 475 | # CONFIG_BLK_DEV_IDEDMA is not set |
| 469 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 470 | # CONFIG_BLK_DEV_HD is not set | ||
| 471 | 476 | ||
| 472 | # | 477 | # |
| 473 | # SCSI device support | 478 | # SCSI device support |
| @@ -480,7 +485,6 @@ CONFIG_IDE_GENERIC=y | |||
| 480 | # CONFIG_MD is not set | 485 | # CONFIG_MD is not set |
| 481 | # CONFIG_MACINTOSH_DRIVERS is not set | 486 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 482 | CONFIG_NETDEVICES=y | 487 | CONFIG_NETDEVICES=y |
| 483 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 484 | # CONFIG_DUMMY is not set | 488 | # CONFIG_DUMMY is not set |
| 485 | # CONFIG_BONDING is not set | 489 | # CONFIG_BONDING is not set |
| 486 | # CONFIG_MACVLAN is not set | 490 | # CONFIG_MACVLAN is not set |
| @@ -504,6 +508,7 @@ CONFIG_MARVELL_PHY=y | |||
| 504 | # CONFIG_REALTEK_PHY is not set | 508 | # CONFIG_REALTEK_PHY is not set |
| 505 | # CONFIG_FIXED_PHY is not set | 509 | # CONFIG_FIXED_PHY is not set |
| 506 | CONFIG_MDIO_BITBANG=y | 510 | CONFIG_MDIO_BITBANG=y |
| 511 | # CONFIG_MDIO_OF_GPIO is not set | ||
| 507 | CONFIG_NET_ETHERNET=y | 512 | CONFIG_NET_ETHERNET=y |
| 508 | CONFIG_MII=y | 513 | CONFIG_MII=y |
| 509 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 514 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| @@ -516,9 +521,7 @@ CONFIG_FS_ENET=y | |||
| 516 | CONFIG_FS_ENET_HAS_FCC=y | 521 | CONFIG_FS_ENET_HAS_FCC=y |
| 517 | CONFIG_FS_ENET_MDIO_FCC=y | 522 | CONFIG_FS_ENET_MDIO_FCC=y |
| 518 | CONFIG_NETDEV_1000=y | 523 | CONFIG_NETDEV_1000=y |
| 519 | # CONFIG_E1000E_ENABLED is not set | ||
| 520 | CONFIG_GIANFAR=y | 524 | CONFIG_GIANFAR=y |
| 521 | CONFIG_GFAR_NAPI=y | ||
| 522 | CONFIG_NETDEV_10000=y | 525 | CONFIG_NETDEV_10000=y |
| 523 | 526 | ||
| 524 | # | 527 | # |
| @@ -606,6 +609,23 @@ CONFIG_GEN_RTC=y | |||
| 606 | # CONFIG_TCG_TPM is not set | 609 | # CONFIG_TCG_TPM is not set |
| 607 | # CONFIG_I2C is not set | 610 | # CONFIG_I2C is not set |
| 608 | # CONFIG_SPI is not set | 611 | # CONFIG_SPI is not set |
| 612 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 613 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 614 | CONFIG_GPIOLIB=y | ||
| 615 | # CONFIG_DEBUG_GPIO is not set | ||
| 616 | # CONFIG_GPIO_SYSFS is not set | ||
| 617 | |||
| 618 | # | ||
| 619 | # I2C GPIO expanders: | ||
| 620 | # | ||
| 621 | |||
| 622 | # | ||
| 623 | # PCI GPIO expanders: | ||
| 624 | # | ||
| 625 | |||
| 626 | # | ||
| 627 | # SPI GPIO expanders: | ||
| 628 | # | ||
| 609 | # CONFIG_W1 is not set | 629 | # CONFIG_W1 is not set |
| 610 | # CONFIG_POWER_SUPPLY is not set | 630 | # CONFIG_POWER_SUPPLY is not set |
| 611 | CONFIG_HWMON=y | 631 | CONFIG_HWMON=y |
| @@ -622,6 +642,7 @@ CONFIG_HWMON=y | |||
| 622 | # CONFIG_SENSORS_W83627EHF is not set | 642 | # CONFIG_SENSORS_W83627EHF is not set |
| 623 | # CONFIG_HWMON_DEBUG_CHIP is not set | 643 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 624 | # CONFIG_THERMAL is not set | 644 | # CONFIG_THERMAL is not set |
| 645 | # CONFIG_THERMAL_HWMON is not set | ||
| 625 | # CONFIG_WATCHDOG is not set | 646 | # CONFIG_WATCHDOG is not set |
| 626 | 647 | ||
| 627 | # | 648 | # |
| @@ -633,8 +654,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 633 | # | 654 | # |
| 634 | # Multifunction device drivers | 655 | # Multifunction device drivers |
| 635 | # | 656 | # |
| 657 | # CONFIG_MFD_CORE is not set | ||
| 636 | # CONFIG_MFD_SM501 is not set | 658 | # CONFIG_MFD_SM501 is not set |
| 637 | # CONFIG_HTC_PASIC3 is not set | 659 | # CONFIG_HTC_PASIC3 is not set |
| 660 | # CONFIG_MFD_TMIO is not set | ||
| 638 | 661 | ||
| 639 | # | 662 | # |
| 640 | # Multimedia devices | 663 | # Multimedia devices |
| @@ -664,10 +687,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 664 | # Display device support | 687 | # Display device support |
| 665 | # | 688 | # |
| 666 | # CONFIG_DISPLAY_SUPPORT is not set | 689 | # CONFIG_DISPLAY_SUPPORT is not set |
| 667 | |||
| 668 | # | ||
| 669 | # Sound | ||
| 670 | # | ||
| 671 | # CONFIG_SOUND is not set | 690 | # CONFIG_SOUND is not set |
| 672 | CONFIG_HID_SUPPORT=y | 691 | CONFIG_HID_SUPPORT=y |
| 673 | CONFIG_HID=y | 692 | CONFIG_HID=y |
| @@ -681,6 +700,10 @@ CONFIG_USB_SUPPORT=y | |||
| 681 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 700 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 682 | 701 | ||
| 683 | # | 702 | # |
| 703 | # Enable Host or Gadget support to see Inventra options | ||
| 704 | # | ||
| 705 | |||
| 706 | # | ||
| 684 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 707 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 685 | # | 708 | # |
| 686 | # CONFIG_USB_GADGET is not set | 709 | # CONFIG_USB_GADGET is not set |
| @@ -759,6 +782,7 @@ CONFIG_TMPFS=y | |||
| 759 | # CONFIG_CRAMFS is not set | 782 | # CONFIG_CRAMFS is not set |
| 760 | # CONFIG_VXFS_FS is not set | 783 | # CONFIG_VXFS_FS is not set |
| 761 | # CONFIG_MINIX_FS is not set | 784 | # CONFIG_MINIX_FS is not set |
| 785 | # CONFIG_OMFS_FS is not set | ||
| 762 | # CONFIG_HPFS_FS is not set | 786 | # CONFIG_HPFS_FS is not set |
| 763 | # CONFIG_QNX4FS_FS is not set | 787 | # CONFIG_QNX4FS_FS is not set |
| 764 | # CONFIG_ROMFS_FS is not set | 788 | # CONFIG_ROMFS_FS is not set |
| @@ -768,12 +792,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 768 | CONFIG_NFS_FS=y | 792 | CONFIG_NFS_FS=y |
| 769 | # CONFIG_NFS_V3 is not set | 793 | # CONFIG_NFS_V3 is not set |
| 770 | # CONFIG_NFS_V4 is not set | 794 | # CONFIG_NFS_V4 is not set |
| 771 | # CONFIG_NFSD is not set | ||
| 772 | CONFIG_ROOT_NFS=y | 795 | CONFIG_ROOT_NFS=y |
| 796 | # CONFIG_NFSD is not set | ||
| 773 | CONFIG_LOCKD=y | 797 | CONFIG_LOCKD=y |
| 774 | CONFIG_NFS_COMMON=y | 798 | CONFIG_NFS_COMMON=y |
| 775 | CONFIG_SUNRPC=y | 799 | CONFIG_SUNRPC=y |
| 776 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 777 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 800 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 778 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 801 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 779 | # CONFIG_SMB_FS is not set | 802 | # CONFIG_SMB_FS is not set |
| @@ -809,6 +832,7 @@ CONFIG_BITREVERSE=y | |||
| 809 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 832 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 810 | # CONFIG_CRC_CCITT is not set | 833 | # CONFIG_CRC_CCITT is not set |
| 811 | # CONFIG_CRC16 is not set | 834 | # CONFIG_CRC16 is not set |
| 835 | # CONFIG_CRC_T10DIF is not set | ||
| 812 | # CONFIG_CRC_ITU_T is not set | 836 | # CONFIG_CRC_ITU_T is not set |
| 813 | CONFIG_CRC32=y | 837 | CONFIG_CRC32=y |
| 814 | # CONFIG_CRC7 is not set | 838 | # CONFIG_CRC7 is not set |
| @@ -833,6 +857,8 @@ CONFIG_DEBUG_FS=y | |||
| 833 | CONFIG_DEBUG_KERNEL=y | 857 | CONFIG_DEBUG_KERNEL=y |
| 834 | # CONFIG_DEBUG_SHIRQ is not set | 858 | # CONFIG_DEBUG_SHIRQ is not set |
| 835 | CONFIG_DETECT_SOFTLOCKUP=y | 859 | CONFIG_DETECT_SOFTLOCKUP=y |
| 860 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 861 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 836 | CONFIG_SCHED_DEBUG=y | 862 | CONFIG_SCHED_DEBUG=y |
| 837 | # CONFIG_SCHEDSTATS is not set | 863 | # CONFIG_SCHEDSTATS is not set |
| 838 | # CONFIG_TIMER_STATS is not set | 864 | # CONFIG_TIMER_STATS is not set |
| @@ -851,17 +877,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 851 | # CONFIG_DEBUG_INFO is not set | 877 | # CONFIG_DEBUG_INFO is not set |
| 852 | # CONFIG_DEBUG_VM is not set | 878 | # CONFIG_DEBUG_VM is not set |
| 853 | # CONFIG_DEBUG_WRITECOUNT is not set | 879 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 880 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 854 | # CONFIG_DEBUG_LIST is not set | 881 | # CONFIG_DEBUG_LIST is not set |
| 855 | # CONFIG_DEBUG_SG is not set | 882 | # CONFIG_DEBUG_SG is not set |
| 856 | # CONFIG_BOOT_PRINTK_DELAY is not set | 883 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 884 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 857 | # CONFIG_BACKTRACE_SELF_TEST is not set | 885 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 858 | # CONFIG_FAULT_INJECTION is not set | 886 | # CONFIG_FAULT_INJECTION is not set |
| 887 | # CONFIG_LATENCYTOP is not set | ||
| 888 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 889 | CONFIG_HAVE_FTRACE=y | ||
| 890 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 891 | # CONFIG_FTRACE is not set | ||
| 892 | # CONFIG_SCHED_TRACER is not set | ||
| 893 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 859 | # CONFIG_SAMPLES is not set | 894 | # CONFIG_SAMPLES is not set |
| 895 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 896 | # CONFIG_KGDB is not set | ||
| 860 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 897 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 861 | # CONFIG_DEBUG_STACK_USAGE is not set | 898 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 862 | # CONFIG_DEBUG_PAGEALLOC is not set | 899 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 863 | # CONFIG_DEBUGGER is not set | 900 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 864 | # CONFIG_KGDB_CONSOLE is not set | 901 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 902 | # CONFIG_XMON is not set | ||
| 865 | # CONFIG_IRQSTACKS is not set | 903 | # CONFIG_IRQSTACKS is not set |
| 866 | # CONFIG_VIRQ_DEBUG is not set | 904 | # CONFIG_VIRQ_DEBUG is not set |
| 867 | # CONFIG_BDI_SWITCH is not set | 905 | # CONFIG_BDI_SWITCH is not set |
| @@ -915,6 +953,10 @@ CONFIG_CRYPTO=y | |||
| 915 | # CONFIG_CRYPTO_MD4 is not set | 953 | # CONFIG_CRYPTO_MD4 is not set |
| 916 | # CONFIG_CRYPTO_MD5 is not set | 954 | # CONFIG_CRYPTO_MD5 is not set |
| 917 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 955 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 956 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 957 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 958 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 959 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 918 | # CONFIG_CRYPTO_SHA1 is not set | 960 | # CONFIG_CRYPTO_SHA1 is not set |
| 919 | # CONFIG_CRYPTO_SHA256 is not set | 961 | # CONFIG_CRYPTO_SHA256 is not set |
| 920 | # CONFIG_CRYPTO_SHA512 is not set | 962 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -946,6 +988,7 @@ CONFIG_CRYPTO=y | |||
| 946 | # CONFIG_CRYPTO_DEFLATE is not set | 988 | # CONFIG_CRYPTO_DEFLATE is not set |
| 947 | # CONFIG_CRYPTO_LZO is not set | 989 | # CONFIG_CRYPTO_LZO is not set |
| 948 | CONFIG_CRYPTO_HW=y | 990 | CONFIG_CRYPTO_HW=y |
| 949 | # CONFIG_PPC_CLOCK is not set | 991 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 992 | CONFIG_PPC_CLOCK=y | ||
| 950 | CONFIG_PPC_LIB_RHEAP=y | 993 | CONFIG_PPC_LIB_RHEAP=y |
| 951 | # CONFIG_VIRTUALIZATION is not set | 994 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc8536_ds_defconfig b/arch/powerpc/configs/85xx/mpc8536_ds_defconfig index f1e2931de5da..6b516bea6e75 100644 --- a/arch/powerpc/configs/mpc8536_ds_defconfig +++ b/arch/powerpc/configs/85xx/mpc8536_ds_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-rc4 |
| 4 | # Wed Jul 2 01:34:26 2008 | 4 | # Thu Aug 21 07:18:18 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -34,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 35 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 39 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -93,7 +94,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 93 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
| 94 | CONFIG_EMBEDDED=y | 95 | CONFIG_EMBEDDED=y |
| 95 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |
| 96 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 97 | CONFIG_KALLSYMS=y | 97 | CONFIG_KALLSYMS=y |
| 98 | CONFIG_KALLSYMS_ALL=y | 98 | CONFIG_KALLSYMS_ALL=y |
| 99 | CONFIG_KALLSYMS_EXTRA_PASS=y | 99 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -119,10 +119,16 @@ CONFIG_SLUB=y | |||
| 119 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 120 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 121 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 122 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 124 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 125 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 126 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 127 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 128 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -139,6 +145,7 @@ CONFIG_LBD=y | |||
| 139 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 140 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 141 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 142 | 149 | ||
| 143 | # | 150 | # |
| 144 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -157,8 +164,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 157 | # | 164 | # |
| 158 | # Platform support | 165 | # Platform support |
| 159 | # | 166 | # |
| 160 | # CONFIG_PPC_MPC512x is not set | ||
| 161 | # CONFIG_PPC_MPC5121 is not set | ||
| 162 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 163 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 164 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| @@ -205,7 +210,7 @@ CONFIG_HZ_250=y | |||
| 205 | # CONFIG_HZ_300 is not set | 210 | # CONFIG_HZ_300 is not set |
| 206 | # CONFIG_HZ_1000 is not set | 211 | # CONFIG_HZ_1000 is not set |
| 207 | CONFIG_HZ=250 | 212 | CONFIG_HZ=250 |
| 208 | # CONFIG_SCHED_HRTICK is not set | 213 | CONFIG_SCHED_HRTICK=y |
| 209 | CONFIG_PREEMPT_NONE=y | 214 | CONFIG_PREEMPT_NONE=y |
| 210 | # CONFIG_PREEMPT_VOLUNTARY is not set | 215 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 211 | # CONFIG_PREEMPT is not set | 216 | # CONFIG_PREEMPT is not set |
| @@ -228,6 +233,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 233 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 229 | CONFIG_PAGEFLAGS_EXTENDED=y | 234 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 235 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 236 | CONFIG_MIGRATION=y | ||
| 231 | # CONFIG_RESOURCES_64BIT is not set | 237 | # CONFIG_RESOURCES_64BIT is not set |
| 232 | CONFIG_ZONE_DMA_FLAG=1 | 238 | CONFIG_ZONE_DMA_FLAG=1 |
| 233 | CONFIG_BOUNCE=y | 239 | CONFIG_BOUNCE=y |
| @@ -235,6 +241,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 235 | CONFIG_FORCE_MAX_ZONEORDER=11 | 241 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 236 | CONFIG_PROC_DEVICETREE=y | 242 | CONFIG_PROC_DEVICETREE=y |
| 237 | # CONFIG_CMDLINE_BOOL is not set | 243 | # CONFIG_CMDLINE_BOOL is not set |
| 244 | CONFIG_EXTRA_TARGETS="" | ||
| 238 | # CONFIG_PM is not set | 245 | # CONFIG_PM is not set |
| 239 | CONFIG_SECCOMP=y | 246 | CONFIG_SECCOMP=y |
| 240 | CONFIG_ISA_DMA_API=y | 247 | CONFIG_ISA_DMA_API=y |
| @@ -246,6 +253,7 @@ CONFIG_ZONE_DMA=y | |||
| 246 | CONFIG_PPC_INDIRECT_PCI=y | 253 | CONFIG_PPC_INDIRECT_PCI=y |
| 247 | CONFIG_FSL_SOC=y | 254 | CONFIG_FSL_SOC=y |
| 248 | CONFIG_FSL_PCI=y | 255 | CONFIG_FSL_PCI=y |
| 256 | CONFIG_PPC_PCI_CHOICE=y | ||
| 249 | CONFIG_PCI=y | 257 | CONFIG_PCI=y |
| 250 | CONFIG_PCI_DOMAINS=y | 258 | CONFIG_PCI_DOMAINS=y |
| 251 | CONFIG_PCI_SYSCALL=y | 259 | CONFIG_PCI_SYSCALL=y |
| @@ -272,10 +280,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 272 | CONFIG_PHYSICAL_START=0x00000000 | 280 | CONFIG_PHYSICAL_START=0x00000000 |
| 273 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 281 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 274 | CONFIG_TASK_SIZE=0xc0000000 | 282 | CONFIG_TASK_SIZE=0xc0000000 |
| 275 | |||
| 276 | # | ||
| 277 | # Networking | ||
| 278 | # | ||
| 279 | CONFIG_NET=y | 283 | CONFIG_NET=y |
| 280 | 284 | ||
| 281 | # | 285 | # |
| @@ -401,6 +405,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 401 | CONFIG_STANDALONE=y | 405 | CONFIG_STANDALONE=y |
| 402 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 406 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 403 | CONFIG_FW_LOADER=y | 407 | CONFIG_FW_LOADER=y |
| 408 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 409 | CONFIG_EXTRA_FIRMWARE="" | ||
| 404 | # CONFIG_DEBUG_DRIVER is not set | 410 | # CONFIG_DEBUG_DRIVER is not set |
| 405 | # CONFIG_DEBUG_DEVRES is not set | 411 | # CONFIG_DEBUG_DEVRES is not set |
| 406 | # CONFIG_SYS_HYPERVISOR is not set | 412 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -427,12 +433,14 @@ CONFIG_BLK_DEV_RAM_SIZE=524288 | |||
| 427 | # CONFIG_BLK_DEV_XIP is not set | 433 | # CONFIG_BLK_DEV_XIP is not set |
| 428 | # CONFIG_CDROM_PKTCDVD is not set | 434 | # CONFIG_CDROM_PKTCDVD is not set |
| 429 | # CONFIG_ATA_OVER_ETH is not set | 435 | # CONFIG_ATA_OVER_ETH is not set |
| 436 | # CONFIG_BLK_DEV_HD is not set | ||
| 430 | CONFIG_MISC_DEVICES=y | 437 | CONFIG_MISC_DEVICES=y |
| 431 | # CONFIG_PHANTOM is not set | 438 | # CONFIG_PHANTOM is not set |
| 432 | # CONFIG_EEPROM_93CX6 is not set | 439 | # CONFIG_EEPROM_93CX6 is not set |
| 433 | # CONFIG_SGI_IOC4 is not set | 440 | # CONFIG_SGI_IOC4 is not set |
| 434 | # CONFIG_TIFM_CORE is not set | 441 | # CONFIG_TIFM_CORE is not set |
| 435 | # CONFIG_ENCLOSURE_SERVICES is not set | 442 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 443 | # CONFIG_HP_ILO is not set | ||
| 436 | CONFIG_HAVE_IDE=y | 444 | CONFIG_HAVE_IDE=y |
| 437 | # CONFIG_IDE is not set | 445 | # CONFIG_IDE is not set |
| 438 | 446 | ||
| @@ -512,6 +520,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 512 | # CONFIG_SCSI_NSP32 is not set | 520 | # CONFIG_SCSI_NSP32 is not set |
| 513 | # CONFIG_SCSI_DEBUG is not set | 521 | # CONFIG_SCSI_DEBUG is not set |
| 514 | # CONFIG_SCSI_SRP is not set | 522 | # CONFIG_SCSI_SRP is not set |
| 523 | # CONFIG_SCSI_DH is not set | ||
| 515 | CONFIG_ATA=y | 524 | CONFIG_ATA=y |
| 516 | # CONFIG_ATA_NONSTANDARD is not set | 525 | # CONFIG_ATA_NONSTANDARD is not set |
| 517 | CONFIG_SATA_PMP=y | 526 | CONFIG_SATA_PMP=y |
| @@ -588,7 +597,6 @@ CONFIG_SATA_SIL=y | |||
| 588 | # CONFIG_I2O is not set | 597 | # CONFIG_I2O is not set |
| 589 | # CONFIG_MACINTOSH_DRIVERS is not set | 598 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 590 | CONFIG_NETDEVICES=y | 599 | CONFIG_NETDEVICES=y |
| 591 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 592 | CONFIG_DUMMY=y | 600 | CONFIG_DUMMY=y |
| 593 | # CONFIG_BONDING is not set | 601 | # CONFIG_BONDING is not set |
| 594 | # CONFIG_MACVLAN is not set | 602 | # CONFIG_MACVLAN is not set |
| @@ -632,7 +640,6 @@ CONFIG_NETDEV_1000=y | |||
| 632 | # CONFIG_DL2K is not set | 640 | # CONFIG_DL2K is not set |
| 633 | # CONFIG_E1000 is not set | 641 | # CONFIG_E1000 is not set |
| 634 | # CONFIG_E1000E is not set | 642 | # CONFIG_E1000E is not set |
| 635 | # CONFIG_E1000E_ENABLED is not set | ||
| 636 | # CONFIG_IP1000 is not set | 643 | # CONFIG_IP1000 is not set |
| 637 | # CONFIG_IGB is not set | 644 | # CONFIG_IGB is not set |
| 638 | # CONFIG_NS83820 is not set | 645 | # CONFIG_NS83820 is not set |
| @@ -648,9 +655,9 @@ CONFIG_SKY2=y | |||
| 648 | # CONFIG_TIGON3 is not set | 655 | # CONFIG_TIGON3 is not set |
| 649 | # CONFIG_BNX2 is not set | 656 | # CONFIG_BNX2 is not set |
| 650 | CONFIG_GIANFAR=y | 657 | CONFIG_GIANFAR=y |
| 651 | CONFIG_GFAR_NAPI=y | ||
| 652 | # CONFIG_QLA3XXX is not set | 658 | # CONFIG_QLA3XXX is not set |
| 653 | # CONFIG_ATL1 is not set | 659 | # CONFIG_ATL1 is not set |
| 660 | # CONFIG_ATL1E is not set | ||
| 654 | CONFIG_NETDEV_10000=y | 661 | CONFIG_NETDEV_10000=y |
| 655 | # CONFIG_CHELSIO_T1 is not set | 662 | # CONFIG_CHELSIO_T1 is not set |
| 656 | # CONFIG_CHELSIO_T3 is not set | 663 | # CONFIG_CHELSIO_T3 is not set |
| @@ -727,12 +734,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 727 | # CONFIG_SERIO_PCIPS2 is not set | 734 | # CONFIG_SERIO_PCIPS2 is not set |
| 728 | CONFIG_SERIO_LIBPS2=y | 735 | CONFIG_SERIO_LIBPS2=y |
| 729 | # CONFIG_SERIO_RAW is not set | 736 | # CONFIG_SERIO_RAW is not set |
| 737 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 730 | # CONFIG_GAMEPORT is not set | 738 | # CONFIG_GAMEPORT is not set |
| 731 | 739 | ||
| 732 | # | 740 | # |
| 733 | # Character devices | 741 | # Character devices |
| 734 | # | 742 | # |
| 735 | CONFIG_VT=y | 743 | CONFIG_VT=y |
| 744 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 736 | CONFIG_VT_CONSOLE=y | 745 | CONFIG_VT_CONSOLE=y |
| 737 | CONFIG_HW_CONSOLE=y | 746 | CONFIG_HW_CONSOLE=y |
| 738 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 747 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -766,7 +775,7 @@ CONFIG_UNIX98_PTYS=y | |||
| 766 | CONFIG_LEGACY_PTYS=y | 775 | CONFIG_LEGACY_PTYS=y |
| 767 | CONFIG_LEGACY_PTY_COUNT=256 | 776 | CONFIG_LEGACY_PTY_COUNT=256 |
| 768 | # CONFIG_IPMI_HANDLER is not set | 777 | # CONFIG_IPMI_HANDLER is not set |
| 769 | # CONFIG_HW_RANDOM is not set | 778 | CONFIG_HW_RANDOM=y |
| 770 | # CONFIG_NVRAM is not set | 779 | # CONFIG_NVRAM is not set |
| 771 | # CONFIG_R3964 is not set | 780 | # CONFIG_R3964 is not set |
| 772 | # CONFIG_APPLICOM is not set | 781 | # CONFIG_APPLICOM is not set |
| @@ -776,43 +785,64 @@ CONFIG_DEVPORT=y | |||
| 776 | CONFIG_I2C=y | 785 | CONFIG_I2C=y |
| 777 | CONFIG_I2C_BOARDINFO=y | 786 | CONFIG_I2C_BOARDINFO=y |
| 778 | # CONFIG_I2C_CHARDEV is not set | 787 | # CONFIG_I2C_CHARDEV is not set |
| 788 | CONFIG_I2C_HELPER_AUTO=y | ||
| 779 | 789 | ||
| 780 | # | 790 | # |
| 781 | # I2C Hardware Bus support | 791 | # I2C Hardware Bus support |
| 782 | # | 792 | # |
| 793 | |||
| 794 | # | ||
| 795 | # PC SMBus host controller drivers | ||
| 796 | # | ||
| 783 | # CONFIG_I2C_ALI1535 is not set | 797 | # CONFIG_I2C_ALI1535 is not set |
| 784 | # CONFIG_I2C_ALI1563 is not set | 798 | # CONFIG_I2C_ALI1563 is not set |
| 785 | # CONFIG_I2C_ALI15X3 is not set | 799 | # CONFIG_I2C_ALI15X3 is not set |
| 786 | # CONFIG_I2C_AMD756 is not set | 800 | # CONFIG_I2C_AMD756 is not set |
| 787 | # CONFIG_I2C_AMD8111 is not set | 801 | # CONFIG_I2C_AMD8111 is not set |
| 788 | # CONFIG_I2C_I801 is not set | 802 | # CONFIG_I2C_I801 is not set |
| 789 | # CONFIG_I2C_I810 is not set | 803 | # CONFIG_I2C_ISCH is not set |
| 790 | # CONFIG_I2C_PIIX4 is not set | 804 | # CONFIG_I2C_PIIX4 is not set |
| 791 | CONFIG_I2C_MPC=y | ||
| 792 | # CONFIG_I2C_NFORCE2 is not set | 805 | # CONFIG_I2C_NFORCE2 is not set |
| 793 | # CONFIG_I2C_OCORES is not set | ||
| 794 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 795 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 796 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 797 | # CONFIG_I2C_SIMTEC is not set | ||
| 798 | # CONFIG_I2C_SIS5595 is not set | 806 | # CONFIG_I2C_SIS5595 is not set |
| 799 | # CONFIG_I2C_SIS630 is not set | 807 | # CONFIG_I2C_SIS630 is not set |
| 800 | # CONFIG_I2C_SIS96X is not set | 808 | # CONFIG_I2C_SIS96X is not set |
| 801 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 802 | # CONFIG_I2C_STUB is not set | ||
| 803 | # CONFIG_I2C_TINY_USB is not set | ||
| 804 | # CONFIG_I2C_VIA is not set | 809 | # CONFIG_I2C_VIA is not set |
| 805 | # CONFIG_I2C_VIAPRO is not set | 810 | # CONFIG_I2C_VIAPRO is not set |
| 811 | |||
| 812 | # | ||
| 813 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 814 | # | ||
| 815 | CONFIG_I2C_MPC=y | ||
| 816 | # CONFIG_I2C_OCORES is not set | ||
| 817 | # CONFIG_I2C_SIMTEC is not set | ||
| 818 | |||
| 819 | # | ||
| 820 | # External I2C/SMBus adapter drivers | ||
| 821 | # | ||
| 822 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 823 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 824 | # CONFIG_I2C_TINY_USB is not set | ||
| 825 | |||
| 826 | # | ||
| 827 | # Graphics adapter I2C/DDC channel drivers | ||
| 828 | # | ||
| 806 | # CONFIG_I2C_VOODOO3 is not set | 829 | # CONFIG_I2C_VOODOO3 is not set |
| 830 | |||
| 831 | # | ||
| 832 | # Other I2C/SMBus bus drivers | ||
| 833 | # | ||
| 807 | # CONFIG_I2C_PCA_PLATFORM is not set | 834 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 835 | # CONFIG_I2C_STUB is not set | ||
| 808 | 836 | ||
| 809 | # | 837 | # |
| 810 | # Miscellaneous I2C Chip support | 838 | # Miscellaneous I2C Chip support |
| 811 | # | 839 | # |
| 812 | # CONFIG_DS1682 is not set | 840 | # CONFIG_DS1682 is not set |
| 841 | # CONFIG_AT24 is not set | ||
| 813 | CONFIG_SENSORS_EEPROM=y | 842 | CONFIG_SENSORS_EEPROM=y |
| 814 | # CONFIG_SENSORS_PCF8574 is not set | 843 | # CONFIG_SENSORS_PCF8574 is not set |
| 815 | # CONFIG_PCF8575 is not set | 844 | # CONFIG_PCF8575 is not set |
| 845 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 816 | # CONFIG_SENSORS_PCF8591 is not set | 846 | # CONFIG_SENSORS_PCF8591 is not set |
| 817 | # CONFIG_SENSORS_MAX6875 is not set | 847 | # CONFIG_SENSORS_MAX6875 is not set |
| 818 | # CONFIG_SENSORS_TSL2550 is not set | 848 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -821,6 +851,8 @@ CONFIG_SENSORS_EEPROM=y | |||
| 821 | # CONFIG_I2C_DEBUG_BUS is not set | 851 | # CONFIG_I2C_DEBUG_BUS is not set |
| 822 | # CONFIG_I2C_DEBUG_CHIP is not set | 852 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 823 | # CONFIG_SPI is not set | 853 | # CONFIG_SPI is not set |
| 854 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 855 | # CONFIG_GPIOLIB is not set | ||
| 824 | # CONFIG_W1 is not set | 856 | # CONFIG_W1 is not set |
| 825 | # CONFIG_POWER_SUPPLY is not set | 857 | # CONFIG_POWER_SUPPLY is not set |
| 826 | # CONFIG_HWMON is not set | 858 | # CONFIG_HWMON is not set |
| @@ -836,8 +868,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 836 | # | 868 | # |
| 837 | # Multifunction device drivers | 869 | # Multifunction device drivers |
| 838 | # | 870 | # |
| 871 | # CONFIG_MFD_CORE is not set | ||
| 839 | # CONFIG_MFD_SM501 is not set | 872 | # CONFIG_MFD_SM501 is not set |
| 840 | # CONFIG_HTC_PASIC3 is not set | 873 | # CONFIG_HTC_PASIC3 is not set |
| 874 | # CONFIG_MFD_TMIO is not set | ||
| 841 | 875 | ||
| 842 | # | 876 | # |
| 843 | # Multimedia devices | 877 | # Multimedia devices |
| @@ -879,6 +913,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 879 | # CONFIG_DVB_TTUSB_BUDGET is not set | 913 | # CONFIG_DVB_TTUSB_BUDGET is not set |
| 880 | # CONFIG_DVB_TTUSB_DEC is not set | 914 | # CONFIG_DVB_TTUSB_DEC is not set |
| 881 | # CONFIG_DVB_CINERGYT2 is not set | 915 | # CONFIG_DVB_CINERGYT2 is not set |
| 916 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
| 882 | 917 | ||
| 883 | # | 918 | # |
| 884 | # Supported FlexCopII (B2C2) Adapters | 919 | # Supported FlexCopII (B2C2) Adapters |
| @@ -925,6 +960,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 925 | # CONFIG_DVB_SP887X is not set | 960 | # CONFIG_DVB_SP887X is not set |
| 926 | # CONFIG_DVB_CX22700 is not set | 961 | # CONFIG_DVB_CX22700 is not set |
| 927 | # CONFIG_DVB_CX22702 is not set | 962 | # CONFIG_DVB_CX22702 is not set |
| 963 | # CONFIG_DVB_DRX397XD is not set | ||
| 928 | # CONFIG_DVB_L64781 is not set | 964 | # CONFIG_DVB_L64781 is not set |
| 929 | # CONFIG_DVB_TDA1004X is not set | 965 | # CONFIG_DVB_TDA1004X is not set |
| 930 | # CONFIG_DVB_NXT6000 is not set | 966 | # CONFIG_DVB_NXT6000 is not set |
| @@ -992,15 +1028,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 992 | CONFIG_VGA_CONSOLE=y | 1028 | CONFIG_VGA_CONSOLE=y |
| 993 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1029 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 994 | CONFIG_DUMMY_CONSOLE=y | 1030 | CONFIG_DUMMY_CONSOLE=y |
| 995 | |||
| 996 | # | ||
| 997 | # Sound | ||
| 998 | # | ||
| 999 | CONFIG_SOUND=y | 1031 | CONFIG_SOUND=y |
| 1000 | |||
| 1001 | # | ||
| 1002 | # Advanced Linux Sound Architecture | ||
| 1003 | # | ||
| 1004 | CONFIG_SND=y | 1032 | CONFIG_SND=y |
| 1005 | CONFIG_SND_TIMER=y | 1033 | CONFIG_SND_TIMER=y |
| 1006 | CONFIG_SND_PCM=y | 1034 | CONFIG_SND_PCM=y |
| @@ -1012,19 +1040,15 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
| 1012 | CONFIG_SND_VERBOSE_PROCFS=y | 1040 | CONFIG_SND_VERBOSE_PROCFS=y |
| 1013 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1041 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 1014 | # CONFIG_SND_DEBUG is not set | 1042 | # CONFIG_SND_DEBUG is not set |
| 1015 | 1043 | CONFIG_SND_VMASTER=y | |
| 1016 | # | ||
| 1017 | # Generic devices | ||
| 1018 | # | ||
| 1019 | CONFIG_SND_AC97_CODEC=y | 1044 | CONFIG_SND_AC97_CODEC=y |
| 1045 | CONFIG_SND_DRIVERS=y | ||
| 1020 | # CONFIG_SND_DUMMY is not set | 1046 | # CONFIG_SND_DUMMY is not set |
| 1021 | # CONFIG_SND_MTPAV is not set | 1047 | # CONFIG_SND_MTPAV is not set |
| 1022 | # CONFIG_SND_SERIAL_U16550 is not set | 1048 | # CONFIG_SND_SERIAL_U16550 is not set |
| 1023 | # CONFIG_SND_MPU401 is not set | 1049 | # CONFIG_SND_MPU401 is not set |
| 1024 | 1050 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 1025 | # | 1051 | CONFIG_SND_PCI=y |
| 1026 | # PCI devices | ||
| 1027 | # | ||
| 1028 | # CONFIG_SND_AD1889 is not set | 1052 | # CONFIG_SND_AD1889 is not set |
| 1029 | # CONFIG_SND_ALS300 is not set | 1053 | # CONFIG_SND_ALS300 is not set |
| 1030 | # CONFIG_SND_ALS4000 is not set | 1054 | # CONFIG_SND_ALS4000 is not set |
| @@ -1086,39 +1110,12 @@ CONFIG_SND_INTEL8X0=y | |||
| 1086 | # CONFIG_SND_VIRTUOSO is not set | 1110 | # CONFIG_SND_VIRTUOSO is not set |
| 1087 | # CONFIG_SND_VX222 is not set | 1111 | # CONFIG_SND_VX222 is not set |
| 1088 | # CONFIG_SND_YMFPCI is not set | 1112 | # CONFIG_SND_YMFPCI is not set |
| 1089 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1113 | CONFIG_SND_PPC=y |
| 1090 | 1114 | CONFIG_SND_USB=y | |
| 1091 | # | ||
| 1092 | # ALSA PowerMac devices | ||
| 1093 | # | ||
| 1094 | |||
| 1095 | # | ||
| 1096 | # ALSA PowerPC devices | ||
| 1097 | # | ||
| 1098 | |||
| 1099 | # | ||
| 1100 | # USB devices | ||
| 1101 | # | ||
| 1102 | # CONFIG_SND_USB_AUDIO is not set | 1115 | # CONFIG_SND_USB_AUDIO is not set |
| 1103 | # CONFIG_SND_USB_USX2Y is not set | 1116 | # CONFIG_SND_USB_USX2Y is not set |
| 1104 | # CONFIG_SND_USB_CAIAQ is not set | 1117 | # CONFIG_SND_USB_CAIAQ is not set |
| 1105 | |||
| 1106 | # | ||
| 1107 | # System on Chip audio support | ||
| 1108 | # | ||
| 1109 | # CONFIG_SND_SOC is not set | 1118 | # CONFIG_SND_SOC is not set |
| 1110 | |||
| 1111 | # | ||
| 1112 | # ALSA SoC audio for Freescale SOCs | ||
| 1113 | # | ||
| 1114 | |||
| 1115 | # | ||
| 1116 | # SoC Audio for the Texas Instruments OMAP | ||
| 1117 | # | ||
| 1118 | |||
| 1119 | # | ||
| 1120 | # Open Sound System | ||
| 1121 | # | ||
| 1122 | # CONFIG_SOUND_PRIME is not set | 1119 | # CONFIG_SOUND_PRIME is not set |
| 1123 | CONFIG_AC97_BUS=y | 1120 | CONFIG_AC97_BUS=y |
| 1124 | CONFIG_HID_SUPPORT=y | 1121 | CONFIG_HID_SUPPORT=y |
| @@ -1150,6 +1147,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1150 | # CONFIG_USB_OTG is not set | 1147 | # CONFIG_USB_OTG is not set |
| 1151 | # CONFIG_USB_OTG_WHITELIST is not set | 1148 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1152 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1149 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1150 | CONFIG_USB_MON=y | ||
| 1153 | 1151 | ||
| 1154 | # | 1152 | # |
| 1155 | # USB Host Controller Drivers | 1153 | # USB Host Controller Drivers |
| @@ -1201,6 +1199,7 @@ CONFIG_USB_STORAGE=y | |||
| 1201 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1199 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1202 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1200 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1203 | # CONFIG_USB_STORAGE_KARMA is not set | 1201 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1202 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1204 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1203 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1205 | # CONFIG_USB_LIBUSUAL is not set | 1204 | # CONFIG_USB_LIBUSUAL is not set |
| 1206 | 1205 | ||
| @@ -1209,7 +1208,6 @@ CONFIG_USB_STORAGE=y | |||
| 1209 | # | 1208 | # |
| 1210 | # CONFIG_USB_MDC800 is not set | 1209 | # CONFIG_USB_MDC800 is not set |
| 1211 | # CONFIG_USB_MICROTEK is not set | 1210 | # CONFIG_USB_MICROTEK is not set |
| 1212 | CONFIG_USB_MON=y | ||
| 1213 | 1211 | ||
| 1214 | # | 1212 | # |
| 1215 | # USB port drivers | 1213 | # USB port drivers |
| @@ -1222,7 +1220,6 @@ CONFIG_USB_MON=y | |||
| 1222 | # CONFIG_USB_EMI62 is not set | 1220 | # CONFIG_USB_EMI62 is not set |
| 1223 | # CONFIG_USB_EMI26 is not set | 1221 | # CONFIG_USB_EMI26 is not set |
| 1224 | # CONFIG_USB_ADUTUX is not set | 1222 | # CONFIG_USB_ADUTUX is not set |
| 1225 | # CONFIG_USB_AUERSWALD is not set | ||
| 1226 | # CONFIG_USB_RIO500 is not set | 1223 | # CONFIG_USB_RIO500 is not set |
| 1227 | # CONFIG_USB_LEGOTOWER is not set | 1224 | # CONFIG_USB_LEGOTOWER is not set |
| 1228 | # CONFIG_USB_LCD is not set | 1225 | # CONFIG_USB_LCD is not set |
| @@ -1310,6 +1307,7 @@ CONFIG_DMA_ENGINE=y | |||
| 1310 | # DMA Clients | 1307 | # DMA Clients |
| 1311 | # | 1308 | # |
| 1312 | # CONFIG_NET_DMA is not set | 1309 | # CONFIG_NET_DMA is not set |
| 1310 | # CONFIG_DMATEST is not set | ||
| 1313 | # CONFIG_UIO is not set | 1311 | # CONFIG_UIO is not set |
| 1314 | 1312 | ||
| 1315 | # | 1313 | # |
| @@ -1387,6 +1385,7 @@ CONFIG_EFS_FS=m | |||
| 1387 | CONFIG_CRAMFS=y | 1385 | CONFIG_CRAMFS=y |
| 1388 | CONFIG_VXFS_FS=m | 1386 | CONFIG_VXFS_FS=m |
| 1389 | # CONFIG_MINIX_FS is not set | 1387 | # CONFIG_MINIX_FS is not set |
| 1388 | # CONFIG_OMFS_FS is not set | ||
| 1390 | CONFIG_HPFS_FS=m | 1389 | CONFIG_HPFS_FS=m |
| 1391 | CONFIG_QNX4FS_FS=m | 1390 | CONFIG_QNX4FS_FS=m |
| 1392 | # CONFIG_ROMFS_FS is not set | 1391 | # CONFIG_ROMFS_FS is not set |
| @@ -1399,17 +1398,16 @@ CONFIG_NFS_FS=y | |||
| 1399 | CONFIG_NFS_V3=y | 1398 | CONFIG_NFS_V3=y |
| 1400 | # CONFIG_NFS_V3_ACL is not set | 1399 | # CONFIG_NFS_V3_ACL is not set |
| 1401 | CONFIG_NFS_V4=y | 1400 | CONFIG_NFS_V4=y |
| 1401 | CONFIG_ROOT_NFS=y | ||
| 1402 | CONFIG_NFSD=y | 1402 | CONFIG_NFSD=y |
| 1403 | # CONFIG_NFSD_V3 is not set | 1403 | # CONFIG_NFSD_V3 is not set |
| 1404 | # CONFIG_NFSD_V4 is not set | 1404 | # CONFIG_NFSD_V4 is not set |
| 1405 | CONFIG_ROOT_NFS=y | ||
| 1406 | CONFIG_LOCKD=y | 1405 | CONFIG_LOCKD=y |
| 1407 | CONFIG_LOCKD_V4=y | 1406 | CONFIG_LOCKD_V4=y |
| 1408 | CONFIG_EXPORTFS=y | 1407 | CONFIG_EXPORTFS=y |
| 1409 | CONFIG_NFS_COMMON=y | 1408 | CONFIG_NFS_COMMON=y |
| 1410 | CONFIG_SUNRPC=y | 1409 | CONFIG_SUNRPC=y |
| 1411 | CONFIG_SUNRPC_GSS=y | 1410 | CONFIG_SUNRPC_GSS=y |
| 1412 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1413 | CONFIG_RPCSEC_GSS_KRB5=y | 1411 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1414 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1412 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1415 | # CONFIG_SMB_FS is not set | 1413 | # CONFIG_SMB_FS is not set |
| @@ -1488,6 +1486,7 @@ CONFIG_BITREVERSE=y | |||
| 1488 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1486 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1489 | # CONFIG_CRC_CCITT is not set | 1487 | # CONFIG_CRC_CCITT is not set |
| 1490 | # CONFIG_CRC16 is not set | 1488 | # CONFIG_CRC16 is not set |
| 1489 | CONFIG_CRC_T10DIF=y | ||
| 1491 | CONFIG_CRC_ITU_T=m | 1490 | CONFIG_CRC_ITU_T=m |
| 1492 | CONFIG_CRC32=y | 1491 | CONFIG_CRC32=y |
| 1493 | # CONFIG_CRC7 is not set | 1492 | # CONFIG_CRC7 is not set |
| @@ -1513,6 +1512,8 @@ CONFIG_DEBUG_FS=y | |||
| 1513 | CONFIG_DEBUG_KERNEL=y | 1512 | CONFIG_DEBUG_KERNEL=y |
| 1514 | # CONFIG_DEBUG_SHIRQ is not set | 1513 | # CONFIG_DEBUG_SHIRQ is not set |
| 1515 | CONFIG_DETECT_SOFTLOCKUP=y | 1514 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1515 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1516 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1516 | CONFIG_SCHED_DEBUG=y | 1517 | CONFIG_SCHED_DEBUG=y |
| 1517 | # CONFIG_SCHEDSTATS is not set | 1518 | # CONFIG_SCHEDSTATS is not set |
| 1518 | # CONFIG_TIMER_STATS is not set | 1519 | # CONFIG_TIMER_STATS is not set |
| @@ -1531,19 +1532,29 @@ CONFIG_SCHED_DEBUG=y | |||
| 1531 | CONFIG_DEBUG_INFO=y | 1532 | CONFIG_DEBUG_INFO=y |
| 1532 | # CONFIG_DEBUG_VM is not set | 1533 | # CONFIG_DEBUG_VM is not set |
| 1533 | # CONFIG_DEBUG_WRITECOUNT is not set | 1534 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1535 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1534 | # CONFIG_DEBUG_LIST is not set | 1536 | # CONFIG_DEBUG_LIST is not set |
| 1535 | # CONFIG_DEBUG_SG is not set | 1537 | # CONFIG_DEBUG_SG is not set |
| 1536 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1538 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1537 | # CONFIG_RCU_TORTURE_TEST is not set | 1539 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1538 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1540 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1539 | # CONFIG_FAULT_INJECTION is not set | 1541 | # CONFIG_FAULT_INJECTION is not set |
| 1542 | # CONFIG_LATENCYTOP is not set | ||
| 1543 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1544 | CONFIG_HAVE_FTRACE=y | ||
| 1545 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1546 | # CONFIG_FTRACE is not set | ||
| 1547 | # CONFIG_SCHED_TRACER is not set | ||
| 1548 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1540 | # CONFIG_SAMPLES is not set | 1549 | # CONFIG_SAMPLES is not set |
| 1550 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1551 | # CONFIG_KGDB is not set | ||
| 1541 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1552 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1542 | # CONFIG_DEBUG_STACK_USAGE is not set | 1553 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1543 | # CONFIG_DEBUG_PAGEALLOC is not set | 1554 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1544 | # CONFIG_DEBUGGER is not set | ||
| 1545 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1555 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1546 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1556 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1557 | # CONFIG_XMON is not set | ||
| 1547 | # CONFIG_IRQSTACKS is not set | 1558 | # CONFIG_IRQSTACKS is not set |
| 1548 | # CONFIG_VIRQ_DEBUG is not set | 1559 | # CONFIG_VIRQ_DEBUG is not set |
| 1549 | # CONFIG_BDI_SWITCH is not set | 1560 | # CONFIG_BDI_SWITCH is not set |
| @@ -1561,13 +1572,14 @@ CONFIG_CRYPTO=y | |||
| 1561 | # Crypto core or helper | 1572 | # Crypto core or helper |
| 1562 | # | 1573 | # |
| 1563 | CONFIG_CRYPTO_ALGAPI=y | 1574 | CONFIG_CRYPTO_ALGAPI=y |
| 1575 | CONFIG_CRYPTO_AEAD=y | ||
| 1564 | CONFIG_CRYPTO_BLKCIPHER=y | 1576 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1565 | CONFIG_CRYPTO_HASH=y | 1577 | CONFIG_CRYPTO_HASH=y |
| 1566 | CONFIG_CRYPTO_MANAGER=y | 1578 | CONFIG_CRYPTO_MANAGER=y |
| 1567 | # CONFIG_CRYPTO_GF128MUL is not set | 1579 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1568 | # CONFIG_CRYPTO_NULL is not set | 1580 | # CONFIG_CRYPTO_NULL is not set |
| 1569 | # CONFIG_CRYPTO_CRYPTD is not set | 1581 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1570 | # CONFIG_CRYPTO_AUTHENC is not set | 1582 | CONFIG_CRYPTO_AUTHENC=y |
| 1571 | # CONFIG_CRYPTO_TEST is not set | 1583 | # CONFIG_CRYPTO_TEST is not set |
| 1572 | 1584 | ||
| 1573 | # | 1585 | # |
| @@ -1601,6 +1613,10 @@ CONFIG_CRYPTO_HMAC=y | |||
| 1601 | # CONFIG_CRYPTO_MD4 is not set | 1613 | # CONFIG_CRYPTO_MD4 is not set |
| 1602 | CONFIG_CRYPTO_MD5=y | 1614 | CONFIG_CRYPTO_MD5=y |
| 1603 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1615 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1616 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1617 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1618 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1619 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1604 | CONFIG_CRYPTO_SHA1=m | 1620 | CONFIG_CRYPTO_SHA1=m |
| 1605 | # CONFIG_CRYPTO_SHA256 is not set | 1621 | # CONFIG_CRYPTO_SHA256 is not set |
| 1606 | # CONFIG_CRYPTO_SHA512 is not set | 1622 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1633,5 +1649,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1633 | # CONFIG_CRYPTO_LZO is not set | 1649 | # CONFIG_CRYPTO_LZO is not set |
| 1634 | CONFIG_CRYPTO_HW=y | 1650 | CONFIG_CRYPTO_HW=y |
| 1635 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1651 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1652 | CONFIG_CRYPTO_DEV_TALITOS=y | ||
| 1636 | # CONFIG_PPC_CLOCK is not set | 1653 | # CONFIG_PPC_CLOCK is not set |
| 1637 | # CONFIG_VIRTUALIZATION is not set | 1654 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc8540_ads_defconfig b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig index f33fd516fd54..1ea181f826f1 100644 --- a/arch/powerpc/configs/85xx/mpc8540_ads_defconfig +++ b/arch/powerpc/configs/85xx/mpc8540_ads_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:31 2008 | 4 | # Thu Aug 21 00:52:30 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 94 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_ALL is not set | 95 | # CONFIG_KALLSYMS_ALL is not set |
| 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 96 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -114,10 +115,16 @@ CONFIG_SLUB=y | |||
| 114 | # CONFIG_PROFILING is not set | 115 | # CONFIG_PROFILING is not set |
| 115 | # CONFIG_MARKERS is not set | 116 | # CONFIG_MARKERS is not set |
| 116 | CONFIG_HAVE_OPROFILE=y | 117 | CONFIG_HAVE_OPROFILE=y |
| 118 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 119 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 117 | CONFIG_HAVE_KPROBES=y | 120 | CONFIG_HAVE_KPROBES=y |
| 118 | CONFIG_HAVE_KRETPROBES=y | 121 | CONFIG_HAVE_KRETPROBES=y |
| 122 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 119 | # CONFIG_HAVE_DMA_ATTRS is not set | 123 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 124 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 125 | # CONFIG_HAVE_CLK is not set | ||
| 120 | CONFIG_PROC_PAGE_MONITOR=y | 126 | CONFIG_PROC_PAGE_MONITOR=y |
| 127 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 121 | CONFIG_SLABINFO=y | 128 | CONFIG_SLABINFO=y |
| 122 | CONFIG_RT_MUTEXES=y | 129 | CONFIG_RT_MUTEXES=y |
| 123 | # CONFIG_TINY_SHMEM is not set | 130 | # CONFIG_TINY_SHMEM is not set |
| @@ -128,6 +135,7 @@ CONFIG_BLOCK=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 135 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 136 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 137 | # CONFIG_BLK_DEV_BSG is not set |
| 138 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 139 | ||
| 132 | # | 140 | # |
| 133 | # IO Schedulers | 141 | # IO Schedulers |
| @@ -146,8 +154,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 146 | # | 154 | # |
| 147 | # Platform support | 155 | # Platform support |
| 148 | # | 156 | # |
| 149 | # CONFIG_PPC_MPC512x is not set | ||
| 150 | # CONFIG_PPC_MPC5121 is not set | ||
| 151 | # CONFIG_PPC_CELL is not set | 157 | # CONFIG_PPC_CELL is not set |
| 152 | # CONFIG_PPC_CELL_NATIVE is not set | 158 | # CONFIG_PPC_CELL_NATIVE is not set |
| 153 | # CONFIG_PQ2ADS is not set | 159 | # CONFIG_PQ2ADS is not set |
| @@ -156,11 +162,13 @@ CONFIG_MPC8540_ADS=y | |||
| 156 | # CONFIG_MPC8560_ADS is not set | 162 | # CONFIG_MPC8560_ADS is not set |
| 157 | # CONFIG_MPC85xx_CDS is not set | 163 | # CONFIG_MPC85xx_CDS is not set |
| 158 | # CONFIG_MPC85xx_MDS is not set | 164 | # CONFIG_MPC85xx_MDS is not set |
| 165 | # CONFIG_MPC8536_DS is not set | ||
| 159 | # CONFIG_MPC85xx_DS is not set | 166 | # CONFIG_MPC85xx_DS is not set |
| 160 | # CONFIG_KSI8560 is not set | 167 | # CONFIG_KSI8560 is not set |
| 161 | # CONFIG_STX_GP3 is not set | 168 | # CONFIG_STX_GP3 is not set |
| 162 | # CONFIG_TQM8540 is not set | 169 | # CONFIG_TQM8540 is not set |
| 163 | # CONFIG_TQM8541 is not set | 170 | # CONFIG_TQM8541 is not set |
| 171 | # CONFIG_TQM8548 is not set | ||
| 164 | # CONFIG_TQM8555 is not set | 172 | # CONFIG_TQM8555 is not set |
| 165 | # CONFIG_TQM8560 is not set | 173 | # CONFIG_TQM8560 is not set |
| 166 | # CONFIG_SBC8548 is not set | 174 | # CONFIG_SBC8548 is not set |
| @@ -192,7 +200,7 @@ CONFIG_HZ_250=y | |||
| 192 | # CONFIG_HZ_300 is not set | 200 | # CONFIG_HZ_300 is not set |
| 193 | # CONFIG_HZ_1000 is not set | 201 | # CONFIG_HZ_1000 is not set |
| 194 | CONFIG_HZ=250 | 202 | CONFIG_HZ=250 |
| 195 | # CONFIG_SCHED_HRTICK is not set | 203 | CONFIG_SCHED_HRTICK=y |
| 196 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
| 197 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 198 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
| @@ -215,6 +223,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 215 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 216 | CONFIG_PAGEFLAGS_EXTENDED=y | 224 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 217 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 226 | CONFIG_MIGRATION=y | ||
| 218 | # CONFIG_RESOURCES_64BIT is not set | 227 | # CONFIG_RESOURCES_64BIT is not set |
| 219 | CONFIG_ZONE_DMA_FLAG=1 | 228 | CONFIG_ZONE_DMA_FLAG=1 |
| 220 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
| @@ -222,6 +231,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 222 | CONFIG_FORCE_MAX_ZONEORDER=11 | 231 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 223 | CONFIG_PROC_DEVICETREE=y | 232 | CONFIG_PROC_DEVICETREE=y |
| 224 | # CONFIG_CMDLINE_BOOL is not set | 233 | # CONFIG_CMDLINE_BOOL is not set |
| 234 | CONFIG_EXTRA_TARGETS="" | ||
| 225 | # CONFIG_PM is not set | 235 | # CONFIG_PM is not set |
| 226 | # CONFIG_SECCOMP is not set | 236 | # CONFIG_SECCOMP is not set |
| 227 | CONFIG_ISA_DMA_API=y | 237 | CONFIG_ISA_DMA_API=y |
| @@ -231,6 +241,7 @@ CONFIG_ISA_DMA_API=y | |||
| 231 | # | 241 | # |
| 232 | CONFIG_ZONE_DMA=y | 242 | CONFIG_ZONE_DMA=y |
| 233 | CONFIG_FSL_SOC=y | 243 | CONFIG_FSL_SOC=y |
| 244 | CONFIG_PPC_PCI_CHOICE=y | ||
| 234 | # CONFIG_PCI is not set | 245 | # CONFIG_PCI is not set |
| 235 | # CONFIG_PCI_DOMAINS is not set | 246 | # CONFIG_PCI_DOMAINS is not set |
| 236 | # CONFIG_PCI_SYSCALL is not set | 247 | # CONFIG_PCI_SYSCALL is not set |
| @@ -252,10 +263,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 252 | CONFIG_PHYSICAL_START=0x00000000 | 263 | CONFIG_PHYSICAL_START=0x00000000 |
| 253 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 264 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 254 | CONFIG_TASK_SIZE=0xc0000000 | 265 | CONFIG_TASK_SIZE=0xc0000000 |
| 255 | |||
| 256 | # | ||
| 257 | # Networking | ||
| 258 | # | ||
| 259 | CONFIG_NET=y | 266 | CONFIG_NET=y |
| 260 | 267 | ||
| 261 | # | 268 | # |
| @@ -367,6 +374,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 367 | # CONFIG_BLK_DEV_XIP is not set | 374 | # CONFIG_BLK_DEV_XIP is not set |
| 368 | # CONFIG_CDROM_PKTCDVD is not set | 375 | # CONFIG_CDROM_PKTCDVD is not set |
| 369 | # CONFIG_ATA_OVER_ETH is not set | 376 | # CONFIG_ATA_OVER_ETH is not set |
| 377 | # CONFIG_BLK_DEV_HD is not set | ||
| 370 | CONFIG_MISC_DEVICES=y | 378 | CONFIG_MISC_DEVICES=y |
| 371 | # CONFIG_EEPROM_93CX6 is not set | 379 | # CONFIG_EEPROM_93CX6 is not set |
| 372 | # CONFIG_ENCLOSURE_SERVICES is not set | 380 | # CONFIG_ENCLOSURE_SERVICES is not set |
| @@ -384,7 +392,6 @@ CONFIG_HAVE_IDE=y | |||
| 384 | # CONFIG_MD is not set | 392 | # CONFIG_MD is not set |
| 385 | # CONFIG_MACINTOSH_DRIVERS is not set | 393 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 386 | CONFIG_NETDEVICES=y | 394 | CONFIG_NETDEVICES=y |
| 387 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 388 | # CONFIG_DUMMY is not set | 395 | # CONFIG_DUMMY is not set |
| 389 | # CONFIG_BONDING is not set | 396 | # CONFIG_BONDING is not set |
| 390 | # CONFIG_MACVLAN is not set | 397 | # CONFIG_MACVLAN is not set |
| @@ -416,9 +423,7 @@ CONFIG_MII=y | |||
| 416 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 423 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 417 | # CONFIG_B44 is not set | 424 | # CONFIG_B44 is not set |
| 418 | CONFIG_NETDEV_1000=y | 425 | CONFIG_NETDEV_1000=y |
| 419 | # CONFIG_E1000E_ENABLED is not set | ||
| 420 | CONFIG_GIANFAR=y | 426 | CONFIG_GIANFAR=y |
| 421 | CONFIG_GFAR_NAPI=y | ||
| 422 | CONFIG_NETDEV_10000=y | 427 | CONFIG_NETDEV_10000=y |
| 423 | 428 | ||
| 424 | # | 429 | # |
| @@ -504,6 +509,8 @@ CONFIG_GEN_RTC=y | |||
| 504 | # CONFIG_TCG_TPM is not set | 509 | # CONFIG_TCG_TPM is not set |
| 505 | # CONFIG_I2C is not set | 510 | # CONFIG_I2C is not set |
| 506 | # CONFIG_SPI is not set | 511 | # CONFIG_SPI is not set |
| 512 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 513 | # CONFIG_GPIOLIB is not set | ||
| 507 | # CONFIG_W1 is not set | 514 | # CONFIG_W1 is not set |
| 508 | # CONFIG_POWER_SUPPLY is not set | 515 | # CONFIG_POWER_SUPPLY is not set |
| 509 | CONFIG_HWMON=y | 516 | CONFIG_HWMON=y |
| @@ -520,6 +527,7 @@ CONFIG_HWMON=y | |||
| 520 | # CONFIG_SENSORS_W83627EHF is not set | 527 | # CONFIG_SENSORS_W83627EHF is not set |
| 521 | # CONFIG_HWMON_DEBUG_CHIP is not set | 528 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 522 | # CONFIG_THERMAL is not set | 529 | # CONFIG_THERMAL is not set |
| 530 | # CONFIG_THERMAL_HWMON is not set | ||
| 523 | # CONFIG_WATCHDOG is not set | 531 | # CONFIG_WATCHDOG is not set |
| 524 | 532 | ||
| 525 | # | 533 | # |
| @@ -531,8 +539,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 531 | # | 539 | # |
| 532 | # Multifunction device drivers | 540 | # Multifunction device drivers |
| 533 | # | 541 | # |
| 542 | # CONFIG_MFD_CORE is not set | ||
| 534 | # CONFIG_MFD_SM501 is not set | 543 | # CONFIG_MFD_SM501 is not set |
| 535 | # CONFIG_HTC_PASIC3 is not set | 544 | # CONFIG_HTC_PASIC3 is not set |
| 545 | # CONFIG_MFD_TMIO is not set | ||
| 536 | 546 | ||
| 537 | # | 547 | # |
| 538 | # Multimedia devices | 548 | # Multimedia devices |
| @@ -562,10 +572,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 562 | # Display device support | 572 | # Display device support |
| 563 | # | 573 | # |
| 564 | # CONFIG_DISPLAY_SUPPORT is not set | 574 | # CONFIG_DISPLAY_SUPPORT is not set |
| 565 | |||
| 566 | # | ||
| 567 | # Sound | ||
| 568 | # | ||
| 569 | # CONFIG_SOUND is not set | 575 | # CONFIG_SOUND is not set |
| 570 | CONFIG_HID_SUPPORT=y | 576 | CONFIG_HID_SUPPORT=y |
| 571 | CONFIG_HID=y | 577 | CONFIG_HID=y |
| @@ -579,6 +585,10 @@ CONFIG_USB_SUPPORT=y | |||
| 579 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 585 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 580 | 586 | ||
| 581 | # | 587 | # |
| 588 | # Enable Host or Gadget support to see Inventra options | ||
| 589 | # | ||
| 590 | |||
| 591 | # | ||
| 582 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 592 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 583 | # | 593 | # |
| 584 | # CONFIG_USB_GADGET is not set | 594 | # CONFIG_USB_GADGET is not set |
| @@ -655,6 +665,7 @@ CONFIG_TMPFS=y | |||
| 655 | # CONFIG_CRAMFS is not set | 665 | # CONFIG_CRAMFS is not set |
| 656 | # CONFIG_VXFS_FS is not set | 666 | # CONFIG_VXFS_FS is not set |
| 657 | # CONFIG_MINIX_FS is not set | 667 | # CONFIG_MINIX_FS is not set |
| 668 | # CONFIG_OMFS_FS is not set | ||
| 658 | # CONFIG_HPFS_FS is not set | 669 | # CONFIG_HPFS_FS is not set |
| 659 | # CONFIG_QNX4FS_FS is not set | 670 | # CONFIG_QNX4FS_FS is not set |
| 660 | # CONFIG_ROMFS_FS is not set | 671 | # CONFIG_ROMFS_FS is not set |
| @@ -664,12 +675,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 664 | CONFIG_NFS_FS=y | 675 | CONFIG_NFS_FS=y |
| 665 | # CONFIG_NFS_V3 is not set | 676 | # CONFIG_NFS_V3 is not set |
| 666 | # CONFIG_NFS_V4 is not set | 677 | # CONFIG_NFS_V4 is not set |
| 667 | # CONFIG_NFSD is not set | ||
| 668 | CONFIG_ROOT_NFS=y | 678 | CONFIG_ROOT_NFS=y |
| 679 | # CONFIG_NFSD is not set | ||
| 669 | CONFIG_LOCKD=y | 680 | CONFIG_LOCKD=y |
| 670 | CONFIG_NFS_COMMON=y | 681 | CONFIG_NFS_COMMON=y |
| 671 | CONFIG_SUNRPC=y | 682 | CONFIG_SUNRPC=y |
| 672 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 673 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 683 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 674 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 684 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 675 | # CONFIG_SMB_FS is not set | 685 | # CONFIG_SMB_FS is not set |
| @@ -705,6 +715,7 @@ CONFIG_BITREVERSE=y | |||
| 705 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 715 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 706 | # CONFIG_CRC_CCITT is not set | 716 | # CONFIG_CRC_CCITT is not set |
| 707 | # CONFIG_CRC16 is not set | 717 | # CONFIG_CRC16 is not set |
| 718 | # CONFIG_CRC_T10DIF is not set | ||
| 708 | # CONFIG_CRC_ITU_T is not set | 719 | # CONFIG_CRC_ITU_T is not set |
| 709 | CONFIG_CRC32=y | 720 | CONFIG_CRC32=y |
| 710 | # CONFIG_CRC7 is not set | 721 | # CONFIG_CRC7 is not set |
| @@ -729,6 +740,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 729 | CONFIG_DEBUG_KERNEL=y | 740 | CONFIG_DEBUG_KERNEL=y |
| 730 | # CONFIG_DEBUG_SHIRQ is not set | 741 | # CONFIG_DEBUG_SHIRQ is not set |
| 731 | CONFIG_DETECT_SOFTLOCKUP=y | 742 | CONFIG_DETECT_SOFTLOCKUP=y |
| 743 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 744 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 732 | CONFIG_SCHED_DEBUG=y | 745 | CONFIG_SCHED_DEBUG=y |
| 733 | # CONFIG_SCHEDSTATS is not set | 746 | # CONFIG_SCHEDSTATS is not set |
| 734 | # CONFIG_TIMER_STATS is not set | 747 | # CONFIG_TIMER_STATS is not set |
| @@ -746,16 +759,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 746 | # CONFIG_DEBUG_INFO is not set | 759 | # CONFIG_DEBUG_INFO is not set |
| 747 | # CONFIG_DEBUG_VM is not set | 760 | # CONFIG_DEBUG_VM is not set |
| 748 | # CONFIG_DEBUG_WRITECOUNT is not set | 761 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 762 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 749 | # CONFIG_DEBUG_LIST is not set | 763 | # CONFIG_DEBUG_LIST is not set |
| 750 | # CONFIG_DEBUG_SG is not set | 764 | # CONFIG_DEBUG_SG is not set |
| 751 | # CONFIG_BOOT_PRINTK_DELAY is not set | 765 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 766 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 752 | # CONFIG_BACKTRACE_SELF_TEST is not set | 767 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 753 | # CONFIG_FAULT_INJECTION is not set | 768 | # CONFIG_FAULT_INJECTION is not set |
| 769 | # CONFIG_LATENCYTOP is not set | ||
| 770 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 771 | CONFIG_HAVE_FTRACE=y | ||
| 772 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 773 | # CONFIG_FTRACE is not set | ||
| 774 | # CONFIG_SCHED_TRACER is not set | ||
| 775 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 754 | # CONFIG_SAMPLES is not set | 776 | # CONFIG_SAMPLES is not set |
| 777 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 778 | # CONFIG_KGDB is not set | ||
| 755 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 779 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 756 | # CONFIG_DEBUG_STACK_USAGE is not set | 780 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 757 | # CONFIG_DEBUG_PAGEALLOC is not set | 781 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 758 | # CONFIG_DEBUGGER is not set | 782 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 783 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 784 | # CONFIG_XMON is not set | ||
| 759 | # CONFIG_IRQSTACKS is not set | 785 | # CONFIG_IRQSTACKS is not set |
| 760 | # CONFIG_BDI_SWITCH is not set | 786 | # CONFIG_BDI_SWITCH is not set |
| 761 | # CONFIG_PPC_EARLY_DEBUG is not set | 787 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -808,6 +834,10 @@ CONFIG_CRYPTO=y | |||
| 808 | # CONFIG_CRYPTO_MD4 is not set | 834 | # CONFIG_CRYPTO_MD4 is not set |
| 809 | # CONFIG_CRYPTO_MD5 is not set | 835 | # CONFIG_CRYPTO_MD5 is not set |
| 810 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 836 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 837 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 838 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 839 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 840 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 811 | # CONFIG_CRYPTO_SHA1 is not set | 841 | # CONFIG_CRYPTO_SHA1 is not set |
| 812 | # CONFIG_CRYPTO_SHA256 is not set | 842 | # CONFIG_CRYPTO_SHA256 is not set |
| 813 | # CONFIG_CRYPTO_SHA512 is not set | 843 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -839,5 +869,6 @@ CONFIG_CRYPTO=y | |||
| 839 | # CONFIG_CRYPTO_DEFLATE is not set | 869 | # CONFIG_CRYPTO_DEFLATE is not set |
| 840 | # CONFIG_CRYPTO_LZO is not set | 870 | # CONFIG_CRYPTO_LZO is not set |
| 841 | CONFIG_CRYPTO_HW=y | 871 | CONFIG_CRYPTO_HW=y |
| 872 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 842 | # CONFIG_PPC_CLOCK is not set | 873 | # CONFIG_PPC_CLOCK is not set |
| 843 | # CONFIG_VIRTUALIZATION is not set | 874 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc8544_ds_defconfig b/arch/powerpc/configs/85xx/mpc8544_ds_defconfig index a0583e5119f5..1aecdeab9841 100644 --- a/arch/powerpc/configs/85xx/mpc8544_ds_defconfig +++ b/arch/powerpc/configs/85xx/mpc8544_ds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:32 2008 | 4 | # Thu Aug 21 07:20:43 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -92,7 +94,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 92 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
| 93 | CONFIG_EMBEDDED=y | 95 | CONFIG_EMBEDDED=y |
| 94 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 96 | CONFIG_KALLSYMS=y | 97 | CONFIG_KALLSYMS=y |
| 97 | CONFIG_KALLSYMS_ALL=y | 98 | CONFIG_KALLSYMS_ALL=y |
| 98 | CONFIG_KALLSYMS_EXTRA_PASS=y | 99 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -118,10 +119,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 119 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 120 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 123 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -138,6 +145,7 @@ CONFIG_LBD=y | |||
| 138 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 139 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 140 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 141 | 149 | ||
| 142 | # | 150 | # |
| 143 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -156,8 +164,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 156 | # | 164 | # |
| 157 | # Platform support | 165 | # Platform support |
| 158 | # | 166 | # |
| 159 | # CONFIG_PPC_MPC512x is not set | ||
| 160 | # CONFIG_PPC_MPC5121 is not set | ||
| 161 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 162 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 163 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| @@ -166,11 +172,13 @@ CONFIG_MPC85xx=y | |||
| 166 | # CONFIG_MPC8560_ADS is not set | 172 | # CONFIG_MPC8560_ADS is not set |
| 167 | # CONFIG_MPC85xx_CDS is not set | 173 | # CONFIG_MPC85xx_CDS is not set |
| 168 | # CONFIG_MPC85xx_MDS is not set | 174 | # CONFIG_MPC85xx_MDS is not set |
| 175 | # CONFIG_MPC8536_DS is not set | ||
| 169 | CONFIG_MPC85xx_DS=y | 176 | CONFIG_MPC85xx_DS=y |
| 170 | # CONFIG_KSI8560 is not set | 177 | # CONFIG_KSI8560 is not set |
| 171 | # CONFIG_STX_GP3 is not set | 178 | # CONFIG_STX_GP3 is not set |
| 172 | # CONFIG_TQM8540 is not set | 179 | # CONFIG_TQM8540 is not set |
| 173 | # CONFIG_TQM8541 is not set | 180 | # CONFIG_TQM8541 is not set |
| 181 | # CONFIG_TQM8548 is not set | ||
| 174 | # CONFIG_TQM8555 is not set | 182 | # CONFIG_TQM8555 is not set |
| 175 | # CONFIG_TQM8560 is not set | 183 | # CONFIG_TQM8560 is not set |
| 176 | # CONFIG_SBC8548 is not set | 184 | # CONFIG_SBC8548 is not set |
| @@ -202,7 +210,7 @@ CONFIG_HZ_250=y | |||
| 202 | # CONFIG_HZ_300 is not set | 210 | # CONFIG_HZ_300 is not set |
| 203 | # CONFIG_HZ_1000 is not set | 211 | # CONFIG_HZ_1000 is not set |
| 204 | CONFIG_HZ=250 | 212 | CONFIG_HZ=250 |
| 205 | # CONFIG_SCHED_HRTICK is not set | 213 | CONFIG_SCHED_HRTICK=y |
| 206 | CONFIG_PREEMPT_NONE=y | 214 | CONFIG_PREEMPT_NONE=y |
| 207 | # CONFIG_PREEMPT_VOLUNTARY is not set | 215 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 208 | # CONFIG_PREEMPT is not set | 216 | # CONFIG_PREEMPT is not set |
| @@ -225,6 +233,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 225 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 233 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 226 | CONFIG_PAGEFLAGS_EXTENDED=y | 234 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 227 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 235 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 236 | CONFIG_MIGRATION=y | ||
| 228 | # CONFIG_RESOURCES_64BIT is not set | 237 | # CONFIG_RESOURCES_64BIT is not set |
| 229 | CONFIG_ZONE_DMA_FLAG=1 | 238 | CONFIG_ZONE_DMA_FLAG=1 |
| 230 | CONFIG_BOUNCE=y | 239 | CONFIG_BOUNCE=y |
| @@ -232,6 +241,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 232 | CONFIG_FORCE_MAX_ZONEORDER=11 | 241 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 233 | CONFIG_PROC_DEVICETREE=y | 242 | CONFIG_PROC_DEVICETREE=y |
| 234 | # CONFIG_CMDLINE_BOOL is not set | 243 | # CONFIG_CMDLINE_BOOL is not set |
| 244 | CONFIG_EXTRA_TARGETS="" | ||
| 235 | # CONFIG_PM is not set | 245 | # CONFIG_PM is not set |
| 236 | CONFIG_SECCOMP=y | 246 | CONFIG_SECCOMP=y |
| 237 | CONFIG_ISA_DMA_API=y | 247 | CONFIG_ISA_DMA_API=y |
| @@ -244,6 +254,7 @@ CONFIG_GENERIC_ISA_DMA=y | |||
| 244 | CONFIG_PPC_INDIRECT_PCI=y | 254 | CONFIG_PPC_INDIRECT_PCI=y |
| 245 | CONFIG_FSL_SOC=y | 255 | CONFIG_FSL_SOC=y |
| 246 | CONFIG_FSL_PCI=y | 256 | CONFIG_FSL_PCI=y |
| 257 | CONFIG_PPC_PCI_CHOICE=y | ||
| 247 | CONFIG_PCI=y | 258 | CONFIG_PCI=y |
| 248 | CONFIG_PCI_DOMAINS=y | 259 | CONFIG_PCI_DOMAINS=y |
| 249 | CONFIG_PCI_SYSCALL=y | 260 | CONFIG_PCI_SYSCALL=y |
| @@ -270,10 +281,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 270 | CONFIG_PHYSICAL_START=0x00000000 | 281 | CONFIG_PHYSICAL_START=0x00000000 |
| 271 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 282 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 272 | CONFIG_TASK_SIZE=0xc0000000 | 283 | CONFIG_TASK_SIZE=0xc0000000 |
| 273 | |||
| 274 | # | ||
| 275 | # Networking | ||
| 276 | # | ||
| 277 | CONFIG_NET=y | 284 | CONFIG_NET=y |
| 278 | 285 | ||
| 279 | # | 286 | # |
| @@ -399,6 +406,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 399 | CONFIG_STANDALONE=y | 406 | CONFIG_STANDALONE=y |
| 400 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 407 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 401 | CONFIG_FW_LOADER=y | 408 | CONFIG_FW_LOADER=y |
| 409 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 410 | CONFIG_EXTRA_FIRMWARE="" | ||
| 402 | # CONFIG_DEBUG_DRIVER is not set | 411 | # CONFIG_DEBUG_DRIVER is not set |
| 403 | # CONFIG_DEBUG_DEVRES is not set | 412 | # CONFIG_DEBUG_DEVRES is not set |
| 404 | # CONFIG_SYS_HYPERVISOR is not set | 413 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -425,12 +434,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 425 | # CONFIG_BLK_DEV_XIP is not set | 434 | # CONFIG_BLK_DEV_XIP is not set |
| 426 | # CONFIG_CDROM_PKTCDVD is not set | 435 | # CONFIG_CDROM_PKTCDVD is not set |
| 427 | # CONFIG_ATA_OVER_ETH is not set | 436 | # CONFIG_ATA_OVER_ETH is not set |
| 437 | # CONFIG_BLK_DEV_HD is not set | ||
| 428 | CONFIG_MISC_DEVICES=y | 438 | CONFIG_MISC_DEVICES=y |
| 429 | # CONFIG_PHANTOM is not set | 439 | # CONFIG_PHANTOM is not set |
| 430 | # CONFIG_EEPROM_93CX6 is not set | 440 | # CONFIG_EEPROM_93CX6 is not set |
| 431 | # CONFIG_SGI_IOC4 is not set | 441 | # CONFIG_SGI_IOC4 is not set |
| 432 | # CONFIG_TIFM_CORE is not set | 442 | # CONFIG_TIFM_CORE is not set |
| 433 | # CONFIG_ENCLOSURE_SERVICES is not set | 443 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 444 | # CONFIG_HP_ILO is not set | ||
| 434 | CONFIG_HAVE_IDE=y | 445 | CONFIG_HAVE_IDE=y |
| 435 | # CONFIG_IDE is not set | 446 | # CONFIG_IDE is not set |
| 436 | 447 | ||
| @@ -510,6 +521,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 510 | # CONFIG_SCSI_NSP32 is not set | 521 | # CONFIG_SCSI_NSP32 is not set |
| 511 | # CONFIG_SCSI_DEBUG is not set | 522 | # CONFIG_SCSI_DEBUG is not set |
| 512 | # CONFIG_SCSI_SRP is not set | 523 | # CONFIG_SCSI_SRP is not set |
| 524 | # CONFIG_SCSI_DH is not set | ||
| 513 | CONFIG_ATA=y | 525 | CONFIG_ATA=y |
| 514 | # CONFIG_ATA_NONSTANDARD is not set | 526 | # CONFIG_ATA_NONSTANDARD is not set |
| 515 | CONFIG_SATA_PMP=y | 527 | CONFIG_SATA_PMP=y |
| @@ -577,12 +589,15 @@ CONFIG_PATA_ALI=y | |||
| 577 | # | 589 | # |
| 578 | # IEEE 1394 (FireWire) support | 590 | # IEEE 1394 (FireWire) support |
| 579 | # | 591 | # |
| 592 | |||
| 593 | # | ||
| 594 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 595 | # | ||
| 580 | # CONFIG_FIREWIRE is not set | 596 | # CONFIG_FIREWIRE is not set |
| 581 | # CONFIG_IEEE1394 is not set | 597 | # CONFIG_IEEE1394 is not set |
| 582 | # CONFIG_I2O is not set | 598 | # CONFIG_I2O is not set |
| 583 | # CONFIG_MACINTOSH_DRIVERS is not set | 599 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 584 | CONFIG_NETDEVICES=y | 600 | CONFIG_NETDEVICES=y |
| 585 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 586 | CONFIG_DUMMY=y | 601 | CONFIG_DUMMY=y |
| 587 | # CONFIG_BONDING is not set | 602 | # CONFIG_BONDING is not set |
| 588 | # CONFIG_MACVLAN is not set | 603 | # CONFIG_MACVLAN is not set |
| @@ -626,7 +641,6 @@ CONFIG_NETDEV_1000=y | |||
| 626 | # CONFIG_DL2K is not set | 641 | # CONFIG_DL2K is not set |
| 627 | # CONFIG_E1000 is not set | 642 | # CONFIG_E1000 is not set |
| 628 | # CONFIG_E1000E is not set | 643 | # CONFIG_E1000E is not set |
| 629 | # CONFIG_E1000E_ENABLED is not set | ||
| 630 | # CONFIG_IP1000 is not set | 644 | # CONFIG_IP1000 is not set |
| 631 | # CONFIG_IGB is not set | 645 | # CONFIG_IGB is not set |
| 632 | # CONFIG_NS83820 is not set | 646 | # CONFIG_NS83820 is not set |
| @@ -640,9 +654,9 @@ CONFIG_NETDEV_1000=y | |||
| 640 | # CONFIG_TIGON3 is not set | 654 | # CONFIG_TIGON3 is not set |
| 641 | # CONFIG_BNX2 is not set | 655 | # CONFIG_BNX2 is not set |
| 642 | CONFIG_GIANFAR=y | 656 | CONFIG_GIANFAR=y |
| 643 | CONFIG_GFAR_NAPI=y | ||
| 644 | # CONFIG_QLA3XXX is not set | 657 | # CONFIG_QLA3XXX is not set |
| 645 | # CONFIG_ATL1 is not set | 658 | # CONFIG_ATL1 is not set |
| 659 | # CONFIG_ATL1E is not set | ||
| 646 | CONFIG_NETDEV_10000=y | 660 | CONFIG_NETDEV_10000=y |
| 647 | # CONFIG_CHELSIO_T1 is not set | 661 | # CONFIG_CHELSIO_T1 is not set |
| 648 | # CONFIG_CHELSIO_T3 is not set | 662 | # CONFIG_CHELSIO_T3 is not set |
| @@ -719,12 +733,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 719 | # CONFIG_SERIO_PCIPS2 is not set | 733 | # CONFIG_SERIO_PCIPS2 is not set |
| 720 | CONFIG_SERIO_LIBPS2=y | 734 | CONFIG_SERIO_LIBPS2=y |
| 721 | # CONFIG_SERIO_RAW is not set | 735 | # CONFIG_SERIO_RAW is not set |
| 736 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 722 | # CONFIG_GAMEPORT is not set | 737 | # CONFIG_GAMEPORT is not set |
| 723 | 738 | ||
| 724 | # | 739 | # |
| 725 | # Character devices | 740 | # Character devices |
| 726 | # | 741 | # |
| 727 | CONFIG_VT=y | 742 | CONFIG_VT=y |
| 743 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 728 | CONFIG_VT_CONSOLE=y | 744 | CONFIG_VT_CONSOLE=y |
| 729 | CONFIG_HW_CONSOLE=y | 745 | CONFIG_HW_CONSOLE=y |
| 730 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 746 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -758,7 +774,7 @@ CONFIG_UNIX98_PTYS=y | |||
| 758 | CONFIG_LEGACY_PTYS=y | 774 | CONFIG_LEGACY_PTYS=y |
| 759 | CONFIG_LEGACY_PTY_COUNT=256 | 775 | CONFIG_LEGACY_PTY_COUNT=256 |
| 760 | # CONFIG_IPMI_HANDLER is not set | 776 | # CONFIG_IPMI_HANDLER is not set |
| 761 | # CONFIG_HW_RANDOM is not set | 777 | CONFIG_HW_RANDOM=y |
| 762 | CONFIG_NVRAM=y | 778 | CONFIG_NVRAM=y |
| 763 | # CONFIG_R3964 is not set | 779 | # CONFIG_R3964 is not set |
| 764 | # CONFIG_APPLICOM is not set | 780 | # CONFIG_APPLICOM is not set |
| @@ -768,43 +784,64 @@ CONFIG_DEVPORT=y | |||
| 768 | CONFIG_I2C=y | 784 | CONFIG_I2C=y |
| 769 | CONFIG_I2C_BOARDINFO=y | 785 | CONFIG_I2C_BOARDINFO=y |
| 770 | # CONFIG_I2C_CHARDEV is not set | 786 | # CONFIG_I2C_CHARDEV is not set |
| 787 | CONFIG_I2C_HELPER_AUTO=y | ||
| 771 | 788 | ||
| 772 | # | 789 | # |
| 773 | # I2C Hardware Bus support | 790 | # I2C Hardware Bus support |
| 774 | # | 791 | # |
| 792 | |||
| 793 | # | ||
| 794 | # PC SMBus host controller drivers | ||
| 795 | # | ||
| 775 | # CONFIG_I2C_ALI1535 is not set | 796 | # CONFIG_I2C_ALI1535 is not set |
| 776 | # CONFIG_I2C_ALI1563 is not set | 797 | # CONFIG_I2C_ALI1563 is not set |
| 777 | # CONFIG_I2C_ALI15X3 is not set | 798 | # CONFIG_I2C_ALI15X3 is not set |
| 778 | # CONFIG_I2C_AMD756 is not set | 799 | # CONFIG_I2C_AMD756 is not set |
| 779 | # CONFIG_I2C_AMD8111 is not set | 800 | # CONFIG_I2C_AMD8111 is not set |
| 780 | # CONFIG_I2C_I801 is not set | 801 | # CONFIG_I2C_I801 is not set |
| 781 | # CONFIG_I2C_I810 is not set | 802 | # CONFIG_I2C_ISCH is not set |
| 782 | # CONFIG_I2C_PIIX4 is not set | 803 | # CONFIG_I2C_PIIX4 is not set |
| 783 | CONFIG_I2C_MPC=y | ||
| 784 | # CONFIG_I2C_NFORCE2 is not set | 804 | # CONFIG_I2C_NFORCE2 is not set |
| 785 | # CONFIG_I2C_OCORES is not set | ||
| 786 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 787 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 788 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 789 | # CONFIG_I2C_SIMTEC is not set | ||
| 790 | # CONFIG_I2C_SIS5595 is not set | 805 | # CONFIG_I2C_SIS5595 is not set |
| 791 | # CONFIG_I2C_SIS630 is not set | 806 | # CONFIG_I2C_SIS630 is not set |
| 792 | # CONFIG_I2C_SIS96X is not set | 807 | # CONFIG_I2C_SIS96X is not set |
| 793 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 794 | # CONFIG_I2C_STUB is not set | ||
| 795 | # CONFIG_I2C_TINY_USB is not set | ||
| 796 | # CONFIG_I2C_VIA is not set | 808 | # CONFIG_I2C_VIA is not set |
| 797 | # CONFIG_I2C_VIAPRO is not set | 809 | # CONFIG_I2C_VIAPRO is not set |
| 810 | |||
| 811 | # | ||
| 812 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 813 | # | ||
| 814 | CONFIG_I2C_MPC=y | ||
| 815 | # CONFIG_I2C_OCORES is not set | ||
| 816 | # CONFIG_I2C_SIMTEC is not set | ||
| 817 | |||
| 818 | # | ||
| 819 | # External I2C/SMBus adapter drivers | ||
| 820 | # | ||
| 821 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 822 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 823 | # CONFIG_I2C_TINY_USB is not set | ||
| 824 | |||
| 825 | # | ||
| 826 | # Graphics adapter I2C/DDC channel drivers | ||
| 827 | # | ||
| 798 | # CONFIG_I2C_VOODOO3 is not set | 828 | # CONFIG_I2C_VOODOO3 is not set |
| 829 | |||
| 830 | # | ||
| 831 | # Other I2C/SMBus bus drivers | ||
| 832 | # | ||
| 799 | # CONFIG_I2C_PCA_PLATFORM is not set | 833 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 834 | # CONFIG_I2C_STUB is not set | ||
| 800 | 835 | ||
| 801 | # | 836 | # |
| 802 | # Miscellaneous I2C Chip support | 837 | # Miscellaneous I2C Chip support |
| 803 | # | 838 | # |
| 804 | # CONFIG_DS1682 is not set | 839 | # CONFIG_DS1682 is not set |
| 840 | # CONFIG_AT24 is not set | ||
| 805 | CONFIG_SENSORS_EEPROM=y | 841 | CONFIG_SENSORS_EEPROM=y |
| 806 | # CONFIG_SENSORS_PCF8574 is not set | 842 | # CONFIG_SENSORS_PCF8574 is not set |
| 807 | # CONFIG_PCF8575 is not set | 843 | # CONFIG_PCF8575 is not set |
| 844 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 808 | # CONFIG_SENSORS_PCF8591 is not set | 845 | # CONFIG_SENSORS_PCF8591 is not set |
| 809 | # CONFIG_SENSORS_MAX6875 is not set | 846 | # CONFIG_SENSORS_MAX6875 is not set |
| 810 | # CONFIG_SENSORS_TSL2550 is not set | 847 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -813,10 +850,13 @@ CONFIG_SENSORS_EEPROM=y | |||
| 813 | # CONFIG_I2C_DEBUG_BUS is not set | 850 | # CONFIG_I2C_DEBUG_BUS is not set |
| 814 | # CONFIG_I2C_DEBUG_CHIP is not set | 851 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 815 | # CONFIG_SPI is not set | 852 | # CONFIG_SPI is not set |
| 853 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 854 | # CONFIG_GPIOLIB is not set | ||
| 816 | # CONFIG_W1 is not set | 855 | # CONFIG_W1 is not set |
| 817 | # CONFIG_POWER_SUPPLY is not set | 856 | # CONFIG_POWER_SUPPLY is not set |
| 818 | # CONFIG_HWMON is not set | 857 | # CONFIG_HWMON is not set |
| 819 | # CONFIG_THERMAL is not set | 858 | # CONFIG_THERMAL is not set |
| 859 | # CONFIG_THERMAL_HWMON is not set | ||
| 820 | # CONFIG_WATCHDOG is not set | 860 | # CONFIG_WATCHDOG is not set |
| 821 | 861 | ||
| 822 | # | 862 | # |
| @@ -828,8 +868,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 828 | # | 868 | # |
| 829 | # Multifunction device drivers | 869 | # Multifunction device drivers |
| 830 | # | 870 | # |
| 871 | # CONFIG_MFD_CORE is not set | ||
| 831 | # CONFIG_MFD_SM501 is not set | 872 | # CONFIG_MFD_SM501 is not set |
| 832 | # CONFIG_HTC_PASIC3 is not set | 873 | # CONFIG_HTC_PASIC3 is not set |
| 874 | # CONFIG_MFD_TMIO is not set | ||
| 833 | 875 | ||
| 834 | # | 876 | # |
| 835 | # Multimedia devices | 877 | # Multimedia devices |
| @@ -871,6 +913,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 871 | # CONFIG_DVB_TTUSB_BUDGET is not set | 913 | # CONFIG_DVB_TTUSB_BUDGET is not set |
| 872 | # CONFIG_DVB_TTUSB_DEC is not set | 914 | # CONFIG_DVB_TTUSB_DEC is not set |
| 873 | # CONFIG_DVB_CINERGYT2 is not set | 915 | # CONFIG_DVB_CINERGYT2 is not set |
| 916 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
| 874 | 917 | ||
| 875 | # | 918 | # |
| 876 | # Supported FlexCopII (B2C2) Adapters | 919 | # Supported FlexCopII (B2C2) Adapters |
| @@ -917,6 +960,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 917 | # CONFIG_DVB_SP887X is not set | 960 | # CONFIG_DVB_SP887X is not set |
| 918 | # CONFIG_DVB_CX22700 is not set | 961 | # CONFIG_DVB_CX22700 is not set |
| 919 | # CONFIG_DVB_CX22702 is not set | 962 | # CONFIG_DVB_CX22702 is not set |
| 963 | # CONFIG_DVB_DRX397XD is not set | ||
| 920 | # CONFIG_DVB_L64781 is not set | 964 | # CONFIG_DVB_L64781 is not set |
| 921 | # CONFIG_DVB_TDA1004X is not set | 965 | # CONFIG_DVB_TDA1004X is not set |
| 922 | # CONFIG_DVB_NXT6000 is not set | 966 | # CONFIG_DVB_NXT6000 is not set |
| @@ -984,15 +1028,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 984 | CONFIG_VGA_CONSOLE=y | 1028 | CONFIG_VGA_CONSOLE=y |
| 985 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1029 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 986 | CONFIG_DUMMY_CONSOLE=y | 1030 | CONFIG_DUMMY_CONSOLE=y |
| 987 | |||
| 988 | # | ||
| 989 | # Sound | ||
| 990 | # | ||
| 991 | CONFIG_SOUND=y | 1031 | CONFIG_SOUND=y |
| 992 | |||
| 993 | # | ||
| 994 | # Advanced Linux Sound Architecture | ||
| 995 | # | ||
| 996 | CONFIG_SND=y | 1032 | CONFIG_SND=y |
| 997 | CONFIG_SND_TIMER=y | 1033 | CONFIG_SND_TIMER=y |
| 998 | CONFIG_SND_PCM=y | 1034 | CONFIG_SND_PCM=y |
| @@ -1006,19 +1042,15 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
| 1006 | CONFIG_SND_VERBOSE_PROCFS=y | 1042 | CONFIG_SND_VERBOSE_PROCFS=y |
| 1007 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1043 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 1008 | # CONFIG_SND_DEBUG is not set | 1044 | # CONFIG_SND_DEBUG is not set |
| 1009 | 1045 | CONFIG_SND_VMASTER=y | |
| 1010 | # | ||
| 1011 | # Generic devices | ||
| 1012 | # | ||
| 1013 | CONFIG_SND_AC97_CODEC=y | 1046 | CONFIG_SND_AC97_CODEC=y |
| 1047 | CONFIG_SND_DRIVERS=y | ||
| 1014 | # CONFIG_SND_DUMMY is not set | 1048 | # CONFIG_SND_DUMMY is not set |
| 1015 | # CONFIG_SND_MTPAV is not set | 1049 | # CONFIG_SND_MTPAV is not set |
| 1016 | # CONFIG_SND_SERIAL_U16550 is not set | 1050 | # CONFIG_SND_SERIAL_U16550 is not set |
| 1017 | # CONFIG_SND_MPU401 is not set | 1051 | # CONFIG_SND_MPU401 is not set |
| 1018 | 1052 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 1019 | # | 1053 | CONFIG_SND_PCI=y |
| 1020 | # PCI devices | ||
| 1021 | # | ||
| 1022 | # CONFIG_SND_AD1889 is not set | 1054 | # CONFIG_SND_AD1889 is not set |
| 1023 | # CONFIG_SND_ALS300 is not set | 1055 | # CONFIG_SND_ALS300 is not set |
| 1024 | # CONFIG_SND_ALS4000 is not set | 1056 | # CONFIG_SND_ALS4000 is not set |
| @@ -1080,39 +1112,12 @@ CONFIG_SND_INTEL8X0=y | |||
| 1080 | # CONFIG_SND_VIRTUOSO is not set | 1112 | # CONFIG_SND_VIRTUOSO is not set |
| 1081 | # CONFIG_SND_VX222 is not set | 1113 | # CONFIG_SND_VX222 is not set |
| 1082 | # CONFIG_SND_YMFPCI is not set | 1114 | # CONFIG_SND_YMFPCI is not set |
| 1083 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1115 | CONFIG_SND_PPC=y |
| 1084 | 1116 | CONFIG_SND_USB=y | |
| 1085 | # | ||
| 1086 | # ALSA PowerMac devices | ||
| 1087 | # | ||
| 1088 | |||
| 1089 | # | ||
| 1090 | # ALSA PowerPC devices | ||
| 1091 | # | ||
| 1092 | |||
| 1093 | # | ||
| 1094 | # USB devices | ||
| 1095 | # | ||
| 1096 | # CONFIG_SND_USB_AUDIO is not set | 1117 | # CONFIG_SND_USB_AUDIO is not set |
| 1097 | # CONFIG_SND_USB_USX2Y is not set | 1118 | # CONFIG_SND_USB_USX2Y is not set |
| 1098 | # CONFIG_SND_USB_CAIAQ is not set | 1119 | # CONFIG_SND_USB_CAIAQ is not set |
| 1099 | |||
| 1100 | # | ||
| 1101 | # System on Chip audio support | ||
| 1102 | # | ||
| 1103 | # CONFIG_SND_SOC is not set | 1120 | # CONFIG_SND_SOC is not set |
| 1104 | |||
| 1105 | # | ||
| 1106 | # ALSA SoC audio for Freescale SOCs | ||
| 1107 | # | ||
| 1108 | |||
| 1109 | # | ||
| 1110 | # SoC Audio for the Texas Instruments OMAP | ||
| 1111 | # | ||
| 1112 | |||
| 1113 | # | ||
| 1114 | # Open Sound System | ||
| 1115 | # | ||
| 1116 | # CONFIG_SOUND_PRIME is not set | 1121 | # CONFIG_SOUND_PRIME is not set |
| 1117 | CONFIG_AC97_BUS=y | 1122 | CONFIG_AC97_BUS=y |
| 1118 | CONFIG_HID_SUPPORT=y | 1123 | CONFIG_HID_SUPPORT=y |
| @@ -1144,6 +1149,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1144 | # CONFIG_USB_OTG is not set | 1149 | # CONFIG_USB_OTG is not set |
| 1145 | # CONFIG_USB_OTG_WHITELIST is not set | 1150 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1146 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1151 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1152 | CONFIG_USB_MON=y | ||
| 1147 | 1153 | ||
| 1148 | # | 1154 | # |
| 1149 | # USB Host Controller Drivers | 1155 | # USB Host Controller Drivers |
| @@ -1195,6 +1201,7 @@ CONFIG_USB_STORAGE=y | |||
| 1195 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1201 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1196 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1202 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1197 | # CONFIG_USB_STORAGE_KARMA is not set | 1203 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1204 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1198 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1205 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1199 | # CONFIG_USB_LIBUSUAL is not set | 1206 | # CONFIG_USB_LIBUSUAL is not set |
| 1200 | 1207 | ||
| @@ -1203,7 +1210,6 @@ CONFIG_USB_STORAGE=y | |||
| 1203 | # | 1210 | # |
| 1204 | # CONFIG_USB_MDC800 is not set | 1211 | # CONFIG_USB_MDC800 is not set |
| 1205 | # CONFIG_USB_MICROTEK is not set | 1212 | # CONFIG_USB_MICROTEK is not set |
| 1206 | CONFIG_USB_MON=y | ||
| 1207 | 1213 | ||
| 1208 | # | 1214 | # |
| 1209 | # USB port drivers | 1215 | # USB port drivers |
| @@ -1216,7 +1222,6 @@ CONFIG_USB_MON=y | |||
| 1216 | # CONFIG_USB_EMI62 is not set | 1222 | # CONFIG_USB_EMI62 is not set |
| 1217 | # CONFIG_USB_EMI26 is not set | 1223 | # CONFIG_USB_EMI26 is not set |
| 1218 | # CONFIG_USB_ADUTUX is not set | 1224 | # CONFIG_USB_ADUTUX is not set |
| 1219 | # CONFIG_USB_AUERSWALD is not set | ||
| 1220 | # CONFIG_USB_RIO500 is not set | 1225 | # CONFIG_USB_RIO500 is not set |
| 1221 | # CONFIG_USB_LEGOTOWER is not set | 1226 | # CONFIG_USB_LEGOTOWER is not set |
| 1222 | # CONFIG_USB_LCD is not set | 1227 | # CONFIG_USB_LCD is not set |
| @@ -1270,6 +1275,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 1270 | # CONFIG_RTC_DRV_PCF8583 is not set | 1275 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1271 | # CONFIG_RTC_DRV_M41T80 is not set | 1276 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1272 | # CONFIG_RTC_DRV_S35390A is not set | 1277 | # CONFIG_RTC_DRV_S35390A is not set |
| 1278 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1273 | 1279 | ||
| 1274 | # | 1280 | # |
| 1275 | # SPI RTC drivers | 1281 | # SPI RTC drivers |
| @@ -1303,6 +1309,7 @@ CONFIG_DMA_ENGINE=y | |||
| 1303 | # DMA Clients | 1309 | # DMA Clients |
| 1304 | # | 1310 | # |
| 1305 | # CONFIG_NET_DMA is not set | 1311 | # CONFIG_NET_DMA is not set |
| 1312 | # CONFIG_DMATEST is not set | ||
| 1306 | # CONFIG_UIO is not set | 1313 | # CONFIG_UIO is not set |
| 1307 | 1314 | ||
| 1308 | # | 1315 | # |
| @@ -1379,6 +1386,7 @@ CONFIG_EFS_FS=m | |||
| 1379 | CONFIG_CRAMFS=y | 1386 | CONFIG_CRAMFS=y |
| 1380 | CONFIG_VXFS_FS=m | 1387 | CONFIG_VXFS_FS=m |
| 1381 | # CONFIG_MINIX_FS is not set | 1388 | # CONFIG_MINIX_FS is not set |
| 1389 | # CONFIG_OMFS_FS is not set | ||
| 1382 | CONFIG_HPFS_FS=m | 1390 | CONFIG_HPFS_FS=m |
| 1383 | CONFIG_QNX4FS_FS=m | 1391 | CONFIG_QNX4FS_FS=m |
| 1384 | # CONFIG_ROMFS_FS is not set | 1392 | # CONFIG_ROMFS_FS is not set |
| @@ -1391,17 +1399,16 @@ CONFIG_NFS_FS=y | |||
| 1391 | CONFIG_NFS_V3=y | 1399 | CONFIG_NFS_V3=y |
| 1392 | # CONFIG_NFS_V3_ACL is not set | 1400 | # CONFIG_NFS_V3_ACL is not set |
| 1393 | CONFIG_NFS_V4=y | 1401 | CONFIG_NFS_V4=y |
| 1402 | CONFIG_ROOT_NFS=y | ||
| 1394 | CONFIG_NFSD=y | 1403 | CONFIG_NFSD=y |
| 1395 | # CONFIG_NFSD_V3 is not set | 1404 | # CONFIG_NFSD_V3 is not set |
| 1396 | # CONFIG_NFSD_V4 is not set | 1405 | # CONFIG_NFSD_V4 is not set |
| 1397 | CONFIG_ROOT_NFS=y | ||
| 1398 | CONFIG_LOCKD=y | 1406 | CONFIG_LOCKD=y |
| 1399 | CONFIG_LOCKD_V4=y | 1407 | CONFIG_LOCKD_V4=y |
| 1400 | CONFIG_EXPORTFS=y | 1408 | CONFIG_EXPORTFS=y |
| 1401 | CONFIG_NFS_COMMON=y | 1409 | CONFIG_NFS_COMMON=y |
| 1402 | CONFIG_SUNRPC=y | 1410 | CONFIG_SUNRPC=y |
| 1403 | CONFIG_SUNRPC_GSS=y | 1411 | CONFIG_SUNRPC_GSS=y |
| 1404 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1405 | CONFIG_RPCSEC_GSS_KRB5=y | 1412 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1406 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1413 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1407 | # CONFIG_SMB_FS is not set | 1414 | # CONFIG_SMB_FS is not set |
| @@ -1480,6 +1487,7 @@ CONFIG_BITREVERSE=y | |||
| 1480 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1487 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1481 | # CONFIG_CRC_CCITT is not set | 1488 | # CONFIG_CRC_CCITT is not set |
| 1482 | # CONFIG_CRC16 is not set | 1489 | # CONFIG_CRC16 is not set |
| 1490 | CONFIG_CRC_T10DIF=y | ||
| 1483 | CONFIG_CRC_ITU_T=m | 1491 | CONFIG_CRC_ITU_T=m |
| 1484 | CONFIG_CRC32=y | 1492 | CONFIG_CRC32=y |
| 1485 | # CONFIG_CRC7 is not set | 1493 | # CONFIG_CRC7 is not set |
| @@ -1505,6 +1513,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1505 | CONFIG_DEBUG_KERNEL=y | 1513 | CONFIG_DEBUG_KERNEL=y |
| 1506 | # CONFIG_DEBUG_SHIRQ is not set | 1514 | # CONFIG_DEBUG_SHIRQ is not set |
| 1507 | CONFIG_DETECT_SOFTLOCKUP=y | 1515 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1516 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1517 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1508 | CONFIG_SCHED_DEBUG=y | 1518 | CONFIG_SCHED_DEBUG=y |
| 1509 | # CONFIG_SCHEDSTATS is not set | 1519 | # CONFIG_SCHEDSTATS is not set |
| 1510 | # CONFIG_TIMER_STATS is not set | 1520 | # CONFIG_TIMER_STATS is not set |
| @@ -1523,17 +1533,29 @@ CONFIG_SCHED_DEBUG=y | |||
| 1523 | CONFIG_DEBUG_INFO=y | 1533 | CONFIG_DEBUG_INFO=y |
| 1524 | # CONFIG_DEBUG_VM is not set | 1534 | # CONFIG_DEBUG_VM is not set |
| 1525 | # CONFIG_DEBUG_WRITECOUNT is not set | 1535 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1536 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1526 | # CONFIG_DEBUG_LIST is not set | 1537 | # CONFIG_DEBUG_LIST is not set |
| 1527 | # CONFIG_DEBUG_SG is not set | 1538 | # CONFIG_DEBUG_SG is not set |
| 1528 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1539 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1529 | # CONFIG_RCU_TORTURE_TEST is not set | 1540 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1530 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1541 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1531 | # CONFIG_FAULT_INJECTION is not set | 1542 | # CONFIG_FAULT_INJECTION is not set |
| 1543 | # CONFIG_LATENCYTOP is not set | ||
| 1544 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1545 | CONFIG_HAVE_FTRACE=y | ||
| 1546 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1547 | # CONFIG_FTRACE is not set | ||
| 1548 | # CONFIG_SCHED_TRACER is not set | ||
| 1549 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1532 | # CONFIG_SAMPLES is not set | 1550 | # CONFIG_SAMPLES is not set |
| 1551 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1552 | # CONFIG_KGDB is not set | ||
| 1533 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1553 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1534 | # CONFIG_DEBUG_STACK_USAGE is not set | 1554 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1535 | # CONFIG_DEBUG_PAGEALLOC is not set | 1555 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1536 | # CONFIG_DEBUGGER is not set | 1556 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1557 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1558 | # CONFIG_XMON is not set | ||
| 1537 | # CONFIG_IRQSTACKS is not set | 1559 | # CONFIG_IRQSTACKS is not set |
| 1538 | # CONFIG_BDI_SWITCH is not set | 1560 | # CONFIG_BDI_SWITCH is not set |
| 1539 | # CONFIG_PPC_EARLY_DEBUG is not set | 1561 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1550,13 +1572,14 @@ CONFIG_CRYPTO=y | |||
| 1550 | # Crypto core or helper | 1572 | # Crypto core or helper |
| 1551 | # | 1573 | # |
| 1552 | CONFIG_CRYPTO_ALGAPI=y | 1574 | CONFIG_CRYPTO_ALGAPI=y |
| 1575 | CONFIG_CRYPTO_AEAD=y | ||
| 1553 | CONFIG_CRYPTO_BLKCIPHER=y | 1576 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1554 | CONFIG_CRYPTO_HASH=y | 1577 | CONFIG_CRYPTO_HASH=y |
| 1555 | CONFIG_CRYPTO_MANAGER=y | 1578 | CONFIG_CRYPTO_MANAGER=y |
| 1556 | # CONFIG_CRYPTO_GF128MUL is not set | 1579 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1557 | # CONFIG_CRYPTO_NULL is not set | 1580 | # CONFIG_CRYPTO_NULL is not set |
| 1558 | # CONFIG_CRYPTO_CRYPTD is not set | 1581 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1559 | # CONFIG_CRYPTO_AUTHENC is not set | 1582 | CONFIG_CRYPTO_AUTHENC=y |
| 1560 | # CONFIG_CRYPTO_TEST is not set | 1583 | # CONFIG_CRYPTO_TEST is not set |
| 1561 | 1584 | ||
| 1562 | # | 1585 | # |
| @@ -1590,6 +1613,10 @@ CONFIG_CRYPTO_HMAC=y | |||
| 1590 | # CONFIG_CRYPTO_MD4 is not set | 1613 | # CONFIG_CRYPTO_MD4 is not set |
| 1591 | CONFIG_CRYPTO_MD5=y | 1614 | CONFIG_CRYPTO_MD5=y |
| 1592 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1615 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1616 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1617 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1618 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1619 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1593 | CONFIG_CRYPTO_SHA1=m | 1620 | CONFIG_CRYPTO_SHA1=m |
| 1594 | # CONFIG_CRYPTO_SHA256 is not set | 1621 | # CONFIG_CRYPTO_SHA256 is not set |
| 1595 | # CONFIG_CRYPTO_SHA512 is not set | 1622 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1622,5 +1649,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1622 | # CONFIG_CRYPTO_LZO is not set | 1649 | # CONFIG_CRYPTO_LZO is not set |
| 1623 | CONFIG_CRYPTO_HW=y | 1650 | CONFIG_CRYPTO_HW=y |
| 1624 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1651 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1652 | CONFIG_CRYPTO_DEV_TALITOS=y | ||
| 1625 | # CONFIG_PPC_CLOCK is not set | 1653 | # CONFIG_PPC_CLOCK is not set |
| 1626 | # CONFIG_VIRTUALIZATION is not set | 1654 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig index e19592b42043..06e26d906f65 100644 --- a/arch/powerpc/configs/85xx/mpc8560_ads_defconfig +++ b/arch/powerpc/configs/85xx/mpc8560_ads_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:33 2008 | 4 | # Thu Aug 21 00:52:32 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -89,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
| 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -114,10 +116,16 @@ CONFIG_SLUB=y | |||
| 114 | # CONFIG_PROFILING is not set | 116 | # CONFIG_PROFILING is not set |
| 115 | # CONFIG_MARKERS is not set | 117 | # CONFIG_MARKERS is not set |
| 116 | CONFIG_HAVE_OPROFILE=y | 118 | CONFIG_HAVE_OPROFILE=y |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 117 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 118 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 119 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | CONFIG_HAVE_CLK=y | ||
| 120 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 121 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 122 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 123 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -128,6 +136,7 @@ CONFIG_BLOCK=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 136 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 137 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 138 | # CONFIG_BLK_DEV_BSG is not set |
| 139 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 140 | ||
| 132 | # | 141 | # |
| 133 | # IO Schedulers | 142 | # IO Schedulers |
| @@ -146,8 +155,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 146 | # | 155 | # |
| 147 | # Platform support | 156 | # Platform support |
| 148 | # | 157 | # |
| 149 | # CONFIG_PPC_MPC512x is not set | ||
| 150 | # CONFIG_PPC_MPC5121 is not set | ||
| 151 | # CONFIG_PPC_CELL is not set | 158 | # CONFIG_PPC_CELL is not set |
| 152 | # CONFIG_PPC_CELL_NATIVE is not set | 159 | # CONFIG_PPC_CELL_NATIVE is not set |
| 153 | # CONFIG_PQ2ADS is not set | 160 | # CONFIG_PQ2ADS is not set |
| @@ -156,11 +163,13 @@ CONFIG_MPC85xx=y | |||
| 156 | CONFIG_MPC8560_ADS=y | 163 | CONFIG_MPC8560_ADS=y |
| 157 | # CONFIG_MPC85xx_CDS is not set | 164 | # CONFIG_MPC85xx_CDS is not set |
| 158 | # CONFIG_MPC85xx_MDS is not set | 165 | # CONFIG_MPC85xx_MDS is not set |
| 166 | # CONFIG_MPC8536_DS is not set | ||
| 159 | # CONFIG_MPC85xx_DS is not set | 167 | # CONFIG_MPC85xx_DS is not set |
| 160 | # CONFIG_KSI8560 is not set | 168 | # CONFIG_KSI8560 is not set |
| 161 | # CONFIG_STX_GP3 is not set | 169 | # CONFIG_STX_GP3 is not set |
| 162 | # CONFIG_TQM8540 is not set | 170 | # CONFIG_TQM8540 is not set |
| 163 | # CONFIG_TQM8541 is not set | 171 | # CONFIG_TQM8541 is not set |
| 172 | # CONFIG_TQM8548 is not set | ||
| 164 | # CONFIG_TQM8555 is not set | 173 | # CONFIG_TQM8555 is not set |
| 165 | # CONFIG_TQM8560 is not set | 174 | # CONFIG_TQM8560 is not set |
| 166 | # CONFIG_SBC8548 is not set | 175 | # CONFIG_SBC8548 is not set |
| @@ -177,7 +186,6 @@ CONFIG_MPIC=y | |||
| 177 | # CONFIG_GENERIC_IOMAP is not set | 186 | # CONFIG_GENERIC_IOMAP is not set |
| 178 | # CONFIG_CPU_FREQ is not set | 187 | # CONFIG_CPU_FREQ is not set |
| 179 | CONFIG_CPM2=y | 188 | CONFIG_CPM2=y |
| 180 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 181 | # CONFIG_FSL_ULI1575 is not set | 189 | # CONFIG_FSL_ULI1575 is not set |
| 182 | CONFIG_CPM=y | 190 | CONFIG_CPM=y |
| 183 | 191 | ||
| @@ -217,6 +225,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 225 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 226 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 227 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 228 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 229 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 230 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 231 | CONFIG_BOUNCE=y |
| @@ -224,6 +233,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 233 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | # CONFIG_PROC_DEVICETREE is not set | 234 | # CONFIG_PROC_DEVICETREE is not set |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 235 | # CONFIG_CMDLINE_BOOL is not set |
| 236 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 237 | # CONFIG_PM is not set |
| 228 | # CONFIG_SECCOMP is not set | 238 | # CONFIG_SECCOMP is not set |
| 229 | CONFIG_ISA_DMA_API=y | 239 | CONFIG_ISA_DMA_API=y |
| @@ -235,6 +245,7 @@ CONFIG_ZONE_DMA=y | |||
| 235 | CONFIG_PPC_INDIRECT_PCI=y | 245 | CONFIG_PPC_INDIRECT_PCI=y |
| 236 | CONFIG_FSL_SOC=y | 246 | CONFIG_FSL_SOC=y |
| 237 | CONFIG_FSL_PCI=y | 247 | CONFIG_FSL_PCI=y |
| 248 | CONFIG_PPC_PCI_CHOICE=y | ||
| 238 | CONFIG_PCI=y | 249 | CONFIG_PCI=y |
| 239 | CONFIG_PCI_DOMAINS=y | 250 | CONFIG_PCI_DOMAINS=y |
| 240 | CONFIG_PCI_SYSCALL=y | 251 | CONFIG_PCI_SYSCALL=y |
| @@ -261,10 +272,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 261 | CONFIG_PHYSICAL_START=0x00000000 | 272 | CONFIG_PHYSICAL_START=0x00000000 |
| 262 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 273 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 263 | CONFIG_TASK_SIZE=0xc0000000 | 274 | CONFIG_TASK_SIZE=0xc0000000 |
| 264 | |||
| 265 | # | ||
| 266 | # Networking | ||
| 267 | # | ||
| 268 | CONFIG_NET=y | 275 | CONFIG_NET=y |
| 269 | 276 | ||
| 270 | # | 277 | # |
| @@ -363,6 +370,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
| 363 | # CONFIG_CONNECTOR is not set | 370 | # CONFIG_CONNECTOR is not set |
| 364 | # CONFIG_MTD is not set | 371 | # CONFIG_MTD is not set |
| 365 | CONFIG_OF_DEVICE=y | 372 | CONFIG_OF_DEVICE=y |
| 373 | CONFIG_OF_GPIO=y | ||
| 366 | # CONFIG_PARPORT is not set | 374 | # CONFIG_PARPORT is not set |
| 367 | CONFIG_BLK_DEV=y | 375 | CONFIG_BLK_DEV=y |
| 368 | # CONFIG_BLK_DEV_FD is not set | 376 | # CONFIG_BLK_DEV_FD is not set |
| @@ -381,12 +389,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 381 | # CONFIG_BLK_DEV_XIP is not set | 389 | # CONFIG_BLK_DEV_XIP is not set |
| 382 | # CONFIG_CDROM_PKTCDVD is not set | 390 | # CONFIG_CDROM_PKTCDVD is not set |
| 383 | # CONFIG_ATA_OVER_ETH is not set | 391 | # CONFIG_ATA_OVER_ETH is not set |
| 392 | # CONFIG_BLK_DEV_HD is not set | ||
| 384 | CONFIG_MISC_DEVICES=y | 393 | CONFIG_MISC_DEVICES=y |
| 385 | # CONFIG_PHANTOM is not set | 394 | # CONFIG_PHANTOM is not set |
| 386 | # CONFIG_EEPROM_93CX6 is not set | 395 | # CONFIG_EEPROM_93CX6 is not set |
| 387 | # CONFIG_SGI_IOC4 is not set | 396 | # CONFIG_SGI_IOC4 is not set |
| 388 | # CONFIG_TIFM_CORE is not set | 397 | # CONFIG_TIFM_CORE is not set |
| 389 | # CONFIG_ENCLOSURE_SERVICES is not set | 398 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 399 | # CONFIG_HP_ILO is not set | ||
| 390 | CONFIG_HAVE_IDE=y | 400 | CONFIG_HAVE_IDE=y |
| 391 | # CONFIG_IDE is not set | 401 | # CONFIG_IDE is not set |
| 392 | 402 | ||
| @@ -404,12 +414,15 @@ CONFIG_HAVE_IDE=y | |||
| 404 | # | 414 | # |
| 405 | # IEEE 1394 (FireWire) support | 415 | # IEEE 1394 (FireWire) support |
| 406 | # | 416 | # |
| 417 | |||
| 418 | # | ||
| 419 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 420 | # | ||
| 407 | # CONFIG_FIREWIRE is not set | 421 | # CONFIG_FIREWIRE is not set |
| 408 | # CONFIG_IEEE1394 is not set | 422 | # CONFIG_IEEE1394 is not set |
| 409 | # CONFIG_I2O is not set | 423 | # CONFIG_I2O is not set |
| 410 | # CONFIG_MACINTOSH_DRIVERS is not set | 424 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 411 | CONFIG_NETDEVICES=y | 425 | CONFIG_NETDEVICES=y |
| 412 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 413 | # CONFIG_DUMMY is not set | 426 | # CONFIG_DUMMY is not set |
| 414 | # CONFIG_BONDING is not set | 427 | # CONFIG_BONDING is not set |
| 415 | # CONFIG_MACVLAN is not set | 428 | # CONFIG_MACVLAN is not set |
| @@ -456,10 +469,8 @@ CONFIG_NETDEV_1000=y | |||
| 456 | # CONFIG_ACENIC is not set | 469 | # CONFIG_ACENIC is not set |
| 457 | # CONFIG_DL2K is not set | 470 | # CONFIG_DL2K is not set |
| 458 | CONFIG_E1000=y | 471 | CONFIG_E1000=y |
| 459 | CONFIG_E1000_NAPI=y | ||
| 460 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 472 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 461 | # CONFIG_E1000E is not set | 473 | # CONFIG_E1000E is not set |
| 462 | # CONFIG_E1000E_ENABLED is not set | ||
| 463 | # CONFIG_IP1000 is not set | 474 | # CONFIG_IP1000 is not set |
| 464 | # CONFIG_IGB is not set | 475 | # CONFIG_IGB is not set |
| 465 | # CONFIG_NS83820 is not set | 476 | # CONFIG_NS83820 is not set |
| @@ -473,9 +484,9 @@ CONFIG_E1000_NAPI=y | |||
| 473 | # CONFIG_TIGON3 is not set | 484 | # CONFIG_TIGON3 is not set |
| 474 | # CONFIG_BNX2 is not set | 485 | # CONFIG_BNX2 is not set |
| 475 | CONFIG_GIANFAR=y | 486 | CONFIG_GIANFAR=y |
| 476 | CONFIG_GFAR_NAPI=y | ||
| 477 | # CONFIG_QLA3XXX is not set | 487 | # CONFIG_QLA3XXX is not set |
| 478 | # CONFIG_ATL1 is not set | 488 | # CONFIG_ATL1 is not set |
| 489 | # CONFIG_ATL1E is not set | ||
| 479 | CONFIG_NETDEV_10000=y | 490 | CONFIG_NETDEV_10000=y |
| 480 | # CONFIG_CHELSIO_T1 is not set | 491 | # CONFIG_CHELSIO_T1 is not set |
| 481 | # CONFIG_CHELSIO_T3 is not set | 492 | # CONFIG_CHELSIO_T3 is not set |
| @@ -582,6 +593,24 @@ CONFIG_GEN_RTC=y | |||
| 582 | CONFIG_DEVPORT=y | 593 | CONFIG_DEVPORT=y |
| 583 | # CONFIG_I2C is not set | 594 | # CONFIG_I2C is not set |
| 584 | # CONFIG_SPI is not set | 595 | # CONFIG_SPI is not set |
| 596 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 597 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 598 | CONFIG_GPIOLIB=y | ||
| 599 | # CONFIG_DEBUG_GPIO is not set | ||
| 600 | # CONFIG_GPIO_SYSFS is not set | ||
| 601 | |||
| 602 | # | ||
| 603 | # I2C GPIO expanders: | ||
| 604 | # | ||
| 605 | |||
| 606 | # | ||
| 607 | # PCI GPIO expanders: | ||
| 608 | # | ||
| 609 | # CONFIG_GPIO_BT8XX is not set | ||
| 610 | |||
| 611 | # | ||
| 612 | # SPI GPIO expanders: | ||
| 613 | # | ||
| 585 | # CONFIG_W1 is not set | 614 | # CONFIG_W1 is not set |
| 586 | # CONFIG_POWER_SUPPLY is not set | 615 | # CONFIG_POWER_SUPPLY is not set |
| 587 | CONFIG_HWMON=y | 616 | CONFIG_HWMON=y |
| @@ -602,6 +631,7 @@ CONFIG_HWMON=y | |||
| 602 | # CONFIG_SENSORS_W83627EHF is not set | 631 | # CONFIG_SENSORS_W83627EHF is not set |
| 603 | # CONFIG_HWMON_DEBUG_CHIP is not set | 632 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 604 | # CONFIG_THERMAL is not set | 633 | # CONFIG_THERMAL is not set |
| 634 | # CONFIG_THERMAL_HWMON is not set | ||
| 605 | # CONFIG_WATCHDOG is not set | 635 | # CONFIG_WATCHDOG is not set |
| 606 | 636 | ||
| 607 | # | 637 | # |
| @@ -613,8 +643,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 613 | # | 643 | # |
| 614 | # Multifunction device drivers | 644 | # Multifunction device drivers |
| 615 | # | 645 | # |
| 646 | # CONFIG_MFD_CORE is not set | ||
| 616 | # CONFIG_MFD_SM501 is not set | 647 | # CONFIG_MFD_SM501 is not set |
| 617 | # CONFIG_HTC_PASIC3 is not set | 648 | # CONFIG_HTC_PASIC3 is not set |
| 649 | # CONFIG_MFD_TMIO is not set | ||
| 618 | 650 | ||
| 619 | # | 651 | # |
| 620 | # Multimedia devices | 652 | # Multimedia devices |
| @@ -646,10 +678,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 646 | # Display device support | 678 | # Display device support |
| 647 | # | 679 | # |
| 648 | # CONFIG_DISPLAY_SUPPORT is not set | 680 | # CONFIG_DISPLAY_SUPPORT is not set |
| 649 | |||
| 650 | # | ||
| 651 | # Sound | ||
| 652 | # | ||
| 653 | # CONFIG_SOUND is not set | 681 | # CONFIG_SOUND is not set |
| 654 | CONFIG_HID_SUPPORT=y | 682 | CONFIG_HID_SUPPORT=y |
| 655 | CONFIG_HID=y | 683 | CONFIG_HID=y |
| @@ -664,6 +692,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 664 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 692 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 665 | 693 | ||
| 666 | # | 694 | # |
| 695 | # Enable Host or Gadget support to see Inventra options | ||
| 696 | # | ||
| 697 | |||
| 698 | # | ||
| 667 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 699 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 668 | # | 700 | # |
| 669 | # CONFIG_USB_GADGET is not set | 701 | # CONFIG_USB_GADGET is not set |
| @@ -741,6 +773,7 @@ CONFIG_TMPFS=y | |||
| 741 | # CONFIG_CRAMFS is not set | 773 | # CONFIG_CRAMFS is not set |
| 742 | # CONFIG_VXFS_FS is not set | 774 | # CONFIG_VXFS_FS is not set |
| 743 | # CONFIG_MINIX_FS is not set | 775 | # CONFIG_MINIX_FS is not set |
| 776 | # CONFIG_OMFS_FS is not set | ||
| 744 | # CONFIG_HPFS_FS is not set | 777 | # CONFIG_HPFS_FS is not set |
| 745 | # CONFIG_QNX4FS_FS is not set | 778 | # CONFIG_QNX4FS_FS is not set |
| 746 | # CONFIG_ROMFS_FS is not set | 779 | # CONFIG_ROMFS_FS is not set |
| @@ -750,12 +783,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 750 | CONFIG_NFS_FS=y | 783 | CONFIG_NFS_FS=y |
| 751 | # CONFIG_NFS_V3 is not set | 784 | # CONFIG_NFS_V3 is not set |
| 752 | # CONFIG_NFS_V4 is not set | 785 | # CONFIG_NFS_V4 is not set |
| 753 | # CONFIG_NFSD is not set | ||
| 754 | CONFIG_ROOT_NFS=y | 786 | CONFIG_ROOT_NFS=y |
| 787 | # CONFIG_NFSD is not set | ||
| 755 | CONFIG_LOCKD=y | 788 | CONFIG_LOCKD=y |
| 756 | CONFIG_NFS_COMMON=y | 789 | CONFIG_NFS_COMMON=y |
| 757 | CONFIG_SUNRPC=y | 790 | CONFIG_SUNRPC=y |
| 758 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 759 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 791 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 760 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 792 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 761 | # CONFIG_SMB_FS is not set | 793 | # CONFIG_SMB_FS is not set |
| @@ -791,6 +823,7 @@ CONFIG_BITREVERSE=y | |||
| 791 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 823 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 792 | # CONFIG_CRC_CCITT is not set | 824 | # CONFIG_CRC_CCITT is not set |
| 793 | # CONFIG_CRC16 is not set | 825 | # CONFIG_CRC16 is not set |
| 826 | # CONFIG_CRC_T10DIF is not set | ||
| 794 | # CONFIG_CRC_ITU_T is not set | 827 | # CONFIG_CRC_ITU_T is not set |
| 795 | CONFIG_CRC32=y | 828 | CONFIG_CRC32=y |
| 796 | # CONFIG_CRC7 is not set | 829 | # CONFIG_CRC7 is not set |
| @@ -815,6 +848,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 815 | CONFIG_DEBUG_KERNEL=y | 848 | CONFIG_DEBUG_KERNEL=y |
| 816 | # CONFIG_DEBUG_SHIRQ is not set | 849 | # CONFIG_DEBUG_SHIRQ is not set |
| 817 | CONFIG_DETECT_SOFTLOCKUP=y | 850 | CONFIG_DETECT_SOFTLOCKUP=y |
| 851 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 852 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 818 | CONFIG_SCHED_DEBUG=y | 853 | CONFIG_SCHED_DEBUG=y |
| 819 | # CONFIG_SCHEDSTATS is not set | 854 | # CONFIG_SCHEDSTATS is not set |
| 820 | # CONFIG_TIMER_STATS is not set | 855 | # CONFIG_TIMER_STATS is not set |
| @@ -832,17 +867,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 832 | # CONFIG_DEBUG_INFO is not set | 867 | # CONFIG_DEBUG_INFO is not set |
| 833 | # CONFIG_DEBUG_VM is not set | 868 | # CONFIG_DEBUG_VM is not set |
| 834 | # CONFIG_DEBUG_WRITECOUNT is not set | 869 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 870 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 835 | # CONFIG_DEBUG_LIST is not set | 871 | # CONFIG_DEBUG_LIST is not set |
| 836 | # CONFIG_DEBUG_SG is not set | 872 | # CONFIG_DEBUG_SG is not set |
| 837 | # CONFIG_BOOT_PRINTK_DELAY is not set | 873 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 874 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 838 | # CONFIG_BACKTRACE_SELF_TEST is not set | 875 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 839 | # CONFIG_FAULT_INJECTION is not set | 876 | # CONFIG_FAULT_INJECTION is not set |
| 877 | # CONFIG_LATENCYTOP is not set | ||
| 878 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 879 | CONFIG_HAVE_FTRACE=y | ||
| 880 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 881 | # CONFIG_FTRACE is not set | ||
| 882 | # CONFIG_SCHED_TRACER is not set | ||
| 883 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 840 | # CONFIG_SAMPLES is not set | 884 | # CONFIG_SAMPLES is not set |
| 885 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 886 | # CONFIG_KGDB is not set | ||
| 841 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 887 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 842 | # CONFIG_DEBUG_STACK_USAGE is not set | 888 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 843 | # CONFIG_DEBUG_PAGEALLOC is not set | 889 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 844 | # CONFIG_DEBUGGER is not set | 890 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 845 | # CONFIG_KGDB_CONSOLE is not set | 891 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 892 | # CONFIG_XMON is not set | ||
| 846 | # CONFIG_IRQSTACKS is not set | 893 | # CONFIG_IRQSTACKS is not set |
| 847 | # CONFIG_BDI_SWITCH is not set | 894 | # CONFIG_BDI_SWITCH is not set |
| 848 | # CONFIG_PPC_EARLY_DEBUG is not set | 895 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -895,6 +942,10 @@ CONFIG_CRYPTO=y | |||
| 895 | # CONFIG_CRYPTO_MD4 is not set | 942 | # CONFIG_CRYPTO_MD4 is not set |
| 896 | # CONFIG_CRYPTO_MD5 is not set | 943 | # CONFIG_CRYPTO_MD5 is not set |
| 897 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 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 | ||
| 898 | # CONFIG_CRYPTO_SHA1 is not set | 949 | # CONFIG_CRYPTO_SHA1 is not set |
| 899 | # CONFIG_CRYPTO_SHA256 is not set | 950 | # CONFIG_CRYPTO_SHA256 is not set |
| 900 | # CONFIG_CRYPTO_SHA512 is not set | 951 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -927,6 +978,7 @@ CONFIG_CRYPTO=y | |||
| 927 | # CONFIG_CRYPTO_LZO is not set | 978 | # CONFIG_CRYPTO_LZO is not set |
| 928 | CONFIG_CRYPTO_HW=y | 979 | CONFIG_CRYPTO_HW=y |
| 929 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 980 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 930 | # CONFIG_PPC_CLOCK is not set | 981 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 982 | CONFIG_PPC_CLOCK=y | ||
| 931 | CONFIG_PPC_LIB_RHEAP=y | 983 | CONFIG_PPC_LIB_RHEAP=y |
| 932 | # CONFIG_VIRTUALIZATION is not set | 984 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc8568mds_defconfig b/arch/powerpc/configs/85xx/mpc8568mds_defconfig index 28004e93aeee..dc27c74955fa 100644 --- a/arch/powerpc/configs/85xx/mpc8568mds_defconfig +++ b/arch/powerpc/configs/85xx/mpc8568mds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:34 2008 | 4 | # Thu Aug 21 00:52:33 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 94 | # CONFIG_KALLSYMS is not set |
| 94 | CONFIG_HOTPLUG=y | 95 | CONFIG_HOTPLUG=y |
| 95 | CONFIG_PRINTK=y | 96 | CONFIG_PRINTK=y |
| @@ -112,10 +113,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 113 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 117 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 118 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 119 | CONFIG_HAVE_KRETPROBES=y |
| 120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 121 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 122 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 123 | # CONFIG_HAVE_CLK is not set | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 124 | CONFIG_PROC_PAGE_MONITOR=y |
| 125 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 126 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 127 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 128 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,12 +133,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 126 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 133 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 127 | # CONFIG_MODVERSIONS is not set | 134 | # CONFIG_MODVERSIONS is not set |
| 128 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 135 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 129 | # CONFIG_KMOD is not set | 136 | CONFIG_KMOD=y |
| 130 | CONFIG_BLOCK=y | 137 | CONFIG_BLOCK=y |
| 131 | # CONFIG_LBD is not set | 138 | # CONFIG_LBD is not set |
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 139 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 140 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 141 | # CONFIG_BLK_DEV_BSG is not set |
| 142 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 143 | ||
| 136 | # | 144 | # |
| 137 | # IO Schedulers | 145 | # IO Schedulers |
| @@ -150,8 +158,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 150 | # | 158 | # |
| 151 | # Platform support | 159 | # Platform support |
| 152 | # | 160 | # |
| 153 | # CONFIG_PPC_MPC512x is not set | ||
| 154 | # CONFIG_PPC_MPC5121 is not set | ||
| 155 | # CONFIG_PPC_CELL is not set | 161 | # CONFIG_PPC_CELL is not set |
| 156 | # CONFIG_PPC_CELL_NATIVE is not set | 162 | # CONFIG_PPC_CELL_NATIVE is not set |
| 157 | # CONFIG_PQ2ADS is not set | 163 | # CONFIG_PQ2ADS is not set |
| @@ -160,11 +166,13 @@ CONFIG_MPC85xx=y | |||
| 160 | # CONFIG_MPC8560_ADS is not set | 166 | # CONFIG_MPC8560_ADS is not set |
| 161 | # CONFIG_MPC85xx_CDS is not set | 167 | # CONFIG_MPC85xx_CDS is not set |
| 162 | CONFIG_MPC85xx_MDS=y | 168 | CONFIG_MPC85xx_MDS=y |
| 169 | # CONFIG_MPC8536_DS is not set | ||
| 163 | # CONFIG_MPC85xx_DS is not set | 170 | # CONFIG_MPC85xx_DS is not set |
| 164 | # CONFIG_KSI8560 is not set | 171 | # CONFIG_KSI8560 is not set |
| 165 | # CONFIG_STX_GP3 is not set | 172 | # CONFIG_STX_GP3 is not set |
| 166 | # CONFIG_TQM8540 is not set | 173 | # CONFIG_TQM8540 is not set |
| 167 | # CONFIG_TQM8541 is not set | 174 | # CONFIG_TQM8541 is not set |
| 175 | # CONFIG_TQM8548 is not set | ||
| 168 | # CONFIG_TQM8555 is not set | 176 | # CONFIG_TQM8555 is not set |
| 169 | # CONFIG_TQM8560 is not set | 177 | # CONFIG_TQM8560 is not set |
| 170 | # CONFIG_SBC8548 is not set | 178 | # CONFIG_SBC8548 is not set |
| @@ -197,7 +205,7 @@ CONFIG_HZ_250=y | |||
| 197 | # CONFIG_HZ_300 is not set | 205 | # CONFIG_HZ_300 is not set |
| 198 | # CONFIG_HZ_1000 is not set | 206 | # CONFIG_HZ_1000 is not set |
| 199 | CONFIG_HZ=250 | 207 | CONFIG_HZ=250 |
| 200 | # CONFIG_SCHED_HRTICK is not set | 208 | CONFIG_SCHED_HRTICK=y |
| 201 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
| 202 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 203 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
| @@ -220,6 +228,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 220 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 221 | CONFIG_PAGEFLAGS_EXTENDED=y | 229 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 222 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 231 | CONFIG_MIGRATION=y | ||
| 223 | # CONFIG_RESOURCES_64BIT is not set | 232 | # CONFIG_RESOURCES_64BIT is not set |
| 224 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
| 225 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
| @@ -227,6 +236,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 227 | CONFIG_FORCE_MAX_ZONEORDER=11 | 236 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 228 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
| 229 | # CONFIG_CMDLINE_BOOL is not set | 238 | # CONFIG_CMDLINE_BOOL is not set |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 230 | # CONFIG_PM is not set | 240 | # CONFIG_PM is not set |
| 231 | CONFIG_SECCOMP=y | 241 | CONFIG_SECCOMP=y |
| 232 | CONFIG_ISA_DMA_API=y | 242 | CONFIG_ISA_DMA_API=y |
| @@ -238,6 +248,7 @@ CONFIG_ZONE_DMA=y | |||
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 248 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 249 | CONFIG_FSL_SOC=y |
| 240 | CONFIG_FSL_PCI=y | 250 | CONFIG_FSL_PCI=y |
| 251 | CONFIG_PPC_PCI_CHOICE=y | ||
| 241 | CONFIG_PCI=y | 252 | CONFIG_PCI=y |
| 242 | CONFIG_PCI_DOMAINS=y | 253 | CONFIG_PCI_DOMAINS=y |
| 243 | CONFIG_PCI_SYSCALL=y | 254 | CONFIG_PCI_SYSCALL=y |
| @@ -264,10 +275,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 264 | CONFIG_PHYSICAL_START=0x00000000 | 275 | CONFIG_PHYSICAL_START=0x00000000 |
| 265 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 276 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 266 | CONFIG_TASK_SIZE=0xc0000000 | 277 | CONFIG_TASK_SIZE=0xc0000000 |
| 267 | |||
| 268 | # | ||
| 269 | # Networking | ||
| 270 | # | ||
| 271 | CONFIG_NET=y | 278 | CONFIG_NET=y |
| 272 | 279 | ||
| 273 | # | 280 | # |
| @@ -385,12 +392,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 385 | # CONFIG_BLK_DEV_XIP is not set | 392 | # CONFIG_BLK_DEV_XIP is not set |
| 386 | # CONFIG_CDROM_PKTCDVD is not set | 393 | # CONFIG_CDROM_PKTCDVD is not set |
| 387 | # CONFIG_ATA_OVER_ETH is not set | 394 | # CONFIG_ATA_OVER_ETH is not set |
| 395 | # CONFIG_BLK_DEV_HD is not set | ||
| 388 | CONFIG_MISC_DEVICES=y | 396 | CONFIG_MISC_DEVICES=y |
| 389 | # CONFIG_PHANTOM is not set | 397 | # CONFIG_PHANTOM is not set |
| 390 | # CONFIG_EEPROM_93CX6 is not set | 398 | # CONFIG_EEPROM_93CX6 is not set |
| 391 | # CONFIG_SGI_IOC4 is not set | 399 | # CONFIG_SGI_IOC4 is not set |
| 392 | # CONFIG_TIFM_CORE is not set | 400 | # CONFIG_TIFM_CORE is not set |
| 393 | # CONFIG_ENCLOSURE_SERVICES is not set | 401 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 402 | # CONFIG_HP_ILO is not set | ||
| 394 | CONFIG_HAVE_IDE=y | 403 | CONFIG_HAVE_IDE=y |
| 395 | # CONFIG_IDE is not set | 404 | # CONFIG_IDE is not set |
| 396 | 405 | ||
| @@ -468,6 +477,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 468 | # CONFIG_SCSI_NSP32 is not set | 477 | # CONFIG_SCSI_NSP32 is not set |
| 469 | # CONFIG_SCSI_DEBUG is not set | 478 | # CONFIG_SCSI_DEBUG is not set |
| 470 | # CONFIG_SCSI_SRP is not set | 479 | # CONFIG_SCSI_SRP is not set |
| 480 | # CONFIG_SCSI_DH is not set | ||
| 471 | # CONFIG_ATA is not set | 481 | # CONFIG_ATA is not set |
| 472 | # CONFIG_MD is not set | 482 | # CONFIG_MD is not set |
| 473 | # CONFIG_FUSION is not set | 483 | # CONFIG_FUSION is not set |
| @@ -475,12 +485,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 475 | # | 485 | # |
| 476 | # IEEE 1394 (FireWire) support | 486 | # IEEE 1394 (FireWire) support |
| 477 | # | 487 | # |
| 488 | |||
| 489 | # | ||
| 490 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 491 | # | ||
| 478 | # CONFIG_FIREWIRE is not set | 492 | # CONFIG_FIREWIRE is not set |
| 479 | # CONFIG_IEEE1394 is not set | 493 | # CONFIG_IEEE1394 is not set |
| 480 | # CONFIG_I2O is not set | 494 | # CONFIG_I2O is not set |
| 481 | # CONFIG_MACINTOSH_DRIVERS is not set | 495 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 482 | CONFIG_NETDEVICES=y | 496 | CONFIG_NETDEVICES=y |
| 483 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 484 | # CONFIG_DUMMY is not set | 497 | # CONFIG_DUMMY is not set |
| 485 | # CONFIG_BONDING is not set | 498 | # CONFIG_BONDING is not set |
| 486 | # CONFIG_MACVLAN is not set | 499 | # CONFIG_MACVLAN is not set |
| @@ -524,7 +537,6 @@ CONFIG_NETDEV_1000=y | |||
| 524 | # CONFIG_DL2K is not set | 537 | # CONFIG_DL2K is not set |
| 525 | # CONFIG_E1000 is not set | 538 | # CONFIG_E1000 is not set |
| 526 | # CONFIG_E1000E is not set | 539 | # CONFIG_E1000E is not set |
| 527 | # CONFIG_E1000E_ENABLED is not set | ||
| 528 | # CONFIG_IP1000 is not set | 540 | # CONFIG_IP1000 is not set |
| 529 | # CONFIG_IGB is not set | 541 | # CONFIG_IGB is not set |
| 530 | # CONFIG_NS83820 is not set | 542 | # CONFIG_NS83820 is not set |
| @@ -538,10 +550,10 @@ CONFIG_NETDEV_1000=y | |||
| 538 | # CONFIG_TIGON3 is not set | 550 | # CONFIG_TIGON3 is not set |
| 539 | # CONFIG_BNX2 is not set | 551 | # CONFIG_BNX2 is not set |
| 540 | CONFIG_GIANFAR=y | 552 | CONFIG_GIANFAR=y |
| 541 | CONFIG_GFAR_NAPI=y | ||
| 542 | # CONFIG_UCC_GETH is not set | 553 | # CONFIG_UCC_GETH is not set |
| 543 | # CONFIG_QLA3XXX is not set | 554 | # CONFIG_QLA3XXX is not set |
| 544 | # CONFIG_ATL1 is not set | 555 | # CONFIG_ATL1 is not set |
| 556 | # CONFIG_ATL1E is not set | ||
| 545 | CONFIG_NETDEV_10000=y | 557 | CONFIG_NETDEV_10000=y |
| 546 | # CONFIG_CHELSIO_T1 is not set | 558 | # CONFIG_CHELSIO_T1 is not set |
| 547 | # CONFIG_CHELSIO_T3 is not set | 559 | # CONFIG_CHELSIO_T3 is not set |
| @@ -648,42 +660,63 @@ CONFIG_DEVPORT=y | |||
| 648 | CONFIG_I2C=y | 660 | CONFIG_I2C=y |
| 649 | CONFIG_I2C_BOARDINFO=y | 661 | CONFIG_I2C_BOARDINFO=y |
| 650 | CONFIG_I2C_CHARDEV=y | 662 | CONFIG_I2C_CHARDEV=y |
| 663 | CONFIG_I2C_HELPER_AUTO=y | ||
| 651 | 664 | ||
| 652 | # | 665 | # |
| 653 | # I2C Hardware Bus support | 666 | # I2C Hardware Bus support |
| 654 | # | 667 | # |
| 668 | |||
| 669 | # | ||
| 670 | # PC SMBus host controller drivers | ||
| 671 | # | ||
| 655 | # CONFIG_I2C_ALI1535 is not set | 672 | # CONFIG_I2C_ALI1535 is not set |
| 656 | # CONFIG_I2C_ALI1563 is not set | 673 | # CONFIG_I2C_ALI1563 is not set |
| 657 | # CONFIG_I2C_ALI15X3 is not set | 674 | # CONFIG_I2C_ALI15X3 is not set |
| 658 | # CONFIG_I2C_AMD756 is not set | 675 | # CONFIG_I2C_AMD756 is not set |
| 659 | # CONFIG_I2C_AMD8111 is not set | 676 | # CONFIG_I2C_AMD8111 is not set |
| 660 | # CONFIG_I2C_I801 is not set | 677 | # CONFIG_I2C_I801 is not set |
| 661 | # CONFIG_I2C_I810 is not set | 678 | # CONFIG_I2C_ISCH is not set |
| 662 | # CONFIG_I2C_PIIX4 is not set | 679 | # CONFIG_I2C_PIIX4 is not set |
| 663 | CONFIG_I2C_MPC=y | ||
| 664 | # CONFIG_I2C_NFORCE2 is not set | 680 | # CONFIG_I2C_NFORCE2 is not set |
| 665 | # CONFIG_I2C_OCORES is not set | ||
| 666 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 667 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 668 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 669 | # CONFIG_I2C_SIMTEC is not set | ||
| 670 | # CONFIG_I2C_SIS5595 is not set | 681 | # CONFIG_I2C_SIS5595 is not set |
| 671 | # CONFIG_I2C_SIS630 is not set | 682 | # CONFIG_I2C_SIS630 is not set |
| 672 | # CONFIG_I2C_SIS96X is not set | 683 | # CONFIG_I2C_SIS96X is not set |
| 673 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 674 | # CONFIG_I2C_STUB is not set | ||
| 675 | # CONFIG_I2C_VIA is not set | 684 | # CONFIG_I2C_VIA is not set |
| 676 | # CONFIG_I2C_VIAPRO is not set | 685 | # CONFIG_I2C_VIAPRO is not set |
| 686 | |||
| 687 | # | ||
| 688 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 689 | # | ||
| 690 | CONFIG_I2C_MPC=y | ||
| 691 | # CONFIG_I2C_OCORES is not set | ||
| 692 | # CONFIG_I2C_SIMTEC is not set | ||
| 693 | |||
| 694 | # | ||
| 695 | # External I2C/SMBus adapter drivers | ||
| 696 | # | ||
| 697 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 698 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 699 | |||
| 700 | # | ||
| 701 | # Graphics adapter I2C/DDC channel drivers | ||
| 702 | # | ||
| 677 | # CONFIG_I2C_VOODOO3 is not set | 703 | # CONFIG_I2C_VOODOO3 is not set |
| 704 | |||
| 705 | # | ||
| 706 | # Other I2C/SMBus bus drivers | ||
| 707 | # | ||
| 678 | # CONFIG_I2C_PCA_PLATFORM is not set | 708 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 709 | # CONFIG_I2C_STUB is not set | ||
| 679 | 710 | ||
| 680 | # | 711 | # |
| 681 | # Miscellaneous I2C Chip support | 712 | # Miscellaneous I2C Chip support |
| 682 | # | 713 | # |
| 683 | # CONFIG_DS1682 is not set | 714 | # CONFIG_DS1682 is not set |
| 715 | # CONFIG_AT24 is not set | ||
| 684 | # CONFIG_SENSORS_EEPROM is not set | 716 | # CONFIG_SENSORS_EEPROM is not set |
| 685 | # CONFIG_SENSORS_PCF8574 is not set | 717 | # CONFIG_SENSORS_PCF8574 is not set |
| 686 | # CONFIG_PCF8575 is not set | 718 | # CONFIG_PCF8575 is not set |
| 719 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 687 | # CONFIG_SENSORS_PCF8591 is not set | 720 | # CONFIG_SENSORS_PCF8591 is not set |
| 688 | # CONFIG_SENSORS_MAX6875 is not set | 721 | # CONFIG_SENSORS_MAX6875 is not set |
| 689 | # CONFIG_SENSORS_TSL2550 is not set | 722 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -692,10 +725,13 @@ CONFIG_I2C_MPC=y | |||
| 692 | # CONFIG_I2C_DEBUG_BUS is not set | 725 | # CONFIG_I2C_DEBUG_BUS is not set |
| 693 | # CONFIG_I2C_DEBUG_CHIP is not set | 726 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 694 | # CONFIG_SPI is not set | 727 | # CONFIG_SPI is not set |
| 728 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 729 | # CONFIG_GPIOLIB is not set | ||
| 695 | # CONFIG_W1 is not set | 730 | # CONFIG_W1 is not set |
| 696 | # CONFIG_POWER_SUPPLY is not set | 731 | # CONFIG_POWER_SUPPLY is not set |
| 697 | CONFIG_HWMON=y | 732 | CONFIG_HWMON=y |
| 698 | # CONFIG_HWMON_VID is not set | 733 | # CONFIG_HWMON_VID is not set |
| 734 | # CONFIG_SENSORS_AD7414 is not set | ||
| 699 | # CONFIG_SENSORS_AD7418 is not set | 735 | # CONFIG_SENSORS_AD7418 is not set |
| 700 | # CONFIG_SENSORS_ADM1021 is not set | 736 | # CONFIG_SENSORS_ADM1021 is not set |
| 701 | # CONFIG_SENSORS_ADM1025 is not set | 737 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -749,6 +785,7 @@ CONFIG_HWMON=y | |||
| 749 | # CONFIG_SENSORS_W83627EHF is not set | 785 | # CONFIG_SENSORS_W83627EHF is not set |
| 750 | # CONFIG_HWMON_DEBUG_CHIP is not set | 786 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 751 | # CONFIG_THERMAL is not set | 787 | # CONFIG_THERMAL is not set |
| 788 | # CONFIG_THERMAL_HWMON is not set | ||
| 752 | CONFIG_WATCHDOG=y | 789 | CONFIG_WATCHDOG=y |
| 753 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 790 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 754 | 791 | ||
| @@ -756,6 +793,7 @@ CONFIG_WATCHDOG=y | |||
| 756 | # Watchdog Device Drivers | 793 | # Watchdog Device Drivers |
| 757 | # | 794 | # |
| 758 | # CONFIG_SOFT_WATCHDOG is not set | 795 | # CONFIG_SOFT_WATCHDOG is not set |
| 796 | # CONFIG_ALIM7101_WDT is not set | ||
| 759 | # CONFIG_BOOKE_WDT is not set | 797 | # CONFIG_BOOKE_WDT is not set |
| 760 | 798 | ||
| 761 | # | 799 | # |
| @@ -773,8 +811,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 773 | # | 811 | # |
| 774 | # Multifunction device drivers | 812 | # Multifunction device drivers |
| 775 | # | 813 | # |
| 814 | # CONFIG_MFD_CORE is not set | ||
| 776 | # CONFIG_MFD_SM501 is not set | 815 | # CONFIG_MFD_SM501 is not set |
| 777 | # CONFIG_HTC_PASIC3 is not set | 816 | # CONFIG_HTC_PASIC3 is not set |
| 817 | # CONFIG_MFD_TMIO is not set | ||
| 778 | 818 | ||
| 779 | # | 819 | # |
| 780 | # Multimedia devices | 820 | # Multimedia devices |
| @@ -806,10 +846,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 806 | # Display device support | 846 | # Display device support |
| 807 | # | 847 | # |
| 808 | # CONFIG_DISPLAY_SUPPORT is not set | 848 | # CONFIG_DISPLAY_SUPPORT is not set |
| 809 | |||
| 810 | # | ||
| 811 | # Sound | ||
| 812 | # | ||
| 813 | # CONFIG_SOUND is not set | 849 | # CONFIG_SOUND is not set |
| 814 | CONFIG_HID_SUPPORT=y | 850 | CONFIG_HID_SUPPORT=y |
| 815 | CONFIG_HID=y | 851 | CONFIG_HID=y |
| @@ -824,6 +860,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 824 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 860 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 825 | 861 | ||
| 826 | # | 862 | # |
| 863 | # Enable Host or Gadget support to see Inventra options | ||
| 864 | # | ||
| 865 | |||
| 866 | # | ||
| 827 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 867 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 828 | # | 868 | # |
| 829 | # CONFIG_USB_GADGET is not set | 869 | # CONFIG_USB_GADGET is not set |
| @@ -862,6 +902,7 @@ CONFIG_RTC_DRV_DS1374=y | |||
| 862 | # CONFIG_RTC_DRV_PCF8583 is not set | 902 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 863 | # CONFIG_RTC_DRV_M41T80 is not set | 903 | # CONFIG_RTC_DRV_M41T80 is not set |
| 864 | # CONFIG_RTC_DRV_S35390A is not set | 904 | # CONFIG_RTC_DRV_S35390A is not set |
| 905 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 865 | 906 | ||
| 866 | # | 907 | # |
| 867 | # SPI RTC drivers | 908 | # SPI RTC drivers |
| @@ -950,6 +991,7 @@ CONFIG_TMPFS=y | |||
| 950 | # CONFIG_CRAMFS is not set | 991 | # CONFIG_CRAMFS is not set |
| 951 | # CONFIG_VXFS_FS is not set | 992 | # CONFIG_VXFS_FS is not set |
| 952 | # CONFIG_MINIX_FS is not set | 993 | # CONFIG_MINIX_FS is not set |
| 994 | # CONFIG_OMFS_FS is not set | ||
| 953 | # CONFIG_HPFS_FS is not set | 995 | # CONFIG_HPFS_FS is not set |
| 954 | # CONFIG_QNX4FS_FS is not set | 996 | # CONFIG_QNX4FS_FS is not set |
| 955 | # CONFIG_ROMFS_FS is not set | 997 | # CONFIG_ROMFS_FS is not set |
| @@ -960,14 +1002,13 @@ CONFIG_NFS_FS=y | |||
| 960 | CONFIG_NFS_V3=y | 1002 | CONFIG_NFS_V3=y |
| 961 | # CONFIG_NFS_V3_ACL is not set | 1003 | # CONFIG_NFS_V3_ACL is not set |
| 962 | CONFIG_NFS_V4=y | 1004 | CONFIG_NFS_V4=y |
| 963 | # CONFIG_NFSD is not set | ||
| 964 | CONFIG_ROOT_NFS=y | 1005 | CONFIG_ROOT_NFS=y |
| 1006 | # CONFIG_NFSD is not set | ||
| 965 | CONFIG_LOCKD=y | 1007 | CONFIG_LOCKD=y |
| 966 | CONFIG_LOCKD_V4=y | 1008 | CONFIG_LOCKD_V4=y |
| 967 | CONFIG_NFS_COMMON=y | 1009 | CONFIG_NFS_COMMON=y |
| 968 | CONFIG_SUNRPC=y | 1010 | CONFIG_SUNRPC=y |
| 969 | CONFIG_SUNRPC_GSS=y | 1011 | CONFIG_SUNRPC_GSS=y |
| 970 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 971 | CONFIG_RPCSEC_GSS_KRB5=y | 1012 | CONFIG_RPCSEC_GSS_KRB5=y |
| 972 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1013 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 973 | # CONFIG_SMB_FS is not set | 1014 | # CONFIG_SMB_FS is not set |
| @@ -995,6 +1036,7 @@ CONFIG_PARTITION_ADVANCED=y | |||
| 995 | # CONFIG_SYSV68_PARTITION is not set | 1036 | # CONFIG_SYSV68_PARTITION is not set |
| 996 | # CONFIG_NLS is not set | 1037 | # CONFIG_NLS is not set |
| 997 | # CONFIG_DLM is not set | 1038 | # CONFIG_DLM is not set |
| 1039 | # CONFIG_QE_GPIO is not set | ||
| 998 | 1040 | ||
| 999 | # | 1041 | # |
| 1000 | # Library routines | 1042 | # Library routines |
| @@ -1003,6 +1045,7 @@ CONFIG_BITREVERSE=y | |||
| 1003 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1045 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1004 | # CONFIG_CRC_CCITT is not set | 1046 | # CONFIG_CRC_CCITT is not set |
| 1005 | # CONFIG_CRC16 is not set | 1047 | # CONFIG_CRC16 is not set |
| 1048 | # CONFIG_CRC_T10DIF is not set | ||
| 1006 | # CONFIG_CRC_ITU_T is not set | 1049 | # CONFIG_CRC_ITU_T is not set |
| 1007 | CONFIG_CRC32=y | 1050 | CONFIG_CRC32=y |
| 1008 | # CONFIG_CRC7 is not set | 1051 | # CONFIG_CRC7 is not set |
| @@ -1027,6 +1070,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1027 | CONFIG_DEBUG_KERNEL=y | 1070 | CONFIG_DEBUG_KERNEL=y |
| 1028 | # CONFIG_DEBUG_SHIRQ is not set | 1071 | # CONFIG_DEBUG_SHIRQ is not set |
| 1029 | CONFIG_DETECT_SOFTLOCKUP=y | 1072 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1073 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1074 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1030 | CONFIG_SCHED_DEBUG=y | 1075 | CONFIG_SCHED_DEBUG=y |
| 1031 | # CONFIG_SCHEDSTATS is not set | 1076 | # CONFIG_SCHEDSTATS is not set |
| 1032 | # CONFIG_TIMER_STATS is not set | 1077 | # CONFIG_TIMER_STATS is not set |
| @@ -1044,17 +1089,28 @@ CONFIG_SCHED_DEBUG=y | |||
| 1044 | # CONFIG_DEBUG_INFO is not set | 1089 | # CONFIG_DEBUG_INFO is not set |
| 1045 | # CONFIG_DEBUG_VM is not set | 1090 | # CONFIG_DEBUG_VM is not set |
| 1046 | # CONFIG_DEBUG_WRITECOUNT is not set | 1091 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1092 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1047 | # CONFIG_DEBUG_LIST is not set | 1093 | # CONFIG_DEBUG_LIST is not set |
| 1048 | # CONFIG_DEBUG_SG is not set | 1094 | # CONFIG_DEBUG_SG is not set |
| 1049 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1095 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1050 | # CONFIG_RCU_TORTURE_TEST is not set | 1096 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1051 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1097 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1052 | # CONFIG_FAULT_INJECTION is not set | 1098 | # CONFIG_FAULT_INJECTION is not set |
| 1099 | # CONFIG_LATENCYTOP is not set | ||
| 1100 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1101 | CONFIG_HAVE_FTRACE=y | ||
| 1102 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1103 | # CONFIG_FTRACE is not set | ||
| 1104 | # CONFIG_SCHED_TRACER is not set | ||
| 1105 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1053 | # CONFIG_SAMPLES is not set | 1106 | # CONFIG_SAMPLES is not set |
| 1107 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1108 | # CONFIG_KGDB is not set | ||
| 1054 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1109 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1055 | # CONFIG_DEBUG_STACK_USAGE is not set | 1110 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1056 | # CONFIG_DEBUG_PAGEALLOC is not set | 1111 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1057 | CONFIG_DEBUGGER=y | 1112 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1113 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1058 | # CONFIG_XMON is not set | 1114 | # CONFIG_XMON is not set |
| 1059 | # CONFIG_IRQSTACKS is not set | 1115 | # CONFIG_IRQSTACKS is not set |
| 1060 | # CONFIG_BDI_SWITCH is not set | 1116 | # CONFIG_BDI_SWITCH is not set |
| @@ -1122,6 +1178,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1122 | # CONFIG_CRYPTO_MD4 is not set | 1178 | # CONFIG_CRYPTO_MD4 is not set |
| 1123 | CONFIG_CRYPTO_MD5=y | 1179 | CONFIG_CRYPTO_MD5=y |
| 1124 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1180 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1181 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1183 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1184 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1125 | # CONFIG_CRYPTO_SHA1 is not set | 1185 | # CONFIG_CRYPTO_SHA1 is not set |
| 1126 | # CONFIG_CRYPTO_SHA256 is not set | 1186 | # CONFIG_CRYPTO_SHA256 is not set |
| 1127 | # CONFIG_CRYPTO_SHA512 is not set | 1187 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1154,6 +1214,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1154 | # CONFIG_CRYPTO_LZO is not set | 1214 | # CONFIG_CRYPTO_LZO is not set |
| 1155 | CONFIG_CRYPTO_HW=y | 1215 | CONFIG_CRYPTO_HW=y |
| 1156 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1216 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1217 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1157 | # CONFIG_PPC_CLOCK is not set | 1218 | # CONFIG_PPC_CLOCK is not set |
| 1158 | CONFIG_PPC_LIB_RHEAP=y | 1219 | CONFIG_PPC_LIB_RHEAP=y |
| 1159 | # CONFIG_VIRTUALIZATION is not set | 1220 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc8572_ds_defconfig b/arch/powerpc/configs/85xx/mpc8572_ds_defconfig index 164fd9606ee6..eda45bb8a13f 100644 --- a/arch/powerpc/configs/85xx/mpc8572_ds_defconfig +++ b/arch/powerpc/configs/85xx/mpc8572_ds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:35 2008 | 4 | # Thu Aug 21 07:21:42 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -92,7 +94,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 92 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
| 93 | CONFIG_EMBEDDED=y | 95 | CONFIG_EMBEDDED=y |
| 94 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 96 | CONFIG_KALLSYMS=y | 97 | CONFIG_KALLSYMS=y |
| 97 | CONFIG_KALLSYMS_ALL=y | 98 | CONFIG_KALLSYMS_ALL=y |
| 98 | CONFIG_KALLSYMS_EXTRA_PASS=y | 99 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -118,10 +119,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 119 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 120 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 123 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -138,6 +145,7 @@ CONFIG_LBD=y | |||
| 138 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 139 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 140 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 141 | 149 | ||
| 142 | # | 150 | # |
| 143 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -156,8 +164,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 156 | # | 164 | # |
| 157 | # Platform support | 165 | # Platform support |
| 158 | # | 166 | # |
| 159 | # CONFIG_PPC_MPC512x is not set | ||
| 160 | # CONFIG_PPC_MPC5121 is not set | ||
| 161 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 162 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 163 | # CONFIG_PQ2ADS is not set | 169 | # CONFIG_PQ2ADS is not set |
| @@ -166,11 +172,13 @@ CONFIG_MPC85xx=y | |||
| 166 | # CONFIG_MPC8560_ADS is not set | 172 | # CONFIG_MPC8560_ADS is not set |
| 167 | # CONFIG_MPC85xx_CDS is not set | 173 | # CONFIG_MPC85xx_CDS is not set |
| 168 | # CONFIG_MPC85xx_MDS is not set | 174 | # CONFIG_MPC85xx_MDS is not set |
| 175 | # CONFIG_MPC8536_DS is not set | ||
| 169 | CONFIG_MPC85xx_DS=y | 176 | CONFIG_MPC85xx_DS=y |
| 170 | # CONFIG_KSI8560 is not set | 177 | # CONFIG_KSI8560 is not set |
| 171 | # CONFIG_STX_GP3 is not set | 178 | # CONFIG_STX_GP3 is not set |
| 172 | # CONFIG_TQM8540 is not set | 179 | # CONFIG_TQM8540 is not set |
| 173 | # CONFIG_TQM8541 is not set | 180 | # CONFIG_TQM8541 is not set |
| 181 | # CONFIG_TQM8548 is not set | ||
| 174 | # CONFIG_TQM8555 is not set | 182 | # CONFIG_TQM8555 is not set |
| 175 | # CONFIG_TQM8560 is not set | 183 | # CONFIG_TQM8560 is not set |
| 176 | # CONFIG_SBC8548 is not set | 184 | # CONFIG_SBC8548 is not set |
| @@ -202,7 +210,7 @@ CONFIG_HZ_250=y | |||
| 202 | # CONFIG_HZ_300 is not set | 210 | # CONFIG_HZ_300 is not set |
| 203 | # CONFIG_HZ_1000 is not set | 211 | # CONFIG_HZ_1000 is not set |
| 204 | CONFIG_HZ=250 | 212 | CONFIG_HZ=250 |
| 205 | # CONFIG_SCHED_HRTICK is not set | 213 | CONFIG_SCHED_HRTICK=y |
| 206 | CONFIG_PREEMPT_NONE=y | 214 | CONFIG_PREEMPT_NONE=y |
| 207 | # CONFIG_PREEMPT_VOLUNTARY is not set | 215 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 208 | # CONFIG_PREEMPT is not set | 216 | # CONFIG_PREEMPT is not set |
| @@ -225,6 +233,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 225 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 233 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 226 | CONFIG_PAGEFLAGS_EXTENDED=y | 234 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 227 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 235 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 236 | CONFIG_MIGRATION=y | ||
| 228 | # CONFIG_RESOURCES_64BIT is not set | 237 | # CONFIG_RESOURCES_64BIT is not set |
| 229 | CONFIG_ZONE_DMA_FLAG=1 | 238 | CONFIG_ZONE_DMA_FLAG=1 |
| 230 | CONFIG_BOUNCE=y | 239 | CONFIG_BOUNCE=y |
| @@ -232,6 +241,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 232 | CONFIG_FORCE_MAX_ZONEORDER=11 | 241 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 233 | CONFIG_PROC_DEVICETREE=y | 242 | CONFIG_PROC_DEVICETREE=y |
| 234 | # CONFIG_CMDLINE_BOOL is not set | 243 | # CONFIG_CMDLINE_BOOL is not set |
| 244 | CONFIG_EXTRA_TARGETS="" | ||
| 235 | # CONFIG_PM is not set | 245 | # CONFIG_PM is not set |
| 236 | CONFIG_SECCOMP=y | 246 | CONFIG_SECCOMP=y |
| 237 | CONFIG_ISA_DMA_API=y | 247 | CONFIG_ISA_DMA_API=y |
| @@ -244,6 +254,7 @@ CONFIG_GENERIC_ISA_DMA=y | |||
| 244 | CONFIG_PPC_INDIRECT_PCI=y | 254 | CONFIG_PPC_INDIRECT_PCI=y |
| 245 | CONFIG_FSL_SOC=y | 255 | CONFIG_FSL_SOC=y |
| 246 | CONFIG_FSL_PCI=y | 256 | CONFIG_FSL_PCI=y |
| 257 | CONFIG_PPC_PCI_CHOICE=y | ||
| 247 | CONFIG_PCI=y | 258 | CONFIG_PCI=y |
| 248 | CONFIG_PCI_DOMAINS=y | 259 | CONFIG_PCI_DOMAINS=y |
| 249 | CONFIG_PCI_SYSCALL=y | 260 | CONFIG_PCI_SYSCALL=y |
| @@ -270,10 +281,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 270 | CONFIG_PHYSICAL_START=0x00000000 | 281 | CONFIG_PHYSICAL_START=0x00000000 |
| 271 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 282 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 272 | CONFIG_TASK_SIZE=0xc0000000 | 283 | CONFIG_TASK_SIZE=0xc0000000 |
| 273 | |||
| 274 | # | ||
| 275 | # Networking | ||
| 276 | # | ||
| 277 | CONFIG_NET=y | 284 | CONFIG_NET=y |
| 278 | 285 | ||
| 279 | # | 286 | # |
| @@ -399,6 +406,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 399 | CONFIG_STANDALONE=y | 406 | CONFIG_STANDALONE=y |
| 400 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 407 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 401 | CONFIG_FW_LOADER=y | 408 | CONFIG_FW_LOADER=y |
| 409 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 410 | CONFIG_EXTRA_FIRMWARE="" | ||
| 402 | # CONFIG_DEBUG_DRIVER is not set | 411 | # CONFIG_DEBUG_DRIVER is not set |
| 403 | # CONFIG_DEBUG_DEVRES is not set | 412 | # CONFIG_DEBUG_DEVRES is not set |
| 404 | # CONFIG_SYS_HYPERVISOR is not set | 413 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -425,12 +434,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 425 | # CONFIG_BLK_DEV_XIP is not set | 434 | # CONFIG_BLK_DEV_XIP is not set |
| 426 | # CONFIG_CDROM_PKTCDVD is not set | 435 | # CONFIG_CDROM_PKTCDVD is not set |
| 427 | # CONFIG_ATA_OVER_ETH is not set | 436 | # CONFIG_ATA_OVER_ETH is not set |
| 437 | # CONFIG_BLK_DEV_HD is not set | ||
| 428 | CONFIG_MISC_DEVICES=y | 438 | CONFIG_MISC_DEVICES=y |
| 429 | # CONFIG_PHANTOM is not set | 439 | # CONFIG_PHANTOM is not set |
| 430 | # CONFIG_EEPROM_93CX6 is not set | 440 | # CONFIG_EEPROM_93CX6 is not set |
| 431 | # CONFIG_SGI_IOC4 is not set | 441 | # CONFIG_SGI_IOC4 is not set |
| 432 | # CONFIG_TIFM_CORE is not set | 442 | # CONFIG_TIFM_CORE is not set |
| 433 | # CONFIG_ENCLOSURE_SERVICES is not set | 443 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 444 | # CONFIG_HP_ILO is not set | ||
| 434 | CONFIG_HAVE_IDE=y | 445 | CONFIG_HAVE_IDE=y |
| 435 | # CONFIG_IDE is not set | 446 | # CONFIG_IDE is not set |
| 436 | 447 | ||
| @@ -510,6 +521,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 510 | # CONFIG_SCSI_NSP32 is not set | 521 | # CONFIG_SCSI_NSP32 is not set |
| 511 | # CONFIG_SCSI_DEBUG is not set | 522 | # CONFIG_SCSI_DEBUG is not set |
| 512 | # CONFIG_SCSI_SRP is not set | 523 | # CONFIG_SCSI_SRP is not set |
| 524 | # CONFIG_SCSI_DH is not set | ||
| 513 | CONFIG_ATA=y | 525 | CONFIG_ATA=y |
| 514 | # CONFIG_ATA_NONSTANDARD is not set | 526 | # CONFIG_ATA_NONSTANDARD is not set |
| 515 | CONFIG_SATA_PMP=y | 527 | CONFIG_SATA_PMP=y |
| @@ -577,12 +589,15 @@ CONFIG_PATA_ALI=y | |||
| 577 | # | 589 | # |
| 578 | # IEEE 1394 (FireWire) support | 590 | # IEEE 1394 (FireWire) support |
| 579 | # | 591 | # |
| 592 | |||
| 593 | # | ||
| 594 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 595 | # | ||
| 580 | # CONFIG_FIREWIRE is not set | 596 | # CONFIG_FIREWIRE is not set |
| 581 | # CONFIG_IEEE1394 is not set | 597 | # CONFIG_IEEE1394 is not set |
| 582 | # CONFIG_I2O is not set | 598 | # CONFIG_I2O is not set |
| 583 | # CONFIG_MACINTOSH_DRIVERS is not set | 599 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 584 | CONFIG_NETDEVICES=y | 600 | CONFIG_NETDEVICES=y |
| 585 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 586 | CONFIG_DUMMY=y | 601 | CONFIG_DUMMY=y |
| 587 | # CONFIG_BONDING is not set | 602 | # CONFIG_BONDING is not set |
| 588 | # CONFIG_MACVLAN is not set | 603 | # CONFIG_MACVLAN is not set |
| @@ -626,7 +641,6 @@ CONFIG_NETDEV_1000=y | |||
| 626 | # CONFIG_DL2K is not set | 641 | # CONFIG_DL2K is not set |
| 627 | # CONFIG_E1000 is not set | 642 | # CONFIG_E1000 is not set |
| 628 | # CONFIG_E1000E is not set | 643 | # CONFIG_E1000E is not set |
| 629 | # CONFIG_E1000E_ENABLED is not set | ||
| 630 | # CONFIG_IP1000 is not set | 644 | # CONFIG_IP1000 is not set |
| 631 | # CONFIG_IGB is not set | 645 | # CONFIG_IGB is not set |
| 632 | # CONFIG_NS83820 is not set | 646 | # CONFIG_NS83820 is not set |
| @@ -640,9 +654,9 @@ CONFIG_NETDEV_1000=y | |||
| 640 | # CONFIG_TIGON3 is not set | 654 | # CONFIG_TIGON3 is not set |
| 641 | # CONFIG_BNX2 is not set | 655 | # CONFIG_BNX2 is not set |
| 642 | CONFIG_GIANFAR=y | 656 | CONFIG_GIANFAR=y |
| 643 | CONFIG_GFAR_NAPI=y | ||
| 644 | # CONFIG_QLA3XXX is not set | 657 | # CONFIG_QLA3XXX is not set |
| 645 | # CONFIG_ATL1 is not set | 658 | # CONFIG_ATL1 is not set |
| 659 | # CONFIG_ATL1E is not set | ||
| 646 | CONFIG_NETDEV_10000=y | 660 | CONFIG_NETDEV_10000=y |
| 647 | # CONFIG_CHELSIO_T1 is not set | 661 | # CONFIG_CHELSIO_T1 is not set |
| 648 | # CONFIG_CHELSIO_T3 is not set | 662 | # CONFIG_CHELSIO_T3 is not set |
| @@ -719,12 +733,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 719 | # CONFIG_SERIO_PCIPS2 is not set | 733 | # CONFIG_SERIO_PCIPS2 is not set |
| 720 | CONFIG_SERIO_LIBPS2=y | 734 | CONFIG_SERIO_LIBPS2=y |
| 721 | # CONFIG_SERIO_RAW is not set | 735 | # CONFIG_SERIO_RAW is not set |
| 736 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 722 | # CONFIG_GAMEPORT is not set | 737 | # CONFIG_GAMEPORT is not set |
| 723 | 738 | ||
| 724 | # | 739 | # |
| 725 | # Character devices | 740 | # Character devices |
| 726 | # | 741 | # |
| 727 | CONFIG_VT=y | 742 | CONFIG_VT=y |
| 743 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 728 | CONFIG_VT_CONSOLE=y | 744 | CONFIG_VT_CONSOLE=y |
| 729 | CONFIG_HW_CONSOLE=y | 745 | CONFIG_HW_CONSOLE=y |
| 730 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 746 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -758,7 +774,7 @@ CONFIG_UNIX98_PTYS=y | |||
| 758 | CONFIG_LEGACY_PTYS=y | 774 | CONFIG_LEGACY_PTYS=y |
| 759 | CONFIG_LEGACY_PTY_COUNT=256 | 775 | CONFIG_LEGACY_PTY_COUNT=256 |
| 760 | # CONFIG_IPMI_HANDLER is not set | 776 | # CONFIG_IPMI_HANDLER is not set |
| 761 | # CONFIG_HW_RANDOM is not set | 777 | CONFIG_HW_RANDOM=y |
| 762 | CONFIG_NVRAM=y | 778 | CONFIG_NVRAM=y |
| 763 | # CONFIG_R3964 is not set | 779 | # CONFIG_R3964 is not set |
| 764 | # CONFIG_APPLICOM is not set | 780 | # CONFIG_APPLICOM is not set |
| @@ -768,43 +784,64 @@ CONFIG_DEVPORT=y | |||
| 768 | CONFIG_I2C=y | 784 | CONFIG_I2C=y |
| 769 | CONFIG_I2C_BOARDINFO=y | 785 | CONFIG_I2C_BOARDINFO=y |
| 770 | # CONFIG_I2C_CHARDEV is not set | 786 | # CONFIG_I2C_CHARDEV is not set |
| 787 | CONFIG_I2C_HELPER_AUTO=y | ||
| 771 | 788 | ||
| 772 | # | 789 | # |
| 773 | # I2C Hardware Bus support | 790 | # I2C Hardware Bus support |
| 774 | # | 791 | # |
| 792 | |||
| 793 | # | ||
| 794 | # PC SMBus host controller drivers | ||
| 795 | # | ||
| 775 | # CONFIG_I2C_ALI1535 is not set | 796 | # CONFIG_I2C_ALI1535 is not set |
| 776 | # CONFIG_I2C_ALI1563 is not set | 797 | # CONFIG_I2C_ALI1563 is not set |
| 777 | # CONFIG_I2C_ALI15X3 is not set | 798 | # CONFIG_I2C_ALI15X3 is not set |
| 778 | # CONFIG_I2C_AMD756 is not set | 799 | # CONFIG_I2C_AMD756 is not set |
| 779 | # CONFIG_I2C_AMD8111 is not set | 800 | # CONFIG_I2C_AMD8111 is not set |
| 780 | # CONFIG_I2C_I801 is not set | 801 | # CONFIG_I2C_I801 is not set |
| 781 | # CONFIG_I2C_I810 is not set | 802 | # CONFIG_I2C_ISCH is not set |
| 782 | # CONFIG_I2C_PIIX4 is not set | 803 | # CONFIG_I2C_PIIX4 is not set |
| 783 | CONFIG_I2C_MPC=y | ||
| 784 | # CONFIG_I2C_NFORCE2 is not set | 804 | # CONFIG_I2C_NFORCE2 is not set |
| 785 | # CONFIG_I2C_OCORES is not set | ||
| 786 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 787 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 788 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 789 | # CONFIG_I2C_SIMTEC is not set | ||
| 790 | # CONFIG_I2C_SIS5595 is not set | 805 | # CONFIG_I2C_SIS5595 is not set |
| 791 | # CONFIG_I2C_SIS630 is not set | 806 | # CONFIG_I2C_SIS630 is not set |
| 792 | # CONFIG_I2C_SIS96X is not set | 807 | # CONFIG_I2C_SIS96X is not set |
| 793 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 794 | # CONFIG_I2C_STUB is not set | ||
| 795 | # CONFIG_I2C_TINY_USB is not set | ||
| 796 | # CONFIG_I2C_VIA is not set | 808 | # CONFIG_I2C_VIA is not set |
| 797 | # CONFIG_I2C_VIAPRO is not set | 809 | # CONFIG_I2C_VIAPRO is not set |
| 810 | |||
| 811 | # | ||
| 812 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 813 | # | ||
| 814 | CONFIG_I2C_MPC=y | ||
| 815 | # CONFIG_I2C_OCORES is not set | ||
| 816 | # CONFIG_I2C_SIMTEC is not set | ||
| 817 | |||
| 818 | # | ||
| 819 | # External I2C/SMBus adapter drivers | ||
| 820 | # | ||
| 821 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 822 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 823 | # CONFIG_I2C_TINY_USB is not set | ||
| 824 | |||
| 825 | # | ||
| 826 | # Graphics adapter I2C/DDC channel drivers | ||
| 827 | # | ||
| 798 | # CONFIG_I2C_VOODOO3 is not set | 828 | # CONFIG_I2C_VOODOO3 is not set |
| 829 | |||
| 830 | # | ||
| 831 | # Other I2C/SMBus bus drivers | ||
| 832 | # | ||
| 799 | # CONFIG_I2C_PCA_PLATFORM is not set | 833 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 834 | # CONFIG_I2C_STUB is not set | ||
| 800 | 835 | ||
| 801 | # | 836 | # |
| 802 | # Miscellaneous I2C Chip support | 837 | # Miscellaneous I2C Chip support |
| 803 | # | 838 | # |
| 804 | # CONFIG_DS1682 is not set | 839 | # CONFIG_DS1682 is not set |
| 840 | # CONFIG_AT24 is not set | ||
| 805 | CONFIG_SENSORS_EEPROM=y | 841 | CONFIG_SENSORS_EEPROM=y |
| 806 | # CONFIG_SENSORS_PCF8574 is not set | 842 | # CONFIG_SENSORS_PCF8574 is not set |
| 807 | # CONFIG_PCF8575 is not set | 843 | # CONFIG_PCF8575 is not set |
| 844 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 808 | # CONFIG_SENSORS_PCF8591 is not set | 845 | # CONFIG_SENSORS_PCF8591 is not set |
| 809 | # CONFIG_SENSORS_MAX6875 is not set | 846 | # CONFIG_SENSORS_MAX6875 is not set |
| 810 | # CONFIG_SENSORS_TSL2550 is not set | 847 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -813,10 +850,13 @@ CONFIG_SENSORS_EEPROM=y | |||
| 813 | # CONFIG_I2C_DEBUG_BUS is not set | 850 | # CONFIG_I2C_DEBUG_BUS is not set |
| 814 | # CONFIG_I2C_DEBUG_CHIP is not set | 851 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 815 | # CONFIG_SPI is not set | 852 | # CONFIG_SPI is not set |
| 853 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 854 | # CONFIG_GPIOLIB is not set | ||
| 816 | # CONFIG_W1 is not set | 855 | # CONFIG_W1 is not set |
| 817 | # CONFIG_POWER_SUPPLY is not set | 856 | # CONFIG_POWER_SUPPLY is not set |
| 818 | # CONFIG_HWMON is not set | 857 | # CONFIG_HWMON is not set |
| 819 | # CONFIG_THERMAL is not set | 858 | # CONFIG_THERMAL is not set |
| 859 | # CONFIG_THERMAL_HWMON is not set | ||
| 820 | # CONFIG_WATCHDOG is not set | 860 | # CONFIG_WATCHDOG is not set |
| 821 | 861 | ||
| 822 | # | 862 | # |
| @@ -828,8 +868,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 828 | # | 868 | # |
| 829 | # Multifunction device drivers | 869 | # Multifunction device drivers |
| 830 | # | 870 | # |
| 871 | # CONFIG_MFD_CORE is not set | ||
| 831 | # CONFIG_MFD_SM501 is not set | 872 | # CONFIG_MFD_SM501 is not set |
| 832 | # CONFIG_HTC_PASIC3 is not set | 873 | # CONFIG_HTC_PASIC3 is not set |
| 874 | # CONFIG_MFD_TMIO is not set | ||
| 833 | 875 | ||
| 834 | # | 876 | # |
| 835 | # Multimedia devices | 877 | # Multimedia devices |
| @@ -871,6 +913,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 871 | # CONFIG_DVB_TTUSB_BUDGET is not set | 913 | # CONFIG_DVB_TTUSB_BUDGET is not set |
| 872 | # CONFIG_DVB_TTUSB_DEC is not set | 914 | # CONFIG_DVB_TTUSB_DEC is not set |
| 873 | # CONFIG_DVB_CINERGYT2 is not set | 915 | # CONFIG_DVB_CINERGYT2 is not set |
| 916 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
| 874 | 917 | ||
| 875 | # | 918 | # |
| 876 | # Supported FlexCopII (B2C2) Adapters | 919 | # Supported FlexCopII (B2C2) Adapters |
| @@ -917,6 +960,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 917 | # CONFIG_DVB_SP887X is not set | 960 | # CONFIG_DVB_SP887X is not set |
| 918 | # CONFIG_DVB_CX22700 is not set | 961 | # CONFIG_DVB_CX22700 is not set |
| 919 | # CONFIG_DVB_CX22702 is not set | 962 | # CONFIG_DVB_CX22702 is not set |
| 963 | # CONFIG_DVB_DRX397XD is not set | ||
| 920 | # CONFIG_DVB_L64781 is not set | 964 | # CONFIG_DVB_L64781 is not set |
| 921 | # CONFIG_DVB_TDA1004X is not set | 965 | # CONFIG_DVB_TDA1004X is not set |
| 922 | # CONFIG_DVB_NXT6000 is not set | 966 | # CONFIG_DVB_NXT6000 is not set |
| @@ -984,15 +1028,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 984 | CONFIG_VGA_CONSOLE=y | 1028 | CONFIG_VGA_CONSOLE=y |
| 985 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1029 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 986 | CONFIG_DUMMY_CONSOLE=y | 1030 | CONFIG_DUMMY_CONSOLE=y |
| 987 | |||
| 988 | # | ||
| 989 | # Sound | ||
| 990 | # | ||
| 991 | CONFIG_SOUND=y | 1031 | CONFIG_SOUND=y |
| 992 | |||
| 993 | # | ||
| 994 | # Advanced Linux Sound Architecture | ||
| 995 | # | ||
| 996 | CONFIG_SND=y | 1032 | CONFIG_SND=y |
| 997 | CONFIG_SND_TIMER=y | 1033 | CONFIG_SND_TIMER=y |
| 998 | CONFIG_SND_PCM=y | 1034 | CONFIG_SND_PCM=y |
| @@ -1006,19 +1042,15 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
| 1006 | CONFIG_SND_VERBOSE_PROCFS=y | 1042 | CONFIG_SND_VERBOSE_PROCFS=y |
| 1007 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1043 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 1008 | # CONFIG_SND_DEBUG is not set | 1044 | # CONFIG_SND_DEBUG is not set |
| 1009 | 1045 | CONFIG_SND_VMASTER=y | |
| 1010 | # | ||
| 1011 | # Generic devices | ||
| 1012 | # | ||
| 1013 | CONFIG_SND_AC97_CODEC=y | 1046 | CONFIG_SND_AC97_CODEC=y |
| 1047 | CONFIG_SND_DRIVERS=y | ||
| 1014 | # CONFIG_SND_DUMMY is not set | 1048 | # CONFIG_SND_DUMMY is not set |
| 1015 | # CONFIG_SND_MTPAV is not set | 1049 | # CONFIG_SND_MTPAV is not set |
| 1016 | # CONFIG_SND_SERIAL_U16550 is not set | 1050 | # CONFIG_SND_SERIAL_U16550 is not set |
| 1017 | # CONFIG_SND_MPU401 is not set | 1051 | # CONFIG_SND_MPU401 is not set |
| 1018 | 1052 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 1019 | # | 1053 | CONFIG_SND_PCI=y |
| 1020 | # PCI devices | ||
| 1021 | # | ||
| 1022 | # CONFIG_SND_AD1889 is not set | 1054 | # CONFIG_SND_AD1889 is not set |
| 1023 | # CONFIG_SND_ALS300 is not set | 1055 | # CONFIG_SND_ALS300 is not set |
| 1024 | # CONFIG_SND_ALS4000 is not set | 1056 | # CONFIG_SND_ALS4000 is not set |
| @@ -1080,39 +1112,12 @@ CONFIG_SND_INTEL8X0=y | |||
| 1080 | # CONFIG_SND_VIRTUOSO is not set | 1112 | # CONFIG_SND_VIRTUOSO is not set |
| 1081 | # CONFIG_SND_VX222 is not set | 1113 | # CONFIG_SND_VX222 is not set |
| 1082 | # CONFIG_SND_YMFPCI is not set | 1114 | # CONFIG_SND_YMFPCI is not set |
| 1083 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1115 | CONFIG_SND_PPC=y |
| 1084 | 1116 | CONFIG_SND_USB=y | |
| 1085 | # | ||
| 1086 | # ALSA PowerMac devices | ||
| 1087 | # | ||
| 1088 | |||
| 1089 | # | ||
| 1090 | # ALSA PowerPC devices | ||
| 1091 | # | ||
| 1092 | |||
| 1093 | # | ||
| 1094 | # USB devices | ||
| 1095 | # | ||
| 1096 | # CONFIG_SND_USB_AUDIO is not set | 1117 | # CONFIG_SND_USB_AUDIO is not set |
| 1097 | # CONFIG_SND_USB_USX2Y is not set | 1118 | # CONFIG_SND_USB_USX2Y is not set |
| 1098 | # CONFIG_SND_USB_CAIAQ is not set | 1119 | # CONFIG_SND_USB_CAIAQ is not set |
| 1099 | |||
| 1100 | # | ||
| 1101 | # System on Chip audio support | ||
| 1102 | # | ||
| 1103 | # CONFIG_SND_SOC is not set | 1120 | # CONFIG_SND_SOC is not set |
| 1104 | |||
| 1105 | # | ||
| 1106 | # ALSA SoC audio for Freescale SOCs | ||
| 1107 | # | ||
| 1108 | |||
| 1109 | # | ||
| 1110 | # SoC Audio for the Texas Instruments OMAP | ||
| 1111 | # | ||
| 1112 | |||
| 1113 | # | ||
| 1114 | # Open Sound System | ||
| 1115 | # | ||
| 1116 | # CONFIG_SOUND_PRIME is not set | 1121 | # CONFIG_SOUND_PRIME is not set |
| 1117 | CONFIG_AC97_BUS=y | 1122 | CONFIG_AC97_BUS=y |
| 1118 | CONFIG_HID_SUPPORT=y | 1123 | CONFIG_HID_SUPPORT=y |
| @@ -1144,6 +1149,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1144 | # CONFIG_USB_OTG is not set | 1149 | # CONFIG_USB_OTG is not set |
| 1145 | # CONFIG_USB_OTG_WHITELIST is not set | 1150 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1146 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1151 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1152 | CONFIG_USB_MON=y | ||
| 1147 | 1153 | ||
| 1148 | # | 1154 | # |
| 1149 | # USB Host Controller Drivers | 1155 | # USB Host Controller Drivers |
| @@ -1195,6 +1201,7 @@ CONFIG_USB_STORAGE=y | |||
| 1195 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1201 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1196 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1202 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1197 | # CONFIG_USB_STORAGE_KARMA is not set | 1203 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1204 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1198 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1205 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1199 | # CONFIG_USB_LIBUSUAL is not set | 1206 | # CONFIG_USB_LIBUSUAL is not set |
| 1200 | 1207 | ||
| @@ -1203,7 +1210,6 @@ CONFIG_USB_STORAGE=y | |||
| 1203 | # | 1210 | # |
| 1204 | # CONFIG_USB_MDC800 is not set | 1211 | # CONFIG_USB_MDC800 is not set |
| 1205 | # CONFIG_USB_MICROTEK is not set | 1212 | # CONFIG_USB_MICROTEK is not set |
| 1206 | CONFIG_USB_MON=y | ||
| 1207 | 1213 | ||
| 1208 | # | 1214 | # |
| 1209 | # USB port drivers | 1215 | # USB port drivers |
| @@ -1216,7 +1222,6 @@ CONFIG_USB_MON=y | |||
| 1216 | # CONFIG_USB_EMI62 is not set | 1222 | # CONFIG_USB_EMI62 is not set |
| 1217 | # CONFIG_USB_EMI26 is not set | 1223 | # CONFIG_USB_EMI26 is not set |
| 1218 | # CONFIG_USB_ADUTUX is not set | 1224 | # CONFIG_USB_ADUTUX is not set |
| 1219 | # CONFIG_USB_AUERSWALD is not set | ||
| 1220 | # CONFIG_USB_RIO500 is not set | 1225 | # CONFIG_USB_RIO500 is not set |
| 1221 | # CONFIG_USB_LEGOTOWER is not set | 1226 | # CONFIG_USB_LEGOTOWER is not set |
| 1222 | # CONFIG_USB_LCD is not set | 1227 | # CONFIG_USB_LCD is not set |
| @@ -1270,6 +1275,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 1270 | # CONFIG_RTC_DRV_PCF8583 is not set | 1275 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1271 | # CONFIG_RTC_DRV_M41T80 is not set | 1276 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1272 | # CONFIG_RTC_DRV_S35390A is not set | 1277 | # CONFIG_RTC_DRV_S35390A is not set |
| 1278 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1273 | 1279 | ||
| 1274 | # | 1280 | # |
| 1275 | # SPI RTC drivers | 1281 | # SPI RTC drivers |
| @@ -1368,6 +1374,7 @@ CONFIG_EFS_FS=m | |||
| 1368 | CONFIG_CRAMFS=y | 1374 | CONFIG_CRAMFS=y |
| 1369 | CONFIG_VXFS_FS=m | 1375 | CONFIG_VXFS_FS=m |
| 1370 | # CONFIG_MINIX_FS is not set | 1376 | # CONFIG_MINIX_FS is not set |
| 1377 | # CONFIG_OMFS_FS is not set | ||
| 1371 | CONFIG_HPFS_FS=m | 1378 | CONFIG_HPFS_FS=m |
| 1372 | CONFIG_QNX4FS_FS=m | 1379 | CONFIG_QNX4FS_FS=m |
| 1373 | # CONFIG_ROMFS_FS is not set | 1380 | # CONFIG_ROMFS_FS is not set |
| @@ -1380,17 +1387,16 @@ CONFIG_NFS_FS=y | |||
| 1380 | CONFIG_NFS_V3=y | 1387 | CONFIG_NFS_V3=y |
| 1381 | # CONFIG_NFS_V3_ACL is not set | 1388 | # CONFIG_NFS_V3_ACL is not set |
| 1382 | CONFIG_NFS_V4=y | 1389 | CONFIG_NFS_V4=y |
| 1390 | CONFIG_ROOT_NFS=y | ||
| 1383 | CONFIG_NFSD=y | 1391 | CONFIG_NFSD=y |
| 1384 | # CONFIG_NFSD_V3 is not set | 1392 | # CONFIG_NFSD_V3 is not set |
| 1385 | # CONFIG_NFSD_V4 is not set | 1393 | # CONFIG_NFSD_V4 is not set |
| 1386 | CONFIG_ROOT_NFS=y | ||
| 1387 | CONFIG_LOCKD=y | 1394 | CONFIG_LOCKD=y |
| 1388 | CONFIG_LOCKD_V4=y | 1395 | CONFIG_LOCKD_V4=y |
| 1389 | CONFIG_EXPORTFS=y | 1396 | CONFIG_EXPORTFS=y |
| 1390 | CONFIG_NFS_COMMON=y | 1397 | CONFIG_NFS_COMMON=y |
| 1391 | CONFIG_SUNRPC=y | 1398 | CONFIG_SUNRPC=y |
| 1392 | CONFIG_SUNRPC_GSS=y | 1399 | CONFIG_SUNRPC_GSS=y |
| 1393 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1394 | CONFIG_RPCSEC_GSS_KRB5=y | 1400 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1395 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1401 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1396 | # CONFIG_SMB_FS is not set | 1402 | # CONFIG_SMB_FS is not set |
| @@ -1469,6 +1475,7 @@ CONFIG_BITREVERSE=y | |||
| 1469 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1475 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1470 | # CONFIG_CRC_CCITT is not set | 1476 | # CONFIG_CRC_CCITT is not set |
| 1471 | # CONFIG_CRC16 is not set | 1477 | # CONFIG_CRC16 is not set |
| 1478 | CONFIG_CRC_T10DIF=y | ||
| 1472 | CONFIG_CRC_ITU_T=m | 1479 | CONFIG_CRC_ITU_T=m |
| 1473 | CONFIG_CRC32=y | 1480 | CONFIG_CRC32=y |
| 1474 | # CONFIG_CRC7 is not set | 1481 | # CONFIG_CRC7 is not set |
| @@ -1494,6 +1501,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1494 | CONFIG_DEBUG_KERNEL=y | 1501 | CONFIG_DEBUG_KERNEL=y |
| 1495 | # CONFIG_DEBUG_SHIRQ is not set | 1502 | # CONFIG_DEBUG_SHIRQ is not set |
| 1496 | CONFIG_DETECT_SOFTLOCKUP=y | 1503 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1504 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1505 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1497 | CONFIG_SCHED_DEBUG=y | 1506 | CONFIG_SCHED_DEBUG=y |
| 1498 | # CONFIG_SCHEDSTATS is not set | 1507 | # CONFIG_SCHEDSTATS is not set |
| 1499 | # CONFIG_TIMER_STATS is not set | 1508 | # CONFIG_TIMER_STATS is not set |
| @@ -1512,17 +1521,29 @@ CONFIG_SCHED_DEBUG=y | |||
| 1512 | CONFIG_DEBUG_INFO=y | 1521 | CONFIG_DEBUG_INFO=y |
| 1513 | # CONFIG_DEBUG_VM is not set | 1522 | # CONFIG_DEBUG_VM is not set |
| 1514 | # CONFIG_DEBUG_WRITECOUNT is not set | 1523 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1524 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1515 | # CONFIG_DEBUG_LIST is not set | 1525 | # CONFIG_DEBUG_LIST is not set |
| 1516 | # CONFIG_DEBUG_SG is not set | 1526 | # CONFIG_DEBUG_SG is not set |
| 1517 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1527 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1518 | # CONFIG_RCU_TORTURE_TEST is not set | 1528 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1519 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1529 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1520 | # CONFIG_FAULT_INJECTION is not set | 1530 | # CONFIG_FAULT_INJECTION is not set |
| 1531 | # CONFIG_LATENCYTOP is not set | ||
| 1532 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1533 | CONFIG_HAVE_FTRACE=y | ||
| 1534 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1535 | # CONFIG_FTRACE is not set | ||
| 1536 | # CONFIG_SCHED_TRACER is not set | ||
| 1537 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1521 | # CONFIG_SAMPLES is not set | 1538 | # CONFIG_SAMPLES is not set |
| 1539 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1540 | # CONFIG_KGDB is not set | ||
| 1522 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1541 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1523 | # CONFIG_DEBUG_STACK_USAGE is not set | 1542 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1524 | # CONFIG_DEBUG_PAGEALLOC is not set | 1543 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1525 | # CONFIG_DEBUGGER is not set | 1544 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1545 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1546 | # CONFIG_XMON is not set | ||
| 1526 | # CONFIG_IRQSTACKS is not set | 1547 | # CONFIG_IRQSTACKS is not set |
| 1527 | # CONFIG_BDI_SWITCH is not set | 1548 | # CONFIG_BDI_SWITCH is not set |
| 1528 | # CONFIG_PPC_EARLY_DEBUG is not set | 1549 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1539,13 +1560,14 @@ CONFIG_CRYPTO=y | |||
| 1539 | # Crypto core or helper | 1560 | # Crypto core or helper |
| 1540 | # | 1561 | # |
| 1541 | CONFIG_CRYPTO_ALGAPI=y | 1562 | CONFIG_CRYPTO_ALGAPI=y |
| 1563 | CONFIG_CRYPTO_AEAD=y | ||
| 1542 | CONFIG_CRYPTO_BLKCIPHER=y | 1564 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1543 | CONFIG_CRYPTO_HASH=y | 1565 | CONFIG_CRYPTO_HASH=y |
| 1544 | CONFIG_CRYPTO_MANAGER=y | 1566 | CONFIG_CRYPTO_MANAGER=y |
| 1545 | # CONFIG_CRYPTO_GF128MUL is not set | 1567 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1546 | # CONFIG_CRYPTO_NULL is not set | 1568 | # CONFIG_CRYPTO_NULL is not set |
| 1547 | # CONFIG_CRYPTO_CRYPTD is not set | 1569 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1548 | # CONFIG_CRYPTO_AUTHENC is not set | 1570 | CONFIG_CRYPTO_AUTHENC=y |
| 1549 | # CONFIG_CRYPTO_TEST is not set | 1571 | # CONFIG_CRYPTO_TEST is not set |
| 1550 | 1572 | ||
| 1551 | # | 1573 | # |
| @@ -1579,6 +1601,10 @@ CONFIG_CRYPTO_HMAC=y | |||
| 1579 | # CONFIG_CRYPTO_MD4 is not set | 1601 | # CONFIG_CRYPTO_MD4 is not set |
| 1580 | CONFIG_CRYPTO_MD5=y | 1602 | CONFIG_CRYPTO_MD5=y |
| 1581 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1603 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1604 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1605 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1606 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1607 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1582 | CONFIG_CRYPTO_SHA1=m | 1608 | CONFIG_CRYPTO_SHA1=m |
| 1583 | # CONFIG_CRYPTO_SHA256 is not set | 1609 | # CONFIG_CRYPTO_SHA256 is not set |
| 1584 | # CONFIG_CRYPTO_SHA512 is not set | 1610 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1611,5 +1637,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1611 | # CONFIG_CRYPTO_LZO is not set | 1637 | # CONFIG_CRYPTO_LZO is not set |
| 1612 | CONFIG_CRYPTO_HW=y | 1638 | CONFIG_CRYPTO_HW=y |
| 1613 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1639 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1640 | CONFIG_CRYPTO_DEV_TALITOS=y | ||
| 1614 | # CONFIG_PPC_CLOCK is not set | 1641 | # CONFIG_PPC_CLOCK is not set |
| 1615 | # CONFIG_VIRTUALIZATION is not set | 1642 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig b/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig index b09f0032a10b..97f3c4fe440b 100644 --- a/arch/powerpc/configs/85xx/mpc85xx_cds_defconfig +++ b/arch/powerpc/configs/85xx/mpc85xx_cds_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:36 2008 | 4 | # Thu Aug 21 00:52:34 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 94 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_ALL is not set | 95 | # CONFIG_KALLSYMS_ALL is not set |
| 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 96 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -114,10 +115,16 @@ CONFIG_SLUB=y | |||
| 114 | # CONFIG_PROFILING is not set | 115 | # CONFIG_PROFILING is not set |
| 115 | # CONFIG_MARKERS is not set | 116 | # CONFIG_MARKERS is not set |
| 116 | CONFIG_HAVE_OPROFILE=y | 117 | CONFIG_HAVE_OPROFILE=y |
| 118 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 119 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 117 | CONFIG_HAVE_KPROBES=y | 120 | CONFIG_HAVE_KPROBES=y |
| 118 | CONFIG_HAVE_KRETPROBES=y | 121 | CONFIG_HAVE_KRETPROBES=y |
| 122 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 119 | # CONFIG_HAVE_DMA_ATTRS is not set | 123 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 124 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 125 | # CONFIG_HAVE_CLK is not set | ||
| 120 | CONFIG_PROC_PAGE_MONITOR=y | 126 | CONFIG_PROC_PAGE_MONITOR=y |
| 127 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 121 | CONFIG_SLABINFO=y | 128 | CONFIG_SLABINFO=y |
| 122 | CONFIG_RT_MUTEXES=y | 129 | CONFIG_RT_MUTEXES=y |
| 123 | # CONFIG_TINY_SHMEM is not set | 130 | # CONFIG_TINY_SHMEM is not set |
| @@ -128,6 +135,7 @@ CONFIG_BLOCK=y | |||
| 128 | # CONFIG_BLK_DEV_IO_TRACE is not set | 135 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 129 | # CONFIG_LSF is not set | 136 | # CONFIG_LSF is not set |
| 130 | # CONFIG_BLK_DEV_BSG is not set | 137 | # CONFIG_BLK_DEV_BSG is not set |
| 138 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 131 | 139 | ||
| 132 | # | 140 | # |
| 133 | # IO Schedulers | 141 | # IO Schedulers |
| @@ -146,8 +154,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 146 | # | 154 | # |
| 147 | # Platform support | 155 | # Platform support |
| 148 | # | 156 | # |
| 149 | # CONFIG_PPC_MPC512x is not set | ||
| 150 | # CONFIG_PPC_MPC5121 is not set | ||
| 151 | # CONFIG_PPC_CELL is not set | 157 | # CONFIG_PPC_CELL is not set |
| 152 | # CONFIG_PPC_CELL_NATIVE is not set | 158 | # CONFIG_PPC_CELL_NATIVE is not set |
| 153 | # CONFIG_PQ2ADS is not set | 159 | # CONFIG_PQ2ADS is not set |
| @@ -156,11 +162,13 @@ CONFIG_MPC85xx=y | |||
| 156 | # CONFIG_MPC8560_ADS is not set | 162 | # CONFIG_MPC8560_ADS is not set |
| 157 | CONFIG_MPC85xx_CDS=y | 163 | CONFIG_MPC85xx_CDS=y |
| 158 | # CONFIG_MPC85xx_MDS is not set | 164 | # CONFIG_MPC85xx_MDS is not set |
| 165 | # CONFIG_MPC8536_DS is not set | ||
| 159 | # CONFIG_MPC85xx_DS is not set | 166 | # CONFIG_MPC85xx_DS is not set |
| 160 | # CONFIG_KSI8560 is not set | 167 | # CONFIG_KSI8560 is not set |
| 161 | # CONFIG_STX_GP3 is not set | 168 | # CONFIG_STX_GP3 is not set |
| 162 | # CONFIG_TQM8540 is not set | 169 | # CONFIG_TQM8540 is not set |
| 163 | # CONFIG_TQM8541 is not set | 170 | # CONFIG_TQM8541 is not set |
| 171 | # CONFIG_TQM8548 is not set | ||
| 164 | # CONFIG_TQM8555 is not set | 172 | # CONFIG_TQM8555 is not set |
| 165 | # CONFIG_TQM8560 is not set | 173 | # CONFIG_TQM8560 is not set |
| 166 | # CONFIG_SBC8548 is not set | 174 | # CONFIG_SBC8548 is not set |
| @@ -192,7 +200,7 @@ CONFIG_HZ_250=y | |||
| 192 | # CONFIG_HZ_300 is not set | 200 | # CONFIG_HZ_300 is not set |
| 193 | # CONFIG_HZ_1000 is not set | 201 | # CONFIG_HZ_1000 is not set |
| 194 | CONFIG_HZ=250 | 202 | CONFIG_HZ=250 |
| 195 | # CONFIG_SCHED_HRTICK is not set | 203 | CONFIG_SCHED_HRTICK=y |
| 196 | CONFIG_PREEMPT_NONE=y | 204 | CONFIG_PREEMPT_NONE=y |
| 197 | # CONFIG_PREEMPT_VOLUNTARY is not set | 205 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 198 | # CONFIG_PREEMPT is not set | 206 | # CONFIG_PREEMPT is not set |
| @@ -215,6 +223,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 215 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 216 | CONFIG_PAGEFLAGS_EXTENDED=y | 224 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 217 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 226 | CONFIG_MIGRATION=y | ||
| 218 | # CONFIG_RESOURCES_64BIT is not set | 227 | # CONFIG_RESOURCES_64BIT is not set |
| 219 | CONFIG_ZONE_DMA_FLAG=1 | 228 | CONFIG_ZONE_DMA_FLAG=1 |
| 220 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
| @@ -222,6 +231,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 222 | CONFIG_FORCE_MAX_ZONEORDER=11 | 231 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 223 | CONFIG_PROC_DEVICETREE=y | 232 | CONFIG_PROC_DEVICETREE=y |
| 224 | # CONFIG_CMDLINE_BOOL is not set | 233 | # CONFIG_CMDLINE_BOOL is not set |
| 234 | CONFIG_EXTRA_TARGETS="" | ||
| 225 | # CONFIG_PM is not set | 235 | # CONFIG_PM is not set |
| 226 | # CONFIG_SECCOMP is not set | 236 | # CONFIG_SECCOMP is not set |
| 227 | CONFIG_ISA_DMA_API=y | 237 | CONFIG_ISA_DMA_API=y |
| @@ -233,6 +243,7 @@ CONFIG_ZONE_DMA=y | |||
| 233 | CONFIG_PPC_INDIRECT_PCI=y | 243 | CONFIG_PPC_INDIRECT_PCI=y |
| 234 | CONFIG_FSL_SOC=y | 244 | CONFIG_FSL_SOC=y |
| 235 | CONFIG_FSL_PCI=y | 245 | CONFIG_FSL_PCI=y |
| 246 | CONFIG_PPC_PCI_CHOICE=y | ||
| 236 | CONFIG_PCI=y | 247 | CONFIG_PCI=y |
| 237 | CONFIG_PCI_DOMAINS=y | 248 | CONFIG_PCI_DOMAINS=y |
| 238 | CONFIG_PCI_SYSCALL=y | 249 | CONFIG_PCI_SYSCALL=y |
| @@ -259,10 +270,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 259 | CONFIG_PHYSICAL_START=0x00000000 | 270 | CONFIG_PHYSICAL_START=0x00000000 |
| 260 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 271 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 261 | CONFIG_TASK_SIZE=0xc0000000 | 272 | CONFIG_TASK_SIZE=0xc0000000 |
| 262 | |||
| 263 | # | ||
| 264 | # Networking | ||
| 265 | # | ||
| 266 | CONFIG_NET=y | 273 | CONFIG_NET=y |
| 267 | 274 | ||
| 268 | # | 275 | # |
| @@ -379,20 +386,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 379 | # CONFIG_BLK_DEV_XIP is not set | 386 | # CONFIG_BLK_DEV_XIP is not set |
| 380 | # CONFIG_CDROM_PKTCDVD is not set | 387 | # CONFIG_CDROM_PKTCDVD is not set |
| 381 | # CONFIG_ATA_OVER_ETH is not set | 388 | # CONFIG_ATA_OVER_ETH is not set |
| 389 | # CONFIG_BLK_DEV_HD is not set | ||
| 382 | CONFIG_MISC_DEVICES=y | 390 | CONFIG_MISC_DEVICES=y |
| 383 | # CONFIG_PHANTOM is not set | 391 | # CONFIG_PHANTOM is not set |
| 384 | # CONFIG_EEPROM_93CX6 is not set | 392 | # CONFIG_EEPROM_93CX6 is not set |
| 385 | # CONFIG_SGI_IOC4 is not set | 393 | # CONFIG_SGI_IOC4 is not set |
| 386 | # CONFIG_TIFM_CORE is not set | 394 | # CONFIG_TIFM_CORE is not set |
| 387 | # CONFIG_ENCLOSURE_SERVICES is not set | 395 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 396 | # CONFIG_HP_ILO is not set | ||
| 388 | CONFIG_HAVE_IDE=y | 397 | CONFIG_HAVE_IDE=y |
| 389 | CONFIG_IDE=y | 398 | CONFIG_IDE=y |
| 390 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 391 | CONFIG_BLK_DEV_IDE=y | 399 | CONFIG_BLK_DEV_IDE=y |
| 392 | 400 | ||
| 393 | # | 401 | # |
| 394 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 402 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 395 | # | 403 | # |
| 404 | CONFIG_IDE_TIMINGS=y | ||
| 396 | # CONFIG_BLK_DEV_IDE_SATA is not set | 405 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 397 | # CONFIG_BLK_DEV_IDEDISK is not set | 406 | # CONFIG_BLK_DEV_IDEDISK is not set |
| 398 | # CONFIG_IDEDISK_MULTI_MODE is not set | 407 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -405,7 +414,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 405 | # | 414 | # |
| 406 | # IDE chipset support/bugfixes | 415 | # IDE chipset support/bugfixes |
| 407 | # | 416 | # |
| 408 | CONFIG_IDE_GENERIC=y | ||
| 409 | # CONFIG_BLK_DEV_PLATFORM is not set | 417 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 410 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 418 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 411 | 419 | ||
| @@ -423,10 +431,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 423 | # CONFIG_BLK_DEV_AMD74XX is not set | 431 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 424 | # CONFIG_BLK_DEV_CMD64X is not set | 432 | # CONFIG_BLK_DEV_CMD64X is not set |
| 425 | # CONFIG_BLK_DEV_TRIFLEX is not set | 433 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 426 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 427 | # CONFIG_BLK_DEV_CS5520 is not set | 434 | # CONFIG_BLK_DEV_CS5520 is not set |
| 428 | # CONFIG_BLK_DEV_CS5530 is not set | 435 | # CONFIG_BLK_DEV_CS5530 is not set |
| 429 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 430 | # CONFIG_BLK_DEV_HPT366 is not set | 436 | # CONFIG_BLK_DEV_HPT366 is not set |
| 431 | # CONFIG_BLK_DEV_JMICRON is not set | 437 | # CONFIG_BLK_DEV_JMICRON is not set |
| 432 | # CONFIG_BLK_DEV_SC1200 is not set | 438 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -444,8 +450,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 444 | CONFIG_BLK_DEV_VIA82CXXX=y | 450 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 445 | # CONFIG_BLK_DEV_TC86C001 is not set | 451 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 446 | CONFIG_BLK_DEV_IDEDMA=y | 452 | CONFIG_BLK_DEV_IDEDMA=y |
| 447 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 448 | # CONFIG_BLK_DEV_HD is not set | ||
| 449 | 453 | ||
| 450 | # | 454 | # |
| 451 | # SCSI device support | 455 | # SCSI device support |
| @@ -461,12 +465,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 461 | # | 465 | # |
| 462 | # IEEE 1394 (FireWire) support | 466 | # IEEE 1394 (FireWire) support |
| 463 | # | 467 | # |
| 468 | |||
| 469 | # | ||
| 470 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 471 | # | ||
| 464 | # CONFIG_FIREWIRE is not set | 472 | # CONFIG_FIREWIRE is not set |
| 465 | # CONFIG_IEEE1394 is not set | 473 | # CONFIG_IEEE1394 is not set |
| 466 | # CONFIG_I2O is not set | 474 | # CONFIG_I2O is not set |
| 467 | # CONFIG_MACINTOSH_DRIVERS is not set | 475 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 468 | CONFIG_NETDEVICES=y | 476 | CONFIG_NETDEVICES=y |
| 469 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 470 | # CONFIG_DUMMY is not set | 477 | # CONFIG_DUMMY is not set |
| 471 | # CONFIG_BONDING is not set | 478 | # CONFIG_BONDING is not set |
| 472 | # CONFIG_MACVLAN is not set | 479 | # CONFIG_MACVLAN is not set |
| @@ -509,10 +516,8 @@ CONFIG_NETDEV_1000=y | |||
| 509 | # CONFIG_ACENIC is not set | 516 | # CONFIG_ACENIC is not set |
| 510 | # CONFIG_DL2K is not set | 517 | # CONFIG_DL2K is not set |
| 511 | CONFIG_E1000=y | 518 | CONFIG_E1000=y |
| 512 | CONFIG_E1000_NAPI=y | ||
| 513 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 519 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 514 | # CONFIG_E1000E is not set | 520 | # CONFIG_E1000E is not set |
| 515 | # CONFIG_E1000E_ENABLED is not set | ||
| 516 | # CONFIG_IP1000 is not set | 521 | # CONFIG_IP1000 is not set |
| 517 | # CONFIG_IGB is not set | 522 | # CONFIG_IGB is not set |
| 518 | # CONFIG_NS83820 is not set | 523 | # CONFIG_NS83820 is not set |
| @@ -526,9 +531,9 @@ CONFIG_E1000_NAPI=y | |||
| 526 | # CONFIG_TIGON3 is not set | 531 | # CONFIG_TIGON3 is not set |
| 527 | # CONFIG_BNX2 is not set | 532 | # CONFIG_BNX2 is not set |
| 528 | CONFIG_GIANFAR=y | 533 | CONFIG_GIANFAR=y |
| 529 | CONFIG_GFAR_NAPI=y | ||
| 530 | # CONFIG_QLA3XXX is not set | 534 | # CONFIG_QLA3XXX is not set |
| 531 | # CONFIG_ATL1 is not set | 535 | # CONFIG_ATL1 is not set |
| 536 | # CONFIG_ATL1E is not set | ||
| 532 | CONFIG_NETDEV_10000=y | 537 | CONFIG_NETDEV_10000=y |
| 533 | # CONFIG_CHELSIO_T1 is not set | 538 | # CONFIG_CHELSIO_T1 is not set |
| 534 | # CONFIG_CHELSIO_T3 is not set | 539 | # CONFIG_CHELSIO_T3 is not set |
| @@ -634,6 +639,8 @@ CONFIG_GEN_RTC=y | |||
| 634 | CONFIG_DEVPORT=y | 639 | CONFIG_DEVPORT=y |
| 635 | # CONFIG_I2C is not set | 640 | # CONFIG_I2C is not set |
| 636 | # CONFIG_SPI is not set | 641 | # CONFIG_SPI is not set |
| 642 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 643 | # CONFIG_GPIOLIB is not set | ||
| 637 | # CONFIG_W1 is not set | 644 | # CONFIG_W1 is not set |
| 638 | # CONFIG_POWER_SUPPLY is not set | 645 | # CONFIG_POWER_SUPPLY is not set |
| 639 | CONFIG_HWMON=y | 646 | CONFIG_HWMON=y |
| @@ -654,6 +661,7 @@ CONFIG_HWMON=y | |||
| 654 | # CONFIG_SENSORS_W83627EHF is not set | 661 | # CONFIG_SENSORS_W83627EHF is not set |
| 655 | # CONFIG_HWMON_DEBUG_CHIP is not set | 662 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 656 | # CONFIG_THERMAL is not set | 663 | # CONFIG_THERMAL is not set |
| 664 | # CONFIG_THERMAL_HWMON is not set | ||
| 657 | # CONFIG_WATCHDOG is not set | 665 | # CONFIG_WATCHDOG is not set |
| 658 | 666 | ||
| 659 | # | 667 | # |
| @@ -665,8 +673,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 665 | # | 673 | # |
| 666 | # Multifunction device drivers | 674 | # Multifunction device drivers |
| 667 | # | 675 | # |
| 676 | # CONFIG_MFD_CORE is not set | ||
| 668 | # CONFIG_MFD_SM501 is not set | 677 | # CONFIG_MFD_SM501 is not set |
| 669 | # CONFIG_HTC_PASIC3 is not set | 678 | # CONFIG_HTC_PASIC3 is not set |
| 679 | # CONFIG_MFD_TMIO is not set | ||
| 670 | 680 | ||
| 671 | # | 681 | # |
| 672 | # Multimedia devices | 682 | # Multimedia devices |
| @@ -698,10 +708,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 698 | # Display device support | 708 | # Display device support |
| 699 | # | 709 | # |
| 700 | # CONFIG_DISPLAY_SUPPORT is not set | 710 | # CONFIG_DISPLAY_SUPPORT is not set |
| 701 | |||
| 702 | # | ||
| 703 | # Sound | ||
| 704 | # | ||
| 705 | # CONFIG_SOUND is not set | 711 | # CONFIG_SOUND is not set |
| 706 | CONFIG_HID_SUPPORT=y | 712 | CONFIG_HID_SUPPORT=y |
| 707 | CONFIG_HID=y | 713 | CONFIG_HID=y |
| @@ -716,6 +722,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 716 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 722 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 717 | 723 | ||
| 718 | # | 724 | # |
| 725 | # Enable Host or Gadget support to see Inventra options | ||
| 726 | # | ||
| 727 | |||
| 728 | # | ||
| 719 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 729 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 720 | # | 730 | # |
| 721 | # CONFIG_USB_GADGET is not set | 731 | # CONFIG_USB_GADGET is not set |
| @@ -793,6 +803,7 @@ CONFIG_TMPFS=y | |||
| 793 | # CONFIG_CRAMFS is not set | 803 | # CONFIG_CRAMFS is not set |
| 794 | # CONFIG_VXFS_FS is not set | 804 | # CONFIG_VXFS_FS is not set |
| 795 | # CONFIG_MINIX_FS is not set | 805 | # CONFIG_MINIX_FS is not set |
| 806 | # CONFIG_OMFS_FS is not set | ||
| 796 | # CONFIG_HPFS_FS is not set | 807 | # CONFIG_HPFS_FS is not set |
| 797 | # CONFIG_QNX4FS_FS is not set | 808 | # CONFIG_QNX4FS_FS is not set |
| 798 | # CONFIG_ROMFS_FS is not set | 809 | # CONFIG_ROMFS_FS is not set |
| @@ -802,12 +813,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 802 | CONFIG_NFS_FS=y | 813 | CONFIG_NFS_FS=y |
| 803 | # CONFIG_NFS_V3 is not set | 814 | # CONFIG_NFS_V3 is not set |
| 804 | # CONFIG_NFS_V4 is not set | 815 | # CONFIG_NFS_V4 is not set |
| 805 | # CONFIG_NFSD is not set | ||
| 806 | CONFIG_ROOT_NFS=y | 816 | CONFIG_ROOT_NFS=y |
| 817 | # CONFIG_NFSD is not set | ||
| 807 | CONFIG_LOCKD=y | 818 | CONFIG_LOCKD=y |
| 808 | CONFIG_NFS_COMMON=y | 819 | CONFIG_NFS_COMMON=y |
| 809 | CONFIG_SUNRPC=y | 820 | CONFIG_SUNRPC=y |
| 810 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 811 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 821 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 812 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 822 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 813 | # CONFIG_SMB_FS is not set | 823 | # CONFIG_SMB_FS is not set |
| @@ -843,6 +853,7 @@ CONFIG_BITREVERSE=y | |||
| 843 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 853 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 844 | # CONFIG_CRC_CCITT is not set | 854 | # CONFIG_CRC_CCITT is not set |
| 845 | # CONFIG_CRC16 is not set | 855 | # CONFIG_CRC16 is not set |
| 856 | # CONFIG_CRC_T10DIF is not set | ||
| 846 | # CONFIG_CRC_ITU_T is not set | 857 | # CONFIG_CRC_ITU_T is not set |
| 847 | CONFIG_CRC32=y | 858 | CONFIG_CRC32=y |
| 848 | # CONFIG_CRC7 is not set | 859 | # CONFIG_CRC7 is not set |
| @@ -867,6 +878,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 867 | CONFIG_DEBUG_KERNEL=y | 878 | CONFIG_DEBUG_KERNEL=y |
| 868 | # CONFIG_DEBUG_SHIRQ is not set | 879 | # CONFIG_DEBUG_SHIRQ is not set |
| 869 | CONFIG_DETECT_SOFTLOCKUP=y | 880 | CONFIG_DETECT_SOFTLOCKUP=y |
| 881 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 882 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 870 | CONFIG_SCHED_DEBUG=y | 883 | CONFIG_SCHED_DEBUG=y |
| 871 | # CONFIG_SCHEDSTATS is not set | 884 | # CONFIG_SCHEDSTATS is not set |
| 872 | # CONFIG_TIMER_STATS is not set | 885 | # CONFIG_TIMER_STATS is not set |
| @@ -884,16 +897,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 884 | # CONFIG_DEBUG_INFO is not set | 897 | # CONFIG_DEBUG_INFO is not set |
| 885 | # CONFIG_DEBUG_VM is not set | 898 | # CONFIG_DEBUG_VM is not set |
| 886 | # CONFIG_DEBUG_WRITECOUNT is not set | 899 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 900 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 887 | # CONFIG_DEBUG_LIST is not set | 901 | # CONFIG_DEBUG_LIST is not set |
| 888 | # CONFIG_DEBUG_SG is not set | 902 | # CONFIG_DEBUG_SG is not set |
| 889 | # CONFIG_BOOT_PRINTK_DELAY is not set | 903 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 904 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 890 | # CONFIG_BACKTRACE_SELF_TEST is not set | 905 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 891 | # CONFIG_FAULT_INJECTION is not set | 906 | # CONFIG_FAULT_INJECTION is not set |
| 907 | # CONFIG_LATENCYTOP is not set | ||
| 908 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 909 | CONFIG_HAVE_FTRACE=y | ||
| 910 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 911 | # CONFIG_FTRACE is not set | ||
| 912 | # CONFIG_SCHED_TRACER is not set | ||
| 913 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 892 | # CONFIG_SAMPLES is not set | 914 | # CONFIG_SAMPLES is not set |
| 915 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 916 | # CONFIG_KGDB is not set | ||
| 893 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 917 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 894 | # CONFIG_DEBUG_STACK_USAGE is not set | 918 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 895 | # CONFIG_DEBUG_PAGEALLOC is not set | 919 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 896 | # CONFIG_DEBUGGER is not set | 920 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 921 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 922 | # CONFIG_XMON is not set | ||
| 897 | # CONFIG_IRQSTACKS is not set | 923 | # CONFIG_IRQSTACKS is not set |
| 898 | # CONFIG_BDI_SWITCH is not set | 924 | # CONFIG_BDI_SWITCH is not set |
| 899 | # CONFIG_PPC_EARLY_DEBUG is not set | 925 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -946,6 +972,10 @@ CONFIG_CRYPTO=y | |||
| 946 | # CONFIG_CRYPTO_MD4 is not set | 972 | # CONFIG_CRYPTO_MD4 is not set |
| 947 | # CONFIG_CRYPTO_MD5 is not set | 973 | # CONFIG_CRYPTO_MD5 is not set |
| 948 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 974 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 975 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 976 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 977 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 978 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 949 | # CONFIG_CRYPTO_SHA1 is not set | 979 | # CONFIG_CRYPTO_SHA1 is not set |
| 950 | # CONFIG_CRYPTO_SHA256 is not set | 980 | # CONFIG_CRYPTO_SHA256 is not set |
| 951 | # CONFIG_CRYPTO_SHA512 is not set | 981 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -978,5 +1008,6 @@ CONFIG_CRYPTO=y | |||
| 978 | # CONFIG_CRYPTO_LZO is not set | 1008 | # CONFIG_CRYPTO_LZO is not set |
| 979 | CONFIG_CRYPTO_HW=y | 1009 | CONFIG_CRYPTO_HW=y |
| 980 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1010 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1011 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 981 | # CONFIG_PPC_CLOCK is not set | 1012 | # CONFIG_PPC_CLOCK is not set |
| 982 | # CONFIG_VIRTUALIZATION is not set | 1013 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/sbc8548_defconfig b/arch/powerpc/configs/85xx/sbc8548_defconfig index 24f7f44b4821..41cedc4b63f6 100644 --- a/arch/powerpc/configs/85xx/sbc8548_defconfig +++ b/arch/powerpc/configs/85xx/sbc8548_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:37 2008 | 4 | # Thu Aug 21 00:52:35 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 94 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 95 | CONFIG_HOTPLUG=y | 96 | CONFIG_HOTPLUG=y |
| @@ -112,10 +113,16 @@ CONFIG_SLAB=y | |||
| 112 | # CONFIG_PROFILING is not set | 113 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 117 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 118 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 119 | CONFIG_HAVE_KRETPROBES=y |
| 120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 121 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 122 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 123 | # CONFIG_HAVE_CLK is not set | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 124 | CONFIG_PROC_PAGE_MONITOR=y |
| 125 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 126 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 127 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 128 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +133,7 @@ CONFIG_BLOCK=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 133 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 134 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 135 | # CONFIG_BLK_DEV_BSG is not set |
| 136 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 137 | ||
| 130 | # | 138 | # |
| 131 | # IO Schedulers | 139 | # IO Schedulers |
| @@ -144,8 +152,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 144 | # | 152 | # |
| 145 | # Platform support | 153 | # Platform support |
| 146 | # | 154 | # |
| 147 | # CONFIG_PPC_MPC512x is not set | ||
| 148 | # CONFIG_PPC_MPC5121 is not set | ||
| 149 | # CONFIG_PPC_CELL is not set | 155 | # CONFIG_PPC_CELL is not set |
| 150 | # CONFIG_PPC_CELL_NATIVE is not set | 156 | # CONFIG_PPC_CELL_NATIVE is not set |
| 151 | # CONFIG_PQ2ADS is not set | 157 | # CONFIG_PQ2ADS is not set |
| @@ -154,11 +160,13 @@ CONFIG_MPC85xx=y | |||
| 154 | # CONFIG_MPC8560_ADS is not set | 160 | # CONFIG_MPC8560_ADS is not set |
| 155 | # CONFIG_MPC85xx_CDS is not set | 161 | # CONFIG_MPC85xx_CDS is not set |
| 156 | # CONFIG_MPC85xx_MDS is not set | 162 | # CONFIG_MPC85xx_MDS is not set |
| 163 | # CONFIG_MPC8536_DS is not set | ||
| 157 | # CONFIG_MPC85xx_DS is not set | 164 | # CONFIG_MPC85xx_DS is not set |
| 158 | # CONFIG_KSI8560 is not set | 165 | # CONFIG_KSI8560 is not set |
| 159 | # CONFIG_STX_GP3 is not set | 166 | # CONFIG_STX_GP3 is not set |
| 160 | # CONFIG_TQM8540 is not set | 167 | # CONFIG_TQM8540 is not set |
| 161 | # CONFIG_TQM8541 is not set | 168 | # CONFIG_TQM8541 is not set |
| 169 | # CONFIG_TQM8548 is not set | ||
| 162 | # CONFIG_TQM8555 is not set | 170 | # CONFIG_TQM8555 is not set |
| 163 | # CONFIG_TQM8560 is not set | 171 | # CONFIG_TQM8560 is not set |
| 164 | CONFIG_SBC8548=y | 172 | CONFIG_SBC8548=y |
| @@ -213,6 +221,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 213 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 214 | CONFIG_PAGEFLAGS_EXTENDED=y | 222 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 215 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 216 | # CONFIG_RESOURCES_64BIT is not set | 225 | # CONFIG_RESOURCES_64BIT is not set |
| 217 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 218 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| @@ -220,6 +229,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 220 | CONFIG_FORCE_MAX_ZONEORDER=11 | 229 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 221 | CONFIG_PROC_DEVICETREE=y | 230 | CONFIG_PROC_DEVICETREE=y |
| 222 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 223 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 224 | # CONFIG_SECCOMP is not set | 234 | # CONFIG_SECCOMP is not set |
| 225 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -231,6 +241,7 @@ CONFIG_ZONE_DMA=y | |||
| 231 | CONFIG_PPC_INDIRECT_PCI=y | 241 | CONFIG_PPC_INDIRECT_PCI=y |
| 232 | CONFIG_FSL_SOC=y | 242 | CONFIG_FSL_SOC=y |
| 233 | CONFIG_FSL_PCI=y | 243 | CONFIG_FSL_PCI=y |
| 244 | CONFIG_PPC_PCI_CHOICE=y | ||
| 234 | CONFIG_PCI=y | 245 | CONFIG_PCI=y |
| 235 | CONFIG_PCI_DOMAINS=y | 246 | CONFIG_PCI_DOMAINS=y |
| 236 | CONFIG_PCI_SYSCALL=y | 247 | CONFIG_PCI_SYSCALL=y |
| @@ -256,10 +267,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 256 | CONFIG_PHYSICAL_START=0x00000000 | 267 | CONFIG_PHYSICAL_START=0x00000000 |
| 257 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 268 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 258 | CONFIG_TASK_SIZE=0xc0000000 | 269 | CONFIG_TASK_SIZE=0xc0000000 |
| 259 | |||
| 260 | # | ||
| 261 | # Networking | ||
| 262 | # | ||
| 263 | CONFIG_NET=y | 270 | CONFIG_NET=y |
| 264 | 271 | ||
| 265 | # | 272 | # |
| @@ -374,12 +381,14 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 374 | # CONFIG_BLK_DEV_XIP is not set | 381 | # CONFIG_BLK_DEV_XIP is not set |
| 375 | # CONFIG_CDROM_PKTCDVD is not set | 382 | # CONFIG_CDROM_PKTCDVD is not set |
| 376 | # CONFIG_ATA_OVER_ETH is not set | 383 | # CONFIG_ATA_OVER_ETH is not set |
| 384 | # CONFIG_BLK_DEV_HD is not set | ||
| 377 | CONFIG_MISC_DEVICES=y | 385 | CONFIG_MISC_DEVICES=y |
| 378 | # CONFIG_PHANTOM is not set | 386 | # CONFIG_PHANTOM is not set |
| 379 | # CONFIG_EEPROM_93CX6 is not set | 387 | # CONFIG_EEPROM_93CX6 is not set |
| 380 | # CONFIG_SGI_IOC4 is not set | 388 | # CONFIG_SGI_IOC4 is not set |
| 381 | # CONFIG_TIFM_CORE is not set | 389 | # CONFIG_TIFM_CORE is not set |
| 382 | # CONFIG_ENCLOSURE_SERVICES is not set | 390 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 391 | # CONFIG_HP_ILO is not set | ||
| 383 | CONFIG_HAVE_IDE=y | 392 | CONFIG_HAVE_IDE=y |
| 384 | # CONFIG_IDE is not set | 393 | # CONFIG_IDE is not set |
| 385 | 394 | ||
| @@ -397,12 +406,15 @@ CONFIG_HAVE_IDE=y | |||
| 397 | # | 406 | # |
| 398 | # IEEE 1394 (FireWire) support | 407 | # IEEE 1394 (FireWire) support |
| 399 | # | 408 | # |
| 409 | |||
| 410 | # | ||
| 411 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 412 | # | ||
| 400 | # CONFIG_FIREWIRE is not set | 413 | # CONFIG_FIREWIRE is not set |
| 401 | # CONFIG_IEEE1394 is not set | 414 | # CONFIG_IEEE1394 is not set |
| 402 | # CONFIG_I2O is not set | 415 | # CONFIG_I2O is not set |
| 403 | # CONFIG_MACINTOSH_DRIVERS is not set | 416 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 404 | CONFIG_NETDEVICES=y | 417 | CONFIG_NETDEVICES=y |
| 405 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 406 | # CONFIG_DUMMY is not set | 418 | # CONFIG_DUMMY is not set |
| 407 | # CONFIG_BONDING is not set | 419 | # CONFIG_BONDING is not set |
| 408 | # CONFIG_MACVLAN is not set | 420 | # CONFIG_MACVLAN is not set |
| @@ -446,7 +458,6 @@ CONFIG_NETDEV_1000=y | |||
| 446 | # CONFIG_DL2K is not set | 458 | # CONFIG_DL2K is not set |
| 447 | # CONFIG_E1000 is not set | 459 | # CONFIG_E1000 is not set |
| 448 | # CONFIG_E1000E is not set | 460 | # CONFIG_E1000E is not set |
| 449 | # CONFIG_E1000E_ENABLED is not set | ||
| 450 | # CONFIG_IP1000 is not set | 461 | # CONFIG_IP1000 is not set |
| 451 | # CONFIG_IGB is not set | 462 | # CONFIG_IGB is not set |
| 452 | # CONFIG_NS83820 is not set | 463 | # CONFIG_NS83820 is not set |
| @@ -460,9 +471,9 @@ CONFIG_NETDEV_1000=y | |||
| 460 | # CONFIG_TIGON3 is not set | 471 | # CONFIG_TIGON3 is not set |
| 461 | # CONFIG_BNX2 is not set | 472 | # CONFIG_BNX2 is not set |
| 462 | CONFIG_GIANFAR=y | 473 | CONFIG_GIANFAR=y |
| 463 | CONFIG_GFAR_NAPI=y | ||
| 464 | # CONFIG_QLA3XXX is not set | 474 | # CONFIG_QLA3XXX is not set |
| 465 | # CONFIG_ATL1 is not set | 475 | # CONFIG_ATL1 is not set |
| 476 | # CONFIG_ATL1E is not set | ||
| 466 | CONFIG_NETDEV_10000=y | 477 | CONFIG_NETDEV_10000=y |
| 467 | # CONFIG_CHELSIO_T1 is not set | 478 | # CONFIG_CHELSIO_T1 is not set |
| 468 | # CONFIG_CHELSIO_T3 is not set | 479 | # CONFIG_CHELSIO_T3 is not set |
| @@ -568,6 +579,8 @@ CONFIG_GEN_RTC=y | |||
| 568 | CONFIG_DEVPORT=y | 579 | CONFIG_DEVPORT=y |
| 569 | # CONFIG_I2C is not set | 580 | # CONFIG_I2C is not set |
| 570 | # CONFIG_SPI is not set | 581 | # CONFIG_SPI is not set |
| 582 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 583 | # CONFIG_GPIOLIB is not set | ||
| 571 | # CONFIG_W1 is not set | 584 | # CONFIG_W1 is not set |
| 572 | # CONFIG_POWER_SUPPLY is not set | 585 | # CONFIG_POWER_SUPPLY is not set |
| 573 | CONFIG_HWMON=y | 586 | CONFIG_HWMON=y |
| @@ -588,6 +601,7 @@ CONFIG_HWMON=y | |||
| 588 | # CONFIG_SENSORS_W83627EHF is not set | 601 | # CONFIG_SENSORS_W83627EHF is not set |
| 589 | # CONFIG_HWMON_DEBUG_CHIP is not set | 602 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 590 | # CONFIG_THERMAL is not set | 603 | # CONFIG_THERMAL is not set |
| 604 | # CONFIG_THERMAL_HWMON is not set | ||
| 591 | # CONFIG_WATCHDOG is not set | 605 | # CONFIG_WATCHDOG is not set |
| 592 | 606 | ||
| 593 | # | 607 | # |
| @@ -599,8 +613,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 599 | # | 613 | # |
| 600 | # Multifunction device drivers | 614 | # Multifunction device drivers |
| 601 | # | 615 | # |
| 616 | # CONFIG_MFD_CORE is not set | ||
| 602 | # CONFIG_MFD_SM501 is not set | 617 | # CONFIG_MFD_SM501 is not set |
| 603 | # CONFIG_HTC_PASIC3 is not set | 618 | # CONFIG_HTC_PASIC3 is not set |
| 619 | # CONFIG_MFD_TMIO is not set | ||
| 604 | 620 | ||
| 605 | # | 621 | # |
| 606 | # Multimedia devices | 622 | # Multimedia devices |
| @@ -632,10 +648,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 632 | # Display device support | 648 | # Display device support |
| 633 | # | 649 | # |
| 634 | # CONFIG_DISPLAY_SUPPORT is not set | 650 | # CONFIG_DISPLAY_SUPPORT is not set |
| 635 | |||
| 636 | # | ||
| 637 | # Sound | ||
| 638 | # | ||
| 639 | # CONFIG_SOUND is not set | 651 | # CONFIG_SOUND is not set |
| 640 | # CONFIG_HID_SUPPORT is not set | 652 | # CONFIG_HID_SUPPORT is not set |
| 641 | # CONFIG_USB_SUPPORT is not set | 653 | # CONFIG_USB_SUPPORT is not set |
| @@ -706,6 +718,7 @@ CONFIG_TMPFS=y | |||
| 706 | # CONFIG_CRAMFS is not set | 718 | # CONFIG_CRAMFS is not set |
| 707 | # CONFIG_VXFS_FS is not set | 719 | # CONFIG_VXFS_FS is not set |
| 708 | # CONFIG_MINIX_FS is not set | 720 | # CONFIG_MINIX_FS is not set |
| 721 | # CONFIG_OMFS_FS is not set | ||
| 709 | # CONFIG_HPFS_FS is not set | 722 | # CONFIG_HPFS_FS is not set |
| 710 | # CONFIG_QNX4FS_FS is not set | 723 | # CONFIG_QNX4FS_FS is not set |
| 711 | # CONFIG_ROMFS_FS is not set | 724 | # CONFIG_ROMFS_FS is not set |
| @@ -715,12 +728,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 715 | CONFIG_NFS_FS=y | 728 | CONFIG_NFS_FS=y |
| 716 | # CONFIG_NFS_V3 is not set | 729 | # CONFIG_NFS_V3 is not set |
| 717 | # CONFIG_NFS_V4 is not set | 730 | # CONFIG_NFS_V4 is not set |
| 718 | # CONFIG_NFSD is not set | ||
| 719 | CONFIG_ROOT_NFS=y | 731 | CONFIG_ROOT_NFS=y |
| 732 | # CONFIG_NFSD is not set | ||
| 720 | CONFIG_LOCKD=y | 733 | CONFIG_LOCKD=y |
| 721 | CONFIG_NFS_COMMON=y | 734 | CONFIG_NFS_COMMON=y |
| 722 | CONFIG_SUNRPC=y | 735 | CONFIG_SUNRPC=y |
| 723 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 724 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 736 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 725 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 737 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 726 | # CONFIG_SMB_FS is not set | 738 | # CONFIG_SMB_FS is not set |
| @@ -744,6 +756,7 @@ CONFIG_BITREVERSE=y | |||
| 744 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 756 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 745 | # CONFIG_CRC_CCITT is not set | 757 | # CONFIG_CRC_CCITT is not set |
| 746 | # CONFIG_CRC16 is not set | 758 | # CONFIG_CRC16 is not set |
| 759 | # CONFIG_CRC_T10DIF is not set | ||
| 747 | # CONFIG_CRC_ITU_T is not set | 760 | # CONFIG_CRC_ITU_T is not set |
| 748 | CONFIG_CRC32=y | 761 | CONFIG_CRC32=y |
| 749 | # CONFIG_CRC7 is not set | 762 | # CONFIG_CRC7 is not set |
| @@ -767,7 +780,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 767 | # CONFIG_HEADERS_CHECK is not set | 780 | # CONFIG_HEADERS_CHECK is not set |
| 768 | # CONFIG_DEBUG_KERNEL is not set | 781 | # CONFIG_DEBUG_KERNEL is not set |
| 769 | # CONFIG_DEBUG_BUGVERBOSE is not set | 782 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 783 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 784 | # CONFIG_LATENCYTOP is not set | ||
| 785 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 786 | CONFIG_HAVE_FTRACE=y | ||
| 787 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 788 | # CONFIG_FTRACE is not set | ||
| 789 | # CONFIG_SCHED_TRACER is not set | ||
| 790 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 770 | # CONFIG_SAMPLES is not set | 791 | # CONFIG_SAMPLES is not set |
| 792 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 771 | # CONFIG_IRQSTACKS is not set | 793 | # CONFIG_IRQSTACKS is not set |
| 772 | # CONFIG_PPC_EARLY_DEBUG is not set | 794 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 773 | 795 | ||
| @@ -819,6 +841,10 @@ CONFIG_CRYPTO=y | |||
| 819 | # CONFIG_CRYPTO_MD4 is not set | 841 | # CONFIG_CRYPTO_MD4 is not set |
| 820 | # CONFIG_CRYPTO_MD5 is not set | 842 | # CONFIG_CRYPTO_MD5 is not set |
| 821 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 843 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 844 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 845 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 846 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 847 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 822 | # CONFIG_CRYPTO_SHA1 is not set | 848 | # CONFIG_CRYPTO_SHA1 is not set |
| 823 | # CONFIG_CRYPTO_SHA256 is not set | 849 | # CONFIG_CRYPTO_SHA256 is not set |
| 824 | # CONFIG_CRYPTO_SHA512 is not set | 850 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -851,5 +877,6 @@ CONFIG_CRYPTO=y | |||
| 851 | # CONFIG_CRYPTO_LZO is not set | 877 | # CONFIG_CRYPTO_LZO is not set |
| 852 | CONFIG_CRYPTO_HW=y | 878 | CONFIG_CRYPTO_HW=y |
| 853 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 879 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 880 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 854 | # CONFIG_PPC_CLOCK is not set | 881 | # CONFIG_PPC_CLOCK is not set |
| 855 | # CONFIG_VIRTUALIZATION is not set | 882 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/sbc8560_defconfig b/arch/powerpc/configs/85xx/sbc8560_defconfig index 655518dcd73f..daef36f41b42 100644 --- a/arch/powerpc/configs/85xx/sbc8560_defconfig +++ b/arch/powerpc/configs/85xx/sbc8560_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:38 2008 | 4 | # Thu Aug 21 00:52:36 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 94 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_ALL is not set | 95 | # CONFIG_KALLSYMS_ALL is not set |
| 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 96 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -113,10 +114,16 @@ CONFIG_SLAB=y | |||
| 113 | # CONFIG_PROFILING is not set | 114 | # CONFIG_PROFILING is not set |
| 114 | # CONFIG_MARKERS is not set | 115 | # CONFIG_MARKERS is not set |
| 115 | CONFIG_HAVE_OPROFILE=y | 116 | CONFIG_HAVE_OPROFILE=y |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 116 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 117 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
| 121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 118 | # CONFIG_HAVE_DMA_ATTRS is not set | 122 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 124 | # CONFIG_HAVE_CLK is not set | ||
| 119 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 120 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 121 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 122 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| @@ -127,6 +134,7 @@ CONFIG_BLOCK=y | |||
| 127 | # CONFIG_BLK_DEV_IO_TRACE is not set | 134 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 128 | # CONFIG_LSF is not set | 135 | # CONFIG_LSF is not set |
| 129 | # CONFIG_BLK_DEV_BSG is not set | 136 | # CONFIG_BLK_DEV_BSG is not set |
| 137 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 130 | 138 | ||
| 131 | # | 139 | # |
| 132 | # IO Schedulers | 140 | # IO Schedulers |
| @@ -145,8 +153,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 145 | # | 153 | # |
| 146 | # Platform support | 154 | # Platform support |
| 147 | # | 155 | # |
| 148 | # CONFIG_PPC_MPC512x is not set | ||
| 149 | # CONFIG_PPC_MPC5121 is not set | ||
| 150 | # CONFIG_PPC_CELL is not set | 156 | # CONFIG_PPC_CELL is not set |
| 151 | # CONFIG_PPC_CELL_NATIVE is not set | 157 | # CONFIG_PPC_CELL_NATIVE is not set |
| 152 | # CONFIG_PQ2ADS is not set | 158 | # CONFIG_PQ2ADS is not set |
| @@ -155,11 +161,13 @@ CONFIG_MPC85xx=y | |||
| 155 | # CONFIG_MPC8560_ADS is not set | 161 | # CONFIG_MPC8560_ADS is not set |
| 156 | # CONFIG_MPC85xx_CDS is not set | 162 | # CONFIG_MPC85xx_CDS is not set |
| 157 | # CONFIG_MPC85xx_MDS is not set | 163 | # CONFIG_MPC85xx_MDS is not set |
| 164 | # CONFIG_MPC8536_DS is not set | ||
| 158 | # CONFIG_MPC85xx_DS is not set | 165 | # CONFIG_MPC85xx_DS is not set |
| 159 | # CONFIG_KSI8560 is not set | 166 | # CONFIG_KSI8560 is not set |
| 160 | # CONFIG_STX_GP3 is not set | 167 | # CONFIG_STX_GP3 is not set |
| 161 | # CONFIG_TQM8540 is not set | 168 | # CONFIG_TQM8540 is not set |
| 162 | # CONFIG_TQM8541 is not set | 169 | # CONFIG_TQM8541 is not set |
| 170 | # CONFIG_TQM8548 is not set | ||
| 163 | # CONFIG_TQM8555 is not set | 171 | # CONFIG_TQM8555 is not set |
| 164 | # CONFIG_TQM8560 is not set | 172 | # CONFIG_TQM8560 is not set |
| 165 | # CONFIG_SBC8548 is not set | 173 | # CONFIG_SBC8548 is not set |
| @@ -214,6 +222,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 214 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 222 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 215 | CONFIG_PAGEFLAGS_EXTENDED=y | 223 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 216 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 224 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 225 | CONFIG_MIGRATION=y | ||
| 217 | # CONFIG_RESOURCES_64BIT is not set | 226 | # CONFIG_RESOURCES_64BIT is not set |
| 218 | CONFIG_ZONE_DMA_FLAG=1 | 227 | CONFIG_ZONE_DMA_FLAG=1 |
| 219 | CONFIG_BOUNCE=y | 228 | CONFIG_BOUNCE=y |
| @@ -221,6 +230,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 221 | CONFIG_FORCE_MAX_ZONEORDER=11 | 230 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 222 | CONFIG_PROC_DEVICETREE=y | 231 | CONFIG_PROC_DEVICETREE=y |
| 223 | # CONFIG_CMDLINE_BOOL is not set | 232 | # CONFIG_CMDLINE_BOOL is not set |
| 233 | CONFIG_EXTRA_TARGETS="" | ||
| 224 | # CONFIG_PM is not set | 234 | # CONFIG_PM is not set |
| 225 | # CONFIG_SECCOMP is not set | 235 | # CONFIG_SECCOMP is not set |
| 226 | CONFIG_ISA_DMA_API=y | 236 | CONFIG_ISA_DMA_API=y |
| @@ -230,6 +240,7 @@ CONFIG_ISA_DMA_API=y | |||
| 230 | # | 240 | # |
| 231 | CONFIG_ZONE_DMA=y | 241 | CONFIG_ZONE_DMA=y |
| 232 | CONFIG_FSL_SOC=y | 242 | CONFIG_FSL_SOC=y |
| 243 | CONFIG_PPC_PCI_CHOICE=y | ||
| 233 | # CONFIG_PCI is not set | 244 | # CONFIG_PCI is not set |
| 234 | # CONFIG_PCI_DOMAINS is not set | 245 | # CONFIG_PCI_DOMAINS is not set |
| 235 | # CONFIG_PCI_SYSCALL is not set | 246 | # CONFIG_PCI_SYSCALL is not set |
| @@ -251,10 +262,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 251 | CONFIG_PHYSICAL_START=0x00000000 | 262 | CONFIG_PHYSICAL_START=0x00000000 |
| 252 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 263 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 253 | CONFIG_TASK_SIZE=0xc0000000 | 264 | CONFIG_TASK_SIZE=0xc0000000 |
| 254 | |||
| 255 | # | ||
| 256 | # Networking | ||
| 257 | # | ||
| 258 | CONFIG_NET=y | 265 | CONFIG_NET=y |
| 259 | 266 | ||
| 260 | # | 267 | # |
| @@ -366,6 +373,7 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 366 | # CONFIG_BLK_DEV_XIP is not set | 373 | # CONFIG_BLK_DEV_XIP is not set |
| 367 | # CONFIG_CDROM_PKTCDVD is not set | 374 | # CONFIG_CDROM_PKTCDVD is not set |
| 368 | # CONFIG_ATA_OVER_ETH is not set | 375 | # CONFIG_ATA_OVER_ETH is not set |
| 376 | # CONFIG_BLK_DEV_HD is not set | ||
| 369 | CONFIG_MISC_DEVICES=y | 377 | CONFIG_MISC_DEVICES=y |
| 370 | # CONFIG_EEPROM_93CX6 is not set | 378 | # CONFIG_EEPROM_93CX6 is not set |
| 371 | # CONFIG_ENCLOSURE_SERVICES is not set | 379 | # CONFIG_ENCLOSURE_SERVICES is not set |
| @@ -383,7 +391,6 @@ CONFIG_HAVE_IDE=y | |||
| 383 | # CONFIG_MD is not set | 391 | # CONFIG_MD is not set |
| 384 | # CONFIG_MACINTOSH_DRIVERS is not set | 392 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 385 | CONFIG_NETDEVICES=y | 393 | CONFIG_NETDEVICES=y |
| 386 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 387 | # CONFIG_DUMMY is not set | 394 | # CONFIG_DUMMY is not set |
| 388 | # CONFIG_BONDING is not set | 395 | # CONFIG_BONDING is not set |
| 389 | # CONFIG_MACVLAN is not set | 396 | # CONFIG_MACVLAN is not set |
| @@ -415,9 +422,7 @@ CONFIG_MII=y | |||
| 415 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 422 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 416 | # CONFIG_B44 is not set | 423 | # CONFIG_B44 is not set |
| 417 | CONFIG_NETDEV_1000=y | 424 | CONFIG_NETDEV_1000=y |
| 418 | # CONFIG_E1000E_ENABLED is not set | ||
| 419 | CONFIG_GIANFAR=y | 425 | CONFIG_GIANFAR=y |
| 420 | CONFIG_GFAR_NAPI=y | ||
| 421 | CONFIG_NETDEV_10000=y | 426 | CONFIG_NETDEV_10000=y |
| 422 | 427 | ||
| 423 | # | 428 | # |
| @@ -501,6 +506,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 501 | # CONFIG_TCG_TPM is not set | 506 | # CONFIG_TCG_TPM is not set |
| 502 | # CONFIG_I2C is not set | 507 | # CONFIG_I2C is not set |
| 503 | # CONFIG_SPI is not set | 508 | # CONFIG_SPI is not set |
| 509 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 510 | # CONFIG_GPIOLIB is not set | ||
| 504 | # CONFIG_W1 is not set | 511 | # CONFIG_W1 is not set |
| 505 | # CONFIG_POWER_SUPPLY is not set | 512 | # CONFIG_POWER_SUPPLY is not set |
| 506 | CONFIG_HWMON=y | 513 | CONFIG_HWMON=y |
| @@ -517,6 +524,7 @@ CONFIG_HWMON=y | |||
| 517 | # CONFIG_SENSORS_W83627EHF is not set | 524 | # CONFIG_SENSORS_W83627EHF is not set |
| 518 | # CONFIG_HWMON_DEBUG_CHIP is not set | 525 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 519 | # CONFIG_THERMAL is not set | 526 | # CONFIG_THERMAL is not set |
| 527 | # CONFIG_THERMAL_HWMON is not set | ||
| 520 | # CONFIG_WATCHDOG is not set | 528 | # CONFIG_WATCHDOG is not set |
| 521 | 529 | ||
| 522 | # | 530 | # |
| @@ -528,8 +536,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 528 | # | 536 | # |
| 529 | # Multifunction device drivers | 537 | # Multifunction device drivers |
| 530 | # | 538 | # |
| 539 | # CONFIG_MFD_CORE is not set | ||
| 531 | # CONFIG_MFD_SM501 is not set | 540 | # CONFIG_MFD_SM501 is not set |
| 532 | # CONFIG_HTC_PASIC3 is not set | 541 | # CONFIG_HTC_PASIC3 is not set |
| 542 | # CONFIG_MFD_TMIO is not set | ||
| 533 | 543 | ||
| 534 | # | 544 | # |
| 535 | # Multimedia devices | 545 | # Multimedia devices |
| @@ -559,10 +569,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 559 | # Display device support | 569 | # Display device support |
| 560 | # | 570 | # |
| 561 | # CONFIG_DISPLAY_SUPPORT is not set | 571 | # CONFIG_DISPLAY_SUPPORT is not set |
| 562 | |||
| 563 | # | ||
| 564 | # Sound | ||
| 565 | # | ||
| 566 | # CONFIG_SOUND is not set | 572 | # CONFIG_SOUND is not set |
| 567 | CONFIG_HID_SUPPORT=y | 573 | CONFIG_HID_SUPPORT=y |
| 568 | CONFIG_HID=y | 574 | CONFIG_HID=y |
| @@ -576,6 +582,10 @@ CONFIG_USB_SUPPORT=y | |||
| 576 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 582 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 577 | 583 | ||
| 578 | # | 584 | # |
| 585 | # Enable Host or Gadget support to see Inventra options | ||
| 586 | # | ||
| 587 | |||
| 588 | # | ||
| 579 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 589 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 580 | # | 590 | # |
| 581 | # CONFIG_USB_GADGET is not set | 591 | # CONFIG_USB_GADGET is not set |
| @@ -679,6 +689,7 @@ CONFIG_TMPFS=y | |||
| 679 | # CONFIG_CRAMFS is not set | 689 | # CONFIG_CRAMFS is not set |
| 680 | # CONFIG_VXFS_FS is not set | 690 | # CONFIG_VXFS_FS is not set |
| 681 | # CONFIG_MINIX_FS is not set | 691 | # CONFIG_MINIX_FS is not set |
| 692 | # CONFIG_OMFS_FS is not set | ||
| 682 | # CONFIG_HPFS_FS is not set | 693 | # CONFIG_HPFS_FS is not set |
| 683 | # CONFIG_QNX4FS_FS is not set | 694 | # CONFIG_QNX4FS_FS is not set |
| 684 | # CONFIG_ROMFS_FS is not set | 695 | # CONFIG_ROMFS_FS is not set |
| @@ -688,12 +699,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 688 | CONFIG_NFS_FS=y | 699 | CONFIG_NFS_FS=y |
| 689 | # CONFIG_NFS_V3 is not set | 700 | # CONFIG_NFS_V3 is not set |
| 690 | # CONFIG_NFS_V4 is not set | 701 | # CONFIG_NFS_V4 is not set |
| 691 | # CONFIG_NFSD is not set | ||
| 692 | CONFIG_ROOT_NFS=y | 702 | CONFIG_ROOT_NFS=y |
| 703 | # CONFIG_NFSD is not set | ||
| 693 | CONFIG_LOCKD=y | 704 | CONFIG_LOCKD=y |
| 694 | CONFIG_NFS_COMMON=y | 705 | CONFIG_NFS_COMMON=y |
| 695 | CONFIG_SUNRPC=y | 706 | CONFIG_SUNRPC=y |
| 696 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 697 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 707 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 698 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 708 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 699 | # CONFIG_SMB_FS is not set | 709 | # CONFIG_SMB_FS is not set |
| @@ -729,6 +739,7 @@ CONFIG_BITREVERSE=y | |||
| 729 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 739 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 730 | # CONFIG_CRC_CCITT is not set | 740 | # CONFIG_CRC_CCITT is not set |
| 731 | # CONFIG_CRC16 is not set | 741 | # CONFIG_CRC16 is not set |
| 742 | # CONFIG_CRC_T10DIF is not set | ||
| 732 | # CONFIG_CRC_ITU_T is not set | 743 | # CONFIG_CRC_ITU_T is not set |
| 733 | CONFIG_CRC32=y | 744 | CONFIG_CRC32=y |
| 734 | # CONFIG_CRC7 is not set | 745 | # CONFIG_CRC7 is not set |
| @@ -753,6 +764,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 753 | CONFIG_DEBUG_KERNEL=y | 764 | CONFIG_DEBUG_KERNEL=y |
| 754 | # CONFIG_DEBUG_SHIRQ is not set | 765 | # CONFIG_DEBUG_SHIRQ is not set |
| 755 | CONFIG_DETECT_SOFTLOCKUP=y | 766 | CONFIG_DETECT_SOFTLOCKUP=y |
| 767 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 768 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 756 | CONFIG_SCHED_DEBUG=y | 769 | CONFIG_SCHED_DEBUG=y |
| 757 | # CONFIG_SCHEDSTATS is not set | 770 | # CONFIG_SCHEDSTATS is not set |
| 758 | # CONFIG_TIMER_STATS is not set | 771 | # CONFIG_TIMER_STATS is not set |
| @@ -769,16 +782,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 769 | # CONFIG_DEBUG_INFO is not set | 782 | # CONFIG_DEBUG_INFO is not set |
| 770 | # CONFIG_DEBUG_VM is not set | 783 | # CONFIG_DEBUG_VM is not set |
| 771 | # CONFIG_DEBUG_WRITECOUNT is not set | 784 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 785 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 772 | # CONFIG_DEBUG_LIST is not set | 786 | # CONFIG_DEBUG_LIST is not set |
| 773 | # CONFIG_DEBUG_SG is not set | 787 | # CONFIG_DEBUG_SG is not set |
| 774 | # CONFIG_BOOT_PRINTK_DELAY is not set | 788 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 789 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 775 | # CONFIG_BACKTRACE_SELF_TEST is not set | 790 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 776 | # CONFIG_FAULT_INJECTION is not set | 791 | # CONFIG_FAULT_INJECTION is not set |
| 792 | # CONFIG_LATENCYTOP is not set | ||
| 793 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 794 | CONFIG_HAVE_FTRACE=y | ||
| 795 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 796 | # CONFIG_FTRACE is not set | ||
| 797 | # CONFIG_SCHED_TRACER is not set | ||
| 798 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 777 | # CONFIG_SAMPLES is not set | 799 | # CONFIG_SAMPLES is not set |
| 800 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 801 | # CONFIG_KGDB is not set | ||
| 778 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 802 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 779 | # CONFIG_DEBUG_STACK_USAGE is not set | 803 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 780 | # CONFIG_DEBUG_PAGEALLOC is not set | 804 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 781 | # CONFIG_DEBUGGER is not set | 805 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 806 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 807 | # CONFIG_XMON is not set | ||
| 782 | # CONFIG_IRQSTACKS is not set | 808 | # CONFIG_IRQSTACKS is not set |
| 783 | # CONFIG_BDI_SWITCH is not set | 809 | # CONFIG_BDI_SWITCH is not set |
| 784 | CONFIG_PPC_EARLY_DEBUG=y | 810 | CONFIG_PPC_EARLY_DEBUG=y |
| @@ -842,6 +868,10 @@ CONFIG_CRYPTO=y | |||
| 842 | # CONFIG_CRYPTO_MD4 is not set | 868 | # CONFIG_CRYPTO_MD4 is not set |
| 843 | # CONFIG_CRYPTO_MD5 is not set | 869 | # CONFIG_CRYPTO_MD5 is not set |
| 844 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 870 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 871 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 872 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 873 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 874 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 845 | # CONFIG_CRYPTO_SHA1 is not set | 875 | # CONFIG_CRYPTO_SHA1 is not set |
| 846 | # CONFIG_CRYPTO_SHA256 is not set | 876 | # CONFIG_CRYPTO_SHA256 is not set |
| 847 | # CONFIG_CRYPTO_SHA512 is not set | 877 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -873,5 +903,6 @@ CONFIG_CRYPTO=y | |||
| 873 | # CONFIG_CRYPTO_DEFLATE is not set | 903 | # CONFIG_CRYPTO_DEFLATE is not set |
| 874 | # CONFIG_CRYPTO_LZO is not set | 904 | # CONFIG_CRYPTO_LZO is not set |
| 875 | CONFIG_CRYPTO_HW=y | 905 | CONFIG_CRYPTO_HW=y |
| 906 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 876 | # CONFIG_PPC_CLOCK is not set | 907 | # CONFIG_PPC_CLOCK is not set |
| 877 | # CONFIG_VIRTUALIZATION is not set | 908 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/stx_gp3_defconfig b/arch/powerpc/configs/85xx/stx_gp3_defconfig index 7804ca1ecc94..2b05d43f8f7e 100644 --- a/arch/powerpc/configs/85xx/stx_gp3_defconfig +++ b/arch/powerpc/configs/85xx/stx_gp3_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:38 2008 | 4 | # Thu Aug 21 00:52:37 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -89,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 94 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
| 95 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 97 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -115,10 +117,16 @@ CONFIG_SLUB=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=y | ||
| 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 |
| @@ -134,6 +142,7 @@ CONFIG_BLOCK=y | |||
| 134 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 135 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 136 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 137 | 146 | ||
| 138 | # | 147 | # |
| 139 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -152,8 +161,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 152 | # | 161 | # |
| 153 | # Platform support | 162 | # Platform support |
| 154 | # | 163 | # |
| 155 | # CONFIG_PPC_MPC512x is not set | ||
| 156 | # CONFIG_PPC_MPC5121 is not set | ||
| 157 | # CONFIG_PPC_CELL is not set | 164 | # CONFIG_PPC_CELL is not set |
| 158 | # CONFIG_PPC_CELL_NATIVE is not set | 165 | # CONFIG_PPC_CELL_NATIVE is not set |
| 159 | # CONFIG_PQ2ADS is not set | 166 | # CONFIG_PQ2ADS is not set |
| @@ -162,11 +169,13 @@ CONFIG_MPC85xx=y | |||
| 162 | # CONFIG_MPC8560_ADS is not set | 169 | # CONFIG_MPC8560_ADS is not set |
| 163 | # CONFIG_MPC85xx_CDS is not set | 170 | # CONFIG_MPC85xx_CDS is not set |
| 164 | # CONFIG_MPC85xx_MDS is not set | 171 | # CONFIG_MPC85xx_MDS is not set |
| 172 | # CONFIG_MPC8536_DS is not set | ||
| 165 | # CONFIG_MPC85xx_DS is not set | 173 | # CONFIG_MPC85xx_DS is not set |
| 166 | # CONFIG_KSI8560 is not set | 174 | # CONFIG_KSI8560 is not set |
| 167 | CONFIG_STX_GP3=y | 175 | CONFIG_STX_GP3=y |
| 168 | # CONFIG_TQM8540 is not set | 176 | # CONFIG_TQM8540 is not set |
| 169 | # CONFIG_TQM8541 is not set | 177 | # CONFIG_TQM8541 is not set |
| 178 | # CONFIG_TQM8548 is not set | ||
| 170 | # CONFIG_TQM8555 is not set | 179 | # CONFIG_TQM8555 is not set |
| 171 | # CONFIG_TQM8560 is not set | 180 | # CONFIG_TQM8560 is not set |
| 172 | # CONFIG_SBC8548 is not set | 181 | # CONFIG_SBC8548 is not set |
| @@ -183,7 +192,6 @@ CONFIG_MPIC=y | |||
| 183 | # CONFIG_GENERIC_IOMAP is not set | 192 | # CONFIG_GENERIC_IOMAP is not set |
| 184 | # CONFIG_CPU_FREQ is not set | 193 | # CONFIG_CPU_FREQ is not set |
| 185 | CONFIG_CPM2=y | 194 | CONFIG_CPM2=y |
| 186 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 187 | # CONFIG_FSL_ULI1575 is not set | 195 | # CONFIG_FSL_ULI1575 is not set |
| 188 | CONFIG_CPM=y | 196 | CONFIG_CPM=y |
| 189 | 197 | ||
| @@ -223,6 +231,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 231 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 224 | CONFIG_PAGEFLAGS_EXTENDED=y | 232 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 233 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 234 | CONFIG_MIGRATION=y | ||
| 226 | # CONFIG_RESOURCES_64BIT is not set | 235 | # CONFIG_RESOURCES_64BIT is not set |
| 227 | CONFIG_ZONE_DMA_FLAG=1 | 236 | CONFIG_ZONE_DMA_FLAG=1 |
| 228 | CONFIG_BOUNCE=y | 237 | CONFIG_BOUNCE=y |
| @@ -230,6 +239,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 230 | CONFIG_FORCE_MAX_ZONEORDER=11 | 239 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 231 | CONFIG_PROC_DEVICETREE=y | 240 | CONFIG_PROC_DEVICETREE=y |
| 232 | # CONFIG_CMDLINE_BOOL is not set | 241 | # CONFIG_CMDLINE_BOOL is not set |
| 242 | CONFIG_EXTRA_TARGETS="" | ||
| 233 | # CONFIG_PM is not set | 243 | # CONFIG_PM is not set |
| 234 | CONFIG_SECCOMP=y | 244 | CONFIG_SECCOMP=y |
| 235 | CONFIG_ISA_DMA_API=y | 245 | CONFIG_ISA_DMA_API=y |
| @@ -241,6 +251,7 @@ CONFIG_ZONE_DMA=y | |||
| 241 | CONFIG_PPC_INDIRECT_PCI=y | 251 | CONFIG_PPC_INDIRECT_PCI=y |
| 242 | CONFIG_FSL_SOC=y | 252 | CONFIG_FSL_SOC=y |
| 243 | CONFIG_FSL_PCI=y | 253 | CONFIG_FSL_PCI=y |
| 254 | CONFIG_PPC_PCI_CHOICE=y | ||
| 244 | CONFIG_PCI=y | 255 | CONFIG_PCI=y |
| 245 | CONFIG_PCI_DOMAINS=y | 256 | CONFIG_PCI_DOMAINS=y |
| 246 | CONFIG_PCI_SYSCALL=y | 257 | CONFIG_PCI_SYSCALL=y |
| @@ -267,10 +278,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 267 | CONFIG_PHYSICAL_START=0x00000000 | 278 | CONFIG_PHYSICAL_START=0x00000000 |
| 268 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 279 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 269 | CONFIG_TASK_SIZE=0xc0000000 | 280 | CONFIG_TASK_SIZE=0xc0000000 |
| 270 | |||
| 271 | # | ||
| 272 | # Networking | ||
| 273 | # | ||
| 274 | CONFIG_NET=y | 281 | CONFIG_NET=y |
| 275 | 282 | ||
| 276 | # | 283 | # |
| @@ -426,6 +433,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
| 426 | # CONFIG_CONNECTOR is not set | 433 | # CONFIG_CONNECTOR is not set |
| 427 | # CONFIG_MTD is not set | 434 | # CONFIG_MTD is not set |
| 428 | CONFIG_OF_DEVICE=y | 435 | CONFIG_OF_DEVICE=y |
| 436 | CONFIG_OF_GPIO=y | ||
| 429 | CONFIG_OF_I2C=m | 437 | CONFIG_OF_I2C=m |
| 430 | CONFIG_PARPORT=m | 438 | CONFIG_PARPORT=m |
| 431 | CONFIG_PARPORT_PC=m | 439 | CONFIG_PARPORT_PC=m |
| @@ -452,15 +460,16 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 452 | # CONFIG_BLK_DEV_XIP is not set | 460 | # CONFIG_BLK_DEV_XIP is not set |
| 453 | # CONFIG_CDROM_PKTCDVD is not set | 461 | # CONFIG_CDROM_PKTCDVD is not set |
| 454 | # CONFIG_ATA_OVER_ETH is not set | 462 | # CONFIG_ATA_OVER_ETH is not set |
| 463 | # CONFIG_BLK_DEV_HD is not set | ||
| 455 | CONFIG_MISC_DEVICES=y | 464 | CONFIG_MISC_DEVICES=y |
| 456 | # CONFIG_PHANTOM is not set | 465 | # CONFIG_PHANTOM is not set |
| 457 | # CONFIG_EEPROM_93CX6 is not set | 466 | # CONFIG_EEPROM_93CX6 is not set |
| 458 | # CONFIG_SGI_IOC4 is not set | 467 | # CONFIG_SGI_IOC4 is not set |
| 459 | # CONFIG_TIFM_CORE is not set | 468 | # CONFIG_TIFM_CORE is not set |
| 460 | # CONFIG_ENCLOSURE_SERVICES is not set | 469 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 470 | # CONFIG_HP_ILO is not set | ||
| 461 | CONFIG_HAVE_IDE=y | 471 | CONFIG_HAVE_IDE=y |
| 462 | CONFIG_IDE=y | 472 | CONFIG_IDE=y |
| 463 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 464 | CONFIG_BLK_DEV_IDE=y | 473 | CONFIG_BLK_DEV_IDE=y |
| 465 | 474 | ||
| 466 | # | 475 | # |
| @@ -480,7 +489,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 480 | # | 489 | # |
| 481 | # IDE chipset support/bugfixes | 490 | # IDE chipset support/bugfixes |
| 482 | # | 491 | # |
| 483 | CONFIG_IDE_GENERIC=y | ||
| 484 | # CONFIG_BLK_DEV_PLATFORM is not set | 492 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 485 | 493 | ||
| 486 | # | 494 | # |
| @@ -493,10 +501,8 @@ CONFIG_IDE_GENERIC=y | |||
| 493 | # CONFIG_BLK_DEV_AMD74XX is not set | 501 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 494 | # CONFIG_BLK_DEV_CMD64X is not set | 502 | # CONFIG_BLK_DEV_CMD64X is not set |
| 495 | # CONFIG_BLK_DEV_TRIFLEX is not set | 503 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 496 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 497 | # CONFIG_BLK_DEV_CS5520 is not set | 504 | # CONFIG_BLK_DEV_CS5520 is not set |
| 498 | # CONFIG_BLK_DEV_CS5530 is not set | 505 | # CONFIG_BLK_DEV_CS5530 is not set |
| 499 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 500 | # CONFIG_BLK_DEV_HPT366 is not set | 506 | # CONFIG_BLK_DEV_HPT366 is not set |
| 501 | # CONFIG_BLK_DEV_JMICRON is not set | 507 | # CONFIG_BLK_DEV_JMICRON is not set |
| 502 | # CONFIG_BLK_DEV_SC1200 is not set | 508 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -514,8 +520,6 @@ CONFIG_IDE_GENERIC=y | |||
| 514 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 520 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
| 515 | # CONFIG_BLK_DEV_TC86C001 is not set | 521 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 516 | # CONFIG_BLK_DEV_IDEDMA is not set | 522 | # CONFIG_BLK_DEV_IDEDMA is not set |
| 517 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 518 | # CONFIG_BLK_DEV_HD is not set | ||
| 519 | 523 | ||
| 520 | # | 524 | # |
| 521 | # SCSI device support | 525 | # SCSI device support |
| @@ -594,6 +598,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 594 | # CONFIG_SCSI_NSP32 is not set | 598 | # CONFIG_SCSI_NSP32 is not set |
| 595 | # CONFIG_SCSI_DEBUG is not set | 599 | # CONFIG_SCSI_DEBUG is not set |
| 596 | # CONFIG_SCSI_SRP is not set | 600 | # CONFIG_SCSI_SRP is not set |
| 601 | # CONFIG_SCSI_DH is not set | ||
| 597 | # CONFIG_ATA is not set | 602 | # CONFIG_ATA is not set |
| 598 | # CONFIG_MD is not set | 603 | # CONFIG_MD is not set |
| 599 | # CONFIG_FUSION is not set | 604 | # CONFIG_FUSION is not set |
| @@ -601,12 +606,15 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 601 | # | 606 | # |
| 602 | # IEEE 1394 (FireWire) support | 607 | # IEEE 1394 (FireWire) support |
| 603 | # | 608 | # |
| 609 | |||
| 610 | # | ||
| 611 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 612 | # | ||
| 604 | # CONFIG_FIREWIRE is not set | 613 | # CONFIG_FIREWIRE is not set |
| 605 | # CONFIG_IEEE1394 is not set | 614 | # CONFIG_IEEE1394 is not set |
| 606 | # CONFIG_I2O is not set | 615 | # CONFIG_I2O is not set |
| 607 | # CONFIG_MACINTOSH_DRIVERS is not set | 616 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 608 | CONFIG_NETDEVICES=y | 617 | CONFIG_NETDEVICES=y |
| 609 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 610 | # CONFIG_DUMMY is not set | 618 | # CONFIG_DUMMY is not set |
| 611 | # CONFIG_BONDING is not set | 619 | # CONFIG_BONDING is not set |
| 612 | # CONFIG_MACVLAN is not set | 620 | # CONFIG_MACVLAN is not set |
| @@ -652,7 +660,6 @@ CONFIG_NETDEV_1000=y | |||
| 652 | # CONFIG_DL2K is not set | 660 | # CONFIG_DL2K is not set |
| 653 | # CONFIG_E1000 is not set | 661 | # CONFIG_E1000 is not set |
| 654 | # CONFIG_E1000E is not set | 662 | # CONFIG_E1000E is not set |
| 655 | # CONFIG_E1000E_ENABLED is not set | ||
| 656 | # CONFIG_IP1000 is not set | 663 | # CONFIG_IP1000 is not set |
| 657 | # CONFIG_IGB is not set | 664 | # CONFIG_IGB is not set |
| 658 | # CONFIG_NS83820 is not set | 665 | # CONFIG_NS83820 is not set |
| @@ -666,9 +673,9 @@ CONFIG_NETDEV_1000=y | |||
| 666 | # CONFIG_TIGON3 is not set | 673 | # CONFIG_TIGON3 is not set |
| 667 | # CONFIG_BNX2 is not set | 674 | # CONFIG_BNX2 is not set |
| 668 | CONFIG_GIANFAR=y | 675 | CONFIG_GIANFAR=y |
| 669 | CONFIG_GFAR_NAPI=y | ||
| 670 | # CONFIG_QLA3XXX is not set | 676 | # CONFIG_QLA3XXX is not set |
| 671 | # CONFIG_ATL1 is not set | 677 | # CONFIG_ATL1 is not set |
| 678 | # CONFIG_ATL1E is not set | ||
| 672 | CONFIG_NETDEV_10000=y | 679 | CONFIG_NETDEV_10000=y |
| 673 | # CONFIG_CHELSIO_T1 is not set | 680 | # CONFIG_CHELSIO_T1 is not set |
| 674 | # CONFIG_CHELSIO_T3 is not set | 681 | # CONFIG_CHELSIO_T3 is not set |
| @@ -731,6 +738,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
| 731 | # CONFIG_KEYBOARD_XTKBD is not set | 738 | # CONFIG_KEYBOARD_XTKBD is not set |
| 732 | # CONFIG_KEYBOARD_NEWTON is not set | 739 | # CONFIG_KEYBOARD_NEWTON is not set |
| 733 | # CONFIG_KEYBOARD_STOWAWAY is not set | 740 | # CONFIG_KEYBOARD_STOWAWAY is not set |
| 741 | # CONFIG_KEYBOARD_GPIO is not set | ||
| 734 | CONFIG_INPUT_MOUSE=y | 742 | CONFIG_INPUT_MOUSE=y |
| 735 | CONFIG_MOUSE_PS2=y | 743 | CONFIG_MOUSE_PS2=y |
| 736 | CONFIG_MOUSE_PS2_ALPS=y | 744 | CONFIG_MOUSE_PS2_ALPS=y |
| @@ -741,7 +749,9 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y | |||
| 741 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | 749 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set |
| 742 | # CONFIG_MOUSE_SERIAL is not set | 750 | # CONFIG_MOUSE_SERIAL is not set |
| 743 | # CONFIG_MOUSE_APPLETOUCH is not set | 751 | # CONFIG_MOUSE_APPLETOUCH is not set |
| 752 | # CONFIG_MOUSE_BCM5974 is not set | ||
| 744 | # CONFIG_MOUSE_VSXXXAA is not set | 753 | # CONFIG_MOUSE_VSXXXAA is not set |
| 754 | # CONFIG_MOUSE_GPIO is not set | ||
| 745 | # CONFIG_INPUT_JOYSTICK is not set | 755 | # CONFIG_INPUT_JOYSTICK is not set |
| 746 | # CONFIG_INPUT_TABLET is not set | 756 | # CONFIG_INPUT_TABLET is not set |
| 747 | # CONFIG_INPUT_TOUCHSCREEN is not set | 757 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| @@ -757,6 +767,7 @@ CONFIG_SERIO_SERPORT=y | |||
| 757 | # CONFIG_SERIO_PCIPS2 is not set | 767 | # CONFIG_SERIO_PCIPS2 is not set |
| 758 | CONFIG_SERIO_LIBPS2=y | 768 | CONFIG_SERIO_LIBPS2=y |
| 759 | # CONFIG_SERIO_RAW is not set | 769 | # CONFIG_SERIO_RAW is not set |
| 770 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 760 | # CONFIG_GAMEPORT is not set | 771 | # CONFIG_GAMEPORT is not set |
| 761 | 772 | ||
| 762 | # | 773 | # |
| @@ -805,44 +816,68 @@ CONFIG_DEVPORT=y | |||
| 805 | CONFIG_I2C=m | 816 | CONFIG_I2C=m |
| 806 | CONFIG_I2C_BOARDINFO=y | 817 | CONFIG_I2C_BOARDINFO=y |
| 807 | CONFIG_I2C_CHARDEV=m | 818 | CONFIG_I2C_CHARDEV=m |
| 819 | CONFIG_I2C_HELPER_AUTO=y | ||
| 808 | 820 | ||
| 809 | # | 821 | # |
| 810 | # I2C Hardware Bus support | 822 | # I2C Hardware Bus support |
| 811 | # | 823 | # |
| 824 | |||
| 825 | # | ||
| 826 | # PC SMBus host controller drivers | ||
| 827 | # | ||
| 812 | # CONFIG_I2C_ALI1535 is not set | 828 | # CONFIG_I2C_ALI1535 is not set |
| 813 | # CONFIG_I2C_ALI1563 is not set | 829 | # CONFIG_I2C_ALI1563 is not set |
| 814 | # CONFIG_I2C_ALI15X3 is not set | 830 | # CONFIG_I2C_ALI15X3 is not set |
| 815 | # CONFIG_I2C_AMD756 is not set | 831 | # CONFIG_I2C_AMD756 is not set |
| 816 | # CONFIG_I2C_AMD8111 is not set | 832 | # CONFIG_I2C_AMD8111 is not set |
| 817 | # CONFIG_I2C_I801 is not set | 833 | # CONFIG_I2C_I801 is not set |
| 818 | # CONFIG_I2C_I810 is not set | 834 | # CONFIG_I2C_ISCH is not set |
| 819 | # CONFIG_I2C_PIIX4 is not set | 835 | # CONFIG_I2C_PIIX4 is not set |
| 820 | # CONFIG_I2C_MPC is not set | ||
| 821 | # CONFIG_I2C_NFORCE2 is not set | 836 | # CONFIG_I2C_NFORCE2 is not set |
| 822 | # CONFIG_I2C_OCORES is not set | ||
| 823 | # CONFIG_I2C_PARPORT is not set | ||
| 824 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 825 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 826 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 827 | # CONFIG_I2C_SIMTEC is not set | ||
| 828 | # CONFIG_I2C_SIS5595 is not set | 837 | # CONFIG_I2C_SIS5595 is not set |
| 829 | # CONFIG_I2C_SIS630 is not set | 838 | # CONFIG_I2C_SIS630 is not set |
| 830 | # CONFIG_I2C_SIS96X is not set | 839 | # CONFIG_I2C_SIS96X is not set |
| 831 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 832 | # CONFIG_I2C_STUB is not set | ||
| 833 | # CONFIG_I2C_VIA is not set | 840 | # CONFIG_I2C_VIA is not set |
| 834 | # CONFIG_I2C_VIAPRO is not set | 841 | # CONFIG_I2C_VIAPRO is not set |
| 842 | |||
| 843 | # | ||
| 844 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 845 | # | ||
| 846 | # CONFIG_I2C_CPM is not set | ||
| 847 | # CONFIG_I2C_GPIO is not set | ||
| 848 | # CONFIG_I2C_MPC is not set | ||
| 849 | # CONFIG_I2C_OCORES is not set | ||
| 850 | # CONFIG_I2C_SIMTEC is not set | ||
| 851 | |||
| 852 | # | ||
| 853 | # External I2C/SMBus adapter drivers | ||
| 854 | # | ||
| 855 | # CONFIG_I2C_PARPORT is not set | ||
| 856 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 857 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 858 | |||
| 859 | # | ||
| 860 | # Graphics adapter I2C/DDC channel drivers | ||
| 861 | # | ||
| 835 | # CONFIG_I2C_VOODOO3 is not set | 862 | # CONFIG_I2C_VOODOO3 is not set |
| 863 | |||
| 864 | # | ||
| 865 | # Other I2C/SMBus bus drivers | ||
| 866 | # | ||
| 836 | # CONFIG_I2C_PCA_PLATFORM is not set | 867 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 868 | # CONFIG_I2C_STUB is not set | ||
| 837 | 869 | ||
| 838 | # | 870 | # |
| 839 | # Miscellaneous I2C Chip support | 871 | # Miscellaneous I2C Chip support |
| 840 | # | 872 | # |
| 841 | # CONFIG_DS1682 is not set | 873 | # CONFIG_DS1682 is not set |
| 874 | # CONFIG_AT24 is not set | ||
| 842 | # CONFIG_SENSORS_EEPROM is not set | 875 | # CONFIG_SENSORS_EEPROM is not set |
| 843 | # CONFIG_SENSORS_PCF8574 is not set | 876 | # CONFIG_SENSORS_PCF8574 is not set |
| 844 | # CONFIG_PCF8575 is not set | 877 | # CONFIG_PCF8575 is not set |
| 878 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 845 | # CONFIG_SENSORS_PCF8591 is not set | 879 | # CONFIG_SENSORS_PCF8591 is not set |
| 880 | # CONFIG_TPS65010 is not set | ||
| 846 | # CONFIG_SENSORS_MAX6875 is not set | 881 | # CONFIG_SENSORS_MAX6875 is not set |
| 847 | # CONFIG_SENSORS_TSL2550 is not set | 882 | # CONFIG_SENSORS_TSL2550 is not set |
| 848 | # CONFIG_I2C_DEBUG_CORE is not set | 883 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -850,10 +885,32 @@ CONFIG_I2C_CHARDEV=m | |||
| 850 | # CONFIG_I2C_DEBUG_BUS is not set | 885 | # CONFIG_I2C_DEBUG_BUS is not set |
| 851 | # CONFIG_I2C_DEBUG_CHIP is not set | 886 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 852 | # CONFIG_SPI is not set | 887 | # CONFIG_SPI is not set |
| 888 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 889 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 890 | CONFIG_GPIOLIB=y | ||
| 891 | # CONFIG_DEBUG_GPIO is not set | ||
| 892 | # CONFIG_GPIO_SYSFS is not set | ||
| 893 | |||
| 894 | # | ||
| 895 | # I2C GPIO expanders: | ||
| 896 | # | ||
| 897 | # CONFIG_GPIO_MAX732X is not set | ||
| 898 | # CONFIG_GPIO_PCA953X is not set | ||
| 899 | # CONFIG_GPIO_PCF857X is not set | ||
| 900 | |||
| 901 | # | ||
| 902 | # PCI GPIO expanders: | ||
| 903 | # | ||
| 904 | # CONFIG_GPIO_BT8XX is not set | ||
| 905 | |||
| 906 | # | ||
| 907 | # SPI GPIO expanders: | ||
| 908 | # | ||
| 853 | # CONFIG_W1 is not set | 909 | # CONFIG_W1 is not set |
| 854 | # CONFIG_POWER_SUPPLY is not set | 910 | # CONFIG_POWER_SUPPLY is not set |
| 855 | CONFIG_HWMON=y | 911 | CONFIG_HWMON=y |
| 856 | # CONFIG_HWMON_VID is not set | 912 | # CONFIG_HWMON_VID is not set |
| 913 | # CONFIG_SENSORS_AD7414 is not set | ||
| 857 | # CONFIG_SENSORS_AD7418 is not set | 914 | # CONFIG_SENSORS_AD7418 is not set |
| 858 | # CONFIG_SENSORS_ADM1021 is not set | 915 | # CONFIG_SENSORS_ADM1021 is not set |
| 859 | # CONFIG_SENSORS_ADM1025 is not set | 916 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -907,6 +964,7 @@ CONFIG_HWMON=y | |||
| 907 | # CONFIG_SENSORS_W83627EHF is not set | 964 | # CONFIG_SENSORS_W83627EHF is not set |
| 908 | # CONFIG_HWMON_DEBUG_CHIP is not set | 965 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 909 | # CONFIG_THERMAL is not set | 966 | # CONFIG_THERMAL is not set |
| 967 | # CONFIG_THERMAL_HWMON is not set | ||
| 910 | # CONFIG_WATCHDOG is not set | 968 | # CONFIG_WATCHDOG is not set |
| 911 | 969 | ||
| 912 | # | 970 | # |
| @@ -918,8 +976,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 918 | # | 976 | # |
| 919 | # Multifunction device drivers | 977 | # Multifunction device drivers |
| 920 | # | 978 | # |
| 979 | # CONFIG_MFD_CORE is not set | ||
| 921 | # CONFIG_MFD_SM501 is not set | 980 | # CONFIG_MFD_SM501 is not set |
| 922 | # CONFIG_HTC_PASIC3 is not set | 981 | # CONFIG_HTC_PASIC3 is not set |
| 982 | # CONFIG_MFD_TMIO is not set | ||
| 923 | 983 | ||
| 924 | # | 984 | # |
| 925 | # Multimedia devices | 985 | # Multimedia devices |
| @@ -958,20 +1018,8 @@ CONFIG_DRM=m | |||
| 958 | # Display device support | 1018 | # Display device support |
| 959 | # | 1019 | # |
| 960 | # CONFIG_DISPLAY_SUPPORT is not set | 1020 | # CONFIG_DISPLAY_SUPPORT is not set |
| 961 | |||
| 962 | # | ||
| 963 | # Sound | ||
| 964 | # | ||
| 965 | CONFIG_SOUND=m | 1021 | CONFIG_SOUND=m |
| 966 | |||
| 967 | # | ||
| 968 | # Advanced Linux Sound Architecture | ||
| 969 | # | ||
| 970 | # CONFIG_SND is not set | 1022 | # CONFIG_SND is not set |
| 971 | |||
| 972 | # | ||
| 973 | # Open Sound System | ||
| 974 | # | ||
| 975 | # CONFIG_SOUND_PRIME is not set | 1023 | # CONFIG_SOUND_PRIME is not set |
| 976 | CONFIG_HID_SUPPORT=y | 1024 | CONFIG_HID_SUPPORT=y |
| 977 | CONFIG_HID=y | 1025 | CONFIG_HID=y |
| @@ -986,6 +1034,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 986 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1034 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 987 | 1035 | ||
| 988 | # | 1036 | # |
| 1037 | # Enable Host or Gadget support to see Inventra options | ||
| 1038 | # | ||
| 1039 | |||
| 1040 | # | ||
| 989 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1041 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 990 | # | 1042 | # |
| 991 | # CONFIG_USB_GADGET is not set | 1043 | # CONFIG_USB_GADGET is not set |
| @@ -1070,6 +1122,7 @@ CONFIG_TMPFS=y | |||
| 1070 | CONFIG_CRAMFS=m | 1122 | CONFIG_CRAMFS=m |
| 1071 | # CONFIG_VXFS_FS is not set | 1123 | # CONFIG_VXFS_FS is not set |
| 1072 | # CONFIG_MINIX_FS is not set | 1124 | # CONFIG_MINIX_FS is not set |
| 1125 | # CONFIG_OMFS_FS is not set | ||
| 1073 | # CONFIG_HPFS_FS is not set | 1126 | # CONFIG_HPFS_FS is not set |
| 1074 | # CONFIG_QNX4FS_FS is not set | 1127 | # CONFIG_QNX4FS_FS is not set |
| 1075 | # CONFIG_ROMFS_FS is not set | 1128 | # CONFIG_ROMFS_FS is not set |
| @@ -1080,13 +1133,12 @@ CONFIG_NFS_FS=y | |||
| 1080 | CONFIG_NFS_V3=y | 1133 | CONFIG_NFS_V3=y |
| 1081 | # CONFIG_NFS_V3_ACL is not set | 1134 | # CONFIG_NFS_V3_ACL is not set |
| 1082 | # CONFIG_NFS_V4 is not set | 1135 | # CONFIG_NFS_V4 is not set |
| 1083 | # CONFIG_NFSD is not set | ||
| 1084 | CONFIG_ROOT_NFS=y | 1136 | CONFIG_ROOT_NFS=y |
| 1137 | # CONFIG_NFSD is not set | ||
| 1085 | CONFIG_LOCKD=y | 1138 | CONFIG_LOCKD=y |
| 1086 | CONFIG_LOCKD_V4=y | 1139 | CONFIG_LOCKD_V4=y |
| 1087 | CONFIG_NFS_COMMON=y | 1140 | CONFIG_NFS_COMMON=y |
| 1088 | CONFIG_SUNRPC=y | 1141 | CONFIG_SUNRPC=y |
| 1089 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1090 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1142 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1091 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1143 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1092 | CONFIG_SMB_FS=m | 1144 | CONFIG_SMB_FS=m |
| @@ -1150,6 +1202,7 @@ CONFIG_BITREVERSE=y | |||
| 1150 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1202 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1151 | CONFIG_CRC_CCITT=y | 1203 | CONFIG_CRC_CCITT=y |
| 1152 | # CONFIG_CRC16 is not set | 1204 | # CONFIG_CRC16 is not set |
| 1205 | CONFIG_CRC_T10DIF=m | ||
| 1153 | CONFIG_CRC_ITU_T=m | 1206 | CONFIG_CRC_ITU_T=m |
| 1154 | CONFIG_CRC32=y | 1207 | CONFIG_CRC32=y |
| 1155 | # CONFIG_CRC7 is not set | 1208 | # CONFIG_CRC7 is not set |
| @@ -1175,6 +1228,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1175 | CONFIG_DEBUG_KERNEL=y | 1228 | CONFIG_DEBUG_KERNEL=y |
| 1176 | # CONFIG_DEBUG_SHIRQ is not set | 1229 | # CONFIG_DEBUG_SHIRQ is not set |
| 1177 | CONFIG_DETECT_SOFTLOCKUP=y | 1230 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1231 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1232 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1178 | CONFIG_SCHED_DEBUG=y | 1233 | CONFIG_SCHED_DEBUG=y |
| 1179 | # CONFIG_SCHEDSTATS is not set | 1234 | # CONFIG_SCHEDSTATS is not set |
| 1180 | # CONFIG_TIMER_STATS is not set | 1235 | # CONFIG_TIMER_STATS is not set |
| @@ -1193,18 +1248,29 @@ CONFIG_SCHED_DEBUG=y | |||
| 1193 | # CONFIG_DEBUG_INFO is not set | 1248 | # CONFIG_DEBUG_INFO is not set |
| 1194 | # CONFIG_DEBUG_VM is not set | 1249 | # CONFIG_DEBUG_VM is not set |
| 1195 | # CONFIG_DEBUG_WRITECOUNT is not set | 1250 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1251 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1196 | # CONFIG_DEBUG_LIST is not set | 1252 | # CONFIG_DEBUG_LIST is not set |
| 1197 | # CONFIG_DEBUG_SG is not set | 1253 | # CONFIG_DEBUG_SG is not set |
| 1198 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1254 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1199 | # CONFIG_RCU_TORTURE_TEST is not set | 1255 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1200 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1256 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1201 | # CONFIG_FAULT_INJECTION is not set | 1257 | # CONFIG_FAULT_INJECTION is not set |
| 1258 | # CONFIG_LATENCYTOP is not set | ||
| 1259 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1260 | CONFIG_HAVE_FTRACE=y | ||
| 1261 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1262 | # CONFIG_FTRACE is not set | ||
| 1263 | # CONFIG_SCHED_TRACER is not set | ||
| 1264 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1202 | # CONFIG_SAMPLES is not set | 1265 | # CONFIG_SAMPLES is not set |
| 1266 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1267 | # CONFIG_KGDB is not set | ||
| 1203 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1268 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1204 | # CONFIG_DEBUG_STACK_USAGE is not set | 1269 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1205 | # CONFIG_DEBUG_PAGEALLOC is not set | 1270 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1206 | # CONFIG_DEBUGGER is not set | 1271 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1207 | # CONFIG_KGDB_CONSOLE is not set | 1272 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1273 | # CONFIG_XMON is not set | ||
| 1208 | # CONFIG_IRQSTACKS is not set | 1274 | # CONFIG_IRQSTACKS is not set |
| 1209 | CONFIG_BDI_SWITCH=y | 1275 | CONFIG_BDI_SWITCH=y |
| 1210 | # CONFIG_PPC_EARLY_DEBUG is not set | 1276 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1258,6 +1324,10 @@ CONFIG_CRYPTO=y | |||
| 1258 | # CONFIG_CRYPTO_MD4 is not set | 1324 | # CONFIG_CRYPTO_MD4 is not set |
| 1259 | # CONFIG_CRYPTO_MD5 is not set | 1325 | # CONFIG_CRYPTO_MD5 is not set |
| 1260 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1326 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1327 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1328 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1329 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1330 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1261 | # CONFIG_CRYPTO_SHA1 is not set | 1331 | # CONFIG_CRYPTO_SHA1 is not set |
| 1262 | # CONFIG_CRYPTO_SHA256 is not set | 1332 | # CONFIG_CRYPTO_SHA256 is not set |
| 1263 | # CONFIG_CRYPTO_SHA512 is not set | 1333 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1290,6 +1360,7 @@ CONFIG_CRYPTO=y | |||
| 1290 | # CONFIG_CRYPTO_LZO is not set | 1360 | # CONFIG_CRYPTO_LZO is not set |
| 1291 | CONFIG_CRYPTO_HW=y | 1361 | CONFIG_CRYPTO_HW=y |
| 1292 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1362 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1293 | # CONFIG_PPC_CLOCK is not set | 1363 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1364 | CONFIG_PPC_CLOCK=y | ||
| 1294 | CONFIG_PPC_LIB_RHEAP=y | 1365 | CONFIG_PPC_LIB_RHEAP=y |
| 1295 | # CONFIG_VIRTUALIZATION is not set | 1366 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/tqm8540_defconfig b/arch/powerpc/configs/85xx/tqm8540_defconfig index e0b5559e84aa..1b2d5d577915 100644 --- a/arch/powerpc/configs/85xx/tqm8540_defconfig +++ b/arch/powerpc/configs/85xx/tqm8540_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:39 2008 | 4 | # Thu Aug 21 00:52:37 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| @@ -89,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 94 | # CONFIG_KALLSYMS is not set |
| 94 | # CONFIG_HOTPLUG is not set | 95 | # CONFIG_HOTPLUG is not set |
| 95 | CONFIG_PRINTK=y | 96 | CONFIG_PRINTK=y |
| @@ -112,10 +113,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 113 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 114 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 115 | CONFIG_HAVE_OPROFILE=y |
| 116 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 117 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 118 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 119 | CONFIG_HAVE_KRETPROBES=y |
| 120 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 121 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 122 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 123 | # CONFIG_HAVE_CLK is not set | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 124 | CONFIG_PROC_PAGE_MONITOR=y |
| 125 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 126 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 127 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 128 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +133,7 @@ CONFIG_BLOCK=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 133 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 134 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 135 | # CONFIG_BLK_DEV_BSG is not set |
| 136 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 137 | ||
| 130 | # | 138 | # |
| 131 | # IO Schedulers | 139 | # IO Schedulers |
| @@ -144,8 +152,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 144 | # | 152 | # |
| 145 | # Platform support | 153 | # Platform support |
| 146 | # | 154 | # |
| 147 | # CONFIG_PPC_MPC512x is not set | ||
| 148 | # CONFIG_PPC_MPC5121 is not set | ||
| 149 | # CONFIG_PPC_CELL is not set | 155 | # CONFIG_PPC_CELL is not set |
| 150 | # CONFIG_PPC_CELL_NATIVE is not set | 156 | # CONFIG_PPC_CELL_NATIVE is not set |
| 151 | # CONFIG_PQ2ADS is not set | 157 | # CONFIG_PQ2ADS is not set |
| @@ -154,11 +160,13 @@ CONFIG_MPC85xx=y | |||
| 154 | # CONFIG_MPC8560_ADS is not set | 160 | # CONFIG_MPC8560_ADS is not set |
| 155 | # CONFIG_MPC85xx_CDS is not set | 161 | # CONFIG_MPC85xx_CDS is not set |
| 156 | # CONFIG_MPC85xx_MDS is not set | 162 | # CONFIG_MPC85xx_MDS is not set |
| 163 | # CONFIG_MPC8536_DS is not set | ||
| 157 | # CONFIG_MPC85xx_DS is not set | 164 | # CONFIG_MPC85xx_DS is not set |
| 158 | # CONFIG_KSI8560 is not set | 165 | # CONFIG_KSI8560 is not set |
| 159 | # CONFIG_STX_GP3 is not set | 166 | # CONFIG_STX_GP3 is not set |
| 160 | CONFIG_TQM8540=y | 167 | CONFIG_TQM8540=y |
| 161 | # CONFIG_TQM8541 is not set | 168 | # CONFIG_TQM8541 is not set |
| 169 | # CONFIG_TQM8548 is not set | ||
| 162 | # CONFIG_TQM8555 is not set | 170 | # CONFIG_TQM8555 is not set |
| 163 | # CONFIG_TQM8560 is not set | 171 | # CONFIG_TQM8560 is not set |
| 164 | # CONFIG_SBC8548 is not set | 172 | # CONFIG_SBC8548 is not set |
| @@ -214,6 +222,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 214 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 222 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 215 | CONFIG_PAGEFLAGS_EXTENDED=y | 223 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 216 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 224 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 225 | CONFIG_MIGRATION=y | ||
| 217 | # CONFIG_RESOURCES_64BIT is not set | 226 | # CONFIG_RESOURCES_64BIT is not set |
| 218 | CONFIG_ZONE_DMA_FLAG=1 | 227 | CONFIG_ZONE_DMA_FLAG=1 |
| 219 | CONFIG_BOUNCE=y | 228 | CONFIG_BOUNCE=y |
| @@ -221,6 +230,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 221 | CONFIG_FORCE_MAX_ZONEORDER=11 | 230 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 222 | # CONFIG_PROC_DEVICETREE is not set | 231 | # CONFIG_PROC_DEVICETREE is not set |
| 223 | # CONFIG_CMDLINE_BOOL is not set | 232 | # CONFIG_CMDLINE_BOOL is not set |
| 233 | CONFIG_EXTRA_TARGETS="" | ||
| 224 | # CONFIG_PM is not set | 234 | # CONFIG_PM is not set |
| 225 | CONFIG_SECCOMP=y | 235 | CONFIG_SECCOMP=y |
| 226 | CONFIG_ISA_DMA_API=y | 236 | CONFIG_ISA_DMA_API=y |
| @@ -232,6 +242,7 @@ CONFIG_ZONE_DMA=y | |||
| 232 | CONFIG_PPC_INDIRECT_PCI=y | 242 | CONFIG_PPC_INDIRECT_PCI=y |
| 233 | CONFIG_FSL_SOC=y | 243 | CONFIG_FSL_SOC=y |
| 234 | CONFIG_FSL_PCI=y | 244 | CONFIG_FSL_PCI=y |
| 245 | CONFIG_PPC_PCI_CHOICE=y | ||
| 235 | CONFIG_PCI=y | 246 | CONFIG_PCI=y |
| 236 | CONFIG_PCI_DOMAINS=y | 247 | CONFIG_PCI_DOMAINS=y |
| 237 | CONFIG_PCI_SYSCALL=y | 248 | CONFIG_PCI_SYSCALL=y |
| @@ -255,10 +266,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 255 | CONFIG_PHYSICAL_START=0x00000000 | 266 | CONFIG_PHYSICAL_START=0x00000000 |
| 256 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 267 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 257 | CONFIG_TASK_SIZE=0xc0000000 | 268 | CONFIG_TASK_SIZE=0xc0000000 |
| 258 | |||
| 259 | # | ||
| 260 | # Networking | ||
| 261 | # | ||
| 262 | CONFIG_NET=y | 269 | CONFIG_NET=y |
| 263 | 270 | ||
| 264 | # | 271 | # |
| @@ -449,20 +456,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 449 | # CONFIG_BLK_DEV_XIP is not set | 456 | # CONFIG_BLK_DEV_XIP is not set |
| 450 | # CONFIG_CDROM_PKTCDVD is not set | 457 | # CONFIG_CDROM_PKTCDVD is not set |
| 451 | # CONFIG_ATA_OVER_ETH is not set | 458 | # CONFIG_ATA_OVER_ETH is not set |
| 459 | # CONFIG_BLK_DEV_HD is not set | ||
| 452 | CONFIG_MISC_DEVICES=y | 460 | CONFIG_MISC_DEVICES=y |
| 453 | # CONFIG_PHANTOM is not set | 461 | # CONFIG_PHANTOM is not set |
| 454 | # CONFIG_EEPROM_93CX6 is not set | 462 | # CONFIG_EEPROM_93CX6 is not set |
| 455 | # CONFIG_SGI_IOC4 is not set | 463 | # CONFIG_SGI_IOC4 is not set |
| 456 | # CONFIG_TIFM_CORE is not set | 464 | # CONFIG_TIFM_CORE is not set |
| 457 | # CONFIG_ENCLOSURE_SERVICES is not set | 465 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 466 | # CONFIG_HP_ILO is not set | ||
| 458 | CONFIG_HAVE_IDE=y | 467 | CONFIG_HAVE_IDE=y |
| 459 | CONFIG_IDE=y | 468 | CONFIG_IDE=y |
| 460 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 461 | CONFIG_BLK_DEV_IDE=y | 469 | CONFIG_BLK_DEV_IDE=y |
| 462 | 470 | ||
| 463 | # | 471 | # |
| 464 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 472 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 465 | # | 473 | # |
| 474 | CONFIG_IDE_TIMINGS=y | ||
| 466 | # CONFIG_BLK_DEV_IDE_SATA is not set | 475 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 467 | CONFIG_BLK_DEV_IDEDISK=y | 476 | CONFIG_BLK_DEV_IDEDISK=y |
| 468 | # CONFIG_IDEDISK_MULTI_MODE is not set | 477 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -475,7 +484,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 475 | # | 484 | # |
| 476 | # IDE chipset support/bugfixes | 485 | # IDE chipset support/bugfixes |
| 477 | # | 486 | # |
| 478 | CONFIG_IDE_GENERIC=y | ||
| 479 | # CONFIG_BLK_DEV_PLATFORM is not set | 487 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 480 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 488 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 481 | 489 | ||
| @@ -493,10 +501,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 493 | # CONFIG_BLK_DEV_AMD74XX is not set | 501 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 494 | # CONFIG_BLK_DEV_CMD64X is not set | 502 | # CONFIG_BLK_DEV_CMD64X is not set |
| 495 | # CONFIG_BLK_DEV_TRIFLEX is not set | 503 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 496 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 497 | # CONFIG_BLK_DEV_CS5520 is not set | 504 | # CONFIG_BLK_DEV_CS5520 is not set |
| 498 | # CONFIG_BLK_DEV_CS5530 is not set | 505 | # CONFIG_BLK_DEV_CS5530 is not set |
| 499 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 500 | # CONFIG_BLK_DEV_HPT366 is not set | 506 | # CONFIG_BLK_DEV_HPT366 is not set |
| 501 | # CONFIG_BLK_DEV_JMICRON is not set | 507 | # CONFIG_BLK_DEV_JMICRON is not set |
| 502 | # CONFIG_BLK_DEV_SC1200 is not set | 508 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -514,8 +520,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 514 | CONFIG_BLK_DEV_VIA82CXXX=y | 520 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 515 | # CONFIG_BLK_DEV_TC86C001 is not set | 521 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 516 | CONFIG_BLK_DEV_IDEDMA=y | 522 | CONFIG_BLK_DEV_IDEDMA=y |
| 517 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 518 | # CONFIG_BLK_DEV_HD is not set | ||
| 519 | 523 | ||
| 520 | # | 524 | # |
| 521 | # SCSI device support | 525 | # SCSI device support |
| @@ -531,12 +535,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 531 | # | 535 | # |
| 532 | # IEEE 1394 (FireWire) support | 536 | # IEEE 1394 (FireWire) support |
| 533 | # | 537 | # |
| 538 | |||
| 539 | # | ||
| 540 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 541 | # | ||
| 534 | # CONFIG_FIREWIRE is not set | 542 | # CONFIG_FIREWIRE is not set |
| 535 | # CONFIG_IEEE1394 is not set | 543 | # CONFIG_IEEE1394 is not set |
| 536 | # CONFIG_I2O is not set | 544 | # CONFIG_I2O is not set |
| 537 | # CONFIG_MACINTOSH_DRIVERS is not set | 545 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 538 | CONFIG_NETDEVICES=y | 546 | CONFIG_NETDEVICES=y |
| 539 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 540 | # CONFIG_DUMMY is not set | 547 | # CONFIG_DUMMY is not set |
| 541 | # CONFIG_BONDING is not set | 548 | # CONFIG_BONDING is not set |
| 542 | # CONFIG_MACVLAN is not set | 549 | # CONFIG_MACVLAN is not set |
| @@ -598,7 +605,6 @@ CONFIG_NETDEV_1000=y | |||
| 598 | # CONFIG_DL2K is not set | 605 | # CONFIG_DL2K is not set |
| 599 | # CONFIG_E1000 is not set | 606 | # CONFIG_E1000 is not set |
| 600 | # CONFIG_E1000E is not set | 607 | # CONFIG_E1000E is not set |
| 601 | # CONFIG_E1000E_ENABLED is not set | ||
| 602 | # CONFIG_IP1000 is not set | 608 | # CONFIG_IP1000 is not set |
| 603 | # CONFIG_IGB is not set | 609 | # CONFIG_IGB is not set |
| 604 | # CONFIG_NS83820 is not set | 610 | # CONFIG_NS83820 is not set |
| @@ -612,9 +618,9 @@ CONFIG_NETDEV_1000=y | |||
| 612 | # CONFIG_TIGON3 is not set | 618 | # CONFIG_TIGON3 is not set |
| 613 | # CONFIG_BNX2 is not set | 619 | # CONFIG_BNX2 is not set |
| 614 | CONFIG_GIANFAR=y | 620 | CONFIG_GIANFAR=y |
| 615 | CONFIG_GFAR_NAPI=y | ||
| 616 | # CONFIG_QLA3XXX is not set | 621 | # CONFIG_QLA3XXX is not set |
| 617 | # CONFIG_ATL1 is not set | 622 | # CONFIG_ATL1 is not set |
| 623 | # CONFIG_ATL1E is not set | ||
| 618 | CONFIG_NETDEV_10000=y | 624 | CONFIG_NETDEV_10000=y |
| 619 | # CONFIG_CHELSIO_T1 is not set | 625 | # CONFIG_CHELSIO_T1 is not set |
| 620 | # CONFIG_CHELSIO_T3 is not set | 626 | # CONFIG_CHELSIO_T3 is not set |
| @@ -721,41 +727,62 @@ CONFIG_DEVPORT=y | |||
| 721 | CONFIG_I2C=y | 727 | CONFIG_I2C=y |
| 722 | CONFIG_I2C_BOARDINFO=y | 728 | CONFIG_I2C_BOARDINFO=y |
| 723 | CONFIG_I2C_CHARDEV=y | 729 | CONFIG_I2C_CHARDEV=y |
| 730 | CONFIG_I2C_HELPER_AUTO=y | ||
| 724 | 731 | ||
| 725 | # | 732 | # |
| 726 | # I2C Hardware Bus support | 733 | # I2C Hardware Bus support |
| 727 | # | 734 | # |
| 735 | |||
| 736 | # | ||
| 737 | # PC SMBus host controller drivers | ||
| 738 | # | ||
| 728 | # CONFIG_I2C_ALI1535 is not set | 739 | # CONFIG_I2C_ALI1535 is not set |
| 729 | # CONFIG_I2C_ALI1563 is not set | 740 | # CONFIG_I2C_ALI1563 is not set |
| 730 | # CONFIG_I2C_ALI15X3 is not set | 741 | # CONFIG_I2C_ALI15X3 is not set |
| 731 | # CONFIG_I2C_AMD756 is not set | 742 | # CONFIG_I2C_AMD756 is not set |
| 732 | # CONFIG_I2C_AMD8111 is not set | 743 | # CONFIG_I2C_AMD8111 is not set |
| 733 | # CONFIG_I2C_I801 is not set | 744 | # CONFIG_I2C_I801 is not set |
| 734 | # CONFIG_I2C_I810 is not set | 745 | # CONFIG_I2C_ISCH is not set |
| 735 | # CONFIG_I2C_PIIX4 is not set | 746 | # CONFIG_I2C_PIIX4 is not set |
| 736 | CONFIG_I2C_MPC=y | ||
| 737 | # CONFIG_I2C_NFORCE2 is not set | 747 | # CONFIG_I2C_NFORCE2 is not set |
| 738 | # CONFIG_I2C_OCORES is not set | ||
| 739 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 740 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 741 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 742 | # CONFIG_I2C_SIMTEC is not set | ||
| 743 | # CONFIG_I2C_SIS5595 is not set | 748 | # CONFIG_I2C_SIS5595 is not set |
| 744 | # CONFIG_I2C_SIS630 is not set | 749 | # CONFIG_I2C_SIS630 is not set |
| 745 | # CONFIG_I2C_SIS96X is not set | 750 | # CONFIG_I2C_SIS96X is not set |
| 746 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 747 | # CONFIG_I2C_VIA is not set | 751 | # CONFIG_I2C_VIA is not set |
| 748 | # CONFIG_I2C_VIAPRO is not set | 752 | # CONFIG_I2C_VIAPRO is not set |
| 753 | |||
| 754 | # | ||
| 755 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 756 | # | ||
| 757 | CONFIG_I2C_MPC=y | ||
| 758 | # CONFIG_I2C_OCORES is not set | ||
| 759 | # CONFIG_I2C_SIMTEC is not set | ||
| 760 | |||
| 761 | # | ||
| 762 | # External I2C/SMBus adapter drivers | ||
| 763 | # | ||
| 764 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 765 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 766 | |||
| 767 | # | ||
| 768 | # Graphics adapter I2C/DDC channel drivers | ||
| 769 | # | ||
| 749 | # CONFIG_I2C_VOODOO3 is not set | 770 | # CONFIG_I2C_VOODOO3 is not set |
| 771 | |||
| 772 | # | ||
| 773 | # Other I2C/SMBus bus drivers | ||
| 774 | # | ||
| 750 | # CONFIG_I2C_PCA_PLATFORM is not set | 775 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 751 | 776 | ||
| 752 | # | 777 | # |
| 753 | # Miscellaneous I2C Chip support | 778 | # Miscellaneous I2C Chip support |
| 754 | # | 779 | # |
| 755 | # CONFIG_DS1682 is not set | 780 | # CONFIG_DS1682 is not set |
| 781 | # CONFIG_AT24 is not set | ||
| 756 | # CONFIG_SENSORS_EEPROM is not set | 782 | # CONFIG_SENSORS_EEPROM is not set |
| 757 | # CONFIG_SENSORS_PCF8574 is not set | 783 | # CONFIG_SENSORS_PCF8574 is not set |
| 758 | # CONFIG_PCF8575 is not set | 784 | # CONFIG_PCF8575 is not set |
| 785 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 759 | # CONFIG_SENSORS_PCF8591 is not set | 786 | # CONFIG_SENSORS_PCF8591 is not set |
| 760 | # CONFIG_SENSORS_MAX6875 is not set | 787 | # CONFIG_SENSORS_MAX6875 is not set |
| 761 | # CONFIG_SENSORS_TSL2550 is not set | 788 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -764,10 +791,13 @@ CONFIG_I2C_MPC=y | |||
| 764 | # CONFIG_I2C_DEBUG_BUS is not set | 791 | # CONFIG_I2C_DEBUG_BUS is not set |
| 765 | # CONFIG_I2C_DEBUG_CHIP is not set | 792 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 766 | # CONFIG_SPI is not set | 793 | # CONFIG_SPI is not set |
| 794 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 795 | # CONFIG_GPIOLIB is not set | ||
| 767 | # CONFIG_W1 is not set | 796 | # CONFIG_W1 is not set |
| 768 | # CONFIG_POWER_SUPPLY is not set | 797 | # CONFIG_POWER_SUPPLY is not set |
| 769 | CONFIG_HWMON=y | 798 | CONFIG_HWMON=y |
| 770 | # CONFIG_HWMON_VID is not set | 799 | # CONFIG_HWMON_VID is not set |
| 800 | # CONFIG_SENSORS_AD7414 is not set | ||
| 771 | # CONFIG_SENSORS_AD7418 is not set | 801 | # CONFIG_SENSORS_AD7418 is not set |
| 772 | # CONFIG_SENSORS_ADM1021 is not set | 802 | # CONFIG_SENSORS_ADM1021 is not set |
| 773 | # CONFIG_SENSORS_ADM1025 is not set | 803 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -821,6 +851,7 @@ CONFIG_SENSORS_LM75=y | |||
| 821 | # CONFIG_SENSORS_W83627EHF is not set | 851 | # CONFIG_SENSORS_W83627EHF is not set |
| 822 | CONFIG_HWMON_DEBUG_CHIP=y | 852 | CONFIG_HWMON_DEBUG_CHIP=y |
| 823 | # CONFIG_THERMAL is not set | 853 | # CONFIG_THERMAL is not set |
| 854 | # CONFIG_THERMAL_HWMON is not set | ||
| 824 | # CONFIG_WATCHDOG is not set | 855 | # CONFIG_WATCHDOG is not set |
| 825 | 856 | ||
| 826 | # | 857 | # |
| @@ -832,8 +863,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 832 | # | 863 | # |
| 833 | # Multifunction device drivers | 864 | # Multifunction device drivers |
| 834 | # | 865 | # |
| 866 | # CONFIG_MFD_CORE is not set | ||
| 835 | # CONFIG_MFD_SM501 is not set | 867 | # CONFIG_MFD_SM501 is not set |
| 836 | # CONFIG_HTC_PASIC3 is not set | 868 | # CONFIG_HTC_PASIC3 is not set |
| 869 | # CONFIG_MFD_TMIO is not set | ||
| 837 | 870 | ||
| 838 | # | 871 | # |
| 839 | # Multimedia devices | 872 | # Multimedia devices |
| @@ -865,10 +898,6 @@ CONFIG_DAB=y | |||
| 865 | # Display device support | 898 | # Display device support |
| 866 | # | 899 | # |
| 867 | # CONFIG_DISPLAY_SUPPORT is not set | 900 | # CONFIG_DISPLAY_SUPPORT is not set |
| 868 | |||
| 869 | # | ||
| 870 | # Sound | ||
| 871 | # | ||
| 872 | # CONFIG_SOUND is not set | 901 | # CONFIG_SOUND is not set |
| 873 | CONFIG_HID_SUPPORT=y | 902 | CONFIG_HID_SUPPORT=y |
| 874 | CONFIG_HID=y | 903 | CONFIG_HID=y |
| @@ -883,6 +912,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 883 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 912 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 884 | 913 | ||
| 885 | # | 914 | # |
| 915 | # Enable Host or Gadget support to see Inventra options | ||
| 916 | # | ||
| 917 | |||
| 918 | # | ||
| 886 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 919 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 887 | # | 920 | # |
| 888 | # CONFIG_USB_GADGET is not set | 921 | # CONFIG_USB_GADGET is not set |
| @@ -971,6 +1004,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 971 | CONFIG_CRAMFS=y | 1004 | CONFIG_CRAMFS=y |
| 972 | # CONFIG_VXFS_FS is not set | 1005 | # CONFIG_VXFS_FS is not set |
| 973 | # CONFIG_MINIX_FS is not set | 1006 | # CONFIG_MINIX_FS is not set |
| 1007 | # CONFIG_OMFS_FS is not set | ||
| 974 | # CONFIG_HPFS_FS is not set | 1008 | # CONFIG_HPFS_FS is not set |
| 975 | # CONFIG_QNX4FS_FS is not set | 1009 | # CONFIG_QNX4FS_FS is not set |
| 976 | # CONFIG_ROMFS_FS is not set | 1010 | # CONFIG_ROMFS_FS is not set |
| @@ -980,12 +1014,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 980 | CONFIG_NFS_FS=y | 1014 | CONFIG_NFS_FS=y |
| 981 | # CONFIG_NFS_V3 is not set | 1015 | # CONFIG_NFS_V3 is not set |
| 982 | # CONFIG_NFS_V4 is not set | 1016 | # CONFIG_NFS_V4 is not set |
| 983 | # CONFIG_NFSD is not set | ||
| 984 | CONFIG_ROOT_NFS=y | 1017 | CONFIG_ROOT_NFS=y |
| 1018 | # CONFIG_NFSD is not set | ||
| 985 | CONFIG_LOCKD=y | 1019 | CONFIG_LOCKD=y |
| 986 | CONFIG_NFS_COMMON=y | 1020 | CONFIG_NFS_COMMON=y |
| 987 | CONFIG_SUNRPC=y | 1021 | CONFIG_SUNRPC=y |
| 988 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 989 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1022 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 990 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1023 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 991 | # CONFIG_SMB_FS is not set | 1024 | # CONFIG_SMB_FS is not set |
| @@ -1021,6 +1054,7 @@ CONFIG_BITREVERSE=y | |||
| 1021 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1054 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1022 | # CONFIG_CRC_CCITT is not set | 1055 | # CONFIG_CRC_CCITT is not set |
| 1023 | # CONFIG_CRC16 is not set | 1056 | # CONFIG_CRC16 is not set |
| 1057 | # CONFIG_CRC_T10DIF is not set | ||
| 1024 | # CONFIG_CRC_ITU_T is not set | 1058 | # CONFIG_CRC_ITU_T is not set |
| 1025 | CONFIG_CRC32=y | 1059 | CONFIG_CRC32=y |
| 1026 | # CONFIG_CRC7 is not set | 1060 | # CONFIG_CRC7 is not set |
| @@ -1048,7 +1082,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1048 | # CONFIG_SLUB_DEBUG_ON is not set | 1082 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1049 | # CONFIG_SLUB_STATS is not set | 1083 | # CONFIG_SLUB_STATS is not set |
| 1050 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1084 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1085 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1086 | # CONFIG_LATENCYTOP is not set | ||
| 1087 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1088 | CONFIG_HAVE_FTRACE=y | ||
| 1089 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1090 | # CONFIG_FTRACE is not set | ||
| 1091 | # CONFIG_SCHED_TRACER is not set | ||
| 1092 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1051 | # CONFIG_SAMPLES is not set | 1093 | # CONFIG_SAMPLES is not set |
| 1094 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1052 | # CONFIG_IRQSTACKS is not set | 1095 | # CONFIG_IRQSTACKS is not set |
| 1053 | # CONFIG_PPC_EARLY_DEBUG is not set | 1096 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1054 | 1097 | ||
| @@ -1100,6 +1143,10 @@ CONFIG_CRYPTO=y | |||
| 1100 | # CONFIG_CRYPTO_MD4 is not set | 1143 | # CONFIG_CRYPTO_MD4 is not set |
| 1101 | # CONFIG_CRYPTO_MD5 is not set | 1144 | # CONFIG_CRYPTO_MD5 is not set |
| 1102 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1145 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1146 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1147 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1148 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1149 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1103 | # CONFIG_CRYPTO_SHA1 is not set | 1150 | # CONFIG_CRYPTO_SHA1 is not set |
| 1104 | # CONFIG_CRYPTO_SHA256 is not set | 1151 | # CONFIG_CRYPTO_SHA256 is not set |
| 1105 | # CONFIG_CRYPTO_SHA512 is not set | 1152 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1132,5 +1179,6 @@ CONFIG_CRYPTO=y | |||
| 1132 | # CONFIG_CRYPTO_LZO is not set | 1179 | # CONFIG_CRYPTO_LZO is not set |
| 1133 | CONFIG_CRYPTO_HW=y | 1180 | CONFIG_CRYPTO_HW=y |
| 1134 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1181 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1182 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1135 | # CONFIG_PPC_CLOCK is not set | 1183 | # CONFIG_PPC_CLOCK is not set |
| 1136 | # CONFIG_VIRTUALIZATION is not set | 1184 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/tqm8541_defconfig b/arch/powerpc/configs/85xx/tqm8541_defconfig index 6f9067b49e07..da841a09755c 100644 --- a/arch/powerpc/configs/85xx/tqm8541_defconfig +++ b/arch/powerpc/configs/85xx/tqm8541_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:40 2008 | 4 | # Thu Aug 21 00:52:39 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -89,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 95 | # CONFIG_KALLSYMS is not set |
| 94 | # CONFIG_HOTPLUG is not set | 96 | # CONFIG_HOTPLUG is not set |
| 95 | CONFIG_PRINTK=y | 97 | CONFIG_PRINTK=y |
| @@ -112,10 +114,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 114 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 115 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 116 | CONFIG_HAVE_OPROFILE=y |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
| 121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 122 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 124 | CONFIG_HAVE_CLK=y | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +134,7 @@ CONFIG_BLOCK=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 134 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 135 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 136 | # CONFIG_BLK_DEV_BSG is not set |
| 137 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 138 | ||
| 130 | # | 139 | # |
| 131 | # IO Schedulers | 140 | # IO Schedulers |
| @@ -144,8 +153,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 144 | # | 153 | # |
| 145 | # Platform support | 154 | # Platform support |
| 146 | # | 155 | # |
| 147 | # CONFIG_PPC_MPC512x is not set | ||
| 148 | # CONFIG_PPC_MPC5121 is not set | ||
| 149 | # CONFIG_PPC_CELL is not set | 156 | # CONFIG_PPC_CELL is not set |
| 150 | # CONFIG_PPC_CELL_NATIVE is not set | 157 | # CONFIG_PPC_CELL_NATIVE is not set |
| 151 | # CONFIG_PQ2ADS is not set | 158 | # CONFIG_PQ2ADS is not set |
| @@ -154,11 +161,13 @@ CONFIG_MPC85xx=y | |||
| 154 | # CONFIG_MPC8560_ADS is not set | 161 | # CONFIG_MPC8560_ADS is not set |
| 155 | # CONFIG_MPC85xx_CDS is not set | 162 | # CONFIG_MPC85xx_CDS is not set |
| 156 | # CONFIG_MPC85xx_MDS is not set | 163 | # CONFIG_MPC85xx_MDS is not set |
| 164 | # CONFIG_MPC8536_DS is not set | ||
| 157 | # CONFIG_MPC85xx_DS is not set | 165 | # CONFIG_MPC85xx_DS is not set |
| 158 | # CONFIG_KSI8560 is not set | 166 | # CONFIG_KSI8560 is not set |
| 159 | # CONFIG_STX_GP3 is not set | 167 | # CONFIG_STX_GP3 is not set |
| 160 | # CONFIG_TQM8540 is not set | 168 | # CONFIG_TQM8540 is not set |
| 161 | CONFIG_TQM8541=y | 169 | CONFIG_TQM8541=y |
| 170 | # CONFIG_TQM8548 is not set | ||
| 162 | # CONFIG_TQM8555 is not set | 171 | # CONFIG_TQM8555 is not set |
| 163 | # CONFIG_TQM8560 is not set | 172 | # CONFIG_TQM8560 is not set |
| 164 | # CONFIG_SBC8548 is not set | 173 | # CONFIG_SBC8548 is not set |
| @@ -176,7 +185,6 @@ CONFIG_MPIC=y | |||
| 176 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 177 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 178 | CONFIG_CPM2=y | 187 | CONFIG_CPM2=y |
| 179 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 180 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
| 181 | CONFIG_CPM=y | 189 | CONFIG_CPM=y |
| 182 | 190 | ||
| @@ -216,6 +224,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 217 | CONFIG_PAGEFLAGS_EXTENDED=y | 225 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 227 | CONFIG_MIGRATION=y | ||
| 219 | # CONFIG_RESOURCES_64BIT is not set | 228 | # CONFIG_RESOURCES_64BIT is not set |
| 220 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
| 221 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
| @@ -223,6 +232,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 223 | CONFIG_FORCE_MAX_ZONEORDER=11 | 232 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 224 | # CONFIG_PROC_DEVICETREE is not set | 233 | # CONFIG_PROC_DEVICETREE is not set |
| 225 | # CONFIG_CMDLINE_BOOL is not set | 234 | # CONFIG_CMDLINE_BOOL is not set |
| 235 | CONFIG_EXTRA_TARGETS="" | ||
| 226 | # CONFIG_PM is not set | 236 | # CONFIG_PM is not set |
| 227 | CONFIG_SECCOMP=y | 237 | CONFIG_SECCOMP=y |
| 228 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
| @@ -234,6 +244,7 @@ CONFIG_ZONE_DMA=y | |||
| 234 | CONFIG_PPC_INDIRECT_PCI=y | 244 | CONFIG_PPC_INDIRECT_PCI=y |
| 235 | CONFIG_FSL_SOC=y | 245 | CONFIG_FSL_SOC=y |
| 236 | CONFIG_FSL_PCI=y | 246 | CONFIG_FSL_PCI=y |
| 247 | CONFIG_PPC_PCI_CHOICE=y | ||
| 237 | CONFIG_PCI=y | 248 | CONFIG_PCI=y |
| 238 | CONFIG_PCI_DOMAINS=y | 249 | CONFIG_PCI_DOMAINS=y |
| 239 | CONFIG_PCI_SYSCALL=y | 250 | CONFIG_PCI_SYSCALL=y |
| @@ -257,10 +268,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 268 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 269 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 259 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
| 260 | |||
| 261 | # | ||
| 262 | # Networking | ||
| 263 | # | ||
| 264 | CONFIG_NET=y | 271 | CONFIG_NET=y |
| 265 | 272 | ||
| 266 | # | 273 | # |
| @@ -432,6 +439,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 432 | # | 439 | # |
| 433 | # CONFIG_MTD_UBI is not set | 440 | # CONFIG_MTD_UBI is not set |
| 434 | CONFIG_OF_DEVICE=y | 441 | CONFIG_OF_DEVICE=y |
| 442 | CONFIG_OF_GPIO=y | ||
| 435 | CONFIG_OF_I2C=y | 443 | CONFIG_OF_I2C=y |
| 436 | # CONFIG_PARPORT is not set | 444 | # CONFIG_PARPORT is not set |
| 437 | CONFIG_BLK_DEV=y | 445 | CONFIG_BLK_DEV=y |
| @@ -451,20 +459,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 451 | # CONFIG_BLK_DEV_XIP is not set | 459 | # CONFIG_BLK_DEV_XIP is not set |
| 452 | # CONFIG_CDROM_PKTCDVD is not set | 460 | # CONFIG_CDROM_PKTCDVD is not set |
| 453 | # CONFIG_ATA_OVER_ETH is not set | 461 | # CONFIG_ATA_OVER_ETH is not set |
| 462 | # CONFIG_BLK_DEV_HD is not set | ||
| 454 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
| 455 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
| 456 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
| 457 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
| 458 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
| 459 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HP_ILO is not set | ||
| 460 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
| 461 | CONFIG_IDE=y | 471 | CONFIG_IDE=y |
| 462 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 463 | CONFIG_BLK_DEV_IDE=y | 472 | CONFIG_BLK_DEV_IDE=y |
| 464 | 473 | ||
| 465 | # | 474 | # |
| 466 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 475 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 467 | # | 476 | # |
| 477 | CONFIG_IDE_TIMINGS=y | ||
| 468 | # CONFIG_BLK_DEV_IDE_SATA is not set | 478 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 469 | CONFIG_BLK_DEV_IDEDISK=y | 479 | CONFIG_BLK_DEV_IDEDISK=y |
| 470 | # CONFIG_IDEDISK_MULTI_MODE is not set | 480 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -477,7 +487,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 477 | # | 487 | # |
| 478 | # IDE chipset support/bugfixes | 488 | # IDE chipset support/bugfixes |
| 479 | # | 489 | # |
| 480 | CONFIG_IDE_GENERIC=y | ||
| 481 | # CONFIG_BLK_DEV_PLATFORM is not set | 490 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 482 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 491 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 483 | 492 | ||
| @@ -495,10 +504,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 495 | # CONFIG_BLK_DEV_AMD74XX is not set | 504 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 496 | # CONFIG_BLK_DEV_CMD64X is not set | 505 | # CONFIG_BLK_DEV_CMD64X is not set |
| 497 | # CONFIG_BLK_DEV_TRIFLEX is not set | 506 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 498 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 499 | # CONFIG_BLK_DEV_CS5520 is not set | 507 | # CONFIG_BLK_DEV_CS5520 is not set |
| 500 | # CONFIG_BLK_DEV_CS5530 is not set | 508 | # CONFIG_BLK_DEV_CS5530 is not set |
| 501 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 502 | # CONFIG_BLK_DEV_HPT366 is not set | 509 | # CONFIG_BLK_DEV_HPT366 is not set |
| 503 | # CONFIG_BLK_DEV_JMICRON is not set | 510 | # CONFIG_BLK_DEV_JMICRON is not set |
| 504 | # CONFIG_BLK_DEV_SC1200 is not set | 511 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -516,8 +523,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 516 | CONFIG_BLK_DEV_VIA82CXXX=y | 523 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 517 | # CONFIG_BLK_DEV_TC86C001 is not set | 524 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 518 | CONFIG_BLK_DEV_IDEDMA=y | 525 | CONFIG_BLK_DEV_IDEDMA=y |
| 519 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 520 | # CONFIG_BLK_DEV_HD is not set | ||
| 521 | 526 | ||
| 522 | # | 527 | # |
| 523 | # SCSI device support | 528 | # SCSI device support |
| @@ -533,12 +538,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 533 | # | 538 | # |
| 534 | # IEEE 1394 (FireWire) support | 539 | # IEEE 1394 (FireWire) support |
| 535 | # | 540 | # |
| 541 | |||
| 542 | # | ||
| 543 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 544 | # | ||
| 536 | # CONFIG_FIREWIRE is not set | 545 | # CONFIG_FIREWIRE is not set |
| 537 | # CONFIG_IEEE1394 is not set | 546 | # CONFIG_IEEE1394 is not set |
| 538 | # CONFIG_I2O is not set | 547 | # CONFIG_I2O is not set |
| 539 | # CONFIG_MACINTOSH_DRIVERS is not set | 548 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 540 | CONFIG_NETDEVICES=y | 549 | CONFIG_NETDEVICES=y |
| 541 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 542 | # CONFIG_DUMMY is not set | 550 | # CONFIG_DUMMY is not set |
| 543 | # CONFIG_BONDING is not set | 551 | # CONFIG_BONDING is not set |
| 544 | # CONFIG_MACVLAN is not set | 552 | # CONFIG_MACVLAN is not set |
| @@ -601,7 +609,6 @@ CONFIG_NETDEV_1000=y | |||
| 601 | # CONFIG_DL2K is not set | 609 | # CONFIG_DL2K is not set |
| 602 | # CONFIG_E1000 is not set | 610 | # CONFIG_E1000 is not set |
| 603 | # CONFIG_E1000E is not set | 611 | # CONFIG_E1000E is not set |
| 604 | # CONFIG_E1000E_ENABLED is not set | ||
| 605 | # CONFIG_IP1000 is not set | 612 | # CONFIG_IP1000 is not set |
| 606 | # CONFIG_IGB is not set | 613 | # CONFIG_IGB is not set |
| 607 | # CONFIG_NS83820 is not set | 614 | # CONFIG_NS83820 is not set |
| @@ -615,9 +622,9 @@ CONFIG_NETDEV_1000=y | |||
| 615 | # CONFIG_TIGON3 is not set | 622 | # CONFIG_TIGON3 is not set |
| 616 | # CONFIG_BNX2 is not set | 623 | # CONFIG_BNX2 is not set |
| 617 | CONFIG_GIANFAR=y | 624 | CONFIG_GIANFAR=y |
| 618 | CONFIG_GFAR_NAPI=y | ||
| 619 | # CONFIG_QLA3XXX is not set | 625 | # CONFIG_QLA3XXX is not set |
| 620 | # CONFIG_ATL1 is not set | 626 | # CONFIG_ATL1 is not set |
| 627 | # CONFIG_ATL1E is not set | ||
| 621 | CONFIG_NETDEV_10000=y | 628 | CONFIG_NETDEV_10000=y |
| 622 | # CONFIG_CHELSIO_T1 is not set | 629 | # CONFIG_CHELSIO_T1 is not set |
| 623 | # CONFIG_CHELSIO_T3 is not set | 630 | # CONFIG_CHELSIO_T3 is not set |
| @@ -732,42 +739,66 @@ CONFIG_DEVPORT=y | |||
| 732 | CONFIG_I2C=y | 739 | CONFIG_I2C=y |
| 733 | CONFIG_I2C_BOARDINFO=y | 740 | CONFIG_I2C_BOARDINFO=y |
| 734 | CONFIG_I2C_CHARDEV=y | 741 | CONFIG_I2C_CHARDEV=y |
| 742 | CONFIG_I2C_HELPER_AUTO=y | ||
| 735 | 743 | ||
| 736 | # | 744 | # |
| 737 | # I2C Hardware Bus support | 745 | # I2C Hardware Bus support |
| 738 | # | 746 | # |
| 747 | |||
| 748 | # | ||
| 749 | # PC SMBus host controller drivers | ||
| 750 | # | ||
| 739 | # CONFIG_I2C_ALI1535 is not set | 751 | # CONFIG_I2C_ALI1535 is not set |
| 740 | # CONFIG_I2C_ALI1563 is not set | 752 | # CONFIG_I2C_ALI1563 is not set |
| 741 | # CONFIG_I2C_ALI15X3 is not set | 753 | # CONFIG_I2C_ALI15X3 is not set |
| 742 | # CONFIG_I2C_AMD756 is not set | 754 | # CONFIG_I2C_AMD756 is not set |
| 743 | # CONFIG_I2C_AMD8111 is not set | 755 | # CONFIG_I2C_AMD8111 is not set |
| 744 | # CONFIG_I2C_I801 is not set | 756 | # CONFIG_I2C_I801 is not set |
| 745 | # CONFIG_I2C_I810 is not set | 757 | # CONFIG_I2C_ISCH is not set |
| 746 | # CONFIG_I2C_PIIX4 is not set | 758 | # CONFIG_I2C_PIIX4 is not set |
| 747 | CONFIG_I2C_MPC=y | ||
| 748 | # CONFIG_I2C_NFORCE2 is not set | 759 | # CONFIG_I2C_NFORCE2 is not set |
| 749 | # CONFIG_I2C_OCORES is not set | ||
| 750 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 751 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 752 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 753 | # CONFIG_I2C_SIMTEC is not set | ||
| 754 | # CONFIG_I2C_SIS5595 is not set | 760 | # CONFIG_I2C_SIS5595 is not set |
| 755 | # CONFIG_I2C_SIS630 is not set | 761 | # CONFIG_I2C_SIS630 is not set |
| 756 | # CONFIG_I2C_SIS96X is not set | 762 | # CONFIG_I2C_SIS96X is not set |
| 757 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 758 | # CONFIG_I2C_VIA is not set | 763 | # CONFIG_I2C_VIA is not set |
| 759 | # CONFIG_I2C_VIAPRO is not set | 764 | # CONFIG_I2C_VIAPRO is not set |
| 765 | |||
| 766 | # | ||
| 767 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 768 | # | ||
| 769 | # CONFIG_I2C_CPM is not set | ||
| 770 | # CONFIG_I2C_GPIO is not set | ||
| 771 | CONFIG_I2C_MPC=y | ||
| 772 | # CONFIG_I2C_OCORES is not set | ||
| 773 | # CONFIG_I2C_SIMTEC is not set | ||
| 774 | |||
| 775 | # | ||
| 776 | # External I2C/SMBus adapter drivers | ||
| 777 | # | ||
| 778 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 779 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # Graphics adapter I2C/DDC channel drivers | ||
| 783 | # | ||
| 760 | # CONFIG_I2C_VOODOO3 is not set | 784 | # CONFIG_I2C_VOODOO3 is not set |
| 785 | |||
| 786 | # | ||
| 787 | # Other I2C/SMBus bus drivers | ||
| 788 | # | ||
| 761 | # CONFIG_I2C_PCA_PLATFORM is not set | 789 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 762 | 790 | ||
| 763 | # | 791 | # |
| 764 | # Miscellaneous I2C Chip support | 792 | # Miscellaneous I2C Chip support |
| 765 | # | 793 | # |
| 766 | # CONFIG_DS1682 is not set | 794 | # CONFIG_DS1682 is not set |
| 795 | # CONFIG_AT24 is not set | ||
| 767 | # CONFIG_SENSORS_EEPROM is not set | 796 | # CONFIG_SENSORS_EEPROM is not set |
| 768 | # CONFIG_SENSORS_PCF8574 is not set | 797 | # CONFIG_SENSORS_PCF8574 is not set |
| 769 | # CONFIG_PCF8575 is not set | 798 | # CONFIG_PCF8575 is not set |
| 799 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 770 | # CONFIG_SENSORS_PCF8591 is not set | 800 | # CONFIG_SENSORS_PCF8591 is not set |
| 801 | # CONFIG_TPS65010 is not set | ||
| 771 | # CONFIG_SENSORS_MAX6875 is not set | 802 | # CONFIG_SENSORS_MAX6875 is not set |
| 772 | # CONFIG_SENSORS_TSL2550 is not set | 803 | # CONFIG_SENSORS_TSL2550 is not set |
| 773 | # CONFIG_I2C_DEBUG_CORE is not set | 804 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -775,10 +806,31 @@ CONFIG_I2C_MPC=y | |||
| 775 | # CONFIG_I2C_DEBUG_BUS is not set | 806 | # CONFIG_I2C_DEBUG_BUS is not set |
| 776 | # CONFIG_I2C_DEBUG_CHIP is not set | 807 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 777 | # CONFIG_SPI is not set | 808 | # CONFIG_SPI is not set |
| 809 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 810 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 811 | CONFIG_GPIOLIB=y | ||
| 812 | # CONFIG_GPIO_SYSFS is not set | ||
| 813 | |||
| 814 | # | ||
| 815 | # I2C GPIO expanders: | ||
| 816 | # | ||
| 817 | # CONFIG_GPIO_MAX732X is not set | ||
| 818 | # CONFIG_GPIO_PCA953X is not set | ||
| 819 | # CONFIG_GPIO_PCF857X is not set | ||
| 820 | |||
| 821 | # | ||
| 822 | # PCI GPIO expanders: | ||
| 823 | # | ||
| 824 | # CONFIG_GPIO_BT8XX is not set | ||
| 825 | |||
| 826 | # | ||
| 827 | # SPI GPIO expanders: | ||
| 828 | # | ||
| 778 | # CONFIG_W1 is not set | 829 | # CONFIG_W1 is not set |
| 779 | # CONFIG_POWER_SUPPLY is not set | 830 | # CONFIG_POWER_SUPPLY is not set |
| 780 | CONFIG_HWMON=y | 831 | CONFIG_HWMON=y |
| 781 | # CONFIG_HWMON_VID is not set | 832 | # CONFIG_HWMON_VID is not set |
| 833 | # CONFIG_SENSORS_AD7414 is not set | ||
| 782 | # CONFIG_SENSORS_AD7418 is not set | 834 | # CONFIG_SENSORS_AD7418 is not set |
| 783 | # CONFIG_SENSORS_ADM1021 is not set | 835 | # CONFIG_SENSORS_ADM1021 is not set |
| 784 | # CONFIG_SENSORS_ADM1025 is not set | 836 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -832,6 +884,7 @@ CONFIG_SENSORS_LM75=y | |||
| 832 | # CONFIG_SENSORS_W83627EHF is not set | 884 | # CONFIG_SENSORS_W83627EHF is not set |
| 833 | CONFIG_HWMON_DEBUG_CHIP=y | 885 | CONFIG_HWMON_DEBUG_CHIP=y |
| 834 | # CONFIG_THERMAL is not set | 886 | # CONFIG_THERMAL is not set |
| 887 | # CONFIG_THERMAL_HWMON is not set | ||
| 835 | # CONFIG_WATCHDOG is not set | 888 | # CONFIG_WATCHDOG is not set |
| 836 | 889 | ||
| 837 | # | 890 | # |
| @@ -843,8 +896,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 843 | # | 896 | # |
| 844 | # Multifunction device drivers | 897 | # Multifunction device drivers |
| 845 | # | 898 | # |
| 899 | # CONFIG_MFD_CORE is not set | ||
| 846 | # CONFIG_MFD_SM501 is not set | 900 | # CONFIG_MFD_SM501 is not set |
| 847 | # CONFIG_HTC_PASIC3 is not set | 901 | # CONFIG_HTC_PASIC3 is not set |
| 902 | # CONFIG_MFD_TMIO is not set | ||
| 848 | 903 | ||
| 849 | # | 904 | # |
| 850 | # Multimedia devices | 905 | # Multimedia devices |
| @@ -876,10 +931,6 @@ CONFIG_DAB=y | |||
| 876 | # Display device support | 931 | # Display device support |
| 877 | # | 932 | # |
| 878 | # CONFIG_DISPLAY_SUPPORT is not set | 933 | # CONFIG_DISPLAY_SUPPORT is not set |
| 879 | |||
| 880 | # | ||
| 881 | # Sound | ||
| 882 | # | ||
| 883 | # CONFIG_SOUND is not set | 934 | # CONFIG_SOUND is not set |
| 884 | CONFIG_HID_SUPPORT=y | 935 | CONFIG_HID_SUPPORT=y |
| 885 | CONFIG_HID=y | 936 | CONFIG_HID=y |
| @@ -894,6 +945,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 894 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 945 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 895 | 946 | ||
| 896 | # | 947 | # |
| 948 | # Enable Host or Gadget support to see Inventra options | ||
| 949 | # | ||
| 950 | |||
| 951 | # | ||
| 897 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 952 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 898 | # | 953 | # |
| 899 | # CONFIG_USB_GADGET is not set | 954 | # CONFIG_USB_GADGET is not set |
| @@ -982,6 +1037,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 982 | CONFIG_CRAMFS=y | 1037 | CONFIG_CRAMFS=y |
| 983 | # CONFIG_VXFS_FS is not set | 1038 | # CONFIG_VXFS_FS is not set |
| 984 | # CONFIG_MINIX_FS is not set | 1039 | # CONFIG_MINIX_FS is not set |
| 1040 | # CONFIG_OMFS_FS is not set | ||
| 985 | # CONFIG_HPFS_FS is not set | 1041 | # CONFIG_HPFS_FS is not set |
| 986 | # CONFIG_QNX4FS_FS is not set | 1042 | # CONFIG_QNX4FS_FS is not set |
| 987 | # CONFIG_ROMFS_FS is not set | 1043 | # CONFIG_ROMFS_FS is not set |
| @@ -991,12 +1047,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 991 | CONFIG_NFS_FS=y | 1047 | CONFIG_NFS_FS=y |
| 992 | # CONFIG_NFS_V3 is not set | 1048 | # CONFIG_NFS_V3 is not set |
| 993 | # CONFIG_NFS_V4 is not set | 1049 | # CONFIG_NFS_V4 is not set |
| 994 | # CONFIG_NFSD is not set | ||
| 995 | CONFIG_ROOT_NFS=y | 1050 | CONFIG_ROOT_NFS=y |
| 1051 | # CONFIG_NFSD is not set | ||
| 996 | CONFIG_LOCKD=y | 1052 | CONFIG_LOCKD=y |
| 997 | CONFIG_NFS_COMMON=y | 1053 | CONFIG_NFS_COMMON=y |
| 998 | CONFIG_SUNRPC=y | 1054 | CONFIG_SUNRPC=y |
| 999 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1000 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1055 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1001 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1056 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1002 | # CONFIG_SMB_FS is not set | 1057 | # CONFIG_SMB_FS is not set |
| @@ -1032,6 +1087,7 @@ CONFIG_BITREVERSE=y | |||
| 1032 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1087 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1033 | # CONFIG_CRC_CCITT is not set | 1088 | # CONFIG_CRC_CCITT is not set |
| 1034 | # CONFIG_CRC16 is not set | 1089 | # CONFIG_CRC16 is not set |
| 1090 | # CONFIG_CRC_T10DIF is not set | ||
| 1035 | # CONFIG_CRC_ITU_T is not set | 1091 | # CONFIG_CRC_ITU_T is not set |
| 1036 | CONFIG_CRC32=y | 1092 | CONFIG_CRC32=y |
| 1037 | # CONFIG_CRC7 is not set | 1093 | # CONFIG_CRC7 is not set |
| @@ -1059,8 +1115,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1059 | # CONFIG_SLUB_DEBUG_ON is not set | 1115 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1060 | # CONFIG_SLUB_STATS is not set | 1116 | # CONFIG_SLUB_STATS is not set |
| 1061 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1117 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1118 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1119 | # CONFIG_LATENCYTOP is not set | ||
| 1120 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1121 | CONFIG_HAVE_FTRACE=y | ||
| 1122 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1123 | # CONFIG_FTRACE is not set | ||
| 1124 | # CONFIG_SCHED_TRACER is not set | ||
| 1125 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1062 | # CONFIG_SAMPLES is not set | 1126 | # CONFIG_SAMPLES is not set |
| 1063 | # CONFIG_KGDB_CONSOLE is not set | 1127 | CONFIG_HAVE_ARCH_KGDB=y |
| 1064 | # CONFIG_IRQSTACKS is not set | 1128 | # CONFIG_IRQSTACKS is not set |
| 1065 | # CONFIG_PPC_EARLY_DEBUG is not set | 1129 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1066 | 1130 | ||
| @@ -1112,6 +1176,10 @@ CONFIG_CRYPTO=y | |||
| 1112 | # CONFIG_CRYPTO_MD4 is not set | 1176 | # CONFIG_CRYPTO_MD4 is not set |
| 1113 | # CONFIG_CRYPTO_MD5 is not set | 1177 | # CONFIG_CRYPTO_MD5 is not set |
| 1114 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1178 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1179 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1180 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1181 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1115 | # CONFIG_CRYPTO_SHA1 is not set | 1183 | # CONFIG_CRYPTO_SHA1 is not set |
| 1116 | # CONFIG_CRYPTO_SHA256 is not set | 1184 | # CONFIG_CRYPTO_SHA256 is not set |
| 1117 | # CONFIG_CRYPTO_SHA512 is not set | 1185 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1144,6 +1212,7 @@ CONFIG_CRYPTO=y | |||
| 1144 | # CONFIG_CRYPTO_LZO is not set | 1212 | # CONFIG_CRYPTO_LZO is not set |
| 1145 | CONFIG_CRYPTO_HW=y | 1213 | CONFIG_CRYPTO_HW=y |
| 1146 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1214 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1147 | # CONFIG_PPC_CLOCK is not set | 1215 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1216 | CONFIG_PPC_CLOCK=y | ||
| 1148 | CONFIG_PPC_LIB_RHEAP=y | 1217 | CONFIG_PPC_LIB_RHEAP=y |
| 1149 | # CONFIG_VIRTUALIZATION is not set | 1218 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/tqm8548_defconfig b/arch/powerpc/configs/85xx/tqm8548_defconfig index b3b770be3cc9..ca1234d26855 100644 --- a/arch/powerpc/configs/85xx/tqm8548_defconfig +++ b/arch/powerpc/configs/85xx/tqm8548_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Thu Jun 26 14:40:02 2008 | 4 | # Thu Aug 21 00:52:40 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -34,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 35 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 39 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -90,7 +91,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 90 | CONFIG_SYSCTL=y | 91 | CONFIG_SYSCTL=y |
| 91 | CONFIG_EMBEDDED=y | 92 | CONFIG_EMBEDDED=y |
| 92 | CONFIG_SYSCTL_SYSCALL=y | 93 | CONFIG_SYSCTL_SYSCALL=y |
| 93 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 94 | CONFIG_KALLSYMS=y | 94 | CONFIG_KALLSYMS=y |
| 95 | # CONFIG_KALLSYMS_ALL is not set | 95 | # CONFIG_KALLSYMS_ALL is not set |
| 96 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 96 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -116,10 +116,16 @@ CONFIG_SLUB=y | |||
| 116 | # CONFIG_MARKERS is not set | 116 | # CONFIG_MARKERS is not set |
| 117 | CONFIG_HAVE_OPROFILE=y | 117 | CONFIG_HAVE_OPROFILE=y |
| 118 | # CONFIG_KPROBES is not set | 118 | # CONFIG_KPROBES is not set |
| 119 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 120 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 119 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
| 120 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 121 | # CONFIG_HAVE_DMA_ATTRS is not set | 124 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 125 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 126 | # CONFIG_HAVE_CLK is not set | ||
| 122 | CONFIG_PROC_PAGE_MONITOR=y | 127 | CONFIG_PROC_PAGE_MONITOR=y |
| 128 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 123 | CONFIG_SLABINFO=y | 129 | CONFIG_SLABINFO=y |
| 124 | CONFIG_RT_MUTEXES=y | 130 | CONFIG_RT_MUTEXES=y |
| 125 | # CONFIG_TINY_SHMEM is not set | 131 | # CONFIG_TINY_SHMEM is not set |
| @@ -130,12 +136,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 130 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 136 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 131 | # CONFIG_MODVERSIONS is not set | 137 | # CONFIG_MODVERSIONS is not set |
| 132 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 138 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 133 | # CONFIG_KMOD is not set | 139 | CONFIG_KMOD=y |
| 134 | CONFIG_BLOCK=y | 140 | CONFIG_BLOCK=y |
| 135 | # CONFIG_LBD is not set | 141 | # CONFIG_LBD is not set |
| 136 | # CONFIG_BLK_DEV_IO_TRACE is not set | 142 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 137 | # CONFIG_LSF is not set | 143 | # CONFIG_LSF is not set |
| 138 | # CONFIG_BLK_DEV_BSG is not set | 144 | # CONFIG_BLK_DEV_BSG is not set |
| 145 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 139 | 146 | ||
| 140 | # | 147 | # |
| 141 | # IO Schedulers | 148 | # IO Schedulers |
| @@ -154,8 +161,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 154 | # | 161 | # |
| 155 | # Platform support | 162 | # Platform support |
| 156 | # | 163 | # |
| 157 | # CONFIG_PPC_MPC512x is not set | ||
| 158 | # CONFIG_PPC_MPC5121 is not set | ||
| 159 | # CONFIG_PPC_CELL is not set | 164 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 165 | # CONFIG_PPC_CELL_NATIVE is not set |
| 161 | # CONFIG_PQ2ADS is not set | 166 | # CONFIG_PQ2ADS is not set |
| @@ -164,6 +169,7 @@ CONFIG_MPC85xx=y | |||
| 164 | # CONFIG_MPC8560_ADS is not set | 169 | # CONFIG_MPC8560_ADS is not set |
| 165 | # CONFIG_MPC85xx_CDS is not set | 170 | # CONFIG_MPC85xx_CDS is not set |
| 166 | # CONFIG_MPC85xx_MDS is not set | 171 | # CONFIG_MPC85xx_MDS is not set |
| 172 | # CONFIG_MPC8536_DS is not set | ||
| 167 | # CONFIG_MPC85xx_DS is not set | 173 | # CONFIG_MPC85xx_DS is not set |
| 168 | # CONFIG_KSI8560 is not set | 174 | # CONFIG_KSI8560 is not set |
| 169 | # CONFIG_STX_GP3 is not set | 175 | # CONFIG_STX_GP3 is not set |
| @@ -187,7 +193,6 @@ CONFIG_MPIC=y | |||
| 187 | # CONFIG_GENERIC_IOMAP is not set | 193 | # CONFIG_GENERIC_IOMAP is not set |
| 188 | # CONFIG_CPU_FREQ is not set | 194 | # CONFIG_CPU_FREQ is not set |
| 189 | # CONFIG_CPM2 is not set | 195 | # CONFIG_CPM2 is not set |
| 190 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 191 | # CONFIG_FSL_ULI1575 is not set | 196 | # CONFIG_FSL_ULI1575 is not set |
| 192 | 197 | ||
| 193 | # | 198 | # |
| @@ -203,7 +208,7 @@ CONFIG_HZ_250=y | |||
| 203 | # CONFIG_HZ_300 is not set | 208 | # CONFIG_HZ_300 is not set |
| 204 | # CONFIG_HZ_1000 is not set | 209 | # CONFIG_HZ_1000 is not set |
| 205 | CONFIG_HZ=250 | 210 | CONFIG_HZ=250 |
| 206 | # CONFIG_SCHED_HRTICK is not set | 211 | CONFIG_SCHED_HRTICK=y |
| 207 | CONFIG_PREEMPT_NONE=y | 212 | CONFIG_PREEMPT_NONE=y |
| 208 | # CONFIG_PREEMPT_VOLUNTARY is not set | 213 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 209 | # CONFIG_PREEMPT is not set | 214 | # CONFIG_PREEMPT is not set |
| @@ -226,6 +231,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 226 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 231 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 227 | CONFIG_PAGEFLAGS_EXTENDED=y | 232 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 228 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 233 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 234 | CONFIG_MIGRATION=y | ||
| 229 | # CONFIG_RESOURCES_64BIT is not set | 235 | # CONFIG_RESOURCES_64BIT is not set |
| 230 | CONFIG_ZONE_DMA_FLAG=1 | 236 | CONFIG_ZONE_DMA_FLAG=1 |
| 231 | CONFIG_BOUNCE=y | 237 | CONFIG_BOUNCE=y |
| @@ -233,6 +239,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 233 | CONFIG_FORCE_MAX_ZONEORDER=11 | 239 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 234 | CONFIG_PROC_DEVICETREE=y | 240 | CONFIG_PROC_DEVICETREE=y |
| 235 | # CONFIG_CMDLINE_BOOL is not set | 241 | # CONFIG_CMDLINE_BOOL is not set |
| 242 | CONFIG_EXTRA_TARGETS="" | ||
| 236 | # CONFIG_PM is not set | 243 | # CONFIG_PM is not set |
| 237 | # CONFIG_SECCOMP is not set | 244 | # CONFIG_SECCOMP is not set |
| 238 | CONFIG_ISA_DMA_API=y | 245 | CONFIG_ISA_DMA_API=y |
| @@ -244,7 +251,7 @@ CONFIG_ZONE_DMA=y | |||
| 244 | CONFIG_PPC_INDIRECT_PCI=y | 251 | CONFIG_PPC_INDIRECT_PCI=y |
| 245 | CONFIG_FSL_SOC=y | 252 | CONFIG_FSL_SOC=y |
| 246 | CONFIG_FSL_PCI=y | 253 | CONFIG_FSL_PCI=y |
| 247 | CONFIG_FSL_LBC=y | 254 | CONFIG_PPC_PCI_CHOICE=y |
| 248 | CONFIG_PCI=y | 255 | CONFIG_PCI=y |
| 249 | CONFIG_PCI_DOMAINS=y | 256 | CONFIG_PCI_DOMAINS=y |
| 250 | CONFIG_PCI_SYSCALL=y | 257 | CONFIG_PCI_SYSCALL=y |
| @@ -273,10 +280,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 273 | CONFIG_PHYSICAL_START=0x00000000 | 280 | CONFIG_PHYSICAL_START=0x00000000 |
| 274 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 281 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 275 | CONFIG_TASK_SIZE=0xc0000000 | 282 | CONFIG_TASK_SIZE=0xc0000000 |
| 276 | |||
| 277 | # | ||
| 278 | # Networking | ||
| 279 | # | ||
| 280 | CONFIG_NET=y | 283 | CONFIG_NET=y |
| 281 | 284 | ||
| 282 | # | 285 | # |
| @@ -455,7 +458,6 @@ CONFIG_MTD_NAND_IDS=y | |||
| 455 | # CONFIG_MTD_NAND_NANDSIM is not set | 458 | # CONFIG_MTD_NAND_NANDSIM is not set |
| 456 | # CONFIG_MTD_NAND_PLATFORM is not set | 459 | # CONFIG_MTD_NAND_PLATFORM is not set |
| 457 | # CONFIG_MTD_NAND_FSL_ELBC is not set | 460 | # CONFIG_MTD_NAND_FSL_ELBC is not set |
| 458 | CONFIG_MTD_NAND_FSL_UPM=y | ||
| 459 | # CONFIG_MTD_ONENAND is not set | 461 | # CONFIG_MTD_ONENAND is not set |
| 460 | 462 | ||
| 461 | # | 463 | # |
| @@ -490,20 +492,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 490 | # CONFIG_BLK_DEV_XIP is not set | 492 | # CONFIG_BLK_DEV_XIP is not set |
| 491 | # CONFIG_CDROM_PKTCDVD is not set | 493 | # CONFIG_CDROM_PKTCDVD is not set |
| 492 | # CONFIG_ATA_OVER_ETH is not set | 494 | # CONFIG_ATA_OVER_ETH is not set |
| 495 | # CONFIG_BLK_DEV_HD is not set | ||
| 493 | CONFIG_MISC_DEVICES=y | 496 | CONFIG_MISC_DEVICES=y |
| 494 | # CONFIG_PHANTOM is not set | 497 | # CONFIG_PHANTOM is not set |
| 495 | # CONFIG_EEPROM_93CX6 is not set | 498 | # CONFIG_EEPROM_93CX6 is not set |
| 496 | # CONFIG_SGI_IOC4 is not set | 499 | # CONFIG_SGI_IOC4 is not set |
| 497 | # CONFIG_TIFM_CORE is not set | 500 | # CONFIG_TIFM_CORE is not set |
| 498 | # CONFIG_ENCLOSURE_SERVICES is not set | 501 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 502 | # CONFIG_HP_ILO is not set | ||
| 499 | CONFIG_HAVE_IDE=y | 503 | CONFIG_HAVE_IDE=y |
| 500 | CONFIG_IDE=y | 504 | CONFIG_IDE=y |
| 501 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 502 | CONFIG_BLK_DEV_IDE=y | 505 | CONFIG_BLK_DEV_IDE=y |
| 503 | 506 | ||
| 504 | # | 507 | # |
| 505 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 508 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 506 | # | 509 | # |
| 510 | CONFIG_IDE_TIMINGS=y | ||
| 507 | # CONFIG_BLK_DEV_IDE_SATA is not set | 511 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 508 | # CONFIG_BLK_DEV_IDEDISK is not set | 512 | # CONFIG_BLK_DEV_IDEDISK is not set |
| 509 | # CONFIG_IDEDISK_MULTI_MODE is not set | 513 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -516,7 +520,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 516 | # | 520 | # |
| 517 | # IDE chipset support/bugfixes | 521 | # IDE chipset support/bugfixes |
| 518 | # | 522 | # |
| 519 | CONFIG_IDE_GENERIC=y | ||
| 520 | # CONFIG_BLK_DEV_PLATFORM is not set | 523 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 521 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 524 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 522 | 525 | ||
| @@ -534,10 +537,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 534 | # CONFIG_BLK_DEV_AMD74XX is not set | 537 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 535 | # CONFIG_BLK_DEV_CMD64X is not set | 538 | # CONFIG_BLK_DEV_CMD64X is not set |
| 536 | # CONFIG_BLK_DEV_TRIFLEX is not set | 539 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 537 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 538 | # CONFIG_BLK_DEV_CS5520 is not set | 540 | # CONFIG_BLK_DEV_CS5520 is not set |
| 539 | # CONFIG_BLK_DEV_CS5530 is not set | 541 | # CONFIG_BLK_DEV_CS5530 is not set |
| 540 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 541 | # CONFIG_BLK_DEV_HPT366 is not set | 542 | # CONFIG_BLK_DEV_HPT366 is not set |
| 542 | # CONFIG_BLK_DEV_JMICRON is not set | 543 | # CONFIG_BLK_DEV_JMICRON is not set |
| 543 | # CONFIG_BLK_DEV_SC1200 is not set | 544 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -555,8 +556,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 555 | CONFIG_BLK_DEV_VIA82CXXX=y | 556 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 556 | # CONFIG_BLK_DEV_TC86C001 is not set | 557 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 557 | CONFIG_BLK_DEV_IDEDMA=y | 558 | CONFIG_BLK_DEV_IDEDMA=y |
| 558 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 559 | # CONFIG_BLK_DEV_HD is not set | ||
| 560 | 559 | ||
| 561 | # | 560 | # |
| 562 | # SCSI device support | 561 | # SCSI device support |
| @@ -572,12 +571,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 572 | # | 571 | # |
| 573 | # IEEE 1394 (FireWire) support | 572 | # IEEE 1394 (FireWire) support |
| 574 | # | 573 | # |
| 574 | |||
| 575 | # | ||
| 576 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 577 | # | ||
| 575 | # CONFIG_FIREWIRE is not set | 578 | # CONFIG_FIREWIRE is not set |
| 576 | # CONFIG_IEEE1394 is not set | 579 | # CONFIG_IEEE1394 is not set |
| 577 | # CONFIG_I2O is not set | 580 | # CONFIG_I2O is not set |
| 578 | # CONFIG_MACINTOSH_DRIVERS is not set | 581 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 579 | CONFIG_NETDEVICES=y | 582 | CONFIG_NETDEVICES=y |
| 580 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 581 | # CONFIG_DUMMY is not set | 583 | # CONFIG_DUMMY is not set |
| 582 | # CONFIG_BONDING is not set | 584 | # CONFIG_BONDING is not set |
| 583 | # CONFIG_MACVLAN is not set | 585 | # CONFIG_MACVLAN is not set |
| @@ -620,10 +622,8 @@ CONFIG_NETDEV_1000=y | |||
| 620 | # CONFIG_ACENIC is not set | 622 | # CONFIG_ACENIC is not set |
| 621 | # CONFIG_DL2K is not set | 623 | # CONFIG_DL2K is not set |
| 622 | CONFIG_E1000=y | 624 | CONFIG_E1000=y |
| 623 | CONFIG_E1000_NAPI=y | ||
| 624 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 625 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 625 | # CONFIG_E1000E is not set | 626 | # CONFIG_E1000E is not set |
| 626 | # CONFIG_E1000E_ENABLED is not set | ||
| 627 | # CONFIG_IP1000 is not set | 627 | # CONFIG_IP1000 is not set |
| 628 | # CONFIG_IGB is not set | 628 | # CONFIG_IGB is not set |
| 629 | # CONFIG_NS83820 is not set | 629 | # CONFIG_NS83820 is not set |
| @@ -637,9 +637,9 @@ CONFIG_E1000_NAPI=y | |||
| 637 | # CONFIG_TIGON3 is not set | 637 | # CONFIG_TIGON3 is not set |
| 638 | # CONFIG_BNX2 is not set | 638 | # CONFIG_BNX2 is not set |
| 639 | CONFIG_GIANFAR=y | 639 | CONFIG_GIANFAR=y |
| 640 | CONFIG_GFAR_NAPI=y | ||
| 641 | # CONFIG_QLA3XXX is not set | 640 | # CONFIG_QLA3XXX is not set |
| 642 | # CONFIG_ATL1 is not set | 641 | # CONFIG_ATL1 is not set |
| 642 | # CONFIG_ATL1E is not set | ||
| 643 | CONFIG_NETDEV_10000=y | 643 | CONFIG_NETDEV_10000=y |
| 644 | # CONFIG_CHELSIO_T1 is not set | 644 | # CONFIG_CHELSIO_T1 is not set |
| 645 | # CONFIG_CHELSIO_T3 is not set | 645 | # CONFIG_CHELSIO_T3 is not set |
| @@ -744,42 +744,63 @@ CONFIG_DEVPORT=y | |||
| 744 | CONFIG_I2C=y | 744 | CONFIG_I2C=y |
| 745 | CONFIG_I2C_BOARDINFO=y | 745 | CONFIG_I2C_BOARDINFO=y |
| 746 | CONFIG_I2C_CHARDEV=y | 746 | CONFIG_I2C_CHARDEV=y |
| 747 | CONFIG_I2C_HELPER_AUTO=y | ||
| 747 | 748 | ||
| 748 | # | 749 | # |
| 749 | # I2C Hardware Bus support | 750 | # I2C Hardware Bus support |
| 750 | # | 751 | # |
| 752 | |||
| 753 | # | ||
| 754 | # PC SMBus host controller drivers | ||
| 755 | # | ||
| 751 | # CONFIG_I2C_ALI1535 is not set | 756 | # CONFIG_I2C_ALI1535 is not set |
| 752 | # CONFIG_I2C_ALI1563 is not set | 757 | # CONFIG_I2C_ALI1563 is not set |
| 753 | # CONFIG_I2C_ALI15X3 is not set | 758 | # CONFIG_I2C_ALI15X3 is not set |
| 754 | # CONFIG_I2C_AMD756 is not set | 759 | # CONFIG_I2C_AMD756 is not set |
| 755 | # CONFIG_I2C_AMD8111 is not set | 760 | # CONFIG_I2C_AMD8111 is not set |
| 756 | # CONFIG_I2C_I801 is not set | 761 | # CONFIG_I2C_I801 is not set |
| 757 | # CONFIG_I2C_I810 is not set | 762 | # CONFIG_I2C_ISCH is not set |
| 758 | # CONFIG_I2C_PIIX4 is not set | 763 | # CONFIG_I2C_PIIX4 is not set |
| 759 | CONFIG_I2C_MPC=y | ||
| 760 | # CONFIG_I2C_NFORCE2 is not set | 764 | # CONFIG_I2C_NFORCE2 is not set |
| 761 | # CONFIG_I2C_OCORES is not set | ||
| 762 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 763 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 764 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 765 | # CONFIG_I2C_SIMTEC is not set | ||
| 766 | # CONFIG_I2C_SIS5595 is not set | 765 | # CONFIG_I2C_SIS5595 is not set |
| 767 | # CONFIG_I2C_SIS630 is not set | 766 | # CONFIG_I2C_SIS630 is not set |
| 768 | # CONFIG_I2C_SIS96X is not set | 767 | # CONFIG_I2C_SIS96X is not set |
| 769 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 770 | # CONFIG_I2C_STUB is not set | ||
| 771 | # CONFIG_I2C_VIA is not set | 768 | # CONFIG_I2C_VIA is not set |
| 772 | # CONFIG_I2C_VIAPRO is not set | 769 | # CONFIG_I2C_VIAPRO is not set |
| 770 | |||
| 771 | # | ||
| 772 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 773 | # | ||
| 774 | CONFIG_I2C_MPC=y | ||
| 775 | # CONFIG_I2C_OCORES is not set | ||
| 776 | # CONFIG_I2C_SIMTEC is not set | ||
| 777 | |||
| 778 | # | ||
| 779 | # External I2C/SMBus adapter drivers | ||
| 780 | # | ||
| 781 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 782 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 783 | |||
| 784 | # | ||
| 785 | # Graphics adapter I2C/DDC channel drivers | ||
| 786 | # | ||
| 773 | # CONFIG_I2C_VOODOO3 is not set | 787 | # CONFIG_I2C_VOODOO3 is not set |
| 788 | |||
| 789 | # | ||
| 790 | # Other I2C/SMBus bus drivers | ||
| 791 | # | ||
| 774 | # CONFIG_I2C_PCA_PLATFORM is not set | 792 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 793 | # CONFIG_I2C_STUB is not set | ||
| 775 | 794 | ||
| 776 | # | 795 | # |
| 777 | # Miscellaneous I2C Chip support | 796 | # Miscellaneous I2C Chip support |
| 778 | # | 797 | # |
| 779 | # CONFIG_DS1682 is not set | 798 | # CONFIG_DS1682 is not set |
| 799 | # CONFIG_AT24 is not set | ||
| 780 | # CONFIG_SENSORS_EEPROM is not set | 800 | # CONFIG_SENSORS_EEPROM is not set |
| 781 | # CONFIG_SENSORS_PCF8574 is not set | 801 | # CONFIG_SENSORS_PCF8574 is not set |
| 782 | # CONFIG_PCF8575 is not set | 802 | # CONFIG_PCF8575 is not set |
| 803 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 783 | # CONFIG_SENSORS_PCF8591 is not set | 804 | # CONFIG_SENSORS_PCF8591 is not set |
| 784 | # CONFIG_SENSORS_MAX6875 is not set | 805 | # CONFIG_SENSORS_MAX6875 is not set |
| 785 | # CONFIG_SENSORS_TSL2550 is not set | 806 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -788,10 +809,13 @@ CONFIG_I2C_MPC=y | |||
| 788 | # CONFIG_I2C_DEBUG_BUS is not set | 809 | # CONFIG_I2C_DEBUG_BUS is not set |
| 789 | # CONFIG_I2C_DEBUG_CHIP is not set | 810 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 790 | # CONFIG_SPI is not set | 811 | # CONFIG_SPI is not set |
| 812 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 813 | # CONFIG_GPIOLIB is not set | ||
| 791 | # CONFIG_W1 is not set | 814 | # CONFIG_W1 is not set |
| 792 | # CONFIG_POWER_SUPPLY is not set | 815 | # CONFIG_POWER_SUPPLY is not set |
| 793 | CONFIG_HWMON=y | 816 | CONFIG_HWMON=y |
| 794 | # CONFIG_HWMON_VID is not set | 817 | # CONFIG_HWMON_VID is not set |
| 818 | # CONFIG_SENSORS_AD7414 is not set | ||
| 795 | # CONFIG_SENSORS_AD7418 is not set | 819 | # CONFIG_SENSORS_AD7418 is not set |
| 796 | # CONFIG_SENSORS_ADM1021 is not set | 820 | # CONFIG_SENSORS_ADM1021 is not set |
| 797 | # CONFIG_SENSORS_ADM1025 is not set | 821 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -845,6 +869,7 @@ CONFIG_SENSORS_LM75=y | |||
| 845 | # CONFIG_SENSORS_W83627EHF is not set | 869 | # CONFIG_SENSORS_W83627EHF is not set |
| 846 | # CONFIG_HWMON_DEBUG_CHIP is not set | 870 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 847 | # CONFIG_THERMAL is not set | 871 | # CONFIG_THERMAL is not set |
| 872 | # CONFIG_THERMAL_HWMON is not set | ||
| 848 | # CONFIG_WATCHDOG is not set | 873 | # CONFIG_WATCHDOG is not set |
| 849 | 874 | ||
| 850 | # | 875 | # |
| @@ -856,8 +881,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 856 | # | 881 | # |
| 857 | # Multifunction device drivers | 882 | # Multifunction device drivers |
| 858 | # | 883 | # |
| 884 | # CONFIG_MFD_CORE is not set | ||
| 859 | # CONFIG_MFD_SM501 is not set | 885 | # CONFIG_MFD_SM501 is not set |
| 860 | # CONFIG_HTC_PASIC3 is not set | 886 | # CONFIG_HTC_PASIC3 is not set |
| 887 | # CONFIG_MFD_TMIO is not set | ||
| 861 | 888 | ||
| 862 | # | 889 | # |
| 863 | # Multimedia devices | 890 | # Multimedia devices |
| @@ -889,10 +916,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 889 | # Display device support | 916 | # Display device support |
| 890 | # | 917 | # |
| 891 | # CONFIG_DISPLAY_SUPPORT is not set | 918 | # CONFIG_DISPLAY_SUPPORT is not set |
| 892 | |||
| 893 | # | ||
| 894 | # Sound | ||
| 895 | # | ||
| 896 | # CONFIG_SOUND is not set | 919 | # CONFIG_SOUND is not set |
| 897 | CONFIG_HID_SUPPORT=y | 920 | CONFIG_HID_SUPPORT=y |
| 898 | CONFIG_HID=y | 921 | CONFIG_HID=y |
| @@ -907,6 +930,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 907 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 930 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 908 | 931 | ||
| 909 | # | 932 | # |
| 933 | # Enable Host or Gadget support to see Inventra options | ||
| 934 | # | ||
| 935 | |||
| 936 | # | ||
| 910 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 937 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 911 | # | 938 | # |
| 912 | # CONFIG_USB_GADGET is not set | 939 | # CONFIG_USB_GADGET is not set |
| @@ -945,6 +972,7 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 945 | # CONFIG_RTC_DRV_PCF8583 is not set | 972 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 946 | # CONFIG_RTC_DRV_M41T80 is not set | 973 | # CONFIG_RTC_DRV_M41T80 is not set |
| 947 | # CONFIG_RTC_DRV_S35390A is not set | 974 | # CONFIG_RTC_DRV_S35390A is not set |
| 975 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 948 | 976 | ||
| 949 | # | 977 | # |
| 950 | # SPI RTC drivers | 978 | # SPI RTC drivers |
| @@ -1031,9 +1059,11 @@ CONFIG_TMPFS=y | |||
| 1031 | # CONFIG_BFS_FS is not set | 1059 | # CONFIG_BFS_FS is not set |
| 1032 | # CONFIG_EFS_FS is not set | 1060 | # CONFIG_EFS_FS is not set |
| 1033 | # CONFIG_JFFS2_FS is not set | 1061 | # CONFIG_JFFS2_FS is not set |
| 1062 | # CONFIG_UBIFS_FS is not set | ||
| 1034 | # CONFIG_CRAMFS is not set | 1063 | # CONFIG_CRAMFS is not set |
| 1035 | # CONFIG_VXFS_FS is not set | 1064 | # CONFIG_VXFS_FS is not set |
| 1036 | # CONFIG_MINIX_FS is not set | 1065 | # CONFIG_MINIX_FS is not set |
| 1066 | # CONFIG_OMFS_FS is not set | ||
| 1037 | # CONFIG_HPFS_FS is not set | 1067 | # CONFIG_HPFS_FS is not set |
| 1038 | # CONFIG_QNX4FS_FS is not set | 1068 | # CONFIG_QNX4FS_FS is not set |
| 1039 | # CONFIG_ROMFS_FS is not set | 1069 | # CONFIG_ROMFS_FS is not set |
| @@ -1043,12 +1073,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 1043 | CONFIG_NFS_FS=y | 1073 | CONFIG_NFS_FS=y |
| 1044 | # CONFIG_NFS_V3 is not set | 1074 | # CONFIG_NFS_V3 is not set |
| 1045 | # CONFIG_NFS_V4 is not set | 1075 | # CONFIG_NFS_V4 is not set |
| 1046 | # CONFIG_NFSD is not set | ||
| 1047 | CONFIG_ROOT_NFS=y | 1076 | CONFIG_ROOT_NFS=y |
| 1077 | # CONFIG_NFSD is not set | ||
| 1048 | CONFIG_LOCKD=y | 1078 | CONFIG_LOCKD=y |
| 1049 | CONFIG_NFS_COMMON=y | 1079 | CONFIG_NFS_COMMON=y |
| 1050 | CONFIG_SUNRPC=y | 1080 | CONFIG_SUNRPC=y |
| 1051 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1052 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1081 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1053 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1082 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1054 | # CONFIG_SMB_FS is not set | 1083 | # CONFIG_SMB_FS is not set |
| @@ -1084,6 +1113,7 @@ CONFIG_BITREVERSE=y | |||
| 1084 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1113 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1085 | # CONFIG_CRC_CCITT is not set | 1114 | # CONFIG_CRC_CCITT is not set |
| 1086 | # CONFIG_CRC16 is not set | 1115 | # CONFIG_CRC16 is not set |
| 1116 | # CONFIG_CRC_T10DIF is not set | ||
| 1087 | # CONFIG_CRC_ITU_T is not set | 1117 | # CONFIG_CRC_ITU_T is not set |
| 1088 | CONFIG_CRC32=y | 1118 | CONFIG_CRC32=y |
| 1089 | # CONFIG_CRC7 is not set | 1119 | # CONFIG_CRC7 is not set |
| @@ -1108,6 +1138,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1108 | CONFIG_DEBUG_KERNEL=y | 1138 | CONFIG_DEBUG_KERNEL=y |
| 1109 | # CONFIG_DEBUG_SHIRQ is not set | 1139 | # CONFIG_DEBUG_SHIRQ is not set |
| 1110 | CONFIG_DETECT_SOFTLOCKUP=y | 1140 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1141 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1142 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1111 | CONFIG_SCHED_DEBUG=y | 1143 | CONFIG_SCHED_DEBUG=y |
| 1112 | # CONFIG_SCHEDSTATS is not set | 1144 | # CONFIG_SCHEDSTATS is not set |
| 1113 | # CONFIG_TIMER_STATS is not set | 1145 | # CONFIG_TIMER_STATS is not set |
| @@ -1125,17 +1157,29 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 1125 | # CONFIG_DEBUG_INFO is not set | 1157 | # CONFIG_DEBUG_INFO is not set |
| 1126 | # CONFIG_DEBUG_VM is not set | 1158 | # CONFIG_DEBUG_VM is not set |
| 1127 | # CONFIG_DEBUG_WRITECOUNT is not set | 1159 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1160 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1128 | # CONFIG_DEBUG_LIST is not set | 1161 | # CONFIG_DEBUG_LIST is not set |
| 1129 | # CONFIG_DEBUG_SG is not set | 1162 | # CONFIG_DEBUG_SG is not set |
| 1130 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1163 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1131 | # CONFIG_RCU_TORTURE_TEST is not set | 1164 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1132 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1165 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1133 | # CONFIG_FAULT_INJECTION is not set | 1166 | # CONFIG_FAULT_INJECTION is not set |
| 1167 | # CONFIG_LATENCYTOP is not set | ||
| 1168 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1169 | CONFIG_HAVE_FTRACE=y | ||
| 1170 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1171 | # CONFIG_FTRACE is not set | ||
| 1172 | # CONFIG_SCHED_TRACER is not set | ||
| 1173 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1134 | # CONFIG_SAMPLES is not set | 1174 | # CONFIG_SAMPLES is not set |
| 1175 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1176 | # CONFIG_KGDB is not set | ||
| 1135 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1177 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1136 | # CONFIG_DEBUG_STACK_USAGE is not set | 1178 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1137 | # CONFIG_DEBUG_PAGEALLOC is not set | 1179 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1138 | # CONFIG_DEBUGGER is not set | 1180 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1181 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1182 | # CONFIG_XMON is not set | ||
| 1139 | # CONFIG_IRQSTACKS is not set | 1183 | # CONFIG_IRQSTACKS is not set |
| 1140 | # CONFIG_BDI_SWITCH is not set | 1184 | # CONFIG_BDI_SWITCH is not set |
| 1141 | # CONFIG_PPC_EARLY_DEBUG is not set | 1185 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1189,6 +1233,10 @@ CONFIG_CRYPTO=y | |||
| 1189 | # CONFIG_CRYPTO_MD4 is not set | 1233 | # CONFIG_CRYPTO_MD4 is not set |
| 1190 | # CONFIG_CRYPTO_MD5 is not set | 1234 | # CONFIG_CRYPTO_MD5 is not set |
| 1191 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1235 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1236 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1237 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1238 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1239 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1192 | # CONFIG_CRYPTO_SHA1 is not set | 1240 | # CONFIG_CRYPTO_SHA1 is not set |
| 1193 | # CONFIG_CRYPTO_SHA256 is not set | 1241 | # CONFIG_CRYPTO_SHA256 is not set |
| 1194 | # CONFIG_CRYPTO_SHA512 is not set | 1242 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1221,5 +1269,6 @@ CONFIG_CRYPTO=y | |||
| 1221 | # CONFIG_CRYPTO_LZO is not set | 1269 | # CONFIG_CRYPTO_LZO is not set |
| 1222 | CONFIG_CRYPTO_HW=y | 1270 | CONFIG_CRYPTO_HW=y |
| 1223 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1271 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1272 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1224 | # CONFIG_PPC_CLOCK is not set | 1273 | # CONFIG_PPC_CLOCK is not set |
| 1225 | # CONFIG_VIRTUALIZATION is not set | 1274 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/tqm8555_defconfig b/arch/powerpc/configs/85xx/tqm8555_defconfig index 03120b5b52fa..dcf9cfe28b55 100644 --- a/arch/powerpc/configs/85xx/tqm8555_defconfig +++ b/arch/powerpc/configs/85xx/tqm8555_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:41 2008 | 4 | # Thu Aug 21 00:52:42 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -89,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 95 | # CONFIG_KALLSYMS is not set |
| 94 | # CONFIG_HOTPLUG is not set | 96 | # CONFIG_HOTPLUG is not set |
| 95 | CONFIG_PRINTK=y | 97 | CONFIG_PRINTK=y |
| @@ -112,10 +114,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 114 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 115 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 116 | CONFIG_HAVE_OPROFILE=y |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
| 121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 122 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 124 | CONFIG_HAVE_CLK=y | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +134,7 @@ CONFIG_BLOCK=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 134 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 135 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 136 | # CONFIG_BLK_DEV_BSG is not set |
| 137 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 138 | ||
| 130 | # | 139 | # |
| 131 | # IO Schedulers | 140 | # IO Schedulers |
| @@ -144,8 +153,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 144 | # | 153 | # |
| 145 | # Platform support | 154 | # Platform support |
| 146 | # | 155 | # |
| 147 | # CONFIG_PPC_MPC512x is not set | ||
| 148 | # CONFIG_PPC_MPC5121 is not set | ||
| 149 | # CONFIG_PPC_CELL is not set | 156 | # CONFIG_PPC_CELL is not set |
| 150 | # CONFIG_PPC_CELL_NATIVE is not set | 157 | # CONFIG_PPC_CELL_NATIVE is not set |
| 151 | # CONFIG_PQ2ADS is not set | 158 | # CONFIG_PQ2ADS is not set |
| @@ -154,11 +161,13 @@ CONFIG_MPC85xx=y | |||
| 154 | # CONFIG_MPC8560_ADS is not set | 161 | # CONFIG_MPC8560_ADS is not set |
| 155 | # CONFIG_MPC85xx_CDS is not set | 162 | # CONFIG_MPC85xx_CDS is not set |
| 156 | # CONFIG_MPC85xx_MDS is not set | 163 | # CONFIG_MPC85xx_MDS is not set |
| 164 | # CONFIG_MPC8536_DS is not set | ||
| 157 | # CONFIG_MPC85xx_DS is not set | 165 | # CONFIG_MPC85xx_DS is not set |
| 158 | # CONFIG_KSI8560 is not set | 166 | # CONFIG_KSI8560 is not set |
| 159 | # CONFIG_STX_GP3 is not set | 167 | # CONFIG_STX_GP3 is not set |
| 160 | # CONFIG_TQM8540 is not set | 168 | # CONFIG_TQM8540 is not set |
| 161 | # CONFIG_TQM8541 is not set | 169 | # CONFIG_TQM8541 is not set |
| 170 | # CONFIG_TQM8548 is not set | ||
| 162 | CONFIG_TQM8555=y | 171 | CONFIG_TQM8555=y |
| 163 | # CONFIG_TQM8560 is not set | 172 | # CONFIG_TQM8560 is not set |
| 164 | # CONFIG_SBC8548 is not set | 173 | # CONFIG_SBC8548 is not set |
| @@ -176,7 +185,6 @@ CONFIG_MPIC=y | |||
| 176 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 177 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 178 | CONFIG_CPM2=y | 187 | CONFIG_CPM2=y |
| 179 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 180 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
| 181 | CONFIG_CPM=y | 189 | CONFIG_CPM=y |
| 182 | 190 | ||
| @@ -216,6 +224,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 217 | CONFIG_PAGEFLAGS_EXTENDED=y | 225 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 227 | CONFIG_MIGRATION=y | ||
| 219 | # CONFIG_RESOURCES_64BIT is not set | 228 | # CONFIG_RESOURCES_64BIT is not set |
| 220 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
| 221 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
| @@ -223,6 +232,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 223 | CONFIG_FORCE_MAX_ZONEORDER=11 | 232 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 224 | # CONFIG_PROC_DEVICETREE is not set | 233 | # CONFIG_PROC_DEVICETREE is not set |
| 225 | # CONFIG_CMDLINE_BOOL is not set | 234 | # CONFIG_CMDLINE_BOOL is not set |
| 235 | CONFIG_EXTRA_TARGETS="" | ||
| 226 | # CONFIG_PM is not set | 236 | # CONFIG_PM is not set |
| 227 | CONFIG_SECCOMP=y | 237 | CONFIG_SECCOMP=y |
| 228 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
| @@ -234,6 +244,7 @@ CONFIG_ZONE_DMA=y | |||
| 234 | CONFIG_PPC_INDIRECT_PCI=y | 244 | CONFIG_PPC_INDIRECT_PCI=y |
| 235 | CONFIG_FSL_SOC=y | 245 | CONFIG_FSL_SOC=y |
| 236 | CONFIG_FSL_PCI=y | 246 | CONFIG_FSL_PCI=y |
| 247 | CONFIG_PPC_PCI_CHOICE=y | ||
| 237 | CONFIG_PCI=y | 248 | CONFIG_PCI=y |
| 238 | CONFIG_PCI_DOMAINS=y | 249 | CONFIG_PCI_DOMAINS=y |
| 239 | CONFIG_PCI_SYSCALL=y | 250 | CONFIG_PCI_SYSCALL=y |
| @@ -257,10 +268,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 268 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 269 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 259 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
| 260 | |||
| 261 | # | ||
| 262 | # Networking | ||
| 263 | # | ||
| 264 | CONFIG_NET=y | 271 | CONFIG_NET=y |
| 265 | 272 | ||
| 266 | # | 273 | # |
| @@ -432,6 +439,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 432 | # | 439 | # |
| 433 | # CONFIG_MTD_UBI is not set | 440 | # CONFIG_MTD_UBI is not set |
| 434 | CONFIG_OF_DEVICE=y | 441 | CONFIG_OF_DEVICE=y |
| 442 | CONFIG_OF_GPIO=y | ||
| 435 | CONFIG_OF_I2C=y | 443 | CONFIG_OF_I2C=y |
| 436 | # CONFIG_PARPORT is not set | 444 | # CONFIG_PARPORT is not set |
| 437 | CONFIG_BLK_DEV=y | 445 | CONFIG_BLK_DEV=y |
| @@ -451,20 +459,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 451 | # CONFIG_BLK_DEV_XIP is not set | 459 | # CONFIG_BLK_DEV_XIP is not set |
| 452 | # CONFIG_CDROM_PKTCDVD is not set | 460 | # CONFIG_CDROM_PKTCDVD is not set |
| 453 | # CONFIG_ATA_OVER_ETH is not set | 461 | # CONFIG_ATA_OVER_ETH is not set |
| 462 | # CONFIG_BLK_DEV_HD is not set | ||
| 454 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
| 455 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
| 456 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
| 457 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
| 458 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
| 459 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HP_ILO is not set | ||
| 460 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
| 461 | CONFIG_IDE=y | 471 | CONFIG_IDE=y |
| 462 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 463 | CONFIG_BLK_DEV_IDE=y | 472 | CONFIG_BLK_DEV_IDE=y |
| 464 | 473 | ||
| 465 | # | 474 | # |
| 466 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 475 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 467 | # | 476 | # |
| 477 | CONFIG_IDE_TIMINGS=y | ||
| 468 | # CONFIG_BLK_DEV_IDE_SATA is not set | 478 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 469 | CONFIG_BLK_DEV_IDEDISK=y | 479 | CONFIG_BLK_DEV_IDEDISK=y |
| 470 | # CONFIG_IDEDISK_MULTI_MODE is not set | 480 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -477,7 +487,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 477 | # | 487 | # |
| 478 | # IDE chipset support/bugfixes | 488 | # IDE chipset support/bugfixes |
| 479 | # | 489 | # |
| 480 | CONFIG_IDE_GENERIC=y | ||
| 481 | # CONFIG_BLK_DEV_PLATFORM is not set | 490 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 482 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 491 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 483 | 492 | ||
| @@ -495,10 +504,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 495 | # CONFIG_BLK_DEV_AMD74XX is not set | 504 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 496 | # CONFIG_BLK_DEV_CMD64X is not set | 505 | # CONFIG_BLK_DEV_CMD64X is not set |
| 497 | # CONFIG_BLK_DEV_TRIFLEX is not set | 506 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 498 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 499 | # CONFIG_BLK_DEV_CS5520 is not set | 507 | # CONFIG_BLK_DEV_CS5520 is not set |
| 500 | # CONFIG_BLK_DEV_CS5530 is not set | 508 | # CONFIG_BLK_DEV_CS5530 is not set |
| 501 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 502 | # CONFIG_BLK_DEV_HPT366 is not set | 509 | # CONFIG_BLK_DEV_HPT366 is not set |
| 503 | # CONFIG_BLK_DEV_JMICRON is not set | 510 | # CONFIG_BLK_DEV_JMICRON is not set |
| 504 | # CONFIG_BLK_DEV_SC1200 is not set | 511 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -516,8 +523,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 516 | CONFIG_BLK_DEV_VIA82CXXX=y | 523 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 517 | # CONFIG_BLK_DEV_TC86C001 is not set | 524 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 518 | CONFIG_BLK_DEV_IDEDMA=y | 525 | CONFIG_BLK_DEV_IDEDMA=y |
| 519 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 520 | # CONFIG_BLK_DEV_HD is not set | ||
| 521 | 526 | ||
| 522 | # | 527 | # |
| 523 | # SCSI device support | 528 | # SCSI device support |
| @@ -533,12 +538,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 533 | # | 538 | # |
| 534 | # IEEE 1394 (FireWire) support | 539 | # IEEE 1394 (FireWire) support |
| 535 | # | 540 | # |
| 541 | |||
| 542 | # | ||
| 543 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 544 | # | ||
| 536 | # CONFIG_FIREWIRE is not set | 545 | # CONFIG_FIREWIRE is not set |
| 537 | # CONFIG_IEEE1394 is not set | 546 | # CONFIG_IEEE1394 is not set |
| 538 | # CONFIG_I2O is not set | 547 | # CONFIG_I2O is not set |
| 539 | # CONFIG_MACINTOSH_DRIVERS is not set | 548 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 540 | CONFIG_NETDEVICES=y | 549 | CONFIG_NETDEVICES=y |
| 541 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 542 | # CONFIG_DUMMY is not set | 550 | # CONFIG_DUMMY is not set |
| 543 | # CONFIG_BONDING is not set | 551 | # CONFIG_BONDING is not set |
| 544 | # CONFIG_MACVLAN is not set | 552 | # CONFIG_MACVLAN is not set |
| @@ -601,7 +609,6 @@ CONFIG_NETDEV_1000=y | |||
| 601 | # CONFIG_DL2K is not set | 609 | # CONFIG_DL2K is not set |
| 602 | # CONFIG_E1000 is not set | 610 | # CONFIG_E1000 is not set |
| 603 | # CONFIG_E1000E is not set | 611 | # CONFIG_E1000E is not set |
| 604 | # CONFIG_E1000E_ENABLED is not set | ||
| 605 | # CONFIG_IP1000 is not set | 612 | # CONFIG_IP1000 is not set |
| 606 | # CONFIG_IGB is not set | 613 | # CONFIG_IGB is not set |
| 607 | # CONFIG_NS83820 is not set | 614 | # CONFIG_NS83820 is not set |
| @@ -615,9 +622,9 @@ CONFIG_NETDEV_1000=y | |||
| 615 | # CONFIG_TIGON3 is not set | 622 | # CONFIG_TIGON3 is not set |
| 616 | # CONFIG_BNX2 is not set | 623 | # CONFIG_BNX2 is not set |
| 617 | CONFIG_GIANFAR=y | 624 | CONFIG_GIANFAR=y |
| 618 | CONFIG_GFAR_NAPI=y | ||
| 619 | # CONFIG_QLA3XXX is not set | 625 | # CONFIG_QLA3XXX is not set |
| 620 | # CONFIG_ATL1 is not set | 626 | # CONFIG_ATL1 is not set |
| 627 | # CONFIG_ATL1E is not set | ||
| 621 | CONFIG_NETDEV_10000=y | 628 | CONFIG_NETDEV_10000=y |
| 622 | # CONFIG_CHELSIO_T1 is not set | 629 | # CONFIG_CHELSIO_T1 is not set |
| 623 | # CONFIG_CHELSIO_T3 is not set | 630 | # CONFIG_CHELSIO_T3 is not set |
| @@ -732,42 +739,66 @@ CONFIG_DEVPORT=y | |||
| 732 | CONFIG_I2C=y | 739 | CONFIG_I2C=y |
| 733 | CONFIG_I2C_BOARDINFO=y | 740 | CONFIG_I2C_BOARDINFO=y |
| 734 | CONFIG_I2C_CHARDEV=y | 741 | CONFIG_I2C_CHARDEV=y |
| 742 | CONFIG_I2C_HELPER_AUTO=y | ||
| 735 | 743 | ||
| 736 | # | 744 | # |
| 737 | # I2C Hardware Bus support | 745 | # I2C Hardware Bus support |
| 738 | # | 746 | # |
| 747 | |||
| 748 | # | ||
| 749 | # PC SMBus host controller drivers | ||
| 750 | # | ||
| 739 | # CONFIG_I2C_ALI1535 is not set | 751 | # CONFIG_I2C_ALI1535 is not set |
| 740 | # CONFIG_I2C_ALI1563 is not set | 752 | # CONFIG_I2C_ALI1563 is not set |
| 741 | # CONFIG_I2C_ALI15X3 is not set | 753 | # CONFIG_I2C_ALI15X3 is not set |
| 742 | # CONFIG_I2C_AMD756 is not set | 754 | # CONFIG_I2C_AMD756 is not set |
| 743 | # CONFIG_I2C_AMD8111 is not set | 755 | # CONFIG_I2C_AMD8111 is not set |
| 744 | # CONFIG_I2C_I801 is not set | 756 | # CONFIG_I2C_I801 is not set |
| 745 | # CONFIG_I2C_I810 is not set | 757 | # CONFIG_I2C_ISCH is not set |
| 746 | # CONFIG_I2C_PIIX4 is not set | 758 | # CONFIG_I2C_PIIX4 is not set |
| 747 | CONFIG_I2C_MPC=y | ||
| 748 | # CONFIG_I2C_NFORCE2 is not set | 759 | # CONFIG_I2C_NFORCE2 is not set |
| 749 | # CONFIG_I2C_OCORES is not set | ||
| 750 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 751 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 752 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 753 | # CONFIG_I2C_SIMTEC is not set | ||
| 754 | # CONFIG_I2C_SIS5595 is not set | 760 | # CONFIG_I2C_SIS5595 is not set |
| 755 | # CONFIG_I2C_SIS630 is not set | 761 | # CONFIG_I2C_SIS630 is not set |
| 756 | # CONFIG_I2C_SIS96X is not set | 762 | # CONFIG_I2C_SIS96X is not set |
| 757 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 758 | # CONFIG_I2C_VIA is not set | 763 | # CONFIG_I2C_VIA is not set |
| 759 | # CONFIG_I2C_VIAPRO is not set | 764 | # CONFIG_I2C_VIAPRO is not set |
| 765 | |||
| 766 | # | ||
| 767 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 768 | # | ||
| 769 | # CONFIG_I2C_CPM is not set | ||
| 770 | # CONFIG_I2C_GPIO is not set | ||
| 771 | CONFIG_I2C_MPC=y | ||
| 772 | # CONFIG_I2C_OCORES is not set | ||
| 773 | # CONFIG_I2C_SIMTEC is not set | ||
| 774 | |||
| 775 | # | ||
| 776 | # External I2C/SMBus adapter drivers | ||
| 777 | # | ||
| 778 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 779 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # Graphics adapter I2C/DDC channel drivers | ||
| 783 | # | ||
| 760 | # CONFIG_I2C_VOODOO3 is not set | 784 | # CONFIG_I2C_VOODOO3 is not set |
| 785 | |||
| 786 | # | ||
| 787 | # Other I2C/SMBus bus drivers | ||
| 788 | # | ||
| 761 | # CONFIG_I2C_PCA_PLATFORM is not set | 789 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 762 | 790 | ||
| 763 | # | 791 | # |
| 764 | # Miscellaneous I2C Chip support | 792 | # Miscellaneous I2C Chip support |
| 765 | # | 793 | # |
| 766 | # CONFIG_DS1682 is not set | 794 | # CONFIG_DS1682 is not set |
| 795 | # CONFIG_AT24 is not set | ||
| 767 | # CONFIG_SENSORS_EEPROM is not set | 796 | # CONFIG_SENSORS_EEPROM is not set |
| 768 | # CONFIG_SENSORS_PCF8574 is not set | 797 | # CONFIG_SENSORS_PCF8574 is not set |
| 769 | # CONFIG_PCF8575 is not set | 798 | # CONFIG_PCF8575 is not set |
| 799 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 770 | # CONFIG_SENSORS_PCF8591 is not set | 800 | # CONFIG_SENSORS_PCF8591 is not set |
| 801 | # CONFIG_TPS65010 is not set | ||
| 771 | # CONFIG_SENSORS_MAX6875 is not set | 802 | # CONFIG_SENSORS_MAX6875 is not set |
| 772 | # CONFIG_SENSORS_TSL2550 is not set | 803 | # CONFIG_SENSORS_TSL2550 is not set |
| 773 | # CONFIG_I2C_DEBUG_CORE is not set | 804 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -775,10 +806,31 @@ CONFIG_I2C_MPC=y | |||
| 775 | # CONFIG_I2C_DEBUG_BUS is not set | 806 | # CONFIG_I2C_DEBUG_BUS is not set |
| 776 | # CONFIG_I2C_DEBUG_CHIP is not set | 807 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 777 | # CONFIG_SPI is not set | 808 | # CONFIG_SPI is not set |
| 809 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 810 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 811 | CONFIG_GPIOLIB=y | ||
| 812 | # CONFIG_GPIO_SYSFS is not set | ||
| 813 | |||
| 814 | # | ||
| 815 | # I2C GPIO expanders: | ||
| 816 | # | ||
| 817 | # CONFIG_GPIO_MAX732X is not set | ||
| 818 | # CONFIG_GPIO_PCA953X is not set | ||
| 819 | # CONFIG_GPIO_PCF857X is not set | ||
| 820 | |||
| 821 | # | ||
| 822 | # PCI GPIO expanders: | ||
| 823 | # | ||
| 824 | # CONFIG_GPIO_BT8XX is not set | ||
| 825 | |||
| 826 | # | ||
| 827 | # SPI GPIO expanders: | ||
| 828 | # | ||
| 778 | # CONFIG_W1 is not set | 829 | # CONFIG_W1 is not set |
| 779 | # CONFIG_POWER_SUPPLY is not set | 830 | # CONFIG_POWER_SUPPLY is not set |
| 780 | CONFIG_HWMON=y | 831 | CONFIG_HWMON=y |
| 781 | # CONFIG_HWMON_VID is not set | 832 | # CONFIG_HWMON_VID is not set |
| 833 | # CONFIG_SENSORS_AD7414 is not set | ||
| 782 | # CONFIG_SENSORS_AD7418 is not set | 834 | # CONFIG_SENSORS_AD7418 is not set |
| 783 | # CONFIG_SENSORS_ADM1021 is not set | 835 | # CONFIG_SENSORS_ADM1021 is not set |
| 784 | # CONFIG_SENSORS_ADM1025 is not set | 836 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -832,6 +884,7 @@ CONFIG_SENSORS_LM75=y | |||
| 832 | # CONFIG_SENSORS_W83627EHF is not set | 884 | # CONFIG_SENSORS_W83627EHF is not set |
| 833 | CONFIG_HWMON_DEBUG_CHIP=y | 885 | CONFIG_HWMON_DEBUG_CHIP=y |
| 834 | # CONFIG_THERMAL is not set | 886 | # CONFIG_THERMAL is not set |
| 887 | # CONFIG_THERMAL_HWMON is not set | ||
| 835 | # CONFIG_WATCHDOG is not set | 888 | # CONFIG_WATCHDOG is not set |
| 836 | 889 | ||
| 837 | # | 890 | # |
| @@ -843,8 +896,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 843 | # | 896 | # |
| 844 | # Multifunction device drivers | 897 | # Multifunction device drivers |
| 845 | # | 898 | # |
| 899 | # CONFIG_MFD_CORE is not set | ||
| 846 | # CONFIG_MFD_SM501 is not set | 900 | # CONFIG_MFD_SM501 is not set |
| 847 | # CONFIG_HTC_PASIC3 is not set | 901 | # CONFIG_HTC_PASIC3 is not set |
| 902 | # CONFIG_MFD_TMIO is not set | ||
| 848 | 903 | ||
| 849 | # | 904 | # |
| 850 | # Multimedia devices | 905 | # Multimedia devices |
| @@ -876,10 +931,6 @@ CONFIG_DAB=y | |||
| 876 | # Display device support | 931 | # Display device support |
| 877 | # | 932 | # |
| 878 | # CONFIG_DISPLAY_SUPPORT is not set | 933 | # CONFIG_DISPLAY_SUPPORT is not set |
| 879 | |||
| 880 | # | ||
| 881 | # Sound | ||
| 882 | # | ||
| 883 | # CONFIG_SOUND is not set | 934 | # CONFIG_SOUND is not set |
| 884 | CONFIG_HID_SUPPORT=y | 935 | CONFIG_HID_SUPPORT=y |
| 885 | CONFIG_HID=y | 936 | CONFIG_HID=y |
| @@ -894,6 +945,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 894 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 945 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 895 | 946 | ||
| 896 | # | 947 | # |
| 948 | # Enable Host or Gadget support to see Inventra options | ||
| 949 | # | ||
| 950 | |||
| 951 | # | ||
| 897 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 952 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 898 | # | 953 | # |
| 899 | # CONFIG_USB_GADGET is not set | 954 | # CONFIG_USB_GADGET is not set |
| @@ -982,6 +1037,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 982 | CONFIG_CRAMFS=y | 1037 | CONFIG_CRAMFS=y |
| 983 | # CONFIG_VXFS_FS is not set | 1038 | # CONFIG_VXFS_FS is not set |
| 984 | # CONFIG_MINIX_FS is not set | 1039 | # CONFIG_MINIX_FS is not set |
| 1040 | # CONFIG_OMFS_FS is not set | ||
| 985 | # CONFIG_HPFS_FS is not set | 1041 | # CONFIG_HPFS_FS is not set |
| 986 | # CONFIG_QNX4FS_FS is not set | 1042 | # CONFIG_QNX4FS_FS is not set |
| 987 | # CONFIG_ROMFS_FS is not set | 1043 | # CONFIG_ROMFS_FS is not set |
| @@ -991,12 +1047,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 991 | CONFIG_NFS_FS=y | 1047 | CONFIG_NFS_FS=y |
| 992 | # CONFIG_NFS_V3 is not set | 1048 | # CONFIG_NFS_V3 is not set |
| 993 | # CONFIG_NFS_V4 is not set | 1049 | # CONFIG_NFS_V4 is not set |
| 994 | # CONFIG_NFSD is not set | ||
| 995 | CONFIG_ROOT_NFS=y | 1050 | CONFIG_ROOT_NFS=y |
| 1051 | # CONFIG_NFSD is not set | ||
| 996 | CONFIG_LOCKD=y | 1052 | CONFIG_LOCKD=y |
| 997 | CONFIG_NFS_COMMON=y | 1053 | CONFIG_NFS_COMMON=y |
| 998 | CONFIG_SUNRPC=y | 1054 | CONFIG_SUNRPC=y |
| 999 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1000 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1055 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1001 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1056 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1002 | # CONFIG_SMB_FS is not set | 1057 | # CONFIG_SMB_FS is not set |
| @@ -1032,6 +1087,7 @@ CONFIG_BITREVERSE=y | |||
| 1032 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1087 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1033 | # CONFIG_CRC_CCITT is not set | 1088 | # CONFIG_CRC_CCITT is not set |
| 1034 | # CONFIG_CRC16 is not set | 1089 | # CONFIG_CRC16 is not set |
| 1090 | # CONFIG_CRC_T10DIF is not set | ||
| 1035 | # CONFIG_CRC_ITU_T is not set | 1091 | # CONFIG_CRC_ITU_T is not set |
| 1036 | CONFIG_CRC32=y | 1092 | CONFIG_CRC32=y |
| 1037 | # CONFIG_CRC7 is not set | 1093 | # CONFIG_CRC7 is not set |
| @@ -1059,8 +1115,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1059 | # CONFIG_SLUB_DEBUG_ON is not set | 1115 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1060 | # CONFIG_SLUB_STATS is not set | 1116 | # CONFIG_SLUB_STATS is not set |
| 1061 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1117 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1118 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1119 | # CONFIG_LATENCYTOP is not set | ||
| 1120 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1121 | CONFIG_HAVE_FTRACE=y | ||
| 1122 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1123 | # CONFIG_FTRACE is not set | ||
| 1124 | # CONFIG_SCHED_TRACER is not set | ||
| 1125 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1062 | # CONFIG_SAMPLES is not set | 1126 | # CONFIG_SAMPLES is not set |
| 1063 | # CONFIG_KGDB_CONSOLE is not set | 1127 | CONFIG_HAVE_ARCH_KGDB=y |
| 1064 | # CONFIG_IRQSTACKS is not set | 1128 | # CONFIG_IRQSTACKS is not set |
| 1065 | # CONFIG_PPC_EARLY_DEBUG is not set | 1129 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1066 | 1130 | ||
| @@ -1112,6 +1176,10 @@ CONFIG_CRYPTO=y | |||
| 1112 | # CONFIG_CRYPTO_MD4 is not set | 1176 | # CONFIG_CRYPTO_MD4 is not set |
| 1113 | # CONFIG_CRYPTO_MD5 is not set | 1177 | # CONFIG_CRYPTO_MD5 is not set |
| 1114 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1178 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1179 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1180 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1181 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1115 | # CONFIG_CRYPTO_SHA1 is not set | 1183 | # CONFIG_CRYPTO_SHA1 is not set |
| 1116 | # CONFIG_CRYPTO_SHA256 is not set | 1184 | # CONFIG_CRYPTO_SHA256 is not set |
| 1117 | # CONFIG_CRYPTO_SHA512 is not set | 1185 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1144,6 +1212,7 @@ CONFIG_CRYPTO=y | |||
| 1144 | # CONFIG_CRYPTO_LZO is not set | 1212 | # CONFIG_CRYPTO_LZO is not set |
| 1145 | CONFIG_CRYPTO_HW=y | 1213 | CONFIG_CRYPTO_HW=y |
| 1146 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1214 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1147 | # CONFIG_PPC_CLOCK is not set | 1215 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1216 | CONFIG_PPC_CLOCK=y | ||
| 1148 | CONFIG_PPC_LIB_RHEAP=y | 1217 | CONFIG_PPC_LIB_RHEAP=y |
| 1149 | # CONFIG_VIRTUALIZATION is not set | 1218 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/85xx/tqm8560_defconfig b/arch/powerpc/configs/85xx/tqm8560_defconfig index 3113257edf5a..8d676629cdb1 100644 --- a/arch/powerpc/configs/85xx/tqm8560_defconfig +++ b/arch/powerpc/configs/85xx/tqm8560_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:42 2008 | 4 | # Thu Aug 21 00:52:43 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -89,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 89 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 90 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 91 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 92 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 93 | # CONFIG_KALLSYMS is not set | 95 | # CONFIG_KALLSYMS is not set |
| 94 | # CONFIG_HOTPLUG is not set | 96 | # CONFIG_HOTPLUG is not set |
| 95 | CONFIG_PRINTK=y | 97 | CONFIG_PRINTK=y |
| @@ -112,10 +114,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 114 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 115 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 116 | CONFIG_HAVE_OPROFILE=y |
| 117 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 118 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 119 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 120 | CONFIG_HAVE_KRETPROBES=y |
| 121 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 122 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 123 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 124 | CONFIG_HAVE_CLK=y | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 125 | CONFIG_PROC_PAGE_MONITOR=y |
| 126 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 127 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 128 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 129 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +134,7 @@ CONFIG_BLOCK=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 134 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 135 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 136 | # CONFIG_BLK_DEV_BSG is not set |
| 137 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 138 | ||
| 130 | # | 139 | # |
| 131 | # IO Schedulers | 140 | # IO Schedulers |
| @@ -144,8 +153,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 144 | # | 153 | # |
| 145 | # Platform support | 154 | # Platform support |
| 146 | # | 155 | # |
| 147 | # CONFIG_PPC_MPC512x is not set | ||
| 148 | # CONFIG_PPC_MPC5121 is not set | ||
| 149 | # CONFIG_PPC_CELL is not set | 156 | # CONFIG_PPC_CELL is not set |
| 150 | # CONFIG_PPC_CELL_NATIVE is not set | 157 | # CONFIG_PPC_CELL_NATIVE is not set |
| 151 | # CONFIG_PQ2ADS is not set | 158 | # CONFIG_PQ2ADS is not set |
| @@ -154,11 +161,13 @@ CONFIG_MPC85xx=y | |||
| 154 | # CONFIG_MPC8560_ADS is not set | 161 | # CONFIG_MPC8560_ADS is not set |
| 155 | # CONFIG_MPC85xx_CDS is not set | 162 | # CONFIG_MPC85xx_CDS is not set |
| 156 | # CONFIG_MPC85xx_MDS is not set | 163 | # CONFIG_MPC85xx_MDS is not set |
| 164 | # CONFIG_MPC8536_DS is not set | ||
| 157 | # CONFIG_MPC85xx_DS is not set | 165 | # CONFIG_MPC85xx_DS is not set |
| 158 | # CONFIG_KSI8560 is not set | 166 | # CONFIG_KSI8560 is not set |
| 159 | # CONFIG_STX_GP3 is not set | 167 | # CONFIG_STX_GP3 is not set |
| 160 | # CONFIG_TQM8540 is not set | 168 | # CONFIG_TQM8540 is not set |
| 161 | # CONFIG_TQM8541 is not set | 169 | # CONFIG_TQM8541 is not set |
| 170 | # CONFIG_TQM8548 is not set | ||
| 162 | # CONFIG_TQM8555 is not set | 171 | # CONFIG_TQM8555 is not set |
| 163 | CONFIG_TQM8560=y | 172 | CONFIG_TQM8560=y |
| 164 | # CONFIG_SBC8548 is not set | 173 | # CONFIG_SBC8548 is not set |
| @@ -176,7 +185,6 @@ CONFIG_MPIC=y | |||
| 176 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 177 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 178 | CONFIG_CPM2=y | 187 | CONFIG_CPM2=y |
| 179 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 180 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
| 181 | CONFIG_CPM=y | 189 | CONFIG_CPM=y |
| 182 | 190 | ||
| @@ -216,6 +224,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 217 | CONFIG_PAGEFLAGS_EXTENDED=y | 225 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 218 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 227 | CONFIG_MIGRATION=y | ||
| 219 | # CONFIG_RESOURCES_64BIT is not set | 228 | # CONFIG_RESOURCES_64BIT is not set |
| 220 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
| 221 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
| @@ -223,6 +232,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 223 | CONFIG_FORCE_MAX_ZONEORDER=11 | 232 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 224 | # CONFIG_PROC_DEVICETREE is not set | 233 | # CONFIG_PROC_DEVICETREE is not set |
| 225 | # CONFIG_CMDLINE_BOOL is not set | 234 | # CONFIG_CMDLINE_BOOL is not set |
| 235 | CONFIG_EXTRA_TARGETS="" | ||
| 226 | # CONFIG_PM is not set | 236 | # CONFIG_PM is not set |
| 227 | CONFIG_SECCOMP=y | 237 | CONFIG_SECCOMP=y |
| 228 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
| @@ -234,6 +244,7 @@ CONFIG_ZONE_DMA=y | |||
| 234 | CONFIG_PPC_INDIRECT_PCI=y | 244 | CONFIG_PPC_INDIRECT_PCI=y |
| 235 | CONFIG_FSL_SOC=y | 245 | CONFIG_FSL_SOC=y |
| 236 | CONFIG_FSL_PCI=y | 246 | CONFIG_FSL_PCI=y |
| 247 | CONFIG_PPC_PCI_CHOICE=y | ||
| 237 | CONFIG_PCI=y | 248 | CONFIG_PCI=y |
| 238 | CONFIG_PCI_DOMAINS=y | 249 | CONFIG_PCI_DOMAINS=y |
| 239 | CONFIG_PCI_SYSCALL=y | 250 | CONFIG_PCI_SYSCALL=y |
| @@ -257,10 +268,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 268 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 269 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 259 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
| 260 | |||
| 261 | # | ||
| 262 | # Networking | ||
| 263 | # | ||
| 264 | CONFIG_NET=y | 271 | CONFIG_NET=y |
| 265 | 272 | ||
| 266 | # | 273 | # |
| @@ -432,6 +439,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 432 | # | 439 | # |
| 433 | # CONFIG_MTD_UBI is not set | 440 | # CONFIG_MTD_UBI is not set |
| 434 | CONFIG_OF_DEVICE=y | 441 | CONFIG_OF_DEVICE=y |
| 442 | CONFIG_OF_GPIO=y | ||
| 435 | CONFIG_OF_I2C=y | 443 | CONFIG_OF_I2C=y |
| 436 | # CONFIG_PARPORT is not set | 444 | # CONFIG_PARPORT is not set |
| 437 | CONFIG_BLK_DEV=y | 445 | CONFIG_BLK_DEV=y |
| @@ -451,20 +459,22 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 451 | # CONFIG_BLK_DEV_XIP is not set | 459 | # CONFIG_BLK_DEV_XIP is not set |
| 452 | # CONFIG_CDROM_PKTCDVD is not set | 460 | # CONFIG_CDROM_PKTCDVD is not set |
| 453 | # CONFIG_ATA_OVER_ETH is not set | 461 | # CONFIG_ATA_OVER_ETH is not set |
| 462 | # CONFIG_BLK_DEV_HD is not set | ||
| 454 | CONFIG_MISC_DEVICES=y | 463 | CONFIG_MISC_DEVICES=y |
| 455 | # CONFIG_PHANTOM is not set | 464 | # CONFIG_PHANTOM is not set |
| 456 | # CONFIG_EEPROM_93CX6 is not set | 465 | # CONFIG_EEPROM_93CX6 is not set |
| 457 | # CONFIG_SGI_IOC4 is not set | 466 | # CONFIG_SGI_IOC4 is not set |
| 458 | # CONFIG_TIFM_CORE is not set | 467 | # CONFIG_TIFM_CORE is not set |
| 459 | # CONFIG_ENCLOSURE_SERVICES is not set | 468 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 469 | # CONFIG_HP_ILO is not set | ||
| 460 | CONFIG_HAVE_IDE=y | 470 | CONFIG_HAVE_IDE=y |
| 461 | CONFIG_IDE=y | 471 | CONFIG_IDE=y |
| 462 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 463 | CONFIG_BLK_DEV_IDE=y | 472 | CONFIG_BLK_DEV_IDE=y |
| 464 | 473 | ||
| 465 | # | 474 | # |
| 466 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 475 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 467 | # | 476 | # |
| 477 | CONFIG_IDE_TIMINGS=y | ||
| 468 | # CONFIG_BLK_DEV_IDE_SATA is not set | 478 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 469 | CONFIG_BLK_DEV_IDEDISK=y | 479 | CONFIG_BLK_DEV_IDEDISK=y |
| 470 | # CONFIG_IDEDISK_MULTI_MODE is not set | 480 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| @@ -477,7 +487,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 477 | # | 487 | # |
| 478 | # IDE chipset support/bugfixes | 488 | # IDE chipset support/bugfixes |
| 479 | # | 489 | # |
| 480 | CONFIG_IDE_GENERIC=y | ||
| 481 | # CONFIG_BLK_DEV_PLATFORM is not set | 490 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 482 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 491 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 483 | 492 | ||
| @@ -495,10 +504,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 495 | # CONFIG_BLK_DEV_AMD74XX is not set | 504 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 496 | # CONFIG_BLK_DEV_CMD64X is not set | 505 | # CONFIG_BLK_DEV_CMD64X is not set |
| 497 | # CONFIG_BLK_DEV_TRIFLEX is not set | 506 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 498 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 499 | # CONFIG_BLK_DEV_CS5520 is not set | 507 | # CONFIG_BLK_DEV_CS5520 is not set |
| 500 | # CONFIG_BLK_DEV_CS5530 is not set | 508 | # CONFIG_BLK_DEV_CS5530 is not set |
| 501 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 502 | # CONFIG_BLK_DEV_HPT366 is not set | 509 | # CONFIG_BLK_DEV_HPT366 is not set |
| 503 | # CONFIG_BLK_DEV_JMICRON is not set | 510 | # CONFIG_BLK_DEV_JMICRON is not set |
| 504 | # CONFIG_BLK_DEV_SC1200 is not set | 511 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -516,8 +523,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 516 | CONFIG_BLK_DEV_VIA82CXXX=y | 523 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 517 | # CONFIG_BLK_DEV_TC86C001 is not set | 524 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 518 | CONFIG_BLK_DEV_IDEDMA=y | 525 | CONFIG_BLK_DEV_IDEDMA=y |
| 519 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 520 | # CONFIG_BLK_DEV_HD is not set | ||
| 521 | 526 | ||
| 522 | # | 527 | # |
| 523 | # SCSI device support | 528 | # SCSI device support |
| @@ -533,12 +538,15 @@ CONFIG_BLK_DEV_IDEDMA=y | |||
| 533 | # | 538 | # |
| 534 | # IEEE 1394 (FireWire) support | 539 | # IEEE 1394 (FireWire) support |
| 535 | # | 540 | # |
| 541 | |||
| 542 | # | ||
| 543 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 544 | # | ||
| 536 | # CONFIG_FIREWIRE is not set | 545 | # CONFIG_FIREWIRE is not set |
| 537 | # CONFIG_IEEE1394 is not set | 546 | # CONFIG_IEEE1394 is not set |
| 538 | # CONFIG_I2O is not set | 547 | # CONFIG_I2O is not set |
| 539 | # CONFIG_MACINTOSH_DRIVERS is not set | 548 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 540 | CONFIG_NETDEVICES=y | 549 | CONFIG_NETDEVICES=y |
| 541 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 542 | # CONFIG_DUMMY is not set | 550 | # CONFIG_DUMMY is not set |
| 543 | # CONFIG_BONDING is not set | 551 | # CONFIG_BONDING is not set |
| 544 | # CONFIG_MACVLAN is not set | 552 | # CONFIG_MACVLAN is not set |
| @@ -601,7 +609,6 @@ CONFIG_NETDEV_1000=y | |||
| 601 | # CONFIG_DL2K is not set | 609 | # CONFIG_DL2K is not set |
| 602 | # CONFIG_E1000 is not set | 610 | # CONFIG_E1000 is not set |
| 603 | # CONFIG_E1000E is not set | 611 | # CONFIG_E1000E is not set |
| 604 | # CONFIG_E1000E_ENABLED is not set | ||
| 605 | # CONFIG_IP1000 is not set | 612 | # CONFIG_IP1000 is not set |
| 606 | # CONFIG_IGB is not set | 613 | # CONFIG_IGB is not set |
| 607 | # CONFIG_NS83820 is not set | 614 | # CONFIG_NS83820 is not set |
| @@ -615,9 +622,9 @@ CONFIG_NETDEV_1000=y | |||
| 615 | # CONFIG_TIGON3 is not set | 622 | # CONFIG_TIGON3 is not set |
| 616 | # CONFIG_BNX2 is not set | 623 | # CONFIG_BNX2 is not set |
| 617 | CONFIG_GIANFAR=y | 624 | CONFIG_GIANFAR=y |
| 618 | CONFIG_GFAR_NAPI=y | ||
| 619 | # CONFIG_QLA3XXX is not set | 625 | # CONFIG_QLA3XXX is not set |
| 620 | # CONFIG_ATL1 is not set | 626 | # CONFIG_ATL1 is not set |
| 627 | # CONFIG_ATL1E is not set | ||
| 621 | CONFIG_NETDEV_10000=y | 628 | CONFIG_NETDEV_10000=y |
| 622 | # CONFIG_CHELSIO_T1 is not set | 629 | # CONFIG_CHELSIO_T1 is not set |
| 623 | # CONFIG_CHELSIO_T3 is not set | 630 | # CONFIG_CHELSIO_T3 is not set |
| @@ -732,42 +739,66 @@ CONFIG_DEVPORT=y | |||
| 732 | CONFIG_I2C=y | 739 | CONFIG_I2C=y |
| 733 | CONFIG_I2C_BOARDINFO=y | 740 | CONFIG_I2C_BOARDINFO=y |
| 734 | CONFIG_I2C_CHARDEV=y | 741 | CONFIG_I2C_CHARDEV=y |
| 742 | CONFIG_I2C_HELPER_AUTO=y | ||
| 735 | 743 | ||
| 736 | # | 744 | # |
| 737 | # I2C Hardware Bus support | 745 | # I2C Hardware Bus support |
| 738 | # | 746 | # |
| 747 | |||
| 748 | # | ||
| 749 | # PC SMBus host controller drivers | ||
| 750 | # | ||
| 739 | # CONFIG_I2C_ALI1535 is not set | 751 | # CONFIG_I2C_ALI1535 is not set |
| 740 | # CONFIG_I2C_ALI1563 is not set | 752 | # CONFIG_I2C_ALI1563 is not set |
| 741 | # CONFIG_I2C_ALI15X3 is not set | 753 | # CONFIG_I2C_ALI15X3 is not set |
| 742 | # CONFIG_I2C_AMD756 is not set | 754 | # CONFIG_I2C_AMD756 is not set |
| 743 | # CONFIG_I2C_AMD8111 is not set | 755 | # CONFIG_I2C_AMD8111 is not set |
| 744 | # CONFIG_I2C_I801 is not set | 756 | # CONFIG_I2C_I801 is not set |
| 745 | # CONFIG_I2C_I810 is not set | 757 | # CONFIG_I2C_ISCH is not set |
| 746 | # CONFIG_I2C_PIIX4 is not set | 758 | # CONFIG_I2C_PIIX4 is not set |
| 747 | CONFIG_I2C_MPC=y | ||
| 748 | # CONFIG_I2C_NFORCE2 is not set | 759 | # CONFIG_I2C_NFORCE2 is not set |
| 749 | # CONFIG_I2C_OCORES is not set | ||
| 750 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 751 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 752 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 753 | # CONFIG_I2C_SIMTEC is not set | ||
| 754 | # CONFIG_I2C_SIS5595 is not set | 760 | # CONFIG_I2C_SIS5595 is not set |
| 755 | # CONFIG_I2C_SIS630 is not set | 761 | # CONFIG_I2C_SIS630 is not set |
| 756 | # CONFIG_I2C_SIS96X is not set | 762 | # CONFIG_I2C_SIS96X is not set |
| 757 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 758 | # CONFIG_I2C_VIA is not set | 763 | # CONFIG_I2C_VIA is not set |
| 759 | # CONFIG_I2C_VIAPRO is not set | 764 | # CONFIG_I2C_VIAPRO is not set |
| 765 | |||
| 766 | # | ||
| 767 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 768 | # | ||
| 769 | # CONFIG_I2C_CPM is not set | ||
| 770 | # CONFIG_I2C_GPIO is not set | ||
| 771 | CONFIG_I2C_MPC=y | ||
| 772 | # CONFIG_I2C_OCORES is not set | ||
| 773 | # CONFIG_I2C_SIMTEC is not set | ||
| 774 | |||
| 775 | # | ||
| 776 | # External I2C/SMBus adapter drivers | ||
| 777 | # | ||
| 778 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 779 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # Graphics adapter I2C/DDC channel drivers | ||
| 783 | # | ||
| 760 | # CONFIG_I2C_VOODOO3 is not set | 784 | # CONFIG_I2C_VOODOO3 is not set |
| 785 | |||
| 786 | # | ||
| 787 | # Other I2C/SMBus bus drivers | ||
| 788 | # | ||
| 761 | # CONFIG_I2C_PCA_PLATFORM is not set | 789 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 762 | 790 | ||
| 763 | # | 791 | # |
| 764 | # Miscellaneous I2C Chip support | 792 | # Miscellaneous I2C Chip support |
| 765 | # | 793 | # |
| 766 | # CONFIG_DS1682 is not set | 794 | # CONFIG_DS1682 is not set |
| 795 | # CONFIG_AT24 is not set | ||
| 767 | # CONFIG_SENSORS_EEPROM is not set | 796 | # CONFIG_SENSORS_EEPROM is not set |
| 768 | # CONFIG_SENSORS_PCF8574 is not set | 797 | # CONFIG_SENSORS_PCF8574 is not set |
| 769 | # CONFIG_PCF8575 is not set | 798 | # CONFIG_PCF8575 is not set |
| 799 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 770 | # CONFIG_SENSORS_PCF8591 is not set | 800 | # CONFIG_SENSORS_PCF8591 is not set |
| 801 | # CONFIG_TPS65010 is not set | ||
| 771 | # CONFIG_SENSORS_MAX6875 is not set | 802 | # CONFIG_SENSORS_MAX6875 is not set |
| 772 | # CONFIG_SENSORS_TSL2550 is not set | 803 | # CONFIG_SENSORS_TSL2550 is not set |
| 773 | # CONFIG_I2C_DEBUG_CORE is not set | 804 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -775,10 +806,31 @@ CONFIG_I2C_MPC=y | |||
| 775 | # CONFIG_I2C_DEBUG_BUS is not set | 806 | # CONFIG_I2C_DEBUG_BUS is not set |
| 776 | # CONFIG_I2C_DEBUG_CHIP is not set | 807 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 777 | # CONFIG_SPI is not set | 808 | # CONFIG_SPI is not set |
| 809 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 810 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 811 | CONFIG_GPIOLIB=y | ||
| 812 | # CONFIG_GPIO_SYSFS is not set | ||
| 813 | |||
| 814 | # | ||
| 815 | # I2C GPIO expanders: | ||
| 816 | # | ||
| 817 | # CONFIG_GPIO_MAX732X is not set | ||
| 818 | # CONFIG_GPIO_PCA953X is not set | ||
| 819 | # CONFIG_GPIO_PCF857X is not set | ||
| 820 | |||
| 821 | # | ||
| 822 | # PCI GPIO expanders: | ||
| 823 | # | ||
| 824 | # CONFIG_GPIO_BT8XX is not set | ||
| 825 | |||
| 826 | # | ||
| 827 | # SPI GPIO expanders: | ||
| 828 | # | ||
| 778 | # CONFIG_W1 is not set | 829 | # CONFIG_W1 is not set |
| 779 | # CONFIG_POWER_SUPPLY is not set | 830 | # CONFIG_POWER_SUPPLY is not set |
| 780 | CONFIG_HWMON=y | 831 | CONFIG_HWMON=y |
| 781 | # CONFIG_HWMON_VID is not set | 832 | # CONFIG_HWMON_VID is not set |
| 833 | # CONFIG_SENSORS_AD7414 is not set | ||
| 782 | # CONFIG_SENSORS_AD7418 is not set | 834 | # CONFIG_SENSORS_AD7418 is not set |
| 783 | # CONFIG_SENSORS_ADM1021 is not set | 835 | # CONFIG_SENSORS_ADM1021 is not set |
| 784 | # CONFIG_SENSORS_ADM1025 is not set | 836 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -832,6 +884,7 @@ CONFIG_SENSORS_LM75=y | |||
| 832 | # CONFIG_SENSORS_W83627EHF is not set | 884 | # CONFIG_SENSORS_W83627EHF is not set |
| 833 | CONFIG_HWMON_DEBUG_CHIP=y | 885 | CONFIG_HWMON_DEBUG_CHIP=y |
| 834 | # CONFIG_THERMAL is not set | 886 | # CONFIG_THERMAL is not set |
| 887 | # CONFIG_THERMAL_HWMON is not set | ||
| 835 | # CONFIG_WATCHDOG is not set | 888 | # CONFIG_WATCHDOG is not set |
| 836 | 889 | ||
| 837 | # | 890 | # |
| @@ -843,8 +896,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 843 | # | 896 | # |
| 844 | # Multifunction device drivers | 897 | # Multifunction device drivers |
| 845 | # | 898 | # |
| 899 | # CONFIG_MFD_CORE is not set | ||
| 846 | # CONFIG_MFD_SM501 is not set | 900 | # CONFIG_MFD_SM501 is not set |
| 847 | # CONFIG_HTC_PASIC3 is not set | 901 | # CONFIG_HTC_PASIC3 is not set |
| 902 | # CONFIG_MFD_TMIO is not set | ||
| 848 | 903 | ||
| 849 | # | 904 | # |
| 850 | # Multimedia devices | 905 | # Multimedia devices |
| @@ -876,10 +931,6 @@ CONFIG_DAB=y | |||
| 876 | # Display device support | 931 | # Display device support |
| 877 | # | 932 | # |
| 878 | # CONFIG_DISPLAY_SUPPORT is not set | 933 | # CONFIG_DISPLAY_SUPPORT is not set |
| 879 | |||
| 880 | # | ||
| 881 | # Sound | ||
| 882 | # | ||
| 883 | # CONFIG_SOUND is not set | 934 | # CONFIG_SOUND is not set |
| 884 | CONFIG_HID_SUPPORT=y | 935 | CONFIG_HID_SUPPORT=y |
| 885 | CONFIG_HID=y | 936 | CONFIG_HID=y |
| @@ -894,6 +945,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 894 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 945 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 895 | 946 | ||
| 896 | # | 947 | # |
| 948 | # Enable Host or Gadget support to see Inventra options | ||
| 949 | # | ||
| 950 | |||
| 951 | # | ||
| 897 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 952 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 898 | # | 953 | # |
| 899 | # CONFIG_USB_GADGET is not set | 954 | # CONFIG_USB_GADGET is not set |
| @@ -982,6 +1037,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 982 | CONFIG_CRAMFS=y | 1037 | CONFIG_CRAMFS=y |
| 983 | # CONFIG_VXFS_FS is not set | 1038 | # CONFIG_VXFS_FS is not set |
| 984 | # CONFIG_MINIX_FS is not set | 1039 | # CONFIG_MINIX_FS is not set |
| 1040 | # CONFIG_OMFS_FS is not set | ||
| 985 | # CONFIG_HPFS_FS is not set | 1041 | # CONFIG_HPFS_FS is not set |
| 986 | # CONFIG_QNX4FS_FS is not set | 1042 | # CONFIG_QNX4FS_FS is not set |
| 987 | # CONFIG_ROMFS_FS is not set | 1043 | # CONFIG_ROMFS_FS is not set |
| @@ -991,12 +1047,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 991 | CONFIG_NFS_FS=y | 1047 | CONFIG_NFS_FS=y |
| 992 | # CONFIG_NFS_V3 is not set | 1048 | # CONFIG_NFS_V3 is not set |
| 993 | # CONFIG_NFS_V4 is not set | 1049 | # CONFIG_NFS_V4 is not set |
| 994 | # CONFIG_NFSD is not set | ||
| 995 | CONFIG_ROOT_NFS=y | 1050 | CONFIG_ROOT_NFS=y |
| 1051 | # CONFIG_NFSD is not set | ||
| 996 | CONFIG_LOCKD=y | 1052 | CONFIG_LOCKD=y |
| 997 | CONFIG_NFS_COMMON=y | 1053 | CONFIG_NFS_COMMON=y |
| 998 | CONFIG_SUNRPC=y | 1054 | CONFIG_SUNRPC=y |
| 999 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1000 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1055 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1001 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1056 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1002 | # CONFIG_SMB_FS is not set | 1057 | # CONFIG_SMB_FS is not set |
| @@ -1032,6 +1087,7 @@ CONFIG_BITREVERSE=y | |||
| 1032 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1087 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1033 | # CONFIG_CRC_CCITT is not set | 1088 | # CONFIG_CRC_CCITT is not set |
| 1034 | # CONFIG_CRC16 is not set | 1089 | # CONFIG_CRC16 is not set |
| 1090 | # CONFIG_CRC_T10DIF is not set | ||
| 1035 | # CONFIG_CRC_ITU_T is not set | 1091 | # CONFIG_CRC_ITU_T is not set |
| 1036 | CONFIG_CRC32=y | 1092 | CONFIG_CRC32=y |
| 1037 | # CONFIG_CRC7 is not set | 1093 | # CONFIG_CRC7 is not set |
| @@ -1059,8 +1115,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1059 | # CONFIG_SLUB_DEBUG_ON is not set | 1115 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1060 | # CONFIG_SLUB_STATS is not set | 1116 | # CONFIG_SLUB_STATS is not set |
| 1061 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1117 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1118 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1119 | # CONFIG_LATENCYTOP is not set | ||
| 1120 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1121 | CONFIG_HAVE_FTRACE=y | ||
| 1122 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1123 | # CONFIG_FTRACE is not set | ||
| 1124 | # CONFIG_SCHED_TRACER is not set | ||
| 1125 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1062 | # CONFIG_SAMPLES is not set | 1126 | # CONFIG_SAMPLES is not set |
| 1063 | # CONFIG_KGDB_CONSOLE is not set | 1127 | CONFIG_HAVE_ARCH_KGDB=y |
| 1064 | # CONFIG_IRQSTACKS is not set | 1128 | # CONFIG_IRQSTACKS is not set |
| 1065 | # CONFIG_PPC_EARLY_DEBUG is not set | 1129 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1066 | 1130 | ||
| @@ -1112,6 +1176,10 @@ CONFIG_CRYPTO=y | |||
| 1112 | # CONFIG_CRYPTO_MD4 is not set | 1176 | # CONFIG_CRYPTO_MD4 is not set |
| 1113 | # CONFIG_CRYPTO_MD5 is not set | 1177 | # CONFIG_CRYPTO_MD5 is not set |
| 1114 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1178 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1179 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1180 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1181 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1182 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1115 | # CONFIG_CRYPTO_SHA1 is not set | 1183 | # CONFIG_CRYPTO_SHA1 is not set |
| 1116 | # CONFIG_CRYPTO_SHA256 is not set | 1184 | # CONFIG_CRYPTO_SHA256 is not set |
| 1117 | # CONFIG_CRYPTO_SHA512 is not set | 1185 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1144,6 +1212,7 @@ CONFIG_CRYPTO=y | |||
| 1144 | # CONFIG_CRYPTO_LZO is not set | 1212 | # CONFIG_CRYPTO_LZO is not set |
| 1145 | CONFIG_CRYPTO_HW=y | 1213 | CONFIG_CRYPTO_HW=y |
| 1146 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1214 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1147 | # CONFIG_PPC_CLOCK is not set | 1215 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1216 | CONFIG_PPC_CLOCK=y | ||
| 1148 | CONFIG_PPC_LIB_RHEAP=y | 1217 | CONFIG_PPC_LIB_RHEAP=y |
| 1149 | # CONFIG_VIRTUALIZATION is not set | 1218 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/adder875_defconfig b/arch/powerpc/configs/adder875_defconfig index 6740f2a3aa3d..63cd51fbb4b9 100644 --- a/arch/powerpc/configs/adder875_defconfig +++ b/arch/powerpc/configs/adder875_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:08 2008 | 4 | # Thu Aug 21 00:52:00 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,6 +29,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 30 | CONFIG_IRQ_PER_CPU=y |
| 31 | CONFIG_STACKTRACE_SUPPORT=y | 31 | CONFIG_STACKTRACE_SUPPORT=y |
| 32 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 32 | CONFIG_LOCKDEP_SUPPORT=y | 33 | CONFIG_LOCKDEP_SUPPORT=y |
| 33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -109,10 +110,16 @@ CONFIG_SLUB=y | |||
| 109 | # CONFIG_PROFILING is not set | 110 | # CONFIG_PROFILING is not set |
| 110 | # CONFIG_MARKERS is not set | 111 | # CONFIG_MARKERS is not set |
| 111 | CONFIG_HAVE_OPROFILE=y | 112 | CONFIG_HAVE_OPROFILE=y |
| 113 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 114 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 112 | CONFIG_HAVE_KPROBES=y | 115 | CONFIG_HAVE_KPROBES=y |
| 113 | CONFIG_HAVE_KRETPROBES=y | 116 | CONFIG_HAVE_KRETPROBES=y |
| 117 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 114 | # CONFIG_HAVE_DMA_ATTRS is not set | 118 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 119 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 120 | CONFIG_HAVE_CLK=y | ||
| 115 | CONFIG_PROC_PAGE_MONITOR=y | 121 | CONFIG_PROC_PAGE_MONITOR=y |
| 122 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 116 | CONFIG_SLABINFO=y | 123 | CONFIG_SLABINFO=y |
| 117 | # CONFIG_TINY_SHMEM is not set | 124 | # CONFIG_TINY_SHMEM is not set |
| 118 | CONFIG_BASE_SMALL=1 | 125 | CONFIG_BASE_SMALL=1 |
| @@ -122,6 +129,7 @@ CONFIG_BLOCK=y | |||
| 122 | # CONFIG_BLK_DEV_IO_TRACE is not set | 129 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 123 | # CONFIG_LSF is not set | 130 | # CONFIG_LSF is not set |
| 124 | # CONFIG_BLK_DEV_BSG is not set | 131 | # CONFIG_BLK_DEV_BSG is not set |
| 132 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 125 | 133 | ||
| 126 | # | 134 | # |
| 127 | # IO Schedulers | 135 | # IO Schedulers |
| @@ -140,8 +148,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 140 | # | 148 | # |
| 141 | # Platform support | 149 | # Platform support |
| 142 | # | 150 | # |
| 143 | # CONFIG_PPC_MPC512x is not set | ||
| 144 | # CONFIG_PPC_MPC5121 is not set | ||
| 145 | # CONFIG_PPC_CELL is not set | 151 | # CONFIG_PPC_CELL is not set |
| 146 | # CONFIG_PPC_CELL_NATIVE is not set | 152 | # CONFIG_PPC_CELL_NATIVE is not set |
| 147 | CONFIG_CPM1=y | 153 | CONFIG_CPM1=y |
| @@ -159,6 +165,7 @@ CONFIG_PPC_ADDER875=y | |||
| 159 | # Generic MPC8xx Options | 165 | # Generic MPC8xx Options |
| 160 | # | 166 | # |
| 161 | CONFIG_8xx_COPYBACK=y | 167 | CONFIG_8xx_COPYBACK=y |
| 168 | # CONFIG_8xx_GPIO is not set | ||
| 162 | # CONFIG_8xx_CPU6 is not set | 169 | # CONFIG_8xx_CPU6 is not set |
| 163 | CONFIG_8xx_CPU15=y | 170 | CONFIG_8xx_CPU15=y |
| 164 | CONFIG_NO_UCODE_PATCH=y | 171 | CONFIG_NO_UCODE_PATCH=y |
| @@ -177,7 +184,6 @@ CONFIG_NO_UCODE_PATCH=y | |||
| 177 | # CONFIG_PPC_INDIRECT_IO is not set | 184 | # CONFIG_PPC_INDIRECT_IO is not set |
| 178 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 179 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 180 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 181 | # CONFIG_FSL_ULI1575 is not set | 187 | # CONFIG_FSL_ULI1575 is not set |
| 182 | CONFIG_CPM=y | 188 | CONFIG_CPM=y |
| 183 | 189 | ||
| @@ -218,6 +224,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 218 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 219 | CONFIG_PAGEFLAGS_EXTENDED=y | 225 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 220 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 227 | CONFIG_MIGRATION=y | ||
| 221 | # CONFIG_RESOURCES_64BIT is not set | 228 | # CONFIG_RESOURCES_64BIT is not set |
| 222 | CONFIG_ZONE_DMA_FLAG=1 | 229 | CONFIG_ZONE_DMA_FLAG=1 |
| 223 | CONFIG_BOUNCE=y | 230 | CONFIG_BOUNCE=y |
| @@ -225,6 +232,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 225 | CONFIG_FORCE_MAX_ZONEORDER=11 | 232 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 226 | # CONFIG_PROC_DEVICETREE is not set | 233 | # CONFIG_PROC_DEVICETREE is not set |
| 227 | # CONFIG_CMDLINE_BOOL is not set | 234 | # CONFIG_CMDLINE_BOOL is not set |
| 235 | CONFIG_EXTRA_TARGETS="" | ||
| 228 | # CONFIG_PM is not set | 236 | # CONFIG_PM is not set |
| 229 | # CONFIG_SECCOMP is not set | 237 | # CONFIG_SECCOMP is not set |
| 230 | CONFIG_ISA_DMA_API=y | 238 | CONFIG_ISA_DMA_API=y |
| @@ -257,10 +265,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 257 | CONFIG_TASK_SIZE=0x80000000 | 265 | CONFIG_TASK_SIZE=0x80000000 |
| 258 | CONFIG_CONSISTENT_START=0xfd000000 | 266 | CONFIG_CONSISTENT_START=0xfd000000 |
| 259 | CONFIG_CONSISTENT_SIZE=0x00200000 | 267 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 260 | |||
| 261 | # | ||
| 262 | # Networking | ||
| 263 | # | ||
| 264 | CONFIG_NET=y | 268 | CONFIG_NET=y |
| 265 | 269 | ||
| 266 | # | 270 | # |
| @@ -443,7 +447,6 @@ CONFIG_HAVE_IDE=y | |||
| 443 | # CONFIG_MD is not set | 447 | # CONFIG_MD is not set |
| 444 | # CONFIG_MACINTOSH_DRIVERS is not set | 448 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 445 | CONFIG_NETDEVICES=y | 449 | CONFIG_NETDEVICES=y |
| 446 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 447 | # CONFIG_DUMMY is not set | 450 | # CONFIG_DUMMY is not set |
| 448 | # CONFIG_BONDING is not set | 451 | # CONFIG_BONDING is not set |
| 449 | # CONFIG_MACVLAN is not set | 452 | # CONFIG_MACVLAN is not set |
| @@ -547,6 +550,7 @@ CONFIG_SERIO_I8042=y | |||
| 547 | CONFIG_SERIO_SERPORT=y | 550 | CONFIG_SERIO_SERPORT=y |
| 548 | CONFIG_SERIO_LIBPS2=y | 551 | CONFIG_SERIO_LIBPS2=y |
| 549 | # CONFIG_SERIO_RAW is not set | 552 | # CONFIG_SERIO_RAW is not set |
| 553 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 550 | # CONFIG_GAMEPORT is not set | 554 | # CONFIG_GAMEPORT is not set |
| 551 | 555 | ||
| 552 | # | 556 | # |
| @@ -587,6 +591,8 @@ CONFIG_GEN_RTC=y | |||
| 587 | # CONFIG_TCG_TPM is not set | 591 | # CONFIG_TCG_TPM is not set |
| 588 | # CONFIG_I2C is not set | 592 | # CONFIG_I2C is not set |
| 589 | # CONFIG_SPI is not set | 593 | # CONFIG_SPI is not set |
| 594 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 595 | # CONFIG_GPIOLIB is not set | ||
| 590 | # CONFIG_W1 is not set | 596 | # CONFIG_W1 is not set |
| 591 | # CONFIG_POWER_SUPPLY is not set | 597 | # CONFIG_POWER_SUPPLY is not set |
| 592 | # CONFIG_HWMON is not set | 598 | # CONFIG_HWMON is not set |
| @@ -602,8 +608,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 602 | # | 608 | # |
| 603 | # Multifunction device drivers | 609 | # Multifunction device drivers |
| 604 | # | 610 | # |
| 611 | # CONFIG_MFD_CORE is not set | ||
| 605 | # CONFIG_MFD_SM501 is not set | 612 | # CONFIG_MFD_SM501 is not set |
| 606 | # CONFIG_HTC_PASIC3 is not set | 613 | # CONFIG_HTC_PASIC3 is not set |
| 614 | # CONFIG_MFD_TMIO is not set | ||
| 607 | 615 | ||
| 608 | # | 616 | # |
| 609 | # Multimedia devices | 617 | # Multimedia devices |
| @@ -633,10 +641,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 633 | # Display device support | 641 | # Display device support |
| 634 | # | 642 | # |
| 635 | # CONFIG_DISPLAY_SUPPORT is not set | 643 | # CONFIG_DISPLAY_SUPPORT is not set |
| 636 | |||
| 637 | # | ||
| 638 | # Sound | ||
| 639 | # | ||
| 640 | # CONFIG_SOUND is not set | 644 | # CONFIG_SOUND is not set |
| 641 | # CONFIG_HID_SUPPORT is not set | 645 | # CONFIG_HID_SUPPORT is not set |
| 642 | # CONFIG_USB_SUPPORT is not set | 646 | # CONFIG_USB_SUPPORT is not set |
| @@ -706,6 +710,7 @@ CONFIG_TMPFS=y | |||
| 706 | CONFIG_CRAMFS=y | 710 | CONFIG_CRAMFS=y |
| 707 | # CONFIG_VXFS_FS is not set | 711 | # CONFIG_VXFS_FS is not set |
| 708 | # CONFIG_MINIX_FS is not set | 712 | # CONFIG_MINIX_FS is not set |
| 713 | # CONFIG_OMFS_FS is not set | ||
| 709 | # CONFIG_HPFS_FS is not set | 714 | # CONFIG_HPFS_FS is not set |
| 710 | # CONFIG_QNX4FS_FS is not set | 715 | # CONFIG_QNX4FS_FS is not set |
| 711 | # CONFIG_ROMFS_FS is not set | 716 | # CONFIG_ROMFS_FS is not set |
| @@ -716,13 +721,12 @@ CONFIG_NFS_FS=y | |||
| 716 | CONFIG_NFS_V3=y | 721 | CONFIG_NFS_V3=y |
| 717 | # CONFIG_NFS_V3_ACL is not set | 722 | # CONFIG_NFS_V3_ACL is not set |
| 718 | # CONFIG_NFS_V4 is not set | 723 | # CONFIG_NFS_V4 is not set |
| 719 | # CONFIG_NFSD is not set | ||
| 720 | CONFIG_ROOT_NFS=y | 724 | CONFIG_ROOT_NFS=y |
| 725 | # CONFIG_NFSD is not set | ||
| 721 | CONFIG_LOCKD=y | 726 | CONFIG_LOCKD=y |
| 722 | CONFIG_LOCKD_V4=y | 727 | CONFIG_LOCKD_V4=y |
| 723 | CONFIG_NFS_COMMON=y | 728 | CONFIG_NFS_COMMON=y |
| 724 | CONFIG_SUNRPC=y | 729 | CONFIG_SUNRPC=y |
| 725 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 726 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 730 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 727 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 731 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 728 | # CONFIG_SMB_FS is not set | 732 | # CONFIG_SMB_FS is not set |
| @@ -761,6 +765,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 761 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 765 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 762 | # CONFIG_CRC_CCITT is not set | 766 | # CONFIG_CRC_CCITT is not set |
| 763 | # CONFIG_CRC16 is not set | 767 | # CONFIG_CRC16 is not set |
| 768 | # CONFIG_CRC_T10DIF is not set | ||
| 764 | # CONFIG_CRC_ITU_T is not set | 769 | # CONFIG_CRC_ITU_T is not set |
| 765 | # CONFIG_CRC32 is not set | 770 | # CONFIG_CRC32 is not set |
| 766 | # CONFIG_CRC7 is not set | 771 | # CONFIG_CRC7 is not set |
| @@ -785,6 +790,8 @@ CONFIG_DEBUG_FS=y | |||
| 785 | CONFIG_DEBUG_KERNEL=y | 790 | CONFIG_DEBUG_KERNEL=y |
| 786 | # CONFIG_DEBUG_SHIRQ is not set | 791 | # CONFIG_DEBUG_SHIRQ is not set |
| 787 | CONFIG_DETECT_SOFTLOCKUP=y | 792 | CONFIG_DETECT_SOFTLOCKUP=y |
| 793 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 794 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 788 | CONFIG_SCHED_DEBUG=y | 795 | CONFIG_SCHED_DEBUG=y |
| 789 | # CONFIG_SCHEDSTATS is not set | 796 | # CONFIG_SCHEDSTATS is not set |
| 790 | # CONFIG_TIMER_STATS is not set | 797 | # CONFIG_TIMER_STATS is not set |
| @@ -800,16 +807,28 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 800 | CONFIG_DEBUG_INFO=y | 807 | CONFIG_DEBUG_INFO=y |
| 801 | # CONFIG_DEBUG_VM is not set | 808 | # CONFIG_DEBUG_VM is not set |
| 802 | # CONFIG_DEBUG_WRITECOUNT is not set | 809 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 810 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 803 | # CONFIG_DEBUG_LIST is not set | 811 | # CONFIG_DEBUG_LIST is not set |
| 804 | # CONFIG_DEBUG_SG is not set | 812 | # CONFIG_DEBUG_SG is not set |
| 805 | # CONFIG_BOOT_PRINTK_DELAY is not set | 813 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 814 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 806 | # CONFIG_BACKTRACE_SELF_TEST is not set | 815 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 807 | # CONFIG_FAULT_INJECTION is not set | 816 | # CONFIG_FAULT_INJECTION is not set |
| 817 | # CONFIG_LATENCYTOP is not set | ||
| 818 | CONFIG_HAVE_FTRACE=y | ||
| 819 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 820 | # CONFIG_FTRACE is not set | ||
| 821 | # CONFIG_SCHED_TRACER is not set | ||
| 822 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 808 | # CONFIG_SAMPLES is not set | 823 | # CONFIG_SAMPLES is not set |
| 824 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 825 | # CONFIG_KGDB is not set | ||
| 809 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 826 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 810 | # CONFIG_DEBUG_STACK_USAGE is not set | 827 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 811 | # CONFIG_DEBUG_PAGEALLOC is not set | 828 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 812 | # CONFIG_DEBUGGER is not set | 829 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 830 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 831 | # CONFIG_XMON is not set | ||
| 813 | # CONFIG_IRQSTACKS is not set | 832 | # CONFIG_IRQSTACKS is not set |
| 814 | # CONFIG_VIRQ_DEBUG is not set | 833 | # CONFIG_VIRQ_DEBUG is not set |
| 815 | # CONFIG_BDI_SWITCH is not set | 834 | # CONFIG_BDI_SWITCH is not set |
| @@ -822,6 +841,6 @@ CONFIG_DEBUG_INFO=y | |||
| 822 | # CONFIG_SECURITY is not set | 841 | # CONFIG_SECURITY is not set |
| 823 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 842 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 824 | # CONFIG_CRYPTO is not set | 843 | # CONFIG_CRYPTO is not set |
| 825 | # CONFIG_PPC_CLOCK is not set | 844 | CONFIG_PPC_CLOCK=y |
| 826 | CONFIG_PPC_LIB_RHEAP=y | 845 | CONFIG_PPC_LIB_RHEAP=y |
| 827 | # CONFIG_VIRTUALIZATION is not set | 846 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig index dc599c7e97d5..c16521ffb477 100644 --- a/arch/powerpc/configs/c2k_defconfig +++ b/arch/powerpc/configs/c2k_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-rc2 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Thu May 15 11:00:14 2008 | 4 | # Thu Aug 21 00:52:02 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -34,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 35 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 39 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -97,7 +98,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 97 | CONFIG_SYSCTL=y | 98 | CONFIG_SYSCTL=y |
| 98 | # CONFIG_EMBEDDED is not set | 99 | # CONFIG_EMBEDDED is not set |
| 99 | CONFIG_SYSCTL_SYSCALL=y | 100 | CONFIG_SYSCTL_SYSCALL=y |
| 100 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 101 | CONFIG_KALLSYMS=y | 101 | CONFIG_KALLSYMS=y |
| 102 | # CONFIG_KALLSYMS_ALL is not set | 102 | # CONFIG_KALLSYMS_ALL is not set |
| 103 | CONFIG_KALLSYMS_EXTRA_PASS=y | 103 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -124,11 +124,17 @@ CONFIG_PROFILING=y | |||
| 124 | CONFIG_OPROFILE=m | 124 | CONFIG_OPROFILE=m |
| 125 | CONFIG_HAVE_OPROFILE=y | 125 | CONFIG_HAVE_OPROFILE=y |
| 126 | CONFIG_KPROBES=y | 126 | CONFIG_KPROBES=y |
| 127 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 127 | CONFIG_KRETPROBES=y | 128 | CONFIG_KRETPROBES=y |
| 129 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 128 | CONFIG_HAVE_KPROBES=y | 130 | CONFIG_HAVE_KPROBES=y |
| 129 | CONFIG_HAVE_KRETPROBES=y | 131 | CONFIG_HAVE_KRETPROBES=y |
| 132 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 130 | # CONFIG_HAVE_DMA_ATTRS is not set | 133 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 134 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 135 | # CONFIG_HAVE_CLK is not set | ||
| 131 | CONFIG_PROC_PAGE_MONITOR=y | 136 | CONFIG_PROC_PAGE_MONITOR=y |
| 137 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 132 | CONFIG_SLABINFO=y | 138 | CONFIG_SLABINFO=y |
| 133 | CONFIG_RT_MUTEXES=y | 139 | CONFIG_RT_MUTEXES=y |
| 134 | # CONFIG_TINY_SHMEM is not set | 140 | # CONFIG_TINY_SHMEM is not set |
| @@ -145,6 +151,7 @@ CONFIG_LBD=y | |||
| 145 | # CONFIG_BLK_DEV_IO_TRACE is not set | 151 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 146 | # CONFIG_LSF is not set | 152 | # CONFIG_LSF is not set |
| 147 | # CONFIG_BLK_DEV_BSG is not set | 153 | # CONFIG_BLK_DEV_BSG is not set |
| 154 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 148 | 155 | ||
| 149 | # | 156 | # |
| 150 | # IO Schedulers | 157 | # IO Schedulers |
| @@ -164,19 +171,18 @@ CONFIG_CLASSIC_RCU=y | |||
| 164 | # Platform support | 171 | # Platform support |
| 165 | # | 172 | # |
| 166 | CONFIG_PPC_MULTIPLATFORM=y | 173 | CONFIG_PPC_MULTIPLATFORM=y |
| 167 | # CONFIG_PPC_82xx is not set | ||
| 168 | # CONFIG_PPC_83xx is not set | ||
| 169 | # CONFIG_PPC_86xx is not set | ||
| 170 | CONFIG_CLASSIC32=y | 174 | CONFIG_CLASSIC32=y |
| 171 | # CONFIG_PPC_CHRP is not set | 175 | # CONFIG_PPC_CHRP is not set |
| 172 | # CONFIG_PPC_MPC512x is not set | ||
| 173 | # CONFIG_PPC_MPC5121 is not set | ||
| 174 | # CONFIG_MPC5121_ADS is not set | 176 | # CONFIG_MPC5121_ADS is not set |
| 177 | # CONFIG_MPC5121_GENERIC is not set | ||
| 175 | # CONFIG_PPC_MPC52xx is not set | 178 | # CONFIG_PPC_MPC52xx is not set |
| 176 | # CONFIG_PPC_PMAC is not set | 179 | # CONFIG_PPC_PMAC is not set |
| 177 | # CONFIG_PPC_CELL is not set | 180 | # CONFIG_PPC_CELL is not set |
| 178 | # CONFIG_PPC_CELL_NATIVE is not set | 181 | # CONFIG_PPC_CELL_NATIVE is not set |
| 182 | # CONFIG_PPC_82xx is not set | ||
| 179 | # CONFIG_PQ2ADS is not set | 183 | # CONFIG_PQ2ADS is not set |
| 184 | # CONFIG_PPC_83xx is not set | ||
| 185 | # CONFIG_PPC_86xx is not set | ||
| 180 | CONFIG_EMBEDDED6xx=y | 186 | CONFIG_EMBEDDED6xx=y |
| 181 | # CONFIG_LINKSTATION is not set | 187 | # CONFIG_LINKSTATION is not set |
| 182 | # CONFIG_STORCENTER is not set | 188 | # CONFIG_STORCENTER is not set |
| @@ -253,6 +259,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 253 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 259 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 254 | CONFIG_PAGEFLAGS_EXTENDED=y | 260 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 255 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 261 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 262 | CONFIG_MIGRATION=y | ||
| 256 | # CONFIG_RESOURCES_64BIT is not set | 263 | # CONFIG_RESOURCES_64BIT is not set |
| 257 | CONFIG_ZONE_DMA_FLAG=1 | 264 | CONFIG_ZONE_DMA_FLAG=1 |
| 258 | CONFIG_BOUNCE=y | 265 | CONFIG_BOUNCE=y |
| @@ -260,6 +267,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 260 | CONFIG_FORCE_MAX_ZONEORDER=11 | 267 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 261 | # CONFIG_PROC_DEVICETREE is not set | 268 | # CONFIG_PROC_DEVICETREE is not set |
| 262 | # CONFIG_CMDLINE_BOOL is not set | 269 | # CONFIG_CMDLINE_BOOL is not set |
| 270 | CONFIG_EXTRA_TARGETS="" | ||
| 263 | CONFIG_PM=y | 271 | CONFIG_PM=y |
| 264 | # CONFIG_PM_DEBUG is not set | 272 | # CONFIG_PM_DEBUG is not set |
| 265 | CONFIG_SECCOMP=y | 273 | CONFIG_SECCOMP=y |
| @@ -301,10 +309,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 301 | CONFIG_TASK_SIZE=0xc0000000 | 309 | CONFIG_TASK_SIZE=0xc0000000 |
| 302 | CONFIG_CONSISTENT_START=0xff100000 | 310 | CONFIG_CONSISTENT_START=0xff100000 |
| 303 | CONFIG_CONSISTENT_SIZE=0x00200000 | 311 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 304 | |||
| 305 | # | ||
| 306 | # Networking | ||
| 307 | # | ||
| 308 | CONFIG_NET=y | 312 | CONFIG_NET=y |
| 309 | 313 | ||
| 310 | # | 314 | # |
| @@ -318,6 +322,7 @@ CONFIG_XFRM_USER=y | |||
| 318 | # CONFIG_XFRM_SUB_POLICY is not set | 322 | # CONFIG_XFRM_SUB_POLICY is not set |
| 319 | # CONFIG_XFRM_MIGRATE is not set | 323 | # CONFIG_XFRM_MIGRATE is not set |
| 320 | # CONFIG_XFRM_STATISTICS is not set | 324 | # CONFIG_XFRM_STATISTICS is not set |
| 325 | CONFIG_XFRM_IPCOMP=m | ||
| 321 | CONFIG_NET_KEY=m | 326 | CONFIG_NET_KEY=m |
| 322 | # CONFIG_NET_KEY_MIGRATE is not set | 327 | # CONFIG_NET_KEY_MIGRATE is not set |
| 323 | CONFIG_INET=y | 328 | CONFIG_INET=y |
| @@ -349,7 +354,7 @@ CONFIG_INET_TUNNEL=m | |||
| 349 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 354 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 350 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 355 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 351 | CONFIG_INET_XFRM_MODE_BEET=y | 356 | CONFIG_INET_XFRM_MODE_BEET=y |
| 352 | # CONFIG_INET_LRO is not set | 357 | CONFIG_INET_LRO=m |
| 353 | CONFIG_INET_DIAG=y | 358 | CONFIG_INET_DIAG=y |
| 354 | CONFIG_INET_TCP_DIAG=y | 359 | CONFIG_INET_TCP_DIAG=y |
| 355 | # CONFIG_TCP_CONG_ADVANCED is not set | 360 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -472,6 +477,7 @@ CONFIG_IP_NF_MANGLE=m | |||
| 472 | CONFIG_IP_NF_TARGET_ECN=m | 477 | CONFIG_IP_NF_TARGET_ECN=m |
| 473 | # CONFIG_IP_NF_TARGET_TTL is not set | 478 | # CONFIG_IP_NF_TARGET_TTL is not set |
| 474 | CONFIG_IP_NF_RAW=m | 479 | CONFIG_IP_NF_RAW=m |
| 480 | # CONFIG_IP_NF_SECURITY is not set | ||
| 475 | CONFIG_IP_NF_ARPTABLES=m | 481 | CONFIG_IP_NF_ARPTABLES=m |
| 476 | CONFIG_IP_NF_ARPFILTER=m | 482 | CONFIG_IP_NF_ARPFILTER=m |
| 477 | CONFIG_IP_NF_ARP_MANGLE=m | 483 | CONFIG_IP_NF_ARP_MANGLE=m |
| @@ -495,6 +501,7 @@ CONFIG_IP6_NF_TARGET_LOG=m | |||
| 495 | CONFIG_IP6_NF_MANGLE=m | 501 | CONFIG_IP6_NF_MANGLE=m |
| 496 | # CONFIG_IP6_NF_TARGET_HL is not set | 502 | # CONFIG_IP6_NF_TARGET_HL is not set |
| 497 | CONFIG_IP6_NF_RAW=m | 503 | CONFIG_IP6_NF_RAW=m |
| 504 | # CONFIG_IP6_NF_SECURITY is not set | ||
| 498 | 505 | ||
| 499 | # | 506 | # |
| 500 | # Bridge: Netfilter Configuration | 507 | # Bridge: Netfilter Configuration |
| @@ -507,6 +514,7 @@ CONFIG_BRIDGE_EBT_802_3=m | |||
| 507 | CONFIG_BRIDGE_EBT_AMONG=m | 514 | CONFIG_BRIDGE_EBT_AMONG=m |
| 508 | CONFIG_BRIDGE_EBT_ARP=m | 515 | CONFIG_BRIDGE_EBT_ARP=m |
| 509 | CONFIG_BRIDGE_EBT_IP=m | 516 | CONFIG_BRIDGE_EBT_IP=m |
| 517 | # CONFIG_BRIDGE_EBT_IP6 is not set | ||
| 510 | CONFIG_BRIDGE_EBT_LIMIT=m | 518 | CONFIG_BRIDGE_EBT_LIMIT=m |
| 511 | CONFIG_BRIDGE_EBT_MARK=m | 519 | CONFIG_BRIDGE_EBT_MARK=m |
| 512 | CONFIG_BRIDGE_EBT_PKTTYPE=m | 520 | CONFIG_BRIDGE_EBT_PKTTYPE=m |
| @@ -535,8 +543,10 @@ CONFIG_ATM_LANE=m | |||
| 535 | # CONFIG_ATM_MPOA is not set | 543 | # CONFIG_ATM_MPOA is not set |
| 536 | CONFIG_ATM_BR2684=m | 544 | CONFIG_ATM_BR2684=m |
| 537 | # CONFIG_ATM_BR2684_IPFILTER is not set | 545 | # CONFIG_ATM_BR2684_IPFILTER is not set |
| 546 | CONFIG_STP=m | ||
| 538 | CONFIG_BRIDGE=m | 547 | CONFIG_BRIDGE=m |
| 539 | CONFIG_VLAN_8021Q=m | 548 | CONFIG_VLAN_8021Q=m |
| 549 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
| 540 | # CONFIG_DECNET is not set | 550 | # CONFIG_DECNET is not set |
| 541 | CONFIG_LLC=m | 551 | CONFIG_LLC=m |
| 542 | # CONFIG_LLC2 is not set | 552 | # CONFIG_LLC2 is not set |
| @@ -556,7 +566,6 @@ CONFIG_NET_SCH_HTB=m | |||
| 556 | CONFIG_NET_SCH_HFSC=m | 566 | CONFIG_NET_SCH_HFSC=m |
| 557 | CONFIG_NET_SCH_ATM=m | 567 | CONFIG_NET_SCH_ATM=m |
| 558 | CONFIG_NET_SCH_PRIO=m | 568 | CONFIG_NET_SCH_PRIO=m |
| 559 | # CONFIG_NET_SCH_RR is not set | ||
| 560 | CONFIG_NET_SCH_RED=m | 569 | CONFIG_NET_SCH_RED=m |
| 561 | CONFIG_NET_SCH_SFQ=m | 570 | CONFIG_NET_SCH_SFQ=m |
| 562 | CONFIG_NET_SCH_TEQL=m | 571 | CONFIG_NET_SCH_TEQL=m |
| @@ -601,7 +610,6 @@ CONFIG_BT_RFCOMM_TTY=y | |||
| 601 | CONFIG_BT_BNEP=m | 610 | CONFIG_BT_BNEP=m |
| 602 | CONFIG_BT_BNEP_MC_FILTER=y | 611 | CONFIG_BT_BNEP_MC_FILTER=y |
| 603 | CONFIG_BT_BNEP_PROTO_FILTER=y | 612 | CONFIG_BT_BNEP_PROTO_FILTER=y |
| 604 | CONFIG_BT_CMTP=m | ||
| 605 | CONFIG_BT_HIDP=m | 613 | CONFIG_BT_HIDP=m |
| 606 | 614 | ||
| 607 | # | 615 | # |
| @@ -609,6 +617,7 @@ CONFIG_BT_HIDP=m | |||
| 609 | # | 617 | # |
| 610 | CONFIG_BT_HCIUSB=m | 618 | CONFIG_BT_HCIUSB=m |
| 611 | CONFIG_BT_HCIUSB_SCO=y | 619 | CONFIG_BT_HCIUSB_SCO=y |
| 620 | # CONFIG_BT_HCIBTUSB is not set | ||
| 612 | CONFIG_BT_HCIUART=m | 621 | CONFIG_BT_HCIUART=m |
| 613 | CONFIG_BT_HCIUART_H4=y | 622 | CONFIG_BT_HCIUART_H4=y |
| 614 | CONFIG_BT_HCIUART_BCSP=y | 623 | CONFIG_BT_HCIUART_BCSP=y |
| @@ -625,6 +634,7 @@ CONFIG_FIB_RULES=y | |||
| 625 | # | 634 | # |
| 626 | # CONFIG_CFG80211 is not set | 635 | # CONFIG_CFG80211 is not set |
| 627 | CONFIG_WIRELESS_EXT=y | 636 | CONFIG_WIRELESS_EXT=y |
| 637 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
| 628 | # CONFIG_MAC80211 is not set | 638 | # CONFIG_MAC80211 is not set |
| 629 | CONFIG_IEEE80211=m | 639 | CONFIG_IEEE80211=m |
| 630 | # CONFIG_IEEE80211_DEBUG is not set | 640 | # CONFIG_IEEE80211_DEBUG is not set |
| @@ -645,6 +655,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 645 | CONFIG_STANDALONE=y | 655 | CONFIG_STANDALONE=y |
| 646 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 656 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 647 | CONFIG_FW_LOADER=y | 657 | CONFIG_FW_LOADER=y |
| 658 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 659 | CONFIG_EXTRA_FIRMWARE="" | ||
| 648 | # CONFIG_DEBUG_DRIVER is not set | 660 | # CONFIG_DEBUG_DRIVER is not set |
| 649 | # CONFIG_DEBUG_DEVRES is not set | 661 | # CONFIG_DEBUG_DEVRES is not set |
| 650 | # CONFIG_SYS_HYPERVISOR is not set | 662 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -749,6 +761,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384 | |||
| 749 | # CONFIG_BLK_DEV_XIP is not set | 761 | # CONFIG_BLK_DEV_XIP is not set |
| 750 | # CONFIG_CDROM_PKTCDVD is not set | 762 | # CONFIG_CDROM_PKTCDVD is not set |
| 751 | # CONFIG_ATA_OVER_ETH is not set | 763 | # CONFIG_ATA_OVER_ETH is not set |
| 764 | # CONFIG_BLK_DEV_HD is not set | ||
| 752 | # CONFIG_MISC_DEVICES is not set | 765 | # CONFIG_MISC_DEVICES is not set |
| 753 | CONFIG_HAVE_IDE=y | 766 | CONFIG_HAVE_IDE=y |
| 754 | # CONFIG_IDE is not set | 767 | # CONFIG_IDE is not set |
| @@ -844,6 +857,7 @@ CONFIG_SCSI_LPFC=m | |||
| 844 | # CONFIG_SCSI_NSP32 is not set | 857 | # CONFIG_SCSI_NSP32 is not set |
| 845 | # CONFIG_SCSI_DEBUG is not set | 858 | # CONFIG_SCSI_DEBUG is not set |
| 846 | # CONFIG_SCSI_SRP is not set | 859 | # CONFIG_SCSI_SRP is not set |
| 860 | # CONFIG_SCSI_DH is not set | ||
| 847 | # CONFIG_ATA is not set | 861 | # CONFIG_ATA is not set |
| 848 | # CONFIG_MD is not set | 862 | # CONFIG_MD is not set |
| 849 | # CONFIG_FUSION is not set | 863 | # CONFIG_FUSION is not set |
| @@ -851,12 +865,15 @@ CONFIG_SCSI_LPFC=m | |||
| 851 | # | 865 | # |
| 852 | # IEEE 1394 (FireWire) support | 866 | # IEEE 1394 (FireWire) support |
| 853 | # | 867 | # |
| 868 | |||
| 869 | # | ||
| 870 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 871 | # | ||
| 854 | # CONFIG_FIREWIRE is not set | 872 | # CONFIG_FIREWIRE is not set |
| 855 | # CONFIG_IEEE1394 is not set | 873 | # CONFIG_IEEE1394 is not set |
| 856 | # CONFIG_I2O is not set | 874 | # CONFIG_I2O is not set |
| 857 | # CONFIG_MACINTOSH_DRIVERS is not set | 875 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 858 | CONFIG_NETDEVICES=y | 876 | CONFIG_NETDEVICES=y |
| 859 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 860 | CONFIG_DUMMY=m | 877 | CONFIG_DUMMY=m |
| 861 | CONFIG_BONDING=m | 878 | CONFIG_BONDING=m |
| 862 | # CONFIG_MACVLAN is not set | 879 | # CONFIG_MACVLAN is not set |
| @@ -900,7 +917,6 @@ CONFIG_NETDEV_1000=y | |||
| 900 | # CONFIG_DL2K is not set | 917 | # CONFIG_DL2K is not set |
| 901 | # CONFIG_E1000 is not set | 918 | # CONFIG_E1000 is not set |
| 902 | # CONFIG_E1000E is not set | 919 | # CONFIG_E1000E is not set |
| 903 | # CONFIG_E1000E_ENABLED is not set | ||
| 904 | # CONFIG_IP1000 is not set | 920 | # CONFIG_IP1000 is not set |
| 905 | # CONFIG_IGB is not set | 921 | # CONFIG_IGB is not set |
| 906 | # CONFIG_NS83820 is not set | 922 | # CONFIG_NS83820 is not set |
| @@ -916,6 +932,7 @@ CONFIG_NETDEV_1000=y | |||
| 916 | CONFIG_MV643XX_ETH=y | 932 | CONFIG_MV643XX_ETH=y |
| 917 | # CONFIG_QLA3XXX is not set | 933 | # CONFIG_QLA3XXX is not set |
| 918 | # CONFIG_ATL1 is not set | 934 | # CONFIG_ATL1 is not set |
| 935 | # CONFIG_ATL1E is not set | ||
| 919 | # CONFIG_NETDEV_10000 is not set | 936 | # CONFIG_NETDEV_10000 is not set |
| 920 | # CONFIG_TR is not set | 937 | # CONFIG_TR is not set |
| 921 | 938 | ||
| @@ -940,112 +957,13 @@ CONFIG_MV643XX_ETH=y | |||
| 940 | # CONFIG_HIPPI is not set | 957 | # CONFIG_HIPPI is not set |
| 941 | # CONFIG_PPP is not set | 958 | # CONFIG_PPP is not set |
| 942 | # CONFIG_SLIP is not set | 959 | # CONFIG_SLIP is not set |
| 943 | CONFIG_SLHC=m | ||
| 944 | # CONFIG_NET_FC is not set | 960 | # CONFIG_NET_FC is not set |
| 945 | CONFIG_NETCONSOLE=m | 961 | CONFIG_NETCONSOLE=m |
| 946 | # CONFIG_NETCONSOLE_DYNAMIC is not set | 962 | # CONFIG_NETCONSOLE_DYNAMIC is not set |
| 947 | CONFIG_NETPOLL=y | 963 | CONFIG_NETPOLL=y |
| 948 | CONFIG_NETPOLL_TRAP=y | 964 | CONFIG_NETPOLL_TRAP=y |
| 949 | CONFIG_NET_POLL_CONTROLLER=y | 965 | CONFIG_NET_POLL_CONTROLLER=y |
| 950 | CONFIG_ISDN=m | 966 | # CONFIG_ISDN is not set |
| 951 | CONFIG_ISDN_I4L=m | ||
| 952 | CONFIG_ISDN_PPP=y | ||
| 953 | CONFIG_ISDN_PPP_VJ=y | ||
| 954 | CONFIG_ISDN_MPP=y | ||
| 955 | CONFIG_IPPP_FILTER=y | ||
| 956 | # CONFIG_ISDN_PPP_BSDCOMP is not set | ||
| 957 | CONFIG_ISDN_AUDIO=y | ||
| 958 | CONFIG_ISDN_TTY_FAX=y | ||
| 959 | |||
| 960 | # | ||
| 961 | # ISDN feature submodules | ||
| 962 | # | ||
| 963 | CONFIG_ISDN_DRV_LOOP=m | ||
| 964 | # CONFIG_ISDN_DIVERSION is not set | ||
| 965 | |||
| 966 | # | ||
| 967 | # ISDN4Linux hardware drivers | ||
| 968 | # | ||
| 969 | |||
| 970 | # | ||
| 971 | # Passive cards | ||
| 972 | # | ||
| 973 | CONFIG_ISDN_DRV_HISAX=m | ||
| 974 | |||
| 975 | # | ||
| 976 | # D-channel protocol features | ||
| 977 | # | ||
| 978 | CONFIG_HISAX_EURO=y | ||
| 979 | CONFIG_DE_AOC=y | ||
| 980 | CONFIG_HISAX_NO_SENDCOMPLETE=y | ||
| 981 | CONFIG_HISAX_NO_LLC=y | ||
| 982 | CONFIG_HISAX_NO_KEYPAD=y | ||
| 983 | CONFIG_HISAX_1TR6=y | ||
| 984 | CONFIG_HISAX_NI1=y | ||
| 985 | CONFIG_HISAX_MAX_CARDS=8 | ||
| 986 | |||
| 987 | # | ||
| 988 | # HiSax supported cards | ||
| 989 | # | ||
| 990 | CONFIG_HISAX_16_3=y | ||
| 991 | CONFIG_HISAX_S0BOX=y | ||
| 992 | CONFIG_HISAX_FRITZPCI=y | ||
| 993 | CONFIG_HISAX_AVM_A1_PCMCIA=y | ||
| 994 | CONFIG_HISAX_ELSA=y | ||
| 995 | CONFIG_HISAX_DIEHLDIVA=y | ||
| 996 | CONFIG_HISAX_SEDLBAUER=y | ||
| 997 | CONFIG_HISAX_NICCY=y | ||
| 998 | CONFIG_HISAX_BKM_A4T=y | ||
| 999 | CONFIG_HISAX_SCT_QUADRO=y | ||
| 1000 | CONFIG_HISAX_GAZEL=y | ||
| 1001 | CONFIG_HISAX_W6692=y | ||
| 1002 | CONFIG_HISAX_HFC_SX=y | ||
| 1003 | # CONFIG_HISAX_DEBUG is not set | ||
| 1004 | |||
| 1005 | # | ||
| 1006 | # HiSax PCMCIA card service modules | ||
| 1007 | # | ||
| 1008 | |||
| 1009 | # | ||
| 1010 | # HiSax sub driver modules | ||
| 1011 | # | ||
| 1012 | CONFIG_HISAX_ST5481=m | ||
| 1013 | CONFIG_HISAX_HFCUSB=m | ||
| 1014 | # CONFIG_HISAX_HFC4S8S is not set | ||
| 1015 | CONFIG_HISAX_FRITZ_PCIPNP=m | ||
| 1016 | CONFIG_HISAX_HDLC=y | ||
| 1017 | |||
| 1018 | # | ||
| 1019 | # Active cards | ||
| 1020 | # | ||
| 1021 | CONFIG_HYSDN=m | ||
| 1022 | CONFIG_HYSDN_CAPI=y | ||
| 1023 | # CONFIG_ISDN_DRV_GIGASET is not set | ||
| 1024 | CONFIG_ISDN_CAPI=m | ||
| 1025 | CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y | ||
| 1026 | CONFIG_CAPI_TRACE=y | ||
| 1027 | CONFIG_ISDN_CAPI_MIDDLEWARE=y | ||
| 1028 | CONFIG_ISDN_CAPI_CAPI20=m | ||
| 1029 | CONFIG_ISDN_CAPI_CAPIFS_BOOL=y | ||
| 1030 | CONFIG_ISDN_CAPI_CAPIFS=m | ||
| 1031 | CONFIG_ISDN_CAPI_CAPIDRV=m | ||
| 1032 | |||
| 1033 | # | ||
| 1034 | # CAPI hardware drivers | ||
| 1035 | # | ||
| 1036 | CONFIG_CAPI_AVM=y | ||
| 1037 | CONFIG_ISDN_DRV_AVMB1_B1PCI=m | ||
| 1038 | CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y | ||
| 1039 | CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m | ||
| 1040 | CONFIG_ISDN_DRV_AVMB1_T1PCI=m | ||
| 1041 | CONFIG_ISDN_DRV_AVMB1_C4=m | ||
| 1042 | CONFIG_CAPI_EICON=y | ||
| 1043 | CONFIG_ISDN_DIVAS=m | ||
| 1044 | CONFIG_ISDN_DIVAS_BRIPCI=y | ||
| 1045 | CONFIG_ISDN_DIVAS_PRIPCI=y | ||
| 1046 | CONFIG_ISDN_DIVAS_DIVACAPI=m | ||
| 1047 | CONFIG_ISDN_DIVAS_USERIDI=m | ||
| 1048 | CONFIG_ISDN_DIVAS_MAINT=m | ||
| 1049 | # CONFIG_PHONE is not set | 967 | # CONFIG_PHONE is not set |
| 1050 | 968 | ||
| 1051 | # | 969 | # |
| @@ -1092,6 +1010,7 @@ CONFIG_INPUT_UINPUT=m | |||
| 1092 | # Character devices | 1010 | # Character devices |
| 1093 | # | 1011 | # |
| 1094 | CONFIG_VT=y | 1012 | CONFIG_VT=y |
| 1013 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 1095 | CONFIG_VT_CONSOLE=y | 1014 | CONFIG_VT_CONSOLE=y |
| 1096 | CONFIG_HW_CONSOLE=y | 1015 | CONFIG_HW_CONSOLE=y |
| 1097 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 1016 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -1145,44 +1064,65 @@ CONFIG_DEVPORT=y | |||
| 1145 | CONFIG_I2C=m | 1064 | CONFIG_I2C=m |
| 1146 | CONFIG_I2C_BOARDINFO=y | 1065 | CONFIG_I2C_BOARDINFO=y |
| 1147 | CONFIG_I2C_CHARDEV=m | 1066 | CONFIG_I2C_CHARDEV=m |
| 1067 | CONFIG_I2C_HELPER_AUTO=y | ||
| 1148 | 1068 | ||
| 1149 | # | 1069 | # |
| 1150 | # I2C Hardware Bus support | 1070 | # I2C Hardware Bus support |
| 1151 | # | 1071 | # |
| 1072 | |||
| 1073 | # | ||
| 1074 | # PC SMBus host controller drivers | ||
| 1075 | # | ||
| 1152 | # CONFIG_I2C_ALI1535 is not set | 1076 | # CONFIG_I2C_ALI1535 is not set |
| 1153 | # CONFIG_I2C_ALI1563 is not set | 1077 | # CONFIG_I2C_ALI1563 is not set |
| 1154 | # CONFIG_I2C_ALI15X3 is not set | 1078 | # CONFIG_I2C_ALI15X3 is not set |
| 1155 | # CONFIG_I2C_AMD756 is not set | 1079 | # CONFIG_I2C_AMD756 is not set |
| 1156 | # CONFIG_I2C_AMD8111 is not set | 1080 | # CONFIG_I2C_AMD8111 is not set |
| 1157 | # CONFIG_I2C_I801 is not set | 1081 | # CONFIG_I2C_I801 is not set |
| 1158 | # CONFIG_I2C_I810 is not set | 1082 | # CONFIG_I2C_ISCH is not set |
| 1159 | # CONFIG_I2C_PIIX4 is not set | 1083 | # CONFIG_I2C_PIIX4 is not set |
| 1160 | # CONFIG_I2C_MPC is not set | ||
| 1161 | # CONFIG_I2C_NFORCE2 is not set | 1084 | # CONFIG_I2C_NFORCE2 is not set |
| 1162 | # CONFIG_I2C_OCORES is not set | ||
| 1163 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 1164 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 1165 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 1166 | # CONFIG_I2C_SIMTEC is not set | ||
| 1167 | # CONFIG_I2C_SIS5595 is not set | 1085 | # CONFIG_I2C_SIS5595 is not set |
| 1168 | # CONFIG_I2C_SIS630 is not set | 1086 | # CONFIG_I2C_SIS630 is not set |
| 1169 | # CONFIG_I2C_SIS96X is not set | 1087 | # CONFIG_I2C_SIS96X is not set |
| 1170 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 1171 | # CONFIG_I2C_STUB is not set | ||
| 1172 | # CONFIG_I2C_TINY_USB is not set | ||
| 1173 | # CONFIG_I2C_VIA is not set | 1088 | # CONFIG_I2C_VIA is not set |
| 1174 | # CONFIG_I2C_VIAPRO is not set | 1089 | # CONFIG_I2C_VIAPRO is not set |
| 1090 | |||
| 1091 | # | ||
| 1092 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 1093 | # | ||
| 1094 | # CONFIG_I2C_MPC is not set | ||
| 1095 | CONFIG_I2C_MV64XXX=m | ||
| 1096 | # CONFIG_I2C_OCORES is not set | ||
| 1097 | # CONFIG_I2C_SIMTEC is not set | ||
| 1098 | |||
| 1099 | # | ||
| 1100 | # External I2C/SMBus adapter drivers | ||
| 1101 | # | ||
| 1102 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 1103 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 1104 | # CONFIG_I2C_TINY_USB is not set | ||
| 1105 | |||
| 1106 | # | ||
| 1107 | # Graphics adapter I2C/DDC channel drivers | ||
| 1108 | # | ||
| 1175 | # CONFIG_I2C_VOODOO3 is not set | 1109 | # CONFIG_I2C_VOODOO3 is not set |
| 1110 | |||
| 1111 | # | ||
| 1112 | # Other I2C/SMBus bus drivers | ||
| 1113 | # | ||
| 1176 | # CONFIG_I2C_PCA_PLATFORM is not set | 1114 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 1177 | CONFIG_I2C_MV64XXX=m | 1115 | # CONFIG_I2C_STUB is not set |
| 1178 | 1116 | ||
| 1179 | # | 1117 | # |
| 1180 | # Miscellaneous I2C Chip support | 1118 | # Miscellaneous I2C Chip support |
| 1181 | # | 1119 | # |
| 1182 | # CONFIG_DS1682 is not set | 1120 | # CONFIG_DS1682 is not set |
| 1121 | # CONFIG_AT24 is not set | ||
| 1183 | CONFIG_SENSORS_EEPROM=m | 1122 | CONFIG_SENSORS_EEPROM=m |
| 1184 | CONFIG_SENSORS_PCF8574=m | 1123 | CONFIG_SENSORS_PCF8574=m |
| 1185 | # CONFIG_PCF8575 is not set | 1124 | # CONFIG_PCF8575 is not set |
| 1125 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 1186 | CONFIG_SENSORS_PCF8591=m | 1126 | CONFIG_SENSORS_PCF8591=m |
| 1187 | # CONFIG_SENSORS_MAX6875 is not set | 1127 | # CONFIG_SENSORS_MAX6875 is not set |
| 1188 | # CONFIG_SENSORS_TSL2550 is not set | 1128 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -1191,10 +1131,13 @@ CONFIG_SENSORS_PCF8591=m | |||
| 1191 | # CONFIG_I2C_DEBUG_BUS is not set | 1131 | # CONFIG_I2C_DEBUG_BUS is not set |
| 1192 | # CONFIG_I2C_DEBUG_CHIP is not set | 1132 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 1193 | # CONFIG_SPI is not set | 1133 | # CONFIG_SPI is not set |
| 1134 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 1135 | # CONFIG_GPIOLIB is not set | ||
| 1194 | # CONFIG_W1 is not set | 1136 | # CONFIG_W1 is not set |
| 1195 | # CONFIG_POWER_SUPPLY is not set | 1137 | # CONFIG_POWER_SUPPLY is not set |
| 1196 | CONFIG_HWMON=m | 1138 | CONFIG_HWMON=m |
| 1197 | CONFIG_HWMON_VID=m | 1139 | CONFIG_HWMON_VID=m |
| 1140 | # CONFIG_SENSORS_AD7414 is not set | ||
| 1198 | # CONFIG_SENSORS_AD7418 is not set | 1141 | # CONFIG_SENSORS_AD7418 is not set |
| 1199 | CONFIG_SENSORS_ADM1021=m | 1142 | CONFIG_SENSORS_ADM1021=m |
| 1200 | CONFIG_SENSORS_ADM1025=m | 1143 | CONFIG_SENSORS_ADM1025=m |
| @@ -1255,6 +1198,7 @@ CONFIG_WATCHDOG=y | |||
| 1255 | # Watchdog Device Drivers | 1198 | # Watchdog Device Drivers |
| 1256 | # | 1199 | # |
| 1257 | CONFIG_SOFT_WATCHDOG=m | 1200 | CONFIG_SOFT_WATCHDOG=m |
| 1201 | # CONFIG_ALIM7101_WDT is not set | ||
| 1258 | # CONFIG_MV64X60_WDT is not set | 1202 | # CONFIG_MV64X60_WDT is not set |
| 1259 | 1203 | ||
| 1260 | # | 1204 | # |
| @@ -1278,8 +1222,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 1278 | # | 1222 | # |
| 1279 | # Multifunction device drivers | 1223 | # Multifunction device drivers |
| 1280 | # | 1224 | # |
| 1225 | # CONFIG_MFD_CORE is not set | ||
| 1281 | # CONFIG_MFD_SM501 is not set | 1226 | # CONFIG_MFD_SM501 is not set |
| 1282 | # CONFIG_HTC_PASIC3 is not set | 1227 | # CONFIG_HTC_PASIC3 is not set |
| 1228 | # CONFIG_MFD_TMIO is not set | ||
| 1283 | 1229 | ||
| 1284 | # | 1230 | # |
| 1285 | # Multimedia devices | 1231 | # Multimedia devices |
| @@ -1290,6 +1236,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 1290 | # | 1236 | # |
| 1291 | # CONFIG_VIDEO_DEV is not set | 1237 | # CONFIG_VIDEO_DEV is not set |
| 1292 | # CONFIG_DVB_CORE is not set | 1238 | # CONFIG_DVB_CORE is not set |
| 1239 | # CONFIG_VIDEO_MEDIA is not set | ||
| 1293 | 1240 | ||
| 1294 | # | 1241 | # |
| 1295 | # Multimedia drivers | 1242 | # Multimedia drivers |
| @@ -1316,10 +1263,6 @@ CONFIG_SSB_POSSIBLE=y | |||
| 1316 | # | 1263 | # |
| 1317 | # CONFIG_VGA_CONSOLE is not set | 1264 | # CONFIG_VGA_CONSOLE is not set |
| 1318 | CONFIG_DUMMY_CONSOLE=y | 1265 | CONFIG_DUMMY_CONSOLE=y |
| 1319 | |||
| 1320 | # | ||
| 1321 | # Sound | ||
| 1322 | # | ||
| 1323 | # CONFIG_SOUND is not set | 1266 | # CONFIG_SOUND is not set |
| 1324 | # CONFIG_HID_SUPPORT is not set | 1267 | # CONFIG_HID_SUPPORT is not set |
| 1325 | CONFIG_HID=m | 1268 | CONFIG_HID=m |
| @@ -1339,6 +1282,7 @@ CONFIG_USB_DEVICEFS=y | |||
| 1339 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1282 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 1340 | CONFIG_USB_SUSPEND=y | 1283 | CONFIG_USB_SUSPEND=y |
| 1341 | # CONFIG_USB_OTG is not set | 1284 | # CONFIG_USB_OTG is not set |
| 1285 | CONFIG_USB_MON=y | ||
| 1342 | 1286 | ||
| 1343 | # | 1287 | # |
| 1344 | # USB Host Controller Drivers | 1288 | # USB Host Controller Drivers |
| @@ -1363,10 +1307,15 @@ CONFIG_USB_UHCI_HCD=m | |||
| 1363 | # CONFIG_USB_R8A66597_HCD is not set | 1307 | # CONFIG_USB_R8A66597_HCD is not set |
| 1364 | 1308 | ||
| 1365 | # | 1309 | # |
| 1310 | # Enable Host or Gadget support to see Inventra options | ||
| 1311 | # | ||
| 1312 | |||
| 1313 | # | ||
| 1366 | # USB Device Class drivers | 1314 | # USB Device Class drivers |
| 1367 | # | 1315 | # |
| 1368 | CONFIG_USB_ACM=m | 1316 | CONFIG_USB_ACM=m |
| 1369 | CONFIG_USB_PRINTER=m | 1317 | CONFIG_USB_PRINTER=m |
| 1318 | # CONFIG_USB_WDM is not set | ||
| 1370 | 1319 | ||
| 1371 | # | 1320 | # |
| 1372 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1321 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -1388,6 +1337,7 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
| 1388 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1337 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1389 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1338 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1390 | # CONFIG_USB_STORAGE_KARMA is not set | 1339 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1340 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1391 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1341 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1392 | # CONFIG_USB_LIBUSUAL is not set | 1342 | # CONFIG_USB_LIBUSUAL is not set |
| 1393 | 1343 | ||
| @@ -1396,7 +1346,6 @@ CONFIG_USB_STORAGE_JUMPSHOT=y | |||
| 1396 | # | 1346 | # |
| 1397 | CONFIG_USB_MDC800=m | 1347 | CONFIG_USB_MDC800=m |
| 1398 | CONFIG_USB_MICROTEK=m | 1348 | CONFIG_USB_MICROTEK=m |
| 1399 | CONFIG_USB_MON=y | ||
| 1400 | 1349 | ||
| 1401 | # | 1350 | # |
| 1402 | # USB port drivers | 1351 | # USB port drivers |
| @@ -1405,7 +1354,6 @@ CONFIG_USB_SERIAL=m | |||
| 1405 | CONFIG_USB_EZUSB=y | 1354 | CONFIG_USB_EZUSB=y |
| 1406 | CONFIG_USB_SERIAL_GENERIC=y | 1355 | CONFIG_USB_SERIAL_GENERIC=y |
| 1407 | # CONFIG_USB_SERIAL_AIRCABLE is not set | 1356 | # CONFIG_USB_SERIAL_AIRCABLE is not set |
| 1408 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1409 | # CONFIG_USB_SERIAL_ARK3116 is not set | 1357 | # CONFIG_USB_SERIAL_ARK3116 is not set |
| 1410 | CONFIG_USB_SERIAL_BELKIN=m | 1358 | CONFIG_USB_SERIAL_BELKIN=m |
| 1411 | # CONFIG_USB_SERIAL_CH341 is not set | 1359 | # CONFIG_USB_SERIAL_CH341 is not set |
| @@ -1443,6 +1391,7 @@ CONFIG_USB_SERIAL_KOBIL_SCT=m | |||
| 1443 | CONFIG_USB_SERIAL_MCT_U232=m | 1391 | CONFIG_USB_SERIAL_MCT_U232=m |
| 1444 | # CONFIG_USB_SERIAL_MOS7720 is not set | 1392 | # CONFIG_USB_SERIAL_MOS7720 is not set |
| 1445 | # CONFIG_USB_SERIAL_MOS7840 is not set | 1393 | # CONFIG_USB_SERIAL_MOS7840 is not set |
| 1394 | # CONFIG_USB_SERIAL_MOTOROLA is not set | ||
| 1446 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1395 | # CONFIG_USB_SERIAL_NAVMAN is not set |
| 1447 | CONFIG_USB_SERIAL_PL2303=m | 1396 | CONFIG_USB_SERIAL_PL2303=m |
| 1448 | # CONFIG_USB_SERIAL_OTI6858 is not set | 1397 | # CONFIG_USB_SERIAL_OTI6858 is not set |
| @@ -1464,7 +1413,6 @@ CONFIG_USB_SERIAL_OMNINET=m | |||
| 1464 | CONFIG_USB_EMI62=m | 1413 | CONFIG_USB_EMI62=m |
| 1465 | # CONFIG_USB_EMI26 is not set | 1414 | # CONFIG_USB_EMI26 is not set |
| 1466 | # CONFIG_USB_ADUTUX is not set | 1415 | # CONFIG_USB_ADUTUX is not set |
| 1467 | CONFIG_USB_AUERSWALD=m | ||
| 1468 | CONFIG_USB_RIO500=m | 1416 | CONFIG_USB_RIO500=m |
| 1469 | CONFIG_USB_LEGOTOWER=m | 1417 | CONFIG_USB_LEGOTOWER=m |
| 1470 | CONFIG_USB_LCD=m | 1418 | CONFIG_USB_LCD=m |
| @@ -1481,6 +1429,7 @@ CONFIG_USB_LED=m | |||
| 1481 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1429 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 1482 | # CONFIG_USB_IOWARRIOR is not set | 1430 | # CONFIG_USB_IOWARRIOR is not set |
| 1483 | CONFIG_USB_TEST=m | 1431 | CONFIG_USB_TEST=m |
| 1432 | # CONFIG_USB_ISIGHTFW is not set | ||
| 1484 | CONFIG_USB_ATM=m | 1433 | CONFIG_USB_ATM=m |
| 1485 | CONFIG_USB_SPEEDTOUCH=m | 1434 | CONFIG_USB_SPEEDTOUCH=m |
| 1486 | # CONFIG_USB_CXACRU is not set | 1435 | # CONFIG_USB_CXACRU is not set |
| @@ -1601,6 +1550,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 1601 | CONFIG_CRAMFS=m | 1550 | CONFIG_CRAMFS=m |
| 1602 | CONFIG_VXFS_FS=m | 1551 | CONFIG_VXFS_FS=m |
| 1603 | # CONFIG_MINIX_FS is not set | 1552 | # CONFIG_MINIX_FS is not set |
| 1553 | # CONFIG_OMFS_FS is not set | ||
| 1604 | # CONFIG_HPFS_FS is not set | 1554 | # CONFIG_HPFS_FS is not set |
| 1605 | # CONFIG_QNX4FS_FS is not set | 1555 | # CONFIG_QNX4FS_FS is not set |
| 1606 | # CONFIG_ROMFS_FS is not set | 1556 | # CONFIG_ROMFS_FS is not set |
| @@ -1611,8 +1561,8 @@ CONFIG_NFS_FS=y | |||
| 1611 | CONFIG_NFS_V3=y | 1561 | CONFIG_NFS_V3=y |
| 1612 | CONFIG_NFS_V3_ACL=y | 1562 | CONFIG_NFS_V3_ACL=y |
| 1613 | CONFIG_NFS_V4=y | 1563 | CONFIG_NFS_V4=y |
| 1614 | # CONFIG_NFSD is not set | ||
| 1615 | CONFIG_ROOT_NFS=y | 1564 | CONFIG_ROOT_NFS=y |
| 1565 | # CONFIG_NFSD is not set | ||
| 1616 | CONFIG_LOCKD=y | 1566 | CONFIG_LOCKD=y |
| 1617 | CONFIG_LOCKD_V4=y | 1567 | CONFIG_LOCKD_V4=y |
| 1618 | CONFIG_NFS_ACL_SUPPORT=y | 1568 | CONFIG_NFS_ACL_SUPPORT=y |
| @@ -1620,7 +1570,6 @@ CONFIG_NFS_COMMON=y | |||
| 1620 | CONFIG_SUNRPC=y | 1570 | CONFIG_SUNRPC=y |
| 1621 | CONFIG_SUNRPC_GSS=y | 1571 | CONFIG_SUNRPC_GSS=y |
| 1622 | CONFIG_SUNRPC_XPRT_RDMA=m | 1572 | CONFIG_SUNRPC_XPRT_RDMA=m |
| 1623 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1624 | CONFIG_RPCSEC_GSS_KRB5=y | 1573 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1625 | CONFIG_RPCSEC_GSS_SPKM3=m | 1574 | CONFIG_RPCSEC_GSS_SPKM3=m |
| 1626 | # CONFIG_SMB_FS is not set | 1575 | # CONFIG_SMB_FS is not set |
| @@ -1705,6 +1654,7 @@ CONFIG_BITREVERSE=y | |||
| 1705 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1654 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1706 | CONFIG_CRC_CCITT=m | 1655 | CONFIG_CRC_CCITT=m |
| 1707 | # CONFIG_CRC16 is not set | 1656 | # CONFIG_CRC16 is not set |
| 1657 | CONFIG_CRC_T10DIF=m | ||
| 1708 | CONFIG_CRC_ITU_T=m | 1658 | CONFIG_CRC_ITU_T=m |
| 1709 | CONFIG_CRC32=y | 1659 | CONFIG_CRC32=y |
| 1710 | # CONFIG_CRC7 is not set | 1660 | # CONFIG_CRC7 is not set |
| @@ -1732,6 +1682,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 1732 | CONFIG_DEBUG_KERNEL=y | 1682 | CONFIG_DEBUG_KERNEL=y |
| 1733 | # CONFIG_DEBUG_SHIRQ is not set | 1683 | # CONFIG_DEBUG_SHIRQ is not set |
| 1734 | CONFIG_DETECT_SOFTLOCKUP=y | 1684 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1685 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1686 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1735 | CONFIG_SCHED_DEBUG=y | 1687 | CONFIG_SCHED_DEBUG=y |
| 1736 | # CONFIG_SCHEDSTATS is not set | 1688 | # CONFIG_SCHEDSTATS is not set |
| 1737 | # CONFIG_TIMER_STATS is not set | 1689 | # CONFIG_TIMER_STATS is not set |
| @@ -1750,6 +1702,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1750 | CONFIG_DEBUG_INFO=y | 1702 | CONFIG_DEBUG_INFO=y |
| 1751 | # CONFIG_DEBUG_VM is not set | 1703 | # CONFIG_DEBUG_VM is not set |
| 1752 | # CONFIG_DEBUG_WRITECOUNT is not set | 1704 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1705 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1753 | # CONFIG_DEBUG_LIST is not set | 1706 | # CONFIG_DEBUG_LIST is not set |
| 1754 | # CONFIG_DEBUG_SG is not set | 1707 | # CONFIG_DEBUG_SG is not set |
| 1755 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1708 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| @@ -1758,11 +1711,22 @@ CONFIG_DEBUG_INFO=y | |||
| 1758 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1711 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1759 | # CONFIG_LKDTM is not set | 1712 | # CONFIG_LKDTM is not set |
| 1760 | # CONFIG_FAULT_INJECTION is not set | 1713 | # CONFIG_FAULT_INJECTION is not set |
| 1714 | # CONFIG_LATENCYTOP is not set | ||
| 1715 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1716 | CONFIG_HAVE_FTRACE=y | ||
| 1717 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1718 | # CONFIG_FTRACE is not set | ||
| 1719 | # CONFIG_SCHED_TRACER is not set | ||
| 1720 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1761 | # CONFIG_SAMPLES is not set | 1721 | # CONFIG_SAMPLES is not set |
| 1722 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1723 | # CONFIG_KGDB is not set | ||
| 1762 | CONFIG_DEBUG_STACKOVERFLOW=y | 1724 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 1763 | CONFIG_DEBUG_STACK_USAGE=y | 1725 | CONFIG_DEBUG_STACK_USAGE=y |
| 1764 | # CONFIG_DEBUG_PAGEALLOC is not set | 1726 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1765 | # CONFIG_DEBUGGER is not set | 1727 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1728 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1729 | # CONFIG_XMON is not set | ||
| 1766 | # CONFIG_IRQSTACKS is not set | 1730 | # CONFIG_IRQSTACKS is not set |
| 1767 | # CONFIG_BDI_SWITCH is not set | 1731 | # CONFIG_BDI_SWITCH is not set |
| 1768 | CONFIG_BOOTX_TEXT=y | 1732 | CONFIG_BOOTX_TEXT=y |
| @@ -1776,7 +1740,6 @@ CONFIG_KEYS_DEBUG_PROC_KEYS=y | |||
| 1776 | CONFIG_SECURITY=y | 1740 | CONFIG_SECURITY=y |
| 1777 | CONFIG_SECURITY_NETWORK=y | 1741 | CONFIG_SECURITY_NETWORK=y |
| 1778 | # CONFIG_SECURITY_NETWORK_XFRM is not set | 1742 | # CONFIG_SECURITY_NETWORK_XFRM is not set |
| 1779 | CONFIG_SECURITY_CAPABILITIES=y | ||
| 1780 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1743 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 1781 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | 1744 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 |
| 1782 | CONFIG_SECURITY_SELINUX=y | 1745 | CONFIG_SECURITY_SELINUX=y |
| @@ -1835,6 +1798,10 @@ CONFIG_CRYPTO_CRC32C=m | |||
| 1835 | CONFIG_CRYPTO_MD4=m | 1798 | CONFIG_CRYPTO_MD4=m |
| 1836 | CONFIG_CRYPTO_MD5=y | 1799 | CONFIG_CRYPTO_MD5=y |
| 1837 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1800 | CONFIG_CRYPTO_MICHAEL_MIC=m |
| 1801 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1802 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1803 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1804 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1838 | CONFIG_CRYPTO_SHA1=y | 1805 | CONFIG_CRYPTO_SHA1=y |
| 1839 | CONFIG_CRYPTO_SHA256=m | 1806 | CONFIG_CRYPTO_SHA256=m |
| 1840 | CONFIG_CRYPTO_SHA512=m | 1807 | CONFIG_CRYPTO_SHA512=m |
diff --git a/arch/powerpc/configs/ep8248e_defconfig b/arch/powerpc/configs/ep8248e_defconfig index ba2a463b9305..ef0c6e800508 100644 --- a/arch/powerpc/configs/ep8248e_defconfig +++ b/arch/powerpc/configs/ep8248e_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:09 2008 | 4 | # Thu Aug 21 00:52:03 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_6xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_ALTIVEC is not set | ||
| 18 | CONFIG_PPC_STD_MMU=y | 19 | CONFIG_PPC_STD_MMU=y |
| 19 | CONFIG_PPC_STD_MMU_32=y | 20 | CONFIG_PPC_STD_MMU_32=y |
| 20 | # CONFIG_PPC_MM_SLICES is not set | 21 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -31,12 +32,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 31 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 32 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 33 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 39 | CONFIG_GENERIC_HWEIGHT=y |
| 38 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 39 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 42 | CONFIG_GENERIC_GPIO=y | ||
| 40 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 43 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 41 | CONFIG_PPC=y | 44 | CONFIG_PPC=y |
| 42 | CONFIG_EARLY_PRINTK=y | 45 | CONFIG_EARLY_PRINTK=y |
| @@ -45,11 +48,13 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | |||
| 45 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 48 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 46 | CONFIG_PPC_OF=y | 49 | CONFIG_PPC_OF=y |
| 47 | CONFIG_OF=y | 50 | CONFIG_OF=y |
| 48 | # CONFIG_PPC_UDBG_16550 is not set | 51 | CONFIG_PPC_UDBG_16550=y |
| 49 | # CONFIG_GENERIC_TBSYNC is not set | 52 | # CONFIG_GENERIC_TBSYNC is not set |
| 50 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 51 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 52 | # CONFIG_DEFAULT_UIMAGE is not set | 55 | # CONFIG_DEFAULT_UIMAGE is not set |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 53 | # CONFIG_PPC_DCR_NATIVE is not set | 58 | # CONFIG_PPC_DCR_NATIVE is not set |
| 54 | # CONFIG_PPC_DCR_MMIO is not set | 59 | # CONFIG_PPC_DCR_MMIO is not set |
| 55 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -81,7 +86,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 81 | CONFIG_SYSCTL=y | 86 | CONFIG_SYSCTL=y |
| 82 | CONFIG_EMBEDDED=y | 87 | CONFIG_EMBEDDED=y |
| 83 | CONFIG_SYSCTL_SYSCALL=y | 88 | CONFIG_SYSCTL_SYSCALL=y |
| 84 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 85 | CONFIG_KALLSYMS=y | 89 | CONFIG_KALLSYMS=y |
| 86 | CONFIG_KALLSYMS_ALL=y | 90 | CONFIG_KALLSYMS_ALL=y |
| 87 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -89,6 +93,7 @@ CONFIG_HOTPLUG=y | |||
| 89 | CONFIG_PRINTK=y | 93 | CONFIG_PRINTK=y |
| 90 | CONFIG_BUG=y | 94 | CONFIG_BUG=y |
| 91 | CONFIG_ELF_CORE=y | 95 | CONFIG_ELF_CORE=y |
| 96 | CONFIG_PCSPKR_PLATFORM=y | ||
| 92 | CONFIG_COMPAT_BRK=y | 97 | CONFIG_COMPAT_BRK=y |
| 93 | CONFIG_BASE_FULL=y | 98 | CONFIG_BASE_FULL=y |
| 94 | CONFIG_FUTEX=y | 99 | CONFIG_FUTEX=y |
| @@ -105,10 +110,16 @@ CONFIG_SLAB=y | |||
| 105 | # CONFIG_PROFILING is not set | 110 | # CONFIG_PROFILING is not set |
| 106 | # CONFIG_MARKERS is not set | 111 | # CONFIG_MARKERS is not set |
| 107 | CONFIG_HAVE_OPROFILE=y | 112 | CONFIG_HAVE_OPROFILE=y |
| 113 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 114 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 108 | CONFIG_HAVE_KPROBES=y | 115 | CONFIG_HAVE_KPROBES=y |
| 109 | CONFIG_HAVE_KRETPROBES=y | 116 | CONFIG_HAVE_KRETPROBES=y |
| 117 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 110 | # CONFIG_HAVE_DMA_ATTRS is not set | 118 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 119 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 120 | CONFIG_HAVE_CLK=y | ||
| 111 | CONFIG_PROC_PAGE_MONITOR=y | 121 | CONFIG_PROC_PAGE_MONITOR=y |
| 122 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 112 | CONFIG_SLABINFO=y | 123 | CONFIG_SLABINFO=y |
| 113 | CONFIG_RT_MUTEXES=y | 124 | CONFIG_RT_MUTEXES=y |
| 114 | # CONFIG_TINY_SHMEM is not set | 125 | # CONFIG_TINY_SHMEM is not set |
| @@ -118,6 +129,7 @@ CONFIG_BLOCK=y | |||
| 118 | # CONFIG_LBD is not set | 129 | # CONFIG_LBD is not set |
| 119 | # CONFIG_BLK_DEV_IO_TRACE is not set | 130 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 120 | # CONFIG_LSF is not set | 131 | # CONFIG_LSF is not set |
| 132 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 121 | 133 | ||
| 122 | # | 134 | # |
| 123 | # IO Schedulers | 135 | # IO Schedulers |
| @@ -136,33 +148,43 @@ CONFIG_CLASSIC_RCU=y | |||
| 136 | # | 148 | # |
| 137 | # Platform support | 149 | # Platform support |
| 138 | # | 150 | # |
| 139 | # CONFIG_PPC_MULTIPLATFORM is not set | 151 | CONFIG_PPC_MULTIPLATFORM=y |
| 140 | CONFIG_PPC_82xx=y | 152 | CONFIG_CLASSIC32=y |
| 141 | # CONFIG_PPC_83xx is not set | 153 | CONFIG_PPC_CHRP=y |
| 142 | # CONFIG_PPC_86xx is not set | 154 | # CONFIG_MPC5121_ADS is not set |
| 143 | # CONFIG_PPC_MPC512x is not set | 155 | # CONFIG_MPC5121_GENERIC is not set |
| 144 | # CONFIG_PPC_MPC5121 is not set | 156 | # CONFIG_PPC_MPC52xx is not set |
| 157 | CONFIG_PPC_PMAC=y | ||
| 145 | # CONFIG_PPC_CELL is not set | 158 | # CONFIG_PPC_CELL is not set |
| 146 | # CONFIG_PPC_CELL_NATIVE is not set | 159 | # CONFIG_PPC_CELL_NATIVE is not set |
| 160 | CONFIG_PPC_82xx=y | ||
| 147 | # CONFIG_MPC8272_ADS is not set | 161 | # CONFIG_MPC8272_ADS is not set |
| 148 | # CONFIG_PQ2FADS is not set | 162 | # CONFIG_PQ2FADS is not set |
| 149 | CONFIG_EP8248E=y | 163 | CONFIG_EP8248E=y |
| 150 | # CONFIG_PQ2ADS is not set | 164 | # CONFIG_PQ2ADS is not set |
| 151 | CONFIG_8260=y | 165 | CONFIG_8260=y |
| 152 | CONFIG_8272=y | 166 | CONFIG_8272=y |
| 167 | # CONFIG_PPC_83xx is not set | ||
| 168 | # CONFIG_PPC_86xx is not set | ||
| 169 | # CONFIG_EMBEDDED6xx is not set | ||
| 170 | CONFIG_PPC_NATIVE=y | ||
| 171 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 153 | # CONFIG_IPIC is not set | 172 | # CONFIG_IPIC is not set |
| 154 | # CONFIG_MPIC is not set | 173 | CONFIG_MPIC=y |
| 155 | # CONFIG_MPIC_WEIRD is not set | 174 | # CONFIG_MPIC_WEIRD is not set |
| 156 | # CONFIG_PPC_I8259 is not set | 175 | CONFIG_PPC_I8259=y |
| 157 | # CONFIG_PPC_RTAS is not set | 176 | CONFIG_PPC_RTAS=y |
| 177 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 178 | CONFIG_RTAS_PROC=y | ||
| 158 | # CONFIG_MMIO_NVRAM is not set | 179 | # CONFIG_MMIO_NVRAM is not set |
| 159 | # CONFIG_PPC_MPC106 is not set | 180 | CONFIG_PPC_MPC106=y |
| 160 | # CONFIG_PPC_970_NAP is not set | 181 | # CONFIG_PPC_970_NAP is not set |
| 161 | # CONFIG_PPC_INDIRECT_IO is not set | 182 | # CONFIG_PPC_INDIRECT_IO is not set |
| 162 | # CONFIG_GENERIC_IOMAP is not set | 183 | # CONFIG_GENERIC_IOMAP is not set |
| 163 | # CONFIG_CPU_FREQ is not set | 184 | # CONFIG_CPU_FREQ is not set |
| 185 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 186 | # CONFIG_TAU is not set | ||
| 164 | CONFIG_CPM2=y | 187 | CONFIG_CPM2=y |
| 165 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 166 | # CONFIG_FSL_ULI1575 is not set | 188 | # CONFIG_FSL_ULI1575 is not set |
| 167 | CONFIG_CPM=y | 189 | CONFIG_CPM=y |
| 168 | 190 | ||
| @@ -197,6 +219,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 197 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 198 | CONFIG_PAGEFLAGS_EXTENDED=y | 220 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 199 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 222 | CONFIG_MIGRATION=y | ||
| 200 | # CONFIG_RESOURCES_64BIT is not set | 223 | # CONFIG_RESOURCES_64BIT is not set |
| 201 | CONFIG_ZONE_DMA_FLAG=1 | 224 | CONFIG_ZONE_DMA_FLAG=1 |
| 202 | CONFIG_BOUNCE=y | 225 | CONFIG_BOUNCE=y |
| @@ -204,6 +227,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 204 | CONFIG_FORCE_MAX_ZONEORDER=11 | 227 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 205 | CONFIG_PROC_DEVICETREE=y | 228 | CONFIG_PROC_DEVICETREE=y |
| 206 | # CONFIG_CMDLINE_BOOL is not set | 229 | # CONFIG_CMDLINE_BOOL is not set |
| 230 | CONFIG_EXTRA_TARGETS="" | ||
| 207 | # CONFIG_PM is not set | 231 | # CONFIG_PM is not set |
| 208 | # CONFIG_SECCOMP is not set | 232 | # CONFIG_SECCOMP is not set |
| 209 | CONFIG_ISA_DMA_API=y | 233 | CONFIG_ISA_DMA_API=y |
| @@ -211,13 +235,22 @@ CONFIG_ISA_DMA_API=y | |||
| 211 | # | 235 | # |
| 212 | # Bus options | 236 | # Bus options |
| 213 | # | 237 | # |
| 238 | # CONFIG_ISA is not set | ||
| 214 | CONFIG_ZONE_DMA=y | 239 | CONFIG_ZONE_DMA=y |
| 240 | CONFIG_PPC_INDIRECT_PCI=y | ||
| 215 | CONFIG_FSL_SOC=y | 241 | CONFIG_FSL_SOC=y |
| 216 | # CONFIG_PCI is not set | 242 | CONFIG_PPC_PCI_CHOICE=y |
| 217 | # CONFIG_PCI_DOMAINS is not set | 243 | CONFIG_PCI=y |
| 218 | # CONFIG_PCI_SYSCALL is not set | 244 | CONFIG_PCI_DOMAINS=y |
| 219 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 245 | CONFIG_PCI_SYSCALL=y |
| 246 | CONFIG_PCI_8260=y | ||
| 247 | # CONFIG_PCIEPORTBUS is not set | ||
| 248 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 249 | # CONFIG_PCI_MSI is not set | ||
| 250 | CONFIG_PCI_LEGACY=y | ||
| 251 | # CONFIG_PCI_DEBUG is not set | ||
| 220 | # CONFIG_PCCARD is not set | 252 | # CONFIG_PCCARD is not set |
| 253 | # CONFIG_HOTPLUG_PCI is not set | ||
| 221 | # CONFIG_HAS_RAPIDIO is not set | 254 | # CONFIG_HAS_RAPIDIO is not set |
| 222 | 255 | ||
| 223 | # | 256 | # |
| @@ -233,10 +266,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 233 | CONFIG_KERNEL_START=0xc0000000 | 266 | CONFIG_KERNEL_START=0xc0000000 |
| 234 | CONFIG_PHYSICAL_START=0x00000000 | 267 | CONFIG_PHYSICAL_START=0x00000000 |
| 235 | CONFIG_TASK_SIZE=0xc0000000 | 268 | CONFIG_TASK_SIZE=0xc0000000 |
| 236 | |||
| 237 | # | ||
| 238 | # Networking | ||
| 239 | # | ||
| 240 | CONFIG_NET=y | 269 | CONFIG_NET=y |
| 241 | 270 | ||
| 242 | # | 271 | # |
| @@ -410,11 +439,13 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 410 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 439 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
| 411 | # CONFIG_MTD_PHYSMAP is not set | 440 | # CONFIG_MTD_PHYSMAP is not set |
| 412 | CONFIG_MTD_PHYSMAP_OF=y | 441 | CONFIG_MTD_PHYSMAP_OF=y |
| 442 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 413 | # CONFIG_MTD_PLATRAM is not set | 443 | # CONFIG_MTD_PLATRAM is not set |
| 414 | 444 | ||
| 415 | # | 445 | # |
| 416 | # Self-contained MTD device drivers | 446 | # Self-contained MTD device drivers |
| 417 | # | 447 | # |
| 448 | # CONFIG_MTD_PMC551 is not set | ||
| 418 | # CONFIG_MTD_SLRAM is not set | 449 | # CONFIG_MTD_SLRAM is not set |
| 419 | # CONFIG_MTD_PHRAM is not set | 450 | # CONFIG_MTD_PHRAM is not set |
| 420 | # CONFIG_MTD_MTDRAM is not set | 451 | # CONFIG_MTD_MTDRAM is not set |
| @@ -434,16 +465,23 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 434 | # | 465 | # |
| 435 | # CONFIG_MTD_UBI is not set | 466 | # CONFIG_MTD_UBI is not set |
| 436 | CONFIG_OF_DEVICE=y | 467 | CONFIG_OF_DEVICE=y |
| 468 | CONFIG_OF_GPIO=y | ||
| 437 | # CONFIG_PARPORT is not set | 469 | # CONFIG_PARPORT is not set |
| 438 | CONFIG_BLK_DEV=y | 470 | CONFIG_BLK_DEV=y |
| 439 | # CONFIG_BLK_DEV_FD is not set | 471 | # CONFIG_BLK_DEV_FD is not set |
| 472 | # CONFIG_MAC_FLOPPY is not set | ||
| 473 | # CONFIG_BLK_CPQ_DA is not set | ||
| 474 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 475 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 440 | # CONFIG_BLK_DEV_COW_COMMON is not set | 476 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 441 | CONFIG_BLK_DEV_LOOP=y | 477 | CONFIG_BLK_DEV_LOOP=y |
| 442 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 478 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 443 | # CONFIG_BLK_DEV_NBD is not set | 479 | # CONFIG_BLK_DEV_NBD is not set |
| 480 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 444 | # CONFIG_BLK_DEV_RAM is not set | 481 | # CONFIG_BLK_DEV_RAM is not set |
| 445 | # CONFIG_CDROM_PKTCDVD is not set | 482 | # CONFIG_CDROM_PKTCDVD is not set |
| 446 | # CONFIG_ATA_OVER_ETH is not set | 483 | # CONFIG_ATA_OVER_ETH is not set |
| 484 | # CONFIG_BLK_DEV_HD is not set | ||
| 447 | # CONFIG_MISC_DEVICES is not set | 485 | # CONFIG_MISC_DEVICES is not set |
| 448 | CONFIG_HAVE_IDE=y | 486 | CONFIG_HAVE_IDE=y |
| 449 | # CONFIG_IDE is not set | 487 | # CONFIG_IDE is not set |
| @@ -457,14 +495,25 @@ CONFIG_HAVE_IDE=y | |||
| 457 | # CONFIG_SCSI_NETLINK is not set | 495 | # CONFIG_SCSI_NETLINK is not set |
| 458 | # CONFIG_ATA is not set | 496 | # CONFIG_ATA is not set |
| 459 | # CONFIG_MD is not set | 497 | # CONFIG_MD is not set |
| 498 | # CONFIG_FUSION is not set | ||
| 499 | |||
| 500 | # | ||
| 501 | # IEEE 1394 (FireWire) support | ||
| 502 | # | ||
| 503 | |||
| 504 | # | ||
| 505 | # A new alternative FireWire stack is available with EXPERIMENTAL=y | ||
| 506 | # | ||
| 507 | # CONFIG_IEEE1394 is not set | ||
| 508 | # CONFIG_I2O is not set | ||
| 460 | # CONFIG_MACINTOSH_DRIVERS is not set | 509 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 461 | CONFIG_NETDEVICES=y | 510 | CONFIG_NETDEVICES=y |
| 462 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 463 | # CONFIG_DUMMY is not set | 511 | # CONFIG_DUMMY is not set |
| 464 | # CONFIG_BONDING is not set | 512 | # CONFIG_BONDING is not set |
| 465 | # CONFIG_EQUALIZER is not set | 513 | # CONFIG_EQUALIZER is not set |
| 466 | # CONFIG_TUN is not set | 514 | # CONFIG_TUN is not set |
| 467 | # CONFIG_VETH is not set | 515 | # CONFIG_VETH is not set |
| 516 | # CONFIG_ARCNET is not set | ||
| 468 | CONFIG_PHYLIB=y | 517 | CONFIG_PHYLIB=y |
| 469 | 518 | ||
| 470 | # | 519 | # |
| @@ -482,21 +531,59 @@ CONFIG_DAVICOM_PHY=y | |||
| 482 | # CONFIG_REALTEK_PHY is not set | 531 | # CONFIG_REALTEK_PHY is not set |
| 483 | # CONFIG_FIXED_PHY is not set | 532 | # CONFIG_FIXED_PHY is not set |
| 484 | CONFIG_MDIO_BITBANG=y | 533 | CONFIG_MDIO_BITBANG=y |
| 534 | # CONFIG_MDIO_OF_GPIO is not set | ||
| 485 | CONFIG_NET_ETHERNET=y | 535 | CONFIG_NET_ETHERNET=y |
| 486 | CONFIG_MII=y | 536 | CONFIG_MII=y |
| 537 | # CONFIG_MACE is not set | ||
| 538 | # CONFIG_BMAC is not set | ||
| 539 | # CONFIG_HAPPYMEAL is not set | ||
| 540 | # CONFIG_SUNGEM is not set | ||
| 541 | # CONFIG_CASSINI is not set | ||
| 542 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 543 | # CONFIG_NET_TULIP is not set | ||
| 544 | # CONFIG_HP100 is not set | ||
| 487 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 545 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 488 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 546 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 489 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 547 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 490 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 548 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 549 | # CONFIG_NET_PCI is not set | ||
| 491 | # CONFIG_B44 is not set | 550 | # CONFIG_B44 is not set |
| 492 | CONFIG_FS_ENET=y | 551 | CONFIG_FS_ENET=y |
| 493 | # CONFIG_FS_ENET_HAS_SCC is not set | 552 | # CONFIG_FS_ENET_HAS_SCC is not set |
| 494 | CONFIG_FS_ENET_HAS_FCC=y | 553 | CONFIG_FS_ENET_HAS_FCC=y |
| 495 | # CONFIG_FS_ENET_MDIO_FCC is not set | 554 | # CONFIG_FS_ENET_MDIO_FCC is not set |
| 496 | CONFIG_NETDEV_1000=y | 555 | CONFIG_NETDEV_1000=y |
| 497 | # CONFIG_E1000E_ENABLED is not set | 556 | # CONFIG_ACENIC is not set |
| 557 | # CONFIG_DL2K is not set | ||
| 558 | # CONFIG_E1000 is not set | ||
| 559 | # CONFIG_E1000E is not set | ||
| 560 | # CONFIG_IGB is not set | ||
| 561 | # CONFIG_NS83820 is not set | ||
| 562 | # CONFIG_HAMACHI is not set | ||
| 563 | # CONFIG_R8169 is not set | ||
| 564 | # CONFIG_SIS190 is not set | ||
| 565 | # CONFIG_SKGE is not set | ||
| 566 | # CONFIG_SKY2 is not set | ||
| 567 | # CONFIG_VIA_VELOCITY is not set | ||
| 568 | # CONFIG_TIGON3 is not set | ||
| 569 | # CONFIG_BNX2 is not set | ||
| 498 | # CONFIG_GIANFAR is not set | 570 | # CONFIG_GIANFAR is not set |
| 571 | # CONFIG_MV643XX_ETH is not set | ||
| 572 | # CONFIG_QLA3XXX is not set | ||
| 499 | CONFIG_NETDEV_10000=y | 573 | CONFIG_NETDEV_10000=y |
| 574 | # CONFIG_CHELSIO_T1 is not set | ||
| 575 | # CONFIG_CHELSIO_T3 is not set | ||
| 576 | # CONFIG_IXGBE is not set | ||
| 577 | # CONFIG_IXGB is not set | ||
| 578 | # CONFIG_S2IO is not set | ||
| 579 | # CONFIG_MYRI10GE is not set | ||
| 580 | # CONFIG_NETXEN_NIC is not set | ||
| 581 | # CONFIG_NIU is not set | ||
| 582 | # CONFIG_MLX4_CORE is not set | ||
| 583 | # CONFIG_TEHUTI is not set | ||
| 584 | # CONFIG_BNX2X is not set | ||
| 585 | # CONFIG_SFC is not set | ||
| 586 | # CONFIG_TR is not set | ||
| 500 | 587 | ||
| 501 | # | 588 | # |
| 502 | # Wireless LAN | 589 | # Wireless LAN |
| @@ -505,6 +592,7 @@ CONFIG_NETDEV_10000=y | |||
| 505 | # CONFIG_WLAN_80211 is not set | 592 | # CONFIG_WLAN_80211 is not set |
| 506 | # CONFIG_IWLWIFI_LEDS is not set | 593 | # CONFIG_IWLWIFI_LEDS is not set |
| 507 | # CONFIG_WAN is not set | 594 | # CONFIG_WAN is not set |
| 595 | # CONFIG_FDDI is not set | ||
| 508 | # CONFIG_PPP is not set | 596 | # CONFIG_PPP is not set |
| 509 | # CONFIG_SLIP is not set | 597 | # CONFIG_SLIP is not set |
| 510 | # CONFIG_NETPOLL is not set | 598 | # CONFIG_NETPOLL is not set |
| @@ -541,6 +629,7 @@ CONFIG_DEVKMEM=y | |||
| 541 | # CONFIG_SERIAL_UARTLITE is not set | 629 | # CONFIG_SERIAL_UARTLITE is not set |
| 542 | CONFIG_SERIAL_CORE=y | 630 | CONFIG_SERIAL_CORE=y |
| 543 | CONFIG_SERIAL_CORE_CONSOLE=y | 631 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 632 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 544 | CONFIG_SERIAL_CPM=y | 633 | CONFIG_SERIAL_CPM=y |
| 545 | CONFIG_SERIAL_CPM_CONSOLE=y | 634 | CONFIG_SERIAL_CPM_CONSOLE=y |
| 546 | CONFIG_SERIAL_CPM_SCC1=y | 635 | CONFIG_SERIAL_CPM_SCC1=y |
| @@ -549,21 +638,44 @@ CONFIG_SERIAL_CPM_SCC1=y | |||
| 549 | CONFIG_SERIAL_CPM_SCC4=y | 638 | CONFIG_SERIAL_CPM_SCC4=y |
| 550 | # CONFIG_SERIAL_CPM_SMC1 is not set | 639 | # CONFIG_SERIAL_CPM_SMC1 is not set |
| 551 | # CONFIG_SERIAL_CPM_SMC2 is not set | 640 | # CONFIG_SERIAL_CPM_SMC2 is not set |
| 641 | # CONFIG_SERIAL_JSM is not set | ||
| 552 | CONFIG_UNIX98_PTYS=y | 642 | CONFIG_UNIX98_PTYS=y |
| 553 | CONFIG_LEGACY_PTYS=y | 643 | CONFIG_LEGACY_PTYS=y |
| 554 | CONFIG_LEGACY_PTY_COUNT=256 | 644 | CONFIG_LEGACY_PTY_COUNT=256 |
| 645 | # CONFIG_BRIQ_PANEL is not set | ||
| 646 | # CONFIG_HVC_RTAS is not set | ||
| 555 | # CONFIG_IPMI_HANDLER is not set | 647 | # CONFIG_IPMI_HANDLER is not set |
| 556 | CONFIG_HW_RANDOM=y | 648 | CONFIG_HW_RANDOM=y |
| 557 | # CONFIG_NVRAM is not set | 649 | # CONFIG_NVRAM is not set |
| 558 | # CONFIG_GEN_RTC is not set | 650 | # CONFIG_GEN_RTC is not set |
| 559 | # CONFIG_R3964 is not set | 651 | # CONFIG_R3964 is not set |
| 652 | # CONFIG_APPLICOM is not set | ||
| 560 | # CONFIG_RAW_DRIVER is not set | 653 | # CONFIG_RAW_DRIVER is not set |
| 654 | CONFIG_DEVPORT=y | ||
| 561 | # CONFIG_I2C is not set | 655 | # CONFIG_I2C is not set |
| 562 | # CONFIG_SPI is not set | 656 | # CONFIG_SPI is not set |
| 657 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 658 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 659 | CONFIG_GPIOLIB=y | ||
| 660 | # CONFIG_DEBUG_GPIO is not set | ||
| 661 | |||
| 662 | # | ||
| 663 | # I2C GPIO expanders: | ||
| 664 | # | ||
| 665 | |||
| 666 | # | ||
| 667 | # PCI GPIO expanders: | ||
| 668 | # | ||
| 669 | # CONFIG_GPIO_BT8XX is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # SPI GPIO expanders: | ||
| 673 | # | ||
| 563 | # CONFIG_W1 is not set | 674 | # CONFIG_W1 is not set |
| 564 | # CONFIG_POWER_SUPPLY is not set | 675 | # CONFIG_POWER_SUPPLY is not set |
| 565 | # CONFIG_HWMON is not set | 676 | # CONFIG_HWMON is not set |
| 566 | # CONFIG_THERMAL is not set | 677 | # CONFIG_THERMAL is not set |
| 678 | # CONFIG_THERMAL_HWMON is not set | ||
| 567 | # CONFIG_WATCHDOG is not set | 679 | # CONFIG_WATCHDOG is not set |
| 568 | 680 | ||
| 569 | # | 681 | # |
| @@ -575,8 +687,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 575 | # | 687 | # |
| 576 | # Multifunction device drivers | 688 | # Multifunction device drivers |
| 577 | # | 689 | # |
| 690 | # CONFIG_MFD_CORE is not set | ||
| 578 | # CONFIG_MFD_SM501 is not set | 691 | # CONFIG_MFD_SM501 is not set |
| 579 | # CONFIG_HTC_PASIC3 is not set | 692 | # CONFIG_HTC_PASIC3 is not set |
| 693 | # CONFIG_MFD_TMIO is not set | ||
| 580 | 694 | ||
| 581 | # | 695 | # |
| 582 | # Multimedia devices | 696 | # Multimedia devices |
| @@ -597,6 +711,8 @@ CONFIG_DAB=y | |||
| 597 | # | 711 | # |
| 598 | # Graphics support | 712 | # Graphics support |
| 599 | # | 713 | # |
| 714 | # CONFIG_AGP is not set | ||
| 715 | # CONFIG_DRM is not set | ||
| 600 | # CONFIG_VGASTATE is not set | 716 | # CONFIG_VGASTATE is not set |
| 601 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 717 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
| 602 | # CONFIG_FB is not set | 718 | # CONFIG_FB is not set |
| @@ -606,16 +722,13 @@ CONFIG_DAB=y | |||
| 606 | # Display device support | 722 | # Display device support |
| 607 | # | 723 | # |
| 608 | # CONFIG_DISPLAY_SUPPORT is not set | 724 | # CONFIG_DISPLAY_SUPPORT is not set |
| 609 | |||
| 610 | # | ||
| 611 | # Sound | ||
| 612 | # | ||
| 613 | # CONFIG_SOUND is not set | 725 | # CONFIG_SOUND is not set |
| 614 | # CONFIG_USB_SUPPORT is not set | 726 | # CONFIG_USB_SUPPORT is not set |
| 615 | # CONFIG_MMC is not set | 727 | # CONFIG_MMC is not set |
| 616 | # CONFIG_MEMSTICK is not set | 728 | # CONFIG_MEMSTICK is not set |
| 617 | # CONFIG_NEW_LEDS is not set | 729 | # CONFIG_NEW_LEDS is not set |
| 618 | # CONFIG_ACCESSIBILITY is not set | 730 | # CONFIG_ACCESSIBILITY is not set |
| 731 | # CONFIG_INFINIBAND is not set | ||
| 619 | # CONFIG_RTC_CLASS is not set | 732 | # CONFIG_RTC_CLASS is not set |
| 620 | # CONFIG_DMADEVICES is not set | 733 | # CONFIG_DMADEVICES is not set |
| 621 | # CONFIG_UIO is not set | 734 | # CONFIG_UIO is not set |
| @@ -675,6 +788,7 @@ CONFIG_TMPFS=y | |||
| 675 | CONFIG_CRAMFS=y | 788 | CONFIG_CRAMFS=y |
| 676 | # CONFIG_VXFS_FS is not set | 789 | # CONFIG_VXFS_FS is not set |
| 677 | # CONFIG_MINIX_FS is not set | 790 | # CONFIG_MINIX_FS is not set |
| 791 | # CONFIG_OMFS_FS is not set | ||
| 678 | # CONFIG_HPFS_FS is not set | 792 | # CONFIG_HPFS_FS is not set |
| 679 | # CONFIG_QNX4FS_FS is not set | 793 | # CONFIG_QNX4FS_FS is not set |
| 680 | # CONFIG_ROMFS_FS is not set | 794 | # CONFIG_ROMFS_FS is not set |
| @@ -684,8 +798,8 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 684 | CONFIG_NFS_FS=y | 798 | CONFIG_NFS_FS=y |
| 685 | CONFIG_NFS_V3=y | 799 | CONFIG_NFS_V3=y |
| 686 | # CONFIG_NFS_V3_ACL is not set | 800 | # CONFIG_NFS_V3_ACL is not set |
| 687 | # CONFIG_NFSD is not set | ||
| 688 | CONFIG_ROOT_NFS=y | 801 | CONFIG_ROOT_NFS=y |
| 802 | # CONFIG_NFSD is not set | ||
| 689 | CONFIG_LOCKD=y | 803 | CONFIG_LOCKD=y |
| 690 | CONFIG_LOCKD_V4=y | 804 | CONFIG_LOCKD_V4=y |
| 691 | CONFIG_NFS_COMMON=y | 805 | CONFIG_NFS_COMMON=y |
| @@ -763,6 +877,7 @@ CONFIG_NLS_UTF8=y | |||
| 763 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 877 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 764 | # CONFIG_CRC_CCITT is not set | 878 | # CONFIG_CRC_CCITT is not set |
| 765 | # CONFIG_CRC16 is not set | 879 | # CONFIG_CRC16 is not set |
| 880 | # CONFIG_CRC_T10DIF is not set | ||
| 766 | # CONFIG_CRC_ITU_T is not set | 881 | # CONFIG_CRC_ITU_T is not set |
| 767 | # CONFIG_CRC32 is not set | 882 | # CONFIG_CRC32 is not set |
| 768 | # CONFIG_CRC7 is not set | 883 | # CONFIG_CRC7 is not set |
| @@ -804,19 +919,31 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 804 | CONFIG_DEBUG_INFO=y | 919 | CONFIG_DEBUG_INFO=y |
| 805 | # CONFIG_DEBUG_VM is not set | 920 | # CONFIG_DEBUG_VM is not set |
| 806 | # CONFIG_DEBUG_WRITECOUNT is not set | 921 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 922 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 807 | # CONFIG_DEBUG_LIST is not set | 923 | # CONFIG_DEBUG_LIST is not set |
| 808 | # CONFIG_DEBUG_SG is not set | 924 | # CONFIG_DEBUG_SG is not set |
| 809 | # CONFIG_BOOT_PRINTK_DELAY is not set | 925 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 926 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 810 | # CONFIG_BACKTRACE_SELF_TEST is not set | 927 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 811 | # CONFIG_FAULT_INJECTION is not set | 928 | # CONFIG_FAULT_INJECTION is not set |
| 929 | # CONFIG_LATENCYTOP is not set | ||
| 930 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 931 | CONFIG_HAVE_FTRACE=y | ||
| 932 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 933 | # CONFIG_FTRACE is not set | ||
| 934 | # CONFIG_SCHED_TRACER is not set | ||
| 935 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 812 | # CONFIG_SAMPLES is not set | 936 | # CONFIG_SAMPLES is not set |
| 937 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 813 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 938 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 814 | # CONFIG_DEBUG_STACK_USAGE is not set | 939 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 815 | # CONFIG_DEBUG_PAGEALLOC is not set | 940 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 816 | # CONFIG_DEBUGGER is not set | 941 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 817 | # CONFIG_KGDB_CONSOLE is not set | 942 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 943 | # CONFIG_XMON is not set | ||
| 818 | # CONFIG_IRQSTACKS is not set | 944 | # CONFIG_IRQSTACKS is not set |
| 819 | CONFIG_BDI_SWITCH=y | 945 | CONFIG_BDI_SWITCH=y |
| 946 | # CONFIG_BOOTX_TEXT is not set | ||
| 820 | # CONFIG_PPC_EARLY_DEBUG is not set | 947 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 821 | 948 | ||
| 822 | # | 949 | # |
| @@ -824,6 +951,7 @@ CONFIG_BDI_SWITCH=y | |||
| 824 | # | 951 | # |
| 825 | # CONFIG_KEYS is not set | 952 | # CONFIG_KEYS is not set |
| 826 | # CONFIG_SECURITY is not set | 953 | # CONFIG_SECURITY is not set |
| 954 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 827 | CONFIG_CRYPTO=y | 955 | CONFIG_CRYPTO=y |
| 828 | 956 | ||
| 829 | # | 957 | # |
| @@ -864,6 +992,10 @@ CONFIG_CRYPTO_PCBC=y | |||
| 864 | # CONFIG_CRYPTO_MD4 is not set | 992 | # CONFIG_CRYPTO_MD4 is not set |
| 865 | CONFIG_CRYPTO_MD5=y | 993 | CONFIG_CRYPTO_MD5=y |
| 866 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 994 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 995 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 996 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 997 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 998 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 867 | # CONFIG_CRYPTO_SHA1 is not set | 999 | # CONFIG_CRYPTO_SHA1 is not set |
| 868 | # CONFIG_CRYPTO_SHA256 is not set | 1000 | # CONFIG_CRYPTO_SHA256 is not set |
| 869 | # CONFIG_CRYPTO_SHA512 is not set | 1001 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -894,6 +1026,6 @@ CONFIG_CRYPTO_DES=y | |||
| 894 | # CONFIG_CRYPTO_DEFLATE is not set | 1026 | # CONFIG_CRYPTO_DEFLATE is not set |
| 895 | # CONFIG_CRYPTO_LZO is not set | 1027 | # CONFIG_CRYPTO_LZO is not set |
| 896 | # CONFIG_CRYPTO_HW is not set | 1028 | # CONFIG_CRYPTO_HW is not set |
| 897 | # CONFIG_PPC_CLOCK is not set | 1029 | CONFIG_PPC_CLOCK=y |
| 898 | CONFIG_PPC_LIB_RHEAP=y | 1030 | CONFIG_PPC_LIB_RHEAP=y |
| 899 | # CONFIG_VIRTUALIZATION is not set | 1031 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/ep88xc_defconfig b/arch/powerpc/configs/ep88xc_defconfig index ac72b48542dc..480225be2f39 100644 --- a/arch/powerpc/configs/ep88xc_defconfig +++ b/arch/powerpc/configs/ep88xc_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:09 2008 | 4 | # Thu Aug 21 00:52:04 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,6 +29,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 30 | CONFIG_IRQ_PER_CPU=y |
| 31 | CONFIG_STACKTRACE_SUPPORT=y | 31 | CONFIG_STACKTRACE_SUPPORT=y |
| 32 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 32 | CONFIG_LOCKDEP_SUPPORT=y | 33 | CONFIG_LOCKDEP_SUPPORT=y |
| 33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -108,10 +109,16 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_PROFILING is not set | 109 | # CONFIG_PROFILING is not set |
| 109 | # CONFIG_MARKERS is not set | 110 | # CONFIG_MARKERS is not set |
| 110 | CONFIG_HAVE_OPROFILE=y | 111 | CONFIG_HAVE_OPROFILE=y |
| 112 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 113 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 114 | CONFIG_HAVE_KPROBES=y |
| 112 | CONFIG_HAVE_KRETPROBES=y | 115 | CONFIG_HAVE_KRETPROBES=y |
| 116 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 113 | # CONFIG_HAVE_DMA_ATTRS is not set | 117 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 118 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 119 | CONFIG_HAVE_CLK=y | ||
| 114 | CONFIG_PROC_PAGE_MONITOR=y | 120 | CONFIG_PROC_PAGE_MONITOR=y |
| 121 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 115 | CONFIG_SLABINFO=y | 122 | CONFIG_SLABINFO=y |
| 116 | # CONFIG_TINY_SHMEM is not set | 123 | # CONFIG_TINY_SHMEM is not set |
| 117 | CONFIG_BASE_SMALL=1 | 124 | CONFIG_BASE_SMALL=1 |
| @@ -121,6 +128,7 @@ CONFIG_BLOCK=y | |||
| 121 | # CONFIG_BLK_DEV_IO_TRACE is not set | 128 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 122 | # CONFIG_LSF is not set | 129 | # CONFIG_LSF is not set |
| 123 | # CONFIG_BLK_DEV_BSG is not set | 130 | # CONFIG_BLK_DEV_BSG is not set |
| 131 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 124 | 132 | ||
| 125 | # | 133 | # |
| 126 | # IO Schedulers | 134 | # IO Schedulers |
| @@ -139,8 +147,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 139 | # | 147 | # |
| 140 | # Platform support | 148 | # Platform support |
| 141 | # | 149 | # |
| 142 | # CONFIG_PPC_MPC512x is not set | ||
| 143 | # CONFIG_PPC_MPC5121 is not set | ||
| 144 | # CONFIG_PPC_CELL is not set | 150 | # CONFIG_PPC_CELL is not set |
| 145 | # CONFIG_PPC_CELL_NATIVE is not set | 151 | # CONFIG_PPC_CELL_NATIVE is not set |
| 146 | CONFIG_CPM1=y | 152 | CONFIG_CPM1=y |
| @@ -158,6 +164,7 @@ CONFIG_PPC_EP88XC=y | |||
| 158 | # Generic MPC8xx Options | 164 | # Generic MPC8xx Options |
| 159 | # | 165 | # |
| 160 | CONFIG_8xx_COPYBACK=y | 166 | CONFIG_8xx_COPYBACK=y |
| 167 | # CONFIG_8xx_GPIO is not set | ||
| 161 | # CONFIG_8xx_CPU6 is not set | 168 | # CONFIG_8xx_CPU6 is not set |
| 162 | CONFIG_8xx_CPU15=y | 169 | CONFIG_8xx_CPU15=y |
| 163 | CONFIG_NO_UCODE_PATCH=y | 170 | CONFIG_NO_UCODE_PATCH=y |
| @@ -176,7 +183,6 @@ CONFIG_NO_UCODE_PATCH=y | |||
| 176 | # CONFIG_PPC_INDIRECT_IO is not set | 183 | # CONFIG_PPC_INDIRECT_IO is not set |
| 177 | # CONFIG_GENERIC_IOMAP is not set | 184 | # CONFIG_GENERIC_IOMAP is not set |
| 178 | # CONFIG_CPU_FREQ is not set | 185 | # CONFIG_CPU_FREQ is not set |
| 179 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 180 | # CONFIG_FSL_ULI1575 is not set | 186 | # CONFIG_FSL_ULI1575 is not set |
| 181 | CONFIG_CPM=y | 187 | CONFIG_CPM=y |
| 182 | 188 | ||
| @@ -193,7 +199,7 @@ CONFIG_HZ_100=y | |||
| 193 | # CONFIG_HZ_300 is not set | 199 | # CONFIG_HZ_300 is not set |
| 194 | # CONFIG_HZ_1000 is not set | 200 | # CONFIG_HZ_1000 is not set |
| 195 | CONFIG_HZ=100 | 201 | CONFIG_HZ=100 |
| 196 | # CONFIG_SCHED_HRTICK is not set | 202 | CONFIG_SCHED_HRTICK=y |
| 197 | CONFIG_PREEMPT_NONE=y | 203 | CONFIG_PREEMPT_NONE=y |
| 198 | # CONFIG_PREEMPT_VOLUNTARY is not set | 204 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 199 | # CONFIG_PREEMPT is not set | 205 | # CONFIG_PREEMPT is not set |
| @@ -217,6 +223,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 217 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 218 | CONFIG_PAGEFLAGS_EXTENDED=y | 224 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 219 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 226 | CONFIG_MIGRATION=y | ||
| 220 | # CONFIG_RESOURCES_64BIT is not set | 227 | # CONFIG_RESOURCES_64BIT is not set |
| 221 | CONFIG_ZONE_DMA_FLAG=1 | 228 | CONFIG_ZONE_DMA_FLAG=1 |
| 222 | CONFIG_BOUNCE=y | 229 | CONFIG_BOUNCE=y |
| @@ -224,6 +231,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 224 | CONFIG_FORCE_MAX_ZONEORDER=11 | 231 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 225 | CONFIG_PROC_DEVICETREE=y | 232 | CONFIG_PROC_DEVICETREE=y |
| 226 | # CONFIG_CMDLINE_BOOL is not set | 233 | # CONFIG_CMDLINE_BOOL is not set |
| 234 | CONFIG_EXTRA_TARGETS="" | ||
| 227 | # CONFIG_PM is not set | 235 | # CONFIG_PM is not set |
| 228 | # CONFIG_SECCOMP is not set | 236 | # CONFIG_SECCOMP is not set |
| 229 | CONFIG_ISA_DMA_API=y | 237 | CONFIG_ISA_DMA_API=y |
| @@ -256,10 +264,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 256 | CONFIG_TASK_SIZE=0x80000000 | 264 | CONFIG_TASK_SIZE=0x80000000 |
| 257 | CONFIG_CONSISTENT_START=0xfd000000 | 265 | CONFIG_CONSISTENT_START=0xfd000000 |
| 258 | CONFIG_CONSISTENT_SIZE=0x00200000 | 266 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 259 | |||
| 260 | # | ||
| 261 | # Networking | ||
| 262 | # | ||
| 263 | CONFIG_NET=y | 267 | CONFIG_NET=y |
| 264 | 268 | ||
| 265 | # | 269 | # |
| @@ -442,7 +446,6 @@ CONFIG_HAVE_IDE=y | |||
| 442 | # CONFIG_MD is not set | 446 | # CONFIG_MD is not set |
| 443 | # CONFIG_MACINTOSH_DRIVERS is not set | 447 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 444 | CONFIG_NETDEVICES=y | 448 | CONFIG_NETDEVICES=y |
| 445 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 446 | # CONFIG_DUMMY is not set | 449 | # CONFIG_DUMMY is not set |
| 447 | # CONFIG_BONDING is not set | 450 | # CONFIG_BONDING is not set |
| 448 | # CONFIG_MACVLAN is not set | 451 | # CONFIG_MACVLAN is not set |
| @@ -544,10 +547,13 @@ CONFIG_GEN_RTC=y | |||
| 544 | # CONFIG_TCG_TPM is not set | 547 | # CONFIG_TCG_TPM is not set |
| 545 | # CONFIG_I2C is not set | 548 | # CONFIG_I2C is not set |
| 546 | # CONFIG_SPI is not set | 549 | # CONFIG_SPI is not set |
| 550 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 551 | # CONFIG_GPIOLIB is not set | ||
| 547 | # CONFIG_W1 is not set | 552 | # CONFIG_W1 is not set |
| 548 | # CONFIG_POWER_SUPPLY is not set | 553 | # CONFIG_POWER_SUPPLY is not set |
| 549 | # CONFIG_HWMON is not set | 554 | # CONFIG_HWMON is not set |
| 550 | # CONFIG_THERMAL is not set | 555 | # CONFIG_THERMAL is not set |
| 556 | # CONFIG_THERMAL_HWMON is not set | ||
| 551 | # CONFIG_WATCHDOG is not set | 557 | # CONFIG_WATCHDOG is not set |
| 552 | 558 | ||
| 553 | # | 559 | # |
| @@ -559,8 +565,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 559 | # | 565 | # |
| 560 | # Multifunction device drivers | 566 | # Multifunction device drivers |
| 561 | # | 567 | # |
| 568 | # CONFIG_MFD_CORE is not set | ||
| 562 | # CONFIG_MFD_SM501 is not set | 569 | # CONFIG_MFD_SM501 is not set |
| 563 | # CONFIG_HTC_PASIC3 is not set | 570 | # CONFIG_HTC_PASIC3 is not set |
| 571 | # CONFIG_MFD_TMIO is not set | ||
| 564 | 572 | ||
| 565 | # | 573 | # |
| 566 | # Multimedia devices | 574 | # Multimedia devices |
| @@ -590,10 +598,6 @@ CONFIG_DAB=y | |||
| 590 | # Display device support | 598 | # Display device support |
| 591 | # | 599 | # |
| 592 | # CONFIG_DISPLAY_SUPPORT is not set | 600 | # CONFIG_DISPLAY_SUPPORT is not set |
| 593 | |||
| 594 | # | ||
| 595 | # Sound | ||
| 596 | # | ||
| 597 | # CONFIG_SOUND is not set | 601 | # CONFIG_SOUND is not set |
| 598 | # CONFIG_USB_SUPPORT is not set | 602 | # CONFIG_USB_SUPPORT is not set |
| 599 | # CONFIG_MMC is not set | 603 | # CONFIG_MMC is not set |
| @@ -662,6 +666,7 @@ CONFIG_TMPFS=y | |||
| 662 | CONFIG_CRAMFS=y | 666 | CONFIG_CRAMFS=y |
| 663 | # CONFIG_VXFS_FS is not set | 667 | # CONFIG_VXFS_FS is not set |
| 664 | # CONFIG_MINIX_FS is not set | 668 | # CONFIG_MINIX_FS is not set |
| 669 | # CONFIG_OMFS_FS is not set | ||
| 665 | # CONFIG_HPFS_FS is not set | 670 | # CONFIG_HPFS_FS is not set |
| 666 | # CONFIG_QNX4FS_FS is not set | 671 | # CONFIG_QNX4FS_FS is not set |
| 667 | # CONFIG_ROMFS_FS is not set | 672 | # CONFIG_ROMFS_FS is not set |
| @@ -672,13 +677,12 @@ CONFIG_NFS_FS=y | |||
| 672 | CONFIG_NFS_V3=y | 677 | CONFIG_NFS_V3=y |
| 673 | # CONFIG_NFS_V3_ACL is not set | 678 | # CONFIG_NFS_V3_ACL is not set |
| 674 | # CONFIG_NFS_V4 is not set | 679 | # CONFIG_NFS_V4 is not set |
| 675 | # CONFIG_NFSD is not set | ||
| 676 | CONFIG_ROOT_NFS=y | 680 | CONFIG_ROOT_NFS=y |
| 681 | # CONFIG_NFSD is not set | ||
| 677 | CONFIG_LOCKD=y | 682 | CONFIG_LOCKD=y |
| 678 | CONFIG_LOCKD_V4=y | 683 | CONFIG_LOCKD_V4=y |
| 679 | CONFIG_NFS_COMMON=y | 684 | CONFIG_NFS_COMMON=y |
| 680 | CONFIG_SUNRPC=y | 685 | CONFIG_SUNRPC=y |
| 681 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 682 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 686 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 683 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 687 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 684 | # CONFIG_SMB_FS is not set | 688 | # CONFIG_SMB_FS is not set |
| @@ -717,6 +721,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 717 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 721 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 718 | # CONFIG_CRC_CCITT is not set | 722 | # CONFIG_CRC_CCITT is not set |
| 719 | # CONFIG_CRC16 is not set | 723 | # CONFIG_CRC16 is not set |
| 724 | # CONFIG_CRC_T10DIF is not set | ||
| 720 | # CONFIG_CRC_ITU_T is not set | 725 | # CONFIG_CRC_ITU_T is not set |
| 721 | # CONFIG_CRC32 is not set | 726 | # CONFIG_CRC32 is not set |
| 722 | # CONFIG_CRC7 is not set | 727 | # CONFIG_CRC7 is not set |
| @@ -741,6 +746,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 741 | CONFIG_DEBUG_KERNEL=y | 746 | CONFIG_DEBUG_KERNEL=y |
| 742 | # CONFIG_DEBUG_SHIRQ is not set | 747 | # CONFIG_DEBUG_SHIRQ is not set |
| 743 | CONFIG_DETECT_SOFTLOCKUP=y | 748 | CONFIG_DETECT_SOFTLOCKUP=y |
| 749 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 750 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 744 | CONFIG_SCHED_DEBUG=y | 751 | CONFIG_SCHED_DEBUG=y |
| 745 | # CONFIG_SCHEDSTATS is not set | 752 | # CONFIG_SCHEDSTATS is not set |
| 746 | # CONFIG_TIMER_STATS is not set | 753 | # CONFIG_TIMER_STATS is not set |
| @@ -756,16 +763,28 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 756 | CONFIG_DEBUG_INFO=y | 763 | CONFIG_DEBUG_INFO=y |
| 757 | # CONFIG_DEBUG_VM is not set | 764 | # CONFIG_DEBUG_VM is not set |
| 758 | # CONFIG_DEBUG_WRITECOUNT is not set | 765 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 766 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 759 | # CONFIG_DEBUG_LIST is not set | 767 | # CONFIG_DEBUG_LIST is not set |
| 760 | # CONFIG_DEBUG_SG is not set | 768 | # CONFIG_DEBUG_SG is not set |
| 761 | # CONFIG_BOOT_PRINTK_DELAY is not set | 769 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 770 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 762 | # CONFIG_BACKTRACE_SELF_TEST is not set | 771 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 763 | # CONFIG_FAULT_INJECTION is not set | 772 | # CONFIG_FAULT_INJECTION is not set |
| 773 | # CONFIG_LATENCYTOP is not set | ||
| 774 | CONFIG_HAVE_FTRACE=y | ||
| 775 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 776 | # CONFIG_FTRACE is not set | ||
| 777 | # CONFIG_SCHED_TRACER is not set | ||
| 778 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 764 | # CONFIG_SAMPLES is not set | 779 | # CONFIG_SAMPLES is not set |
| 780 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 781 | # CONFIG_KGDB is not set | ||
| 765 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 782 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 766 | # CONFIG_DEBUG_STACK_USAGE is not set | 783 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 767 | # CONFIG_DEBUG_PAGEALLOC is not set | 784 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 768 | # CONFIG_DEBUGGER is not set | 785 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 786 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 787 | # CONFIG_XMON is not set | ||
| 769 | # CONFIG_IRQSTACKS is not set | 788 | # CONFIG_IRQSTACKS is not set |
| 770 | # CONFIG_BDI_SWITCH is not set | 789 | # CONFIG_BDI_SWITCH is not set |
| 771 | # CONFIG_PPC_EARLY_DEBUG is not set | 790 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -777,6 +796,6 @@ CONFIG_DEBUG_INFO=y | |||
| 777 | # CONFIG_SECURITY is not set | 796 | # CONFIG_SECURITY is not set |
| 778 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 797 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 779 | # CONFIG_CRYPTO is not set | 798 | # CONFIG_CRYPTO is not set |
| 780 | # CONFIG_PPC_CLOCK is not set | 799 | CONFIG_PPC_CLOCK=y |
| 781 | CONFIG_PPC_LIB_RHEAP=y | 800 | CONFIG_PPC_LIB_RHEAP=y |
| 782 | # CONFIG_VIRTUALIZATION is not set | 801 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig index 48434c2c7628..6fc4c2127757 100644 --- a/arch/powerpc/configs/linkstation_defconfig +++ b/arch/powerpc/configs/linkstation_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:10 2008 | 4 | # Thu Aug 21 00:52:05 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -32,6 +32,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 34 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 35 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -93,7 +94,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 93 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
| 94 | # CONFIG_EMBEDDED is not set | 95 | # CONFIG_EMBEDDED is not set |
| 95 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |
| 96 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 97 | CONFIG_KALLSYMS=y | 97 | CONFIG_KALLSYMS=y |
| 98 | # CONFIG_KALLSYMS_ALL is not set | 98 | # CONFIG_KALLSYMS_ALL is not set |
| 99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -119,10 +119,16 @@ CONFIG_SLUB=y | |||
| 119 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 120 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 121 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 122 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 123 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 124 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 125 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 126 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 127 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 128 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -139,6 +145,7 @@ CONFIG_BLOCK=y | |||
| 139 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 140 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 141 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 142 | 149 | ||
| 143 | # | 150 | # |
| 144 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -158,25 +165,25 @@ CONFIG_CLASSIC_RCU=y | |||
| 158 | # Platform support | 165 | # Platform support |
| 159 | # | 166 | # |
| 160 | CONFIG_PPC_MULTIPLATFORM=y | 167 | CONFIG_PPC_MULTIPLATFORM=y |
| 161 | # CONFIG_PPC_82xx is not set | ||
| 162 | # CONFIG_PPC_83xx is not set | ||
| 163 | # CONFIG_PPC_86xx is not set | ||
| 164 | CONFIG_CLASSIC32=y | 168 | CONFIG_CLASSIC32=y |
| 165 | # CONFIG_PPC_CHRP is not set | 169 | # CONFIG_PPC_CHRP is not set |
| 166 | # CONFIG_PPC_MPC512x is not set | ||
| 167 | # CONFIG_PPC_MPC5121 is not set | ||
| 168 | # CONFIG_MPC5121_ADS is not set | 170 | # CONFIG_MPC5121_ADS is not set |
| 171 | # CONFIG_MPC5121_GENERIC is not set | ||
| 169 | # CONFIG_PPC_MPC52xx is not set | 172 | # CONFIG_PPC_MPC52xx is not set |
| 170 | # CONFIG_PPC_PMAC is not set | 173 | # CONFIG_PPC_PMAC is not set |
| 171 | # CONFIG_PPC_CELL is not set | 174 | # CONFIG_PPC_CELL is not set |
| 172 | # CONFIG_PPC_CELL_NATIVE is not set | 175 | # CONFIG_PPC_CELL_NATIVE is not set |
| 176 | # CONFIG_PPC_82xx is not set | ||
| 173 | # CONFIG_PQ2ADS is not set | 177 | # CONFIG_PQ2ADS is not set |
| 178 | # CONFIG_PPC_83xx is not set | ||
| 179 | # CONFIG_PPC_86xx is not set | ||
| 174 | CONFIG_EMBEDDED6xx=y | 180 | CONFIG_EMBEDDED6xx=y |
| 175 | CONFIG_LINKSTATION=y | 181 | CONFIG_LINKSTATION=y |
| 176 | # CONFIG_STORCENTER is not set | 182 | # CONFIG_STORCENTER is not set |
| 177 | # CONFIG_MPC7448HPC2 is not set | 183 | # CONFIG_MPC7448HPC2 is not set |
| 178 | # CONFIG_PPC_HOLLY is not set | 184 | # CONFIG_PPC_HOLLY is not set |
| 179 | # CONFIG_PPC_PRPMC2800 is not set | 185 | # CONFIG_PPC_PRPMC2800 is not set |
| 186 | # CONFIG_PPC_C2K is not set | ||
| 180 | CONFIG_MPC10X_BRIDGE=y | 187 | CONFIG_MPC10X_BRIDGE=y |
| 181 | CONFIG_MPC10X_OPENPIC=y | 188 | CONFIG_MPC10X_OPENPIC=y |
| 182 | # CONFIG_MPC10X_STORE_GATHERING is not set | 189 | # CONFIG_MPC10X_STORE_GATHERING is not set |
| @@ -207,7 +214,7 @@ CONFIG_HZ_100=y | |||
| 207 | # CONFIG_HZ_300 is not set | 214 | # CONFIG_HZ_300 is not set |
| 208 | # CONFIG_HZ_1000 is not set | 215 | # CONFIG_HZ_1000 is not set |
| 209 | CONFIG_HZ=100 | 216 | CONFIG_HZ=100 |
| 210 | # CONFIG_SCHED_HRTICK is not set | 217 | CONFIG_SCHED_HRTICK=y |
| 211 | CONFIG_PREEMPT_NONE=y | 218 | CONFIG_PREEMPT_NONE=y |
| 212 | # CONFIG_PREEMPT_VOLUNTARY is not set | 219 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 213 | # CONFIG_PREEMPT is not set | 220 | # CONFIG_PREEMPT is not set |
| @@ -230,6 +237,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 230 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 237 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 231 | CONFIG_PAGEFLAGS_EXTENDED=y | 238 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 232 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 239 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 240 | CONFIG_MIGRATION=y | ||
| 233 | # CONFIG_RESOURCES_64BIT is not set | 241 | # CONFIG_RESOURCES_64BIT is not set |
| 234 | CONFIG_ZONE_DMA_FLAG=1 | 242 | CONFIG_ZONE_DMA_FLAG=1 |
| 235 | CONFIG_BOUNCE=y | 243 | CONFIG_BOUNCE=y |
| @@ -237,6 +245,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 237 | CONFIG_FORCE_MAX_ZONEORDER=11 | 245 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 238 | CONFIG_PROC_DEVICETREE=y | 246 | CONFIG_PROC_DEVICETREE=y |
| 239 | # CONFIG_CMDLINE_BOOL is not set | 247 | # CONFIG_CMDLINE_BOOL is not set |
| 248 | CONFIG_EXTRA_TARGETS="" | ||
| 240 | # CONFIG_PM is not set | 249 | # CONFIG_PM is not set |
| 241 | CONFIG_SECCOMP=y | 250 | CONFIG_SECCOMP=y |
| 242 | CONFIG_ISA_DMA_API=y | 251 | CONFIG_ISA_DMA_API=y |
| @@ -273,10 +282,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 273 | CONFIG_KERNEL_START=0xc0000000 | 282 | CONFIG_KERNEL_START=0xc0000000 |
| 274 | CONFIG_PHYSICAL_START=0x00000000 | 283 | CONFIG_PHYSICAL_START=0x00000000 |
| 275 | CONFIG_TASK_SIZE=0xc0000000 | 284 | CONFIG_TASK_SIZE=0xc0000000 |
| 276 | |||
| 277 | # | ||
| 278 | # Networking | ||
| 279 | # | ||
| 280 | CONFIG_NET=y | 285 | CONFIG_NET=y |
| 281 | 286 | ||
| 282 | # | 287 | # |
| @@ -461,6 +466,7 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
| 461 | # | 466 | # |
| 462 | # CONFIG_CFG80211 is not set | 467 | # CONFIG_CFG80211 is not set |
| 463 | CONFIG_WIRELESS_EXT=y | 468 | CONFIG_WIRELESS_EXT=y |
| 469 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
| 464 | # CONFIG_MAC80211 is not set | 470 | # CONFIG_MAC80211 is not set |
| 465 | CONFIG_IEEE80211=m | 471 | CONFIG_IEEE80211=m |
| 466 | CONFIG_IEEE80211_DEBUG=y | 472 | CONFIG_IEEE80211_DEBUG=y |
| @@ -480,7 +486,9 @@ CONFIG_IEEE80211_CRYPT_TKIP=m | |||
| 480 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 486 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 481 | CONFIG_STANDALONE=y | 487 | CONFIG_STANDALONE=y |
| 482 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 488 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 483 | CONFIG_FW_LOADER=m | 489 | CONFIG_FW_LOADER=y |
| 490 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 491 | CONFIG_EXTRA_FIRMWARE="" | ||
| 484 | # CONFIG_DEBUG_DRIVER is not set | 492 | # CONFIG_DEBUG_DRIVER is not set |
| 485 | # CONFIG_DEBUG_DEVRES is not set | 493 | # CONFIG_DEBUG_DEVRES is not set |
| 486 | # CONFIG_SYS_HYPERVISOR is not set | 494 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -592,12 +600,14 @@ CONFIG_BLK_DEV_RAM_SIZE=8192 | |||
| 592 | # CONFIG_BLK_DEV_XIP is not set | 600 | # CONFIG_BLK_DEV_XIP is not set |
| 593 | # CONFIG_CDROM_PKTCDVD is not set | 601 | # CONFIG_CDROM_PKTCDVD is not set |
| 594 | # CONFIG_ATA_OVER_ETH is not set | 602 | # CONFIG_ATA_OVER_ETH is not set |
| 603 | # CONFIG_BLK_DEV_HD is not set | ||
| 595 | CONFIG_MISC_DEVICES=y | 604 | CONFIG_MISC_DEVICES=y |
| 596 | # CONFIG_PHANTOM is not set | 605 | # CONFIG_PHANTOM is not set |
| 597 | # CONFIG_EEPROM_93CX6 is not set | 606 | # CONFIG_EEPROM_93CX6 is not set |
| 598 | # CONFIG_SGI_IOC4 is not set | 607 | # CONFIG_SGI_IOC4 is not set |
| 599 | # CONFIG_TIFM_CORE is not set | 608 | # CONFIG_TIFM_CORE is not set |
| 600 | # CONFIG_ENCLOSURE_SERVICES is not set | 609 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 610 | # CONFIG_HP_ILO is not set | ||
| 601 | CONFIG_HAVE_IDE=y | 611 | CONFIG_HAVE_IDE=y |
| 602 | # CONFIG_IDE is not set | 612 | # CONFIG_IDE is not set |
| 603 | 613 | ||
| @@ -676,6 +686,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 676 | # CONFIG_SCSI_NSP32 is not set | 686 | # CONFIG_SCSI_NSP32 is not set |
| 677 | # CONFIG_SCSI_DEBUG is not set | 687 | # CONFIG_SCSI_DEBUG is not set |
| 678 | # CONFIG_SCSI_SRP is not set | 688 | # CONFIG_SCSI_SRP is not set |
| 689 | # CONFIG_SCSI_DH is not set | ||
| 679 | CONFIG_ATA=y | 690 | CONFIG_ATA=y |
| 680 | # CONFIG_ATA_NONSTANDARD is not set | 691 | # CONFIG_ATA_NONSTANDARD is not set |
| 681 | CONFIG_SATA_PMP=y | 692 | CONFIG_SATA_PMP=y |
| @@ -743,12 +754,15 @@ CONFIG_PATA_SIL680=y | |||
| 743 | # | 754 | # |
| 744 | # IEEE 1394 (FireWire) support | 755 | # IEEE 1394 (FireWire) support |
| 745 | # | 756 | # |
| 757 | |||
| 758 | # | ||
| 759 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 760 | # | ||
| 746 | # CONFIG_FIREWIRE is not set | 761 | # CONFIG_FIREWIRE is not set |
| 747 | # CONFIG_IEEE1394 is not set | 762 | # CONFIG_IEEE1394 is not set |
| 748 | # CONFIG_I2O is not set | 763 | # CONFIG_I2O is not set |
| 749 | # CONFIG_MACINTOSH_DRIVERS is not set | 764 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 750 | CONFIG_NETDEVICES=y | 765 | CONFIG_NETDEVICES=y |
| 751 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 752 | # CONFIG_DUMMY is not set | 766 | # CONFIG_DUMMY is not set |
| 753 | # CONFIG_BONDING is not set | 767 | # CONFIG_BONDING is not set |
| 754 | # CONFIG_MACVLAN is not set | 768 | # CONFIG_MACVLAN is not set |
| @@ -785,14 +799,12 @@ CONFIG_NETDEV_1000=y | |||
| 785 | # CONFIG_DL2K is not set | 799 | # CONFIG_DL2K is not set |
| 786 | # CONFIG_E1000 is not set | 800 | # CONFIG_E1000 is not set |
| 787 | # CONFIG_E1000E is not set | 801 | # CONFIG_E1000E is not set |
| 788 | # CONFIG_E1000E_ENABLED is not set | ||
| 789 | # CONFIG_IP1000 is not set | 802 | # CONFIG_IP1000 is not set |
| 790 | # CONFIG_IGB is not set | 803 | # CONFIG_IGB is not set |
| 791 | # CONFIG_NS83820 is not set | 804 | # CONFIG_NS83820 is not set |
| 792 | # CONFIG_HAMACHI is not set | 805 | # CONFIG_HAMACHI is not set |
| 793 | # CONFIG_YELLOWFIN is not set | 806 | # CONFIG_YELLOWFIN is not set |
| 794 | CONFIG_R8169=y | 807 | CONFIG_R8169=y |
| 795 | # CONFIG_R8169_NAPI is not set | ||
| 796 | # CONFIG_SIS190 is not set | 808 | # CONFIG_SIS190 is not set |
| 797 | # CONFIG_SKGE is not set | 809 | # CONFIG_SKGE is not set |
| 798 | # CONFIG_SKY2 is not set | 810 | # CONFIG_SKY2 is not set |
| @@ -803,6 +815,7 @@ CONFIG_R8169=y | |||
| 803 | # CONFIG_MV643XX_ETH is not set | 815 | # CONFIG_MV643XX_ETH is not set |
| 804 | # CONFIG_QLA3XXX is not set | 816 | # CONFIG_QLA3XXX is not set |
| 805 | # CONFIG_ATL1 is not set | 817 | # CONFIG_ATL1 is not set |
| 818 | # CONFIG_ATL1E is not set | ||
| 806 | CONFIG_NETDEV_10000=y | 819 | CONFIG_NETDEV_10000=y |
| 807 | # CONFIG_CHELSIO_T1 is not set | 820 | # CONFIG_CHELSIO_T1 is not set |
| 808 | # CONFIG_CHELSIO_T3 is not set | 821 | # CONFIG_CHELSIO_T3 is not set |
| @@ -889,12 +902,14 @@ CONFIG_SERIO=y | |||
| 889 | CONFIG_SERIO_SERPORT=y | 902 | CONFIG_SERIO_SERPORT=y |
| 890 | # CONFIG_SERIO_PCIPS2 is not set | 903 | # CONFIG_SERIO_PCIPS2 is not set |
| 891 | # CONFIG_SERIO_RAW is not set | 904 | # CONFIG_SERIO_RAW is not set |
| 905 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 892 | # CONFIG_GAMEPORT is not set | 906 | # CONFIG_GAMEPORT is not set |
| 893 | 907 | ||
| 894 | # | 908 | # |
| 895 | # Character devices | 909 | # Character devices |
| 896 | # | 910 | # |
| 897 | CONFIG_VT=y | 911 | CONFIG_VT=y |
| 912 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 898 | CONFIG_VT_CONSOLE=y | 913 | CONFIG_VT_CONSOLE=y |
| 899 | CONFIG_HW_CONSOLE=y | 914 | CONFIG_HW_CONSOLE=y |
| 900 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 915 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -934,43 +949,64 @@ CONFIG_DEVPORT=y | |||
| 934 | CONFIG_I2C=y | 949 | CONFIG_I2C=y |
| 935 | CONFIG_I2C_BOARDINFO=y | 950 | CONFIG_I2C_BOARDINFO=y |
| 936 | CONFIG_I2C_CHARDEV=y | 951 | CONFIG_I2C_CHARDEV=y |
| 952 | CONFIG_I2C_HELPER_AUTO=y | ||
| 937 | 953 | ||
| 938 | # | 954 | # |
| 939 | # I2C Hardware Bus support | 955 | # I2C Hardware Bus support |
| 940 | # | 956 | # |
| 957 | |||
| 958 | # | ||
| 959 | # PC SMBus host controller drivers | ||
| 960 | # | ||
| 941 | # CONFIG_I2C_ALI1535 is not set | 961 | # CONFIG_I2C_ALI1535 is not set |
| 942 | # CONFIG_I2C_ALI1563 is not set | 962 | # CONFIG_I2C_ALI1563 is not set |
| 943 | # CONFIG_I2C_ALI15X3 is not set | 963 | # CONFIG_I2C_ALI15X3 is not set |
| 944 | # CONFIG_I2C_AMD756 is not set | 964 | # CONFIG_I2C_AMD756 is not set |
| 945 | # CONFIG_I2C_AMD8111 is not set | 965 | # CONFIG_I2C_AMD8111 is not set |
| 946 | # CONFIG_I2C_I801 is not set | 966 | # CONFIG_I2C_I801 is not set |
| 947 | # CONFIG_I2C_I810 is not set | 967 | # CONFIG_I2C_ISCH is not set |
| 948 | # CONFIG_I2C_PIIX4 is not set | 968 | # CONFIG_I2C_PIIX4 is not set |
| 949 | CONFIG_I2C_MPC=y | ||
| 950 | # CONFIG_I2C_NFORCE2 is not set | 969 | # CONFIG_I2C_NFORCE2 is not set |
| 951 | # CONFIG_I2C_OCORES is not set | ||
| 952 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 953 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 954 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 955 | # CONFIG_I2C_SIMTEC is not set | ||
| 956 | # CONFIG_I2C_SIS5595 is not set | 970 | # CONFIG_I2C_SIS5595 is not set |
| 957 | # CONFIG_I2C_SIS630 is not set | 971 | # CONFIG_I2C_SIS630 is not set |
| 958 | # CONFIG_I2C_SIS96X is not set | 972 | # CONFIG_I2C_SIS96X is not set |
| 959 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 960 | # CONFIG_I2C_STUB is not set | ||
| 961 | # CONFIG_I2C_TINY_USB is not set | ||
| 962 | # CONFIG_I2C_VIA is not set | 973 | # CONFIG_I2C_VIA is not set |
| 963 | # CONFIG_I2C_VIAPRO is not set | 974 | # CONFIG_I2C_VIAPRO is not set |
| 975 | |||
| 976 | # | ||
| 977 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 978 | # | ||
| 979 | CONFIG_I2C_MPC=y | ||
| 980 | # CONFIG_I2C_OCORES is not set | ||
| 981 | # CONFIG_I2C_SIMTEC is not set | ||
| 982 | |||
| 983 | # | ||
| 984 | # External I2C/SMBus adapter drivers | ||
| 985 | # | ||
| 986 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 987 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 988 | # CONFIG_I2C_TINY_USB is not set | ||
| 989 | |||
| 990 | # | ||
| 991 | # Graphics adapter I2C/DDC channel drivers | ||
| 992 | # | ||
| 964 | # CONFIG_I2C_VOODOO3 is not set | 993 | # CONFIG_I2C_VOODOO3 is not set |
| 994 | |||
| 995 | # | ||
| 996 | # Other I2C/SMBus bus drivers | ||
| 997 | # | ||
| 965 | # CONFIG_I2C_PCA_PLATFORM is not set | 998 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 999 | # CONFIG_I2C_STUB is not set | ||
| 966 | 1000 | ||
| 967 | # | 1001 | # |
| 968 | # Miscellaneous I2C Chip support | 1002 | # Miscellaneous I2C Chip support |
| 969 | # | 1003 | # |
| 970 | # CONFIG_DS1682 is not set | 1004 | # CONFIG_DS1682 is not set |
| 1005 | # CONFIG_AT24 is not set | ||
| 971 | CONFIG_SENSORS_EEPROM=m | 1006 | CONFIG_SENSORS_EEPROM=m |
| 972 | # CONFIG_SENSORS_PCF8574 is not set | 1007 | # CONFIG_SENSORS_PCF8574 is not set |
| 973 | # CONFIG_PCF8575 is not set | 1008 | # CONFIG_PCF8575 is not set |
| 1009 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 974 | # CONFIG_SENSORS_PCF8591 is not set | 1010 | # CONFIG_SENSORS_PCF8591 is not set |
| 975 | # CONFIG_SENSORS_MAX6875 is not set | 1011 | # CONFIG_SENSORS_MAX6875 is not set |
| 976 | # CONFIG_SENSORS_TSL2550 is not set | 1012 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -979,10 +1015,13 @@ CONFIG_SENSORS_EEPROM=m | |||
| 979 | # CONFIG_I2C_DEBUG_BUS is not set | 1015 | # CONFIG_I2C_DEBUG_BUS is not set |
| 980 | # CONFIG_I2C_DEBUG_CHIP is not set | 1016 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 981 | # CONFIG_SPI is not set | 1017 | # CONFIG_SPI is not set |
| 1018 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 1019 | # CONFIG_GPIOLIB is not set | ||
| 982 | # CONFIG_W1 is not set | 1020 | # CONFIG_W1 is not set |
| 983 | # CONFIG_POWER_SUPPLY is not set | 1021 | # CONFIG_POWER_SUPPLY is not set |
| 984 | CONFIG_HWMON=y | 1022 | CONFIG_HWMON=y |
| 985 | # CONFIG_HWMON_VID is not set | 1023 | # CONFIG_HWMON_VID is not set |
| 1024 | # CONFIG_SENSORS_AD7414 is not set | ||
| 986 | # CONFIG_SENSORS_AD7418 is not set | 1025 | # CONFIG_SENSORS_AD7418 is not set |
| 987 | # CONFIG_SENSORS_ADM1021 is not set | 1026 | # CONFIG_SENSORS_ADM1021 is not set |
| 988 | # CONFIG_SENSORS_ADM1025 is not set | 1027 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -1036,6 +1075,7 @@ CONFIG_HWMON=y | |||
| 1036 | # CONFIG_SENSORS_W83627EHF is not set | 1075 | # CONFIG_SENSORS_W83627EHF is not set |
| 1037 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1076 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 1038 | # CONFIG_THERMAL is not set | 1077 | # CONFIG_THERMAL is not set |
| 1078 | # CONFIG_THERMAL_HWMON is not set | ||
| 1039 | # CONFIG_WATCHDOG is not set | 1079 | # CONFIG_WATCHDOG is not set |
| 1040 | 1080 | ||
| 1041 | # | 1081 | # |
| @@ -1047,8 +1087,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 1047 | # | 1087 | # |
| 1048 | # Multifunction device drivers | 1088 | # Multifunction device drivers |
| 1049 | # | 1089 | # |
| 1090 | # CONFIG_MFD_CORE is not set | ||
| 1050 | # CONFIG_MFD_SM501 is not set | 1091 | # CONFIG_MFD_SM501 is not set |
| 1051 | # CONFIG_HTC_PASIC3 is not set | 1092 | # CONFIG_HTC_PASIC3 is not set |
| 1093 | # CONFIG_MFD_TMIO is not set | ||
| 1052 | 1094 | ||
| 1053 | # | 1095 | # |
| 1054 | # Multimedia devices | 1096 | # Multimedia devices |
| @@ -1086,10 +1128,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 1086 | # | 1128 | # |
| 1087 | # CONFIG_VGA_CONSOLE is not set | 1129 | # CONFIG_VGA_CONSOLE is not set |
| 1088 | CONFIG_DUMMY_CONSOLE=y | 1130 | CONFIG_DUMMY_CONSOLE=y |
| 1089 | |||
| 1090 | # | ||
| 1091 | # Sound | ||
| 1092 | # | ||
| 1093 | # CONFIG_SOUND is not set | 1131 | # CONFIG_SOUND is not set |
| 1094 | CONFIG_HID_SUPPORT=y | 1132 | CONFIG_HID_SUPPORT=y |
| 1095 | CONFIG_HID=m | 1133 | CONFIG_HID=m |
| @@ -1121,6 +1159,7 @@ CONFIG_USB_DEVICEFS=y | |||
| 1121 | CONFIG_USB_DEVICE_CLASS=y | 1159 | CONFIG_USB_DEVICE_CLASS=y |
| 1122 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1160 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 1123 | # CONFIG_USB_OTG is not set | 1161 | # CONFIG_USB_OTG is not set |
| 1162 | CONFIG_USB_MON=y | ||
| 1124 | 1163 | ||
| 1125 | # | 1164 | # |
| 1126 | # USB Host Controller Drivers | 1165 | # USB Host Controller Drivers |
| @@ -1172,6 +1211,7 @@ CONFIG_USB_STORAGE=m | |||
| 1172 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1211 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1173 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1212 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1174 | # CONFIG_USB_STORAGE_KARMA is not set | 1213 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1214 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1175 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1215 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1176 | # CONFIG_USB_LIBUSUAL is not set | 1216 | # CONFIG_USB_LIBUSUAL is not set |
| 1177 | 1217 | ||
| @@ -1180,7 +1220,6 @@ CONFIG_USB_STORAGE=m | |||
| 1180 | # | 1220 | # |
| 1181 | # CONFIG_USB_MDC800 is not set | 1221 | # CONFIG_USB_MDC800 is not set |
| 1182 | # CONFIG_USB_MICROTEK is not set | 1222 | # CONFIG_USB_MICROTEK is not set |
| 1183 | CONFIG_USB_MON=y | ||
| 1184 | 1223 | ||
| 1185 | # | 1224 | # |
| 1186 | # USB port drivers | 1225 | # USB port drivers |
| @@ -1190,7 +1229,6 @@ CONFIG_USB_SERIAL_CONSOLE=y | |||
| 1190 | # CONFIG_USB_EZUSB is not set | 1229 | # CONFIG_USB_EZUSB is not set |
| 1191 | # CONFIG_USB_SERIAL_GENERIC is not set | 1230 | # CONFIG_USB_SERIAL_GENERIC is not set |
| 1192 | # CONFIG_USB_SERIAL_AIRCABLE is not set | 1231 | # CONFIG_USB_SERIAL_AIRCABLE is not set |
| 1193 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1194 | # CONFIG_USB_SERIAL_ARK3116 is not set | 1232 | # CONFIG_USB_SERIAL_ARK3116 is not set |
| 1195 | # CONFIG_USB_SERIAL_BELKIN is not set | 1233 | # CONFIG_USB_SERIAL_BELKIN is not set |
| 1196 | # CONFIG_USB_SERIAL_CH341 is not set | 1234 | # CONFIG_USB_SERIAL_CH341 is not set |
| @@ -1237,7 +1275,6 @@ CONFIG_USB_SERIAL_FTDI_SIO=y | |||
| 1237 | # CONFIG_USB_EMI62 is not set | 1275 | # CONFIG_USB_EMI62 is not set |
| 1238 | # CONFIG_USB_EMI26 is not set | 1276 | # CONFIG_USB_EMI26 is not set |
| 1239 | # CONFIG_USB_ADUTUX is not set | 1277 | # CONFIG_USB_ADUTUX is not set |
| 1240 | # CONFIG_USB_AUERSWALD is not set | ||
| 1241 | # CONFIG_USB_RIO500 is not set | 1278 | # CONFIG_USB_RIO500 is not set |
| 1242 | # CONFIG_USB_LEGOTOWER is not set | 1279 | # CONFIG_USB_LEGOTOWER is not set |
| 1243 | # CONFIG_USB_LCD is not set | 1280 | # CONFIG_USB_LCD is not set |
| @@ -1291,6 +1328,7 @@ CONFIG_RTC_DRV_RS5C372=y | |||
| 1291 | # CONFIG_RTC_DRV_PCF8583 is not set | 1328 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1292 | # CONFIG_RTC_DRV_M41T80 is not set | 1329 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1293 | # CONFIG_RTC_DRV_S35390A is not set | 1330 | # CONFIG_RTC_DRV_S35390A is not set |
| 1331 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1294 | 1332 | ||
| 1295 | # | 1333 | # |
| 1296 | # SPI RTC drivers | 1334 | # SPI RTC drivers |
| @@ -1392,6 +1430,7 @@ CONFIG_TMPFS=y | |||
| 1392 | # CONFIG_CRAMFS is not set | 1430 | # CONFIG_CRAMFS is not set |
| 1393 | # CONFIG_VXFS_FS is not set | 1431 | # CONFIG_VXFS_FS is not set |
| 1394 | # CONFIG_MINIX_FS is not set | 1432 | # CONFIG_MINIX_FS is not set |
| 1433 | # CONFIG_OMFS_FS is not set | ||
| 1395 | # CONFIG_HPFS_FS is not set | 1434 | # CONFIG_HPFS_FS is not set |
| 1396 | # CONFIG_QNX4FS_FS is not set | 1435 | # CONFIG_QNX4FS_FS is not set |
| 1397 | # CONFIG_ROMFS_FS is not set | 1436 | # CONFIG_ROMFS_FS is not set |
| @@ -1402,11 +1441,11 @@ CONFIG_NFS_FS=y | |||
| 1402 | CONFIG_NFS_V3=y | 1441 | CONFIG_NFS_V3=y |
| 1403 | CONFIG_NFS_V3_ACL=y | 1442 | CONFIG_NFS_V3_ACL=y |
| 1404 | CONFIG_NFS_V4=y | 1443 | CONFIG_NFS_V4=y |
| 1444 | CONFIG_ROOT_NFS=y | ||
| 1405 | CONFIG_NFSD=m | 1445 | CONFIG_NFSD=m |
| 1406 | CONFIG_NFSD_V3=y | 1446 | CONFIG_NFSD_V3=y |
| 1407 | # CONFIG_NFSD_V3_ACL is not set | 1447 | # CONFIG_NFSD_V3_ACL is not set |
| 1408 | # CONFIG_NFSD_V4 is not set | 1448 | # CONFIG_NFSD_V4 is not set |
| 1409 | CONFIG_ROOT_NFS=y | ||
| 1410 | CONFIG_LOCKD=y | 1449 | CONFIG_LOCKD=y |
| 1411 | CONFIG_LOCKD_V4=y | 1450 | CONFIG_LOCKD_V4=y |
| 1412 | CONFIG_EXPORTFS=m | 1451 | CONFIG_EXPORTFS=m |
| @@ -1414,7 +1453,6 @@ CONFIG_NFS_ACL_SUPPORT=y | |||
| 1414 | CONFIG_NFS_COMMON=y | 1453 | CONFIG_NFS_COMMON=y |
| 1415 | CONFIG_SUNRPC=y | 1454 | CONFIG_SUNRPC=y |
| 1416 | CONFIG_SUNRPC_GSS=y | 1455 | CONFIG_SUNRPC_GSS=y |
| 1417 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1418 | CONFIG_RPCSEC_GSS_KRB5=y | 1456 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1419 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1457 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1420 | # CONFIG_SMB_FS is not set | 1458 | # CONFIG_SMB_FS is not set |
| @@ -1482,6 +1520,7 @@ CONFIG_BITREVERSE=y | |||
| 1482 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1520 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1483 | CONFIG_CRC_CCITT=m | 1521 | CONFIG_CRC_CCITT=m |
| 1484 | # CONFIG_CRC16 is not set | 1522 | # CONFIG_CRC16 is not set |
| 1523 | CONFIG_CRC_T10DIF=y | ||
| 1485 | CONFIG_CRC_ITU_T=m | 1524 | CONFIG_CRC_ITU_T=m |
| 1486 | CONFIG_CRC32=y | 1525 | CONFIG_CRC32=y |
| 1487 | # CONFIG_CRC7 is not set | 1526 | # CONFIG_CRC7 is not set |
| @@ -1510,6 +1549,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 1510 | CONFIG_DEBUG_KERNEL=y | 1549 | CONFIG_DEBUG_KERNEL=y |
| 1511 | # CONFIG_DEBUG_SHIRQ is not set | 1550 | # CONFIG_DEBUG_SHIRQ is not set |
| 1512 | CONFIG_DETECT_SOFTLOCKUP=y | 1551 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1552 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1553 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1513 | CONFIG_SCHED_DEBUG=y | 1554 | CONFIG_SCHED_DEBUG=y |
| 1514 | # CONFIG_SCHEDSTATS is not set | 1555 | # CONFIG_SCHEDSTATS is not set |
| 1515 | # CONFIG_TIMER_STATS is not set | 1556 | # CONFIG_TIMER_STATS is not set |
| @@ -1527,17 +1568,29 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1527 | # CONFIG_DEBUG_INFO is not set | 1568 | # CONFIG_DEBUG_INFO is not set |
| 1528 | # CONFIG_DEBUG_VM is not set | 1569 | # CONFIG_DEBUG_VM is not set |
| 1529 | # CONFIG_DEBUG_WRITECOUNT is not set | 1570 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1571 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1530 | # CONFIG_DEBUG_LIST is not set | 1572 | # CONFIG_DEBUG_LIST is not set |
| 1531 | # CONFIG_DEBUG_SG is not set | 1573 | # CONFIG_DEBUG_SG is not set |
| 1532 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1574 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1533 | # CONFIG_RCU_TORTURE_TEST is not set | 1575 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1534 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1576 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1535 | # CONFIG_FAULT_INJECTION is not set | 1577 | # CONFIG_FAULT_INJECTION is not set |
| 1578 | # CONFIG_LATENCYTOP is not set | ||
| 1579 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1580 | CONFIG_HAVE_FTRACE=y | ||
| 1581 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1582 | # CONFIG_FTRACE is not set | ||
| 1583 | # CONFIG_SCHED_TRACER is not set | ||
| 1584 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1536 | # CONFIG_SAMPLES is not set | 1585 | # CONFIG_SAMPLES is not set |
| 1586 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1587 | # CONFIG_KGDB is not set | ||
| 1537 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1588 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1538 | # CONFIG_DEBUG_STACK_USAGE is not set | 1589 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1539 | # CONFIG_DEBUG_PAGEALLOC is not set | 1590 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1540 | # CONFIG_DEBUGGER is not set | 1591 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1592 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1593 | # CONFIG_XMON is not set | ||
| 1541 | # CONFIG_IRQSTACKS is not set | 1594 | # CONFIG_IRQSTACKS is not set |
| 1542 | # CONFIG_BDI_SWITCH is not set | 1595 | # CONFIG_BDI_SWITCH is not set |
| 1543 | # CONFIG_BOOTX_TEXT is not set | 1596 | # CONFIG_BOOTX_TEXT is not set |
| @@ -1556,6 +1609,7 @@ CONFIG_CRYPTO=y | |||
| 1556 | # | 1609 | # |
| 1557 | CONFIG_CRYPTO_ALGAPI=y | 1610 | CONFIG_CRYPTO_ALGAPI=y |
| 1558 | CONFIG_CRYPTO_BLKCIPHER=y | 1611 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1612 | CONFIG_CRYPTO_HASH=m | ||
| 1559 | CONFIG_CRYPTO_MANAGER=y | 1613 | CONFIG_CRYPTO_MANAGER=y |
| 1560 | # CONFIG_CRYPTO_GF128MUL is not set | 1614 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1561 | # CONFIG_CRYPTO_NULL is not set | 1615 | # CONFIG_CRYPTO_NULL is not set |
| @@ -1594,6 +1648,10 @@ CONFIG_CRYPTO_CRC32C=m | |||
| 1594 | CONFIG_CRYPTO_MD4=m | 1648 | CONFIG_CRYPTO_MD4=m |
| 1595 | CONFIG_CRYPTO_MD5=y | 1649 | CONFIG_CRYPTO_MD5=y |
| 1596 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1650 | CONFIG_CRYPTO_MICHAEL_MIC=m |
| 1651 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1652 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1653 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1654 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1597 | CONFIG_CRYPTO_SHA1=m | 1655 | CONFIG_CRYPTO_SHA1=m |
| 1598 | # CONFIG_CRYPTO_SHA256 is not set | 1656 | # CONFIG_CRYPTO_SHA256 is not set |
| 1599 | # CONFIG_CRYPTO_SHA512 is not set | 1657 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1627,5 +1685,6 @@ CONFIG_CRYPTO_DEFLATE=m | |||
| 1627 | # CONFIG_CRYPTO_LZO is not set | 1685 | # CONFIG_CRYPTO_LZO is not set |
| 1628 | CONFIG_CRYPTO_HW=y | 1686 | CONFIG_CRYPTO_HW=y |
| 1629 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1687 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1688 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1630 | # CONFIG_PPC_CLOCK is not set | 1689 | # CONFIG_PPC_CLOCK is not set |
| 1631 | # CONFIG_VIRTUALIZATION is not set | 1690 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc7448_hpc2_defconfig b/arch/powerpc/configs/mpc7448_hpc2_defconfig index 066c583c1f8a..ab5199f26a24 100644 --- a/arch/powerpc/configs/mpc7448_hpc2_defconfig +++ b/arch/powerpc/configs/mpc7448_hpc2_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:11 2008 | 4 | # Thu Aug 21 00:52:06 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -32,6 +32,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 34 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 35 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -88,7 +89,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 89 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 90 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 91 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | CONFIG_KALLSYMS=y | 92 | CONFIG_KALLSYMS=y |
| 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 94 | CONFIG_HOTPLUG=y | 94 | CONFIG_HOTPLUG=y |
| @@ -112,10 +112,16 @@ CONFIG_SLUB=y | |||
| 112 | # CONFIG_PROFILING is not set | 112 | # CONFIG_PROFILING is not set |
| 113 | # CONFIG_MARKERS is not set | 113 | # CONFIG_MARKERS is not set |
| 114 | CONFIG_HAVE_OPROFILE=y | 114 | CONFIG_HAVE_OPROFILE=y |
| 115 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 116 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 117 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 118 | CONFIG_HAVE_KRETPROBES=y |
| 119 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 120 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 121 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 122 | # CONFIG_HAVE_CLK is not set | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 123 | CONFIG_PROC_PAGE_MONITOR=y |
| 124 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 125 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 126 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 127 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,6 +132,7 @@ CONFIG_LBD=y | |||
| 126 | # CONFIG_BLK_DEV_IO_TRACE is not set | 132 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 127 | # CONFIG_LSF is not set | 133 | # CONFIG_LSF is not set |
| 128 | # CONFIG_BLK_DEV_BSG is not set | 134 | # CONFIG_BLK_DEV_BSG is not set |
| 135 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 129 | 136 | ||
| 130 | # | 137 | # |
| 131 | # IO Schedulers | 138 | # IO Schedulers |
| @@ -145,25 +152,25 @@ CONFIG_CLASSIC_RCU=y | |||
| 145 | # Platform support | 152 | # Platform support |
| 146 | # | 153 | # |
| 147 | CONFIG_PPC_MULTIPLATFORM=y | 154 | CONFIG_PPC_MULTIPLATFORM=y |
| 148 | # CONFIG_PPC_82xx is not set | ||
| 149 | # CONFIG_PPC_83xx is not set | ||
| 150 | # CONFIG_PPC_86xx is not set | ||
| 151 | CONFIG_CLASSIC32=y | 155 | CONFIG_CLASSIC32=y |
| 152 | # CONFIG_PPC_CHRP is not set | 156 | # CONFIG_PPC_CHRP is not set |
| 153 | # CONFIG_PPC_MPC512x is not set | ||
| 154 | # CONFIG_PPC_MPC5121 is not set | ||
| 155 | # CONFIG_MPC5121_ADS is not set | 157 | # CONFIG_MPC5121_ADS is not set |
| 158 | # CONFIG_MPC5121_GENERIC is not set | ||
| 156 | # CONFIG_PPC_MPC52xx is not set | 159 | # CONFIG_PPC_MPC52xx is not set |
| 157 | # CONFIG_PPC_PMAC is not set | 160 | # CONFIG_PPC_PMAC is not set |
| 158 | # CONFIG_PPC_CELL is not set | 161 | # CONFIG_PPC_CELL is not set |
| 159 | # CONFIG_PPC_CELL_NATIVE is not set | 162 | # CONFIG_PPC_CELL_NATIVE is not set |
| 163 | # CONFIG_PPC_82xx is not set | ||
| 160 | # CONFIG_PQ2ADS is not set | 164 | # CONFIG_PQ2ADS is not set |
| 165 | # CONFIG_PPC_83xx is not set | ||
| 166 | # CONFIG_PPC_86xx is not set | ||
| 161 | CONFIG_EMBEDDED6xx=y | 167 | CONFIG_EMBEDDED6xx=y |
| 162 | # CONFIG_LINKSTATION is not set | 168 | # CONFIG_LINKSTATION is not set |
| 163 | # CONFIG_STORCENTER is not set | 169 | # CONFIG_STORCENTER is not set |
| 164 | CONFIG_MPC7448HPC2=y | 170 | CONFIG_MPC7448HPC2=y |
| 165 | # CONFIG_PPC_HOLLY is not set | 171 | # CONFIG_PPC_HOLLY is not set |
| 166 | # CONFIG_PPC_PRPMC2800 is not set | 172 | # CONFIG_PPC_PRPMC2800 is not set |
| 173 | # CONFIG_PPC_C2K is not set | ||
| 167 | CONFIG_TSI108_BRIDGE=y | 174 | CONFIG_TSI108_BRIDGE=y |
| 168 | # CONFIG_IPIC is not set | 175 | # CONFIG_IPIC is not set |
| 169 | CONFIG_MPIC=y | 176 | CONFIG_MPIC=y |
| @@ -192,7 +199,7 @@ CONFIG_HZ_250=y | |||
| 192 | # CONFIG_HZ_300 is not set | 199 | # CONFIG_HZ_300 is not set |
| 193 | # CONFIG_HZ_1000 is not set | 200 | # CONFIG_HZ_1000 is not set |
| 194 | CONFIG_HZ=250 | 201 | CONFIG_HZ=250 |
| 195 | # CONFIG_SCHED_HRTICK is not set | 202 | CONFIG_SCHED_HRTICK=y |
| 196 | CONFIG_PREEMPT_NONE=y | 203 | CONFIG_PREEMPT_NONE=y |
| 197 | # CONFIG_PREEMPT_VOLUNTARY is not set | 204 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 198 | # CONFIG_PREEMPT is not set | 205 | # CONFIG_PREEMPT is not set |
| @@ -215,6 +222,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 215 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 222 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 216 | CONFIG_PAGEFLAGS_EXTENDED=y | 223 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 217 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 224 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 225 | CONFIG_MIGRATION=y | ||
| 218 | # CONFIG_RESOURCES_64BIT is not set | 226 | # CONFIG_RESOURCES_64BIT is not set |
| 219 | CONFIG_ZONE_DMA_FLAG=1 | 227 | CONFIG_ZONE_DMA_FLAG=1 |
| 220 | CONFIG_BOUNCE=y | 228 | CONFIG_BOUNCE=y |
| @@ -222,6 +230,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 222 | CONFIG_FORCE_MAX_ZONEORDER=11 | 230 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 223 | CONFIG_PROC_DEVICETREE=y | 231 | CONFIG_PROC_DEVICETREE=y |
| 224 | # CONFIG_CMDLINE_BOOL is not set | 232 | # CONFIG_CMDLINE_BOOL is not set |
| 233 | CONFIG_EXTRA_TARGETS="" | ||
| 225 | # CONFIG_PM is not set | 234 | # CONFIG_PM is not set |
| 226 | # CONFIG_SECCOMP is not set | 235 | # CONFIG_SECCOMP is not set |
| 227 | CONFIG_ISA_DMA_API=y | 236 | CONFIG_ISA_DMA_API=y |
| @@ -256,10 +265,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 256 | CONFIG_KERNEL_START=0xc0000000 | 265 | CONFIG_KERNEL_START=0xc0000000 |
| 257 | CONFIG_PHYSICAL_START=0x00000000 | 266 | CONFIG_PHYSICAL_START=0x00000000 |
| 258 | CONFIG_TASK_SIZE=0xc0000000 | 267 | CONFIG_TASK_SIZE=0xc0000000 |
| 259 | |||
| 260 | # | ||
| 261 | # Networking | ||
| 262 | # | ||
| 263 | CONFIG_NET=y | 268 | CONFIG_NET=y |
| 264 | 269 | ||
| 265 | # | 270 | # |
| @@ -374,12 +379,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 374 | # CONFIG_BLK_DEV_XIP is not set | 379 | # CONFIG_BLK_DEV_XIP is not set |
| 375 | # CONFIG_CDROM_PKTCDVD is not set | 380 | # CONFIG_CDROM_PKTCDVD is not set |
| 376 | # CONFIG_ATA_OVER_ETH is not set | 381 | # CONFIG_ATA_OVER_ETH is not set |
| 382 | # CONFIG_BLK_DEV_HD is not set | ||
| 377 | CONFIG_MISC_DEVICES=y | 383 | CONFIG_MISC_DEVICES=y |
| 378 | # CONFIG_PHANTOM is not set | 384 | # CONFIG_PHANTOM is not set |
| 379 | # CONFIG_EEPROM_93CX6 is not set | 385 | # CONFIG_EEPROM_93CX6 is not set |
| 380 | # CONFIG_SGI_IOC4 is not set | 386 | # CONFIG_SGI_IOC4 is not set |
| 381 | # CONFIG_TIFM_CORE is not set | 387 | # CONFIG_TIFM_CORE is not set |
| 382 | # CONFIG_ENCLOSURE_SERVICES is not set | 388 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 389 | # CONFIG_HP_ILO is not set | ||
| 383 | CONFIG_HAVE_IDE=y | 390 | CONFIG_HAVE_IDE=y |
| 384 | # CONFIG_IDE is not set | 391 | # CONFIG_IDE is not set |
| 385 | 392 | ||
| @@ -457,6 +464,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 457 | # CONFIG_SCSI_NSP32 is not set | 464 | # CONFIG_SCSI_NSP32 is not set |
| 458 | # CONFIG_SCSI_DEBUG is not set | 465 | # CONFIG_SCSI_DEBUG is not set |
| 459 | # CONFIG_SCSI_SRP is not set | 466 | # CONFIG_SCSI_SRP is not set |
| 467 | # CONFIG_SCSI_DH is not set | ||
| 460 | CONFIG_ATA=y | 468 | CONFIG_ATA=y |
| 461 | # CONFIG_ATA_NONSTANDARD is not set | 469 | # CONFIG_ATA_NONSTANDARD is not set |
| 462 | CONFIG_SATA_PMP=y | 470 | CONFIG_SATA_PMP=y |
| @@ -523,12 +531,15 @@ CONFIG_SATA_MV=y | |||
| 523 | # | 531 | # |
| 524 | # IEEE 1394 (FireWire) support | 532 | # IEEE 1394 (FireWire) support |
| 525 | # | 533 | # |
| 534 | |||
| 535 | # | ||
| 536 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 537 | # | ||
| 526 | # CONFIG_FIREWIRE is not set | 538 | # CONFIG_FIREWIRE is not set |
| 527 | # CONFIG_IEEE1394 is not set | 539 | # CONFIG_IEEE1394 is not set |
| 528 | # CONFIG_I2O is not set | 540 | # CONFIG_I2O is not set |
| 529 | # CONFIG_MACINTOSH_DRIVERS is not set | 541 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 530 | CONFIG_NETDEVICES=y | 542 | CONFIG_NETDEVICES=y |
| 531 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 532 | # CONFIG_DUMMY is not set | 543 | # CONFIG_DUMMY is not set |
| 533 | # CONFIG_BONDING is not set | 544 | # CONFIG_BONDING is not set |
| 534 | # CONFIG_MACVLAN is not set | 545 | # CONFIG_MACVLAN is not set |
| @@ -594,7 +605,6 @@ CONFIG_NETDEV_1000=y | |||
| 594 | # CONFIG_DL2K is not set | 605 | # CONFIG_DL2K is not set |
| 595 | # CONFIG_E1000 is not set | 606 | # CONFIG_E1000 is not set |
| 596 | # CONFIG_E1000E is not set | 607 | # CONFIG_E1000E is not set |
| 597 | # CONFIG_E1000E_ENABLED is not set | ||
| 598 | # CONFIG_IP1000 is not set | 608 | # CONFIG_IP1000 is not set |
| 599 | # CONFIG_IGB is not set | 609 | # CONFIG_IGB is not set |
| 600 | # CONFIG_NS83820 is not set | 610 | # CONFIG_NS83820 is not set |
| @@ -611,6 +621,7 @@ CONFIG_TSI108_ETH=y | |||
| 611 | # CONFIG_MV643XX_ETH is not set | 621 | # CONFIG_MV643XX_ETH is not set |
| 612 | # CONFIG_QLA3XXX is not set | 622 | # CONFIG_QLA3XXX is not set |
| 613 | # CONFIG_ATL1 is not set | 623 | # CONFIG_ATL1 is not set |
| 624 | # CONFIG_ATL1E is not set | ||
| 614 | CONFIG_NETDEV_10000=y | 625 | CONFIG_NETDEV_10000=y |
| 615 | # CONFIG_CHELSIO_T1 is not set | 626 | # CONFIG_CHELSIO_T1 is not set |
| 616 | # CONFIG_CHELSIO_T3 is not set | 627 | # CONFIG_CHELSIO_T3 is not set |
| @@ -716,6 +727,8 @@ CONFIG_GEN_RTC=y | |||
| 716 | CONFIG_DEVPORT=y | 727 | CONFIG_DEVPORT=y |
| 717 | # CONFIG_I2C is not set | 728 | # CONFIG_I2C is not set |
| 718 | # CONFIG_SPI is not set | 729 | # CONFIG_SPI is not set |
| 730 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 731 | # CONFIG_GPIOLIB is not set | ||
| 719 | # CONFIG_W1 is not set | 732 | # CONFIG_W1 is not set |
| 720 | # CONFIG_POWER_SUPPLY is not set | 733 | # CONFIG_POWER_SUPPLY is not set |
| 721 | CONFIG_HWMON=y | 734 | CONFIG_HWMON=y |
| @@ -736,6 +749,7 @@ CONFIG_HWMON=y | |||
| 736 | # CONFIG_SENSORS_W83627EHF is not set | 749 | # CONFIG_SENSORS_W83627EHF is not set |
| 737 | # CONFIG_HWMON_DEBUG_CHIP is not set | 750 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 738 | # CONFIG_THERMAL is not set | 751 | # CONFIG_THERMAL is not set |
| 752 | # CONFIG_THERMAL_HWMON is not set | ||
| 739 | # CONFIG_WATCHDOG is not set | 753 | # CONFIG_WATCHDOG is not set |
| 740 | 754 | ||
| 741 | # | 755 | # |
| @@ -747,8 +761,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 747 | # | 761 | # |
| 748 | # Multifunction device drivers | 762 | # Multifunction device drivers |
| 749 | # | 763 | # |
| 764 | # CONFIG_MFD_CORE is not set | ||
| 750 | # CONFIG_MFD_SM501 is not set | 765 | # CONFIG_MFD_SM501 is not set |
| 751 | # CONFIG_HTC_PASIC3 is not set | 766 | # CONFIG_HTC_PASIC3 is not set |
| 767 | # CONFIG_MFD_TMIO is not set | ||
| 752 | 768 | ||
| 753 | # | 769 | # |
| 754 | # Multimedia devices | 770 | # Multimedia devices |
| @@ -780,10 +796,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 780 | # Display device support | 796 | # Display device support |
| 781 | # | 797 | # |
| 782 | # CONFIG_DISPLAY_SUPPORT is not set | 798 | # CONFIG_DISPLAY_SUPPORT is not set |
| 783 | |||
| 784 | # | ||
| 785 | # Sound | ||
| 786 | # | ||
| 787 | # CONFIG_SOUND is not set | 799 | # CONFIG_SOUND is not set |
| 788 | CONFIG_HID_SUPPORT=y | 800 | CONFIG_HID_SUPPORT=y |
| 789 | CONFIG_HID=y | 801 | CONFIG_HID=y |
| @@ -798,6 +810,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 798 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 810 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 799 | 811 | ||
| 800 | # | 812 | # |
| 813 | # Enable Host or Gadget support to see Inventra options | ||
| 814 | # | ||
| 815 | |||
| 816 | # | ||
| 801 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 817 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 802 | # | 818 | # |
| 803 | # CONFIG_USB_GADGET is not set | 819 | # CONFIG_USB_GADGET is not set |
| @@ -875,6 +891,7 @@ CONFIG_TMPFS=y | |||
| 875 | # CONFIG_CRAMFS is not set | 891 | # CONFIG_CRAMFS is not set |
| 876 | # CONFIG_VXFS_FS is not set | 892 | # CONFIG_VXFS_FS is not set |
| 877 | # CONFIG_MINIX_FS is not set | 893 | # CONFIG_MINIX_FS is not set |
| 894 | # CONFIG_OMFS_FS is not set | ||
| 878 | # CONFIG_HPFS_FS is not set | 895 | # CONFIG_HPFS_FS is not set |
| 879 | # CONFIG_QNX4FS_FS is not set | 896 | # CONFIG_QNX4FS_FS is not set |
| 880 | # CONFIG_ROMFS_FS is not set | 897 | # CONFIG_ROMFS_FS is not set |
| @@ -884,12 +901,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 884 | CONFIG_NFS_FS=y | 901 | CONFIG_NFS_FS=y |
| 885 | # CONFIG_NFS_V3 is not set | 902 | # CONFIG_NFS_V3 is not set |
| 886 | # CONFIG_NFS_V4 is not set | 903 | # CONFIG_NFS_V4 is not set |
| 887 | # CONFIG_NFSD is not set | ||
| 888 | CONFIG_ROOT_NFS=y | 904 | CONFIG_ROOT_NFS=y |
| 905 | # CONFIG_NFSD is not set | ||
| 889 | CONFIG_LOCKD=y | 906 | CONFIG_LOCKD=y |
| 890 | CONFIG_NFS_COMMON=y | 907 | CONFIG_NFS_COMMON=y |
| 891 | CONFIG_SUNRPC=y | 908 | CONFIG_SUNRPC=y |
| 892 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 893 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 909 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 894 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 910 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 895 | # CONFIG_SMB_FS is not set | 911 | # CONFIG_SMB_FS is not set |
| @@ -929,6 +945,7 @@ CONFIG_BITREVERSE=y | |||
| 929 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 945 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 930 | # CONFIG_CRC_CCITT is not set | 946 | # CONFIG_CRC_CCITT is not set |
| 931 | # CONFIG_CRC16 is not set | 947 | # CONFIG_CRC16 is not set |
| 948 | CONFIG_CRC_T10DIF=y | ||
| 932 | # CONFIG_CRC_ITU_T is not set | 949 | # CONFIG_CRC_ITU_T is not set |
| 933 | CONFIG_CRC32=y | 950 | CONFIG_CRC32=y |
| 934 | # CONFIG_CRC7 is not set | 951 | # CONFIG_CRC7 is not set |
| @@ -954,7 +971,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 954 | # CONFIG_SLUB_DEBUG_ON is not set | 971 | # CONFIG_SLUB_DEBUG_ON is not set |
| 955 | # CONFIG_SLUB_STATS is not set | 972 | # CONFIG_SLUB_STATS is not set |
| 956 | # CONFIG_DEBUG_BUGVERBOSE is not set | 973 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 974 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 975 | # CONFIG_LATENCYTOP is not set | ||
| 976 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 977 | CONFIG_HAVE_FTRACE=y | ||
| 978 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 979 | # CONFIG_FTRACE is not set | ||
| 980 | # CONFIG_SCHED_TRACER is not set | ||
| 981 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 957 | # CONFIG_SAMPLES is not set | 982 | # CONFIG_SAMPLES is not set |
| 983 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 958 | # CONFIG_IRQSTACKS is not set | 984 | # CONFIG_IRQSTACKS is not set |
| 959 | # CONFIG_BOOTX_TEXT is not set | 985 | # CONFIG_BOOTX_TEXT is not set |
| 960 | # CONFIG_PPC_EARLY_DEBUG is not set | 986 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1007,6 +1033,10 @@ CONFIG_CRYPTO=y | |||
| 1007 | # CONFIG_CRYPTO_MD4 is not set | 1033 | # CONFIG_CRYPTO_MD4 is not set |
| 1008 | # CONFIG_CRYPTO_MD5 is not set | 1034 | # CONFIG_CRYPTO_MD5 is not set |
| 1009 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1035 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1036 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1037 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1038 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1039 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1010 | # CONFIG_CRYPTO_SHA1 is not set | 1040 | # CONFIG_CRYPTO_SHA1 is not set |
| 1011 | # CONFIG_CRYPTO_SHA256 is not set | 1041 | # CONFIG_CRYPTO_SHA256 is not set |
| 1012 | # CONFIG_CRYPTO_SHA512 is not set | 1042 | # CONFIG_CRYPTO_SHA512 is not set |
diff --git a/arch/powerpc/configs/mpc8272_ads_defconfig b/arch/powerpc/configs/mpc8272_ads_defconfig index 30d7834b7db1..7c435c84c875 100644 --- a/arch/powerpc/configs/mpc8272_ads_defconfig +++ b/arch/powerpc/configs/mpc8272_ads_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:12 2008 | 4 | # Thu Aug 21 00:52:07 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_6xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_ALTIVEC is not set | ||
| 18 | CONFIG_PPC_STD_MMU=y | 19 | CONFIG_PPC_STD_MMU=y |
| 19 | CONFIG_PPC_STD_MMU_32=y | 20 | CONFIG_PPC_STD_MMU_32=y |
| 20 | # CONFIG_PPC_MM_SLICES is not set | 21 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -31,12 +32,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 31 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 32 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 33 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 39 | CONFIG_GENERIC_HWEIGHT=y |
| 38 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 39 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 42 | CONFIG_GENERIC_GPIO=y | ||
| 40 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 43 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 41 | CONFIG_PPC=y | 44 | CONFIG_PPC=y |
| 42 | CONFIG_EARLY_PRINTK=y | 45 | CONFIG_EARLY_PRINTK=y |
| @@ -45,11 +48,13 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | |||
| 45 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 48 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 46 | CONFIG_PPC_OF=y | 49 | CONFIG_PPC_OF=y |
| 47 | CONFIG_OF=y | 50 | CONFIG_OF=y |
| 48 | # CONFIG_PPC_UDBG_16550 is not set | 51 | CONFIG_PPC_UDBG_16550=y |
| 49 | # CONFIG_GENERIC_TBSYNC is not set | 52 | # CONFIG_GENERIC_TBSYNC is not set |
| 50 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 51 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 52 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 53 | # CONFIG_PPC_DCR_NATIVE is not set | 58 | # CONFIG_PPC_DCR_NATIVE is not set |
| 54 | # CONFIG_PPC_DCR_MMIO is not set | 59 | # CONFIG_PPC_DCR_MMIO is not set |
| 55 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -81,7 +86,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 81 | CONFIG_SYSCTL=y | 86 | CONFIG_SYSCTL=y |
| 82 | CONFIG_EMBEDDED=y | 87 | CONFIG_EMBEDDED=y |
| 83 | CONFIG_SYSCTL_SYSCALL=y | 88 | CONFIG_SYSCTL_SYSCALL=y |
| 84 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 85 | CONFIG_KALLSYMS=y | 89 | CONFIG_KALLSYMS=y |
| 86 | CONFIG_KALLSYMS_ALL=y | 90 | CONFIG_KALLSYMS_ALL=y |
| 87 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 91 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -89,6 +93,7 @@ CONFIG_HOTPLUG=y | |||
| 89 | CONFIG_PRINTK=y | 93 | CONFIG_PRINTK=y |
| 90 | CONFIG_BUG=y | 94 | CONFIG_BUG=y |
| 91 | CONFIG_ELF_CORE=y | 95 | CONFIG_ELF_CORE=y |
| 96 | CONFIG_PCSPKR_PLATFORM=y | ||
| 92 | CONFIG_COMPAT_BRK=y | 97 | CONFIG_COMPAT_BRK=y |
| 93 | CONFIG_BASE_FULL=y | 98 | CONFIG_BASE_FULL=y |
| 94 | CONFIG_FUTEX=y | 99 | CONFIG_FUTEX=y |
| @@ -106,10 +111,16 @@ CONFIG_SLUB=y | |||
| 106 | # CONFIG_PROFILING is not set | 111 | # CONFIG_PROFILING is not set |
| 107 | # CONFIG_MARKERS is not set | 112 | # CONFIG_MARKERS is not set |
| 108 | CONFIG_HAVE_OPROFILE=y | 113 | CONFIG_HAVE_OPROFILE=y |
| 114 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 115 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 109 | CONFIG_HAVE_KPROBES=y | 116 | CONFIG_HAVE_KPROBES=y |
| 110 | CONFIG_HAVE_KRETPROBES=y | 117 | CONFIG_HAVE_KRETPROBES=y |
| 118 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 111 | # CONFIG_HAVE_DMA_ATTRS is not set | 119 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 120 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 121 | CONFIG_HAVE_CLK=y | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 122 | CONFIG_PROC_PAGE_MONITOR=y |
| 123 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 124 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 125 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 126 | # CONFIG_TINY_SHMEM is not set |
| @@ -119,6 +130,7 @@ CONFIG_BLOCK=y | |||
| 119 | # CONFIG_LBD is not set | 130 | # CONFIG_LBD is not set |
| 120 | # CONFIG_BLK_DEV_IO_TRACE is not set | 131 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 121 | # CONFIG_LSF is not set | 132 | # CONFIG_LSF is not set |
| 133 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 122 | 134 | ||
| 123 | # | 135 | # |
| 124 | # IO Schedulers | 136 | # IO Schedulers |
| @@ -137,14 +149,16 @@ CONFIG_CLASSIC_RCU=y | |||
| 137 | # | 149 | # |
| 138 | # Platform support | 150 | # Platform support |
| 139 | # | 151 | # |
| 140 | # CONFIG_PPC_MULTIPLATFORM is not set | 152 | CONFIG_PPC_MULTIPLATFORM=y |
| 141 | CONFIG_PPC_82xx=y | 153 | CONFIG_CLASSIC32=y |
| 142 | # CONFIG_PPC_83xx is not set | 154 | CONFIG_PPC_CHRP=y |
| 143 | # CONFIG_PPC_86xx is not set | 155 | # CONFIG_MPC5121_ADS is not set |
| 144 | # CONFIG_PPC_MPC512x is not set | 156 | # CONFIG_MPC5121_GENERIC is not set |
| 145 | # CONFIG_PPC_MPC5121 is not set | 157 | # CONFIG_PPC_MPC52xx is not set |
| 158 | CONFIG_PPC_PMAC=y | ||
| 146 | # CONFIG_PPC_CELL is not set | 159 | # CONFIG_PPC_CELL is not set |
| 147 | # CONFIG_PPC_CELL_NATIVE is not set | 160 | # CONFIG_PPC_CELL_NATIVE is not set |
| 161 | CONFIG_PPC_82xx=y | ||
| 148 | CONFIG_MPC8272_ADS=y | 162 | CONFIG_MPC8272_ADS=y |
| 149 | # CONFIG_PQ2FADS is not set | 163 | # CONFIG_PQ2FADS is not set |
| 150 | # CONFIG_EP8248E is not set | 164 | # CONFIG_EP8248E is not set |
| @@ -152,19 +166,27 @@ CONFIG_PQ2ADS=y | |||
| 152 | CONFIG_8260=y | 166 | CONFIG_8260=y |
| 153 | CONFIG_8272=y | 167 | CONFIG_8272=y |
| 154 | CONFIG_PQ2_ADS_PCI_PIC=y | 168 | CONFIG_PQ2_ADS_PCI_PIC=y |
| 169 | # CONFIG_PPC_83xx is not set | ||
| 170 | # CONFIG_PPC_86xx is not set | ||
| 171 | # CONFIG_EMBEDDED6xx is not set | ||
| 172 | CONFIG_PPC_NATIVE=y | ||
| 173 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 155 | # CONFIG_IPIC is not set | 174 | # CONFIG_IPIC is not set |
| 156 | # CONFIG_MPIC is not set | 175 | CONFIG_MPIC=y |
| 157 | # CONFIG_MPIC_WEIRD is not set | 176 | # CONFIG_MPIC_WEIRD is not set |
| 158 | # CONFIG_PPC_I8259 is not set | 177 | CONFIG_PPC_I8259=y |
| 159 | # CONFIG_PPC_RTAS is not set | 178 | CONFIG_PPC_RTAS=y |
| 179 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 180 | CONFIG_RTAS_PROC=y | ||
| 160 | # CONFIG_MMIO_NVRAM is not set | 181 | # CONFIG_MMIO_NVRAM is not set |
| 161 | # CONFIG_PPC_MPC106 is not set | 182 | CONFIG_PPC_MPC106=y |
| 162 | # CONFIG_PPC_970_NAP is not set | 183 | # CONFIG_PPC_970_NAP is not set |
| 163 | # CONFIG_PPC_INDIRECT_IO is not set | 184 | # CONFIG_PPC_INDIRECT_IO is not set |
| 164 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 165 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 187 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 188 | # CONFIG_TAU is not set | ||
| 166 | CONFIG_CPM2=y | 189 | CONFIG_CPM2=y |
| 167 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 168 | # CONFIG_FSL_ULI1575 is not set | 190 | # CONFIG_FSL_ULI1575 is not set |
| 169 | CONFIG_CPM=y | 191 | CONFIG_CPM=y |
| 170 | 192 | ||
| @@ -181,7 +203,7 @@ CONFIG_HZ_250=y | |||
| 181 | # CONFIG_HZ_300 is not set | 203 | # CONFIG_HZ_300 is not set |
| 182 | # CONFIG_HZ_1000 is not set | 204 | # CONFIG_HZ_1000 is not set |
| 183 | CONFIG_HZ=250 | 205 | CONFIG_HZ=250 |
| 184 | # CONFIG_SCHED_HRTICK is not set | 206 | CONFIG_SCHED_HRTICK=y |
| 185 | CONFIG_PREEMPT_NONE=y | 207 | CONFIG_PREEMPT_NONE=y |
| 186 | # CONFIG_PREEMPT_VOLUNTARY is not set | 208 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 187 | # CONFIG_PREEMPT is not set | 209 | # CONFIG_PREEMPT is not set |
| @@ -199,6 +221,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 199 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 200 | CONFIG_PAGEFLAGS_EXTENDED=y | 222 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 202 | # CONFIG_RESOURCES_64BIT is not set | 225 | # CONFIG_RESOURCES_64BIT is not set |
| 203 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 204 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| @@ -206,6 +229,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 206 | CONFIG_FORCE_MAX_ZONEORDER=11 | 229 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 207 | CONFIG_PROC_DEVICETREE=y | 230 | CONFIG_PROC_DEVICETREE=y |
| 208 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 209 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 210 | CONFIG_SECCOMP=y | 234 | CONFIG_SECCOMP=y |
| 211 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -213,9 +237,11 @@ CONFIG_ISA_DMA_API=y | |||
| 213 | # | 237 | # |
| 214 | # Bus options | 238 | # Bus options |
| 215 | # | 239 | # |
| 240 | # CONFIG_ISA is not set | ||
| 216 | CONFIG_ZONE_DMA=y | 241 | CONFIG_ZONE_DMA=y |
| 217 | CONFIG_PPC_INDIRECT_PCI=y | 242 | CONFIG_PPC_INDIRECT_PCI=y |
| 218 | CONFIG_FSL_SOC=y | 243 | CONFIG_FSL_SOC=y |
| 244 | CONFIG_PPC_PCI_CHOICE=y | ||
| 219 | CONFIG_PCI=y | 245 | CONFIG_PCI=y |
| 220 | CONFIG_PCI_DOMAINS=y | 246 | CONFIG_PCI_DOMAINS=y |
| 221 | CONFIG_PCI_SYSCALL=y | 247 | CONFIG_PCI_SYSCALL=y |
| @@ -242,10 +268,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 242 | CONFIG_KERNEL_START=0xc0000000 | 268 | CONFIG_KERNEL_START=0xc0000000 |
| 243 | CONFIG_PHYSICAL_START=0x00000000 | 269 | CONFIG_PHYSICAL_START=0x00000000 |
| 244 | CONFIG_TASK_SIZE=0xc0000000 | 270 | CONFIG_TASK_SIZE=0xc0000000 |
| 245 | |||
| 246 | # | ||
| 247 | # Networking | ||
| 248 | # | ||
| 249 | CONFIG_NET=y | 271 | CONFIG_NET=y |
| 250 | 272 | ||
| 251 | # | 273 | # |
| @@ -446,9 +468,11 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 446 | # | 468 | # |
| 447 | # CONFIG_MTD_UBI is not set | 469 | # CONFIG_MTD_UBI is not set |
| 448 | CONFIG_OF_DEVICE=y | 470 | CONFIG_OF_DEVICE=y |
| 471 | CONFIG_OF_GPIO=y | ||
| 449 | # CONFIG_PARPORT is not set | 472 | # CONFIG_PARPORT is not set |
| 450 | CONFIG_BLK_DEV=y | 473 | CONFIG_BLK_DEV=y |
| 451 | # CONFIG_BLK_DEV_FD is not set | 474 | # CONFIG_BLK_DEV_FD is not set |
| 475 | # CONFIG_MAC_FLOPPY is not set | ||
| 452 | # CONFIG_BLK_CPQ_DA is not set | 476 | # CONFIG_BLK_CPQ_DA is not set |
| 453 | # CONFIG_BLK_CPQ_CISS_DA is not set | 477 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 454 | # CONFIG_BLK_DEV_DAC960 is not set | 478 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -460,6 +484,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
| 460 | # CONFIG_BLK_DEV_RAM is not set | 484 | # CONFIG_BLK_DEV_RAM is not set |
| 461 | # CONFIG_CDROM_PKTCDVD is not set | 485 | # CONFIG_CDROM_PKTCDVD is not set |
| 462 | # CONFIG_ATA_OVER_ETH is not set | 486 | # CONFIG_ATA_OVER_ETH is not set |
| 487 | # CONFIG_BLK_DEV_HD is not set | ||
| 463 | # CONFIG_MISC_DEVICES is not set | 488 | # CONFIG_MISC_DEVICES is not set |
| 464 | CONFIG_HAVE_IDE=y | 489 | CONFIG_HAVE_IDE=y |
| 465 | # CONFIG_IDE is not set | 490 | # CONFIG_IDE is not set |
| @@ -480,13 +505,12 @@ CONFIG_HAVE_IDE=y | |||
| 480 | # | 505 | # |
| 481 | 506 | ||
| 482 | # | 507 | # |
| 483 | # An alternative FireWire stack is available with EXPERIMENTAL=y | 508 | # A new alternative FireWire stack is available with EXPERIMENTAL=y |
| 484 | # | 509 | # |
| 485 | # CONFIG_IEEE1394 is not set | 510 | # CONFIG_IEEE1394 is not set |
| 486 | # CONFIG_I2O is not set | 511 | # CONFIG_I2O is not set |
| 487 | # CONFIG_MACINTOSH_DRIVERS is not set | 512 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 488 | CONFIG_NETDEVICES=y | 513 | CONFIG_NETDEVICES=y |
| 489 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 490 | # CONFIG_DUMMY is not set | 514 | # CONFIG_DUMMY is not set |
| 491 | # CONFIG_BONDING is not set | 515 | # CONFIG_BONDING is not set |
| 492 | # CONFIG_EQUALIZER is not set | 516 | # CONFIG_EQUALIZER is not set |
| @@ -510,8 +534,11 @@ CONFIG_DAVICOM_PHY=y | |||
| 510 | # CONFIG_REALTEK_PHY is not set | 534 | # CONFIG_REALTEK_PHY is not set |
| 511 | # CONFIG_FIXED_PHY is not set | 535 | # CONFIG_FIXED_PHY is not set |
| 512 | CONFIG_MDIO_BITBANG=y | 536 | CONFIG_MDIO_BITBANG=y |
| 537 | # CONFIG_MDIO_OF_GPIO is not set | ||
| 513 | CONFIG_NET_ETHERNET=y | 538 | CONFIG_NET_ETHERNET=y |
| 514 | CONFIG_MII=y | 539 | CONFIG_MII=y |
| 540 | # CONFIG_MACE is not set | ||
| 541 | # CONFIG_BMAC is not set | ||
| 515 | # CONFIG_HAPPYMEAL is not set | 542 | # CONFIG_HAPPYMEAL is not set |
| 516 | # CONFIG_SUNGEM is not set | 543 | # CONFIG_SUNGEM is not set |
| 517 | # CONFIG_CASSINI is not set | 544 | # CONFIG_CASSINI is not set |
| @@ -533,7 +560,6 @@ CONFIG_NETDEV_1000=y | |||
| 533 | # CONFIG_DL2K is not set | 560 | # CONFIG_DL2K is not set |
| 534 | # CONFIG_E1000 is not set | 561 | # CONFIG_E1000 is not set |
| 535 | # CONFIG_E1000E is not set | 562 | # CONFIG_E1000E is not set |
| 536 | # CONFIG_E1000E_ENABLED is not set | ||
| 537 | # CONFIG_IGB is not set | 563 | # CONFIG_IGB is not set |
| 538 | # CONFIG_NS83820 is not set | 564 | # CONFIG_NS83820 is not set |
| 539 | # CONFIG_HAMACHI is not set | 565 | # CONFIG_HAMACHI is not set |
| @@ -545,6 +571,7 @@ CONFIG_NETDEV_1000=y | |||
| 545 | # CONFIG_TIGON3 is not set | 571 | # CONFIG_TIGON3 is not set |
| 546 | # CONFIG_BNX2 is not set | 572 | # CONFIG_BNX2 is not set |
| 547 | # CONFIG_GIANFAR is not set | 573 | # CONFIG_GIANFAR is not set |
| 574 | # CONFIG_MV643XX_ETH is not set | ||
| 548 | # CONFIG_QLA3XXX is not set | 575 | # CONFIG_QLA3XXX is not set |
| 549 | CONFIG_NETDEV_10000=y | 576 | CONFIG_NETDEV_10000=y |
| 550 | # CONFIG_CHELSIO_T1 is not set | 577 | # CONFIG_CHELSIO_T1 is not set |
| @@ -610,6 +637,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
| 610 | # CONFIG_KEYBOARD_XTKBD is not set | 637 | # CONFIG_KEYBOARD_XTKBD is not set |
| 611 | # CONFIG_KEYBOARD_NEWTON is not set | 638 | # CONFIG_KEYBOARD_NEWTON is not set |
| 612 | # CONFIG_KEYBOARD_STOWAWAY is not set | 639 | # CONFIG_KEYBOARD_STOWAWAY is not set |
| 640 | # CONFIG_KEYBOARD_GPIO is not set | ||
| 613 | CONFIG_INPUT_MOUSE=y | 641 | CONFIG_INPUT_MOUSE=y |
| 614 | CONFIG_MOUSE_PS2=y | 642 | CONFIG_MOUSE_PS2=y |
| 615 | CONFIG_MOUSE_PS2_ALPS=y | 643 | CONFIG_MOUSE_PS2_ALPS=y |
| @@ -620,6 +648,7 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y | |||
| 620 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | 648 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set |
| 621 | # CONFIG_MOUSE_SERIAL is not set | 649 | # CONFIG_MOUSE_SERIAL is not set |
| 622 | # CONFIG_MOUSE_VSXXXAA is not set | 650 | # CONFIG_MOUSE_VSXXXAA is not set |
| 651 | # CONFIG_MOUSE_GPIO is not set | ||
| 623 | # CONFIG_INPUT_JOYSTICK is not set | 652 | # CONFIG_INPUT_JOYSTICK is not set |
| 624 | # CONFIG_INPUT_TABLET is not set | 653 | # CONFIG_INPUT_TABLET is not set |
| 625 | # CONFIG_INPUT_TOUCHSCREEN is not set | 654 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| @@ -634,6 +663,7 @@ CONFIG_SERIO_SERPORT=y | |||
| 634 | # CONFIG_SERIO_PCIPS2 is not set | 663 | # CONFIG_SERIO_PCIPS2 is not set |
| 635 | CONFIG_SERIO_LIBPS2=y | 664 | CONFIG_SERIO_LIBPS2=y |
| 636 | # CONFIG_SERIO_RAW is not set | 665 | # CONFIG_SERIO_RAW is not set |
| 666 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 637 | # CONFIG_GAMEPORT is not set | 667 | # CONFIG_GAMEPORT is not set |
| 638 | 668 | ||
| 639 | # | 669 | # |
| @@ -654,6 +684,7 @@ CONFIG_DEVKMEM=y | |||
| 654 | # CONFIG_SERIAL_UARTLITE is not set | 684 | # CONFIG_SERIAL_UARTLITE is not set |
| 655 | CONFIG_SERIAL_CORE=y | 685 | CONFIG_SERIAL_CORE=y |
| 656 | CONFIG_SERIAL_CORE_CONSOLE=y | 686 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 687 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 657 | CONFIG_SERIAL_CPM=y | 688 | CONFIG_SERIAL_CPM=y |
| 658 | CONFIG_SERIAL_CPM_CONSOLE=y | 689 | CONFIG_SERIAL_CPM_CONSOLE=y |
| 659 | CONFIG_SERIAL_CPM_SCC1=y | 690 | CONFIG_SERIAL_CPM_SCC1=y |
| @@ -666,6 +697,8 @@ CONFIG_SERIAL_CPM_SCC4=y | |||
| 666 | CONFIG_UNIX98_PTYS=y | 697 | CONFIG_UNIX98_PTYS=y |
| 667 | CONFIG_LEGACY_PTYS=y | 698 | CONFIG_LEGACY_PTYS=y |
| 668 | CONFIG_LEGACY_PTY_COUNT=256 | 699 | CONFIG_LEGACY_PTY_COUNT=256 |
| 700 | # CONFIG_BRIQ_PANEL is not set | ||
| 701 | # CONFIG_HVC_RTAS is not set | ||
| 669 | # CONFIG_IPMI_HANDLER is not set | 702 | # CONFIG_IPMI_HANDLER is not set |
| 670 | CONFIG_HW_RANDOM=y | 703 | CONFIG_HW_RANDOM=y |
| 671 | # CONFIG_NVRAM is not set | 704 | # CONFIG_NVRAM is not set |
| @@ -676,10 +709,28 @@ CONFIG_HW_RANDOM=y | |||
| 676 | CONFIG_DEVPORT=y | 709 | CONFIG_DEVPORT=y |
| 677 | # CONFIG_I2C is not set | 710 | # CONFIG_I2C is not set |
| 678 | # CONFIG_SPI is not set | 711 | # CONFIG_SPI is not set |
| 712 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 713 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 714 | CONFIG_GPIOLIB=y | ||
| 715 | # CONFIG_DEBUG_GPIO is not set | ||
| 716 | |||
| 717 | # | ||
| 718 | # I2C GPIO expanders: | ||
| 719 | # | ||
| 720 | |||
| 721 | # | ||
| 722 | # PCI GPIO expanders: | ||
| 723 | # | ||
| 724 | # CONFIG_GPIO_BT8XX is not set | ||
| 725 | |||
| 726 | # | ||
| 727 | # SPI GPIO expanders: | ||
| 728 | # | ||
| 679 | # CONFIG_W1 is not set | 729 | # CONFIG_W1 is not set |
| 680 | # CONFIG_POWER_SUPPLY is not set | 730 | # CONFIG_POWER_SUPPLY is not set |
| 681 | # CONFIG_HWMON is not set | 731 | # CONFIG_HWMON is not set |
| 682 | # CONFIG_THERMAL is not set | 732 | # CONFIG_THERMAL is not set |
| 733 | # CONFIG_THERMAL_HWMON is not set | ||
| 683 | # CONFIG_WATCHDOG is not set | 734 | # CONFIG_WATCHDOG is not set |
| 684 | 735 | ||
| 685 | # | 736 | # |
| @@ -691,8 +742,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 691 | # | 742 | # |
| 692 | # Multifunction device drivers | 743 | # Multifunction device drivers |
| 693 | # | 744 | # |
| 745 | # CONFIG_MFD_CORE is not set | ||
| 694 | # CONFIG_MFD_SM501 is not set | 746 | # CONFIG_MFD_SM501 is not set |
| 695 | # CONFIG_HTC_PASIC3 is not set | 747 | # CONFIG_HTC_PASIC3 is not set |
| 748 | # CONFIG_MFD_TMIO is not set | ||
| 696 | 749 | ||
| 697 | # | 750 | # |
| 698 | # Multimedia devices | 751 | # Multimedia devices |
| @@ -724,10 +777,6 @@ CONFIG_DAB=y | |||
| 724 | # Display device support | 777 | # Display device support |
| 725 | # | 778 | # |
| 726 | # CONFIG_DISPLAY_SUPPORT is not set | 779 | # CONFIG_DISPLAY_SUPPORT is not set |
| 727 | |||
| 728 | # | ||
| 729 | # Sound | ||
| 730 | # | ||
| 731 | # CONFIG_SOUND is not set | 780 | # CONFIG_SOUND is not set |
| 732 | # CONFIG_HID_SUPPORT is not set | 781 | # CONFIG_HID_SUPPORT is not set |
| 733 | # CONFIG_USB_SUPPORT is not set | 782 | # CONFIG_USB_SUPPORT is not set |
| @@ -798,6 +847,7 @@ CONFIG_TMPFS=y | |||
| 798 | CONFIG_CRAMFS=y | 847 | CONFIG_CRAMFS=y |
| 799 | # CONFIG_VXFS_FS is not set | 848 | # CONFIG_VXFS_FS is not set |
| 800 | # CONFIG_MINIX_FS is not set | 849 | # CONFIG_MINIX_FS is not set |
| 850 | # CONFIG_OMFS_FS is not set | ||
| 801 | # CONFIG_HPFS_FS is not set | 851 | # CONFIG_HPFS_FS is not set |
| 802 | # CONFIG_QNX4FS_FS is not set | 852 | # CONFIG_QNX4FS_FS is not set |
| 803 | # CONFIG_ROMFS_FS is not set | 853 | # CONFIG_ROMFS_FS is not set |
| @@ -807,8 +857,8 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 807 | CONFIG_NFS_FS=y | 857 | CONFIG_NFS_FS=y |
| 808 | CONFIG_NFS_V3=y | 858 | CONFIG_NFS_V3=y |
| 809 | CONFIG_NFS_V3_ACL=y | 859 | CONFIG_NFS_V3_ACL=y |
| 810 | # CONFIG_NFSD is not set | ||
| 811 | CONFIG_ROOT_NFS=y | 860 | CONFIG_ROOT_NFS=y |
| 861 | # CONFIG_NFSD is not set | ||
| 812 | CONFIG_LOCKD=y | 862 | CONFIG_LOCKD=y |
| 813 | CONFIG_LOCKD_V4=y | 863 | CONFIG_LOCKD_V4=y |
| 814 | CONFIG_NFS_ACL_SUPPORT=y | 864 | CONFIG_NFS_ACL_SUPPORT=y |
| @@ -888,6 +938,7 @@ CONFIG_BITREVERSE=y | |||
| 888 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 938 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 889 | CONFIG_CRC_CCITT=y | 939 | CONFIG_CRC_CCITT=y |
| 890 | # CONFIG_CRC16 is not set | 940 | # CONFIG_CRC16 is not set |
| 941 | # CONFIG_CRC_T10DIF is not set | ||
| 891 | # CONFIG_CRC_ITU_T is not set | 942 | # CONFIG_CRC_ITU_T is not set |
| 892 | CONFIG_CRC32=y | 943 | CONFIG_CRC32=y |
| 893 | # CONFIG_CRC7 is not set | 944 | # CONFIG_CRC7 is not set |
| @@ -914,6 +965,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 914 | CONFIG_DEBUG_KERNEL=y | 965 | CONFIG_DEBUG_KERNEL=y |
| 915 | # CONFIG_DEBUG_SHIRQ is not set | 966 | # CONFIG_DEBUG_SHIRQ is not set |
| 916 | CONFIG_DETECT_SOFTLOCKUP=y | 967 | CONFIG_DETECT_SOFTLOCKUP=y |
| 968 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 969 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 917 | CONFIG_SCHED_DEBUG=y | 970 | CONFIG_SCHED_DEBUG=y |
| 918 | # CONFIG_SCHEDSTATS is not set | 971 | # CONFIG_SCHEDSTATS is not set |
| 919 | # CONFIG_TIMER_STATS is not set | 972 | # CONFIG_TIMER_STATS is not set |
| @@ -931,19 +984,31 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 931 | CONFIG_DEBUG_INFO=y | 984 | CONFIG_DEBUG_INFO=y |
| 932 | # CONFIG_DEBUG_VM is not set | 985 | # CONFIG_DEBUG_VM is not set |
| 933 | # CONFIG_DEBUG_WRITECOUNT is not set | 986 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 987 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 934 | # CONFIG_DEBUG_LIST is not set | 988 | # CONFIG_DEBUG_LIST is not set |
| 935 | # CONFIG_DEBUG_SG is not set | 989 | # CONFIG_DEBUG_SG is not set |
| 936 | # CONFIG_BOOT_PRINTK_DELAY is not set | 990 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 991 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 937 | # CONFIG_BACKTRACE_SELF_TEST is not set | 992 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 938 | # CONFIG_FAULT_INJECTION is not set | 993 | # CONFIG_FAULT_INJECTION is not set |
| 994 | # CONFIG_LATENCYTOP is not set | ||
| 995 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 996 | CONFIG_HAVE_FTRACE=y | ||
| 997 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 998 | # CONFIG_FTRACE is not set | ||
| 999 | # CONFIG_SCHED_TRACER is not set | ||
| 1000 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 939 | # CONFIG_SAMPLES is not set | 1001 | # CONFIG_SAMPLES is not set |
| 1002 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 940 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1003 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 941 | # CONFIG_DEBUG_STACK_USAGE is not set | 1004 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 942 | # CONFIG_DEBUG_PAGEALLOC is not set | 1005 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 943 | # CONFIG_DEBUGGER is not set | 1006 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 944 | # CONFIG_KGDB_CONSOLE is not set | 1007 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1008 | # CONFIG_XMON is not set | ||
| 945 | # CONFIG_IRQSTACKS is not set | 1009 | # CONFIG_IRQSTACKS is not set |
| 946 | CONFIG_BDI_SWITCH=y | 1010 | CONFIG_BDI_SWITCH=y |
| 1011 | # CONFIG_BOOTX_TEXT is not set | ||
| 947 | # CONFIG_PPC_EARLY_DEBUG is not set | 1012 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 948 | 1013 | ||
| 949 | # | 1014 | # |
| @@ -951,6 +1016,7 @@ CONFIG_BDI_SWITCH=y | |||
| 951 | # | 1016 | # |
| 952 | # CONFIG_KEYS is not set | 1017 | # CONFIG_KEYS is not set |
| 953 | # CONFIG_SECURITY is not set | 1018 | # CONFIG_SECURITY is not set |
| 1019 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 954 | CONFIG_CRYPTO=y | 1020 | CONFIG_CRYPTO=y |
| 955 | 1021 | ||
| 956 | # | 1022 | # |
| @@ -991,6 +1057,10 @@ CONFIG_CRYPTO_PCBC=y | |||
| 991 | # CONFIG_CRYPTO_MD4 is not set | 1057 | # CONFIG_CRYPTO_MD4 is not set |
| 992 | CONFIG_CRYPTO_MD5=y | 1058 | CONFIG_CRYPTO_MD5=y |
| 993 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1059 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1060 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1061 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1062 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1063 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 994 | # CONFIG_CRYPTO_SHA1 is not set | 1064 | # CONFIG_CRYPTO_SHA1 is not set |
| 995 | # CONFIG_CRYPTO_SHA256 is not set | 1065 | # CONFIG_CRYPTO_SHA256 is not set |
| 996 | # CONFIG_CRYPTO_SHA512 is not set | 1066 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1021,6 +1091,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1021 | # CONFIG_CRYPTO_DEFLATE is not set | 1091 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1022 | # CONFIG_CRYPTO_LZO is not set | 1092 | # CONFIG_CRYPTO_LZO is not set |
| 1023 | # CONFIG_CRYPTO_HW is not set | 1093 | # CONFIG_CRYPTO_HW is not set |
| 1024 | # CONFIG_PPC_CLOCK is not set | 1094 | CONFIG_PPC_CLOCK=y |
| 1025 | CONFIG_PPC_LIB_RHEAP=y | 1095 | CONFIG_PPC_LIB_RHEAP=y |
| 1026 | # CONFIG_VIRTUALIZATION is not set | 1096 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc83xx_defconfig b/arch/powerpc/configs/mpc83xx_defconfig index 4293c8be06e1..916e3df7cc45 100644 --- a/arch/powerpc/configs/mpc83xx_defconfig +++ b/arch/powerpc/configs/mpc83xx_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:14 2008 | 4 | # Thu Aug 21 07:16:25 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -16,6 +16,7 @@ CONFIG_6xx=y | |||
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_FSL_EMB_PERFMON is not set | 18 | # CONFIG_FSL_EMB_PERFMON is not set |
| 19 | # CONFIG_ALTIVEC is not set | ||
| 19 | CONFIG_PPC_STD_MMU=y | 20 | CONFIG_PPC_STD_MMU=y |
| 20 | CONFIG_PPC_STD_MMU_32=y | 21 | CONFIG_PPC_STD_MMU_32=y |
| 21 | # CONFIG_PPC_MM_SLICES is not set | 22 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -32,12 +33,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 38 | CONFIG_GENERIC_HWEIGHT=y | 40 | CONFIG_GENERIC_HWEIGHT=y |
| 39 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 41 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 40 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 42 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 43 | CONFIG_GENERIC_GPIO=y | ||
| 41 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 44 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 42 | CONFIG_PPC=y | 45 | CONFIG_PPC=y |
| 43 | CONFIG_EARLY_PRINTK=y | 46 | CONFIG_EARLY_PRINTK=y |
| @@ -51,6 +54,10 @@ CONFIG_PPC_UDBG_16550=y | |||
| 51 | CONFIG_AUDIT_ARCH=y | 54 | CONFIG_AUDIT_ARCH=y |
| 52 | CONFIG_GENERIC_BUG=y | 55 | CONFIG_GENERIC_BUG=y |
| 53 | CONFIG_DEFAULT_UIMAGE=y | 56 | CONFIG_DEFAULT_UIMAGE=y |
| 57 | CONFIG_REDBOOT=y | ||
| 58 | CONFIG_HIBERNATE_32=y | ||
| 59 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 60 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
| 54 | # CONFIG_PPC_DCR_NATIVE is not set | 61 | # CONFIG_PPC_DCR_NATIVE is not set |
| 55 | # CONFIG_PPC_DCR_MMIO is not set | 62 | # CONFIG_PPC_DCR_MMIO is not set |
| 56 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 63 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -88,13 +95,13 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 88 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
| 89 | CONFIG_EMBEDDED=y | 96 | CONFIG_EMBEDDED=y |
| 90 | CONFIG_SYSCTL_SYSCALL=y | 97 | CONFIG_SYSCTL_SYSCALL=y |
| 91 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 92 | CONFIG_KALLSYMS=y | 98 | CONFIG_KALLSYMS=y |
| 93 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 94 | CONFIG_HOTPLUG=y | 100 | CONFIG_HOTPLUG=y |
| 95 | CONFIG_PRINTK=y | 101 | CONFIG_PRINTK=y |
| 96 | CONFIG_BUG=y | 102 | CONFIG_BUG=y |
| 97 | CONFIG_ELF_CORE=y | 103 | CONFIG_ELF_CORE=y |
| 104 | CONFIG_PCSPKR_PLATFORM=y | ||
| 98 | CONFIG_COMPAT_BRK=y | 105 | CONFIG_COMPAT_BRK=y |
| 99 | CONFIG_BASE_FULL=y | 106 | CONFIG_BASE_FULL=y |
| 100 | CONFIG_FUTEX=y | 107 | CONFIG_FUTEX=y |
| @@ -112,10 +119,16 @@ CONFIG_SLAB=y | |||
| 112 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 113 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 114 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 115 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 116 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 117 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 118 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 119 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 120 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 121 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -126,12 +139,13 @@ CONFIG_MODULE_UNLOAD=y | |||
| 126 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 139 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 127 | # CONFIG_MODVERSIONS is not set | 140 | # CONFIG_MODVERSIONS is not set |
| 128 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 141 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 129 | # CONFIG_KMOD is not set | 142 | CONFIG_KMOD=y |
| 130 | CONFIG_BLOCK=y | 143 | CONFIG_BLOCK=y |
| 131 | # CONFIG_LBD is not set | 144 | # CONFIG_LBD is not set |
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 149 | ||
| 136 | # | 150 | # |
| 137 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -150,40 +164,52 @@ CONFIG_CLASSIC_RCU=y | |||
| 150 | # | 164 | # |
| 151 | # Platform support | 165 | # Platform support |
| 152 | # | 166 | # |
| 153 | # CONFIG_PPC_MULTIPLATFORM is not set | 167 | CONFIG_PPC_MULTIPLATFORM=y |
| 154 | # CONFIG_PPC_82xx is not set | 168 | CONFIG_CLASSIC32=y |
| 155 | CONFIG_PPC_83xx=y | 169 | CONFIG_PPC_CHRP=y |
| 156 | # CONFIG_PPC_86xx is not set | 170 | # CONFIG_MPC5121_ADS is not set |
| 157 | # CONFIG_PPC_MPC512x is not set | 171 | # CONFIG_MPC5121_GENERIC is not set |
| 158 | # CONFIG_PPC_MPC5121 is not set | 172 | # CONFIG_PPC_MPC52xx is not set |
| 173 | CONFIG_PPC_PMAC=y | ||
| 159 | # CONFIG_PPC_CELL is not set | 174 | # CONFIG_PPC_CELL is not set |
| 160 | # CONFIG_PPC_CELL_NATIVE is not set | 175 | # CONFIG_PPC_CELL_NATIVE is not set |
| 176 | # CONFIG_PPC_82xx is not set | ||
| 161 | # CONFIG_PQ2ADS is not set | 177 | # CONFIG_PQ2ADS is not set |
| 162 | CONFIG_MPC83xx=y | 178 | CONFIG_PPC_83xx=y |
| 163 | CONFIG_MPC831x_RDB=y | 179 | CONFIG_MPC831x_RDB=y |
| 164 | CONFIG_MPC832x_MDS=y | 180 | CONFIG_MPC832x_MDS=y |
| 165 | CONFIG_MPC832x_RDB=y | 181 | CONFIG_MPC832x_RDB=y |
| 166 | CONFIG_MPC834x_MDS=y | 182 | CONFIG_MPC834x_MDS=y |
| 167 | CONFIG_MPC834x_ITX=y | 183 | CONFIG_MPC834x_ITX=y |
| 168 | CONFIG_MPC836x_MDS=y | 184 | CONFIG_MPC836x_MDS=y |
| 185 | CONFIG_MPC836x_RDK=y | ||
| 169 | CONFIG_MPC837x_MDS=y | 186 | CONFIG_MPC837x_MDS=y |
| 170 | CONFIG_MPC837x_RDB=y | 187 | CONFIG_MPC837x_RDB=y |
| 171 | CONFIG_SBC834x=y | 188 | CONFIG_SBC834x=y |
| 189 | CONFIG_ASP834x=y | ||
| 172 | CONFIG_PPC_MPC831x=y | 190 | CONFIG_PPC_MPC831x=y |
| 173 | CONFIG_PPC_MPC832x=y | 191 | CONFIG_PPC_MPC832x=y |
| 174 | CONFIG_PPC_MPC834x=y | 192 | CONFIG_PPC_MPC834x=y |
| 175 | CONFIG_PPC_MPC837x=y | 193 | CONFIG_PPC_MPC837x=y |
| 194 | # CONFIG_PPC_86xx is not set | ||
| 195 | # CONFIG_EMBEDDED6xx is not set | ||
| 196 | CONFIG_PPC_NATIVE=y | ||
| 197 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 176 | CONFIG_IPIC=y | 198 | CONFIG_IPIC=y |
| 177 | # CONFIG_MPIC is not set | 199 | CONFIG_MPIC=y |
| 178 | # CONFIG_MPIC_WEIRD is not set | 200 | # CONFIG_MPIC_WEIRD is not set |
| 179 | # CONFIG_PPC_I8259 is not set | 201 | CONFIG_PPC_I8259=y |
| 180 | # CONFIG_PPC_RTAS is not set | 202 | CONFIG_PPC_RTAS=y |
| 203 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 204 | CONFIG_RTAS_PROC=y | ||
| 181 | # CONFIG_MMIO_NVRAM is not set | 205 | # CONFIG_MMIO_NVRAM is not set |
| 182 | # CONFIG_PPC_MPC106 is not set | 206 | CONFIG_PPC_MPC106=y |
| 183 | # CONFIG_PPC_970_NAP is not set | 207 | # CONFIG_PPC_970_NAP is not set |
| 184 | # CONFIG_PPC_INDIRECT_IO is not set | 208 | # CONFIG_PPC_INDIRECT_IO is not set |
| 185 | # CONFIG_GENERIC_IOMAP is not set | 209 | # CONFIG_GENERIC_IOMAP is not set |
| 186 | # CONFIG_CPU_FREQ is not set | 210 | # CONFIG_CPU_FREQ is not set |
| 211 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 212 | # CONFIG_TAU is not set | ||
| 187 | CONFIG_QUICC_ENGINE=y | 213 | CONFIG_QUICC_ENGINE=y |
| 188 | # CONFIG_FSL_ULI1575 is not set | 214 | # CONFIG_FSL_ULI1575 is not set |
| 189 | 215 | ||
| @@ -211,6 +237,7 @@ CONFIG_MATH_EMULATION=y | |||
| 211 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 237 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 212 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 238 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 213 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 239 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 240 | # CONFIG_KEXEC is not set | ||
| 214 | CONFIG_ARCH_FLATMEM_ENABLE=y | 241 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 215 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 242 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 216 | CONFIG_SELECT_MEMORY_MODEL=y | 243 | CONFIG_SELECT_MEMORY_MODEL=y |
| @@ -223,6 +250,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 223 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 250 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 224 | CONFIG_PAGEFLAGS_EXTENDED=y | 251 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 225 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 252 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 253 | CONFIG_MIGRATION=y | ||
| 226 | # CONFIG_RESOURCES_64BIT is not set | 254 | # CONFIG_RESOURCES_64BIT is not set |
| 227 | CONFIG_ZONE_DMA_FLAG=1 | 255 | CONFIG_ZONE_DMA_FLAG=1 |
| 228 | CONFIG_BOUNCE=y | 256 | CONFIG_BOUNCE=y |
| @@ -230,6 +258,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 230 | CONFIG_FORCE_MAX_ZONEORDER=11 | 258 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 231 | CONFIG_PROC_DEVICETREE=y | 259 | CONFIG_PROC_DEVICETREE=y |
| 232 | # CONFIG_CMDLINE_BOOL is not set | 260 | # CONFIG_CMDLINE_BOOL is not set |
| 261 | CONFIG_EXTRA_TARGETS="" | ||
| 233 | # CONFIG_PM is not set | 262 | # CONFIG_PM is not set |
| 234 | CONFIG_SECCOMP=y | 263 | CONFIG_SECCOMP=y |
| 235 | CONFIG_ISA_DMA_API=y | 264 | CONFIG_ISA_DMA_API=y |
| @@ -237,15 +266,24 @@ CONFIG_ISA_DMA_API=y | |||
| 237 | # | 266 | # |
| 238 | # Bus options | 267 | # Bus options |
| 239 | # | 268 | # |
| 269 | # CONFIG_ISA is not set | ||
| 240 | CONFIG_ZONE_DMA=y | 270 | CONFIG_ZONE_DMA=y |
| 241 | CONFIG_GENERIC_ISA_DMA=y | 271 | CONFIG_GENERIC_ISA_DMA=y |
| 242 | CONFIG_PPC_INDIRECT_PCI=y | 272 | CONFIG_PPC_INDIRECT_PCI=y |
| 243 | CONFIG_FSL_SOC=y | 273 | CONFIG_FSL_SOC=y |
| 244 | # CONFIG_PCI is not set | 274 | CONFIG_FSL_PCI=y |
| 245 | # CONFIG_PCI_DOMAINS is not set | 275 | CONFIG_FSL_LBC=y |
| 246 | # CONFIG_PCI_SYSCALL is not set | 276 | CONFIG_FSL_GTM=y |
| 247 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 277 | CONFIG_PPC_PCI_CHOICE=y |
| 278 | CONFIG_PCI=y | ||
| 279 | CONFIG_PCI_DOMAINS=y | ||
| 280 | CONFIG_PCI_SYSCALL=y | ||
| 281 | # CONFIG_PCIEPORTBUS is not set | ||
| 282 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
| 283 | # CONFIG_PCI_MSI is not set | ||
| 284 | CONFIG_PCI_LEGACY=y | ||
| 248 | # CONFIG_PCCARD is not set | 285 | # CONFIG_PCCARD is not set |
| 286 | # CONFIG_HOTPLUG_PCI is not set | ||
| 249 | # CONFIG_HAS_RAPIDIO is not set | 287 | # CONFIG_HAS_RAPIDIO is not set |
| 250 | 288 | ||
| 251 | # | 289 | # |
| @@ -261,10 +299,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 261 | CONFIG_KERNEL_START=0xc0000000 | 299 | CONFIG_KERNEL_START=0xc0000000 |
| 262 | CONFIG_PHYSICAL_START=0x00000000 | 300 | CONFIG_PHYSICAL_START=0x00000000 |
| 263 | CONFIG_TASK_SIZE=0xc0000000 | 301 | CONFIG_TASK_SIZE=0xc0000000 |
| 264 | |||
| 265 | # | ||
| 266 | # Networking | ||
| 267 | # | ||
| 268 | CONFIG_NET=y | 302 | CONFIG_NET=y |
| 269 | 303 | ||
| 270 | # | 304 | # |
| @@ -412,11 +446,13 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 412 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 446 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
| 413 | # CONFIG_MTD_PHYSMAP is not set | 447 | # CONFIG_MTD_PHYSMAP is not set |
| 414 | CONFIG_MTD_PHYSMAP_OF=y | 448 | CONFIG_MTD_PHYSMAP_OF=y |
| 449 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
| 415 | # CONFIG_MTD_PLATRAM is not set | 450 | # CONFIG_MTD_PLATRAM is not set |
| 416 | 451 | ||
| 417 | # | 452 | # |
| 418 | # Self-contained MTD device drivers | 453 | # Self-contained MTD device drivers |
| 419 | # | 454 | # |
| 455 | # CONFIG_MTD_PMC551 is not set | ||
| 420 | # CONFIG_MTD_SLRAM is not set | 456 | # CONFIG_MTD_SLRAM is not set |
| 421 | # CONFIG_MTD_PHRAM is not set | 457 | # CONFIG_MTD_PHRAM is not set |
| 422 | # CONFIG_MTD_MTDRAM is not set | 458 | # CONFIG_MTD_MTDRAM is not set |
| @@ -434,10 +470,12 @@ CONFIG_MTD_NAND_VERIFY_WRITE=y | |||
| 434 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 470 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
| 435 | CONFIG_MTD_NAND_IDS=y | 471 | CONFIG_MTD_NAND_IDS=y |
| 436 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 472 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
| 473 | # CONFIG_MTD_NAND_CAFE is not set | ||
| 437 | # CONFIG_MTD_NAND_NANDSIM is not set | 474 | # CONFIG_MTD_NAND_NANDSIM is not set |
| 438 | # CONFIG_MTD_NAND_PLATFORM is not set | 475 | # CONFIG_MTD_NAND_PLATFORM is not set |
| 439 | # CONFIG_MTD_ALAUDA is not set | 476 | # CONFIG_MTD_ALAUDA is not set |
| 440 | CONFIG_MTD_NAND_FSL_ELBC=y | 477 | CONFIG_MTD_NAND_FSL_ELBC=y |
| 478 | # CONFIG_MTD_NAND_FSL_UPM is not set | ||
| 441 | # CONFIG_MTD_ONENAND is not set | 479 | # CONFIG_MTD_ONENAND is not set |
| 442 | 480 | ||
| 443 | # | 481 | # |
| @@ -445,14 +483,21 @@ CONFIG_MTD_NAND_FSL_ELBC=y | |||
| 445 | # | 483 | # |
| 446 | # CONFIG_MTD_UBI is not set | 484 | # CONFIG_MTD_UBI is not set |
| 447 | CONFIG_OF_DEVICE=y | 485 | CONFIG_OF_DEVICE=y |
| 486 | CONFIG_OF_GPIO=y | ||
| 448 | CONFIG_OF_I2C=y | 487 | CONFIG_OF_I2C=y |
| 449 | # CONFIG_PARPORT is not set | 488 | # CONFIG_PARPORT is not set |
| 450 | CONFIG_BLK_DEV=y | 489 | CONFIG_BLK_DEV=y |
| 451 | # CONFIG_BLK_DEV_FD is not set | 490 | # CONFIG_BLK_DEV_FD is not set |
| 491 | # CONFIG_MAC_FLOPPY is not set | ||
| 492 | # CONFIG_BLK_CPQ_DA is not set | ||
| 493 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 494 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 495 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 452 | # CONFIG_BLK_DEV_COW_COMMON is not set | 496 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 453 | CONFIG_BLK_DEV_LOOP=y | 497 | CONFIG_BLK_DEV_LOOP=y |
| 454 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 498 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 455 | # CONFIG_BLK_DEV_NBD is not set | 499 | # CONFIG_BLK_DEV_NBD is not set |
| 500 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 456 | # CONFIG_BLK_DEV_UB is not set | 501 | # CONFIG_BLK_DEV_UB is not set |
| 457 | CONFIG_BLK_DEV_RAM=y | 502 | CONFIG_BLK_DEV_RAM=y |
| 458 | CONFIG_BLK_DEV_RAM_COUNT=16 | 503 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| @@ -460,9 +505,14 @@ CONFIG_BLK_DEV_RAM_SIZE=32768 | |||
| 460 | # CONFIG_BLK_DEV_XIP is not set | 505 | # CONFIG_BLK_DEV_XIP is not set |
| 461 | # CONFIG_CDROM_PKTCDVD is not set | 506 | # CONFIG_CDROM_PKTCDVD is not set |
| 462 | # CONFIG_ATA_OVER_ETH is not set | 507 | # CONFIG_ATA_OVER_ETH is not set |
| 508 | # CONFIG_BLK_DEV_HD is not set | ||
| 463 | CONFIG_MISC_DEVICES=y | 509 | CONFIG_MISC_DEVICES=y |
| 510 | # CONFIG_PHANTOM is not set | ||
| 464 | # CONFIG_EEPROM_93CX6 is not set | 511 | # CONFIG_EEPROM_93CX6 is not set |
| 512 | # CONFIG_SGI_IOC4 is not set | ||
| 513 | # CONFIG_TIFM_CORE is not set | ||
| 465 | # CONFIG_ENCLOSURE_SERVICES is not set | 514 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 515 | # CONFIG_HP_ILO is not set | ||
| 466 | CONFIG_HAVE_IDE=y | 516 | CONFIG_HAVE_IDE=y |
| 467 | # CONFIG_IDE is not set | 517 | # CONFIG_IDE is not set |
| 468 | 518 | ||
| @@ -505,24 +555,128 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 505 | # CONFIG_SCSI_SRP_ATTRS is not set | 555 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 506 | CONFIG_SCSI_LOWLEVEL=y | 556 | CONFIG_SCSI_LOWLEVEL=y |
| 507 | # CONFIG_ISCSI_TCP is not set | 557 | # CONFIG_ISCSI_TCP is not set |
| 558 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 559 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 560 | # CONFIG_SCSI_ACARD is not set | ||
| 561 | # CONFIG_SCSI_AACRAID is not set | ||
| 562 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 563 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 564 | # CONFIG_SCSI_AIC79XX is not set | ||
| 565 | # CONFIG_SCSI_AIC94XX is not set | ||
| 566 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 567 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 568 | # CONFIG_SCSI_ARCMSR is not set | ||
| 569 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 570 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 571 | # CONFIG_MEGARAID_SAS is not set | ||
| 572 | # CONFIG_SCSI_HPTIOP is not set | ||
| 573 | # CONFIG_SCSI_BUSLOGIC is not set | ||
| 574 | # CONFIG_SCSI_DMX3191D is not set | ||
| 575 | # CONFIG_SCSI_EATA is not set | ||
| 576 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 577 | # CONFIG_SCSI_GDTH is not set | ||
| 578 | # CONFIG_SCSI_IPS is not set | ||
| 579 | # CONFIG_SCSI_INITIO is not set | ||
| 580 | # CONFIG_SCSI_INIA100 is not set | ||
| 581 | # CONFIG_SCSI_MVSAS is not set | ||
| 582 | # CONFIG_SCSI_STEX is not set | ||
| 583 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
| 584 | # CONFIG_SCSI_IPR is not set | ||
| 585 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 586 | # CONFIG_SCSI_QLA_FC is not set | ||
| 587 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
| 588 | # CONFIG_SCSI_LPFC is not set | ||
| 589 | # CONFIG_SCSI_DC395x is not set | ||
| 590 | # CONFIG_SCSI_DC390T is not set | ||
| 591 | # CONFIG_SCSI_NSP32 is not set | ||
| 508 | # CONFIG_SCSI_DEBUG is not set | 592 | # CONFIG_SCSI_DEBUG is not set |
| 593 | # CONFIG_SCSI_MESH is not set | ||
| 594 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 595 | # CONFIG_SCSI_SRP is not set | ||
| 596 | # CONFIG_SCSI_DH is not set | ||
| 509 | CONFIG_ATA=y | 597 | CONFIG_ATA=y |
| 510 | # CONFIG_ATA_NONSTANDARD is not set | 598 | # CONFIG_ATA_NONSTANDARD is not set |
| 511 | CONFIG_SATA_PMP=y | 599 | CONFIG_SATA_PMP=y |
| 600 | # CONFIG_SATA_AHCI is not set | ||
| 601 | # CONFIG_SATA_SIL24 is not set | ||
| 512 | CONFIG_SATA_FSL=y | 602 | CONFIG_SATA_FSL=y |
| 513 | CONFIG_ATA_SFF=y | 603 | CONFIG_ATA_SFF=y |
| 604 | # CONFIG_SATA_SVW is not set | ||
| 605 | # CONFIG_ATA_PIIX is not set | ||
| 514 | # CONFIG_SATA_MV is not set | 606 | # CONFIG_SATA_MV is not set |
| 607 | # CONFIG_SATA_NV is not set | ||
| 608 | # CONFIG_PDC_ADMA is not set | ||
| 609 | # CONFIG_SATA_QSTOR is not set | ||
| 610 | # CONFIG_SATA_PROMISE is not set | ||
| 611 | # CONFIG_SATA_SX4 is not set | ||
| 612 | # CONFIG_SATA_SIL is not set | ||
| 613 | # CONFIG_SATA_SIS is not set | ||
| 614 | # CONFIG_SATA_ULI is not set | ||
| 615 | # CONFIG_SATA_VIA is not set | ||
| 616 | # CONFIG_SATA_VITESSE is not set | ||
| 617 | # CONFIG_SATA_INIC162X is not set | ||
| 618 | # CONFIG_PATA_ALI is not set | ||
| 619 | # CONFIG_PATA_AMD is not set | ||
| 620 | # CONFIG_PATA_ARTOP is not set | ||
| 621 | # CONFIG_PATA_ATIIXP is not set | ||
| 622 | # CONFIG_PATA_CMD640_PCI is not set | ||
| 623 | # CONFIG_PATA_CMD64X is not set | ||
| 624 | # CONFIG_PATA_CS5520 is not set | ||
| 625 | # CONFIG_PATA_CS5530 is not set | ||
| 626 | # CONFIG_PATA_CYPRESS is not set | ||
| 627 | # CONFIG_PATA_EFAR is not set | ||
| 628 | # CONFIG_ATA_GENERIC is not set | ||
| 629 | # CONFIG_PATA_HPT366 is not set | ||
| 630 | # CONFIG_PATA_HPT37X is not set | ||
| 631 | # CONFIG_PATA_HPT3X2N is not set | ||
| 632 | # CONFIG_PATA_HPT3X3 is not set | ||
| 633 | # CONFIG_PATA_IT821X is not set | ||
| 634 | # CONFIG_PATA_IT8213 is not set | ||
| 635 | # CONFIG_PATA_JMICRON is not set | ||
| 636 | # CONFIG_PATA_TRIFLEX is not set | ||
| 637 | # CONFIG_PATA_MARVELL is not set | ||
| 638 | # CONFIG_PATA_MPIIX is not set | ||
| 639 | # CONFIG_PATA_OLDPIIX is not set | ||
| 640 | # CONFIG_PATA_NETCELL is not set | ||
| 641 | # CONFIG_PATA_NINJA32 is not set | ||
| 642 | # CONFIG_PATA_NS87410 is not set | ||
| 643 | # CONFIG_PATA_NS87415 is not set | ||
| 644 | # CONFIG_PATA_OPTI is not set | ||
| 645 | # CONFIG_PATA_OPTIDMA is not set | ||
| 646 | # CONFIG_PATA_PDC_OLD is not set | ||
| 647 | # CONFIG_PATA_RADISYS is not set | ||
| 648 | # CONFIG_PATA_RZ1000 is not set | ||
| 649 | # CONFIG_PATA_SC1200 is not set | ||
| 650 | # CONFIG_PATA_SERVERWORKS is not set | ||
| 651 | # CONFIG_PATA_PDC2027X is not set | ||
| 652 | # CONFIG_PATA_SIL680 is not set | ||
| 653 | # CONFIG_PATA_SIS is not set | ||
| 654 | # CONFIG_PATA_VIA is not set | ||
| 655 | # CONFIG_PATA_WINBOND is not set | ||
| 515 | # CONFIG_PATA_PLATFORM is not set | 656 | # CONFIG_PATA_PLATFORM is not set |
| 657 | # CONFIG_PATA_SCH is not set | ||
| 516 | # CONFIG_MD is not set | 658 | # CONFIG_MD is not set |
| 659 | # CONFIG_FUSION is not set | ||
| 660 | |||
| 661 | # | ||
| 662 | # IEEE 1394 (FireWire) support | ||
| 663 | # | ||
| 664 | |||
| 665 | # | ||
| 666 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 667 | # | ||
| 668 | # CONFIG_FIREWIRE is not set | ||
| 669 | # CONFIG_IEEE1394 is not set | ||
| 670 | # CONFIG_I2O is not set | ||
| 517 | # CONFIG_MACINTOSH_DRIVERS is not set | 671 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 518 | CONFIG_NETDEVICES=y | 672 | CONFIG_NETDEVICES=y |
| 519 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 520 | # CONFIG_DUMMY is not set | 673 | # CONFIG_DUMMY is not set |
| 521 | # CONFIG_BONDING is not set | 674 | # CONFIG_BONDING is not set |
| 522 | # CONFIG_MACVLAN is not set | 675 | # CONFIG_MACVLAN is not set |
| 523 | # CONFIG_EQUALIZER is not set | 676 | # CONFIG_EQUALIZER is not set |
| 524 | # CONFIG_TUN is not set | 677 | # CONFIG_TUN is not set |
| 525 | # CONFIG_VETH is not set | 678 | # CONFIG_VETH is not set |
| 679 | # CONFIG_ARCNET is not set | ||
| 526 | CONFIG_PHYLIB=y | 680 | CONFIG_PHYLIB=y |
| 527 | 681 | ||
| 528 | # | 682 | # |
| @@ -542,21 +696,60 @@ CONFIG_ICPLUS_PHY=y | |||
| 542 | # CONFIG_MDIO_BITBANG is not set | 696 | # CONFIG_MDIO_BITBANG is not set |
| 543 | CONFIG_NET_ETHERNET=y | 697 | CONFIG_NET_ETHERNET=y |
| 544 | CONFIG_MII=y | 698 | CONFIG_MII=y |
| 699 | # CONFIG_MACE is not set | ||
| 700 | # CONFIG_BMAC is not set | ||
| 701 | # CONFIG_HAPPYMEAL is not set | ||
| 702 | # CONFIG_SUNGEM is not set | ||
| 703 | # CONFIG_CASSINI is not set | ||
| 704 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 705 | # CONFIG_NET_TULIP is not set | ||
| 706 | # CONFIG_HP100 is not set | ||
| 545 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | 707 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 546 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | 708 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 547 | # CONFIG_IBM_NEW_EMAC_TAH is not set | 709 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 548 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | 710 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 711 | # CONFIG_NET_PCI is not set | ||
| 549 | # CONFIG_B44 is not set | 712 | # CONFIG_B44 is not set |
| 550 | CONFIG_NETDEV_1000=y | 713 | CONFIG_NETDEV_1000=y |
| 551 | # CONFIG_E1000E_ENABLED is not set | 714 | # CONFIG_ACENIC is not set |
| 715 | # CONFIG_DL2K is not set | ||
| 716 | # CONFIG_E1000 is not set | ||
| 717 | # CONFIG_E1000E is not set | ||
| 718 | # CONFIG_IP1000 is not set | ||
| 719 | # CONFIG_IGB is not set | ||
| 720 | # CONFIG_NS83820 is not set | ||
| 721 | # CONFIG_HAMACHI is not set | ||
| 722 | # CONFIG_YELLOWFIN is not set | ||
| 723 | # CONFIG_R8169 is not set | ||
| 724 | # CONFIG_SIS190 is not set | ||
| 725 | # CONFIG_SKGE is not set | ||
| 726 | # CONFIG_SKY2 is not set | ||
| 727 | # CONFIG_VIA_VELOCITY is not set | ||
| 728 | # CONFIG_TIGON3 is not set | ||
| 729 | # CONFIG_BNX2 is not set | ||
| 552 | CONFIG_GIANFAR=y | 730 | CONFIG_GIANFAR=y |
| 553 | # CONFIG_GFAR_NAPI is not set | ||
| 554 | CONFIG_UCC_GETH=y | 731 | CONFIG_UCC_GETH=y |
| 555 | # CONFIG_UGETH_NAPI is not set | ||
| 556 | # CONFIG_UGETH_MAGIC_PACKET is not set | 732 | # CONFIG_UGETH_MAGIC_PACKET is not set |
| 557 | # CONFIG_UGETH_FILTERING is not set | 733 | # CONFIG_UGETH_FILTERING is not set |
| 558 | # CONFIG_UGETH_TX_ON_DEMAND is not set | 734 | # CONFIG_UGETH_TX_ON_DEMAND is not set |
| 735 | # CONFIG_MV643XX_ETH is not set | ||
| 736 | # CONFIG_QLA3XXX is not set | ||
| 737 | # CONFIG_ATL1 is not set | ||
| 738 | # CONFIG_ATL1E is not set | ||
| 559 | CONFIG_NETDEV_10000=y | 739 | CONFIG_NETDEV_10000=y |
| 740 | # CONFIG_CHELSIO_T1 is not set | ||
| 741 | # CONFIG_CHELSIO_T3 is not set | ||
| 742 | # CONFIG_IXGBE is not set | ||
| 743 | # CONFIG_IXGB is not set | ||
| 744 | # CONFIG_S2IO is not set | ||
| 745 | # CONFIG_MYRI10GE is not set | ||
| 746 | # CONFIG_NETXEN_NIC is not set | ||
| 747 | # CONFIG_NIU is not set | ||
| 748 | # CONFIG_MLX4_CORE is not set | ||
| 749 | # CONFIG_TEHUTI is not set | ||
| 750 | # CONFIG_BNX2X is not set | ||
| 751 | # CONFIG_SFC is not set | ||
| 752 | # CONFIG_TR is not set | ||
| 560 | 753 | ||
| 561 | # | 754 | # |
| 562 | # Wireless LAN | 755 | # Wireless LAN |
| @@ -574,8 +767,11 @@ CONFIG_NETDEV_10000=y | |||
| 574 | # CONFIG_USB_RTL8150 is not set | 767 | # CONFIG_USB_RTL8150 is not set |
| 575 | # CONFIG_USB_USBNET is not set | 768 | # CONFIG_USB_USBNET is not set |
| 576 | # CONFIG_WAN is not set | 769 | # CONFIG_WAN is not set |
| 770 | # CONFIG_FDDI is not set | ||
| 771 | # CONFIG_HIPPI is not set | ||
| 577 | # CONFIG_PPP is not set | 772 | # CONFIG_PPP is not set |
| 578 | # CONFIG_SLIP is not set | 773 | # CONFIG_SLIP is not set |
| 774 | # CONFIG_NET_FC is not set | ||
| 579 | # CONFIG_NETCONSOLE is not set | 775 | # CONFIG_NETCONSOLE is not set |
| 580 | # CONFIG_NETPOLL is not set | 776 | # CONFIG_NETPOLL is not set |
| 581 | # CONFIG_NET_POLL_CONTROLLER is not set | 777 | # CONFIG_NET_POLL_CONTROLLER is not set |
| @@ -619,12 +815,14 @@ CONFIG_INPUT=y | |||
| 619 | # CONFIG_VT is not set | 815 | # CONFIG_VT is not set |
| 620 | CONFIG_DEVKMEM=y | 816 | CONFIG_DEVKMEM=y |
| 621 | # CONFIG_SERIAL_NONSTANDARD is not set | 817 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 818 | # CONFIG_NOZOMI is not set | ||
| 622 | 819 | ||
| 623 | # | 820 | # |
| 624 | # Serial drivers | 821 | # Serial drivers |
| 625 | # | 822 | # |
| 626 | CONFIG_SERIAL_8250=y | 823 | CONFIG_SERIAL_8250=y |
| 627 | CONFIG_SERIAL_8250_CONSOLE=y | 824 | CONFIG_SERIAL_8250_CONSOLE=y |
| 825 | CONFIG_SERIAL_8250_PCI=y | ||
| 628 | CONFIG_SERIAL_8250_NR_UARTS=4 | 826 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 629 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | 827 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 |
| 630 | # CONFIG_SERIAL_8250_EXTENDED is not set | 828 | # CONFIG_SERIAL_8250_EXTENDED is not set |
| @@ -635,43 +833,95 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | |||
| 635 | # CONFIG_SERIAL_UARTLITE is not set | 833 | # CONFIG_SERIAL_UARTLITE is not set |
| 636 | CONFIG_SERIAL_CORE=y | 834 | CONFIG_SERIAL_CORE=y |
| 637 | CONFIG_SERIAL_CORE_CONSOLE=y | 835 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 836 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 837 | # CONFIG_SERIAL_JSM is not set | ||
| 638 | # CONFIG_SERIAL_OF_PLATFORM is not set | 838 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 639 | # CONFIG_SERIAL_QE is not set | 839 | # CONFIG_SERIAL_QE is not set |
| 640 | CONFIG_UNIX98_PTYS=y | 840 | CONFIG_UNIX98_PTYS=y |
| 641 | CONFIG_LEGACY_PTYS=y | 841 | CONFIG_LEGACY_PTYS=y |
| 642 | CONFIG_LEGACY_PTY_COUNT=256 | 842 | CONFIG_LEGACY_PTY_COUNT=256 |
| 843 | # CONFIG_BRIQ_PANEL is not set | ||
| 844 | # CONFIG_HVC_RTAS is not set | ||
| 643 | # CONFIG_IPMI_HANDLER is not set | 845 | # CONFIG_IPMI_HANDLER is not set |
| 644 | # CONFIG_HW_RANDOM is not set | 846 | CONFIG_HW_RANDOM=y |
| 645 | # CONFIG_NVRAM is not set | 847 | # CONFIG_NVRAM is not set |
| 646 | CONFIG_GEN_RTC=y | 848 | CONFIG_GEN_RTC=y |
| 647 | # CONFIG_GEN_RTC_X is not set | 849 | # CONFIG_GEN_RTC_X is not set |
| 648 | # CONFIG_R3964 is not set | 850 | # CONFIG_R3964 is not set |
| 851 | # CONFIG_APPLICOM is not set | ||
| 649 | # CONFIG_RAW_DRIVER is not set | 852 | # CONFIG_RAW_DRIVER is not set |
| 650 | # CONFIG_TCG_TPM is not set | 853 | # CONFIG_TCG_TPM is not set |
| 854 | CONFIG_DEVPORT=y | ||
| 651 | CONFIG_I2C=y | 855 | CONFIG_I2C=y |
| 652 | CONFIG_I2C_BOARDINFO=y | 856 | CONFIG_I2C_BOARDINFO=y |
| 653 | CONFIG_I2C_CHARDEV=y | 857 | CONFIG_I2C_CHARDEV=y |
| 858 | CONFIG_I2C_HELPER_AUTO=y | ||
| 654 | 859 | ||
| 655 | # | 860 | # |
| 656 | # I2C Hardware Bus support | 861 | # I2C Hardware Bus support |
| 657 | # | 862 | # |
| 863 | |||
| 864 | # | ||
| 865 | # PC SMBus host controller drivers | ||
| 866 | # | ||
| 867 | # CONFIG_I2C_ALI1535 is not set | ||
| 868 | # CONFIG_I2C_ALI1563 is not set | ||
| 869 | # CONFIG_I2C_ALI15X3 is not set | ||
| 870 | # CONFIG_I2C_AMD756 is not set | ||
| 871 | # CONFIG_I2C_AMD8111 is not set | ||
| 872 | # CONFIG_I2C_I801 is not set | ||
| 873 | # CONFIG_I2C_ISCH is not set | ||
| 874 | # CONFIG_I2C_PIIX4 is not set | ||
| 875 | # CONFIG_I2C_NFORCE2 is not set | ||
| 876 | # CONFIG_I2C_SIS5595 is not set | ||
| 877 | # CONFIG_I2C_SIS630 is not set | ||
| 878 | # CONFIG_I2C_SIS96X is not set | ||
| 879 | # CONFIG_I2C_VIA is not set | ||
| 880 | # CONFIG_I2C_VIAPRO is not set | ||
| 881 | |||
| 882 | # | ||
| 883 | # Mac SMBus host controller drivers | ||
| 884 | # | ||
| 885 | # CONFIG_I2C_HYDRA is not set | ||
| 886 | CONFIG_I2C_POWERMAC=y | ||
| 887 | |||
| 888 | # | ||
| 889 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 890 | # | ||
| 891 | # CONFIG_I2C_GPIO is not set | ||
| 658 | CONFIG_I2C_MPC=y | 892 | CONFIG_I2C_MPC=y |
| 659 | # CONFIG_I2C_OCORES is not set | 893 | # CONFIG_I2C_OCORES is not set |
| 660 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 661 | # CONFIG_I2C_SIMTEC is not set | 894 | # CONFIG_I2C_SIMTEC is not set |
| 895 | |||
| 896 | # | ||
| 897 | # External I2C/SMBus adapter drivers | ||
| 898 | # | ||
| 899 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 662 | # CONFIG_I2C_TAOS_EVM is not set | 900 | # CONFIG_I2C_TAOS_EVM is not set |
| 663 | # CONFIG_I2C_STUB is not set | ||
| 664 | # CONFIG_I2C_TINY_USB is not set | 901 | # CONFIG_I2C_TINY_USB is not set |
| 902 | |||
| 903 | # | ||
| 904 | # Graphics adapter I2C/DDC channel drivers | ||
| 905 | # | ||
| 906 | # CONFIG_I2C_VOODOO3 is not set | ||
| 907 | |||
| 908 | # | ||
| 909 | # Other I2C/SMBus bus drivers | ||
| 910 | # | ||
| 665 | # CONFIG_I2C_PCA_PLATFORM is not set | 911 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 912 | # CONFIG_I2C_STUB is not set | ||
| 666 | 913 | ||
| 667 | # | 914 | # |
| 668 | # Miscellaneous I2C Chip support | 915 | # Miscellaneous I2C Chip support |
| 669 | # | 916 | # |
| 670 | # CONFIG_DS1682 is not set | 917 | # CONFIG_DS1682 is not set |
| 918 | # CONFIG_AT24 is not set | ||
| 671 | # CONFIG_SENSORS_EEPROM is not set | 919 | # CONFIG_SENSORS_EEPROM is not set |
| 672 | # CONFIG_SENSORS_PCF8574 is not set | 920 | # CONFIG_SENSORS_PCF8574 is not set |
| 673 | # CONFIG_PCF8575 is not set | 921 | # CONFIG_PCF8575 is not set |
| 922 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 674 | # CONFIG_SENSORS_PCF8591 is not set | 923 | # CONFIG_SENSORS_PCF8591 is not set |
| 924 | # CONFIG_TPS65010 is not set | ||
| 675 | # CONFIG_SENSORS_MAX6875 is not set | 925 | # CONFIG_SENSORS_MAX6875 is not set |
| 676 | # CONFIG_SENSORS_TSL2550 is not set | 926 | # CONFIG_SENSORS_TSL2550 is not set |
| 677 | # CONFIG_I2C_DEBUG_CORE is not set | 927 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -679,10 +929,31 @@ CONFIG_I2C_MPC=y | |||
| 679 | # CONFIG_I2C_DEBUG_BUS is not set | 929 | # CONFIG_I2C_DEBUG_BUS is not set |
| 680 | # CONFIG_I2C_DEBUG_CHIP is not set | 930 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 681 | # CONFIG_SPI is not set | 931 | # CONFIG_SPI is not set |
| 932 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 933 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 934 | CONFIG_GPIOLIB=y | ||
| 935 | # CONFIG_GPIO_SYSFS is not set | ||
| 936 | |||
| 937 | # | ||
| 938 | # I2C GPIO expanders: | ||
| 939 | # | ||
| 940 | # CONFIG_GPIO_MAX732X is not set | ||
| 941 | # CONFIG_GPIO_PCA953X is not set | ||
| 942 | # CONFIG_GPIO_PCF857X is not set | ||
| 943 | |||
| 944 | # | ||
| 945 | # PCI GPIO expanders: | ||
| 946 | # | ||
| 947 | # CONFIG_GPIO_BT8XX is not set | ||
| 948 | |||
| 949 | # | ||
| 950 | # SPI GPIO expanders: | ||
| 951 | # | ||
| 682 | # CONFIG_W1 is not set | 952 | # CONFIG_W1 is not set |
| 683 | # CONFIG_POWER_SUPPLY is not set | 953 | # CONFIG_POWER_SUPPLY is not set |
| 684 | CONFIG_HWMON=y | 954 | CONFIG_HWMON=y |
| 685 | # CONFIG_HWMON_VID is not set | 955 | # CONFIG_HWMON_VID is not set |
| 956 | # CONFIG_SENSORS_AD7414 is not set | ||
| 686 | # CONFIG_SENSORS_AD7418 is not set | 957 | # CONFIG_SENSORS_AD7418 is not set |
| 687 | # CONFIG_SENSORS_ADM1021 is not set | 958 | # CONFIG_SENSORS_ADM1021 is not set |
| 688 | # CONFIG_SENSORS_ADM1025 is not set | 959 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -692,8 +963,10 @@ CONFIG_HWMON=y | |||
| 692 | # CONFIG_SENSORS_ADM9240 is not set | 963 | # CONFIG_SENSORS_ADM9240 is not set |
| 693 | # CONFIG_SENSORS_ADT7470 is not set | 964 | # CONFIG_SENSORS_ADT7470 is not set |
| 694 | # CONFIG_SENSORS_ADT7473 is not set | 965 | # CONFIG_SENSORS_ADT7473 is not set |
| 966 | # CONFIG_SENSORS_AMS is not set | ||
| 695 | # CONFIG_SENSORS_ATXP1 is not set | 967 | # CONFIG_SENSORS_ATXP1 is not set |
| 696 | # CONFIG_SENSORS_DS1621 is not set | 968 | # CONFIG_SENSORS_DS1621 is not set |
| 969 | # CONFIG_SENSORS_I5K_AMB is not set | ||
| 697 | # CONFIG_SENSORS_F71805F is not set | 970 | # CONFIG_SENSORS_F71805F is not set |
| 698 | # CONFIG_SENSORS_F71882FG is not set | 971 | # CONFIG_SENSORS_F71882FG is not set |
| 699 | # CONFIG_SENSORS_F75375S is not set | 972 | # CONFIG_SENSORS_F75375S is not set |
| @@ -715,13 +988,16 @@ CONFIG_HWMON=y | |||
| 715 | # CONFIG_SENSORS_MAX6650 is not set | 988 | # CONFIG_SENSORS_MAX6650 is not set |
| 716 | # CONFIG_SENSORS_PC87360 is not set | 989 | # CONFIG_SENSORS_PC87360 is not set |
| 717 | # CONFIG_SENSORS_PC87427 is not set | 990 | # CONFIG_SENSORS_PC87427 is not set |
| 991 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 718 | # CONFIG_SENSORS_DME1737 is not set | 992 | # CONFIG_SENSORS_DME1737 is not set |
| 719 | # CONFIG_SENSORS_SMSC47M1 is not set | 993 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 720 | # CONFIG_SENSORS_SMSC47M192 is not set | 994 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 721 | # CONFIG_SENSORS_SMSC47B397 is not set | 995 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 722 | # CONFIG_SENSORS_ADS7828 is not set | 996 | # CONFIG_SENSORS_ADS7828 is not set |
| 723 | # CONFIG_SENSORS_THMC50 is not set | 997 | # CONFIG_SENSORS_THMC50 is not set |
| 998 | # CONFIG_SENSORS_VIA686A is not set | ||
| 724 | # CONFIG_SENSORS_VT1211 is not set | 999 | # CONFIG_SENSORS_VT1211 is not set |
| 1000 | # CONFIG_SENSORS_VT8231 is not set | ||
| 725 | # CONFIG_SENSORS_W83781D is not set | 1001 | # CONFIG_SENSORS_W83781D is not set |
| 726 | # CONFIG_SENSORS_W83791D is not set | 1002 | # CONFIG_SENSORS_W83791D is not set |
| 727 | # CONFIG_SENSORS_W83792D is not set | 1003 | # CONFIG_SENSORS_W83792D is not set |
| @@ -732,6 +1008,7 @@ CONFIG_HWMON=y | |||
| 732 | # CONFIG_SENSORS_W83627EHF is not set | 1008 | # CONFIG_SENSORS_W83627EHF is not set |
| 733 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1009 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 734 | # CONFIG_THERMAL is not set | 1010 | # CONFIG_THERMAL is not set |
| 1011 | # CONFIG_THERMAL_HWMON is not set | ||
| 735 | CONFIG_WATCHDOG=y | 1012 | CONFIG_WATCHDOG=y |
| 736 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 1013 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 737 | 1014 | ||
| @@ -739,7 +1016,15 @@ CONFIG_WATCHDOG=y | |||
| 739 | # Watchdog Device Drivers | 1016 | # Watchdog Device Drivers |
| 740 | # | 1017 | # |
| 741 | # CONFIG_SOFT_WATCHDOG is not set | 1018 | # CONFIG_SOFT_WATCHDOG is not set |
| 742 | CONFIG_83xx_WDT=y | 1019 | # CONFIG_ALIM7101_WDT is not set |
| 1020 | # CONFIG_8xxx_WDT is not set | ||
| 1021 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 1022 | |||
| 1023 | # | ||
| 1024 | # PCI-based Watchdog Cards | ||
| 1025 | # | ||
| 1026 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 1027 | # CONFIG_WDTPCI is not set | ||
| 743 | 1028 | ||
| 744 | # | 1029 | # |
| 745 | # USB-based Watchdog Cards | 1030 | # USB-based Watchdog Cards |
| @@ -755,8 +1040,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 755 | # | 1040 | # |
| 756 | # Multifunction device drivers | 1041 | # Multifunction device drivers |
| 757 | # | 1042 | # |
| 1043 | # CONFIG_MFD_CORE is not set | ||
| 758 | # CONFIG_MFD_SM501 is not set | 1044 | # CONFIG_MFD_SM501 is not set |
| 759 | # CONFIG_HTC_PASIC3 is not set | 1045 | # CONFIG_HTC_PASIC3 is not set |
| 1046 | # CONFIG_MFD_TMIO is not set | ||
| 760 | 1047 | ||
| 761 | # | 1048 | # |
| 762 | # Multimedia devices | 1049 | # Multimedia devices |
| @@ -778,6 +1065,8 @@ CONFIG_DAB=y | |||
| 778 | # | 1065 | # |
| 779 | # Graphics support | 1066 | # Graphics support |
| 780 | # | 1067 | # |
| 1068 | # CONFIG_AGP is not set | ||
| 1069 | # CONFIG_DRM is not set | ||
| 781 | # CONFIG_VGASTATE is not set | 1070 | # CONFIG_VGASTATE is not set |
| 782 | CONFIG_VIDEO_OUTPUT_CONTROL=m | 1071 | CONFIG_VIDEO_OUTPUT_CONTROL=m |
| 783 | # CONFIG_FB is not set | 1072 | # CONFIG_FB is not set |
| @@ -787,10 +1076,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 787 | # Display device support | 1076 | # Display device support |
| 788 | # | 1077 | # |
| 789 | # CONFIG_DISPLAY_SUPPORT is not set | 1078 | # CONFIG_DISPLAY_SUPPORT is not set |
| 790 | |||
| 791 | # | ||
| 792 | # Sound | ||
| 793 | # | ||
| 794 | # CONFIG_SOUND is not set | 1079 | # CONFIG_SOUND is not set |
| 795 | CONFIG_HID_SUPPORT=y | 1080 | CONFIG_HID_SUPPORT=y |
| 796 | CONFIG_HID=y | 1081 | CONFIG_HID=y |
| @@ -806,7 +1091,7 @@ CONFIG_USB_HID=y | |||
| 806 | # CONFIG_USB_HIDDEV is not set | 1091 | # CONFIG_USB_HIDDEV is not set |
| 807 | CONFIG_USB_SUPPORT=y | 1092 | CONFIG_USB_SUPPORT=y |
| 808 | CONFIG_USB_ARCH_HAS_HCD=y | 1093 | CONFIG_USB_ARCH_HAS_HCD=y |
| 809 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 1094 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 810 | CONFIG_USB_ARCH_HAS_EHCI=y | 1095 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 811 | CONFIG_USB=y | 1096 | CONFIG_USB=y |
| 812 | # CONFIG_USB_DEBUG is not set | 1097 | # CONFIG_USB_DEBUG is not set |
| @@ -821,6 +1106,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 821 | # CONFIG_USB_OTG is not set | 1106 | # CONFIG_USB_OTG is not set |
| 822 | # CONFIG_USB_OTG_WHITELIST is not set | 1107 | # CONFIG_USB_OTG_WHITELIST is not set |
| 823 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1108 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1109 | CONFIG_USB_MON=y | ||
| 824 | 1110 | ||
| 825 | # | 1111 | # |
| 826 | # USB Host Controller Drivers | 1112 | # USB Host Controller Drivers |
| @@ -833,6 +1119,8 @@ CONFIG_USB_EHCI_FSL=y | |||
| 833 | CONFIG_USB_EHCI_HCD_PPC_OF=y | 1119 | CONFIG_USB_EHCI_HCD_PPC_OF=y |
| 834 | # CONFIG_USB_ISP116X_HCD is not set | 1120 | # CONFIG_USB_ISP116X_HCD is not set |
| 835 | # CONFIG_USB_ISP1760_HCD is not set | 1121 | # CONFIG_USB_ISP1760_HCD is not set |
| 1122 | # CONFIG_USB_OHCI_HCD is not set | ||
| 1123 | # CONFIG_USB_UHCI_HCD is not set | ||
| 836 | # CONFIG_USB_SL811_HCD is not set | 1124 | # CONFIG_USB_SL811_HCD is not set |
| 837 | # CONFIG_USB_R8A66597_HCD is not set | 1125 | # CONFIG_USB_R8A66597_HCD is not set |
| 838 | 1126 | ||
| @@ -858,7 +1146,6 @@ CONFIG_USB_EHCI_HCD_PPC_OF=y | |||
| 858 | # | 1146 | # |
| 859 | # CONFIG_USB_MDC800 is not set | 1147 | # CONFIG_USB_MDC800 is not set |
| 860 | # CONFIG_USB_MICROTEK is not set | 1148 | # CONFIG_USB_MICROTEK is not set |
| 861 | CONFIG_USB_MON=y | ||
| 862 | 1149 | ||
| 863 | # | 1150 | # |
| 864 | # USB port drivers | 1151 | # USB port drivers |
| @@ -871,7 +1158,6 @@ CONFIG_USB_MON=y | |||
| 871 | # CONFIG_USB_EMI62 is not set | 1158 | # CONFIG_USB_EMI62 is not set |
| 872 | # CONFIG_USB_EMI26 is not set | 1159 | # CONFIG_USB_EMI26 is not set |
| 873 | # CONFIG_USB_ADUTUX is not set | 1160 | # CONFIG_USB_ADUTUX is not set |
| 874 | # CONFIG_USB_AUERSWALD is not set | ||
| 875 | # CONFIG_USB_RIO500 is not set | 1161 | # CONFIG_USB_RIO500 is not set |
| 876 | # CONFIG_USB_LEGOTOWER is not set | 1162 | # CONFIG_USB_LEGOTOWER is not set |
| 877 | # CONFIG_USB_LCD is not set | 1163 | # CONFIG_USB_LCD is not set |
| @@ -893,6 +1179,7 @@ CONFIG_USB_MON=y | |||
| 893 | # CONFIG_MEMSTICK is not set | 1179 | # CONFIG_MEMSTICK is not set |
| 894 | # CONFIG_NEW_LEDS is not set | 1180 | # CONFIG_NEW_LEDS is not set |
| 895 | # CONFIG_ACCESSIBILITY is not set | 1181 | # CONFIG_ACCESSIBILITY is not set |
| 1182 | # CONFIG_INFINIBAND is not set | ||
| 896 | # CONFIG_EDAC is not set | 1183 | # CONFIG_EDAC is not set |
| 897 | # CONFIG_RTC_CLASS is not set | 1184 | # CONFIG_RTC_CLASS is not set |
| 898 | # CONFIG_DMADEVICES is not set | 1185 | # CONFIG_DMADEVICES is not set |
| @@ -963,6 +1250,7 @@ CONFIG_TMPFS=y | |||
| 963 | # CONFIG_CRAMFS is not set | 1250 | # CONFIG_CRAMFS is not set |
| 964 | # CONFIG_VXFS_FS is not set | 1251 | # CONFIG_VXFS_FS is not set |
| 965 | # CONFIG_MINIX_FS is not set | 1252 | # CONFIG_MINIX_FS is not set |
| 1253 | # CONFIG_OMFS_FS is not set | ||
| 966 | # CONFIG_HPFS_FS is not set | 1254 | # CONFIG_HPFS_FS is not set |
| 967 | # CONFIG_QNX4FS_FS is not set | 1255 | # CONFIG_QNX4FS_FS is not set |
| 968 | # CONFIG_ROMFS_FS is not set | 1256 | # CONFIG_ROMFS_FS is not set |
| @@ -973,14 +1261,13 @@ CONFIG_NFS_FS=y | |||
| 973 | CONFIG_NFS_V3=y | 1261 | CONFIG_NFS_V3=y |
| 974 | # CONFIG_NFS_V3_ACL is not set | 1262 | # CONFIG_NFS_V3_ACL is not set |
| 975 | CONFIG_NFS_V4=y | 1263 | CONFIG_NFS_V4=y |
| 976 | # CONFIG_NFSD is not set | ||
| 977 | CONFIG_ROOT_NFS=y | 1264 | CONFIG_ROOT_NFS=y |
| 1265 | # CONFIG_NFSD is not set | ||
| 978 | CONFIG_LOCKD=y | 1266 | CONFIG_LOCKD=y |
| 979 | CONFIG_LOCKD_V4=y | 1267 | CONFIG_LOCKD_V4=y |
| 980 | CONFIG_NFS_COMMON=y | 1268 | CONFIG_NFS_COMMON=y |
| 981 | CONFIG_SUNRPC=y | 1269 | CONFIG_SUNRPC=y |
| 982 | CONFIG_SUNRPC_GSS=y | 1270 | CONFIG_SUNRPC_GSS=y |
| 983 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 984 | CONFIG_RPCSEC_GSS_KRB5=y | 1271 | CONFIG_RPCSEC_GSS_KRB5=y |
| 985 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1272 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 986 | # CONFIG_SMB_FS is not set | 1273 | # CONFIG_SMB_FS is not set |
| @@ -1014,6 +1301,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 1014 | # CONFIG_DLM is not set | 1301 | # CONFIG_DLM is not set |
| 1015 | CONFIG_UCC_FAST=y | 1302 | CONFIG_UCC_FAST=y |
| 1016 | CONFIG_UCC=y | 1303 | CONFIG_UCC=y |
| 1304 | CONFIG_QE_GPIO=y | ||
| 1017 | 1305 | ||
| 1018 | # | 1306 | # |
| 1019 | # Library routines | 1307 | # Library routines |
| @@ -1022,6 +1310,7 @@ CONFIG_BITREVERSE=y | |||
| 1022 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1310 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1023 | # CONFIG_CRC_CCITT is not set | 1311 | # CONFIG_CRC_CCITT is not set |
| 1024 | # CONFIG_CRC16 is not set | 1312 | # CONFIG_CRC16 is not set |
| 1313 | CONFIG_CRC_T10DIF=y | ||
| 1025 | # CONFIG_CRC_ITU_T is not set | 1314 | # CONFIG_CRC_ITU_T is not set |
| 1026 | CONFIG_CRC32=y | 1315 | CONFIG_CRC32=y |
| 1027 | # CONFIG_CRC7 is not set | 1316 | # CONFIG_CRC7 is not set |
| @@ -1045,8 +1334,18 @@ CONFIG_FRAME_WARN=1024 | |||
| 1045 | # CONFIG_HEADERS_CHECK is not set | 1334 | # CONFIG_HEADERS_CHECK is not set |
| 1046 | # CONFIG_DEBUG_KERNEL is not set | 1335 | # CONFIG_DEBUG_KERNEL is not set |
| 1047 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1336 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1337 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1338 | # CONFIG_LATENCYTOP is not set | ||
| 1339 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1340 | CONFIG_HAVE_FTRACE=y | ||
| 1341 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1342 | # CONFIG_FTRACE is not set | ||
| 1343 | # CONFIG_SCHED_TRACER is not set | ||
| 1344 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1048 | # CONFIG_SAMPLES is not set | 1345 | # CONFIG_SAMPLES is not set |
| 1346 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1049 | # CONFIG_IRQSTACKS is not set | 1347 | # CONFIG_IRQSTACKS is not set |
| 1348 | # CONFIG_BOOTX_TEXT is not set | ||
| 1050 | # CONFIG_PPC_EARLY_DEBUG is not set | 1349 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1051 | 1350 | ||
| 1052 | # | 1351 | # |
| @@ -1061,12 +1360,14 @@ CONFIG_CRYPTO=y | |||
| 1061 | # Crypto core or helper | 1360 | # Crypto core or helper |
| 1062 | # | 1361 | # |
| 1063 | CONFIG_CRYPTO_ALGAPI=y | 1362 | CONFIG_CRYPTO_ALGAPI=y |
| 1363 | CONFIG_CRYPTO_AEAD=y | ||
| 1064 | CONFIG_CRYPTO_BLKCIPHER=y | 1364 | CONFIG_CRYPTO_BLKCIPHER=y |
| 1365 | CONFIG_CRYPTO_HASH=y | ||
| 1065 | CONFIG_CRYPTO_MANAGER=y | 1366 | CONFIG_CRYPTO_MANAGER=y |
| 1066 | # CONFIG_CRYPTO_GF128MUL is not set | 1367 | # CONFIG_CRYPTO_GF128MUL is not set |
| 1067 | # CONFIG_CRYPTO_NULL is not set | 1368 | # CONFIG_CRYPTO_NULL is not set |
| 1068 | # CONFIG_CRYPTO_CRYPTD is not set | 1369 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1069 | # CONFIG_CRYPTO_AUTHENC is not set | 1370 | CONFIG_CRYPTO_AUTHENC=y |
| 1070 | # CONFIG_CRYPTO_TEST is not set | 1371 | # CONFIG_CRYPTO_TEST is not set |
| 1071 | 1372 | ||
| 1072 | # | 1373 | # |
| @@ -1100,6 +1401,10 @@ CONFIG_CRYPTO_PCBC=m | |||
| 1100 | # CONFIG_CRYPTO_MD4 is not set | 1401 | # CONFIG_CRYPTO_MD4 is not set |
| 1101 | CONFIG_CRYPTO_MD5=y | 1402 | CONFIG_CRYPTO_MD5=y |
| 1102 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1403 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1404 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1405 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1406 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1407 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1103 | # CONFIG_CRYPTO_SHA1 is not set | 1408 | # CONFIG_CRYPTO_SHA1 is not set |
| 1104 | # CONFIG_CRYPTO_SHA256 is not set | 1409 | # CONFIG_CRYPTO_SHA256 is not set |
| 1105 | # CONFIG_CRYPTO_SHA512 is not set | 1410 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1131,6 +1436,8 @@ CONFIG_CRYPTO_DES=y | |||
| 1131 | # CONFIG_CRYPTO_DEFLATE is not set | 1436 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1132 | # CONFIG_CRYPTO_LZO is not set | 1437 | # CONFIG_CRYPTO_LZO is not set |
| 1133 | CONFIG_CRYPTO_HW=y | 1438 | CONFIG_CRYPTO_HW=y |
| 1439 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
| 1440 | CONFIG_CRYPTO_DEV_TALITOS=y | ||
| 1134 | # CONFIG_PPC_CLOCK is not set | 1441 | # CONFIG_PPC_CLOCK is not set |
| 1135 | CONFIG_PPC_LIB_RHEAP=y | 1442 | CONFIG_PPC_LIB_RHEAP=y |
| 1136 | # CONFIG_VIRTUALIZATION is not set | 1443 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index fa0170504b88..f0a13bebf50c 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 09:03:46 2008 | 4 | # Thu Aug 21 07:15:20 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_PPC_85xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_E500=y | 17 | CONFIG_E500=y |
| 18 | # CONFIG_PPC_E500MC is not set | ||
| 18 | CONFIG_BOOKE=y | 19 | CONFIG_BOOKE=y |
| 19 | CONFIG_FSL_BOOKE=y | 20 | CONFIG_FSL_BOOKE=y |
| 20 | CONFIG_FSL_EMB_PERFMON=y | 21 | CONFIG_FSL_EMB_PERFMON=y |
| @@ -33,12 +34,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 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 |
| 39 | CONFIG_GENERIC_HWEIGHT=y | 41 | CONFIG_GENERIC_HWEIGHT=y |
| 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 42 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 43 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 44 | CONFIG_GENERIC_GPIO=y | ||
| 42 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 45 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 43 | CONFIG_PPC=y | 46 | CONFIG_PPC=y |
| 44 | CONFIG_EARLY_PRINTK=y | 47 | CONFIG_EARLY_PRINTK=y |
| @@ -92,7 +95,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 92 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
| 93 | CONFIG_EMBEDDED=y | 96 | CONFIG_EMBEDDED=y |
| 94 | CONFIG_SYSCTL_SYSCALL=y | 97 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 96 | CONFIG_KALLSYMS=y | 98 | CONFIG_KALLSYMS=y |
| 97 | CONFIG_KALLSYMS_ALL=y | 99 | CONFIG_KALLSYMS_ALL=y |
| 98 | CONFIG_KALLSYMS_EXTRA_PASS=y | 100 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -118,10 +120,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_MARKERS is not set | 120 | # CONFIG_MARKERS is not set |
| 119 | CONFIG_HAVE_OPROFILE=y | 121 | CONFIG_HAVE_OPROFILE=y |
| 120 | # CONFIG_KPROBES is not set | 122 | # CONFIG_KPROBES is not set |
| 123 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 124 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 125 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 126 | CONFIG_HAVE_KRETPROBES=y |
| 127 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 123 | # CONFIG_HAVE_DMA_ATTRS is not set | 128 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 129 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 130 | CONFIG_HAVE_CLK=y | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 131 | CONFIG_PROC_PAGE_MONITOR=y |
| 132 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 133 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 134 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 135 | # CONFIG_TINY_SHMEM is not set |
| @@ -138,6 +146,7 @@ CONFIG_LBD=y | |||
| 138 | # CONFIG_BLK_DEV_IO_TRACE is not set | 146 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 139 | # CONFIG_LSF is not set | 147 | # CONFIG_LSF is not set |
| 140 | # CONFIG_BLK_DEV_BSG is not set | 148 | # CONFIG_BLK_DEV_BSG is not set |
| 149 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 141 | 150 | ||
| 142 | # | 151 | # |
| 143 | # IO Schedulers | 152 | # IO Schedulers |
| @@ -156,8 +165,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 156 | # | 165 | # |
| 157 | # Platform support | 166 | # Platform support |
| 158 | # | 167 | # |
| 159 | # CONFIG_PPC_MPC512x is not set | ||
| 160 | # CONFIG_PPC_MPC5121 is not set | ||
| 161 | # CONFIG_PPC_CELL is not set | 168 | # CONFIG_PPC_CELL is not set |
| 162 | # CONFIG_PPC_CELL_NATIVE is not set | 169 | # CONFIG_PPC_CELL_NATIVE is not set |
| 163 | # CONFIG_PQ2ADS is not set | 170 | # CONFIG_PQ2ADS is not set |
| @@ -166,11 +173,13 @@ CONFIG_MPC8540_ADS=y | |||
| 166 | CONFIG_MPC8560_ADS=y | 173 | CONFIG_MPC8560_ADS=y |
| 167 | CONFIG_MPC85xx_CDS=y | 174 | CONFIG_MPC85xx_CDS=y |
| 168 | CONFIG_MPC85xx_MDS=y | 175 | CONFIG_MPC85xx_MDS=y |
| 176 | CONFIG_MPC8536_DS=y | ||
| 169 | CONFIG_MPC85xx_DS=y | 177 | CONFIG_MPC85xx_DS=y |
| 170 | CONFIG_KSI8560=y | 178 | CONFIG_KSI8560=y |
| 171 | # CONFIG_STX_GP3 is not set | 179 | # CONFIG_STX_GP3 is not set |
| 172 | CONFIG_TQM8540=y | 180 | CONFIG_TQM8540=y |
| 173 | CONFIG_TQM8541=y | 181 | CONFIG_TQM8541=y |
| 182 | CONFIG_TQM8548=y | ||
| 174 | CONFIG_TQM8555=y | 183 | CONFIG_TQM8555=y |
| 175 | CONFIG_TQM8560=y | 184 | CONFIG_TQM8560=y |
| 176 | CONFIG_SBC8548=y | 185 | CONFIG_SBC8548=y |
| @@ -189,7 +198,6 @@ CONFIG_PPC_I8259=y | |||
| 189 | # CONFIG_CPU_FREQ is not set | 198 | # CONFIG_CPU_FREQ is not set |
| 190 | CONFIG_QUICC_ENGINE=y | 199 | CONFIG_QUICC_ENGINE=y |
| 191 | CONFIG_CPM2=y | 200 | CONFIG_CPM2=y |
| 192 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 193 | CONFIG_FSL_ULI1575=y | 201 | CONFIG_FSL_ULI1575=y |
| 194 | CONFIG_CPM=y | 202 | CONFIG_CPM=y |
| 195 | 203 | ||
| @@ -206,7 +214,7 @@ CONFIG_HZ_250=y | |||
| 206 | # CONFIG_HZ_300 is not set | 214 | # CONFIG_HZ_300 is not set |
| 207 | # CONFIG_HZ_1000 is not set | 215 | # CONFIG_HZ_1000 is not set |
| 208 | CONFIG_HZ=250 | 216 | CONFIG_HZ=250 |
| 209 | # CONFIG_SCHED_HRTICK is not set | 217 | CONFIG_SCHED_HRTICK=y |
| 210 | CONFIG_PREEMPT_NONE=y | 218 | CONFIG_PREEMPT_NONE=y |
| 211 | # CONFIG_PREEMPT_VOLUNTARY is not set | 219 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 212 | # CONFIG_PREEMPT is not set | 220 | # CONFIG_PREEMPT is not set |
| @@ -229,6 +237,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 229 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 237 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 230 | CONFIG_PAGEFLAGS_EXTENDED=y | 238 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 231 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 239 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 240 | CONFIG_MIGRATION=y | ||
| 232 | # CONFIG_RESOURCES_64BIT is not set | 241 | # CONFIG_RESOURCES_64BIT is not set |
| 233 | CONFIG_ZONE_DMA_FLAG=1 | 242 | CONFIG_ZONE_DMA_FLAG=1 |
| 234 | CONFIG_BOUNCE=y | 243 | CONFIG_BOUNCE=y |
| @@ -236,6 +245,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 236 | CONFIG_FORCE_MAX_ZONEORDER=11 | 245 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 237 | CONFIG_PROC_DEVICETREE=y | 246 | CONFIG_PROC_DEVICETREE=y |
| 238 | # CONFIG_CMDLINE_BOOL is not set | 247 | # CONFIG_CMDLINE_BOOL is not set |
| 248 | CONFIG_EXTRA_TARGETS="" | ||
| 239 | # CONFIG_PM is not set | 249 | # CONFIG_PM is not set |
| 240 | CONFIG_SECCOMP=y | 250 | CONFIG_SECCOMP=y |
| 241 | CONFIG_ISA_DMA_API=y | 251 | CONFIG_ISA_DMA_API=y |
| @@ -248,6 +258,7 @@ CONFIG_GENERIC_ISA_DMA=y | |||
| 248 | CONFIG_PPC_INDIRECT_PCI=y | 258 | CONFIG_PPC_INDIRECT_PCI=y |
| 249 | CONFIG_FSL_SOC=y | 259 | CONFIG_FSL_SOC=y |
| 250 | CONFIG_FSL_PCI=y | 260 | CONFIG_FSL_PCI=y |
| 261 | CONFIG_PPC_PCI_CHOICE=y | ||
| 251 | CONFIG_PCI=y | 262 | CONFIG_PCI=y |
| 252 | CONFIG_PCI_DOMAINS=y | 263 | CONFIG_PCI_DOMAINS=y |
| 253 | CONFIG_PCI_SYSCALL=y | 264 | CONFIG_PCI_SYSCALL=y |
| @@ -274,10 +285,6 @@ CONFIG_KERNEL_START=0xc0000000 | |||
| 274 | CONFIG_PHYSICAL_START=0x00000000 | 285 | CONFIG_PHYSICAL_START=0x00000000 |
| 275 | CONFIG_PHYSICAL_ALIGN=0x10000000 | 286 | CONFIG_PHYSICAL_ALIGN=0x10000000 |
| 276 | CONFIG_TASK_SIZE=0xc0000000 | 287 | CONFIG_TASK_SIZE=0xc0000000 |
| 277 | |||
| 278 | # | ||
| 279 | # Networking | ||
| 280 | # | ||
| 281 | CONFIG_NET=y | 288 | CONFIG_NET=y |
| 282 | 289 | ||
| 283 | # | 290 | # |
| @@ -403,12 +410,15 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 403 | CONFIG_STANDALONE=y | 410 | CONFIG_STANDALONE=y |
| 404 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 411 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 405 | CONFIG_FW_LOADER=y | 412 | CONFIG_FW_LOADER=y |
| 413 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 414 | CONFIG_EXTRA_FIRMWARE="" | ||
| 406 | # CONFIG_DEBUG_DRIVER is not set | 415 | # CONFIG_DEBUG_DRIVER is not set |
| 407 | # CONFIG_DEBUG_DEVRES is not set | 416 | # CONFIG_DEBUG_DEVRES is not set |
| 408 | # CONFIG_SYS_HYPERVISOR is not set | 417 | # CONFIG_SYS_HYPERVISOR is not set |
| 409 | # CONFIG_CONNECTOR is not set | 418 | # CONFIG_CONNECTOR is not set |
| 410 | # CONFIG_MTD is not set | 419 | # CONFIG_MTD is not set |
| 411 | CONFIG_OF_DEVICE=y | 420 | CONFIG_OF_DEVICE=y |
| 421 | CONFIG_OF_GPIO=y | ||
| 412 | CONFIG_OF_I2C=y | 422 | CONFIG_OF_I2C=y |
| 413 | # CONFIG_PARPORT is not set | 423 | # CONFIG_PARPORT is not set |
| 414 | CONFIG_BLK_DEV=y | 424 | CONFIG_BLK_DEV=y |
| @@ -429,12 +439,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 429 | # CONFIG_BLK_DEV_XIP is not set | 439 | # CONFIG_BLK_DEV_XIP is not set |
| 430 | # CONFIG_CDROM_PKTCDVD is not set | 440 | # CONFIG_CDROM_PKTCDVD is not set |
| 431 | # CONFIG_ATA_OVER_ETH is not set | 441 | # CONFIG_ATA_OVER_ETH is not set |
| 442 | # CONFIG_BLK_DEV_HD is not set | ||
| 432 | CONFIG_MISC_DEVICES=y | 443 | CONFIG_MISC_DEVICES=y |
| 433 | # CONFIG_PHANTOM is not set | 444 | # CONFIG_PHANTOM is not set |
| 434 | # CONFIG_EEPROM_93CX6 is not set | 445 | # CONFIG_EEPROM_93CX6 is not set |
| 435 | # CONFIG_SGI_IOC4 is not set | 446 | # CONFIG_SGI_IOC4 is not set |
| 436 | # CONFIG_TIFM_CORE is not set | 447 | # CONFIG_TIFM_CORE is not set |
| 437 | # CONFIG_ENCLOSURE_SERVICES is not set | 448 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 449 | # CONFIG_HP_ILO is not set | ||
| 438 | CONFIG_HAVE_IDE=y | 450 | CONFIG_HAVE_IDE=y |
| 439 | # CONFIG_IDE is not set | 451 | # CONFIG_IDE is not set |
| 440 | 452 | ||
| @@ -514,6 +526,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 514 | # CONFIG_SCSI_NSP32 is not set | 526 | # CONFIG_SCSI_NSP32 is not set |
| 515 | # CONFIG_SCSI_DEBUG is not set | 527 | # CONFIG_SCSI_DEBUG is not set |
| 516 | # CONFIG_SCSI_SRP is not set | 528 | # CONFIG_SCSI_SRP is not set |
| 529 | # CONFIG_SCSI_DH is not set | ||
| 517 | CONFIG_ATA=y | 530 | CONFIG_ATA=y |
| 518 | # CONFIG_ATA_NONSTANDARD is not set | 531 | # CONFIG_ATA_NONSTANDARD is not set |
| 519 | CONFIG_SATA_PMP=y | 532 | CONFIG_SATA_PMP=y |
| @@ -581,12 +594,15 @@ CONFIG_PATA_ALI=y | |||
| 581 | # | 594 | # |
| 582 | # IEEE 1394 (FireWire) support | 595 | # IEEE 1394 (FireWire) support |
| 583 | # | 596 | # |
| 597 | |||
| 598 | # | ||
| 599 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 600 | # | ||
| 584 | # CONFIG_FIREWIRE is not set | 601 | # CONFIG_FIREWIRE is not set |
| 585 | # CONFIG_IEEE1394 is not set | 602 | # CONFIG_IEEE1394 is not set |
| 586 | # CONFIG_I2O is not set | 603 | # CONFIG_I2O is not set |
| 587 | # CONFIG_MACINTOSH_DRIVERS is not set | 604 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 588 | CONFIG_NETDEVICES=y | 605 | CONFIG_NETDEVICES=y |
| 589 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 590 | CONFIG_DUMMY=y | 606 | CONFIG_DUMMY=y |
| 591 | # CONFIG_BONDING is not set | 607 | # CONFIG_BONDING is not set |
| 592 | # CONFIG_MACVLAN is not set | 608 | # CONFIG_MACVLAN is not set |
| @@ -631,7 +647,6 @@ CONFIG_NETDEV_1000=y | |||
| 631 | # CONFIG_DL2K is not set | 647 | # CONFIG_DL2K is not set |
| 632 | # CONFIG_E1000 is not set | 648 | # CONFIG_E1000 is not set |
| 633 | # CONFIG_E1000E is not set | 649 | # CONFIG_E1000E is not set |
| 634 | # CONFIG_E1000E_ENABLED is not set | ||
| 635 | # CONFIG_IP1000 is not set | 650 | # CONFIG_IP1000 is not set |
| 636 | # CONFIG_IGB is not set | 651 | # CONFIG_IGB is not set |
| 637 | # CONFIG_NS83820 is not set | 652 | # CONFIG_NS83820 is not set |
| @@ -645,10 +660,10 @@ CONFIG_NETDEV_1000=y | |||
| 645 | # CONFIG_TIGON3 is not set | 660 | # CONFIG_TIGON3 is not set |
| 646 | # CONFIG_BNX2 is not set | 661 | # CONFIG_BNX2 is not set |
| 647 | CONFIG_GIANFAR=y | 662 | CONFIG_GIANFAR=y |
| 648 | CONFIG_GFAR_NAPI=y | ||
| 649 | # CONFIG_UCC_GETH is not set | 663 | # CONFIG_UCC_GETH is not set |
| 650 | # CONFIG_QLA3XXX is not set | 664 | # CONFIG_QLA3XXX is not set |
| 651 | # CONFIG_ATL1 is not set | 665 | # CONFIG_ATL1 is not set |
| 666 | # CONFIG_ATL1E is not set | ||
| 652 | CONFIG_NETDEV_10000=y | 667 | CONFIG_NETDEV_10000=y |
| 653 | # CONFIG_CHELSIO_T1 is not set | 668 | # CONFIG_CHELSIO_T1 is not set |
| 654 | # CONFIG_CHELSIO_T3 is not set | 669 | # CONFIG_CHELSIO_T3 is not set |
| @@ -725,12 +740,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 725 | # CONFIG_SERIO_PCIPS2 is not set | 740 | # CONFIG_SERIO_PCIPS2 is not set |
| 726 | CONFIG_SERIO_LIBPS2=y | 741 | CONFIG_SERIO_LIBPS2=y |
| 727 | # CONFIG_SERIO_RAW is not set | 742 | # CONFIG_SERIO_RAW is not set |
| 743 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 728 | # CONFIG_GAMEPORT is not set | 744 | # CONFIG_GAMEPORT is not set |
| 729 | 745 | ||
| 730 | # | 746 | # |
| 731 | # Character devices | 747 | # Character devices |
| 732 | # | 748 | # |
| 733 | CONFIG_VT=y | 749 | CONFIG_VT=y |
| 750 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 734 | CONFIG_VT_CONSOLE=y | 751 | CONFIG_VT_CONSOLE=y |
| 735 | CONFIG_HW_CONSOLE=y | 752 | CONFIG_HW_CONSOLE=y |
| 736 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 753 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -776,44 +793,68 @@ CONFIG_DEVPORT=y | |||
| 776 | CONFIG_I2C=y | 793 | CONFIG_I2C=y |
| 777 | CONFIG_I2C_BOARDINFO=y | 794 | CONFIG_I2C_BOARDINFO=y |
| 778 | # CONFIG_I2C_CHARDEV is not set | 795 | # CONFIG_I2C_CHARDEV is not set |
| 796 | CONFIG_I2C_HELPER_AUTO=y | ||
| 779 | 797 | ||
| 780 | # | 798 | # |
| 781 | # I2C Hardware Bus support | 799 | # I2C Hardware Bus support |
| 782 | # | 800 | # |
| 801 | |||
| 802 | # | ||
| 803 | # PC SMBus host controller drivers | ||
| 804 | # | ||
| 783 | # CONFIG_I2C_ALI1535 is not set | 805 | # CONFIG_I2C_ALI1535 is not set |
| 784 | # CONFIG_I2C_ALI1563 is not set | 806 | # CONFIG_I2C_ALI1563 is not set |
| 785 | # CONFIG_I2C_ALI15X3 is not set | 807 | # CONFIG_I2C_ALI15X3 is not set |
| 786 | # CONFIG_I2C_AMD756 is not set | 808 | # CONFIG_I2C_AMD756 is not set |
| 787 | # CONFIG_I2C_AMD8111 is not set | 809 | # CONFIG_I2C_AMD8111 is not set |
| 788 | # CONFIG_I2C_I801 is not set | 810 | # CONFIG_I2C_I801 is not set |
| 789 | # CONFIG_I2C_I810 is not set | 811 | # CONFIG_I2C_ISCH is not set |
| 790 | # CONFIG_I2C_PIIX4 is not set | 812 | # CONFIG_I2C_PIIX4 is not set |
| 791 | CONFIG_I2C_MPC=y | ||
| 792 | # CONFIG_I2C_NFORCE2 is not set | 813 | # CONFIG_I2C_NFORCE2 is not set |
| 793 | # CONFIG_I2C_OCORES is not set | ||
| 794 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 795 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 796 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 797 | # CONFIG_I2C_SIMTEC is not set | ||
| 798 | # CONFIG_I2C_SIS5595 is not set | 814 | # CONFIG_I2C_SIS5595 is not set |
| 799 | # CONFIG_I2C_SIS630 is not set | 815 | # CONFIG_I2C_SIS630 is not set |
| 800 | # CONFIG_I2C_SIS96X is not set | 816 | # CONFIG_I2C_SIS96X is not set |
| 801 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 802 | # CONFIG_I2C_STUB is not set | ||
| 803 | # CONFIG_I2C_TINY_USB is not set | ||
| 804 | # CONFIG_I2C_VIA is not set | 817 | # CONFIG_I2C_VIA is not set |
| 805 | # CONFIG_I2C_VIAPRO is not set | 818 | # CONFIG_I2C_VIAPRO is not set |
| 819 | |||
| 820 | # | ||
| 821 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 822 | # | ||
| 823 | # CONFIG_I2C_CPM is not set | ||
| 824 | # CONFIG_I2C_GPIO is not set | ||
| 825 | CONFIG_I2C_MPC=y | ||
| 826 | # CONFIG_I2C_OCORES is not set | ||
| 827 | # CONFIG_I2C_SIMTEC is not set | ||
| 828 | |||
| 829 | # | ||
| 830 | # External I2C/SMBus adapter drivers | ||
| 831 | # | ||
| 832 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 833 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 834 | # CONFIG_I2C_TINY_USB is not set | ||
| 835 | |||
| 836 | # | ||
| 837 | # Graphics adapter I2C/DDC channel drivers | ||
| 838 | # | ||
| 806 | # CONFIG_I2C_VOODOO3 is not set | 839 | # CONFIG_I2C_VOODOO3 is not set |
| 840 | |||
| 841 | # | ||
| 842 | # Other I2C/SMBus bus drivers | ||
| 843 | # | ||
| 807 | # CONFIG_I2C_PCA_PLATFORM is not set | 844 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 845 | # CONFIG_I2C_STUB is not set | ||
| 808 | 846 | ||
| 809 | # | 847 | # |
| 810 | # Miscellaneous I2C Chip support | 848 | # Miscellaneous I2C Chip support |
| 811 | # | 849 | # |
| 812 | # CONFIG_DS1682 is not set | 850 | # CONFIG_DS1682 is not set |
| 851 | # CONFIG_AT24 is not set | ||
| 813 | CONFIG_SENSORS_EEPROM=y | 852 | CONFIG_SENSORS_EEPROM=y |
| 814 | # CONFIG_SENSORS_PCF8574 is not set | 853 | # CONFIG_SENSORS_PCF8574 is not set |
| 815 | # CONFIG_PCF8575 is not set | 854 | # CONFIG_PCF8575 is not set |
| 855 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 816 | # CONFIG_SENSORS_PCF8591 is not set | 856 | # CONFIG_SENSORS_PCF8591 is not set |
| 857 | # CONFIG_TPS65010 is not set | ||
| 817 | # CONFIG_SENSORS_MAX6875 is not set | 858 | # CONFIG_SENSORS_MAX6875 is not set |
| 818 | # CONFIG_SENSORS_TSL2550 is not set | 859 | # CONFIG_SENSORS_TSL2550 is not set |
| 819 | # CONFIG_I2C_DEBUG_CORE is not set | 860 | # CONFIG_I2C_DEBUG_CORE is not set |
| @@ -821,10 +862,32 @@ CONFIG_SENSORS_EEPROM=y | |||
| 821 | # CONFIG_I2C_DEBUG_BUS is not set | 862 | # CONFIG_I2C_DEBUG_BUS is not set |
| 822 | # CONFIG_I2C_DEBUG_CHIP is not set | 863 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 823 | # CONFIG_SPI is not set | 864 | # CONFIG_SPI is not set |
| 865 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 866 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 867 | CONFIG_GPIOLIB=y | ||
| 868 | # CONFIG_DEBUG_GPIO is not set | ||
| 869 | # CONFIG_GPIO_SYSFS is not set | ||
| 870 | |||
| 871 | # | ||
| 872 | # I2C GPIO expanders: | ||
| 873 | # | ||
| 874 | # CONFIG_GPIO_MAX732X is not set | ||
| 875 | # CONFIG_GPIO_PCA953X is not set | ||
| 876 | # CONFIG_GPIO_PCF857X is not set | ||
| 877 | |||
| 878 | # | ||
| 879 | # PCI GPIO expanders: | ||
| 880 | # | ||
| 881 | # CONFIG_GPIO_BT8XX is not set | ||
| 882 | |||
| 883 | # | ||
| 884 | # SPI GPIO expanders: | ||
| 885 | # | ||
| 824 | # CONFIG_W1 is not set | 886 | # CONFIG_W1 is not set |
| 825 | # CONFIG_POWER_SUPPLY is not set | 887 | # CONFIG_POWER_SUPPLY is not set |
| 826 | # CONFIG_HWMON is not set | 888 | # CONFIG_HWMON is not set |
| 827 | # CONFIG_THERMAL is not set | 889 | # CONFIG_THERMAL is not set |
| 890 | # CONFIG_THERMAL_HWMON is not set | ||
| 828 | # CONFIG_WATCHDOG is not set | 891 | # CONFIG_WATCHDOG is not set |
| 829 | 892 | ||
| 830 | # | 893 | # |
| @@ -836,8 +899,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 836 | # | 899 | # |
| 837 | # Multifunction device drivers | 900 | # Multifunction device drivers |
| 838 | # | 901 | # |
| 902 | # CONFIG_MFD_CORE is not set | ||
| 839 | # CONFIG_MFD_SM501 is not set | 903 | # CONFIG_MFD_SM501 is not set |
| 840 | # CONFIG_HTC_PASIC3 is not set | 904 | # CONFIG_HTC_PASIC3 is not set |
| 905 | # CONFIG_MFD_TMIO is not set | ||
| 841 | 906 | ||
| 842 | # | 907 | # |
| 843 | # Multimedia devices | 908 | # Multimedia devices |
| @@ -879,6 +944,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 879 | # CONFIG_DVB_TTUSB_BUDGET is not set | 944 | # CONFIG_DVB_TTUSB_BUDGET is not set |
| 880 | # CONFIG_DVB_TTUSB_DEC is not set | 945 | # CONFIG_DVB_TTUSB_DEC is not set |
| 881 | # CONFIG_DVB_CINERGYT2 is not set | 946 | # CONFIG_DVB_CINERGYT2 is not set |
| 947 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
| 882 | 948 | ||
| 883 | # | 949 | # |
| 884 | # Supported FlexCopII (B2C2) Adapters | 950 | # Supported FlexCopII (B2C2) Adapters |
| @@ -925,6 +991,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 925 | # CONFIG_DVB_SP887X is not set | 991 | # CONFIG_DVB_SP887X is not set |
| 926 | # CONFIG_DVB_CX22700 is not set | 992 | # CONFIG_DVB_CX22700 is not set |
| 927 | # CONFIG_DVB_CX22702 is not set | 993 | # CONFIG_DVB_CX22702 is not set |
| 994 | # CONFIG_DVB_DRX397XD is not set | ||
| 928 | # CONFIG_DVB_L64781 is not set | 995 | # CONFIG_DVB_L64781 is not set |
| 929 | # CONFIG_DVB_TDA1004X is not set | 996 | # CONFIG_DVB_TDA1004X is not set |
| 930 | # CONFIG_DVB_NXT6000 is not set | 997 | # CONFIG_DVB_NXT6000 is not set |
| @@ -992,15 +1059,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 992 | CONFIG_VGA_CONSOLE=y | 1059 | CONFIG_VGA_CONSOLE=y |
| 993 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1060 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 994 | CONFIG_DUMMY_CONSOLE=y | 1061 | CONFIG_DUMMY_CONSOLE=y |
| 995 | |||
| 996 | # | ||
| 997 | # Sound | ||
| 998 | # | ||
| 999 | CONFIG_SOUND=y | 1062 | CONFIG_SOUND=y |
| 1000 | |||
| 1001 | # | ||
| 1002 | # Advanced Linux Sound Architecture | ||
| 1003 | # | ||
| 1004 | CONFIG_SND=y | 1063 | CONFIG_SND=y |
| 1005 | CONFIG_SND_TIMER=y | 1064 | CONFIG_SND_TIMER=y |
| 1006 | CONFIG_SND_PCM=y | 1065 | CONFIG_SND_PCM=y |
| @@ -1014,19 +1073,15 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
| 1014 | CONFIG_SND_VERBOSE_PROCFS=y | 1073 | CONFIG_SND_VERBOSE_PROCFS=y |
| 1015 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1074 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 1016 | # CONFIG_SND_DEBUG is not set | 1075 | # CONFIG_SND_DEBUG is not set |
| 1017 | 1076 | CONFIG_SND_VMASTER=y | |
| 1018 | # | ||
| 1019 | # Generic devices | ||
| 1020 | # | ||
| 1021 | CONFIG_SND_AC97_CODEC=y | 1077 | CONFIG_SND_AC97_CODEC=y |
| 1078 | CONFIG_SND_DRIVERS=y | ||
| 1022 | # CONFIG_SND_DUMMY is not set | 1079 | # CONFIG_SND_DUMMY is not set |
| 1023 | # CONFIG_SND_MTPAV is not set | 1080 | # CONFIG_SND_MTPAV is not set |
| 1024 | # CONFIG_SND_SERIAL_U16550 is not set | 1081 | # CONFIG_SND_SERIAL_U16550 is not set |
| 1025 | # CONFIG_SND_MPU401 is not set | 1082 | # CONFIG_SND_MPU401 is not set |
| 1026 | 1083 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 1027 | # | 1084 | CONFIG_SND_PCI=y |
| 1028 | # PCI devices | ||
| 1029 | # | ||
| 1030 | # CONFIG_SND_AD1889 is not set | 1085 | # CONFIG_SND_AD1889 is not set |
| 1031 | # CONFIG_SND_ALS300 is not set | 1086 | # CONFIG_SND_ALS300 is not set |
| 1032 | # CONFIG_SND_ALS4000 is not set | 1087 | # CONFIG_SND_ALS4000 is not set |
| @@ -1088,39 +1143,12 @@ CONFIG_SND_INTEL8X0=y | |||
| 1088 | # CONFIG_SND_VIRTUOSO is not set | 1143 | # CONFIG_SND_VIRTUOSO is not set |
| 1089 | # CONFIG_SND_VX222 is not set | 1144 | # CONFIG_SND_VX222 is not set |
| 1090 | # CONFIG_SND_YMFPCI is not set | 1145 | # CONFIG_SND_YMFPCI is not set |
| 1091 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1146 | CONFIG_SND_PPC=y |
| 1092 | 1147 | CONFIG_SND_USB=y | |
| 1093 | # | ||
| 1094 | # ALSA PowerMac devices | ||
| 1095 | # | ||
| 1096 | |||
| 1097 | # | ||
| 1098 | # ALSA PowerPC devices | ||
| 1099 | # | ||
| 1100 | |||
| 1101 | # | ||
| 1102 | # USB devices | ||
| 1103 | # | ||
| 1104 | # CONFIG_SND_USB_AUDIO is not set | 1148 | # CONFIG_SND_USB_AUDIO is not set |
| 1105 | # CONFIG_SND_USB_USX2Y is not set | 1149 | # CONFIG_SND_USB_USX2Y is not set |
| 1106 | # CONFIG_SND_USB_CAIAQ is not set | 1150 | # CONFIG_SND_USB_CAIAQ is not set |
| 1107 | |||
| 1108 | # | ||
| 1109 | # System on Chip audio support | ||
| 1110 | # | ||
| 1111 | # CONFIG_SND_SOC is not set | 1151 | # CONFIG_SND_SOC is not set |
| 1112 | |||
| 1113 | # | ||
| 1114 | # ALSA SoC audio for Freescale SOCs | ||
| 1115 | # | ||
| 1116 | |||
| 1117 | # | ||
| 1118 | # SoC Audio for the Texas Instruments OMAP | ||
| 1119 | # | ||
| 1120 | |||
| 1121 | # | ||
| 1122 | # Open Sound System | ||
| 1123 | # | ||
| 1124 | # CONFIG_SOUND_PRIME is not set | 1152 | # CONFIG_SOUND_PRIME is not set |
| 1125 | CONFIG_AC97_BUS=y | 1153 | CONFIG_AC97_BUS=y |
| 1126 | CONFIG_HID_SUPPORT=y | 1154 | CONFIG_HID_SUPPORT=y |
| @@ -1152,6 +1180,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1152 | # CONFIG_USB_OTG is not set | 1180 | # CONFIG_USB_OTG is not set |
| 1153 | # CONFIG_USB_OTG_WHITELIST is not set | 1181 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1154 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1182 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1183 | CONFIG_USB_MON=y | ||
| 1155 | 1184 | ||
| 1156 | # | 1185 | # |
| 1157 | # USB Host Controller Drivers | 1186 | # USB Host Controller Drivers |
| @@ -1175,6 +1204,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 1175 | # CONFIG_USB_UHCI_HCD is not set | 1204 | # CONFIG_USB_UHCI_HCD is not set |
| 1176 | # CONFIG_USB_SL811_HCD is not set | 1205 | # CONFIG_USB_SL811_HCD is not set |
| 1177 | # CONFIG_USB_R8A66597_HCD is not set | 1206 | # CONFIG_USB_R8A66597_HCD is not set |
| 1207 | # CONFIG_USB_MUSB_HDRC is not set | ||
| 1178 | 1208 | ||
| 1179 | # | 1209 | # |
| 1180 | # USB Device Class drivers | 1210 | # USB Device Class drivers |
| @@ -1203,6 +1233,7 @@ CONFIG_USB_STORAGE=y | |||
| 1203 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1233 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1204 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1234 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1205 | # CONFIG_USB_STORAGE_KARMA is not set | 1235 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1236 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1206 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1237 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1207 | # CONFIG_USB_LIBUSUAL is not set | 1238 | # CONFIG_USB_LIBUSUAL is not set |
| 1208 | 1239 | ||
| @@ -1211,7 +1242,6 @@ CONFIG_USB_STORAGE=y | |||
| 1211 | # | 1242 | # |
| 1212 | # CONFIG_USB_MDC800 is not set | 1243 | # CONFIG_USB_MDC800 is not set |
| 1213 | # CONFIG_USB_MICROTEK is not set | 1244 | # CONFIG_USB_MICROTEK is not set |
| 1214 | CONFIG_USB_MON=y | ||
| 1215 | 1245 | ||
| 1216 | # | 1246 | # |
| 1217 | # USB port drivers | 1247 | # USB port drivers |
| @@ -1224,7 +1254,6 @@ CONFIG_USB_MON=y | |||
| 1224 | # CONFIG_USB_EMI62 is not set | 1254 | # CONFIG_USB_EMI62 is not set |
| 1225 | # CONFIG_USB_EMI26 is not set | 1255 | # CONFIG_USB_EMI26 is not set |
| 1226 | # CONFIG_USB_ADUTUX is not set | 1256 | # CONFIG_USB_ADUTUX is not set |
| 1227 | # CONFIG_USB_AUERSWALD is not set | ||
| 1228 | # CONFIG_USB_RIO500 is not set | 1257 | # CONFIG_USB_RIO500 is not set |
| 1229 | # CONFIG_USB_LEGOTOWER is not set | 1258 | # CONFIG_USB_LEGOTOWER is not set |
| 1230 | # CONFIG_USB_LCD is not set | 1259 | # CONFIG_USB_LCD is not set |
| @@ -1285,6 +1314,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 1285 | # CONFIG_RTC_DRV_PCF8583 is not set | 1314 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1286 | # CONFIG_RTC_DRV_M41T80 is not set | 1315 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1287 | # CONFIG_RTC_DRV_S35390A is not set | 1316 | # CONFIG_RTC_DRV_S35390A is not set |
| 1317 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1288 | 1318 | ||
| 1289 | # | 1319 | # |
| 1290 | # SPI RTC drivers | 1320 | # SPI RTC drivers |
| @@ -1318,6 +1348,7 @@ CONFIG_DMA_ENGINE=y | |||
| 1318 | # DMA Clients | 1348 | # DMA Clients |
| 1319 | # | 1349 | # |
| 1320 | # CONFIG_NET_DMA is not set | 1350 | # CONFIG_NET_DMA is not set |
| 1351 | # CONFIG_DMATEST is not set | ||
| 1321 | # CONFIG_UIO is not set | 1352 | # CONFIG_UIO is not set |
| 1322 | 1353 | ||
| 1323 | # | 1354 | # |
| @@ -1332,6 +1363,7 @@ CONFIG_EXT3_FS_XATTR=y | |||
| 1332 | # CONFIG_EXT3_FS_SECURITY is not set | 1363 | # CONFIG_EXT3_FS_SECURITY is not set |
| 1333 | # CONFIG_EXT4DEV_FS is not set | 1364 | # CONFIG_EXT4DEV_FS is not set |
| 1334 | CONFIG_JBD=y | 1365 | CONFIG_JBD=y |
| 1366 | # CONFIG_JBD_DEBUG is not set | ||
| 1335 | CONFIG_FS_MBCACHE=y | 1367 | CONFIG_FS_MBCACHE=y |
| 1336 | # CONFIG_REISERFS_FS is not set | 1368 | # CONFIG_REISERFS_FS is not set |
| 1337 | # CONFIG_JFS_FS is not set | 1369 | # CONFIG_JFS_FS is not set |
| @@ -1394,6 +1426,7 @@ CONFIG_EFS_FS=m | |||
| 1394 | CONFIG_CRAMFS=y | 1426 | CONFIG_CRAMFS=y |
| 1395 | CONFIG_VXFS_FS=m | 1427 | CONFIG_VXFS_FS=m |
| 1396 | # CONFIG_MINIX_FS is not set | 1428 | # CONFIG_MINIX_FS is not set |
| 1429 | # CONFIG_OMFS_FS is not set | ||
| 1397 | CONFIG_HPFS_FS=m | 1430 | CONFIG_HPFS_FS=m |
| 1398 | CONFIG_QNX4FS_FS=m | 1431 | CONFIG_QNX4FS_FS=m |
| 1399 | # CONFIG_ROMFS_FS is not set | 1432 | # CONFIG_ROMFS_FS is not set |
| @@ -1406,17 +1439,16 @@ CONFIG_NFS_FS=y | |||
| 1406 | CONFIG_NFS_V3=y | 1439 | CONFIG_NFS_V3=y |
| 1407 | # CONFIG_NFS_V3_ACL is not set | 1440 | # CONFIG_NFS_V3_ACL is not set |
| 1408 | CONFIG_NFS_V4=y | 1441 | CONFIG_NFS_V4=y |
| 1442 | CONFIG_ROOT_NFS=y | ||
| 1409 | CONFIG_NFSD=y | 1443 | CONFIG_NFSD=y |
| 1410 | # CONFIG_NFSD_V3 is not set | 1444 | # CONFIG_NFSD_V3 is not set |
| 1411 | # CONFIG_NFSD_V4 is not set | 1445 | # CONFIG_NFSD_V4 is not set |
| 1412 | CONFIG_ROOT_NFS=y | ||
| 1413 | CONFIG_LOCKD=y | 1446 | CONFIG_LOCKD=y |
| 1414 | CONFIG_LOCKD_V4=y | 1447 | CONFIG_LOCKD_V4=y |
| 1415 | CONFIG_EXPORTFS=y | 1448 | CONFIG_EXPORTFS=y |
| 1416 | CONFIG_NFS_COMMON=y | 1449 | CONFIG_NFS_COMMON=y |
| 1417 | CONFIG_SUNRPC=y | 1450 | CONFIG_SUNRPC=y |
| 1418 | CONFIG_SUNRPC_GSS=y | 1451 | CONFIG_SUNRPC_GSS=y |
| 1419 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1420 | CONFIG_RPCSEC_GSS_KRB5=y | 1452 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1421 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1453 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1422 | # CONFIG_SMB_FS is not set | 1454 | # CONFIG_SMB_FS is not set |
| @@ -1487,6 +1519,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
| 1487 | # CONFIG_NLS_KOI8_U is not set | 1519 | # CONFIG_NLS_KOI8_U is not set |
| 1488 | CONFIG_NLS_UTF8=m | 1520 | CONFIG_NLS_UTF8=m |
| 1489 | # CONFIG_DLM is not set | 1521 | # CONFIG_DLM is not set |
| 1522 | # CONFIG_QE_GPIO is not set | ||
| 1490 | 1523 | ||
| 1491 | # | 1524 | # |
| 1492 | # Library routines | 1525 | # Library routines |
| @@ -1495,6 +1528,7 @@ CONFIG_BITREVERSE=y | |||
| 1495 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1528 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1496 | # CONFIG_CRC_CCITT is not set | 1529 | # CONFIG_CRC_CCITT is not set |
| 1497 | # CONFIG_CRC16 is not set | 1530 | # CONFIG_CRC16 is not set |
| 1531 | CONFIG_CRC_T10DIF=y | ||
| 1498 | CONFIG_CRC_ITU_T=m | 1532 | CONFIG_CRC_ITU_T=m |
| 1499 | CONFIG_CRC32=y | 1533 | CONFIG_CRC32=y |
| 1500 | # CONFIG_CRC7 is not set | 1534 | # CONFIG_CRC7 is not set |
| @@ -1515,11 +1549,13 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
| 1515 | CONFIG_FRAME_WARN=1024 | 1549 | CONFIG_FRAME_WARN=1024 |
| 1516 | # CONFIG_MAGIC_SYSRQ is not set | 1550 | # CONFIG_MAGIC_SYSRQ is not set |
| 1517 | # CONFIG_UNUSED_SYMBOLS is not set | 1551 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1518 | # CONFIG_DEBUG_FS is not set | 1552 | CONFIG_DEBUG_FS=y |
| 1519 | # CONFIG_HEADERS_CHECK is not set | 1553 | # CONFIG_HEADERS_CHECK is not set |
| 1520 | CONFIG_DEBUG_KERNEL=y | 1554 | CONFIG_DEBUG_KERNEL=y |
| 1521 | # CONFIG_DEBUG_SHIRQ is not set | 1555 | # CONFIG_DEBUG_SHIRQ is not set |
| 1522 | CONFIG_DETECT_SOFTLOCKUP=y | 1556 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1557 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1558 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1523 | CONFIG_SCHED_DEBUG=y | 1559 | CONFIG_SCHED_DEBUG=y |
| 1524 | # CONFIG_SCHEDSTATS is not set | 1560 | # CONFIG_SCHEDSTATS is not set |
| 1525 | # CONFIG_TIMER_STATS is not set | 1561 | # CONFIG_TIMER_STATS is not set |
| @@ -1538,19 +1574,31 @@ CONFIG_SCHED_DEBUG=y | |||
| 1538 | CONFIG_DEBUG_INFO=y | 1574 | CONFIG_DEBUG_INFO=y |
| 1539 | # CONFIG_DEBUG_VM is not set | 1575 | # CONFIG_DEBUG_VM is not set |
| 1540 | # CONFIG_DEBUG_WRITECOUNT is not set | 1576 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1577 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1541 | # CONFIG_DEBUG_LIST is not set | 1578 | # CONFIG_DEBUG_LIST is not set |
| 1542 | # CONFIG_DEBUG_SG is not set | 1579 | # CONFIG_DEBUG_SG is not set |
| 1543 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1580 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1544 | # CONFIG_RCU_TORTURE_TEST is not set | 1581 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1545 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1582 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1546 | # CONFIG_FAULT_INJECTION is not set | 1583 | # CONFIG_FAULT_INJECTION is not set |
| 1584 | # CONFIG_LATENCYTOP is not set | ||
| 1585 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1586 | CONFIG_HAVE_FTRACE=y | ||
| 1587 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1588 | # CONFIG_FTRACE is not set | ||
| 1589 | # CONFIG_SCHED_TRACER is not set | ||
| 1590 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1547 | # CONFIG_SAMPLES is not set | 1591 | # CONFIG_SAMPLES is not set |
| 1592 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1593 | # CONFIG_KGDB is not set | ||
| 1548 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1594 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1549 | # CONFIG_DEBUG_STACK_USAGE is not set | 1595 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1550 | # CONFIG_DEBUG_PAGEALLOC is not set | 1596 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1551 | # CONFIG_DEBUGGER is not set | 1597 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1552 | # CONFIG_KGDB_CONSOLE is not set | 1598 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1599 | # CONFIG_XMON is not set | ||
| 1553 | # CONFIG_IRQSTACKS is not set | 1600 | # CONFIG_IRQSTACKS is not set |
| 1601 | CONFIG_VIRQ_DEBUG=y | ||
| 1554 | # CONFIG_BDI_SWITCH is not set | 1602 | # CONFIG_BDI_SWITCH is not set |
| 1555 | # CONFIG_PPC_EARLY_DEBUG is not set | 1603 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1556 | 1604 | ||
| @@ -1606,6 +1654,10 @@ CONFIG_CRYPTO_HMAC=y | |||
| 1606 | # CONFIG_CRYPTO_MD4 is not set | 1654 | # CONFIG_CRYPTO_MD4 is not set |
| 1607 | CONFIG_CRYPTO_MD5=y | 1655 | CONFIG_CRYPTO_MD5=y |
| 1608 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1656 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1657 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1658 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1659 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1660 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1609 | CONFIG_CRYPTO_SHA1=m | 1661 | CONFIG_CRYPTO_SHA1=m |
| 1610 | # CONFIG_CRYPTO_SHA256 is not set | 1662 | # CONFIG_CRYPTO_SHA256 is not set |
| 1611 | # CONFIG_CRYPTO_SHA512 is not set | 1663 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1638,6 +1690,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1638 | # CONFIG_CRYPTO_LZO is not set | 1690 | # CONFIG_CRYPTO_LZO is not set |
| 1639 | CONFIG_CRYPTO_HW=y | 1691 | CONFIG_CRYPTO_HW=y |
| 1640 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1692 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1641 | # CONFIG_PPC_CLOCK is not set | 1693 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1694 | CONFIG_PPC_CLOCK=y | ||
| 1642 | CONFIG_PPC_LIB_RHEAP=y | 1695 | CONFIG_PPC_LIB_RHEAP=y |
| 1643 | # CONFIG_VIRTUALIZATION is not set | 1696 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc8610_hpcd_defconfig b/arch/powerpc/configs/mpc8610_hpcd_defconfig index cdf98ae3682b..1a9990731eb0 100644 --- a/arch/powerpc/configs/mpc8610_hpcd_defconfig +++ b/arch/powerpc/configs/mpc8610_hpcd_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 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Tue Jul 15 08:31:01 2008 | 4 | # Thu Aug 21 00:52:10 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -32,6 +32,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 34 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 35 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -91,7 +92,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 91 | CONFIG_SYSCTL=y | 92 | CONFIG_SYSCTL=y |
| 92 | CONFIG_EMBEDDED=y | 93 | CONFIG_EMBEDDED=y |
| 93 | CONFIG_SYSCTL_SYSCALL=y | 94 | CONFIG_SYSCTL_SYSCALL=y |
| 94 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 95 | CONFIG_KALLSYMS=y | 95 | CONFIG_KALLSYMS=y |
| 96 | # CONFIG_KALLSYMS_ALL is not set | 96 | # CONFIG_KALLSYMS_ALL is not set |
| 97 | CONFIG_KALLSYMS_EXTRA_PASS=y | 97 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -118,10 +118,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 119 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 120 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
| 123 | CONFIG_HAVE_DMA_ATTRS=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 | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| @@ -138,6 +144,7 @@ CONFIG_BLOCK=y | |||
| 138 | # CONFIG_BLK_DEV_IO_TRACE is not set | 144 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 139 | # CONFIG_LSF is not set | 145 | # CONFIG_LSF is not set |
| 140 | # CONFIG_BLK_DEV_BSG is not set | 146 | # CONFIG_BLK_DEV_BSG is not set |
| 147 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 141 | 148 | ||
| 142 | # | 149 | # |
| 143 | # IO Schedulers | 150 | # IO Schedulers |
| @@ -159,9 +166,8 @@ CONFIG_CLASSIC_RCU=y | |||
| 159 | CONFIG_PPC_MULTIPLATFORM=y | 166 | CONFIG_PPC_MULTIPLATFORM=y |
| 160 | CONFIG_CLASSIC32=y | 167 | CONFIG_CLASSIC32=y |
| 161 | CONFIG_PPC_CHRP=y | 168 | CONFIG_PPC_CHRP=y |
| 162 | # CONFIG_PPC_MPC512x is not set | ||
| 163 | # CONFIG_PPC_MPC5121 is not set | ||
| 164 | # CONFIG_MPC5121_ADS is not set | 169 | # CONFIG_MPC5121_ADS is not set |
| 170 | # CONFIG_MPC5121_GENERIC is not set | ||
| 165 | # CONFIG_PPC_MPC52xx is not set | 171 | # CONFIG_PPC_MPC52xx is not set |
| 166 | CONFIG_PPC_PMAC=y | 172 | CONFIG_PPC_PMAC=y |
| 167 | # CONFIG_PPC_CELL is not set | 173 | # CONFIG_PPC_CELL is not set |
| @@ -207,7 +213,7 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | |||
| 207 | # CONFIG_HZ_300 is not set | 213 | # CONFIG_HZ_300 is not set |
| 208 | CONFIG_HZ_1000=y | 214 | CONFIG_HZ_1000=y |
| 209 | CONFIG_HZ=1000 | 215 | CONFIG_HZ=1000 |
| 210 | # CONFIG_SCHED_HRTICK is not set | 216 | CONFIG_SCHED_HRTICK=y |
| 211 | CONFIG_PREEMPT_NONE=y | 217 | CONFIG_PREEMPT_NONE=y |
| 212 | # CONFIG_PREEMPT_VOLUNTARY is not set | 218 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 213 | # CONFIG_PREEMPT is not set | 219 | # CONFIG_PREEMPT is not set |
| @@ -230,6 +236,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 230 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 236 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 231 | CONFIG_PAGEFLAGS_EXTENDED=y | 237 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 232 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 238 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 239 | CONFIG_MIGRATION=y | ||
| 233 | # CONFIG_RESOURCES_64BIT is not set | 240 | # CONFIG_RESOURCES_64BIT is not set |
| 234 | CONFIG_ZONE_DMA_FLAG=1 | 241 | CONFIG_ZONE_DMA_FLAG=1 |
| 235 | CONFIG_BOUNCE=y | 242 | CONFIG_BOUNCE=y |
| @@ -237,6 +244,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 237 | CONFIG_FORCE_MAX_ZONEORDER=12 | 244 | CONFIG_FORCE_MAX_ZONEORDER=12 |
| 238 | CONFIG_PROC_DEVICETREE=y | 245 | CONFIG_PROC_DEVICETREE=y |
| 239 | # CONFIG_CMDLINE_BOOL is not set | 246 | # CONFIG_CMDLINE_BOOL is not set |
| 247 | CONFIG_EXTRA_TARGETS="" | ||
| 240 | # CONFIG_PM is not set | 248 | # CONFIG_PM is not set |
| 241 | # CONFIG_SECCOMP is not set | 249 | # CONFIG_SECCOMP is not set |
| 242 | CONFIG_ISA_DMA_API=y | 250 | CONFIG_ISA_DMA_API=y |
| @@ -278,10 +286,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 278 | CONFIG_KERNEL_START=0xc0000000 | 286 | CONFIG_KERNEL_START=0xc0000000 |
| 279 | CONFIG_PHYSICAL_START=0x00000000 | 287 | CONFIG_PHYSICAL_START=0x00000000 |
| 280 | CONFIG_TASK_SIZE=0xc0000000 | 288 | CONFIG_TASK_SIZE=0xc0000000 |
| 281 | |||
| 282 | # | ||
| 283 | # Networking | ||
| 284 | # | ||
| 285 | CONFIG_NET=y | 289 | CONFIG_NET=y |
| 286 | 290 | ||
| 287 | # | 291 | # |
| @@ -391,6 +395,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 391 | CONFIG_STANDALONE=y | 395 | CONFIG_STANDALONE=y |
| 392 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 396 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 393 | CONFIG_FW_LOADER=y | 397 | CONFIG_FW_LOADER=y |
| 398 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 399 | CONFIG_EXTRA_FIRMWARE="" | ||
| 394 | # CONFIG_DEBUG_DRIVER is not set | 400 | # CONFIG_DEBUG_DRIVER is not set |
| 395 | # CONFIG_DEBUG_DEVRES is not set | 401 | # CONFIG_DEBUG_DEVRES is not set |
| 396 | # CONFIG_SYS_HYPERVISOR is not set | 402 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -503,18 +509,17 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 503 | # CONFIG_BLK_DEV_XIP is not set | 509 | # CONFIG_BLK_DEV_XIP is not set |
| 504 | # CONFIG_CDROM_PKTCDVD is not set | 510 | # CONFIG_CDROM_PKTCDVD is not set |
| 505 | # CONFIG_ATA_OVER_ETH is not set | 511 | # CONFIG_ATA_OVER_ETH is not set |
| 512 | # CONFIG_BLK_DEV_HD is not set | ||
| 506 | CONFIG_MISC_DEVICES=y | 513 | CONFIG_MISC_DEVICES=y |
| 507 | # CONFIG_PHANTOM is not set | 514 | # CONFIG_PHANTOM is not set |
| 508 | # CONFIG_EEPROM_93CX6 is not set | 515 | # CONFIG_EEPROM_93CX6 is not set |
| 509 | # CONFIG_SGI_IOC4 is not set | 516 | # CONFIG_SGI_IOC4 is not set |
| 510 | # CONFIG_TIFM_CORE is not set | 517 | # CONFIG_TIFM_CORE is not set |
| 511 | # CONFIG_ENCLOSURE_SERVICES is not set | 518 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 519 | # CONFIG_HP_ILO is not set | ||
| 512 | CONFIG_HAVE_IDE=y | 520 | CONFIG_HAVE_IDE=y |
| 513 | CONFIG_IDE=y | 521 | CONFIG_IDE=y |
| 514 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 515 | # CONFIG_BLK_DEV_IDE is not set | 522 | # CONFIG_BLK_DEV_IDE is not set |
| 516 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 517 | # CONFIG_BLK_DEV_HD is not set | ||
| 518 | 523 | ||
| 519 | # | 524 | # |
| 520 | # SCSI device support | 525 | # SCSI device support |
| @@ -593,6 +598,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 593 | # CONFIG_SCSI_MESH is not set | 598 | # CONFIG_SCSI_MESH is not set |
| 594 | # CONFIG_SCSI_MAC53C94 is not set | 599 | # CONFIG_SCSI_MAC53C94 is not set |
| 595 | # CONFIG_SCSI_SRP is not set | 600 | # CONFIG_SCSI_SRP is not set |
| 601 | # CONFIG_SCSI_DH is not set | ||
| 596 | CONFIG_ATA=y | 602 | CONFIG_ATA=y |
| 597 | # CONFIG_ATA_NONSTANDARD is not set | 603 | # CONFIG_ATA_NONSTANDARD is not set |
| 598 | CONFIG_SATA_PMP=y | 604 | CONFIG_SATA_PMP=y |
| @@ -669,7 +675,6 @@ CONFIG_PATA_ALI=y | |||
| 669 | # CONFIG_I2O is not set | 675 | # CONFIG_I2O is not set |
| 670 | # CONFIG_MACINTOSH_DRIVERS is not set | 676 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 671 | CONFIG_NETDEVICES=y | 677 | CONFIG_NETDEVICES=y |
| 672 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 673 | CONFIG_DUMMY=y | 678 | CONFIG_DUMMY=y |
| 674 | # CONFIG_BONDING is not set | 679 | # CONFIG_BONDING is not set |
| 675 | # CONFIG_MACVLAN is not set | 680 | # CONFIG_MACVLAN is not set |
| @@ -756,12 +761,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 756 | # CONFIG_SERIO_PCIPS2 is not set | 761 | # CONFIG_SERIO_PCIPS2 is not set |
| 757 | CONFIG_SERIO_LIBPS2=y | 762 | CONFIG_SERIO_LIBPS2=y |
| 758 | # CONFIG_SERIO_RAW is not set | 763 | # CONFIG_SERIO_RAW is not set |
| 764 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 759 | # CONFIG_GAMEPORT is not set | 765 | # CONFIG_GAMEPORT is not set |
| 760 | 766 | ||
| 761 | # | 767 | # |
| 762 | # Character devices | 768 | # Character devices |
| 763 | # | 769 | # |
| 764 | CONFIG_VT=y | 770 | CONFIG_VT=y |
| 771 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 765 | CONFIG_VT_CONSOLE=y | 772 | CONFIG_VT_CONSOLE=y |
| 766 | CONFIG_HW_CONSOLE=y | 773 | CONFIG_HW_CONSOLE=y |
| 767 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 774 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -807,44 +814,69 @@ CONFIG_DEVPORT=y | |||
| 807 | CONFIG_I2C=y | 814 | CONFIG_I2C=y |
| 808 | CONFIG_I2C_BOARDINFO=y | 815 | CONFIG_I2C_BOARDINFO=y |
| 809 | # CONFIG_I2C_CHARDEV is not set | 816 | # CONFIG_I2C_CHARDEV is not set |
| 817 | CONFIG_I2C_HELPER_AUTO=y | ||
| 810 | 818 | ||
| 811 | # | 819 | # |
| 812 | # I2C Hardware Bus support | 820 | # I2C Hardware Bus support |
| 813 | # | 821 | # |
| 822 | |||
| 823 | # | ||
| 824 | # PC SMBus host controller drivers | ||
| 825 | # | ||
| 814 | # CONFIG_I2C_ALI1535 is not set | 826 | # CONFIG_I2C_ALI1535 is not set |
| 815 | # CONFIG_I2C_ALI1563 is not set | 827 | # CONFIG_I2C_ALI1563 is not set |
| 816 | # CONFIG_I2C_ALI15X3 is not set | 828 | # CONFIG_I2C_ALI15X3 is not set |
| 817 | # CONFIG_I2C_AMD756 is not set | 829 | # CONFIG_I2C_AMD756 is not set |
| 818 | # CONFIG_I2C_AMD8111 is not set | 830 | # CONFIG_I2C_AMD8111 is not set |
| 819 | # CONFIG_I2C_HYDRA is not set | ||
| 820 | # CONFIG_I2C_I801 is not set | 831 | # CONFIG_I2C_I801 is not set |
| 821 | # CONFIG_I2C_I810 is not set | 832 | # CONFIG_I2C_ISCH is not set |
| 822 | # CONFIG_I2C_PIIX4 is not set | 833 | # CONFIG_I2C_PIIX4 is not set |
| 823 | CONFIG_I2C_POWERMAC=y | ||
| 824 | CONFIG_I2C_MPC=y | ||
| 825 | # CONFIG_I2C_NFORCE2 is not set | 834 | # CONFIG_I2C_NFORCE2 is not set |
| 826 | # CONFIG_I2C_OCORES is not set | ||
| 827 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 828 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 829 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 830 | # CONFIG_I2C_SIMTEC is not set | ||
| 831 | # CONFIG_I2C_SIS5595 is not set | 835 | # CONFIG_I2C_SIS5595 is not set |
| 832 | # CONFIG_I2C_SIS630 is not set | 836 | # CONFIG_I2C_SIS630 is not set |
| 833 | # CONFIG_I2C_SIS96X is not set | 837 | # CONFIG_I2C_SIS96X is not set |
| 834 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 835 | # CONFIG_I2C_STUB is not set | ||
| 836 | # CONFIG_I2C_VIA is not set | 838 | # CONFIG_I2C_VIA is not set |
| 837 | # CONFIG_I2C_VIAPRO is not set | 839 | # CONFIG_I2C_VIAPRO is not set |
| 840 | |||
| 841 | # | ||
| 842 | # Mac SMBus host controller drivers | ||
| 843 | # | ||
| 844 | # CONFIG_I2C_HYDRA is not set | ||
| 845 | CONFIG_I2C_POWERMAC=y | ||
| 846 | |||
| 847 | # | ||
| 848 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 849 | # | ||
| 850 | CONFIG_I2C_MPC=y | ||
| 851 | # CONFIG_I2C_OCORES is not set | ||
| 852 | # CONFIG_I2C_SIMTEC is not set | ||
| 853 | |||
| 854 | # | ||
| 855 | # External I2C/SMBus adapter drivers | ||
| 856 | # | ||
| 857 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 858 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 859 | |||
| 860 | # | ||
| 861 | # Graphics adapter I2C/DDC channel drivers | ||
| 862 | # | ||
| 838 | # CONFIG_I2C_VOODOO3 is not set | 863 | # CONFIG_I2C_VOODOO3 is not set |
| 864 | |||
| 865 | # | ||
| 866 | # Other I2C/SMBus bus drivers | ||
| 867 | # | ||
| 839 | # CONFIG_I2C_PCA_PLATFORM is not set | 868 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 869 | # CONFIG_I2C_STUB is not set | ||
| 840 | 870 | ||
| 841 | # | 871 | # |
| 842 | # Miscellaneous I2C Chip support | 872 | # Miscellaneous I2C Chip support |
| 843 | # | 873 | # |
| 844 | # CONFIG_DS1682 is not set | 874 | # CONFIG_DS1682 is not set |
| 875 | # CONFIG_AT24 is not set | ||
| 845 | # CONFIG_SENSORS_EEPROM is not set | 876 | # CONFIG_SENSORS_EEPROM is not set |
| 846 | # CONFIG_SENSORS_PCF8574 is not set | 877 | # CONFIG_SENSORS_PCF8574 is not set |
| 847 | # CONFIG_PCF8575 is not set | 878 | # CONFIG_PCF8575 is not set |
| 879 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 848 | # CONFIG_SENSORS_PCF8591 is not set | 880 | # CONFIG_SENSORS_PCF8591 is not set |
| 849 | # CONFIG_SENSORS_MAX6875 is not set | 881 | # CONFIG_SENSORS_MAX6875 is not set |
| 850 | # CONFIG_SENSORS_TSL2550 is not set | 882 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -853,6 +885,8 @@ CONFIG_I2C_MPC=y | |||
| 853 | # CONFIG_I2C_DEBUG_BUS is not set | 885 | # CONFIG_I2C_DEBUG_BUS is not set |
| 854 | # CONFIG_I2C_DEBUG_CHIP is not set | 886 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 855 | # CONFIG_SPI is not set | 887 | # CONFIG_SPI is not set |
| 888 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 889 | # CONFIG_GPIOLIB is not set | ||
| 856 | # CONFIG_W1 is not set | 890 | # CONFIG_W1 is not set |
| 857 | # CONFIG_POWER_SUPPLY is not set | 891 | # CONFIG_POWER_SUPPLY is not set |
| 858 | # CONFIG_HWMON is not set | 892 | # CONFIG_HWMON is not set |
| @@ -869,8 +903,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 869 | # | 903 | # |
| 870 | # Multifunction device drivers | 904 | # Multifunction device drivers |
| 871 | # | 905 | # |
| 906 | # CONFIG_MFD_CORE is not set | ||
| 872 | # CONFIG_MFD_SM501 is not set | 907 | # CONFIG_MFD_SM501 is not set |
| 873 | # CONFIG_HTC_PASIC3 is not set | 908 | # CONFIG_HTC_PASIC3 is not set |
| 909 | # CONFIG_MFD_TMIO is not set | ||
| 874 | 910 | ||
| 875 | # | 911 | # |
| 876 | # Multimedia devices | 912 | # Multimedia devices |
| @@ -945,6 +981,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
| 945 | # CONFIG_FB_TRIDENT is not set | 981 | # CONFIG_FB_TRIDENT is not set |
| 946 | # CONFIG_FB_ARK is not set | 982 | # CONFIG_FB_ARK is not set |
| 947 | # CONFIG_FB_PM3 is not set | 983 | # CONFIG_FB_PM3 is not set |
| 984 | # CONFIG_FB_CARMINE is not set | ||
| 948 | CONFIG_FB_FSL_DIU=y | 985 | CONFIG_FB_FSL_DIU=y |
| 949 | # CONFIG_FB_IBM_GXT4500 is not set | 986 | # CONFIG_FB_IBM_GXT4500 is not set |
| 950 | # CONFIG_FB_VIRTUAL is not set | 987 | # CONFIG_FB_VIRTUAL is not set |
| @@ -963,15 +1000,7 @@ CONFIG_VGA_CONSOLE=y | |||
| 963 | CONFIG_DUMMY_CONSOLE=y | 1000 | CONFIG_DUMMY_CONSOLE=y |
| 964 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | 1001 | # CONFIG_FRAMEBUFFER_CONSOLE is not set |
| 965 | # CONFIG_LOGO is not set | 1002 | # CONFIG_LOGO is not set |
| 966 | |||
| 967 | # | ||
| 968 | # Sound | ||
| 969 | # | ||
| 970 | CONFIG_SOUND=y | 1003 | CONFIG_SOUND=y |
| 971 | |||
| 972 | # | ||
| 973 | # Advanced Linux Sound Architecture | ||
| 974 | # | ||
| 975 | CONFIG_SND=y | 1004 | CONFIG_SND=y |
| 976 | CONFIG_SND_TIMER=y | 1005 | CONFIG_SND_TIMER=y |
| 977 | CONFIG_SND_PCM=y | 1006 | CONFIG_SND_PCM=y |
| @@ -985,18 +1014,12 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
| 985 | CONFIG_SND_VERBOSE_PROCFS=y | 1014 | CONFIG_SND_VERBOSE_PROCFS=y |
| 986 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1015 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 987 | # CONFIG_SND_DEBUG is not set | 1016 | # CONFIG_SND_DEBUG is not set |
| 988 | 1017 | CONFIG_SND_DRIVERS=y | |
| 989 | # | ||
| 990 | # Generic devices | ||
| 991 | # | ||
| 992 | # CONFIG_SND_DUMMY is not set | 1018 | # CONFIG_SND_DUMMY is not set |
| 993 | # CONFIG_SND_MTPAV is not set | 1019 | # CONFIG_SND_MTPAV is not set |
| 994 | # CONFIG_SND_SERIAL_U16550 is not set | 1020 | # CONFIG_SND_SERIAL_U16550 is not set |
| 995 | # CONFIG_SND_MPU401 is not set | 1021 | # CONFIG_SND_MPU401 is not set |
| 996 | 1022 | CONFIG_SND_PCI=y | |
| 997 | # | ||
| 998 | # PCI devices | ||
| 999 | # | ||
| 1000 | # CONFIG_SND_AD1889 is not set | 1023 | # CONFIG_SND_AD1889 is not set |
| 1001 | # CONFIG_SND_ALS300 is not set | 1024 | # CONFIG_SND_ALS300 is not set |
| 1002 | # CONFIG_SND_ALS4000 is not set | 1025 | # CONFIG_SND_ALS4000 is not set |
| @@ -1058,42 +1081,14 @@ CONFIG_SND_VERBOSE_PROCFS=y | |||
| 1058 | # CONFIG_SND_VIRTUOSO is not set | 1081 | # CONFIG_SND_VIRTUOSO is not set |
| 1059 | # CONFIG_SND_VX222 is not set | 1082 | # CONFIG_SND_VX222 is not set |
| 1060 | # CONFIG_SND_YMFPCI is not set | 1083 | # CONFIG_SND_YMFPCI is not set |
| 1061 | 1084 | CONFIG_SND_PPC=y | |
| 1062 | # | ||
| 1063 | # ALSA PowerMac devices | ||
| 1064 | # | ||
| 1065 | # CONFIG_SND_POWERMAC is not set | 1085 | # CONFIG_SND_POWERMAC is not set |
| 1066 | |||
| 1067 | # | ||
| 1068 | # ALSA PowerPC devices | ||
| 1069 | # | ||
| 1070 | |||
| 1071 | # | ||
| 1072 | # Apple Onboard Audio driver | ||
| 1073 | # | ||
| 1074 | # CONFIG_SND_AOA is not set | 1086 | # CONFIG_SND_AOA is not set |
| 1075 | # CONFIG_SND_AOA_SOUNDBUS is not set | ||
| 1076 | |||
| 1077 | # | ||
| 1078 | # System on Chip audio support | ||
| 1079 | # | ||
| 1080 | CONFIG_SND_SOC=y | 1087 | CONFIG_SND_SOC=y |
| 1081 | |||
| 1082 | # | ||
| 1083 | # ALSA SoC audio for Freescale SOCs | ||
| 1084 | # | ||
| 1085 | CONFIG_SND_SOC_MPC8610=y | 1088 | CONFIG_SND_SOC_MPC8610=y |
| 1086 | CONFIG_SND_SOC_MPC8610_HPCD=y | 1089 | CONFIG_SND_SOC_MPC8610_HPCD=y |
| 1087 | |||
| 1088 | # | ||
| 1089 | # SoC Audio for the Texas Instruments OMAP | ||
| 1090 | # | ||
| 1091 | CONFIG_SND_SOC_CS4270=y | 1090 | CONFIG_SND_SOC_CS4270=y |
| 1092 | CONFIG_SND_SOC_CS4270_VD33_ERRATA=y | 1091 | CONFIG_SND_SOC_CS4270_VD33_ERRATA=y |
| 1093 | |||
| 1094 | # | ||
| 1095 | # Open Sound System | ||
| 1096 | # | ||
| 1097 | # CONFIG_SOUND_PRIME is not set | 1092 | # CONFIG_SOUND_PRIME is not set |
| 1098 | CONFIG_HID_SUPPORT=y | 1093 | CONFIG_HID_SUPPORT=y |
| 1099 | CONFIG_HID=y | 1094 | CONFIG_HID=y |
| @@ -1108,6 +1103,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 1108 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1103 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1109 | 1104 | ||
| 1110 | # | 1105 | # |
| 1106 | # Enable Host or Gadget support to see Inventra options | ||
| 1107 | # | ||
| 1108 | |||
| 1109 | # | ||
| 1111 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1110 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 1112 | # | 1111 | # |
| 1113 | # CONFIG_USB_GADGET is not set | 1112 | # CONFIG_USB_GADGET is not set |
| @@ -1235,6 +1234,7 @@ CONFIG_TMPFS=y | |||
| 1235 | # CONFIG_CRAMFS is not set | 1234 | # CONFIG_CRAMFS is not set |
| 1236 | # CONFIG_VXFS_FS is not set | 1235 | # CONFIG_VXFS_FS is not set |
| 1237 | # CONFIG_MINIX_FS is not set | 1236 | # CONFIG_MINIX_FS is not set |
| 1237 | # CONFIG_OMFS_FS is not set | ||
| 1238 | # CONFIG_HPFS_FS is not set | 1238 | # CONFIG_HPFS_FS is not set |
| 1239 | # CONFIG_QNX4FS_FS is not set | 1239 | # CONFIG_QNX4FS_FS is not set |
| 1240 | # CONFIG_ROMFS_FS is not set | 1240 | # CONFIG_ROMFS_FS is not set |
| @@ -1245,16 +1245,15 @@ CONFIG_NFS_FS=y | |||
| 1245 | CONFIG_NFS_V3=y | 1245 | CONFIG_NFS_V3=y |
| 1246 | # CONFIG_NFS_V3_ACL is not set | 1246 | # CONFIG_NFS_V3_ACL is not set |
| 1247 | # CONFIG_NFS_V4 is not set | 1247 | # CONFIG_NFS_V4 is not set |
| 1248 | CONFIG_ROOT_NFS=y | ||
| 1248 | CONFIG_NFSD=y | 1249 | CONFIG_NFSD=y |
| 1249 | # CONFIG_NFSD_V3 is not set | 1250 | # CONFIG_NFSD_V3 is not set |
| 1250 | # CONFIG_NFSD_V4 is not set | 1251 | # CONFIG_NFSD_V4 is not set |
| 1251 | CONFIG_ROOT_NFS=y | ||
| 1252 | CONFIG_LOCKD=y | 1252 | CONFIG_LOCKD=y |
| 1253 | CONFIG_LOCKD_V4=y | 1253 | CONFIG_LOCKD_V4=y |
| 1254 | CONFIG_EXPORTFS=y | 1254 | CONFIG_EXPORTFS=y |
| 1255 | CONFIG_NFS_COMMON=y | 1255 | CONFIG_NFS_COMMON=y |
| 1256 | CONFIG_SUNRPC=y | 1256 | CONFIG_SUNRPC=y |
| 1257 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1258 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1257 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1259 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1258 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1260 | # CONFIG_SMB_FS is not set | 1259 | # CONFIG_SMB_FS is not set |
| @@ -1334,6 +1333,7 @@ CONFIG_BITREVERSE=y | |||
| 1334 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1333 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1335 | # CONFIG_CRC_CCITT is not set | 1334 | # CONFIG_CRC_CCITT is not set |
| 1336 | # CONFIG_CRC16 is not set | 1335 | # CONFIG_CRC16 is not set |
| 1336 | CONFIG_CRC_T10DIF=y | ||
| 1337 | # CONFIG_CRC_ITU_T is not set | 1337 | # CONFIG_CRC_ITU_T is not set |
| 1338 | CONFIG_CRC32=y | 1338 | CONFIG_CRC32=y |
| 1339 | # CONFIG_CRC7 is not set | 1339 | # CONFIG_CRC7 is not set |
| @@ -1358,6 +1358,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1358 | CONFIG_DEBUG_KERNEL=y | 1358 | CONFIG_DEBUG_KERNEL=y |
| 1359 | CONFIG_DEBUG_SHIRQ=y | 1359 | CONFIG_DEBUG_SHIRQ=y |
| 1360 | CONFIG_DETECT_SOFTLOCKUP=y | 1360 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1361 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1362 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1361 | CONFIG_SCHED_DEBUG=y | 1363 | CONFIG_SCHED_DEBUG=y |
| 1362 | # CONFIG_SCHEDSTATS is not set | 1364 | # CONFIG_SCHEDSTATS is not set |
| 1363 | # CONFIG_TIMER_STATS is not set | 1365 | # CONFIG_TIMER_STATS is not set |
| @@ -1376,19 +1378,29 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1376 | CONFIG_DEBUG_INFO=y | 1378 | CONFIG_DEBUG_INFO=y |
| 1377 | # CONFIG_DEBUG_VM is not set | 1379 | # CONFIG_DEBUG_VM is not set |
| 1378 | # CONFIG_DEBUG_WRITECOUNT is not set | 1380 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1381 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1379 | # CONFIG_DEBUG_LIST is not set | 1382 | # CONFIG_DEBUG_LIST is not set |
| 1380 | # CONFIG_DEBUG_SG is not set | 1383 | # CONFIG_DEBUG_SG is not set |
| 1381 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1384 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1382 | # CONFIG_RCU_TORTURE_TEST is not set | 1385 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1383 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1386 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1384 | # CONFIG_FAULT_INJECTION is not set | 1387 | # CONFIG_FAULT_INJECTION is not set |
| 1388 | # CONFIG_LATENCYTOP is not set | ||
| 1389 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1390 | CONFIG_HAVE_FTRACE=y | ||
| 1391 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1392 | # CONFIG_FTRACE is not set | ||
| 1393 | # CONFIG_SCHED_TRACER is not set | ||
| 1394 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1385 | # CONFIG_SAMPLES is not set | 1395 | # CONFIG_SAMPLES is not set |
| 1396 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1397 | # CONFIG_KGDB is not set | ||
| 1386 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1398 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1387 | # CONFIG_DEBUG_STACK_USAGE is not set | 1399 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1388 | # CONFIG_DEBUG_PAGEALLOC is not set | 1400 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1389 | # CONFIG_DEBUGGER is not set | ||
| 1390 | # CONFIG_CODE_PATCHING_SELFTEST is not set | 1401 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1391 | # CONFIG_FTR_FIXUP_SELFTEST is not set | 1402 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1403 | # CONFIG_XMON is not set | ||
| 1392 | # CONFIG_IRQSTACKS is not set | 1404 | # CONFIG_IRQSTACKS is not set |
| 1393 | # CONFIG_BDI_SWITCH is not set | 1405 | # CONFIG_BDI_SWITCH is not set |
| 1394 | # CONFIG_BOOTX_TEXT is not set | 1406 | # CONFIG_BOOTX_TEXT is not set |
| @@ -1443,6 +1455,10 @@ CONFIG_CRYPTO=y | |||
| 1443 | # CONFIG_CRYPTO_MD4 is not set | 1455 | # CONFIG_CRYPTO_MD4 is not set |
| 1444 | # CONFIG_CRYPTO_MD5 is not set | 1456 | # CONFIG_CRYPTO_MD5 is not set |
| 1445 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1457 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1458 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1459 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1460 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1461 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1446 | # CONFIG_CRYPTO_SHA1 is not set | 1462 | # CONFIG_CRYPTO_SHA1 is not set |
| 1447 | # CONFIG_CRYPTO_SHA256 is not set | 1463 | # CONFIG_CRYPTO_SHA256 is not set |
| 1448 | # CONFIG_CRYPTO_SHA512 is not set | 1464 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1475,6 +1491,7 @@ CONFIG_CRYPTO=y | |||
| 1475 | # CONFIG_CRYPTO_LZO is not set | 1491 | # CONFIG_CRYPTO_LZO is not set |
| 1476 | CONFIG_CRYPTO_HW=y | 1492 | CONFIG_CRYPTO_HW=y |
| 1477 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1493 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1494 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1478 | # CONFIG_PPC_CLOCK is not set | 1495 | # CONFIG_PPC_CLOCK is not set |
| 1479 | CONFIG_PPC_LIB_RHEAP=y | 1496 | CONFIG_PPC_LIB_RHEAP=y |
| 1480 | # CONFIG_VIRTUALIZATION is not set | 1497 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc8641_hpcn_defconfig b/arch/powerpc/configs/mpc8641_hpcn_defconfig index 867b8c0215f3..ea09be31b6ea 100644 --- a/arch/powerpc/configs/mpc8641_hpcn_defconfig +++ b/arch/powerpc/configs/mpc8641_hpcn_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:15 2008 | 4 | # Thu Aug 21 00:52:11 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -33,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | 35 | CONFIG_STACKTRACE_SUPPORT=y |
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 36 | CONFIG_LOCKDEP_SUPPORT=y | 37 | CONFIG_LOCKDEP_SUPPORT=y |
| 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 38 | CONFIG_ARCH_HAS_ILOG2_U32=y | 39 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -92,7 +93,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 92 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 93 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 94 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 96 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 97 | CONFIG_KALLSYMS_ALL=y | 97 | CONFIG_KALLSYMS_ALL=y |
| 98 | CONFIG_KALLSYMS_EXTRA_PASS=y | 98 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| @@ -100,6 +100,7 @@ CONFIG_HOTPLUG=y | |||
| 100 | CONFIG_PRINTK=y | 100 | CONFIG_PRINTK=y |
| 101 | CONFIG_BUG=y | 101 | CONFIG_BUG=y |
| 102 | CONFIG_ELF_CORE=y | 102 | CONFIG_ELF_CORE=y |
| 103 | CONFIG_PCSPKR_PLATFORM=y | ||
| 103 | CONFIG_COMPAT_BRK=y | 104 | CONFIG_COMPAT_BRK=y |
| 104 | CONFIG_BASE_FULL=y | 105 | CONFIG_BASE_FULL=y |
| 105 | CONFIG_FUTEX=y | 106 | CONFIG_FUTEX=y |
| @@ -118,10 +119,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 119 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 120 | # CONFIG_KPROBES is not set | 121 | # CONFIG_KPROBES is not set |
| 122 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 123 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 124 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 125 | CONFIG_HAVE_KRETPROBES=y |
| 126 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 123 | # CONFIG_HAVE_DMA_ATTRS is not set | 127 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 128 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
| 129 | # CONFIG_HAVE_CLK is not set | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 130 | CONFIG_PROC_PAGE_MONITOR=y |
| 131 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 132 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 133 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 134 | # CONFIG_TINY_SHMEM is not set |
| @@ -139,6 +146,7 @@ CONFIG_LBD=y | |||
| 139 | # CONFIG_BLK_DEV_IO_TRACE is not set | 146 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 140 | # CONFIG_LSF is not set | 147 | # CONFIG_LSF is not set |
| 141 | # CONFIG_BLK_DEV_BSG is not set | 148 | # CONFIG_BLK_DEV_BSG is not set |
| 149 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 142 | 150 | ||
| 143 | # | 151 | # |
| 144 | # IO Schedulers | 152 | # IO Schedulers |
| @@ -157,30 +165,40 @@ CONFIG_CLASSIC_RCU=y | |||
| 157 | # | 165 | # |
| 158 | # Platform support | 166 | # Platform support |
| 159 | # | 167 | # |
| 160 | # CONFIG_PPC_MULTIPLATFORM is not set | 168 | CONFIG_PPC_MULTIPLATFORM=y |
| 161 | # CONFIG_PPC_82xx is not set | 169 | CONFIG_CLASSIC32=y |
| 162 | # CONFIG_PPC_83xx is not set | 170 | CONFIG_PPC_CHRP=y |
| 163 | CONFIG_PPC_86xx=y | 171 | # CONFIG_MPC5121_ADS is not set |
| 164 | # CONFIG_PPC_MPC512x is not set | 172 | # CONFIG_MPC5121_GENERIC is not set |
| 165 | # CONFIG_PPC_MPC5121 is not set | 173 | # CONFIG_PPC_MPC52xx is not set |
| 174 | CONFIG_PPC_PMAC=y | ||
| 166 | # CONFIG_PPC_CELL is not set | 175 | # CONFIG_PPC_CELL is not set |
| 167 | # CONFIG_PPC_CELL_NATIVE is not set | 176 | # CONFIG_PPC_CELL_NATIVE is not set |
| 177 | # CONFIG_PPC_82xx is not set | ||
| 168 | # CONFIG_PQ2ADS is not set | 178 | # CONFIG_PQ2ADS is not set |
| 179 | # CONFIG_PPC_83xx is not set | ||
| 180 | CONFIG_PPC_86xx=y | ||
| 169 | CONFIG_MPC8641_HPCN=y | 181 | CONFIG_MPC8641_HPCN=y |
| 170 | # CONFIG_SBC8641D is not set | 182 | # CONFIG_SBC8641D is not set |
| 171 | # CONFIG_MPC8610_HPCD is not set | 183 | # CONFIG_MPC8610_HPCD is not set |
| 172 | CONFIG_MPC8641=y | 184 | CONFIG_MPC8641=y |
| 185 | CONFIG_PPC_NATIVE=y | ||
| 186 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 173 | # CONFIG_IPIC is not set | 187 | # CONFIG_IPIC is not set |
| 174 | CONFIG_MPIC=y | 188 | CONFIG_MPIC=y |
| 175 | # CONFIG_MPIC_WEIRD is not set | 189 | # CONFIG_MPIC_WEIRD is not set |
| 176 | CONFIG_PPC_I8259=y | 190 | CONFIG_PPC_I8259=y |
| 177 | # CONFIG_PPC_RTAS is not set | 191 | CONFIG_PPC_RTAS=y |
| 192 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 193 | CONFIG_RTAS_PROC=y | ||
| 178 | # CONFIG_MMIO_NVRAM is not set | 194 | # CONFIG_MMIO_NVRAM is not set |
| 179 | # CONFIG_PPC_MPC106 is not set | 195 | CONFIG_PPC_MPC106=y |
| 180 | # CONFIG_PPC_970_NAP is not set | 196 | # CONFIG_PPC_970_NAP is not set |
| 181 | # CONFIG_PPC_INDIRECT_IO is not set | 197 | # CONFIG_PPC_INDIRECT_IO is not set |
| 182 | # CONFIG_GENERIC_IOMAP is not set | 198 | # CONFIG_GENERIC_IOMAP is not set |
| 183 | # CONFIG_CPU_FREQ is not set | 199 | # CONFIG_CPU_FREQ is not set |
| 200 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 201 | # CONFIG_TAU is not set | ||
| 184 | CONFIG_FSL_ULI1575=y | 202 | CONFIG_FSL_ULI1575=y |
| 185 | 203 | ||
| 186 | # | 204 | # |
| @@ -196,16 +214,18 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | |||
| 196 | # CONFIG_HZ_300 is not set | 214 | # CONFIG_HZ_300 is not set |
| 197 | CONFIG_HZ_1000=y | 215 | CONFIG_HZ_1000=y |
| 198 | CONFIG_HZ=1000 | 216 | CONFIG_HZ=1000 |
| 199 | # CONFIG_SCHED_HRTICK is not set | 217 | CONFIG_SCHED_HRTICK=y |
| 200 | CONFIG_PREEMPT_NONE=y | 218 | CONFIG_PREEMPT_NONE=y |
| 201 | # CONFIG_PREEMPT_VOLUNTARY is not set | 219 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 202 | # CONFIG_PREEMPT is not set | 220 | # CONFIG_PREEMPT is not set |
| 203 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
| 204 | CONFIG_BINFMT_MISC=m | 222 | CONFIG_BINFMT_MISC=m |
| 205 | # CONFIG_IOMMU_HELPER is not set | 223 | # CONFIG_IOMMU_HELPER is not set |
| 224 | # CONFIG_HOTPLUG_CPU is not set | ||
| 206 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 225 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 207 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 226 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 208 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 227 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 228 | # CONFIG_KEXEC is not set | ||
| 209 | # CONFIG_IRQ_ALL_CPUS is not set | 229 | # CONFIG_IRQ_ALL_CPUS is not set |
| 210 | CONFIG_ARCH_FLATMEM_ENABLE=y | 230 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 211 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 231 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| @@ -219,6 +239,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 239 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 220 | CONFIG_PAGEFLAGS_EXTENDED=y | 240 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 241 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 242 | CONFIG_MIGRATION=y | ||
| 222 | # CONFIG_RESOURCES_64BIT is not set | 243 | # CONFIG_RESOURCES_64BIT is not set |
| 223 | CONFIG_ZONE_DMA_FLAG=1 | 244 | CONFIG_ZONE_DMA_FLAG=1 |
| 224 | CONFIG_BOUNCE=y | 245 | CONFIG_BOUNCE=y |
| @@ -226,6 +247,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | 247 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 227 | CONFIG_PROC_DEVICETREE=y | 248 | CONFIG_PROC_DEVICETREE=y |
| 228 | # CONFIG_CMDLINE_BOOL is not set | 249 | # CONFIG_CMDLINE_BOOL is not set |
| 250 | CONFIG_EXTRA_TARGETS="" | ||
| 229 | # CONFIG_PM is not set | 251 | # CONFIG_PM is not set |
| 230 | CONFIG_SECCOMP=y | 252 | CONFIG_SECCOMP=y |
| 231 | CONFIG_ISA_DMA_API=y | 253 | CONFIG_ISA_DMA_API=y |
| @@ -233,11 +255,13 @@ CONFIG_ISA_DMA_API=y | |||
| 233 | # | 255 | # |
| 234 | # Bus options | 256 | # Bus options |
| 235 | # | 257 | # |
| 258 | # CONFIG_ISA is not set | ||
| 236 | CONFIG_ZONE_DMA=y | 259 | CONFIG_ZONE_DMA=y |
| 237 | CONFIG_GENERIC_ISA_DMA=y | 260 | CONFIG_GENERIC_ISA_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 261 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 262 | CONFIG_FSL_SOC=y |
| 240 | CONFIG_FSL_PCI=y | 263 | CONFIG_FSL_PCI=y |
| 264 | CONFIG_PPC_PCI_CHOICE=y | ||
| 241 | CONFIG_PCI=y | 265 | CONFIG_PCI=y |
| 242 | CONFIG_PCI_DOMAINS=y | 266 | CONFIG_PCI_DOMAINS=y |
| 243 | CONFIG_PCI_SYSCALL=y | 267 | CONFIG_PCI_SYSCALL=y |
| @@ -264,10 +288,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 264 | CONFIG_KERNEL_START=0xc0000000 | 288 | CONFIG_KERNEL_START=0xc0000000 |
| 265 | CONFIG_PHYSICAL_START=0x00000000 | 289 | CONFIG_PHYSICAL_START=0x00000000 |
| 266 | CONFIG_TASK_SIZE=0xc0000000 | 290 | CONFIG_TASK_SIZE=0xc0000000 |
| 267 | |||
| 268 | # | ||
| 269 | # Networking | ||
| 270 | # | ||
| 271 | CONFIG_NET=y | 291 | CONFIG_NET=y |
| 272 | 292 | ||
| 273 | # | 293 | # |
| @@ -393,6 +413,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
| 393 | CONFIG_STANDALONE=y | 413 | CONFIG_STANDALONE=y |
| 394 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 414 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 395 | CONFIG_FW_LOADER=y | 415 | CONFIG_FW_LOADER=y |
| 416 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 417 | CONFIG_EXTRA_FIRMWARE="" | ||
| 396 | # CONFIG_DEBUG_DRIVER is not set | 418 | # CONFIG_DEBUG_DRIVER is not set |
| 397 | # CONFIG_DEBUG_DEVRES is not set | 419 | # CONFIG_DEBUG_DEVRES is not set |
| 398 | # CONFIG_SYS_HYPERVISOR is not set | 420 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -403,6 +425,7 @@ CONFIG_OF_I2C=y | |||
| 403 | # CONFIG_PARPORT is not set | 425 | # CONFIG_PARPORT is not set |
| 404 | CONFIG_BLK_DEV=y | 426 | CONFIG_BLK_DEV=y |
| 405 | # CONFIG_BLK_DEV_FD is not set | 427 | # CONFIG_BLK_DEV_FD is not set |
| 428 | # CONFIG_MAC_FLOPPY is not set | ||
| 406 | # CONFIG_BLK_CPQ_DA is not set | 429 | # CONFIG_BLK_CPQ_DA is not set |
| 407 | # CONFIG_BLK_CPQ_CISS_DA is not set | 430 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 408 | # CONFIG_BLK_DEV_DAC960 is not set | 431 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -419,12 +442,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 419 | # CONFIG_BLK_DEV_XIP is not set | 442 | # CONFIG_BLK_DEV_XIP is not set |
| 420 | # CONFIG_CDROM_PKTCDVD is not set | 443 | # CONFIG_CDROM_PKTCDVD is not set |
| 421 | # CONFIG_ATA_OVER_ETH is not set | 444 | # CONFIG_ATA_OVER_ETH is not set |
| 445 | # CONFIG_BLK_DEV_HD is not set | ||
| 422 | CONFIG_MISC_DEVICES=y | 446 | CONFIG_MISC_DEVICES=y |
| 423 | # CONFIG_PHANTOM is not set | 447 | # CONFIG_PHANTOM is not set |
| 424 | # CONFIG_EEPROM_93CX6 is not set | 448 | # CONFIG_EEPROM_93CX6 is not set |
| 425 | # CONFIG_SGI_IOC4 is not set | 449 | # CONFIG_SGI_IOC4 is not set |
| 426 | # CONFIG_TIFM_CORE is not set | 450 | # CONFIG_TIFM_CORE is not set |
| 427 | # CONFIG_ENCLOSURE_SERVICES is not set | 451 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 452 | # CONFIG_HP_ILO is not set | ||
| 428 | CONFIG_HAVE_IDE=y | 453 | CONFIG_HAVE_IDE=y |
| 429 | # CONFIG_IDE is not set | 454 | # CONFIG_IDE is not set |
| 430 | 455 | ||
| @@ -503,7 +528,10 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 503 | # CONFIG_SCSI_DC390T is not set | 528 | # CONFIG_SCSI_DC390T is not set |
| 504 | # CONFIG_SCSI_NSP32 is not set | 529 | # CONFIG_SCSI_NSP32 is not set |
| 505 | # CONFIG_SCSI_DEBUG is not set | 530 | # CONFIG_SCSI_DEBUG is not set |
| 531 | # CONFIG_SCSI_MESH is not set | ||
| 532 | # CONFIG_SCSI_MAC53C94 is not set | ||
| 506 | # CONFIG_SCSI_SRP is not set | 533 | # CONFIG_SCSI_SRP is not set |
| 534 | # CONFIG_SCSI_DH is not set | ||
| 507 | CONFIG_ATA=y | 535 | CONFIG_ATA=y |
| 508 | # CONFIG_ATA_NONSTANDARD is not set | 536 | # CONFIG_ATA_NONSTANDARD is not set |
| 509 | CONFIG_SATA_PMP=y | 537 | CONFIG_SATA_PMP=y |
| @@ -571,12 +599,15 @@ CONFIG_PATA_ALI=y | |||
| 571 | # | 599 | # |
| 572 | # IEEE 1394 (FireWire) support | 600 | # IEEE 1394 (FireWire) support |
| 573 | # | 601 | # |
| 602 | |||
| 603 | # | ||
| 604 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 605 | # | ||
| 574 | # CONFIG_FIREWIRE is not set | 606 | # CONFIG_FIREWIRE is not set |
| 575 | # CONFIG_IEEE1394 is not set | 607 | # CONFIG_IEEE1394 is not set |
| 576 | # CONFIG_I2O is not set | 608 | # CONFIG_I2O is not set |
| 577 | # CONFIG_MACINTOSH_DRIVERS is not set | 609 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 578 | CONFIG_NETDEVICES=y | 610 | CONFIG_NETDEVICES=y |
| 579 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 580 | CONFIG_DUMMY=y | 611 | CONFIG_DUMMY=y |
| 581 | # CONFIG_BONDING is not set | 612 | # CONFIG_BONDING is not set |
| 582 | # CONFIG_MACVLAN is not set | 613 | # CONFIG_MACVLAN is not set |
| @@ -603,6 +634,8 @@ CONFIG_VITESSE_PHY=y | |||
| 603 | # CONFIG_MDIO_BITBANG is not set | 634 | # CONFIG_MDIO_BITBANG is not set |
| 604 | CONFIG_NET_ETHERNET=y | 635 | CONFIG_NET_ETHERNET=y |
| 605 | CONFIG_MII=y | 636 | CONFIG_MII=y |
| 637 | # CONFIG_MACE is not set | ||
| 638 | # CONFIG_BMAC is not set | ||
| 606 | # CONFIG_HAPPYMEAL is not set | 639 | # CONFIG_HAPPYMEAL is not set |
| 607 | # CONFIG_SUNGEM is not set | 640 | # CONFIG_SUNGEM is not set |
| 608 | # CONFIG_CASSINI is not set | 641 | # CONFIG_CASSINI is not set |
| @@ -620,7 +653,6 @@ CONFIG_NETDEV_1000=y | |||
| 620 | # CONFIG_DL2K is not set | 653 | # CONFIG_DL2K is not set |
| 621 | # CONFIG_E1000 is not set | 654 | # CONFIG_E1000 is not set |
| 622 | # CONFIG_E1000E is not set | 655 | # CONFIG_E1000E is not set |
| 623 | # CONFIG_E1000E_ENABLED is not set | ||
| 624 | # CONFIG_IP1000 is not set | 656 | # CONFIG_IP1000 is not set |
| 625 | # CONFIG_IGB is not set | 657 | # CONFIG_IGB is not set |
| 626 | # CONFIG_NS83820 is not set | 658 | # CONFIG_NS83820 is not set |
| @@ -634,9 +666,10 @@ CONFIG_NETDEV_1000=y | |||
| 634 | # CONFIG_TIGON3 is not set | 666 | # CONFIG_TIGON3 is not set |
| 635 | # CONFIG_BNX2 is not set | 667 | # CONFIG_BNX2 is not set |
| 636 | CONFIG_GIANFAR=y | 668 | CONFIG_GIANFAR=y |
| 637 | CONFIG_GFAR_NAPI=y | 669 | # CONFIG_MV643XX_ETH is not set |
| 638 | # CONFIG_QLA3XXX is not set | 670 | # CONFIG_QLA3XXX is not set |
| 639 | # CONFIG_ATL1 is not set | 671 | # CONFIG_ATL1 is not set |
| 672 | # CONFIG_ATL1E is not set | ||
| 640 | CONFIG_NETDEV_10000=y | 673 | CONFIG_NETDEV_10000=y |
| 641 | # CONFIG_CHELSIO_T1 is not set | 674 | # CONFIG_CHELSIO_T1 is not set |
| 642 | # CONFIG_CHELSIO_T3 is not set | 675 | # CONFIG_CHELSIO_T3 is not set |
| @@ -713,12 +746,14 @@ CONFIG_SERIO_SERPORT=y | |||
| 713 | # CONFIG_SERIO_PCIPS2 is not set | 746 | # CONFIG_SERIO_PCIPS2 is not set |
| 714 | CONFIG_SERIO_LIBPS2=y | 747 | CONFIG_SERIO_LIBPS2=y |
| 715 | # CONFIG_SERIO_RAW is not set | 748 | # CONFIG_SERIO_RAW is not set |
| 749 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 716 | # CONFIG_GAMEPORT is not set | 750 | # CONFIG_GAMEPORT is not set |
| 717 | 751 | ||
| 718 | # | 752 | # |
| 719 | # Character devices | 753 | # Character devices |
| 720 | # | 754 | # |
| 721 | CONFIG_VT=y | 755 | CONFIG_VT=y |
| 756 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 722 | CONFIG_VT_CONSOLE=y | 757 | CONFIG_VT_CONSOLE=y |
| 723 | CONFIG_HW_CONSOLE=y | 758 | CONFIG_HW_CONSOLE=y |
| 724 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 759 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -746,11 +781,14 @@ CONFIG_SERIAL_8250_RSA=y | |||
| 746 | # CONFIG_SERIAL_UARTLITE is not set | 781 | # CONFIG_SERIAL_UARTLITE is not set |
| 747 | CONFIG_SERIAL_CORE=y | 782 | CONFIG_SERIAL_CORE=y |
| 748 | CONFIG_SERIAL_CORE_CONSOLE=y | 783 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 784 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 749 | # CONFIG_SERIAL_JSM is not set | 785 | # CONFIG_SERIAL_JSM is not set |
| 750 | # CONFIG_SERIAL_OF_PLATFORM is not set | 786 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 751 | CONFIG_UNIX98_PTYS=y | 787 | CONFIG_UNIX98_PTYS=y |
| 752 | CONFIG_LEGACY_PTYS=y | 788 | CONFIG_LEGACY_PTYS=y |
| 753 | CONFIG_LEGACY_PTY_COUNT=256 | 789 | CONFIG_LEGACY_PTY_COUNT=256 |
| 790 | # CONFIG_BRIQ_PANEL is not set | ||
| 791 | # CONFIG_HVC_RTAS is not set | ||
| 754 | # CONFIG_IPMI_HANDLER is not set | 792 | # CONFIG_IPMI_HANDLER is not set |
| 755 | # CONFIG_HW_RANDOM is not set | 793 | # CONFIG_HW_RANDOM is not set |
| 756 | CONFIG_NVRAM=y | 794 | CONFIG_NVRAM=y |
| @@ -762,43 +800,70 @@ CONFIG_DEVPORT=y | |||
| 762 | CONFIG_I2C=y | 800 | CONFIG_I2C=y |
| 763 | CONFIG_I2C_BOARDINFO=y | 801 | CONFIG_I2C_BOARDINFO=y |
| 764 | # CONFIG_I2C_CHARDEV is not set | 802 | # CONFIG_I2C_CHARDEV is not set |
| 803 | CONFIG_I2C_HELPER_AUTO=y | ||
| 765 | 804 | ||
| 766 | # | 805 | # |
| 767 | # I2C Hardware Bus support | 806 | # I2C Hardware Bus support |
| 768 | # | 807 | # |
| 808 | |||
| 809 | # | ||
| 810 | # PC SMBus host controller drivers | ||
| 811 | # | ||
| 769 | # CONFIG_I2C_ALI1535 is not set | 812 | # CONFIG_I2C_ALI1535 is not set |
| 770 | # CONFIG_I2C_ALI1563 is not set | 813 | # CONFIG_I2C_ALI1563 is not set |
| 771 | # CONFIG_I2C_ALI15X3 is not set | 814 | # CONFIG_I2C_ALI15X3 is not set |
| 772 | # CONFIG_I2C_AMD756 is not set | 815 | # CONFIG_I2C_AMD756 is not set |
| 773 | # CONFIG_I2C_AMD8111 is not set | 816 | # CONFIG_I2C_AMD8111 is not set |
| 774 | # CONFIG_I2C_I801 is not set | 817 | # CONFIG_I2C_I801 is not set |
| 775 | # CONFIG_I2C_I810 is not set | 818 | # CONFIG_I2C_ISCH is not set |
| 776 | # CONFIG_I2C_PIIX4 is not set | 819 | # CONFIG_I2C_PIIX4 is not set |
| 777 | CONFIG_I2C_MPC=y | ||
| 778 | # CONFIG_I2C_NFORCE2 is not set | 820 | # CONFIG_I2C_NFORCE2 is not set |
| 779 | # CONFIG_I2C_OCORES is not set | ||
| 780 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 781 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 782 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 783 | # CONFIG_I2C_SIMTEC is not set | ||
| 784 | # CONFIG_I2C_SIS5595 is not set | 821 | # CONFIG_I2C_SIS5595 is not set |
| 785 | # CONFIG_I2C_SIS630 is not set | 822 | # CONFIG_I2C_SIS630 is not set |
| 786 | # CONFIG_I2C_SIS96X is not set | 823 | # CONFIG_I2C_SIS96X is not set |
| 787 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 788 | # CONFIG_I2C_STUB is not set | ||
| 789 | # CONFIG_I2C_TINY_USB is not set | ||
| 790 | # CONFIG_I2C_VIA is not set | 824 | # CONFIG_I2C_VIA is not set |
| 791 | # CONFIG_I2C_VIAPRO is not set | 825 | # CONFIG_I2C_VIAPRO is not set |
| 826 | |||
| 827 | # | ||
| 828 | # Mac SMBus host controller drivers | ||
| 829 | # | ||
| 830 | # CONFIG_I2C_HYDRA is not set | ||
| 831 | CONFIG_I2C_POWERMAC=y | ||
| 832 | |||
| 833 | # | ||
| 834 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 835 | # | ||
| 836 | CONFIG_I2C_MPC=y | ||
| 837 | # CONFIG_I2C_OCORES is not set | ||
| 838 | # CONFIG_I2C_SIMTEC is not set | ||
| 839 | |||
| 840 | # | ||
| 841 | # External I2C/SMBus adapter drivers | ||
| 842 | # | ||
| 843 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 844 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 845 | # CONFIG_I2C_TINY_USB is not set | ||
| 846 | |||
| 847 | # | ||
| 848 | # Graphics adapter I2C/DDC channel drivers | ||
| 849 | # | ||
| 792 | # CONFIG_I2C_VOODOO3 is not set | 850 | # CONFIG_I2C_VOODOO3 is not set |
| 851 | |||
| 852 | # | ||
| 853 | # Other I2C/SMBus bus drivers | ||
| 854 | # | ||
| 793 | # CONFIG_I2C_PCA_PLATFORM is not set | 855 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 856 | # CONFIG_I2C_STUB is not set | ||
| 794 | 857 | ||
| 795 | # | 858 | # |
| 796 | # Miscellaneous I2C Chip support | 859 | # Miscellaneous I2C Chip support |
| 797 | # | 860 | # |
| 798 | # CONFIG_DS1682 is not set | 861 | # CONFIG_DS1682 is not set |
| 862 | # CONFIG_AT24 is not set | ||
| 799 | CONFIG_SENSORS_EEPROM=y | 863 | CONFIG_SENSORS_EEPROM=y |
| 800 | # CONFIG_SENSORS_PCF8574 is not set | 864 | # CONFIG_SENSORS_PCF8574 is not set |
| 801 | # CONFIG_PCF8575 is not set | 865 | # CONFIG_PCF8575 is not set |
| 866 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 802 | # CONFIG_SENSORS_PCF8591 is not set | 867 | # CONFIG_SENSORS_PCF8591 is not set |
| 803 | # CONFIG_SENSORS_MAX6875 is not set | 868 | # CONFIG_SENSORS_MAX6875 is not set |
| 804 | # CONFIG_SENSORS_TSL2550 is not set | 869 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -807,10 +872,13 @@ CONFIG_SENSORS_EEPROM=y | |||
| 807 | # CONFIG_I2C_DEBUG_BUS is not set | 872 | # CONFIG_I2C_DEBUG_BUS is not set |
| 808 | # CONFIG_I2C_DEBUG_CHIP is not set | 873 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 809 | # CONFIG_SPI is not set | 874 | # CONFIG_SPI is not set |
| 875 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 876 | # CONFIG_GPIOLIB is not set | ||
| 810 | # CONFIG_W1 is not set | 877 | # CONFIG_W1 is not set |
| 811 | # CONFIG_POWER_SUPPLY is not set | 878 | # CONFIG_POWER_SUPPLY is not set |
| 812 | # CONFIG_HWMON is not set | 879 | # CONFIG_HWMON is not set |
| 813 | # CONFIG_THERMAL is not set | 880 | # CONFIG_THERMAL is not set |
| 881 | # CONFIG_THERMAL_HWMON is not set | ||
| 814 | # CONFIG_WATCHDOG is not set | 882 | # CONFIG_WATCHDOG is not set |
| 815 | 883 | ||
| 816 | # | 884 | # |
| @@ -822,8 +890,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 822 | # | 890 | # |
| 823 | # Multifunction device drivers | 891 | # Multifunction device drivers |
| 824 | # | 892 | # |
| 893 | # CONFIG_MFD_CORE is not set | ||
| 825 | # CONFIG_MFD_SM501 is not set | 894 | # CONFIG_MFD_SM501 is not set |
| 826 | # CONFIG_HTC_PASIC3 is not set | 895 | # CONFIG_HTC_PASIC3 is not set |
| 896 | # CONFIG_MFD_TMIO is not set | ||
| 827 | 897 | ||
| 828 | # | 898 | # |
| 829 | # Multimedia devices | 899 | # Multimedia devices |
| @@ -865,6 +935,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 865 | # CONFIG_DVB_TTUSB_BUDGET is not set | 935 | # CONFIG_DVB_TTUSB_BUDGET is not set |
| 866 | # CONFIG_DVB_TTUSB_DEC is not set | 936 | # CONFIG_DVB_TTUSB_DEC is not set |
| 867 | # CONFIG_DVB_CINERGYT2 is not set | 937 | # CONFIG_DVB_CINERGYT2 is not set |
| 938 | # CONFIG_DVB_SIANO_SMS1XXX is not set | ||
| 868 | 939 | ||
| 869 | # | 940 | # |
| 870 | # Supported FlexCopII (B2C2) Adapters | 941 | # Supported FlexCopII (B2C2) Adapters |
| @@ -911,6 +982,7 @@ CONFIG_DVB_CAPTURE_DRIVERS=y | |||
| 911 | # CONFIG_DVB_SP887X is not set | 982 | # CONFIG_DVB_SP887X is not set |
| 912 | # CONFIG_DVB_CX22700 is not set | 983 | # CONFIG_DVB_CX22700 is not set |
| 913 | # CONFIG_DVB_CX22702 is not set | 984 | # CONFIG_DVB_CX22702 is not set |
| 985 | # CONFIG_DVB_DRX397XD is not set | ||
| 914 | # CONFIG_DVB_L64781 is not set | 986 | # CONFIG_DVB_L64781 is not set |
| 915 | # CONFIG_DVB_TDA1004X is not set | 987 | # CONFIG_DVB_TDA1004X is not set |
| 916 | # CONFIG_DVB_NXT6000 is not set | 988 | # CONFIG_DVB_NXT6000 is not set |
| @@ -978,15 +1050,7 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 978 | CONFIG_VGA_CONSOLE=y | 1050 | CONFIG_VGA_CONSOLE=y |
| 979 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1051 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 980 | CONFIG_DUMMY_CONSOLE=y | 1052 | CONFIG_DUMMY_CONSOLE=y |
| 981 | |||
| 982 | # | ||
| 983 | # Sound | ||
| 984 | # | ||
| 985 | CONFIG_SOUND=y | 1053 | CONFIG_SOUND=y |
| 986 | |||
| 987 | # | ||
| 988 | # Advanced Linux Sound Architecture | ||
| 989 | # | ||
| 990 | CONFIG_SND=y | 1054 | CONFIG_SND=y |
| 991 | CONFIG_SND_TIMER=y | 1055 | CONFIG_SND_TIMER=y |
| 992 | CONFIG_SND_PCM=y | 1056 | CONFIG_SND_PCM=y |
| @@ -1000,19 +1064,15 @@ CONFIG_SND_PCM_OSS_PLUGINS=y | |||
| 1000 | CONFIG_SND_VERBOSE_PROCFS=y | 1064 | CONFIG_SND_VERBOSE_PROCFS=y |
| 1001 | # CONFIG_SND_VERBOSE_PRINTK is not set | 1065 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 1002 | # CONFIG_SND_DEBUG is not set | 1066 | # CONFIG_SND_DEBUG is not set |
| 1003 | 1067 | CONFIG_SND_VMASTER=y | |
| 1004 | # | ||
| 1005 | # Generic devices | ||
| 1006 | # | ||
| 1007 | CONFIG_SND_AC97_CODEC=y | 1068 | CONFIG_SND_AC97_CODEC=y |
| 1069 | CONFIG_SND_DRIVERS=y | ||
| 1008 | # CONFIG_SND_DUMMY is not set | 1070 | # CONFIG_SND_DUMMY is not set |
| 1009 | # CONFIG_SND_MTPAV is not set | 1071 | # CONFIG_SND_MTPAV is not set |
| 1010 | # CONFIG_SND_SERIAL_U16550 is not set | 1072 | # CONFIG_SND_SERIAL_U16550 is not set |
| 1011 | # CONFIG_SND_MPU401 is not set | 1073 | # CONFIG_SND_MPU401 is not set |
| 1012 | 1074 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 1013 | # | 1075 | CONFIG_SND_PCI=y |
| 1014 | # PCI devices | ||
| 1015 | # | ||
| 1016 | # CONFIG_SND_AD1889 is not set | 1076 | # CONFIG_SND_AD1889 is not set |
| 1017 | # CONFIG_SND_ALS300 is not set | 1077 | # CONFIG_SND_ALS300 is not set |
| 1018 | # CONFIG_SND_ALS4000 is not set | 1078 | # CONFIG_SND_ALS4000 is not set |
| @@ -1074,39 +1134,14 @@ CONFIG_SND_INTEL8X0=y | |||
| 1074 | # CONFIG_SND_VIRTUOSO is not set | 1134 | # CONFIG_SND_VIRTUOSO is not set |
| 1075 | # CONFIG_SND_VX222 is not set | 1135 | # CONFIG_SND_VX222 is not set |
| 1076 | # CONFIG_SND_YMFPCI is not set | 1136 | # CONFIG_SND_YMFPCI is not set |
| 1077 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1137 | CONFIG_SND_PPC=y |
| 1078 | 1138 | # CONFIG_SND_POWERMAC is not set | |
| 1079 | # | 1139 | # CONFIG_SND_AOA is not set |
| 1080 | # ALSA PowerMac devices | 1140 | CONFIG_SND_USB=y |
| 1081 | # | ||
| 1082 | |||
| 1083 | # | ||
| 1084 | # ALSA PowerPC devices | ||
| 1085 | # | ||
| 1086 | |||
| 1087 | # | ||
| 1088 | # USB devices | ||
| 1089 | # | ||
| 1090 | # CONFIG_SND_USB_AUDIO is not set | 1141 | # CONFIG_SND_USB_AUDIO is not set |
| 1091 | # CONFIG_SND_USB_USX2Y is not set | 1142 | # CONFIG_SND_USB_USX2Y is not set |
| 1092 | # CONFIG_SND_USB_CAIAQ is not set | 1143 | # CONFIG_SND_USB_CAIAQ is not set |
| 1093 | |||
| 1094 | # | ||
| 1095 | # System on Chip audio support | ||
| 1096 | # | ||
| 1097 | # CONFIG_SND_SOC is not set | 1144 | # CONFIG_SND_SOC is not set |
| 1098 | |||
| 1099 | # | ||
| 1100 | # ALSA SoC audio for Freescale SOCs | ||
| 1101 | # | ||
| 1102 | |||
| 1103 | # | ||
| 1104 | # SoC Audio for the Texas Instruments OMAP | ||
| 1105 | # | ||
| 1106 | |||
| 1107 | # | ||
| 1108 | # Open Sound System | ||
| 1109 | # | ||
| 1110 | # CONFIG_SOUND_PRIME is not set | 1145 | # CONFIG_SOUND_PRIME is not set |
| 1111 | CONFIG_AC97_BUS=y | 1146 | CONFIG_AC97_BUS=y |
| 1112 | CONFIG_HID_SUPPORT=y | 1147 | CONFIG_HID_SUPPORT=y |
| @@ -1138,6 +1173,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 1138 | # CONFIG_USB_OTG is not set | 1173 | # CONFIG_USB_OTG is not set |
| 1139 | # CONFIG_USB_OTG_WHITELIST is not set | 1174 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1140 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1175 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1176 | CONFIG_USB_MON=y | ||
| 1141 | 1177 | ||
| 1142 | # | 1178 | # |
| 1143 | # USB Host Controller Drivers | 1179 | # USB Host Controller Drivers |
| @@ -1189,6 +1225,7 @@ CONFIG_USB_STORAGE=y | |||
| 1189 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1225 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1190 | # CONFIG_USB_STORAGE_ONETOUCH is not set | 1226 | # CONFIG_USB_STORAGE_ONETOUCH is not set |
| 1191 | # CONFIG_USB_STORAGE_KARMA is not set | 1227 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1228 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 1192 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 1229 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 1193 | # CONFIG_USB_LIBUSUAL is not set | 1230 | # CONFIG_USB_LIBUSUAL is not set |
| 1194 | 1231 | ||
| @@ -1197,7 +1234,6 @@ CONFIG_USB_STORAGE=y | |||
| 1197 | # | 1234 | # |
| 1198 | # CONFIG_USB_MDC800 is not set | 1235 | # CONFIG_USB_MDC800 is not set |
| 1199 | # CONFIG_USB_MICROTEK is not set | 1236 | # CONFIG_USB_MICROTEK is not set |
| 1200 | CONFIG_USB_MON=y | ||
| 1201 | 1237 | ||
| 1202 | # | 1238 | # |
| 1203 | # USB port drivers | 1239 | # USB port drivers |
| @@ -1210,7 +1246,6 @@ CONFIG_USB_MON=y | |||
| 1210 | # CONFIG_USB_EMI62 is not set | 1246 | # CONFIG_USB_EMI62 is not set |
| 1211 | # CONFIG_USB_EMI26 is not set | 1247 | # CONFIG_USB_EMI26 is not set |
| 1212 | # CONFIG_USB_ADUTUX is not set | 1248 | # CONFIG_USB_ADUTUX is not set |
| 1213 | # CONFIG_USB_AUERSWALD is not set | ||
| 1214 | # CONFIG_USB_RIO500 is not set | 1249 | # CONFIG_USB_RIO500 is not set |
| 1215 | # CONFIG_USB_LEGOTOWER is not set | 1250 | # CONFIG_USB_LEGOTOWER is not set |
| 1216 | # CONFIG_USB_LCD is not set | 1251 | # CONFIG_USB_LCD is not set |
| @@ -1264,6 +1299,7 @@ CONFIG_RTC_INTF_DEV=y | |||
| 1264 | # CONFIG_RTC_DRV_PCF8583 is not set | 1299 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1265 | # CONFIG_RTC_DRV_M41T80 is not set | 1300 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1266 | # CONFIG_RTC_DRV_S35390A is not set | 1301 | # CONFIG_RTC_DRV_S35390A is not set |
| 1302 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1267 | 1303 | ||
| 1268 | # | 1304 | # |
| 1269 | # SPI RTC drivers | 1305 | # SPI RTC drivers |
| @@ -1362,6 +1398,7 @@ CONFIG_EFS_FS=m | |||
| 1362 | CONFIG_CRAMFS=y | 1398 | CONFIG_CRAMFS=y |
| 1363 | CONFIG_VXFS_FS=m | 1399 | CONFIG_VXFS_FS=m |
| 1364 | # CONFIG_MINIX_FS is not set | 1400 | # CONFIG_MINIX_FS is not set |
| 1401 | # CONFIG_OMFS_FS is not set | ||
| 1365 | CONFIG_HPFS_FS=m | 1402 | CONFIG_HPFS_FS=m |
| 1366 | CONFIG_QNX4FS_FS=m | 1403 | CONFIG_QNX4FS_FS=m |
| 1367 | # CONFIG_ROMFS_FS is not set | 1404 | # CONFIG_ROMFS_FS is not set |
| @@ -1374,17 +1411,16 @@ CONFIG_NFS_FS=y | |||
| 1374 | CONFIG_NFS_V3=y | 1411 | CONFIG_NFS_V3=y |
| 1375 | # CONFIG_NFS_V3_ACL is not set | 1412 | # CONFIG_NFS_V3_ACL is not set |
| 1376 | CONFIG_NFS_V4=y | 1413 | CONFIG_NFS_V4=y |
| 1414 | CONFIG_ROOT_NFS=y | ||
| 1377 | CONFIG_NFSD=y | 1415 | CONFIG_NFSD=y |
| 1378 | # CONFIG_NFSD_V3 is not set | 1416 | # CONFIG_NFSD_V3 is not set |
| 1379 | # CONFIG_NFSD_V4 is not set | 1417 | # CONFIG_NFSD_V4 is not set |
| 1380 | CONFIG_ROOT_NFS=y | ||
| 1381 | CONFIG_LOCKD=y | 1418 | CONFIG_LOCKD=y |
| 1382 | CONFIG_LOCKD_V4=y | 1419 | CONFIG_LOCKD_V4=y |
| 1383 | CONFIG_EXPORTFS=y | 1420 | CONFIG_EXPORTFS=y |
| 1384 | CONFIG_NFS_COMMON=y | 1421 | CONFIG_NFS_COMMON=y |
| 1385 | CONFIG_SUNRPC=y | 1422 | CONFIG_SUNRPC=y |
| 1386 | CONFIG_SUNRPC_GSS=y | 1423 | CONFIG_SUNRPC_GSS=y |
| 1387 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1388 | CONFIG_RPCSEC_GSS_KRB5=y | 1424 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1389 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1425 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1390 | # CONFIG_SMB_FS is not set | 1426 | # CONFIG_SMB_FS is not set |
| @@ -1463,6 +1499,7 @@ CONFIG_BITREVERSE=y | |||
| 1463 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1499 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1464 | # CONFIG_CRC_CCITT is not set | 1500 | # CONFIG_CRC_CCITT is not set |
| 1465 | # CONFIG_CRC16 is not set | 1501 | # CONFIG_CRC16 is not set |
| 1502 | CONFIG_CRC_T10DIF=y | ||
| 1466 | CONFIG_CRC_ITU_T=m | 1503 | CONFIG_CRC_ITU_T=m |
| 1467 | CONFIG_CRC32=y | 1504 | CONFIG_CRC32=y |
| 1468 | # CONFIG_CRC7 is not set | 1505 | # CONFIG_CRC7 is not set |
| @@ -1488,6 +1525,8 @@ CONFIG_FRAME_WARN=1024 | |||
| 1488 | CONFIG_DEBUG_KERNEL=y | 1525 | CONFIG_DEBUG_KERNEL=y |
| 1489 | # CONFIG_DEBUG_SHIRQ is not set | 1526 | # CONFIG_DEBUG_SHIRQ is not set |
| 1490 | CONFIG_DETECT_SOFTLOCKUP=y | 1527 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1528 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1529 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1491 | CONFIG_SCHED_DEBUG=y | 1530 | CONFIG_SCHED_DEBUG=y |
| 1492 | # CONFIG_SCHEDSTATS is not set | 1531 | # CONFIG_SCHEDSTATS is not set |
| 1493 | # CONFIG_TIMER_STATS is not set | 1532 | # CONFIG_TIMER_STATS is not set |
| @@ -1506,19 +1545,32 @@ CONFIG_SCHED_DEBUG=y | |||
| 1506 | CONFIG_DEBUG_INFO=y | 1545 | CONFIG_DEBUG_INFO=y |
| 1507 | # CONFIG_DEBUG_VM is not set | 1546 | # CONFIG_DEBUG_VM is not set |
| 1508 | # CONFIG_DEBUG_WRITECOUNT is not set | 1547 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1548 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1509 | # CONFIG_DEBUG_LIST is not set | 1549 | # CONFIG_DEBUG_LIST is not set |
| 1510 | # CONFIG_DEBUG_SG is not set | 1550 | # CONFIG_DEBUG_SG is not set |
| 1511 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1551 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1512 | # CONFIG_RCU_TORTURE_TEST is not set | 1552 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1513 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1553 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1514 | # CONFIG_FAULT_INJECTION is not set | 1554 | # CONFIG_FAULT_INJECTION is not set |
| 1555 | # CONFIG_LATENCYTOP is not set | ||
| 1556 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1557 | CONFIG_HAVE_FTRACE=y | ||
| 1558 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1559 | # CONFIG_FTRACE is not set | ||
| 1560 | # CONFIG_SCHED_TRACER is not set | ||
| 1561 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1515 | # CONFIG_SAMPLES is not set | 1562 | # CONFIG_SAMPLES is not set |
| 1563 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1564 | # CONFIG_KGDB is not set | ||
| 1516 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1565 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1517 | # CONFIG_DEBUG_STACK_USAGE is not set | 1566 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1518 | # CONFIG_DEBUG_PAGEALLOC is not set | 1567 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1519 | # CONFIG_DEBUGGER is not set | 1568 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1569 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1570 | # CONFIG_XMON is not set | ||
| 1520 | # CONFIG_IRQSTACKS is not set | 1571 | # CONFIG_IRQSTACKS is not set |
| 1521 | # CONFIG_BDI_SWITCH is not set | 1572 | # CONFIG_BDI_SWITCH is not set |
| 1573 | # CONFIG_BOOTX_TEXT is not set | ||
| 1522 | # CONFIG_PPC_EARLY_DEBUG is not set | 1574 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1523 | 1575 | ||
| 1524 | # | 1576 | # |
| @@ -1573,6 +1625,10 @@ CONFIG_CRYPTO_HMAC=y | |||
| 1573 | # CONFIG_CRYPTO_MD4 is not set | 1625 | # CONFIG_CRYPTO_MD4 is not set |
| 1574 | CONFIG_CRYPTO_MD5=y | 1626 | CONFIG_CRYPTO_MD5=y |
| 1575 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1627 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1628 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1629 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1630 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1631 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1576 | CONFIG_CRYPTO_SHA1=m | 1632 | CONFIG_CRYPTO_SHA1=m |
| 1577 | # CONFIG_CRYPTO_SHA256 is not set | 1633 | # CONFIG_CRYPTO_SHA256 is not set |
| 1578 | # CONFIG_CRYPTO_SHA512 is not set | 1634 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1605,5 +1661,6 @@ CONFIG_CRYPTO_DES=y | |||
| 1605 | # CONFIG_CRYPTO_LZO is not set | 1661 | # CONFIG_CRYPTO_LZO is not set |
| 1606 | CONFIG_CRYPTO_HW=y | 1662 | CONFIG_CRYPTO_HW=y |
| 1607 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1663 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1664 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1608 | # CONFIG_PPC_CLOCK is not set | 1665 | # CONFIG_PPC_CLOCK is not set |
| 1609 | # CONFIG_VIRTUALIZATION is not set | 1666 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc866_ads_defconfig b/arch/powerpc/configs/mpc866_ads_defconfig index 46fffbcd3f99..1501c4336b3d 100644 --- a/arch/powerpc/configs/mpc866_ads_defconfig +++ b/arch/powerpc/configs/mpc866_ads_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:16 2008 | 4 | # Thu Aug 21 00:52:11 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,6 +29,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 30 | CONFIG_IRQ_PER_CPU=y |
| 31 | CONFIG_STACKTRACE_SUPPORT=y | 31 | CONFIG_STACKTRACE_SUPPORT=y |
| 32 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 32 | CONFIG_LOCKDEP_SUPPORT=y | 33 | CONFIG_LOCKDEP_SUPPORT=y |
| 33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -106,10 +107,16 @@ CONFIG_SLUB=y | |||
| 106 | # CONFIG_PROFILING is not set | 107 | # CONFIG_PROFILING is not set |
| 107 | # CONFIG_MARKERS is not set | 108 | # CONFIG_MARKERS is not set |
| 108 | CONFIG_HAVE_OPROFILE=y | 109 | CONFIG_HAVE_OPROFILE=y |
| 110 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 111 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 109 | CONFIG_HAVE_KPROBES=y | 112 | CONFIG_HAVE_KPROBES=y |
| 110 | CONFIG_HAVE_KRETPROBES=y | 113 | CONFIG_HAVE_KRETPROBES=y |
| 114 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 111 | # CONFIG_HAVE_DMA_ATTRS is not set | 115 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 116 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 117 | CONFIG_HAVE_CLK=y | ||
| 112 | CONFIG_PROC_PAGE_MONITOR=y | 118 | CONFIG_PROC_PAGE_MONITOR=y |
| 119 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 113 | CONFIG_SLABINFO=y | 120 | CONFIG_SLABINFO=y |
| 114 | CONFIG_RT_MUTEXES=y | 121 | CONFIG_RT_MUTEXES=y |
| 115 | # CONFIG_TINY_SHMEM is not set | 122 | # CONFIG_TINY_SHMEM is not set |
| @@ -120,6 +127,7 @@ CONFIG_BLOCK=y | |||
| 120 | # CONFIG_BLK_DEV_IO_TRACE is not set | 127 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 121 | # CONFIG_LSF is not set | 128 | # CONFIG_LSF is not set |
| 122 | # CONFIG_BLK_DEV_BSG is not set | 129 | # CONFIG_BLK_DEV_BSG is not set |
| 130 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 123 | 131 | ||
| 124 | # | 132 | # |
| 125 | # IO Schedulers | 133 | # IO Schedulers |
| @@ -138,8 +146,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 138 | # | 146 | # |
| 139 | # Platform support | 147 | # Platform support |
| 140 | # | 148 | # |
| 141 | # CONFIG_PPC_MPC512x is not set | ||
| 142 | # CONFIG_PPC_MPC5121 is not set | ||
| 143 | # CONFIG_PPC_CELL is not set | 149 | # CONFIG_PPC_CELL is not set |
| 144 | # CONFIG_PPC_CELL_NATIVE is not set | 150 | # CONFIG_PPC_CELL_NATIVE is not set |
| 145 | CONFIG_CPM1=y | 151 | CONFIG_CPM1=y |
| @@ -157,6 +163,7 @@ CONFIG_MPC86XADS=y | |||
| 157 | # Generic MPC8xx Options | 163 | # Generic MPC8xx Options |
| 158 | # | 164 | # |
| 159 | CONFIG_8xx_COPYBACK=y | 165 | CONFIG_8xx_COPYBACK=y |
| 166 | # CONFIG_8xx_GPIO is not set | ||
| 160 | CONFIG_8xx_CPU6=y | 167 | CONFIG_8xx_CPU6=y |
| 161 | CONFIG_8xx_CPU15=y | 168 | CONFIG_8xx_CPU15=y |
| 162 | CONFIG_NO_UCODE_PATCH=y | 169 | CONFIG_NO_UCODE_PATCH=y |
| @@ -175,7 +182,6 @@ CONFIG_NO_UCODE_PATCH=y | |||
| 175 | # CONFIG_PPC_INDIRECT_IO is not set | 182 | # CONFIG_PPC_INDIRECT_IO is not set |
| 176 | # CONFIG_GENERIC_IOMAP is not set | 183 | # CONFIG_GENERIC_IOMAP is not set |
| 177 | # CONFIG_CPU_FREQ is not set | 184 | # CONFIG_CPU_FREQ is not set |
| 178 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 179 | # CONFIG_FSL_ULI1575 is not set | 185 | # CONFIG_FSL_ULI1575 is not set |
| 180 | CONFIG_CPM=y | 186 | CONFIG_CPM=y |
| 181 | 187 | ||
| @@ -192,7 +198,7 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | |||
| 192 | # CONFIG_HZ_300 is not set | 198 | # CONFIG_HZ_300 is not set |
| 193 | CONFIG_HZ_1000=y | 199 | CONFIG_HZ_1000=y |
| 194 | CONFIG_HZ=1000 | 200 | CONFIG_HZ=1000 |
| 195 | # CONFIG_SCHED_HRTICK is not set | 201 | CONFIG_SCHED_HRTICK=y |
| 196 | CONFIG_PREEMPT_NONE=y | 202 | CONFIG_PREEMPT_NONE=y |
| 197 | # CONFIG_PREEMPT_VOLUNTARY is not set | 203 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 198 | # CONFIG_PREEMPT is not set | 204 | # CONFIG_PREEMPT is not set |
| @@ -215,6 +221,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 215 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 216 | CONFIG_PAGEFLAGS_EXTENDED=y | 222 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 217 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 218 | # CONFIG_RESOURCES_64BIT is not set | 225 | # CONFIG_RESOURCES_64BIT is not set |
| 219 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 220 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| @@ -222,6 +229,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 222 | CONFIG_FORCE_MAX_ZONEORDER=11 | 229 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 223 | # CONFIG_PROC_DEVICETREE is not set | 230 | # CONFIG_PROC_DEVICETREE is not set |
| 224 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 225 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 226 | # CONFIG_SECCOMP is not set | 234 | # CONFIG_SECCOMP is not set |
| 227 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -253,10 +261,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 253 | CONFIG_TASK_SIZE=0x80000000 | 261 | CONFIG_TASK_SIZE=0x80000000 |
| 254 | CONFIG_CONSISTENT_START=0xfd000000 | 262 | CONFIG_CONSISTENT_START=0xfd000000 |
| 255 | CONFIG_CONSISTENT_SIZE=0x00200000 | 263 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 256 | |||
| 257 | # | ||
| 258 | # Networking | ||
| 259 | # | ||
| 260 | CONFIG_NET=y | 264 | CONFIG_NET=y |
| 261 | 265 | ||
| 262 | # | 266 | # |
| @@ -361,6 +365,7 @@ CONFIG_BLK_DEV_LOOP=y | |||
| 361 | # CONFIG_BLK_DEV_RAM is not set | 365 | # CONFIG_BLK_DEV_RAM is not set |
| 362 | # CONFIG_CDROM_PKTCDVD is not set | 366 | # CONFIG_CDROM_PKTCDVD is not set |
| 363 | # CONFIG_ATA_OVER_ETH is not set | 367 | # CONFIG_ATA_OVER_ETH is not set |
| 368 | # CONFIG_BLK_DEV_HD is not set | ||
| 364 | CONFIG_MISC_DEVICES=y | 369 | CONFIG_MISC_DEVICES=y |
| 365 | # CONFIG_EEPROM_93CX6 is not set | 370 | # CONFIG_EEPROM_93CX6 is not set |
| 366 | # CONFIG_ENCLOSURE_SERVICES is not set | 371 | # CONFIG_ENCLOSURE_SERVICES is not set |
| @@ -378,7 +383,6 @@ CONFIG_HAVE_IDE=y | |||
| 378 | # CONFIG_MD is not set | 383 | # CONFIG_MD is not set |
| 379 | # CONFIG_MACINTOSH_DRIVERS is not set | 384 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 380 | CONFIG_NETDEVICES=y | 385 | CONFIG_NETDEVICES=y |
| 381 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 382 | # CONFIG_DUMMY is not set | 386 | # CONFIG_DUMMY is not set |
| 383 | # CONFIG_BONDING is not set | 387 | # CONFIG_BONDING is not set |
| 384 | # CONFIG_MACVLAN is not set | 388 | # CONFIG_MACVLAN is not set |
| @@ -414,7 +418,6 @@ CONFIG_FS_ENET_HAS_SCC=y | |||
| 414 | CONFIG_FS_ENET_HAS_FEC=y | 418 | CONFIG_FS_ENET_HAS_FEC=y |
| 415 | CONFIG_FS_ENET_MDIO_FEC=y | 419 | CONFIG_FS_ENET_MDIO_FEC=y |
| 416 | CONFIG_NETDEV_1000=y | 420 | CONFIG_NETDEV_1000=y |
| 417 | # CONFIG_E1000E_ENABLED is not set | ||
| 418 | # CONFIG_GIANFAR is not set | 421 | # CONFIG_GIANFAR is not set |
| 419 | CONFIG_NETDEV_10000=y | 422 | CONFIG_NETDEV_10000=y |
| 420 | 423 | ||
| @@ -484,6 +487,7 @@ CONFIG_SERIO_I8042=y | |||
| 484 | CONFIG_SERIO_SERPORT=y | 487 | CONFIG_SERIO_SERPORT=y |
| 485 | CONFIG_SERIO_LIBPS2=y | 488 | CONFIG_SERIO_LIBPS2=y |
| 486 | # CONFIG_SERIO_RAW is not set | 489 | # CONFIG_SERIO_RAW is not set |
| 490 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 487 | # CONFIG_GAMEPORT is not set | 491 | # CONFIG_GAMEPORT is not set |
| 488 | 492 | ||
| 489 | # | 493 | # |
| @@ -524,6 +528,8 @@ CONFIG_GEN_RTC=y | |||
| 524 | # CONFIG_TCG_TPM is not set | 528 | # CONFIG_TCG_TPM is not set |
| 525 | # CONFIG_I2C is not set | 529 | # CONFIG_I2C is not set |
| 526 | # CONFIG_SPI is not set | 530 | # CONFIG_SPI is not set |
| 531 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 532 | # CONFIG_GPIOLIB is not set | ||
| 527 | # CONFIG_W1 is not set | 533 | # CONFIG_W1 is not set |
| 528 | # CONFIG_POWER_SUPPLY is not set | 534 | # CONFIG_POWER_SUPPLY is not set |
| 529 | CONFIG_HWMON=y | 535 | CONFIG_HWMON=y |
| @@ -540,6 +546,7 @@ CONFIG_HWMON=y | |||
| 540 | # CONFIG_SENSORS_W83627EHF is not set | 546 | # CONFIG_SENSORS_W83627EHF is not set |
| 541 | # CONFIG_HWMON_DEBUG_CHIP is not set | 547 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 542 | # CONFIG_THERMAL is not set | 548 | # CONFIG_THERMAL is not set |
| 549 | # CONFIG_THERMAL_HWMON is not set | ||
| 543 | # CONFIG_WATCHDOG is not set | 550 | # CONFIG_WATCHDOG is not set |
| 544 | 551 | ||
| 545 | # | 552 | # |
| @@ -551,8 +558,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 551 | # | 558 | # |
| 552 | # Multifunction device drivers | 559 | # Multifunction device drivers |
| 553 | # | 560 | # |
| 561 | # CONFIG_MFD_CORE is not set | ||
| 554 | # CONFIG_MFD_SM501 is not set | 562 | # CONFIG_MFD_SM501 is not set |
| 555 | # CONFIG_HTC_PASIC3 is not set | 563 | # CONFIG_HTC_PASIC3 is not set |
| 564 | # CONFIG_MFD_TMIO is not set | ||
| 556 | 565 | ||
| 557 | # | 566 | # |
| 558 | # Multimedia devices | 567 | # Multimedia devices |
| @@ -582,10 +591,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 582 | # Display device support | 591 | # Display device support |
| 583 | # | 592 | # |
| 584 | # CONFIG_DISPLAY_SUPPORT is not set | 593 | # CONFIG_DISPLAY_SUPPORT is not set |
| 585 | |||
| 586 | # | ||
| 587 | # Sound | ||
| 588 | # | ||
| 589 | # CONFIG_SOUND is not set | 594 | # CONFIG_SOUND is not set |
| 590 | CONFIG_HID_SUPPORT=y | 595 | CONFIG_HID_SUPPORT=y |
| 591 | CONFIG_HID=y | 596 | CONFIG_HID=y |
| @@ -599,6 +604,10 @@ CONFIG_USB_SUPPORT=y | |||
| 599 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 604 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 600 | 605 | ||
| 601 | # | 606 | # |
| 607 | # Enable Host or Gadget support to see Inventra options | ||
| 608 | # | ||
| 609 | |||
| 610 | # | ||
| 602 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 611 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 603 | # | 612 | # |
| 604 | # CONFIG_USB_GADGET is not set | 613 | # CONFIG_USB_GADGET is not set |
| @@ -677,6 +686,7 @@ CONFIG_TMPFS=y | |||
| 677 | CONFIG_CRAMFS=y | 686 | CONFIG_CRAMFS=y |
| 678 | # CONFIG_VXFS_FS is not set | 687 | # CONFIG_VXFS_FS is not set |
| 679 | # CONFIG_MINIX_FS is not set | 688 | # CONFIG_MINIX_FS is not set |
| 689 | # CONFIG_OMFS_FS is not set | ||
| 680 | # CONFIG_HPFS_FS is not set | 690 | # CONFIG_HPFS_FS is not set |
| 681 | # CONFIG_QNX4FS_FS is not set | 691 | # CONFIG_QNX4FS_FS is not set |
| 682 | # CONFIG_ROMFS_FS is not set | 692 | # CONFIG_ROMFS_FS is not set |
| @@ -687,13 +697,12 @@ CONFIG_NFS_FS=y | |||
| 687 | CONFIG_NFS_V3=y | 697 | CONFIG_NFS_V3=y |
| 688 | # CONFIG_NFS_V3_ACL is not set | 698 | # CONFIG_NFS_V3_ACL is not set |
| 689 | # CONFIG_NFS_V4 is not set | 699 | # CONFIG_NFS_V4 is not set |
| 690 | # CONFIG_NFSD is not set | ||
| 691 | CONFIG_ROOT_NFS=y | 700 | CONFIG_ROOT_NFS=y |
| 701 | # CONFIG_NFSD is not set | ||
| 692 | CONFIG_LOCKD=y | 702 | CONFIG_LOCKD=y |
| 693 | CONFIG_LOCKD_V4=y | 703 | CONFIG_LOCKD_V4=y |
| 694 | CONFIG_NFS_COMMON=y | 704 | CONFIG_NFS_COMMON=y |
| 695 | CONFIG_SUNRPC=y | 705 | CONFIG_SUNRPC=y |
| 696 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 697 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 706 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 698 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 707 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 699 | # CONFIG_SMB_FS is not set | 708 | # CONFIG_SMB_FS is not set |
| @@ -733,6 +742,7 @@ CONFIG_BITREVERSE=y | |||
| 733 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 742 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 734 | CONFIG_CRC_CCITT=y | 743 | CONFIG_CRC_CCITT=y |
| 735 | # CONFIG_CRC16 is not set | 744 | # CONFIG_CRC16 is not set |
| 745 | # CONFIG_CRC_T10DIF is not set | ||
| 736 | # CONFIG_CRC_ITU_T is not set | 746 | # CONFIG_CRC_ITU_T is not set |
| 737 | CONFIG_CRC32=y | 747 | CONFIG_CRC32=y |
| 738 | # CONFIG_CRC7 is not set | 748 | # CONFIG_CRC7 is not set |
| @@ -758,7 +768,15 @@ CONFIG_FRAME_WARN=1024 | |||
| 758 | # CONFIG_DEBUG_KERNEL is not set | 768 | # CONFIG_DEBUG_KERNEL is not set |
| 759 | # CONFIG_SLUB_DEBUG_ON is not set | 769 | # CONFIG_SLUB_DEBUG_ON is not set |
| 760 | # CONFIG_SLUB_STATS is not set | 770 | # CONFIG_SLUB_STATS is not set |
| 771 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 772 | # CONFIG_LATENCYTOP is not set | ||
| 773 | CONFIG_HAVE_FTRACE=y | ||
| 774 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 775 | # CONFIG_FTRACE is not set | ||
| 776 | # CONFIG_SCHED_TRACER is not set | ||
| 777 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 761 | # CONFIG_SAMPLES is not set | 778 | # CONFIG_SAMPLES is not set |
| 779 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 762 | # CONFIG_IRQSTACKS is not set | 780 | # CONFIG_IRQSTACKS is not set |
| 763 | # CONFIG_PPC_EARLY_DEBUG is not set | 781 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 764 | 782 | ||
| @@ -810,6 +828,10 @@ CONFIG_CRYPTO=y | |||
| 810 | # CONFIG_CRYPTO_MD4 is not set | 828 | # CONFIG_CRYPTO_MD4 is not set |
| 811 | # CONFIG_CRYPTO_MD5 is not set | 829 | # CONFIG_CRYPTO_MD5 is not set |
| 812 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 830 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 831 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 832 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 833 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 834 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 813 | # CONFIG_CRYPTO_SHA1 is not set | 835 | # CONFIG_CRYPTO_SHA1 is not set |
| 814 | # CONFIG_CRYPTO_SHA256 is not set | 836 | # CONFIG_CRYPTO_SHA256 is not set |
| 815 | # CONFIG_CRYPTO_SHA512 is not set | 837 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -841,6 +863,7 @@ CONFIG_CRYPTO=y | |||
| 841 | # CONFIG_CRYPTO_DEFLATE is not set | 863 | # CONFIG_CRYPTO_DEFLATE is not set |
| 842 | # CONFIG_CRYPTO_LZO is not set | 864 | # CONFIG_CRYPTO_LZO is not set |
| 843 | CONFIG_CRYPTO_HW=y | 865 | CONFIG_CRYPTO_HW=y |
| 844 | # CONFIG_PPC_CLOCK is not set | 866 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 867 | CONFIG_PPC_CLOCK=y | ||
| 845 | CONFIG_PPC_LIB_RHEAP=y | 868 | CONFIG_PPC_LIB_RHEAP=y |
| 846 | # CONFIG_VIRTUALIZATION is not set | 869 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/mpc885_ads_defconfig b/arch/powerpc/configs/mpc885_ads_defconfig index 9df78973005e..fc3f6dc58126 100644 --- a/arch/powerpc/configs/mpc885_ads_defconfig +++ b/arch/powerpc/configs/mpc885_ads_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.26-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:17 2008 | 4 | # Thu Aug 21 00:52:12 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -29,6 +29,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 29 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 30 | CONFIG_IRQ_PER_CPU=y | 30 | CONFIG_IRQ_PER_CPU=y |
| 31 | CONFIG_STACKTRACE_SUPPORT=y | 31 | CONFIG_STACKTRACE_SUPPORT=y |
| 32 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 32 | CONFIG_LOCKDEP_SUPPORT=y | 33 | CONFIG_LOCKDEP_SUPPORT=y |
| 33 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 34 | CONFIG_ARCH_HAS_ILOG2_U32=y | 35 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -108,10 +109,16 @@ CONFIG_SLUB=y | |||
| 108 | # CONFIG_PROFILING is not set | 109 | # CONFIG_PROFILING is not set |
| 109 | # CONFIG_MARKERS is not set | 110 | # CONFIG_MARKERS is not set |
| 110 | CONFIG_HAVE_OPROFILE=y | 111 | CONFIG_HAVE_OPROFILE=y |
| 112 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 113 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 111 | CONFIG_HAVE_KPROBES=y | 114 | CONFIG_HAVE_KPROBES=y |
| 112 | CONFIG_HAVE_KRETPROBES=y | 115 | CONFIG_HAVE_KRETPROBES=y |
| 116 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 113 | # CONFIG_HAVE_DMA_ATTRS is not set | 117 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 118 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 119 | CONFIG_HAVE_CLK=y | ||
| 114 | CONFIG_PROC_PAGE_MONITOR=y | 120 | CONFIG_PROC_PAGE_MONITOR=y |
| 121 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 115 | CONFIG_SLABINFO=y | 122 | CONFIG_SLABINFO=y |
| 116 | # CONFIG_TINY_SHMEM is not set | 123 | # CONFIG_TINY_SHMEM is not set |
| 117 | CONFIG_BASE_SMALL=1 | 124 | CONFIG_BASE_SMALL=1 |
| @@ -121,6 +128,7 @@ CONFIG_BLOCK=y | |||
| 121 | # CONFIG_BLK_DEV_IO_TRACE is not set | 128 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 122 | # CONFIG_LSF is not set | 129 | # CONFIG_LSF is not set |
| 123 | # CONFIG_BLK_DEV_BSG is not set | 130 | # CONFIG_BLK_DEV_BSG is not set |
| 131 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 124 | 132 | ||
| 125 | # | 133 | # |
| 126 | # IO Schedulers | 134 | # IO Schedulers |
| @@ -139,8 +147,6 @@ CONFIG_CLASSIC_RCU=y | |||
| 139 | # | 147 | # |
| 140 | # Platform support | 148 | # Platform support |
| 141 | # | 149 | # |
| 142 | # CONFIG_PPC_MPC512x is not set | ||
| 143 | # CONFIG_PPC_MPC5121 is not set | ||
| 144 | # CONFIG_PPC_CELL is not set | 150 | # CONFIG_PPC_CELL is not set |
| 145 | # CONFIG_PPC_CELL_NATIVE is not set | 151 | # CONFIG_PPC_CELL_NATIVE is not set |
| 146 | CONFIG_CPM1=y | 152 | CONFIG_CPM1=y |
| @@ -165,6 +171,7 @@ CONFIG_MPC8xx_SECOND_ETH_FEC2=y | |||
| 165 | # Generic MPC8xx Options | 171 | # Generic MPC8xx Options |
| 166 | # | 172 | # |
| 167 | CONFIG_8xx_COPYBACK=y | 173 | CONFIG_8xx_COPYBACK=y |
| 174 | # CONFIG_8xx_GPIO is not set | ||
| 168 | # CONFIG_8xx_CPU6 is not set | 175 | # CONFIG_8xx_CPU6 is not set |
| 169 | CONFIG_8xx_CPU15=y | 176 | CONFIG_8xx_CPU15=y |
| 170 | CONFIG_NO_UCODE_PATCH=y | 177 | CONFIG_NO_UCODE_PATCH=y |
| @@ -183,7 +190,6 @@ CONFIG_NO_UCODE_PATCH=y | |||
| 183 | # CONFIG_PPC_INDIRECT_IO is not set | 190 | # CONFIG_PPC_INDIRECT_IO is not set |
| 184 | # CONFIG_GENERIC_IOMAP is not set | 191 | # CONFIG_GENERIC_IOMAP is not set |
| 185 | # CONFIG_CPU_FREQ is not set | 192 | # CONFIG_CPU_FREQ is not set |
| 186 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 187 | # CONFIG_FSL_ULI1575 is not set | 193 | # CONFIG_FSL_ULI1575 is not set |
| 188 | CONFIG_CPM=y | 194 | CONFIG_CPM=y |
| 189 | 195 | ||
| @@ -200,7 +206,7 @@ CONFIG_HZ_100=y | |||
| 200 | # CONFIG_HZ_300 is not set | 206 | # CONFIG_HZ_300 is not set |
| 201 | # CONFIG_HZ_1000 is not set | 207 | # CONFIG_HZ_1000 is not set |
| 202 | CONFIG_HZ=100 | 208 | CONFIG_HZ=100 |
| 203 | # CONFIG_SCHED_HRTICK is not set | 209 | CONFIG_SCHED_HRTICK=y |
| 204 | CONFIG_PREEMPT_NONE=y | 210 | CONFIG_PREEMPT_NONE=y |
| 205 | # CONFIG_PREEMPT_VOLUNTARY is not set | 211 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 206 | # CONFIG_PREEMPT is not set | 212 | # CONFIG_PREEMPT is not set |
| @@ -224,6 +230,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 224 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 230 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 225 | CONFIG_PAGEFLAGS_EXTENDED=y | 231 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 226 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 232 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 233 | CONFIG_MIGRATION=y | ||
| 227 | # CONFIG_RESOURCES_64BIT is not set | 234 | # CONFIG_RESOURCES_64BIT is not set |
| 228 | CONFIG_ZONE_DMA_FLAG=1 | 235 | CONFIG_ZONE_DMA_FLAG=1 |
| 229 | CONFIG_BOUNCE=y | 236 | CONFIG_BOUNCE=y |
| @@ -231,6 +238,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 231 | CONFIG_FORCE_MAX_ZONEORDER=11 | 238 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 232 | CONFIG_PROC_DEVICETREE=y | 239 | CONFIG_PROC_DEVICETREE=y |
| 233 | # CONFIG_CMDLINE_BOOL is not set | 240 | # CONFIG_CMDLINE_BOOL is not set |
| 241 | CONFIG_EXTRA_TARGETS="" | ||
| 234 | # CONFIG_PM is not set | 242 | # CONFIG_PM is not set |
| 235 | # CONFIG_SECCOMP is not set | 243 | # CONFIG_SECCOMP is not set |
| 236 | CONFIG_ISA_DMA_API=y | 244 | CONFIG_ISA_DMA_API=y |
| @@ -263,10 +271,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 263 | CONFIG_TASK_SIZE=0x80000000 | 271 | CONFIG_TASK_SIZE=0x80000000 |
| 264 | CONFIG_CONSISTENT_START=0xfd000000 | 272 | CONFIG_CONSISTENT_START=0xfd000000 |
| 265 | CONFIG_CONSISTENT_SIZE=0x00200000 | 273 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 266 | |||
| 267 | # | ||
| 268 | # Networking | ||
| 269 | # | ||
| 270 | CONFIG_NET=y | 274 | CONFIG_NET=y |
| 271 | 275 | ||
| 272 | # | 276 | # |
| @@ -453,7 +457,6 @@ CONFIG_HAVE_IDE=y | |||
| 453 | # CONFIG_MD is not set | 457 | # CONFIG_MD is not set |
| 454 | # CONFIG_MACINTOSH_DRIVERS is not set | 458 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 455 | CONFIG_NETDEVICES=y | 459 | CONFIG_NETDEVICES=y |
| 456 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 457 | # CONFIG_DUMMY is not set | 460 | # CONFIG_DUMMY is not set |
| 458 | # CONFIG_BONDING is not set | 461 | # CONFIG_BONDING is not set |
| 459 | # CONFIG_MACVLAN is not set | 462 | # CONFIG_MACVLAN is not set |
| @@ -555,10 +558,13 @@ CONFIG_GEN_RTC=y | |||
| 555 | # CONFIG_TCG_TPM is not set | 558 | # CONFIG_TCG_TPM is not set |
| 556 | # CONFIG_I2C is not set | 559 | # CONFIG_I2C is not set |
| 557 | # CONFIG_SPI is not set | 560 | # CONFIG_SPI is not set |
| 561 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 562 | # CONFIG_GPIOLIB is not set | ||
| 558 | # CONFIG_W1 is not set | 563 | # CONFIG_W1 is not set |
| 559 | # CONFIG_POWER_SUPPLY is not set | 564 | # CONFIG_POWER_SUPPLY is not set |
| 560 | # CONFIG_HWMON is not set | 565 | # CONFIG_HWMON is not set |
| 561 | # CONFIG_THERMAL is not set | 566 | # CONFIG_THERMAL is not set |
| 567 | # CONFIG_THERMAL_HWMON is not set | ||
| 562 | # CONFIG_WATCHDOG is not set | 568 | # CONFIG_WATCHDOG is not set |
| 563 | 569 | ||
| 564 | # | 570 | # |
| @@ -570,8 +576,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 570 | # | 576 | # |
| 571 | # Multifunction device drivers | 577 | # Multifunction device drivers |
| 572 | # | 578 | # |
| 579 | # CONFIG_MFD_CORE is not set | ||
| 573 | # CONFIG_MFD_SM501 is not set | 580 | # CONFIG_MFD_SM501 is not set |
| 574 | # CONFIG_HTC_PASIC3 is not set | 581 | # CONFIG_HTC_PASIC3 is not set |
| 582 | # CONFIG_MFD_TMIO is not set | ||
| 575 | 583 | ||
| 576 | # | 584 | # |
| 577 | # Multimedia devices | 585 | # Multimedia devices |
| @@ -601,10 +609,6 @@ CONFIG_DAB=y | |||
| 601 | # Display device support | 609 | # Display device support |
| 602 | # | 610 | # |
| 603 | # CONFIG_DISPLAY_SUPPORT is not set | 611 | # CONFIG_DISPLAY_SUPPORT is not set |
| 604 | |||
| 605 | # | ||
| 606 | # Sound | ||
| 607 | # | ||
| 608 | # CONFIG_SOUND is not set | 612 | # CONFIG_SOUND is not set |
| 609 | # CONFIG_USB_SUPPORT is not set | 613 | # CONFIG_USB_SUPPORT is not set |
| 610 | # CONFIG_MMC is not set | 614 | # CONFIG_MMC is not set |
| @@ -673,6 +677,7 @@ CONFIG_TMPFS=y | |||
| 673 | CONFIG_CRAMFS=y | 677 | CONFIG_CRAMFS=y |
| 674 | # CONFIG_VXFS_FS is not set | 678 | # CONFIG_VXFS_FS is not set |
| 675 | # CONFIG_MINIX_FS is not set | 679 | # CONFIG_MINIX_FS is not set |
| 680 | # CONFIG_OMFS_FS is not set | ||
| 676 | # CONFIG_HPFS_FS is not set | 681 | # CONFIG_HPFS_FS is not set |
| 677 | # CONFIG_QNX4FS_FS is not set | 682 | # CONFIG_QNX4FS_FS is not set |
| 678 | # CONFIG_ROMFS_FS is not set | 683 | # CONFIG_ROMFS_FS is not set |
| @@ -683,13 +688,12 @@ CONFIG_NFS_FS=y | |||
| 683 | CONFIG_NFS_V3=y | 688 | CONFIG_NFS_V3=y |
| 684 | # CONFIG_NFS_V3_ACL is not set | 689 | # CONFIG_NFS_V3_ACL is not set |
| 685 | # CONFIG_NFS_V4 is not set | 690 | # CONFIG_NFS_V4 is not set |
| 686 | # CONFIG_NFSD is not set | ||
| 687 | CONFIG_ROOT_NFS=y | 691 | CONFIG_ROOT_NFS=y |
| 692 | # CONFIG_NFSD is not set | ||
| 688 | CONFIG_LOCKD=y | 693 | CONFIG_LOCKD=y |
| 689 | CONFIG_LOCKD_V4=y | 694 | CONFIG_LOCKD_V4=y |
| 690 | CONFIG_NFS_COMMON=y | 695 | CONFIG_NFS_COMMON=y |
| 691 | CONFIG_SUNRPC=y | 696 | CONFIG_SUNRPC=y |
| 692 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 693 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 697 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 694 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 698 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 695 | # CONFIG_SMB_FS is not set | 699 | # CONFIG_SMB_FS is not set |
| @@ -728,6 +732,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 728 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 732 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 729 | # CONFIG_CRC_CCITT is not set | 733 | # CONFIG_CRC_CCITT is not set |
| 730 | # CONFIG_CRC16 is not set | 734 | # CONFIG_CRC16 is not set |
| 735 | # CONFIG_CRC_T10DIF is not set | ||
| 731 | # CONFIG_CRC_ITU_T is not set | 736 | # CONFIG_CRC_ITU_T is not set |
| 732 | # CONFIG_CRC32 is not set | 737 | # CONFIG_CRC32 is not set |
| 733 | # CONFIG_CRC7 is not set | 738 | # CONFIG_CRC7 is not set |
| @@ -752,6 +757,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 752 | CONFIG_DEBUG_KERNEL=y | 757 | CONFIG_DEBUG_KERNEL=y |
| 753 | # CONFIG_DEBUG_SHIRQ is not set | 758 | # CONFIG_DEBUG_SHIRQ is not set |
| 754 | CONFIG_DETECT_SOFTLOCKUP=y | 759 | CONFIG_DETECT_SOFTLOCKUP=y |
| 760 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 761 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 755 | CONFIG_SCHED_DEBUG=y | 762 | CONFIG_SCHED_DEBUG=y |
| 756 | # CONFIG_SCHEDSTATS is not set | 763 | # CONFIG_SCHEDSTATS is not set |
| 757 | # CONFIG_TIMER_STATS is not set | 764 | # CONFIG_TIMER_STATS is not set |
| @@ -767,16 +774,28 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 767 | CONFIG_DEBUG_INFO=y | 774 | CONFIG_DEBUG_INFO=y |
| 768 | # CONFIG_DEBUG_VM is not set | 775 | # CONFIG_DEBUG_VM is not set |
| 769 | # CONFIG_DEBUG_WRITECOUNT is not set | 776 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 777 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 770 | # CONFIG_DEBUG_LIST is not set | 778 | # CONFIG_DEBUG_LIST is not set |
| 771 | # CONFIG_DEBUG_SG is not set | 779 | # CONFIG_DEBUG_SG is not set |
| 772 | # CONFIG_BOOT_PRINTK_DELAY is not set | 780 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 781 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 773 | # CONFIG_BACKTRACE_SELF_TEST is not set | 782 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 774 | # 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 | ||
| 775 | # CONFIG_SAMPLES is not set | 790 | # CONFIG_SAMPLES is not set |
| 791 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 792 | # CONFIG_KGDB is not set | ||
| 776 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 793 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 777 | # CONFIG_DEBUG_STACK_USAGE is not set | 794 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 778 | # CONFIG_DEBUG_PAGEALLOC is not set | 795 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 779 | # CONFIG_DEBUGGER is not set | 796 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 797 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 798 | # CONFIG_XMON is not set | ||
| 780 | # CONFIG_IRQSTACKS is not set | 799 | # CONFIG_IRQSTACKS is not set |
| 781 | # CONFIG_BDI_SWITCH is not set | 800 | # CONFIG_BDI_SWITCH is not set |
| 782 | # CONFIG_PPC_EARLY_DEBUG is not set | 801 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -788,6 +807,6 @@ CONFIG_DEBUG_INFO=y | |||
| 788 | # CONFIG_SECURITY is not set | 807 | # CONFIG_SECURITY is not set |
| 789 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 808 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 790 | # CONFIG_CRYPTO is not set | 809 | # CONFIG_CRYPTO is not set |
| 791 | # CONFIG_PPC_CLOCK is not set | 810 | CONFIG_PPC_CLOCK=y |
| 792 | CONFIG_PPC_LIB_RHEAP=y | 811 | CONFIG_PPC_LIB_RHEAP=y |
| 793 | # CONFIG_VIRTUALIZATION is not set | 812 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/pq2fads_defconfig b/arch/powerpc/configs/pq2fads_defconfig index bc3bf62ddc2f..b390b7476649 100644 --- a/arch/powerpc/configs/pq2fads_defconfig +++ b/arch/powerpc/configs/pq2fads_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:18 2008 | 4 | # Thu Aug 21 00:52:13 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -15,6 +15,7 @@ CONFIG_6xx=y | |||
| 15 | # CONFIG_44x is not set | 15 | # CONFIG_44x is not set |
| 16 | # CONFIG_E200 is not set | 16 | # CONFIG_E200 is not set |
| 17 | CONFIG_PPC_FPU=y | 17 | CONFIG_PPC_FPU=y |
| 18 | # CONFIG_ALTIVEC is not set | ||
| 18 | CONFIG_PPC_STD_MMU=y | 19 | CONFIG_PPC_STD_MMU=y |
| 19 | CONFIG_PPC_STD_MMU_32=y | 20 | CONFIG_PPC_STD_MMU_32=y |
| 20 | # CONFIG_PPC_MM_SLICES is not set | 21 | # CONFIG_PPC_MM_SLICES is not set |
| @@ -31,12 +32,14 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 31 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 32 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 33 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 34 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 35 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 36 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| 37 | CONFIG_GENERIC_HWEIGHT=y | 39 | CONFIG_GENERIC_HWEIGHT=y |
| 38 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 40 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 39 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 41 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 42 | CONFIG_GENERIC_GPIO=y | ||
| 40 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | 43 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set |
| 41 | CONFIG_PPC=y | 44 | CONFIG_PPC=y |
| 42 | CONFIG_EARLY_PRINTK=y | 45 | CONFIG_EARLY_PRINTK=y |
| @@ -45,11 +48,13 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | |||
| 45 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | 48 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y |
| 46 | CONFIG_PPC_OF=y | 49 | CONFIG_PPC_OF=y |
| 47 | CONFIG_OF=y | 50 | CONFIG_OF=y |
| 48 | # CONFIG_PPC_UDBG_16550 is not set | 51 | CONFIG_PPC_UDBG_16550=y |
| 49 | # CONFIG_GENERIC_TBSYNC is not set | 52 | # CONFIG_GENERIC_TBSYNC is not set |
| 50 | CONFIG_AUDIT_ARCH=y | 53 | CONFIG_AUDIT_ARCH=y |
| 51 | CONFIG_GENERIC_BUG=y | 54 | CONFIG_GENERIC_BUG=y |
| 52 | CONFIG_DEFAULT_UIMAGE=y | 55 | CONFIG_DEFAULT_UIMAGE=y |
| 56 | CONFIG_HIBERNATE_32=y | ||
| 57 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | ||
| 53 | # CONFIG_PPC_DCR_NATIVE is not set | 58 | # CONFIG_PPC_DCR_NATIVE is not set |
| 54 | # CONFIG_PPC_DCR_MMIO is not set | 59 | # CONFIG_PPC_DCR_MMIO is not set |
| 55 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 60 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| @@ -82,7 +87,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 82 | CONFIG_SYSCTL=y | 87 | CONFIG_SYSCTL=y |
| 83 | CONFIG_EMBEDDED=y | 88 | CONFIG_EMBEDDED=y |
| 84 | CONFIG_SYSCTL_SYSCALL=y | 89 | CONFIG_SYSCTL_SYSCALL=y |
| 85 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 86 | CONFIG_KALLSYMS=y | 90 | CONFIG_KALLSYMS=y |
| 87 | CONFIG_KALLSYMS_ALL=y | 91 | CONFIG_KALLSYMS_ALL=y |
| 88 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 92 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -90,6 +94,7 @@ CONFIG_HOTPLUG=y | |||
| 90 | CONFIG_PRINTK=y | 94 | CONFIG_PRINTK=y |
| 91 | CONFIG_BUG=y | 95 | CONFIG_BUG=y |
| 92 | CONFIG_ELF_CORE=y | 96 | CONFIG_ELF_CORE=y |
| 97 | CONFIG_PCSPKR_PLATFORM=y | ||
| 93 | CONFIG_COMPAT_BRK=y | 98 | CONFIG_COMPAT_BRK=y |
| 94 | CONFIG_BASE_FULL=y | 99 | CONFIG_BASE_FULL=y |
| 95 | CONFIG_FUTEX=y | 100 | CONFIG_FUTEX=y |
| @@ -107,10 +112,16 @@ CONFIG_SLUB=y | |||
| 107 | # CONFIG_PROFILING is not set | 112 | # CONFIG_PROFILING is not set |
| 108 | # CONFIG_MARKERS is not set | 113 | # CONFIG_MARKERS is not set |
| 109 | CONFIG_HAVE_OPROFILE=y | 114 | CONFIG_HAVE_OPROFILE=y |
| 115 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 116 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 110 | CONFIG_HAVE_KPROBES=y | 117 | CONFIG_HAVE_KPROBES=y |
| 111 | CONFIG_HAVE_KRETPROBES=y | 118 | CONFIG_HAVE_KRETPROBES=y |
| 119 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 112 | # CONFIG_HAVE_DMA_ATTRS is not set | 120 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 121 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 122 | CONFIG_HAVE_CLK=y | ||
| 113 | CONFIG_PROC_PAGE_MONITOR=y | 123 | CONFIG_PROC_PAGE_MONITOR=y |
| 124 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 114 | CONFIG_SLABINFO=y | 125 | CONFIG_SLABINFO=y |
| 115 | CONFIG_RT_MUTEXES=y | 126 | CONFIG_RT_MUTEXES=y |
| 116 | # CONFIG_TINY_SHMEM is not set | 127 | # CONFIG_TINY_SHMEM is not set |
| @@ -120,6 +131,7 @@ CONFIG_BLOCK=y | |||
| 120 | # CONFIG_LBD is not set | 131 | # CONFIG_LBD is not set |
| 121 | # CONFIG_BLK_DEV_IO_TRACE is not set | 132 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 122 | # CONFIG_LSF is not set | 133 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 123 | 135 | ||
| 124 | # | 136 | # |
| 125 | # IO Schedulers | 137 | # IO Schedulers |
| @@ -138,33 +150,43 @@ CONFIG_CLASSIC_RCU=y | |||
| 138 | # | 150 | # |
| 139 | # Platform support | 151 | # Platform support |
| 140 | # | 152 | # |
| 141 | # CONFIG_PPC_MULTIPLATFORM is not set | 153 | CONFIG_PPC_MULTIPLATFORM=y |
| 142 | CONFIG_PPC_82xx=y | 154 | CONFIG_CLASSIC32=y |
| 143 | # CONFIG_PPC_83xx is not set | 155 | CONFIG_PPC_CHRP=y |
| 144 | # CONFIG_PPC_86xx is not set | 156 | # CONFIG_MPC5121_ADS is not set |
| 145 | # CONFIG_PPC_MPC512x is not set | 157 | # CONFIG_MPC5121_GENERIC is not set |
| 146 | # CONFIG_PPC_MPC5121 is not set | 158 | # CONFIG_PPC_MPC52xx is not set |
| 159 | CONFIG_PPC_PMAC=y | ||
| 147 | # CONFIG_PPC_CELL is not set | 160 | # CONFIG_PPC_CELL is not set |
| 148 | # CONFIG_PPC_CELL_NATIVE is not set | 161 | # CONFIG_PPC_CELL_NATIVE is not set |
| 162 | CONFIG_PPC_82xx=y | ||
| 149 | # CONFIG_MPC8272_ADS is not set | 163 | # CONFIG_MPC8272_ADS is not set |
| 150 | CONFIG_PQ2FADS=y | 164 | CONFIG_PQ2FADS=y |
| 151 | # CONFIG_EP8248E is not set | 165 | # CONFIG_EP8248E is not set |
| 152 | CONFIG_PQ2ADS=y | 166 | CONFIG_PQ2ADS=y |
| 153 | CONFIG_8260=y | 167 | CONFIG_8260=y |
| 154 | CONFIG_PQ2_ADS_PCI_PIC=y | 168 | CONFIG_PQ2_ADS_PCI_PIC=y |
| 169 | # CONFIG_PPC_83xx is not set | ||
| 170 | # CONFIG_PPC_86xx is not set | ||
| 171 | # CONFIG_EMBEDDED6xx is not set | ||
| 172 | CONFIG_PPC_NATIVE=y | ||
| 173 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 155 | # CONFIG_IPIC is not set | 174 | # CONFIG_IPIC is not set |
| 156 | # CONFIG_MPIC is not set | 175 | CONFIG_MPIC=y |
| 157 | # CONFIG_MPIC_WEIRD is not set | 176 | # CONFIG_MPIC_WEIRD is not set |
| 158 | # CONFIG_PPC_I8259 is not set | 177 | CONFIG_PPC_I8259=y |
| 159 | # CONFIG_PPC_RTAS is not set | 178 | CONFIG_PPC_RTAS=y |
| 179 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 180 | CONFIG_RTAS_PROC=y | ||
| 160 | # CONFIG_MMIO_NVRAM is not set | 181 | # CONFIG_MMIO_NVRAM is not set |
| 161 | # CONFIG_PPC_MPC106 is not set | 182 | CONFIG_PPC_MPC106=y |
| 162 | # CONFIG_PPC_970_NAP is not set | 183 | # CONFIG_PPC_970_NAP is not set |
| 163 | # CONFIG_PPC_INDIRECT_IO is not set | 184 | # CONFIG_PPC_INDIRECT_IO is not set |
| 164 | # CONFIG_GENERIC_IOMAP is not set | 185 | # CONFIG_GENERIC_IOMAP is not set |
| 165 | # CONFIG_CPU_FREQ is not set | 186 | # CONFIG_CPU_FREQ is not set |
| 187 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 188 | # CONFIG_TAU is not set | ||
| 166 | CONFIG_CPM2=y | 189 | CONFIG_CPM2=y |
| 167 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
| 168 | # CONFIG_FSL_ULI1575 is not set | 190 | # CONFIG_FSL_ULI1575 is not set |
| 169 | CONFIG_CPM=y | 191 | CONFIG_CPM=y |
| 170 | 192 | ||
| @@ -181,7 +203,7 @@ CONFIG_HZ_250=y | |||
| 181 | # CONFIG_HZ_300 is not set | 203 | # CONFIG_HZ_300 is not set |
| 182 | # CONFIG_HZ_1000 is not set | 204 | # CONFIG_HZ_1000 is not set |
| 183 | CONFIG_HZ=250 | 205 | CONFIG_HZ=250 |
| 184 | # CONFIG_SCHED_HRTICK is not set | 206 | CONFIG_SCHED_HRTICK=y |
| 185 | CONFIG_PREEMPT_NONE=y | 207 | CONFIG_PREEMPT_NONE=y |
| 186 | # CONFIG_PREEMPT_VOLUNTARY is not set | 208 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 187 | # CONFIG_PREEMPT is not set | 209 | # CONFIG_PREEMPT is not set |
| @@ -199,6 +221,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 199 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 200 | CONFIG_PAGEFLAGS_EXTENDED=y | 222 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 224 | CONFIG_MIGRATION=y | ||
| 202 | # CONFIG_RESOURCES_64BIT is not set | 225 | # CONFIG_RESOURCES_64BIT is not set |
| 203 | CONFIG_ZONE_DMA_FLAG=1 | 226 | CONFIG_ZONE_DMA_FLAG=1 |
| 204 | CONFIG_BOUNCE=y | 227 | CONFIG_BOUNCE=y |
| @@ -206,6 +229,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 206 | CONFIG_FORCE_MAX_ZONEORDER=11 | 229 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 207 | CONFIG_PROC_DEVICETREE=y | 230 | CONFIG_PROC_DEVICETREE=y |
| 208 | # CONFIG_CMDLINE_BOOL is not set | 231 | # CONFIG_CMDLINE_BOOL is not set |
| 232 | CONFIG_EXTRA_TARGETS="" | ||
| 209 | # CONFIG_PM is not set | 233 | # CONFIG_PM is not set |
| 210 | CONFIG_SECCOMP=y | 234 | CONFIG_SECCOMP=y |
| 211 | CONFIG_ISA_DMA_API=y | 235 | CONFIG_ISA_DMA_API=y |
| @@ -213,9 +237,11 @@ CONFIG_ISA_DMA_API=y | |||
| 213 | # | 237 | # |
| 214 | # Bus options | 238 | # Bus options |
| 215 | # | 239 | # |
| 240 | # CONFIG_ISA is not set | ||
| 216 | CONFIG_ZONE_DMA=y | 241 | CONFIG_ZONE_DMA=y |
| 217 | CONFIG_PPC_INDIRECT_PCI=y | 242 | CONFIG_PPC_INDIRECT_PCI=y |
| 218 | CONFIG_FSL_SOC=y | 243 | CONFIG_FSL_SOC=y |
| 244 | CONFIG_PPC_PCI_CHOICE=y | ||
| 219 | CONFIG_PCI=y | 245 | CONFIG_PCI=y |
| 220 | CONFIG_PCI_DOMAINS=y | 246 | CONFIG_PCI_DOMAINS=y |
| 221 | CONFIG_PCI_SYSCALL=y | 247 | CONFIG_PCI_SYSCALL=y |
| @@ -243,10 +269,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 243 | CONFIG_KERNEL_START=0xc0000000 | 269 | CONFIG_KERNEL_START=0xc0000000 |
| 244 | CONFIG_PHYSICAL_START=0x00000000 | 270 | CONFIG_PHYSICAL_START=0x00000000 |
| 245 | CONFIG_TASK_SIZE=0xc0000000 | 271 | CONFIG_TASK_SIZE=0xc0000000 |
| 246 | |||
| 247 | # | ||
| 248 | # Networking | ||
| 249 | # | ||
| 250 | CONFIG_NET=y | 272 | CONFIG_NET=y |
| 251 | 273 | ||
| 252 | # | 274 | # |
| @@ -447,9 +469,11 @@ CONFIG_MTD_PHYSMAP_OF=y | |||
| 447 | # | 469 | # |
| 448 | # CONFIG_MTD_UBI is not set | 470 | # CONFIG_MTD_UBI is not set |
| 449 | CONFIG_OF_DEVICE=y | 471 | CONFIG_OF_DEVICE=y |
| 472 | CONFIG_OF_GPIO=y | ||
| 450 | # CONFIG_PARPORT is not set | 473 | # CONFIG_PARPORT is not set |
| 451 | CONFIG_BLK_DEV=y | 474 | CONFIG_BLK_DEV=y |
| 452 | # CONFIG_BLK_DEV_FD is not set | 475 | # CONFIG_BLK_DEV_FD is not set |
| 476 | # CONFIG_MAC_FLOPPY is not set | ||
| 453 | # CONFIG_BLK_CPQ_DA is not set | 477 | # CONFIG_BLK_CPQ_DA is not set |
| 454 | # CONFIG_BLK_CPQ_CISS_DA is not set | 478 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 455 | # CONFIG_BLK_DEV_DAC960 is not set | 479 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -461,14 +485,15 @@ CONFIG_BLK_DEV_LOOP=y | |||
| 461 | # CONFIG_BLK_DEV_RAM is not set | 485 | # CONFIG_BLK_DEV_RAM is not set |
| 462 | # CONFIG_CDROM_PKTCDVD is not set | 486 | # CONFIG_CDROM_PKTCDVD is not set |
| 463 | # CONFIG_ATA_OVER_ETH is not set | 487 | # CONFIG_ATA_OVER_ETH is not set |
| 488 | # CONFIG_BLK_DEV_HD is not set | ||
| 464 | CONFIG_MISC_DEVICES=y | 489 | CONFIG_MISC_DEVICES=y |
| 465 | # CONFIG_PHANTOM is not set | 490 | # CONFIG_PHANTOM is not set |
| 466 | # CONFIG_EEPROM_93CX6 is not set | 491 | # CONFIG_EEPROM_93CX6 is not set |
| 467 | # CONFIG_SGI_IOC4 is not set | 492 | # CONFIG_SGI_IOC4 is not set |
| 468 | # CONFIG_ENCLOSURE_SERVICES is not set | 493 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 494 | # CONFIG_HP_ILO is not set | ||
| 469 | CONFIG_HAVE_IDE=y | 495 | CONFIG_HAVE_IDE=y |
| 470 | CONFIG_IDE=y | 496 | CONFIG_IDE=y |
| 471 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 472 | CONFIG_BLK_DEV_IDE=y | 497 | CONFIG_BLK_DEV_IDE=y |
| 473 | 498 | ||
| 474 | # | 499 | # |
| @@ -486,7 +511,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 486 | # | 511 | # |
| 487 | # IDE chipset support/bugfixes | 512 | # IDE chipset support/bugfixes |
| 488 | # | 513 | # |
| 489 | # CONFIG_IDE_GENERIC is not set | ||
| 490 | # CONFIG_BLK_DEV_PLATFORM is not set | 514 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 491 | 515 | ||
| 492 | # | 516 | # |
| @@ -498,9 +522,7 @@ CONFIG_IDE_PROC_FS=y | |||
| 498 | # CONFIG_BLK_DEV_AMD74XX is not set | 522 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 499 | # CONFIG_BLK_DEV_CMD64X is not set | 523 | # CONFIG_BLK_DEV_CMD64X is not set |
| 500 | # CONFIG_BLK_DEV_TRIFLEX is not set | 524 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 501 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 502 | # CONFIG_BLK_DEV_CS5530 is not set | 525 | # CONFIG_BLK_DEV_CS5530 is not set |
| 503 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 504 | # CONFIG_BLK_DEV_HPT366 is not set | 526 | # CONFIG_BLK_DEV_HPT366 is not set |
| 505 | # CONFIG_BLK_DEV_JMICRON is not set | 527 | # CONFIG_BLK_DEV_JMICRON is not set |
| 506 | # CONFIG_BLK_DEV_SC1200 is not set | 528 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -517,9 +539,8 @@ CONFIG_IDE_PROC_FS=y | |||
| 517 | # CONFIG_BLK_DEV_TRM290 is not set | 539 | # CONFIG_BLK_DEV_TRM290 is not set |
| 518 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 540 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
| 519 | # CONFIG_BLK_DEV_TC86C001 is not set | 541 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 542 | # CONFIG_BLK_DEV_IDE_PMAC is not set | ||
| 520 | # CONFIG_BLK_DEV_IDEDMA is not set | 543 | # CONFIG_BLK_DEV_IDEDMA is not set |
| 521 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 522 | # CONFIG_BLK_DEV_HD is not set | ||
| 523 | 544 | ||
| 524 | # | 545 | # |
| 525 | # SCSI device support | 546 | # SCSI device support |
| @@ -537,13 +558,12 @@ CONFIG_IDE_PROC_FS=y | |||
| 537 | # | 558 | # |
| 538 | 559 | ||
| 539 | # | 560 | # |
| 540 | # An alternative FireWire stack is available with EXPERIMENTAL=y | 561 | # A new alternative FireWire stack is available with EXPERIMENTAL=y |
| 541 | # | 562 | # |
| 542 | # CONFIG_IEEE1394 is not set | 563 | # CONFIG_IEEE1394 is not set |
| 543 | # CONFIG_I2O is not set | 564 | # CONFIG_I2O is not set |
| 544 | # CONFIG_MACINTOSH_DRIVERS is not set | 565 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 545 | CONFIG_NETDEVICES=y | 566 | CONFIG_NETDEVICES=y |
| 546 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 547 | # CONFIG_DUMMY is not set | 567 | # CONFIG_DUMMY is not set |
| 548 | # CONFIG_BONDING is not set | 568 | # CONFIG_BONDING is not set |
| 549 | # CONFIG_EQUALIZER is not set | 569 | # CONFIG_EQUALIZER is not set |
| @@ -567,8 +587,11 @@ CONFIG_DAVICOM_PHY=y | |||
| 567 | # CONFIG_REALTEK_PHY is not set | 587 | # CONFIG_REALTEK_PHY is not set |
| 568 | # CONFIG_FIXED_PHY is not set | 588 | # CONFIG_FIXED_PHY is not set |
| 569 | CONFIG_MDIO_BITBANG=y | 589 | CONFIG_MDIO_BITBANG=y |
| 590 | # CONFIG_MDIO_OF_GPIO is not set | ||
| 570 | CONFIG_NET_ETHERNET=y | 591 | CONFIG_NET_ETHERNET=y |
| 571 | CONFIG_MII=y | 592 | CONFIG_MII=y |
| 593 | # CONFIG_MACE is not set | ||
| 594 | # CONFIG_BMAC is not set | ||
| 572 | # CONFIG_HAPPYMEAL is not set | 595 | # CONFIG_HAPPYMEAL is not set |
| 573 | # CONFIG_SUNGEM is not set | 596 | # CONFIG_SUNGEM is not set |
| 574 | # CONFIG_CASSINI is not set | 597 | # CONFIG_CASSINI is not set |
| @@ -590,7 +613,6 @@ CONFIG_NETDEV_1000=y | |||
| 590 | # CONFIG_DL2K is not set | 613 | # CONFIG_DL2K is not set |
| 591 | # CONFIG_E1000 is not set | 614 | # CONFIG_E1000 is not set |
| 592 | # CONFIG_E1000E is not set | 615 | # CONFIG_E1000E is not set |
| 593 | # CONFIG_E1000E_ENABLED is not set | ||
| 594 | # CONFIG_IGB is not set | 616 | # CONFIG_IGB is not set |
| 595 | # CONFIG_NS83820 is not set | 617 | # CONFIG_NS83820 is not set |
| 596 | # CONFIG_HAMACHI is not set | 618 | # CONFIG_HAMACHI is not set |
| @@ -602,6 +624,7 @@ CONFIG_NETDEV_1000=y | |||
| 602 | # CONFIG_TIGON3 is not set | 624 | # CONFIG_TIGON3 is not set |
| 603 | # CONFIG_BNX2 is not set | 625 | # CONFIG_BNX2 is not set |
| 604 | # CONFIG_GIANFAR is not set | 626 | # CONFIG_GIANFAR is not set |
| 627 | # CONFIG_MV643XX_ETH is not set | ||
| 605 | # CONFIG_QLA3XXX is not set | 628 | # CONFIG_QLA3XXX is not set |
| 606 | CONFIG_NETDEV_10000=y | 629 | CONFIG_NETDEV_10000=y |
| 607 | # CONFIG_CHELSIO_T1 is not set | 630 | # CONFIG_CHELSIO_T1 is not set |
| @@ -667,6 +690,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
| 667 | # CONFIG_KEYBOARD_XTKBD is not set | 690 | # CONFIG_KEYBOARD_XTKBD is not set |
| 668 | # CONFIG_KEYBOARD_NEWTON is not set | 691 | # CONFIG_KEYBOARD_NEWTON is not set |
| 669 | # CONFIG_KEYBOARD_STOWAWAY is not set | 692 | # CONFIG_KEYBOARD_STOWAWAY is not set |
| 693 | # CONFIG_KEYBOARD_GPIO is not set | ||
| 670 | CONFIG_INPUT_MOUSE=y | 694 | CONFIG_INPUT_MOUSE=y |
| 671 | CONFIG_MOUSE_PS2=y | 695 | CONFIG_MOUSE_PS2=y |
| 672 | CONFIG_MOUSE_PS2_ALPS=y | 696 | CONFIG_MOUSE_PS2_ALPS=y |
| @@ -677,7 +701,9 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y | |||
| 677 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | 701 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set |
| 678 | # CONFIG_MOUSE_SERIAL is not set | 702 | # CONFIG_MOUSE_SERIAL is not set |
| 679 | # CONFIG_MOUSE_APPLETOUCH is not set | 703 | # CONFIG_MOUSE_APPLETOUCH is not set |
| 704 | # CONFIG_MOUSE_BCM5974 is not set | ||
| 680 | # CONFIG_MOUSE_VSXXXAA is not set | 705 | # CONFIG_MOUSE_VSXXXAA is not set |
| 706 | # CONFIG_MOUSE_GPIO is not set | ||
| 681 | # CONFIG_INPUT_JOYSTICK is not set | 707 | # CONFIG_INPUT_JOYSTICK is not set |
| 682 | # CONFIG_INPUT_TABLET is not set | 708 | # CONFIG_INPUT_TABLET is not set |
| 683 | # CONFIG_INPUT_TOUCHSCREEN is not set | 709 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| @@ -692,6 +718,7 @@ CONFIG_SERIO_SERPORT=y | |||
| 692 | # CONFIG_SERIO_PCIPS2 is not set | 718 | # CONFIG_SERIO_PCIPS2 is not set |
| 693 | CONFIG_SERIO_LIBPS2=y | 719 | CONFIG_SERIO_LIBPS2=y |
| 694 | # CONFIG_SERIO_RAW is not set | 720 | # CONFIG_SERIO_RAW is not set |
| 721 | # CONFIG_SERIO_XILINX_XPS_PS2 is not set | ||
| 695 | # CONFIG_GAMEPORT is not set | 722 | # CONFIG_GAMEPORT is not set |
| 696 | 723 | ||
| 697 | # | 724 | # |
| @@ -712,6 +739,7 @@ CONFIG_DEVKMEM=y | |||
| 712 | # CONFIG_SERIAL_UARTLITE is not set | 739 | # CONFIG_SERIAL_UARTLITE is not set |
| 713 | CONFIG_SERIAL_CORE=y | 740 | CONFIG_SERIAL_CORE=y |
| 714 | CONFIG_SERIAL_CORE_CONSOLE=y | 741 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 742 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 715 | CONFIG_SERIAL_CPM=y | 743 | CONFIG_SERIAL_CPM=y |
| 716 | CONFIG_SERIAL_CPM_CONSOLE=y | 744 | CONFIG_SERIAL_CPM_CONSOLE=y |
| 717 | CONFIG_SERIAL_CPM_SCC1=y | 745 | CONFIG_SERIAL_CPM_SCC1=y |
| @@ -724,6 +752,8 @@ CONFIG_SERIAL_CPM_SCC4=y | |||
| 724 | CONFIG_UNIX98_PTYS=y | 752 | CONFIG_UNIX98_PTYS=y |
| 725 | CONFIG_LEGACY_PTYS=y | 753 | CONFIG_LEGACY_PTYS=y |
| 726 | CONFIG_LEGACY_PTY_COUNT=256 | 754 | CONFIG_LEGACY_PTY_COUNT=256 |
| 755 | # CONFIG_BRIQ_PANEL is not set | ||
| 756 | # CONFIG_HVC_RTAS is not set | ||
| 727 | # CONFIG_IPMI_HANDLER is not set | 757 | # CONFIG_IPMI_HANDLER is not set |
| 728 | CONFIG_HW_RANDOM=y | 758 | CONFIG_HW_RANDOM=y |
| 729 | # CONFIG_NVRAM is not set | 759 | # CONFIG_NVRAM is not set |
| @@ -734,10 +764,28 @@ CONFIG_HW_RANDOM=y | |||
| 734 | CONFIG_DEVPORT=y | 764 | CONFIG_DEVPORT=y |
| 735 | # CONFIG_I2C is not set | 765 | # CONFIG_I2C is not set |
| 736 | # CONFIG_SPI is not set | 766 | # CONFIG_SPI is not set |
| 767 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 768 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
| 769 | CONFIG_GPIOLIB=y | ||
| 770 | # CONFIG_DEBUG_GPIO is not set | ||
| 771 | |||
| 772 | # | ||
| 773 | # I2C GPIO expanders: | ||
| 774 | # | ||
| 775 | |||
| 776 | # | ||
| 777 | # PCI GPIO expanders: | ||
| 778 | # | ||
| 779 | # CONFIG_GPIO_BT8XX is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # SPI GPIO expanders: | ||
| 783 | # | ||
| 737 | # CONFIG_W1 is not set | 784 | # CONFIG_W1 is not set |
| 738 | # CONFIG_POWER_SUPPLY is not set | 785 | # CONFIG_POWER_SUPPLY is not set |
| 739 | # CONFIG_HWMON is not set | 786 | # CONFIG_HWMON is not set |
| 740 | # CONFIG_THERMAL is not set | 787 | # CONFIG_THERMAL is not set |
| 788 | # CONFIG_THERMAL_HWMON is not set | ||
| 741 | # CONFIG_WATCHDOG is not set | 789 | # CONFIG_WATCHDOG is not set |
| 742 | 790 | ||
| 743 | # | 791 | # |
| @@ -749,8 +797,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 749 | # | 797 | # |
| 750 | # Multifunction device drivers | 798 | # Multifunction device drivers |
| 751 | # | 799 | # |
| 800 | # CONFIG_MFD_CORE is not set | ||
| 752 | # CONFIG_MFD_SM501 is not set | 801 | # CONFIG_MFD_SM501 is not set |
| 753 | # CONFIG_HTC_PASIC3 is not set | 802 | # CONFIG_HTC_PASIC3 is not set |
| 803 | # CONFIG_MFD_TMIO is not set | ||
| 754 | 804 | ||
| 755 | # | 805 | # |
| 756 | # Multimedia devices | 806 | # Multimedia devices |
| @@ -782,10 +832,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 782 | # Display device support | 832 | # Display device support |
| 783 | # | 833 | # |
| 784 | # CONFIG_DISPLAY_SUPPORT is not set | 834 | # CONFIG_DISPLAY_SUPPORT is not set |
| 785 | |||
| 786 | # | ||
| 787 | # Sound | ||
| 788 | # | ||
| 789 | # CONFIG_SOUND is not set | 835 | # CONFIG_SOUND is not set |
| 790 | # CONFIG_HID_SUPPORT is not set | 836 | # CONFIG_HID_SUPPORT is not set |
| 791 | CONFIG_USB_SUPPORT=y | 837 | CONFIG_USB_SUPPORT=y |
| @@ -795,6 +841,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 795 | # CONFIG_USB is not set | 841 | # CONFIG_USB is not set |
| 796 | # CONFIG_USB_OTG_WHITELIST is not set | 842 | # CONFIG_USB_OTG_WHITELIST is not set |
| 797 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 843 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 844 | # CONFIG_USB_MUSB_HDRC is not set | ||
| 845 | # CONFIG_USB_GADGET_MUSB_HDRC is not set | ||
| 798 | 846 | ||
| 799 | # | 847 | # |
| 800 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 848 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -807,7 +855,7 @@ CONFIG_USB_GADGET_SELECTED=y | |||
| 807 | # CONFIG_USB_GADGET_ATMEL_USBA is not set | 855 | # CONFIG_USB_GADGET_ATMEL_USBA is not set |
| 808 | # CONFIG_USB_GADGET_FSL_USB2 is not set | 856 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
| 809 | # CONFIG_USB_GADGET_NET2280 is not set | 857 | # CONFIG_USB_GADGET_NET2280 is not set |
| 810 | # CONFIG_USB_GADGET_PXA2XX is not set | 858 | # CONFIG_USB_GADGET_PXA25X is not set |
| 811 | CONFIG_USB_GADGET_M66592=y | 859 | CONFIG_USB_GADGET_M66592=y |
| 812 | CONFIG_USB_M66592=y | 860 | CONFIG_USB_M66592=y |
| 813 | # CONFIG_USB_GADGET_PXA27X is not set | 861 | # CONFIG_USB_GADGET_PXA27X is not set |
| @@ -826,6 +874,7 @@ CONFIG_USB_ETH_RNDIS=y | |||
| 826 | # CONFIG_USB_G_SERIAL is not set | 874 | # CONFIG_USB_G_SERIAL is not set |
| 827 | # CONFIG_USB_MIDI_GADGET is not set | 875 | # CONFIG_USB_MIDI_GADGET is not set |
| 828 | # CONFIG_USB_G_PRINTER is not set | 876 | # CONFIG_USB_G_PRINTER is not set |
| 877 | # CONFIG_USB_CDC_COMPOSITE is not set | ||
| 829 | # CONFIG_MMC is not set | 878 | # CONFIG_MMC is not set |
| 830 | # CONFIG_MEMSTICK is not set | 879 | # CONFIG_MEMSTICK is not set |
| 831 | # CONFIG_NEW_LEDS is not set | 880 | # CONFIG_NEW_LEDS is not set |
| @@ -893,6 +942,7 @@ CONFIG_TMPFS=y | |||
| 893 | CONFIG_CRAMFS=y | 942 | CONFIG_CRAMFS=y |
| 894 | # CONFIG_VXFS_FS is not set | 943 | # CONFIG_VXFS_FS is not set |
| 895 | # CONFIG_MINIX_FS is not set | 944 | # CONFIG_MINIX_FS is not set |
| 945 | # CONFIG_OMFS_FS is not set | ||
| 896 | # CONFIG_HPFS_FS is not set | 946 | # CONFIG_HPFS_FS is not set |
| 897 | # CONFIG_QNX4FS_FS is not set | 947 | # CONFIG_QNX4FS_FS is not set |
| 898 | # CONFIG_ROMFS_FS is not set | 948 | # CONFIG_ROMFS_FS is not set |
| @@ -902,8 +952,8 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 902 | CONFIG_NFS_FS=y | 952 | CONFIG_NFS_FS=y |
| 903 | CONFIG_NFS_V3=y | 953 | CONFIG_NFS_V3=y |
| 904 | CONFIG_NFS_V3_ACL=y | 954 | CONFIG_NFS_V3_ACL=y |
| 905 | # CONFIG_NFSD is not set | ||
| 906 | CONFIG_ROOT_NFS=y | 955 | CONFIG_ROOT_NFS=y |
| 956 | # CONFIG_NFSD is not set | ||
| 907 | CONFIG_LOCKD=y | 957 | CONFIG_LOCKD=y |
| 908 | CONFIG_LOCKD_V4=y | 958 | CONFIG_LOCKD_V4=y |
| 909 | CONFIG_NFS_ACL_SUPPORT=y | 959 | CONFIG_NFS_ACL_SUPPORT=y |
| @@ -983,6 +1033,7 @@ CONFIG_BITREVERSE=y | |||
| 983 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1033 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 984 | CONFIG_CRC_CCITT=y | 1034 | CONFIG_CRC_CCITT=y |
| 985 | # CONFIG_CRC16 is not set | 1035 | # CONFIG_CRC16 is not set |
| 1036 | # CONFIG_CRC_T10DIF is not set | ||
| 986 | # CONFIG_CRC_ITU_T is not set | 1037 | # CONFIG_CRC_ITU_T is not set |
| 987 | CONFIG_CRC32=y | 1038 | CONFIG_CRC32=y |
| 988 | # CONFIG_CRC7 is not set | 1039 | # CONFIG_CRC7 is not set |
| @@ -1009,6 +1060,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 1009 | CONFIG_DEBUG_KERNEL=y | 1060 | CONFIG_DEBUG_KERNEL=y |
| 1010 | # CONFIG_DEBUG_SHIRQ is not set | 1061 | # CONFIG_DEBUG_SHIRQ is not set |
| 1011 | CONFIG_DETECT_SOFTLOCKUP=y | 1062 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1063 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1064 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1012 | # CONFIG_SCHED_DEBUG is not set | 1065 | # CONFIG_SCHED_DEBUG is not set |
| 1013 | # CONFIG_SCHEDSTATS is not set | 1066 | # CONFIG_SCHEDSTATS is not set |
| 1014 | # CONFIG_TIMER_STATS is not set | 1067 | # CONFIG_TIMER_STATS is not set |
| @@ -1026,19 +1079,31 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1026 | CONFIG_DEBUG_INFO=y | 1079 | CONFIG_DEBUG_INFO=y |
| 1027 | # CONFIG_DEBUG_VM is not set | 1080 | # CONFIG_DEBUG_VM is not set |
| 1028 | # CONFIG_DEBUG_WRITECOUNT is not set | 1081 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1082 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1029 | # CONFIG_DEBUG_LIST is not set | 1083 | # CONFIG_DEBUG_LIST is not set |
| 1030 | # CONFIG_DEBUG_SG is not set | 1084 | # CONFIG_DEBUG_SG is not set |
| 1031 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1085 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1086 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1032 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1087 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1033 | # CONFIG_FAULT_INJECTION is not set | 1088 | # CONFIG_FAULT_INJECTION is not set |
| 1089 | # CONFIG_LATENCYTOP is not set | ||
| 1090 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1091 | CONFIG_HAVE_FTRACE=y | ||
| 1092 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1093 | # CONFIG_FTRACE is not set | ||
| 1094 | # CONFIG_SCHED_TRACER is not set | ||
| 1095 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1034 | # CONFIG_SAMPLES is not set | 1096 | # CONFIG_SAMPLES is not set |
| 1097 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1035 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1098 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1036 | # CONFIG_DEBUG_STACK_USAGE is not set | 1099 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1037 | # CONFIG_DEBUG_PAGEALLOC is not set | 1100 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1038 | # CONFIG_DEBUGGER is not set | 1101 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1039 | # CONFIG_KGDB_CONSOLE is not set | 1102 | # CONFIG_FTR_FIXUP_SELFTEST is not set |
| 1103 | # CONFIG_XMON is not set | ||
| 1040 | # CONFIG_IRQSTACKS is not set | 1104 | # CONFIG_IRQSTACKS is not set |
| 1041 | CONFIG_BDI_SWITCH=y | 1105 | CONFIG_BDI_SWITCH=y |
| 1106 | # CONFIG_BOOTX_TEXT is not set | ||
| 1042 | # CONFIG_PPC_EARLY_DEBUG is not set | 1107 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1043 | 1108 | ||
| 1044 | # | 1109 | # |
| @@ -1046,6 +1111,7 @@ CONFIG_BDI_SWITCH=y | |||
| 1046 | # | 1111 | # |
| 1047 | # CONFIG_KEYS is not set | 1112 | # CONFIG_KEYS is not set |
| 1048 | # CONFIG_SECURITY is not set | 1113 | # CONFIG_SECURITY is not set |
| 1114 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1049 | CONFIG_CRYPTO=y | 1115 | CONFIG_CRYPTO=y |
| 1050 | 1116 | ||
| 1051 | # | 1117 | # |
| @@ -1086,6 +1152,10 @@ CONFIG_CRYPTO_PCBC=y | |||
| 1086 | # CONFIG_CRYPTO_MD4 is not set | 1152 | # CONFIG_CRYPTO_MD4 is not set |
| 1087 | CONFIG_CRYPTO_MD5=y | 1153 | CONFIG_CRYPTO_MD5=y |
| 1088 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1154 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1155 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1156 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1157 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1158 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1089 | # CONFIG_CRYPTO_SHA1 is not set | 1159 | # CONFIG_CRYPTO_SHA1 is not set |
| 1090 | # CONFIG_CRYPTO_SHA256 is not set | 1160 | # CONFIG_CRYPTO_SHA256 is not set |
| 1091 | # CONFIG_CRYPTO_SHA512 is not set | 1161 | # CONFIG_CRYPTO_SHA512 is not set |
| @@ -1117,6 +1187,7 @@ CONFIG_CRYPTO_DES=y | |||
| 1117 | # CONFIG_CRYPTO_LZO is not set | 1187 | # CONFIG_CRYPTO_LZO is not set |
| 1118 | CONFIG_CRYPTO_HW=y | 1188 | CONFIG_CRYPTO_HW=y |
| 1119 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1189 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1120 | # CONFIG_PPC_CLOCK is not set | 1190 | # CONFIG_CRYPTO_DEV_TALITOS is not set |
| 1191 | CONFIG_PPC_CLOCK=y | ||
| 1121 | CONFIG_PPC_LIB_RHEAP=y | 1192 | CONFIG_PPC_LIB_RHEAP=y |
| 1122 | # CONFIG_VIRTUALIZATION is not set | 1193 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/prpmc2800_defconfig b/arch/powerpc/configs/prpmc2800_defconfig index c6b83577c055..01b54eac1ff6 100644 --- a/arch/powerpc/configs/prpmc2800_defconfig +++ b/arch/powerpc/configs/prpmc2800_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:18 2008 | 4 | # Thu Aug 21 00:52:14 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -34,6 +34,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 35 | CONFIG_IRQ_PER_CPU=y | 35 | CONFIG_IRQ_PER_CPU=y |
| 36 | CONFIG_STACKTRACE_SUPPORT=y | 36 | CONFIG_STACKTRACE_SUPPORT=y |
| 37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 37 | CONFIG_LOCKDEP_SUPPORT=y | 38 | CONFIG_LOCKDEP_SUPPORT=y |
| 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 39 | CONFIG_ARCH_HAS_ILOG2_U32=y | 40 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -94,7 +95,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 94 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
| 95 | # CONFIG_EMBEDDED is not set | 96 | # CONFIG_EMBEDDED is not set |
| 96 | CONFIG_SYSCTL_SYSCALL=y | 97 | CONFIG_SYSCTL_SYSCALL=y |
| 97 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 98 | CONFIG_KALLSYMS=y | 98 | CONFIG_KALLSYMS=y |
| 99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 99 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 100 | CONFIG_HOTPLUG=y | 100 | CONFIG_HOTPLUG=y |
| @@ -118,10 +118,16 @@ CONFIG_SLUB=y | |||
| 118 | # CONFIG_PROFILING is not set | 118 | # CONFIG_PROFILING is not set |
| 119 | # CONFIG_MARKERS is not set | 119 | # CONFIG_MARKERS is not set |
| 120 | CONFIG_HAVE_OPROFILE=y | 120 | CONFIG_HAVE_OPROFILE=y |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 121 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 122 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
| 125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 123 | # 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 | ||
| 124 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 125 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 126 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 127 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| @@ -132,6 +138,7 @@ CONFIG_LBD=y | |||
| 132 | # CONFIG_BLK_DEV_IO_TRACE is not set | 138 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 133 | # CONFIG_LSF is not set | 139 | # CONFIG_LSF is not set |
| 134 | # CONFIG_BLK_DEV_BSG is not set | 140 | # CONFIG_BLK_DEV_BSG is not set |
| 141 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 135 | 142 | ||
| 136 | # | 143 | # |
| 137 | # IO Schedulers | 144 | # IO Schedulers |
| @@ -151,25 +158,25 @@ CONFIG_CLASSIC_RCU=y | |||
| 151 | # Platform support | 158 | # Platform support |
| 152 | # | 159 | # |
| 153 | CONFIG_PPC_MULTIPLATFORM=y | 160 | CONFIG_PPC_MULTIPLATFORM=y |
| 154 | # CONFIG_PPC_82xx is not set | ||
| 155 | # CONFIG_PPC_83xx is not set | ||
| 156 | # CONFIG_PPC_86xx is not set | ||
| 157 | CONFIG_CLASSIC32=y | 161 | CONFIG_CLASSIC32=y |
| 158 | # CONFIG_PPC_CHRP is not set | 162 | # CONFIG_PPC_CHRP is not set |
| 159 | # CONFIG_PPC_MPC512x is not set | ||
| 160 | # CONFIG_PPC_MPC5121 is not set | ||
| 161 | # CONFIG_MPC5121_ADS is not set | 163 | # CONFIG_MPC5121_ADS is not set |
| 164 | # CONFIG_MPC5121_GENERIC is not set | ||
| 162 | # CONFIG_PPC_MPC52xx is not set | 165 | # CONFIG_PPC_MPC52xx is not set |
| 163 | # CONFIG_PPC_PMAC is not set | 166 | # CONFIG_PPC_PMAC is not set |
| 164 | # CONFIG_PPC_CELL is not set | 167 | # CONFIG_PPC_CELL is not set |
| 165 | # CONFIG_PPC_CELL_NATIVE is not set | 168 | # CONFIG_PPC_CELL_NATIVE is not set |
| 169 | # CONFIG_PPC_82xx is not set | ||
| 166 | # CONFIG_PQ2ADS is not set | 170 | # CONFIG_PQ2ADS is not set |
| 171 | # CONFIG_PPC_83xx is not set | ||
| 172 | # CONFIG_PPC_86xx is not set | ||
| 167 | CONFIG_EMBEDDED6xx=y | 173 | CONFIG_EMBEDDED6xx=y |
| 168 | # CONFIG_LINKSTATION is not set | 174 | # CONFIG_LINKSTATION is not set |
| 169 | # CONFIG_STORCENTER is not set | 175 | # CONFIG_STORCENTER is not set |
| 170 | # CONFIG_MPC7448HPC2 is not set | 176 | # CONFIG_MPC7448HPC2 is not set |
| 171 | # CONFIG_PPC_HOLLY is not set | 177 | # CONFIG_PPC_HOLLY is not set |
| 172 | CONFIG_PPC_PRPMC2800=y | 178 | CONFIG_PPC_PRPMC2800=y |
| 179 | # CONFIG_PPC_C2K is not set | ||
| 173 | CONFIG_MV64X60=y | 180 | CONFIG_MV64X60=y |
| 174 | # CONFIG_IPIC is not set | 181 | # CONFIG_IPIC is not set |
| 175 | # CONFIG_MPIC is not set | 182 | # CONFIG_MPIC is not set |
| @@ -198,7 +205,7 @@ CONFIG_HZ_250=y | |||
| 198 | # CONFIG_HZ_300 is not set | 205 | # CONFIG_HZ_300 is not set |
| 199 | # CONFIG_HZ_1000 is not set | 206 | # CONFIG_HZ_1000 is not set |
| 200 | CONFIG_HZ=250 | 207 | CONFIG_HZ=250 |
| 201 | # CONFIG_SCHED_HRTICK is not set | 208 | CONFIG_SCHED_HRTICK=y |
| 202 | CONFIG_PREEMPT_NONE=y | 209 | CONFIG_PREEMPT_NONE=y |
| 203 | # CONFIG_PREEMPT_VOLUNTARY is not set | 210 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 204 | # CONFIG_PREEMPT is not set | 211 | # CONFIG_PREEMPT is not set |
| @@ -221,6 +228,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 222 | CONFIG_PAGEFLAGS_EXTENDED=y | 229 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 231 | CONFIG_MIGRATION=y | ||
| 224 | # CONFIG_RESOURCES_64BIT is not set | 232 | # CONFIG_RESOURCES_64BIT is not set |
| 225 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
| 226 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
| @@ -228,6 +236,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 228 | CONFIG_FORCE_MAX_ZONEORDER=11 | 236 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 229 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
| 230 | # CONFIG_CMDLINE_BOOL is not set | 238 | # CONFIG_CMDLINE_BOOL is not set |
| 239 | CONFIG_EXTRA_TARGETS="" | ||
| 231 | # CONFIG_PM is not set | 240 | # CONFIG_PM is not set |
| 232 | # CONFIG_SECCOMP is not set | 241 | # CONFIG_SECCOMP is not set |
| 233 | CONFIG_ISA_DMA_API=y | 242 | CONFIG_ISA_DMA_API=y |
| @@ -264,10 +273,6 @@ CONFIG_PHYSICAL_START=0x00000000 | |||
| 264 | CONFIG_TASK_SIZE=0xc0000000 | 273 | CONFIG_TASK_SIZE=0xc0000000 |
| 265 | CONFIG_CONSISTENT_START=0xff100000 | 274 | CONFIG_CONSISTENT_START=0xff100000 |
| 266 | CONFIG_CONSISTENT_SIZE=0x00200000 | 275 | CONFIG_CONSISTENT_SIZE=0x00200000 |
| 267 | |||
| 268 | # | ||
| 269 | # Networking | ||
| 270 | # | ||
| 271 | CONFIG_NET=y | 276 | CONFIG_NET=y |
| 272 | 277 | ||
| 273 | # | 278 | # |
| @@ -359,7 +364,9 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 359 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 364 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 360 | CONFIG_STANDALONE=y | 365 | CONFIG_STANDALONE=y |
| 361 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 366 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 362 | # CONFIG_FW_LOADER is not set | 367 | CONFIG_FW_LOADER=y |
| 368 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 369 | CONFIG_EXTRA_FIRMWARE="" | ||
| 363 | # CONFIG_SYS_HYPERVISOR is not set | 370 | # CONFIG_SYS_HYPERVISOR is not set |
| 364 | # CONFIG_CONNECTOR is not set | 371 | # CONFIG_CONNECTOR is not set |
| 365 | CONFIG_MTD=y | 372 | CONFIG_MTD=y |
| @@ -461,12 +468,14 @@ CONFIG_BLK_DEV_RAM_SIZE=131072 | |||
| 461 | # CONFIG_BLK_DEV_XIP is not set | 468 | # CONFIG_BLK_DEV_XIP is not set |
| 462 | # CONFIG_CDROM_PKTCDVD is not set | 469 | # CONFIG_CDROM_PKTCDVD is not set |
| 463 | # CONFIG_ATA_OVER_ETH is not set | 470 | # CONFIG_ATA_OVER_ETH is not set |
| 471 | # CONFIG_BLK_DEV_HD is not set | ||
| 464 | CONFIG_MISC_DEVICES=y | 472 | CONFIG_MISC_DEVICES=y |
| 465 | # CONFIG_PHANTOM is not set | 473 | # CONFIG_PHANTOM is not set |
| 466 | # CONFIG_EEPROM_93CX6 is not set | 474 | # CONFIG_EEPROM_93CX6 is not set |
| 467 | # CONFIG_SGI_IOC4 is not set | 475 | # CONFIG_SGI_IOC4 is not set |
| 468 | # CONFIG_TIFM_CORE is not set | 476 | # CONFIG_TIFM_CORE is not set |
| 469 | # CONFIG_ENCLOSURE_SERVICES is not set | 477 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 478 | # CONFIG_HP_ILO is not set | ||
| 470 | CONFIG_HAVE_IDE=y | 479 | CONFIG_HAVE_IDE=y |
| 471 | CONFIG_IDE=y | 480 | CONFIG_IDE=y |
| 472 | CONFIG_BLK_DEV_IDE=y | 481 | CONFIG_BLK_DEV_IDE=y |
| @@ -487,7 +496,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 487 | # | 496 | # |
| 488 | # IDE chipset support/bugfixes | 497 | # IDE chipset support/bugfixes |
| 489 | # | 498 | # |
| 490 | CONFIG_IDE_GENERIC=y | ||
| 491 | # CONFIG_BLK_DEV_PLATFORM is not set | 499 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 492 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 500 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 493 | 501 | ||
| @@ -505,10 +513,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 505 | # CONFIG_BLK_DEV_AMD74XX is not set | 513 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 506 | # CONFIG_BLK_DEV_CMD64X is not set | 514 | # CONFIG_BLK_DEV_CMD64X is not set |
| 507 | # CONFIG_BLK_DEV_TRIFLEX is not set | 515 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 508 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 509 | # CONFIG_BLK_DEV_CS5520 is not set | 516 | # CONFIG_BLK_DEV_CS5520 is not set |
| 510 | # CONFIG_BLK_DEV_CS5530 is not set | 517 | # CONFIG_BLK_DEV_CS5530 is not set |
| 511 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 512 | # CONFIG_BLK_DEV_HPT366 is not set | 518 | # CONFIG_BLK_DEV_HPT366 is not set |
| 513 | # CONFIG_BLK_DEV_JMICRON is not set | 519 | # CONFIG_BLK_DEV_JMICRON is not set |
| 514 | # CONFIG_BLK_DEV_SC1200 is not set | 520 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -526,8 +532,6 @@ CONFIG_BLK_DEV_PDC202XX_NEW=y | |||
| 526 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 532 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
| 527 | # CONFIG_BLK_DEV_TC86C001 is not set | 533 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 528 | CONFIG_BLK_DEV_IDEDMA=y | 534 | CONFIG_BLK_DEV_IDEDMA=y |
| 529 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 530 | # CONFIG_BLK_DEV_HD is not set | ||
| 531 | 535 | ||
| 532 | # | 536 | # |
| 533 | # SCSI device support | 537 | # SCSI device support |
| @@ -603,6 +607,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 603 | # CONFIG_SCSI_NSP32 is not set | 607 | # CONFIG_SCSI_NSP32 is not set |
| 604 | # CONFIG_SCSI_DEBUG is not set | 608 | # CONFIG_SCSI_DEBUG is not set |
| 605 | # CONFIG_SCSI_SRP is not set | 609 | # CONFIG_SCSI_SRP is not set |
| 610 | # CONFIG_SCSI_DH is not set | ||
| 606 | CONFIG_ATA=y | 611 | CONFIG_ATA=y |
| 607 | # CONFIG_ATA_NONSTANDARD is not set | 612 | # CONFIG_ATA_NONSTANDARD is not set |
| 608 | CONFIG_SATA_PMP=y | 613 | CONFIG_SATA_PMP=y |
| @@ -669,6 +674,10 @@ CONFIG_SATA_MV=y | |||
| 669 | # | 674 | # |
| 670 | # IEEE 1394 (FireWire) support | 675 | # IEEE 1394 (FireWire) support |
| 671 | # | 676 | # |
| 677 | |||
| 678 | # | ||
| 679 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 680 | # | ||
| 672 | # CONFIG_FIREWIRE is not set | 681 | # CONFIG_FIREWIRE is not set |
| 673 | # CONFIG_IEEE1394 is not set | 682 | # CONFIG_IEEE1394 is not set |
| 674 | # CONFIG_I2O is not set | 683 | # CONFIG_I2O is not set |
| @@ -676,7 +685,6 @@ CONFIG_MACINTOSH_DRIVERS=y | |||
| 676 | # CONFIG_MAC_EMUMOUSEBTN is not set | 685 | # CONFIG_MAC_EMUMOUSEBTN is not set |
| 677 | # CONFIG_WINDFARM is not set | 686 | # CONFIG_WINDFARM is not set |
| 678 | CONFIG_NETDEVICES=y | 687 | CONFIG_NETDEVICES=y |
| 679 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 680 | # CONFIG_DUMMY is not set | 688 | # CONFIG_DUMMY is not set |
| 681 | # CONFIG_BONDING is not set | 689 | # CONFIG_BONDING is not set |
| 682 | # CONFIG_MACVLAN is not set | 690 | # CONFIG_MACVLAN is not set |
| @@ -741,10 +749,8 @@ CONFIG_NETDEV_1000=y | |||
| 741 | # CONFIG_ACENIC is not set | 749 | # CONFIG_ACENIC is not set |
| 742 | # CONFIG_DL2K is not set | 750 | # CONFIG_DL2K is not set |
| 743 | CONFIG_E1000=y | 751 | CONFIG_E1000=y |
| 744 | # CONFIG_E1000_NAPI is not set | ||
| 745 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 752 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 746 | # CONFIG_E1000E is not set | 753 | # CONFIG_E1000E is not set |
| 747 | # CONFIG_E1000E_ENABLED is not set | ||
| 748 | # CONFIG_IP1000 is not set | 754 | # CONFIG_IP1000 is not set |
| 749 | # CONFIG_IGB is not set | 755 | # CONFIG_IGB is not set |
| 750 | # CONFIG_NS83820 is not set | 756 | # CONFIG_NS83820 is not set |
| @@ -760,6 +766,7 @@ CONFIG_E1000=y | |||
| 760 | CONFIG_MV643XX_ETH=y | 766 | CONFIG_MV643XX_ETH=y |
| 761 | # CONFIG_QLA3XXX is not set | 767 | # CONFIG_QLA3XXX is not set |
| 762 | # CONFIG_ATL1 is not set | 768 | # CONFIG_ATL1 is not set |
| 769 | # CONFIG_ATL1E is not set | ||
| 763 | CONFIG_NETDEV_10000=y | 770 | CONFIG_NETDEV_10000=y |
| 764 | # CONFIG_CHELSIO_T1 is not set | 771 | # CONFIG_CHELSIO_T1 is not set |
| 765 | # CONFIG_CHELSIO_T3 is not set | 772 | # CONFIG_CHELSIO_T3 is not set |
| @@ -840,6 +847,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
| 840 | # Character devices | 847 | # Character devices |
| 841 | # | 848 | # |
| 842 | CONFIG_VT=y | 849 | CONFIG_VT=y |
| 850 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 843 | CONFIG_VT_CONSOLE=y | 851 | CONFIG_VT_CONSOLE=y |
| 844 | CONFIG_HW_CONSOLE=y | 852 | CONFIG_HW_CONSOLE=y |
| 845 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 853 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -875,43 +883,64 @@ CONFIG_DEVPORT=y | |||
| 875 | CONFIG_I2C=y | 883 | CONFIG_I2C=y |
| 876 | CONFIG_I2C_BOARDINFO=y | 884 | CONFIG_I2C_BOARDINFO=y |
| 877 | CONFIG_I2C_CHARDEV=y | 885 | CONFIG_I2C_CHARDEV=y |
| 886 | CONFIG_I2C_HELPER_AUTO=y | ||
| 878 | 887 | ||
| 879 | # | 888 | # |
| 880 | # I2C Hardware Bus support | 889 | # I2C Hardware Bus support |
| 881 | # | 890 | # |
| 891 | |||
| 892 | # | ||
| 893 | # PC SMBus host controller drivers | ||
| 894 | # | ||
| 882 | # CONFIG_I2C_ALI1535 is not set | 895 | # CONFIG_I2C_ALI1535 is not set |
| 883 | # CONFIG_I2C_ALI1563 is not set | 896 | # CONFIG_I2C_ALI1563 is not set |
| 884 | # CONFIG_I2C_ALI15X3 is not set | 897 | # CONFIG_I2C_ALI15X3 is not set |
| 885 | # CONFIG_I2C_AMD756 is not set | 898 | # CONFIG_I2C_AMD756 is not set |
| 886 | # CONFIG_I2C_AMD8111 is not set | 899 | # CONFIG_I2C_AMD8111 is not set |
| 887 | # CONFIG_I2C_I801 is not set | 900 | # CONFIG_I2C_I801 is not set |
| 888 | # CONFIG_I2C_I810 is not set | 901 | # CONFIG_I2C_ISCH is not set |
| 889 | # CONFIG_I2C_PIIX4 is not set | 902 | # CONFIG_I2C_PIIX4 is not set |
| 890 | # CONFIG_I2C_MPC is not set | ||
| 891 | # CONFIG_I2C_NFORCE2 is not set | 903 | # CONFIG_I2C_NFORCE2 is not set |
| 892 | # CONFIG_I2C_OCORES is not set | ||
| 893 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 894 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 895 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 896 | # CONFIG_I2C_SIMTEC is not set | ||
| 897 | # CONFIG_I2C_SIS5595 is not set | 904 | # CONFIG_I2C_SIS5595 is not set |
| 898 | # CONFIG_I2C_SIS630 is not set | 905 | # CONFIG_I2C_SIS630 is not set |
| 899 | # CONFIG_I2C_SIS96X is not set | 906 | # CONFIG_I2C_SIS96X is not set |
| 900 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 901 | # CONFIG_I2C_TINY_USB is not set | ||
| 902 | # CONFIG_I2C_VIA is not set | 907 | # CONFIG_I2C_VIA is not set |
| 903 | # CONFIG_I2C_VIAPRO is not set | 908 | # CONFIG_I2C_VIAPRO is not set |
| 909 | |||
| 910 | # | ||
| 911 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 912 | # | ||
| 913 | # CONFIG_I2C_MPC is not set | ||
| 914 | CONFIG_I2C_MV64XXX=y | ||
| 915 | # CONFIG_I2C_OCORES is not set | ||
| 916 | # CONFIG_I2C_SIMTEC is not set | ||
| 917 | |||
| 918 | # | ||
| 919 | # External I2C/SMBus adapter drivers | ||
| 920 | # | ||
| 921 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 922 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 923 | # CONFIG_I2C_TINY_USB is not set | ||
| 924 | |||
| 925 | # | ||
| 926 | # Graphics adapter I2C/DDC channel drivers | ||
| 927 | # | ||
| 904 | # CONFIG_I2C_VOODOO3 is not set | 928 | # CONFIG_I2C_VOODOO3 is not set |
| 929 | |||
| 930 | # | ||
| 931 | # Other I2C/SMBus bus drivers | ||
| 932 | # | ||
| 905 | # CONFIG_I2C_PCA_PLATFORM is not set | 933 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 906 | CONFIG_I2C_MV64XXX=y | ||
| 907 | 934 | ||
| 908 | # | 935 | # |
| 909 | # Miscellaneous I2C Chip support | 936 | # Miscellaneous I2C Chip support |
| 910 | # | 937 | # |
| 911 | # CONFIG_DS1682 is not set | 938 | # CONFIG_DS1682 is not set |
| 939 | # CONFIG_AT24 is not set | ||
| 912 | # CONFIG_SENSORS_EEPROM is not set | 940 | # CONFIG_SENSORS_EEPROM is not set |
| 913 | # CONFIG_SENSORS_PCF8574 is not set | 941 | # CONFIG_SENSORS_PCF8574 is not set |
| 914 | # CONFIG_PCF8575 is not set | 942 | # CONFIG_PCF8575 is not set |
| 943 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 915 | # CONFIG_SENSORS_PCF8591 is not set | 944 | # CONFIG_SENSORS_PCF8591 is not set |
| 916 | # CONFIG_SENSORS_MAX6875 is not set | 945 | # CONFIG_SENSORS_MAX6875 is not set |
| 917 | # CONFIG_SENSORS_TSL2550 is not set | 946 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -920,10 +949,13 @@ CONFIG_I2C_MV64XXX=y | |||
| 920 | # CONFIG_I2C_DEBUG_BUS is not set | 949 | # CONFIG_I2C_DEBUG_BUS is not set |
| 921 | # CONFIG_I2C_DEBUG_CHIP is not set | 950 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 922 | # CONFIG_SPI is not set | 951 | # CONFIG_SPI is not set |
| 952 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 953 | # CONFIG_GPIOLIB is not set | ||
| 923 | # CONFIG_W1 is not set | 954 | # CONFIG_W1 is not set |
| 924 | # CONFIG_POWER_SUPPLY is not set | 955 | # CONFIG_POWER_SUPPLY is not set |
| 925 | CONFIG_HWMON=y | 956 | CONFIG_HWMON=y |
| 926 | # CONFIG_HWMON_VID is not set | 957 | # CONFIG_HWMON_VID is not set |
| 958 | # CONFIG_SENSORS_AD7414 is not set | ||
| 927 | # CONFIG_SENSORS_AD7418 is not set | 959 | # CONFIG_SENSORS_AD7418 is not set |
| 928 | # CONFIG_SENSORS_ADM1021 is not set | 960 | # CONFIG_SENSORS_ADM1021 is not set |
| 929 | # CONFIG_SENSORS_ADM1025 is not set | 961 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -977,6 +1009,7 @@ CONFIG_HWMON=y | |||
| 977 | # CONFIG_SENSORS_W83627EHF is not set | 1009 | # CONFIG_SENSORS_W83627EHF is not set |
| 978 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1010 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 979 | # CONFIG_THERMAL is not set | 1011 | # CONFIG_THERMAL is not set |
| 1012 | # CONFIG_THERMAL_HWMON is not set | ||
| 980 | # CONFIG_WATCHDOG is not set | 1013 | # CONFIG_WATCHDOG is not set |
| 981 | 1014 | ||
| 982 | # | 1015 | # |
| @@ -988,8 +1021,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 988 | # | 1021 | # |
| 989 | # Multifunction device drivers | 1022 | # Multifunction device drivers |
| 990 | # | 1023 | # |
| 1024 | # CONFIG_MFD_CORE is not set | ||
| 991 | # CONFIG_MFD_SM501 is not set | 1025 | # CONFIG_MFD_SM501 is not set |
| 992 | # CONFIG_HTC_PASIC3 is not set | 1026 | # CONFIG_HTC_PASIC3 is not set |
| 1027 | # CONFIG_MFD_TMIO is not set | ||
| 993 | 1028 | ||
| 994 | # | 1029 | # |
| 995 | # Multimedia devices | 1030 | # Multimedia devices |
| @@ -1028,10 +1063,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 1028 | CONFIG_VGA_CONSOLE=y | 1063 | CONFIG_VGA_CONSOLE=y |
| 1029 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1064 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 1030 | CONFIG_DUMMY_CONSOLE=y | 1065 | CONFIG_DUMMY_CONSOLE=y |
| 1031 | |||
| 1032 | # | ||
| 1033 | # Sound | ||
| 1034 | # | ||
| 1035 | # CONFIG_SOUND is not set | 1066 | # CONFIG_SOUND is not set |
| 1036 | CONFIG_HID_SUPPORT=y | 1067 | CONFIG_HID_SUPPORT=y |
| 1037 | CONFIG_HID=y | 1068 | CONFIG_HID=y |
| @@ -1060,6 +1091,7 @@ CONFIG_USB_DEVICEFS=y | |||
| 1060 | # CONFIG_USB_DEVICE_CLASS is not set | 1091 | # CONFIG_USB_DEVICE_CLASS is not set |
| 1061 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1092 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 1062 | # CONFIG_USB_OTG is not set | 1093 | # CONFIG_USB_OTG is not set |
| 1094 | CONFIG_USB_MON=y | ||
| 1063 | 1095 | ||
| 1064 | # | 1096 | # |
| 1065 | # USB Host Controller Drivers | 1097 | # USB Host Controller Drivers |
| @@ -1102,7 +1134,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 1102 | # | 1134 | # |
| 1103 | # CONFIG_USB_MDC800 is not set | 1135 | # CONFIG_USB_MDC800 is not set |
| 1104 | # CONFIG_USB_MICROTEK is not set | 1136 | # CONFIG_USB_MICROTEK is not set |
| 1105 | CONFIG_USB_MON=y | ||
| 1106 | 1137 | ||
| 1107 | # | 1138 | # |
| 1108 | # USB port drivers | 1139 | # USB port drivers |
| @@ -1115,7 +1146,6 @@ CONFIG_USB_MON=y | |||
| 1115 | # CONFIG_USB_EMI62 is not set | 1146 | # CONFIG_USB_EMI62 is not set |
| 1116 | # CONFIG_USB_EMI26 is not set | 1147 | # CONFIG_USB_EMI26 is not set |
| 1117 | # CONFIG_USB_ADUTUX is not set | 1148 | # CONFIG_USB_ADUTUX is not set |
| 1118 | # CONFIG_USB_AUERSWALD is not set | ||
| 1119 | # CONFIG_USB_RIO500 is not set | 1149 | # CONFIG_USB_RIO500 is not set |
| 1120 | # CONFIG_USB_LEGOTOWER is not set | 1150 | # CONFIG_USB_LEGOTOWER is not set |
| 1121 | # CONFIG_USB_LCD is not set | 1151 | # CONFIG_USB_LCD is not set |
| @@ -1169,6 +1199,7 @@ CONFIG_RTC_DRV_MAX6900=y | |||
| 1169 | # CONFIG_RTC_DRV_PCF8583 is not set | 1199 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 1170 | # CONFIG_RTC_DRV_M41T80 is not set | 1200 | # CONFIG_RTC_DRV_M41T80 is not set |
| 1171 | # CONFIG_RTC_DRV_S35390A is not set | 1201 | # CONFIG_RTC_DRV_S35390A is not set |
| 1202 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1172 | 1203 | ||
| 1173 | # | 1204 | # |
| 1174 | # SPI RTC drivers | 1205 | # SPI RTC drivers |
| @@ -1258,6 +1289,7 @@ CONFIG_TMPFS=y | |||
| 1258 | # CONFIG_CRAMFS is not set | 1289 | # CONFIG_CRAMFS is not set |
| 1259 | # CONFIG_VXFS_FS is not set | 1290 | # CONFIG_VXFS_FS is not set |
| 1260 | # CONFIG_MINIX_FS is not set | 1291 | # CONFIG_MINIX_FS is not set |
| 1292 | # CONFIG_OMFS_FS is not set | ||
| 1261 | # CONFIG_HPFS_FS is not set | 1293 | # CONFIG_HPFS_FS is not set |
| 1262 | # CONFIG_QNX4FS_FS is not set | 1294 | # CONFIG_QNX4FS_FS is not set |
| 1263 | # CONFIG_ROMFS_FS is not set | 1295 | # CONFIG_ROMFS_FS is not set |
| @@ -1267,12 +1299,11 @@ CONFIG_NETWORK_FILESYSTEMS=y | |||
| 1267 | CONFIG_NFS_FS=y | 1299 | CONFIG_NFS_FS=y |
| 1268 | # CONFIG_NFS_V3 is not set | 1300 | # CONFIG_NFS_V3 is not set |
| 1269 | # CONFIG_NFS_V4 is not set | 1301 | # CONFIG_NFS_V4 is not set |
| 1270 | # CONFIG_NFSD is not set | ||
| 1271 | CONFIG_ROOT_NFS=y | 1302 | CONFIG_ROOT_NFS=y |
| 1303 | # CONFIG_NFSD is not set | ||
| 1272 | CONFIG_LOCKD=y | 1304 | CONFIG_LOCKD=y |
| 1273 | CONFIG_NFS_COMMON=y | 1305 | CONFIG_NFS_COMMON=y |
| 1274 | CONFIG_SUNRPC=y | 1306 | CONFIG_SUNRPC=y |
| 1275 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1276 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1307 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 1277 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1308 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1278 | # CONFIG_SMB_FS is not set | 1309 | # CONFIG_SMB_FS is not set |
| @@ -1312,6 +1343,7 @@ CONFIG_BITREVERSE=y | |||
| 1312 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1343 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1313 | # CONFIG_CRC_CCITT is not set | 1344 | # CONFIG_CRC_CCITT is not set |
| 1314 | # CONFIG_CRC16 is not set | 1345 | # CONFIG_CRC16 is not set |
| 1346 | CONFIG_CRC_T10DIF=y | ||
| 1315 | # CONFIG_CRC_ITU_T is not set | 1347 | # CONFIG_CRC_ITU_T is not set |
| 1316 | CONFIG_CRC32=y | 1348 | CONFIG_CRC32=y |
| 1317 | # CONFIG_CRC7 is not set | 1349 | # CONFIG_CRC7 is not set |
| @@ -1337,7 +1369,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1337 | # CONFIG_SLUB_DEBUG_ON is not set | 1369 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1338 | # CONFIG_SLUB_STATS is not set | 1370 | # CONFIG_SLUB_STATS is not set |
| 1339 | CONFIG_DEBUG_BUGVERBOSE=y | 1371 | CONFIG_DEBUG_BUGVERBOSE=y |
| 1372 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1373 | # CONFIG_LATENCYTOP is not set | ||
| 1374 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1375 | CONFIG_HAVE_FTRACE=y | ||
| 1376 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1377 | # CONFIG_FTRACE is not set | ||
| 1378 | # CONFIG_SCHED_TRACER is not set | ||
| 1379 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1340 | # CONFIG_SAMPLES is not set | 1380 | # CONFIG_SAMPLES is not set |
| 1381 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1341 | # CONFIG_IRQSTACKS is not set | 1382 | # CONFIG_IRQSTACKS is not set |
| 1342 | # CONFIG_BOOTX_TEXT is not set | 1383 | # CONFIG_BOOTX_TEXT is not set |
| 1343 | # CONFIG_PPC_EARLY_DEBUG is not set | 1384 | # CONFIG_PPC_EARLY_DEBUG is not set |
| @@ -1390,6 +1431,10 @@ CONFIG_CRYPTO=y | |||
| 1390 | # CONFIG_CRYPTO_MD4 is not set | 1431 | # CONFIG_CRYPTO_MD4 is not set |
| 1391 | # CONFIG_CRYPTO_MD5 is not set | 1432 | # CONFIG_CRYPTO_MD5 is not set |
| 1392 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1433 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1434 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1435 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1436 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1437 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1393 | # CONFIG_CRYPTO_SHA1 is not set | 1438 | # CONFIG_CRYPTO_SHA1 is not set |
| 1394 | # CONFIG_CRYPTO_SHA256 is not set | 1439 | # CONFIG_CRYPTO_SHA256 is not set |
| 1395 | # CONFIG_CRYPTO_SHA512 is not set | 1440 | # CONFIG_CRYPTO_SHA512 is not set |
diff --git a/arch/powerpc/configs/sbc8641d_defconfig b/arch/powerpc/configs/sbc8641d_defconfig index 8227510b41a9..f545421f9857 100644 --- a/arch/powerpc/configs/sbc8641d_defconfig +++ b/arch/powerpc/configs/sbc8641d_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:19 2008 | 4 | # Thu Aug 21 00:52:15 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -33,6 +33,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 33 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 34 | CONFIG_IRQ_PER_CPU=y | 34 | CONFIG_IRQ_PER_CPU=y |
| 35 | CONFIG_STACKTRACE_SUPPORT=y | 35 | CONFIG_STACKTRACE_SUPPORT=y |
| 36 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 36 | CONFIG_LOCKDEP_SUPPORT=y | 37 | CONFIG_LOCKDEP_SUPPORT=y |
| 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 38 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 38 | CONFIG_GENERIC_LOCKBREAK=y | 39 | CONFIG_GENERIC_LOCKBREAK=y |
| @@ -92,7 +93,6 @@ CONFIG_INITRAMFS_SOURCE="" | |||
| 92 | CONFIG_SYSCTL=y | 93 | CONFIG_SYSCTL=y |
| 93 | CONFIG_EMBEDDED=y | 94 | CONFIG_EMBEDDED=y |
| 94 | CONFIG_SYSCTL_SYSCALL=y | 95 | CONFIG_SYSCTL_SYSCALL=y |
| 95 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 96 | CONFIG_KALLSYMS=y | 96 | CONFIG_KALLSYMS=y |
| 97 | # CONFIG_KALLSYMS_ALL is not set | 97 | # CONFIG_KALLSYMS_ALL is not set |
| 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 98 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -100,6 +100,7 @@ CONFIG_HOTPLUG=y | |||
| 100 | CONFIG_PRINTK=y | 100 | CONFIG_PRINTK=y |
| 101 | CONFIG_BUG=y | 101 | CONFIG_BUG=y |
| 102 | CONFIG_ELF_CORE=y | 102 | CONFIG_ELF_CORE=y |
| 103 | CONFIG_PCSPKR_PLATFORM=y | ||
| 103 | CONFIG_COMPAT_BRK=y | 104 | CONFIG_COMPAT_BRK=y |
| 104 | CONFIG_BASE_FULL=y | 105 | CONFIG_BASE_FULL=y |
| 105 | CONFIG_FUTEX=y | 106 | CONFIG_FUTEX=y |
| @@ -117,10 +118,16 @@ CONFIG_SLAB=y | |||
| 117 | # CONFIG_MARKERS is not set | 118 | # CONFIG_MARKERS is not set |
| 118 | CONFIG_HAVE_OPROFILE=y | 119 | CONFIG_HAVE_OPROFILE=y |
| 119 | # CONFIG_KPROBES is not set | 120 | # CONFIG_KPROBES is not set |
| 121 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 122 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 120 | CONFIG_HAVE_KPROBES=y | 123 | CONFIG_HAVE_KPROBES=y |
| 121 | CONFIG_HAVE_KRETPROBES=y | 124 | CONFIG_HAVE_KRETPROBES=y |
| 125 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 122 | # CONFIG_HAVE_DMA_ATTRS is not set | 126 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 127 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
| 128 | # CONFIG_HAVE_CLK is not set | ||
| 123 | CONFIG_PROC_PAGE_MONITOR=y | 129 | CONFIG_PROC_PAGE_MONITOR=y |
| 130 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 124 | CONFIG_SLABINFO=y | 131 | CONFIG_SLABINFO=y |
| 125 | CONFIG_RT_MUTEXES=y | 132 | CONFIG_RT_MUTEXES=y |
| 126 | # CONFIG_TINY_SHMEM is not set | 133 | # CONFIG_TINY_SHMEM is not set |
| @@ -138,6 +145,7 @@ CONFIG_BLOCK=y | |||
| 138 | # CONFIG_BLK_DEV_IO_TRACE is not set | 145 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 139 | # CONFIG_LSF is not set | 146 | # CONFIG_LSF is not set |
| 140 | # CONFIG_BLK_DEV_BSG is not set | 147 | # CONFIG_BLK_DEV_BSG is not set |
| 148 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 141 | 149 | ||
| 142 | # | 150 | # |
| 143 | # IO Schedulers | 151 | # IO Schedulers |
| @@ -156,30 +164,40 @@ CONFIG_CLASSIC_RCU=y | |||
| 156 | # | 164 | # |
| 157 | # Platform support | 165 | # Platform support |
| 158 | # | 166 | # |
| 159 | # CONFIG_PPC_MULTIPLATFORM is not set | 167 | CONFIG_PPC_MULTIPLATFORM=y |
| 160 | # CONFIG_PPC_82xx is not set | 168 | CONFIG_CLASSIC32=y |
| 161 | # CONFIG_PPC_83xx is not set | 169 | CONFIG_PPC_CHRP=y |
| 162 | CONFIG_PPC_86xx=y | 170 | # CONFIG_MPC5121_ADS is not set |
| 163 | # CONFIG_PPC_MPC512x is not set | 171 | # CONFIG_MPC5121_GENERIC is not set |
| 164 | # CONFIG_PPC_MPC5121 is not set | 172 | # CONFIG_PPC_MPC52xx is not set |
| 173 | CONFIG_PPC_PMAC=y | ||
| 165 | # CONFIG_PPC_CELL is not set | 174 | # CONFIG_PPC_CELL is not set |
| 166 | # CONFIG_PPC_CELL_NATIVE is not set | 175 | # CONFIG_PPC_CELL_NATIVE is not set |
| 176 | # CONFIG_PPC_82xx is not set | ||
| 167 | # CONFIG_PQ2ADS is not set | 177 | # CONFIG_PQ2ADS is not set |
| 178 | # CONFIG_PPC_83xx is not set | ||
| 179 | CONFIG_PPC_86xx=y | ||
| 168 | # CONFIG_MPC8641_HPCN is not set | 180 | # CONFIG_MPC8641_HPCN is not set |
| 169 | CONFIG_SBC8641D=y | 181 | CONFIG_SBC8641D=y |
| 170 | # CONFIG_MPC8610_HPCD is not set | 182 | # CONFIG_MPC8610_HPCD is not set |
| 171 | CONFIG_MPC8641=y | 183 | CONFIG_MPC8641=y |
| 184 | CONFIG_PPC_NATIVE=y | ||
| 185 | # CONFIG_UDBG_RTAS_CONSOLE is not set | ||
| 172 | # CONFIG_IPIC is not set | 186 | # CONFIG_IPIC is not set |
| 173 | CONFIG_MPIC=y | 187 | CONFIG_MPIC=y |
| 174 | # CONFIG_MPIC_WEIRD is not set | 188 | # CONFIG_MPIC_WEIRD is not set |
| 175 | # CONFIG_PPC_I8259 is not set | 189 | CONFIG_PPC_I8259=y |
| 176 | # CONFIG_PPC_RTAS is not set | 190 | CONFIG_PPC_RTAS=y |
| 191 | # CONFIG_RTAS_ERROR_LOGGING is not set | ||
| 192 | CONFIG_RTAS_PROC=y | ||
| 177 | # CONFIG_MMIO_NVRAM is not set | 193 | # CONFIG_MMIO_NVRAM is not set |
| 178 | # CONFIG_PPC_MPC106 is not set | 194 | CONFIG_PPC_MPC106=y |
| 179 | # CONFIG_PPC_970_NAP is not set | 195 | # CONFIG_PPC_970_NAP is not set |
| 180 | # CONFIG_PPC_INDIRECT_IO is not set | 196 | # CONFIG_PPC_INDIRECT_IO is not set |
| 181 | # CONFIG_GENERIC_IOMAP is not set | 197 | # CONFIG_GENERIC_IOMAP is not set |
| 182 | # CONFIG_CPU_FREQ is not set | 198 | # CONFIG_CPU_FREQ is not set |
| 199 | # CONFIG_PPC601_SYNC_FIX is not set | ||
| 200 | # CONFIG_TAU is not set | ||
| 183 | # CONFIG_FSL_ULI1575 is not set | 201 | # CONFIG_FSL_ULI1575 is not set |
| 184 | 202 | ||
| 185 | # | 203 | # |
| @@ -195,7 +213,7 @@ CONFIG_HZ_250=y | |||
| 195 | # CONFIG_HZ_300 is not set | 213 | # CONFIG_HZ_300 is not set |
| 196 | # CONFIG_HZ_1000 is not set | 214 | # CONFIG_HZ_1000 is not set |
| 197 | CONFIG_HZ=250 | 215 | CONFIG_HZ=250 |
| 198 | # CONFIG_SCHED_HRTICK is not set | 216 | CONFIG_SCHED_HRTICK=y |
| 199 | # CONFIG_PREEMPT_NONE is not set | 217 | # CONFIG_PREEMPT_NONE is not set |
| 200 | # CONFIG_PREEMPT_VOLUNTARY is not set | 218 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 201 | CONFIG_PREEMPT=y | 219 | CONFIG_PREEMPT=y |
| @@ -203,9 +221,11 @@ CONFIG_PREEMPT=y | |||
| 203 | CONFIG_BINFMT_ELF=y | 221 | CONFIG_BINFMT_ELF=y |
| 204 | CONFIG_BINFMT_MISC=m | 222 | CONFIG_BINFMT_MISC=m |
| 205 | # CONFIG_IOMMU_HELPER is not set | 223 | # CONFIG_IOMMU_HELPER is not set |
| 224 | # CONFIG_HOTPLUG_CPU is not set | ||
| 206 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 225 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 207 | CONFIG_ARCH_HAS_WALK_MEMORY=y | 226 | CONFIG_ARCH_HAS_WALK_MEMORY=y |
| 208 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | 227 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y |
| 228 | # CONFIG_KEXEC is not set | ||
| 209 | CONFIG_IRQ_ALL_CPUS=y | 229 | CONFIG_IRQ_ALL_CPUS=y |
| 210 | CONFIG_ARCH_FLATMEM_ENABLE=y | 230 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| 211 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 231 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| @@ -219,6 +239,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 219 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 239 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 220 | CONFIG_PAGEFLAGS_EXTENDED=y | 240 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 221 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 241 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 242 | CONFIG_MIGRATION=y | ||
| 222 | # CONFIG_RESOURCES_64BIT is not set | 243 | # CONFIG_RESOURCES_64BIT is not set |
| 223 | CONFIG_ZONE_DMA_FLAG=1 | 244 | CONFIG_ZONE_DMA_FLAG=1 |
| 224 | CONFIG_BOUNCE=y | 245 | CONFIG_BOUNCE=y |
| @@ -226,6 +247,7 @@ CONFIG_VIRT_TO_BUS=y | |||
| 226 | CONFIG_FORCE_MAX_ZONEORDER=11 | 247 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 227 | # CONFIG_PROC_DEVICETREE is not set | 248 | # CONFIG_PROC_DEVICETREE is not set |
| 228 | # CONFIG_CMDLINE_BOOL is not set | 249 | # CONFIG_CMDLINE_BOOL is not set |
| 250 | CONFIG_EXTRA_TARGETS="" | ||
| 229 | # CONFIG_PM is not set | 251 | # CONFIG_PM is not set |
| 230 | CONFIG_SECCOMP=y | 252 | CONFIG_SECCOMP=y |
| 231 | CONFIG_ISA_DMA_API=y | 253 | CONFIG_ISA_DMA_API=y |
| @@ -233,11 +255,13 @@ CONFIG_ISA_DMA_API=y | |||
| 233 | # | 255 | # |
| 234 | # Bus options | 256 | # Bus options |
| 235 | # | 257 | # |
| 258 | # CONFIG_ISA is not set | ||
| 236 | CONFIG_ZONE_DMA=y | 259 | CONFIG_ZONE_DMA=y |
| 237 | CONFIG_GENERIC_ISA_DMA=y | 260 | CONFIG_GENERIC_ISA_DMA=y |
| 238 | CONFIG_PPC_INDIRECT_PCI=y | 261 | CONFIG_PPC_INDIRECT_PCI=y |
| 239 | CONFIG_FSL_SOC=y | 262 | CONFIG_FSL_SOC=y |
| 240 | CONFIG_FSL_PCI=y | 263 | CONFIG_FSL_PCI=y |
| 264 | CONFIG_PPC_PCI_CHOICE=y | ||
| 241 | CONFIG_PCI=y | 265 | CONFIG_PCI=y |
| 242 | CONFIG_PCI_DOMAINS=y | 266 | CONFIG_PCI_DOMAINS=y |
| 243 | CONFIG_PCI_SYSCALL=y | 267 | CONFIG_PCI_SYSCALL=y |
| @@ -265,10 +289,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 265 | CONFIG_KERNEL_START=0xc0000000 | 289 | CONFIG_KERNEL_START=0xc0000000 |
| 266 | CONFIG_PHYSICAL_START=0x00000000 | 290 | CONFIG_PHYSICAL_START=0x00000000 |
| 267 | CONFIG_TASK_SIZE=0xc0000000 | 291 | CONFIG_TASK_SIZE=0xc0000000 |
| 268 | |||
| 269 | # | ||
| 270 | # Networking | ||
| 271 | # | ||
| 272 | CONFIG_NET=y | 292 | CONFIG_NET=y |
| 273 | 293 | ||
| 274 | # | 294 | # |
| @@ -282,6 +302,7 @@ CONFIG_XFRM_USER=m | |||
| 282 | # CONFIG_XFRM_SUB_POLICY is not set | 302 | # CONFIG_XFRM_SUB_POLICY is not set |
| 283 | # CONFIG_XFRM_MIGRATE is not set | 303 | # CONFIG_XFRM_MIGRATE is not set |
| 284 | # CONFIG_XFRM_STATISTICS is not set | 304 | # CONFIG_XFRM_STATISTICS is not set |
| 305 | CONFIG_XFRM_IPCOMP=m | ||
| 285 | CONFIG_NET_KEY=m | 306 | CONFIG_NET_KEY=m |
| 286 | # CONFIG_NET_KEY_MIGRATE is not set | 307 | # CONFIG_NET_KEY_MIGRATE is not set |
| 287 | CONFIG_INET=y | 308 | CONFIG_INET=y |
| @@ -406,6 +427,7 @@ CONFIG_IP_NF_MANGLE=m | |||
| 406 | CONFIG_IP_NF_TARGET_ECN=m | 427 | CONFIG_IP_NF_TARGET_ECN=m |
| 407 | # CONFIG_IP_NF_TARGET_TTL is not set | 428 | # CONFIG_IP_NF_TARGET_TTL is not set |
| 408 | CONFIG_IP_NF_RAW=m | 429 | CONFIG_IP_NF_RAW=m |
| 430 | # CONFIG_IP_NF_SECURITY is not set | ||
| 409 | CONFIG_IP_NF_ARPTABLES=m | 431 | CONFIG_IP_NF_ARPTABLES=m |
| 410 | CONFIG_IP_NF_ARPFILTER=m | 432 | CONFIG_IP_NF_ARPFILTER=m |
| 411 | CONFIG_IP_NF_ARP_MANGLE=m | 433 | CONFIG_IP_NF_ARP_MANGLE=m |
| @@ -429,6 +451,7 @@ CONFIG_IP6_NF_TARGET_LOG=m | |||
| 429 | CONFIG_IP6_NF_MANGLE=m | 451 | CONFIG_IP6_NF_MANGLE=m |
| 430 | # CONFIG_IP6_NF_TARGET_HL is not set | 452 | # CONFIG_IP6_NF_TARGET_HL is not set |
| 431 | CONFIG_IP6_NF_RAW=m | 453 | CONFIG_IP6_NF_RAW=m |
| 454 | # CONFIG_IP6_NF_SECURITY is not set | ||
| 432 | 455 | ||
| 433 | # | 456 | # |
| 434 | # Bridge: Netfilter Configuration | 457 | # Bridge: Netfilter Configuration |
| @@ -451,8 +474,10 @@ CONFIG_ATM_LANE=m | |||
| 451 | CONFIG_ATM_MPOA=m | 474 | CONFIG_ATM_MPOA=m |
| 452 | CONFIG_ATM_BR2684=m | 475 | CONFIG_ATM_BR2684=m |
| 453 | # CONFIG_ATM_BR2684_IPFILTER is not set | 476 | # CONFIG_ATM_BR2684_IPFILTER is not set |
| 477 | CONFIG_STP=m | ||
| 454 | CONFIG_BRIDGE=m | 478 | CONFIG_BRIDGE=m |
| 455 | CONFIG_VLAN_8021Q=m | 479 | CONFIG_VLAN_8021Q=m |
| 480 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
| 456 | # CONFIG_DECNET is not set | 481 | # CONFIG_DECNET is not set |
| 457 | CONFIG_LLC=m | 482 | CONFIG_LLC=m |
| 458 | # CONFIG_LLC2 is not set | 483 | # CONFIG_LLC2 is not set |
| @@ -472,7 +497,6 @@ CONFIG_NET_SCH_HTB=m | |||
| 472 | CONFIG_NET_SCH_HFSC=m | 497 | CONFIG_NET_SCH_HFSC=m |
| 473 | CONFIG_NET_SCH_ATM=m | 498 | CONFIG_NET_SCH_ATM=m |
| 474 | CONFIG_NET_SCH_PRIO=m | 499 | CONFIG_NET_SCH_PRIO=m |
| 475 | # CONFIG_NET_SCH_RR is not set | ||
| 476 | CONFIG_NET_SCH_RED=m | 500 | CONFIG_NET_SCH_RED=m |
| 477 | CONFIG_NET_SCH_SFQ=m | 501 | CONFIG_NET_SCH_SFQ=m |
| 478 | CONFIG_NET_SCH_TEQL=m | 502 | CONFIG_NET_SCH_TEQL=m |
| @@ -625,6 +649,7 @@ CONFIG_OF_I2C=y | |||
| 625 | # CONFIG_PARPORT is not set | 649 | # CONFIG_PARPORT is not set |
| 626 | CONFIG_BLK_DEV=y | 650 | CONFIG_BLK_DEV=y |
| 627 | # CONFIG_BLK_DEV_FD is not set | 651 | # CONFIG_BLK_DEV_FD is not set |
| 652 | # CONFIG_MAC_FLOPPY is not set | ||
| 628 | # CONFIG_BLK_CPQ_DA is not set | 653 | # CONFIG_BLK_CPQ_DA is not set |
| 629 | # CONFIG_BLK_CPQ_CISS_DA is not set | 654 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 630 | # CONFIG_BLK_DEV_DAC960 is not set | 655 | # CONFIG_BLK_DEV_DAC960 is not set |
| @@ -640,12 +665,14 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 640 | # CONFIG_BLK_DEV_XIP is not set | 665 | # CONFIG_BLK_DEV_XIP is not set |
| 641 | # CONFIG_CDROM_PKTCDVD is not set | 666 | # CONFIG_CDROM_PKTCDVD is not set |
| 642 | # CONFIG_ATA_OVER_ETH is not set | 667 | # CONFIG_ATA_OVER_ETH is not set |
| 668 | # CONFIG_BLK_DEV_HD is not set | ||
| 643 | CONFIG_MISC_DEVICES=y | 669 | CONFIG_MISC_DEVICES=y |
| 644 | # CONFIG_PHANTOM is not set | 670 | # CONFIG_PHANTOM is not set |
| 645 | # CONFIG_EEPROM_93CX6 is not set | 671 | # CONFIG_EEPROM_93CX6 is not set |
| 646 | # CONFIG_SGI_IOC4 is not set | 672 | # CONFIG_SGI_IOC4 is not set |
| 647 | # CONFIG_TIFM_CORE is not set | 673 | # CONFIG_TIFM_CORE is not set |
| 648 | # CONFIG_ENCLOSURE_SERVICES is not set | 674 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 675 | # CONFIG_HP_ILO is not set | ||
| 649 | CONFIG_HAVE_IDE=y | 676 | CONFIG_HAVE_IDE=y |
| 650 | # CONFIG_IDE is not set | 677 | # CONFIG_IDE is not set |
| 651 | 678 | ||
| @@ -680,12 +707,15 @@ CONFIG_DM_ZERO=y | |||
| 680 | # | 707 | # |
| 681 | # IEEE 1394 (FireWire) support | 708 | # IEEE 1394 (FireWire) support |
| 682 | # | 709 | # |
| 710 | |||
| 711 | # | ||
| 712 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 713 | # | ||
| 683 | # CONFIG_FIREWIRE is not set | 714 | # CONFIG_FIREWIRE is not set |
| 684 | # CONFIG_IEEE1394 is not set | 715 | # CONFIG_IEEE1394 is not set |
| 685 | # CONFIG_I2O is not set | 716 | # CONFIG_I2O is not set |
| 686 | # CONFIG_MACINTOSH_DRIVERS is not set | 717 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 687 | CONFIG_NETDEVICES=y | 718 | CONFIG_NETDEVICES=y |
| 688 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 689 | CONFIG_DUMMY=m | 719 | CONFIG_DUMMY=m |
| 690 | CONFIG_BONDING=m | 720 | CONFIG_BONDING=m |
| 691 | # CONFIG_MACVLAN is not set | 721 | # CONFIG_MACVLAN is not set |
| @@ -712,6 +742,8 @@ CONFIG_BROADCOM_PHY=y | |||
| 712 | # CONFIG_MDIO_BITBANG is not set | 742 | # CONFIG_MDIO_BITBANG is not set |
| 713 | CONFIG_NET_ETHERNET=y | 743 | CONFIG_NET_ETHERNET=y |
| 714 | CONFIG_MII=y | 744 | CONFIG_MII=y |
| 745 | # CONFIG_MACE is not set | ||
| 746 | # CONFIG_BMAC is not set | ||
| 715 | # CONFIG_HAPPYMEAL is not set | 747 | # CONFIG_HAPPYMEAL is not set |
| 716 | # CONFIG_SUNGEM is not set | 748 | # CONFIG_SUNGEM is not set |
| 717 | # CONFIG_CASSINI is not set | 749 | # CONFIG_CASSINI is not set |
| @@ -729,7 +761,6 @@ CONFIG_NETDEV_1000=y | |||
| 729 | # CONFIG_DL2K is not set | 761 | # CONFIG_DL2K is not set |
| 730 | # CONFIG_E1000 is not set | 762 | # CONFIG_E1000 is not set |
| 731 | # CONFIG_E1000E is not set | 763 | # CONFIG_E1000E is not set |
| 732 | # CONFIG_E1000E_ENABLED is not set | ||
| 733 | # CONFIG_IP1000 is not set | 764 | # CONFIG_IP1000 is not set |
| 734 | # CONFIG_IGB is not set | 765 | # CONFIG_IGB is not set |
| 735 | # CONFIG_NS83820 is not set | 766 | # CONFIG_NS83820 is not set |
| @@ -743,9 +774,10 @@ CONFIG_NETDEV_1000=y | |||
| 743 | # CONFIG_TIGON3 is not set | 774 | # CONFIG_TIGON3 is not set |
| 744 | # CONFIG_BNX2 is not set | 775 | # CONFIG_BNX2 is not set |
| 745 | CONFIG_GIANFAR=y | 776 | CONFIG_GIANFAR=y |
| 746 | # CONFIG_GFAR_NAPI is not set | 777 | # CONFIG_MV643XX_ETH is not set |
| 747 | # CONFIG_QLA3XXX is not set | 778 | # CONFIG_QLA3XXX is not set |
| 748 | # CONFIG_ATL1 is not set | 779 | # CONFIG_ATL1 is not set |
| 780 | # CONFIG_ATL1E is not set | ||
| 749 | # CONFIG_NETDEV_10000 is not set | 781 | # CONFIG_NETDEV_10000 is not set |
| 750 | # CONFIG_TR is not set | 782 | # CONFIG_TR is not set |
| 751 | 783 | ||
| @@ -768,7 +800,7 @@ CONFIG_ATM_DRIVERS=y | |||
| 768 | # CONFIG_ATM_AMBASSADOR is not set | 800 | # CONFIG_ATM_AMBASSADOR is not set |
| 769 | # CONFIG_ATM_HORIZON is not set | 801 | # CONFIG_ATM_HORIZON is not set |
| 770 | # CONFIG_ATM_IA is not set | 802 | # CONFIG_ATM_IA is not set |
| 771 | # CONFIG_ATM_FORE200E_MAYBE is not set | 803 | # CONFIG_ATM_FORE200E is not set |
| 772 | # CONFIG_ATM_HE is not set | 804 | # CONFIG_ATM_HE is not set |
| 773 | # CONFIG_FDDI is not set | 805 | # CONFIG_FDDI is not set |
| 774 | # CONFIG_HIPPI is not set | 806 | # CONFIG_HIPPI is not set |
| @@ -834,6 +866,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
| 834 | # Character devices | 866 | # Character devices |
| 835 | # | 867 | # |
| 836 | CONFIG_VT=y | 868 | CONFIG_VT=y |
| 869 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 837 | CONFIG_VT_CONSOLE=y | 870 | CONFIG_VT_CONSOLE=y |
| 838 | CONFIG_HW_CONSOLE=y | 871 | CONFIG_HW_CONSOLE=y |
| 839 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 872 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| @@ -857,11 +890,14 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=2 | |||
| 857 | # CONFIG_SERIAL_UARTLITE is not set | 890 | # CONFIG_SERIAL_UARTLITE is not set |
| 858 | CONFIG_SERIAL_CORE=y | 891 | CONFIG_SERIAL_CORE=y |
| 859 | CONFIG_SERIAL_CORE_CONSOLE=y | 892 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 893 | # CONFIG_SERIAL_PMACZILOG is not set | ||
| 860 | # CONFIG_SERIAL_JSM is not set | 894 | # CONFIG_SERIAL_JSM is not set |
| 861 | # CONFIG_SERIAL_OF_PLATFORM is not set | 895 | # CONFIG_SERIAL_OF_PLATFORM is not set |
| 862 | CONFIG_UNIX98_PTYS=y | 896 | CONFIG_UNIX98_PTYS=y |
| 863 | CONFIG_LEGACY_PTYS=y | 897 | CONFIG_LEGACY_PTYS=y |
| 864 | CONFIG_LEGACY_PTY_COUNT=256 | 898 | CONFIG_LEGACY_PTY_COUNT=256 |
| 899 | # CONFIG_BRIQ_PANEL is not set | ||
| 900 | # CONFIG_HVC_RTAS is not set | ||
| 865 | # CONFIG_IPMI_HANDLER is not set | 901 | # CONFIG_IPMI_HANDLER is not set |
| 866 | CONFIG_HW_RANDOM=m | 902 | CONFIG_HW_RANDOM=m |
| 867 | # CONFIG_NVRAM is not set | 903 | # CONFIG_NVRAM is not set |
| @@ -874,42 +910,69 @@ CONFIG_DEVPORT=y | |||
| 874 | CONFIG_I2C=y | 910 | CONFIG_I2C=y |
| 875 | CONFIG_I2C_BOARDINFO=y | 911 | CONFIG_I2C_BOARDINFO=y |
| 876 | CONFIG_I2C_CHARDEV=y | 912 | CONFIG_I2C_CHARDEV=y |
| 913 | CONFIG_I2C_HELPER_AUTO=y | ||
| 877 | 914 | ||
| 878 | # | 915 | # |
| 879 | # I2C Hardware Bus support | 916 | # I2C Hardware Bus support |
| 880 | # | 917 | # |
| 918 | |||
| 919 | # | ||
| 920 | # PC SMBus host controller drivers | ||
| 921 | # | ||
| 881 | # CONFIG_I2C_ALI1535 is not set | 922 | # CONFIG_I2C_ALI1535 is not set |
| 882 | # CONFIG_I2C_ALI1563 is not set | 923 | # CONFIG_I2C_ALI1563 is not set |
| 883 | # CONFIG_I2C_ALI15X3 is not set | 924 | # CONFIG_I2C_ALI15X3 is not set |
| 884 | # CONFIG_I2C_AMD756 is not set | 925 | # CONFIG_I2C_AMD756 is not set |
| 885 | # CONFIG_I2C_AMD8111 is not set | 926 | # CONFIG_I2C_AMD8111 is not set |
| 886 | # CONFIG_I2C_I801 is not set | 927 | # CONFIG_I2C_I801 is not set |
| 887 | # CONFIG_I2C_I810 is not set | 928 | # CONFIG_I2C_ISCH is not set |
| 888 | # CONFIG_I2C_PIIX4 is not set | 929 | # CONFIG_I2C_PIIX4 is not set |
| 889 | CONFIG_I2C_MPC=y | ||
| 890 | # CONFIG_I2C_NFORCE2 is not set | 930 | # CONFIG_I2C_NFORCE2 is not set |
| 891 | # CONFIG_I2C_OCORES is not set | ||
| 892 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 893 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 894 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 895 | # CONFIG_I2C_SIMTEC is not set | ||
| 896 | # CONFIG_I2C_SIS5595 is not set | 931 | # CONFIG_I2C_SIS5595 is not set |
| 897 | # CONFIG_I2C_SIS630 is not set | 932 | # CONFIG_I2C_SIS630 is not set |
| 898 | # CONFIG_I2C_SIS96X is not set | 933 | # CONFIG_I2C_SIS96X is not set |
| 899 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 900 | # CONFIG_I2C_STUB is not set | ||
| 901 | # CONFIG_I2C_VIA is not set | 934 | # CONFIG_I2C_VIA is not set |
| 902 | # CONFIG_I2C_VIAPRO is not set | 935 | # CONFIG_I2C_VIAPRO is not set |
| 936 | |||
| 937 | # | ||
| 938 | # Mac SMBus host controller drivers | ||
| 939 | # | ||
| 940 | # CONFIG_I2C_HYDRA is not set | ||
| 941 | CONFIG_I2C_POWERMAC=y | ||
| 942 | |||
| 943 | # | ||
| 944 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 945 | # | ||
| 946 | CONFIG_I2C_MPC=y | ||
| 947 | # CONFIG_I2C_OCORES is not set | ||
| 948 | # CONFIG_I2C_SIMTEC is not set | ||
| 949 | |||
| 950 | # | ||
| 951 | # External I2C/SMBus adapter drivers | ||
| 952 | # | ||
| 953 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 954 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 955 | |||
| 956 | # | ||
| 957 | # Graphics adapter I2C/DDC channel drivers | ||
| 958 | # | ||
| 903 | # CONFIG_I2C_VOODOO3 is not set | 959 | # CONFIG_I2C_VOODOO3 is not set |
| 960 | |||
| 961 | # | ||
| 962 | # Other I2C/SMBus bus drivers | ||
| 963 | # | ||
| 904 | # CONFIG_I2C_PCA_PLATFORM is not set | 964 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 965 | # CONFIG_I2C_STUB is not set | ||
| 905 | 966 | ||
| 906 | # | 967 | # |
| 907 | # Miscellaneous I2C Chip support | 968 | # Miscellaneous I2C Chip support |
| 908 | # | 969 | # |
| 909 | # CONFIG_DS1682 is not set | 970 | # CONFIG_DS1682 is not set |
| 971 | # CONFIG_AT24 is not set | ||
| 910 | # CONFIG_SENSORS_EEPROM is not set | 972 | # CONFIG_SENSORS_EEPROM is not set |
| 911 | # CONFIG_SENSORS_PCF8574 is not set | 973 | # CONFIG_SENSORS_PCF8574 is not set |
| 912 | # CONFIG_PCF8575 is not set | 974 | # CONFIG_PCF8575 is not set |
| 975 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 913 | # CONFIG_SENSORS_PCF8591 is not set | 976 | # CONFIG_SENSORS_PCF8591 is not set |
| 914 | # CONFIG_SENSORS_MAX6875 is not set | 977 | # CONFIG_SENSORS_MAX6875 is not set |
| 915 | # CONFIG_SENSORS_TSL2550 is not set | 978 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -918,10 +981,13 @@ CONFIG_I2C_MPC=y | |||
| 918 | # CONFIG_I2C_DEBUG_BUS is not set | 981 | # CONFIG_I2C_DEBUG_BUS is not set |
| 919 | # CONFIG_I2C_DEBUG_CHIP is not set | 982 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 920 | # CONFIG_SPI is not set | 983 | # CONFIG_SPI is not set |
| 984 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 985 | # CONFIG_GPIOLIB is not set | ||
| 921 | # CONFIG_W1 is not set | 986 | # CONFIG_W1 is not set |
| 922 | # CONFIG_POWER_SUPPLY is not set | 987 | # CONFIG_POWER_SUPPLY is not set |
| 923 | CONFIG_HWMON=y | 988 | CONFIG_HWMON=y |
| 924 | # CONFIG_HWMON_VID is not set | 989 | # CONFIG_HWMON_VID is not set |
| 990 | # CONFIG_SENSORS_AD7414 is not set | ||
| 925 | # CONFIG_SENSORS_AD7418 is not set | 991 | # CONFIG_SENSORS_AD7418 is not set |
| 926 | # CONFIG_SENSORS_ADM1021 is not set | 992 | # CONFIG_SENSORS_ADM1021 is not set |
| 927 | # CONFIG_SENSORS_ADM1025 is not set | 993 | # CONFIG_SENSORS_ADM1025 is not set |
| @@ -931,6 +997,7 @@ CONFIG_HWMON=y | |||
| 931 | # CONFIG_SENSORS_ADM9240 is not set | 997 | # CONFIG_SENSORS_ADM9240 is not set |
| 932 | # CONFIG_SENSORS_ADT7470 is not set | 998 | # CONFIG_SENSORS_ADT7470 is not set |
| 933 | # CONFIG_SENSORS_ADT7473 is not set | 999 | # CONFIG_SENSORS_ADT7473 is not set |
| 1000 | # CONFIG_SENSORS_AMS is not set | ||
| 934 | # CONFIG_SENSORS_ATXP1 is not set | 1001 | # CONFIG_SENSORS_ATXP1 is not set |
| 935 | # CONFIG_SENSORS_DS1621 is not set | 1002 | # CONFIG_SENSORS_DS1621 is not set |
| 936 | # CONFIG_SENSORS_I5K_AMB is not set | 1003 | # CONFIG_SENSORS_I5K_AMB is not set |
| @@ -975,6 +1042,7 @@ CONFIG_HWMON=y | |||
| 975 | # CONFIG_SENSORS_W83627EHF is not set | 1042 | # CONFIG_SENSORS_W83627EHF is not set |
| 976 | # CONFIG_HWMON_DEBUG_CHIP is not set | 1043 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 977 | # CONFIG_THERMAL is not set | 1044 | # CONFIG_THERMAL is not set |
| 1045 | # CONFIG_THERMAL_HWMON is not set | ||
| 978 | CONFIG_WATCHDOG=y | 1046 | CONFIG_WATCHDOG=y |
| 979 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 1047 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 980 | 1048 | ||
| @@ -982,6 +1050,9 @@ CONFIG_WATCHDOG=y | |||
| 982 | # Watchdog Device Drivers | 1050 | # Watchdog Device Drivers |
| 983 | # | 1051 | # |
| 984 | CONFIG_SOFT_WATCHDOG=m | 1052 | CONFIG_SOFT_WATCHDOG=m |
| 1053 | # CONFIG_ALIM7101_WDT is not set | ||
| 1054 | # CONFIG_8xxx_WDT is not set | ||
| 1055 | # CONFIG_WATCHDOG_RTAS is not set | ||
| 985 | 1056 | ||
| 986 | # | 1057 | # |
| 987 | # PCI-based Watchdog Cards | 1058 | # PCI-based Watchdog Cards |
| @@ -998,8 +1069,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 998 | # | 1069 | # |
| 999 | # Multifunction device drivers | 1070 | # Multifunction device drivers |
| 1000 | # | 1071 | # |
| 1072 | # CONFIG_MFD_CORE is not set | ||
| 1001 | # CONFIG_MFD_SM501 is not set | 1073 | # CONFIG_MFD_SM501 is not set |
| 1002 | # CONFIG_HTC_PASIC3 is not set | 1074 | # CONFIG_HTC_PASIC3 is not set |
| 1075 | # CONFIG_MFD_TMIO is not set | ||
| 1003 | 1076 | ||
| 1004 | # | 1077 | # |
| 1005 | # Multimedia devices | 1078 | # Multimedia devices |
| @@ -1038,10 +1111,6 @@ CONFIG_VIDEO_OUTPUT_CONTROL=m | |||
| 1038 | CONFIG_VGA_CONSOLE=y | 1111 | CONFIG_VGA_CONSOLE=y |
| 1039 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1112 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 1040 | CONFIG_DUMMY_CONSOLE=y | 1113 | CONFIG_DUMMY_CONSOLE=y |
| 1041 | |||
| 1042 | # | ||
| 1043 | # Sound | ||
| 1044 | # | ||
| 1045 | # CONFIG_SOUND is not set | 1114 | # CONFIG_SOUND is not set |
| 1046 | CONFIG_HID_SUPPORT=y | 1115 | CONFIG_HID_SUPPORT=y |
| 1047 | CONFIG_HID=y | 1116 | CONFIG_HID=y |
| @@ -1056,6 +1125,10 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 1056 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1125 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1057 | 1126 | ||
| 1058 | # | 1127 | # |
| 1128 | # Enable Host or Gadget support to see Inventra options | ||
| 1129 | # | ||
| 1130 | |||
| 1131 | # | ||
| 1059 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1132 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 1060 | # | 1133 | # |
| 1061 | # CONFIG_USB_GADGET is not set | 1134 | # CONFIG_USB_GADGET is not set |
| @@ -1096,6 +1169,7 @@ CONFIG_FS_POSIX_ACL=y | |||
| 1096 | # CONFIG_XFS_FS is not set | 1169 | # CONFIG_XFS_FS is not set |
| 1097 | CONFIG_OCFS2_FS=m | 1170 | CONFIG_OCFS2_FS=m |
| 1098 | CONFIG_OCFS2_FS_O2CB=m | 1171 | CONFIG_OCFS2_FS_O2CB=m |
| 1172 | CONFIG_OCFS2_FS_STATS=y | ||
| 1099 | CONFIG_OCFS2_DEBUG_MASKLOG=y | 1173 | CONFIG_OCFS2_DEBUG_MASKLOG=y |
| 1100 | # CONFIG_OCFS2_DEBUG_FS is not set | 1174 | # CONFIG_OCFS2_DEBUG_FS is not set |
| 1101 | CONFIG_DNOTIFY=y | 1175 | CONFIG_DNOTIFY=y |
| @@ -1145,6 +1219,7 @@ CONFIG_CONFIGFS_FS=m | |||
| 1145 | # CONFIG_CRAMFS is not set | 1219 | # CONFIG_CRAMFS is not set |
| 1146 | # CONFIG_VXFS_FS is not set | 1220 | # CONFIG_VXFS_FS is not set |
| 1147 | CONFIG_MINIX_FS=m | 1221 | CONFIG_MINIX_FS=m |
| 1222 | # CONFIG_OMFS_FS is not set | ||
| 1148 | # CONFIG_HPFS_FS is not set | 1223 | # CONFIG_HPFS_FS is not set |
| 1149 | # CONFIG_QNX4FS_FS is not set | 1224 | # CONFIG_QNX4FS_FS is not set |
| 1150 | CONFIG_ROMFS_FS=m | 1225 | CONFIG_ROMFS_FS=m |
| @@ -1155,14 +1230,13 @@ CONFIG_NFS_FS=y | |||
| 1155 | CONFIG_NFS_V3=y | 1230 | CONFIG_NFS_V3=y |
| 1156 | # CONFIG_NFS_V3_ACL is not set | 1231 | # CONFIG_NFS_V3_ACL is not set |
| 1157 | CONFIG_NFS_V4=y | 1232 | CONFIG_NFS_V4=y |
| 1158 | # CONFIG_NFSD is not set | ||
| 1159 | CONFIG_ROOT_NFS=y | 1233 | CONFIG_ROOT_NFS=y |
| 1234 | # CONFIG_NFSD is not set | ||
| 1160 | CONFIG_LOCKD=y | 1235 | CONFIG_LOCKD=y |
| 1161 | CONFIG_LOCKD_V4=y | 1236 | CONFIG_LOCKD_V4=y |
| 1162 | CONFIG_NFS_COMMON=y | 1237 | CONFIG_NFS_COMMON=y |
| 1163 | CONFIG_SUNRPC=y | 1238 | CONFIG_SUNRPC=y |
| 1164 | CONFIG_SUNRPC_GSS=y | 1239 | CONFIG_SUNRPC_GSS=y |
| 1165 | # CONFIG_SUNRPC_BIND34 is not set | ||
| 1166 | CONFIG_RPCSEC_GSS_KRB5=y | 1240 | CONFIG_RPCSEC_GSS_KRB5=y |
| 1167 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1241 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1168 | CONFIG_SMB_FS=m | 1242 | CONFIG_SMB_FS=m |
| @@ -1183,6 +1257,7 @@ CONFIG_CIFS_POSIX=y | |||
| 1183 | # Partition Types | 1257 | # Partition Types |
| 1184 | # | 1258 | # |
| 1185 | # CONFIG_PARTITION_ADVANCED is not set | 1259 | # CONFIG_PARTITION_ADVANCED is not set |
| 1260 | CONFIG_MAC_PARTITION=y | ||
| 1186 | CONFIG_MSDOS_PARTITION=y | 1261 | CONFIG_MSDOS_PARTITION=y |
| 1187 | CONFIG_NLS=m | 1262 | CONFIG_NLS=m |
| 1188 | CONFIG_NLS_DEFAULT="iso8859-1" | 1263 | CONFIG_NLS_DEFAULT="iso8859-1" |
| @@ -1233,6 +1308,7 @@ CONFIG_BITREVERSE=y | |||
| 1233 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1308 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1234 | CONFIG_CRC_CCITT=m | 1309 | CONFIG_CRC_CCITT=m |
| 1235 | # CONFIG_CRC16 is not set | 1310 | # CONFIG_CRC16 is not set |
| 1311 | # CONFIG_CRC_T10DIF is not set | ||
| 1236 | # CONFIG_CRC_ITU_T is not set | 1312 | # CONFIG_CRC_ITU_T is not set |
| 1237 | CONFIG_CRC32=y | 1313 | CONFIG_CRC32=y |
| 1238 | # CONFIG_CRC7 is not set | 1314 | # CONFIG_CRC7 is not set |
| @@ -1259,6 +1335,8 @@ CONFIG_DEBUG_FS=y | |||
| 1259 | CONFIG_DEBUG_KERNEL=y | 1335 | CONFIG_DEBUG_KERNEL=y |
| 1260 | # CONFIG_DEBUG_SHIRQ is not set | 1336 | # CONFIG_DEBUG_SHIRQ is not set |
| 1261 | CONFIG_DETECT_SOFTLOCKUP=y | 1337 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1338 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1339 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1262 | CONFIG_SCHED_DEBUG=y | 1340 | CONFIG_SCHED_DEBUG=y |
| 1263 | # CONFIG_SCHEDSTATS is not set | 1341 | # CONFIG_SCHEDSTATS is not set |
| 1264 | # CONFIG_TIMER_STATS is not set | 1342 | # CONFIG_TIMER_STATS is not set |
| @@ -1275,21 +1353,34 @@ CONFIG_SCHED_DEBUG=y | |||
| 1275 | CONFIG_DEBUG_INFO=y | 1353 | CONFIG_DEBUG_INFO=y |
| 1276 | # CONFIG_DEBUG_VM is not set | 1354 | # CONFIG_DEBUG_VM is not set |
| 1277 | # CONFIG_DEBUG_WRITECOUNT is not set | 1355 | # CONFIG_DEBUG_WRITECOUNT is not set |
| 1356 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1278 | # CONFIG_DEBUG_LIST is not set | 1357 | # CONFIG_DEBUG_LIST is not set |
| 1279 | # CONFIG_DEBUG_SG is not set | 1358 | # CONFIG_DEBUG_SG is not set |
| 1280 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1359 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1281 | # CONFIG_RCU_TORTURE_TEST is not set | 1360 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1282 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1361 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1283 | # CONFIG_FAULT_INJECTION is not set | 1362 | # CONFIG_FAULT_INJECTION is not set |
| 1363 | # CONFIG_LATENCYTOP is not set | ||
| 1364 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1365 | CONFIG_HAVE_FTRACE=y | ||
| 1366 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1367 | # CONFIG_FTRACE is not set | ||
| 1368 | # CONFIG_PREEMPT_TRACER is not set | ||
| 1369 | # CONFIG_SCHED_TRACER is not set | ||
| 1370 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1284 | # CONFIG_SAMPLES is not set | 1371 | # CONFIG_SAMPLES is not set |
| 1372 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1373 | # CONFIG_KGDB is not set | ||
| 1285 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 1374 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
| 1286 | # CONFIG_DEBUG_STACK_USAGE is not set | 1375 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1287 | # CONFIG_DEBUG_PAGEALLOC is not set | 1376 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1288 | CONFIG_DEBUGGER=y | 1377 | # CONFIG_CODE_PATCHING_SELFTEST is not set |
| 1378 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
| 1289 | # CONFIG_XMON is not set | 1379 | # CONFIG_XMON is not set |
| 1290 | # CONFIG_IRQSTACKS is not set | 1380 | # CONFIG_IRQSTACKS is not set |
| 1291 | # CONFIG_VIRQ_DEBUG is not set | 1381 | # CONFIG_VIRQ_DEBUG is not set |
| 1292 | # CONFIG_BDI_SWITCH is not set | 1382 | # CONFIG_BDI_SWITCH is not set |
| 1383 | # CONFIG_BOOTX_TEXT is not set | ||
| 1293 | # CONFIG_PPC_EARLY_DEBUG is not set | 1384 | # CONFIG_PPC_EARLY_DEBUG is not set |
| 1294 | 1385 | ||
| 1295 | # | 1386 | # |
| @@ -1299,7 +1390,6 @@ CONFIG_DEBUGGER=y | |||
| 1299 | CONFIG_SECURITY=y | 1390 | CONFIG_SECURITY=y |
| 1300 | CONFIG_SECURITY_NETWORK=y | 1391 | CONFIG_SECURITY_NETWORK=y |
| 1301 | # CONFIG_SECURITY_NETWORK_XFRM is not set | 1392 | # CONFIG_SECURITY_NETWORK_XFRM is not set |
| 1302 | CONFIG_SECURITY_CAPABILITIES=y | ||
| 1303 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1393 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 1304 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | 1394 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 |
| 1305 | CONFIG_CRYPTO=y | 1395 | CONFIG_CRYPTO=y |
| @@ -1349,6 +1439,10 @@ CONFIG_CRYPTO_CRC32C=m | |||
| 1349 | CONFIG_CRYPTO_MD4=m | 1439 | CONFIG_CRYPTO_MD4=m |
| 1350 | CONFIG_CRYPTO_MD5=y | 1440 | CONFIG_CRYPTO_MD5=y |
| 1351 | CONFIG_CRYPTO_MICHAEL_MIC=m | 1441 | CONFIG_CRYPTO_MICHAEL_MIC=m |
| 1442 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1443 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1444 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1445 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1352 | CONFIG_CRYPTO_SHA1=m | 1446 | CONFIG_CRYPTO_SHA1=m |
| 1353 | CONFIG_CRYPTO_SHA256=m | 1447 | CONFIG_CRYPTO_SHA256=m |
| 1354 | CONFIG_CRYPTO_SHA512=m | 1448 | CONFIG_CRYPTO_SHA512=m |
| @@ -1382,5 +1476,6 @@ CONFIG_CRYPTO_DEFLATE=m | |||
| 1382 | # CONFIG_CRYPTO_LZO is not set | 1476 | # CONFIG_CRYPTO_LZO is not set |
| 1383 | CONFIG_CRYPTO_HW=y | 1477 | CONFIG_CRYPTO_HW=y |
| 1384 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | 1478 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set |
| 1479 | # CONFIG_CRYPTO_DEV_TALITOS is not set | ||
| 1385 | # CONFIG_PPC_CLOCK is not set | 1480 | # CONFIG_PPC_CLOCK is not set |
| 1386 | # CONFIG_VIRTUALIZATION is not set | 1481 | # CONFIG_VIRTUALIZATION is not set |
diff --git a/arch/powerpc/configs/storcenter_defconfig b/arch/powerpc/configs/storcenter_defconfig index 88f6aa8273be..4340cc1c5b6a 100644 --- a/arch/powerpc/configs/storcenter_defconfig +++ b/arch/powerpc/configs/storcenter_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-rc5 | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Mon Jun 9 08:52:20 2008 | 4 | # Thu Aug 21 00:52:16 2008 |
| 5 | # | 5 | # |
| 6 | # CONFIG_PPC64 is not set | 6 | # CONFIG_PPC64 is not set |
| 7 | 7 | ||
| @@ -32,6 +32,7 @@ CONFIG_GENERIC_HARDIRQS=y | |||
| 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | 32 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set |
| 33 | CONFIG_IRQ_PER_CPU=y | 33 | CONFIG_IRQ_PER_CPU=y |
| 34 | CONFIG_STACKTRACE_SUPPORT=y | 34 | CONFIG_STACKTRACE_SUPPORT=y |
| 35 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
| 35 | CONFIG_LOCKDEP_SUPPORT=y | 36 | CONFIG_LOCKDEP_SUPPORT=y |
| 36 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 37 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 37 | CONFIG_ARCH_HAS_ILOG2_U32=y | 38 | CONFIG_ARCH_HAS_ILOG2_U32=y |
| @@ -87,7 +88,6 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
| 87 | CONFIG_SYSCTL=y | 88 | CONFIG_SYSCTL=y |
| 88 | CONFIG_EMBEDDED=y | 89 | CONFIG_EMBEDDED=y |
| 89 | CONFIG_SYSCTL_SYSCALL=y | 90 | CONFIG_SYSCTL_SYSCALL=y |
| 90 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 91 | # CONFIG_KALLSYMS is not set | 91 | # CONFIG_KALLSYMS is not set |
| 92 | CONFIG_HOTPLUG=y | 92 | CONFIG_HOTPLUG=y |
| 93 | CONFIG_PRINTK=y | 93 | CONFIG_PRINTK=y |
| @@ -110,10 +110,16 @@ CONFIG_SLUB=y | |||
| 110 | # CONFIG_PROFILING is not set | 110 | # CONFIG_PROFILING is not set |
| 111 | # CONFIG_MARKERS is not set | 111 | # CONFIG_MARKERS is not set |
| 112 | CONFIG_HAVE_OPROFILE=y | 112 | CONFIG_HAVE_OPROFILE=y |
| 113 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
| 114 | CONFIG_HAVE_IOREMAP_PROT=y | ||
| 113 | CONFIG_HAVE_KPROBES=y | 115 | CONFIG_HAVE_KPROBES=y |
| 114 | CONFIG_HAVE_KRETPROBES=y | 116 | CONFIG_HAVE_KRETPROBES=y |
| 117 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 115 | # CONFIG_HAVE_DMA_ATTRS is not set | 118 | # CONFIG_HAVE_DMA_ATTRS is not set |
| 119 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set | ||
| 120 | # CONFIG_HAVE_CLK is not set | ||
| 116 | CONFIG_PROC_PAGE_MONITOR=y | 121 | CONFIG_PROC_PAGE_MONITOR=y |
| 122 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 117 | CONFIG_SLABINFO=y | 123 | CONFIG_SLABINFO=y |
| 118 | CONFIG_RT_MUTEXES=y | 124 | CONFIG_RT_MUTEXES=y |
| 119 | # CONFIG_TINY_SHMEM is not set | 125 | # CONFIG_TINY_SHMEM is not set |
| @@ -130,6 +136,7 @@ CONFIG_LBD=y | |||
| 130 | # CONFIG_BLK_DEV_IO_TRACE is not set | 136 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 131 | # CONFIG_LSF is not set | 137 | # CONFIG_LSF is not set |
| 132 | # CONFIG_BLK_DEV_BSG is not set | 138 | # CONFIG_BLK_DEV_BSG is not set |
| 139 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 133 | 140 | ||
| 134 | # | 141 | # |
| 135 | # IO Schedulers | 142 | # IO Schedulers |
| @@ -149,25 +156,25 @@ CONFIG_CLASSIC_RCU=y | |||
| 149 | # Platform support | 156 | # Platform support |
| 150 | # | 157 | # |
| 151 | CONFIG_PPC_MULTIPLATFORM=y | 158 | CONFIG_PPC_MULTIPLATFORM=y |
| 152 | # CONFIG_PPC_82xx is not set | ||
| 153 | # CONFIG_PPC_83xx is not set | ||
| 154 | # CONFIG_PPC_86xx is not set | ||
| 155 | CONFIG_CLASSIC32=y | 159 | CONFIG_CLASSIC32=y |
| 156 | # CONFIG_PPC_CHRP is not set | 160 | # CONFIG_PPC_CHRP is not set |
| 157 | # CONFIG_PPC_MPC512x is not set | ||
| 158 | # CONFIG_PPC_MPC5121 is not set | ||
| 159 | # CONFIG_MPC5121_ADS is not set | 161 | # CONFIG_MPC5121_ADS is not set |
| 162 | # CONFIG_MPC5121_GENERIC is not set | ||
| 160 | # CONFIG_PPC_MPC52xx is not set | 163 | # CONFIG_PPC_MPC52xx is not set |
| 161 | # CONFIG_PPC_PMAC is not set | 164 | # CONFIG_PPC_PMAC is not set |
| 162 | # CONFIG_PPC_CELL is not set | 165 | # CONFIG_PPC_CELL is not set |
| 163 | # CONFIG_PPC_CELL_NATIVE is not set | 166 | # CONFIG_PPC_CELL_NATIVE is not set |
| 167 | # CONFIG_PPC_82xx is not set | ||
| 164 | # CONFIG_PQ2ADS is not set | 168 | # CONFIG_PQ2ADS is not set |
| 169 | # CONFIG_PPC_83xx is not set | ||
| 170 | # CONFIG_PPC_86xx is not set | ||
| 165 | CONFIG_EMBEDDED6xx=y | 171 | CONFIG_EMBEDDED6xx=y |
| 166 | # CONFIG_LINKSTATION is not set | 172 | # CONFIG_LINKSTATION is not set |
| 167 | CONFIG_STORCENTER=y | 173 | CONFIG_STORCENTER=y |
| 168 | # CONFIG_MPC7448HPC2 is not set | 174 | # CONFIG_MPC7448HPC2 is not set |
| 169 | # CONFIG_PPC_HOLLY is not set | 175 | # CONFIG_PPC_HOLLY is not set |
| 170 | # CONFIG_PPC_PRPMC2800 is not set | 176 | # CONFIG_PPC_PRPMC2800 is not set |
| 177 | # CONFIG_PPC_C2K is not set | ||
| 171 | CONFIG_MPC10X_BRIDGE=y | 178 | CONFIG_MPC10X_BRIDGE=y |
| 172 | CONFIG_MPC10X_OPENPIC=y | 179 | CONFIG_MPC10X_OPENPIC=y |
| 173 | # CONFIG_MPC10X_STORE_GATHERING is not set | 180 | # CONFIG_MPC10X_STORE_GATHERING is not set |
| @@ -221,6 +228,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
| 221 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | 228 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 222 | CONFIG_PAGEFLAGS_EXTENDED=y | 229 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 223 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 230 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 231 | CONFIG_MIGRATION=y | ||
| 224 | # CONFIG_RESOURCES_64BIT is not set | 232 | # CONFIG_RESOURCES_64BIT is not set |
| 225 | CONFIG_ZONE_DMA_FLAG=1 | 233 | CONFIG_ZONE_DMA_FLAG=1 |
| 226 | CONFIG_BOUNCE=y | 234 | CONFIG_BOUNCE=y |
| @@ -229,6 +237,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11 | |||
| 229 | CONFIG_PROC_DEVICETREE=y | 237 | CONFIG_PROC_DEVICETREE=y |
| 230 | CONFIG_CMDLINE_BOOL=y | 238 | CONFIG_CMDLINE_BOOL=y |
| 231 | CONFIG_CMDLINE="console=ttyS0,115200" | 239 | CONFIG_CMDLINE="console=ttyS0,115200" |
| 240 | CONFIG_EXTRA_TARGETS="" | ||
| 232 | # CONFIG_PM is not set | 241 | # CONFIG_PM is not set |
| 233 | # CONFIG_SECCOMP is not set | 242 | # CONFIG_SECCOMP is not set |
| 234 | CONFIG_ISA_DMA_API=y | 243 | CONFIG_ISA_DMA_API=y |
| @@ -264,10 +273,6 @@ CONFIG_PAGE_OFFSET=0xc0000000 | |||
| 264 | CONFIG_KERNEL_START=0xc0000000 | 273 | CONFIG_KERNEL_START=0xc0000000 |
| 265 | CONFIG_PHYSICAL_START=0x00000000 | 274 | CONFIG_PHYSICAL_START=0x00000000 |
| 266 | CONFIG_TASK_SIZE=0xc0000000 | 275 | CONFIG_TASK_SIZE=0xc0000000 |
| 267 | |||
| 268 | # | ||
| 269 | # Networking | ||
| 270 | # | ||
| 271 | CONFIG_NET=y | 276 | CONFIG_NET=y |
| 272 | 277 | ||
| 273 | # | 278 | # |
| @@ -456,20 +461,22 @@ CONFIG_BLK_DEV=y | |||
| 456 | # CONFIG_BLK_DEV_RAM is not set | 461 | # CONFIG_BLK_DEV_RAM is not set |
| 457 | # CONFIG_CDROM_PKTCDVD is not set | 462 | # CONFIG_CDROM_PKTCDVD is not set |
| 458 | # CONFIG_ATA_OVER_ETH is not set | 463 | # CONFIG_ATA_OVER_ETH is not set |
| 464 | # CONFIG_BLK_DEV_HD is not set | ||
| 459 | CONFIG_MISC_DEVICES=y | 465 | CONFIG_MISC_DEVICES=y |
| 460 | # CONFIG_PHANTOM is not set | 466 | # CONFIG_PHANTOM is not set |
| 461 | # CONFIG_EEPROM_93CX6 is not set | 467 | # CONFIG_EEPROM_93CX6 is not set |
| 462 | # CONFIG_SGI_IOC4 is not set | 468 | # CONFIG_SGI_IOC4 is not set |
| 463 | # CONFIG_TIFM_CORE is not set | 469 | # CONFIG_TIFM_CORE is not set |
| 464 | # CONFIG_ENCLOSURE_SERVICES is not set | 470 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 471 | # CONFIG_HP_ILO is not set | ||
| 465 | CONFIG_HAVE_IDE=y | 472 | CONFIG_HAVE_IDE=y |
| 466 | CONFIG_IDE=y | 473 | CONFIG_IDE=y |
| 467 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 468 | CONFIG_BLK_DEV_IDE=y | 474 | CONFIG_BLK_DEV_IDE=y |
| 469 | 475 | ||
| 470 | # | 476 | # |
| 471 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | 477 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 472 | # | 478 | # |
| 479 | CONFIG_IDE_TIMINGS=y | ||
| 473 | # CONFIG_BLK_DEV_IDE_SATA is not set | 480 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 474 | CONFIG_BLK_DEV_IDEDISK=y | 481 | CONFIG_BLK_DEV_IDEDISK=y |
| 475 | CONFIG_IDEDISK_MULTI_MODE=y | 482 | CONFIG_IDEDISK_MULTI_MODE=y |
| @@ -483,7 +490,6 @@ CONFIG_IDE_PROC_FS=y | |||
| 483 | # | 490 | # |
| 484 | # IDE chipset support/bugfixes | 491 | # IDE chipset support/bugfixes |
| 485 | # | 492 | # |
| 486 | CONFIG_IDE_GENERIC=y | ||
| 487 | # CONFIG_BLK_DEV_PLATFORM is not set | 493 | # CONFIG_BLK_DEV_PLATFORM is not set |
| 488 | CONFIG_BLK_DEV_IDEDMA_SFF=y | 494 | CONFIG_BLK_DEV_IDEDMA_SFF=y |
| 489 | 495 | ||
| @@ -500,10 +506,8 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 500 | # CONFIG_BLK_DEV_AMD74XX is not set | 506 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 501 | # CONFIG_BLK_DEV_CMD64X is not set | 507 | # CONFIG_BLK_DEV_CMD64X is not set |
| 502 | # CONFIG_BLK_DEV_TRIFLEX is not set | 508 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 503 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 504 | # CONFIG_BLK_DEV_CS5520 is not set | 509 | # CONFIG_BLK_DEV_CS5520 is not set |
| 505 | # CONFIG_BLK_DEV_CS5530 is not set | 510 | # CONFIG_BLK_DEV_CS5530 is not set |
| 506 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 507 | # CONFIG_BLK_DEV_HPT366 is not set | 511 | # CONFIG_BLK_DEV_HPT366 is not set |
| 508 | # CONFIG_BLK_DEV_JMICRON is not set | 512 | # CONFIG_BLK_DEV_JMICRON is not set |
| 509 | # CONFIG_BLK_DEV_SC1200 is not set | 513 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -521,8 +525,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y | |||
| 521 | CONFIG_BLK_DEV_VIA82CXXX=y | 525 | CONFIG_BLK_DEV_VIA82CXXX=y |
| 522 | # CONFIG_BLK_DEV_TC86C001 is not set | 526 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 523 | CONFIG_BLK_DEV_IDEDMA=y | 527 | CONFIG_BLK_DEV_IDEDMA=y |
| 524 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
| 525 | # CONFIG_BLK_DEV_HD is not set | ||
| 526 | 528 | ||
| 527 | # | 529 | # |
| 528 | # SCSI device support | 530 | # SCSI device support |
| @@ -599,6 +601,7 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 599 | # CONFIG_SCSI_NSP32 is not set | 601 | # CONFIG_SCSI_NSP32 is not set |
| 600 | # CONFIG_SCSI_DEBUG is not set | 602 | # CONFIG_SCSI_DEBUG is not set |
| 601 | # CONFIG_SCSI_SRP is not set | 603 | # CONFIG_SCSI_SRP is not set |
| 604 | # CONFIG_SCSI_DH is not set | ||
| 602 | # CONFIG_ATA is not set | 605 | # CONFIG_ATA is not set |
| 603 | CONFIG_MD=y | 606 | CONFIG_MD=y |
| 604 | CONFIG_BLK_DEV_MD=y | 607 | CONFIG_BLK_DEV_MD=y |
| @@ -616,12 +619,15 @@ CONFIG_MD_RAID5_RESHAPE=y | |||
| 616 | # | 619 | # |
| 617 | # IEEE 1394 (FireWire) support | 620 | # IEEE 1394 (FireWire) support |
| 618 | # | 621 | # |
| 622 | |||
| 623 | # | ||
| 624 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 625 | # | ||
| 619 | # CONFIG_FIREWIRE is not set | 626 | # CONFIG_FIREWIRE is not set |
| 620 | # CONFIG_IEEE1394 is not set | 627 | # CONFIG_IEEE1394 is not set |
| 621 | # CONFIG_I2O is not set | 628 | # CONFIG_I2O is not set |
| 622 | # CONFIG_MACINTOSH_DRIVERS is not set | 629 | # CONFIG_MACINTOSH_DRIVERS is not set |
| 623 | CONFIG_NETDEVICES=y | 630 | CONFIG_NETDEVICES=y |
| 624 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 625 | CONFIG_DUMMY=m | 631 | CONFIG_DUMMY=m |
| 626 | # CONFIG_BONDING is not set | 632 | # CONFIG_BONDING is not set |
| 627 | # CONFIG_MACVLAN is not set | 633 | # CONFIG_MACVLAN is not set |
| @@ -635,14 +641,12 @@ CONFIG_NETDEV_1000=y | |||
| 635 | # CONFIG_DL2K is not set | 641 | # CONFIG_DL2K is not set |
| 636 | # CONFIG_E1000 is not set | 642 | # CONFIG_E1000 is not set |
| 637 | # CONFIG_E1000E is not set | 643 | # CONFIG_E1000E is not set |
| 638 | # CONFIG_E1000E_ENABLED is not set | ||
| 639 | # CONFIG_IP1000 is not set | 644 | # CONFIG_IP1000 is not set |
| 640 | # CONFIG_IGB is not set | 645 | # CONFIG_IGB is not set |
| 641 | # CONFIG_NS83820 is not set | 646 | # CONFIG_NS83820 is not set |
| 642 | # CONFIG_HAMACHI is not set | 647 | # CONFIG_HAMACHI is not set |
| 643 | # CONFIG_YELLOWFIN is not set | 648 | # CONFIG_YELLOWFIN is not set |
| 644 | CONFIG_R8169=y | 649 | CONFIG_R8169=y |
| 645 | # CONFIG_R8169_NAPI is not set | ||
| 646 | # CONFIG_SIS190 is not set | 650 | # CONFIG_SIS190 is not set |
| 647 | # CONFIG_SKGE is not set | 651 | # CONFIG_SKGE is not set |
| 648 | # CONFIG_SKY2 is not set | 652 | # CONFIG_SKY2 is not set |
| @@ -653,6 +657,7 @@ CONFIG_R8169=y | |||
| 653 | # CONFIG_MV643XX_ETH is not set | 657 | # CONFIG_MV643XX_ETH is not set |
| 654 | # CONFIG_QLA3XXX is not set | 658 | # CONFIG_QLA3XXX is not set |
| 655 | # CONFIG_ATL1 is not set | 659 | # CONFIG_ATL1 is not set |
| 660 | # CONFIG_ATL1E is not set | ||
| 656 | # CONFIG_NETDEV_10000 is not set | 661 | # CONFIG_NETDEV_10000 is not set |
| 657 | # CONFIG_TR is not set | 662 | # CONFIG_TR is not set |
| 658 | 663 | ||
| @@ -734,43 +739,64 @@ CONFIG_DEVPORT=y | |||
| 734 | CONFIG_I2C=y | 739 | CONFIG_I2C=y |
| 735 | CONFIG_I2C_BOARDINFO=y | 740 | CONFIG_I2C_BOARDINFO=y |
| 736 | CONFIG_I2C_CHARDEV=y | 741 | CONFIG_I2C_CHARDEV=y |
| 742 | CONFIG_I2C_HELPER_AUTO=y | ||
| 737 | 743 | ||
| 738 | # | 744 | # |
| 739 | # I2C Hardware Bus support | 745 | # I2C Hardware Bus support |
| 740 | # | 746 | # |
| 747 | |||
| 748 | # | ||
| 749 | # PC SMBus host controller drivers | ||
| 750 | # | ||
| 741 | # CONFIG_I2C_ALI1535 is not set | 751 | # CONFIG_I2C_ALI1535 is not set |
| 742 | # CONFIG_I2C_ALI1563 is not set | 752 | # CONFIG_I2C_ALI1563 is not set |
| 743 | # CONFIG_I2C_ALI15X3 is not set | 753 | # CONFIG_I2C_ALI15X3 is not set |
| 744 | # CONFIG_I2C_AMD756 is not set | 754 | # CONFIG_I2C_AMD756 is not set |
| 745 | # CONFIG_I2C_AMD8111 is not set | 755 | # CONFIG_I2C_AMD8111 is not set |
| 746 | # CONFIG_I2C_I801 is not set | 756 | # CONFIG_I2C_I801 is not set |
| 747 | # CONFIG_I2C_I810 is not set | 757 | # CONFIG_I2C_ISCH is not set |
| 748 | # CONFIG_I2C_PIIX4 is not set | 758 | # CONFIG_I2C_PIIX4 is not set |
| 749 | CONFIG_I2C_MPC=y | ||
| 750 | # CONFIG_I2C_NFORCE2 is not set | 759 | # CONFIG_I2C_NFORCE2 is not set |
| 751 | # CONFIG_I2C_OCORES is not set | ||
| 752 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 753 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 754 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 755 | # CONFIG_I2C_SIMTEC is not set | ||
| 756 | # CONFIG_I2C_SIS5595 is not set | 760 | # CONFIG_I2C_SIS5595 is not set |
| 757 | # CONFIG_I2C_SIS630 is not set | 761 | # CONFIG_I2C_SIS630 is not set |
| 758 | # CONFIG_I2C_SIS96X is not set | 762 | # CONFIG_I2C_SIS96X is not set |
| 759 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 760 | # CONFIG_I2C_STUB is not set | ||
| 761 | # CONFIG_I2C_TINY_USB is not set | ||
| 762 | # CONFIG_I2C_VIA is not set | 763 | # CONFIG_I2C_VIA is not set |
| 763 | # CONFIG_I2C_VIAPRO is not set | 764 | # CONFIG_I2C_VIAPRO is not set |
| 765 | |||
| 766 | # | ||
| 767 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
| 768 | # | ||
| 769 | CONFIG_I2C_MPC=y | ||
| 770 | # CONFIG_I2C_OCORES is not set | ||
| 771 | # CONFIG_I2C_SIMTEC is not set | ||
| 772 | |||
| 773 | # | ||
| 774 | # External I2C/SMBus adapter drivers | ||
| 775 | # | ||
| 776 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 777 | # CONFIG_I2C_TAOS_EVM is not set | ||
| 778 | # CONFIG_I2C_TINY_USB is not set | ||
| 779 | |||
| 780 | # | ||
| 781 | # Graphics adapter I2C/DDC channel drivers | ||
| 782 | # | ||
| 764 | # CONFIG_I2C_VOODOO3 is not set | 783 | # CONFIG_I2C_VOODOO3 is not set |
| 784 | |||
| 785 | # | ||
| 786 | # Other I2C/SMBus bus drivers | ||
| 787 | # | ||
| 765 | # CONFIG_I2C_PCA_PLATFORM is not set | 788 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 789 | # CONFIG_I2C_STUB is not set | ||
| 766 | 790 | ||
| 767 | # | 791 | # |
| 768 | # Miscellaneous I2C Chip support | 792 | # Miscellaneous I2C Chip support |
| 769 | # | 793 | # |
| 770 | # CONFIG_DS1682 is not set | 794 | # CONFIG_DS1682 is not set |
| 795 | # CONFIG_AT24 is not set | ||
| 771 | # CONFIG_SENSORS_EEPROM is not set | 796 | # CONFIG_SENSORS_EEPROM is not set |
| 772 | # CONFIG_SENSORS_PCF8574 is not set | 797 | # CONFIG_SENSORS_PCF8574 is not set |
| 773 | # CONFIG_PCF8575 is not set | 798 | # CONFIG_PCF8575 is not set |
| 799 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 774 | # CONFIG_SENSORS_PCF8591 is not set | 800 | # CONFIG_SENSORS_PCF8591 is not set |
| 775 | # CONFIG_SENSORS_MAX6875 is not set | 801 | # CONFIG_SENSORS_MAX6875 is not set |
| 776 | # CONFIG_SENSORS_TSL2550 is not set | 802 | # CONFIG_SENSORS_TSL2550 is not set |
| @@ -779,10 +805,13 @@ CONFIG_I2C_MPC=y | |||
| 779 | # CONFIG_I2C_DEBUG_BUS is not set | 805 | # CONFIG_I2C_DEBUG_BUS is not set |
| 780 | # CONFIG_I2C_DEBUG_CHIP is not set | 806 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 781 | # CONFIG_SPI is not set | 807 | # CONFIG_SPI is not set |
| 808 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 809 | # CONFIG_GPIOLIB is not set | ||
| 782 | # CONFIG_W1 is not set | 810 | # CONFIG_W1 is not set |
| 783 | # CONFIG_POWER_SUPPLY is not set | 811 | # CONFIG_POWER_SUPPLY is not set |
| 784 | # CONFIG_HWMON is not set | 812 | # CONFIG_HWMON is not set |
| 785 | # CONFIG_THERMAL is not set | 813 | # CONFIG_THERMAL is not set |
| 814 | # CONFIG_THERMAL_HWMON is not set | ||
| 786 | # CONFIG_WATCHDOG is not set | 815 | # CONFIG_WATCHDOG is not set |
| 787 | 816 | ||
| 788 | # | 817 | # |
| @@ -794,8 +823,10 @@ CONFIG_SSB_POSSIBLE=y | |||
| 794 | # | 823 | # |
| 795 | # Multifunction device drivers | 824 | # Multifunction device drivers |
| 796 | # | 825 | # |
| 826 | # CONFIG_MFD_CORE is not set | ||
| 797 | # CONFIG_MFD_SM501 is not set | 827 | # CONFIG_MFD_SM501 is not set |
| 798 | # CONFIG_HTC_PASIC3 is not set | 828 | # CONFIG_HTC_PASIC3 is not set |
| 829 | # CONFIG_MFD_TMIO is not set | ||
| 799 | 830 | ||
| 800 | # | 831 | # |
| 801 | # Multimedia devices | 832 | # Multimedia devices |
| @@ -827,10 +858,6 @@ CONFIG_SSB_POSSIBLE=y | |||
| 827 | # Display device support | 858 | # Display device support |
| 828 | # | 859 | # |
| 829 | # CONFIG_DISPLAY_SUPPORT is not set | 860 | # CONFIG_DISPLAY_SUPPORT is not set |
| 830 | |||
| 831 | # | ||
| 832 | # Sound | ||
| 833 | # | ||
| 834 | # CONFIG_SOUND is not set | 861 | # CONFIG_SOUND is not set |
| 835 | CONFIG_USB_SUPPORT=y | 862 | CONFIG_USB_SUPPORT=y |
| 836 | CONFIG_USB_ARCH_HAS_HCD=y | 863 | CONFIG_USB_ARCH_HAS_HCD=y |
| @@ -849,6 +876,7 @@ CONFIG_USB_DEVICE_CLASS=y | |||
| 849 | # CONFIG_USB_OTG is not set | 876 | # CONFIG_USB_OTG is not set |
| 850 | # CONFIG_USB_OTG_WHITELIST is not set | 877 | # CONFIG_USB_OTG_WHITELIST is not set |
| 851 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 878 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 879 | # CONFIG_USB_MON is not set | ||
| 852 | 880 | ||
| 853 | # | 881 | # |
| 854 | # USB Host Controller Drivers | 882 | # USB Host Controller Drivers |
| @@ -896,6 +924,7 @@ CONFIG_USB_STORAGE=y | |||
| 896 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 924 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 897 | # CONFIG_USB_STORAGE_ALAUDA is not set | 925 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 898 | # CONFIG_USB_STORAGE_KARMA is not set | 926 | # CONFIG_USB_STORAGE_KARMA is not set |
| 927 | # CONFIG_USB_STORAGE_SIERRA is not set | ||
| 899 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | 928 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set |
| 900 | # CONFIG_USB_LIBUSUAL is not set | 929 | # CONFIG_USB_LIBUSUAL is not set |
| 901 | 930 | ||
| @@ -904,7 +933,6 @@ CONFIG_USB_STORAGE=y | |||
| 904 | # | 933 | # |
| 905 | # CONFIG_USB_MDC800 is not set | 934 | # CONFIG_USB_MDC800 is not set |
| 906 | # CONFIG_USB_MICROTEK is not set | 935 | # CONFIG_USB_MICROTEK is not set |
| 907 | # CONFIG_USB_MON is not set | ||
| 908 | 936 | ||
| 909 | # | 937 | # |
| 910 | # USB port drivers | 938 | # USB port drivers |
| @@ -917,7 +945,6 @@ CONFIG_USB_STORAGE=y | |||
| 917 | # CONFIG_USB_EMI62 is not set | 945 | # CONFIG_USB_EMI62 is not set |
| 918 | # CONFIG_USB_EMI26 is not set | 946 | # CONFIG_USB_EMI26 is not set |
| 919 | # CONFIG_USB_ADUTUX is not set | 947 | # CONFIG_USB_ADUTUX is not set |
| 920 | # CONFIG_USB_AUERSWALD is not set | ||
| 921 | # CONFIG_USB_RIO500 is not set | 948 | # CONFIG_USB_RIO500 is not set |
| 922 | # CONFIG_USB_LEGOTOWER is not set | 949 | # CONFIG_USB_LEGOTOWER is not set |
| 923 | # CONFIG_USB_LCD is not set | 950 | # CONFIG_USB_LCD is not set |
| @@ -971,6 +998,7 @@ CONFIG_RTC_DRV_DS1307=y | |||
| 971 | # CONFIG_RTC_DRV_PCF8583 is not set | 998 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 972 | # CONFIG_RTC_DRV_M41T80 is not set | 999 | # CONFIG_RTC_DRV_M41T80 is not set |
| 973 | # CONFIG_RTC_DRV_S35390A is not set | 1000 | # CONFIG_RTC_DRV_S35390A is not set |
| 1001 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 974 | 1002 | ||
| 975 | # | 1003 | # |
| 976 | # SPI RTC drivers | 1004 | # SPI RTC drivers |
| @@ -1074,6 +1102,7 @@ CONFIG_JFFS2_RTIME=y | |||
| 1074 | # CONFIG_CRAMFS is not set | 1102 | # CONFIG_CRAMFS is not set |
| 1075 | # CONFIG_VXFS_FS is not set | 1103 | # CONFIG_VXFS_FS is not set |
| 1076 | # CONFIG_MINIX_FS is not set | 1104 | # CONFIG_MINIX_FS is not set |
| 1105 | # CONFIG_OMFS_FS is not set | ||
| 1077 | # CONFIG_HPFS_FS is not set | 1106 | # CONFIG_HPFS_FS is not set |
| 1078 | # CONFIG_QNX4FS_FS is not set | 1107 | # CONFIG_QNX4FS_FS is not set |
| 1079 | # CONFIG_ROMFS_FS is not set | 1108 | # CONFIG_ROMFS_FS is not set |
| @@ -1151,6 +1180,7 @@ CONFIG_BITREVERSE=y | |||
| 1151 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | 1180 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
| 1152 | # CONFIG_CRC_CCITT is not set | 1181 | # CONFIG_CRC_CCITT is not set |
| 1153 | # CONFIG_CRC16 is not set | 1182 | # CONFIG_CRC16 is not set |
| 1183 | CONFIG_CRC_T10DIF=y | ||
| 1154 | # CONFIG_CRC_ITU_T is not set | 1184 | # CONFIG_CRC_ITU_T is not set |
| 1155 | CONFIG_CRC32=y | 1185 | CONFIG_CRC32=y |
| 1156 | # CONFIG_CRC7 is not set | 1186 | # CONFIG_CRC7 is not set |
| @@ -1178,7 +1208,16 @@ CONFIG_FRAME_WARN=1024 | |||
| 1178 | # CONFIG_SLUB_DEBUG_ON is not set | 1208 | # CONFIG_SLUB_DEBUG_ON is not set |
| 1179 | # CONFIG_SLUB_STATS is not set | 1209 | # CONFIG_SLUB_STATS is not set |
| 1180 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1210 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 1211 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
| 1212 | # CONFIG_LATENCYTOP is not set | ||
| 1213 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 1214 | CONFIG_HAVE_FTRACE=y | ||
| 1215 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
| 1216 | # CONFIG_FTRACE is not set | ||
| 1217 | # CONFIG_SCHED_TRACER is not set | ||
| 1218 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
| 1181 | # CONFIG_SAMPLES is not set | 1219 | # CONFIG_SAMPLES is not set |
| 1220 | CONFIG_HAVE_ARCH_KGDB=y | ||
| 1182 | # CONFIG_IRQSTACKS is not set | 1221 | # CONFIG_IRQSTACKS is not set |
| 1183 | # CONFIG_BOOTX_TEXT is not set | 1222 | # CONFIG_BOOTX_TEXT is not set |
| 1184 | # CONFIG_PPC_EARLY_DEBUG is not set | 1223 | # CONFIG_PPC_EARLY_DEBUG is not set |
