diff options
author | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 11:37:01 -0500 |
---|---|---|
committer | Dennis Gilmore <dennis@ausil.us> | 2011-08-16 11:37:01 -0500 |
commit | 53fe9c977abcf0cf29fe9e804b0510e1a4784c9e (patch) | |
tree | 7e4500eb42e03729c4f34e7236f965f96d8ee048 | |
parent | 3e616b4b287d4859d0de712676c5bbc74d996036 (diff) | |
download | kernel-53fe9c977abcf0cf29fe9e804b0510e1a4784c9e.tar.gz kernel-53fe9c977abcf0cf29fe9e804b0510e1a4784c9e.tar.xz kernel-53fe9c977abcf0cf29fe9e804b0510e1a4784c9e.zip |
the modules effected by __bad_udelay need to be excluded
on all arm arches not just the tegra boards disable
them in config-arm-generic
-rw-r--r-- | config-arm-generic | 9 | ||||
-rw-r--r-- | config-arm-tegra | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/config-arm-generic b/config-arm-generic index 3d236b807..296d52b08 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -155,3 +155,12 @@ CONFIG_MMC_SDHCI_PXAV3=m CONFIG_MMC_SDHCI_PXAV2=m CONFIG_FTGMAC100=m + +# these modules all fail with missing __bad_udelay +# http://www.spinics.net/lists/arm/msg15615.html provides some background +# CONFIG_SUNGEM is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_RADEON is not set +# CONFIG_DRM_RADEON is not set +# CONFIG_ATM_HE is not set +# CONFIG_SCSI_ACARD is not set diff --git a/config-arm-tegra b/config-arm-tegra index 15e9ed720..c72660bf8 100644 --- a/config-arm-tegra +++ b/config-arm-tegra @@ -76,12 +76,3 @@ CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y - -# these modules all fail with missing __bad_udelay -# http://www.spinics.net/lists/arm/msg15615.html provides some background -# CONFIG_SUNGEM is not set -# CONFIG_FB_SAVAGE is not set -# CONFIG_FB_RADEON is not set -# CONFIG_DRM_RADEON is not set -# CONFIG_ATM_HE is not set -# CONFIG_SCSI_ACARD is not set |