diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-08-03 13:35:58 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-03 13:35:58 -0400 |
commit | 7e3f828310f493913a255c11efe27de4bdf943bd (patch) | |
tree | 5cd2ba3769bb43da755235c72ae0b37941764fab | |
parent | f52a0de1ada8189a741b2770ddde63cf00d333b7 (diff) | |
download | kernel-7e3f828310f493913a255c11efe27de4bdf943bd.tar.gz kernel-7e3f828310f493913a255c11efe27de4bdf943bd.tar.xz kernel-7e3f828310f493913a255c11efe27de4bdf943bd.zip |
Disable CONFIG_BCMA since no driver currently uses it (rhbz 727796)
-rw-r--r-- | config-generic | 4 | ||||
-rw-r--r-- | kernel.spec | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config-generic b/config-generic index 60562afc9..e2af80f0d 100644 --- a/config-generic +++ b/config-generic @@ -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 diff --git a/kernel.spec b/kernel.spec index a1e70f246..cfff03355 100644 --- a/kernel.spec +++ b/kernel.spec @@ -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) |