Commit e5ea0a9f authored by Linus Torvalds's avatar Linus Torvalds

ppc: fix up trivial Kconfig config selection

Quoth BenH:
  "Ok, looks like I forgot to update the Kconfig for the new i2c driver,
   it should select I2C_POWERMAC instead.  Do you want a new patch or
   can you just fix it there ?"
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ac171c46
...@@ -190,7 +190,7 @@ config WINDFARM_PM91 ...@@ -190,7 +190,7 @@ config WINDFARM_PM91
config WINDFARM_PM112 config WINDFARM_PM112
tristate "Support for thermal management on PowerMac11,2" tristate "Support for thermal management on PowerMac11,2"
depends on WINDFARM && I2C && PMAC_SMU depends on WINDFARM && I2C && PMAC_SMU
select I2C_PMAC_SMU select I2C_POWERMAC
help help
This driver provides thermal control for the PowerMac11,2 This driver provides thermal control for the PowerMac11,2
which are the recent dual and quad G5 machines using the which are the recent dual and quad G5 machines using the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment