clk: rockchip: Correct usage of IS_ENABLED() macro
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:23 +0000 (14:31 -0600)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Feb 2025 11:14:35 +0000 (19:14 +0800)
commit126262b2bebe29bec9b0800844f4acc0ffc29626
treef9a4b69dac0878687e39f7bdd6d9f75b02f4c7ab
parent4871db60824e45d70136c0879054f4a732da67b1
clk: rockchip: Correct usage of IS_ENABLED() macro

These two files were 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>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/clk/rockchip/clk_rk3568.c
drivers/clk/rockchip/clk_rk3588.c