[POWERPC] cell: add cpufreq driver for Cell BE processor
[deliverable/linux.git] / arch / powerpc / platforms / cell / Kconfig
CommitLineData
67207b96
AB
1menu "Cell Broadband Engine options"
2 depends on PPC_CELL
3
4config SPU_FS
5 tristate "SPU file system"
6 default m
7 depends on PPC_CELL
c01ea72a 8 select SPU_BASE
4da30d15 9 select MEMORY_HOTPLUG
67207b96
AB
10 help
11 The SPU file system is used to access Synergistic Processing
12 Units on machines implementing the Broadband Processor
13 Architecture.
14
c01ea72a
GL
15config SPU_BASE
16 bool
17 default n
18
acf7d768
BH
19config CBE_RAS
20 bool "RAS features for bare metal Cell BE"
21 default y
22
b3d7dc19
CK
23config CBE_THERM
24 tristate "CBE thermal support"
25 default m
26 depends on CBE_RAS
27
36ca4ba4
CK
28config CBE_CPUFREQ
29 tristate "CBE frequency scaling"
30 depends on CBE_RAS && CPU_FREQ
31 default m
32 help
33 This adds the cpufreq driver for Cell BE processors.
34 For details, take a look at <file:Documentation/cpu-freq/>.
35 If you don't have such processor, say N
36
67207b96 37endmenu
This page took 0.110816 seconds and 5 git commands to generate.