summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/renesas/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-07 09:38:00 -0400
committerTom Rini <trini@konsulko.com>2019-05-07 09:38:00 -0400
commit8d7f06bbbef16f172cd5e9c4923cdcebe16b8980 (patch)
tree9eede4d05f489c95c1330d6ab60a5d4c4425df42 /drivers/pinctrl/renesas/Kconfig
parent6984044d0516d855ec621fff741f372932d28669 (diff)
parentba932bc846e8f44b7b61fcaac41e0be907d1303e (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- RZ/A1 addition. - Old board removal.
Diffstat (limited to 'drivers/pinctrl/renesas/Kconfig')
-rw-r--r--drivers/pinctrl/renesas/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/pinctrl/renesas/Kconfig b/drivers/pinctrl/renesas/Kconfig
index 152414ce31..0ffd7fcfd4 100644
--- a/drivers/pinctrl/renesas/Kconfig
+++ b/drivers/pinctrl/renesas/Kconfig
@@ -3,6 +3,7 @@ if ARCH_RMOBILE
config PINCTRL_PFC
bool "Renesas pin control drivers"
depends on DM && ARCH_RMOBILE
+ default n if CPU_RZA1
help
Enable support for clock present on Renesas RCar SoCs.
@@ -116,4 +117,15 @@ config PINCTRL_PFC_R8A77995
the GPIO definitions and pin control functions for each available
multiplex function.
+config PINCTRL_PFC_R7S72100
+ bool "Renesas RZ/A1 R7S72100 pin control driver"
+ depends on CPU_RZA1
+ default y if CPU_RZA1
+ help
+ Support pin multiplexing control on Renesas RZ/A1 R7S72100 SoCs.
+
+ The driver is controlled by a device tree node which contains both
+ the GPIO definitions and pin control functions for each available
+ multiplex function.
+
endif