135a1245aSKumar Galaconfig PPC_PSERIES 228794d34SBenjamin Herrenschmidt depends on PPC64 && PPC_BOOK3S 335a1245aSKumar Gala bool "IBM pSeries & new (POWER5-based) iSeries" 48761f1abSRalf Baechle select HAVE_PCSPKR_PLATFORM 535a1245aSKumar Gala select MPIC 60f22dd39SGrant Likely select OF_DYNAMIC 78a55c4baSMel Gorman select PCI_MSI 80b05ac6eSBenjamin Herrenschmidt select PPC_XICS 90b05ac6eSBenjamin Herrenschmidt select PPC_ICP_NATIVE 100b05ac6eSBenjamin Herrenschmidt select PPC_ICP_HV 110b05ac6eSBenjamin Herrenschmidt select PPC_ICS_RTAS 1235a1245aSKumar Gala select PPC_I8259 1335a1245aSKumar Gala select PPC_RTAS 143d541c4bSBenjamin Herrenschmidt select PPC_RTAS_DAEMON 1535a1245aSKumar Gala select RTAS_ERROR_LOGGING 1635a1245aSKumar Gala select PPC_UDBG_16550 1735a1245aSKumar Gala select PPC_NATIVE 186a108a14SDavid Rientjes select PPC_PCI_CHOICE if EXPERT 196c493685SJim Keniston select ZLIB_DEFLATE 20e5e84f0aSIan Munsie select PPC_DOORBELL 21a1797b2fSLi Zhong select HAVE_CONTEXT_TRACKING 22*f274ef87SSrivatsa S. Bhat select HOTPLUG if SMP 23*f274ef87SSrivatsa S. Bhat select HOTPLUG_CPU if SMP 2435a1245aSKumar Gala default y 2514cf11afSPaul Mackerras 2614cf11afSPaul Mackerrasconfig PPC_SPLPAR 2714cf11afSPaul Mackerras depends on PPC_PSERIES 2814cf11afSPaul Mackerras bool "Support for shared-processor logical partitions" 2914cf11afSPaul Mackerras default n 3014cf11afSPaul Mackerras help 3114cf11afSPaul Mackerras Enabling this option will make the kernel run more efficiently 3214cf11afSPaul Mackerras on logically-partitioned pSeries systems which use shared 3314cf11afSPaul Mackerras processors, that is, which share physical processors between 3414cf11afSPaul Mackerras two or more partitions. 3514cf11afSPaul Mackerras 3614cf11afSPaul Mackerrasconfig EEH 37e49f7a99SGavin Shan bool 3886932082SStephen Rothwell depends on PPC_PSERIES && PCI 39e49f7a99SGavin Shan default y 4014cf11afSPaul Mackerras 411bac0221SMichael Ellermanconfig PSERIES_MSI 421bac0221SMichael Ellerman bool 431bac0221SMichael Ellerman depends on PCI_MSI && EEH 441bac0221SMichael Ellerman default y 451bac0221SMichael Ellerman 465742bd85SVaidyanathan Srinivasanconfig PSERIES_ENERGY 475742bd85SVaidyanathan Srinivasan tristate "pSeries energy management capabilities driver" 485742bd85SVaidyanathan Srinivasan depends on PPC_PSERIES 495742bd85SVaidyanathan Srinivasan default y 505742bd85SVaidyanathan Srinivasan help 515742bd85SVaidyanathan Srinivasan Provides interface to platform energy management capabilities 525742bd85SVaidyanathan Srinivasan on supported PSERIES platforms. 535742bd85SVaidyanathan Srinivasan Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list 545742bd85SVaidyanathan Srinivasan and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint 555742bd85SVaidyanathan Srinivasan 5614cf11afSPaul Mackerrasconfig SCANLOG 5714cf11afSPaul Mackerras tristate "Scanlog dump interface" 5814cf11afSPaul Mackerras depends on RTAS_PROC && PPC_PSERIES 5914cf11afSPaul Mackerras 6077eafe10STseng-Hui (Frank) Linconfig IO_EVENT_IRQ 6177eafe10STseng-Hui (Frank) Lin bool "IO Event Interrupt support" 6277eafe10STseng-Hui (Frank) Lin depends on PPC_PSERIES 6377eafe10STseng-Hui (Frank) Lin default y 6477eafe10STseng-Hui (Frank) Lin help 6577eafe10STseng-Hui (Frank) Lin Select this option, if you want to enable support for IO Event 6677eafe10STseng-Hui (Frank) Lin interrupts. IO event interrupt is a mechanism provided by RTAS 6777eafe10STseng-Hui (Frank) Lin to return information about hardware error and non-error events 6877eafe10STseng-Hui (Frank) Lin which may need OS attention. RTAS returns events for multiple 6977eafe10STseng-Hui (Frank) Lin event types and scopes. Device drivers can register their handlers 7077eafe10STseng-Hui (Frank) Lin to receive events. 7177eafe10STseng-Hui (Frank) Lin 7277eafe10STseng-Hui (Frank) Lin This option will only enable the IO event platform code. You 7377eafe10STseng-Hui (Frank) Lin will still need to enable or compile the actual drivers 746b2aac42SMasanari Iida that use this infrastructure to handle IO event interrupts. 7577eafe10STseng-Hui (Frank) Lin 7677eafe10STseng-Hui (Frank) Lin Say Y if you are unsure. 7777eafe10STseng-Hui (Frank) Lin 7814cf11afSPaul Mackerrasconfig LPARCFG 7982dfdcaeSPaul Mackerras bool "LPAR Configuration Data" 803d066d77SStephen Rothwell depends on PPC_PSERIES 8114cf11afSPaul Mackerras help 8214cf11afSPaul Mackerras Provide system capacity information via human readable 8314cf11afSPaul Mackerras <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. 8436f8a2c4SMichael Ellerman 8536f8a2c4SMichael Ellermanconfig PPC_PSERIES_DEBUG 8636f8a2c4SMichael Ellerman depends on PPC_PSERIES && PPC_EARLY_DEBUG 8736f8a2c4SMichael Ellerman bool "Enable extra debug logging in platforms/pseries" 8801cf6fe8SNishanth Aravamudan help 8901cf6fe8SNishanth Aravamudan Say Y here if you want the pseries core to produce a bunch of 9001cf6fe8SNishanth Aravamudan debug messages to the system log. Select this if you are having a 9101cf6fe8SNishanth Aravamudan problem with the pseries core and want to see more of what is 9201cf6fe8SNishanth Aravamudan going on. This does not enable debugging in lpar.c, which must 9301cf6fe8SNishanth Aravamudan be manually done due to its verbosity. 9436f8a2c4SMichael Ellerman default y 9584af458bSBrian King 9684af458bSBrian Kingconfig PPC_SMLPAR 9784af458bSBrian King bool "Support for shared-memory logical partitions" 9884af458bSBrian King depends on PPC_PSERIES 9984af458bSBrian King select LPARCFG 10084af458bSBrian King default n 10184af458bSBrian King help 10284af458bSBrian King Select this option to enable shared memory partition support. 10384af458bSBrian King With this option a system running in an LPAR can be given more 10484af458bSBrian King memory than physically available and will allow firmware to 10584af458bSBrian King balance memory across many LPARs. 10684af458bSBrian King 10784af458bSBrian Kingconfig CMM 10884af458bSBrian King tristate "Collaborative memory management" 1098be8cf5bSBrian King depends on PPC_SMLPAR 11084af458bSBrian King default y 11184af458bSBrian King help 11284af458bSBrian King Select this option, if you want to enable the kernel interface 11384af458bSBrian King to reduce the memory size of the system. This is accomplished 11484af458bSBrian King by allocating pages of memory and put them "on hold". This only 11584af458bSBrian King makes sense for a system running in an LPAR where the unused pages 11684af458bSBrian King will be reused for other LPARs. The interface allows firmware to 11784af458bSBrian King balance memory across many LPARs. 118fc59a3fcSJeremy Kerr 119fc59a3fcSJeremy Kerrconfig DTL 120fc59a3fcSJeremy Kerr bool "Dispatch Trace Log" 121fc59a3fcSJeremy Kerr depends on PPC_SPLPAR && DEBUG_FS 122fc59a3fcSJeremy Kerr help 123fc59a3fcSJeremy Kerr SPLPAR machines can log hypervisor preempt & dispatch events to a 124fc59a3fcSJeremy Kerr kernel buffer. Saying Y here will enable logging these events, 125fc59a3fcSJeremy Kerr which are accessible through a debugfs file. 126fc59a3fcSJeremy Kerr 127fc59a3fcSJeremy Kerr Say N if you are unsure. 128707827f3SDeepthi Dharwar 129707827f3SDeepthi Dharwarconfig PSERIES_IDLE 130f7aa5545SDeepthi Dharwar bool "Cpuidle driver for pSeries platforms" 131707827f3SDeepthi Dharwar depends on CPU_IDLE 132707827f3SDeepthi Dharwar depends on PPC_PSERIES 133707827f3SDeepthi Dharwar default y 134707827f3SDeepthi Dharwar help 135707827f3SDeepthi Dharwar Select this option to enable processor idle state management 136707827f3SDeepthi Dharwar through cpuidle subsystem. 137