Kconfig 601 B

123456789101112131415161718192021222324252627282930
  1. config ARCH_VT8500
  2. bool
  3. select GPIOLIB
  4. select CLKDEV_LOOKUP
  5. select VT8500_TIMER
  6. select PINCTRL
  7. help
  8. Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
  9. config ARCH_WM8505
  10. bool "VIA/Wondermedia 85xx and WM8650"
  11. depends on ARCH_MULTI_V5
  12. select ARCH_VT8500
  13. select CPU_ARM926T
  14. help
  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.