blob: 03593cdd8b317c43696d5f73f50e740b9118be0d [file] [log] [blame]
Masahiro Yamada847e618b82015-09-11 20:17:32 +09001if ARCH_UNIPHIER
2
3config PINCTRL_UNIPHIER_CORE
4 bool
5
Masahiro Yamadaadc19742015-09-11 20:17:33 +09006config PINCTRL_UNIPHIER_PH1_LD4
7 bool "UniPhier PH1-LD4 SoC pinctrl driver"
8 depends on MACH_PH1_LD4
9 default y
10 select PINCTRL_UNIPHIER_CORE
11
Masahiro Yamada847e618b82015-09-11 20:17:32 +090012endif