summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/pi/00660F01/Kconfig
blob: 8f381448d95bde3b3338b0efa92150ecd3314621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#
# 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