Kconfig 716 B

12345678910111213141516171819202122232425262728293031323334
  1. config ARCH_VT8500
  2. bool
  3. select ARCH_HAS_CPUFREQ
  4. select ARCH_REQUIRE_GPIOLIB
  5. select CLKDEV_LOOKUP
  6. select CLKSRC_OF
  7. select GENERIC_CLOCKEVENTS
  8. select HAVE_CLK
  9. select VT8500_TIMER
  10. help
  11. Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
  12. config ARCH_WM8505
  13. bool "VIA/Wondermedia 85xx and WM8650"
  14. depends on ARCH_MULTI_V5
  15. select ARCH_VT8500
  16. select CPU_ARM926T
  17. help
  18. config ARCH_WM8750
  19. bool "WonderMedia WM8750"
  20. depends on ARCH_MULTI_V6
  21. select ARCH_VT8500
  22. select CPU_V6
  23. help
  24. Support for WonderMedia WM8750 System-on-Chip.
  25. config ARCH_WM8850
  26. bool "WonderMedia WM8850"
  27. depends on ARCH_MULTI_V7
  28. select ARCH_VT8500
  29. select CPU_V7
  30. help
  31. Support for WonderMedia WM8850 System-on-Chip.