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 <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 3ce827b commit badb81a

File tree

1 file changed

+1
-1
lines changed
  • drivers/platform/x86/intel/ifs

1 file changed

+1
-1
lines changed

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)