Kconfig 1014 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_ASPEED
  3. bool
  4. depends on (ARCH_ASPEED || COMPILE_TEST) && OF
  5. select MFD_SYSCON
  6. select PINMUX
  7. select PINCONF
  8. select GENERIC_PINCONF
  9. select REGMAP_MMIO
  10. config PINCTRL_ASPEED_G4
  11. bool "Aspeed G4 SoC pin control"
  12. depends on (MACH_ASPEED_G4 || COMPILE_TEST) && OF
  13. select PINCTRL_ASPEED
  14. help
  15. Say Y here to enable pin controller support for Aspeed's 4th
  16. generation SoCs. GPIO is provided by a separate GPIO driver.
  17. config PINCTRL_ASPEED_G5
  18. bool "Aspeed G5 SoC pin control"
  19. depends on (MACH_ASPEED_G5 || COMPILE_TEST) && OF
  20. select PINCTRL_ASPEED
  21. help
  22. Say Y here to enable pin controller support for Aspeed's 5th
  23. generation SoCs. GPIO is provided by a separate GPIO driver.
  24. config PINCTRL_ASPEED_G6
  25. bool "Aspeed G6 SoC pin control"
  26. depends on (MACH_ASPEED_G6 || COMPILE_TEST) && OF
  27. select PINCTRL_ASPEED
  28. help
  29. Say Y here to enable pin controller support for Aspeed's 6th
  30. generation SoCs. GPIO is provided by a separate GPIO driver.