Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. config PINCTRL_IMX
  2. bool
  3. config PINCTRL_IMX5
  4. bool "IMX5 pinctrl driver"
  5. depends on ARCH_MX5 && PINCTRL_FULL
  6. select DEVRES
  7. select PINCTRL_IMX
  8. help
  9. Say Y here to enable the imx5 pinctrl driver
  10. This provides a simple pinctrl driver for i.MX 53SoC familiy,
  11. i.MX53. This feature depends on device tree
  12. configuration. This driver is different from the linux one,
  13. this is a simple implementation, only parses the 'fsl,pins'
  14. property and configure related registers.
  15. config PINCTRL_IMX6
  16. bool "IMX6 pinctrl driver"
  17. depends on ARCH_MX6 && PINCTRL_FULL
  18. select DEVRES
  19. select PINCTRL_IMX
  20. help
  21. Say Y here to enable the imx6 pinctrl driver
  22. This provides a simple pinctrl driver for i.MX6 SoC familiy,
  23. i.MX6DQ/SL/SX/UL/DQP. This feature depends on device tree
  24. configuration. This driver is different from the linux one,
  25. this is a simple implementation, only parses the 'fsl,pins'
  26. property and configure related registers.
  27. config PINCTRL_IMX7
  28. bool "IMX7 pinctrl driver"
  29. depends on ARCH_MX7 && PINCTRL_FULL
  30. select DEVRES
  31. select PINCTRL_IMX
  32. help
  33. Say Y here to enable the imx7 pinctrl driver
  34. This provides a simple pinctrl driver for i.MX7 SoC familiy,
  35. i.MX7D. This feature depends on device tree
  36. configuration. This driver is different from the linux one,
  37. this is a simple implementation, only parses the 'fsl,pins'
  38. property and configure related registers.