From c3e0389c058ea097e80d6d95434b56b6edff8389 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 11 Dec 2016 15:54:11 +0200 Subject: intel/i82801ix: Add HAVE_INTEL_FIRMWARE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Select this to provide menu in menuconfig to add flash descriptor file. ME or GbE firmwares themselves are not required, but integrated NIC MAC and SPI configuration fields are still useful. Change-Id: I14b86e2f38ec39924d2cbf0932d82f66ed356a03 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17805 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/southbridge/intel/i82801ix/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/i82801ix/Kconfig b/src/southbridge/intel/i82801ix/Kconfig index b3e5069b37..e4d1f916f1 100644 --- a/src/southbridge/intel/i82801ix/Kconfig +++ b/src/southbridge/intel/i82801ix/Kconfig @@ -24,6 +24,7 @@ config SOUTHBRIDGE_INTEL_I82801IX select HAVE_SMI_HANDLER select HAVE_USBDEBUG_OPTIONS select SOUTHBRIDGE_INTEL_COMMON_GPIO + select HAVE_INTEL_FIRMWARE if SOUTHBRIDGE_INTEL_I82801IX -- cgit v1.2.3