Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 1 | config PPC_PSERIES |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 2 | depends on PPC64 && PPC_BOOK3S |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 3 | bool "IBM pSeries & new (POWER5-based) iSeries" |
Ralf Baechle | 8761f1a | 2011-06-01 19:05:09 +0100 | [diff] [blame] | 4 | select HAVE_PCSPKR_PLATFORM |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 5 | select MPIC |
Grant Likely | 0f22dd3 | 2012-02-15 20:38:40 -0700 | [diff] [blame] | 6 | select OF_DYNAMIC |
Mel Gorman | 8a55c4b | 2009-11-27 06:33:58 +0000 | [diff] [blame] | 7 | select PCI_MSI |
Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 8 | select PPC_XICS |
| 9 | select PPC_ICP_NATIVE |
| 10 | select PPC_ICP_HV |
| 11 | select PPC_ICS_RTAS |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 12 | select PPC_I8259 |
| 13 | select PPC_RTAS |
Benjamin Herrenschmidt | 3d541c4 | 2009-09-24 19:30:05 +0000 | [diff] [blame] | 14 | select PPC_RTAS_DAEMON |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 15 | select RTAS_ERROR_LOGGING |
| 16 | select PPC_UDBG_16550 |
| 17 | select PPC_NATIVE |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 18 | select PPC_PCI_CHOICE if EXPERT |
Jim Keniston | 6c49368 | 2011-07-25 07:54:50 +0000 | [diff] [blame] | 19 | select ZLIB_DEFLATE |
Ian Munsie | e5e84f0 | 2012-11-14 18:49:50 +0000 | [diff] [blame] | 20 | select PPC_DOORBELL |
Li Zhong | a1797b2 | 2013-05-13 16:16:44 +0000 | [diff] [blame] | 21 | select HAVE_CONTEXT_TRACKING |
Kumar Gala | 35a1245 | 2007-03-16 09:14:08 -0500 | [diff] [blame] | 22 | default y |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 23 | |
| 24 | config PPC_SPLPAR |
| 25 | depends on PPC_PSERIES |
| 26 | bool "Support for shared-processor logical partitions" |
| 27 | default n |
| 28 | help |
| 29 | Enabling this option will make the kernel run more efficiently |
| 30 | on logically-partitioned pSeries systems which use shared |
| 31 | processors, that is, which share physical processors between |
| 32 | two or more partitions. |
| 33 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 34 | config EEH |
Gavin Shan | e49f7a9 | 2012-04-24 19:11:22 +0000 | [diff] [blame] | 35 | bool |
Stephen Rothwell | 8693208 | 2007-11-14 15:07:39 +1100 | [diff] [blame] | 36 | depends on PPC_PSERIES && PCI |
Gavin Shan | e49f7a9 | 2012-04-24 19:11:22 +0000 | [diff] [blame] | 37 | default y |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 38 | |
Michael Ellerman | 1bac022 | 2009-03-05 17:36:39 +0000 | [diff] [blame] | 39 | config PSERIES_MSI |
| 40 | bool |
| 41 | depends on PCI_MSI && EEH |
| 42 | default y |
| 43 | |
Vaidyanathan Srinivasan | 5742bd8 | 2010-10-06 08:37:09 +0000 | [diff] [blame] | 44 | config PSERIES_ENERGY |
| 45 | tristate "pSeries energy management capabilities driver" |
| 46 | depends on PPC_PSERIES |
| 47 | default y |
| 48 | help |
| 49 | Provides interface to platform energy management capabilities |
| 50 | on supported PSERIES platforms. |
| 51 | Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list |
| 52 | and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint |
| 53 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 54 | config SCANLOG |
| 55 | tristate "Scanlog dump interface" |
| 56 | depends on RTAS_PROC && PPC_PSERIES |
| 57 | |
Tseng-Hui (Frank) Lin | 77eafe1 | 2011-05-05 12:32:48 +0000 | [diff] [blame] | 58 | config IO_EVENT_IRQ |
| 59 | bool "IO Event Interrupt support" |
| 60 | depends on PPC_PSERIES |
| 61 | default y |
| 62 | help |
| 63 | Select this option, if you want to enable support for IO Event |
| 64 | interrupts. IO event interrupt is a mechanism provided by RTAS |
| 65 | to return information about hardware error and non-error events |
| 66 | which may need OS attention. RTAS returns events for multiple |
| 67 | event types and scopes. Device drivers can register their handlers |
| 68 | to receive events. |
| 69 | |
| 70 | This option will only enable the IO event platform code. You |
| 71 | will still need to enable or compile the actual drivers |
Masanari Iida | 6b2aac4 | 2012-04-14 00:14:11 +0900 | [diff] [blame] | 72 | that use this infrastructure to handle IO event interrupts. |
Tseng-Hui (Frank) Lin | 77eafe1 | 2011-05-05 12:32:48 +0000 | [diff] [blame] | 73 | |
| 74 | Say Y if you are unsure. |
| 75 | |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 76 | config LPARCFG |
Paul Mackerras | 82dfdca | 2006-03-14 11:35:37 +1100 | [diff] [blame] | 77 | bool "LPAR Configuration Data" |
Stephen Rothwell | 3d066d7 | 2012-02-22 14:10:12 +0000 | [diff] [blame] | 78 | depends on PPC_PSERIES |
Paul Mackerras | 14cf11a | 2005-09-26 16:04:21 +1000 | [diff] [blame] | 79 | help |
| 80 | Provide system capacity information via human readable |
| 81 | <key word>=<value> pairs through a /proc/ppc64/lparcfg interface. |
Michael Ellerman | 36f8a2c | 2008-04-24 15:13:21 +1000 | [diff] [blame] | 82 | |
| 83 | config PPC_PSERIES_DEBUG |
| 84 | depends on PPC_PSERIES && PPC_EARLY_DEBUG |
| 85 | bool "Enable extra debug logging in platforms/pseries" |
Nishanth Aravamudan | 01cf6fe | 2010-10-14 14:48:52 +0000 | [diff] [blame] | 86 | help |
| 87 | Say Y here if you want the pseries core to produce a bunch of |
| 88 | debug messages to the system log. Select this if you are having a |
| 89 | problem with the pseries core and want to see more of what is |
| 90 | going on. This does not enable debugging in lpar.c, which must |
| 91 | be manually done due to its verbosity. |
Michael Ellerman | 36f8a2c | 2008-04-24 15:13:21 +1000 | [diff] [blame] | 92 | default y |
Brian King | 84af458 | 2008-07-24 04:30:29 +1000 | [diff] [blame] | 93 | |
| 94 | config PPC_SMLPAR |
| 95 | bool "Support for shared-memory logical partitions" |
| 96 | depends on PPC_PSERIES |
| 97 | select LPARCFG |
| 98 | default n |
| 99 | help |
| 100 | Select this option to enable shared memory partition support. |
| 101 | With this option a system running in an LPAR can be given more |
| 102 | memory than physically available and will allow firmware to |
| 103 | balance memory across many LPARs. |
| 104 | |
| 105 | config CMM |
| 106 | tristate "Collaborative memory management" |
Brian King | 8be8cf5 | 2009-10-19 05:51:34 +0000 | [diff] [blame] | 107 | depends on PPC_SMLPAR |
Brian King | 84af458 | 2008-07-24 04:30:29 +1000 | [diff] [blame] | 108 | default y |
| 109 | help |
| 110 | Select this option, if you want to enable the kernel interface |
| 111 | to reduce the memory size of the system. This is accomplished |
| 112 | by allocating pages of memory and put them "on hold". This only |
| 113 | makes sense for a system running in an LPAR where the unused pages |
| 114 | will be reused for other LPARs. The interface allows firmware to |
| 115 | balance memory across many LPARs. |
Jeremy Kerr | fc59a3f | 2009-03-11 17:55:52 +0000 | [diff] [blame] | 116 | |
| 117 | config DTL |
| 118 | bool "Dispatch Trace Log" |
| 119 | depends on PPC_SPLPAR && DEBUG_FS |
| 120 | help |
| 121 | SPLPAR machines can log hypervisor preempt & dispatch events to a |
| 122 | kernel buffer. Saying Y here will enable logging these events, |
| 123 | which are accessible through a debugfs file. |
| 124 | |
| 125 | Say N if you are unsure. |
Deepthi Dharwar | 707827f | 2011-11-30 02:46:42 +0000 | [diff] [blame] | 126 | |
| 127 | config PSERIES_IDLE |
Deepthi Dharwar | f7aa554 | 2012-01-12 03:05:55 +0000 | [diff] [blame] | 128 | bool "Cpuidle driver for pSeries platforms" |
Deepthi Dharwar | 707827f | 2011-11-30 02:46:42 +0000 | [diff] [blame] | 129 | depends on CPU_IDLE |
| 130 | depends on PPC_PSERIES |
| 131 | default y |
| 132 | help |
| 133 | Select this option to enable processor idle state management |
| 134 | through cpuidle subsystem. |