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