]> git.ipfire.org Git - thirdparty/linux.git/commit
platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m
authorArnd Bergmann <arnd@arndb.de>
Thu, 22 May 2025 14:38:49 +0000 (16:38 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Sun, 25 May 2025 20:49:03 +0000 (23:49 +0300)
commit69157b00b526c31522a00b9908bfd53fa21b47f2
treeb97c782cd49ae57937de9a4b1843f82dde320c25
parent7ff5f091409f1c1bca6374bcce54d71e8328d17f
platform/x86/amd/hsmp: fix building with CONFIG_HWMON=m

When CONFIG_HWMON is built as a loadable module, the HSMP drivers
cannot be built-in:

ERROR: modpost: "hsmp_create_sensor" [drivers/platform/x86/amd/hsmp/amd_hsmp.ko] undefined!
ERROR: modpost: "hsmp_create_sensor" [drivers/platform/x86/amd/hsmp/hsmp_acpi.ko] undefined!

Enforce that through the usual Kconfig dependnecy trick.

Fixes: 92c025db52bb ("platform/x86/amd/hsmp: Report power via hwmon sensors")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250522144422.2824083-1-arnd@kernel.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/amd/hsmp/Kconfig