0001 config INTEL_IFS
0002 tristate "Intel In Field Scan"
0003 depends on X86 && CPU_SUP_INTEL && 64BIT && SMP
0004 # Discussion on the list has shown that the sysfs API needs a bit
0005 # more work, mark this as broken for now
0006 depends on BROKEN
0007 select INTEL_IFS_DEVICE
0008 help
0009 Enable support for the In Field Scan capability in select
0010 CPUs. The capability allows for running low level tests via
0011 a scan image distributed by Intel via Github to validate CPU
0012 operation beyond baseline RAS capabilities. To compile this
0013 support as a module, choose M here. The module will be called
0014 intel_ifs.
0015
0016 If unsure, say N.