Skip to content

Commit badb81a

Browse files
suryasaimadhujwrdegoede
authored andcommitted
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>
1 parent 3ce827b commit badb81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/platform/x86/intel/ifs

drivers/platform/x86/intel/ifs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config INTEL_IFS
22
tristate "Intel In Field Scan"
3-
depends on X86 && 64BIT && SMP
3+
depends on X86 && CPU_SUP_INTEL && 64BIT && SMP
44
select INTEL_IFS_DEVICE
55
help
66
Enable support for the In Field Scan capability in select

0 commit comments

Comments
 (0)