blob: cae136f4f22a7d53282a1f060a4814ed38205ffc [file] [log] [blame]
Lee Leahy93dd5f72016-01-26 10:06:42 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015-2016 Intel Corp.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15
16if BOARD_INTEL_GALILEO
17
18config BOARD_SPECIFIC_OPTIONS
19 def_bool y
20 select BOARD_ROMSIZE_KB_8192
21 select PLATFORM_USES_FSP1_1
22 select SOC_INTEL_QUARK
23
24config MAINBOARD_DIR
25 string
26 default intel/galileo
27
28config MAINBOARD_PART_NUMBER
29 string
30 default "Galileo"
31
32config MAINBOARD_VENDOR
33 string
34 default "Intel"
35
36endif # BOARD_INTEL_QUARK