guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: linux-libre: Remove Tegra DRM from arm configuration.


From: Mark H. Weaver
Subject: 02/02: gnu: linux-libre: Remove Tegra DRM from arm configuration.
Date: Sat, 18 Nov 2017 04:32:59 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit b9f23702eb839049c94e88ff2c5ee51dbb177ab6
Author: Mark H Weaver <address@hidden>
Date:   Fri Nov 17 20:09:52 2017 -0500

    gnu: linux-libre: Remove Tegra DRM from arm configuration.
    
    The code fails to compile on armhf using our configuration.
    See <https://patchwork.kernel.org/patch/9688615/> for details.
    
    * gnu/packages/aux-files/linux-libre/4.14-arm.conf: Remove Tegra DRM 
support.
---
 gnu/packages/aux-files/linux-libre/4.14-arm.conf | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/4.14-arm.conf 
b/gnu/packages/aux-files/linux-libre/4.14-arm.conf
index 8cf7603..7f82c29 100644
--- a/gnu/packages/aux-files/linux-libre/4.14-arm.conf
+++ b/gnu/packages/aux-files/linux-libre/4.14-arm.conf
@@ -5063,8 +5063,7 @@ CONFIG_DVB_HELENE=m
 #
 CONFIG_VGA_ARB=y
 CONFIG_VGA_ARB_MAX_GPUS=16
-CONFIG_TEGRA_HOST1X=m
-CONFIG_TEGRA_HOST1X_FIREWALL=y
+# CONFIG_TEGRA_HOST1X is not set
 CONFIG_IMX_IPUV3_CORE=m
 CONFIG_DRM=m
 CONFIG_DRM_MIPI_DSI=y
@@ -5172,9 +5171,7 @@ CONFIG_DRM_QXL=m
 CONFIG_DRM_BOCHS=m
 CONFIG_DRM_VIRTIO_GPU=m
 # CONFIG_DRM_FSL_DCU is not set
-CONFIG_DRM_TEGRA=m
-# CONFIG_DRM_TEGRA_DEBUG is not set
-# CONFIG_DRM_TEGRA_STAGING is not set
+# CONFIG_DRM_TEGRA is not set
 # CONFIG_DRM_STM is not set
 CONFIG_DRM_PANEL=y
 
@@ -6872,7 +6869,6 @@ CONFIG_IOMMU_SUPPORT=y
 #
 # CONFIG_IOMMU_IO_PGTABLE_LPAE is not set
 # CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set
-CONFIG_IOMMU_IOVA=m
 CONFIG_OF_IOMMU=y
 CONFIG_OMAP_IOMMU=y
 # CONFIG_OMAP_IOMMU_DEBUG is not set



reply via email to

[Prev in Thread] Current Thread [Next in Thread]