diff options
author | Ben Hutchings <benh@debian.org> | 2014-11-01 13:43:47 +0000 |
---|---|---|
committer | Ben Hutchings <benh@debian.org> | 2014-11-01 13:43:47 +0000 |
commit | 26e2a5caca2f126ed4764179713bd796329bb224 (patch) | |
tree | bbf4e1a367dcb802981348fd39b82627fde32d10 | |
parent | 96dd8f0b7679bdb2c3127b3015aef31462789746 (diff) | |
download | kernel_replicant_linux-26e2a5caca2f126ed4764179713bd796329bb224.tar.gz kernel_replicant_linux-26e2a5caca2f126ed4764179713bd796329bb224.tar.bz2 kernel_replicant_linux-26e2a5caca2f126ed4764179713bd796329bb224.zip |
[armhf] leds: Enable LEDS_PWM as module (for Cubox-i)
svn path=/dists/sid/linux/; revision=22015
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/config/armhf/config.armmp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b8c043210a6..7adefe5e9a82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -151,6 +151,7 @@ linux (3.16.7-1) UNRELEASED; urgency=medium (CVE-2014-7970) * linux-image: Recommend irqbalance if CONFIG_SMP is enabled (Closes: #577788) + * [armhf] leds: Enable LEDS_PWM as module (for Cubox-i) [ Mauricio Faria de Oliveira ] * [ppc64el] Disable CONFIG_CMDLINE{,_BOOL} usage for setting consoles diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index bfcf78a41c51..fc7b72b2ff2b 100644 --- a/debian/config/armhf/config.armmp +++ b/debian/config/armhf/config.armmp @@ -300,6 +300,7 @@ CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=m CONFIG_LEDS_LP5523=m CONFIG_LEDS_DA9052=m +CONFIG_LEDS_PWM=m ## ## file: drivers/leds/trigger/Kconfig |