Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)

This commit is contained in:
Josh Boyer 2014-01-08 07:55:55 -05:00
parent c530e15dad
commit f35a5a714e
2 changed files with 4 additions and 1 deletions

View File

@ -4727,7 +4727,7 @@ CONFIG_OPTIMIZE_INLINING=y
# FIXME: This should be x86/ia64 only
# CONFIG_HP_ILO is not set
# CONFIG_GPIOLIB is not set
CONFIG_GPIOLIB=y
# CONFIG_PINCTRL is not set
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_PINMUX is not set

View File

@ -2283,6 +2283,9 @@ fi
# and build.
%changelog
* Wed Jan 08 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Enable BCMA_DRIVER_GPIO by turning on GPIOLIB everywhere (rhbz 1021098)
* Mon Jan 06 2014 Josh Boyer <jwboyer@fedoraproject.org>
- Add support for BCM57786 devices to tg3 (rhbz 1044471)
- Fix use after free crash in KVM (rhbz 1047892)