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
20 select IBM_EMAC_EMAC4 if IBM_EMAC
21 select IBM_EMAC_RGMII if IBM_EMAC
22 select IBM_EMAC_ZMII if IBM_EMAC #test only
23 select IBM_EMAC_TAH if IBM_EMAC #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
38 depends on PPC_IBM_CELL_BLADE && PCI_MSI
41 menu "Cell Broadband Engine options"
45 tristate "SPU file system"
50 The SPU file system is used to access Synergistic Processing
51 Units on machines implementing the Broadband Processor
60 bool "RAS features for bare metal Cell BE"
61 depends on PPC_CELL_NATIVE
64 config PPC_IBM_CELL_RESETBUTTON
65 bool "IBM Cell Blade Pinhole reset button"
66 depends on CBE_RAS && PPC_IBM_CELL_BLADE
69 Support Pinhole Resetbutton on IBM Cell blades.
70 This adds a method to trigger system reset via front panel pinhole button.
72 config PPC_IBM_CELL_POWERBUTTON
73 tristate "IBM Cell Blade power button"
74 depends on PPC_IBM_CELL_BLADE && INPUT_EVDEV
77 Support Powerbutton on IBM Cell blades.
78 This will enable the powerbutton as an input device.
81 tristate "CBE thermal support"
83 depends on CBE_RAS && SPU_BASE
88 depends on CPU_FREQ_CBE_PMI || PPC_IBM_CELL_POWERBUTTON
90 PMI (Platform Management Interrupt) is a way to
91 communicate with the BMC (Baseboard Management Controller).
92 It is used in some IBM Cell blades.
94 config CBE_CPUFREQ_SPU_GOVERNOR
95 tristate "CBE frequency scaling based on SPU usage"
96 depends on SPU_FS && CPU_FREQ
99 This governor checks for spu usage to adjust the cpu frequency.
100 If no spu is running on a given cpu, that cpu will be throttled to
101 the minimal possible frequency.
107 depends on PPC_CELL_NATIVE && (OPROFILE = m || OPROFILE = y) && SPU_BASE