From f6933a6f56f8bdc7e249b6629824acce646d5f6a Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 30 Oct 2012 09:09:39 -0500 Subject: Mainboard: Add support for Grays Reef Grays Reef is one of Intel's CRBs for the Haswell processor. The platform is named Shark Bay. GPIOs were the main focus so IRQ routing and ACPI still needs to be further looked at. Change-Id: Ie94b7af66f772714992a92612c76ca93b9b27088 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/2621 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/intel/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/intel/Kconfig') diff --git a/src/mainboard/intel/Kconfig b/src/mainboard/intel/Kconfig index 68f178bb52..9426242314 100644 --- a/src/mainboard/intel/Kconfig +++ b/src/mainboard/intel/Kconfig @@ -19,6 +19,8 @@ config BOARD_INTEL_TRUXTON bool "EP80579 devkit (Truxton)" config BOARD_INTEL_XE7501DEVKIT bool "XE7501devkit" +config BOARD_INTEL_GRAYSREEF + bool "Grays Reef CRB" endchoice @@ -26,6 +28,7 @@ source "src/mainboard/intel/d810e2cb/Kconfig" source "src/mainboard/intel/d945gclf/Kconfig" source "src/mainboard/intel/eagleheights/Kconfig" source "src/mainboard/intel/emeraldlake2/Kconfig" +source "src/mainboard/intel/graysreef/Kconfig" source "src/mainboard/intel/jarrell/Kconfig" source "src/mainboard/intel/mtarvon/Kconfig" source "src/mainboard/intel/truxton/Kconfig" -- cgit v1.2.3