Kconfig 466 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config ARM_GIC
  2. bool
  3. config ARM_VIC
  4. bool
  5. config ARM_VIC_NR
  6. int
  7. default 2
  8. depends on ARM_VIC
  9. help
  10. The maximum number of VICs available in the system, for
  11. power management.
  12. config ICST
  13. bool
  14. config PL330
  15. bool
  16. config SA1111
  17. bool
  18. select DMABOUNCE if !ARCH_PXA
  19. config DMABOUNCE
  20. bool
  21. select ZONE_DMA
  22. config TIMER_ACORN
  23. bool
  24. config SHARP_LOCOMO
  25. bool
  26. config SHARP_PARAM
  27. bool
  28. config SHARP_SCOOP
  29. bool
  30. config COMMON_CLKDEV
  31. bool
  32. select HAVE_CLK