Kconfig 289 B

1234567891011121314151617181920
  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 VERSATILE_FPGA_IRQ
  11. bool
  12. select IRQ_DOMAIN
  13. config VERSATILE_FPGA_IRQ_NR
  14. int
  15. default 4
  16. depends on VERSATILE_FPGA_IRQ