Kconfig 481 B

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