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

if CPU_AMD_PI_00660F01

config CPU_ADDR_BITS
	int
	default 48

endif