xref: /openbmc/u-boot/drivers/pinctrl/nxp/Kconfig (revision 9e70a116)
1config 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.
17
18config PINCTRL_IMX7
19	bool "IMX7 pinctrl driver"
20	depends on ARCH_MX7 && PINCTRL_FULL
21	select DEVRES
22	select PINCTRL_IMX
23	help
24	  Say Y here to enable the imx7 pinctrl driver
25
26	  This provides a simple pinctrl driver for i.MX7 SoC familiy,
27	  i.MX7D. 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.
31