Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)

This commit is contained in:
John W. Linville 2011-08-03 13:40:30 -04:00
parent a9cca766eb
commit bdcd61e44a
2 changed files with 4 additions and 3 deletions

View File

@ -4657,9 +4657,7 @@ CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_TEST_KSTRTOX=m
CONFIG_BCMA=m
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_DEBUG is not set
# CONFIG_BCMA is not set
# CONFIG_GOOGLE_FIRMWARE is not set
CONFIG_INTEL_MID_PTI=m

View File

@ -1886,6 +1886,9 @@ fi
# and build.
%changelog
* Wed Aug 03 2011 John W. Linville <linville@redhat.com>
- Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)
* Wed Aug 03 2011 Josh Boyer <jwboyer@redhat.com>
- rt2x00: Add device ID for RT539F device. (rhbz 720594)
- Add patch to fix backtrace in cdc_ncm driver (rhbz 720128)