pinctrl: renesas: Simplify PINCTRL_RZV2M logic
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Jun 2025 13:50:39 +0000 (15:50 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Jul 2025 18:16:45 +0000 (20:16 +0200)
commit7000167796a00d64322dc3ed0c0970e31d481ed6
treeb8e5f02940485384171846c9c4e3f0b8bcf48fb6
parent8ca43e41fc94b72e274301365f8f32c2536515c7
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 <geert+renesas@glider.be>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/d74843e06f73cd4c6e822d65f606e6042a50a0b7.1750945516.git.geert+renesas@glider.be
drivers/pinctrl/renesas/Kconfig