Kconfig 629 B

123456789101112131415161718192021222324252627282930
  1. # SPDX-License-Identifier: GPL-2.0
  2. config ARCH_VT8500
  3. bool
  4. select GPIOLIB
  5. select CLKDEV_LOOKUP
  6. select VT8500_TIMER
  7. select PINCTRL
  8. help
  9. Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
  10. config ARCH_WM8505
  11. bool "VIA/Wondermedia 85xx and WM8650"
  12. depends on ARCH_MULTI_V5
  13. select ARCH_VT8500
  14. select CPU_ARM926T
  15. config ARCH_WM8750
  16. bool "WonderMedia WM8750"
  17. depends on ARCH_MULTI_V6
  18. select ARCH_VT8500
  19. help
  20. Support for WonderMedia WM8750 System-on-Chip.
  21. config ARCH_WM8850
  22. bool "WonderMedia WM8850"
  23. depends on ARCH_MULTI_V7
  24. select ARCH_VT8500
  25. help
  26. Support for WonderMedia WM8850 System-on-Chip.