Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. if ARCH_UNIPHIER
  2. config PINCTRL_UNIPHIER
  3. bool
  4. config PINCTRL_UNIPHIER_LD4
  5. bool "UniPhier LD4 SoC pinctrl driver"
  6. depends on ARCH_UNIPHIER_LD4
  7. default y
  8. select PINCTRL_UNIPHIER
  9. config PINCTRL_UNIPHIER_PRO4
  10. bool "UniPhier Pro4 SoC pinctrl driver"
  11. depends on ARCH_UNIPHIER_PRO4
  12. default y
  13. select PINCTRL_UNIPHIER
  14. config PINCTRL_UNIPHIER_SLD8
  15. bool "UniPhier sLD8 SoC pinctrl driver"
  16. depends on ARCH_UNIPHIER_SLD8
  17. default y
  18. select PINCTRL_UNIPHIER
  19. config PINCTRL_UNIPHIER_PRO5
  20. bool "UniPhier Pro5 SoC pinctrl driver"
  21. depends on ARCH_UNIPHIER_PRO5
  22. default y
  23. select PINCTRL_UNIPHIER
  24. config PINCTRL_UNIPHIER_PXS2
  25. bool "UniPhier PXs2 SoC pinctrl driver"
  26. depends on ARCH_UNIPHIER_PXS2
  27. default y
  28. select PINCTRL_UNIPHIER
  29. config PINCTRL_UNIPHIER_LD6B
  30. bool "UniPhier LD6b SoC pinctrl driver"
  31. depends on ARCH_UNIPHIER_LD6B
  32. default y
  33. select PINCTRL_UNIPHIER
  34. config PINCTRL_UNIPHIER_LD11
  35. bool "UniPhier LD11 SoC pinctrl driver"
  36. depends on ARCH_UNIPHIER_LD11
  37. default y
  38. select PINCTRL_UNIPHIER
  39. config PINCTRL_UNIPHIER_LD20
  40. bool "UniPhier LD20 SoC pinctrl driver"
  41. depends on ARCH_UNIPHIER_LD20
  42. default y
  43. select PINCTRL_UNIPHIER
  44. config PINCTRL_UNIPHIER_PXS3
  45. bool "UniPhier PXs3 SoC pinctrl driver"
  46. depends on ARCH_UNIPHIER_PXS3
  47. default y
  48. select PINCTRL_UNIPHIER
  49. endif