Thomas Abraham | 16ca80a | 2016-04-23 22:18:08 +0530 | [diff] [blame] | 1 | config PINCTRL_EXYNOS |
| 2 | bool |
| 3 | |
| 4 | config PINCTRL_EXYNOS7420 |
| 5 | bool "Samsung Exynos7420 pinctrl driver" |
| 6 | depends on ARCH_EXYNOS && PINCTRL_FULL |
| 7 | select PINCTRL_EXYNOS |
| 8 | help |
| 9 | Support pin multiplexing and pin configuration control on |
| 10 | Samsung's Exynos7420 SoC. |
Dzmitry Sankouski | 69bde04 | 2021-10-17 13:45:41 +0300 | [diff] [blame] | 11 | |
| 12 | config PINCTRL_EXYNOS78x0 |
| 13 | bool "Samsung Exynos78x0 pinctrl driver" |
| 14 | depends on ARCH_EXYNOS && PINCTRL_FULL |
| 15 | select PINCTRL_EXYNOS |
| 16 | help |
| 17 | Support pin multiplexing and pin configuration control on |
| 18 | Samsung's Exynos78x0 SoC. |