Kconfig 568 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. bool
  10. config ARM_VIC_NR
  11. int
  12. default 4 if ARCH_S5PV210
  13. default 3 if ARCH_S5PC100
  14. default 2
  15. depends on ARM_VIC
  16. help
  17. The maximum number of VICs available in the system, for
  18. power management.
  19. config ICST
  20. bool
  21. config PL330
  22. bool
  23. config SA1111
  24. bool
  25. select DMABOUNCE if !ARCH_PXA
  26. config DMABOUNCE
  27. bool
  28. select ZONE_DMA
  29. config TIMER_ACORN
  30. bool
  31. config SHARP_LOCOMO
  32. bool
  33. config SHARP_PARAM
  34. bool
  35. config SHARP_SCOOP
  36. bool