[linux] 04/05: leds: Enable LEDS_GPIO as module for all configurations with GPIOs (Closes: #860569)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue May 2 04:35:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 97c9515edc332991cc27b0f88054f154e5f65e30
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue May 2 05:19:00 2017 +0100

    leds: Enable LEDS_GPIO as module for all configurations with GPIOs (Closes: #860569)
---
 debian/changelog                   | 2 ++
 debian/config/arm64/config         | 5 -----
 debian/config/armel/config.marvell | 1 -
 debian/config/armhf/config         | 1 -
 debian/config/config               | 2 +-
 debian/config/i386/config.686      | 5 -----
 6 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ddda65..80a9076 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -390,6 +390,8 @@ linux (4.9.25-1) UNRELEASED; urgency=medium
   * [arm64] Enable ARMV8_DEPRECATED, SWP_EMULATION, CP15_BARRIER_EMULATION,
     SETEND_EMULATION (Closes: #861384)
   * udeb: Add tifm_7xx1 to mmc-modules (Closes: #861195)
+  * leds: Enable LEDS_GPIO as module for all configurations with GPIOs
+    (Closes: #860569)
 
   [ Salvatore Bonaccorso ]
   * ping: implement proper locking (CVE-2017-2671)
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 46dc9e5..c23a7ed 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -287,11 +287,6 @@ CONFIG_ARM_SMMU=y
 CONFIG_ARM_SMMU_V3=y
 
 ##
-## file: drivers/leds/Kconfig
-##
-CONFIG_LEDS_GPIO=m
-
-##
 ## file: drivers/mailbox/Kconfig
 ##
 CONFIG_MAILBOX=y
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index 2d108a6..bd0381c 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -307,7 +307,6 @@ CONFIG_ISDN_DIVAS_MAINT=m
 ##
 ## file: drivers/leds/Kconfig
 ##
-CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_NS2=m
 CONFIG_LEDS_NETXBIG=m
 
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index aad3d12..2fd332c 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -491,7 +491,6 @@ CONFIG_TEGRA_IOMMU_SMMU=y
 ## file: drivers/leds/Kconfig
 ##
 CONFIG_LEDS_CLASS=y
-CONFIG_LEDS_GPIO=m
 CONFIG_LEDS_LP5523=m
 CONFIG_LEDS_DA9052=m
 CONFIG_LEDS_PWM=m
diff --git a/debian/config/config b/debian/config/config
index fdc0cb5..e65fe0f 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -1676,7 +1676,7 @@ CONFIG_LEDS_CLASS=y
 # CONFIG_LEDS_LM3642 is not set
 CONFIG_LEDS_NET48XX=m
 # CONFIG_LEDS_PCA9532 is not set
-# CONFIG_LEDS_GPIO is not set
+CONFIG_LEDS_GPIO=m
 CONFIG_LEDS_LP3944=m
 # CONFIG_LEDS_LP3952 is not set
 # CONFIG_LEDS_LP5521 is not set
diff --git a/debian/config/i386/config.686 b/debian/config/i386/config.686
index d3a811d..f07efc7 100644
--- a/debian/config/i386/config.686
+++ b/debian/config/i386/config.686
@@ -42,11 +42,6 @@ CONFIG_KEYBOARD_GPIO_POLLED=m
 CONFIG_MOUSE_PS2_OLPC=y
 
 ##
-## file: drivers/leds/Kconfig
-##
-CONFIG_LEDS_GPIO=m
-
-##
 ## file: drivers/net/hamradio/Kconfig
 ##
 # CONFIG_DMASCC is not set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list