tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / intel / bayleybay_fsp / Kconfig
blob59aab76afd57ff64f4af3901822c781200b66fba
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2013-2014 Sage Electronic Engineering, LLC.
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.
16 if BOARD_INTEL_BAYLEYBAY_FSP
18 config BOARD_SPECIFIC_OPTIONS # dummy
19         def_bool y
20         select SOC_INTEL_FSP_BAYTRAIL
21         select BOARD_ROMSIZE_KB_2048
22         select HAVE_ACPI_TABLES
23         select HAVE_OPTION_TABLE
24         select ENABLE_BUILTIN_COM1 if FSP_PACKAGE_DEFAULT
25         select HAVE_FSP_BIN if FSP_PACKAGE_DEFAULT
26         select TSC_MONOTONIC_TIMER
28 config MAINBOARD_DIR
29         string
30         default "intel/bayleybay_fsp"
32 config MAINBOARD_PART_NUMBER
33         string
34         default "Bayley Bay CRB (FSP)"
36 config MAX_CPUS
37         int
38         default 16
40 config CACHE_ROM_SIZE_OVERRIDE
41         hex
42         default 0x800000
44 config FSP_FILE
45         string
46         default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd"
48 config CBFS_SIZE
49         hex
50         default 0x00200000
52 config ENABLE_FSP_FAST_BOOT
53         bool
54         depends on HAVE_FSP_BIN
55         default y
57 config VIRTUAL_ROM_SIZE
58         hex
59         depends on ENABLE_FSP_FAST_BOOT
60         default 0x800000
62 config FSP_PACKAGE_DEFAULT
63         bool "Configure defaults for the Intel FSP package"
64         default n
66 config VGA_BIOS
67         bool
68         default y if FSP_PACKAGE_DEFAULT
70 endif # BOARD_INTEL_BAYLEYBAY_FSP