blob: efa3a03f76d45e63117bc5b7dac328bb03ca2a88 [file] [log] [blame]
Kumar Gala4330f5d2007-03-16 09:32:17 -05001menu "Platform support"
Kumar Galad6071f82007-04-12 16:53:32 -05002 depends on PPC64 || CLASSIC32 || PPC_82xx || PPC_83xx || PPC_86xx
Kumar Gala4330f5d2007-03-16 09:32:17 -05003
4choice
5 prompt "Machine type"
Kumar Gala164a4602007-04-12 15:35:50 -05006 depends on PPC64 || CLASSIC32
Kumar Gala4330f5d2007-03-16 09:32:17 -05007 default PPC_MULTIPLATFORM
8
9config PPC_MULTIPLATFORM
10 bool "Generic desktop/server/laptop"
11 help
12 Select this option if configuring for an IBM pSeries or
13 RS/6000 machine, an Apple machine, or a PReP, CHRP,
14 Maple or Cell-based machine.
15
16config EMBEDDED6xx
17 bool "Embedded 6xx/7xx/7xxx-based board"
18 depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
19
20config APUS
21 bool "Amiga-APUS"
22 depends on PPC32 && BROKEN
23 help
24 Select APUS if configuring for a PowerUP Amiga.
25 More information is available at:
26 <http://linux-apus.sourceforge.net/>.
27endchoice
28
29config QUICC_ENGINE
30 bool
Kumar Gala4330f5d2007-03-16 09:32:17 -050031 help
32 The QUICC Engine (QE) is a new generation of communications
33 coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
34 Selecting this option means that you wish to build a kernel
35 for a machine with a QE coprocessor.
36
37source "arch/powerpc/platforms/pseries/Kconfig"
38source "arch/powerpc/platforms/iseries/Kconfig"
39source "arch/powerpc/platforms/chrp/Kconfig"
40source "arch/powerpc/platforms/52xx/Kconfig"
41source "arch/powerpc/platforms/powermac/Kconfig"
42source "arch/powerpc/platforms/prep/Kconfig"
43source "arch/powerpc/platforms/maple/Kconfig"
44source "arch/powerpc/platforms/pasemi/Kconfig"
45source arch/powerpc/platforms/celleb/Kconfig
46source arch/powerpc/platforms/ps3/Kconfig
47source arch/powerpc/platforms/cell/Kconfig
Kumar Galad6071f82007-04-12 16:53:32 -050048source "arch/powerpc/platforms/82xx/Kconfig"
Kumar Galab5a48342007-04-12 15:46:21 -050049source "arch/powerpc/platforms/83xx/Kconfig"
Kumar Gala4a89f7f2007-04-12 15:41:26 -050050source "arch/powerpc/platforms/86xx/Kconfig"
Kumar Gala4330f5d2007-03-16 09:32:17 -050051
52config PPC_NATIVE
53 bool
54 depends on PPC_MULTIPLATFORM
55 help
56 Support for running natively on the hardware, i.e. without
57 a hypervisor. This option is not user-selectable but should
58 be selected by all platforms that need it.
59
60config UDBG_RTAS_CONSOLE
61 bool "RTAS based debug console"
62 depends on PPC_RTAS
63 default n
64
65config PPC_UDBG_BEAT
66 bool "BEAT based debug console"
67 depends on PPC_CELLEB
68 default n
69
70config XICS
71 depends on PPC_PSERIES
72 bool
73 default y
74
75config U3_DART
76 bool
77 depends on PPC_MULTIPLATFORM && PPC64
78 default n
79
80config PPC_RTAS
81 bool
82 default n
83
84config RTAS_ERROR_LOGGING
85 bool
86 depends on PPC_RTAS
87 default n
88
89config RTAS_PROC
90 bool "Proc interface to RTAS"
91 depends on PPC_RTAS
92 default y
93
94config RTAS_FLASH
95 tristate "Firmware flash interface"
96 depends on PPC64 && RTAS_PROC
97
98config PPC_PMI
99 tristate "Support for PMI"
100 depends PPC_IBM_CELL_BLADE
101 help
102 PMI (Platform Management Interrupt) is a way to
103 communicate with the BMC (Baseboard Mangement Controller).
104 It is used in some IBM Cell blades.
105 default m
106
107config MMIO_NVRAM
108 bool
109 default n
110
111config MPIC_BROKEN_U3
112 bool
113 depends on PPC_MAPLE
114 default y
115
116config IBMVIO
117 depends on PPC_PSERIES || PPC_ISERIES
118 bool
119 default y
120
121config IBMEBUS
122 depends on PPC_PSERIES
123 bool "Support for GX bus based adapters"
124 help
125 Bus device driver for GX bus based adapters.
126
127config PPC_MPC106
128 bool
129 default n
130
131config PPC_970_NAP
132 bool
133 default n
134
135config PPC_INDIRECT_IO
136 bool
137 select GENERIC_IOMAP
138 default n
139
140config GENERIC_IOMAP
141 bool
142 default n
143
Kumar Gala164a4602007-04-12 15:35:50 -0500144menu "CPU Frequency support"
145 depends on PPC64 || CLASSIC32
146
Kumar Gala4330f5d2007-03-16 09:32:17 -0500147source "drivers/cpufreq/Kconfig"
148
149config CPU_FREQ_PMAC
150 bool "Support for Apple PowerBooks"
151 depends on CPU_FREQ && ADB_PMU && PPC32
152 select CPU_FREQ_TABLE
153 help
154 This adds support for frequency switching on Apple PowerBooks,
155 this currently includes some models of iBook & Titanium
156 PowerBook.
157
158config CPU_FREQ_PMAC64
159 bool "Support for some Apple G5s"
160 depends on CPU_FREQ && PPC64
161 select CPU_FREQ_TABLE
162 help
163 This adds support for frequency switching on Apple iMac G5,
164 and some of the more recent desktop G5 machines as well.
Kumar Gala164a4602007-04-12 15:35:50 -0500165endmenu
Kumar Gala4330f5d2007-03-16 09:32:17 -0500166
167config PPC601_SYNC_FIX
168 bool "Workarounds for PPC601 bugs"
169 depends on 6xx && (PPC_PREP || PPC_PMAC)
170 help
171 Some versions of the PPC601 (the first PowerPC chip) have bugs which
172 mean that extra synchronization instructions are required near
173 certain instructions, typically those that make major changes to the
174 CPU state. These extra instructions reduce performance slightly.
175 If you say N here, these extra instructions will not be included,
176 resulting in a kernel which will run faster but may not run at all
177 on some systems with the PPC601 chip.
178
179 If in doubt, say Y here.
180
181config TAU
182 bool "On-chip CPU temperature sensor support"
Kumar Gala164a4602007-04-12 15:35:50 -0500183 depends on CLASSIC32
Kumar Gala4330f5d2007-03-16 09:32:17 -0500184 help
185 G3 and G4 processors have an on-chip temperature sensor called the
186 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
187 temperature within 2-4 degrees Celsius. This option shows the current
188 on-die temperature in /proc/cpuinfo if the cpu supports it.
189
190 Unfortunately, on some chip revisions, this sensor is very inaccurate
191 and in many cases, does not work at all, so don't assume the cpu
192 temp is actually what /proc/cpuinfo says it is.
193
194config TAU_INT
195 bool "Interrupt driven TAU driver (DANGEROUS)"
196 depends on TAU
197 ---help---
198 The TAU supports an interrupt driven mode which causes an interrupt
199 whenever the temperature goes out of range. This is the fastest way
200 to get notified the temp has exceeded a range. With this option off,
201 a timer is used to re-check the temperature periodically.
202
203 However, on some cpus it appears that the TAU interrupt hardware
204 is buggy and can cause a situation which would lead unexplained hard
205 lockups.
206
207 Unless you are extending the TAU driver, or enjoy kernel/hardware
208 debugging, leave this option off.
209
210config TAU_AVERAGE
211 bool "Average high and low temp"
212 depends on TAU
213 ---help---
214 The TAU hardware can compare the temperature to an upper and lower
215 bound. The default behavior is to show both the upper and lower
216 bound in /proc/cpuinfo. If the range is large, the temperature is
217 either changing a lot, or the TAU hardware is broken (likely on some
218 G4's). If the range is small (around 4 degrees), the temperature is
219 relatively stable. If you say Y here, a single temperature value,
220 halfway between the upper and lower bounds, will be reported in
221 /proc/cpuinfo.
222
223 If in doubt, say N here.
224
Kumar Galad6071f82007-04-12 16:53:32 -0500225config CPM2
226 bool
227 default n
228 help
229 The CPM2 (Communications Processor Module) is a coprocessor on
230 embedded CPUs made by Freescale. Selecting this option means that
231 you wish to build a kernel for a machine with a CPM2 coprocessor
232 on it (826x, 827x, 8560).
233
Kumar Gala4330f5d2007-03-16 09:32:17 -0500234endmenu