aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorRoger Shimizu <rogershimizu@gmail.com>2016-05-29 13:40:29 +0900
committerRoger Shimizu <rogershimizu@gmail.com>2016-05-29 13:40:29 +0900
commit054bd88a7e61516cedec64aef524913d19040772 (patch)
tree5c6c4eb1db25f303bfbb372e6a4835c9b8bcfe93 /debian
parent2a7ca94d2274ab5c844f863dbfa72ebf6bd754e9 (diff)
downloadkernel_replicant_linux-054bd88a7e61516cedec64aef524913d19040772.tar.gz
kernel_replicant_linux-054bd88a7e61516cedec64aef524913d19040772.tar.bz2
kernel_replicant_linux-054bd88a7e61516cedec64aef524913d19040772.zip
armhf: Enable SENSORS_PWM_FAN / PWM_SAMSUNG as module
Recommended by Steinar H. Gunderson. (Closes: #824941)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/config/armhf/config.armmp2
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3428c7cd413b..2b9e1a25bd31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,6 +96,10 @@ linux (4.5.5-1) UNRELEASED; urgency=medium
* Revert "stmmac: Fix 'eth0: No PHY found' regression" (Closes: #823493)
* [x86] kvm:vmx: more complete state update on APICv on/off (CVE-2016-4440)
+ [ Roger Shimizu ]
+ * armhf: Enable SENSORS_PWM_FAN / PWM_SAMSUNG as module, as recommended by
+ Steinar H. Gunderson. (Closes: #824941)
+
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 21 May 2016 16:47:59 +0200
linux (4.5.4-1) unstable; urgency=medium
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index cef254e818f4..75a7500d485e 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -355,6 +355,7 @@ CONFIG_OMAP_SSI=m
##
CONFIG_SENSORS_G762=m
CONFIG_SENSORS_GPIO_FAN=m
+CONFIG_SENSORS_PWM_FAN=m
##
## file: drivers/hwspinlock/Kconfig
@@ -850,6 +851,7 @@ CONFIG_PWM=y
CONFIG_PWM_BCM2835=m
CONFIG_PWM_IMX=m
CONFIG_PWM_ROCKCHIP=m
+CONFIG_PWM_SAMSUNG=m
CONFIG_PWM_SUN4I=m
CONFIG_PWM_TEGRA=m
CONFIG_PWM_TIECAP=m