mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 16:41:42 +00:00
pinctrl: renesas: Fix R-Car Gen2 help text
The help text for Gen2 entries had a copy paste error, still containing the Gen3 string, while the description was correctly listing Gen2. Fix the help text. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
This commit is contained in:
parent
c0de8e792b
commit
1fffcaefc1
1 changed files with 5 additions and 5 deletions
|
@ -15,31 +15,31 @@ config PINCTRL_PFC_R8A7790
|
||||||
bool "Renesas RCar Gen2 R8A7790 pin control driver"
|
bool "Renesas RCar Gen2 R8A7790 pin control driver"
|
||||||
depends on PINCTRL_PFC
|
depends on PINCTRL_PFC
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on Renesas RCar Gen3 R8A7790 SoCs.
|
Support pin multiplexing control on Renesas RCar Gen2 R8A7790 SoCs.
|
||||||
|
|
||||||
config PINCTRL_PFC_R8A7791
|
config PINCTRL_PFC_R8A7791
|
||||||
bool "Renesas RCar Gen2 R8A7791 pin control driver"
|
bool "Renesas RCar Gen2 R8A7791 pin control driver"
|
||||||
depends on PINCTRL_PFC
|
depends on PINCTRL_PFC
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on Renesas RCar Gen3 R8A7791 SoCs.
|
Support pin multiplexing control on Renesas RCar Gen2 R8A7791 SoCs.
|
||||||
|
|
||||||
config PINCTRL_PFC_R8A7792
|
config PINCTRL_PFC_R8A7792
|
||||||
bool "Renesas RCar Gen2 R8A7792 pin control driver"
|
bool "Renesas RCar Gen2 R8A7792 pin control driver"
|
||||||
depends on PINCTRL_PFC
|
depends on PINCTRL_PFC
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on Renesas RCar Gen3 R8A7792 SoCs.
|
Support pin multiplexing control on Renesas RCar Gen2 R8A7792 SoCs.
|
||||||
|
|
||||||
config PINCTRL_PFC_R8A7793
|
config PINCTRL_PFC_R8A7793
|
||||||
bool "Renesas RCar Gen2 R8A7793 pin control driver"
|
bool "Renesas RCar Gen2 R8A7793 pin control driver"
|
||||||
depends on PINCTRL_PFC
|
depends on PINCTRL_PFC
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on Renesas RCar Gen3 R8A7793 SoCs.
|
Support pin multiplexing control on Renesas RCar Gen2 R8A7793 SoCs.
|
||||||
|
|
||||||
config PINCTRL_PFC_R8A7794
|
config PINCTRL_PFC_R8A7794
|
||||||
bool "Renesas RCar Gen2 R8A7794 pin control driver"
|
bool "Renesas RCar Gen2 R8A7794 pin control driver"
|
||||||
depends on PINCTRL_PFC
|
depends on PINCTRL_PFC
|
||||||
help
|
help
|
||||||
Support pin multiplexing control on Renesas RCar Gen3 R8A7794 SoCs.
|
Support pin multiplexing control on Renesas RCar Gen2 R8A7794 SoCs.
|
||||||
|
|
||||||
config PINCTRL_PFC_R8A774A1
|
config PINCTRL_PFC_R8A774A1
|
||||||
bool "Renesas RZ/G2 R8A774A1 pin control driver"
|
bool "Renesas RZ/G2 R8A774A1 pin control driver"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue