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

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

View File

@ -4661,9 +4661,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

@ -1902,6 +1902,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>
- Add patch to fix backtrace in cdc_ncm driver (rhbz 720128)
- Add patch to fix backtrace in usm-realtek driver (rhbz 720054)