Kconfig (9b8babf4a9cc0ba3a8f00b84419ab44bb4d22e05) | Kconfig (72e77a1b941e24e67f396246310438afbad9e6b3) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 461 unchanged lines hidden (view full) --- 470 select MPIC 471 select PPC_UDBG_16550 472 select GENERIC_TBSYNC 473 select PPC_NATIVE 474 help 475 This option enables support for PA Semi's PWRficient line 476 of SoC processors, including PA6T-1682M 477 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 461 unchanged lines hidden (view full) --- 470 select MPIC 471 select PPC_UDBG_16550 472 select GENERIC_TBSYNC 473 select PPC_NATIVE 474 help 475 This option enables support for PA Semi's PWRficient line 476 of SoC processors, including PA6T-1682M 477 |
478config PPC_CELL 479 bool 480 default n | 478source arch/powerpc/platforms/celleb/Kconfig 479source arch/powerpc/platforms/ps3/Kconfig 480source arch/powerpc/platforms/cell/Kconfig |
481 | 481 |
482config PPC_CELL_NATIVE 483 bool 484 select PPC_CELL 485 select PPC_DCR_MMIO 486 select PPC_OF_PLATFORM_PCI 487 select PPC_INDIRECT_IO 488 select PPC_NATIVE 489 select MPIC 490 default n 491 492config PPC_IBM_CELL_BLADE 493 bool "IBM Cell Blade" 494 depends on PPC_MULTIPLATFORM && PPC64 495 select PPC_CELL_NATIVE 496 select PPC_RTAS 497 select MMIO_NVRAM 498 select PPC_UDBG_16550 499 select UDBG_RTAS_CONSOLE 500 501config PPC_PS3 502 bool "Sony PS3 (incomplete)" 503 depends on PPC_MULTIPLATFORM && PPC64 504 select PPC_CELL 505 select USB_ARCH_HAS_OHCI 506 select USB_OHCI_LITTLE_ENDIAN 507 select USB_OHCI_BIG_ENDIAN_MMIO 508 select USB_ARCH_HAS_EHCI 509 select USB_EHCI_BIG_ENDIAN_MMIO 510 help 511 This option enables support for the Sony PS3 game console 512 and other platforms using the PS3 hypervisor. 513 Support for this platform is not yet complete, so 514 enabling this will not result in a bootable kernel on a 515 PS3 system. 516 517config PPC_CELLEB 518 bool "Toshiba's Cell Reference Set 'Celleb' Architecture" 519 depends on PPC_MULTIPLATFORM && PPC64 520 select PPC_CELL 521 select PPC_OF_PLATFORM_PCI 522 select HAS_TXX9_SERIAL 523 select PPC_UDBG_BEAT 524 select USB_OHCI_BIG_ENDIAN_MMIO 525 select USB_EHCI_BIG_ENDIAN_MMIO 526 | |
527config PPC_NATIVE 528 bool 529 depends on PPC_MULTIPLATFORM 530 help 531 Support for running natively on the hardware, i.e. without 532 a hypervisor. This option is not user-selectable but should 533 be selected by all platforms that need it. 534 --- 162 unchanged lines hidden (view full) --- 697 698source arch/powerpc/platforms/embedded6xx/Kconfig 699source arch/powerpc/platforms/4xx/Kconfig 700source arch/powerpc/platforms/82xx/Kconfig 701source arch/powerpc/platforms/83xx/Kconfig 702source arch/powerpc/platforms/85xx/Kconfig 703source arch/powerpc/platforms/86xx/Kconfig 704source arch/powerpc/platforms/8xx/Kconfig | 482config PPC_NATIVE 483 bool 484 depends on PPC_MULTIPLATFORM 485 help 486 Support for running natively on the hardware, i.e. without 487 a hypervisor. This option is not user-selectable but should 488 be selected by all platforms that need it. 489 --- 162 unchanged lines hidden (view full) --- 652 653source arch/powerpc/platforms/embedded6xx/Kconfig 654source arch/powerpc/platforms/4xx/Kconfig 655source arch/powerpc/platforms/82xx/Kconfig 656source arch/powerpc/platforms/83xx/Kconfig 657source arch/powerpc/platforms/85xx/Kconfig 658source arch/powerpc/platforms/86xx/Kconfig 659source arch/powerpc/platforms/8xx/Kconfig |
705source arch/powerpc/platforms/cell/Kconfig 706source arch/powerpc/platforms/ps3/Kconfig | |
707source arch/powerpc/platforms/pasemi/Kconfig 708 709menu "Kernel options" 710 711config HIGHMEM 712 bool "High memory support" 713 depends on PPC32 714 --- 497 unchanged lines hidden --- | 660source arch/powerpc/platforms/pasemi/Kconfig 661 662menu "Kernel options" 663 664config HIGHMEM 665 bool "High memory support" 666 depends on PPC32 667 --- 497 unchanged lines hidden --- |