Skip to content

Commit c483e7e

Browse files
committed
platform/x86/intel/ifs: Mark as BROKEN
A recent suggested change to the IFS code has shown that the userspace API needs a bit more work, see: https://lore.kernel.org/platform-driver-x86/20220708151938.986530-1-jithu.joseph@intel.com/ Mark it as BROKEN before 5.19 ships, to give ourselves one more kernel-devel cycle to get the userspace API right. Link: https://lore.kernel.org/platform-driver-x86/20220708151938.986530-1-jithu.joseph@intel.com/ Cc: Jithu Joseph <jithu.joseph@intel.com> Cc: Ashok Raj <ashok.raj@intel.com> Cc: Tony Luck <tony.luck@intel.com> Suggested-by: Greg KH <gregkh@linuxfoundation.org> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20220710140736.6492-1-hdegoede@redhat.com
1 parent f56e676 commit c483e7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • drivers/platform/x86/intel/ifs

drivers/platform/x86/intel/ifs/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
config INTEL_IFS
22
tristate "Intel In Field Scan"
33
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
47
select INTEL_IFS_DEVICE
58
help
69
Enable support for the In Field Scan capability in select

0 commit comments

Comments
 (0)