Skip to content

Commit b509b5e

Browse files
jdelvarelinusw
authored andcommitted
pinctrl: imx-scmi: Drop obsolete dependency on COMPILE_TEST
Since commit 0166dc1 ("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 <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 11138a5 commit b509b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/freescale/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config PINCTRL_IMX
99

1010
config PINCTRL_IMX_SCMI
1111
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
1313
select PINMUX
1414
select GENERIC_PINCONF
1515
select GENERIC_PINCTRL_GROUPS

0 commit comments

Comments
 (0)