aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-09-29 14:38:10 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-09-29 14:38:10 +0000
commit5e54871375a3416c576d1d1fbdfddda2dbcc7411 (patch)
tree50a28963eaed86aa715652c168368836c2a032af /src/mainboard/intel
parent2f2e435cc6bd77e9456577f4cd712b46bec82b61 (diff)
More consistent use of "default n" and "select XYZ" in
Kconfig files Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4685 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/xe7501devkit/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/xe7501devkit/Makefile.inc b/src/mainboard/intel/xe7501devkit/Makefile.inc
index a064b3dd46..0102b60f9b 100644
--- a/src/mainboard/intel/xe7501devkit/Makefile.inc
+++ b/src/mainboard/intel/xe7501devkit/Makefile.inc
@@ -1,7 +1,7 @@
ROMCCFLAGS := -mcpu=p4
obj-$(CONFIG_HAVE_ACPI_TABLES) += acpi_tables.o
ifeq ($(CONFIG_PCI_ROM_RUN),y)
- ifeq ($(CONFIG_PCI_ROM_RUN),y)
+ ifeq ($(CONFIG_CONSOLE_VGA),y)
obj-y += vgarom.o
else
obj-y += no_vgarom.o