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