Skip to content

Commit

Permalink
gpio: Kconfig: Update help description for GPIO_RCAR config
Browse files Browse the repository at this point in the history
The gpio-rcar driver also supports RZ/G SoC's, update the description to
reflect this.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
  • Loading branch information
Lad Prabhakar authored and Bartosz Golaszewski committed Feb 15, 2021
1 parent aab0508 commit 032653e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,11 @@ config GPIO_PXA
Say yes here to support the PXA GPIO device

config GPIO_RCAR
tristate "Renesas R-Car GPIO"
tristate "Renesas R-Car and RZ/G GPIO support"
depends on ARCH_RENESAS || COMPILE_TEST
select GPIOLIB_IRQCHIP
help
Say yes here to support GPIO on Renesas R-Car SoCs.
Say yes here to support GPIO on Renesas R-Car or RZ/G SoCs.

config GPIO_RDA
bool "RDA Micro GPIO controller support"
Expand Down

0 comments on commit 032653e

Please sign in to comment.