Skip to content

Commit 7000167

Browse files
committed
pinctrl: renesas: Simplify PINCTRL_RZV2M logic
PINCTRL_RZV2M is selected by ARCH_R9A09G011, hence there is no need to depend on the latter. Move the dependency on COMPILE_TEST to the symbol prompt, like is done for all other auto-selected pin control symbols. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/d74843e06f73cd4c6e822d65f606e6042a50a0b7.1750945516.git.geert+renesas@glider.be
1 parent 8ca43e4 commit 7000167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/pinctrl/renesas/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,8 @@ config PINCTRL_RZN1
303303
This selects pinctrl driver for Renesas RZ/N1 devices.
304304

305305
config PINCTRL_RZV2M
306-
bool "pin control support for RZ/V2M"
306+
bool "pin control support for RZ/V2M" if COMPILE_TEST
307307
depends on OF
308-
depends on ARCH_R9A09G011 || COMPILE_TEST
309308
select GPIOLIB
310309
select GENERIC_PINCTRL_GROUPS
311310
select GENERIC_PINMUX_FUNCTIONS

0 commit comments

Comments
 (0)