blob: c3e6901b9a9f81f187d1cf021ee60c7944578b5b [file] [log] [blame]
Beniamino Galvani677b5352016-08-16 11:49:49 +02001if ARCH_MESON
2
3config PINCTRL_MESON
4 depends on PINCTRL_GENERIC
5 bool
6
7config PINCTRL_MESON_GXBB
8 bool "Amlogic Meson GXBB SoC pinctrl driver"
9 select PINCTRL_MESON
10
11endif