Re: linux-next: Tree for Jul 11 (drivers/platform/x86/lenovo/wmi-gamezone.o)

From: Randy Dunlap
Date: Fri Jul 11 2025 - 18:13:09 EST




On 7/11/25 2:10 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250710:
>

on i386, when
CONFIG_LENOVO_WMI_EVENTS=y
CONFIG_LENOVO_WMI_HELPERS=y
CONFIG_LENOVO_WMI_GAMEZONE=y
# CONFIG_LENOVO_WMI_TUNING is not set

ld: drivers/platform/x86/lenovo/wmi-gamezone.o: in function `lwmi_gz_probe':
wmi-gamezone.c:(.text+0x63c): undefined reference to `devm_lwmi_om_register_notifier'

Adding
+ select LENOVO_WMI_TUNING
for config LENOVO_WMI_GAMEZONE fixes the build error.
Is that the right fix?
If so, please go ahead with it.


--
~Randy