From 1b32aed50f5aa941deaa9bd5f20882f4c099970d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 9 Dec 2014 22:14:13 +0000 Subject: [PATCH] leds: Disable LEDS_PCA9532, apparently only needed on armel/iop32x svn path=/dists/trunk/linux/; revision=22177 --- debian/changelog | 1 + debian/config/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 361bf054f..8a41c666b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium * HID,gpio,i2c: Enable HID_CP2112 as module * HID: Enable HID_PENMOUNT as module * USB,leds: Enable USB_LED_TRIG + * leds: Disable LEDS_PCA9532, apparently only needed on armel/iop32x -- Ben Hutchings Tue, 09 Dec 2014 02:08:47 +0000 diff --git a/debian/config/config b/debian/config/config index aae2aad58..9bf842653 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1329,7 +1329,7 @@ CONFIG_LEDS_CLASS=y # CONFIG_LEDS_LM3530 is not set # CONFIG_LEDS_LM3642 is not set CONFIG_LEDS_NET48XX=m -CONFIG_LEDS_PCA9532=m +# CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_GPIO is not set CONFIG_LEDS_LP3944=m # CONFIG_LEDS_LP5521 is not set