jjb: disable some broken drivers from kernel builds
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 6 Mar 2019 20:51:41 +0000 (15:51 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 6 Mar 2019 20:51:41 +0000 (15:51 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-modules/param-build.sh

index 00debb7b6369e13ecc294f103eb6b6b201f09f41..1a3d178807cb20f0ff01cb0f3312591119c5d181 100644 (file)
@@ -218,6 +218,13 @@ build_linux_kernel() {
     # Broken on some RT kernels
     sed -i "s/CONFIG_HYPERV=y/# CONFIG_HYPERV is not set/g" .config
 
+    # Broken drivers
+    sed -i "s/CONFIG_RAPIDIO_TSI721=y/# CONFIG_RAPIDIO_TSI721 is not set/g" .config
+    sed -i "s/CONFIG_SGI_XP=y/# CONFIG_SGI_XP is not set/g" .config
+    sed -i "s/CONFIG_MFD_WM8994=y/# CONFIG_MFD_WM8994 is not set/g" .config
+    sed -i "s/CONFIG_DRM_RADEON=y/# CONFIG_DRM_RADEON is not set/g" .config
+    sed -i "s/CONFIG_SND_SOC_WM5100=y/# CONFIG_SND_SOC_WM5100 is not set/g" .config
+
     # IGBVF won't build with recent gcc on 2.6.38.x
     if { vergte "$kversion" "2.6.37" && verlt "$kversion" "2.6.38"; }; then
       sed -i "s/CONFIG_IGBVF=y/# CONFIG_IGBVF is not set/g" .config
This page took 0.02584 seconds and 4 git commands to generate.