Kconfig (ac171c46667c1cb2ee9e22312291df6ed78e1b6e) | Kconfig (e5ea0a9fca5612808839dd4bcc41c46fc02451f9) |
---|---|
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 --- 176 unchanged lines hidden (view full) --- 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 190config WINDFARM_PM112 191 tristate "Support for thermal management on PowerMac11,2" 192 depends on WINDFARM && I2C && PMAC_SMU | 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 --- 176 unchanged lines hidden (view full) --- 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 190config WINDFARM_PM112 191 tristate "Support for thermal management on PowerMac11,2" 192 depends on WINDFARM && I2C && PMAC_SMU |
193 select I2C_PMAC_SMU | 193 select I2C_POWERMAC |
194 help 195 This driver provides thermal control for the PowerMac11,2 196 which are the recent dual and quad G5 machines using the 197 970MP dual-core processor. 198 199config ANSLCD 200 tristate "Support for ANS LCD display" 201 depends on ADB_CUDA && PPC_PMAC 202 203endmenu | 194 help 195 This driver provides thermal control for the PowerMac11,2 196 which are the recent dual and quad G5 machines using the 197 970MP dual-core processor. 198 199config ANSLCD 200 tristate "Support for ANS LCD display" 201 depends on ADB_CUDA && PPC_PMAC 202 203endmenu |