From 31e0bc8c16acfe12a112eaf80e8cdba0653f695f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 12 Aug 2011 09:11:15 -0500 Subject: [PATCH] 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 --- config-arm-generic | 8 ++++++++ config-arm-tegra | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config-arm-generic b/config-arm-generic index 4a0897152..5db311f9d 100644 --- a/config-arm-generic +++ b/config-arm-generic @@ -152,3 +152,11 @@ CONFIG_SERIAL_OF_PLATFORM=m # CONFIG_LEDS_GPIO_OF is not set CONFIG_MMC_SDHCI_OF=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..b3e0592a5 100644 --- a/config-arm-tegra +++ b/config-arm-tegra @@ -77,11 +77,3 @@ 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