diff options
author | Aaron Durbin <adurbin@chromium.org> | 2012-10-30 09:09:39 -0500 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-03-14 05:06:56 +0100 |
commit | f6933a6f56f8bdc7e249b6629824acce646d5f6a (patch) | |
tree | 46ce97c68b1b417fb78ecc007c8c63f9f2b502ac /src/mainboard/intel/Kconfig | |
parent | ce36b12c2702d88e95e5c0294035bcd5e1de22ab (diff) | |
download | coreboot-f6933a6f56f8bdc7e249b6629824acce646d5f6a.tar.xz |
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 <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2621
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/intel/Kconfig')
-rw-r--r-- | src/mainboard/intel/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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" |