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 /config-arm-tegra | |
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
Diffstat (limited to 'config-arm-tegra')
-rw-r--r-- | config-arm-tegra | 9 |
1 files changed, 0 insertions, 9 deletions
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 |