summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/uniphier/Kconfig
blob: 78d25df6d0fdb7a9a0dfeca92dd57f8642670804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if ARCH_UNIPHIER

config PINCTRL_UNIPHIER_CORE
	bool
	select PINMUX
	select GENERIC_PINCONF

config PINCTRL_UNIPHIER_PH1_LD4
	tristate "UniPhier PH1-LD4 SoC pinctrl driver"
	select PINCTRL_UNIPHIER_CORE

endif