blob: 8f1e4722396966d7f93e14ca44d40a5156e07623 [file] [log] [blame]
Stefan Bosch8d393b22020-07-10 19:07:30 +02001if ARCH_NEXELL
2
3config PINCTRL_NEXELL
4 bool "Nexell pinctrl driver"
5 help
6 Support of pin multiplexing and pin configuration for Nexell
7 SoCs.
8
9config PINCTRL_NEXELL_S5PXX18
10 bool "Nexell s5pxx18 SoC pinctrl driver"
11 default y if ARCH_S5P4418 || ARCH_S5P6818
12 depends on ARCH_NEXELL && PINCTRL_FULL
13 select PINCTRL_NEXELL
14 help
15 Support of pin multiplexing and pin configuration for S5P4418
16 and S5P6818 SoC.
17
18endif