tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / soc / marvell / bg4cd / Kconfig
blob255ce573023c5587b71037fcd4834b4fbbd7314f
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright 2014 Google Inc.
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 config SOC_MARVELL_BG4CD
17         bool
18         default n
19         select ARCH_BOOTBLOCK_ARMV7_M
20         select ARCH_RAMSTAGE_ARMV7
21         select ARCH_ROMSTAGE_ARMV7
22         select ARCH_VERSTAGE_ARMV7_M
23         select ARM_BOOTBLOCK_CUSTOM if VBOOT_VERIFY_FIRMWARE
24         select BOOTBLOCK_CONSOLE
25         select GENERIC_UDELAY
26         select HAVE_MONOTONIC_TIMER
27         select GENERIC_GPIO_LIB
29 if SOC_MARVELL_BG4CD
31 config CHROMEOS
32         select VBOOT_STARTS_IN_BOOTBLOCK
34 config BOOTBLOCK_CPU_INIT
35         string
36         default "soc/marvell/bg4cd/bootblock.c"
38 endif