[kernel] enable GPIO_SYSFS

Kyle McMartin kyle at fedoraproject.org
Thu Sep 9 00:53:22 UTC 2010


commit aa63cbafd11f60de34ad42b4000f0fbe129bb896
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Wed Sep 8 20:53:21 2010 -0400

    enable GPIO_SYSFS

 config-generic |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index fe2399b..be48706 100644
--- a/config-generic
+++ b/config-generic
@@ -4324,7 +4324,7 @@ CONFIG_BLK_DEV_DRBD=m
 # CONFIG_DEBUG_GPIO is not set
 # CONFIG_W1_MASTER_GPIO is not set
 # CONFIG_LEDS_GPIO is not set
-# CONFIG_GPIO_SYSFS is not set
+CONFIG_GPIO_SYSFS=y
 # CONFIG_GPIO_MAX732X is not set
 # CONFIG_GPIO_PCA953X is not set
 # CONFIG_GPIO_PCF857X is not set
diff --git a/kernel.spec b/kernel.spec
index 4a647b9..a52b331 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1885,6 +1885,9 @@ fi
 
 %changelog
 * Wed Sep 08 2010 Kyle McMartin <kyle at redhat.com>
+- Enable GPIO_SYSFS. (#631958)
+
+* Wed Sep 08 2010 Kyle McMartin <kyle at redhat.com>
 - Make pci=use_crs a compile-time config option we can switch the default
   value of easily.
 


More information about the scm-commits mailing list