Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / arch / powerpc / platforms / Kconfig
blob5ea0c05ccec87f47b53a6249eeb08c30266b5d3f
1 menu "Platform support"
3 choice
4         prompt "Machine type"
5         depends on PPC64 || 6xx
6         default PPC_MULTIPLATFORM
8 config PPC_MULTIPLATFORM
9         bool "Generic desktop/server/laptop"
10         help
11           Select this option if configuring for an IBM pSeries or
12           RS/6000 machine, an Apple machine, or a PReP, CHRP,
13           Maple or Cell-based machine.
15 config PPC_82xx
16         bool "Freescale 82xx"
17         depends on 6xx
19 config PPC_83xx
20         bool "Freescale 83xx"
21         depends on 6xx
22         select FSL_SOC
23         select MPC83xx
24         select IPIC
25 <<<<<<< HEAD:arch/powerpc/platforms/Kconfig
26         select FSL_EMB_PERFMON
27 =======
28 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/platforms/Kconfig
30 config PPC_86xx
31         bool "Freescale 86xx"
32         depends on 6xx
33         select FSL_SOC
34         select ALTIVEC
35         help
36           The Freescale E600 SoCs have 74xx cores.
37 endchoice
39 config CLASSIC32
40         def_bool y
41         depends on 6xx && PPC_MULTIPLATFORM
43 source "arch/powerpc/platforms/pseries/Kconfig"
44 source "arch/powerpc/platforms/iseries/Kconfig"
45 source "arch/powerpc/platforms/chrp/Kconfig"
46 source "arch/powerpc/platforms/512x/Kconfig"
47 source "arch/powerpc/platforms/52xx/Kconfig"
48 source "arch/powerpc/platforms/powermac/Kconfig"
49 source "arch/powerpc/platforms/prep/Kconfig"
50 source "arch/powerpc/platforms/maple/Kconfig"
51 source "arch/powerpc/platforms/pasemi/Kconfig"
52 source "arch/powerpc/platforms/celleb/Kconfig"
53 source "arch/powerpc/platforms/ps3/Kconfig"
54 source "arch/powerpc/platforms/cell/Kconfig"
55 source "arch/powerpc/platforms/8xx/Kconfig"
56 source "arch/powerpc/platforms/82xx/Kconfig"
57 source "arch/powerpc/platforms/83xx/Kconfig"
58 source "arch/powerpc/platforms/85xx/Kconfig"
59 source "arch/powerpc/platforms/86xx/Kconfig"
60 source "arch/powerpc/platforms/embedded6xx/Kconfig"
61 source "arch/powerpc/platforms/44x/Kconfig"
62 source "arch/powerpc/platforms/40x/Kconfig"
64 config PPC_NATIVE
65         bool
66         depends on PPC_MULTIPLATFORM
67         help
68           Support for running natively on the hardware, i.e. without
69           a hypervisor. This option is not user-selectable but should
70           be selected by all platforms that need it.
72 config UDBG_RTAS_CONSOLE
73         bool "RTAS based debug console"
74         depends on PPC_RTAS
75         default n
77 config PPC_UDBG_BEAT
78         bool "BEAT based debug console"
79         depends on PPC_CELLEB
80         default n
82 config XICS
83         depends on PPC_PSERIES
84         bool
85         default y
87 config IPIC
88         bool
89         default n
91 config MPIC
92         bool
93         default n
95 config MPIC_WEIRD
96         bool
97         default n
99 config PPC_I8259
100         bool
101         default n
103 config U3_DART
104         bool
105         depends on PPC_MULTIPLATFORM && PPC64
106         default n
108 config PPC_RTAS
109         bool
110         default n
112 config RTAS_ERROR_LOGGING
113         bool
114         depends on PPC_RTAS
115         default n
117 config RTAS_PROC
118         bool "Proc interface to RTAS"
119         depends on PPC_RTAS
120         default y
122 config RTAS_FLASH
123         tristate "Firmware flash interface"
124         depends on PPC64 && RTAS_PROC
126 config PPC_PMI
127         tristate "Support for PMI"
128         depends on PPC_IBM_CELL_BLADE
129         help
130           PMI (Platform Management Interrupt) is a way to
131           communicate with the BMC (Baseboard Management Controller).
132           It is used in some IBM Cell blades.
133         default m
135 config MMIO_NVRAM
136         bool
137         default n
139 config MPIC_U3_HT_IRQS
140         bool
141         depends on PPC_MAPLE
142         default y
144 config MPIC_BROKEN_REGREAD
145         bool
146         depends on MPIC
147         help
148           This option enables a MPIC driver workaround for some chips
149           that have a bug that causes some interrupt source information
150           to not read back properly. It is safe to use on other chips as
151           well, but enabling it uses about 8KB of memory to keep copies
152           of the register contents in software.
154 config IBMVIO
155         depends on PPC_PSERIES || PPC_ISERIES
156         bool
157         default y
159 config IBMEBUS
160         depends on PPC_PSERIES
161         bool "Support for GX bus based adapters"
162         help
163           Bus device driver for GX bus based adapters.
165 config PPC_MPC106
166         bool
167         default n
169 config PPC_970_NAP
170         bool
171         default n
173 config PPC_INDIRECT_IO
174         bool
175         select GENERIC_IOMAP
176         default n
178 config GENERIC_IOMAP
179         bool
180         default n
182 source "drivers/cpufreq/Kconfig"
184 menu "CPU Frequency drivers"
185         depends on CPU_FREQ
187 config CPU_FREQ_PMAC
188         bool "Support for Apple PowerBooks"
189         depends on ADB_PMU && PPC32
190         select CPU_FREQ_TABLE
191         help
192           This adds support for frequency switching on Apple PowerBooks,
193           this currently includes some models of iBook & Titanium
194           PowerBook.
196 config CPU_FREQ_PMAC64
197         bool "Support for some Apple G5s"
198         depends on PPC_PMAC && PPC64
199         select CPU_FREQ_TABLE
200         help
201           This adds support for frequency switching on Apple iMac G5,
202           and some of the more recent desktop G5 machines as well.
204 config PPC_PASEMI_CPUFREQ
205         bool "Support for PA Semi PWRficient"
206         depends on PPC_PASEMI
207         default y
208         select CPU_FREQ_TABLE
209         help
210           This adds the support for frequency switching on PA Semi
211           PWRficient processors.
213 endmenu
215 config PPC601_SYNC_FIX
216         bool "Workarounds for PPC601 bugs"
217         depends on 6xx && (PPC_PREP || PPC_PMAC)
218         help
219           Some versions of the PPC601 (the first PowerPC chip) have bugs which
220           mean that extra synchronization instructions are required near
221           certain instructions, typically those that make major changes to the
222           CPU state.  These extra instructions reduce performance slightly.
223           If you say N here, these extra instructions will not be included,
224           resulting in a kernel which will run faster but may not run at all
225           on some systems with the PPC601 chip.
227           If in doubt, say Y here.
229 config TAU
230         bool "On-chip CPU temperature sensor support"
231         depends on CLASSIC32
232         help
233           G3 and G4 processors have an on-chip temperature sensor called the
234           'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
235           temperature within 2-4 degrees Celsius. This option shows the current
236           on-die temperature in /proc/cpuinfo if the cpu supports it.
238           Unfortunately, on some chip revisions, this sensor is very inaccurate
239           and in many cases, does not work at all, so don't assume the cpu
240           temp is actually what /proc/cpuinfo says it is.
242 config TAU_INT
243         bool "Interrupt driven TAU driver (DANGEROUS)"
244         depends on TAU
245         ---help---
246           The TAU supports an interrupt driven mode which causes an interrupt
247           whenever the temperature goes out of range. This is the fastest way
248           to get notified the temp has exceeded a range. With this option off,
249           a timer is used to re-check the temperature periodically.
251           However, on some cpus it appears that the TAU interrupt hardware
252           is buggy and can cause a situation which would lead unexplained hard
253           lockups.
255           Unless you are extending the TAU driver, or enjoy kernel/hardware
256           debugging, leave this option off.
258 config TAU_AVERAGE
259         bool "Average high and low temp"
260         depends on TAU
261         ---help---
262           The TAU hardware can compare the temperature to an upper and lower
263           bound.  The default behavior is to show both the upper and lower
264           bound in /proc/cpuinfo. If the range is large, the temperature is
265           either changing a lot, or the TAU hardware is broken (likely on some
266           G4's). If the range is small (around 4 degrees), the temperature is
267           relatively stable.  If you say Y here, a single temperature value,
268           halfway between the upper and lower bounds, will be reported in
269           /proc/cpuinfo.
271           If in doubt, say N here.
273 config QUICC_ENGINE
274         bool
275         select PPC_LIB_RHEAP
276         select CRC32
277         help
278           The QUICC Engine (QE) is a new generation of communications
279           coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
280           Selecting this option means that you wish to build a kernel
281           for a machine with a QE coprocessor.
283 config CPM2
284         bool "Enable support for the CPM2 (Communications Processor Module)"
285         depends on MPC85xx || 8260
286         select CPM
287         select PPC_LIB_RHEAP
288         help
289           The CPM2 (Communications Processor Module) is a coprocessor on
290           embedded CPUs made by Freescale.  Selecting this option means that
291           you wish to build a kernel for a machine with a CPM2 coprocessor
292           on it (826x, 827x, 8560).
294 config PPC_CPM_NEW_BINDING
295         bool
296         depends on CPM1 || CPM2
297         help
298           Select this if your board has been converted to use the new
299           device tree bindings for CPM, and no longer needs the
300           ioport callbacks or the platform device glue code.
302           The fs_enet and cpm_uart drivers will be built as
303           of_platform devices.
305 config AXON_RAM
306         tristate "Axon DDR2 memory device driver"
307         depends on PPC_IBM_CELL_BLADE
308         default m
309         help
310           It registers one block device per Axon's DDR2 memory bank found
311           on a system. Block devices are called axonram?, their major and
312           minor numbers are available in /proc/devices, /proc/partitions or
313           in /sys/block/axonram?/dev.
315 config FSL_ULI1575
316         bool
317         default n
318         select GENERIC_ISA_DMA
319         help
320           Supports for the ULI1575 PCIe south bridge that exists on some
321           Freescale reference boards. The boards all use the ULI in pretty
322           much the same way.
324 config CPM
325         bool
327 config OF_RTC
328         bool
329         help
330           Uses information from the OF or flattened device tree to instatiate
331           platform devices for direct mapped RTC chips like the DS1742 or DS1743.
333 source "arch/powerpc/sysdev/bestcomm/Kconfig"
335 endmenu