Kconfig 370 B

1234567891011121314151617
  1. config ARCH_VT8500
  2. bool
  3. select ARCH_HAS_CPUFREQ
  4. select ARCH_REQUIRE_GPIOLIB
  5. select CLKDEV_LOOKUP
  6. select GENERIC_CLOCKEVENTS
  7. select GENERIC_GPIO
  8. select HAVE_CLK
  9. help
  10. Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
  11. config ARCH_WM8505
  12. bool "VIA/Wondermedia 85xx and WM8650"
  13. depends on ARCH_MULTI_V5
  14. select ARCH_VT8500
  15. select CPU_ARM926T
  16. help