Kconfig 723 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. config IRQCHIP
  2. def_bool y
  3. depends on OF_IRQ
  4. config ARM_GIC
  5. bool
  6. select IRQ_DOMAIN
  7. select MULTI_IRQ_HANDLER
  8. config GIC_NON_BANKED
  9. bool
  10. config ARM_VIC
  11. bool
  12. select IRQ_DOMAIN
  13. select MULTI_IRQ_HANDLER
  14. config ARM_VIC_NR
  15. int
  16. default 4 if ARCH_S5PV210
  17. default 3 if ARCH_S5PC100
  18. default 2
  19. depends on ARM_VIC
  20. help
  21. The maximum number of VICs available in the system, for
  22. power management.
  23. config ORION_IRQCHIP
  24. bool
  25. select IRQ_DOMAIN
  26. select MULTI_IRQ_HANDLER
  27. config RENESAS_INTC_IRQPIN
  28. bool
  29. select IRQ_DOMAIN
  30. config RENESAS_IRQC
  31. bool
  32. select IRQ_DOMAIN
  33. config VERSATILE_FPGA_IRQ
  34. bool
  35. select IRQ_DOMAIN
  36. config VERSATILE_FPGA_IRQ_NR
  37. int
  38. default 4
  39. depends on VERSATILE_FPGA_IRQ