blob: f1c9b929928dc83f9937e310954097fb585078f6 [file] [log] [blame]
Peng Fan745df682016-02-03 10:06:07 +08001config PINCTRL_IMX
2 bool
3
4config PINCTRL_IMX6
5 bool "IMX6 pinctrl driver"
6 depends on ARCH_MX6 && PINCTRL_FULL
7 select DEVRES
8 select PINCTRL_IMX
9 help
10 Say Y here to enable the imx6 pinctrl driver
11
12 This provides a simple pinctrl driver for i.MX6 SoC familiy,
13 i.MX6DQ/SL/SX/UL/DQP. This feature depends on device tree
14 configuration. This driver is different from the linux one,
15 this is a simple implementation, only parses the 'fsl,pins'
16 property and configure related registers.