1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/platform/x86/intel/ifs
Borislav Petkov badb81a58b platform/x86/intel/ifs: Add CPU_SUP_INTEL dependency
The driver is using functions from a compilation unit which is enabled
by CONFIG_CPU_SUP_INTEL. Add that dependency to Kconfig explicitly
otherwise:

  drivers/platform/x86/intel/ifs/load.o: in function `ifs_load_firmware':
  load.c:(.text+0x3b8): undefined reference to `intel_cpu_collect_info'

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/YoZay8YR0zRGyVu+@zn.tnic
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-05-19 19:46:25 +02:00
..
core.c platform/x86/intel/ifs: Add IFS sysfs interface 2022-05-12 15:35:29 +02:00
ifs.h Documentation: In-Field Scan 2022-05-12 15:35:29 +02:00
Kconfig platform/x86/intel/ifs: Add CPU_SUP_INTEL dependency 2022-05-19 19:46:25 +02:00
load.c platform/x86/intel/ifs: Authenticate and copy to secured memory 2022-05-12 15:35:29 +02:00
Makefile platform/x86/intel/ifs: Add IFS sysfs interface 2022-05-12 15:35:29 +02:00
runtest.c trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations 2022-05-12 15:35:29 +02:00
sysfs.c platform/x86/intel/ifs: Add IFS sysfs interface 2022-05-12 15:35:29 +02:00