x86: apl: Correct usage of IS_ENABLED() macro in acpi-pmc-uclass.c
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:15 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 May 2025 16:39:48 +0000 (10:39 -0600)
commit4cc29d0109ec4cb7e8121cab3df565916b0c3c11
tree705851fe5966192d0a2e8d28302c2b08b31729a4
parentf183d2c56ba79360e15ff90be6a3bae3ccdb9201
x86: apl: Correct usage of IS_ENABLED() macro in acpi-pmc-uclass.c

This file was using IS_ENABLED() to test for CONFIG flags but omitted
the CONFIG_ prefix and so did not work as expected.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/power/acpi_pmc/acpi-pmc-uclass.c