Jaunty config changes: Build AGP/DRM as modules

Tim Gardner timg at tpi.com
Sat Jan 3 20:39:13 UTC 2009


>From 23d0a09b06e5013a06bc701ece4284947c94bde6 Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner at canonical.com>
Date: Sat, 3 Jan 2009 12:29:46 -0700
Subject: [PATCH] UBUNTU: Build all i386/amd64 AGP/DRM components as modules.

Bug: #312721

I guess all of these components have to be built as modules in order
to avoid breaking ATI graphics. While none of these components are
boot essential, loading them as modules will incrementally slow the
boot process.

Signed-off-by: Tim Gardner <tim.gardner at canonical.com>
---
 debian/config/amd64/config |    8 ++++----
 debian/config/i386/config  |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index 413781f..a4c735e 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -67,9 +67,9 @@ CONFIG_AF_RXRPC=m
 # CONFIG_AF_RXRPC_DEBUG is not set
 CONFIG_AGP=y
 CONFIG_AGP_AMD64=y
-CONFIG_AGP_INTEL=y
-CONFIG_AGP_SIS=y
-CONFIG_AGP_VIA=y
+CONFIG_AGP_INTEL=m
+CONFIG_AGP_SIS=m
+CONFIG_AGP_VIA=m
 CONFIG_AIC79XX_CMDS_PER_DEVICE=32
 CONFIG_AIC79XX_DEBUG_ENABLE=y
 CONFIG_AIC79XX_DEBUG_MASK=0
@@ -617,7 +617,7 @@ CONFIG_DM_UEVENT=y
 CONFIG_DM_ZERO=m
 CONFIG_DNOTIFY=y
 CONFIG_DONGLE=y
-CONFIG_DRM=y
+CONFIG_DRM=m
 CONFIG_DRM_I810=m
 CONFIG_DRM_I830=m
 CONFIG_DRM_I915=m
diff --git a/debian/config/i386/config b/debian/config/i386/config
index f8e329e..7a72ef3 100644
--- a/debian/config/i386/config
+++ b/debian/config/i386/config
@@ -68,7 +68,7 @@ CONFIG_AFFS_FS=m
 CONFIG_AFS_FS=m
 CONFIG_AF_RXRPC=m
 # CONFIG_AF_RXRPC_DEBUG is not set
-CONFIG_AGP=y
+CONFIG_AGP=m
 CONFIG_AGP_ALI=m
 CONFIG_AGP_AMD=m
 CONFIG_AGP_AMD64=m
-- 
1.5.6.3





More information about the kernel-team mailing list