summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/agesa/family15tn/Kconfig
blob: bfe5ef09bf2a21df09816cb85dc5d5ec802776f5 (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_FAMILY15_TN
	bool
	select X86_AMD_FIXED_MTRRS

if CPU_AMD_AGESA_FAMILY15_TN

config CPU_ADDR_BITS
	int
	default 48

endif