xref: /linux/drivers/platform/x86/intel/ifs/Kconfig (revision 10d4853e4c5cd64b9ef1e5579bb2e89bceab4175)
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	help
8	  Enable support for the In Field Scan capability in select
9	  CPUs. The capability allows for running low level tests via
10	  a scan image distributed by Intel via Github to validate CPU
11	  operation beyond baseline RAS capabilities. To compile this
12	  support as a module, choose M here. The module will be called
13	  intel_ifs.
14
15	  If unsure, say N.
16