summaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family14/Kconfig
blob: cd949fa547f9fad113c5827f082222d49586efe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# This file is part of the coreboot project.
#
# SPDX-License-Identifier: GPL-2.0-only

config CPU_AMD_AGESA_FAMILY14
	bool
	select X86_AMD_FIXED_MTRRS

if CPU_AMD_AGESA_FAMILY14

config CPU_ADDR_BITS
	int
	default 36

endif