summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/uniphier/Kconfig
blob: c417a9f4ea3db40eec742af398edefe0459a746a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if ARCH_UNIPHIER

config PINCTRL_UNIPHIER_CORE
	bool

config PINCTRL_UNIPHIER_PH1_LD4
	bool "UniPhier PH1-LD4 SoC pinctrl driver"
	depends on MACH_PH1_LD4
	default y
	select PINCTRL_UNIPHIER_CORE

config PINCTRL_UNIPHIER_PH1_PRO4
	bool "UniPhier PH1-Pro4 SoC pinctrl driver"
	depends on MACH_PH1_PRO4
	default y
	select PINCTRL_UNIPHIER_CORE

endif
OpenPOWER on IntegriCloud