Kconfig 650 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 RENESAS_INTC_IRQPIN
  24. bool
  25. select IRQ_DOMAIN
  26. config RENESAS_IRQC
  27. bool
  28. select IRQ_DOMAIN
  29. config VERSATILE_FPGA_IRQ
  30. bool
  31. select IRQ_DOMAIN
  32. config VERSATILE_FPGA_IRQ_NR
  33. int
  34. default 4
  35. depends on VERSATILE_FPGA_IRQ