diff options
author | Jithu Joseph <jithu.joseph@intel.com> | 2022-11-16 19:59:20 -0800 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2022-11-18 14:59:20 +0100 |
commit | 10d4853e4c5cd64b9ef1e5579bb2e89bceab4175 (patch) | |
tree | 22c54e50d35cd155a306c749cfb1d640fd12815c /drivers/platform/x86/intel | |
parent | 254ed7cf4dd79a18bbc496ab53f6c82d45431c78 (diff) | |
download | linux-10d4853e4c5cd64b9ef1e5579bb2e89bceab4175.tar.gz linux-10d4853e4c5cd64b9ef1e5579bb2e89bceab4175.tar.bz2 linux-10d4853e4c5cd64b9ef1e5579bb2e89bceab4175.zip |
platform/x86/intel/ifs: Remove unused selection
CONFIG_INTEL_IFS_DEVICE is not used anywhere. The selection in
Kconfig is therefore pointless. Delete it.
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/r/20221117035935.4136738-2-jithu.joseph@intel.com
Diffstat (limited to 'drivers/platform/x86/intel')
-rw-r--r-- | drivers/platform/x86/intel/ifs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/ifs/Kconfig b/drivers/platform/x86/intel/ifs/Kconfig index c341a27cc1a3..89152d46deee 100644 --- a/drivers/platform/x86/intel/ifs/Kconfig +++ b/drivers/platform/x86/intel/ifs/Kconfig @@ -4,7 +4,6 @@ config INTEL_IFS # 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 CPUs. The capability allows for running low level tests via |