diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2016-05-28 14:34:44 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-03 17:30:05 +0200 |
commit | 287cd7563e140be1ccc5631cd5ab80db4a5b17dd (patch) | |
tree | 9057c1fcdac3c7cabd5c430ba94114b574146795 /src/mainboard/intel/galileo/Kconfig | |
parent | fc3741f379f972d9d7d962fa4e62cec7a01f5e86 (diff) | |
download | coreboot-287cd7563e140be1ccc5631cd5ab80db4a5b17dd.tar.xz |
mainboard/intel/galileo: Add CREATE_BOARD_CHECKLIST
Select CREATE_BOARD_CHECKLIST to create the checklist for the Quark SOC
and Galileo board.
TEST=Build and run on Galileo Gen2.
Change-Id: Ieb3e9a5a4c149cf160e11d44a515591b57fe5c83
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/15004
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/galileo/Kconfig')
-rw-r--r-- | src/mainboard/intel/galileo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig index 96f1a8f8a4..b0c69e47a8 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -18,6 +18,7 @@ if BOARD_INTEL_GALILEO config BOARD_SPECIFIC_OPTIONS def_bool y select BOARD_ROMSIZE_KB_8192 + select CREATE_BOARD_CHECKLIST select ENABLE_BUILTIN_HSUART1 select HAVE_ACPI_TABLES select SOC_INTEL_QUARK |