[kernel/f17: 1/2] Minor ARM config updates

Peter Robinson pbrobinson at fedoraproject.org
Thu Mar 21 13:44:46 UTC 2013


commit 4b23d6ae18c12f11a6a26398d250b1cbd5c45c7c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Mar 21 13:36:27 2013 +0000

    Minor ARM config updates

 config-armv7 |   16 ++++++++++++++++
 kernel.spec  |    3 +++
 2 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/config-armv7 b/config-armv7
index 6a5972d..8eb6daf 100644
--- a/config-armv7
+++ b/config-armv7
@@ -466,6 +466,22 @@ CONFIG_ETHERNET=y
 # CONFIG_PANEL_TAAL is not set
 # CONFIG_SND_OMAP_SOC_OMAP_TWL4030 is not set
 
+# 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
+# CONFIG_SFC 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
+
 # CONFIG_DVB_USB_PCTV452E is not set
 # We need to fix these as they should be either generic includes or kconfig fixes
 # drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration]
diff --git a/kernel.spec b/kernel.spec
index 90abcea..b6050ee 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2356,6 +2356,9 @@ fi
 #    '-'      |  |
 #              '-'
 %changelog
+* Thu Mar 21 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Minor ARM config updates
+
 * Wed Mar 20 2013 Josh Boyer <jwboyer at redhat.com> - 3.8.4-101
 - Linux v3.8.4
 - CVE-2013-1873 information leaks via netlink interface (rhbz 923652 923662)


More information about the scm-commits mailing list