Kconfig 974 B

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