src/: Replace GPL boilerplate with SPDX headers
[coreboot.git] / src / cpu / amd / agesa / family14 / Kconfig
blobcd949fa547f9fad113c5827f082222d49586efe5
2 # This file is part of the coreboot project.
4 # SPDX-License-Identifier: GPL-2.0-only
6 config CPU_AMD_AGESA_FAMILY14
7         bool
8         select X86_AMD_FIXED_MTRRS
10 if CPU_AMD_AGESA_FAMILY14
12 config CPU_ADDR_BITS
13         int
14         default 36
16 endif