blob: 71af4c5d6c05cd143cd8036085f85575b4b96e37 [file] [log] [blame]
Kumar Gala35a12452007-03-16 09:14:08 -05001config PPC_PSERIES
Benjamin Herrenschmidt28794d32009-03-10 17:53:27 +00002 depends on PPC64 && PPC_BOOK3S
Kumar Gala35a12452007-03-16 09:14:08 -05003 bool "IBM pSeries & new (POWER5-based) iSeries"
4 select MPIC
Mel Gorman8a55c4b2009-11-27 06:33:58 +00005 select PCI_MSI
Benjamin Herrenschmidt0b05ac62011-04-04 13:46:58 +10006 select PPC_XICS
7 select PPC_ICP_NATIVE
8 select PPC_ICP_HV
9 select PPC_ICS_RTAS
Kumar Gala35a12452007-03-16 09:14:08 -050010 select PPC_I8259
11 select PPC_RTAS
Benjamin Herrenschmidt3d541c42009-09-24 19:30:05 +000012 select PPC_RTAS_DAEMON
Kumar Gala35a12452007-03-16 09:14:08 -050013 select RTAS_ERROR_LOGGING
14 select PPC_UDBG_16550
15 select PPC_NATIVE
David Rientjes6a108a12011-01-20 14:44:16 -080016 select PPC_PCI_CHOICE if EXPERT
Kumar Gala35a12452007-03-16 09:14:08 -050017 default y
Paul Mackerras14cf11a2005-09-26 16:04:21 +100018
19config PPC_SPLPAR
20 depends on PPC_PSERIES
21 bool "Support for shared-processor logical partitions"
22 default n
23 help
24 Enabling this option will make the kernel run more efficiently
25 on logically-partitioned pSeries systems which use shared
26 processors, that is, which share physical processors between
27 two or more partitions.
28
Paul Mackerras14cf11a2005-09-26 16:04:21 +100029config EEH
David Rientjes6a108a12011-01-20 14:44:16 -080030 bool "PCI Extended Error Handling (EEH)" if EXPERT
Stephen Rothwell86932082007-11-14 15:07:39 +110031 depends on PPC_PSERIES && PCI
David Rientjes6a108a12011-01-20 14:44:16 -080032 default y if !EXPERT
Paul Mackerras14cf11a2005-09-26 16:04:21 +100033
Michael Ellerman1bac0222009-03-05 17:36:39 +000034config PSERIES_MSI
35 bool
36 depends on PCI_MSI && EEH
37 default y
38
Vaidyanathan Srinivasan5742bd82010-10-06 08:37:09 +000039config PSERIES_ENERGY
40 tristate "pSeries energy management capabilities driver"
41 depends on PPC_PSERIES
42 default y
43 help
44 Provides interface to platform energy management capabilities
45 on supported PSERIES platforms.
46 Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
47 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
48
Paul Mackerras14cf11a2005-09-26 16:04:21 +100049config SCANLOG
50 tristate "Scanlog dump interface"
51 depends on RTAS_PROC && PPC_PSERIES
52
Tseng-Hui (Frank) Lin77eafe12011-05-05 12:32:48 +000053config IO_EVENT_IRQ
54 bool "IO Event Interrupt support"
55 depends on PPC_PSERIES
56 default y
57 help
58 Select this option, if you want to enable support for IO Event
59 interrupts. IO event interrupt is a mechanism provided by RTAS
60 to return information about hardware error and non-error events
61 which may need OS attention. RTAS returns events for multiple
62 event types and scopes. Device drivers can register their handlers
63 to receive events.
64
65 This option will only enable the IO event platform code. You
66 will still need to enable or compile the actual drivers
67 that use this infrastruture to handle IO event interrupts.
68
69 Say Y if you are unsure.
70
Paul Mackerras14cf11a2005-09-26 16:04:21 +100071config LPARCFG
Paul Mackerras82dfdca2006-03-14 11:35:37 +110072 bool "LPAR Configuration Data"
Paul Mackerras14cf11a2005-09-26 16:04:21 +100073 depends on PPC_PSERIES || PPC_ISERIES
74 help
75 Provide system capacity information via human readable
76 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
Michael Ellerman36f8a2c2008-04-24 15:13:21 +100077
78config PPC_PSERIES_DEBUG
79 depends on PPC_PSERIES && PPC_EARLY_DEBUG
80 bool "Enable extra debug logging in platforms/pseries"
Nishanth Aravamudan01cf6fe2010-10-14 14:48:52 +000081 help
82 Say Y here if you want the pseries core to produce a bunch of
83 debug messages to the system log. Select this if you are having a
84 problem with the pseries core and want to see more of what is
85 going on. This does not enable debugging in lpar.c, which must
86 be manually done due to its verbosity.
Michael Ellerman36f8a2c2008-04-24 15:13:21 +100087 default y
Brian King84af4582008-07-24 04:30:29 +100088
89config PPC_SMLPAR
90 bool "Support for shared-memory logical partitions"
91 depends on PPC_PSERIES
92 select LPARCFG
93 default n
94 help
95 Select this option to enable shared memory partition support.
96 With this option a system running in an LPAR can be given more
97 memory than physically available and will allow firmware to
98 balance memory across many LPARs.
99
100config CMM
101 tristate "Collaborative memory management"
Brian King8be8cf52009-10-19 05:51:34 +0000102 depends on PPC_SMLPAR
Brian King84af4582008-07-24 04:30:29 +1000103 default y
104 help
105 Select this option, if you want to enable the kernel interface
106 to reduce the memory size of the system. This is accomplished
107 by allocating pages of memory and put them "on hold". This only
108 makes sense for a system running in an LPAR where the unused pages
109 will be reused for other LPARs. The interface allows firmware to
110 balance memory across many LPARs.
Jeremy Kerrfc59a3f2009-03-11 17:55:52 +0000111
112config DTL
113 bool "Dispatch Trace Log"
114 depends on PPC_SPLPAR && DEBUG_FS
115 help
116 SPLPAR machines can log hypervisor preempt & dispatch events to a
117 kernel buffer. Saying Y here will enable logging these events,
118 which are accessible through a debugfs file.
119
120 Say N if you are unsure.