diff options
author | Hans de Goede <[email protected]> | 2022-07-10 16:07:36 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2022-07-10 17:41:06 +0200 |
commit | c483e7ea10fa889f9da5012753a6766be6e11309 (patch) | |
tree | 14b1ecc2cdb32bce2d6ce5d71998c8a57d431189 | |
parent | f56e676a7f1ca7de9002526df3d2ee0e47dfd8ce (diff) |
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/[email protected]/
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/[email protected]/
Cc: Jithu Joseph <[email protected]>
Cc: Ashok Raj <[email protected]>
Cc: Tony Luck <[email protected]>
Suggested-by: Greg KH <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Greg Kroah-Hartman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/platform/x86/intel/ifs/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/x86/intel/ifs/Kconfig b/drivers/platform/x86/intel/ifs/Kconfig index 7ce896434b8f..c341a27cc1a3 100644 --- a/drivers/platform/x86/intel/ifs/Kconfig +++ b/drivers/platform/x86/intel/ifs/Kconfig @@ -1,6 +1,9 @@ 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 select INTEL_IFS_DEVICE help Enable support for the In Field Scan capability in select |