tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / arch / arm64 / cpu / Kconfig
blob91773aef17431086a04e6402796b4bd0c47a49f9
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2015 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 ARCH_ARM64_CPU_CORTEX_A57
17         bool
18         default n
19         depends on ARCH_ARM64
21 config ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORT
22         bool
23         default n
24         depends on ARCH_ARM64 && ARCH_ARM64_CPU_CORTEX_A57