Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. config IRQCHIP
  2. def_bool y
  3. depends on OF_IRQ
  4. config ARM_GIC
  5. bool
  6. select IRQ_DOMAIN
  7. select IRQ_DOMAIN_HIERARCHY
  8. select MULTI_IRQ_HANDLER
  9. config ARM_GIC_V2M
  10. bool
  11. depends on ARM_GIC
  12. depends on PCI && PCI_MSI
  13. select PCI_MSI_IRQ_DOMAIN
  14. config GIC_NON_BANKED
  15. bool
  16. config ARM_GIC_V3
  17. bool
  18. select IRQ_DOMAIN
  19. select MULTI_IRQ_HANDLER
  20. select IRQ_DOMAIN_HIERARCHY
  21. config ARM_GIC_V3_ITS
  22. bool
  23. select PCI_MSI_IRQ_DOMAIN
  24. config ARM_NVIC
  25. bool
  26. select IRQ_DOMAIN
  27. select IRQ_DOMAIN_HIERARCHY
  28. select GENERIC_IRQ_CHIP
  29. config ARM_VIC
  30. bool
  31. select IRQ_DOMAIN
  32. select MULTI_IRQ_HANDLER
  33. config ARM_VIC_NR
  34. int
  35. default 4 if ARCH_S5PV210
  36. default 2
  37. depends on ARM_VIC
  38. help
  39. The maximum number of VICs available in the system, for
  40. power management.
  41. config ATMEL_AIC_IRQ
  42. bool
  43. select GENERIC_IRQ_CHIP
  44. select IRQ_DOMAIN
  45. select MULTI_IRQ_HANDLER
  46. select SPARSE_IRQ
  47. config ATMEL_AIC5_IRQ
  48. bool
  49. select GENERIC_IRQ_CHIP
  50. select IRQ_DOMAIN
  51. select MULTI_IRQ_HANDLER
  52. select SPARSE_IRQ
  53. config BCM7038_L1_IRQ
  54. bool
  55. select GENERIC_IRQ_CHIP
  56. select IRQ_DOMAIN
  57. config BCM7120_L2_IRQ
  58. bool
  59. select GENERIC_IRQ_CHIP
  60. select IRQ_DOMAIN
  61. config BRCMSTB_L2_IRQ
  62. bool
  63. select GENERIC_IRQ_CHIP
  64. select IRQ_DOMAIN
  65. config DW_APB_ICTL
  66. bool
  67. select GENERIC_IRQ_CHIP
  68. select IRQ_DOMAIN
  69. config IMGPDC_IRQ
  70. bool
  71. select GENERIC_IRQ_CHIP
  72. select IRQ_DOMAIN
  73. config IRQ_MIPS_CPU
  74. bool
  75. select GENERIC_IRQ_CHIP
  76. select IRQ_DOMAIN
  77. config CLPS711X_IRQCHIP
  78. bool
  79. depends on ARCH_CLPS711X
  80. select IRQ_DOMAIN
  81. select MULTI_IRQ_HANDLER
  82. select SPARSE_IRQ
  83. default y
  84. config OR1K_PIC
  85. bool
  86. select IRQ_DOMAIN
  87. config OMAP_IRQCHIP
  88. bool
  89. select GENERIC_IRQ_CHIP
  90. select IRQ_DOMAIN
  91. config ORION_IRQCHIP
  92. bool
  93. select IRQ_DOMAIN
  94. select MULTI_IRQ_HANDLER
  95. config RENESAS_INTC_IRQPIN
  96. bool
  97. select IRQ_DOMAIN
  98. config RENESAS_IRQC
  99. bool
  100. select IRQ_DOMAIN
  101. config ST_IRQCHIP
  102. bool
  103. select REGMAP
  104. select MFD_SYSCON
  105. help
  106. Enables SysCfg Controlled IRQs on STi based platforms.
  107. config TB10X_IRQC
  108. bool
  109. select IRQ_DOMAIN
  110. select GENERIC_IRQ_CHIP
  111. config VERSATILE_FPGA_IRQ
  112. bool
  113. select IRQ_DOMAIN
  114. config VERSATILE_FPGA_IRQ_NR
  115. int
  116. default 4
  117. depends on VERSATILE_FPGA_IRQ
  118. config XTENSA_MX
  119. bool
  120. select IRQ_DOMAIN
  121. config IRQ_CROSSBAR
  122. bool
  123. help
  124. Support for a CROSSBAR ip that precedes the main interrupt controller.
  125. The primary irqchip invokes the crossbar's callback which inturn allocates
  126. a free irq and configures the IP. Thus the peripheral interrupts are
  127. routed to one of the free irqchip interrupt lines.
  128. config KEYSTONE_IRQ
  129. tristate "Keystone 2 IRQ controller IP"
  130. depends on ARCH_KEYSTONE
  131. help
  132. Support for Texas Instruments Keystone 2 IRQ controller IP which
  133. is part of the Keystone 2 IPC mechanism
  134. config MIPS_GIC
  135. bool
  136. select MIPS_CM
  137. config INGENIC_IRQ
  138. bool
  139. depends on MACH_INGENIC
  140. default y
  141. config RENESAS_H8300H_INTC
  142. bool
  143. select IRQ_DOMAIN
  144. config RENESAS_H8S_INTC
  145. bool
  146. select IRQ_DOMAIN