Kconfig 1.3 KB

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