xref: /aosp_15_r20/external/coreboot/src/cpu/x86/Kconfig.debug_cpu (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3if ARCH_X86
4
5config DISPLAY_MTRRS
6	bool "Display intermediate MTRR settings"
7
8endif # ARCH_X86
9