Kconfig 494 B

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