From bf3af2995f05825b0c012468a54432619f05ea89 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Thu, 29 Jul 2010 14:41:46 +0000 Subject: Compile gfxnvidia by default, but disallow write/erase Corresponding to flashrom svn r1117. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 782ecac..3c5d256 100644 --- a/Makefile +++ b/Makefile @@ -128,8 +128,8 @@ endif # Always enable 3Com NICs for now. CONFIG_NIC3COM ?= yes -# Disable NVIDIA graphics cards for now, write/erase don't work properly. -CONFIG_GFXNVIDIA ?= no +# Enable NVIDIA graphics cards. Note: write and erase do not work properly. +CONFIG_GFXNVIDIA ?= yes # Always enable SiI SATA controllers for now. CONFIG_SATASII ?= yes -- cgit v1.1