diff options
| author | Li Yang <leoli@freescale.com> | 2006-10-04 00:17:51 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-10-04 01:24:27 -0400 |
| commit | bc141deafb81f2efa453081e9d52d602a8cec766 (patch) | |
| tree | 7c64158ab452c1b806863c8810883aed738567f9 | |
| parent | 9865853851313e0d94a4acde42d6f9d8070bb376 (diff) | |
[POWERPC] Add MPC8360EMDS board support
The patch adds MPC8360EMDS board support.
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Yin Olivia <hong-hua.yin@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
| -rw-r--r-- | arch/powerpc/configs/mpc8360emds_defconfig | 1018 | ||||
| -rw-r--r-- | arch/powerpc/platforms/83xx/mpc8360e_pb.c | 219 |
2 files changed, 1237 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc8360emds_defconfig b/arch/powerpc/configs/mpc8360emds_defconfig new file mode 100644 index 000000000000..c0703415d608 --- /dev/null +++ b/arch/powerpc/configs/mpc8360emds_defconfig | |||
| @@ -0,0 +1,1018 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.18 | ||
| 4 | # Thu Sep 21 18:14:27 2006 | ||
| 5 | # | ||
| 6 | # CONFIG_PPC64 is not set | ||
| 7 | CONFIG_PPC32=y | ||
| 8 | CONFIG_PPC_MERGE=y | ||
| 9 | CONFIG_MMU=y | ||
| 10 | CONFIG_GENERIC_HARDIRQS=y | ||
| 11 | CONFIG_IRQ_PER_CPU=y | ||
| 12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
| 13 | CONFIG_GENERIC_HWEIGHT=y | ||
| 14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 15 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 16 | CONFIG_PPC=y | ||
| 17 | CONFIG_EARLY_PRINTK=y | ||
| 18 | CONFIG_GENERIC_NVRAM=y | ||
| 19 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
| 20 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
| 21 | CONFIG_PPC_OF=y | ||
| 22 | CONFIG_PPC_UDBG_16550=y | ||
| 23 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 24 | CONFIG_AUDIT_ARCH=y | ||
| 25 | CONFIG_DEFAULT_UIMAGE=y | ||
| 26 | |||
| 27 | # | ||
| 28 | # Processor support | ||
| 29 | # | ||
| 30 | # CONFIG_CLASSIC32 is not set | ||
| 31 | # CONFIG_PPC_52xx is not set | ||
| 32 | # CONFIG_PPC_82xx is not set | ||
| 33 | CONFIG_PPC_83xx=y | ||
| 34 | # CONFIG_PPC_85xx is not set | ||
| 35 | # CONFIG_PPC_86xx is not set | ||
| 36 | # CONFIG_40x is not set | ||
| 37 | # CONFIG_44x is not set | ||
| 38 | # CONFIG_8xx is not set | ||
| 39 | # CONFIG_E200 is not set | ||
| 40 | CONFIG_6xx=y | ||
| 41 | CONFIG_83xx=y | ||
| 42 | CONFIG_PPC_FPU=y | ||
| 43 | CONFIG_PPC_STD_MMU=y | ||
| 44 | CONFIG_PPC_STD_MMU_32=y | ||
| 45 | # CONFIG_SMP is not set | ||
| 46 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 47 | |||
| 48 | # | ||
| 49 | # Code maturity level options | ||
| 50 | # | ||
| 51 | CONFIG_EXPERIMENTAL=y | ||
| 52 | CONFIG_BROKEN_ON_SMP=y | ||
| 53 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 54 | |||
| 55 | # | ||
| 56 | # General setup | ||
| 57 | # | ||
| 58 | CONFIG_LOCALVERSION="" | ||
| 59 | CONFIG_LOCALVERSION_AUTO=y | ||
| 60 | CONFIG_SWAP=y | ||
| 61 | CONFIG_SYSVIPC=y | ||
| 62 | # CONFIG_POSIX_MQUEUE is not set | ||
| 63 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 64 | # CONFIG_TASKSTATS is not set | ||
| 65 | # CONFIG_AUDIT is not set | ||
| 66 | # CONFIG_IKCONFIG is not set | ||
| 67 | # CONFIG_RELAY is not set | ||
| 68 | CONFIG_INITRAMFS_SOURCE="" | ||
| 69 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 70 | CONFIG_EMBEDDED=y | ||
| 71 | CONFIG_SYSCTL=y | ||
| 72 | # CONFIG_KALLSYMS is not set | ||
| 73 | CONFIG_HOTPLUG=y | ||
| 74 | CONFIG_PRINTK=y | ||
| 75 | CONFIG_BUG=y | ||
| 76 | CONFIG_ELF_CORE=y | ||
| 77 | CONFIG_BASE_FULL=y | ||
| 78 | CONFIG_FUTEX=y | ||
| 79 | # CONFIG_EPOLL is not set | ||
| 80 | CONFIG_SHMEM=y | ||
| 81 | CONFIG_SLAB=y | ||
| 82 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 83 | CONFIG_RT_MUTEXES=y | ||
| 84 | # CONFIG_TINY_SHMEM is not set | ||
| 85 | CONFIG_BASE_SMALL=0 | ||
| 86 | # CONFIG_SLOB is not set | ||
| 87 | |||
| 88 | # | ||
| 89 | # Loadable module support | ||
| 90 | # | ||
| 91 | CONFIG_MODULES=y | ||
| 92 | CONFIG_MODULE_UNLOAD=y | ||
| 93 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 94 | # CONFIG_MODVERSIONS is not set | ||
| 95 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 96 | # CONFIG_KMOD is not set | ||
| 97 | |||
| 98 | # | ||
| 99 | # Block layer | ||
| 100 | # | ||
| 101 | # CONFIG_LBD is not set | ||
| 102 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 103 | # CONFIG_LSF is not set | ||
| 104 | |||
| 105 | # | ||
| 106 | # IO Schedulers | ||
| 107 | # | ||
| 108 | CONFIG_IOSCHED_NOOP=y | ||
| 109 | CONFIG_IOSCHED_AS=y | ||
| 110 | CONFIG_IOSCHED_DEADLINE=y | ||
| 111 | CONFIG_IOSCHED_CFQ=y | ||
| 112 | CONFIG_DEFAULT_AS=y | ||
| 113 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 114 | # CONFIG_DEFAULT_CFQ is not set | ||
| 115 | # CONFIG_DEFAULT_NOOP is not set | ||
| 116 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 117 | CONFIG_QUICC_ENGINE=y | ||
| 118 | CONFIG_PPC_GEN550=y | ||
| 119 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
| 120 | |||
| 121 | # | ||
| 122 | # Platform support | ||
| 123 | # | ||
| 124 | # CONFIG_MPC834x_SYS is not set | ||
| 125 | # CONFIG_MPC834x_ITX is not set | ||
| 126 | CONFIG_MPC8360E_PB=y | ||
| 127 | CONFIG_PPC_MPC836x=y | ||
| 128 | # CONFIG_MPIC is not set | ||
| 129 | |||
| 130 | # | ||
| 131 | # Kernel options | ||
| 132 | # | ||
| 133 | # CONFIG_HIGHMEM is not set | ||
| 134 | # CONFIG_HZ_100 is not set | ||
| 135 | CONFIG_HZ_250=y | ||
| 136 | # CONFIG_HZ_1000 is not set | ||
| 137 | CONFIG_HZ=250 | ||
| 138 | CONFIG_PREEMPT_NONE=y | ||
| 139 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 140 | # CONFIG_PREEMPT is not set | ||
| 141 | CONFIG_BINFMT_ELF=y | ||
| 142 | # CONFIG_BINFMT_MISC is not set | ||
| 143 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
| 144 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 145 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 146 | CONFIG_FLATMEM_MANUAL=y | ||
| 147 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 148 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 149 | CONFIG_FLATMEM=y | ||
| 150 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 151 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 152 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 153 | # CONFIG_RESOURCES_64BIT is not set | ||
| 154 | CONFIG_PROC_DEVICETREE=y | ||
| 155 | # CONFIG_CMDLINE_BOOL is not set | ||
| 156 | # CONFIG_PM is not set | ||
| 157 | CONFIG_SECCOMP=y | ||
| 158 | CONFIG_ISA_DMA_API=y | ||
| 159 | |||
| 160 | # | ||
| 161 | # Bus options | ||
| 162 | # | ||
| 163 | CONFIG_GENERIC_ISA_DMA=y | ||
| 164 | # CONFIG_MPIC_WEIRD is not set | ||
| 165 | # CONFIG_PPC_I8259 is not set | ||
| 166 | CONFIG_PPC_INDIRECT_PCI=y | ||
| 167 | CONFIG_FSL_SOC=y | ||
| 168 | CONFIG_PCI=y | ||
| 169 | CONFIG_PCI_DOMAINS=y | ||
| 170 | # CONFIG_PCIEPORTBUS is not set | ||
| 171 | |||
| 172 | # | ||
| 173 | # PCCARD (PCMCIA/CardBus) support | ||
| 174 | # | ||
| 175 | # CONFIG_PCCARD is not set | ||
| 176 | |||
| 177 | # | ||
| 178 | # PCI Hotplug Support | ||
| 179 | # | ||
| 180 | # CONFIG_HOTPLUG_PCI is not set | ||
| 181 | |||
| 182 | # | ||
| 183 | # Advanced setup | ||
| 184 | # | ||
| 185 | # CONFIG_ADVANCED_OPTIONS is not set | ||
| 186 | |||
| 187 | # | ||
| 188 | # Default settings for advanced configuration options are used | ||
| 189 | # | ||
| 190 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 191 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
| 192 | CONFIG_KERNEL_START=0xc0000000 | ||
| 193 | CONFIG_TASK_SIZE=0x80000000 | ||
| 194 | CONFIG_BOOT_LOAD=0x00800000 | ||
| 195 | |||
| 196 | # | ||
| 197 | # Networking | ||
| 198 | # | ||
| 199 | CONFIG_NET=y | ||
| 200 | |||
| 201 | # | ||
| 202 | # Networking options | ||
| 203 | # | ||
| 204 | # CONFIG_NETDEBUG is not set | ||
| 205 | CONFIG_PACKET=y | ||
| 206 | # CONFIG_PACKET_MMAP is not set | ||
| 207 | CONFIG_UNIX=y | ||
| 208 | CONFIG_XFRM=y | ||
| 209 | # CONFIG_XFRM_USER is not set | ||
| 210 | # CONFIG_NET_KEY is not set | ||
| 211 | CONFIG_INET=y | ||
| 212 | CONFIG_IP_MULTICAST=y | ||
| 213 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 214 | CONFIG_IP_FIB_HASH=y | ||
| 215 | CONFIG_IP_PNP=y | ||
| 216 | CONFIG_IP_PNP_DHCP=y | ||
| 217 | CONFIG_IP_PNP_BOOTP=y | ||
| 218 | # CONFIG_IP_PNP_RARP is not set | ||
| 219 | # CONFIG_NET_IPIP is not set | ||
| 220 | # CONFIG_NET_IPGRE is not set | ||
| 221 | # CONFIG_IP_MROUTE is not set | ||
| 222 | # CONFIG_ARPD is not set | ||
| 223 | CONFIG_SYN_COOKIES=y | ||
| 224 | # CONFIG_INET_AH is not set | ||
| 225 | # CONFIG_INET_ESP is not set | ||
| 226 | # CONFIG_INET_IPCOMP is not set | ||
| 227 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 228 | # CONFIG_INET_TUNNEL is not set | ||
| 229 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
| 230 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
| 231 | CONFIG_INET_DIAG=y | ||
| 232 | CONFIG_INET_TCP_DIAG=y | ||
| 233 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 234 | CONFIG_TCP_CONG_BIC=y | ||
| 235 | # CONFIG_IPV6 is not set | ||
| 236 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 237 | # CONFIG_INET6_TUNNEL is not set | ||
| 238 | # CONFIG_NETWORK_SECMARK is not set | ||
| 239 | # CONFIG_NETFILTER is not set | ||
| 240 | |||
| 241 | # | ||
| 242 | # DCCP Configuration (EXPERIMENTAL) | ||
| 243 | # | ||
| 244 | # CONFIG_IP_DCCP is not set | ||
| 245 | |||
| 246 | # | ||
| 247 | # SCTP Configuration (EXPERIMENTAL) | ||
| 248 | # | ||
| 249 | # CONFIG_IP_SCTP is not set | ||
| 250 | |||
| 251 | # | ||
| 252 | # TIPC Configuration (EXPERIMENTAL) | ||
| 253 | # | ||
| 254 | # CONFIG_TIPC is not set | ||
| 255 | # CONFIG_ATM is not set | ||
| 256 | # CONFIG_BRIDGE is not set | ||
| 257 | # CONFIG_VLAN_8021Q is not set | ||
| 258 | # CONFIG_DECNET is not set | ||
| 259 | # CONFIG_LLC2 is not set | ||
| 260 | # CONFIG_IPX is not set | ||
| 261 | # CONFIG_ATALK is not set | ||
| 262 | # CONFIG_X25 is not set | ||
| 263 | # CONFIG_LAPB is not set | ||
| 264 | # CONFIG_ECONET is not set | ||
| 265 | # CONFIG_WAN_ROUTER is not set | ||
| 266 | |||
| 267 | # | ||
| 268 | # QoS and/or fair queueing | ||
| 269 | # | ||
| 270 | # CONFIG_NET_SCHED is not set | ||
| 271 | |||
| 272 | # | ||
| 273 | # Network testing | ||
| 274 | # | ||
| 275 | # CONFIG_NET_PKTGEN is not set | ||
| 276 | # CONFIG_HAMRADIO is not set | ||
| 277 | # CONFIG_IRDA is not set | ||
| 278 | # CONFIG_BT is not set | ||
| 279 | # CONFIG_IEEE80211 is not set | ||
| 280 | |||
| 281 | # | ||
| 282 | # Device Drivers | ||
| 283 | # | ||
| 284 | |||
| 285 | # | ||
| 286 | # Generic Driver Options | ||
| 287 | # | ||
| 288 | CONFIG_STANDALONE=y | ||
| 289 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 290 | # CONFIG_FW_LOADER is not set | ||
| 291 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 292 | |||
| 293 | # | ||
| 294 | # Connector - unified userspace <-> kernelspace linker | ||
| 295 | # | ||
| 296 | # CONFIG_CONNECTOR is not set | ||
| 297 | |||
| 298 | # | ||
| 299 | # Memory Technology Devices (MTD) | ||
| 300 | # | ||
| 301 | # CONFIG_MTD is not set | ||
| 302 | |||
| 303 | # | ||
| 304 | # Parallel port support | ||
| 305 | # | ||
| 306 | # CONFIG_PARPORT is not set | ||
| 307 | |||
| 308 | # | ||
| 309 | # Plug and Play support | ||
| 310 | # | ||
| 311 | |||
| 312 | # | ||
| 313 | # Block devices | ||
| 314 | # | ||
| 315 | # CONFIG_BLK_DEV_FD is not set | ||
| 316 | # CONFIG_BLK_CPQ_DA is not set | ||
| 317 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 318 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 319 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 320 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 321 | CONFIG_BLK_DEV_LOOP=y | ||
| 322 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 323 | # CONFIG_BLK_DEV_NBD is not set | ||
| 324 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 325 | CONFIG_BLK_DEV_RAM=y | ||
| 326 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 327 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
| 328 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 329 | CONFIG_BLK_DEV_INITRD=y | ||
| 330 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 331 | # CONFIG_ATA_OVER_ETH is not set | ||
| 332 | |||
| 333 | # | ||
| 334 | # ATA/ATAPI/MFM/RLL support | ||
| 335 | # | ||
| 336 | # CONFIG_IDE is not set | ||
| 337 | |||
| 338 | # | ||
| 339 | # SCSI device support | ||
| 340 | # | ||
| 341 | # CONFIG_RAID_ATTRS is not set | ||
| 342 | CONFIG_SCSI=y | ||
| 343 | CONFIG_SCSI_PROC_FS=y | ||
| 344 | |||
| 345 | # | ||
| 346 | # SCSI support type (disk, tape, CD-ROM) | ||
| 347 | # | ||
| 348 | # CONFIG_BLK_DEV_SD is not set | ||
| 349 | # CONFIG_CHR_DEV_ST is not set | ||
| 350 | # CONFIG_CHR_DEV_OSST is not set | ||
| 351 | # CONFIG_BLK_DEV_SR is not set | ||
| 352 | # CONFIG_CHR_DEV_SG is not set | ||
| 353 | # CONFIG_CHR_DEV_SCH is not set | ||
| 354 | |||
| 355 | # | ||
| 356 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 357 | # | ||
| 358 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 359 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 360 | # CONFIG_SCSI_LOGGING is not set | ||
| 361 | |||
| 362 | # | ||
| 363 | # SCSI Transport Attributes | ||
| 364 | # | ||
| 365 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 366 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 367 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 368 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 369 | |||
| 370 | # | ||
| 371 | # SCSI low-level drivers | ||
| 372 | # | ||
| 373 | # CONFIG_ISCSI_TCP is not set | ||
| 374 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 375 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 376 | # CONFIG_SCSI_ACARD is not set | ||
| 377 | # CONFIG_SCSI_AACRAID is not set | ||
| 378 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 379 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 380 | # CONFIG_SCSI_AIC79XX is not set | ||
| 381 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 382 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 383 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 384 | # CONFIG_MEGARAID_SAS is not set | ||
| 385 | # CONFIG_SCSI_SATA is not set | ||
| 386 | # CONFIG_SCSI_HPTIOP is not set | ||
| 387 | # CONFIG_SCSI_BUSLOGIC is not set | ||
| 388 | # CONFIG_SCSI_DMX3191D is not set | ||
| 389 | # CONFIG_SCSI_EATA is not set | ||
| 390 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 391 | # CONFIG_SCSI_GDTH is not set | ||
| 392 | # CONFIG_SCSI_IPS is not set | ||
| 393 | # CONFIG_SCSI_INITIO is not set | ||
| 394 | # CONFIG_SCSI_INIA100 is not set | ||
| 395 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
| 396 | # CONFIG_SCSI_IPR is not set | ||
| 397 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 398 | # CONFIG_SCSI_QLA_FC is not set | ||
| 399 | # CONFIG_SCSI_LPFC is not set | ||
| 400 | # CONFIG_SCSI_DC395x is not set | ||
| 401 | # CONFIG_SCSI_DC390T is not set | ||
| 402 | # CONFIG_SCSI_NSP32 is not set | ||
| 403 | # CONFIG_SCSI_DEBUG is not set | ||
| 404 | |||
| 405 | # | ||
| 406 | # Multi-device support (RAID and LVM) | ||
| 407 | # | ||
| 408 | # CONFIG_MD is not set | ||
| 409 | |||
| 410 | # | ||
| 411 | # Fusion MPT device support | ||
| 412 | # | ||
| 413 | # CONFIG_FUSION is not set | ||
| 414 | # CONFIG_FUSION_SPI is not set | ||
| 415 | # CONFIG_FUSION_FC is not set | ||
| 416 | # CONFIG_FUSION_SAS is not set | ||
| 417 | |||
| 418 | # | ||
| 419 | # IEEE 1394 (FireWire) support | ||
| 420 | # | ||
| 421 | # CONFIG_IEEE1394 is not set | ||
| 422 | |||
| 423 | # | ||
| 424 | # I2O device support | ||
| 425 | # | ||
| 426 | # CONFIG_I2O is not set | ||
| 427 | |||
| 428 | # | ||
| 429 | # Macintosh device drivers | ||
| 430 | # | ||
| 431 | # CONFIG_WINDFARM is not set | ||
| 432 | |||
| 433 | # | ||
| 434 | # Network device support | ||
| 435 | # | ||
| 436 | CONFIG_NETDEVICES=y | ||
| 437 | # CONFIG_DUMMY is not set | ||
| 438 | # CONFIG_BONDING is not set | ||
| 439 | # CONFIG_EQUALIZER is not set | ||
| 440 | # CONFIG_TUN is not set | ||
| 441 | |||
| 442 | # | ||
| 443 | # ARCnet devices | ||
| 444 | # | ||
| 445 | # CONFIG_ARCNET is not set | ||
| 446 | |||
| 447 | # | ||
| 448 | # PHY device support | ||
| 449 | # | ||
| 450 | # CONFIG_PHYLIB is not set | ||
| 451 | |||
| 452 | # | ||
| 453 | # Ethernet (10 or 100Mbit) | ||
| 454 | # | ||
| 455 | CONFIG_NET_ETHERNET=y | ||
| 456 | CONFIG_MII=y | ||
| 457 | # CONFIG_HAPPYMEAL is not set | ||
| 458 | # CONFIG_SUNGEM is not set | ||
| 459 | # CONFIG_CASSINI is not set | ||
| 460 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 461 | |||
| 462 | # | ||
| 463 | # Tulip family network device support | ||
| 464 | # | ||
| 465 | # CONFIG_NET_TULIP is not set | ||
| 466 | # CONFIG_HP100 is not set | ||
| 467 | # CONFIG_NET_PCI is not set | ||
| 468 | |||
| 469 | # | ||
| 470 | # Ethernet (1000 Mbit) | ||
| 471 | # | ||
| 472 | # CONFIG_ACENIC is not set | ||
| 473 | # CONFIG_DL2K is not set | ||
| 474 | # CONFIG_E1000 is not set | ||
| 475 | # CONFIG_NS83820 is not set | ||
| 476 | # CONFIG_HAMACHI is not set | ||
| 477 | # CONFIG_YELLOWFIN is not set | ||
| 478 | # CONFIG_R8169 is not set | ||
| 479 | # CONFIG_SIS190 is not set | ||
| 480 | # CONFIG_SKGE is not set | ||
| 481 | # CONFIG_SKY2 is not set | ||
| 482 | # CONFIG_SK98LIN is not set | ||
| 483 | # CONFIG_TIGON3 is not set | ||
| 484 | # CONFIG_BNX2 is not set | ||
| 485 | # CONFIG_GIANFAR is not set | ||
| 486 | CONFIG_UCC_GETH=y | ||
| 487 | # CONFIG_UGETH_NAPI is not set | ||
| 488 | # CONFIG_UGETH_MAGIC_PACKET is not set | ||
| 489 | # CONFIG_UGETH_FILTERING is not set | ||
| 490 | # CONFIG_UGETH_TX_ON_DEMOND is not set | ||
| 491 | |||
| 492 | # | ||
| 493 | # Ethernet (10000 Mbit) | ||
| 494 | # | ||
| 495 | # CONFIG_CHELSIO_T1 is not set | ||
| 496 | # CONFIG_IXGB is not set | ||
| 497 | # CONFIG_S2IO is not set | ||
| 498 | # CONFIG_MYRI10GE is not set | ||
| 499 | |||
| 500 | # | ||
| 501 | # Token Ring devices | ||
| 502 | # | ||
| 503 | # CONFIG_TR is not set | ||
| 504 | |||
| 505 | # | ||
| 506 | # Wireless LAN (non-hamradio) | ||
| 507 | # | ||
| 508 | # CONFIG_NET_RADIO is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Wan interfaces | ||
| 512 | # | ||
| 513 | # CONFIG_WAN is not set | ||
| 514 | # CONFIG_FDDI is not set | ||
| 515 | # CONFIG_HIPPI is not set | ||
| 516 | # CONFIG_PPP is not set | ||
| 517 | # CONFIG_SLIP is not set | ||
| 518 | # CONFIG_NET_FC is not set | ||
| 519 | # CONFIG_SHAPER is not set | ||
| 520 | # CONFIG_NETCONSOLE is not set | ||
| 521 | # CONFIG_NETPOLL is not set | ||
| 522 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 523 | |||
| 524 | # | ||
| 525 | # ISDN subsystem | ||
| 526 | # | ||
| 527 | # CONFIG_ISDN is not set | ||
| 528 | |||
| 529 | # | ||
| 530 | # Telephony Support | ||
| 531 | # | ||
| 532 | # CONFIG_PHONE is not set | ||
| 533 | |||
| 534 | # | ||
| 535 | # Input device support | ||
| 536 | # | ||
| 537 | CONFIG_INPUT=y | ||
| 538 | |||
| 539 | # | ||
| 540 | # Userland interfaces | ||
| 541 | # | ||
| 542 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 543 | # CONFIG_INPUT_JOYDEV is not set | ||
| 544 | # CONFIG_INPUT_TSDEV is not set | ||
| 545 | # CONFIG_INPUT_EVDEV is not set | ||
| 546 | # CONFIG_INPUT_EVBUG is not set | ||
| 547 | |||
| 548 | # | ||
| 549 | # Input Device Drivers | ||
| 550 | # | ||
| 551 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 552 | # CONFIG_INPUT_MOUSE is not set | ||
| 553 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 554 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 555 | # CONFIG_INPUT_MISC is not set | ||
| 556 | |||
| 557 | # | ||
| 558 | # Hardware I/O ports | ||
| 559 | # | ||
| 560 | # CONFIG_SERIO is not set | ||
| 561 | # CONFIG_GAMEPORT is not set | ||
| 562 | |||
| 563 | # | ||
| 564 | # Character devices | ||
| 565 | # | ||
| 566 | # CONFIG_VT is not set | ||
| 567 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 568 | |||
| 569 | # | ||
| 570 | # Serial drivers | ||
| 571 | # | ||
| 572 | CONFIG_SERIAL_8250=y | ||
| 573 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 574 | CONFIG_SERIAL_8250_PCI=y | ||
| 575 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 576 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 577 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 578 | |||
| 579 | # | ||
| 580 | # Non-8250 serial port support | ||
| 581 | # | ||
| 582 | CONFIG_SERIAL_CORE=y | ||
| 583 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 584 | # CONFIG_SERIAL_JSM is not set | ||
| 585 | CONFIG_UNIX98_PTYS=y | ||
| 586 | CONFIG_LEGACY_PTYS=y | ||
| 587 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 588 | |||
| 589 | # | ||
| 590 | # IPMI | ||
| 591 | # | ||
| 592 | # CONFIG_IPMI_HANDLER is not set | ||
| 593 | |||
| 594 | # | ||
| 595 | # Watchdog Cards | ||
| 596 | # | ||
| 597 | CONFIG_WATCHDOG=y | ||
| 598 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
| 599 | |||
| 600 | # | ||
| 601 | # Watchdog Device Drivers | ||
| 602 | # | ||
| 603 | # CONFIG_SOFT_WATCHDOG is not set | ||
| 604 | CONFIG_83xx_WDT=y | ||
| 605 | |||
| 606 | # | ||
| 607 | # PCI-based Watchdog Cards | ||
| 608 | # | ||
| 609 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 610 | # CONFIG_WDTPCI is not set | ||
| 611 | CONFIG_HW_RANDOM=y | ||
| 612 | # CONFIG_NVRAM is not set | ||
| 613 | CONFIG_GEN_RTC=y | ||
| 614 | # CONFIG_GEN_RTC_X is not set | ||
| 615 | # CONFIG_DTLK is not set | ||
| 616 | # CONFIG_R3964 is not set | ||
| 617 | # CONFIG_APPLICOM is not set | ||
| 618 | |||
| 619 | # | ||
| 620 | # Ftape, the floppy tape device driver | ||
| 621 | # | ||
| 622 | # CONFIG_AGP is not set | ||
| 623 | # CONFIG_DRM is not set | ||
| 624 | # CONFIG_RAW_DRIVER is not set | ||
| 625 | |||
| 626 | # | ||
| 627 | # TPM devices | ||
| 628 | # | ||
| 629 | # CONFIG_TCG_TPM is not set | ||
| 630 | # CONFIG_TELCLOCK is not set | ||
| 631 | |||
| 632 | # | ||
| 633 | # I2C support | ||
| 634 | # | ||
| 635 | CONFIG_I2C=y | ||
| 636 | CONFIG_I2C_CHARDEV=y | ||
| 637 | |||
| 638 | # | ||
| 639 | # I2C Algorithms | ||
| 640 | # | ||
| 641 | # CONFIG_I2C_ALGOBIT is not set | ||
| 642 | # CONFIG_I2C_ALGOPCF is not set | ||
| 643 | # CONFIG_I2C_ALGOPCA is not set | ||
| 644 | |||
| 645 | # | ||
| 646 | # I2C Hardware Bus support | ||
| 647 | # | ||
| 648 | # CONFIG_I2C_ALI1535 is not set | ||
| 649 | # CONFIG_I2C_ALI1563 is not set | ||
| 650 | # CONFIG_I2C_ALI15X3 is not set | ||
| 651 | # CONFIG_I2C_AMD756 is not set | ||
| 652 | # CONFIG_I2C_AMD8111 is not set | ||
| 653 | # CONFIG_I2C_I801 is not set | ||
| 654 | # CONFIG_I2C_I810 is not set | ||
| 655 | # CONFIG_I2C_PIIX4 is not set | ||
| 656 | CONFIG_I2C_MPC=y | ||
| 657 | # CONFIG_I2C_NFORCE2 is not set | ||
| 658 | # CONFIG_I2C_OCORES is not set | ||
| 659 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 660 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 661 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 662 | # CONFIG_I2C_SIS5595 is not set | ||
| 663 | # CONFIG_I2C_SIS630 is not set | ||
| 664 | # CONFIG_I2C_SIS96X is not set | ||
| 665 | # CONFIG_I2C_STUB is not set | ||
| 666 | # CONFIG_I2C_VIA is not set | ||
| 667 | # CONFIG_I2C_VIAPRO is not set | ||
| 668 | # CONFIG_I2C_VOODOO3 is not set | ||
| 669 | # CONFIG_I2C_PCA_ISA is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # Miscellaneous I2C Chip support | ||
| 673 | # | ||
| 674 | # CONFIG_SENSORS_DS1337 is not set | ||
| 675 | # CONFIG_SENSORS_DS1374 is not set | ||
| 676 | # CONFIG_SENSORS_EEPROM is not set | ||
| 677 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 678 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 679 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 680 | # CONFIG_SENSORS_M41T00 is not set | ||
| 681 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 682 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 683 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 684 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 685 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 686 | |||
| 687 | # | ||
| 688 | # SPI support | ||
| 689 | # | ||
| 690 | # CONFIG_SPI is not set | ||
| 691 | # CONFIG_SPI_MASTER is not set | ||
| 692 | |||
| 693 | # | ||
| 694 | # Dallas's 1-wire bus | ||
| 695 | # | ||
| 696 | |||
| 697 | # | ||
| 698 | # Hardware Monitoring support | ||
| 699 | # | ||
| 700 | CONFIG_HWMON=y | ||
| 701 | # CONFIG_HWMON_VID is not set | ||
| 702 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 703 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 704 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 705 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 706 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 707 | # CONFIG_SENSORS_ADM9240 is not set | ||
| 708 | # CONFIG_SENSORS_ASB100 is not set | ||
| 709 | # CONFIG_SENSORS_ATXP1 is not set | ||
| 710 | # CONFIG_SENSORS_DS1621 is not set | ||
| 711 | # CONFIG_SENSORS_F71805F is not set | ||
| 712 | # CONFIG_SENSORS_FSCHER is not set | ||
| 713 | # CONFIG_SENSORS_FSCPOS is not set | ||
| 714 | # CONFIG_SENSORS_GL518SM is not set | ||
| 715 | # CONFIG_SENSORS_GL520SM is not set | ||
| 716 | # CONFIG_SENSORS_IT87 is not set | ||
| 717 | # CONFIG_SENSORS_LM63 is not set | ||
| 718 | # CONFIG_SENSORS_LM75 is not set | ||
| 719 | # CONFIG_SENSORS_LM77 is not set | ||
| 720 | # CONFIG_SENSORS_LM78 is not set | ||
| 721 | # CONFIG_SENSORS_LM80 is not set | ||
| 722 | # CONFIG_SENSORS_LM83 is not set | ||
| 723 | # CONFIG_SENSORS_LM85 is not set | ||
| 724 | # CONFIG_SENSORS_LM87 is not set | ||
| 725 | # CONFIG_SENSORS_LM90 is not set | ||
| 726 | # CONFIG_SENSORS_LM92 is not set | ||
| 727 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 728 | # CONFIG_SENSORS_PC87360 is not set | ||
| 729 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 730 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 731 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
| 732 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 733 | # CONFIG_SENSORS_VIA686A is not set | ||
| 734 | # CONFIG_SENSORS_VT8231 is not set | ||
| 735 | # CONFIG_SENSORS_W83781D is not set | ||
| 736 | # CONFIG_SENSORS_W83791D is not set | ||
| 737 | # CONFIG_SENSORS_W83792D is not set | ||
| 738 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 739 | # CONFIG_SENSORS_W83627HF is not set | ||
| 740 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 741 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 742 | |||
| 743 | # | ||
| 744 | # Misc devices | ||
| 745 | # | ||
| 746 | |||
| 747 | # | ||
| 748 | # Multimedia devices | ||
| 749 | # | ||
| 750 | # CONFIG_VIDEO_DEV is not set | ||
| 751 | CONFIG_VIDEO_V4L2=y | ||
| 752 | |||
| 753 | # | ||
| 754 | # Digital Video Broadcasting Devices | ||
| 755 | # | ||
| 756 | # CONFIG_DVB is not set | ||
| 757 | |||
| 758 | # | ||
| 759 | # Graphics support | ||
| 760 | # | ||
| 761 | CONFIG_FIRMWARE_EDID=y | ||
| 762 | # CONFIG_FB is not set | ||
| 763 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 764 | |||
| 765 | # | ||
| 766 | # Sound | ||
| 767 | # | ||
| 768 | # CONFIG_SOUND is not set | ||
| 769 | |||
| 770 | # | ||
| 771 | # USB support | ||
| 772 | # | ||
| 773 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 774 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 775 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 776 | # CONFIG_USB is not set | ||
| 777 | |||
| 778 | # | ||
| 779 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 780 | # | ||
| 781 | |||
| 782 | # | ||
| 783 | # USB Gadget Support | ||
| 784 | # | ||
| 785 | # CONFIG_USB_GADGET is not set | ||
| 786 | |||
| 787 | # | ||
| 788 | # MMC/SD Card support | ||
| 789 | # | ||
| 790 | # CONFIG_MMC is not set | ||
| 791 | |||
| 792 | # | ||
| 793 | # LED devices | ||
| 794 | # | ||
| 795 | # CONFIG_NEW_LEDS is not set | ||
| 796 | |||
| 797 | # | ||
| 798 | # LED drivers | ||
| 799 | # | ||
| 800 | |||
| 801 | # | ||
| 802 | # LED Triggers | ||
| 803 | # | ||
| 804 | |||
| 805 | # | ||
| 806 | # InfiniBand support | ||
| 807 | # | ||
| 808 | # CONFIG_INFINIBAND is not set | ||
| 809 | |||
| 810 | # | ||
| 811 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 812 | # | ||
| 813 | |||
| 814 | # | ||
| 815 | # Real Time Clock | ||
| 816 | # | ||
| 817 | # CONFIG_RTC_CLASS is not set | ||
| 818 | |||
| 819 | # | ||
| 820 | # DMA Engine support | ||
| 821 | # | ||
| 822 | # CONFIG_DMA_ENGINE is not set | ||
| 823 | |||
| 824 | # | ||
| 825 | # DMA Clients | ||
| 826 | # | ||
| 827 | |||
| 828 | # | ||
| 829 | # DMA Devices | ||
| 830 | # | ||
| 831 | |||
| 832 | # | ||
| 833 | # File systems | ||
| 834 | # | ||
| 835 | CONFIG_EXT2_FS=y | ||
| 836 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 837 | # CONFIG_EXT2_FS_XIP is not set | ||
| 838 | CONFIG_EXT3_FS=y | ||
| 839 | CONFIG_EXT3_FS_XATTR=y | ||
| 840 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 841 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 842 | CONFIG_JBD=y | ||
| 843 | # CONFIG_JBD_DEBUG is not set | ||
| 844 | CONFIG_FS_MBCACHE=y | ||
| 845 | # CONFIG_REISERFS_FS is not set | ||
| 846 | # CONFIG_JFS_FS is not set | ||
| 847 | # CONFIG_FS_POSIX_ACL is not set | ||
| 848 | # CONFIG_XFS_FS is not set | ||
| 849 | # CONFIG_OCFS2_FS is not set | ||
| 850 | # CONFIG_MINIX_FS is not set | ||
| 851 | # CONFIG_ROMFS_FS is not set | ||
| 852 | CONFIG_INOTIFY=y | ||
| 853 | CONFIG_INOTIFY_USER=y | ||
| 854 | # CONFIG_QUOTA is not set | ||
| 855 | CONFIG_DNOTIFY=y | ||
| 856 | # CONFIG_AUTOFS_FS is not set | ||
| 857 | # CONFIG_AUTOFS4_FS is not set | ||
| 858 | # CONFIG_FUSE_FS is not set | ||
| 859 | |||
| 860 | # | ||
| 861 | # CD-ROM/DVD Filesystems | ||
| 862 | # | ||
| 863 | # CONFIG_ISO9660_FS is not set | ||
| 864 | # CONFIG_UDF_FS is not set | ||
| 865 | |||
| 866 | # | ||
| 867 | # DOS/FAT/NT Filesystems | ||
| 868 | # | ||
| 869 | # CONFIG_MSDOS_FS is not set | ||
| 870 | # CONFIG_VFAT_FS is not set | ||
| 871 | # CONFIG_NTFS_FS is not set | ||
| 872 | |||
| 873 | # | ||
| 874 | # Pseudo filesystems | ||
| 875 | # | ||
| 876 | CONFIG_PROC_FS=y | ||
| 877 | CONFIG_PROC_KCORE=y | ||
| 878 | CONFIG_SYSFS=y | ||
| 879 | CONFIG_TMPFS=y | ||
| 880 | # CONFIG_HUGETLB_PAGE is not set | ||
| 881 | CONFIG_RAMFS=y | ||
| 882 | # CONFIG_CONFIGFS_FS is not set | ||
| 883 | |||
| 884 | # | ||
| 885 | # Miscellaneous filesystems | ||
| 886 | # | ||
| 887 | # CONFIG_ADFS_FS is not set | ||
| 888 | # CONFIG_AFFS_FS is not set | ||
| 889 | # CONFIG_HFS_FS is not set | ||
| 890 | # CONFIG_HFSPLUS_FS is not set | ||
| 891 | # CONFIG_BEFS_FS is not set | ||
| 892 | # CONFIG_BFS_FS is not set | ||
| 893 | # CONFIG_EFS_FS is not set | ||
| 894 | # CONFIG_CRAMFS is not set | ||
| 895 | # CONFIG_VXFS_FS is not set | ||
| 896 | # CONFIG_HPFS_FS is not set | ||
| 897 | # CONFIG_QNX4FS_FS is not set | ||
| 898 | # CONFIG_SYSV_FS is not set | ||
| 899 | # CONFIG_UFS_FS is not set | ||
| 900 | |||
| 901 | # | ||
| 902 | # Network File Systems | ||
| 903 | # | ||
| 904 | CONFIG_NFS_FS=y | ||
| 905 | CONFIG_NFS_V3=y | ||
| 906 | # CONFIG_NFS_V3_ACL is not set | ||
| 907 | CONFIG_NFS_V4=y | ||
| 908 | # CONFIG_NFS_DIRECTIO is not set | ||
| 909 | # CONFIG_NFSD is not set | ||
| 910 | CONFIG_ROOT_NFS=y | ||
| 911 | CONFIG_LOCKD=y | ||
| 912 | CONFIG_LOCKD_V4=y | ||
| 913 | CONFIG_NFS_COMMON=y | ||
| 914 | CONFIG_SUNRPC=y | ||
| 915 | CONFIG_SUNRPC_GSS=y | ||
| 916 | CONFIG_RPCSEC_GSS_KRB5=y | ||
| 917 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 918 | # CONFIG_SMB_FS is not set | ||
| 919 | # CONFIG_CIFS is not set | ||
| 920 | # CONFIG_NCP_FS is not set | ||
| 921 | # CONFIG_CODA_FS is not set | ||
| 922 | # CONFIG_AFS_FS is not set | ||
| 923 | # CONFIG_9P_FS is not set | ||
| 924 | |||
| 925 | # | ||
| 926 | # Partition Types | ||
| 927 | # | ||
| 928 | CONFIG_PARTITION_ADVANCED=y | ||
| 929 | # CONFIG_ACORN_PARTITION is not set | ||
| 930 | # CONFIG_OSF_PARTITION is not set | ||
| 931 | # CONFIG_AMIGA_PARTITION is not set | ||
| 932 | # CONFIG_ATARI_PARTITION is not set | ||
| 933 | # CONFIG_MAC_PARTITION is not set | ||
| 934 | # CONFIG_MSDOS_PARTITION is not set | ||
| 935 | # CONFIG_LDM_PARTITION is not set | ||
| 936 | # CONFIG_SGI_PARTITION is not set | ||
| 937 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 938 | # CONFIG_SUN_PARTITION is not set | ||
| 939 | # CONFIG_KARMA_PARTITION is not set | ||
| 940 | # CONFIG_EFI_PARTITION is not set | ||
| 941 | |||
| 942 | # | ||
| 943 | # Native Language Support | ||
| 944 | # | ||
| 945 | # CONFIG_NLS is not set | ||
| 946 | |||
| 947 | # | ||
| 948 | # QE Options | ||
| 949 | # | ||
| 950 | # CONFIG_UCC_SLOW is not set | ||
| 951 | CONFIG_UCC_FAST=y | ||
| 952 | CONFIG_UCC=y | ||
| 953 | |||
| 954 | # | ||
| 955 | # Library routines | ||
| 956 | # | ||
| 957 | # CONFIG_CRC_CCITT is not set | ||
| 958 | # CONFIG_CRC16 is not set | ||
| 959 | CONFIG_CRC32=y | ||
| 960 | # CONFIG_LIBCRC32C is not set | ||
| 961 | CONFIG_PLIST=y | ||
| 962 | |||
| 963 | # | ||
| 964 | # Instrumentation Support | ||
| 965 | # | ||
| 966 | # CONFIG_PROFILING is not set | ||
| 967 | |||
| 968 | # | ||
| 969 | # Kernel hacking | ||
| 970 | # | ||
| 971 | # CONFIG_PRINTK_TIME is not set | ||
| 972 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 973 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 974 | # CONFIG_DEBUG_KERNEL is not set | ||
| 975 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 976 | # CONFIG_DEBUG_FS is not set | ||
| 977 | # CONFIG_BOOTX_TEXT is not set | ||
| 978 | # CONFIG_SERIAL_TEXT_DEBUG is not set | ||
| 979 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
| 980 | |||
| 981 | # | ||
| 982 | # Security options | ||
| 983 | # | ||
| 984 | # CONFIG_KEYS is not set | ||
| 985 | # CONFIG_SECURITY is not set | ||
| 986 | |||
| 987 | # | ||
| 988 | # Cryptographic options | ||
| 989 | # | ||
| 990 | CONFIG_CRYPTO=y | ||
| 991 | # CONFIG_CRYPTO_HMAC is not set | ||
| 992 | # CONFIG_CRYPTO_NULL is not set | ||
| 993 | # CONFIG_CRYPTO_MD4 is not set | ||
| 994 | CONFIG_CRYPTO_MD5=y | ||
| 995 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 996 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 997 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 998 | # CONFIG_CRYPTO_WP512 is not set | ||
| 999 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1000 | CONFIG_CRYPTO_DES=y | ||
| 1001 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1002 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1003 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1004 | # CONFIG_CRYPTO_AES is not set | ||
| 1005 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1006 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1007 | # CONFIG_CRYPTO_TEA is not set | ||
| 1008 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1009 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1010 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1011 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 1012 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1013 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1014 | # CONFIG_CRYPTO_TEST is not set | ||
| 1015 | |||
| 1016 | # | ||
| 1017 | # Hardware crypto devices | ||
| 1018 | # | ||
diff --git a/arch/powerpc/platforms/83xx/mpc8360e_pb.c b/arch/powerpc/platforms/83xx/mpc8360e_pb.c new file mode 100644 index 000000000000..c0191900fc25 --- /dev/null +++ b/arch/powerpc/platforms/83xx/mpc8360e_pb.c | |||
| @@ -0,0 +1,219 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) Freescale Semicondutor, Inc. 2006. All rights reserved. | ||
| 3 | * | ||
| 4 | * Author: Li Yang <LeoLi@freescale.com> | ||
| 5 | * Yin Olivia <Hong-hua.Yin@freescale.com> | ||
| 6 | * | ||
| 7 | * Description: | ||
| 8 | * MPC8360E MDS PB board specific routines. | ||
| 9 | * | ||
| 10 | * Changelog: | ||
| 11 | * Jun 21, 2006 Initial version | ||
| 12 | * | ||
| 13 | * This program is free software; you can redistribute it and/or modify it | ||
| 14 | * under the terms of the GNU General Public License as published by the | ||
| 15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 16 | * option) any later version. | ||
| 17 | */ | ||
| 18 | |||
| 19 | #include <linux/stddef.h> | ||
| 20 | #include <linux/kernel.h> | ||
| 21 | #include <linux/init.h> | ||
| 22 | #include <linux/errno.h> | ||
| 23 | #include <linux/reboot.h> | ||
| 24 | #include <linux/pci.h> | ||
| 25 | #include <linux/kdev_t.h> | ||
| 26 | #include <linux/major.h> | ||
| 27 | #include <linux/console.h> | ||
| 28 | #include <linux/delay.h> | ||
| 29 | #include <linux/seq_file.h> | ||
| 30 | #include <linux/root_dev.h> | ||
| 31 | #include <linux/initrd.h> | ||
| 32 | |||
| 33 | #include <asm/system.h> | ||
| 34 | #include <asm/atomic.h> | ||
| 35 | #include <asm/time.h> | ||
| 36 | #include <asm/io.h> | ||
| 37 | #include <asm/machdep.h> | ||
| 38 | #include <asm/ipic.h> | ||
| 39 | #include <asm/bootinfo.h> | ||
| 40 | #include <asm/irq.h> | ||
| 41 | #include <asm/prom.h> | ||
| 42 | #include <asm/udbg.h> | ||
| 43 | #include <sysdev/fsl_soc.h> | ||
| 44 | #include <asm/qe.h> | ||
| 45 | #include <asm/qe_ic.h> | ||
| 46 | |||
| 47 | #include "mpc83xx.h" | ||
| 48 | |||
| 49 | #undef DEBUG | ||
| 50 | #ifdef DEBUG | ||
| 51 | #define DBG(fmt...) udbg_printf(fmt) | ||
| 52 | #else | ||
| 53 | #define DBG(fmt...) | ||
| 54 | #endif | ||
| 55 | |||
| 56 | #ifndef CONFIG_PCI | ||
| 57 | unsigned long isa_io_base = 0; | ||
| 58 | unsigned long isa_mem_base = 0; | ||
| 59 | #endif | ||
| 60 | |||
| 61 | static u8 *bcsr_regs = NULL; | ||
| 62 | |||
| 63 | u8 *get_bcsr(void) | ||
| 64 | { | ||
| 65 | return bcsr_regs; | ||
| 66 | } | ||
| 67 | |||
| 68 | /* ************************************************************************ | ||
| 69 | * | ||
| 70 | * Setup the architecture | ||
| 71 | * | ||
| 72 | */ | ||
| 73 | static void __init mpc8360_sys_setup_arch(void) | ||
| 74 | { | ||
| 75 | struct device_node *np; | ||
| 76 | |||
| 77 | if (ppc_md.progress) | ||
| 78 | ppc_md.progress("mpc8360_sys_setup_arch()", 0); | ||
| 79 | |||
| 80 | np = of_find_node_by_type(NULL, "cpu"); | ||
| 81 | if (np != 0) { | ||
| 82 | const unsigned int *fp = | ||
| 83 | get_property(np, "clock-frequency", NULL); | ||
| 84 | if (fp != 0) | ||
| 85 | loops_per_jiffy = *fp / HZ; | ||
| 86 | else | ||
| 87 | loops_per_jiffy = 50000000 / HZ; | ||
| 88 | of_node_put(np); | ||
| 89 | } | ||
| 90 | |||
| 91 | /* Map BCSR area */ | ||
| 92 | np = of_find_node_by_name(NULL, "bcsr"); | ||
| 93 | if (np != 0) { | ||
| 94 | struct resource res; | ||
| 95 | |||
| 96 | of_address_to_resource(np, 0, &res); | ||
| 97 | bcsr_regs = ioremap(res.start, res.end - res.start +1); | ||
| 98 | of_node_put(np); | ||
| 99 | } | ||
| 100 | |||
| 101 | #ifdef CONFIG_PCI | ||
| 102 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | ||
| 103 | add_bridge(np); | ||
| 104 | |||
| 105 | ppc_md.pci_swizzle = common_swizzle; | ||
| 106 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | ||
| 107 | #endif | ||
| 108 | |||
| 109 | #ifdef CONFIG_QUICC_ENGINE | ||
| 110 | qe_reset(); | ||
| 111 | |||
| 112 | if ((np = of_find_node_by_name(np, "par_io")) != NULL) { | ||
| 113 | par_io_init(np); | ||
| 114 | of_node_put(np); | ||
| 115 | |||
| 116 | for (np = NULL; (np = of_find_node_by_name(np, "ucc")) != NULL;) | ||
| 117 | par_io_of_config(np); | ||
| 118 | } | ||
| 119 | |||
| 120 | if ((np = of_find_compatible_node(NULL, "network", "ucc_geth")) | ||
| 121 | != NULL){ | ||
| 122 | /* Reset the Ethernet PHY */ | ||
| 123 | bcsr_regs[9] &= ~0x20; | ||
| 124 | udelay(1000); | ||
| 125 | bcsr_regs[9] |= 0x20; | ||
| 126 | iounmap(bcsr_regs); | ||
| 127 | of_node_put(np); | ||
| 128 | } | ||
| 129 | |||
| 130 | #endif /* CONFIG_QUICC_ENGINE */ | ||
| 131 | |||
| 132 | #ifdef CONFIG_BLK_DEV_INITRD | ||
| 133 | if (initrd_start) | ||
| 134 | ROOT_DEV = Root_RAM0; | ||
| 135 | else | ||
| 136 | #endif | ||
| 137 | #ifdef CONFIG_ROOT_NFS | ||
| 138 | ROOT_DEV = Root_NFS; | ||
| 139 | #else | ||
| 140 | ROOT_DEV = Root_HDA1; | ||
| 141 | #endif | ||
| 142 | } | ||
| 143 | |||
| 144 | void __init mpc8360_sys_init_IRQ(void) | ||
| 145 | { | ||
| 146 | |||
| 147 | struct device_node *np; | ||
| 148 | |||
| 149 | np = of_find_node_by_type(NULL, "ipic"); | ||
| 150 | if (!np) | ||
| 151 | return; | ||
| 152 | |||
| 153 | ipic_init(np, 0); | ||
| 154 | |||
| 155 | /* Initialize the default interrupt mapping priorities, | ||
| 156 | * in case the boot rom changed something on us. | ||
| 157 | */ | ||
| 158 | ipic_set_default_priority(); | ||
| 159 | of_node_put(np); | ||
| 160 | |||
| 161 | #ifdef CONFIG_QUICC_ENGINE | ||
| 162 | np = of_find_node_by_type(NULL, "qeic"); | ||
| 163 | if (!np) | ||
| 164 | return; | ||
| 165 | |||
| 166 | qe_ic_init(np, 0); | ||
| 167 | of_node_put(np); | ||
| 168 | #endif /* CONFIG_QUICC_ENGINE */ | ||
| 169 | } | ||
| 170 | |||
| 171 | #if defined(CONFIG_I2C_MPC) && defined(CONFIG_SENSORS_DS1374) | ||
| 172 | extern ulong ds1374_get_rtc_time(void); | ||
| 173 | extern int ds1374_set_rtc_time(ulong); | ||
| 174 | |||
| 175 | static int __init mpc8360_rtc_hookup(void) | ||
| 176 | { | ||
| 177 | struct timespec tv; | ||
| 178 | |||
| 179 | ppc_md.get_rtc_time = ds1374_get_rtc_time; | ||
| 180 | ppc_md.set_rtc_time = ds1374_set_rtc_time; | ||
| 181 | |||
| 182 | tv.tv_nsec = 0; | ||
| 183 | tv.tv_sec = (ppc_md.get_rtc_time) (); | ||
| 184 | do_settimeofday(&tv); | ||
| 185 | |||
| 186 | return 0; | ||
| 187 | } | ||
| 188 | |||
| 189 | late_initcall(mpc8360_rtc_hookup); | ||
| 190 | #endif | ||
| 191 | |||
| 192 | /* | ||
| 193 | * Called very early, MMU is off, device-tree isn't unflattened | ||
| 194 | */ | ||
| 195 | static int __init mpc8360_sys_probe(void) | ||
| 196 | { | ||
| 197 | char *model = of_get_flat_dt_prop(of_get_flat_dt_root(), | ||
| 198 | "model", NULL); | ||
| 199 | if (model == NULL) | ||
| 200 | return 0; | ||
| 201 | if (strcmp(model, "MPC8360EPB")) | ||
| 202 | return 0; | ||
| 203 | |||
| 204 | DBG("MPC8360EMDS-PB found\n"); | ||
| 205 | |||
| 206 | return 1; | ||
| 207 | } | ||
| 208 | |||
| 209 | define_machine(mpc8360_sys) { | ||
| 210 | .name = "MPC8360E PB", | ||
| 211 | .probe = mpc8360_sys_probe, | ||
| 212 | .setup_arch = mpc8360_sys_setup_arch, | ||
| 213 | .init_IRQ = mpc8360_sys_init_IRQ, | ||
| 214 | .get_irq = ipic_get_irq, | ||
| 215 | .restart = mpc83xx_restart, | ||
| 216 | .time_init = mpc83xx_time_init, | ||
| 217 | .calibrate_decr = generic_calibrate_decr, | ||
| 218 | .progress = udbg_progress, | ||
| 219 | }; | ||
