pinctrl: imx-scmi: Drop obsolete dependency on COMPILE_TEST
authorJean Delvare <jdelvare@suse.de>
Tue, 22 Oct 2024 11:40:17 +0000 (13:40 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 23 Oct 2024 09:51:34 +0000 (11:51 +0200)
Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), OF
can be enabled on all architectures. Therefore depending on
COMPILE_TEST as an alternative is no longer needed.

As ARM_SCMI_PROTOCOL already depends on COMPILE_TEST, we also don't
need to add COMPILE_TEST as an alternative dependency for it.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://lore.kernel.org/20241022134017.172411db@endymion.delvare
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/freescale/Kconfig

index 70acfbd..4c420b2 100644 (file)
@@ -9,7 +9,7 @@ config PINCTRL_IMX
 
 config PINCTRL_IMX_SCMI
        tristate "i.MX95 pinctrl driver using SCMI protocol interface"
-       depends on ARM_SCMI_PROTOCOL && OF || COMPILE_TEST
+       depends on ARM_SCMI_PROTOCOL && OF
        select PINMUX
        select GENERIC_PINCONF
        select GENERIC_PINCTRL_GROUPS