Kconfig (3d5271f9883cba7b54762bc4fe027d4172f06db7) Kconfig (a28d3af2a26c89aaa6470ca36edb212e05143d67)
1
2menu "Macintosh device drivers"
3 depends on PPC || MAC
4
5config ADB
6 bool "Apple Desktop Bus (ADB) support"
7 depends on MAC || (PPC_PMAC && PPC32)
8 help

--- 135 unchanged lines hidden (view full) ---

144 /proc/sys/dev/mac_hid/mouse_button_emulation
145 /proc/sys/dev/mac_hid/mouse_button2_keycode
146 /proc/sys/dev/mac_hid/mouse_button3_keycode
147
148 If you have an Apple machine with a 1-button mouse, say Y here.
149
150config THERM_WINDTUNNEL
151 tristate "Support for thermal management on Windtunnel G4s"
1
2menu "Macintosh device drivers"
3 depends on PPC || MAC
4
5config ADB
6 bool "Apple Desktop Bus (ADB) support"
7 depends on MAC || (PPC_PMAC && PPC32)
8 help

--- 135 unchanged lines hidden (view full) ---

144 /proc/sys/dev/mac_hid/mouse_button_emulation
145 /proc/sys/dev/mac_hid/mouse_button2_keycode
146 /proc/sys/dev/mac_hid/mouse_button3_keycode
147
148 If you have an Apple machine with a 1-button mouse, say Y here.
149
150config THERM_WINDTUNNEL
151 tristate "Support for thermal management on Windtunnel G4s"
152 depends on I2C && I2C_KEYWEST && PPC_PMAC && !PPC_PMAC64
152 depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64
153 help
154 This driver provides some thermostat and fan control for the desktop
155 G4 "Windtunnel"
156
157config THERM_ADT746X
158 tristate "Support for thermal mgmnt on laptops with ADT 746x chipset"
153 help
154 This driver provides some thermostat and fan control for the desktop
155 G4 "Windtunnel"
156
157config THERM_ADT746X
158 tristate "Support for thermal mgmnt on laptops with ADT 746x chipset"
159 depends on I2C && I2C_KEYWEST && PPC_PMAC && !PPC_PMAC64
159 depends on I2C && I2C_POWERMAC && PPC_PMAC && !PPC_PMAC64
160 help
161 This driver provides some thermostat and fan control for the
162 iBook G4, and the ATI based aluminium PowerBooks, allowing slighlty
163 better fan behaviour by default, and some manual control.
164
165config THERM_PM72
166 tristate "Support for thermal management on PowerMac G5"
160 help
161 This driver provides some thermostat and fan control for the
162 iBook G4, and the ATI based aluminium PowerBooks, allowing slighlty
163 better fan behaviour by default, and some manual control.
164
165config THERM_PM72
166 tristate "Support for thermal management on PowerMac G5"
167 depends on I2C && I2C_KEYWEST && PPC_PMAC64
167 depends on I2C && I2C_POWERMAC && PPC_PMAC64
168 help
169 This driver provides thermostat and fan control for the desktop
170 G5 machines.
171
172config WINDFARM
173 tristate "New PowerMac thermal control infrastructure"
174
175config WINDFARM_PM81
176 tristate "Support for thermal management on iMac G5"
177 depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
168 help
169 This driver provides thermostat and fan control for the desktop
170 G5 machines.
171
172config WINDFARM
173 tristate "New PowerMac thermal control infrastructure"
174
175config WINDFARM_PM81
176 tristate "Support for thermal management on iMac G5"
177 depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
178 select I2C_PMAC_SMU
178 select I2C_POWERMAC
179 help
180 This driver provides thermal control for the iMacG5
181
182config WINDFARM_PM91
183 tristate "Support for thermal management on PowerMac9,1"
184 depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
179 help
180 This driver provides thermal control for the iMacG5
181
182config WINDFARM_PM91
183 tristate "Support for thermal management on PowerMac9,1"
184 depends on WINDFARM && I2C && CPU_FREQ_PMAC64 && PMAC_SMU
185 select I2C_PMAC_SMU
185 select I2C_POWERMAC
186 help
187 This driver provides thermal control for the PowerMac9,1
188 which is the recent (SMU based) single CPU desktop G5
189
190
191config ANSLCD
192 tristate "Support for ANS LCD display"
193 depends on ADB_CUDA && PPC_PMAC
194
195endmenu
186 help
187 This driver provides thermal control for the PowerMac9,1
188 which is the recent (SMU based) single CPU desktop G5
189
190
191config ANSLCD
192 tristate "Support for ANS LCD display"
193 depends on ADB_CUDA && PPC_PMAC
194
195endmenu