[redhat] New configs in arch/x86
Fixes: RHEL-118662
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: AMD_SECURE_AVIC [=n]
Type : bool
Defined at arch/x86/Kconfig:488
Prompt: AMD Secure AVIC
Depends on: AMD_MEM_ENCRYPT [=y] && X86_X2APIC [=y]
Location:
-> Processor type and features
-> x2APIC interrupt controller architecture support (X86_X2APIC [=y])
-> AMD Secure AVIC (AMD_SECURE_AVIC [=n])
Commit: 30c2b98a (x86/apic: Add new driver for Secure AVIC)
Symbol: BHYVE_GUEST [=n]
Type : bool
Defined at arch/x86/Kconfig:897
Prompt: Bhyve (BSD Hypervisor) Guest support
Depends on: HYPERVISOR_GUEST [=y] && X86_64 [=y]
Location:
-> Processor type and features
-> Linux guest support (HYPERVISOR_GUEST [=y])
-> Bhyve (BSD Hypervisor) Guest support (BHYVE_GUEST [=n])
Commit: fa1d1171 (x86/cpu: Detect FreeBSD Bhyve hypervisor)
Symbol: MICROCODE_DBG [=n]
Type : bool
Defined at arch/x86/Kconfig:1364
Prompt: Enable microcode loader debugging
Depends on: MICROCODE [=y]
Location:
-> Processor type and features
-> Enable microcode loader debugging (MICROCODE_DBG [=n])
Commit: 43181a47 (x86/microcode: Add microcode loader debugging functionality)
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org