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

This commit is contained in:
John W. Linville 2011-08-03 13:35:58 -04:00
parent f52a0de1ad
commit 7e3f828310
2 changed files with 4 additions and 3 deletions

View File

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

@ -1891,6 +1891,9 @@ fi
# ||----w |
# || ||
%changelog
* Wed Aug 03 2011 John W. Linville <linville@redhat.com>
- Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)
* Tue Aug 02 2011 Dave Jones <davej@redhat.com>
- Change USB_SERIAL_OPTION back to modular. (rhbz 727680)