On Tue, Sep 24, 2024, at 08:40, Lukas Bulwahn wrote: > From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> > > Commit d7a87891e2f5 ("platform/x86:intel/pmc: fix build regression with > pmtimer turned off") accidentally slips in some CONFIG_CONFIG_X86_PM_TIMER > (note the duplicated CONFIG prefix) in the IS_ENABLED() check. > > Fortunately, ./scripts/checkkconfigsymbols.py notices this accident. Fix up > the IS_ENABLED() check with the intended config name. > > Fixes: d7a87891e2f5 ("platform/x86:intel/pmc: fix build regression with > pmtimer turned off") > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> > --- Thanks for fixing my typo! Acked-by; Arnd Bergmann <arnd@xxxxxxxx>