enable GPIO_SYSFS

This commit is contained in:
Kyle McMartin 2010-09-08 20:53:21 -04:00
parent 128366174e
commit aa63cbafd1
2 changed files with 4 additions and 1 deletions

View File

@ -4324,7 +4324,7 @@ CONFIG_BLK_DEV_DRBD=m
# CONFIG_DEBUG_GPIO is not set # CONFIG_DEBUG_GPIO is not set
# CONFIG_W1_MASTER_GPIO is not set # CONFIG_W1_MASTER_GPIO is not set
# CONFIG_LEDS_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_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_PCF857X is not set

View File

@ -1884,6 +1884,9 @@ fi
# || || # || ||
%changelog %changelog
* Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com>
- Enable GPIO_SYSFS. (#631958)
* Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com> * Wed Sep 08 2010 Kyle McMartin <kyle@redhat.com>
- Make pci=use_crs a compile-time config option we can switch the default - Make pci=use_crs a compile-time config option we can switch the default
value of easily. value of easily.