From f123a18f8afdf1934079cd6268834be0954e7574 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 13 Jul 2014 09:31:55 -0700 Subject: gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disabling CONFIG_DEBUG_INFO so that local builds aren't so enormous. Also turning off nvidiafb module based on a bug report I received. Nouveau has its own framebuffer device and it looks like they conflict if you load both. * gnu/packages/linux-libre-x86_64.conf: Comment out CONFIG_FB_NVIDIA, and remove related items. Comment out CONFIG_DEBUG_INFO. * gnu/packages/linux-libre-i686.conf: Likewise. Signed-off-by: Ludovic Courtès --- gnu/packages/linux-libre-x86_64.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gnu/packages/linux-libre-x86_64.conf') diff --git a/gnu/packages/linux-libre-x86_64.conf b/gnu/packages/linux-libre-x86_64.conf index 877570d4a0..9868074691 100644 --- a/gnu/packages/linux-libre-x86_64.conf +++ b/gnu/packages/linux-libre-x86_64.conf @@ -4861,10 +4861,7 @@ CONFIG_FB_N411=m CONFIG_FB_HGA=m CONFIG_FB_OPENCORES=m CONFIG_FB_S1D13XXX=m -CONFIG_FB_NVIDIA=m -CONFIG_FB_NVIDIA_I2C=y -# CONFIG_FB_NVIDIA_DEBUG is not set -CONFIG_FB_NVIDIA_BACKLIGHT=y +# CONFIG_FB_NVIDIA is not set CONFIG_FB_RIVA=m CONFIG_FB_RIVA_I2C=y # CONFIG_FB_RIVA_DEBUG is not set @@ -7075,7 +7072,7 @@ CONFIG_DYNAMIC_DEBUG=y # # Compile-time checks and compiler options # -CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set -- cgit v1.2.3