9 select PPC_INDIRECT_PIO
10 select PPC_INDIRECT_MMIO
13 select IRQ_EDGE_EOI_HANDLER
15 config PPC_CELL_NATIVE
17 select PPC_CELL_COMMON
19 select PPC_IO_WORKAROUNDS
22 select IBM_EMAC_ZMII #test only
23 select IBM_EMAC_TAH #test only
26 config PPC_IBM_CELL_BLADE
28 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
29 select PPC_CELL_NATIVE
30 select PPC_OF_PLATFORM_PCI
34 select UDBG_RTAS_CONSOLE
37 bool "IBM Cell - QPACE"
38 depends on PPC64 && PPC_BOOK3S && CPU_BIG_ENDIAN
39 select PPC_CELL_COMMON
43 depends on PPC_IBM_CELL_BLADE && PCI_MSI
46 menu "Cell Broadband Engine options"
50 tristate "SPU file system"
56 The SPU file system is used to access Synergistic Processing
57 Units on machines implementing the Broadband Processor
66 bool "RAS features for bare metal Cell BE"
67 depends on PPC_CELL_NATIVE
70 config PPC_IBM_CELL_RESETBUTTON
71 bool "IBM Cell Blade Pinhole reset button"
72 depends on CBE_RAS && PPC_IBM_CELL_BLADE
75 Support Pinhole Resetbutton on IBM Cell blades.
76 This adds a method to trigger system reset via front panel pinhole button.
78 config PPC_IBM_CELL_POWERBUTTON
79 tristate "IBM Cell Blade power button"
80 depends on PPC_IBM_CELL_BLADE && INPUT_EVDEV
83 Support Powerbutton on IBM Cell blades.
84 This will enable the powerbutton as an input device.
87 tristate "CBE thermal support"
89 depends on CBE_RAS && SPU_BASE
94 depends on CPU_FREQ_CBE_PMI || PPC_IBM_CELL_POWERBUTTON
96 PMI (Platform Management Interrupt) is a way to
97 communicate with the BMC (Baseboard Management Controller).
98 It is used in some IBM Cell blades.
100 config CBE_CPUFREQ_SPU_GOVERNOR
101 tristate "CBE frequency scaling based on SPU usage"
102 depends on SPU_FS && CPU_FREQ
105 This governor checks for spu usage to adjust the cpu frequency.
106 If no spu is running on a given cpu, that cpu will be throttled to
107 the minimal possible frequency.
113 depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) && SPU_BASE