aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-29 14:41:46 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-29 14:41:46 +0000
commitbf3af2995f05825b0c012468a54432619f05ea89 (patch)
treec0a2858509515d8a885b78d8b983a1c6f4e6eb70 /Makefile
parent41bea03aa58feadd00a742fe23ba5620e6a2b692 (diff)
downloadflashrom-bf3af2995f05825b0c012468a54432619f05ea89.tar.gz
flashrom-bf3af2995f05825b0c012468a54432619f05ea89.tar.bz2
flashrom-bf3af2995f05825b0c012468a54432619f05ea89.zip
Compile gfxnvidia by default, but disallow write/erase
Corresponding to flashrom svn r1117. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 782ecacb..3c5d2568 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