Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: imx-scmi: Drop obsolete dependency on COMPILE_TEST

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>

authored by

Jean Delvare and committed by
Linus Walleij
b509b5e5 11138a5c

+1 -1
+1 -1
drivers/pinctrl/freescale/Kconfig
··· 9 9 10 10 config PINCTRL_IMX_SCMI 11 11 tristate "i.MX95 pinctrl driver using SCMI protocol interface" 12 - depends on ARM_SCMI_PROTOCOL && OF || COMPILE_TEST 12 + depends on ARM_SCMI_PROTOCOL && OF 13 13 select PINMUX 14 14 select GENERIC_PINCONF 15 15 select GENERIC_PINCTRL_GROUPS