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