gnu: linux-libre: Remove Nouveau from arm configuration.
The Nouveau code fails to compile on armhf with our configuration. * gnu/packages/aux-files/linux-libre/4.14-arm.conf: Disable Nouveau.
This commit is contained in:
parent
b3b07df403
commit
f10120d40b
|
@ -5094,11 +5094,7 @@ CONFIG_DRM_I2C_NXP_TDA998X=m
|
|||
#
|
||||
# ACP (Audio CoProcessor) Configuration
|
||||
#
|
||||
CONFIG_DRM_NOUVEAU=m
|
||||
CONFIG_NOUVEAU_PLATFORM_DRIVER=y
|
||||
CONFIG_NOUVEAU_DEBUG=5
|
||||
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
|
||||
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||
# CONFIG_DRM_NOUVEAU is not set
|
||||
CONFIG_DRM_VGEM=m
|
||||
CONFIG_DRM_EXYNOS=m
|
||||
|
||||
|
|
Loading…
Reference in New Issue