Kconfig 340 B

12345678910111213
  1. config ARCH_VT8500
  2. bool "VIA/WonderMedia 85xx" if ARCH_MULTI_V5
  3. default ARCH_VT8500_SINGLE
  4. select ARCH_HAS_CPUFREQ
  5. select ARCH_REQUIRE_GPIOLIB
  6. select CLKDEV_LOOKUP
  7. select CLKSRC_OF
  8. select CPU_ARM926T
  9. select GENERIC_CLOCKEVENTS
  10. select HAVE_CLK
  11. select VT8500_TIMER
  12. help
  13. Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.