mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 06:31:22 +02:00
arm: rmobile: Restrict PINCTRL_PFC selection to R-Car gen3/gen4
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@bp.renesas.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
1918ff5c95
commit
959fc0bd72
@ -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
|
||||
|
||||
config RZA1
|
||||
prompt "Renesas ARM SoCs RZ/A1 (32bit)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user