[PATCH 08/16] arm: rmobile: Restrict PINCTRL_PFC selection to R-Car gen3/gen4
Marek Vasut
marek.vasut at mailbox.org
Tue Oct 3 14:57:36 CEST 2023
On 9/20/23 14:42, Paul Barker wrote:
> The RZ/G2L family uses CONFIG_RCAR_64 but does not share a common PFC
> driver with the R-Car gen3 & gen4 boards.
>
> Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz at bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> ---
> arch/arm/mach-rmobile/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig
> index fc37f6c79e50..91f544c78337 100644
> --- a/arch/arm/mach-rmobile/Kconfig
> +++ b/arch/arm/mach-rmobile/Kconfig
> @@ -9,7 +9,6 @@ config RCAR_64
> select PHY
> select PINCONF
> select PINCTRL
> - select PINCTRL_PFC
> select POSITION_INDEPENDENT
> imply CMD_FS_UUID
> imply CMD_GPT
> @@ -29,6 +28,7 @@ config RCAR_GEN3
> bool "Renesas ARM SoCs R-Car Gen3 (64bit)"
> select RCAR_64
> select SUPPORT_SPL
> + select PINCTRL_PFC
> imply SPL
> imply SPL_BOARD_INIT
> imply SPL_GZIP
> @@ -43,6 +43,7 @@ config RCAR_GEN3
> config RCAR_GEN4
> bool "Renesas ARM SoCs R-Car Gen4 (64bit)"
> select RCAR_64
> + select PINCTRL_PFC
Reviewed-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
More information about the U-Boot
mailing list