[powerpc/powerpc64,ppc64] Update fancontrol driver selections (Closes: #781934)

Disable THERM_PM72 and enable its replacements WINDFARM_PM72 and
WINDFARM_RM31 as modules. Update the udeb config accordingly. Thanks
to Milan Kupcevic.

svn path=/dists/sid/linux/; revision=22477
This commit is contained in:
Ben Hutchings 2015-04-06 17:59:35 +00:00
parent 76d9a9939c
commit 080c10a9ab
3 changed files with 12 additions and 2 deletions

3
debian/changelog vendored
View File

@ -187,6 +187,9 @@ linux (3.16.7-ckt9-1) UNRELEASED; urgency=medium
* [x86] microcode/intel: Guard against stack overflow in the loader
(CVE-2015-2666)
* ipv6: Don't reduce hop limit for an interface (CVE-2015-2922)
* [powerpc/powerpc64,ppc64] Disable THERM_PM72 and enable its replacements
WINDFARM_PM72 and WINDFARM_RM31 as modules. Update the udeb config
accordingly. Thanks to Milan Kupcevic. (Closes: #781934)
-- Ian Campbell <ijc@debian.org> Wed, 18 Mar 2015 21:07:15 +0000

View File

@ -65,7 +65,9 @@ CONFIG_I2C_PASEMI=m
##
## file: drivers/macintosh/Kconfig
##
CONFIG_THERM_PM72=m
# CONFIG_THERM_PM72 is not set
CONFIG_WINDFARM_RM31=m
CONFIG_WINDFARM_PM72=m
CONFIG_WINDFARM_PM81=m
CONFIG_WINDFARM_PM91=m
CONFIG_WINDFARM_PM112=m

View File

@ -1,5 +1,4 @@
i2c-powermac ?
therm_pm72 ?
windfarm_core ?
windfarm_cpufreq_clamp ?
windfarm_lm75_sensor ?
@ -9,6 +8,12 @@ windfarm_pm121 ?
windfarm_pm112 ?
windfarm_pm81 ?
windfarm_pm91 ?
windfarm_pm72 ?
windfarm_rm31 ?
windfarm_smu_controls ?
windfarm_smu_sat ?
windfarm_smu_sensors ?
windfarm_ad7417_sensor ?
windfarm_fcu_controls ?
windfarm_lm87_sensor ?
windfarm_pid ?