[kernel/f13/master] enable GPIO_SYSFS

Kyle McMartin kyle at fedoraproject.org
Thu Sep 9 00:54:45 UTC 2010


commit a43ca81f7b91f6d15e0423dc2b654ea1af22d7e5
Author: Kyle McMartin <kyle at dreadnought.i.jkkm.org>
Date:   Wed Sep 8 20:54:45 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 312d497..a25e79f 100644
--- a/config-generic
+++ b/config-generic
@@ -4157,7 +4157,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 00ac22d..f7a86ba 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2104,6 +2104,9 @@ fi
 
 
 %changelog
+* Wed Sep 08 2010 Kyle McMartin <kyle at redhat.com>
+- Enable GPIO_SYSFS. (#631958)
+
 * Sun Sep 05 2010 Jarod Wilson <jarod at redhat.com> 2.6.34.6-54
 - Restore lirc patch from 2.6.33.x F13 kernels, re-fixes multiple issues
 


More information about the scm-commits mailing list