135a1245aSKumar Galaconfig PPC_PSERIES 228794d34SBenjamin Herrenschmidt depends on PPC64 && PPC_BOOK3S 335a1245aSKumar Gala bool "IBM pSeries & new (POWER5-based) iSeries" 435a1245aSKumar Gala select MPIC 58a55c4baSMel Gorman select PCI_MSI 60b05ac6eSBenjamin Herrenschmidt select PPC_XICS 70b05ac6eSBenjamin Herrenschmidt select PPC_ICP_NATIVE 80b05ac6eSBenjamin Herrenschmidt select PPC_ICP_HV 90b05ac6eSBenjamin Herrenschmidt select PPC_ICS_RTAS 1035a1245aSKumar Gala select PPC_I8259 1135a1245aSKumar Gala select PPC_RTAS 123d541c4bSBenjamin Herrenschmidt select PPC_RTAS_DAEMON 1335a1245aSKumar Gala select RTAS_ERROR_LOGGING 1435a1245aSKumar Gala select PPC_UDBG_16550 1535a1245aSKumar Gala select PPC_NATIVE 166a108a14SDavid Rientjes select PPC_PCI_CHOICE if EXPERT 1735a1245aSKumar Gala default y 1814cf11afSPaul Mackerras 1914cf11afSPaul Mackerrasconfig PPC_SPLPAR 2014cf11afSPaul Mackerras depends on PPC_PSERIES 2114cf11afSPaul Mackerras bool "Support for shared-processor logical partitions" 2214cf11afSPaul Mackerras default n 2314cf11afSPaul Mackerras help 2414cf11afSPaul Mackerras Enabling this option will make the kernel run more efficiently 2514cf11afSPaul Mackerras on logically-partitioned pSeries systems which use shared 2614cf11afSPaul Mackerras processors, that is, which share physical processors between 2714cf11afSPaul Mackerras two or more partitions. 2814cf11afSPaul Mackerras 2914cf11afSPaul Mackerrasconfig EEH 306a108a14SDavid Rientjes bool "PCI Extended Error Handling (EEH)" if EXPERT 3186932082SStephen Rothwell depends on PPC_PSERIES && PCI 326a108a14SDavid Rientjes default y if !EXPERT 3314cf11afSPaul Mackerras 341bac0221SMichael Ellermanconfig PSERIES_MSI 351bac0221SMichael Ellerman bool 361bac0221SMichael Ellerman depends on PCI_MSI && EEH 371bac0221SMichael Ellerman default y 381bac0221SMichael Ellerman 395742bd85SVaidyanathan Srinivasanconfig PSERIES_ENERGY 405742bd85SVaidyanathan Srinivasan tristate "pSeries energy management capabilities driver" 415742bd85SVaidyanathan Srinivasan depends on PPC_PSERIES 425742bd85SVaidyanathan Srinivasan default y 435742bd85SVaidyanathan Srinivasan help 445742bd85SVaidyanathan Srinivasan Provides interface to platform energy management capabilities 455742bd85SVaidyanathan Srinivasan on supported PSERIES platforms. 465742bd85SVaidyanathan Srinivasan Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list 475742bd85SVaidyanathan Srinivasan and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint 485742bd85SVaidyanathan Srinivasan 4914cf11afSPaul Mackerrasconfig SCANLOG 5014cf11afSPaul Mackerras tristate "Scanlog dump interface" 5114cf11afSPaul Mackerras depends on RTAS_PROC && PPC_PSERIES 5214cf11afSPaul Mackerras 53*77eafe10STseng-Hui (Frank) Linconfig IO_EVENT_IRQ 54*77eafe10STseng-Hui (Frank) Lin bool "IO Event Interrupt support" 55*77eafe10STseng-Hui (Frank) Lin depends on PPC_PSERIES 56*77eafe10STseng-Hui (Frank) Lin default y 57*77eafe10STseng-Hui (Frank) Lin help 58*77eafe10STseng-Hui (Frank) Lin Select this option, if you want to enable support for IO Event 59*77eafe10STseng-Hui (Frank) Lin interrupts. IO event interrupt is a mechanism provided by RTAS 60*77eafe10STseng-Hui (Frank) Lin to return information about hardware error and non-error events 61*77eafe10STseng-Hui (Frank) Lin which may need OS attention. RTAS returns events for multiple 62*77eafe10STseng-Hui (Frank) Lin event types and scopes. Device drivers can register their handlers 63*77eafe10STseng-Hui (Frank) Lin to receive events. 64*77eafe10STseng-Hui (Frank) Lin 65*77eafe10STseng-Hui (Frank) Lin This option will only enable the IO event platform code. You 66*77eafe10STseng-Hui (Frank) Lin will still need to enable or compile the actual drivers 67*77eafe10STseng-Hui (Frank) Lin that use this infrastruture to handle IO event interrupts. 68*77eafe10STseng-Hui (Frank) Lin 69*77eafe10STseng-Hui (Frank) Lin Say Y if you are unsure. 70*77eafe10STseng-Hui (Frank) Lin 7114cf11afSPaul Mackerrasconfig LPARCFG 7282dfdcaeSPaul Mackerras bool "LPAR Configuration Data" 7314cf11afSPaul Mackerras depends on PPC_PSERIES || PPC_ISERIES 7414cf11afSPaul Mackerras help 7514cf11afSPaul Mackerras Provide system capacity information via human readable 7614cf11afSPaul Mackerras <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. 7736f8a2c4SMichael Ellerman 7836f8a2c4SMichael Ellermanconfig PPC_PSERIES_DEBUG 7936f8a2c4SMichael Ellerman depends on PPC_PSERIES && PPC_EARLY_DEBUG 8036f8a2c4SMichael Ellerman bool "Enable extra debug logging in platforms/pseries" 8101cf6fe8SNishanth Aravamudan help 8201cf6fe8SNishanth Aravamudan Say Y here if you want the pseries core to produce a bunch of 8301cf6fe8SNishanth Aravamudan debug messages to the system log. Select this if you are having a 8401cf6fe8SNishanth Aravamudan problem with the pseries core and want to see more of what is 8501cf6fe8SNishanth Aravamudan going on. This does not enable debugging in lpar.c, which must 8601cf6fe8SNishanth Aravamudan be manually done due to its verbosity. 8736f8a2c4SMichael Ellerman default y 8884af458bSBrian King 8984af458bSBrian Kingconfig PPC_SMLPAR 9084af458bSBrian King bool "Support for shared-memory logical partitions" 9184af458bSBrian King depends on PPC_PSERIES 9284af458bSBrian King select LPARCFG 9384af458bSBrian King default n 9484af458bSBrian King help 9584af458bSBrian King Select this option to enable shared memory partition support. 9684af458bSBrian King With this option a system running in an LPAR can be given more 9784af458bSBrian King memory than physically available and will allow firmware to 9884af458bSBrian King balance memory across many LPARs. 9984af458bSBrian King 10084af458bSBrian Kingconfig CMM 10184af458bSBrian King tristate "Collaborative memory management" 1028be8cf5bSBrian King depends on PPC_SMLPAR 10384af458bSBrian King default y 10484af458bSBrian King help 10584af458bSBrian King Select this option, if you want to enable the kernel interface 10684af458bSBrian King to reduce the memory size of the system. This is accomplished 10784af458bSBrian King by allocating pages of memory and put them "on hold". This only 10884af458bSBrian King makes sense for a system running in an LPAR where the unused pages 10984af458bSBrian King will be reused for other LPARs. The interface allows firmware to 11084af458bSBrian King balance memory across many LPARs. 111fc59a3fcSJeremy Kerr 112fc59a3fcSJeremy Kerrconfig DTL 113fc59a3fcSJeremy Kerr bool "Dispatch Trace Log" 114fc59a3fcSJeremy Kerr depends on PPC_SPLPAR && DEBUG_FS 115fc59a3fcSJeremy Kerr help 116fc59a3fcSJeremy Kerr SPLPAR machines can log hypervisor preempt & dispatch events to a 117fc59a3fcSJeremy Kerr kernel buffer. Saying Y here will enable logging these events, 118fc59a3fcSJeremy Kerr which are accessible through a debugfs file. 119fc59a3fcSJeremy Kerr 120fc59a3fcSJeremy Kerr Say N if you are unsure. 121