diff options
-rw-r--r-- | config-arm-generic | 1 | ||||
-rw-r--r-- | kernel.spec | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config-arm-generic b/config-arm-generic index 79716bdfa..5000b5b5a 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -100,3 +100,4 @@ CONFIG_SMC911X=m # CONFIG_MMC_SDHCI_PXAV3 is not set # CONFIG_COMMON_CLK_SI5351 is not set # CONFIG_LOCK_STAT is not set +# CONFIG_PCIEPORTBUS is not set diff --git a/kernel.spec b/kernel.spec index a43ddc986..c09044d8f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2313,6 +2313,10 @@ fi # ||----w | # || || %changelog +* Wed Sep 4 2013 Kyle McMartin <kyle@redhat.com> +- [arm] Disable CONFIG_PCIEPORTBUS in arm-generic, causes untold problems + with registering bus windows on tegra. + * Wed Sep 04 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc0.git9.1 - Linux v3.11-3070-gcb3e433 |