xref: /openbmc/u-boot/drivers/pinctrl/renesas/Kconfig (revision 8f6d5bbb)
1if ARCH_RMOBILE
2
3config PINCTRL_PFC
4	bool "Renesas pin control drivers"
5	depends on DM && ARCH_RMOBILE
6	help
7	  Enable support for clock present on Renesas RCar SoCs.
8
9config PINCTRL_PFC_R8A7790
10	bool "Renesas RCar Gen2 R8A7790 pin control driver"
11	depends on PINCTRL_PFC
12	help
13	  Support pin multiplexing control on Renesas RCar Gen3 R8A7790 SoCs.
14
15	  The driver is controlled by a device tree node which contains both
16	  the GPIO definitions and pin control functions for each available
17	  multiplex function.
18
19config PINCTRL_PFC_R8A7791
20	bool "Renesas RCar Gen2 R8A7791 pin control driver"
21	depends on PINCTRL_PFC
22	help
23	  Support pin multiplexing control on Renesas RCar Gen3 R8A7791 SoCs.
24
25	  The driver is controlled by a device tree node which contains both
26	  the GPIO definitions and pin control functions for each available
27	  multiplex function.
28
29config PINCTRL_PFC_R8A7792
30	bool "Renesas RCar Gen2 R8A7792 pin control driver"
31	depends on PINCTRL_PFC
32	help
33	  Support pin multiplexing control on Renesas RCar Gen3 R8A7792 SoCs.
34
35	  The driver is controlled by a device tree node which contains both
36	  the GPIO definitions and pin control functions for each available
37	  multiplex function.
38
39config PINCTRL_PFC_R8A7793
40	bool "Renesas RCar Gen2 R8A7793 pin control driver"
41	depends on PINCTRL_PFC
42	help
43	  Support pin multiplexing control on Renesas RCar Gen3 R8A7793 SoCs.
44
45	  The driver is controlled by a device tree node which contains both
46	  the GPIO definitions and pin control functions for each available
47	  multiplex function.
48
49config PINCTRL_PFC_R8A7794
50	bool "Renesas RCar Gen2 R8A7794 pin control driver"
51	depends on PINCTRL_PFC
52	help
53	  Support pin multiplexing control on Renesas RCar Gen3 R8A7794 SoCs.
54
55	  The driver is controlled by a device tree node which contains both
56	  the GPIO definitions and pin control functions for each available
57	  multiplex function.
58
59config PINCTRL_PFC_R8A7795
60	bool "Renesas RCar Gen3 R8A7795 pin control driver"
61	depends on PINCTRL_PFC
62	help
63	  Support pin multiplexing control on Renesas RCar Gen3 R8A7795 SoCs.
64
65	  The driver is controlled by a device tree node which contains both
66	  the GPIO definitions and pin control functions for each available
67	  multiplex function.
68
69config PINCTRL_PFC_R8A7796
70	bool "Renesas RCar Gen3 R8A7796 pin control driver"
71	depends on PINCTRL_PFC
72	help
73	  Support pin multiplexing control on Renesas RCar Gen3 R8A7796 SoCs.
74
75	  The driver is controlled by a device tree node which contains both
76	  the GPIO definitions and pin control functions for each available
77	  multiplex function.
78
79config PINCTRL_PFC_R8A77970
80	bool "Renesas RCar Gen3 R8A77970 pin control driver"
81	depends on PINCTRL_PFC
82	help
83	  Support pin multiplexing control on Renesas RCar Gen3 R8A77970 SoCs.
84
85	  The driver is controlled by a device tree node which contains both
86	  the GPIO definitions and pin control functions for each available
87	  multiplex function.
88
89config PINCTRL_PFC_R8A77990
90	bool "Renesas RCar Gen3 R8A77990 pin control driver"
91	depends on PINCTRL_PFC
92	help
93	  Support pin multiplexing control on Renesas RCar Gen3 R8A77990 SoCs.
94
95	  The driver is controlled by a device tree node which contains both
96	  the GPIO definitions and pin control functions for each available
97	  multiplex function.
98
99config PINCTRL_PFC_R8A77995
100	bool "Renesas RCar Gen3 R8A77995 pin control driver"
101	depends on PINCTRL_PFC
102	help
103	  Support pin multiplexing control on Renesas RCar Gen3 R8A77995 SoCs.
104
105	  The driver is controlled by a device tree node which contains both
106	  the GPIO definitions and pin control functions for each available
107	  multiplex function.
108
109endif
110