[linux] 03/03: gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Jan 8 19:44:16 UTC 2016


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

benh pushed a commit to branch sid
in repository linux.

commit d56fab4480b6fbf4afb3f42166910366e91f3b3d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Jan 8 19:36:09 2016 +0000

    gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
---
 debian/changelog                    | 1 +
 debian/config/armel/config.kirkwood | 5 -----
 debian/config/armel/config.orion5x  | 5 -----
 debian/config/armhf/config.armmp    | 1 -
 debian/config/config                | 2 +-
 5 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7312da6..e0ae134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ linux (4.3.3-6) UNRELEASED; urgency=medium
     - Override user and group names in tarball
   * xen/gntdev: Grant maps should not be subject to NUMA balancing
     (Closes: #810472)
+  * gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 08 Jan 2016 12:08:13 +0000
 
diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood
index ea83d5d..cabe528 100644
--- a/debian/config/armel/config.kirkwood
+++ b/debian/config/armel/config.kirkwood
@@ -159,11 +159,6 @@ CONFIG_DMADEVICES=y
 CONFIG_MV_XOR=y
 
 ##
-## file: drivers/gpio/Kconfig
-##
-CONFIG_GPIO_SYSFS=y
-
-##
 ## file: drivers/gpu/drm/Kconfig
 ##
 # CONFIG_DRM is not set
diff --git a/debian/config/armel/config.orion5x b/debian/config/armel/config.orion5x
index 35ef0ff..cc13674 100644
--- a/debian/config/armel/config.orion5x
+++ b/debian/config/armel/config.orion5x
@@ -166,11 +166,6 @@ CONFIG_DMADEVICES=y
 CONFIG_MV_XOR=y
 
 ##
-## file: drivers/gpio/Kconfig
-##
-CONFIG_GPIO_SYSFS=y
-
-##
 ## file: drivers/gpu/drm/Kconfig
 ##
 # CONFIG_DRM is not set
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 1952640..3a19aeb 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -213,7 +213,6 @@ CONFIG_EXTCON_PALMAS=m
 ## file: drivers/gpio/Kconfig
 ##
 CONFIG_GPIOLIB=y
-CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_GENERIC_PLATFORM=m
 CONFIG_GPIO_PCA953X=m
 CONFIG_GPIO_DA9052=m
diff --git a/debian/config/config b/debian/config/config
index a2144ed..c4cd2a4 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -481,7 +481,7 @@ CONFIG_EFI_VARS_PSTORE=m
 ##
 # CONFIG_GPIOLIB is not set
 # CONFIG_DEBUG_GPIO is not set
-# CONFIG_GPIO_SYSFS is not set
+CONFIG_GPIO_SYSFS=y
 # CONFIG_GPIO_DWAPB is not set
 # CONFIG_GPIO_GENERIC_PLATFORM is not set
 # CONFIG_GPIO_IT8761E 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