Kconfig 193 B

123456789101112
  1. config IRQCHIP
  2. def_bool y
  3. depends on OF_IRQ
  4. config VERSATILE_FPGA_IRQ
  5. bool
  6. select IRQ_DOMAIN
  7. config VERSATILE_FPGA_IRQ_NR
  8. int
  9. default 4
  10. depends on VERSATILE_FPGA_IRQ