Kconfig 523 B

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