[kernel/f15] disable SND_ALI5451 DRM_NOUVEAU and MLX4_EN on all arm arches

Dennis Gilmore ausil at fedoraproject.org
Wed Dec 21 15:46:51 UTC 2011


commit 218e731170702d32259a47e5023b7e3588fe141a
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Dec 21 09:45:51 2011 -0600

    disable SND_ALI5451 DRM_NOUVEAU and MLX4_EN on all arm arches

 config-arm-generic  |    6 ++++++
 config-arm-highbank |    7 -------
 config-arm-kirkwood |    7 -------
 config-arm-tegra    |    6 ------
 4 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/config-arm-generic b/config-arm-generic
index 92e81e1..3141e66 100644
--- a/config-arm-generic
+++ b/config-arm-generic
@@ -174,3 +174,9 @@ CONFIG_LSM_MMAP_MIN_ADDR=32768
 # CONFIG_DRM_RADEON is not set
 # CONFIG_ATM_HE is not set
 # CONFIG_SCSI_ACARD is not set
+
+# these all currently fail due to missing symbols __bad_udelay or
+# error: implicit declaration of function ‘iowrite32be’
+# CONFIG_SND_ALI5451 is not set
+# CONFIG_DRM_NOUVEAU is not set 
+# CONFIG_MLX4_EN is not set
diff --git a/config-arm-highbank b/config-arm-highbank
index f20dfde..d4aca82 100644
--- a/config-arm-highbank
+++ b/config-arm-highbank
@@ -14,10 +14,3 @@ CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
 CONFIG_CPU_FREQ_TABLE=y
 CONFIG_CPU_FREQ_STAT=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
-
-
-# these all currently fail due to missing symbols __bad_udelay or
-# error: implicit declaration of function ‘iowrite32be’
-# CONFIG_SND_ALI5451 is not set
-# CONFIG_DRM_NOUVEAU is not set 
-# CONFIG_MLX4_EN is not set
diff --git a/config-arm-kirkwood b/config-arm-kirkwood
index 631be67..415e822 100644
--- a/config-arm-kirkwood
+++ b/config-arm-kirkwood
@@ -41,10 +41,3 @@ CONFIG_MV_XOR=y
 CONFIG_CRYPTO_DEV_MV_CESA=m
 
 # CONFIG_TOUCHSCREEN_EETI is not set
-
-# these all currently fail due to missing symbols __bad_udelay or
-# error: implicit declaration of function ‘iowrite32be’
-# CONFIG_SND_ALI5451 is not set
-# CONFIG_DRM_NOUVEAU is not set
-# CONFIG_MLX4_EN is not set
-
diff --git a/config-arm-tegra b/config-arm-tegra
index ce272c1..b131978 100644
--- a/config-arm-tegra
+++ b/config-arm-tegra
@@ -83,9 +83,3 @@ CONFIG_CPU_FREQ_STAT=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
 
 CONFIG_CRYSTALHD=m
-
-# these all currently fail due to missing symbols __bad_udelay or
-# error: implicit declaration of function ‘iowrite32be’
-# CONFIG_SND_ALI5451 is not set
-# CONFIG_DRM_NOUVEAU is not set
-# CONFIG_MLX4_EN is not set


More information about the scm-commits mailing list