Kconfig 548 B

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