Kconfig 475 B

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