summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/pi/00630F01/Kconfig
blob: ac9266870d7f4785f2837ffc58b5ed431e0552ba (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_PI_00630F01
	bool
	select X86_AMD_FIXED_MTRRS

if CPU_AMD_PI_00630F01

config CPU_ADDR_BITS
	int
	default 48

endif