Issues with user interface [1] to load scan test images have been addressed so remove the dependency on BROKEN. Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Tony Luck <tony.luck@intel.com> Reviewed-by: Sohil Mehta <sohil.mehta@intel.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/lkml/26102aca-a730-ddf8-d024-2e7367696757@redhat.com/ [1] Link: https://lore.kernel.org/r/20221117035935.4136738-17-jithu.joseph@intel.com
12 lines
456 B
Text
12 lines
456 B
Text
config INTEL_IFS
|
|
tristate "Intel In Field Scan"
|
|
depends on X86 && CPU_SUP_INTEL && 64BIT && SMP
|
|
help
|
|
Enable support for the In Field Scan capability in select
|
|
CPUs. The capability allows for running low level tests via
|
|
a scan image distributed by Intel via Github to validate CPU
|
|
operation beyond baseline RAS capabilities. To compile this
|
|
support as a module, choose M here. The module will be called
|
|
intel_ifs.
|
|
|
|
If unsure, say N.
|