Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig PINCTRL_UNIPHIER
  3. bool "UniPhier SoC pinctrl drivers"
  4. depends on ARCH_UNIPHIER || COMPILE_TEST
  5. depends on OF && MFD_SYSCON
  6. default y
  7. select PINMUX
  8. select GENERIC_PINCONF
  9. if PINCTRL_UNIPHIER
  10. config PINCTRL_UNIPHIER_LD4
  11. bool "UniPhier LD4 SoC pinctrl driver"
  12. default ARM
  13. config PINCTRL_UNIPHIER_PRO4
  14. bool "UniPhier Pro4 SoC pinctrl driver"
  15. default ARM
  16. config PINCTRL_UNIPHIER_SLD8
  17. bool "UniPhier sLD8 SoC pinctrl driver"
  18. default ARM
  19. config PINCTRL_UNIPHIER_PRO5
  20. bool "UniPhier Pro5 SoC pinctrl driver"
  21. default ARM
  22. config PINCTRL_UNIPHIER_PXS2
  23. bool "UniPhier PXs2 SoC pinctrl driver"
  24. default ARM
  25. config PINCTRL_UNIPHIER_LD6B
  26. bool "UniPhier LD6b SoC pinctrl driver"
  27. default ARM
  28. config PINCTRL_UNIPHIER_LD11
  29. bool "UniPhier LD11 SoC pinctrl driver"
  30. default ARM64
  31. config PINCTRL_UNIPHIER_LD20
  32. bool "UniPhier LD20 SoC pinctrl driver"
  33. default ARM64
  34. config PINCTRL_UNIPHIER_PXS3
  35. bool "UniPhier PXs3 SoC pinctrl driver"
  36. default ARM64
  37. config PINCTRL_UNIPHIER_NX1
  38. bool "UniPhier NX1 SoC pinctrl driver"
  39. default ARM64
  40. endif