https://bugzilla.kernel.org/show_bug.cgi?id=217028 Bug ID: 217028 Summary: CONFIG_AMD_PMF missing CONFIG_POWER_SUPPLY depend/select Product: Drivers Version: 2.5 Kernel Version: 6.1.11-gentoo Hardware: AMD OS: Linux Tree: Mainline Status: NEW Severity: high Priority: P1 Component: Platform_x86 Assignee: drivers_platform_x86@xxxxxxxxxxxxxxxxxxxx Reporter: z@xxxxxxx Regression: No That depend is missing resulting in this error: ld: drivers/platform/x86/amd/pmf/core.o: in function `amd_pmf_remove': core.c:(.text+0x10): undefined reference to `power_supply_unreg_notifier' ld: drivers/platform/x86/amd/pmf/core.o: in function `amd_pmf_probe': core.c:(.text+0x38f): undefined reference to `power_supply_reg_notifier' make[1]: *** [scripts/Makefile.vmlinux:34: vmlinux] Error 1 make: *** [Makefile:1248: vmlinux] Error 2 The relevant kconfig file is located at drivers/platform/x86/amd/pmf -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.