xref: /linux/drivers/platform/x86/intel/ifs/Kconfig (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1config INTEL_IFS
2	tristate "Intel In Field Scan"
3	depends on X86 && CPU_SUP_INTEL && 64BIT && SMP
4	help
5	  Enable support for the In Field Scan capability in select
6	  CPUs. The capability allows for running low level tests via
7	  a scan image distributed by Intel via Github to validate CPU
8	  operation beyond baseline RAS capabilities. To compile this
9	  support as a module, choose M here. The module will be called
10	  intel_ifs.
11
12	  If unsure, say N.
13