# 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