disable some mediatekl custom warnings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / platforms / pseries / Kconfig
CommitLineData
35a1245a 1config PPC_PSERIES
28794d34 2 depends on PPC64 && PPC_BOOK3S
35a1245a 3 bool "IBM pSeries & new (POWER5-based) iSeries"
8761f1ab 4 select HAVE_PCSPKR_PLATFORM
35a1245a 5 select MPIC
0f22dd39 6 select OF_DYNAMIC
8a55c4ba 7 select PCI_MSI
0b05ac6e
BH
8 select PPC_XICS
9 select PPC_ICP_NATIVE
10 select PPC_ICP_HV
11 select PPC_ICS_RTAS
35a1245a
KG
12 select PPC_I8259
13 select PPC_RTAS
3d541c4b 14 select PPC_RTAS_DAEMON
35a1245a
KG
15 select RTAS_ERROR_LOGGING
16 select PPC_UDBG_16550
17 select PPC_NATIVE
6a108a14 18 select PPC_PCI_CHOICE if EXPERT
6c493685 19 select ZLIB_DEFLATE
e5e84f0a 20 select PPC_DOORBELL
a1797b2f 21 select HAVE_CONTEXT_TRACKING
f274ef87
SB
22 select HOTPLUG if SMP
23 select HOTPLUG_CPU if SMP
35a1245a 24 default y
14cf11af
PM
25
26config PPC_SPLPAR
27 depends on PPC_PSERIES
28 bool "Support for shared-processor logical partitions"
29 default n
30 help
31 Enabling this option will make the kernel run more efficiently
32 on logically-partitioned pSeries systems which use shared
33 processors, that is, which share physical processors between
34 two or more partitions.
35
14cf11af 36config EEH
e49f7a99 37 bool
86932082 38 depends on PPC_PSERIES && PCI
e49f7a99 39 default y
14cf11af 40
1bac0221
ME
41config PSERIES_MSI
42 bool
43 depends on PCI_MSI && EEH
44 default y
45
5742bd85
VS
46config PSERIES_ENERGY
47 tristate "pSeries energy management capabilities driver"
48 depends on PPC_PSERIES
49 default y
50 help
51 Provides interface to platform energy management capabilities
52 on supported PSERIES platforms.
53 Provides: /sys/devices/system/cpu/pseries_(de)activation_hint_list
54 and /sys/devices/system/cpu/cpuN/pseries_(de)activation_hint
55
14cf11af
PM
56config SCANLOG
57 tristate "Scanlog dump interface"
58 depends on RTAS_PROC && PPC_PSERIES
59
77eafe10
THFL
60config IO_EVENT_IRQ
61 bool "IO Event Interrupt support"
62 depends on PPC_PSERIES
63 default y
64 help
65 Select this option, if you want to enable support for IO Event
66 interrupts. IO event interrupt is a mechanism provided by RTAS
67 to return information about hardware error and non-error events
68 which may need OS attention. RTAS returns events for multiple
69 event types and scopes. Device drivers can register their handlers
70 to receive events.
71
72 This option will only enable the IO event platform code. You
73 will still need to enable or compile the actual drivers
6b2aac42 74 that use this infrastructure to handle IO event interrupts.
77eafe10
THFL
75
76 Say Y if you are unsure.
77
14cf11af 78config LPARCFG
82dfdcae 79 bool "LPAR Configuration Data"
3d066d77 80 depends on PPC_PSERIES
14cf11af
PM
81 help
82 Provide system capacity information via human readable
83 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
36f8a2c4
ME
84
85config PPC_PSERIES_DEBUG
86 depends on PPC_PSERIES && PPC_EARLY_DEBUG
87 bool "Enable extra debug logging in platforms/pseries"
01cf6fe8
NA
88 help
89 Say Y here if you want the pseries core to produce a bunch of
90 debug messages to the system log. Select this if you are having a
91 problem with the pseries core and want to see more of what is
92 going on. This does not enable debugging in lpar.c, which must
93 be manually done due to its verbosity.
36f8a2c4 94 default y
84af458b
BK
95
96config PPC_SMLPAR
97 bool "Support for shared-memory logical partitions"
98 depends on PPC_PSERIES
99 select LPARCFG
100 default n
101 help
102 Select this option to enable shared memory partition support.
103 With this option a system running in an LPAR can be given more
104 memory than physically available and will allow firmware to
105 balance memory across many LPARs.
106
107config CMM
108 tristate "Collaborative memory management"
8be8cf5b 109 depends on PPC_SMLPAR
84af458b
BK
110 default y
111 help
112 Select this option, if you want to enable the kernel interface
113 to reduce the memory size of the system. This is accomplished
114 by allocating pages of memory and put them "on hold". This only
115 makes sense for a system running in an LPAR where the unused pages
116 will be reused for other LPARs. The interface allows firmware to
117 balance memory across many LPARs.
fc59a3fc
JK
118
119config DTL
120 bool "Dispatch Trace Log"
121 depends on PPC_SPLPAR && DEBUG_FS
122 help
123 SPLPAR machines can log hypervisor preempt & dispatch events to a
124 kernel buffer. Saying Y here will enable logging these events,
125 which are accessible through a debugfs file.
126
127 Say N if you are unsure.
707827f3
DD
128
129config PSERIES_IDLE
f7aa5545 130 bool "Cpuidle driver for pSeries platforms"
707827f3
DD
131 depends on CPU_IDLE
132 depends on PPC_PSERIES
133 default y
134 help
135 Select this option to enable processor idle state management
136 through cpuidle subsystem.