diff options
author | Jithu Joseph <jithu.joseph@intel.com> | 2022-11-16 19:59:35 -0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-11-19 11:31:20 +0100 |
commit | 1a63b58082869273bfbab1b945007193f7bd3a78 (patch) | |
tree | 784d8f7ed294e46aa2ccaedcd6b51ac0c54a3e13 /drivers | |
parent | 72a0f445fc091bd18873b10b9ab56573e490f00d (diff) | |
download | linux-1a63b58082869273bfbab1b945007193f7bd3a78.tar.bz2 |
Revert "platform/x86/intel/ifs: Mark as BROKEN"
Issues with user interface [1] to load scan test images have been
addressed so remove the dependency on BROKEN.
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Sohil Mehta <sohil.mehta@intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/lkml/26102aca-a730-ddf8-d024-2e7367696757@redhat.com/ [1]
Link: https://lore.kernel.org/r/20221117035935.4136738-17-jithu.joseph@intel.com
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/platform/x86/intel/ifs/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/intel/ifs/Kconfig b/drivers/platform/x86/intel/ifs/Kconfig index 89152d46deee..3eded966757e 100644 --- a/drivers/platform/x86/intel/ifs/Kconfig +++ b/drivers/platform/x86/intel/ifs/Kconfig @@ -1,9 +1,6 @@ config INTEL_IFS tristate "Intel In Field Scan" depends on X86 && CPU_SUP_INTEL && 64BIT && SMP - # Discussion on the list has shown that the sysfs API needs a bit - # more work, mark this as broken for now - depends on BROKEN help Enable support for the In Field Scan capability in select CPUs. The capability allows for running low level tests via |