enable GPIO_SYSFS

This commit is contained in:
Kyle McMartin 2010-09-08 20:52:22 -04:00
parent 72b3bf972e
commit 3ceeb77a79
2 changed files with 4 additions and 1 deletions

View File

@ -4274,7 +4274,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

View File

@ -1923,6 +1923,9 @@ fi
# and build.
%changelog
* Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com>
- Enable GPIO_SYSFS. (#631958)
* Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com>
- Make pci=use_crs a config option.