Kconfig 859 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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_NVIC
  11. bool
  12. select IRQ_DOMAIN
  13. select GENERIC_IRQ_CHIP
  14. config ARM_VIC
  15. bool
  16. select IRQ_DOMAIN
  17. select MULTI_IRQ_HANDLER
  18. config ARM_VIC_NR
  19. int
  20. default 4 if ARCH_S5PV210
  21. default 3 if ARCH_S5PC100
  22. default 2
  23. depends on ARM_VIC
  24. help
  25. The maximum number of VICs available in the system, for
  26. power management.
  27. config ORION_IRQCHIP
  28. bool
  29. select IRQ_DOMAIN
  30. select MULTI_IRQ_HANDLER
  31. config RENESAS_INTC_IRQPIN
  32. bool
  33. select IRQ_DOMAIN
  34. config RENESAS_IRQC
  35. bool
  36. select IRQ_DOMAIN
  37. config TB10X_IRQC
  38. bool
  39. select IRQ_DOMAIN
  40. select GENERIC_IRQ_CHIP
  41. config VERSATILE_FPGA_IRQ
  42. bool
  43. select IRQ_DOMAIN
  44. config VERSATILE_FPGA_IRQ_NR
  45. int
  46. default 4
  47. depends on VERSATILE_FPGA_IRQ