gnu: linux-libre: Disable CONFIG_DEBUG_INFO and turn off nvidiafb module.
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 <ludo@gnu.org>
This commit is contained in:
parent
4660b1e83b
commit
f123a18f8a
@ -5024,10 +5024,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
|
||||
@ -7298,7 +7295,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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user