blob: 238f77d03ef57e9bf21f1e5178c1c901426d51f7 [file] [log] [blame]
Peng Fan745df682016-02-03 10:06:07 +08001config PINCTRL_IMX
2 bool
3
Patrick Bruenn98d62e62016-11-04 11:57:02 +01004config PINCTRL_IMX5
5 bool "IMX5 pinctrl driver"
6 depends on ARCH_MX5 && PINCTRL_FULL
7 select DEVRES
8 select PINCTRL_IMX
9 help
10 Say Y here to enable the imx5 pinctrl driver
11
12 This provides a simple pinctrl driver for i.MX 53SoC familiy,
13 i.MX53. 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.
17
Peng Fan745df682016-02-03 10:06:07 +080018config PINCTRL_IMX6
19 bool "IMX6 pinctrl driver"
20 depends on ARCH_MX6 && PINCTRL_FULL
21 select DEVRES
22 select PINCTRL_IMX
23 help
24 Say Y here to enable the imx6 pinctrl driver
25
26 This provides a simple pinctrl driver for i.MX6 SoC familiy,
27 i.MX6DQ/SL/SX/UL/DQP. This feature depends on device tree
28 configuration. This driver is different from the linux one,
29 this is a simple implementation, only parses the 'fsl,pins'
30 property and configure related registers.
Peng Fanc4068df2016-02-03 10:06:08 +080031
32config PINCTRL_IMX7
33 bool "IMX7 pinctrl driver"
34 depends on ARCH_MX7 && PINCTRL_FULL
35 select DEVRES
36 select PINCTRL_IMX
37 help
38 Say Y here to enable the imx7 pinctrl driver
39
40 This provides a simple pinctrl driver for i.MX7 SoC familiy,
41 i.MX7D. This feature depends on device tree
42 configuration. This driver is different from the linux one,
43 this is a simple implementation, only parses the 'fsl,pins'
44 property and configure related registers.