[coreboot] [PATCH] kconfig for all Intel 440BX boards

Myles Watson mylesgw at gmail.com
Wed Aug 26 16:59:17 CEST 2009


+config BOARD_SOYO_SY_6BA_PLUS_III
+	bool "SY-6BA+ III"
+	select ARCH_X86
+	select CPU_INTEL_SLOT_2
+	select NORTHBRIDGE_INTEL_I440BX
+	select SOUTHBRIDGE_INTEL_I82371EB
+	select SUPERIO_ITE_IT8671F
+	select HAVE_PIRQ_TABLE
+	select UDELAY_IO
+	select PCI_ROM_RUN
+	select CONSOLE_VGA
+	help
+	  SOYO SY-6BA+ III mainboard.
+

* PCI_ROM_RUN and CONSOLE_VGA shouldn't be set by boards.
* I like the name Makefile.romcc.inc (good idea to factor it out!)

Acked-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles




More information about the coreboot mailing list