Kconfig 429 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 SA1111
  15. bool
  16. select DMABOUNCE if !ARCH_PXA
  17. config DMABOUNCE
  18. bool
  19. select ZONE_DMA
  20. config TIMER_ACORN
  21. bool
  22. config SHARP_LOCOMO
  23. bool
  24. config SHARP_PARAM
  25. bool
  26. config SHARP_SCOOP
  27. bool
  28. config COMMON_CLKDEV
  29. bool