• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3config CPU_AMD_PI_00730F01
4	bool
5	select X86_AMD_FIXED_MTRRS
6	select SUPPORT_CPU_UCODE_IN_CBFS
7	select MICROCODE_BLOB_UNDISCLOSED
8
9if CPU_AMD_PI_00730F01
10
11config ACPI_CPU_STRING
12	string
13	default "P%03X"
14
15endif # CPU_AMD_PI_00730F01
16